From 903bdf57ec31da37e3be224ce6ff5a54a57b1e7a Mon Sep 17 00:00:00 2001 From: Ladebeze66 Date: Tue, 25 Mar 2025 17:06:35 +0100 Subject: [PATCH] firstcommit --- agents/__pycache__/roles.cpython-312.pyc | Bin 0 -> 1072 bytes agents/roles.py | 44 + config/mistral7b_config.yaml | 0 core/__pycache__/base_llm.cpython-312.pyc | Bin 0 -> 5269 bytes core/__pycache__/factory.cpython-312.pyc | Bin 0 -> 1087 bytes core/__pycache__/mistral7b.cpython-312.pyc | Bin 0 -> 1753 bytes core/base_llm.py | 68 + core/factory.py | 21 + core/mistral7b.py | 37 + llmlab/bin/Activate.ps1 | 247 + llmlab/bin/activate | 70 + llmlab/bin/activate.csh | 27 + llmlab/bin/activate.fish | 69 + llmlab/bin/normalizer | 8 + llmlab/bin/pip | 8 + llmlab/bin/pip3 | 8 + llmlab/bin/pip3.12 | 8 + llmlab/bin/python | 1 + llmlab/bin/python3 | 1 + llmlab/bin/python3.12 | 1 + .../DateTime-5.5.dist-info/INSTALLER | 1 + .../DateTime-5.5.dist-info/LICENSE.txt | 44 + .../DateTime-5.5.dist-info/METADATA | 1167 +++ .../DateTime-5.5.dist-info/RECORD | 22 + .../DateTime-5.5.dist-info/REQUESTED | 0 .../DateTime-5.5.dist-info/WHEEL | 5 + .../DateTime-5.5.dist-info/top_level.txt | 1 + .../site-packages/DateTime/DateTime.py | 1948 ++++ .../site-packages/DateTime/DateTime.txt | 785 ++ .../site-packages/DateTime/__init__.py | 18 + .../__pycache__/DateTime.cpython-312.pyc | Bin 0 -> 84858 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 282 bytes .../__pycache__/interfaces.cpython-312.pyc | Bin 0 -> 17902 bytes .../__pycache__/pytz_support.cpython-312.pyc | Bin 0 -> 14250 bytes .../site-packages/DateTime/interfaces.py | 375 + .../site-packages/DateTime/pytz.txt | 192 + .../site-packages/DateTime/pytz_support.py | 269 + .../site-packages/DateTime/tests/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 187 bytes .../__pycache__/test_datetime.cpython-312.pyc | Bin 0 -> 44037 bytes .../DateTime/tests/julian_testdata.txt | 57 + .../DateTime/tests/test_datetime.py | 764 ++ .../site-packages/_distutils_hack/__init__.py | 239 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 10601 bytes .../__pycache__/override.cpython-312.pyc | Bin 0 -> 289 bytes .../site-packages/_distutils_hack/override.py | 1 + .../certifi-2025.1.31.dist-info/INSTALLER | 1 + .../certifi-2025.1.31.dist-info/LICENSE | 20 + .../certifi-2025.1.31.dist-info/METADATA | 77 + .../certifi-2025.1.31.dist-info/RECORD | 14 + .../certifi-2025.1.31.dist-info/WHEEL | 5 + .../certifi-2025.1.31.dist-info/top_level.txt | 1 + .../site-packages/certifi/__init__.py | 4 + .../site-packages/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 307 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 622 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3192 bytes .../site-packages/certifi/cacert.pem | 4897 ++++++++++ .../python3.12/site-packages/certifi/core.py | 114 + .../python3.12/site-packages/certifi/py.typed | 0 .../INSTALLER | 1 + .../LICENSE | 21 + .../METADATA | 721 ++ .../charset_normalizer-3.4.1.dist-info/RECORD | 35 + .../charset_normalizer-3.4.1.dist-info/WHEEL | 6 + .../entry_points.txt | 2 + .../top_level.txt | 1 + .../charset_normalizer/__init__.py | 48 + .../charset_normalizer/__main__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1773 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 348 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 18162 bytes .../__pycache__/cd.cpython-312.pyc | Bin 0 -> 13289 bytes .../__pycache__/constant.cpython-312.pyc | Bin 0 -> 38672 bytes .../__pycache__/legacy.cpython-312.pyc | Bin 0 -> 2813 bytes .../__pycache__/md.cpython-312.pyc | Bin 0 -> 24401 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 17120 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 13527 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 375 bytes .../site-packages/charset_normalizer/api.py | 668 ++ .../site-packages/charset_normalizer/cd.py | 395 + .../charset_normalizer/cli/__init__.py | 8 + .../charset_normalizer/cli/__main__.py | 321 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 336 bytes .../cli/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10971 bytes .../charset_normalizer/constant.py | 1998 ++++ .../charset_normalizer/legacy.py | 66 + .../md.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 16064 bytes .../site-packages/charset_normalizer/md.py | 630 ++ .../md__mypyc.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 280904 bytes .../charset_normalizer/models.py | 360 + .../site-packages/charset_normalizer/py.typed | 0 .../site-packages/charset_normalizer/utils.py | 408 + .../charset_normalizer/version.py | 8 + .../site-packages/distutils-precedence.pth | 1 + .../idna-3.10.dist-info/INSTALLER | 1 + .../idna-3.10.dist-info/LICENSE.md | 31 + .../idna-3.10.dist-info/METADATA | 250 + .../site-packages/idna-3.10.dist-info/RECORD | 22 + .../site-packages/idna-3.10.dist-info/WHEEL | 4 + .../python3.12/site-packages/idna/__init__.py | 45 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 875 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4975 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 879 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16165 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99465 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2627 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158835 bytes .../python3.12/site-packages/idna/codec.py | 122 + .../python3.12/site-packages/idna/compat.py | 15 + .../lib/python3.12/site-packages/idna/core.py | 437 + .../python3.12/site-packages/idna/idnadata.py | 4243 ++++++++ .../site-packages/idna/intranges.py | 57 + .../site-packages/idna/package_data.py | 1 + .../python3.12/site-packages/idna/py.typed | 0 .../site-packages/idna/uts46data.py | 8681 +++++++++++++++++ .../pip-24.0.dist-info/AUTHORS.txt | 760 ++ .../pip-24.0.dist-info/INSTALLER | 1 + .../pip-24.0.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.0.dist-info/METADATA | 88 + .../site-packages/pip-24.0.dist-info/RECORD | 1005 ++ .../pip-24.0.dist-info/REQUESTED | 0 .../site-packages/pip-24.0.dist-info/WHEEL | 5 + .../pip-24.0.dist-info/entry_points.txt | 4 + .../pip-24.0.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 -> 685 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 -> 14294 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12665 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17666 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33284 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 670 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4971 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10552 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13649 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../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 -> 8465 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10455 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30374 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1781 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2298 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4905 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15022 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2620 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18852 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 | 172 + .../pip/_internal/cli/base_command.py | 236 + .../pip/_internal/cli/cmdoptions.py | 1074 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 79 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 505 + .../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 -> 9711 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2090 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 -> 10161 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7589 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4416 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 -> 6720 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3975 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28913 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15656 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7621 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9728 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4726 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8956 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 147 + .../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 | 774 ++ .../pip/_internal/commands/list.py | 370 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../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 -> 2862 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1700 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8488 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2248 bytes .../pip/_internal/distributions/base.py | 51 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 156 + .../pip/_internal/distributions/wheel.py | 40 + .../site-packages/pip/_internal/exceptions.py | 728 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 232 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21886 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40735 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12604 bytes .../pip/_internal/index/collector.py | 507 + .../pip/_internal/index/package_finder.py | 1027 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16776 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6856 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8011 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3781 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 213 + .../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 -> 5882 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2875 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35712 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15790 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 702 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 358 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3333 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13425 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11180 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 227 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 278 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 266 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1905 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11199 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 -> 26002 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1169 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5088 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 -> 5780 bytes .../pip/_internal/models/candidate.py | 30 + .../pip/_internal/models/direct_url.py | 235 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 579 ++ .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 132 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 122 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 254 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 21996 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6518 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8553 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11663 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18774 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2253 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2949 bytes .../pip/_internal/network/auth.py | 561 ++ .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 520 + .../pip/_internal/network/utils.py | 96 + .../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 -> 7579 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10117 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25747 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7823 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1880 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1914 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3065 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 -> 3929 bytes .../operations/build/build_tracker.py | 139 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 266 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1817 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 33859 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 734 ++ .../pip/_internal/operations/prepare.py | 730 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3743 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21582 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21461 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38414 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7218 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32977 bytes .../pip/_internal/req/constructors.py | 576 ++ .../pip/_internal/req/req_file.py | 554 ++ .../pip/_internal/req/req_install.py | 923 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 649 ++ .../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 -> 22439 bytes .../_internal/resolution/legacy/resolver.py | 598 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 208 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8337 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 30398 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32114 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6208 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10378 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4935 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 11429 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12351 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 597 ++ .../resolution/resolvelib/factory.py | 812 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 248 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 192 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4533 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 -> 2210 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5558 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 681 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4183 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3560 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3223 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2155 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3990 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7455 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1161 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2339 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7551 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13554 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 34118 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2709 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2580 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4547 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8715 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12059 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11105 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2402 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4477 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5923 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 | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 151 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 783 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../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 -> 5023 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 18992 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7612 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12484 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29010 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4693 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41270 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122050 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__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 -> 16168 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4348 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6695 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 6406 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 | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 436 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7711 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2739 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 494 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/serialize.py | 206 + .../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 -> 3328 bytes .../pip/_vendor/certifi/cacert.pem | 4635 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4569 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27200 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1388 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9639 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4123 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5019 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3879 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 790 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1397 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 2997 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4567 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15311 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4384 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12083 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1391 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27205 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1391 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19127 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1404 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5823 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22156 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83004 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1395 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39550 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83123 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 76989 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77500 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83077 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105252 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77678 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77517 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7003 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7183 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3904 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1589 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38646 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 633 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6388 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2358 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4496 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12270 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9980 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3176 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 489 bytes .../pip/_vendor/chardet/big5freq.py | 386 + .../pip/_vendor/chardet/big5prober.py | 47 + .../pip/_vendor/chardet/chardistribution.py | 261 + .../pip/_vendor/chardet/charsetgroupprober.py | 106 + .../pip/_vendor/chardet/charsetprober.py | 147 + .../pip/_vendor/chardet/cli/__init__.py | 0 .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 196 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4013 bytes .../pip/_vendor/chardet/cli/chardetect.py | 112 + .../pip/_vendor/chardet/codingstatemachine.py | 90 + .../_vendor/chardet/codingstatemachinedict.py | 19 + .../pip/_vendor/chardet/cp949prober.py | 49 + .../pip/_vendor/chardet/enums.py | 85 + .../pip/_vendor/chardet/escprober.py | 102 + .../pip/_vendor/chardet/escsm.py | 261 + .../pip/_vendor/chardet/eucjpprober.py | 102 + .../pip/_vendor/chardet/euckrfreq.py | 196 + .../pip/_vendor/chardet/euckrprober.py | 47 + .../pip/_vendor/chardet/euctwfreq.py | 388 + .../pip/_vendor/chardet/euctwprober.py | 47 + .../pip/_vendor/chardet/gb2312freq.py | 284 + .../pip/_vendor/chardet/gb2312prober.py | 47 + .../pip/_vendor/chardet/hebrewprober.py | 316 + .../pip/_vendor/chardet/jisfreq.py | 325 + .../pip/_vendor/chardet/johabfreq.py | 2382 +++++ .../pip/_vendor/chardet/johabprober.py | 47 + .../pip/_vendor/chardet/jpcntx.py | 238 + .../pip/_vendor/chardet/langbulgarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langgreekmodel.py | 4397 +++++++++ .../pip/_vendor/chardet/langhebrewmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langhungarianmodel.py | 4649 +++++++++ .../pip/_vendor/chardet/langrussianmodel.py | 5725 +++++++++++ .../pip/_vendor/chardet/langthaimodel.py | 4380 +++++++++ .../pip/_vendor/chardet/langturkishmodel.py | 4380 +++++++++ .../pip/_vendor/chardet/latin1prober.py | 147 + .../pip/_vendor/chardet/macromanprober.py | 162 + .../pip/_vendor/chardet/mbcharsetprober.py | 95 + .../pip/_vendor/chardet/mbcsgroupprober.py | 57 + .../pip/_vendor/chardet/mbcssm.py | 661 ++ .../pip/_vendor/chardet/metadata/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9756 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 493 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3951 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16422 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3551 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8127 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9089 bytes .../pip/_vendor/colorama/ansi.py | 102 + .../pip/_vendor/colorama/ansitowin32.py | 277 + .../pip/_vendor/colorama/initialise.py | 121 + .../pip/_vendor/colorama/tests/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 199 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5468 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18104 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11749 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4905 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2489 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6613 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1270 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45606 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66028 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24367 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60159 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15126 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7683 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41800 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17326 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19581 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88257 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30367 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51862 bytes .../pip/_vendor/distlib/compat.py | 1138 +++ .../pip/_vendor/distlib/database.py | 1359 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 452 + .../site-packages/pip/_vendor/distlib/util.py | 2025 ++++ .../pip/_vendor/distlib/version.py | 751 ++ .../pip/_vendor/distlib/wheel.py | 1099 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 961 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 293 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53755 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 882 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4634 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 888 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16283 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38383 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2639 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 217 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158871 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 ++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8600 ++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1832 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2026 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8669 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43577 bytes .../pip/_vendor/msgpack/exceptions.py | 48 + .../site-packages/pip/_vendor/msgpack/ext.py | 193 + .../pip/_vendor/msgpack/fallback.py | 1010 ++ .../pip/_vendor/packaging/__about__.py | 26 + .../pip/_vendor/packaging/__init__.py | 25 + .../__pycache__/__about__.cpython-312.pyc | Bin 0 -> 631 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 467 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12077 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6911 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3242 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14059 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6947 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31248 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18957 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5869 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19940 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146475 bytes .../pip/_vendor/platformdirs/__init__.py | 566 ++ .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18030 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1947 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9445 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9673 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5638 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12442 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 312 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13000 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../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 -> 26607 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2628 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3234 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4571 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38331 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1570 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3398 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 -> 11048 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6676 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8144 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 32990 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 13983 bytes .../pip/_vendor/pygments/cmdline.py | 668 ++ .../pip/_vendor/pygments/console.py | 70 + .../pip/_vendor/pygments/filter.py | 71 + .../pip/_vendor/pygments/filters/__init__.py | 940 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 37938 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6928 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4217 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4196 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7266 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40574 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27045 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6067 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19956 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6886 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2932 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6128 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9068 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 | 989 ++ .../pip/_vendor/pygments/formatters/img.py | 645 ++ .../pip/_vendor/pygments/formatters/irc.py | 154 + .../pip/_vendor/pygments/formatters/latex.py | 521 + .../pip/_vendor/pygments/formatters/other.py | 161 + .../pygments/formatters/pangomarkup.py | 83 + .../pip/_vendor/pygments/formatters/rtf.py | 146 + .../pip/_vendor/pygments/formatters/svg.py | 188 + .../_vendor/pygments/formatters/terminal.py | 127 + .../pygments/formatters/terminal256.py | 338 + .../pip/_vendor/pygments/lexer.py | 943 ++ .../pip/_vendor/pygments/lexers/__init__.py | 362 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 14654 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64406 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42641 bytes .../pip/_vendor/pygments/lexers/_mapping.py | 559 ++ .../pip/_vendor/pygments/lexers/python.py | 1198 +++ .../pip/_vendor/pygments/modeline.py | 43 + .../pip/_vendor/pygments/plugin.py | 88 + .../pip/_vendor/pygments/regexopt.py | 91 + .../pip/_vendor/pygments/scanner.py | 104 + .../pip/_vendor/pygments/sphinxext.py | 217 + .../pip/_vendor/pygments/style.py | 197 + .../pip/_vendor/pygments/styles/__init__.py | 103 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4450 bytes .../pip/_vendor/pygments/token.py | 213 + .../pip/_vendor/pygments/unistring.py | 153 + .../pip/_vendor/pygments/util.py | 330 + .../pip/_vendor/pyparsing/__init__.py | 322 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7913 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8397 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13416 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267710 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 12996 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48503 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34112 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17190 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13186 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14906 bytes .../pip/_vendor/pyparsing/actions.py | 217 + .../pip/_vendor/pyparsing/common.py | 432 + .../pip/_vendor/pyparsing/core.py | 6115 ++++++++++++ .../pip/_vendor/pyparsing/diagram/__init__.py | 656 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 26815 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 +++ .../pip/_vendor/pyparsing/results.py | 796 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 615 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 376 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14727 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1082 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14399 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5455 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 -> 21282 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 -> 924 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1509 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25248 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7049 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4314 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1054 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35450 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 774 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27759 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5961 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5619 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36271 bytes .../pip/_vendor/requests/__version__.py | 14 + .../pip/_vendor/requests/_internal_utils.py | 50 + .../pip/_vendor/requests/adapters.py | 538 + .../site-packages/pip/_vendor/requests/api.py | 157 + .../pip/_vendor/requests/auth.py | 315 + .../pip/_vendor/requests/certs.py | 24 + .../pip/_vendor/requests/compat.py | 67 + .../pip/_vendor/requests/cookies.py | 561 ++ .../pip/_vendor/requests/exceptions.py | 141 + .../pip/_vendor/requests/help.py | 131 + .../pip/_vendor/requests/hooks.py | 33 + .../pip/_vendor/requests/models.py | 1034 ++ .../pip/_vendor/requests/packages.py | 16 + .../pip/_vendor/requests/sessions.py | 833 ++ .../pip/_vendor/requests/status_codes.py | 128 + .../pip/_vendor/requests/structures.py | 99 + .../pip/_vendor/requests/utils.py | 1094 +++ .../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/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 | 274 + .../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 -> 7823 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 -> 2323 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 -> 12079 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 -> 3622 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 -> 6581 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 -> 28978 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 -> 2362 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1610 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12324 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9108 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 -> 5620 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26572 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 -> 113795 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2260 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9228 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10931 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10375 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 -> 3084 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9900 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 -> 19145 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4896 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13556 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9300 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6378 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7136 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 -> 12099 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40058 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75080 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10391 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14783 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 -> 6628 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 -> 28163 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6066 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6070 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33516 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2141 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39614 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43586 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3350 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58965 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6342 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 316 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31550 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11441 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 622 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../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 | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 994 ++ .../pip/_vendor/rich/progress.py | 1702 ++++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../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 | 739 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27088 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4808 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2317 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1626 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1466 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2304 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1414 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14283 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5570 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2588 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12415 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 386 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26929 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3910 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 368 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 620 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 15799 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16664 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 -> 15508 bytes .../pip/_vendor/truststore/_api.py | 302 + .../pip/_vendor/truststore/_macos.py | 501 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 554 ++ .../pip/_vendor/typing_extensions.py | 3072 ++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3407 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15933 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 -> 36281 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13495 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10415 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4020 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20304 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7296 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33970 bytes .../pip/_vendor/urllib3/_collections.py | 337 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1132 +++ .../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 -> 35558 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 | 921 ++ .../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 | 537 + .../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 -> 15105 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 | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12003 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7134 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2701 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9253 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3297 bytes .../pip/_vendor/webencodings/labels.py | 231 + .../pip/_vendor/webencodings/mklabels.py | 59 + .../pip/_vendor/webencodings/tests.py | 153 + .../_vendor/webencodings/x_user_defined.py | 325 + .../lib/python3.12/site-packages/pip/py.typed | 4 + .../site-packages/pkg_resources/__init__.py | 3714 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 164700 bytes .../site-packages/pkg_resources/api_tests.txt | 424 + .../site-packages/pkg_resources/py.typed | 0 .../pkg_resources/tests/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 192 bytes .../test_find_distributions.cpython-312.pyc | Bin 0 -> 3293 bytes ...integration_zope_interface.cpython-312.pyc | Bin 0 -> 2002 bytes .../__pycache__/test_markers.cpython-312.pyc | Bin 0 -> 629 bytes .../test_pkg_resources.cpython-312.pyc | Bin 0 -> 25261 bytes .../test_resources.cpython-312.pyc | Bin 0 -> 47616 bytes .../test_working_set.cpython-312.pyc | Bin 0 -> 10524 bytes .../__pycache__/setup.cpython-312.pyc | Bin 0 -> 366 bytes .../data/my-test-package-source/setup.cfg | 0 .../data/my-test-package-source/setup.py | 7 + .../my-test-package-zip/my-test-package.zip | Bin 0 -> 1809 bytes .../EGG-INFO/PKG-INFO | 10 + .../EGG-INFO/SOURCES.txt | 7 + .../EGG-INFO/dependency_links.txt | 1 + .../EGG-INFO/top_level.txt | 1 + .../EGG-INFO/zip-safe | 1 + .../my_test_package-1.0-py3.7.egg | Bin 0 -> 843 bytes .../tests/test_find_distributions.py | 56 + .../tests/test_integration_zope_interface.py | 54 + .../pkg_resources/tests/test_markers.py | 8 + .../pkg_resources/tests/test_pkg_resources.py | 485 + .../pkg_resources/tests/test_resources.py | 869 ++ .../pkg_resources/tests/test_working_set.py | 505 + .../pytz-2025.2.dist-info/INSTALLER | 1 + .../pytz-2025.2.dist-info/LICENSE.txt | 19 + .../pytz-2025.2.dist-info/METADATA | 648 ++ .../pytz-2025.2.dist-info/RECORD | 623 ++ .../site-packages/pytz-2025.2.dist-info/WHEEL | 6 + .../pytz-2025.2.dist-info/top_level.txt | 1 + .../pytz-2025.2.dist-info/zip-safe | 1 + .../python3.12/site-packages/pytz/__init__.py | 1556 +++ .../pytz/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 30527 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2302 bytes .../pytz/__pycache__/lazy.cpython-312.pyc | Bin 0 -> 7695 bytes .../__pycache__/reference.cpython-312.pyc | Bin 0 -> 5535 bytes .../pytz/__pycache__/tzfile.cpython-312.pyc | Bin 0 -> 5272 bytes .../pytz/__pycache__/tzinfo.cpython-312.pyc | Bin 0 -> 19287 bytes .../site-packages/pytz/exceptions.py | 59 + .../lib/python3.12/site-packages/pytz/lazy.py | 172 + .../site-packages/pytz/reference.py | 140 + .../python3.12/site-packages/pytz/tzfile.py | 133 + .../python3.12/site-packages/pytz/tzinfo.py | 580 ++ .../pytz/zoneinfo/Africa/Abidjan | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Accra | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Addis_Ababa | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Algiers | Bin 0 -> 735 bytes .../site-packages/pytz/zoneinfo/Africa/Asmara | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Africa/Asmera | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Africa/Bamako | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Bangui | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Banjul | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Bissau | Bin 0 -> 194 bytes .../pytz/zoneinfo/Africa/Blantyre | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Brazzaville | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Bujumbura | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Cairo | Bin 0 -> 2399 bytes .../pytz/zoneinfo/Africa/Casablanca | Bin 0 -> 2429 bytes .../site-packages/pytz/zoneinfo/Africa/Ceuta | Bin 0 -> 2052 bytes .../pytz/zoneinfo/Africa/Conakry | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Dakar | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Dar_es_Salaam | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Djibouti | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Africa/Douala | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/El_Aaiun | Bin 0 -> 2295 bytes .../pytz/zoneinfo/Africa/Freetown | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Gaborone | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Harare | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Johannesburg | Bin 0 -> 246 bytes .../site-packages/pytz/zoneinfo/Africa/Juba | Bin 0 -> 679 bytes .../pytz/zoneinfo/Africa/Kampala | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Khartoum | Bin 0 -> 679 bytes .../site-packages/pytz/zoneinfo/Africa/Kigali | Bin 0 -> 149 bytes .../pytz/zoneinfo/Africa/Kinshasa | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Lagos | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Libreville | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Lome | Bin 0 -> 148 bytes .../site-packages/pytz/zoneinfo/Africa/Luanda | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Lubumbashi | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Lusaka | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Malabo | Bin 0 -> 235 bytes .../site-packages/pytz/zoneinfo/Africa/Maputo | Bin 0 -> 149 bytes .../site-packages/pytz/zoneinfo/Africa/Maseru | Bin 0 -> 246 bytes .../pytz/zoneinfo/Africa/Mbabane | Bin 0 -> 246 bytes .../pytz/zoneinfo/Africa/Mogadishu | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Monrovia | Bin 0 -> 208 bytes .../pytz/zoneinfo/Africa/Nairobi | Bin 0 -> 265 bytes .../pytz/zoneinfo/Africa/Ndjamena | Bin 0 -> 199 bytes .../site-packages/pytz/zoneinfo/Africa/Niamey | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Nouakchott | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Ouagadougou | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Porto-Novo | Bin 0 -> 235 bytes .../pytz/zoneinfo/Africa/Sao_Tome | Bin 0 -> 254 bytes .../pytz/zoneinfo/Africa/Timbuktu | Bin 0 -> 148 bytes .../pytz/zoneinfo/Africa/Tripoli | Bin 0 -> 625 bytes .../site-packages/pytz/zoneinfo/Africa/Tunis | Bin 0 -> 689 bytes .../pytz/zoneinfo/Africa/Windhoek | Bin 0 -> 955 bytes .../site-packages/pytz/zoneinfo/America/Adak | Bin 0 -> 2356 bytes .../pytz/zoneinfo/America/Anchorage | Bin 0 -> 2371 bytes .../pytz/zoneinfo/America/Anguilla | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Antigua | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Araguaina | Bin 0 -> 870 bytes .../zoneinfo/America/Argentina/Buenos_Aires | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Catamarca | Bin 0 -> 1062 bytes .../zoneinfo/America/Argentina/ComodRivadavia | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Cordoba | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Jujuy | Bin 0 -> 1034 bytes .../pytz/zoneinfo/America/Argentina/La_Rioja | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/Mendoza | Bin 0 -> 1062 bytes .../zoneinfo/America/Argentina/Rio_Gallegos | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Argentina/Salta | Bin 0 -> 1034 bytes .../pytz/zoneinfo/America/Argentina/San_Juan | Bin 0 -> 1076 bytes .../pytz/zoneinfo/America/Argentina/San_Luis | Bin 0 -> 1088 bytes .../pytz/zoneinfo/America/Argentina/Tucuman | Bin 0 -> 1090 bytes .../pytz/zoneinfo/America/Argentina/Ushuaia | Bin 0 -> 1062 bytes .../site-packages/pytz/zoneinfo/America/Aruba | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Asuncion | Bin 0 -> 1644 bytes .../pytz/zoneinfo/America/Atikokan | Bin 0 -> 182 bytes .../site-packages/pytz/zoneinfo/America/Atka | Bin 0 -> 2356 bytes .../site-packages/pytz/zoneinfo/America/Bahia | Bin 0 -> 1010 bytes .../pytz/zoneinfo/America/Bahia_Banderas | Bin 0 -> 1100 bytes .../pytz/zoneinfo/America/Barbados | Bin 0 -> 436 bytes .../site-packages/pytz/zoneinfo/America/Belem | Bin 0 -> 562 bytes .../pytz/zoneinfo/America/Belize | Bin 0 -> 1614 bytes .../pytz/zoneinfo/America/Blanc-Sablon | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Boa_Vista | Bin 0 -> 618 bytes .../pytz/zoneinfo/America/Bogota | Bin 0 -> 232 bytes .../site-packages/pytz/zoneinfo/America/Boise | Bin 0 -> 2410 bytes .../pytz/zoneinfo/America/Buenos_Aires | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Cambridge_Bay | Bin 0 -> 2254 bytes .../pytz/zoneinfo/America/Campo_Grande | Bin 0 -> 1430 bytes .../pytz/zoneinfo/America/Cancun | Bin 0 -> 864 bytes .../pytz/zoneinfo/America/Caracas | Bin 0 -> 250 bytes .../pytz/zoneinfo/America/Catamarca | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Cayenne | Bin 0 -> 184 bytes .../pytz/zoneinfo/America/Cayman | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Chicago | Bin 0 -> 3592 bytes .../pytz/zoneinfo/America/Chihuahua | Bin 0 -> 1102 bytes .../pytz/zoneinfo/America/Ciudad_Juarez | Bin 0 -> 1538 bytes .../pytz/zoneinfo/America/Coral_Harbour | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Cordoba | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Costa_Rica | Bin 0 -> 316 bytes .../pytz/zoneinfo/America/Coyhaique | Bin 0 -> 2126 bytes .../pytz/zoneinfo/America/Creston | Bin 0 -> 360 bytes .../pytz/zoneinfo/America/Cuiaba | Bin 0 -> 1402 bytes .../pytz/zoneinfo/America/Curacao | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Danmarkshavn | Bin 0 -> 698 bytes .../pytz/zoneinfo/America/Dawson | Bin 0 -> 1614 bytes .../pytz/zoneinfo/America/Dawson_Creek | Bin 0 -> 1050 bytes .../pytz/zoneinfo/America/Denver | Bin 0 -> 2460 bytes .../pytz/zoneinfo/America/Detroit | Bin 0 -> 2230 bytes .../pytz/zoneinfo/America/Dominica | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Edmonton | Bin 0 -> 2332 bytes .../pytz/zoneinfo/America/Eirunepe | Bin 0 -> 642 bytes .../pytz/zoneinfo/America/El_Salvador | Bin 0 -> 224 bytes .../pytz/zoneinfo/America/Ensenada | Bin 0 -> 2458 bytes .../pytz/zoneinfo/America/Fort_Nelson | Bin 0 -> 2240 bytes .../pytz/zoneinfo/America/Fort_Wayne | Bin 0 -> 1682 bytes .../pytz/zoneinfo/America/Fortaleza | Bin 0 -> 702 bytes .../pytz/zoneinfo/America/Glace_Bay | Bin 0 -> 2192 bytes .../pytz/zoneinfo/America/Godthab | Bin 0 -> 1889 bytes .../pytz/zoneinfo/America/Goose_Bay | Bin 0 -> 3210 bytes .../pytz/zoneinfo/America/Grand_Turk | Bin 0 -> 1834 bytes .../pytz/zoneinfo/America/Grenada | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Guadeloupe | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Guatemala | Bin 0 -> 280 bytes .../pytz/zoneinfo/America/Guayaquil | Bin 0 -> 232 bytes .../pytz/zoneinfo/America/Guyana | Bin 0 -> 248 bytes .../pytz/zoneinfo/America/Halifax | Bin 0 -> 3424 bytes .../pytz/zoneinfo/America/Havana | Bin 0 -> 2416 bytes .../pytz/zoneinfo/America/Hermosillo | Bin 0 -> 388 bytes .../zoneinfo/America/Indiana/Indianapolis | Bin 0 -> 1682 bytes .../pytz/zoneinfo/America/Indiana/Knox | Bin 0 -> 2444 bytes .../pytz/zoneinfo/America/Indiana/Marengo | Bin 0 -> 1738 bytes .../pytz/zoneinfo/America/Indiana/Petersburg | Bin 0 -> 1920 bytes .../pytz/zoneinfo/America/Indiana/Tell_City | Bin 0 -> 1700 bytes .../pytz/zoneinfo/America/Indiana/Vevay | Bin 0 -> 1430 bytes .../pytz/zoneinfo/America/Indiana/Vincennes | Bin 0 -> 1710 bytes .../pytz/zoneinfo/America/Indiana/Winamac | Bin 0 -> 1794 bytes .../pytz/zoneinfo/America/Indianapolis | Bin 0 -> 1682 bytes .../pytz/zoneinfo/America/Inuvik | Bin 0 -> 2074 bytes .../pytz/zoneinfo/America/Iqaluit | Bin 0 -> 2202 bytes .../pytz/zoneinfo/America/Jamaica | Bin 0 -> 482 bytes .../site-packages/pytz/zoneinfo/America/Jujuy | Bin 0 -> 1034 bytes .../pytz/zoneinfo/America/Juneau | Bin 0 -> 2353 bytes .../pytz/zoneinfo/America/Kentucky/Louisville | Bin 0 -> 2788 bytes .../pytz/zoneinfo/America/Kentucky/Monticello | Bin 0 -> 2368 bytes .../pytz/zoneinfo/America/Knox_IN | Bin 0 -> 2444 bytes .../pytz/zoneinfo/America/Kralendijk | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/La_Paz | Bin 0 -> 218 bytes .../site-packages/pytz/zoneinfo/America/Lima | Bin 0 -> 392 bytes .../pytz/zoneinfo/America/Los_Angeles | Bin 0 -> 2852 bytes .../pytz/zoneinfo/America/Louisville | Bin 0 -> 2788 bytes .../pytz/zoneinfo/America/Lower_Princes | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Maceio | Bin 0 -> 730 bytes .../pytz/zoneinfo/America/Managua | Bin 0 -> 430 bytes .../pytz/zoneinfo/America/Manaus | Bin 0 -> 590 bytes .../pytz/zoneinfo/America/Marigot | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Martinique | Bin 0 -> 232 bytes .../pytz/zoneinfo/America/Matamoros | Bin 0 -> 1418 bytes .../pytz/zoneinfo/America/Mazatlan | Bin 0 -> 1060 bytes .../pytz/zoneinfo/America/Mendoza | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Menominee | Bin 0 -> 2274 bytes .../pytz/zoneinfo/America/Merida | Bin 0 -> 1004 bytes .../pytz/zoneinfo/America/Metlakatla | Bin 0 -> 1423 bytes .../pytz/zoneinfo/America/Mexico_City | Bin 0 -> 1222 bytes .../pytz/zoneinfo/America/Miquelon | Bin 0 -> 1652 bytes .../pytz/zoneinfo/America/Moncton | Bin 0 -> 3154 bytes .../pytz/zoneinfo/America/Monterrey | Bin 0 -> 1114 bytes .../pytz/zoneinfo/America/Montevideo | Bin 0 -> 1496 bytes .../pytz/zoneinfo/America/Montreal | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Montserrat | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Nassau | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/New_York | Bin 0 -> 3552 bytes .../pytz/zoneinfo/America/Nipigon | Bin 0 -> 3494 bytes .../site-packages/pytz/zoneinfo/America/Nome | Bin 0 -> 2367 bytes .../pytz/zoneinfo/America/Noronha | Bin 0 -> 702 bytes .../pytz/zoneinfo/America/North_Dakota/Beulah | Bin 0 -> 2396 bytes .../pytz/zoneinfo/America/North_Dakota/Center | Bin 0 -> 2396 bytes .../zoneinfo/America/North_Dakota/New_Salem | Bin 0 -> 2396 bytes .../site-packages/pytz/zoneinfo/America/Nuuk | Bin 0 -> 1889 bytes .../pytz/zoneinfo/America/Ojinaga | Bin 0 -> 1524 bytes .../pytz/zoneinfo/America/Panama | Bin 0 -> 182 bytes .../pytz/zoneinfo/America/Pangnirtung | Bin 0 -> 2202 bytes .../pytz/zoneinfo/America/Paramaribo | Bin 0 -> 248 bytes .../pytz/zoneinfo/America/Phoenix | Bin 0 -> 360 bytes .../pytz/zoneinfo/America/Port-au-Prince | Bin 0 -> 1434 bytes .../pytz/zoneinfo/America/Port_of_Spain | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Porto_Acre | Bin 0 -> 614 bytes .../pytz/zoneinfo/America/Porto_Velho | Bin 0 -> 562 bytes .../pytz/zoneinfo/America/Puerto_Rico | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Punta_Arenas | Bin 0 -> 1902 bytes .../pytz/zoneinfo/America/Rainy_River | Bin 0 -> 2868 bytes .../pytz/zoneinfo/America/Rankin_Inlet | Bin 0 -> 2066 bytes .../pytz/zoneinfo/America/Recife | Bin 0 -> 702 bytes .../pytz/zoneinfo/America/Regina | Bin 0 -> 980 bytes .../pytz/zoneinfo/America/Resolute | Bin 0 -> 2066 bytes .../pytz/zoneinfo/America/Rio_Branco | Bin 0 -> 614 bytes .../pytz/zoneinfo/America/Rosario | Bin 0 -> 1062 bytes .../pytz/zoneinfo/America/Santa_Isabel | Bin 0 -> 2458 bytes .../pytz/zoneinfo/America/Santarem | Bin 0 -> 588 bytes .../pytz/zoneinfo/America/Santiago | Bin 0 -> 2515 bytes .../pytz/zoneinfo/America/Santo_Domingo | Bin 0 -> 458 bytes .../pytz/zoneinfo/America/Sao_Paulo | Bin 0 -> 1430 bytes .../pytz/zoneinfo/America/Scoresbysund | Bin 0 -> 1935 bytes .../pytz/zoneinfo/America/Shiprock | Bin 0 -> 2460 bytes .../site-packages/pytz/zoneinfo/America/Sitka | Bin 0 -> 2329 bytes .../pytz/zoneinfo/America/St_Barthelemy | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Johns | Bin 0 -> 3655 bytes .../pytz/zoneinfo/America/St_Kitts | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Lucia | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Thomas | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/St_Vincent | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Swift_Current | Bin 0 -> 560 bytes .../pytz/zoneinfo/America/Tegucigalpa | Bin 0 -> 252 bytes .../site-packages/pytz/zoneinfo/America/Thule | Bin 0 -> 1502 bytes .../pytz/zoneinfo/America/Thunder_Bay | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Tijuana | Bin 0 -> 2458 bytes .../pytz/zoneinfo/America/Toronto | Bin 0 -> 3494 bytes .../pytz/zoneinfo/America/Tortola | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Vancouver | Bin 0 -> 2892 bytes .../pytz/zoneinfo/America/Virgin | Bin 0 -> 246 bytes .../pytz/zoneinfo/America/Whitehorse | Bin 0 -> 1614 bytes .../pytz/zoneinfo/America/Winnipeg | Bin 0 -> 2868 bytes .../pytz/zoneinfo/America/Yakutat | Bin 0 -> 2305 bytes .../pytz/zoneinfo/America/Yellowknife | Bin 0 -> 2332 bytes .../pytz/zoneinfo/Antarctica/Casey | Bin 0 -> 423 bytes .../pytz/zoneinfo/Antarctica/Davis | Bin 0 -> 283 bytes .../pytz/zoneinfo/Antarctica/DumontDUrville | Bin 0 -> 172 bytes .../pytz/zoneinfo/Antarctica/Macquarie | Bin 0 -> 2260 bytes .../pytz/zoneinfo/Antarctica/Mawson | Bin 0 -> 185 bytes .../pytz/zoneinfo/Antarctica/McMurdo | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Antarctica/Palmer | Bin 0 -> 1404 bytes .../pytz/zoneinfo/Antarctica/Rothera | Bin 0 -> 150 bytes .../pytz/zoneinfo/Antarctica/South_Pole | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Antarctica/Syowa | Bin 0 -> 151 bytes .../pytz/zoneinfo/Antarctica/Troll | Bin 0 -> 1148 bytes .../pytz/zoneinfo/Antarctica/Vostok | Bin 0 -> 213 bytes .../pytz/zoneinfo/Arctic/Longyearbyen | Bin 0 -> 2298 bytes .../site-packages/pytz/zoneinfo/Asia/Aden | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Almaty | Bin 0 -> 983 bytes .../site-packages/pytz/zoneinfo/Asia/Amman | Bin 0 -> 1433 bytes .../site-packages/pytz/zoneinfo/Asia/Anadyr | Bin 0 -> 1174 bytes .../site-packages/pytz/zoneinfo/Asia/Aqtau | Bin 0 -> 969 bytes .../site-packages/pytz/zoneinfo/Asia/Aqtobe | Bin 0 -> 997 bytes .../site-packages/pytz/zoneinfo/Asia/Ashgabat | Bin 0 -> 605 bytes .../pytz/zoneinfo/Asia/Ashkhabad | Bin 0 -> 605 bytes .../site-packages/pytz/zoneinfo/Asia/Atyrau | Bin 0 -> 977 bytes .../site-packages/pytz/zoneinfo/Asia/Baghdad | Bin 0 -> 969 bytes .../site-packages/pytz/zoneinfo/Asia/Bahrain | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Asia/Baku | Bin 0 -> 1213 bytes .../site-packages/pytz/zoneinfo/Asia/Bangkok | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Asia/Barnaul | Bin 0 -> 1207 bytes .../site-packages/pytz/zoneinfo/Asia/Beirut | Bin 0 -> 2154 bytes .../site-packages/pytz/zoneinfo/Asia/Bishkek | Bin 0 -> 969 bytes .../site-packages/pytz/zoneinfo/Asia/Brunei | Bin 0 -> 469 bytes .../site-packages/pytz/zoneinfo/Asia/Calcutta | Bin 0 -> 285 bytes .../site-packages/pytz/zoneinfo/Asia/Chita | Bin 0 -> 1207 bytes .../pytz/zoneinfo/Asia/Choibalsan | Bin 0 -> 877 bytes .../pytz/zoneinfo/Asia/Chongqing | Bin 0 -> 561 bytes .../pytz/zoneinfo/Asia/Chungking | Bin 0 -> 561 bytes .../site-packages/pytz/zoneinfo/Asia/Colombo | Bin 0 -> 358 bytes .../site-packages/pytz/zoneinfo/Asia/Dacca | Bin 0 -> 323 bytes .../site-packages/pytz/zoneinfo/Asia/Damascus | Bin 0 -> 1873 bytes .../site-packages/pytz/zoneinfo/Asia/Dhaka | Bin 0 -> 323 bytes .../site-packages/pytz/zoneinfo/Asia/Dili | Bin 0 -> 257 bytes .../site-packages/pytz/zoneinfo/Asia/Dubai | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Dushanbe | Bin 0 -> 577 bytes .../pytz/zoneinfo/Asia/Famagusta | Bin 0 -> 2028 bytes .../site-packages/pytz/zoneinfo/Asia/Gaza | Bin 0 -> 3844 bytes .../site-packages/pytz/zoneinfo/Asia/Harbin | Bin 0 -> 561 bytes .../site-packages/pytz/zoneinfo/Asia/Hebron | Bin 0 -> 3872 bytes .../pytz/zoneinfo/Asia/Ho_Chi_Minh | Bin 0 -> 337 bytes .../pytz/zoneinfo/Asia/Hong_Kong | Bin 0 -> 1233 bytes .../site-packages/pytz/zoneinfo/Asia/Hovd | Bin 0 -> 877 bytes .../site-packages/pytz/zoneinfo/Asia/Irkutsk | Bin 0 -> 1229 bytes .../site-packages/pytz/zoneinfo/Asia/Istanbul | Bin 0 -> 1933 bytes .../site-packages/pytz/zoneinfo/Asia/Jakarta | Bin 0 -> 383 bytes .../site-packages/pytz/zoneinfo/Asia/Jayapura | Bin 0 -> 221 bytes .../pytz/zoneinfo/Asia/Jerusalem | Bin 0 -> 2388 bytes .../site-packages/pytz/zoneinfo/Asia/Kabul | Bin 0 -> 194 bytes .../pytz/zoneinfo/Asia/Kamchatka | Bin 0 -> 1152 bytes .../site-packages/pytz/zoneinfo/Asia/Karachi | Bin 0 -> 379 bytes .../site-packages/pytz/zoneinfo/Asia/Kashgar | Bin 0 -> 151 bytes .../pytz/zoneinfo/Asia/Kathmandu | Bin 0 -> 198 bytes .../site-packages/pytz/zoneinfo/Asia/Katmandu | Bin 0 -> 198 bytes .../site-packages/pytz/zoneinfo/Asia/Khandyga | Bin 0 -> 1257 bytes .../site-packages/pytz/zoneinfo/Asia/Kolkata | Bin 0 -> 285 bytes .../pytz/zoneinfo/Asia/Krasnoyarsk | Bin 0 -> 1193 bytes .../pytz/zoneinfo/Asia/Kuala_Lumpur | Bin 0 -> 401 bytes .../site-packages/pytz/zoneinfo/Asia/Kuching | Bin 0 -> 469 bytes .../site-packages/pytz/zoneinfo/Asia/Kuwait | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Macao | Bin 0 -> 1227 bytes .../site-packages/pytz/zoneinfo/Asia/Macau | Bin 0 -> 1227 bytes .../site-packages/pytz/zoneinfo/Asia/Magadan | Bin 0 -> 1208 bytes .../site-packages/pytz/zoneinfo/Asia/Makassar | Bin 0 -> 254 bytes .../site-packages/pytz/zoneinfo/Asia/Manila | Bin 0 -> 422 bytes .../site-packages/pytz/zoneinfo/Asia/Muscat | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Nicosia | Bin 0 -> 2002 bytes .../pytz/zoneinfo/Asia/Novokuznetsk | Bin 0 -> 1151 bytes .../pytz/zoneinfo/Asia/Novosibirsk | Bin 0 -> 1207 bytes .../site-packages/pytz/zoneinfo/Asia/Omsk | Bin 0 -> 1193 bytes .../site-packages/pytz/zoneinfo/Asia/Oral | Bin 0 -> 991 bytes .../pytz/zoneinfo/Asia/Phnom_Penh | Bin 0 -> 185 bytes .../pytz/zoneinfo/Asia/Pontianak | Bin 0 -> 353 bytes .../pytz/zoneinfo/Asia/Pyongyang | Bin 0 -> 237 bytes .../site-packages/pytz/zoneinfo/Asia/Qatar | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Asia/Qostanay | Bin 0 -> 1025 bytes .../pytz/zoneinfo/Asia/Qyzylorda | Bin 0 -> 1011 bytes .../site-packages/pytz/zoneinfo/Asia/Rangoon | Bin 0 -> 254 bytes .../site-packages/pytz/zoneinfo/Asia/Riyadh | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Saigon | Bin 0 -> 337 bytes .../site-packages/pytz/zoneinfo/Asia/Sakhalin | Bin 0 -> 1188 bytes .../pytz/zoneinfo/Asia/Samarkand | Bin 0 -> 563 bytes .../site-packages/pytz/zoneinfo/Asia/Seoul | Bin 0 -> 617 bytes .../site-packages/pytz/zoneinfo/Asia/Shanghai | Bin 0 -> 561 bytes .../pytz/zoneinfo/Asia/Singapore | Bin 0 -> 401 bytes .../pytz/zoneinfo/Asia/Srednekolymsk | Bin 0 -> 1194 bytes .../site-packages/pytz/zoneinfo/Asia/Taipei | Bin 0 -> 761 bytes .../site-packages/pytz/zoneinfo/Asia/Tashkent | Bin 0 -> 577 bytes .../site-packages/pytz/zoneinfo/Asia/Tbilisi | Bin 0 -> 1021 bytes .../site-packages/pytz/zoneinfo/Asia/Tehran | Bin 0 -> 1248 bytes .../site-packages/pytz/zoneinfo/Asia/Tel_Aviv | Bin 0 -> 2388 bytes .../site-packages/pytz/zoneinfo/Asia/Thimbu | Bin 0 -> 189 bytes .../site-packages/pytz/zoneinfo/Asia/Thimphu | Bin 0 -> 189 bytes .../site-packages/pytz/zoneinfo/Asia/Tokyo | Bin 0 -> 309 bytes .../site-packages/pytz/zoneinfo/Asia/Tomsk | Bin 0 -> 1207 bytes .../pytz/zoneinfo/Asia/Ujung_Pandang | Bin 0 -> 254 bytes .../pytz/zoneinfo/Asia/Ulaanbaatar | Bin 0 -> 877 bytes .../pytz/zoneinfo/Asia/Ulan_Bator | Bin 0 -> 877 bytes .../site-packages/pytz/zoneinfo/Asia/Urumqi | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Asia/Ust-Nera | Bin 0 -> 1238 bytes .../pytz/zoneinfo/Asia/Vientiane | Bin 0 -> 185 bytes .../pytz/zoneinfo/Asia/Vladivostok | Bin 0 -> 1194 bytes .../site-packages/pytz/zoneinfo/Asia/Yakutsk | Bin 0 -> 1193 bytes .../site-packages/pytz/zoneinfo/Asia/Yangon | Bin 0 -> 254 bytes .../pytz/zoneinfo/Asia/Yekaterinburg | Bin 0 -> 1229 bytes .../site-packages/pytz/zoneinfo/Asia/Yerevan | Bin 0 -> 1137 bytes .../pytz/zoneinfo/Atlantic/Azores | Bin 0 -> 3442 bytes .../pytz/zoneinfo/Atlantic/Bermuda | Bin 0 -> 2396 bytes .../pytz/zoneinfo/Atlantic/Canary | Bin 0 -> 1897 bytes .../pytz/zoneinfo/Atlantic/Cape_Verde | Bin 0 -> 256 bytes .../pytz/zoneinfo/Atlantic/Faeroe | Bin 0 -> 1815 bytes .../pytz/zoneinfo/Atlantic/Faroe | Bin 0 -> 1815 bytes .../pytz/zoneinfo/Atlantic/Jan_Mayen | Bin 0 -> 2298 bytes .../pytz/zoneinfo/Atlantic/Madeira | Bin 0 -> 3377 bytes .../pytz/zoneinfo/Atlantic/Reykjavik | Bin 0 -> 148 bytes .../pytz/zoneinfo/Atlantic/South_Georgia | Bin 0 -> 150 bytes .../pytz/zoneinfo/Atlantic/St_Helena | Bin 0 -> 148 bytes .../pytz/zoneinfo/Atlantic/Stanley | Bin 0 -> 1200 bytes .../site-packages/pytz/zoneinfo/Australia/ACT | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/Adelaide | Bin 0 -> 2208 bytes .../pytz/zoneinfo/Australia/Brisbane | Bin 0 -> 419 bytes .../pytz/zoneinfo/Australia/Broken_Hill | Bin 0 -> 2229 bytes .../pytz/zoneinfo/Australia/Canberra | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/Currie | Bin 0 -> 2358 bytes .../pytz/zoneinfo/Australia/Darwin | Bin 0 -> 325 bytes .../pytz/zoneinfo/Australia/Eucla | Bin 0 -> 456 bytes .../pytz/zoneinfo/Australia/Hobart | Bin 0 -> 2358 bytes .../site-packages/pytz/zoneinfo/Australia/LHI | Bin 0 -> 1846 bytes .../pytz/zoneinfo/Australia/Lindeman | Bin 0 -> 475 bytes .../pytz/zoneinfo/Australia/Lord_Howe | Bin 0 -> 1846 bytes .../pytz/zoneinfo/Australia/Melbourne | Bin 0 -> 2190 bytes .../site-packages/pytz/zoneinfo/Australia/NSW | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/North | Bin 0 -> 325 bytes .../pytz/zoneinfo/Australia/Perth | Bin 0 -> 446 bytes .../pytz/zoneinfo/Australia/Queensland | Bin 0 -> 419 bytes .../pytz/zoneinfo/Australia/South | Bin 0 -> 2208 bytes .../pytz/zoneinfo/Australia/Sydney | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/Tasmania | Bin 0 -> 2358 bytes .../pytz/zoneinfo/Australia/Victoria | Bin 0 -> 2190 bytes .../pytz/zoneinfo/Australia/West | Bin 0 -> 446 bytes .../pytz/zoneinfo/Australia/Yancowinna | Bin 0 -> 2229 bytes .../site-packages/pytz/zoneinfo/Brazil/Acre | Bin 0 -> 614 bytes .../pytz/zoneinfo/Brazil/DeNoronha | Bin 0 -> 702 bytes .../site-packages/pytz/zoneinfo/Brazil/East | Bin 0 -> 1430 bytes .../site-packages/pytz/zoneinfo/Brazil/West | Bin 0 -> 590 bytes .../site-packages/pytz/zoneinfo/CET | Bin 0 -> 2933 bytes .../site-packages/pytz/zoneinfo/CST6CDT | Bin 0 -> 3592 bytes .../pytz/zoneinfo/Canada/Atlantic | Bin 0 -> 3424 bytes .../pytz/zoneinfo/Canada/Central | Bin 0 -> 2868 bytes .../pytz/zoneinfo/Canada/Eastern | Bin 0 -> 3494 bytes .../pytz/zoneinfo/Canada/Mountain | Bin 0 -> 2332 bytes .../pytz/zoneinfo/Canada/Newfoundland | Bin 0 -> 3655 bytes .../pytz/zoneinfo/Canada/Pacific | Bin 0 -> 2892 bytes .../pytz/zoneinfo/Canada/Saskatchewan | Bin 0 -> 980 bytes .../site-packages/pytz/zoneinfo/Canada/Yukon | Bin 0 -> 1614 bytes .../pytz/zoneinfo/Chile/Continental | Bin 0 -> 2515 bytes .../pytz/zoneinfo/Chile/EasterIsland | Bin 0 -> 2219 bytes .../site-packages/pytz/zoneinfo/Cuba | Bin 0 -> 2416 bytes .../site-packages/pytz/zoneinfo/EET | Bin 0 -> 2262 bytes .../site-packages/pytz/zoneinfo/EST | Bin 0 -> 182 bytes .../site-packages/pytz/zoneinfo/EST5EDT | Bin 0 -> 3552 bytes .../site-packages/pytz/zoneinfo/Egypt | Bin 0 -> 2399 bytes .../site-packages/pytz/zoneinfo/Eire | Bin 0 -> 3492 bytes .../site-packages/pytz/zoneinfo/Etc/GMT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+1 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+10 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+11 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+12 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+2 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+3 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+4 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+5 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+6 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+7 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+8 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT+9 | Bin 0 -> 116 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-1 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-10 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-11 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-12 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-13 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-14 | Bin 0 -> 118 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-2 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-3 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-4 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-5 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-6 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-7 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-8 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT-9 | Bin 0 -> 117 bytes .../site-packages/pytz/zoneinfo/Etc/GMT0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Greenwich | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/UCT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/UTC | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Universal | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Etc/Zulu | Bin 0 -> 114 bytes .../pytz/zoneinfo/Europe/Amsterdam | Bin 0 -> 2933 bytes .../pytz/zoneinfo/Europe/Andorra | Bin 0 -> 1742 bytes .../pytz/zoneinfo/Europe/Astrakhan | Bin 0 -> 1151 bytes .../site-packages/pytz/zoneinfo/Europe/Athens | Bin 0 -> 2262 bytes .../pytz/zoneinfo/Europe/Belfast | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Belgrade | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Berlin | Bin 0 -> 2298 bytes .../pytz/zoneinfo/Europe/Bratislava | Bin 0 -> 2301 bytes .../pytz/zoneinfo/Europe/Brussels | Bin 0 -> 2933 bytes .../pytz/zoneinfo/Europe/Bucharest | Bin 0 -> 2184 bytes .../pytz/zoneinfo/Europe/Budapest | Bin 0 -> 2368 bytes .../pytz/zoneinfo/Europe/Busingen | Bin 0 -> 1909 bytes .../pytz/zoneinfo/Europe/Chisinau | Bin 0 -> 2390 bytes .../pytz/zoneinfo/Europe/Copenhagen | Bin 0 -> 2298 bytes .../site-packages/pytz/zoneinfo/Europe/Dublin | Bin 0 -> 3492 bytes .../pytz/zoneinfo/Europe/Gibraltar | Bin 0 -> 3068 bytes .../pytz/zoneinfo/Europe/Guernsey | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Helsinki | Bin 0 -> 1900 bytes .../pytz/zoneinfo/Europe/Isle_of_Man | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Istanbul | Bin 0 -> 1933 bytes .../site-packages/pytz/zoneinfo/Europe/Jersey | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Kaliningrad | Bin 0 -> 1493 bytes .../site-packages/pytz/zoneinfo/Europe/Kiev | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Kirov | Bin 0 -> 1185 bytes .../site-packages/pytz/zoneinfo/Europe/Kyiv | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Lisbon | Bin 0 -> 3527 bytes .../pytz/zoneinfo/Europe/Ljubljana | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/London | Bin 0 -> 3664 bytes .../pytz/zoneinfo/Europe/Luxembourg | Bin 0 -> 2933 bytes .../site-packages/pytz/zoneinfo/Europe/Madrid | Bin 0 -> 2614 bytes .../site-packages/pytz/zoneinfo/Europe/Malta | Bin 0 -> 2620 bytes .../pytz/zoneinfo/Europe/Mariehamn | Bin 0 -> 1900 bytes .../site-packages/pytz/zoneinfo/Europe/Minsk | Bin 0 -> 1307 bytes .../site-packages/pytz/zoneinfo/Europe/Monaco | Bin 0 -> 2962 bytes .../site-packages/pytz/zoneinfo/Europe/Moscow | Bin 0 -> 1535 bytes .../pytz/zoneinfo/Europe/Nicosia | Bin 0 -> 2002 bytes .../site-packages/pytz/zoneinfo/Europe/Oslo | Bin 0 -> 2298 bytes .../site-packages/pytz/zoneinfo/Europe/Paris | Bin 0 -> 2962 bytes .../pytz/zoneinfo/Europe/Podgorica | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Prague | Bin 0 -> 2301 bytes .../site-packages/pytz/zoneinfo/Europe/Riga | Bin 0 -> 2198 bytes .../site-packages/pytz/zoneinfo/Europe/Rome | Bin 0 -> 2641 bytes .../site-packages/pytz/zoneinfo/Europe/Samara | Bin 0 -> 1201 bytes .../pytz/zoneinfo/Europe/San_Marino | Bin 0 -> 2641 bytes .../pytz/zoneinfo/Europe/Sarajevo | Bin 0 -> 1920 bytes .../pytz/zoneinfo/Europe/Saratov | Bin 0 -> 1169 bytes .../pytz/zoneinfo/Europe/Simferopol | Bin 0 -> 1469 bytes .../site-packages/pytz/zoneinfo/Europe/Skopje | Bin 0 -> 1920 bytes .../site-packages/pytz/zoneinfo/Europe/Sofia | Bin 0 -> 2077 bytes .../pytz/zoneinfo/Europe/Stockholm | Bin 0 -> 2298 bytes .../pytz/zoneinfo/Europe/Tallinn | Bin 0 -> 2148 bytes .../site-packages/pytz/zoneinfo/Europe/Tirane | Bin 0 -> 2084 bytes .../pytz/zoneinfo/Europe/Tiraspol | Bin 0 -> 2390 bytes .../pytz/zoneinfo/Europe/Ulyanovsk | Bin 0 -> 1253 bytes .../pytz/zoneinfo/Europe/Uzhgorod | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Vaduz | Bin 0 -> 1909 bytes .../pytz/zoneinfo/Europe/Vatican | Bin 0 -> 2641 bytes .../site-packages/pytz/zoneinfo/Europe/Vienna | Bin 0 -> 2200 bytes .../pytz/zoneinfo/Europe/Vilnius | Bin 0 -> 2162 bytes .../pytz/zoneinfo/Europe/Volgograd | Bin 0 -> 1193 bytes .../site-packages/pytz/zoneinfo/Europe/Warsaw | Bin 0 -> 2654 bytes .../site-packages/pytz/zoneinfo/Europe/Zagreb | Bin 0 -> 1920 bytes .../pytz/zoneinfo/Europe/Zaporozhye | Bin 0 -> 2120 bytes .../site-packages/pytz/zoneinfo/Europe/Zurich | Bin 0 -> 1909 bytes .../site-packages/pytz/zoneinfo/Factory | Bin 0 -> 116 bytes .../python3.12/site-packages/pytz/zoneinfo/GB | Bin 0 -> 3664 bytes .../site-packages/pytz/zoneinfo/GB-Eire | Bin 0 -> 3664 bytes .../site-packages/pytz/zoneinfo/GMT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/GMT+0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/GMT-0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/GMT0 | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Greenwich | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/HST | Bin 0 -> 329 bytes .../site-packages/pytz/zoneinfo/Hongkong | Bin 0 -> 1233 bytes .../site-packages/pytz/zoneinfo/Iceland | Bin 0 -> 148 bytes .../pytz/zoneinfo/Indian/Antananarivo | Bin 0 -> 265 bytes .../site-packages/pytz/zoneinfo/Indian/Chagos | Bin 0 -> 185 bytes .../pytz/zoneinfo/Indian/Christmas | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Indian/Cocos | Bin 0 -> 254 bytes .../site-packages/pytz/zoneinfo/Indian/Comoro | Bin 0 -> 265 bytes .../pytz/zoneinfo/Indian/Kerguelen | Bin 0 -> 185 bytes .../site-packages/pytz/zoneinfo/Indian/Mahe | Bin 0 -> 151 bytes .../pytz/zoneinfo/Indian/Maldives | Bin 0 -> 185 bytes .../pytz/zoneinfo/Indian/Mauritius | Bin 0 -> 227 bytes .../pytz/zoneinfo/Indian/Mayotte | Bin 0 -> 265 bytes .../pytz/zoneinfo/Indian/Reunion | Bin 0 -> 151 bytes .../site-packages/pytz/zoneinfo/Iran | Bin 0 -> 1248 bytes .../site-packages/pytz/zoneinfo/Israel | Bin 0 -> 2388 bytes .../site-packages/pytz/zoneinfo/Jamaica | Bin 0 -> 482 bytes .../site-packages/pytz/zoneinfo/Japan | Bin 0 -> 309 bytes .../site-packages/pytz/zoneinfo/Kwajalein | Bin 0 -> 302 bytes .../site-packages/pytz/zoneinfo/Libya | Bin 0 -> 625 bytes .../site-packages/pytz/zoneinfo/MET | Bin 0 -> 2933 bytes .../site-packages/pytz/zoneinfo/MST | Bin 0 -> 360 bytes .../site-packages/pytz/zoneinfo/MST7MDT | Bin 0 -> 2460 bytes .../pytz/zoneinfo/Mexico/BajaNorte | Bin 0 -> 2458 bytes .../pytz/zoneinfo/Mexico/BajaSur | Bin 0 -> 1060 bytes .../pytz/zoneinfo/Mexico/General | Bin 0 -> 1222 bytes .../python3.12/site-packages/pytz/zoneinfo/NZ | Bin 0 -> 2437 bytes .../site-packages/pytz/zoneinfo/NZ-CHAT | Bin 0 -> 2054 bytes .../site-packages/pytz/zoneinfo/Navajo | Bin 0 -> 2460 bytes .../site-packages/pytz/zoneinfo/PRC | Bin 0 -> 561 bytes .../site-packages/pytz/zoneinfo/PST8PDT | Bin 0 -> 2852 bytes .../site-packages/pytz/zoneinfo/Pacific/Apia | Bin 0 -> 598 bytes .../pytz/zoneinfo/Pacific/Auckland | Bin 0 -> 2437 bytes .../pytz/zoneinfo/Pacific/Bougainville | Bin 0 -> 254 bytes .../pytz/zoneinfo/Pacific/Chatham | Bin 0 -> 2054 bytes .../site-packages/pytz/zoneinfo/Pacific/Chuuk | Bin 0 -> 172 bytes .../pytz/zoneinfo/Pacific/Easter | Bin 0 -> 2219 bytes .../site-packages/pytz/zoneinfo/Pacific/Efate | Bin 0 -> 524 bytes .../pytz/zoneinfo/Pacific/Enderbury | Bin 0 -> 220 bytes .../pytz/zoneinfo/Pacific/Fakaofo | Bin 0 -> 186 bytes .../site-packages/pytz/zoneinfo/Pacific/Fiji | Bin 0 -> 564 bytes .../pytz/zoneinfo/Pacific/Funafuti | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Galapagos | Bin 0 -> 224 bytes .../pytz/zoneinfo/Pacific/Gambier | Bin 0 -> 150 bytes .../pytz/zoneinfo/Pacific/Guadalcanal | Bin 0 -> 152 bytes .../site-packages/pytz/zoneinfo/Pacific/Guam | Bin 0 -> 494 bytes .../pytz/zoneinfo/Pacific/Honolulu | Bin 0 -> 329 bytes .../pytz/zoneinfo/Pacific/Johnston | Bin 0 -> 329 bytes .../pytz/zoneinfo/Pacific/Kanton | Bin 0 -> 220 bytes .../pytz/zoneinfo/Pacific/Kiritimati | Bin 0 -> 224 bytes .../pytz/zoneinfo/Pacific/Kosrae | Bin 0 -> 337 bytes .../pytz/zoneinfo/Pacific/Kwajalein | Bin 0 -> 302 bytes .../pytz/zoneinfo/Pacific/Majuro | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Marquesas | Bin 0 -> 159 bytes .../pytz/zoneinfo/Pacific/Midway | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/Pacific/Nauru | Bin 0 -> 238 bytes .../site-packages/pytz/zoneinfo/Pacific/Niue | Bin 0 -> 189 bytes .../pytz/zoneinfo/Pacific/Norfolk | Bin 0 -> 866 bytes .../pytz/zoneinfo/Pacific/Noumea | Bin 0 -> 290 bytes .../pytz/zoneinfo/Pacific/Pago_Pago | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/Pacific/Palau | Bin 0 -> 166 bytes .../pytz/zoneinfo/Pacific/Pitcairn | Bin 0 -> 188 bytes .../pytz/zoneinfo/Pacific/Pohnpei | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Ponape | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Port_Moresby | Bin 0 -> 172 bytes .../pytz/zoneinfo/Pacific/Rarotonga | Bin 0 -> 589 bytes .../pytz/zoneinfo/Pacific/Saipan | Bin 0 -> 494 bytes .../site-packages/pytz/zoneinfo/Pacific/Samoa | Bin 0 -> 175 bytes .../pytz/zoneinfo/Pacific/Tahiti | Bin 0 -> 151 bytes .../pytz/zoneinfo/Pacific/Tarawa | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Tongatapu | Bin 0 -> 358 bytes .../site-packages/pytz/zoneinfo/Pacific/Truk | Bin 0 -> 172 bytes .../site-packages/pytz/zoneinfo/Pacific/Wake | Bin 0 -> 152 bytes .../pytz/zoneinfo/Pacific/Wallis | Bin 0 -> 152 bytes .../site-packages/pytz/zoneinfo/Pacific/Yap | Bin 0 -> 172 bytes .../site-packages/pytz/zoneinfo/Poland | Bin 0 -> 2654 bytes .../site-packages/pytz/zoneinfo/Portugal | Bin 0 -> 3527 bytes .../site-packages/pytz/zoneinfo/ROC | Bin 0 -> 761 bytes .../site-packages/pytz/zoneinfo/ROK | Bin 0 -> 617 bytes .../site-packages/pytz/zoneinfo/Singapore | Bin 0 -> 401 bytes .../site-packages/pytz/zoneinfo/Turkey | Bin 0 -> 1933 bytes .../site-packages/pytz/zoneinfo/UCT | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/US/Alaska | Bin 0 -> 2371 bytes .../site-packages/pytz/zoneinfo/US/Aleutian | Bin 0 -> 2356 bytes .../site-packages/pytz/zoneinfo/US/Arizona | Bin 0 -> 360 bytes .../site-packages/pytz/zoneinfo/US/Central | Bin 0 -> 3592 bytes .../pytz/zoneinfo/US/East-Indiana | Bin 0 -> 1682 bytes .../site-packages/pytz/zoneinfo/US/Eastern | Bin 0 -> 3552 bytes .../site-packages/pytz/zoneinfo/US/Hawaii | Bin 0 -> 329 bytes .../pytz/zoneinfo/US/Indiana-Starke | Bin 0 -> 2444 bytes .../site-packages/pytz/zoneinfo/US/Michigan | Bin 0 -> 2230 bytes .../site-packages/pytz/zoneinfo/US/Mountain | Bin 0 -> 2460 bytes .../site-packages/pytz/zoneinfo/US/Pacific | Bin 0 -> 2852 bytes .../site-packages/pytz/zoneinfo/US/Samoa | Bin 0 -> 175 bytes .../site-packages/pytz/zoneinfo/UTC | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/Universal | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/W-SU | Bin 0 -> 1535 bytes .../site-packages/pytz/zoneinfo/WET | Bin 0 -> 3527 bytes .../site-packages/pytz/zoneinfo/Zulu | Bin 0 -> 114 bytes .../site-packages/pytz/zoneinfo/iso3166.tab | 279 + .../site-packages/pytz/zoneinfo/leapseconds | 79 + .../site-packages/pytz/zoneinfo/tzdata.zi | 4300 ++++++++ .../site-packages/pytz/zoneinfo/zone.tab | 448 + .../site-packages/pytz/zoneinfo/zone1970.tab | 375 + .../site-packages/pytz/zoneinfo/zonenow.tab | 296 + .../requests-2.32.3.dist-info/INSTALLER | 1 + .../requests-2.32.3.dist-info/LICENSE | 175 + .../requests-2.32.3.dist-info/METADATA | 119 + .../requests-2.32.3.dist-info/RECORD | 43 + .../requests-2.32.3.dist-info/REQUESTED | 0 .../requests-2.32.3.dist-info/WHEEL | 5 + .../requests-2.32.3.dist-info/top_level.txt | 1 + .../site-packages/requests/__init__.py | 184 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5410 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 574 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2014 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 28354 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7194 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13913 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 656 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 2075 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25266 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7575 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4317 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1042 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35396 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 1129 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27872 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 6021 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5607 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36420 bytes .../site-packages/requests/__version__.py | 14 + .../site-packages/requests/_internal_utils.py | 50 + .../site-packages/requests/adapters.py | 719 ++ .../python3.12/site-packages/requests/api.py | 157 + .../python3.12/site-packages/requests/auth.py | 314 + .../site-packages/requests/certs.py | 17 + .../site-packages/requests/compat.py | 94 + .../site-packages/requests/cookies.py | 561 ++ .../site-packages/requests/exceptions.py | 151 + .../python3.12/site-packages/requests/help.py | 134 + .../site-packages/requests/hooks.py | 33 + .../site-packages/requests/models.py | 1037 ++ .../site-packages/requests/packages.py | 23 + .../site-packages/requests/sessions.py | 831 ++ .../site-packages/requests/status_codes.py | 128 + .../site-packages/requests/structures.py | 99 + .../site-packages/requests/utils.py | 1096 +++ .../setuptools-78.0.2.dist-info/INSTALLER | 1 + .../setuptools-78.0.2.dist-info/METADATA | 141 + .../setuptools-78.0.2.dist-info/RECORD | 872 ++ .../setuptools-78.0.2.dist-info/WHEEL | 5 + .../entry_points.txt | 51 + .../licenses/LICENSE | 17 + .../setuptools-78.0.2.dist-info/top_level.txt | 3 + .../site-packages/setuptools/__init__.py | 286 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 13916 bytes .../_core_metadata.cpython-312.pyc | Bin 0 -> 14952 bytes .../__pycache__/_entry_points.cpython-312.pyc | Bin 0 -> 4686 bytes .../__pycache__/_imp.cpython-312.pyc | Bin 0 -> 3615 bytes .../__pycache__/_importlib.cpython-312.pyc | Bin 0 -> 400 bytes .../__pycache__/_itertools.cpython-312.pyc | Bin 0 -> 1061 bytes .../_normalization.cpython-312.pyc | Bin 0 -> 7417 bytes .../__pycache__/_path.cpython-312.pyc | Bin 0 -> 4197 bytes .../__pycache__/_reqs.cpython-312.pyc | Bin 0 -> 1966 bytes .../__pycache__/_shutil.cpython-312.pyc | Bin 0 -> 2351 bytes .../__pycache__/_static.cpython-312.pyc | Bin 0 -> 6062 bytes .../__pycache__/archive_util.cpython-312.pyc | Bin 0 -> 9259 bytes .../__pycache__/build_meta.cpython-312.pyc | Bin 0 -> 25094 bytes .../__pycache__/depends.cpython-312.pyc | Bin 0 -> 7623 bytes .../__pycache__/discovery.cpython-312.pyc | Bin 0 -> 28705 bytes .../__pycache__/dist.cpython-312.pyc | Bin 0 -> 52253 bytes .../__pycache__/errors.cpython-312.pyc | Bin 0 -> 3496 bytes .../__pycache__/extension.cpython-312.pyc | Bin 0 -> 6908 bytes .../__pycache__/glob.cpython-312.pyc | Bin 0 -> 7444 bytes .../__pycache__/installer.cpython-312.pyc | Bin 0 -> 6616 bytes .../__pycache__/launch.cpython-312.pyc | Bin 0 -> 1324 bytes .../__pycache__/logging.cpython-312.pyc | Bin 0 -> 2100 bytes .../__pycache__/modified.cpython-312.pyc | Bin 0 -> 499 bytes .../__pycache__/monkey.cpython-312.pyc | Bin 0 -> 5193 bytes .../__pycache__/msvc.cpython-312.pyc | Bin 0 -> 58787 bytes .../__pycache__/namespaces.cpython-312.pyc | Bin 0 -> 5310 bytes .../__pycache__/package_index.cpython-312.pyc | Bin 0 -> 54107 bytes .../__pycache__/sandbox.cpython-312.pyc | Bin 0 -> 24046 bytes .../__pycache__/unicode_utils.cpython-312.pyc | Bin 0 -> 4332 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 422 bytes .../__pycache__/warnings.cpython-312.pyc | Bin 0 -> 5140 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 13386 bytes .../windows_support.cpython-312.pyc | Bin 0 -> 1457 bytes .../setuptools/_core_metadata.py | 337 + .../setuptools/_distutils/__init__.py | 14 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 530 bytes .../__pycache__/_log.cpython-312.pyc | Bin 0 -> 278 bytes .../__pycache__/_macos_compat.cpython-312.pyc | Bin 0 -> 567 bytes .../__pycache__/_modified.cpython-312.pyc | Bin 0 -> 4792 bytes .../__pycache__/_msvccompiler.cpython-312.pyc | Bin 0 -> 327 bytes .../__pycache__/archive_util.cpython-312.pyc | Bin 0 -> 10842 bytes .../__pycache__/ccompiler.cpython-312.pyc | Bin 0 -> 694 bytes .../__pycache__/cmd.cpython-312.pyc | Bin 0 -> 22601 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 9117 bytes .../cygwinccompiler.cpython-312.pyc | Bin 0 -> 658 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 321 bytes .../__pycache__/dep_util.cpython-312.pyc | Bin 0 -> 715 bytes .../__pycache__/dir_util.cpython-312.pyc | Bin 0 -> 10364 bytes .../__pycache__/dist.cpython-312.pyc | Bin 0 -> 56310 bytes .../__pycache__/errors.cpython-312.pyc | Bin 0 -> 4530 bytes .../__pycache__/extension.cpython-312.pyc | Bin 0 -> 10253 bytes .../__pycache__/fancy_getopt.cpython-312.pyc | Bin 0 -> 15824 bytes .../__pycache__/file_util.cpython-312.pyc | Bin 0 -> 9494 bytes .../__pycache__/filelist.cpython-312.pyc | Bin 0 -> 17943 bytes .../__pycache__/log.cpython-312.pyc | Bin 0 -> 2616 bytes .../__pycache__/spawn.cpython-312.pyc | Bin 0 -> 5647 bytes .../__pycache__/sysconfig.cpython-312.pyc | Bin 0 -> 23111 bytes .../__pycache__/text_file.cpython-312.pyc | Bin 0 -> 10840 bytes .../__pycache__/unixccompiler.cpython-312.pyc | Bin 0 -> 418 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 19483 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 10633 bytes .../versionpredicate.cpython-312.pyc | Bin 0 -> 6901 bytes .../__pycache__/zosccompiler.cpython-312.pyc | Bin 0 -> 297 bytes .../setuptools/_distutils/_log.py | 3 + .../setuptools/_distutils/_macos_compat.py | 12 + .../setuptools/_distutils/_modified.py | 95 + .../setuptools/_distutils/_msvccompiler.py | 5 + .../setuptools/_distutils/archive_util.py | 294 + .../setuptools/_distutils/ccompiler.py | 26 + .../setuptools/_distutils/cmd.py | 554 ++ .../setuptools/_distutils/command/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 513 bytes .../_framework_compat.cpython-312.pyc | Bin 0 -> 2617 bytes .../command/__pycache__/bdist.cpython-312.pyc | Bin 0 -> 6466 bytes .../__pycache__/bdist_dumb.cpython-312.pyc | Bin 0 -> 5586 bytes .../__pycache__/bdist_rpm.cpython-312.pyc | Bin 0 -> 21658 bytes .../command/__pycache__/build.cpython-312.pyc | Bin 0 -> 6279 bytes .../__pycache__/build_clib.cpython-312.pyc | Bin 0 -> 7619 bytes .../__pycache__/build_ext.cpython-312.pyc | Bin 0 -> 30226 bytes .../__pycache__/build_py.cpython-312.pyc | Bin 0 -> 16295 bytes .../__pycache__/build_scripts.cpython-312.pyc | Bin 0 -> 6769 bytes .../command/__pycache__/check.cpython-312.pyc | Bin 0 -> 7173 bytes .../command/__pycache__/clean.cpython-312.pyc | Bin 0 -> 3140 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 15180 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 26996 bytes .../__pycache__/install_data.cpython-312.pyc | Bin 0 -> 4356 bytes .../install_egg_info.cpython-312.pyc | Bin 0 -> 5171 bytes .../install_headers.cpython-312.pyc | Bin 0 -> 2425 bytes .../__pycache__/install_lib.cpython-312.pyc | Bin 0 -> 8323 bytes .../install_scripts.cpython-312.pyc | Bin 0 -> 3084 bytes .../command/__pycache__/sdist.cpython-312.pyc | Bin 0 -> 22554 bytes .../_distutils/command/_framework_compat.py | 54 + .../setuptools/_distutils/command/bdist.py | 167 + .../_distutils/command/bdist_dumb.py | 141 + .../_distutils/command/bdist_rpm.py | 598 ++ .../setuptools/_distutils/command/build.py | 156 + .../_distutils/command/build_clib.py | 201 + .../_distutils/command/build_ext.py | 812 ++ .../setuptools/_distutils/command/build_py.py | 407 + .../_distutils/command/build_scripts.py | 160 + .../setuptools/_distutils/command/check.py | 152 + .../setuptools/_distutils/command/clean.py | 77 + .../setuptools/_distutils/command/config.py | 360 + .../setuptools/_distutils/command/install.py | 805 ++ .../_distutils/command/install_data.py | 94 + .../_distutils/command/install_egg_info.py | 91 + .../_distutils/command/install_headers.py | 46 + .../_distutils/command/install_lib.py | 238 + .../_distutils/command/install_scripts.py | 62 + .../setuptools/_distutils/command/sdist.py | 521 + .../setuptools/_distutils/compat/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1310 bytes .../compat/__pycache__/numpy.cpython-312.pyc | Bin 0 -> 288 bytes .../compat/__pycache__/py39.cpython-312.pyc | Bin 0 -> 2699 bytes .../setuptools/_distutils/compat/numpy.py | 2 + .../setuptools/_distutils/compat/py39.py | 66 + .../C/__pycache__/base.cpython-312.pyc | Bin 0 -> 52391 bytes .../C/__pycache__/cygwin.cpython-312.pyc | Bin 0 -> 11803 bytes .../C/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1513 bytes .../C/__pycache__/msvc.cpython-312.pyc | Bin 0 -> 24820 bytes .../C/__pycache__/unix.cpython-312.pyc | Bin 0 -> 15899 bytes .../C/__pycache__/zos.cpython-312.pyc | Bin 0 -> 6256 bytes .../setuptools/_distutils/compilers/C/base.py | 1394 +++ .../_distutils/compilers/C/cygwin.py | 340 + .../_distutils/compilers/C/errors.py | 24 + .../setuptools/_distutils/compilers/C/msvc.py | 614 ++ .../__pycache__/test_base.cpython-312.pyc | Bin 0 -> 4047 bytes .../__pycache__/test_cygwin.cpython-312.pyc | Bin 0 -> 4562 bytes .../__pycache__/test_mingw.cpython-312.pyc | Bin 0 -> 3889 bytes .../__pycache__/test_msvc.cpython-312.pyc | Bin 0 -> 7477 bytes .../__pycache__/test_unix.cpython-312.pyc | Bin 0 -> 15888 bytes .../_distutils/compilers/C/tests/test_base.py | 83 + .../compilers/C/tests/test_cygwin.py | 76 + .../compilers/C/tests/test_mingw.py | 48 + .../_distutils/compilers/C/tests/test_msvc.py | 136 + .../_distutils/compilers/C/tests/test_unix.py | 350 + .../setuptools/_distutils/compilers/C/unix.py | 423 + .../setuptools/_distutils/compilers/C/zos.py | 230 + .../setuptools/_distutils/core.py | 289 + .../setuptools/_distutils/cygwinccompiler.py | 31 + .../setuptools/_distutils/debug.py | 5 + .../setuptools/_distutils/dep_util.py | 14 + .../setuptools/_distutils/dir_util.py | 244 + .../setuptools/_distutils/dist.py | 1386 +++ .../setuptools/_distutils/errors.py | 108 + .../setuptools/_distutils/extension.py | 258 + .../setuptools/_distutils/fancy_getopt.py | 471 + .../setuptools/_distutils/file_util.py | 236 + .../setuptools/_distutils/filelist.py | 431 + .../setuptools/_distutils/log.py | 56 + .../setuptools/_distutils/spawn.py | 134 + .../setuptools/_distutils/sysconfig.py | 598 ++ .../setuptools/_distutils/tests/__init__.py | 42 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1914 bytes .../tests/__pycache__/support.cpython-312.pyc | Bin 0 -> 6400 bytes .../test_archive_util.cpython-312.pyc | Bin 0 -> 20764 bytes .../__pycache__/test_bdist.cpython-312.pyc | Bin 0 -> 1899 bytes .../test_bdist_dumb.cpython-312.pyc | Bin 0 -> 3846 bytes .../test_bdist_rpm.cpython-312.pyc | Bin 0 -> 5628 bytes .../__pycache__/test_build.cpython-312.pyc | Bin 0 -> 2784 bytes .../test_build_clib.cpython-312.pyc | Bin 0 -> 6634 bytes .../test_build_ext.cpython-312.pyc | Bin 0 -> 29335 bytes .../__pycache__/test_build_py.cpython-312.pyc | Bin 0 -> 9856 bytes .../test_build_scripts.cpython-312.pyc | Bin 0 -> 4699 bytes .../__pycache__/test_check.cpython-312.pyc | Bin 0 -> 7145 bytes .../__pycache__/test_clean.cpython-312.pyc | Bin 0 -> 1922 bytes .../__pycache__/test_cmd.cpython-312.pyc | Bin 0 -> 6348 bytes .../test_config_cmd.cpython-312.pyc | Bin 0 -> 5133 bytes .../__pycache__/test_core.cpython-312.pyc | Bin 0 -> 6184 bytes .../__pycache__/test_dir_util.cpython-312.pyc | Bin 0 -> 8578 bytes .../__pycache__/test_dist.cpython-312.pyc | Bin 0 -> 26855 bytes .../test_extension.cpython-312.pyc | Bin 0 -> 4195 bytes .../test_file_util.cpython-312.pyc | Bin 0 -> 6928 bytes .../__pycache__/test_filelist.cpython-312.pyc | Bin 0 -> 14324 bytes .../__pycache__/test_install.cpython-312.pyc | Bin 0 -> 14081 bytes .../test_install_data.cpython-312.pyc | Bin 0 -> 4797 bytes .../test_install_headers.cpython-312.pyc | Bin 0 -> 1886 bytes .../test_install_lib.cpython-312.pyc | Bin 0 -> 6121 bytes .../test_install_scripts.cpython-312.pyc | Bin 0 -> 2706 bytes .../__pycache__/test_log.cpython-312.pyc | Bin 0 -> 958 bytes .../__pycache__/test_modified.cpython-312.pyc | Bin 0 -> 7212 bytes .../__pycache__/test_sdist.cpython-312.pyc | Bin 0 -> 20594 bytes .../__pycache__/test_spawn.cpython-312.pyc | Bin 0 -> 6787 bytes .../test_sysconfig.cpython-312.pyc | Bin 0 -> 18179 bytes .../test_text_file.cpython-312.pyc | Bin 0 -> 3337 bytes .../__pycache__/test_util.cpython-312.pyc | Bin 0 -> 13471 bytes .../__pycache__/test_version.cpython-312.pyc | Bin 0 -> 3851 bytes .../test_versionpredicate.cpython-312.pyc | Bin 0 -> 213 bytes .../__pycache__/unix_compat.cpython-312.pyc | Bin 0 -> 791 bytes .../_distutils/tests/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../compat/__pycache__/py39.cpython-312.pyc | Bin 0 -> 691 bytes .../_distutils/tests/compat/py39.py | 40 + .../setuptools/_distutils/tests/support.py | 134 + .../_distutils/tests/test_archive_util.py | 353 + .../setuptools/_distutils/tests/test_bdist.py | 47 + .../_distutils/tests/test_bdist_dumb.py | 78 + .../_distutils/tests/test_bdist_rpm.py | 127 + .../setuptools/_distutils/tests/test_build.py | 49 + .../_distutils/tests/test_build_clib.py | 134 + .../_distutils/tests/test_build_ext.py | 628 ++ .../_distutils/tests/test_build_py.py | 196 + .../_distutils/tests/test_build_scripts.py | 96 + .../setuptools/_distutils/tests/test_check.py | 194 + .../setuptools/_distutils/tests/test_clean.py | 45 + .../setuptools/_distutils/tests/test_cmd.py | 107 + .../_distutils/tests/test_config_cmd.py | 87 + .../setuptools/_distutils/tests/test_core.py | 130 + .../_distutils/tests/test_dir_util.py | 139 + .../setuptools/_distutils/tests/test_dist.py | 552 ++ .../_distutils/tests/test_extension.py | 117 + .../_distutils/tests/test_file_util.py | 95 + .../_distutils/tests/test_filelist.py | 336 + .../_distutils/tests/test_install.py | 245 + .../_distutils/tests/test_install_data.py | 74 + .../_distutils/tests/test_install_headers.py | 33 + .../_distutils/tests/test_install_lib.py | 110 + .../_distutils/tests/test_install_scripts.py | 52 + .../setuptools/_distutils/tests/test_log.py | 12 + .../_distutils/tests/test_modified.py | 126 + .../setuptools/_distutils/tests/test_sdist.py | 470 + .../setuptools/_distutils/tests/test_spawn.py | 141 + .../_distutils/tests/test_sysconfig.py | 319 + .../_distutils/tests/test_text_file.py | 127 + .../setuptools/_distutils/tests/test_util.py | 243 + .../_distutils/tests/test_version.py | 80 + .../_distutils/tests/test_versionpredicate.py | 0 .../_distutils/tests/unix_compat.py | 17 + .../setuptools/_distutils/text_file.py | 286 + .../setuptools/_distutils/unixccompiler.py | 9 + .../setuptools/_distutils/util.py | 518 + .../setuptools/_distutils/version.py | 348 + .../setuptools/_distutils/versionpredicate.py | 175 + .../setuptools/_distutils/zosccompiler.py | 3 + .../site-packages/setuptools/_entry_points.py | 90 + .../site-packages/setuptools/_imp.py | 87 + .../site-packages/setuptools/_importlib.py | 9 + .../site-packages/setuptools/_itertools.py | 23 + .../setuptools/_normalization.py | 179 + .../site-packages/setuptools/_path.py | 84 + .../site-packages/setuptools/_reqs.py | 42 + .../site-packages/setuptools/_shutil.py | 53 + .../site-packages/setuptools/_static.py | 188 + .../typing_extensions.cpython-312.pyc | Bin 0 -> 139505 bytes .../autocommand-2.2.2.dist-info/INSTALLER | 1 + .../autocommand-2.2.2.dist-info/LICENSE | 166 + .../autocommand-2.2.2.dist-info/METADATA | 420 + .../autocommand-2.2.2.dist-info/RECORD | 18 + .../_vendor/autocommand-2.2.2.dist-info/WHEEL | 5 + .../autocommand-2.2.2.dist-info/top_level.txt | 1 + .../_vendor/autocommand/__init__.py | 27 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 433 bytes .../__pycache__/autoasync.cpython-312.pyc | Bin 0 -> 5014 bytes .../__pycache__/autocommand.cpython-312.pyc | Bin 0 -> 1295 bytes .../__pycache__/automain.cpython-312.pyc | Bin 0 -> 1867 bytes .../__pycache__/autoparse.cpython-312.pyc | Bin 0 -> 11056 bytes .../__pycache__/errors.cpython-312.pyc | Bin 0 -> 449 bytes .../_vendor/autocommand/autoasync.py | 142 + .../_vendor/autocommand/autocommand.py | 70 + .../_vendor/autocommand/automain.py | 59 + .../_vendor/autocommand/autoparse.py | 333 + .../setuptools/_vendor/autocommand/errors.py | 23 + .../INSTALLER | 1 + .../backports.tarfile-1.2.0.dist-info/LICENSE | 17 + .../METADATA | 46 + .../backports.tarfile-1.2.0.dist-info/RECORD | 17 + .../REQUESTED | 0 .../backports.tarfile-1.2.0.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../setuptools/_vendor/backports/__init__.py | 1 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 323 bytes .../_vendor/backports/tarfile/__init__.py | 2937 ++++++ .../_vendor/backports/tarfile/__main__.py | 5 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 121268 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 307 bytes .../backports/tarfile/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../compat/__pycache__/py38.cpython-312.pyc | Bin 0 -> 1062 bytes .../_vendor/backports/tarfile/compat/py38.py | 24 + .../INSTALLER | 1 + .../LICENSE | 202 + .../METADATA | 129 + .../importlib_metadata-8.0.0.dist-info/RECORD | 32 + .../REQUESTED | 0 .../importlib_metadata-8.0.0.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../_vendor/importlib_metadata/__init__.py | 1083 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 53245 bytes .../__pycache__/_adapters.cpython-312.pyc | Bin 0 -> 3789 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 1946 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 2285 bytes .../__pycache__/_functools.cpython-312.pyc | Bin 0 -> 3504 bytes .../__pycache__/_itertools.cpython-312.pyc | Bin 0 -> 2428 bytes .../__pycache__/_meta.cpython-312.pyc | Bin 0 -> 3652 bytes .../__pycache__/_text.cpython-312.pyc | Bin 0 -> 3905 bytes .../__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1213 bytes .../_vendor/importlib_metadata/_adapters.py | 83 + .../importlib_metadata/_collections.py | 30 + .../_vendor/importlib_metadata/_compat.py | 57 + .../_vendor/importlib_metadata/_functools.py | 104 + .../_vendor/importlib_metadata/_itertools.py | 73 + .../_vendor/importlib_metadata/_meta.py | 67 + .../_vendor/importlib_metadata/_text.py | 99 + .../importlib_metadata/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../compat/__pycache__/py311.cpython-312.pyc | Bin 0 -> 1286 bytes .../compat/__pycache__/py39.cpython-312.pyc | Bin 0 -> 1660 bytes .../importlib_metadata/compat/py311.py | 22 + .../_vendor/importlib_metadata/compat/py39.py | 36 + .../_vendor/importlib_metadata/diagnose.py | 21 + .../_vendor/importlib_metadata/py.typed | 0 .../_vendor/inflect-7.3.1.dist-info/INSTALLER | 1 + .../_vendor/inflect-7.3.1.dist-info/LICENSE | 17 + .../_vendor/inflect-7.3.1.dist-info/METADATA | 591 ++ .../_vendor/inflect-7.3.1.dist-info/RECORD | 13 + .../_vendor/inflect-7.3.1.dist-info/WHEEL | 5 + .../inflect-7.3.1.dist-info/top_level.txt | 1 + .../setuptools/_vendor/inflect/__init__.py | 3986 ++++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 113083 bytes .../_vendor/inflect/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../compat/__pycache__/py38.cpython-312.pyc | Bin 0 -> 369 bytes .../setuptools/_vendor/inflect/compat/py38.py | 7 + .../setuptools/_vendor/inflect/py.typed | 0 .../INSTALLER | 1 + .../LICENSE | 17 + .../METADATA | 85 + .../jaraco.collections-5.1.0.dist-info/RECORD | 10 + .../REQUESTED | 0 .../jaraco.collections-5.1.0.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../jaraco.context-5.3.0.dist-info/INSTALLER | 1 + .../jaraco.context-5.3.0.dist-info/LICENSE | 17 + .../jaraco.context-5.3.0.dist-info/METADATA | 75 + .../jaraco.context-5.3.0.dist-info/RECORD | 8 + .../jaraco.context-5.3.0.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../INSTALLER | 1 + .../jaraco.functools-4.0.1.dist-info/LICENSE | 17 + .../jaraco.functools-4.0.1.dist-info/METADATA | 64 + .../jaraco.functools-4.0.1.dist-info/RECORD | 10 + .../jaraco.functools-4.0.1.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../jaraco.text-3.12.1.dist-info/INSTALLER | 1 + .../jaraco.text-3.12.1.dist-info/LICENSE | 17 + .../jaraco.text-3.12.1.dist-info/METADATA | 95 + .../jaraco.text-3.12.1.dist-info/RECORD | 20 + .../jaraco.text-3.12.1.dist-info/REQUESTED | 0 .../jaraco.text-3.12.1.dist-info/WHEEL | 5 + .../top_level.txt | 1 + .../__pycache__/context.cpython-312.pyc | Bin 0 -> 14343 bytes .../_vendor/jaraco/collections/__init__.py | 1091 +++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 39829 bytes .../_vendor/jaraco/collections/py.typed | 0 .../setuptools/_vendor/jaraco/context.py | 361 + .../_vendor/jaraco/functools/__init__.py | 633 ++ .../_vendor/jaraco/functools/__init__.pyi | 125 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 22920 bytes .../_vendor/jaraco/functools/py.typed | 0 .../_vendor/jaraco/text/Lorem ipsum.txt | 2 + .../_vendor/jaraco/text/__init__.py | 624 ++ .../text/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 25503 bytes .../text/__pycache__/layouts.cpython-312.pyc | Bin 0 -> 1121 bytes .../__pycache__/show-newlines.cpython-312.pyc | Bin 0 -> 1493 bytes .../__pycache__/strip-prefix.cpython-312.pyc | Bin 0 -> 917 bytes .../__pycache__/to-dvorak.cpython-312.pyc | Bin 0 -> 457 bytes .../__pycache__/to-qwerty.cpython-312.pyc | Bin 0 -> 457 bytes .../setuptools/_vendor/jaraco/text/layouts.py | 25 + .../_vendor/jaraco/text/show-newlines.py | 33 + .../_vendor/jaraco/text/strip-prefix.py | 21 + .../_vendor/jaraco/text/to-dvorak.py | 6 + .../_vendor/jaraco/text/to-qwerty.py | 6 + .../more_itertools-10.3.0.dist-info/INSTALLER | 1 + .../more_itertools-10.3.0.dist-info/LICENSE | 19 + .../more_itertools-10.3.0.dist-info/METADATA | 266 + .../more_itertools-10.3.0.dist-info/RECORD | 16 + .../more_itertools-10.3.0.dist-info/REQUESTED | 0 .../more_itertools-10.3.0.dist-info/WHEEL | 4 + .../_vendor/more_itertools/__init__.py | 6 + .../_vendor/more_itertools/__init__.pyi | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 360 bytes .../__pycache__/more.cpython-312.pyc | Bin 0 -> 174208 bytes .../__pycache__/recipes.cpython-312.pyc | Bin 0 -> 36337 bytes .../setuptools/_vendor/more_itertools/more.py | 4806 +++++++++ .../_vendor/more_itertools/more.pyi | 709 ++ .../_vendor/more_itertools/py.typed | 0 .../_vendor/more_itertools/recipes.py | 1046 ++ .../_vendor/more_itertools/recipes.pyi | 136 + .../packaging-24.2.dist-info/INSTALLER | 1 + .../_vendor/packaging-24.2.dist-info/LICENSE | 3 + .../packaging-24.2.dist-info/LICENSE.APACHE | 177 + .../packaging-24.2.dist-info/LICENSE.BSD | 23 + .../_vendor/packaging-24.2.dist-info/METADATA | 102 + .../_vendor/packaging-24.2.dist-info/RECORD | 25 + .../packaging-24.2.dist-info/REQUESTED | 0 .../_vendor/packaging-24.2.dist-info/WHEEL | 4 + .../setuptools/_vendor/packaging/__init__.py | 15 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 566 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5038 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9764 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4577 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14008 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3249 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7919 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 11384 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 27262 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4418 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 39051 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 23151 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 6643 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 20476 bytes .../setuptools/_vendor/packaging/_elffile.py | 110 + .../_vendor/packaging/_manylinux.py | 263 + .../_vendor/packaging/_musllinux.py | 85 + .../setuptools/_vendor/packaging/_parser.py | 354 + .../_vendor/packaging/_structures.py | 61 + .../_vendor/packaging/_tokenizer.py | 194 + .../_vendor/packaging/licenses/__init__.py | 145 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4125 bytes .../__pycache__/_spdx.cpython-312.pyc | Bin 0 -> 47372 bytes .../_vendor/packaging/licenses/_spdx.py | 759 ++ .../setuptools/_vendor/packaging/markers.py | 331 + .../setuptools/_vendor/packaging/metadata.py | 863 ++ .../setuptools/_vendor/packaging/py.typed | 0 .../_vendor/packaging/requirements.py | 91 + .../_vendor/packaging/specifiers.py | 1020 ++ .../setuptools/_vendor/packaging/tags.py | 617 ++ .../setuptools/_vendor/packaging/utils.py | 163 + .../setuptools/_vendor/packaging/version.py | 582 ++ .../platformdirs-4.2.2.dist-info/INSTALLER | 1 + .../platformdirs-4.2.2.dist-info/METADATA | 319 + .../platformdirs-4.2.2.dist-info/RECORD | 23 + .../platformdirs-4.2.2.dist-info/REQUESTED | 0 .../platformdirs-4.2.2.dist-info/WHEEL | 4 + .../licenses/LICENSE | 21 + .../_vendor/platformdirs/__init__.py | 627 ++ .../_vendor/platformdirs/__main__.py | 55 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 19789 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1964 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 10715 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 12939 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 8015 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 15040 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 605 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13681 bytes .../_vendor/platformdirs/android.py | 249 + .../setuptools/_vendor/platformdirs/api.py | 292 + .../setuptools/_vendor/platformdirs/macos.py | 130 + .../setuptools/_vendor/platformdirs/py.typed | 0 .../setuptools/_vendor/platformdirs/unix.py | 275 + .../_vendor/platformdirs/version.py | 16 + .../_vendor/platformdirs/windows.py | 272 + .../_vendor/tomli-2.0.1.dist-info/INSTALLER | 1 + .../_vendor/tomli-2.0.1.dist-info/LICENSE | 21 + .../_vendor/tomli-2.0.1.dist-info/METADATA | 206 + .../_vendor/tomli-2.0.1.dist-info/RECORD | 15 + .../_vendor/tomli-2.0.1.dist-info/REQUESTED | 0 .../_vendor/tomli-2.0.1.dist-info/WHEEL | 4 + .../setuptools/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 393 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26936 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3917 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 375 bytes .../setuptools/_vendor/tomli/_parser.py | 691 ++ .../setuptools/_vendor/tomli/_re.py | 107 + .../setuptools/_vendor/tomli/_types.py | 10 + .../setuptools/_vendor/tomli/py.typed | 1 + .../typeguard-4.3.0.dist-info/INSTALLER | 1 + .../_vendor/typeguard-4.3.0.dist-info/LICENSE | 19 + .../typeguard-4.3.0.dist-info/METADATA | 81 + .../_vendor/typeguard-4.3.0.dist-info/RECORD | 34 + .../_vendor/typeguard-4.3.0.dist-info/WHEEL | 5 + .../entry_points.txt | 2 + .../typeguard-4.3.0.dist-info/top_level.txt | 1 + .../setuptools/_vendor/typeguard/__init__.py | 48 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2088 bytes .../__pycache__/_checkers.cpython-312.pyc | Bin 0 -> 34968 bytes .../__pycache__/_config.cpython-312.pyc | Bin 0 -> 3862 bytes .../__pycache__/_decorators.cpython-312.pyc | Bin 0 -> 10591 bytes .../__pycache__/_exceptions.cpython-312.pyc | Bin 0 -> 2769 bytes .../__pycache__/_functions.cpython-312.pyc | Bin 0 -> 12275 bytes .../__pycache__/_importhook.cpython-312.pyc | Bin 0 -> 9168 bytes .../__pycache__/_memo.cpython-312.pyc | Bin 0 -> 1756 bytes .../_pytest_plugin.cpython-312.pyc | Bin 0 -> 5550 bytes .../__pycache__/_suppression.cpython-312.pyc | Bin 0 -> 3454 bytes .../__pycache__/_transformer.cpython-312.pyc | Bin 0 -> 51957 bytes .../_union_transformer.cpython-312.pyc | Bin 0 -> 2414 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 7701 bytes .../setuptools/_vendor/typeguard/_checkers.py | 993 ++ .../setuptools/_vendor/typeguard/_config.py | 108 + .../_vendor/typeguard/_decorators.py | 235 + .../_vendor/typeguard/_exceptions.py | 42 + .../_vendor/typeguard/_functions.py | 308 + .../_vendor/typeguard/_importhook.py | 213 + .../setuptools/_vendor/typeguard/_memo.py | 48 + .../_vendor/typeguard/_pytest_plugin.py | 127 + .../_vendor/typeguard/_suppression.py | 86 + .../_vendor/typeguard/_transformer.py | 1229 +++ .../_vendor/typeguard/_union_transformer.py | 55 + .../setuptools/_vendor/typeguard/_utils.py | 173 + .../setuptools/_vendor/typeguard/py.typed | 0 .../INSTALLER | 1 + .../LICENSE | 279 + .../METADATA | 67 + .../typing_extensions-4.12.2.dist-info/RECORD | 7 + .../typing_extensions-4.12.2.dist-info/WHEEL | 4 + .../setuptools/_vendor/typing_extensions.py | 3641 +++++++ .../_vendor/wheel-0.45.1.dist-info/INSTALLER | 1 + .../wheel-0.45.1.dist-info/LICENSE.txt | 21 + .../_vendor/wheel-0.45.1.dist-info/METADATA | 66 + .../_vendor/wheel-0.45.1.dist-info/RECORD | 68 + .../_vendor/wheel-0.45.1.dist-info/REQUESTED | 0 .../_vendor/wheel-0.45.1.dist-info/WHEEL | 4 + .../wheel-0.45.1.dist-info/entry_points.txt | 6 + .../setuptools/_vendor/wheel/__init__.py | 3 + .../setuptools/_vendor/wheel/__main__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 276 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1011 bytes .../__pycache__/_bdist_wheel.cpython-312.pyc | Bin 0 -> 26056 bytes .../_setuptools_logging.cpython-312.pyc | Bin 0 -> 1422 bytes .../__pycache__/bdist_wheel.cpython-312.pyc | Bin 0 -> 788 bytes .../macosx_libfile.cpython-312.pyc | Bin 0 -> 16252 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 8688 bytes .../wheel/__pycache__/util.cpython-312.pyc | Bin 0 -> 964 bytes .../__pycache__/wheelfile.cpython-312.pyc | Bin 0 -> 11505 bytes .../setuptools/_vendor/wheel/_bdist_wheel.py | 613 ++ .../_vendor/wheel/_setuptools_logging.py | 26 + .../setuptools/_vendor/wheel/bdist_wheel.py | 26 + .../setuptools/_vendor/wheel/cli/__init__.py | 155 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6944 bytes .../cli/__pycache__/convert.cpython-312.pyc | Bin 0 -> 16181 bytes .../cli/__pycache__/pack.cpython-312.pyc | Bin 0 -> 4472 bytes .../cli/__pycache__/tags.cpython-312.pyc | Bin 0 -> 6762 bytes .../cli/__pycache__/unpack.cpython-312.pyc | Bin 0 -> 1546 bytes .../setuptools/_vendor/wheel/cli/convert.py | 332 + .../setuptools/_vendor/wheel/cli/pack.py | 85 + .../setuptools/_vendor/wheel/cli/tags.py | 139 + .../setuptools/_vendor/wheel/cli/unpack.py | 30 + .../_vendor/wheel/macosx_libfile.py | 482 + .../setuptools/_vendor/wheel/metadata.py | 183 + .../setuptools/_vendor/wheel/util.py | 17 + .../_vendor/wheel/vendored/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../_vendor/wheel/vendored/packaging/LICENSE | 3 + .../wheel/vendored/packaging/LICENSE.APACHE | 177 + .../wheel/vendored/packaging/LICENSE.BSD | 23 + .../wheel/vendored/packaging/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 216 bytes .../__pycache__/_elffile.cpython-312.pyc | Bin 0 -> 5049 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 9914 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 4597 bytes .../__pycache__/_parser.cpython-312.pyc | Bin 0 -> 14087 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3264 bytes .../__pycache__/_tokenizer.cpython-312.pyc | Bin 0 -> 7960 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 10537 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 4477 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 39572 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 21784 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 7307 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 20020 bytes .../wheel/vendored/packaging/_elffile.py | 108 + .../wheel/vendored/packaging/_manylinux.py | 260 + .../wheel/vendored/packaging/_musllinux.py | 83 + .../wheel/vendored/packaging/_parser.py | 356 + .../wheel/vendored/packaging/_structures.py | 61 + .../wheel/vendored/packaging/_tokenizer.py | 192 + .../wheel/vendored/packaging/markers.py | 253 + .../wheel/vendored/packaging/requirements.py | 90 + .../wheel/vendored/packaging/specifiers.py | 1011 ++ .../_vendor/wheel/vendored/packaging/tags.py | 571 ++ .../_vendor/wheel/vendored/packaging/utils.py | 172 + .../wheel/vendored/packaging/version.py | 561 ++ .../_vendor/wheel/vendored/vendor.txt | 1 + .../setuptools/_vendor/wheel/wheelfile.py | 227 + .../_vendor/zipp-3.19.2.dist-info/INSTALLER | 1 + .../_vendor/zipp-3.19.2.dist-info/LICENSE | 17 + .../_vendor/zipp-3.19.2.dist-info/METADATA | 102 + .../_vendor/zipp-3.19.2.dist-info/RECORD | 15 + .../_vendor/zipp-3.19.2.dist-info/REQUESTED | 0 .../_vendor/zipp-3.19.2.dist-info/WHEEL | 5 + .../zipp-3.19.2.dist-info/top_level.txt | 1 + .../setuptools/_vendor/zipp/__init__.py | 501 + .../zipp/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 22769 bytes .../zipp/__pycache__/glob.cpython-312.pyc | Bin 0 -> 5266 bytes .../_vendor/zipp/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 203 bytes .../compat/__pycache__/py310.cpython-312.pyc | Bin 0 -> 514 bytes .../setuptools/_vendor/zipp/compat/py310.py | 11 + .../setuptools/_vendor/zipp/glob.py | 106 + .../site-packages/setuptools/archive_util.py | 219 + .../site-packages/setuptools/build_meta.py | 560 ++ .../site-packages/setuptools/cli-32.exe | Bin 0 -> 11776 bytes .../site-packages/setuptools/cli-64.exe | Bin 0 -> 14336 bytes .../site-packages/setuptools/cli-arm64.exe | Bin 0 -> 13824 bytes .../site-packages/setuptools/cli.exe | Bin 0 -> 11776 bytes .../setuptools/command/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 655 bytes .../__pycache__/_requirestxt.cpython-312.pyc | Bin 0 -> 6593 bytes .../command/__pycache__/alias.cpython-312.pyc | Bin 0 -> 3549 bytes .../__pycache__/bdist_egg.cpython-312.pyc | Bin 0 -> 24439 bytes .../__pycache__/bdist_rpm.cpython-312.pyc | Bin 0 -> 2094 bytes .../__pycache__/bdist_wheel.cpython-312.pyc | Bin 0 -> 26216 bytes .../command/__pycache__/build.cpython-312.pyc | Bin 0 -> 5441 bytes .../__pycache__/build_clib.cpython-312.pyc | Bin 0 -> 3836 bytes .../__pycache__/build_ext.cpython-312.pyc | Bin 0 -> 23009 bytes .../__pycache__/build_py.cpython-312.pyc | Bin 0 -> 21951 bytes .../__pycache__/develop.cpython-312.pyc | Bin 0 -> 10064 bytes .../__pycache__/dist_info.cpython-312.pyc | Bin 0 -> 5168 bytes .../__pycache__/easy_install.cpython-312.pyc | Bin 0 -> 110551 bytes .../editable_wheel.cpython-312.pyc | Bin 0 -> 49251 bytes .../__pycache__/egg_info.cpython-312.pyc | Bin 0 -> 34411 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 7692 bytes .../install_egg_info.cpython-312.pyc | Bin 0 -> 3766 bytes .../__pycache__/install_lib.cpython-312.pyc | Bin 0 -> 6115 bytes .../install_scripts.cpython-312.pyc | Bin 0 -> 3961 bytes .../__pycache__/rotate.cpython-312.pyc | Bin 0 -> 3728 bytes .../__pycache__/saveopts.cpython-312.pyc | Bin 0 -> 1275 bytes .../command/__pycache__/sdist.cpython-312.pyc | Bin 0 -> 12081 bytes .../__pycache__/setopt.cpython-312.pyc | Bin 0 -> 7062 bytes .../command/__pycache__/test.cpython-312.pyc | Bin 0 -> 1892 bytes .../setuptools/command/_requirestxt.py | 131 + .../site-packages/setuptools/command/alias.py | 77 + .../setuptools/command/bdist_egg.py | 479 + .../setuptools/command/bdist_rpm.py | 42 + .../setuptools/command/bdist_wheel.py | 604 ++ .../site-packages/setuptools/command/build.py | 135 + .../setuptools/command/build_clib.py | 103 + .../setuptools/command/build_ext.py | 469 + .../setuptools/command/build_py.py | 400 + .../setuptools/command/develop.py | 195 + .../setuptools/command/dist_info.py | 103 + .../setuptools/command/easy_install.py | 2365 +++++ .../setuptools/command/editable_wheel.py | 925 ++ .../setuptools/command/egg_info.py | 720 ++ .../setuptools/command/install.py | 183 + .../setuptools/command/install_egg_info.py | 58 + .../setuptools/command/install_lib.py | 137 + .../setuptools/command/install_scripts.py | 73 + .../setuptools/command/launcher manifest.xml | 15 + .../setuptools/command/rotate.py | 65 + .../setuptools/command/saveopts.py | 21 + .../site-packages/setuptools/command/sdist.py | 217 + .../setuptools/command/setopt.py | 141 + .../site-packages/setuptools/command/test.py | 45 + .../setuptools/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 190 bytes .../compat/__pycache__/py310.cpython-312.pyc | Bin 0 -> 344 bytes .../compat/__pycache__/py311.cpython-312.pyc | Bin 0 -> 1433 bytes .../compat/__pycache__/py312.cpython-312.pyc | Bin 0 -> 473 bytes .../compat/__pycache__/py39.cpython-312.pyc | Bin 0 -> 319 bytes .../site-packages/setuptools/compat/py310.py | 9 + .../site-packages/setuptools/compat/py311.py | 27 + .../site-packages/setuptools/compat/py312.py | 13 + .../site-packages/setuptools/compat/py39.py | 9 + .../site-packages/setuptools/config/NOTICE | 10 + .../setuptools/config/__init__.py | 43 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2015 bytes .../_apply_pyprojecttoml.cpython-312.pyc | Bin 0 -> 25312 bytes .../config/__pycache__/expand.cpython-312.pyc | Bin 0 -> 24569 bytes .../__pycache__/pyprojecttoml.cpython-312.pyc | Bin 0 -> 23366 bytes .../__pycache__/setupcfg.cpython-312.pyc | Bin 0 -> 33160 bytes .../setuptools/config/_apply_pyprojecttoml.py | 526 + .../config/_validate_pyproject/NOTICE | 438 + .../config/_validate_pyproject/__init__.py | 34 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1872 bytes .../error_reporting.cpython-312.pyc | Bin 0 -> 18376 bytes .../extra_validations.cpython-312.pyc | Bin 0 -> 3146 bytes .../fastjsonschema_exceptions.cpython-312.pyc | Bin 0 -> 2844 bytes ...fastjsonschema_validations.cpython-312.pyc | Bin 0 -> 233676 bytes .../__pycache__/formats.cpython-312.pyc | Bin 0 -> 18472 bytes .../_validate_pyproject/error_reporting.py | 336 + .../_validate_pyproject/extra_validations.py | 82 + .../fastjsonschema_exceptions.py | 51 + .../fastjsonschema_validations.py | 1412 +++ .../config/_validate_pyproject/formats.py | 402 + .../setuptools/config/distutils.schema.json | 26 + .../site-packages/setuptools/config/expand.py | 452 + .../setuptools/config/pyprojecttoml.py | 468 + .../setuptools/config/setupcfg.py | 780 ++ .../setuptools/config/setuptools.schema.json | 433 + .../site-packages/setuptools/depends.py | 185 + .../site-packages/setuptools/discovery.py | 614 ++ .../site-packages/setuptools/dist.py | 1121 +++ .../site-packages/setuptools/errors.py | 67 + .../site-packages/setuptools/extension.py | 177 + .../site-packages/setuptools/glob.py | 185 + .../site-packages/setuptools/gui-32.exe | Bin 0 -> 11776 bytes .../site-packages/setuptools/gui-64.exe | Bin 0 -> 14336 bytes .../site-packages/setuptools/gui-arm64.exe | Bin 0 -> 13824 bytes .../site-packages/setuptools/gui.exe | Bin 0 -> 11776 bytes .../site-packages/setuptools/installer.py | 150 + .../site-packages/setuptools/launch.py | 36 + .../site-packages/setuptools/logging.py | 40 + .../site-packages/setuptools/modified.py | 18 + .../site-packages/setuptools/monkey.py | 126 + .../site-packages/setuptools/msvc.py | 1536 +++ .../site-packages/setuptools/namespaces.py | 106 + .../site-packages/setuptools/package_index.py | 1137 +++ .../site-packages/setuptools/sandbox.py | 536 + .../setuptools/script (dev).tmpl | 6 + .../site-packages/setuptools/script.tmpl | 3 + .../setuptools/tests/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 698 bytes .../__pycache__/contexts.cpython-312.pyc | Bin 0 -> 7241 bytes .../__pycache__/environment.cpython-312.pyc | Bin 0 -> 3555 bytes .../__pycache__/fixtures.cpython-312.pyc | Bin 0 -> 7224 bytes .../mod_with_constant.cpython-312.pyc | Bin 0 -> 224 bytes .../__pycache__/namespaces.cpython-312.pyc | Bin 0 -> 4214 bytes .../script-with-bom.cpython-312.pyc | Bin 0 -> 218 bytes .../tests/__pycache__/server.cpython-312.pyc | Bin 0 -> 4971 bytes .../test_archive_util.cpython-312.pyc | Bin 0 -> 1886 bytes .../test_bdist_deprecations.cpython-312.pyc | Bin 0 -> 1580 bytes .../test_bdist_egg.cpython-312.pyc | Bin 0 -> 4167 bytes .../test_bdist_wheel.cpython-312.pyc | Bin 0 -> 33563 bytes .../__pycache__/test_build.cpython-312.pyc | Bin 0 -> 1603 bytes .../test_build_clib.cpython-312.pyc | Bin 0 -> 4176 bytes .../test_build_ext.cpython-312.pyc | Bin 0 -> 13404 bytes .../test_build_meta.cpython-312.pyc | Bin 0 -> 44318 bytes .../__pycache__/test_build_py.cpython-312.pyc | Bin 0 -> 17022 bytes .../test_config_discovery.cpython-312.pyc | Bin 0 -> 30637 bytes .../test_core_metadata.cpython-312.pyc | Bin 0 -> 23166 bytes .../__pycache__/test_depends.cpython-312.pyc | Bin 0 -> 931 bytes .../__pycache__/test_develop.cpython-312.pyc | Bin 0 -> 8690 bytes .../__pycache__/test_dist.cpython-312.pyc | Bin 0 -> 10974 bytes .../test_dist_info.cpython-312.pyc | Bin 0 -> 11157 bytes .../test_distutils_adoption.cpython-312.pyc | Bin 0 -> 8229 bytes .../test_easy_install.cpython-312.pyc | Bin 0 -> 71227 bytes .../test_editable_install.cpython-312.pyc | Bin 0 -> 57922 bytes .../__pycache__/test_egg_info.cpython-312.pyc | Bin 0 -> 48025 bytes .../__pycache__/test_extern.cpython-312.pyc | Bin 0 -> 846 bytes .../test_find_packages.cpython-312.pyc | Bin 0 -> 12188 bytes .../test_find_py_modules.cpython-312.pyc | Bin 0 -> 3804 bytes .../__pycache__/test_glob.cpython-312.pyc | Bin 0 -> 1259 bytes .../test_install_scripts.cpython-312.pyc | Bin 0 -> 6213 bytes .../__pycache__/test_logging.cpython-312.pyc | Bin 0 -> 3190 bytes .../__pycache__/test_manifest.cpython-312.pyc | Bin 0 -> 26766 bytes .../test_namespaces.cpython-312.pyc | Bin 0 -> 5561 bytes .../test_packageindex.cpython-312.pyc | Bin 0 -> 18642 bytes .../__pycache__/test_sandbox.cpython-312.pyc | Bin 0 -> 9675 bytes .../__pycache__/test_sdist.cpython-312.pyc | Bin 0 -> 46414 bytes .../__pycache__/test_setopt.cpython-312.pyc | Bin 0 -> 2880 bytes .../test_setuptools.cpython-312.pyc | Bin 0 -> 17689 bytes .../test_shutil_wrapper.cpython-312.pyc | Bin 0 -> 1353 bytes .../test_unicode_utils.cpython-312.pyc | Bin 0 -> 807 bytes .../test_virtualenv.cpython-312.pyc | Bin 0 -> 4456 bytes .../__pycache__/test_warnings.cpython-312.pyc | Bin 0 -> 4150 bytes .../__pycache__/test_wheel.cpython-312.pyc | Bin 0 -> 19254 bytes .../test_windows_wrappers.cpython-312.pyc | Bin 0 -> 10445 bytes .../tests/__pycache__/text.cpython-312.pyc | Bin 0 -> 525 bytes .../__pycache__/textwrap.cpython-312.pyc | Bin 0 -> 441 bytes .../setuptools/tests/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 196 bytes .../compat/__pycache__/py39.cpython-312.pyc | Bin 0 -> 363 bytes .../setuptools/tests/compat/py39.py | 3 + .../setuptools/tests/config/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 196 bytes .../test_apply_pyprojecttoml.cpython-312.pyc | Bin 0 -> 40243 bytes .../__pycache__/test_expand.cpython-312.pyc | Bin 0 -> 11698 bytes .../test_pyprojecttoml.cpython-312.pyc | Bin 0 -> 15865 bytes ...pyprojecttoml_dynamic_deps.cpython-312.pyc | Bin 0 -> 4261 bytes .../__pycache__/test_setupcfg.cpython-312.pyc | Bin 0 -> 43679 bytes .../tests/config/downloads/__init__.py | 59 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3124 bytes .../__pycache__/preload.cpython-312.pyc | Bin 0 -> 794 bytes .../tests/config/downloads/preload.py | 18 + .../tests/config/setupcfg_examples.txt | 22 + .../tests/config/test_apply_pyprojecttoml.py | 772 ++ .../setuptools/tests/config/test_expand.py | 247 + .../tests/config/test_pyprojecttoml.py | 396 + .../config/test_pyprojecttoml_dynamic_deps.py | 109 + .../setuptools/tests/config/test_setupcfg.py | 980 ++ .../setuptools/tests/contexts.py | 145 + .../setuptools/tests/environment.py | 95 + .../setuptools/tests/fixtures.py | 157 + .../indexes/test_links_priority/external.html | 3 + .../simple/foobar/index.html | 4 + .../setuptools/tests/integration/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 201 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 4644 bytes .../test_pip_install_sdist.cpython-312.pyc | Bin 0 -> 9132 bytes .../setuptools/tests/integration/helpers.py | 77 + .../integration/test_pip_install_sdist.py | 223 + .../setuptools/tests/mod_with_constant.py | 1 + .../setuptools/tests/namespaces.py | 90 + .../setuptools/tests/script-with-bom.py | 1 + .../site-packages/setuptools/tests/server.py | 86 + .../setuptools/tests/test_archive_util.py | 36 + .../tests/test_bdist_deprecations.py | 28 + .../setuptools/tests/test_bdist_egg.py | 73 + .../setuptools/tests/test_bdist_wheel.py | 708 ++ .../setuptools/tests/test_build.py | 33 + .../setuptools/tests/test_build_clib.py | 84 + .../setuptools/tests/test_build_ext.py | 293 + .../setuptools/tests/test_build_meta.py | 983 ++ .../setuptools/tests/test_build_py.py | 480 + .../setuptools/tests/test_config_discovery.py | 647 ++ .../setuptools/tests/test_core_metadata.py | 622 ++ .../setuptools/tests/test_depends.py | 15 + .../setuptools/tests/test_develop.py | 175 + .../setuptools/tests/test_dist.py | 278 + .../setuptools/tests/test_dist_info.py | 210 + .../tests/test_distutils_adoption.py | 198 + .../setuptools/tests/test_easy_install.py | 1476 +++ .../setuptools/tests/test_editable_install.py | 1289 +++ .../setuptools/tests/test_egg_info.py | 1305 +++ .../setuptools/tests/test_extern.py | 15 + .../setuptools/tests/test_find_packages.py | 218 + .../setuptools/tests/test_find_py_modules.py | 73 + .../setuptools/tests/test_glob.py | 45 + .../setuptools/tests/test_install_scripts.py | 89 + .../setuptools/tests/test_logging.py | 76 + .../setuptools/tests/test_manifest.py | 622 ++ .../setuptools/tests/test_namespaces.py | 138 + .../setuptools/tests/test_packageindex.py | 267 + .../setuptools/tests/test_sandbox.py | 134 + .../setuptools/tests/test_sdist.py | 984 ++ .../setuptools/tests/test_setopt.py | 40 + .../setuptools/tests/test_setuptools.py | 290 + .../setuptools/tests/test_shutil_wrapper.py | 23 + .../setuptools/tests/test_unicode_utils.py | 10 + .../setuptools/tests/test_virtualenv.py | 113 + .../setuptools/tests/test_warnings.py | 106 + .../setuptools/tests/test_wheel.py | 714 ++ .../setuptools/tests/test_windows_wrappers.py | 259 + .../site-packages/setuptools/tests/text.py | 4 + .../setuptools/tests/textwrap.py | 6 + .../site-packages/setuptools/unicode_utils.py | 102 + .../site-packages/setuptools/version.py | 6 + .../site-packages/setuptools/warnings.py | 110 + .../site-packages/setuptools/wheel.py | 236 + .../setuptools/windows_support.py | 30 + .../urllib3-2.3.0.dist-info/INSTALLER | 1 + .../urllib3-2.3.0.dist-info/METADATA | 154 + .../urllib3-2.3.0.dist-info/RECORD | 79 + .../urllib3-2.3.0.dist-info/WHEEL | 4 + .../licenses/LICENSE.txt | 21 + .../site-packages/urllib3/__init__.py | 211 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 7305 bytes .../_base_connection.cpython-312.pyc | Bin 0 -> 6843 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 22564 bytes .../_request_methods.cpython-312.pyc | Bin 0 -> 10597 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 582 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 36156 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 39730 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 16098 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 12017 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 3484 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 24069 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 51064 bytes .../site-packages/urllib3/_base_connection.py | 165 + .../site-packages/urllib3/_collections.py | 479 + .../site-packages/urllib3/_request_methods.py | 278 + .../site-packages/urllib3/_version.py | 16 + .../site-packages/urllib3/connection.py | 1044 ++ .../site-packages/urllib3/connectionpool.py | 1178 +++ .../site-packages/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 188 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 27551 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 8166 bytes .../urllib3/contrib/emscripten/__init__.py | 16 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 896 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 10237 bytes .../__pycache__/fetch.cpython-312.pyc | Bin 0 -> 28108 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 1416 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 12677 bytes .../urllib3/contrib/emscripten/connection.py | 255 + .../emscripten/emscripten_fetch_worker.js | 110 + .../urllib3/contrib/emscripten/fetch.py | 708 ++ .../urllib3/contrib/emscripten/request.py | 22 + .../urllib3/contrib/emscripten/response.py | 285 + .../urllib3/contrib/pyopenssl.py | 554 ++ .../site-packages/urllib3/contrib/socks.py | 228 + .../site-packages/urllib3/exceptions.py | 327 + .../site-packages/urllib3/fields.py | 341 + .../site-packages/urllib3/filepost.py | 89 + .../site-packages/urllib3/http2/__init__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1741 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 17048 bytes .../http2/__pycache__/probe.cpython-312.pyc | Bin 0 -> 3692 bytes .../site-packages/urllib3/http2/connection.py | 356 + .../site-packages/urllib3/http2/probe.py | 87 + .../site-packages/urllib3/poolmanager.py | 637 ++ .../python3.12/site-packages/urllib3/py.typed | 2 + .../site-packages/urllib3/response.py | 1278 +++ .../site-packages/urllib3/util/__init__.py | 42 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1001 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4691 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1213 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 8168 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2869 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 20282 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 16571 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5553 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 13320 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11685 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 16222 bytes .../util/__pycache__/util.cpython-312.pyc | Bin 0 -> 1990 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 3436 bytes .../site-packages/urllib3/util/connection.py | 137 + .../site-packages/urllib3/util/proxy.py | 43 + .../site-packages/urllib3/util/request.py | 258 + .../site-packages/urllib3/util/response.py | 101 + .../site-packages/urllib3/util/retry.py | 533 + .../site-packages/urllib3/util/ssl_.py | 504 + .../urllib3/util/ssl_match_hostname.py | 159 + .../urllib3/util/ssltransport.py | 271 + .../site-packages/urllib3/util/timeout.py | 275 + .../site-packages/urllib3/util/url.py | 469 + .../site-packages/urllib3/util/util.py | 42 + .../site-packages/urllib3/util/wait.py | 124 + .../uuid-1.30.dist-info/INSTALLER | 1 + .../uuid-1.30.dist-info/METADATA | 11 + .../site-packages/uuid-1.30.dist-info/RECORD | 7 + .../uuid-1.30.dist-info/REQUESTED | 0 .../site-packages/uuid-1.30.dist-info/WHEEL | 5 + .../uuid-1.30.dist-info/top_level.txt | 1 + llmlab/lib/python3.12/site-packages/uuid.py | 476 + .../zope.interface-7.2-py3.12-nspkg.pth | 1 + .../zope.interface-7.2.dist-info/INSTALLER | 1 + .../zope.interface-7.2.dist-info/LICENSE.txt | 44 + .../zope.interface-7.2.dist-info/METADATA | 1224 +++ .../zope.interface-7.2.dist-info/RECORD | 110 + .../zope.interface-7.2.dist-info/WHEEL | 8 + .../namespace_packages.txt | 1 + .../top_level.txt | 1 + .../site-packages/zope/interface/__init__.py | 90 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 2746 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 4587 bytes .../__pycache__/_flatten.cpython-312.pyc | Bin 0 -> 808 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 36559 bytes .../__pycache__/advice.cpython-312.pyc | Bin 0 -> 3299 bytes .../__pycache__/declarations.cpython-312.pyc | Bin 0 -> 36951 bytes .../__pycache__/document.cpython-312.pyc | Bin 0 -> 5051 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 9475 bytes .../__pycache__/interface.cpython-312.pyc | Bin 0 -> 35730 bytes .../__pycache__/interfaces.cpython-312.pyc | Bin 0 -> 57913 bytes .../__pycache__/registry.cpython-312.pyc | Bin 0 -> 32382 bytes .../interface/__pycache__/ro.cpython-312.pyc | Bin 0 -> 26639 bytes .../__pycache__/verify.cpython-312.pyc | Bin 0 -> 5445 bytes .../site-packages/zope/interface/_compat.py | 139 + .../site-packages/zope/interface/_flatten.py | 36 + .../_zope_interface_coptimizations.c | 2669 +++++ ...imizations.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 228368 bytes .../site-packages/zope/interface/adapter.py | 1048 ++ .../site-packages/zope/interface/advice.py | 121 + .../zope/interface/common/__init__.py | 291 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 11215 bytes .../__pycache__/builtins.cpython-312.pyc | Bin 0 -> 3798 bytes .../__pycache__/collections.cpython-312.pyc | Bin 0 -> 9005 bytes .../__pycache__/idatetime.cpython-312.pyc | Bin 0 -> 25462 bytes .../__pycache__/interfaces.cpython-312.pyc | Bin 0 -> 9015 bytes .../common/__pycache__/io.cpython-312.pyc | Bin 0 -> 1392 bytes .../__pycache__/mapping.cpython-312.pyc | Bin 0 -> 6719 bytes .../__pycache__/numbers.cpython-312.pyc | Bin 0 -> 1959 bytes .../__pycache__/sequence.cpython-312.pyc | Bin 0 -> 8083 bytes .../zope/interface/common/builtins.py | 124 + .../zope/interface/common/collections.py | 269 + .../zope/interface/common/idatetime.py | 622 ++ .../zope/interface/common/interfaces.py | 281 + .../site-packages/zope/interface/common/io.py | 44 + .../zope/interface/common/mapping.py | 177 + .../zope/interface/common/numbers.py | 65 + .../zope/interface/common/sequence.py | 195 + .../zope/interface/common/tests/__init__.py | 146 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6254 bytes .../__pycache__/basemapping.cpython-312.pyc | Bin 0 -> 5460 bytes .../__pycache__/test_builtins.cpython-312.pyc | Bin 0 -> 1690 bytes .../test_collections.cpython-312.pyc | Bin 0 -> 8354 bytes .../test_idatetime.cpython-312.pyc | Bin 0 -> 1915 bytes .../test_import_interfaces.cpython-312.pyc | Bin 0 -> 761 bytes .../tests/__pycache__/test_io.cpython-312.pyc | Bin 0 -> 2659 bytes .../__pycache__/test_numbers.cpython-312.pyc | Bin 0 -> 1753 bytes .../interface/common/tests/basemapping.py | 115 + .../interface/common/tests/test_builtins.py | 50 + .../common/tests/test_collections.py | 147 + .../interface/common/tests/test_idatetime.py | 48 + .../common/tests/test_import_interfaces.py | 21 + .../zope/interface/common/tests/test_io.py | 46 + .../interface/common/tests/test_numbers.py | 42 + .../zope/interface/declarations.py | 1219 +++ .../site-packages/zope/interface/document.py | 133 + .../zope/interface/exceptions.py | 278 + .../site-packages/zope/interface/interface.py | 1185 +++ .../zope/interface/interfaces.py | 1516 +++ .../site-packages/zope/interface/registry.py | 750 ++ .../site-packages/zope/interface/ro.py | 722 ++ .../zope/interface/tests/__init__.py | 130 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5489 bytes .../advisory_testing.cpython-312.pyc | Bin 0 -> 753 bytes .../tests/__pycache__/dummy.cpython-312.pyc | Bin 0 -> 514 bytes .../tests/__pycache__/idummy.cpython-312.pyc | Bin 0 -> 696 bytes .../tests/__pycache__/m1.cpython-312.pyc | Bin 0 -> 669 bytes .../tests/__pycache__/odd.cpython-312.pyc | Bin 0 -> 4173 bytes .../__pycache__/test_adapter.cpython-312.pyc | Bin 0 -> 123701 bytes .../__pycache__/test_advice.cpython-312.pyc | Bin 0 -> 13060 bytes .../test_compile_flags.cpython-312.pyc | Bin 0 -> 1091 bytes .../test_declarations.cpython-312.pyc | Bin 0 -> 145655 bytes .../__pycache__/test_document.cpython-312.pyc | Bin 0 -> 24595 bytes .../__pycache__/test_element.cpython-312.pyc | Bin 0 -> 1183 bytes .../test_exceptions.cpython-312.pyc | Bin 0 -> 8832 bytes .../test_interface.cpython-312.pyc | Bin 0 -> 166570 bytes .../test_interfaces.cpython-312.pyc | Bin 0 -> 8081 bytes .../test_odd_declarations.cpython-312.pyc | Bin 0 -> 15041 bytes .../__pycache__/test_registry.cpython-312.pyc | Bin 0 -> 195358 bytes .../tests/__pycache__/test_ro.cpython-312.pyc | Bin 0 -> 26002 bytes .../__pycache__/test_sorting.cpython-312.pyc | Bin 0 -> 3723 bytes .../__pycache__/test_verify.cpython-312.pyc | Bin 0 -> 38142 bytes .../zope/interface/tests/advisory_testing.py | 29 + .../zope/interface/tests/dummy.py | 25 + .../zope/interface/tests/idummy.py | 24 + .../site-packages/zope/interface/tests/m1.py | 28 + .../site-packages/zope/interface/tests/odd.py | 130 + .../zope/interface/tests/test_adapter.py | 2315 +++++ .../zope/interface/tests/test_advice.py | 217 + .../interface/tests/test_compile_flags.py | 29 + .../zope/interface/tests/test_declarations.py | 2685 +++++ .../zope/interface/tests/test_document.py | 547 ++ .../zope/interface/tests/test_element.py | 33 + .../zope/interface/tests/test_exceptions.py | 190 + .../zope/interface/tests/test_interface.py | 2871 ++++++ .../zope/interface/tests/test_interfaces.py | 130 + .../interface/tests/test_odd_declarations.py | 301 + .../zope/interface/tests/test_registry.py | 3391 +++++++ .../zope/interface/tests/test_ro.py | 487 + .../zope/interface/tests/test_sorting.py | 83 + .../zope/interface/tests/test_verify.py | 656 ++ .../site-packages/zope/interface/verify.py | 209 + llmlab/lib64 | 1 + llmlab/pyvenv.cfg | 5 + tests/log_index.md | 28 + ...ral:latest_2025-03-25_16-37-52_ad526968.md | 36 + ...ral:latest_2025-03-25_16-38-16_03b64c9b.md | 32 + ...ral:latest_2025-03-25_16-38-17_28d42bb7.md | 28 + ...ral:latest_2025-03-25_16-38-19_d9484a88.md | 32 + ...ral:latest_2025-03-25_16-38-21_b25fdd42.md | 28 + ...ral:latest_2025-03-25_16-38-22_4d0e5e32.md | 28 + ...ral:latest_2025-03-25_16-38-24_07fcc853.md | 30 + ...ral:latest_2025-03-25_16-40-40_6a93fe2a.md | 45 + ...ral:latest_2025-03-25_16-40-43_87862c1f.md | 39 + ...ral:latest_2025-03-25_16-40-46_befddcaf.md | 40 + ...ral:latest_2025-03-25_16-40-50_877b174a.md | 46 + ...ral:latest_2025-03-25_16-40-53_cca9339c.md | 40 + ...ral:latest_2025-03-25_16-40-55_a660c5f6.md | 38 + ...ral:latest_2025-03-25_16-40-57_10f1889d.md | 40 + ...ral:latest_2025-03-25_16-41-01_d36aa721.md | 46 + ...ral:latest_2025-03-25_16-41-05_4bee637d.md | 36 + ...ral:latest_2025-03-25_16-41-07_2936eb29.md | 36 + ...ral:latest_2025-03-25_16-41-10_e4500a4f.md | 36 + ...ral:latest_2025-03-25_16-41-14_d94ff584.md | 38 + ...ral:latest_2025-03-25_16-41-16_3a946e3e.md | 38 + ...ral:latest_2025-03-25_16-41-19_b3822de4.md | 36 + ...ral:latest_2025-03-25_16-41-22_3b3e56af.md | 39 + ...ral:latest_2025-03-25_16-41-24_1ae96fc3.md | 35 + ...ral:latest_2025-03-25_16-41-26_4cac6ccb.md | 36 + ...ral:latest_2025-03-25_16-41-28_c65ff62c.md | 39 + ...ral:latest_2025-03-25_16-43-51_5fd7dd0f.md | 37 + ...ral:latest_2025-03-25_16-43-52_21c9c37d.md | 28 + ...ral:latest_2025-03-25_16-43-54_665b76d5.md | 37 + tests/test_multi_agent_fixed_params.py | 18 + tests/test_multi_agent_grid.py | 19 + tests/test_single_agent.py | 12 + tests/test_single_agent_param_grid.py | 19 + .../parameter_tester.cpython-312.pyc | Bin 0 -> 2415 bytes utils/parameter_tester.py | 51 + 2885 files changed, 391514 insertions(+) create mode 100644 agents/__pycache__/roles.cpython-312.pyc create mode 100644 agents/roles.py create mode 100644 config/mistral7b_config.yaml create mode 100644 core/__pycache__/base_llm.cpython-312.pyc create mode 100644 core/__pycache__/factory.cpython-312.pyc create mode 100644 core/__pycache__/mistral7b.cpython-312.pyc create mode 100644 core/base_llm.py create mode 100644 core/factory.py create mode 100644 core/mistral7b.py create mode 100644 llmlab/bin/Activate.ps1 create mode 100644 llmlab/bin/activate create mode 100644 llmlab/bin/activate.csh create mode 100644 llmlab/bin/activate.fish create mode 100755 llmlab/bin/normalizer create mode 100755 llmlab/bin/pip create mode 100755 llmlab/bin/pip3 create mode 100755 llmlab/bin/pip3.12 create mode 120000 llmlab/bin/python create mode 120000 llmlab/bin/python3 create mode 120000 llmlab/bin/python3.12 create mode 100644 llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/LICENSE.txt create mode 100644 llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/DateTime.py create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/DateTime.txt create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/__pycache__/DateTime.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/__pycache__/interfaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/__pycache__/pytz_support.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/interfaces.py create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/pytz.txt create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/pytz_support.py create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/tests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/tests/__pycache__/test_datetime.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/tests/julian_testdata.txt create mode 100644 llmlab/lib/python3.12/site-packages/DateTime/tests/test_datetime.py create mode 100644 llmlab/lib/python3.12/site-packages/_distutils_hack/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/_distutils_hack/override.py create mode 100644 llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/certifi/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/certifi/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/certifi/__pycache__/core.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/certifi/cacert.pem create mode 100644 llmlab/lib/python3.12/site-packages/certifi/core.py create mode 100644 llmlab/lib/python3.12/site-packages/certifi/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/entry_points.txt create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/api.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/constant.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/api.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/cd.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/constant.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/legacy.py create mode 100755 llmlab/lib/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/md.py create mode 100755 llmlab/lib/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/models.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/charset_normalizer/version.py create mode 100644 llmlab/lib/python3.12/site-packages/distutils-precedence.pth create mode 100644 llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/LICENSE.md create mode 100644 llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/idna/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/codec.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/idna/codec.py create mode 100644 llmlab/lib/python3.12/site-packages/idna/compat.py create mode 100644 llmlab/lib/python3.12/site-packages/idna/core.py create mode 100644 llmlab/lib/python3.12/site-packages/idna/idnadata.py create mode 100644 llmlab/lib/python3.12/site-packages/idna/intranges.py create mode 100644 llmlab/lib/python3.12/site-packages/idna/package_data.py create mode 100644 llmlab/lib/python3.12/site-packages/idna/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/idna/uts46data.py create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/pip/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 llmlab/lib/python3.12/site-packages/pip/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/api_tests.txt create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_find_distributions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_markers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_pkg_resources.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_resources.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/__pycache__/test_working_set.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.cfg create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-source/setup.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package-zip/my-test-package.zip create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/test_find_distributions.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/test_integration_zope_interface.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/test_markers.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/test_pkg_resources.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/test_resources.py create mode 100644 llmlab/lib/python3.12/site-packages/pkg_resources/tests/test_working_set.py create mode 100644 llmlab/lib/python3.12/site-packages/pytz-2025.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/pytz-2025.2.dist-info/LICENSE.txt create mode 100644 llmlab/lib/python3.12/site-packages/pytz-2025.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/pytz-2025.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/pytz-2025.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/pytz-2025.2.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/pytz-2025.2.dist-info/zip-safe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/pytz/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pytz/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pytz/__pycache__/lazy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pytz/__pycache__/reference.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pytz/__pycache__/tzfile.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pytz/__pycache__/tzinfo.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/pytz/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/pytz/lazy.py create mode 100644 llmlab/lib/python3.12/site-packages/pytz/reference.py create mode 100644 llmlab/lib/python3.12/site-packages/pytz/tzfile.py create mode 100644 llmlab/lib/python3.12/site-packages/pytz/tzinfo.py create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Abidjan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Accra create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Addis_Ababa create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Algiers create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Asmara create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Asmera create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bamako create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bangui create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Banjul create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bissau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Blantyre create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Brazzaville create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Bujumbura create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Cairo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Casablanca create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Ceuta create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Conakry create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Dakar create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Dar_es_Salaam create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Djibouti create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Douala create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/El_Aaiun create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Freetown create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Gaborone create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Harare create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Johannesburg create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Juba create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Kampala create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Khartoum create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Kigali create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Kinshasa create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lagos create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Libreville create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lome create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Luanda create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lubumbashi create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Lusaka create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Malabo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Maputo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Maseru create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Mbabane create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Mogadishu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Monrovia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Nairobi create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Ndjamena create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Niamey create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Nouakchott create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Ouagadougou create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Porto-Novo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Sao_Tome create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Timbuktu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Tripoli create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Tunis create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Africa/Windhoek create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Adak create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Anchorage create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Anguilla create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Antigua create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Araguaina create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Buenos_Aires create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Catamarca create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/ComodRivadavia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Cordoba create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Jujuy create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/La_Rioja create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Mendoza create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Rio_Gallegos create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Salta create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/San_Juan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/San_Luis create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Tucuman create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Argentina/Ushuaia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Aruba create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Asuncion create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Atikokan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Atka create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Bahia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Bahia_Banderas create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Barbados create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Belem create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Belize create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Blanc-Sablon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Boa_Vista create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Bogota create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Boise create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Buenos_Aires create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Cambridge_Bay create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Campo_Grande create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Cancun create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Caracas create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Catamarca create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Cayenne create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Cayman create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Chicago create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Chihuahua create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Ciudad_Juarez create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Coral_Harbour create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Cordoba create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Costa_Rica create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Coyhaique create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Creston create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Cuiaba create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Curacao create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Danmarkshavn create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Dawson create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Dawson_Creek create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Denver create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Detroit create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Dominica create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Edmonton create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Eirunepe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/El_Salvador create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Ensenada create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Fort_Nelson create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Fort_Wayne create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Fortaleza create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Glace_Bay create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Godthab create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Goose_Bay create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Grand_Turk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Grenada create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Guadeloupe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Guatemala create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Guayaquil create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Guyana create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Halifax create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Havana create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Hermosillo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Indianapolis create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Knox create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Marengo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Petersburg create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Tell_City create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Vevay create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Vincennes create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indiana/Winamac create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Indianapolis create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Inuvik create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Iqaluit create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Jamaica create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Jujuy create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Juneau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Kentucky/Louisville create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Kentucky/Monticello create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Knox_IN create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Kralendijk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/La_Paz create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Lima create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Los_Angeles create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Louisville create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Lower_Princes create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Maceio create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Managua create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Manaus create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Marigot create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Martinique create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Matamoros create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mazatlan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mendoza create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Menominee create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Merida create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Metlakatla create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mexico_City create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Miquelon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Moncton create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Monterrey create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montevideo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montreal create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montserrat create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nassau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/New_York create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nipigon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nome create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Noronha create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/Beulah create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/Center create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/New_Salem create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nuuk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Ojinaga create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Panama create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Pangnirtung create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Paramaribo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Phoenix create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Port-au-Prince create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Port_of_Spain create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Porto_Acre create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Porto_Velho create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Puerto_Rico create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Punta_Arenas create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rainy_River create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rankin_Inlet create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Recife create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Regina create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Resolute create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rio_Branco create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rosario create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santa_Isabel create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santarem create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santiago create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santo_Domingo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Sao_Paulo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Scoresbysund create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Shiprock create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Sitka create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Barthelemy create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Johns create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Kitts create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Lucia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Thomas create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Vincent create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Swift_Current create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tegucigalpa create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Thule create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Thunder_Bay create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tijuana create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Toronto create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tortola create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Vancouver create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Virgin create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Whitehorse create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Winnipeg create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Yakutat create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Yellowknife create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Casey create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Davis create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/DumontDUrville create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Macquarie create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Mawson create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/McMurdo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Palmer create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Rothera create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/South_Pole create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Syowa create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Troll create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Vostok create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Arctic/Longyearbyen create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aden create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Almaty create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Amman create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Anadyr create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtobe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ashgabat create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ashkhabad create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Atyrau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Baghdad create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bahrain create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Baku create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bangkok create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Barnaul create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Beirut create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bishkek create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Brunei create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Calcutta create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chita create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Choibalsan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chongqing create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chungking create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Colombo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dacca create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Damascus create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dhaka create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dili create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dubai create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dushanbe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Famagusta create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Gaza create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Harbin create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hebron create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ho_Chi_Minh create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hong_Kong create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hovd create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Irkutsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Istanbul create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jakarta create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jayapura create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jerusalem create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kabul create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kamchatka create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Karachi create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kashgar create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kathmandu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Katmandu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Khandyga create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kolkata create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Krasnoyarsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuala_Lumpur create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuching create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuwait create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Macao create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Macau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Magadan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Makassar create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Manila create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Muscat create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Nicosia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novokuznetsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novosibirsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Omsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Oral create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Phnom_Penh create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pontianak create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pyongyang create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qatar create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qostanay create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qyzylorda create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Rangoon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Riyadh create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Saigon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Sakhalin create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Samarkand create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Seoul create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Shanghai create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Singapore create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Srednekolymsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Taipei create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tashkent create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tbilisi create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tehran create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tel_Aviv create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimbu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimphu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tokyo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tomsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ujung_Pandang create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ulaanbaatar create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ulan_Bator create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Urumqi create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ust-Nera create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Vientiane create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Vladivostok create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yakutsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yangon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yekaterinburg create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yerevan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Azores create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Bermuda create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Canary create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Cape_Verde create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Faeroe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Faroe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Jan_Mayen create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Madeira create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Reykjavik create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/South_Georgia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/St_Helena create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Stanley create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/ACT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Adelaide create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Brisbane create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Broken_Hill create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Canberra create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Currie create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Darwin create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Eucla create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Hobart create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/LHI create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lindeman create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lord_Howe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Melbourne create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/NSW create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/North create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Perth create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Queensland create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/South create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Sydney create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Tasmania create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Victoria create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/West create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Yancowinna create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/Acre create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/DeNoronha create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/East create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/West create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/CET create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/CST6CDT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Atlantic create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Central create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Eastern create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Mountain create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Newfoundland create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Pacific create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Saskatchewan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Yukon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Chile/Continental create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Chile/EasterIsland create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Cuba create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/EET create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/EST create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/EST5EDT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Egypt create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Eire create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+0 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+1 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+10 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+11 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+12 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+2 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+3 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+4 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+5 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+6 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+7 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+8 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+9 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-0 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-1 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-10 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-11 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-12 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-13 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-14 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-2 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-3 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-4 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-5 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-6 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-7 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-8 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-9 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT0 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/Greenwich create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/UCT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/UTC create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/Universal create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/Zulu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Amsterdam create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Andorra create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Astrakhan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Athens create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Belfast create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Belgrade create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Berlin create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Bratislava create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Brussels create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Bucharest create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Budapest create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Busingen create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Chisinau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Copenhagen create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Dublin create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Gibraltar create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Guernsey create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Helsinki create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Isle_of_Man create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Istanbul create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Jersey create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kaliningrad create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kiev create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kirov create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kyiv create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Lisbon create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Ljubljana create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/London create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Luxembourg create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Madrid create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Malta create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Mariehamn create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Minsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Monaco create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Moscow create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Nicosia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Oslo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Paris create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Podgorica create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Prague create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Riga create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Rome create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Samara create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/San_Marino create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Sarajevo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Saratov create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Simferopol create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Skopje create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Sofia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Stockholm create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tallinn create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tirane create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tiraspol create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Ulyanovsk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Uzhgorod create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vaduz create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vatican create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vienna create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vilnius create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Volgograd create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Warsaw create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zagreb create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zaporozhye create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zurich create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Factory create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GB create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GB-Eire create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GMT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GMT+0 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GMT-0 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GMT0 create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Greenwich create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/HST create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Hongkong create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Iceland create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Antananarivo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Chagos create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Christmas create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Cocos create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Comoro create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Kerguelen create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mahe create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Maldives create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mauritius create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mayotte create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Reunion create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Iran create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Israel create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Jamaica create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Japan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Kwajalein create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Libya create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/MET create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/MST create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/MST7MDT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/BajaNorte create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/BajaSur create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/General create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/NZ create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/NZ-CHAT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Navajo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/PRC create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/PST8PDT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Apia create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Auckland create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Bougainville create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Chatham create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Chuuk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Easter create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Efate create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Enderbury create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Fakaofo create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Fiji create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Funafuti create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Galapagos create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Gambier create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Guadalcanal create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Guam create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Honolulu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Johnston create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kanton create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kiritimati create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kosrae create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kwajalein create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Majuro create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Marquesas create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Midway create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Nauru create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Niue create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Norfolk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Noumea create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pago_Pago create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Palau create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pitcairn create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pohnpei create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Ponape create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Port_Moresby create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Rarotonga create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Saipan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Samoa create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tahiti create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tarawa create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tongatapu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Truk create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wake create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wallis create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Yap create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Poland create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Portugal create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/ROC create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/ROK create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Singapore create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Turkey create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/UCT create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Alaska create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Aleutian create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Arizona create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Central create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/East-Indiana create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Eastern create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Hawaii create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Indiana-Starke create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Michigan create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Mountain create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Pacific create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Samoa create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/UTC create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Universal create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/W-SU create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/WET create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Zulu create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/iso3166.tab create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/leapseconds create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/tzdata.zi create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone.tab create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone1970.tab create mode 100644 llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zonenow.tab create mode 100644 llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/requests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/help.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/packages.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/structures.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/requests/__version__.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/_internal_utils.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/adapters.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/api.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/auth.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/certs.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/compat.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/cookies.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/help.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/hooks.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/models.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/packages.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/sessions.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/status_codes.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/structures.py create mode 100644 llmlab/lib/python3.12/site-packages/requests/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/entry_points.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/licenses/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_shutil.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_static.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/package_index.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/sandbox.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_core_metadata.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/_log.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/_modified.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/cmd.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/check.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/config.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/numpy.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/base.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/unix.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/zos.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/base.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/core.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/debug.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/dist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/errors.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/extension.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/file_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/filelist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/log.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/spawn.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_filelist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_data.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/py39.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_versionpredicate.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/unix_compat.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/text_file.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/version.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_entry_points.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_imp.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_importlib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_itertools.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_normalization.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_path.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_reqs.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_shutil.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_static.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoasync.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/context.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/layouts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/py310.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/archive_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/build_meta.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/cli-32.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/cli-64.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/cli-arm64.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/cli.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/_requirestxt.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/alias.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/bdist_egg.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/build.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/build_clib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/build_ext.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/build_py.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/develop.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/dist_info.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/easy_install.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/editable_wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/egg_info.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/install.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/install_egg_info.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/install_lib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/install_scripts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/rotate.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/saveopts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/sdist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/setopt.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/command/test.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/py311.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/py312.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/py39.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/py310.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/py311.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/py312.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/compat/py39.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/NOTICE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/distutils.schema.json create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/expand.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/setupcfg.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/depends.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/discovery.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/dist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/errors.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/extension.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/glob.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/gui-32.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/gui-64.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/gui-arm64.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/gui.exe create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/installer.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/launch.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/logging.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/modified.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/monkey.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/msvc.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/namespaces.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/package_index.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/sandbox.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/script (dev).tmpl create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/script.tmpl create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/contexts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/environment.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/fixtures.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/namespaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/script-with-bom.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/server.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_archive_util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_clib.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_ext.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_core_metadata.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_depends.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_develop.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_easy_install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_extern.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_py_modules.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_glob.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_logging.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_namespaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_packageindex.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_sandbox.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_sdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_virtualenv.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/text.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/textwrap.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/compat/py39.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_expand.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/preload.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/setupcfg_examples.txt create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_apply_pyprojecttoml.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/contexts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/environment.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/fixtures.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/helpers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/integration/helpers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/namespaces.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/server.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_build.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_py.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_depends.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_develop.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_easy_install.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_extern.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_glob.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_logging.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_manifest.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_packageindex.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_sandbox.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_sdist.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_setopt.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_warnings.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/text.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/tests/textwrap.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/unicode_utils.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/version.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/warnings.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/wheel.py create mode 100644 llmlab/lib/python3.12/site-packages/setuptools/windows_support.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/licenses/LICENSE.txt create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_base_connection.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_request_methods.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/_base_connection.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/_collections.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/_request_methods.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/_version.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/connection.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/connectionpool.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/response.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/fetch.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/request.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/response.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/pyopenssl.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/contrib/socks.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/fields.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/filepost.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/http2/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/http2/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/http2/__pycache__/connection.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/http2/__pycache__/probe.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/http2/connection.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/http2/probe.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/poolmanager.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/py.typed create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/response.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/util.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/connection.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/proxy.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/request.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/response.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/retry.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/ssl_.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/ssltransport.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/timeout.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/url.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/util.py create mode 100644 llmlab/lib/python3.12/site-packages/urllib3/util/wait.py create mode 100644 llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/REQUESTED create mode 100644 llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/uuid.py create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2-py3.12-nspkg.pth create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/INSTALLER create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/LICENSE.txt create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/METADATA create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/RECORD create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/WHEEL create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/namespace_packages.txt create mode 100644 llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/top_level.txt create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/_compat.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/_flatten.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/adapter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/advice.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/declarations.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/document.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/interface.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/interfaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/registry.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/ro.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/verify.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/_compat.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/_flatten.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/_zope_interface_coptimizations.c create mode 100755 llmlab/lib/python3.12/site-packages/zope/interface/_zope_interface_coptimizations.cpython-312-x86_64-linux-gnu.so create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/adapter.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/advice.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/builtins.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/collections.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/idatetime.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/interfaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/io.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/mapping.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/numbers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/sequence.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/builtins.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/collections.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/idatetime.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/interfaces.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/io.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/mapping.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/numbers.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/sequence.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_builtins.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_idatetime.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/basemapping.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_builtins.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_collections.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_idatetime.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_import_interfaces.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_io.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_numbers.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/declarations.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/document.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/interface.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/interfaces.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/registry.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/ro.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__init__.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/advisory_testing.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/dummy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/idummy.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/m1.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/odd.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_compile_flags.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_document.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_element.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_exceptions.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_odd_declarations.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-312.pyc create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/advisory_testing.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/dummy.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/idummy.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/m1.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/odd.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_adapter.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_advice.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_declarations.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_document.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_element.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_exceptions.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interface.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interfaces.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_odd_declarations.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_registry.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_ro.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_sorting.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/tests/test_verify.py create mode 100644 llmlab/lib/python3.12/site-packages/zope/interface/verify.py create mode 120000 llmlab/lib64 create mode 100644 llmlab/pyvenv.cfg create mode 100644 tests/log_index.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-37-52_ad526968.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-38-16_03b64c9b.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-38-17_28d42bb7.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-38-19_d9484a88.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-38-21_b25fdd42.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-38-22_4d0e5e32.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-38-24_07fcc853.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-40-40_6a93fe2a.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-40-43_87862c1f.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-40-46_befddcaf.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-40-50_877b174a.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-40-53_cca9339c.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-40-55_a660c5f6.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-40-57_10f1889d.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-01_d36aa721.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-05_4bee637d.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-07_2936eb29.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-10_e4500a4f.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-14_d94ff584.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-16_3a946e3e.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-19_b3822de4.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-22_3b3e56af.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-24_1ae96fc3.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-26_4cac6ccb.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-41-28_c65ff62c.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-43-51_5fd7dd0f.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-43-52_21c9c37d.md create mode 100644 tests/logs/mistral:latest_2025-03-25_16-43-54_665b76d5.md create mode 100644 tests/test_multi_agent_fixed_params.py create mode 100644 tests/test_multi_agent_grid.py create mode 100644 tests/test_single_agent.py create mode 100644 tests/test_single_agent_param_grid.py create mode 100644 utils/__pycache__/parameter_tester.cpython-312.pyc create mode 100644 utils/parameter_tester.py diff --git a/agents/__pycache__/roles.cpython-312.pyc b/agents/__pycache__/roles.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0199bf0524ccff22889051e18ee55a21af79ffb9 GIT binary patch literal 1072 zcmZWnzi$&U6uwKFv`L$SS|Jsw0h>{60v9lmh z2evl+39L5)6AQWt(FqBmRNXr9d`XT-eUk6|p6&O(?|bh{v)Ks1Zhiih+^+_~nRn*4 zGTU4{g3Y^t1SBLCvUFS_%do1XMpjC16;A4<*C1(~QOq#|AMzNhU2Gj(r$r*DZ7h?*{KsP2$&~-kDEao) z+n=aa$=57R71bCX)4Xb>>MDpf&B(w(S816lo7WW9I5qCoBHx!z179dVg!cs%q9wD4 zIAk>*V8&5jW09R;=E;CaQ#J;6MuJQVd{4yeg70(;;EgAP30Agnu=8Xs9YPtNjT6k< z$=$-fN6Clx-hM~!?INo9kZM>?BNH5(?#yNl~n(y)Y!)XcMb*gMJ3VocNNU_j=0F!7612}-OnCWLw_OSp*vT@J( z!30oK_0FQCU)bNMwVZF2liMvPH(!~xH?Nn9=JgW%ek;st51%~VKX^J0F8o|w-sv35 zly>@w#%3?Z9nRA($Gtt!!gg>1qL_}BplVx!ter=#M&)%)uS3Cq DmJ@U* literal 0 HcmV?d00001 diff --git a/agents/roles.py b/agents/roles.py new file mode 100644 index 0000000..10e503b --- /dev/null +++ b/agents/roles.py @@ -0,0 +1,44 @@ +# agents/roles.py + +AGENTS = { + "assistant_technique": { + "system_prompt": ( + "Tu es un assistant technique spécialisé en informatique et en support aux utilisateurs. " + "Tu réponds de manière concise, claire et structurée aux questions techniques." + ), + "params": { + "temperature": 0.5, + "top_p": 0.9 + } + }, + "juriste": { + "system_prompt": ( + "Tu es un juriste expert en droit du travail français. " + "Tes réponses sont précises, sourcées et adaptées au contexte légal." + ), + "params": { + "temperature": 0.3, + "top_p": 0.8 + } + }, + "chercheur": { + "system_prompt": ( + "Tu es un chercheur scientifique qui explore des solutions innovantes. " + "Tu analyses les problèmes en profondeur et proposes des pistes pertinentes." + ), + "params": { + "temperature": 0.9, + "top_p": 1.0 + } + }, + "formateur": { + "system_prompt": ( + "Tu es un formateur pédagogique et bienveillant. " + "Tu expliques des concepts de façon claire et progressive, adaptés à des débutants." + ), + "params": { + "temperature": 0.6, + "top_p": 0.95 + } + } +} \ No newline at end of file diff --git a/config/mistral7b_config.yaml b/config/mistral7b_config.yaml new file mode 100644 index 0000000..e69de29 diff --git a/core/__pycache__/base_llm.cpython-312.pyc b/core/__pycache__/base_llm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ca84beea453e0b009d0ec59b36f7f346392df3e GIT binary patch literal 5269 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 Osn>`j>j)}q@&5tkqm%Fe literal 0 HcmV?d00001 diff --git a/core/__pycache__/factory.cpython-312.pyc b/core/__pycache__/factory.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5746852b6299eeedf784c5584856e7b919c76af5 GIT binary patch literal 1087 zcmZuw&rj4q6rO4KXIa>=aWzDVO@NR_*>&+?LW~EEf(E#lnAn3&>C8g0KbC2$uEB&D z4j#E-q9z_C`~!IA=w&w?Fb!Vx;CO zTLMBq_(#uDNzfgKU>gxcu!U@_VvGbdi-@p^h`0+?+*F~NQqn(psNgWaV0u2&tsA!u zj`U1Sf^G$ZZA6iZ2~-lSibS9(6RT;OAtKGz1(MoK?Iz3BTr;g?LTP?};ht{zE^7u) zAtlLR2_QGzfXN2i-=Rz<)RRre^L597h)~&f$^It`VqlO-)6s2nEuc1ae3?3O-E|D# zbRC&Y299hJfX%w8L(-=&{AiajZzl~cg%Yq)O9K*W;N*n-#pU7+cDKN7qjj`;HVYWH zUQ4ea?a9zgIqdWSv;y9wuO?Dxd{Z}mDFIkVeCqzHiuK-3JE z?G9H;4jkGSD(*f}DiZ21X{c;X{wqyDtv+FJ5$G3Uoug_81oeVO!)5;d&Wx<2!nEZ+ zr;MdxVVKt#UFMQDL+O!j1@tasE>ke$9ecb<`SeP4#kFa*zRYxQ%FwHpWowqcH04vz zuNp3cR6GrpMl;M9jOsppIs9ixDlt^xjI-c2P)9=N<-_tsyF77Fo_r&H9Vow74@YZl zcm`@mrAw{LGkY_8S6idA2c@}IVeY6na#$Q|7soz6Xcwyo#ab&@>jD*8RPtd?i-thc zLP^s=xWJ+i7c^}x&@Db5@Rijx;u@O9_-!%%uZ0B|Oy4wY>aVyY6hQ+v2>1?SLwpTC zZlqDDUYrUw5 x;SiUr(x2h@G(5@5-1Rp;&E1R}xy3F(g5QHz0@o2S#^2ERuhcM}K0)B3n%}xY3}65N literal 0 HcmV?d00001 diff --git a/core/__pycache__/mistral7b.cpython-312.pyc b/core/__pycache__/mistral7b.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f40b360d61607908f60d98d18b7bde450f538efd GIT binary patch literal 1753 zcmZWq;Y%Dx6rb7MyW6|dOFg5WG0{`ZhimYzr)dq6#5Rzc2DOEJI|IvlJ9jy=d%Kz4 zYt@_}Md+nanox>q(?Y%$^C5qRr42nX#bw$;XiFi`4++{5@~LljZ&lJK&b&ACn|bfe zzTdka+S_9YWbD!JWfDQ?4{ih!YAL%}P}Y%#G^`^77cl0!pbG^-KvPH)*N`R=ydnDd zg197PLQlDo!7Oq?waN7K%xux$^+%y)><)wS30zK40c)rrG*Ag^cug*dny`inQUfjG zLg)(0h%7o&u^p=F;}?qf&|N%!?s@kz3}0f16R%)RSP?W)leCZ))*@vduMB_DZ=x%r zvw!%OR7amdmUUbg>f(b~kO4+ZC=;JuP8hz&30-xF?Xd9sx~>{(x#Y=TljTQ0a`}7m z=_uS;{`xB}&nGJg(t9@(WpRfX7NM$BqlASV(^4#dy3P`mSVVOci&RzJSz_^O%}^{# zv`W!ok_}iG3DH;>awe+5M5=xSj}S9Vjp#~MH3$onYPnJ+EItoUtXL{l4Lc*SkX-|( zOjeXiwc;pBCd9AOOEd{V(oPsyLL()$rh|L$5Q{2GQCDqSQEdLv(;%xaM{?IpgXBtO zs@fw(HK*%_qO0>G{3&uplagHPdB*3n))MW8gUiYNZbDyU*=RJ@1Sii!~B^DHKiIifqZL`eXQt1AK^4xje{Xd$Tgmd&S)mcAnL z3eoUcupQuuFAH*@9n2c9Bypp4|B6(X7CeR>Ah>3qblQUzjbjplbuiyUS_pPtJ6H*{ zd+1v!$mU}V82(XTks$Jgu2(j|I5#|B;L|Tssc2eD9DAb%6=*ZbGJ%tVd7VWs zE*6R9RLm-i+YZppR*FCqCOKr$q5Y5?6U)S5aYZ-F3OIw(&x9$@n#F52p)FVR1Ye0* z>XL4%8Xe$P*oWJ^$T%<3X?l#W%Rz#NYd%=x2>UJ!tH|x>+UXeH>KML1x80F%gxzHK z`l&moc9KI|$)WA!a3kU#A8JHy%Ug2qpPhZ{=kAdh zuh~EP@XXHG)YjNkbM(@txOwTPneS&dC!5FTwv$(zZC8O->nHA<_+p^tuJACq-EkTm z%56Jx3P^Of?|$jAJmMbdYP8cn2rd)mO@g-)MPV^Tf!0#fx!$HIH)^Wx?|8(fIi7QS zt4$P%u0vnJw3p|}Y4x`ED3mkE8zjELYx>0++7miMbNJuai@(+T^JNO?G CvbRbA literal 0 HcmV?d00001 diff --git a/core/base_llm.py b/core/base_llm.py new file mode 100644 index 0000000..dd8d84e --- /dev/null +++ b/core/base_llm.py @@ -0,0 +1,68 @@ +import requests +import os +from datetime import datetime +import uuid + +class BaseLLM: + def __init__(self, model_name, engine="Ollama", base_params=None, stream=False): + """ + Classe de base pour tous les LLM. Ne contient aucune valeur fixe propre à un modèle. + Les paramètres sont injectés depuis les classes spécifiques + """ + self.model = model_name + self.engine = engine + self.agent = None + self.system_prompt = "" + + self.params = base_params or {} + self.params["model"] = self.model + self.params["stream"] = stream + + self.logs_dir = "logs" + os.makedirs(self.logs_dir, exist_ok=True) + + def set_role(self, role_name, role_config): + """Assigne un rôle d'agent avec prompt système et paramètres personnalisés.""" + self.agent = role_name + self.system_prompt = role_config.get("system_prompt", "") + self.params.update(role_config.get("params", {})) + + def generate(self, user_prompt): + """Méthode à surcharger dans les lcasses enfants pour appeler le modèle.""" + raise NotImplementedError("La méthode generate() doit être implémentée dans la classe enfant.") + + def _format_prompt(self, user_prompt): + if self.system_prompt: + return f"{self.system_prompt}\n\n{user_prompt}" + return user_prompt + + def _log_result(self, prompt, response): + now = datetime.now() + now_str = now.strftime("%Y-%m-%d_%H-%M-%S") + uid = str(uuid.uuid4())[:8] # ID unique pour le log + filename = f"{self.logs_dir}/{self.model}_{now_str}_{uid}.md" + + with open(filename, "w", encoding="utf-8") as f: + f.write(f"# Résultat génération {self.model}\n\n") + f.write(f"** Test ID:** {uid}\n") + f.write(f"** Date :** {now.strftime('%Y-%m-%d %H:%M:%S')}\n") + f.write(f"** Modèle :** {self.model}\n") + f.write(f"** Moteur :** {self.engine}\n") + f.write(f"** Rôle :** {self.agent or 'Aucun'}\n") + f.write(f"** Prompt :** {prompt}\n\n---\n\n") + f.write(f"** Paramètres utilisés :**\n\n") + for k, v in self.params.items(): + if k not in ["model", "prompt"]: + value = " / ".join(v) if isinstance(v, list) else v or "*Aucun*" + f.write(f"- {k.replace('_', '').title()} : {value}\n") + f.write(f"\n---\n\n** Réponse du modèle\n\n{response.strip()}\n") + + self._update_index(filename) + return filename + + def _update_index(self, filename): + with open("log_index.md", "a", encoding="utf-8") as idx: + idx.write(f"- **{datetime.now().strftime('%Y-%m-%d %H:%M:%S')}** | ") + idx.write(f"🧠 `{self.model}` ({self.engine}) | 🎭 `{self.agent or 'Aucun'}` | ") + idx.write(f"[Voir le log]({filename})\n") + \ No newline at end of file diff --git a/core/factory.py b/core/factory.py new file mode 100644 index 0000000..3731c92 --- /dev/null +++ b/core/factory.py @@ -0,0 +1,21 @@ +from core.mistral7b import Mistral7B + +class LLMFactory: + """ + Factory pour créer des instances de modèles LLM dynamiquement en fonction d'un identifiant text + """ + _registry = { + "mistral7b": Mistral7B + # Ajouter d'autres modèles LLM ici + } + + @staticmethod + def create(model_name: str): + """ + Crée une instance d'un modèle LLM en fonction de l'identifiant textuel + """ + model_name = model_name.lower() + if model_name not in LLMFactory._registry: + raise ValueError(f"Modèle LLM non supporté: {model_name}") + return LLMFactory._registry[model_name]() + \ No newline at end of file diff --git a/core/mistral7b.py b/core/mistral7b.py new file mode 100644 index 0000000..9b4fa09 --- /dev/null +++ b/core/mistral7b.py @@ -0,0 +1,37 @@ +from core.base_llm import BaseLLM +import requests + +class Mistral7B(BaseLLM): + def __init__(self): + # Nom du modèle spécifique + model_name = "mistral:latest" + # Moteur utilisé pour l'inférence + engine = "Ollama" + + # Paramètres par défaut spécifiques à Mistral7B + default_params = { + "temperature": 0.7, # Contrôle la créativité : 0 = déterministe, 1 = plus créatif + "top_p": 0.9, # Nucleus sampling : sélectionne les tokens jusqu'à une probabilité cumulative de top_p + "top_k": 50, # Considère les top_k tokens les plus probables pour chaque étape de génération + "repeat_penalty": 1.1, # Pénalise les répétitions : >1 pour réduire les répétitions, 1 pour aucune pénalité + "num_predict": 512, # Nombre maximum de tokens à générer dans la réponse + "stop": [], # Liste de séquences qui arrêteront la génération si rencontrées + "seed": None, # Graine pour la reproductibilité : fixe la graine pour obtenir les mêmes résultats + "stream": False, # Si True, la réponse est envoyée en flux (streaming) + "raw": False # Si True, désactive le prompt système automatique + } + + super().__init__(model_name=model_name, engine=engine, base_params=default_params) + + def generate(self, user_prompt): + prompt = self._format_prompt(user_prompt) + payload = self.params.copy() + payload["prompt"] = prompt + + response = requests.post("http://217.182.105.173:11434/api/generate", json=payload) + if not response.ok: + raise Exception(f"Erreur API Ollama : {response.status_code} - {response.text}") + + result = response.json().get("response", "") + self._log_result(user_prompt, result) + return result diff --git a/llmlab/bin/Activate.ps1 b/llmlab/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/llmlab/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/llmlab/bin/activate b/llmlab/bin/activate new file mode 100644 index 0000000..c0da8a2 --- /dev/null +++ b/llmlab/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "${OSTYPE:-}" = "cygwin" ] || [ "${OSTYPE:-}" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath /home/fgras-ca/llm_lab-test/llmlab) +else + # use the path as-is + export VIRTUAL_ENV=/home/fgras-ca/llm_lab-test/llmlab +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='(llmlab) '"${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT='(llmlab) ' + 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/llmlab/bin/activate.csh b/llmlab/bin/activate.csh new file mode 100644 index 0000000..6ce8916 --- /dev/null +++ b/llmlab/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV /home/fgras-ca/llm_lab-test/llmlab + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/"bin":$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = '(llmlab) '"$prompt" + setenv VIRTUAL_ENV_PROMPT '(llmlab) ' +endif + +alias pydoc python -m pydoc + +rehash diff --git a/llmlab/bin/activate.fish b/llmlab/bin/activate.fish new file mode 100644 index 0000000..4a09b59 --- /dev/null +++ b/llmlab/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV /home/fgras-ca/llm_lab-test/llmlab + +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) '(llmlab) ' (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 '(llmlab) ' +end diff --git a/llmlab/bin/normalizer b/llmlab/bin/normalizer new file mode 100755 index 0000000..31cb1c2 --- /dev/null +++ b/llmlab/bin/normalizer @@ -0,0 +1,8 @@ +#!/home/fgras-ca/llm_lab-test/llmlab/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from charset_normalizer import cli +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(cli.cli_detect()) diff --git a/llmlab/bin/pip b/llmlab/bin/pip new file mode 100755 index 0000000..65e8894 --- /dev/null +++ b/llmlab/bin/pip @@ -0,0 +1,8 @@ +#!/home/fgras-ca/llm_lab-test/llmlab/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/llmlab/bin/pip3 b/llmlab/bin/pip3 new file mode 100755 index 0000000..65e8894 --- /dev/null +++ b/llmlab/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/fgras-ca/llm_lab-test/llmlab/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/llmlab/bin/pip3.12 b/llmlab/bin/pip3.12 new file mode 100755 index 0000000..65e8894 --- /dev/null +++ b/llmlab/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/home/fgras-ca/llm_lab-test/llmlab/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/llmlab/bin/python b/llmlab/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/llmlab/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/llmlab/bin/python3 b/llmlab/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/llmlab/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/llmlab/bin/python3.12 b/llmlab/bin/python3.12 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/llmlab/bin/python3.12 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/LICENSE.txt b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/LICENSE.txt new file mode 100644 index 0000000..e1f9ad7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/LICENSE.txt @@ -0,0 +1,44 @@ +Zope Public License (ZPL) Version 2.1 + +A copyright notice accompanies this license document that identifies the +copyright holders. + +This license has been certified as open source. It has also been designated as +GPL compatible by the Free Software Foundation (FSF). + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions in source code must retain the accompanying copyright +notice, this list of conditions, and the following disclaimer. + +2. Redistributions in binary form must reproduce the accompanying copyright +notice, this list of conditions, and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +3. Names of the copyright holders must not be used to endorse or promote +products derived from this software without prior written permission from the +copyright holders. + +4. The right to distribute this software or to use it for any purpose does not +give you the right to use Servicemarks (sm) or Trademarks (tm) of the +copyright +holders. Use of them is covered by separate agreement with the copyright +holders. + +5. If any files are modified, you must cause the modified files to carry +prominent notices stating that you changed the files and the date of any +change. + +Disclaimer + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/METADATA new file mode 100644 index 0000000..2c08685 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/METADATA @@ -0,0 +1,1167 @@ +Metadata-Version: 2.1 +Name: DateTime +Version: 5.5 +Summary: This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module. +Home-page: https://github.com/zopefoundation/DateTime +Author: Zope Foundation and Contributors +Author-email: zope-dev@zope.org +License: ZPL 2.1 +Classifier: Development Status :: 6 - Mature +Classifier: Environment :: Web Environment +Classifier: Framework :: Zope :: 4 +Classifier: License :: OSI Approved :: Zope Public License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +License-File: LICENSE.txt +Requires-Dist: zope.interface +Requires-Dist: pytz + +.. image:: https://github.com/zopefoundation/DateTime/workflows/tests/badge.svg + :target: https://github.com/zopefoundation/DateTime/actions?query=workflow%3Atests + :alt: CI status + +.. image:: https://img.shields.io/pypi/v/DateTime.svg + :target: https://pypi.org/project/DateTime/ + :alt: Current version on PyPI + +.. image:: https://img.shields.io/pypi/pyversions/DateTime.svg + :target: https://pypi.org/project/DateTime/ + :alt: Supported Python versions + + +DateTime +======== + +This package provides a DateTime data type, as known from Zope. + +Unless you need to communicate with Zope APIs, you're probably better +off using Python's built-in datetime module. + +For further documentation, please have a look at `src/DateTime/DateTime.txt`. + + +.. contents:: + +The DateTime package +==================== + +Encapsulation of date/time values. + + +Function Timezones() +-------------------- + +Returns the list of recognized timezone names: + + >>> from DateTime import Timezones + >>> zones = set(Timezones()) + +Almost all of the standard pytz timezones are included, with the exception +of some commonly-used but ambiguous abbreviations, where historical Zope +usage conflicts with the name used by pytz: + + >>> import pytz + >>> [x for x in pytz.all_timezones if x not in zones] + ['CET', 'EET', 'EST', 'MET', 'MST', 'WET'] + +Class DateTime +-------------- + +DateTime objects represent instants in time and provide interfaces for +controlling its representation without affecting the absolute value of +the object. + +DateTime objects may be created from a wide variety of string or +numeric data, or may be computed from other DateTime objects. +DateTimes support the ability to convert their representations to many +major timezones, as well as the ability to create a DateTime object +in the context of a given timezone. + +DateTime objects provide partial numerical behavior: + +* Two date-time objects can be subtracted to obtain a time, in days + between the two. + +* A date-time object and a positive or negative number may be added to + obtain a new date-time object that is the given number of days later + than the input date-time object. + +* A positive or negative number and a date-time object may be added to + obtain a new date-time object that is the given number of days later + than the input date-time object. + +* A positive or negative number may be subtracted from a date-time + object to obtain a new date-time object that is the given number of + days earlier than the input date-time object. + +DateTime objects may be converted to integer, long, or float numbers +of days since January 1, 1901, using the standard int, long, and float +functions (Compatibility Note: int, long and float return the number +of days since 1901 in GMT rather than local machine timezone). +DateTime objects also provide access to their value in a float format +usable with the Python time module, provided that the value of the +object falls in the range of the epoch-based time module. + +A DateTime object should be considered immutable; all conversion and numeric +operations return a new DateTime object rather than modify the current object. + +A DateTime object always maintains its value as an absolute UTC time, +and is represented in the context of some timezone based on the +arguments used to create the object. A DateTime object's methods +return values based on the timezone context. + +Note that in all cases the local machine timezone is used for +representation if no timezone is specified. + +Constructor for DateTime +------------------------ + +DateTime() returns a new date-time object. DateTimes may be created +with from zero to seven arguments: + +* If the function is called with no arguments, then the current date/ + time is returned, represented in the timezone of the local machine. + +* If the function is invoked with a single string argument which is a + recognized timezone name, an object representing the current time is + returned, represented in the specified timezone. + +* If the function is invoked with a single string argument + representing a valid date/time, an object representing that date/ + time will be returned. + + As a general rule, any date-time representation that is recognized + and unambiguous to a resident of North America is acceptable. (The + reason for this qualification is that in North America, a date like: + 2/1/1994 is interpreted as February 1, 1994, while in some parts of + the world, it is interpreted as January 2, 1994.) A date/ time + string consists of two components, a date component and an optional + time component, separated by one or more spaces. If the time + component is omitted, 12:00am is assumed. + + Any recognized timezone name specified as the final element of the + date/time string will be used for computing the date/time value. + (If you create a DateTime with the string, + "Mar 9, 1997 1:45pm US/Pacific", the value will essentially be the + same as if you had captured time.time() at the specified date and + time on a machine in that timezone). If no timezone is passed, then + the timezone configured on the local machine will be used, **except** + that if the date format matches ISO 8601 ('YYYY-MM-DD'), the instance + will use UTC / GMT+0 as the timezone. + + o Returns current date/time, represented in US/Eastern: + + >>> from DateTime import DateTime + >>> e = DateTime('US/Eastern') + >>> e.timezone() + 'US/Eastern' + + o Returns specified time, represented in local machine zone: + + >>> x = DateTime('1997/3/9 1:45pm') + >>> x.parts() # doctest: +ELLIPSIS + (1997, 3, 9, 13, 45, ...) + + o Specified time in local machine zone, verbose format: + + >>> y = DateTime('Mar 9, 1997 13:45:00') + >>> y.parts() # doctest: +ELLIPSIS + (1997, 3, 9, 13, 45, ...) + >>> y == x + True + + o Specified time in UTC via ISO 8601 rule: + + >>> z = DateTime('2014-03-24') + >>> z.parts() # doctest: +ELLIPSIS + (2014, 3, 24, 0, 0, ...) + >>> z.timezone() + 'GMT+0' + + The date component consists of year, month, and day values. The + year value must be a one-, two-, or four-digit integer. If a one- + or two-digit year is used, the year is assumed to be in the + twentieth century. The month may an integer, from 1 to 12, a month + name, or a month abbreviation, where a period may optionally follow + the abbreviation. The day must be an integer from 1 to the number of + days in the month. The year, month, and day values may be separated + by periods, hyphens, forward slashes, or spaces. Extra spaces are + permitted around the delimiters. Year, month, and day values may be + given in any order as long as it is possible to distinguish the + components. If all three components are numbers that are less than + 13, then a month-day-year ordering is assumed. + + The time component consists of hour, minute, and second values + separated by colons. The hour value must be an integer between 0 + and 23 inclusively. The minute value must be an integer between 0 + and 59 inclusively. The second value may be an integer value + between 0 and 59.999 inclusively. The second value or both the + minute and second values may be omitted. The time may be followed + by am or pm in upper or lower case, in which case a 12-hour clock is + assumed. + +* If the DateTime function is invoked with a single numeric argument, + the number is assumed to be either a floating point value such as + that returned by time.time(), or a number of days after January 1, + 1901 00:00:00 UTC. + + A DateTime object is returned that represents either the GMT value + of the time.time() float represented in the local machine's + timezone, or that number of days after January 1, 1901. Note that + the number of days after 1901 need to be expressed from the + viewpoint of the local machine's timezone. A negative argument will + yield a date-time value before 1901. + +* If the function is invoked with two numeric arguments, then the + first is taken to be an integer year and the second argument is + taken to be an offset in days from the beginning of the year, in the + context of the local machine timezone. The date-time value returned + is the given offset number of days from the beginning of the given + year, represented in the timezone of the local machine. The offset + may be positive or negative. Two-digit years are assumed to be in + the twentieth century. + +* If the function is invoked with two arguments, the first a float + representing a number of seconds past the epoch in GMT (such as + those returned by time.time()) and the second a string naming a + recognized timezone, a DateTime with a value of that GMT time will + be returned, represented in the given timezone. + + >>> import time + >>> t = time.time() + + Time t represented as US/Eastern: + + >>> now_east = DateTime(t, 'US/Eastern') + + Time t represented as US/Pacific: + + >>> now_west = DateTime(t, 'US/Pacific') + + Only their representations are different: + + >>> now_east.equalTo(now_west) + True + +* If the function is invoked with three or more numeric arguments, + then the first is taken to be an integer year, the second is taken + to be an integer month, and the third is taken to be an integer day. + If the combination of values is not valid, then a DateTimeError is + raised. One- or two-digit years up to 69 are assumed to be in the + 21st century, whereas values 70-99 are assumed to be 20th century. + The fourth, fifth, and sixth arguments are floating point, positive + or negative offsets in units of hours, minutes, and days, and + default to zero if not given. An optional string may be given as + the final argument to indicate timezone (the effect of this is as if + you had taken the value of time.time() at that time on a machine in + the specified timezone). + +If a string argument passed to the DateTime constructor cannot be +parsed, it will raise SyntaxError. Invalid date, time, or +timezone components will raise a DateTimeError. + +The module function Timezones() will return a list of the timezones +recognized by the DateTime module. Recognition of timezone names is +case-insensitive. + +Instance Methods for DateTime (IDateTime interface) +--------------------------------------------------- + +Conversion and comparison methods +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* ``timeTime()`` returns the date/time as a floating-point number in + UTC, in the format used by the Python time module. Note that it is + possible to create date /time values with DateTime that have no + meaningful value to the time module, and in such cases a + DateTimeError is raised. A DateTime object's value must generally + be between Jan 1, 1970 (or your local machine epoch) and Jan 2038 to + produce a valid time.time() style value. + + >>> dt = DateTime('Mar 9, 1997 13:45:00 US/Eastern') + >>> dt.timeTime() + 857933100.0 + + >>> DateTime('2040/01/01 UTC').timeTime() + 2208988800.0 + + >>> DateTime('1900/01/01 UTC').timeTime() + -2208988800.0 + +* ``toZone(z)`` returns a DateTime with the value as the current + object, represented in the indicated timezone: + + >>> dt.toZone('UTC') + DateTime('1997/03/09 18:45:00 UTC') + + >>> dt.toZone('UTC').equalTo(dt) + True + +* ``isFuture()`` returns true if this object represents a date/time + later than the time of the call: + + >>> dt.isFuture() + False + >>> DateTime('Jan 1 3000').isFuture() # not time-machine safe! + True + +* ``isPast()`` returns true if this object represents a date/time + earlier than the time of the call: + + >>> dt.isPast() + True + >>> DateTime('Jan 1 3000').isPast() # not time-machine safe! + False + +* ``isCurrentYear()`` returns true if this object represents a + date/time that falls within the current year, in the context of this + object's timezone representation: + + >>> dt.isCurrentYear() + False + >>> DateTime().isCurrentYear() + True + +* ``isCurrentMonth()`` returns true if this object represents a + date/time that falls within the current month, in the context of + this object's timezone representation: + + >>> dt.isCurrentMonth() + False + >>> DateTime().isCurrentMonth() + True + +* ``isCurrentDay()`` returns true if this object represents a + date/time that falls within the current day, in the context of this + object's timezone representation: + + >>> dt.isCurrentDay() + False + >>> DateTime().isCurrentDay() + True + +* ``isCurrentHour()`` returns true if this object represents a + date/time that falls within the current hour, in the context of this + object's timezone representation: + + >>> dt.isCurrentHour() + False + + >>> DateTime().isCurrentHour() + True + +* ``isCurrentMinute()`` returns true if this object represents a + date/time that falls within the current minute, in the context of + this object's timezone representation: + + >>> dt.isCurrentMinute() + False + >>> DateTime().isCurrentMinute() + True + +* ``isLeapYear()`` returns true if the current year (in the context of + the object's timezone) is a leap year: + + >>> dt.isLeapYear() + False + >>> DateTime('Mar 8 2004').isLeapYear() + True + +* ``earliestTime()`` returns a new DateTime object that represents the + earliest possible time (in whole seconds) that still falls within + the current object's day, in the object's timezone context: + + >>> dt.earliestTime() + DateTime('1997/03/09 00:00:00 US/Eastern') + +* ``latestTime()`` return a new DateTime object that represents the + latest possible time (in whole seconds) that still falls within the + current object's day, in the object's timezone context + + >>> dt.latestTime() + DateTime('1997/03/09 23:59:59 US/Eastern') + +Component access +~~~~~~~~~~~~~~~~ + +* ``parts()`` returns a tuple containing the calendar year, month, + day, hour, minute second and timezone of the object + + >>> dt.parts() # doctest: +ELLIPSIS + (1997, 3, 9, 13, 45, ... 'US/Eastern') + +* ``timezone()`` returns the timezone in which the object is represented: + + >>> dt.timezone() in Timezones() + True + +* ``tzoffset()`` returns the timezone offset for the objects timezone: + + >>> dt.tzoffset() + -18000 + +* ``year()`` returns the calendar year of the object: + + >>> dt.year() + 1997 + +* ``month()`` returns the month of the object as an integer: + + >>> dt.month() + 3 + +* ``Month()`` returns the full month name: + + >>> dt.Month() + 'March' + +* ``aMonth()`` returns the abbreviated month name: + + >>> dt.aMonth() + 'Mar' + +* ``pMonth()`` returns the abbreviated (with period) month name: + + >>> dt.pMonth() + 'Mar.' + +* ``day()`` returns the integer day: + + >>> dt.day() + 9 + +* ``Day()`` returns the full name of the day of the week: + + >>> dt.Day() + 'Sunday' + +* ``dayOfYear()`` returns the day of the year, in context of the + timezone representation of the object: + + >>> dt.dayOfYear() + 68 + +* ``aDay()`` returns the abbreviated name of the day of the week: + + >>> dt.aDay() + 'Sun' + +* ``pDay()`` returns the abbreviated (with period) name of the day of + the week: + + >>> dt.pDay() + 'Sun.' + +* ``dow()`` returns the integer day of the week, where Sunday is 0: + + >>> dt.dow() + 0 + +* ``dow_1()`` returns the integer day of the week, where sunday is 1: + + >>> dt.dow_1() + 1 + +* ``h_12()`` returns the 12-hour clock representation of the hour: + + >>> dt.h_12() + 1 + +* ``h_24()`` returns the 24-hour clock representation of the hour: + + >>> dt.h_24() + 13 + +* ``ampm()`` returns the appropriate time modifier (am or pm): + + >>> dt.ampm() + 'pm' + +* ``hour()`` returns the 24-hour clock representation of the hour: + + >>> dt.hour() + 13 + +* ``minute()`` returns the minute: + + >>> dt.minute() + 45 + +* ``second()`` returns the second: + + >>> dt.second() == 0 + True + +* ``millis()`` returns the milliseconds since the epoch in GMT. + + >>> dt.millis() == 857933100000 + True + +strftime() +~~~~~~~~~~ + +See ``tests/test_datetime.py``. + +General formats from previous DateTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* ``Date()`` return the date string for the object: + + >>> dt.Date() + '1997/03/09' + +* ``Time()`` returns the time string for an object to the nearest + second: + + >>> dt.Time() + '13:45:00' + +* ``TimeMinutes()`` returns the time string for an object not showing + seconds: + + >>> dt.TimeMinutes() + '13:45' + +* ``AMPM()`` returns the time string for an object to the nearest second: + + >>> dt.AMPM() + '01:45:00 pm' + +* ``AMPMMinutes()`` returns the time string for an object not showing + seconds: + + >>> dt.AMPMMinutes() + '01:45 pm' + +* ``PreciseTime()`` returns the time string for the object: + + >>> dt.PreciseTime() + '13:45:00.000' + +* ``PreciseAMPM()`` returns the time string for the object: + + >>> dt.PreciseAMPM() + '01:45:00.000 pm' + +* ``yy()`` returns the calendar year as a 2 digit string + + >>> dt.yy() + '97' + +* ``mm()`` returns the month as a 2 digit string + + >>> dt.mm() + '03' + +* ``dd()`` returns the day as a 2 digit string: + + >>> dt.dd() + '09' + +* ``rfc822()`` returns the date in RFC 822 format: + + >>> dt.rfc822() + 'Sun, 09 Mar 1997 13:45:00 -0500' + +New formats +~~~~~~~~~~~ + +* ``fCommon()`` returns a string representing the object's value in + the format: March 9, 1997 1:45 pm: + + >>> dt.fCommon() + 'March 9, 1997 1:45 pm' + +* ``fCommonZ()`` returns a string representing the object's value in + the format: March 9, 1997 1:45 pm US/Eastern: + + >>> dt.fCommonZ() + 'March 9, 1997 1:45 pm US/Eastern' + +* ``aCommon()`` returns a string representing the object's value in + the format: Mar 9, 1997 1:45 pm: + + >>> dt.aCommon() + 'Mar 9, 1997 1:45 pm' + +* ``aCommonZ()`` return a string representing the object's value in + the format: Mar 9, 1997 1:45 pm US/Eastern: + + >>> dt.aCommonZ() + 'Mar 9, 1997 1:45 pm US/Eastern' + +* ``pCommon()`` returns a string representing the object's value in + the format Mar. 9, 1997 1:45 pm: + + >>> dt.pCommon() + 'Mar. 9, 1997 1:45 pm' + +* ``pCommonZ()`` returns a string representing the object's value in + the format: Mar. 9, 1997 1:45 pm US/Eastern: + + >>> dt.pCommonZ() + 'Mar. 9, 1997 1:45 pm US/Eastern' + +* ``ISO()`` returns a string with the date/time in ISO format. Note: + this is not ISO 8601-format! See the ISO8601 and HTML4 methods below + for ISO 8601-compliant output. Dates are output as: YYYY-MM-DD HH:MM:SS + + >>> dt.ISO() + '1997-03-09 13:45:00' + +* ``ISO8601()`` returns the object in ISO 8601-compatible format + containing the date, time with seconds-precision and the time zone + identifier - see http://www.w3.org/TR/NOTE-datetime. Dates are + output as: YYYY-MM-DDTHH:MM:SSTZD (T is a literal character, TZD is + Time Zone Designator, format +HH:MM or -HH:MM). + + The ``HTML4()`` method below offers the same formatting, but + converts to UTC before returning the value and sets the TZD"Z" + + >>> dt.ISO8601() + '1997-03-09T13:45:00-05:00' + + +* ``HTML4()`` returns the object in the format used in the HTML4.0 + specification, one of the standard forms in ISO8601. See + http://www.w3.org/TR/NOTE-datetime. Dates are output as: + YYYY-MM-DDTHH:MM:SSZ (T, Z are literal characters, the time is in + UTC.): + + >>> dt.HTML4() + '1997-03-09T18:45:00Z' + +* ``JulianDay()`` returns the Julian day according to + http://www.tondering.dk/claus/cal/node3.html#sec-calcjd + + >>> dt.JulianDay() + 2450517 + +* ``week()`` returns the week number according to ISO + see http://www.tondering.dk/claus/cal/node6.html#SECTION00670000000000000000 + + >>> dt.week() + 10 + +Deprecated API +~~~~~~~~~~~~~~ + +* DayOfWeek(): see Day() + +* Day_(): see pDay() + +* Mon(): see aMonth() + +* Mon_(): see pMonth + +General Services Provided by DateTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +DateTimes can be repr()'ed; the result will be a string indicating how +to make a DateTime object like this: + + >>> repr(dt) + "DateTime('1997/03/09 13:45:00 US/Eastern')" + +When we convert them into a string, we get a nicer string that could +actually be shown to a user: + + >>> str(dt) + '1997/03/09 13:45:00 US/Eastern' + +The hash value of a DateTime is based on the date and time and is +equal for different representations of the DateTime: + + >>> hash(dt) + 3618678 + >>> hash(dt.toZone('UTC')) + 3618678 + +DateTime objects can be compared to other DateTime objects OR floating +point numbers such as the ones which are returned by the Python time +module by using the equalTo method. Using this API, True is returned if the +object represents a date/time equal to the specified DateTime or time module +style time: + + >>> dt.equalTo(dt) + True + >>> dt.equalTo(dt.toZone('UTC')) + True + >>> dt.equalTo(dt.timeTime()) + True + >>> dt.equalTo(DateTime()) + False + +Same goes for inequalities: + + >>> dt.notEqualTo(dt) + False + >>> dt.notEqualTo(dt.toZone('UTC')) + False + >>> dt.notEqualTo(dt.timeTime()) + False + >>> dt.notEqualTo(DateTime()) + True + +Normal equality operations only work with DateTime objects and take the +timezone setting into account: + + >>> dt == dt + True + >>> dt == dt.toZone('UTC') + False + >>> dt == DateTime() + False + + >>> dt != dt + False + >>> dt != dt.toZone('UTC') + True + >>> dt != DateTime() + True + +But the other comparison operations compare the referenced moment in time and +not the representation itself: + + >>> dt > dt + False + >>> DateTime() > dt + True + >>> dt > DateTime().timeTime() + False + >>> DateTime().timeTime() > dt + True + + >>> dt.greaterThan(dt) + False + >>> DateTime().greaterThan(dt) + True + >>> dt.greaterThan(DateTime().timeTime()) + False + + >>> dt >= dt + True + >>> DateTime() >= dt + True + >>> dt >= DateTime().timeTime() + False + >>> DateTime().timeTime() >= dt + True + + >>> dt.greaterThanEqualTo(dt) + True + >>> DateTime().greaterThanEqualTo(dt) + True + >>> dt.greaterThanEqualTo(DateTime().timeTime()) + False + + >>> dt < dt + False + >>> DateTime() < dt + False + >>> dt < DateTime().timeTime() + True + >>> DateTime().timeTime() < dt + False + + >>> dt.lessThan(dt) + False + >>> DateTime().lessThan(dt) + False + >>> dt.lessThan(DateTime().timeTime()) + True + + >>> dt <= dt + True + >>> DateTime() <= dt + False + >>> dt <= DateTime().timeTime() + True + >>> DateTime().timeTime() <= dt + False + + >>> dt.lessThanEqualTo(dt) + True + >>> DateTime().lessThanEqualTo(dt) + False + >>> dt.lessThanEqualTo(DateTime().timeTime()) + True + +Numeric Services Provided by DateTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +A DateTime may be added to a number and a number may be added to a +DateTime: + + >>> dt + 5 + DateTime('1997/03/14 13:45:00 US/Eastern') + >>> 5 + dt + DateTime('1997/03/14 13:45:00 US/Eastern') + +Two DateTimes cannot be added: + + >>> from DateTime.interfaces import DateTimeError + >>> try: + ... dt + dt + ... print('fail') + ... except DateTimeError: + ... print('ok') + ok + +Either a DateTime or a number may be subtracted from a DateTime, +however, a DateTime may not be subtracted from a number: + + >>> DateTime('1997/03/10 13:45 US/Eastern') - dt + 1.0 + >>> dt - 1 + DateTime('1997/03/08 13:45:00 US/Eastern') + >>> 1 - dt + Traceback (most recent call last): + ... + TypeError: unsupported operand type(s) for -: 'int' and 'DateTime' + +DateTimes can also be converted to integers (number of seconds since +the epoch) and floats: + + >>> int(dt) + 857933100 + >>> float(dt) + 857933100.0 + + +Changelog +========= + +5.5 (2024-03-21) +---------------- + +- Change pickle format to export the microseconds as an int, to + solve a problem with dates after 2038. + (`#56 `_) + + +5.4 (2023-12-15) +---------------- + +- Fix ``UnknownTimeZoneError`` when unpickling ``DateTime.DateTime().asdatetime()``. + (`#58 `_) + +- Repair equality comparison between DateTime instances and other types. + (`#60 `_) + + +5.3 (2023-11-14) +---------------- + +- Add support for Python 3.12. + +- Add preliminary support for Python 3.13a2. + + +5.2 (2023-07-19) +---------------- + +- Cast int to float in compare methods. +- Fix compare methods between DateTime instances and None. + (`#52 `_) + + +5.1 (2023-03-14) +---------------- + +- Add missing ``python_requires`` to ``setup.py``. + + +5.0 (2023-01-12) +---------------- + +- Drop support for Python 2.7, 3.5, 3.6. + + +4.8 (2022-12-16) +---------------- + +- Fix insidious buildout configuration bug that prevented tests on Python 2.7 + and 3.5, and fix test code that was incompatible with Python 3.5. + (`#44 `_) + +- Add support for Python 3.11. + + +4.7 (2022-09-14) +---------------- + +- Fix rounding problem with `DateTime` addition beyond the year 2038 + (`#41 `_) + + +4.6 (2022-09-10) +---------------- + +- Fix ``__format__`` method for DateTime objects + (`#39 `_) + + +4.5 (2022-07-04) +---------------- + +- Add ``__format__`` method for DateTime objects + (`#35 `_) + + +4.4 (2022-02-11) +---------------- + +- Fix WAT definition + `#31 `_. + +- Add support for Python 3.8, 3.9, and 3.10. + +- Drop support for Python 3.4. + +4.3 (2018-10-05) +---------------- + +- Add support for Python 3.7. + +4.2 (2017-04-26) +---------------- + +- Add support for Python 3.6, drop support for Python 3.3. + +4.1.1 (2016-04-30) +------------------ + +- Support unpickling instances having a numeric timezone like `+0430`. + +4.1 (2016-04-03) +---------------- + +- Add support for Python 3.4 and 3.5. + +- Drop support for Python 2.6 and 3.2. + +4.0.1 (2013-10-15) +------------------ + +- Provide more backward compatible timezones. + [vangheem] + +4.0 (2013-02-23) +---------------- + +- Added support for Python 3.2 and 3.3 in addition to 2.6 and 2.7. + +- Removed unused legacy pytz tests and the DateTimeZone module and renamed + some test internals. + +3.0.3 (2013-01-22) +------------------ + +- Allow timezone argument to be a Unicode string while creating a DateTime + object using two arguments. + +3.0.2 (2012-10-21) +------------------ + +- LP #1045233: Respect date format setting for parsing dates like `11-01-2001`. + +3.0.1 (2012-09-23) +------------------ + +- Add `_dt_reconstructor` function introduced in DateTime 2.12.7 to provide + forward compatibility with pickles that might reference this function. + +3.0 (2011-12-09) +---------------- + +- No changes. + +Backwards compatibility of DateTime 3 +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +DateTime 3 changes its pickle representation. DateTime instances pickled with +former versions of DateTime can be read, but older DateTime versions cannot read +DateTime instances pickled with version 3. + +DateTime 3 changes DateTime to be a new-style class with slots instead of being +an old-style class. + +DateTime 3 tries to preserve microsecond resolution throughout most of its API's +while former versions were often only accurate to millisecond resolution. Due to +the representation of float values in Python versions before Python 2.7 you +shouldn't compare string or float representations of DateTime instances if you +want high accuracy. The same is true for calculated values returned by methods +like `timeTime()`. You get the highest accuracy of comparing DateTime values by +calling its `micros()` methods. DateTime is not particular well suited to be +used in comparing timestamps of file systems - use the time and datetime objects +from the Python standard library instead. + +3.0b3 (2011-10-19) +------------------ + +- Allow comparison of DateTime objects against None. + +3.0b2 (2011-10-19) +------------------ + +- Reverted the single argument `None` special case handling for unpickling and + continue to treat it as meaning `now`. + +3.0b1 (2011-05-07) +------------------ + +- Restored `strftimeFormatter` as a class. + +- Added tests for read-only class attributes and interface. + +3.0a2 (2011-05-07) +------------------ + +- Added back support for reading old DateTime pickles without a `_micros` value. + +- Avoid storing `_t` representing the time as a float in seconds since the + epoch, as we already have `_micros` doing the same as a long. Memory use is + down to about 300 bytes per DateTime instance. + +- Updated exception raising syntax to current style. + +- Avoid storing `_aday`, `_fday`, `_pday`, `_amon`, `_fmon`, `_pmon`, `_pmhour` + and `_pm` in memory for every instance but look them up dynamically based on + `_dayoffset`, `_month` and `_hour`. This saves another 150 bytes of memory + per DateTime instance. + +- Moved various internal parsing related class variables to module constants. + +- No longer provide the `DateError`, `DateTimeError`, `SyntaxError` and + `TimeError` exceptions as class attributes, import them from their canonical + `DateTime.interfaces` location instead. + +- Removed deprecated `_isDST` and `_localzone` class variables. + +- Moved pytz cache from `DateTime._tzinfo` to a module global `_TZINFO`. + +- Make DateTime a new-style class and limit its available attributes via a + slots definition. The pickle size increases to 110 bytes thanks to the + `ccopy_reg\n_reconstructor` stanza. But the memory size drops from 3kb to + 500 bytes for each instance. + +3.0a1 (2011-05-06) +------------------ + +- Reordered some calculations in `_calcIndependentSecondEtc` to preserve more + floating point precision. + +- Optimized the pickled data, by only storing a tuple of `_micros` and time + zone information - this reduces the pickle size from an average of 300 bytes + to just 60 bytes. + +- Optimized un-pickling, by avoiding the creation of an intermediate DateTime + value representing the current time. + +- Removed in-place migration of old DateTime pickles without a `_micros` value. + +- Removed deprecated support for using `DateTime.__cmp__`. + +- Take time zone settings into account when comparing two date times for + (non-) equality. + +- Fixed (possibly unused) _parse_iso8601 function. + +- Removed unused import of legacy DateTimeZone, strftime and re. + Remove trailing whitespace. + +- Removed reference to missing version section from buildout. + +2.12.7 (2012-08-11) +------------------- + +- Added forward compatibility with DateTime 3 pickle format. DateTime + instances constructed under version 3 can be read and unpickled by this + version. The pickled data is converted to the current versions format + (old-style class / no slots). Once converted it will be stored again in the + old format. This should allow for a transparent upgrade/downgrade path + between DateTime 2 and 3. + +2.12.6 (2010-10-17) +------------------- + +- Changed ``testDayOfWeek`` test to be independent of OS locale. + +2.12.5 (2010-07-29) +------------------- + +- Launchpad #143269: Corrected the documentation for year value + behavior when constructing a DateTime object with three numeric + arguments. + +- Launchpad #142521: Removed confusing special case in + DateTime.__str__ where DateTime instances for midnight + (e.g. '2010-07-27 00:00:00 US/Eastern') values would + render only their date and nothing else. + +2.12.4 (2010-07-12) +------------------- + +- Fixed mapping of EDT (was -> 'GMT-0400', now 'GMT-4'). + +2.12.3 (2010-07-09) +------------------- + +- Added EDT timezone support. Addresses bug #599856. + [vangheem] + +2.12.2 (2010-05-05) +------------------- + +- Launchpad #572715: Relaxed pin on pytz, after applying a patch from + Marius Gedminus which fixes the apparent API breakage. + +2.12.1 (2010-04-30) +------------------- + +- Removed an undeclared testing dependency on zope.testing.doctest in favor of + the standard libraries doctest module. + +- Added a maximum version requirement on pytz <= 2010b. Later versions produce + test failures related to timezone changes. + +2.12.0 (2009-03-04) +------------------- + +- Launchpad #290254: Forward-ported fix for '_micros'-less pickles from + the Zope 2.11 branch version. + +2.11.2 (2009-02-02) +------------------- + +- Include *all* pytz zone names, not just "common" ones. + +- Fix one fragile doctest, band-aid another. + +- Fix for launchpad #267545: DateTime(DateTime()) should preserve the + correct hour. + +2.11.1 (2008-08-05) +------------------- + +- DateTime conversion of datetime objects with non-pytz tzinfo. Timezones() + returns a copy of the timezone list (allows tests to run). + +- Merged the slinkp-datetime-200007 branch: fix the DateTime(anotherDateTime) + constructor to preserve timezones. + +2.11.0b1 (2008-01-06) +--------------------- + +- Split off from the Zope2 main source code tree. diff --git a/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/RECORD new file mode 100644 index 0000000..9b4e3cd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/RECORD @@ -0,0 +1,22 @@ +DateTime-5.5.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +DateTime-5.5.dist-info/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070 +DateTime-5.5.dist-info/METADATA,sha256=W1k0PqPJ6SU6QTJAu40JPtHK8XeQRL0GGEpfVGPjWGI,33735 +DateTime-5.5.dist-info/RECORD,, +DateTime-5.5.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +DateTime-5.5.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +DateTime-5.5.dist-info/top_level.txt,sha256=iVdUvuV_RIkkMzsnPGNfwojRWvuonInryaK3hA5Hh0o,9 +DateTime/DateTime.py,sha256=65LbTcnrCSsDPGoGLVkk7NC3H8Kq-PjkC1fQVR33gE8,71364 +DateTime/DateTime.txt,sha256=KZFzxoQItLsar1ZDd2vZN74Y6L4a04H8jXMwqc8KjmY,22487 +DateTime/__init__.py,sha256=trlFzEmNkmUpxZT7krPSVDayDK1bRxToccg3CcCF8wg,714 +DateTime/__pycache__/DateTime.cpython-312.pyc,, +DateTime/__pycache__/__init__.cpython-312.pyc,, +DateTime/__pycache__/interfaces.cpython-312.pyc,, +DateTime/__pycache__/pytz_support.cpython-312.pyc,, +DateTime/interfaces.py,sha256=n47sexf1eQ6YMdYB_60PgHtSzYIj4FND-RmHFiNpm1E,12187 +DateTime/pytz.txt,sha256=9Phns9ESXs9MaOKxXztX6sJ09QczGxsbYoSRSllKUfk,5619 +DateTime/pytz_support.py,sha256=inR1SO0X17fp9C2GsRw99S_MhxKiEt5dOV3-TGsBxDI,11853 +DateTime/tests/__init__.py,sha256=H7Ixo1xp-8BlJ65u14hk5i_TKEmETyi2FmLMD6H-mpo,683 +DateTime/tests/__pycache__/__init__.cpython-312.pyc,, +DateTime/tests/__pycache__/test_datetime.cpython-312.pyc,, +DateTime/tests/julian_testdata.txt,sha256=qxvLvabVB9ayhh5UHBvPhuqW5mRL_lizzbUh6lc3d4I,1397 +DateTime/tests/test_datetime.py,sha256=dsrfAqQpz1od1bOVPvSYfZAlduJpJIpc2F_hdN7WRAU,30385 diff --git a/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/WHEEL new file mode 100644 index 0000000..98c0d20 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.42.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/top_level.txt new file mode 100644 index 0000000..1b8c206 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime-5.5.dist-info/top_level.txt @@ -0,0 +1 @@ +DateTime diff --git a/llmlab/lib/python3.12/site-packages/DateTime/DateTime.py b/llmlab/lib/python3.12/site-packages/DateTime/DateTime.py new file mode 100644 index 0000000..fc289e6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/DateTime.py @@ -0,0 +1,1948 @@ +############################################################################## +# +# Copyright (c) 2002 Zope Foundation and Contributors. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE +# +############################################################################## + +import copyreg as copy_reg +import math +import re +from datetime import datetime +from time import altzone +from time import daylight +from time import gmtime +from time import localtime +from time import time +from time import timezone +from time import tzname + +from zope.interface import implementer + +from .interfaces import DateError +from .interfaces import DateTimeError +from .interfaces import IDateTime +from .interfaces import SyntaxError +from .interfaces import TimeError +from .pytz_support import PytzCache + + +basestring = str +long = int +explicit_unicode_type = type(None) + +default_datefmt = None + + +def getDefaultDateFormat(): + global default_datefmt + if default_datefmt is None: + try: + from App.config import getConfiguration + default_datefmt = getConfiguration().datetime_format + return default_datefmt + except Exception: + return 'us' + else: + return default_datefmt + + +# To control rounding errors, we round system time to the nearest +# microsecond. Then delicate calculations can rely on the fact that the +# maximum precision that needs to be preserved is known. +_system_time = time + + +def time(): + return round(_system_time(), 6) + + +# Determine machine epoch +tm = ((0, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334), + (0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335)) +yr, mo, dy, hr, mn, sc = gmtime(0)[:6] +i = int(yr - 1) +to_year = int(i * 365 + i // 4 - i // 100 + i // 400 - 693960.0) +to_month = tm[yr % 4 == 0 and (yr % 100 != 0 or yr % 400 == 0)][mo] +EPOCH = ((to_year + to_month + dy + + (hr / 24.0 + mn / 1440.0 + sc / 86400.0)) * 86400) +jd1901 = 2415385 + +_TZINFO = PytzCache() + +INT_PATTERN = re.compile(r'([0-9]+)') +FLT_PATTERN = re.compile(r':([0-9]+\.[0-9]+)') +NAME_PATTERN = re.compile(r'([a-zA-Z]+)', re.I) +SPACE_CHARS = ' \t\n' +DELIMITERS = '-/.:,+' + +_MONTH_LEN = ((0, 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31), + (0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31)) +_MONTHS = ('', 'January', 'February', 'March', 'April', 'May', 'June', + 'July', 'August', 'September', 'October', 'November', 'December') +_MONTHS_A = ('', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', + 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec') +_MONTHS_P = ('', 'Jan.', 'Feb.', 'Mar.', 'Apr.', 'May', 'June', + 'July', 'Aug.', 'Sep.', 'Oct.', 'Nov.', 'Dec.') +_MONTHMAP = {'january': 1, 'jan': 1, + 'february': 2, 'feb': 2, + 'march': 3, 'mar': 3, + 'april': 4, 'apr': 4, + 'may': 5, + 'june': 6, 'jun': 6, + 'july': 7, 'jul': 7, + 'august': 8, 'aug': 8, + 'september': 9, 'sep': 9, 'sept': 9, + 'october': 10, 'oct': 10, + 'november': 11, 'nov': 11, + 'december': 12, 'dec': 12} +_DAYS = ('Sunday', 'Monday', 'Tuesday', 'Wednesday', + 'Thursday', 'Friday', 'Saturday') +_DAYS_A = ('Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat') +_DAYS_P = ('Sun.', 'Mon.', 'Tue.', 'Wed.', 'Thu.', 'Fri.', 'Sat.') +_DAYMAP = {'sunday': 1, 'sun': 1, + 'monday': 2, 'mon': 2, + 'tuesday': 3, 'tues': 3, 'tue': 3, + 'wednesday': 4, 'wed': 4, + 'thursday': 5, 'thurs': 5, 'thur': 5, 'thu': 5, + 'friday': 6, 'fri': 6, + 'saturday': 7, 'sat': 7} + +numericTimeZoneMatch = re.compile(r'[+-][0-9][0-9][0-9][0-9]').match +iso8601Match = re.compile(r''' + (?P\d\d\d\d) # four digits year + (?:-? # one optional dash + (?: # followed by: + (?P\d\d\d # three digits year day + (?!\d)) # when there is no fourth digit + | # or: + W # one W + (?P\d\d) # two digits week + (?:-? # one optional dash + (?P\d) # one digit week day + )? # week day is optional + | # or: + (?P\d\d)? # two digits month + (?:-? # one optional dash + (?P\d\d)? # two digits day + )? # after day is optional + ) # + )? # after year is optional + (?:[T ] # one T or one whitespace + (?P\d\d) # two digits hour + (?::? # one optional colon + (?P\d\d)? # two digits minute + (?::? # one optional colon + (?P\d\d)? # two digits second + (?:[.,] # one dot or one comma + (?P\d+) # n digits fraction + )? # after second is optional + )? # after minute is optional + )? # after hour is optional + (?: # timezone: + (?PZ) # one Z + | # or: + (?P[-+]) # one plus or one minus as signal + (?P\d # one digit for hour offset... + (?:\d(?!\d$) # ...or two, if not the last two digits + )?) # second hour offset digit is optional + (?::? # one optional colon + (?P\d\d) # two digits minute offset + )? # after hour offset is optional + )? # timezone is optional + )? # time is optional + (?P.*) # store the extra garbage +''', re.VERBOSE).match + + +def _findLocalTimeZoneName(isDST): + if not daylight: + # Daylight savings does not occur in this time zone. + isDST = 0 + try: + # Get the name of the current time zone depending + # on DST. + _localzone = PytzCache._zmap[tzname[isDST].lower()] + except BaseException: + try: + # Generate a GMT-offset zone name. + if isDST: + localzone = altzone + else: + localzone = timezone + offset = (-localzone / 3600.0) + majorOffset = int(offset) + if majorOffset != 0: + minorOffset = abs(int((offset % majorOffset) * 60.0)) + else: + minorOffset = 0 + m = majorOffset >= 0 and '+' or '' + lz = '%s%0.02d%0.02d' % (m, majorOffset, minorOffset) + _localzone = PytzCache._zmap[('GMT%s' % lz).lower()] + except BaseException: + _localzone = '' + return _localzone + + +_localzone0 = _findLocalTimeZoneName(0) +_localzone1 = _findLocalTimeZoneName(1) +_multipleZones = (_localzone0 != _localzone1) + +# Some utility functions for calculating dates: + + +def _calcSD(t): + # Returns timezone-independent days since epoch and the fractional + # part of the days. + dd = t + EPOCH - 86400.0 + d = dd / 86400.0 + s = d - math.floor(d) + return s, d + + +def _calcDependentSecond(tz, t): + # Calculates the timezone-dependent second (integer part only) + # from the timezone-independent second. + fset = _tzoffset(tz, t) + return fset + long(math.floor(t)) + long(EPOCH) - 86400 + + +def _calcDependentSecond2(yr, mo, dy, hr, mn, sc): + # Calculates the timezone-dependent second (integer part only) + # from the date given. + ss = int(hr) * 3600 + int(mn) * 60 + int(sc) + x = long(_julianday(yr, mo, dy) - jd1901) * 86400 + ss + return x + + +def _calcIndependentSecondEtc(tz, x, ms): + # Derive the timezone-independent second from the timezone + # dependent second. + fsetAtEpoch = _tzoffset(tz, 0.0) + nearTime = x - fsetAtEpoch - long(EPOCH) + 86400 + ms + # nearTime is now within an hour of being correct. + # Recalculate t according to DST. + fset = long(_tzoffset(tz, nearTime)) + d = (x - fset) / 86400.0 + (ms / 86400.0) + t = x - fset - long(EPOCH) + 86400 + ms + micros = (x + 86400 - fset) * 1000000 + \ + long(round(ms * 1000000.0)) - long(EPOCH * 1000000.0) + s = d - math.floor(d) + return (s, d, t, micros) + + +def _calcHMS(x, ms): + # hours, minutes, seconds from integer and float. + hr = x // 3600 + x = x - hr * 3600 + mn = x // 60 + sc = x - mn * 60 + ms + return (hr, mn, sc) + + +def _calcYMDHMS(x, ms): + # x is a timezone-dependent integer of seconds. + # Produces yr,mo,dy,hr,mn,sc. + yr, mo, dy = _calendarday(x // 86400 + jd1901) + x = int(x - (x // 86400) * 86400) + hr = x // 3600 + x = x - hr * 3600 + mn = x // 60 + sc = x - mn * 60 + ms + return (yr, mo, dy, hr, mn, sc) + + +def _julianday(yr, mo, dy): + y, m, d = long(yr), long(mo), long(dy) + if m > 12: + y = y + m // 12 + m = m % 12 + elif m < 1: + m = -m + y = y - m // 12 - 1 + m = 12 - m % 12 + if y > 0: + yr_correct = 0 + else: + yr_correct = 3 + if m < 3: + y, m = y - 1, m + 12 + if y * 10000 + m * 100 + d > 15821014: + b = 2 - y // 100 + y // 400 + else: + b = 0 + return ((1461 * y - yr_correct) // 4 + + 306001 * (m + 1) // 10000 + d + 1720994 + b) + + +def _calendarday(j): + j = long(j) + if (j < 2299160): + b = j + 1525 + else: + a = (4 * j - 7468861) // 146097 + b = j + 1526 + a - a // 4 + c = (20 * b - 2442) // 7305 + d = 1461 * c // 4 + e = 10000 * (b - d) // 306001 + dy = int(b - d - 306001 * e // 10000) + mo = (e < 14) and int(e - 1) or int(e - 13) + yr = (mo > 2) and (c - 4716) or (c - 4715) + return (int(yr), int(mo), int(dy)) + + +def _tzoffset(tz, t): + """Returns the offset in seconds to GMT from a specific timezone (tz) at + a specific time (t). NB! The _tzoffset result is the same same sign as + the time zone, i.e. GMT+2 has a 7200 second offset. This is the opposite + sign of time.timezone which (confusingly) is -7200 for GMT+2.""" + try: + return _TZINFO[tz].info(t)[0] + except Exception: + if numericTimeZoneMatch(tz) is not None: + return int(tz[0:3]) * 3600 + int(tz[0] + tz[3:5]) * 60 + else: + return 0 # ?? + + +def _correctYear(year): + # Y2K patch. + if year >= 0 and year < 100: + # 00-69 means 2000-2069, 70-99 means 1970-1999. + if year < 70: + year = 2000 + year + else: + year = 1900 + year + return year + + +def safegmtime(t): + '''gmtime with a safety zone.''' + try: + return gmtime(t) + except (ValueError, OverflowError): + raise TimeError('The time %f is beyond the range of this Python ' + 'implementation.' % float(t)) + + +def safelocaltime(t): + '''localtime with a safety zone.''' + try: + return localtime(t) + except (ValueError, OverflowError): + raise TimeError('The time %f is beyond the range of this Python ' + 'implementation.' % float(t)) + + +def _tzoffset2rfc822zone(seconds): + """Takes an offset, such as from _tzoffset(), and returns an rfc822 + compliant zone specification. Please note that the result of + _tzoffset() is the negative of what time.localzone and time.altzone is. + """ + return "%+03d%02d" % divmod((seconds // 60), 60) + + +def _tzoffset2iso8601zone(seconds): + """Takes an offset, such as from _tzoffset(), and returns an ISO 8601 + compliant zone specification. Please note that the result of + _tzoffset() is the negative of what time.localzone and time.altzone is. + """ + return "%+03d:%02d" % divmod((seconds // 60), 60) + + +def Timezones(): + """Return the list of recognized timezone names""" + return sorted(list(PytzCache._zmap.values())) + + +class strftimeFormatter: + + def __init__(self, dt, format): + self.dt = dt + self.format = format + + def __call__(self): + return self.dt.strftime(self.format) + + +@implementer(IDateTime) +class DateTime: + """DateTime objects represent instants in time and provide + interfaces for controlling its representation without + affecting the absolute value of the object. + + DateTime objects may be created from a wide variety of string + or numeric data, or may be computed from other DateTime objects. + DateTimes support the ability to convert their representations + to many major timezones, as well as the ability to create a + DateTime object in the context of a given timezone. + + DateTime objects provide partial numerical behavior: + + - Two date-time objects can be subtracted to obtain a time, + in days between the two. + + - A date-time object and a positive or negative number may + be added to obtain a new date-time object that is the given + number of days later than the input date-time object. + + - A positive or negative number and a date-time object may + be added to obtain a new date-time object that is the given + number of days later than the input date-time object. + + - A positive or negative number may be subtracted from a + date-time object to obtain a new date-time object that is + the given number of days earlier than the input date-time + object. + + DateTime objects may be converted to integer, long, or float + numbers of days since January 1, 1901, using the standard int, + long, and float functions (Compatibility Note: int, long and + float return the number of days since 1901 in GMT rather than + local machine timezone). DateTime objects also provide access + to their value in a float format usable with the Python time + module, provided that the value of the object falls in the + range of the epoch-based time module, and as a datetime.datetime + object. + + A DateTime object should be considered immutable; all conversion + and numeric operations return a new DateTime object rather than + modify the current object.""" + + # For security machinery: + __roles__ = None + __allow_access_to_unprotected_subobjects__ = 1 + + # Limit the amount of instance attributes + __slots__ = ( + '_timezone_naive', + '_tz', + '_dayoffset', + '_year', + '_month', + '_day', + '_hour', + '_minute', + '_second', + '_nearsec', + '_d', + '_micros', + 'time', + ) + + def __init__(self, *args, **kw): + """Return a new date-time object""" + try: + return self._parse_args(*args, **kw) + except (DateError, TimeError, DateTimeError): + raise + except Exception: + raise SyntaxError('Unable to parse {}, {}'.format(args, kw)) + + def __getstate__(self): + return (self._micros, + getattr(self, '_timezone_naive', False), + self._tz) + + def __setstate__(self, value): + if isinstance(value, tuple): + micros, tz_naive, tz = value + if isinstance(micros, float): + # BBB: support for pickle where micros was a float + micros = int(micros * 1000000) + self._parse_args(micros / 1000000., tz) + self._micros = micros + self._timezone_naive = tz_naive + else: + for k, v in value.items(): + if k in self.__slots__: + setattr(self, k, v) + # BBB: support for very old DateTime pickles + if '_micros' not in value: + self._micros = long(value['_t'] * 1000000) + if '_timezone_naive' not in value: + self._timezone_naive = False + + def _parse_args(self, *args, **kw): + """Return a new date-time object. + + A DateTime object always maintains its value as an absolute + UTC time, and is represented in the context of some timezone + based on the arguments used to create the object. A DateTime + object's methods return values based on the timezone context. + + Note that in all cases the local machine timezone is used for + representation if no timezone is specified. + + DateTimes may be created with zero to seven arguments. + + - If the function is called with no arguments or with None, + then the current date/time is returned, represented in the + timezone of the local machine. + + - If the function is invoked with a single string argument + which is a recognized timezone name, an object representing + the current time is returned, represented in the specified + timezone. + + - If the function is invoked with a single string argument + representing a valid date/time, an object representing + that date/time will be returned. + + As a general rule, any date-time representation that is + recognized and unambiguous to a resident of North America + is acceptable. The reason for this qualification is that + in North America, a date like: 2/1/1994 is interpreted + as February 1, 1994, while in some parts of the world, + it is interpreted as January 2, 1994. + + A date/time string consists of two components, a date + component and an optional time component, separated by one + or more spaces. If the time component is omitted, 12:00am is + assumed. Any recognized timezone name specified as the final + element of the date/time string will be used for computing + the date/time value. If you create a DateTime with the + string 'Mar 9, 1997 1:45pm US/Pacific', the value will + essentially be the same as if you had captured time.time() + at the specified date and time on a machine in that timezone: + +
+            e = DateTime('US/Eastern')
+            # returns current date/time, represented in US/Eastern.
+
+            x = DateTime('1997/3/9 1:45pm')
+            # returns specified time, represented in local machine zone.
+
+            y = DateTime('Mar 9, 1997 13:45:00')
+            # y is equal to x
+            
+ + The date component consists of year, month, and day + values. The year value must be a one-, two-, or + four-digit integer. If a one- or two-digit year is + used, the year is assumed to be in the twentieth + century. The month may be an integer, from 1 to 12, a + month name, or a month abbreviation, where a period may + optionally follow the abbreviation. The day must be an + integer from 1 to the number of days in the month. The + year, month, and day values may be separated by + periods, hyphens, forward slashes, or spaces. Extra + spaces are permitted around the delimiters. Year, + month, and day values may be given in any order as long + as it is possible to distinguish the components. If all + three components are numbers that are less than 13, + then a month-day-year ordering is assumed. + + The time component consists of hour, minute, and second + values separated by colons. The hour value must be an + integer between 0 and 23 inclusively. The minute value + must be an integer between 0 and 59 inclusively. The + second value may be an integer value between 0 and + 59.999 inclusively. The second value or both the minute + and second values may be omitted. The time may be + followed by am or pm in upper or lower case, in which + case a 12-hour clock is assumed. + + New in Zope 2.4: + The DateTime constructor automatically detects and handles + ISO8601 compliant dates (YYYY-MM-DDThh:ss:mmTZD). + + New in Zope 2.9.6: + The existing ISO8601 parser was extended to support almost + the whole ISO8601 specification. New formats includes: + +
+            y = DateTime('1993-045')
+            # returns the 45th day from 1993, which is 14th February
+
+            w = DateTime('1993-W06-7')
+            # returns the 7th day from the 6th week from 1993, which
+            # is also 14th February
+            
+ + See http://en.wikipedia.org/wiki/ISO_8601 for full specs. + + Note that the Zope DateTime parser assumes timezone naive ISO + strings to be in UTC rather than local time as specified. + + - If the DateTime function is invoked with a single numeric + argument, the number is assumed to be a floating point value + such as that returned by time.time(). + + A DateTime object is returned that represents the GMT value + of the time.time() float represented in the local machine's + timezone. + + - If the DateTime function is invoked with a single argument + that is a DateTime instance, a copy of the passed object will + be created. + + - New in 2.11: + The DateTime function may now be invoked with a single argument + that is a datetime.datetime instance. DateTimes may be converted + back to datetime.datetime objects with asdatetime(). + DateTime instances may be converted to a timezone naive + datetime.datetime in UTC with utcdatetime(). + + - If the function is invoked with two numeric arguments, then + the first is taken to be an integer year and the second + argument is taken to be an offset in days from the beginning + of the year, in the context of the local machine timezone. + + The date-time value returned is the given offset number of + days from the beginning of the given year, represented in + the timezone of the local machine. The offset may be positive + or negative. + + Two-digit years are assumed to be in the twentieth + century. + + - If the function is invoked with two arguments, the first + a float representing a number of seconds past the epoch + in gmt (such as those returned by time.time()) and the + second a string naming a recognized timezone, a DateTime + with a value of that gmt time will be returned, represented + in the given timezone. + +
+            import time
+            t = time.time()
+
+            now_east = DateTime(t,'US/Eastern')
+            # Time t represented as US/Eastern
+
+            now_west = DateTime(t,'US/Pacific')
+            # Time t represented as US/Pacific
+
+            # now_east == now_west
+            # only their representations are different
+            
+ + - If the function is invoked with three or more numeric + arguments, then the first is taken to be an integer + year, the second is taken to be an integer month, and + the third is taken to be an integer day. If the + combination of values is not valid, then a + DateError is raised. Two-digit years are assumed + to be in the twentieth century. The fourth, fifth, and + sixth arguments specify a time in hours, minutes, and + seconds; hours and minutes should be positive integers + and seconds is a positive floating point value, all of + these default to zero if not given. An optional string may + be given as the final argument to indicate timezone (the + effect of this is as if you had taken the value of time.time() + at that time on a machine in the specified timezone). + + New in Zope 2.7: + A new keyword parameter "datefmt" can be passed to the + constructor. If set to "international", the constructor + is forced to treat ambiguous dates as "days before month + before year". This useful if you need to parse non-US + dates in a reliable way + + In any case that a floating point number of seconds is given + or derived, it's rounded to the nearest millisecond. + + If a string argument passed to the DateTime constructor cannot be + parsed, it will raise DateTime.SyntaxError. Invalid date components + will raise a DateError, while invalid time or timezone components + will raise a DateTimeError. + + The module function Timezones() will return a list of the (common) + timezones recognized by the DateTime module. Recognition of + timezone names is case-insensitive. + """ + + datefmt = kw.get('datefmt', getDefaultDateFormat()) + d = t = s = None + ac = len(args) + microsecs = None + + if ac == 10: + # Internal format called only by DateTime + yr, mo, dy, hr, mn, sc, tz, t, d, s = args + elif ac == 11: + # Internal format that includes milliseconds (from the epoch) + yr, mo, dy, hr, mn, sc, tz, t, d, s, millisecs = args + microsecs = millisecs * 1000 + + elif ac == 12: + # Internal format that includes microseconds (from the epoch) and a + # flag indicating whether this was constructed in a timezone naive + # manner + yr, mo, dy, hr, mn, sc, tz, t, d, s, microsecs, tznaive = args + if tznaive is not None: # preserve this information + self._timezone_naive = tznaive + + elif not args or (ac and args[0] is None): + # Current time, to be displayed in local timezone + t = time() + lt = safelocaltime(t) + tz = self.localZone(lt) + ms = (t - math.floor(t)) + s, d = _calcSD(t) + yr, mo, dy, hr, mn, sc = lt[:6] + sc = sc + ms + self._timezone_naive = False + + elif ac == 1: + arg = args[0] + + if arg == '': + raise SyntaxError(arg) + + if isinstance(arg, DateTime): + """Construct a new DateTime instance from a given + DateTime instance. + """ + t = arg.timeTime() + s, d = _calcSD(t) + yr, mo, dy, hr, mn, sc, tz = arg.parts() + + elif isinstance(arg, datetime): + yr, mo, dy, hr, mn, sc, numerictz, tznaive = \ + self._parse_iso8601_preserving_tznaive(arg.isoformat()) + if arg.tzinfo is None: + self._timezone_naive = True + tz = None + else: + self._timezone_naive = False + # if we have a pytz tzinfo, use the `zone` attribute + # as a key + tz = getattr(arg.tzinfo, 'zone', numerictz) + ms = sc - math.floor(sc) + x = _calcDependentSecond2(yr, mo, dy, hr, mn, sc) + + if tz: + try: + zone = _TZINFO[tz] + except DateTimeError: + try: + zone = _TZINFO[numerictz] + except DateTimeError: + raise DateTimeError( + 'Unknown time zone in date: %s' % arg) + tz = zone.tzinfo.zone + else: + tz = self._calcTimezoneName(x, ms) + s, d, t, microsecs = _calcIndependentSecondEtc(tz, x, ms) + + elif (isinstance(arg, basestring) and + arg.lower() in _TZINFO._zidx): + # Current time, to be displayed in specified timezone + t, tz = time(), _TZINFO._zmap[arg.lower()] + ms = (t - math.floor(t)) + # Use integer arithmetic as much as possible. + s, d = _calcSD(t) + x = _calcDependentSecond(tz, t) + yr, mo, dy, hr, mn, sc = _calcYMDHMS(x, ms) + + elif isinstance(arg, basestring): + # Date/time string + iso8601 = iso8601Match(arg.strip()) + fields_iso8601 = iso8601 and iso8601.groupdict() or {} + if fields_iso8601 and not fields_iso8601.get('garbage'): + yr, mo, dy, hr, mn, sc, tz, tznaive = \ + self._parse_iso8601_preserving_tznaive(arg) + self._timezone_naive = tznaive + else: + yr, mo, dy, hr, mn, sc, tz = self._parse(arg, datefmt) + + if not self._validDate(yr, mo, dy): + raise DateError('Invalid date: %s' % arg) + if not self._validTime(hr, mn, int(sc)): + raise TimeError('Invalid time: %s' % arg) + ms = sc - math.floor(sc) + x = _calcDependentSecond2(yr, mo, dy, hr, mn, sc) + + if tz: + try: + tz = _TZINFO._zmap[tz.lower()] + except KeyError: + if numericTimeZoneMatch(tz) is None: + raise DateTimeError( + 'Unknown time zone in date: %s' % arg) + else: + tz = self._calcTimezoneName(x, ms) + s, d, t, microsecs = _calcIndependentSecondEtc(tz, x, ms) + + else: + # Seconds from epoch, gmt + t = arg + lt = safelocaltime(t) + tz = self.localZone(lt) + ms = (t - math.floor(t)) + s, d = _calcSD(t) + yr, mo, dy, hr, mn, sc = lt[:6] + sc = sc + ms + + elif ac == 2: + if isinstance(args[1], basestring): + # Seconds from epoch (gmt) and timezone + t, tz = args + ms = (t - math.floor(t)) + try: + tz = _TZINFO._zmap[tz.lower()] + except KeyError: + if numericTimeZoneMatch(tz) is None: + raise DateTimeError('Unknown time zone: %s' % tz) + # Use integer arithmetic as much as possible. + s, d = _calcSD(t) + x = _calcDependentSecond(tz, t) + yr, mo, dy, hr, mn, sc = _calcYMDHMS(x, ms) + else: + # Year, julian expressed in local zone + t = time() + lt = safelocaltime(t) + tz = self.localZone(lt) + yr, jul = args + yr = _correctYear(yr) + d = (_julianday(yr, 1, 0) - jd1901) + jul + x_float = d * 86400.0 + x_floor = math.floor(x_float) + ms = x_float - x_floor + x = long(x_floor) + yr, mo, dy, hr, mn, sc = _calcYMDHMS(x, ms) + s, d, t, microsecs = _calcIndependentSecondEtc(tz, x, ms) + else: + # Explicit format + yr, mo, dy = args[:3] + hr, mn, sc, tz = 0, 0, 0, 0 + yr = _correctYear(yr) + if not self._validDate(yr, mo, dy): + raise DateError('Invalid date: {}'.format(args)) + args = args[3:] + if args: + hr, args = args[0], args[1:] + if args: + mn, args = args[0], args[1:] + if args: + sc, args = args[0], args[1:] + if args: + tz, args = args[0], args[1:] + if args: + raise DateTimeError('Too many arguments') + if not self._validTime(hr, mn, sc): + raise TimeError('Invalid time: %s' % repr(args)) + + x = _calcDependentSecond2(yr, mo, dy, hr, mn, sc) + ms = sc - math.floor(sc) + if tz: + try: + tz = _TZINFO._zmap[tz.lower()] + except KeyError: + if numericTimeZoneMatch(tz) is None: + raise DateTimeError('Unknown time zone: %s' % tz) + else: + # Get local time zone name + tz = self._calcTimezoneName(x, ms) + s, d, t, microsecs = _calcIndependentSecondEtc(tz, x, ms) + + self._dayoffset = int((_julianday(yr, mo, dy) + 2) % 7) + # Round to nearest microsecond in platform-independent way. You + # cannot rely on C sprintf (Python '%') formatting to round + # consistently; doing it ourselves ensures that all but truly + # horrid C sprintf implementations will yield the same result + # cross-platform, provided the format asks for exactly 6 digits after + # the decimal point. + sc = round(sc, 6) + if sc >= 60.0: # can happen if, e.g., orig sc was 59.9999999 + sc = 59.999999 + self._nearsec = math.floor(sc) + self._year, self._month, self._day = yr, mo, dy + self._hour, self._minute, self._second = hr, mn, sc + self.time, self._d, self._tz = s, d, tz + # self._micros is the time since the epoch + # in long integer microseconds. + if microsecs is None: + microsecs = long(round(t * 1000000.0)) + self._micros = microsecs + + def localZone(self, ltm=None): + '''Returns the time zone on the given date. The time zone + can change according to daylight savings.''' + if not _multipleZones: + return _localzone0 + if ltm is None: + ltm = localtime(time()) + isDST = ltm[8] + lz = isDST and _localzone1 or _localzone0 + return lz + + def _calcTimezoneName(self, x, ms): + # Derive the name of the local time zone at the given + # timezone-dependent second. + if not _multipleZones: + return _localzone0 + fsetAtEpoch = _tzoffset(_localzone0, 0.0) + nearTime = x - fsetAtEpoch - long(EPOCH) + 86400 + ms + # nearTime is within an hour of being correct. + try: + ltm = safelocaltime(nearTime) + except BaseException: + # We are beyond the range of Python's date support. + # Hopefully we can assume that daylight savings schedules + # repeat every 28 years. Calculate the name of the + # time zone using a supported range of years. + yr, mo, dy, hr, mn, sc = _calcYMDHMS(x, 0) + yr = ((yr - 1970) % 28) + 1970 + x = _calcDependentSecond2(yr, mo, dy, hr, mn, sc) + nearTime = x - fsetAtEpoch - long(EPOCH) + 86400 + ms + + # nearTime might still be negative if we are east of Greenwich. + # But we can assume on 1969/12/31 were no timezone changes. + nearTime = max(0, nearTime) + + ltm = safelocaltime(nearTime) + tz = self.localZone(ltm) + return tz + + def _parse(self, st, datefmt=getDefaultDateFormat()): + # Parse date-time components from a string + month = year = tz = tm = None + ValidZones = _TZINFO._zidx + TimeModifiers = ['am', 'pm'] + + # Find timezone first, since it should always be the last + # element, and may contain a slash, confusing the parser. + st = st.strip() + sp = st.split() + tz = sp[-1] + if tz and (tz.lower() in ValidZones): + self._timezone_naive = False + st = ' '.join(sp[:-1]) + else: + self._timezone_naive = True + tz = None # Decide later, since the default time zone + # could depend on the date. + + ints = [] + i = 0 + len_st = len(st) + while i < len_st: + while i < len_st and st[i] in SPACE_CHARS: + i += 1 + if i < len_st and st[i] in DELIMITERS: + d = st[i] + i += 1 + else: + d = '' + while i < len_st and st[i] in SPACE_CHARS: + i += 1 + + # The float pattern needs to look back 1 character, because it + # actually looks for a preceding colon like ':33.33'. This is + # needed to avoid accidentally matching the date part of a + # dot-separated date string such as '1999.12.31'. + if i > 0: + b = i - 1 + else: + b = i + + ts_results = FLT_PATTERN.match(st, b) + if ts_results: + s = ts_results.group(1) + i = i + len(s) + ints.append(float(s)) + continue + + ts_results = INT_PATTERN.match(st, i) + if ts_results: + s = ts_results.group(0) + + ls = len(s) + i = i + ls + if (ls == 4 and d and d in '+-' and + (len(ints) + (not not month) >= 3)): + tz = '{}{}'.format(d, s) + else: + v = int(s) + ints.append(v) + continue + + ts_results = NAME_PATTERN.match(st, i) + if ts_results: + s = ts_results.group(0).lower() + i = i + len(s) + if i < len_st and st[i] == '.': + i += 1 + # Check for month name: + _v = _MONTHMAP.get(s) + if _v is not None: + if month is None: + month = _v + else: + raise SyntaxError(st) + continue + # Check for time modifier: + if s in TimeModifiers: + if tm is None: + tm = s + else: + raise SyntaxError(st) + continue + # Check for and skip day of week: + if s in _DAYMAP: + continue + + raise SyntaxError(st) + + day = None + if ints[-1] > 60 and d not in ('.', ':', '/') and len(ints) > 2: + year = ints[-1] + del ints[-1] + if month: + day = ints[0] + del ints[:1] + else: + if datefmt == "us": + month = ints[0] + day = ints[1] + else: + month = ints[1] + day = ints[0] + del ints[:2] + elif month: + if len(ints) > 1: + if ints[0] > 31: + year = ints[0] + day = ints[1] + else: + year = ints[1] + day = ints[0] + del ints[:2] + elif len(ints) > 2: + if ints[0] > 31: + year = ints[0] + if ints[1] > 12: + day = ints[1] + month = ints[2] + else: + day = ints[2] + month = ints[1] + if ints[1] > 31: + year = ints[1] + if ints[0] > 12 and ints[2] <= 12: + day = ints[0] + month = ints[2] + elif ints[2] > 12 and ints[0] <= 12: + day = ints[2] + month = ints[0] + elif ints[2] > 31: + year = ints[2] + if ints[0] > 12: + day = ints[0] + month = ints[1] + else: + if datefmt == "us": + day = ints[1] + month = ints[0] + else: + day = ints[0] + month = ints[1] + + elif ints[0] <= 12: + month = ints[0] + day = ints[1] + year = ints[2] + del ints[:3] + + if day is None: + # Use today's date. + year, month, day = localtime(time())[:3] + + year = _correctYear(year) + if year < 1000: + raise SyntaxError(st) + + leap = year % 4 == 0 and (year % 100 != 0 or year % 400 == 0) + try: + if not day or day > _MONTH_LEN[leap][month]: + raise DateError(st) + except IndexError: + raise DateError(st) + + tod = 0 + if ints: + i = ints[0] + # Modify hour to reflect am/pm + if tm and (tm == 'pm') and i < 12: + i += 12 + if tm and (tm == 'am') and i == 12: + i = 0 + if i > 24: + raise TimeError(st) + tod = tod + int(i) * 3600 + del ints[0] + if ints: + i = ints[0] + if i > 60: + raise TimeError(st) + tod = tod + int(i) * 60 + del ints[0] + if ints: + i = ints[0] + if i > 60: + raise TimeError(st) + tod = tod + i + del ints[0] + if ints: + raise SyntaxError(st) + + tod_int = int(math.floor(tod)) + ms = tod - tod_int + hr, mn, sc = _calcHMS(tod_int, ms) + if not tz: + # Figure out what time zone it is in the local area + # on the given date. + x = _calcDependentSecond2(year, month, day, hr, mn, sc) + tz = self._calcTimezoneName(x, ms) + + return year, month, day, hr, mn, sc, tz + + # Internal methods + def _validDate(self, y, m, d): + if m < 1 or m > 12 or y < 0 or d < 1 or d > 31: + return 0 + return d <= _MONTH_LEN[ + (y % 4 == 0 and (y % 100 != 0 or y % 400 == 0))][m] + + def _validTime(self, h, m, s): + return h >= 0 and h <= 23 and m >= 0 and m <= 59 and s >= 0 and s < 60 + + def __getattr__(self, name): + if '%' in name: + return strftimeFormatter(self, name) + raise AttributeError(name) + + # Conversion and comparison methods + + def timeTime(self): + """Return the date/time as a floating-point number in UTC, + in the format used by the Python time module. + + Note that it is possible to create date/time values with + DateTime that have no meaningful value to the time module. + """ + return self._micros / 1000000.0 + + def toZone(self, z): + """Return a DateTime with the value as the current + object, represented in the indicated timezone. + """ + t, tz = self._t, _TZINFO._zmap[z.lower()] + micros = self.micros() + tznaive = False # you're performing a timzone change, can't be naive + + try: + # Try to use time module for speed. + yr, mo, dy, hr, mn, sc = safegmtime(t + _tzoffset(tz, t))[:6] + sc = self._second + return self.__class__(yr, mo, dy, hr, mn, sc, tz, t, + self._d, self.time, micros, tznaive) + except Exception: + # gmtime can't perform the calculation in the given range. + # Calculate the difference between the two time zones. + tzdiff = _tzoffset(tz, t) - _tzoffset(self._tz, t) + if tzdiff == 0: + return self + sc = self._second + ms = sc - math.floor(sc) + x = _calcDependentSecond2(self._year, self._month, self._day, + self._hour, self._minute, sc) + x_new = x + tzdiff + yr, mo, dy, hr, mn, sc = _calcYMDHMS(x_new, ms) + return self.__class__(yr, mo, dy, hr, mn, sc, tz, t, + self._d, self.time, micros, tznaive) + + def isFuture(self): + """Return true if this object represents a date/time + later than the time of the call. + """ + return (self._t > time()) + + def isPast(self): + """Return true if this object represents a date/time + earlier than the time of the call. + """ + return (self._t < time()) + + def isCurrentYear(self): + """Return true if this object represents a date/time + that falls within the current year, in the context + of this object's timezone representation. + """ + t = time() + return safegmtime(t + _tzoffset(self._tz, t))[0] == self._year + + def isCurrentMonth(self): + """Return true if this object represents a date/time + that falls within the current month, in the context + of this object's timezone representation. + """ + t = time() + gmt = safegmtime(t + _tzoffset(self._tz, t)) + return gmt[0] == self._year and gmt[1] == self._month + + def isCurrentDay(self): + """Return true if this object represents a date/time + that falls within the current day, in the context + of this object's timezone representation. + """ + t = time() + gmt = safegmtime(t + _tzoffset(self._tz, t)) + return (gmt[0] == self._year and gmt[1] == self._month and + gmt[2] == self._day) + + def isCurrentHour(self): + """Return true if this object represents a date/time + that falls within the current hour, in the context + of this object's timezone representation. + """ + t = time() + gmt = safegmtime(t + _tzoffset(self._tz, t)) + return (gmt[0] == self._year and gmt[1] == self._month and + gmt[2] == self._day and gmt[3] == self._hour) + + def isCurrentMinute(self): + """Return true if this object represents a date/time + that falls within the current minute, in the context + of this object's timezone representation. + """ + t = time() + gmt = safegmtime(t + _tzoffset(self._tz, t)) + return (gmt[0] == self._year and gmt[1] == self._month and + gmt[2] == self._day and gmt[3] == self._hour and + gmt[4] == self._minute) + + def earliestTime(self): + """Return a new DateTime object that represents the earliest + possible time (in whole seconds) that still falls within + the current object's day, in the object's timezone context. + """ + return self.__class__( + self._year, self._month, self._day, 0, 0, 0, self._tz) + + def latestTime(self): + """Return a new DateTime object that represents the latest + possible time (in whole seconds) that still falls within + the current object's day, in the object's timezone context. + """ + return self.__class__( + self._year, self._month, self._day, 23, 59, 59, self._tz) + + def greaterThan(self, t): + """Compare this DateTime object to another DateTime object + OR a floating point number such as that which is returned + by the Python time module. + + Returns true if the object represents a date/time greater + than the specified DateTime or time module style time. + + Revised to give more correct results through comparison of + long integer microseconds. + """ + if t is None: + return True + if isinstance(t, (float, int)): + return self._micros > long(t * 1000000) + try: + return self._micros > t._micros + except AttributeError: + return self._micros > t + + __gt__ = greaterThan + + def greaterThanEqualTo(self, t): + """Compare this DateTime object to another DateTime object + OR a floating point number such as that which is returned + by the Python time module. + + Returns true if the object represents a date/time greater + than or equal to the specified DateTime or time module style + time. + + Revised to give more correct results through comparison of + long integer microseconds. + """ + if t is None: + return True + if isinstance(t, (float, int)): + return self._micros >= long(t * 1000000) + try: + return self._micros >= t._micros + except AttributeError: + return self._micros >= t + + __ge__ = greaterThanEqualTo + + def equalTo(self, t): + """Compare this DateTime object to another DateTime object + OR a floating point number such as that which is returned + by the Python time module. + + Returns true if the object represents a date/time equal to + the specified DateTime or time module style time. + + Revised to give more correct results through comparison of + long integer microseconds. + """ + if t is None: + return False + if isinstance(t, (float, int)): + return self._micros == long(t * 1000000) + try: + return self._micros == t._micros + except AttributeError: + return self._micros == t + + def notEqualTo(self, t): + """Compare this DateTime object to another DateTime object + OR a floating point number such as that which is returned + by the Python time module. + + Returns true if the object represents a date/time not equal + to the specified DateTime or time module style time. + + Revised to give more correct results through comparison of + long integer microseconds. + """ + return not self.equalTo(t) + + def __eq__(self, t): + """Compare this DateTime object to another DateTime object. + Return True if their internal state is the same. Two objects + representing the same time in different timezones are regared as + unequal. Use the equalTo method if you are only interested in them + referring to the same moment in time. + """ + if not isinstance(t, DateTime): + return False + return (self._micros, self._tz) == (t._micros, t._tz) + + def __ne__(self, t): + return not self.__eq__(t) + + def lessThan(self, t): + """Compare this DateTime object to another DateTime object + OR a floating point number such as that which is returned + by the Python time module. + + Returns true if the object represents a date/time less than + the specified DateTime or time module style time. + + Revised to give more correct results through comparison of + long integer microseconds. + """ + if t is None: + return False + if isinstance(t, (float, int)): + return self._micros < long(t * 1000000) + try: + return self._micros < t._micros + except AttributeError: + return self._micros < t + + __lt__ = lessThan + + def lessThanEqualTo(self, t): + """Compare this DateTime object to another DateTime object + OR a floating point number such as that which is returned + by the Python time module. + + Returns true if the object represents a date/time less than + or equal to the specified DateTime or time module style time. + + Revised to give more correct results through comparison of + long integer microseconds. + """ + if t is None: + return False + if isinstance(t, (float, int)): + return self._micros <= long(t * 1000000) + try: + return self._micros <= t._micros + except AttributeError: + return self._micros <= t + + __le__ = lessThanEqualTo + + def isLeapYear(self): + """Return true if the current year (in the context of the + object's timezone) is a leap year. + """ + return (self._year % 4 == 0 and + (self._year % 100 != 0 or self._year % 400 == 0)) + + def dayOfYear(self): + """Return the day of the year, in context of the timezone + representation of the object. + """ + d = int(self._d + (_tzoffset(self._tz, self._t) / 86400.0)) + return int((d + jd1901) - _julianday(self._year, 1, 0)) + + # Component access + def parts(self): + """Return a tuple containing the calendar year, month, + day, hour, minute second and timezone of the object. + """ + return (self._year, self._month, self._day, self._hour, + self._minute, self._second, self._tz) + + def timezone(self): + """Return the timezone in which the object is represented.""" + return self._tz + + def tzoffset(self): + """Return the timezone offset for the objects timezone.""" + return _tzoffset(self._tz, self._t) + + def year(self): + """Return the calendar year of the object.""" + return self._year + + def month(self): + """Return the month of the object as an integer.""" + return self._month + + @property + def _fmon(self): + return _MONTHS[self._month] + + def Month(self): + """Return the full month name.""" + return self._fmon + + @property + def _amon(self): + return _MONTHS_A[self._month] + + def aMonth(self): + """Return the abbreviated month name.""" + return self._amon + + def Mon(self): + """Compatibility: see aMonth.""" + return self._amon + + @property + def _pmon(self): + return _MONTHS_P[self._month] + + def pMonth(self): + """Return the abbreviated (with period) month name.""" + return self._pmon + + def Mon_(self): + """Compatibility: see pMonth.""" + return self._pmon + + def day(self): + """Return the integer day.""" + return self._day + + @property + def _fday(self): + return _DAYS[self._dayoffset] + + def Day(self): + """Return the full name of the day of the week.""" + return self._fday + + def DayOfWeek(self): + """Compatibility: see Day.""" + return self._fday + + @property + def _aday(self): + return _DAYS_A[self._dayoffset] + + def aDay(self): + """Return the abbreviated name of the day of the week.""" + return self._aday + + @property + def _pday(self): + return _DAYS_P[self._dayoffset] + + def pDay(self): + """Return the abbreviated (with period) name of the day of the week.""" + return self._pday + + def Day_(self): + """Compatibility: see pDay.""" + return self._pday + + def dow(self): + """Return the integer day of the week, where Sunday is 0.""" + return self._dayoffset + + def dow_1(self): + """Return the integer day of the week, where Sunday is 1.""" + return self._dayoffset + 1 + + @property + def _pmhour(self): + hr = self._hour + if hr > 12: + return hr - 12 + return hr or 12 + + def h_12(self): + """Return the 12-hour clock representation of the hour.""" + return self._pmhour + + def h_24(self): + """Return the 24-hour clock representation of the hour.""" + return self._hour + + @property + def _pm(self): + hr = self._hour + if hr >= 12: + return 'pm' + return 'am' + + def ampm(self): + """Return the appropriate time modifier (am or pm).""" + return self._pm + + def hour(self): + """Return the 24-hour clock representation of the hour.""" + return self._hour + + def minute(self): + """Return the minute.""" + return self._minute + + def second(self): + """Return the second.""" + return self._second + + def millis(self): + """Return the millisecond since the epoch in GMT.""" + return self._micros // 1000 + + def micros(self): + """Return the microsecond since the epoch in GMT.""" + return self._micros + + def timezoneNaive(self): + """The Python datetime module introduces the idea of distinguishing + between timezone aware and timezone naive datetime values. For lossless + conversion to and from datetime.datetime we record this + information using True / False. DateTime makes no distinction, if we + don't have any information we return None here. + """ + try: + return self._timezone_naive + except AttributeError: + return None + + def strftime(self, format): + """Format the date/time using the *current timezone representation*.""" + x = _calcDependentSecond2(self._year, self._month, self._day, + self._hour, self._minute, self._second) + ltz = self._calcTimezoneName(x, 0) + tzdiff = _tzoffset(ltz, self._t) - _tzoffset(self._tz, self._t) + zself = self + tzdiff / 86400.0 + microseconds = int((zself._second - zself._nearsec) * 1000000) + unicode_format = False + if isinstance(format, explicit_unicode_type): + format = format.encode('utf-8') + unicode_format = True + ds = datetime(zself._year, zself._month, zself._day, zself._hour, + zself._minute, int(zself._nearsec), + microseconds).strftime(format) + if unicode_format: + return ds.decode('utf-8') + return ds + + # General formats from previous DateTime + def Date(self): + """Return the date string for the object.""" + return "%s/%2.2d/%2.2d" % (self._year, self._month, self._day) + + def Time(self): + """Return the time string for an object to the nearest second.""" + return '%2.2d:%2.2d:%2.2d' % (self._hour, self._minute, self._nearsec) + + def TimeMinutes(self): + """Return the time string for an object not showing seconds.""" + return '%2.2d:%2.2d' % (self._hour, self._minute) + + def AMPM(self): + """Return the time string for an object to the nearest second.""" + return '%2.2d:%2.2d:%2.2d %s' % ( + self._pmhour, self._minute, self._nearsec, self._pm) + + def AMPMMinutes(self): + """Return the time string for an object not showing seconds.""" + return '%2.2d:%2.2d %s' % (self._pmhour, self._minute, self._pm) + + def PreciseTime(self): + """Return the time string for the object.""" + return '%2.2d:%2.2d:%06.3f' % (self._hour, self._minute, self._second) + + def PreciseAMPM(self): + """Return the time string for the object.""" + return '%2.2d:%2.2d:%06.3f %s' % ( + self._pmhour, self._minute, self._second, self._pm) + + def yy(self): + """Return calendar year as a 2 digit string.""" + return str(self._year)[-2:] + + def mm(self): + """Return month as a 2 digit string.""" + return '%02d' % self._month + + def dd(self): + """Return day as a 2 digit string.""" + return '%02d' % self._day + + def rfc822(self): + """Return the date in RFC 822 format.""" + tzoffset = _tzoffset2rfc822zone(_tzoffset(self._tz, self._t)) + return '%s, %2.2d %s %d %2.2d:%2.2d:%2.2d %s' % ( + self._aday, self._day, self._amon, self._year, + self._hour, self._minute, self._nearsec, tzoffset) + + # New formats + def fCommon(self): + """Return a string representing the object's value + in the format: March 1, 1997 1:45 pm. + """ + return '%s %s, %4.4d %s:%2.2d %s' % ( + self._fmon, self._day, self._year, self._pmhour, + self._minute, self._pm) + + def fCommonZ(self): + """Return a string representing the object's value + in the format: March 1, 1997 1:45 pm US/Eastern. + """ + return '%s %s, %4.4d %d:%2.2d %s %s' % ( + self._fmon, self._day, self._year, self._pmhour, + self._minute, self._pm, self._tz) + + def aCommon(self): + """Return a string representing the object's value + in the format: Mar 1, 1997 1:45 pm. + """ + return '%s %s, %4.4d %s:%2.2d %s' % ( + self._amon, self._day, self._year, self._pmhour, + self._minute, self._pm) + + def aCommonZ(self): + """Return a string representing the object's value + in the format: Mar 1, 1997 1:45 pm US/Eastern. + """ + return '%s %s, %4.4d %d:%2.2d %s %s' % ( + self._amon, self._day, self._year, self._pmhour, + self._minute, self._pm, self._tz) + + def pCommon(self): + """Return a string representing the object's value + in the format: Mar. 1, 1997 1:45 pm. + """ + return '%s %s, %4.4d %s:%2.2d %s' % ( + self._pmon, self._day, self._year, self._pmhour, + self._minute, self._pm) + + def pCommonZ(self): + """Return a string representing the object's value + in the format: Mar. 1, 1997 1:45 pm US/Eastern. + """ + return '%s %s, %4.4d %d:%2.2d %s %s' % ( + self._pmon, self._day, self._year, self._pmhour, + self._minute, self._pm, self._tz) + + def ISO(self): + """Return the object in ISO standard format. + + Note: this is *not* ISO 8601-format! See the ISO8601 and + HTML4 methods below for ISO 8601-compliant output. + + Dates are output as: YYYY-MM-DD HH:MM:SS + """ + return "%.4d-%.2d-%.2d %.2d:%.2d:%.2d" % ( + self._year, self._month, self._day, + self._hour, self._minute, self._second) + + def ISO8601(self): + """Return the object in ISO 8601-compatible format containing the + date, time with seconds-precision and the time zone identifier. + + See: http://www.w3.org/TR/NOTE-datetime + + Dates are output as: YYYY-MM-DDTHH:MM:SSTZD + T is a literal character. + TZD is Time Zone Designator, format +HH:MM or -HH:MM + + If the instance is timezone naive (it was not specified with a timezone + when it was constructed) then the timezone is omitted. + + The HTML4 method below offers the same formatting, but converts + to UTC before returning the value and sets the TZD "Z". + """ + if self.timezoneNaive(): + return "%0.4d-%0.2d-%0.2dT%0.2d:%0.2d:%0.2d" % ( + self._year, self._month, self._day, + self._hour, self._minute, self._second) + tzoffset = _tzoffset2iso8601zone(_tzoffset(self._tz, self._t)) + return "%0.4d-%0.2d-%0.2dT%0.2d:%0.2d:%0.2d%s" % ( + self._year, self._month, self._day, + self._hour, self._minute, self._second, tzoffset) + + def HTML4(self): + """Return the object in the format used in the HTML4.0 specification, + one of the standard forms in ISO8601. + + See: http://www.w3.org/TR/NOTE-datetime + + Dates are output as: YYYY-MM-DDTHH:MM:SSZ + T, Z are literal characters. + The time is in UTC. + """ + newdate = self.toZone('UTC') + return "%0.4d-%0.2d-%0.2dT%0.2d:%0.2d:%0.2dZ" % ( + newdate._year, newdate._month, newdate._day, + newdate._hour, newdate._minute, newdate._second) + + def asdatetime(self): + """Return a standard library datetime.datetime + """ + tznaive = self.timezoneNaive() + if tznaive: + tzinfo = None + else: + tzinfo = _TZINFO[self._tz].tzinfo + second = int(self._second) + microsec = self.micros() % 1000000 + dt = datetime(self._year, self._month, self._day, self._hour, + self._minute, second, microsec, tzinfo) + return dt + + def utcdatetime(self): + """Convert the time to UTC and return a timezone naive datetime object + """ + utc = self.toZone('UTC') + second = int(utc._second) + microsec = utc.micros() % 1000000 + dt = datetime(utc._year, utc._month, utc._day, utc._hour, + utc._minute, second, microsec) + return dt + + def __add__(self, other): + """A DateTime may be added to a number and a number may be + added to a DateTime; two DateTimes cannot be added. + """ + if hasattr(other, '_t'): + raise DateTimeError('Cannot add two DateTimes') + o = float(other) + tz = self._tz + omicros = round(o * 86400000000) + tmicros = self.micros() + omicros + t = tmicros / 1000000.0 + d = (tmicros + long(EPOCH * 1000000)) / 86400000000.0 + s = d - math.floor(d) + ms = t - math.floor(t) + x = _calcDependentSecond(tz, t) + yr, mo, dy, hr, mn, sc = _calcYMDHMS(x, ms) + return self.__class__(yr, mo, dy, hr, mn, sc, self._tz, + t, d, s, tmicros, self.timezoneNaive()) + + __radd__ = __add__ + + def __sub__(self, other): + """Either a DateTime or a number may be subtracted from a + DateTime, however, a DateTime may not be subtracted from + a number. + """ + if hasattr(other, '_d'): + return (self.micros() - other.micros()) / 86400000000.0 + else: + return self.__add__(-(other)) + + def __repr__(self): + """Convert a DateTime to a string that looks like a Python + expression. + """ + return '{}(\'{}\')'.format(self.__class__.__name__, str(self)) + + def __str__(self): + """Convert a DateTime to a string.""" + y, m, d = self._year, self._month, self._day + h, mn, s, t = self._hour, self._minute, self._second, self._tz + if s == int(s): + # A whole number of seconds -- suppress milliseconds. + return '%4.4d/%2.2d/%2.2d %2.2d:%2.2d:%2.2d %s' % ( + y, m, d, h, mn, s, t) + else: + # s is already rounded to the nearest microsecond, and + # it's not a whole number of seconds. Be sure to print + # 2 digits before the decimal point. + return '%4.4d/%2.2d/%2.2d %2.2d:%2.2d:%06.6f %s' % ( + y, m, d, h, mn, s, t) + + def __format__(self, fmt): + """Render a DateTime in an f-string.""" + if not isinstance(fmt, str): + raise TypeError("must be str, not %s" % type(fmt).__name__) + if len(fmt) != 0: + return self.strftime(fmt) + return str(self) + + def __hash__(self): + """Compute a hash value for a DateTime.""" + return int(((self._year % 100 * 12 + self._month) * 31 + + self._day + self.time) * 100) + + def __int__(self): + """Convert to an integer number of seconds since the epoch (gmt).""" + return int(self.micros() // 1000000) + + def __long__(self): + """Convert to a long-int number of seconds since the epoch (gmt).""" + return long(self.micros() // 1000000) # pragma: PY2 + + def __float__(self): + """Convert to floating-point number of seconds since the epoch (gmt). + """ + return self.micros() / 1000000.0 + + @property + def _t(self): + return self._micros / 1000000.0 + + def _parse_iso8601(self, s): + # preserve the previously implied contract + # who knows where this could be used... + return self._parse_iso8601_preserving_tznaive(s)[:7] + + def _parse_iso8601_preserving_tznaive(self, s): + try: + return self.__parse_iso8601(s) + except IndexError: + raise SyntaxError( + 'Not an ISO 8601 compliant date string: "%s"' % s) + + def __parse_iso8601(self, s): + """Parse an ISO 8601 compliant date. + + See: http://en.wikipedia.org/wiki/ISO_8601 + """ + month = day = week_day = 1 + year = hour = minute = seconds = hour_off = min_off = 0 + tznaive = True + + iso8601 = iso8601Match(s.strip()) + fields = iso8601 and iso8601.groupdict() or {} + if not iso8601 or fields.get('garbage'): + raise IndexError + + if fields['year']: + year = int(fields['year']) + if fields['month']: + month = int(fields['month']) + if fields['day']: + day = int(fields['day']) + + if fields['year_day']: + d = DateTime('%s-01-01' % year) + int(fields['year_day']) - 1 + month = d.month() + day = d.day() + + if fields['week']: + week = int(fields['week']) + if fields['week_day']: + week_day = int(fields['week_day']) + d = DateTime('%s-01-04' % year) + d = d - (d.dow() + 6) % 7 + week * 7 + week_day - 8 + month = d.month() + day = d.day() + + if fields['hour']: + hour = int(fields['hour']) + + if fields['minute']: + minute = int(fields['minute']) + elif fields['fraction']: + minute = 60.0 * float('0.%s' % fields['fraction']) + seconds, minute = math.modf(minute) + minute = int(minute) + seconds = 60.0 * seconds + # Avoid reprocess when handling seconds, bellow + fields['fraction'] = None + + if fields['second']: + seconds = int(fields['second']) + if fields['fraction']: + seconds = seconds + float('0.%s' % fields['fraction']) + elif fields['fraction']: + seconds = 60.0 * float('0.%s' % fields['fraction']) + + if fields['hour_off']: + hour_off = int(fields['hour_off']) + if fields['signal'] == '-': + hour_off *= -1 + + if fields['min_off']: + min_off = int(fields['min_off']) + + if fields['signal'] or fields['Z']: + tznaive = False + else: + tznaive = True + + # Differ from the specification here. To preserve backwards + # compatibility assume a default timezone == UTC. + tz = 'GMT%+03d%02d' % (hour_off, min_off) + + return year, month, day, hour, minute, seconds, tz, tznaive + + def JulianDay(self): + """Return the Julian day. + + See: https://www.tondering.dk/claus/cal/julperiod.php#formula + """ + a = (14 - self._month) // 12 + y = self._year + 4800 - a + m = self._month + (12 * a) - 3 + return (self._day + (153 * m + 2) // 5 + 365 * y + + y // 4 - y // 100 + y // 400 - 32045) + + def week(self): + """Return the week number according to ISO. + + See: https://www.tondering.dk/claus/cal/week.php#weekno + """ + J = self.JulianDay() + d4 = (J + 31741 - (J % 7)) % 146097 % 36524 % 1461 + L = d4 // 1460 + d1 = ((d4 - L) % 365) + L + return d1 // 7 + 1 + + def encode(self, out): + """Encode value for XML-RPC.""" + out.write('') + out.write(self.ISO8601()) + out.write('\n') + + +# Provide the _dt_reconstructor function here, in case something +# accidentally creates a reference to this function + +orig_reconstructor = copy_reg._reconstructor + + +def _dt_reconstructor(cls, base, state): + if cls is DateTime: + return cls(state) + return orig_reconstructor(cls, base, state) diff --git a/llmlab/lib/python3.12/site-packages/DateTime/DateTime.txt b/llmlab/lib/python3.12/site-packages/DateTime/DateTime.txt new file mode 100644 index 0000000..aaa9f8f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/DateTime.txt @@ -0,0 +1,785 @@ +The DateTime package +==================== + +Encapsulation of date/time values. + + +Function Timezones() +-------------------- + +Returns the list of recognized timezone names: + + >>> from DateTime import Timezones + >>> zones = set(Timezones()) + +Almost all of the standard pytz timezones are included, with the exception +of some commonly-used but ambiguous abbreviations, where historical Zope +usage conflicts with the name used by pytz: + + >>> import pytz + >>> [x for x in pytz.all_timezones if x not in zones] + ['CET', 'EET', 'EST', 'MET', 'MST', 'WET'] + +Class DateTime +-------------- + +DateTime objects represent instants in time and provide interfaces for +controlling its representation without affecting the absolute value of +the object. + +DateTime objects may be created from a wide variety of string or +numeric data, or may be computed from other DateTime objects. +DateTimes support the ability to convert their representations to many +major timezones, as well as the ability to create a DateTime object +in the context of a given timezone. + +DateTime objects provide partial numerical behavior: + +* Two date-time objects can be subtracted to obtain a time, in days + between the two. + +* A date-time object and a positive or negative number may be added to + obtain a new date-time object that is the given number of days later + than the input date-time object. + +* A positive or negative number and a date-time object may be added to + obtain a new date-time object that is the given number of days later + than the input date-time object. + +* A positive or negative number may be subtracted from a date-time + object to obtain a new date-time object that is the given number of + days earlier than the input date-time object. + +DateTime objects may be converted to integer, long, or float numbers +of days since January 1, 1901, using the standard int, long, and float +functions (Compatibility Note: int, long and float return the number +of days since 1901 in GMT rather than local machine timezone). +DateTime objects also provide access to their value in a float format +usable with the Python time module, provided that the value of the +object falls in the range of the epoch-based time module. + +A DateTime object should be considered immutable; all conversion and numeric +operations return a new DateTime object rather than modify the current object. + +A DateTime object always maintains its value as an absolute UTC time, +and is represented in the context of some timezone based on the +arguments used to create the object. A DateTime object's methods +return values based on the timezone context. + +Note that in all cases the local machine timezone is used for +representation if no timezone is specified. + +Constructor for DateTime +------------------------ + +DateTime() returns a new date-time object. DateTimes may be created +with from zero to seven arguments: + +* If the function is called with no arguments, then the current date/ + time is returned, represented in the timezone of the local machine. + +* If the function is invoked with a single string argument which is a + recognized timezone name, an object representing the current time is + returned, represented in the specified timezone. + +* If the function is invoked with a single string argument + representing a valid date/time, an object representing that date/ + time will be returned. + + As a general rule, any date-time representation that is recognized + and unambiguous to a resident of North America is acceptable. (The + reason for this qualification is that in North America, a date like: + 2/1/1994 is interpreted as February 1, 1994, while in some parts of + the world, it is interpreted as January 2, 1994.) A date/ time + string consists of two components, a date component and an optional + time component, separated by one or more spaces. If the time + component is omitted, 12:00am is assumed. + + Any recognized timezone name specified as the final element of the + date/time string will be used for computing the date/time value. + (If you create a DateTime with the string, + "Mar 9, 1997 1:45pm US/Pacific", the value will essentially be the + same as if you had captured time.time() at the specified date and + time on a machine in that timezone). If no timezone is passed, then + the timezone configured on the local machine will be used, **except** + that if the date format matches ISO 8601 ('YYYY-MM-DD'), the instance + will use UTC / GMT+0 as the timezone. + + o Returns current date/time, represented in US/Eastern: + + >>> from DateTime import DateTime + >>> e = DateTime('US/Eastern') + >>> e.timezone() + 'US/Eastern' + + o Returns specified time, represented in local machine zone: + + >>> x = DateTime('1997/3/9 1:45pm') + >>> x.parts() # doctest: +ELLIPSIS + (1997, 3, 9, 13, 45, ...) + + o Specified time in local machine zone, verbose format: + + >>> y = DateTime('Mar 9, 1997 13:45:00') + >>> y.parts() # doctest: +ELLIPSIS + (1997, 3, 9, 13, 45, ...) + >>> y == x + True + + o Specified time in UTC via ISO 8601 rule: + + >>> z = DateTime('2014-03-24') + >>> z.parts() # doctest: +ELLIPSIS + (2014, 3, 24, 0, 0, ...) + >>> z.timezone() + 'GMT+0' + + The date component consists of year, month, and day values. The + year value must be a one-, two-, or four-digit integer. If a one- + or two-digit year is used, the year is assumed to be in the + twentieth century. The month may an integer, from 1 to 12, a month + name, or a month abbreviation, where a period may optionally follow + the abbreviation. The day must be an integer from 1 to the number of + days in the month. The year, month, and day values may be separated + by periods, hyphens, forward slashes, or spaces. Extra spaces are + permitted around the delimiters. Year, month, and day values may be + given in any order as long as it is possible to distinguish the + components. If all three components are numbers that are less than + 13, then a month-day-year ordering is assumed. + + The time component consists of hour, minute, and second values + separated by colons. The hour value must be an integer between 0 + and 23 inclusively. The minute value must be an integer between 0 + and 59 inclusively. The second value may be an integer value + between 0 and 59.999 inclusively. The second value or both the + minute and second values may be omitted. The time may be followed + by am or pm in upper or lower case, in which case a 12-hour clock is + assumed. + +* If the DateTime function is invoked with a single numeric argument, + the number is assumed to be either a floating point value such as + that returned by time.time(), or a number of days after January 1, + 1901 00:00:00 UTC. + + A DateTime object is returned that represents either the GMT value + of the time.time() float represented in the local machine's + timezone, or that number of days after January 1, 1901. Note that + the number of days after 1901 need to be expressed from the + viewpoint of the local machine's timezone. A negative argument will + yield a date-time value before 1901. + +* If the function is invoked with two numeric arguments, then the + first is taken to be an integer year and the second argument is + taken to be an offset in days from the beginning of the year, in the + context of the local machine timezone. The date-time value returned + is the given offset number of days from the beginning of the given + year, represented in the timezone of the local machine. The offset + may be positive or negative. Two-digit years are assumed to be in + the twentieth century. + +* If the function is invoked with two arguments, the first a float + representing a number of seconds past the epoch in GMT (such as + those returned by time.time()) and the second a string naming a + recognized timezone, a DateTime with a value of that GMT time will + be returned, represented in the given timezone. + + >>> import time + >>> t = time.time() + + Time t represented as US/Eastern: + + >>> now_east = DateTime(t, 'US/Eastern') + + Time t represented as US/Pacific: + + >>> now_west = DateTime(t, 'US/Pacific') + + Only their representations are different: + + >>> now_east.equalTo(now_west) + True + +* If the function is invoked with three or more numeric arguments, + then the first is taken to be an integer year, the second is taken + to be an integer month, and the third is taken to be an integer day. + If the combination of values is not valid, then a DateTimeError is + raised. One- or two-digit years up to 69 are assumed to be in the + 21st century, whereas values 70-99 are assumed to be 20th century. + The fourth, fifth, and sixth arguments are floating point, positive + or negative offsets in units of hours, minutes, and days, and + default to zero if not given. An optional string may be given as + the final argument to indicate timezone (the effect of this is as if + you had taken the value of time.time() at that time on a machine in + the specified timezone). + +If a string argument passed to the DateTime constructor cannot be +parsed, it will raise SyntaxError. Invalid date, time, or +timezone components will raise a DateTimeError. + +The module function Timezones() will return a list of the timezones +recognized by the DateTime module. Recognition of timezone names is +case-insensitive. + +Instance Methods for DateTime (IDateTime interface) +--------------------------------------------------- + +Conversion and comparison methods +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* ``timeTime()`` returns the date/time as a floating-point number in + UTC, in the format used by the Python time module. Note that it is + possible to create date /time values with DateTime that have no + meaningful value to the time module, and in such cases a + DateTimeError is raised. A DateTime object's value must generally + be between Jan 1, 1970 (or your local machine epoch) and Jan 2038 to + produce a valid time.time() style value. + + >>> dt = DateTime('Mar 9, 1997 13:45:00 US/Eastern') + >>> dt.timeTime() + 857933100.0 + + >>> DateTime('2040/01/01 UTC').timeTime() + 2208988800.0 + + >>> DateTime('1900/01/01 UTC').timeTime() + -2208988800.0 + +* ``toZone(z)`` returns a DateTime with the value as the current + object, represented in the indicated timezone: + + >>> dt.toZone('UTC') + DateTime('1997/03/09 18:45:00 UTC') + + >>> dt.toZone('UTC').equalTo(dt) + True + +* ``isFuture()`` returns true if this object represents a date/time + later than the time of the call: + + >>> dt.isFuture() + False + >>> DateTime('Jan 1 3000').isFuture() # not time-machine safe! + True + +* ``isPast()`` returns true if this object represents a date/time + earlier than the time of the call: + + >>> dt.isPast() + True + >>> DateTime('Jan 1 3000').isPast() # not time-machine safe! + False + +* ``isCurrentYear()`` returns true if this object represents a + date/time that falls within the current year, in the context of this + object's timezone representation: + + >>> dt.isCurrentYear() + False + >>> DateTime().isCurrentYear() + True + +* ``isCurrentMonth()`` returns true if this object represents a + date/time that falls within the current month, in the context of + this object's timezone representation: + + >>> dt.isCurrentMonth() + False + >>> DateTime().isCurrentMonth() + True + +* ``isCurrentDay()`` returns true if this object represents a + date/time that falls within the current day, in the context of this + object's timezone representation: + + >>> dt.isCurrentDay() + False + >>> DateTime().isCurrentDay() + True + +* ``isCurrentHour()`` returns true if this object represents a + date/time that falls within the current hour, in the context of this + object's timezone representation: + + >>> dt.isCurrentHour() + False + + >>> DateTime().isCurrentHour() + True + +* ``isCurrentMinute()`` returns true if this object represents a + date/time that falls within the current minute, in the context of + this object's timezone representation: + + >>> dt.isCurrentMinute() + False + >>> DateTime().isCurrentMinute() + True + +* ``isLeapYear()`` returns true if the current year (in the context of + the object's timezone) is a leap year: + + >>> dt.isLeapYear() + False + >>> DateTime('Mar 8 2004').isLeapYear() + True + +* ``earliestTime()`` returns a new DateTime object that represents the + earliest possible time (in whole seconds) that still falls within + the current object's day, in the object's timezone context: + + >>> dt.earliestTime() + DateTime('1997/03/09 00:00:00 US/Eastern') + +* ``latestTime()`` return a new DateTime object that represents the + latest possible time (in whole seconds) that still falls within the + current object's day, in the object's timezone context + + >>> dt.latestTime() + DateTime('1997/03/09 23:59:59 US/Eastern') + +Component access +~~~~~~~~~~~~~~~~ + +* ``parts()`` returns a tuple containing the calendar year, month, + day, hour, minute second and timezone of the object + + >>> dt.parts() # doctest: +ELLIPSIS + (1997, 3, 9, 13, 45, ... 'US/Eastern') + +* ``timezone()`` returns the timezone in which the object is represented: + + >>> dt.timezone() in Timezones() + True + +* ``tzoffset()`` returns the timezone offset for the objects timezone: + + >>> dt.tzoffset() + -18000 + +* ``year()`` returns the calendar year of the object: + + >>> dt.year() + 1997 + +* ``month()`` returns the month of the object as an integer: + + >>> dt.month() + 3 + +* ``Month()`` returns the full month name: + + >>> dt.Month() + 'March' + +* ``aMonth()`` returns the abbreviated month name: + + >>> dt.aMonth() + 'Mar' + +* ``pMonth()`` returns the abbreviated (with period) month name: + + >>> dt.pMonth() + 'Mar.' + +* ``day()`` returns the integer day: + + >>> dt.day() + 9 + +* ``Day()`` returns the full name of the day of the week: + + >>> dt.Day() + 'Sunday' + +* ``dayOfYear()`` returns the day of the year, in context of the + timezone representation of the object: + + >>> dt.dayOfYear() + 68 + +* ``aDay()`` returns the abbreviated name of the day of the week: + + >>> dt.aDay() + 'Sun' + +* ``pDay()`` returns the abbreviated (with period) name of the day of + the week: + + >>> dt.pDay() + 'Sun.' + +* ``dow()`` returns the integer day of the week, where Sunday is 0: + + >>> dt.dow() + 0 + +* ``dow_1()`` returns the integer day of the week, where sunday is 1: + + >>> dt.dow_1() + 1 + +* ``h_12()`` returns the 12-hour clock representation of the hour: + + >>> dt.h_12() + 1 + +* ``h_24()`` returns the 24-hour clock representation of the hour: + + >>> dt.h_24() + 13 + +* ``ampm()`` returns the appropriate time modifier (am or pm): + + >>> dt.ampm() + 'pm' + +* ``hour()`` returns the 24-hour clock representation of the hour: + + >>> dt.hour() + 13 + +* ``minute()`` returns the minute: + + >>> dt.minute() + 45 + +* ``second()`` returns the second: + + >>> dt.second() == 0 + True + +* ``millis()`` returns the milliseconds since the epoch in GMT. + + >>> dt.millis() == 857933100000 + True + +strftime() +~~~~~~~~~~ + +See ``tests/test_datetime.py``. + +General formats from previous DateTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +* ``Date()`` return the date string for the object: + + >>> dt.Date() + '1997/03/09' + +* ``Time()`` returns the time string for an object to the nearest + second: + + >>> dt.Time() + '13:45:00' + +* ``TimeMinutes()`` returns the time string for an object not showing + seconds: + + >>> dt.TimeMinutes() + '13:45' + +* ``AMPM()`` returns the time string for an object to the nearest second: + + >>> dt.AMPM() + '01:45:00 pm' + +* ``AMPMMinutes()`` returns the time string for an object not showing + seconds: + + >>> dt.AMPMMinutes() + '01:45 pm' + +* ``PreciseTime()`` returns the time string for the object: + + >>> dt.PreciseTime() + '13:45:00.000' + +* ``PreciseAMPM()`` returns the time string for the object: + + >>> dt.PreciseAMPM() + '01:45:00.000 pm' + +* ``yy()`` returns the calendar year as a 2 digit string + + >>> dt.yy() + '97' + +* ``mm()`` returns the month as a 2 digit string + + >>> dt.mm() + '03' + +* ``dd()`` returns the day as a 2 digit string: + + >>> dt.dd() + '09' + +* ``rfc822()`` returns the date in RFC 822 format: + + >>> dt.rfc822() + 'Sun, 09 Mar 1997 13:45:00 -0500' + +New formats +~~~~~~~~~~~ + +* ``fCommon()`` returns a string representing the object's value in + the format: March 9, 1997 1:45 pm: + + >>> dt.fCommon() + 'March 9, 1997 1:45 pm' + +* ``fCommonZ()`` returns a string representing the object's value in + the format: March 9, 1997 1:45 pm US/Eastern: + + >>> dt.fCommonZ() + 'March 9, 1997 1:45 pm US/Eastern' + +* ``aCommon()`` returns a string representing the object's value in + the format: Mar 9, 1997 1:45 pm: + + >>> dt.aCommon() + 'Mar 9, 1997 1:45 pm' + +* ``aCommonZ()`` return a string representing the object's value in + the format: Mar 9, 1997 1:45 pm US/Eastern: + + >>> dt.aCommonZ() + 'Mar 9, 1997 1:45 pm US/Eastern' + +* ``pCommon()`` returns a string representing the object's value in + the format Mar. 9, 1997 1:45 pm: + + >>> dt.pCommon() + 'Mar. 9, 1997 1:45 pm' + +* ``pCommonZ()`` returns a string representing the object's value in + the format: Mar. 9, 1997 1:45 pm US/Eastern: + + >>> dt.pCommonZ() + 'Mar. 9, 1997 1:45 pm US/Eastern' + +* ``ISO()`` returns a string with the date/time in ISO format. Note: + this is not ISO 8601-format! See the ISO8601 and HTML4 methods below + for ISO 8601-compliant output. Dates are output as: YYYY-MM-DD HH:MM:SS + + >>> dt.ISO() + '1997-03-09 13:45:00' + +* ``ISO8601()`` returns the object in ISO 8601-compatible format + containing the date, time with seconds-precision and the time zone + identifier - see http://www.w3.org/TR/NOTE-datetime. Dates are + output as: YYYY-MM-DDTHH:MM:SSTZD (T is a literal character, TZD is + Time Zone Designator, format +HH:MM or -HH:MM). + + The ``HTML4()`` method below offers the same formatting, but + converts to UTC before returning the value and sets the TZD"Z" + + >>> dt.ISO8601() + '1997-03-09T13:45:00-05:00' + + +* ``HTML4()`` returns the object in the format used in the HTML4.0 + specification, one of the standard forms in ISO8601. See + http://www.w3.org/TR/NOTE-datetime. Dates are output as: + YYYY-MM-DDTHH:MM:SSZ (T, Z are literal characters, the time is in + UTC.): + + >>> dt.HTML4() + '1997-03-09T18:45:00Z' + +* ``JulianDay()`` returns the Julian day according to + http://www.tondering.dk/claus/cal/node3.html#sec-calcjd + + >>> dt.JulianDay() + 2450517 + +* ``week()`` returns the week number according to ISO + see http://www.tondering.dk/claus/cal/node6.html#SECTION00670000000000000000 + + >>> dt.week() + 10 + +Deprecated API +~~~~~~~~~~~~~~ + +* DayOfWeek(): see Day() + +* Day_(): see pDay() + +* Mon(): see aMonth() + +* Mon_(): see pMonth + +General Services Provided by DateTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +DateTimes can be repr()'ed; the result will be a string indicating how +to make a DateTime object like this: + + >>> repr(dt) + "DateTime('1997/03/09 13:45:00 US/Eastern')" + +When we convert them into a string, we get a nicer string that could +actually be shown to a user: + + >>> str(dt) + '1997/03/09 13:45:00 US/Eastern' + +The hash value of a DateTime is based on the date and time and is +equal for different representations of the DateTime: + + >>> hash(dt) + 3618678 + >>> hash(dt.toZone('UTC')) + 3618678 + +DateTime objects can be compared to other DateTime objects OR floating +point numbers such as the ones which are returned by the Python time +module by using the equalTo method. Using this API, True is returned if the +object represents a date/time equal to the specified DateTime or time module +style time: + + >>> dt.equalTo(dt) + True + >>> dt.equalTo(dt.toZone('UTC')) + True + >>> dt.equalTo(dt.timeTime()) + True + >>> dt.equalTo(DateTime()) + False + +Same goes for inequalities: + + >>> dt.notEqualTo(dt) + False + >>> dt.notEqualTo(dt.toZone('UTC')) + False + >>> dt.notEqualTo(dt.timeTime()) + False + >>> dt.notEqualTo(DateTime()) + True + +Normal equality operations only work with DateTime objects and take the +timezone setting into account: + + >>> dt == dt + True + >>> dt == dt.toZone('UTC') + False + >>> dt == DateTime() + False + + >>> dt != dt + False + >>> dt != dt.toZone('UTC') + True + >>> dt != DateTime() + True + +But the other comparison operations compare the referenced moment in time and +not the representation itself: + + >>> dt > dt + False + >>> DateTime() > dt + True + >>> dt > DateTime().timeTime() + False + >>> DateTime().timeTime() > dt + True + + >>> dt.greaterThan(dt) + False + >>> DateTime().greaterThan(dt) + True + >>> dt.greaterThan(DateTime().timeTime()) + False + + >>> dt >= dt + True + >>> DateTime() >= dt + True + >>> dt >= DateTime().timeTime() + False + >>> DateTime().timeTime() >= dt + True + + >>> dt.greaterThanEqualTo(dt) + True + >>> DateTime().greaterThanEqualTo(dt) + True + >>> dt.greaterThanEqualTo(DateTime().timeTime()) + False + + >>> dt < dt + False + >>> DateTime() < dt + False + >>> dt < DateTime().timeTime() + True + >>> DateTime().timeTime() < dt + False + + >>> dt.lessThan(dt) + False + >>> DateTime().lessThan(dt) + False + >>> dt.lessThan(DateTime().timeTime()) + True + + >>> dt <= dt + True + >>> DateTime() <= dt + False + >>> dt <= DateTime().timeTime() + True + >>> DateTime().timeTime() <= dt + False + + >>> dt.lessThanEqualTo(dt) + True + >>> DateTime().lessThanEqualTo(dt) + False + >>> dt.lessThanEqualTo(DateTime().timeTime()) + True + +Numeric Services Provided by DateTime +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +A DateTime may be added to a number and a number may be added to a +DateTime: + + >>> dt + 5 + DateTime('1997/03/14 13:45:00 US/Eastern') + >>> 5 + dt + DateTime('1997/03/14 13:45:00 US/Eastern') + +Two DateTimes cannot be added: + + >>> from DateTime.interfaces import DateTimeError + >>> try: + ... dt + dt + ... print('fail') + ... except DateTimeError: + ... print('ok') + ok + +Either a DateTime or a number may be subtracted from a DateTime, +however, a DateTime may not be subtracted from a number: + + >>> DateTime('1997/03/10 13:45 US/Eastern') - dt + 1.0 + >>> dt - 1 + DateTime('1997/03/08 13:45:00 US/Eastern') + >>> 1 - dt + Traceback (most recent call last): + ... + TypeError: unsupported operand type(s) for -: 'int' and 'DateTime' + +DateTimes can also be converted to integers (number of seconds since +the epoch) and floats: + + >>> int(dt) + 857933100 + >>> float(dt) + 857933100.0 diff --git a/llmlab/lib/python3.12/site-packages/DateTime/__init__.py b/llmlab/lib/python3.12/site-packages/DateTime/__init__.py new file mode 100644 index 0000000..4e2df6d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/__init__.py @@ -0,0 +1,18 @@ +############################################################################## +# +# Copyright (c) 2002 Zope Foundation and Contributors. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE +# +############################################################################## + +from .DateTime import DateTime +from .DateTime import Timezones + + +__all__ = ('DateTime', 'Timezones') diff --git a/llmlab/lib/python3.12/site-packages/DateTime/__pycache__/DateTime.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/DateTime/__pycache__/DateTime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a38166ea22f598c8c98f810b9ed93db5601924d GIT binary patch literal 84858 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%0Ay4ibxlj<$+MMUq*VlR(CEcI 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 Z8cg|XZs*lS^XleJ+4t-gsX@#!{}=IeH*Np` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/DateTime/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/DateTime/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ead2c504e7acd6c5d3578fd9cadf40b45e2bc8d GIT binary patch literal 282 zcmX@j%ge<81m>NO(oZolFgylvU;xMmgU<>;YC1y-LkeRKLoP!U10#sd1Y|QtF#_4l zQB0LAnyfDwfyy))Z*jOJmZXMc=B5JKoFKX?KQFadlc|UqC||?^B>Xg)5u97>@$rc{ zIq~r;89oE$7=DH5XXNLm>Zhd_B^K)@C+g?q7MFlHK(>BPW|DqEWl2VU zp0S>xk$!PzNvdu^Vsdt3dTOyg%zpj&_{_Y_lK6PNg34bUHo5sJr8%i~MVvrOKu#?d f0TLgW85tSB$}lj>-(`^hz{bF>(#T%K4wL`@+%-pV literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/DateTime/__pycache__/interfaces.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/DateTime/__pycache__/interfaces.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae4ccd41ab3c0943308ae2ead2c4679b0e161423 GIT binary patch literal 17902 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 KMqyuD+W!M#YG4ll literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/DateTime/interfaces.py b/llmlab/lib/python3.12/site-packages/DateTime/interfaces.py new file mode 100644 index 0000000..80e7707 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/interfaces.py @@ -0,0 +1,375 @@ +############################################################################## +# +# Copyright (c) 2005 Zope Foundation and Contributors. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE +# +############################################################################## +from zope.interface import Interface + + +class DateTimeError(Exception): + pass + + +class SyntaxError(DateTimeError): + pass + + +class DateError(DateTimeError): + pass + + +class TimeError(DateTimeError): + pass + + +class IDateTime(Interface): + # Conversion and comparison methods + + def localZone(ltm=None): + """Returns the time zone on the given date. The time zone + can change according to daylight savings.""" + + def timeTime(): + """Return the date/time as a floating-point number in UTC, in + the format used by the Python time module. Note that it is + possible to create date/time values with DateTime that have no + meaningful value to the time module.""" + + def toZone(z): + """Return a DateTime with the value as the current object, + represented in the indicated timezone.""" + + def isFuture(): + """Return true if this object represents a date/time later + than the time of the call""" + + def isPast(): + """Return true if this object represents a date/time earlier + than the time of the call""" + + def isCurrentYear(): + """Return true if this object represents a date/time that + falls within the current year, in the context of this + object's timezone representation""" + + def isCurrentMonth(): + """Return true if this object represents a date/time that + falls within the current month, in the context of this + object's timezone representation""" + + def isCurrentDay(): + """Return true if this object represents a date/time that + falls within the current day, in the context of this object's + timezone representation""" + + def isCurrentHour(): + """Return true if this object represents a date/time that + falls within the current hour, in the context of this object's + timezone representation""" + + def isCurrentMinute(): + """Return true if this object represents a date/time that + falls within the current minute, in the context of this + object's timezone representation""" + + def isLeapYear(): + """Return true if the current year (in the context of the + object's timezone) is a leap year""" + + def earliestTime(): + """Return a new DateTime object that represents the earliest + possible time (in whole seconds) that still falls within the + current object's day, in the object's timezone context""" + + def latestTime(): + """Return a new DateTime object that represents the latest + possible time (in whole seconds) that still falls within the + current object's day, in the object's timezone context""" + + def greaterThan(t): + """Compare this DateTime object to another DateTime object OR + a floating point number such as that which is returned by the + Python time module. Returns true if the object represents a + date/time greater than the specified DateTime or time module + style time. Revised to give more correct results through + comparison of long integer milliseconds.""" + + __gt__ = greaterThan + + def greaterThanEqualTo(t): + """Compare this DateTime object to another DateTime object OR + a floating point number such as that which is returned by the + Python time module. Returns true if the object represents a + date/time greater than or equal to the specified DateTime or + time module style time. Revised to give more correct results + through comparison of long integer milliseconds.""" + + __ge__ = greaterThanEqualTo + + def equalTo(t): + """Compare this DateTime object to another DateTime object OR + a floating point number such as that which is returned by the + Python time module. Returns true if the object represents a + date/time equal to the specified DateTime or time module style + time. Revised to give more correct results through comparison + of long integer milliseconds.""" + + __eq__ = equalTo + + def notEqualTo(t): + """Compare this DateTime object to another DateTime object OR + a floating point number such as that which is returned by the + Python time module. Returns true if the object represents a + date/time not equal to the specified DateTime or time module + style time. Revised to give more correct results through + comparison of long integer milliseconds.""" + + __ne__ = notEqualTo + + def lessThan(t): + """Compare this DateTime object to another DateTime object OR + a floating point number such as that which is returned by the + Python time module. Returns true if the object represents a + date/time less than the specified DateTime or time module + style time. Revised to give more correct results through + comparison of long integer milliseconds.""" + + __lt__ = lessThan + + def lessThanEqualTo(t): + """Compare this DateTime object to another DateTime object OR + a floating point number such as that which is returned by the + Python time module. Returns true if the object represents a + date/time less than or equal to the specified DateTime or time + module style time. Revised to give more correct results + through comparison of long integer milliseconds.""" + + __le__ = lessThanEqualTo + + # Component access + + def parts(): + """Return a tuple containing the calendar year, month, day, + hour, minute second and timezone of the object""" + + def timezone(): + """Return the timezone in which the object is represented.""" + + def tzoffset(): + """Return the timezone offset for the objects timezone.""" + + def year(): + """Return the calendar year of the object""" + + def month(): + """Return the month of the object as an integer""" + + def Month(): + """Return the full month name""" + + def aMonth(): + """Return the abbreviated month name.""" + + def Mon(): + """Compatibility: see aMonth""" + + def pMonth(): + """Return the abbreviated (with period) month name.""" + + def Mon_(): + """Compatibility: see pMonth""" + + def day(): + """Return the integer day""" + + def Day(): + """Return the full name of the day of the week""" + + def DayOfWeek(): + """Compatibility: see Day""" + + def dayOfYear(): + """Return the day of the year, in context of the timezone + representation of the object""" + + def aDay(): + """Return the abbreviated name of the day of the week""" + + def pDay(): + """Return the abbreviated (with period) name of the day of the + week""" + + def Day_(): + """Compatibility: see pDay""" + + def dow(): + """Return the integer day of the week, where sunday is 0""" + + def dow_1(): + """Return the integer day of the week, where sunday is 1""" + + def h_12(): + """Return the 12-hour clock representation of the hour""" + + def h_24(): + """Return the 24-hour clock representation of the hour""" + + def ampm(): + """Return the appropriate time modifier (am or pm)""" + + def hour(): + """Return the 24-hour clock representation of the hour""" + + def minute(): + """Return the minute""" + + def second(): + """Return the second""" + + def millis(): + """Return the millisecond since the epoch in GMT.""" + + def strftime(format): + """Format the date/time using the *current timezone representation*.""" + + # General formats from previous DateTime + + def Date(): + """Return the date string for the object.""" + + def Time(): + """Return the time string for an object to the nearest second.""" + + def TimeMinutes(): + """Return the time string for an object not showing seconds.""" + + def AMPM(): + """Return the time string for an object to the nearest second.""" + + def AMPMMinutes(): + """Return the time string for an object not showing seconds.""" + + def PreciseTime(): + """Return the time string for the object.""" + + def PreciseAMPM(): + """Return the time string for the object.""" + + def yy(): + """Return calendar year as a 2 digit string""" + + def mm(): + """Return month as a 2 digit string""" + + def dd(): + """Return day as a 2 digit string""" + + def rfc822(): + """Return the date in RFC 822 format""" + + # New formats + + def fCommon(): + """Return a string representing the object's value in the + format: March 1, 1997 1:45 pm""" + + def fCommonZ(): + """Return a string representing the object's value in the + format: March 1, 1997 1:45 pm US/Eastern""" + + def aCommon(): + """Return a string representing the object's value in the + format: Mar 1, 1997 1:45 pm""" + + def aCommonZ(): + """Return a string representing the object's value in the + format: Mar 1, 1997 1:45 pm US/Eastern""" + + def pCommon(): + """Return a string representing the object's value in the + format: Mar. 1, 1997 1:45 pm""" + + def pCommonZ(): + """Return a string representing the object's value + in the format: Mar. 1, 1997 1:45 pm US/Eastern""" + + def ISO(): + """Return the object in ISO standard format. Note: this is + *not* ISO 8601-format! See the ISO8601 and HTML4 methods below + for ISO 8601-compliant output + + Dates are output as: YYYY-MM-DD HH:MM:SS + """ + + def ISO8601(): + """Return the object in ISO 8601-compatible format containing + the date, time with seconds-precision and the time zone + identifier - see http://www.w3.org/TR/NOTE-datetime + + Dates are output as: YYYY-MM-DDTHH:MM:SSTZD + T is a literal character. + TZD is Time Zone Designator, format +HH:MM or -HH:MM + + The HTML4 method below offers the same formatting, but + converts to UTC before returning the value and sets the TZD"Z" + """ + + def HTML4(): + """Return the object in the format used in the HTML4.0 + specification, one of the standard forms in ISO8601. See + http://www.w3.org/TR/NOTE-datetime + + Dates are output as: YYYY-MM-DDTHH:MM:SSZ + T, Z are literal characters. + The time is in UTC. + """ + + def JulianDay(): + """Return the Julian day according to + https://www.tondering.dk/claus/cal/julperiod.php#formula + """ + + def week(): + """Return the week number according to ISO. + + See https://www.tondering.dk/claus/cal/week.php#weekno + """ + + # Python operator and conversion API + + def __add__(other): + """A DateTime may be added to a number and a number may be + added to a DateTime; two DateTimes cannot be added.""" + + __radd__ = __add__ + + def __sub__(other): + """Either a DateTime or a number may be subtracted from a + DateTime, however, a DateTime may not be subtracted from a + number.""" + + def __repr__(): + """Convert a DateTime to a string that looks like a Python + expression.""" + + def __str__(): + """Convert a DateTime to a string.""" + + def __hash__(): + """Compute a hash value for a DateTime""" + + def __int__(): + """Convert to an integer number of seconds since the epoch (gmt)""" + + def __long__(): + """Convert to a long-int number of seconds since the epoch (gmt)""" + + def __float__(): + """Convert to floating-point number of seconds since the epoch (gmt)""" diff --git a/llmlab/lib/python3.12/site-packages/DateTime/pytz.txt b/llmlab/lib/python3.12/site-packages/DateTime/pytz.txt new file mode 100644 index 0000000..3a87338 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/pytz.txt @@ -0,0 +1,192 @@ +Pytz Support +============ + +Allows the pytz package to be used for time zone information. The +advantage of using pytz is that it has a more complete and up to date +time zone and daylight savings time database. + +Usage +----- +You don't have to do anything special to make it work. + + >>> from DateTime import DateTime, Timezones + >>> d = DateTime('March 11, 2007 US/Eastern') + +Daylight Savings +---------------- +In 2007 daylight savings time in the US was changed. The Energy Policy +Act of 2005 mandates that DST will start on the second Sunday in March +and end on the first Sunday in November. + +In 2007, the start and stop dates are March 11 and November 4, +respectively. These dates are different from previous DST start and +stop dates. In 2006, the dates were the first Sunday in April (April +2, 2006) and the last Sunday in October (October 29, 2006). + +Let's make sure that DateTime can deal with this, since the primary +motivation to use pytz for time zone information is the fact that it +is kept up to date with daylight savings changes. + + >>> DateTime('March 11, 2007 US/Eastern').tzoffset() + -18000 + >>> DateTime('March 12, 2007 US/Eastern').tzoffset() + -14400 + >>> DateTime('November 4, 2007 US/Eastern').tzoffset() + -14400 + >>> DateTime('November 5, 2007 US/Eastern').tzoffset() + -18000 + +Let's compare this to 2006. + + >>> DateTime('April 2, 2006 US/Eastern').tzoffset() + -18000 + >>> DateTime('April 3, 2006 US/Eastern').tzoffset() + -14400 + >>> DateTime('October 29, 2006 US/Eastern').tzoffset() + -14400 + >>> DateTime('October 30, 2006 US/Eastern').tzoffset() + -18000 + +Time Zones +--------- +DateTime can use pytz's large database of time zones. Here are some +examples: + + >>> d = DateTime('Pacific/Kwajalein') + >>> d = DateTime('America/Shiprock') + >>> d = DateTime('Africa/Ouagadougou') + +Of course pytz doesn't know about everything. + + >>> from DateTime.interfaces import SyntaxError + >>> try: + ... d = DateTime('July 21, 1969 Moon/Eastern') + ... print('fail') + ... except SyntaxError: + ... print('ok') + ok + +You can still use zone names that DateTime defines that aren't part of +the pytz database. + + >>> d = DateTime('eet') + >>> d = DateTime('iceland') + +These time zones use DateTimes database. So it's preferable to use the +official time zone name. + +One trickiness is that DateTime supports some zone name +abbreviations. Some of these map to pytz names, so these abbreviations +will give you time zone date from pytz. Notable among abbreviations +that work this way are 'est', 'cst', 'mst', and 'pst'. + +Let's verify that 'est' picks up the 2007 daylight savings time changes. + + >>> DateTime('March 11, 2007 est').tzoffset() + -18000 + >>> DateTime('March 12, 2007 est').tzoffset() + -14400 + >>> DateTime('November 4, 2007 est').tzoffset() + -14400 + >>> DateTime('November 5, 2007 est').tzoffset() + -18000 + +You can get a list of time zones supported by calling the Timezones() function. + + >>> Timezones() #doctest: +ELLIPSIS + ['Africa/Abidjan', 'Africa/Accra', 'Africa/Addis_Ababa', ...] + +Note that you can mess with this list without hurting things. + + >>> t = Timezones() + >>> t.remove('US/Eastern') + >>> d = DateTime('US/Eastern') + + +Internal Components +------------------- + +The following are tests of internal components. + +Cache +~~~~~ + +The DateTime class uses a new time zone cache. + + >>> from DateTime.DateTime import _TZINFO + >>> _TZINFO #doctest: +ELLIPSIS + + +The cache maps time zone names to time zone instances. + + >>> cache = _TZINFO + >>> tz = cache['GMT+730'] + >>> tz = cache['US/Mountain'] + +The cache also must provide a few attributes for use by the DateTime +class. + +The _zlst attribute is a list of supported time zone names. + + >>> cache._zlst #doctest: +ELLIPSIS + ['Africa/Abidjan'... 'Africa/Accra'... 'IDLE'... 'NZST'... 'NZT'...] + +The _zidx attribute is a list of lower-case and possibly abbreviated +time zone names that can be mapped to official zone names. + + >>> 'australia/yancowinna' in cache._zidx + True + >>> 'europe/isle_of_man' in cache._zidx + True + >>> 'gmt+0500' in cache._zidx + True + +Note that there are more items in _zidx than in _zlst since there are +multiple names for some time zones. + + >>> len(cache._zidx) > len(cache._zlst) + True + +Each entry in _zlst should also be present in _zidx in lower case form. + + >>> for name in cache._zlst: + ... if not name.lower() in cache._zidx: + ... print("Error %s not in _zidx" % name.lower()) + +The _zmap attribute maps the names in _zidx to official names in _zlst. + + >>> cache._zmap['africa/abidjan'] + 'Africa/Abidjan' + >>> cache._zmap['gmt+1'] + 'GMT+1' + >>> cache._zmap['gmt+0100'] + 'GMT+1' + >>> cache._zmap['utc'] + 'UTC' + +Let's make sure that _zmap and _zidx agree. + + >>> idx = set(cache._zidx) + >>> keys = set(cache._zmap.keys()) + >>> idx == keys + True + +Timezone objects +~~~~~~~~~~~~~~~~ +The timezone instances have only one public method info(). It returns +a tuple of (offset, is_dst, name). The method takes a timestamp, which +is used to determine dst information. + + >>> t1 = DateTime('November 4, 00:00 2007 US/Mountain').timeTime() + >>> t2 = DateTime('November 4, 02:00 2007 US/Mountain').timeTime() + >>> tz.info(t1) + (-21600, 1, 'MDT') + >>> tz.info(t2) + (-25200, 0, 'MST') + +If you don't pass any arguments to info it provides daylight savings +time information as of today. + + >>> tz.info() in ((-21600, 1, 'MDT'), (-25200, 0, 'MST')) + True + diff --git a/llmlab/lib/python3.12/site-packages/DateTime/pytz_support.py b/llmlab/lib/python3.12/site-packages/DateTime/pytz_support.py new file mode 100644 index 0000000..4acf324 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/pytz_support.py @@ -0,0 +1,269 @@ +############################################################################## +# +# Copyright (c) 2007 Zope Foundation and Contributors. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE +# +############################################################################## + +from datetime import datetime +from datetime import timedelta + +import pytz +import pytz.reference +from pytz.tzinfo import StaticTzInfo +from pytz.tzinfo import memorized_timedelta + +from .interfaces import DateTimeError + + +EPOCH = datetime.fromtimestamp(0, tz=pytz.utc) + +_numeric_timezone_data = { + 'GMT': ('GMT', 0, 1, [], '', [(0, 0, 0)], 'GMT\000'), + 'GMT+0': ('GMT+0', 0, 1, [], '', [(0, 0, 0)], 'GMT+0000\000'), + 'GMT+1': ('GMT+1', 0, 1, [], '', [(3600, 0, 0)], 'GMT+0100\000'), + 'GMT+2': ('GMT+2', 0, 1, [], '', [(7200, 0, 0)], 'GMT+0200\000'), + 'GMT+3': ('GMT+3', 0, 1, [], '', [(10800, 0, 0)], 'GMT+0300\000'), + 'GMT+4': ('GMT+4', 0, 1, [], '', [(14400, 0, 0)], 'GMT+0400\000'), + 'GMT+5': ('GMT+5', 0, 1, [], '', [(18000, 0, 0)], 'GMT+0500\000'), + 'GMT+6': ('GMT+6', 0, 1, [], '', [(21600, 0, 0)], 'GMT+0600\000'), + 'GMT+7': ('GMT+7', 0, 1, [], '', [(25200, 0, 0)], 'GMT+0700\000'), + 'GMT+8': ('GMT+8', 0, 1, [], '', [(28800, 0, 0)], 'GMT+0800\000'), + 'GMT+9': ('GMT+9', 0, 1, [], '', [(32400, 0, 0)], 'GMT+0900\000'), + 'GMT+10': ('GMT+10', 0, 1, [], '', [(36000, 0, 0)], 'GMT+1000\000'), + 'GMT+11': ('GMT+11', 0, 1, [], '', [(39600, 0, 0)], 'GMT+1100\000'), + 'GMT+12': ('GMT+12', 0, 1, [], '', [(43200, 0, 0)], 'GMT+1200\000'), + 'GMT+13': ('GMT+13', 0, 1, [], '', [(46800, 0, 0)], 'GMT+1300\000'), + + 'GMT-1': ('GMT-1', 0, 1, [], '', [(-3600, 0, 0)], 'GMT-0100\000'), + 'GMT-2': ('GMT-2', 0, 1, [], '', [(-7200, 0, 0)], 'GMT-0200\000'), + 'GMT-3': ('GMT-3', 0, 1, [], '', [(-10800, 0, 0)], 'GMT-0300\000'), + 'GMT-4': ('GMT-4', 0, 1, [], '', [(-14400, 0, 0)], 'GMT-0400\000'), + 'GMT-5': ('GMT-5', 0, 1, [], '', [(-18000, 0, 0)], 'GMT-0500\000'), + 'GMT-6': ('GMT-6', 0, 1, [], '', [(-21600, 0, 0)], 'GMT-0600\000'), + 'GMT-7': ('GMT-7', 0, 1, [], '', [(-25200, 0, 0)], 'GMT-0700\000'), + 'GMT-8': ('GMT-8', 0, 1, [], '', [(-28800, 0, 0)], 'GMT-0800\000'), + 'GMT-9': ('GMT-9', 0, 1, [], '', [(-32400, 0, 0)], 'GMT-0900\000'), + 'GMT-10': ('GMT-10', 0, 1, [], '', [(-36000, 0, 0)], 'GMT-1000\000'), + 'GMT-11': ('GMT-11', 0, 1, [], '', [(-39600, 0, 0)], 'GMT-1100\000'), + 'GMT-12': ('GMT-12', 0, 1, [], '', [(-43200, 0, 0)], 'GMT-1200\000'), + + 'GMT+0130': ('GMT+0130', 0, 1, [], '', [(5400, 0, 0)], 'GMT+0130\000'), + 'GMT+0230': ('GMT+0230', 0, 1, [], '', [(9000, 0, 0)], 'GMT+0230\000'), + 'GMT+0330': ('GMT+0330', 0, 1, [], '', [(12600, 0, 0)], 'GMT+0330\000'), + 'GMT+0430': ('GMT+0430', 0, 1, [], '', [(16200, 0, 0)], 'GMT+0430\000'), + 'GMT+0530': ('GMT+0530', 0, 1, [], '', [(19800, 0, 0)], 'GMT+0530\000'), + 'GMT+0630': ('GMT+0630', 0, 1, [], '', [(23400, 0, 0)], 'GMT+0630\000'), + 'GMT+0730': ('GMT+0730', 0, 1, [], '', [(27000, 0, 0)], 'GMT+0730\000'), + 'GMT+0830': ('GMT+0830', 0, 1, [], '', [(30600, 0, 0)], 'GMT+0830\000'), + 'GMT+0930': ('GMT+0930', 0, 1, [], '', [(34200, 0, 0)], 'GMT+0930\000'), + 'GMT+1030': ('GMT+1030', 0, 1, [], '', [(37800, 0, 0)], 'GMT+1030\000'), + 'GMT+1130': ('GMT+1130', 0, 1, [], '', [(41400, 0, 0)], 'GMT+1130\000'), + 'GMT+1230': ('GMT+1230', 0, 1, [], '', [(45000, 0, 0)], 'GMT+1230\000'), + + 'GMT-0130': ('GMT-0130', 0, 1, [], '', [(-5400, 0, 0)], 'GMT-0130\000'), + 'GMT-0230': ('GMT-0230', 0, 1, [], '', [(-9000, 0, 0)], 'GMT-0230\000'), + 'GMT-0330': ('GMT-0330', 0, 1, [], '', [(-12600, 0, 0)], 'GMT-0330\000'), + 'GMT-0430': ('GMT-0430', 0, 1, [], '', [(-16200, 0, 0)], 'GMT-0430\000'), + 'GMT-0530': ('GMT-0530', 0, 1, [], '', [(-19800, 0, 0)], 'GMT-0530\000'), + 'GMT-0630': ('GMT-0630', 0, 1, [], '', [(-23400, 0, 0)], 'GMT-0630\000'), + 'GMT-0730': ('GMT-0730', 0, 1, [], '', [(-27000, 0, 0)], 'GMT-0730\000'), + 'GMT-0830': ('GMT-0830', 0, 1, [], '', [(-30600, 0, 0)], 'GMT-0830\000'), + 'GMT-0930': ('GMT-0930', 0, 1, [], '', [(-34200, 0, 0)], 'GMT-0930\000'), + 'GMT-1030': ('GMT-1030', 0, 1, [], '', [(-37800, 0, 0)], 'GMT-1030\000'), + 'GMT-1130': ('GMT-1130', 0, 1, [], '', [(-41400, 0, 0)], 'GMT-1130\000'), + 'GMT-1230': ('GMT-1230', 0, 1, [], '', [(-45000, 0, 0)], 'GMT-1230\000'), +} + +# These are the timezones not in pytz.common_timezones +_old_zlst = [ + 'AST', 'AT', 'BST', 'BT', 'CCT', + 'CET', 'CST', 'Cuba', 'EADT', 'EAST', + 'EEST', 'EET', 'EST', 'Egypt', 'FST', + 'FWT', 'GB-Eire', 'GMT+0100', 'GMT+0130', 'GMT+0200', + 'GMT+0230', 'GMT+0300', 'GMT+0330', 'GMT+0400', 'GMT+0430', + 'GMT+0500', 'GMT+0530', 'GMT+0600', 'GMT+0630', 'GMT+0700', + 'GMT+0730', 'GMT+0800', 'GMT+0830', 'GMT+0900', 'GMT+0930', + 'GMT+1', 'GMT+1000', 'GMT+1030', 'GMT+1100', 'GMT+1130', + 'GMT+1200', 'GMT+1230', 'GMT+1300', 'GMT-0100', 'GMT-0130', + 'GMT-0200', 'GMT-0300', 'GMT-0400', 'GMT-0500', 'GMT-0600', + 'GMT-0630', 'GMT-0700', 'GMT-0730', 'GMT-0800', 'GMT-0830', + 'GMT-0900', 'GMT-0930', 'GMT-1000', 'GMT-1030', 'GMT-1100', + 'GMT-1130', 'GMT-1200', 'GMT-1230', 'GST', 'Greenwich', + 'Hongkong', 'IDLE', 'IDLW', 'Iceland', 'Iran', + 'Israel', 'JST', 'Jamaica', 'Japan', 'MEST', + 'MET', 'MEWT', 'MST', 'NT', 'NZDT', + 'NZST', 'NZT', 'PST', 'Poland', 'SST', + 'SWT', 'Singapore', 'Turkey', 'UCT', 'UT', + 'Universal', 'WADT', 'WAST', 'WAT', 'WET', + 'ZP4', 'ZP5', 'ZP6', +] + +_old_zmap = { + 'aest': 'GMT+10', 'aedt': 'GMT+11', + 'aus eastern standard time': 'GMT+10', + 'sydney standard time': 'GMT+10', + 'tasmania standard time': 'GMT+10', + 'e. australia standard time': 'GMT+10', + 'aus central standard time': 'GMT+0930', + 'cen. australia standard time': 'GMT+0930', + 'w. australia standard time': 'GMT+8', + + 'central europe standard time': 'GMT+1', + 'eastern standard time': 'US/Eastern', + 'us eastern standard time': 'US/Eastern', + 'central standard time': 'US/Central', + 'mountain standard time': 'US/Mountain', + 'pacific standard time': 'US/Pacific', + 'mst': 'US/Mountain', 'pst': 'US/Pacific', + 'cst': 'US/Central', 'est': 'US/Eastern', + + 'gmt+0000': 'GMT+0', 'gmt+0': 'GMT+0', + + 'gmt+0100': 'GMT+1', 'gmt+0200': 'GMT+2', 'gmt+0300': 'GMT+3', + 'gmt+0400': 'GMT+4', 'gmt+0500': 'GMT+5', 'gmt+0600': 'GMT+6', + 'gmt+0700': 'GMT+7', 'gmt+0800': 'GMT+8', 'gmt+0900': 'GMT+9', + 'gmt+1000': 'GMT+10', 'gmt+1100': 'GMT+11', 'gmt+1200': 'GMT+12', + 'gmt+1300': 'GMT+13', + 'gmt-0100': 'GMT-1', 'gmt-0200': 'GMT-2', 'gmt-0300': 'GMT-3', + 'gmt-0400': 'GMT-4', 'gmt-0500': 'GMT-5', 'gmt-0600': 'GMT-6', + 'gmt-0700': 'GMT-7', 'gmt-0800': 'GMT-8', 'gmt-0900': 'GMT-9', + 'gmt-1000': 'GMT-10', 'gmt-1100': 'GMT-11', 'gmt-1200': 'GMT-12', + + 'gmt+1': 'GMT+1', 'gmt+2': 'GMT+2', 'gmt+3': 'GMT+3', + 'gmt+4': 'GMT+4', 'gmt+5': 'GMT+5', 'gmt+6': 'GMT+6', + 'gmt+7': 'GMT+7', 'gmt+8': 'GMT+8', 'gmt+9': 'GMT+9', + 'gmt+10': 'GMT+10', 'gmt+11': 'GMT+11', 'gmt+12': 'GMT+12', + 'gmt+13': 'GMT+13', + 'gmt-1': 'GMT-1', 'gmt-2': 'GMT-2', 'gmt-3': 'GMT-3', + 'gmt-4': 'GMT-4', 'gmt-5': 'GMT-5', 'gmt-6': 'GMT-6', + 'gmt-7': 'GMT-7', 'gmt-8': 'GMT-8', 'gmt-9': 'GMT-9', + 'gmt-10': 'GMT-10', 'gmt-11': 'GMT-11', 'gmt-12': 'GMT-12', + + 'gmt+130': 'GMT+0130', 'gmt+0130': 'GMT+0130', + 'gmt+230': 'GMT+0230', 'gmt+0230': 'GMT+0230', + 'gmt+330': 'GMT+0330', 'gmt+0330': 'GMT+0330', + 'gmt+430': 'GMT+0430', 'gmt+0430': 'GMT+0430', + 'gmt+530': 'GMT+0530', 'gmt+0530': 'GMT+0530', + 'gmt+630': 'GMT+0630', 'gmt+0630': 'GMT+0630', + 'gmt+730': 'GMT+0730', 'gmt+0730': 'GMT+0730', + 'gmt+830': 'GMT+0830', 'gmt+0830': 'GMT+0830', + 'gmt+930': 'GMT+0930', 'gmt+0930': 'GMT+0930', + 'gmt+1030': 'GMT+1030', + 'gmt+1130': 'GMT+1130', + 'gmt+1230': 'GMT+1230', + + 'gmt-130': 'GMT-0130', 'gmt-0130': 'GMT-0130', + 'gmt-230': 'GMT-0230', 'gmt-0230': 'GMT-0230', + 'gmt-330': 'GMT-0330', 'gmt-0330': 'GMT-0330', + 'gmt-430': 'GMT-0430', 'gmt-0430': 'GMT-0430', + 'gmt-530': 'GMT-0530', 'gmt-0530': 'GMT-0530', + 'gmt-630': 'GMT-0630', 'gmt-0630': 'GMT-0630', + 'gmt-730': 'GMT-0730', 'gmt-0730': 'GMT-0730', + 'gmt-830': 'GMT-0830', 'gmt-0830': 'GMT-0830', + 'gmt-930': 'GMT-0930', 'gmt-0930': 'GMT-0930', + 'gmt-1030': 'GMT-1030', + 'gmt-1130': 'GMT-1130', + 'gmt-1230': 'GMT-1230', + + 'ut': 'Universal', + 'bst': 'GMT+1', 'mest': 'GMT+2', 'sst': 'GMT+2', + 'fst': 'GMT+2', 'wadt': 'GMT+8', 'eadt': 'GMT+11', 'nzdt': 'GMT+13', + 'wet': 'GMT', 'wat': 'GMT+1', 'at': 'GMT-2', 'ast': 'GMT-4', + 'nt': 'GMT-11', 'idlw': 'GMT-12', 'cet': 'GMT+1', 'cest': 'GMT+2', + 'met': 'GMT+1', + 'mewt': 'GMT+1', 'swt': 'GMT+1', 'fwt': 'GMT+1', 'eet': 'GMT+2', + 'eest': 'GMT+3', + 'bt': 'GMT+3', 'zp4': 'GMT+4', 'zp5': 'GMT+5', 'zp6': 'GMT+6', + 'wast': 'GMT+7', 'cct': 'GMT+8', 'jst': 'GMT+9', 'east': 'GMT+10', + 'gst': 'GMT+10', 'nzt': 'GMT+12', 'nzst': 'GMT+12', 'idle': 'GMT+12', + 'ret': 'GMT+4', 'ist': 'GMT+0530', 'edt': 'GMT-4', + +} + + +# some timezone definitions of the "-0400" are not working +# when upgrading +for hour in range(0, 13): + hour = hour + fhour = str(hour) + if len(fhour) == 1: + fhour = '0' + fhour + _old_zmap['-%s00' % fhour] = 'GMT-%i' % hour + _old_zmap['+%s00' % fhour] = 'GMT+%i' % hour + + +def _p(zone): + return _numeric_timezones[zone] + + +def _static_timezone_factory(data): + zone = data[0] + cls = type(zone, (StaticTzInfo,), dict( + __reduce__=lambda _: (_p, (zone, )), + zone=zone, + _utcoffset=memorized_timedelta(data[5][0][0]), + _tzname=data[6][:-1])) # strip the trailing null + return cls() + + +_numeric_timezones = {key: _static_timezone_factory(data) + for key, data in _numeric_timezone_data.items()} + + +class Timezone: + """ + Timezone information returned by PytzCache.__getitem__ + Adapts datetime.tzinfo object to DateTime._timezone interface + """ + + def __init__(self, tzinfo): + self.tzinfo = tzinfo + + def info(self, t=None): + if t is None: + dt = datetime.now(tz=pytz.utc) + else: + # can't use utcfromtimestamp past 2038 + dt = EPOCH + timedelta(0, t) + + # need to normalize tzinfo for the datetime to deal with + # daylight savings time. + normalized_dt = self.tzinfo.normalize(dt.astimezone(self.tzinfo)) + normalized_tzinfo = normalized_dt.tzinfo + + offset = normalized_tzinfo.utcoffset(normalized_dt) + secs = offset.days * 24 * 60 * 60 + offset.seconds + dst = normalized_tzinfo.dst(normalized_dt) + if dst == timedelta(0): + is_dst = 0 + else: + is_dst = 1 + return secs, is_dst, normalized_tzinfo.tzname(normalized_dt) + + +class PytzCache: + """ + Reimplementation of the DateTime._cache class that uses for timezone info + """ + + _zlst = pytz.common_timezones + _old_zlst # used by DateTime.TimeZones + _zmap = {name.lower(): name for name in pytz.all_timezones} + _zmap.update(_old_zmap) # These must take priority + _zidx = _zmap.keys() + + def __getitem__(self, key): + name = self._zmap.get(key.lower(), key) # fallback to key + try: + return Timezone(pytz.timezone(name)) + except pytz.UnknownTimeZoneError: + try: + return Timezone(_numeric_timezones[name]) + except KeyError: + raise DateTimeError('Unrecognized timezone: %s' % key) diff --git a/llmlab/lib/python3.12/site-packages/DateTime/tests/__init__.py b/llmlab/lib/python3.12/site-packages/DateTime/tests/__init__.py new file mode 100644 index 0000000..e67bcb6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/tests/__init__.py @@ -0,0 +1,15 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## + +# This file is needed to make this a package. diff --git a/llmlab/lib/python3.12/site-packages/DateTime/tests/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/DateTime/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..708d3b82f07e869535b7090471f22420ad98cfe4 GIT binary patch literal 187 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 UroE3DzV}$gzBT6WR~P~RFRhDZbpQYW literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/DateTime/tests/julian_testdata.txt b/llmlab/lib/python3.12/site-packages/DateTime/tests/julian_testdata.txt new file mode 100644 index 0000000..386c3da --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/tests/julian_testdata.txt @@ -0,0 +1,57 @@ +1970-01-01 (1970, 1, 4) +1970-01-02 (1970, 1, 5) +1970-01-30 (1970, 5, 5) +1970-01-31 (1970, 5, 6) +1970-02-01 (1970, 5, 7) +1970-02-02 (1970, 6, 1) +1970-02-28 (1970, 9, 6) +1970-03-01 (1970, 9, 7) +1970-03-30 (1970, 14, 1) +1970-03-31 (1970, 14, 2) +1970-04-01 (1970, 14, 3) +1970-09-30 (1970, 40, 3) +1970-10-01 (1970, 40, 4) +1970-10-02 (1970, 40, 5) +1970-10-03 (1970, 40, 6) +1970-10-04 (1970, 40, 7) +1970-10-05 (1970, 41, 1) +1971-01-02 (1970, 53, 6) +1971-01-03 (1970, 53, 7) +1971-01-04 (1971, 1, 1) +1971-01-05 (1971, 1, 2) +1971-12-31 (1971, 52, 5) +1972-01-01 (1971, 52, 6) +1972-01-02 (1971, 52, 7) +1972-01-03 (1972, 1, 1) +1972-01-04 (1972, 1, 2) +1972-12-30 (1972, 52, 6) +1972-12-31 (1972, 52, 7) +1973-01-01 (1973, 1, 1) +1973-01-02 (1973, 1, 2) +1973-12-29 (1973, 52, 6) +1973-12-30 (1973, 52, 7) +1973-12-31 (1974, 1, 1) +1974-01-01 (1974, 1, 2) +1998-12-30 (1998, 53, 3) +1998-12-31 (1998, 53, 4) +1999-01-01 (1998, 53, 5) +1999-01-02 (1998, 53, 6) +1999-01-03 (1998, 53, 7) +1999-01-04 (1999, 1, 1) +1999-01-05 (1999, 1, 2) +1999-12-30 (1999, 52, 4) +1999-12-31 (1999, 52, 5) +2000-01-01 (1999, 52, 6) +2000-01-02 (1999, 52, 7) +2000-01-03 (2000, 1, 1) +2000-01-04 (2000, 1, 2) +2000-01-05 (2000, 1, 3) +2000-01-06 (2000, 1, 4) +2000-01-07 (2000, 1, 5) +2000-01-08 (2000, 1, 6) +2000-01-09 (2000, 1, 7) +2000-01-10 (2000, 2, 1) +2019-12-28 (2019, 52, 6) +2019-12-29 (2019, 52, 7) +2019-12-30 (2020, 1, 1) +2019-12-31 (2020, 1, 2) diff --git a/llmlab/lib/python3.12/site-packages/DateTime/tests/test_datetime.py b/llmlab/lib/python3.12/site-packages/DateTime/tests/test_datetime.py new file mode 100644 index 0000000..f4c2644 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/DateTime/tests/test_datetime.py @@ -0,0 +1,764 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## + +import math +import os +import pickle +import platform +import sys +import time +import unittest +from datetime import date +from datetime import datetime +from datetime import timedelta +from datetime import tzinfo + +import pytz + +from DateTime import DateTime +from DateTime.DateTime import _findLocalTimeZoneName + + +try: + __file__ +except NameError: # pragma: no cover + f = sys.argv[0] +else: + f = __file__ + +IS_PYPY = getattr(platform, 'python_implementation', lambda: None)() == 'PyPy' + +DATADIR = os.path.dirname(os.path.abspath(f)) +del f + +ZERO = timedelta(0) + + +class FixedOffset(tzinfo): + """Fixed offset in minutes east from UTC.""" + + def __init__(self, offset, name): + self.__offset = timedelta(minutes=offset) + self.__name = name + + def utcoffset(self, dt): + return self.__offset + + def tzname(self, dt): + return self.__name + + def dst(self, dt): + return ZERO + + +class DateTimeTests(unittest.TestCase): + + def _compare(self, dt1, dt2): + '''Compares the internal representation of dt1 with + the representation in dt2. Allows sub-millisecond variations. + Primarily for testing.''' + self.assertEqual(round(dt1._t, 3), round(dt2._t, 3)) + self.assertEqual(round(dt1._d, 9), round(dt2._d, 9)) + self.assertEqual(round(dt1.time, 9), round(dt2.time, 9)) + self.assertEqual(dt1.millis(), dt2.millis()) + self.assertEqual(dt1._micros, dt2._micros) + + def testBug1203(self): + # 01:59:60 occurred in old DateTime + dt = DateTime(7200, 'GMT') + self.assertTrue(str(dt).find('60') < 0, dt) + + def testDSTInEffect(self): + # Checks GMT offset for a DST date in the US/Eastern time zone + dt = DateTime(2000, 5, 9, 15, 0, 0, 'US/Eastern') + self.assertEqual(dt.toZone('GMT').hour(), 19, + (dt, dt.toZone('GMT'))) + + def testDSTNotInEffect(self): + # Checks GMT offset for a non-DST date in the US/Eastern time zone + dt = DateTime(2000, 11, 9, 15, 0, 0, 'US/Eastern') + self.assertEqual(dt.toZone('GMT').hour(), 20, + (dt, dt.toZone('GMT'))) + + def testAddPrecision(self): + # Precision of serial additions + dt = DateTime() + self.assertEqual(str(dt + 0.10 + 3.14 + 6.76 - 10), str(dt), + dt) + # checks problem reported in + # https://github.com/zopefoundation/DateTime/issues/41 + dt = DateTime(2038, 10, 7, 8, 52, 44.959840, "UTC") + self.assertEqual(str(dt + 0.10 + 3.14 + 6.76 - 10), str(dt), + dt) + + def testConsistentSecondMicroRounding(self): + dt = DateTime(2038, 10, 7, 8, 52, 44.9598398, "UTC") + self.assertEqual(int(dt.second() * 1000000), + dt.micros() % 60000000) + + def testConstructor3(self): + # Constructor from date/time string + dt = DateTime() + dt1s = '%d/%d/%d %d:%d:%f %s' % ( + dt.year(), + dt.month(), + dt.day(), + dt.hour(), + dt.minute(), + dt.second(), + dt.timezone()) + dt1 = DateTime(dt1s) + # Compare representations as it's the + # only way to compare the dates to the same accuracy + self.assertEqual(repr(dt), repr(dt1)) + + def testConstructor4(self): + # Constructor from time float + dt = DateTime() + dt1 = DateTime(float(dt)) + self._compare(dt, dt1) + + def testConstructor5(self): + # Constructor from time float and timezone + dt = DateTime() + dt1 = DateTime(float(dt), dt.timezone()) + self.assertEqual(str(dt), str(dt1), (dt, dt1)) + dt1 = DateTime(float(dt), str(dt.timezone())) + self.assertEqual(str(dt), str(dt1), (dt, dt1)) + + def testConstructor6(self): + # Constructor from year and julian date + # This test must normalize the time zone, or it *will* break when + # DST changes! + dt1 = DateTime(2000, 5.500000578705) + dt = DateTime('2000/1/5 12:00:00.050 pm %s' % dt1.localZone()) + self._compare(dt, dt1) + + def testConstructor7(self): + # Constructor from parts + dt = DateTime() + dt1 = DateTime( + dt.year(), + dt.month(), + dt.day(), + dt.hour(), + dt.minute(), + dt.second(), + dt.timezone()) + # Compare representations as it's the + # only way to compare the dates to the same accuracy + self.assertEqual(repr(dt), repr(dt1)) + + def testDayOfWeek(self): + # Compare to the datetime.date value to make it locale independent + expected = date(2000, 6, 16).strftime('%A') + # strftime() used to always be passed a day of week of 0 + dt = DateTime('2000/6/16') + s = dt.strftime('%A') + self.assertEqual(s, expected, (dt, s)) + + def testOldDate(self): + # Fails when an 1800 date is displayed with negative signs + dt = DateTime('1830/5/6 12:31:46.213 pm') + dt1 = dt.toZone('GMT+6') + self.assertTrue(str(dt1).find('-') < 0, (dt, dt1)) + + def testSubtraction(self): + # Reconstruction of a DateTime from its parts, with subtraction + # this also tests the accuracy of addition and reconstruction + dt = DateTime() + dt1 = dt - 3.141592653 + dt2 = DateTime( + dt.year(), + dt.month(), + dt.day(), + dt.hour(), + dt.minute(), + dt.second()) + dt3 = dt2 - 3.141592653 + self.assertEqual(dt1, dt3, (dt, dt1, dt2, dt3)) + + def testTZ1add(self): + # Time zone manipulation: add to a date + dt = DateTime('1997/3/8 1:45am GMT-4') + dt1 = DateTime('1997/3/9 1:45pm GMT+8') + self.assertTrue((dt + 1.0).equalTo(dt1)) + + def testTZ1sub(self): + # Time zone manipulation: subtract from a date + dt = DateTime('1997/3/8 1:45am GMT-4') + dt1 = DateTime('1997/3/9 1:45pm GMT+8') + self.assertTrue((dt1 - 1.0).equalTo(dt)) + + def testTZ1diff(self): + # Time zone manipulation: diff two dates + dt = DateTime('1997/3/8 1:45am GMT-4') + dt1 = DateTime('1997/3/9 1:45pm GMT+8') + self.assertEqual(dt1 - dt, 1.0, (dt, dt1)) + + def test_compare_methods(self): + # Compare two dates using several methods + dt = DateTime('1997/1/1') + dt1 = DateTime('1997/2/2') + self.assertTrue(dt1.greaterThan(dt)) + self.assertTrue(dt1.greaterThanEqualTo(dt)) + self.assertTrue(dt.lessThan(dt1)) + self.assertTrue(dt.lessThanEqualTo(dt1)) + self.assertTrue(dt.notEqualTo(dt1)) + self.assertFalse(dt.equalTo(dt1)) + # Compare a date to float + dt = DateTime(1.0) + self.assertTrue(dt == DateTime(1.0)) # testing __eq__ + self.assertFalse(dt != DateTime(1.0)) # testing __ne__ + self.assertFalse(dt.greaterThan(1.0)) + self.assertTrue(dt.greaterThanEqualTo(1.0)) + self.assertFalse(dt.lessThan(1.0)) + self.assertTrue(dt.lessThanEqualTo(1.0)) + self.assertFalse(dt.notEqualTo(1.0)) + self.assertTrue(dt.equalTo(1.0)) + # Compare a date to int + dt = DateTime(1) + self.assertEqual(dt, DateTime(1.0)) + self.assertTrue(dt == DateTime(1)) # testing __eq__ + self.assertFalse(dt != DateTime(1)) # testing __ne__ + self.assertFalse(dt.greaterThan(1)) + self.assertTrue(dt.greaterThanEqualTo(1)) + self.assertFalse(dt.lessThan(1)) + self.assertTrue(dt.lessThanEqualTo(1)) + self.assertFalse(dt.notEqualTo(1)) + self.assertTrue(dt.equalTo(1)) + # Compare a date to string; there is no implicit type conversion + # but behavior if consistent as when comparing, for example, an int + # and a string. + dt = DateTime("2023") + self.assertFalse(dt == "2023") # testing __eq__ + self.assertTrue(dt != "2023") # testing __ne__ + self.assertRaises(TypeError, dt.greaterThan, "2023") + self.assertRaises(TypeError, dt.greaterThanEqualTo, "2023") + self.assertRaises(TypeError, dt.lessThan, "2023") + self.assertRaises(TypeError, dt.lessThanEqualTo, "2023") + self.assertTrue(dt.notEqualTo("2023")) + self.assertFalse(dt.equalTo("2023")) + + def test_compare_methods_none(self): + # Compare a date to None + for dt in (DateTime('1997/1/1'), DateTime(0)): + self.assertTrue(dt.greaterThan(None)) + self.assertTrue(dt.greaterThanEqualTo(None)) + self.assertFalse(dt.lessThan(None)) + self.assertFalse(dt.lessThanEqualTo(None)) + self.assertTrue(dt.notEqualTo(None)) + self.assertFalse(dt.equalTo(None)) + + def test_pickle(self): + dt = DateTime() + data = pickle.dumps(dt, 1) + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_with_tz(self): + dt = DateTime('2002/5/2 8:00am GMT+8') + data = pickle.dumps(dt, 1) + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_asdatetime_with_tz(self): + dt = DateTime('2002/5/2 8:00am GMT+8') + data = pickle.dumps(dt.asdatetime(), 1) + new = DateTime(pickle.loads(data)) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_with_numerical_tz(self): + for dt_str in ('2007/01/02 12:34:56.789 +0300', + '2007/01/02 12:34:56.789 +0430', + '2007/01/02 12:34:56.789 -1234'): + dt = DateTime(dt_str) + data = pickle.dumps(dt, 1) + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_with_micros(self): + dt = DateTime('2002/5/2 8:00:14.123 GMT+8') + data = pickle.dumps(dt, 1) + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_old(self): + dt = DateTime('2002/5/2 8:00am GMT+0') + data = ( + '(cDateTime.DateTime\nDateTime\nq\x01Noq\x02}q\x03(U\x05' + '_amonq\x04U\x03Mayq\x05U\x05_adayq\x06U\x03Thuq\x07U\x05_pmonq' + '\x08h\x05U\x05_hourq\tK\x08U\x05_fmonq\nh\x05U\x05_pdayq\x0bU' + '\x04Thu.q\x0cU\x05_fdayq\rU\x08Thursdayq\x0eU\x03_pmq\x0fU\x02amq' + '\x10U\x02_tq\x11GA\xcehy\x00\x00\x00\x00U\x07_minuteq\x12K\x00U' + '\x07_microsq\x13L1020326400000000L\nU\x02_dq\x14G@\xe2\x12j\xaa' + '\xaa\xaa\xabU\x07_secondq\x15G\x00\x00\x00\x00\x00\x00\x00\x00U' + '\x03_tzq\x16U\x05GMT+0q\x17U\x06_monthq\x18K\x05U' + '\x0f_timezone_naiveq\x19I00\nU\x04_dayq\x1aK\x02U\x05_yearq' + '\x1bM\xd2\x07U\x08_nearsecq\x1cG\x00\x00\x00\x00\x00\x00\x00' + '\x00U\x07_pmhourq\x1dK\x08U\n_dayoffsetq\x1eK\x04U\x04timeq' + '\x1fG?\xd5UUUV\x00\x00ub.') + data = data.encode('latin-1') + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_old_without_micros(self): + dt = DateTime('2002/5/2 8:00am GMT+0') + data = ( + '(cDateTime.DateTime\nDateTime\nq\x01Noq\x02}q\x03(U\x05' + '_amonq\x04U\x03Mayq\x05U\x05_adayq\x06U\x03Thuq\x07U\x05_pmonq' + '\x08h\x05U\x05_hourq\tK\x08U\x05_fmonq\nh\x05U\x05_pdayq\x0bU' + '\x04Thu.q\x0cU\x05_fdayq\rU\x08Thursdayq\x0eU\x03_pmq\x0fU' + '\x02amq\x10U\x02_tq\x11GA\xcehy\x00\x00\x00\x00U\x07_minuteq' + '\x12K\x00U\x02_dq\x13G@\xe2\x12j\xaa\xaa\xaa\xabU\x07_secondq' + '\x14G\x00\x00\x00\x00\x00\x00\x00\x00U\x03_tzq\x15U\x05GMT+0q' + '\x16U\x06_monthq\x17K\x05U\x0f_timezone_naiveq\x18I00\nU' + '\x04_dayq\x19K\x02U\x05_yearq\x1aM\xd2\x07U\x08_nearsecq' + '\x1bG\x00\x00\x00\x00\x00\x00\x00\x00U\x07_pmhourq\x1cK\x08U' + '\n_dayoffsetq\x1dK\x04U\x04timeq\x1eG?\xd5UUUV\x00\x00ub.') + data = data.encode('latin-1') + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_dates_after_2038(self): + dt = DateTime('2039/09/02 07:07:6.235027 GMT+1') + data = pickle.dumps(dt, 1) + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def test_pickle_old_with_micros_as_float(self): + dt = DateTime('2002/5/2 8:00am GMT+0') + data = ( + 'ccopy_reg\n_reconstructor\nq\x00(cDateTime.DateTime\nDateTime' + '\nq\x01c__builtin__\nobject\nq\x02Ntq\x03Rq\x04(GA\xcehy\x00\x00' + '\x00\x00I00\nX\x05\x00\x00\x00GMT+0q\x05tq\x06b.') + data = data.encode('latin-1') + new = pickle.loads(data) + for key in DateTime.__slots__: + self.assertEqual(getattr(dt, key), getattr(new, key)) + + def testTZ2(self): + # Time zone manipulation test 2 + dt = DateTime() + dt1 = dt.toZone('GMT') + s = dt.second() + s1 = dt1.second() + self.assertEqual(s, s1, (dt, dt1, s, s1)) + + def testTZDiffDaylight(self): + # Diff dates across daylight savings dates + dt = DateTime('2000/6/8 1:45am US/Eastern') + dt1 = DateTime('2000/12/8 12:45am US/Eastern') + self.assertEqual(dt1 - dt, 183, (dt, dt1, dt1 - dt)) + + def testY10KDate(self): + # Comparison of a Y10K date and a Y2K date + dt = DateTime('10213/09/21') + dt1 = DateTime(2000, 1, 1) + + dsec = (dt.millis() - dt1.millis()) / 1000.0 + ddays = math.floor((dsec / 86400.0) + 0.5) + + self.assertEqual(ddays, 3000000, ddays) + + def test_tzoffset(self): + # Test time-zone given as an offset + + # GMT + dt = DateTime('Tue, 10 Sep 2001 09:41:03 GMT') + self.assertEqual(dt.tzoffset(), 0) + + # Timezone by name, a timezone that hasn't got daylightsaving. + dt = DateTime('Tue, 2 Mar 2001 09:41:03 GMT+3') + self.assertEqual(dt.tzoffset(), 10800) + + # Timezone by name, has daylightsaving but is not in effect. + dt = DateTime('Tue, 21 Jan 2001 09:41:03 PST') + self.assertEqual(dt.tzoffset(), -28800) + + # Timezone by name, with daylightsaving in effect + dt = DateTime('Tue, 24 Aug 2001 09:41:03 PST') + self.assertEqual(dt.tzoffset(), -25200) + + # A negative numerical timezone + dt = DateTime('Tue, 24 Jul 2001 09:41:03 -0400') + self.assertEqual(dt.tzoffset(), -14400) + + # A positive numerical timzone + dt = DateTime('Tue, 6 Dec 1966 01:41:03 +0200') + self.assertEqual(dt.tzoffset(), 7200) + + # A negative numerical timezone with minutes. + dt = DateTime('Tue, 24 Jul 2001 09:41:03 -0637') + self.assertEqual(dt.tzoffset(), -23820) + + # A positive numerical timezone with minutes. + dt = DateTime('Tue, 24 Jul 2001 09:41:03 +0425') + self.assertEqual(dt.tzoffset(), 15900) + + def testISO8601(self): + # ISO8601 reference dates + ref0 = DateTime('2002/5/2 8:00am GMT') + ref1 = DateTime('2002/5/2 8:00am US/Eastern') + ref2 = DateTime('2006/11/6 10:30 GMT') + ref3 = DateTime('2004/06/14 14:30:15 GMT-3') + ref4 = DateTime('2006/01/01 GMT') + + # Basic tests + # Though this is timezone naive and according to specification should + # be interpreted in the local timezone, to preserve backwards + # compatibility with previously expected behaviour. + isoDt = DateTime('2002-05-02T08:00:00') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002-05-02T08:00:00Z') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002-05-02T08:00:00+00:00') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002-05-02T08:00:00-04:00') + self.assertTrue(ref1.equalTo(isoDt)) + isoDt = DateTime('2002-05-02 08:00:00-04:00') + self.assertTrue(ref1.equalTo(isoDt)) + + # Bug 1386: the colon in the timezone offset is optional + isoDt = DateTime('2002-05-02T08:00:00-0400') + self.assertTrue(ref1.equalTo(isoDt)) + + # Bug 2191: date reduced formats + isoDt = DateTime('2006-01-01') + self.assertTrue(ref4.equalTo(isoDt)) + isoDt = DateTime('200601-01') + self.assertTrue(ref4.equalTo(isoDt)) + isoDt = DateTime('20060101') + self.assertTrue(ref4.equalTo(isoDt)) + isoDt = DateTime('2006-01') + self.assertTrue(ref4.equalTo(isoDt)) + isoDt = DateTime('200601') + self.assertTrue(ref4.equalTo(isoDt)) + isoDt = DateTime('2006') + self.assertTrue(ref4.equalTo(isoDt)) + + # Bug 2191: date/time separators are also optional + isoDt = DateTime('20020502T08:00:00') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002-05-02T080000') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('20020502T080000') + self.assertTrue(ref0.equalTo(isoDt)) + + # Bug 2191: timezones with only one digit for hour + isoDt = DateTime('20020502T080000+0') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('20020502 080000-4') + self.assertTrue(ref1.equalTo(isoDt)) + isoDt = DateTime('20020502T080000-400') + self.assertTrue(ref1.equalTo(isoDt)) + isoDt = DateTime('20020502T080000-4:00') + self.assertTrue(ref1.equalTo(isoDt)) + + # Bug 2191: optional seconds/minutes + isoDt = DateTime('2002-05-02T0800') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002-05-02T08') + self.assertTrue(ref0.equalTo(isoDt)) + + # Bug 2191: week format + isoDt = DateTime('2002-W18-4T0800') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002-W184T0800') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002W18-4T0800') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002W184T08') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2004-W25-1T14:30:15-03:00') + self.assertTrue(ref3.equalTo(isoDt)) + isoDt = DateTime('2004-W25T14:30:15-03:00') + self.assertTrue(ref3.equalTo(isoDt)) + + # Bug 2191: day of year format + isoDt = DateTime('2002-122T0800') + self.assertTrue(ref0.equalTo(isoDt)) + isoDt = DateTime('2002122T0800') + self.assertTrue(ref0.equalTo(isoDt)) + + # Bug 2191: hours/minutes fractions + isoDt = DateTime('2006-11-06T10.5') + self.assertTrue(ref2.equalTo(isoDt)) + isoDt = DateTime('2006-11-06T10,5') + self.assertTrue(ref2.equalTo(isoDt)) + isoDt = DateTime('20040614T1430.25-3') + self.assertTrue(ref3.equalTo(isoDt)) + isoDt = DateTime('2004-06-14T1430,25-3') + self.assertTrue(ref3.equalTo(isoDt)) + isoDt = DateTime('2004-06-14T14:30.25-3') + self.assertTrue(ref3.equalTo(isoDt)) + isoDt = DateTime('20040614T14:30,25-3') + self.assertTrue(ref3.equalTo(isoDt)) + + # ISO8601 standard format + iso8601_string = '2002-05-02T08:00:00-04:00' + iso8601DT = DateTime(iso8601_string) + self.assertEqual(iso8601_string, iso8601DT.ISO8601()) + + # ISO format with no timezone + isoDt = DateTime('2006-01-01 00:00:00') + self.assertTrue(ref4.equalTo(isoDt)) + + def testJulianWeek(self): + # Check JulianDayWeek function + fn = os.path.join(DATADIR, 'julian_testdata.txt') + with open(fn) as fd: + lines = fd.readlines() + for line in lines: + d = DateTime(line[:10]) + result_from_mx = tuple(map(int, line[12:-2].split(','))) + self.assertEqual(result_from_mx[1], d.week()) + + def testCopyConstructor(self): + d = DateTime('2004/04/04') + self.assertEqual(DateTime(d), d) + self.assertEqual(str(DateTime(d)), str(d)) + d2 = DateTime('1999/04/12 01:00:00') + self.assertEqual(DateTime(d2), d2) + self.assertEqual(str(DateTime(d2)), str(d2)) + + def testCopyConstructorPreservesTimezone(self): + # test for https://bugs.launchpad.net/zope2/+bug/200007 + # This always worked in the local timezone, so we need at least + # two tests with different zones to be sure at least one of them + # is not local. + d = DateTime('2004/04/04') + self.assertEqual(DateTime(d).timezone(), d.timezone()) + d2 = DateTime('2008/04/25 12:00:00 EST') + self.assertEqual(DateTime(d2).timezone(), d2.timezone()) + self.assertEqual(str(DateTime(d2)), str(d2)) + d3 = DateTime('2008/04/25 12:00:00 PST') + self.assertEqual(DateTime(d3).timezone(), d3.timezone()) + self.assertEqual(str(DateTime(d3)), str(d3)) + + def testRFC822(self): + # rfc822 conversion + dt = DateTime('2002-05-02T08:00:00+00:00') + self.assertEqual(dt.rfc822(), 'Thu, 02 May 2002 08:00:00 +0000') + + dt = DateTime('2002-05-02T08:00:00+02:00') + self.assertEqual(dt.rfc822(), 'Thu, 02 May 2002 08:00:00 +0200') + + dt = DateTime('2002-05-02T08:00:00-02:00') + self.assertEqual(dt.rfc822(), 'Thu, 02 May 2002 08:00:00 -0200') + + # Checking that conversion from local time is working. + dt = DateTime() + dts = dt.rfc822().split(' ') + times = dts[4].split(':') + _isDST = time.localtime(time.time())[8] + if _isDST: + offset = time.altzone + else: + offset = time.timezone + self.assertEqual(dts[0], dt.aDay() + ',') + self.assertEqual(int(dts[1]), dt.day()) + self.assertEqual(dts[2], dt.aMonth()) + self.assertEqual(int(dts[3]), dt.year()) + self.assertEqual(int(times[0]), dt.h_24()) + self.assertEqual(int(times[1]), dt.minute()) + self.assertEqual(int(times[2]), int(dt.second())) + self.assertEqual(dts[5], "%+03d%02d" % divmod((-offset / 60), 60)) + + def testInternationalDateformat(self): + for year in (1990, 2001, 2020): + for month in (1, 12): + for day in (1, 12, 28, 31): + try: + d_us = DateTime("%d/%d/%d" % (year, month, day)) + except Exception: + continue + + d_int = DateTime("%d.%d.%d" % (day, month, year), + datefmt="international") + self.assertEqual(d_us, d_int) + + d_int = DateTime("%d/%d/%d" % (day, month, year), + datefmt="international") + self.assertEqual(d_us, d_int) + + def test_intl_format_hyphen(self): + d_jan = DateTime('2011-01-11 GMT') + d_nov = DateTime('2011-11-01 GMT') + d_us = DateTime('11-01-2011 GMT') + d_int = DateTime('11-01-2011 GMT', datefmt="international") + self.assertNotEqual(d_us, d_int) + self.assertEqual(d_us, d_nov) + self.assertEqual(d_int, d_jan) + + def test_calcTimezoneName(self): + from DateTime.interfaces import TimeError + timezone_dependent_epoch = 2177452800 + try: + DateTime()._calcTimezoneName(timezone_dependent_epoch, 0) + except TimeError: + self.fail('Zope Collector issue #484 (negative time bug): ' + 'TimeError raised') + + def testStrftimeTZhandling(self): + # strftime timezone testing + # This is a test for collector issue #1127 + format = '%Y-%m-%d %H:%M %Z' + dt = DateTime('Wed, 19 Nov 2003 18:32:07 -0215') + dt_string = dt.strftime(format) + dt_local = dt.toZone(_findLocalTimeZoneName(0)) + dt_localstring = dt_local.strftime(format) + self.assertEqual(dt_string, dt_localstring) + + def testStrftimeFarDates(self): + # Checks strftime in dates <= 1900 or >= 2038 + dt = DateTime('1900/01/30') + self.assertEqual(dt.strftime('%d/%m/%Y'), '30/01/1900') + dt = DateTime('2040/01/30') + self.assertEqual(dt.strftime('%d/%m/%Y'), '30/01/2040') + + def testZoneInFarDates(self): + # Checks time zone in dates <= 1900 or >= 2038 + dt1 = DateTime('2040/01/30 14:33 GMT+1') + dt2 = DateTime('2040/01/30 11:33 GMT-2') + self.assertEqual(dt1.strftime('%d/%m/%Y %H:%M'), + dt2.strftime('%d/%m/%Y %H:%M')) + + @unittest.skipIf( + IS_PYPY, + "Using Non-Ascii characters for strftime doesn't work in PyPy" + "https://bitbucket.org/pypy/pypy/issues/2161/pypy3-strftime-does-not-accept-unicode" # noqa: E501 line too long + ) + def testStrftimeStr(self): + dt = DateTime('2002-05-02T08:00:00+00:00') + uchar = b'\xc3\xa0'.decode('utf-8') + ok = dt.strftime('Le %d/%m/%Y a %Hh%M').replace('a', uchar) + ustr = b'Le %d/%m/%Y \xc3\xa0 %Hh%M'.decode('utf-8') + self.assertEqual(dt.strftime(ustr), ok) + + def testTimezoneNaiveHandling(self): + # checks that we assign timezone naivity correctly + dt = DateTime('2007-10-04T08:00:00+00:00') + self.assertFalse(dt.timezoneNaive(), + 'error with naivity handling in __parse_iso8601') + dt = DateTime('2007-10-04T08:00:00Z') + self.assertFalse(dt.timezoneNaive(), + 'error with naivity handling in __parse_iso8601') + dt = DateTime('2007-10-04T08:00:00') + self.assertTrue(dt.timezoneNaive(), + 'error with naivity handling in __parse_iso8601') + dt = DateTime('2007/10/04 15:12:33.487618 GMT+1') + self.assertFalse(dt.timezoneNaive(), + 'error with naivity handling in _parse') + dt = DateTime('2007/10/04 15:12:33.487618') + self.assertTrue(dt.timezoneNaive(), + 'error with naivity handling in _parse') + dt = DateTime() + self.assertFalse(dt.timezoneNaive(), + 'error with naivity for current time') + s = '2007-10-04T08:00:00' + dt = DateTime(s) + self.assertEqual(s, dt.ISO8601()) + s = '2007-10-04T08:00:00+00:00' + dt = DateTime(s) + self.assertEqual(s, dt.ISO8601()) + + def testConversions(self): + sdt0 = datetime.now() # this is a timezone naive datetime + dt0 = DateTime(sdt0) + self.assertTrue(dt0.timezoneNaive(), (sdt0, dt0)) + sdt1 = datetime(2007, 10, 4, 18, 14, 42, 580, pytz.utc) + dt1 = DateTime(sdt1) + self.assertFalse(dt1.timezoneNaive(), (sdt1, dt1)) + + # convert back + sdt2 = dt0.asdatetime() + self.assertEqual(sdt0, sdt2) + sdt3 = dt1.utcdatetime() # this returns a timezone naive datetime + self.assertEqual(sdt1.hour, sdt3.hour) + + dt4 = DateTime('2007-10-04T10:00:00+05:00') + sdt4 = datetime(2007, 10, 4, 5, 0) + self.assertEqual(dt4.utcdatetime(), sdt4) + self.assertEqual(dt4.asdatetime(), sdt4.replace(tzinfo=pytz.utc)) + + dt5 = DateTime('2007-10-23 10:00:00 US/Eastern') + tz = pytz.timezone('US/Eastern') + sdt5 = datetime(2007, 10, 23, 10, 0, tzinfo=tz) + dt6 = DateTime(sdt5) + self.assertEqual(dt5.asdatetime(), sdt5) + self.assertEqual(dt6.asdatetime(), sdt5) + self.assertEqual(dt5, dt6) + self.assertEqual(dt5.asdatetime().tzinfo, tz) + self.assertEqual(dt6.asdatetime().tzinfo, tz) + + def testBasicTZ(self): + # psycopg2 supplies it's own tzinfo instances, with no `zone` attribute + tz = FixedOffset(60, 'GMT+1') + dt1 = datetime(2008, 8, 5, 12, 0, tzinfo=tz) + DT = DateTime(dt1) + dt2 = DT.asdatetime() + offset1 = dt1.tzinfo.utcoffset(dt1) + offset2 = dt2.tzinfo.utcoffset(dt2) + self.assertEqual(offset1, offset2) + + def testEDTTimezone(self): + # should be able to parse EDT timezones: see lp:599856. + dt = DateTime("Mon, 28 Jun 2010 10:12:25 EDT") + self.assertEqual(dt.Day(), 'Monday') + self.assertEqual(dt.day(), 28) + self.assertEqual(dt.Month(), 'June') + self.assertEqual(dt.timezone(), 'GMT-4') + + def testParseISO8601(self): + parsed = DateTime()._parse_iso8601('2010-10-10') + self.assertEqual(parsed, (2010, 10, 10, 0, 0, 0, 'GMT+0000')) + + def test_interface(self): + from DateTime.interfaces import IDateTime + self.assertTrue(IDateTime.providedBy(DateTime())) + + def test_security(self): + dt = DateTime() + self.assertEqual(dt.__roles__, None) + self.assertEqual(dt.__allow_access_to_unprotected_subobjects__, 1) + + def test_format(self): + dt = DateTime(1968, 3, 10, 23, 45, 0, 'Europe/Vienna') + fmt = '%d.%m.%Y %H:%M' + result = dt.strftime(fmt) + unformatted_result = '1968/03/10 23:45:00 Europe/Vienna' + self.assertEqual(result, f'{dt:%d.%m.%Y %H:%M}') + self.assertEqual(unformatted_result, f'{dt}') + self.assertEqual(unformatted_result, f'{dt}') + self.assertEqual(result, f'{dt:{fmt}}') + self.assertEqual(unformatted_result, f'{dt:}') + self.assertEqual(unformatted_result, f'{dt}') + + +def test_suite(): + import doctest + return unittest.TestSuite([ + unittest.defaultTestLoader.loadTestsFromTestCase(DateTimeTests), + doctest.DocFileSuite('DateTime.txt', package='DateTime'), + doctest.DocFileSuite('pytz.txt', package='DateTime'), + ]) diff --git a/llmlab/lib/python3.12/site-packages/_distutils_hack/__init__.py b/llmlab/lib/python3.12/site-packages/_distutils_hack/__init__.py new file mode 100644 index 0000000..94f71b9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/_distutils_hack/__init__.py @@ -0,0 +1,239 @@ +# don't import any costly modules +import os +import sys + +report_url = ( + "https://github.com/pypa/setuptools/issues/new?template=distutils-deprecation.yml" +) + + +def warn_distutils_present(): + if 'distutils' not in sys.modules: + return + import warnings + + warnings.warn( + "Distutils was imported before Setuptools, but importing Setuptools " + "also replaces the `distutils` module in `sys.modules`. This may lead " + "to undesirable behaviors or errors. To avoid these issues, avoid " + "using distutils directly, ensure that setuptools is installed in the " + "traditional way (e.g. not an editable install), and/or make sure " + "that setuptools is always imported before distutils." + ) + + +def clear_distutils(): + if 'distutils' not in sys.modules: + return + import warnings + + warnings.warn( + "Setuptools is replacing distutils. Support for replacing " + "an already imported distutils is deprecated. In the future, " + "this condition will fail. " + f"Register concerns at {report_url}" + ) + mods = [ + name + for name in sys.modules + if name == "distutils" or name.startswith("distutils.") + ] + for name in mods: + del sys.modules[name] + + +def enabled(): + """ + Allow selection of distutils by environment variable. + """ + which = os.environ.get('SETUPTOOLS_USE_DISTUTILS', 'local') + if which == 'stdlib': + import warnings + + warnings.warn( + "Reliance on distutils from stdlib is deprecated. Users " + "must rely on setuptools to provide the distutils module. " + "Avoid importing distutils or import setuptools first, " + "and avoid setting SETUPTOOLS_USE_DISTUTILS=stdlib. " + f"Register concerns at {report_url}" + ) + return which == 'local' + + +def ensure_local_distutils(): + import importlib + + clear_distutils() + + # With the DistutilsMetaFinder in place, + # perform an import to cause distutils to be + # loaded from setuptools._distutils. Ref #2906. + with shim(): + importlib.import_module('distutils') + + # check that submodules load as expected + core = importlib.import_module('distutils.core') + assert '_distutils' in core.__file__, core.__file__ + assert 'setuptools._distutils.log' not in sys.modules + + +def do_override(): + """ + Ensure that the local copy of distutils is preferred over stdlib. + + See https://github.com/pypa/setuptools/issues/417#issuecomment-392298401 + for more motivation. + """ + if enabled(): + warn_distutils_present() + ensure_local_distutils() + + +class _TrivialRe: + def __init__(self, *patterns) -> None: + self._patterns = patterns + + def match(self, string): + return all(pat in string for pat in self._patterns) + + +class DistutilsMetaFinder: + def find_spec(self, fullname, path, target=None): + # optimization: only consider top level modules and those + # found in the CPython test suite. + if path is not None and not fullname.startswith('test.'): + return None + + method_name = 'spec_for_{fullname}'.format(**locals()) + method = getattr(self, method_name, lambda: None) + return method() + + def spec_for_distutils(self): + if self.is_cpython(): + return None + + import importlib + import importlib.abc + import importlib.util + + try: + mod = importlib.import_module('setuptools._distutils') + except Exception: + # There are a couple of cases where setuptools._distutils + # may not be present: + # - An older Setuptools without a local distutils is + # taking precedence. Ref #2957. + # - Path manipulation during sitecustomize removes + # setuptools from the path but only after the hook + # has been loaded. Ref #2980. + # In either case, fall back to stdlib behavior. + return None + + class DistutilsLoader(importlib.abc.Loader): + def create_module(self, spec): + mod.__name__ = 'distutils' + return mod + + def exec_module(self, module): + pass + + return importlib.util.spec_from_loader( + 'distutils', DistutilsLoader(), origin=mod.__file__ + ) + + @staticmethod + def is_cpython(): + """ + Suppress supplying distutils for CPython (build and tests). + Ref #2965 and #3007. + """ + return os.path.isfile('pybuilddir.txt') + + def spec_for_pip(self): + """ + Ensure stdlib distutils when running under pip. + See pypa/pip#8761 for rationale. + """ + if sys.version_info >= (3, 12) or self.pip_imported_during_build(): + return + clear_distutils() + self.spec_for_distutils = lambda: None + + @classmethod + def pip_imported_during_build(cls): + """ + Detect if pip is being imported in a build script. Ref #2355. + """ + import traceback + + return any( + cls.frame_file_is_setup(frame) for frame, line in traceback.walk_stack(None) + ) + + @staticmethod + def frame_file_is_setup(frame): + """ + Return True if the indicated frame suggests a setup.py file. + """ + # some frames may not have __file__ (#2940) + return frame.f_globals.get('__file__', '').endswith('setup.py') + + def spec_for_sensitive_tests(self): + """ + Ensure stdlib distutils when running select tests under CPython. + + python/cpython#91169 + """ + clear_distutils() + self.spec_for_distutils = lambda: None + + sensitive_tests = ( + [ + 'test.test_distutils', + 'test.test_peg_generator', + 'test.test_importlib', + ] + if sys.version_info < (3, 10) + else [ + 'test.test_distutils', + ] + ) + + +for name in DistutilsMetaFinder.sensitive_tests: + setattr( + DistutilsMetaFinder, + f'spec_for_{name}', + DistutilsMetaFinder.spec_for_sensitive_tests, + ) + + +DISTUTILS_FINDER = DistutilsMetaFinder() + + +def add_shim(): + DISTUTILS_FINDER in sys.meta_path or insert_shim() + + +class shim: + def __enter__(self) -> None: + insert_shim() + + def __exit__(self, exc: object, value: object, tb: object) -> None: + _remove_shim() + + +def insert_shim(): + sys.meta_path.insert(0, DISTUTILS_FINDER) + + +def _remove_shim(): + try: + sys.meta_path.remove(DISTUTILS_FINDER) + except ValueError: + pass + + +if sys.version_info < (3, 12): + # DistutilsMetaFinder can only be disabled in Python < 3.12 (PEP 632) + remove_shim = _remove_shim diff --git a/llmlab/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cec68b53cb2fd8fdbef8151fbcbc974c1b24a44d GIT binary patch literal 10601 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�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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7aacc6b3e7d23a4b75ac029ceaf49617086350d4 GIT binary patch literal 289 zcmX@j%ge<81ZJI&(sh9JV-N=hn4yf%20+Gi1}277h7^X?j1bW*m@G^+kX{XCGcr^% zYBJs8k59=gE-5X^%qfn~NKDT51B!9Q$7kjik$&b%3OD!tOOi5kI@EN4} zSG0acer~FMT6$4pv2Jpreojtqd`@DLZb@o!35Ww^>*r)9=@(R%WaQ@=>lqs97iX5F z>J|XaPfSlO)=3.6 +License-File: LICENSE +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: project-url +Dynamic: requires-python +Dynamic: summary + +Certifi: Python SSL Certificates +================================ + +Certifi provides Mozilla's carefully curated collection of Root Certificates for +validating the trustworthiness of SSL certificates while verifying the identity +of TLS hosts. It has been extracted from the `Requests`_ project. + +Installation +------------ + +``certifi`` is available on PyPI. Simply install it with ``pip``:: + + $ pip install certifi + +Usage +----- + +To reference the installed certificate authority (CA) bundle, you can use the +built-in function:: + + >>> import certifi + + >>> certifi.where() + '/usr/local/lib/python3.7/site-packages/certifi/cacert.pem' + +Or from the command line:: + + $ python -m certifi + /usr/local/lib/python3.7/site-packages/certifi/cacert.pem + +Enjoy! + +.. _`Requests`: https://requests.readthedocs.io/en/master/ + +Addition/Removal of Certificates +-------------------------------- + +Certifi does not support any addition/removal or other modification of the +CA trust store content. This project is intended to provide a reliable and +highly portable root of trust to python deployments. Look to upstream projects +for methods to use alternate trust. diff --git a/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/RECORD new file mode 100644 index 0000000..e554dc5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/RECORD @@ -0,0 +1,14 @@ +certifi-2025.1.31.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +certifi-2025.1.31.dist-info/LICENSE,sha256=6TcW2mucDVpKHfYP5pWzcPBpVgPSH2-D8FPkLPwQyvc,989 +certifi-2025.1.31.dist-info/METADATA,sha256=t5kcT5aGu0dQ6_psUNZYTqnC0uCRnponewm3uYjeHbg,2451 +certifi-2025.1.31.dist-info/RECORD,, +certifi-2025.1.31.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91 +certifi-2025.1.31.dist-info/top_level.txt,sha256=KMu4vUCfsjLrkPbSNdgdekS-pVJzBAJFO__nI8NF6-U,8 +certifi/__init__.py,sha256=neIaAf7BM36ygmQCmy-ZsSyjnvjWghFeu13wwEAnjj0,94 +certifi/__main__.py,sha256=xBBoj905TUWBLRGANOcf7oi6e-3dMP4cEoG9OyMs11g,243 +certifi/__pycache__/__init__.cpython-312.pyc,, +certifi/__pycache__/__main__.cpython-312.pyc,, +certifi/__pycache__/core.cpython-312.pyc,, +certifi/cacert.pem,sha256=xVsh-Qf3-G1IrdCTVS-1ZRdJ_1-GBQjMu0I9bB-9gMc,297255 +certifi/core.py,sha256=qRDDFyXVJwTB_EmoGppaXU_R9qCZvhl-EzxPMuV3nTA,4426 +certifi/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/WHEEL new file mode 100644 index 0000000..505164b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.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/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/top_level.txt new file mode 100644 index 0000000..963eac5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/certifi-2025.1.31.dist-info/top_level.txt @@ -0,0 +1 @@ +certifi diff --git a/llmlab/lib/python3.12/site-packages/certifi/__init__.py b/llmlab/lib/python3.12/site-packages/certifi/__init__.py new file mode 100644 index 0000000..177082e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2025.01.31" diff --git a/llmlab/lib/python3.12/site-packages/certifi/__main__.py b/llmlab/lib/python3.12/site-packages/certifi/__main__.py new file mode 100644 index 0000000..8945b5d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from 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/llmlab/lib/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..787db57ba41ce7a1a1fb2917ef5d195e9aced8b7 GIT binary patch literal 307 zcmYjMJx{|h5Vi9`OQNzNBo<)Ikhn?3hWH6AY#BJYv71;pAF>Tqm|$dM<2UeISQt?j z5KL@H-8$h)An}HG@7=r8>7FN(09i!$ALWIupBwWB=U1!_t$0KXF)UGyb6h*QgAsF> zTROSRyxi;kXzL5xvB(+5McWwO7(MvQiYu;M+gF~Yn;@HJ$H_EJX6aev4_?v!kB1Qe zl@eeG0j{~yqHO@4(8{i&^*O29nv+GTsE!Ltq^v>Gd2F~g8)G$*Voti=RBba$(u`(2gNsJ3nP13@%WH2?qr literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/certifi/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14370da935aaa89ebb7547af04e75a2bff56c2aa GIT binary patch literal 622 zcmZuu&ubJh6n>fCGq`PWDJ-5AMRdgJpk7-+@LU8hvX>#9NoQxBUnE&%i-#hJmR`Ko zKS5dl6E7~UY>k(yhtiwSTTdq2o$kdz^1krxkinN1y?LfzxbS#PJ;VOkxgN3%)^#o*0Sw#Tx6E3*Pz6_dDyQC5^kpyvmnM{o)=M$w*pQWSBb=7o^6Ho zi1(}V(b|KDA6^`c6KIeAR4%QMu2u@`drt0RPd z!tyEHI&r)2J5#qial41^&0XsltSPi7(EjlBLcXe_z+50;57e03AsZoQXm$!q%ti~-%16^ zN?Xc@N&jQ z-VVS+VE{(Nt)Ad19V0Pf4O+TAVD;K*s}J7wL&LMgt>lMlK@ZN7>e$CXYajW{O*?Md zOgMAS=;CtxgSN!uvkMN-Rb1Eytb9nFg*j zx@cE&F3UNB=S;UM?5g0S@h5nSDKFAm$PCYfR)r=*YmS4uLj>rSl(2V?SP*uL+z;MR zvP|-HDld6m#fkG1Z%oe?CuaZTX~m*_!x6>eJ<`Pa&n}NGxD|VBZk`!@#5Bgrr)$~M_3X>_p;vBAK1%f8 zzPxt%lgkehC%@N+wzMJtpLRtMqlB&b4k(CV5FY|XD@0~rhPPu?YDX6q2*i>o+N)m>cd#b@r$GJy6&90iRkUlJpY7kWh73TgPSbeJb>Q#8je+#OEZy7T5{N|av<@&+1|2Maf8kXG@k)C!0FuaPW;12 zu1KHLkO#je?<*_He)$lNHl^TZ2$)0R%+HfkgwrL7lBc_}aFg@}r%flOX0u`Quy#UHnEJGL^;m)D>1*HWg;%PwRFM@*bCP+{J$45Up zwt4YE_eg`#SoVw5!{p$dGk-ht(b=D5c>W1H|AXoo$HM#f-WTOB)HBijGvyYH=**N- za6ag6%YL{BMB0~--|u%+;eA)xC#zPlRt5h!1BpH57n;24NiJu@u)G(w99A_dHr}~- zi9tD5uv+J-N9Q<}yZ|k%yFSoma5#btBun(%zOZ(|ucR02iKDmZ_j=#$rM0EoD{Cto z=QmdB`pGTr3yLdd`kxU;K~$N7*dA@uF8+pD3O-9VXxId+(X{o7OknYwSEs z#)$A3=!Q%w{ZUe>(o7KA^$qE6DwMv^(1;STjkK>p5*!)+o>b9)R9edE0wSHoLIf^5bmFujghT^V{rYfUTpM}1G$Ik!#~EN zYW87YrXhoU+<&m4f`u(4(~T&48tF?la7-gk;@!ro literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/certifi/cacert.pem b/llmlab/lib/python3.12/site-packages/certifi/cacert.pem new file mode 100644 index 0000000..860f259 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/certifi/cacert.pem @@ -0,0 +1,4897 @@ + +# 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=SecureTrust CA O=SecureTrust Corporation +# Subject: CN=SecureTrust CA O=SecureTrust Corporation +# Label: "SecureTrust CA" +# Serial: 17199774589125277788362757014266862032 +# MD5 Fingerprint: dc:32:c3:a7:6d:25:57:c7:68:09:9d:ea:2d:a9:a2:d1 +# SHA1 Fingerprint: 87:82:c6:c3:04:35:3b:cf:d2:96:92:d2:59:3e:7d:44:d9:34:ff:11 +# SHA256 Fingerprint: f1:c1:b5:0a:e5:a2:0d:d8:03:0e:c9:f6:bc:24:82:3d:d3:67:b5:25:57:59:b4:e7:1b:61:fc:e9:f7:37:5d:73 +-----BEGIN CERTIFICATE----- +MIIDuDCCAqCgAwIBAgIQDPCOXAgWpa1Cf/DrJxhZ0DANBgkqhkiG9w0BAQUFADBI +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +FzAVBgNVBAMTDlNlY3VyZVRydXN0IENBMB4XDTA2MTEwNzE5MzExOFoXDTI5MTIz +MTE5NDA1NVowSDELMAkGA1UEBhMCVVMxIDAeBgNVBAoTF1NlY3VyZVRydXN0IENv +cnBvcmF0aW9uMRcwFQYDVQQDEw5TZWN1cmVUcnVzdCBDQTCCASIwDQYJKoZIhvcN +AQEBBQADggEPADCCAQoCggEBAKukgeWVzfX2FI7CT8rU4niVWJxB4Q2ZQCQXOZEz +Zum+4YOvYlyJ0fwkW2Gz4BERQRwdbvC4u/jep4G6pkjGnx29vo6pQT64lO0pGtSO +0gMdA+9tDWccV9cGrcrI9f4Or2YlSASWC12juhbDCE/RRvgUXPLIXgGZbf2IzIao +wW8xQmxSPmjL8xk037uHGFaAJsTQ3MBv396gwpEWoGQRS0S8Hvbn+mPeZqx2pHGj +7DaUaHp3pLHnDi+BeuK1cobvomuL8A/b01k/unK8RCSc43Oz969XL0Imnal0ugBS +8kvNU3xHCzaFDmapCJcWNFfBZveA4+1wVMeT4C4oFVmHursCAwEAAaOBnTCBmjAT +BgkrBgEEAYI3FAIEBh4EAEMAQTALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQUQjK2FvoE/f5dS3rD/fdMQB1aQ68wNAYDVR0fBC0wKzApoCeg +JYYjaHR0cDovL2NybC5zZWN1cmV0cnVzdC5jb20vU1RDQS5jcmwwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEFBQADggEBADDtT0rhWDpSclu1pqNlGKa7UTt3 +6Z3q059c4EVlew3KW+JwULKUBRSuSceNQQcSc5R+DCMh/bwQf2AQWnL1mA6s7Ll/ +3XpvXdMc9P+IBWlCqQVxyLesJugutIxq/3HcuLHfmbx8IVQr5Fiiu1cprp6poxkm +D5kuCLDv/WnPmRoJjeOnnyvJNjR7JLN4TJUXpAYmHrZkUjZfYGfZnMUFdAvnZyPS +CPyI6a6Lf+Ew9Dd+/cYy2i2eRDAwbO4H3tI0/NL/QPZL9GZGBlSm8jIKYyYwa5vR +3ItHuuG51WLQoqD0ZwV4KWMabwTW+MZMo5qxN7SN5ShLHZ4swrhovO0C7jE= +-----END CERTIFICATE----- + +# Issuer: CN=Secure Global CA O=SecureTrust Corporation +# Subject: CN=Secure Global CA O=SecureTrust Corporation +# Label: "Secure Global CA" +# Serial: 9751836167731051554232119481456978597 +# MD5 Fingerprint: cf:f4:27:0d:d4:ed:dc:65:16:49:6d:3d:da:bf:6e:de +# SHA1 Fingerprint: 3a:44:73:5a:e5:81:90:1f:24:86:61:46:1e:3b:9c:c4:5f:f5:3a:1b +# SHA256 Fingerprint: 42:00:f5:04:3a:c8:59:0e:bb:52:7d:20:9e:d1:50:30:29:fb:cb:d4:1c:a1:b5:06:ec:27:f1:5a:de:7d:ac:69 +-----BEGIN CERTIFICATE----- +MIIDvDCCAqSgAwIBAgIQB1YipOjUiolN9BPI8PjqpTANBgkqhkiG9w0BAQUFADBK +MQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3QgQ29ycG9yYXRpb24x +GTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwHhcNMDYxMTA3MTk0MjI4WhcNMjkx +MjMxMTk1MjA2WjBKMQswCQYDVQQGEwJVUzEgMB4GA1UEChMXU2VjdXJlVHJ1c3Qg +Q29ycG9yYXRpb24xGTAXBgNVBAMTEFNlY3VyZSBHbG9iYWwgQ0EwggEiMA0GCSqG +SIb3DQEBAQUAA4IBDwAwggEKAoIBAQCvNS7YrGxVaQZx5RNoJLNP2MwhR/jxYDiJ +iQPpvepeRlMJ3Fz1Wuj3RSoC6zFh1ykzTM7HfAo3fg+6MpjhHZevj8fcyTiW89sa +/FHtaMbQbqR8JNGuQsiWUGMu4P51/pinX0kuleM5M2SOHqRfkNJnPLLZ/kG5VacJ +jnIFHovdRIWCQtBJwB1g8NEXLJXr9qXBkqPFwqcIYA1gBBCWeZ4WNOaptvolRTnI +HmX5k/Wq8VLcmZg9pYYaDDUz+kulBAYVHDGA76oYa8J719rO+TMg1fW9ajMtgQT7 +sFzUnKPiXB3jqUJ1XnvUd+85VLrJChgbEplJL4hL/VBi0XPnj3pDAgMBAAGjgZ0w +gZowEwYJKwYBBAGCNxQCBAYeBABDAEEwCwYDVR0PBAQDAgGGMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFK9EBMJBfkiD2045AuzshHrmzsmkMDQGA1UdHwQtMCsw +KaAnoCWGI2h0dHA6Ly9jcmwuc2VjdXJldHJ1c3QuY29tL1NHQ0EuY3JsMBAGCSsG +AQQBgjcVAQQDAgEAMA0GCSqGSIb3DQEBBQUAA4IBAQBjGghAfaReUw132HquHw0L +URYD7xh8yOOvaliTFGCRsoTciE6+OYo68+aCiV0BN7OrJKQVDpI1WkpEXk5X+nXO +H0jOZvQ8QCaSmGwb7iRGDBezUqXbpZGRzzfTb+cnCDpOGR86p1hcF895P4vkp9Mm +I50mD1hp/Ed+stCNi5O/KU9DaXR2Z0vPB4zmAve14bRDtUstFJ/53CYNv6ZHdAbY +iNE6KTCEztI5gGIbqMdXSbxqVVFnFUq+NQfk1XWYN3kwFNspnWzFacxHVaIw98xc +f8LDmBxrThaA63p4ZUWiABqvDA1VZDRIuJK58bRQKfJPIx/abKwfROHdI3hRW8cW +-----END CERTIFICATE----- + +# Issuer: CN=COMODO Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO Certification Authority O=COMODO CA Limited +# Label: "COMODO Certification Authority" +# Serial: 104350513648249232941998508985834464573 +# MD5 Fingerprint: 5c:48:dc:f7:42:72:ec:56:94:6d:1c:cc:71:35:80:75 +# SHA1 Fingerprint: 66:31:bf:9e:f7:4f:9e:b6:c9:d5:a6:0c:ba:6a:be:d1:f7:bd:ef:7b +# SHA256 Fingerprint: 0c:2c:d6:3d:f7:80:6f:a3:99:ed:e8:09:11:6b:57:5b:f8:79:89:f0:65:18:f9:80:8c:86:05:03:17:8b:af:66 +-----BEGIN CERTIFICATE----- +MIIEHTCCAwWgAwIBAgIQToEtioJl4AsC7j41AkblPTANBgkqhkiG9w0BAQUFADCB +gTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxJzAlBgNV +BAMTHkNPTU9ETyBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wNjEyMDEwMDAw +MDBaFw0yOTEyMzEyMzU5NTlaMIGBMQswCQYDVQQGEwJHQjEbMBkGA1UECBMSR3Jl +YXRlciBNYW5jaGVzdGVyMRAwDgYDVQQHEwdTYWxmb3JkMRowGAYDVQQKExFDT01P +RE8gQ0EgTGltaXRlZDEnMCUGA1UEAxMeQ09NT0RPIENlcnRpZmljYXRpb24gQXV0 +aG9yaXR5MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0ECLi3LjkRv3 +UcEbVASY06m/weaKXTuH+7uIzg3jLz8GlvCiKVCZrts7oVewdFFxze1CkU1B/qnI +2GqGd0S7WWaXUF601CxwRM/aN5VCaTwwxHGzUvAhTaHYujl8HJ6jJJ3ygxaYqhZ8 +Q5sVW7euNJH+1GImGEaaP+vB+fGQV+useg2L23IwambV4EajcNxo2f8ESIl33rXp ++2dtQem8Ob0y2WIC8bGoPW43nOIv4tOiJovGuFVDiOEjPqXSJDlqR6sA1KGzqSX+ +DT+nHbrTUcELpNqsOO9VUCQFZUaTNE8tja3G1CEZ0o7KBWFxB3NH5YoZEr0ETc5O +nKVIrLsm9wIDAQABo4GOMIGLMB0GA1UdDgQWBBQLWOWLxkwVN6RAqTCpIb5HNlpW +/zAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zBJBgNVHR8EQjBAMD6g +PKA6hjhodHRwOi8vY3JsLmNvbW9kb2NhLmNvbS9DT01PRE9DZXJ0aWZpY2F0aW9u +QXV0aG9yaXR5LmNybDANBgkqhkiG9w0BAQUFAAOCAQEAPpiem/Yb6dc5t3iuHXIY +SdOH5EOC6z/JqvWote9VfCFSZfnVDeFs9D6Mk3ORLgLETgdxb8CPOGEIqB6BCsAv +IC9Bi5HcSEW88cbeunZrM8gALTFGTO3nnc+IlP8zwFboJIYmuNg4ON8qa90SzMc/ +RxdMosIGlgnW2/4/PEZB31jiVg88O8EckzXZOFKs7sjsLjBOlDW0JB9LeGna8gI4 +zJVSk/BwJVmcIGfE7vmLV2H0knZ9P4SNVbfo5azV8fUZVqZa+5Acr5Pr5RzUZ5dd +BA6+C4OmF4O5MBKgxTMVBbkN+8cFduPYSo38NBejxiEovjBFMR7HeL5YYTisO+IB +ZQ== +-----END CERTIFICATE----- + +# Issuer: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO ECC Certification Authority O=COMODO CA Limited +# Label: "COMODO ECC Certification Authority" +# Serial: 41578283867086692638256921589707938090 +# MD5 Fingerprint: 7c:62:ff:74:9d:31:53:5e:68:4a:d5:78:aa:1e:bf:23 +# SHA1 Fingerprint: 9f:74:4e:9f:2b:4d:ba:ec:0f:31:2c:50:b6:56:3b:8e:2d:93:c3:11 +# SHA256 Fingerprint: 17:93:92:7a:06:14:54:97:89:ad:ce:2f:8f:34:f7:f0:b6:6d:0f:3a:e3:a3:b8:4d:21:ec:15:db:ba:4f:ad:c7 +-----BEGIN CERTIFICATE----- +MIICiTCCAg+gAwIBAgIQH0evqmIAcFBUTAGem2OZKjAKBggqhkjOPQQDAzCBhTEL +MAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UE +BxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMT +IkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwMzA2MDAw +MDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdy +ZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09N +T0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBFQ0MgQ2VydGlmaWNhdGlv +biBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQDR3svdcmCFYX7deSR +FtSrYpn1PlILBs5BAH+X4QokPB0BBO490o0JlwzgdeT6+3eKKvUDYEs2ixYjFq0J +cfRK9ChQtP6IHG4/bC8vCVlbpVsLM5niwz2J+Wos77LTBumjQjBAMB0GA1UdDgQW +BBR1cacZSBm8nZ3qQUfflMRId5nTeTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjEA7wNbeqy3eApyt4jf/7VGFAkK+qDm +fQjGGoe9GKhzvSbKYAydzpmfz1wPMOG+FDHqAjAU9JM8SaczepBGR7NjfRObTrdv +GDeAU/7dIOA1mjbRxwG55tzd8/8dLDoWV9mSOdY= +-----END CERTIFICATE----- + +# Issuer: CN=Certigna O=Dhimyotis +# Subject: CN=Certigna O=Dhimyotis +# Label: "Certigna" +# Serial: 18364802974209362175 +# MD5 Fingerprint: ab:57:a6:5b:7d:42:82:19:b5:d8:58:26:28:5e:fd:ff +# SHA1 Fingerprint: b1:2e:13:63:45:86:a4:6f:1a:b2:60:68:37:58:2d:c4:ac:fd:94:97 +# SHA256 Fingerprint: e3:b6:a2:db:2e:d7:ce:48:84:2f:7a:c5:32:41:c7:b7:1d:54:14:4b:fb:40:c1:1f:3f:1d:0b:42:f5:ee:a1:2d +-----BEGIN CERTIFICATE----- +MIIDqDCCApCgAwIBAgIJAP7c4wEPyUj/MA0GCSqGSIb3DQEBBQUAMDQxCzAJBgNV +BAYTAkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hMB4X +DTA3MDYyOTE1MTMwNVoXDTI3MDYyOTE1MTMwNVowNDELMAkGA1UEBhMCRlIxEjAQ +BgNVBAoMCURoaW15b3RpczERMA8GA1UEAwwIQ2VydGlnbmEwggEiMA0GCSqGSIb3 +DQEBAQUAA4IBDwAwggEKAoIBAQDIaPHJ1tazNHUmgh7stL7qXOEm7RFHYeGifBZ4 +QCHkYJ5ayGPhxLGWkv8YbWkj4Sti993iNi+RB7lIzw7sebYs5zRLcAglozyHGxny +gQcPOJAZ0xH+hrTy0V4eHpbNgGzOOzGTtvKg0KmVEn2lmsxryIRWijOp5yIVUxbw +zBfsV1/pogqYCd7jX5xv3EjjhQsVWqa6n6xI4wmy9/Qy3l40vhx4XUJbzg4ij02Q +130yGLMLLGq/jj8UEYkgDncUtT2UCIf3JR7VsmAA7G8qKCVuKj4YYxclPz5EIBb2 +JsglrgVKtOdjLPOMFlN+XPsRGgjBRmKfIrjxwo1p3Po6WAbfAgMBAAGjgbwwgbkw +DwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUGu3+QTmQtCRZvgHyUtVF9lo53BEw +ZAYDVR0jBF0wW4AUGu3+QTmQtCRZvgHyUtVF9lo53BGhOKQ2MDQxCzAJBgNVBAYT +AkZSMRIwEAYDVQQKDAlEaGlteW90aXMxETAPBgNVBAMMCENlcnRpZ25hggkA/tzj +AQ/JSP8wDgYDVR0PAQH/BAQDAgEGMBEGCWCGSAGG+EIBAQQEAwIABzANBgkqhkiG +9w0BAQUFAAOCAQEAhQMeknH2Qq/ho2Ge6/PAD/Kl1NqV5ta+aDY9fm4fTIrv0Q8h +bV6lUmPOEvjvKtpv6zf+EwLHyzs+ImvaYS5/1HI93TDhHkxAGYwP15zRgzB7mFnc +fca5DClMoTOi62c6ZYTTluLtdkVwj7Ur3vkj1kluPBS1xp81HlDQwY9qcEQCYsuu +HWhBp6pX6FOqB9IG9tUUBguRA3UsbHK1YZWaDYu5Def131TN3ubY1gkIl2PlwS6w +t0QmwCbAr1UwnjvVNioZBPRcHv/PLLf/0P2HQBHVESO7SMAhqaQoLf0V+LBOK/Qw +WyH8EZE0vkHve52Xdf+XlcCWWC/qu0bXu+TZLg== +-----END CERTIFICATE----- + +# Issuer: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Subject: O=Chunghwa Telecom Co., Ltd. OU=ePKI Root Certification Authority +# Label: "ePKI Root Certification Authority" +# Serial: 28956088682735189655030529057352760477 +# MD5 Fingerprint: 1b:2e:00:ca:26:06:90:3d:ad:fe:6f:15:68:d3:6b:b3 +# SHA1 Fingerprint: 67:65:0d:f1:7e:8e:7e:5b:82:40:a4:f4:56:4b:cf:e2:3d:69:c6:f0 +# SHA256 Fingerprint: c0:a6:f4:dc:63:a2:4b:fd:cf:54:ef:2a:6a:08:2a:0a:72:de:35:80:3e:2f:f5:ff:52:7a:e5:d8:72:06:df:d5 +-----BEGIN CERTIFICATE----- +MIIFsDCCA5igAwIBAgIQFci9ZUdcr7iXAF7kBtK8nTANBgkqhkiG9w0BAQUFADBe +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xKjAoBgNVBAsMIWVQS0kgUm9vdCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAe +Fw0wNDEyMjAwMjMxMjdaFw0zNDEyMjAwMjMxMjdaMF4xCzAJBgNVBAYTAlRXMSMw +IQYDVQQKDBpDaHVuZ2h3YSBUZWxlY29tIENvLiwgTHRkLjEqMCgGA1UECwwhZVBL +SSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5MIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA4SUP7o3biDN1Z82tH306Tm2d0y8U82N0ywEhajfqhFAH +SyZbCUNsIZ5qyNUD9WBpj8zwIuQf5/dqIjG3LBXy4P4AakP/h2XGtRrBp0xtInAh +ijHyl3SJCRImHJ7K2RKilTza6We/CKBk49ZCt0Xvl/T29de1ShUCWH2YWEtgvM3X +DZoTM1PRYfl61dd4s5oz9wCGzh1NlDivqOx4UXCKXBCDUSH3ET00hl7lSM2XgYI1 +TBnsZfZrxQWh7kcT1rMhJ5QQCtkkO7q+RBNGMD+XPNjX12ruOzjjK9SXDrkb5wdJ +fzcq+Xd4z1TtW0ado4AOkUPB1ltfFLqfpo0kR0BZv3I4sjZsN/+Z0V0OWQqraffA +sgRFelQArr5T9rXn4fg8ozHSqf4hUmTFpmfwdQcGlBSBVcYn5AGPF8Fqcde+S/uU +WH1+ETOxQvdibBjWzwloPn9s9h6PYq2lY9sJpx8iQkEeb5mKPtf5P0B6ebClAZLS +nT0IFaUQAS2zMnaolQ2zepr7BxB4EW/hj8e6DyUadCrlHJhBmd8hh+iVBmoKs2pH +dmX2Os+PYhcZewoozRrSgx4hxyy/vv9haLdnG7t4TY3OZ+XkwY63I2binZB1NJip +NiuKmpS5nezMirH4JYlcWrYvjB9teSSnUmjDhDXiZo1jDiVN1Rmy5nk3pyKdVDEC +AwEAAaNqMGgwHQYDVR0OBBYEFB4M97Zn8uGSJglFwFU5Lnc/QkqiMAwGA1UdEwQF +MAMBAf8wOQYEZyoHAAQxMC8wLQIBADAJBgUrDgMCGgUAMAcGBWcqAwAABBRFsMLH +ClZ87lt4DJX5GFPBphzYEDANBgkqhkiG9w0BAQUFAAOCAgEACbODU1kBPpVJufGB +uvl2ICO1J2B01GqZNF5sAFPZn/KmsSQHRGoqxqWOeBLoR9lYGxMqXnmbnwoqZ6Yl +PwZpVnPDimZI+ymBV3QGypzqKOg4ZyYr8dW1P2WT+DZdjo2NQCCHGervJ8A9tDkP +JXtoUHRVnAxZfVo9QZQlUgjgRywVMRnVvwdVxrsStZf0X4OFunHB2WyBEXYKCrC/ +gpf36j36+uwtqSiUO1bd0lEursC9CBWMd1I0ltabrNMdjmEPNXubrjlpC2JgQCA2 +j6/7Nu4tCEoduL+bXPjqpRugc6bY+G7gMwRfaKonh+3ZwZCc7b3jajWvY9+rGNm6 +5ulK6lCKD2GTHuItGeIwlDWSXQ62B68ZgI9HkFFLLk3dheLSClIKF5r8GrBQAuUB +o2M3IUxExJtRmREOc5wGj1QupyheRDmHVi03vYVElOEMSyycw5KFNGHLD7ibSkNS +/jQ6fbjpKdx2qcgw+BRxgMYeNkh0IkFch4LoGHGLQYlE535YW6i4jRPpp2zDR+2z +Gp1iro2C6pSe3VkQw63d4k3jMdXH7OjysP6SHhYKGvzZ8/gntsm+HbRsZJB/9OTE +W9c3rkIO3aQab3yIVMUWbuF6aC74Or8NpDyJO3inTmODBCEIZ43ygknQW/2xzQ+D +hNQ+IIX3Sj0rnP0qCglN6oH4EZw= +-----END CERTIFICATE----- + +# Issuer: O=certSIGN OU=certSIGN ROOT CA +# Subject: O=certSIGN OU=certSIGN ROOT CA +# Label: "certSIGN ROOT CA" +# Serial: 35210227249154 +# MD5 Fingerprint: 18:98:c0:d6:e9:3a:fc:f9:b0:f5:0c:f7:4b:01:44:17 +# SHA1 Fingerprint: fa:b7:ee:36:97:26:62:fb:2d:b0:2a:f6:bf:03:fd:e8:7c:4b:2f:9b +# SHA256 Fingerprint: ea:a9:62:c4:fa:4a:6b:af:eb:e4:15:19:6d:35:1c:cd:88:8d:4f:53:f3:fa:8a:e6:d7:c4:66:a9:4e:60:42:bb +-----BEGIN CERTIFICATE----- +MIIDODCCAiCgAwIBAgIGIAYFFnACMA0GCSqGSIb3DQEBBQUAMDsxCzAJBgNVBAYT +AlJPMREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBD +QTAeFw0wNjA3MDQxNzIwMDRaFw0zMTA3MDQxNzIwMDRaMDsxCzAJBgNVBAYTAlJP +MREwDwYDVQQKEwhjZXJ0U0lHTjEZMBcGA1UECxMQY2VydFNJR04gUk9PVCBDQTCC +ASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALczuX7IJUqOtdu0KBuqV5Do +0SLTZLrTk+jUrIZhQGpgV2hUhE28alQCBf/fm5oqrl0Hj0rDKH/v+yv6efHHrfAQ +UySQi2bJqIirr1qjAOm+ukbuW3N7LBeCgV5iLKECZbO9xSsAfsT8AzNXDe3i+s5d +RdY4zTW2ssHQnIFKquSyAVwdj1+ZxLGt24gh65AIgoDzMKND5pCCrlUoSe1b16kQ +OA7+j0xbm0bqQfWwCHTD0IgztnzXdN/chNFDDnU5oSVAKOp4yw4sLjmdjItuFhwv +JoIQ4uNllAoEwF73XVv4EOLQunpL+943AAAaWyjj0pxzPjKHmKHJUS/X3qwzs08C +AwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAcYwHQYDVR0O +BBYEFOCMm9slSbPxfIbWskKHC9BroNnkMA0GCSqGSIb3DQEBBQUAA4IBAQA+0hyJ +LjX8+HXd5n9liPRyTMks1zJO890ZeUe9jjtbkw9QSSQTaxQGcu8J06Gh40CEyecY +MnQ8SG4Pn0vU9x7Tk4ZkVJdjclDVVc/6IJMCopvDI5NOFlV2oHB5bc0hH88vLbwZ +44gx+FkagQnIl6Z0x2DEW8xXjrJ1/RsCCdtZb3KTafcxQdaIOL+Hsr0Wefmq5L6I +Jd1hJyMctTEHBDa0GpC9oHRxUIltvBTjD4au8as+x6AJzKNI0eDbZOeStc+vckNw +i/nDhDwTqn6Sm1dTk/pwwpEOMfmbZ13pljheX7NzTogVZ96edhBiIL5VaZVDADlN +9u6wWk5JRFRYX0KD +-----END CERTIFICATE----- + +# Issuer: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Subject: CN=NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny O=NetLock Kft. OU=Tan\xfas\xedtv\xe1nykiad\xf3k (Certification Services) +# Label: "NetLock Arany (Class Gold) F\u0151tan\xfas\xedtv\xe1ny" +# Serial: 80544274841616 +# MD5 Fingerprint: c5:a1:b7:ff:73:dd:d6:d7:34:32:18:df:fc:3c:ad:88 +# SHA1 Fingerprint: 06:08:3f:59:3f:15:a1:04:a0:69:a4:6b:a9:03:d0:06:b7:97:09:91 +# SHA256 Fingerprint: 6c:61:da:c3:a2:de:f0:31:50:6b:e0:36:d2:a6:fe:40:19:94:fb:d1:3d:f9:c8:d4:66:59:92:74:c4:46:ec:98 +-----BEGIN CERTIFICATE----- +MIIEFTCCAv2gAwIBAgIGSUEs5AAQMA0GCSqGSIb3DQEBCwUAMIGnMQswCQYDVQQG +EwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFTATBgNVBAoMDE5ldExvY2sgS2Z0LjE3 +MDUGA1UECwwuVGFuw7pzw610dsOhbnlraWFkw7NrIChDZXJ0aWZpY2F0aW9uIFNl +cnZpY2VzKTE1MDMGA1UEAwwsTmV0TG9jayBBcmFueSAoQ2xhc3MgR29sZCkgRsWR +dGFuw7pzw610dsOhbnkwHhcNMDgxMjExMTUwODIxWhcNMjgxMjA2MTUwODIxWjCB +pzELMAkGA1UEBhMCSFUxETAPBgNVBAcMCEJ1ZGFwZXN0MRUwEwYDVQQKDAxOZXRM +b2NrIEtmdC4xNzA1BgNVBAsMLlRhbsO6c8OtdHbDoW55a2lhZMOzayAoQ2VydGlm +aWNhdGlvbiBTZXJ2aWNlcykxNTAzBgNVBAMMLE5ldExvY2sgQXJhbnkgKENsYXNz +IEdvbGQpIEbFkXRhbsO6c8OtdHbDoW55MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8A +MIIBCgKCAQEAxCRec75LbRTDofTjl5Bu0jBFHjzuZ9lk4BqKf8owyoPjIMHj9DrT +lF8afFttvzBPhCf2nx9JvMaZCpDyD/V/Q4Q3Y1GLeqVw/HpYzY6b7cNGbIRwXdrz +AZAj/E4wqX7hJ2Pn7WQ8oLjJM2P+FpD/sLj916jAwJRDC7bVWaaeVtAkH3B5r9s5 +VA1lddkVQZQBr17s9o3x/61k/iCa11zr/qYfCGSji3ZVrR47KGAuhyXoqq8fxmRG +ILdwfzzeSNuWU7c5d+Qa4scWhHaXWy+7GRWF+GmF9ZmnqfI0p6m2pgP8b4Y9VHx2 +BJtr+UBdADTHLpl1neWIA6pN+APSQnbAGwIDAKiLo0UwQzASBgNVHRMBAf8ECDAG +AQH/AgEEMA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUzPpnk/C2uNClwB7zU/2M +U9+D15YwDQYJKoZIhvcNAQELBQADggEBAKt/7hwWqZw8UQCgwBEIBaeZ5m8BiFRh +bvG5GK1Krf6BQCOUL/t1fC8oS2IkgYIL9WHxHG64YTjrgfpioTtaYtOUZcTh5m2C ++C8lcLIhJsFyUR+MLMOEkMNaj7rP9KdlpeuY0fsFskZ1FSNqb4VjMIDw1Z4fKRzC +bLBQWV2QWzuoDTDPv31/zvGdg73JRm4gpvlhUbohL3u+pRVjodSVh/GeufOJ8z2F +uLjbvrW5KfnaNwUASZQDhETnv0Mxz3WLJdH0pmT1kvarBes96aULNmLazAZfNou2 +XjG4Kvte9nHfRCaexOYNkbQudZWAUWpLMKawYqGT8ZvYzsRjdT9ZR7E= +-----END CERTIFICATE----- + +# Issuer: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Subject: CN=Microsec e-Szigno Root CA 2009 O=Microsec Ltd. +# Label: "Microsec e-Szigno Root CA 2009" +# Serial: 14014712776195784473 +# MD5 Fingerprint: f8:49:f4:03:bc:44:2d:83:be:48:69:7d:29:64:fc:b1 +# SHA1 Fingerprint: 89:df:74:fe:5c:f4:0f:4a:80:f9:e3:37:7d:54:da:91:e1:01:31:8e +# SHA256 Fingerprint: 3c:5f:81:fe:a5:fa:b8:2c:64:bf:a2:ea:ec:af:cd:e8:e0:77:fc:86:20:a7:ca:e5:37:16:3d:f3:6e:db:f3:78 +-----BEGIN CERTIFICATE----- +MIIECjCCAvKgAwIBAgIJAMJ+QwRORz8ZMA0GCSqGSIb3DQEBCwUAMIGCMQswCQYD +VQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3QxFjAUBgNVBAoMDU1pY3Jvc2VjIEx0 +ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3ppZ25vIFJvb3QgQ0EgMjAwOTEfMB0G +CSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5odTAeFw0wOTA2MTYxMTMwMThaFw0y +OTEyMzAxMTMwMThaMIGCMQswCQYDVQQGEwJIVTERMA8GA1UEBwwIQnVkYXBlc3Qx +FjAUBgNVBAoMDU1pY3Jvc2VjIEx0ZC4xJzAlBgNVBAMMHk1pY3Jvc2VjIGUtU3pp +Z25vIFJvb3QgQ0EgMjAwOTEfMB0GCSqGSIb3DQEJARYQaW5mb0BlLXN6aWduby5o +dTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAOn4j/NjrdqG2KfgQvvP +kd6mJviZpWNwrZuuyjNAfW2WbqEORO7hE52UQlKavXWFdCyoDh2Tthi3jCyoz/tc +cbna7P7ofo/kLx2yqHWH2Leh5TvPmUpG0IMZfcChEhyVbUr02MelTTMuhTlAdX4U +fIASmFDHQWe4oIBhVKZsTh/gnQ4H6cm6M+f+wFUoLAKApxn1ntxVUwOXewdI/5n7 +N4okxFnMUBBjjqqpGrCEGob5X7uxUG6k0QrM1XF+H6cbfPVTbiJfyyvm1HxdrtbC +xkzlBQHZ7Vf8wSN5/PrIJIOV87VqUQHQd9bpEqH5GoP7ghu5sJf0dgYzQ0mg/wu1 ++rUCAwEAAaOBgDB+MA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBTLD8bfQkPMPcu1SCOhGnqmKrs0aDAfBgNVHSMEGDAWgBTLD8bfQkPM +Pcu1SCOhGnqmKrs0aDAbBgNVHREEFDASgRBpbmZvQGUtc3ppZ25vLmh1MA0GCSqG +SIb3DQEBCwUAA4IBAQDJ0Q5eLtXMs3w+y/w9/w0olZMEyL/azXm4Q5DwpL7v8u8h +mLzU1F0G9u5C7DBsoKqpyvGvivo/C3NqPuouQH4frlRheesuCDfXI/OMn74dseGk +ddug4lQUsbocKaQY9hK6ohQU4zE1yED/t+AFdlfBHFny+L/k7SViXITwfn4fs775 +tyERzAMBVnCnEJIeGzSBHq2cGsMEPO0CYdYeBvNfOofyK/FFh+U9rNHHV4S9a67c +2Pm2G2JwCz02yULyMtd6YebS2z3PyKnJm9zbWETXbzivf3jTo60adbocwTZ8jx5t +HMN1Rq41Bab2XD0h7lbwyYIiLXpUq3DDfSJlgnCW +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R3 +# Label: "GlobalSign Root CA - R3" +# Serial: 4835703278459759426209954 +# MD5 Fingerprint: c5:df:b8:49:ca:05:13:55:ee:2d:ba:1a:c3:3e:b0:28 +# SHA1 Fingerprint: d6:9b:56:11:48:f0:1c:77:c5:45:78:c1:09:26:df:5b:85:69:76:ad +# SHA256 Fingerprint: cb:b5:22:d7:b7:f1:27:ad:6a:01:13:86:5b:df:1c:d4:10:2e:7d:07:59:af:63:5a:7c:f4:72:0d:c9:63:c5:3b +-----BEGIN CERTIFICATE----- +MIIDXzCCAkegAwIBAgILBAAAAAABIVhTCKIwDQYJKoZIhvcNAQELBQAwTDEgMB4G +A1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjMxEzARBgNVBAoTCkdsb2JhbFNp +Z24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMDkwMzE4MTAwMDAwWhcNMjkwMzE4 +MTAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSMzETMBEG +A1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAMwldpB5BngiFvXAg7aEyiie/QV2EcWtiHL8 +RgJDx7KKnQRfJMsuS+FggkbhUqsMgUdwbN1k0ev1LKMPgj0MK66X17YUhhB5uzsT +gHeMCOFJ0mpiLx9e+pZo34knlTifBtc+ycsmWQ1z3rDI6SYOgxXG71uL0gRgykmm +KPZpO/bLyCiR5Z2KYVc3rHQU3HTgOu5yLy6c+9C7v/U9AOEGM+iCK65TpjoWc4zd +QQ4gOsC0p6Hpsk+QLjJg6VfLuQSSaGjlOCZgdbKfd/+RFO+uIEn8rUAVSNECMWEZ +XriX7613t2Saer9fwRPvm2L7DWzgVGkWqQPabumDk3F2xmmFghcCAwEAAaNCMEAw +DgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI/wS3+o +LkUkrk1Q+mOai97i3Ru8MA0GCSqGSIb3DQEBCwUAA4IBAQBLQNvAUKr+yAzv95ZU +RUm7lgAJQayzE4aGKAczymvmdLm6AC2upArT9fHxD4q/c2dKg8dEe3jgr25sbwMp +jjM5RcOO5LlXbKr8EpbsU8Yt5CRsuZRj+9xTaGdWPoO4zzUhw8lo/s7awlOqzJCK +6fBdRoyV3XpYKBovHd7NADdBj+1EbddTKJd+82cEHhXXipa0095MJ6RMG3NzdvQX +mcIfeg7jLQitChws/zyrVQ4PkX4268NXSb7hLi18YIvDQVETI53O9zJrlAGomecs +Mx86OyXShkDOOyyGeMlhLxS67ttVb9+E7gUJTb0o2HLO02JQZR7rkpeDMdmztcpH +WD9f +-----END CERTIFICATE----- + +# Issuer: CN=Izenpe.com O=IZENPE S.A. +# Subject: CN=Izenpe.com O=IZENPE S.A. +# Label: "Izenpe.com" +# Serial: 917563065490389241595536686991402621 +# MD5 Fingerprint: a6:b0:cd:85:80:da:5c:50:34:a3:39:90:2f:55:67:73 +# SHA1 Fingerprint: 2f:78:3d:25:52:18:a7:4a:65:39:71:b5:2c:a2:9c:45:15:6f:e9:19 +# SHA256 Fingerprint: 25:30:cc:8e:98:32:15:02:ba:d9:6f:9b:1f:ba:1b:09:9e:2d:29:9e:0f:45:48:bb:91:4f:36:3b:c0:d4:53:1f +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Subject: CN=Go Daddy Root Certificate Authority - G2 O=GoDaddy.com, Inc. +# Label: "Go Daddy Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 80:3a:bc:22:c1:e6:fb:8d:9b:3b:27:4a:32:1b:9a:01 +# SHA1 Fingerprint: 47:be:ab:c9:22:ea:e8:0e:78:78:34:62:a7:9f:45:c2:54:fd:e6:8b +# SHA256 Fingerprint: 45:14:0b:32:47:eb:9c:c8:c5:b4:f0:d7:b5:30:91:f7:32:92:08:9e:6e:5a:63:e2:74:9d:d3:ac:a9:19:8e:da +-----BEGIN CERTIFICATE----- +MIIDxTCCAq2gAwIBAgIBADANBgkqhkiG9w0BAQsFADCBgzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxGjAYBgNVBAoT +EUdvRGFkZHkuY29tLCBJbmMuMTEwLwYDVQQDEyhHbyBEYWRkeSBSb290IENlcnRp +ZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAwMFoXDTM3MTIzMTIz +NTk1OVowgYMxCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6b25hMRMwEQYDVQQH +EwpTY290dHNkYWxlMRowGAYDVQQKExFHb0RhZGR5LmNvbSwgSW5jLjExMC8GA1UE +AxMoR28gRGFkZHkgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIw +DQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAL9xYgjx+lk09xvJGKP3gElY6SKD +E6bFIEMBO4Tx5oVJnyfq9oQbTqC023CYxzIBsQU+B07u9PpPL1kwIuerGVZr4oAH +/PMWdYA5UXvl+TW2dE6pjYIT5LY/qQOD+qK+ihVqf94Lw7YZFAXK6sOoBJQ7Rnwy +DfMAZiLIjWltNowRGLfTshxgtDj6AozO091GB94KPutdfMh8+7ArU6SSYmlRJQVh +GkSBjCypQ5Yj36w6gZoOKcUcqeldHraenjAKOc7xiID7S13MMuyFYkMlNAJWJwGR +tDtwKj9useiciAF9n9T521NtYJ2/LOdYq7hfRvzOxBsDPAnrSTFcaUaz4EcCAwEA +AaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FDqahQcQZyi27/a9BUFuIMGU2g/eMA0GCSqGSIb3DQEBCwUAA4IBAQCZ21151fmX +WWcDYfF+OwYxdS2hII5PZYe096acvNjpL9DbWu7PdIxztDhC2gV7+AJ1uP2lsdeu +9tfeE8tTEH6KRtGX+rcuKxGrkLAngPnon1rpN5+r5N9ss4UXnT3ZJE95kTXWXwTr +gIOrmgIttRD02JDHBHNA7XIloKmf7J6raBKZV8aPEjoJpL1E/QYVN8Gb5DKj7Tjo +2GTzLH4U/ALqn83/B2gX2yKQOC16jdFU8WnjXzPKej17CuPKf1855eJ1usV2GDPO +LPAvTK33sefOT6jEm0pUBsV/fdUID+Ic/n4XuKxe9tQWskMJDE32p2u0mYRlynqI +4uJEvlz36hz1 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: d6:39:81:c6:52:7e:96:69:fc:fc:ca:66:ed:05:f2:96 +# SHA1 Fingerprint: b5:1c:06:7c:ee:2b:0c:3d:f8:55:ab:2d:92:f4:fe:39:d4:e7:0f:0e +# SHA256 Fingerprint: 2c:e1:cb:0b:f9:d2:f9:e1:02:99:3f:be:21:51:52:c3:b2:dd:0c:ab:de:1c:68:e5:31:9b:83:91:54:db:b7:f5 +-----BEGIN CERTIFICATE----- +MIID3TCCAsWgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBjzELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xMjAwBgNVBAMTKVN0YXJmaWVs +ZCBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5MDkwMTAwMDAw +MFoXDTM3MTIzMTIzNTk1OVowgY8xCzAJBgNVBAYTAlVTMRAwDgYDVQQIEwdBcml6 +b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFyZmllbGQgVGVj +aG5vbG9naWVzLCBJbmMuMTIwMAYDVQQDEylTdGFyZmllbGQgUm9vdCBDZXJ0aWZp +Y2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoC +ggEBAL3twQP89o/8ArFvW59I2Z154qK3A2FWGMNHttfKPTUuiUP3oWmb3ooa/RMg +nLRJdzIpVv257IzdIvpy3Cdhl+72WoTsbhm5iSzchFvVdPtrX8WJpRBSiUZV9Lh1 +HOZ/5FSuS/hVclcCGfgXcVnrHigHdMWdSL5stPSksPNkN3mSwOxGXn/hbVNMYq/N +Hwtjuzqd+/x5AJhhdM8mgkBj87JyahkNmcrUDnXMN/uLicFZ8WJ/X7NfZTD4p7dN +dloedl40wOiWVpmKs/B/pM293DIxfJHP4F8R+GuqSVzRmZTRouNjWwl2tVZi4Ut0 +HZbUJtQIBFnQmA4O5t78w+wfkPECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAO +BgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFHwMMh+n2TB/xH1oo2Kooc6rB1snMA0G +CSqGSIb3DQEBCwUAA4IBAQARWfolTwNvlJk7mh+ChTnUdgWUXuEok21iXQnCoKjU +sHU48TRqneSfioYmUeYs0cYtbpUgSpIB7LiKZ3sx4mcujJUDJi5DnUox9g61DLu3 +4jd/IroAow57UvtruzvE03lRTs2Q9GcHGcg8RnoNAX3FWOdt5oUwF5okxBDgBPfg +8n/Uqgr/Qh037ZTlZFkSIHc40zI+OIF1lnP6aI+xy84fxez6nH7PfrHxBy22/L/K +pL/QlwVKvOoYKAKQvVR4CSFx09F9HdkWsKlhPdAKACL8x3vLCWRFCztAgfd9fDL1 +mMpYjn0q7pBZc2T5NnReJaH1ZgUufzkVqSr7UIuOhWn0 +-----END CERTIFICATE----- + +# Issuer: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Subject: CN=Starfield Services Root Certificate Authority - G2 O=Starfield Technologies, Inc. +# Label: "Starfield Services Root Certificate Authority - G2" +# Serial: 0 +# MD5 Fingerprint: 17:35:74:af:7b:61:1c:eb:f4:f9:3c:e2:ee:40:f9:a2 +# SHA1 Fingerprint: 92:5a:8f:8d:2c:6d:04:e0:66:5f:59:6a:ff:22:d8:63:e8:25:6f:3f +# SHA256 Fingerprint: 56:8d:69:05:a2:c8:87:08:a4:b3:02:51:90:ed:cf:ed:b1:97:4a:60:6a:13:c6:e5:29:0f:cb:2a:e6:3e:da:b5 +-----BEGIN CERTIFICATE----- +MIID7zCCAtegAwIBAgIBADANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMx +EDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoT +HFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVs +ZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTA5 +MDkwMTAwMDAwMFoXDTM3MTIzMTIzNTk1OVowgZgxCzAJBgNVBAYTAlVTMRAwDgYD +VQQIEwdBcml6b25hMRMwEQYDVQQHEwpTY290dHNkYWxlMSUwIwYDVQQKExxTdGFy +ZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTswOQYDVQQDEzJTdGFyZmllbGQgU2Vy +dmljZXMgUm9vdCBDZXJ0aWZpY2F0ZSBBdXRob3JpdHkgLSBHMjCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBANUMOsQq+U7i9b4Zl1+OiFOxHz/Lz58gE20p +OsgPfTz3a3Y4Y9k2YKibXlwAgLIvWX/2h/klQ4bnaRtSmpDhcePYLQ1Ob/bISdm2 +8xpWriu2dBTrz/sm4xq6HZYuajtYlIlHVv8loJNwU4PahHQUw2eeBGg6345AWh1K +Ts9DkTvnVtYAcMtS7nt9rjrnvDH5RfbCYM8TWQIrgMw0R9+53pBlbQLPLJGmpufe +hRhJfGZOozptqbXuNC66DQO4M99H67FrjSXZm86B0UVGMpZwh94CDklDhbZsc7tk +6mFBrMnUVN+HL8cisibMn1lUaJ/8viovxFUcdUBgF4UCVTmLfwUCAwEAAaNCMEAw +DwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFJxfAN+q +AdcwKziIorhtSpzyEZGDMA0GCSqGSIb3DQEBCwUAA4IBAQBLNqaEd2ndOxmfZyMI +bw5hyf2E3F/YNoHN2BtBLZ9g3ccaaNnRbobhiCPPE95Dz+I0swSdHynVv/heyNXB +ve6SbzJ08pGCL72CQnqtKrcgfU28elUSwhXqvfdqlS5sdJ/PHLTyxQGjhdByPq1z +qwubdQxtRbeOlKyWN7Wg0I8VRw7j6IPdj/3vQQF3zCepYoUz8jcI73HPdwbeyBkd +iEDPfUYd/x7H4c7/I9vG+o1VTqkC50cRRj70/b17KSa7qWFiNyi2LSr2EIZkyXCn +0q23KXB56jzaYyWf/Wi3MOxw+3WKt21gZ7IeyLnp2KhvAotnDU0mV3HaIPzBSlCN +sSi6 +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Commercial O=AffirmTrust +# Subject: CN=AffirmTrust Commercial O=AffirmTrust +# Label: "AffirmTrust Commercial" +# Serial: 8608355977964138876 +# MD5 Fingerprint: 82:92:ba:5b:ef:cd:8a:6f:a6:3d:55:f9:84:f6:d6:b7 +# SHA1 Fingerprint: f9:b5:b6:32:45:5f:9c:be:ec:57:5f:80:dc:e9:6e:2c:c7:b2:78:b7 +# SHA256 Fingerprint: 03:76:ab:1d:54:c5:f9:80:3c:e4:b2:e2:01:a0:ee:7e:ef:7b:57:b6:36:e8:a9:3c:9b:8d:48:60:c9:6f:5f:a7 +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIId3cGJyapsXwwDQYJKoZIhvcNAQELBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBDb21tZXJjaWFsMB4XDTEwMDEyOTE0MDYwNloXDTMwMTIzMTE0MDYwNlowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBDb21tZXJjaWFsMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEA9htPZwcroRX1BiLLHwGy43NFBkRJLLtJJRTWzsO3qyxPxkEylFf6EqdbDuKP +Hx6GGaeqtS25Xw2Kwq+FNXkyLbscYjfysVtKPcrNcV/pQr6U6Mje+SJIZMblq8Yr +ba0F8PrVC8+a5fBQpIs7R6UjW3p6+DM/uO+Zl+MgwdYoic+U+7lF7eNAFxHUdPAL +MeIrJmqbTFeurCA+ukV6BfO9m2kVrn1OIGPENXY6BwLJN/3HR+7o8XYdcxXyl6S1 +yHp52UKqK39c/s4mT6NmgTWvRLpUHhwwMmWd5jyTXlBOeuM61G7MGvv50jeuJCqr +VwMiKA1JdX+3KNp1v47j3A55MQIDAQABo0IwQDAdBgNVHQ4EFgQUnZPGU4teyq8/ +nx4P5ZmVvCT2lI8wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQELBQADggEBAFis9AQOzcAN/wr91LoWXym9e2iZWEnStB03TX8nfUYG +XUPGhi4+c7ImfU+TqbbEKpqrIZcUsd6M06uJFdhrJNTxFq7YpFzUf1GO7RgBsZNj +vbz4YYCanrHOQnDiqX0GJX0nof5v7LMeJNrjS1UaADs1tDvZ110w/YETifLCBivt +Z8SOyUOyXGsViQK8YvxO8rUzqrJv0wqiUOP2O+guRMLbZjipM1ZI8W0bM40NjD9g +N53Tym1+NH4Nn3J2ixufcv1SNUFFApYvHLKac0khsUlHRUe072o0EclNmsxZt9YC +nlpOZbWUrhvfKbAW8b8Angc6F2S1BLUjIZkKlTuXfO8= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Networking O=AffirmTrust +# Subject: CN=AffirmTrust Networking O=AffirmTrust +# Label: "AffirmTrust Networking" +# Serial: 8957382827206547757 +# MD5 Fingerprint: 42:65:ca:be:01:9a:9a:4c:a9:8c:41:49:cd:c0:d5:7f +# SHA1 Fingerprint: 29:36:21:02:8b:20:ed:02:f5:66:c5:32:d1:d6:ed:90:9f:45:00:2f +# SHA256 Fingerprint: 0a:81:ec:5a:92:97:77:f1:45:90:4a:f3:8d:5d:50:9f:66:b5:e2:c5:8f:cd:b5:31:05:8b:0e:17:f3:f0:b4:1b +-----BEGIN CERTIFICATE----- +MIIDTDCCAjSgAwIBAgIIfE8EORzUmS0wDQYJKoZIhvcNAQEFBQAwRDELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZpcm1UcnVz +dCBOZXR3b3JraW5nMB4XDTEwMDEyOTE0MDgyNFoXDTMwMTIzMTE0MDgyNFowRDEL +MAkGA1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MR8wHQYDVQQDDBZBZmZp +cm1UcnVzdCBOZXR3b3JraW5nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKC +AQEAtITMMxcua5Rsa2FSoOujz3mUTOWUgJnLVWREZY9nZOIG41w3SfYvm4SEHi3y +YJ0wTsyEheIszx6e/jarM3c1RNg1lho9Nuh6DtjVR6FqaYvZ/Ls6rnla1fTWcbua +kCNrmreIdIcMHl+5ni36q1Mr3Lt2PpNMCAiMHqIjHNRqrSK6mQEubWXLviRmVSRL +QESxG9fhwoXA3hA/Pe24/PHxI1Pcv2WXb9n5QHGNfb2V1M6+oF4nI979ptAmDgAp +6zxG8D1gvz9Q0twmQVGeFDdCBKNwV6gbh+0t+nvujArjqWaJGctB+d1ENmHP4ndG +yH329JKBNv3bNPFyfvMMFr20FQIDAQABo0IwQDAdBgNVHQ4EFgQUBx/S55zawm6i +QLSwelAQUHTEyL0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwDQYJ +KoZIhvcNAQEFBQADggEBAIlXshZ6qML91tmbmzTCnLQyFE2npN/svqe++EPbkTfO +tDIuUFUaNU52Q3Eg75N3ThVwLofDwR1t3Mu1J9QsVtFSUzpE0nPIxBsFZVpikpzu +QY0x2+c06lkh1QF612S4ZDnNye2v7UsDSKegmQGA3GWjNq5lWUhPgkvIZfFXHeVZ +Lgo/bNjR9eUJtGxUAArgFU2HdW23WJZa3W3SAKD0m0i+wzekujbgfIeFlxoVot4u +olu9rxj5kFDNcFn4J2dHy8egBzp90SxdbBk6ZrV9/ZFvgrG+CJPbFEfxojfHRZ48 +x3evZKiT3/Zpg4Jg8klCNO1aAFSFHBY2kgxc+qatv9s= +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium O=AffirmTrust +# Subject: CN=AffirmTrust Premium O=AffirmTrust +# Label: "AffirmTrust Premium" +# Serial: 7893706540734352110 +# MD5 Fingerprint: c4:5d:0e:48:b6:ac:28:30:4e:0a:bc:f9:38:16:87:57 +# SHA1 Fingerprint: d8:a6:33:2c:e0:03:6f:b1:85:f6:63:4f:7d:6a:06:65:26:32:28:27 +# SHA256 Fingerprint: 70:a7:3f:7f:37:6b:60:07:42:48:90:45:34:b1:14:82:d5:bf:0e:69:8e:cc:49:8d:f5:25:77:eb:f2:e9:3b:9a +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIIbYwURrGmCu4wDQYJKoZIhvcNAQEMBQAwQTELMAkGA1UE +BhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1UcnVz +dCBQcmVtaXVtMB4XDTEwMDEyOTE0MTAzNloXDTQwMTIzMTE0MTAzNlowQTELMAkG +A1UEBhMCVVMxFDASBgNVBAoMC0FmZmlybVRydXN0MRwwGgYDVQQDDBNBZmZpcm1U +cnVzdCBQcmVtaXVtMIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxBLf +qV/+Qd3d9Z+K4/as4Tx4mrzY8H96oDMq3I0gW64tb+eT2TZwamjPjlGjhVtnBKAQ +JG9dKILBl1fYSCkTtuG+kU3fhQxTGJoeJKJPj/CihQvL9Cl/0qRY7iZNyaqoe5rZ ++jjeRFcV5fiMyNlI4g0WJx0eyIOFJbe6qlVBzAMiSy2RjYvmia9mx+n/K+k8rNrS +s8PhaJyJ+HoAVt70VZVs+7pk3WKL3wt3MutizCaam7uqYoNMtAZ6MMgpv+0GTZe5 +HMQxK9VfvFMSF5yZVylmd2EhMQcuJUmdGPLu8ytxjLW6OQdJd/zvLpKQBY0tL3d7 +70O/Nbua2Plzpyzy0FfuKE4mX4+QaAkvuPjcBukumj5Rp9EixAqnOEhss/n/fauG +V+O61oV4d7pD6kh/9ti+I20ev9E2bFhc8e6kGVQa9QPSdubhjL08s9NIS+LI+H+S +qHZGnEJlPqQewQcDWkYtuJfzt9WyVSHvutxMAJf7FJUnM7/oQ0dG0giZFmA7mn7S +5u046uwBHjxIVkkJx0w3AJ6IDsBz4W9m6XJHMD4Q5QsDyZpCAGzFlH5hxIrff4Ia +C1nEWTJ3s7xgaVY5/bQGeyzWZDbZvUjthB9+pSKPKrhC9IK31FOQeE4tGv2Bb0TX +OwF0lkLgAOIua+rF7nKsu7/+6qqo+Nz2snmKtmcCAwEAAaNCMEAwHQYDVR0OBBYE +FJ3AZ6YMItkm9UWrpmVSESfYRaxjMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgEGMA0GCSqGSIb3DQEBDAUAA4ICAQCzV00QYk465KzquByvMiPIs0laUZx2 +KI15qldGF9X1Uva3ROgIRL8YhNILgM3FEv0AVQVhh0HctSSePMTYyPtwni94loMg +Nt58D2kTiKV1NpgIpsbfrM7jWNa3Pt668+s0QNiigfV4Py/VpfzZotReBA4Xrf5B +8OWycvpEgjNC6C1Y91aMYj+6QrCcDFx+LmUmXFNPALJ4fqENmS2NuB2OosSw/WDQ +MKSOyARiqcTtNd56l+0OOF6SL5Nwpamcb6d9Ex1+xghIsV5n61EIJenmJWtSKZGc +0jlzCFfemQa0W50QBuHCAKi4HEoCChTQwUHK+4w1IX2COPKpVJEZNZOUbWo6xbLQ +u4mGk+ibyQ86p3q4ofB4Rvr8Ny/lioTz3/4E2aFooC8k4gmVBtWVyuEklut89pMF +u+1z6S3RdTnX5yTb2E5fQ4+e0BQ5v1VwSJlXMbSc7kqYA5YwH2AG7hsj/oFgIxpH +YoWlzBk0gG+zrBrjn/B7SK3VAdlntqlyk+otZrWyuOQ9PLLvTIzq6we/qzWaVYa8 +GKa1qF60g2xraUDTn9zxw2lrueFtCfTxqlB2Cnp9ehehVZZCmTEJ3WARjQUwfuaO +RtGdFNrHF+QFlozEJLUbzxQHskD4o55BhrwE0GuWyCqANP2/7waj3VjFhT0+j/6e +KeC2uAloGRwYQw== +-----END CERTIFICATE----- + +# Issuer: CN=AffirmTrust Premium ECC O=AffirmTrust +# Subject: CN=AffirmTrust Premium ECC O=AffirmTrust +# Label: "AffirmTrust Premium ECC" +# Serial: 8401224907861490260 +# MD5 Fingerprint: 64:b0:09:55:cf:b1:d5:99:e2:be:13:ab:a6:5d:ea:4d +# SHA1 Fingerprint: b8:23:6b:00:2f:1d:16:86:53:01:55:6c:11:a4:37:ca:eb:ff:c3:bb +# SHA256 Fingerprint: bd:71:fd:f6:da:97:e4:cf:62:d1:64:7a:dd:25:81:b0:7d:79:ad:f8:39:7e:b4:ec:ba:9c:5e:84:88:82:14:23 +-----BEGIN CERTIFICATE----- +MIIB/jCCAYWgAwIBAgIIdJclisc/elQwCgYIKoZIzj0EAwMwRTELMAkGA1UEBhMC +VVMxFDASBgNVBAoMC0FmZmlybVRydXN0MSAwHgYDVQQDDBdBZmZpcm1UcnVzdCBQ +cmVtaXVtIEVDQzAeFw0xMDAxMjkxNDIwMjRaFw00MDEyMzExNDIwMjRaMEUxCzAJ +BgNVBAYTAlVTMRQwEgYDVQQKDAtBZmZpcm1UcnVzdDEgMB4GA1UEAwwXQWZmaXJt +VHJ1c3QgUHJlbWl1bSBFQ0MwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQNMF4bFZ0D +0KF5Nbc6PJJ6yhUczWLznCZcBz3lVPqj1swS6vQUX+iOGasvLkjmrBhDeKzQN8O9 +ss0s5kfiGuZjuD0uL3jET9v0D6RoTFVya5UdThhClXjMNzyR4ptlKymjQjBAMB0G +A1UdDgQWBBSaryl6wBE1NSZRMADDav5A1a7WPDAPBgNVHRMBAf8EBTADAQH/MA4G +A1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNnADBkAjAXCfOHiFBar8jAQr9HX/Vs +aobgxCd05DhT1wV/GzTjxi+zygk8N53X57hG8f2h4nECMEJZh0PUUd+60wkyWs6I +flc9nF9Ca/UHLbXwgpP5WW+uZPpY5Yse42O+tYHNbwKMeQ== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA" +# Serial: 279744 +# MD5 Fingerprint: d5:e9:81:40:c5:18:69:fc:46:2c:89:75:62:0f:aa:78 +# SHA1 Fingerprint: 07:e0:32:e0:20:b7:2c:3f:19:2f:06:28:a2:59:3a:19:a7:0f:06:9e +# SHA256 Fingerprint: 5c:58:46:8d:55:f5:8e:49:7e:74:39:82:d2:b5:00:10:b6:d1:65:37:4a:cf:83:a7:d4:a3:2d:b7:68:c4:40:8e +-----BEGIN CERTIFICATE----- +MIIDuzCCAqOgAwIBAgIDBETAMA0GCSqGSIb3DQEBBQUAMH4xCzAJBgNVBAYTAlBM +MSIwIAYDVQQKExlVbml6ZXRvIFRlY2hub2xvZ2llcyBTLkEuMScwJQYDVQQLEx5D +ZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxIjAgBgNVBAMTGUNlcnR1bSBU +cnVzdGVkIE5ldHdvcmsgQ0EwHhcNMDgxMDIyMTIwNzM3WhcNMjkxMjMxMTIwNzM3 +WjB+MQswCQYDVQQGEwJQTDEiMCAGA1UEChMZVW5pemV0byBUZWNobm9sb2dpZXMg +Uy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MSIw +IAYDVQQDExlDZXJ0dW0gVHJ1c3RlZCBOZXR3b3JrIENBMIIBIjANBgkqhkiG9w0B +AQEFAAOCAQ8AMIIBCgKCAQEA4/t9o3K6wvDJFIf1awFO4W5AB7ptJ11/91sts1rH +UV+rpDKmYYe2bg+G0jACl/jXaVehGDldamR5xgFZrDwxSjh80gTSSyjoIF87B6LM +TXPb865Px1bVWqeWifrzq2jUI4ZZJ88JJ7ysbnKDHDBy3+Ci6dLhdHUZvSqeexVU +BBvXQzmtVSjF4hq79MDkrjhJM8x2hZ85RdKknvISjFH4fOQtf/WsX+sWn7Et0brM +kUJ3TCXJkDhv2/DM+44el1k+1WBO5gUo7Ul5E0u6SNsv+XLTOcr+H9g0cvW0QM8x +AcPs3hEtF10fuFDRXhmnad4HMyjKUJX5p1TLVIZQRan5SQIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBQIds3LB/8k9sXN7buQvOKEN0Z19zAOBgNV +HQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQEFBQADggEBAKaorSLOAT2mo/9i0Eidi15y +sHhE49wcrwn9I0j6vSrEuVUEtRCjjSfeC4Jj0O7eDDd5QVsisrCaQVymcODU0HfL +I9MA4GxWL+FpDQ3Zqr8hgVDZBqWo/5U30Kr+4rP1mS1FhIrlQgnXdAIv94nYmem8 +J9RHjboNRhx3zxSkHLmkMcScKHQDNP8zGSal6Q10tz6XxnboJ5ajZt3hrvJBW8qY +VoNzcOSGGtIxQbovvi0TWnZvTuhOgQ4/WwMioBK+ZlgRSssDxLQqKi2WF+A5VLxI +03YnnZotBqbJ7DnSq9ufmgsnAjUpsUCV5/nonFWIGUbWtzT1fs45mtk48VH3Tyw= +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Root Certification Authority O=TAIWAN-CA OU=Root CA +# Label: "TWCA Root Certification Authority" +# Serial: 1 +# MD5 Fingerprint: aa:08:8f:f6:f9:7b:b7:f2:b1:a7:1e:9b:ea:ea:bd:79 +# SHA1 Fingerprint: cf:9e:87:6d:d3:eb:fc:42:26:97:a3:b5:a3:7a:a0:76:a9:06:23:48 +# SHA256 Fingerprint: bf:d8:8f:e1:10:1c:41:ae:3e:80:1b:f8:be:56:35:0e:e9:ba:d1:a6:b9:bd:51:5e:dc:5c:6d:5b:87:11:ac:44 +-----BEGIN CERTIFICATE----- +MIIDezCCAmOgAwIBAgIBATANBgkqhkiG9w0BAQUFADBfMQswCQYDVQQGEwJUVzES +MBAGA1UECgwJVEFJV0FOLUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFU +V0NBIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMDgwODI4MDcyNDMz +WhcNMzAxMjMxMTU1OTU5WjBfMQswCQYDVQQGEwJUVzESMBAGA1UECgwJVEFJV0FO +LUNBMRAwDgYDVQQLDAdSb290IENBMSowKAYDVQQDDCFUV0NBIFJvb3QgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIB +AQCwfnK4pAOU5qfeCTiRShFAh6d8WWQUe7UREN3+v9XAu1bihSX0NXIP+FPQQeFE +AcK0HMMxQhZHhTMidrIKbw/lJVBPhYa+v5guEGcevhEFhgWQxFnQfHgQsIBct+HH +K3XLfJ+utdGdIzdjp9xCoi2SBBtQwXu4PhvJVgSLL1KbralW6cH/ralYhzC2gfeX +RfwZVzsrb+RH9JlF/h3x+JejiB03HFyP4HYlmlD4oFT/RJB2I9IyxsOrBr/8+7/z +rX2SYgJbKdM1o5OaQ2RgXbL6Mv87BK9NQGr5x+PvI/1ry+UPizgN7gr8/g+YnzAx +3WxSZfmLgb4i4RxYA7qRG4kHAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqOFsmjd6LWvJPelSDGRjjCDWmujANBgkq +hkiG9w0BAQUFAAOCAQEAPNV3PdrfibqHDAhUaiBQkr6wQT25JmSDCi/oQMCXKCeC +MErJk/9q56YAf4lCmtYR5VPOL8zy2gXE/uJQxDqGfczafhAJO5I1KlOy/usrBdls +XebQ79NqZp4VKIV66IIArB6nCWlWQtNoURi+VJq/REG6Sb4gumlc7rh3zc5sH62D +lhh9DrUUOYTxKOkto557HnpyWoOzeW/vtPzQCqVYT0bf+215WfKEIlKuD8z7fDvn +aspHYcN6+NOSBB+4IIThNlQWx0DeO4pz3N/GCUzf7Nr/1FNCocnyYh0igzyXxfkZ +YiesZSLX0zzG5Y6yU8xJzrww/nsOM5D77dIUkR8Hrw== +-----END CERTIFICATE----- + +# Issuer: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Subject: O=SECOM Trust Systems CO.,LTD. OU=Security Communication RootCA2 +# Label: "Security Communication RootCA2" +# Serial: 0 +# MD5 Fingerprint: 6c:39:7d:a4:0e:55:59:b2:3f:d6:41:b1:12:50:de:43 +# SHA1 Fingerprint: 5f:3b:8c:f2:f8:10:b3:7d:78:b4:ce:ec:19:19:c3:73:34:b9:c7:74 +# SHA256 Fingerprint: 51:3b:2c:ec:b8:10:d4:cd:e5:dd:85:39:1a:df:c6:c2:dd:60:d8:7b:b7:36:d2:b5:21:48:4a:a4:7a:0e:be:f6 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIBADANBgkqhkiG9w0BAQsFADBdMQswCQYDVQQGEwJKUDEl +MCMGA1UEChMcU0VDT00gVHJ1c3QgU3lzdGVtcyBDTy4sTFRELjEnMCUGA1UECxMe +U2VjdXJpdHkgQ29tbXVuaWNhdGlvbiBSb290Q0EyMB4XDTA5MDUyOTA1MDAzOVoX +DTI5MDUyOTA1MDAzOVowXTELMAkGA1UEBhMCSlAxJTAjBgNVBAoTHFNFQ09NIFRy +dXN0IFN5c3RlbXMgQ08uLExURC4xJzAlBgNVBAsTHlNlY3VyaXR5IENvbW11bmlj +YXRpb24gUm9vdENBMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANAV +OVKxUrO6xVmCxF1SrjpDZYBLx/KWvNs2l9amZIyoXvDjChz335c9S672XewhtUGr +zbl+dp+++T42NKA7wfYxEUV0kz1XgMX5iZnK5atq1LXaQZAQwdbWQonCv/Q4EpVM +VAX3NuRFg3sUZdbcDE3R3n4MqzvEFb46VqZab3ZpUql6ucjrappdUtAtCms1FgkQ +hNBqyjoGADdH5H5XTz+L62e4iKrFvlNVspHEfbmwhRkGeC7bYRr6hfVKkaHnFtWO +ojnflLhwHyg/i/xAXmODPIMqGplrz95Zajv8bxbXH/1KEOtOghY6rCcMU/Gt1SSw +awNQwS08Ft1ENCcadfsCAwEAAaNCMEAwHQYDVR0OBBYEFAqFqXdlBZh8QIH4D5cs +OPEK7DzPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MA0GCSqGSIb3 +DQEBCwUAA4IBAQBMOqNErLlFsceTfsgLCkLfZOoc7llsCLqJX2rKSpWeeo8HxdpF +coJxDjrSzG+ntKEju/Ykn8sX/oymzsLS28yN/HH8AynBbF0zX2S2ZTuJbxh2ePXc +okgfGT+Ok+vx+hfuzU7jBBJV1uXk3fs+BXziHV7Gp7yXT2g69ekuCkO2r1dcYmh8 +t/2jioSgrGK+KwmHNPBqAbubKVY8/gA3zyNs8U6qtnRGEmyR7jTV7JqR50S+kDFy +1UkC9gLl9B/rfNmWVan/7Ir5mUf/NVoCqgTLiluHcSmRvaS0eg29mvVXIwAHIRc/ +SjnRBUkLp7Y3gaVdjKozXoEofKd9J+sAro03 +-----END CERTIFICATE----- + +# Issuer: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Subject: CN=Actalis Authentication Root CA O=Actalis S.p.A./03358520967 +# Label: "Actalis Authentication Root CA" +# Serial: 6271844772424770508 +# MD5 Fingerprint: 69:c1:0d:4f:07:a3:1b:c3:fe:56:3d:04:bc:11:f6:a6 +# SHA1 Fingerprint: f3:73:b3:87:06:5a:28:84:8a:f2:f3:4a:ce:19:2b:dd:c7:8e:9c:ac +# SHA256 Fingerprint: 55:92:60:84:ec:96:3a:64:b9:6e:2a:be:01:ce:0b:a8:6a:64:fb:fe:bc:c7:aa:b5:af:c1:55:b3:7f:d7:60:66 +-----BEGIN CERTIFICATE----- +MIIFuzCCA6OgAwIBAgIIVwoRl0LE48wwDQYJKoZIhvcNAQELBQAwazELMAkGA1UE +BhMCSVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8w +MzM1ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290 +IENBMB4XDTExMDkyMjExMjIwMloXDTMwMDkyMjExMjIwMlowazELMAkGA1UEBhMC +SVQxDjAMBgNVBAcMBU1pbGFuMSMwIQYDVQQKDBpBY3RhbGlzIFMucC5BLi8wMzM1 +ODUyMDk2NzEnMCUGA1UEAwweQWN0YWxpcyBBdXRoZW50aWNhdGlvbiBSb290IENB +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAp8bEpSmkLO/lGMWwUKNv +UTufClrJwkg4CsIcoBh/kbWHuUA/3R1oHwiD1S0eiKD4j1aPbZkCkpAW1V8IbInX +4ay8IMKx4INRimlNAJZaby/ARH6jDuSRzVju3PvHHkVH3Se5CAGfpiEd9UEtL0z9 +KK3giq0itFZljoZUj5NDKd45RnijMCO6zfB9E1fAXdKDa0hMxKufgFpbOr3JpyI/ +gCczWw63igxdBzcIy2zSekciRDXFzMwujt0q7bd9Zg1fYVEiVRvjRuPjPdA1Yprb +rxTIW6HMiRvhMCb8oJsfgadHHwTrozmSBp+Z07/T6k9QnBn+locePGX2oxgkg4YQ +51Q+qDp2JE+BIcXjDwL4k5RHILv+1A7TaLndxHqEguNTVHnd25zS8gebLra8Pu2F +be8lEfKXGkJh90qX6IuxEAf6ZYGyojnP9zz/GPvG8VqLWeICrHuS0E4UT1lF9gxe +KF+w6D9Fz8+vm2/7hNN3WpVvrJSEnu68wEqPSpP4RCHiMUVhUE4Q2OM1fEwZtN4F +v6MGn8i1zeQf1xcGDXqVdFUNaBr8EBtiZJ1t4JWgw5QHVw0U5r0F+7if5t+L4sbn +fpb2U8WANFAoWPASUHEXMLrmeGO89LKtmyuy/uE5jF66CyCU3nuDuP/jVo23Eek7 +jPKxwV2dpAtMK9myGPW1n0sCAwEAAaNjMGEwHQYDVR0OBBYEFFLYiDrIn3hm7Ynz +ezhwlMkCAjbQMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUUtiIOsifeGbt +ifN7OHCUyQICNtAwDgYDVR0PAQH/BAQDAgEGMA0GCSqGSIb3DQEBCwUAA4ICAQAL +e3KHwGCmSUyIWOYdiPcUZEim2FgKDk8TNd81HdTtBjHIgT5q1d07GjLukD0R0i70 +jsNjLiNmsGe+b7bAEzlgqqI0JZN1Ut6nna0Oh4lScWoWPBkdg/iaKWW+9D+a2fDz +WochcYBNy+A4mz+7+uAwTc+G02UQGRjRlwKxK3JCaKygvU5a2hi/a5iB0P2avl4V +SM0RFbnAKVy06Ij3Pjaut2L9HmLecHgQHEhb2rykOLpn7VU+Xlff1ANATIGk0k9j +pwlCCRT8AKnCgHNPLsBA2RF7SOp6AsDT6ygBJlh0wcBzIm2Tlf05fbsq4/aC4yyX +X04fkZT6/iyj2HYauE2yOE+b+h1IYHkm4vP9qdCa6HCPSXrW5b0KDtst842/6+Ok +fcvHlXHo2qN8xcL4dJIEG4aspCJTQLas/kx2z/uUMsA1n3Y/buWQbqCmJqK4LL7R +K4X9p2jIugErsWx0Hbhzlefut8cl8ABMALJ+tguLHPPAUJ4lueAI3jZm/zel0btU +ZCzJJ7VLkn5l/9Mt4blOvH+kQSGQQXemOR/qnuOf0GZvBeyqdn6/axag67XH/JJU +LysRJyU3eExRarDzzFhdFPFqSBX/wge2sY0PjlxQRrM9vwGYT7JZVEc+NHt4bVaT +LnPqZih4zR0Uv6CPLy64Lo7yFIrM6bV8+2ydDKXhlg== +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 2 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 2 Root CA" +# Serial: 2 +# MD5 Fingerprint: 46:a7:d2:fe:45:fb:64:5a:a8:59:90:9b:78:44:9b:29 +# SHA1 Fingerprint: 49:0a:75:74:de:87:0a:47:fe:58:ee:f6:c7:6b:eb:c6:0b:12:40:99 +# SHA256 Fingerprint: 9a:11:40:25:19:7c:5b:b9:5d:94:e6:3d:55:cd:43:79:08:47:b6:46:b2:3c:df:11:ad:a4:a0:0e:ff:15:fb:48 +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMiBSb290IENBMB4XDTEwMTAyNjA4MzgwM1oXDTQwMTAyNjA4MzgwM1ow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDIgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBANfHXvfBB9R3+0Mh9PT1aeTuMgHbo4Yf5FkNuud1g1Lr +6hxhFUi7HQfKjK6w3Jad6sNgkoaCKHOcVgb/S2TwDCo3SbXlzwx87vFKu3MwZfPV +L4O2fuPn9Z6rYPnT8Z2SdIrkHJasW4DptfQxh6NR/Md+oW+OU3fUl8FVM5I+GC91 +1K2GScuVr1QGbNgGE41b/+EmGVnAJLqBcXmQRFBoJJRfuLMR8SlBYaNByyM21cHx +MlAQTn/0hpPshNOOvEu/XAFOBz3cFIqUCqTqc/sLUegTBxj6DvEr0VQVfTzh97QZ +QmdiXnfgolXsttlpF9U6r0TtSsWe5HonfOV116rLJeffawrbD02TTqigzXsu8lkB +arcNuAeBfos4GzjmCleZPe4h6KP1DBbdi+w0jpwqHAAVF41og9JwnxgIzRFo1clr +Us3ERo/ctfPYV3Me6ZQ5BL/T3jjetFPsaRyifsSP5BtwrfKi+fv3FmRmaZ9JUaLi +FRhnBkp/1Wy1TbMz4GHrXb7pmA8y1x1LPC5aAVKRCfLf6o3YBkBjqhHk/sM3nhRS +P/TizPJhk9H9Z2vXUq6/aKtAQ6BXNVN48FP4YUIHZMbXb5tMOA1jrGKvNouicwoN +9SG9dKpN6nIDSdvHXx1iY8f93ZHsM+71bbRuMGjeyNYmsHVee7QHIJihdjK4TWxP +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFMmAd+BikoL1Rpzz +uvdMw964o605MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAU18h +9bqwOlI5LJKwbADJ784g7wbylp7ppHR/ehb8t/W2+xUbP6umwHJdELFx7rxP462s +A20ucS6vxOOto70MEae0/0qyexAQH6dXQbLArvQsWdZHEIjzIVEpMMpghq9Gqx3t +OluwlN5E40EIosHsHdb9T7bWR9AUC8rmyrV7d35BH16Dx7aMOZawP5aBQW9gkOLo ++fsicdl9sz1Gv7SEr5AcD48Saq/v7h56rgJKihcrdv6sVIkkLE8/trKnToyokZf7 +KcZ7XC25y2a2t6hbElGFtQl+Ynhw/qlqYLYdDnkM/crqJIByw5c/8nerQyIKx+u2 +DISCLIBrQYoIwOula9+ZEsuK1V6ADJHgJgg2SMX6OBE1/yWDLfJ6v9r9jv6ly0Us +H8SIU653DtmadsWOLB2jutXsMq7Aqqz30XpN69QH4kj3Io6wpJ9qzo6ysmD0oyLQ +I+uUWnpp3Q+/QFesa1lQ2aOZ4W7+jQF5JyMV3pKdewlNWudLSDBaGOYKbeaP4NK7 +5t98biGCwWg5TbSYWGZizEqQXsP6JwSxeRV0mcy+rSDeJmAc61ZRpqPq5KM/p/9h +3PFaTWwyI0PurKju7koSCTxdccK+efrCh2gdC/1cacwG0Jp9VJkqyTkaGa9LKkPz +Y11aWOIv4x3kqdbQCtCev9eBCfHJxyYNrJgWVqA= +-----END CERTIFICATE----- + +# Issuer: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Subject: CN=Buypass Class 3 Root CA O=Buypass AS-983163327 +# Label: "Buypass Class 3 Root CA" +# Serial: 2 +# MD5 Fingerprint: 3d:3b:18:9e:2c:64:5a:e8:d5:88:ce:0e:f9:37:c2:ec +# SHA1 Fingerprint: da:fa:f7:fa:66:84:ec:06:8f:14:50:bd:c7:c2:81:a5:bc:a9:64:57 +# SHA256 Fingerprint: ed:f7:eb:bc:a2:7a:2a:38:4d:38:7b:7d:40:10:c6:66:e2:ed:b4:84:3e:4c:29:b4:ae:1d:5b:93:32:e6:b2:4d +-----BEGIN CERTIFICATE----- +MIIFWTCCA0GgAwIBAgIBAjANBgkqhkiG9w0BAQsFADBOMQswCQYDVQQGEwJOTzEd +MBsGA1UECgwUQnV5cGFzcyBBUy05ODMxNjMzMjcxIDAeBgNVBAMMF0J1eXBhc3Mg +Q2xhc3MgMyBSb290IENBMB4XDTEwMTAyNjA4Mjg1OFoXDTQwMTAyNjA4Mjg1OFow +TjELMAkGA1UEBhMCTk8xHTAbBgNVBAoMFEJ1eXBhc3MgQVMtOTgzMTYzMzI3MSAw +HgYDVQQDDBdCdXlwYXNzIENsYXNzIDMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEB +BQADggIPADCCAgoCggIBAKXaCpUWUOOV8l6ddjEGMnqb8RB2uACatVI2zSRHsJ8Y +ZLya9vrVediQYkwiL944PdbgqOkcLNt4EemOaFEVcsfzM4fkoF0LXOBXByow9c3E +N3coTRiR5r/VUv1xLXA+58bEiuPwKAv0dpihi4dVsjoT/Lc+JzeOIuOoTyrvYLs9 +tznDDgFHmV0ST9tD+leh7fmdvhFHJlsTmKtdFoqwNxxXnUX/iJY2v7vKB3tvh2PX +0DJq1l1sDPGzbjniazEuOQAnFN44wOwZZoYS6J1yFhNkUsepNxz9gjDthBgd9K5c +/3ATAOux9TN6S9ZV+AWNS2mw9bMoNlwUxFFzTWsL8TQH2xc519woe2v1n/MuwU8X +KhDzzMro6/1rqy6any2CbgTUUgGTLT2G/H783+9CHaZr77kgxve9oKeV/afmiSTY +zIw0bOIjL9kSGiG5VZFvC5F5GQytQIgLcOJ60g7YaEi7ghM5EFjp2CoHxhLbWNvS +O1UQRwUVZ2J+GGOmRj8JDlQyXr8NYnon74Do29lLBlo3WiXQCBJ31G8JUJc9yB3D +34xFMFbG02SrZvPAXpacw8Tvw3xrizp5f7NJzz3iiZ+gMEuFuZyUJHmPfWupRWgP +K9Dx2hzLabjKSWJtyNBjYt1gD1iqj6G8BaVmos8bdrKEZLFMOVLAMLrwjEsCsLa3 +AgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFEe4zf/lb+74suwv +Tg75JbCOPGvDMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAACAj +QTUEkMJAYmDv4jVM1z+s4jSQuKFvdvoWFqRINyzpkMLyPPgKn9iB5btb2iUspKdV +cSQy9sgL8rxq+JOssgfCX5/bzMiKqr5qb+FJEMwx14C7u8jYog5kV+qi9cKpMRXS +IGrs/CIBKM+GuIAeqcwRpTzyFrNHnfzSgCHEy9BHcEGhyoMZCCxt8l13nIoUE9Q2 +HJLw5QY33KbmkJs4j1xrG0aGQ0JfPgEHU1RdZX33inOhmlRaHylDFCfChQ+1iHsa +O5S3HWCntZznKWlXWpuTekMwGwPXYshApqr8ZORK15FTAaggiG6cX0S5y2CBNOxv +033aSF/rtJC8LakcC6wc1aJoIIAE1vyxjy+7SjENSoYc6+I2KSb12tjE8nVhz36u +dmNKekBlk4f4HoCMhuWG1o8O/FMsYOgWYRqiPkN7zTlgVGr18okmAWiDSKIz6MkE +kbIRNBE+6tBDGR8Dk5AM/1E9V/RBbuHLoL7ryWPNbczk+DaqaJ3tvV2XcEQNtg41 +3OEMXbugUZTLfhbrES+jkkXITHHZvMmZUldGL1DPvTVp9D0VzgalLA8+9oG6lLvD +u79leNKGef9JOxqDDPDeeOzI8k1MGt6CKfjBWtrt7uYnXuhF0J0cUahoq0Tj0Itq +4/g7u9xN12TyUb7mqqta6THuBrxzvxNiCp/HuZc= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 3 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 3" +# Serial: 1 +# MD5 Fingerprint: ca:fb:40:a8:4e:39:92:8a:1d:fe:8e:2f:c4:27:ea:ef +# SHA1 Fingerprint: 55:a6:72:3e:cb:f2:ec:cd:c3:23:74:70:19:9d:2a:be:11:e3:81:d1 +# SHA256 Fingerprint: fd:73:da:d3:1c:64:4f:f1:b4:3b:ef:0c:cd:da:96:71:0b:9c:d9:87:5e:ca:7e:31:70:7a:f3:e9:6d:52:2b:bd +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDMwHhcNMDgxMDAxMTAyOTU2WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDMwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC9dZPwYiJvJK7genasfb3ZJNW4t/zN +8ELg63iIVl6bmlQdTQyK9tPPcPRStdiTBONGhnFBSivwKixVA9ZIw+A5OO3yXDw/ +RLyTPWGrTs0NvvAgJ1gORH8EGoel15YUNpDQSXuhdfsaa3Ox+M6pCSzyU9XDFES4 +hqX2iys52qMzVNn6chr3IhUciJFrf2blw2qAsCTz34ZFiP0Zf3WHHx+xGwpzJFu5 +ZeAsVMhg02YXP+HMVDNzkQI6pn97djmiH5a2OK61yJN0HZ65tOVgnS9W0eDrXltM +EnAMbEQgqxHY9Bn20pxSN+f6tsIxO0rUFJmtxxr1XV/6B7h8DR/Wgx6zAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS1 +A/d2O2GCahKqGFPrAyGUv/7OyjANBgkqhkiG9w0BAQsFAAOCAQEAVj3vlNW92nOy +WL6ukK2YJ5f+AbGwUgC4TeQbIXQbfsDuXmkqJa9c1h3a0nnJ85cp4IaH3gRZD/FZ +1GSFS5mvJQQeyUapl96Cshtwn5z2r3Ex3XsFpSzTucpH9sry9uetuUg/vBa3wW30 +6gmv7PO15wWeph6KU1HWk4HMdJP2udqmJQV0eVp+QD6CSyYRMG7hP0HHRwA11fXT +91Q+gT3aSWqas+8QPebrb9HIIkfLzM8BMZLZGOMivgkeGj5asuRrDFR6fUNOuIml +e9eiPZaGzPImNC1qkp2aGtAw4l1OBLBfiyB+d8E9lYLRRpo7PHi4b6HQDWSieB4p +TpPDpFQUWw== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 2009" +# Serial: 623603 +# MD5 Fingerprint: cd:e0:25:69:8d:47:ac:9c:89:35:90:f7:fd:51:3d:2f +# SHA1 Fingerprint: 58:e8:ab:b0:36:15:33:fb:80:f7:9b:1b:6d:29:d3:ff:8d:5f:00:f0 +# SHA256 Fingerprint: 49:e7:a4:42:ac:f0:ea:62:87:05:00:54:b5:25:64:b6:50:e4:f4:9e:42:e3:48:d6:aa:38:e0:39:e9:57:b1:c1 +-----BEGIN CERTIFICATE----- +MIIEMzCCAxugAwIBAgIDCYPzMA0GCSqGSIb3DQEBCwUAME0xCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMMHkQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgMjAwOTAeFw0wOTExMDUwODM1NThaFw0yOTExMDUwODM1NTha +ME0xCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxJzAlBgNVBAMM +HkQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgMjAwOTCCASIwDQYJKoZIhvcNAQEB +BQADggEPADCCAQoCggEBANOySs96R+91myP6Oi/WUEWJNTrGa9v+2wBoqOADER03 +UAifTUpolDWzU9GUY6cgVq/eUXjsKj3zSEhQPgrfRlWLJ23DEE0NkVJD2IfgXU42 +tSHKXzlABF9bfsyjxiupQB7ZNoTWSPOSHjRGICTBpFGOShrvUD9pXRl/RcPHAY9R +ySPocq60vFYJfxLLHLGvKZAKyVXMD9O0Gu1HNVpK7ZxzBCHQqr0ME7UAyiZsxGsM +lFqVlNpQmvH/pStmMaTJOKDfHR+4CS7zp+hnUquVH+BGPtikw8paxTGA6Eian5Rp +/hnd2HN8gcqW3o7tszIFZYQ05ub9VxC1X3a/L7AQDcUCAwEAAaOCARowggEWMA8G +A1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFP3aFMSfMN4hvR5COfyrYyNJ4PGEMA4G +A1UdDwEB/wQEAwIBBjCB0wYDVR0fBIHLMIHIMIGAoH6gfIZ6bGRhcDovL2RpcmVj +dG9yeS5kLXRydXN0Lm5ldC9DTj1ELVRSVVNUJTIwUm9vdCUyMENsYXNzJTIwMyUy +MENBJTIwMiUyMDIwMDksTz1ELVRydXN0JTIwR21iSCxDPURFP2NlcnRpZmljYXRl +cmV2b2NhdGlvbmxpc3QwQ6BBoD+GPWh0dHA6Ly93d3cuZC10cnVzdC5uZXQvY3Js +L2QtdHJ1c3Rfcm9vdF9jbGFzc18zX2NhXzJfMjAwOS5jcmwwDQYJKoZIhvcNAQEL +BQADggEBAH+X2zDI36ScfSF6gHDOFBJpiBSVYEQBrLLpME+bUMJm2H6NMLVwMeni +acfzcNsgFYbQDfC+rAF1hM5+n02/t2A7nPPKHeJeaNijnZflQGDSNiH+0LS4F9p0 +o3/U37CYAqxva2ssJSRyoWXuJVrl5jLn8t+rSfrzkGkj2wTZ51xY/GXUl77M/C4K +zCUqNQT4YJEVdT1B/yMfGchs64JTBKbkTCJNjYy6zltz7GRUUG3RnFX7acM2w4y8 +PIWmawomDeCTmGCufsYkl4phX5GOZpIJhzbNi5stPvZR1FDUWSi9g/LMKHtThm3Y +Johw1+qRzT65ysCQblrGXnRl11z+o+I= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Subject: CN=D-TRUST Root Class 3 CA 2 EV 2009 O=D-Trust GmbH +# Label: "D-TRUST Root Class 3 CA 2 EV 2009" +# Serial: 623604 +# MD5 Fingerprint: aa:c6:43:2c:5e:2d:cd:c4:34:c0:50:4f:11:02:4f:b6 +# SHA1 Fingerprint: 96:c9:1b:0b:95:b4:10:98:42:fa:d0:d8:22:79:fe:60:fa:b9:16:83 +# SHA256 Fingerprint: ee:c5:49:6b:98:8c:e9:86:25:b9:34:09:2e:ec:29:08:be:d0:b0:f3:16:c2:d4:73:0c:84:ea:f1:f3:d3:48:81 +-----BEGIN CERTIFICATE----- +MIIEQzCCAyugAwIBAgIDCYP0MA0GCSqGSIb3DQEBCwUAMFAxCzAJBgNVBAYTAkRF +MRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNVBAMMIUQtVFJVU1QgUm9vdCBD +bGFzcyAzIENBIDIgRVYgMjAwOTAeFw0wOTExMDUwODUwNDZaFw0yOTExMDUwODUw +NDZaMFAxCzAJBgNVBAYTAkRFMRUwEwYDVQQKDAxELVRydXN0IEdtYkgxKjAoBgNV +BAMMIUQtVFJVU1QgUm9vdCBDbGFzcyAzIENBIDIgRVYgMjAwOTCCASIwDQYJKoZI +hvcNAQEBBQADggEPADCCAQoCggEBAJnxhDRwui+3MKCOvXwEz75ivJn9gpfSegpn +ljgJ9hBOlSJzmY3aFS3nBfwZcyK3jpgAvDw9rKFs+9Z5JUut8Mxk2og+KbgPCdM0 +3TP1YtHhzRnp7hhPTFiu4h7WDFsVWtg6uMQYZB7jM7K1iXdODL/ZlGsTl28So/6Z +qQTMFexgaDbtCHu39b+T7WYxg4zGcTSHThfqr4uRjRxWQa4iN1438h3Z0S0NL2lR +p75mpoo6Kr3HGrHhFPC+Oh25z1uxav60sUYgovseO3Dvk5h9jHOW8sXvhXCtKSb8 +HgQ+HKDYD8tSg2J87otTlZCpV6LqYQXY+U3EJ/pure3511H3a6UCAwEAAaOCASQw +ggEgMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFNOUikxiEyoZLsyvcop9Ntea +HNxnMA4GA1UdDwEB/wQEAwIBBjCB3QYDVR0fBIHVMIHSMIGHoIGEoIGBhn9sZGFw +Oi8vZGlyZWN0b3J5LmQtdHJ1c3QubmV0L0NOPUQtVFJVU1QlMjBSb290JTIwQ2xh +c3MlMjAzJTIwQ0ElMjAyJTIwRVYlMjAyMDA5LE89RC1UcnVzdCUyMEdtYkgsQz1E +RT9jZXJ0aWZpY2F0ZXJldm9jYXRpb25saXN0MEagRKBChkBodHRwOi8vd3d3LmQt +dHJ1c3QubmV0L2NybC9kLXRydXN0X3Jvb3RfY2xhc3NfM19jYV8yX2V2XzIwMDku +Y3JsMA0GCSqGSIb3DQEBCwUAA4IBAQA07XtaPKSUiO8aEXUHL7P+PPoeUSbrh/Yp +3uDx1MYkCenBz1UbtDDZzhr+BlGmFaQt77JLvyAoJUnRpjZ3NOhk31KxEcdzes05 +nsKtjHEh8lprr988TlWvsoRlFIm5d8sqMb7Po23Pb0iUMkZv53GMoKaEGTcH8gNF +CSuGdXzfX2lXANtu2KZyIktQ1HWYVt+3GP9DQ1CuekR78HlR10M9p9OB0/DJT7na +xpeG0ILD5EJt/rDiZE4OJudANCa1CInXCGNjOCd1HjPqbqjdn5lPdE2BiYBL3ZqX +KVwvvoFBuYz/6n1gBp7N1z3TLqMVvKjmJuVvw9y4AyHqnxbxLFS1 +-----END CERTIFICATE----- + +# Issuer: CN=CA Disig Root R2 O=Disig a.s. +# Subject: CN=CA Disig Root R2 O=Disig a.s. +# Label: "CA Disig Root R2" +# Serial: 10572350602393338211 +# MD5 Fingerprint: 26:01:fb:d8:27:a7:17:9a:45:54:38:1a:43:01:3b:03 +# SHA1 Fingerprint: b5:61:eb:ea:a4:de:e4:25:4b:69:1a:98:a5:57:47:c2:34:c7:d9:71 +# SHA256 Fingerprint: e2:3d:4a:03:6d:7b:70:e9:f5:95:b1:42:20:79:d2:b9:1e:df:bb:1f:b6:51:a0:63:3e:aa:8a:9d:c5:f8:07:03 +-----BEGIN CERTIFICATE----- +MIIFaTCCA1GgAwIBAgIJAJK4iNuwisFjMA0GCSqGSIb3DQEBCwUAMFIxCzAJBgNV +BAYTAlNLMRMwEQYDVQQHEwpCcmF0aXNsYXZhMRMwEQYDVQQKEwpEaXNpZyBhLnMu +MRkwFwYDVQQDExBDQSBEaXNpZyBSb290IFIyMB4XDTEyMDcxOTA5MTUzMFoXDTQy +MDcxOTA5MTUzMFowUjELMAkGA1UEBhMCU0sxEzARBgNVBAcTCkJyYXRpc2xhdmEx +EzARBgNVBAoTCkRpc2lnIGEucy4xGTAXBgNVBAMTEENBIERpc2lnIFJvb3QgUjIw +ggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCio8QACdaFXS1tFPbCw3Oe +NcJxVX6B+6tGUODBfEl45qt5WDza/3wcn9iXAng+a0EE6UG9vgMsRfYvZNSrXaNH +PWSb6WiaxswbP7q+sos0Ai6YVRn8jG+qX9pMzk0DIaPY0jSTVpbLTAwAFjxfGs3I +x2ymrdMxp7zo5eFm1tL7A7RBZckQrg4FY8aAamkw/dLukO8NJ9+flXP04SXabBbe +QTg06ov80egEFGEtQX6sx3dOy1FU+16SGBsEWmjGycT6txOgmLcRK7fWV8x8nhfR +yyX+hk4kLlYMeE2eARKmK6cBZW58Yh2EhN/qwGu1pSqVg8NTEQxzHQuyRpDRQjrO +QG6Vrf/GlK1ul4SOfW+eioANSW1z4nuSHsPzwfPrLgVv2RvPN3YEyLRa5Beny912 +H9AZdugsBbPWnDTYltxhh5EF5EQIM8HauQhl1K6yNg3ruji6DOWbnuuNZt2Zz9aJ +QfYEkoopKW1rOhzndX0CcQ7zwOe9yxndnWCywmZgtrEE7snmhrmaZkCo5xHtgUUD +i/ZnWejBBhG93c+AAk9lQHhcR1DIm+YfgXvkRKhbhZri3lrVx/k6RGZL5DJUfORs +nLMOPReisjQS1n6yqEm70XooQL6iFh/f5DcfEXP7kAplQ6INfPgGAVUzfbANuPT1 +rqVCV3w2EYx7XsQDnYx5nQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1Ud +DwEB/wQEAwIBBjAdBgNVHQ4EFgQUtZn4r7CU9eMg1gqtzk5WpC5uQu0wDQYJKoZI +hvcNAQELBQADggIBACYGXnDnZTPIgm7ZnBc6G3pmsgH2eDtpXi/q/075KMOYKmFM +tCQSin1tERT3nLXK5ryeJ45MGcipvXrA1zYObYVybqjGom32+nNjf7xueQgcnYqf +GopTpti72TVVsRHFqQOzVju5hJMiXn7B9hJSi+osZ7z+Nkz1uM/Rs0mSO9MpDpkb +lvdhuDvEK7Z4bLQjb/D907JedR+Zlais9trhxTF7+9FGs9K8Z7RiVLoJ92Owk6Ka ++elSLotgEqv89WBW7xBci8QaQtyDW2QOy7W81k/BfDxujRNt+3vrMNDcTa/F1bal +TFtxyegxvug4BkihGuLq0t4SOVga/4AOgnXmt8kHbA7v/zjxmHHEt38OFdAlab0i +nSvtBfZGR6ztwPDUO+Ls7pZbkBNOHlY667DvlruWIxG68kOGdGSVyCh13x01utI3 +gzhTODY7z2zp+WsO0PsE6E9312UBeIYMej4hYvF/Y3EMyZ9E26gnonW+boE+18Dr +G5gPcFw0sorMwIUY6256s/daoQe/qUKS82Ail+QUoQebTnbAjn39pCXHR+3/H3Os +zMOl6W8KjptlwlCFtaOgUxLMVYdh84GuEEZhvUQhuMI9dM9+JDX6HAcOmz0iyu8x +L4ysEr3vQCj8KWefshNPZiTEUxnpHikV7+ZtsH8tZ/3zbBt1RqPlShfppNcL +-----END CERTIFICATE----- + +# Issuer: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Subject: CN=ACCVRAIZ1 O=ACCV OU=PKIACCV +# Label: "ACCVRAIZ1" +# Serial: 6828503384748696800 +# MD5 Fingerprint: d0:a0:5a:ee:05:b6:09:94:21:a1:7d:f1:b2:29:82:02 +# SHA1 Fingerprint: 93:05:7a:88:15:c6:4f:ce:88:2f:fa:91:16:52:28:78:bc:53:64:17 +# SHA256 Fingerprint: 9a:6e:c0:12:e1:a7:da:9d:be:34:19:4d:47:8a:d7:c0:db:18:22:fb:07:1d:f1:29:81:49:6e:d1:04:38:41:13 +-----BEGIN CERTIFICATE----- +MIIH0zCCBbugAwIBAgIIXsO3pkN/pOAwDQYJKoZIhvcNAQEFBQAwQjESMBAGA1UE +AwwJQUNDVlJBSVoxMRAwDgYDVQQLDAdQS0lBQ0NWMQ0wCwYDVQQKDARBQ0NWMQsw +CQYDVQQGEwJFUzAeFw0xMTA1MDUwOTM3MzdaFw0zMDEyMzEwOTM3MzdaMEIxEjAQ +BgNVBAMMCUFDQ1ZSQUlaMTEQMA4GA1UECwwHUEtJQUNDVjENMAsGA1UECgwEQUND +VjELMAkGA1UEBhMCRVMwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCb +qau/YUqXry+XZpp0X9DZlv3P4uRm7x8fRzPCRKPfmt4ftVTdFXxpNRFvu8gMjmoY +HtiP2Ra8EEg2XPBjs5BaXCQ316PWywlxufEBcoSwfdtNgM3802/J+Nq2DoLSRYWo +G2ioPej0RGy9ocLLA76MPhMAhN9KSMDjIgro6TenGEyxCQ0jVn8ETdkXhBilyNpA +lHPrzg5XPAOBOp0KoVdDaaxXbXmQeOW1tDvYvEyNKKGno6e6Ak4l0Squ7a4DIrhr +IA8wKFSVf+DuzgpmndFALW4ir50awQUZ0m/A8p/4e7MCQvtQqR0tkw8jq8bBD5L/ +0KIV9VMJcRz/RROE5iZe+OCIHAr8Fraocwa48GOEAqDGWuzndN9wrqODJerWx5eH +k6fGioozl2A3ED6XPm4pFdahD9GILBKfb6qkxkLrQaLjlUPTAYVtjrs78yM2x/47 +4KElB0iryYl0/wiPgL/AlmXz7uxLaL2diMMxs0Dx6M/2OLuc5NF/1OVYm3z61PMO +m3WR5LpSLhl+0fXNWhn8ugb2+1KoS5kE3fj5tItQo05iifCHJPqDQsGH+tUtKSpa +cXpkatcnYGMN285J9Y0fkIkyF/hzQ7jSWpOGYdbhdQrqeWZ2iE9x6wQl1gpaepPl +uUsXQA+xtrn13k/c4LOsOxFwYIRKQ26ZIMApcQrAZQIDAQABo4ICyzCCAscwfQYI +KwYBBQUHAQEEcTBvMEwGCCsGAQUFBzAChkBodHRwOi8vd3d3LmFjY3YuZXMvZmls +ZWFkbWluL0FyY2hpdm9zL2NlcnRpZmljYWRvcy9yYWl6YWNjdjEuY3J0MB8GCCsG +AQUFBzABhhNodHRwOi8vb2NzcC5hY2N2LmVzMB0GA1UdDgQWBBTSh7Tj3zcnk1X2 +VuqB5TbMjB4/vTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFNKHtOPfNyeT +VfZW6oHlNsyMHj+9MIIBcwYDVR0gBIIBajCCAWYwggFiBgRVHSAAMIIBWDCCASIG +CCsGAQUFBwICMIIBFB6CARAAQQB1AHQAbwByAGkAZABhAGQAIABkAGUAIABDAGUA +cgB0AGkAZgBpAGMAYQBjAGkA8wBuACAAUgBhAO0AegAgAGQAZQAgAGwAYQAgAEEA +QwBDAFYAIAAoAEEAZwBlAG4AYwBpAGEAIABkAGUAIABUAGUAYwBuAG8AbABvAGcA +7QBhACAAeQAgAEMAZQByAHQAaQBmAGkAYwBhAGMAaQDzAG4AIABFAGwAZQBjAHQA +cgDzAG4AaQBjAGEALAAgAEMASQBGACAAUQA0ADYAMAAxADEANQA2AEUAKQAuACAA +QwBQAFMAIABlAG4AIABoAHQAdABwADoALwAvAHcAdwB3AC4AYQBjAGMAdgAuAGUA +czAwBggrBgEFBQcCARYkaHR0cDovL3d3dy5hY2N2LmVzL2xlZ2lzbGFjaW9uX2Mu +aHRtMFUGA1UdHwROMEwwSqBIoEaGRGh0dHA6Ly93d3cuYWNjdi5lcy9maWxlYWRt +aW4vQXJjaGl2b3MvY2VydGlmaWNhZG9zL3JhaXphY2N2MV9kZXIuY3JsMA4GA1Ud +DwEB/wQEAwIBBjAXBgNVHREEEDAOgQxhY2N2QGFjY3YuZXMwDQYJKoZIhvcNAQEF +BQADggIBAJcxAp/n/UNnSEQU5CmH7UwoZtCPNdpNYbdKl02125DgBS4OxnnQ8pdp +D70ER9m+27Up2pvZrqmZ1dM8MJP1jaGo/AaNRPTKFpV8M9xii6g3+CfYCS0b78gU +JyCpZET/LtZ1qmxNYEAZSUNUY9rizLpm5U9EelvZaoErQNV/+QEnWCzI7UiRfD+m +AM/EKXMRNt6GGT6d7hmKG9Ww7Y49nCrADdg9ZuM8Db3VlFzi4qc1GwQA9j9ajepD +vV+JHanBsMyZ4k0ACtrJJ1vnE5Bc5PUzolVt3OAJTS+xJlsndQAJxGJ3KQhfnlms +tn6tn1QwIgPBHnFk/vk4CpYY3QIUrCPLBhwepH2NDd4nQeit2hW3sCPdK6jT2iWH +7ehVRE2I9DZ+hJp4rPcOVkkO1jMl1oRQQmwgEh0q1b688nCBpHBgvgW1m54ERL5h +I6zppSSMEYCUWqKiuUnSwdzRp+0xESyeGabu4VXhwOrPDYTkF7eifKXeVSUG7szA +h1xA2syVP1XgNce4hL60Xc16gwFy7ofmXx2utYXGJt/mwZrpHgJHnyqobalbz+xF +d3+YJ5oyXSrjhO7FmGYvliAd3djDJ9ew+f7Zfc3Qn48LFFhRny+Lwzgt3uiP1o2H +pPVWQxaZLPSkVrQ0uGE3ycJYgBugl6H8WY3pEfbRD0tVNEYqi4Y7 +-----END CERTIFICATE----- + +# Issuer: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Subject: CN=TWCA Global Root CA O=TAIWAN-CA OU=Root CA +# Label: "TWCA Global Root CA" +# Serial: 3262 +# MD5 Fingerprint: f9:03:7e:cf:e6:9e:3c:73:7a:2a:90:07:69:ff:2b:96 +# SHA1 Fingerprint: 9c:bb:48:53:f6:a4:f6:d3:52:a4:e8:32:52:55:60:13:f5:ad:af:65 +# SHA256 Fingerprint: 59:76:90:07:f7:68:5d:0f:cd:50:87:2f:9f:95:d5:75:5a:5b:2b:45:7d:81:f3:69:2b:61:0a:98:67:2f:0e:1b +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgICDL4wDQYJKoZIhvcNAQELBQAwUTELMAkGA1UEBhMCVFcx +EjAQBgNVBAoTCVRBSVdBTi1DQTEQMA4GA1UECxMHUm9vdCBDQTEcMBoGA1UEAxMT +VFdDQSBHbG9iYWwgUm9vdCBDQTAeFw0xMjA2MjcwNjI4MzNaFw0zMDEyMzExNTU5 +NTlaMFExCzAJBgNVBAYTAlRXMRIwEAYDVQQKEwlUQUlXQU4tQ0ExEDAOBgNVBAsT +B1Jvb3QgQ0ExHDAaBgNVBAMTE1RXQ0EgR2xvYmFsIFJvb3QgQ0EwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCwBdvI64zEbooh745NnHEKH1Jw7W2CnJfF +10xORUnLQEK1EjRsGcJ0pDFfhQKX7EMzClPSnIyOt7h52yvVavKOZsTuKwEHktSz +0ALfUPZVr2YOy+BHYC8rMjk1Ujoog/h7FsYYuGLWRyWRzvAZEk2tY/XTP3VfKfCh +MBwqoJimFb3u/Rk28OKRQ4/6ytYQJ0lM793B8YVwm8rqqFpD/G2Gb3PpN0Wp8DbH +zIh1HrtsBv+baz4X7GGqcXzGHaL3SekVtTzWoWH1EfcFbx39Eb7QMAfCKbAJTibc +46KokWofwpFFiFzlmLhxpRUZyXx1EcxwdE8tmx2RRP1WKKD+u4ZqyPpcC1jcxkt2 +yKsi2XMPpfRaAok/T54igu6idFMqPVMnaR1sjjIsZAAmY2E2TqNGtz99sy2sbZCi +laLOz9qC5wc0GZbpuCGqKX6mOL6OKUohZnkfs8O1CWfe1tQHRvMq2uYiN2DLgbYP +oA/pyJV/v1WRBXrPPRXAb94JlAGD1zQbzECl8LibZ9WYkTunhHiVJqRaCPgrdLQA +BDzfuBSO6N+pjWxnkjMdwLfS7JLIvgm/LCkFbwJrnu+8vyq8W8BQj0FwcYeyTbcE +qYSjMq+u7msXi7Kx/mzhkIyIqJdIzshNy/MGz19qCkKxHh53L46g5pIOBvwFItIm +4TFRfTLcDwIDAQABoyMwITAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zANBgkqhkiG9w0BAQsFAAOCAgEAXzSBdu+WHdXltdkCY4QWwa6gcFGn90xHNcgL +1yg9iXHZqjNB6hQbbCEAwGxCGX6faVsgQt+i0trEfJdLjbDorMjupWkEmQqSpqsn +LhpNgb+E1HAerUf+/UqdM+DyucRFCCEK2mlpc3INvjT+lIutwx4116KD7+U4x6WF +H6vPNOw/KP4M8VeGTslV9xzU2KV9Bnpv1d8Q34FOIWWxtuEXeZVFBs5fzNxGiWNo +RI2T9GRwoD2dKAXDOXC4Ynsg/eTb6QihuJ49CcdP+yz4k3ZB3lLg4VfSnQO8d57+ +nile98FRYB/e2guyLXW3Q0iT5/Z5xoRdgFlglPx4mI88k1HtQJAH32RjJMtOcQWh +15QaiDLxInQirqWm2BJpTGCjAu4r7NRjkgtevi92a6O2JryPA9gK8kxkRr05YuWW +6zRjESjMlfGt7+/cgFhI6Uu46mWs6fyAtbXIRfmswZ/ZuepiiI7E8UuDEq3mi4TW +nsLrgxifarsbJGAzcMzs9zLzXNl5fe+epP7JI8Mk7hWSsT2RTyaGvWZzJBPqpK5j +wa19hAM8EHiGG3njxPPyBJUgriOCxLM6AGK/5jYk4Ve6xx6QddVfP5VhK8E7zeWz +aGHQRiapIVJpLesux+t3zqY6tQMzT3bR51xUAV3LePTJDL/PEo4XLSNolOer/qmy +KwbQBM0= +-----END CERTIFICATE----- + +# Issuer: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Subject: CN=TeliaSonera Root CA v1 O=TeliaSonera +# Label: "TeliaSonera Root CA v1" +# Serial: 199041966741090107964904287217786801558 +# MD5 Fingerprint: 37:41:49:1b:18:56:9a:26:f5:ad:c2:66:fb:40:a5:4c +# SHA1 Fingerprint: 43:13:bb:96:f1:d5:86:9b:c1:4e:6a:92:f6:cf:f6:34:69:87:82:37 +# SHA256 Fingerprint: dd:69:36:fe:21:f8:f0:77:c1:23:a1:a5:21:c1:22:24:f7:22:55:b7:3e:03:a7:26:06:93:e8:a2:4b:0f:a3:89 +-----BEGIN CERTIFICATE----- +MIIFODCCAyCgAwIBAgIRAJW+FqD3LkbxezmCcvqLzZYwDQYJKoZIhvcNAQEFBQAw +NzEUMBIGA1UECgwLVGVsaWFTb25lcmExHzAdBgNVBAMMFlRlbGlhU29uZXJhIFJv +b3QgQ0EgdjEwHhcNMDcxMDE4MTIwMDUwWhcNMzIxMDE4MTIwMDUwWjA3MRQwEgYD +VQQKDAtUZWxpYVNvbmVyYTEfMB0GA1UEAwwWVGVsaWFTb25lcmEgUm9vdCBDQSB2 +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMK+6yfwIaPzaSZVfp3F +VRaRXP3vIb9TgHot0pGMYzHw7CTww6XScnwQbfQ3t+XmfHnqjLWCi65ItqwA3GV1 +7CpNX8GH9SBlK4GoRz6JI5UwFpB/6FcHSOcZrr9FZ7E3GwYq/t75rH2D+1665I+X +Z75Ljo1kB1c4VWk0Nj0TSO9P4tNmHqTPGrdeNjPUtAa9GAH9d4RQAEX1jF3oI7x+ +/jXh7VB7qTCNGdMJjmhnXb88lxhTuylixcpecsHHltTbLaC0H2kD7OriUPEMPPCs +81Mt8Bz17Ww5OXOAFshSsCPN4D7c3TxHoLs1iuKYaIu+5b9y7tL6pe0S7fyYGKkm +dtwoSxAgHNN/Fnct7W+A90m7UwW7XWjH1Mh1Fj+JWov3F0fUTPHSiXk+TT2YqGHe +Oh7S+F4D4MHJHIzTjU3TlTazN19jY5szFPAtJmtTfImMMsJu7D0hADnJoWjiUIMu +sDor8zagrC/kb2HCUQk5PotTubtn2txTuXZZNp1D5SDgPTJghSJRt8czu90VL6R4 +pgd7gUY2BIbdeTXHlSw7sKMXNeVzH7RcWe/a6hBle3rQf5+ztCo3O3CLm1u5K7fs +slESl1MpWtTwEhDcTwK7EpIvYtQ/aUN8Ddb8WHUBiJ1YFkveupD/RwGJBmr2X7KQ +arMCpgKIv7NHfirZ1fpoeDVNAgMBAAGjPzA9MA8GA1UdEwEB/wQFMAMBAf8wCwYD +VR0PBAQDAgEGMB0GA1UdDgQWBBTwj1k4ALP1j5qWDNXr+nuqF+gTEjANBgkqhkiG +9w0BAQUFAAOCAgEAvuRcYk4k9AwI//DTDGjkk0kiP0Qnb7tt3oNmzqjMDfz1mgbl +dxSR651Be5kqhOX//CHBXfDkH1e3damhXwIm/9fH907eT/j3HEbAek9ALCI18Bmx +0GtnLLCo4MBANzX2hFxc469CeP6nyQ1Q6g2EdvZR74NTxnr/DlZJLo961gzmJ1Tj +TQpgcmLNkQfWpb/ImWvtxBnmq0wROMVvMeJuScg/doAmAyYp4Db29iBT4xdwNBed +Y2gea+zDTYa4EzAvXUYNR0PVG6pZDrlcjQZIrXSHX8f8MVRBE+LHIQ6e4B4N4cB7 +Q4WQxYpYxmUKeFfyxiMPAdkgS94P+5KFdSpcc41teyWRyu5FrgZLAMzTsVlQ2jqI +OylDRl6XK1TOU2+NSueW+r9xDkKLfP0ooNBIytrEgUy7onOTJsjrDNYmiLbAJM+7 +vVvrdX3pCI6GMyx5dwlppYn8s3CQh3aP0yK7Qs69cwsgJirQmz1wHiRszYd2qReW +t88NkvuOGKmYSdGe/mBEciG5Ge3C9THxOUiIkCR1VBatzvT4aRRkOfujuLpwQMcn +HL/EVlP6Y2XQ8xwOFvVrhlhNGNTkDY6lnVuR3HYkUD/GKvvZt5y11ubQ2egZixVx +SK236thZiNSQvxaz2emsWWFUyBy6ysHK4bkgTI86k4mloMy/0/Z1pHWWbVY= +-----END CERTIFICATE----- + +# Issuer: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Subject: CN=T-TeleSec GlobalRoot Class 2 O=T-Systems Enterprise Services GmbH OU=T-Systems Trust Center +# Label: "T-TeleSec GlobalRoot Class 2" +# Serial: 1 +# MD5 Fingerprint: 2b:9b:9e:e4:7b:6c:1f:00:72:1a:cc:c1:77:79:df:6a +# SHA1 Fingerprint: 59:0d:2d:7d:88:4f:40:2e:61:7e:a5:62:32:17:65:cf:17:d8:94:e9 +# SHA256 Fingerprint: 91:e2:f5:78:8d:58:10:eb:a7:ba:58:73:7d:e1:54:8a:8e:ca:cd:01:45:98:bc:0b:14:3e:04:1b:17:05:25:52 +-----BEGIN CERTIFICATE----- +MIIDwzCCAqugAwIBAgIBATANBgkqhkiG9w0BAQsFADCBgjELMAkGA1UEBhMCREUx +KzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnByaXNlIFNlcnZpY2VzIEdtYkgxHzAd +BgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50ZXIxJTAjBgNVBAMMHFQtVGVsZVNl +YyBHbG9iYWxSb290IENsYXNzIDIwHhcNMDgxMDAxMTA0MDE0WhcNMzMxMDAxMjM1 +OTU5WjCBgjELMAkGA1UEBhMCREUxKzApBgNVBAoMIlQtU3lzdGVtcyBFbnRlcnBy +aXNlIFNlcnZpY2VzIEdtYkgxHzAdBgNVBAsMFlQtU3lzdGVtcyBUcnVzdCBDZW50 +ZXIxJTAjBgNVBAMMHFQtVGVsZVNlYyBHbG9iYWxSb290IENsYXNzIDIwggEiMA0G +CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCqX9obX+hzkeXaXPSi5kfl82hVYAUd +AqSzm1nzHoqvNK38DcLZSBnuaY/JIPwhqgcZ7bBcrGXHX+0CfHt8LRvWurmAwhiC +FoT6ZrAIxlQjgeTNuUk/9k9uN0goOA/FvudocP05l03Sx5iRUKrERLMjfTlH6VJi +1hKTXrcxlkIF+3anHqP1wvzpesVsqXFP6st4vGCvx9702cu+fjOlbpSD8DT6Iavq +jnKgP6TeMFvvhk1qlVtDRKgQFRzlAVfFmPHmBiiRqiDFt1MmUUOyCxGVWOHAD3bZ +wI18gfNycJ5v/hqO2V81xrJvNHy+SE/iWjnX2J14np+GPgNeGYtEotXHAgMBAAGj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBS/ +WSA2AHmgoCJrjNXyYdK4LMuCSjANBgkqhkiG9w0BAQsFAAOCAQEAMQOiYQsfdOhy +NsZt+U2e+iKo4YFWz827n+qrkRk4r6p8FU3ztqONpfSO9kSpp+ghla0+AGIWiPAC +uvxhI+YzmzB6azZie60EI4RYZeLbK4rnJVM3YlNfvNoBYimipidx5joifsFvHZVw +IEoHNN/q/xWA5brXethbdXwFeilHfkCoMRN3zUA7tFFHei4R40cR3p1m0IvVVGb6 +g1XqfMIpiRvpb7PO4gWEyS8+eIVibslfwXhjdFjASBgMmTnrpMwatXlajRWc2BQN +9noHV8cigwUtPJslJj0Ys6lDfMjIq2SPDqO/nBudMNva0Bkuqjzx+zOAduTNrRlP +BSeOE6Fuwg== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot 2011 O=Atos +# Subject: CN=Atos TrustedRoot 2011 O=Atos +# Label: "Atos TrustedRoot 2011" +# Serial: 6643877497813316402 +# MD5 Fingerprint: ae:b9:c4:32:4b:ac:7f:5d:66:cc:77:94:bb:2a:77:56 +# SHA1 Fingerprint: 2b:b1:f5:3e:55:0c:1d:c5:f1:d4:e6:b7:6a:46:4b:55:06:02:ac:21 +# SHA256 Fingerprint: f3:56:be:a2:44:b7:a9:1e:b3:5d:53:ca:9a:d7:86:4a:ce:01:8e:2d:35:d5:f8:f9:6d:df:68:a6:f4:1a:a4:74 +-----BEGIN CERTIFICATE----- +MIIDdzCCAl+gAwIBAgIIXDPLYixfszIwDQYJKoZIhvcNAQELBQAwPDEeMBwGA1UE +AwwVQXRvcyBUcnVzdGVkUm9vdCAyMDExMQ0wCwYDVQQKDARBdG9zMQswCQYDVQQG +EwJERTAeFw0xMTA3MDcxNDU4MzBaFw0zMDEyMzEyMzU5NTlaMDwxHjAcBgNVBAMM +FUF0b3MgVHJ1c3RlZFJvb3QgMjAxMTENMAsGA1UECgwEQXRvczELMAkGA1UEBhMC +REUwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCVhTuXbyo7LjvPpvMp +Nb7PGKw+qtn4TaA+Gke5vJrf8v7MPkfoepbCJI419KkM/IL9bcFyYie96mvr54rM +VD6QUM+A1JX76LWC1BTFtqlVJVfbsVD2sGBkWXppzwO3bw2+yj5vdHLqqjAqc2K+ +SZFhyBH+DgMq92og3AIVDV4VavzjgsG1xZ1kCWyjWZgHJ8cblithdHFsQ/H3NYkQ +4J7sVaE3IqKHBAUsR320HLliKWYoyrfhk/WklAOZuXCFteZI6o1Q/NnezG8HDt0L +cp2AMBYHlT8oDv3FdU9T1nSatCQujgKRz3bFmx5VdJx4IbHwLfELn8LVlhgf8FQi +eowHAgMBAAGjfTB7MB0GA1UdDgQWBBSnpQaxLKYJYO7Rl+lwrrw7GWzbITAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFKelBrEspglg7tGX6XCuvDsZbNshMBgG +A1UdIAQRMA8wDQYLKwYBBAGwLQMEAQEwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3 +DQEBCwUAA4IBAQAmdzTblEiGKkGdLD4GkGDEjKwLVLgfuXvTBznk+j57sj1O7Z8j +vZfza1zv7v1Apt+hk6EKhqzvINB5Ab149xnYJDE0BAGmuhWawyfc2E8PzBhj/5kP +DpFrdRbhIfzYJsdHt6bPWHJxfrrhTZVHO8mvbaG0weyJ9rQPOLXiZNwlz6bb65pc +maHFCN795trV1lpFDMS3wrUU77QR/w4VtfX128a961qn8FYiqTxlVMYVqL2Gns2D +lmh6cYGJ4Qvh6hEbaAjMaZ7snkGeRDImeuKHCnE96+RapNLbxc3G3mB/ufNPRJLv +KrcYPqcZ2Qt9sTdBQrC6YB3y/gkRsPCHe6ed +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 1 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 1 G3" +# Serial: 687049649626669250736271037606554624078720034195 +# MD5 Fingerprint: a4:bc:5b:3f:fe:37:9a:fa:64:f0:e2:fa:05:3d:0b:ab +# SHA1 Fingerprint: 1b:8e:ea:57:96:29:1a:c9:39:ea:b8:0a:81:1a:73:73:c0:93:79:67 +# SHA256 Fingerprint: 8a:86:6f:d1:b2:76:b5:7e:57:8e:92:1c:65:82:8a:2b:ed:58:e9:f2:f2:88:05:41:34:b7:f1:f4:bf:c9:cc:74 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIUeFhfLq0sGUvjNwc1NBMotZbUZZMwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMSBHMzAeFw0xMjAxMTIxNzI3NDRaFw00 +MjAxMTIxNzI3NDRaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDEgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCgvlAQjunybEC0BJyFuTHK3C3kEakEPBtV +wedYMB0ktMPvhd6MLOHBPd+C5k+tR4ds7FtJwUrVu4/sh6x/gpqG7D0DmVIB0jWe +rNrwU8lmPNSsAgHaJNM7qAJGr6Qc4/hzWHa39g6QDbXwz8z6+cZM5cOGMAqNF341 +68Xfuw6cwI2H44g4hWf6Pser4BOcBRiYz5P1sZK0/CPTz9XEJ0ngnjybCKOLXSoh +4Pw5qlPafX7PGglTvF0FBM+hSo+LdoINofjSxxR3W5A2B4GbPgb6Ul5jxaYA/qXp +UhtStZI5cgMJYr2wYBZupt0lwgNm3fME0UDiTouG9G/lg6AnhF4EwfWQvTA9xO+o +abw4m6SkltFi2mnAAZauy8RRNOoMqv8hjlmPSlzkYZqn0ukqeI1RPToV7qJZjqlc +3sX5kCLliEVx3ZGZbHqfPT2YfF72vhZooF6uCyP8Wg+qInYtyaEQHeTTRCOQiJ/G +KubX9ZqzWB4vMIkIG1SitZgj7Ah3HJVdYdHLiZxfokqRmu8hqkkWCKi9YSgxyXSt +hfbZxbGL0eUQMk1fiyA6PEkfM4VZDdvLCXVDaXP7a3F98N/ETH3Goy7IlXnLc6KO +Tk0k+17kBL5yG6YnLUlamXrXXAkgt3+UuU/xDRxeiEIbEbfnkduebPRq34wGmAOt +zCjvpUfzUwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUo5fW816iEOGrRZ88F2Q87gFwnMwwDQYJKoZIhvcNAQELBQAD +ggIBABj6W3X8PnrHX3fHyt/PX8MSxEBd1DKquGrX1RUVRpgjpeaQWxiZTOOtQqOC +MTaIzen7xASWSIsBx40Bz1szBpZGZnQdT+3Btrm0DWHMY37XLneMlhwqI2hrhVd2 +cDMT/uFPpiN3GPoajOi9ZcnPP/TJF9zrx7zABC4tRi9pZsMbj/7sPtPKlL92CiUN +qXsCHKnQO18LwIE6PWThv6ctTr1NxNgpxiIY0MWscgKCP6o6ojoilzHdCGPDdRS5 +YCgtW2jgFqlmgiNR9etT2DGbe+m3nUvriBbP+V04ikkwj+3x6xn0dxoxGE1nVGwv +b2X52z3sIexe9PSLymBlVNFxZPT5pqOBMzYzcfCkeF9OrYMh3jRJjehZrJ3ydlo2 +8hP0r+AJx2EqbPfgna67hkooby7utHnNkDPDs3b69fBsnQGQ+p6Q9pxyz0fawx/k +NSBT8lTR32GDpgLiJTjehTItXnOQUl1CxM49S+H5GYQd1aJQzEH7QRTDvdbJWqNj +ZgKAvQU6O0ec7AAmTPWIUb+oI38YB7AL7YsmoWTTYUrrXJ/es69nA7Mf3W1daWhp +q1467HxpvMc7hU6eFbm0FU/DlXpY18ls6Wy58yljXrQs8C097Vpl4KlbQMJImYFt +nh8GKjwStIsPm6Ik8KaN1nrgS7ZklmOVhMJKzRwuJIczYOXD +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 2 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 2 G3" +# Serial: 390156079458959257446133169266079962026824725800 +# MD5 Fingerprint: af:0c:86:6e:bf:40:2d:7f:0b:3e:12:50:ba:12:3d:06 +# SHA1 Fingerprint: 09:3c:61:f3:8b:8b:dc:7d:55:df:75:38:02:05:00:e1:25:f5:c8:36 +# SHA256 Fingerprint: 8f:e4:fb:0a:f9:3a:4d:0d:67:db:0b:eb:b2:3e:37:c7:1b:f3:25:dc:bc:dd:24:0e:a0:4d:af:58:b4:7e:18:40 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIURFc0JFuBiZs18s64KztbpybwdSgwDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMiBHMzAeFw0xMjAxMTIxODU5MzJaFw00 +MjAxMTIxODU5MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDIgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQChriWyARjcV4g/Ruv5r+LrI3HimtFhZiFf +qq8nUeVuGxbULX1QsFN3vXg6YOJkApt8hpvWGo6t/x8Vf9WVHhLL5hSEBMHfNrMW +n4rjyduYNM7YMxcoRvynyfDStNVNCXJJ+fKH46nafaF9a7I6JaltUkSs+L5u+9ym +c5GQYaYDFCDy54ejiK2toIz/pgslUiXnFgHVy7g1gQyjO/Dh4fxaXc6AcW34Sas+ +O7q414AB+6XrW7PFXmAqMaCvN+ggOp+oMiwMzAkd056OXbxMmO7FGmh77FOm6RQ1 +o9/NgJ8MSPsc9PG/Srj61YxxSscfrf5BmrODXfKEVu+lV0POKa2Mq1W/xPtbAd0j +IaFYAI7D0GoT7RPjEiuA3GfmlbLNHiJuKvhB1PLKFAeNilUSxmn1uIZoL1NesNKq +IcGY5jDjZ1XHm26sGahVpkUG0CM62+tlXSoREfA7T8pt9DTEceT/AFr2XK4jYIVz +8eQQsSWu1ZK7E8EM4DnatDlXtas1qnIhO4M15zHfeiFuuDIIfR0ykRVKYnLP43eh +vNURG3YBZwjgQQvD6xVu+KQZ2aKrr+InUlYrAoosFCT5v0ICvybIxo/gbjh9Uy3l +7ZizlWNof/k19N+IxWA1ksB8aRxhlRbQ694Lrz4EEEVlWFA4r0jyWbYW8jwNkALG +cC4BrTwV1wIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQU7edvdlq/YOxJW8ald7tyFnGbxD0wDQYJKoZIhvcNAQELBQAD +ggIBAJHfgD9DCX5xwvfrs4iP4VGyvD11+ShdyLyZm3tdquXK4Qr36LLTn91nMX66 +AarHakE7kNQIXLJgapDwyM4DYvmL7ftuKtwGTTwpD4kWilhMSA/ohGHqPHKmd+RC +roijQ1h5fq7KpVMNqT1wvSAZYaRsOPxDMuHBR//47PERIjKWnML2W2mWeyAMQ0Ga +W/ZZGYjeVYg3UQt4XAoeo0L9x52ID8DyeAIkVJOviYeIyUqAHerQbj5hLja7NQ4n +lv1mNDthcnPxFlxHBlRJAHpYErAK74X9sbgzdWqTHBLmYF5vHX/JHyPLhGGfHoJE ++V+tYlUkmlKY7VHnoX6XOuYvHxHaU4AshZ6rNRDbIl9qxV6XU/IyAgkwo1jwDQHV +csaxfGl7w/U2Rcxhbl5MlMVerugOXou/983g7aEOGzPuVBj+D77vfoRrQ+NwmNtd +dbINWQeFFSM51vHfqSYP1kjHs6Yi9TM3WpVHn3u6GBVv/9YUZINJ0gpnIdsPNWNg +KCLjsZWDzYWm3S8P52dSbrsvhXz1SnPnxT7AvSESBT/8twNJAlvIJebiVDj1eYeM +HVOyToV7BjjHLPj4sHKNJeV3UvQDHEimUF+IIDBu8oJDqz2XhOdT+yHBTw8imoa4 +WSr2Rz0ZiC3oheGe7IUIarFsNMkd7EgrO3jtZsSOeWmD3n+M +-----END CERTIFICATE----- + +# Issuer: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Subject: CN=QuoVadis Root CA 3 G3 O=QuoVadis Limited +# Label: "QuoVadis Root CA 3 G3" +# Serial: 268090761170461462463995952157327242137089239581 +# MD5 Fingerprint: df:7d:b9:ad:54:6f:68:a1:df:89:57:03:97:43:b0:d7 +# SHA1 Fingerprint: 48:12:bd:92:3c:a8:c4:39:06:e7:30:6d:27:96:e6:a4:cf:22:2e:7d +# SHA256 Fingerprint: 88:ef:81:de:20:2e:b0:18:45:2e:43:f8:64:72:5c:ea:5f:bd:1f:c2:d9:d2:05:73:07:09:c5:d8:b8:69:0f:46 +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIULvWbAiin23r/1aOp7r0DoM8Sah0wDQYJKoZIhvcNAQEL +BQAwSDELMAkGA1UEBhMCQk0xGTAXBgNVBAoTEFF1b1ZhZGlzIExpbWl0ZWQxHjAc +BgNVBAMTFVF1b1ZhZGlzIFJvb3QgQ0EgMyBHMzAeFw0xMjAxMTIyMDI2MzJaFw00 +MjAxMTIyMDI2MzJaMEgxCzAJBgNVBAYTAkJNMRkwFwYDVQQKExBRdW9WYWRpcyBM +aW1pdGVkMR4wHAYDVQQDExVRdW9WYWRpcyBSb290IENBIDMgRzMwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCzyw4QZ47qFJenMioKVjZ/aEzHs286IxSR +/xl/pcqs7rN2nXrpixurazHb+gtTTK/FpRp5PIpM/6zfJd5O2YIyC0TeytuMrKNu +FoM7pmRLMon7FhY4futD4tN0SsJiCnMK3UmzV9KwCoWdcTzeo8vAMvMBOSBDGzXR +U7Ox7sWTaYI+FrUoRqHe6okJ7UO4BUaKhvVZR74bbwEhELn9qdIoyhA5CcoTNs+c +ra1AdHkrAj80//ogaX3T7mH1urPnMNA3I4ZyYUUpSFlob3emLoG+B01vr87ERROR +FHAGjx+f+IdpsQ7vw4kZ6+ocYfx6bIrc1gMLnia6Et3UVDmrJqMz6nWB2i3ND0/k +A9HvFZcba5DFApCTZgIhsUfei5pKgLlVj7WiL8DWM2fafsSntARE60f75li59wzw +eyuxwHApw0BiLTtIadwjPEjrewl5qW3aqDCYz4ByA4imW0aucnl8CAMhZa634Ryl +sSqiMd5mBPfAdOhx3v89WcyWJhKLhZVXGqtrdQtEPREoPHtht+KPZ0/l7DxMYIBp +VzgeAVuNVejH38DMdyM0SXV89pgR6y3e7UEuFAUCf+D+IOs15xGsIs5XPd7JMG0Q +A4XN8f+MFrXBsj6IbGB/kE+V9/YtrQE5BwT6dYB9v0lQ7e/JxHwc64B+27bQ3RP+ +ydOc17KXqQIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +BjAdBgNVHQ4EFgQUxhfQvKjqAkPyGwaZXSuQILnXnOQwDQYJKoZIhvcNAQELBQAD +ggIBADRh2Va1EodVTd2jNTFGu6QHcrxfYWLopfsLN7E8trP6KZ1/AvWkyaiTt3px +KGmPc+FSkNrVvjrlt3ZqVoAh313m6Tqe5T72omnHKgqwGEfcIHB9UqM+WXzBusnI +FUBhynLWcKzSt/Ac5IYp8M7vaGPQtSCKFWGafoaYtMnCdvvMujAWzKNhxnQT5Wvv +oxXqA/4Ti2Tk08HS6IT7SdEQTXlm66r99I0xHnAUrdzeZxNMgRVhvLfZkXdxGYFg +u/BYpbWcC/ePIlUnwEsBbTuZDdQdm2NnL9DuDcpmvJRPpq3t/O5jrFc/ZSXPsoaP +0Aj/uHYUbt7lJ+yreLVTubY/6CD50qi+YUbKh4yE8/nxoGibIh6BJpsQBJFxwAYf +3KDTuVan45gtf4Od34wrnDKOMpTwATwiKp9Dwi7DmDkHOHv8XgBCH/MyJnmDhPbl +8MFREsALHgQjDFSlTC9JxUrRtm5gDWv8a4uFJGS3iQ6rJUdbPM9+Sb3H6QrG2vd+ +DhcI00iX0HGS8A85PjRqHH3Y8iKuu2n0M7SmSFXRDw4m6Oy2Cy2nhTXN/VnIn9HN +PlopNLk9hM6xZdRZkZFWdSHBd575euFgndOtBBj0fOtek49TSiIp+EgrPk2GrFt/ +ywaZWWDYWGWVjUTR939+J399roD1B0y2PpxxVJkES/1Y+Zj0 +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G2" +# Serial: 15385348160840213938643033620894905419 +# MD5 Fingerprint: 92:38:b9:f8:63:24:82:65:2c:57:33:e6:fe:81:8f:9d +# SHA1 Fingerprint: a1:4b:48:d9:43:ee:0a:0e:40:90:4f:3c:e0:a4:c0:91:93:51:5d:3f +# SHA256 Fingerprint: 7d:05:eb:b6:82:33:9f:8c:94:51:ee:09:4e:eb:fe:fa:79:53:a1:14:ed:b2:f4:49:49:45:2f:ab:7d:2f:c1:85 +-----BEGIN CERTIFICATE----- +MIIDljCCAn6gAwIBAgIQC5McOtY5Z+pnI7/Dr5r0SzANBgkqhkiG9w0BAQsFADBl +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJv +b3QgRzIwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQG +EwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNl +cnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzIwggEi +MA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDZ5ygvUj82ckmIkzTz+GoeMVSA +n61UQbVH35ao1K+ALbkKz3X9iaV9JPrjIgwrvJUXCzO/GU1BBpAAvQxNEP4Htecc +biJVMWWXvdMX0h5i89vqbFCMP4QMls+3ywPgym2hFEwbid3tALBSfK+RbLE4E9Hp +EgjAALAcKxHad3A2m67OeYfcgnDmCXRwVWmvo2ifv922ebPynXApVfSr/5Vh88lA +bx3RvpO704gqu52/clpWcTs/1PPRCv4o76Pu2ZmvA9OPYLfykqGxvYmJHzDNw6Yu +YjOuFgJ3RFrngQo8p0Quebg/BLxcoIfhG69Rjs3sLPr4/m3wOnyqi+RnlTGNAgMB +AAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQW +BBTOw0q5mVXyuNtgv6l+vVa1lzan1jANBgkqhkiG9w0BAQsFAAOCAQEAyqVVjOPI +QW5pJ6d1Ee88hjZv0p3GeDgdaZaikmkuOGybfQTUiaWxMTeKySHMq2zNixya1r9I +0jJmwYrA8y8678Dj1JGG0VDjA9tzd29KOVPt3ibHtX2vK0LRdWLjSisCx1BL4Gni +lmwORGYQRI+tBev4eaymG+g3NJ1TyWGqolKvSnAWhsI6yLETcDbYz+70CjTVW0z9 +B5yiutkBclzzTcHdDrEcDcRjvq30FPuJ7KJBDkzMyFdA0G4Dqs0MjomZmWzwPDCv +ON9vvKO+KSAnq3T/EyJ43pdSVR6DtVQgA+6uwE9W3jfMw3+qBCe703e4YtsXfJwo +IhNzbM8m9Yop5w== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Assured ID Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Assured ID Root G3" +# Serial: 15459312981008553731928384953135426796 +# MD5 Fingerprint: 7c:7f:65:31:0c:81:df:8d:ba:3e:99:e2:5c:ad:6e:fb +# SHA1 Fingerprint: f5:17:a2:4f:9a:48:c6:c9:f8:a2:00:26:9f:dc:0f:48:2c:ab:30:89 +# SHA256 Fingerprint: 7e:37:cb:8b:4c:47:09:0c:ab:36:55:1b:a6:f4:5d:b8:40:68:0f:ba:16:6a:95:2d:b1:00:71:7f:43:05:3f:c2 +-----BEGIN CERTIFICATE----- +MIICRjCCAc2gAwIBAgIQC6Fa+h3foLVJRK/NJKBs7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3Qg +RzMwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBlMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSQwIgYDVQQDExtEaWdpQ2VydCBBc3N1cmVkIElEIFJvb3QgRzMwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAAQZ57ysRGXtzbg/WPuNsVepRC0FFfLvC/8QdJ+1YlJf +Zn4f5dwbRXkLzMZTCp2NXQLZqVneAlr2lSoOjThKiknGvMYDOAdfVdp+CW7if17Q +RSAPWXYQ1qAk8C3eNvJsKTmjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/ +BAQDAgGGMB0GA1UdDgQWBBTL0L2p4ZgFUaFNN6KDec6NHSrkhDAKBggqhkjOPQQD +AwNnADBkAjAlpIFFAmsSS3V0T8gj43DydXLefInwz5FyYZ5eEJJZVrmDxxDnOOlY +JjZ91eQ0hjkCMHw2U/Aw5WJjOpnitqM7mzT6HtoQknFekROn3aRukswy1vUhZscv +6pZjamVFkpUBtA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G2 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G2" +# Serial: 4293743540046975378534879503202253541 +# MD5 Fingerprint: e4:a6:8a:c8:54:ac:52:42:46:0a:fd:72:48:1b:2a:44 +# SHA1 Fingerprint: df:3c:24:f9:bf:d6:66:76:1b:26:80:73:fe:06:d1:cc:8d:4f:82:a4 +# SHA256 Fingerprint: cb:3c:cb:b7:60:31:e5:e0:13:8f:8d:d3:9a:23:f9:de:47:ff:c3:5e:43:c1:14:4c:ea:27:d4:6a:5a:b1:cb:5f +-----BEGIN CERTIFICATE----- +MIIDjjCCAnagAwIBAgIQAzrx5qcRqaC7KGSxHQn65TANBgkqhkiG9w0BAQsFADBh +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBH +MjAeFw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVT +MRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5j +b20xIDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEcyMIIBIjANBgkqhkiG +9w0BAQEFAAOCAQ8AMIIBCgKCAQEAuzfNNNx7a8myaJCtSnX/RrohCgiN9RlUyfuI +2/Ou8jqJkTx65qsGGmvPrC3oXgkkRLpimn7Wo6h+4FR1IAWsULecYxpsMNzaHxmx +1x7e/dfgy5SDN67sH0NO3Xss0r0upS/kqbitOtSZpLYl6ZtrAGCSYP9PIUkY92eQ +q2EGnI/yuum06ZIya7XzV+hdG82MHauVBJVJ8zUtluNJbd134/tJS7SsVQepj5Wz +tCO7TG1F8PapspUwtP1MVYwnSlcUfIKdzXOS0xZKBgyMUNGPHgm+F6HmIcr9g+UQ +vIOlCsRnKPZzFBQ9RnbDhxSJITRNrw9FDKZJobq7nMWxM4MphQIDAQABo0IwQDAP +BgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAdBgNVHQ4EFgQUTiJUIBiV +5uNu5g/6+rkS7QYXjzkwDQYJKoZIhvcNAQELBQADggEBAGBnKJRvDkhj6zHd6mcY +1Yl9PMWLSn/pvtsrF9+wX3N3KjITOYFnQoQj8kVnNeyIv/iPsGEMNKSuIEyExtv4 +NeF22d+mQrvHRAiGfzZ0JFrabA0UWTW98kndth/Jsw1HKj2ZL7tcu7XUIOGZX1NG +Fdtom/DzMNU+MeKNhJ7jitralj41E6Vf8PlwUHBHQRFXGU7Aj64GxJUTFy8bJZ91 +8rGOmaFvE7FBcf6IKshPECBV1/MUReXgRPTqh5Uykw7+U0b6LJ3/iyK5S9kJRaTe +pLiaWN0bfVKfjllDiIGknibVb63dDcY3fe0Dkhvld1927jyNxF1WW6LZZm6zNTfl +MrY= +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Global Root G3 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Global Root G3" +# Serial: 7089244469030293291760083333884364146 +# MD5 Fingerprint: f5:5d:a4:50:a5:fb:28:7e:1e:0f:0d:cc:96:57:56:ca +# SHA1 Fingerprint: 7e:04:de:89:6a:3e:66:6d:00:e6:87:d3:3f:fa:d9:3b:e8:3d:34:9e +# SHA256 Fingerprint: 31:ad:66:48:f8:10:41:38:c7:38:f3:9e:a4:32:01:33:39:3e:3a:18:cc:02:29:6e:f9:7c:2a:c9:ef:67:31:d0 +-----BEGIN CERTIFICATE----- +MIICPzCCAcWgAwIBAgIQBVVWvPJepDU1w6QP1atFcjAKBggqhkjOPQQDAzBhMQsw +CQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cu +ZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBHMzAe +Fw0xMzA4MDExMjAwMDBaFw0zODAxMTUxMjAwMDBaMGExCzAJBgNVBAYTAlVTMRUw +EwYDVQQKEwxEaWdpQ2VydCBJbmMxGTAXBgNVBAsTEHd3dy5kaWdpY2VydC5jb20x +IDAeBgNVBAMTF0RpZ2lDZXJ0IEdsb2JhbCBSb290IEczMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAE3afZu4q4C/sLfyHS8L6+c/MzXRq8NOrexpu80JX28MzQC7phW1FG +fp4tn+6OYwwX7Adw9c+ELkCDnOg/QW07rdOkFFk2eJ0DQ+4QE2xy3q6Ip6FrtUPO +Z9wj/wMco+I+o0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBhjAd +BgNVHQ4EFgQUs9tIpPmhxdiuNkHMEWNpYim8S8YwCgYIKoZIzj0EAwMDaAAwZQIx +AK288mw/EkrRLTnDCgmXc/SINoyIJ7vmiI1Qhadj+Z4y3maTD/HMsQmP3Wyr+mt/ +oAIwOWZbwmSNuJ5Q3KjVSaLtx9zRSX8XAbjIho9OjIgrqJqpisXRAL34VOKa5Vt8 +sycX +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Subject: CN=DigiCert Trusted Root G4 O=DigiCert Inc OU=www.digicert.com +# Label: "DigiCert Trusted Root G4" +# Serial: 7451500558977370777930084869016614236 +# MD5 Fingerprint: 78:f2:fc:aa:60:1f:2f:b4:eb:c9:37:ba:53:2e:75:49 +# SHA1 Fingerprint: dd:fb:16:cd:49:31:c9:73:a2:03:7d:3f:c8:3a:4d:7d:77:5d:05:e4 +# SHA256 Fingerprint: 55:2f:7b:dc:f1:a7:af:9e:6c:e6:72:01:7f:4f:12:ab:f7:72:40:c7:8e:76:1a:c2:03:d1:d9:d2:0a:c8:99:88 +-----BEGIN CERTIFICATE----- +MIIFkDCCA3igAwIBAgIQBZsbV56OITLiOQe9p3d1XDANBgkqhkiG9w0BAQwFADBi +MQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3 +d3cuZGlnaWNlcnQuY29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3Qg +RzQwHhcNMTMwODAxMTIwMDAwWhcNMzgwMTE1MTIwMDAwWjBiMQswCQYDVQQGEwJV +UzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQu +Y29tMSEwHwYDVQQDExhEaWdpQ2VydCBUcnVzdGVkIFJvb3QgRzQwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQC/5pBzaN675F1KPDAiMGkz7MKnJS7JIT3y +ithZwuEppz1Yq3aaza57G4QNxDAf8xukOBbrVsaXbR2rsnnyyhHS5F/WBTxSD1If +xp4VpX6+n6lXFllVcq9ok3DCsrp1mWpzMpTREEQQLt+C8weE5nQ7bXHiLQwb7iDV +ySAdYyktzuxeTsiT+CFhmzTrBcZe7FsavOvJz82sNEBfsXpm7nfISKhmV1efVFiO +DCu3T6cw2Vbuyntd463JT17lNecxy9qTXtyOj4DatpGYQJB5w3jHtrHEtWoYOAMQ +jdjUN6QuBX2I9YI+EJFwq1WCQTLX2wRzKm6RAXwhTNS8rhsDdV14Ztk6MUSaM0C/ +CNdaSaTC5qmgZ92kJ7yhTzm1EVgX9yRcRo9k98FpiHaYdj1ZXUJ2h4mXaXpI8OCi +EhtmmnTK3kse5w5jrubU75KSOp493ADkRSWJtppEGSt+wJS00mFt6zPZxd9LBADM +fRyVw4/3IbKyEbe7f/LVjHAsQWCqsWMYRJUadmJ+9oCw++hkpjPRiQfhvbfmQ6QY +uKZ3AeEPlAwhHbJUKSWJbOUOUlFHdL4mrLZBdd56rF+NP8m800ERElvlEFDrMcXK +chYiCd98THU/Y+whX8QgUWtvsauGi0/C1kVfnSD8oR7FwI+isX4KJpn15GkvmB0t +9dmpsh3lGwIDAQABo0IwQDAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIB +hjAdBgNVHQ4EFgQU7NfjgtJxXWRM3y5nP+e6mK4cD08wDQYJKoZIhvcNAQEMBQAD +ggIBALth2X2pbL4XxJEbw6GiAI3jZGgPVs93rnD5/ZpKmbnJeFwMDF/k5hQpVgs2 +SV1EY+CtnJYYZhsjDT156W1r1lT40jzBQ0CuHVD1UvyQO7uYmWlrx8GnqGikJ9yd ++SeuMIW59mdNOj6PWTkiU0TryF0Dyu1Qen1iIQqAyHNm0aAFYF/opbSnr6j3bTWc +fFqK1qI4mfN4i/RN0iAL3gTujJtHgXINwBQy7zBZLq7gcfJW5GqXb5JQbZaNaHqa +sjYUegbyJLkJEVDXCLG4iXqEI2FCKeWjzaIgQdfRnGTZ6iahixTXTBmyUEFxPT9N +cCOGDErcgdLMMpSEDQgJlxxPwO5rIHQw0uA5NBCFIRUBCOhVMt5xSdkoF1BN5r5N +0XWs0Mr7QbhDparTwwVETyw2m+L64kW4I1NsBm9nVX9GtUw/bihaeSbSpKhil9Ie +4u1Ki7wb/UdKDd9nZn6yW0HQO+T0O/QEY+nvwlQAUaCKKsnOeMzV6ocEGLPOr0mI +r/OSmbaz5mEP0oUA51Aa5BuVnRmhuZyxm7EAHu/QD09CbMkKvO5D+jpxpchNJqU1 +/YldvIViHTLSoCtU7ZpXwdv6EM8Zt4tKG48BtieVU+i2iW1bvGjUI+iLUaJW+fCm +gKDWHrO8Dw9TdSmq6hN35N6MgSGtBxBHEa2HPQfRdbzP82Z+ +-----END CERTIFICATE----- + +# Issuer: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Subject: CN=COMODO RSA Certification Authority O=COMODO CA Limited +# Label: "COMODO RSA Certification Authority" +# Serial: 101909084537582093308941363524873193117 +# MD5 Fingerprint: 1b:31:b0:71:40:36:cc:14:36:91:ad:c4:3e:fd:ec:18 +# SHA1 Fingerprint: af:e5:d2:44:a8:d1:19:42:30:ff:47:9f:e2:f8:97:bb:cd:7a:8c:b4 +# SHA256 Fingerprint: 52:f0:e1:c4:e5:8e:c6:29:29:1b:60:31:7f:07:46:71:b8:5d:7e:a8:0d:5b:07:27:34:63:53:4b:32:b4:02:34 +-----BEGIN CERTIFICATE----- +MIIF2DCCA8CgAwIBAgIQTKr5yttjb+Af907YWwOGnTANBgkqhkiG9w0BAQwFADCB +hTELMAkGA1UEBhMCR0IxGzAZBgNVBAgTEkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4G +A1UEBxMHU2FsZm9yZDEaMBgGA1UEChMRQ09NT0RPIENBIExpbWl0ZWQxKzApBgNV +BAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMTE5 +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBhTELMAkGA1UEBhMCR0IxGzAZBgNVBAgT +EkdyZWF0ZXIgTWFuY2hlc3RlcjEQMA4GA1UEBxMHU2FsZm9yZDEaMBgGA1UEChMR +Q09NT0RPIENBIExpbWl0ZWQxKzApBgNVBAMTIkNPTU9ETyBSU0EgQ2VydGlmaWNh +dGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCR +6FSS0gpWsawNJN3Fz0RndJkrN6N9I3AAcbxT38T6KhKPS38QVr2fcHK3YX/JSw8X +pz3jsARh7v8Rl8f0hj4K+j5c+ZPmNHrZFGvnnLOFoIJ6dq9xkNfs/Q36nGz637CC +9BR++b7Epi9Pf5l/tfxnQ3K9DADWietrLNPtj5gcFKt+5eNu/Nio5JIk2kNrYrhV +/erBvGy2i/MOjZrkm2xpmfh4SDBF1a3hDTxFYPwyllEnvGfDyi62a+pGx8cgoLEf +Zd5ICLqkTqnyg0Y3hOvozIFIQ2dOciqbXL1MGyiKXCJ7tKuY2e7gUYPDCUZObT6Z ++pUX2nwzV0E8jVHtC7ZcryxjGt9XyD+86V3Em69FmeKjWiS0uqlWPc9vqv9JWL7w +qP/0uK3pN/u6uPQLOvnoQ0IeidiEyxPx2bvhiWC4jChWrBQdnArncevPDt09qZah +SL0896+1DSJMwBGB7FY79tOi4lu3sgQiUpWAk2nojkxl8ZEDLXB0AuqLZxUpaVIC +u9ffUGpVRr+goyhhf3DQw6KqLCGqR84onAZFdr+CGCe01a60y1Dma/RMhnEw6abf +Fobg2P9A3fvQQoh/ozM6LlweQRGBY84YcWsr7KaKtzFcOmpH4MN5WdYgGq/yapiq +crxXStJLnbsQ/LBMQeXtHT1eKJ2czL+zUdqnR+WEUwIDAQABo0IwQDAdBgNVHQ4E +FgQUu69+Aj36pvE8hI6t7jiY7NkyMtQwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB +/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAArx1UaEt65Ru2yyTUEUAJNMnMvl +wFTPoCWOAvn9sKIN9SCYPBMtrFaisNZ+EZLpLrqeLppysb0ZRGxhNaKatBYSaVqM +4dc+pBroLwP0rmEdEBsqpIt6xf4FpuHA1sj+nq6PK7o9mfjYcwlYRm6mnPTXJ9OV +2jeDchzTc+CiR5kDOF3VSXkAKRzH7JsgHAckaVd4sjn8OoSgtZx8jb8uk2Intzna +FxiuvTwJaP+EmzzV1gsD41eeFPfR60/IvYcjt7ZJQ3mFXLrrkguhxuhoqEwWsRqZ +CuhTLJK7oQkYdQxlqHvLI7cawiiFwxv/0Cti76R7CZGYZ4wUAc1oBmpjIXUDgIiK +boHGhfKppC3n9KUkEEeDys30jXlYsQab5xoq2Z0B15R97QNKyvDb6KkBPvVWmcke +jkk9u+UJueBPSZI9FoJAzMxZxuY67RIuaTxslbH9qh17f4a+Hg4yRvv7E491f0yL +S0Zj/gA0QHDBw7mh3aZw4gSzQbzpgJHqZJx64SIDqZxubw5lT2yHh17zbqD5daWb +QOhTsiedSrnAdyGN/4fy3ryM7xfft0kL0fJuMAsaDk527RH89elWsn2/x20Kk4yl +0MC2Hb46TpSi125sC8KKfPog88Tk5c0NqMuRkrF8hey1FGlmDoLnzc7ILaZRfyHB +NVOFBkpdn627G190 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust RSA Certification Authority O=The USERTRUST Network +# Label: "USERTrust RSA Certification Authority" +# Serial: 2645093764781058787591871645665788717 +# MD5 Fingerprint: 1b:fe:69:d1:91:b7:19:33:a3:72:a8:0f:e1:55:e5:b5 +# SHA1 Fingerprint: 2b:8f:1b:57:33:0d:bb:a2:d0:7a:6c:51:f7:0e:e9:0d:da:b9:ad:8e +# SHA256 Fingerprint: e7:93:c9:b0:2f:d8:aa:13:e2:1c:31:22:8a:cc:b0:81:19:64:3b:74:9c:89:89:64:b1:74:6d:46:c3:d4:cb:d2 +-----BEGIN CERTIFICATE----- +MIIF3jCCA8agAwIBAgIQAf1tMPyjylGoG7xkDjUDLTANBgkqhkiG9w0BAQwFADCB +iDELMAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0pl +cnNleSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNV +BAMTJVVTRVJUcnVzdCBSU0EgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAw +MjAxMDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNV +BAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVU +aGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBSU0EgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIK +AoICAQCAEmUXNg7D2wiz0KxXDXbtzSfTTK1Qg2HiqiBNCS1kCdzOiZ/MPans9s/B +3PHTsdZ7NygRK0faOca8Ohm0X6a9fZ2jY0K2dvKpOyuR+OJv0OwWIJAJPuLodMkY +tJHUYmTbf6MG8YgYapAiPLz+E/CHFHv25B+O1ORRxhFnRghRy4YUVD+8M/5+bJz/ +Fp0YvVGONaanZshyZ9shZrHUm3gDwFA66Mzw3LyeTP6vBZY1H1dat//O+T23LLb2 +VN3I5xI6Ta5MirdcmrS3ID3KfyI0rn47aGYBROcBTkZTmzNg95S+UzeQc0PzMsNT +79uq/nROacdrjGCT3sTHDN/hMq7MkztReJVni+49Vv4M0GkPGw/zJSZrM233bkf6 +c0Plfg6lZrEpfDKEY1WJxA3Bk1QwGROs0303p+tdOmw1XNtB1xLaqUkL39iAigmT +Yo61Zs8liM2EuLE/pDkP2QKe6xJMlXzzawWpXhaDzLhn4ugTncxbgtNMs+1b/97l +c6wjOy0AvzVVdAlJ2ElYGn+SNuZRkg7zJn0cTRe8yexDJtC/QV9AqURE9JnnV4ee +UB9XVKg+/XRjL7FQZQnmWEIuQxpMtPAlR1n6BB6T1CZGSlCBst6+eLf8ZxXhyVeE +Hg9j1uliutZfVS7qXMYoCAQlObgOK6nyTJccBz8NUvXt7y+CDwIDAQABo0IwQDAd +BgNVHQ4EFgQUU3m/WqorSs9UgOHYm8Cd8rIDZsswDgYDVR0PAQH/BAQDAgEGMA8G +A1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAFzUfA3P9wF9QZllDHPF +Up/L+M+ZBn8b2kMVn54CVVeWFPFSPCeHlCjtHzoBN6J2/FNQwISbxmtOuowhT6KO +VWKR82kV2LyI48SqC/3vqOlLVSoGIG1VeCkZ7l8wXEskEVX/JJpuXior7gtNn3/3 +ATiUFJVDBwn7YKnuHKsSjKCaXqeYalltiz8I+8jRRa8YFWSQEg9zKC7F4iRO/Fjs +8PRF/iKz6y+O0tlFYQXBl2+odnKPi4w2r78NBc5xjeambx9spnFixdjQg3IM8WcR +iQycE0xyNN+81XHfqnHd4blsjDwSXWXavVcStkNr/+XeTWYRUc+ZruwXtuhxkYze +Sf7dNXGiFSeUHM9h4ya7b6NnJSFd5t0dCy5oGzuCr+yDZ4XUmFF0sbmZgIn/f3gZ +XHlKYC6SQK5MNyosycdiyA5d9zZbyuAlJQG03RoHnHcAP9Dc1ew91Pq7P8yF1m9/ +qS3fuQL39ZeatTXaw2ewh0qpKJ4jjv9cJ2vhsE/zB+4ALtRZh8tSQZXq9EfX7mRB +VXyNWQKV3WKdwrnuWih0hKWbt5DHDAff9Yk2dDLWKMGwsAvgnEzDHNb842m1R0aB +L6KCq9NjRHDEjf8tM7qtj3u1cIiuPhnPQCjY/MiQu12ZIvVS5ljFH4gxQ+6IHdfG +jjxDah2nGN59PRbxYvnKkKj9 +-----END CERTIFICATE----- + +# Issuer: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Subject: CN=USERTrust ECC Certification Authority O=The USERTRUST Network +# Label: "USERTrust ECC Certification Authority" +# Serial: 123013823720199481456569720443997572134 +# MD5 Fingerprint: fa:68:bc:d9:b5:7f:ad:fd:c9:1d:06:83:28:cc:24:c1 +# SHA1 Fingerprint: d1:cb:ca:5d:b2:d5:2a:7f:69:3b:67:4d:e5:f0:5a:1d:0c:95:7d:f0 +# SHA256 Fingerprint: 4f:f4:60:d5:4b:9c:86:da:bf:bc:fc:57:12:e0:40:0d:2b:ed:3f:bc:4d:4f:bd:aa:86:e0:6a:dc:d2:a9:ad:7a +-----BEGIN CERTIFICATE----- +MIICjzCCAhWgAwIBAgIQXIuZxVqUxdJxVt7NiYDMJjAKBggqhkjOPQQDAzCBiDEL +MAkGA1UEBhMCVVMxEzARBgNVBAgTCk5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNl +eSBDaXR5MR4wHAYDVQQKExVUaGUgVVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMT +JVVTRVJUcnVzdCBFQ0MgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkwHhcNMTAwMjAx +MDAwMDAwWhcNMzgwMTE4MjM1OTU5WjCBiDELMAkGA1UEBhMCVVMxEzARBgNVBAgT +Ck5ldyBKZXJzZXkxFDASBgNVBAcTC0plcnNleSBDaXR5MR4wHAYDVQQKExVUaGUg +VVNFUlRSVVNUIE5ldHdvcmsxLjAsBgNVBAMTJVVTRVJUcnVzdCBFQ0MgQ2VydGlm +aWNhdGlvbiBBdXRob3JpdHkwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAAQarFRaqflo +I+d61SRvU8Za2EurxtW20eZzca7dnNYMYf3boIkDuAUU7FfO7l0/4iGzzvfUinng +o4N+LZfQYcTxmdwlkWOrfzCjtHDix6EznPO/LlxTsV+zfTJ/ijTjeXmjQjBAMB0G +A1UdDgQWBBQ64QmG1M8ZwpZ2dEl23OA1xmNjmjAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjA2Z6EWCNzklwBBHU6+4WMB +zzuqQhFkoJ2UOQIReVx7Hfpkue4WQrO/isIJxOzksU0CMQDpKmFHjFJKS04YcPbW +RNZu9YO6bVi9JNlWSOrvxKJGgYhqOkbRqZtNyWHa0V1Xahg= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R5 +# Label: "GlobalSign ECC Root CA - R5" +# Serial: 32785792099990507226680698011560947931244 +# MD5 Fingerprint: 9f:ad:3b:1c:02:1e:8a:ba:17:74:38:81:0c:a2:bc:08 +# SHA1 Fingerprint: 1f:24:c6:30:cd:a4:18:ef:20:69:ff:ad:4f:dd:5f:46:3a:1b:69:aa +# SHA256 Fingerprint: 17:9f:bc:14:8a:3d:d0:0f:d2:4e:a1:34:58:cc:43:bf:a7:f5:9c:81:82:d7:83:a5:13:f6:eb:ec:10:0c:89:24 +-----BEGIN CERTIFICATE----- +MIICHjCCAaSgAwIBAgIRYFlJ4CYuu1X5CneKcflK2GwwCgYIKoZIzj0EAwMwUDEk +MCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBDQSAtIFI1MRMwEQYDVQQKEwpH +bG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWduMB4XDTEyMTExMzAwMDAwMFoX +DTM4MDExOTAzMTQwN1owUDEkMCIGA1UECxMbR2xvYmFsU2lnbiBFQ0MgUm9vdCBD +QSAtIFI1MRMwEQYDVQQKEwpHbG9iYWxTaWduMRMwEQYDVQQDEwpHbG9iYWxTaWdu +MHYwEAYHKoZIzj0CAQYFK4EEACIDYgAER0UOlvt9Xb/pOdEh+J8LttV7HpI6SFkc +8GIxLcB6KP4ap1yztsyX50XUWPrRd21DosCHZTQKH3rd6zwzocWdTaRvQZU4f8ke +hOvRnkmSh5SHDDqFSmafnVmTTZdhBoZKo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYD +VR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUPeYpSJvqB8ohREom3m7e0oPQn1kwCgYI +KoZIzj0EAwMDaAAwZQIxAOVpEslu28YxuglB4Zf4+/2a4n0Sye18ZNPLBSWLVtmg +515dTguDnFt2KaAJJiFqYgIwcdK1j1zqO+F4CYWodZI7yFz9SO8NdCKoCOJuxUnO +xwy8p2Fp8fc74SrL+SvzZpA3 +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Commercial Root CA 1 O=IdenTrust +# Label: "IdenTrust Commercial Root CA 1" +# Serial: 13298821034946342390520003877796839426 +# MD5 Fingerprint: b3:3e:77:73:75:ee:a0:d3:e3:7e:49:63:49:59:bb:c7 +# SHA1 Fingerprint: df:71:7e:aa:4a:d9:4e:c9:55:84:99:60:2d:48:de:5f:bc:f0:3a:25 +# SHA256 Fingerprint: 5d:56:49:9b:e4:d2:e0:8b:cf:ca:d0:8a:3e:38:72:3d:50:50:3b:de:70:69:48:e4:2f:55:60:30:19:e5:28:ae +-----BEGIN CERTIFICATE----- +MIIFYDCCA0igAwIBAgIQCgFCgAAAAUUjyES1AAAAAjANBgkqhkiG9w0BAQsFADBK +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScwJQYDVQQDEx5JZGVu +VHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwHhcNMTQwMTE2MTgxMjIzWhcNMzQw +MTE2MTgxMjIzWjBKMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MScw +JQYDVQQDEx5JZGVuVHJ1c3QgQ29tbWVyY2lhbCBSb290IENBIDEwggIiMA0GCSqG +SIb3DQEBAQUAA4ICDwAwggIKAoICAQCnUBneP5k91DNG8W9RYYKyqU+PZ4ldhNlT +3Qwo2dfw/66VQ3KZ+bVdfIrBQuExUHTRgQ18zZshq0PirK1ehm7zCYofWjK9ouuU ++ehcCuz/mNKvcbO0U59Oh++SvL3sTzIwiEsXXlfEU8L2ApeN2WIrvyQfYo3fw7gp +S0l4PJNgiCL8mdo2yMKi1CxUAGc1bnO/AljwpN3lsKImesrgNqUZFvX9t++uP0D1 +bVoE/c40yiTcdCMbXTMTEl3EASX2MN0CXZ/g1Ue9tOsbobtJSdifWwLziuQkkORi +T0/Br4sOdBeo0XKIanoBScy0RnnGF7HamB4HWfp1IYVl3ZBWzvurpWCdxJ35UrCL +vYf5jysjCiN2O/cz4ckA82n5S6LgTrx+kzmEB/dEcH7+B1rlsazRGMzyNeVJSQjK +Vsk9+w8YfYs7wRPCTY/JTw436R+hDmrfYi7LNQZReSzIJTj0+kuniVyc0uMNOYZK +dHzVWYfCP04MXFL0PfdSgvHqo6z9STQaKPNBiDoT7uje/5kdX7rL6B7yuVBgwDHT +c+XvvqDtMwt0viAgxGds8AgDelWAf0ZOlqf0Hj7h9tgJ4TNkK2PXMl6f+cB7D3hv +l7yTmvmcEpB4eoCHFddydJxVdHixuuFucAS6T6C6aMN7/zHwcz09lCqxC0EOoP5N +iGVreTO01wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB +/zAdBgNVHQ4EFgQU7UQZwNPwBovupHu+QucmVMiONnYwDQYJKoZIhvcNAQELBQAD +ggIBAA2ukDL2pkt8RHYZYR4nKM1eVO8lvOMIkPkp165oCOGUAFjvLi5+U1KMtlwH +6oi6mYtQlNeCgN9hCQCTrQ0U5s7B8jeUeLBfnLOic7iPBZM4zY0+sLj7wM+x8uwt +LRvM7Kqas6pgghstO8OEPVeKlh6cdbjTMM1gCIOQ045U8U1mwF10A0Cj7oV+wh93 +nAbowacYXVKV7cndJZ5t+qntozo00Fl72u1Q8zW/7esUTTHHYPTa8Yec4kjixsU3 ++wYQ+nVZZjFHKdp2mhzpgq7vmrlR94gjmmmVYjzlVYA211QC//G5Xc7UI2/YRYRK +W2XviQzdFKcgyxilJbQN+QHwotL0AMh0jqEqSI5l2xPE4iUXfeu+h1sXIFRRk0pT +AwvsXcoz7WL9RccvW9xYoIA55vrX/hMUpu09lEpCdNTDd1lzzY9GvlU47/rokTLq +l1gEIt44w8y8bckzOmoKaT+gyOpyj4xjhiO9bTyWnpXgSUyqorkqG5w2gXjtw+hG +4iZZRHUe2XWJUc0QhJ1hYMtd+ZciTY6Y5uN/9lu7rs3KSoFrXgvzUeF0K+l+J6fZ +mUlO+KWA2yUPHGNiiskzZ2s8EIPGrd6ozRaOjfAHN3Gf8qv8QfXBi+wAN10J5U6A +7/qxXDgGpRtK4dw4LTzcqx+QGtVKnO7RcGzM7vRX+Bi6hG6H +-----END CERTIFICATE----- + +# Issuer: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Subject: CN=IdenTrust Public Sector Root CA 1 O=IdenTrust +# Label: "IdenTrust Public Sector Root CA 1" +# Serial: 13298821034946342390521976156843933698 +# MD5 Fingerprint: 37:06:a5:b0:fc:89:9d:ba:f4:6b:8c:1a:64:cd:d5:ba +# SHA1 Fingerprint: ba:29:41:60:77:98:3f:f4:f3:ef:f2:31:05:3b:2e:ea:6d:4d:45:fd +# SHA256 Fingerprint: 30:d0:89:5a:9a:44:8a:26:20:91:63:55:22:d1:f5:20:10:b5:86:7a:ca:e1:2c:78:ef:95:8f:d4:f4:38:9f:2f +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCgFCgAAAAUUjz0Z8AAAAAjANBgkqhkiG9w0BAQsFADBN +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0MSowKAYDVQQDEyFJZGVu +VHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwHhcNMTQwMTE2MTc1MzMyWhcN +MzQwMTE2MTc1MzMyWjBNMQswCQYDVQQGEwJVUzESMBAGA1UEChMJSWRlblRydXN0 +MSowKAYDVQQDEyFJZGVuVHJ1c3QgUHVibGljIFNlY3RvciBSb290IENBIDEwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC2IpT8pEiv6EdrCvsnduTyP4o7 +ekosMSqMjbCpwzFrqHd2hCa2rIFCDQjrVVi7evi8ZX3yoG2LqEfpYnYeEe4IFNGy +RBb06tD6Hi9e28tzQa68ALBKK0CyrOE7S8ItneShm+waOh7wCLPQ5CQ1B5+ctMlS +bdsHyo+1W/CD80/HLaXIrcuVIKQxKFdYWuSNG5qrng0M8gozOSI5Cpcu81N3uURF +/YTLNiCBWS2ab21ISGHKTN9T0a9SvESfqy9rg3LvdYDaBjMbXcjaY8ZNzaxmMc3R +3j6HEDbhuaR672BQssvKplbgN6+rNBM5Jeg5ZuSYeqoSmJxZZoY+rfGwyj4GD3vw +EUs3oERte8uojHH01bWRNszwFcYr3lEXsZdMUD2xlVl8BX0tIdUAvwFnol57plzy +9yLxkA2T26pEUWbMfXYD62qoKjgZl3YNa4ph+bz27nb9cCvdKTz4Ch5bQhyLVi9V +GxyhLrXHFub4qjySjmm2AcG1hp2JDws4lFTo6tyePSW8Uybt1as5qsVATFSrsrTZ +2fjXctscvG29ZV/viDUqZi/u9rNl8DONfJhBaUYPQxxp+pu10GFqzcpL2UyQRqsV +WaFHVCkugyhfHMKiq3IXAAaOReyL4jM9f9oZRORicsPfIsbyVtTdX5Vy7W1f90gD +W/3FKqD2cyOEEBsB5wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQU43HgntinQtnbcZFrlJPrw6PRFKMwDQYJKoZIhvcN +AQELBQADggIBAEf63QqwEZE4rU1d9+UOl1QZgkiHVIyqZJnYWv6IAcVYpZmxI1Qj +t2odIFflAWJBF9MJ23XLblSQdf4an4EKwt3X9wnQW3IV5B4Jaj0z8yGa5hV+rVHV +DRDtfULAj+7AmgjVQdZcDiFpboBhDhXAuM/FSRJSzL46zNQuOAXeNf0fb7iAaJg9 +TaDKQGXSc3z1i9kKlT/YPyNtGtEqJBnZhbMX73huqVjRI9PHE+1yJX9dsXNw0H8G +lwmEKYBhHfpe/3OsoOOJuBxxFcbeMX8S3OFtm6/n6J91eEyrRjuazr8FGF1NFTwW +mhlQBJqymm9li1JfPFgEKCXAZmExfrngdbkaqIHWchezxQMxNRF4eKLg6TCMf4Df +WN88uieW4oA0beOY02QnrEh+KHdcxiVhJfiFDGX6xDIvpZgF5PgLZxYWxoK4Mhn5 ++bl53B/N66+rDt0b20XkeucC4pVd/GnwU2lhlXV5C15V5jgclKlZM57IcXR5f1GJ +tshquDDIajjDbp7hNxbqBWJMWxJH7ae0s1hWx0nzfxJoCTFx8G34Tkf71oXuxVhA +GaQdp/lLQzfcaFpPz+vCZHTetBXZ9FRUGi8c15dxVJCO2SCdUyt/q4/i6jC8UDfv +8Ue1fXwsBOxonbRJRBD0ckscZOf85muQ3Wl9af0AVqW3rLatt8o+Ae+c +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - G2 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2009 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - G2" +# Serial: 1246989352 +# MD5 Fingerprint: 4b:e2:c9:91:96:65:0c:f4:0e:5a:93:92:a0:0a:fe:b2 +# SHA1 Fingerprint: 8c:f4:27:fd:79:0c:3a:d1:66:06:8d:e8:1e:57:ef:bb:93:22:72:d4 +# SHA256 Fingerprint: 43:df:57:74:b0:3e:7f:ef:5f:e4:0d:93:1a:7b:ed:f1:bb:2e:6b:42:73:8c:4e:6d:38:41:10:3d:3a:a7:f3:39 +-----BEGIN CERTIFICATE----- +MIIEPjCCAyagAwIBAgIESlOMKDANBgkqhkiG9w0BAQsFADCBvjELMAkGA1UEBhMC +VVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50 +cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3Qs +IEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVz +dCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRzIwHhcNMDkwNzA3MTcy +NTU0WhcNMzAxMjA3MTc1NTU0WjCBvjELMAkGA1UEBhMCVVMxFjAUBgNVBAoTDUVu +dHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3d3cuZW50cnVzdC5uZXQvbGVnYWwt +dGVybXMxOTA3BgNVBAsTMChjKSAyMDA5IEVudHJ1c3QsIEluYy4gLSBmb3IgYXV0 +aG9yaXplZCB1c2Ugb25seTEyMDAGA1UEAxMpRW50cnVzdCBSb290IENlcnRpZmlj +YXRpb24gQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEK +AoIBAQC6hLZy254Ma+KZ6TABp3bqMriVQRrJ2mFOWHLP/vaCeb9zYQYKpSfYs1/T +RU4cctZOMvJyig/3gxnQaoCAAEUesMfnmr8SVycco2gvCoe9amsOXmXzHHfV1IWN +cCG0szLni6LVhjkCsbjSR87kyUnEO6fe+1R9V77w6G7CebI6C1XiUJgWMhNcL3hW +wcKUs/Ja5CeanyTXxuzQmyWC48zCxEXFjJd6BmsqEZ+pCm5IO2/b1BEZQvePB7/1 +U1+cPvQXLOZprE4yTGJ36rfo5bs0vBmLrpxR57d+tVOxMyLlbc9wPBr64ptntoP0 +jaWvYkxN4FisZDQSA/i2jZRjJKRxAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAP +BgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBRqciZ60B7vfec7aVHUbI2fkBJmqzAN +BgkqhkiG9w0BAQsFAAOCAQEAeZ8dlsa2eT8ijYfThwMEYGprmi5ZiXMRrEPR9RP/ +jTkrwPK9T3CMqS/qF8QLVJ7UG5aYMzyorWKiAHarWWluBh1+xLlEjZivEtRh2woZ +Rkfz6/djwUAFQKXSt/S1mja/qYh2iARVBCuch38aNzx+LaUa2NSJXsq9rD1s2G2v +1fN2D807iDginWyTmsQ9v4IbZT+mD12q/OWyFcq1rca8PdCE6OoGcrBNOTJ4vz4R +nAuknZoh8/CbCzB428Hch0P+vGOaysXCHMnHjf87ElgI5rY97HosTvuDls4MPGmH +VHOkc8KT/1EQrBVUAdj8BbGJoX90g5pJ19xOe4pIb4tF9g== +-----END CERTIFICATE----- + +# Issuer: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Subject: CN=Entrust Root Certification Authority - EC1 O=Entrust, Inc. OU=See www.entrust.net/legal-terms/(c) 2012 Entrust, Inc. - for authorized use only +# Label: "Entrust Root Certification Authority - EC1" +# Serial: 51543124481930649114116133369 +# MD5 Fingerprint: b6:7e:1d:f0:58:c5:49:6c:24:3b:3d:ed:98:18:ed:bc +# SHA1 Fingerprint: 20:d8:06:40:df:9b:25:f5:12:25:3a:11:ea:f7:59:8a:eb:14:b5:47 +# SHA256 Fingerprint: 02:ed:0e:b2:8c:14:da:45:16:5c:56:67:91:70:0d:64:51:d7:fb:56:f0:b2:ab:1d:3b:8e:b0:70:e5:6e:df:f5 +-----BEGIN CERTIFICATE----- +MIIC+TCCAoCgAwIBAgINAKaLeSkAAAAAUNCR+TAKBggqhkjOPQQDAzCBvzELMAkG +A1UEBhMCVVMxFjAUBgNVBAoTDUVudHJ1c3QsIEluYy4xKDAmBgNVBAsTH1NlZSB3 +d3cuZW50cnVzdC5uZXQvbGVnYWwtdGVybXMxOTA3BgNVBAsTMChjKSAyMDEyIEVu +dHJ1c3QsIEluYy4gLSBmb3IgYXV0aG9yaXplZCB1c2Ugb25seTEzMDEGA1UEAxMq +RW50cnVzdCBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IC0gRUMxMB4XDTEy +MTIxODE1MjUzNloXDTM3MTIxODE1NTUzNlowgb8xCzAJBgNVBAYTAlVTMRYwFAYD +VQQKEw1FbnRydXN0LCBJbmMuMSgwJgYDVQQLEx9TZWUgd3d3LmVudHJ1c3QubmV0 +L2xlZ2FsLXRlcm1zMTkwNwYDVQQLEzAoYykgMjAxMiBFbnRydXN0LCBJbmMuIC0g +Zm9yIGF1dGhvcml6ZWQgdXNlIG9ubHkxMzAxBgNVBAMTKkVudHJ1c3QgUm9vdCBD +ZXJ0aWZpY2F0aW9uIEF1dGhvcml0eSAtIEVDMTB2MBAGByqGSM49AgEGBSuBBAAi +A2IABIQTydC6bUF74mzQ61VfZgIaJPRbiWlH47jCffHyAsWfoPZb1YsGGYZPUxBt +ByQnoaD41UcZYUx9ypMn6nQM72+WCf5j7HBdNq1nd67JnXxVRDqiY1Ef9eNi1KlH +Bz7MIKNCMEAwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0O +BBYEFLdj5xrdjekIplWDpOBqUEFlEUJJMAoGCCqGSM49BAMDA2cAMGQCMGF52OVC +R98crlOZF7ZvHH3hvxGU0QOIdeSNiaSKd0bebWHvAvX7td/M/k7//qnmpwIwW5nX +hTcGtXsI/esni0qU+eH6p44mCOh8kmhtc9hvJqwhAriZtyZBWyVgrtBIGu4G +-----END CERTIFICATE----- + +# Issuer: CN=CFCA EV ROOT O=China Financial Certification Authority +# Subject: CN=CFCA EV ROOT O=China Financial Certification Authority +# Label: "CFCA EV ROOT" +# Serial: 407555286 +# MD5 Fingerprint: 74:e1:b6:ed:26:7a:7a:44:30:33:94:ab:7b:27:81:30 +# SHA1 Fingerprint: e2:b8:29:4b:55:84:ab:6b:58:c2:90:46:6c:ac:3f:b8:39:8f:84:83 +# SHA256 Fingerprint: 5c:c3:d7:8e:4e:1d:5e:45:54:7a:04:e6:87:3e:64:f9:0c:f9:53:6d:1c:cc:2e:f8:00:f3:55:c4:c5:fd:70:fd +-----BEGIN CERTIFICATE----- +MIIFjTCCA3WgAwIBAgIEGErM1jANBgkqhkiG9w0BAQsFADBWMQswCQYDVQQGEwJD +TjEwMC4GA1UECgwnQ2hpbmEgRmluYW5jaWFsIENlcnRpZmljYXRpb24gQXV0aG9y +aXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJPT1QwHhcNMTIwODA4MDMwNzAxWhcNMjkx +MjMxMDMwNzAxWjBWMQswCQYDVQQGEwJDTjEwMC4GA1UECgwnQ2hpbmEgRmluYW5j +aWFsIENlcnRpZmljYXRpb24gQXV0aG9yaXR5MRUwEwYDVQQDDAxDRkNBIEVWIFJP +T1QwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDXXWvNED8fBVnVBU03 +sQ7smCuOFR36k0sXgiFxEFLXUWRwFsJVaU2OFW2fvwwbwuCjZ9YMrM8irq93VCpL +TIpTUnrD7i7es3ElweldPe6hL6P3KjzJIx1qqx2hp/Hz7KDVRM8Vz3IvHWOX6Jn5 +/ZOkVIBMUtRSqy5J35DNuF++P96hyk0g1CXohClTt7GIH//62pCfCqktQT+x8Rgp +7hZZLDRJGqgG16iI0gNyejLi6mhNbiyWZXvKWfry4t3uMCz7zEasxGPrb382KzRz +EpR/38wmnvFyXVBlWY9ps4deMm/DGIq1lY+wejfeWkU7xzbh72fROdOXW3NiGUgt +hxwG+3SYIElz8AXSG7Ggo7cbcNOIabla1jj0Ytwli3i/+Oh+uFzJlU9fpy25IGvP +a931DfSCt/SyZi4QKPaXWnuWFo8BGS1sbn85WAZkgwGDg8NNkt0yxoekN+kWzqot +aK8KgWU6cMGbrU1tVMoqLUuFG7OA5nBFDWteNfB/O7ic5ARwiRIlk9oKmSJgamNg +TnYGmE69g60dWIolhdLHZR4tjsbftsbhf4oEIRUpdPA+nJCdDC7xij5aqgwJHsfV +PKPtl8MeNPo4+QgO48BdK4PRVmrJtqhUUy54Mmc9gn900PvhtgVguXDbjgv5E1hv +cWAQUhC5wUEJ73IfZzF4/5YFjQIDAQABo2MwYTAfBgNVHSMEGDAWgBTj/i39KNAL +tbq2osS/BqoFjJP7LzAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAd +BgNVHQ4EFgQU4/4t/SjQC7W6tqLEvwaqBYyT+y8wDQYJKoZIhvcNAQELBQADggIB +ACXGumvrh8vegjmWPfBEp2uEcwPenStPuiB/vHiyz5ewG5zz13ku9Ui20vsXiObT +ej/tUxPQ4i9qecsAIyjmHjdXNYmEwnZPNDatZ8POQQaIxffu2Bq41gt/UP+TqhdL +jOztUmCypAbqTuv0axn96/Ua4CUqmtzHQTb3yHQFhDmVOdYLO6Qn+gjYXB74BGBS +ESgoA//vU2YApUo0FmZ8/Qmkrp5nGm9BC2sGE5uPhnEFtC+NiWYzKXZUmhH4J/qy +P5Hgzg0b8zAarb8iXRvTvyUFTeGSGn+ZnzxEk8rUQElsgIfXBDrDMlI1Dlb4pd19 +xIsNER9Tyx6yF7Zod1rg1MvIB671Oi6ON7fQAUtDKXeMOZePglr4UeWJoBjnaH9d +Ci77o0cOPaYjesYBx4/IXr9tgFa+iiS6M+qf4TIRnvHST4D2G0CvOJ4RUHlzEhLN +5mydLIhyPDCBBpEi6lmt2hkuIsKNuYyH4Ga8cyNfIWRjgEj1oDwYPZTISEEdQLpe +/v5WOaHIz16eGWRGENoXkbcFgKyLmZJ956LYBws2J+dIeWCKw9cTXPhyQN9Ky8+Z +AAoACxGV2lZFA4gKn2fQ1XmxqI1AbQ3CekD6819kR5LLU7m7Wc5P/dAVUwHY3+vZ +5nbv0CO7O6l5s9UCKc2Jo5YPSjXnTkLAdc0Hz+Ys63su +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GB CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GB CA" +# Serial: 157768595616588414422159278966750757568 +# MD5 Fingerprint: a4:eb:b9:61:28:2e:b7:2f:98:b0:35:26:90:99:51:1d +# SHA1 Fingerprint: 0f:f9:40:76:18:d3:d7:6a:4b:98:f0:a8:35:9e:0c:fd:27:ac:cc:ed +# SHA256 Fingerprint: 6b:9c:08:e8:6e:b0:f7:67:cf:ad:65:cd:98:b6:21:49:e5:49:4a:67:f5:84:5e:7b:d1:ed:01:9f:27:b8:6b:d6 +-----BEGIN CERTIFICATE----- +MIIDtTCCAp2gAwIBAgIQdrEgUnTwhYdGs/gjGvbCwDANBgkqhkiG9w0BAQsFADBt +MQswCQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUg +Rm91bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9i +YWwgUm9vdCBHQiBDQTAeFw0xNDEyMDExNTAwMzJaFw0zOTEyMDExNTEwMzFaMG0x +CzAJBgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBG +b3VuZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2Jh +bCBSb290IEdCIENBMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA2Be3 +HEokKtaXscriHvt9OO+Y9bI5mE4nuBFde9IllIiCFSZqGzG7qFshISvYD06fWvGx +WuR51jIjK+FTzJlFXHtPrby/h0oLS5daqPZI7H17Dc0hBt+eFf1Biki3IPShehtX +1F1Q/7pn2COZH8g/497/b1t3sWtuuMlk9+HKQUYOKXHQuSP8yYFfTvdv37+ErXNk +u7dCjmn21HYdfp2nuFeKUWdy19SouJVUQHMD9ur06/4oQnc/nSMbsrY9gBQHTC5P +99UKFg29ZkM3fiNDecNAhvVMKdqOmq0NpQSHiB6F4+lT1ZvIiwNjeOvgGUpuuy9r +M2RYk61pv48b74JIxwIDAQABo1EwTzALBgNVHQ8EBAMCAYYwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUNQ/INmNe4qPs+TtmFc5RUuORmj0wEAYJKwYBBAGCNxUB +BAMCAQAwDQYJKoZIhvcNAQELBQADggEBAEBM+4eymYGQfp3FsLAmzYh7KzKNbrgh +cViXfa43FK8+5/ea4n32cZiZBKpDdHij40lhPnOMTZTg+XHEthYOU3gf1qKHLwI5 +gSk8rxWYITD+KJAAjNHhy/peyP34EEY7onhCkRd0VQreUGdNZtGn//3ZwLWoo4rO +ZvUPQ82nK1d7Y0Zqqi5S2PTt4W2tKZB4SLrhI6qjiey1q5bAtEuiHZeeevJuQHHf +aPFlTc58Bd9TZaml8LGXBHAVRgOY1NK/VLSgWH1Sb9pWJmLU2NuJMW8c8CLC02Ic +Nc1MaRVUGpCY3useX8p3x8uOPUNpnJpY0CQ73xtAln41rYHHTnG6iBM= +-----END CERTIFICATE----- + +# Issuer: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Subject: CN=SZAFIR ROOT CA2 O=Krajowa Izba Rozliczeniowa S.A. +# Label: "SZAFIR ROOT CA2" +# Serial: 357043034767186914217277344587386743377558296292 +# MD5 Fingerprint: 11:64:c1:89:b0:24:b1:8c:b1:07:7e:89:9e:51:9e:99 +# SHA1 Fingerprint: e2:52:fa:95:3f:ed:db:24:60:bd:6e:28:f3:9c:cc:cf:5e:b3:3f:de +# SHA256 Fingerprint: a1:33:9d:33:28:1a:0b:56:e5:57:d3:d3:2b:1c:e7:f9:36:7e:b0:94:bd:5f:a7:2a:7e:50:04:c8:de:d7:ca:fe +-----BEGIN CERTIFICATE----- +MIIDcjCCAlqgAwIBAgIUPopdB+xV0jLVt+O2XwHrLdzk1uQwDQYJKoZIhvcNAQEL +BQAwUTELMAkGA1UEBhMCUEwxKDAmBgNVBAoMH0tyYWpvd2EgSXpiYSBSb3psaWN6 +ZW5pb3dhIFMuQS4xGDAWBgNVBAMMD1NaQUZJUiBST09UIENBMjAeFw0xNTEwMTkw +NzQzMzBaFw0zNTEwMTkwNzQzMzBaMFExCzAJBgNVBAYTAlBMMSgwJgYDVQQKDB9L +cmFqb3dhIEl6YmEgUm96bGljemVuaW93YSBTLkEuMRgwFgYDVQQDDA9TWkFGSVIg +Uk9PVCBDQTIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQC3vD5QqEvN +QLXOYeeWyrSh2gwisPq1e3YAd4wLz32ohswmUeQgPYUM1ljj5/QqGJ3a0a4m7utT +3PSQ1hNKDJA8w/Ta0o4NkjrcsbH/ON7Dui1fgLkCvUqdGw+0w8LBZwPd3BucPbOw +3gAeqDRHu5rr/gsUvTaE2g0gv/pby6kWIK05YO4vdbbnl5z5Pv1+TW9NL++IDWr6 +3fE9biCloBK0TXC5ztdyO4mTp4CEHCdJckm1/zuVnsHMyAHs6A6KCpbns6aH5db5 +BSsNl0BwPLqsdVqc1U2dAgrSS5tmS0YHF2Wtn2yIANwiieDhZNRnvDF5YTy7ykHN +XGoAyDw4jlivAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMB0GA1UdDgQWBBQuFqlKGLXLzPVvUPMjX/hd56zwyDANBgkqhkiG9w0BAQsF +AAOCAQEAtXP4A9xZWx126aMqe5Aosk3AM0+qmrHUuOQn/6mWmc5G4G18TKI4pAZw +8PRBEew/R40/cof5O/2kbytTAOD/OblqBw7rHRz2onKQy4I9EYKL0rufKq8h5mOG +nXkZ7/e7DDWQw4rtTw/1zBLZpD67oPwglV9PJi8RI4NOdQcPv5vRtB3pEAT+ymCP +oky4rc/hkA/NrgrHXXu3UNLUYfrVFdvXn4dRVOul4+vJhaAlIDf7js4MNIThPIGy +d05DpYhfhmehPea0XGG2Ptv+tyjFogeutcrKjSoS75ftwjCkySp6+/NNIxuZMzSg +LvWpCz/UXeHPhJ/iGcJfitYgHuNztw== +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Network CA 2 O=Unizeto Technologies S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Network CA 2" +# Serial: 44979900017204383099463764357512596969 +# MD5 Fingerprint: 6d:46:9e:d9:25:6d:08:23:5b:5e:74:7d:1e:27:db:f2 +# SHA1 Fingerprint: d3:dd:48:3e:2b:bf:4c:05:e8:af:10:f5:fa:76:26:cf:d3:dc:30:92 +# SHA256 Fingerprint: b6:76:f2:ed:da:e8:77:5c:d3:6c:b0:f6:3c:d1:d4:60:39:61:f4:9e:62:65:ba:01:3a:2f:03:07:b6:d0:b8:04 +-----BEGIN CERTIFICATE----- +MIIF0jCCA7qgAwIBAgIQIdbQSk8lD8kyN/yqXhKN6TANBgkqhkiG9w0BAQ0FADCB +gDELMAkGA1UEBhMCUEwxIjAgBgNVBAoTGVVuaXpldG8gVGVjaG5vbG9naWVzIFMu +QS4xJzAlBgNVBAsTHkNlcnR1bSBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTEkMCIG +A1UEAxMbQ2VydHVtIFRydXN0ZWQgTmV0d29yayBDQSAyMCIYDzIwMTExMDA2MDgz +OTU2WhgPMjA0NjEwMDYwODM5NTZaMIGAMQswCQYDVQQGEwJQTDEiMCAGA1UEChMZ +VW5pemV0byBUZWNobm9sb2dpZXMgUy5BLjEnMCUGA1UECxMeQ2VydHVtIENlcnRp +ZmljYXRpb24gQXV0aG9yaXR5MSQwIgYDVQQDExtDZXJ0dW0gVHJ1c3RlZCBOZXR3 +b3JrIENBIDIwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC9+Xj45tWA +DGSdhhuWZGc/IjoedQF97/tcZ4zJzFxrqZHmuULlIEub2pt7uZld2ZuAS9eEQCsn +0+i6MLs+CRqnSZXvK0AkwpfHp+6bJe+oCgCXhVqqndwpyeI1B+twTUrWwbNWuKFB +OJvR+zF/j+Bf4bE/D44WSWDXBo0Y+aomEKsq09DRZ40bRr5HMNUuctHFY9rnY3lE +fktjJImGLjQ/KUxSiyqnwOKRKIm5wFv5HdnnJ63/mgKXwcZQkpsCLL2puTRZCr+E +Sv/f/rOf69me4Jgj7KZrdxYq28ytOxykh9xGc14ZYmhFV+SQgkK7QtbwYeDBoz1m +o130GO6IyY0XRSmZMnUCMe4pJshrAua1YkV/NxVaI2iJ1D7eTiew8EAMvE0Xy02i +sx7QBlrd9pPPV3WZ9fqGGmd4s7+W/jTcvedSVuWz5XV710GRBdxdaeOVDUO5/IOW +OZV7bIBaTxNyxtd9KXpEulKkKtVBRgkg/iKgtlswjbyJDNXXcPiHUv3a76xRLgez +Tv7QCdpw75j6VuZt27VXS9zlLCUVyJ4ueE742pyehizKV/Ma5ciSixqClnrDvFAS +adgOWkaLOusm+iPJtrCBvkIApPjW/jAux9JG9uWOdf3yzLnQh1vMBhBgu4M1t15n +3kfsmUjxpKEV/q2MYo45VU85FrmxY53/twIDAQABo0IwQDAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBS2oVQ5AsOgP46KvPrU+Bym0ToO/TAOBgNVHQ8BAf8EBAMC +AQYwDQYJKoZIhvcNAQENBQADggIBAHGlDs7k6b8/ONWJWsQCYftMxRQXLYtPU2sQ +F/xlhMcQSZDe28cmk4gmb3DWAl45oPePq5a1pRNcgRRtDoGCERuKTsZPpd1iHkTf +CVn0W3cLN+mLIMb4Ck4uWBzrM9DPhmDJ2vuAL55MYIR4PSFk1vtBHxgP58l1cb29 +XN40hz5BsA72udY/CROWFC/emh1auVbONTqwX3BNXuMp8SMoclm2q8KMZiYcdywm +djWLKKdpoPk79SPdhRB0yZADVpHnr7pH1BKXESLjokmUbOe3lEu6LaTaM4tMpkT/ +WjzGHWTYtTHkpjx6qFcL2+1hGsvxznN3Y6SHb0xRONbkX8eftoEq5IVIeVheO/jb +AoJnwTnbw3RLPTYe+SmTiGhbqEQZIfCn6IENLOiTNrQ3ssqwGyZ6miUfmpqAnksq +P/ujmv5zMnHCnsZy4YpoJ/HkD7TETKVhk/iXEAcqMCWpuchxuO9ozC1+9eB+D4Ko +b7a6bINDd82Kkhehnlt4Fj1F4jNy3eFmypnTycUm/Q1oBEauttmbjL4ZvrHG8hnj +XALKLNhvSgfZyTXaQHXyxKcZb55CEJh15pWLYLztxRLXis7VmFxWlgPF7ncGNf/P +5O4/E2Hu29othfDNrp2yGAlFw5Khchf8R7agCyzxxN5DaAhqXzvwdmP7zAYspsbi +DrW5viSP +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: ca:ff:e2:db:03:d9:cb:4b:e9:0f:ad:84:fd:7b:18:ce +# SHA1 Fingerprint: 01:0c:06:95:a6:98:19:14:ff:bf:5f:c6:b0:b6:95:ea:29:e9:12:a6 +# SHA256 Fingerprint: a0:40:92:9a:02:ce:53:b4:ac:f4:f2:ff:c6:98:1c:e4:49:6f:75:5e:6d:45:fe:0b:2a:69:2b:cd:52:52:3f:36 +-----BEGIN CERTIFICATE----- +MIIGCzCCA/OgAwIBAgIBADANBgkqhkiG9w0BAQsFADCBpjELMAkGA1UEBhMCR1Ix +DzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5k +IFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxQDA+BgNVBAMT +N0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgUm9v +dENBIDIwMTUwHhcNMTUwNzA3MTAxMTIxWhcNNDAwNjMwMTAxMTIxWjCBpjELMAkG +A1UEBhMCR1IxDzANBgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNh +ZGVtaWMgYW5kIFJlc2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkx +QDA+BgNVBAMTN0hlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1 +dGlvbnMgUm9vdENBIDIwMTUwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoIC +AQDC+Kk/G4n8PDwEXT2QNrCROnk8ZlrvbTkBSRq0t89/TSNTt5AA4xMqKKYx8ZEA +4yjsriFBzh/a/X0SWwGDD7mwX5nh8hKDgE0GPt+sr+ehiGsxr/CL0BgzuNtFajT0 +AoAkKAoCFZVedioNmToUW/bLy1O8E00BiDeUJRtCvCLYjqOWXjrZMts+6PAQZe10 +4S+nfK8nNLspfZu2zwnI5dMK/IhlZXQK3HMcXM1AsRzUtoSMTFDPaI6oWa7CJ06C +ojXdFPQf/7J31Ycvqm59JCfnxssm5uX+Zwdj2EUN3TpZZTlYepKZcj2chF6IIbjV +9Cz82XBST3i4vTwri5WY9bPRaM8gFH5MXF/ni+X1NYEZN9cRCLdmvtNKzoNXADrD +gfgXy5I2XdGj2HUb4Ysn6npIQf1FGQatJ5lOwXBH3bWfgVMS5bGMSF0xQxfjjMZ6 +Y5ZLKTBOhE5iGV48zpeQpX8B653g+IuJ3SWYPZK2fu/Z8VFRfS0myGlZYeCsargq +NhEEelC9MoS+L9xy1dcdFkfkR2YgP/SWxa+OAXqlD3pk9Q0Yh9muiNX6hME6wGko +LfINaFGq46V3xqSQDqE3izEjR8EJCOtu93ib14L8hCCZSRm2Ekax+0VVFqmjZayc +Bw/qa9wfLgZy7IaIEuQt218FL+TwA9MmM+eAws1CoRc0CwIDAQABo0IwQDAPBgNV +HRMBAf8EBTADAQH/MA4GA1UdDwEB/wQEAwIBBjAdBgNVHQ4EFgQUcRVnyMjJvXVd +ctA4GGqd83EkVAswDQYJKoZIhvcNAQELBQADggIBAHW7bVRLqhBYRjTyYtcWNl0I +XtVsyIe9tC5G8jH4fOpCtZMWVdyhDBKg2mF+D1hYc2Ryx+hFjtyp8iY/xnmMsVMI +M4GwVhO+5lFc2JsKT0ucVlMC6U/2DWDqTUJV6HwbISHTGzrMd/K4kPFox/la/vot +9L/J9UUbzjgQKjeKeaO04wlshYaT/4mWJ3iBj2fjRnRUjtkNaeJK9E10A/+yd+2V +Z5fkscWrv2oj6NSU4kQoYsRL4vDY4ilrGnB+JGGTe08DMiUNRSQrlrRGar9KC/ea +j8GsGsVn82800vpzY4zvFrCopEYq+OsS7HK07/grfoxSwIuEVPkvPuNVqNxmsdnh +X9izjFk0WaSrT2y7HxjbdavYy5LNlDhhDgcGH0tGEPEVvo2FXDtKK4F5D7Rpn0lQ +l033DlZdwJVqwjbDG2jJ9SrcR5q+ss7FJej6A7na+RZukYT1HCjI/CbM1xyQVqdf +bzoEvM14iQuODy+jqk+iGxI9FghAD/FGTNeqewjBCvVtJ94Cj8rDtSvK6evIIVM4 +pcw72Hc3MKJP2W/R8kCtQXoXxdZKNYm3QdV8hn9VTYNKpXMgwDqvkPGaJI7ZjnHK +e7iG2rKPmT4dEw0SEe7Uq/DpFXYC5ODfqiAeW2GFZECpkJcNrVPSWh2HagCXZWK0 +vm9qp/UsQu0yrbYhnr68 +-----END CERTIFICATE----- + +# Issuer: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Subject: CN=Hellenic Academic and Research Institutions ECC RootCA 2015 O=Hellenic Academic and Research Institutions Cert. Authority +# Label: "Hellenic Academic and Research Institutions ECC RootCA 2015" +# Serial: 0 +# MD5 Fingerprint: 81:e5:b4:17:eb:c2:f5:e1:4b:0d:41:7b:49:92:fe:ef +# SHA1 Fingerprint: 9f:f1:71:8d:92:d5:9a:f3:7d:74:97:b4:bc:6f:84:68:0b:ba:b6:66 +# SHA256 Fingerprint: 44:b5:45:aa:8a:25:e6:5a:73:ca:15:dc:27:fc:36:d2:4c:1c:b9:95:3a:06:65:39:b1:15:82:dc:48:7b:48:33 +-----BEGIN CERTIFICATE----- +MIICwzCCAkqgAwIBAgIBADAKBggqhkjOPQQDAjCBqjELMAkGA1UEBhMCR1IxDzAN +BgNVBAcTBkF0aGVuczFEMEIGA1UEChM7SGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDZXJ0LiBBdXRob3JpdHkxRDBCBgNVBAMTO0hl +bGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgRUNDIFJv +b3RDQSAyMDE1MB4XDTE1MDcwNzEwMzcxMloXDTQwMDYzMDEwMzcxMlowgaoxCzAJ +BgNVBAYTAkdSMQ8wDQYDVQQHEwZBdGhlbnMxRDBCBgNVBAoTO0hlbGxlbmljIEFj +YWRlbWljIGFuZCBSZXNlYXJjaCBJbnN0aXR1dGlvbnMgQ2VydC4gQXV0aG9yaXR5 +MUQwQgYDVQQDEztIZWxsZW5pYyBBY2FkZW1pYyBhbmQgUmVzZWFyY2ggSW5zdGl0 +dXRpb25zIEVDQyBSb290Q0EgMjAxNTB2MBAGByqGSM49AgEGBSuBBAAiA2IABJKg +QehLgoRc4vgxEZmGZE4JJS+dQS8KrjVPdJWyUWRrjWvmP3CV8AVER6ZyOFB2lQJa +jq4onvktTpnvLEhvTCUp6NFxW98dwXU3tNf6e3pCnGoKVlp8aQuqgAkkbH7BRqNC +MEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFLQi +C4KZJAEOnLvkDv2/+5cgk5kqMAoGCCqGSM49BAMCA2cAMGQCMGfOFmI4oqxiRaep +lSTAGiecMjvAwNW6qef4BENThe5SId6d9SWDPp5YSy/XZxMOIQIwBeF1Ad5o7Sof +TUwJCA3sS61kFyjndc5FZXIhF8siQQ6ME5g4mlRtm8rifOoCWCKR +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X1 O=Internet Security Research Group +# Subject: CN=ISRG Root X1 O=Internet Security Research Group +# Label: "ISRG Root X1" +# Serial: 172886928669790476064670243504169061120 +# MD5 Fingerprint: 0c:d2:f9:e0:da:17:73:e9:ed:86:4d:a5:e3:70:e7:4e +# SHA1 Fingerprint: ca:bd:2a:79:a1:07:6a:31:f2:1d:25:36:35:cb:03:9d:43:29:a5:e8 +# SHA256 Fingerprint: 96:bc:ec:06:26:49:76:f3:74:60:77:9a:cf:28:c5:a7:cf:e8:a3:c0:aa:e1:1a:8f:fc:ee:05:c0:bd:df:08:c6 +-----BEGIN CERTIFICATE----- +MIIFazCCA1OgAwIBAgIRAIIQz7DSQONZRGPgu2OCiwAwDQYJKoZIhvcNAQELBQAw +TzELMAkGA1UEBhMCVVMxKTAnBgNVBAoTIEludGVybmV0IFNlY3VyaXR5IFJlc2Vh +cmNoIEdyb3VwMRUwEwYDVQQDEwxJU1JHIFJvb3QgWDEwHhcNMTUwNjA0MTEwNDM4 +WhcNMzUwNjA0MTEwNDM4WjBPMQswCQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJu +ZXQgU2VjdXJpdHkgUmVzZWFyY2ggR3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBY +MTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK3oJHP0FDfzm54rVygc +h77ct984kIxuPOZXoHj3dcKi/vVqbvYATyjb3miGbESTtrFj/RQSa78f0uoxmyF+ +0TM8ukj13Xnfs7j/EvEhmkvBioZxaUpmZmyPfjxwv60pIgbz5MDmgK7iS4+3mX6U +A5/TR5d8mUgjU+g4rk8Kb4Mu0UlXjIB0ttov0DiNewNwIRt18jA8+o+u3dpjq+sW +T8KOEUt+zwvo/7V3LvSye0rgTBIlDHCNAymg4VMk7BPZ7hm/ELNKjD+Jo2FR3qyH +B5T0Y3HsLuJvW5iB4YlcNHlsdu87kGJ55tukmi8mxdAQ4Q7e2RCOFvu396j3x+UC +B5iPNgiV5+I3lg02dZ77DnKxHZu8A/lJBdiB3QW0KtZB6awBdpUKD9jf1b0SHzUv +KBds0pjBqAlkd25HN7rOrFleaJ1/ctaJxQZBKT5ZPt0m9STJEadao0xAH0ahmbWn +OlFuhjuefXKnEgV4We0+UXgVCwOPjdAvBbI+e0ocS3MFEvzG6uBQE3xDk3SzynTn +jh8BCNAw1FtxNrQHusEwMFxIt4I7mKZ9YIqioymCzLq9gwQbooMDQaHWBfEbwrbw +qHyGO0aoSCqI3Haadr8faqU9GY/rOPNk3sgrDQoo//fb4hVC1CLQJ13hef4Y53CI +rU7m2Ys6xt0nUW7/vGT1M0NPAgMBAAGjQjBAMA4GA1UdDwEB/wQEAwIBBjAPBgNV +HRMBAf8EBTADAQH/MB0GA1UdDgQWBBR5tFnme7bl5AFzgAiIyBpY9umbbjANBgkq +hkiG9w0BAQsFAAOCAgEAVR9YqbyyqFDQDLHYGmkgJykIrGF1XIpu+ILlaS/V9lZL +ubhzEFnTIZd+50xx+7LSYK05qAvqFyFWhfFQDlnrzuBZ6brJFe+GnY+EgPbk6ZGQ +3BebYhtF8GaV0nxvwuo77x/Py9auJ/GpsMiu/X1+mvoiBOv/2X/qkSsisRcOj/KK +NFtY2PwByVS5uCbMiogziUwthDyC3+6WVwW6LLv3xLfHTjuCvjHIInNzktHCgKQ5 +ORAzI4JMPJ+GslWYHb4phowim57iaztXOoJwTdwJx4nLCgdNbOhdjsnvzqvHu7Ur +TkXWStAmzOVyyghqpZXjFaH3pO3JLF+l+/+sKAIuvtd7u+Nxe5AW0wdeRlN8NwdC +jNPElpzVmbUq4JUagEiuTDkHzsxHpFKVK7q4+63SM1N95R1NbdWhscdCb+ZAJzVc +oyi3B43njTOQ5yOf+1CceWxG1bQVs5ZufpsMljq4Ui0/1lvh+wjChP4kqKOJ2qxq +4RgqsahDYVvTH9w7jXbyLeiNdd8XM2w9U/t7y0Ff/9yi0GE44Za4rF2LN9d11TPA +mRGunUHBcnWEvgJBQl9nJEiU0Zsnvgc/ubhPgXRR4Xq37Z0j4r7g1SgEEzwxA57d +emyPxgcYxn/eR44/KJ4EBs+lVDR3veyJm+kXQ99b21/+jh5Xos1AnX5iItreGCc= +-----END CERTIFICATE----- + +# Issuer: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Subject: O=FNMT-RCM OU=AC RAIZ FNMT-RCM +# Label: "AC RAIZ FNMT-RCM" +# Serial: 485876308206448804701554682760554759 +# MD5 Fingerprint: e2:09:04:b4:d3:bd:d1:a0:14:fd:1a:d2:47:c4:57:1d +# SHA1 Fingerprint: ec:50:35:07:b2:15:c4:95:62:19:e2:a8:9a:5b:42:99:2c:4c:2c:20 +# SHA256 Fingerprint: eb:c5:57:0c:29:01:8c:4d:67:b1:aa:12:7b:af:12:f7:03:b4:61:1e:bc:17:b7:da:b5:57:38:94:17:9b:93:fa +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIPXZONMGc2yAYdGsdUhGkHMA0GCSqGSIb3DQEBCwUAMDsx +CzAJBgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJ +WiBGTk1ULVJDTTAeFw0wODEwMjkxNTU5NTZaFw0zMDAxMDEwMDAwMDBaMDsxCzAJ +BgNVBAYTAkVTMREwDwYDVQQKDAhGTk1ULVJDTTEZMBcGA1UECwwQQUMgUkFJWiBG +Tk1ULVJDTTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBALpxgHpMhm5/ +yBNtwMZ9HACXjywMI7sQmkCpGreHiPibVmr75nuOi5KOpyVdWRHbNi63URcfqQgf +BBckWKo3Shjf5TnUV/3XwSyRAZHiItQDwFj8d0fsjz50Q7qsNI1NOHZnjrDIbzAz +WHFctPVrbtQBULgTfmxKo0nRIBnuvMApGGWn3v7v3QqQIecaZ5JCEJhfTzC8PhxF +tBDXaEAUwED653cXeuYLj2VbPNmaUtu1vZ5Gzz3rkQUCwJaydkxNEJY7kvqcfw+Z +374jNUUeAlz+taibmSXaXvMiwzn15Cou08YfxGyqxRxqAQVKL9LFwag0Jl1mpdIC +IfkYtwb1TplvqKtMUejPUBjFd8g5CSxJkjKZqLsXF3mwWsXmo8RZZUc1g16p6DUL +mbvkzSDGm0oGObVo/CK67lWMK07q87Hj/LaZmtVC+nFNCM+HHmpxffnTtOmlcYF7 +wk5HlqX2doWjKI/pgG6BU6VtX7hI+cL5NqYuSf+4lsKMB7ObiFj86xsc3i1w4peS +MKGJ47xVqCfWS+2QrYv6YyVZLag13cqXM7zlzced0ezvXg5KkAYmY6252TUtB7p2 +ZSysV4999AeU14ECll2jB0nVetBX+RvnU0Z1qrB5QstocQjpYL05ac70r8NWQMet +UqIJ5G+GR4of6ygnXYMgrwTJbFaai0b1AgMBAAGjgYMwgYAwDwYDVR0TAQH/BAUw +AwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYEFPd9xf3E6Jobd2Sn9R2gzL+H +YJptMD4GA1UdIAQ3MDUwMwYEVR0gADArMCkGCCsGAQUFBwIBFh1odHRwOi8vd3d3 +LmNlcnQuZm5tdC5lcy9kcGNzLzANBgkqhkiG9w0BAQsFAAOCAgEAB5BK3/MjTvDD +nFFlm5wioooMhfNzKWtN/gHiqQxjAb8EZ6WdmF/9ARP67Jpi6Yb+tmLSbkyU+8B1 +RXxlDPiyN8+sD8+Nb/kZ94/sHvJwnvDKuO+3/3Y3dlv2bojzr2IyIpMNOmqOFGYM +LVN0V2Ue1bLdI4E7pWYjJ2cJj+F3qkPNZVEI7VFY/uY5+ctHhKQV8Xa7pO6kO8Rf +77IzlhEYt8llvhjho6Tc+hj507wTmzl6NLrTQfv6MooqtyuGC2mDOL7Nii4LcK2N +JpLuHvUBKwrZ1pebbuCoGRw6IYsMHkCtA+fdZn71uSANA+iW+YJF1DngoABd15jm +fZ5nc8OaKveri6E6FO80vFIOiZiaBECEHX5FaZNXzuvO+FB8TxxuBEOb+dY7Ixjp +6o7RTUaN8Tvkasq6+yO3m/qZASlaWFot4/nUbQ4mrcFuNLwy+AwF+mWj2zs3gyLp +1txyM/1d8iC9djwj2ij3+RvrWWTV3F9yfiD8zYm1kGdNYno/Tq0dwzn+evQoFt9B +9kiABdcPUXmsEKvU7ANm5mqwujGSQkBqvjrTcuFqN1W8rB2Vt2lh8kORdOag0wok +RqEIr9baRRmW1FMdW4R58MD3R++Lj8UGrp1MYp3/RgT408m2ECVAdf4WqslKYIYv +uu8wd+RU4riEmViAqhOLUTpPSPaLtrM= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 1 O=Amazon +# Subject: CN=Amazon Root CA 1 O=Amazon +# Label: "Amazon Root CA 1" +# Serial: 143266978916655856878034712317230054538369994 +# MD5 Fingerprint: 43:c6:bf:ae:ec:fe:ad:2f:18:c6:88:68:30:fc:c8:e6 +# SHA1 Fingerprint: 8d:a7:f9:65:ec:5e:fc:37:91:0f:1c:6e:59:fd:c1:cc:6a:6e:de:16 +# SHA256 Fingerprint: 8e:cd:e6:88:4f:3d:87:b1:12:5b:a3:1a:c3:fc:b1:3d:70:16:de:7f:57:cc:90:4f:e1:cb:97:c6:ae:98:19:6e +-----BEGIN CERTIFICATE----- +MIIDQTCCAimgAwIBAgITBmyfz5m/jAo54vB4ikPmljZbyjANBgkqhkiG9w0BAQsF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAxMB4XDTE1MDUyNjAwMDAwMFoXDTM4MDExNzAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXj +ca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM +9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qw +IFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6 +VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L +93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQm +jgSubJrIqg0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AYYwHQYDVR0OBBYEFIQYzIU07LwMlJQuCFmcx7IQTgoIMA0GCSqGSIb3DQEBCwUA +A4IBAQCY8jdaQZChGsV2USggNiMOruYou6r4lK5IpDB/G/wkjUu0yKGX9rbxenDI +U5PMCCjjmCXPI6T53iHTfIUJrU6adTrCC2qJeHZERxhlbI1Bjjt/msv0tadQ1wUs +N+gDS63pYaACbvXy8MWy7Vu33PqUXHeeE6V/Uq2V8viTO96LXFvKWlJbYK8U90vv +o/ufQJVtMVT8QtPHRh8jrdkPSHCa2XV4cdFyQzR1bldZwgJcJmApzyMZFo6IQ6XU +5MsI+yMRQ+hDKXJioaldXgjUkK642M4UwtBV8ob2xJNDd2ZhwLnoQdeXeGADbkpy +rqXRfboQnoZsG4q5WTP468SQvvG5 +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 2 O=Amazon +# Subject: CN=Amazon Root CA 2 O=Amazon +# Label: "Amazon Root CA 2" +# Serial: 143266982885963551818349160658925006970653239 +# MD5 Fingerprint: c8:e5:8d:ce:a8:42:e2:7a:c0:2a:5c:7c:9e:26:bf:66 +# SHA1 Fingerprint: 5a:8c:ef:45:d7:a6:98:59:76:7a:8c:8b:44:96:b5:78:cf:47:4b:1a +# SHA256 Fingerprint: 1b:a5:b2:aa:8c:65:40:1a:82:96:01:18:f8:0b:ec:4f:62:30:4d:83:ce:c4:71:3a:19:c3:9c:01:1e:a4:6d:b4 +-----BEGIN CERTIFICATE----- +MIIFQTCCAymgAwIBAgITBmyf0pY1hp8KD+WGePhbJruKNzANBgkqhkiG9w0BAQwF +ADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6 +b24gUm9vdCBDQSAyMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTEL +MAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJv +b3QgQ0EgMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAK2Wny2cSkxK +gXlRmeyKy2tgURO8TW0G/LAIjd0ZEGrHJgw12MBvIITplLGbhQPDW9tK6Mj4kHbZ +W0/jTOgGNk3Mmqw9DJArktQGGWCsN0R5hYGCrVo34A3MnaZMUnbqQ523BNFQ9lXg +1dKmSYXpN+nKfq5clU1Imj+uIFptiJXZNLhSGkOQsL9sBbm2eLfq0OQ6PBJTYv9K +8nu+NQWpEjTj82R0Yiw9AElaKP4yRLuH3WUnAnE72kr3H9rN9yFVkE8P7K6C4Z9r +2UXTu/Bfh+08LDmG2j/e7HJV63mjrdvdfLC6HM783k81ds8P+HgfajZRRidhW+me +z/CiVX18JYpvL7TFz4QuK/0NURBs+18bvBt+xa47mAExkv8LV/SasrlX6avvDXbR +8O70zoan4G7ptGmh32n2M8ZpLpcTnqWHsFcQgTfJU7O7f/aS0ZzQGPSSbtqDT6Zj +mUyl+17vIWR6IF9sZIUVyzfpYgwLKhbcAS4y2j5L9Z469hdAlO+ekQiG+r5jqFoz +7Mt0Q5X5bGlSNscpb/xVA1wf+5+9R+vnSUeVC06JIglJ4PVhHvG/LopyboBZ/1c6 ++XUyo05f7O0oYtlNc/LMgRdg7c3r3NunysV+Ar3yVAhU/bQtCSwXVEqY0VThUWcI +0u1ufm8/0i2BWSlmy5A5lREedCf+3euvAgMBAAGjQjBAMA8GA1UdEwEB/wQFMAMB +Af8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSwDPBMMPQFWAJI/TPlUq9LhONm +UjANBgkqhkiG9w0BAQwFAAOCAgEAqqiAjw54o+Ci1M3m9Zh6O+oAA7CXDpO8Wqj2 +LIxyh6mx/H9z/WNxeKWHWc8w4Q0QshNabYL1auaAn6AFC2jkR2vHat+2/XcycuUY ++gn0oJMsXdKMdYV2ZZAMA3m3MSNjrXiDCYZohMr/+c8mmpJ5581LxedhpxfL86kS +k5Nrp+gvU5LEYFiwzAJRGFuFjWJZY7attN6a+yb3ACfAXVU3dJnJUH/jWS5E4ywl +7uxMMne0nxrpS10gxdr9HIcWxkPo1LsmmkVwXqkLN1PiRnsn/eBG8om3zEK2yygm +btmlyTrIQRNg91CMFa6ybRoVGld45pIq2WWQgj9sAq+uEjonljYE1x2igGOpm/Hl +urR8FLBOybEfdF849lHqm/osohHUqS0nGkWxr7JOcQ3AWEbWaQbLU8uz/mtBzUF+ +fUwPfHJ5elnNXkoOrJupmHN5fLT0zLm4BwyydFy4x2+IoZCn9Kr5v2c69BoVYh63 +n749sSmvZ6ES8lgQGVMDMBu4Gon2nL2XA46jCfMdiyHxtN/kHNGfZQIG6lzWE7OE +76KlXIx3KadowGuuQNKotOrN8I1LOJwZmhsoVLiJkO/KdYE+HvJkJMcYr07/R54H +9jVlpNMKVv/1F2Rs76giJUmTtt8AF9pYfl3uxRuw0dFfIRDH+fO6AgonB8Xx1sfT +4PsJYGw= +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 3 O=Amazon +# Subject: CN=Amazon Root CA 3 O=Amazon +# Label: "Amazon Root CA 3" +# Serial: 143266986699090766294700635381230934788665930 +# MD5 Fingerprint: a0:d4:ef:0b:f7:b5:d8:49:95:2a:ec:f5:c4:fc:81:87 +# SHA1 Fingerprint: 0d:44:dd:8c:3c:8c:1a:1a:58:75:64:81:e9:0f:2e:2a:ff:b3:d2:6e +# SHA256 Fingerprint: 18:ce:6c:fe:7b:f1:4e:60:b2:e3:47:b8:df:e8:68:cb:31:d0:2e:bb:3a:da:27:15:69:f5:03:43:b4:6d:b3:a4 +-----BEGIN CERTIFICATE----- +MIIBtjCCAVugAwIBAgITBmyf1XSXNmY/Owua2eiedgPySjAKBggqhkjOPQQDAjA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSAzMB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgMzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABCmXp8ZBf8ANm+gBG1bG8lKl +ui2yEujSLtf6ycXYqm0fc4E7O5hrOXwzpcVOho6AF2hiRVd9RFgdszflZwjrZt6j +QjBAMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSr +ttvXBp43rDCGB5Fwx5zEGbF4wDAKBggqhkjOPQQDAgNJADBGAiEA4IWSoxe3jfkr +BqWTrBqYaGFy+uGh0PsceGCmQ5nFuMQCIQCcAu/xlJyzlvnrxir4tiz+OpAUFteM +YyRIHN8wfdVoOw== +-----END CERTIFICATE----- + +# Issuer: CN=Amazon Root CA 4 O=Amazon +# Subject: CN=Amazon Root CA 4 O=Amazon +# Label: "Amazon Root CA 4" +# Serial: 143266989758080763974105200630763877849284878 +# MD5 Fingerprint: 89:bc:27:d5:eb:17:8d:06:6a:69:d5:fd:89:47:b4:cd +# SHA1 Fingerprint: f6:10:84:07:d6:f8:bb:67:98:0c:c2:e2:44:c2:eb:ae:1c:ef:63:be +# SHA256 Fingerprint: e3:5d:28:41:9e:d0:20:25:cf:a6:90:38:cd:62:39:62:45:8d:a5:c6:95:fb:de:a3:c2:2b:0b:fb:25:89:70:92 +-----BEGIN CERTIFICATE----- +MIIB8jCCAXigAwIBAgITBmyf18G7EEwpQ+Vxe3ssyBrBDjAKBggqhkjOPQQDAzA5 +MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24g +Um9vdCBDQSA0MB4XDTE1MDUyNjAwMDAwMFoXDTQwMDUyNjAwMDAwMFowOTELMAkG +A1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3Qg +Q0EgNDB2MBAGByqGSM49AgEGBSuBBAAiA2IABNKrijdPo1MN/sGKe0uoe0ZLY7Bi +9i0b2whxIdIA6GO9mif78DluXeo9pcmBqqNbIJhFXRbb/egQbeOc4OO9X4Ri83Bk +M6DLJC9wuoihKqB1+IGuYgbEgds5bimwHvouXKNCMEAwDwYDVR0TAQH/BAUwAwEB +/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFNPsxzplbszh2naaVvuc84ZtV+WB +MAoGCCqGSM49BAMDA2gAMGUCMDqLIfG9fhGt0O9Yli/W651+kI0rz2ZVwyzjKKlw +CkcO8DdZEv8tmZQoTipPNU0zWgIxAOp1AE47xDqUEpHJWEadIRNyp4iciuRMStuW +1KyLa2tJElMzrdfkviT8tQp21KW8EA== +-----END CERTIFICATE----- + +# Issuer: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Subject: CN=TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1 O=Turkiye Bilimsel ve Teknolojik Arastirma Kurumu - TUBITAK OU=Kamu Sertifikasyon Merkezi - Kamu SM +# Label: "TUBITAK Kamu SM SSL Kok Sertifikasi - Surum 1" +# Serial: 1 +# MD5 Fingerprint: dc:00:81:dc:69:2f:3e:2f:b0:3b:f6:3d:5a:91:8e:49 +# SHA1 Fingerprint: 31:43:64:9b:ec:ce:27:ec:ed:3a:3f:0b:8f:0d:e4:e8:91:dd:ee:ca +# SHA256 Fingerprint: 46:ed:c3:68:90:46:d5:3a:45:3f:b3:10:4a:b8:0d:ca:ec:65:8b:26:60:ea:16:29:dd:7e:86:79:90:64:87:16 +-----BEGIN CERTIFICATE----- +MIIEYzCCA0ugAwIBAgIBATANBgkqhkiG9w0BAQsFADCB0jELMAkGA1UEBhMCVFIx +GDAWBgNVBAcTD0dlYnplIC0gS29jYWVsaTFCMEAGA1UEChM5VHVya2l5ZSBCaWxp +bXNlbCB2ZSBUZWtub2xvamlrIEFyYXN0aXJtYSBLdXJ1bXUgLSBUVUJJVEFLMS0w +KwYDVQQLEyRLYW11IFNlcnRpZmlrYXN5b24gTWVya2V6aSAtIEthbXUgU00xNjA0 +BgNVBAMTLVRVQklUQUsgS2FtdSBTTSBTU0wgS29rIFNlcnRpZmlrYXNpIC0gU3Vy +dW0gMTAeFw0xMzExMjUwODI1NTVaFw00MzEwMjUwODI1NTVaMIHSMQswCQYDVQQG +EwJUUjEYMBYGA1UEBxMPR2ViemUgLSBLb2NhZWxpMUIwQAYDVQQKEzlUdXJraXll +IEJpbGltc2VsIHZlIFRla25vbG9qaWsgQXJhc3Rpcm1hIEt1cnVtdSAtIFRVQklU +QUsxLTArBgNVBAsTJEthbXUgU2VydGlmaWthc3lvbiBNZXJrZXppIC0gS2FtdSBT +TTE2MDQGA1UEAxMtVFVCSVRBSyBLYW11IFNNIFNTTCBLb2sgU2VydGlmaWthc2kg +LSBTdXJ1bSAxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr3UwM6q7 +a9OZLBI3hNmNe5eA027n/5tQlT6QlVZC1xl8JoSNkvoBHToP4mQ4t4y86Ij5iySr +LqP1N+RAjhgleYN1Hzv/bKjFxlb4tO2KRKOrbEz8HdDc72i9z+SqzvBV96I01INr +N3wcwv61A+xXzry0tcXtAA9TNypN9E8Mg/uGz8v+jE69h/mniyFXnHrfA2eJLJ2X +YacQuFWQfw4tJzh03+f92k4S400VIgLI4OD8D62K18lUUMw7D8oWgITQUVbDjlZ/ +iSIzL+aFCr2lqBs23tPcLG07xxO9WSMs5uWk99gL7eqQQESolbuT1dCANLZGeA4f +AJNG4e7p+exPFwIDAQABo0IwQDAdBgNVHQ4EFgQUZT/HiobGPN08VFw1+DrtUgxH +V8gwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBACo/4fEyjq7hmFxLXs9rHmoJ0iKpEsdeV31zVmSAhHqT5Am5EM2fKifh +AHe+SMg1qIGf5LgsyX8OsNJLN13qudULXjS99HMpw+0mFZx+CFOKWI3QSyjfwbPf +IPP54+M638yclNhOT8NrF7f3cuitZjO1JVOr4PhMqZ398g26rrnZqsZr+ZO7rqu4 +lzwDGrpDxpa5RXI4s6ehlj2Re37AIVNMh+3yC1SVUZPVIqUNivGTDj5UDrDYyU7c +8jEyVupk+eq1nRZmQnLzf9OxMUP8pI4X8W0jq5Rm+K37DwhuJi1/FwcJsoz7UMCf +lo3Ptv0AnVoUmr8CRPXBwp8iXqIPoeM= +-----END CERTIFICATE----- + +# Issuer: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Subject: CN=GDCA TrustAUTH R5 ROOT O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD. +# Label: "GDCA TrustAUTH R5 ROOT" +# Serial: 9009899650740120186 +# MD5 Fingerprint: 63:cc:d9:3d:34:35:5c:6f:53:a3:e2:08:70:48:1f:b4 +# SHA1 Fingerprint: 0f:36:38:5b:81:1a:25:c3:9b:31:4e:83:ca:e9:34:66:70:cc:74:b4 +# SHA256 Fingerprint: bf:ff:8f:d0:44:33:48:7d:6a:8a:a6:0c:1a:29:76:7a:9f:c2:bb:b0:5e:42:0f:71:3a:13:b9:92:89:1d:38:93 +-----BEGIN CERTIFICATE----- +MIIFiDCCA3CgAwIBAgIIfQmX/vBH6nowDQYJKoZIhvcNAQELBQAwYjELMAkGA1UE +BhMCQ04xMjAwBgNVBAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZ +IENPLixMVEQuMR8wHQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMB4XDTE0 +MTEyNjA1MTMxNVoXDTQwMTIzMTE1NTk1OVowYjELMAkGA1UEBhMCQ04xMjAwBgNV +BAoMKUdVQU5HIERPTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZIENPLixMVEQuMR8w +HQYDVQQDDBZHRENBIFRydXN0QVVUSCBSNSBST09UMIICIjANBgkqhkiG9w0BAQEF +AAOCAg8AMIICCgKCAgEA2aMW8Mh0dHeb7zMNOwZ+Vfy1YI92hhJCfVZmPoiC7XJj +Dp6L3TQsAlFRwxn9WVSEyfFrs0yw6ehGXTjGoqcuEVe6ghWinI9tsJlKCvLriXBj +TnnEt1u9ol2x8kECK62pOqPseQrsXzrj/e+APK00mxqriCZ7VqKChh/rNYmDf1+u +KU49tm7srsHwJ5uu4/Ts765/94Y9cnrrpftZTqfrlYwiOXnhLQiPzLyRuEH3FMEj +qcOtmkVEs7LXLM3GKeJQEK5cy4KOFxg2fZfmiJqwTTQJ9Cy5WmYqsBebnh52nUpm +MUHfP/vFBu8btn4aRjb3ZGM74zkYI+dndRTVdVeSN72+ahsmUPI2JgaQxXABZG12 +ZuGR224HwGGALrIuL4xwp9E7PLOR5G62xDtw8mySlwnNR30YwPO7ng/Wi64HtloP +zgsMR6flPri9fcebNaBhlzpBdRfMK5Z3KpIhHtmVdiBnaM8Nvd/WHwlqmuLMc3Gk +L30SgLdTMEZeS1SZD2fJpcjyIMGC7J0R38IC+xo70e0gmu9lZJIQDSri3nDxGGeC +jGHeuLzRL5z7D9Ar7Rt2ueQ5Vfj4oR24qoAATILnsn8JuLwwoC8N9VKejveSswoA +HQBUlwbgsQfZxw9cZX08bVlX5O2ljelAU58VS6Bx9hoh49pwBiFYFIeFd3mqgnkC +AwEAAaNCMEAwHQYDVR0OBBYEFOLJQJ9NzuiaoXzPDj9lxSmIahlRMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQDRSVfg +p8xoWLoBDysZzY2wYUWsEe1jUGn4H3++Fo/9nesLqjJHdtJnJO29fDMylyrHBYZm +DRd9FBUb1Ov9H5r2XpdptxolpAqzkT9fNqyL7FeoPueBihhXOYV0GkLH6VsTX4/5 +COmSdI31R9KrO9b7eGZONn356ZLpBN79SWP8bfsUcZNnL0dKt7n/HipzcEYwv1ry +L3ml4Y0M2fmyYzeMN2WFcGpcWwlyua1jPLHd+PwyvzeG5LuOmCd+uh8W4XAR8gPf +JWIyJyYYMoSf/wA6E7qaTfRPuBRwIrHKK5DOKcFw9C+df/KQHtZa37dG/OaG+svg +IHZ6uqbL9XzeYqWxi+7egmaKTjowHz+Ay60nugxe19CxVsp3cbK1daFQqUBDF8Io +2c9Si1vIY9RCPqAzekYu9wogRlR+ak8x8YF+QnQ4ZXMn7sZ8uI7XpTrXmKGcjBBV +09tL7ECQ8s1uV9JiDnxXk7Gnbc2dg7sq5+W2O3FYrf3RRbxake5TFW/TRQl1brqQ +XR4EzzffHqhmsYzmIGrv/EhOdJhCrylvLmrH+33RZjEizIYAfmaDDEL0vTSSwxrq +T8p+ck0LcIymSLumoRT2+1hEmRSuqguTaaApJUqlyyvdimYHFngVV3Eb7PVHhPOe +MTd61X8kreS8/f3MboPoDKi3QWwH3b08hpcv0g== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority RSA O=SSL Corporation +# Label: "SSL.com Root Certification Authority RSA" +# Serial: 8875640296558310041 +# MD5 Fingerprint: 86:69:12:c0:70:f1:ec:ac:ac:c2:d5:bc:a5:5b:a1:29 +# SHA1 Fingerprint: b7:ab:33:08:d1:ea:44:77:ba:14:80:12:5a:6f:bd:a9:36:49:0c:bb +# SHA256 Fingerprint: 85:66:6a:56:2e:e0:be:5c:e9:25:c1:d8:89:0a:6f:76:a8:7e:c1:6d:4d:7d:5f:29:ea:74:19:cf:20:12:3b:69 +-----BEGIN CERTIFICATE----- +MIIF3TCCA8WgAwIBAgIIeyyb0xaAMpkwDQYJKoZIhvcNAQELBQAwfDELMAkGA1UE +BhMCVVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQK +DA9TU0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBSU0EwHhcNMTYwMjEyMTczOTM5WhcNNDEwMjEyMTcz +OTM5WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNv +bSBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IFJTQTCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAPkP3aMrfcvQKv7sZ4Wm5y4bunfh4/WvpOz6Sl2R +xFdHaxh3a3by/ZPkPQ/CFp4LZsNWlJ4Xg4XOVu/yFv0AYvUiCVToZRdOQbngT0aX +qhvIuG5iXmmxX9sqAn78bMrzQdjt0Oj8P2FI7bADFB0QDksZ4LtO7IZl/zbzXmcC +C52GVWH9ejjt/uIZALdvoVBidXQ8oPrIJZK0bnoix/geoeOy3ZExqysdBP+lSgQ3 +6YWkMyv94tZVNHwZpEpox7Ko07fKoZOI68GXvIz5HdkihCR0xwQ9aqkpk8zruFvh +/l8lqjRYyMEjVJ0bmBHDOJx+PYZspQ9AhnwC9FwCTyjLrnGfDzrIM/4RJTXq/LrF +YD3ZfBjVsqnTdXgDciLKOsMf7yzlLqn6niy2UUb9rwPW6mBo6oUWNmuF6R7As93E +JNyAKoFBbZQ+yODJgUEAnl6/f8UImKIYLEJAs/lvOCdLToD0PYFH4Ih86hzOtXVc +US4cK38acijnALXRdMbX5J+tB5O2UzU1/Dfkw/ZdFr4hc96SCvigY2q8lpJqPvi8 +ZVWb3vUNiSYE/CUapiVpy8JtynziWV+XrOvvLsi81xtZPCvM8hnIk2snYxnP/Okm ++Mpxm3+T/jRnhE6Z6/yzeAkzcLpmpnbtG3PrGqUNxCITIJRWCk4sbE6x/c+cCbqi +M+2HAgMBAAGjYzBhMB0GA1UdDgQWBBTdBAkHovV6fVJTEpKV7jiAJQ2mWTAPBgNV +HRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFN0ECQei9Xp9UlMSkpXuOIAlDaZZMA4G +A1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAIBgRlCn7Jp0cHh5wYfGV +cpNxJK1ok1iOMq8bs3AD/CUrdIWQPXhq9LmLpZc7tRiRux6n+UBbkflVma8eEdBc +Hadm47GUBwwyOabqG7B52B2ccETjit3E+ZUfijhDPwGFpUenPUayvOUiaPd7nNgs +PgohyC0zrL/FgZkxdMF1ccW+sfAjRfSda/wZY52jvATGGAslu1OJD7OAUN5F7kR/ +q5R4ZJjT9ijdh9hwZXT7DrkT66cPYakylszeu+1jTBi7qUD3oFRuIIhxdRjqerQ0 +cuAjJ3dctpDqhiVAq+8zD8ufgr6iIPv2tS0a5sKFsXQP+8hlAqRSAUfdSSLBv9jr +a6x+3uxjMxW3IwiPxg+NQVrdjsW5j+VFP3jbutIbQLH+cU0/4IGiul607BXgk90I +H37hVZkLId6Tngr75qNJvTYw/ud3sqB1l7UtgYgXZSD32pAAn8lSzDLKNXz1PQ/Y +K9f1JmzJBjSWFupwWRoyeXkLtoh/D1JIPb9s2KJELtFOt3JY04kTlf5Eq/jXixtu +nLwsoFvVagCvXzfh1foQC5ichucmj87w7G6KVwuA406ywKBjYZC6VWg3dGq2ktuf +oYYitmUnDuy2n0Jg5GfCtdpBC8TTi2EbvPofkSvXRAdeuims2cXp71NIWuuA8ShY +Ic2wBlX7Jz9TkHCpBB5XJ7k= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com Root Certification Authority ECC" +# Serial: 8495723813297216424 +# MD5 Fingerprint: 2e:da:e4:39:7f:9c:8f:37:d1:70:9f:26:17:51:3a:8e +# SHA1 Fingerprint: c3:19:7c:39:24:e6:54:af:1b:c4:ab:20:95:7a:e2:c3:0e:13:02:6a +# SHA256 Fingerprint: 34:17:bb:06:cc:60:07:da:1b:96:1c:92:0b:8a:b4:ce:3f:ad:82:0e:4a:a3:0b:9a:cb:c4:a7:4e:bd:ce:bc:65 +-----BEGIN CERTIFICATE----- +MIICjTCCAhSgAwIBAgIIdebfy8FoW6gwCgYIKoZIzj0EAwIwfDELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xMTAvBgNVBAMMKFNTTC5jb20gUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNDAzWhcNNDEwMjEyMTgxNDAz +WjB8MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hvdXN0 +b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjExMC8GA1UEAwwoU1NMLmNvbSBS +b290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABEVuqVDEpiM2nl8ojRfLliJkP9x6jh3MCLOicSS6jkm5BBtHllirLZXI +7Z4INcgn64mMU1jrYor+8FsPazFSY0E7ic3s7LaNGdM0B9y7xgZ/wkWV7Mt/qCPg +CemB+vNH06NjMGEwHQYDVR0OBBYEFILRhXMw5zUE044CkvvlpNHEIejNMA8GA1Ud +EwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUgtGFczDnNQTTjgKS++Wk0cQh6M0wDgYD +VR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2cAMGQCMG/n61kRpGDPYbCWe+0F+S8T +kdzt5fxQaxFGRrMcIQBiu77D5+jNB5n5DQtdcj7EqgIwH7y6C+IwJPt8bYBVCpk+ +gA0z5Wajs6O7pdWLjwkspl1+4vAHCGht0nxpbl/f5Wpl +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority RSA R2 O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority RSA R2" +# Serial: 6248227494352943350 +# MD5 Fingerprint: e1:1e:31:58:1a:ae:54:53:02:f6:17:6a:11:7b:4d:95 +# SHA1 Fingerprint: 74:3a:f0:52:9b:d0:32:a0:f4:4a:83:cd:d4:ba:a9:7b:7c:2e:c4:9a +# SHA256 Fingerprint: 2e:7b:f1:6c:c2:24:85:a7:bb:e2:aa:86:96:75:07:61:b0:ae:39:be:3b:2f:e9:d0:cc:6d:4e:f7:34:91:42:5c +-----BEGIN CERTIFICATE----- +MIIF6zCCA9OgAwIBAgIIVrYpzTS8ePYwDQYJKoZIhvcNAQELBQAwgYIxCzAJBgNV +BAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4GA1UEBwwHSG91c3RvbjEYMBYGA1UE +CgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQDDC5TU0wuY29tIEVWIFJvb3QgQ2Vy +dGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIyMB4XDTE3MDUzMTE4MTQzN1oXDTQy +MDUzMDE4MTQzN1owgYIxCzAJBgNVBAYTAlVTMQ4wDAYDVQQIDAVUZXhhczEQMA4G +A1UEBwwHSG91c3RvbjEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMTcwNQYDVQQD +DC5TU0wuY29tIEVWIFJvb3QgQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkgUlNBIFIy +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAjzZlQOHWTcDXtOlG2mvq +M0fNTPl9fb69LT3w23jhhqXZuglXaO1XPqDQCEGD5yhBJB/jchXQARr7XnAjssuf +OePPxU7Gkm0mxnu7s9onnQqG6YE3Bf7wcXHswxzpY6IXFJ3vG2fThVUCAtZJycxa +4bH3bzKfydQ7iEGonL3Lq9ttewkfokxykNorCPzPPFTOZw+oz12WGQvE43LrrdF9 +HSfvkusQv1vrO6/PgN3B0pYEW3p+pKk8OHakYo6gOV7qd89dAFmPZiw+B6KjBSYR +aZfqhbcPlgtLyEDhULouisv3D5oi53+aNxPN8k0TayHRwMwi8qFG9kRpnMphNQcA +b9ZhCBHqurj26bNg5U257J8UZslXWNvNh2n4ioYSA0e/ZhN2rHd9NCSFg83XqpyQ +Gp8hLH94t2S42Oim9HizVcuE0jLEeK6jj2HdzghTreyI/BXkmg3mnxp3zkyPuBQV +PWKchjgGAGYS5Fl2WlPAApiiECtoRHuOec4zSnaqW4EWG7WK2NAAe15itAnWhmMO +pgWVSbooi4iTsjQc2KRVbrcc0N6ZVTsj9CLg+SlmJuwgUHfbSguPvuUCYHBBXtSu +UDkiFCbLsjtzdFVHB3mBOagwE0TlBIqulhMlQg+5U8Sb/M3kHN48+qvWBkofZ6aY +MBzdLNvcGJVXZsb/XItW9XcCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNV +HSMEGDAWgBT5YLvU49U09rj1BoAlp3PbRmmonjAdBgNVHQ4EFgQU+WC71OPVNPa4 +9QaAJadz20ZpqJ4wDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEBCwUAA4ICAQBW +s47LCp1Jjr+kxJG7ZhcFUZh1++VQLHqe8RT6q9OKPv+RKY9ji9i0qVQBDb6Thi/5 +Sm3HXvVX+cpVHBK+Rw82xd9qt9t1wkclf7nxY/hoLVUE0fKNsKTPvDxeH3jnpaAg +cLAExbf3cqfeIg29MyVGjGSSJuM+LmOW2puMPfgYCdcDzH2GguDKBAdRUNf/ktUM +79qGn5nX67evaOI5JpS6aLe/g9Pqemc9YmeuJeVy6OLk7K4S9ksrPJ/psEDzOFSz +/bdoyNrGj1E8svuR3Bznm53htw1yj+KkxKl4+esUrMZDBcJlOSgYAsOCsp0FvmXt +ll9ldDz7CTUue5wT/RsPXcdtgTpWD8w74a8CLyKsRspGPKAcTNZEtF4uXBVmCeEm +Kf7GUmG6sXP/wwyc5WxqlD8UykAWlYTzWamsX0xhk23RO8yilQwipmdnRC652dKK +QbNmC1r7fSOl8hqw/96bg5Qu0T/fkreRrwU7ZcegbLHNYhLDkBvjJc40vG93drEQ +w/cFGsDWr3RiSBd3kmmQYRzelYB0VI8YHMPzA9C/pEN1hlMYegouCRw2n5H9gooi +S9EOUCXdywMMF8mDAAhONU2Ki+3wApRmLER/y5UnlhetCTCstnEXbosX9hwJ1C07 +mKVx01QT2WDz9UtmT/rx7iASjbSsV7FFY6GsdqnC+w== +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Subject: CN=SSL.com EV Root Certification Authority ECC O=SSL Corporation +# Label: "SSL.com EV Root Certification Authority ECC" +# Serial: 3182246526754555285 +# MD5 Fingerprint: 59:53:22:65:83:42:01:54:c0:ce:42:b9:5a:7c:f2:90 +# SHA1 Fingerprint: 4c:dd:51:a3:d1:f5:20:32:14:b0:c6:c5:32:23:03:91:c7:46:42:6d +# SHA256 Fingerprint: 22:a2:c1:f7:bd:ed:70:4c:c1:e7:01:b5:f4:08:c3:10:88:0f:e9:56:b5:de:2a:4a:44:f9:9c:87:3a:25:a7:c8 +-----BEGIN CERTIFICATE----- +MIIClDCCAhqgAwIBAgIILCmcWxbtBZUwCgYIKoZIzj0EAwIwfzELMAkGA1UEBhMC +VVMxDjAMBgNVBAgMBVRleGFzMRAwDgYDVQQHDAdIb3VzdG9uMRgwFgYDVQQKDA9T +U0wgQ29ycG9yYXRpb24xNDAyBgNVBAMMK1NTTC5jb20gRVYgUm9vdCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eSBFQ0MwHhcNMTYwMjEyMTgxNTIzWhcNNDEwMjEyMTgx +NTIzWjB/MQswCQYDVQQGEwJVUzEOMAwGA1UECAwFVGV4YXMxEDAOBgNVBAcMB0hv +dXN0b24xGDAWBgNVBAoMD1NTTCBDb3Jwb3JhdGlvbjE0MDIGA1UEAwwrU1NMLmNv +bSBFViBSb290IENlcnRpZmljYXRpb24gQXV0aG9yaXR5IEVDQzB2MBAGByqGSM49 +AgEGBSuBBAAiA2IABKoSR5CYG/vvw0AHgyBO8TCCogbR8pKGYfL2IWjKAMTH6kMA +VIbc/R/fALhBYlzccBYy3h+Z1MzFB8gIH2EWB1E9fVwHU+M1OIzfzZ/ZLg1Kthku +WnBaBu2+8KGwytAJKaNjMGEwHQYDVR0OBBYEFFvKXuXe0oGqzagtZFG22XKbl+ZP +MA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUW8pe5d7SgarNqC1kUbbZcpuX +5k8wDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMCA2gAMGUCMQCK5kCJN+vp1RPZ +ytRrJPOwPYdGWBrssd9v+1a6cGvHOMzosYxPD/fxZ3YOg9AeUY8CMD32IygmTMZg +h5Mmm7I1HrrW9zzRHM76JTymGoEVW/MSD2zuZYrJh6j5B+BimoxcSg== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign Root CA - R6 +# Label: "GlobalSign Root CA - R6" +# Serial: 1417766617973444989252670301619537 +# MD5 Fingerprint: 4f:dd:07:e4:d4:22:64:39:1e:0c:37:42:ea:d1:c6:ae +# SHA1 Fingerprint: 80:94:64:0e:b5:a7:a1:ca:11:9c:1f:dd:d5:9f:81:02:63:a7:fb:d1 +# SHA256 Fingerprint: 2c:ab:ea:fe:37:d0:6c:a2:2a:ba:73:91:c0:03:3d:25:98:29:52:c4:53:64:73:49:76:3a:3a:b5:ad:6c:cf:69 +-----BEGIN CERTIFICATE----- +MIIFgzCCA2ugAwIBAgIORea7A4Mzw4VlSOb/RVEwDQYJKoZIhvcNAQEMBQAwTDEg +MB4GA1UECxMXR2xvYmFsU2lnbiBSb290IENBIC0gUjYxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTQxMjEwMDAwMDAwWhcNMzQx +MjEwMDAwMDAwWjBMMSAwHgYDVQQLExdHbG9iYWxTaWduIFJvb3QgQ0EgLSBSNjET +MBEGA1UEChMKR2xvYmFsU2lnbjETMBEGA1UEAxMKR2xvYmFsU2lnbjCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAJUH6HPKZvnsFMp7PPcNCPG0RQssgrRI +xutbPK6DuEGSMxSkb3/pKszGsIhrxbaJ0cay/xTOURQh7ErdG1rG1ofuTToVBu1k +ZguSgMpE3nOUTvOniX9PeGMIyBJQbUJmL025eShNUhqKGoC3GYEOfsSKvGRMIRxD +aNc9PIrFsmbVkJq3MQbFvuJtMgamHvm566qjuL++gmNQ0PAYid/kD3n16qIfKtJw +LnvnvJO7bVPiSHyMEAc4/2ayd2F+4OqMPKq0pPbzlUoSB239jLKJz9CgYXfIWHSw +1CM69106yqLbnQneXUQtkPGBzVeS+n68UARjNN9rkxi+azayOeSsJDa38O+2HBNX +k7besvjihbdzorg1qkXy4J02oW9UivFyVm4uiMVRQkQVlO6jxTiWm05OWgtH8wY2 +SXcwvHE35absIQh1/OZhFj931dmRl4QKbNQCTXTAFO39OfuD8l4UoQSwC+n+7o/h +bguyCLNhZglqsQY6ZZZZwPA1/cnaKI0aEYdwgQqomnUdnjqGBQCe24DWJfncBZ4n +WUx2OVvq+aWh2IMP0f/fMBH5hc8zSPXKbWQULHpYT9NLCEnFlWQaYw55PfWzjMpY +rZxCRXluDocZXFSxZba/jJvcE+kNb7gu3GduyYsRtYQUigAZcIN5kZeR1Bonvzce +MgfYFGM8KEyvAgMBAAGjYzBhMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMBAf8EBTAD +AQH/MB0GA1UdDgQWBBSubAWjkxPioufi1xzWx/B/yGdToDAfBgNVHSMEGDAWgBSu +bAWjkxPioufi1xzWx/B/yGdToDANBgkqhkiG9w0BAQwFAAOCAgEAgyXt6NH9lVLN +nsAEoJFp5lzQhN7craJP6Ed41mWYqVuoPId8AorRbrcWc+ZfwFSY1XS+wc3iEZGt +Ixg93eFyRJa0lV7Ae46ZeBZDE1ZXs6KzO7V33EByrKPrmzU+sQghoefEQzd5Mr61 +55wsTLxDKZmOMNOsIeDjHfrYBzN2VAAiKrlNIC5waNrlU/yDXNOd8v9EDERm8tLj +vUYAGm0CuiVdjaExUd1URhxN25mW7xocBFymFe944Hn+Xds+qkxV/ZoVqW/hpvvf +cDDpw+5CRu3CkwWJ+n1jez/QcYF8AOiYrg54NMMl+68KnyBr3TsTjxKM4kEaSHpz +oHdpx7Zcf4LIHv5YGygrqGytXm3ABdJ7t+uA/iU3/gKbaKxCXcPu9czc8FB10jZp +nOZ7BN9uBmm23goJSFmH63sUYHpkqmlD75HHTOwY3WzvUy2MmeFe8nI+z1TIvWfs +pA9MRf/TuTAjB0yPEL+GltmZWrSZVxykzLsViVO6LAUP5MSeGbEYNNVMnbrt9x+v +JJUEeKgDu+6B5dpffItKoZB0JaezPkvILFa9x8jvOOJckvB595yEunQtYQEgfn7R +8k8HWV+LLUNS60YMlOH1Zkd5d9VUWx+tJDfLRVpOoERIyNiwmcUVhAn21klJwGW4 +5hpxbqCo8YLoRT5s1gLXCmeDBVrJpBA= +-----END CERTIFICATE----- + +# Issuer: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Subject: CN=OISTE WISeKey Global Root GC CA O=WISeKey OU=OISTE Foundation Endorsed +# Label: "OISTE WISeKey Global Root GC CA" +# Serial: 44084345621038548146064804565436152554 +# MD5 Fingerprint: a9:d6:b9:2d:2f:93:64:f8:a5:69:ca:91:e9:68:07:23 +# SHA1 Fingerprint: e0:11:84:5e:34:de:be:88:81:b9:9c:f6:16:26:d1:96:1f:c3:b9:31 +# SHA256 Fingerprint: 85:60:f9:1c:36:24:da:ba:95:70:b5:fe:a0:db:e3:6f:f1:1a:83:23:be:94:86:85:4f:b3:f3:4a:55:71:19:8d +-----BEGIN CERTIFICATE----- +MIICaTCCAe+gAwIBAgIQISpWDK7aDKtARb8roi066jAKBggqhkjOPQQDAzBtMQsw +CQYDVQQGEwJDSDEQMA4GA1UEChMHV0lTZUtleTEiMCAGA1UECxMZT0lTVEUgRm91 +bmRhdGlvbiBFbmRvcnNlZDEoMCYGA1UEAxMfT0lTVEUgV0lTZUtleSBHbG9iYWwg +Um9vdCBHQyBDQTAeFw0xNzA1MDkwOTQ4MzRaFw00MjA1MDkwOTU4MzNaMG0xCzAJ +BgNVBAYTAkNIMRAwDgYDVQQKEwdXSVNlS2V5MSIwIAYDVQQLExlPSVNURSBGb3Vu +ZGF0aW9uIEVuZG9yc2VkMSgwJgYDVQQDEx9PSVNURSBXSVNlS2V5IEdsb2JhbCBS +b290IEdDIENBMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAETOlQwMYPchi82PG6s4ni +eUqjFqdrVCTbUf/q9Akkwwsin8tqJ4KBDdLArzHkdIJuyiXZjHWd8dvQmqJLIX4W +p2OQ0jnUsYd4XxiWD1AbNTcPasbc2RNNpI6QN+a9WzGRo1QwUjAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUSIcUrOPDnpBgOtfKie7T +rYy0UGYwEAYJKwYBBAGCNxUBBAMCAQAwCgYIKoZIzj0EAwMDaAAwZQIwJsdpW9zV +57LnyAyMjMPdeYwbY9XJUpROTYJKcx6ygISpJcBMWm1JKWB4E+J+SOtkAjEA2zQg +Mgj/mkkCtojeFK9dbJlxjRo/i9fgojaGHAeCOnZT/cKi7e97sIBPWA9LUzm9 +-----END CERTIFICATE----- + +# Issuer: CN=UCA Global G2 Root O=UniTrust +# Subject: CN=UCA Global G2 Root O=UniTrust +# Label: "UCA Global G2 Root" +# Serial: 124779693093741543919145257850076631279 +# MD5 Fingerprint: 80:fe:f0:c4:4a:f0:5c:62:32:9f:1c:ba:78:a9:50:f8 +# SHA1 Fingerprint: 28:f9:78:16:19:7a:ff:18:25:18:aa:44:fe:c1:a0:ce:5c:b6:4c:8a +# SHA256 Fingerprint: 9b:ea:11:c9:76:fe:01:47:64:c1:be:56:a6:f9:14:b5:a5:60:31:7a:bd:99:88:39:33:82:e5:16:1a:a0:49:3c +-----BEGIN CERTIFICATE----- +MIIFRjCCAy6gAwIBAgIQXd+x2lqj7V2+WmUgZQOQ7zANBgkqhkiG9w0BAQsFADA9 +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxGzAZBgNVBAMMElVDQSBH +bG9iYWwgRzIgUm9vdDAeFw0xNjAzMTEwMDAwMDBaFw00MDEyMzEwMDAwMDBaMD0x +CzAJBgNVBAYTAkNOMREwDwYDVQQKDAhVbmlUcnVzdDEbMBkGA1UEAwwSVUNBIEds +b2JhbCBHMiBSb290MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAxeYr +b3zvJgUno4Ek2m/LAfmZmqkywiKHYUGRO8vDaBsGxUypK8FnFyIdK+35KYmToni9 +kmugow2ifsqTs6bRjDXVdfkX9s9FxeV67HeToI8jrg4aA3++1NDtLnurRiNb/yzm +VHqUwCoV8MmNsHo7JOHXaOIxPAYzRrZUEaalLyJUKlgNAQLx+hVRZ2zA+te2G3/R +VogvGjqNO7uCEeBHANBSh6v7hn4PJGtAnTRnvI3HLYZveT6OqTwXS3+wmeOwcWDc +C/Vkw85DvG1xudLeJ1uK6NjGruFZfc8oLTW4lVYa8bJYS7cSN8h8s+1LgOGN+jIj +tm+3SJUIsUROhYw6AlQgL9+/V087OpAh18EmNVQg7Mc/R+zvWr9LesGtOxdQXGLY +D0tK3Cv6brxzks3sx1DoQZbXqX5t2Okdj4q1uViSukqSKwxW/YDrCPBeKW4bHAyv +j5OJrdu9o54hyokZ7N+1wxrrFv54NkzWbtA+FxyQF2smuvt6L78RHBgOLXMDj6Dl +NaBa4kx1HXHhOThTeEDMg5PXCp6dW4+K5OXgSORIskfNTip1KnvyIvbJvgmRlld6 +iIis7nCs+dwp4wwcOxJORNanTrAmyPPZGpeRaOrvjUYG0lZFWJo8DA+DuAUlwznP +O6Q0ibd5Ei9Hxeepl2n8pndntd978XplFeRhVmUCAwEAAaNCMEAwDgYDVR0PAQH/ +BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFIHEjMz15DD/pQwIX4wV +ZyF0Ad/fMA0GCSqGSIb3DQEBCwUAA4ICAQATZSL1jiutROTL/7lo5sOASD0Ee/oj +L3rtNtqyzm325p7lX1iPyzcyochltq44PTUbPrw7tgTQvPlJ9Zv3hcU2tsu8+Mg5 +1eRfB70VVJd0ysrtT7q6ZHafgbiERUlMjW+i67HM0cOU2kTC5uLqGOiiHycFutfl +1qnN3e92mI0ADs0b+gO3joBYDic/UvuUospeZcnWhNq5NXHzJsBPd+aBJ9J3O5oU +b3n09tDh05S60FdRvScFDcH9yBIw7m+NESsIndTUv4BFFJqIRNow6rSn4+7vW4LV +PtateJLbXDzz2K36uGt/xDYotgIVilQsnLAXc47QN6MUPJiVAAwpBVueSUmxX8fj +y88nZY41F7dXyDDZQVu5FLbowg+UMaeUmMxq67XhJ/UQqAHojhJi6IjMtX9Gl8Cb +EGY4GjZGXyJoPd/JxhMnq1MGrKI8hgZlb7F+sSlEmqO6SWkoaY/X5V+tBIZkbxqg +DMUIYs6Ao9Dz7GjevjPHF1t/gMRMTLGmhIrDO7gJzRSBuhjjVFc2/tsvfEehOjPI ++Vg7RE+xygKJBJYoaMVLuCaJu9YzL1DV/pqJuhgyklTGW+Cd+V7lDSKb9triyCGy +YiGqhkCyLmTTX8jjfhFnRR8F/uOi77Oos/N9j/gMHyIfLXC0uAE0djAA5SN4p1bX +UB+K+wb1whnw0A== +-----END CERTIFICATE----- + +# Issuer: CN=UCA Extended Validation Root O=UniTrust +# Subject: CN=UCA Extended Validation Root O=UniTrust +# Label: "UCA Extended Validation Root" +# Serial: 106100277556486529736699587978573607008 +# MD5 Fingerprint: a1:f3:5f:43:c6:34:9b:da:bf:8c:7e:05:53:ad:96:e2 +# SHA1 Fingerprint: a3:a1:b0:6f:24:61:23:4a:e3:36:a5:c2:37:fc:a6:ff:dd:f0:d7:3a +# SHA256 Fingerprint: d4:3a:f9:b3:54:73:75:5c:96:84:fc:06:d7:d8:cb:70:ee:5c:28:e7:73:fb:29:4e:b4:1e:e7:17:22:92:4d:24 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgIQT9Irj/VkyDOeTzRYZiNwYDANBgkqhkiG9w0BAQsFADBH +MQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNVBAMMHFVDQSBF +eHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwHhcNMTUwMzEzMDAwMDAwWhcNMzgxMjMx +MDAwMDAwWjBHMQswCQYDVQQGEwJDTjERMA8GA1UECgwIVW5pVHJ1c3QxJTAjBgNV +BAMMHFVDQSBFeHRlbmRlZCBWYWxpZGF0aW9uIFJvb3QwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCpCQcoEwKwmeBkqh5DFnpzsZGgdT6o+uM4AHrsiWog +D4vFsJszA1qGxliG1cGFu0/GnEBNyr7uaZa4rYEwmnySBesFK5pI0Lh2PpbIILvS +sPGP2KxFRv+qZ2C0d35qHzwaUnoEPQc8hQ2E0B92CvdqFN9y4zR8V05WAT558aop +O2z6+I9tTcg1367r3CTueUWnhbYFiN6IXSV8l2RnCdm/WhUFhvMJHuxYMjMR83dk +sHYf5BA1FxvyDrFspCqjc/wJHx4yGVMR59mzLC52LqGj3n5qiAno8geK+LLNEOfi +c0CTuwjRP+H8C5SzJe98ptfRr5//lpr1kXuYC3fUfugH0mK1lTnj8/FtDw5lhIpj +VMWAtuCeS31HJqcBCF3RiJ7XwzJE+oJKCmhUfzhTA8ykADNkUVkLo4KRel7sFsLz +KuZi2irbWWIQJUoqgQtHB0MGcIfS+pMRKXpITeuUx3BNr2fVUbGAIAEBtHoIppB/ +TuDvB0GHr2qlXov7z1CymlSvw4m6WC31MJixNnI5fkkE/SmnTHnkBVfblLkWU41G +sx2VYVdWf6/wFlthWG82UBEL2KwrlRYaDh8IzTY0ZRBiZtWAXxQgXy0MoHgKaNYs +1+lvK9JKBZP8nm9rZ/+I8U6laUpSNwXqxhaN0sSZ0YIrO7o1dfdRUVjzyAfd5LQD +fwIDAQABo0IwQDAdBgNVHQ4EFgQU2XQ65DA9DfcS3H5aBZ8eNJr34RQwDwYDVR0T +AQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwDQYJKoZIhvcNAQELBQADggIBADaN +l8xCFWQpN5smLNb7rhVpLGsaGvdftvkHTFnq88nIua7Mui563MD1sC3AO6+fcAUR +ap8lTwEpcOPlDOHqWnzcSbvBHiqB9RZLcpHIojG5qtr8nR/zXUACE/xOHAbKsxSQ +VBcZEhrxH9cMaVr2cXj0lH2RC47skFSOvG+hTKv8dGT9cZr4QQehzZHkPJrgmzI5 +c6sq1WnIeJEmMX3ixzDx/BR4dxIOE/TdFpS/S2d7cFOFyrC78zhNLJA5wA3CXWvp +4uXViI3WLL+rG761KIcSF3Ru/H38j9CHJrAb+7lsq+KePRXBOy5nAliRn+/4Qh8s +t2j1da3Ptfb/EX3C8CSlrdP6oDyp+l3cpaDvRKS+1ujl5BOWF3sGPjLtx7dCvHaj +2GU4Kzg1USEODm8uNBNA4StnDG1KQTAYI1oyVZnJF+A83vbsea0rWBmirSwiGpWO +vpaQXUJXxPkUAzUrHC1RVwinOt4/5Mi0A3PCwSaAuwtCH60NryZy2sy+s6ODWA2C +xR9GUeOcGMyNm43sSet1UNWMKFnKdDTajAshqx7qG+XH/RU+wBeq+yNuJkbL+vmx +cmtpzyKEC2IPrNkZAJSidjzULZrtBJ4tBmIQN1IchXIbJ+XMxjHsN+xjWZsLHXbM +fjKaiJUINlK73nZfdklJrX+9ZSCyycErdhh2n1ax +-----END CERTIFICATE----- + +# Issuer: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Subject: CN=Certigna Root CA O=Dhimyotis OU=0002 48146308100036 +# Label: "Certigna Root CA" +# Serial: 269714418870597844693661054334862075617 +# MD5 Fingerprint: 0e:5c:30:62:27:eb:5b:bc:d7:ae:62:ba:e9:d5:df:77 +# SHA1 Fingerprint: 2d:0d:52:14:ff:9e:ad:99:24:01:74:20:47:6e:6c:85:27:27:f5:43 +# SHA256 Fingerprint: d4:8d:3d:23:ee:db:50:a4:59:e5:51:97:60:1c:27:77:4b:9d:7b:18:c9:4d:5a:05:95:11:a1:02:50:b9:31:68 +-----BEGIN CERTIFICATE----- +MIIGWzCCBEOgAwIBAgIRAMrpG4nxVQMNo+ZBbcTjpuEwDQYJKoZIhvcNAQELBQAw +WjELMAkGA1UEBhMCRlIxEjAQBgNVBAoMCURoaW15b3RpczEcMBoGA1UECwwTMDAw +MiA0ODE0NjMwODEwMDAzNjEZMBcGA1UEAwwQQ2VydGlnbmEgUm9vdCBDQTAeFw0x +MzEwMDEwODMyMjdaFw0zMzEwMDEwODMyMjdaMFoxCzAJBgNVBAYTAkZSMRIwEAYD +VQQKDAlEaGlteW90aXMxHDAaBgNVBAsMEzAwMDIgNDgxNDYzMDgxMDAwMzYxGTAX +BgNVBAMMEENlcnRpZ25hIFJvb3QgQ0EwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAw +ggIKAoICAQDNGDllGlmx6mQWDoyUJJV8g9PFOSbcDO8WV43X2KyjQn+Cyu3NW9sO +ty3tRQgXstmzy9YXUnIo245Onoq2C/mehJpNdt4iKVzSs9IGPjA5qXSjklYcoW9M +CiBtnyN6tMbaLOQdLNyzKNAT8kxOAkmhVECe5uUFoC2EyP+YbNDrihqECB63aCPu +I9Vwzm1RaRDuoXrC0SIxwoKF0vJVdlB8JXrJhFwLrN1CTivngqIkicuQstDuI7pm +TLtipPlTWmR7fJj6o0ieD5Wupxj0auwuA0Wv8HT4Ks16XdG+RCYyKfHx9WzMfgIh +C59vpD++nVPiz32pLHxYGpfhPTc3GGYo0kDFUYqMwy3OU4gkWGQwFsWq4NYKpkDf +ePb1BHxpE4S80dGnBs8B92jAqFe7OmGtBIyT46388NtEbVncSVmurJqZNjBBe3Yz +IoejwpKGbvlw7q6Hh5UbxHq9MfPU0uWZ/75I7HX1eBYdpnDBfzwboZL7z8g81sWT +Co/1VTp2lc5ZmIoJlXcymoO6LAQ6l73UL77XbJuiyn1tJslV1c/DeVIICZkHJC1k +JWumIWmbat10TWuXekG9qxf5kBdIjzb5LdXF2+6qhUVB+s06RbFo5jZMm5BX7CO5 +hwjCxAnxl4YqKE3idMDaxIzb3+KhF1nOJFl0Mdp//TBt2dzhauH8XwIDAQABo4IB +GjCCARYwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYDVR0OBBYE +FBiHVuBud+4kNTxOc5of1uHieX4rMB8GA1UdIwQYMBaAFBiHVuBud+4kNTxOc5of +1uHieX4rMEQGA1UdIAQ9MDswOQYEVR0gADAxMC8GCCsGAQUFBwIBFiNodHRwczov +L3d3d3cuY2VydGlnbmEuZnIvYXV0b3JpdGVzLzBtBgNVHR8EZjBkMC+gLaArhilo +dHRwOi8vY3JsLmNlcnRpZ25hLmZyL2NlcnRpZ25hcm9vdGNhLmNybDAxoC+gLYYr +aHR0cDovL2NybC5kaGlteW90aXMuY29tL2NlcnRpZ25hcm9vdGNhLmNybDANBgkq +hkiG9w0BAQsFAAOCAgEAlLieT/DjlQgi581oQfccVdV8AOItOoldaDgvUSILSo3L +6btdPrtcPbEo/uRTVRPPoZAbAh1fZkYJMyjhDSSXcNMQH+pkV5a7XdrnxIxPTGRG +HVyH41neQtGbqH6mid2PHMkwgu07nM3A6RngatgCdTer9zQoKJHyBApPNeNgJgH6 +0BGM+RFq7q89w1DTj18zeTyGqHNFkIwgtnJzFyO+B2XleJINugHA64wcZr+shncB +lA2c5uk5jR+mUYyZDDl34bSb+hxnV29qao6pK0xXeXpXIs/NX2NGjVxZOob4Mkdi +o2cNGJHc+6Zr9UhhcyNZjgKnvETq9Emd8VRY+WCv2hikLyhF3HqgiIZd8zvn/yk1 +gPxkQ5Tm4xxvvq0OKmOZK8l+hfZx6AYDlf7ej0gcWtSS6Cvu5zHbugRqh5jnxV/v +faci9wHYTfmJ0A6aBVmknpjZbyvKcL5kwlWj9Omvw5Ip3IgWJJk8jSaYtlu3zM63 +Nwf9JtmYhST/WSMDmu2dnajkXjjO11INb9I/bbEFa0nOipFGc/T2L/Coc3cOZayh +jWZSaX5LaAzHHjcng6WMxwLkFM1JAbBzs/3GkDpv0mztO+7skb6iQ12LAEpmJURw +3kAP+HwV96LOPNdeE4yBFxgX0b3xdxA61GU5wSesVywlVP+i2k+KYTlerj1KjL0= +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign Root CA - G1 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign Root CA - G1" +# Serial: 235931866688319308814040 +# MD5 Fingerprint: 9c:42:84:57:dd:cb:0b:a7:2e:95:ad:b6:f3:da:bc:ac +# SHA1 Fingerprint: 8a:c7:ad:8f:73:ac:4e:c1:b5:75:4d:a5:40:f4:fc:cf:7c:b5:8e:8c +# SHA256 Fingerprint: 40:f6:af:03:46:a9:9a:a1:cd:1d:55:5a:4e:9c:ce:62:c7:f9:63:46:03:ee:40:66:15:83:3d:c8:c8:d0:03:67 +-----BEGIN CERTIFICATE----- +MIIDlDCCAnygAwIBAgIKMfXkYgxsWO3W2DANBgkqhkiG9w0BAQsFADBnMQswCQYD +VQQGEwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBU +ZWNobm9sb2dpZXMgTGltaXRlZDEcMBoGA1UEAxMTZW1TaWduIFJvb3QgQ0EgLSBH +MTAeFw0xODAyMTgxODMwMDBaFw00MzAyMTgxODMwMDBaMGcxCzAJBgNVBAYTAklO +MRMwEQYDVQQLEwplbVNpZ24gUEtJMSUwIwYDVQQKExxlTXVkaHJhIFRlY2hub2xv +Z2llcyBMaW1pdGVkMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEcxMIIBIjAN +BgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAk0u76WaK7p1b1TST0Bsew+eeuGQz +f2N4aLTNLnF115sgxk0pvLZoYIr3IZpWNVrzdr3YzZr/k1ZLpVkGoZM0Kd0WNHVO +8oG0x5ZOrRkVUkr+PHB1cM2vK6sVmjM8qrOLqs1D/fXqcP/tzxE7lM5OMhbTI0Aq +d7OvPAEsbO2ZLIvZTmmYsvePQbAyeGHWDV/D+qJAkh1cF+ZwPjXnorfCYuKrpDhM +tTk1b+oDafo6VGiFbdbyL0NVHpENDtjVaqSW0RM8LHhQ6DqS0hdW5TUaQBw+jSzt +Od9C4INBdN+jzcKGYEho42kLVACL5HZpIQ15TjQIXhTCzLG3rdd8cIrHhQIDAQAB +o0IwQDAdBgNVHQ4EFgQU++8Nhp6w492pufEhF38+/PB3KxowDgYDVR0PAQH/BAQD +AgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQELBQADggEBAFn/8oz1h31x +PaOfG1vR2vjTnGs2vZupYeveFix0PZ7mddrXuqe8QhfnPZHr5X3dPpzxz5KsbEjM +wiI/aTvFthUvozXGaCocV685743QNcMYDHsAVhzNixl03r4PEuDQqqE/AjSxcM6d +GNYIAwlG7mDgfrbESQRRfXBgvKqy/3lyeqYdPV8q+Mri/Tm3R7nrft8EI6/6nAYH +6ftjk4BAtcZsCjEozgyfz7MjNYBBjWzEN3uBL4ChQEKF6dk4jeihU80Bv2noWgby +RQuQ+q7hv53yrlc8pa6yVvSLZUDp/TGBLPQ5Cdjua6e0ph0VpZj3AYHYhX3zUVxx +iN66zB+Afko= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Subject: CN=emSign ECC Root CA - G3 O=eMudhra Technologies Limited OU=emSign PKI +# Label: "emSign ECC Root CA - G3" +# Serial: 287880440101571086945156 +# MD5 Fingerprint: ce:0b:72:d1:9f:88:8e:d0:50:03:e8:e3:b8:8b:67:40 +# SHA1 Fingerprint: 30:43:fa:4f:f2:57:dc:a0:c3:80:ee:2e:58:ea:78:b2:3f:e6:bb:c1 +# SHA256 Fingerprint: 86:a1:ec:ba:08:9c:4a:8d:3b:be:27:34:c6:12:ba:34:1d:81:3e:04:3c:f9:e8:a8:62:cd:5c:57:a3:6b:be:6b +-----BEGIN CERTIFICATE----- +MIICTjCCAdOgAwIBAgIKPPYHqWhwDtqLhDAKBggqhkjOPQQDAzBrMQswCQYDVQQG +EwJJTjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNo +bm9sb2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0g +RzMwHhcNMTgwMjE4MTgzMDAwWhcNNDMwMjE4MTgzMDAwWjBrMQswCQYDVQQGEwJJ +TjETMBEGA1UECxMKZW1TaWduIFBLSTElMCMGA1UEChMcZU11ZGhyYSBUZWNobm9s +b2dpZXMgTGltaXRlZDEgMB4GA1UEAxMXZW1TaWduIEVDQyBSb290IENBIC0gRzMw +djAQBgcqhkjOPQIBBgUrgQQAIgNiAAQjpQy4LRL1KPOxst3iAhKAnjlfSU2fySU0 +WXTsuwYc58Byr+iuL+FBVIcUqEqy6HyC5ltqtdyzdc6LBtCGI79G1Y4PPwT01xyS +fvalY8L1X44uT6EYGQIrMgqCZH0Wk9GjQjBAMB0GA1UdDgQWBBR8XQKEE9TMipuB +zhccLikenEhjQjAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggq +hkjOPQQDAwNpADBmAjEAvvNhzwIQHWSVB7gYboiFBS+DCBeQyh+KTOgNG3qxrdWB +CUfvO6wIBHxcmbHtRwfSAjEAnbpV/KlK6O3t5nYBQnvI+GDZjVGLVTv7jHvrZQnD ++JbNR6iC8hZVdyR+EhCVBCyj +-----END CERTIFICATE----- + +# Issuer: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign Root CA - C1 O=eMudhra Inc OU=emSign PKI +# Label: "emSign Root CA - C1" +# Serial: 825510296613316004955058 +# MD5 Fingerprint: d8:e3:5d:01:21:fa:78:5a:b0:df:ba:d2:ee:2a:5f:68 +# SHA1 Fingerprint: e7:2e:f1:df:fc:b2:09:28:cf:5d:d4:d5:67:37:b1:51:cb:86:4f:01 +# SHA256 Fingerprint: 12:56:09:aa:30:1d:a0:a2:49:b9:7a:82:39:cb:6a:34:21:6f:44:dc:ac:9f:39:54:b1:42:92:f2:e8:c8:60:8f +-----BEGIN CERTIFICATE----- +MIIDczCCAlugAwIBAgILAK7PALrEzzL4Q7IwDQYJKoZIhvcNAQELBQAwVjELMAkG +A1UEBhMCVVMxEzARBgNVBAsTCmVtU2lnbiBQS0kxFDASBgNVBAoTC2VNdWRocmEg +SW5jMRwwGgYDVQQDExNlbVNpZ24gUm9vdCBDQSAtIEMxMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowVjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMRwwGgYDVQQDExNlbVNpZ24gUm9v +dCBDQSAtIEMxMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz+upufGZ +BczYKCFK83M0UYRWEPWgTywS4/oTmifQz/l5GnRfHXk5/Fv4cI7gklL35CX5VIPZ +HdPIWoU/Xse2B+4+wM6ar6xWQio5JXDWv7V7Nq2s9nPczdcdioOl+yuQFTdrHCZH +3DspVpNqs8FqOp099cGXOFgFixwR4+S0uF2FHYP+eF8LRWgYSKVGczQ7/g/IdrvH +GPMF0Ybzhe3nudkyrVWIzqa2kbBPrH4VI5b2P/AgNBbeCsbEBEV5f6f9vtKppa+c +xSMq9zwhbL2vj07FOrLzNBL834AaSaTUqZX3noleoomslMuoaJuvimUnzYnu3Yy1 +aylwQ6BpC+S5DwIDAQABo0IwQDAdBgNVHQ4EFgQU/qHgcB4qAzlSWkK+XJGFehiq +TbUwDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEL +BQADggEBAMJKVvoVIXsoounlHfv4LcQ5lkFMOycsxGwYFYDGrK9HWS8mC+M2sO87 +/kOXSTKZEhVb3xEp/6tT+LvBeA+snFOvV71ojD1pM/CjoCNjO2RnIkSt1XHLVip4 +kqNPEjE2NuLe/gDEo2APJ62gsIq1NnpSob0n9CAnYuhNlCQT5AoE6TyrLshDCUrG +YQTlSTR+08TI9Q/Aqum6VF7zYytPT1DU/rl7mYw9wC68AivTxEDkigcxHpvOJpkT ++xHqmiIMERnHXhuBUDDIlhJu58tBf5E7oke3VIAb3ADMmpDqw8NQBmIMMMAVSKeo +WXzhriKi4gp6D/piq1JM4fHfyr6DDUI= +-----END CERTIFICATE----- + +# Issuer: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Subject: CN=emSign ECC Root CA - C3 O=eMudhra Inc OU=emSign PKI +# Label: "emSign ECC Root CA - C3" +# Serial: 582948710642506000014504 +# MD5 Fingerprint: 3e:53:b3:a3:81:ee:d7:10:f8:d3:b0:1d:17:92:f5:d5 +# SHA1 Fingerprint: b6:af:43:c2:9b:81:53:7d:f6:ef:6b:c3:1f:1f:60:15:0c:ee:48:66 +# SHA256 Fingerprint: bc:4d:80:9b:15:18:9d:78:db:3e:1d:8c:f4:f9:72:6a:79:5d:a1:64:3c:a5:f1:35:8e:1d:db:0e:dc:0d:7e:b3 +-----BEGIN CERTIFICATE----- +MIICKzCCAbGgAwIBAgIKe3G2gla4EnycqDAKBggqhkjOPQQDAzBaMQswCQYDVQQG +EwJVUzETMBEGA1UECxMKZW1TaWduIFBLSTEUMBIGA1UEChMLZU11ZGhyYSBJbmMx +IDAeBgNVBAMTF2VtU2lnbiBFQ0MgUm9vdCBDQSAtIEMzMB4XDTE4MDIxODE4MzAw +MFoXDTQzMDIxODE4MzAwMFowWjELMAkGA1UEBhMCVVMxEzARBgNVBAsTCmVtU2ln +biBQS0kxFDASBgNVBAoTC2VNdWRocmEgSW5jMSAwHgYDVQQDExdlbVNpZ24gRUND +IFJvb3QgQ0EgLSBDMzB2MBAGByqGSM49AgEGBSuBBAAiA2IABP2lYa57JhAd6bci +MK4G9IGzsUJxlTm801Ljr6/58pc1kjZGDoeVjbk5Wum739D+yAdBPLtVb4Ojavti +sIGJAnB9SMVK4+kiVCJNk7tCDK93nCOmfddhEc5lx/h//vXyqaNCMEAwHQYDVR0O +BBYEFPtaSNCAIEDyqOkAB2kZd6fmw/TPMA4GA1UdDwEB/wQEAwIBBjAPBgNVHRMB +Af8EBTADAQH/MAoGCCqGSM49BAMDA2gAMGUCMQC02C8Cif22TGK6Q04ThHK1rt0c +3ta13FaPWEBaLd4gTCKDypOofu4SQMfWh0/434UCMBwUZOR8loMRnLDRWmFLpg9J +0wD8ofzkpf9/rdcw0Md3f76BB1UwUCAU9Vc4CqgxUQ== +-----END CERTIFICATE----- + +# Issuer: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Subject: CN=Hongkong Post Root CA 3 O=Hongkong Post +# Label: "Hongkong Post Root CA 3" +# Serial: 46170865288971385588281144162979347873371282084 +# MD5 Fingerprint: 11:fc:9f:bd:73:30:02:8a:fd:3f:f3:58:b9:cb:20:f0 +# SHA1 Fingerprint: 58:a2:d0:ec:20:52:81:5b:c1:f3:f8:64:02:24:4e:c2:8e:02:4b:02 +# SHA256 Fingerprint: 5a:2f:c0:3f:0c:83:b0:90:bb:fa:40:60:4b:09:88:44:6c:76:36:18:3d:f9:84:6e:17:10:1a:44:7f:b8:ef:d6 +-----BEGIN CERTIFICATE----- +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 +mpv0 +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft ECC Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft ECC Root Certificate Authority 2017" +# Serial: 136839042543790627607696632466672567020 +# MD5 Fingerprint: dd:a1:03:e6:4a:93:10:d1:bf:f0:19:42:cb:fe:ed:67 +# SHA1 Fingerprint: 99:9a:64:c3:7f:f4:7d:9f:ab:95:f1:47:69:89:14:60:ee:c4:c3:c5 +# SHA256 Fingerprint: 35:8d:f3:9d:76:4a:f9:e1:b7:66:e9:c9:72:df:35:2e:e1:5c:fa:c2:27:af:6a:d1:d7:0e:8e:4a:6e:dc:ba:02 +-----BEGIN CERTIFICATE----- +MIICWTCCAd+gAwIBAgIQZvI9r4fei7FK6gxXMQHC7DAKBggqhkjOPQQDAzBlMQsw +CQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYD +VQQDEy1NaWNyb3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIw +MTcwHhcNMTkxMjE4MjMwNjQ1WhcNNDIwNzE4MjMxNjA0WjBlMQswCQYDVQQGEwJV +UzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1NaWNy +b3NvZnQgRUNDIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwdjAQBgcq +hkjOPQIBBgUrgQQAIgNiAATUvD0CQnVBEyPNgASGAlEvaqiBYgtlzPbKnR5vSmZR +ogPZnZH6thaxjG7efM3beaYvzrvOcS/lpaso7GMEZpn4+vKTEAXhgShC48Zo9OYb +hGBKia/teQ87zvH2RPUBeMCjVDBSMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8E +BTADAQH/MB0GA1UdDgQWBBTIy5lycFIM+Oa+sgRXKSrPQhDtNTAQBgkrBgEEAYI3 +FQEEAwIBADAKBggqhkjOPQQDAwNoADBlAjBY8k3qDPlfXu5gKcs68tvWMoQZP3zV +L8KxzJOuULsJMsbG7X7JNpQS5GiFBqIb0C8CMQCZ6Ra0DvpWSNSkMBaReNtUjGUB +iudQZsIxtzm6uBoiB078a1QWIP8rtedMDE2mT3M= +-----END CERTIFICATE----- + +# Issuer: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Subject: CN=Microsoft RSA Root Certificate Authority 2017 O=Microsoft Corporation +# Label: "Microsoft RSA Root Certificate Authority 2017" +# Serial: 40975477897264996090493496164228220339 +# MD5 Fingerprint: 10:ff:00:ff:cf:c9:f8:c7:7a:c0:ee:35:8e:c9:0f:47 +# SHA1 Fingerprint: 73:a5:e6:4a:3b:ff:83:16:ff:0e:dc:cc:61:8a:90:6e:4e:ae:4d:74 +# SHA256 Fingerprint: c7:41:f7:0f:4b:2a:8d:88:bf:2e:71:c1:41:22:ef:53:ef:10:eb:a0:cf:a5:e6:4c:fa:20:f4:18:85:30:73:e0 +-----BEGIN CERTIFICATE----- +MIIFqDCCA5CgAwIBAgIQHtOXCV/YtLNHcB6qvn9FszANBgkqhkiG9w0BAQwFADBl +MQswCQYDVQQGEwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYw +NAYDVQQDEy1NaWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5 +IDIwMTcwHhcNMTkxMjE4MjI1MTIyWhcNNDIwNzE4MjMwMDIzWjBlMQswCQYDVQQG +EwJVUzEeMBwGA1UEChMVTWljcm9zb2Z0IENvcnBvcmF0aW9uMTYwNAYDVQQDEy1N +aWNyb3NvZnQgUlNBIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IDIwMTcwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKW76UM4wplZEWCpW9R2LBifOZ +Nt9GkMml7Xhqb0eRaPgnZ1AzHaGm++DlQ6OEAlcBXZxIQIJTELy/xztokLaCLeX0 +ZdDMbRnMlfl7rEqUrQ7eS0MdhweSE5CAg2Q1OQT85elss7YfUJQ4ZVBcF0a5toW1 +HLUX6NZFndiyJrDKxHBKrmCk3bPZ7Pw71VdyvD/IybLeS2v4I2wDwAW9lcfNcztm +gGTjGqwu+UcF8ga2m3P1eDNbx6H7JyqhtJqRjJHTOoI+dkC0zVJhUXAoP8XFWvLJ +jEm7FFtNyP9nTUwSlq31/niol4fX/V4ggNyhSyL71Imtus5Hl0dVe49FyGcohJUc +aDDv70ngNXtk55iwlNpNhTs+VcQor1fznhPbRiefHqJeRIOkpcrVE7NLP8TjwuaG +YaRSMLl6IE9vDzhTyzMMEyuP1pq9KsgtsRx9S1HKR9FIJ3Jdh+vVReZIZZ2vUpC6 +W6IYZVcSn2i51BVrlMRpIpj0M+Dt+VGOQVDJNE92kKz8OMHY4Xu54+OU4UZpyw4K +UGsTuqwPN1q3ErWQgR5WrlcihtnJ0tHXUeOrO8ZV/R4O03QK0dqq6mm4lyiPSMQH ++FJDOvTKVTUssKZqwJz58oHhEmrARdlns87/I6KJClTUFLkqqNfs+avNJVgyeY+Q +W5g5xAgGwax/Dj0ApQIDAQABo1QwUjAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/ +BAUwAwEB/zAdBgNVHQ4EFgQUCctZf4aycI8awznjwNnpv7tNsiMwEAYJKwYBBAGC +NxUBBAMCAQAwDQYJKoZIhvcNAQEMBQADggIBAKyvPl3CEZaJjqPnktaXFbgToqZC +LgLNFgVZJ8og6Lq46BrsTaiXVq5lQ7GPAJtSzVXNUzltYkyLDVt8LkS/gxCP81OC +gMNPOsduET/m4xaRhPtthH80dK2Jp86519efhGSSvpWhrQlTM93uCupKUY5vVau6 +tZRGrox/2KJQJWVggEbbMwSubLWYdFQl3JPk+ONVFT24bcMKpBLBaYVu32TxU5nh +SnUgnZUP5NbcA/FZGOhHibJXWpS2qdgXKxdJ5XbLwVaZOjex/2kskZGT4d9Mozd2 +TaGf+G0eHdP67Pv0RR0Tbc/3WeUiJ3IrhvNXuzDtJE3cfVa7o7P4NHmJweDyAmH3 +pvwPuxwXC65B2Xy9J6P9LjrRk5Sxcx0ki69bIImtt2dmefU6xqaWM/5TkshGsRGR +xpl/j8nWZjEgQRCHLQzWwa80mMpkg/sTV9HB8Dx6jKXB/ZUhoHHBk2dxEuqPiApp +GWSZI1b7rCoucL5mxAyE7+WL85MB+GqQk2dLsmijtWKP6T+MejteD+eMuMZ87zf9 +dOLITzNy4ZQ5bb0Sr74MTnB8G2+NszKTc0QWbej09+CVgI+WXTik9KveCjCHk9hN +AHFiRSdLOkKEW39lt2c0Ui2cFmuqqNh7o0JMcccMyj6D5KbvtwEwXlGjefVwaaZB +RA+GsCyRxj3qrg+E +-----END CERTIFICATE----- + +# Issuer: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Subject: CN=e-Szigno Root CA 2017 O=Microsec Ltd. +# Label: "e-Szigno Root CA 2017" +# Serial: 411379200276854331539784714 +# MD5 Fingerprint: de:1f:f6:9e:84:ae:a7:b4:21:ce:1e:58:7d:d1:84:98 +# SHA1 Fingerprint: 89:d4:83:03:4f:9e:9a:48:80:5f:72:37:d4:a9:a6:ef:cb:7c:1f:d1 +# SHA256 Fingerprint: be:b0:0b:30:83:9b:9b:c3:2c:32:e4:44:79:05:95:06:41:f2:64:21:b1:5e:d0:89:19:8b:51:8a:e2:ea:1b:99 +-----BEGIN CERTIFICATE----- +MIICQDCCAeWgAwIBAgIMAVRI7yH9l1kN9QQKMAoGCCqGSM49BAMCMHExCzAJBgNV +BAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMgTHRk +LjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25vIFJv +b3QgQ0EgMjAxNzAeFw0xNzA4MjIxMjA3MDZaFw00MjA4MjIxMjA3MDZaMHExCzAJ +BgNVBAYTAkhVMREwDwYDVQQHDAhCdWRhcGVzdDEWMBQGA1UECgwNTWljcm9zZWMg +THRkLjEXMBUGA1UEYQwOVkFUSFUtMjM1ODQ0OTcxHjAcBgNVBAMMFWUtU3ppZ25v +IFJvb3QgQ0EgMjAxNzBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABJbcPYrYsHtv +xie+RJCxs1YVe45DJH0ahFnuY2iyxl6H0BVIHqiQrb1TotreOpCmYF9oMrWGQd+H +Wyx7xf58etqjYzBhMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0G +A1UdDgQWBBSHERUI0arBeAyxr87GyZDvvzAEwDAfBgNVHSMEGDAWgBSHERUI0arB +eAyxr87GyZDvvzAEwDAKBggqhkjOPQQDAgNJADBGAiEAtVfd14pVCzbhhkT61Nlo +jbjcI4qKDdQvfepz7L9NbKgCIQDLpbQS+ue16M9+k/zzNY9vTlp8tLxOsvxyqltZ ++efcMQ== +-----END CERTIFICATE----- + +# Issuer: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Subject: O=CERTSIGN SA OU=certSIGN ROOT CA G2 +# Label: "certSIGN Root CA G2" +# Serial: 313609486401300475190 +# MD5 Fingerprint: 8c:f1:75:8a:c6:19:cf:94:b7:f7:65:20:87:c3:97:c7 +# SHA1 Fingerprint: 26:f9:93:b4:ed:3d:28:27:b0:b9:4b:a7:e9:15:1d:a3:8d:92:e5:32 +# SHA256 Fingerprint: 65:7c:fe:2f:a7:3f:aa:38:46:25:71:f3:32:a2:36:3a:46:fc:e7:02:09:51:71:07:02:cd:fb:b6:ee:da:33:05 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIJEQA0tk7GNi02MA0GCSqGSIb3DQEBCwUAMEExCzAJBgNV +BAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJR04g +Uk9PVCBDQSBHMjAeFw0xNzAyMDYwOTI3MzVaFw00MjAyMDYwOTI3MzVaMEExCzAJ +BgNVBAYTAlJPMRQwEgYDVQQKEwtDRVJUU0lHTiBTQTEcMBoGA1UECxMTY2VydFNJ +R04gUk9PVCBDQSBHMjCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAMDF +dRmRfUR0dIf+DjuW3NgBFszuY5HnC2/OOwppGnzC46+CjobXXo9X69MhWf05N0Iw +vlDqtg+piNguLWkh59E3GE59kdUWX2tbAMI5Qw02hVK5U2UPHULlj88F0+7cDBrZ +uIt4ImfkabBoxTzkbFpG583H+u/E7Eu9aqSs/cwoUe+StCmrqzWaTOTECMYmzPhp +n+Sc8CnTXPnGFiWeI8MgwT0PPzhAsP6CRDiqWhqKa2NYOLQV07YRaXseVO6MGiKs +cpc/I1mbySKEwQdPzH/iV8oScLumZfNpdWO9lfsbl83kqK/20U6o2YpxJM02PbyW +xPFsqa7lzw1uKA2wDrXKUXt4FMMgL3/7FFXhEZn91QqhngLjYl/rNUssuHLoPj1P +rCy7Lobio3aP5ZMqz6WryFyNSwb/EkaseMsUBzXgqd+L6a8VTxaJW732jcZZroiF +DsGJ6x9nxUWO/203Nit4ZoORUSs9/1F3dmKh7Gc+PoGD4FapUB8fepmrY7+EF3fx +DTvf95xhszWYijqy7DwaNz9+j5LP2RIUZNoQAhVB/0/E6xyjyfqZ90bp4RjZsbgy +LcsUDFDYg2WD7rlcz8sFWkz6GZdr1l0T08JcVLwyc6B49fFtHsufpaafItzRUZ6C +eWRgKRM+o/1Pcmqr4tTluCRVLERLiohEnMqE0yo7AgMBAAGjQjBAMA8GA1UdEwEB +/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgEGMB0GA1UdDgQWBBSCIS1mxteg4BXrzkwJ +d8RgnlRuAzANBgkqhkiG9w0BAQsFAAOCAgEAYN4auOfyYILVAzOBywaK8SJJ6ejq +kX/GM15oGQOGO0MBzwdw5AgeZYWR5hEit/UCI46uuR59H35s5r0l1ZUa8gWmr4UC +b6741jH/JclKyMeKqdmfS0mbEVeZkkMR3rYzpMzXjWR91M08KCy0mpbqTfXERMQl +qiCA2ClV9+BB/AYm/7k29UMUA2Z44RGx2iBfRgB4ACGlHgAoYXhvqAEBj500mv/0 +OJD7uNGzcgbJceaBxXntC6Z58hMLnPddDnskk7RI24Zf3lCGeOdA5jGokHZwYa+c +NywRtYK3qq4kNFtyDGkNzVmf9nGvnAvRCjj5BiKDUyUM/FHE5r7iOZULJK2v0ZXk +ltd0ZGtxTgI8qoXzIKNDOXZbbFD+mpwUHmUUihW9o4JFWklWatKcsWMy5WHgUyIO +pwpJ6st+H6jiYoD2EEVSmAYY3qXNL3+q1Ok+CHLsIwMCPKaq2LxndD0UF/tUSxfj +03k9bWtJySgOLnRQvwzZRjoQhsmnP+mg7H/rpXdYaXHmgwo38oZJar55CJD2AhZk +PuXaTH4MNMn5X7azKFGnpyuqSfqNZSlO42sTp5SjLVFteAxEy9/eCG/Oo2Sr05WE +1LlSVHJ7liXMvGnjSG4N0MedJ5qq+BOS3R7fY581qRY27Iy4g/Q9iY/NtBde17MX +QRBdJ3NghVdJIgc= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global Certification Authority" +# Serial: 1846098327275375458322922162 +# MD5 Fingerprint: f8:1c:18:2d:2f:ba:5f:6d:a1:6c:bc:c7:ab:91:c7:0e +# SHA1 Fingerprint: 2f:8f:36:4f:e1:58:97:44:21:59:87:a5:2a:9a:d0:69:95:26:7f:b5 +# SHA256 Fingerprint: 97:55:20:15:f5:dd:fc:3c:87:88:c0:06:94:45:55:40:88:94:45:00:84:f1:00:86:70:86:bc:1a:2b:b5:8d:c8 +-----BEGIN CERTIFICATE----- +MIIF2jCCA8KgAwIBAgIMBfcOhtpJ80Y1LrqyMA0GCSqGSIb3DQEBCwUAMIGIMQsw +CQYDVQQGEwJVUzERMA8GA1UECAwISWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28x +ITAfBgNVBAoMGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1 +c3R3YXZlIEdsb2JhbCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0xNzA4MjMx +OTM0MTJaFw00MjA4MjMxOTM0MTJaMIGIMQswCQYDVQQGEwJVUzERMA8GA1UECAwI +SWxsaW5vaXMxEDAOBgNVBAcMB0NoaWNhZ28xITAfBgNVBAoMGFRydXN0d2F2ZSBI +b2xkaW5ncywgSW5jLjExMC8GA1UEAwwoVHJ1c3R3YXZlIEdsb2JhbCBDZXJ0aWZp +Y2F0aW9uIEF1dGhvcml0eTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIB +ALldUShLPDeS0YLOvR29zd24q88KPuFd5dyqCblXAj7mY2Hf8g+CY66j96xz0Xzn +swuvCAAJWX/NKSqIk4cXGIDtiLK0thAfLdZfVaITXdHG6wZWiYj+rDKd/VzDBcdu +7oaJuogDnXIhhpCujwOl3J+IKMujkkkP7NAP4m1ET4BqstTnoApTAbqOl5F2brz8 +1Ws25kCI1nsvXwXoLG0R8+eyvpJETNKXpP7ScoFDB5zpET71ixpZfR9oWN0EACyW +80OzfpgZdNmcc9kYvkHHNHnZ9GLCQ7mzJ7Aiy/k9UscwR7PJPrhq4ufogXBeQotP +JqX+OsIgbrv4Fo7NDKm0G2x2EOFYeUY+VM6AqFcJNykbmROPDMjWLBz7BegIlT1l +RtzuzWniTY+HKE40Cz7PFNm73bZQmq131BnW2hqIyE4bJ3XYsgjxroMwuREOzYfw +hI0Vcnyh78zyiGG69Gm7DIwLdVcEuE4qFC49DxweMqZiNu5m4iK4BUBjECLzMx10 +coos9TkpoNPnG4CELcU9402x/RpvumUHO1jsQkUm+9jaJXLE9gCxInm943xZYkqc +BW89zubWR2OZxiRvchLIrH+QtAuRcOi35hYQcRfO3gZPSEF9NUqjifLJS3tBEW1n +twiYTOURGa5CgNz7kAXU+FDKvuStx8KU1xad5hePrzb7AgMBAAGjQjBAMA8GA1Ud +EwEB/wQFMAMBAf8wHQYDVR0OBBYEFJngGWcNYtt2s9o9uFvo/ULSMQ6HMA4GA1Ud +DwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAmHNw4rDT7TnsTGDZqRKGFx6W +0OhUKDtkLSGm+J1WE2pIPU/HPinbbViDVD2HfSMF1OQc3Og4ZYbFdada2zUFvXfe +uyk3QAUHw5RSn8pk3fEbK9xGChACMf1KaA0HZJDmHvUqoai7PF35owgLEQzxPy0Q +lG/+4jSHg9bP5Rs1bdID4bANqKCqRieCNqcVtgimQlRXtpla4gt5kNdXElE1GYhB +aCXUNxeEFfsBctyV3lImIJgm4nb1J2/6ADtKYdkNy1GTKv0WBpanI5ojSP5RvbbE +sLFUzt5sQa0WZ37b/TjNuThOssFgy50X31ieemKyJo90lZvkWx3SD92YHJtZuSPT +MaCm/zjdzyBP6VhWOmfD0faZmZ26NraAL4hHT4a/RDqA5Dccprrql5gR0IRiR2Qe +qu5AvzSxnI9O4fKSTx+O856X3vOmeWqJcU9LJxdI/uz0UA9PSX3MReO9ekDFQdxh +VicGaeVyQYHTtgGJoC86cnn+OjC/QezHYj6RS8fZMXZC+fc8Y+wmjHMMfRod6qh8 +h6jCJ3zhM0EPz8/8AKAigJ5Kp28AsEFFtyLKaEjFQqKu3R3y4G5OBVixwJAWKqQ9 +EEC+j2Jjg6mcgn0tAumDMHzLJ8n9HmYAsC7TIS+OMxZsmO0QqAfWzJPP29FpHOTK +yeC2nOnOcXHebD8WpHk= +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P256 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P256 Certification Authority" +# Serial: 4151900041497450638097112925 +# MD5 Fingerprint: 5b:44:e3:8d:5d:36:86:26:e8:0d:05:d2:59:a7:83:54 +# SHA1 Fingerprint: b4:90:82:dd:45:0c:be:8b:5b:b1:66:d3:e2:a4:08:26:cd:ed:42:cf +# SHA256 Fingerprint: 94:5b:bc:82:5e:a5:54:f4:89:d1:fd:51:a7:3d:df:2e:a6:24:ac:70:19:a0:52:05:22:5c:22:a7:8c:cf:a8:b4 +-----BEGIN CERTIFICATE----- +MIICYDCCAgegAwIBAgIMDWpfCD8oXD5Rld9dMAoGCCqGSM49BAMCMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM1MTBaFw00MjA4MjMxOTM1MTBaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDI1NiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTBZMBMGByqGSM49AgEGCCqG +SM49AwEHA0IABH77bOYj43MyCMpg5lOcunSNGLB4kFKA3TjASh3RqMyTpJcGOMoN +FWLGjgEqZZ2q3zSRLoHB5DOSMcT9CTqmP62jQzBBMA8GA1UdEwEB/wQFMAMBAf8w +DwYDVR0PAQH/BAUDAwcGADAdBgNVHQ4EFgQUo0EGrJBt0UrrdaVKEJmzsaGLSvcw +CgYIKoZIzj0EAwIDRwAwRAIgB+ZU2g6gWrKuEZ+Hxbb/ad4lvvigtwjzRM4q3wgh +DDcCIC0mA6AFvWvR9lz4ZcyGbbOcNEhjhAnFjXca4syc4XR7 +-----END CERTIFICATE----- + +# Issuer: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Subject: CN=Trustwave Global ECC P384 Certification Authority O=Trustwave Holdings, Inc. +# Label: "Trustwave Global ECC P384 Certification Authority" +# Serial: 2704997926503831671788816187 +# MD5 Fingerprint: ea:cf:60:c4:3b:b9:15:29:40:a1:97:ed:78:27:93:d6 +# SHA1 Fingerprint: e7:f3:a3:c8:cf:6f:c3:04:2e:6d:0e:67:32:c5:9e:68:95:0d:5e:d2 +# SHA256 Fingerprint: 55:90:38:59:c8:c0:c3:eb:b8:75:9e:ce:4e:25:57:22:5f:f5:75:8b:bd:38:eb:d4:82:76:60:1e:1b:d5:80:97 +-----BEGIN CERTIFICATE----- +MIICnTCCAiSgAwIBAgIMCL2Fl2yZJ6SAaEc7MAoGCCqGSM49BAMDMIGRMQswCQYD +VQQGEwJVUzERMA8GA1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAf +BgNVBAoTGFRydXN0d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3 +YXZlIEdsb2JhbCBFQ0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0x +NzA4MjMxOTM2NDNaFw00MjA4MjMxOTM2NDNaMIGRMQswCQYDVQQGEwJVUzERMA8G +A1UECBMISWxsaW5vaXMxEDAOBgNVBAcTB0NoaWNhZ28xITAfBgNVBAoTGFRydXN0 +d2F2ZSBIb2xkaW5ncywgSW5jLjE6MDgGA1UEAxMxVHJ1c3R3YXZlIEdsb2JhbCBF +Q0MgUDM4NCBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTB2MBAGByqGSM49AgEGBSuB +BAAiA2IABGvaDXU1CDFHBa5FmVXxERMuSvgQMSOjfoPTfygIOiYaOs+Xgh+AtycJ +j9GOMMQKmw6sWASr9zZ9lCOkmwqKi6vr/TklZvFe/oyujUF5nQlgziip04pt89ZF +1PKYhDhloKNDMEEwDwYDVR0TAQH/BAUwAwEB/zAPBgNVHQ8BAf8EBQMDBwYAMB0G +A1UdDgQWBBRVqYSJ0sEyvRjLbKYHTsjnnb6CkDAKBggqhkjOPQQDAwNnADBkAjA3 +AZKXRRJ+oPM+rRk6ct30UJMDEr5E0k9BpIycnR+j9sKS50gU/k6bpZFXrsY3crsC +MGclCrEMXu6pY5Jv5ZAL/mYiykf9ijH3g/56vxC+GCsej/YpHpRZ744hN8tRmKVu +Sw== +-----END CERTIFICATE----- + +# Issuer: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Subject: CN=NAVER Global Root Certification Authority O=NAVER BUSINESS PLATFORM Corp. +# Label: "NAVER Global Root Certification Authority" +# Serial: 9013692873798656336226253319739695165984492813 +# MD5 Fingerprint: c8:7e:41:f6:25:3b:f5:09:b3:17:e8:46:3d:bf:d0:9b +# SHA1 Fingerprint: 8f:6b:f2:a9:27:4a:da:14:a0:c4:f4:8e:61:27:f9:c0:1e:78:5d:d1 +# SHA256 Fingerprint: 88:f4:38:dc:f8:ff:d1:fa:8f:42:91:15:ff:e5:f8:2a:e1:e0:6e:0c:70:c3:75:fa:ad:71:7b:34:a4:9e:72:65 +-----BEGIN CERTIFICATE----- +MIIFojCCA4qgAwIBAgIUAZQwHqIL3fXFMyqxQ0Rx+NZQTQ0wDQYJKoZIhvcNAQEM +BQAwaTELMAkGA1UEBhMCS1IxJjAkBgNVBAoMHU5BVkVSIEJVU0lORVNTIFBMQVRG +T1JNIENvcnAuMTIwMAYDVQQDDClOQVZFUiBHbG9iYWwgUm9vdCBDZXJ0aWZpY2F0 +aW9uIEF1dGhvcml0eTAeFw0xNzA4MTgwODU4NDJaFw0zNzA4MTgyMzU5NTlaMGkx +CzAJBgNVBAYTAktSMSYwJAYDVQQKDB1OQVZFUiBCVVNJTkVTUyBQTEFURk9STSBD +b3JwLjEyMDAGA1UEAwwpTkFWRVIgR2xvYmFsIFJvb3QgQ2VydGlmaWNhdGlvbiBB +dXRob3JpdHkwggIiMA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQC21PGTXLVA +iQqrDZBbUGOukJR0F0Vy1ntlWilLp1agS7gvQnXp2XskWjFlqxcX0TM62RHcQDaH +38dq6SZeWYp34+hInDEW+j6RscrJo+KfziFTowI2MMtSAuXaMl3Dxeb57hHHi8lE +HoSTGEq0n+USZGnQJoViAbbJAh2+g1G7XNr4rRVqmfeSVPc0W+m/6imBEtRTkZaz +kVrd/pBzKPswRrXKCAfHcXLJZtM0l/aM9BhK4dA9WkW2aacp+yPOiNgSnABIqKYP +szuSjXEOdMWLyEz59JuOuDxp7W87UC9Y7cSw0BwbagzivESq2M0UXZR4Yb8Obtoq +vC8MC3GmsxY/nOb5zJ9TNeIDoKAYv7vxvvTWjIcNQvcGufFt7QSUqP620wbGQGHf +nZ3zVHbOUzoBppJB7ASjjw2i1QnK1sua8e9DXcCrpUHPXFNwcMmIpi3Ua2FzUCaG +YQ5fG8Ir4ozVu53BA0K6lNpfqbDKzE0K70dpAy8i+/Eozr9dUGWokG2zdLAIx6yo +0es+nPxdGoMuK8u180SdOqcXYZaicdNwlhVNt0xz7hlcxVs+Qf6sdWA7G2POAN3a +CJBitOUt7kinaxeZVL6HSuOpXgRM6xBtVNbv8ejyYhbLgGvtPe31HzClrkvJE+2K +AQHJuFFYwGY6sWZLxNUxAmLpdIQM201GLQIDAQABo0IwQDAdBgNVHQ4EFgQU0p+I +36HNLL3s9TsBAZMzJ7LrYEswDgYDVR0PAQH/BAQDAgEGMA8GA1UdEwEB/wQFMAMB +Af8wDQYJKoZIhvcNAQEMBQADggIBADLKgLOdPVQG3dLSLvCkASELZ0jKbY7gyKoN +qo0hV4/GPnrK21HUUrPUloSlWGB/5QuOH/XcChWB5Tu2tyIvCZwTFrFsDDUIbatj +cu3cvuzHV+YwIHHW1xDBE1UBjCpD5EHxzzp6U5LOogMFDTjfArsQLtk70pt6wKGm ++LUx5vR1yblTmXVHIloUFcd4G7ad6Qz4G3bxhYTeodoS76TiEJd6eN4MUZeoIUCL +hr0N8F5OSza7OyAfikJW4Qsav3vQIkMsRIz75Sq0bBwcupTgE34h5prCy8VCZLQe +lHsIJchxzIdFV4XTnyliIoNRlwAYl3dqmJLJfGBs32x9SuRwTMKeuB330DTHD8z7 +p/8Dvq1wkNoL3chtl1+afwkyQf3NosxabUzyqkn+Zvjp2DXrDige7kgvOtB5CTh8 +piKCk5XQA76+AqAF3SAi428diDRgxuYKuQl1C/AH6GmWNcf7I4GOODm4RStDeKLR +LBT/DShycpWbXgnbiUSYqqFJu3FS8r/2/yehNq+4tneI3TqkbZs0kNwUXTC/t+sX +5Ie3cdCh13cV1ELX8vMxmV2b3RZtP+oGI/hGoiLtk/bdmuYqh7GYVPEi92tF4+KO +dh2ajcQGjTa3FPOdVGm3jjzVpG2Tgbet9r1ke8LJaDmgkpzNNIaRkPpkUZ3+/uul +9XXeifdy +-----END CERTIFICATE----- + +# Issuer: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Subject: CN=AC RAIZ FNMT-RCM SERVIDORES SEGUROS O=FNMT-RCM OU=Ceres +# Label: "AC RAIZ FNMT-RCM SERVIDORES SEGUROS" +# Serial: 131542671362353147877283741781055151509 +# MD5 Fingerprint: 19:36:9c:52:03:2f:d2:d1:bb:23:cc:dd:1e:12:55:bb +# SHA1 Fingerprint: 62:ff:d9:9e:c0:65:0d:03:ce:75:93:d2:ed:3f:2d:32:c9:e3:e5:4a +# SHA256 Fingerprint: 55:41:53:b1:3d:2c:f9:dd:b7:53:bf:be:1a:4e:0a:e0:8d:0a:a4:18:70:58:fe:60:a2:b8:62:b2:e4:b8:7b:cb +-----BEGIN CERTIFICATE----- +MIICbjCCAfOgAwIBAgIQYvYybOXE42hcG2LdnC6dlTAKBggqhkjOPQQDAzB4MQsw +CQYDVQQGEwJFUzERMA8GA1UECgwIRk5NVC1SQ00xDjAMBgNVBAsMBUNlcmVzMRgw +FgYDVQRhDA9WQVRFUy1RMjgyNjAwNEoxLDAqBgNVBAMMI0FDIFJBSVogRk5NVC1S +Q00gU0VSVklET1JFUyBTRUdVUk9TMB4XDTE4MTIyMDA5MzczM1oXDTQzMTIyMDA5 +MzczM1oweDELMAkGA1UEBhMCRVMxETAPBgNVBAoMCEZOTVQtUkNNMQ4wDAYDVQQL +DAVDZXJlczEYMBYGA1UEYQwPVkFURVMtUTI4MjYwMDRKMSwwKgYDVQQDDCNBQyBS +QUlaIEZOTVQtUkNNIFNFUlZJRE9SRVMgU0VHVVJPUzB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPa6V1PIyqvfNkpSIeSX0oNnnvBlUdBeh8dHsVnyV0ebAAKTRBdp20LH +sbI6GA60XYyzZl2hNPk2LEnb80b8s0RpRBNm/dfF/a82Tc4DTQdxz69qBdKiQ1oK +Um8BA06Oi6NCMEAwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwHQYD +VR0OBBYEFAG5L++/EYZg8k/QQW6rcx/n0m5JMAoGCCqGSM49BAMDA2kAMGYCMQCu +SuMrQMN0EfKVrRYj3k4MGuZdpSRea0R7/DjiT8ucRRcRTBQnJlU5dUoDzBOQn5IC +MQD6SmxgiHPz7riYYqnOK8LZiqZwMR2vsJRM60/G49HzYqc8/5MuB1xJAWdpEgJy +v+c= +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root R46 O=GlobalSign nv-sa +# Label: "GlobalSign Root R46" +# Serial: 1552617688466950547958867513931858518042577 +# MD5 Fingerprint: c4:14:30:e4:fa:66:43:94:2a:6a:1b:24:5f:19:d0:ef +# SHA1 Fingerprint: 53:a2:b0:4b:ca:6b:d6:45:e6:39:8a:8e:c4:0d:d2:bf:77:c3:a2:90 +# SHA256 Fingerprint: 4f:a3:12:6d:8d:3a:11:d1:c4:85:5a:4f:80:7c:ba:d6:cf:91:9d:3a:5a:88:b0:3b:ea:2c:63:72:d9:3c:40:c9 +-----BEGIN CERTIFICATE----- +MIIFWjCCA0KgAwIBAgISEdK7udcjGJ5AXwqdLdDfJWfRMA0GCSqGSIb3DQEBDAUA +MEYxCzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYD +VQQDExNHbG9iYWxTaWduIFJvb3QgUjQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMy +MDAwMDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYt +c2ExHDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCsrHQy6LNl5brtQyYdpokNRbopiLKkHWPd08EsCVeJ +OaFV6Wc0dwxu5FUdUiXSE2te4R2pt32JMl8Nnp8semNgQB+msLZ4j5lUlghYruQG +vGIFAha/r6gjA7aUD7xubMLL1aa7DOn2wQL7Id5m3RerdELv8HQvJfTqa1VbkNud +316HCkD7rRlr+/fKYIje2sGP1q7Vf9Q8g+7XFkyDRTNrJ9CG0Bwta/OrffGFqfUo +0q3v84RLHIf8E6M6cqJaESvWJ3En7YEtbWaBkoe0G1h6zD8K+kZPTXhc+CtI4wSE +y132tGqzZfxCnlEmIyDLPRT5ge1lFgBPGmSXZgjPjHvjK8Cd+RTyG/FWaha/LIWF +zXg4mutCagI0GIMXTpRW+LaCtfOW3T3zvn8gdz57GSNrLNRyc0NXfeD412lPFzYE ++cCQYDdF3uYM2HSNrpyibXRdQr4G9dlkbgIQrImwTDsHTUB+JMWKmIJ5jqSngiCN +I/onccnfxkF0oE32kRbcRoxfKWMxWXEM2G/CtjJ9++ZdU6Z+Ffy7dXxd7Pj2Fxzs +x2sZy/N78CsHpdlseVR2bJ0cpm4O6XkMqCNqo98bMDGfsVR7/mrLZqrcZdCinkqa +ByFrgY/bxFn63iLABJzjqls2k+g9vXqhnQt2sQvHnf3PmKgGwvgqo6GDoLclcqUC +4wIDAQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQUA1yrc4GHqMywptWU4jaWSf8FmSwwDQYJKoZIhvcNAQEMBQADggIBAHx4 +7PYCLLtbfpIrXTncvtgdokIzTfnvpCo7RGkerNlFo048p9gkUbJUHJNOxO97k4Vg +JuoJSOD1u8fpaNK7ajFxzHmuEajwmf3lH7wvqMxX63bEIaZHU1VNaL8FpO7XJqti +2kM3S+LGteWygxk6x9PbTZ4IevPuzz5i+6zoYMzRx6Fcg0XERczzF2sUyQQCPtIk +pnnpHs6i58FZFZ8d4kuaPp92CC1r2LpXFNqD6v6MVenQTqnMdzGxRBF6XLE+0xRF +FRhiJBPSy03OXIPBNvIQtQ6IbbjhVp+J3pZmOUdkLG5NrmJ7v2B0GbhWrJKsFjLt +rWhV/pi60zTe9Mlhww6G9kuEYO4Ne7UyWHmRVSyBQ7N0H3qqJZ4d16GLuc1CLgSk +ZoNNiTW2bKg2SnkheCLQQrzRQDGQob4Ez8pn7fXwgNNgyYMqIgXQBztSvwyeqiv5 +u+YfjyW6hY0XHgL+XVAEV8/+LbzvXMAaq7afJMbfc2hIkCwU9D9SGuTSyxTDYWnP +4vkYxboznxSjBF25cfe1lNj2M8FawTSLfJvdkzrnE6JwYZ+vj+vYxXX4M2bUdGc6 +N3ec592kD3ZDZopD8p/7DEJ4Y9HiD2971KE9dJeFt0g5QdYg/NA6s/rob8SKunE3 +vouXsXgxT7PntgMTzlSdriVZzH81Xwj3QEUxeCp6 +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Subject: CN=GlobalSign Root E46 O=GlobalSign nv-sa +# Label: "GlobalSign Root E46" +# Serial: 1552617690338932563915843282459653771421763 +# MD5 Fingerprint: b5:b8:66:ed:de:08:83:e3:c9:e2:01:34:06:ac:51:6f +# SHA1 Fingerprint: 39:b4:6c:d5:fe:80:06:eb:e2:2f:4a:bb:08:33:a0:af:db:b9:dd:84 +# SHA256 Fingerprint: cb:b9:c4:4d:84:b8:04:3e:10:50:ea:31:a6:9f:51:49:55:d7:bf:d2:e2:c6:b4:93:01:01:9a:d6:1d:9f:50:58 +-----BEGIN CERTIFICATE----- +MIICCzCCAZGgAwIBAgISEdK7ujNu1LzmJGjFDYQdmOhDMAoGCCqGSM49BAMDMEYx +CzAJBgNVBAYTAkJFMRkwFwYDVQQKExBHbG9iYWxTaWduIG52LXNhMRwwGgYDVQQD +ExNHbG9iYWxTaWduIFJvb3QgRTQ2MB4XDTE5MDMyMDAwMDAwMFoXDTQ2MDMyMDAw +MDAwMFowRjELMAkGA1UEBhMCQkUxGTAXBgNVBAoTEEdsb2JhbFNpZ24gbnYtc2Ex +HDAaBgNVBAMTE0dsb2JhbFNpZ24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAScDrHPt+ieUnd1NPqlRqetMhkytAepJ8qUuwzSChDH2omwlwxwEwkBjtjq +R+q+soArzfwoDdusvKSGN+1wCAB16pMLey5SnCNoIwZD7JIvU4Tb+0cUB+hflGdd +yXqBPCCjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1Ud +DgQWBBQxCpCPtsad0kRLgLWi5h+xEk8blTAKBggqhkjOPQQDAwNoADBlAjEA31SQ +7Zvvi5QCkxeCmb6zniz2C5GMn0oUsfZkvLtoURMMA/cVi4RguYv/Uo7njLwcAjA8 ++RHUjE7AwWHCFUyqqx0LMV87HOIAl0Qx5v5zli/altP+CAezNIm8BZ/3Hobui3A= +-----END CERTIFICATE----- + +# Issuer: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Subject: CN=GLOBALTRUST 2020 O=e-commerce monitoring GmbH +# Label: "GLOBALTRUST 2020" +# Serial: 109160994242082918454945253 +# MD5 Fingerprint: 8a:c7:6f:cb:6d:e3:cc:a2:f1:7c:83:fa:0e:78:d7:e8 +# SHA1 Fingerprint: d0:67:c1:13:51:01:0c:aa:d0:c7:6a:65:37:31:16:26:4f:53:71:a2 +# SHA256 Fingerprint: 9a:29:6a:51:82:d1:d4:51:a2:e3:7f:43:9b:74:da:af:a2:67:52:33:29:f9:0f:9a:0d:20:07:c3:34:e2:3c:9a +-----BEGIN CERTIFICATE----- +MIIFgjCCA2qgAwIBAgILWku9WvtPilv6ZeUwDQYJKoZIhvcNAQELBQAwTTELMAkG +A1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9uaXRvcmluZyBHbWJIMRkw +FwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMB4XDTIwMDIxMDAwMDAwMFoXDTQwMDYx +MDAwMDAwMFowTTELMAkGA1UEBhMCQVQxIzAhBgNVBAoTGmUtY29tbWVyY2UgbW9u +aXRvcmluZyBHbWJIMRkwFwYDVQQDExBHTE9CQUxUUlVTVCAyMDIwMIICIjANBgkq +hkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAri5WrRsc7/aVj6B3GyvTY4+ETUWiD59b +RatZe1E0+eyLinjF3WuvvcTfk0Uev5E4C64OFudBc/jbu9G4UeDLgztzOG53ig9Z +YybNpyrOVPu44sB8R85gfD+yc/LAGbaKkoc1DZAoouQVBGM+uq/ufF7MpotQsjj3 +QWPKzv9pj2gOlTblzLmMCcpL3TGQlsjMH/1WljTbjhzqLL6FLmPdqqmV0/0plRPw +yJiT2S0WR5ARg6I6IqIoV6Lr/sCMKKCmfecqQjuCgGOlYx8ZzHyyZqjC0203b+J+ +BlHZRYQfEs4kUmSFC0iAToexIiIwquuuvuAC4EDosEKAA1GqtH6qRNdDYfOiaxaJ +SaSjpCuKAsR49GiKweR6NrFvG5Ybd0mN1MkGco/PU+PcF4UgStyYJ9ORJitHHmkH +r96i5OTUawuzXnzUJIBHKWk7buis/UDr2O1xcSvy6Fgd60GXIsUf1DnQJ4+H4xj0 +4KlGDfV0OoIu0G4skaMxXDtG6nsEEFZegB31pWXogvziB4xiRfUg3kZwhqG8k9Me +dKZssCz3AwyIDMvUclOGvGBG85hqwvG/Q/lwIHfKN0F5VVJjjVsSn8VoxIidrPIw +q7ejMZdnrY8XD2zHc+0klGvIg5rQmjdJBKuxFshsSUktq6HQjJLyQUp5ISXbY9e2 +nKd+Qmn7OmMCAwEAAaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMC +AQYwHQYDVR0OBBYEFNwuH9FhN3nkq9XVsxJxaD1qaJwiMB8GA1UdIwQYMBaAFNwu +H9FhN3nkq9XVsxJxaD1qaJwiMA0GCSqGSIb3DQEBCwUAA4ICAQCR8EICaEDuw2jA +VC/f7GLDw56KoDEoqoOOpFaWEhCGVrqXctJUMHytGdUdaG/7FELYjQ7ztdGl4wJC +XtzoRlgHNQIw4Lx0SsFDKv/bGtCwr2zD/cuz9X9tAy5ZVp0tLTWMstZDFyySCstd +6IwPS3BD0IL/qMy/pJTAvoe9iuOTe8aPmxadJ2W8esVCgmxcB9CpwYhgROmYhRZf ++I/KARDOJcP5YBugxZfD0yyIMaK9MOzQ0MAS8cE54+X1+NZK3TTN+2/BT+MAi1bi +kvcoskJ3ciNnxz8RFbLEAwW+uxF7Cr+obuf/WEPPm2eggAe2HcqtbepBEX4tdJP7 +wry+UUTF72glJ4DjyKDUEuzZpTcdN3y0kcra1LGWge9oXHYQSa9+pTeAsRxSvTOB +TI/53WXZFM2KJVj04sWDpQmQ1GwUY7VA3+vA/MRYfg0UFodUJ25W5HCEuGwyEn6C +MUO+1918oa2u1qsgEu8KwxCMSZY13At1XrFP1U80DhEgB3VDRemjEdqso5nCtnkn +4rnvyOL2NSl6dPrFf4IFYqYK6miyeUcGbvJXqBUzxvd4Sj1Ce2t+/vdG6tHrju+I +aFvowdlxfv1k7/9nR4hYJS8+hge9+6jlgqispdNpQ80xiEmEU5LAsTkbOYMBMMTy +qfrQA71yN2BWHzZ8vTmR9W0Nv3vXkg== +-----END CERTIFICATE----- + +# Issuer: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Subject: CN=ANF Secure Server Root CA O=ANF Autoridad de Certificacion OU=ANF CA Raiz +# Label: "ANF Secure Server Root CA" +# Serial: 996390341000653745 +# MD5 Fingerprint: 26:a6:44:5a:d9:af:4e:2f:b2:1d:b6:65:b0:4e:e8:96 +# SHA1 Fingerprint: 5b:6e:68:d0:cc:15:b6:a0:5f:1e:c1:5f:ae:02:fc:6b:2f:5d:6f:74 +# SHA256 Fingerprint: fb:8f:ec:75:91:69:b9:10:6b:1e:51:16:44:c6:18:c5:13:04:37:3f:6c:06:43:08:8d:8b:ef:fd:1b:99:75:99 +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum EC-384 CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum EC-384 CA" +# Serial: 160250656287871593594747141429395092468 +# MD5 Fingerprint: b6:65:b3:96:60:97:12:a1:ec:4e:e1:3d:a3:c6:c9:f1 +# SHA1 Fingerprint: f3:3e:78:3c:ac:df:f4:a2:cc:ac:67:55:69:56:d7:e5:16:3c:e1:ed +# SHA256 Fingerprint: 6b:32:80:85:62:53:18:aa:50:d1:73:c9:8d:8b:da:09:d5:7e:27:41:3d:11:4c:f7:87:a0:f5:d0:6c:03:0c:f6 +-----BEGIN CERTIFICATE----- +MIICZTCCAeugAwIBAgIQeI8nXIESUiClBNAt3bpz9DAKBggqhkjOPQQDAzB0MQsw +CQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBTLkEuMScw +JQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAXBgNVBAMT +EENlcnR1bSBFQy0zODQgQ0EwHhcNMTgwMzI2MDcyNDU0WhcNNDMwMzI2MDcyNDU0 +WjB0MQswCQYDVQQGEwJQTDEhMB8GA1UEChMYQXNzZWNvIERhdGEgU3lzdGVtcyBT +LkEuMScwJQYDVQQLEx5DZXJ0dW0gQ2VydGlmaWNhdGlvbiBBdXRob3JpdHkxGTAX +BgNVBAMTEENlcnR1bSBFQy0zODQgQ0EwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATE +KI6rGFtqvm5kN2PkzeyrOvfMobgOgknXhimfoZTy42B4mIF4Bk3y7JoOV2CDn7Tm +Fy8as10CW4kjPMIRBSqniBMY81CE1700LCeJVf/OTOffph8oxPBUw7l8t1Ot68Kj +QjBAMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFI0GZnQkdjrzife81r1HfS+8 +EF9LMA4GA1UdDwEB/wQEAwIBBjAKBggqhkjOPQQDAwNoADBlAjADVS2m5hjEfO/J +UG7BJw+ch69u1RsIGL2SKcHvlJF40jocVYli5RsJHrpka/F2tNQCMQC0QoSZ/6vn +nvuRlydd3LBbMHHOXjgaatkl5+r3YZJW+OraNsKHZZYuciUvf9/DE8k= +-----END CERTIFICATE----- + +# Issuer: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Subject: CN=Certum Trusted Root CA O=Asseco Data Systems S.A. OU=Certum Certification Authority +# Label: "Certum Trusted Root CA" +# Serial: 40870380103424195783807378461123655149 +# MD5 Fingerprint: 51:e1:c2:e7:fe:4c:84:af:59:0e:2f:f4:54:6f:ea:29 +# SHA1 Fingerprint: c8:83:44:c0:18:ae:9f:cc:f1:87:b7:8f:22:d1:c5:d7:45:84:ba:e5 +# SHA256 Fingerprint: fe:76:96:57:38:55:77:3e:37:a9:5e:7a:d4:d9:cc:96:c3:01:57:c1:5d:31:76:5b:a9:b1:57:04:e1:ae:78:fd +-----BEGIN CERTIFICATE----- +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 +-----END CERTIFICATE----- + +# Issuer: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Subject: CN=TunTrust Root CA O=Agence Nationale de Certification Electronique +# Label: "TunTrust Root CA" +# Serial: 108534058042236574382096126452369648152337120275 +# MD5 Fingerprint: 85:13:b9:90:5b:36:5c:b6:5e:b8:5a:f8:e0:31:57:b4 +# SHA1 Fingerprint: cf:e9:70:84:0f:e0:73:0f:9d:f6:0c:7f:2c:4b:ee:20:46:34:9c:bb +# SHA256 Fingerprint: 2e:44:10:2a:b5:8c:b8:54:19:45:1c:8e:19:d9:ac:f3:66:2c:af:bc:61:4b:6a:53:96:0a:30:f7:d0:e2:eb:41 +-----BEGIN CERTIFICATE----- +MIIFszCCA5ugAwIBAgIUEwLV4kBMkkaGFmddtLu7sms+/BMwDQYJKoZIhvcNAQEL +BQAwYTELMAkGA1UEBhMCVE4xNzA1BgNVBAoMLkFnZW5jZSBOYXRpb25hbGUgZGUg +Q2VydGlmaWNhdGlvbiBFbGVjdHJvbmlxdWUxGTAXBgNVBAMMEFR1blRydXN0IFJv +b3QgQ0EwHhcNMTkwNDI2MDg1NzU2WhcNNDQwNDI2MDg1NzU2WjBhMQswCQYDVQQG +EwJUTjE3MDUGA1UECgwuQWdlbmNlIE5hdGlvbmFsZSBkZSBDZXJ0aWZpY2F0aW9u +IEVsZWN0cm9uaXF1ZTEZMBcGA1UEAwwQVHVuVHJ1c3QgUm9vdCBDQTCCAiIwDQYJ +KoZIhvcNAQEBBQADggIPADCCAgoCggIBAMPN0/y9BFPdDCA61YguBUtB9YOCfvdZ +n56eY+hz2vYGqU8ftPkLHzmMmiDQfgbU7DTZhrx1W4eI8NLZ1KMKsmwb60ksPqxd +2JQDoOw05TDENX37Jk0bbjBU2PWARZw5rZzJJQRNmpA+TkBuimvNKWfGzC3gdOgF +VwpIUPp6Q9p+7FuaDmJ2/uqdHYVy7BG7NegfJ7/Boce7SBbdVtfMTqDhuazb1YMZ +GoXRlJfXyqNlC/M4+QKu3fZnz8k/9YosRxqZbwUN/dAdgjH8KcwAWJeRTIAAHDOF +li/LQcKLEITDCSSJH7UP2dl3RxiSlGBcx5kDPP73lad9UKGAwqmDrViWVSHbhlnU +r8a83YFuB9tgYv7sEG7aaAH0gxupPqJbI9dkxt/con3YS7qC0lH4Zr8GRuR5KiY2 +eY8fTpkdso8MDhz/yV3A/ZAQprE38806JG60hZC/gLkMjNWb1sjxVj8agIl6qeIb +MlEsPvLfe/ZdeikZjuXIvTZxi11Mwh0/rViizz1wTaZQmCXcI/m4WEEIcb9PuISg +jwBUFfyRbVinljvrS5YnzWuioYasDXxU5mZMZl+QviGaAkYt5IPCgLnPSz7ofzwB +7I9ezX/SKEIBlYrilz0QIX32nRzFNKHsLA4KUiwSVXAkPcvCFDVDXSdOvsC9qnyW +5/yeYa1E0wCXAgMBAAGjYzBhMB0GA1UdDgQWBBQGmpsfU33x9aTI04Y+oXNZtPdE +ITAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFAaamx9TffH1pMjThj6hc1m0 +90QhMA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAqgVutt0Vyb+z +xiD2BkewhpMl0425yAA/l/VSJ4hxyXT968pk21vvHl26v9Hr7lxpuhbI87mP0zYu +QEkHDVneixCwSQXi/5E/S7fdAo74gShczNxtr18UnH1YeA32gAm56Q6XKRm4t+v4 +FstVEuTGfbvE7Pi1HE4+Z7/FXxttbUcoqgRYYdZ2vyJ/0Adqp2RT8JeNnYA/u8EH +22Wv5psymsNUk8QcCMNE+3tjEUPRahphanltkE8pjkcFwRJpadbGNjHh/PqAulxP +xOu3Mqz4dWEX1xAZufHSCe96Qp1bWgvUxpVOKs7/B9dPfhgGiPEZtdmYu65xxBzn +dFlY7wyJz4sfdZMaBBSSSFCp61cpABbjNhzI+L/wM9VBD8TMPN3pM0MBkRArHtG5 +Xc0yGYuPjCB31yLEQtyEFpslbei0VXF/sHyz03FJuc9SpAQ/3D2gu68zngowYI7b +nV2UqL1g52KAdoGDDIzMMEZJ4gzSqK/rYXHv5yJiqfdcZGyfFoxnNidF9Ql7v/YQ +CvGwjVRDjAS6oz/v4jXH+XTgbzRB0L9zZVcg+ZtnemZoJE6AZb0QmQZZ8mWvuMZH +u/2QeItBcy6vVR/cO5JyboTT0GFMDcx2V+IthSIVNg3rAZ3r2OvEhJn7wAzMMujj +d9qDRIueVSjAi1jTkD5OGwDxFa2DK5o= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS RSA Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS RSA Root CA 2021" +# Serial: 76817823531813593706434026085292783742 +# MD5 Fingerprint: 65:47:9b:58:86:dd:2c:f0:fc:a2:84:1f:1e:96:c4:91 +# SHA1 Fingerprint: 02:2d:05:82:fa:88:ce:14:0c:06:79:de:7f:14:10:e9:45:d7:a5:6d +# SHA256 Fingerprint: d9:5d:0e:8e:da:79:52:5b:f9:be:b1:1b:14:d2:10:0d:32:94:98:5f:0c:62:d9:fa:bd:9c:d9:99:ec:cb:7b:1d +-----BEGIN CERTIFICATE----- +MIIFpDCCA4ygAwIBAgIQOcqTHO9D88aOk8f0ZIk4fjANBgkqhkiG9w0BAQsFADBs +MQswCQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJl +c2VhcmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBSU0Eg +Um9vdCBDQSAyMDIxMB4XDTIxMDIxOTEwNTUzOFoXDTQ1MDIxMzEwNTUzN1owbDEL +MAkGA1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNl +YXJjaCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgUlNBIFJv +b3QgQ0EgMjAyMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAIvC569l +mwVnlskNJLnQDmT8zuIkGCyEf3dRywQRNrhe7Wlxp57kJQmXZ8FHws+RFjZiPTgE +4VGC/6zStGndLuwRo0Xua2s7TL+MjaQenRG56Tj5eg4MmOIjHdFOY9TnuEFE+2uv +a9of08WRiFukiZLRgeaMOVig1mlDqa2YUlhu2wr7a89o+uOkXjpFc5gH6l8Cct4M +pbOfrqkdtx2z/IpZ525yZa31MJQjB/OCFks1mJxTuy/K5FrZx40d/JiZ+yykgmvw +Kh+OC19xXFyuQnspiYHLA6OZyoieC0AJQTPb5lh6/a6ZcMBaD9YThnEvdmn8kN3b +LW7R8pv1GmuebxWMevBLKKAiOIAkbDakO/IwkfN4E8/BPzWr8R0RI7VDIp4BkrcY +AuUR0YLbFQDMYTfBKnya4dC6s1BG7oKsnTH4+yPiAwBIcKMJJnkVU2DzOFytOOqB +AGMUuTNe3QvboEUHGjMJ+E20pwKmafTCWQWIZYVWrkvL4N48fS0ayOn7H6NhStYq +E613TBoYm5EPWNgGVMWX+Ko/IIqmhaZ39qb8HOLubpQzKoNQhArlT4b4UEV4AIHr +W2jjJo3Me1xR9BQsQL4aYB16cmEdH2MtiKrOokWQCPxrvrNQKlr9qEgYRtaQQJKQ +CoReaDH46+0N0x3GfZkYVVYnZS6NRcUk7M7jAgMBAAGjQjBAMA8GA1UdEwEB/wQF +MAMBAf8wHQYDVR0OBBYEFApII6ZgpJIKM+qTW8VX6iVNvRLuMA4GA1UdDwEB/wQE +AwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAPpBIqm5iFSVmewzVjIuJndftTgfvnNAU +X15QvWiWkKQUEapobQk1OUAJ2vQJLDSle1mESSmXdMgHHkdt8s4cUCbjnj1AUz/3 +f5Z2EMVGpdAgS1D0NTsY9FVqQRtHBmg8uwkIYtlfVUKqrFOFrJVWNlar5AWMxaja +H6NpvVMPxP/cyuN+8kyIhkdGGvMA9YCRotxDQpSbIPDRzbLrLFPCU3hKTwSUQZqP +JzLB5UkZv/HywouoCjkxKLR9YjYsTewfM7Z+d21+UPCfDtcRj88YxeMn/ibvBZ3P +zzfF0HvaO7AWhAw6k9a+F9sPPg4ZeAnHqQJyIkv3N3a6dcSFA1pj1bF1BcK5vZSt +jBWZp5N99sXzqnTPBIWUmAD04vnKJGW/4GKvyMX6ssmeVkjaef2WdhW+o45WxLM0 +/L5H9MG0qPzVMIho7suuyWPEdr6sOBjhXlzPrjoiUevRi7PzKzMHVIf6tLITe7pT +BGIBnfHAT+7hOtSLIBD6Alfm78ELt5BGnBkpjNxvoEppaZS3JGWg/6w/zgH7IS79 +aPib8qXPMThcFarmlwDB31qlpzmq6YR/PFGoOtmUW4y/Twhx5duoXNTSpv4Ao8YW +xw/ogM4cKGR0GQjTQuPOAF1/sdwTsOEFy9EgqoZ0njnnkf3/W9b3raYvAwtt41dU +63ZTGI0RmLo= +-----END CERTIFICATE----- + +# Issuer: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Subject: CN=HARICA TLS ECC Root CA 2021 O=Hellenic Academic and Research Institutions CA +# Label: "HARICA TLS ECC Root CA 2021" +# Serial: 137515985548005187474074462014555733966 +# MD5 Fingerprint: ae:f7:4c:e5:66:35:d1:b7:9b:8c:22:93:74:d3:4b:b0 +# SHA1 Fingerprint: bc:b0:c1:9d:e9:98:92:70:19:38:57:e9:8d:a7:b4:5d:6e:ee:01:48 +# SHA256 Fingerprint: 3f:99:cc:47:4a:cf:ce:4d:fe:d5:87:94:66:5e:47:8d:15:47:73:9f:2e:78:0f:1b:b4:ca:9b:13:30:97:d4:01 +-----BEGIN CERTIFICATE----- +MIICVDCCAdugAwIBAgIQZ3SdjXfYO2rbIvT/WeK/zjAKBggqhkjOPQQDAzBsMQsw +CQYDVQQGEwJHUjE3MDUGA1UECgwuSGVsbGVuaWMgQWNhZGVtaWMgYW5kIFJlc2Vh +cmNoIEluc3RpdHV0aW9ucyBDQTEkMCIGA1UEAwwbSEFSSUNBIFRMUyBFQ0MgUm9v +dCBDQSAyMDIxMB4XDTIxMDIxOTExMDExMFoXDTQ1MDIxMzExMDEwOVowbDELMAkG +A1UEBhMCR1IxNzA1BgNVBAoMLkhlbGxlbmljIEFjYWRlbWljIGFuZCBSZXNlYXJj +aCBJbnN0aXR1dGlvbnMgQ0ExJDAiBgNVBAMMG0hBUklDQSBUTFMgRUNDIFJvb3Qg +Q0EgMjAyMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABDgI/rGgltJ6rK9JOtDA4MM7 +KKrxcm1lAEeIhPyaJmuqS7psBAqIXhfyVYf8MLA04jRYVxqEU+kw2anylnTDUR9Y +STHMmE5gEYd103KUkE+bECUqqHgtvpBBWJAVcqeht6NCMEAwDwYDVR0TAQH/BAUw +AwEB/zAdBgNVHQ4EFgQUyRtTgRL+BNUW0aq8mm+3oJUZbsowDgYDVR0PAQH/BAQD +AgGGMAoGCCqGSM49BAMDA2cAMGQCMBHervjcToiwqfAircJRQO9gcS3ujwLEXQNw +SaSS6sUUiHCm0w2wqsosQJz76YJumgIwK0eaB8bRwoF8yguWGEEbo/QwCZ61IygN +nxS2PFOiTAZpffpskcYqSUXm7LcT4Tps +-----END CERTIFICATE----- + +# Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Subject: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068 +# Label: "Autoridad de Certificacion Firmaprofesional CIF A62634068" +# Serial: 1977337328857672817 +# MD5 Fingerprint: 4e:6e:9b:54:4c:ca:b7:fa:48:e4:90:b1:15:4b:1c:a3 +# SHA1 Fingerprint: 0b:be:c2:27:22:49:cb:39:aa:db:35:5c:53:e3:8c:ae:78:ff:b6:fe +# SHA256 Fingerprint: 57:de:05:83:ef:d2:b2:6e:03:61:da:99:da:9d:f4:64:8d:ef:7e:e8:44:1c:3b:72:8a:fa:9b:cd:e0:f9:b2:6a +-----BEGIN CERTIFICATE----- +MIIGFDCCA/ygAwIBAgIIG3Dp0v+ubHEwDQYJKoZIhvcNAQELBQAwUTELMAkGA1UE +BhMCRVMxQjBABgNVBAMMOUF1dG9yaWRhZCBkZSBDZXJ0aWZpY2FjaW9uIEZpcm1h +cHJvZmVzaW9uYWwgQ0lGIEE2MjYzNDA2ODAeFw0xNDA5MjMxNTIyMDdaFw0zNjA1 +MDUxNTIyMDdaMFExCzAJBgNVBAYTAkVTMUIwQAYDVQQDDDlBdXRvcmlkYWQgZGUg +Q2VydGlmaWNhY2lvbiBGaXJtYXByb2Zlc2lvbmFsIENJRiBBNjI2MzQwNjgwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQDKlmuO6vj78aI14H9M2uDDUtd9 +thDIAl6zQyrET2qyyhxdKJp4ERppWVevtSBC5IsP5t9bpgOSL/UR5GLXMnE42QQM +cas9UX4PB99jBVzpv5RvwSmCwLTaUbDBPLutN0pcyvFLNg4kq7/DhHf9qFD0sefG +L9ItWY16Ck6WaVICqjaY7Pz6FIMMNx/Jkjd/14Et5cS54D40/mf0PmbR0/RAz15i +NA9wBj4gGFrO93IbJWyTdBSTo3OxDqqHECNZXyAFGUftaI6SEspd/NYrspI8IM/h +X68gvqB2f3bl7BqGYTM+53u0P6APjqK5am+5hyZvQWyIplD9amML9ZMWGxmPsu2b +m8mQ9QEM3xk9Dz44I8kvjwzRAv4bVdZO0I08r0+k8/6vKtMFnXkIoctXMbScyJCy +Z/QYFpM6/EfY0XiWMR+6KwxfXZmtY4laJCB22N/9q06mIqqdXuYnin1oKaPnirja +EbsXLZmdEyRG98Xi2J+Of8ePdG1asuhy9azuJBCtLxTa/y2aRnFHvkLfuwHb9H/T +KI8xWVvTyQKmtFLKbpf7Q8UIJm+K9Lv9nyiqDdVF8xM6HdjAeI9BZzwelGSuewvF +6NkBiDkal4ZkQdU7hwxu+g/GvUgUvzlN1J5Bto+WHWOWk9mVBngxaJ43BjuAiUVh +OSPHG0SjFeUc+JIwuwIDAQABo4HvMIHsMB0GA1UdDgQWBBRlzeurNR4APn7VdMAc +tHNHDhpkLzASBgNVHRMBAf8ECDAGAQH/AgEBMIGmBgNVHSAEgZ4wgZswgZgGBFUd +IAAwgY8wLwYIKwYBBQUHAgEWI2h0dHA6Ly93d3cuZmlybWFwcm9mZXNpb25hbC5j +b20vY3BzMFwGCCsGAQUFBwICMFAeTgBQAGEAcwBlAG8AIABkAGUAIABsAGEAIABC +AG8AbgBhAG4AbwB2AGEAIAA0ADcAIABCAGEAcgBjAGUAbABvAG4AYQAgADAAOAAw +ADEANzAOBgNVHQ8BAf8EBAMCAQYwDQYJKoZIhvcNAQELBQADggIBAHSHKAIrdx9m +iWTtj3QuRhy7qPj4Cx2Dtjqn6EWKB7fgPiDL4QjbEwj4KKE1soCzC1HA01aajTNF +Sa9J8OA9B3pFE1r/yJfY0xgsfZb43aJlQ3CTkBW6kN/oGbDbLIpgD7dvlAceHabJ +hfa9NPhAeGIQcDq+fUs5gakQ1JZBu/hfHAsdCPKxsIl68veg4MSPi3i1O1ilI45P +Vf42O+AMt8oqMEEgtIDNrvx2ZnOorm7hfNoD6JQg5iKj0B+QXSBTFCZX2lSX3xZE +EAEeiGaPcjiT3SC3NL7X8e5jjkd5KAb881lFJWAiMxujX6i6KtoaPc1A6ozuBRWV +1aUsIC+nmCjuRfzxuIgALI9C2lHVnOUTaHFFQ4ueCyE8S1wF3BqfmI7avSKecs2t +CsvMo2ebKHTEm9caPARYpoKdrcd7b/+Alun4jWq9GJAd/0kakFI3ky88Al2CdgtR +5xbHV/g4+afNmyJU72OwFW1TZQNKXkqgsqeOSQBZONXH9IBk9W6VULgRfhVwOEqw +f9DEMnDAGf/JOC0ULGb0QkTmVXYbgBVX/8Cnp6o5qtjTcNAuuuuUavpfNIbnYrX9 +ivAwhZTJryQCL2/W3Wf+47BVTwSYT6RBVuKT0Gro1vP7ZeDOdcQxWQzugsgMYDNK +GbqEZycPvEJdvSRUDewdcAZfpLz6IHxV +-----END CERTIFICATE----- + +# Issuer: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus ECC Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus ECC Root CA" +# Serial: 630369271402956006249506845124680065938238527194 +# MD5 Fingerprint: de:4b:c1:f5:52:8c:9b:43:e1:3e:8f:55:54:17:8d:85 +# SHA1 Fingerprint: f6:9c:db:b0:fc:f6:02:13:b6:52:32:a6:a3:91:3f:16:70:da:c3:e1 +# SHA256 Fingerprint: 30:fb:ba:2c:32:23:8e:2a:98:54:7a:f9:79:31:e5:50:42:8b:9b:3f:1c:8e:eb:66:33:dc:fa:86:c5:b2:7d:d3 +-----BEGIN CERTIFICATE----- +MIICDzCCAZWgAwIBAgIUbmq8WapTvpg5Z6LSa6Q75m0c1towCgYIKoZIzj0EAwMw +RzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4xGjAY +BgNVBAMTEXZUcnVzIEVDQyBSb290IENBMB4XDTE4MDczMTA3MjY0NFoXDTQzMDcz +MTA3MjY0NFowRzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28u +LEx0ZC4xGjAYBgNVBAMTEXZUcnVzIEVDQyBSb290IENBMHYwEAYHKoZIzj0CAQYF +K4EEACIDYgAEZVBKrox5lkqqHAjDo6LN/llWQXf9JpRCux3NCNtzslt188+cToL0 +v/hhJoVs1oVbcnDS/dtitN9Ti72xRFhiQgnH+n9bEOf+QP3A2MMrMudwpremIFUd +e4BdS49nTPEQo0IwQDAdBgNVHQ4EFgQUmDnNvtiyjPeyq+GtJK97fKHbH88wDwYD +VR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAQYwCgYIKoZIzj0EAwMDaAAwZQIw +V53dVvHH4+m4SVBrm2nDb+zDfSXkV5UTQJtS0zvzQBm8JsctBp61ezaf9SXUY2sA +AjEA6dPGnlaaKsyh2j/IZivTWJwghfqrkYpwcBE4YGQLYgmRWAD5Tfs0aNoJrSEG +GJTO +-----END CERTIFICATE----- + +# Issuer: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Subject: CN=vTrus Root CA O=iTrusChina Co.,Ltd. +# Label: "vTrus Root CA" +# Serial: 387574501246983434957692974888460947164905180485 +# MD5 Fingerprint: b8:c9:37:df:fa:6b:31:84:64:c5:ea:11:6a:1b:75:fc +# SHA1 Fingerprint: 84:1a:69:fb:f5:cd:1a:25:34:13:3d:e3:f8:fc:b8:99:d0:c9:14:b7 +# SHA256 Fingerprint: 8a:71:de:65:59:33:6f:42:6c:26:e5:38:80:d0:0d:88:a1:8d:a4:c6:a9:1f:0d:cb:61:94:e2:06:c5:c9:63:87 +-----BEGIN CERTIFICATE----- +MIIFVjCCAz6gAwIBAgIUQ+NxE9izWRRdt86M/TX9b7wFjUUwDQYJKoZIhvcNAQEL +BQAwQzELMAkGA1UEBhMCQ04xHDAaBgNVBAoTE2lUcnVzQ2hpbmEgQ28uLEx0ZC4x +FjAUBgNVBAMTDXZUcnVzIFJvb3QgQ0EwHhcNMTgwNzMxMDcyNDA1WhcNNDMwNzMx +MDcyNDA1WjBDMQswCQYDVQQGEwJDTjEcMBoGA1UEChMTaVRydXNDaGluYSBDby4s +THRkLjEWMBQGA1UEAxMNdlRydXMgUm9vdCBDQTCCAiIwDQYJKoZIhvcNAQEBBQAD +ggIPADCCAgoCggIBAL1VfGHTuB0EYgWgrmy3cLRB6ksDXhA/kFocizuwZotsSKYc +IrrVQJLuM7IjWcmOvFjai57QGfIvWcaMY1q6n6MLsLOaXLoRuBLpDLvPbmyAhykU +AyyNJJrIZIO1aqwTLDPxn9wsYTwaP3BVm60AUn/PBLn+NvqcwBauYv6WTEN+VRS+ +GrPSbcKvdmaVayqwlHeFXgQPYh1jdfdr58tbmnDsPmcF8P4HCIDPKNsFxhQnL4Z9 +8Cfe/+Z+M0jnCx5Y0ScrUw5XSmXX+6KAYPxMvDVTAWqXcoKv8R1w6Jz1717CbMdH +flqUhSZNO7rrTOiwCcJlwp2dCZtOtZcFrPUGoPc2BX70kLJrxLT5ZOrpGgrIDajt +J8nU57O5q4IikCc9Kuh8kO+8T/3iCiSn3mUkpF3qwHYw03dQ+A0Em5Q2AXPKBlim +0zvc+gRGE1WKyURHuFE5Gi7oNOJ5y1lKCn+8pu8fA2dqWSslYpPZUxlmPCdiKYZN +pGvu/9ROutW04o5IWgAZCfEF2c6Rsffr6TlP9m8EQ5pV9T4FFL2/s1m02I4zhKOQ +UqqzApVg+QxMaPnu1RcN+HFXtSXkKe5lXa/R7jwXC1pDxaWG6iSe4gUH3DRCEpHW +OXSuTEGC2/KmSNGzm/MzqvOmwMVO9fSddmPmAsYiS8GVP1BkLFTltvA8Kc9XAgMB +AAGjQjBAMB0GA1UdDgQWBBRUYnBj8XWEQ1iO0RYgscasGrz2iTAPBgNVHRMBAf8E +BTADAQH/MA4GA1UdDwEB/wQEAwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAKbqSSaet +8PFww+SX8J+pJdVrnjT+5hpk9jprUrIQeBqfTNqK2uwcN1LgQkv7bHbKJAs5EhWd +nxEt/Hlk3ODg9d3gV8mlsnZwUKT+twpw1aA08XXXTUm6EdGz2OyC/+sOxL9kLX1j +bhd47F18iMjrjld22VkE+rxSH0Ws8HqA7Oxvdq6R2xCOBNyS36D25q5J08FsEhvM +Kar5CKXiNxTKsbhm7xqC5PD48acWabfbqWE8n/Uxy+QARsIvdLGx14HuqCaVvIiv +TDUHKgLKeBRtRytAVunLKmChZwOgzoy8sHJnxDHO2zTlJQNgJXtxmOTAGytfdELS +S8VZCAeHvsXDf+eW2eHcKJfWjwXj9ZtOyh1QRwVTsMo554WgicEFOwE30z9J4nfr +I8iIZjs9OXYhRvHsXyO466JmdXTBQPfYaJqT4i2pLr0cox7IdMakLXogqzu4sEb9 +b91fUlV1YvCXoHzXOP0l382gmxDPi7g4Xl7FtKYCNqEeXxzP4padKar9mK5S4fNB +UvupLnKWnyfjqnN9+BojZns7q2WwMgFLFT49ok8MKzWixtlnEjUwzXYuFrOZnk1P +Ti07NEPhmg4NpGaXutIcSkwsKouLgU9xGqndXHt7CMUADTdA43x7VF8vhV929ven +sBxXVsFy6K2ir40zSbofitzmdHxghm+Hl3s= +-----END CERTIFICATE----- + +# Issuer: CN=ISRG Root X2 O=Internet Security Research Group +# Subject: CN=ISRG Root X2 O=Internet Security Research Group +# Label: "ISRG Root X2" +# Serial: 87493402998870891108772069816698636114 +# MD5 Fingerprint: d3:9e:c4:1e:23:3c:a6:df:cf:a3:7e:6d:e0:14:e6:e5 +# SHA1 Fingerprint: bd:b1:b9:3c:d5:97:8d:45:c6:26:14:55:f8:db:95:c7:5a:d1:53:af +# SHA256 Fingerprint: 69:72:9b:8e:15:a8:6e:fc:17:7a:57:af:b7:17:1d:fc:64:ad:d2:8c:2f:ca:8c:f1:50:7e:34:45:3c:cb:14:70 +-----BEGIN CERTIFICATE----- +MIICGzCCAaGgAwIBAgIQQdKd0XLq7qeAwSxs6S+HUjAKBggqhkjOPQQDAzBPMQsw +CQYDVQQGEwJVUzEpMCcGA1UEChMgSW50ZXJuZXQgU2VjdXJpdHkgUmVzZWFyY2gg +R3JvdXAxFTATBgNVBAMTDElTUkcgUm9vdCBYMjAeFw0yMDA5MDQwMDAwMDBaFw00 +MDA5MTcxNjAwMDBaME8xCzAJBgNVBAYTAlVTMSkwJwYDVQQKEyBJbnRlcm5ldCBT +ZWN1cml0eSBSZXNlYXJjaCBHcm91cDEVMBMGA1UEAxMMSVNSRyBSb290IFgyMHYw +EAYHKoZIzj0CAQYFK4EEACIDYgAEzZvVn4CDCuwJSvMWSj5cz3es3mcFDR0HttwW ++1qLFNvicWDEukWVEYmO6gbf9yoWHKS5xcUy4APgHoIYOIvXRdgKam7mAHf7AlF9 +ItgKbppbd9/w+kHsOdx1ymgHDB/qo0IwQDAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0T +AQH/BAUwAwEB/zAdBgNVHQ4EFgQUfEKWrt5LSDv6kviejM9ti6lyN5UwCgYIKoZI +zj0EAwMDaAAwZQIwe3lORlCEwkSHRhtFcP9Ymd70/aTSVaYgLXTWNLxBo1BfASdW +tL4ndQavEi51mI38AjEAi/V3bNTIZargCyzuFJ0nN6T5U6VR5CmD1/iQMVtCnwr1 +/q4AaOeMSQ+2b1tbFfLn +-----END CERTIFICATE----- + +# Issuer: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Subject: CN=HiPKI Root CA - G1 O=Chunghwa Telecom Co., Ltd. +# Label: "HiPKI Root CA - G1" +# Serial: 60966262342023497858655262305426234976 +# MD5 Fingerprint: 69:45:df:16:65:4b:e8:68:9a:8f:76:5f:ff:80:9e:d3 +# SHA1 Fingerprint: 6a:92:e4:a8:ee:1b:ec:96:45:37:e3:29:57:49:cd:96:e3:e5:d2:60 +# SHA256 Fingerprint: f0:15:ce:3c:c2:39:bf:ef:06:4b:e9:f1:d2:c4:17:e1:a0:26:4a:0a:94:be:1f:0c:8d:12:18:64:eb:69:49:cc +-----BEGIN CERTIFICATE----- +MIIFajCCA1KgAwIBAgIQLd2szmKXlKFD6LDNdmpeYDANBgkqhkiG9w0BAQsFADBP +MQswCQYDVQQGEwJUVzEjMCEGA1UECgwaQ2h1bmdod2EgVGVsZWNvbSBDby4sIEx0 +ZC4xGzAZBgNVBAMMEkhpUEtJIFJvb3QgQ0EgLSBHMTAeFw0xOTAyMjIwOTQ2MDRa +Fw0zNzEyMzExNTU5NTlaME8xCzAJBgNVBAYTAlRXMSMwIQYDVQQKDBpDaHVuZ2h3 +YSBUZWxlY29tIENvLiwgTHRkLjEbMBkGA1UEAwwSSGlQS0kgUm9vdCBDQSAtIEcx +MIICIjANBgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEA9B5/UnMyDHPkvRN0o9Qw +qNCuS9i233VHZvR85zkEHmpwINJaR3JnVfSl6J3VHiGh8Ge6zCFovkRTv4354twv +Vcg3Px+kwJyz5HdcoEb+d/oaoDjq7Zpy3iu9lFc6uux55199QmQ5eiY29yTw1S+6 +lZgRZq2XNdZ1AYDgr/SEYYwNHl98h5ZeQa/rh+r4XfEuiAU+TCK72h8q3VJGZDnz +Qs7ZngyzsHeXZJzA9KMuH5UHsBffMNsAGJZMoYFL3QRtU6M9/Aes1MU3guvklQgZ +KILSQjqj2FPseYlgSGDIcpJQ3AOPgz+yQlda22rpEZfdhSi8MEyr48KxRURHH+CK +FgeW0iEPU8DtqX7UTuybCeyvQqww1r/REEXgphaypcXTT3OUM3ECoWqj1jOXTyFj +HluP2cFeRXF3D4FdXyGarYPM+l7WjSNfGz1BryB1ZlpK9p/7qxj3ccC2HTHsOyDr +y+K49a6SsvfhhEvyovKTmiKe0xRvNlS9H15ZFblzqMF8b3ti6RZsR1pl8w4Rm0bZ +/W3c1pzAtH2lsN0/Vm+h+fbkEkj9Bn8SV7apI09bA8PgcSojt/ewsTu8mL3WmKgM +a/aOEmem8rJY5AIJEzypuxC00jBF8ez3ABHfZfjcK0NVvxaXxA/VLGGEqnKG/uY6 +fsI/fe78LxQ+5oXdUG+3Se0CAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNV +HQ4EFgQU8ncX+l6o/vY9cdVouslGDDjYr7AwDgYDVR0PAQH/BAQDAgGGMA0GCSqG +SIb3DQEBCwUAA4ICAQBQUfB13HAE4/+qddRxosuej6ip0691x1TPOhwEmSKsxBHi +7zNKpiMdDg1H2DfHb680f0+BazVP6XKlMeJ45/dOlBhbQH3PayFUhuaVevvGyuqc +SE5XCV0vrPSltJczWNWseanMX/mF+lLFjfiRFOs6DRfQUsJ748JzjkZ4Bjgs6Fza +ZsT0pPBWGTMpWmWSBUdGSquEwx4noR8RkpkndZMPvDY7l1ePJlsMu5wP1G4wB9Tc +XzZoZjmDlicmisjEOf6aIW/Vcobpf2Lll07QJNBAsNB1CI69aO4I1258EHBGG3zg +iLKecoaZAeO/n0kZtCW+VmWuF2PlHt/o/0elv+EmBYTksMCv5wiZqAxeJoBF1Pho +L5aPruJKHJwWDBNvOIf2u8g0X5IDUXlwpt/L9ZlNec1OvFefQ05rLisY+GpzjLrF +Ne85akEez3GoorKGB1s6yeHvP2UEgEcyRHCVTjFnanRbEEV16rCf0OY1/k6fi8wr +kkVbbiVghUbN0aqwdmaTd5a+g744tiROJgvM7XpWGuDpWsZkrUx6AEhEL7lAuxM+ +vhV4nYWBSipX3tUZQ9rbyltHhoMLP7YNdnhzeSJesYAfz77RP1YQmCuVh6EfnWQU +YDksswBVLuT1sw5XxJFBAJw/6KXf6vb/yPCtbVKoF6ubYfwSUTXkJf2vqmqGOQ== +-----END CERTIFICATE----- + +# Issuer: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Subject: CN=GlobalSign O=GlobalSign OU=GlobalSign ECC Root CA - R4 +# Label: "GlobalSign ECC Root CA - R4" +# Serial: 159662223612894884239637590694 +# MD5 Fingerprint: 26:29:f8:6d:e1:88:bf:a2:65:7f:aa:c4:cd:0f:7f:fc +# SHA1 Fingerprint: 6b:a0:b0:98:e1:71:ef:5a:ad:fe:48:15:80:77:10:f4:bd:6f:0b:28 +# SHA256 Fingerprint: b0:85:d7:0b:96:4f:19:1a:73:e4:af:0d:54:ae:7a:0e:07:aa:fd:af:9b:71:dd:08:62:13:8a:b7:32:5a:24:a2 +-----BEGIN CERTIFICATE----- +MIIB3DCCAYOgAwIBAgINAgPlfvU/k/2lCSGypjAKBggqhkjOPQQDAjBQMSQwIgYD +VQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0gUjQxEzARBgNVBAoTCkdsb2Jh +bFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wHhcNMTIxMTEzMDAwMDAwWhcNMzgw +MTE5MDMxNDA3WjBQMSQwIgYDVQQLExtHbG9iYWxTaWduIEVDQyBSb290IENBIC0g +UjQxEzARBgNVBAoTCkdsb2JhbFNpZ24xEzARBgNVBAMTCkdsb2JhbFNpZ24wWTAT +BgcqhkjOPQIBBggqhkjOPQMBBwNCAAS4xnnTj2wlDp8uORkcA6SumuU5BwkWymOx +uYb4ilfBV85C+nOh92VC/x7BALJucw7/xyHlGKSq2XE/qNS5zowdo0IwQDAOBgNV +HQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUVLB7rUW44kB/ ++wpu+74zyTyjhNUwCgYIKoZIzj0EAwIDRwAwRAIgIk90crlgr/HmnKAWBVBfw147 +bmF0774BxL4YSFlhgjICICadVGNA3jdgUM/I2O2dgq43mLyjj0xMqTQrbO/7lZsm +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R1 O=Google Trust Services LLC +# Subject: CN=GTS Root R1 O=Google Trust Services LLC +# Label: "GTS Root R1" +# Serial: 159662320309726417404178440727 +# MD5 Fingerprint: 05:fe:d0:bf:71:a8:a3:76:63:da:01:e0:d8:52:dc:40 +# SHA1 Fingerprint: e5:8c:1c:c4:91:3b:38:63:4b:e9:10:6e:e3:ad:8e:6b:9d:d9:81:4a +# SHA256 Fingerprint: d9:47:43:2a:bd:e7:b7:fa:90:fc:2e:6b:59:10:1b:12:80:e0:e1:c7:e4:e4:0f:a3:c6:88:7f:ff:57:a7:f4:cf +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlk28xsBNJiGuiFzANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjEwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjEwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQC2EQKLHuOhd5s73L+UPreVp0A8of2C+X0yBoJx9vaMf/vo +27xqLpeXo4xL+Sv2sfnOhB2x+cWX3u+58qPpvBKJXqeqUqv4IyfLpLGcY9vXmX7w +Cl7raKb0xlpHDU0QM+NOsROjyBhsS+z8CZDfnWQpJSMHobTSPS5g4M/SCYe7zUjw +TcLCeoiKu7rPWRnWr4+wB7CeMfGCwcDfLqZtbBkOtdh+JhpFAz2weaSUKK0Pfybl +qAj+lug8aJRT7oM6iCsVlgmy4HqMLnXWnOunVmSPlk9orj2XwoSPwLxAwAtcvfaH +szVsrBhQf4TgTM2S0yDpM7xSma8ytSmzJSq0SPly4cpk9+aCEI3oncKKiPo4Zor8 +Y/kB+Xj9e1x3+naH+uzfsQ55lVe0vSbv1gHR6xYKu44LtcXFilWr06zqkUspzBmk +MiVOKvFlRNACzqrOSbTqn3yDsEB750Orp2yjj32JgfpMpf/VjsPOS+C12LOORc92 +wO1AK/1TD7Cn1TsNsYqiA94xrcx36m97PtbfkSIS5r762DL8EGMUUXLeXdYWk70p +aDPvOmbsB4om3xPXV2V4J95eSRQAogB/mqghtqmxlbCluQ0WEdrHbEg8QOB+DVrN +VjzRlwW5y0vtOUucxD/SVRNuJLDWcfr0wbrM7Rv1/oFB2ACYPTrIrnqYNxgFlQID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQU5K8rJnEaK0gnhS9SZizv8IkTcT4wDQYJKoZIhvcNAQEMBQADggIBAJ+qQibb +C5u+/x6Wki4+omVKapi6Ist9wTrYggoGxval3sBOh2Z5ofmmWJyq+bXmYOfg6LEe +QkEzCzc9zolwFcq1JKjPa7XSQCGYzyI0zzvFIoTgxQ6KfF2I5DUkzps+GlQebtuy +h6f88/qBVRRiClmpIgUxPoLW7ttXNLwzldMXG+gnoot7TiYaelpkttGsN/H9oPM4 +7HLwEXWdyzRSjeZ2axfG34arJ45JK3VmgRAhpuo+9K4l/3wV3s6MJT/KYnAK9y8J +ZgfIPxz88NtFMN9iiMG1D53Dn0reWVlHxYciNuaCp+0KueIHoI17eko8cdLiA6Ef +MgfdG+RCzgwARWGAtQsgWSl4vflVy2PFPEz0tv/bal8xa5meLMFrUKTX5hgUvYU/ +Z6tGn6D/Qqc6f1zLXbBwHSs09dR2CQzreExZBfMzQsNhFRAbd03OIozUhfJFfbdT +6u9AWpQKXCBfTkBdYiJ23//OYb2MI3jSNwLgjt7RETeJ9r/tSQdirpLsQBqvFAnZ +0E6yove+7u7Y/9waLd64NnHi/Hm3lCXRSHNboTXns5lndcEZOitHTtNCjv0xyBZm +2tIMPNuzjsmhDYAPexZ3FL//2wmUspO8IFgV6dtxQ/PeEMMA3KgqlbbC1j+Qa3bb +bP6MvPJwNQzcmRk13NfIRmPVNnGuV/u3gm3c +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R2 O=Google Trust Services LLC +# Subject: CN=GTS Root R2 O=Google Trust Services LLC +# Label: "GTS Root R2" +# Serial: 159662449406622349769042896298 +# MD5 Fingerprint: 1e:39:c0:53:e6:1e:29:82:0b:ca:52:55:36:5d:57:dc +# SHA1 Fingerprint: 9a:44:49:76:32:db:de:fa:d0:bc:fb:5a:7b:17:bd:9e:56:09:24:94 +# SHA256 Fingerprint: 8d:25:cd:97:22:9d:bf:70:35:6b:da:4e:b3:cc:73:40:31:e2:4c:f0:0f:af:cf:d3:2d:c7:6e:b5:84:1c:7e:a8 +-----BEGIN CERTIFICATE----- +MIIFVzCCAz+gAwIBAgINAgPlrsWNBCUaqxElqjANBgkqhkiG9w0BAQwFADBHMQsw +CQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEU +MBIGA1UEAxMLR1RTIFJvb3QgUjIwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAw +MDAwWjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZp +Y2VzIExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjIwggIiMA0GCSqGSIb3DQEBAQUA +A4ICDwAwggIKAoICAQDO3v2m++zsFDQ8BwZabFn3GTXd98GdVarTzTukk3LvCvpt +nfbwhYBboUhSnznFt+4orO/LdmgUud+tAWyZH8QiHZ/+cnfgLFuv5AS/T3KgGjSY +6Dlo7JUle3ah5mm5hRm9iYz+re026nO8/4Piy33B0s5Ks40FnotJk9/BW9BuXvAu +MC6C/Pq8tBcKSOWIm8Wba96wyrQD8Nr0kLhlZPdcTK3ofmZemde4wj7I0BOdre7k +RXuJVfeKH2JShBKzwkCX44ofR5GmdFrS+LFjKBC4swm4VndAoiaYecb+3yXuPuWg +f9RhD1FLPD+M2uFwdNjCaKH5wQzpoeJ/u1U8dgbuak7MkogwTZq9TwtImoS1mKPV ++3PBV2HdKFZ1E66HjucMUQkQdYhMvI35ezzUIkgfKtzra7tEscszcTJGr61K8Yzo +dDqs5xoic4DSMPclQsciOzsSrZYuxsN2B6ogtzVJV+mSSeh2FnIxZyuWfoqjx5RW +Ir9qS34BIbIjMt/kmkRtWVtd9QCgHJvGeJeNkP+byKq0rxFROV7Z+2et1VsRnTKa +G73VululycslaVNVJ1zgyjbLiGH7HrfQy+4W+9OmTN6SpdTi3/UGVN4unUu0kzCq +gc7dGtxRcw1PcOnlthYhGXmy5okLdWTK1au8CcEYof/UVKGFPP0UJAOyh9OktwID +AQABo0IwQDAOBgNVHQ8BAf8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4E +FgQUu//KjiOfT5nK2+JopqUVJxce2Q4wDQYJKoZIhvcNAQEMBQADggIBAB/Kzt3H +vqGf2SdMC9wXmBFqiN495nFWcrKeGk6c1SuYJF2ba3uwM4IJvd8lRuqYnrYb/oM8 +0mJhwQTtzuDFycgTE1XnqGOtjHsB/ncw4c5omwX4Eu55MaBBRTUoCnGkJE+M3DyC +B19m3H0Q/gxhswWV7uGugQ+o+MePTagjAiZrHYNSVc61LwDKgEDg4XSsYPWHgJ2u +NmSRXbBoGOqKYcl3qJfEycel/FVL8/B/uWU9J2jQzGv6U53hkRrJXRqWbTKH7QMg +yALOWr7Z6v2yTcQvG99fevX4i8buMTolUVVnjWQye+mew4K6Ki3pHrTgSAai/Gev +HyICc/sgCq+dVEuhzf9gR7A/Xe8bVr2XIZYtCtFenTgCR2y59PYjJbigapordwj6 +xLEokCZYCDzifqrXPW+6MYgKBesntaFJ7qBFVHvmJ2WZICGoo7z7GJa7Um8M7YNR +TOlZ4iBgxcJlkoKM8xAfDoqXvneCbT+PHV28SSe9zE8P4c52hgQjxcCMElv924Sg +JPFI/2R80L5cFtHvma3AH/vLrrw4IgYmZNralw4/KBVEqE8AyvCazM90arQ+POuV +7LXTWtiBmelDGDfrs7vRWGJB82bSj6p4lVQgw1oudCvV0b4YacCs1aTPObpRhANl +6WLAYv7YTVWW4tAR+kg0Eeye7QUd5MjWHYbL +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R3 O=Google Trust Services LLC +# Subject: CN=GTS Root R3 O=Google Trust Services LLC +# Label: "GTS Root R3" +# Serial: 159662495401136852707857743206 +# MD5 Fingerprint: 3e:e7:9d:58:02:94:46:51:94:e5:e0:22:4a:8b:e7:73 +# SHA1 Fingerprint: ed:e5:71:80:2b:c8:92:b9:5b:83:3c:d2:32:68:3f:09:cd:a0:1e:46 +# SHA256 Fingerprint: 34:d8:a7:3e:e2:08:d9:bc:db:0d:95:65:20:93:4b:4e:40:e6:94:82:59:6e:8b:6f:73:c8:42:6b:01:0a:6f:48 +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPluILrIPglJ209ZjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjMwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjMwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AAQfTzOHMymKoYTey8chWEGJ6ladK0uFxh1MJ7x/JlFyb+Kf1qPKzEUURout736G +jOyxfi//qXGdGIRFBEFVbivqJn+7kAHjSxm65FSWRQmx1WyRRK2EE46ajA2ADDL2 +4CejQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBTB8Sa6oC2uhYHP0/EqEr24Cmf9vDAKBggqhkjOPQQDAwNpADBmAjEA9uEglRR7 +VKOQFhG/hMjqb2sXnh5GmCCbn9MN2azTL818+FsuVbu/3ZL3pAzcMeGiAjEA/Jdm +ZuVDFhOD3cffL74UOO0BzrEXGhF16b0DjyZ+hOXJYKaV11RZt+cRLInUue4X +-----END CERTIFICATE----- + +# Issuer: CN=GTS Root R4 O=Google Trust Services LLC +# Subject: CN=GTS Root R4 O=Google Trust Services LLC +# Label: "GTS Root R4" +# Serial: 159662532700760215368942768210 +# MD5 Fingerprint: 43:96:83:77:19:4d:76:b3:9d:65:52:e4:1d:22:a5:e8 +# SHA1 Fingerprint: 77:d3:03:67:b5:e0:0c:15:f6:0c:38:61:df:7c:e1:3b:92:46:4d:47 +# SHA256 Fingerprint: 34:9d:fa:40:58:c5:e2:63:12:3b:39:8a:e7:95:57:3c:4e:13:13:c8:3f:e6:8f:93:55:6c:d5:e8:03:1b:3c:7d +-----BEGIN CERTIFICATE----- +MIICCTCCAY6gAwIBAgINAgPlwGjvYxqccpBQUjAKBggqhkjOPQQDAzBHMQswCQYD +VQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2VzIExMQzEUMBIG +A1UEAxMLR1RTIFJvb3QgUjQwHhcNMTYwNjIyMDAwMDAwWhcNMzYwNjIyMDAwMDAw +WjBHMQswCQYDVQQGEwJVUzEiMCAGA1UEChMZR29vZ2xlIFRydXN0IFNlcnZpY2Vz +IExMQzEUMBIGA1UEAxMLR1RTIFJvb3QgUjQwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AATzdHOnaItgrkO4NcWBMHtLSZ37wWHO5t5GvWvVYRg1rkDdc/eJkTBa6zzuhXyi +QHY7qca4R9gq55KRanPpsXI5nymfopjTX15YhmUPoYRlBtHci8nHc8iMai/lxKvR +HYqjQjBAMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQW +BBSATNbrdP9JNqPV2Py1PsVq8JQdjDAKBggqhkjOPQQDAwNpADBmAjEA6ED/g94D +9J+uHXqnLrmvT/aDHQ4thQEd0dlq7A/Cr8deVl5c1RxYIigL9zC2L7F8AjEA8GE8 +p/SgguMh1YQdc4acLa/KNJvxn7kjNuK8YAOdgLOaVsjh4rsUecrNIdSUtUlD +-----END CERTIFICATE----- + +# Issuer: CN=Telia Root CA v2 O=Telia Finland Oyj +# Subject: CN=Telia Root CA v2 O=Telia Finland Oyj +# Label: "Telia Root CA v2" +# Serial: 7288924052977061235122729490515358 +# MD5 Fingerprint: 0e:8f:ac:aa:82:df:85:b1:f4:dc:10:1c:fc:99:d9:48 +# SHA1 Fingerprint: b9:99:cd:d1:73:50:8a:c4:47:05:08:9c:8c:88:fb:be:a0:2b:40:cd +# SHA256 Fingerprint: 24:2b:69:74:2f:cb:1e:5b:2a:bf:98:89:8b:94:57:21:87:54:4e:5b:4d:99:11:78:65:73:62:1f:6a:74:b8:2c +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIPAWdfJ9b+euPkrL4JWwWeMA0GCSqGSIb3DQEBCwUAMEQx +CzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZMBcGA1UE +AwwQVGVsaWEgUm9vdCBDQSB2MjAeFw0xODExMjkxMTU1NTRaFw00MzExMjkxMTU1 +NTRaMEQxCzAJBgNVBAYTAkZJMRowGAYDVQQKDBFUZWxpYSBGaW5sYW5kIE95ajEZ +MBcGA1UEAwwQVGVsaWEgUm9vdCBDQSB2MjCCAiIwDQYJKoZIhvcNAQEBBQADggIP +ADCCAgoCggIBALLQPwe84nvQa5n44ndp586dpAO8gm2h/oFlH0wnrI4AuhZ76zBq +AMCzdGh+sq/H1WKzej9Qyow2RCRj0jbpDIX2Q3bVTKFgcmfiKDOlyzG4OiIjNLh9 +vVYiQJ3q9HsDrWj8soFPmNB06o3lfc1jw6P23pLCWBnglrvFxKk9pXSW/q/5iaq9 +lRdU2HhE8Qx3FZLgmEKnpNaqIJLNwaCzlrI6hEKNfdWV5Nbb6WLEWLN5xYzTNTOD +n3WhUidhOPFZPY5Q4L15POdslv5e2QJltI5c0BE0312/UqeBAMN/mUWZFdUXyApT +7GPzmX3MaRKGwhfwAZ6/hLzRUssbkmbOpFPlob/E2wnW5olWK8jjfN7j/4nlNW4o +6GwLI1GpJQXrSPjdscr6bAhR77cYbETKJuFzxokGgeWKrLDiKca5JLNrRBH0pUPC +TEPlcDaMtjNXepUugqD0XBCzYYP2AgWGLnwtbNwDRm41k9V6lS/eINhbfpSQBGq6 +WT0EBXWdN6IOLj3rwaRSg/7Qa9RmjtzG6RJOHSpXqhC8fF6CfaamyfItufUXJ63R +DolUK5X6wK0dmBR4M0KGCqlztft0DbcbMBnEWg4cJ7faGND/isgFuvGqHKI3t+ZI +pEYslOqodmJHixBTB0hXbOKSTbauBcvcwUpej6w9GU7C7WB1K9vBykLVAgMBAAGj +YzBhMB8GA1UdIwQYMBaAFHKs5DN5qkWH9v2sHZ7Wxy+G2CQ5MB0GA1UdDgQWBBRy +rOQzeapFh/b9rB2e1scvhtgkOTAOBgNVHQ8BAf8EBAMCAQYwDwYDVR0TAQH/BAUw +AwEB/zANBgkqhkiG9w0BAQsFAAOCAgEAoDtZpwmUPjaE0n4vOaWWl/oRrfxn83EJ +8rKJhGdEr7nv7ZbsnGTbMjBvZ5qsfl+yqwE2foH65IRe0qw24GtixX1LDoJt0nZi +0f6X+J8wfBj5tFJ3gh1229MdqfDBmgC9bXXYfef6xzijnHDoRnkDry5023X4blMM +A8iZGok1GTzTyVR8qPAs5m4HeW9q4ebqkYJpCh3DflminmtGFZhb069GHWLIzoBS +SRE/yQQSwxN8PzuKlts8oB4KtItUsiRnDe+Cy748fdHif64W1lZYudogsYMVoe+K +TTJvQS8TUoKU1xrBeKJR3Stwbbca+few4GeXVtt8YVMJAygCQMez2P2ccGrGKMOF +6eLtGpOg3kuYooQ+BXcBlj37tCAPnHICehIv1aO6UXivKitEZU61/Qrowc15h2Er +3oBXRb9n8ZuRXqWk7FlIEA04x7D6w0RtBPV4UBySllva9bguulvP5fBqnUsvWHMt +Ty3EHD70sz+rFQ47GUGKpMFXEmZxTPpT41frYpUJnlTd0cI8Vzy9OK2YZLe4A5pT +VmBds9hCG1xLEooc6+t9xnppxyd/pPiL8uSUZodL6ZQHCRJ5irLrdATczvREWeAW +ysUsWNc8e89ihmpQfTU2Zqf7N+cox9jQraVplI/owd8k+BsHMYeB2F326CjYSlKA +rBPuUBQemMc= +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 1 2020" +# Serial: 165870826978392376648679885835942448534 +# MD5 Fingerprint: b5:aa:4b:d5:ed:f7:e3:55:2e:8f:72:0a:f3:75:b8:ed +# SHA1 Fingerprint: 1f:5b:98:f0:e3:b5:f7:74:3c:ed:e6:b0:36:7d:32:cd:f4:09:41:67 +# SHA256 Fingerprint: e5:9a:aa:81:60:09:c2:2b:ff:5b:25:ba:d3:7d:f3:06:f0:49:79:7c:1f:81:d8:5a:b0:89:e6:57:bd:8f:00:44 +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQfMmPK4TX3+oPyWWa00tNljAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEJSIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTA5NDUwMFoXDTM1MDIxMTA5 +NDQ1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABMbLxyjR+4T1mu9CFCDhQ2tuda38KwOE1HaTJddZO0Flax7mNCq7dPYS +zuht56vkPE4/RAiLzRZxy7+SmfSk1zxQVFKQhYN4lGdnoxwJGT11NIXe7WB9xwy0 +QVK5buXuQqOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFHOREKv/ +VbNafAkl1bK6CKBrqx9tMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2JyX3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwQlIlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAlJAtE/rhY/hhY+ithXhUkZy4kzg+GkHaQBZTQgjKL47xPoFW +wKrY7RjEsK70PvomAjEA8yjixtsrmfu3Ubgko6SUeho/5jbiA1czijDLgsfWFBHV +dWNbFJWcHwHP2NVypw87 +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 1 2020 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 1 2020" +# Serial: 126288379621884218666039612629459926992 +# MD5 Fingerprint: 8c:2d:9d:70:9f:48:99:11:06:11:fb:e9:cb:30:c0:6e +# SHA1 Fingerprint: 61:db:8c:21:59:69:03:90:d8:7c:9c:12:86:54:cf:9d:3d:f4:dd:07 +# SHA256 Fingerprint: 08:17:0d:1a:a3:64:53:90:1a:2f:95:92:45:e3:47:db:0c:8d:37:ab:aa:bc:56:b8:1a:a1:00:dc:95:89:70:db +-----BEGIN CERTIFICATE----- +MIIC2zCCAmCgAwIBAgIQXwJB13qHfEwDo6yWjfv/0DAKBggqhkjOPQQDAzBIMQsw +CQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlELVRS +VVNUIEVWIFJvb3QgQ0EgMSAyMDIwMB4XDTIwMDIxMTEwMDAwMFoXDTM1MDIxMTA5 +NTk1OVowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEiMCAG +A1UEAxMZRC1UUlVTVCBFViBSb290IENBIDEgMjAyMDB2MBAGByqGSM49AgEGBSuB +BAAiA2IABPEL3YZDIBnfl4XoIkqbz52Yv7QFJsnL46bSj8WeeHsxiamJrSc8ZRCC +/N/DnU7wMyPE0jL1HLDfMxddxfCxivnvubcUyilKwg+pf3VlSSowZ/Rk99Yad9rD +wpdhQntJraOCAQ0wggEJMA8GA1UdEwEB/wQFMAMBAf8wHQYDVR0OBBYEFH8QARY3 +OqQo5FD4pPfsazK2/umLMA4GA1UdDwEB/wQEAwIBBjCBxgYDVR0fBIG+MIG7MD6g +PKA6hjhodHRwOi8vY3JsLmQtdHJ1c3QubmV0L2NybC9kLXRydXN0X2V2X3Jvb3Rf +Y2FfMV8yMDIwLmNybDB5oHegdYZzbGRhcDovL2RpcmVjdG9yeS5kLXRydXN0Lm5l +dC9DTj1ELVRSVVNUJTIwRVYlMjBSb290JTIwQ0ElMjAxJTIwMjAyMCxPPUQtVHJ1 +c3QlMjBHbWJILEM9REU/Y2VydGlmaWNhdGVyZXZvY2F0aW9ubGlzdDAKBggqhkjO +PQQDAwNpADBmAjEAyjzGKnXCXnViOTYAYFqLwZOZzNnbQTs7h5kXO9XMT8oi96CA +y/m0sRtW9XLS/BnRAjEAkfcwkz8QRitxpNA7RJvAKQIFskF3UfN5Wp6OFKBOQtJb +gfM0agPnIjhQW+0ZT0MW +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS ECC P384 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS ECC P384 Root G5" +# Serial: 13129116028163249804115411775095713523 +# MD5 Fingerprint: d3:71:04:6a:43:1c:db:a6:59:e1:a8:a3:aa:c5:71:ed +# SHA1 Fingerprint: 17:f3:de:5e:9f:0f:19:e9:8e:f6:1f:32:26:6e:20:c4:07:ae:30:ee +# SHA256 Fingerprint: 01:8e:13:f0:77:25:32:cf:80:9b:d1:b1:72:81:86:72:83:fc:48:c6:e1:3b:e9:c6:98:12:85:4a:49:0c:1b:05 +-----BEGIN CERTIFICATE----- +MIICGTCCAZ+gAwIBAgIQCeCTZaz32ci5PhwLBCou8zAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJjAkBgNVBAMTHURp +Z2lDZXJ0IFRMUyBFQ0MgUDM4NCBSb290IEc1MB4XDTIxMDExNTAwMDAwMFoXDTQ2 +MDExNDIzNTk1OVowTjELMAkGA1UEBhMCVVMxFzAVBgNVBAoTDkRpZ2lDZXJ0LCBJ +bmMuMSYwJAYDVQQDEx1EaWdpQ2VydCBUTFMgRUNDIFAzODQgUm9vdCBHNTB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABMFEoc8Rl1Ca3iOCNQfN0MsYndLxf3c1TzvdlHJS +7cI7+Oz6e2tYIOyZrsn8aLN1udsJ7MgT9U7GCh1mMEy7H0cKPGEQQil8pQgO4CLp +0zVozptjn4S1mU1YoI71VOeVyaNCMEAwHQYDVR0OBBYEFMFRRVBZqz7nLFr6ICIS +B4CIfBFqMA4GA1UdDwEB/wQEAwIBhjAPBgNVHRMBAf8EBTADAQH/MAoGCCqGSM49 +BAMDA2gAMGUCMQCJao1H5+z8blUD2WdsJk6Dxv3J+ysTvLd6jLRl0mlpYxNjOyZQ +LgGheQaRnUi/wr4CMEfDFXuxoJGZSZOoPHzoRgaLLPIxAJSdYsiJvRmEFOml+wG4 +DXZDjC5Ty3zfDBeWUA== +-----END CERTIFICATE----- + +# Issuer: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Subject: CN=DigiCert TLS RSA4096 Root G5 O=DigiCert, Inc. +# Label: "DigiCert TLS RSA4096 Root G5" +# Serial: 11930366277458970227240571539258396554 +# MD5 Fingerprint: ac:fe:f7:34:96:a9:f2:b3:b4:12:4b:e4:27:41:6f:e1 +# SHA1 Fingerprint: a7:88:49:dc:5d:7c:75:8c:8c:de:39:98:56:b3:aa:d0:b2:a5:71:35 +# SHA256 Fingerprint: 37:1a:00:dc:05:33:b3:72:1a:7e:eb:40:e8:41:9e:70:79:9d:2b:0a:0f:2c:1d:80:69:31:65:f7:ce:c4:ad:75 +-----BEGIN CERTIFICATE----- +MIIFZjCCA06gAwIBAgIQCPm0eKj6ftpqMzeJ3nzPijANBgkqhkiG9w0BAQwFADBN +MQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQsIEluYy4xJTAjBgNVBAMT +HERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwHhcNMjEwMTE1MDAwMDAwWhcN +NDYwMTE0MjM1OTU5WjBNMQswCQYDVQQGEwJVUzEXMBUGA1UEChMORGlnaUNlcnQs +IEluYy4xJTAjBgNVBAMTHERpZ2lDZXJ0IFRMUyBSU0E0MDk2IFJvb3QgRzUwggIi +MA0GCSqGSIb3DQEBAQUAA4ICDwAwggIKAoICAQCz0PTJeRGd/fxmgefM1eS87IE+ +ajWOLrfn3q/5B03PMJ3qCQuZvWxX2hhKuHisOjmopkisLnLlvevxGs3npAOpPxG0 +2C+JFvuUAT27L/gTBaF4HI4o4EXgg/RZG5Wzrn4DReW+wkL+7vI8toUTmDKdFqgp +wgscONyfMXdcvyej/Cestyu9dJsXLfKB2l2w4SMXPohKEiPQ6s+d3gMXsUJKoBZM +pG2T6T867jp8nVid9E6P/DsjyG244gXazOvswzH016cpVIDPRFtMbzCe88zdH5RD +nU1/cHAN1DrRN/BsnZvAFJNY781BOHW8EwOVfH/jXOnVDdXifBBiqmvwPXbzP6Po +sMH976pXTayGpxi0KcEsDr9kvimM2AItzVwv8n/vFfQMFawKsPHTDU9qTXeXAaDx +Zre3zu/O7Oyldcqs4+Fj97ihBMi8ez9dLRYiVu1ISf6nL3kwJZu6ay0/nTvEF+cd +Lvvyz6b84xQslpghjLSR6Rlgg/IwKwZzUNWYOwbpx4oMYIwo+FKbbuH2TbsGJJvX +KyY//SovcfXWJL5/MZ4PbeiPT02jP/816t9JXkGPhvnxd3lLG7SjXi/7RgLQZhNe +XoVPzthwiHvOAbWWl9fNff2C+MIkwcoBOU+NosEUQB+cZtUMCUbW8tDRSHZWOkPL +tgoRObqME2wGtZ7P6wIDAQABo0IwQDAdBgNVHQ4EFgQUUTMc7TZArxfTJc1paPKv +TiM+s0EwDgYDVR0PAQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcN +AQEMBQADggIBAGCmr1tfV9qJ20tQqcQjNSH/0GEwhJG3PxDPJY7Jv0Y02cEhJhxw +GXIeo8mH/qlDZJY6yFMECrZBu8RHANmfGBg7sg7zNOok992vIGCukihfNudd5N7H +PNtQOa27PShNlnx2xlv0wdsUpasZYgcYQF+Xkdycx6u1UQ3maVNVzDl92sURVXLF +O4uJ+DQtpBflF+aZfTCIITfNMBc9uPK8qHWgQ9w+iUuQrm0D4ByjoJYJu32jtyoQ +REtGBzRj7TG5BO6jm5qu5jF49OokYTurWGT/u4cnYiWB39yhL/btp/96j1EuMPik +AdKFOV8BmZZvWltwGUb+hmA+rYAQCd05JS9Yf7vSdPD3Rh9GOUrYU9DzLjtxpdRv +/PNn5AeP3SYZ4Y1b+qOTEZvpyDrDVWiakuFSdjjo4bq9+0/V77PnSIMx8IIh47a+ +p6tv75/fTM8BuGJqIz3nCU2AG3swpMPdB380vqQmsvZB6Akd4yCYqjdP//fx4ilw +MUc/dNAUFvohigLVigmUdy7yWSiLfFCSCmZ4OIN1xLVaqBHG5cGdZlXPU8Sv13WF +qUITVuwhd4GTWgzqltlJyqEI8pc7bZsEGCREjnwB8twl2F6GmrE52/WRMmrRpnCK +ovfepEWFJqgejF0pW8hL2JpqA15w8oVPbEtoL8pU9ozaMv7Da4M/OMZ+ +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root R1 O=Certainly +# Subject: CN=Certainly Root R1 O=Certainly +# Label: "Certainly Root R1" +# Serial: 188833316161142517227353805653483829216 +# MD5 Fingerprint: 07:70:d4:3e:82:87:a0:fa:33:36:13:f4:fa:33:e7:12 +# SHA1 Fingerprint: a0:50:ee:0f:28:71:f4:27:b2:12:6d:6f:50:96:25:ba:cc:86:42:af +# SHA256 Fingerprint: 77:b8:2c:d8:64:4c:43:05:f7:ac:c5:cb:15:6b:45:67:50:04:03:3d:51:c6:0c:62:02:a8:e0:c3:34:67:d3:a0 +-----BEGIN CERTIFICATE----- +MIIFRzCCAy+gAwIBAgIRAI4P+UuQcWhlM1T01EQ5t+AwDQYJKoZIhvcNAQELBQAw +PTELMAkGA1UEBhMCVVMxEjAQBgNVBAoTCUNlcnRhaW5seTEaMBgGA1UEAxMRQ2Vy +dGFpbmx5IFJvb3QgUjEwHhcNMjEwNDAxMDAwMDAwWhcNNDYwNDAxMDAwMDAwWjA9 +MQswCQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0 +YWlubHkgUm9vdCBSMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANA2 +1B/q3avk0bbm+yLA3RMNansiExyXPGhjZjKcA7WNpIGD2ngwEc/csiu+kr+O5MQT +vqRoTNoCaBZ0vrLdBORrKt03H2As2/X3oXyVtwxwhi7xOu9S98zTm/mLvg7fMbed +aFySpvXl8wo0tf97ouSHocavFwDvA5HtqRxOcT3Si2yJ9HiG5mpJoM610rCrm/b0 +1C7jcvk2xusVtyWMOvwlDbMicyF0yEqWYZL1LwsYpfSt4u5BvQF5+paMjRcCMLT5 +r3gajLQ2EBAHBXDQ9DGQilHFhiZ5shGIXsXwClTNSaa/ApzSRKft43jvRl5tcdF5 +cBxGX1HpyTfcX35pe0HfNEXgO4T0oYoKNp43zGJS4YkNKPl6I7ENPT2a/Z2B7yyQ +wHtETrtJ4A5KVpK8y7XdeReJkd5hiXSSqOMyhb5OhaRLWcsrxXiOcVTQAjeZjOVJ +6uBUcqQRBi8LjMFbvrWhsFNunLhgkR9Za/kt9JQKl7XsxXYDVBtlUrpMklZRNaBA +2CnbrlJ2Oy0wQJuK0EJWtLeIAaSHO1OWzaMWj/Nmqhexx2DgwUMFDO6bW2BvBlyH +Wyf5QBGenDPBt+U1VwV/J84XIIwc/PH72jEpSe31C4SnT8H2TsIonPru4K8H+zMR +eiFPCyEQtkA6qyI6BJyLm4SGcprSp6XEtHWRqSsjAgMBAAGjQjBAMA4GA1UdDwEB +/wQEAwIBBjAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBTgqj8ljZ9EXME66C6u +d0yEPmcM9DANBgkqhkiG9w0BAQsFAAOCAgEAuVevuBLaV4OPaAszHQNTVfSVcOQr +PbA56/qJYv331hgELyE03fFo8NWWWt7CgKPBjcZq91l3rhVkz1t5BXdm6ozTaw3d +8VkswTOlMIAVRQdFGjEitpIAq5lNOo93r6kiyi9jyhXWx8bwPWz8HA2YEGGeEaIi +1wrykXprOQ4vMMM2SZ/g6Q8CRFA3lFV96p/2O7qUpUzpvD5RtOjKkjZUbVwlKNrd +rRT90+7iIgXr0PK3aBLXWopBGsaSpVo7Y0VPv+E6dyIvXL9G+VoDhRNCX8reU9di +taY1BMJH/5n9hN9czulegChB8n3nHpDYT3Y+gjwN/KUD+nsa2UUeYNrEjvn8K8l7 +lcUq/6qJ34IxD3L/DCfXCh5WAFAeDJDBlrXYFIW7pw0WwfgHJBu6haEaBQmAupVj +yTrsJZ9/nbqkRxWbRHDxakvWOF5D8xh+UG7pWijmZeZ3Gzr9Hb4DJqPb1OG7fpYn +Kx3upPvaJVQTA945xsMfTZDsjxtK0hzthZU4UHlG1sGQUDGpXJpuHfUzVounmdLy +yCwzk5Iwx06MZTMQZBf9JBeW0Y3COmor6xOLRPIh80oat3df1+2IpHLlOR+Vnb5n +wXARPbv0+Em34yaXOp/SX3z7wJl8OSngex2/DaeP0ik0biQVy96QXr8axGbqwua6 +OV+KmalBWQewLK8= +-----END CERTIFICATE----- + +# Issuer: CN=Certainly Root E1 O=Certainly +# Subject: CN=Certainly Root E1 O=Certainly +# Label: "Certainly Root E1" +# Serial: 8168531406727139161245376702891150584 +# MD5 Fingerprint: 0a:9e:ca:cd:3e:52:50:c6:36:f3:4b:a3:ed:a7:53:e9 +# SHA1 Fingerprint: f9:e1:6d:dc:01:89:cf:d5:82:45:63:3e:c5:37:7d:c2:eb:93:6f:2b +# SHA256 Fingerprint: b4:58:5f:22:e4:ac:75:6a:4e:86:12:a1:36:1c:5d:9d:03:1a:93:fd:84:fe:bb:77:8f:a3:06:8b:0f:c4:2d:c2 +-----BEGIN CERTIFICATE----- +MIIB9zCCAX2gAwIBAgIQBiUzsUcDMydc+Y2aub/M+DAKBggqhkjOPQQDAzA9MQsw +CQYDVQQGEwJVUzESMBAGA1UEChMJQ2VydGFpbmx5MRowGAYDVQQDExFDZXJ0YWlu +bHkgUm9vdCBFMTAeFw0yMTA0MDEwMDAwMDBaFw00NjA0MDEwMDAwMDBaMD0xCzAJ +BgNVBAYTAlVTMRIwEAYDVQQKEwlDZXJ0YWlubHkxGjAYBgNVBAMTEUNlcnRhaW5s +eSBSb290IEUxMHYwEAYHKoZIzj0CAQYFK4EEACIDYgAE3m/4fxzf7flHh4axpMCK ++IKXgOqPyEpeKn2IaKcBYhSRJHpcnqMXfYqGITQYUBsQ3tA3SybHGWCA6TS9YBk2 +QNYphwk8kXr2vBMj3VlOBF7PyAIcGFPBMdjaIOlEjeR2o0IwQDAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU8ygYy2R17ikq6+2uI1g4 +hevIIgcwCgYIKoZIzj0EAwMDaAAwZQIxALGOWiDDshliTd6wT99u0nCK8Z9+aozm +ut6Dacpps6kFtZaSF4fC0urQe87YQVt8rgIwRt7qy12a7DLCZRawTDBcMPPaTnOG +BtjOiQRINzf43TNRnXCve1XYAS59BWQOhriR +-----END CERTIFICATE----- + +# Issuer: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Subject: CN=Security Communication ECC RootCA1 O=SECOM Trust Systems CO.,LTD. +# Label: "Security Communication ECC RootCA1" +# Serial: 15446673492073852651 +# MD5 Fingerprint: 7e:43:b0:92:68:ec:05:43:4c:98:ab:5d:35:2e:7e:86 +# SHA1 Fingerprint: b8:0e:26:a9:bf:d2:b2:3b:c0:ef:46:c9:ba:c7:bb:f6:1d:0d:41:41 +# SHA256 Fingerprint: e7:4f:bd:a5:5b:d5:64:c4:73:a3:6b:44:1a:a7:99:c8:a6:8e:07:74:40:e8:28:8b:9f:a1:e5:0e:4b:ba:ca:11 +-----BEGIN CERTIFICATE----- +MIICODCCAb6gAwIBAgIJANZdm7N4gS7rMAoGCCqGSM49BAMDMGExCzAJBgNVBAYT +AkpQMSUwIwYDVQQKExxTRUNPTSBUcnVzdCBTeXN0ZW1zIENPLixMVEQuMSswKQYD +VQQDEyJTZWN1cml0eSBDb21tdW5pY2F0aW9uIEVDQyBSb290Q0ExMB4XDTE2MDYx +NjA1MTUyOFoXDTM4MDExODA1MTUyOFowYTELMAkGA1UEBhMCSlAxJTAjBgNVBAoT +HFNFQ09NIFRydXN0IFN5c3RlbXMgQ08uLExURC4xKzApBgNVBAMTIlNlY3VyaXR5 +IENvbW11bmljYXRpb24gRUNDIFJvb3RDQTEwdjAQBgcqhkjOPQIBBgUrgQQAIgNi +AASkpW9gAwPDvTH00xecK4R1rOX9PVdu12O/5gSJko6BnOPpR27KkBLIE+Cnnfdl +dB9sELLo5OnvbYUymUSxXv3MdhDYW72ixvnWQuRXdtyQwjWpS4g8EkdtXP9JTxpK +ULGjQjBAMB0GA1UdDgQWBBSGHOf+LaVKiwj+KBH6vqNm+GBZLzAOBgNVHQ8BAf8E +BAMCAQYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNoADBlAjAVXUI9/Lbu +9zuxNuie9sRGKEkz0FhDKmMpzE2xtHqiuQ04pV1IKv3LsnNdo4gIxwwCMQDAqy0O +be0YottT6SXbVQjgUMzfRGEWgqtJsLKB7HOHeLRMsmIbEvoWTSVLY70eN9k= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA1 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA1" +# Serial: 113562791157148395269083148143378328608 +# MD5 Fingerprint: 42:32:99:76:43:33:36:24:35:07:82:9b:28:f9:d0:90 +# SHA1 Fingerprint: d5:ec:8d:7b:4c:ba:79:f4:e7:e8:cb:9d:6b:ae:77:83:10:03:21:6a +# SHA256 Fingerprint: f3:89:6f:88:fe:7c:0a:88:27:66:a7:fa:6a:d2:74:9f:b5:7a:7f:3e:98:fb:76:9c:1f:a7:b0:9c:2c:44:d5:ae +-----BEGIN CERTIFICATE----- +MIIFdDCCA1ygAwIBAgIQVW9l47TZkGobCdFsPsBsIDANBgkqhkiG9w0BAQsFADBU +MQswCQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRI +T1JJVFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0ExMB4XDTE5MTIxOTAz +MTYxN1oXDTQ0MTIxMjAzMTYxN1owVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJF +SUpJTkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2Jh +bCBSb290IENBMTCCAiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBAPFmCL3Z +xRVhy4QEQaVpN3cdwbB7+sN3SJATcmTRuHyQNZ0YeYjjlwE8R4HyDqKYDZ4/N+AZ +spDyRhySsTphzvq3Rp4Dhtczbu33RYx2N95ulpH3134rhxfVizXuhJFyV9xgw8O5 +58dnJCNPYwpj9mZ9S1WnP3hkSWkSl+BMDdMJoDIwOvqfwPKcxRIqLhy1BDPapDgR +at7GGPZHOiJBhyL8xIkoVNiMpTAK+BcWyqw3/XmnkRd4OJmtWO2y3syJfQOcs4ll +5+M7sSKGjwZteAf9kRJ/sGsciQ35uMt0WwfCyPQ10WRjeulumijWML3mG90Vr4Tq +nMfK9Q7q8l0ph49pczm+LiRvRSGsxdRpJQaDrXpIhRMsDQa4bHlW/KNnMoH1V6XK +V0Jp6VwkYe/iMBhORJhVb3rCk9gZtt58R4oRTklH2yiUAguUSiz5EtBP6DF+bHq/ +pj+bOT0CFqMYs2esWz8sgytnOYFcuX6U1WTdno9uruh8W7TXakdI136z1C2OVnZO +z2nxbkRs1CTqjSShGL+9V/6pmTW12xB3uD1IutbB5/EjPtffhZ0nPNRAvQoMvfXn +jSXWgXSHRtQpdaJCbPdzied9v3pKH9MiyRVVz99vfFXQpIsHETdfg6YmV6YBW37+ +WGgHqel62bno/1Afq8K0wM7o6v0PvY1NuLxxAgMBAAGjQjBAMB0GA1UdDgQWBBTF +7+3M2I0hxkjk49cULqcWk+WYATAPBgNVHRMBAf8EBTADAQH/MA4GA1UdDwEB/wQE +AwIBBjANBgkqhkiG9w0BAQsFAAOCAgEAUoKsITQfI/Ki2Pm4rzc2IInRNwPWaZ+4 +YRC6ojGYWUfo0Q0lHhVBDOAqVdVXUsv45Mdpox1NcQJeXyFFYEhcCY5JEMEE3Kli +awLwQ8hOnThJdMkycFRtwUf8jrQ2ntScvd0g1lPJGKm1Vrl2i5VnZu69mP6u775u ++2D2/VnGKhs/I0qUJDAnyIm860Qkmss9vk/Ves6OF8tiwdneHg56/0OGNFK8YT88 +X7vZdrRTvJez/opMEi4r89fO4aL/3Xtw+zuhTaRjAv04l5U/BXCga99igUOLtFkN +SoxUnMW7gZ/NfaXvCyUeOiDbHPwfmGcCCtRzRBPbUYQaVQNW4AB+dAb/OMRyHdOo +P2gxXdMJxy6MW2Pg6Nwe0uxhHvLe5e/2mXZgLR6UcnHGCyoyx5JO1UbXHfmpGQrI ++pXObSOYqgs4rZpWDW+N8TEAiMEXnM0ZNjX+VVOg4DwzX5Ze4jLp3zO7Bkqp2IRz +znfSxqxx4VyjHQy7Ct9f4qNx2No3WqB4K/TUfet27fJhcKVlmtOJNBir+3I+17Q9 +eVzYH6Eze9mCUAyTF6ps3MKCuwJXNq+YJyo5UOGwifUll35HaBC07HPKs5fRJNz2 +YqAo07WjuGS3iGJCz51TzZm+ZGiPTx4SSPfSKcOYKMryMguTjClPPGAyzQWWYezy +r/6zcCwupvI= +-----END CERTIFICATE----- + +# Issuer: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Subject: CN=BJCA Global Root CA2 O=BEIJING CERTIFICATE AUTHORITY +# Label: "BJCA Global Root CA2" +# Serial: 58605626836079930195615843123109055211 +# MD5 Fingerprint: 5e:0a:f6:47:5f:a6:14:e8:11:01:95:3f:4d:01:eb:3c +# SHA1 Fingerprint: f4:27:86:eb:6e:b8:6d:88:31:67:02:fb:ba:66:a4:53:00:aa:7a:a6 +# SHA256 Fingerprint: 57:4d:f6:93:1e:27:80:39:66:7b:72:0a:fd:c1:60:0f:c2:7e:b6:6d:d3:09:29:79:fb:73:85:64:87:21:28:82 +-----BEGIN CERTIFICATE----- +MIICJTCCAaugAwIBAgIQLBcIfWQqwP6FGFkGz7RK6zAKBggqhkjOPQQDAzBUMQsw +CQYDVQQGEwJDTjEmMCQGA1UECgwdQkVJSklORyBDRVJUSUZJQ0FURSBBVVRIT1JJ +VFkxHTAbBgNVBAMMFEJKQ0EgR2xvYmFsIFJvb3QgQ0EyMB4XDTE5MTIxOTAzMTgy +MVoXDTQ0MTIxMjAzMTgyMVowVDELMAkGA1UEBhMCQ04xJjAkBgNVBAoMHUJFSUpJ +TkcgQ0VSVElGSUNBVEUgQVVUSE9SSVRZMR0wGwYDVQQDDBRCSkNBIEdsb2JhbCBS +b290IENBMjB2MBAGByqGSM49AgEGBSuBBAAiA2IABJ3LgJGNU2e1uVCxA/jlSR9B +IgmwUVJY1is0j8USRhTFiy8shP8sbqjV8QnjAyEUxEM9fMEsxEtqSs3ph+B99iK+ ++kpRuDCK/eHeGBIK9ke35xe/J4rUQUyWPGCWwf0VHKNCMEAwHQYDVR0OBBYEFNJK +sVF/BvDRgh9Obl+rg/xI1LCRMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQD +AgEGMAoGCCqGSM49BAMDA2gAMGUCMBq8W9f+qdJUDkpd0m2xQNz0Q9XSSpkZElaA +94M04TVOSG0ED1cxMDAtsaqdAzjbBgIxAMvMh1PLet8gUXOQwKhbYdDFUDn9hf7B +43j4ptZLvZuHjw/l1lOWqzzIQNph91Oj9w== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root E46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root E46" +# Serial: 88989738453351742415770396670917916916 +# MD5 Fingerprint: 28:23:f8:b2:98:5c:37:16:3b:3e:46:13:4e:b0:b3:01 +# SHA1 Fingerprint: ec:8a:39:6c:40:f0:2e:bc:42:75:d4:9f:ab:1c:1a:5b:67:be:d2:9a +# SHA256 Fingerprint: c9:0f:26:f0:fb:1b:40:18:b2:22:27:51:9b:5c:a2:b5:3e:2c:a5:b3:be:5c:f1:8e:fe:1b:ef:47:38:0c:53:83 +-----BEGIN CERTIFICATE----- +MIICOjCCAcGgAwIBAgIQQvLM2htpN0RfFf51KBC49DAKBggqhkjOPQQDAzBfMQsw +CQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1T +ZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwHhcN +MjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEYMBYG +A1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1YmxpYyBT +ZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBFNDYwdjAQBgcqhkjOPQIBBgUrgQQA +IgNiAAR2+pmpbiDt+dd34wc7qNs9Xzjoq1WmVk/WSOrsfy2qw7LFeeyZYX8QeccC +WvkEN/U0NSt3zn8gj1KjAIns1aeibVvjS5KToID1AZTc8GgHHs3u/iVStSBDHBv+ +6xnOQ6OjQjBAMB0GA1UdDgQWBBTRItpMWfFLXyY4qp3W7usNw/upYTAOBgNVHQ8B +Af8EBAMCAYYwDwYDVR0TAQH/BAUwAwEB/zAKBggqhkjOPQQDAwNnADBkAjAn7qRa +qCG76UeXlImldCBteU/IvZNeWBj7LRoAasm4PdCkT0RHlAFWovgzJQxC36oCMB3q +4S6ILuH5px0CMk7yn2xVdOOurvulGu7t0vzCAxHrRVxgED1cf5kDW21USAGKcw== +-----END CERTIFICATE----- + +# Issuer: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Subject: CN=Sectigo Public Server Authentication Root R46 O=Sectigo Limited +# Label: "Sectigo Public Server Authentication Root R46" +# Serial: 156256931880233212765902055439220583700 +# MD5 Fingerprint: 32:10:09:52:00:d5:7e:6c:43:df:15:c0:b1:16:93:e5 +# SHA1 Fingerprint: ad:98:f9:f3:e4:7d:75:3b:65:d4:82:b3:a4:52:17:bb:6e:f5:e4:38 +# SHA256 Fingerprint: 7b:b6:47:a6:2a:ee:ac:88:bf:25:7a:a5:22:d0:1f:fe:a3:95:e0:ab:45:c7:3f:93:f6:56:54:ec:38:f2:5a:06 +-----BEGIN CERTIFICATE----- +MIIFijCCA3KgAwIBAgIQdY39i658BwD6qSWn4cetFDANBgkqhkiG9w0BAQwFADBf +MQswCQYDVQQGEwJHQjEYMBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQD +Ey1TZWN0aWdvIFB1YmxpYyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYw +HhcNMjEwMzIyMDAwMDAwWhcNNDYwMzIxMjM1OTU5WjBfMQswCQYDVQQGEwJHQjEY +MBYGA1UEChMPU2VjdGlnbyBMaW1pdGVkMTYwNAYDVQQDEy1TZWN0aWdvIFB1Ymxp +YyBTZXJ2ZXIgQXV0aGVudGljYXRpb24gUm9vdCBSNDYwggIiMA0GCSqGSIb3DQEB +AQUAA4ICDwAwggIKAoICAQCTvtU2UnXYASOgHEdCSe5jtrch/cSV1UgrJnwUUxDa +ef0rty2k1Cz66jLdScK5vQ9IPXtamFSvnl0xdE8H/FAh3aTPaE8bEmNtJZlMKpnz +SDBh+oF8HqcIStw+KxwfGExxqjWMrfhu6DtK2eWUAtaJhBOqbchPM8xQljeSM9xf +iOefVNlI8JhD1mb9nxc4Q8UBUQvX4yMPFF1bFOdLvt30yNoDN9HWOaEhUTCDsG3X +ME6WW5HwcCSrv0WBZEMNvSE6Lzzpng3LILVCJ8zab5vuZDCQOc2TZYEhMbUjUDM3 +IuM47fgxMMxF/mL50V0yeUKH32rMVhlATc6qu/m1dkmU8Sf4kaWD5QazYw6A3OAS +VYCmO2a0OYctyPDQ0RTp5A1NDvZdV3LFOxxHVp3i1fuBYYzMTYCQNFu31xR13NgE +SJ/AwSiItOkcyqex8Va3e0lMWeUgFaiEAin6OJRpmkkGj80feRQXEgyDet4fsZfu ++Zd4KKTIRJLpfSYFplhym3kT2BFfrsU4YjRosoYwjviQYZ4ybPUHNs2iTG7sijbt +8uaZFURww3y8nDnAtOFr94MlI1fZEoDlSfB1D++N6xybVCi0ITz8fAr/73trdf+L +HaAZBav6+CuBQug4urv7qv094PPK306Xlynt8xhW6aWWrL3DkJiy4Pmi1KZHQ3xt +zwIDAQABo0IwQDAdBgNVHQ4EFgQUVnNYZJX5khqwEioEYnmhQBWIIUkwDgYDVR0P +AQH/BAQDAgGGMA8GA1UdEwEB/wQFMAMBAf8wDQYJKoZIhvcNAQEMBQADggIBAC9c +mTz8Bl6MlC5w6tIyMY208FHVvArzZJ8HXtXBc2hkeqK5Duj5XYUtqDdFqij0lgVQ +YKlJfp/imTYpE0RHap1VIDzYm/EDMrraQKFz6oOht0SmDpkBm+S8f74TlH7Kph52 +gDY9hAaLMyZlbcp+nv4fjFg4exqDsQ+8FxG75gbMY/qB8oFM2gsQa6H61SilzwZA +Fv97fRheORKkU55+MkIQpiGRqRxOF3yEvJ+M0ejf5lG5Nkc/kLnHvALcWxxPDkjB +JYOcCj+esQMzEhonrPcibCTRAUH4WAP+JWgiH5paPHxsnnVI84HxZmduTILA7rpX +DhjvLpr3Etiga+kFpaHpaPi8TD8SHkXoUsCjvxInebnMMTzD9joiFgOgyY9mpFui +TdaBJQbpdqQACj7LzTWb4OE4y2BThihCQRxEV+ioratF4yUQvNs+ZUH7G6aXD+u5 +dHn5HrwdVw1Hr8Mvn4dGp+smWg9WY7ViYG4A++MnESLn/pmPNPW56MORcr3Ywx65 +LvKRRFHQV80MNNVIIb/bE/FmJUNS0nAiNs2fxBx1IK1jcmMGDw4nztJqDby1ORrp +0XZ60Vzk50lJLVU3aPAaOpg+VBeHVOmmJ1CJeyAvP/+/oYtKR5j/K3tJPsMpRmAY +QqszKbrAKbkTidOIijlBO8n9pu0f9GBj39ItVQGL +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS RSA Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS RSA Root CA 2022" +# Serial: 148535279242832292258835760425842727825 +# MD5 Fingerprint: d8:4e:c6:59:30:d8:fe:a0:d6:7a:5a:2c:2c:69:78:da +# SHA1 Fingerprint: ec:2c:83:40:72:af:26:95:10:ff:0e:f2:03:ee:31:70:f6:78:9d:ca +# SHA256 Fingerprint: 8f:af:7d:2e:2c:b4:70:9b:b8:e0:b3:36:66:bf:75:a5:dd:45:b5:de:48:0f:8e:a8:d4:bf:e6:be:bc:17:f2:ed +-----BEGIN CERTIFICATE----- +MIIFiTCCA3GgAwIBAgIQb77arXO9CEDii02+1PdbkTANBgkqhkiG9w0BAQsFADBO +MQswCQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQD +DBxTU0wuY29tIFRMUyBSU0EgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzQyMloX +DTQ2MDgxOTE2MzQyMVowTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jw +b3JhdGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgUlNBIFJvb3QgQ0EgMjAyMjCC +AiIwDQYJKoZIhvcNAQEBBQADggIPADCCAgoCggIBANCkCXJPQIgSYT41I57u9nTP +L3tYPc48DRAokC+X94xI2KDYJbFMsBFMF3NQ0CJKY7uB0ylu1bUJPiYYf7ISf5OY +t6/wNr/y7hienDtSxUcZXXTzZGbVXcdotL8bHAajvI9AI7YexoS9UcQbOcGV0ins +S657Lb85/bRi3pZ7QcacoOAGcvvwB5cJOYF0r/c0WRFXCsJbwST0MXMwgsadugL3 +PnxEX4MN8/HdIGkWCVDi1FW24IBydm5MR7d1VVm0U3TZlMZBrViKMWYPHqIbKUBO +L9975hYsLfy/7PO0+r4Y9ptJ1O4Fbtk085zx7AGL0SDGD6C1vBdOSHtRwvzpXGk3 +R2azaPgVKPC506QVzFpPulJwoxJF3ca6TvvC0PeoUidtbnm1jPx7jMEWTO6Af77w +dr5BUxIzrlo4QqvXDz5BjXYHMtWrifZOZ9mxQnUjbvPNQrL8VfVThxc7wDNY8VLS ++YCk8OjwO4s4zKTGkH8PnP2L0aPP2oOnaclQNtVcBdIKQXTbYxE3waWglksejBYS +d66UNHsef8JmAOSqg+qKkK3ONkRN0VHpvB/zagX9wHQfJRlAUW7qglFA35u5CCoG +AtUjHBPW6dvbxrB6y3snm/vg1UYk7RBLY0ulBY+6uB0rpvqR4pJSvezrZ5dtmi2f +gTIFZzL7SAg/2SW4BCUvAgMBAAGjYzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0j +BBgwFoAU+y437uOEeicuzRk1sTN8/9REQrkwHQYDVR0OBBYEFPsuN+7jhHonLs0Z +NbEzfP/UREK5MA4GA1UdDwEB/wQEAwIBhjANBgkqhkiG9w0BAQsFAAOCAgEAjYlt +hEUY8U+zoO9opMAdrDC8Z2awms22qyIZZtM7QbUQnRC6cm4pJCAcAZli05bg4vsM +QtfhWsSWTVTNj8pDU/0quOr4ZcoBwq1gaAafORpR2eCNJvkLTqVTJXojpBzOCBvf +R4iyrT7gJ4eLSYwfqUdYe5byiB0YrrPRpgqU+tvT5TgKa3kSM/tKWTcWQA673vWJ +DPFs0/dRa1419dvAJuoSc06pkZCmF8NsLzjUo3KUQyxi4U5cMj29TH0ZR6LDSeeW +P4+a0zvkEdiLA9z2tmBVGKaBUfPhqBVq6+AL8BQx1rmMRTqoENjwuSfr98t67wVy +lrXEj5ZzxOhWc5y8aVFjvO9nHEMaX3cZHxj4HCUp+UmZKbaSPaKDN7EgkaibMOlq +bLQjk2UEqxHzDh1TJElTHaE/nUiSEeJ9DU/1172iWD54nR4fK/4huxoTtrEoZP2w +AgDHbICivRZQIA9ygV/MlP+7mea6kMvq+cYMwq7FGc4zoWtcu358NFcXrfA/rs3q +r5nsLFR+jM4uElZI7xc7P0peYNLcdDa8pUNjyw9bowJWCZ4kLOGGgYz+qxcs+sji +Mho6/4UIyYOf8kpIEFR3N+2ivEC+5BB09+Rbu7nzifmPQdjH5FCQNYA+HLhNkNPU +98OwoX6EyneSMSy4kLGCenROmxMmtNVQZlR4rmA= +-----END CERTIFICATE----- + +# Issuer: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Subject: CN=SSL.com TLS ECC Root CA 2022 O=SSL Corporation +# Label: "SSL.com TLS ECC Root CA 2022" +# Serial: 26605119622390491762507526719404364228 +# MD5 Fingerprint: 99:d7:5c:f1:51:36:cc:e9:ce:d9:19:2e:77:71:56:c5 +# SHA1 Fingerprint: 9f:5f:d9:1a:54:6d:f5:0c:71:f0:ee:7a:bd:17:49:98:84:73:e2:39 +# SHA256 Fingerprint: c3:2f:fd:9f:46:f9:36:d1:6c:36:73:99:09:59:43:4b:9a:d6:0a:af:bb:9e:7c:f3:36:54:f1:44:cc:1b:a1:43 +-----BEGIN CERTIFICATE----- +MIICOjCCAcCgAwIBAgIQFAP1q/s3ixdAW+JDsqXRxDAKBggqhkjOPQQDAzBOMQsw +CQYDVQQGEwJVUzEYMBYGA1UECgwPU1NMIENvcnBvcmF0aW9uMSUwIwYDVQQDDBxT +U0wuY29tIFRMUyBFQ0MgUm9vdCBDQSAyMDIyMB4XDTIyMDgyNTE2MzM0OFoXDTQ2 +MDgxOTE2MzM0N1owTjELMAkGA1UEBhMCVVMxGDAWBgNVBAoMD1NTTCBDb3Jwb3Jh +dGlvbjElMCMGA1UEAwwcU1NMLmNvbSBUTFMgRUNDIFJvb3QgQ0EgMjAyMjB2MBAG +ByqGSM49AgEGBSuBBAAiA2IABEUpNXP6wrgjzhR9qLFNoFs27iosU8NgCTWyJGYm +acCzldZdkkAZDsalE3D07xJRKF3nzL35PIXBz5SQySvOkkJYWWf9lCcQZIxPBLFN +SeR7T5v15wj4A4j3p8OSSxlUgaNjMGEwDwYDVR0TAQH/BAUwAwEB/zAfBgNVHSME +GDAWgBSJjy+j6CugFFR781a4Jl9nOAuc0DAdBgNVHQ4EFgQUiY8vo+groBRUe/NW +uCZfZzgLnNAwDgYDVR0PAQH/BAQDAgGGMAoGCCqGSM49BAMDA2gAMGUCMFXjIlbp +15IkWE8elDIPDAI2wv2sdDJO4fscgIijzPvX6yv/N33w7deedWo1dlJF4AIxAMeN +b0Igj762TVntd00pxCAgRWSGOlDGxK0tk/UYfXLtqc/ErFc2KAhl3zx5Zn6g6g== +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA ECC TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA ECC TLS 2021" +# Serial: 81873346711060652204712539181482831616 +# MD5 Fingerprint: 16:9f:ad:f1:70:ad:79:d6:ed:29:b4:d1:c5:79:70:a8 +# SHA1 Fingerprint: 9e:bc:75:10:42:b3:02:f3:81:f4:f7:30:62:d4:8f:c3:a7:51:b2:dd +# SHA256 Fingerprint: b2:fa:e5:3e:14:cc:d7:ab:92:12:06:47:01:ae:27:9c:1d:89:88:fa:cb:77:5f:a8:a0:08:91:4e:66:39:88:a8 +-----BEGIN CERTIFICATE----- +MIICFTCCAZugAwIBAgIQPZg7pmY9kGP3fiZXOATvADAKBggqhkjOPQQDAzBMMS4w +LAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgRUNDIFRMUyAyMDIxMQ0w +CwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTI2MjNaFw00MTA0 +MTcwOTI2MjJaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBDQSBF +Q0MgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMHYwEAYHKoZI +zj0CAQYFK4EEACIDYgAEloZYKDcKZ9Cg3iQZGeHkBQcfl+3oZIK59sRxUM6KDP/X +tXa7oWyTbIOiaG6l2b4siJVBzV3dscqDY4PMwL502eCdpO5KTlbgmClBk1IQ1SQ4 +AjJn8ZQSb+/Xxd4u/RmAo0IwQDAPBgNVHRMBAf8EBTADAQH/MB0GA1UdDgQWBBR2 +KCXWfeBmmnoJsmo7jjPXNtNPojAOBgNVHQ8BAf8EBAMCAYYwCgYIKoZIzj0EAwMD +aAAwZQIwW5kp85wxtolrbNa9d+F851F+uDrNozZffPc8dz7kUK2o59JZDCaOMDtu +CCrCp1rIAjEAmeMM56PDr9NJLkaCI2ZdyQAUEv049OGYa3cpetskz2VAv9LcjBHo +9H1/IISpQuQo +-----END CERTIFICATE----- + +# Issuer: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Subject: CN=Atos TrustedRoot Root CA RSA TLS 2021 O=Atos +# Label: "Atos TrustedRoot Root CA RSA TLS 2021" +# Serial: 111436099570196163832749341232207667876 +# MD5 Fingerprint: d4:d3:46:b8:9a:c0:9c:76:5d:9e:3a:c3:b9:99:31:d2 +# SHA1 Fingerprint: 18:52:3b:0d:06:37:e4:d6:3a:df:23:e4:98:fb:5b:16:fb:86:74:48 +# SHA256 Fingerprint: 81:a9:08:8e:a5:9f:b3:64:c5:48:a6:f8:55:59:09:9b:6f:04:05:ef:bf:18:e5:32:4e:c9:f4:57:ba:00:11:2f +-----BEGIN CERTIFICATE----- +MIIFZDCCA0ygAwIBAgIQU9XP5hmTC/srBRLYwiqipDANBgkqhkiG9w0BAQwFADBM +MS4wLAYDVQQDDCVBdG9zIFRydXN0ZWRSb290IFJvb3QgQ0EgUlNBIFRMUyAyMDIx +MQ0wCwYDVQQKDARBdG9zMQswCQYDVQQGEwJERTAeFw0yMTA0MjIwOTIxMTBaFw00 +MTA0MTcwOTIxMDlaMEwxLjAsBgNVBAMMJUF0b3MgVHJ1c3RlZFJvb3QgUm9vdCBD +QSBSU0EgVExTIDIwMjExDTALBgNVBAoMBEF0b3MxCzAJBgNVBAYTAkRFMIICIjAN +BgkqhkiG9w0BAQEFAAOCAg8AMIICCgKCAgEAtoAOxHm9BYx9sKOdTSJNy/BBl01Z +4NH+VoyX8te9j2y3I49f1cTYQcvyAh5x5en2XssIKl4w8i1mx4QbZFc4nXUtVsYv +Ye+W/CBGvevUez8/fEc4BKkbqlLfEzfTFRVOvV98r61jx3ncCHvVoOX3W3WsgFWZ +kmGbzSoXfduP9LVq6hdKZChmFSlsAvFr1bqjM9xaZ6cF4r9lthawEO3NUDPJcFDs +GY6wx/J0W2tExn2WuZgIWWbeKQGb9Cpt0xU6kGpn8bRrZtkh68rZYnxGEFzedUln +nkL5/nWpo63/dgpnQOPF943HhZpZnmKaau1Fh5hnstVKPNe0OwANwI8f4UDErmwh +3El+fsqyjW22v5MvoVw+j8rtgI5Y4dtXz4U2OLJxpAmMkokIiEjxQGMYsluMWuPD +0xeqqxmjLBvk1cbiZnrXghmmOxYsL3GHX0WelXOTwkKBIROW1527k2gV+p2kHYzy +geBYBr3JtuP2iV2J+axEoctr+hbxx1A9JNr3w+SH1VbxT5Aw+kUJWdo0zuATHAR8 +ANSbhqRAvNncTFd+rrcztl524WWLZt+NyteYr842mIycg5kDcPOvdO3GDjbnvezB +c6eUWsuSZIKmAMFwoW4sKeFYV+xafJlrJaSQOoD0IJ2azsct+bJLKZWD6TWNp0lI +pw9MGZHQ9b8Q4HECAwEAAaNCMEAwDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQU +dEmZ0f+0emhFdcN+tNzMzjkz2ggwDgYDVR0PAQH/BAQDAgGGMA0GCSqGSIb3DQEB +DAUAA4ICAQAjQ1MkYlxt/T7Cz1UAbMVWiLkO3TriJQ2VSpfKgInuKs1l+NsW4AmS +4BjHeJi78+xCUvuppILXTdiK/ORO/auQxDh1MoSf/7OwKwIzNsAQkG8dnK/haZPs +o0UvFJ/1TCplQ3IM98P4lYsU84UgYt1UU90s3BiVaU+DR3BAM1h3Egyi61IxHkzJ +qM7F78PRreBrAwA0JrRUITWXAdxfG/F851X6LWh3e9NpzNMOa7pNdkTWwhWaJuyw +xfW70Xp0wmzNxbVe9kzmWy2B27O3Opee7c9GslA9hGCZcbUztVdF5kJHdWoOsAgM +rr3e97sPWD2PAzHoPYJQyi9eDF20l74gNAf0xBLh7tew2VktafcxBPTy+av5EzH4 +AXcOPUIjJsyacmdRIXrMPIWo6iFqO9taPKU0nprALN+AnCng33eU0aKAQv9qTFsR +0PXNor6uzFFcw9VUewyu1rkGd4Di7wcaaMxZUa1+XGdrudviB0JbuAEFWDlN5LuY +o7Ey7Nmj1m+UI/87tyll5gfp77YZ6ufCOB0yiJA8EytuzO+rdwY0d4RPcuSBhPm5 +dDTedk+SKlOxJTnbPP/lPqYO5Wue/9vsL3SD3460s6neFE3/MaNFcyT6lSnMEpcE +oji2jbDwN/zIIX8/syQbPYtuzE2wFg2WHYMfRsCbvUOZ58SWLs5fyQ== +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G3 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G3" +# Serial: 576386314500428537169965010905813481816650257167 +# MD5 Fingerprint: 30:42:1b:b7:bb:81:75:35:e4:16:4f:53:d2:94:de:04 +# SHA1 Fingerprint: 63:cf:b6:c1:27:2b:56:e4:88:8e:1c:23:9a:b6:2e:81:47:24:c3:c7 +# SHA256 Fingerprint: e0:d3:22:6a:eb:11:63:c2:e4:8f:f9:be:3b:50:b4:c6:43:1b:e7:bb:1e:ac:c5:c3:6b:5d:5e:c5:09:03:9a:08 +-----BEGIN CERTIFICATE----- +MIIFpTCCA42gAwIBAgIUZPYOZXdhaqs7tOqFhLuxibhxkw8wDQYJKoZIhvcNAQEM +BQAwWjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dp +ZXMsIEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHMzAe +Fw0yMTA1MjAwMjEwMTlaFw00NjA1MTkwMjEwMTlaMFoxCzAJBgNVBAYTAkNOMSUw +IwYDVQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtU +cnVzdEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzMwggIiMA0GCSqGSIb3DQEBAQUAA4IC +DwAwggIKAoICAQDAMYJhkuSUGwoqZdC+BqmHO1ES6nBBruL7dOoKjbmzTNyPtxNS +T1QY4SxzlZHFZjtqz6xjbYdT8PfxObegQ2OwxANdV6nnRM7EoYNl9lA+sX4WuDqK +AtCWHwDNBSHvBm3dIZwZQ0WhxeiAysKtQGIXBsaqvPPW5vxQfmZCHzyLpnl5hkA1 +nyDvP+uLRx+PjsXUjrYsyUQE49RDdT/VP68czH5GX6zfZBCK70bwkPAPLfSIC7Ep +qq+FqklYqL9joDiR5rPmd2jE+SoZhLsO4fWvieylL1AgdB4SQXMeJNnKziyhWTXA +yB1GJ2Faj/lN03J5Zh6fFZAhLf3ti1ZwA0pJPn9pMRJpxx5cynoTi+jm9WAPzJMs +hH/x/Gr8m0ed262IPfN2dTPXS6TIi/n1Q1hPy8gDVI+lhXgEGvNz8teHHUGf59gX +zhqcD0r83ERoVGjiQTz+LISGNzzNPy+i2+f3VANfWdP3kXjHi3dqFuVJhZBFcnAv +kV34PmVACxmZySYgWmjBNb9Pp1Hx2BErW+Canig7CjoKH8GB5S7wprlppYiU5msT +f9FkPz2ccEblooV7WIQn3MSAPmeamseaMQ4w7OYXQJXZRe0Blqq/DPNL0WP3E1jA +uPP6Z92bfW1K/zJMtSU7/xxnD4UiWQWRkUF3gdCFTIcQcf+eQxuulXUtgQIDAQAB +o2MwYTAPBgNVHRMBAf8EBTADAQH/MB8GA1UdIwQYMBaAFEDk5PIj7zjKsK5Xf/Ih +MBY027ySMB0GA1UdDgQWBBRA5OTyI+84yrCuV3/yITAWNNu8kjAOBgNVHQ8BAf8E +BAMCAQYwDQYJKoZIhvcNAQEMBQADggIBACY7UeFNOPMyGLS0XuFlXsSUT9SnYaP4 +wM8zAQLpw6o1D/GUE3d3NZ4tVlFEbuHGLige/9rsR82XRBf34EzC4Xx8MnpmyFq2 +XFNFV1pF1AWZLy4jVe5jaN/TG3inEpQGAHUNcoTpLrxaatXeL1nHo+zSh2bbt1S1 +JKv0Q3jbSwTEb93mPmY+KfJLaHEih6D4sTNjduMNhXJEIlU/HHzp/LgV6FL6qj6j +ITk1dImmasI5+njPtqzn59ZW/yOSLlALqbUHM/Q4X6RJpstlcHboCoWASzY9M/eV +VHUl2qzEc4Jl6VL1XP04lQJqaTDFHApXB64ipCz5xUG3uOyfT0gA+QEEVcys+TIx +xHWVBqB/0Y0n3bOppHKH/lmLmnp0Ft0WpWIp6zqW3IunaFnT63eROfjXy9mPX1on +AX1daBli2MjN9LdyR75bl87yraKZk62Uy5P2EgmVtqvXO9A/EcswFi55gORngS1d +7XB4tmBZrOFdRWOPyN9yaFvqHbgB8X7754qz41SgOAngPN5C8sLtLpvzHzW2Ntjj +gKGLzZlkD8Kqq7HK9W+eQ42EVJmzbsASZthwEPEGNTNDqJwuuhQxzhB/HIbjj9LV ++Hfsm6vxL2PZQl/gZ4FkkfGXL/xuJvYz+NO1+MRiqzFRJQJ6+N1rZdVtTTDIZbpo +FGWsJwt0ivKH +-----END CERTIFICATE----- + +# Issuer: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Subject: CN=TrustAsia Global Root CA G4 O=TrustAsia Technologies, Inc. +# Label: "TrustAsia Global Root CA G4" +# Serial: 451799571007117016466790293371524403291602933463 +# MD5 Fingerprint: 54:dd:b2:d7:5f:d8:3e:ed:7c:e0:0b:2e:cc:ed:eb:eb +# SHA1 Fingerprint: 57:73:a5:61:5d:80:b2:e6:ac:38:82:fc:68:07:31:ac:9f:b5:92:5a +# SHA256 Fingerprint: be:4b:56:cb:50:56:c0:13:6a:52:6d:f4:44:50:8d:aa:36:a0:b5:4f:42:e4:ac:38:f7:2a:f4:70:e4:79:65:4c +-----BEGIN CERTIFICATE----- +MIICVTCCAdygAwIBAgIUTyNkuI6XY57GU4HBdk7LKnQV1tcwCgYIKoZIzj0EAwMw +WjELMAkGA1UEBhMCQ04xJTAjBgNVBAoMHFRydXN0QXNpYSBUZWNobm9sb2dpZXMs +IEluYy4xJDAiBgNVBAMMG1RydXN0QXNpYSBHbG9iYWwgUm9vdCBDQSBHNDAeFw0y +MTA1MjAwMjEwMjJaFw00NjA1MTkwMjEwMjJaMFoxCzAJBgNVBAYTAkNOMSUwIwYD +VQQKDBxUcnVzdEFzaWEgVGVjaG5vbG9naWVzLCBJbmMuMSQwIgYDVQQDDBtUcnVz +dEFzaWEgR2xvYmFsIFJvb3QgQ0EgRzQwdjAQBgcqhkjOPQIBBgUrgQQAIgNiAATx +s8045CVD5d4ZCbuBeaIVXxVjAd7Cq92zphtnS4CDr5nLrBfbK5bKfFJV4hrhPVbw +LxYI+hW8m7tH5j/uqOFMjPXTNvk4XatwmkcN4oFBButJ+bAp3TPsUKV/eSm4IJij +YzBhMA8GA1UdEwEB/wQFMAMBAf8wHwYDVR0jBBgwFoAUpbtKl86zK3+kMd6Xg1mD +pm9xy94wHQYDVR0OBBYEFKW7SpfOsyt/pDHel4NZg6ZvccveMA4GA1UdDwEB/wQE +AwIBBjAKBggqhkjOPQQDAwNnADBkAjBe8usGzEkxn0AAbbd+NvBNEU/zy4k6LHiR +UKNbwMp1JvK/kF0LgoxgKJ/GcJpo5PECMFxYDlZ2z1jD1xCMuo6u47xkdUfFVZDj +/bpV6wfEU6s3qe4hsiFbYI89MvHVI5TWWA== +-----END CERTIFICATE----- + +# Issuer: CN=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----- + +# Issuer: CN=D-TRUST BR Root CA 2 2023 O=D-Trust GmbH +# Subject: CN=D-TRUST BR Root CA 2 2023 O=D-Trust GmbH +# Label: "D-TRUST BR Root CA 2 2023" +# Serial: 153168538924886464690566649552453098598 +# MD5 Fingerprint: e1:09:ed:d3:60:d4:56:1b:47:1f:b7:0c:5f:1b:5f:85 +# SHA1 Fingerprint: 2d:b0:70:ee:71:94:af:69:68:17:db:79:ce:58:9f:a0:6b:96:f7:87 +# SHA256 Fingerprint: 05:52:e6:f8:3f:df:65:e8:fa:96:70:e6:66:df:28:a4:e2:13:40:b5:10:cb:e5:25:66:f9:7c:4f:b9:4b:2b:d1 +-----BEGIN CERTIFICATE----- +MIIFqTCCA5GgAwIBAgIQczswBEhb2U14LnNLyaHcZjANBgkqhkiG9w0BAQ0FADBI +MQswCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlE +LVRSVVNUIEJSIFJvb3QgQ0EgMiAyMDIzMB4XDTIzMDUwOTA4NTYzMVoXDTM4MDUw +OTA4NTYzMFowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEi +MCAGA1UEAxMZRC1UUlVTVCBCUiBSb290IENBIDIgMjAyMzCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBAK7/CVmRgApKaOYkP7in5Mg6CjoWzckjYaCTcfKr +i3OPoGdlYNJUa2NRb0kz4HIHE304zQaSBylSa053bATTlfrdTIzZXcFhfUvnKLNE +gXtRr90zsWh81k5M/itoucpmacTsXld/9w3HnDY25QdgrMBM6ghs7wZ8T1soegj8 +k12b9py0i4a6Ibn08OhZWiihNIQaJZG2tY/vsvmA+vk9PBFy2OMvhnbFeSzBqZCT +Rphny4NqoFAjpzv2gTng7fC5v2Xx2Mt6++9zA84A9H3X4F07ZrjcjrqDy4d2A/wl +2ecjbwb9Z/Pg/4S8R7+1FhhGaRTMBffb00msa8yr5LULQyReS2tNZ9/WtT5PeB+U +cSTq3nD88ZP+npNa5JRal1QMNXtfbO4AHyTsA7oC9Xb0n9Sa7YUsOCIvx9gvdhFP +/Wxc6PWOJ4d/GUohR5AdeY0cW/jPSoXk7bNbjb7EZChdQcRurDhaTyN0dKkSw/bS +uREVMweR2Ds3OmMwBtHFIjYoYiMQ4EbMl6zWK11kJNXuHA7e+whadSr2Y23OC0K+ +0bpwHJwh5Q8xaRfX/Aq03u2AnMuStIv13lmiWAmlY0cL4UEyNEHZmrHZqLAbWt4N +DfTisl01gLmB1IRpkQLLddCNxbU9CZEJjxShFHR5PtbJFR2kWVki3PaKRT08EtY+ +XTIvAgMBAAGjgY4wgYswDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUZ5Dw1t61 +GNVGKX5cq/ieCLxklRAwDgYDVR0PAQH/BAQDAgEGMEkGA1UdHwRCMEAwPqA8oDqG +OGh0dHA6Ly9jcmwuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3RfYnJfcm9vdF9jYV8y +XzIwMjMuY3JsMA0GCSqGSIb3DQEBDQUAA4ICAQA097N3U9swFrktpSHxQCF16+tI +FoE9c+CeJyrrd6kTpGoKWloUMz1oH4Guaf2Mn2VsNELZLdB/eBaxOqwjMa1ef67n +riv6uvw8l5VAk1/DLQOj7aRvU9f6QA4w9QAgLABMjDu0ox+2v5Eyq6+SmNMW5tTR +VFxDWy6u71cqqLRvpO8NVhTaIasgdp4D/Ca4nj8+AybmTNudX0KEPUUDAxxZiMrc +LmEkWqTqJwtzEr5SswrPMhfiHocaFpVIbVrg0M8JkiZmkdijYQ6qgYF/6FKC0ULn +4B0Y+qSFNueG4A3rvNTJ1jxD8V1Jbn6Bm2m1iWKPiFLY1/4nwSPFyysCu7Ff/vtD +hQNGvl3GyiEm/9cCnnRK3PgTFbGBVzbLZVzRHTF36SXDw7IyN9XxmAnkbWOACKsG +koHU6XCPpz+y7YaMgmo1yEJagtFSGkUPFaUA8JR7ZSdXOUPPfH/mvTWze/EZTN46 +ls/pdu4D58JDUjxqgejBWoC9EV2Ta/vH5mQ/u2kc6d0li690yVRAysuTEwrt+2aS +Ecr1wPrYg1UDfNPFIkZ1cGt5SAYqgpq/5usWDiJFAbzdNpQ0qTUmiteXue4Icr80 +knCDgKs4qllo3UCkGJCy89UDyibK79XH4I9TjvAA46jtn/mtd+ArY0+ew+43u3gJ +hJ65bvspmZDogNOfJA== +-----END CERTIFICATE----- + +# Issuer: CN=D-TRUST EV Root CA 2 2023 O=D-Trust GmbH +# Subject: CN=D-TRUST EV Root CA 2 2023 O=D-Trust GmbH +# Label: "D-TRUST EV Root CA 2 2023" +# Serial: 139766439402180512324132425437959641711 +# MD5 Fingerprint: 96:b4:78:09:f0:09:cb:77:eb:bb:1b:4d:6f:36:bc:b6 +# SHA1 Fingerprint: a5:5b:d8:47:6c:8f:19:f7:4c:f4:6d:6b:b6:c2:79:82:22:df:54:8b +# SHA256 Fingerprint: 8e:82:21:b2:e7:d4:00:78:36:a1:67:2f:0d:cc:29:9c:33:bc:07:d3:16:f1:32:fa:1a:20:6d:58:71:50:f1:ce +-----BEGIN CERTIFICATE----- +MIIFqTCCA5GgAwIBAgIQaSYJfoBLTKCnjHhiU19abzANBgkqhkiG9w0BAQ0FADBI +MQswCQYDVQQGEwJERTEVMBMGA1UEChMMRC1UcnVzdCBHbWJIMSIwIAYDVQQDExlE +LVRSVVNUIEVWIFJvb3QgQ0EgMiAyMDIzMB4XDTIzMDUwOTA5MTAzM1oXDTM4MDUw +OTA5MTAzMlowSDELMAkGA1UEBhMCREUxFTATBgNVBAoTDEQtVHJ1c3QgR21iSDEi +MCAGA1UEAxMZRC1UUlVTVCBFViBSb290IENBIDIgMjAyMzCCAiIwDQYJKoZIhvcN +AQEBBQADggIPADCCAgoCggIBANiOo4mAC7JXUtypU0w3uX9jFxPvp1sjW2l1sJkK +F8GLxNuo4MwxusLyzV3pt/gdr2rElYfXR8mV2IIEUD2BCP/kPbOx1sWy/YgJ25yE +7CUXFId/MHibaljJtnMoPDT3mfd/06b4HEV8rSyMlD/YZxBTfiLNTiVR8CUkNRFe +EMbsh2aJgWi6zCudR3Mfvc2RpHJqnKIbGKBv7FD0fUDCqDDPvXPIEysQEx6Lmqg6 +lHPTGGkKSv/BAQP/eX+1SH977ugpbzZMlWGG2Pmic4ruri+W7mjNPU0oQvlFKzIb +RlUWaqZLKfm7lVa/Rh3sHZMdwGWyH6FDrlaeoLGPaxK3YG14C8qKXO0elg6DpkiV +jTujIcSuWMYAsoS0I6SWhjW42J7YrDRJmGOVxcttSEfi8i4YHtAxq9107PncjLgc +jmgjutDzUNzPZY9zOjLHfP7KgiJPvo5iR2blzYfi6NUPGJ/lBHJLRjwQ8kTCZFZx +TnXonMkmdMV9WdEKWw9t/p51HBjGGjp82A0EzM23RWV6sY+4roRIPrN6TagD4uJ+ +ARZZaBhDM7DS3LAaQzXupdqpRlyuhoFBAUp0JuyfBr/CBTdkdXgpaP3F9ev+R/nk +hbDhezGdpn9yo7nELC7MmVcOIQxFAZRl62UJxmMiCzNJkkg8/M3OsD6Onov4/knF +NXJHAgMBAAGjgY4wgYswDwYDVR0TAQH/BAUwAwEB/zAdBgNVHQ4EFgQUqvyREBuH +kV8Wub9PS5FeAByxMoAwDgYDVR0PAQH/BAQDAgEGMEkGA1UdHwRCMEAwPqA8oDqG +OGh0dHA6Ly9jcmwuZC10cnVzdC5uZXQvY3JsL2QtdHJ1c3RfZXZfcm9vdF9jYV8y +XzIwMjMuY3JsMA0GCSqGSIb3DQEBDQUAA4ICAQCTy6UfmRHsmg1fLBWTxj++EI14 +QvBukEdHjqOSMo1wj/Zbjb6JzkcBahsgIIlbyIIQbODnmaprxiqgYzWRaoUlrRc4 +pZt+UPJ26oUFKidBK7GB0aL2QHWpDsvxVUjY7NHss+jOFKE17MJeNRqrphYBBo7q +3C+jisosketSjl8MmxfPy3MHGcRqwnNU73xDUmPBEcrCRbH0O1P1aa4846XerOhU +t7KR/aypH/KH5BfGSah82ApB9PI+53c0BFLd6IHyTS9URZ0V4U/M5d40VxDJI3IX +cI1QcB9WbMy5/zpaT2N6w25lBx2Eof+pDGOJbbJAiDnXH3dotfyc1dZnaVuodNv8 +ifYbMvekJKZ2t0dT741Jj6m2g1qllpBFYfXeA08mD6iL8AOWsKwV0HFaanuU5nCT +2vFp4LJiTZ6P/4mdm13NRemUAiKN4DV/6PEEeXFsVIP4M7kFMhtYVRFP0OUnR3Hs +7dpn1mKmS00PaaLJvOwiS5THaJQXfuKOKD62xur1NGyfN4gHONuGcfrNlUhDbqNP +gofXNJhuS5N5YHVpD/Aa1VP6IQzCP+k/HxiMkl14p3ZnGbuy6n/pcAlWVqOwDAst +Nl7F6cTVg8uGF5csbBNvh1qvSaYd2804BC5f4ko1Di1L+KIkBI3Y4WNeApI02phh +XBxvWHZks/wCuPWdCg== +-----END CERTIFICATE----- diff --git a/llmlab/lib/python3.12/site-packages/certifi/core.py b/llmlab/lib/python3.12/site-packages/certifi/core.py new file mode 100644 index 0000000..91f538b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/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("certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return files("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("certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + atexit.register(exit_cacert_ctx) + + return _CACERT_PATH + + def contents() -> str: + return read_text("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("certifi", "cacert.pem", encoding="ascii") diff --git a/llmlab/lib/python3.12/site-packages/certifi/py.typed b/llmlab/lib/python3.12/site-packages/certifi/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/LICENSE new file mode 100644 index 0000000..9725772 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2025 TAHRI Ahmed R. + +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/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/METADATA new file mode 100644 index 0000000..58f3667 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/METADATA @@ -0,0 +1,721 @@ +Metadata-Version: 2.1 +Name: charset-normalizer +Version: 3.4.1 +Summary: The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet. +Author-email: "Ahmed R. TAHRI" +Maintainer-email: "Ahmed R. TAHRI" +License: MIT +Project-URL: Changelog, https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md +Project-URL: Documentation, https://charset-normalizer.readthedocs.io/ +Project-URL: Code, https://github.com/jawah/charset_normalizer +Project-URL: Issue tracker, https://github.com/jawah/charset_normalizer/issues +Keywords: encoding,charset,charset-detector,detector,normalization,unicode,chardet,detect +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Text Processing :: Linguistic +Classifier: Topic :: Utilities +Classifier: Typing :: Typed +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +License-File: LICENSE +Provides-Extra: unicode-backport + +

Charset Detection, for Everyone 👋

+ +

+ The Real First Universal Charset Detector
+
+ + + + Download Count Total + + + + +

+

+ Featured Packages
+ + Static Badge + + + Static Badge + +

+

+ In other language (unofficial port - by the community)
+ + Static Badge + +

+ +> A library that helps you read text from an unknown charset encoding.
Motivated by `chardet`, +> I'm trying to resolve the issue by taking a new approach. +> All IANA character set names for which the Python core library provides codecs are supported. + +

+ >>>>> 👉 Try Me Online Now, Then Adopt Me 👈 <<<<< +

+ +This project offers you an alternative to **Universal Charset Encoding Detector**, also known as **Chardet**. + +| Feature | [Chardet](https://github.com/chardet/chardet) | Charset Normalizer | [cChardet](https://github.com/PyYoshi/cChardet) | +|--------------------------------------------------|:---------------------------------------------:|:--------------------------------------------------------------------------------------------------:|:-----------------------------------------------:| +| `Fast` | ❌ | ✅ | ✅ | +| `Universal**` | ❌ | ✅ | ❌ | +| `Reliable` **without** distinguishable standards | ❌ | ✅ | ✅ | +| `Reliable` **with** distinguishable standards | ✅ | ✅ | ✅ | +| `License` | LGPL-2.1
_restrictive_ | MIT | MPL-1.1
_restrictive_ | +| `Native Python` | ✅ | ✅ | ❌ | +| `Detect spoken language` | ❌ | ✅ | N/A | +| `UnicodeDecodeError Safety` | ❌ | ✅ | ❌ | +| `Whl Size (min)` | 193.6 kB | 42 kB | ~200 kB | +| `Supported Encoding` | 33 | 🎉 [99](https://charset-normalizer.readthedocs.io/en/latest/user/support.html#supported-encodings) | 40 | + +

+Reading Normalized TextCat Reading Text +

+ +*\*\* : They are clearly using specific code for a specific encoding even if covering most of used one*
+ +## ⚡ Performance + +This package offer better performance than its counterpart Chardet. Here are some numbers. + +| Package | Accuracy | Mean per file (ms) | File per sec (est) | +|-----------------------------------------------|:--------:|:------------------:|:------------------:| +| [chardet](https://github.com/chardet/chardet) | 86 % | 63 ms | 16 file/sec | +| charset-normalizer | **98 %** | **10 ms** | 100 file/sec | + +| Package | 99th percentile | 95th percentile | 50th percentile | +|-----------------------------------------------|:---------------:|:---------------:|:---------------:| +| [chardet](https://github.com/chardet/chardet) | 265 ms | 71 ms | 7 ms | +| charset-normalizer | 100 ms | 50 ms | 5 ms | + +_updated as of december 2024 using CPython 3.12_ + +Chardet's performance on larger file (1MB+) are very poor. Expect huge difference on large payload. + +> Stats are generated using 400+ files using default parameters. More details on used files, see GHA workflows. +> And yes, these results might change at any time. The dataset can be updated to include more files. +> The actual delays heavily depends on your CPU capabilities. The factors should remain the same. +> Keep in mind that the stats are generous and that Chardet accuracy vs our is measured using Chardet initial capability +> (e.g. Supported Encoding) Challenge-them if you want. + +## ✨ Installation + +Using pip: + +```sh +pip install charset-normalizer -U +``` + +## 🚀 Basic Usage + +### CLI +This package comes with a CLI. + +``` +usage: normalizer [-h] [-v] [-a] [-n] [-m] [-r] [-f] [-t THRESHOLD] + file [file ...] + +The Real First Universal Charset Detector. Discover originating encoding used +on text file. Normalize text to unicode. + +positional arguments: + files File(s) to be analysed + +optional arguments: + -h, --help show this help message and exit + -v, --verbose Display complementary information about file if any. + Stdout will contain logs about the detection process. + -a, --with-alternative + Output complementary possibilities if any. Top-level + JSON WILL be a list. + -n, --normalize Permit to normalize input file. If not set, program + does not write anything. + -m, --minimal Only output the charset detected to STDOUT. Disabling + JSON output. + -r, --replace Replace file when trying to normalize it instead of + creating a new one. + -f, --force Replace file without asking if you are sure, use this + flag with caution. + -t THRESHOLD, --threshold THRESHOLD + Define a custom maximum amount of chaos allowed in + decoded content. 0. <= chaos <= 1. + --version Show version information and exit. +``` + +```bash +normalizer ./data/sample.1.fr.srt +``` + +or + +```bash +python -m charset_normalizer ./data/sample.1.fr.srt +``` + +🎉 Since version 1.4.0 the CLI produce easily usable stdout result in JSON format. + +```json +{ + "path": "/home/default/projects/charset_normalizer/data/sample.1.fr.srt", + "encoding": "cp1252", + "encoding_aliases": [ + "1252", + "windows_1252" + ], + "alternative_encodings": [ + "cp1254", + "cp1256", + "cp1258", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + "mbcs" + ], + "language": "French", + "alphabets": [ + "Basic Latin", + "Latin-1 Supplement" + ], + "has_sig_or_bom": false, + "chaos": 0.149, + "coherence": 97.152, + "unicode_path": null, + "is_preferred": true +} +``` + +### Python +*Just print out normalized text* +```python +from charset_normalizer import from_path + +results = from_path('./my_subtitle.srt') + +print(str(results.best())) +``` + +*Upgrade your code without effort* +```python +from charset_normalizer import detect +``` + +The above code will behave the same as **chardet**. We ensure that we offer the best (reasonable) BC result possible. + +See the docs for advanced usage : [readthedocs.io](https://charset-normalizer.readthedocs.io/en/latest/) + +## 😇 Why + +When I started using Chardet, I noticed that it was not suited to my expectations, and I wanted to propose a +reliable alternative using a completely different method. Also! I never back down on a good challenge! + +I **don't care** about the **originating charset** encoding, because **two different tables** can +produce **two identical rendered string.** +What I want is to get readable text, the best I can. + +In a way, **I'm brute forcing text decoding.** How cool is that ? 😎 + +Don't confuse package **ftfy** with charset-normalizer or chardet. ftfy goal is to repair Unicode string whereas charset-normalizer to convert raw file in unknown encoding to unicode. + +## 🍰 How + + - Discard all charset encoding table that could not fit the binary content. + - Measure noise, or the mess once opened (by chunks) with a corresponding charset encoding. + - Extract matches with the lowest mess detected. + - Additionally, we measure coherence / probe for a language. + +**Wait a minute**, what is noise/mess and coherence according to **YOU ?** + +*Noise :* I opened hundred of text files, **written by humans**, with the wrong encoding table. **I observed**, then +**I established** some ground rules about **what is obvious** when **it seems like** a mess (aka. defining noise in rendered text). + I know that my interpretation of what is noise is probably incomplete, feel free to contribute in order to + improve or rewrite it. + +*Coherence :* For each language there is on earth, we have computed ranked letter appearance occurrences (the best we can). So I thought +that intel is worth something here. So I use those records against decoded text to check if I can detect intelligent design. + +## ⚡ Known limitations + + - Language detection is unreliable when text contains two or more languages sharing identical letters. (eg. HTML (english tags) + Turkish content (Sharing Latin characters)) + - Every charset detector heavily depends on sufficient content. In common cases, do not bother run detection on very tiny content. + +## ⚠️ About Python EOLs + +**If you are running:** + +- Python >=2.7,<3.5: Unsupported +- Python 3.5: charset-normalizer < 2.1 +- Python 3.6: charset-normalizer < 3.1 +- Python 3.7: charset-normalizer < 4.0 + +Upgrade your Python interpreter as soon as possible. + +## 👤 Contributing + +Contributions, issues and feature requests are very much welcome.
+Feel free to check [issues page](https://github.com/ousret/charset_normalizer/issues) if you want to contribute. + +## 📝 License + +Copyright © [Ahmed TAHRI @Ousret](https://github.com/Ousret).
+This project is [MIT](https://github.com/Ousret/charset_normalizer/blob/master/LICENSE) licensed. + +Characters frequencies used in this project © 2012 [Denny Vrandečić](http://simia.net/letters/) + +## 💼 For Enterprise + +Professional support for charset-normalizer is available as part of the [Tidelift +Subscription][1]. Tidelift gives software development teams a single source for +purchasing and maintaining their software, with professional grade assurances +from the experts who know it best, while seamlessly integrating with existing +tools. + +[1]: https://tidelift.com/subscription/pkg/pypi-charset-normalizer?utm_source=pypi-charset-normalizer&utm_medium=readme + +[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/7297/badge)](https://www.bestpractices.dev/projects/7297) + +# Changelog +All notable changes to charset-normalizer will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). + +## [3.4.1](https://github.com/Ousret/charset_normalizer/compare/3.4.0...3.4.1) (2024-12-24) + +### Changed +- Project metadata are now stored using `pyproject.toml` instead of `setup.cfg` using setuptools as the build backend. +- Enforce annotation delayed loading for a simpler and consistent types in the project. +- Optional mypyc compilation upgraded to version 1.14 for Python >= 3.8 + +### Added +- pre-commit configuration. +- noxfile. + +### Removed +- `build-requirements.txt` as per using `pyproject.toml` native build configuration. +- `bin/integration.py` and `bin/serve.py` in favor of downstream integration test (see noxfile). +- `setup.cfg` in favor of `pyproject.toml` metadata configuration. +- Unused `utils.range_scan` function. + +### Fixed +- Converting content to Unicode bytes may insert `utf_8` instead of preferred `utf-8`. (#572) +- Deprecation warning "'count' is passed as positional argument" when converting to Unicode bytes on Python 3.13+ + +## [3.4.0](https://github.com/Ousret/charset_normalizer/compare/3.3.2...3.4.0) (2024-10-08) + +### Added +- Argument `--no-preemptive` in the CLI to prevent the detector to search for hints. +- Support for Python 3.13 (#512) + +### Fixed +- Relax the TypeError exception thrown when trying to compare a CharsetMatch with anything else than a CharsetMatch. +- Improved the general reliability of the detector based on user feedbacks. (#520) (#509) (#498) (#407) (#537) +- Declared charset in content (preemptive detection) not changed when converting to utf-8 bytes. (#381) + +## [3.3.2](https://github.com/Ousret/charset_normalizer/compare/3.3.1...3.3.2) (2023-10-31) + +### Fixed +- Unintentional memory usage regression when using large payload that match several encoding (#376) +- Regression on some detection case showcased in the documentation (#371) + +### Added +- Noise (md) probe that identify malformed arabic representation due to the presence of letters in isolated form (credit to my wife) + +## [3.3.1](https://github.com/Ousret/charset_normalizer/compare/3.3.0...3.3.1) (2023-10-22) + +### Changed +- Optional mypyc compilation upgraded to version 1.6.1 for Python >= 3.8 +- Improved the general detection reliability based on reports from the community + +## [3.3.0](https://github.com/Ousret/charset_normalizer/compare/3.2.0...3.3.0) (2023-09-30) + +### Added +- Allow to execute the CLI (e.g. normalizer) through `python -m charset_normalizer.cli` or `python -m charset_normalizer` +- Support for 9 forgotten encoding that are supported by Python but unlisted in `encoding.aliases` as they have no alias (#323) + +### Removed +- (internal) Redundant utils.is_ascii function and unused function is_private_use_only +- (internal) charset_normalizer.assets is moved inside charset_normalizer.constant + +### Changed +- (internal) Unicode code blocks in constants are updated using the latest v15.0.0 definition to improve detection +- Optional mypyc compilation upgraded to version 1.5.1 for Python >= 3.8 + +### Fixed +- Unable to properly sort CharsetMatch when both chaos/noise and coherence were close due to an unreachable condition in \_\_lt\_\_ (#350) + +## [3.2.0](https://github.com/Ousret/charset_normalizer/compare/3.1.0...3.2.0) (2023-06-07) + +### Changed +- Typehint for function `from_path` no longer enforce `PathLike` as its first argument +- Minor improvement over the global detection reliability + +### Added +- Introduce function `is_binary` that relies on main capabilities, and optimized to detect binaries +- Propagate `enable_fallback` argument throughout `from_bytes`, `from_path`, and `from_fp` that allow a deeper control over the detection (default True) +- Explicit support for Python 3.12 + +### Fixed +- Edge case detection failure where a file would contain 'very-long' camel cased word (Issue #289) + +## [3.1.0](https://github.com/Ousret/charset_normalizer/compare/3.0.1...3.1.0) (2023-03-06) + +### Added +- Argument `should_rename_legacy` for legacy function `detect` and disregard any new arguments without errors (PR #262) + +### Removed +- Support for Python 3.6 (PR #260) + +### Changed +- Optional speedup provided by mypy/c 1.0.1 + +## [3.0.1](https://github.com/Ousret/charset_normalizer/compare/3.0.0...3.0.1) (2022-11-18) + +### Fixed +- Multi-bytes cutter/chunk generator did not always cut correctly (PR #233) + +### Changed +- Speedup provided by mypy/c 0.990 on Python >= 3.7 + +## [3.0.0](https://github.com/Ousret/charset_normalizer/compare/2.1.1...3.0.0) (2022-10-20) + +### Added +- Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results +- Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES +- Add parameter `language_threshold` in `from_bytes`, `from_path` and `from_fp` to adjust the minimum expected coherence ratio +- `normalizer --version` now specify if current version provide extra speedup (meaning mypyc compilation whl) + +### Changed +- Build with static metadata using 'build' frontend +- Make the language detection stricter +- Optional: Module `md.py` can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1 + +### Fixed +- CLI with opt --normalize fail when using full path for files +- TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it +- Sphinx warnings when generating the documentation + +### Removed +- Coherence detector no longer return 'Simple English' instead return 'English' +- Coherence detector no longer return 'Classical Chinese' instead return 'Chinese' +- Breaking: Method `first()` and `best()` from CharsetMatch +- UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII) +- Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches +- Breaking: Top-level function `normalize` +- Breaking: Properties `chaos_secondary_pass`, `coherence_non_latin` and `w_counter` from CharsetMatch +- Support for the backport `unicodedata2` + +## [3.0.0rc1](https://github.com/Ousret/charset_normalizer/compare/3.0.0b2...3.0.0rc1) (2022-10-18) + +### Added +- Extend the capability of explain=True when cp_isolation contains at most two entries (min one), will log in details of the Mess-detector results +- Support for alternative language frequency set in charset_normalizer.assets.FREQUENCIES +- Add parameter `language_threshold` in `from_bytes`, `from_path` and `from_fp` to adjust the minimum expected coherence ratio + +### Changed +- Build with static metadata using 'build' frontend +- Make the language detection stricter + +### Fixed +- CLI with opt --normalize fail when using full path for files +- TooManyAccentuatedPlugin induce false positive on the mess detection when too few alpha character have been fed to it + +### Removed +- Coherence detector no longer return 'Simple English' instead return 'English' +- Coherence detector no longer return 'Classical Chinese' instead return 'Chinese' + +## [3.0.0b2](https://github.com/Ousret/charset_normalizer/compare/3.0.0b1...3.0.0b2) (2022-08-21) + +### Added +- `normalizer --version` now specify if current version provide extra speedup (meaning mypyc compilation whl) + +### Removed +- Breaking: Method `first()` and `best()` from CharsetMatch +- UTF-7 will no longer appear as "detected" without a recognized SIG/mark (is unreliable/conflict with ASCII) + +### Fixed +- Sphinx warnings when generating the documentation + +## [3.0.0b1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...3.0.0b1) (2022-08-15) + +### Changed +- Optional: Module `md.py` can be compiled using Mypyc to provide an extra speedup up to 4x faster than v2.1 + +### Removed +- Breaking: Class aliases CharsetDetector, CharsetDoctor, CharsetNormalizerMatch and CharsetNormalizerMatches +- Breaking: Top-level function `normalize` +- Breaking: Properties `chaos_secondary_pass`, `coherence_non_latin` and `w_counter` from CharsetMatch +- Support for the backport `unicodedata2` + +## [2.1.1](https://github.com/Ousret/charset_normalizer/compare/2.1.0...2.1.1) (2022-08-19) + +### Deprecated +- Function `normalize` scheduled for removal in 3.0 + +### Changed +- Removed useless call to decode in fn is_unprintable (#206) + +### Fixed +- Third-party library (i18n xgettext) crashing not recognizing utf_8 (PEP 263) with underscore from [@aleksandernovikov](https://github.com/aleksandernovikov) (#204) + +## [2.1.0](https://github.com/Ousret/charset_normalizer/compare/2.0.12...2.1.0) (2022-06-19) + +### Added +- Output the Unicode table version when running the CLI with `--version` (PR #194) + +### Changed +- Re-use decoded buffer for single byte character sets from [@nijel](https://github.com/nijel) (PR #175) +- Fixing some performance bottlenecks from [@deedy5](https://github.com/deedy5) (PR #183) + +### Fixed +- Workaround potential bug in cpython with Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space (PR #175) +- CLI default threshold aligned with the API threshold from [@oleksandr-kuzmenko](https://github.com/oleksandr-kuzmenko) (PR #181) + +### Removed +- Support for Python 3.5 (PR #192) + +### Deprecated +- Use of backport unicodedata from `unicodedata2` as Python is quickly catching up, scheduled for removal in 3.0 (PR #194) + +## [2.0.12](https://github.com/Ousret/charset_normalizer/compare/2.0.11...2.0.12) (2022-02-12) + +### Fixed +- ASCII miss-detection on rare cases (PR #170) + +## [2.0.11](https://github.com/Ousret/charset_normalizer/compare/2.0.10...2.0.11) (2022-01-30) + +### Added +- Explicit support for Python 3.11 (PR #164) + +### Changed +- The logging behavior have been completely reviewed, now using only TRACE and DEBUG levels (PR #163 #165) + +## [2.0.10](https://github.com/Ousret/charset_normalizer/compare/2.0.9...2.0.10) (2022-01-04) + +### Fixed +- Fallback match entries might lead to UnicodeDecodeError for large bytes sequence (PR #154) + +### Changed +- Skipping the language-detection (CD) on ASCII (PR #155) + +## [2.0.9](https://github.com/Ousret/charset_normalizer/compare/2.0.8...2.0.9) (2021-12-03) + +### Changed +- Moderating the logging impact (since 2.0.8) for specific environments (PR #147) + +### Fixed +- Wrong logging level applied when setting kwarg `explain` to True (PR #146) + +## [2.0.8](https://github.com/Ousret/charset_normalizer/compare/2.0.7...2.0.8) (2021-11-24) +### Changed +- Improvement over Vietnamese detection (PR #126) +- MD improvement on trailing data and long foreign (non-pure latin) data (PR #124) +- Efficiency improvements in cd/alphabet_languages from [@adbar](https://github.com/adbar) (PR #122) +- call sum() without an intermediary list following PEP 289 recommendations from [@adbar](https://github.com/adbar) (PR #129) +- Code style as refactored by Sourcery-AI (PR #131) +- Minor adjustment on the MD around european words (PR #133) +- Remove and replace SRTs from assets / tests (PR #139) +- Initialize the library logger with a `NullHandler` by default from [@nmaynes](https://github.com/nmaynes) (PR #135) +- Setting kwarg `explain` to True will add provisionally (bounded to function lifespan) a specific stream handler (PR #135) + +### Fixed +- Fix large (misleading) sequence giving UnicodeDecodeError (PR #137) +- Avoid using too insignificant chunk (PR #137) + +### Added +- Add and expose function `set_logging_handler` to configure a specific StreamHandler from [@nmaynes](https://github.com/nmaynes) (PR #135) +- Add `CHANGELOG.md` entries, format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) (PR #141) + +## [2.0.7](https://github.com/Ousret/charset_normalizer/compare/2.0.6...2.0.7) (2021-10-11) +### Added +- Add support for Kazakh (Cyrillic) language detection (PR #109) + +### Changed +- Further, improve inferring the language from a given single-byte code page (PR #112) +- Vainly trying to leverage PEP263 when PEP3120 is not supported (PR #116) +- Refactoring for potential performance improvements in loops from [@adbar](https://github.com/adbar) (PR #113) +- Various detection improvement (MD+CD) (PR #117) + +### Removed +- Remove redundant logging entry about detected language(s) (PR #115) + +### Fixed +- Fix a minor inconsistency between Python 3.5 and other versions regarding language detection (PR #117 #102) + +## [2.0.6](https://github.com/Ousret/charset_normalizer/compare/2.0.5...2.0.6) (2021-09-18) +### Fixed +- Unforeseen regression with the loss of the backward-compatibility with some older minor of Python 3.5.x (PR #100) +- Fix CLI crash when using --minimal output in certain cases (PR #103) + +### Changed +- Minor improvement to the detection efficiency (less than 1%) (PR #106 #101) + +## [2.0.5](https://github.com/Ousret/charset_normalizer/compare/2.0.4...2.0.5) (2021-09-14) +### Changed +- The project now comply with: flake8, mypy, isort and black to ensure a better overall quality (PR #81) +- The BC-support with v1.x was improved, the old staticmethods are restored (PR #82) +- The Unicode detection is slightly improved (PR #93) +- Add syntax sugar \_\_bool\_\_ for results CharsetMatches list-container (PR #91) + +### Removed +- The project no longer raise warning on tiny content given for detection, will be simply logged as warning instead (PR #92) + +### Fixed +- In some rare case, the chunks extractor could cut in the middle of a multi-byte character and could mislead the mess detection (PR #95) +- Some rare 'space' characters could trip up the UnprintablePlugin/Mess detection (PR #96) +- The MANIFEST.in was not exhaustive (PR #78) + +## [2.0.4](https://github.com/Ousret/charset_normalizer/compare/2.0.3...2.0.4) (2021-07-30) +### Fixed +- The CLI no longer raise an unexpected exception when no encoding has been found (PR #70) +- Fix accessing the 'alphabets' property when the payload contains surrogate characters (PR #68) +- The logger could mislead (explain=True) on detected languages and the impact of one MBCS match (PR #72) +- Submatch factoring could be wrong in rare edge cases (PR #72) +- Multiple files given to the CLI were ignored when publishing results to STDOUT. (After the first path) (PR #72) +- Fix line endings from CRLF to LF for certain project files (PR #67) + +### Changed +- Adjust the MD to lower the sensitivity, thus improving the global detection reliability (PR #69 #76) +- Allow fallback on specified encoding if any (PR #71) + +## [2.0.3](https://github.com/Ousret/charset_normalizer/compare/2.0.2...2.0.3) (2021-07-16) +### Changed +- Part of the detection mechanism has been improved to be less sensitive, resulting in more accurate detection results. Especially ASCII. (PR #63) +- According to the community wishes, the detection will fall back on ASCII or UTF-8 in a last-resort case. (PR #64) + +## [2.0.2](https://github.com/Ousret/charset_normalizer/compare/2.0.1...2.0.2) (2021-07-15) +### Fixed +- Empty/Too small JSON payload miss-detection fixed. Report from [@tseaver](https://github.com/tseaver) (PR #59) + +### Changed +- Don't inject unicodedata2 into sys.modules from [@akx](https://github.com/akx) (PR #57) + +## [2.0.1](https://github.com/Ousret/charset_normalizer/compare/2.0.0...2.0.1) (2021-07-13) +### Fixed +- Make it work where there isn't a filesystem available, dropping assets frequencies.json. Report from [@sethmlarson](https://github.com/sethmlarson). (PR #55) +- Using explain=False permanently disable the verbose output in the current runtime (PR #47) +- One log entry (language target preemptive) was not show in logs when using explain=True (PR #47) +- Fix undesired exception (ValueError) on getitem of instance CharsetMatches (PR #52) + +### Changed +- Public function normalize default args values were not aligned with from_bytes (PR #53) + +### Added +- You may now use charset aliases in cp_isolation and cp_exclusion arguments (PR #47) + +## [2.0.0](https://github.com/Ousret/charset_normalizer/compare/1.4.1...2.0.0) (2021-07-02) +### Changed +- 4x to 5 times faster than the previous 1.4.0 release. At least 2x faster than Chardet. +- Accent has been made on UTF-8 detection, should perform rather instantaneous. +- The backward compatibility with Chardet has been greatly improved. The legacy detect function returns an identical charset name whenever possible. +- The detection mechanism has been slightly improved, now Turkish content is detected correctly (most of the time) +- The program has been rewritten to ease the readability and maintainability. (+Using static typing)+ +- utf_7 detection has been reinstated. + +### Removed +- This package no longer require anything when used with Python 3.5 (Dropped cached_property) +- Removed support for these languages: Catalan, Esperanto, Kazakh, Baque, Volapük, Azeri, Galician, Nynorsk, Macedonian, and Serbocroatian. +- The exception hook on UnicodeDecodeError has been removed. + +### Deprecated +- Methods coherence_non_latin, w_counter, chaos_secondary_pass of the class CharsetMatch are now deprecated and scheduled for removal in v3.0 + +### Fixed +- The CLI output used the relative path of the file(s). Should be absolute. + +## [1.4.1](https://github.com/Ousret/charset_normalizer/compare/1.4.0...1.4.1) (2021-05-28) +### Fixed +- Logger configuration/usage no longer conflict with others (PR #44) + +## [1.4.0](https://github.com/Ousret/charset_normalizer/compare/1.3.9...1.4.0) (2021-05-21) +### Removed +- Using standard logging instead of using the package loguru. +- Dropping nose test framework in favor of the maintained pytest. +- Choose to not use dragonmapper package to help with gibberish Chinese/CJK text. +- Require cached_property only for Python 3.5 due to constraint. Dropping for every other interpreter version. +- Stop support for UTF-7 that does not contain a SIG. +- Dropping PrettyTable, replaced with pure JSON output in CLI. + +### Fixed +- BOM marker in a CharsetNormalizerMatch instance could be False in rare cases even if obviously present. Due to the sub-match factoring process. +- Not searching properly for the BOM when trying utf32/16 parent codec. + +### Changed +- Improving the package final size by compressing frequencies.json. +- Huge improvement over the larges payload. + +### Added +- CLI now produces JSON consumable output. +- Return ASCII if given sequences fit. Given reasonable confidence. + +## [1.3.9](https://github.com/Ousret/charset_normalizer/compare/1.3.8...1.3.9) (2021-05-13) + +### Fixed +- In some very rare cases, you may end up getting encode/decode errors due to a bad bytes payload (PR #40) + +## [1.3.8](https://github.com/Ousret/charset_normalizer/compare/1.3.7...1.3.8) (2021-05-12) + +### Fixed +- Empty given payload for detection may cause an exception if trying to access the `alphabets` property. (PR #39) + +## [1.3.7](https://github.com/Ousret/charset_normalizer/compare/1.3.6...1.3.7) (2021-05-12) + +### Fixed +- The legacy detect function should return UTF-8-SIG if sig is present in the payload. (PR #38) + +## [1.3.6](https://github.com/Ousret/charset_normalizer/compare/1.3.5...1.3.6) (2021-02-09) + +### Changed +- Amend the previous release to allow prettytable 2.0 (PR #35) + +## [1.3.5](https://github.com/Ousret/charset_normalizer/compare/1.3.4...1.3.5) (2021-02-08) + +### Fixed +- Fix error while using the package with a python pre-release interpreter (PR #33) + +### Changed +- Dependencies refactoring, constraints revised. + +### Added +- Add python 3.9 and 3.10 to the supported interpreters + +MIT License + +Copyright (c) 2025 TAHRI Ahmed R. + +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/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/RECORD new file mode 100644 index 0000000..da12737 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/RECORD @@ -0,0 +1,35 @@ +../../../bin/normalizer,sha256=9WdyCIqYgSbUxt46Njhg9YwQf8x-EAzNrJo206alMfY,256 +charset_normalizer-3.4.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +charset_normalizer-3.4.1.dist-info/LICENSE,sha256=bQ1Bv-FwrGx9wkjJpj4lTQ-0WmDVCoJX0K-SxuJJuIc,1071 +charset_normalizer-3.4.1.dist-info/METADATA,sha256=JbyHzhmqZh_ugEn1Y7TY7CDYZA9FoU6BP25hrCNDf50,35313 +charset_normalizer-3.4.1.dist-info/RECORD,, +charset_normalizer-3.4.1.dist-info/WHEEL,sha256=tRzqFuK6eFjpbf2xTNvU7E3xL2y00S_NWJvyqxej3BA,151 +charset_normalizer-3.4.1.dist-info/entry_points.txt,sha256=8C-Y3iXIfyXQ83Tpir2B8t-XLJYpxF5xbb38d_js-h4,65 +charset_normalizer-3.4.1.dist-info/top_level.txt,sha256=7ASyzePr8_xuZWJsnqJjIBtyV8vhEo0wBCv1MPRRi3Q,19 +charset_normalizer/__init__.py,sha256=OKRxRv2Zhnqk00tqkN0c1BtJjm165fWXLydE52IKuHc,1590 +charset_normalizer/__main__.py,sha256=yzYxMR-IhKRHYwcSlavEv8oGdwxsR89mr2X09qXGdps,109 +charset_normalizer/__pycache__/__init__.cpython-312.pyc,, +charset_normalizer/__pycache__/__main__.cpython-312.pyc,, +charset_normalizer/__pycache__/api.cpython-312.pyc,, +charset_normalizer/__pycache__/cd.cpython-312.pyc,, +charset_normalizer/__pycache__/constant.cpython-312.pyc,, +charset_normalizer/__pycache__/legacy.cpython-312.pyc,, +charset_normalizer/__pycache__/md.cpython-312.pyc,, +charset_normalizer/__pycache__/models.cpython-312.pyc,, +charset_normalizer/__pycache__/utils.cpython-312.pyc,, +charset_normalizer/__pycache__/version.cpython-312.pyc,, +charset_normalizer/api.py,sha256=qBRz8mJ_R5E713R6TOyqHEdnmyxbEDnCSHvx32ubDGg,22617 +charset_normalizer/cd.py,sha256=WKTo1HDb-H9HfCDc3Bfwq5jzS25Ziy9SE2a74SgTq88,12522 +charset_normalizer/cli/__init__.py,sha256=D8I86lFk2-py45JvqxniTirSj_sFyE6sjaY_0-G1shc,136 +charset_normalizer/cli/__main__.py,sha256=VGC9klOoi6_R2z8rmyrc936kv7u2A1udjjHtlmNPDTM,10410 +charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc,, +charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc,, +charset_normalizer/constant.py,sha256=4VuTcZNLew1j_8ixA-Rt_VVqNWD4pwgHOHMCMlr0964,40477 +charset_normalizer/legacy.py,sha256=yhNXsPHkBfqPXKRb-sPXNj3Bscp9-mFGcYOkJ62tg9c,2328 +charset_normalizer/md.cpython-312-x86_64-linux-gnu.so,sha256=W654QTU3QZI6eWJ0fanScAr0_O6sL0I61fyRSdC-39Y,16064 +charset_normalizer/md.py,sha256=iyXXQGWl54nnLQLueMWTmUtlivO0-rTBgVkmJxIIAGU,20036 +charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so,sha256=02IBduHhrAfIJteTWMlJulQK2gKMGP64dy8bVubEw3M,280904 +charset_normalizer/models.py,sha256=lKXhOnIPtiakbK3i__J9wpOfzx3JDTKj7Dn3Rg0VaRI,12394 +charset_normalizer/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +charset_normalizer/utils.py,sha256=T5UHo8AS7NVMmgruWoZyqEf0WrZVcQpgUNetRoborSk,12002 +charset_normalizer/version.py,sha256=Ambcj3O8FfvdLfDLc8dkaxZx97O1IM_R4_aKGD_TDdE,115 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/WHEEL new file mode 100644 index 0000000..1c04f8b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/WHEEL @@ -0,0 +1,6 @@ +Wheel-Version: 1.0 +Generator: setuptools (75.6.0) +Root-Is-Purelib: false +Tag: cp312-cp312-manylinux_2_17_x86_64 +Tag: cp312-cp312-manylinux2014_x86_64 + diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/entry_points.txt b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/entry_points.txt new file mode 100644 index 0000000..ec92012 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/entry_points.txt @@ -0,0 +1,2 @@ +[console_scripts] +normalizer = charset_normalizer:cli.cli_detect diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/top_level.txt new file mode 100644 index 0000000..66958f0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer-3.4.1.dist-info/top_level.txt @@ -0,0 +1 @@ +charset_normalizer diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__init__.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/__init__.py new file mode 100644 index 0000000..0d3a379 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/__init__.py @@ -0,0 +1,48 @@ +""" +Charset-Normalizer +~~~~~~~~~~~~~~ +The Real First Universal Charset Detector. +A library that helps you read text from an unknown charset encoding. +Motivated by chardet, This package is trying to resolve the issue by taking a new approach. +All IANA character set names for which the Python core library provides codecs are supported. + +Basic usage: + >>> from charset_normalizer import from_bytes + >>> results = from_bytes('Bсеки човек има право на образование. Oбразованието!'.encode('utf_8')) + >>> best_guess = results.best() + >>> str(best_guess) + 'Bсеки човек има право на образование. Oбразованието!' + +Others methods and usages are available - see the full documentation +at . +:copyright: (c) 2021 by Ahmed TAHRI +:license: MIT, see LICENSE for more details. +""" + +from __future__ import annotations + +import logging + +from .api import from_bytes, from_fp, from_path, is_binary +from .legacy import detect +from .models import CharsetMatch, CharsetMatches +from .utils import set_logging_handler +from .version import VERSION, __version__ + +__all__ = ( + "from_fp", + "from_path", + "from_bytes", + "is_binary", + "detect", + "CharsetMatch", + "CharsetMatches", + "__version__", + "VERSION", + "set_logging_handler", +) + +# Attach a NullHandler to the top level logger by default +# https://docs.python.org/3.3/howto/logging.html#configuring-logging-for-a-library + +logging.getLogger("charset_normalizer").addHandler(logging.NullHandler()) diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__main__.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/__main__.py new file mode 100644 index 0000000..e0e76f7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/__main__.py @@ -0,0 +1,6 @@ +from __future__ import annotations + +from .cli import cli_detect + +if __name__ == "__main__": + cli_detect() diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eb7981b3f37848689c854827a1f06d33f0c1f4ee GIT binary patch literal 1773 zcmcIkPiq@T6rYu3$y(V?Z66AS(kX@5YHca8p)DdcIH`>Vv0WUehdp!{?T)k?&;DU% z)~y*KmT`@Mhj z$K<4m;H!W4SMS3zLQk|X`bs%tJWqi69y!QDj^Pxz;TNoeq4^>&T1BVijPa5`W{vq} ztL#^-ia&0R!+FUm^Qv!JX2w@|&7ZI){7GvvlgIg#f5p0z@m2nYKW$C>Gu8~qrZrnY ztaxvJ1myDX)E*eQbnk;p?TE{)7Dm$L|G|(Q*&3){tWU)EiwK#wTq-0}i(8@aDfhl& z!uzPiU|zK6GZ{G8o90_Ab?uz|NBL3 zo~v4T-mc@NYfIPlz^%GIOziIJ#!lO8anELfWG%ee-d)H5+-~1m+q$!s&6ux83WgdW z%7*z=FK69IYcvSL9GBdBs<*seN=>~k`FNz2jPFKiHDe;G+_dUR((wY=IPg#gpRkDa zLOL;A%}uIoH=TM}ViIo7!q5{Q_Ij`*#D&^%Ccv!n`P$B%_V!j64Ygd0Wtq=nBCnPlq>BcG+j1U2j5K1dUFlmuS zULNH#sE(JGIqOlopT$kfKI|Wtm+{lFSV1-O;FTfv9FIn(BU8>Ha<#|QZAhGn)TEBH zk>{S)wqQ7h!Vl;c1Gj0a?VHt%!FZoNl2)*?fU3-MCK1TKPQms}vtej(H%p6wE(DVRJCo@-1(cBqY8la_QdHv|4v*q={ Q^7`rW#-FGy-UiSA0)7}=sQ>@~ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bba09fc1c28b57d24b566c0555211ae771be756d GIT binary patch literal 348 zcmXv|u};G<5Ix5Usv3nI5DOC-QVWon5MO}!fDTx0>?TodC$ilk-I3r6_y)wMu(1)T z5&|)FtJJL%j!NHf_ukz*-Fr`xA$X+E--Yu1rx$w!JAyXXp1c4DjwC2FMhJMou?!R* zV+11P;p`m13<41N?f)7<8?{k-uj)HCnXO!>ttY`li;11W1I$h0ubW;r8LDk|9|bHch_cur(B zAx-PbT3?MWE{Uz2$QqWv8hyT0U|wYb(F_yc6DpZ^B2O9r3zE{X~7D zVWJ_?IMJABnrKS+C;W-#iRMJhM2mqkQc>gi*LB28ciwr^pgm2rkv0cQ@AT5mLSdpk z+J63sUR%18en(5sdWolX*!tZ-*?;gKU-QGdXVvf?-u3&IiLM{MefcTXJ|QJGUGPlgYT9t)2jdFS+zvBO7H57vyI7(RZyRA)K$ z?(pFwfTbf56-5o7pi!j{&v1eml}>O{WJawne~OAht6Ik;=fmP$G!mPNMfoD4YHcJf zg~jNHX)?RWOgcF$s`eO{Mu@Q}C;$z26Ga&wvvp`5q=KSRluSurFtnd!)=N{yn}u4j zQ?lx{yy3iEFPH9;Q!mSuu3S&wKQ+i!;gEz_kl*=gy;Qnq9A)ooO7(h4^5`WUx`8U| z;nUxi?h?#Z`<3-*)ay#vW}LE((!GR()T!4>0lg$syctdUG{swQR%x}<2EETXC7VAPDZ{&4?^n8) z=*HW5$N6CCjb4(?I=q`8RroUi+!5+CI%1rrBF1yT-wZAFY41SFXue99sB6ZnjG4-q zGjtN#X3VnX74UIB10PETd@QeokEMW*MRv+Y*{}c(b+!p4qWz_5Mau^0>Ab1CVv2WV z46-u=(0JGE2*9cX*oFnr7uh%q`Xy9L14RlI-stnl7^Mo5Duwj+*gxZ{*k)_7&HK=% zT6PJ&FFl9qN*WGxD%cC1hXyLyCszx>mxk+pS-2n(Zn;WuO562Wl=L)d;B6U3Wq0=lARVOLy5{ zhKnuJEH}!2w91(lx#glkZ~|8k=&eg_Gp(|puLZcRa*Npf(h}(f2u0g<^>+Y<@0DTH zJptoWJ0%TQz^~0tfv)V8+xV(9CG3=r72C9unrg7vwvr{_8+0l(QOP>+&m}uhD zvj0|NnTEFgU?ihVC0&&v^0p?bynm*dugbK`wIkFy@Vl7~=|mB0zucjZA{wqTyg$

*4J5`3 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 LHtV58r2GE?K0bfC literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/cd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93b505f0208f8d7321892ce512f41f0ac1357308 GIT binary patch literal 13289 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⋘~Ty$C^yw+en+7H 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0858fc659d06e7d5c9f8090fa38796b8c1b6944c GIT binary patch literal 2813 zcmZ`*O>7&-6`tiTmrIJ2EXz`)SPsT^+K8|uq7mX4Mo`z4sMryp1hU-LOoPReJ0w@y zA8KaS5*Z3m3l~t^L)GSB14)4#dT`(Zb#h6MEn1)jda+^yAr>-V^an+53Z#=yeY49o z4ac1YcHX>s^WK~9y?HbL$mKE!TK?z%tc|7-`j;5QEg2Eg!3`j8A`_XCjU1^YNrFz; z2}dr;j#5&>v1}(DwWI>Am`OY3XeBMARXgouN*M_enGV9bl-=iKOIZme(3{BAZXh#F zvUlXjRw+@2xsfdOH~aGaUkS0i6!aOc>v4lyp3CxyAh&$&ouWQ_sW`iE zdGXCazUVeVNLe?i`;`=}$W*E4=;bCS45mhAFI`-kD=zD^Z!awsue|g2;#_fYwg@xn zw4Oy#v8vqYG0 zbD^`9VVvSNUi4fNXvD2}rsdWG8MuLF8*a@vYNVB|+MdB%8 z6X7oh1RH|i&rs*+_b9DHZxy~{CK*Mw-mZ~IxiW}q}>O)96m&$K(;ajY}$KZNN0R*pv!;^0fv+K7vNg^l;e zR5fv@>peTo2V<_OtcYDd)A(@AXrtJ|v;9w{=Ua@e&^|u!O)Z;?n_3^$p z<+l8jY+GJ=u{Re}u4E=R6_`H`^W!nM*PH6<>mtCO3VwH2{xkW|{qwrXZS zlCPkA&Ug!gl)=zM-kOBtC|R*XAivFUW{z-D;h5J6j*lbus^Pe1T_-LUB?H6xgmXHL zFLTW5o^PADOt9lIZZ~lm4hK{kbE@Jw4Jb)vn@oqQi{0am#i_*WmThCl;FUU_?Rw*_ zyLg>i98}}=I&sN$LUF@mEYyJ~7CnwVx93-=$9I|EXn2$paH5GVo)3*J*DZ#tzFQGB z5d&?K1|=0kh#9W=l-oW77Wc4YK^cI(H9a4!Qg21zKn!Nt%}ES3N7Sqk2h*$g4soM$ zi>n?D4OV>$piykOz=3^%*=eY295_VucHPJ19Q@!$sO^Z>efD}-swGbwTUwJG|wobeP(8LM% zBruSK0P{q?HB;PZ00lUCf7bF25j|FnsbEv4j`Bb0@JtEe@ zvFC*^P{qlqu|T3dJ)zr76!LDos3>xQ8bL=3Fc4LijlsRJg$~D&*0+83#`}9(w$p$1 zF8h4r(~Z9>fBM1S-u?5te|hiz_paQ3efi$mtM{(bds%iUC(@Zi4P{4m>c1QNeeoWC z^+DgvUjGZ7?A({xh28AJ-jQQFKl-5mKu+Y~rwnBFkpfGyNISYS@zLc6sc-KMjoupl z;KH`{Z(yB++wDv3e5=?a>FXE$rqO_J;DeCw7NswzYi~4WH;78}E$ZuTx4^1&5Prc+D>6 zrTM%@&j4EVW$_b_mq00do=vC3Slpn2N(uL=8{XXc0r9G+`oMr!1r_&gphCokF__V z2hDfsIT(t2pDn>}UzQ~4Av*P6^sR?z>_6!ELp1rdij={J%9%q&PM+Mkc8H+c??*G| d_T_@4cKU~+{!Ah2XXnHIQF7og3G<=N{{f>K-4y@; literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/md.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..23c88b8b3994f7bf9afb5087ef3813b8718e4e57 GIT binary patch literal 24401 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 C%0qkr literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5401579b4a6d9cf2c575dfa4f39e7035377d331b GIT binary patch literal 17120 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eac444baf4fe32e167add05e0bb1b3598d87fe92 GIT binary patch literal 13527 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 JQ<0u&`~!O*W?cXP literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/api.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/api.py new file mode 100644 index 0000000..2c8c061 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/api.py @@ -0,0 +1,668 @@ +from __future__ import annotations + +import logging +from os import PathLike +from typing import BinaryIO + +from .cd import ( + coherence_ratio, + encoding_languages, + mb_encoding_languages, + merge_coherence_ratios, +) +from .constant import IANA_SUPPORTED, TOO_BIG_SEQUENCE, TOO_SMALL_SEQUENCE, TRACE +from .md import mess_ratio +from .models import CharsetMatch, CharsetMatches +from .utils import ( + any_specified_encoding, + cut_sequence_chunks, + iana_name, + identify_sig_or_bom, + is_cp_similar, + is_multi_byte_encoding, + should_strip_sig_or_bom, +) + +logger = logging.getLogger("charset_normalizer") +explain_handler = logging.StreamHandler() +explain_handler.setFormatter( + logging.Formatter("%(asctime)s | %(levelname)s | %(message)s") +) + + +def from_bytes( + sequences: bytes | bytearray, + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.2, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Given a raw bytes sequence, return the best possibles charset usable to render str objects. + If there is no results, it is a strong indicator that the source is binary/not text. + By default, the process will extract 5 blocks of 512o each to assess the mess and coherence of a given sequence. + And will give up a particular code page after 20% of measured mess. Those criteria are customizable at will. + + The preemptive behavior DOES NOT replace the traditional detection workflow, it prioritize a particular code page + but never take it for granted. Can improve the performance. + + You may want to focus your attention to some code page or/and not others, use cp_isolation and cp_exclusion for that + purpose. + + This function will strip the SIG in the payload/sequence every time except on UTF-16, UTF-32. + By default the library does not setup any handler other than the NullHandler, if you choose to set the 'explain' + toggle to True it will alter the logger configuration to add a StreamHandler that is suitable for debugging. + Custom logging format and handler can be set manually. + """ + + if not isinstance(sequences, (bytearray, bytes)): + raise TypeError( + "Expected object of type bytes or bytearray, got: {}".format( + type(sequences) + ) + ) + + if explain: + previous_logger_level: int = logger.level + logger.addHandler(explain_handler) + logger.setLevel(TRACE) + + length: int = len(sequences) + + if length == 0: + logger.debug("Encoding detection on empty bytes, assuming utf_8 intention.") + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level or logging.WARNING) + return CharsetMatches([CharsetMatch(sequences, "utf_8", 0.0, False, [], "")]) + + if cp_isolation is not None: + logger.log( + TRACE, + "cp_isolation is set. use this flag for debugging purpose. " + "limited list of encoding allowed : %s.", + ", ".join(cp_isolation), + ) + cp_isolation = [iana_name(cp, False) for cp in cp_isolation] + else: + cp_isolation = [] + + if cp_exclusion is not None: + logger.log( + TRACE, + "cp_exclusion is set. use this flag for debugging purpose. " + "limited list of encoding excluded : %s.", + ", ".join(cp_exclusion), + ) + cp_exclusion = [iana_name(cp, False) for cp in cp_exclusion] + else: + cp_exclusion = [] + + if length <= (chunk_size * steps): + logger.log( + TRACE, + "override steps (%i) and chunk_size (%i) as content does not fit (%i byte(s) given) parameters.", + steps, + chunk_size, + length, + ) + steps = 1 + chunk_size = length + + if steps > 1 and length / steps < chunk_size: + chunk_size = int(length / steps) + + is_too_small_sequence: bool = len(sequences) < TOO_SMALL_SEQUENCE + is_too_large_sequence: bool = len(sequences) >= TOO_BIG_SEQUENCE + + if is_too_small_sequence: + logger.log( + TRACE, + "Trying to detect encoding from a tiny portion of ({}) byte(s).".format( + length + ), + ) + elif is_too_large_sequence: + logger.log( + TRACE, + "Using lazy str decoding because the payload is quite large, ({}) byte(s).".format( + length + ), + ) + + prioritized_encodings: list[str] = [] + + specified_encoding: str | None = ( + any_specified_encoding(sequences) if preemptive_behaviour else None + ) + + if specified_encoding is not None: + prioritized_encodings.append(specified_encoding) + logger.log( + TRACE, + "Detected declarative mark in sequence. Priority +1 given for %s.", + specified_encoding, + ) + + tested: set[str] = set() + tested_but_hard_failure: list[str] = [] + tested_but_soft_failure: list[str] = [] + + fallback_ascii: CharsetMatch | None = None + fallback_u8: CharsetMatch | None = None + fallback_specified: CharsetMatch | None = None + + results: CharsetMatches = CharsetMatches() + + early_stop_results: CharsetMatches = CharsetMatches() + + sig_encoding, sig_payload = identify_sig_or_bom(sequences) + + if sig_encoding is not None: + prioritized_encodings.append(sig_encoding) + logger.log( + TRACE, + "Detected a SIG or BOM mark on first %i byte(s). Priority +1 given for %s.", + len(sig_payload), + sig_encoding, + ) + + prioritized_encodings.append("ascii") + + if "utf_8" not in prioritized_encodings: + prioritized_encodings.append("utf_8") + + for encoding_iana in prioritized_encodings + IANA_SUPPORTED: + if cp_isolation and encoding_iana not in cp_isolation: + continue + + if cp_exclusion and encoding_iana in cp_exclusion: + continue + + if encoding_iana in tested: + continue + + tested.add(encoding_iana) + + decoded_payload: str | None = None + bom_or_sig_available: bool = sig_encoding == encoding_iana + strip_sig_or_bom: bool = bom_or_sig_available and should_strip_sig_or_bom( + encoding_iana + ) + + if encoding_iana in {"utf_16", "utf_32"} and not bom_or_sig_available: + logger.log( + TRACE, + "Encoding %s won't be tested as-is because it require a BOM. Will try some sub-encoder LE/BE.", + encoding_iana, + ) + continue + if encoding_iana in {"utf_7"} and not bom_or_sig_available: + logger.log( + TRACE, + "Encoding %s won't be tested as-is because detection is unreliable without BOM/SIG.", + encoding_iana, + ) + continue + + try: + is_multi_byte_decoder: bool = is_multi_byte_encoding(encoding_iana) + except (ModuleNotFoundError, ImportError): + logger.log( + TRACE, + "Encoding %s does not provide an IncrementalDecoder", + encoding_iana, + ) + continue + + try: + if is_too_large_sequence and is_multi_byte_decoder is False: + str( + ( + sequences[: int(50e4)] + if strip_sig_or_bom is False + else sequences[len(sig_payload) : int(50e4)] + ), + encoding=encoding_iana, + ) + else: + decoded_payload = str( + ( + sequences + if strip_sig_or_bom is False + else sequences[len(sig_payload) :] + ), + encoding=encoding_iana, + ) + except (UnicodeDecodeError, LookupError) as e: + if not isinstance(e, LookupError): + logger.log( + TRACE, + "Code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + tested_but_hard_failure.append(encoding_iana) + continue + + similar_soft_failure_test: bool = False + + for encoding_soft_failed in tested_but_soft_failure: + if is_cp_similar(encoding_iana, encoding_soft_failed): + similar_soft_failure_test = True + break + + if similar_soft_failure_test: + logger.log( + TRACE, + "%s is deemed too similar to code page %s and was consider unsuited already. Continuing!", + encoding_iana, + encoding_soft_failed, + ) + continue + + r_ = range( + 0 if not bom_or_sig_available else len(sig_payload), + length, + int(length / steps), + ) + + multi_byte_bonus: bool = ( + is_multi_byte_decoder + and decoded_payload is not None + and len(decoded_payload) < length + ) + + if multi_byte_bonus: + logger.log( + TRACE, + "Code page %s is a multi byte encoding table and it appear that at least one character " + "was encoded using n-bytes.", + encoding_iana, + ) + + max_chunk_gave_up: int = int(len(r_) / 4) + + max_chunk_gave_up = max(max_chunk_gave_up, 2) + early_stop_count: int = 0 + lazy_str_hard_failure = False + + md_chunks: list[str] = [] + md_ratios = [] + + try: + for chunk in cut_sequence_chunks( + sequences, + encoding_iana, + r_, + chunk_size, + bom_or_sig_available, + strip_sig_or_bom, + sig_payload, + is_multi_byte_decoder, + decoded_payload, + ): + md_chunks.append(chunk) + + md_ratios.append( + mess_ratio( + chunk, + threshold, + explain is True and 1 <= len(cp_isolation) <= 2, + ) + ) + + if md_ratios[-1] >= threshold: + early_stop_count += 1 + + if (early_stop_count >= max_chunk_gave_up) or ( + bom_or_sig_available and strip_sig_or_bom is False + ): + break + except ( + UnicodeDecodeError + ) as e: # Lazy str loading may have missed something there + logger.log( + TRACE, + "LazyStr Loading: After MD chunk decode, code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + early_stop_count = max_chunk_gave_up + lazy_str_hard_failure = True + + # We might want to check the sequence again with the whole content + # Only if initial MD tests passes + if ( + not lazy_str_hard_failure + and is_too_large_sequence + and not is_multi_byte_decoder + ): + try: + sequences[int(50e3) :].decode(encoding_iana, errors="strict") + except UnicodeDecodeError as e: + logger.log( + TRACE, + "LazyStr Loading: After final lookup, code page %s does not fit given bytes sequence at ALL. %s", + encoding_iana, + str(e), + ) + tested_but_hard_failure.append(encoding_iana) + continue + + mean_mess_ratio: float = sum(md_ratios) / len(md_ratios) if md_ratios else 0.0 + if mean_mess_ratio >= threshold or early_stop_count >= max_chunk_gave_up: + tested_but_soft_failure.append(encoding_iana) + logger.log( + TRACE, + "%s was excluded because of initial chaos probing. Gave up %i time(s). " + "Computed mean chaos is %f %%.", + encoding_iana, + early_stop_count, + round(mean_mess_ratio * 100, ndigits=3), + ) + # Preparing those fallbacks in case we got nothing. + if ( + enable_fallback + and encoding_iana in ["ascii", "utf_8", specified_encoding] + and not lazy_str_hard_failure + ): + fallback_entry = CharsetMatch( + sequences, + encoding_iana, + threshold, + False, + [], + decoded_payload, + preemptive_declaration=specified_encoding, + ) + if encoding_iana == specified_encoding: + fallback_specified = fallback_entry + elif encoding_iana == "ascii": + fallback_ascii = fallback_entry + else: + fallback_u8 = fallback_entry + continue + + logger.log( + TRACE, + "%s passed initial chaos probing. Mean measured chaos is %f %%", + encoding_iana, + round(mean_mess_ratio * 100, ndigits=3), + ) + + if not is_multi_byte_decoder: + target_languages: list[str] = encoding_languages(encoding_iana) + else: + target_languages = mb_encoding_languages(encoding_iana) + + if target_languages: + logger.log( + TRACE, + "{} should target any language(s) of {}".format( + encoding_iana, str(target_languages) + ), + ) + + cd_ratios = [] + + # We shall skip the CD when its about ASCII + # Most of the time its not relevant to run "language-detection" on it. + if encoding_iana != "ascii": + for chunk in md_chunks: + chunk_languages = coherence_ratio( + chunk, + language_threshold, + ",".join(target_languages) if target_languages else None, + ) + + cd_ratios.append(chunk_languages) + + cd_ratios_merged = merge_coherence_ratios(cd_ratios) + + if cd_ratios_merged: + logger.log( + TRACE, + "We detected language {} using {}".format( + cd_ratios_merged, encoding_iana + ), + ) + + current_match = CharsetMatch( + sequences, + encoding_iana, + mean_mess_ratio, + bom_or_sig_available, + cd_ratios_merged, + ( + decoded_payload + if ( + is_too_large_sequence is False + or encoding_iana in [specified_encoding, "ascii", "utf_8"] + ) + else None + ), + preemptive_declaration=specified_encoding, + ) + + results.append(current_match) + + if ( + encoding_iana in [specified_encoding, "ascii", "utf_8"] + and mean_mess_ratio < 0.1 + ): + # If md says nothing to worry about, then... stop immediately! + if mean_mess_ratio == 0.0: + logger.debug( + "Encoding detection: %s is most likely the one.", + current_match.encoding, + ) + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + return CharsetMatches([current_match]) + + early_stop_results.append(current_match) + + if ( + len(early_stop_results) + and (specified_encoding is None or specified_encoding in tested) + and "ascii" in tested + and "utf_8" in tested + ): + probable_result: CharsetMatch = early_stop_results.best() # type: ignore[assignment] + logger.debug( + "Encoding detection: %s is most likely the one.", + probable_result.encoding, + ) + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + + return CharsetMatches([probable_result]) + + if encoding_iana == sig_encoding: + logger.debug( + "Encoding detection: %s is most likely the one as we detected a BOM or SIG within " + "the beginning of the sequence.", + encoding_iana, + ) + if explain: # Defensive: ensure exit path clean handler + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + return CharsetMatches([results[encoding_iana]]) + + if len(results) == 0: + if fallback_u8 or fallback_ascii or fallback_specified: + logger.log( + TRACE, + "Nothing got out of the detection process. Using ASCII/UTF-8/Specified fallback.", + ) + + if fallback_specified: + logger.debug( + "Encoding detection: %s will be used as a fallback match", + fallback_specified.encoding, + ) + results.append(fallback_specified) + elif ( + (fallback_u8 and fallback_ascii is None) + or ( + fallback_u8 + and fallback_ascii + and fallback_u8.fingerprint != fallback_ascii.fingerprint + ) + or (fallback_u8 is not None) + ): + logger.debug("Encoding detection: utf_8 will be used as a fallback match") + results.append(fallback_u8) + elif fallback_ascii: + logger.debug("Encoding detection: ascii will be used as a fallback match") + results.append(fallback_ascii) + + if results: + logger.debug( + "Encoding detection: Found %s as plausible (best-candidate) for content. With %i alternatives.", + results.best().encoding, # type: ignore + len(results) - 1, + ) + else: + logger.debug("Encoding detection: Unable to determine any suitable charset.") + + if explain: + logger.removeHandler(explain_handler) + logger.setLevel(previous_logger_level) + + return results + + +def from_fp( + fp: BinaryIO, + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Same thing than the function from_bytes but using a file pointer that is already ready. + Will not close the file pointer. + """ + return from_bytes( + fp.read(), + steps, + chunk_size, + threshold, + cp_isolation, + cp_exclusion, + preemptive_behaviour, + explain, + language_threshold, + enable_fallback, + ) + + +def from_path( + path: str | bytes | PathLike, # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = True, +) -> CharsetMatches: + """ + Same thing than the function from_bytes but with one extra step. Opening and reading given file path in binary mode. + Can raise IOError. + """ + with open(path, "rb") as fp: + return from_fp( + fp, + steps, + chunk_size, + threshold, + cp_isolation, + cp_exclusion, + preemptive_behaviour, + explain, + language_threshold, + enable_fallback, + ) + + +def is_binary( + fp_or_path_or_payload: PathLike | str | BinaryIO | bytes, # type: ignore[type-arg] + steps: int = 5, + chunk_size: int = 512, + threshold: float = 0.20, + cp_isolation: list[str] | None = None, + cp_exclusion: list[str] | None = None, + preemptive_behaviour: bool = True, + explain: bool = False, + language_threshold: float = 0.1, + enable_fallback: bool = False, +) -> bool: + """ + Detect if the given input (file, bytes, or path) points to a binary file. aka. not a string. + Based on the same main heuristic algorithms and default kwargs at the sole exception that fallbacks match + are disabled to be stricter around ASCII-compatible but unlikely to be a string. + """ + if isinstance(fp_or_path_or_payload, (str, PathLike)): + guesses = from_path( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + elif isinstance( + fp_or_path_or_payload, + ( + bytes, + bytearray, + ), + ): + guesses = from_bytes( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + else: + guesses = from_fp( + fp_or_path_or_payload, + steps=steps, + chunk_size=chunk_size, + threshold=threshold, + cp_isolation=cp_isolation, + cp_exclusion=cp_exclusion, + preemptive_behaviour=preemptive_behaviour, + explain=explain, + language_threshold=language_threshold, + enable_fallback=enable_fallback, + ) + + return not guesses diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/cd.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/cd.py new file mode 100644 index 0000000..71a3ed5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/cd.py @@ -0,0 +1,395 @@ +from __future__ import annotations + +import importlib +from codecs import IncrementalDecoder +from collections import Counter +from functools import lru_cache +from typing import Counter as TypeCounter + +from .constant import ( + FREQUENCIES, + KO_NAMES, + LANGUAGE_SUPPORTED_COUNT, + TOO_SMALL_SEQUENCE, + ZH_NAMES, +) +from .md import is_suspiciously_successive_range +from .models import CoherenceMatches +from .utils import ( + is_accentuated, + is_latin, + is_multi_byte_encoding, + is_unicode_range_secondary, + unicode_range, +) + + +def encoding_unicode_range(iana_name: str) -> list[str]: + """ + Return associated unicode ranges in a single byte code page. + """ + if is_multi_byte_encoding(iana_name): + raise OSError("Function not supported on multi-byte code page") + + decoder = importlib.import_module(f"encodings.{iana_name}").IncrementalDecoder + + p: IncrementalDecoder = decoder(errors="ignore") + seen_ranges: dict[str, int] = {} + character_count: int = 0 + + for i in range(0x40, 0xFF): + chunk: str = p.decode(bytes([i])) + + if chunk: + character_range: str | None = unicode_range(chunk) + + if character_range is None: + continue + + if is_unicode_range_secondary(character_range) is False: + if character_range not in seen_ranges: + seen_ranges[character_range] = 0 + seen_ranges[character_range] += 1 + character_count += 1 + + return sorted( + [ + character_range + for character_range in seen_ranges + if seen_ranges[character_range] / character_count >= 0.15 + ] + ) + + +def unicode_range_languages(primary_range: str) -> list[str]: + """ + Return inferred languages used with a unicode range. + """ + languages: list[str] = [] + + for language, characters in FREQUENCIES.items(): + for character in characters: + if unicode_range(character) == primary_range: + languages.append(language) + break + + return languages + + +@lru_cache() +def encoding_languages(iana_name: str) -> list[str]: + """ + Single-byte encoding language association. Some code page are heavily linked to particular language(s). + This function does the correspondence. + """ + unicode_ranges: list[str] = encoding_unicode_range(iana_name) + primary_range: str | None = None + + for specified_range in unicode_ranges: + if "Latin" not in specified_range: + primary_range = specified_range + break + + if primary_range is None: + return ["Latin Based"] + + return unicode_range_languages(primary_range) + + +@lru_cache() +def mb_encoding_languages(iana_name: str) -> list[str]: + """ + Multi-byte encoding language association. Some code page are heavily linked to particular language(s). + This function does the correspondence. + """ + if ( + iana_name.startswith("shift_") + or iana_name.startswith("iso2022_jp") + or iana_name.startswith("euc_j") + or iana_name == "cp932" + ): + return ["Japanese"] + if iana_name.startswith("gb") or iana_name in ZH_NAMES: + return ["Chinese"] + if iana_name.startswith("iso2022_kr") or iana_name in KO_NAMES: + return ["Korean"] + + return [] + + +@lru_cache(maxsize=LANGUAGE_SUPPORTED_COUNT) +def get_target_features(language: str) -> tuple[bool, bool]: + """ + Determine main aspects from a supported language if it contains accents and if is pure Latin. + """ + target_have_accents: bool = False + target_pure_latin: bool = True + + for character in FREQUENCIES[language]: + if not target_have_accents and is_accentuated(character): + target_have_accents = True + if target_pure_latin and is_latin(character) is False: + target_pure_latin = False + + return target_have_accents, target_pure_latin + + +def alphabet_languages( + characters: list[str], ignore_non_latin: bool = False +) -> list[str]: + """ + Return associated languages associated to given characters. + """ + languages: list[tuple[str, float]] = [] + + source_have_accents = any(is_accentuated(character) for character in characters) + + for language, language_characters in FREQUENCIES.items(): + target_have_accents, target_pure_latin = get_target_features(language) + + if ignore_non_latin and target_pure_latin is False: + continue + + if target_have_accents is False and source_have_accents: + continue + + character_count: int = len(language_characters) + + character_match_count: int = len( + [c for c in language_characters if c in characters] + ) + + ratio: float = character_match_count / character_count + + if ratio >= 0.2: + languages.append((language, ratio)) + + languages = sorted(languages, key=lambda x: x[1], reverse=True) + + return [compatible_language[0] for compatible_language in languages] + + +def characters_popularity_compare( + language: str, ordered_characters: list[str] +) -> float: + """ + Determine if a ordered characters list (by occurrence from most appearance to rarest) match a particular language. + The result is a ratio between 0. (absolutely no correspondence) and 1. (near perfect fit). + Beware that is function is not strict on the match in order to ease the detection. (Meaning close match is 1.) + """ + if language not in FREQUENCIES: + raise ValueError(f"{language} not available") + + character_approved_count: int = 0 + FREQUENCIES_language_set = set(FREQUENCIES[language]) + + ordered_characters_count: int = len(ordered_characters) + target_language_characters_count: int = len(FREQUENCIES[language]) + + large_alphabet: bool = target_language_characters_count > 26 + + for character, character_rank in zip( + ordered_characters, range(0, ordered_characters_count) + ): + if character not in FREQUENCIES_language_set: + continue + + character_rank_in_language: int = FREQUENCIES[language].index(character) + expected_projection_ratio: float = ( + target_language_characters_count / ordered_characters_count + ) + character_rank_projection: int = int(character_rank * expected_projection_ratio) + + if ( + large_alphabet is False + and abs(character_rank_projection - character_rank_in_language) > 4 + ): + continue + + if ( + large_alphabet is True + and abs(character_rank_projection - character_rank_in_language) + < target_language_characters_count / 3 + ): + character_approved_count += 1 + continue + + characters_before_source: list[str] = FREQUENCIES[language][ + 0:character_rank_in_language + ] + characters_after_source: list[str] = FREQUENCIES[language][ + character_rank_in_language: + ] + characters_before: list[str] = ordered_characters[0:character_rank] + characters_after: list[str] = ordered_characters[character_rank:] + + before_match_count: int = len( + set(characters_before) & set(characters_before_source) + ) + + after_match_count: int = len( + set(characters_after) & set(characters_after_source) + ) + + if len(characters_before_source) == 0 and before_match_count <= 4: + character_approved_count += 1 + continue + + if len(characters_after_source) == 0 and after_match_count <= 4: + character_approved_count += 1 + continue + + if ( + before_match_count / len(characters_before_source) >= 0.4 + or after_match_count / len(characters_after_source) >= 0.4 + ): + character_approved_count += 1 + continue + + return character_approved_count / len(ordered_characters) + + +def alpha_unicode_split(decoded_sequence: str) -> list[str]: + """ + Given a decoded text sequence, return a list of str. Unicode range / alphabet separation. + Ex. a text containing English/Latin with a bit a Hebrew will return two items in the resulting list; + One containing the latin letters and the other hebrew. + """ + layers: dict[str, str] = {} + + for character in decoded_sequence: + if character.isalpha() is False: + continue + + character_range: str | None = unicode_range(character) + + if character_range is None: + continue + + layer_target_range: str | None = None + + for discovered_range in layers: + if ( + is_suspiciously_successive_range(discovered_range, character_range) + is False + ): + layer_target_range = discovered_range + break + + if layer_target_range is None: + layer_target_range = character_range + + if layer_target_range not in layers: + layers[layer_target_range] = character.lower() + continue + + layers[layer_target_range] += character.lower() + + return list(layers.values()) + + +def merge_coherence_ratios(results: list[CoherenceMatches]) -> CoherenceMatches: + """ + This function merge results previously given by the function coherence_ratio. + The return type is the same as coherence_ratio. + """ + per_language_ratios: dict[str, list[float]] = {} + for result in results: + for sub_result in result: + language, ratio = sub_result + if language not in per_language_ratios: + per_language_ratios[language] = [ratio] + continue + per_language_ratios[language].append(ratio) + + merge = [ + ( + language, + round( + sum(per_language_ratios[language]) / len(per_language_ratios[language]), + 4, + ), + ) + for language in per_language_ratios + ] + + return sorted(merge, key=lambda x: x[1], reverse=True) + + +def filter_alt_coherence_matches(results: CoherenceMatches) -> CoherenceMatches: + """ + We shall NOT return "English—" in CoherenceMatches because it is an alternative + of "English". This function only keeps the best match and remove the em-dash in it. + """ + index_results: dict[str, list[float]] = dict() + + for result in results: + language, ratio = result + no_em_name: str = language.replace("—", "") + + if no_em_name not in index_results: + index_results[no_em_name] = [] + + index_results[no_em_name].append(ratio) + + if any(len(index_results[e]) > 1 for e in index_results): + filtered_results: CoherenceMatches = [] + + for language in index_results: + filtered_results.append((language, max(index_results[language]))) + + return filtered_results + + return results + + +@lru_cache(maxsize=2048) +def coherence_ratio( + decoded_sequence: str, threshold: float = 0.1, lg_inclusion: str | None = None +) -> CoherenceMatches: + """ + Detect ANY language that can be identified in given sequence. The sequence will be analysed by layers. + A layer = Character extraction by alphabets/ranges. + """ + + results: list[tuple[str, float]] = [] + ignore_non_latin: bool = False + + sufficient_match_count: int = 0 + + lg_inclusion_list = lg_inclusion.split(",") if lg_inclusion is not None else [] + if "Latin Based" in lg_inclusion_list: + ignore_non_latin = True + lg_inclusion_list.remove("Latin Based") + + for layer in alpha_unicode_split(decoded_sequence): + sequence_frequencies: TypeCounter[str] = Counter(layer) + most_common = sequence_frequencies.most_common() + + character_count: int = sum(o for c, o in most_common) + + if character_count <= TOO_SMALL_SEQUENCE: + continue + + popular_character_ordered: list[str] = [c for c, o in most_common] + + for language in lg_inclusion_list or alphabet_languages( + popular_character_ordered, ignore_non_latin + ): + ratio: float = characters_popularity_compare( + language, popular_character_ordered + ) + + if ratio < threshold: + continue + elif ratio >= 0.8: + sufficient_match_count += 1 + + results.append((language, round(ratio, 4))) + + if sufficient_match_count >= 3: + break + + return sorted( + filter_alt_coherence_matches(results), key=lambda x: x[1], reverse=True + ) diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py new file mode 100644 index 0000000..543a5a4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__init__.py @@ -0,0 +1,8 @@ +from __future__ import annotations + +from .__main__ import cli_detect, query_yes_no + +__all__ = ( + "cli_detect", + "query_yes_no", +) diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py new file mode 100644 index 0000000..64a290f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__main__.py @@ -0,0 +1,321 @@ +from __future__ import annotations + +import argparse +import sys +from json import dumps +from os.path import abspath, basename, dirname, join, realpath +from platform import python_version +from unicodedata import unidata_version + +import charset_normalizer.md as md_module +from charset_normalizer import from_fp +from charset_normalizer.models import CliDetectionResult +from charset_normalizer.version import __version__ + + +def query_yes_no(question: str, default: str = "yes") -> bool: + """Ask a yes/no question via input() and return their answer. + + "question" is a string that is presented to the user. + "default" is the presumed answer if the user just hits . + It must be "yes" (the default), "no" or None (meaning + an answer is required of the user). + + The "answer" return value is True for "yes" or False for "no". + + Credit goes to (c) https://stackoverflow.com/questions/3041986/apt-command-line-interface-like-yes-no-input + """ + valid = {"yes": True, "y": True, "ye": True, "no": False, "n": False} + if default is None: + prompt = " [y/n] " + elif default == "yes": + prompt = " [Y/n] " + elif default == "no": + prompt = " [y/N] " + else: + raise ValueError("invalid default answer: '%s'" % default) + + while True: + sys.stdout.write(question + prompt) + choice = input().lower() + if default is not None and choice == "": + return valid[default] + elif choice in valid: + return valid[choice] + else: + sys.stdout.write("Please respond with 'yes' or 'no' " "(or 'y' or 'n').\n") + + +def cli_detect(argv: list[str] | None = None) -> int: + """ + CLI assistant using ARGV and ArgumentParser + :param argv: + :return: 0 if everything is fine, anything else equal trouble + """ + parser = argparse.ArgumentParser( + description="The Real First Universal Charset Detector. " + "Discover originating encoding used on text file. " + "Normalize text to unicode." + ) + + parser.add_argument( + "files", type=argparse.FileType("rb"), nargs="+", help="File(s) to be analysed" + ) + parser.add_argument( + "-v", + "--verbose", + action="store_true", + default=False, + dest="verbose", + help="Display complementary information about file if any. " + "Stdout will contain logs about the detection process.", + ) + parser.add_argument( + "-a", + "--with-alternative", + action="store_true", + default=False, + dest="alternatives", + help="Output complementary possibilities if any. Top-level JSON WILL be a list.", + ) + parser.add_argument( + "-n", + "--normalize", + action="store_true", + default=False, + dest="normalize", + help="Permit to normalize input file. If not set, program does not write anything.", + ) + parser.add_argument( + "-m", + "--minimal", + action="store_true", + default=False, + dest="minimal", + help="Only output the charset detected to STDOUT. Disabling JSON output.", + ) + parser.add_argument( + "-r", + "--replace", + action="store_true", + default=False, + dest="replace", + help="Replace file when trying to normalize it instead of creating a new one.", + ) + parser.add_argument( + "-f", + "--force", + action="store_true", + default=False, + dest="force", + help="Replace file without asking if you are sure, use this flag with caution.", + ) + parser.add_argument( + "-i", + "--no-preemptive", + action="store_true", + default=False, + dest="no_preemptive", + help="Disable looking at a charset declaration to hint the detector.", + ) + parser.add_argument( + "-t", + "--threshold", + action="store", + default=0.2, + type=float, + dest="threshold", + help="Define a custom maximum amount of noise allowed in decoded content. 0. <= noise <= 1.", + ) + parser.add_argument( + "--version", + action="version", + version="Charset-Normalizer {} - Python {} - Unicode {} - SpeedUp {}".format( + __version__, + python_version(), + unidata_version, + "OFF" if md_module.__file__.lower().endswith(".py") else "ON", + ), + help="Show version information and exit.", + ) + + args = parser.parse_args(argv) + + if args.replace is True and args.normalize is False: + if args.files: + for my_file in args.files: + my_file.close() + print("Use --replace in addition of --normalize only.", file=sys.stderr) + return 1 + + if args.force is True and args.replace is False: + if args.files: + for my_file in args.files: + my_file.close() + print("Use --force in addition of --replace only.", file=sys.stderr) + return 1 + + if args.threshold < 0.0 or args.threshold > 1.0: + if args.files: + for my_file in args.files: + my_file.close() + print("--threshold VALUE should be between 0. AND 1.", file=sys.stderr) + return 1 + + x_ = [] + + for my_file in args.files: + matches = from_fp( + my_file, + threshold=args.threshold, + explain=args.verbose, + preemptive_behaviour=args.no_preemptive is False, + ) + + best_guess = matches.best() + + if best_guess is None: + print( + 'Unable to identify originating encoding for "{}". {}'.format( + my_file.name, + ( + "Maybe try increasing maximum amount of chaos." + if args.threshold < 1.0 + else "" + ), + ), + file=sys.stderr, + ) + x_.append( + CliDetectionResult( + abspath(my_file.name), + None, + [], + [], + "Unknown", + [], + False, + 1.0, + 0.0, + None, + True, + ) + ) + else: + x_.append( + CliDetectionResult( + abspath(my_file.name), + best_guess.encoding, + best_guess.encoding_aliases, + [ + cp + for cp in best_guess.could_be_from_charset + if cp != best_guess.encoding + ], + best_guess.language, + best_guess.alphabets, + best_guess.bom, + best_guess.percent_chaos, + best_guess.percent_coherence, + None, + True, + ) + ) + + if len(matches) > 1 and args.alternatives: + for el in matches: + if el != best_guess: + x_.append( + CliDetectionResult( + abspath(my_file.name), + el.encoding, + el.encoding_aliases, + [ + cp + for cp in el.could_be_from_charset + if cp != el.encoding + ], + el.language, + el.alphabets, + el.bom, + el.percent_chaos, + el.percent_coherence, + None, + False, + ) + ) + + if args.normalize is True: + if best_guess.encoding.startswith("utf") is True: + print( + '"{}" file does not need to be normalized, as it already came from unicode.'.format( + my_file.name + ), + file=sys.stderr, + ) + if my_file.closed is False: + my_file.close() + continue + + dir_path = dirname(realpath(my_file.name)) + file_name = basename(realpath(my_file.name)) + + o_: list[str] = file_name.split(".") + + if args.replace is False: + o_.insert(-1, best_guess.encoding) + if my_file.closed is False: + my_file.close() + elif ( + args.force is False + and query_yes_no( + 'Are you sure to normalize "{}" by replacing it ?'.format( + my_file.name + ), + "no", + ) + is False + ): + if my_file.closed is False: + my_file.close() + continue + + try: + x_[0].unicode_path = join(dir_path, ".".join(o_)) + + with open(x_[0].unicode_path, "wb") as fp: + fp.write(best_guess.output()) + except OSError as e: + print(str(e), file=sys.stderr) + if my_file.closed is False: + my_file.close() + return 2 + + if my_file.closed is False: + my_file.close() + + if args.minimal is False: + print( + dumps( + [el.__dict__ for el in x_] if len(x_) > 1 else x_[0].__dict__, + ensure_ascii=True, + indent=4, + ) + ) + else: + for my_file in args.files: + print( + ", ".join( + [ + el.encoding or "undefined" + for el in x_ + if el.path == abspath(my_file.name) + ] + ) + ) + + return 0 + + +if __name__ == "__main__": + cli_detect() diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7d0d3b180c0649acbf801f0f2ed398e65767e90 GIT binary patch literal 336 zcmXw!Jx;_h5QXhH`=bqMI0B+cv9W*_aRd&KX5>x0Sqs|mYrIfSPNy;r$qP zoxLfquDMr1u6t2Gh*o-D?}YO*;0?|Qt)8Ugcq9iA)zZpXB0)l!ugM$@9WxX#WC_;a?2^ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/charset_normalizer/cli/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..277ec36a1c540ddc933e43d2071a425af02df0de GIT binary patch literal 10971 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/constant.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/constant.py new file mode 100644 index 0000000..1fb9508 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/constant.py @@ -0,0 +1,1998 @@ +from __future__ import annotations + +from codecs import BOM_UTF8, BOM_UTF16_BE, BOM_UTF16_LE, BOM_UTF32_BE, BOM_UTF32_LE +from encodings.aliases import aliases +from re import IGNORECASE +from re import compile as re_compile + +# Contain for each eligible encoding a list of/item bytes SIG/BOM +ENCODING_MARKS: dict[str, bytes | list[bytes]] = { + "utf_8": BOM_UTF8, + "utf_7": [ + b"\x2b\x2f\x76\x38", + b"\x2b\x2f\x76\x39", + b"\x2b\x2f\x76\x2b", + b"\x2b\x2f\x76\x2f", + b"\x2b\x2f\x76\x38\x2d", + ], + "gb18030": b"\x84\x31\x95\x33", + "utf_32": [BOM_UTF32_BE, BOM_UTF32_LE], + "utf_16": [BOM_UTF16_BE, BOM_UTF16_LE], +} + +TOO_SMALL_SEQUENCE: int = 32 +TOO_BIG_SEQUENCE: int = int(10e6) + +UTF8_MAXIMAL_ALLOCATION: int = 1_112_064 + +# Up-to-date Unicode ucd/15.0.0 +UNICODE_RANGES_COMBINED: dict[str, range] = { + "Control character": range(32), + "Basic Latin": range(32, 128), + "Latin-1 Supplement": range(128, 256), + "Latin Extended-A": range(256, 384), + "Latin Extended-B": range(384, 592), + "IPA Extensions": range(592, 688), + "Spacing Modifier Letters": range(688, 768), + "Combining Diacritical Marks": range(768, 880), + "Greek and Coptic": range(880, 1024), + "Cyrillic": range(1024, 1280), + "Cyrillic Supplement": range(1280, 1328), + "Armenian": range(1328, 1424), + "Hebrew": range(1424, 1536), + "Arabic": range(1536, 1792), + "Syriac": range(1792, 1872), + "Arabic Supplement": range(1872, 1920), + "Thaana": range(1920, 1984), + "NKo": range(1984, 2048), + "Samaritan": range(2048, 2112), + "Mandaic": range(2112, 2144), + "Syriac Supplement": range(2144, 2160), + "Arabic Extended-B": range(2160, 2208), + "Arabic Extended-A": range(2208, 2304), + "Devanagari": range(2304, 2432), + "Bengali": range(2432, 2560), + "Gurmukhi": range(2560, 2688), + "Gujarati": range(2688, 2816), + "Oriya": range(2816, 2944), + "Tamil": range(2944, 3072), + "Telugu": range(3072, 3200), + "Kannada": range(3200, 3328), + "Malayalam": range(3328, 3456), + "Sinhala": range(3456, 3584), + "Thai": range(3584, 3712), + "Lao": range(3712, 3840), + "Tibetan": range(3840, 4096), + "Myanmar": range(4096, 4256), + "Georgian": range(4256, 4352), + "Hangul Jamo": range(4352, 4608), + "Ethiopic": range(4608, 4992), + "Ethiopic Supplement": range(4992, 5024), + "Cherokee": range(5024, 5120), + "Unified Canadian Aboriginal Syllabics": range(5120, 5760), + "Ogham": range(5760, 5792), + "Runic": range(5792, 5888), + "Tagalog": range(5888, 5920), + "Hanunoo": range(5920, 5952), + "Buhid": range(5952, 5984), + "Tagbanwa": range(5984, 6016), + "Khmer": range(6016, 6144), + "Mongolian": range(6144, 6320), + "Unified Canadian Aboriginal Syllabics Extended": range(6320, 6400), + "Limbu": range(6400, 6480), + "Tai Le": range(6480, 6528), + "New Tai Lue": range(6528, 6624), + "Khmer Symbols": range(6624, 6656), + "Buginese": range(6656, 6688), + "Tai Tham": range(6688, 6832), + "Combining Diacritical Marks Extended": range(6832, 6912), + "Balinese": range(6912, 7040), + "Sundanese": range(7040, 7104), + "Batak": range(7104, 7168), + "Lepcha": range(7168, 7248), + "Ol Chiki": range(7248, 7296), + "Cyrillic Extended-C": range(7296, 7312), + "Georgian Extended": range(7312, 7360), + "Sundanese Supplement": range(7360, 7376), + "Vedic Extensions": range(7376, 7424), + "Phonetic Extensions": range(7424, 7552), + "Phonetic Extensions Supplement": range(7552, 7616), + "Combining Diacritical Marks Supplement": range(7616, 7680), + "Latin Extended Additional": range(7680, 7936), + "Greek Extended": range(7936, 8192), + "General Punctuation": range(8192, 8304), + "Superscripts and Subscripts": range(8304, 8352), + "Currency Symbols": range(8352, 8400), + "Combining Diacritical Marks for Symbols": range(8400, 8448), + "Letterlike Symbols": range(8448, 8528), + "Number Forms": range(8528, 8592), + "Arrows": range(8592, 8704), + "Mathematical Operators": range(8704, 8960), + "Miscellaneous Technical": range(8960, 9216), + "Control Pictures": range(9216, 9280), + "Optical Character Recognition": range(9280, 9312), + "Enclosed Alphanumerics": range(9312, 9472), + "Box Drawing": range(9472, 9600), + "Block Elements": range(9600, 9632), + "Geometric Shapes": range(9632, 9728), + "Miscellaneous Symbols": range(9728, 9984), + "Dingbats": range(9984, 10176), + "Miscellaneous Mathematical Symbols-A": range(10176, 10224), + "Supplemental Arrows-A": range(10224, 10240), + "Braille Patterns": range(10240, 10496), + "Supplemental Arrows-B": range(10496, 10624), + "Miscellaneous Mathematical Symbols-B": range(10624, 10752), + "Supplemental Mathematical Operators": range(10752, 11008), + "Miscellaneous Symbols and Arrows": range(11008, 11264), + "Glagolitic": range(11264, 11360), + "Latin Extended-C": range(11360, 11392), + "Coptic": range(11392, 11520), + "Georgian Supplement": range(11520, 11568), + "Tifinagh": range(11568, 11648), + "Ethiopic Extended": range(11648, 11744), + "Cyrillic Extended-A": range(11744, 11776), + "Supplemental Punctuation": range(11776, 11904), + "CJK Radicals Supplement": range(11904, 12032), + "Kangxi Radicals": range(12032, 12256), + "Ideographic Description Characters": range(12272, 12288), + "CJK Symbols and Punctuation": range(12288, 12352), + "Hiragana": range(12352, 12448), + "Katakana": range(12448, 12544), + "Bopomofo": range(12544, 12592), + "Hangul Compatibility Jamo": range(12592, 12688), + "Kanbun": range(12688, 12704), + "Bopomofo Extended": range(12704, 12736), + "CJK Strokes": range(12736, 12784), + "Katakana Phonetic Extensions": range(12784, 12800), + "Enclosed CJK Letters and Months": range(12800, 13056), + "CJK Compatibility": range(13056, 13312), + "CJK Unified Ideographs Extension A": range(13312, 19904), + "Yijing Hexagram Symbols": range(19904, 19968), + "CJK Unified Ideographs": range(19968, 40960), + "Yi Syllables": range(40960, 42128), + "Yi Radicals": range(42128, 42192), + "Lisu": range(42192, 42240), + "Vai": range(42240, 42560), + "Cyrillic Extended-B": range(42560, 42656), + "Bamum": range(42656, 42752), + "Modifier Tone Letters": range(42752, 42784), + "Latin Extended-D": range(42784, 43008), + "Syloti Nagri": range(43008, 43056), + "Common Indic Number Forms": range(43056, 43072), + "Phags-pa": range(43072, 43136), + "Saurashtra": range(43136, 43232), + "Devanagari Extended": range(43232, 43264), + "Kayah Li": range(43264, 43312), + "Rejang": range(43312, 43360), + "Hangul Jamo Extended-A": range(43360, 43392), + "Javanese": range(43392, 43488), + "Myanmar Extended-B": range(43488, 43520), + "Cham": range(43520, 43616), + "Myanmar Extended-A": range(43616, 43648), + "Tai Viet": range(43648, 43744), + "Meetei Mayek Extensions": range(43744, 43776), + "Ethiopic Extended-A": range(43776, 43824), + "Latin Extended-E": range(43824, 43888), + "Cherokee Supplement": range(43888, 43968), + "Meetei Mayek": range(43968, 44032), + "Hangul Syllables": range(44032, 55216), + "Hangul Jamo Extended-B": range(55216, 55296), + "High Surrogates": range(55296, 56192), + "High Private Use Surrogates": range(56192, 56320), + "Low Surrogates": range(56320, 57344), + "Private Use Area": range(57344, 63744), + "CJK Compatibility Ideographs": range(63744, 64256), + "Alphabetic Presentation Forms": range(64256, 64336), + "Arabic Presentation Forms-A": range(64336, 65024), + "Variation Selectors": range(65024, 65040), + "Vertical Forms": range(65040, 65056), + "Combining Half Marks": range(65056, 65072), + "CJK Compatibility Forms": range(65072, 65104), + "Small Form Variants": range(65104, 65136), + "Arabic Presentation Forms-B": range(65136, 65280), + "Halfwidth and Fullwidth Forms": range(65280, 65520), + "Specials": range(65520, 65536), + "Linear B Syllabary": range(65536, 65664), + "Linear B Ideograms": range(65664, 65792), + "Aegean Numbers": range(65792, 65856), + "Ancient Greek Numbers": range(65856, 65936), + "Ancient Symbols": range(65936, 66000), + "Phaistos Disc": range(66000, 66048), + "Lycian": range(66176, 66208), + "Carian": range(66208, 66272), + "Coptic Epact Numbers": range(66272, 66304), + "Old Italic": range(66304, 66352), + "Gothic": range(66352, 66384), + "Old Permic": range(66384, 66432), + "Ugaritic": range(66432, 66464), + "Old Persian": range(66464, 66528), + "Deseret": range(66560, 66640), + "Shavian": range(66640, 66688), + "Osmanya": range(66688, 66736), + "Osage": range(66736, 66816), + "Elbasan": range(66816, 66864), + "Caucasian Albanian": range(66864, 66928), + "Vithkuqi": range(66928, 67008), + "Linear A": range(67072, 67456), + "Latin Extended-F": range(67456, 67520), + "Cypriot Syllabary": range(67584, 67648), + "Imperial Aramaic": range(67648, 67680), + "Palmyrene": range(67680, 67712), + "Nabataean": range(67712, 67760), + "Hatran": range(67808, 67840), + "Phoenician": range(67840, 67872), + "Lydian": range(67872, 67904), + "Meroitic Hieroglyphs": range(67968, 68000), + "Meroitic Cursive": range(68000, 68096), + "Kharoshthi": range(68096, 68192), + "Old South Arabian": range(68192, 68224), + "Old North Arabian": range(68224, 68256), + "Manichaean": range(68288, 68352), + "Avestan": range(68352, 68416), + "Inscriptional Parthian": range(68416, 68448), + "Inscriptional Pahlavi": range(68448, 68480), + "Psalter Pahlavi": range(68480, 68528), + "Old Turkic": range(68608, 68688), + "Old Hungarian": range(68736, 68864), + "Hanifi Rohingya": range(68864, 68928), + "Rumi Numeral Symbols": range(69216, 69248), + "Yezidi": range(69248, 69312), + "Arabic Extended-C": range(69312, 69376), + "Old Sogdian": range(69376, 69424), + "Sogdian": range(69424, 69488), + "Old Uyghur": range(69488, 69552), + "Chorasmian": range(69552, 69600), + "Elymaic": range(69600, 69632), + "Brahmi": range(69632, 69760), + "Kaithi": range(69760, 69840), + "Sora Sompeng": range(69840, 69888), + "Chakma": range(69888, 69968), + "Mahajani": range(69968, 70016), + "Sharada": range(70016, 70112), + "Sinhala Archaic Numbers": range(70112, 70144), + "Khojki": range(70144, 70224), + "Multani": range(70272, 70320), + "Khudawadi": range(70320, 70400), + "Grantha": range(70400, 70528), + "Newa": range(70656, 70784), + "Tirhuta": range(70784, 70880), + "Siddham": range(71040, 71168), + "Modi": range(71168, 71264), + "Mongolian Supplement": range(71264, 71296), + "Takri": range(71296, 71376), + "Ahom": range(71424, 71504), + "Dogra": range(71680, 71760), + "Warang Citi": range(71840, 71936), + "Dives Akuru": range(71936, 72032), + "Nandinagari": range(72096, 72192), + "Zanabazar Square": range(72192, 72272), + "Soyombo": range(72272, 72368), + "Unified Canadian Aboriginal Syllabics Extended-A": range(72368, 72384), + "Pau Cin Hau": range(72384, 72448), + "Devanagari Extended-A": range(72448, 72544), + "Bhaiksuki": range(72704, 72816), + "Marchen": range(72816, 72896), + "Masaram Gondi": range(72960, 73056), + "Gunjala Gondi": range(73056, 73136), + "Makasar": range(73440, 73472), + "Kawi": range(73472, 73568), + "Lisu Supplement": range(73648, 73664), + "Tamil Supplement": range(73664, 73728), + "Cuneiform": range(73728, 74752), + "Cuneiform Numbers and Punctuation": range(74752, 74880), + "Early Dynastic Cuneiform": range(74880, 75088), + "Cypro-Minoan": range(77712, 77824), + "Egyptian Hieroglyphs": range(77824, 78896), + "Egyptian Hieroglyph Format Controls": range(78896, 78944), + "Anatolian Hieroglyphs": range(82944, 83584), + "Bamum Supplement": range(92160, 92736), + "Mro": range(92736, 92784), + "Tangsa": range(92784, 92880), + "Bassa Vah": range(92880, 92928), + "Pahawh Hmong": range(92928, 93072), + "Medefaidrin": range(93760, 93856), + "Miao": range(93952, 94112), + "Ideographic Symbols and Punctuation": range(94176, 94208), + "Tangut": range(94208, 100352), + "Tangut Components": range(100352, 101120), + "Khitan Small Script": range(101120, 101632), + "Tangut Supplement": range(101632, 101760), + "Kana Extended-B": range(110576, 110592), + "Kana Supplement": range(110592, 110848), + "Kana Extended-A": range(110848, 110896), + "Small Kana Extension": range(110896, 110960), + "Nushu": range(110960, 111360), + "Duployan": range(113664, 113824), + "Shorthand Format Controls": range(113824, 113840), + "Znamenny Musical Notation": range(118528, 118736), + "Byzantine Musical Symbols": range(118784, 119040), + "Musical Symbols": range(119040, 119296), + "Ancient Greek Musical Notation": range(119296, 119376), + "Kaktovik Numerals": range(119488, 119520), + "Mayan Numerals": range(119520, 119552), + "Tai Xuan Jing Symbols": range(119552, 119648), + "Counting Rod Numerals": range(119648, 119680), + "Mathematical Alphanumeric Symbols": range(119808, 120832), + "Sutton SignWriting": range(120832, 121520), + "Latin Extended-G": range(122624, 122880), + "Glagolitic Supplement": range(122880, 122928), + "Cyrillic Extended-D": range(122928, 123024), + "Nyiakeng Puachue Hmong": range(123136, 123216), + "Toto": range(123536, 123584), + "Wancho": range(123584, 123648), + "Nag Mundari": range(124112, 124160), + "Ethiopic Extended-B": range(124896, 124928), + "Mende Kikakui": range(124928, 125152), + "Adlam": range(125184, 125280), + "Indic Siyaq Numbers": range(126064, 126144), + "Ottoman Siyaq Numbers": range(126208, 126288), + "Arabic Mathematical Alphabetic Symbols": range(126464, 126720), + "Mahjong Tiles": range(126976, 127024), + "Domino Tiles": range(127024, 127136), + "Playing Cards": range(127136, 127232), + "Enclosed Alphanumeric Supplement": range(127232, 127488), + "Enclosed Ideographic Supplement": range(127488, 127744), + "Miscellaneous Symbols and Pictographs": range(127744, 128512), + "Emoticons range(Emoji)": range(128512, 128592), + "Ornamental Dingbats": range(128592, 128640), + "Transport and Map Symbols": range(128640, 128768), + "Alchemical Symbols": range(128768, 128896), + "Geometric Shapes Extended": range(128896, 129024), + "Supplemental Arrows-C": range(129024, 129280), + "Supplemental Symbols and Pictographs": range(129280, 129536), + "Chess Symbols": range(129536, 129648), + "Symbols and Pictographs Extended-A": range(129648, 129792), + "Symbols for Legacy Computing": range(129792, 130048), + "CJK Unified Ideographs Extension B": range(131072, 173792), + "CJK Unified Ideographs Extension C": range(173824, 177984), + "CJK Unified Ideographs Extension D": range(177984, 178208), + "CJK Unified Ideographs Extension E": range(178208, 183984), + "CJK Unified Ideographs Extension F": range(183984, 191472), + "CJK Compatibility Ideographs Supplement": range(194560, 195104), + "CJK Unified Ideographs Extension G": range(196608, 201552), + "CJK Unified Ideographs Extension H": range(201552, 205744), + "Tags": range(917504, 917632), + "Variation Selectors Supplement": range(917760, 918000), + "Supplementary Private Use Area-A": range(983040, 1048576), + "Supplementary Private Use Area-B": range(1048576, 1114112), +} + + +UNICODE_SECONDARY_RANGE_KEYWORD: list[str] = [ + "Supplement", + "Extended", + "Extensions", + "Modifier", + "Marks", + "Punctuation", + "Symbols", + "Forms", + "Operators", + "Miscellaneous", + "Drawing", + "Block", + "Shapes", + "Supplemental", + "Tags", +] + +RE_POSSIBLE_ENCODING_INDICATION = re_compile( + r"(?:(?:encoding)|(?:charset)|(?:coding))(?:[\:= ]{1,10})(?:[\"\']?)([a-zA-Z0-9\-_]+)(?:[\"\']?)", + IGNORECASE, +) + +IANA_NO_ALIASES = [ + "cp720", + "cp737", + "cp856", + "cp874", + "cp875", + "cp1006", + "koi8_r", + "koi8_t", + "koi8_u", +] + +IANA_SUPPORTED: list[str] = sorted( + filter( + lambda x: x.endswith("_codec") is False + and x not in {"rot_13", "tactis", "mbcs"}, + list(set(aliases.values())) + IANA_NO_ALIASES, + ) +) + +IANA_SUPPORTED_COUNT: int = len(IANA_SUPPORTED) + +# pre-computed code page that are similar using the function cp_similarity. +IANA_SUPPORTED_SIMILAR: dict[str, list[str]] = { + "cp037": ["cp1026", "cp1140", "cp273", "cp500"], + "cp1026": ["cp037", "cp1140", "cp273", "cp500"], + "cp1125": ["cp866"], + "cp1140": ["cp037", "cp1026", "cp273", "cp500"], + "cp1250": ["iso8859_2"], + "cp1251": ["kz1048", "ptcp154"], + "cp1252": ["iso8859_15", "iso8859_9", "latin_1"], + "cp1253": ["iso8859_7"], + "cp1254": ["iso8859_15", "iso8859_9", "latin_1"], + "cp1257": ["iso8859_13"], + "cp273": ["cp037", "cp1026", "cp1140", "cp500"], + "cp437": ["cp850", "cp858", "cp860", "cp861", "cp862", "cp863", "cp865"], + "cp500": ["cp037", "cp1026", "cp1140", "cp273"], + "cp850": ["cp437", "cp857", "cp858", "cp865"], + "cp857": ["cp850", "cp858", "cp865"], + "cp858": ["cp437", "cp850", "cp857", "cp865"], + "cp860": ["cp437", "cp861", "cp862", "cp863", "cp865"], + "cp861": ["cp437", "cp860", "cp862", "cp863", "cp865"], + "cp862": ["cp437", "cp860", "cp861", "cp863", "cp865"], + "cp863": ["cp437", "cp860", "cp861", "cp862", "cp865"], + "cp865": ["cp437", "cp850", "cp857", "cp858", "cp860", "cp861", "cp862", "cp863"], + "cp866": ["cp1125"], + "iso8859_10": ["iso8859_14", "iso8859_15", "iso8859_4", "iso8859_9", "latin_1"], + "iso8859_11": ["tis_620"], + "iso8859_13": ["cp1257"], + "iso8859_14": [ + "iso8859_10", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_15": [ + "cp1252", + "cp1254", + "iso8859_10", + "iso8859_14", + "iso8859_16", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_16": [ + "iso8859_14", + "iso8859_15", + "iso8859_2", + "iso8859_3", + "iso8859_9", + "latin_1", + ], + "iso8859_2": ["cp1250", "iso8859_16", "iso8859_4"], + "iso8859_3": ["iso8859_14", "iso8859_15", "iso8859_16", "iso8859_9", "latin_1"], + "iso8859_4": ["iso8859_10", "iso8859_2", "iso8859_9", "latin_1"], + "iso8859_7": ["cp1253"], + "iso8859_9": [ + "cp1252", + "cp1254", + "cp1258", + "iso8859_10", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_4", + "latin_1", + ], + "kz1048": ["cp1251", "ptcp154"], + "latin_1": [ + "cp1252", + "cp1254", + "cp1258", + "iso8859_10", + "iso8859_14", + "iso8859_15", + "iso8859_16", + "iso8859_3", + "iso8859_4", + "iso8859_9", + ], + "mac_iceland": ["mac_roman", "mac_turkish"], + "mac_roman": ["mac_iceland", "mac_turkish"], + "mac_turkish": ["mac_iceland", "mac_roman"], + "ptcp154": ["cp1251", "kz1048"], + "tis_620": ["iso8859_11"], +} + + +CHARDET_CORRESPONDENCE: dict[str, str] = { + "iso2022_kr": "ISO-2022-KR", + "iso2022_jp": "ISO-2022-JP", + "euc_kr": "EUC-KR", + "tis_620": "TIS-620", + "utf_32": "UTF-32", + "euc_jp": "EUC-JP", + "koi8_r": "KOI8-R", + "iso8859_1": "ISO-8859-1", + "iso8859_2": "ISO-8859-2", + "iso8859_5": "ISO-8859-5", + "iso8859_6": "ISO-8859-6", + "iso8859_7": "ISO-8859-7", + "iso8859_8": "ISO-8859-8", + "utf_16": "UTF-16", + "cp855": "IBM855", + "mac_cyrillic": "MacCyrillic", + "gb2312": "GB2312", + "gb18030": "GB18030", + "cp932": "CP932", + "cp866": "IBM866", + "utf_8": "utf-8", + "utf_8_sig": "UTF-8-SIG", + "shift_jis": "SHIFT_JIS", + "big5": "Big5", + "cp1250": "windows-1250", + "cp1251": "windows-1251", + "cp1252": "Windows-1252", + "cp1253": "windows-1253", + "cp1255": "windows-1255", + "cp1256": "windows-1256", + "cp1254": "Windows-1254", + "cp949": "CP949", +} + + +COMMON_SAFE_ASCII_CHARACTERS: set[str] = { + "<", + ">", + "=", + ":", + "/", + "&", + ";", + "{", + "}", + "[", + "]", + ",", + "|", + '"', + "-", + "(", + ")", +} + + +KO_NAMES: set[str] = {"johab", "cp949", "euc_kr"} +ZH_NAMES: set[str] = {"big5", "cp950", "big5hkscs", "hz"} + +# Logging LEVEL below DEBUG +TRACE: int = 5 + + +# Language label that contain the em dash "—" +# character are to be considered alternative seq to origin +FREQUENCIES: dict[str, list[str]] = { + "English": [ + "e", + "a", + "t", + "i", + "o", + "n", + "s", + "r", + "h", + "l", + "d", + "c", + "u", + "m", + "f", + "p", + "g", + "w", + "y", + "b", + "v", + "k", + "x", + "j", + "z", + "q", + ], + "English—": [ + "e", + "a", + "t", + "i", + "o", + "n", + "s", + "r", + "h", + "l", + "d", + "c", + "m", + "u", + "f", + "p", + "g", + "w", + "b", + "y", + "v", + "k", + "j", + "x", + "z", + "q", + ], + "German": [ + "e", + "n", + "i", + "r", + "s", + "t", + "a", + "d", + "h", + "u", + "l", + "g", + "o", + "c", + "m", + "b", + "f", + "k", + "w", + "z", + "p", + "v", + "ü", + "ä", + "ö", + "j", + ], + "French": [ + "e", + "a", + "s", + "n", + "i", + "t", + "r", + "l", + "u", + "o", + "d", + "c", + "p", + "m", + "é", + "v", + "g", + "f", + "b", + "h", + "q", + "à", + "x", + "è", + "y", + "j", + ], + "Dutch": [ + "e", + "n", + "a", + "i", + "r", + "t", + "o", + "d", + "s", + "l", + "g", + "h", + "v", + "m", + "u", + "k", + "c", + "p", + "b", + "w", + "j", + "z", + "f", + "y", + "x", + "ë", + ], + "Italian": [ + "e", + "i", + "a", + "o", + "n", + "l", + "t", + "r", + "s", + "c", + "d", + "u", + "p", + "m", + "g", + "v", + "f", + "b", + "z", + "h", + "q", + "è", + "à", + "k", + "y", + "ò", + ], + "Polish": [ + "a", + "i", + "o", + "e", + "n", + "r", + "z", + "w", + "s", + "c", + "t", + "k", + "y", + "d", + "p", + "m", + "u", + "l", + "j", + "ł", + "g", + "b", + "h", + "ą", + "ę", + "ó", + ], + "Spanish": [ + "e", + "a", + "o", + "n", + "s", + "r", + "i", + "l", + "d", + "t", + "c", + "u", + "m", + "p", + "b", + "g", + "v", + "f", + "y", + "ó", + "h", + "q", + "í", + "j", + "z", + "á", + ], + "Russian": [ + "о", + "а", + "е", + "и", + "н", + "с", + "т", + "р", + "в", + "л", + "к", + "м", + "д", + "п", + "у", + "г", + "я", + "ы", + "з", + "б", + "й", + "ь", + "ч", + "х", + "ж", + "ц", + ], + # Jap-Kanji + "Japanese": [ + "人", + "一", + "大", + "亅", + "丁", + "丨", + "竹", + "笑", + "口", + "日", + "今", + "二", + "彳", + "行", + "十", + "土", + "丶", + "寸", + "寺", + "時", + "乙", + "丿", + "乂", + "气", + "気", + "冂", + "巾", + "亠", + "市", + "目", + "儿", + "見", + "八", + "小", + "凵", + "県", + "月", + "彐", + "門", + "間", + "木", + "東", + "山", + "出", + "本", + "中", + "刀", + "分", + "耳", + "又", + "取", + "最", + "言", + "田", + "心", + "思", + "刂", + "前", + "京", + "尹", + "事", + "生", + "厶", + "云", + "会", + "未", + "来", + "白", + "冫", + "楽", + "灬", + "馬", + "尸", + "尺", + "駅", + "明", + "耂", + "者", + "了", + "阝", + "都", + "高", + "卜", + "占", + "厂", + "广", + "店", + "子", + "申", + "奄", + "亻", + "俺", + "上", + "方", + "冖", + "学", + "衣", + "艮", + "食", + "自", + ], + # Jap-Katakana + "Japanese—": [ + "ー", + "ン", + "ス", + "・", + "ル", + "ト", + "リ", + "イ", + "ア", + "ラ", + "ッ", + "ク", + "ド", + "シ", + "レ", + "ジ", + "タ", + "フ", + "ロ", + "カ", + "テ", + "マ", + "ィ", + "グ", + "バ", + "ム", + "プ", + "オ", + "コ", + "デ", + "ニ", + "ウ", + "メ", + "サ", + "ビ", + "ナ", + "ブ", + "ャ", + "エ", + "ュ", + "チ", + "キ", + "ズ", + "ダ", + "パ", + "ミ", + "ェ", + "ョ", + "ハ", + "セ", + "ベ", + "ガ", + "モ", + "ツ", + "ネ", + "ボ", + "ソ", + "ノ", + "ァ", + "ヴ", + "ワ", + "ポ", + "ペ", + "ピ", + "ケ", + "ゴ", + "ギ", + "ザ", + "ホ", + "ゲ", + "ォ", + "ヤ", + "ヒ", + "ユ", + "ヨ", + "ヘ", + "ゼ", + "ヌ", + "ゥ", + "ゾ", + "ヶ", + "ヂ", + "ヲ", + "ヅ", + "ヵ", + "ヱ", + "ヰ", + "ヮ", + "ヽ", + "゠", + "ヾ", + "ヷ", + "ヿ", + "ヸ", + "ヹ", + "ヺ", + ], + # Jap-Hiragana + "Japanese——": [ + "の", + "に", + "る", + "た", + "と", + "は", + "し", + "い", + "を", + "で", + "て", + "が", + "な", + "れ", + "か", + "ら", + "さ", + "っ", + "り", + "す", + "あ", + "も", + "こ", + "ま", + "う", + "く", + "よ", + "き", + "ん", + "め", + "お", + "け", + "そ", + "つ", + "だ", + "や", + "え", + "ど", + "わ", + "ち", + "み", + "せ", + "じ", + "ば", + "へ", + "び", + "ず", + "ろ", + "ほ", + "げ", + "む", + "べ", + "ひ", + "ょ", + "ゆ", + "ぶ", + "ご", + "ゃ", + "ね", + "ふ", + "ぐ", + "ぎ", + "ぼ", + "ゅ", + "づ", + "ざ", + "ぞ", + "ぬ", + "ぜ", + "ぱ", + "ぽ", + "ぷ", + "ぴ", + "ぃ", + "ぁ", + "ぇ", + "ぺ", + "ゞ", + "ぢ", + "ぉ", + "ぅ", + "ゐ", + "ゝ", + "ゑ", + "゛", + "゜", + "ゎ", + "ゔ", + "゚", + "ゟ", + "゙", + "ゕ", + "ゖ", + ], + "Portuguese": [ + "a", + "e", + "o", + "s", + "i", + "r", + "d", + "n", + "t", + "m", + "u", + "c", + "l", + "p", + "g", + "v", + "b", + "f", + "h", + "ã", + "q", + "é", + "ç", + "á", + "z", + "í", + ], + "Swedish": [ + "e", + "a", + "n", + "r", + "t", + "s", + "i", + "l", + "d", + "o", + "m", + "k", + "g", + "v", + "h", + "f", + "u", + "p", + "ä", + "c", + "b", + "ö", + "å", + "y", + "j", + "x", + ], + "Chinese": [ + "的", + "一", + "是", + "不", + "了", + "在", + "人", + "有", + "我", + "他", + "这", + "个", + "们", + "中", + "来", + "上", + "大", + "为", + "和", + "国", + "地", + "到", + "以", + "说", + "时", + "要", + "就", + "出", + "会", + "可", + "也", + "你", + "对", + "生", + "能", + "而", + "子", + "那", + "得", + "于", + "着", + "下", + "自", + "之", + "年", + "过", + "发", + "后", + "作", + "里", + "用", + "道", + "行", + "所", + "然", + "家", + "种", + "事", + "成", + "方", + "多", + "经", + "么", + "去", + "法", + "学", + "如", + "都", + "同", + "现", + "当", + "没", + "动", + "面", + "起", + "看", + "定", + "天", + "分", + "还", + "进", + "好", + "小", + "部", + "其", + "些", + "主", + "样", + "理", + "心", + "她", + "本", + "前", + "开", + "但", + "因", + "只", + "从", + "想", + "实", + ], + "Ukrainian": [ + "о", + "а", + "н", + "і", + "и", + "р", + "в", + "т", + "е", + "с", + "к", + "л", + "у", + "д", + "м", + "п", + "з", + "я", + "ь", + "б", + "г", + "й", + "ч", + "х", + "ц", + "ї", + ], + "Norwegian": [ + "e", + "r", + "n", + "t", + "a", + "s", + "i", + "o", + "l", + "d", + "g", + "k", + "m", + "v", + "f", + "p", + "u", + "b", + "h", + "å", + "y", + "j", + "ø", + "c", + "æ", + "w", + ], + "Finnish": [ + "a", + "i", + "n", + "t", + "e", + "s", + "l", + "o", + "u", + "k", + "ä", + "m", + "r", + "v", + "j", + "h", + "p", + "y", + "d", + "ö", + "g", + "c", + "b", + "f", + "w", + "z", + ], + "Vietnamese": [ + "n", + "h", + "t", + "i", + "c", + "g", + "a", + "o", + "u", + "m", + "l", + "r", + "à", + "đ", + "s", + "e", + "v", + "p", + "b", + "y", + "ư", + "d", + "á", + "k", + "ộ", + "ế", + ], + "Czech": [ + "o", + "e", + "a", + "n", + "t", + "s", + "i", + "l", + "v", + "r", + "k", + "d", + "u", + "m", + "p", + "í", + "c", + "h", + "z", + "á", + "y", + "j", + "b", + "ě", + "é", + "ř", + ], + "Hungarian": [ + "e", + "a", + "t", + "l", + "s", + "n", + "k", + "r", + "i", + "o", + "z", + "á", + "é", + "g", + "m", + "b", + "y", + "v", + "d", + "h", + "u", + "p", + "j", + "ö", + "f", + "c", + ], + "Korean": [ + "이", + "다", + "에", + "의", + "는", + "로", + "하", + "을", + "가", + "고", + "지", + "서", + "한", + "은", + "기", + "으", + "년", + "대", + "사", + "시", + "를", + "리", + "도", + "인", + "스", + "일", + ], + "Indonesian": [ + "a", + "n", + "e", + "i", + "r", + "t", + "u", + "s", + "d", + "k", + "m", + "l", + "g", + "p", + "b", + "o", + "h", + "y", + "j", + "c", + "w", + "f", + "v", + "z", + "x", + "q", + ], + "Turkish": [ + "a", + "e", + "i", + "n", + "r", + "l", + "ı", + "k", + "d", + "t", + "s", + "m", + "y", + "u", + "o", + "b", + "ü", + "ş", + "v", + "g", + "z", + "h", + "c", + "p", + "ç", + "ğ", + ], + "Romanian": [ + "e", + "i", + "a", + "r", + "n", + "t", + "u", + "l", + "o", + "c", + "s", + "d", + "p", + "m", + "ă", + "f", + "v", + "î", + "g", + "b", + "ș", + "ț", + "z", + "h", + "â", + "j", + ], + "Farsi": [ + "ا", + "ی", + "ر", + "د", + "ن", + "ه", + "و", + "م", + "ت", + "ب", + "س", + "ل", + "ک", + "ش", + "ز", + "ف", + "گ", + "ع", + "خ", + "ق", + "ج", + "آ", + "پ", + "ح", + "ط", + "ص", + ], + "Arabic": [ + "ا", + "ل", + "ي", + "م", + "و", + "ن", + "ر", + "ت", + "ب", + "ة", + "ع", + "د", + "س", + "ف", + "ه", + "ك", + "ق", + "أ", + "ح", + "ج", + "ش", + "ط", + "ص", + "ى", + "خ", + "إ", + ], + "Danish": [ + "e", + "r", + "n", + "t", + "a", + "i", + "s", + "d", + "l", + "o", + "g", + "m", + "k", + "f", + "v", + "u", + "b", + "h", + "p", + "å", + "y", + "ø", + "æ", + "c", + "j", + "w", + ], + "Serbian": [ + "а", + "и", + "о", + "е", + "н", + "р", + "с", + "у", + "т", + "к", + "ј", + "в", + "д", + "м", + "п", + "л", + "г", + "з", + "б", + "a", + "i", + "e", + "o", + "n", + "ц", + "ш", + ], + "Lithuanian": [ + "i", + "a", + "s", + "o", + "r", + "e", + "t", + "n", + "u", + "k", + "m", + "l", + "p", + "v", + "d", + "j", + "g", + "ė", + "b", + "y", + "ų", + "š", + "ž", + "c", + "ą", + "į", + ], + "Slovene": [ + "e", + "a", + "i", + "o", + "n", + "r", + "s", + "l", + "t", + "j", + "v", + "k", + "d", + "p", + "m", + "u", + "z", + "b", + "g", + "h", + "č", + "c", + "š", + "ž", + "f", + "y", + ], + "Slovak": [ + "o", + "a", + "e", + "n", + "i", + "r", + "v", + "t", + "s", + "l", + "k", + "d", + "m", + "p", + "u", + "c", + "h", + "j", + "b", + "z", + "á", + "y", + "ý", + "í", + "č", + "é", + ], + "Hebrew": [ + "י", + "ו", + "ה", + "ל", + "ר", + "ב", + "ת", + "מ", + "א", + "ש", + "נ", + "ע", + "ם", + "ד", + "ק", + "ח", + "פ", + "ס", + "כ", + "ג", + "ט", + "צ", + "ן", + "ז", + "ך", + ], + "Bulgarian": [ + "а", + "и", + "о", + "е", + "н", + "т", + "р", + "с", + "в", + "л", + "к", + "д", + "п", + "м", + "з", + "г", + "я", + "ъ", + "у", + "б", + "ч", + "ц", + "й", + "ж", + "щ", + "х", + ], + "Croatian": [ + "a", + "i", + "o", + "e", + "n", + "r", + "j", + "s", + "t", + "u", + "k", + "l", + "v", + "d", + "m", + "p", + "g", + "z", + "b", + "c", + "č", + "h", + "š", + "ž", + "ć", + "f", + ], + "Hindi": [ + "क", + "र", + "स", + "न", + "त", + "म", + "ह", + "प", + "य", + "ल", + "व", + "ज", + "द", + "ग", + "ब", + "श", + "ट", + "अ", + "ए", + "थ", + "भ", + "ड", + "च", + "ध", + "ष", + "इ", + ], + "Estonian": [ + "a", + "i", + "e", + "s", + "t", + "l", + "u", + "n", + "o", + "k", + "r", + "d", + "m", + "v", + "g", + "p", + "j", + "h", + "ä", + "b", + "õ", + "ü", + "f", + "c", + "ö", + "y", + ], + "Thai": [ + "า", + "น", + "ร", + "อ", + "ก", + "เ", + "ง", + "ม", + "ย", + "ล", + "ว", + "ด", + "ท", + "ส", + "ต", + "ะ", + "ป", + "บ", + "ค", + "ห", + "แ", + "จ", + "พ", + "ช", + "ข", + "ใ", + ], + "Greek": [ + "α", + "τ", + "ο", + "ι", + "ε", + "ν", + "ρ", + "σ", + "κ", + "η", + "π", + "ς", + "υ", + "μ", + "λ", + "ί", + "ό", + "ά", + "γ", + "έ", + "δ", + "ή", + "ω", + "χ", + "θ", + "ύ", + ], + "Tamil": [ + "க", + "த", + "ப", + "ட", + "ர", + "ம", + "ல", + "ன", + "வ", + "ற", + "ய", + "ள", + "ச", + "ந", + "இ", + "ண", + "அ", + "ஆ", + "ழ", + "ங", + "எ", + "உ", + "ஒ", + "ஸ", + ], + "Kazakh": [ + "а", + "ы", + "е", + "н", + "т", + "р", + "л", + "і", + "д", + "с", + "м", + "қ", + "к", + "о", + "б", + "и", + "у", + "ғ", + "ж", + "ң", + "з", + "ш", + "й", + "п", + "г", + "ө", + ], +} + +LANGUAGE_SUPPORTED_COUNT: int = len(FREQUENCIES) diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/legacy.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/legacy.py new file mode 100644 index 0000000..a2f5345 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/legacy.py @@ -0,0 +1,66 @@ +from __future__ import annotations + +from typing import TYPE_CHECKING, Any +from warnings import warn + +from .api import from_bytes +from .constant import CHARDET_CORRESPONDENCE + +# TODO: remove this check when dropping Python 3.7 support +if TYPE_CHECKING: + from typing_extensions import TypedDict + + class ResultDict(TypedDict): + encoding: str | None + language: str + confidence: float | None + + +def detect( + byte_str: bytes, should_rename_legacy: bool = False, **kwargs: Any +) -> ResultDict: + """ + chardet legacy method + Detect the encoding of the given byte string. It should be mostly backward-compatible. + Encoding name will match Chardet own writing whenever possible. (Not on encoding name unsupported by it) + This function is deprecated and should be used to migrate your project easily, consult the documentation for + further information. Not planned for removal. + + :param byte_str: The byte sequence to examine. + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + """ + if len(kwargs): + warn( + f"charset-normalizer disregard arguments '{','.join(list(kwargs.keys()))}' in legacy function detect()" + ) + + if not isinstance(byte_str, (bytearray, bytes)): + raise TypeError( # pragma: nocover + "Expected object of type bytes or bytearray, got: " "{}".format( + type(byte_str) + ) + ) + + if isinstance(byte_str, bytearray): + byte_str = bytes(byte_str) + + r = from_bytes(byte_str).best() + + encoding = r.encoding if r is not None else None + language = r.language if r is not None and r.language != "Unknown" else "" + confidence = 1.0 - r.chaos if r is not None else None + + # Note: CharsetNormalizer does not return 'UTF-8-SIG' as the sig get stripped in the detection/normalization process + # but chardet does return 'utf-8-sig' and it is a valid codec name. + if r is not None and encoding == "utf_8" and r.bom: + encoding += "_sig" + + if should_rename_legacy is False and encoding in CHARDET_CORRESPONDENCE: + encoding = CHARDET_CORRESPONDENCE[encoding] + + return { + "encoding": encoding, + "language": language, + "confidence": confidence, + } diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so b/llmlab/lib/python3.12/site-packages/charset_normalizer/md.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..3d0b46ae77baa966a03418d61fbd1da9d141366e GIT binary patch literal 16064 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/md.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/md.py new file mode 100644 index 0000000..9ed59a8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/md.py @@ -0,0 +1,630 @@ +from __future__ import annotations + +from functools import lru_cache +from logging import getLogger + +from .constant import ( + COMMON_SAFE_ASCII_CHARACTERS, + TRACE, + UNICODE_SECONDARY_RANGE_KEYWORD, +) +from .utils import ( + is_accentuated, + is_arabic, + is_arabic_isolated_form, + is_case_variable, + is_cjk, + is_emoticon, + is_hangul, + is_hiragana, + is_katakana, + is_latin, + is_punctuation, + is_separator, + is_symbol, + is_thai, + is_unprintable, + remove_accent, + unicode_range, +) + + +class MessDetectorPlugin: + """ + Base abstract class used for mess detection plugins. + All detectors MUST extend and implement given methods. + """ + + def eligible(self, character: str) -> bool: + """ + Determine if given character should be fed in. + """ + raise NotImplementedError # pragma: nocover + + def feed(self, character: str) -> None: + """ + The main routine to be executed upon character. + Insert the logic in witch the text would be considered chaotic. + """ + raise NotImplementedError # pragma: nocover + + def reset(self) -> None: # pragma: no cover + """ + Permit to reset the plugin to the initial state. + """ + raise NotImplementedError + + @property + def ratio(self) -> float: + """ + Compute the chaos ratio based on what your feed() has seen. + Must NOT be lower than 0.; No restriction gt 0. + """ + raise NotImplementedError # pragma: nocover + + +class TooManySymbolOrPunctuationPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._punctuation_count: int = 0 + self._symbol_count: int = 0 + self._character_count: int = 0 + + self._last_printable_char: str | None = None + self._frenzy_symbol_in_word: bool = False + + def eligible(self, character: str) -> bool: + return character.isprintable() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if ( + character != self._last_printable_char + and character not in COMMON_SAFE_ASCII_CHARACTERS + ): + if is_punctuation(character): + self._punctuation_count += 1 + elif ( + character.isdigit() is False + and is_symbol(character) + and is_emoticon(character) is False + ): + self._symbol_count += 2 + + self._last_printable_char = character + + def reset(self) -> None: # Abstract + self._punctuation_count = 0 + self._character_count = 0 + self._symbol_count = 0 + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + ratio_of_punctuation: float = ( + self._punctuation_count + self._symbol_count + ) / self._character_count + + return ratio_of_punctuation if ratio_of_punctuation >= 0.3 else 0.0 + + +class TooManyAccentuatedPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._character_count: int = 0 + self._accentuated_count: int = 0 + + def eligible(self, character: str) -> bool: + return character.isalpha() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if is_accentuated(character): + self._accentuated_count += 1 + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._accentuated_count = 0 + + @property + def ratio(self) -> float: + if self._character_count < 8: + return 0.0 + + ratio_of_accentuation: float = self._accentuated_count / self._character_count + return ratio_of_accentuation if ratio_of_accentuation >= 0.35 else 0.0 + + +class UnprintablePlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._unprintable_count: int = 0 + self._character_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if is_unprintable(character): + self._unprintable_count += 1 + self._character_count += 1 + + def reset(self) -> None: # Abstract + self._unprintable_count = 0 + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return (self._unprintable_count * 8) / self._character_count + + +class SuspiciousDuplicateAccentPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._successive_count: int = 0 + self._character_count: int = 0 + + self._last_latin_character: str | None = None + + def eligible(self, character: str) -> bool: + return character.isalpha() and is_latin(character) + + def feed(self, character: str) -> None: + self._character_count += 1 + if ( + self._last_latin_character is not None + and is_accentuated(character) + and is_accentuated(self._last_latin_character) + ): + if character.isupper() and self._last_latin_character.isupper(): + self._successive_count += 1 + # Worse if its the same char duplicated with different accent. + if remove_accent(character) == remove_accent(self._last_latin_character): + self._successive_count += 1 + self._last_latin_character = character + + def reset(self) -> None: # Abstract + self._successive_count = 0 + self._character_count = 0 + self._last_latin_character = None + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return (self._successive_count * 2) / self._character_count + + +class SuspiciousRange(MessDetectorPlugin): + def __init__(self) -> None: + self._suspicious_successive_range_count: int = 0 + self._character_count: int = 0 + self._last_printable_seen: str | None = None + + def eligible(self, character: str) -> bool: + return character.isprintable() + + def feed(self, character: str) -> None: + self._character_count += 1 + + if ( + character.isspace() + or is_punctuation(character) + or character in COMMON_SAFE_ASCII_CHARACTERS + ): + self._last_printable_seen = None + return + + if self._last_printable_seen is None: + self._last_printable_seen = character + return + + unicode_range_a: str | None = unicode_range(self._last_printable_seen) + unicode_range_b: str | None = unicode_range(character) + + if is_suspiciously_successive_range(unicode_range_a, unicode_range_b): + self._suspicious_successive_range_count += 1 + + self._last_printable_seen = character + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._suspicious_successive_range_count = 0 + self._last_printable_seen = None + + @property + def ratio(self) -> float: + if self._character_count <= 13: + return 0.0 + + ratio_of_suspicious_range_usage: float = ( + self._suspicious_successive_range_count * 2 + ) / self._character_count + + return ratio_of_suspicious_range_usage + + +class SuperWeirdWordPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._word_count: int = 0 + self._bad_word_count: int = 0 + self._foreign_long_count: int = 0 + + self._is_current_word_bad: bool = False + self._foreign_long_watch: bool = False + + self._character_count: int = 0 + self._bad_character_count: int = 0 + + self._buffer: str = "" + self._buffer_accent_count: int = 0 + self._buffer_glyph_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if character.isalpha(): + self._buffer += character + if is_accentuated(character): + self._buffer_accent_count += 1 + if ( + self._foreign_long_watch is False + and (is_latin(character) is False or is_accentuated(character)) + and is_cjk(character) is False + and is_hangul(character) is False + and is_katakana(character) is False + and is_hiragana(character) is False + and is_thai(character) is False + ): + self._foreign_long_watch = True + if ( + is_cjk(character) + or is_hangul(character) + or is_katakana(character) + or is_hiragana(character) + or is_thai(character) + ): + self._buffer_glyph_count += 1 + return + if not self._buffer: + return + if ( + character.isspace() or is_punctuation(character) or is_separator(character) + ) and self._buffer: + self._word_count += 1 + buffer_length: int = len(self._buffer) + + self._character_count += buffer_length + + if buffer_length >= 4: + if self._buffer_accent_count / buffer_length >= 0.5: + self._is_current_word_bad = True + # Word/Buffer ending with an upper case accentuated letter are so rare, + # that we will consider them all as suspicious. Same weight as foreign_long suspicious. + elif ( + is_accentuated(self._buffer[-1]) + and self._buffer[-1].isupper() + and all(_.isupper() for _ in self._buffer) is False + ): + self._foreign_long_count += 1 + self._is_current_word_bad = True + elif self._buffer_glyph_count == 1: + self._is_current_word_bad = True + self._foreign_long_count += 1 + if buffer_length >= 24 and self._foreign_long_watch: + camel_case_dst = [ + i + for c, i in zip(self._buffer, range(0, buffer_length)) + if c.isupper() + ] + probable_camel_cased: bool = False + + if camel_case_dst and (len(camel_case_dst) / buffer_length <= 0.3): + probable_camel_cased = True + + if not probable_camel_cased: + self._foreign_long_count += 1 + self._is_current_word_bad = True + + if self._is_current_word_bad: + self._bad_word_count += 1 + self._bad_character_count += len(self._buffer) + self._is_current_word_bad = False + + self._foreign_long_watch = False + self._buffer = "" + self._buffer_accent_count = 0 + self._buffer_glyph_count = 0 + elif ( + character not in {"<", ">", "-", "=", "~", "|", "_"} + and character.isdigit() is False + and is_symbol(character) + ): + self._is_current_word_bad = True + self._buffer += character + + def reset(self) -> None: # Abstract + self._buffer = "" + self._is_current_word_bad = False + self._foreign_long_watch = False + self._bad_word_count = 0 + self._word_count = 0 + self._character_count = 0 + self._bad_character_count = 0 + self._foreign_long_count = 0 + + @property + def ratio(self) -> float: + if self._word_count <= 10 and self._foreign_long_count == 0: + return 0.0 + + return self._bad_character_count / self._character_count + + +class CjkInvalidStopPlugin(MessDetectorPlugin): + """ + GB(Chinese) based encoding often render the stop incorrectly when the content does not fit and + can be easily detected. Searching for the overuse of '丅' and '丄'. + """ + + def __init__(self) -> None: + self._wrong_stop_count: int = 0 + self._cjk_character_count: int = 0 + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + if character in {"丅", "丄"}: + self._wrong_stop_count += 1 + return + if is_cjk(character): + self._cjk_character_count += 1 + + def reset(self) -> None: # Abstract + self._wrong_stop_count = 0 + self._cjk_character_count = 0 + + @property + def ratio(self) -> float: + if self._cjk_character_count < 16: + return 0.0 + return self._wrong_stop_count / self._cjk_character_count + + +class ArchaicUpperLowerPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._buf: bool = False + + self._character_count_since_last_sep: int = 0 + + self._successive_upper_lower_count: int = 0 + self._successive_upper_lower_count_final: int = 0 + + self._character_count: int = 0 + + self._last_alpha_seen: str | None = None + self._current_ascii_only: bool = True + + def eligible(self, character: str) -> bool: + return True + + def feed(self, character: str) -> None: + is_concerned = character.isalpha() and is_case_variable(character) + chunk_sep = is_concerned is False + + if chunk_sep and self._character_count_since_last_sep > 0: + if ( + self._character_count_since_last_sep <= 64 + and character.isdigit() is False + and self._current_ascii_only is False + ): + self._successive_upper_lower_count_final += ( + self._successive_upper_lower_count + ) + + self._successive_upper_lower_count = 0 + self._character_count_since_last_sep = 0 + self._last_alpha_seen = None + self._buf = False + self._character_count += 1 + self._current_ascii_only = True + + return + + if self._current_ascii_only is True and character.isascii() is False: + self._current_ascii_only = False + + if self._last_alpha_seen is not None: + if (character.isupper() and self._last_alpha_seen.islower()) or ( + character.islower() and self._last_alpha_seen.isupper() + ): + if self._buf is True: + self._successive_upper_lower_count += 2 + self._buf = False + else: + self._buf = True + else: + self._buf = False + + self._character_count += 1 + self._character_count_since_last_sep += 1 + self._last_alpha_seen = character + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._character_count_since_last_sep = 0 + self._successive_upper_lower_count = 0 + self._successive_upper_lower_count_final = 0 + self._last_alpha_seen = None + self._buf = False + self._current_ascii_only = True + + @property + def ratio(self) -> float: + if self._character_count == 0: + return 0.0 + + return self._successive_upper_lower_count_final / self._character_count + + +class ArabicIsolatedFormPlugin(MessDetectorPlugin): + def __init__(self) -> None: + self._character_count: int = 0 + self._isolated_form_count: int = 0 + + def reset(self) -> None: # Abstract + self._character_count = 0 + self._isolated_form_count = 0 + + def eligible(self, character: str) -> bool: + return is_arabic(character) + + def feed(self, character: str) -> None: + self._character_count += 1 + + if is_arabic_isolated_form(character): + self._isolated_form_count += 1 + + @property + def ratio(self) -> float: + if self._character_count < 8: + return 0.0 + + isolated_form_usage: float = self._isolated_form_count / self._character_count + + return isolated_form_usage + + +@lru_cache(maxsize=1024) +def is_suspiciously_successive_range( + unicode_range_a: str | None, unicode_range_b: str | None +) -> bool: + """ + Determine if two Unicode range seen next to each other can be considered as suspicious. + """ + if unicode_range_a is None or unicode_range_b is None: + return True + + if unicode_range_a == unicode_range_b: + return False + + if "Latin" in unicode_range_a and "Latin" in unicode_range_b: + return False + + if "Emoticons" in unicode_range_a or "Emoticons" in unicode_range_b: + return False + + # Latin characters can be accompanied with a combining diacritical mark + # eg. Vietnamese. + if ("Latin" in unicode_range_a or "Latin" in unicode_range_b) and ( + "Combining" in unicode_range_a or "Combining" in unicode_range_b + ): + return False + + keywords_range_a, keywords_range_b = ( + unicode_range_a.split(" "), + unicode_range_b.split(" "), + ) + + for el in keywords_range_a: + if el in UNICODE_SECONDARY_RANGE_KEYWORD: + continue + if el in keywords_range_b: + return False + + # Japanese Exception + range_a_jp_chars, range_b_jp_chars = ( + unicode_range_a + in ( + "Hiragana", + "Katakana", + ), + unicode_range_b in ("Hiragana", "Katakana"), + ) + if (range_a_jp_chars or range_b_jp_chars) and ( + "CJK" in unicode_range_a or "CJK" in unicode_range_b + ): + return False + if range_a_jp_chars and range_b_jp_chars: + return False + + if "Hangul" in unicode_range_a or "Hangul" in unicode_range_b: + if "CJK" in unicode_range_a or "CJK" in unicode_range_b: + return False + if unicode_range_a == "Basic Latin" or unicode_range_b == "Basic Latin": + return False + + # Chinese/Japanese use dedicated range for punctuation and/or separators. + if ("CJK" in unicode_range_a or "CJK" in unicode_range_b) or ( + unicode_range_a in ["Katakana", "Hiragana"] + and unicode_range_b in ["Katakana", "Hiragana"] + ): + if "Punctuation" in unicode_range_a or "Punctuation" in unicode_range_b: + return False + if "Forms" in unicode_range_a or "Forms" in unicode_range_b: + return False + if unicode_range_a == "Basic Latin" or unicode_range_b == "Basic Latin": + return False + + return True + + +@lru_cache(maxsize=2048) +def mess_ratio( + decoded_sequence: str, maximum_threshold: float = 0.2, debug: bool = False +) -> float: + """ + Compute a mess ratio given a decoded bytes sequence. The maximum threshold does stop the computation earlier. + """ + + detectors: list[MessDetectorPlugin] = [ + md_class() for md_class in MessDetectorPlugin.__subclasses__() + ] + + length: int = len(decoded_sequence) + 1 + + mean_mess_ratio: float = 0.0 + + if length < 512: + intermediary_mean_mess_ratio_calc: int = 32 + elif length <= 1024: + intermediary_mean_mess_ratio_calc = 64 + else: + intermediary_mean_mess_ratio_calc = 128 + + for character, index in zip(decoded_sequence + "\n", range(length)): + for detector in detectors: + if detector.eligible(character): + detector.feed(character) + + if ( + index > 0 and index % intermediary_mean_mess_ratio_calc == 0 + ) or index == length - 1: + mean_mess_ratio = sum(dt.ratio for dt in detectors) + + if mean_mess_ratio >= maximum_threshold: + break + + if debug: + logger = getLogger("charset_normalizer") + + logger.log( + TRACE, + "Mess-detector extended-analysis start. " + f"intermediary_mean_mess_ratio_calc={intermediary_mean_mess_ratio_calc} mean_mess_ratio={mean_mess_ratio} " + f"maximum_threshold={maximum_threshold}", + ) + + if len(decoded_sequence) > 16: + logger.log(TRACE, f"Starting with: {decoded_sequence[:16]}") + logger.log(TRACE, f"Ending with: {decoded_sequence[-16::]}") + + for dt in detectors: + logger.log(TRACE, f"{dt.__class__}: {dt.ratio}") + + return round(mean_mess_ratio, 3) diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so b/llmlab/lib/python3.12/site-packages/charset_normalizer/md__mypyc.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..245cc20c7ab97dfa4d6ffbf7f194c79d4b2599ca GIT binary patch literal 280904 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 z

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%0DZ|cG0)uW)2eG${d2%a(-zaulE|MnrD;k z>p6WblkM7mX753zPfMo%taRICIRrpG9KaWZ{@(s+yj{&c0+Lyar1 z;IFH)9ybCryhD|U)%%{UtU~v_urJSZzsc1z{raeJ@x)%sTs^ANvM|-d*xJm<=X#4>N87?TwxE7-?f)us6{2)io(g6{yhQn9i>?R1-IEPsrE3GS=9WVZ!k z=zcoR?YDxohYzOltzy-*q0xB$3)QwuysFFVT_|)!h*sw;^0Pyf|BCQ+=Twx*GZFoO zT#tJJ;~qt^UmCR6{I~c>BZ`!_K`YkQB9+bcGtl}^NZb2-UxZc@%3X3^PFBr5a6S8L zjY6{sUuIJl%_(&T{yGY-p9)`X#@ zV~3F%IPj9v!DEGm#Konf#+Hm4KRKg)zr)+}jzHsb!2E1$B*-m^fi#&hSYS#^nq%bqFj&d5wVT+u@Uj zjf0Q8X&sKsnU*ttf^g188>Odz+vN2+A!Ht$@Gb6FQc#h={2lm zaK@>_#t)k`YKZ+F*n851k_kg5jJ1@5{r}i|8~C`YYH#>tlD2859R?^gLeT+A8>G}} zo2H>uoHQRz`WgB~fWpi)GiioSk})%BQz#g1i2+jx2qi+*s8|D5%)Qo{dvDdKy)};( zjaqx7a($xKK2hp5a%+iNGVg!wz4m;ZIVT@L?(coyr}HEH=lu8DYwx}G+TVLl-TsD% zzlLf!ta-OpX!$D&q^!HPF0kFb%^Mbq-R^L(HbO~+>rv<1y%B%N8xG?sgz8ydU*p{t z^gAN8@Rx8X=-qvXwp_aO9a^1#J4|1YwP!{U%#x{9}c_gyl69&D~gFHIK11dd)}rk zlVazDb1f$afU2LXQ6CK_NJT2V!?HjJ9~*Z4HydngLEX|19b^;?0aT1Ra& ztks8nur&lDK7XaRJ{Zv+s14K@7fs8r^KJ`Nl!j}Ah~q1U+mr?Cw?iD&=Z}OVV1?75 z0%8vVmUdS{++9&y55woz!E}L&%^_6on%Z6dI;Cb?eWm6O*H=`)9D$vFcRfkC(JSEp zGO9a>PR8vGhN`?s(~qPp;4tt|w>Ml72)Ju&&>0mxu%omF#SZv3MruP!`L4R!n(gi| z7^SP?fgNtDM9~Q_xsg2XE`OlTcNh8#6?dE0=cb-m#YAEJf$cTO8dP%50^wL*gec-@ zRO-0kE^PggNELD*gSPM1z;BGfdB8y~5Z7sZ^5Tjp3q&DU$vWE)SZ>xYJ z>Nohq_3j{V!x+JXLG~U;7`=X=GT`?)BD(?=eq8t#9~1dG7^|r29D7*MRBn8FUE|D$ z%dsmEsiILVROheo`_TJ3_BgyXKF1uHv9***H86`|jC*TG_D#N<9g!+;P0SW-fx55= zljXgneV9gw zPZ-@JN-?S+&0+%E>LY%~JblxjM+4_PlfGo0qaG80%0LbJNctq|k*!HaH)`&QaTDX| zT$Z{Yr6j2>ju>Cp^z;e}F$W7&pmE7&CRA`Kk4Gt)H*`7;Q)0j-eAmo;8Qv|sDf$( zQGFV*c+~+6IdJJZjMsrWl%9S6RvJ-aDLLldw0Ry?fq6Vt8X@Y)MjntAE)D8UH8nIH zM@)$*u>&($ntnL4DUq8+D_13mwb*$#ZJbBOMY9gbAx>p9p2tMh>@FkZ*Q}i3v6nME z@9mZo{f1dNH@~fN!hbPMtaSuoXfa_#H-nW0k&Zxa4$b>?>yA1sWUx4@CG(2~gfQ8N zdKNDtJ?7~w%+-aXuEUsO2Pqc`8LH3I%66lBr@Ay(SKxqWKInHxC}V0mDVAssw3cPD z2|o>XP=uKmrknHOTzO8c#4uT)9*|~rSo~m$h&diPkT4QvFVu%)EyVed<0a%1*Ggy% z35%uq4s^#Lcxa6;Ua0A+kXV}tDNQRV+wCr(=~fXfA<=~e(OHSX6vL2QMqW>%iT%65R8{t)X7k=r`eof5 zZ(O<(^JSt3bm|;hpQS`S36sH;iM1O;r8lUuIJ)Yw>K(gAS#gPab>()Wf3EP$SwPqy z8lUDQy{XfFsmy5IpfhNq9{qx1%t~~AmpZ$bnns(O=>3=VBrYAstSGTu2J4fzrAJqP zW7eTB7ka4p8cHl<#;!_VuJ|HuY&sI-k2kKq947WKojdB|hhs~=#5Jn752Pb7DQIBCc z#-t^Ad>Tp5Sm*eO`AS@nClzh1%HW`h`cl^XZ$l~O=PCP`wA>Xt!5G2O7hqkF-3ywj zV+la}d^C`ouLD_KVn$Q9jOM9D4z{R${va)XsP&CguULr1_oj@Ljw_$&(2aD6d>Ic8 z28C6tU0%iM3OH}fdXjo!v6E$#x3TLp*e)|tC~5)qpxf_)Ysm>$!3>nzReac znugXFpH2j^(-zT54kg;H}u<$d*Tb z7(K8=oiC5Y9^@^V2=)r9v8z2wtl0jI+6$|u^C7uibJGU7B?ipCX(LP4*Mzagf(%lv zg;UTNMq^cW_-3)_9H+z;jZrZTG zu{n%`QEU_AIMw5dg@$W!#w+Z2vxkoUaBPOt$hZJVR0;hD+tF@*?9>)NQi!F`q1bPe z*+z0GXKd9i^ppHNZ+Lf21aJ#)YgsOA9sfw#=RaFQBh)PV+ zQ{l%}Aa);cJS=;AvG*9)gH7rP&Winfu3C-rYq5I(i5eU{y4^64RBx6)%8(c53UX^8 z7SA+?kl2M%xZPqih1{C*hfSS2Y|>-5S(U?3uBNu;)>wkrI3b6Kd4P<`<&?RmNeS8o zhV1$Vo zwmg&SgnWxBj$uB>pib47JibaeB{o!Ou)==F^^~|vld5d&{+WE_Z`3A*-OQ${hUFcD z0aZQgrksZA;xo9E`I|guH_P>S{GR*Kgu4euS`++d?0!E6bBwRP#-LEyceJI6p}{9w zfAWq@s`sMaOqKv+$!^L9x6h%ttW07T{ zCt((o2??>IfheL5XUIE@91Sck&sF$mB;87bp6QfaRiMth-CN^@6t1;-1Ji*xnZaZR zGwQTE()Oge(>|E?NZRtWThq^U?Ze-r(rTJE$qv~H-2QX#^wtIF#uDY3u5baxg)b@@ zG~vS8tk^eq(!_>zO`f!d?lMg+;*y7_7SvX66Sq^+9Pit_uC!o%VUc@dQNj9kh4~xq zc5ldEx3b8+y6En^)^8}xEa3uZT4v^I+^gJy!lW0hT0OZ0cdF`x))n4xpu!f z_`xf&u+?2T{9t;pcKc-;Ni*%B(yDBkL&Tplqo_vQE|T0-w_G~9-IisJNm$#|_%hXP zVQYL%7@p>KSJq<{MECy0Cu3@`u3p}>oGNYsWah$BnQYD>aLlXciH1t;`o}HW|^tKSV!5o z+T^C1rdb@L4J=nAwn&u>%5650xWb*#T&4WwDT@`&a(UtuK$PYxnRDHKB^$`{zW4;g zaKOF+`qU0-qH3`_6w9`jkzya(b-gUET+Ak|3701?6ZaqEvox8Z^edCEN{SN9M0-!U zQ>hb_cPc3#2FI3D_&Oy5#r4XhYn4|jGGS_?rO!0l5Wn25U-iy(8?0N&e`gvkq%$a~ z_vyV$Hy#T^SguPncFL%F@1T}8108_FYoy#+}zDF zTYXGHS3{Rnro}raS+Ap&d2C*$X>o@#^j2-ORwr|F>Ho?Cc>jYo1%G%kk%qTNX|wTn z9sb^nzxUzKfj^R=v$Y%Wr~ga_k%qqlMjF)Uc`5$V@iz&7dH9=;zsvDw#ot`~(WSB* z@rO5^XjAcr7l~+ixr~MvplCDjM|$z{AuSVscu9^n9e?;yz0g7W`T8inC4VxU+G1^? zb5V}A$eDwLCt;5=!MBWdxF=KR^1u$7XW*7B4fpuAgJ%KB+GW{@qdd?Dzssl3N90rN z|BbP4^u@KcTRsndTcV2hXO1_h@Ix}(N#?|-pPw~XrTCoY=l+7l;`1|p?q&Jj?>+x1 z`uwjCrCpnTdkYNNiHr{X>aA!8zUSe!436tHZ4h`7#?SxrThWF&nwCBIRsf7cXDv1LgrUFT5391FQn>1GWL%fE~cYz%F1num^YwI0PI3X1|H@ z02_dII9W4r4zLTD2kZf^0S*8?z=k2{2Mz%{=ov3TJW0>ML3+m9=Vo4kXJ8(%`5!1Z zF!SPD(MDjNHXJ=k&uPQa`Bx$w7zFkK_W`rCPa0vJs zFbgjr8w8dBGtja10OtU+@#42aU=`2@%*2c94gx!Xr+{5}5g&DeS$G|{1DJ`|lCJ?) z0fWFcU?Z>#co5hJ>;h)u&Aumr4ZuNq#+#0(qa$qw&H-l8+bw}@Kp!v@Z^GUK%m%gs zyMRZ4C3uH$FFgYXfPKJ=#N*w{S?@zWfb)Spz!G4d3;KW^z((K@upL;Ek9-jiJOvy8 zo&#pCfIS>Y7dRW(TmX9j+lpa#U}g#Yg`U^IAJJb70fWGXwa^D_1NH*DfCIojAPo)! zz?r}yU^cLM9pce5@I_$5diW7N15Z(S8R`{SbtlS!{-_UF1Hy{e%Qp{4 zTYwF~c3>Z{3z)qH`2cnR2Z334A>K{U2h0X`0bRg`aiNUC9 z>u|IIH~{PcX5WYQK|GKKs=WJA|G-Q){1I3V><3l>&jTBPnc0XBbOH0cs8?VEumji( zJO<3%26Fcas4dBEAgK429+R}4p=p=V$>u*47ldq477iFyTQZ%6vTE?^(9qzd(T z3-krhj(`Ke7lB<5ARXd&pgu70RsrV&+kh@0{rl7*;1IAKI8crH0QS`&U$-JWgm+8< z%YkLU4&Xju_J^S#SOq)=8~|P;mqg=Ur&uz;fU*UTdcbC2 z7qAcb8Zi4o)aOE^3!DS&0hR!>9)h0&tAMS*F5nSh<{sD?SPr}h>;O6zA$?#Wu;gLX z8?X)70vrH#0`ne$J%P=@Az&YH_F|;}5!fHt0}KJn8(|ON0Pq~J-7OB~QZMzyaV9U~?XD|){+kj_)dC#IgZ-ZW739#z`{03O^9O@r90PF%bx1k<@ z4bKlpJH?_baGBV8d6@?t$fj(P_60M7u2fJ4CS6X+N7k!}y{1}p(afE~T42YUV~(p!P}Ko_w2 zXRtr81K0}8JOw`m4)j4Eu<93Rrxeo8dz17>GNqaDD$snO^eVAix~G@}&t zZH-18k$LrJ90Na2;V8<1Z16Ey$bcw$TFYj6n zxvQhm2(Te58a)Nfdk^%if&8_|53p)BUZ@Q0niq}Q*Fr8k8eI`gqG8?rI zU32^U7tgtYqT2C?CZ(1A_N{0-5%>^?nO zZo}VJaL)p@6*hZ|rO=kulwN3a?9H&$O|xaKwAokKGFMykZCUx^t4y~S;>Qv1W{QUo z={keIesC~Zimry3sv>JaT$PA78+OS2-T32eLOdtp)f=Q|*$_)GDesie7Q|~9XS_Vb zJC1nWh-U?+*y@+D^a`v6_%4mL$_i1cC)z}L=1kmP#L>I#I}IQcN+<5Xu`sv?>cn$G{FXEZF>2Tm7 za5j9W4{;7~=XG2TxIu7}g_M*l0e24E4GG*Z*9|TL?mE`z0GN~!Hw%BI;eS6c7E|BI~}$qYf}9AqAh%jApD z1ew_xXs`cgWEmG^UK~Zn2N`W(WIfH0**c2MVaRkrCZSv#k>|q1a`i%H&L7Ov!f>jc zhfE`6ZUJf=Z1yKDD{NU$q_40!_GhfHWw%Vqw>g_87uxdnPARsPSt_U5^1$TVvLOLU zcrkjOBCEC)(Or`?&G)CbqCduW^6w`|*M8E~l7Sdaq-*cwz%*NSaYEz*>%(9Q5}17J zeL9(ZE2ef@JM^D|{)btAiv=BCQ~FAqcb?%hGYZ;AZN$GvMqxZV23TaDZ6;rcXh8)o~7R8428MNaujlz+uWG#<42l zgj-=*M1_jORd^?9(tG zz<%`2@v=|?jROIcvGtg*GF<=fiR zHULS~@*KXb2eFZf^nx^eD`Al$h#*Po-`7m1er-5YQ zV=ddh+mh}x&R3~5{RxY$$Fk1W3p4j%knOfu4&%#e5cdG{L8L#Gp1_a@`Y$AV262-AgpA{` zVC{-Nmew&P)Mt|3W02{AOr4amhoxGfw+~_S-#Z))P#D^V9i1~MZ4m$42mWf}@p0fU z<8n=F1s6+;Rzj=aA^EMsw6ye)6{O~8N7#hq_-3CXaJ))B?vo-u%#4+ zzJuZr?*V@vyciQ;w{^@nfWN5Y$*)?$XWW4DQadU^YsJzDE7v{vf1y<@V@s^mM!F!k z{KnyEIxR3n|50jlT3&(Up>2qjF7~V7D%2O8fvjUL&VIOU?zLFS_nd{1b_XA zw-51la=gTGLaa|$*__yt%3hnWyjWxPB`;19m+Epp{?`Rv4$_6XyqD{;5PY`*Pj>`* zz>B>J_zR}-qI?nX^l#!}iYh)-=4Nmw!C_e{J}&(KAjcPNE?#D6YRaIQJr{b7bye*9 zD%uZ3)?f>1w|?lDIe%ELH}pD6V)06?*xgj|5Jk(n3iBDn6YK7EqFWL+aDqPqUf2_J zCHofHUzLELeJjo-DEClAE0=+W9t-9T zb`%+%BK1-9(dEIj7v(1(bKvhgNc(yqeTbvWUB{tQjCXjXx}OQI7u*I4|FF$|A96rE z-7U#lI2k;rF@S=YZ<2QU`FZRZr78g8P&Swg&ZhXgJg#NII zcF6cUc7CZ2hM?mdbnL@-@{Pp(^$3Ka7Op1qHwT6-!`+p9lJ&`aQ2)3bd^7k(X;R02 z+WTUEM&CmI?6f=;^IqxCE5$}vqKB^_f8L6}7U*lp8IFE`Bz@TSN@^bkWauPDl$IE* z++~_5Gv)Uj^bagyKf}H#_o0w%qIJODNyRqjhoKBRb+P7Gg65Qsl|qcjrzM{BljWHB zX65o66k{H>bEX=HccO~y4lFhoI>kM?A7+KeD=t^wdE3BBKC2dI-q328@u-5^d4m6BSOL;CJ z`~>SaaSnq~gAZX!tm}k#QKw67Y7^pw5C>Cm@gc4XTo4?lp5l{(|L*};1+In|p&M2f zdz*L0JaCm2GbHYrX|9n6(Ibf0j(BU5{Y2Cw`yINp*HOSkH(M#@4TFe#ByTv1W9oRC zVqHL^s2l;vAt}$Zuf_NU+36&U59Qej?l`!5B9Q0(7z5z*B5m4{l^WKGqZR~&vUC@(Zw#{3 z7d1e3`3Hxi=t|;#$mg5XZDJ#g`Y+iHqZ7g-8lHSyVcjHbCZ8}*fr=jJJN7Q>%fbSF z`5o_0{$Osc3i^&gpPR~ydb42eg(04n17d7#M)*a9uch!iZH_SaCGFsIJ~SM?iFkbG zG|V}vj=f{5J&Cdw7?J588@Ya)l5=4)Ms=ePDVkz zAEmU9gVVr?c|ttDXnmNgaXT-vqMwqTlNh6h5N9^xJcOt;XW4=3$QN^#bz)AE3UFf7VBneI_!8X$9S6q$pN$toE+Ki!Zi97W~~WJ06JWWp&9jv_N3GCiZn zltJeFC^8YqI7&w@R~uy3j3RRkG7Y21^h4&wQDidapnn`iCL1yrN0C_rne0^~mn#IB zO{2&>1DVEAWayst;ZbB>gG}EjG8zV!jMXFOc@AWpqsWv%X6q<2LC7?ZBGU?)BO}O& z@eeZnkP&k=++X1HGxP(v8^u#+teVBTiu%zrkS|-q`>#p;2IMiAQ5OOEB3jzVz9Sy> z_l~*nAH;nU-;>9}g#Lb|wHz_A*2Hvob-cf){>Fp&=MmpS@zJkVphuw%3fU-kXL0y@v4L;5(JA$#OSri!B9v0nOX6^(&1`x(XrNzQJ6Vj}&g?HEK*3 zc6Ufcp%n-3^rcATs}-^@LiRyQSC=nJs}tcFn|QBY=(5mu3$D+|I|983k03lDK5e&% zGXsi0i11Sg{}AbiyU@IcHvcm5Na6OIQC|pumcpfe%q1Zbv1PhIIT0S&%yUn%hY;WM zpp$amaVVl)4*rgHh+3D)aXbPY{m}78N&{PnEjTj}a|$PIaPz!rr4>7Y{2kK^+U|t= zpn(;MIc*nov}_rUo+ceJo1z&?Q(B7f4K)=j_WeR_(oFE`~BzKP5gj#Ta-bTmW9J1KW3bmZJU_Hy?_{tV=e%1!e-?G}tj z_wXE3*b(ztS|dBDO9LT1lR71Sz&Rn=D-ZEn?lt$La)cj7xS2g05I%qF+qWl;1IM7F z89K)51Lq*0cb~B>s7%wLv;*O0d8Xg$WZ(bx^Xx$y^!uKD(D5hg&*1w{(!Ji4yLWu1 z;-L;FFZJ%-Dy!v91Yo-k9bV$4yj7xY&~Jw9p0V2{<5tX9A#da(WS2PzcY4k3Qi$+Q zguj!v(F`5ax4pBraS}SZpku85K);cysxUA2Y%EUbH(zG{upHs#KKup;HcIIeLa{!f z#H>$1HEE5|aSA%dn&(c)@ADhy8C|>9i}3RZ-$4GA)ShWOT()Q0N2Gea2wD2=n%P)D zzx^sfxM}$j-h=SBTkoR$&@rcK9OZ}nDaaf7swh9g3j@Q^(vt(SvZ)@*}*Y=Iz%%<)INeUW5*#`Yc0uJHlty;!X~gM>lt;U9ZQnM}!^} z1rwt$ZG6R_3uq1zf24Z@ zJz+j8?qaQ!cd?wM$;Z)RU%UhH&LQ5aD`dPU>8#0k+$hAMV2k1HHmnI8h<+Zr2KNp} ze~s@n2edqlnb1nwM8`Z5)N=e~Eyno0kMC)~?mSK*pZhb`(|tNzH)xu?%GQ}tpE3&B z5x*SqUqk$x@SQ$0@fQR)1nznwkS^^$t-;rQ;O&p%Y`}sCq?LG%Cic5&Gq6>+-@Vdm z`H_yIbrq$33i^7R;%DiU#sIjJ;O?f0t|*VresHFy$vo~hrlsGSVQ4{NA0JfYp)y~4 zVmNw${W9^sVfL z(Z^%{yf?iVrvg7iBgZruleS`Osci5#8^#{(Oo-BNQ8S;yZ%gqV_P5hrF8*v4@_IZP5m{bd7G%)vo!+1G}nzl_;rgtp_cVCG|xxfNDavH_2a zM_9lb1e91ENV^?rANe}&AmO|88M+F!!up8#zr5#h95Rlh@L$T`#^nBk&qHxFD*3pq zn2xbaV24Rf87=AiE%YlFDm=y#SPYI>Y{jN>(g~Z`8$c7%=>0YJEoF_%7^Ea33b(VVjfA;HbXmfG;~X9DSX5Bp2In#GzZPVz5Vn3~?vPi42OS5$_4akZJ+#@kqy2w- zIQm6{e28|n(&oafI_Zd+`V8`Q`hEYoZsU0n>25&y^zYyv0qMpbZsM4)bX%}Fm82Xy zx}^IE;+B2aT=yx2hYoX%dN6k%DeWKV z>bS&;@gpfWxS>jyDH1bSDDJWxgZ`2qj4dw%kbMoZ;`b+LDTa3VzAi5XMtS+DVO~lw zp+9(X^t^armk4B?uj0=5NOnQblH~ia!bx4q_{j}cnMsDB;X%|>AJSO<1_yi$y)|L;CH%96hfz@22-{ z@w_`^dDSr4B5V3m1(q?%|tW&H{zHOW*{2uCuhEeB zsB2h|@>-q`SNiYK^GbcxKFIb%b^vF!hW;0~-zr;wTDsqO`YYU*(mn-!jkBVo_EEDT ztF6G;kN1B3kiKuVId|GJw_xNKOJVA(9SA>;@GTUM4{PS{)=}+qfbyd z#TRpU#i2XXeS z9$%b`h*Pp=d~uvB(Z8%6UmPFe^p7(Ry(jAMy78rR5^);Vk1q~waut@1FHR2P*zX)) zoGQe5ZJcoqB2LGK@uky?IFXIxi$m|$a%~!W93T3`Jj9v4IT}4WMfRg3?0@2xVtTX1 za3Z$Knts7JM6Ea4k&bUG-dlxa;_D6kqJTQ}QY(Hff^`RivhjBkvO|!4DM=PRI?1fF z){8hSI|SK1_l-?<&MHK@e{8a4kli;%**%cWbdODM2V`5uD0>RBcF)-KYOAr|Fh<$= zkj?Uru9x<=${~9YvOl7_z^tc*-s6FdXv@dw2RgKGgCTaKm}ZH)uFa5NzAYNPFI~xF z6mFv5_wCKV1r{EVvEspP8G68dEwM*VdkM!8*W-^ySMZ#t#e#h+j*Igkj*E>(tThwk zQr0egE?MA`1uj|Ok_9eV;F1L{S>Tcd{_nIv*%?`GJ7fQLnuwZzzVkhc2>dDI8AcW3 z@BBRNxRg`8Lf?0i`Ag5^vxoD)rThoJn~ci7y?>Cr{f`pM8C@K&ouB&|vtO5TA;vDo zen#gx4rlCQ9Ab3+NrpEwb}D){=-v zs?#R1ye2M{%6~72s8-I%G!F0J{8{-qi!s*f=tZ&kuv*Q-8Jo#+wCzBjSrW98f0ADm zZx@I7@qFgFWcXB;SLqE$W&Zm^G64T(kSLF`;~+nG1ZDW&`1zle0PDL1mn?9}0{{0| zp!tDVPnA^YT<&L!8MiQ2GVWw-Vm!cji18@n3C7cmXBjUrPX38Z_G-qtjJb@(j9VBh z8Fw-^F&9&p3U?xs17t#f)1RD;ak(HZdMxJj8gE@dV>(#2BPJi&OH@hsy7 z#>v0n^cm+e<}wyDZegrs+{xI)c!2Q`<59*FjHemTGG1Vu{7X)saV}#nV=?0v#!AMW zj7^LO7!NTXWjw)nn(-{-1;)w0;`ABkGUhTCGj3t5WZcQv#CU-55aUtC6O5-B&oW+M zoctQ6&p4Mcm$8^}3u7hYPR1t21B{0lk20QMJk5BP@dD%I|K#);=Q8Fp7Bg;PtYqBD z*u;2%@et!t#uJRE8P76aV4VDGPM>iuV=iMc;}*tB#+{5!j0YGGF&F+uvT;e991Uo0j$cxUwWtlu?3`OjwkWfP=-G3&3IAp0o$H%yRzmH);G(y!{* zGeP!O^&6TX{mTBW6J#G{|F#Lzuk7DALH1GhZ=E3h%KjY_WFKY!&I!`5?B6~?_EGll zoFM(m{@oK~A7%fZ3DU3Z-#tP0QTFehApOezeG_CKW&i#O(y#2_KSB0U_8*)e{mTA> z6J#G{|Dg%euk5b{CT9Mr>~EhS{mTBCZ%oYmQ`z4>LHd>b9TQ|9Wq;=c=~wo5Optw) z{j(=Xzp}q;g6yO0Up7JdmHqQ3$Ue&ct_jkw?C+T%`zZT|-X;CZcs-}q|1RBgvF>@b z?srpYB;Nuh&=c4(0Xn_0Ls0{k6L12X)W-)&5xbS3bgeRD5OM{zLC)x5PNz(#v^~QthEDL^ ze$@Go;}0@{Q2N;N_2~JeT_=)v&M2+tk0?BK4UDW{JUTI?c>IBS=C4Q zQRhEp|3@a^5&sb7=!x~~{HO7m@%c}?&VM}5{Lk3oX|9L%TA7~x8DqbAg5}DT+_T1V zpJ6#o$?Z3m`)5`E+)f*J8JG9_EZ53%4ih=m4|mpZIi565_g5-iCHK6s+#t)@FUY!Y zG#Ph>l$_GnY^-m_3CVY>_Sa@Cr`q4(bH?@<-4l}~%(Pt3`Ee$TYpzLVF?53O_M@)- z^`4apG`=;qgt}kWwYN6i^C)Usb?vWP{A2ebVkQ%fOkt==Rd9NKaMf(FL}O_ z>@Tj*CO?msO^?oh9OC7=qs4mX;mR)@b?iR}jQ!#;*H^FdpHCXgDgSA0HmmvZ<=IS& zlgB@oPM!V#CH~XRzh86=>oREa=z1mDUm8D`{A>~}Mt5?0iU>8DSx!m3JNRw(3wxOT z=LuuK_$kYED?dAEET{Z2q~u;Omg{GI8n>Iq-NxnpE6aIQdp41a`E7=AdT-ZS#<{{f zd%iEz$7C9F!bS_-%bYySv z`y3_S2nXD{aN*4=mNBMdk1{X0*$BaOyyZl_KP53{x|SY$Z%Q(c(d%DZ%uBrFgBt?0x7UtDDTJeS8 z)3jNdt4lHtJk#fX{E;5DpQGgWF|YQOo+V*?UcsM8m-jc6>(liY;?+LpT_lVTT@N5$ z?T;&d9`owlre2C`Wz4JdM8yY`JfHJh@l2nOGwGq28}75`i2)qN9{A7oPG zQ{B`0x>T=S&wT$MB%$=IU|!w(QG6Zq>b{`TPsj9R2ko5Ha~r7NH{ojz5FJYdR z^~5*o`2WMaL&u}b5c1tell9DF-lOC1V7~q9$@2Fw@6z$)#v-3blI1^zM=FP5G?&DU-NdI{v-PtMfu7U%Jzy1#j|RHucQSNBX+ep;DV_cNBUe23D{=jMv0XP5M&)wMkb0`Q;gvA2#^o-lM!N@mns&9;{Boi#(YS}e}{RGj{h<9Wjg*pnRn^ZxW!}#BuM~eT^Bx`l81w3$n3De*^XlH3;`^Cb_udpg74IRW@~V4tieJFIx~HS~ zjm)ciK8k;wd3CQs@!w`%-OEt?Uzu0u;EJC;gYD1fn~E=DUY&a?zMgq?ZmRe%Ft5(9 z6#on6)%lm=r`u$@>ikUch0Lq_%O3W(2=nUxb35~&Q}TSzPRV~)$uqC|rQa!ezTc$e z?U=|4Kh*JeFt6@IsdTq1dA_Hj_|Gx#;PW=6|38&H^GbdeIy&mFT-@$TH2Jxn`Tl0v zt`&a^^Nl)w33$qXE1&16<=F-yKSOi!@3heEh|gA*SLdZKGXGK5-~I9AbU(qorsJPw z{aHHwpJn~(JpUQie~k6Gnv(UOV7~FuWWJa6sB?8yuKyPDa4ucCZ?U|(hoaKG@^WeC z?tRJnuVY@*@$&>fLmS}pc4fDP;K|PFo|V$Snf18#ChK=I-}td)KEV2Wb^61sU)>{A z`ajNkx<8t%=PBkj9sdIB@6zf2BI{T8gpYB(e2ewC8k6<+FyHu*Wd5hDN8LA7_3{@X zKSOKRrTY(-SNGdhxn^F$_3}uv{`WGk>G*8$WPf$fT&25G$j{K4b?M&8^6Gad%FnA= zzw6=Tbaye|xF?zaDC<$bn^5U~LCDY0Lb`On!t(0(QmVW^VEx?>CF?)Myhq3Xn)RsP zEva!DKztm~YpO<5|qN>iD^e=W}Z`AMyF1((`$#zn$le+nDd?dp?SPR>|}I zF~xT??|C6v&l#nM@7pT*t7pn`c@8AY=P}>Uzpqg8ZsyxtljWP3Z`_~EcQWt#L^A&? z<~w!v830fI*8Qe5z=zpBZ!xd#!K!+hb(NG?_sA5#n0a+?QStXNKWLE?>Upexmy*wr zypsPscp5J}y8h}g^P0|ojxyh`>sPy#9$owTfs)tx|0yM}>;HeP>@w`u^#=A*ZOM9x{r<`Z|I2HeKX&=SkuXw&sulN?l^F2Yue_iqX`zyu&R`L9M zLdDO-l9l`c|Dce_iQ;cpJpXP%@l}fF`$39tS3LjTK=D6NJm05Pyq3l3K9!vA0>wX_ z%x_dY-&a$5_9~u#uc7!3#q;ko6#o;&^Zhu*M-|Wa&J~~g9?mEKPC@Y%is$>kif>aq z|DHneClt^3pcH>m@w_lq{0FY#bouvtir=Al{vDp;zpQxv9iQTV51!hWLpQ(rGxP1b zdCT9FysmwvUn}*r>*fP9n0M&f%Pb|Y8-K4?^1AkNi;~xkUrUs{uKj*U$?L|862Z^X zdU-!BgWK2LEZ@!R%_`89E)!DDc%lKrrQ^*1u_ zU>itIRj(_i8=Ke}&er({mm3ojQIV z>*?0%S;%~kj=!DtbnEmKG2g4>*R!5Jou0dy@7M7atfyb6r<(ae9lwk94C?fJl=&eY z{|VNk-hZR~>RIO1dutT`S=OW8H>29cOU$eH#3=r2tVg}yMd|q_^Xk1UivK?AQSVbx zdVa#ZdJl@?f5m##`%9Fb-!re?JEHhMvmW)n5T)mD%&Yf&C_Wtr2Wi?BntDHn(ldj3 z^F3}7DESV>^Y1j2{CAapHQ#3azh++D%UAMI=GFcDc9y^4eX?BY9=4KS&AhsgoyFzd z$-KJv+Rb{NQhK0zE{Wphkdw=6z$75}_*z%%)7Qo9>)aY6EV@#%JLre zH90z z_es$HVIqI|T=sKrM>tjxpBtI)y+30P59~9K%;iycu?l^DlYGJ;El?)kmY+_Qm~xMb%%-k zI+k~SQp!Kd@<9{%CYE=dlk&fm)u6p(B7f9`f0gyL`=y>;obG=x-^z}o+T-t;ADkoQ z|HAT_*~WI537+g$#{B@M!QwN=ME(wzAACI74)-%3njs6ijm!H{6Fsdg@5q&Uuq`Y; zpEZ&HD$5UY|JlXz-v&?pyhqp1518orTfVU!(rz~9uLLjp+ch$u`#9Zf#dCYCVLp#} z4|gz6Fkhep#+o z?ysI?J(n}zn=i}jVE%gWM)}M&;a3YisrN1K6g(?U0KeeTep_X_sy}Z6PxafNtKU~x zzV}V3WHRgeIe4Rdo)dbm&>92jLQ=`RX(B)M7H${WGCwe*_*}z$=T=#dYFxXS`PTa- zf3=LJ-40%*#VQ1>GvO;t_(x3m7VzYst^XnuRP*Q0GH)0EIK8G#<;1@t_{5yZ@831i z|8o=mFD882e9BMi=PK|G`XS~+8zg^%`L!l`Hkj}}*3--D9i@M_ ziF}g@|C|Zm0iOJ`S?8a}z*D_+^L$?Q1Fte~=kc_d%QYbQRJ#qceE+@DuYSlPSKKP~ z58f*6a}D!1fH$)9VkOV*TJ`h!%sZLi$$H9|Z{>kh_0M-RZ|8P_ZF%vj25*$^Cs9Bn z{$bYBxmo6aI_r6g`Lg>Y|0?tC%y;t!52nrH)5&~qvy@l;#?P4V&yoCUmhV@3{w#?H znb#Ibd-i&yooC5t+EvWE7D!?n%g<%r&OD~6;IWUK46^xS>P!@_E)6cUSd1k!F>D6$$XG`*K(QQ z{tOvmx02^}ifOR;>}S58=Q$5Ce+ayhJ-=bX|HOp~NJspfm{bsDFe zYr>bB@LR!?-O6s2_EGD{$4ul8u)Ow&%#ZThF6JB0NW-A|#OJ3bdVb6DF0S`{mLC#4 zKP15Pg`Cg%GTlFN*kbVZ1UdD!kmWmk{`6ctAyJUjTv7SFLKgboO=0!6WbGdZ$rKQX} z+oT@Vf8NJ@>wimL_0JLTM)`ca#F+mW>*?kE*f^hGVcxMx>gVaT_HWEP3nkym^1m{% z&q>IWojY}Qev|bKdSyNCX9t>!jRm9pUuVM4H{tV4_!1Mo96b3|>l?CM^SNBxnQvb# z`Fogu$VAVlO!z}4{MT83*^N^FH(38qP2_*e@*ds~{2GA?>STZY4-^}(US6e zh~>+8UA&$}9tCe?x6iP=9j7q#sh7pmUNw;)Fya5fdYs&kHFLU?m&$TAE|H2o%wNfT z|8dD5;B*&&H_GQS6MhZraScfY>_*!CCi1l`-`OSQf6e(hz`ULJ50#&EG4Huo$~Uq6 z519|;CXWjPN}l&;Ze#f=dD0Gpybqx4GmH6t`au~!ce4EZnRoszxm?S^8`)=-((|TN zp!)d_o5(ks@cT{p&w!_XwOjcu&(mH4Pk!s*dAN`Bf6PSBk64dW>0$ZTP2|&HK+^Ad zO4@;k4edteLw}PBUY5aHF7w))ieFNu`J9 zEw`}zufZGD%LNmD$}(g5StfiAcwy)JWjWqHR(rM&Xn_biw7<D6@IS;XXzlr`gSiX_% zc6X+XFy#(eUeCYEbop3Ob1>h#O!B-8);_>|=WJ=1f+wlDt}vKgzsQx1Rcv z(!={0k8}RN!F>PoGF@)o+OL>zJt29XR%(AxdU#x0z%zr=k!4|n0LG? z`A0PQnUpW>)64hXr?LD^;EnV^1Ptxy->9d-7 z*ZZZO=OwK@zW7*CHuEm-uhe*S zih28Ar5@hC)XpkB+}_o^_bN>MsD2&kGM~I$(H_Y+uE!$C8`bYt*3)^FOt*c8%;;|B z?d<=%IRBq!zV&q}|7GUCZleD?EFU^3<<T$F-QSt;e_}m@LsG#x981r_>lRZ5=k5c{TbU zmq`0KxuN`tBP|4Pq-TW*e=qB?^M3e!tS4+D{}{^;^7`7%^3O5v*v9qF{7WW!jtY4e zN`N1*p4Jzo9yNb{gLw}d0FUBxS*f(c;4M;KwTs2fx3m4Lr zPvcRx?w)F+iJtu?{AXByH=pJKi}uiskI6Ch})lzVQ>u>CRd!?dIAjc}$nP56^0{eQWMe3c2m2R!+kOXqLTFyE--4}m9t=;eLdEH2l#m~Z^NEbk2x zv_CN4>6ZSc?t5tKq#g(N&p1{VpXuO@?Bihh#uHL8+(UeBHIXke;qNx#{j9(2%QBxY zvHrc_FX!)x@Epr`a=X~cfgL9LyG;0}Z#6Ej=62V3BY~ZMceQUpg|^lo4j1|({)$L# zU0JYxd!WW0sq^mi*MGP+bO3#01W?vJ?Lm397_2Y0)}B2_nvu&cJtr&7tUsPNZNCj35q0XNr# z>H;+)=lYx}QA8BOz0K>>40Xw(*Vg$1+iTpx+M4a|UEWAVl~(Y;j?$W)-eADDF;W}S zC!AkbQRNL(Yz`s)HMP6^DYb4UAd=fwU#X2Kpt9}_R|Ep?+M3{Q$a}X1DoVq(L8^n| z+PZ3eo(jr#y9@ml8~l~3(##zw+0jxfm%~%5mIFqs*c35YtxOx*mcz{K5(_pl1BZva zXmfS&UNn$!1Z}3m?XBDHmULLF4Al7CJN&zaYa6s$pWhn{)>e#MJ3((a;`RnZRbF@4 z@2?rbuTasI{yGS#W+2TVoIq%awH&2M2^zPTctm&sS}2^b&RY>d5@T!Px-==exnm`E zGN~RSLR0-i(DCvb7egl`jl!fsgBBr%J|jZRJVpc>)Nze}mvNP`3$ZCvi!8fs(}pO6 z4f833QmrNV(afcnlJ=79sP#TZG3EHCg;xTpg-{`;hEW2Brcr@rwJ7s%7OG;$O(>0% z${Ty4lB2$p`c!XZ)9#ReowwR=>>{cv47^mS+KEPrE+@>rOt_MIi$HZKxB#6{WPx)* zMQu$u5~`~WEpTc`cVnc^y`nx4#5|%l=+nw}m-^ff)COu6EL^yl!dL8$_```3;MN47 zQy(epkNEtR-uhq!Q5Q)?^&uaI3p_8B&&X65PtL?A=WR((dGZNEU%el)&ZY7>5b;;j zV{Vf05}j~PvhZU0D6EFKoT-Z1&~7|&mXu=76Q_IIZRQ=5=mi5j61po*BgU_H$UFpt2LKqlkHkmC)GJfMsef8?0DY`VjNnhL*L zbn{_<$aoSX%lE*J_~^j~F>IegdRHAyjKY`*v8ee}N)CDM?ZMrls<8@t#pH5yX|FFO z&*mA?nZ~$1i_*b^;LN#<%Xk(4va(FAFV5i61!))U76)chF;g<~@ZcY>4Di8->$ zfQn|^!x?&Wyt^DBQbK|)Xt3rG^7=XHh{|dGVd&vPRcz8~Fvtmkr1m0L zOXk{)7h=k1WqXL1V4U;ec*Jqfhh<4dTJoB&p5n>I^Goih$z{fZ+m^(>EslL#Xtdxb zAFQL5y|!al5QF-HyrrX0-pP+bA%$F9@S!7vuAPg>v%!jBZP>ryHl8X*s_JTYEx3)t++s0~;cHt3I;pVRO_N%h zWxEa5W|(A#XoDjzG-~f^8YR{HQ$gU&To%+S|T#mt<+NYca= z;-X>!686{l7TgB^MOAsXZ}$g3CEzXpd825@)bH>9)GhmU z(x}c5SE3v=)c&qY)F|e8&;$c ztuUB~n~$bEyH1)gry5--u1}e7nYoF~huTVt%}z`_MMxX1zD)9=pO={zE@@sd#<`Wq zP3qjrJdxDwsJV#oR9GaCG8H!MAq{OAcm0Ip~aDy4pqYjyTq>=4n_R&^B!V=PVEU zeG3+8)wRBQoPbGKuu#K}7PiU!4WZh)NLbD77OO9@`QcK<+@`)@$BU=b*hW*|Vza}A zd5T-)jD3sEpclpTE{Z8$6w{2~{Ib5qu^H~-nC8VX%{ej6Ik6n%#5Cu`H0Q)LFNx(~ zNlf#SnC2xh&AG800oM z=G$VLZ_D9ob65K#Rkgmb`8;w|0gU7DPn@5cPITic&<7Z-isKp#$6giPFfbn1u#;7B z4FeP7st!!{`tfMVyip9}u_#r8v0PkZ>X@u_q=v*}nGOajvZ+9d4)aB{PM5i0T&KZ; zL1{4vipQ%!-x0wGgOhrnzs|oM3vF!AMzC#+17Cj_hxxu*j6Jp6yg|1QNBCj4x4uEE zsKr_YPUu4iWGF#fy8#?8)_HfkanM}1TdSoAOtzDRN`SeREBqqSogZQ}$wUs6q4i!azmDU4X53NUW=`-UbV-^KZxA!%jaK zIkk6h^hZju6iAr&uLwkT1;YL{*Z^K163a3il^C`f6xi>l0}OFGu@0LQNR{Hb^TV4< zYa)3fwtJ;Nl8-d%AXwB;;oi6#l~G+(S65p{^2NbgZ^T_zyNmS5xCHce`b#f#jrRNYt& z)p^6TuU+Hg@Z22t27k2|=gKG&a!}~sR=?d{MmHklW2M_{1b5>@qaW%Y$3WN#Vw<55 zrt?d;+aC;U56~?UB$lu?+fp0wl||U9{t#Ujq1r@#EBxEM6+1NVHkixhTDhilMS*(} z{w>udq+z4~!}WeTGuW^e2Sk6fOh_)Cgg}6(kZV1F& zb`!3r_}wasa9}tFH3c|sZqABY_$Rp}dCUes4npdv(Qq?b6RrwWiqednR;=c@iR6bx zvXn`YVp%OtY`CGK>I&sy-d%x6)jE_|Bk!xK^Lue2g?30b*Hl#bD|YyO$f$_sr#efm z6!J3VX3)+qv$1{~t_Pt|AV9PZgH$-W84U7N_g=@Su z$qH3nY!-*8WRiUJGSEPc)}JC9Yf1%FFR_|jjU(4B0ofbEEY&zDLB!jcSz}4? z8}>Nti;({Rr?YG4kt3_Zg^)nvr4j|VnD!d8Lh3Dd*Ua>~ zU+(JOogpG1SRn$$A7Dd^3<(jVjYtpkW)?oCI!8M-ok{iw) zacZIu5IZr%oEsC)!(w?}kRKTGTO?!vf}*9Vbap&LW9KZyjqX0Oz*cBRC`Z42B!#(_ zMn))Jax39m;L@QC2cDo08zGHibdzE4Oud6hY^PPth-ClgsPUh6Uyz=Sp*iP+WX08W$gmXOWeNYp#%6 zr?Y{QsJDs0e8g-CD$t^2=4EM$j^>9T6~F^EREc{fTp32qryxXUosXU4LK?0m0(+gW zw1$q{D#KH%Yrz8(#nf%2eTdy;$HEgcrb38%bv%Fb9mf;x9#WM(P8>X(w~65;CUTz) zzMI1|n%yS{TXAaDjc#FfFr5)rb+E;+?q8$|oL1;U`QD$6%8y{M!5>q&)A8_vh$4r_ zfJE5c2lM&U^@1{(i8(>8+Hz8C+8>C?rdkA=z=>`CQzEB%#33!-Au%t8sW4mGF6T~# z2S5uA1^VxG2h?}5a^_Ji^$;|vB;v2~#h$B|B-A17J4L?6cv>j)g1Bn`e$&PVY7WL= z4xqJ(Gx+EjcmI2&Z$M6tpR8BbAZ~Fsdga6A8f=GgAJ5LJ1{-adjzFcoN8Y&yKs*bA zen_)|B|<2Tc4<&CU&D)KwaLI8Dj|{&0jq+rVi1ocqXzmXA}qSn18Tg?&Zcw1W-?pL z1R#>?PAN4p<6^x9D@J+3e5idk`AYQ7xOhg3IG+PhfjMH(JD`&ARwoz^zX@Tt?WfKGpt|2zvDf=ai{D4wNiJ`#? zEjeQXI6^(Srwn8>hV11AuUjl`s!S@l5Azwz(#>dUBd|w8cI`CB;Adp^SLLma&2;+DUNsPhnRBt za|ecMa32eQjKF~brK2;O&6y&M4JJG>%{iJ23)v%lJ^}|~&UdC*)-};QLBopWtcSdP zO1UYXs7R1)vz8UWjS0M-JB9dxPtmH8Rsvc+^b zT~y5;r(`=|H>Q}?akWN0vm&RmfD(P#rgfAEUpKN`WRU z=}5deH9O^+FTl;QbP<(|ZlruO=w)-bGOkM$7=@Svxy#7SQE?eVGc+VEn2G&}@X~e$ zA){mK%3CKkTW!cln8^Ng(c?UA!m0r`Sd%RTf!k?Gh;|FEO=rcxr6~@=K@u+#fs76$ znYyN>ecGO|Fjx>xsdXy>^36wbH>s>gA*Lfp3$++ooHo*A4Hs4YVLqN9e;BWhsJ}{J zg^lKz(V0$pH5(>&l$6nu1)pz{b{}yj_7}~ADholRdxHa5Wk&QMYp`>mk#@|Nh=8al z3Im9E)e|g>#HqEeXIOS{kWaYMS*{iJB|bjUS=G=+DNg7m_`5s)aEz7sU~oP~FbaSO z;ksRvJe@cV90qLwj*Ff2^@0R#$R|sQxY$|_oRAPt46(Io0OVDz45}pI7D$UttP>N! zh*;nza7`jeT{KjU7Kz1-*H}jn#Kzj*rG<7B&LeRRPD*u-2lZJ9Nu|O6nQK zgcb#{f#I6jH-MPAB6muCWJWAo;ovveY3YqmyVmGMm`sYH)X44s*O; zM~Xmmi%krcQvuiUP~Hq9M@8NojG6uFB09J#Bq9Usf_I+;>;vIRz!GRp!rak*Bc6gVsZF~3Ofn>jNI6DYzIzOUHZF3@imf?JJvx*hoE0%Mb zkP>SVbt}ktAcb5LH*bziRLR`I55~o0#Je(a^mn>9M-Xlb!*V+clFtYl-opB@FlMWpwlC$DKm~Xk zfnr8Si@t|ejl&oLDVK2#j@R(!G1{CArwMz9rpz-v!3%D9VKu?0y5@Ra6n~7k z8Q3p^59mFZUM;SMEEb4DyrSdYHI0ABvRZT-SV;B<0{*plEtuNwPEr--=ypLHYKkAs z#hS2Ed-FcAl!@+qITu5~@T3_6j8MpH$-1og#Q)JCAu8=~4P7*%qm;T1mzv~wMXShN z-(`o$!JNq4Va!dQRoXMGrGZI?@Fd(BU^65W(Z>iZEm%e^W7Epp?pz$BmQAFXGQ(vP zOPbFGV+j_&6D#-1qx^`MCWT<)dbM5_vf(bi*gJawGpn1ifoSjm6y>D_ox}Q!Atzal zv*ByhK-d5&IR=Ja>-wQfR&WxB{D z%o#*owjDV*N$Y@;bSC4x^8JH)RH`#ar87e!+aY@%kGnLiDn3PP!M4{WlF=)f%3?kv=nZD6vR!{PmnE3k z0nGJXX6Qx7YaufYGh!T^6+BItrk2fd1&Xxx)E_f@OyrVAh`tocn>1yy6ARu@X-t6( ztfF!82O5Cw%@8QS9vNGpo+B|$AgCg3aeq=e26w$z^)9K2$<97njvEqJIHg;#c`&my zR?q;Y6TFBSAEdcOE>dZa2Ea{%99@IhM59Ec+9I$3%n(u1Oq<}}Vd2RPGXI`rb7F^6 z_Y~RmR>vt>W}X^a$uUD?s@l3z(Ah!n(-^X)O>WM-3hIMa+DoZ^Boe`Zp6|k-T9dw! zuM)kBnr)h2H`ruHy10q4E0G*9jU_aWm7=i_gJ)2VMa1BXZLZ9`w5`kcNDJlKwki|3 zZl8q!K%t$QV&XgRa6m#QVB`rHg>4O4`HJ#yntjsA$==y%#{eHUqY*!YY{^Dd;?B?} zM&BfwhI36b5_mz^M_&NyReB`KfQB^aQ_60)zV?6s`S3E=??hm9)rd-n=X=5)2iPu2 z(QTvHz%5;3eJuXnibes9Bu;)}$sN*_r_i-IiO?&@=Lw}AuR-T98V(lB1Q4E>O%5Y` zjC2tiIb<$_O3CNJwMk(Wr^)0;=M}d94Ce!WV8286FzGREDj5MHpm!PBV)IhH^>{aZSOgsAnFc!T>?rX8E zWuSonDs3LMs4e0mKVe4022HkCUQO}+HXK(=Jzn@3cF2pp^VxcjEBMj3#-mKGF1S0j zH@cdkrXJxg(_IyZ~t~P^W)7gXwlDF4gWr-H-LX1lzkDuUjOG` z(kFggyrtLdmtSV|`u<(W+qlQJy?*8&YPI8YeE%^0vCl?^Tl{YC>xBO26Mf{zw{5^q zzxU%ue((7|N&Qy~t?$R1dYRSfx7*nWCw%7Zz41(+`0>_lz4rd=)+90+5KPZ zi67tR1mlPGzlPs>{Y%^)){YemwbVS~`A<@(sJq z{~M9kU;J4g`0-Qw|3BV}*YoS2)at+e8|9=Q@rBpQ4|$dT{1g}L-}#^Y&d%(}{|}h{ z+(<8Q{tNu3^>6)C>-+I%U#?cD_y0+){_j7dGwsI=-+xVieE$62uW<4e{JMO+IM=fm z-`8WkykGnAx2Vf+-h2I*R{!OW^*=>jj^FFQvih&A{`0_C6vEF9`5XWI5vPqdVImg@#B1Rx?K)l;#u1NIGbkk|9$ zUuyOJyX&{@d+N{MVXyJ$Mm&|Xzu_<23S`>%aR2&Cy>sCmS-l%}^uynA!tvkq8+P>i z->%&^c1j&S;&p9`q{i1jvHnlxGNT=Mgu+ga+h4LL(5^-0?~nhXcmIIz(xyM&zu)7x SZ=32Lc67%7?FH>vum4}QOCVnW literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/models.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/models.py new file mode 100644 index 0000000..1042758 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/models.py @@ -0,0 +1,360 @@ +from __future__ import annotations + +from encodings.aliases import aliases +from hashlib import sha256 +from json import dumps +from re import sub +from typing import Any, Iterator, List, Tuple + +from .constant import RE_POSSIBLE_ENCODING_INDICATION, TOO_BIG_SEQUENCE +from .utils import iana_name, is_multi_byte_encoding, unicode_range + + +class CharsetMatch: + def __init__( + self, + payload: bytes, + guessed_encoding: str, + mean_mess_ratio: float, + has_sig_or_bom: bool, + languages: CoherenceMatches, + decoded_payload: str | None = None, + preemptive_declaration: str | None = None, + ): + self._payload: bytes = payload + + self._encoding: str = guessed_encoding + self._mean_mess_ratio: float = mean_mess_ratio + self._languages: CoherenceMatches = languages + self._has_sig_or_bom: bool = has_sig_or_bom + self._unicode_ranges: list[str] | None = None + + self._leaves: list[CharsetMatch] = [] + self._mean_coherence_ratio: float = 0.0 + + self._output_payload: bytes | None = None + self._output_encoding: str | None = None + + self._string: str | None = decoded_payload + + self._preemptive_declaration: str | None = preemptive_declaration + + def __eq__(self, other: object) -> bool: + if not isinstance(other, CharsetMatch): + if isinstance(other, str): + return iana_name(other) == self.encoding + return False + return self.encoding == other.encoding and self.fingerprint == other.fingerprint + + def __lt__(self, other: object) -> bool: + """ + Implemented to make sorted available upon CharsetMatches items. + """ + if not isinstance(other, CharsetMatch): + raise ValueError + + chaos_difference: float = abs(self.chaos - other.chaos) + coherence_difference: float = abs(self.coherence - other.coherence) + + # Below 1% difference --> Use Coherence + if chaos_difference < 0.01 and coherence_difference > 0.02: + return self.coherence > other.coherence + elif chaos_difference < 0.01 and coherence_difference <= 0.02: + # When having a difficult decision, use the result that decoded as many multi-byte as possible. + # preserve RAM usage! + if len(self._payload) >= TOO_BIG_SEQUENCE: + return self.chaos < other.chaos + return self.multi_byte_usage > other.multi_byte_usage + + return self.chaos < other.chaos + + @property + def multi_byte_usage(self) -> float: + return 1.0 - (len(str(self)) / len(self.raw)) + + def __str__(self) -> str: + # Lazy Str Loading + if self._string is None: + self._string = str(self._payload, self._encoding, "strict") + return self._string + + def __repr__(self) -> str: + return f"" + + def add_submatch(self, other: CharsetMatch) -> None: + if not isinstance(other, CharsetMatch) or other == self: + raise ValueError( + "Unable to add instance <{}> as a submatch of a CharsetMatch".format( + other.__class__ + ) + ) + + other._string = None # Unload RAM usage; dirty trick. + self._leaves.append(other) + + @property + def encoding(self) -> str: + return self._encoding + + @property + def encoding_aliases(self) -> list[str]: + """ + Encoding name are known by many name, using this could help when searching for IBM855 when it's listed as CP855. + """ + also_known_as: list[str] = [] + for u, p in aliases.items(): + if self.encoding == u: + also_known_as.append(p) + elif self.encoding == p: + also_known_as.append(u) + return also_known_as + + @property + def bom(self) -> bool: + return self._has_sig_or_bom + + @property + def byte_order_mark(self) -> bool: + return self._has_sig_or_bom + + @property + def languages(self) -> list[str]: + """ + Return the complete list of possible languages found in decoded sequence. + Usually not really useful. Returned list may be empty even if 'language' property return something != 'Unknown'. + """ + return [e[0] for e in self._languages] + + @property + def language(self) -> str: + """ + Most probable language found in decoded sequence. If none were detected or inferred, the property will return + "Unknown". + """ + if not self._languages: + # Trying to infer the language based on the given encoding + # Its either English or we should not pronounce ourselves in certain cases. + if "ascii" in self.could_be_from_charset: + return "English" + + # doing it there to avoid circular import + from charset_normalizer.cd import encoding_languages, mb_encoding_languages + + languages = ( + mb_encoding_languages(self.encoding) + if is_multi_byte_encoding(self.encoding) + else encoding_languages(self.encoding) + ) + + if len(languages) == 0 or "Latin Based" in languages: + return "Unknown" + + return languages[0] + + return self._languages[0][0] + + @property + def chaos(self) -> float: + return self._mean_mess_ratio + + @property + def coherence(self) -> float: + if not self._languages: + return 0.0 + return self._languages[0][1] + + @property + def percent_chaos(self) -> float: + return round(self.chaos * 100, ndigits=3) + + @property + def percent_coherence(self) -> float: + return round(self.coherence * 100, ndigits=3) + + @property + def raw(self) -> bytes: + """ + Original untouched bytes. + """ + return self._payload + + @property + def submatch(self) -> list[CharsetMatch]: + return self._leaves + + @property + def has_submatch(self) -> bool: + return len(self._leaves) > 0 + + @property + def alphabets(self) -> list[str]: + if self._unicode_ranges is not None: + return self._unicode_ranges + # list detected ranges + detected_ranges: list[str | None] = [unicode_range(char) for char in str(self)] + # filter and sort + self._unicode_ranges = sorted(list({r for r in detected_ranges if r})) + return self._unicode_ranges + + @property + def could_be_from_charset(self) -> list[str]: + """ + The complete list of encoding that output the exact SAME str result and therefore could be the originating + encoding. + This list does include the encoding available in property 'encoding'. + """ + return [self._encoding] + [m.encoding for m in self._leaves] + + def output(self, encoding: str = "utf_8") -> bytes: + """ + Method to get re-encoded bytes payload using given target encoding. Default to UTF-8. + Any errors will be simply ignored by the encoder NOT replaced. + """ + if self._output_encoding is None or self._output_encoding != encoding: + self._output_encoding = encoding + decoded_string = str(self) + if ( + self._preemptive_declaration is not None + and self._preemptive_declaration.lower() + not in ["utf-8", "utf8", "utf_8"] + ): + patched_header = sub( + RE_POSSIBLE_ENCODING_INDICATION, + lambda m: m.string[m.span()[0] : m.span()[1]].replace( + m.groups()[0], + iana_name(self._output_encoding).replace("_", "-"), # type: ignore[arg-type] + ), + decoded_string[:8192], + count=1, + ) + + decoded_string = patched_header + decoded_string[8192:] + + self._output_payload = decoded_string.encode(encoding, "replace") + + return self._output_payload # type: ignore + + @property + def fingerprint(self) -> str: + """ + Retrieve the unique SHA256 computed using the transformed (re-encoded) payload. Not the original one. + """ + return sha256(self.output()).hexdigest() + + +class CharsetMatches: + """ + Container with every CharsetMatch items ordered by default from most probable to the less one. + Act like a list(iterable) but does not implements all related methods. + """ + + def __init__(self, results: list[CharsetMatch] | None = None): + self._results: list[CharsetMatch] = sorted(results) if results else [] + + def __iter__(self) -> Iterator[CharsetMatch]: + yield from self._results + + def __getitem__(self, item: int | str) -> CharsetMatch: + """ + Retrieve a single item either by its position or encoding name (alias may be used here). + Raise KeyError upon invalid index or encoding not present in results. + """ + if isinstance(item, int): + return self._results[item] + if isinstance(item, str): + item = iana_name(item, False) + for result in self._results: + if item in result.could_be_from_charset: + return result + raise KeyError + + def __len__(self) -> int: + return len(self._results) + + def __bool__(self) -> bool: + return len(self._results) > 0 + + def append(self, item: CharsetMatch) -> None: + """ + Insert a single match. Will be inserted accordingly to preserve sort. + Can be inserted as a submatch. + """ + if not isinstance(item, CharsetMatch): + raise ValueError( + "Cannot append instance '{}' to CharsetMatches".format( + str(item.__class__) + ) + ) + # We should disable the submatch factoring when the input file is too heavy (conserve RAM usage) + if len(item.raw) < TOO_BIG_SEQUENCE: + for match in self._results: + if match.fingerprint == item.fingerprint and match.chaos == item.chaos: + match.add_submatch(item) + return + self._results.append(item) + self._results = sorted(self._results) + + def best(self) -> CharsetMatch | None: + """ + Simply return the first match. Strict equivalent to matches[0]. + """ + if not self._results: + return None + return self._results[0] + + def first(self) -> CharsetMatch | None: + """ + Redundant method, call the method best(). Kept for BC reasons. + """ + return self.best() + + +CoherenceMatch = Tuple[str, float] +CoherenceMatches = List[CoherenceMatch] + + +class CliDetectionResult: + def __init__( + self, + path: str, + encoding: str | None, + encoding_aliases: list[str], + alternative_encodings: list[str], + language: str, + alphabets: list[str], + has_sig_or_bom: bool, + chaos: float, + coherence: float, + unicode_path: str | None, + is_preferred: bool, + ): + self.path: str = path + self.unicode_path: str | None = unicode_path + self.encoding: str | None = encoding + self.encoding_aliases: list[str] = encoding_aliases + self.alternative_encodings: list[str] = alternative_encodings + self.language: str = language + self.alphabets: list[str] = alphabets + self.has_sig_or_bom: bool = has_sig_or_bom + self.chaos: float = chaos + self.coherence: float = coherence + self.is_preferred: bool = is_preferred + + @property + def __dict__(self) -> dict[str, Any]: # type: ignore + return { + "path": self.path, + "encoding": self.encoding, + "encoding_aliases": self.encoding_aliases, + "alternative_encodings": self.alternative_encodings, + "language": self.language, + "alphabets": self.alphabets, + "has_sig_or_bom": self.has_sig_or_bom, + "chaos": self.chaos, + "coherence": self.coherence, + "unicode_path": self.unicode_path, + "is_preferred": self.is_preferred, + } + + def to_json(self) -> str: + return dumps(self.__dict__, ensure_ascii=True, indent=4) diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/py.typed b/llmlab/lib/python3.12/site-packages/charset_normalizer/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/utils.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/utils.py new file mode 100644 index 0000000..0175e0a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/utils.py @@ -0,0 +1,408 @@ +from __future__ import annotations + +import importlib +import logging +import unicodedata +from codecs import IncrementalDecoder +from encodings.aliases import aliases +from functools import lru_cache +from re import findall +from typing import Generator + +from _multibytecodec import ( # type: ignore[import-not-found,import] + MultibyteIncrementalDecoder, +) + +from .constant import ( + ENCODING_MARKS, + IANA_SUPPORTED_SIMILAR, + RE_POSSIBLE_ENCODING_INDICATION, + UNICODE_RANGES_COMBINED, + UNICODE_SECONDARY_RANGE_KEYWORD, + UTF8_MAXIMAL_ALLOCATION, +) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_accentuated(character: str) -> bool: + try: + description: str = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + return ( + "WITH GRAVE" in description + or "WITH ACUTE" in description + or "WITH CEDILLA" in description + or "WITH DIAERESIS" in description + or "WITH CIRCUMFLEX" in description + or "WITH TILDE" in description + or "WITH MACRON" in description + or "WITH RING ABOVE" in description + ) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def remove_accent(character: str) -> str: + decomposed: str = unicodedata.decomposition(character) + if not decomposed: + return character + + codes: list[str] = decomposed.split(" ") + + return chr(int(codes[0], 16)) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def unicode_range(character: str) -> str | None: + """ + Retrieve the Unicode range official name from a single character. + """ + character_ord: int = ord(character) + + for range_name, ord_range in UNICODE_RANGES_COMBINED.items(): + if character_ord in ord_range: + return range_name + + return None + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_latin(character: str) -> bool: + try: + description: str = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + return "LATIN" in description + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_punctuation(character: str) -> bool: + character_category: str = unicodedata.category(character) + + if "P" in character_category: + return True + + character_range: str | None = unicode_range(character) + + if character_range is None: + return False + + return "Punctuation" in character_range + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_symbol(character: str) -> bool: + character_category: str = unicodedata.category(character) + + if "S" in character_category or "N" in character_category: + return True + + character_range: str | None = unicode_range(character) + + if character_range is None: + return False + + return "Forms" in character_range and character_category != "Lo" + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_emoticon(character: str) -> bool: + character_range: str | None = unicode_range(character) + + if character_range is None: + return False + + return "Emoticons" in character_range or "Pictographs" in character_range + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_separator(character: str) -> bool: + if character.isspace() or character in {"|", "+", "<", ">"}: + return True + + character_category: str = unicodedata.category(character) + + return "Z" in character_category or character_category in {"Po", "Pd", "Pc"} + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_case_variable(character: str) -> bool: + return character.islower() != character.isupper() + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_cjk(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "CJK" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_hiragana(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "HIRAGANA" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_katakana(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "KATAKANA" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_hangul(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "HANGUL" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_thai(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "THAI" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_arabic(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "ARABIC" in character_name + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_arabic_isolated_form(character: str) -> bool: + try: + character_name = unicodedata.name(character) + except ValueError: # Defensive: unicode database outdated? + return False + + return "ARABIC" in character_name and "ISOLATED FORM" in character_name + + +@lru_cache(maxsize=len(UNICODE_RANGES_COMBINED)) +def is_unicode_range_secondary(range_name: str) -> bool: + return any(keyword in range_name for keyword in UNICODE_SECONDARY_RANGE_KEYWORD) + + +@lru_cache(maxsize=UTF8_MAXIMAL_ALLOCATION) +def is_unprintable(character: str) -> bool: + return ( + character.isspace() is False # includes \n \t \r \v + and character.isprintable() is False + and character != "\x1a" # Why? Its the ASCII substitute character. + and character != "\ufeff" # bug discovered in Python, + # Zero Width No-Break Space located in Arabic Presentation Forms-B, Unicode 1.1 not acknowledged as space. + ) + + +def any_specified_encoding(sequence: bytes, search_zone: int = 8192) -> str | None: + """ + Extract using ASCII-only decoder any specified encoding in the first n-bytes. + """ + if not isinstance(sequence, bytes): + raise TypeError + + seq_len: int = len(sequence) + + results: list[str] = findall( + RE_POSSIBLE_ENCODING_INDICATION, + sequence[: min(seq_len, search_zone)].decode("ascii", errors="ignore"), + ) + + if len(results) == 0: + return None + + for specified_encoding in results: + specified_encoding = specified_encoding.lower().replace("-", "_") + + encoding_alias: str + encoding_iana: str + + for encoding_alias, encoding_iana in aliases.items(): + if encoding_alias == specified_encoding: + return encoding_iana + if encoding_iana == specified_encoding: + return encoding_iana + + return None + + +@lru_cache(maxsize=128) +def is_multi_byte_encoding(name: str) -> bool: + """ + Verify is a specific encoding is a multi byte one based on it IANA name + """ + return name in { + "utf_8", + "utf_8_sig", + "utf_16", + "utf_16_be", + "utf_16_le", + "utf_32", + "utf_32_le", + "utf_32_be", + "utf_7", + } or issubclass( + importlib.import_module(f"encodings.{name}").IncrementalDecoder, + MultibyteIncrementalDecoder, + ) + + +def identify_sig_or_bom(sequence: bytes) -> tuple[str | None, bytes]: + """ + Identify and extract SIG/BOM in given sequence. + """ + + for iana_encoding in ENCODING_MARKS: + marks: bytes | list[bytes] = ENCODING_MARKS[iana_encoding] + + if isinstance(marks, bytes): + marks = [marks] + + for mark in marks: + if sequence.startswith(mark): + return iana_encoding, mark + + return None, b"" + + +def should_strip_sig_or_bom(iana_encoding: str) -> bool: + return iana_encoding not in {"utf_16", "utf_32"} + + +def iana_name(cp_name: str, strict: bool = True) -> str: + """Returns the Python normalized encoding name (Not the IANA official name).""" + cp_name = cp_name.lower().replace("-", "_") + + encoding_alias: str + encoding_iana: str + + for encoding_alias, encoding_iana in aliases.items(): + if cp_name in [encoding_alias, encoding_iana]: + return encoding_iana + + if strict: + raise ValueError(f"Unable to retrieve IANA for '{cp_name}'") + + return cp_name + + +def cp_similarity(iana_name_a: str, iana_name_b: str) -> float: + if is_multi_byte_encoding(iana_name_a) or is_multi_byte_encoding(iana_name_b): + return 0.0 + + decoder_a = importlib.import_module(f"encodings.{iana_name_a}").IncrementalDecoder + decoder_b = importlib.import_module(f"encodings.{iana_name_b}").IncrementalDecoder + + id_a: IncrementalDecoder = decoder_a(errors="ignore") + id_b: IncrementalDecoder = decoder_b(errors="ignore") + + character_match_count: int = 0 + + for i in range(255): + to_be_decoded: bytes = bytes([i]) + if id_a.decode(to_be_decoded) == id_b.decode(to_be_decoded): + character_match_count += 1 + + return character_match_count / 254 + + +def is_cp_similar(iana_name_a: str, iana_name_b: str) -> bool: + """ + Determine if two code page are at least 80% similar. IANA_SUPPORTED_SIMILAR dict was generated using + the function cp_similarity. + """ + return ( + iana_name_a in IANA_SUPPORTED_SIMILAR + and iana_name_b in IANA_SUPPORTED_SIMILAR[iana_name_a] + ) + + +def set_logging_handler( + name: str = "charset_normalizer", + level: int = logging.INFO, + format_string: str = "%(asctime)s | %(levelname)s | %(message)s", +) -> None: + logger = logging.getLogger(name) + logger.setLevel(level) + + handler = logging.StreamHandler() + handler.setFormatter(logging.Formatter(format_string)) + logger.addHandler(handler) + + +def cut_sequence_chunks( + sequences: bytes, + encoding_iana: str, + offsets: range, + chunk_size: int, + bom_or_sig_available: bool, + strip_sig_or_bom: bool, + sig_payload: bytes, + is_multi_byte_decoder: bool, + decoded_payload: str | None = None, +) -> Generator[str, None, None]: + if decoded_payload and is_multi_byte_decoder is False: + for i in offsets: + chunk = decoded_payload[i : i + chunk_size] + if not chunk: + break + yield chunk + else: + for i in offsets: + chunk_end = i + chunk_size + if chunk_end > len(sequences) + 8: + continue + + cut_sequence = sequences[i : i + chunk_size] + + if bom_or_sig_available and strip_sig_or_bom is False: + cut_sequence = sig_payload + cut_sequence + + chunk = cut_sequence.decode( + encoding_iana, + errors="ignore" if is_multi_byte_decoder else "strict", + ) + + # multi-byte bad cutting detector and adjustment + # not the cleanest way to perform that fix but clever enough for now. + if is_multi_byte_decoder and i > 0: + chunk_partial_size_chk: int = min(chunk_size, 16) + + if ( + decoded_payload + and chunk[:chunk_partial_size_chk] not in decoded_payload + ): + for j in range(i, i - 4, -1): + cut_sequence = sequences[j:chunk_end] + + if bom_or_sig_available and strip_sig_or_bom is False: + cut_sequence = sig_payload + cut_sequence + + chunk = cut_sequence.decode(encoding_iana, errors="ignore") + + if chunk[:chunk_partial_size_chk] in decoded_payload: + break + + yield chunk diff --git a/llmlab/lib/python3.12/site-packages/charset_normalizer/version.py b/llmlab/lib/python3.12/site-packages/charset_normalizer/version.py new file mode 100644 index 0000000..f85e892 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/charset_normalizer/version.py @@ -0,0 +1,8 @@ +""" +Expose version +""" + +from __future__ import annotations + +__version__ = "3.4.1" +VERSION = __version__.split(".") diff --git a/llmlab/lib/python3.12/site-packages/distutils-precedence.pth b/llmlab/lib/python3.12/site-packages/distutils-precedence.pth new file mode 100644 index 0000000..7f009fe --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/distutils-precedence.pth @@ -0,0 +1 @@ +import os; var = 'SETUPTOOLS_USE_DISTUTILS'; enabled = os.environ.get(var, 'local') == 'local'; enabled and __import__('_distutils_hack').add_shim(); diff --git a/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/LICENSE.md b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/LICENSE.md new file mode 100644 index 0000000..19b6b45 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/LICENSE.md @@ -0,0 +1,31 @@ +BSD 3-Clause License + +Copyright (c) 2013-2024, Kim Davies and contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + +1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + +2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +3. Neither the name of the copyright holder nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED +TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/METADATA new file mode 100644 index 0000000..c42623e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/METADATA @@ -0,0 +1,250 @@ +Metadata-Version: 2.1 +Name: idna +Version: 3.10 +Summary: Internationalized Domain Names in Applications (IDNA) +Author-email: Kim Davies +Requires-Python: >=3.6 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Intended Audience :: System Administrators +Classifier: License :: OSI Approved :: BSD License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: 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 +Classifier: Topic :: Internet :: Name Service (DNS) +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Utilities +Requires-Dist: ruff >= 0.6.2 ; extra == "all" +Requires-Dist: mypy >= 1.11.2 ; extra == "all" +Requires-Dist: pytest >= 8.3.2 ; extra == "all" +Requires-Dist: flake8 >= 7.1.1 ; extra == "all" +Project-URL: Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst +Project-URL: Issue tracker, https://github.com/kjd/idna/issues +Project-URL: Source, https://github.com/kjd/idna +Provides-Extra: all + +Internationalized Domain Names in Applications (IDNA) +===================================================== + +Support for the Internationalized Domain Names in +Applications (IDNA) protocol as specified in `RFC 5891 +`_. This is the latest version of +the protocol and is sometimes referred to as “IDNA 2008”. + +This library also provides support for Unicode Technical +Standard 46, `Unicode IDNA Compatibility Processing +`_. + +This acts as a suitable replacement for the “encodings.idna” +module that comes with the Python standard library, but which +only supports the older superseded IDNA specification (`RFC 3490 +`_). + +Basic functions are simply executed: + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + + +Installation +------------ + +This package is available for installation from PyPI: + +.. code-block:: bash + + $ python3 -m pip install idna + + +Usage +----- + +For typical usage, the ``encode`` and ``decode`` functions will take a +domain name argument and perform a conversion to A-labels or U-labels +respectively. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('ドメイン.テスト') + b'xn--eckwd4c7c.xn--zckzah' + >>> print(idna.decode('xn--eckwd4c7c.xn--zckzah')) + ドメイン.テスト + +You may use the codec encoding and decoding methods using the +``idna.codec`` module: + +.. code-block:: pycon + + >>> import idna.codec + >>> print('домен.испытание'.encode('idna2008')) + b'xn--d1acufc.xn--80akhbyknj4f' + >>> print(b'xn--d1acufc.xn--80akhbyknj4f'.decode('idna2008')) + домен.испытание + +Conversions can be applied at a per-label basis using the ``ulabel`` or +``alabel`` functions if necessary: + +.. code-block:: pycon + + >>> idna.alabel('测试') + b'xn--0zwm56d' + +Compatibility Mapping (UTS #46) ++++++++++++++++++++++++++++++++ + +As described in `RFC 5895 `_, the +IDNA specification does not normalize input from different potential +ways a user may input a domain name. This functionality, known as +a “mapping”, is considered by the specification to be a local +user-interface issue distinct from IDNA conversion functionality. + +This library provides one such mapping that was developed by the +Unicode Consortium. Known as `Unicode IDNA Compatibility Processing +`_, it provides for both a regular +mapping for typical applications, as well as a transitional mapping to +help migrate from older IDNA 2003 applications. Strings are +preprocessed according to Section 4.4 “Preprocessing for IDNA2008” +prior to the IDNA operations. + +For example, “Königsgäßchen” is not a permissible label as *LATIN +CAPITAL LETTER K* is not allowed (nor are capital letters in general). +UTS 46 will convert this into lower case prior to applying the IDNA +conversion. + +.. code-block:: pycon + + >>> import idna + >>> idna.encode('Königsgäßchen') + ... + idna.core.InvalidCodepoint: Codepoint U+004B at position 1 of 'Königsgäßchen' not allowed + >>> idna.encode('Königsgäßchen', uts46=True) + b'xn--knigsgchen-b4a3dun' + >>> print(idna.decode('xn--knigsgchen-b4a3dun')) + königsgäßchen + +Transitional processing provides conversions to help transition from +the older 2003 standard to the current standard. For example, in the +original IDNA specification, the *LATIN SMALL LETTER SHARP S* (ß) was +converted into two *LATIN SMALL LETTER S* (ss), whereas in the current +IDNA specification this conversion is not performed. + +.. code-block:: pycon + + >>> idna.encode('Königsgäßchen', uts46=True, transitional=True) + 'xn--knigsgsschen-lcb0w' + +Implementers should use transitional processing with caution, only in +rare cases where conversion from legacy labels to current labels must be +performed (i.e. IDNA implementations that pre-date 2008). For typical +applications that just need to convert labels, transitional processing +is unlikely to be beneficial and could produce unexpected incompatible +results. + +``encodings.idna`` Compatibility +++++++++++++++++++++++++++++++++ + +Function calls from the Python built-in ``encodings.idna`` module are +mapped to their IDNA 2008 equivalents using the ``idna.compat`` module. +Simply substitute the ``import`` clause in your code to refer to the new +module name. + +Exceptions +---------- + +All errors raised during the conversion following the specification +should raise an exception derived from the ``idna.IDNAError`` base +class. + +More specific exceptions that may be generated as ``idna.IDNABidiError`` +when the error reflects an illegal combination of left-to-right and +right-to-left characters in a label; ``idna.InvalidCodepoint`` when +a specific codepoint is an illegal character in an IDN label (i.e. +INVALID); and ``idna.InvalidCodepointContext`` when the codepoint is +illegal based on its positional context (i.e. it is CONTEXTO or CONTEXTJ +but the contextual requirements are not satisfied.) + +Building and Diagnostics +------------------------ + +The IDNA and UTS 46 functionality relies upon pre-calculated lookup +tables for performance. These tables are derived from computing against +eligibility criteria in the respective standards. These tables are +computed using the command-line script ``tools/idna-data``. + +This tool will fetch relevant codepoint data from the Unicode repository +and perform the required calculations to identify eligibility. There are +three main modes: + +* ``idna-data make-libdata``. Generates ``idnadata.py`` and + ``uts46data.py``, the pre-calculated lookup tables used for IDNA and + UTS 46 conversions. Implementers who wish to track this library against + a different Unicode version may use this tool to manually generate a + different version of the ``idnadata.py`` and ``uts46data.py`` files. + +* ``idna-data make-table``. Generate a table of the IDNA disposition + (e.g. PVALID, CONTEXTJ, CONTEXTO) in the format found in Appendix + B.1 of RFC 5892 and the pre-computed tables published by `IANA + `_. + +* ``idna-data U+0061``. Prints debugging output on the various + properties associated with an individual Unicode codepoint (in this + case, U+0061), that are used to assess the IDNA and UTS 46 status of a + codepoint. This is helpful in debugging or analysis. + +The tool accepts a number of arguments, described using ``idna-data +-h``. Most notably, the ``--version`` argument allows the specification +of the version of Unicode to be used in computing the table data. For +example, ``idna-data --version 9.0.0 make-libdata`` will generate +library data against Unicode 9.0.0. + + +Additional Notes +---------------- + +* **Packages**. The latest tagged release version is published in the + `Python Package Index `_. + +* **Version support**. This library supports Python 3.6 and higher. + As this library serves as a low-level toolkit for a variety of + applications, many of which strive for broad compatibility with older + Python versions, there is no rush to remove older interpreter support. + Removing support for older versions should be well justified in that the + maintenance burden has become too high. + +* **Python 2**. Python 2 is supported by version 2.x of this library. + Use "idna<3" in your requirements file if you need this library for + a Python 2 application. Be advised that these versions are no longer + actively developed. + +* **Testing**. The library has a test suite based on each rule of the + IDNA specification, as well as tests that are provided as part of the + Unicode Technical Standard 46, `Unicode IDNA Compatibility Processing + `_. + +* **Emoji**. It is an occasional request to support emoji domains in + this library. Encoding of symbols like emoji is expressly prohibited by + the technical standard IDNA 2008 and emoji domains are broadly phased + out across the domain industry due to associated security risks. For + now, applications that need to support these non-compliant labels + may wish to consider trying the encode/decode operation in this library + first, and then falling back to using `encodings.idna`. See `the Github + project `_ for more discussion. + diff --git a/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/RECORD new file mode 100644 index 0000000..9cfce7f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/RECORD @@ -0,0 +1,22 @@ +idna-3.10.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +idna-3.10.dist-info/LICENSE.md,sha256=pZ8LDvNjWHQQmkRhykT_enDVBpboFHZ7-vch1Mmw2w8,1541 +idna-3.10.dist-info/METADATA,sha256=URR5ZyDfQ1PCEGhkYoojqfi2Ra0tau2--lhwG4XSfjI,10158 +idna-3.10.dist-info/RECORD,, +idna-3.10.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +idna/__init__.py,sha256=MPqNDLZbXqGaNdXxAFhiqFPKEQXju2jNQhCey6-5eJM,868 +idna/__pycache__/__init__.cpython-312.pyc,, +idna/__pycache__/codec.cpython-312.pyc,, +idna/__pycache__/compat.cpython-312.pyc,, +idna/__pycache__/core.cpython-312.pyc,, +idna/__pycache__/idnadata.cpython-312.pyc,, +idna/__pycache__/intranges.cpython-312.pyc,, +idna/__pycache__/package_data.cpython-312.pyc,, +idna/__pycache__/uts46data.cpython-312.pyc,, +idna/codec.py,sha256=PEew3ItwzjW4hymbasnty2N2OXvNcgHB-JjrBuxHPYY,3422 +idna/compat.py,sha256=RzLy6QQCdl9784aFhb2EX9EKGCJjg0P3PilGdeXXcx8,316 +idna/core.py,sha256=YJYyAMnwiQEPjVC4-Fqu_p4CJ6yKKuDGmppBNQNQpFs,13239 +idna/idnadata.py,sha256=W30GcIGvtOWYwAjZj4ZjuouUutC6ffgNuyjJy7fZ-lo,78306 +idna/intranges.py,sha256=amUtkdhYcQG8Zr-CoMM_kVRacxkivC1WgxN1b63KKdU,1898 +idna/package_data.py,sha256=q59S3OXsc5VI8j6vSD0sGBMyk6zZ4vWFREE88yCJYKs,21 +idna/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +idna/uts46data.py,sha256=rt90K9J40gUSwppDPCrhjgi5AA6pWM65dEGRSf6rIhM,239289 diff --git a/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/WHEEL new file mode 100644 index 0000000..3b5e64b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/idna-3.10.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.9.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/llmlab/lib/python3.12/site-packages/idna/__init__.py b/llmlab/lib/python3.12/site-packages/idna/__init__.py new file mode 100644 index 0000000..cfdc030 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/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/llmlab/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8aa2fc2749aa4fa1695f2b0e3da02a410512659c GIT binary patch literal 875 zcmbu7yN=W_6o&20Oy-ig-;vy=91PjGBD{42EC-G*?_&6iSyJAX8o`9Z? zXW7MWVsQm;ao^|2g)_r@^3y+=}0Q$+HGRUw!a<1=r%jIPo53 zD8mu~CKv(|K!Y@(Nt)0iEeJ^nZPJDg=|Gosp+|ZUkqG*v4+AoQAsNDmj9^U0Fd-9| zk}39nft{cBSK~9UQ+ndG=gn;-%Jwwp}0Aa(t}L znH1Skk?~z2l(7dlGe?Co{Ee|8lWfhU?WG%@Zt2?D*-@=G``v~sT5RpIP6#E8V3MW< ztcBv*Ms>b+=+=QcO>LO*)Rnd&SM~F({vC={jfTrb_FX*W%zn;tEX(4+0q z@#uQ^(d)>g?=kQgdMrFf9%GM*$JAryF?TqLZ`o#AX#QVy{#n9y{~Wby$o6+E-Ljn1 zj2TuP(zYpOQd0U6UAU&u)vIJv08dVH&B|5E5-EYYTU{Am8Xq{FNU=_Kd$TFj!^8Uz zl2RDHx^^xTktvo?>c>y%;ckD`c>+atCizo+#})9uW4Utp-oO}N1~VL7qQCL;9>Vcw QboWPd5e0AC`nKEg3yIY2F#rGn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/idna/__pycache__/codec.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/idna/__pycache__/codec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba0b8a9a4517adb432f9c9f2345fa6bb2cd07e78 GIT binary patch literal 4975 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/idna/__pycache__/compat.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/idna/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b511c48dc6523bba973f619a61f3eeaecb70173 GIT binary patch literal 879 zcmb7CyKmD#7{Bu?PSWs-K&?=a7Y2)_F0Cpt6r>0kB2i1I?UDiH`Yx%3?X%98!H5AN z7Q~XR8CfG1{tuQQwi6N(45(YAFm>WPr>Pj>r28KCyZau$?>;vgH3Z9j_hYb&5&Ef| z zoQfe&Lv?GpbTHJOuYx#1;sSexKAzkAXo7tg^9tOUU~YrT737@x-Z4w4*B|g8Z-;>w z$H{X@)fO}t$^qMpqa!aX#4$^^H|}nEc_e5%3&Iz{faYFA(!dK@k_BQTD`e$>b@m^2 zyZjP_w_wj#K)goZ>Q_g%-`}4at8?(t|2M$v@C;f|F}aGlXn;4sl+^?xx7HSpDV z`DG=pC=}=ZzvUx%N!T0gYW~ah?jyhBY;A7da|olklQQ89MHELlb)r7hFoze&yrwbm`Jf)rsF3qC?Mpm*etI7^I4~mkFGRtJaMM>A0y_+yHjOhd3 zf&l6x-nT7G%XnTf0jd$is&1`jaINtf-PH*1%a(%r7KQ%8vACGi( N=Hs#PyVPY5e*mkR!vz2U literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbe0b75bf93cbe9937c7d9c5bd89229f227475ed GIT binary patch literal 16165 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 W3b6tdQ!-FY*(j5B%?>HDmH#jP2NpK~ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..651cd8dbd32a6a89645ed602e63e0c43ee012a7e GIT binary patch literal 99465 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 T(+5BNw*UUwD{c>gXV3mW%=b=y literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/idna/__pycache__/intranges.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..84ae48b9d8b8ca712ff7332b608dfe2a417e0223 GIT binary patch literal 2627 zcmZuyO>7&-6`uX0Xi}6!36|uaSR*S9vlJrMZM58_ zXP2?5Qi&4eASMPPpaIO>=tBV+zOXkRdkm0^WCbX(Fj}DP#W%LfDHrFxSyHl$46r-z z&HI@*Z@%~Dr&KCIVCeOK7eDPIdxRnCQ z!1I2cXhUostsx|PyA<0y4Jw@7)#^%KD4J=bUXN&s%3^Og5X!SM`bu610`(1<@F_!BzKX0v*hUR%I;UH>+0j;6ON%onbX-Zp)D zhj!g3Y*&aqZWnFWbi@JQJqj_=z%DWR;k4rwr>8{Rx}Hru#f!S6%c1%KWFpkARmu(v zHB5^U#yATq+|A}8V>=@blmg%O5Uk!K!H%p(9(L(vsYsS(OIlU})D$DodQ?s7>GkHb zR0j$aMxzA=fZ`T z9-67i8D)3OeBe|;%kvo^W!FyN&amn1X;_{`_yGf$q`n7Gv9k%`?1~64a^>bdi&=OC z-*$`6F4nuCrL(g%cY@Z?7li0~0qO<_DnBc{J$(k_DFTIKZuM9g^F1CgE7U|DLd9Wj z7&FUda1o{qND^#mL^4fy(qkOK6ec4>12YU*6=8-6#{}r!=61kB$qrNb3g=LEkpmz5 z5~i8bUoX!rz$s@6MQ-}X^5%@=lnlq5KNdh;Ap`V`W6#f&tB^Q1mpy)B#s{az%4UAi zg!`JYE!UiZOh+4M%hhmXhcgP?19uP@AB8RZ;q(6rzZLS!5E(hp*#DPfD;L_S!Ig9E z^vKHlPg29*=hptbH8Qo8dinn(rj4yi?PUMzt@<0?^~cGn_Ta(B@%rb@L+h7Y=?B+0 zCvz=xbMn;V!Bg#_@%H#s^Zi!({-xICN9n&^-xz;;HPwy}e3z=HzArT|wk9`UKG`b$ z{k_dM&;K~N`R0YK(GPx(Uu^FmttUDu*bl<$Pp^%BdwN41--bX*s0nn03S2|JTLrjI zkQVhn48%QBgT}rDd`(({`hp6OFFmCoc>ok22ZCcY`DjHc-;WCez28xkq~W(h+OYeT z`h`YrGkIh~J;KLeHI(?C&V##(oiU}|ouPgq0(l7lRghtK(eevuIh48~b z>JonmCLeJZMFG&V*e`F+&_WX+ZHXU*G87*-G=z73W_fbXkGG-t^#dLT09F0n+$eZSGT!AyTi0T#Ph)T z7}C3}LX%T#5Y-)d@gP`fHBB^4xvD_hQl4vdI}KRK$M$;v9ltU38@1P}QdMGW9^ zFkZ4<=l}(J6H{`N7T|sK@%8hl2ZHV!7nKJ-KsO`uW>!=_$JTr8oURExgt2)W9?&36 zMzi6tLLe@MWAW&HoWdm19>zo$FhZs5`Jsx6&^zqnLJ&%ZkD0>yh9S@vrgw`H9_hfe zU9N-9tMK_>!f%EAH+8UavYFmWO|6`Jk{J3&;_znTaN|bv##SP;a;6g_@#N~|uWmmX zoob$2&q3{-y8q$U=*fC=Rb6H6d{7V_Cow&S2Y$qd06OEA$fvK4j(|T?jxlUY?GHX|HDbu*#%&jZU lw|)R4U_0?aDcv~JAuz4)U-w&Q*6%!+5bUFCzu>Bf^f$l^p2PqE literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/idna/__pycache__/package_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c91f250d581f4533cb3cf1ac0a4dd12460a09e0 GIT binary patch literal 206 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 a={fAuJJMI0*`EqromDd3y_kJM{Qm%9#ZnUh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/idna/codec.py b/llmlab/lib/python3.12/site-packages/idna/codec.py new file mode 100644 index 0000000..913abfd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/idna/codec.py @@ -0,0 +1,122 @@ +import codecs +import re +from typing import Any, Optional, Tuple + +from .core import IDNAError, alabel, decode, encode, ulabel + +_unicode_dots_re = re.compile("[\u002e\u3002\uff0e\uff61]") + + +class Codec(codecs.Codec): + def encode(self, data: str, errors: str = "strict") -> Tuple[bytes, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = "strict") -> Tuple[str, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return "", 0 + + return decode(data), len(data) + + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[bytes, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return b"", 0 + + labels = _unicode_dots_re.split(data) + trailing_dot = b"" + if labels: + if not labels[-1]: + trailing_dot = b"." + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = b"." + + result = [] + size = 0 + for label in labels: + result.append(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_bytes = b".".join(result) + trailing_dot + size += len(trailing_dot) + return result_bytes, size + + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: Any, errors: str, final: bool) -> Tuple[str, int]: + if errors != "strict": + raise IDNAError('Unsupported error handling "{}"'.format(errors)) + + if not data: + return ("", 0) + + if not isinstance(data, str): + data = str(data, "ascii") + + labels = _unicode_dots_re.split(data) + trailing_dot = "" + if labels: + if not labels[-1]: + trailing_dot = "." + del labels[-1] + elif not final: + # Keep potentially unfinished label until the next call + del labels[-1] + if labels: + trailing_dot = "." + + result = [] + size = 0 + for label in labels: + result.append(ulabel(label)) + if size: + size += 1 + size += len(label) + + result_str = ".".join(result) + trailing_dot + size += len(trailing_dot) + return (result_str, size) + + +class StreamWriter(Codec, codecs.StreamWriter): + pass + + +class StreamReader(Codec, codecs.StreamReader): + pass + + +def search_function(name: str) -> Optional[codecs.CodecInfo]: + if name != "idna2008": + return None + return codecs.CodecInfo( + name=name, + encode=Codec().encode, + decode=Codec().decode, + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) + + +codecs.register(search_function) diff --git a/llmlab/lib/python3.12/site-packages/idna/compat.py b/llmlab/lib/python3.12/site-packages/idna/compat.py new file mode 100644 index 0000000..1df9f2a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/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/llmlab/lib/python3.12/site-packages/idna/core.py b/llmlab/lib/python3.12/site-packages/idna/core.py new file mode 100644 index 0000000..9115f12 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/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/llmlab/lib/python3.12/site-packages/idna/idnadata.py b/llmlab/lib/python3.12/site-packages/idna/idnadata.py new file mode 100644 index 0000000..4be6004 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/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/llmlab/lib/python3.12/site-packages/idna/intranges.py b/llmlab/lib/python3.12/site-packages/idna/intranges.py new file mode 100644 index 0000000..7bfaa8d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/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/llmlab/lib/python3.12/site-packages/idna/package_data.py b/llmlab/lib/python3.12/site-packages/idna/package_data.py new file mode 100644 index 0000000..514ff7e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/idna/package_data.py @@ -0,0 +1 @@ +__version__ = "3.10" diff --git a/llmlab/lib/python3.12/site-packages/idna/py.typed b/llmlab/lib/python3.12/site-packages/idna/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/idna/uts46data.py b/llmlab/lib/python3.12/site-packages/idna/uts46data.py new file mode 100644 index 0000000..eb89432 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/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/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt new file mode 100644 index 0000000..0e63548 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt @@ -0,0 +1,760 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Wentz +admin +Adrien Morison +ahayrapetyan +Ahilya +AinsworthK +Akash Srivastava +Alan Yee +Albert Tugushev +Albert-Guan +albertg +Alberto Sottile +Aleks Bunin +Ales Erjavec +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Ami Fischman +Ananya Maiti +Anatoly Techtonik +Anders Kaseorg +Andre Aguiar +Andreas Lutro +Andrei Geacar +Andrew Gaul +Andrew Shymanel +Andrey Bienkowski +Andrey Bulgakov +Andrés Delfino +Andy Freeland +Andy Kluger +Ani Hayrapetyan +Aniruddha Basak +Anish Tambe +Anrs Hu +Anthony Sottile +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Antonio Alvarado Hernandez +Antony Lee +Antti Kaihola +Anubhav Patel +Anudit Nagar +Anuj Godase +AQNOUCH Mohammed +AraHaan +Arindam Choudhury +Armin Ronacher +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 +Brandon L. Reiss +Brandt Bucher +Brett Randall +Brett Rosen +Brian Cristante +Brian Rosner +briantracy +BrownTruck +Bruno Oliveira +Bruno Renié +Bruno S +Bstrdsmkr +Buck Golemon +burrows +Bussonnier Matthias +bwoodsend +c22 +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Chih-Hsuan Yen +Chris Brinker +Chris Hunt +Chris Jerdonek +Chris Kuehl +Chris McDonough +Chris Pawley +Chris Pryer +Chris Wolfe +Christian Clauss +Christian Heimes +Christian Oudard +Christoph Reiter +Christopher Hunt +Christopher Snyder +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 +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 Pursehouse +David Runge +David Tucker +David Wales +Davidovich +ddelange +Deepak Sharma +Deepyaman Datta +Denise Yu +dependabot[bot] +derwolfe +Desetude +Devesh Kumar Singh +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dirk Stolle +Dmitry Gladkov +Dmitry Volodin +Domen Kožar +Dominic Davis-Foster +Donald Stufft +Dongweiming +doron zarhi +Dos Moonen +Douglas Thor +DrFeathers +Dustin Ingram +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 +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 +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 Stanley +Jeremy Zafran +Jesse Rittner +Jiashuo Li +Jim Fisher +Jim Garrison +Jiun Bae +Jivan Amara +Joe Bylund +Joe Michelini +John Paton +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 Hansen +Josh Schneier +Joshua +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +Jussi Kukkonen +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +kasium +kaustav haldar +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +kpinc +Krishna Oza +Kumar McMillan +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 +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 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 +matthew +Matthew Einhorn +Matthew Feickert +Matthew Gilliard +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 +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 Waller +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 +Razzi Abuissa +rdb +Reece Dunham +Remi Rampin +Rene Dudfield +Riccardo Magliocchetti +Riccardo Schirone +Richard Jones +Richard Si +Ricky Ng-Adam +Rishi +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 +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 +shireenrao +Shivansh-007 +Shlomi Fish +Shovan Maity +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephen Rosen +stepshal +Steve (Gadget) Barnes +Steve Barnes +Steve Dower +Steve Kowalik +Steven Myint +Steven Silvester +stonebig +studioj +Stéphane Bidoul +Stéphane Bidoul (ACSONE) +Stéphane Klein +Sumana Harihareswara +Surbhi Sharma +Sviatoslav Sydorenko +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 +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 +Роман Донченко +Семён Марьясин +‮rekcäH nitraM‮ diff --git a/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.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/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA new file mode 100644 index 0000000..e5b45bd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA @@ -0,0 +1,88 @@ +Metadata-Version: 2.1 +Name: pip +Version: 24.0 +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.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +License-File: AUTHORS.txt + +pip - The Python Package Installer +================================== + +.. image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +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/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD new file mode 100644 index 0000000..378f1f6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD @@ -0,0 +1,1005 @@ +../../../bin/pip,sha256=ywE05nXg5nnGB7HQzx_iAZSEUjwcfYGI-8g76d7ytJ4,251 +../../../bin/pip3,sha256=ywE05nXg5nnGB7HQzx_iAZSEUjwcfYGI-8g76d7ytJ4,251 +../../../bin/pip3.12,sha256=ywE05nXg5nnGB7HQzx_iAZSEUjwcfYGI-8g76d7ytJ4,251 +pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388 +pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-24.0.dist-info/METADATA,sha256=kNEfJ3_Vho2mee4lfJdlbd5RHIqsfQJSMUB-bOkIOeI,3581 +pip-24.0.dist-info/RECORD,, +pip-24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-24.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +pip-24.0.dist-info/entry_points.txt,sha256=Fa_c0b-xGFaYxagIruvpJD6qqXmNTA02vAVIkmMj-9o,125 +pip-24.0.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=oAk1nFpLmUVS5Ln7NxvNoGUn5Vkn6FGQjPaNDf8Q8pk,355 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 +pip/__pycache__/__init__.cpython-312.pyc,, +pip/__pycache__/__main__.cpython-312.pyc,, +pip/__pycache__/__pip-runner__.cpython-312.pyc,, +pip/_internal/__init__.py,sha256=iqZ5-YQsQV08tkUc7L806Reop6tguLFWf70ySF6be0Y,515 +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=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243 +pip/_internal/cache.py,sha256=uiYD-9F0Bv1C8ZyWE85lpzDmQf7hcUkgL99GmI8I41Q,10370 +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__/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=_br_5NgSxSuvPjMF0MLHzS5s6BpSkQAQHKrLK89VauM,6690 +pip/_internal/cli/base_command.py,sha256=iuVWGa2oTq7gBReo0er3Z0tXJ2oqBIC6QjDHcnDhKXY,8733 +pip/_internal/cli/cmdoptions.py,sha256=V8ggG6AtHpHKkH_6tRU0mhJaZTeqtrFpu75ghvMXXJk,30063 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=KW6C3-7-4ErTNB0TfLTKwOdHcd-qefCeGnrOoE2r0RQ,10781 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=c7_XHABnXmD3_qlK9-r37KqdKBAcgmVKvQ2WcTrNLfc,18369 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, +pip/_internal/commands/__pycache__/check.cpython-312.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, +pip/_internal/commands/__pycache__/download.cpython-312.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, +pip/_internal/commands/__pycache__/help.cpython-312.pyc,, +pip/_internal/commands/__pycache__/index.cpython-312.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, +pip/_internal/commands/__pycache__/install.cpython-312.pyc,, +pip/_internal/commands/__pycache__/list.cpython-312.pyc,, +pip/_internal/commands/__pycache__/search.cpython-312.pyc,, +pip/_internal/commands/__pycache__/show.cpython-312.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=63972uUCeMIGOdMMVeIUGrOjTOqTVWplFC82a-hcKyA,6777 +pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335 +pip/_internal/commands/freeze.py,sha256=qrIHS_-c6JPrQ92hMhAv9kkl0bHgFpRLwYJDdbcYr1o,3243 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=CNXQer_PeZKSJooURcCFCBEKGfwyNoUWYP_MWczAcOM,4775 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=VxDd-BD3a27ApeE2OK34rfBXS6Zo2wtemK9-HCwPqxM,28782 +pip/_internal/commands/list.py,sha256=-QbpPuGDiGN1SdThsk2ml8beBnepliefbGhMAN8tkzU,12547 +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 +pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419 +pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886 +pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476 +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/distributions/base.py,sha256=oRSEvnv2ZjBnargamnv2fcJa1n6gUDKaW0g6CWSEpWs,1743 +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 +pip/_internal/distributions/sdist.py,sha256=4K3V0VNMllHbBzCJibjwd_tylUKpmIdu2AQyhplvCQo,6709 +pip/_internal/distributions/wheel.py,sha256=-ma3sOtUQj0AxXCEb6_Fhmjl3nh4k3A0HC2taAb2N-4,1277 +pip/_internal/exceptions.py,sha256=TmF1iNFEneSWaemwlg6a5bpPuq2cMHK7d1-SvjsQHb0,23634 +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=sH0tL_cOoCk6pLLfCSGVjFM4rPEJtllF-VobvAvLSH4,16590 +pip/_internal/index/package_finder.py,sha256=S_nC8gzVIMY6ikWfKoSOzRtoesUqnfNhAPl_BwSOusA,37843 +pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688 +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365 +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, +pip/_internal/locations/__pycache__/base.cpython-312.pyc,, +pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009 +pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, +pip/_internal/metadata/_json.py,sha256=Rz5M5ciSNvITwaTQR6NfN8TgKgM5WfTws4D6CFknovE,2627 +pip/_internal/metadata/base.py,sha256=l3Wgku4xlgr8s4p6fS-3qQ4QKOpPbWLRwi5d9omEFG4,25907 +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=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882 +pip/_internal/metadata/importlib/_dists.py,sha256=UPl1wUujFqiwiltRJ1tMF42WRINO1sSpNNlYQ2mX0mk,8297 +pip/_internal/metadata/importlib/_envs.py,sha256=XTaFIYERP2JF0QUZuPx2ETiugXbPEcZ8q8ZKeht6Lpc,7456 +pip/_internal/metadata/pkg_resources.py,sha256=opjw4IBSqHvie6sXJ_cbT42meygoPEUfNURJuWZY7sk,10035 +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=hEPu8VdGE5qVASv6vLz-R-Rgh5-7LMbai1jgthMCd8M,931 +pip/_internal/models/direct_url.py,sha256=FwouYBKcqckh7B-k2H3HVgRhhFTukFwqiS3kfvtFLSk,6889 +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=XirOAGv1jgMu7vu87kuPbohGj7VHpwVrd2q3KUgVQNg,20777 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=ASVyyZxiJILw7bTIVVpJx8J293M3Hk5F33ilGn0e80c,4643 +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 +pip/_internal/models/target_python.py,sha256=34EkorrMuRvRp-bjqHKJ-bOO71m9xdjN2b8WWFEC2HU,4272 +pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600 +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=TC-OcW2KU4W6R1hU4qPgQXvVH54adACpZz6sWq-R9NA,20541 +pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 +pip/_internal/network/download.py,sha256=i0Tn55CD5D7XYEFY3TxiYaCf0OaaTQ6SScNgCsSeV14,6086 +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 +pip/_internal/network/session.py,sha256=9tqEDD8JiVaFdplOEXJxNo9cjRfBZ6RIa0yQQ_qBNiM,18698 +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 +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=z-H5DOknZdBa3dh2Vq6VBMY5qLYIKmlj2p6CGZK5Lc8,4832 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198 +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=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064 +pip/_internal/operations/check.py,sha256=fsqA88iGaqftCr2tlP3sSU202CSkoODRtW0O-JU9M4Y,6806 +pip/_internal/operations/freeze.py,sha256=uqoeTAf6HOYVMR2UgAT8N85UZoGEVEoQdan_Ao6SOfk,9816 +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=YeR0KadWXw_ZheC1NtAG1qVIEkOgRGHc23x-YtGW7NU,1282 +pip/_internal/operations/install/wheel.py,sha256=9hGb1c4bRnPIb2FG7CtUSPfPxqprmHQBtwIAlWPNTtE,27311 +pip/_internal/operations/prepare.py,sha256=57Oq87HfunX3Rbqp47FdaJr9cHbAKUm_3gv7WhBAqbE,28128 +pip/_internal/pyproject.py,sha256=4Xszp11xgr126yzG6BbJA0oaQ9WXuhb0jyUb-y_6lPQ,7152 +pip/_internal/req/__init__.py,sha256=TELFgZOof3lhMmaICVWL9U7PlhXo9OufokbMAJ6J2GI,2738 +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=8hlY56imEthLORRwmloyKz3YOyXymIaKsNB6P9ewvNI,19018 +pip/_internal/req/req_file.py,sha256=M8ttOZL-PwAj7scPElhW3ZD2hiD9mm_6FJAGIbwAzEI,17790 +pip/_internal/req/req_install.py,sha256=wtOPxkyRSM8comTks8oL1Gp2oyGqbH7JwIDRci2QiPk,35460 +pip/_internal/req/req_set.py,sha256=iMYDUToSgkxFyrP_OrTtPSgw4dwjRyGRDpGooTqeA4Y,4704 +pip/_internal/req/req_uninstall.py,sha256=nmvTQaRCC0iu-5Tw0djlXJhSj6WmqHRvT3qkkEdC35E,24551 +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=Xk24jQ62GvLr4Mc7IjN_qiO88qp0BImzVmPIFz9QLOE,24025 +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=jg5COmHLhmBIKOR-4spdJD3jyULYa1BdsqiBu2YJnJ4,5173 +pip/_internal/resolution/resolvelib/candidates.py,sha256=19Ki91Po-MSxBknGIfOGkaWkFdOznN0W_nKv7jL28L0,21052 +pip/_internal/resolution/resolvelib/factory.py,sha256=vqqk-hjchdhShwWVdeW2_A-5ZblLhE_nC_v3Mhz4Svc,32292 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=4t23ivjruqM6hKBX1KpGiTt-M4HGhRcZnGLV0c01K7U,9824 +pip/_internal/resolution/resolvelib/reporter.py,sha256=YFm9hQvz4DFCbjZeFTQ56hTz3Ac-mDBnHkeNRVvMHLY,3100 +pip/_internal/resolution/resolvelib/requirements.py,sha256=-kJONP0WjDfdTvBAs2vUXPgAnOyNIBEAXY4b72ogtPE,5696 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 +pip/_internal/self_outdated_check.py,sha256=saxQLB8UzIFtMScquytG10TOTsYVFJQ_mkW1NY-46wE,8378 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/models.cpython-312.pyc,, +pip/_internal/utils/__pycache__/packaging.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=yvDGelTVugRayPaOF2k4ab0Ky4d3uOkAfuOQjASjImY,3351 +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=Mesxxgg3BLxheLZx-dSf30b6gKpOgdVXw6W--uHSszQ,3113 +pip/_internal/utils/hashes.py,sha256=MjOigC75z6qoRMkgHiHqot7eqxfwDZSrEflJMPm-bHE,5118 +pip/_internal/utils/logging.py,sha256=fdtuZJ-AKkqwDTANDvGcBEpssL8el7T1jnwk1CnZl3Y,11603 +pip/_internal/utils/misc.py,sha256=fNXwaeeikvnUt4CPMFIL4-IQbZDxxjj4jDpzCi4ZsOw,23623 +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193 +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108 +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 +pip/_internal/utils/subprocess.py,sha256=zzdimb75jVLE1GU4WlTZ055gczhD7n1y1xTcNc7vNZQ,9207 +pip/_internal/utils/temp_dir.py,sha256=DUAw22uFruQdK43i2L2K53C-CDjRCPeAsBKJpu-rHQ4,9312 +pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821 +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=i4BwUNHattzN0ixy3HBAF04tZPRh2CcxaT6t86viwkE,4499 +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=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519 +pip/_internal/vcs/git.py,sha256=CeKBGJnl6uskvvjkAUXrJVxbHJrpS_B_pyfFdjL3CRc,18121 +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 +pip/_internal/vcs/versioncontrol.py,sha256=3eIjtOMYvOY5qP6BMYIYDZ375CSuec6kSEB0bOo1cSs,22787 +pip/_internal/wheel_builder.py,sha256=qTTzQV8F6b1jNsFCda1TRQC8J7gK-m7iuRNgKo7Dj68,11801 +pip/_vendor/__init__.py,sha256=U51NPwXdA-wXOiANIQncYjcMp6txgeOL5nHxksJeyas,4993 +pip/_vendor/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/__pycache__/six.cpython-312.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=ctHagMhQXuvQDdm4TirZrwDOT5H8oBNAJqzdKI6sovk,676 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 +pip/_vendor/cachecontrol/adapter.py,sha256=_CcWvUP9048qAZjsNqViaHbdcLs9mmFNixVfpO7oebE,6392 +pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=3z8AWKD-vfKeiJqIzLmJyIYtR2yd6Tsh3u1TyLRQoIQ,5352 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=keCFA3ZaNVaWTwHd6F1zqWhb4vyvNx_UvZuo5iIYMfo,18384 +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 +pip/_vendor/cachecontrol/heuristics.py,sha256=fdFbk9W8IeLrjteIz_fK4mj2HD_Y7COXF2Uc8TgjT1c,4828 +pip/_vendor/cachecontrol/serialize.py,sha256=0dHeMaDwysVAAnGVlhMOP4tDliohgNK0Jxk_zsOiWxw,7173 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=L_j-d0kYuA_MzA2_2hraF1ovf6KT6DTquRdV3paQwOk,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=eU0Dn_3yd8BH4m8sfVj4Glhl2KDrcCSg-sEWT-pNJ88,281617 +pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274 +pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763 +pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032 +pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915 +pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420 +pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242 +pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732 +pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542 +pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860 +pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683 +pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006 +pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176 +pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934 +pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566 +pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753 +pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913 +pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753 +pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735 +pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759 +pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537 +pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796 +pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498 +pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752 +pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562 +pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484 +pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196 +pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363 +pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035 +pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774 +pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372 +pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380 +pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077 +pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131 +pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 +pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128 +pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325 +pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75 +pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839 +pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678 +pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741 +pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866 +pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079 +pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709 +pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181 +pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134 +pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, +pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487 +pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268 +pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=nQFXN6G7nOWNDUyxirUep-3WOlJhB7McvCs9zOnkGTI,18315 +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 +pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950 +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21 +pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539 +pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132 +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=C5MK8JhVYGYFWPvxsORsqZAnvOXefYQ57m1Ym0luW5M,6079 +pip/_vendor/msgpack/fallback.py,sha256=tvNBHyxxFbuVlC8GZShETClJxjLiDMOja4XwwyvNm2g,34544 +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661 +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497 +pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/markers.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/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__init__.py,sha256=SkhEYVyC_HUHC6KX7n4M_6coyRMtEB38QMyOYIAX6Yk,20155 +pip/_vendor/platformdirs/__main__.py,sha256=fVvSiTzr2-RM6IsjWjj4fkaOtDOgDhUWv6sA99do4CQ,1476 +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=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211 +pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132 +pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678 +pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809 +pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160 +pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573 +pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983 +pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,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=byxYJp9gnjVeyhRlZ3UTMgo_LhkXh1afvN8wJBtAcc8,23685 +pip/_vendor/pygments/console.py,sha256=2wZ5W-U6TudJD1_NLUwjclMpbomFM91lNv11_60sfGY,1697 +pip/_vendor/pygments/filter.py,sha256=j5aLM9a9wSx6eH1oy473oSkJ02hGWNptBlVo4s1g_30,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=h_koYkUFo-FFUxjs564JHUAz7O3yJpVwI6fKN3MYzG0,40386 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatter.py,sha256=J9OL9hXLJKZk7moUgKwpjW9HNf4WlJFg_o_-Z_S_tTY,4178 +pip/_vendor/pygments/formatters/__init__.py,sha256=_xgAcdFKr0QNYwh_i98AU9hvfP3X2wAkhElFcRRF3Uo,5424 +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=r1b7wzWTJouADDLh-Z11iRi4iQxD0JKJ1qHl6mOYxsA,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=xy8Zf3tXOo6MWrXh7yPGWx3lVEkg_DhY4CxmsDb0IVo,5094 +pip/_vendor/pygments/formatters/html.py,sha256=PIzAyilNqaTzSSP2slDG2VDLE3qNioWy2rgtSSoviuI,35610 +pip/_vendor/pygments/formatters/img.py,sha256=XKXmg2_XONrR4mtq2jfEU8XCsoln3VSGTw-UYiEokys,21938 +pip/_vendor/pygments/formatters/irc.py,sha256=Ep-m8jd3voFO6Fv57cUGFmz6JVA67IEgyiBOwv0N4a0,4981 +pip/_vendor/pygments/formatters/latex.py,sha256=FGzJ-YqSTE8z_voWPdzvLY5Tq8jE_ygjGjM6dXZJ8-k,19351 +pip/_vendor/pygments/formatters/other.py,sha256=gPxkk5BdAzWTCgbEHg1lpLi-1F6ZPh5A_aotgLXHnzg,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=6LKnQc8yh49f802bF0sPvbzck4QivMYqqoXAPaYP8uU,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=aA0v_psW6KZI3N18TKDifxeL6mcF8EDXcPXDWI4vhVQ,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=dQONWypbzfvzGCDtdp3M_NJawScJvM2DiHbx1k-ww7g,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=FG-rpjRpFmNpiGB4NzIucvxq6sQIXB3HOTo2meTKtrU,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=13SJ3D5pFdqZ9zROE6HbWnBDwHvOGE8GlsmqGhprRp4,11753 +pip/_vendor/pygments/lexer.py,sha256=2BpqLlT2ExvOOi7vnjK5nB4Fp-m52ldiPaXMox5uwug,34618 +pip/_vendor/pygments/lexers/__init__.py,sha256=j5KEi5O_VQ5GS59H49l-10gzUOkWKxlwGeVMlGO2MMk,12130 +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=Hts4r_ZQ8icftGM7gkBPeED5lyVSv4affFgXYE6Ap04,72281 +pip/_vendor/pygments/lexers/python.py,sha256=c7jnmKFU9DLxTJW0UbwXt6Z9FJqbBlVsWA1Qr9xSA_w,53424 +pip/_vendor/pygments/modeline.py,sha256=eF2vO4LpOGoPvIKKkbPfnyut8hT4UiebZPpb-BYGQdI,986 +pip/_vendor/pygments/plugin.py,sha256=j1Fh310RbV2DQ9nvkmkqvlj38gdyuYKllLnGxbc8sJM,2591 +pip/_vendor/pygments/regexopt.py,sha256=jg1ALogcYGU96TQS9isBl6dCrvw5y5--BP_K-uFk_8s,3072 +pip/_vendor/pygments/scanner.py,sha256=b_nu5_f3HCgSdp5S_aNRBQ1MSCm4ZjDwec2OmTRickw,3092 +pip/_vendor/pygments/sphinxext.py,sha256=wBFYm180qea9JKt__UzhRlNRNhczPDFDaqGD21sbuso,6882 +pip/_vendor/pygments/style.py,sha256=C4qyoJrUTkq-OV3iO-8Vz3UtWYpJwSTdh5_vlGCGdNQ,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=he7HjQx7sC0d2kfTVLjUs0J15mtToJM6M1brwIm9--Q,3700 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/token.py,sha256=seNsmcch9OEHXYirh8Ool7w8xDhfNTbLj5rHAC-gc_o,6184 +pip/_vendor/pygments/unistring.py,sha256=FaUfG14NBJEKLQoY9qj6JYeXrpYcLmKulghdxOGFaOc,63223 +pip/_vendor/pygments/util.py,sha256=AEVY0qonyyEMgv4Do2dINrrqUAwUk2XYSqHM650uzek,10230 +pip/_vendor/pyparsing/__init__.py,sha256=9m1JbE2JTLdBG0Mb6B0lEaZj181Wx5cuPXZpsbHEYgE,9116 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=05uaIPOznJPQ7VgRdmGCmG4sDnUPtwgv5qOYIqbL2UY,6567 +pip/_vendor/pyparsing/common.py,sha256=p-3c83E5-DjlkF35G0O9-kjQRpoejP-2_z0hxZ-eol4,13387 +pip/_vendor/pyparsing/core.py,sha256=yvuRlLpXSF8mgk-QhiW3OVLqD9T0rsj9tbibhRH4Yaw,224445 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=nxmDOoYF9NXuLaGYy01tKFjkNReWJlrGFuJNWEiTo84,24215 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523 +pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646 +pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692 +pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488 +pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646 +pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=owujob4dk45Siy4EYtbCKR6wcFph7E04a_v_OuAacBA,5169 +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=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697 +pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449 +pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286 +pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560 +pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823 +pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373 +pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=kOPn0qYD6xRTzaxbqTdYiSInBZHl6379AJsyIgzYGLY,33460 +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/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=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +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=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +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=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509 +pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224 +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=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584 +pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007 +pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574 +pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852 +pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706 +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,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=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173 +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493 +pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551 +pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179 +pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682 +pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562 +pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746 +pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086 +pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142 +pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/truststore/__init__.py,sha256=qzTLSH8PvAkY1fr6QQ2vV-KwE_M83wdXugtpJaP_AbM,403 +pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/truststore/_api.py,sha256=xjuEu_rlH4hcdJTROImEyOEqdw-F8t5vO2H2BToY0Ro,9893 +pip/_vendor/truststore/_macos.py,sha256=BjvAKoAjXhdIPuxpY124HJIFswDb0pq8DjynzJOVwqc,17694 +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=1x_EhROeJ9QK1sMAjfnZC7awYI8UnBJYL-TjACUYI4A,17468 +pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130 +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=Rp1mVyBgc_UlAcp6M3at1skJBXR5J43NawRTvW2g_XY,10811 +pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64 +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 +pip/_vendor/urllib3/connectionpool.py,sha256=ItVDasDnPRPP9R8bNxY7tPBlC724nJ9nlxVgXG_SLbI,39990 +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=yhZdmVjY6PI6EeFbp7qYOp6-vp1Rkv2NMuOGaEj7pmc,34448 +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=0i8cJgrqupza67IBPZ_u9jXvnSxr5UBlVEiUqdkPtYI,19752 +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=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=4NKk7fQhVsZw0U-0zmm9Q2LgGyaPXacFbnJAaS0Q6EY,493 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc,, +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979 +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305 +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563 +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL new file mode 100644 index 0000000..98c0d20 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.42.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt new file mode 100644 index 0000000..26fa361 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.12 = pip._internal.cli.main:main diff --git a/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/pip/__init__.py b/llmlab/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 0000000..be0e3ed --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "24.0" + + +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/llmlab/lib/python3.12/site-packages/pip/__main__.py b/llmlab/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 0000000..5991326 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/__pip-runner__.py b/llmlab/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..49a148a --- /dev/null +++ b/llmlab/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 setup.py +PYTHON_REQUIRES = (3, 7) + + +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/llmlab/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..edf395c0815cd64248afb1a143559a6e8a1ebede GIT binary patch literal 685 zcmX|9zi-qq6t|Fs#PiYe81Wfl55Yr8o32V&2eaT^4YUV;;-{#yRWo&NyJ<%g!)t{HXWSkwjh_JQl{b zy)|V;C26r0EH1^@SKEN<+_a(Qw${=q_-{UB&Zie4KzGbM*Zl>?$V1zB8@)e5ucOG{ z+IurNzCaO_10nS7iQ*)EtURu5r&xo`K z>Lc9t(oId3;u@af5+LLBSY=#WppLn;x=|IJ8r^f>c-p=HEH{pXki)fPQk6Uz=bD;@ zj3z}SZ=HH)Ba z;N}d39rUM33qxprgG0fcstrq8%GFw!(_ePea& z!wqJP?~p#}aPI#)?Ai?#|fMJRgm7U-=fXPPW2SP#C#yzjmF=6&DJ&Zk^14Lm;fezqRS z0KY^LMQjX?ULb&NAV81_^-)H3M3I3b>Le4G;{}lfB2j}tuVp_s5Fp9m^)1o`NZiZ zetXzVTbX(m0lyn$%>R9s_p{OcMA`^^=zJX?jOh^N3-A@>5Lex=eO` zmtkA;+AQ9pUgHU2vfZ^=MpbRCv97hKs7Vw#p}YHJ0Lx}GRF zR!n_Ov3;-I?OZEfEh(<<(Zbl5t8hUj`mCbuA17~GUGm7Jx13o%U;KCXEnkK*Lg)Ze z2aq0S0Vg&qL8Z4G+z3mdA3EFqYyZvj&*vAv$cx|k=1Q=#xf-m7(=ThoB;a%5O-vg{6n?Y2{>RvfArR6e8zoI~W$coqN>mY2H6;m&1O&*Tma5gpJB9^&*V$bY zOpHVkQmIs_9I8TZIaF05TB*k#du}f_Mun^tDg8N=8;K8XIrWX#8<5g=q&KU>g)Tx7-vsMV=wyrk~E&>61 zNC{1M1DL*>ptQL5MYh{Fb>?4i!b(VK{U)-`J2nC(E*_oxdSI4jiWU{=temlOCDEEx zO);YvN}`?>3u+-D-dFLTCd#6sX0z0wnk7PE zT80lJ0P}>g)fr{tVtheX34u=!2~dJ>`THbJhT_ELP0NULHkW+MCNm}@l_>7rNlof` zn#xWXve}c7Q@LDT%E@a}Vt@wdrJx!B%;8Q8*`I-;5<{p+rSU)X@YxtOj#e8iZ*AG-)O(Iz{s6mS`3Wj18ibzxZHY>^A7V zqH3VM|MG+RcoIVjj>y*JHC0on!2(oNgYhoI&Tt3g0~>Yr&{ly0b`?l-lvj9U0&!W8 z7D^;8*j*!PVX#5NQHp3ZW2xGNbHGrB)x;gx#2l(k;sQy5tzr5iHX%}iePT>C8;I+~ z<}$Hf;!Kb-?>@wNp)8o;o3L*!lPu?kw@AtY5|kUVdA#vBZyZJ_JCMcHC9^;?c64NL zL>e2uGkSGkOd1^?9*=u$!KAsY?avl-IaU^1C}6d0uO%B3)IuxznJf>HjmCW%ov6;8 z`R^hmU!M3n?ldo>Sb%4t*h+CD^xAf;!B~iC4Pm%`Nn&A2k{y&Jr#IlbMUw6n66uUej>dFkd>sBLyajDl zXj{2m?L1fOys!yxKl4Ra-r4XSufS;K 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/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33abeb2e56c3452ea0f939fe3e069a488f06f904 GIT binary patch literal 787 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5edc94088865b7fec9b44b2a6510e7db79ce3785 GIT binary patch literal 12665 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28ed91cd539791f6c900df5fc2e7196a9b4513de GIT binary patch literal 17666 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

C^}1dY#E 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 Tq3$=kM+Lr@f5@?nt=InpDu&pR literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1207176ed5443b7e51795830bd6c626c35f2ef7d GIT binary patch literal 33284 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�pr3*lC?H1#cCa}+Vwjy;%Z~YEM`W@iCfT`+ z?Bqjss31F|kDbuPj|1IToRe{3UjbvieaYNWJ(LB zR#!`?BMg4G(HGr4bEch>IzXs?A=OBtWF+_AM771d-kA%`6357or zir9bej|AV3h4wk2{l~(g`@*4r5O)1oI65aB{ZLr{p|I}n>?I#M8a{M1{=H+zhmL&@ zy>(O7_q}y<-n!|X^WHUAT^YY9c3uwyyNI3BGBnL%XU0<`1{U1@slMx5r=Fj4!`}u8 z58(vl#2q@6!jg=aVm^u$P|Pp5e2ayMEj5c`d%Mz;grPgd;!ik^0rRJQ6S`mjl;}g0s?R1FSQ;i#O9E!Mo zsmLyNi>cL{Z~!zSOXyLrn5u855_?4|{-l^{+Cq;f@n{pvW>6b$OFmJ2`Z{aT)0Az$ zczq}3+Rr}f5vLE+QxBeM#g^&ksOpxboub&R7v4-CHNX>!vNbGuJmLv4RgQgA6j`dO zKv$?0xGx3QiATj$^S0FXLrVh1mrjc%VtZ~Z;broV$si2KA; zNz;-*k);^7B*L-QkrJAgiVlimEe^u@M4$)*)c+4J Cwt`mx literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be3845c8804d55240eb5457f334e7c0139711989 GIT binary patch literal 670 zcmX|9zi-qq6ty=)Ts<$5X(tiELx;eggPN6REC!2mXj}jmsmK7W&41jA~7&j zVqv2!%pm>~SYXY9fQhZ>VCls3QTmkk@;(3f-sfk3T3P86w2ueh^F2z)kC6Pg&Iy>W zBX~_DkyMkCj%XQ;B1&Xe#t;F8cn#-+%LI~XB0DcSqfQeI&io7ngQ!jJDd*eXedASK z3BA)M!sf2+TJSSlWmxyrVno5`7cpQ>Dx*;I8Kop5`*fdtI9a_*2JzFkdxdfgKV!jx zeFTzCYs+daSyorB*1%k5mGO@GLU>k+hB>daW)ol*reLAURF(G`n(}FX0q!D&kW&3q z%OrTAw7bR}04uyV?iS~{^2KbDW_8I;V+1$KaOK<#9N)aLbu(QM*$59Yplxsb*a~C7 zVlOV?%5_xY`7yEcC@kcwvAExg5*81%V8?Ks^i}6vX(Oq t+cwaKi*r{o9L1E{sP!5v~mCd literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8bac438bccbb171aabeba2ff79e6279b6f713e48 GIT binary patch literal 4971 zcmbUlTWl29_0D6TvoG)Zje!9h>_d&(_w4vRU-LlI+~BAWBI0Z6YTjU zujrTJIaUn3!KM>pP-=#CGpspSx6nvp#n2QI!#|>K(Y9>qRxu(0P6sT-D8R?y*JR=O zrB%RUt2lMzNqsNycQJQ|C?glB^r1f4pGGnkpy&}g z#i5~_yI+uXT~?>Q=9tkYXG|}aj3QRE6p_2$SQr`jZC-?K1sU#H2^n>xAmo^5j>2&Y z8J;>WT;Ln1goe?r`o^s~_GOf$$F{K{CNdpAa(5NejV_S6ol**VM@~b3v!`9Bddml;Q|4y zVB0-an12!&oRU;&u7HOY_Ge^0qrhcnv|I*6NewDmR#5bzlnc`Y0_kng{R91L5q;7( z{>$UHJMRqtqWgYwXsvJj-#WR3Yn@$GlEDPlWC=Z!0S8D@I83mKVR_s_4x>95V&axD z0<;&pMYO@Syq$gT_&Udb!j1prGBEgf;9lSO`hoEZJH81Z$m}SpL`zA`=vonHrHlxE zm^Cy!zwOdo-#80M;2Q+jYBR29I6DZ);*3k|D^7o@7lww&PDXeUro(s%Uz$(^B?|8LF=>PG+#E19z!#;@C;E zA%2F4Z~AqJr~=4lQOl4tkR?`gnhz#cbbSo{H?kn*#8jF62KJ|2Y)^^RV3iF{k-qOT%$@Xe%=VU=afj_W}N#wfy!RPN#STFT?i2kb|5b#0 z0DdpP@7@9*m`Utl2g{OQ^b>D#XgOn@=J^s@JXd1pDE%ztK;nB=n`w1sjd6yM+0n$H zLobAY2LFv{a19z|NT7@KMFh77(K64L{EJ?A&L}Y~M&6^rT7LUfjDi&?95P5)S*^s} zjyZGy+b>3mxaEMcyAFU#0q0x~8zie(t;C2;x8u&e0cKzry%GV;U;r8WTqsvhNZTvuSmLtg{YJmtPSa5XDektcD?#nsppb$(%=6iU;)9aX<5ca1#PW-38*iD z5lQNFc-Ip%DUA48sTYHZT|@AFISso+TpRGbM5-jPVL`(N)Imx6241u(o-O7lX5{4@ z(B<`Mt*D6PLM)9HX-de>^I1&cKlUdNew0SlI{A6v24%jdMB zDy9}ZMI(3Q87R8_k_s0Jh8bH3SvEMLTV=q)g<)A2CKWjOifH3y9Sm$0>8BhS8lp}M zpq@Z1UMzrHzw{(*Q?6TPVe7;ZbJL;%;b~qMM%CX-QHR z;*G7L)5njdo=F{Du!Xe1QWoJ1q$A-}CSyB$CX=Kw$%ptb>BtOh=Bro03tblsVhQVd zcv6xQaiGKnqv<4)AQ6cD>y3hl_SxtrN3X+kaI`-Qd9H)4=1lyTx_eo&#plhq26ibXf-`nBEsE-EP0}E4|F;yj7WHFX?8WAAnG-^T0HP`08K2TzX*l)B6@rj zwY05_E|0E^Esxz8T5o=O@r8|8e8soyTZt@3R_E4ZeTx_V%(Z{eu@Tu@jkYb#)DYEi z8oKb%Cc{L7HN*sh4}-|xvJq~2J9YEqz3>2>1`gkOb)$9H%9Z6SH}?JP;0FhP+_&C( zXle8d296%I?OAzk`8D9z_Vo48gSK5up@%V`@WYp@TuX)9_u*3;@$MQ;H4OlZL9)vm`Av%0wBhj@ov^;b_acC`Z=;o#M#Iu#?vyT`!`Fz{S=z8LKC3?K(LxDss zf>0b+s;2i zK2OIISEIdwj*U>;D))y_Pt5~+z$d!veq_&DWY6mB>yiG&(Q0Dv{Y3X#qWi|!owMtS zlZ%(CZ5@jvRbOQBb+AL?#FDStbf6MDxa9eq+r2t{(|4!kZfKnwsjwqo$mEJ1k}Lf3 z@f?j}`yU||IL7;{?R>T4^xZ3WGnKX%Ksd0k7d3a(d`!6G%NhefPjupvzv6q&onU^G z;znuuwHS-FQg*fhywsL3((Py^acj0)(9VZ= zN}9_`)_+xWD_7V7PU78UCm|o&Q6DGVdD4-9w*u-zWPJ@+tX9U!|S6gXciUuD}r>Abkf(5-X@#cRRu(9}7q8f#x|UXIildv$ccnVmW7 Y%*MW5pFQw|D-nLpv+uFTg0}Sd4=*nQ2LJ#7 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58d035496bacd53ce31474909c87951cfb90b45b GIT binary patch literal 10552 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 Z=Su>T`>j9e{BbAG{`}%&s^R9>{{fYql^Os5 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..574419d3897bca61eca7b0a13614024ec5c3d282 GIT binary patch literal 13649 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/build_env.py b/llmlab/lib/python3.12/site-packages/pip/_internal/build_env.py new file mode 100644 index 0000000..4f704a3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/build_env.py @@ -0,0 +1,311 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.certifi import where +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +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 = 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", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cache.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..f45ac23 --- /dev/null +++ b/llmlab/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 re-use the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: 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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..53597d8e635b12e5074e18d97384fa37ac63758d GIT binary patch literal 278 zcmXw!Jx&8L5QXg!K@=%>aEDTCERq({($UZ%A#2v2-B^r&WIM%DQ*Z;$z*XP|lyCt= zx>R^kc+I>wQ+)H@7mGQodVButpX&S?!@u~^>}S=yFvITHz?YN9>)Tx$K|er`LI+>K zdh2@uL?Uz|+IXJp-Z}6_ko736FPJ*eC=wDBH1%w7ezW8sXG)o%m3n3Sk#@M3+u%@k zeS+L*kVH-qv`xWW#!$T^+sZhUZSb4b#ad=tusQydWyMSN2lPNvla;DQTa;SG;V`>& b!R!dH(rKlQ1@qYd`-F4;GvR!irZxTo+v!sr literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f477dd7aeccf806bb08bf13dcb65faf2f0ae7d3 GIT binary patch literal 8465 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 rd(JjlYceM-;~# zNnx$(__ImGaRMxaBz6|imymd24gW-bCBfiTdK^Vo#o#287EcIy2&W#xWD_QT6*KkH V&C;59e3{#p`pFsc2pEn1{0DW-l&t^& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f48058caeb4427a4f20d8349f1fb7b1392942631 GIT binary patch literal 2298 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 S6Q2dwCd&I>e5ez39sdhUoM%M< literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2fd77fc5f7caaafc621e1b74d9663ab095b3f70 GIT binary patch literal 15022 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3d6ad3681c5f785d12f6c344b0d050be2b2b477 GIT binary patch literal 18852 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a803e10175ceffcd9a3322e19d155ecdc4cabe96 GIT binary patch literal 7840 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 D!=TV< literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1509ef3b877abf79d0dd169d5202056947e9bf53 GIT binary patch literal 375 zcmXw!F;Buk7>2Ku0%95=Vjz*(gaIzK?$G3)!x@qmv)CRg?TlmJ-dtKbs&3(Rv4E)gUckVQ6mwg8t-UPM;PQs}N zpT{ww%@Kh?FvS5GHkn76FkHjHAHrzCCgJR|b$$V<&%9 None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + 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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..db9d5cc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/base_command.py @@ -0,0 +1,236 @@ +"""Base Command class, and related routines""" + +import functools +import logging +import logging.config +import optparse +import os +import sys +import traceback +from optparse import Values +from typing import Any, Callable, List, Optional, Tuple + +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, + UninstallationError, +) +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 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 + + 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 + + def intercepts_unhandled_exc( + run_func: Callable[..., int] + ) -> Callable[..., int]: + @functools.wraps(run_func) + def exc_logging_wrapper(*args: Any) -> int: + try: + status = run_func(*args) + 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, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..d643256 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py @@ -0,0 +1,1074 @@ +""" +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"], + default="on", + help="Specify whether the progress bar should be used [on, off] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=True, + 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. By default, a warning message is shown.", +) + + +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 = [ + "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", + "truststore", + ] + + 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", + ], + 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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/main.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..7e061f5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/main.py @@ -0,0 +1,79 @@ +"""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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..ae554b2 --- /dev/null +++ b/llmlab/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, Tuple + +from pip._internal.cli.status_codes import UNKNOWN_ERROR +from pip._internal.configuration import Configuration, ConfigurationError +from pip._internal.utils.misc import redact_auth_from_url, strtobool + +logger = logging.getLogger(__name__) + + +class PrettyHelpFormatter(optparse.IndentedHelpFormatter): + """A prettier/less verbose help formatter for optparse.""" + + def __init__(self, *args: Any, **kwargs: Any) -> None: + # help position must be aligned with __init__.parseopts.description + kwargs["max_help_position"] = 30 + kwargs["indent_increment"] = 1 + kwargs["width"] = shutil.get_terminal_size()[0] - 2 + super().__init__(*args, **kwargs) + + def format_option_strings(self, option: optparse.Option) -> str: + return self._format_option_strings(option) + + def _format_option_strings( + self, option: optparse.Option, mvarfmt: str = " <{}>", optsep: str = ", " + ) -> str: + """ + Return a comma-separated list of option strings and metavars. + + :param option: tuple of (short opt, long opt), e.g: ('-f', '--format') + :param mvarfmt: metavar format string + :param optsep: separator + """ + opts = [] + + if option._short_opts: + opts.append(option._short_opts[0]) + if option._long_opts: + opts.append(option._long_opts[0]) + if len(opts) > 1: + opts.insert(1, optsep) + + if option.takes_value(): + assert option.dest is not None + metavar = option.metavar or option.dest.lower() + opts.append(mvarfmt.format(metavar.lower())) + + return "".join(opts) + + def format_heading(self, heading: str) -> str: + if heading == "Options": + return "" + return heading + ":\n" + + def format_usage(self, usage: str) -> str: + """ + Ensure there is only one newline between usage and the first heading + if there is no description. + """ + msg = "\nUsage: {}\n".format(self.indent_lines(textwrap.dedent(usage), " ")) + return msg + + def format_description(self, description: str) -> str: + # leave full control over description to us + if description: + if hasattr(self.parser, "main"): + label = "Commands" + else: + label = "Description" + # some doc strings have initial newlines, some don't + description = description.lstrip("\n") + # some doc strings have final newlines and spaces, some don't + description = description.rstrip() + # dedent, then reindent + description = self.indent_lines(textwrap.dedent(description), " ") + description = f"{label}:\n{description}\n" + return description + else: + return "" + + def format_epilog(self, epilog: str) -> str: + # leave full control over epilog to us + if epilog: + return epilog + else: + return "" + + def indent_lines(self, text: str, indent: str) -> str: + new_lines = [indent + line for line in text.split("\n")] + return "\n".join(new_lines) + + +class UpdatingDefaultsHelpFormatter(PrettyHelpFormatter): + """Custom help formatter for use in ConfigOptionParser. + + This is updates the defaults before expanding them, allowing + them to show up correctly in the help listing. + + Also redact auth from url type options + """ + + def expand_default(self, option: optparse.Option) -> str: + default_values = None + if self.parser is not None: + assert isinstance(self.parser, ConfigOptionParser) + self.parser._update_defaults(self.parser.defaults) + assert option.dest is not None + default_values = self.parser.defaults.get(option.dest) + help_text = super().expand_default(option) + + if default_values and option.metavar == "URL": + if isinstance(default_values, str): + default_values = [default_values] + + # If its not a list, we should abort and just return the help text + if not isinstance(default_values, list): + default_values = [] + + for val in default_values: + help_text = help_text.replace(val, redact_auth_from_url(val)) + + return help_text + + +class CustomOptionParser(optparse.OptionParser): + def insert_option_group( + self, idx: int, *args: Any, **kwargs: Any + ) -> optparse.OptionGroup: + """Insert an OptionGroup at a given position.""" + group = self.add_option_group(*args, **kwargs) + + self.option_groups.pop() + self.option_groups.insert(idx, group) + + return group + + @property + def option_list_all(self) -> List[optparse.Option]: + """Get a list of all options, including those in option groups.""" + res = self.option_list[:] + for i in self.option_groups: + res.extend(i.option_list) + + return res + + +class ConfigOptionParser(CustomOptionParser): + """Custom option parser which updates its defaults by checking the + configuration files and environmental variables""" + + def __init__( + self, + *args: Any, + name: str, + isolated: bool = False, + **kwargs: Any, + ) -> None: + self.name = name + self.config = Configuration(isolated) + + assert self.name + super().__init__(*args, **kwargs) + + def check_default(self, option: optparse.Option, key: str, val: Any) -> Any: + try: + return option.check_value(key, val) + except optparse.OptionValueError as exc: + print(f"An error occurred during configuration: {exc}") + sys.exit(3) + + def _get_ordered_configuration_items( + self, + ) -> Generator[Tuple[str, Any], None, None]: + # Configuration gives keys in an unordered manner. Order them. + override_order = ["global", self.name, ":env:"] + + # Pool the options into different groups + section_items: Dict[str, List[Tuple[str, Any]]] = { + name: [] for name in override_order + } + for section_key, val in self.config.items(): + # ignore empty values + if not val: + logger.debug( + "Ignoring configuration key '%s' as it's value is empty.", + section_key, + ) + continue + + section, key = section_key.split(".", 1) + if section in override_order: + section_items[section].append((key, val)) + + # Yield each group in their override order + for section in override_order: + for key, val in section_items[section]: + yield key, val + + def _update_defaults(self, defaults: Dict[str, Any]) -> Dict[str, Any]: + """Updates the given defaults with values from the config files and + the environ. Does a little special handling for certain types of + options (lists).""" + + # Accumulate complex default state. + self.values = optparse.Values(self.defaults) + late_eval = set() + # Then set the options with those values + for key, val in self._get_ordered_configuration_items(): + # '--' because configuration supports only long names + option = self.get_option("--" + key) + + # Ignore options not present in this parser. E.g. non-globals put + # in [global] by users that want them to apply to all applicable + # commands. + if option is None: + continue + + assert option.dest is not None + + if option.action in ("store_true", "store_false"): + try: + val = strtobool(val) + except ValueError: + self.error( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..0ad1403 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py @@ -0,0 +1,68 @@ +import functools +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.utils.logging import get_indentation + +DownloadProgressRenderer = Callable[[Iterable[bytes]], Iterator[bytes]] + + +def _rich_progress_bar( + iterable: Iterable[bytes], + *, + bar_type: str, + size: int, +) -> Generator[bytes, None, None]: + assert bar_type == "on", "This should only be used in the default mode." + + if not size: + total = float("inf") + columns: Tuple[ProgressColumn, ...] = ( + TextColumn("[progress.description]{task.description}"), + SpinnerColumn("line", speed=1.5), + FileSizeColumn(), + TransferSpeedColumn(), + TimeElapsedColumn(), + ) + else: + total = size + columns = ( + TextColumn("[progress.description]{task.description}"), + BarColumn(), + DownloadColumn(), + TransferSpeedColumn(), + TextColumn("eta"), + TimeRemainingColumn(), + ) + + progress = Progress(*columns, refresh_per_second=30) + 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 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) + else: + return iter # no-op, when passed an iterator diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..6f2f79c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,505 @@ +"""Contains the Command base classes that depend on PipSession. + +The classes in this module are in a separate module so the commands not +needing download / PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +import os +import sys +from functools import partial +from optparse import Values +from typing import TYPE_CHECKING, Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.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.self_outdated_check import pip_self_version_check +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) +from pip._internal.utils.virtualenv import running_under_virtualenv + +if TYPE_CHECKING: + from ssl import SSLContext + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + raise CommandError("The truststore feature is only available for Python 3.10+") + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError as e: + raise CommandError(f"The truststore feature is unavailable: {e}") + + return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + + +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, + fallback_to_certifi: bool = False, + ) -> PipSession: + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "truststore" in options.features_enabled: + try: + ssl_context = _create_truststore_ssl_context() + except Exception: + if not fallback_to_certifi: + raise + ssl_context = None + 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, + } + + # 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 + + +class IndexGroupCommand(Command, SessionCommandMixin): + + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + # This is set to ensure the function does not fail when truststore is + # specified in use-feature but cannot be loaded. This usually raises a + # CommandError and shows a nice user-facing error, but this function is not + # called in that try-except block. + fallback_to_certifi=True, + ) + with session: + pip_self_version_check(session, options) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv" + ) + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/llmlab/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8be9683a2434d7be6a01b743980dcecd703e035 GIT binary patch literal 4002 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e58000d9761f309d0b9b3694e114fdd6cdfbdc0 GIT binary patch literal 2090 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6d188e0ab3dba31abb2ea047748dfa458e55644 GIT binary patch literal 10161 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae62efb58740b01a625b26509a2bd2e6ada5625f GIT binary patch literal 7589 zcmcIpO>7&-6<+=?DN>?HNt7tdT1r-AN|t2FKk|?4#D57K+d@z~X~Do)thgg;!$zX|zjkv9Q=uL^-OHO^WKU(T1MjBWP zY3I#*Z{EClGduImTrIvD0(wBkGgn^^xl5ce375j`@Kvr13S19h+L zE&6gk59Rq}e=(2?n6zIG7DKs^Ne5)M7|w-FIw(hqExDFrG#54NAvsoT&9#~|E4LNn zxwuJ(<@RDCmoVvwoGfwjovHtQk5_XN3uRG|EqB~^nmk}rx%S(B6!44a92# zE+CCBFKG)(DeEPPU!V^v5=KQ-(#|QxqEHe^^p>P8@Oc>trAirEhOWMQ?%ai|SAlG& zjpr(oEb37eGNVh(clru_)XFnxYRy=7S>pq5pwxAlI_w&qhewdF56~Rs_)=xNsTb9pT_{ z1Y8-$C=`&&&10o_B4P^1xObM`xybE@P;rX3fG{VOM06WM&s9{ZRN$~1Qcf+SyfiN% ztd84_-#d4eD`RC52FO*gyurV$sN0 zL0Kwuf~+c>S}B(mtf`!6kCM7ZhrtarIS3<@WTXxp;BGBQ`32hlO-V$iDWSw6L0#f* z2}_&?2F;-?aRR6+GU8C_ri7IeT{%=dhcvro16G%>#xY?=w_?5_KGaG?waNJu31j(nq@eAw?3~Z&RtvWzOotY-ZjhV zU9-Gr*DUYdHOt(tSsvIm%llrfWzi#gMW5&w17c8n&9S|>-=W-63_WBY*gLIX^kqJ(HRJU(C z`jbikaArVwdOYhVe%cEO6_F;~6fg;iXkMtu8u2e6xr}LWvT4Es_@)q8B@sb1Dewi; z6PmQ-0g(fI2CFKGHsK(Zgh~o8qOwX_3$ijN$PS1mVGzv0i0~3=QA+ZXQ;C%^nn&2F z`c#}JKH!m7+b+K#s0#@Cq4*0URpsZv=L9up!gxtlWHU}AQc(euqwAdh&v7uCK|5U-+=V7`JOR-}gxeA9(vV>s>RWyAt^d;u$!GHEdZpIr%- z1*{@Wl2Qo@&2DE2;nw0;kvvZ#Rtp+rl}4T8ewdqBP>N_`zJLXFEH6yRa*>yXxiJl9 zj8=f2kfpf^>;7|Sd~#|+h3m(dgYzccGcbNto{Ur8L%wRd4<$j+wGShlyx|TU!XHRSs9n&+%YMB#t_T)Cv zAw6@bmN`;qk8Ts4&@(4$nVC9!YMbbYo;gy>OxM|C+e9yMS=Z|&}&mBy+Edp){H)FrTf6bvdZ@ zIx?`n1NMqSib3=|^gD@}&Iyx`2hFOkPV~dAf+Ya>`&&P3) z9Chk$dDr_k^IK0fym;K@IaD>)1Sq{Da1oo%|UKEC8tVSJ+?mE=YJMybcwq^EO){lM( zJU#C*rr$S-QFH?Tn5XAA3ExC`P62W$8zd~?AHWZwN{4A0G(E#~9g{XlO@cOc9}fC? z1#*sE7QC@DW=Q03Eg&STchXlY`8Y8KYBO^c9`1*`<9Ps&qJis>e4js(->1WD4os*NKdgK7pB(@%+X+M%%#3U3F& zjC2fAZx8{1lN!3MVY)$Mx}y>n;G3Dhg^+{cW{8Pfs6vm4znb{`M$9fydCZmrID}YP zforuulM_4=rx{=ba8i}>W+X`nMrbzZqc(y!&4e_Gs(>$5$bpLd+!FDZgd!p-Rk(?G zSt{KCZj&1%D3r?xmI~zI%sJdaN9BuvJjviK0hgSlvpu0I4@p_x&ADQlpCSH5MJi!> zlx15ny_;A|f_~xV%EB|0GS|vkphy^&p?y8@gKsK+lX6*SaHOrtVVdqH5og820`Som zv|E}-b{~9%+VJ5@=}vMhWCZ3FkgA;~RD3o#yb`Lj+**+7>!(!Db2eeHS)I+U4g=_V z-aoclFvid7<7aFA=cvM-Cv4(((?)VwPlCe!XNfK&F`_3%R;O!;Lo1=@-IVG+v=VEy zcN*=Zdi!XjqnG}rhZ}<<#^4!!@XT76NgP;b0*S~IkpG|kNdMex4GidCY()UcQ#h8xQ)|rsmGy(X^VEc5o z@3Z+jJM=6)V5CR%^vLSrzxW@gM{4OSD{arXft5%jIbb9w^yGw*JgO&;){@7*XZ+y< zE9V+*38SrFr+>qZRQlfSPj5d?jXsW#!n+agHsS~M_`yfXdi+Quo;KncJ)Ze|@XP&Q z?EgAGx)uf#5SMVf!A|Pz9 z?#Dex9;tu4{fFCsj?|_v)uWf6w{@+w;%QhOSuduUyV-1%uslz{BAzD^9zF)KB2zlb z^B+_M*_MQOUR3hH4pdawYB4?QFik07AAM0cM0~Ix5g*)kFoNoR#_Y#jsh9#U^F{kq z=?Cy3^PM*mVAr|>v4eLnthWvYPOQy(m|$Yfd%+V(eRgz>q2+4FYW{wYML$x%H+kzm zQ2WkQv$~+xvwb8aD}@65EP-iag0KK?t!p3kkOZ}*GL@O0w!^(_eB)j=o|h$Sd)>2* zKkokMWo@8++g0Ebg-z4^u?y25mCU%1z1tOGSJx^k=)#TP+(5{I%}PocVe|H^j+-Zz z^>%(6Gk0XN#R2GioH}5i8Pz1eIIv;eB_5FM?;hp48*6 L{r_bsVRrXFi7lMM literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d91afa7c43b3eca24f45bab73e4ef0acb12a0c3e GIT binary patch literal 4416 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..744b33e64f6136ccfc36be253c876b57e0277809 GIT binary patch literal 1673 zcmZux&2Jk;6rc5e+DYuhalX~CO$v>XV$)Ot4oyXgB8r46p+Kejz-r^2Y}Vbc&g>?! zWs3^sU=R}Yl%NWcqpMuD$$id#xmrF`;ts^pnKxUHH##DsD08Q3FITyQK)wKYnY zK3rH>Tv{Tuw`*NQ$U)^OQiMWRIi4eA3qVj}G*C)tOo`PJB~D{Yyv9L6g*bW z-b#QvUl(@C96B1J#@2<0K;yn9H$X3llyd+AK91yJ>>L(DS-nBKj z5w;+rZ5Ift>q1*YB2~DGW7vV)Ty-p1T+xw=XUl5QG%dwcmuEeQJ*p61G>zq=TlH2Q z`)c9JToD@{oORXmT~&v;NOoI%zT0BFN|EMTaH|1}e7lx8cPR?QKns9(2;2vMC%9zl z4?v*P%Oxj{MkcmzJXmku>`0(Dw>|&3XXYR`(;D5+%{3Q~hF;m(*s1I>?ZLTr_G)wC zAd`FAKe&~8kZNBjwEUL7_kMfgjVJwYKFdyS``^^QsLlN9p2Y>EaV<`dMbUnf~YGCD1?qCt#8jKMjt5cB{h@c8Y0tf6m{S2j9+T z-p;V!r5S>^$SF%oSYt&AQi@_Znr}kFdlluLubQ;_L=zQ7bIOG9J|?va1`XYI5L6Jn z=Nm+>L3<6+yNt-Q2?7>-C}7D!qe-GZ0>=aax(;}Pz#!gLxkCrcP8pBx_lsbRoAffD2>S%`qwlH%PM|; zOAvj4g8y;Cp6dCS+#3zzsG~>!8wqZdVf4I(Jsxf9GEFPYjc)W*x)#;)Iw}yAzE)T! gKu&{U4#C7B82Js%9n$a0i6Ap0UtazT5D`ZB7ph0GdH?_b literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fbf715de1291ec08b89df2e5827e0e32308edd1 GIT binary patch literal 6720 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d3830a2aab5d9c9b34851cfea9086b17ad8b9067 GIT binary patch literal 28913 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bdd90c8e2cc17971d6ad4db4e25947d2cc80e5cb GIT binary patch literal 7621 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 Pu`&U2X>c7Yrbqt^^@<`k literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3c03dd89880e7711211de5ccd804eb0a8b89e71d GIT binary patch literal 9728 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 XXn-$xGY)srgb+uJmNhd#bjSY}DhJNV literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..727469e9efca2de9c28ed4af49d5a752d1127955 GIT binary patch literal 4726 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 adia_5f{%m0;JBgdi);AEw}_F>p8o}qfU>Uu literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..377477767500336156dee288af76cef35ba18e4a GIT binary patch literal 8956 zcmcIqOKcm-nQp$DFOd|fw)wLNMQzF;QDY;=&FlAI1{sbX8Mt=OJx=jE{0QS8ih7Q1p?yd2TGi#@p>PDiyp z#ok65Ik3=1)1DYQB;5&}Ef!X}9o>ptgJ}s4*0I=&@`27hIY6f3d=qjEnmJ zUePLu0Oh@0AO^fc*X9t?&MNsi#7g<1s+Wy|ULqMcZT%7YxKhBVh)Tv;y;xLADvjJK z7;|!7LrSSq293bg56_-GfAuPm5nJXw#yW;_Vip0_S(U3S# zQgD8*a1#*;S|%;%6)fRqxQPV8mQ++mB^8zO1w_U|+=8WB0KUZfWsH^~vdS!CR*H&o zfa~cqGYAvOm_w4H-c(8k6VPX*l5TJ#5GuV`E@*|)tmT>LGsZ0iBT21bR*7yRydV{< zp&FAeKnsgHVYLxq)KxLqbcs&@duX1 z$_r)1b^}xFx`whCK^!1_D9f#mT2^iEi+|!4Bx$gW^;zjB_H_HHG`(RQBvMBC!b}0- zQ_|Sj*k8~X#ha91NDCTzlfq9%5%{^8CldIchlwjyu=dv#G(E3q>nd#eze#7>o?*;( zc3qhIF??XSbR};u9DL%6@MKHIs}xXog{m-b&*zP=d3#aWSf{#Fx9U;7hS#Z`_d8Vc zt@mz_v!;~vQ9!DNnFSgw>9S3R2;>0>a*hhRusC>5FAW)z#gYm$ z7HYOoCu_q^NF`M8g&CZuekIS6AKU{4%+}FG-{@!=qs5OdmhxIfMF76gC`OR}5Wu7y zqTfWCUS=s0b3$0^G$x%{aQb;bVjx#9X$t@fODd5pXxfy`c<^54ZQUhiBcJJ^BIIH$ z2O>12sGI`Z)U6ZhhoC{6FauP)N#wJNf7QF;%Gc;sruy7L=e@XgQ z&d%vYl%1Ky3K`8SSxqa-nsR-VCooU|I;$0~XRY2H8XKR;l7fMpgp6ci;IlH%U`mRX zwX;rQr$%KMuI8|k#m;Ly54RG=u?-xy{*d25n?4a5V&seHXVJPSnWEH)#2b;WMq*DR z)%7gZe)r;?i)&t2VstGg1kNzRq^d@tfOZ7Xf1tgRXo0p^#+5}W_r4oKD8>o zwN2{{Ej(GTOrNQx&#j8* zx3LbH=|i>jkyY{NHdfQqi_HVYM=7}%2C9)bwif2&_K_QiXj zz4yxJX%8)j)T61J?rxEsw>>A=rZ7IC`Jo*o0ubT#2rY$Y zg{4R}Jih~;ogdk*?TqO;;io4BVJTXT&hLN=acea=pWUuqjW%2NdD<9vB%1Za_4#Nu zGJnY7G~Z1bm+<*pUI9Gpfc*aUo-|tox|2Y>1NrX zZo7!vCCoDJ4u{tc_mSx2JO2Rt+)~R@tl9#RmhDKNcC0nuxE)4dhx(mHg}5&XKX-xr znWnx&S-hZNoOf#GFE~{5y|XU#$v)9)O2Wwz^nm?fv=pyk{GC;TnH_T?u7++vym8pL z>hRRC!~40*_`s>XD(n-Ccb(FJfTx$@#wDjb|Gq;t-)azAdZk%*sA}9Wr4{k2*4 z5nO;Q#eWw6{NJqiE!QpKw&x?^mMasvLVXiOE!7oG2)X(rS;IxRU-zsUkqVl{V%0ManVVQv| z8U&1eT?cX@~cOiEA0!Y{Dahn|)`v_mQ0)W|Wf!P9%+4&)jLTUls2b64}+XfCZ2HQla z2zZ)b#6a-D`bHp**=~f{Hb{d!6g-w)94T**lh*@ynTbYiJ|qYbjb`*{oDCKNv`z|n zK(sSD4FG)SQlm`K4_OpkD^amPtgzA!qTEC>Trk{#NN@0n+3_NzS!H&yL0LA%25<*K zBC`tzx({w8O3uxYlV8b@c**Mr^8_crChldA_0gkV=9|X&i8%yTvu=y1pUhQ^f=0c0 z9T0fnhgbP!74>WS>@3W^0CNXJPQ4|ih^R+HCCnfSX6MkE1ZGPgpJ(_qquAGJ&AoSk zqQUj#m3pDigwHI@K2$0?@uIN}(O@|bjWSW$u+uZ@fg+7rDG;gT^DtK+vMp8xn|yE) zMyLxB)@ydBwCRW0A`CVvrN#KQjTr^h%mR!23#?C{2rpXO>#f6P>+plgTI-?Zz>7p% zJuzY?MjpKL_*yM-a@qfK5AfYc-8 z=kO{>jGU@HoJx!-FqAD-FHiON^1!rHStOarb5diq&=z5dUDWA4mR3)nLKE9?rZED zuJ3!>-1jzbVaDvptVM;?{#QbPE42cwt&6>;*n4k=^{%_W-aTw~4?j5kJMT*OaIO3O z<=Bgf!^_b|vcI0pn#pWEdDKiEttF3rBY1y*&cMGb8o#fV|Hd%Qkh0~y55~NyR%Qak361e^z_$z#?7Ab zCq0vofAl)+9|-|KUyj}DTWb+g`@Rt(!4YU>vi!&G^K0=}VqF@4B8{&^##bQ7 z$@Y43|C8kYmB{{;QZ@(M96TWx0z9(z$$v*C=kDoEe&peHvT?>P?*WE%S zw*0eNxbJ@YNqFD0*1na!XKStJRwCzK#@d%#{^xa@km~tH@LQHz?zA*gM;ob*yYJq4 zw~=atiIHf9d?K;89v?L0gZK0G_^=rt{@=AIXnac;ZvEZK;Y*_XD>3+9)b~|l;yuy# zd(j7U#*G>Dy^@JgQI^@qD$6t^!=j;9;9HkzM3z6UD4NX)$TD0)Lbb0#U~|F%;sh+R z2TK4j!_#nfVPNWkd>s=gekovvSorsZ+06xiuqF|P5Izv<_I{9hkpHsFq92oQc-<=xi2ad^SuU9M%sv`mYY?nGxSx5; z!-I;DI9aC`teMnrER>l5Z*G!Zd9EKXj9D8VU-1)LI9kCvDeB!;4;Qo_JJ;cuU4iqM z(7x@0aB5{#2*|>T9A6A+=Vl>vJCCe?9N-HkJ+PUrml5WNPGpR)WY*L9zW~0e(Jk$R zw(<7ax6nAk+Q;^_t*+UEPR5D_xE*F2Cf`5lp3VL(84gDn5aIi0&t?$|IPliN=EwIG zzF7rfbG^*B2W&9&Gwi`<#6L1>eU^MHPFu6@6#fM;ScXM@439OB%jNo7X!%+Qel0|w z3q8+;j{g*fp9??ugK+7&F!5X%e=c15v)kix|5+4Vr(Ms5qkj`` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/check.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..5efd0a3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/check.py @@ -0,0 +1,54 @@ +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.operations.check import ( + check_package_set, + create_package_set_from_installed, + warn_legacy_versions_and_specifiers, +) +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class CheckCommand(Command): + """Verify installed packages have compatible dependencies.""" + + usage = """ + %prog [options]""" + + def run(self, options: Values, args: List[str]) -> int: + package_set, parsing_probs = create_package_set_from_installed() + warn_legacy_versions_and_specifiers(package_set) + missing, conflicting = check_package_set(package_set) + + for project_name in missing: + version = package_set[project_name].version + for dependency in missing[project_name]: + write_output( + "%s %s requires %s, which is not installed.", + project_name, + version, + dependency[0], + ) + + for project_name in conflicting: + version = package_set[project_name].version + for dep_name, dep_version, req in conflicting[project_name]: + write_output( + "%s %s has requirement %s, but you have %s %s.", + project_name, + version, + req, + dep_name, + dep_version, + ) + + if missing or conflicting or parsing_probs: + return ERROR + else: + write_output("No broken requirements found.") + return SUCCESS diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..9e89e27 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..1a1dc6b --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..7e5271c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +import importlib.resources +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.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 importlib.resources.open_text("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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/download.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..54247a7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/download.py @@ -0,0 +1,147 @@ +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()) + requirement_set.warn_legacy_versions_and_specifiers() + + if downloaded: + write_output("Successfully downloaded %s", " ".join(downloaded)) + + return SUCCESS diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..e64cb3d --- /dev/null +++ b/llmlab/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"} + pkgs |= {"setuptools", "distribute", "wheel", "pkg-resources"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/help.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/index.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..f55e9e4 --- /dev/null +++ b/llmlab/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, Union + +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.commands.search import print_dist_installation_info +from pip._internal.exceptions import CommandError, DistributionNotFound, PipError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class IndexCommand(IndexGroupCommand): + """ + Inspect information available from package indexes. + """ + + 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[Union[LegacyVersion, Version]] = ( + candidate.version for candidate in finder.find_all_candidates(query) + ) + + if not options.pre: + # Remove prereleases + versions = ( + version for version in versions if not version.is_prerelease + ) + versions = set(versions) + + if not versions: + raise DistributionNotFound( + 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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..27c8fa3 --- /dev/null +++ b/llmlab/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.req_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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/install.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..e944bb9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,774 @@ +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.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.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, + 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, + ) + + 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: + # In non dry-run mode, the legacy versions and specifiers check + # will be done as part of conflict detection. + requirement_set.warn_legacy_versions_and_specifiers() + 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( + "Could not build wheels for {}, which is required to " + "install 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) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + 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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/list.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..32fb19b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,370 @@ +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._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +from pip._vendor.packaging.version import parse + +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 _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + 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 parse(str(dist.latest_version)) > parse(str(dist.version)) + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) == parse(str(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, str(proj.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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/search.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/search.py @@ -0,0 +1,174 @@ +import logging +import shutil +import sys +import textwrap +import xmlrpc.client +from collections import OrderedDict +from optparse import Values +from typing import TYPE_CHECKING, Dict, List, Optional + +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli.base_command import Command +from pip._internal.cli.req_command import SessionCommandMixin +from pip._internal.cli.status_codes import NO_MATCHES_FOUND, SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.metadata import get_default_environment +from pip._internal.models.index import PyPI +from pip._internal.network.xmlrpc import PipXmlrpcTransport +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import write_output + +if TYPE_CHECKING: + from typing import TypedDict + + class TransformedHit(TypedDict): + name: str + summary: str + versions: List[str] + + +logger = logging.getLogger(__name__) + + +class SearchCommand(Command, SessionCommandMixin): + """Search for PyPI packages whose name or summary contains .""" + + usage = """ + %prog [options] """ + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-i", + "--index", + dest="index", + metavar="URL", + default=PyPI.pypi_url, + help="Base URL of Python Package Index (default %default)", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + raise CommandError("Missing required argument (search query).") + query = args + pypi_hits = self.search(query, options) + hits = transform_hits(pypi_hits) + + terminal_width = None + if sys.stdout.isatty(): + terminal_width = shutil.get_terminal_size()[0] + + print_results(hits, terminal_width=terminal_width) + if pypi_hits: + return SUCCESS + return NO_MATCHES_FOUND + + def search(self, query: List[str], options: Values) -> List[Dict[str, str]]: + index_url = options.index + + session = self.get_default_session(options) + + transport = PipXmlrpcTransport(index_url, session) + pypi = xmlrpc.client.ServerProxy(index_url, transport) + try: + hits = pypi.search({"name": query, "summary": query}, "or") + except xmlrpc.client.Fault as fault: + message = "XMLRPC request failed [code: {code}]\n{string}".format( + code=fault.faultCode, + string=fault.faultString, + ) + raise CommandError(message) + assert isinstance(hits, list) + return hits + + +def transform_hits(hits: List[Dict[str, str]]) -> List["TransformedHit"]: + """ + The list from pypi is really a list of versions. We want a list of + packages with the list of versions stored inline. This converts the + list from pypi into one we can use. + """ + packages: Dict[str, "TransformedHit"] = OrderedDict() + for hit in hits: + name = hit["name"] + summary = hit["summary"] + version = hit["version"] + + if name not in packages.keys(): + packages[name] = { + "name": name, + "summary": summary, + "versions": [version], + } + else: + packages[name]["versions"].append(version) + + # if this is the highest version, replace summary and score + if version == highest_version(packages[name]["versions"]): + packages[name]["summary"] = summary + + return list(packages.values()) + + +def print_dist_installation_info(name: str, latest: str) -> None: + env = get_default_environment() + dist = env.get_distribution(name) + if dist is not None: + with indent_log(): + if dist.version == latest: + write_output("INSTALLED: %s (latest)", dist.version) + else: + write_output("INSTALLED: %s", dist.version) + if parse_version(latest).pre: + write_output( + "LATEST: %s (pre-release; install" + " with `pip install --pre`)", + latest, + ) + else: + write_output("LATEST: %s", latest) + + +def print_results( + hits: List["TransformedHit"], + name_column_width: Optional[int] = None, + terminal_width: Optional[int] = None, +) -> None: + if not hits: + return + if name_column_width is None: + name_column_width = ( + max( + [ + len(hit["name"]) + len(highest_version(hit.get("versions", ["-"]))) + for hit in hits + ] + ) + + 4 + ) + + for hit in hits: + name = hit["name"] + summary = hit["summary"] or "" + latest = highest_version(hit.get("versions", ["-"])) + if terminal_width is not None: + target_width = terminal_width - name_column_width - 5 + if target_width > 10: + # wrap and indent summary to fit terminal + summary_lines = textwrap.wrap(summary, target_width) + summary = ("\n" + " " * (name_column_width + 3)).join(summary_lines) + + name_latest = f"{name} ({latest})" + line = f"{name_latest:{name_column_width}} - {summary}" + try: + write_output(line) + print_dist_installation_info(name, latest) + except UnicodeEncodeError: + pass + + +def highest_version(versions: List[str]) -> str: + return max(versions, key=parse_version) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/show.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..3f10701 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/show.py @@ -0,0 +1,189 @@ +import logging +from optparse import Values +from typing import Generator, Iterable, Iterator, List, NamedTuple, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.utils.misc import write_output + +logger = logging.getLogger(__name__) + + +class ShowCommand(Command): + """ + Show information about one or more installed packages. + + The output is in RFC-compliant mail header format. + """ + + usage = """ + %prog [options] ...""" + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-f", + "--files", + dest="files", + action="store_true", + default=False, + help="Show the full list of installed files for each package.", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + if not args: + logger.warning("ERROR: Please provide a package name or names.") + return ERROR + query = args + + results = search_packages_info(query) + if not print_results( + results, list_files=options.files, verbose=options.verbose + ): + return ERROR + return SUCCESS + + +class _PackageInfo(NamedTuple): + name: str + version: str + location: str + editable_project_location: Optional[str] + requires: List[str] + required_by: List[str] + installer: str + metadata_version: str + classifiers: List[str] + summary: str + homepage: str + project_urls: List[str] + author: str + author_email: str + license: str + entry_points: List[str] + files: Optional[List[str]] + + +def search_packages_info(query: List[str]) -> Generator[_PackageInfo, None, None]: + """ + Gather details from installed distributions. Print distribution name, + version, location, and installed files. Installed files requires a + pip generated 'installed-files.txt' in the distributions '.egg-info' + directory. + """ + env = get_default_environment() + + installed = {dist.canonical_name: dist for dist in env.iter_all_distributions()} + query_names = [canonicalize_name(name) for name in query] + missing = sorted( + [name for name, pkg in zip(query, query_names) if pkg not in installed] + ) + if missing: + logger.warning("Package(s) not found: %s", ", ".join(missing)) + + def _get_requiring_packages(current_dist: BaseDistribution) -> Iterator[str]: + return ( + dist.metadata["Name"] or "UNKNOWN" + for dist in installed.values() + if current_dist.canonical_name + in {canonicalize_name(d.name) for d in dist.iter_dependencies()} + ) + + for query_name in query_names: + try: + dist = installed[query_name] + except KeyError: + continue + + requires = sorted((req.name for req in dist.iter_dependencies()), key=str.lower) + required_by = sorted(_get_requiring_packages(dist), key=str.lower) + + 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 + + yield _PackageInfo( + name=dist.raw_name, + version=str(dist.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=metadata.get("Home-page", ""), + project_urls=metadata.get_all("Project-URL", []), + author=metadata.get("Author", ""), + author_email=metadata.get("Author-email", ""), + license=metadata.get("License", ""), + entry_points=entry_points, + files=files, + ) + + +def print_results( + distributions: Iterable[_PackageInfo], + list_files: bool, + verbose: bool, +) -> bool: + """ + Print the information from installed distributions found. + """ + results_printed = False + for i, dist in enumerate(distributions): + results_printed = True + if i > 0: + write_output("---") + + write_output("Name: %s", dist.name) + write_output("Version: %s", dist.version) + write_output("Summary: %s", dist.summary) + write_output("Home-page: %s", dist.homepage) + write_output("Author: %s", dist.author) + write_output("Author-email: %s", dist.author_email) + write_output("License: %s", dist.license) + write_output("Location: %s", dist.location) + if dist.editable_project_location is not None: + write_output( + "Editable project location: %s", dist.editable_project_location + ) + write_output("Requires: %s", ", ".join(dist.requires)) + write_output("Required-by: %s", ", ".join(dist.required_by)) + + if verbose: + write_output("Metadata-Version: %s", dist.metadata_version) + write_output("Installer: %s", dist.installer) + write_output("Classifiers:") + for classifier in dist.classifiers: + write_output(" %s", classifier) + write_output("Entry-points:") + for entry in dist.entry_points: + write_output(" %s", entry.strip()) + write_output("Project-URLs:") + for project_url in dist.project_urls: + write_output(" %s", project_url) + if list_files: + write_output("Files:") + if dist.files is None: + write_output("Cannot locate RECORD or installed-files.txt") + else: + for line in dist.files: + write_output(" %s", line.strip()) + return results_printed diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..f198fc3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py @@ -0,0 +1,113 @@ +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.req_command import SessionCommandMixin, warn_if_run_as_root +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import InstallationError +from pip._internal.req import parse_requirements +from pip._internal.req.constructors import ( + install_req_from_line, + install_req_from_parsed_requirement, +) +from pip._internal.utils.misc import ( + check_externally_managed, + protect_pip_from_modification_on_windows, +) + +logger = logging.getLogger(__name__) + + +class UninstallCommand(Command, SessionCommandMixin): + """ + Uninstall packages. + + pip is able to uninstall most installed packages. Known exceptions are: + + - Pure distutils packages installed with ``python setup.py install``, which + leave behind no metadata to determine what files were installed. + - Script wrappers installed by ``python setup.py develop``. + """ + + usage = """ + %prog [options] ... + %prog [options] -r ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Uninstall all the packages listed in the given requirements " + "file. This option can be used multiple times." + ), + ) + self.cmd_opts.add_option( + "-y", + "--yes", + dest="yes", + action="store_true", + help="Don't ask for confirmation of uninstall deletions.", + ) + self.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/llmlab/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..ed578aa --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/commands/wheel.py @@ -0,0 +1,183 @@ +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()) + requirement_set.warn_legacy_versions_and_specifiers() + + # 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/llmlab/lib/python3.12/site-packages/pip/_internal/configuration.py b/llmlab/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..c25273d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergononmic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..709a5b49dd7265fd9c15cca49ddbadf8ce4c07ae GIT binary patch literal 941 zcmaJ;F>ljA6uxU5+a*b(mM$m)xk5s6tJo?G3{*g+E-Vb~faJxx#FymA*-q~+pr8&6 z4E%#Kc18RXSRyijEFvM8*dnD1%bVP{jD7o5c;lz zxfwGsJpgcuA{1ecVjN(s@d{sw3qc{r1#ZN}pqOKWo3RyGfQ!_MOp04ZWW6#1dtke( zKXgkMXPf&CsRU`N0|uTo`ii9q4ME&_ptu$?&-zjVMCsVxfsh z&DXhT`<*nVeyc5rtT&0zc^q=ms4FU!4gmX{HT>Q{b<*UHw|m={OwoFeG`pltrQc&c zKV*rbA|c$57WO3l5H6SsL$5c;+?aG}xOg9e5-7;Gqc<^MkEj5%oZ>wIFVUoo?5m%w z+DEJQrMh*tGpc$++nbmRS?8=as@8{g{oF+58*jR!()Q5Up2BnV*j>#WAnE-k=`E6w zUV}&~^dhsZ%gSW_Dxc@2b$*;jK^qyj2@2BgE88hm}_|F^ZLz60sPnEweuqQyw6W5ZUs94 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..309639b45d1829f974ddc8411ac4f9ebc4386101 GIT binary patch literal 2862 zcmb7G&2Jk;6rc51)=uKMAGA%gMAY3JkFhh_UK2ySIrD`by<+Mn*GPR7BGa}o{ z)pA8P&Oj-?I3i0&lVt$ zzhgVg_7XqkdW=h0D4nzwf8AA~bn9(YgSDNfJr&wQyvxtGUCCSA3!SZV2+8**n_q(P zA%w(9&0wUKVn!{^Qar=bEYrxWlZL^vm&R&Yo;z0@+#r@&nwva736n+&0?XX!sniOf zzh_(hG0+?t&>Vk+rpb#e&nH*`ZuG@uqXSl@b#lR|?KnfqW6|#UI>c@};b0EzPf~=; z(>kPvI>J_pHhf8&w#S6)Em1d4k6jm>+A?$-V6G~K0)^|nCZ}>MZ?UEAb;9PumSBzV zh45F@OR+hfqbr=Y+A5@Vc#S87K4m=QvgLX(8Qz|Hc8lwC;pkcL5sV$%dnTlgFC}+E z(TUxTEj{0xYX?ixW~iokx#u*TiU9^OHWXcP!zNWcYzITJ9O?UJ3*{#cCdWVMrz?ky z^`?G1OtOdRuo-h>XeOKVU6@6OFj@r>!bZ08JxrHudvl=+ON<8`Fzh)lSLMeg&jI5Q za!Cg(O#S*fNDt)~0$-ska8%-hUH9LI8t~9&c4%*<$ZcT!9_LKg#HTC1T!wJ8oAtIU zU>%UO%;i?128y`EJuYKU+Mav9-9Ha|4?Xay3-JJ)IuDh3yF)74-zW`ei*gc*CA|d) zaNEC-4e;JP3d2XnRTB1JT~1vjSAdt2mNUpj<07&8)*Z58ER@qxR<#2zBh#{6&kZe0 zV(Y_tMsd;5lPGUlxIDs_=4XvxF*TWgM7a(L?v;i?C z;H8U;l|b^qmfRXloR#2tw!F9qy(k3itVzZJrsu4(VMMzY{P1)u5SsBhdqYZJZWwX` zvY{{+RPKN=D(Nt+9@Z_Ftv<2rPg4N2lZaz|f7Iz+nVU7G=d}_ekDA&-R&uAhJ(N(^%k;kHv)8x*w z6)yurDJKK=$@L%bwG~)7qZ2Quz*gFagM`tN zpPQ+O|1Qc26Q)C60Dk{VqA literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..188df9e9639010f8a34204c798a9aed64220d4c2 GIT binary patch literal 1700 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..6fb0d7b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,51 @@ +import abc +from typing import Optional + +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + + - 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/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..ab8d53b --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..15ff42b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,156 @@ +import logging +from typing import 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.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @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/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..eb16e25 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,40 @@ +from typing import Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +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/llmlab/lib/python3.12/site-packages/pip/_internal/exceptions.py b/llmlab/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..5007a62 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,728 @@ +"""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, Optional, Union + +from pip._vendor.requests.models import Request, Response +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 typing import Literal + + 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 UninstallationError(PipError): + """General exception during uninstallation""" + + +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 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) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cc1a10333d8d0f983c651398793f081df13a7dab GIT binary patch literal 232 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9b27aa1a80a6b8224e730b2c8f9b4c9173346d9 GIT binary patch literal 40735 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/index/collector.py b/llmlab/lib/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..08c8bdd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,507 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + 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/llmlab/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/llmlab/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..ec9ebc3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1027 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +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 _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 + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_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 + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/index/sources.py b/llmlab/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..f4626d7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,285 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidVersion, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except (InvalidWheelFilename, InvalidVersion): + try: + project_filename = parse_sdist_filename(entry.name)[0] + except (InvalidSdistFilename, InvalidVersion): + continue + + self._project_name_to_urls[project_filename].append(url) + self._scanned_directory = True + + @property + def page_candidates(self) -> List[str]: + if not self._scanned_directory: + self._scan_directory() + + return self._page_candidates + + @property + def project_name_to_urls(self) -> Dict[str, List[str]]: + if not self._scanned_directory: + self._scan_directory() + + return self._project_name_to_urls + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + project_name: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._project_name = canonicalize_name(project_name) + + # Get existing instance of _FlatDirectoryToUrls if it exists + if path in self._paths_to_urls: + self._path_to_urls = self._paths_to_urls[path] + else: + self._path_to_urls = _FlatDirectoryToUrls(path=path) + self._paths_to_urls[path] = self._path_to_urls + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..d54bc63 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/__init__.py @@ -0,0 +1,467 @@ +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 + + # On Python 3.7 and earlier, sysconfig does not include sys.abiflags in + # the "pythonX.Y" part of the path, but distutils does. + skip_sysconfig_abiflag_bug = ( + sys.version_info < (3, 8) + and not WINDOWS + and k in ("headers", "platlib", "purelib") + and tuple(_fix_abiflags(old_v.parts)) == new_v.parts + ) + if skip_sysconfig_abiflag_bug: + continue + + # MSYS2 MINGW's sysconfig patch does not include the "site-packages" + # part of the path. This is incorrect and will be fixed in MSYS. + skip_msys2_mingw_bug = ( + WINDOWS and k in ("platlib", "purelib") and _looks_like_msys2_mingw_scheme() + ) + if skip_msys2_mingw_bug: + continue + + # 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/llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f34a7276cc208c53d25e01be47d723adad73a58f GIT binary patch literal 16776 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 M_(RN!?xyko0H@|~5C8xG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..40a1c5b66961c8e679411121928af7699058b755 GIT binary patch literal 6856 zcmbtYU2GdycD_RnhyOqNp?+vt9!a)k#un*B-a2uuB(7~GiY;xk^2Qq?YnI}Sq)|u? zduR09QC0~IEVVFT`DG^}78g$z|lo|RFz-36LAZj_>_pL)&= zhm-{wUSLP!z31M0?z!jwo$s9cuYSLW!1phO|D2d_CFH-bV13P1V&~TkA*)0n3F0O; zA~FJVA8PQMa+vw<^nSI#5WyzcGmeDA$hib(ayH}2x)UCQ$C2@7eF>jIb3pqO z0fTmCg4s|aWYDfmL$)!|m~BclWt$Vt*>ED9ZAr8kZSG8Kwk^?S(4I_tHj;=Kv^R4g z+mYx1+9&uk2eX}tP6qXNOufEaUy~MjYfgzSH_X%g6AlUiA^0gHgv4&4LF^G4#b&X) z9l8ijHL4lv!?jWilv>3`v0LmOw;|_vNNBt6OdPgkx(P`A!{xP#ZQ}u<{kkJ@1muED zA#$Bf9Ies^fbOl*9Y7zOxAzdyF0$jc!-U!y@;sc~qf1k`U(awd_m*sRymE@el z&rXU|i%h_xyCjjXkJ^%K_;fu*j7vCSnma3S0j2@T})ntBNos@IQj5HQ?=b$G{ep|-Ui1P_ z0|?mj2_C`wh3~%2tOhRclInrPk{pHE|GP;*fKJ4Enn%rA%#&>X)Y zf6ZE#`4dL7)i{EhZC?&%j#1zmYrd%#YqWZ<`I26%q%n#OMVLx1DvsCs&=C5 zd;%vp_ginlb)9IQ3&fIR&C5EM2ns8<8$C5xXkR$);oB<<(@0PACh1GGv(EUBat)1B38K z6keDXc~$1cTv`^uyz?TZGF4&=wiA51>TVcw2ir>UB<&<1xdeuHm1yM0a1R$5)nLG6 zs%imi6I$jsxh$P5kSRz5GgCkyNoS4=|dV z5S4gd%EyyZP8BI&U_4_Xbi59^vHbi~_t^kB=#4N5A;#>CEIuZ;3~tj2^s zj)E5LzsYw?@1h2 zA|T#^12=MD!Nr@vH?ZKqi4N!lK+*INlDgNT5Y}zFGe1p5Ab|kTGzck|&P)pcr#NW< zQNs(+os(h;;9H>xV$lvgP@7T=DT>xwZ_KBtvIndi!9{=*B3=+Ny@-cIZy1+y!n2sp zW#owofO6+-ilVomvs1E^(}U<6q)m?{DUVH2yjOaAZE)BI!}YOvXc*cl+5?K1M!`oW zdI*L~Wuyf$DI1Q9Lh)qjPLQ2aRca1mHo+Exo5M}#1z1q}5{d{JBCK(6iScAn9^1Mw zX+#E(lFvx0K&2T`cc#V^JcH2?MesIts;NWKOq(hq$eSx?x-@w2bVkq}*jv%&xkuj4ip}W`Z2A0~KECARH+uxbbia@-SiwNc@C@%tqVoZfwHF`D!qZi8$~u!cw^h;+wdPzTI+g zEp<1to-TF0TyA-#z!j9Ac`J5ktAvOvyvA&{MN4hb^=P^6RLOa2%N4lkU-sYa`n>P6 zzK7@jarp0tOD*qgxGw$Hd1%Ag^~f9C3b!v0KJqtgg>c{%=Wx#I`L(JQ5n9~OqU`R>o1pE*DGedb%g z@?hZ0hA$h7{TIso#lqmqYbD>oC*Fpo;qSi9G9=Xf4ROF0H-|TydrQr|<>qMN;{JkZrygDiJ-R33ehNy{BQOV0W1GNCbuvN8H!8Iq$GfmjL4g#DrXD{ld76m z&cx#&Ndbt!@G2(LiFkj!YF;20#JSj{n$7g2G6ui^@KhU(aXp5hGlr¥uR0#?S)M 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..0e18c6e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,172 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..97aef1f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py @@ -0,0 +1,213 @@ +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: + for key in SCHEME_KEYS: + value = change_root(root, getattr(scheme, key)) + setattr(scheme, key, value) + return scheme + + +def get_bin_prefix() -> str: + # Forcing to use /usr/local/bin for standard macOS framework installs. + if sys.platform[:6] == "darwin" and sys.prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return sysconfig.get_paths()["scripts"] + + +def get_purelib() -> str: + return sysconfig.get_paths()["purelib"] + + +def get_platlib() -> str: + return sysconfig.get_paths()["platlib"] diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/locations/base.py b/llmlab/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/main.py b/llmlab/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..aa232b6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..284f237d6c93116132659dc8613c9344ddb2c15c GIT binary patch literal 5882 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 WhF~lAlyeWp%ZneJd`3|3vi}3Cve2vm literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..049751e3c1485ac5d0d0667b8ffdfef9092c5538 GIT binary patch literal 35712 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 str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = msg.get_payload() + if payload: + result["description"] = payload + + return result diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..9249124 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,702 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + 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 LegacyVersion, 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 + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +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.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.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) -> DistributionVersion: + 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.lru_cache(maxsize=1) + def _metadata_cached(self) -> email.message.Message: + # When we drop python 3.7 support, move this to the metadata property and use + # functools.cached_property instead of lru_cache. + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @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. + """ + return self._metadata_cached() + + @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_provided_extras(self) -> Iterable[str]: + """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 not particularly useful other than + display purposes due to backward compatibility issues and the extra + names being poorly normalized prior to PEP 685. If you want to perform + logic operations on extras, use :func:`is_extra_provided` instead. + """ + raise NotImplementedError() + + def is_extra_provided(self, extra: str) -> bool: + """Check whether an extra is provided by this distribution. + + This is needed mostly for compatibility issues with pkg_resources not + following the extra normalization rules defined in PEP 685. + """ + 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/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..a779138 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..235a2bf4a71f6df92978c679632e7389dc9bf7c4 GIT binary patch literal 358 zcmX|6yH3L}6t&|dg_bNxtcZ~etyNeN5)vKh2V}9_+N2h?6WMO1ZZN?gu(RF*bQzHWxJaGDd5@q13z}TQ(Zg`2x|&WcmOA literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b6048b05e6599398db7f7f580ffc2130c335801 GIT binary patch literal 3333 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 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 get_dist_name(dist: importlib.metadata.Distribution) -> str: + """Get the distribution's project name. + + The ``name`` attribute is only available in Python 3.10 or later. We are + targeting exactly that, but Mypy does not know this. + """ + name = cast(Any, dist).name + if not isinstance(name, str): + raise BadMetadata(dist, reason="invalid metadata entry 'name'") + return name diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..26370fa --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,227 @@ +import email.message +import importlib.metadata +import os +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + DistributionVersion, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +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_name + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {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)) + + def _get_dist_name_from_location(self) -> Optional[str]: + """Try to get the name from the metadata directory name. + + This is much faster than reading metadata. + """ + if self._info_location is None: + return None + stem, suffix = os.path.splitext(self._info_location.name) + if suffix not in (".dist-info", ".egg-info"): + return None + return stem.split("-", 1)[0] + + @property + def canonical_name(self) -> NormalizedName: + name = self._get_dist_name_from_location() or get_dist_name(self._dist) + return canonicalize_name(name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[str]: + return self.metadata.get_all("Provides-Extra", []) + + def is_extra_provided(self, extra: str) -> bool: + return any( + canonicalize_name(provided_extra) == canonicalize_name(extra) + for provided_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", []): + req = Requirement(req_string) + 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/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..048dc55 --- /dev/null +++ b/llmlab/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_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: + raw_name = get_dist_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + normalized_name = canonicalize_name(raw_name) + if normalized_name in self._found_names: + continue + self._found_names.add(normalized_name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation.", + gone_in="24.3", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonicalize_name(name) + ) + return next(matches, None) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..bb11e5b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,278 @@ +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 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, + DistributionVersion, + 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 + + @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) -> DistributionVersion: + return parse_version(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: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(pkg_resources.safe_extra(e) for e in extras) + extras = extras.intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + def is_extra_provided(self, extra: str) -> bool: + return pkg_resources.safe_extra(extra) in self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _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/llmlab/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..622d04b5c53371ef4e9a0958b6696c8392c1aeb1 GIT binary patch literal 266 zcmXv}F-`+95VVsBqDc9J+Z1;zLPHUO_y7-}G0xp`XT@h*_EH=#;0L^cufPu|;RA?t zsaPvvq}9$$u{-mzTrLFT{pG8>;r(62Kjew*=S*HjEAGW8SCi+fTNO>SGaV}G4XGx0 zGS+7`gce;snh9gVjGh#aC5yRU+^yv2xz=rHw0;x&a{llDeHaiPyJT|J7;tXT&TK2f zOhqsUXSWbX>VvJPVRcH7A=(Jqdcx$5gJT5H>{!yej^kmzVe`r1bvomRrBp7R Pf2LB(--(p7G-LS(f{ISh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f238881c749b9fe976611df92180795f315394e0 GIT binary patch literal 1905 zcmb7EO>7%Q6rS<^cK<*Y3;) z)geeZL?V$u&;v?Pg+Op=R0QD!$8Z9{B^3w4s=X9AaI<70s+@Q;-VJVL4ve(#eKYUP z&dm3Ie(LVdBN#s}KbZMkL+Cd-Nr#bu<~V>=L=nXSs$e&RCC&s|MR#?DwZN#Du8C0w zy^5&5gs8#HJMcd_+-%)+vVThG;Mk~nTrdFoq#w?L?mN%wFL{E|bJYsi*z5icKP*Y_ zbXW;!UIOqA+=L+)Q{-kScC{I}$!FNrsm2Vd!v`l*lV;1-GAd(gEp@qBYBHmop}8g9 zwGx~MoLfdWu$#Y#oPBZsL?|LJ2)xLzhUdJH`qYcq{OB~RaVA(83EQ)4)d-O91@^I0 z>T=93SGn!C?Jlfqu^xIA7H8jNT)_WgJ%G3J99*AEy7@j3vB_C9$HS?T4zqMf&LwZn zFF|~WSJ47qKqR%IDB%>Lh0Gn?S_XS2by(0~w&xS2%%K&10ln7`yU?}NwN1ln`yCPs zteS032`p<-SGxKIzLT7cQ5`v%DJK(av#cKPr>yLUemFx)fhUBMRd0{GRqRQ^N*fi1 zn5!`!TZF)_h!CEIBOD{v1q;fL^Ohs6zY-!OTQ-cvU9WhxT4BZV4EMxH$twmyg#_M} zk%);%P5>7J|4Ok|kFHk3(}m|x6@?$Mk(yVU^=6nT*8Ex#PLCK5y`WgBQWl8fUX%;9 zIzIr1%^&TUCx!Ilk{aiS32X49-B}R6)$=$ZtIvIggXd%Tbn~J zA{lQE^+m{k)7r8hk{eHe09Jcm_@(FU-JY}CUA^y5tV~EXxiXo|npwR!-#~gU&*h#+ zh?B{zN=vp8D6Ed9a0{9WSUQk*3mQ#l0>PqvYywgG)O?@4moxTolIZrlZhMiviybZt zk`IDtry&cO97z_2I+6^@rOZQe+b{?q;lQC)=ce<)(ALpY8>8QheLc2O*wi;KeSi78 z%bVwaxW3hMVavLpD1hDuG|P5GNSr4GGJ7tNxQmeMb6${G;10A}f@P>K5mX}qP=jN+ zYz!*(`4NfaCF1U+0!u6i2yrm)gH`pSGb*sEe3g)OEM5Wea0&gYk3Z;rc5$MiTSk8E zVgrG?eOjpvs?@j9j$CZ?8Q}0t6M<^%$Hp{XJNP$}TD?g9c*?QjA*k5`bd!))d7)Lv z&~gfCdy%o`y&&R2<(L+Cp;g=k)syA(;v=)@ kQ<>62GSkp7#`n>gKhTN$=*7Rx0X&Vjo;taMBv9M`0p^FqFaQ7m literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b39ff8ebf51bc14a28413197d567f9d74e491288 GIT binary patch literal 11199 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..205713e4f3eb2f1d521d0e0be7db1c9f6c5f9efc GIT binary patch literal 4227 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 YrQaRDaH7u~F24P@rWVvstn{1z0^((qt^fc4 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5feb93f5b8f1d39014e41a53b577ed77ea3aa3d0 GIT binary patch literal 2272 zcmZ`)O>7fK6rTO@e~e9jAWrJYKnPtzyiiE_X<9V`wa`OUkqRNBYPERBiIerNnOQ>} zg$h+1a;VhyP>~3#pk4~%P^p)uH;z?%iHVTWs8vy04!xNKwJN8+*&hfY9ckaZzj-rn zzBg}wPA20B#!qv@)G{mcNA%w#QXbc%ga1_T%qHB}k-0~eiL?OPxDjH!}nc%rR zJBRMT$xh>{O&r!)_Rgk}=ZB+3{|?-soR{ERYX@=-%?h(fa}Au-ks^#iie1`faTJls z6q_Xis3FP&<#JD_)k(X8)zSpf=}=KuO|znz`uQOTQ-=${t7iGUTCF>iwskOn;5C(& z9XwRki_`i9rfRiZRbe{^6H7PMifv$%s{ZzFYLE-hEnls(s0N;8N7H6{eGt|qpAU?@ zyeKDE(1YDa=j8j*oogT=CIeg-SeRg^MywZZB@AZwRxH80l_|bp!=Ul^pdM$1>*y;n zKYH}jq1(Kd`=4Xg<2e4Phq`6)IGvTbwyRCI$Qh?Zc8;LS7NFhHB!paL;C&(xNe zZH9Csboqaxk$#Amet8Y)b~*y><{o$8cKMhU4SB?!$B_~mo9P;}bB2A%GHu-egiCg= zWRu)GN{A(2P_tN>Y6hSP50|rb-I~S*i}7lQdIL6E!H#a|j?U80lp6lXf$CJ^qzm?B z5yyrYMTczTl5Cc(X|kQO$r{B(qqS<)Eb~wk*a1iCuw)R_UB|*+JQk)TSnCfVzcHB$tSdNY^?>@G4 zXlY=1*XRlesU590)VH&lRU28gnLXUd9$v{FZADQ}-(ufFUn`6b41XW{E;iq}m|4g) zGyCpk_AS+1dowfG$P9u0Sw8?$I? zeM|DSC(vg?QJg?U@k1!1%g~snLcxmX^Q;gQ(HG*UT{3uI7M!5vJ}YTMydjT+O>pg( zpy!V<;eaBuh~LRs0{TwS)>*{Ad6rn;`DMc65)J|B=Y+pcMI`*WxM=%5(8Zbbf_A27 z6Igx7_kx`s2LecL@A;*7;Ni&I&5<*Wku!fwV)vE@hmL$MH`7WZt=#IrpH^47@<}^- zMP2FL|2UIO$6F{Fi~qYC20i8d)3XqM zk%S{c_`79^qN!5~RXu4NgvVkMbqL{bd71KLZX*{|FFW2;2q!W4=s1w8s3i)aW4F#O zzkaeYbZQNO0Cg1J+7f$09m}sCYay7IoV&+=?6`aKhmTjexF!V-ts`4P@%hgA;?0Be zlM8)M5QyG>e3vmL!NN|xTDB&B5#X1IpswS>Ik+TmIjw}$G%^~3cnZVNSp z*A1^@@v=~3c>VDDaMN&8xOuoa+%nw4((R!QVPRNcaYv{%+&0`6-Z;FG=Om|WLqEzx zo5JnG?L24VB-7>7`k?b~sq<}K{TkjZI){D8=MY`*xb;*M_XHa{{Y)6?6R<3{4CU(AN zF=ln&6z|*oS5$n+$7da)KjsgF{EFgpWZf5@J9}be;M9qM&kPPdku@KUOl2*{gMnDq zayqEQvSnxd6BEJ6Shjq~AC|-mlM^8+Ykz7Y7K}#xp{!L+us##PH|j1Ir3qOI_+yfY zFVE*roj7rNd^M;@S+6XK{y=QRKN%Yz8I_~q zkx4m}ty3mK!NSCd6bnTISvyOYuEkKB_cPMeF~1^-1JUq=UzW}UuLUDMQ`R}*M^&*X ztH_DkC{Af8;~I>J(zStTBql{-K3mqNjQe-?_OW;Wo*nGnw{w^J?%R>I;P>9FIV|qH zK>bJm;!-3~xE6Np<53&H{w9`+P<+_*4A6eqELkM0XgYu_EM}${meY2*qOb}zE?O>E zl}NQ-t|^gfdySLIj~l3?gTXsxdQ5*0JH=|T9AM;<+-SMta!ZNY9Pc>w{Gv;;h<2$` zWC#Tibmu|I0I4eEsK$saD(a1zfY6rV8l-v=_aI&?R!WtUmm#HHszW_hNUfi8_-eBD z)4|A#1PT6si7BHGMTkX(fVwC`*gqwV`>#lX6uu;hq9o!=85gejLz9xyBU~5{Dgpyw z0gJ9kC_5fiq@MC}0nfz<0QI5}o>XGOB}wo{ri3unBMZ?{;o`{oXU?8|>fD7B$45>b zJ%8%N`HNbyf=UDa2$e){u1GQ9QzgZ@x3?!Scm>R3mka+soLPn;EY^={vaVHg9WsqhCQG&D&F zMaO~x0ohrNG-hC=;8$mbhReFgriXH&=Q5Bm7LgQXEBgtRM1;V&6nK#eULBW^Afsx3 zjMc%aMT^uSwh(?nLGG|$xEhR&3m1EW$_TB%h(8pHUX{enzKcCs3pJdzvR32upWoQ= z!seF)wF&u9yjlnE9wY52x}Xp) z{3ZAE8SaCoXBLCsJa_xKThGl;Ej9P1o1Xa_h34jq8(Mi#nKEr6vo=|ZP0Ep>6_ZHA zp$+8GRs=MGm+>xsV#Xw1;S|%8+!y&NPHsmopGj`TD_gY+72e`O?4;1BLNhJMU6ji` zGBOcWVi+}O@kqSR7}<*S6UeI6BADTpJvDDkU7xz&)SdQpr|c9y!VerOFAMvxDZ#ju zHG?7tjQ-(A8af-%HAL1L(Phd}^yI-}+LSQO@Kb!kblF;z37n zu)Jf^H}UhF&m4c^yyORZ3xNNaOsGQG#!F94n!e38Jn1l zsWhr*=q+`U6)K(K6sl1UA(-KEcCO01ROw4s`j#rUrz^KF z)?_Mo&RUn9m9qzzYwDNl*53@>2>n*%x^vbtD}CsxPFm(q-1l^)>|Js{swfSWefVXq zH3X~{t~+wl6XegUuqp4sm%JT8AqAmT=;YjYdz3{CMgBP#YlSwg_R}*Gu%g> z+PT=xsT))CJMQkgvu}QDs%~4xvpr?s&SoQPQ)?-WeV;`YSUH~I5r0`DxJWdfzso!o z;npDAWe9+^>AE0KN+IR^al z6m3xXnFJ#CqWAIu0&O2)giR(0h&LDjRaC)ql${75!xC5Z?4jkFhGkFflBYfGX`dJG z2JZy#9sk~w-+eOWY0r3`NZFrY^NZ%XQEJH7khPDD5Rn)e$(E0dV6T`AQQS2$^3tR~ zr2SGhG9pF;NH&AsWIZDz{zxPm^AmHejEu+~s0w=lcv~ty^;7#n+3%sNIVBY{{n8d9>3kUTjO@B;*8IX7^*2x5IE9@pHE`j6(=!?GGdVNo=z7GN9OaMPj%HiRvhGnGZ|%w1I9t`SwPEJD zC2K?4+A#0EZ|%sLY}PFcH8~Ei#fE!b>E06`Q~Z&cvvpEXm9yY8SIJvDlip-tzCSsB ztK|`g&z#LsX%=!xC#Jl+UwGA=K!yb`; zZ4Gu|^+7^s8m7Q8tZbI5Bl6Gq4}*zw5fhi-V`@tXuW%ZxR-v|1S)e?H@J9VE_Q#z_WSkQ({+OyXI1Ux z(dGbhWz8Tj#Uz%YQM_^OcE_m^9|G_=PR|?rukTMe+aA=^p@n-FzW4d>e*S*l;QgAx zlxr|uGYC+3ZB!wQHe8=W9>hz2l7i1rKw=XWBN;NDq0b=-2%BXh#05zBEPYaN34aP5 z-+qJpk>%_|mv`<$a${0SZoct_v};qwvgxtKWPOrXi?UKQUPh8u?A6pJt>U9A2xzYc z#V5chLGg9Y={WZW|Ar}G4srq03pk}RPKpQD#joHr`PV%O@L<1XdcDTNO#>p31DiS3 zejX)xE?}NEP4icEUNmb3haFZ_kT9#u!$-3G6@~f-Vz08HmCEGAM3fF=+BPU(#Lr>; zDJKztO4~Sl#mp<9ZoK*cn8}+n}j<81b{9Ky63bz>)Z6NL(aY@u}M?YbdSoo0 zOxQF-IklDZ(#jpWerUe!*Ux=AULEIN*soDF>$ELlxlF84(SuW?DPh%1=x?4YojYMG zCC$_6X}ML~kv@)t7S7MA=2Z*q&GK^Ma2u89th!R2ZMAwFIaq%s9Rg$-tw(nTX^r1Hv=@7bQWN1P==e2LTwJ z*+wTrIN-9~LR6vfB%~+OHGdd7gROMZ>%@Q20M2@JL}uqcY*+Xt28K5jBAKf!O@#ab zoda%b@7vzCl{HB6R}w}N_bf&yAw=z_me`&KT!75e*wVBejc0)B;~CKU?2KH>B8HQ- zgE*?2oK4j!FsNhsvgP<~GNS%!2b!?%_$;bS2GTfXG8AJKv+PV}mxt!+5h+5Gf+HUG zPLW8f{2E%ki$CQ80_=yCT!r_I=dVA%_LCHUc^ir7VZky%UuiPqh|%lrVGL zmjRl(MuPMaV^Avo4nJ&haQXkl?ILL@tT@_~;azaN5zCNfCAlRe`+CfQn4P7SL$T+? zSGi=BtocKc=n~DNm9yL^58Z)#*eSWh3MlHVQiYmF^q>`&1Z5)C0%cWYUc)f#L2gp( zQEynw1!byNl(UO91?4JHBl^HpeN|e#7DuvbsYd&P(od(p!(Jm5sy`#O)<|tANUbwc z*A=AJ8>x*2sSQRdlz>LP>(GP7{2ZZ|P3YNrBQF$$M&2ePwWT1n8Je4x%XE4#dc+Mn zdJYR~<`GbqPWeTTz6TDsp?}6~i>>I}#x?6|Guqq4dYUf>Ri!bCcB)ZZUz4~AHFhAS z6C-a&d~;FBj)IcDqTdP?nO(-*Y%VCVg{3-Bx33^|E83&9F0|KeqsK_yT9CTU zNbN32-EO4z6r}bt=K&@HCZD_4;mb=Ce_k&#ak`^`cVtn5@Qj01O_(8NqydzYW zD&1r{CBJZ1RWS%mH`%EON|1;qar4m8I%!8m38u}ou&_)!24NqDN<(2<)2xSh!64ch zQ8gG@_mn^KBFf2*WdVt4C?Xu{J&J9kY(v;7x5Pr|$@K#_!Z~<=^@UkkhNDPMLfb|9wmy+kR<} z+XpE0hXrhE`zRoelekd8TXa$mfE|TcQqz`h9+#z2Jp;j(ueg>x*zU`V%TZ&Ya-I~G z;4r8W#$#OdgUN_aMnsh*pgz$9CPUTMs2e{eXZSBZI`$}gVN@TU7L z)BIgDI!krwNP~l)6cV@MFf9dwh>OI-km|O7$4*TrO?qoEG5H*qrdCu1i5_sSTklr4 zil%};rb_uB4Oh9MQy0#hR)-w(k3oa0tf)nVniEpNdzN{*q;WSY%=d|=k?GgLCDMeenraPx+Sr_^ zeQ3+i1?!GRG!c)i=$2n6kYLcF(9uTaDZ!Yu9$`?0Oub))of05TT~Spe3J7KsL*O+b zN3R5-&eL@93i!>CNNY;nmckRUDIL~?^U}(xB2d`5w~uLf!X(`d7K(krzETw$Xuv>* zM7l;tG?s6vB`uX)lE$Uec&VR1hVcX2ZeA%JtE$9&~!8 zVBLXt5)Q?xWe2mqV1y>W?5usUM>somHm|>;$;Hl$U0MYX()-I0DQiY6tR6**k!iq^2KTlQ@<`<=@Y=tO6RSaT?vp5-r)n?0~zQhrp&Ra5RSBuV0 zs^EYQ=<+ND0tHO5bcABpDPa7%|9he^m1NHL~b6UbkpoWwxD%%G6xkl#R>we z=-geZx;*CrB^R+TG-ugLbvjiuGD^-mM$~bQj3~6>((u)1M%8eA9f@)GX=H_-LG9Ro zK$7yG5x`U%h|b?dkQTIbXkX)^gw8 z06}zZ!>r|X$4B0#C2xP)+rK!F@$Q**EVp*0TKjJG-E%DM8BFgP%gk8;_a;YE>-VNM??E_w{Poih8#kdU&xd_SZ@v0njOuS%ZtkLY<8s>$dT;p1 z?!I1@wl^ft{|hhbyKmq1Q2S-MNmy#?NjLRmnzqkc{@A{bofM%QB&i=`{$PSP#sq)? zV$<}8SUASEeWZ!#KAmZsHYdzbADHs2+poZ`f&I~0mbW#j!?a}$cF}C)u&$BA5Su}e zSDNLt206XG>9RHQ*o=0F0jydhmtk%hPGGoXRLIT` zLviD9qH#T0o4Vz*vqRiX`p|BDr;1mT=ChkNP$Nx#2@~eC7E^)&q_TsEuRLoW13@Qw zO98zq1E)&*@@#n!MsuoJM%F^sBut?uU!?435I|l^rkV0LDEKCVteqhW$#94SWgQb! z8sny(eyHWFTkkR`2Z%hKh!kS}_1VnVAErK+W_v$Pf-ME~sjfqrro*#m9@{uq-CX$13-_H}AGLPh?>TgDI@5C|(>j!PwS4GqMB0LwY3;`s zXkA-J%GL4{6j}FXef-POB}>8r#pB

~eG$ezdSPM1$Rr(FrBXlJ$7=WET=qeOYal{bOXOQVI>7-hC<4ueq?lj80iWr&KCc{RH-q(v`KuVCwV9dC*8gi$9uz~Lwq z6xCzl>VoP)X`j#zd--C*N2CTc>o#6RG*6zVG}8WqW`U0j(piHMx~vVB#A9H=tfF*j za?IyeNgj!(8Of6uDE5yjU|iRm6l0>E-=!EenY9yxMS4cqEJ+jDGWx_I6oRZg)k92G z@VFSE(-tRQm8X4L(q1BeUIZY2Uaqob$AJib}WhtSWLqJEZ4>xoRoNuqvj zOWuyOw& z{6Tx~{k~)GoqB&PHSpO?-{&&z&!#KeKuxRaZ@O-{mc2vE-qy!fb5%98SRH+fn=_FRjE3todo|4?pxOLT)wsfP1dK@tJe>lw+_Xth0R3*lYO7? zKE@8j%Y@BLfC|2Voi)CKfyl&LsRxrYh{5Kk7cUryPZXLNWnp>;sS!+?T^j4pzQP2K zqsY&Ue3qOWK5%YWu4$hampb;PJNBj8_uuPHRUN#3>|s^S>@l(fI{cNx59+!WcD%dy zt-YDLovGSgi(~i1??t~GO&uJ1-=8{r?)_M*=0eJK;iH<)cgzdN-yM8w@a>9B&F++I zx2n5Ao5n*M9NXkb)CbowERwotm<;n!+;)I^D}2HqQf-8aO=WSmf=GmhrJrcj&#N>p zni!0$sy=C%yOMl5<=K$3Z&=+0>JIBdBkMwGNYV^;pAj6Ho0NzrdTOieiy|~i20wl}Pe$k_YqHZ^y zFaw|s*1nVvPf1yFo`I)UYo8?a;4T|Xd%n?c05QL1ep^fUA}pz}?v|lX_-%0unfAnM zNrWR#l8O}a9pX@l7GoobpbXpvND?{$x(}(?HD-&!cqz&wQ*-hR1px{~3JBEM3Ic-& zO;|Om_3R8jvkpjCWGDs{rP%(QamQ4z25EX%UZJ(Vin7L9FL^ekJsalD84nJ#4?GPT ziQkm*bTSeT64|E4317qel64w(;o{eeG#`)v=o{+L1 znu{fm-yXa*m^_%;d@xmeC}Te~8-qF5taCM387Q?Cz52yQ-};j45N?v|P)^+ti@;nv zOVd2-Y(1T=>HBq>1{L8x@-)IKeb22un1Gah)9MZ)tBPpV_M-^|g;Y}_v!?LKj7C>AzkWr0b*sS|(>b^iUMBO~7qhuW_$x{%KXx>Z;0f~y|D&OzLwm+g7 z>=?S__&Ns6rGEN7nzcQs1hck%$I|vAY5cQy&)Vi}NlQ|ifA)dC7Z90Rur1o|S?)>i zolC(G(KDE`Yles(@AeaH5;)+;E4iKQqTlK&I(#d~#HjAL^|z{Ekqr~0SqJ_wO$q?@U>w(nsIiTEBI zoWT_^Jp&kX;RsU(D^u`Sy#`$+6kW0uj>37Dsmuy$j9dD4_G}OOy9wmTvymAkIKiNj z$rl~ovt?sYD?*e8t8hh`lze5`$`y(MFt_qP^qa9PSu1m!Ll&?^m*MZK`r9DOLCQi? z0mmxF)ldQ~WDBybFfW&H;&;`ts%J%eWVoON@gvw~Y%7)R>B{z{%B|_jtqT|4eeSL2 zGL^e$tsi>4IHlsG+0cCR0_x{!^vo7!=OP)<>&!#0$SK8CHaNxdY&jVN8a$`%f zF16uos{ZNarq3=nw7|#irw*&TB3HpxHl^(A8Oe$_5Ev_ymqb`|z>!Cu(&2dpkP?70 zAdMmN{~k!eef%LB##*i$DeS9(?kiSH{*dx&-dMCAD^6pzB`b(Gs!U74L>QI-fR=_R zF$e}NO;5VAXQ^^$x^m~D_?_UlgPF=B`qC_Wyl=dG{pDouZ@!YUH?Q6l2sPL|(mu4- zJTjlSH4nSrf=|O5e4B=NsM>gDoH3&N?8%=!{pD-RTYJ!1A%4K{MhwwW5!gzI zSm0blLaV$|nD}-$3qVg8nez1v#T`AmNE_ST0J@0n;j4JbLkxk+5R zVoCF&aq5SLT}Ez7`y*OHa$Uj_Iz3BHGH^^eyU6pjv1O^TKi$}$TDN0yFjapD2&Ly( za{AIvU&`70pr$_Q%G9){TzkNLEz1?)HX=&Zo z^t!E?bv+sHwncBovnyrawHgpePQU=+$lr04YmdY%|2gWC|AGRxo<*FZ?87hG@=^EM zhV?@lLj!&ww%!;+#@n%A$uJN4)m=9h=yen;T%b}A{L3$u2m>@-J};Vy_bs)c;3tZ5 z=@SC-V}+<?7>=>eh zyS_WVyW8$;Tim$#Ql@S1z1DQwfu*)%>9%9<^}o+&+MayBH{Et7;~7fXhgMIYaR?Al z?^^U;N696&J2cCm(n(mg}DZA^w<6aQojl31f2nSR4gP*cOSb{ZI zC_fkKN~t3;$$vzht|--WJNgJSAV~)@{qw)AT&!!?uYL0{n6^*9=70=dNI;7_y0|bu z&4aTpNfco>K=@kpTp`dh4>2r(JG=QxfbK-9!VM!m;D12~al=Rt66K$xAOpOt6DCF@ zssKmP87ca8#jb0^m{3d;kEkCx8lFmF{@m`&bYsZ+)=S(OPcc-QKWfg-=E43DlzC`pr;7h?<)$e{Svc0d?8G)*#RPj<&c}6PiHcU zcTfVH`1x}6v|aKx1;+Sc9D;U55FN_kWCLTlPrp}T1s6bL>c`)sQwYAs8-Cu{7j#DF zy1A5T5c&V=+eqN`sr^UUp%__(%i148eh7`x6r!q^is{XboJA!Px!BIXyb8vgc+=_3LC_K z$xk3qaq6OKAx53e6S=}Z{2zi5>LMA6+2JqA?umHdsm@eCjq4#!fA{p#fuZz)q0E7^ z_p6`Ic%Dw#pJvp~XB)zEVaT_mlw&yAtSO;rjP8IqLtP@xgzTc=Sqd016IGYLPQf_} zh{njYX7cY*@Xsmu4h6rD0GF-FQP|$arc^oh_vr^l+XPviw7&GWXRZ>Uw;MvQqG`=!Z0D!_QyiKC~SF z*iv3)n;Fcta0ia?%f9aA&MnJ3_bzYjT<+=nN!4L%??ZQG&Wbm5y|vBBXXg7CDpDJF zrJHxBy?b(H^n;yiY@6SBt2yVOuX3(Im^a^;&N=DJ#WlCjKc8;u%em>Zf@^Ngc_>!N zRjo_b&)3Wc<{Q%My3&M<513uZ*--m zE>}h|J6B#k*O7Lt``Cd`^^OZFk`sAWx)-Gznv&<|H!t+x=}t9oOE+xKS&^#MK`}ek z=Ac-)QJWK=T5a^hC~vp!N!C2#@XC34tB~AC*JcQ)#a59s@z!;7=RZcmIx3?kXg@iv z-sHxQIlQ!=5X&`cnc9>6RI1%5)oxVSnKaW+?Ai`iA+G3Pr7XC+13%%Vl|l^DthTy; zEEcnmHF26BM#BrCa!hM zyydj`jkFeiW-I6 zlV199#X|AcL-Sth!yzNvmgFYN#x7i8wQkXVGFy9+7ILoDn??-KrY>4fa>rV|YEvs* zu{<{Gxx&j?&f#*FpW$+rbJ`6SgyRAH8IMJaJxU;w_iNN|S}f%rTgn4mzqCcNOAh!h zI_RjQdKuyu^8tJzy-c*Q80CQ<8RbEmmC~kckW9Kpm?!o*<`U}v8c45hl*G1QX7UYp zESzLj=^@-VNCF$E@d7XAuj#uQC3ExcyjzK84?!YR)kHrO zd{Kh=IrG5LB|Zvtvny_pVY1o$-G&PM9B}cbK)x@mlQGpPfH4+EB6_agKIp#^4dPZq zx{S!ru0~@P@VKE4)(PPR}`TQ zkq#uZ`B=X+tu~3HM?)wEyMDS%57JNOrNczdvZBr3fO>frM$ByO#VET1QkF>OjO@xj z^(M&P9^p8)JtqHxMPV?YDjdlsO7nlf8pNc)cm&=KWWIk@j>07fcA^3DYi17fa4hym zbY6?4U`|IzF>|=Qi}aZECUZsH0EfFcpwQe(E+*vd4310dnV%di82<%t1EV&$_(c^Z zsNDxSHVLl^REIIB>#Z36&P+{;+f56W3T{Z$OTA+x;Ui5wbruR$x`-~{%VI4n0TzsV zahc@=+_idy^GrghS2aNwgV1~kfJb)o5b=#Ri!dVZl*E7< zP74@hLA5kDLr-16ouIgnL=yK4?Cui=Zhitc;(zg_!kd8H`e2n9`JH1Kb!0GRO&vmi zk8t7|Tvr0Y7{Eg$U<%_lMBTH^(3KEKZH0$NK$?gN7cUkHvkzXpNbTz_68ET@^}$z0 zg)~5h=19WsJcU^YAOnlQ2B`aP0KPP6QzuHVkIk2g1?U|X3d_(&3a~bEGsXRKFr>zn zg(`eAR~am&D8bi9T^AxHxIRQOI;bg0gv~T*5X<4NOrMV200b39wAoiN9L0evSauci z3H8I^sP!IBNKtZSr8Q!HKvQhVfepAg5%Z3=BQ&{0_WYz*VooBXp~)zmTo_SgK&aP- zGAez*>_vsExJYk2io0JKWRcfVa4bUNZA?R0UBavl^8oaeQy|<~SK-pI^TrVTOa}3j z{3HdRq2M$HwC~6wf~@mAT|}(Xd3lJEZ4@xZoCNm8w>8;uD3B>AqvOaCk1mT&1Cnj>o+QxZy>;pMdS` zxEY3oAMAn1-Wq@}FYd6aMEzE{L!f?zf89>8gnH8fD+Td=HEyu7LEpY!FOA+d>+$?M zVG_&5a@?OxtAOWMngx=x6g~PZzz^8=j_YlW_c@RIb7N$?!=6~39vd}n!ub!EwwF&^ zp5tDRU*)cupX09b?9MIIwDl_Ib3-_Lgb8Q=>TmJL{{v;=J4Lst;r`?p>=?$z;!T5u zL4>13Me^!kpnSU`lVu*0S*h+AX7%Vus3oTn;7E_V>N$pMYTf}#t;`$qkck?hlPXKi zBN<$gfTbfZDXbp(pHhwQBEWHzuIoM_%Taia;ks`YQ*S?Hi1tOwNgcrTG%jkJbzp{4 zsYhxreoQgy%IX_voZ1aEgjaGMD(D0tDP}|a4E)f8stpfApUJ zy*%VDFIa`TqZ(Ocl_Z3&p zjM)GB*v?g);n`ht-#6O_`nd1cIF36k-*0vz{P%rT$8F|6u<{7y9hlavm8P#(ef6!l z@QJ|IjK4?Q5fthw^0(jQ#bkM9XrV}#XX^ryC;lG>oZNt5g~+p#+J;El;A7=RWI0O9 zSdTWLIB?d@O=g_UZ?0c>h8$O%{V7YoDu&rFpGOv%6zJJ9GL8q}%O6t`Q(AOTI^Cs( zi_v-*gtC1h%Ul7NkU~;q8eP^FgR>OM(r{HV4BI5w{=g(P4*G$~ahQySggMy_E5*Io z=t4@5euF+4?Gwe!HkZmp8V59q=81l08%yOOUIQ6O7L#o#l_4C2CpqY#W;0z)F%tfi zu1>x0S|-|4x;oMTtNx-ym5Tcfr()?^Paql!F_Q*%nMBqBm#x#xCqdnW8QyQBeh3sW zX&2jQFVg2Y1z`%Fq5#y6lVyrAf!H*~UZa4{jcmJQfFoa^PlAb}o%$2|0rg(iLvkm6 z#XnB@HbP(k&;Kb`$^KRRDd%7jgf&0pT7PCL=S@H35d4${4IIDwhuq#Da@{{OS$WeV z4#7`d9Dm@yatD88uKb~8-$O^^Z2gj>G3{tf?#Vbd&Dd~Uu074CxGFeKnVfT*?(_9O zGxhPO_#8(ej`XI69835K1gu7mG9E$;jzTR5OYqwH>g2QY;zIwTd123;NV<7vjzikL z&F}4a-~9gh_wE1gPug&oxY?k6b&fIfSrrhm53mvK4}rUau$a4CNnpfxpz!5ZKuql zi!Qp*b@%Ry|G=N1e?aa^>K~YP1i_Uj^AJHjkT2g!a*~sCzR%Os0RsDUa^5_55&CAG ziFso(xB=u8F;quQ#GLm|-Eq-l#N1=VavvbdTHWn>RsZl~@F-Q-blY5Gs&yI(YBwO|-Pag!%pQHj$%uJ#1q$7uu8Jt`#Km3(p<(}ZCYbD?mQ zCWarFTUc`*#KyGsy)a~Hq-*W2iPNN(s%E$zj^Bit@q=1yTJk!ThN}e9TKhAhT5#rP zg*Id-#V(MJ;zJU1%DB>5K}Slojm|tq4UI;h9$|Ux4DJFsMI6-~sFll{dX9T_pSe8G zaxgp?K8!q!0xLGktaR+v3*BNh$nrbGdK{XEc*Jm=N~Up}nporgSVS?VisO!kYEo^B zfOo0pmEQNyxC3GA?yE5+^7rD-zfghLFR`s4un2!U80rZvq^l{w!L)cH+G) ze_6Wvk7;rF#Cum7z)@5!+8Yzv;)G-YA@E*DT3#mPO^3?yPJs}RGAvK+Y&_ZA+9c06 zU+!cjLbObchV`5_O3lE9XGm3GQqvYn6R?WZTL8!C!gc*(zli2mkDm6uvcK|mZn5vf z+|Q%=EB%6HMaxQ-1(r=&Rz{Wi{#JtdKI9ba~$Ww^&RhW7F9N!qp2VH1!v_F0Su#m0hQh}S^xk5 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..deb02229dce13611e48ad1c5de7312c147f3a4a9 GIT binary patch literal 5088 zcmb7IU2Gf25#IaZuPBicDN#SRe75Y^v}H1N)VNL*$$*r&ZWYyyj20yl&}ZIBJnG0} zZjYA5P?b>_s2sSkShS_mml#1F>^en~qCniYv@ZeL7b$Wo;-a8IivaB#W2tCkpg?E$ zc%)1#MY;fYXMb;JcIKNI{;9Rqi=g~*>8~>b9SHr6bnL>{h^;q)C?g3;jEdq`%fuPl zXX7kwxj08#KJI{)Rh=1E+{KW!oa)Ya;vP!#syEXTZ=tk9^<`S)t(11EZ5e;up9#bR z3}TVYqz~AaXtZ+29meX#gDg6OB-d3Wx$m&GvCupd@%)2yCL@f=Pbk=cwmm6kwXBj9 zRiz*&vSLOiljr8oorTtw5^=&%afCJ7vYMW;7Ue`EWrlQF5|c(k%p0l1w60|md0kCf zpR#ICt+RC-Eq_eyZuG%I<5ZjoAK7xZiAPxF!wMt$?{NUPa0C5w78HI>wIa^X3z0Oi?i zQq1AJDjG5tjFc>>T2eF=ElYZ$A>@>tpkN`XWv7*yJa8`+O+*vjUiNY+PihO=!7rx z>6RVSHL~#y23>!FM+V`I7W>`s1;cNTr2{tAXp3x-w{;Y_JVUrNz|yRe4%t+rO@|w_ zO*QVZ;3~S(-S&8+mDt%M2w~>>38U8@P4Bg-Mk{eP-wa|@94r+gXU0-H`Tmy@%SPISoh zD8QJZX`tYaWJ*-BrW3SXRW6#2oTy{jbVJvooH&`1GqUMawV4@NH(hh0o&`}v+$NV) zakE(jF6I^0NHj!b^2DgXj^sINUZ#_tD`7WWgb0q52U0AhW#riOj4tBiNin9XnFO$S z94y)(9iU@yy;zP4;)&?jPQ)c5X1o})|S6@T!?;H;>#49;@^XERR=wdp3LnYrcV-;~)7V)fU*l-GKt(>+_r4 z`(O9J=D+1#9U5Qne)c|cxArdcn?3tp-}Bm@jh^UQPxO|t-ZQl9tOR??&y=3Id1gI$ zY%|nbo-9pPS+?iUHph2%eeOk_z14Qu{CNlkf|c;$N_c;zbMLl`4|uDH_jtE}3pDu< zFcC*Wfhh_^85Nl#N|05wfO()q9h!<9^lFX=p?P$hnY6TwH+d|p(@hVK2|AG{)DHn+ zx)bmSijhbZLOW$_kB-3_OhgS*_MyH*OZ;_zrS~9hx`ieFC$0Knm`&Di10A9#^zLc6 z6$MoWfEDhXhKc5)f3W+wQRgUKhttO18D{n*;QH;|_X4!d0<>`ku`F7Ob)Z?`4RSwP z(lp$#d$qATs5Zs{G;91(r$D?(Q^5zoS?mJ1xN8Tzb~bH-uEaC|nL$N%SGcWz9biAh zgD&j0N@COGnVO2krTdzOpj%{Zewtgj14{3CbccTWOTNl~^{+~ft6y^ZII7yZ3HWWDfa=@e&A@2UOW=(c z7^7|+#rk!B!IT+z&UPLQ_Sf7Tqeoy{gwcs^LIlW0A2&G?&JZi8nd$@2@Qj?5FX!}; z!jn5~bw&pGCK01y$Pf|Pp;UC3kSZRD*7t!`AlwDj-_gIXpbz&>-5tBvf8w1dHu_Jl z?Vb99Lc@wYGm)|4y-q=-{LN@g4&P8pj)E5wESH$pi*Miz8DIs=Z9$c8vZz%eKm zl!d=U5QTxSAg$-&F#I2=uAoYwW64qJ7gpVUl@|Yv(N{-TjMo=mTm0?Nd!z4;uAUhC zaNk%Z+*e*KE#61%t)t7_=Alz}2i6abtOgEjJ5hIkxmYT0ga_BcgR93!*Tbim`Dz>L z-cx?%r?1=^di&{LJzaAWmG1ME?xWiduCuG^MePSS0!P;ZM^}$M^HE@=IsivkA49Dj zHzux4R02mf0>d6+&%2)0r=DMbd~!YToo$Y7ZL7MGFF@{D@wHovAKM5VUkegmm>QA^9qARo3vbe6!L4| zSYQC!cX4`+JO?|9jKmb+9I_UGmYsaS#3C-!lhd$rnFOu+lQ6pj6&x?;HHhp8D4K2v zVrifo;Vg^h2tW+O6eg-92v;ogZOhCOndatm3IUqJaI@7m9(6a6dwBO8IUe#Gf^(Z4 zedTB=S_uSy_Pz3pr586k53h9|zIWu*-NE%EXVyEv2?h~tTN>m+)Dft% zhaKKeL)|OE(%Gs5=&BQS_RyY-^xP;Iu6hXNMc(lJ7NE8`UBp$J?}kZjC0j4A`8N7j{2nZ#0+zqxexyWKtn(BU*}1wjQ{`u literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e0336b613915e23cc4d4d95bdcd695fe58f1eac GIT binary patch literal 1851 zcmZ`)&u<$=6rT0|i0#;cqP9w!q?#ra;wtgdpdyGGBvcy2#Y9C2$(Pl5XY4GQ-Pz8p z8(bMFhaB=BA8S-vQ+WQA7=nLZfLIS}*WIXf{m)70@S$nn#FQKNfP2rq#1+ z&fnUo8ENseI0-~VIOx?KAw!bf6Hy`s_w(hstd5M+1}GXXrIyaN^XJlU{?u85XDqF2ipQRo}Yu0R`VmhRuB={ORolM z_OKgBro6b9?1`u$i*S2c(n3=yXSJw+NFB+Nu8e#KjB(Qpned%H0C9r)_F;h*zOnm8 zA9>?7s9ylf7@K_)tP!&a^)0aU4q5BlV2$$x^^BTH4q)j$$uxQdUxYdqt*?NJdO1T! z6R;H%NkV)cq%HjA9s@39jwB9=1n4kPI0q501yRP8Vv%BJJL%m-8}HuV#dki~tYIP< zj+qRDBmwV4;MO^IRYv59w4AGR(M+?kg+IbmxjVWAhE!;Xh}H2IDnDUF-&9CCsV1oe z0V>gzK7>a6ebRxfb8*h{WaMCvMHu#iyiCS9rlZqMZx=+AeT{Y2LB8#eQcX{ez?@2+ z37P;wJ_D{;aJr6L-2^`(JkV;EX;YEYKqXi_0v-sC*ugk(J^UZUE>6&?v-2eoyf4C- zBteT$bGPzfl-(P$l?SDfptAwbR&X)Jpo;h=k1Z z(z544bX~6XiswD-5~(cXS`_1e&ee&`_l=5R)9MYM3^ z+vQ*8-C;?aWi-DuoYh(d-KhO=`MbHHb{x*3^4!bUK+6NrM>cA9>Lk4wiX#g%T?HoU zXH3*{ChF5=oZlr2UH?r?uJfvRHwWiKxdapX@l#ho3{Ar@en*Rcq3wU14P*NS0+G4> E3kJjtVE_OC literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3e581f59cecc12b8b7d244a1cd4edcd84658779a GIT binary patch literal 4954 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 b`YY)ykj@WD*N0^A None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..0af884b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,235 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + 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} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + + @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) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..ccd1127 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/models/index.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..b9c6330 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/models/link.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..73041b8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,579 @@ +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.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/models/scheme.py @@ -0,0 +1,31 @@ +""" +For types associated with installation schemes. + +For a general overview of available schemes and their context, see +https://docs.python.org/3/install/index.html#alternate-installation. +""" + + +SCHEME_KEYS = ["platlib", "purelib", "headers", "scripts", "data"] + + +class Scheme: + """A Scheme holds paths which are used as the base directories for + artifacts associated with a Python package. + """ + + __slots__ = SCHEME_KEYS + + def __init__( + self, + platlib: str, + purelib: str, + headers: str, + scripts: str, + data: str, + ) -> None: + self.platlib = platlib + self.purelib = purelib + self.headers = headers + self.scripts = scripts + self.data = data diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..fe61e81 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/models/search_scope.py @@ -0,0 +1,132 @@ +import itertools +import logging +import os +import posixpath +import urllib.parse +from typing import List + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.models.index import PyPI +from pip._internal.utils.compat import has_tls +from pip._internal.utils.misc import normalize_path, redact_auth_from_url + +logger = logging.getLogger(__name__) + + +class SearchScope: + + """ + Encapsulates the locations that pip is configured to search. + """ + + __slots__ = ["find_links", "index_urls", "no_index"] + + @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 __init__( + self, + find_links: List[str], + index_urls: List[str], + no_index: bool, + ) -> None: + self.find_links = find_links + self.index_urls = index_urls + self.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/llmlab/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py @@ -0,0 +1,51 @@ +from typing import Optional + +from pip._internal.models.format_control import FormatControl + + +class SelectionPreferences: + """ + Encapsulates the candidate selection preferences for downloading + and installing files. + """ + + __slots__ = [ + "allow_yanked", + "allow_all_prereleases", + "format_control", + "prefer_binary", + "ignore_requires_python", + ] + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + allow_yanked: bool, + allow_all_prereleases: bool = False, + format_control: Optional[FormatControl] = None, + prefer_binary: bool = False, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """Create a SelectionPreferences object. + + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param format_control: A FormatControl object or None. Used to control + the selection of source packages / binary packages when consulting + the index and links. + :param prefer_binary: Whether to prefer an old, but valid, binary + dist over a new source dist. + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self.allow_yanked = allow_yanked + self.allow_all_prereleases = allow_all_prereleases + self.format_control = format_control + self.prefer_binary = prefer_binary + self.ignore_requires_python = ignore_requires_python diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..67ea5da --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,122 @@ +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/llmlab/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/llmlab/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/models/wheel.py @@ -0,0 +1,92 @@ +"""Represents a wheel file and provides access to the various parts of the +name that have meaning. +""" +import re +from typing import Dict, Iterable, List + +from pip._vendor.packaging.tags import Tag + +from pip._internal.exceptions import InvalidWheelFilename + + +class Wheel: + """A wheel file""" + + wheel_file_re = re.compile( + r"""^(?P(?P[^\s-]+?)-(?P[^\s-]*?)) + ((-(?P\d[^-]*?))?-(?P[^\s-]+?)-(?P[^\s-]+?)-(?P[^\s-]+?) + \.whl|\.dist-info)$""", + re.VERBOSE, + ) + + def __init__(self, filename: str) -> None: + """ + :raises InvalidWheelFilename: when the filename is invalid for a wheel + """ + wheel_info = self.wheel_file_re.match(filename) + if not wheel_info: + raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.") + self.filename = filename + self.name = wheel_info.group("name").replace("_", "-") + # we'll assume "_" means "-" due to wheel naming scheme + # (https://github.com/pypa/pip/issues/1150) + self.version = wheel_info.group("ver").replace("_", "-") + self.build_tag = wheel_info.group("build") + self.pyversions = wheel_info.group("pyver").split(".") + self.abis = wheel_info.group("abi").split(".") + self.plats = wheel_info.group("plat").split(".") + + # All the tag combinations from this file + self.file_tags = { + Tag(x, y, z) for x in self.pyversions for y in self.abis for z in self.plats + } + + def get_formatted_file_tags(self) -> List[str]: + """Return the wheel's tags as a sorted list of strings.""" + return sorted(str(tag) for tag in self.file_tags) + + def support_index_min(self, tags: List[Tag]) -> int: + """Return the lowest index that one of the wheel's file_tag combinations + achieves in the given list of supported tags. + + For example, if there are 8 supported tags and one of the file tags + is first in the list, then return 0. + + :param tags: the PEP 425 tags to check the wheel against, in order + with most preferred first. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + try: + return next(i for i, t in enumerate(tags) if t in self.file_tags) + except StopIteration: + raise ValueError() + + def find_most_preferred_tag( + self, tags: List[Tag], tag_to_priority: Dict[Tag, int] + ) -> int: + """Return the priority of the most preferred tag that one of the wheel's file + tag combinations achieves in the given list of supported tags using the given + tag_to_priority mapping, where lower priorities are more-preferred. + + This is used in place of support_index_min in some cases in order to avoid + an expensive linear scan of a large list of tags. + + :param tags: the PEP 425 tags to check the wheel against. + :param tag_to_priority: a mapping from tag to priority of that tag, where + lower is more preferred. + + :raises ValueError: If none of the wheel's file tags match one of + the supported tags. + """ + return min( + tag_to_priority[tag] for tag in self.file_tags if tag in tag_to_priority + ) + + def supported(self, tags: Iterable[Tag]) -> bool: + """Return whether the wheel is compatible with one of the given tags. + + :param tags: the PEP 425 tags to check the wheel against. + """ + return not self.file_tags.isdisjoint(tags) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c38dffd6a834c993f67abc8747dfad84dbfba2b6 GIT binary patch literal 254 zcmXw!F-`+95Jl|}K@=%>*fv7DBSMR4=s5t*XtFzOtaxq9o)ub7zzsM9SAiQ)!UYiN zQejKsH}l^w=Iei~R!f!j{_@pt^8GIGFMTqHMK-UhQx9s=>)G?=op(aUr7Db(?Nm9I zCm;891`_V7QH(WWI5o@rwf?+7?0k#(rVi!fkznTshQ~fqs#^kU2eh=Ug_9J>9<13y zm}KYOb#t|WWQ6NL?Vfs05KI6xPB=QUaB2t4krBiuOvlB|;JeZCZ9LD7Wk@PJf6lbl Lzca1pah~xH?zBq* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8258ecf9725d5ee2dab89cab96102596f26bd828 GIT binary patch literal 21996 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 R%=3z3tYor(VAPPy`5*f@*lYj* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bab49bb19d42fa778257c6c9f76e6b741b8bbbb3 GIT binary patch literal 8553 zcmb_hYiwKRdHxR1;r%XB5_L6w(S@=^`J&W@?Zp?#j^a477c1SuHDPI;BZ)FE%6E<; zOQs4n4Nz(bUnzwu@VnpN%k#e9`8TK2Mj-ra_TNYTrIwK2VL=bpQf4#D5wb``5+Ncd8WLQ@ zz*0WKvs8!(EHy@qkn#yr(i|}-EfGu78nJRXMo8F__J}>{h&Wi;m~bXt5f{sw67HlY z;$eAn!kes$RI$7z;Y<1>ewMc;s*^R58kV;uYLkITfaUFpx@3K%KG_gyNH#_qS)C)% zlx&VPC-+76C4-S5M+`*b$1doHs-)6^x8YnEA_qmMa%3<5@ajt<7uUei~BpSPskW|anaV4Hk#S*G69#mIJJ31QlesM&8WUmlu9X4q7sE3H3O0| znWi^;)2Wm+g!5mdG>t97wW(`QV|pc?x(TT>E=PxHIvE{`4UOXDwrlb6>#%Pa1N$`h zUp(J;@ww}&hsNTv6dg{}sI0`430ZZ+>DZ2>B2Z>fchZv6A;ak4FhlVue+<}dlt_u zoXG``>!|HSRv;33_T9We6M+IsS1|51LGJIbp< z0$4_Ml=9#ApT`DU9yj1d|KaWL-~KysttOnW34dq~7hP3% zl5@#9{=Tbf&DEB7wPpDS-j?N|g12M#@^8()V&K4hX8G7#H&;6gt!HyB=icRV)fck1 z2WJ2L;78{Ab&Kncea@cqw=7S8Y&rHoFCJPR`^a+if!Voc-j_G;E137c_0%t}{Orny z<|D;G)0}hNS~IVFWNl=HPn>ndK;xXVXsuqV`_Ouj748R`vd#z2#-+iJ4n9$Eerxv9 zZ|#AiyBaFpU8|W7IzMv%)olMKcHjJ^g1sRpG;G3oiE2T@r(#KI2X3G;Vz_Y*GN6DU z*1}#YXAITVu8=8oJF#YO$lDv1`V01!oX|phpjGwhqs7XGRF5bP$0iaW3;OMC$I`O;{y9wW zO>R$DQZt4O$$&+A2Ik2a#>|lH3Zg+*4gd%|^((q%OBB1_HB(l}+xy<)WCKSs9MFfK z{sFt%YcVQ+Q{r?6V=0l%qM0F##-&?g#vJlkFh0!c0b$|tf^j)0CC8O1jj&se(oJ`v zu43d2nN*_$st8m^5)3I&O{)3XQpSpS4Wb-NGIFZCtk94^Ps6Dx-j~WHHI@*dfZSK& z3K#;`*B(Tr7op=-_{+~i#594`b;mj9T(dOgElmZ>zS;A|z~R~Rv#GpLU37cy+@8C= zbgJNP1+g-_ADM{1>z(VXfwx~Q_)cdnMZ51qdt0uyEhn@wP8!bt`KVL!Ym z=&S1M;0n|T7$;1FJprc^zhiF(5DepV`YA~P&JM;!DVC`4G1FD3#YOXZT0!sT6_{PrgkV}%H(lG*&F_&;^htM8P|dQs{utFirvYN9ak2LdI=ii;9!UjmkrR8MPPgxFj$Q zdl<&L)}tsXFTr2_Cy2l}wh)j1&dl7*Z2$fG<~KXv=v=Gs$k%t|4xcO3pU(-kp8x{- zI&)p;-fb`Vp2=F)>-I0V7wQhLoX^*VXL~=fyVhN`8nCVizjWMnthJxax1YS%{6STr z{Yt_0Y?g;UMTdWhpSzj`G;@I+esbaDlJe%QH*S6CYg>1D?u^Whtht)=u4b*a;A&s- z=3R$(4h8X?y{c(=v#dF3I|Q_>!~Yge_NN4N3`KZX!1n^3@kO2q7K$;>w<}}}6^}|3 z-Z8#inr(*PCZuKE4Z4~KmNX4)aR=#BFcn38G8i&wtY8B5C&iLLSfsRSWX>Ud8vCIn zQ8ds&Jq}4B1FsFe|+7EH;I*!pD|+c3B$D zEMTw4&?4G#iZYhKdk~!B@lJk*(-{<4ZJXz|t={+;EsJ-#E5Ln~eKzoY%Dxxi58Ufm z+25)RD>J-VY0zskCXv^7_XL>%@28Kv2sblh%~;0D{*>Mukix3#agMxREx_qP0O6<4 zfnqa;48JRk?cY@aMNtqdC$MEq8QU>lgU`w0IRGd z0_N>Cc2BJ3^!wq+t8l6r;d{a)r$4eBBuBy8odgr^1;WAab*1$9Vww)?48}kQb#)1* zZcJ$q1P>wUpw3F+fvskSUmz=K3XWrNa+D2`6h-qSRm0?sEk|$3F2^StipKL@FGYnw zBN!p-qU)u-oX~bw9HL;p55aq!U3=&Ps|y}~5Hl)BqzYr{c#3&p^lxyKkRF#(s&Nv= zN=&seB^I*N7jYa?l71H>KSV00*@>DLgB}4riq*O$$;@-r$UMVJB|}Ig4hW|nG~*D2 z6t(}6 zuSCn16@a_rS<3_Of#seR|BABKeLmlPzTmx(HLW|n^X*H01?T<^Vz72Bf2UZt58jWQ z9rMPbr*X}5An!S_{KUte&=)*Ze#t|h4HF48E@l=oYqf3p+O`$fJwu`PbkKT=jzgheKJVmHITf=CRPuty1- ztPGpn7h=lLs4k-ap8!Sw8rGsOVDue`cHj@Y=;^?&wafVPV;qFg$1X-SqNOS`Iop9W z=u;pkYz6^oo&l|cmQ`$L@(j{4NwSe$V)4Q0TUXLjSVl-~x(5 zNkxnhXs85H$e{ti6jpo}BL)SC0yKdU^J0>iLkOTLjM5m5L&ToobzP4s)Avl>>?IVM zzW+H6bb&-B!27BY~O~#>a1C>4XqsdW!K%Vd;UW0lk>tOKM5RP?O~;C z|9WlR;^e|4YU$egjtWpK4;?fAv~@r#A(OW8~7-s<_$Wuf400Zr=+ zuQV2$4ubmkhUYI9{lPVVYu?|wJn^x=3)H_i4C>z*29?(seDlm3XVw}H=Nk^M4BWd= zXgHg_Qmm?33M`+=1&-vZjuae6z6il)zruHkj)%nTtSQz87N-}cbG2PLPZz}No|;AX zg1hMNDf+7yFE3nP^LOO^9YufOky-Fofg$Rx`NM`AMs9sskL%(F|3^Lt*Yc{V&&AEv zTsUEP^Sm3fzYf>+8I12)x*`AG32X0JTC1FWg?p^UM_rHo`krBFS>*8vmZq*zGpJ)hB&B-38!lkz+gbOIvP1l9(aQIs7>z-k0KwE@0Jg`@CxAf{=UN-u-AuE=44ODQ31Z{nzH)qSj+ z{^2S-l!%A*2k$629Wr}4R|7kHNw>)oY!m&B<(H^+p?U|?3X9$ z9JHb0uX-H!g@NOQ-x2?(#Puohd`hgJlg>Qp{7=&NALR09Ev$bp1`n14rrXx6l05;*^I`v!qz<<>p^?#w1;H(YI8 zW6@T%!9#lA=Grhq3Zn0;*)U_yLQJl#^!@0j6-$Ghz_qUMI7#a&j}x?RxEx&j>hTQ% z$p;5nl6&s?O)PFSSHY5_8w8S7ktO%!O)PD62%KlxhVyt<53%IlNu18}rK^!^{enRB P<&*olqYnv0Oe+2thT@tf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..110bb9878daf687cbce10704eb03972cd9f8cd45 GIT binary patch literal 11663 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 GR{VcX0gtl) literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44ccb6bb20341279fd92fc4a5f16f0460cc6295e GIT binary patch literal 2253 zcmb7FO-vg{6rSDn+G}HM0@(ZoScv&?sO?gk2-36?GEPzvxl(?l#!0g>-T@ZuwL3cw z*fJ7|a&Xcd;8H53t&n=5O)BNsQ&%5o8sqQLCuU%>)in)I;AcI7AUu)RA`P z{mz?x^Sw8}RaQC>j9-g?j6HKB^ryj;hp7Q(>ncnO=sc2<%p_5Yi7_cQ#xe%aCb^U) zW=Zie-sHKYHD!z0fVRlI!o&p3U^}*tvJJ2YcF5M_u*x>f%YtklwaAWZmRJS0j52Zs z$eh?I3z)@~vK_RX;WKKLE3fe}SI+KtJp&&3S=}OC%4>QZZDvl-%X)u?gE-({1s6h<@qcf4fN+7 zik1%a_a7Mu^eS_370NbDdAAr&Du5i(#MLn|?+{1RM9h-pF;V#xG7T1IF}Z?C*#b~0 z7|1daD(JASqG~j*Ca{6ExRzFRek4b+rdwqU=)`*Uc~vopA(J%&=@sBYvzlZYa1f3d znDKMOxP09;PH9HM2GpgLHb$yIs2PA2Me*h3(0Dq9L!)CPt_2eDP%@d4lJSuMgro)o zbSSBegfclgo>u#Uz3+uIh2lUao|ue}VJ(zVG9gJ(DJE(>8B%vDER>~6QVV8sdKHN) z8kQgp(#|1CJw$Fcj_?$wS+wD)n~grU9hmbi^vw5son5nalpLJ>=!U0Z;o|(obx+rd zr)$Z!>UsD2iIRY-y$enAO-1Vyo1-YNyINLUEo(O4V$DOF?}@u+-QBw4Ze4bXi|)JD zrRlr*d%j<~?|0v8Ty~z`l`3(~-nrQK(BAnL$CBZ=DImf7*yUTi z{FA)q3NH&`5DVTH+pVao{W)UZJg{@sbL7T}5(kQx+5z~}Z=1p#dcgU@hq(uS24>;{ zsqRROXVpnbQ}Q_RdZREJ#3A^$euilnG0<4d1_9igW5T%0H%5VxnLBK`B!z{a<7cR|TTK9CXc)B;7-ck@9Y%BF5uYU_QcpcACqrJWuDZP(s>c1G?JObQ{ z?W4%q_#9cm*;Tz!dvM|O{OR@Dj+NSu#fjD0-eTlYP5q-P&qj6Kjp33Vxob*1*#4t+ zK;Wy)U^8>Avj_cP5VyMq8@c<{ERgqWtp?r50qu9|R+`JeD@BZdBE}8sO;ChE2{J6F zNwA#aU<$fKQX|ImMBw_7UT>O}Yc+_cjaLs|LCtIz#BSJdkXhX=NpV$8LsK!dl4RDb z&VeT}pls&rd$a{4GBf&8I1a(GN&FEx3^LbTF_q zvD`Q?Yb(|k6LWpV@#`(CXrN?mV1}5l`b)@Imn@KASWCxH&xe~_7gN9C@|Mii*JZ9x YcvmqyCx11x>=sw}wrw74h#x}!3qpJzY5)KL literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bd5235b2b0de7c8aa04d573c2a3306988d4dd48 GIT binary patch literal 2949 zcmZuzO>7&-6`tk(^WT(3QL(NL^`P(7^%@TQ5?%{su;0=Bzx$3#T`n^EV<0= z(vpZ(VFU(B0|`Sd$WH{B%%n~=bf)tOCm!5phDRA0oeZ=fNi8B1?h|)F&TyN$B4rEBd72% zvZhcM6|pWU5<~SkQ?5sqsE>IwR*x%j9}8xpo>YM+Br z@v=+US+~gB3s$3nD|F8}LM#F+(Thg&61Hua0x3;2!^UdWBB~9xTQ=B~)kVv8mN%Q& zOQ=87h`pwnrnchSja@R@SbwQitzuFcT>+u^K-m8|fL}s%FoLKcC89G5D(O;Kz8N9~nF+Hv)s1BC&HbJJ4#e z0}~*+{4liy;3d>ogV_?{ze0w8XG@I+`#^IAmvu#*{R4MvaJntYITR|nQfQq)E(d8j zOm6sx@lb0tx>7AWl0p>PxP(q1Cl}5Z5P4xscI6rk?12_|%$W|SYsW$~8g>5hdu#cT zPKaC~tlA8E7ks@X|3Y48*3kz07FuVD!csd9rPqOiJx>d1TXOJ*Lz8p4$a)-94-HZU zYdR*jCqVLGt=>MmxV(HZk7=FG&)WI*HN(XDRqQxMV-+T#>_rXRXh5BARItawE<*24 z4%3eM&Wi$NTMeJIgjPVrJ*fJMp>Rk>j10-+Q$;HnBH0*BzU?x$&|4TleD~D0 zhj&x6|3V^IAIol^{qXE={MfI~-i>EIcOTST4V^NgiWi>kNv0+ zN^`%X8D-Ol>)|zYKN8_3IQ9i*iMh`Te7-k1-S@{Qp9#hn&-vp$Iq@wI>-{M-dGvm4 zn$O%zPWE{i`vS_0_eF{%G*Rfw6h%=c+oxLnIEtorQzyD|;ok|6$A z1SY`y>pxSaAkAs=dx=5ShmR&;oF@dLCpeo;*gOPA-jvedu?xI<^~xlAkt{ruS3^o8HTwZVHj>-KuqcjH1-8L{1tlg8}!33 z(djSInZL8?uej&F;b!m2Q=N%Dd8#W3C H!0-PBuanvI literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/auth.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/auth.py new file mode 100644 index 0000000..94a82fa --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/network/auth.py @@ -0,0 +1,561 @@ +"""Network Authentication Helpers + +Contains interface (MultiDomainBasicAuth) and associated glue code for +providing credentials in the context of network requests. +""" +import logging +import os +import shutil +import subprocess +import sysconfig +import typing +import urllib.parse +from abc import ABC, abstractmethod +from functools import lru_cache +from os.path import commonprefix +from pathlib import Path +from typing import Any, Dict, List, NamedTuple, Optional, Tuple + +from pip._vendor.requests.auth import AuthBase, HTTPBasicAuth +from pip._vendor.requests.models import Request, Response +from pip._vendor.requests.utils import get_netrc_auth + +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + ask, + ask_input, + ask_password, + remove_auth_from_url, + split_auth_netloc_from_url, +) +from pip._internal.vcs.versioncontrol import AuthInfo + +logger = getLogger(__name__) + +KEYRING_DISABLED = False + + +class Credentials(NamedTuple): + url: str + username: str + password: str + + +class KeyRingBaseProvider(ABC): + """Keyring base provider interface""" + + has_keyring: bool + + @abstractmethod + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + ... + + @abstractmethod + def save_auth_info(self, url: str, username: str, password: str) -> None: + ... + + +class KeyRingNullProvider(KeyRingBaseProvider): + """Keyring null provider""" + + has_keyring = False + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return None + + +class KeyRingPythonProvider(KeyRingBaseProvider): + """Keyring interface which uses locally imported `keyring`""" + + has_keyring = True + + def __init__(self) -> None: + import keyring + + self.keyring = keyring + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # Support keyring's get_credential interface which supports getting + # credentials without a username. This is only available for + # keyring>=15.2.0. + if hasattr(self.keyring, "get_credential"): + logger.debug("Getting credentials from keyring for %s", url) + cred = self.keyring.get_credential(url, username) + if cred is not None: + return cred.username, cred.password + return None + + if username is not None: + logger.debug("Getting password from keyring for %s", url) + password = self.keyring.get_password(url, username) + if password: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + self.keyring.set_password(url, username, password) + + +class KeyRingCliProvider(KeyRingBaseProvider): + """Provider which uses `keyring` cli + + Instead of calling the keyring package installed alongside pip + we call keyring on the command line which will enable pip to + use which ever installation of keyring is available first in + PATH. + """ + + has_keyring = True + + def __init__(self, cmd: str) -> None: + self.keyring = cmd + + def get_auth_info(self, url: str, username: Optional[str]) -> Optional[AuthInfo]: + # This is the default implementation of keyring.get_credential + # https://github.com/jaraco/keyring/blob/97689324abcf01bd1793d49063e7ca01e03d7d07/keyring/backend.py#L134-L139 + if username is not None: + password = self._get_password(url, username) + if password is not None: + return username, password + return None + + def save_auth_info(self, url: str, username: str, password: str) -> None: + return self._set_password(url, username, password) + + def _get_password(self, service_name: str, username: str) -> Optional[str]: + """Mirror the implementation of keyring.get_password using cli""" + if self.keyring is None: + return None + + cmd = [self.keyring, "get", service_name, username] + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + res = subprocess.run( + cmd, + stdin=subprocess.DEVNULL, + stdout=subprocess.PIPE, + env=env, + ) + if res.returncode: + return None + return res.stdout.decode("utf-8").strip(os.linesep) + + def _set_password(self, service_name: str, username: str, password: str) -> None: + """Mirror the implementation of keyring.set_password using cli""" + if self.keyring is None: + return None + env = os.environ.copy() + env["PYTHONIOENCODING"] = "utf-8" + subprocess.run( + [self.keyring, "set", service_name, username], + input=f"{password}{os.linesep}".encode("utf-8"), + 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: + 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/llmlab/lib/python3.12/site-packages/pip/_internal/network/cache.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..4d0fb54 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/download.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..d1d4354 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/network/download.py @@ -0,0 +1,186 @@ +"""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 CONTENT_CHUNK_SIZE, 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 > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + 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/llmlab/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..82ec50d --- /dev/null +++ b/llmlab/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) # type: ignore + except BadZipFile: + pass + else: + break + + def _stream_response( + self, start: int, end: int, base_headers: Dict[str, str] = HEADERS + ) -> Response: + """Return HTTP response to a range request from start to end.""" + headers = base_headers.copy() + headers["Range"] = f"bytes={start}-{end}" + # TODO: Get range requests to be correctly cached + headers["Cache-Control"] = "no-cache" + return self._session.get(self._url, headers=headers, stream=True) + + def _merge( + self, start: int, end: int, left: int, right: int + ) -> Generator[Tuple[int, int], None, None]: + """Return a generator of intervals to be fetched. + + Args: + start (int): Start of needed interval + end (int): End of needed interval + left (int): Index of first overlapping downloaded data + right (int): Index after last overlapping downloaded data + """ + lslice, rslice = self._left[left:right], self._right[left:right] + i = start = min([start] + lslice[:1]) + end = max([end] + rslice[-1:]) + for j, k in zip(lslice, rslice): + if j > i: + yield i, j - 1 + i = k + 1 + if i <= end: + yield i, end + self._left[left:right], self._right[left:right] = [start], [end] + + def _download(self, start: int, end: int) -> None: + """Download bytes from start to end inclusively.""" + with self._stay(): + left = bisect_left(self._right, start) + right = bisect_right(self._left, end) + for start, end in self._merge(start, end, left, right): + response = self._stream_response(start, end) + response.raise_for_status() + self.seek(start) + for chunk in response_chunks(response, self._chunk_size): + self._file.write(chunk) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/session.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..f17efc5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,520 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +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) + + +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("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/network/utils.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/network/utils.py @@ -0,0 +1,96 @@ +from typing import Dict, Generator + +from pip._vendor.requests.models import CONTENT_CHUNK_SIZE, Response + +from pip._internal.exceptions import NetworkConnectionError + +# The following comments and HTTP headers were originally added by +# Donald Stufft in git commit 22c562429a61bb77172039e480873fb239dd8c03. +# +# We use Accept-Encoding: identity here because requests defaults to +# accepting compressed responses. This breaks in a variety of ways +# depending on how the server is configured. +# - Some servers will notice that the file isn't a compressible file +# and will leave the file alone and with an empty Content-Encoding +# - Some servers will notice that the file is already compressed and +# will leave the file alone, adding a Content-Encoding: gzip header +# - Some servers won't notice anything at all and will take a file +# that's already been compressed and compress it again, and set +# the Content-Encoding: gzip header +# By setting this to request only the identity encoding we're hoping +# to eliminate the third case. Hopefully there does not exist a server +# which when given a file will notice it is already compressed and that +# you're not asking for a compressed file and will then decompress it +# before sending because if that's the case I don't think it'll ever be +# possible to make this work. +HEADERS: Dict[str, str] = {"Accept-Encoding": "identity"} + + +def raise_for_status(resp: Response) -> None: + http_error_msg = "" + if isinstance(resp.reason, bytes): + # We attempt to decode utf-8 first because some servers + # choose to localize their reason strings. If the string + # isn't utf-8, we fall back to iso-8859-1 for all other + # encodings. + try: + reason = resp.reason.decode("utf-8") + except UnicodeDecodeError: + reason = resp.reason.decode("iso-8859-1") + else: + reason = resp.reason + + if 400 <= resp.status_code < 500: + http_error_msg = ( + f"{resp.status_code} Client Error: {reason} for url: {resp.url}" + ) + + elif 500 <= resp.status_code < 600: + http_error_msg = ( + f"{resp.status_code} Server Error: {reason} for url: {resp.url}" + ) + + if http_error_msg: + raise NetworkConnectionError(http_error_msg, response=resp) + + +def response_chunks( + response: Response, chunk_size: int = CONTENT_CHUNK_SIZE +) -> 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/llmlab/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/llmlab/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..22ec8d2 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14f1bb173757b1bd46e3c1c5cd70d9e1ac2a2cdb GIT binary patch literal 197 zcmZ9F!41MN3`G+P5<==A99j!{MU21-QQDd|B2A(s9J&D;FaxW=7BB(ottXr-U$XuF z*O&at^9>_CZ|^SMPg?()mXzGt$hQ3SV17YvN}aid-VO-o&dX3V60{zKmUR&^#AJv; zs~X%Gduyt4w}+r27EU%7*u90+A1dLuPhhh9cyO#nfuib9lboY#lJwpWcuzoMs{ NCM5V~oO7QM{QznVHSGWZ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30bde4dd4e740fb218e352318549484fb34eb8e1 GIT binary patch literal 7579 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9551b4ac030c5356c7f0876e93aae8637d68dfb GIT binary patch literal 10117 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3a7ddcaca8c10e7ed07281625eed0edd15335d4e GIT binary patch literal 25747 zcmb_^d2n1udf%H9b7BS<+~)&v5JOx95Ai<1LljA@BvOZGr5z734+Nk&u9E zjhqE!IRxc6r0h6?yr~iusY;Z+iRenXyeqGhb+*c$At2A_8S=umoGSk}6u99=`6Ky# z{jLG{C~Ycv!1U|8`*rvC^>=mu%demKU`c*a@;>sKzo9!XYG%y9Cw3@a}h3X ziCYtvh=ska5i5J!A~w8j3478JaabsiJ>g82Maq({h%4!ixRaiUhs8S*-lQ+$V}57C zpDd4*Gk;kkkPJqG%CPacRINFIzFWbt*0L&?LD!^~fw zIFdXXIm-MEiJ|1N$T16N<%B`u_ zwMQP0ZxY(#?ZT;ehwwz4k6TAw@lM2_wsI%Ac-O03eDiylS9&66+?<<>Z(}98g|2v5 z@Cc{skrLkm-($?j3ui_>@t#*5k+XWSSR_@Y7mi=LXYhIdSdpA?13m?%hmjE|2?8FBo= zrObFb#gC>%emo^*Vu?hIB0T?0<1iey$o3~=nX#~4wjUcG$;hr#89|I)NC>k149d%{ zZ%k75SOPgKMq;USYJ4P?7@roRsaR4#WH=dnNr;xV6-8T7wXLWqeEZV4C?thc2AQi* zDP0ia$4WXEE|VLNA=5}EElxcnCLWJTW6z|dOOumnF(brfA4QxUmy)r}$e0p(CN(*p zN+GR6t&x4yaZyZ*a@AQO6N|?(u~Vs$bV@=)Xk4xt7BZL9;!8tmlpCRMQgT;5J0fjp z5FPbD85?;ic2PJno{9@%*eVB)#w4M%({lYqArnoiO|2UMl=mJHN5;lq7EYx`(+FZL zQ!nA|cy3G(5~wb4l)mLy`f@6fj-dtFWB8HW`1twrPd*(>T@;?i_z6;`bT~pZ*wIlj zos3?l>Y|rKnjO!RV*R@DpBIvo`Vv74-b<-Td>X3< zLEFnCl59g6*?)n)JDO2GTy~DK36uj$^thB(mcJYv852-miH-}ClI#?P%q1~3;vm3K zA1B^6{MMX6LN~aKii$XHhSSi}tYgM8p`sP77`r*q#a5GK~aCdSR z4mFgOmR0;S)*0K3{XJ?Q4?~UEhO~05lv_zFb>CA1=cv}NOmF7~ImvR_YThP`8piaKOA<5)CD=XZdRh>aoNFUNN%1~@YOo_(Vo=nXz{o$-p}X!{9fiZ&%K@s}QWY8OVnB+_zc%wi(-1>l57fEHgIK^>4}O>lZaKvTa>OIt0#dN`#$a4_{`p(+560ddTk72Pqdi%B%_sJ=Yp8=8 zAxC>?Cg@q~f^<I1s5E5vYPKZWZi;jS(@nxP85*itmr{hGrVrDY2N9#_UmwNa5I(}E()LW%vi6sWGIzAX7fB_(Plbsp}wHBo_~r1 zc3T(5oQZ@+G3F=nlHJL1Y_8~-BzrDm3zU>zK2BL|vRx7qqb#FHF%ng*&x9)qSRKzq zqtkx++I}r~o^lfMxXKl(>gMdPy9?ghthaTA59j$EIey3O^Gp2RJA*m?z}&Gd)$X*(695n7Ad zLpu(exBmoBDU1^H^1e;mL1yi74!f6C^c(Ytoe8^+21~TJiTKSrk+Uonwz4%aV>g>^ zt=1PXiL=hxvKgCL@d&tfYU{$nl|Z<2rcA5j99F@wcm%ya|E^WGzl1$p4qi;8FMxWT ziY8+zAmuprmN0V2p{TNzmkx`vgesMU*u@x8qm2Au;~#b@U`_KN(xMQbp^97?5E*Px zYhwvfh{dO(TAe~%C0-b9LcpUeI~U4f*|A5#0zSeqW0}k((KRB0%M18P6L5g{eO$14 zvHQ;X<-pOakFT}>@*6)b3$1M0c{_gR%ul!&uGTsC!v0Ua6$M{q-q)G)buNxC`?h}W4J^2C?qBkDXYJi=-K+y; zeM!8Ej)1eZ%-UuwnD`Qc2H$nZo6^08E$Ppf=JVv1+e#*b$to)$N#2)h_T6|$Q$E7SN*gq68;D08V# zqxd2veG866AH8vESQRui7m%2tTm+|AxuS<_ZU2htn0K#M)!i7rK0N2XSI)W03$F6K zt1ahhTMRF|dRN%!?^yEkSv#+cz7y4I5BV8Dg83&z%F%Mz_=tgZV2Dj|-KGX~X*Sjx zxhE@yA^0TmU`I#YoR(E{vY;IE{s2nA#;H{sLLjkna63231i z=Y%FX(W3CidU8%wmPDvttz{6LP6G5;6oUeO4*N1s`zF}bOq$o|kX~McK`|;8e1>ObAv`=7?nt_60~Zkib~0G1yOoba*1G(z~OcL zq~Cx8SmZgE@B82R-gj19wKwfI$8Lu|aqTYzLaTvLKG2>Ev@Zubv-Zxcx3lP^oHO5> zSqU`WJhs?-`{m`p!Fl_A7Z+?Q_<{vrRl!$R2-V+rJA$4$d$E%91+N`=?ZApFv~cXk zsq3e1Ub$735AV%|_b$8kt$G7jPc!J1t1rjIR5YE6(tJges_emhmz`ihO}IpP%+RG7 z=n_3;2CmvJIBWl!I(4AdS_aVRs8_N~Su!3iWx}udjCb6M+$w4ZFj~bbH{1ywtc{#T zt;lBwXNg}sm(hW~1MC=5Y+_AGiy@=D=8F?QtG8%uJ`+`14&zLmGf}T7H1y%osnC7D>p&pr3&SU^%A8vV4H&(ex#3 zM~X0jZ9=r&^FjjnV;Dfm3Jy=VoM6?)0PPB`P}*dtG`;Uhy)%6qJJZQFHvU3PK}7xh z(~xPZL>(ZoKkSvQX-T1B>=WtnlKeO0$EAzqZ zyR%DG2d~D|ahKqVyAkIR+;K1BeE9kCD;GTR0N%lP#c0bMH)@Gj zzUqs3;~~Mv;_UG%FkOBYu2%Co<28sYSMmsfQG2`=;h-9J2o=-=#MU9U@}byz#D?Mx zLRCD7-fDRp5nBz}aTg@xHG+?QgVA0yq{X!?mHNfvg$gi)Er_pU@vSDMc%;@FJ!d6I z!rq|t314iFZ$h|H?IVTT5pH7P4vbcil_BYS^Bi}@5^2FszgZ4FZAc#hA0((2r)yLn ziL6V~Ww$Du8yDGTB9}?x2!XmG{$U~^#4AEi**7VsFGBQ947$i9MRK{ixiU0PlFCaG z1dfs*MoGRSdlIqfDRoz)T}uumgp09}DM%k7D1-n+Wr|BtBGE-eJFV@;TKZiJ*ee8- zXFf2){WgeBjV2?M2qsrWc#I+{VR>gjSw&SU3u$Et5y8ryjE=4m@6u2va_H1_rb5fR zA&0&x%(#(X-vAi9ZP0mkr0G=Mi~}K~MGr#ddhK3>^zWYmHxSj){)`_XqaWo6>Ga+> zvHSWK5GT=rj^s4~4JW>WX2R971G0V$Hc{f@6ggMO>4O8FTb*8!R<`WcSu(MX!U4=R z1nEXB6A+%K;sfMtC1-}5SvYbz&Hsi;7m4VQy?PZ;Dm0N8k8LHTa_Hz7ctS|ZgW?&g zkoA$Z#JX%WNBtJ3$@vaBtVenm#P3oZBav9U?r3x*5yP5|N;IxSftEa170Ce&%yd%; zaA?4zi#7_#A^i}}FM+8yaqjZ@vYe}K+10RG+X6v{uTZ}Uuku3kmN`3O3w5ms`d8}P z7f;@LVX1yEC9bsg-@1Iqx72!^@-!7{nh@)Sc(FN55%nOp_yLv#U)v!0n&E5hBVQwY zEj{FGpg2~7;u_kiYIuyIz5SG}4sm@u=j@-j!i?l%Lf#P_R`4l0*YsD2CGiuHi5nj? zVoThGygFnVC8Qqkz1EBYLk6sv*R4a3QOA3LdU~|?tS!|ax6WG8q7F|=4syln5-!O! zhgMI@WAw`qoDr99TJQ6S*Ws|Fy)zjd=FD?sbpBAoDx%*!CwTt`^OT8dqeac9;k;S< zj9qlk*of5oeJ*bQ1KYG80wEiTl}3q&t1HxpFp z#3XuZGUMXGOtV%(>meyzzPjeP1GQ(UV$V8oF{RX>XtEez%wkj%g&H|EA}}F~I7ivOO^!%T2RUgt5YI6*N!7?@C@(>1Cwm#W z3YHt%6Y;l^w1M=5G!KNWszt$PF-iLLW>eJnaK=girvyU??kczHEx)#Ves|v6c-Pyw zIF#?$cei6-p{8^0D{<)TkBc)&FMy`(R1? z3%vs$48J>k-Lu-vzxAy*zm;#^nQPv;)VyoK^J$>I5Nuqmz148bcl$`T^|4&=u?6p{ zFSPK@tha6Pe7^HUuJgoQ?}@_T?mIo%ttaM=E&KXbe3jQu&!4_ow%CXez9{eAbl1CS zrK0h7n(lEH|4|E3$=>VUY*XJY>4PipUday}&J7%14jy@6qvRsXRJ3uv_6JrY;!BB8 z)la&5jyKx=qS0}@qf8Ev7zJx7p=d-UbKzkPhW7so5rYRc2h3L#ag{lk=?EIVR38m^ z#imDqCP`v9JTn%9^kV(c5sQ)0T(||!nB?R{=HUSuXEEc7wLSsVEn)lg;BlBNK=2}^ zFNq^$5h0RvC&px20Ktd#@BPE)p{4Rb=berV2?5H*H_)0UoF0Q;_866kqljRTDOU@u zB_e90B^ihykz3WYNs)g{Gcj8Ry<~pR>C?5aCjeo}8=a6PKbpSw~OM zbTZ2QgtClHrLa;ZCR?3&||y4#oub3~6Jd({>U6rSegO%|wD2K8Vc zRUR#l)uU7DS}I1q2KAdz2a?C24%XFS_PsXad#_j|ShHpHU0*B9)HLT|eo>wgAxTvg z8kCL61mZDYnCT*J`X(iS~I-(OSb4 z?X*ClmZ2p|GCDz;-eS5!Ngwl2UKp2g5>etM-b3tdK^aNp6BBcEf|UNZZYZN9!ThkZpK+ zk7lyfmrg-?H!6UqBccZ4xKujBgKLXJEx^blg+m9Gq;Tldhkk{kkkZi_Q4~vRy;wM8 z2o;C?niw%g!pM%eaN*KLws_@^DC>r9i~_lVMvz3wx-1&YWJH;NL@q{-VR`KJf5r zrFF$H>g!lbk0cCCu#1L4z&Ba1K9WdKj6)2L#mt-uTeT@JHFTN4T>7dcDTvu>G#7ho zy);OHSzC$R#b&16it7UIogDE(U&$*uppai@(v_*jh_dH59>s&`Jdu`@hDPEo{8a`ud1|sim>^L3_B7 zzk2;`mA`UMpFBZGgx3r-dBzzLe?_p{N9JOE#EbOl83>%oT2|;KHREI&To&|n{ln7( z-?)&01p(m=7z)C6NJx!L0Ud#1Qy3Y>x*+UcL~jCF1b%{N-$5Q`WT!?ux7YTKPOI;0^#u zT{}5{61H&n%RukJnxeiF0gW6C@%hk}TxiQus2Az=o;m-04_98f(3h|5$W?YM#+Up( z;E3GeTi-75ZSOeWcK*PX^)-W4a)+U?sNYubHB%Fh&p)2`HRqH7+9Q;@rdC+P`I>LO zm~Y;mYu*lPyXD=de%k)moBwk2U-$lH@6zt)?s}hFsq88QLkrK|JonafZ$9_d3va$~ z>p;HeNUrAy5NxQt$iZ$8h&kAtbu~TcMANKG3QP8}yW-eh+fVj7j@uNi>N?thq{9r` z{uG1wDB6J3e!vI%-i|WrBl*nngjD2|<0aG#H;Ymsj^*`*pH{zoMXY{0X z1QMv6P7!KISRfG5GzrCFhKDId48&40oq-aRYMbu)dUQrYB;d17=}SxdKVz|R%rb9! z6XNvhRr7q9AizqU39VpED?!TiFDXAsnM7h?717Wl`Dkxrh>M{t@qG%C%t$5#NM`HI z<`T+)$;5a@r1=p41v#{jY0@Mjreud=hrlX0h=>g`B=HXsH@)Nk0#E70+9KhoKSl8k zd_gU!sB8OQ+kZ3j*6i=i>Xg(s3c)JqCIQecP+Fe{s~6%olGl? zhNVF7oSl%Ecivm@?O|pK71z$rpJhl4Olu%?ZESw*T53LZ^W0+FQhCSXQ@QfZbGD+@ z?yg%2buDIYox9!fQQwDsOQFMA-{D`b1h#-qLz+VFW$O>zk(PZ!q!I<4rm93g?yfm{ zi2L|Z>rk8R&v^@6xgJ8E%s8{5)6~BT2en?@qf>RCGdyFc>DQYNn&FsP+c;4@mSfzD zt$-^sjkjYoH$0Le{Be*al36-wM_zBU6F*@h3Ia`K0%01h2IEB)_mKfU`f&*sc!-%T zW3Fq~U1Fl3bJRu$<94P`Q)yP<6@(d%aLl-79ESc4A9_|!%SC2H*4lq2k%K6p&EKY*DM z%!&*(t)!SB@s|aNwhZPB{Mdylow({(Y&FH_(4Faettujzi1Q{?0yIQ2=yGPVsTdD2 zzUVhm0tTMKlw=?ZXklT5jx#8rR1|B!?;{sO4h*HpH7P-eOHsvu2rD?IoV5{Y(&R?X z1iysq*H6576uRgR)knfM@dYYUOTC1BaXLDBi406N;9&HVT)siW$WRb7$Y4g)mZ(H( zB137Xm^ZaVAvB*PsUALoL0zdTQJUUnik`l*%%2i+vcO>n2&&o^$9`0`96FH?oz8_$ z&$)m}hAhV|Fd!|2dI>-5m>VLA#_l(E&wXQIcVX-Htgn4>=$*&ke*CVlk1)j!psj|M ze0^W8zOUeG&-=P_zV0R87MM+~IcyD{Il^ll+rHoe?tM95>)f&HeG9v9KBc3b9k5z` zeA#!rP#L}j3Ja1t5H{^Sb3@C%R`~iKn>&{GHRXIwpoJjLBU&iu+X8V&Rqc)azq21? zQa-pP7u@pxj@z#H4t^5cTWm#3#V)R@?+egrLl%4hSX*Cj&esbRIPi(@=sgf?Ll%V- zRbdo^&vAq&D7=P4gOB7yRlLKQ$@dId2KI8IwAiCz719|&cL;61nJnd%XFyqLMM~Zi zCPHcP5bDq=C?m7cKFq#!ykuUlc`tyeEE6WuKpzK5o{EL>1-4f@$ST1UcbR`hrO`{x zN4P81iCT1-pq4`1sD_aU|G!cR>dj*4^ky6*bcS{v*9&o0Zzg{Y_bP z6ESGln9hukl_E1jLonq`Gky*zj4^CLcKw6^U}tO*U&42s5Bn9N<#hxUh1PlUF>>bL zkuO5d>*N@i=?4gEm?@bS0rsp1il&Q53Y3%cx@#y?S#7X}H^)qo1q>)!%yD}G;yHapLV9w`UIBT@*>Rj>H{?-fkxEA*l z7JzSk^V}(za^(YjF2H94y|+Uj)qPl(A3S<@@MxjFIbXjcSHI)-xuyC&3(l3MfdYW~ z@#~M{U`4*FGgsAFsA_;bbYNS)|9Gzdcy`P2`_nq6J;TSrAGf$ZNN6v&-iqfDIeMme3He<(#0)aw)_ylkU!7?-+Kfy~e zduEi)25g}t3fUQ(Bq5SWI6?fF%Bs?u|3VQAF)$Rt5CcOIM6Ns}jgd9802A~e;dGKH zn6p5SMiNS?00zcD6@16v1diUcElT;#N0v4pdBc_s9G$bnfuM#=HFwPoF&Q%9h+GMd zSTe;Cw{0J}K6Ksb$nQO!+k5(_&n`8cUvL*fO}S8aVduexWBIC%TvZ3OC(pnA{5vna z{X(v4TVe3Ag`rQX`pMXHSFwgWbOaPm8*AO}K1mcppfVo_-wlKd!EipfH3x&!&?mv2 zt5E8wq1)+Cf+vb@%3cg|Zoi@;EciM}d+6ZYy}!T-OV9uOqK69(LDPl7{!QQr`wcss zb$W0DKt^N~Kp;Fy+^rHBrdugP2P(LsF8wLlGRb`A@5}`?;$6hkCb8ks&rq6>8)|QC zW~V2Wv~|RWN$q9;ZdiV604F|e-Z!(-X3UVd&0JLe|5mGp97P+>uh~=EGP;P!jNB+y zo1xu?4a1Be2pK&RIds3_VKdxpgf(9&DFdd`HUai{BBN z_GOE>7ecH~Ed|KXGSQ`lj5kVm8zIey*e#mhcq5h&(S`>bhPp~-9jQI$y)o}OW1}Gm z!?7{@#P$uShKKe5aN^Qx@mm*9CUiq|9O9j}iZvR>pWM$D%TOw3tVYi?)t2 z!#aHae}arr^B(`IkRhGG8O&puefk$TCTM@%@Mt5a2s9@SZAeB?TV1m*2qRs;&;0=@ z&VEIBkMdf5=t~7e6DB>t$hB#?GRHL^JL7Uf3mI>$o5zii=0ofgn%{UM_KXqIeD47V z(=+RyaWjD|+1av(1hPC zMgzy8glKwH5!6UXlIxUjQ?DUWO_7Lh5^qw;QF2H?tFTFgFU8*_=T&lO4Jq^zsRl&i zT$OVyv|MDDcKe7(t4i!5=OiV#$Al~Kaa_ufk?k}^;(w+j0&ue%BEqV~hf!3FwqnE? z(N?hj*Tqb-O}H|mm_24G$<7pD9(Waoj9kSOo2a(w0WNzn!dX=eGuW~LmjzLM>e!I>)Q$!#LtZb zZybPS$-)8h?|)-|*4MhQ9|vSA8gFjTH}>Wld-IKhxyHdC?pqEX0%xYMWcjKsxvDMs zs=>QegJ92;$icRUqdqpLr zOiiu%#$CC_T?@8!CkppLb^1*N}7`_!=4(?c~Z@xKxJHA}MZ|(^UxDOT(O*wB<*4u$l zUE__JH)bFU%ZA!l=*<6}?SFRgPYy2ePmtiM8Cpg2QLJms*M)O+VMS+|uiJUIZs(^} zEuYu&iw*CzzTLW1J9xV-SGyx$doWjfaH;n2f*q~Fp3{E&@Xv& zjjHCnzr6pPg{y)>z>dMJ*<7drPk#G2l!|+s3(fq^H^wU_Nu>vPcGBc z3E!spMRM2{lO!K)L1Ky=vT+wD;o$n1G2F41knPk##ekl6PfcaXwjSDbI8~bOGQ6e zZ>Tn*6!nm)FIla(Bc%BdyGipKZ=J#?PDSTzjdYYEvT(y=j7i)5Av$TStl+(~6hN)E~jeMXf? z7)>GA2_-4Yj2ZILY7+kqIa6?OdDSHB;)JNyJ%vu^DXCu9vl?d&V6%;@8pWSc`A3o7 za)6yVh>njccS}g@2_kN=w6GuQNp=TM{GG(xiDln*P;hx)E3~D{K1eBRZXA5$VAj{RaBzj+b;p+9{Y-B6 zGfVuljMDr()CUzPOi1#(7EJKHEe}2eu%v~mXrI*GhF`h9gomwZ?bYg%Qe*AUF zUmhvf+<+fpxLXB`NpdC>-}sPxLBl>@i%W5p5aa}=^_WR0G-W36uC5Z%+EVc@ac&zP z9K}@eHOHA@SYQf#Jw2$`FkI7>nPzGUtyL%|*`I-H9>z3NRvpi1m$X6-pxqt;TU2&8 zE1{WC4I5I6(r@BaMzDGwfA?0U&l5o<0;Gk2AwBoOs}As!37bR(p2ho7kYz8(q32M@YRqE~Zm- z77}U~Wr*-bZwW=y#XCGQWN`f&a`uPavaj^xN)X?F#JrYZzeNhtB2jLbEIkwTbHuL4 zN%|d?`X{eLN`ocCrfwi&zlM}di~NMJ(jTE6#mWpS*4Dd$)~xGvw(ay1+(2s~(2xyu zfmOq)CLG+WFVr{X>%+PFaJFs>SUG<$SUI-`S-|tV1Bzu?=i+yu0S)E%oXYJvmEZGJ zZVwsy!%Wu6mDiD8*9Enxf!V;=`>y+nR$F!VeVYTdS{t=0Yb)lUhMV z9~C=lS+ZO97di6$ zsAi45i-#>04jlSuEjsYVmwGC*m78+z_O&t!cWrhwvqZetB~tilOQWN1wY;+Ez<$L@)J;*Z}3A9wQ@Zw-lKWmv|6))B3`60rM5L(*lh8=t6A;{A<={)J`9W z4CYBLBDZeHK?h|ed>k?L?1DvNU0~NrqoaQrZsw$1Ob$)>LT)fkSB!{jDMQQp3@PQN z@P3V5XIG6V_mA-AIZLh-A+;ehUdG+V>$;`Ys@-QoXi)B5pU1daxS!pAqqy2_)(m}a ztd@3k{P6jVfMA$(rYAV)OL)YH*P#bL5`ZoDKCxND=-1FOqo#b#@@%H(hlWodL_vg1fP3!+SLZ9ELYg zn7^S|Mm`r;(@=Di&%@O=7QN*2an71GKlwUrmSM}y4iF`H-)dLhchonbO^Scub6WcD zad5DwwQnx8w%>DCTfzlTId&pTc(uH)=)fC|hM=mr-d8N65N`IWUU(LUqD9J#)}5X; zFZs4{Pg>3c%U4_4)GFEvEnSP!n@Os!t+4;tkDkr#Kf?m64mWl=OIvZT+OWUd5@e*&))_B_e0pc70&M2a^11jc-&zY$=vx+4e$U-#sb@9g vy$VXefj5n#`VnOmba735kuuWfl+TU4^5U8op$GeqyDU#wzTnu4EuQ}a3cj39 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..80a2b2383be2e3b098040c42aeba797b602eb3b0 GIT binary patch literal 203 zcmZ9F!41MN3`G+P5<==A99j#wB1T|^C~ZRtxJi_xhij~$|mu$c9 zZ^^GbUoq12_HNVsr1r0IPMbR$*qR?7%+JV;>1MjX*>(y}t(T#wB_MVJWmQBKVlu>l zx&k-Evo*VNvxT6eDx9pZvQ+_`b|AEg${UGbo$@kjYXVfg#s&msIto#`VOs7x+w`ao RenGD}RY>s7IOjei`T^dcI5GeL literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75c34d61241fd3d0692a51fbb8c337e4018dc8eb GIT binary patch literal 7823 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..846a9ca7863086f561f520c7e255b38e0a9a95c4 GIT binary patch literal 1880 zcmZ`)&2Jk;6rb4-ukCpA(L`ya6tbcv!AP+QZK;IP0)~&Sr!acCt(#R(1^dPVIYz{jaMRppW@l^U%;sz5z(OG!{rxbSA}b!b#3%FKK7-n{+I zd%t=9Syj^r#{KKRRlk%G`kgEBNOpwX8VFw_6P1vOO~J+`46A4hj#v^g-;->~kxOzU z%XY$1N{W*#B_lmyr<`;t9m$H_<77%1kds6*ScS(H=)k2b?pnS;`ayAmqpHndPN;hL7s z!UQEjow^mVlW)E#@Xz(#Ma**_z}z0Z0(ZpQLR(uCTjEkjjy?FgCbiI6gi!!BZ4Xnr z-HEX#x9}2=e`K`e*n^);A@E8aaRIe;7$=cJW`h64XrQh~^q@D6@H~`D1F`jRZAqVY z;}y|K6h!>w_EU%+TT=ox_H7Awx`L{o_2hJevkxDQ5O zT>hW^VtYTUtlFJI6U~V!SZ9`71+`K$T#GqOGYP8z?}({ct~PgZPCGkwE|*SgFy^B= zGA*c)n7ZKB4Q0l3$VJ|(eU4`m>Q2TE3&2Nd*>cUWziNABU}aNx3>OGxuAZEu#5ZUg zOXqdG;x~b=OF*$);5l{{XxHZhx!{1_;nr+6Mfo!hCEo~Ylvh0*U|pK)Z4!r?A4Mm6 z3`K{BrnfoUs1agQ&Lf)O#|4jt(voMn*(Bxspu9k|hnxDk#{DIdei`OR>k(_{`WPfq|APEGbBOzUW` z7ac#fnSJx#!o%VD^~;Y3UwSk+@nCRb{iDaJV^2{^F5kv?{L8E1qcdYPujvT_)!c055-=5)(2X=&2opVZPWO~^PB?cx|~&Q(u?p55f$@0vy+n V-)^rT&PMBFIk_jpK7AR2{R{Po1=Iil literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..941e2aca9c732486da0dcf5bf78fc0798b1aeb41 GIT binary patch literal 1914 zcmZ`)-EUMy6rZ`DyW71jv{)L7_C~OEjok%7NJv3l#Ud&YiizyY&E37z-COQgW@cO3 zY?T-vATc36>4Oiv8u$Y+CMNWW=nDiA$c-jM!-H?d*3{G&&)mIt`3TNtXU^B0Idjf$ z&i%zO3JAu}7k_WAs0jTbm~7-yVyy+lH^@OXy*|HKD*~M(s*@+OQy_-ZM~vB=Q~Xk?^)E^#V`=}#gxikI zZL>)NLT&Dbf$4=!w_(nP)MR0sHi+rCj8nJX7Ft#={3(JxQNr0TV~+pb3( za5hTY0R(3)xV&Yt$W0g@w%SbsYU2#?qxW1&8a$+nalS5svPdu=>-BDEvF^Y%U5~{Y zCA>|8hMeYGEIRxJzc!0S?m5ieAu4c9zAAOOWw|5IrF3Q?)@7xG-b5I2sA+dN%GK1z zvf9CO!v8a)qh=OjXC8r7{uvWsJCFTndE{u~mqi10eTL`#nTO{^Ikz>_K3+S@=RJQj zXcyuMK81caqJzsiH!|CfbgdV0NB=@{v}OG>eE~0^^YU4=fOnz2h~WhZqqA@yjJ`Vg zKk}KbyreIAX`zYfXAo>NH)sOeXxV|wd}ca?H2`U06;lQub-kMvZ;uL zI4-yA-V-st8Z82D=KyPE9{OGh@HY?v%3!CJg6u>oPsMwVmB{8TD#{;kWj(xGT{OqL zqU0E2WieUs;;aA6&3ifY1x6tY;E3*DfUqXH{b6pQu=)j-b!_anG@T9=?YnQ44&6L+clh*$lMjYozBe>+duZaqM-TFYk5HdFgV%FtaPoff(3&g_ z7A|V58tQ-Ho-uyg7{4-q$0$ESN`3~fO0qG7?~je&8#{h`?D);8J7b@IUEENGZet*E zvjY|TFCV;g@bc89sc(x{ygPmSZYlfzS=Z6F%3lb>_Fsp~*B9;%Pv89H)|S)%uF68T zxuGZilT$Xku2z${HrZQnh3{UhPRKvt>ZtnT)^`poH;f$cHxB2kBl?PFREPAHAyv>L zGMKE4s@2{36;lVBl?k=FM=uS;x@9?G!?Nf$a2Jn4!pqh?bl;FdE>mP$EojAzik=p4 zPb{*MlzY9ADndK*w3eK2kSJ;LPXO1bR1aGHrX+lAe|ULk}y`*G=vKe(UFH}|Ar)E>F*rE)A%=Z hU{xEz`|l5ot;%A3?d|UR;fZ8@pyt+9kkePd*?+Zw5&ZxF literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..545a853108f25c842c16cb43134e09d11ee0e255 GIT binary patch literal 3065 zcmaJ@Uu@gP8NZ`QiIgbGifqSmoS1Ra*4k>RX_qx|f&mrM7AKw};ikFf4uRkO14B)`tO0{4{JY&fF~m*8ts?J@iefy=C)W_8lcM zc3_Nx?!NoJ@4ox@``vecNT-tszTaQ@TlGgGLVstC@RNJO)^9-g5E-a~3~X=~uHc~N zDjd`?D^}wxJZ3iD5^C{EJdgz|Q4=d-O{z$>WF;Bs;#R6ASL8rWSm|1(k_lwd%GUZS zeHd|w;Ki|U0*`8P;0ErtDtSX9{YH}X&+|s=`+Q}Jxp^U+Q>nouB5P6Ypkqhj5iWUkF;XJyAb*_qZ z?%RV1t>6}36!y3V4FiY%F1|X@!av}y4)JJ(1AorVc!{uw!L`s&&`-J0`(5lwp{*5Z zjo9V$2+`qP{rJUH==Z38G|OG_BJ*Mh>PUmoVs=-fC$>lfq2m|q7@8B) z4ke1W0An~d`Tsq>vqIT43!=|CuAi^~z!29LiEX$`rnf-Z@%S-|*nS-FUei3EuWR0d z&o4TrU5HV(kv^XHrFp=ftS)`?7Uf8aB8G9U!|Hmp=%|}s;QPXH{lW2V-1i? zmN{3dFMA7){ao?nvnAK`$V6S!FKboemg;7`1hDl8wKb~*eCg89EzL1Hm1;d^s$CKm z>&t#dorm3x;7-{&48Y%g4~kWEf8^-TUj6Z_*Oxa(PX4)X`hz!rdGXhkUsZ0U{&Z^U zhq;Zu>D5=D_-m^Fv&`tmSozkOTVLH!W;QbyHpC0}6Ui%QzW2@={$t`0nA`H%yK?!C z3{IQ!^j3_^COe3elG`GZGuNJf|M_d@-aoe{T|e{j#gEQyrk>g0pZU+111L9xU3PJ< z4VL@(U+_@)Qm`78*l+pifU;_RSq=6$*}YcO;6zN{{EIN+7OsGGB z=z$f{%Z2S0e^UxQTjIN%kz5hq5to3AZ^vFoOZYfCiCnw{41FDDj?vZ0{q_5g-1RM_ zns)CNCQ67(rQw=(RS8ZMpgA$8xx`QmGOxh}3tl?#({yW)CXzrFL1yv^x1fZVeUPAfWKy1Rn=V6{3fsmGZvjsx{@tH!>k3+Jp66y;EnQK%jBMgs&=#}X30{bA%c%d@b^Dh0X@2T%{^Fhd#nq|% zsd45paIAfB6rAMv>iLe0lKBTHDa_)}(uX#N&upeAJ4ljd@h8;|C#FH&H`?wWY7dRI zkDYCg9RHUj$W|N>K7}M=M%(0%`5q9l*rNHq4QYg!n{y~6XF}l)=(alHM zUE~k%wd$5x>|w(V4%#2u>pIUaKl5ETDRB76bgLzDN= z*FTqruN=H94d0Q5*G_LrCsyN~xQtJ(=^X^sb$yFfoug0U@pg8!6NCEm{9s3bx)Vpa f{!W5PBFg4F5|ffBlk23IB%`>rod$_c!leEO;HE5? literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae41a2de1d2296b68ef60bc089f1d5911a8e1c34 GIT binary patch literal 1684 zcmZuxO>7%Q6rR~1+v~sPx5a5yw&aJpBsQTc300{?pcPc8tpb-?s#Y8C#9nv3yUdL1 z+HxTvgi;BVVT!kcyM6vV7{-h1=jy!Yn4 zZ|28TDvn_Mu>5Q3q=L|ILg+A`nhx*>=W4cN&6&k(#I@e_ylZcpjzcJD4%3?J5^B_KUN)F-heDMwW|l~x zxMr0E(S^>wV4zC4X_?$KESr)d_h=(fIjQ7Lq+b5pgj__{L0O?NH-uPv3qu6Cccr8Zlg#FuDRcVDx47hI|Fp z@hIXUki@<*L^BYn=c1D8u|39$w9tN5S5O1jQO8p@+WabPtM0i(f6rwcdOA-&szGn6 z#N~R8*=|YaWujj`cUeC*J)&S|4Z4!7x>kP$$5m zNA+gEe%xrmVg9l2*v)ycj3d~XgsW1&HfCJbL zuSgIN-5BCdFkvUEr|Zv3`Lb6f`Na}7*;LWYJ5JSb%!MfqwGaaEdB^QK z*YeEfWXgwI1(%HFecR6)w#x~H%bNFmLc;>Ge3*PbjGFTs!N7BeF?`}fN9hZYM-qPa z9ZXB8J%o}+*Av-wB@1&~N~uFX$I>gwTgmm|SMQHMjLrVuKe?Sgc4zF)!S$DC*OPDT z$kIT3Ins`x^zc?{Vk0$i=lW(U_a{=c^mazy%1mx#Cb#>Bw?|L4RWvfSgXEF)@`a}| z=y&^2GQBc$Yi8xltuw3YYI8GjVqH1$v>$YB;o$GxI7$xxg{0@wIC=lWhq2Q?9T;q@ zu>6c2hs3{leNI8&54|-jul2=%U7JDDV%I7w0DA2jdv#Y$}L~#seVe0PG7Q zya7*EiHc_=I1Gi%8Q0;3^C;A74_8JRo;yax!xS71ExM)7)wu1j+&*eLFw#ndzu!Su z%m}+}7*y0akQt|8#lJ;6AR~GRrf0D;RnMw9=ShUu{N@NXiFQ}&_-5gH?^@PsCx##vK>#gWuT8!qiq!^G$V7Q9Ti**B@eVU!NpM| QyTUugdJH1`0}W!a(f|Me literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..349c6896c09fbf1bcec3590e0a7c7d9844e4dbfa GIT binary patch literal 2025 zcmZuyU2GFa5Z=4r&Ha3oe2OP67B6`9BsY?KRTAtwMY+G178NdlKicBCrj zeWeQ^uO9VA+hq9D`5A64rWPdn#_mKZ@j% zO(C85i>seZ3tsG0jajZ^*lE$*I$5`DbJ8fD$By}`>z+Sq*fu6!g0J7SD7Bmt9O)x< z$H64uuvj@yYnIPcF{MTcdlAQ|VlP?H(QjJ#4q2x1;pU>gJDW7^f@vkUr6Em z%tTs3gK1=yC<62Fo|OEaEi0=<0lAckXh&;J|DqNXL3$>IRt8XHpv*6K;^1iasuO@iO z!08NruMSA4Vu$H<4k(?Kv3~m4X?<*LpI+bq)N8~o0-Q4OxDMlt4-=}_3|7{et2fFR z+qyNS(|VDsP1S9?>7Qg7{S@3r8WzQ)dH^q~p9Jd}|E81EJ+ENOEXUxG*VhnvSRbL& z0rb~Jm5mF*KB$+Wyry>?H!K^Q!EOI@V}zy?o?^SD64aw?;zGSd6mY`p zp!LG)d*y?=^isabeCQD2<>1Mf5SMuBv5Q6QSG*^>)Qj*(^&%D5a?(-4>w?5M;qeg; zM5t1~*uA*_?0LVs1x&drPY#TgTDI&~adxUi47#^yWNo{ew~fMH25-$7SZ8gkkgYXY z*>w(N_CJ@U7Q=gM&?BH_&}_}BW%HK9Fo8alb!(XT38Gm)kZfQ%3@1}-dR;+;|J@+H z;FAU)eF)?dYIh-Ra3PUih@^qG#jSGJ{aEUXHm5Cg@B4b>PHg=5j?u-`@b!1DA79vW zWI>x)lElvVtkPCcs{3wo*RABP>lbb(GY?Tx?Qe@(vVU=4`0l`gTLT9cyLuLPztEP^ z;K3y%4R(GOe=LL2@=m0st{j>>bY)_0;+lMI`gUT^LS)b1%iB=bjz=h(?7zQx>s9SD ztt|@O;}5#FFLre=t8z!@l7_bTKknmpxUqlQ8tAS(POb@-`;pfD2#HU`F!oL4PVB{> zH*IOlAYP$wLDV0QO&&qt3X@ssyDcvt7H@XOfWLWIog9_trEQbD<@w$SY|amI`TTB~ z%SRE$Xq6W0sbvq z0(n`jl03&VCA_Z(*ceW0({5vKF;!a!uyRUQAYgaeuNA@4o??I>TxkhZC<@>LuusoCO(=av(|ks+|~FI1HZ ACjbBd literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14f8cd2eafe577f04f0509b28db74483f0939a78 GIT binary patch literal 3929 zcmb_fU2NOP5nhTSMN+@EB>&}-(sArqO(G?6{u`t?Uy`DY>);x+z_~pLvPjEvC{fs@ z;#fx)ZhH?hdO)0~7zhqLv4S+{C+%M~#!fvd%UZzjBM$m-~u6PV7|x<@U}65F5Wq&BtlzIhoTO!WqL^xE7Uc-7vf1={-}g3W0G zCeOi4;O?UjeV*+rBQ_3SWkyn4hEU5@-)e9ZDp0CnmP+MnDceZC<(p9jbJr_+)gl+v zSDeyFwZHo&yr52+RlRX|@7EvJiLM?yc1y?8CQz2Cl38>9-9}=Mppp?WJ-sW^m38cP zm2~UM%#2>N%D40h{g!UHq1L8c;qsO7?|;jc^r}YY%hqfrh-H|IDd=`?TGL6<4O;qb ziv(dnh4!kNn>8zXZl;6_jBH3F&7hY+k;Kxq z?Kn~rPvpT3d2mx6`bFuNl?RnS%41CM{DyQM1S3q)lTqTpllaI+d}PhqiXU|%1FPCb z%61Q}O|B1(ttU=xNT-^?=i&I$wHL4-6KbuD`PiEKNNTSFr^tf zegL@m3UmNc$Qg~BqjGzi-SO2$!4|BJW}CNzk6Nf<{wwT42fgDx%@*1|&!L5Y)j`D$ zMm3%x=!_Qp@_m40YrX&9PAq!2tj)#R)XsaZYlm)AHfJMEppm(~n;QsFdg*&CE~(b6 zuGR|HEX5C{nVSJ-8AET$#09*dG9Ogo!T>cUUdT31OfXMu4VW{ni4@@P4dO+$i1mV{ zYiiY0XUc|7vdZLVG|n}q{>OAY}MIRyz6PTLI4b2yD6=u0SC~^ZPaf9^mZg9>lS0PUHfe@y)!ZhFQ zf<9j%B|@Vq#k#8EG?4B-2qbwQk$GmIR{EeS@h}yJhunt_fY^wJ-r$6?BTr~GjC9yoRl3J;6D*L?$s>hgvLsSIbAUFCQGKojrvDzvjTMzt=P#lpp8ab zhT!-2A{cUp9khkV+#?z{p)HD9z($bgc*t`htAl4d)JETFv?y6EX@urN{=D721{&MG z%^?|C9W>h_WT=2GJr+Cb$yNs=bKSeO`1B6y7ZrUB_u=gUMts`?cWVQD$EM$&NZ)BgwW(vF)!wV@e~ejxra8)R$@WU*4Ir6O=Bf!=$m#&#!7*Slw0E!LmuZ zB43=>+)%3)bOjw_6F1(tT7c-H`6qvU@nJHV5xz1uWWty_Kc;@+M;SrWr|Tt5UDcJZ z+%D=2IS`J@)iRmIIVw0v2SWzboN#0oEHV*4=#0?e!?f$z2!EYQD}D(;i&Hm3cb|t; zN}zVYSvoBGE(3C;%uigCM)xA4n`PYumf#f&fA6Sv|d(7;Fkp)5o3eUMD@^bfumC zA!pyz>LB|Hw}5VH~a7jz!aaonF#4E~;>!GEB!zo56Dq3h4(foAU$ zd0;~xSUtBXA6gPUv5QMM-90PhZpPz*exB;}1bBNQ66F^mN{#k$N1bqdg 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 = "{} is already being built: {}".format(req.link, 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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py @@ -0,0 +1,41 @@ +"""Metadata generation logic for source distributions. +""" + +import os + +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment +from pip._internal.exceptions import ( + InstallationSubprocessError, + MetadataGenerationFailed, +) +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory + + +def generate_editable_metadata( + build_env: BuildEnvironment, backend: BuildBackendHookCaller, details: str +) -> str: + """Generate metadata using mechanisms described in PEP 660. + + Returns the generated metadata directory. + """ + metadata_tmpdir = TempDirectory(kind="modern-metadata", globally_managed=True) + + metadata_dir = metadata_tmpdir.path + + with build_env: + # Note that BuildBackendHookCaller implements a fallback for + # prepare_metadata_for_build_wheel/editable, so we don't have to + # consider the possibility that this hook doesn't exist. + runner = runner_with_spinner_message( + "Preparing editable metadata (pyproject.toml)" + ) + with backend.subprocess_runner(runner): + try: + distinfo_dir = backend.prepare_metadata_for_build_editable(metadata_dir) + except InstallationSubprocessError as error: + raise MetadataGenerationFailed(package_details=details) from error + + return os.path.join(metadata_dir, distinfo_dir) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/llmlab/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( + "More than one .egg-info directory found in {}".format(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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/llmlab/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 = ("Legacy build of wheel for {!r} created no files.\n").format(name) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + return None + + if len(names) > 1: + msg = ( + "Legacy build of wheel for {!r} created more than one file.\n" + "Filenames (choosing first): {}\n" + ).format(name, names) + msg += format_command_result(command_args, command_output) + logger.warning(msg) + + return os.path.join(temp_dir, names[0]) + + +def build_wheel_legacy( + name: 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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/check.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..90c6a58 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/check.py @@ -0,0 +1,187 @@ +"""Validation of dependencies of packages +""" + +import logging +from typing import Callable, Dict, List, NamedTuple, Optional, Set, Tuple + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +logger = logging.getLogger(__name__) + + +class PackageDetails(NamedTuple): + version: DistributionVersion + dependencies: List[Requirement] + + +# Shorthands +PackageSet = Dict[NormalizedName, PackageDetails] +Missing = Tuple[NormalizedName, Requirement] +Conflicting = Tuple[NormalizedName, DistributionVersion, Requirement] + +MissingDict = Dict[NormalizedName, List[Missing]] +ConflictingDict = Dict[NormalizedName, List[Conflicting]] +CheckResult = Tuple[MissingDict, ConflictingDict] +ConflictDetails = Tuple[PackageSet, CheckResult] + + +def create_package_set_from_installed() -> Tuple[PackageSet, bool]: + """Converts a list of distributions into a PackageSet.""" + package_set = {} + problems = False + env = get_default_environment() + for dist in env.iter_installed_distributions(local_only=False, skip=()): + name = dist.canonical_name + try: + dependencies = list(dist.iter_dependencies()) + package_set[name] = PackageDetails(dist.version, dependencies) + except (OSError, ValueError) as e: + # Don't crash on unreadable or broken metadata. + logger.warning("Error parsing requirements for %s: %s", name, e) + problems = True + return package_set, problems + + +def check_package_set( + package_set: 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. + """ + + warn_legacy_versions_and_specifiers(package_set) + + 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 _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 + + +def warn_legacy_versions_and_specifiers(package_set: PackageSet) -> None: + for project_name, package_details in package_set.items(): + if isinstance(package_details.version, LegacyVersion): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard version number." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in package_details.dependencies: + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard dependency specifier {dep}." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming dependency specifiers" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..3544568 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/freeze.py @@ -0,0 +1,255 @@ +import collections +import logging +import os +from typing import Container, Dict, Generator, Iterable, List, NamedTuple, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_file import COMMENT_RE +from pip._internal.utils.direct_url_helpers import direct_url_as_pep440_direct_reference + +logger = logging.getLogger(__name__) + + +class _EditableInfo(NamedTuple): + requirement: 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: + dist_version = dist.version + if isinstance(dist_version, Version): + return f"{dist.raw_name}=={dist_version}" + return f"{dist.raw_name}==={dist_version}" + + +def _get_editable_info(dist: BaseDistribution) -> _EditableInfo: + """ + Compute and return values (req, comments) for use in + FrozenRequirement.from_dist(). + """ + editable_project_location = dist.editable_project_location + assert editable_project_location + location = os.path.normcase(os.path.abspath(editable_project_location)) + + from pip._internal.vcs import RemoteNotFoundError, RemoteNotValidError, vcs + + vcs_backend = vcs.get_backend_for_dir(location) + + if vcs_backend is None: + display = _format_as_name_version(dist) + logger.debug( + 'No VCS found for editable requirement "%s" in: %r', + display, + location, + ) + return _EditableInfo( + requirement=location, + comments=[f"# Editable install with no version control ({display})"], + ) + + vcs_name = type(vcs_backend).__name__ + + try: + req = vcs_backend.get_src_requirement(location, dist.raw_name) + except RemoteNotFoundError: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[f"# Editable {vcs_name} install with no remote ({display})"], + ) + except RemoteNotValidError as ex: + display = _format_as_name_version(dist) + return _EditableInfo( + requirement=location, + comments=[ + f"# Editable {vcs_name} install ({display}) with either a deleted " + f"local remote or invalid URI:", + f"# '{ex.url}'", + ], + ) + except BadCommand: + logger.warning( + "cannot determine version of editable source in %s " + "(%s command not found in path)", + location, + vcs_backend.name, + ) + return _EditableInfo(requirement=location, comments=[]) + except InstallationError as exc: + logger.warning("Error when trying to get requirement for VCS system %s", exc) + else: + return _EditableInfo(requirement=req, comments=[]) + + logger.warning("Could not determine repository location of %s", location) + + return _EditableInfo( + requirement=location, + comments=["## !! Could not determine repository location"], + ) + + +class FrozenRequirement: + def __init__( + self, + name: str, + req: str, + editable: bool, + comments: Iterable[str] = (), + ) -> None: + self.name = name + self.canonical_name = canonicalize_name(name) + self.req = req + self.editable = editable + self.comments = comments + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "FrozenRequirement": + editable = dist.editable + if editable: + req, comments = _get_editable_info(dist) + else: + comments = [] + direct_url = dist.direct_url + if direct_url: + # if PEP 610 metadata is present, use it + req = direct_url_as_pep440_direct_reference(direct_url, dist.raw_name) + else: + # name==version requirement + req = _format_as_name_version(dist) + + return cls(dist.raw_name, req, editable, comments=comments) + + def __str__(self) -> str: + req = self.req + if self.editable: + req = f"-e {req}" + return "\n".join(list(self.comments) + [str(req)]) + "\n" diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py @@ -0,0 +1,2 @@ +"""For modules related to installing packages. +""" diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5bedae7e98fb021aaf7c7fcc8bc2104b64d6783 GIT binary patch literal 266 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 brG*qy8c3m(_R*`-JPJ|k?q?&!jxPQ`mW2s1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py new file mode 100644 index 0000000..bebe24e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py @@ -0,0 +1,46 @@ +"""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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..f67180c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,734 @@ +"""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, + 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 captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "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, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(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: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "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( + 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 = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: 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) + + for file in files: + 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 captured_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/llmlab/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..956717d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,730 @@ +"""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 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) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: 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/llmlab/lib/python3.12/site-packages/pip/_internal/pyproject.py b/llmlab/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..8de36b8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/pyproject.py @@ -0,0 +1,179 @@ +import importlib.util +import os +from collections import namedtuple +from typing import Any, List, Optional + +from pip._vendor import tomli +from pip._vendor.packaging.requirements import InvalidRequirement, Requirement + +from pip._internal.exceptions import ( + InstallationError, + InvalidPyProjectBuildRequires, + MissingPyProjectBuildRequires, +) + + +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 = tomli.loads(f.read()) + build_system = pp_toml.get("build-system") + else: + build_system = None + + # The following cases must use PEP 517 + # We check for use_pep517 being non-None and falsey because that means + # the user explicitly requested --no-use-pep517. The value 0 as + # opposed to False can occur when the value is provided via an + # environment variable or config file option (due to the quirk of + # strtobool() returning an integer in pip's configuration code). + if has_pyproject and not has_setup: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project does not have a setup.py" + ) + use_pep517 = True + elif build_system and "build-backend" in build_system: + if use_pep517 is not None and not use_pep517: + raise InstallationError( + "Disabling PEP 517 processing is invalid: " + "project specifies a build backend of {} " + "in pyproject.toml".format(build_system["build-backend"]) + ) + use_pep517 = True + + # If we haven't worked out whether to use PEP 517 yet, + # and the user hasn't explicitly stated a preference, + # we do so if the project has a pyproject.toml file + # or if we cannot import setuptools or wheels. + + # We fallback to PEP 517 when without setuptools or without the wheel package, + # so setuptools can be installed as a default build backend. + # For more info see: + # https://discuss.python.org/t/pip-without-setuptools-could-the-experience-be-improved/11810/9 + # https://github.com/pypa/pip/issues/8559 + elif use_pep517 is None: + use_pep517 = ( + has_pyproject + or not importlib.util.find_spec("setuptools") + or not importlib.util.find_spec("wheel") + ) + + # At this point, we know whether we're going to use PEP 517. + assert use_pep517 is not None + + # If we're using the legacy code path, there is nothing further + # for us to do here. + if not use_pep517: + return None + + if build_system is None: + # Either the user has a pyproject.toml with no build-system + # section, or the user has no pyproject.toml, but has opted in + # explicitly via --use-pep517. + # In the absence of any explicit backend specification, we + # assume the setuptools backend that most closely emulates the + # traditional direct setup.py execution, and require wheel and + # a version of setuptools that supports that backend. + + build_system = { + "requires": ["setuptools>=40.8.0"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + 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/llmlab/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..16de903 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/req/__init__.py @@ -0,0 +1,92 @@ +import collections +import logging +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__) + + +class InstallationResult: + def __init__(self, name: str) -> None: + self.name = name + + def __repr__(self) -> str: + return f"InstallationResult(name={self.name!r})" + + +def _validate_requirements( + requirements: List[InstallRequirement], +) -> 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/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4137ce609d81c323668f3fb37966580bb9f3fca GIT binary patch literal 3743 zcmahLTWnL=@!Xf+jvui@APyKpHo1YsJjC)|iUcfB$V!BtwRUyo_#P(?*S_9!ugRm1 z8X-PHAA;3N4bp0*K7K%KRn)J3(tSwP_QximSa(^KZM#xe{V@cImi~0++BXT=r5*du znK@_9IWu$S%$z?5gFXWA#r$8#eh<{&ka3{BMJy*cLKcWhR8Ax5X3M2H;CYQN2x*}p zrp1DkmI|)4tKd$%Ig}AJPr;k^0xhbN<}3Kqew%h_fkH4Hv}w22RtTj-92q03=hs|1 z%oEB@Y;zP?ZE5rl=zx%J=gFHy^ZDp(%?p5)c_T!o5pD{$J;!oaybF1 zoTvt`is_CuvTf8wJXWf@avmUu32n3m_Ql9|_w8O`#H(D%x;n5C9u=h;SFf*EVVYM52+t#on)RaXQfJK-e5gw}*%{QkhWBJRph>IFo z=wAV`MJ@LOu|O!nQ%&%7K$oQg&eO+Kugnt>{?MLgQi`eMp-j0v6v}P z%f+Z!X2s!b>uBr^kQU%uj@sK)xC&A10YuYa_3&+ug@KlNOEjpKvl#=YC6h1SO^xdX zn#zr_j4_zaq%^IdXqnMLlNu&6K&Q0)XsR@Aj_bv}L%a8+jJ!z)OPTDY%osINrF^&DUuU<3{l*23)+#qudiL08Kf(g8(z zubk0ZBZ6TvhW4{ffNm3euB{3SVJ{-w$k+<#DrxYXwDIOhgFy4ki_6$FT%2_9X3sOA z4>o7x94i1vu@dAg0$ne;6N9q{zU3UC9}*5+S|KOMyAZ3hT!s5S*BZXF=yvWy@)3Ur zW+7a8g=~e(@xR~}IF9^mK!hm#tuV>S{P0X~zIZvK<<+FA5028o)(xU+a*ei!lFh^6 zSrT@z1iVTQwh;A-luh-awj1JUUlA%|MXI1&yly`EI@L6N_d-0ay`UMI4f=^ENN?<_s@ z`=Jia5!o|S_9X#YDL6?lQwAj@UmQ#3i%D~wChe-3)S!$H`E1dCQ%{c4WELthB!o;3 zN=kA(a~Y?o`eaelGb;8M)nvJdUR!Q2GOzvZ*Usy_n0h!m#XOz2FD-8lpZ#SkRe_XaJBLwfwD} zpkN!8|1G9cM%5GftZ64D%LPx6F$#~Cd@-k6;)I?rTH+--Z7@s)mIV2sU|3;eTrX=X z)Ss3*mUl%n%kA_VYUe4-!@%@WaFXT9luERy+J!_8 z+9{Q7N7etQO_mQF;B4t_5wMj9lCfRXEdQE}ZMCl`N>!zlF~<#R8kkZr1XiF~*07r) zLIn&J!h4Q9+f1U}OOgIsr2m0@>|S6|KED_lo;&-sJMzfWcHMu?Uk{|}f$;S+*UsFS zSkT|s7d!eE1O3k=!Ru@INThx4%-_B3KTSL#3F&aXH?`EeuhzS7v3LJd(&ar|3v8V~ zedAI+v}q}{<9=wzqj1N9|9yWo@%kS;55mVE#kYL$&J)5#M!5RGzNLXy}J zwm5L18tZ#5;0Tml#4ggeqZ;mMh>_s#dbn#T+*1qp)MMM~8@ut}wY4rEt#3=!H}^F{ zB(nV(@kF9eHj`N2t;0(@PT${gx*qFWiVf9bLl0xS9tYw}fkZ8kc+j1?>sjnR_%Lwj z$$n7yxd3J~j*vjSD#o7gTiyRZ;Hg;mQz8aCzHWc*){mA_=kBM@*=z2q#dbZ2?Wu?3 z4KED8c;2^WjTgpI@b({*$Ay!f!Y4iLCz9?@UiSn2Dc^Zwr}*in!$5zQlupS0&wAZR z@03r*-Ji!%{_{@hEME)@Cd2Z?umUkmk5(7F4To0V zhC^jDuNgzF+0Dqe!zl+fvH7CLm~x`derQ{6?15mi-`Ce7vg0e#^Hh}l{G7YdMtoiK8+aN@0`YeDk*VtxPCGJU&o()mgD}0UW}_r4{Tf& zIPNwlaU-0>OQsM%!n3Do#KfNF5i@%VBLbf0kR@y#v4(9Uwy=G~9(Ig4!p;$A*frt` zyGPtSl_7*m!lfgnENlsR!et|6;qsAk_HGSTgeylXS=bh;3RjO*v#>o>6RsVp4cCp- zv3EzPKHM+i@0Y4%m%Lwg$ouONKW1WgL8`tXjPy%2Mm(sTI)xzB zBJF@wCznh0Ml90H$E;EVQVvRudZ~JuDBZ|w)=O^!-65%&=p@saAnm~W07|6R?8o~~ zydO4kr#VTy!AULmOj?si2KBNBLDLGFCmft~OfpGr_|cvInWXl2?2K*~TJM%cl*oET zbxR$HJHkSp@)4;EZ+5L;EY6E}8``VK73Av%^=|xn@axs7+}kM&=&NLLtVZ(Pu#Fs* z`dGh?pv`;G<|ic@buG>qb*r=&DaTmsK9tVp0%I|VG2M@pr?&M|>v2E&N#$t$+>aXn z|MWB80_ySa-rED{?QsXE{ga-O4(e?abK{*KeJYv8$SobZVHr7*%XM5DkatKlH(P0c z*H*Zt!zgb^8k8HPCuEV;VU>PqFtJ*_s<|5u^PiQiiXYye9(R#@0F! z7`+sXjElkWR7eiXkys!Wj7G$5&d5$R z+9QUem#JAOA}j_XlBiBkO+}R$>Xp!ESqhE@Vkk8h)kvb#F%=D{CR?xeM6u1}+1!LD(A}SLVS&eC>$gD0O>m0ffK*z#zAcAg1 z#f!2yt)hB4q{>%VpRWXC6Tyf$6`Z1Utx7RSBN!P)-O(}UUn(H=1XX`P8J!4Tmi=SFkc_AbM6p2$g#s5tvR?{PTRh`( z%&+8^8KPWMf!KsU7WGdnAvDa2dKh zu2PppT#o{M6Vb5TH#QEc-qAo`C=~W%qI$7=V)TM=UnqF7Z|YiXA{yE6+qN(uzxOKbprhUPl zEbmwrR_(oW$I~U{bHg9o?CJW3yR~;}m&)I6m@iG2SKO|>RhuaPUc#l~x(dC0bJo3Sjdrzhs53jlg*IdU_ zuH#AJxI*KcF=J9P&WLK;I`Z6ro+kM&U!#J$*#6 zQ%rNNXF16n=icTd;a#&al5g;F)1<>FCI6HxMjhA@#VM>g3L$R3Zi)-623wIDc%@mg zOO8obzI-DTD=|WG-YCy_&R~QhyyTp<#5_4F^V?k9f}ijV<-I(6F8B6Q7~;O=iVv^o7L* zLOAK9YvM#e)iZ!Ns-Ino%+{VHcHt0~l<3qHiVcp5ktl1HRsk!RPC8b&*T>#xn!8>- zf8~5k^z~lIvz~6So?~6UZZEjCWh@jJS7#a(d0f7Va~|A>dR5rAnHF&@fI~p)L7N~T zs1woYkc6tSuF+t$CZe=pNPkW1W2QqZi7_xymGzU69nxD06<*z?UU*#v_{Cnpg+Pl{6uKA(2?CYgv zHzyV*HXW7@>)feq8RsZX+Uv7sljV8-p`(52?9!>E_t~WFxeW_NrS0_(>v!C3ywkY! zmA7}y4W%1)-rap?_fp_(-`vTEDAJQSnQZEz{9i}@z7_NGbh7`eN!!;b|JRYf=dYhQ zwb+r^e|O-{zz>F(2Uptx2ncKhlf~DL}R$eIBxw)Dq%ks2FXcjy~@y3O?DOPF3NjR7PvAVaM z0#!z?{Bz8V6P-#Vrq3>;)szyeGh$D27kV*%7RU)jIFym6SWk%)N#=KRJyZEV=wNX| zoG1P?%k$u10#`5!xv`nG#;ubLMjP@^b&q73Y|g(Mp?rHMNyON8-P1YYtSv?xn_Y|( zTjMsg(e|!jP=MoGzhDLgwIQEdvQN?;-*)BCo`Ukw+u~#Fbp$vxj7hOz$q~_5=v%lI zM40FxV}7*rd&R(()JPz#v0yzhB7XJd=L@I{c&SE_t0T&!d6m%~A03saNQWulXllMv z^>SqQL@YKn*w=S46qumjQ;K}KO&%XVIvkB&3@EQ&49r~UP^T|KiiYYCRjwTcGgYA( z__fGflYFnLkn1!~b%DjsSV$rtRItjpNBrO;e)o*2N1XW<>28r|3>{|LMA6Z~DHJpK zw~Uht3>^AUKqRS>l%IeYijD?C;*=7dM7uzo>3T-u|54VgHs*4g+sWnPDMYu7<&?*Asqz*Ijj2#7vkFwDAVCo1o z5#eedTQhS+-m$E73y@w43E;`~X@VCDG`9dBU&ez1SDWR06I zb4pd*EZK1Im@&)SE-5GSHZVo8n2I9V@1a$6DI%35IU2ZP2d~kV!b4Yb8tN?_Z8*+z z$5A{d>hfTyC>8$qUsPfkLhTI0qy^XJ|K^BZ(6KC*;88VCY(2uKwmXr!I{{gi*m30K@n+ z6rg~)sNei%k9cu9#)?r11S5ci;YyR!K!UKX(I67f$ASQi7y<;|1tC);TtTmYPzeN8 zpgfObFoU|pUOc-v8i)|L1^Z+zlUOsTN7UUd0<fk_-zd1_8i8W1hxwRD`$BC71a)kI(>c>4$B}V4B43?So}Ago#t;Y)#&3(@ z9E>nn$ajPt7wVI~T%H6SIr3;^f^I@4UD?^q^_ariCjh z|ICb}zh?l(8#`P0Eq$lm!uoy$fn47qlu_S{_1jqgdXH<+V~%?K0gvuxEDX0$evg_~ z&{O4AMEq0w_^+v;8r)bPe_7YR+@7eq+i<7hZd0nRU++^x6F*}T+s-`V&;R;=|HD80 zgF;%r*P0Qc(3dj8STG{d3XrtZ>l;YS2pIO5rrZe1S15)b1H6F6swyLR&7nOSw6OC_ zW=9!Eo#8Vr(Ivu5C;<^(Lgd!8^fa;q7R$*0(4i?dI&lY~tJlPb&x#Ly4Cc zuibwA*6XXaT_5(ZSXPvK$5OR}i^96QHX%H4H>cedzimOatnSasP{D7@@%me8%4c+Y zq*kD*H;?Z=QEL8~nWuZHxGfO8MyKm^lo<4gvp1D^_n zRVrr?z(x+r(AY5(0a*z%HgT9(c;`%cr?|BW-%Je{HgP=S1iDLSBxPm|y! zLX;yB@-kq3fEF`Xy&|CmI1h9HzSwb~aa))ka2OENrat!&RL|ZzdzDU+pb9EM$B9{j zfnVxEB^>}do*#_)W;%wnv0yA(?A)bx5_^7ZB)vA}BxX#LG6A(>G*z~H6go3A)=+eO zTm~Q^$rq=`y(R`cWXzbHLUxj=KyRl z+oYXBV|GYL!ieLV6~>XWf`#@H$?6$b!RRY5f<9vlGfRldBp;PfdxSf$FhDAY-@mW%+HYOGkAN{zvh zZXif@KM?X@%YNuI*z3|&b@Rd>IMTH{@NlPVn&yQ+ zbTO&)jMte#u_TuI{TZj1h~i)Gy)nK4`AA%HuN+GNPh|soYS#ps#=OI`&V5@lfu!@H$7ZgD_8?%t7uDh9Jzn) z{_saF$@Y`06{nK!Q&}@5JyL1sf6q0@{b~L2O7pPSo^gWz`lsZn1A7l;>_IgeBFk;2 zbUXwQBjnd1k&GLt^+fK?so9MJ0AipztFi(}LxaLIHB+(@#{Mxt6+aBHu)}6N$TAij zCww*rd05S$45;L6bd=Z8C}oar*Xi~K-M&M&8+7}9x)F2DSwrYR_Ta~sCD9aLmb1=+ zh3G7XaDv^~u!QV!XEA$7+zJL{2BWdW9iYgG0jN;FU@?K9Ko=|u<}>HKZskq9uy#ZA z)6Je*4``iey(-pS>YvW6*cwp?pDbWljE}k4lGLgwR!EUC%UG}yW2#E~i?KQFrm>Jl zs)KHSgP-~mZaBXhxRUmz=U3f(=T3d8U^TC5sRiKFB#JcTBXO&)E9FO}~E5N*5S z95iqK8viAdA@Qzl*Y)QA`#eT%Fftk^XF;iX(=oN^n%OG^E`c#JZCMqu{vqoqOp+lb z1<+b+C>p(_LPfnKw~9J4r<<8bZC0a8S_XE> z6nP@mpwMok`KpX%768ggvfWq|9votqjy^_7v5!soKtf=n@frxl5aWG3zqTj=gG+lV*L9@s+t9JBdYSHUrxi-l!F=V5S9qvI5=Y=y^Zfh{7JN5wM#lJ*f;yY0#=Td*DF5ByxI zu)gq9zhY2$25raAmmEY;u(S~Bgv?wfUphX3aHTm_+Ovb?&D=(<_ zV7-&ai?-O=rqK|zX8^ec;LOycBVO31q(2puu6y!mN@JHgjlIJ#Ip39ukg-XSV{AIY zyqL6du$i|N#PYL7>Gc&7Km=e7MQ5I3{k{?mg~S;7Z_y~Q`d&KqlGxwBhZz$Jv;YhM zSyHHTxt8mgne(J!9}#DUhyjqcTQFEY@r=$$Iw3nuPr*&46Euq0Idx69VfbRva0t31 zu^k`Kn5USnT4}`uD>R`q#|uPxahC!Mh{1oscZlVZjK`2h);fyWrWSik7<0&T808d| zP76viR*-2yp_NJI2Py!N6yVBO#*EUHNlLI?2`FS*@tTQwLfWz1|h!LF<8aS93yo z;A&g1+>wZ_R< z_`0Fj{NoNtv+yH_mXi}9CvzB5zJbNiq%X-qLh!aL&t&gmozOLFMcp?1>;>#GKX&d| zj#cOL&e|fKdBb`Gq4c7+4}6l-s>M4eP`b z!QR0t?KRTkIos5%Te8K-#L6zoo)3=+^ZXbuIc~VW>ye!Kc+l)I=t1KFjq8Scwj^%3 z?l5t2JahdhWynBjjO+pIikHT1P`liD48ZF?Gh=!}e8fM&csqgXA$i7f-gn;DH)A?_ zG$X`FIj4EwqG*unKoZ3Ut(@=kx48vgMJLH~6T`$WXyAdsv^SulT})Pf#Cw&ipa%^2 z4ju|Kc+f#2&S{+4Mfju6uV%WosrtKLV^V3qHlJNTgYu~W=hc| z8sy1cFktp!x=jThf;o>AVt11{cqNwwV`WSid{#vAw88k9;jvN(=oI*j2n_fJc%EZ) zfNr9Ys|asl*CZX8+pc1MCJUtMl}iHrZ7g|~lMfBL$-*cb^Q>u}!=kg^u*Y&t zCvV8j^#&$aTKJNE)?(rotde7ad)t)v(1D+kMX|>P$w_`X@0wU`U(n|q@Z^FJa$%RY=N}wR6-Cw z*NuUueWmHH?nTpL_(56QXJ))=#R9wbRcj~(mqDWgnk{IHD7jG)tM{e2Djak z=eqCECe7<6XX-13jMw-Kf6Ml;p=r_faYb`dJg^c@9vDvUIK5i&G+abHH85!;>Xtf} z>XWs*Q)Rms&A=y@hE^-OlJ2f-BO38YC7y7@b=<@K)N_1b$Y%C7C?pFg-=iDZO*Jt5 zB!!59X6#S^!n9>DDHl~H8IushoQV{Yk>N)QtOUREFB#bDwnUcF_EkR1vcr)JjxsyUS@*KHhmuB}-hmZ%JBwPp$_ z(?R4MZ_n^k8oX>_P$>fel@E!YmZHKITNy&4w%XW|!|f^UD5}hFQl=%)5>xJje1I0y zpW=qav~DYzmu|$<)%6R`ht+lS&a|z3@m$JQpKk4Vzx%!J<&pd4tF2F@>^tX$Bph{` zde@rvr<(S!HXVQu?8i_WY8nO-%HBB7CtZ!}rQ%Zg(#h3Q@4Oj4N%P0nD{B+x?;V~$`I(ioyP2EO!V`&(U%JE} zy!`$v@4d2o^?ub)>i(qe!LAb^eaH2K6YrmX@AO)Gf2zIzk6-@r*MIc&ANzmg|LEM$ zU-{`Ps|Q|OZGUOC?klU6FT?zeZXEsY(eqpx8QEo)7^sit1`Qr|pZ@@WYS=RK<>y>r7^!EEup(*^^c#rK1@ zzoSRi*=VW!5cY69{P+PA!-pmR1nDuYvkkR;;V8LrLKf zlLX+W_BySDIl5h^+Z%NI4&6vF(J*p?k8_$6X&H3562sphnyp$>Jm(4YI|1ayq4A<{ zcmZ5)1z?^#`q2dairYWr@6leuMIT)RELfpK`X^vu{Lei0sged?!aJX-=o%~-4vtSS zznp-RwnM?u(38hj2(*mBL_zpv9y;hL(Dwl%!0B;|?VR}y>5|=`cpM)8`WIfJj@?SK zI;sROQlZ$c@Wm$}hBh6;E`hXaHhO9neWgccWul#$R^YV`TfSlH2gHi*GN&L72=O`# ztd_-QoTgZtcCrPqX@`x9w)%Ek!M7-mh`cV1SG`FQ#mX$Qij?nySfx{w`k-H$xqxJ7 zg>L_Xc*|J?fIxI`CE}8>bZOPSZ=1ouUSZe?%BpXd+$z~_D}d=hGZ(rH(D;VjC)D%lZtOuvP9YP+l!DE9lr&%xaUDNsFb9o8W0}nba4lQ4T$o6L8CV z3K(S($yMnu9$!qNjawnnHsz&nd}YH=(mAy4f`kp}6L-tIIc4b$J}=+GE`_gg$U^m@ z^&V*jxR|*#C-dv(Qaz2~ySgikA^#SbOKoQqawAk;!)<2dCH<>01B-*#1yhdb(?i4m zM3Uj?#6FS9`Dkbxls-~nj>;i5D&iv-a-@cZgYx>EGj8}1Q$~Dv8G%YC0uY;{irEUi zfe_X$Np%HgSyH<*m8A4R9*e^J7hfkv!`R&l9gW(-{vy#>BXSHLYudUe8ye)gKP3{j z2j(c0t45RcDz$=C`2WWIu%X~nFNsNag=;_4s6&!@lWu;6Dj%WPAJd-ra|FmKz-)P% zUoUM=OtJ%P)5$qtMH5qYaot|FW^Yf~+p`vPqcthiLMC&#Z`!_V``BHRcGui|@w+dw z$HI$i?$(sMHQ8}EQA(rGfpOFNYwo;8{su$a$SoXB& z`Fq3;aFJ>VGX^m&b|IHwg!50t=Ga0(EItZFO0n(UR6Kr?7UQ-{GL7fFz9RfM;D!I^ z63xMa5`$DCo$K2!#L@=XcCpbB?&;^RHacF*85|e+lYp`QIb_TW5KO$tSjp5ct6oO| zF{8Uq#9t(QcpVuRWa^yBo0*oUC2A=)pz_W|aLZYRsE1>C5zV!0LT$}1z*Xn$!I-lN}mU7mb zcGemu9BL|s01L{ua?&5V%Mq^0cIE#>V2kv}7xSRR@l$NS@J06v8R?3xM82rJ#~0fN z#g9tF7F)|jk4DfEbKiD>Bj`MUWXm%+Mwkl4R^S3?e-{bs2I!EHO5dKF$yLR~D7I8t zMw3>>Um*7u$H5(sEm_Enm;5k``DyZ$UmyeUCr-VH0Hi7_F>!a<&8HWhCVR`VTgTve zal83eGd{UamsQ<%-*Rt@uWekb?M~HpL&;mK?nqU4r0bg2>UvUjJy71(YPwQ2U7NLT zItJXjkhKMBqLF7SMq+$C4<~}d`KkQ3iT>)Z$_~GR|+_S1apVQ-`HTqk^hDUG5Ex@ zvhFw$Rf14M@YNUAn!zE-U`yrEXV3Ud3x7QXTom3Ftdy?2cb0BGKI1Ljz8^^7(lCx< zn}V_YP9n)|59SEv^%QKbW0dZr+wZVHS&7>U;}y2ouxL5mY+75m)#y`d;~U`r44PWn zV{ajVJw}4k!+|3|vHyuZIq>`gciYm*_n&_6=?_Qm$q(H9$(O(Ou(CG4>u$cX@XGJH z^Yk6-DSvzqrgyfj?Ho+)9NcUvr_ESyY{tS(CZK_AGyWF@3fXrt;i^FIF-_1`DJ%*3 z>H4=oi}5oRIMWstk*;^5NMp4$-wJC5Eg?gvZJS(ImYCgy|3egd-ko`T=jK3S= z^W)DSNKpldHvKUXwDkP#a)i6_El!{JY?R(PVrD#wr>ExMh1n80vKlX8y zQb`2b_~e>t5a?@}F}v+F)3G3$O6n}80iXUb$B}K_)o8*&;7xQK6)z$;9hw=WXc6!r zQ8m=NeCt@yN3slOrvr?Z41Fu>&p05MKhHjgP^OWfIj=b3{HvL2)QoURzNRY6ly;bI z-E`YSH^$DHTQzM0W@lk8>dd7zBV3F|L(Jb)bEYAnUIVZgvh)$X{+w>Vpc}Dkg*Fwl zW@#(ki`Pf?Bbo#KlgfX?D{+1`h7}CWmFGV**?D23isRjX#g+aQ=fMA8al>oeaEcrL zTW-&wSm~xA2?p-POu2pyEoFi*>@U01RmcwJovNXCpurl<)(PYO! zN<6$lk=Z(Y=)@-mmWJ*e1vZTE^4XQj4}Nchg|qG&zHg~93&)FS1b zw=cc_P`b7Wf8ZkB)|Ean{F_=Nrz@(nW;`F3)g`KvJNK^aPwqUJsy~z}8!)n$*C(oO zm1Z4Om=o^nSr>)y-C1+u+)~?}S5j4-*%FE>o{xOMm>d|;>-B*#D096#+NVkZ_p##v6F93oXv80EMp4sSh3%){87mU1+ypl zuk-vs0>esAEkz3_PrSUrBC}Ub+NianhQ~&&Wfu(`jT(~E&XTMdPc~`^HQ9c!VAQni z#;DPoHfj{wHfj|0MWaS(+Ne>eg1+}?yVabnq_-*>!)gkB`N$EKHgXgK+`6ZqmILe0 zXRbDMrmQk+#uJ@M*2A*bleORtM;fNuMj<igI z%I|xP#z8^0H#z;6Ic%D+58HWaD})^r&SB?-YuGj6 z9(GTZ43|uJhCLJBVedrgaOp(ZaM?upa5<}M30F*14p*|YHC#1OJzPCeGhD;oZQKbdBZb^aBb|$pJC%DgQpi<|bS_42H1}qtko&5U&c(>R zk$W>zqn_bIa;fZ=%4O4d%*f5fxxJTEayV&Y=lN14fuzh%ra7aJ$+mg$`a z0WIga;gj;f|EHc#VFvv8Qf@ROC7&_I9X@N~PH|H8o19dWg_?6LuNHZA*}U@(j{Zq| zrFwab)F3xVjdGdPM35^r%VpSM1CtqpAZDd4@&!qhJ@PrpB$-CclsDp*THmw`4@zz5 zOO(4u1gZT^VR#7r?~^*@^Iy@UD4!d#N}cH8VrEwRr7qddX0}D{`r0#Vz`PsS97W8` zBXy(4Z)AJ?>Urc=Ag?F%d5(RfQ}Us|OKdH-VlB62*Ya}S3`N<8ukXRvU%{8tY7qX* z;6;@5qU3qjM<4p=mtXkEtS|8JH&NF#zLvM#ndFE`+KyJ=l6J`5nbmy;@56cTJMsSQ zy!Tyre@WV%+1bK5SfxEEeR;+dH1X_&UPox8d0?~+~+0R6gVnydeYE-iiO+`bI$v{}MT$!E<%jnw~oRA_cSM`~+vNMxv zl)9s8Clm#J)aOs|B<6P!)00^ln!7H`0VOzgIT)E@y=F+!a{w&tGrZ5Gm9dSG^0sGCbLFj#<_f8PSqeqj0dNK*6SC?bQ6dxA z^9Z&Xn=={JY?;m1T;b59>{lbxN>J9U3fqF9E$?H9Egk>fZHD`hAM{z3CS)kh6tqy#N`Xj08v>tA6I3}o zvbh$kz^YO$m8LH0&lfNEkKyb4M@E%^+8Ye?hr<(ofJ|>xR-^QSbbmN>t$%7JIu@DS z*|+1Fel--8d#Ci{r}j^UruzL@E?EKa^kb3f&rheVZwe6TM_DN9_s`Zpu_t{-*~>Jk z9SG*RbUD|!WkI-auT3>{>2ZC>g7A(vRnv^foyxpX;m_^08)(G&OoM|!02qpnuivjZ z{r-uFG##e2+wcGGbRe85F=KBv;aVgTR$OSQ&`Kz@#!5GW4>`q0=`9pA8o^6Qs1kxV zxwMDt-I40_J@R@iTOL-`rY(rmR<61}ZKIT(L!N_DPOhph?V^;ME3aSfSXNh#FW4l}-R8dZbkhlb+UYhc)e=EQ_Jm6W8QBxgAR{~O44`4$lbu60p|o%6gL=&MQM8T3 zumtMm_0Go5&SZx334>QoDl~PUU3mtPvXg?{6o?2k4^T!P3ejPZpiy%em_!A9c2R>| z`(5;!?L?&s=zymmGCFm$6}b({fMIBU5~W;SE6#pNs=5)8D^*#G$dQ4BU%9-g zwyuSN`|g%hO9#b`sh0MIfuAETDZBZdx4x4rMmCBcwzR+d`kmKT1BsUHtlq=6Eflw~ zvxl$WieZ&)6wql?dJ$-5K)6DPO6jA3=B@NokOLS3V1)t_5Y(dx05GN+OZUU_sYOD?-^LysZ;QcE%~@mC@%;XbIyjt0odNFU zT5#pID2>IQm<>nS6ytxyf0Q|3bM}~ho`0t*X8$ApHqUeK)C=5<>0g+y^FDLnyOt*N0tHw} zW-Ld8f`muQyJEj~! zFz6FBFL7Lq)?*=6a8=cp^7yGNgQsW~R<5})kOV42O?(a=>Zvb<^~&h2h}R7Nkm=K! ziCrv~SYyqZdBJQ|2b$2#*`uS08tRmSMf|DXLhwJi-^_E5MXsW4r7KzPn?LuUqbH|6`{z$StZBL(yA@kGy*i$(+5Z`5u{15X9#n}bcg;%8TJ8?(= zT2tkXNq6HT7wY|1CA#>=;iGo`E^kAq*|5q{aNxl#+@J!TYl4`K*AW!J6gQrQBot+y zk20~u|Hx#(%^V-iLRO5=LL#3BNBOz5D(uOx8{;o?KJ)C2%TwV{w1*A>*pMEPU}iiL zniOecRQ+A&+HhznPXq_U#DD_0$$aPm93Yv_7JW6HXL^0&7_kHPceEy8#w~zDCF-+) z6iiM}P}j2NRB2Ld2AY#*!**KLyrI#_h$8#JbTYw4tCVj{Va9%W@>M^0@euK(5IB?* z=v#BL4p25dp%QVzfhO(*2S$;nln7v7Rfdr9KK|502yiN#oakGvS@%7g@I9OK9s1-O z_ghZQpM6l)uzWUIwuMsSN`11dhf`jkqI?KHQ zxaa=s7iex0i) zuFYptF48E3r8O_jnjq2;13l{W)Ko-?$`a&pXa`7m^c&)!Kv_)QQioFI8H3+xrLJMPcPi%I>~dvRFcqYtgk~6KbsU zLtu>DrR%Qdd#>iV&>VL)18v*g>$aMEwwecZ2Nyk`*6m#Iq{=Jj&!tM6KjTc6{R=|M zlK}eiq3nk&ee_|`#$uoZ#|gUdhp{b$*spyV#f!L_Z;iuGYRpTwOt8u z-@>_N;hwuGZ9x|#%Rp{aHIj`tZ{d5^0>t2wx&6o#j100j0q;5xeZG4K){&h33F$eq9U(7L+T7*(CEcr$B(5vyXy_ zMV-prxJF9x#_VcI@v>2#wJL&TlqR%lh}nv*5Be(7B5yUgV(Xy%DcTiTA4wo=JLiak z5!avbdLxyK#|i8=Jzvp+R4kjG9Q$F+cFy?~y%37o^u(MoN0t$CeMS5BO^xvya~Y#6 zrkHEa0WqbsNG*p^3+Ky%lW!R(=3&zlv*l_ z$%&gDr4%QU1jbE|!2n_&+&D>)n;zDV$Ynzf@Je{=oN^NB;x z-`n;45BNuBWdByBBk@lvn)%zdX8ww0)-%CL*){h zDVGu8Ypl9%)z_d|X`N*i>Z!=+C?qi3^?))7jlbr}P*lHOK_UIBW|eP%Ntcu$^(9e` zTV+aj=**#YS7gd^WQW&EQC|t@6VT^lia_}_1-VhPNg-%3p&7FUuBj|XAg-OpfPDZn z3QSF5EUj#MN&eef|5*1zR75#~d{slYwzIkZz(DFb6-PbfMoKDp>EI{V*-aP!);rF^z_08}0 z-RX1Of>Jj@7_gij=Xh*xTCt;L$`)jjwUL*7EU~< zuDv~aYxH*HR^qxTtxrI{?I=VhM_1>uu&cAnlt>)v-WXE%H zck2Uh+0E;V*KfYQ_<9_Ddv~R3dzUP^LFN1Ij$gUTAJTGkCftzJ?z?wwS9zR`%w;xAtMR*WEn{ch7xyA6x9Ed#)yyNvnF_-GyFLwTlwydWgpsFzzmxFN+XDApFCWZcpXtJb5ZN=#&ji3<*uR%;l*DigIzF1X)Ui zkunc*i_0~9%xuUnJO>MrDPX~bPc!X}7!b*%m@zKOQa*OqiNLesm9da21_P5QQ>VjG z=);@@7(oR{7;XERf)0s-wmnSkM#zFnNQt0p%nFrtBza_XXd=eZO`MnolcS;$qAD3V zUzQ4#V+9(tR)JoSy2)gGt$x^2 z>2^yMi+zz)Yx$-*F>-BO4q{PtO$+;QEO#J(G1;7YSWgkGq;eg`QfL##k}E?pWYe8JZ(e9vQ)G*iZol3kIv8SX92$ zNk2N95vd}hIFg7hLl$eEx2ApK5KTKfV)0(ZiNK7$;j#+dQxD@e&^PPN;4O5O)us=X zBG|?Mr|)Hb>)*^iqxj4)f87xNCF?=6XT7l_TlfW8&WMgUwocz8`drep(H2bru0pW8 z8%xA`>JEfqb(|iB276i&rASZ}LlaZ9b8P!ak*A7TQQfES2na8$uB%i@8OZtyuzh8l zZ@?kJFxga@x`70AM$R@7S)V1RD9{zVjMfgIx=PY3b)pOZ%5&5O1+^fC>RBW}5Dze6 zz5br9{y|mG>Xo&<$*N~Tt-N({d)=q@`jor$=9$Ga6kS-nK+(Cyb3oRhg7^<1+TjFE zEv?kiEV|4-hDLN_9$Cd~f|3Al77Ofv7MRar6_jnT6WV2m1haa^U&hMpgw8K1cc8uN zOUj)nch3kumvR`>V5)TGD5csF3cA^_)vn`j3YVWf)wiC2V6{yM7F?Axdv61!p=k_{XXTdlv5j6_F z1EfPYD$yA**!iLwQPN3d^cE+eHGK_V|3{|Vrr)zzIHE&)xpyqg2xOYw%Fv=15J$nE zO)_&vk8bxN;*mMZ3~Ktw?WJ5_20!VI6*)K!lxnOas+doZG6g#u>LR5a*)!E z@%-R$pyH|6nyA>ix^HbbS@GPu{kePg=e|%$0Dq%eMA=qYvSJ2pK^_@)QivaA7fPMEy( z6=Mk>;cU>O9*So5L&Y>WL+o;Wdd<40v*Jy5Mp#K?#hd+v&qT>8(h7kVPODzT*yz! ziY`)3J8n7FOS|rsb{PufBlor*feN~^R#z|k?p65Uaq#ZUotgEP-HDdnYj7;sw{$wy z-J7WFBxeIwvMbTDYwa6}mc3Nc6R+%ij4qniE7}tk?JKA6SM+|`()n)ePHeqpXQE~2 z+UbwSk}aoho&L10ZN1KysPnCM->=*GX-n(7*Y8}XdJk&r-?iPbz3aW>U9~4`ccf~? z4U1WOmFAPF7jWf9cF4WKbuNqBBh9RONRuLuRm4eh(?FTxTnZ_<_#pUX|tvbyT4bWX>c$ zcb-d)NNspOGmR>P^rE}w!8&?PRxRAl4RB4Mdt#)u=mrdmK9sFs(ZotuyxyKoX6pT>HsE{ z%CyN+vM1Hrx!(Frq7{~wWb3|Lo+bNo$745F(UdB!C4&itm8sJD4VSgTv%y(QJdeuI z#cv2qx<2E~C3_y$_O42+FRVSY7Wk?B6M5~M@#;fM<_Fc=*D8|LyW^$1{~>Kdwg0Vl zW1esH9<%aml}Bq$cZEtM@76kwnJsr)n~ol~+&yeT`e$Y{@_i+n-F?c?T63NUtHoFn zMfdd~ov!ZsLkEiO3`27alPR=}o85sJJ4nF*t=*p?LGD0SxC50nq%DYnL#oBJjZ$_v z{A@TVRVrAH@~PT}w3#J*y?WxIqkQSWa&+ZNyuz1oY~8R>Y1-XnX<&6JrmBdasENGv z;VO%VRiv0IBHmQ-u?2ZL*GH2s(BKl*HREsNB!cfV19%iE{gF&L(^M`unq^ipH%^2F z4kjV6hK1;y*Ch;gNwS1dc`a-pwpNwJwR*xcrlK{lH-M0uQphu%rW@$ zUM4h^wbBDkRlSKJeFI-NXMNq8Lq%`^ovk|_nTC@TNx{tV!jK~m zh(4$0zBU~SOFBJ-uQXvLNgfG6A?hah9&jHwGY4V77gezfw+<&lq|pFTHI*AC$AeCFRZkw0XgrA_ZwrqM|2R z(Fg5lQ|p5LzPi^=jmi?#(}A@I;!vs}6GdfeXho5wD$wEi=Wr?%xC z@h#7N((p-1ymK&FJ`{icg}D2Le@L6D@C%j9cXusSM|W~}cRG%hn(rR;9&?$0=CU9S z@rL0bl0KLtB0OZ6`ujs#DWbtwGd$5DszJe9^yy^qBE7V!+|v9f6=@F9`&I9&KRUVc zTB3F5ujxJA4L2ym`=tOD35Xfs6Y*!7OvIZXDbGy_HdHwN(S?+Hl4f`i_|t$1=roJL zt7JByMlE|vjVxR#uyIXx#7xDk-#O?bJ904=Lb4bm!P0dWo+bQv7TR;)0|?E0-&4x7 z^ChVDS!e(4F#-_i5}8_s&LmW$(11aWMnJ^lMc!QM^-y$7nWhZ$RAh=V?-^Z?W{pN( zktbDU7fN*x5{sU*Ng+g3Podz?=qP><38rfBl;0d)99}lR?VmrHa+S;vq&$_kzOfLR zKb0!0A$Pro1xv~WpO1!wt6};0eV4d$V!dNmqGQ+EmHQnBe&H^AsOyQAE%)8cP!o~P zXqo^0!8Ba>8pvM+c7VlwO9O8oUf%iczB~I?P9+<9;;x>!(DS4o$)HpljhNqNJ(6U` zT_FKF9%06euO}SG_^FI~hv3e5D9wO{xa!U79YdkRv(_J)bf%7RX4KBmpb_gb+c3m* zjrmMrR%i1Uw2*Xk=eblx^@8yGcJ@J-+E!$4@>(wHrp!KpfXc( z-PVuUpQB=d&!g@!tN3A%jn1~_lk`o5Pp|UVw7(?E%ySPs;z~u*(;2sS>c_>d*$ot< zxpT)2G6YReAuWdHq)*gQkA6jj=#M7Q=s0f2=%rLI_KyUDxKkE_mDf{{Gox8E9sCs4 zH>-=^MV>;z$23#oKtQ7HoTqxdq%Bd>wzm5|IrDy6(|v#2bBUVg;zDJrek=KRwJmsl zQPz?yYXv2@d)DoB347gg*U#;(o6B&+&}1k&gu?Y;c93S((#~`q@XyQW2#p#~Ob* z-BK=o?V1+&k_rrNgqTU`1x3uB>+BTBJwG!uP(*%S_ZP(l_M-5Vo$rWA7oO=`-pE6!CFQ?o}K92ADo3^iA-dSoX#2` z1FyiA7MWx{GCvB#A$laFs8Ke)PE0{bUs4ElXp@b(tOxBl2~Yq1-{|jHBKRN9U-3g8xWx^q-M1 zG}sL-aiJzv-#C9d)wJa^&THudq%63WuB5ybH|G}Tmap9Rw!J^T-nA#uwP!7Qzw6)w zZ{51LCE;yZ5$=0CAJ)__U%55AB>ci#0}1`M_m&s=rJbpot?`;Y@zOmAQ`NrJXMVi* z!@Xk@}oH2hUyA@Y*Ah_OPx>-7o~pk zyUaq#9w?nM*IH(Gu)}qkHW;?^jI%rA2%%7c`@JYnOhspOvZ5a$03 z`kM0BNFjrcN8bLM@d|d4d8H`lsf>cZr`k@UjI zLq}kCarW)lf}r6JRe95LG+y4Gbhkfpppov@^u~@u{9iZ@6)tlYLH=uumAA~7zV0&T z*lcW0e-54Iw1h=P^(;yw%^{Y)85>lTJ;*7O1?Moa

FSsBv!OnPo0Dc%&5yd-{eJ|T%IaW;cY9#4FbPtPV75Qw}y zCr;$iS+DbGBJ_Chs4jOGlL8gfTc6jqI4@E zi+r4K7t-_BlVWL;?Ywwy@hUx)B-vzU|eYYx+KPh%rwu6N6Y?!7Gf-F zQ~iQC8J|yP1dI=#u8HY*Vm9hl{pYmwb4XXcmolOh$LLh&a|s#W&$B_rld9vYm{DEV z=I4?kYM0TBCMFZ2BopWti?dIeUzrxg5fMjb}tT^E)Vr$vK^*&MjP;l`~ik zQBbSSp%p1{oo$D)bmlybPW4@k%hS(DQd&~W%&4qZ==I_>&suiH7?$@-VkR!cGjT1c z?#r|C{M=kx%80_1h0Jt%R&N|V3tov&+=x$!=M&hA5)#5^;<8xU2c%)-vp4W|v0)$* zDH+}sNt}yIsB2d%_3o79s?8Yl#En>D_GUbp5MtO*7#`+16U!{j(ZrRPl*Wt#On|z; z&IGoI+VEMRSETe!>>TQDrVHQ{@f>{3Uj+$cLk2yWLSxX{PS zU5WTy@+>*tb!zE0Zo!smG|C9>nPwwie18EHeXfjNeaF_pWpv0K*U3o@%gzkVA$yie zXU}QWF-GlhR?!BX z=CvZMtUMK z9jEeL5tv0BW}j39O1jRhpoJU^_ z62wS}6v6nUP73@8)bJ&3TvrX+r@Dbjr+~FRx8l+)2BdnW_^sG%JO%nWlTOU4j#PY3 zbqV72`6;Q2V7Q5uiD#l-sf*y!3`#u|^i!@)RD%f_WJAO9Aj1wY7OF=-53(19Xe-k5 z>5ZZ3bV?kWoRZ@5z(jl~nFOMbUmwVT-qHu+L&?PTAq{(v4DK5qk`ozmK%Y~22>jI$ zP6H_ZY&Tv+)X7=ykXTA2l@J z6LKxXO3Uy@!^ldg;P$yfkLm{UfyR7&*Hf3HzHBAu=e^}y30`6r_24x(@`$a{DiZiTji~5&VMs;zwO798|4F8@4#;h z4kZ8fX*n0D$@#k#fA}#;?vkC74g$X!N%QA4+^G4`Q_6 zsXkN5-3y*M#JykXJ2UEdzp?tvUdQ`;T@*hQIeWnI3xC_$eU4x3b0I!~8s^iW$F^?* zE4~IXN8}*ha3tD{JEl3o{$ty?6YO`F;1pegOLPlv(Ia{p^X(CRf>$gPeE2KFpC5k# z`~^k7P>xaoF(`yI7M_(43y#UU6>icdRJQ(1>rH@04 z-9oikA=HRrp%$?GtXv&p5iPDkL>oE`v z2n^2g8ljox>+q43?)cTUTJiZ(BQjN%O!*>(wuLe)=6UNhyoMxc| zBMBQlMfpyowybcsZR4$1xoD5-HCV63Khk3|=u%>0+Q2=)IwEisaQt-<$VcZ~hvsqK z^*H6}LJB*X#Euho!8t_5G_n}S%IH^mKEpWl8wQcl(GU|{h!n+V7mSuQM01R= zLk)xF-?41cX(UT$C^$>OB?>N5aGrt-6fiRO3}R|UZ1*mcs5h!JNdiP&3`Ast1Y%K$ zm2R_WP<6^;a&mWL=Lk9h-rX4M0PD)L1l|{mO(f&89E-^`yX-9L!7CEcCut19Vuf+y z2aP$ojb!;91fRUZJ#FHA<*OdWTesXev2Pkac+8>x9a#6=NrL%O%q=Jd}BAI)@|{7 zS#G{{kls!Cjsx`O^G162G5YSvH}9c$L%wYvy<2{L>hga(w{hx)73T-uu5EM{1D4Wh zMvY~)MkCLr6c}TNUbdFMNbbTh)3-ci82fuRVwqmSd3ol8zDsZ8=`a3r;7 z$&@^BG`Sh`pcwgp?LZk_R(9C4dmgt%0W&tr98+)?aQ7e=aQ%7V7q5bnX;rs zPZ1&{Ap5fCWzQQ|wRedGk&4qBsUy$M?o(L9V97gj7_m;fzPii~|ve%1B7xnoXvGs!@A>mg<63 zQAM462#o#K@j4@4gZwo#X#&y8X@m_up$_xc7xQ1)cz$+5 z1bcqv5)&9eiZY3bVqX_%SWKbA$8SPFAaztfpUCjH((_3HRJhoOv@9n`6$b*G0z%Q| zfzdy$V~l8nnqsQ-tF^JXAQ)^hk@8q39h1e3MB7jza;1iWbxTXgs$0CBflgEnAQ^4m6l0h}iLkxu zAj0g9&ymg)qQaL6%I{J@-7rNL))2Mw5=$+?s;Dljen?}}F_F}0vUCVVc8CuQA*vp| z>BX?VDWyR@|bAetZ(0jl2VaEr769o@S6)L&WgDas&HT=IyuJ|8C>h87X>JKaRhaaBYh+KZc zxqQ7VXA5>`us0uW&4s&_aQ9j!*KLyGCh|0td5P93) zLh4;0(-{-7B2|Bih*BQP=;#oNm{K@;Nx=pPCjVj7CnRmf%@h?cQ$RbD_N!FR=hQNJl41+*>Z1m7H#w0Rl6iMMMTEa(o2l8AiBBmCq)yELu4l<@ zv>?|Nm24<$(U`f{BV&0A$HF(`HrLYF&+9g3vew`#dBQ=@y`Q@RsR415&s92~a74<#zARV>`tn z^+qp8wJxz*i0^)ocNBT{8S6ZlqR zH(QPGM*0XU1Zd<$(3<%g!mx#pjKJeI!Nf2nxb(2ma`7#cVb56igD^H8 zS|{uRwwhr5+O<@sZYN_h7`d-w!9vP{MeEhLd;;z)Fo zQo{G>n&DmK

xnkte00#@A`e1KpSjmIh3sCha3$!hjJY1+GIBh%wXagAs!yPdw5@ z91&8m&+;i4{Su_;o}Z;ggwlQ%`8fiolYZ(vag;K3iK@WdC_=wX+*i>M3f6?5pVO4` zMgFOb;1~~?on&nUbI^u@Z=KH&8_S@-ShN|+;L9?D;9w21i$2Sl9iZZx<&bnR`kV@yVzrbF5Rh$JKw+%XIN{7sZ4y){(FkV?sBT;%@rRol%2 z9APzdb1AKyRzO<-%%Dh$d$5``*d09(XKyB?^eo#Zskn3lwzrbTG`kt>6M~Q+J7;{S zZJX9co`}!VqGRY7qX?@AY$#v*25ba7+My-H-ZaeORF?GT;3{F_)|hH&*uPf7`4EWD zbaxksVs$1ikj8%oi-m>3R@0Wo?8V{%Q`6riAAtdd4VLfel6y#CfYAb~aA?{V((@8u zGA(0^eP(ZAFxQQ_w3}h+hl!mn?_4sTA!YjDVxP9mtfaBDygW_&mD-q&Lo$f#yKC{_ zxzAYdd1iZJhJs#WpTWxTt>u2U`;RlT!D7c*b^vG!b&VUj3+U!ua!io;p2f30M~ri? zNgyOS>2;+lw{G^7+_*}9_RPSYRK{KCxjo^@!1KwGaQGBM`fJ78SttO}p zDeVB^qzO}9%si*MWoF8UiVBj>e$3?$RU$Qxr@iP+e@Os*^0^YCyaVeG?R| z1YB*zRwaWxbMVj;jkBRP3TaV}VPRtW+LoB^Wg_DSN&}K)nxwBIZIL&Hrq7Z8et}Z5 z+rf+?{T#%TP_Gi|%|;JzhK@W6RK9t6^>RLZk;yH*66RT?LkV|0^*Dp&g)*+H=1%6$ zp_S)h>j>25{Eh4W#x;MA->dL@bNu0T{_vx!`g?u3hCNEdo?OF-(lD}7wSVQAN0F{v zWJHOKY(z#^&gDZbxzOl(X!N1@=jorNez(6ko!LltHqc#gx_o@W%~kNZ@Q@N7df?CPJ*DhDwGlpDaB;!;R}Tj=j(i2$pv~IRd(dV zmvZ4NO85#!vetC}Te+c=%Fs#7OhqNENs)3`lY-@s!(6zD4Sb&x*!Q4sGjL*y4ZJTK z8OR0(3SPEYZR`HF`%Ss%srBfoe5Cr$QZ~|o!ESZ$%XJ@6x(`5d?J3I#>T-c*CD6Pc zcwwzC*FLPY59itsD(wd!9?KnlPC5Eq?&u2&{#dV>wT>peQ+ap;Jk9+ ze0KB#7Ve_0kCv~m*i%e#NAF5t)7y#}qz%-$?(fV;2Uecj40Jzg>A)8J-pHM$T{F>{S@!$}!6; zFW+0rhWfJJzE7S)bP3nN;^yP?jjez19E@x}{!^JS%P$>`ms_~MZt-6paQt<@4I#q~ z6Q)p%G8D(D;kNG~fJn{F;Jy11Y{c@y_XA3K%Y28P4<))~zKim8vw_V@(|Ow_2f!fO ztPBn?9=XS)Q|Q!r=>)=S(n*9-ho%~r5SIx5y<^vq)k}!WG%Ou~Kn)MXY?w=Qjr?L$ z5utoG7Y==#{5(Ls!sY#;oS#?xe719R-9MU-)a8Q}xnR2zY+svN4-VubwOf(eT%=ct z^k(~ytw)Y!1IMzFWBEu;F4Cz)I@coy?mK=`{!V!|a6tMBU|LVVfSk{peu-q_(nUjA zdaNc(@<6L$i_wy@N3i3|)RMqS(6PARV%rc+`G`tPQ zE_Qu^)H%$g#VlH3jTHb9&{-YnU!W5^7NeS!bwnjdZ)cWUY$+~>RsJbjkUqeI$veP> zt8$^X^-$Z|)m+!8(lwgvI=$X?I^WT=a&|L7r(nhLfwzuLwpy+?rFUq@Qs!T|c9a1t-R1p~{h4piZ&$yt4B5TCxeQ_uPh^0Hgh9^c`ZKsfL2a z-$6c13!V(IOYAYy-smxfKySPnQ-78@F@a^?xtcobNn2LFk$?_YC=mfkhYp!32}aPU zt@G)`@#_15l=7sD2Q$NXdq`i}9)`fh?5pNk0aIyiSE$Hg35YYxGK4K~loOEIAawz| z5Lb_q@Rf}tfrKI$9!R`^=wSjoJqc+B3~CaLBY8lfL%T-CI?lXm8B<+)=17DC8*2j7 zgfh)*X%`g0)lRfN8Udar=E!+5Gcm}Yo?S2@F_BYq=+b76WI*NxhVD(k@6|A+Ps~Gj zBiVbJQi>2sNHn1teI`k9hkR5r5o4xkNnHKS2}spak|acCSK*V18xXC*z{g3vfWeWx zhuKnV?Xsye807f=#H9MTOJgSmNqt+X+am8Rc>gbvU0 zka}qGAgnU!k19ZZpn|M_Sa>N-TsGM_Xb)(;(`S0fgk{b+1Pn}gaT6Rd1yDW%)*VwE zm(dzc#I0%c9NmS;r*G_jl4@wBizs=F(ZR(ILy$7&8(Z3(BE2_@6`v_|4c@07BfHYb zo}U|lp95Tc#b}V(n$?hI?o3R^7>_S&=HcJRdDX1as}y^c0%jhbrPvt+YM7iN2-6#^ zzeHF`B7JvMC)KYbzKc5O##NkV!*xOwN~wcY{JW*zEP0rh` zc$uYxc-c+wk$k8*7uvHP+C%w7+*{ZEV6I_N=~e>WYcFpG4p2@gk_+`Hp`QEYo1uew z`s!3do!Q<)>!CyWT9Ef{;?2SCx37oV3wB?yIv=jO>wn9i3->GG{`yK6zTrRSl6nrT>4`_C1R9zz-@|{TS?ZHT<1|)tVXQeMj?| zVeb85-&wEY{o`JQzwp=)T9dE>hR;ZtPAc$eK1BkuObnbACt+b7fj>sk_1CfF0O5j( z*-Ed@%-2=~Z2)HNGP4_I1k9eDu1qYuz@0eAg0STJKKBDB4AZ9PhNZFDv`c{8IKdV= z#})&}W=SW-^a>{y&s_ti0kRMhw1t5vliKm5GiBIe=^*JCiwHrSUx?3=Nmlp#JHjtE zl)YFyir0ZKr}Q#Mc$f&;UZ)){{YwgH!>c~zjYr_;zEiepIO+eK7Ix;70w~mGTcm%{T>+W!M&1LhUO~aKdk% zc>P4ax;|Ikqg3~-S0BEAV�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 bg6!ii+x8*$bk-(%Y}G4Ezv1Z3#{K^Q`2Mo9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..5ddb848 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,598 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.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[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( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + 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( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + 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. + 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 + 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. + 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/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb03f174fe59570df135705ac96d63f7f7c01dc8 GIT binary patch literal 208 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0ffbf83f6f6ad20d12bd2212491343f534c4c2fc GIT binary patch literal 30398 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 bDVtb*IdWg1`~9QNF0pzx@)H3!h5`Q{r4TZA literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..291ff8e1ea9a1a6f2d95bda6a7bc2799660c5067 GIT binary patch literal 32114 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1ec3487587983e06728fd628c7bcc93659da78f GIT binary patch literal 6208 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b5b83b611f675bc95a22dd0dd8204e102cfbadd GIT binary patch literal 4935 zcmd5=O>7(25#HtQl1q`Is2~3+Hu79Kv1v=B?YNeuxON-~X;mAtW2Y#rwqC5bkJQS` zUFPl5Hdz|*!3P;A5cN{4f2eYb3>S!ds(NaUM%#l4N072eP`5=<7`>>Kdhw|vB0zbj? z*bf<@f-oU?eZde5(u7n9PlUa(XhaI~gbaO23mefw+eBL-HWA~w5Jv?Xf5`iiC)z{Y zS2-KAroz3EAI8f#9-TL)6NQUL?9r49mK%n|Y!- zqyR?Jiv}e(D6@6Tw274?-z}=y>uR1Vrdpu4iDMCsf?W!_Ny*JAJv&wBMqyd2P*fd# z5@g)eohf2DQEw%7U>Srs}2xZ?S+&D`hERCDYLhG)=BhN~RpAXb)#HV5D@hTvXG#mAR=h6Ew0j zlW<0`KkMn2vlz*jz*o&I>>bOIGH7>GH60YKPJ&y5RsaXY_k*6)w#kUY4042wq*DTu z!I_?Wq#b%Gk)h+b0_f)MVsx5j9VKglX3At)34FudqZB|4c!{m3j?&EafOkck8aW$X zmb|bsQ&xdya(SlO16eg=7zM>pCkGsAJ2-%T#?U7-#j-PHnXjdf9naXhLkEHv*$6+Q zfG(7os*&-`S#rQv{q7Bln^|yo!A`EM0JrWaN~P!0#w|E0&<7@^vu}r`ktN{ zpAkQn53I_e&Y{&dj|iRT`M>SyJlr-TF3GR10W;@DvkcT?@M7rJBSW@v#efBa0gl(Y z;5y#ts@yaTwm#L+bmOvatlbLT3hjZR##cbUtdI?zhS7f_0e9aPs&MV6F?4KsZt#pR zqr4VtRl(aUI`v@2O-HwEhoKg#iqo;}^R4mxT&M@9hXGm$_Tp`+%1=WY+4_uf-?<9f zhpXY~#MU*iLU=m4efG9|J5rT23GD@PWk#w%TiN!>K_yU1XX&9sOa`WwO!O(}o@b2E>R^<4ye4r*Dn7{hLwfC<*l}{}4HF*fyXUU%B zWPdH$zi{=#YY(o~lBZ{+l~{64T;6@M27j@WEAg&pT|1Y%j@G)4KH5?18k~uIDkt8H z-HXkBeLnI*;{C+p*ssTbH9ntsO3r^QUwD>yV@6ony?=T4KyCNH-#IyYc;;&>yXTigwdCmcg=fj`C%aI~Sz!gXy|&zau-1L>X?Lm?Pu&|??Syx%cX82<_u}{Bvsaen zJ#07Neh^|9?8Z|OjEQ*YisH5@O2N`f2KM8M@-8GZe}$m~Gc4*Do&XyF@__RMd56I8 z;(7!-_I@CDxwTM_)VA8+BlRv^S>>Qvyy`WNPpsp}-;MlP_-{P*KoeAsjjD-{V(F^Zm>2QRCaW|g6HkeU6m5VOBSG>h5aQrE;66#4HVJ| zqzT`#M_*o&hXRBk)1jME`G1X&G!Q}^h;gfqub+5t3t$QxFxl&^wZpXBYMvD=&QxkhfYuNG-rw9rI&JAFO+6 zV$*S9)bbqiICTCUhpdL`pOao@2AAw>9GI&42e$DE1JL?O!!?65YiP3h%(}L3uN-U% zcst`5g2%kvBwrBmxkv@Ryk-EM%S>xsk8HaICXX*>ot!wTsey?$LBoe6b#`N6r<|KOnUaQ+kWy06;+ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ff3ff98436959220b3f65d425f6d0bc2c2f7e9fc GIT binary patch literal 11429 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32ca1c1befef9bf8e63e5ed83d5fc7536cb481cd GIT binary patch literal 12351 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 r$Xapx7X}tbuSebvEH!N`xkFVm str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __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) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..4125cda --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,597 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +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, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + 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[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> 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), + ) + + 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[CandidateVersion] = 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, "{!r} != {!r} for wheel {}".format( + version, wheel_version, 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[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> 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 __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + # If any extras are requested in their non-normalized forms, keep track + # of their raw values. This is needed when we look up dependencies + # since PEP 685 has not been implemented for marker-matching, and using + # the non-normalized extra for lookup ensures the user can select a + # non-normalized extra in a package with its non-normalized form. + # TODO: Remove this attribute when packaging is upgraded to support the + # marker comparison logic specified in PEP 685. + self._unnormalized_extras = extras.difference(self.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) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def _warn_invalid_extras( + self, + requested: FrozenSet[str], + valid: FrozenSet[str], + ) -> None: + """Emit warnings for invalid extras being requested. + + This emits a warning for each requested extra that is not in the + candidate's ``Provides-Extra`` list. + """ + invalid_extras_to_warn = frozenset( + extra + for extra in requested + if extra not in valid + # If an extra is requested in an unnormalized form, skip warning + # about the normalized form being missing. + and extra in self.extras + ) + if not invalid_extras_to_warn: + return + for extra in sorted(invalid_extras_to_warn): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + def _calculate_valid_requested_extras(self) -> FrozenSet[str]: + """Get a list of valid extras requested by this candidate. + + The user (or upstream dependant) may have specified extras that the + candidate doesn't support. Any unsupported extras are dropped, and each + cause a warning to be logged here. + """ + requested_extras = self.extras.union(self._unnormalized_extras) + valid_extras = frozenset( + extra + for extra in requested_extras + if self.base.dist.is_extra_provided(extra) + ) + self._warn_invalid_extras(requested_extras, valid_extras) + return valid_extras + + 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 + + valid_extras = self._calculate_valid_requested_extras() + 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) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..4adeb43 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,812 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_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, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_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[CandidateVersion], + ) -> 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[CandidateVersion], + ) -> 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 as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> 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(req.is_satisfied_by(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=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[CandidateVersion] = set() + yanked_versions_set: Set[CandidateVersion] = 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 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/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py @@ -0,0 +1,155 @@ +"""Utilities to lazily create and visit candidates found. + +Creating and visiting a candidate is a *very* costly operation. It involves +fetching, extracting, potentially building modules from source, and verifying +distribution metadata. It is therefore crucial for performance to keep +everything here lazy all the way down, so we only touch candidates that we +absolutely need, and not "download the world" when we only need one version of +something. +""" + +import functools +from collections.abc import Sequence +from typing import TYPE_CHECKING, Any, Callable, Iterator, Optional, Set, Tuple + +from pip._vendor.packaging.version import _BaseVersion + +from .base import Candidate + +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 + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_prepended( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers the already-installed + candidate and NOT to upgrade. The installed candidate is therefore + always yielded first, and candidates from index come later in their + normal ordering, except skipped when the version is already installed. + """ + yield installed + versions_found: Set[_BaseVersion] = {installed.version} + for version, func in infos: + if version in versions_found: + continue + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + +def _iter_built_with_inserted( + installed: Candidate, infos: Iterator[IndexCandidateInfo] +) -> Iterator[Candidate]: + """Iterator for ``FoundCandidates``. + + This iterator is used when the resolver prefers to upgrade an + already-installed package. Candidates from index are returned in their + normal ordering, except replaced when the version is already installed. + + The implementation iterates through and yields other candidates, inserting + the installed candidate exactly once before we start yielding older or + equivalent candidates, or after all other candidates if they are all newer. + """ + versions_found: Set[_BaseVersion] = set() + for version, func in infos: + if version in versions_found: + continue + # If the installed candidate is better, yield it first. + if installed.version >= version: + yield installed + versions_found.add(installed.version) + candidate = func() + if candidate is None: + continue + yield candidate + versions_found.add(version) + + # If the installed candidate is older than all other candidates. + if installed.version not in versions_found: + yield installed + + +class FoundCandidates(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/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..315fb9c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py @@ -0,0 +1,255 @@ +import collections +import math +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, + ) + + 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/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..12adeff --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py @@ -0,0 +1,80 @@ +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) + + 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/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..4af4a9f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.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})" + + @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._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + @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._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + @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})" + + @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/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..c12beef --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/llmlab/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..0f64ae0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,248 @@ +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 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.metadata.base import DistributionVersion +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: DistributionVersion, + 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: + 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}) + 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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a78919c270ef4b175138be6fa818a0aebbadcae9 GIT binary patch literal 192 zcmX@j%ge<81gAP4rGx0lAOanHW&w&!XQ*V*Wb|9fP{ah}eFmxd6|bL>pPQHYhxERFv$jr#d JSi}ru0RS~AGt~e9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52afc27c68c03fe9372b98890f919b5ae830e146 GIT binary patch literal 4533 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 l%7NR;fouAPa`=o_|`MeC?it;e*k$a(YgQt literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28d55d3f4c081d3165555ef9724d3ec6f4d27fcb GIT binary patch literal 1863 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e159c570abdf346e52a059de3801b0d808a2962f GIT binary patch literal 4183 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dfdd28a239c6d674e2e9d6ff9440d76649c8989 GIT binary patch literal 3560 zcma)8T}&g_6~5yc+vD*V+hA<-Yd7Fc%yzK}TSbbpO}g1sf~25!w{7H98V#NS4;laT z&Oi#-5sIRgeQ6+lfK^m2ks>A0@<5*Q+Q+JWVFH!CBUXyqN>$&C*e9NP?$~2{kyrG} zzUSO~&pG$pbI<+G{N3l{5VXH-{d4K}JVO5>1G{;e%=xFl>>>$Cl#23HhN1}XP#t+X zL+6DCFiDy0d`VY|1yM~h zruQc}n^RWhnZjbx^xRRfoYjAcRnrZuHRt|SRwE4PG4Cja_kns#qMj4SqhaYiCTwI#j%7c zv`#dw26~Lmx2aC7TkTPEPdrn0NRDOuV(ew0-7PFzm)jxMkc5lA+@7P~b6F0dM@_HS zedHX4?JG|aux+$X@pjn(`*rc6Ve>h@^xAgX6#u+TFZZ{{HuwKqc+|Wv3Kgzjd6KYg z-#&@vm_;8^SDq$n>$NE!?e4imgYRABN!GM|Ez>vxnZQWS<)OAsn=8|{B++Wd)NvOj zUF+#Li-lDg>v1vOdKz)P2*Z+6ieve=E0FbhxuC~29V>;U$#pvZMtq&!s9fKuys=SP z_h~B&jh9ixYqu__u?y;2vd3gsMOBeRT{byIQwo|c7P7L*DDcj(8=Np*z~n_8lY}&B z@~Ax7Vm`0vf+As(`zDhUwVde^OC`A=VUqeL-?^E|EEknRlEGeB!X$Z2Z->LCXAz4_ z#C1(0_TtbklvJ*mms5*NSk!K0#gwY%1yx+Qq05?12EeCOWg%5s({shb^yJjbDNWJk z8znLOzPKc7DTqo+Pzt(?0bNonx}s{SHZTY|SuM#}n=GxFiH>Pe6H0RF=FPOwoW$~? zjAaN39tGFP^VI+#(I)zy>8UaigNd9l1GV1pUjNPyH{Y%WdN*fI-NEgN-PBI%i&swE z*K2Iw_Ifq)k`Z~S#)m(dzdv8)V+J4FAN+Fk^U=e>Z)4xYs#CMZ)a*I!h;nDh;o^pC)#`jnGVS^vu%RCew z2-T4(V`S0ivSq-F^7(gLn6pOgP4`}?owu8rr4E(hiberhZ8#?79d)zTUcIpf5NhiLs zr%sx8)e-G=MZ9lOww*-H)o zu^p0b1qGm`RZ`ljc91G`nQj6a{hSihrJUH>zX9(mOvPDol^xh!b~Y_JEAB#nnQGaE zqH(#EDceTHt^4iOGNT7uJiXin{L8S*0cDpXI9te;Z&OHtW)$y|5*cZ)*qmLQ@kGbo zs9WLG$!CbwY@Mt3lu(5QsX<$_O)H+V2M5cZ&yWTA!|fHD`wab=uCP~nMKZ~1W%huv zBYCxFN#`77JGoFy%9`0ruoPfXmIN%X0*Dt2u-m9sx&;q{1Th&fU68Qwq0~V1 z@RF-fPL`FDz@L(L)p(x@LEQc?u+@n$(~)tMxR$BDH#=@QVHUO0vAd*i?_ zl4(k?0@Ki(f*Fkji6Af??$_u<@d=n&z5iJS8v5D#~#PWaG_-NxaJWvg% zjd1!f^zG0$L&xD;Ti(b1!6SBXYonG(R}*g;iMMKepvorem20>5$oaVy@>0ndPWS-$cZOr>4&O; zq!CDhl|K#C21c41ZiZ+upuwX+Xp5u=wWA3NPUel$omEbNhdA()~%J5{X3{U2ZlB{Zz?Z{gf+sG7x zZ;daGfv!r{^$;*MqtC8ewS5v2QnS$C3_iQu%5)k&jI1hd;l0T$6pN~L-(Mrke=996 z*w?_x6;=K*z6E=c>Y?e-)oF^No}i)spnJ#Y-V-$O1f`##AJknTDsrgQ5s<%V7Wu1o zPDb@fhH`yHL$E2=q34{CdI0@``ZaY%rzx(+_0%moJidST!Ot4}?3_ivclJDWf{f+W F{{Vs#16=?B literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bb1ba5f74cb53080d4d8a155d44d284d2f2179c3 GIT binary patch literal 3223 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 HnbX;Sm6+|! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88c79bbf0f1aa878e60951407fc6f24b7a7e624b GIT binary patch literal 3990 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c812d0a45fe39cdbd8dcbbe80a67af8323222b6 GIT binary patch literal 2339 zcmb7F&2JM&6rb4-d+kj~Aa()-nk`?+07Ma`{vEO zd9(9=`+L8%w?`4k&sYB#*V_>KlMe!sn#Q6F#&wiMS!|=x#v6}f7z?&g5J$y=G%8_~ z6;08UH^JJRkd;1{Mnf$g89d<@PY65;cqCIc<($xr41+gP#=7zsPoL5SPdVc<%PAVR zC!Z_1w&{h4$x5V{;R^y0z!2eCOn|zM7!D@xHjT@eMloW1jW2gyt#twd)kYzBXbjX0daCx^(1DLO7{F8iP>jEn$?m$Gu=prf$Q|PjI5lvxT zy7Kl1#3~r1tXTyBRKYAVgF{Sna*eXCDrU3d4ox(xn(*W)t9bB0%Ii8hl0Kd~pFVx! zoulas!)HfMoJr}5C(<(Y6xTLb&LIU)aHtm!5Fu07wwSkWhylFDO3WN4#35ez%t*tC zUNG!Z!>Nm2=XkM{=BNzLSa%h@HRCtqcp!kTIpk~lg8&cFSDxX%aP2CT_ zve4007Zf@6Ywy;Zhi@FN?s~n}d!(vtTu^(f>h^`Mo+t6059538#rM?WgI`9k;;XOK z71Y)>lX|`sM(w@d9lt$VRrftZf*kuD_LAYfOuHe|w>?85`mqbtyciqWEY5Gjpj+U> z`NW6MG8orU1o#9P1o5IztN;Y2nvxY(V1Xm3g4co$fB;Rb03e7&s3N3SfF{5wfX=kY zI)YUdk#z?4-6nwP`ieNw6?p%9zW`COBKojff&9w=15heK?8~zNzc=1BYvD2sF*9Y*7o2&&uBo6VOl1XRs21&bK zm;lWH9eGg;h>bF%m@xssz+IuNnQ^kFE|IM~WW7tAj7e#_XcSBeZuyPHhKHt1GRsl`_+ft1NXWI?)22U_g__? zsNGem`}xu!YU_E1upD~?AQj>L&r%GvZGMIz^WP!V8LNlETBh6JK%YrNeQ36AD1qkt zB13z``Q4c7L}ci&IDZI(Zb31>d>_R-z*wu%G)WAwU4c#r?M1xu%{ibN=4e?H7`k9V zCt-QBwbw+W{L+FpWN3_cI?hLpc0#oQ;DEhBXVSH)yp_qrhB>2TGrqT3a9KH6?Qdok zwTwX$TYKnfDjMv1)kBLPyV&&Ysz=)sFtE((iW?JxVsfTEhQ1F9djl9!mH{5{?+c zZ___OgT;K@@Favc0)GRaS^pSE@xZm6v*PT?tnzho3Bk}$ F`!DbFLi_*# literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..93dc8f40348184af9b276019e9642341a6b923de GIT binary patch literal 7551 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 T_*LgetwugMj$YKrg~0y>mGX@@ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32e7a50655ed770ee2d0b937dff6eac189346325 GIT binary patch literal 34118 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c649848cc7bcf920a1dc12ecb83755f3d14936d1 GIT binary patch literal 2709 zcmc&$O>7%Q6rTOHjoIq&WY)F&Hg2W_EN~NYqZHk~kQ$#2SOK7$6jO|U=UUznb zaO6rkqzM(MXbEWncF7V8Qd%m=X}O@J6@iH4 zEkfmWLY4bs;Fwm+Vp3f_eZw^^(>0l+Wo@oemNkoJF{c%5$}A`LJ04z0N}hD7SoWgx zhGiK`7W3o}%O#cxz7$ZkDKvI~*(8iWAS5kPAuUmnN;xqtQ<*7LVJam9aE7Whl2vJR zT~0@+%A#43wgKNpV{l4kv8+tnL2lnCcYxfnPwoV{bD!J=a@RgN4szU=yID6=n35CW zyJGO`z^SwcPV|%`$rE1UT~@wqIE>EQg_6P9HS<%mxcd70-2TL*P@RmgHXXaDWsH)s z6jsg68?I(L+7kL|U^TRxtn78@fdkV~itAxv^^9dWjwhkE>nWwmnY+S^3mK_dOWd$s zC^s}9o1`LChz?w^Dk4ZiD3!^!u#gma6coG-2=q;Mn3d&tk9a!}2S250+LMn{dAq<; z*&H{ViHwo5tbz`$op71sq5yo#GM7@NvYWSyXD6qoQ;zAfiIS1IY2=ubDw(B}ZWdj} zi-wh2fm`IHf=e@5f}5g)&2)8r_0(Z?oea&L7}E(LYvj@3(1!dlI`C*{VnhBRI@ka$ z$+VIK0b}<|@hUKz#BJFsWVv~(!O&XwoAyP*yFi%~JvnbUdA~eKfyY7T;1P{?1I3Wh zd`!rJxd;7vfvl0o@!mUE_7bDD#OQ8(tQsBTn2M*^Zl3YX{*Z87{m?H116?G`t>8h? zTou7>`7DP69vWc}M>kAJf|#4P%!}G3#tqlzo~r8>6nAm(_)IlA<0ttHvg0p83>=5m&xz?eKMBHt zWKM(P=w!eJ^WcL>ur<#->KxSbzfo%t%8^l{3-;)FMtx|lUp_W!a5?pSqh_}btM!@V zqDB|(K-8XEV1Rh^00y_F*M+kOfCtd{Q0QsSv7@@JIbH-PN4#DRUrP8^xGKV7+NbAT z_F|@E79H0pW|$A~Ue|){UM-X?R$u_dG{83L-^u5r@Dm~E`#9%M)lsP2M3WJ8ngW6l zH?TE&H?cQ7TN|Ez7(e&8cevUy{7by=4&Cb?ul0}L>)T6Ss3kA##^_N=7(7g-wif%O&{d7L?GhhhIm(2Cv~M1VFzo vPoi@{OWxqqpu?BQ83Iz51VQ*i6a=}U5~2GiGFBsFf2%{n#XkuU{{#O3wka{u literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e00f80d611779bc7cc6b63d2f7619dd1ec0d47a1 GIT binary patch literal 2580 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..137ed2361e2c6179acc5926c21d3dd3852aa72e5 GIT binary patch literal 8715 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3f87feecf0fac33f552ab1e4801cdfdbd9b2b4ab GIT binary patch literal 12059 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..215413a2e927e8760c6a175faacafe2d3619d7fd GIT binary patch literal 11105 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 T7d8+SwS5t2m){~NY<>O@2z*vL literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b93039aa9cc23de011207c9fc406f92e00570744 GIT binary patch literal 5923 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py new file mode 100644 index 0000000..e06947c --- /dev/null +++ b/llmlab/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 preceeding 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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/llmlab/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 += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..4a384a6 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +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._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@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()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..81342af --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +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. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> 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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..843cffc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,151 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: 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] = 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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..95982df --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + assert isinstance(record.args, tuple) + if getattr(record, "rich", False): + (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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..1ad3f61 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,783 @@ +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +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, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +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.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", + "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] + + +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 +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree( + dir: str, + ignore_errors: bool = False, + onexc: Optional[OnExc] = None, +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial( + # `[func, path, Union[ExcInfo, BaseException]] -> Any` is equivalent to + # `Union[([func, path, ExcInfo] -> Any), ([func, path, BaseException] -> Any)]`. + cast(Union[OnExc, OnErr], rmtree_errorhandler), + onexc=onexc, + ) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise + + +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 = io.DEFAULT_BUFFER_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 + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# 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)) + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/models.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..79580b0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + 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 + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..4eec5f3 --- /dev/null +++ b/llmlab/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 tenacity; 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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> 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 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, (0o777 & ~current_umask() | 0o111)) + + +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 after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + 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) + finally: + tar.close() + + +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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/llmlab/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..3551f8f --- /dev/null +++ b/llmlab/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, {str(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/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f79314610e258dbb0fd791591b10b105337f864 GIT binary patch literal 531 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..15f798f69fb5f253b24c77631858d90ea8abb6fa GIT binary patch literal 18992 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea1ef6cf200b70d475cdc5b6a0fd41d54005ab4d GIT binary patch literal 12484 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 KUr|2t9{&qiQLV@T literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c9316ec5fceb8c8882de601796134f49e9aa946 GIT binary patch literal 29010 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 YTLo9+FC=DdA30M_OX$8pE(7!b0qbZ;od5s; literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/llmlab/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: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command( + "checkout", "--lightweight", flag, 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/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8c242cf --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: 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.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/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c183d41 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/llmlab/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: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + 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/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..46ca279 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__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 = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: 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 + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: 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) + + @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 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/llmlab/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/llmlab/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..b1debe3 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..c1884ba --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,121 @@ +""" +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("colorama") + vendored("distlib") + vendored("distro") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("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") + vendored("tenacity") + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8cd640bba972d5e887f8b15fd7c914a2e799098 GIT binary patch literal 4693 zcmbW3TWlN06^3WY;Z>w$>*AXvdv)=JcD%GK%eN>_qDZlWIyPD$bxfxrR@@P}@{+rm z9opu`0u&%X<)VNcpnz?(KpG%G9mqia*vB?61=^PgS|jPkFKwRkCSM8^e(ISemzJgx z6?6e|&UfbDGqW>i&+OmR=_G>dZwvn_e$<7~cN~H%+Ay9z!3f<(8pF>7;(+Lfd$h0??nN+{v=$5IDb+bHa6;gu zz|H4v+@BKq(*m~(+#&ELfj0}>DR7s--2(RryhY%x0&f#|yTCgH?iILC;C_L33cO2T zS>OSI2L&Dycv#@w0`C!cufY2R&Ir6;-~$4`B=A9j6@jw?9};*(;KKrs3VcN1F@cW? zd`#fu0-q50q`)r=JTCAn0-qB2Re@g<_;rCNUT`g33uoSN9wjZ^Qu0?wMKh_a+wu%F zb3|2RicicteyvTA860})K; z3Zb?Rx5+cqEX!5PW|XL9CHXxsbQ#I(P^WFvs4|k*%a%#mxi<@qI_pW$8!6l&@ z8bYkIP6!Pn8kW#S@LomN!WYq1DHA>C#6CPUr+hdvNBN4v?nDeoCgZuJe9xCXlk}pH zgJqR@@qE6bmPtPECG(A)13OkU%xTrIy{KUpcpJ8Bwihd#S{2gEi&EP%bmqlu!c@kn z*Y=jb=TnrLG=sflUC0A_>3X6Q%^%0Z)2dB8Tq3Gw^Bt1mdVV2Wf?Uqd6sc+-ET~z- zDCZ4z`XD1V;{bNn(5JIjjg`#Gs4{XmYwL_0wA8|7wMgtNyc^lZ`;~>qsOT)8SFD;B z4+f`OVJv=D+c)8F9(~i@|8@89QupxZ@7{BkyHC!)y@ER;6Vju2=dF{!yZYPO{XL8O z{xt9~KK^VQ+LQUirOz%s*s-*G{MX@|Z8zF(y}cA4{HAB{>z>R~Pv+jxy$_aqMs6e* z@PhUz-tn98?Y2+a?o2Li8ulJ(CDJQh zU_G~ay4=|{A)_zl#KcSCFAqrY??m=1S4)PMDyW4Lfj5>>)9_*iLYY3Jd+~y4m{cvR zUQE+%2Fv3`xj{|XEd833fIp>dULm%#sc9-zYJk$&B6<`{rLZrF`ieqLaW*$irSa-J z-7j3WMG7zrs0m)wBG%Z*F)wXhF6Jq*%_=QGj-)I@Wjx6=9Yk@9nnmaYi;@qju&=h$ z6<7+nRv;GR)y3J|bOxL2Z2uou<1t2^J?nNUc~~EV6zWlj*Vn zEtQPI67SzoqEwgxuMLDdu(8&vnQ%(jw&ApRmR0L0uOAY&&CqOTu$96fmT9wAn&$Ro z*N+ou6q9NM4x7BD7g(!JYu>;!c8PLCEIZ zS|nT}Afq*BXoGNkr&?{jAByQ^Vpdz`ov(v3<|TQpG2m2#%7>|5C^;$q&zA!H#M$Ii zNiUWR_`wHKqu(%#MPA_A{Qj~^FIO!m?L$zc8cLfKc|JHvztd(lh??+i247rGd)=gJ zflR|eIPI-|Cohyd z`N_9_<{x?thd-mS;2d9_&#+N%^`E&TM@xR2EI?v3%@yjzGow@PT z`JX(FqDXq-eHZur1E&@)x_B#Zb1vStn%{Nt7S8W{e4aO#T)Z9HuhP3*Ec?c87w=iq zBfEIO?-_FOFz*RMkNCzh7a#YH zLoOcijT0_D=^H0q{IYK}#aS00@;xIiKD^dA<>FU;PjiS#7f*p_1xf9@o*^kB|C2xP z5f_j7y5@MzSO;CK_+7_cd}3{^qb@$?dzw=@?Bdb2nns+3_guUKdKP}};%?qH)~UJH tfn(tpF7D+5aY2Is%}wfe@lGxbR{DaAdpHNeix2VEm8lS<4?PAs`Cr^m?hpU~ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a57b31f7c5e22b7026b4402fe1a161869ef124b GIT binary patch literal 41270 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

eaf^trnz@fy=pOF?~z=*t1%D^Px1dNUj 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 SE5GwMEPQ?(n8mNKH~tHwkxH-t literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b799e757b937826598387fefaf2dca00bf6c5807 GIT binary patch literal 6465 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85a3347642cc2b421eb8b531c4957cf678d4fbf7 GIT binary patch literal 16168 zcmcJ0Yj7J^mR{riY7hVcf*=W!%{L*wB#PF9w#1RBhiOriMv`YD$~Fw4nHo5^)km=c~ZA!NXr^tI5oHiu!x}p*(syqIu%e zP}DNTQsWe>VYN}sjCNeB!MHA}8`qJyeq2x9hH(RV8^?|C)<;b<=5aHjHAF2l)^Y2M zZQM3PkJBX07`4w-j8~AjDe9PUjyq>u<1X^s9Ic#jkGnM#XXSms%L3&+;~tV{jaJQg z$Gs$Oi&oG0#z91&p@B!uc#VeAQk;HzKxs(v&DDJdZNX>U4>X49LHSo{$l6t!2DW0n zk*#DMALz#!Ep?t^ogYxF>ocuPKi)L23%C6mXO0s@q1XBtxdb$lEfkBz#gG_@$AmHXP0xmSfn!4=7Zei# zon*gu{qou1@T+HsFN}hxn#N+nw^crCZUvjI3#c*F@cK-5ixR`I}-_u z0j*@g_i!jY#Yt6HIp7RzPsiE$(?Cs3YzM+;ky8?rOq0YWO_>Dgg1mM?=w@9q> z4U87jS~`0%FQ9$g1LN{|0D^E~fJhe`A=FWn=E*&XEK?#$#9$gy_dZEV8Mp;aQgcuH z8uc&XJ#E-aM^T>@k`}Z{Evu=4U+~rz-nznDUw9kvJz=;?1&oP*bs2|7U_#96S4Ln= zq3anD2A}69xx36HbbE}6#F$gFvs{dg++|KP@d@V2xnbt;@nc7NtyTt}P5}mEhU;cR zbK(@vl=*IEHY84UGcYlD_%XqUCTF;q7+_972Gkdv<0GB$KS0Vq#twRn?SG6b^fC6) zV>1LWRdgVhWS9ww;VH>D$;anr1x$sqJhpO*EccAhlHMRs4p6w z2}VOVdqkL?_ygj7Fr)is=RwZc;od|2eK57Sp4m|NR%ntF`eq}ueL-k48|VANIK{&8 zn8?SYeT8?F<9lc4C5ze!z8

Lm4hYaF2RwrR>fJBlkxZ!#^6kcQ$WxW^De9-Vb5k zUisjS`)~Z{t$XM4bmih9pt+q6EzPgAuev@Cto~r_)Th_ijqC6H7fZ%=I-@`R1Q=3b z43r0(36JK<|AcUv;;3;As4y7sah-*d|5&>cEBvltbsreU^_+oqu=)@5$~+l2k`zNp ziivfyMoi5hPRbt$__ze_r{nx%nn z#k@A)lN@B}4$IvQ-JBRWg%c0f?L;WdF=Ct%IF5--DB6Y*rs8u^mLa3WGN6w@6s#btsIEn&Ct|Rol2lMlPio;;K^?*>(%sbvRt+VZfCYJ!azIts zPJl`eRAd8zR8@j`Dxe(;7#{x|%02!&2qN833-5#&?}8v;wNpX09ay>eN7w)8#@bv;|DiQs*PhaEn0@)$ z)hShF_A1DJEjBSX3;wyHzMp1Ha0L_AS zLARh^Ff168T3(yf2^C^t+EcI}CN&9A4hlUeL+w7wQ1`9*x};tJHMyWq8t!U%*qK?~ zv^vlrX5mRf{-jo^RUYc3e!&DPR-XWxq>h9p3>VBvGbmO=Vqh%J&yX#M=+oD)jN&8? z^BinfOo$Oe6C87kny1~A_fSza}$#V8?n42ZLr~#>YNk1Kr!~zyc7mf;i9Y`k`WmPR%R8=kM zQB_L@qN*jcqN*iZVOvL4Em>I(GcYdToF$W~bVAMX(HOM1%!DfB3_&U30|-Dz8mS{g z>%xD2D{Jmgc^7NaXI9!)eP24N9$w$7tjqY%{oI}PkLD^bX6TFCuIgp~lK;mIDP!JK zzkF%wQqI$svV7%m=iT1anH@7#?SJGwx}y8U{IPkpb)wkA_tvZpiZaZo+=9=ecC(bc4J8>O>s-ULT`3VVyC#lX<7-0<z3WWPx(WpZ)CTvcZAayU%u+bM=2pgWaGhXMwPW7o;0mlVUU~?*(0if~8b;$+2c- z`JAENoQ7p$NE*s5HATA$nh!ldfl6b~!&+FYTB9*(WNl~%d>gL?lLf4yqzUQXfSy}0 zFIbXhP%ak1z=G~hnqGmNq#5cQvw)$UGy_-beq5FIDCIwl>Vel)s)Z8KbRkbG#e?ZC z5{Cp6rf~%KJS?45ds0JPr#@V~L*3O~r|xKgQ-wkdoa!`G(!zW9;bz~%?XN`KZ^#2Y zTKAQvB56vRrz@2*#rJ2pMBpJZ{z{QC;267h4z{^-0s5I~CUmz4%&3F~Bd`HQxo4J{ zNUUdq=Y*+e=2#qTGT3fNOc3Kdm!Kg{(SV-t>o|m<9FvvND^kD2Wm$t?4+`ug5{R5lO@ve*a(k4%582C)Ni8aVniUuG6*-v5iP!} zzCGl}Mq;ED%)aEnyqm#>GdDSi2dt6~%pgfO$%&Fd0EY};A|IKR%on)%vpgT?C1W%` zISKmSz;ZX|CMD}gjOFgiS=Jw*d~zK2{a9#*3kCyLz7v`(nWnf9%khHbBn=L#O%x<+ zI2=@RjXWoU+!76GDv4wOBUlt9OEEZzQkH+44et51g> znm?*|SdsH}rbc%3dV5WtIk;AnWnNygFX|Tm#c!;Xr~2VkzO{4FxHzA6Hc5`k9j)Ev z{j#%b_3T>Hr?38G?9;Ja_ba*16N~54#~*pxc3PnJos*Q)o3j7kr#+O%{|%+J*K9ex z%k&bRslV{^>l@A=e(Ch>7$EuoJ*}jC&EHT4SM8V8ja$BkkLZVV-anT2w>>rJYHI)S zskxBv-SX5fk1mboeXr+zO?h7(QvM&4zRJ6!Gq}9ZgagpuKdUwm)7qbP`-cx{|C(+b z?lt^%j|Rg-O=l^?fA<719MV8o-qK@XxX|ndegE8pj%vZ7rKWNH?RmS#owE7BmVj=&K5@yathCX1h-E^GUj&+$ z;2PcNA;B`9<73QNJVrdJh}a>Z*TjTwha%t_N4Z{=%UHrU2G%O7YX%&59&A#DC~=4^ z*FrM*AO$Cdz&*?au;SS6LT&_AD#r$F=&?s-Cj~$`iobxtCL%v6qG0NuPf{8S{=#xj@%#F_W4sI+penR#-+whS9{jgzH(>Hx;~O~odY}A=1QGJ zrepWVGIe7c^rgI`DrJA(TvR=-9f-YX9ja@vu)RYI)u;T*Rp#D;R@5t`<;*V@R=Bd3 zV4hOt)+p3~W4`B6YXGw~sk=>q(ev#!>6H?&(haPUlxaxnSR)#7tmzhPcKh;B4OHX- z(v~sRiuOOOZ@r+IH;Ae(Nb1Y2cSSByHK?F9HLPX9@a-*18kCaIb6`}8suqBHzOBc= zAm;U~HEF!9;a_8ItgAWx~OUIp22{h)7XuBo}$JBlk(d~M@65pXGL^F$uo`6 z-JVA={})Um0&C<^jB!Ou^swbwD>f=L(~J@;zLRFa&ns$Gv|zy^wkWx*3Cvte0(w%J zp$pc1TH#2lZpRB}vr(1N#+nxBq;0xQsj>KGi&XZc{r#GxeSzMmZfBBKAndUa3c^4xdfuBTA;kbp7T?%F@Brwg2KiJ$|Ff?w?&xQmzCpyQUfI_lY zcBouQ@bH4*;x#kC=HTAaiSNtJMTyAf&N8zcKyfj!W55KG-4%$)h7r?AY!oC$7n2Fa zSOy_jXaxGC#Ha~Kdg6ZSF(c7=d5)hfVXkl*1Y1hx0j3tAY*IbSf*jA0@;J7M`r$dA zN9mwV%uP7P0z5lLSb?hk?i} zT_7MVyI#byU{#f}=1-!G9jDl7a7sb6aEY+87>bKeSodEer$>d}jleihp!hJz^86{& za|u&hggJ>#9l*kSI*UOb1Wjm`&l{nev3uc+NgjxRo4|pO-OUF*pYS zz@G#=m+CH`y>ju?*x9jb!7FFaj9fW8d@XqO+No==Up;%3NBD-As*;iAq8#83dhBx^ zcR9%%23RA;hQR5@#K{>+2gAUlQ5$d()0BT3%M-Iy8xBi)9CRQOCW$bT4xk0eie-c1 z+$@}QOdwlZp;vKQOC~H5gtC>S>u}_Q%E(KIvLF>dMas#e8bp2)f-PXwLT?j9QCa=! zTQ+_xAyrM z*!R>+(T(}Al!0PKX~u{d+Ee#^Xj4W z@8ul5DgBnWCf$_2x-#%^Jm>99+0-5!Si7}hKD|Rz?&{6T1KG+0t4DK{hf^l#gNDY8 zxfb5;+U2gLu5=_<*_krsZIu~YL%yjqLpP|>oy>gi$`|xipslD*cVz8NTi)iCqpQcW zEidJ~M^fkW4sXWMyw%YDQT$Vaat(v)*Rl<#7HwN?ovW_Z3%Ryq8E3PK zI-Jg&`2oNV;0U>^mfM%w(>1xuma+omohLFw-+!vp+AGj)s$M>~bS@1ur2~8?n5t%C!qp5oyY z97Umm*z+hG`2t)fN$SC9Gbib9r=I2p+8i$KEu?PXdjkKYI;! z9{b2d4?6EX7x6eeVULCY9-WD^k%HkM}hr_y4rhm=myM=h1(eMSSYFxK9Ap(A#ws1B)kE2+@tai_pTM3_xe({ zuWXL3gTtSn`J2(7j^+-2KXrZ^7GibQ!Q}gntlj?fy+vF4Qr6kM?Pyr($T|Y~!-MNX z*~1qWZ5e-G)_HK-Q41?V9#|C>g4(dHWMJPQSX9ZWV|f%v9YV$K<*$PURt7IB=kek} z@-)`C=b2Wqr(y;iNWeWK#X3wH{!**N(NcWB{spy`^-2LfDo6+(mTq46g0kgKHh)Kn zi#XM8iQ(3eK2b!Et|GWkj7dafcG-hPA~INThKBptSir>N1@k7VXIrcyY9|8Pvm{AJ0{9r_mt9u`m2DQ zE8}QXcaoN@vt?yuRs6y^0GpJP*`KE;=RB$K{4Mg7=R4v&%7bG}=KC3lfg;0;32-wF zW`sgf@&>F?TW)SA4S*gr@8bvI*?XCF0mua^Q+Qx5YDE>71!^4DJ&&p$jezu^PunG` zGaUSWa&bwe0iV6#_p7K&Im{(#V&O=$#P2r)B5MHDK=*z>U_)3-FYqSVP&qtS!65j$ z64a$YugD@+D-B7iSnMshF2QT&;rd8fyyV-FF3Sr_6|n*0^z)_hjz1(c+q$$s_Ep~;fg=`ypQtyNmL;7B^&?@u~d1HrO- z_GzDbcNqHG0dtF*eqkH;_BZP$b20{+l*}=HYFB%opLhO$+PnkZt=)H)`KNo7Q7yh< zeiU?q^8Vds)Vvn|0`-ZoRq>!tDHoyD^L|7#3XU|~e^v>vO#x^DSk~MOxmv4GFjo}R zDSmSrE)x`up@i=$K_(cy)d$D^p00aamB8b?t3b3w4K#O_+hnN(n678?g zf|aGhD$1Sg0suo08bsyJ@!x~Kxt3^9W!QtoksBG!iTW$@&FH;QT_O9Rf_@Ruuvn{n zNC-FF;9@P{UkL8WB_z!ONq;-U&-24jKe8`KR$BcJAb*fK&`i7?Vi88Dxk@TgO`tfr zvlLti@17^ja2*uA3?Tux#KTi42MgCQpnih95wi{xpGW?P%|rmkM2AxJW?xuF?g~gK zf`A2Z4REQ0iGfl=xc^)*FAH7NtNw-odv`&REKtp(&g3H)T)+U&J7siW$_UpyV8-&Zm_l$YxVi(kPQj+1Jj&9ixEG<#??V{XXX+z*EC4`rHA7<=EPMQUjUoj{q;+)=4sC+?a$KwCpzsBa^u4c;6SFTEo*Drs%gu# zgFl&VKbfl;O1+kM*Js>;3>|=Q%U!oTv^2CbxO#K-ot2Y0cmMq}+inkBGOPe&KSTTT zPA1bjkaZ4Vr0G!B*}v%=%sK}*oUd#--5F17rtPJy=Sa?Z^uHZm7ys+=N6s_bbR`_) zZn^?lS75c{Cw-sxg!#o1cf~O{Bh7)E2q~)vY zQm?Ae$MFq%5Ocg)TjTDWV;l7GFKzC$9*>;ys>;gzhOY>+0q!#TJZ1s~;KDle0`16D zHg8t8XDi!RZm;sW%KogaU#%5+BOO37&P`k0BU{~yF>_!r%M9l0{BVKB(YWbo$vVL2 z*>Lo3)wX9kj;>p>9j9}(!;7Z8yEfx)-)ialWa#6ewWI6(>!;RU&b17E-kNPWw>bKB zT|+v#I-aXLmKy!KaGqY*zxK*n@8{-B&BzA*nkq)`2Hl5kxOD$gdIXNm&Fih7(_hdR z0RyaXE&A|CJ!fy)X!~B){ynwOOB?i&-Gy4dpictcS>ef418UasyG@+bnQgCcd17fI zeLd&xP(U^i#`PEPsvz3A4d?lMWBVdqa30})Yu;0r_xJ%+&3l;N+KjHs9S;RJVjFt1 zuHL*GdhU_CcdOw*rt9VPk!;twT*LXr^ZDwAO!a}Sj=oRc`}n=JJL~-CnzeUx9mAiq z*^bv9(%T(fY5HsBvd`G2@AWKP`SEwc;;5;8s>2IERtjz|z|C565vVcmW8g{xxS1dT zWY$ogK5$Pf`*u30icZ<#EI4?u_DcYk1gzkHhD!zrW|TU(q*8Qkluex+#luyDt8hJh zQUflne!3I@D$tj`e4s5$Sq7|8T*5Qd1LFfz81A`-wQqtmMsAZD;Uc)P+;st^6mh4) zy-k{ato_ihr^31g(}L>QfrF$?>Vx2}%MY~IrNoPGFuwplEV|ZsDIg4A9LT)xz?U+K z$CqMEh&g<4fVqPoW<{e6T%>^%fb?KX67jp8!i7FSWSuY1s*!A%wTPlav+T@20v)xyN)DSVZI7daX3Hpk;7MmRBnD?!YiDfpD= z4%Yz%;gc?qEXE+Ji6?FW(Bixx3-$91BT>Zj&^(B+YFB0lwXP zomZ|-hK`CH676UAJ~*maGv#WJr5s;58n)ea zsY_6{z9&=H19u#^&DERc#;mz<)7+jlw}VQqZ{e)5!l`~#$0W%GG-ACVTo;cLlrP~b zezK>Kpt7NM43(MX`1i32si0 z1!x(`MBz(>_yB+6{cmErJ)>{V!&hud&!8EWuomSfB1?Ka9DuvMZ(}LalHE-Bk1&H6 zfq#lI><@kg0zg#X#`vBxBp*cxIQUEOlB~fX95>9tH%LK=4hG+u3q|D%#gZu)WaHsr zkVp3#PBYu)Y6gnGx^T$eBa?6o7Hexv+ZcyF<=Cyr?+;;M51us)V^aOQ7cv5^Mp|D z_$Z_68?DPw`$Pw^9gOX?lQfN?sgQ;-TI~I&tDM#Io4P!J_-9+fYgtAsVabVgR4e~+p&ub0d zZ5Oj+zzA@H@+J~BBLfSGqWCf;Fas8Ll6pnoX#o4KeMg7y{*&arZK--{fZuXIViy)x z3RxWT)NUXL&+5V;tD_ja8EEGJJ(R=Io|uChqcGaM4ibp3BAM{6IqU+G7Tkd-(%HBf zxb)dOCr02aBR!@V;UYMY@VIgFxEu4hy-AJmd1Y_m^U7YuC+>xHFc-#Z1mYV>4W(2> zDWk&+A7S>AALN@k`KD;|3n`U5sT}!`j;FD9PbsxhJDKv5yEF?fs=_y-hvl`0NV8;t zjdYaUuqVraICGLI9G{tmOQyUJ+lS5<`3g&(wf_NsB6dlfp=ah-dg<5H(Ep|`{E|BUmCpG~ zeZ#Ny1HaTC{I&krwxu>zy=ke7&-6`uX!KPk$Rtmwy)*OC*Pwj|b#8`P*BL$IaTam@sg(85fE^^!XjS6c3} zvrEeqWW*?pLP`_J0t!&cB|?D$aos~sJ@pcxr}SdgDx@qN)NOjnO^sZ%@Tu?3l9VOT zD9}q+(EPsn=FR)wyf^$~A`vCiUr3$@4S=B8X*0jQ?rYnZ! z+KR@Za+N}XvSCF7gt;QM6t}3kN&$9N3`fbEwnIT45D|;sr1^?VVXJ&yJs5Y3u!eH5 zyluJEavjAk_&7fLXq3;60fOeb%*X+T18P&H%xCRa1%y=S93SqXpxp;=s8bt_?T`ZmZ?< zh7LNzd8&$2)O33eY_Y3nb91WbnyaBv92d~hh+qe|;ZMH870WeDG#7{=McNI`;I1^P zC}WOd+SWARTyyw&_pWvn-C)3;&8oOwH=Nm#oQC#4?${;j8YMWj;T{8M4gv-MQ4q<` zQhnt5b+=S5IM=T$wx#^guqroG!@kO#x*VFuv^CwgHi9cg0gVV491bkxI2EuP>|Hdb zi=gs^%@l|G8q(qG%vV;N3OCrCZ5?wJ#6~s2abR?qqk*1ye)xx3Fcs3vL8=a%y1p;C zQNBorkrkMSt(~G>F?C#G*}hVg6>L`0tUREU%39tX<>Ps{3e69r3-pDZi_oYMS7^-W zf-e46YQ%>HqBdt11nAY{1|bU~^qPoOl9Ds?63d;Of(Q`QsYzX$k{NE}^{OpyrmBLY zdp)hE3T1Dg^-SXuK^&4DY8E^ZWW$Y72NiM`6r_46fNJu@3jFutr zsj6WauBy%-YH`TX#_SQ$%Tb`XO`Zfv_wi2ypXnP1f3PTj5Z&tPhAOhvH@GN&nA`yw zl5biWI!&g|LZ?O+$V`(Fl=VMdxL+T=CAv*kfFq&7#1>m%2pRP{J6AB5sI+3p~19h-^4^~B(V zp>q!tuPus?lHGUN>gk6`GQ2PIxX}u(4*hz9lROt?{Zt0}re_0S=D_=4SKS#v0}wXUt|^ z&`%60ksFx32!amkt|-1`+rU>GwNO@lx%t7?#(h@iG-BZM0PHKukpo+uFVxPgoT;5% zIlFfHLFcgt@niq~d-BC^i4ZyPWxRb`g8J!pFaVPMhd(*<(V5Nulk5E_7bmtldl#=Z zMYljSOxh1_$57ruO@H=6ANe@)vh-`=W$8CBjEUrPF*4RBeV!1Y+(TOkqEbQH%0Fj4?!NDXfY!VO0&ydaX*bqr&G1K9 zqvzMp!B6a!!rrcaZWCt)-C*AbLA8D{n^zSAYOBi(m$rTp@L308wu$r{t?-)e`x;sa zgokE^#^!en!!sms$XlrhOX4V=$&+1bnix{)tQYk&+zo@yd2*?wmAxQFJB@Zh1Z?j70*c#YE0$b7|Ni-{Wasky z(){v!OYcEwSR4CO@}jki?>9@P98XU8Bn2+s_H(HH(0h0A3xhG^&K^~tx8DF$M?}0f6dCwbc zoo$~DHY^3W_v-0E(n_u;-BYsFfdeAt~@ zl)sE6eTLpxdSf$wXgz*tb!sC%2wt%n8(5DGY{V1@Ov_i6u6%Iyak6tU=BJEjqezpb zFJO=VnI(u9Jko>~L|x=9U~UrA&;Nl219LV6B5Zqd&bG~ZhrNokCvjG0-+^jA3cus(puTv3?^mDp zB$)Og&)}jczVGlQ1TUnhs+MfMVq!b4sy~I-e0?UQs=A$5Rn~>O^w3hBZ00b-LXIyzX}{L6-Px26|fd4%8-6`6bdhlKb$a(`)~4~TP?$HJcbFEn~z}# z@?u5TEsy3+1AgB5^l(kjqZGc-xb{!OXMIb஫<|+rDdhoswgnx#KF!VKveMOG_ ag{0R>`ma*^SMu?H1r0&y`j%kHk^TeoaQ9*W literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ae06df5e7df90651a6d81a318dc1e481c735795f GIT binary patch literal 6695 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8e08d7d6bb38e00e61ef11bbb1d3a0f59ced942 GIT binary patch literal 1675 zcmaJ>&2QsG6rYJ5$8q9(HFUde+0C|v#Xw_V3zQX$SVFZQ6%kVRf-4lc&TJbP+hN85 z8o5%CkXWR>x8g4Vl@osk+)xk3Qltg6LfkBMx%9-0le7s?Cd&Bt-uum)H}AcfpHx)= zZ2b7(x9zW!0Q}B{(GUgz9{<3=K4^j_#K49Igd8Vu!WIm{77a0$1)Q`cLyED8Q?_i# z5FmkEV%#K7+lryYHi_9XMkdB7oV8U$jj@b#cHYRxIE@Q-(I`TYp7=Ghlk$H_O|_Z% zGHH}{6)pECKY#|qjOjS8XL>Eyp;{tT?|tz8TBCM*t+sxrek)XJF2=~>R>qyGnbr=f zxsFF%e6wk`Jw%u~{cg+hViOZ&fQQcZ$E0Xv$d50^@j{i`Z=()rQLkmO1 zmJUUVn1f{OfaJJ6&!+;PikzvMgJKP~A|KNM% zY;G-ktfpLGSjVj`y}ip~bgorjenqD(4=uM%>tk~pQN7)2>y1y5({za*M>IUC{uwdb zZA7Z=-7s4lYb0`!1yE*xy2+*G zTb}6Zk%`x#JMZnb(dPK!S^Ym8QKmVi@-NEpqMg!s^}5q%7ju((r#?c7Ag@ClGRH{T zRH!r>_d8618V$mqtWaX^Th2BSnLv2ohZR<^>abwd@q$%{4Kir9OXt$!HE~;pnK2UK zcb4$x3Kz%JlUtnK0>aBtQuNk^x-&1HAYcyxj*YzY2xExb#?D?TfX(c(X6wh!k*nF_@VTmYxfq zeLi^gjo`KG!AmPq@d7La%4{UC@1x9Ilw{vX0;TCF#gPn(3sIUQ1r(N|3`bdT;aa3} almq3JD9=#=%v57vQ3*)XPo|hI4*YL35ziw4 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..2c84208 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..3e83e30 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[attr-defined] + response._fp, # type: ignore[attr-defined] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length # type: ignore[attr-defined] + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[attr-defined] + + response._update_chunk_length = types.MethodType( # type: ignore[attr-defined] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..3293b00 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb3e1ed58223d5803ea43d8f81dcb6e76ce4d2e5 GIT binary patch literal 436 zcmah`y-ve081$E<6e2ny-hqG`3s_NyA~7<+g0fg{?50+oII;~=MmFAnosCzaZxD&4 zOl(LUkUC+v*d!AA%HpD}_Pctyi`Jh<;_zpO9u>VO#l literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fa5289b1474de22bbcf7bd58dcaa00138f74154c GIT binary patch literal 7711 zcma)BYiu0Xb-wf3on7vWFOhmtLs3+;iAma$RoJQ=N2DZMm9k7EC63lf2g98qcd30a zcZMQ&y9@|JD9Ba~DdeFQVnBj_1X6^+{n?;EQK^55_Kz6K2tAcir*YBd-`Zp$f%(&O z?(EF&Qnc(L_RN`c&%HDE+;hHj?&ZIS!$AVqzb*XN#Q$~>@&|lyFQ3D3>;DSO4WbjB z%aRbh@U42_s+er$$s0ruUL|_VJ>L1EWE+!(Ko&OIjNm=7 zCU0l*2*{%#Z}H?EdYc}Du{w)+FAbVE1tR-Cu_GoyC+ z;-zn$Qb*oAHFEY$;tdc6hBea|(Nbx{?z~`3X;ia};euZD#4tpZwT~3?7A<761_hC< zgPxVi8Ni27_jD#}oGYX*r)ra7pDqCv2;tU$%b}?)CPXsXs8y5B@nyb2qc(Z33os3> zwMA@fE%^y4!D7$xR=}0ld+3~NX4>BL9_A>nzH@)hDE#M)5^5d+pPW$w#Dcjy*JQ-y z>i06aS8L}QHQVYME>|XHzRcYNd*U@GG>r`N-g=bfiZJtyf%3*uhaXF?xFR+_}-WYcmCcH>#fc-pD!IpVmyxvM3G1Ybe^r_E95OxMG0rg;SIk zs4W(zjJ)j|*V$c4WecVe7j1bQ+%2!=3|kt{6?D91wF%Sa$8{4OM}ccIHasRrm_t*UsUh`> zk=F}!D1{-Cazem)Fo*CXRMs#!RkYhw(@0HIL&Z;3XDAFs_rbT|(wP4UWS)EyiY%R7 zJUf4?8X{8g+WDpAV)EVnx8gVBE8)Hsv2Xs=hD_w>HM)HKkzZMp!#{1ivG@Ak6}e|Y z+VD9o#~%56oR;0!cdy8M7Nn{yO5w+Ha4E1DSU&Vf-o4RAf}y3Z#jfS<%F)~XtARuF z!&TlVMIJ|6mx_zUN?YaPYIOfYdH>UmP7-SWjPO$U_j0Hz!TnFwZb6EC0>jCR@^ag? z5WH;D?1AsUf4p<}b@CwIIT9fcUJs142>%k~kVd*k4hkvI@UEJZa_d(?bb}Zq$>{`e zl}m!#I)8f5<(lt$i!NN1lAk ztPC1Kz(>T|7Q{z8sv<@)DEnq+Hj^(MzL3_ap(~l(RMyA=Ml#S;#tT##D_Cj8Q&+BN zG^6D$b1;!=1RnG>25-M)vkZ{3G%xEM|&YN>mRmkqit-vB*x0?0h6#=?PvYtfw#qrD%+20q@~ zzZ|UYAiMe&#A}hYt{%9B*18qAh25uJ2NuM?i$2}hOJch}BXZ#26EPv>B_WWam6+e^z(88|+O|u}Wish` z6sXrOH!APd`c8Vj=xPw+>RcdqxdebV;(Zzb*Y=rd?eO83ZJ&`(A$SMU#;l$J#I?XJ zxmgp(RG4AuVPH!;w%XL`_XB7%6(9ht(H%=aTKrK(yOq9~{>9{KH2%Bjk(KC?)#%ZO z^3iqBA=?)w??THB0(10ifV$2F$+jkik^<~ilVWwq?efxgnV;ZF&@?C1BX81+X}1@Y zJYFoLYDCZa|KKT+zCJ!S^`U zvHac2aOK;}$<>&0`}FNsR$^aUkT9jpEY2*I7t58Cw-PrK52Hu!eCM~(BM;>x^eBwf zWOuX+^SnF2d>Ok#k<(~-uZTMe_AU$0^UM^k6a2X)5C_)mBQFt?o8hte;oz_6l|PoZ zVs3F%Bpzn+37e;5VBfF9SJN&awnz<4w_6cH69wyZVLGof1acQaxNH>ZpQ9!}p5AKx z3B!8U`XEe$zWHq+^JFdBzBIcyTM_HU=>+fpCjq$o zJfl+JM5}N=#sN)SbZ@^j&;KU!G8mamFL4_eTOmGXfzlEukB#54l7`&Z9t*!u+WaB@s_L1 z=?rjOa5@T(Y(-rqEH@^-O5c?N7}s`OwZLhwx40ZEPYv#1lgi_t+vnNmA`j(=2VHK+ zT)X6k%+^4=*6Z#wwge#W$m2q(UJ6{$#*J)IVHGs1J7BM=VI6`s$V3JTas{DpFzDvs zk~E09JP{8%$SCKu%Lb%*lfDX*voYf%COYXH_cl&WNB3ZP-j>+AYO(8d67i+}8!8o_wq z_e28CDyl!-@RL{<#(V3Bp%}({>*kXnsIZ=!b;V5+@%WwBhQs83d)M$G;r>_KhWAMK zkITS62nU9D3J{bmtv5eC()lEYx2ok)g(xQjdjJQO0+7i z=ur-`_*LD=8kSM&dL~Ue4Sx;lCi+JcSXZvBMEe&+gzxg-l&icD?tBa@7q}j%9QawZ zDv{Wpr-08L{Rq{aAI3Uhy~3TFCdTi3ov)JL05l8tMGk0OJe`?`h|K&mkVHJhlDsWI z`ezlYEshlmS;v2c3>?j{V)eT)4)gBPPOCU&yxn*-^8=-8c%4)gMl4*;VTWL+0)>4JGH^j>b(Z5kSP0RxNHFN>1t50`%NR~^+KW;ouffm!C6KG+L-BYu zNOtzDb@!}w?Ol8Eie zdMGUI+vxF0oz4{S!&C6{u3B_*>)jw~-n8qY&cjApEDCYS4q(;8_R*yj!{Ccl(=&MB zsAcPW#AC3D){9EUR7}{4;Wj(3biksSKQlJby7Y#jKqdE92l0FDS6c)2U2;f{it0XqRj24d(}Noc6rM z9E0h7aUyZbo;iNYp1>%sHv6dI0mT&K>h!uUcz3*YD@9E>HvZY!_ zC-`~Ge)3*mQ1~@BC~Tj85gxy^)!?LQ+p1h>uF4@)=w%p}z5%2uS3wu`{D@vn=W6Xvl+g zl{_jp=RrCFvbcX+kjbKY0m*i7lfecgH{oYuHC%(6^`InmuSa-E*^qgu&jB7(Y+45l z3HWjA31GhX?C4$%p5dQ6+;+S5`lbWUI=IsJ&$G&eRr&}jaBK+2?yTHb#^Aq9x>Crq z#_yazHyCu1Pa0B;UVtJ5Q;Lx{;RwFo-9xhzD($N+dmoBUwt!{b1?tYq??#RlY?wAm0nZ0O%k;ExgUQlELvgkPOPld&DB_^B zq4=TnMI@M|Y}qnqtr@CKIj5mMr~?6%Dc0E3hYCG#$~sv4zs4Y&aP9vZ&I83AFvSwv z?)!XA@1KFprWE&r^Z=3;By4NdiyUSy=5EYjTXNr~eB3F}zE1xN^w3vKOq);?bKL*Q zgzNhQiTno%d_;EtCpqvxzI2f4_T^V}%Mb$&{aZs@$9>sgN8 c-nl`5+30BJ`YNLj2ZlEYa2qf9I47O{KNG~ulBueUokNyq%LQ@->2_&fT!MEZmp80)jLLuZ2oU|Iuu?dY&fX)+}*n&ffLQW8HEIMLQ%!x%QC-J%D$VDZm z@UiTu#aJ#T5UMa0coj!0#&dCjh-8S^>NK%qG`1k|>q)MyqNU=0;Up!5TP)Z00xKwZ zuAdS^&9(v>6pA#|kXAjH0#o9{kKR9H4xT+T`0j9a2o~b+SUw%J^5eLxd_e7jpO0>j zXj7EX$ijS{P?8gDk`rys7N+H#WXEk0dO1$)wm4b;*;{OR8qBhFTLBK$PJsGyE(U!J zdaWX*wuWt7AQzt(*NMe3NERB~xzw6aBj(fX3b`$0L0dWRxh_~L`_vg_3E21XoMAk1 zGvi*7W=6-D<@e{UjN=qd#~SGms2|`2#u=wDk||Y!anF4%eeBhYUkGS_$;w~0#;Bhu z6-pWN3UzIdW%39PhzgkJL=!*55GRxGq)U}hGtGiq2u!ouxn@whwYUv6ivyV=D_y-a z@)z+2Ovna<5oT`i01W0yjZ7fRrZ&-Z#`@)&upmV93xw$~N{JkbP#UAbZINw-rBJ#| zD@|-zJ1nqHAl0qwbOq)vSo3!P0X5q@=PI+6xyjkd`h}(TzB^hULo2d*8EC7;V8C_$ z3N!$nC4cXW=v@;Rnl2Yeg#^uJs>O`bseHZ`04@DyDld2CmX3f* z)60m;i%0_fHk?g~m?UaYEx4mzN^eGmPlK?n;1^s!u-rUl=+IDdy{ilz5K84B&rr=U z#%Rg0@-$T72)!0c1vdy20aO^r^f4c7Kc({UVrXKhT(O)o4P*3Lslcco#^6p9ZVMHg zI)UY*PYvFp5bTBdh7bfXDA=C^GDRM$q@!m=@0c5&9iBTkd#--4US8Id_Yytz*sb1Q z6Nm40@0)jSIJXAAJNfO&rS79MLo4mwbJu6D-)T>-?CSd_^L6IOu6kx^*Bf8PR=RfA z#}>PiGiO>io}WEmAH3Ch^Wxp)z+!S>DS2Y4@2#IMF6)C2nld@Z&7SX*%lc6s{LjzV z6QJ$?%UAU8hKyAKD1e&rM2sp~1XU8D+O{rRBSu{Ikr@(J)92!|@w-~@qSjmQT-NqR zDmP05@DPHY=IMG31}~y=D@0F|OM4;wp%y>4I6X~Z6c)9$;v|sI_sgUrq{Qm*S?ZK1 zGe$jTU$RTJ@pIAdf!6{Hl9TmjpfK9#PgArZ*zG@*{8mN?-b3W%0|ia9I*F@;d+Kksci%v zfZ&0JX#E;vI(r-5be>*5I?>>ffW`ptCSzbF4JhY6fmc!KrZ`h7yqGt>P!xc>^{df3 zh9tjnON%(-_9v%dl=lu0{{C zSCAY=f(1Ov7kmsD5l7#vVc0*HC5Uz$0B$5|IqNIh)#o+K!e1P0*HM&E~Z 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, + 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 filelock + """ + ) + 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/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..586b9f9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,494 @@ +# 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. + """ + 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() # type: ignore[no-untyped-call] + 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/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..2514390 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..b9d72ca --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[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/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..f9e967c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,206 @@ +# 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[attr-defined] + 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()}, # type: ignore[no-untyped-call] + "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 + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + verstr = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, f"_loads_v{verstr}")(request, data, body_file) # type: ignore[no-any-return] + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return None + + 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_v0( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return None + + def _loads_v1( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v1" pickled cache format. This is no longer supported + # for security reasons, so we treat it as a miss. + return None + + def _loads_v2( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v2" compressed base64 cache format. + # This has been removed due to age and poor size/performance + # characteristics, so we treat it as a miss. + return None + + def _loads_v3( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return None + + 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/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..8ce89ce --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.07.22" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33903929f71c378d7d8f36edc0fb9b4ced84b550 GIT binary patch literal 319 zcmYjMyH3L}6t(l9B~jTB5(_Y9NLlK;jJNo^zkN&yz`jES~N^$_pDm2lEH#SF8`MctjLYEKrRzTsxVA5p}3r zI+;to%kHeq$mz$0Yz%9R?)_!O6jQFvE6>tRkWSNCGCfJs^gQx=uaN)C{Rkiz z0-z58u9?zYHUKNMwxehRq>?owi&Et}E^;D74I-b%hG{bxtBK%q(srhj%`7=iiROmI zZC+gFCDWwkEwO7GDitZ1GJL@a0B^VfNZM{QKCLCa66{Qc_TKP}-m~=WVvOI=(R;Z2 SuzU#)Zbz>>`*)$*wzVHz?N@mK literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d947188341a9ffbbb07884e85d8f9a93c969ac77 GIT binary patch literal 646 zcmZut&ubJh6i(*%3~no3gvHY$h^{yrwAWS;JQt6$myk}<*;(fonXIzKLlMMEFW&S| zP}aXhFD|WYjhCti@h0@vizeHd?!`dzzW06ay?n{1Rx1E%ecb;M|5fp)PMT%c;Pgm= zH-G{PQ!vocNMU9SjLaOE5Ey`gk=HaW$dzM>rXY8y@E6rO7kOkk~<|I>QzZ(X?6Go%+4xnQ}dr2TZrINLSCXg3JM z3p%Jo!5J2O%z98dBoaxH_X6n=9+!kyOt#CU?Bgdarv>jvjEiI^;reY{o0cp0c|6Y4 z6%Tbam(HS#%S(h(tcEN!87x?xSJGOXcFB`mya%V+>KR7EB4cPL=A;TEg3>g@DcKGM ztAtJzMrpE*%83{j`Fj7(T~sB4g(Zm|lbBUVnMAcoRGUN?XC%on?w6A@ZzC({IA!7(25q@uf_$P`>i4-N7iOEWKV>%{jJ8By@Z5qWjH=RQLIg&nW;w1oYul#rW5BL$*SjVsXt)%XIZ z)1uE?+TogT{VhV+Fsu|yLRl<`WnaNZiN+~@_y;tf9-QMe{|7=L)RF@r_f)R`7k$CD zz7XgO7kbN)LgXoZJze_3uD*+|tx`d9d9)A(-dpM`_ZRvp(fjpi@%tUCJqc|ahE5?4 zD}q|2)f)(sAkl_2Nsnt$eL(AjIh@D4gtXWPVjh)6BR*EB^%eO?nmz&-na0CJPq-Z)u%#l~^B*|^GW8odKx!dCP* zc{kNKZ`R|AV0$nmcEDR(?DeD$zta-iJG*R|A=~`aL9A+2bMm`-MKf8hb@hW#$8#CK z6P7QIU%Yg6R-PW8z0A;Rh8TAOMboHM6??(y@m5@%{guO8Hgkfq41U&`EN_#2G~(db z`31AA=jY~`Vr5k&Un-U5lJZU#yli6!cU`s$pzXC!kkUQ!^^_ z8Q%3h!&o~(rYo9k>o;r$Ws0~4vlz|$dC~7=bR6kVKIj_KOP;myE%r zbsk6;N`^>sv^M(UU(VEzO?)R@wA1}KC_Ib{jdSDMLd6VW30SgCT|Yi)9EQq`*Xtnc zBl<92L$%@Dz3^X`?n_r{fh*0(P)B^D0@ZG%$Fy?O5SK~gy6*T}sp15fZkdY=vKh;^ z4nWeU!4TG4#ZrE;s&~0)jXrB95xx3U0-Vez8!m4l-jJ?$=r@^DB5pM@2Gh~#U zBNkoaD0!1m_$`wg{F`KnX1FOf1m|z_j$l^xiW?b6KvY9uPrwX2i3D%K@L_TUO|caV z{hh|QEjYt)yB*~h8$IndFUjBUs=-HUIU*HSvBb1a zoPlhda_d7zbU4#u&w_f#uNkbOlyxT{yU&v>I|A0{40Y(7g_Wx1Ev%8Qqvt`eGC%-j z;mGF1#>D28jVqsBu7^*q)32ny&83Z{&DD+7TjRG@>(ZH8;EW5tL+<&m$Ygf~P8M4wmv0dz+&JZkbclkSLA2i4jvPzD^!vB>c!jwZ98wAB}t}v|Q8Oojq z)*aTi6Blu!nFJ4my&vfx&Tm<_e|bNMNgyU638dKO^2YLq??DoXNk{@Q2}vL(n@Mmp zdXE2-_+x*DTM-xSx$KLM51w;FwKECFFUy*#0kMrF=)Vn(@Y zG8^j2()?C@nT^9{44?HZ&<0N_{e}~%upcJ0XK(PO8j0`mzFj`H z!^gIkzT}U8Eu7!$PprKL^= (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__()) + + 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__()) + + 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") + + +# Debian: Use system CA certs: +def where() -> str: + return DEBIAN_CA_CERTS_PATH + + +def contents() -> str: + with open(where(), "r", encoding="ascii") as data: + return data.read() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState +from .resultdict import ResultDict +from .universaldetector import UniversalDetector +from .version import VERSION, __version__ + +__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] + + +def detect( + byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False +) -> ResultDict: + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + return detector.close() + + +def detect_all( + byte_str: Union[bytes, bytearray], + ignore_threshold: bool = False, + should_rename_legacy: bool = False, +) -> List[ResultDict]: + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param ignore_threshold: Include encodings that are below + ``UniversalDetector.MINIMUM_THRESHOLD`` + in results. + :type ignore_threshold: ``bool`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + detector.close() + + if detector.input_state == InputState.HIGH_BYTE: + results: List[ResultDict] = [] + probers: List[CharSetProber] = [] + for prober in detector.charset_probers: + if isinstance(prober, CharSetGroupProber): + probers.extend(p for p in prober.probers) + else: + probers.append(prober) + for prober in probers: + if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name or "" + lower_charset_name = charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if should_rename_legacy: + charset_name = detector.LEGACY_MAP.get( + charset_name.lower(), charset_name + ) + results.append( + { + "encoding": charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + ) + if len(results) > 0: + return sorted(results, key=lambda result: -result["confidence"]) + + return [detector.result] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..065de5c0741153b4b428b289a8ab79943534534c GIT binary patch literal 4569 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 Me3VqZ{R_L|FOfBCkbThHjx?g8tz+H%} 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 G;Qs&(C=HMR literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14b5a756460f9d8b8474624d114134d726dc3c69 GIT binary patch literal 4123 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ebcc002ba76b45fbdd76b2a8bcf722d45ec993a GIT binary patch literal 3879 zcmb_f-ESOM6~8n4;mPjWh6FEemeeChiL)f$m0Lbaii(00P=Oj`2MM_kqw&mLd)(QX z&7HeW>^f2&^59CK3JKvLkQ$z76eRK|RDFaOZ)s&~RHO>TL*Lx`0jW>?&YhiIf2?_8 zq`mjtk8{rNe9r9OhKCCb&tJFxx%`_E#{NZ%^vQOKgO@;TGncuV&lZ`hyBS|=>WjKY zbk@%_vx`}c>FkHh%{^pp{;8gDF6P#?>d>dOnEO=2Sk>b4Z0LHy@`AJ_f6aDQynx^I z9Ep=scd3q?L_#w5fHbh)W}Gc*E?d-HZ878OJnLrMY$FTR*~Oe&a`Tw;?hqexGkgg9 z2G)k6b@vSDGoT9%-7SDF@=|wIe3*UO)wwvlo~;hYXHO!ve+wuD6VDAZA`8rBVuC3{ zbBznHv2NPt(mDwsg0{`8BV7zxn59$7H;2|znzG<4jVkkj1-1MDi}cs@|j$L z;pBgxFWdgn$S6@1%ieRvtHCL@xn}#GYa&YAY=yv6RY8Pn1RTwUxnf7=66bJ-%LC~( zJnq&KWUt*yVRdl@uIC_62p;@SemZJ-Ujp2YoYQTLo<`n{4%~>3M%n zJF~{tSv4~!2;%K(Db8C>6saGNSWa6Ai;~kqhNWvN4a?_&AfRzhwT-x#+*M^5=abGE z5BcHpGG0sZnPo120-B51u&lsta?6VIbc&rE`VyB_JLy zT$$RfOm`~Nv^&06K2MiEE??L!Pj$*ue>VPJo>6Q@>FvT>gUQ%R!-%$S z9k!ttzrM8#tU5Fo7aiY@B1_VjhAPf@B(1$JmB6^53SWtf2r9kHRqDirfZvmrI@!1|AcOkHx4;+u9>W8+ zpJ(Os+pqun^~V=FWA$fRXY7To!d`K7w^->ED}UJBotWuN%zRLs*_*t$b@Rj0#NOoP zKVALf)t%ZaoyqULSLjUsSZ#kY_T28+rOw!;ce8&fJ}Ew%>s*=bjLp8c+8O&91Xd>A zdHHuQKfd3oeDm3Ar*b2yK%=y4R6Z~&kM48~^CJ}M=(*j|iO%T6jxnJ!`bhCnm8jx7 z58||RUSOhv%k8J*lQ zCQkyTtWiKs5T^l6>JHhY&&644yJ!X~BaTBJS5VXkbP`;v+Zs2no`!qC<(~se^kobR z{M&E7_2#2*{on8#KE9#b=<4F@&~V)8Vj7zRTX)L#i$1tdM$aj5*E^$^cZ|!*xm8`9 z!Hv1h%4j88WJcf5Kc4?L$+1It))T4`^<8bOAgN@HSsTrX&V0L XYNP*V*Z;vL{*!-6oBEt#P`v*IPK(K1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e02feb80e74727637aea1a085903ec295652c7e GIT binary patch literal 790 zcmZuvzi$&U7`5+Lu4&Uk)kdTel|VpsLwbTN3>8aS3PMCkgn=xUdv=l&z90A;q}xG4 zf`zGJ%Zgy&?|=z)iM$|SVyhHj=!AWjB7v}U-@W(zefH;Pf2`H2K#dR2zYaDH0KRE* zI-EI}?J95x2q2Jw2=-uP^b80nvwb#CLyR$Ft?kHu{gL0vprA($997}`K^2X1*ISVFc0$5##HyV zEf)iZvkVD*z^Gg*NgoFy;c_w4+4HI8V2C+lG@f%S#u1e+!|`B*2eji=q>GRi5t3De zqJ)f?#!Co29${9_aP6ct!&t}_gm4@uYKt(5GnHs&g1-SXl>km6f0#tn?+-Z6ngRA1 zix9&HO+hoEiNZb$5BxM2!z6BPU%lpMp`gta2ai-YnV*KKkDkz&B;41X6Ds_mu%I|p zR9Zl^1!>MJYR@9*CzNT^o`LE5#<(>x$Jbw>Blps@-Z*j_|7hpVkAq2TJbb-!vv~(+cP4l9b%UFTit9kA}1aBTG=I=gQx%Y525t1j(u1wnb?L16-A`z&ZS!u^f-rA6%WNTrx zmE;VivuoW{CU<(0t!#ySgUJWH-DDg!lPeFdeSVE@tkJcvSMT1BhQ;e+m>mZ9@%kh7 z!XO|q1V(K4VUxthUOh0G6%%G}8nL-&9S*$%=dIKlk=FX~0}0#>@SNg|&RdpIIGo8Y z&m+}f^{C|P9rTerB?llY4eXO0c#JSt=?KUQbdXMEb~uc-1JtTy@=V25zNmfcu>;>s zRr>$W%9212(O>u6!WP{QG3+I+Wv544$DjU(GcgCm$dW;IA1LzUYSTAgy^f^2yd>X|uSj2|rVaB!_qt%USE-5!P z^j-LKYLv7cOj{yzA~>8&gq1n!N*X#?v1Hc zQ1wz;j8mGm<8G?>I;G!r!?e_BxC=!o<&)H&i7bBPk|^D-f|XrPL$*tV*cr zyQP8Qt}<0*Q7LXBdA$dxhGU;Qo(5;~*dX@Yv*=&IV_;T-V`s=Uo}E{!hE|=RZ9})9 z1F8n5^^T0}YPr5MEVgbpqNeDT;3gqe$Tt0#;N3eL}Op(TKGoPFSp1Rim0DUk^I{*Lx literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65f232abc9f79ff496102110c7c05c5de40c3126 GIT binary patch literal 2997 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b72ff2dc6f3cc627d932998fd43cf99be9e332c GIT binary patch literal 15311 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 M_OV literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dca8287262d7ae6f65d6db3332b4e26560d6512 GIT binary patch literal 4384 zcmbUkTWk~A^^Wav#<7!ef?4MQi6Mky*u>2P=UrB$1+3Ph!Dzsi18%KoADCqrnRj)EGs+YkPt2GrI5wCCRO7{@?q zxw7v)k9*EN_ug~QIrGPwnrZ~?5Ba|(f50R3cY@fBEdrYufCVHWiBV9Ri8Bn69FkLU zq@8gmg@vx+-i6|YKjagO3{#gnd%S5vr3@uq!oAB8!kCS4n^Wsn1%Mv~_` zlB#9jJ*Ty1oS*TAeNPAyW=wWWO=Z+4jD<^D+# zkIFiclQBrtQVC&nNEjL(7(Ab_jJA4L5!t*7z)#@ZWE5v46n99TJepu6$8}%aS%jSc zyJS{kWcP$aa$R@bD+sLt%1Lh7BUj7b2}dK$1UcV?ORBo=iq`;K3pzM}`8>MJ z#QmcvTy1)(rIz8Q8_RkYs|j+Db|VK){+qvo?&r(`(rpf!V{+&da01&X2I;m-Al+?G zyI0hfLxR0^qC#`Do8%&<2>FiR)m%Z;@_0>4MM| z&lNY>tl7FUukEDQ(MjgDKxglIuI2_0J1THH4Q^+FYcsgEKXL828K!L68sL_H6Pp*% z3=?)lXWgK`QqJinV#K?yp>;m^zpZO> z=fr7I1^2>aE4Y>DC|jCSL^YWO7ukCAHuX^Xl8tmplN*QdBtR%k5a+a86#(>6lbc#V zaAP*7Y`o?;hdzcUK2?a@|wJf{K=N+B&Yd zaxT5};HPK?+B*5tJ~*Cppxd{VPOzy`_;}8f$UcaNRWzWImsHVmj(bH9hL9GpnN!3o zD;fl*k_8OxT&>z-Iq}$vMlBDPY28sV0nn{l)yG?O63?h;M5o5w`28!+dRN7CK<$@z zh0Qr62es+L9J#CAFV2;m$AAdDJumX6NVKVFFV~V|?-l)sA-alix#*kenrCjj^MBaJ zzW*(=vwQ&8$|T8iU9NFecH&WCuq^hDS`dl1U~Z z@w1XVo=xHqk!>R#M<%(W!!coK&~#gpru%Gcl;GTZ!(-6_;cU!gM`L{>F>_lILVO~N zv8=)fAzzVIvl{ZaW}!4anXU<0mY~!iR+yfF!PsDb>}>S3$tN?qAgh^da#D~)T{LT{ zx{NxJl4La@oAsk-hDT!kV=*CiW@HeM^8;Zw%{7=jGm}Y~E^;1_Zi=-EU4kQ)2w;jv zs+kaNR$lA@eAZu{jfiPSfT|ggLaw1ze%sBfb61!7@G=*M9`FJmHUQ-hE^`N=|0)<- zY*-2I-$X&r_n5iU`M$iq-rV}j6Q7V=giAz>lfmLifjvLL#SDH`GbF13|x0#XYOBIs{3MW>EeUBFUOX9zxx0*y}uD52e;9U zTJ|oEfBHe*b(5dtZ!-qhwC?3^9+^Ax*^WYE#Au8>^hW6M?=kp21-{qddmr(K;2;bB zHpAbx;%~p>D(pLH>^u3;fAXvHb6JN=oSmCp=B)I-rIH~ph9>o20PrSBeX3NwgMwnS z1IHDTKy6~#_+MoldMVB4AY9rBU=&%!o{PR|tIj(NI!$L*fN+1uCK)!O49i9q*?%Dz z=o!)VqhY`4)@P>SgBsH<`bi8c|KhSf!s@L+M?-1a`ZA}VY$i)$zD8qwF@{e~Csh5i z^?k;t$BSjRl~ORN7EL!$HTb;q0z$2@3TjgQ)8qMuJ7!(f349S~q{h|`K)2y!80Oh` m5YzY%boepq{wwNujP^Z7J&)1ur|we>6Irg`_Y4t$?(jdG6qhjo literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e01aa8cc2008586e8c2102c28581ddd9b196332 GIT binary patch literal 12083 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4cd2cb78792e9a838ee26116ab9bb860765ea904 GIT binary patch literal 27205 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

E_!y5z{6;jGgbh?MAhN#w~U=K4?INRLG zaHj~$X+~=!Zy59*&BYC$1J~Vkrmz6*?8dtT*Bsv*a(ANIr!XFP zkU|N})8R_;-eWSWW&YCs=Ot+PGCa)rF)@z?Yr(I{FRN zU)Q$IE0naf|LjK8OiDAT&ZDY=kuil8dEcO)uQ0;!>%g6~WkFxlG81_-cr%$rMt%oU z2|-E1N9wIC%%NI^_gq^lxL@fTlX3zDF<#RY!%h zazEqymKP0G63iQ2s5*jFM0SpxGt33^eVq-33vAgDI4P6H4U#+9M`UzD-!}3S0Nh#l ztGU~O+bMLBt6|1qxx0ohL@>+9nhF`nDB-4)^?pZWbS8C}3r^6ITig3OqVR1M-W9et zqrc$~EciaYTFfJ)qu>r;UTBZ_a1*VN+J#<%EC%UB+Grasf@`YK0dq%YNhmkSO-5=X zFHv9HjH+11Xv<3YeQjBpl15IEdx-g@kxLBvhWcvSS_sRkjzutzxre?Vf^2$!W9k@G zm-$_|L&sEJJ-M#<>hl^f_mIBLd_iPGx$&4A@eWdT!eMJV#2;8P!_79gdPG&IG$?G< z#yY;$5zA-RMA(#R#vF3&=DgD64zyr5S~@w{F&&>Oysa>Sf@nIj8+qBtiE`OM{uQ=B zHD23s>QnH#tNy8@rRpRd-OXqvY|V70IeUZ!eH*#9kpda1ZJ8L=1CVK`zC}>WzBTl= z18&cBU?!U}9j?922kQL+uA}OGZS8C{nC3acP6}Owog-ev82&dwZ&45>_qw%u7#`3v z#4~nP=wMKkjtBVCFv(Qk)A17pQ>Ypi@&yyT%wf!Dm=)+}6Es)be>xJ=Qd`&!{WOlxxcBIw6V z#XOB!VuiTmzDHUmxO(V2(Q=x(9})!Hob#@*CHjfzr}L^Y{gIZ^`vTPf;m7zs;CVA8^C45&=??4d19zXa&+*N}^1a+FYsFAlMs9jq-n8Hexuxzh z0#$F`GPxhLl}E4+xRR;je}o&L zdPwg$R1G4Zl-&EMhUyrvFqgjmI>v&$<$e#ftzagAyg>Sc%_j;cF_W1kz|RPOVt8jS z(+tZ%gEks8-=OvpJ_KD|?QML$&7Fc}Dzn-~gS35z;4@~v-MS#1?J4Fk6O5dMc^86l zNT(tA4lWPoQoIDJ6M@fBkXCMhEsx8s)|QI!yTbhV1{*#dRUF~x+6IGsplz4%5kWIR z2FlGPXr^!$v≈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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2bc37e254689a4b1b1d634528f22fe30855aa524 GIT binary patch literal 19127 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de9c5590fba3d8d58668d2cd8f9f9741ac1e6c0c GIT binary patch literal 1404 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 Yl(cRf|1;(s zW4z;?bFJ@d_kMEvPm&}Fqr$&-ymPkumM&3I=PdsJuNeOq+)W+^pG0+uY8BNbMynWI zVz!DoB36Oe-TyZozj`Ejim0gk5abW{0)0VTSOuTLiV%@}VJ6Zreuylhx8YRc5WB+( zk!OiQya-hyZSAc}5@I!EjThof=ri(C_S@JYmQmT6DnwMuQ2u-JD+rtlvq88O6)d;6 zOG%4ZA>IxhMQ-TbZLe3%uw<-~?q;lkug&dc+M=*HxJ>1|lB97$q=d{oXM)G-oII zX^2CjnA#4DnkNg<0*+XocB~!_n3Ij`X8h?eGek#~q;|Urcu6PGM&cjC7h6u0Ek@uA zduQnFWp^LMGItB*;?bArFrVq@!P;}8`_&yY=s28!lW+=7!x=aW=ioeCfQxVmE<*rU z;3`~$>u>{Z!Y#NBci=AEgZuCR9>ODt!P;Zd6L<>G;5od2mk^aYL=1=tu^=|Yfw&M4 z;zI&R2#FvuB!Q%m43a|%NC~MRHKc*GkPgyA2FM7RATwlvtdI?|Lu`*ChbSlHg4~b? z@K`jR9;&Js0fvyGE{-8FqFU#I`)b_gr-!ULf7a|im02Cue@eoncF2nh(d~wzy^CA zl?+p|PxOhsjk5I#+<-9>$KZGGZcML5H8!e44X6pVpfjN>?dF$wCr>-cRg;Ek3Afm3Wl424q?X6<>oMjwO^`gC=l+T(Q*IqpxuRwix6$XS3 zf{ea+N`#_8_&7qn@T(vQli`F0NH9k9nrxL&ItcG3DyReVpc15oub^CrNI9=cc_#bV%M0ls1B8zw%C}Nf&@e>g zweX^YDxxuFbYUobCQ(6Fd#`&&Z$JZR2#ugIG=Zkj4BmvdLIf=dRE1X|C#nA7r3U>i zXTTPF$(a1evYBOjmoriHTvSw|1$<`jdwZ{odb)_NqL>6KC}{-Q?e(@dLUi8!eJe`j zVrz#{a24LOw>o@qK><+@C*NmTSGF2tgF>>gWaC12dY$d1;boJOn$Xr>1Fnu(Zh-R8 z6Do#?lnFZ`>8T`#av_2!cwb2qC8aIvS$2VOa4cjfB8kFB9ck{lwSbn;3R*)OXbbJ2J#>J0 zKF%FQouD&xfv(UExqbX5eoDOCr)c{GdnPmVN0C#)y*I8!JknZmut_^#+Zz7f0J6NGN++@nOrj zFkVSKQG7@yJHg&Wm;{qy3QUD}U>Zz^888!O!EAUJ=D>UKK70Tl!bk8id;*`sXYe_E z0bjyb@HNbZc`zRqz(QCAi(v^Yg>T?n_zu2@AK*v$34VrO;8$1%%V7nqgjKK_*1%d= z2kYTC_#OU$KVbuGgiWv+w!mNTH*AG%upM^5KkzU72RmUG?1nwC7xuw^H~Rk#M%;Rf7U^t9`kuVBI!`mpRfTo!Y0@ZTi`GF8@9qW*bY13ANUvkgPpJocEcXn z3;SR{9Dsvx2oA#$I10z$IGli!a0*Vt88{2);5=M_i*N}pLjYIcDqMr>a070_Ew~ML z;4a*Q`|toB!XtPLPv9v$gXi!9UP4s(57m(v5EEiSY={GKAs)ns1dtFCL1IV(Ng){| zhZK+!QbB4+18E^0q=yWU5i&t$$O2g*8)SzZkP~u2ZpZ_9As^(20#FbNL18EYMWGlJ zhZ0Z{NlKKN9Y8dp$l|{ZqOZiKm>Y1FX#<@pfB`; z{xARr!XOw7LtrQjgW)g&M#3l<4R6C37z^WIJWPOzFbO8Z6qpL{z%-Z+Ghimng4ysc z%z^jdefR)Agpc53_yj(M&){?T0=|T=;A@x*^I$$KfQ7IK7Q+%)3g5uD@Ev>)KfsUh z6Z{Onz^||jmct5I39Dc=tbw(#4%WkO@H_kgf5HaX2%BItY=OVvZ`cakU_0!9f8byE z4|c*X*bRGNFYJT;Z~zX%Avg?2;3yn}<8T5_!YMcnXW%THgY$3!F2W_a3;|q$t8fjj z!wt9zx8OG1fxB=I?!yCk2#??~Jb|b144%UacnMMAZww+aAST3u*boQeLOh5M2_PXP zg2a#nl0q^_4k;idq=M9t2GT-0NDmnxBV>ZikOi_rHpmV+ASdL4+>i(ILO#e31)v}l zg2GS)ib63c4ke%@l!DSw2FgM?C=V5&B2cgw> z8oUl~Km%w9ji50!fu_(5-h{WHIkbS5&M+DKHh@foU)u zX249C1+(E@m;>*@`|tsL2p_@6@CkehpTXzw1$+r#!PhVs=D~be01IIeEQTep6uyCP z;XC*qet;k0C-@nDfnQ-6EQb}a5>~-#SOaTe9ju4n;CJ`~{)7#%5jMeQ*aCmS->?<7 z!FJdI|G>ZSAMAu(up9QkUf2iw;Q${t;RB2^$GWy=B@6iMf7Go@P)Q$^$GjQMm~AsCTbrB5ikJO*kW1q^*`jLvu?>WYF=S%ehGE8GNN= zAeChj%h~O#V~df6l*AQnw>Oi(pRDy44Uo9tl$FB0poWnbEuWJ*L%EiyxV`D3zHaC@ zH}naCOG=tit_A&MlNk9@Hle%9#aagL$0-?OWK2;by%#-?Cpu0l$;ACV*+bgmi4KeA zlFBU_DLU$T>=)(Lv5n{_{N1p;L^O)$W9l~8d#q%$lJ?$%G~w{zXXkyB(<27`?pTA& zI0El5bij=IO1@JvgTPHuW_mL%KXQ)CMwTLQ+{k3!&fMyn>n*`c8G4O)xk`R2fs}f0 zQ90}CepYUT<&mfk7Loyh7j!fp_S|6HU^)Ut1c{3Ux^=Cwb=0?H#5! zM%3TPcQG3e%579sF^ zh~RC@!KQtzZIdXC#5Rd71ZEK^93nVvFQyynB(VfGk!r!l2L#e_RacaX-BHfl!HaZF z@e@*oWJ~ckz{Nh((MR?Hl=kq>I`4XT3M&n!mRse^9lYWU29M{f72y{$UpIY((7O)RGq?PG2;iOX(so4v#Y zRyp7`Z_af%W;qVJ61ZV6wdYYyaT2)8#zfN=@sdWih$w@OB@zXpj=BYozgtv@m$d{= zi}EV|6?QZ9J440PZPL3}R8(S+Woz=cxhiCt*2oR+C7tMVQB574ML$HJQt=skGj*&c zpV71e93=Pp6qYz-IYc5osidN`5*4WArI$e>ErFd9lPE8Sp^DFuYDwiVlycq|dK3DV zI;ZYy$VjEO=x4|OP4pAdk1V^uQu6OP^k`D~9eRXie0u+ivWXT#WoIjIZzmfO%VZKs z^(HdB3-@I__?ia23w?DYmc8lGW-;TYz5ie|T%(smVh_;*M5`0+ORA4$Os8C?t~lcz zeN4COc;;AJ!bC9AJDD$B2Af6S8~&G$=4RY7ytUq;W^A{&+3}YvIl$2BGUrIdWYM0)$Ja-dqw71Z`e8yTVb}w6&kT~Lz9Z(!w;-I}nmiZ_T^x7t2 zawWUxEib?ZCz{O0EFGNG(s` z$@@~*jK_M1s=Mut=px$4!DkX@Acwss+BQ1n9?QmhXB!!%c-jH2sFO%NbusS-@+fJgEdpRV!Xyir?S}VC^Zc*`?Yn^ksMChyXanqyN%`cmMUor{+LCiCY31n+}YFG%*GXopOt(< zppoGNAQP2DI$q(RrR5Zcc3S3lth;V#qiC0o?gZY}@tPS6b^N0^Gx^d6-IHyuc(T1k z_O6R+L3dI`sC41)q9gRuk%C_7Xn9ZJ1H}WlA7fd_a)oL482U|H4^FGwn+9XmRX4YW zWo=RwDKF)3mX5AQUgF@AOB^6EOvxqLC3-*Ac3JkmK}VI$Wvz?s9@$ow&qW1|e1l$V zdw1Ylt_DFX*~zl&ME>k#q^fCiNaYh1ajdIu=(4(G9()|jZAuC_M_P4P*?7RvJspF| z*Oe&ehBig-F_g>RPT5aQn{00{q?2e#biBku%Wjsv6n8SRgyn|@Z6P{aTUpBe6n9n< zTkin4!P-OFxdgU>KQa>;B3j`(E5cc#_n?97CQ@%g6}U-dD7`z1dxyP21K+kc4c|fj zxw^JQXQ-=Wc~`Wb(@jMGCO->$%f2p~neyA(=BYa%5ktv7$~D7mFx8;)j@npai$pHP z9W0x{UzRIL4d*2_y@8~5*~=^&+ur-ph6tR7Te2sds1)>t%)Y92i83m_r7nxT&qSl5 zj|!idTb=SXH-6EybV~LbR3Wq*d>0xI-r@dN*)r;SxQH&IR?c=nc8-n+r1C!hYVPNx z){{?dZx9qwGSEd_H$0VWR?7P=TYGo^VXe4j21xEb{e#|lbw!Cbl}P5~O)MKSbdOXf zb>pa9v#bR3EK5s_(D8-hN-k%GK_l%w67`3b5{sQJyBXI-KT@g4bAEfH9pOtV-x!{g z@?WC8>h@WFYdKBb5&{hwf9Mm{mHd2zehj1FsjEw3uNE7F-B1C_W9^j<+k)4WOrdu{ zTY2&i=rvN8)l=;u`-uDv)BHKQNMc?#K`F(#8NVWNoIpXnRl>cX6Zx*%(#Zbhl%);- zj_6f;f3sH9Vam}PPpXYOeZkOUbJI%nq`Z_=7R65_rr3L|Zmqp@;j;{WGqM<08N;?< zndK1z-{`Gk?he^@+II6&hJ*P=9#gl-vW=3HvaxhLHSM~+3P$EKt&omi9CeUm71sM5 zl#`94?wPih2HmFeoxLkM-cYjBQ43i{ps~7%Zfyb2W!d;w$2p=`L~9_ux)JcL6J_9P zkdj=oqqP0a(3{+M^S6o0qT@P#Hgc%tDa*y$3fQ~KK~~Xc5=n{v1a}zkBdSb3g^x=% zuf<}6E-L;Px*PP|d8dboptmDzBcEMyZN;4&dWdJf*|hJtudTPH#AjTMv)sykYaQP! zNhMKU$yxYtPg};cq{IvJTw}?pZD| zw+y}QiofFY8dSE|2ew5&ZlX&SFVQxHp?3CG*?Vs9FQVPyuI$WkFQ{+sOh;H5eQTnd zPPtfJ8}2KLl1RJ}E`z~3RuerVTZe-$!)(wmOa%92Pf5IR_XiBB!*~<&M-?ZMT|l&s zsHel+a0lJ>Hdpdcc8ZSI^sX_j76-edQr%bB8M1XuA%E#u{!;!{R8l8CKsiRCwrHB8;Yup}67_##yckrGhueH20*R}Z$3#=PPYdatEw1P%Dr3y}lb2Vi4Cc8P_d|V=bv12-y0jsJYaC2d zQrU&wVZ0mMSNBF}DCnhRhinWszT>K&?7?tuuuJxWynJMv zi_?=5*BoYzL@~YH7$3k(ZtlCY@jz5BED8Py2L;bf>#Jmyj;an=R$UcymstL2xm4Q$ zSm>@An0uT2aC=|s?W(w-z0_><(3U~nEymBQ%k87_le*JJekjpTNhj_LD@p54$D8p& zT`Y$gtZu99dV6EdIIbk7`@8P=ZxMLG#tqAewpg-j^**t@N?@2{r86Tv^f&w!q9;PV z;4QcDy=5f&32JL4nq_49FbW1L8K!rFy1b!$@Q=N_&ikj1Vg{Y%SQ0$r0Wr(vTIy?iLT)34j%l(P7+=ll zPfpoeaXtcb&B&)?q~#`LxaF38X<)*hIa&|U|1!zAKMd|;Wx++5*a zu-Dwq>I%r75nT~A;oxL=m|&-pyY`xeZNZ%A%eEW{S?Ik*{tFj&2NpzMgc+$sFGWe= zPjv&8d}aBUY0C}j;MRs){sCXhrk8l6c)1zfM5~O9LA0-I6)0%0hHN~EJ8md{_>6)( zoDL7Af+wP;ikF9V!6?gSmQ%G=;3|%}zgoUQWdcJ3!@0p>#j(t&B#{yFTP9;NkB;{& zTT67*)(PTxWb5qJru;Gd0NLynF}w|@51lQxCm7Eo`!D3wKE(hq@mm z;*#%d&<2UZq)L#FC(+jOd+sN2KZ(Dp2GtLXgJ0||C3Q+&Gl}@x&QZSQ{d>sEpGw}f zH^K)ZBlNNyDH<;8|1TA3Kp+8uE%v6kl6Sa@B40-K5xrCF=2UWs(^vFXhAtA1b;NV> zA9Z{s(SyKUnC=J(&FHUWoZ@9lDk^@RUJ1*;4PPqzj}KFFc2`4HZGRa)KvYdfE6X<& z*C+ow8_B8E6uo9{?da#LE*B(`%|M`~MAZ<%W7m0&jkK;Vn`s@$PgXLS@~4)cE6HRz zSIJ3pKc^R4-4Z2FEFW8DSF%9yEs4&GmqT(Yla#y^9Sci>;~X^8J410th$&lA#|Toz zWdD}PsrSwB2*J^?Ex4_>lf7?rJocbAIBGHY2~N9+&7=}}02v*Blvg0WXa)!L_5RJ@kFeIDOqAkPi05+T<#mNc1!e;Xsfw}6(82t*T-+Bwj}1p z*ZTzeNer^rUbdRH3r4Qz>LYuT7*FiN?%A8F^9k3ZeygxR;PTRcm(;Ll(SME5^dKje}zha z_*bH57zJ}(Y({$t2t*ufB<1+p4vGd!q*gLb+iCJQMTeEVFUn{ywq;$>e1`JDZcaz} ztoBuxl8xc!4ly^kX>ru85v?`t4bj3-DtM^mtYt5Uj-uS(li9{lJIVtrlXwapsEl?S ze{ecZcC6lnibr$suD$J+sn}R2JI7u^^51CtiOM;N_ay3BrdIq&wg`WByq&Eari9CG z3AfEHq9Z1BReUGfiz{i(c&$(+c(DgR=4(P()uW=6vw!XeXQ(VIu$V^Y(& zp9|$AI%(@oAVH`Xd`*LDsl;@N|JX0hBgZH{udRiWm(gt;ylwa{ILLSfi7A|3)>hHp0@iYBYr{}_Ud~WXDA7JVd9cs4 z@|MjBjG@<#KptqMco2bKjU1-rb9;Xnl-jbq`+Fw)I+fFq+=+@h?`6xcU^nG^4wFK* zLD(B?HGH3JBX$=cD4od1`_xj22jaj?;?Mvb@YusG|_lQe#>M=%0HR0 zT-`hvulT;ih3LmfuR5tqI=Y9wK_r|T%s2cu#iijJBP*H_SKAcJPb3D4zBTu2QjINd z(@X6zaU?29N=6?1DjbJX80*{AMp1O29Y|YW321^(a0M1##s&)RWKus zX^(Vdg0z+&Nc1zZooVkFG~I2K)qXK+UxG6A*lxprKkL+r01Nf_BWLbMzJ(Pc-q95On`1fp{k|D>%0 zJaqhtFqQleZD-lYq+_KScZ?imWMj&y=shCUP@*(l|TYe%2MURg(N zp{}&VV7 zL<#~c3@TuGNLv{;u3Emr#y|G5>-bWXjno)Y1GPOjW2Wp2(M@eL)qTm(hoPb1OD|z& zdu_GtRPrR)d+)Rc5yM_pYaAa`b+>!Lg5}3~OIn&M) z{ny?tZL8=NcaG~yUOHAv(QhzW-Ph{UlfMq5h#qzkyOd0&w}|^E4%p3%{O+K);>(ux z;5#!Whb6&ZthJM^$$cL)>QWg^IgV*>l0QlQbG;>@38%;Hoz{^{$qgzKsC=R1lD)d2 zKybp0q~T$LH$`hD*1=OIOK96s7%gK}$Y zsQ3$B(voV)-wggXs(Z&WinWtE>e)-?cGF8dgXTmN5U3@pX6{NQ@k9CGV{^yQJEwP! z=uJ{}b!_GN8+&s_F}*Z_>?tZ=DVb<^E%=SoPt^S*5leAb4r0h2ahUmLe5WLZWicme zOs~C;q5M^1Z56DBMg$6k(}HuH*3;X^@Q+M;kIF22^+**aRo~vo&~wmU$3$1WT@+tO z1s~YH1g64jBWsAB$j-KG0hg)dqWl&Vu&m5b9>r5U-?zO;8!Z*IwY@fX;u-1&*fFX&BZub;LZ^x`_@&pLiI=oL|W(WkQCX)7+;tZle+JQfuv^_AjE z?0%pwrbj!K@=JDG@Hby^wy-4lm%lxvN=Up2{ROS;7343Ez3uA$v^O?J+78AnU;f3ExUzLFo0+tms69MiBw8BR(~oJoFk|A zCAsBv!;ivjgJ#kjZMlx3mFZsLX_7;^4^@3jwdYAG+_Y#-hRMV=H>S6e&qDrKm zgxTN+9r2wb4V8CwB(Pj%#&3%AGM-UloR9P6=sRHOJt}!DXEFJ!lChA|D^<<3Me2T_ ze2iX4(Fp!hs9Pi2L*>4@r?RW*RUuG<=yYwByneuNEF7AxsTz5#zx z9z}7z`4vYPx^J1=<&-ufyS7n86FJ}_*#+bq6a9zOdwSoL2rSpbN+pGzsDs`Z(O=;@ zels^2IL^Iu+|bVsMXseM=QBQL@;e$l$I;`giQyt7G@BgNpT!^e@(aXxF}7 z`VB1Bxktx=UAhh~)-y7w+rX{^iuNDzB!1;S{kjb4-L>jK|F{?aCu&gE5VvB*h!Nvf iix^Qk^X!hwdMj>J%CzH>-iq5KcE*@{qS6lZ;r$=;>*0I= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0bde88cfbcd8276a87b89e2979689941ad8e2ad GIT binary patch literal 83004 zcmX`z2VB(!`~LBInhpeP?_KV_H!3P_T&PX(pdPi95OHQ;sA#2xh_eJm#ZeL=np$C5 znJqK5U8t0+Vdki`e%I&v_dmT}=X&1v-DBLXt1m}nPgq#xOZ3|Zvk#5<-|9;)In40? zf4lNOoId{GC70x061*gEN#N4#O9TH4T&BD{aE0>9z*Wkt1C^AO167n&17XT)fpBF+ zAW~U9aEWxYUsWrILNWuri2Ws^WtWwStYWs5*dWvf7IWt%`-WxGIoWrskN zvSXlA_N4`Uq|Sk8&0PXrmE8g{%I<+4%ASE<%HDxK%D#bEWxqgw<$%CI<)A>Ea&TaX za%kW|> z0&gnc3X~~#2HsY_6WFDEH}IbF{lISJ2Z25ReWVWqA8GzL@QL!%z+UBNfqlx)1N)T+ z0tb~}1in;$75G~DP2gMQcY*JfKLpB^hXRL{M*Pe?<4&Z z_*L_7fm6!g1E-aL1kNbW2F@wZ2mVz475H0uA#hRoPvGC|OXpu2xJ0i@t^Y}vS(i&! zSXW9{SyxMytjbaqtEv=cRg=R1-z8FnUXk8cm#(p{m9Dd{mu|3bly0(amTs|bm2R_c zm+r9cl8wYo_$R(Gj~)l=$a^_KcreWh5dpVU8e z?Ep;!y&ojSS%ak^)==p|>mli3>k;Wu>oFyn9rAgLgX^J&fnr1yEO}Czw(yVl8hV_h;Va=3gS+k`~ zYmPM6dRBVQdS04m&6l#Q7o==!fs|t{lyXDYF4DBv`z6v+Ynim%dQp1GS|R0G`O->j zl~iD@meyEnr9x|+wBFhvZM0sNUa>YwMb@iQvGtl%Vr`a6tu4~l(6z5?+UEUsX@~WO z^rrQeRA%jz-nQP6c3JOA?^*9lyR8qTJ=TZPN7l#EC)TIZUh6YypY^%4-#Q>2w7!tO zw7!zQ4qf|=rf0j;tr+)mO`|*E)|4Em5ce!+hb)|Hbb+uH< zsw`Eps!Cy2H7VSRkRq+>(lyq#(skDL(hb&)(oNRQ(k<4l(rwo5(jEU@`@g`Qn(p%c zZs{KDUg(pYPplw>_A zC0paA6l;Q%YE6_TS(BwH)>LVl^^`Q-dRj`e(xn;JGg3zA+L@YWc|TjqwB|^2t!Jg@ ztmmb9)_f_;dO^yz7DzePLMhi;BrUd69#wO*IDS=*%@)*I5B)>~4UwNrZA zdPmx2y(_(Ey)W$!UHgHiJ>GvPePn$sePVqo?X^CW_F11x`>g}gLF)_YOY1A?YwH{7 zTkAXNd+P_O+&Uy3wvI>@){oLp)=}x0bzC|Ty7r`|pS}M@`qlbPI%WMXowojv&RA!q zbJlt3PwOw~Z|j0|(fUXFSGr8yc$vHLGIir+?#9akmrGap_g*PoWnC>*vMNhetg2Gj zf7f0XsHQ30`v@u0sxDn)T`OH@T`%2W-6-8;-7MW=-74K?-7ei>-6`E=-7Vc?-7DQ^ z-7h_0)sSjhwWQis9jUHWPpTifwt=RG-ZzpOTTP^S}e9Vyx~`538rt%jzxlvHD7}p=hJvkX`nSoin9hwL#(0F zgVsaR!`36xqt;_mypSsx-}dN}6sxEu~rM(hTbvDZ`p6&9Y`onbsU>uJx?+ob|jk&zdh~ zSuaT0)&eOfbnQY-x!y057F$cCrPeZOx%Hy-lC?t0v+|{t)+(vMS}m=y)=GueI%&PN zLE31&EWKiFl8UTXrDE$fsl?hWm4>d}qG_x5uS?sk?a~hG4e3qmEvd}fDZOpIBki)@ zmEN=7mv&npNPDagrH`zSrBAF+rM=c?(mv~RX}@(qI%s_%eHps;D@|W}|Bdvm^_}#+ z^@CJy9g+@PN2ChtN9iZ)sC3LaE}gJWNvf-x?g(0 zsv*_1YDu-NI#OM$o>bpzAT_iaNsX;0Qd6s$)ZA(zwX|AEt*tgvTdSSaK6GsdO;O%= zlsZ|RrD&^*)Ya-H#aP{?9#&7Om(^S9WA&9{t$tE}Yk)M+8YIP8gQX$XQ0YPIA?ac3 z5$RFuF)2QDZGxs@-Up;aYq&JR8Yu;>QPOB@jP$tmgf!L~CnZ@=O3BuEDaD!~rCJlE zN!Da(iZxZ5W<4cMx1N^LtaNEc=-OvAWq3bRnq|$FGOan%T}vR;s~ ztp!q!wNT2n7D~>5(n@QUR1ms$wWc-Ruayd|b<%okgS63l zS$f6VBo$e&O2yV|Qi-)$Dz&yqTdminZPs>ahxLZ^ruCLoX6=;Tw%(C;S?@~kg|2;H z({ArSkoH&~N*`GtOP^SuN_(x(q6~?5`qTPL`rEo7 zU9|p@{*|s!H(udxyh7c0g}dkI&cDzE}c!j(1ion%UCI5)ZQkDO%y&_OmQ<(SF zq;M-jinOXr*I3s|*ICy~H&{1HH(57Jw^+AIw^_GKcUX5ycUgB!_gMEz_gVK#4_Gy% znpQ2TwpB-}8@jfhruyDDkQ!Qzq{dbgsj1aWYHqcVT3W57)>a#-t<_FyZ*`EOtd3GA ztFshsb&YeLtzcH9#6@4U*!l!O{?GsPv%qko2(i zi1euSm=td%NW-jvlxPi?Mpz@IpfySwZHTeD7|E@kn*g2X{EJFDzH{dYpk_Wp|wt0Z*7n^S}#kl zSev9G>s6`PdQB<`UAtLRsrOr?t=8+(Hfy`I!+Jw{(|SuPvvx{vTklA_taqjNtoNne z)(6ra>qF@y>tpE?>r-j3^_jHK`dr#?9gq%&uKhyOm)?IReQkXseQSLueQ*6Bm0O3T z!`2b0!unDA$vP?>vyMwAtdr8u)-Tep)^E}&>v!q2^@nuEIxC&C&P#uWuKi2X-`-!4 zE?WOc|4LV?AFp&jUa5Y((*1a)`teHlLH#x?8%(x>vf-x?g(0sv*_1 zYDu-NI#OM$o>bpzAT_iaNsX;0Qd6s$)ZA(zwX|AEt*tgv+t9V`G`07>gA`?TlsZ|R zrD&^*)Ya-H#aP{?9#&7Om(^S9WA&9{t$tE}Yk)M+8YIP8gQX$XQ0YPIA?ac35$Vy; zwU23v_dY=yW(A}~Yq&JR8Yu;>QPOB@jP$tmgf!L~CnZ@=O3BuEDaD!~rCJlEN!Da( ziZxZ5W<4cMx1N^LLf58in&JI3Qie5Cnq|$FGOan%T}vR;s~tp!q! zwNT2n7D~>5(#p`at27mOzgk*jt(6L`b<%okgS63lS$f6V zBo$e&O2yV|Qi-)$Dz&yqTdminZPs>ahxLZ^ruCLoX6=;Tw%(C;g|2;9(|g{(FYUHI zkoH&~N*`GtOP^SuN_(x(q6~?5`qTPL`rEo7U9|p@ z{*|s$H(up#yh`18mAmmOb>mg;#;eqgSNYlTDs|&kbR%CeAyw9^ihq1nDa@)Sg!@5(t%eq^-$GTU#&$?fFz^WnDv}#GU zL)X^PRM-1@Qhlp|)X-`qHMW{aO|529bE}2a(rP8Ow%SN-t#(p-tAi9}b(A_;ouz22 zi`3QXCdF9Yr5;vKsaNRQ-kSP&-&cyY`bqt*0n$KgkQ8SPmWEhEr3bBtq=&6Xq(`mC zqLVl^^`Q-dRj`e(xn;JGg5{%Q<`PXmNKn5(p>9V={f6pX`VG-$_ickf~IWm7f3nQ zLMhi;BrUd9#wO*IDS=*%@)*I5B)>~4UwNrZAdPmx2y(_(Ey)W&yK9KfU zA4(rtA4{KDpGteJ&!m0U=hFVrwFfjE^!^L!OY1A?YwH{7TkAXNd+P_O+&Uy3wvI>@ z){oLp)=}x0bzC}Oos@pIevy8)ev?jFze}gBKcq9(S?OHp+Vh(J^!_jDZ|j0|(fUXF zSGrpLc(wcSYW3sQ?#HXuk5{`NuU0=^?S8yk{phcNQ&!fiihpcXDa@)SgA!2Q4&1Ei7VmGBZnJKe?y&BZ?y~Nd?y>Hb?z8Tf9N z>LPWux=Arscd3WfQ|e{)mikzIrC6(<)ZZE)4YUSHan@jIh&5Dt(0WLEICSkJnjZE3 zF)7|kkcL?SDbX4(jj%>aL2HyW+8QH0ZapE5wZ=(F){|1QHC{@wCP=B)L}`*WS(;)^ zm8MxwNz+5uKCLOu`*dlB^^BBZ&6H+Yv!zUHjx^VLR(j5QUYcjkm$IxEq-<+}lw&QF za;-(uVrz-C)LJGjw_cQ9vQ|iWp=vz$LTjD0-r68-v|g58u{KFX z)~iyn^_o;-ZI(){Ez(x&b!nTmUD{#2A-!q6C6!q_rME-ZzN2ZE_wP#YS?^1`tq-I< z)`!wZ*2mH()~C{5>oaMe^|`d)Iv^dizL37OzLLJSzLCDQzLUPUevrzoL(*aEh*S}} z_D4-Wd4E(oW*wJKSSO{QtzV>Ht>2_m*6-43>ksLSbyhlOotOT!{*wN-E=U)xf24n< zO6tZ+?#4>$#!BwSO6tZ+?#4>$#!7UfpBO8tA1nED>q_d!O76!>df%~<`>~RK&bpHO zv68;tv6B0-QlPqYjX%z{(skDL(hb&)(oNRQ(k<4l(rwo5(jC^F(p}cw(mmF_(tXzb z(gRivsb=WfTAFHmUq`BI)syO54Wx!vBdM{~L~3d^lbTyCq?T4IskPNcYHPKV+FKo@ zD66B?$?7acTV15CRyQfe>Mr#NUE5PrFYkLxeXPDxtkqBIZw-(JT7#rGYp^uL8Y(?# zJtRGBJt947JtoCl3DPhtASGJEr4iOhDQJz7Mq6W~$3xdXp=qr5DJRynw2iiu%3}JteMg*YqpeW&5`C>&q~i(&r9<{*Us0J z<^2m%wzWXYu@*|X)*@-KwM1HKEt8g8FG??2E2KOtUs`Fck_xQV(i&^6RA{Y})>|8- zjn>Q3E7m5dD0J9BP~s<3{PezJ~A$E@Sh3G1Zvv-OMgtM!|7%KBY8ZT%sg30-?u(>d?YOMhB_ zNq<`xq>I)+(!Ww=^*0s`g*7ed2|6N--aHFQ1yuVqx#ky6x&AMH>!@5(t%eq^-$GTU# z&$?fFz^WnDv}#GUtvXU&tDaQfY9KYV8cB_SOhlVy%8se`|m=&>AGgS%ak^)==re z(6tX~df59%q(`mCq9V={f6pX`VG- z%CcUNvaJPDjttHY@Ynim%dQo~QbnOaFdEVzsE3H*hfwfv%W3816t##6R zYlF1WdRcnK+9VZOuS&(%Yf_1|St_-*NL#JfrES)BX@~WO^rrQeR2I5+r>3{Pe@EJ7 zy(_(Ey)W&yK9KfUA4(rtA4{KDpGteJ&!m0U=hA-bfOOFMLi*DBO8VORM*7zJPWs;Z zK`OTnNryw%9??|c{g2X5)=}x0bzC}Oos@pIevy8)ev?jFze}gBKcq9(S?Qd0Ui#De zOZwZoAYHWnk^Yscs2i)e8>^@rtGFAhs2i)$jecURqJFI6eypN?tm1yGqJFI6XU8h) z$13i}DtdOT;(n~6XU8h;$0~Yutm1yG61Y~n&L8o5=?3dY=_c!D=@#o&={D4DI-H8j=qzLr$msw364>Phvj22w+-k<{2~A~m&|NzJVmQcJ6q z)Y@tzwYAzw?X3<{l+{t{WObIJtu9hmtD6)Py0*Kf9^UtqdRe`tK2~2T*6Jtqw+2W9 ztwB#YsaM(btimC&`DG!=ROs#I*fCY4y5rBZ8)wAFfD+GcH+c35vnZ(46j zW!6sVZR;Irm-Vjnp7p-8+xkG-V|^%nWPL1sVtp#@4PE=0rhVRjF73AtNC&Miq%W0ha;`mw6}v8wv9s{663`mw5?9jmGvtGXMjsvE1i z8>^}ttGXMjsvG?)aFx~c3ilr`LW;DiOV?P}O4t2&ZPmc_nr`s^M(HN&X6Y8|R_QkD zcIgi5PU$Y|Zs{KDUg| zG_~};mDJj5Bek{KN$sr;Qk2zE>ST46qOC4cSF4*8V|AB$SUsg)R&S|~)mMtO`bqt* z0n$KgkQ8SPmWG6`9jfU;?;nyLwjPllwH}k=tpsV96_66G;nE0eq!hG9Nu#YX(&N?> z(pYPplw>_AC0paA6l;Q%YE6_TS(BwHp=+mVn&$me(sb)-Da}fkW?0Wi8P-f`mNi?- zwB|^2t!Jg@tmmb9)_f_;dO^yz7DzePLMhi;BrUd69#wO*IDS=*%@)*I5B zp=;mLRObCo>22#BX_xh`^q%#;wA=bX+GBkvePn$sePVqo?X^CW_F11x`>g}gLF)_Y zOY1A?YwH{7TkAXNd+P_OJap|LO^3ZdB2`#FN4bGs`q}zL`qlbPI%WMX zowojv&RA!qbJlt3PwOw~Z|j0|(fUXFR|-=%hPfNV)Qw?uqn{YV)Q@5A$1wF{nENqI z{TSwc3{yXbxgW#Sk70gx3{yXbxgW#y>=@>L4AZk?nENqI&yHb!b_`QDhPfNV^m%od zyD>~ZCllsw4Aa;1gt;5T^tIq&?#3|vI>In_V_4vB=^o#GuXJDN+WR#<;C&6Lrd3O- zZPk(LTJ@y*Rs*S_)ktb=HIbTH&7|g53#p~mN@{Jjk=k1Ar1n+^Daz_7b+S53(N-6! zYv|f;nqs`~F7>c_O1-S!QXi|Y6l?X9`db5}fz}`?&KfKYv4%;C{3~^OH-_= z(lqNSX}a~alxC$%GpuK%3~Qz|%bG1^T63hip=+Pj^qlw4OY^MxQkM0Clx;1La;$|? zuC+*7Y%P(NTFa#6){D|h)(R=l%9mDJtE2*JwY0`sD-~Mnr1jPYX=CWxmo>fO{U)i% zdQ~d6UXx0!%~GkgMcQh;E^V{6OFOJLq&Ka%q%v!#^tSbmw99%|de3@a+HHLx?XfsiwW&eO=Ljn&+Z)zppE+>O=Ljn&+Z)zppE+>O=Ljs6ZU$_Tw8 z{YS1YUGv|y)zpvG+>h1NkJa3d)zpvG+>h1NkJa3d)zpvG+>h1NkJa3d)zpvG+>h1N zkJa3d)dKfQ_xa=8FFjz@kZM}Bq}o;;sjgK|s&6%r8d{B{##R%lY3SN!nwopxLTYKX zl3H7Bq_$Q&slC-fin2ONovhAMwADrGYIT!htnN||tEbe<>MixL`bx1@KdHYpKpJQb zlHx+w4%Rfp`=Qc<)QEN`=-sX}z^U+GxEjy<%;WimX?qV(T@j#M&&CT3e*8*6Y$XYrC`~bnP3O-t_)0 zsm$6by=}cC?XupL-m~79c3U4vd#n$okF1ZSPpnU+z1C;aKI?O7zjZ)5Xni4lX?-Pq zZG9tsYkenuAG-DjP37Jnk`7x(qzdat=_l)`bj&&~ov=@zgoXZr>x(l)7Br- z8SAWc&N?ssY5gVrZC#KqTK`D@O5y6paJtb?jN$6XaQ9=l`Z3)77_NQ{cRz-!AH&^` z;p)e5_hY#FG2Hzau6_*nvtzjWG2Hzau4l(^KRbr28^hg=;p)b4cVoD^G2Go4u5Ju> zH-@Vl!`+SH>c(()W4O98+}#+iZVaaz|GV~HP51fF;(qA?tAPU61dQyF> zfz;4yBsI30NKLI~Qgf??)Y57twYJ(wZLM}vd#i&KWp$J~S)HZm(6wDOb@jfR6k~Ol zdRRTBURH0ZkJVR-wfaf@tpU%X&e|wiZY^)ALg_LLIODnBaQh~KvT4Sx13axe0`p~r-G;Q?$W$6`blT>8ADivF=NhQ{1 zsnpscZM9yPwprVy9o8Gto7P)WnYB}T+j>XZWxXrCXT2}&wmy*dSRYCsg|7Wr(1*p7>09eN>3i!3soXjw9kz~071oc^Pu5ZCm~~t_ zVV#tIwtkU*4PE=2rc>VkE}gdikj_|VrE}JK=}+q~>2K?TbkX`p`d5ljKSuc3F+$xK z;ckpjH%7P{Bh-x%?#2jpV}!dgLfshQZj4YjMz|Xz)Qu7D#t3zzzXPBfEJFPl;eL!z zKSsD8Bh-%(?#BrAV}$!LLj4%wevD8*Mz|j%)Q=JF#|ZUfg!?f<{TShA#|S+;Mz|Xz z0{2S~_|K(=RMV;@)wb$Lb**|*eXD`g&}t+#{_n4CM4*YLrrtM`np-WTmR2jNwbe#y zYqgWwTOFh*tE1G(>MTWDU8Js7Hz~&IF7>c_O1-S!QXi|Y6l?X9`db5}fuU;$X^QiH zur$OPDm`dDBt2|BB0Xw7CdFF`(l9F^C0fI!5!Og4XpNFaTVtfhttX_h);KB2dQwWZ z#!D&I1SvIi?Lu*3(j&l`hS&o{=)FnbIt4wv=hjk>*;@O3zu( zOY^MxQkM0Clx;1La;$|?uC+*79J+RirlsC5la^aAN-tR}q&zEMT4}A43ar)A8f&do zXswghTN|W}*2~f>)+VXQdQ~d6UXx0!%~GkgMcQh;E^P~4yIs=`@86K#wBC}+tew)^ z);rQJ>s{$R>wRgr^?|g<`cV4F`dIqJ`c&F$eJ1U*K9}}e2c(167t)v3SJKzkH`2GE zYroU!kFv^^5eY^_z6c`dvD0{UM#P&PwO3 z^U|NzU((;!1?i&okM!?<*G8%zBi)aY>c>d;W2E{q()}2zevEWKMyekp-H(y#$4K{M zr1~+^{TQi!jC4Onsvjf$>=>zTjC40f2CkK^)5nffH%7V}Bh`(O?#4)UW2Cz=Qr#Ho zZj4knM!Fj#)s2yKqx&{e{TS(fj8s2Hx*sFekCE=j$UqILraw+CskT)|s%zDg>RSz@ zhE^k~vDHLsYBiIZTP>uPRx7Es)kbP-wUgRg9i%9$qtq#MZD&o<-gl9@THT}=tGm?0 z>M8ZIdP{w*zEZ5!PwHhOQm1 zX@vJ9rJyxR8f}e{9=D#5##-Z~Bkut2A(yY+6vo&RUKS!EtJu5wDJul6(=1W=D3sSbVK+3TeO1ah|X|c6LT52tm zmRm1MFIg+3JS$&XX|0k9tku#QYpqlmx^|tW_1+FvyN>iuuhDeHIXwDpH{#yTsVv(8I@T7OA@TNk8@)<4p}QgwA>b$4TRbz^mR zV|8_7b$4TRbz^mRV|8_7b$4TRbz^mRV|8_7b$4TRbz^n9(G6Bz{aD@oSY7?-?;@?d zRB}u&TO+-f1Uv|356tu|6ytDV%|>L5i~9i>iIXDQn1B6YR8 zNikM;sfX25>Sgto`dEFXSgW7ZpKJBM1N0iG*C4&(^cuYE@`6i;>hIyCAvK0pzvPl& z{On6EImR~t4?e{9#ujqi0?lhoPesJ zR8$pBL}6$Ws)nYZa5NP~plK))r6C=ENiZEccb0t9#oF*MTgLRr~=)Oj-m(9F;oMc zKsC`RR12L(wb2<=2c1QA(K%EPok#W2->3n)fEuEUs1b_Flp3RG)C9$#rYIIQL;X>6 zG!V5wgHTHphgzX{)EXtAHfR`XixN>gG!nH(LDT^yp(vD$I-(TR2~9wqQ7Vc?Q&1O_ zhPt8*)D2~#7?h2=qa4%&<)NM^AN4{7s5e@R`k+G87p+IJXd~)}HlhBg2n|5RXdo&< zgHS1oLtD^bRECD2ooFc9h4fwc^-m6Z2<<@+qrK=6v=2Rs_M^wpK@^Y5Q39$!!_YAl zK&Me6I*W#*b7%yLnj?)w9Z?WPqfsaZjYhF(4C;>_M+4ClC=QK9@n{@ML`f)!o06l{WQ3l$KW};Fw3zZ@L`=!4#NPk`R_XFvrfA`T`RDqsF{GMaap;PF2bQ;Y= zXV82Ur5|@J3q_+BPz=gO@n```KshK8Ekq+xE()SWXcStElF$;AjFzGlv<#)9rlM@iXB^z63_-T z3~fY-=w%c{ub|Or6G}owC>gzqQcy9PfL=qXs02+xn^77nMd@e@%0OFDCVCxZp=~G| zZAUq12U>{UK)L8ml!x9z`KSyPqMfK5y^Ri`chF(93ssvL@1xUbH#&np zKxfe&bPj!pqV&(+v5!zk^f8J?pP*RuDH@3OqB!&!ibwlUBKjN!(SDSI4xkC>Aew@{ zKxybpl!v}T`RHp@fWAR%(6^`%eTRzB_ox{CfJ#s~Dn*CT7IYYGMMqE>sz5u@k7zgg z2^~O3(Lr||HdBs8AYRCPz?GN#iHL(e{>4Pq2EzFI*roMA1EE2 zK^f>Q%0%bTd~_aVp+8YJ`U~Ztzfmr_fEJ;PC=dOE3emr4GrHtbsZL`e=L8H;NXdJo@C86t4GP(h!pc_#tx(Q7|H={gs3(7~gq5^aqDnz%VB6J5TMt7nT zbQdZ`ccXYUckmvRfbK=Z(0wQo-H%412T%~zK%-DiG#b@HNvJkTMs-jMs*5I|dMFju zM-x#4Gzm3CQ&1x`4K+q-s0m6(O;HAFhB8rel!aQLY}69vpjK!hYK?MH8LLj;I`ULWfXibOc4C3e*MhU&vrrbOLolCs7PKg}S5Ds0TWOdZM$a z7dnS}ql>5yiqd~^gMCp)6pNx!KNN%dqgXTm^+yBIKr{#qLUAY#4My>32ueUhQ6hQ} z1<^w&2|bLG(IaRAdK9Ii$IxUHkJ3;A%0Ro7NF(?Jaq6w%!N<{^Dt43v&$qZud@J%h4P2FgY=Q4X4ga?xy* zhceM-GzXQTxu_gHiz?7_h-bRs^XL?shfbsUC`!+H!7S7fy?|m+Hi|_HP=Azz;?P1A zk8)80T7(kOViZJ6&?vMNjYi8*5?YRu(TgYry@XQH3N#Vrp{XbzrJd=-DQG*IfOeo%^ah%U-b9noTWA_8LuqIyN=I*_ z4D=4lM7vNHdKYD*_fQUcA1y??Q7-xb<)J;O9DRrmp^wmE^f9VHpP-}YQ^aQ%!M*4N z`V5^!`_L)$IXaE@qci9LI)@ITKhYQH0{Rj~>9dvKSEwWU8bzaTPz?GO#iH*}fAl>X zh<-qWP&tZ2hfq8^j1tii6hswh0{Ri9qMuM2I*KyTF_ednqkMD%6`+%7E&3T1qF>N@ z^eftkenUm*6e>o)qY`u)m7+h;R&)k!LuXMLI)`?l^Jq8v6P2UC&{_01iqhwO!3!uF zT|_bH9~6uJMg7qw|5FS^m!f#|Ka_?pL+R*pl!2~5ndnNCg|0%`=xUUMDxq9d8RelW zXfvvc%1{_Oh^nD-6pkuT1mZKPlc*ayg<{ZY)E%8cJG^+nMr7R8``C>Hfc z{m}q45Di3w&>$3t;!r#qj3%HVC=U%q`RGAZfF44H=wVcf9zkX3QM4O9hRRVqiqd;I z!2}eIhM_bRKFhp`lDCSK(qK14C-BNU51M*YzzXdwC&#i6|@9({%q(LNMJpQB{7AElrJC>0$< zY3K`-j=n@0=qr?ozD8N-8lqgeC{>W_X!1JQ3N4xK{r=y#NWPNPKh z2MVGyC<&cK$>$ zf-Xa)=yDXlLU9F3Kv$wfbQKzbu0|tKB@{%J(I`{}jYd^b5(-1fs2WN^;V2bFpou6F zO+nSsG;|G0L)W5obREh-*P~2y1Ij`-qHJ^%%0V}yh3FQPi*7}W&}}FW-H!6n9jFl9 ziAvF3s2tsm4xxKc1-cg8E}}XpDo;@tbwu@0 zG^&qcPy-Z;8lwKF5gLdZqd}+%ibG9NJZgp#P;-=sTA(0miBeE2Gy%0nsi+N_gxaDs z)DGpL_9!29K&wy`DnK1kA?k$Iqt2)ZMWbTW1(l$#s1$WWWhe&iLfz2;)B_zvJyBG? zq8Exry-^J6gZiVsXdsG3ai|}PNBvPE8i0amAWBAqPzs7eX=pG?M?=sIG!$i^2hnWw z5XwXkqdDjiG#5RJve08F8^xm>lz?*4Ftii}&~lWB^3ZTpfJUG~G!hk~ASywlP#GGH z%F!59fgVT4&=V+XrD80KM&nQnN z8iY2ZI8=(_(H4||wxUGzItrp~C>d=>DQE|pfZjl<=uI>Qy@k?H8OlIAQ6735<)e4d zO0)|Vpm$LrdJh$$_faw0jY`l5s1)r%W#~h+3w?wRppQ{G`UIUtpQ0%JOnq=K>WDr= z(P$rvL7$^ov>)|H2T(jZh!W8kC=Gpy($QBa1AUEVqi;|q`WDSW-=Vqadz6KKK-s7q z<)A|-7ac}R(Gj!^RiHfdBPv8cq0Q(hDnrLmIXaFGp%bVAokV;EL-1#G4*i0n)+l~O z(dai6gHEAX^g9}ePNO*V2Z~2$Py#xO645ynMCVZw`V%FizfcPL8|9%3C?8!!1?V4C zi2gxvN))fJ*a%*Q642Es5miD#R2hv%RZtSD zijq+nN8LfzKy6SaYKyW^JCuXkqg>PhMd|B$f>9_Abwu%~6G}v#Q4mF= zB-8~Zqpm0qbwl|m1{I+0s1Wr)MW`n#M!ir8>WxZK9~8eq(HAA4SQJ40P$KG&Mxp^I zhz6ojXb>8W;!qMAjFQn1l!At$3FtwTiXK8!(8DMVJ%ZBFqbLJChB8q+%0dY!8x2D_ zD1a8CM3jq$qdYVM<)e|P00mJY8ik6`XjF{Gpc3>rDn(DAGBg(LLgUbGl!W%8C(%Ka zjLOk?bO@!O!)O9Jf>Kchnuv~~N$41wj832_=p>qoPN8Y&Gv>3gMmZJC2GW0&mL%Y#t^Z_bEd(ckwA=-sL zLc7t&XfOH%9Ymj^a=?q3=*U`W_{qA5bDHM?rK5jY5Y}5;}sCQ3XmtKcZCh6UswJQ9e3`3ea)1 z7M(za=p@>Nenv&;7gUUXMJ4DrREkca?dW$Dze#Z#C7?f00G&aJ=qw7Nb0`U&N6F|< zGy(mEQqkXN8oGee&_$Gv{y`b&UzCY1xk8bJE=Aese`q1P4CSKBQ7O6tm7^=sA#@e0 zKvyHa>NZ#joj{e*DO3fWMpe;S6o$^BYAC8m5sso!1d2hCC<9eTdFUFHkFG@p=sL6( zU5^UU4QM^O5f!1EP%*k0m7-fv8M+niM7N<`=yr4f-GR!{o#-sO3q`%ExEn>Idr%Cz z7saCcP=9nkiboHiG*knnqnaoK)k2x5Hp)VEP&TTIa#1~$hw7uvr~xWN4N*C2gep*D z6j!Whg5ptAlz^I{MARGwQ42I0wM64kE0lyc)EkXLeb8vs7mY)) zC<*mL$*4a{K?BePG!UhtL1+q!LsQXUl!k_&bTkxYpa)SVdI)8qhfy|q1m&Pd(L(eX z%0=-g4<(>{Gz=A>04hX@XagFKiqHsDj7Fjo6hx(H6xxPHqaA1rDnpN>UFZq48;wQ# z&^T0%lF%XaB&tBk=tndj9YrbV7@B~Nqf~SPO+=^ABy<{0Mt`6w=nR^Q&Z24P9C`|! zN7KG5`{n0Em5Y0w$C=t&?dAN6`?{@jMkwNv>uhB z4QMOch|18*XeW9F?LwQ-Zd8Q!qF2#ARE+kc*U$k}f)1k1s2r7|Lud=CKwHr%^g23& zwxM%qJBr$@*nv8tH&8Ts6UCsnP%J7#{n1V|5WS7!&^ss|?LrCYU6hF4LqYUDNH&W`lHimAo>Hvp)+U* zI*a1bIh26TqeS#43ZlQzSoAkaLKjdnx`VVwMW9V65*4B9s2E*? zO3<}vGrA6yqU+HXbOYLsZbb206gQy+bTdjsx1bT|Rx}dbhJxsJG#cH3lF*$f8Qq0a z(A{VPx(B7Ad(lL6A4)^_qjdBD%0M+xCaQ_DP%V^=YNH%f2Q5T(Q7)>7@=$%0j~bu? z)DW#fjZh(KjEYbbREnCSGSm$1Le0@`)B=^Gmgo>_g(^^MbPTmYCs12-3bjM0QG0X- zbwKA(6grPOqNuHkPN*a5jG|FAia}jaEb5B-qi$#*ia~LxJBmj=P$KGyf~XftLcLKk z>Vqbrz9<#NqBPVG<)Qv49}PeSXdo&?gV1^uhl>rM06GnN9WK86!p4dB#K5s6oW>gSTq{-M`O@H z^f-z`PoQ`-7A2r@C=n&0RP-cDL&+!|jYkX%0Oq(Ocb?EF$+bb*(e5OqF6Ks z#iO|>0X>Tn(Q_z>o<~V&9!f^@Q3}dJsptiihq6&VT7U{r4qA&AqC%95)}uwJ2rWj% zXbCDoOHnCWhPI&PXd8MFZAUMm`0a`nC;{c6M3j$4pp__yR-rMd041T-C>gCmDQGR4 zfC^D6T8I9xru&Z8>pZADY^RXkd+$At(|h@(ulL@2@4a{A8OAuYJ%ajC z6n>v?`^Qi>Q9q7)4D}PJ$5CHIJ%Rd3)RU;6LY?{I$>XO{N!0zQGU`jH1?p!|mry^8 zx(D?D>N4u*P*+etkGhKb1=PK$2T}K-ei3yI^-HK9Mg21Be$=m^zJ&T!)PtyBL;W`D z*HPC|Uq(HF`U>jIPo6w}17%13Cd!TaEmRow+o&k&A=DD}JE(K0-$mVl`aRTn)bFD% zp#A`LC+ZJT7g2wNx*PS!s7t6nL45&r9d!-$FzPz$Pf=%n>g4ffs50si)EM>Ws5$B{ zP)pQbqAsBxMcsq?E7WDwS5a3`e~r3|`Ww`}sJ}&BL;W4nWP9ArnZbe;0Jq2|a>Zz#Dqn?Jk8})S5CDhlUE~B1-`cBj{QCCpULS02Y8+8r! z9MpBxb5ReYo`-q_^?cN$s28AaqF#u44D}+^^(5-0s5AGUJYI%6i+VZA zj(P>kjd~?2jCvI+ih4CFj(QC$iFz%njCviaj(R<6fqDb#9O{jz^QbqW?nb>CbqVzr z)IF%TqAsJ}hPr}!JL)Rx9jJRz??l~)dKc;%>fNaOQSU)LfO;?LLDX%ihfwcBo%zzq z<93uC^?sBa^#N2E^+8k=^&wOo^-POs7Fx_)J>EV^%%;9 zdK~3OJ&E$5&iu^D!;7+`d?+`{j|!s#s3aQ2-EbrCg0-Gv&VK93rs z?nX^emrzsGJ*XM#8fuQZj#{7|MlDf~pjN2AM6FSeqBf|Ts4eO-)DHDHYL9vXbwE9d zI-<@zaPs(i)LGOylpS>k%8mMWs4(i^qoSzus5t6BppvNnh$^GL0aZs`K($fdh#I55 z2{lE1Gir|dPpAdzTTn~Xe@2}{{TI|F)Sak%Q2!Nm8FdkL1@+%hS5bGN?nQkbbsy?( z)HT$9N8OM5R@9eJ--dbs^*>M#qW&l9%c%c_dI@7>bp^QqrL}q3H80G%c$=|T|s?6 z>Kf_?Q1_#L5cLr1D(X7whfoir?nOO<`eD?gsQXYiQC~nkhPsA&9Q7lpCs99&I`i`< zj~_$XQ9q7yqkaMvMtu=gM*SqJg8C^`9re?wHtK%V81*I86!kNxCF*BUmrxI&?m_(= z>N4u*QCCpEfVzr$5Opu=7g6`2ehGCA^~!=Ru%cwEx zE2t^zH&AobZ=x2c-$E@>zl}PFdI)s~>UU7*QNN42fcibuov7bOT}1r>>MqnDqCSuM zBh=lfKSo_b{R!$C>N@H=>S5Hws6RzLg8DNQ{&bx7BdD*U{v34^^%tneP=ASf9Q7#b z3DjSqo_j7$6uq)qW%VDNBu3zjru!O7P& z)cvTZpdLUy6?Gl;G}M`2Jb64FWk-D-Dvo*vDv5d~s*HLT>Ky9Xs5?;4L7hiE7j*&k zJk*`2=c6v7UVyp_^+MF$s28Cwp^2&9{ccN}XT|~VPbqRGl>K@elQI}C4 zKwUw75Oo#xA=JI752NlweFSw4^-)y$mrouaLsd{8M^#auK-E#7M72?$LUmD}MvYOQ zK}}JgMa@y4LoHAi)Dm?DwMCspokLkscc5&j^C&y&0?L896Xir*M7dCRq1>p?qdcg) zQC`#~ln-?e%8$B^3ZNcF1yPTnLMZ%cS?w_DCMtq@3>8H^j*6k4K*do{q7tYxzjE?O zqRygHC_5^Ra-%Y+Fe;0RqH?G>DvwH{3aB!wh^nJXs5YvM8lx(xDXNNEplYZks*XB` zYM?Hlny8DY7V0ik8+8fQLEVGuqAsI)s4J*G>MCl0x)(J>-G>^XuA#=L`%x3rL#Qe0 z%&(q2W+*#qjw+)Ts5)wiYNJ-DDQbs4eOa)DCqXwMTse>VUd{I-QFoy3Lj60`-Kc+$x`aB9x`z4>sOzZzh}@s*bvdYNP%eYK*!IHAQ_MHAmfzx`g`g zsC!V~in@&YHq;f=|3Fi?p~sLQA+>i?nUsP9BAQQw6+hq{8g1NGgg^QiAZT|j*=>Q2=6p)R7nA9WY%2T-3! z{UGXY)K%0a)DNMqq3%UpNBuDBVbp!7M^IltJ&L-9`YP&2P&ZLOih2z7W2nbbKaP45 z^%JNwUp{$!5p@>zlPEjtr%-OxPou)9`%zKUmr!xk&!Cd1pGB2X51=ZjpF`DAKaXmo zegQQ`J&2m3ei1cC{Ss<{`eoD-^(&}zs9!~$NBtV=0_xXM7g1kET|#{Ybr0${P?u4^ ziMoRNE!6j;ej9Za^$_Y_)bF6~L;Wu58tV5@KaTo+)cvSGKz#}Iho}coe}sAv^~b2+ zLj4KqA=Gu$b=1SChf#ludIa@nsK-%{pq@niIqJ+;P9A@OI*a;ClpXab%8mLfR2219 zR2=o!s3hudP-WELqUxx>L$y&iP*c=R)Es4?&Y>Pd-GTah)Opn7s0*kkP~U=j5_Ko) zA5eFp{tT9S=sDDCTM*TDD3hG}_S5g0px`z5U)cvSio^|s066#je1E{B<9z;DA z^$_Z5sOzYwqaH?m9qJL(GfK^%7JW^-@#?^)gf)^>S1b^$JuA^-5G5^(s^c^=i}@^%~R^ z^;*;%^*YoN^?KA6^#;^A)EiOfQEx(BK)o4tC+aPzi>SAv?nb>0bqV!$)IF$opf01{ ziMoP%7wX-3ya$i>;&I!_<6Tc{U&Z;oc-)7_wUbBSUAO+;t35&2nX|=MuxO84y^&%t zVzWnzu`_3V_A9qMcFW2CzE--uHSE`KZ!{<6>21~W?Y&;V*eh3Vo7JZ?;G}QwwJW!e z*0a`d@S*p8;DfhM+q3#@qjI%dZq}!_kJ_W#i;Mc8Hk{mEZIvgr`t0`3uvM-!CiU_A zM(eLV^V9udZQiSYcJho{Z@J~^@mbG=BTRLr%9kEOH#6CF?hvY~clM``D&cr#n5SQdiT$3Ad zOYX!yc@U4JZ6m-LZ_pA6_UNQT5P z84;soOpKEWF-fMxG?@{zWKPVJ1+hq$#4=eCt7J{AlMS&+w!}8s5xZnh?2`l17?LBM zj>(BQC1>KCT!>3@C9cVhxFvVuo;-+0((*Liul2^6r{Vp*c^152y`G~#4Jr%5s;rpb($C39k)EQm$2B$mmF zSS4#>oot9rvL&|3j@Tu8VxJs{LvkdJ$%!~6XX2b(kj9c+>2ytQ#4WiK_vAr5k{0}% z?a2#!=Ii+WidNDl+DV7#BweDL^oU;4C;G{N7$ietn2d-~GA72!gqS2#q>&~wI?a+f zF;5o6B3Tm4WJRo!HL*@M#3tDi+hj-Vl0C6c4#Xij63663oRTwfPA)VN|1pa9_nCZuMJs6&?W99=k}lCrdPFbj6a8dB43Z%+Oh&{g z8584VLQIk=F->N~ESVGYWI-&FCDJI96`fYenph_rVv}r%ZL%YF$)4CJ2jY+%iDPmi zPRW@#Cl}(9T#0LPBW}r^xF-+dk+eKZ_j~%Y4L8q{hLyDG)J{4?C+QO1q(}6UKG9DG z#2^_G!(>E^k})w(Cd4F}64PWx%#t}VPZq=?SrW@+MXZuF(x{USoi@pq*d{w-m+Xms zav%=LkvJwN;*^|;b8;ar$(6V!H{zDuiF@)O9!U#+{s`~yv-$ptR?;TgNe5{-NtaID zq(}6UKG9DG#2^_G!(>E^k})w(Cd4F}64PWx%#t}VPZq=?SrW@+MXZuFu}(I`CfOp5 zHrdf>m+Xmsav%=LkvJwN;*^|;b8;ar$(6V!H{zDuiF@)O9!bk{bib!RL3s15XeDi; zopgv!(j~e{4{3NwpHBT`Kn#*0F-%6pC>ayuWI{}mDKSlE#4MQ;^JGCRk|nWBR>Ue< z6YFF{Y?3XpO?JdC*&~fUIne2l9EoFcB2LMfI42k4l3a;vawBfZowz3t;*qrAr+o4L zK9}#WXeDi;opgv!(j~e{kLV?RqMrayuWI{}mDKSlE#4MQ;^JGCR zk|nWBR>Ue<6YFF{Y?3XpO?JdC*%SNZKpc`I(ioEyoleP_I42k4l3a;vawBfZowz3t z;*qpGPxpKJbNV;WidNDl+DV7#BweDL^oU;4C;G{N7$ietn2eA{l#J;#PA0@8nG(}v zM$D2qF;5o6B3Tm4WJRo!HL*@M#3tDi+hj-Vl0C6c4#Xij63663oRTxrn3D^gF3FX+ zCO6`i+=+YgARb8zew7CA@ALWoidNDl+DV7#BweDL^oU;4C;G{N7$ietn2d-~GA72! z1ZgD6lupxRM$D2qF;5o6B3Tm4WJRo!HL*@M#3tDi+hj-Vl0C6c4#Xij63663oRTwf zPA4G$VvmD@n`BFDlO3^3_QXCp5QpSQ9Fr4qO3uVNxe%A+N?em0aZB#RJ$Vq1qy^s#f%o^t ze1AnNX(J6g>CmZ@bct@#BYH`n=qCeWkPL}oG9pIFm>4G$VvD7%q(`S-(kJ@KfEXl0VwjAGQ8FgR$%L3B zQ(~ITh*>fx=E;IsBuiqMtcX>zCf3P@*d$wGo9vKAm+a}ZPY%Q(ITFX@M4XZ{aZWD8 zCAkvUVwjAG zQ8FgR$%L3BQ(~ITh*>fx=E;IsBuiqMtcX>zCf3P@*d$wGo9u{PvM2V*0ci}$kxs|t zM4XZ{aZWD8CAkvUV?3xfA!~K|GQce8(Z)-V?3xfA!~K|GR{SLl9Ezoqo%SMyFXaC+5k5SR_kgnXHIa zvL@EahS(%qVw>!UU9uZ|N8*^Ah*NSV&dG(iBv;~^+>pkW-05^r9>gPQ!8Zxx z{e30hU(rh1L_6saouo^2lOEAa`b0k&5QAh$43iNtO2))EnGlm?N=%a(F-zu1BTp7| zS|m$inXHIavL@EahS(%qVw>!UU9uZ|N8*^Ah*NSV&dG(iBv;~^+=yFpC+^7u zX&gz*t8~Ao-vxg2tY{@|qMdYzPSPd1Nss6yeWITXh(R(WhRKK+C1YZoOo&M`C8o)Y zm?d*!o-Bw(vP2qXvZB)}SrhAILu`^Qu}yZwF4+_N76#3&gP<77fik|{AwX2dL+6Z2$2ERrR$Ojg7ySrhAI zLu`^Qu}yZwF4+_N|g##>s@3BvWFV%!pYsC+5k5SR_kg znXHIavL@EahS(%qVw>!UU9uZ|N8*^Ah*NS#8gp`?(gPQ zd4ulv^tVUeJS$pBn`kE;qLXxqZqg%qNuTH^17eU2iD5EwO52Sn8584Vf;5t3N~dWu zBWB5*m?sNjkt~U2vLaT=nph_rVv}r%ZL%YF$)4CJ2jY+%iDPmiPRW@#Cl}(9T#?3_ z+~{;m?!-NL5RaqG zjFSm5Nv6a!nIVlVnbT>WEQm$2B$mmFSS4#>oot9rvL&|3j@Tu8VxJs{LvkdJ$%!~6 zXX2b(h)Z%MuE~wKC3mE;Cl5M3l9o5=e&59V6|JOAw380eNxDQg=@Gr8PxO-kF-V5Q zFc}e}WK4{c2{B2g#59=^vt&-plLgW!k|mv%$%E^k})w(Cd4F}64PWx%#t}VPZq=?SrW@+g*2*UO{aCTAvVdD*d{w- zm+Xmsav%=LkvJwN;*^|;b8;ar$(6V!H{zDuiF@)O9!bkv^!~nu_bXaS8)?`{hfbZO zOLUVS(M$S7KN%2%WJnB?5iv@}#5kD{lVnOvlNm8f=EOW%5Q}6Z|N8*^Ah*NSV&dG(iBv;~^+=yFpC+^9EcqA=v)BV1U z_bXaSn`kE;qLXxqZqg%qNgrwW$$(CSWJnB?5iv@}#5kD{lVnOvlNm8f=EOW%5Q}6< zERz+nO4h_W*$|s#OKg)Ju}k*EJ~<$bAvx0Nn4E}Hawg8ng}5YF;+ouuTXHAv$%A+# zEpONTzMc0gT1lH|Cmo`bbct@#BYH`n=qCeWkPMMVn2hK&O2))EnGlm?N=%a(F-zve zJXsKnWJxTO6|qXz#5&m!n`BFDlO3^3_QXCp5QpSQ9Fr5$n36M{&dG(iBv;~^+=yFp zC+^9EcqA?F(EYxH_bXaSn`kE;qLXxqZqg%qNuTH^17eU2iD5D#M#&gy#L0wClVnOv zlNm8f=EOW%5Q}66+Y#TXHAv$%A+#E$`I*zLWPWT1lH|Cmo`bbct@#BYH`n=qCeWkPL}oG9pIFm>4G$ zVvv_=@6ZyOLUVS(M$S7KN%2% zWJnB?5iv@}#5kD{lVnOvlNm8f=EOW%5Q}7qG|FT}r&Y2h*2#w0BwJ#e?1){mC-%vK zI3!2nn4E}Hawg8ng}5YF;+ouuTXHAv$%A+#E$`9&zK8cq8dlP#Q#!U zU9uZ|N8*^Ah*NSV&dG(iBv;~^+=yFpC+^9EcqA?F)&0Jg_bXaSn`kE;q~Ro8 zI(3sC(M$S7KN%2%WJnB?5iv@}#5kD{lVnOvlNm8f=EOW%5Q}6C{gK#2^_G!(>E^k})w(Cd4F}64PWx%#t}VPZq=?SrW@+MXZuF zu}(I`CfO3(WJm0hJ<{lt1Dy`ZkvJwN;*^|;b8;ar$(6V!H{zDuiF@)O9!bmlbieQ8 z{fbu7CfZ4d=p*qK2{B2g#59=^vt&-p zlLfIzmc%ky5vycPtdk9~Nw&l`*%7;BPwbNeaY&BDF*y;Z+iGNscr znGv&OPRx@9u}GH0GFcI;WKFD-4Y5hK#5UOxyJS!7lLK)`j>IuJ5vSx#oRbT2Nv=p^ zO>T6$C3oVUJcviq@&VoN2YA1tm9&X=(jhuYm*^%vqL=iEelj2i$&eT(BVv?{iE%O^ zCdrhTCNrdwC38B>lLfIzmc%ky5vycPtdk9~Nw&l`*%7;BPwbNeaY&BDF*y;Z8C z3vo%V#5K7Qx8#mA_T)jQN7C{^-R}o^zoM12iFVQIuJ z5vSx#oRbT2Nv^~-xe>SIPTZ3R@km-ebb7zWnGf-P$s1PECfZ4d=pfx=E;IsBuiqMtdK^Ptm(8)HpC{`65C`)?2u-@Mf^L|AuX(J6g>CmZ@bct@# zBYH`n=qCeWkPL}oG9pIFm>4G$Vv_)JCmW>EBwIRd zlO3^3_QXCp5QpSQ9Fr4qO3uVNxe%A+N?em0aZB#RJ$Vq1q~#;J-;eNqMJs6&?W99= zk}lG4lOCOVNuTH^17eU2iD5D#M#-2MClg|lOo?eSBWB5*m?sNjkt~U2vLaT=nph_r zVv}r%ZL&ieU9zXsJ~4G$Vv_)JCmUjuY>92MBX-H2*e3_1F(gMi9g`DrO3uVNxe%A+N?em0aZB#RJ$Vq1q~&9} z-;eQrMJs6&?W99=k}lCrdPFbj6a8dB43Z(z2$K<=M#-2MClg|lOo?eSBWB5*m?sNj zkt~U2vLaT=nph_rVv}r%ZL%YF$)4CJ2jY+%iDPm?8dGwn(>b{im*h%ZlN)hM?!-NL z5Ratg_)JCmUjuY>92MBX-H2*e3_#kQ|9)aw1O2nK&mGq_HGdI$e_+ zaZB#RJ$Vq1q~#O3-%s#_)JCmUjuY>92MBX-H2*e3_#kQ|9)aw1O2 znK&mG;*wm6YjPuQ$(^_-52SG4G$Vv4G$Vv_)JCmUjuY>`Hr z?C7*h_QXCp5QpSQ9Fr4qO3uVNxe%A+N?em0aZB#RJ$Vq1q~)`^-_P=XMJs6&?W99= zk}lCrdPu`d`gH0i17eU2iD5D#M#-2MClg|lOo?eSBWB5*m?sNjkt~U2vLaT=nph_r zVv}r%ZL%YF$sTF+$$?IX4G$Vv_)JCmUjuY>92MBX-H2*e3_#kQ|Z5n4IWzO3uVNxe%A+N?em0aZB#RJ$Vq1q~-K4 zh{bOJw%p1aHV3N)n>pAuILyJR!DS9^4IXpwYVetZUqiqgf*L~R5Y`aUU_>><%umEM zB+MbHA!QC}4HpAuILyJR!DS9^4IXpwYVetZUqiqgf*L~R5Y`Yehp2{_Im9(2G#E(@Df1I) z4Hb$p{k)~4s{I;b7*R4nL}Gc#~ivEdgjpAFffOqhLJgpHB8K5s$pgh za}5h~SZY|A!&<|}9JU&E8jQV$gZYW028-4F@q>Tm_|3ECVAWtV2fGG`IXE@A%)za} zV-8*oK6CJE2$(}qL&zM$8Y1Qp)etj>xQ2u|BsHYWA*~@}4p|L3bI5BbXfTQzO6DiZ z8Y<>c)lf5sx`u{1G&Qu$p{=1~4qXjBbLeXrn8Q%R$Q;HRCgw2JFf)g_hJ`sSHLT2G ztzlyhTMavN*lReL!%>6f^sk`5U^C9x^y7zy8&(ZAbFgc0n1fS;%N*PqJm%ol;4=rm zhJZN)HH6F|tRZ3!Q4KM3h-*lgLsCP^9MT#x=8)BpGl#r}f;kj5l+2;5p`yX4YN(l? zsB37LLsLV`9NHQ>=Frv9Gl#y0fjJB{jLc!IVPXzb4Ks6?Ygm}WQp3s|)*3eEu+^|L zhrNb_IUF@u?BKYmvjHZT``H8lM zjyZHS^vt2JVPFnJ4I^_HYnYhBRKv_1<{B2}u+*?JhqZ={IczoT%wezLU=BwO7Ki!u z;n3HIIaoE=%)zd~VGd3WE)9lTgU9@YSA)+S{2Bu05Y!Mdhp>i-IYc$Y%ptBJVGcjX7*J?95@W;b0C&4HlRA_2JUjhdEd^*v!GM!C?+g4K8zVYw(zZ zSA)+S{2Bu05Y!OTV1zY9%uhr$#LOYCAz=GRzuDl@)`=}P}EQ|hq8u> zIaD>&%%QHKVGd0VEpupV=$J!SL(d%g8V2St)G#uKv4)8TW2#|heqyd+VGc_TD|1+D z*qFms!_FM`8V=@g)L?O&UmtFLeVBt)gUuZ58XV@})Zj7)w+4?ncs2OU!LK1;4nYke qa|mmQm_t-UOvBB%hQ!J6ychlMb6?1R9?Nt8$}O*+JpI;NZu$RO64W>V literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92137198d3502fd23975f6683c429ea7ad5cc159 GIT binary patch literal 1395 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5d4ec8f869055bb36097a019f82d65b6e57076f GIT binary patch literal 83123 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 gV+XLNy zI~g3Ou{cf~JH@1VkmD4m`2T(9+&gpLGP9C)iOukT%kIbdy*_8YIq#k~^WJ`Iz<|C5 z_~)Bfe^CFK#|sO7NC^Lo@WD@3R~Hn#slXMu!p4H8!hMB>1q}tRi2u1BPZqkKt{B=& z;@%RMxB^V+BidKApJ;#40ipv%2Z;_A9U?kZv{ZB$75f=3G(vQw=qSq?#NbB|`0Ihrn6=-L^K%g>YLLuO}U$^w}Z&R|?7n%QF412wjX!~2&0 z6Y6Z=do;8B{C0nApq{19mz+k=V47KOIe0eYl=%&RLT39tr_6F617zO=Wi%8Wb#d-c znOiD4jEemX7aActQq~KjF0L^~rjHdJCpunqg6Kr4|C2= ze}~Kt=w@b_uaH^pBXkOkqnYKDQpxo&YL3iudm*!2Bibo&O0-kplx&{mbW}Y$shgRl z6SHNOTMU_Hmb;tTf!)k3_YpG7IGR}=P4Fz^;8`r0BePs8WR}~DW|mVzW*JWshek8Y zElic^&)$PEgTb?0C-h)8v)o5_JsWCl55BYb6FfVpo0;V?h0HP@D6c76XL)>gvd(gQ z6JgLsEePDkXdeVj(ncx%67}8dUmbO@>Pdwz)bQ_s0QrELS_ed zGqXIVkXasU@GPf?>jvC+xNg8WbKQUx&R|@lvojd?5cMqAih7n)LY+mNvl?)@Xl6NO zuACFIRRiujTQ%TXA+t84Ar6@x(#^~=HzBj!N60Lv50>{oR0GcKUNzuriB^MW&n)*@ zCYcGDg-3H{mP>b*Ssrt?YQX8C&N8-{%{Z1L+l*(2KBvs`6%UY4Q>X^HGRx`NM_oL^ zQSx4dI?H9Fqb@EJ9d&V;+@8hUEScpxUF*TPzmQq$S#BX)W?5T}Q0p@l)vwW{YX1T54S;pBi%jvl@o2~|Yz0WDPe1*Za+*fD0#WIpxu9q#hoZi{B zZ|-N3ygSj{a^0@vmLrAWTCUUmaTm96`?c>(rPV07c7$Y>d+I4i-Pv_SF4?tn7?%vL z4Vh(jvSpUjqnYK}(Qg$rvz#6(E#opd>aJv#?hKjbwnAnZKOfg-Ds42gBfIHY9!Iv! z^0)`fS*?4c1Fjd&Vcd48w2ZT5meaFkmeZeG7sfR^%Pf}(m6oxs2O+cJ@8H={&ndIa zN4O?K=Y(p&=|iLrcHS%S2s<0ma@%2az&KO`uAA)~hUr->#t>9V4;T*;|oWrwaX_Yk@;%`7!k1HNm~I-A|ITrRg~IX7gMamXy=kXi0EWR}xy zX2W%F&2GlCW1mN6xsT2=%WOTfzvX(_GRx^<+{N{x<1S7Kp5>CE8gP2>EMi{`I5m3h z+j^F9ID>J?Pz|`2kh6Kn zEZ?bYXE1If+t`51haQZ}gfkf9|GV+5%`7W}&1}djD+B+8%uecNX88(&XZb3lp5@$Z zodT9LndNbY%yNxrW;r)}$H=*%8Ze$D?@hL`0q5R+?VD3`f5*tVb7hO2jSaYD@GOtd ze#gjchAUk*vy*dVmg|?uUi*mt@_#eOSJ(B-(pl4`GR_diIUG}FiH6_IaZ0vt6*xV7 zd&@Zd;(&4Z_7?F|tlk_MP&41*2G35(ky*Zu{L8GoUc91dGC~TOrAtC)8AmhAR~r4k zh8c`zmQ%tRjPVk_L!D%{EJtSfNzcE`B1@4o7_$&O%M3=Z$Z&3`28=^@%Q$3~??h*w zXiduXZ5p_BfEFEZ<&$M zhcONvF5*Zd==fPv+R+=n3h}2c8!+R!+I9)S=Kr`*JPI44cBP7 z-R@+T>qfr|@8Xn6vc1W2?uurXb8TjCud|#oOKQiR z?iSRuJcIE(7Dip=CbK-ckXgpv$t;)uWoDLnvzg`bggVQ4p%3HqkXgECuDnaxs=@7^ z<&;njupJq7F`pd8-aa;%caLV4pP_Jv4dc!-%dCa*EaT`m<9u&IAIA44Qw=n;*+yLz zcPO*J>}v2#&ys^@nTu?h<@DfL#$jy0bwj7X>CtNkoRY~bdoNZ2s=7B+gZVi!%lGYG ztOk5tp&BrQ(ah2xp}Xah+0I}#v&<&*n$5Eda%7h4-@TdTtB#(*I3-t|cHeAUq_GFlCA)H!=FE)mAFjKg@AakeuU zr-!@3n2k_pIo)3UR^Re0hIbYkGP@{8W_j#)Z)W-GqMqfH=jK_i89d84c$V4B=2fKCcm*mJS zw{rJ-R;vLuT>WNzdw0vJp$B6eGRrtzMPwX2%Q$$JaqukTaIK569UJKRE2G}CQk9CN zv+3HeleyjS%{b$(eKU?F@eU4`{X~C(#BFrH2jlymtU05XUpkf#KqSh{f6=Ota3`U|I)1L z$RK1`{A#kwwelmYw|kXS?3s%kt*@LCvdTDkm2vJd0pE*IUm1t2B7Vj-F70jom>@5+ z%GdXN#sivFYVax@6}-xLzI^)_tpK-sRYw7ORhC|5X7kspnpI|{Og`D+I|OkMd@@Zc zc+cV^zwG0H%zcZY@5hu?5;*_<(l}jWt9~*j9Tx#tRhbluQG2lB%i2w zh=W%-J&XbPuH+sAaLG_txrOXw0J=5g_1?=WGUT&LkA<@pvw?9sG-Q=?=ZFJ?S2;IZ z1yHYYZn(pPTZ>kJ%>7>J3ZQjhAD=5(;Fe;IV$mL=GesAQ&J~?6dcWvm(M6&a?g6Y@ zF7bn+vt`N>iKmLrqhddkg{Fu;BsyJmhG?1S!=jIf&Jlf7^fA$8qSHhdi1rhm@i$qIASBkC@T`juCt;L?!x%JQuZlmARCbt<}<+eb#x^2+yZU=Oy z+Xdb2_CWW#ebD{x0Q8_c1g&<5p*5}+TIU=z;p(7ATs?HHI|^-Z4bWq5gWr>L$H9%R z33|dcLl3(a=t^t`(Oz39$DFS%-Ht80W_c2&?lt|#=0tAW(btQ__E z-Sx%P-z;uAp1TbFeb*2AP1hg#EjIxA2W}wr58WVW(w%}{bAzGZc0-_l z7z z^sn3m==a@3=wG{I&>y%-&>xC#|Hi!l@!z`1eouerrhxz6l|g^xrb2JJ7eW6)&Zht9 zrXl_(Hy!%VZU*#U{k9!dD|GH(+uepbzKX=QYEPM@r*Y^nMyKc1* zstIU?dk9+T9)&*O9^>BJQdil4zxVYhDoAj>BK+4Q(IdgXd*Z)h{MYL>g&*zxk>2`b z<9&S6ZhWqZ&o%M6rqKQWa;|AZ#rVaaYkrQsenZZ4@ww(+I@c8Yb4`hyYl@%cT!S;u zxjr-d78VrT57E>xHb16$G(p! zhERr5_&*1@IfyczGK?~u(t|RIGJrCgQcUSb8BF2-a^Pk!$^=SJN*_uIWgui$-b6s43hhBB7&b4aTk@c%O60k=L%;p=Q=-dZ1{ETc$5|A&#J`@a$0 zE7 zsiD+Uj#181j#C;bCnznHHp)55dCCRKMam`0Wy%%GKMDKDYClya5w zGRn&-ze0Hh<&~6IQC>}X4du0z*HNCNyq@v~${Q(fqP&^%7Rp;GZ=<}O@(#*7Det1Z zoAMsYP0FuQ-b;BOR;$C|{?1gYxT?-=O>^<+mumP5B+l?^1q`^81u;Qocp`1Iiy# zl9X$dZ&Ut=@*T?0D1S`(6Uv`b{*3bHlt$e}4C5vtpuW3yrj@Q5IM_)=k(e~rVR-d93lP^hLO};Go^5iR$uS&i;`P$^` zl20aIpL|2|jmbA9-<*6)@~z3YCEuQWNAjJ?cO~DQd{6Sd$@e9nO1?k&f#e61A4+~S z`LX23lb=X_GWn_Gr<0#aem42J+52Jc%)-^}mHec5JPyyfff}bTSjy5+XDvs2* z*0hz^)l@V#HdQy))Rwm=+S&<-D;gVWD_YLAA8kIdXx@T_706Mdyrrh@IMUlzftOw3 zUv`Cm*%i!hJxwC{o!4^iXC)6KJk^+Zv~^fvK>_|PXnPwzUa201g@xZMSe+WU^5J1c z*L(I#6+GIf*Y%RVS1VIJ5Pe^wVnnH41%3KqYH!9R8uww`SL1$+`)fRa@j#6SF&?b( z5XM6_E@eDS|&v=5y6B$p^crxQD65lFgJXNPpV?15s z8H{IYJd5#cjps0)t8qEwc^X$Rp0Du&#tSuG#CWmBOBmm$@lwY3Yy1G?2Q_|(@xvNF z!uU~*A7i|%P@%GrwA|AQp_QP%R~K}w5?bx&tr1%5X`Rq|PaA|b>Uyb7LYw`(Dxoc& zwhC?Yv|VV2UvH<-El~Fh4y*cFLc1KcTnh%pI0q(*w3pGs`XSSV=LL7W5x*ya*)x3WkKe7Q$#V6B6( zf%D72SF{3OERGEv8#tARBZy1IQi0F+jtv|eI3Epsp|=?LY@gV`v4Qi^z~}miflv2~ z4ICRd9}Rq_pBT7(Ky2XH!1-w4Qv<}nt%G6%#|F+v1Gfzl1Gfx`4ICRd9}RqRh#2@p zX>8!w!1-w4=29_mM}9#foZXUV*}@-fe%g-1Miy=8#p#_J{oxc3^DMYS+Rj*1LvcG z_s$Xn@0t@EI5u!T8hG~{G4PJ^*ub%Y^U=UN%f-OkDq;i22F^zVZ?6yoZ&?rU7Yz_Eez(ZCy)ih)YsBdXTq90D;2LrI0oRDr54c90e!w;2^aHLDryp>QIQ@WY#OViIBThfy8gcpo z*ND>(xJI0Qz%}CZ1FjLLA8?I0{eWx4=?7dRPCwuparyz*h|L48LFNJ1AoGB0ka@s0 z$UNX0WFBx0G7q>0nFm~h%mc1L<^k6r^LR>-dB8QuJm4B+9&imZ54Z-I2V8^91Fk{l z0oNe&fNPL>z%{5V54bMr)lpelC>Fkq%*D^RmgmsNj|k4QM+7fd3tz;?J+^RcVN-?i zzdSHi7-Xt2$W&pFslp&rg+ZnYgG?0$nJNr2RT$KjDvZT0tyBx2$2lstaBSf`wD5)1 zYT>gOSjA&uZ()qX;;}HgB3p$)rV4{h6$Y6q3^G+1WU4U8RAG>*!XQ(HL0zfBSnS+d zweV?l1926Ot8gAx;WO*i!tH2bV++R?&O-~I+Nc(8#dVk1!m)+((86t-)xs^fSQw9m zL8hGpnRX6j+BuME=Rl^N z1DSRXWZF4USK2u&*1SzE+=ye3EgV}o4=voZLoIv^AGp}Uv4!){!pC>1g^%Ja5s!uA zv9PglzKn$%_NaxAU}zIp;kXJL3uBm>7h~c2eQIHc@pxQ?<0@<{oG(>4aX>9xizYI* zaBSf`v~b-aweVqF`G_qXTR0CbTyt10dRPq%0aqB`u#qa~ z&$HqmspZX&)Go)St&C0ES8vhCm);Gg?UTMWu21^bIGizh>5Y%QF+X!_9OCq?afs8m z#vxAM8izQ2YaHVAt#OFcx5gn(-x`NFeQO-z^sRA-)3?SUPTv}bIDKmz;`FU?h|{;m zAx_^Khd6y}9OCq?afs8m#vx8uTEyvF;}EBBjYFKiH4bt5);PrJTjLO?Z;eBozBLYU z`qnta%L+BQmCU}qH4cP(W%|HG9jjy>Zaa{n%o-v5f?H^vkhwJu>zP~QK<3sskhwJu zWNwWE<=;3V6`S@dD=pr<*tE<-UR>ynO&gn5Dtl_DRPWfdL-^T^hX<)gn1^_HP$wUY zJMi>!Qj-svxSvCrxsoBS^Rigst3dGOIXYhmu-uCVR~HTz+irSgpuk$`ET5b zDzM&U@q*$-kCzlLd%U8!tVoZ!vPj;+agWEniu(kMQu`GT zcs!_h$S+*2c-YUaQLOb?r|A5`3B@BG>lKgsg&P!)DRvxJZ1f8^DW34ytk~k$J*n90 zu}!hvFMLYzw8t}wXFZ-%Jn!*>;zf^_6fb+cqPVPwe}AQP)xLt9F$DNA11WQx975DhLdlmP2+^=}R z<3Ytk9;+1(d#q8c^;oCq1WQv1#Up-hz2Z@i4T{G+9#?Gi*ra$uu(YFDu|+X;QnA%9 z+@{#>=blnL?eUD_S&!!w&wIR}c+uk}#mgSAC@$;CH>EUH*;7Bi9#<%?^teiKwZ}Dz zYdx-0T<>v%;zo~~6gPXUQrx20u~l)KpSxXghsT|YyFBhz+~aYt;y#c26%TkksCdX@ zwc=rqHHx(!>lB^GgyIp8^@>M5HYgtRcwDj3W0T?ukIjlL9#1N^Dt5Ffw)?rK6i<6R zqj=WiImPoHFDPF0cuDcH$194#kGF!I>q%KHz;oO zxJhxd$124w9=9rP^SE7chhoQ0#a({xZpA$w_bTr5xL@&r;Ly}T#Y28>wc=rqHHx(! z>lB^GgyIp8^@>M5HYgtRcwDj3W0T?ukIjlLfWT+ ziWmL5mlQ91yrQ_Qx1KaBwRKr8Seja)xKeOPYL((@zwjExwI0_guJ^b>aid>%lj3GS zw@Pt~$E}LnJZ@Lq;n&@%xXaJot+>bIUd4SL_bVRIbvq6!9`bXm6%Xs&RE=V-$2vvl zF`;nWpT!v;8pWj=RCH(w;yI|6-)g=Yv7Ct>>;?o0$T_17Z_0qDZ$Cf=k za@?(=f`OZhembaR9F`iD8dlkJN~YPJl4*9Q*k%`yX?6jbW*3lYb^)1Y7m#Uo0hwkO zkZE=SnPwM|X?6jbW*3lYb^)1Y7m#Uo0aIk4$z~TYRY#rE1g0y@5XdyUSS-`*0y51m zAk*vuGR-a^)9eB=%`PC*>;f{)E+EtF0y51mAk*vuY_kir%`VV3yFlCQ0&TMkw9PKi zHoHLE>;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZL;kpf9hzdZ3$)EH&^Eh3+w1~uvkSD%F3>i+K-=sBZLi+K-=sBZL;i4G3$)EH&^Eh3+w1~u zvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~u zvkSD%F3>i+K-=sBZL;i4G3$)EH&^Eh3+w1~u zvkSD%F3>i+K-=sBZL17igPZplx=6w%MJ6 hHg*D=-7)i@9x`5<-Nm;zyJL#JQ!t`+XkkIY{{zQQYb*c& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4dccda6f648d57bb443ab4e6373a606f965bda4 GIT binary patch literal 77500 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 M=-zO6WktpR0dHI}fB*mh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d0253f038f5902cc62d308899eeddc0b72ec8ea3 GIT binary patch literal 77678 zcmeI52b>kxb;fsrgY4BDJoH3y(f0}VUq4^?(Sw_cik>QRMXtEEXm9a`;^Ly3BG-z4UF#={ zT^rF7(YB)PL`z)}TFYE}Xa~`bQq#$GMokylrmNI+6YVZqF7-V`dvZ%0r{fO(Q-wX_5G#40ipv%ExPP! zu+$8Z^Tau!W~kH*6CJMSEYaoGBcyhuY&S~OqRZB?(wdAe>nBKkg&bp|#CVeIJ6Uv! zv`(cWx{PFduXwe6IgW0LM3=o^JFM)|hwM`(%mq6zO3q$12h7EU{&b)xAmYww35|Z_5lU zTXcDZQaS4~={1=dINto;WvgWd^dsJ-+j`3=`$(@C5o-EM- zHSh9xmKj(!@ABBm%)pvtbXjAWf#sxknH89M8Bs=Aof~I{Qi(3dVwr*EwsNNJM6WKo z?5!vJk?4|oORpAP*7Ox$<%%xPCx3LgZ_>NDqs#3^$x%m(T6Fo^nRi(pFRc^g6-;`U zJtV!08lQJ9qT#=GRV$O|vhQScS(87yZ0#gtxm;%8xGs$@_qOOVewG=yZPL4}Nk*66 zGw-q=i!Qeu&bZ|8F54`+p?6t7PV#_d2KH!k25xDYfupp%%WcA|nnqRgu0`0Q+u;xF zU5?eRYCPM^MVH$Qk=GUPLzFGL>}NP@azvMH`J>BLyt|=E?`m`zSDTS>8=H}#obayA z%rw3h-Hw5GxwqwAjy&mIw%Ux0$GkS)<#BAj%OhMay4>cG^vZzHD^$G7dqRV$?uB#fi zZ&`G^2AP3-=g$mm{e5|t@10z81|BolRgLw@yvv%)NlkZL?IG{4OXs_6Y57%+eGiuYEV_(>&B)ki zzWFY<%XL*_kCt~?PDYmw&Yv03=kMkWmJf>LjyTK=JtVq1XQ0{&B#)MB1(Ijcyfre7 zF3&7p#UUkEAX$@~k+H_s$XGV-vTW-N93AdFp%z`1!*vE8-Mq^-TY+RRN$;{RtRh0k zi`v};>nF+#&gQ$Uu{&XGkLYskk$1rS!}|$~vw62?5M3VGRv?BjY^; z|8SLoYh*U(_0i=yOMJP%&3IY1l?Ike<^5PD+Vc4Fb&BIlO2(H*$bT=)R&y`+&7T{% zWxn{b&Em^)(!GpV@_vFfHYa1;&AqIjBC8^Ce8Y7dyQ;;rhTcJRdE^q=`&z7@Ga9xA ziJry1VRSj}Tx*aVh2;jGPcph}9U^0dUr-(@P8=p0<_5Oe8YK6z=(0zPF3b5>$=Jh0 zdA}uB$=I8%G|;#FOU>b4*GHnuvo`OtY|&-;T6h=z1kq)$mK!+M{IdpbnT#%L?7GJ2 zSmtH@)yx{$mtEHw*W_nE?A<>5VcDX~xQ2hsy_R`9OLW;^a{ZiVo$I>B`drsF)+aw% z<0yKFzv55Ucn-FH&STmqYphSMpL6el;+#R^%j73(+}^HhJn}HvGW>LcwYjcqJZk>T z%hu#|jWv_xERvZQ^>SUKW0`Std$;e4qRWw+cR5D;bb{rUe>%avE}b=S#O7U=ZH1Rd z?k{n&%)q^q(PfQ!m;0J`xo;R+$NbB*lO$NEZdxn z4(4O?Za;}G_qNQy@#nv)vDLiGau<1ByNbVZd6(P7S2a@ds>UN*W?*anPlXwa!E&5j z(PgAxd{twQ_Ng$-$VG6TnyD>HB#TWLU9qN{P`T$l0H92{TO`b%`VpGB8v zVcuo=_nUXa=<;aITZ80Y$(06;E_%4k3NMdgS2doseLBJVWOP|$-sP6I(!e9-%DeG= zH;(QAi7tCeMwd0o6<*d{>5L5f;yCt11ADT}z;T;*S%10cavSq5_qEKx`YXGtu@`s_ zYSCrcW@LOFo3{oTJ2#H*z`(maj@?hNoV=glF)`T-M?qhkEJ=(o6x67Y*xtCqlxTW1s@JRN_8tY#?-(^nV zl}$6R<=sKe_AbZRlIU`zw$gxo1MjjY^Dei#oOgLX7F}+i%e&krpLaF7+%x&<1Z(V* zHI~i0+}^y)dYkXE-tsQ$k#{Z6YD`~zRlDv*(PbZYRb$`RKJU^A&5JI_l7GI-)~nA9 z98L0Gjs50dB~$NebZw4c|5~)oyMraV+{5O(EZY+eEL(JW%$Cf^xV_!0p&#)s>+)v? z9?j+qd|d}h-mvI$Ut7mv+2*_4%jUZ%`>PtauzNMe&z=`yd5mP4v68iH&cJ%}F3ZU| z18ZzX#&Y~58RuclxXcQ1=C$Y!k?3-dHgdH5t7JS2%M2`ck}-A>?JAmUM#e2Ko$s

9O~*^3KQ=T^_@t%e|8KYHXd#eG%PwmaF${mqvG}M3*D{ea^@* zM#&63j%5axF&gOQu4>%Iu4;^nUDa6s(s`G$87apYCEC2tE!l7Wyvx>H^Iglm{MRzW zFo`Zl(MDcNo00JqO3ui5UX~engsaUA>;tbo)MjKHMKbSln`GYA=yG((a!`vd%P+oH zH;DWn0Bz+43&)t!CStE4*&_i!uX8(N-eePTpD9;;M!| z#k=e~c_+-VT6Ec(j4o?zoq>@WEaMs?n#>IB=cS{|$R+QDS(86Au+{F>cx;O<%a$1! zS&J`o!zFVDy~0X_c_x+}ShiUi%NAkwZ2o0^^Zd)bF1@4R-Zm@ad9)-uus_QV+}Hfe z`tXi|$FSVXa{lbVUXrsi)>wAnE0?@qW2FvG@GBm;2it1*2%QGVYbUqhO7# zHLz^=YZg`e*X}7Sx+5jJJWevYtV!lx_G;c`xq05@sN*$WQt~-d)+Dn7`?gsb%a(gN zBFhepbTT`zCiE`%w7X%J?XycBZ;V{!a(%kS*8I7bt@h~;MuT|+ovVLsrA*^&(H$kx z<$lTNa7O`0w`@@)^wt~)@ z{8u)%T6DQrGP;a+7+r2{-ep_!yvr?Z1)ayRD;vvpzs6U_u55Z;v+JA1HlCG@k?3-d zq<2}9-@9yWo_D$BwRvWQJq?!kv|ZI$V^=keE^2bD@p8NTS2ecc{S8g#UDjB1Sx)9% z)FixX9!_S4v3b19*FHHb z-t(7!a>*lDW?(s2W?;SLUG{3xWqmR;uqNqUIcJ>F^)iP^MweUvKJV9MlEV|<*x;!siC*z206_TT{=yDYKGXu9wMwi=P`uPO6 z%5}fSdYdz_Y~E$ryvwr9ciDHY%z$ljw+WsB~Fz`Hzh za?Zd=TXb2r=r+f@8eQ%c&&YTL^DbL*d6#`#bh(Y)4YS@d1IxLhi|u`Mxu@N$aqDDs zIgYUs*Q<*z=M3gsuJKw1w&+#_(d8&Cx{OWoZh|AS=(6>4nL(q=J}b^0PJecy-Z5pZ=<55zdu&CkD~wG41(& zzV_E*M#i(emNPQ;mup7Gu@9#kb7Tg#jS{E6+*h?p5?vnua`RoDSIfP7x#-eYHY4LG zF88TBx4)X`(lys2@5<|#xRT}a?&QF`9C>oi!1J}d%d$n6TjtLUjOa_v8Mt?HzRQ|i z&yumH8C$zNzNH~99tt}G8T1n*ENaSqJz;jRD3A4sB17n## zGqAN>t|I1LoD*I}d%mA%XmbXZE$=cS{bejRBV)}V8CP=7!1`onU_arUfn&%OU7p3u z6kYKxM{0KxEVq@oSXSU@a{Xo;j@~{KW;y9w)|hY6r$m-@x$c5_gnkm!WL99k`Icq7 zlgJlY^qdDOJCzfCy3hTzigc(HOZB7jNo^X z#om|vk@-QM$nuPH%?)@?x$-RQb6vq$A4isCS1^`s=EZXIu7Nel-|fb8w3!!2mz*2W z3Hh=C+w87^ds;T&G3*M)di&Ww9_ezC#rBA-t&(3F+iMwFj;3Xi#2;$%W&>_*vo4m$%6r@*%N|>j4dTd# z_hS~}*t6_6y@ItQvWVF4@~p*^|LSMIX=LMU&{EIli!2@7SwC}-D_H8;YZX~~)_8_gQqxt-|b~~Uu-7aX2+YR00YN31GK7XYBt`2;_)k7OxBlMs<1g&+4p-0?N z=rI}TanTc^>qPg7o)kUh=3vXyZZ-67w-&m@-2+|Y*83yf>+S>J?;e0Y=z0YljKH&C3A9fEyA9WA;BR%F$ zfnViLLtpKVLto<_hdv=AeXZz|qOTKuz33a?rG?o+%wQOySG5!>fQ!@yE_Pd zhkGaVUG7@j?T3EG?ScN0`z-X2-RGd6cVB@1iTk2I(x197f&a{X8T#k$E6~4iUxj|neI5Fj z?i_&$<_&=iEl<-@CTZe{k)f-*u(_NdM@{ z!2jerKqL1U^q*Zv==WSF==WV0=)btG(0_H^p#SE&L;u~CL;u6|fSz|fq4QiX=rY$E zy2AB=u9CH_4X&?0(k9mrwL4sY=q@(^y4wweHo8I3L+(20VK*3h)D40Dr_5^q%MC^O zzuhqC58Mx-|Ko;3v+jE688-s@h#Lug+>P=_y5Kg0FS^mtAG!I^AGs9vgFo(m z0sW-=CG^v7D)h7NR_N#4H0T%HZO|{eJD^{3zk+_*&47Nz-3k4wy9xSrcQf=GZXxuW zt`hn!cNg?K?u0+m3+~t8AG+T_f9e)Pf97UFf9_^Mf8pjrf9aM&f8}OFf9;k-f8(m5 zzjZ62|LYo_EPkBp&cBs^QG?p)tiivx1k(4_r*HLbyjHi@Qx>D|-bfI*ljG;`Rbf@&Bw4vNZ=|$o1Xg@!k z(wowWGK$ilGMF-q(g8BMTu*6BVN}nLpxjKkjdDBXeLn<@VTpmN=f?FMVZC(lYnIqc{WQvS$_&VP;(6lvPf?_9H%l`qdnmIgjxw9_ zY04Z*hBBAZM43marp%{op)8<$hO&_IN0ddBTFPR|Udj^6KFU(ce#$b+XDQ1me@t0H z`5a{>Wj$pTrINCmQb$=sIY3!U`8;JE6gmRQ}jPf!|4w-`N%;oluPEQ7WGNRY7b!oY z{Fw3+%1mJ}Bi zMVWh|%)L?Oz9@5llzAY^JQ!sjiZW-S%)?RUktp+MlzA-5yei7PI?B8z$~+!ro`^E9 zjWSP0nb$>`*GHK*M46|e%p0T3(^2M4QRbN_^X4e?mMHVqDD$=`^Y$q7jwtiaDD$o; z^K6uPF3P++%DgAayf@0cFUq_>%6uToJRfB~7-c>bWj-8bJ`!a<8f88fWj-EdJ`rU; z8D%~dWj-BcGEt@}%6ulud_HQrJ8HToYPvUSx-V+FKWcg)YI-ngdMIi-6E!^?H9ZnF zJsLGV7B#&pYI=3l^qQ#Y@u=yEsOhy))00ut>!PODM@?^tnx2Z9-WWAK9W}ivYIiWvPRdwe&TVv&3UYO4H zYCKw3v%RXevTlDvO=HcW>dN}6#+v=-y6>s3uB)tS*j`gpSzF!MSY6+6uC%JQZdcW| z>c%CbOU@0etErn%d8m4y+h0F{$8pt-6B@Spk<``i-&S2;-x@FBxh|{bO`l)6X!?@5 zm5Z0on!V^;KfI=ucugy%VdlK)D=Jqltz5cd*6bDMx+mIX`}Y;mF-5<06}$HDt*+Ry zv%acf{PwDf+ST$Ft=U#lceHWW{(Vy>OqyJQQ>q?cSG9c)qR~)+ z5m)#TSNIWEFdU6=mPBJh-O*o`-j3qI+Uh&&yTf7lzo_BcNN(BI#l^+nEt-?i=>Ddw%vu%sYIsn=Ulopk>$3|rW?X{(YKu3j6 z0-Y7Q2y|8GCeU4>T%dMhlG5lN&2APFuzcOi-v0n5ZyGV6ws#fvE~N2;8V}lfcaiw+P&-$GJ`5 zc5S&s;7)D1OJG{DHcc-UoZ)e%;w;6BvlZv~*13xFJkD2K;BleiB9Ds|mjL;yE>&FS zTbC=Y@VHWOmB-bJYy7@z71#OJ^@VQjvs$9 zmoU8Y%|Ew|ntxu~qLQ}htViY*vH3CCi!(nU&isHl^8@0{4~R2AAkO@NIP(MI%nyh& zKOoNhfH3m|!^{s1Ge0oQ{J=2t1H;S@3^PA4%>2O6{J=2t1H;S@3^PA4%>2MG^8>@o z4-7LuFwFeGF!KY$%nuARKd=RvA6w6FtL9%&nr8kq^T$(uTmVD!14HuzL-PYe^8-Wk z14HuzL-PYe^8-Wk14HuzL-PYe^8;I8er&z4RL#GreQN&H`~_zI#qHJnOFE|JPt9Lo z=3m-T&A+U3YW~#x1!n%`y2hVf(KR)HYW@N<|H`hK`B!yM&7YdTz|6n8yPAJZkJS9B z`3ubaYkR2q*Y!%xpPIkG%)h>untwx|)cmRW3(Wi*`>6Rh^-Im4n!muzzqy~9f6IW> z{Hgg1%>0!D)cjiqrRGn~Uts318l>jmHaInZYW~79|Ap;?)%6N4+A(S7 zPcwgkW&XWm)cpI#rRGn~Uts3nKTgeGHz75DYW@N<|A7f={`!fj`BU>3nE4wfs`(oy zr{+)1Uts1xI9bhqXliQy)cgfz{=-w%{6}s~&7YdTz|4R2Mm7Jjo6~iEF+Y}n({=s= zS?51~vzq_Jt!d^@Gk<|){*$+=`A^-RX8ttu$L7Zc@Rk1w@9Eps{L}7AGk==-WAo#e z`Gw{OhL1M@!^azd;o}X!@bLy<_;>>_e7pe|KHdNfA8!DLk2e6r#~Xm*;|;(TJl=q< zr{AUKpE12Sb${yq0(1XNeB}YZnj$-EW@>+Y_eT0#%I)hZkQ!g{$^YVPe8q>@f6naG z{;B=(O(%t9|Lk0RrH$Bs-rUswsr?Jh{`2t_PGbKB^Hck$_AfO1FT_`tiTxKXOzofA zztHTz7+=vR_Fu9X_D{c~DE($eoBJ2UqW@BSC8gMZ+0r!or`f;Ivj1{?1*_P9#q!kt zsr?Jh{wwj7!(#tcD^vTY_AfO1uf|twi~ZNEPUrq=|MXGM!ueMAwfIVTvH!ZYY4%UE zf1zdn^=rNTH>^+XpW46B?7wlnxBsS%sr^&?7n=PyZ}j%xvN^SXYX3sBf8}Ox|E-m& z{ZsoFn*FOPz5TaUrS?zlUugEicCdVvuNBLzk& zq(A6oPrDVu4|-*1wBn1O`d#15W96MNPTvXR1tus|2uxI%BrsWFiojHb8w74txJlq< zgGs7c(D33Tx@gjami8#l%;)gbf^E~1q zcH#n$c&L}S$Ri$dBrXA_eoyl|&6fK875G~m()=!YF8*b0NP200$3u?H{;A(5Wz+fl z^lUnx;k)7gg0mSPwfOvfd5U?{Gk|z~ z1`y9@0P%bV5Z|u?;`>!Ve7_2a?^glw{VE{7Uj@YXtAO}^6%gOA0>b-MV0ga@4DVNg z;r%Kwyk7-|_p8A0eiazruL48A1H<_YF#IiSz%ai9!{5RN41Wt7F#IiS!0@-Q0mI+I z1`K}-8!-GWY{2lhumM}}TiCEQ^Ly&|)bGgea6@7EJzb9s{GQ&gVreS9Uk&FoutYqc z0mSneKs=uT#Pb@489+Rr0mSneKs=uT#Pb@4 z89+Rr0mSneKs=uT#Pb@489+Rr0mSneKs=uTg!36-IG+KA^BG_` zp8uYR_G$oRiT?ecZG6+9tu4Ldf}IspJ|=# zEzn1yuRuSA{sIFO1_}&PxK3cO!VrO>0vCn}4A++H1x6^06d0v2T7X{x+{5n;@BmsWCBw&gFzitn3g8;vN3~-YGzK)4-ivYi#25_4IzOI9Chrpc* zcL`u_BTdtb1u?e~oT-Sp4H3^4NGs+x(mGcWa~r|=ikRC7E>y(aMsTqr<~D*$6*0FF zT&{?@jo?Z}%xwf$D`IXVxKy1e@^;ZmHbILqT~#W^15D$Y~9IA3vrZ(XRk$m3$gB_5Y5 zF7votafQc~imL=$WmhY%@vUnW*Lhs8xWVH_#Z4YJD{k>vskqf+mEty!+ZCP1YQ-HM zcPj1@Y?ZB1+^u+Vk7BLgc(39D==<%T9A&-X@k9a()c+BH*#SJZ@KXe&1@v z9lmv^;x3Ohin~4TQLOd*?p55UcyYgCo!|I?V!g)(#YT?@6%XmY*~5xQJRVg%=JB}V z36CcgPkB78IIWGoDAU_$e)c$1ahAu~igP^9Rh;K>zTyIp3l$d$cF!(WT;f}oDlSvJ zxLk3CZ(XUl%HwLqH6GV0uJgEFaf8Q=ikm!cR@~yTQgN%tD#dLcw<|i2)rva=yJvSQ z?($fpxZC3%#ah4bUd4SL_bb+UJfK*wc(FmT(YGE{Jmm4P;t`KW6_0s5u6V-ZNySqh zPb*F<@vpDWgJyV~sW?lpTXweM9Kr6{xr+1r#`6^y_|}Dri+t;1#U;LVsp2xhZrSCE zD}3up#Z`(IS1YdZt!ow6d0el!L9jf#QE`)R-K@C9W2NF&k5!7>JZ@KX9;+31c-*PD z%VUk=ZjXBuYd!8&+~;w>Vx7kWiuE2F6dMJ*We+MI($$CHYu zJf2pZhM8^YneN%?ZT0=@ai-!dLA<_-bA0Pu#d*GUzTyJkx=?YE$Hj_E1k1Ba6_@$e z<%%mju2fv*akb(ak82gzDPCN!xWTt>RNN%kExTE9i*Kz|-0HDPahu2Oiq2!T;ts)X z*`12Jd~1#3ZjXBuYd!8&+~;w>Vx7kWiuE2F6dOGrR6OMIu;LNH^6XK?V~Q7#E1vMJ zClyb5Jgqpboqzx8t;-C-?%A1&vpmjLoa1q>;yjP@6&HA1sJKY5JiAzNiEmx1xXj~n z#TA0xvMUu=d0efy#&5hM1x%b|S+KYGE=nwq!Ngql#>Tyvy$du?q^Q%&f_pHTCL z+R$6Ek78fNev17S>l6nl4ph8GaggF*#UYBxDN>i3 zb5#3O-AvbfYV_0U_UWW9Ev4#m)|J(z{$TCdy-R)fF6rTvR`4$6Me63g+jDiLX7n!Y zPFA(1DBh|#RmbVxrQK9rdabN3^^4R+SyNZObLwOFZr^9DF6Yrx@A65c-X+J?CEcBO zIm7Ylv z-;TRzgqDiH13+Zj5&?Fgl+b!qKNb*bg*aUzN?#$yR^}>tD4kI;w~+^cj?K!ON+PZCzYz( zIqp((w$_}Z=aohV)6^9`_QwCw@vn$)|dE~7}VYUB*l`q`X; zx*m5aAEm8!r!Gfzr!IB!a|T*>?^2e=T}pjM#`*f3p|iS_R#w-qWp-6VSDc%vJ20m% zEfvjo8H+~->ZJ2s#-4hYI_aE2a-^RT>H$}mT9xO!v|2PHBfsZYHER2uf&SdPq}{uu zU0v!|zN%50dN&^xJo@5b_wF@4P?!EIt4pb?%jfXZxvJ5s$6eBC+$ATCyY!s*E;Zb{ zq>Jt*$oI%VdWL@bmDQz=t1IcJ=M1iE_P47$s7rPErgS%FpiftqPq%w@sny-R8g<6% zHQ(>m7>j)C1jlRs1jUJpV-zP5XJXu?cB(Ep?p<2BO^>-*J5xw z-yPhgx}2k{OWPiIQMB@$fzqKGQLpY!m>&G9MjNTRj782saJ*vbT}t!brL9z5YWSRi zQjfc&eMUy>Mc(Du;u%@~ie^z42fKHNsJisva|U|otK;u(oq?kU>8E~m-sQONyo-Ov z>L-+XmwZ>3c6^<|)D?{0h5Nl4$K0ypEb=brJ6(I4p>?iKU9>d6lJc~xdu`6UjJEPs zjnX3TavrWOBlY<%Y4@%iEB%bn@3mjmXfK^JkmKGpb!p=!J@cYD1NGB;wM<>gd=IcHFd!vb!lg|j=N|^W^)Eq_1Ob6hU}^~G^Z{-R92VL%IY$TA?o-v?s86D&38HO zYG!1#H@+Y;FuHtXfT#Cr9-G#Je2naW}6n z`B$SZy%t3V$(I?K#{*N=u4=i+fTMb>FC!~*ujxza5OsJO8_3V@));LXc`5hUKswcz z`jsOurCqz17X5yLv|raaGK~$CUd;-xd}gArxtHsj$KWv>oVu5sBKI<) zLFy-WFFC2Y9DAj@xasO=4Ycj+=d>_Edv+`UVFk$0(6 zG;2T+SC?b+*ENnQnl(^wnrfDMmwZ>3bb3EQPS>*r6t;C7{&w$E>azyYt}f~EJ)Vw|n=7PU`Y0rg1m#T}q4AAnDoXWYl+cNoU^W=+wKEcNZC` z1gomVUl>=;xEZ(Lf7#k^i*1#9MzJY_l_u3}bujU0NNWz4@GhoODLU zd8Ai0KJP2l??1%JJ9lxtff48fOzK%nG zGc~ICoPj#2x{UZrbl?p=BwpgC#Wr8mE-nYtY7_rl~{ z8F$IMPFqUXaX5chmo_{yP~YFiA%DD{zt49m^%Y(z?Z&&*o~C^ld6(8bGLUxfa?~8{ z^-jf1U5^J6vos3h-R!yLI8~RHJTjn`M+VZaF6q>}^x55vjH5E|(vLqCrlj(m0i}Hn zlB34y_tozv$Vu1F8OtQ707^W>uFSTwT(x zF1_{FPpk4(jXvGG)GxZ5kUG-O2>o7;RGmCBaCGI!KznIqV08b#;%+5%(KR1;v#Z+p zTx7saMQf1cS5}wvb#+O1A9tzc>e9BWOWGp?x_V?FKlLsx6uqY>=bx;S(MsxF+H&ur zR{HFRoS7OoJnmB8?U(6MpHyAWbE4|nSzUBW*U!oE^>b5~9QQ7*`<*apU&ZOHE;*IeO;>TosJgW0ahIb# z?vk#2Rbz~muWFPIQzfsws?nRPORdV@rKYQk7OpP&epRCdpEF2)GH2kJG%`@zXJmPG zNf)V0eV>t$zVfO@B*?Errrw?O47^Kk-OYEYlc~$6l|}|~Qgt~(t`UMBcgg84?xJ`8 zUJdT6IJD*On9`rGkx{3zcd2=YelxBn?k3)~Px=`s%otMtGUl#gFGp0KH&A+`&Qe@q z+H?PscK@Qe$6oR~`ppDeOQFZCRDE89o)u>DT?$xDMk-Ch+XJwpWk-FqR z^EofA6y2|p@3S&S|n;s!N}~*1%ZO$j~!&Ij%@udUJJY zsk{3%+VS_DNcUu|f$^u2fu7P?8Ev_DN&A(J@l~Glns?2|uI|)Mk%9ixc>_K8(;rh8 z^!J?@-C(@}4AJj%`W7$8W@`!n{Qas% z+OKM~klwGMUH*=ulDZt}ahGF!jhFgG>XP5xyuo6Exz^I|-P?MgE(YV_uF2GXuBpJJ*m?ObhS$g4|>=~ay!kGs_LIRicURgE#FSGCN+KL2%f zZ|`y3rPXwujQ&$~8C_4+<>;byvb?&SmA^AmNnPsn{C>^UrLCf?TG#3_vZASh{e z&xNP=z`Km7$h-8Gs>_-FG}Yy7i@Zxe>3o-*eB9;8H13k)YYo({tS&XvxJ!NaE^4IS zwP=v3o6X2(sJgV*vl$tR`kcYkr8i$|pdG)ekv~lD4X%v4)GCU*w0EOkAN|=HHB)st z&+%Hv?}n+<`EG*T$$Irm?}izb&l#vwIWo{w(Tt2yrt12PjL4hD-I>q8yNopTE`4(tanL_b&B4GEk?;yQZsY>{qorx>T2z(z^-zsT>)o-&1vIsj|A1`brMz^w}CY zt}bc6s)-^M)kUpTT}JEc45Vl1XXNVAu15xrb#=+FtgiXk)t#;C(sohYrKRrF<-6+M z?U}mNDvAu`r>i*Rcx2!Vi)LixySh?8s!Og%21ZyE8K~p)UD6&IIBSm#jG()FwaQnu zIjSyg_ttBLKNlvapGG5pwnokXtyB5AFz4Y{HR>1tdsb={Js0K(SC_L&?}RCp`yfGI zXCUn>=(O2+&VWw-mMJy-UX3G*<_y$N=ey*%x*T=o8X51L6AidSBh5-#cCU74myvZEa(niACn$1D1s zFgZRWlXN$6msb2;GWv6M$@jQRzDEXH?`qEA^98@A!JodH(6RK=(R$paA6J)t+`Hs^ zWS~!9#UbtLQpcaVbL^Fofx08Lx1Om>8-A}w+SR2WSC_QMU1>jwyY%OChDwovK8q^B;Vf{A>H|^W^uvpgrmBhe9MvP3J&K~r+O6K1v4^NmSf$wq`UGhhILDsNb2+N>JeS;}c#Aq75vb$JlJ;j3q>Ca#XJswA=F!yEnOK*eGLQy;50Jb7eWgV=Z-ES<>nA2#)e-K-!}LW9%Gj$#rFEt7sNR9iQWp zo}u5%qIm-Sb$2B*zvk|KyHu7jU5&ET?_ODIxw52FWzpK#6(~*T2%Muw14`4k`Q_Lc zXDM@KX|eLZY^P??y&3s__dvRX8^sqvgG^RmZS1>TX@kEc8*D-0WJE!yCz)}XKAhSa|q@H z_J>%&47WHM&`Np*L*=3?7&X&4OHTKmrB-*IPKuV5Bo&9P`}3U~G_t#{{HT2JrC7+D%;X~*{pV3b!r zJ0s7PrLIQ<(jI5?%98KT&Pcmw8H+1Ry7SW=YWpf9HKywI);-HO(kmFf7I~IqQ_o7v zk7?Z3xq#2M{I0Ak&(f>!+(f&+`we4FqXDI^ETul5r3H@$Qb(fB2tBXL(SV~}S&lBc z(N9`|1p(?pe~lvPjxjXGo{YN(%*dxQxV=r4Nq=DCn~;@_i3YQ<8qlh*9ninW zS@Jy^knjK6gk$sfV3ehE14iyEGt_p^lJB!FTJKq$l@@Yw)>I`j*ng_5%@DS;|7%US zTUs8ic(dXd#ak68D?VHCHpSZ&rz_r~I9qX?;uOUhic=K_fzr=C%El|+t2jh)tl}KS zUW$_xCn`=;oS=A2*o_@R~(>t ztzsX=VTywl9|X0h>y-Cb9H@Ag;#|cW6=x~lp*TYLCJYu_8-@t33)c#+4?_hv zgkgdk!&1RbVYuMtFhX!k7#Vxo8m<$*EsPS}9Cw2f{ePgIpI>y{0f;_@OXC@Nk$Y*sQVsNSGw)qv008V_~vj zOPC_~P`FjFHB1$33)2MK!vewM;Woh&;da53VY=X{FhlTkm>GLI6J`lN8}1N%ILsD2 z7v=~)q9Z-8_&mkuE51PSh2cd~=f&YAf-en^3cf77T<{g)m4dGduNHhwc&*^;!s}yC zZwPM`{-*F|!MB9B3cfA8UGN>@or3QQ?-qPdc(365!uth35I!jQSoo0Ohr>q%KN>zJ z`0?-w!B2)y34S^p6#Pv1tl;Ou=VMP_2wxQbrSN6JFNZG)eldJO@blqwf}aha5&Tp* zBKV2$X~B<$PYQk{d|dED;iG~d3?CMJe|Svrz2O6b?+yn9-x=N~`1bIg*wb6XyM(_v zyhHGf;cbGi4{s5CZFrO5tHT=vUl|$%Umi9HJ{tB2z9hU(@I|3n@aMv71b;rfO7IuL zoq}HpuMqrdc$wfYhL^^kekr_I_%DYS3jRuXf#9!(=L`N?c%I;ea9;57a9HqbVWr@& zhy8-T5!MU-X4oqDTj3GGuZOz?zY)#}{&r{-{AQ>Z{GIS{?CE#IS>fLby9K`;4heoI zoDuxJutf0p!)d`k2&V-9Fa*Ir3MU1h2qy%e3=axk47&vXI2;%Jlh7{s-OwiZr=eBw z&%)f;)Azyy!v8!xSMd8`o8S+^PQkwj%LM;2%oF^puukx=!*apD37Z5jg&l%_8=fQh zcVVsI--ktl{}8qa{$toI_`~p!U`JRTdwMF&7k)YH6Z}!QPw=0@V!r<s4UO%qj)lhNOV>;BrOCi7;8x%!;4a`6U$XG@u_a z6&L~hw?OM$fFoMx1Dt0o{k5W2>pXz|TIr*eb8lrxt=ijMNnN7KC62wc09Xht0u}>H zfTh4PU^%b?SP85GRs(B*wZJ-HJ+J}T2y6m216zQtz&2nzumg}i>uWCU0(JxSz#gCh z*bD3f0?-KT2Mz!SfhOP(a2RL?jsQo2V?Yb=5YP&=0qwwX-~@0II0c*r&H!hDhkmv;6=b^fENRw23`Vu3V12-N#If76Tr)Wj{`3UJ_fu3 z_$cs7;3L4RfDZ$&20jG526zm3E$~6$b-)LJ*8}ed-T=H0cq8y$;7!1LfHwng0p1O~ z6?hl$HsGDW+ktlgUj)7cd>QyT;OBu~0KNiz75GKqmw;aeeg*hd;Maf)z~jKzfL{lG z1Ncqgw}7t$-vE9a_$Kf>!0!Uz0=^A=2lzeU_klkE{t);h;0fSK;3DwHz@Gr$1^yKH zGvIr`p99|qegOOh@Rz_}0e=nr4R8tgTj1}2zX$#S_($M}KnL&?a2fa!@K3;xfqw@6 z1^8Fs-+-S0{|@{I@Snhc37i?YY{Qxv_uTWWduQBxvH!;7t%sZ14j%aC*1O*Iu0cP1 zaO3gyQfJ=$1q&A~Ub1xA@)avrtzNTs{f3R3HgDVBuyDsi ze&Y0*3op3v(hIM?@a7BexbV&k@4xWj3!l31r3+uV@YToP{rGzx|IFi`{o1>~_MU0| zFAmx#;k&J|z5Zy!k;aR4%?(En9B(+#cySo{_3g*%kF|!z*7_q2Efo=~cU$cJUqV*SVD5#;wezb;5VwY9b1 zty$bLWbWMBQN5n%)32juZtZ}6Pt*;3bY4eqlHb#0Uy>dDY6e^*`TdpD85y8tppk2o z3^FoU$q*ygDj8~In3CZ}MkpC+CRwYx7OjB~3k=vC_H!?%XOe3?D++k$4k~uX420l8w<4z@aS;@1M z+->C9O71aouaf)hnCB?D-%6gV`9kSxfzgFldU=u2#j)}dqf2Au zWk#3B(iKKm#?n9G-DPxl zr1eJkMA~30N-hDaNY?l=0>0iy?NYX%Q_V$k5?|6eo6@-Lsa+P&5I9SeKa^zC1I zU)@!DUuF2&_x_?@X8y%}O7qX_C<8y&_Noc|OZu4km-Z{oUz*>hS5;&FW&O zm*%fB^RK8g^RFCOn!hxEm6?ClKr{d9L8bXi^H-Vq*9Km`Rm7;`S*+~&0m_o%FN#| z&dk4ed};pD{MBXtr}m9E^M{G0`AhRxm-#yyCz|>9-%^^tG=G(u|G+I~{)1CW^OxqY zGV?c0G4mgqTAIH!f0dd4@KiH@^KGU1OY>Km`H$RY=07^UG=FLSDl`AF>1O_xnWgzl z^H-VqADU_AZ@r_YuWs8@mu=fqmu=fqm*2KWNVaW{kZju?A=$P)Lb7dpgk;|ZI6&_>k=W^ zwmm|!ZF_`d+x7^_w(Sv;ZQCOx+qOqYwr!7)Y}+0o*|t4GvTb{Wn!n1-fBt?m|J(;l^OxqYGV{-S(9A!7UTrz)FDLz(`>SHozd(NS zfS;!5Shzs!UvAM~?owV&yOdvEBtP+?_FufHw7+amU)sN#?BB6Oe$qzmzjR4C`7!&K zE1vor6;(0$StdW>r1oFFtc?C;^p8J#RW-j-u|j^bOzppNMH&6e=%2HHRYd<)@)Lb( z|JAF?=wC+voc-meIP;Hth2~%J6qw*OZ!)w{p)u{`|qhQ?O)oz z+U(y@AML-lp|pQ#|7x@UzJ_T3u&=a#Y5!`of8)Mr|NV`n{Y(2-nf;$S&=~E1@IdX{ z+5y>yh6Az<4P^zmpZz1a{#40rXecDx&`?OWp`nm$Lqj3ihK5424Go248yX79HZ&BH zZD=SY+t5%*wxOYrY(qmK*@lKfvJDM|WE&a^$u=|;l5J=xB-`9XNVcJ&kZeOkA=!q8 zLb44Fg=8BV3duG!6q0RdC?wm^P)N3+p^$7tLm~MM4Ta`6G!&ZO&`@Z8LqnnY4Go3n zH#8KQ-_THKenUf{Kl@Am^Lv$kmk+x1yT-KA@BA~jGQQ92n5BLwOj)bu-{zKnFa2Kny`!(X zpj?kE=QG@(mh+i%{k>d&|3AAvQ~rQfZv9>Um1*|8Nl13TDkNKv6p}q}5|TY{5|TY{ z5|TY{5|TY{5|TY{5|TY{5|V%3BsBlLNof9glhFM0CZYM~O+xd}n}p_{Hwn!@ZxWhc ze;1nHT|sF6epP7R??UstD+tZ+t{^nOyMoaC?g~QlyDJFI@2(&;zq^9a{O$@uuVQxv zsa?+B%lUgbe=q0n;(;0ZO~~TAtjJ~YT}T$+g=FzvNEY9PWbs`{7T<+r@m)w3--YDk zyU=`m7n+anLi6!mXgn0AK!)M5LJ??UtOU1&bO3(d!Oq51eO zG#}rE=Ht82e0&$0kMBbB@m=Uu#PX3^y`D$w(vDDH$c(H$U3D z<9a1G7`ai&Xd`2kj5TtTl5s|ERx;km1SJ!dJT*zlEmksF$rK~EDw%3zni75=UPf@c z5`HgR$P6X?ez1^PO62!cA+we6`;tQLRKoA=33-+het%5Jvz5s2F+uKC!tc`vd5#i( zuS3Xll{{eNK_y~-Et*%WRLrk*fl)C(^ztI3Vty@MVpPnpbeT~xztR;(#r#TF85Q#@ zU1LAHb;8I=+Q`z8EuL5A)~F4wi#`Y^tjOzk)AYq zD$>(N&qR9G=);koGx|uR=Z((oWn-SF-#(df8C_s>q0(L*i;OOgbcxZWMlUZjx;&Py zFuF3*RYq4wy2j|*NY@!%AL$088zbFhbaSLzjBbr|o6+r&?l8JD(p^S(M_O-mPoxb- z_eQ$UXo$4Y=>A9#7(EzilhH#)FCRAA97~TFJsRmTqb-p>WVAKXHlyv49yfX-(vwC{ zDec{H+US``&l-I=(sM>1iS)eDxxM4(t0A>xexwVGE>v3EvB>CRrM)_q7+o6aGNa3d z);&7BV};R`N{3xuWps5cU1M}@r0a~Xk9334jdpCuCZn5U=@z3~Bi&|nd#t>}=+0QW z%joV{T5ohuENw8lH`0AZL!^yH_s3%o7(EzilhH$w9yZz>k3C}asL{*EjJCwmhm5vH z+Geyp(&I)?M0(QbDWxMiP8&TF=~<%>M|#faBaxmrI=2rW%7~76eJnmly1?kdNEaDh z9O)9HOCw!oba|vJjINAymC@Cat}(jS=;d`r*T>QgMmI*f$>`=tw;0_T={BR=Bi&(i zXQaD~?vAwH=$=R$jP8wepV1I$qtX459x!?^(k7#aB0X%hInpCWk4AdTXiKCI8ErLs zxy@*MEIn@YM5HH;o{IFe(KC^rHTrO*=ZroQ>3O4b`^L}L=0Wo#U0`%!q>GF$j&zC9 zrI9W(x;)YqMps6<%INAy*BD(J={lq9Bi&$hqtVNojBbvlTa0dvbeqxbk?t_MGtyl~ zcSl-pbWfxWM)xWm-m%YUh_un@{zwlPJs6K|GI}V|!$zAUJ!14|q{oc5C>`GMkkQsy z+Geyp(&I)?7`=Sb=&4wG+US``&l-I=(sM>1iS)eDxiYiW?{7c*{zkgM=)y=B8C|S& zc*hc>OCw!oba|vJjINAymC@BoM|7+)x;B=sGrB&OZZNtrmToe-Inpggw_4@P+l+3H z$L=t?GgjVZbayPRH@YX%2BUjp<$Xp&ENwKpKhgt655~$(Mi0f(!$zAUJ!14|tbEL9 zOQa7OZH<-NjJ8L5+~|o&PZ~WH>1m^9ln%dq*671VJI)z>B+~On=k~XY<~+M~nIGu_ zqYEQlWOQ+)ON=g!beYlRk*+YhGSXE>S4X<>@d31N-ys+x;s{`H@YX%2BUi;-DfmJ+GupY(h(g8j2?`oO-2tzde~@ltbD}i z(O7!SXiKCI8EuWU&1ic(_PEg#vGk9CG-Mjx@#r_NjDxpFfq z-`}U^)$#rPR?YaQ7T48`o%7_do1Ppz>WNWzKQUtRlVc`6dHt9t2RHoq+Pbm5zEg8U K>(JVon*RYlO^SK| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9793fe2d5d6663a193b21aa233976045d0db26be GIT binary patch literal 7003 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49371868b9bed7f118714f6644d2d87d650343f1 GIT binary patch literal 7183 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71f2e758abac4ca98259f77e8e01b7e2c9d8dcda GIT binary patch literal 38646 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 F{}1gQZhrs( literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5e44879fb40c61fca212ece4c9d0d08dcec46181 GIT binary patch literal 633 zcmYLH&ubJh6n>e^Y{#XGx=LY1sN!ja?V!DQC?eESf50kI51mU$C)wS>%nvhJVUB`= zNA*(w1@S-8V?C5yL_K*c)Lwe>Wp;}>eEGhY_rA<~nQy&b7jS)j_iOTz0Q`31Yy}H) zd=JS!2oOX;P7;!PiAO*Z-N%@RF`7^U9&Cf4Z$S8xexdW)#BTx_IE*@fTqyEvZ)f-E z7TbKVwfXqrXxoNQDwCB3R}r!2cA83x`&nwzdHoz0W^jB5^*%^Qh=9a<4w6cLfH4^e zvf=g)GOuO-PpH$49|gAiOx81HoWBiak(MGWCbpZF#W)kFr41D?CNn;fqiD&7j1@eW zjM*+@c`0Vf@nyzd&bXSNXdk^Tt&O(l8RJD!8t%HOF)$V?({j61uUc!4?a8FuaMR*H`{VSi=KMW7T)x*n!gK)6W-@{eiKT97)9osQYg~QNp z)NNDRy?*OveRqMr=yY3i3E645F`vj?y@C>d9jI?098p5Z54ic0UO4GOaQ&}OgKO`1 QPXM>0W$3TGe$<-$0|els@Bjb+ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1967f9f02f063af96e2355ed9cc94396153b84c GIT binary patch literal 6388 zcmd5gTWlLiay{hmO^FmqiF!~rB~g}mUYYW0?e*$z<(FhjmP{=y`H&EIH=sBpiZUPC znUU9$slY%KM9S@A?L!Wd4*^!lmkk4p{R-|ci~QW-@}rTwn8_eOoCNt;9FpUny|}~u zBvm~cQr1$N$5$F;b#+&DO?P!wcUAv=LxY<@`PIh1WJwz#|B4N>*bb1Fc|f)ZPk1Iz z3QUSASW=dPHDxWZDYjrs*%-oGcx&EXaHJd*XY4Lz|E-&Q;-8sD^=SszN zUbo#Y0`et;{EXgkbs;Uz2=aSkX-*L1R=o*3(ivG0ucl=oTM}1vFA{Ub?2HUOdSFI) ze_1GIgsI#eA)i|)mH3P?KLb{kAVPbK2qeYuBxSix1gpUE%=e&|VitzP1eq&> zUUX+ZUCb`0vx44){hVClN+K_aTp_)rH=0DQK!>)-D@(adI?pYYq@0|)D{x{O^r;8# z2*MJVmNK~4bqjpKAThq9LQ0^nYbdw)5d$9X`@D#@bm z4?Tv66-^Z8O5Hg&F4%0DG9p`ZL=KCw_L2#NWun3e`I=|nzX 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 Qw9GI~+l8+Q)>Ptu0W7~mqyPW_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31e5b6a576e9c764a05b06a6671742d82e4411fd GIT binary patch literal 2358 zcmaJ>%}*Og6rWjtur|9Gs38W?3K|mPO2GwU0%^X0P_ROvvO#HAsz!@F7$>{7JG)Lx z0Zgbt$aTq(OpoRfy2tREKFw$PHNRMU zjTTeZWHX=z#M);B%~q{d=zc>nRZTV9v^F!Oh0J!X-R#gh%ucOS;4Q`nW>^agT{gPR zZmnDB0ppAr(IOB?U=C!0k3pst!!3_l6t?F`p;Y{W6jm`| zR%ITq68x>ZmS}GxwS*=n;*%(jrdJl`rjm)NMRaHB*6af9yPH_NwRAUyMn>Z!r_rcH zyK84Jqq*el>}~g4q~Y9HBf{eMG+=QwKRcbAz3Uu{`e`^ZeP<#bN6D2`s(uY&9Unhs zjnsm_v;X!|Vge;k?eDoWH8b;7GO@6bm^lUYHr#3CB*yc&oJgVZ(NEFx{8YldDx~%B zlW2J*c{`DsuVH6WxqQ~Z(;GH+Yv80i?NUihZq2}9KU@C5n1z7`GeDCv(k57g8TeSy zJe%MY<_3^h~OumT6w*>IgA~J3Kru0q`??2J9*Vo_NdPDI@WgYk|P7Qo3e) z23A zV@>Le_nhl&f`yx4-A%Aa6Rfuh*4G64s0r5J1pD|jR)##k*-#mv+S|+E-cWU4eXet0 z14O-xpR*or%~^=x2bfqmLtFE@iBVDf70b~u^;xANCR9c!m(SS<5ij#acn}g`f_7Ng zMrI*{4fl{mI1`D=1+OjPMI@XNg#WOFSDtW!5zay4=YrRgbTC0%oX8gS5zIVCebj4V zV~wio;?Htp&@Q8p&82k%oiv9ZX6&{r?o*s}S8=`ka>8Y^zt>xKN-@W^P)%Gvm0QBU93v)GCibHx~Xfb*FGiKW>$ zo56O>T1{J7{?|IM7%py*9v1QY$f?F1u4Z$Lq1GM~Zytd?S$)#-QjYA%y?c?tU)na+ zz5dI4%DLa;FU%v4G!WdDKRgNo$9Cz(*UZ+>Y<&lQ5a|9(9(pMcZC|*yeIvCaFCQsD z9o!kbUQurBDQ9;ECo0OMP_9;#YeKnJQLdkaYJ09!l+R9XuKBrHQKr}(xbN|b!fwZW zbC<8Hwo_o!rNJhQ4Vm{y?G3drE|Wn{{R!@ zY!zRO_R>yXC`PM>8WH|yQpMqsQ#L_y+G*(d>}tu#>LjP<1;gu%rEMI|5{&OVNR8Dr z#1Y4x1Bo_i=T=g(teP*;45BSWmxz85t-{-fs(in_uIC&dyg{h&!7_M1XRSMC(J~>% zI_FvL^+j{?y!-~7=kr9pm9MfhEYH^oCmqkAHNnJz2SWJz3V>t#;QTA_ f7APG9CSJD#ILs{j;L?%*JnY);zVI5bS$O^*KRqlF literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26f5d13639273460d63311c09aafce0ce15bc4c2 GIT binary patch literal 4496 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..333b1f00b482c58f30061ed0ef6b93744d78976b GIT binary patch literal 9980 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 v&KdS}UXDN!Hzf*QPG{{jP5cq0(t literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b851bdafb381ee54ba5938e13b53b7c09fff75b6 GIT binary patch literal 3176 zcma(TU2hx5aqoCX9lu10lql2svK+%U<4S~NyD3CH3 zj)h6kfKUi61vsz+w2%t~s2}=Z!$r_Xqd%c}F{Pwr7Y^z+$b+9kL^T=&edz2SPo`uQ z>4Kb{otd56+4qzU^M4EzKPhGa|l&|E8d0(+bOrY|T zkt-Ol1bY>jzMUqE*m|E7mN5Z#Xu6=~jFm+zZQ;3e=624&F_HRPC?``tlXiq)Phcr| z?UK4Ur_RmK%-+h_U$vpsTI~H2kY9s=7^MUar9@3gxioJTWd+T(=}$>5TmoFiZcW4; zSy7WWrKc?gDP^DPZlij%4(!D~?9Yl(kc54KtfVQMQmPa1An5P_-c?0+gjDw;iutIQ z9o9B?#n%1u3Uw1~6^W5yx8e+Td+fh=2f%NIZDctdv?Wx~N8mZ`vGqixl8N;!^{8q_Pn)KynoR47jqlU(+l4%iXIDtt9L=QT zx}I0{^zx{MO^Yo6kL$VR_4z%b7N_-+HePy$;WHRagn%JCP`bAO!Mjb5%w z_c|McLsbcA4aI-oyXF1JzX#&zXg_Jd`5`~Sjqm${X|l&^D^r{`o8NeW`)psLgh(f_ zV-g9%M8XVoGZ12+2SDp;NgpFHez~j7c-v6Z{a=&w~M5s*%p)a$nnN z+8GmU7mLje^fDOv|Gr8Q>4zO;fbDJjqN1mbl_CVl0mnPUAGd$0n}3Na%Owk|rbRL= zGM&K;;ZX^HGkhh)yEjbyZvz)5yo_exf=Qgx1c2Eq#{a zP*!>2c2@Qb3B12kK!$lhCku^3<1L*m9}bN}I&U7($pY)pU^-3V-mm`0EinHd8csNC z!rBLX?;k2q6IUaL#9*n3WhhD+QS~{zdw-S?e2InOq0x3z#}Bb!$t|CNor7=lobv#8 z=xy%W4EUk9P5Ter+0mzidhbfSV&O!X*JE8gQK{F!cPxlB=y0S1=v1CvSeRcR%dhpT7n4^Pk~F*m`IIRVf(@9V@afp#H2?}VQ%yZH zv&q@%-kajYNLPn_fx-{s`p>0^o$j61XSS9L$B28FIlM@Uu4^Wv^Z26`6hwm^}XrC2oy1V7$50@TYd>niJ&iUHlg(d>Rvw=M}HBZZO!KwHA@<@GnFTO-hMIjrx}$oJjG02Vp_E&znn46Jb$xs z{dVtUb(I_cy)tS0Vv5WHjkQzrB!H$%5QNv4kP!VEo&6F`{2h&ciAMhA9up!D245qX H_>un$3KE<( literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9e851fb13cafcdeecbbed09561de79a5bde3780b GIT binary patch literal 489 zcmYLGJx?4l5M6V3I%EW?prM&`x#Da-M1v4Qd=zOwN>GX`vhuEdyAED^WqV1M3OfEl z@)x4i{E4KBQUqO@`~f0TU4<9+#1u2{X`VE1W_~O#;wZ%T>p$85Q2#b$7M&K{lK?(P zJQ_tDjgUYedNav$<#XTA6B~8v&Y*j7gHLnmpfJ2r0>mfjyaS_E4c>s0MXBVt1}nUk z;#}$sd@kTzSSO7JT@{J2V8)Q<%yQxJ*qQ=9N}o#&PWYAB$DPx|kU-n@N%a{M*AZx)}vr@1Kv9cPxgValjdMXXpd^uqau1Wc7oXjunK zdXubgP$#_@&g{}smNbmf+*sPKL))pOtf%ukPq*B)&C8l&yO$x|br3@T=6a}mw-mit Yxm>u#%fIpJPrUl&;1`CgzMT)M2iGH&82|tP literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py new file mode 100644 index 0000000..87d9f97 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py @@ -0,0 +1,386 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Big5 frequency table +# by Taiwan's Mandarin Promotion Council +# +# +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Ideal Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +BIG5_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +BIG5_TABLE_SIZE = 5376 +# fmt: off +BIG5_CHAR_TO_FREQ_ORDER = ( + 1,1801,1506, 255,1431, 198, 9, 82, 6,5008, 177, 202,3681,1256,2821, 110, # 16 +3814, 33,3274, 261, 76, 44,2114, 16,2946,2187,1176, 659,3971, 26,3451,2653, # 32 +1198,3972,3350,4202, 410,2215, 302, 590, 361,1964, 8, 204, 58,4510,5009,1932, # 48 + 63,5010,5011, 317,1614, 75, 222, 159,4203,2417,1480,5012,3555,3091, 224,2822, # 64 +3682, 3, 10,3973,1471, 29,2787,1135,2866,1940, 873, 130,3275,1123, 312,5013, # 80 +4511,2052, 507, 252, 682,5014, 142,1915, 124, 206,2947, 34,3556,3204, 64, 604, # 96 +5015,2501,1977,1978, 155,1991, 645, 641,1606,5016,3452, 337, 72, 406,5017, 80, # 112 + 630, 238,3205,1509, 263, 939,1092,2654, 756,1440,1094,3453, 449, 69,2987, 591, # 128 + 179,2096, 471, 115,2035,1844, 60, 50,2988, 134, 806,1869, 734,2036,3454, 180, # 144 + 995,1607, 156, 537,2907, 688,5018, 319,1305, 779,2145, 514,2379, 298,4512, 359, # 160 +2502, 90,2716,1338, 663, 11, 906,1099,2553, 20,2441, 182, 532,1716,5019, 732, # 176 +1376,4204,1311,1420,3206, 25,2317,1056, 113, 399, 382,1950, 242,3455,2474, 529, # 192 +3276, 475,1447,3683,5020, 117, 21, 656, 810,1297,2300,2334,3557,5021, 126,4205, # 208 + 706, 456, 150, 613,4513, 71,1118,2037,4206, 145,3092, 85, 835, 486,2115,1246, # 224 +1426, 428, 727,1285,1015, 800, 106, 623, 303,1281,5022,2128,2359, 347,3815, 221, # 240 +3558,3135,5023,1956,1153,4207, 83, 296,1199,3093, 192, 624, 93,5024, 822,1898, # 256 +2823,3136, 795,2065, 991,1554,1542,1592, 27, 43,2867, 859, 139,1456, 860,4514, # 272 + 437, 712,3974, 164,2397,3137, 695, 211,3037,2097, 195,3975,1608,3559,3560,3684, # 288 +3976, 234, 811,2989,2098,3977,2233,1441,3561,1615,2380, 668,2077,1638, 305, 228, # 304 +1664,4515, 467, 415,5025, 262,2099,1593, 239, 108, 300, 200,1033, 512,1247,2078, # 320 +5026,5027,2176,3207,3685,2682, 593, 845,1062,3277, 88,1723,2038,3978,1951, 212, # 336 + 266, 152, 149, 468,1899,4208,4516, 77, 187,5028,3038, 37, 5,2990,5029,3979, # 352 +5030,5031, 39,2524,4517,2908,3208,2079, 55, 148, 74,4518, 545, 483,1474,1029, # 368 +1665, 217,1870,1531,3138,1104,2655,4209, 24, 172,3562, 900,3980,3563,3564,4519, # 384 + 32,1408,2824,1312, 329, 487,2360,2251,2717, 784,2683, 4,3039,3351,1427,1789, # 400 + 188, 109, 499,5032,3686,1717,1790, 888,1217,3040,4520,5033,3565,5034,3352,1520, # 416 +3687,3981, 196,1034, 775,5035,5036, 929,1816, 249, 439, 38,5037,1063,5038, 794, # 432 +3982,1435,2301, 46, 178,3278,2066,5039,2381,5040, 214,1709,4521, 804, 35, 707, # 448 + 324,3688,1601,2554, 140, 459,4210,5041,5042,1365, 839, 272, 978,2262,2580,3456, # 464 +2129,1363,3689,1423, 697, 100,3094, 48, 70,1231, 495,3139,2196,5043,1294,5044, # 480 +2080, 462, 586,1042,3279, 853, 256, 988, 185,2382,3457,1698, 434,1084,5045,3458, # 496 + 314,2625,2788,4522,2335,2336, 569,2285, 637,1817,2525, 757,1162,1879,1616,3459, # 512 + 287,1577,2116, 768,4523,1671,2868,3566,2526,1321,3816, 909,2418,5046,4211, 933, # 528 +3817,4212,2053,2361,1222,4524, 765,2419,1322, 786,4525,5047,1920,1462,1677,2909, # 544 +1699,5048,4526,1424,2442,3140,3690,2600,3353,1775,1941,3460,3983,4213, 309,1369, # 560 +1130,2825, 364,2234,1653,1299,3984,3567,3985,3986,2656, 525,1085,3041, 902,2001, # 576 +1475, 964,4527, 421,1845,1415,1057,2286, 940,1364,3141, 376,4528,4529,1381, 7, # 592 +2527, 983,2383, 336,1710,2684,1846, 321,3461, 559,1131,3042,2752,1809,1132,1313, # 608 + 265,1481,1858,5049, 352,1203,2826,3280, 167,1089, 420,2827, 776, 792,1724,3568, # 624 +4214,2443,3281,5050,4215,5051, 446, 229, 333,2753, 901,3818,1200,1557,4530,2657, # 640 +1921, 395,2754,2685,3819,4216,1836, 125, 916,3209,2626,4531,5052,5053,3820,5054, # 656 +5055,5056,4532,3142,3691,1133,2555,1757,3462,1510,2318,1409,3569,5057,2146, 438, # 672 +2601,2910,2384,3354,1068, 958,3043, 461, 311,2869,2686,4217,1916,3210,4218,1979, # 688 + 383, 750,2755,2627,4219, 274, 539, 385,1278,1442,5058,1154,1965, 384, 561, 210, # 704 + 98,1295,2556,3570,5059,1711,2420,1482,3463,3987,2911,1257, 129,5060,3821, 642, # 720 + 523,2789,2790,2658,5061, 141,2235,1333, 68, 176, 441, 876, 907,4220, 603,2602, # 736 + 710, 171,3464, 404, 549, 18,3143,2398,1410,3692,1666,5062,3571,4533,2912,4534, # 752 +5063,2991, 368,5064, 146, 366, 99, 871,3693,1543, 748, 807,1586,1185, 22,2263, # 768 + 379,3822,3211,5065,3212, 505,1942,2628,1992,1382,2319,5066, 380,2362, 218, 702, # 784 +1818,1248,3465,3044,3572,3355,3282,5067,2992,3694, 930,3283,3823,5068, 59,5069, # 800 + 585, 601,4221, 497,3466,1112,1314,4535,1802,5070,1223,1472,2177,5071, 749,1837, # 816 + 690,1900,3824,1773,3988,1476, 429,1043,1791,2236,2117, 917,4222, 447,1086,1629, # 832 +5072, 556,5073,5074,2021,1654, 844,1090, 105, 550, 966,1758,2828,1008,1783, 686, # 848 +1095,5075,2287, 793,1602,5076,3573,2603,4536,4223,2948,2302,4537,3825, 980,2503, # 864 + 544, 353, 527,4538, 908,2687,2913,5077, 381,2629,1943,1348,5078,1341,1252, 560, # 880 +3095,5079,3467,2870,5080,2054, 973, 886,2081, 143,4539,5081,5082, 157,3989, 496, # 896 +4224, 57, 840, 540,2039,4540,4541,3468,2118,1445, 970,2264,1748,1966,2082,4225, # 912 +3144,1234,1776,3284,2829,3695, 773,1206,2130,1066,2040,1326,3990,1738,1725,4226, # 928 + 279,3145, 51,1544,2604, 423,1578,2131,2067, 173,4542,1880,5083,5084,1583, 264, # 944 + 610,3696,4543,2444, 280, 154,5085,5086,5087,1739, 338,1282,3096, 693,2871,1411, # 960 +1074,3826,2445,5088,4544,5089,5090,1240, 952,2399,5091,2914,1538,2688, 685,1483, # 976 +4227,2475,1436, 953,4228,2055,4545, 671,2400, 79,4229,2446,3285, 608, 567,2689, # 992 +3469,4230,4231,1691, 393,1261,1792,2401,5092,4546,5093,5094,5095,5096,1383,1672, # 1008 +3827,3213,1464, 522,1119, 661,1150, 216, 675,4547,3991,1432,3574, 609,4548,2690, # 1024 +2402,5097,5098,5099,4232,3045, 0,5100,2476, 315, 231,2447, 301,3356,4549,2385, # 1040 +5101, 233,4233,3697,1819,4550,4551,5102, 96,1777,1315,2083,5103, 257,5104,1810, # 1056 +3698,2718,1139,1820,4234,2022,1124,2164,2791,1778,2659,5105,3097, 363,1655,3214, # 1072 +5106,2993,5107,5108,5109,3992,1567,3993, 718, 103,3215, 849,1443, 341,3357,2949, # 1088 +1484,5110,1712, 127, 67, 339,4235,2403, 679,1412, 821,5111,5112, 834, 738, 351, # 1104 +2994,2147, 846, 235,1497,1881, 418,1993,3828,2719, 186,1100,2148,2756,3575,1545, # 1120 +1355,2950,2872,1377, 583,3994,4236,2581,2995,5113,1298,3699,1078,2557,3700,2363, # 1136 + 78,3829,3830, 267,1289,2100,2002,1594,4237, 348, 369,1274,2197,2178,1838,4552, # 1152 +1821,2830,3701,2757,2288,2003,4553,2951,2758, 144,3358, 882,4554,3995,2759,3470, # 1168 +4555,2915,5114,4238,1726, 320,5115,3996,3046, 788,2996,5116,2831,1774,1327,2873, # 1184 +3997,2832,5117,1306,4556,2004,1700,3831,3576,2364,2660, 787,2023, 506, 824,3702, # 1200 + 534, 323,4557,1044,3359,2024,1901, 946,3471,5118,1779,1500,1678,5119,1882,4558, # 1216 + 165, 243,4559,3703,2528, 123, 683,4239, 764,4560, 36,3998,1793, 589,2916, 816, # 1232 + 626,1667,3047,2237,1639,1555,1622,3832,3999,5120,4000,2874,1370,1228,1933, 891, # 1248 +2084,2917, 304,4240,5121, 292,2997,2720,3577, 691,2101,4241,1115,4561, 118, 662, # 1264 +5122, 611,1156, 854,2386,1316,2875, 2, 386, 515,2918,5123,5124,3286, 868,2238, # 1280 +1486, 855,2661, 785,2216,3048,5125,1040,3216,3578,5126,3146, 448,5127,1525,5128, # 1296 +2165,4562,5129,3833,5130,4242,2833,3579,3147, 503, 818,4001,3148,1568, 814, 676, # 1312 +1444, 306,1749,5131,3834,1416,1030, 197,1428, 805,2834,1501,4563,5132,5133,5134, # 1328 +1994,5135,4564,5136,5137,2198, 13,2792,3704,2998,3149,1229,1917,5138,3835,2132, # 1344 +5139,4243,4565,2404,3580,5140,2217,1511,1727,1120,5141,5142, 646,3836,2448, 307, # 1360 +5143,5144,1595,3217,5145,5146,5147,3705,1113,1356,4002,1465,2529,2530,5148, 519, # 1376 +5149, 128,2133, 92,2289,1980,5150,4003,1512, 342,3150,2199,5151,2793,2218,1981, # 1392 +3360,4244, 290,1656,1317, 789, 827,2365,5152,3837,4566, 562, 581,4004,5153, 401, # 1408 +4567,2252, 94,4568,5154,1399,2794,5155,1463,2025,4569,3218,1944,5156, 828,1105, # 1424 +4245,1262,1394,5157,4246, 605,4570,5158,1784,2876,5159,2835, 819,2102, 578,2200, # 1440 +2952,5160,1502, 436,3287,4247,3288,2836,4005,2919,3472,3473,5161,2721,2320,5162, # 1456 +5163,2337,2068, 23,4571, 193, 826,3838,2103, 699,1630,4248,3098, 390,1794,1064, # 1472 +3581,5164,1579,3099,3100,1400,5165,4249,1839,1640,2877,5166,4572,4573, 137,4250, # 1488 + 598,3101,1967, 780, 104, 974,2953,5167, 278, 899, 253, 402, 572, 504, 493,1339, # 1504 +5168,4006,1275,4574,2582,2558,5169,3706,3049,3102,2253, 565,1334,2722, 863, 41, # 1520 +5170,5171,4575,5172,1657,2338, 19, 463,2760,4251, 606,5173,2999,3289,1087,2085, # 1536 +1323,2662,3000,5174,1631,1623,1750,4252,2691,5175,2878, 791,2723,2663,2339, 232, # 1552 +2421,5176,3001,1498,5177,2664,2630, 755,1366,3707,3290,3151,2026,1609, 119,1918, # 1568 +3474, 862,1026,4253,5178,4007,3839,4576,4008,4577,2265,1952,2477,5179,1125, 817, # 1584 +4254,4255,4009,1513,1766,2041,1487,4256,3050,3291,2837,3840,3152,5180,5181,1507, # 1600 +5182,2692, 733, 40,1632,1106,2879, 345,4257, 841,2531, 230,4578,3002,1847,3292, # 1616 +3475,5183,1263, 986,3476,5184, 735, 879, 254,1137, 857, 622,1300,1180,1388,1562, # 1632 +4010,4011,2954, 967,2761,2665,1349, 592,2134,1692,3361,3003,1995,4258,1679,4012, # 1648 +1902,2188,5185, 739,3708,2724,1296,1290,5186,4259,2201,2202,1922,1563,2605,2559, # 1664 +1871,2762,3004,5187, 435,5188, 343,1108, 596, 17,1751,4579,2239,3477,3709,5189, # 1680 +4580, 294,3582,2955,1693, 477, 979, 281,2042,3583, 643,2043,3710,2631,2795,2266, # 1696 +1031,2340,2135,2303,3584,4581, 367,1249,2560,5190,3585,5191,4582,1283,3362,2005, # 1712 + 240,1762,3363,4583,4584, 836,1069,3153, 474,5192,2149,2532, 268,3586,5193,3219, # 1728 +1521,1284,5194,1658,1546,4260,5195,3587,3588,5196,4261,3364,2693,1685,4262, 961, # 1744 +1673,2632, 190,2006,2203,3841,4585,4586,5197, 570,2504,3711,1490,5198,4587,2633, # 1760 +3293,1957,4588, 584,1514, 396,1045,1945,5199,4589,1968,2449,5200,5201,4590,4013, # 1776 + 619,5202,3154,3294, 215,2007,2796,2561,3220,4591,3221,4592, 763,4263,3842,4593, # 1792 +5203,5204,1958,1767,2956,3365,3712,1174, 452,1477,4594,3366,3155,5205,2838,1253, # 1808 +2387,2189,1091,2290,4264, 492,5206, 638,1169,1825,2136,1752,4014, 648, 926,1021, # 1824 +1324,4595, 520,4596, 997, 847,1007, 892,4597,3843,2267,1872,3713,2405,1785,4598, # 1840 +1953,2957,3103,3222,1728,4265,2044,3714,4599,2008,1701,3156,1551, 30,2268,4266, # 1856 +5207,2027,4600,3589,5208, 501,5209,4267, 594,3478,2166,1822,3590,3479,3591,3223, # 1872 + 829,2839,4268,5210,1680,3157,1225,4269,5211,3295,4601,4270,3158,2341,5212,4602, # 1888 +4271,5213,4015,4016,5214,1848,2388,2606,3367,5215,4603, 374,4017, 652,4272,4273, # 1904 + 375,1140, 798,5216,5217,5218,2366,4604,2269, 546,1659, 138,3051,2450,4605,5219, # 1920 +2254, 612,1849, 910, 796,3844,1740,1371, 825,3845,3846,5220,2920,2562,5221, 692, # 1936 + 444,3052,2634, 801,4606,4274,5222,1491, 244,1053,3053,4275,4276, 340,5223,4018, # 1952 +1041,3005, 293,1168, 87,1357,5224,1539, 959,5225,2240, 721, 694,4277,3847, 219, # 1968 +1478, 644,1417,3368,2666,1413,1401,1335,1389,4019,5226,5227,3006,2367,3159,1826, # 1984 + 730,1515, 184,2840, 66,4607,5228,1660,2958, 246,3369, 378,1457, 226,3480, 975, # 2000 +4020,2959,1264,3592, 674, 696,5229, 163,5230,1141,2422,2167, 713,3593,3370,4608, # 2016 +4021,5231,5232,1186, 15,5233,1079,1070,5234,1522,3224,3594, 276,1050,2725, 758, # 2032 +1126, 653,2960,3296,5235,2342, 889,3595,4022,3104,3007, 903,1250,4609,4023,3481, # 2048 +3596,1342,1681,1718, 766,3297, 286, 89,2961,3715,5236,1713,5237,2607,3371,3008, # 2064 +5238,2962,2219,3225,2880,5239,4610,2505,2533, 181, 387,1075,4024, 731,2190,3372, # 2080 +5240,3298, 310, 313,3482,2304, 770,4278, 54,3054, 189,4611,3105,3848,4025,5241, # 2096 +1230,1617,1850, 355,3597,4279,4612,3373, 111,4280,3716,1350,3160,3483,3055,4281, # 2112 +2150,3299,3598,5242,2797,4026,4027,3009, 722,2009,5243,1071, 247,1207,2343,2478, # 2128 +1378,4613,2010, 864,1437,1214,4614, 373,3849,1142,2220, 667,4615, 442,2763,2563, # 2144 +3850,4028,1969,4282,3300,1840, 837, 170,1107, 934,1336,1883,5244,5245,2119,4283, # 2160 +2841, 743,1569,5246,4616,4284, 582,2389,1418,3484,5247,1803,5248, 357,1395,1729, # 2176 +3717,3301,2423,1564,2241,5249,3106,3851,1633,4617,1114,2086,4285,1532,5250, 482, # 2192 +2451,4618,5251,5252,1492, 833,1466,5253,2726,3599,1641,2842,5254,1526,1272,3718, # 2208 +4286,1686,1795, 416,2564,1903,1954,1804,5255,3852,2798,3853,1159,2321,5256,2881, # 2224 +4619,1610,1584,3056,2424,2764, 443,3302,1163,3161,5257,5258,4029,5259,4287,2506, # 2240 +3057,4620,4030,3162,2104,1647,3600,2011,1873,4288,5260,4289, 431,3485,5261, 250, # 2256 + 97, 81,4290,5262,1648,1851,1558, 160, 848,5263, 866, 740,1694,5264,2204,2843, # 2272 +3226,4291,4621,3719,1687, 950,2479, 426, 469,3227,3720,3721,4031,5265,5266,1188, # 2288 + 424,1996, 861,3601,4292,3854,2205,2694, 168,1235,3602,4293,5267,2087,1674,4622, # 2304 +3374,3303, 220,2565,1009,5268,3855, 670,3010, 332,1208, 717,5269,5270,3603,2452, # 2320 +4032,3375,5271, 513,5272,1209,2882,3376,3163,4623,1080,5273,5274,5275,5276,2534, # 2336 +3722,3604, 815,1587,4033,4034,5277,3605,3486,3856,1254,4624,1328,3058,1390,4035, # 2352 +1741,4036,3857,4037,5278, 236,3858,2453,3304,5279,5280,3723,3859,1273,3860,4625, # 2368 +5281, 308,5282,4626, 245,4627,1852,2480,1307,2583, 430, 715,2137,2454,5283, 270, # 2384 + 199,2883,4038,5284,3606,2727,1753, 761,1754, 725,1661,1841,4628,3487,3724,5285, # 2400 +5286, 587, 14,3305, 227,2608, 326, 480,2270, 943,2765,3607, 291, 650,1884,5287, # 2416 +1702,1226, 102,1547, 62,3488, 904,4629,3489,1164,4294,5288,5289,1224,1548,2766, # 2432 + 391, 498,1493,5290,1386,1419,5291,2056,1177,4630, 813, 880,1081,2368, 566,1145, # 2448 +4631,2291,1001,1035,2566,2609,2242, 394,1286,5292,5293,2069,5294, 86,1494,1730, # 2464 +4039, 491,1588, 745, 897,2963, 843,3377,4040,2767,2884,3306,1768, 998,2221,2070, # 2480 + 397,1827,1195,1970,3725,3011,3378, 284,5295,3861,2507,2138,2120,1904,5296,4041, # 2496 +2151,4042,4295,1036,3490,1905, 114,2567,4296, 209,1527,5297,5298,2964,2844,2635, # 2512 +2390,2728,3164, 812,2568,5299,3307,5300,1559, 737,1885,3726,1210, 885, 28,2695, # 2528 +3608,3862,5301,4297,1004,1780,4632,5302, 346,1982,2222,2696,4633,3863,1742, 797, # 2544 +1642,4043,1934,1072,1384,2152, 896,4044,3308,3727,3228,2885,3609,5303,2569,1959, # 2560 +4634,2455,1786,5304,5305,5306,4045,4298,1005,1308,3728,4299,2729,4635,4636,1528, # 2576 +2610, 161,1178,4300,1983, 987,4637,1101,4301, 631,4046,1157,3229,2425,1343,1241, # 2592 +1016,2243,2570, 372, 877,2344,2508,1160, 555,1935, 911,4047,5307, 466,1170, 169, # 2608 +1051,2921,2697,3729,2481,3012,1182,2012,2571,1251,2636,5308, 992,2345,3491,1540, # 2624 +2730,1201,2071,2406,1997,2482,5309,4638, 528,1923,2191,1503,1874,1570,2369,3379, # 2640 +3309,5310, 557,1073,5311,1828,3492,2088,2271,3165,3059,3107, 767,3108,2799,4639, # 2656 +1006,4302,4640,2346,1267,2179,3730,3230, 778,4048,3231,2731,1597,2667,5312,4641, # 2672 +5313,3493,5314,5315,5316,3310,2698,1433,3311, 131, 95,1504,4049, 723,4303,3166, # 2688 +1842,3610,2768,2192,4050,2028,2105,3731,5317,3013,4051,1218,5318,3380,3232,4052, # 2704 +4304,2584, 248,1634,3864, 912,5319,2845,3732,3060,3865, 654, 53,5320,3014,5321, # 2720 +1688,4642, 777,3494,1032,4053,1425,5322, 191, 820,2121,2846, 971,4643, 931,3233, # 2736 + 135, 664, 783,3866,1998, 772,2922,1936,4054,3867,4644,2923,3234, 282,2732, 640, # 2752 +1372,3495,1127, 922, 325,3381,5323,5324, 711,2045,5325,5326,4055,2223,2800,1937, # 2768 +4056,3382,2224,2255,3868,2305,5327,4645,3869,1258,3312,4057,3235,2139,2965,4058, # 2784 +4059,5328,2225, 258,3236,4646, 101,1227,5329,3313,1755,5330,1391,3314,5331,2924, # 2800 +2057, 893,5332,5333,5334,1402,4305,2347,5335,5336,3237,3611,5337,5338, 878,1325, # 2816 +1781,2801,4647, 259,1385,2585, 744,1183,2272,4648,5339,4060,2509,5340, 684,1024, # 2832 +4306,5341, 472,3612,3496,1165,3315,4061,4062, 322,2153, 881, 455,1695,1152,1340, # 2848 + 660, 554,2154,4649,1058,4650,4307, 830,1065,3383,4063,4651,1924,5342,1703,1919, # 2864 +5343, 932,2273, 122,5344,4652, 947, 677,5345,3870,2637, 297,1906,1925,2274,4653, # 2880 +2322,3316,5346,5347,4308,5348,4309, 84,4310, 112, 989,5349, 547,1059,4064, 701, # 2896 +3613,1019,5350,4311,5351,3497, 942, 639, 457,2306,2456, 993,2966, 407, 851, 494, # 2912 +4654,3384, 927,5352,1237,5353,2426,3385, 573,4312, 680, 921,2925,1279,1875, 285, # 2928 + 790,1448,1984, 719,2168,5354,5355,4655,4065,4066,1649,5356,1541, 563,5357,1077, # 2944 +5358,3386,3061,3498, 511,3015,4067,4068,3733,4069,1268,2572,3387,3238,4656,4657, # 2960 +5359, 535,1048,1276,1189,2926,2029,3167,1438,1373,2847,2967,1134,2013,5360,4313, # 2976 +1238,2586,3109,1259,5361, 700,5362,2968,3168,3734,4314,5363,4315,1146,1876,1907, # 2992 +4658,2611,4070, 781,2427, 132,1589, 203, 147, 273,2802,2407, 898,1787,2155,4071, # 3008 +4072,5364,3871,2803,5365,5366,4659,4660,5367,3239,5368,1635,3872, 965,5369,1805, # 3024 +2699,1516,3614,1121,1082,1329,3317,4073,1449,3873, 65,1128,2848,2927,2769,1590, # 3040 +3874,5370,5371, 12,2668, 45, 976,2587,3169,4661, 517,2535,1013,1037,3240,5372, # 3056 +3875,2849,5373,3876,5374,3499,5375,2612, 614,1999,2323,3877,3110,2733,2638,5376, # 3072 +2588,4316, 599,1269,5377,1811,3735,5378,2700,3111, 759,1060, 489,1806,3388,3318, # 3088 +1358,5379,5380,2391,1387,1215,2639,2256, 490,5381,5382,4317,1759,2392,2348,5383, # 3104 +4662,3878,1908,4074,2640,1807,3241,4663,3500,3319,2770,2349, 874,5384,5385,3501, # 3120 +3736,1859, 91,2928,3737,3062,3879,4664,5386,3170,4075,2669,5387,3502,1202,1403, # 3136 +3880,2969,2536,1517,2510,4665,3503,2511,5388,4666,5389,2701,1886,1495,1731,4076, # 3152 +2370,4667,5390,2030,5391,5392,4077,2702,1216, 237,2589,4318,2324,4078,3881,4668, # 3168 +4669,2703,3615,3504, 445,4670,5393,5394,5395,5396,2771, 61,4079,3738,1823,4080, # 3184 +5397, 687,2046, 935, 925, 405,2670, 703,1096,1860,2734,4671,4081,1877,1367,2704, # 3200 +3389, 918,2106,1782,2483, 334,3320,1611,1093,4672, 564,3171,3505,3739,3390, 945, # 3216 +2641,2058,4673,5398,1926, 872,4319,5399,3506,2705,3112, 349,4320,3740,4082,4674, # 3232 +3882,4321,3741,2156,4083,4675,4676,4322,4677,2408,2047, 782,4084, 400, 251,4323, # 3248 +1624,5400,5401, 277,3742, 299,1265, 476,1191,3883,2122,4324,4325,1109, 205,5402, # 3264 +2590,1000,2157,3616,1861,5403,5404,5405,4678,5406,4679,2573, 107,2484,2158,4085, # 3280 +3507,3172,5407,1533, 541,1301, 158, 753,4326,2886,3617,5408,1696, 370,1088,4327, # 3296 +4680,3618, 579, 327, 440, 162,2244, 269,1938,1374,3508, 968,3063, 56,1396,3113, # 3312 +2107,3321,3391,5409,1927,2159,4681,3016,5410,3619,5411,5412,3743,4682,2485,5413, # 3328 +2804,5414,1650,4683,5415,2613,5416,5417,4086,2671,3392,1149,3393,4087,3884,4088, # 3344 +5418,1076, 49,5419, 951,3242,3322,3323, 450,2850, 920,5420,1812,2805,2371,4328, # 3360 +1909,1138,2372,3885,3509,5421,3243,4684,1910,1147,1518,2428,4685,3886,5422,4686, # 3376 +2393,2614, 260,1796,3244,5423,5424,3887,3324, 708,5425,3620,1704,5426,3621,1351, # 3392 +1618,3394,3017,1887, 944,4329,3395,4330,3064,3396,4331,5427,3744, 422, 413,1714, # 3408 +3325, 500,2059,2350,4332,2486,5428,1344,1911, 954,5429,1668,5430,5431,4089,2409, # 3424 +4333,3622,3888,4334,5432,2307,1318,2512,3114, 133,3115,2887,4687, 629, 31,2851, # 3440 +2706,3889,4688, 850, 949,4689,4090,2970,1732,2089,4335,1496,1853,5433,4091, 620, # 3456 +3245, 981,1242,3745,3397,1619,3746,1643,3326,2140,2457,1971,1719,3510,2169,5434, # 3472 +3246,5435,5436,3398,1829,5437,1277,4690,1565,2048,5438,1636,3623,3116,5439, 869, # 3488 +2852, 655,3890,3891,3117,4092,3018,3892,1310,3624,4691,5440,5441,5442,1733, 558, # 3504 +4692,3747, 335,1549,3065,1756,4336,3748,1946,3511,1830,1291,1192, 470,2735,2108, # 3520 +2806, 913,1054,4093,5443,1027,5444,3066,4094,4693, 982,2672,3399,3173,3512,3247, # 3536 +3248,1947,2807,5445, 571,4694,5446,1831,5447,3625,2591,1523,2429,5448,2090, 984, # 3552 +4695,3749,1960,5449,3750, 852, 923,2808,3513,3751, 969,1519, 999,2049,2325,1705, # 3568 +5450,3118, 615,1662, 151, 597,4095,2410,2326,1049, 275,4696,3752,4337, 568,3753, # 3584 +3626,2487,4338,3754,5451,2430,2275, 409,3249,5452,1566,2888,3514,1002, 769,2853, # 3600 + 194,2091,3174,3755,2226,3327,4339, 628,1505,5453,5454,1763,2180,3019,4096, 521, # 3616 +1161,2592,1788,2206,2411,4697,4097,1625,4340,4341, 412, 42,3119, 464,5455,2642, # 3632 +4698,3400,1760,1571,2889,3515,2537,1219,2207,3893,2643,2141,2373,4699,4700,3328, # 3648 +1651,3401,3627,5456,5457,3628,2488,3516,5458,3756,5459,5460,2276,2092, 460,5461, # 3664 +4701,5462,3020, 962, 588,3629, 289,3250,2644,1116, 52,5463,3067,1797,5464,5465, # 3680 +5466,1467,5467,1598,1143,3757,4342,1985,1734,1067,4702,1280,3402, 465,4703,1572, # 3696 + 510,5468,1928,2245,1813,1644,3630,5469,4704,3758,5470,5471,2673,1573,1534,5472, # 3712 +5473, 536,1808,1761,3517,3894,3175,2645,5474,5475,5476,4705,3518,2929,1912,2809, # 3728 +5477,3329,1122, 377,3251,5478, 360,5479,5480,4343,1529, 551,5481,2060,3759,1769, # 3744 +2431,5482,2930,4344,3330,3120,2327,2109,2031,4706,1404, 136,1468,1479, 672,1171, # 3760 +3252,2308, 271,3176,5483,2772,5484,2050, 678,2736, 865,1948,4707,5485,2014,4098, # 3776 +2971,5486,2737,2227,1397,3068,3760,4708,4709,1735,2931,3403,3631,5487,3895, 509, # 3792 +2854,2458,2890,3896,5488,5489,3177,3178,4710,4345,2538,4711,2309,1166,1010, 552, # 3808 + 681,1888,5490,5491,2972,2973,4099,1287,1596,1862,3179, 358, 453, 736, 175, 478, # 3824 +1117, 905,1167,1097,5492,1854,1530,5493,1706,5494,2181,3519,2292,3761,3520,3632, # 3840 +4346,2093,4347,5495,3404,1193,2489,4348,1458,2193,2208,1863,1889,1421,3331,2932, # 3856 +3069,2182,3521, 595,2123,5496,4100,5497,5498,4349,1707,2646, 223,3762,1359, 751, # 3872 +3121, 183,3522,5499,2810,3021, 419,2374, 633, 704,3897,2394, 241,5500,5501,5502, # 3888 + 838,3022,3763,2277,2773,2459,3898,1939,2051,4101,1309,3122,2246,1181,5503,1136, # 3904 +2209,3899,2375,1446,4350,2310,4712,5504,5505,4351,1055,2615, 484,3764,5506,4102, # 3920 + 625,4352,2278,3405,1499,4353,4103,5507,4104,4354,3253,2279,2280,3523,5508,5509, # 3936 +2774, 808,2616,3765,3406,4105,4355,3123,2539, 526,3407,3900,4356, 955,5510,1620, # 3952 +4357,2647,2432,5511,1429,3766,1669,1832, 994, 928,5512,3633,1260,5513,5514,5515, # 3968 +1949,2293, 741,2933,1626,4358,2738,2460, 867,1184, 362,3408,1392,5516,5517,4106, # 3984 +4359,1770,1736,3254,2934,4713,4714,1929,2707,1459,1158,5518,3070,3409,2891,1292, # 4000 +1930,2513,2855,3767,1986,1187,2072,2015,2617,4360,5519,2574,2514,2170,3768,2490, # 4016 +3332,5520,3769,4715,5521,5522, 666,1003,3023,1022,3634,4361,5523,4716,1814,2257, # 4032 + 574,3901,1603, 295,1535, 705,3902,4362, 283, 858, 417,5524,5525,3255,4717,4718, # 4048 +3071,1220,1890,1046,2281,2461,4107,1393,1599, 689,2575, 388,4363,5526,2491, 802, # 4064 +5527,2811,3903,2061,1405,2258,5528,4719,3904,2110,1052,1345,3256,1585,5529, 809, # 4080 +5530,5531,5532, 575,2739,3524, 956,1552,1469,1144,2328,5533,2329,1560,2462,3635, # 4096 +3257,4108, 616,2210,4364,3180,2183,2294,5534,1833,5535,3525,4720,5536,1319,3770, # 4112 +3771,1211,3636,1023,3258,1293,2812,5537,5538,5539,3905, 607,2311,3906, 762,2892, # 4128 +1439,4365,1360,4721,1485,3072,5540,4722,1038,4366,1450,2062,2648,4367,1379,4723, # 4144 +2593,5541,5542,4368,1352,1414,2330,2935,1172,5543,5544,3907,3908,4724,1798,1451, # 4160 +5545,5546,5547,5548,2936,4109,4110,2492,2351, 411,4111,4112,3637,3333,3124,4725, # 4176 +1561,2674,1452,4113,1375,5549,5550, 47,2974, 316,5551,1406,1591,2937,3181,5552, # 4192 +1025,2142,3125,3182, 354,2740, 884,2228,4369,2412, 508,3772, 726,3638, 996,2433, # 4208 +3639, 729,5553, 392,2194,1453,4114,4726,3773,5554,5555,2463,3640,2618,1675,2813, # 4224 + 919,2352,2975,2353,1270,4727,4115, 73,5556,5557, 647,5558,3259,2856,2259,1550, # 4240 +1346,3024,5559,1332, 883,3526,5560,5561,5562,5563,3334,2775,5564,1212, 831,1347, # 4256 +4370,4728,2331,3909,1864,3073, 720,3910,4729,4730,3911,5565,4371,5566,5567,4731, # 4272 +5568,5569,1799,4732,3774,2619,4733,3641,1645,2376,4734,5570,2938, 669,2211,2675, # 4288 +2434,5571,2893,5572,5573,1028,3260,5574,4372,2413,5575,2260,1353,5576,5577,4735, # 4304 +3183, 518,5578,4116,5579,4373,1961,5580,2143,4374,5581,5582,3025,2354,2355,3912, # 4320 + 516,1834,1454,4117,2708,4375,4736,2229,2620,1972,1129,3642,5583,2776,5584,2976, # 4336 +1422, 577,1470,3026,1524,3410,5585,5586, 432,4376,3074,3527,5587,2594,1455,2515, # 4352 +2230,1973,1175,5588,1020,2741,4118,3528,4737,5589,2742,5590,1743,1361,3075,3529, # 4368 +2649,4119,4377,4738,2295, 895, 924,4378,2171, 331,2247,3076, 166,1627,3077,1098, # 4384 +5591,1232,2894,2231,3411,4739, 657, 403,1196,2377, 542,3775,3412,1600,4379,3530, # 4400 +5592,4740,2777,3261, 576, 530,1362,4741,4742,2540,2676,3776,4120,5593, 842,3913, # 4416 +5594,2814,2032,1014,4121, 213,2709,3413, 665, 621,4380,5595,3777,2939,2435,5596, # 4432 +2436,3335,3643,3414,4743,4381,2541,4382,4744,3644,1682,4383,3531,1380,5597, 724, # 4448 +2282, 600,1670,5598,1337,1233,4745,3126,2248,5599,1621,4746,5600, 651,4384,5601, # 4464 +1612,4385,2621,5602,2857,5603,2743,2312,3078,5604, 716,2464,3079, 174,1255,2710, # 4480 +4122,3645, 548,1320,1398, 728,4123,1574,5605,1891,1197,3080,4124,5606,3081,3082, # 4496 +3778,3646,3779, 747,5607, 635,4386,4747,5608,5609,5610,4387,5611,5612,4748,5613, # 4512 +3415,4749,2437, 451,5614,3780,2542,2073,4388,2744,4389,4125,5615,1764,4750,5616, # 4528 +4390, 350,4751,2283,2395,2493,5617,4391,4126,2249,1434,4127, 488,4752, 458,4392, # 4544 +4128,3781, 771,1330,2396,3914,2576,3184,2160,2414,1553,2677,3185,4393,5618,2494, # 4560 +2895,2622,1720,2711,4394,3416,4753,5619,2543,4395,5620,3262,4396,2778,5621,2016, # 4576 +2745,5622,1155,1017,3782,3915,5623,3336,2313, 201,1865,4397,1430,5624,4129,5625, # 4592 +5626,5627,5628,5629,4398,1604,5630, 414,1866, 371,2595,4754,4755,3532,2017,3127, # 4608 +4756,1708, 960,4399, 887, 389,2172,1536,1663,1721,5631,2232,4130,2356,2940,1580, # 4624 +5632,5633,1744,4757,2544,4758,4759,5634,4760,5635,2074,5636,4761,3647,3417,2896, # 4640 +4400,5637,4401,2650,3418,2815, 673,2712,2465, 709,3533,4131,3648,4402,5638,1148, # 4656 + 502, 634,5639,5640,1204,4762,3649,1575,4763,2623,3783,5641,3784,3128, 948,3263, # 4672 + 121,1745,3916,1110,5642,4403,3083,2516,3027,4132,3785,1151,1771,3917,1488,4133, # 4688 +1987,5643,2438,3534,5644,5645,2094,5646,4404,3918,1213,1407,2816, 531,2746,2545, # 4704 +3264,1011,1537,4764,2779,4405,3129,1061,5647,3786,3787,1867,2897,5648,2018, 120, # 4720 +4406,4407,2063,3650,3265,2314,3919,2678,3419,1955,4765,4134,5649,3535,1047,2713, # 4736 +1266,5650,1368,4766,2858, 649,3420,3920,2546,2747,1102,2859,2679,5651,5652,2000, # 4752 +5653,1111,3651,2977,5654,2495,3921,3652,2817,1855,3421,3788,5655,5656,3422,2415, # 4768 +2898,3337,3266,3653,5657,2577,5658,3654,2818,4135,1460, 856,5659,3655,5660,2899, # 4784 +2978,5661,2900,3922,5662,4408, 632,2517, 875,3923,1697,3924,2296,5663,5664,4767, # 4800 +3028,1239, 580,4768,4409,5665, 914, 936,2075,1190,4136,1039,2124,5666,5667,5668, # 4816 +5669,3423,1473,5670,1354,4410,3925,4769,2173,3084,4137, 915,3338,4411,4412,3339, # 4832 +1605,1835,5671,2748, 398,3656,4413,3926,4138, 328,1913,2860,4139,3927,1331,4414, # 4848 +3029, 937,4415,5672,3657,4140,4141,3424,2161,4770,3425, 524, 742, 538,3085,1012, # 4864 +5673,5674,3928,2466,5675, 658,1103, 225,3929,5676,5677,4771,5678,4772,5679,3267, # 4880 +1243,5680,4142, 963,2250,4773,5681,2714,3658,3186,5682,5683,2596,2332,5684,4774, # 4896 +5685,5686,5687,3536, 957,3426,2547,2033,1931,2941,2467, 870,2019,3659,1746,2780, # 4912 +2781,2439,2468,5688,3930,5689,3789,3130,3790,3537,3427,3791,5690,1179,3086,5691, # 4928 +3187,2378,4416,3792,2548,3188,3131,2749,4143,5692,3428,1556,2549,2297, 977,2901, # 4944 +2034,4144,1205,3429,5693,1765,3430,3189,2125,1271, 714,1689,4775,3538,5694,2333, # 4960 +3931, 533,4417,3660,2184, 617,5695,2469,3340,3539,2315,5696,5697,3190,5698,5699, # 4976 +3932,1988, 618, 427,2651,3540,3431,5700,5701,1244,1690,5702,2819,4418,4776,5703, # 4992 +3541,4777,5704,2284,1576, 473,3661,4419,3432, 972,5705,3662,5706,3087,5707,5708, # 5008 +4778,4779,5709,3793,4145,4146,5710, 153,4780, 356,5711,1892,2902,4420,2144, 408, # 5024 + 803,2357,5712,3933,5713,4421,1646,2578,2518,4781,4782,3934,5714,3935,4422,5715, # 5040 +2416,3433, 752,5716,5717,1962,3341,2979,5718, 746,3030,2470,4783,4423,3794, 698, # 5056 +4784,1893,4424,3663,2550,4785,3664,3936,5719,3191,3434,5720,1824,1302,4147,2715, # 5072 +3937,1974,4425,5721,4426,3192, 823,1303,1288,1236,2861,3542,4148,3435, 774,3938, # 5088 +5722,1581,4786,1304,2862,3939,4787,5723,2440,2162,1083,3268,4427,4149,4428, 344, # 5104 +1173, 288,2316, 454,1683,5724,5725,1461,4788,4150,2597,5726,5727,4789, 985, 894, # 5120 +5728,3436,3193,5729,1914,2942,3795,1989,5730,2111,1975,5731,4151,5732,2579,1194, # 5136 + 425,5733,4790,3194,1245,3796,4429,5734,5735,2863,5736, 636,4791,1856,3940, 760, # 5152 +1800,5737,4430,2212,1508,4792,4152,1894,1684,2298,5738,5739,4793,4431,4432,2213, # 5168 + 479,5740,5741, 832,5742,4153,2496,5743,2980,2497,3797, 990,3132, 627,1815,2652, # 5184 +4433,1582,4434,2126,2112,3543,4794,5744, 799,4435,3195,5745,4795,2113,1737,3031, # 5200 +1018, 543, 754,4436,3342,1676,4796,4797,4154,4798,1489,5746,3544,5747,2624,2903, # 5216 +4155,5748,5749,2981,5750,5751,5752,5753,3196,4799,4800,2185,1722,5754,3269,3270, # 5232 +1843,3665,1715, 481, 365,1976,1857,5755,5756,1963,2498,4801,5757,2127,3666,3271, # 5248 + 433,1895,2064,2076,5758, 602,2750,5759,5760,5761,5762,5763,3032,1628,3437,5764, # 5264 +3197,4802,4156,2904,4803,2519,5765,2551,2782,5766,5767,5768,3343,4804,2905,5769, # 5280 +4805,5770,2864,4806,4807,1221,2982,4157,2520,5771,5772,5773,1868,1990,5774,5775, # 5296 +5776,1896,5777,5778,4808,1897,4158, 318,5779,2095,4159,4437,5780,5781, 485,5782, # 5312 + 938,3941, 553,2680, 116,5783,3942,3667,5784,3545,2681,2783,3438,3344,2820,5785, # 5328 +3668,2943,4160,1747,2944,2983,5786,5787, 207,5788,4809,5789,4810,2521,5790,3033, # 5344 + 890,3669,3943,5791,1878,3798,3439,5792,2186,2358,3440,1652,5793,5794,5795, 941, # 5360 +2299, 208,3546,4161,2020, 330,4438,3944,2906,2499,3799,4439,4811,5796,5797,5798, # 5376 +) +# fmt: on diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py new file mode 100644 index 0000000..ef09c60 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import Big5DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import BIG5_SM_MODEL + + +class Big5Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(BIG5_SM_MODEL) + self.distribution_analyzer = Big5DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Big5" + + @property + def language(self) -> str: + return "Chinese" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py new file mode 100644 index 0000000..176cb99 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Tuple, Union + +from .big5freq import ( + BIG5_CHAR_TO_FREQ_ORDER, + BIG5_TABLE_SIZE, + BIG5_TYPICAL_DISTRIBUTION_RATIO, +) +from .euckrfreq import ( + EUCKR_CHAR_TO_FREQ_ORDER, + EUCKR_TABLE_SIZE, + EUCKR_TYPICAL_DISTRIBUTION_RATIO, +) +from .euctwfreq import ( + EUCTW_CHAR_TO_FREQ_ORDER, + EUCTW_TABLE_SIZE, + EUCTW_TYPICAL_DISTRIBUTION_RATIO, +) +from .gb2312freq import ( + GB2312_CHAR_TO_FREQ_ORDER, + GB2312_TABLE_SIZE, + GB2312_TYPICAL_DISTRIBUTION_RATIO, +) +from .jisfreq import ( + JIS_CHAR_TO_FREQ_ORDER, + JIS_TABLE_SIZE, + JIS_TYPICAL_DISTRIBUTION_RATIO, +) +from .johabfreq import JOHAB_TO_EUCKR_ORDER_TABLE + + +class CharDistributionAnalysis: + ENOUGH_DATA_THRESHOLD = 1024 + SURE_YES = 0.99 + SURE_NO = 0.01 + MINIMUM_DATA_THRESHOLD = 3 + + def __init__(self) -> None: + # Mapping table to get frequency order from char order (get from + # GetOrder()) + self._char_to_freq_order: Tuple[int, ...] = tuple() + self._table_size = 0 # Size of above table + # This is a constant value which varies from language to language, + # used in calculating confidence. See + # http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html + # for further detail. + self.typical_distribution_ratio = 0.0 + self._done = False + self._total_chars = 0 + self._freq_chars = 0 + self.reset() + + def reset(self) -> None: + """reset analyser, clear any state""" + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + self._total_chars = 0 # Total characters encountered + # The number of characters whose frequency order is less than 512 + self._freq_chars = 0 + + def feed(self, char: Union[bytes, bytearray], char_len: int) -> None: + """feed a character with known length""" + if char_len == 2: + # we only care about 2-bytes character in our distribution analysis + order = self.get_order(char) + else: + order = -1 + if order >= 0: + self._total_chars += 1 + # order is valid + if order < self._table_size: + if 512 > self._char_to_freq_order[order]: + self._freq_chars += 1 + + def get_confidence(self) -> float: + """return confidence based on existing data""" + # if we didn't receive any character in our consideration range, + # return negative answer + if self._total_chars <= 0 or self._freq_chars <= self.MINIMUM_DATA_THRESHOLD: + return self.SURE_NO + + if self._total_chars != self._freq_chars: + r = self._freq_chars / ( + (self._total_chars - self._freq_chars) * self.typical_distribution_ratio + ) + if r < self.SURE_YES: + return r + + # normalize confidence (we don't want to be 100% sure) + return self.SURE_YES + + def got_enough_data(self) -> bool: + # It is not necessary to receive all data to draw conclusion. + # For charset detection, certain amount of data is enough + return self._total_chars > self.ENOUGH_DATA_THRESHOLD + + def get_order(self, _: Union[bytes, bytearray]) -> int: + # We do not handle characters based on the original encoding string, + # but convert this encoding string to a number, here called order. + # This allows multiple encodings of a language to share one frequency + # table. + return -1 + + +class EUCTWDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCTW_CHAR_TO_FREQ_ORDER + self._table_size = EUCTW_TABLE_SIZE + self.typical_distribution_ratio = EUCTW_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-TW encoding, we are interested + # first byte range: 0xc4 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xC4: + return 94 * (first_char - 0xC4) + byte_str[1] - 0xA1 + return -1 + + +class EUCKRDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-KR encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char = byte_str[0] + if first_char >= 0xB0: + return 94 * (first_char - 0xB0) + byte_str[1] - 0xA1 + return -1 + + +class JOHABDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = EUCKR_CHAR_TO_FREQ_ORDER + self._table_size = EUCKR_TABLE_SIZE + self.typical_distribution_ratio = EUCKR_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + first_char = byte_str[0] + if 0x88 <= first_char < 0xD4: + code = first_char * 256 + byte_str[1] + return JOHAB_TO_EUCKR_ORDER_TABLE.get(code, -1) + return -1 + + +class GB2312DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = GB2312_CHAR_TO_FREQ_ORDER + self._table_size = GB2312_TABLE_SIZE + self.typical_distribution_ratio = GB2312_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for GB2312 encoding, we are interested + # first byte range: 0xb0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if (first_char >= 0xB0) and (second_char >= 0xA1): + return 94 * (first_char - 0xB0) + second_char - 0xA1 + return -1 + + +class Big5DistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = BIG5_CHAR_TO_FREQ_ORDER + self._table_size = BIG5_TABLE_SIZE + self.typical_distribution_ratio = BIG5_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for big5 encoding, we are interested + # first byte range: 0xa4 -- 0xfe + # second byte range: 0x40 -- 0x7e , 0xa1 -- 0xfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if first_char >= 0xA4: + if second_char >= 0xA1: + return 157 * (first_char - 0xA4) + second_char - 0xA1 + 63 + return 157 * (first_char - 0xA4) + second_char - 0x40 + return -1 + + +class SJISDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for sjis encoding, we are interested + # first byte range: 0x81 -- 0x9f , 0xe0 -- 0xfe + # second byte range: 0x40 -- 0x7e, 0x81 -- oxfe + # no validation needed here. State machine has done that + first_char, second_char = byte_str[0], byte_str[1] + if 0x81 <= first_char <= 0x9F: + order = 188 * (first_char - 0x81) + elif 0xE0 <= first_char <= 0xEF: + order = 188 * (first_char - 0xE0 + 31) + else: + return -1 + order = order + second_char - 0x40 + if second_char > 0x7F: + order = -1 + return order + + +class EUCJPDistributionAnalysis(CharDistributionAnalysis): + def __init__(self) -> None: + super().__init__() + self._char_to_freq_order = JIS_CHAR_TO_FREQ_ORDER + self._table_size = JIS_TABLE_SIZE + self.typical_distribution_ratio = JIS_TYPICAL_DISTRIBUTION_RATIO + + def get_order(self, byte_str: Union[bytes, bytearray]) -> int: + # for euc-JP encoding, we are interested + # first byte range: 0xa0 -- 0xfe + # second byte range: 0xa1 -- 0xfe + # no validation needed here. State machine has done that + char = byte_str[0] + if char >= 0xA0: + return 94 * (char - 0xA1) + byte_str[1] - 0xA1 + return -1 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py new file mode 100644 index 0000000..6def56b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py @@ -0,0 +1,106 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Optional, Union + +from .charsetprober import CharSetProber +from .enums import LanguageFilter, ProbingState + + +class CharSetGroupProber(CharSetProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self._active_num = 0 + self.probers: List[CharSetProber] = [] + self._best_guess_prober: Optional[CharSetProber] = None + + def reset(self) -> None: + super().reset() + self._active_num = 0 + for prober in self.probers: + prober.reset() + prober.active = True + self._active_num += 1 + self._best_guess_prober = None + + @property + def charset_name(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.charset_name + + @property + def language(self) -> Optional[str]: + if not self._best_guess_prober: + self.get_confidence() + if not self._best_guess_prober: + return None + return self._best_guess_prober.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for prober in self.probers: + if not prober.active: + continue + state = prober.feed(byte_str) + if not state: + continue + if state == ProbingState.FOUND_IT: + self._best_guess_prober = prober + self._state = ProbingState.FOUND_IT + return self.state + if state == ProbingState.NOT_ME: + prober.active = False + self._active_num -= 1 + if self._active_num <= 0: + self._state = ProbingState.NOT_ME + return self.state + return self.state + + def get_confidence(self) -> float: + state = self.state + if state == ProbingState.FOUND_IT: + return 0.99 + if state == ProbingState.NOT_ME: + return 0.01 + best_conf = 0.0 + self._best_guess_prober = None + for prober in self.probers: + if not prober.active: + self.logger.debug("%s not active", prober.charset_name) + continue + conf = prober.get_confidence() + self.logger.debug( + "%s %s confidence = %s", prober.charset_name, prober.language, conf + ) + if best_conf < conf: + best_conf = conf + self._best_guess_prober = prober + if not self._best_guess_prober: + return 0.0 + return best_conf diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py new file mode 100644 index 0000000..a103ca1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging +import re +from typing import Optional, Union + +from .enums import LanguageFilter, ProbingState + +INTERNATIONAL_WORDS_PATTERN = re.compile( + b"[a-zA-Z]*[\x80-\xFF]+[a-zA-Z]*[^a-zA-Z\x80-\xFF]?" +) + + +class CharSetProber: + + SHORTCUT_THRESHOLD = 0.95 + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + self._state = ProbingState.DETECTING + self.active = True + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + + def reset(self) -> None: + self._state = ProbingState.DETECTING + + @property + def charset_name(self) -> Optional[str]: + return None + + @property + def language(self) -> Optional[str]: + raise NotImplementedError + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + raise NotImplementedError + + @property + def state(self) -> ProbingState: + return self._state + + def get_confidence(self) -> float: + return 0.0 + + @staticmethod + def filter_high_byte_only(buf: Union[bytes, bytearray]) -> bytes: + buf = re.sub(b"([\x00-\x7F])+", b" ", buf) + return buf + + @staticmethod + def filter_international_words(buf: Union[bytes, bytearray]) -> bytearray: + """ + We define three types of bytes: + alphabet: english alphabets [a-zA-Z] + international: international characters [\x80-\xFF] + marker: everything else [^a-zA-Z\x80-\xFF] + The input buffer can be thought to contain a series of words delimited + by markers. This function works to filter all words that contain at + least one international character. All contiguous sequences of markers + are replaced by a single space ascii character. + This filter applies to all scripts which do not use English characters. + """ + filtered = bytearray() + + # This regex expression filters out only words that have at-least one + # international character. The word may include one marker character at + # the end. + words = INTERNATIONAL_WORDS_PATTERN.findall(buf) + + for word in words: + filtered.extend(word[:-1]) + + # If the last character in the word is a marker, replace it with a + # space as markers shouldn't affect our analysis (they are used + # similarly across all languages and may thus have similar + # frequencies). + last_char = word[-1:] + if not last_char.isalpha() and last_char < b"\x80": + last_char = b" " + filtered.extend(last_char) + + return filtered + + @staticmethod + def remove_xml_tags(buf: Union[bytes, bytearray]) -> bytes: + """ + Returns a copy of ``buf`` that retains only the sequences of English + alphabet and high byte characters that are not between <> characters. + This filter can be applied to all scripts which contain both English + characters and extended ASCII characters, but is currently only used by + ``Latin1Prober``. + """ + filtered = bytearray() + in_tag = False + prev = 0 + buf = memoryview(buf).cast("c") + + for curr, buf_char in enumerate(buf): + # Check if we're coming out of or entering an XML tag + + # https://github.com/python/typeshed/issues/8182 + if buf_char == b">": # type: ignore[comparison-overlap] + prev = curr + 1 + in_tag = False + # https://github.com/python/typeshed/issues/8182 + elif buf_char == b"<": # type: ignore[comparison-overlap] + if curr > prev and not in_tag: + # Keep everything after last non-extended-ASCII, + # non-alphabetic character + filtered.extend(buf[prev:curr]) + # Output a space to delimit stretch we kept + filtered.extend(b" ") + in_tag = True + + # If we're not in a tag... + if not in_tag: + # Keep everything after last non-extended-ASCII, non-alphabetic + # character + filtered.extend(buf[prev:]) + + return filtered diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d6a421ab208f859891e84ef84fc428e722adcb4 GIT binary patch literal 196 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 Optional[str]: + """ + Return a string describing the probable encoding of a file or + list of strings. + + :param lines: The lines to get the encoding of. + :type lines: Iterable of bytes + :param name: Name of file or collection of lines + :type name: str + :param should_rename_legacy: Should we rename legacy encodings to + their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + u = UniversalDetector(should_rename_legacy=should_rename_legacy) + for line in lines: + line = bytearray(line) + u.feed(line) + # shortcut out of the loop to save reading further - particularly useful if we read a BOM. + if u.done: + break + u.close() + result = u.result + if minimal: + return result["encoding"] + if result["encoding"]: + return f'{name}: {result["encoding"]} with confidence {result["confidence"]}' + return f"{name}: no result" + + +def main(argv: Optional[List[str]] = None) -> None: + """ + Handles command line arguments and gets things started. + + :param argv: List of arguments, as if specified on the command-line. + If None, ``sys.argv[1:]`` is used instead. + :type argv: list of str + """ + # Get command line arguments + parser = argparse.ArgumentParser( + description=( + "Takes one or more file paths and reports their detected encodings" + ) + ) + parser.add_argument( + "input", + help="File whose encoding we would like to determine. (default: stdin)", + type=argparse.FileType("rb"), + nargs="*", + default=[sys.stdin.buffer], + ) + parser.add_argument( + "--minimal", + help="Print only the encoding to standard output", + action="store_true", + ) + parser.add_argument( + "-l", + "--legacy", + help="Rename legacy encodings to more modern ones.", + action="store_true", + ) + parser.add_argument( + "--version", action="version", version=f"%(prog)s {__version__}" + ) + args = parser.parse_args(argv) + + for f in args.input: + if f.isatty(): + print( + "You are running chardetect interactively. Press " + "CTRL-D twice at the start of a blank line to signal the " + "end of your input. If you want help, run chardetect " + "--help\n", + file=sys.stderr, + ) + print( + description_of( + f, f.name, minimal=args.minimal, should_rename_legacy=args.legacy + ) + ) + + +if __name__ == "__main__": + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py new file mode 100644 index 0000000..8ed4a87 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py @@ -0,0 +1,90 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +import logging + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + + +class CodingStateMachine: + """ + A state machine to verify a byte sequence for a particular encoding. For + each byte the detector receives, it will feed that byte to every active + state machine available, one byte at a time. The state machine changes its + state based on its previous state and the byte it receives. There are 3 + states in a state machine that are of interest to an auto-detector: + + START state: This is the state to start with, or a legal byte sequence + (i.e. a valid code point) for character has been identified. + + ME state: This indicates that the state machine identified a byte sequence + that is specific to the charset it is designed for and that + there is no other possible encoding which can contain this byte + sequence. This will to lead to an immediate positive answer for + the detector. + + ERROR state: This indicates the state machine identified an illegal byte + sequence for that encoding. This will lead to an immediate + negative answer for this encoding. Detector will exclude this + encoding from consideration from here on. + """ + + def __init__(self, sm: CodingStateMachineDict) -> None: + self._model = sm + self._curr_byte_pos = 0 + self._curr_char_len = 0 + self._curr_state = MachineState.START + self.active = True + self.logger = logging.getLogger(__name__) + self.reset() + + def reset(self) -> None: + self._curr_state = MachineState.START + + def next_state(self, c: int) -> int: + # for each byte we get its class + # if it is first byte, we also get byte length + byte_class = self._model["class_table"][c] + if self._curr_state == MachineState.START: + self._curr_byte_pos = 0 + self._curr_char_len = self._model["char_len_table"][byte_class] + # from byte's class and state_table, we get its next state + curr_state = self._curr_state * self._model["class_factor"] + byte_class + self._curr_state = self._model["state_table"][curr_state] + self._curr_byte_pos += 1 + return self._curr_state + + def get_current_charlen(self) -> int: + return self._curr_char_len + + def get_coding_state_machine(self) -> str: + return self._model["name"] + + @property + def language(self) -> str: + return self._model["language"] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py new file mode 100644 index 0000000..7a3c4c7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py @@ -0,0 +1,19 @@ +from typing import TYPE_CHECKING, Tuple + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class CodingStateMachineDict(TypedDict, total=False): + class_table: Tuple[int, ...] + class_factor: int + state_table: Tuple[int, ...] + char_len_table: Tuple[int, ...] + name: str + language: str # Optional key + +else: + CodingStateMachineDict = dict diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py new file mode 100644 index 0000000..fa7307e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py @@ -0,0 +1,49 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import CP949_SM_MODEL + + +class CP949Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(CP949_SM_MODEL) + # NOTE: CP949 is a superset of EUC-KR, so the distribution should be + # not different. + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "CP949" + + @property + def language(self) -> str: + return "Korean" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py new file mode 100644 index 0000000..5e3e198 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py @@ -0,0 +1,85 @@ +""" +All of the Enums that are used throughout the chardet package. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +from enum import Enum, Flag + + +class InputState: + """ + This enum represents the different states a universal detector can be in. + """ + + PURE_ASCII = 0 + ESC_ASCII = 1 + HIGH_BYTE = 2 + + +class LanguageFilter(Flag): + """ + This enum represents the different language filters we can apply to a + ``UniversalDetector``. + """ + + NONE = 0x00 + CHINESE_SIMPLIFIED = 0x01 + CHINESE_TRADITIONAL = 0x02 + JAPANESE = 0x04 + KOREAN = 0x08 + NON_CJK = 0x10 + ALL = 0x1F + CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL + CJK = CHINESE | JAPANESE | KOREAN + + +class ProbingState(Enum): + """ + This enum represents the different states a prober can be in. + """ + + DETECTING = 0 + FOUND_IT = 1 + NOT_ME = 2 + + +class MachineState: + """ + This enum represents the different states a state machine can be in. + """ + + START = 0 + ERROR = 1 + ITS_ME = 2 + + +class SequenceLikelihood: + """ + This enum represents the likelihood of a character following the previous one. + """ + + NEGATIVE = 0 + UNLIKELY = 1 + LIKELY = 2 + POSITIVE = 3 + + @classmethod + def get_num_categories(cls) -> int: + """:returns: The number of likelihood categories in the enum.""" + return 4 + + +class CharacterCategory: + """ + This enum represents the different categories language models for + ``SingleByteCharsetProber`` put characters into. + + Anything less than CONTROL is considered a letter. + """ + + UNDEFINED = 255 + LINE_BREAK = 254 + SYMBOL = 253 + DIGIT = 252 + CONTROL = 251 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py new file mode 100644 index 0000000..fd71383 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState +from .escsm import ( + HZ_SM_MODEL, + ISO2022CN_SM_MODEL, + ISO2022JP_SM_MODEL, + ISO2022KR_SM_MODEL, +) + + +class EscCharSetProber(CharSetProber): + """ + This CharSetProber uses a "code scheme" approach for detecting encodings, + whereby easily recognizable escape or shift sequences are relied on to + identify these encodings. + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.coding_sm = [] + if self.lang_filter & LanguageFilter.CHINESE_SIMPLIFIED: + self.coding_sm.append(CodingStateMachine(HZ_SM_MODEL)) + self.coding_sm.append(CodingStateMachine(ISO2022CN_SM_MODEL)) + if self.lang_filter & LanguageFilter.JAPANESE: + self.coding_sm.append(CodingStateMachine(ISO2022JP_SM_MODEL)) + if self.lang_filter & LanguageFilter.KOREAN: + self.coding_sm.append(CodingStateMachine(ISO2022KR_SM_MODEL)) + self.active_sm_count = 0 + self._detected_charset: Optional[str] = None + self._detected_language: Optional[str] = None + self._state = ProbingState.DETECTING + self.reset() + + def reset(self) -> None: + super().reset() + for coding_sm in self.coding_sm: + coding_sm.active = True + coding_sm.reset() + self.active_sm_count = len(self.coding_sm) + self._detected_charset = None + self._detected_language = None + + @property + def charset_name(self) -> Optional[str]: + return self._detected_charset + + @property + def language(self) -> Optional[str]: + return self._detected_language + + def get_confidence(self) -> float: + return 0.99 if self._detected_charset else 0.00 + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + for coding_sm in self.coding_sm: + if not coding_sm.active: + continue + coding_state = coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + coding_sm.active = False + self.active_sm_count -= 1 + if self.active_sm_count <= 0: + self._state = ProbingState.NOT_ME + return self.state + elif coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + self._detected_charset = coding_sm.get_coding_state_machine() + self._detected_language = coding_sm.language + return self.state + + return self.state diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py new file mode 100644 index 0000000..11d4adf --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py @@ -0,0 +1,261 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# fmt: off +HZ_CLS = ( + 1, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 4, 0, 5, 2, 0, # 78 - 7f + 1, 1, 1, 1, 1, 1, 1, 1, # 80 - 87 + 1, 1, 1, 1, 1, 1, 1, 1, # 88 - 8f + 1, 1, 1, 1, 1, 1, 1, 1, # 90 - 97 + 1, 1, 1, 1, 1, 1, 1, 1, # 98 - 9f + 1, 1, 1, 1, 1, 1, 1, 1, # a0 - a7 + 1, 1, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 1, 1, 1, 1, 1, 1, # c0 - c7 + 1, 1, 1, 1, 1, 1, 1, 1, # c8 - cf + 1, 1, 1, 1, 1, 1, 1, 1, # d0 - d7 + 1, 1, 1, 1, 1, 1, 1, 1, # d8 - df + 1, 1, 1, 1, 1, 1, 1, 1, # e0 - e7 + 1, 1, 1, 1, 1, 1, 1, 1, # e8 - ef + 1, 1, 1, 1, 1, 1, 1, 1, # f0 - f7 + 1, 1, 1, 1, 1, 1, 1, 1, # f8 - ff +) + +HZ_ST = ( +MachineState.START, MachineState.ERROR, 3, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 +MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f +MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.START, MachineState.START, 4, MachineState.ERROR, # 10-17 + 5, MachineState.ERROR, 6, MachineState.ERROR, 5, 5, 4, MachineState.ERROR, # 18-1f + 4, MachineState.ERROR, 4, 4, 4, MachineState.ERROR, 4, MachineState.ERROR, # 20-27 + 4, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 28-2f +) +# fmt: on + +HZ_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +HZ_SM_MODEL: CodingStateMachineDict = { + "class_table": HZ_CLS, + "class_factor": 6, + "state_table": HZ_ST, + "char_len_table": HZ_CHAR_LEN_TABLE, + "name": "HZ-GB-2312", + "language": "Chinese", +} + +# fmt: off +ISO2022CN_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 4, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022CN_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 20-27 + 5, 6, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, # 38-3f +) +# fmt: on + +ISO2022CN_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022CN_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022CN_CLS, + "class_factor": 9, + "state_table": ISO2022CN_ST, + "char_len_table": ISO2022CN_CHAR_LEN_TABLE, + "name": "ISO-2022-CN", + "language": "Chinese", +} + +# fmt: off +ISO2022JP_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 2, 2, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 7, 0, 0, 0, # 20 - 27 + 3, 0, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 6, 0, 4, 0, 8, 0, 0, 0, # 40 - 47 + 0, 9, 5, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022JP_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 00-07 + MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 08-0f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 10-17 + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 20-27 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 6, MachineState.ITS_ME, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, # 28-2f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, # 30-37 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 38-3f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ERROR, MachineState.START, MachineState.START, # 40-47 +) +# fmt: on + +ISO2022JP_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0, 0, 0, 0, 0) + +ISO2022JP_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022JP_CLS, + "class_factor": 10, + "state_table": ISO2022JP_ST, + "char_len_table": ISO2022JP_CHAR_LEN_TABLE, + "name": "ISO-2022-JP", + "language": "Japanese", +} + +# fmt: off +ISO2022KR_CLS = ( + 2, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 0, 0, 0, 0, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 1, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 3, 0, 0, 0, # 20 - 27 + 0, 4, 0, 0, 0, 0, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 5, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 2, 2, 2, 2, 2, 2, 2, 2, # 80 - 87 + 2, 2, 2, 2, 2, 2, 2, 2, # 88 - 8f + 2, 2, 2, 2, 2, 2, 2, 2, # 90 - 97 + 2, 2, 2, 2, 2, 2, 2, 2, # 98 - 9f + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 2, # f8 - ff +) + +ISO2022KR_ST = ( + MachineState.START, 3, MachineState.ERROR, MachineState.START, MachineState.START, MachineState.START, MachineState.ERROR, MachineState.ERROR, # 00-07 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ITS_ME, # 08-0f + MachineState.ITS_ME, MachineState.ITS_ME, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 4, MachineState.ERROR, MachineState.ERROR, # 10-17 + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, 5, MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, # 18-1f + MachineState.ERROR, MachineState.ERROR, MachineState.ERROR, MachineState.ITS_ME, MachineState.START, MachineState.START, MachineState.START, MachineState.START, # 20-27 +) +# fmt: on + +ISO2022KR_CHAR_LEN_TABLE = (0, 0, 0, 0, 0, 0) + +ISO2022KR_SM_MODEL: CodingStateMachineDict = { + "class_table": ISO2022KR_CLS, + "class_factor": 6, + "state_table": ISO2022KR_ST, + "char_len_table": ISO2022KR_CHAR_LEN_TABLE, + "name": "ISO-2022-KR", + "language": "Korean", +} diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py new file mode 100644 index 0000000..39487f4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py @@ -0,0 +1,102 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import EUCJPDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import EUCJPContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCJP_SM_MODEL + + +class EUCJPProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCJP_SM_MODEL) + self.distribution_analyzer = EUCJPDistributionAnalysis() + self.context_analyzer = EUCJPContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return "EUC-JP" + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + # PY3K: byte_str is a byte array, so byte is an int, not a byte + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed(self._last_char, char_len) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py new file mode 100644 index 0000000..7dc3b10 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py @@ -0,0 +1,196 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology + +# 128 --> 0.79 +# 256 --> 0.92 +# 512 --> 0.986 +# 1024 --> 0.99944 +# 2048 --> 0.99999 +# +# Idea Distribution Ratio = 0.98653 / (1-0.98653) = 73.24 +# Random Distribution Ration = 512 / (2350-512) = 0.279. +# +# Typical Distribution Ratio + +EUCKR_TYPICAL_DISTRIBUTION_RATIO = 6.0 + +EUCKR_TABLE_SIZE = 2352 + +# Char to FreqOrder table , +# fmt: off +EUCKR_CHAR_TO_FREQ_ORDER = ( + 13, 130, 120,1396, 481,1719,1720, 328, 609, 212,1721, 707, 400, 299,1722, 87, +1397,1723, 104, 536,1117,1203,1724,1267, 685,1268, 508,1725,1726,1727,1728,1398, +1399,1729,1730,1731, 141, 621, 326,1057, 368,1732, 267, 488, 20,1733,1269,1734, + 945,1400,1735, 47, 904,1270,1736,1737, 773, 248,1738, 409, 313, 786, 429,1739, + 116, 987, 813,1401, 683, 75,1204, 145,1740,1741,1742,1743, 16, 847, 667, 622, + 708,1744,1745,1746, 966, 787, 304, 129,1747, 60, 820, 123, 676,1748,1749,1750, +1751, 617,1752, 626,1753,1754,1755,1756, 653,1757,1758,1759,1760,1761,1762, 856, + 344,1763,1764,1765,1766, 89, 401, 418, 806, 905, 848,1767,1768,1769, 946,1205, + 709,1770,1118,1771, 241,1772,1773,1774,1271,1775, 569,1776, 999,1777,1778,1779, +1780, 337, 751,1058, 28, 628, 254,1781, 177, 906, 270, 349, 891,1079,1782, 19, +1783, 379,1784, 315,1785, 629, 754,1402, 559,1786, 636, 203,1206,1787, 710, 567, +1788, 935, 814,1789,1790,1207, 766, 528,1791,1792,1208,1793,1794,1795,1796,1797, +1403,1798,1799, 533,1059,1404,1405,1156,1406, 936, 884,1080,1800, 351,1801,1802, +1803,1804,1805, 801,1806,1807,1808,1119,1809,1157, 714, 474,1407,1810, 298, 899, + 885,1811,1120, 802,1158,1812, 892,1813,1814,1408, 659,1815,1816,1121,1817,1818, +1819,1820,1821,1822, 319,1823, 594, 545,1824, 815, 937,1209,1825,1826, 573,1409, +1022,1827,1210,1828,1829,1830,1831,1832,1833, 556, 722, 807,1122,1060,1834, 697, +1835, 900, 557, 715,1836,1410, 540,1411, 752,1159, 294, 597,1211, 976, 803, 770, +1412,1837,1838, 39, 794,1413, 358,1839, 371, 925,1840, 453, 661, 788, 531, 723, + 544,1023,1081, 869, 91,1841, 392, 430, 790, 602,1414, 677,1082, 457,1415,1416, +1842,1843, 475, 327,1024,1417, 795, 121,1844, 733, 403,1418,1845,1846,1847, 300, + 119, 711,1212, 627,1848,1272, 207,1849,1850, 796,1213, 382,1851, 519,1852,1083, + 893,1853,1854,1855, 367, 809, 487, 671,1856, 663,1857,1858, 956, 471, 306, 857, +1859,1860,1160,1084,1861,1862,1863,1864,1865,1061,1866,1867,1868,1869,1870,1871, + 282, 96, 574,1872, 502,1085,1873,1214,1874, 907,1875,1876, 827, 977,1419,1420, +1421, 268,1877,1422,1878,1879,1880, 308,1881, 2, 537,1882,1883,1215,1884,1885, + 127, 791,1886,1273,1423,1887, 34, 336, 404, 643,1888, 571, 654, 894, 840,1889, + 0, 886,1274, 122, 575, 260, 908, 938,1890,1275, 410, 316,1891,1892, 100,1893, +1894,1123, 48,1161,1124,1025,1895, 633, 901,1276,1896,1897, 115, 816,1898, 317, +1899, 694,1900, 909, 734,1424, 572, 866,1425, 691, 85, 524,1010, 543, 394, 841, +1901,1902,1903,1026,1904,1905,1906,1907,1908,1909, 30, 451, 651, 988, 310,1910, +1911,1426, 810,1216, 93,1912,1913,1277,1217,1914, 858, 759, 45, 58, 181, 610, + 269,1915,1916, 131,1062, 551, 443,1000, 821,1427, 957, 895,1086,1917,1918, 375, +1919, 359,1920, 687,1921, 822,1922, 293,1923,1924, 40, 662, 118, 692, 29, 939, + 887, 640, 482, 174,1925, 69,1162, 728,1428, 910,1926,1278,1218,1279, 386, 870, + 217, 854,1163, 823,1927,1928,1929,1930, 834,1931, 78,1932, 859,1933,1063,1934, +1935,1936,1937, 438,1164, 208, 595,1938,1939,1940,1941,1219,1125,1942, 280, 888, +1429,1430,1220,1431,1943,1944,1945,1946,1947,1280, 150, 510,1432,1948,1949,1950, +1951,1952,1953,1954,1011,1087,1955,1433,1043,1956, 881,1957, 614, 958,1064,1065, +1221,1958, 638,1001, 860, 967, 896,1434, 989, 492, 553,1281,1165,1959,1282,1002, +1283,1222,1960,1961,1962,1963, 36, 383, 228, 753, 247, 454,1964, 876, 678,1965, +1966,1284, 126, 464, 490, 835, 136, 672, 529, 940,1088,1435, 473,1967,1968, 467, + 50, 390, 227, 587, 279, 378, 598, 792, 968, 240, 151, 160, 849, 882,1126,1285, + 639,1044, 133, 140, 288, 360, 811, 563,1027, 561, 142, 523,1969,1970,1971, 7, + 103, 296, 439, 407, 506, 634, 990,1972,1973,1974,1975, 645,1976,1977,1978,1979, +1980,1981, 236,1982,1436,1983,1984,1089, 192, 828, 618, 518,1166, 333,1127,1985, + 818,1223,1986,1987,1988,1989,1990,1991,1992,1993, 342,1128,1286, 746, 842,1994, +1995, 560, 223,1287, 98, 8, 189, 650, 978,1288,1996,1437,1997, 17, 345, 250, + 423, 277, 234, 512, 226, 97, 289, 42, 167,1998, 201,1999,2000, 843, 836, 824, + 532, 338, 783,1090, 182, 576, 436,1438,1439, 527, 500,2001, 947, 889,2002,2003, +2004,2005, 262, 600, 314, 447,2006, 547,2007, 693, 738,1129,2008, 71,1440, 745, + 619, 688,2009, 829,2010,2011, 147,2012, 33, 948,2013,2014, 74, 224,2015, 61, + 191, 918, 399, 637,2016,1028,1130, 257, 902,2017,2018,2019,2020,2021,2022,2023, +2024,2025,2026, 837,2027,2028,2029,2030, 179, 874, 591, 52, 724, 246,2031,2032, +2033,2034,1167, 969,2035,1289, 630, 605, 911,1091,1168,2036,2037,2038,1441, 912, +2039, 623,2040,2041, 253,1169,1290,2042,1442, 146, 620, 611, 577, 433,2043,1224, + 719,1170, 959, 440, 437, 534, 84, 388, 480,1131, 159, 220, 198, 679,2044,1012, + 819,1066,1443, 113,1225, 194, 318,1003,1029,2045,2046,2047,2048,1067,2049,2050, +2051,2052,2053, 59, 913, 112,2054, 632,2055, 455, 144, 739,1291,2056, 273, 681, + 499,2057, 448,2058,2059, 760,2060,2061, 970, 384, 169, 245,1132,2062,2063, 414, +1444,2064,2065, 41, 235,2066, 157, 252, 877, 568, 919, 789, 580,2067, 725,2068, +2069,1292,2070,2071,1445,2072,1446,2073,2074, 55, 588, 66,1447, 271,1092,2075, +1226,2076, 960,1013, 372,2077,2078,2079,2080,2081,1293,2082,2083,2084,2085, 850, +2086,2087,2088,2089,2090, 186,2091,1068, 180,2092,2093,2094, 109,1227, 522, 606, +2095, 867,1448,1093, 991,1171, 926, 353,1133,2096, 581,2097,2098,2099,1294,1449, +1450,2100, 596,1172,1014,1228,2101,1451,1295,1173,1229,2102,2103,1296,1134,1452, + 949,1135,2104,2105,1094,1453,1454,1455,2106,1095,2107,2108,2109,2110,2111,2112, +2113,2114,2115,2116,2117, 804,2118,2119,1230,1231, 805,1456, 405,1136,2120,2121, +2122,2123,2124, 720, 701,1297, 992,1457, 927,1004,2125,2126,2127,2128,2129,2130, + 22, 417,2131, 303,2132, 385,2133, 971, 520, 513,2134,1174, 73,1096, 231, 274, + 962,1458, 673,2135,1459,2136, 152,1137,2137,2138,2139,2140,1005,1138,1460,1139, +2141,2142,2143,2144, 11, 374, 844,2145, 154,1232, 46,1461,2146, 838, 830, 721, +1233, 106,2147, 90, 428, 462, 578, 566,1175, 352,2148,2149, 538,1234, 124,1298, +2150,1462, 761, 565,2151, 686,2152, 649,2153, 72, 173,2154, 460, 415,2155,1463, +2156,1235, 305,2157,2158,2159,2160,2161,2162, 579,2163,2164,2165,2166,2167, 747, +2168,2169,2170,2171,1464, 669,2172,2173,2174,2175,2176,1465,2177, 23, 530, 285, +2178, 335, 729,2179, 397,2180,2181,2182,1030,2183,2184, 698,2185,2186, 325,2187, +2188, 369,2189, 799,1097,1015, 348,2190,1069, 680,2191, 851,1466,2192,2193, 10, +2194, 613, 424,2195, 979, 108, 449, 589, 27, 172, 81,1031, 80, 774, 281, 350, +1032, 525, 301, 582,1176,2196, 674,1045,2197,2198,1467, 730, 762,2199,2200,2201, +2202,1468,2203, 993,2204,2205, 266,1070, 963,1140,2206,2207,2208, 664,1098, 972, +2209,2210,2211,1177,1469,1470, 871,2212,2213,2214,2215,2216,1471,2217,2218,2219, +2220,2221,2222,2223,2224,2225,2226,2227,1472,1236,2228,2229,2230,2231,2232,2233, +2234,2235,1299,2236,2237, 200,2238, 477, 373,2239,2240, 731, 825, 777,2241,2242, +2243, 521, 486, 548,2244,2245,2246,1473,1300, 53, 549, 137, 875, 76, 158,2247, +1301,1474, 469, 396,1016, 278, 712,2248, 321, 442, 503, 767, 744, 941,1237,1178, +1475,2249, 82, 178,1141,1179, 973,2250,1302,2251, 297,2252,2253, 570,2254,2255, +2256, 18, 450, 206,2257, 290, 292,1142,2258, 511, 162, 99, 346, 164, 735,2259, +1476,1477, 4, 554, 343, 798,1099,2260,1100,2261, 43, 171,1303, 139, 215,2262, +2263, 717, 775,2264,1033, 322, 216,2265, 831,2266, 149,2267,1304,2268,2269, 702, +1238, 135, 845, 347, 309,2270, 484,2271, 878, 655, 238,1006,1478,2272, 67,2273, + 295,2274,2275, 461,2276, 478, 942, 412,2277,1034,2278,2279,2280, 265,2281, 541, +2282,2283,2284,2285,2286, 70, 852,1071,2287,2288,2289,2290, 21, 56, 509, 117, + 432,2291,2292, 331, 980, 552,1101, 148, 284, 105, 393,1180,1239, 755,2293, 187, +2294,1046,1479,2295, 340,2296, 63,1047, 230,2297,2298,1305, 763,1306, 101, 800, + 808, 494,2299,2300,2301, 903,2302, 37,1072, 14, 5,2303, 79, 675,2304, 312, +2305,2306,2307,2308,2309,1480, 6,1307,2310,2311,2312, 1, 470, 35, 24, 229, +2313, 695, 210, 86, 778, 15, 784, 592, 779, 32, 77, 855, 964,2314, 259,2315, + 501, 380,2316,2317, 83, 981, 153, 689,1308,1481,1482,1483,2318,2319, 716,1484, +2320,2321,2322,2323,2324,2325,1485,2326,2327, 128, 57, 68, 261,1048, 211, 170, +1240, 31,2328, 51, 435, 742,2329,2330,2331, 635,2332, 264, 456,2333,2334,2335, + 425,2336,1486, 143, 507, 263, 943,2337, 363, 920,1487, 256,1488,1102, 243, 601, +1489,2338,2339,2340,2341,2342,2343,2344, 861,2345,2346,2347,2348,2349,2350, 395, +2351,1490,1491, 62, 535, 166, 225,2352,2353, 668, 419,1241, 138, 604, 928,2354, +1181,2355,1492,1493,2356,2357,2358,1143,2359, 696,2360, 387, 307,1309, 682, 476, +2361,2362, 332, 12, 222, 156,2363, 232,2364, 641, 276, 656, 517,1494,1495,1035, + 416, 736,1496,2365,1017, 586,2366,2367,2368,1497,2369, 242,2370,2371,2372,1498, +2373, 965, 713,2374,2375,2376,2377, 740, 982,1499, 944,1500,1007,2378,2379,1310, +1501,2380,2381,2382, 785, 329,2383,2384,1502,2385,2386,2387, 932,2388,1503,2389, +2390,2391,2392,1242,2393,2394,2395,2396,2397, 994, 950,2398,2399,2400,2401,1504, +1311,2402,2403,2404,2405,1049, 749,2406,2407, 853, 718,1144,1312,2408,1182,1505, +2409,2410, 255, 516, 479, 564, 550, 214,1506,1507,1313, 413, 239, 444, 339,1145, +1036,1508,1509,1314,1037,1510,1315,2411,1511,2412,2413,2414, 176, 703, 497, 624, + 593, 921, 302,2415, 341, 165,1103,1512,2416,1513,2417,2418,2419, 376,2420, 700, +2421,2422,2423, 258, 768,1316,2424,1183,2425, 995, 608,2426,2427,2428,2429, 221, +2430,2431,2432,2433,2434,2435,2436,2437, 195, 323, 726, 188, 897, 983,1317, 377, + 644,1050, 879,2438, 452,2439,2440,2441,2442,2443,2444, 914,2445,2446,2447,2448, + 915, 489,2449,1514,1184,2450,2451, 515, 64, 427, 495,2452, 583,2453, 483, 485, +1038, 562, 213,1515, 748, 666,2454,2455,2456,2457, 334,2458, 780, 996,1008, 705, +1243,2459,2460,2461,2462,2463, 114,2464, 493,1146, 366, 163,1516, 961,1104,2465, + 291,2466,1318,1105,2467,1517, 365,2468, 355, 951,1244,2469,1319,2470, 631,2471, +2472, 218,1320, 364, 320, 756,1518,1519,1321,1520,1322,2473,2474,2475,2476, 997, +2477,2478,2479,2480, 665,1185,2481, 916,1521,2482,2483,2484, 584, 684,2485,2486, + 797,2487,1051,1186,2488,2489,2490,1522,2491,2492, 370,2493,1039,1187, 65,2494, + 434, 205, 463,1188,2495, 125, 812, 391, 402, 826, 699, 286, 398, 155, 781, 771, + 585,2496, 590, 505,1073,2497, 599, 244, 219, 917,1018, 952, 646,1523,2498,1323, +2499,2500, 49, 984, 354, 741,2501, 625,2502,1324,2503,1019, 190, 357, 757, 491, + 95, 782, 868,2504,2505,2506,2507,2508,2509, 134,1524,1074, 422,1525, 898,2510, + 161,2511,2512,2513,2514, 769,2515,1526,2516,2517, 411,1325,2518, 472,1527,2519, +2520,2521,2522,2523,2524, 985,2525,2526,2527,2528,2529,2530, 764,2531,1245,2532, +2533, 25, 204, 311,2534, 496,2535,1052,2536,2537,2538,2539,2540,2541,2542, 199, + 704, 504, 468, 758, 657,1528, 196, 44, 839,1246, 272, 750,2543, 765, 862,2544, +2545,1326,2546, 132, 615, 933,2547, 732,2548,2549,2550,1189,1529,2551, 283,1247, +1053, 607, 929,2552,2553,2554, 930, 183, 872, 616,1040,1147,2555,1148,1020, 441, + 249,1075,2556,2557,2558, 466, 743,2559,2560,2561, 92, 514, 426, 420, 526,2562, +2563,2564,2565,2566,2567,2568, 185,2569,2570,2571,2572, 776,1530, 658,2573, 362, +2574, 361, 922,1076, 793,2575,2576,2577,2578,2579,2580,1531, 251,2581,2582,2583, +2584,1532, 54, 612, 237,1327,2585,2586, 275, 408, 647, 111,2587,1533,1106, 465, + 3, 458, 9, 38,2588, 107, 110, 890, 209, 26, 737, 498,2589,1534,2590, 431, + 202, 88,1535, 356, 287,1107, 660,1149,2591, 381,1536, 986,1150, 445,1248,1151, + 974,2592,2593, 846,2594, 446, 953, 184,1249,1250, 727,2595, 923, 193, 883,2596, +2597,2598, 102, 324, 539, 817,2599, 421,1041,2600, 832,2601, 94, 175, 197, 406, +2602, 459,2603,2604,2605,2606,2607, 330, 555,2608,2609,2610, 706,1108, 389,2611, +2612,2613,2614, 233,2615, 833, 558, 931, 954,1251,2616,2617,1537, 546,2618,2619, +1009,2620,2621,2622,1538, 690,1328,2623, 955,2624,1539,2625,2626, 772,2627,2628, +2629,2630,2631, 924, 648, 863, 603,2632,2633, 934,1540, 864, 865,2634, 642,1042, + 670,1190,2635,2636,2637,2638, 168,2639, 652, 873, 542,1054,1541,2640,2641,2642, # 512, 256 +) +# fmt: on diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py new file mode 100644 index 0000000..1fc5de0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCKRDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCKR_SM_MODEL + + +class EUCKRProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCKR_SM_MODEL) + self.distribution_analyzer = EUCKRDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-KR" + + @property + def language(self) -> str: + return "Korean" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py new file mode 100644 index 0000000..4900ccc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py @@ -0,0 +1,388 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# EUCTW frequency table +# Converted from big5 work +# by Taiwan's Mandarin Promotion Council +# + +# 128 --> 0.42261 +# 256 --> 0.57851 +# 512 --> 0.74851 +# 1024 --> 0.89384 +# 2048 --> 0.97583 +# +# Idea Distribution Ratio = 0.74851/(1-0.74851) =2.98 +# Random Distribution Ration = 512/(5401-512)=0.105 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher than RDR + +EUCTW_TYPICAL_DISTRIBUTION_RATIO = 0.75 + +# Char to FreqOrder table +EUCTW_TABLE_SIZE = 5376 + +# fmt: off +EUCTW_CHAR_TO_FREQ_ORDER = ( + 1, 1800, 1506, 255, 1431, 198, 9, 82, 6, 7310, 177, 202, 3615, 1256, 2808, 110, # 2742 + 3735, 33, 3241, 261, 76, 44, 2113, 16, 2931, 2184, 1176, 659, 3868, 26, 3404, 2643, # 2758 + 1198, 3869, 3313, 4060, 410, 2211, 302, 590, 361, 1963, 8, 204, 58, 4296, 7311, 1931, # 2774 + 63, 7312, 7313, 317, 1614, 75, 222, 159, 4061, 2412, 1480, 7314, 3500, 3068, 224, 2809, # 2790 + 3616, 3, 10, 3870, 1471, 29, 2774, 1135, 2852, 1939, 873, 130, 3242, 1123, 312, 7315, # 2806 + 4297, 2051, 507, 252, 682, 7316, 142, 1914, 124, 206, 2932, 34, 3501, 3173, 64, 604, # 2822 + 7317, 2494, 1976, 1977, 155, 1990, 645, 641, 1606, 7318, 3405, 337, 72, 406, 7319, 80, # 2838 + 630, 238, 3174, 1509, 263, 939, 1092, 2644, 756, 1440, 1094, 3406, 449, 69, 2969, 591, # 2854 + 179, 2095, 471, 115, 2034, 1843, 60, 50, 2970, 134, 806, 1868, 734, 2035, 3407, 180, # 2870 + 995, 1607, 156, 537, 2893, 688, 7320, 319, 1305, 779, 2144, 514, 2374, 298, 4298, 359, # 2886 + 2495, 90, 2707, 1338, 663, 11, 906, 1099, 2545, 20, 2436, 182, 532, 1716, 7321, 732, # 2902 + 1376, 4062, 1311, 1420, 3175, 25, 2312, 1056, 113, 399, 382, 1949, 242, 3408, 2467, 529, # 2918 + 3243, 475, 1447, 3617, 7322, 117, 21, 656, 810, 1297, 2295, 2329, 3502, 7323, 126, 4063, # 2934 + 706, 456, 150, 613, 4299, 71, 1118, 2036, 4064, 145, 3069, 85, 835, 486, 2114, 1246, # 2950 + 1426, 428, 727, 1285, 1015, 800, 106, 623, 303, 1281, 7324, 2127, 2354, 347, 3736, 221, # 2966 + 3503, 3110, 7325, 1955, 1153, 4065, 83, 296, 1199, 3070, 192, 624, 93, 7326, 822, 1897, # 2982 + 2810, 3111, 795, 2064, 991, 1554, 1542, 1592, 27, 43, 2853, 859, 139, 1456, 860, 4300, # 2998 + 437, 712, 3871, 164, 2392, 3112, 695, 211, 3017, 2096, 195, 3872, 1608, 3504, 3505, 3618, # 3014 + 3873, 234, 811, 2971, 2097, 3874, 2229, 1441, 3506, 1615, 2375, 668, 2076, 1638, 305, 228, # 3030 + 1664, 4301, 467, 415, 7327, 262, 2098, 1593, 239, 108, 300, 200, 1033, 512, 1247, 2077, # 3046 + 7328, 7329, 2173, 3176, 3619, 2673, 593, 845, 1062, 3244, 88, 1723, 2037, 3875, 1950, 212, # 3062 + 266, 152, 149, 468, 1898, 4066, 4302, 77, 187, 7330, 3018, 37, 5, 2972, 7331, 3876, # 3078 + 7332, 7333, 39, 2517, 4303, 2894, 3177, 2078, 55, 148, 74, 4304, 545, 483, 1474, 1029, # 3094 + 1665, 217, 1869, 1531, 3113, 1104, 2645, 4067, 24, 172, 3507, 900, 3877, 3508, 3509, 4305, # 3110 + 32, 1408, 2811, 1312, 329, 487, 2355, 2247, 2708, 784, 2674, 4, 3019, 3314, 1427, 1788, # 3126 + 188, 109, 499, 7334, 3620, 1717, 1789, 888, 1217, 3020, 4306, 7335, 3510, 7336, 3315, 1520, # 3142 + 3621, 3878, 196, 1034, 775, 7337, 7338, 929, 1815, 249, 439, 38, 7339, 1063, 7340, 794, # 3158 + 3879, 1435, 2296, 46, 178, 3245, 2065, 7341, 2376, 7342, 214, 1709, 4307, 804, 35, 707, # 3174 + 324, 3622, 1601, 2546, 140, 459, 4068, 7343, 7344, 1365, 839, 272, 978, 2257, 2572, 3409, # 3190 + 2128, 1363, 3623, 1423, 697, 100, 3071, 48, 70, 1231, 495, 3114, 2193, 7345, 1294, 7346, # 3206 + 2079, 462, 586, 1042, 3246, 853, 256, 988, 185, 2377, 3410, 1698, 434, 1084, 7347, 3411, # 3222 + 314, 2615, 2775, 4308, 2330, 2331, 569, 2280, 637, 1816, 2518, 757, 1162, 1878, 1616, 3412, # 3238 + 287, 1577, 2115, 768, 4309, 1671, 2854, 3511, 2519, 1321, 3737, 909, 2413, 7348, 4069, 933, # 3254 + 3738, 7349, 2052, 2356, 1222, 4310, 765, 2414, 1322, 786, 4311, 7350, 1919, 1462, 1677, 2895, # 3270 + 1699, 7351, 4312, 1424, 2437, 3115, 3624, 2590, 3316, 1774, 1940, 3413, 3880, 4070, 309, 1369, # 3286 + 1130, 2812, 364, 2230, 1653, 1299, 3881, 3512, 3882, 3883, 2646, 525, 1085, 3021, 902, 2000, # 3302 + 1475, 964, 4313, 421, 1844, 1415, 1057, 2281, 940, 1364, 3116, 376, 4314, 4315, 1381, 7, # 3318 + 2520, 983, 2378, 336, 1710, 2675, 1845, 321, 3414, 559, 1131, 3022, 2742, 1808, 1132, 1313, # 3334 + 265, 1481, 1857, 7352, 352, 1203, 2813, 3247, 167, 1089, 420, 2814, 776, 792, 1724, 3513, # 3350 + 4071, 2438, 3248, 7353, 4072, 7354, 446, 229, 333, 2743, 901, 3739, 1200, 1557, 4316, 2647, # 3366 + 1920, 395, 2744, 2676, 3740, 4073, 1835, 125, 916, 3178, 2616, 4317, 7355, 7356, 3741, 7357, # 3382 + 7358, 7359, 4318, 3117, 3625, 1133, 2547, 1757, 3415, 1510, 2313, 1409, 3514, 7360, 2145, 438, # 3398 + 2591, 2896, 2379, 3317, 1068, 958, 3023, 461, 311, 2855, 2677, 4074, 1915, 3179, 4075, 1978, # 3414 + 383, 750, 2745, 2617, 4076, 274, 539, 385, 1278, 1442, 7361, 1154, 1964, 384, 561, 210, # 3430 + 98, 1295, 2548, 3515, 7362, 1711, 2415, 1482, 3416, 3884, 2897, 1257, 129, 7363, 3742, 642, # 3446 + 523, 2776, 2777, 2648, 7364, 141, 2231, 1333, 68, 176, 441, 876, 907, 4077, 603, 2592, # 3462 + 710, 171, 3417, 404, 549, 18, 3118, 2393, 1410, 3626, 1666, 7365, 3516, 4319, 2898, 4320, # 3478 + 7366, 2973, 368, 7367, 146, 366, 99, 871, 3627, 1543, 748, 807, 1586, 1185, 22, 2258, # 3494 + 379, 3743, 3180, 7368, 3181, 505, 1941, 2618, 1991, 1382, 2314, 7369, 380, 2357, 218, 702, # 3510 + 1817, 1248, 3418, 3024, 3517, 3318, 3249, 7370, 2974, 3628, 930, 3250, 3744, 7371, 59, 7372, # 3526 + 585, 601, 4078, 497, 3419, 1112, 1314, 4321, 1801, 7373, 1223, 1472, 2174, 7374, 749, 1836, # 3542 + 690, 1899, 3745, 1772, 3885, 1476, 429, 1043, 1790, 2232, 2116, 917, 4079, 447, 1086, 1629, # 3558 + 7375, 556, 7376, 7377, 2020, 1654, 844, 1090, 105, 550, 966, 1758, 2815, 1008, 1782, 686, # 3574 + 1095, 7378, 2282, 793, 1602, 7379, 3518, 2593, 4322, 4080, 2933, 2297, 4323, 3746, 980, 2496, # 3590 + 544, 353, 527, 4324, 908, 2678, 2899, 7380, 381, 2619, 1942, 1348, 7381, 1341, 1252, 560, # 3606 + 3072, 7382, 3420, 2856, 7383, 2053, 973, 886, 2080, 143, 4325, 7384, 7385, 157, 3886, 496, # 3622 + 4081, 57, 840, 540, 2038, 4326, 4327, 3421, 2117, 1445, 970, 2259, 1748, 1965, 2081, 4082, # 3638 + 3119, 1234, 1775, 3251, 2816, 3629, 773, 1206, 2129, 1066, 2039, 1326, 3887, 1738, 1725, 4083, # 3654 + 279, 3120, 51, 1544, 2594, 423, 1578, 2130, 2066, 173, 4328, 1879, 7386, 7387, 1583, 264, # 3670 + 610, 3630, 4329, 2439, 280, 154, 7388, 7389, 7390, 1739, 338, 1282, 3073, 693, 2857, 1411, # 3686 + 1074, 3747, 2440, 7391, 4330, 7392, 7393, 1240, 952, 2394, 7394, 2900, 1538, 2679, 685, 1483, # 3702 + 4084, 2468, 1436, 953, 4085, 2054, 4331, 671, 2395, 79, 4086, 2441, 3252, 608, 567, 2680, # 3718 + 3422, 4087, 4088, 1691, 393, 1261, 1791, 2396, 7395, 4332, 7396, 7397, 7398, 7399, 1383, 1672, # 3734 + 3748, 3182, 1464, 522, 1119, 661, 1150, 216, 675, 4333, 3888, 1432, 3519, 609, 4334, 2681, # 3750 + 2397, 7400, 7401, 7402, 4089, 3025, 0, 7403, 2469, 315, 231, 2442, 301, 3319, 4335, 2380, # 3766 + 7404, 233, 4090, 3631, 1818, 4336, 4337, 7405, 96, 1776, 1315, 2082, 7406, 257, 7407, 1809, # 3782 + 3632, 2709, 1139, 1819, 4091, 2021, 1124, 2163, 2778, 1777, 2649, 7408, 3074, 363, 1655, 3183, # 3798 + 7409, 2975, 7410, 7411, 7412, 3889, 1567, 3890, 718, 103, 3184, 849, 1443, 341, 3320, 2934, # 3814 + 1484, 7413, 1712, 127, 67, 339, 4092, 2398, 679, 1412, 821, 7414, 7415, 834, 738, 351, # 3830 + 2976, 2146, 846, 235, 1497, 1880, 418, 1992, 3749, 2710, 186, 1100, 2147, 2746, 3520, 1545, # 3846 + 1355, 2935, 2858, 1377, 583, 3891, 4093, 2573, 2977, 7416, 1298, 3633, 1078, 2549, 3634, 2358, # 3862 + 78, 3750, 3751, 267, 1289, 2099, 2001, 1594, 4094, 348, 369, 1274, 2194, 2175, 1837, 4338, # 3878 + 1820, 2817, 3635, 2747, 2283, 2002, 4339, 2936, 2748, 144, 3321, 882, 4340, 3892, 2749, 3423, # 3894 + 4341, 2901, 7417, 4095, 1726, 320, 7418, 3893, 3026, 788, 2978, 7419, 2818, 1773, 1327, 2859, # 3910 + 3894, 2819, 7420, 1306, 4342, 2003, 1700, 3752, 3521, 2359, 2650, 787, 2022, 506, 824, 3636, # 3926 + 534, 323, 4343, 1044, 3322, 2023, 1900, 946, 3424, 7421, 1778, 1500, 1678, 7422, 1881, 4344, # 3942 + 165, 243, 4345, 3637, 2521, 123, 683, 4096, 764, 4346, 36, 3895, 1792, 589, 2902, 816, # 3958 + 626, 1667, 3027, 2233, 1639, 1555, 1622, 3753, 3896, 7423, 3897, 2860, 1370, 1228, 1932, 891, # 3974 + 2083, 2903, 304, 4097, 7424, 292, 2979, 2711, 3522, 691, 2100, 4098, 1115, 4347, 118, 662, # 3990 + 7425, 611, 1156, 854, 2381, 1316, 2861, 2, 386, 515, 2904, 7426, 7427, 3253, 868, 2234, # 4006 + 1486, 855, 2651, 785, 2212, 3028, 7428, 1040, 3185, 3523, 7429, 3121, 448, 7430, 1525, 7431, # 4022 + 2164, 4348, 7432, 3754, 7433, 4099, 2820, 3524, 3122, 503, 818, 3898, 3123, 1568, 814, 676, # 4038 + 1444, 306, 1749, 7434, 3755, 1416, 1030, 197, 1428, 805, 2821, 1501, 4349, 7435, 7436, 7437, # 4054 + 1993, 7438, 4350, 7439, 7440, 2195, 13, 2779, 3638, 2980, 3124, 1229, 1916, 7441, 3756, 2131, # 4070 + 7442, 4100, 4351, 2399, 3525, 7443, 2213, 1511, 1727, 1120, 7444, 7445, 646, 3757, 2443, 307, # 4086 + 7446, 7447, 1595, 3186, 7448, 7449, 7450, 3639, 1113, 1356, 3899, 1465, 2522, 2523, 7451, 519, # 4102 + 7452, 128, 2132, 92, 2284, 1979, 7453, 3900, 1512, 342, 3125, 2196, 7454, 2780, 2214, 1980, # 4118 + 3323, 7455, 290, 1656, 1317, 789, 827, 2360, 7456, 3758, 4352, 562, 581, 3901, 7457, 401, # 4134 + 4353, 2248, 94, 4354, 1399, 2781, 7458, 1463, 2024, 4355, 3187, 1943, 7459, 828, 1105, 4101, # 4150 + 1262, 1394, 7460, 4102, 605, 4356, 7461, 1783, 2862, 7462, 2822, 819, 2101, 578, 2197, 2937, # 4166 + 7463, 1502, 436, 3254, 4103, 3255, 2823, 3902, 2905, 3425, 3426, 7464, 2712, 2315, 7465, 7466, # 4182 + 2332, 2067, 23, 4357, 193, 826, 3759, 2102, 699, 1630, 4104, 3075, 390, 1793, 1064, 3526, # 4198 + 7467, 1579, 3076, 3077, 1400, 7468, 4105, 1838, 1640, 2863, 7469, 4358, 4359, 137, 4106, 598, # 4214 + 3078, 1966, 780, 104, 974, 2938, 7470, 278, 899, 253, 402, 572, 504, 493, 1339, 7471, # 4230 + 3903, 1275, 4360, 2574, 2550, 7472, 3640, 3029, 3079, 2249, 565, 1334, 2713, 863, 41, 7473, # 4246 + 7474, 4361, 7475, 1657, 2333, 19, 463, 2750, 4107, 606, 7476, 2981, 3256, 1087, 2084, 1323, # 4262 + 2652, 2982, 7477, 1631, 1623, 1750, 4108, 2682, 7478, 2864, 791, 2714, 2653, 2334, 232, 2416, # 4278 + 7479, 2983, 1498, 7480, 2654, 2620, 755, 1366, 3641, 3257, 3126, 2025, 1609, 119, 1917, 3427, # 4294 + 862, 1026, 4109, 7481, 3904, 3760, 4362, 3905, 4363, 2260, 1951, 2470, 7482, 1125, 817, 4110, # 4310 + 4111, 3906, 1513, 1766, 2040, 1487, 4112, 3030, 3258, 2824, 3761, 3127, 7483, 7484, 1507, 7485, # 4326 + 2683, 733, 40, 1632, 1106, 2865, 345, 4113, 841, 2524, 230, 4364, 2984, 1846, 3259, 3428, # 4342 + 7486, 1263, 986, 3429, 7487, 735, 879, 254, 1137, 857, 622, 1300, 1180, 1388, 1562, 3907, # 4358 + 3908, 2939, 967, 2751, 2655, 1349, 592, 2133, 1692, 3324, 2985, 1994, 4114, 1679, 3909, 1901, # 4374 + 2185, 7488, 739, 3642, 2715, 1296, 1290, 7489, 4115, 2198, 2199, 1921, 1563, 2595, 2551, 1870, # 4390 + 2752, 2986, 7490, 435, 7491, 343, 1108, 596, 17, 1751, 4365, 2235, 3430, 3643, 7492, 4366, # 4406 + 294, 3527, 2940, 1693, 477, 979, 281, 2041, 3528, 643, 2042, 3644, 2621, 2782, 2261, 1031, # 4422 + 2335, 2134, 2298, 3529, 4367, 367, 1249, 2552, 7493, 3530, 7494, 4368, 1283, 3325, 2004, 240, # 4438 + 1762, 3326, 4369, 4370, 836, 1069, 3128, 474, 7495, 2148, 2525, 268, 3531, 7496, 3188, 1521, # 4454 + 1284, 7497, 1658, 1546, 4116, 7498, 3532, 3533, 7499, 4117, 3327, 2684, 1685, 4118, 961, 1673, # 4470 + 2622, 190, 2005, 2200, 3762, 4371, 4372, 7500, 570, 2497, 3645, 1490, 7501, 4373, 2623, 3260, # 4486 + 1956, 4374, 584, 1514, 396, 1045, 1944, 7502, 4375, 1967, 2444, 7503, 7504, 4376, 3910, 619, # 4502 + 7505, 3129, 3261, 215, 2006, 2783, 2553, 3189, 4377, 3190, 4378, 763, 4119, 3763, 4379, 7506, # 4518 + 7507, 1957, 1767, 2941, 3328, 3646, 1174, 452, 1477, 4380, 3329, 3130, 7508, 2825, 1253, 2382, # 4534 + 2186, 1091, 2285, 4120, 492, 7509, 638, 1169, 1824, 2135, 1752, 3911, 648, 926, 1021, 1324, # 4550 + 4381, 520, 4382, 997, 847, 1007, 892, 4383, 3764, 2262, 1871, 3647, 7510, 2400, 1784, 4384, # 4566 + 1952, 2942, 3080, 3191, 1728, 4121, 2043, 3648, 4385, 2007, 1701, 3131, 1551, 30, 2263, 4122, # 4582 + 7511, 2026, 4386, 3534, 7512, 501, 7513, 4123, 594, 3431, 2165, 1821, 3535, 3432, 3536, 3192, # 4598 + 829, 2826, 4124, 7514, 1680, 3132, 1225, 4125, 7515, 3262, 4387, 4126, 3133, 2336, 7516, 4388, # 4614 + 4127, 7517, 3912, 3913, 7518, 1847, 2383, 2596, 3330, 7519, 4389, 374, 3914, 652, 4128, 4129, # 4630 + 375, 1140, 798, 7520, 7521, 7522, 2361, 4390, 2264, 546, 1659, 138, 3031, 2445, 4391, 7523, # 4646 + 2250, 612, 1848, 910, 796, 3765, 1740, 1371, 825, 3766, 3767, 7524, 2906, 2554, 7525, 692, # 4662 + 444, 3032, 2624, 801, 4392, 4130, 7526, 1491, 244, 1053, 3033, 4131, 4132, 340, 7527, 3915, # 4678 + 1041, 2987, 293, 1168, 87, 1357, 7528, 1539, 959, 7529, 2236, 721, 694, 4133, 3768, 219, # 4694 + 1478, 644, 1417, 3331, 2656, 1413, 1401, 1335, 1389, 3916, 7530, 7531, 2988, 2362, 3134, 1825, # 4710 + 730, 1515, 184, 2827, 66, 4393, 7532, 1660, 2943, 246, 3332, 378, 1457, 226, 3433, 975, # 4726 + 3917, 2944, 1264, 3537, 674, 696, 7533, 163, 7534, 1141, 2417, 2166, 713, 3538, 3333, 4394, # 4742 + 3918, 7535, 7536, 1186, 15, 7537, 1079, 1070, 7538, 1522, 3193, 3539, 276, 1050, 2716, 758, # 4758 + 1126, 653, 2945, 3263, 7539, 2337, 889, 3540, 3919, 3081, 2989, 903, 1250, 4395, 3920, 3434, # 4774 + 3541, 1342, 1681, 1718, 766, 3264, 286, 89, 2946, 3649, 7540, 1713, 7541, 2597, 3334, 2990, # 4790 + 7542, 2947, 2215, 3194, 2866, 7543, 4396, 2498, 2526, 181, 387, 1075, 3921, 731, 2187, 3335, # 4806 + 7544, 3265, 310, 313, 3435, 2299, 770, 4134, 54, 3034, 189, 4397, 3082, 3769, 3922, 7545, # 4822 + 1230, 1617, 1849, 355, 3542, 4135, 4398, 3336, 111, 4136, 3650, 1350, 3135, 3436, 3035, 4137, # 4838 + 2149, 3266, 3543, 7546, 2784, 3923, 3924, 2991, 722, 2008, 7547, 1071, 247, 1207, 2338, 2471, # 4854 + 1378, 4399, 2009, 864, 1437, 1214, 4400, 373, 3770, 1142, 2216, 667, 4401, 442, 2753, 2555, # 4870 + 3771, 3925, 1968, 4138, 3267, 1839, 837, 170, 1107, 934, 1336, 1882, 7548, 7549, 2118, 4139, # 4886 + 2828, 743, 1569, 7550, 4402, 4140, 582, 2384, 1418, 3437, 7551, 1802, 7552, 357, 1395, 1729, # 4902 + 3651, 3268, 2418, 1564, 2237, 7553, 3083, 3772, 1633, 4403, 1114, 2085, 4141, 1532, 7554, 482, # 4918 + 2446, 4404, 7555, 7556, 1492, 833, 1466, 7557, 2717, 3544, 1641, 2829, 7558, 1526, 1272, 3652, # 4934 + 4142, 1686, 1794, 416, 2556, 1902, 1953, 1803, 7559, 3773, 2785, 3774, 1159, 2316, 7560, 2867, # 4950 + 4405, 1610, 1584, 3036, 2419, 2754, 443, 3269, 1163, 3136, 7561, 7562, 3926, 7563, 4143, 2499, # 4966 + 3037, 4406, 3927, 3137, 2103, 1647, 3545, 2010, 1872, 4144, 7564, 4145, 431, 3438, 7565, 250, # 4982 + 97, 81, 4146, 7566, 1648, 1850, 1558, 160, 848, 7567, 866, 740, 1694, 7568, 2201, 2830, # 4998 + 3195, 4147, 4407, 3653, 1687, 950, 2472, 426, 469, 3196, 3654, 3655, 3928, 7569, 7570, 1188, # 5014 + 424, 1995, 861, 3546, 4148, 3775, 2202, 2685, 168, 1235, 3547, 4149, 7571, 2086, 1674, 4408, # 5030 + 3337, 3270, 220, 2557, 1009, 7572, 3776, 670, 2992, 332, 1208, 717, 7573, 7574, 3548, 2447, # 5046 + 3929, 3338, 7575, 513, 7576, 1209, 2868, 3339, 3138, 4409, 1080, 7577, 7578, 7579, 7580, 2527, # 5062 + 3656, 3549, 815, 1587, 3930, 3931, 7581, 3550, 3439, 3777, 1254, 4410, 1328, 3038, 1390, 3932, # 5078 + 1741, 3933, 3778, 3934, 7582, 236, 3779, 2448, 3271, 7583, 7584, 3657, 3780, 1273, 3781, 4411, # 5094 + 7585, 308, 7586, 4412, 245, 4413, 1851, 2473, 1307, 2575, 430, 715, 2136, 2449, 7587, 270, # 5110 + 199, 2869, 3935, 7588, 3551, 2718, 1753, 761, 1754, 725, 1661, 1840, 4414, 3440, 3658, 7589, # 5126 + 7590, 587, 14, 3272, 227, 2598, 326, 480, 2265, 943, 2755, 3552, 291, 650, 1883, 7591, # 5142 + 1702, 1226, 102, 1547, 62, 3441, 904, 4415, 3442, 1164, 4150, 7592, 7593, 1224, 1548, 2756, # 5158 + 391, 498, 1493, 7594, 1386, 1419, 7595, 2055, 1177, 4416, 813, 880, 1081, 2363, 566, 1145, # 5174 + 4417, 2286, 1001, 1035, 2558, 2599, 2238, 394, 1286, 7596, 7597, 2068, 7598, 86, 1494, 1730, # 5190 + 3936, 491, 1588, 745, 897, 2948, 843, 3340, 3937, 2757, 2870, 3273, 1768, 998, 2217, 2069, # 5206 + 397, 1826, 1195, 1969, 3659, 2993, 3341, 284, 7599, 3782, 2500, 2137, 2119, 1903, 7600, 3938, # 5222 + 2150, 3939, 4151, 1036, 3443, 1904, 114, 2559, 4152, 209, 1527, 7601, 7602, 2949, 2831, 2625, # 5238 + 2385, 2719, 3139, 812, 2560, 7603, 3274, 7604, 1559, 737, 1884, 3660, 1210, 885, 28, 2686, # 5254 + 3553, 3783, 7605, 4153, 1004, 1779, 4418, 7606, 346, 1981, 2218, 2687, 4419, 3784, 1742, 797, # 5270 + 1642, 3940, 1933, 1072, 1384, 2151, 896, 3941, 3275, 3661, 3197, 2871, 3554, 7607, 2561, 1958, # 5286 + 4420, 2450, 1785, 7608, 7609, 7610, 3942, 4154, 1005, 1308, 3662, 4155, 2720, 4421, 4422, 1528, # 5302 + 2600, 161, 1178, 4156, 1982, 987, 4423, 1101, 4157, 631, 3943, 1157, 3198, 2420, 1343, 1241, # 5318 + 1016, 2239, 2562, 372, 877, 2339, 2501, 1160, 555, 1934, 911, 3944, 7611, 466, 1170, 169, # 5334 + 1051, 2907, 2688, 3663, 2474, 2994, 1182, 2011, 2563, 1251, 2626, 7612, 992, 2340, 3444, 1540, # 5350 + 2721, 1201, 2070, 2401, 1996, 2475, 7613, 4424, 528, 1922, 2188, 1503, 1873, 1570, 2364, 3342, # 5366 + 3276, 7614, 557, 1073, 7615, 1827, 3445, 2087, 2266, 3140, 3039, 3084, 767, 3085, 2786, 4425, # 5382 + 1006, 4158, 4426, 2341, 1267, 2176, 3664, 3199, 778, 3945, 3200, 2722, 1597, 2657, 7616, 4427, # 5398 + 7617, 3446, 7618, 7619, 7620, 3277, 2689, 1433, 3278, 131, 95, 1504, 3946, 723, 4159, 3141, # 5414 + 1841, 3555, 2758, 2189, 3947, 2027, 2104, 3665, 7621, 2995, 3948, 1218, 7622, 3343, 3201, 3949, # 5430 + 4160, 2576, 248, 1634, 3785, 912, 7623, 2832, 3666, 3040, 3786, 654, 53, 7624, 2996, 7625, # 5446 + 1688, 4428, 777, 3447, 1032, 3950, 1425, 7626, 191, 820, 2120, 2833, 971, 4429, 931, 3202, # 5462 + 135, 664, 783, 3787, 1997, 772, 2908, 1935, 3951, 3788, 4430, 2909, 3203, 282, 2723, 640, # 5478 + 1372, 3448, 1127, 922, 325, 3344, 7627, 7628, 711, 2044, 7629, 7630, 3952, 2219, 2787, 1936, # 5494 + 3953, 3345, 2220, 2251, 3789, 2300, 7631, 4431, 3790, 1258, 3279, 3954, 3204, 2138, 2950, 3955, # 5510 + 3956, 7632, 2221, 258, 3205, 4432, 101, 1227, 7633, 3280, 1755, 7634, 1391, 3281, 7635, 2910, # 5526 + 2056, 893, 7636, 7637, 7638, 1402, 4161, 2342, 7639, 7640, 3206, 3556, 7641, 7642, 878, 1325, # 5542 + 1780, 2788, 4433, 259, 1385, 2577, 744, 1183, 2267, 4434, 7643, 3957, 2502, 7644, 684, 1024, # 5558 + 4162, 7645, 472, 3557, 3449, 1165, 3282, 3958, 3959, 322, 2152, 881, 455, 1695, 1152, 1340, # 5574 + 660, 554, 2153, 4435, 1058, 4436, 4163, 830, 1065, 3346, 3960, 4437, 1923, 7646, 1703, 1918, # 5590 + 7647, 932, 2268, 122, 7648, 4438, 947, 677, 7649, 3791, 2627, 297, 1905, 1924, 2269, 4439, # 5606 + 2317, 3283, 7650, 7651, 4164, 7652, 4165, 84, 4166, 112, 989, 7653, 547, 1059, 3961, 701, # 5622 + 3558, 1019, 7654, 4167, 7655, 3450, 942, 639, 457, 2301, 2451, 993, 2951, 407, 851, 494, # 5638 + 4440, 3347, 927, 7656, 1237, 7657, 2421, 3348, 573, 4168, 680, 921, 2911, 1279, 1874, 285, # 5654 + 790, 1448, 1983, 719, 2167, 7658, 7659, 4441, 3962, 3963, 1649, 7660, 1541, 563, 7661, 1077, # 5670 + 7662, 3349, 3041, 3451, 511, 2997, 3964, 3965, 3667, 3966, 1268, 2564, 3350, 3207, 4442, 4443, # 5686 + 7663, 535, 1048, 1276, 1189, 2912, 2028, 3142, 1438, 1373, 2834, 2952, 1134, 2012, 7664, 4169, # 5702 + 1238, 2578, 3086, 1259, 7665, 700, 7666, 2953, 3143, 3668, 4170, 7667, 4171, 1146, 1875, 1906, # 5718 + 4444, 2601, 3967, 781, 2422, 132, 1589, 203, 147, 273, 2789, 2402, 898, 1786, 2154, 3968, # 5734 + 3969, 7668, 3792, 2790, 7669, 7670, 4445, 4446, 7671, 3208, 7672, 1635, 3793, 965, 7673, 1804, # 5750 + 2690, 1516, 3559, 1121, 1082, 1329, 3284, 3970, 1449, 3794, 65, 1128, 2835, 2913, 2759, 1590, # 5766 + 3795, 7674, 7675, 12, 2658, 45, 976, 2579, 3144, 4447, 517, 2528, 1013, 1037, 3209, 7676, # 5782 + 3796, 2836, 7677, 3797, 7678, 3452, 7679, 2602, 614, 1998, 2318, 3798, 3087, 2724, 2628, 7680, # 5798 + 2580, 4172, 599, 1269, 7681, 1810, 3669, 7682, 2691, 3088, 759, 1060, 489, 1805, 3351, 3285, # 5814 + 1358, 7683, 7684, 2386, 1387, 1215, 2629, 2252, 490, 7685, 7686, 4173, 1759, 2387, 2343, 7687, # 5830 + 4448, 3799, 1907, 3971, 2630, 1806, 3210, 4449, 3453, 3286, 2760, 2344, 874, 7688, 7689, 3454, # 5846 + 3670, 1858, 91, 2914, 3671, 3042, 3800, 4450, 7690, 3145, 3972, 2659, 7691, 3455, 1202, 1403, # 5862 + 3801, 2954, 2529, 1517, 2503, 4451, 3456, 2504, 7692, 4452, 7693, 2692, 1885, 1495, 1731, 3973, # 5878 + 2365, 4453, 7694, 2029, 7695, 7696, 3974, 2693, 1216, 237, 2581, 4174, 2319, 3975, 3802, 4454, # 5894 + 4455, 2694, 3560, 3457, 445, 4456, 7697, 7698, 7699, 7700, 2761, 61, 3976, 3672, 1822, 3977, # 5910 + 7701, 687, 2045, 935, 925, 405, 2660, 703, 1096, 1859, 2725, 4457, 3978, 1876, 1367, 2695, # 5926 + 3352, 918, 2105, 1781, 2476, 334, 3287, 1611, 1093, 4458, 564, 3146, 3458, 3673, 3353, 945, # 5942 + 2631, 2057, 4459, 7702, 1925, 872, 4175, 7703, 3459, 2696, 3089, 349, 4176, 3674, 3979, 4460, # 5958 + 3803, 4177, 3675, 2155, 3980, 4461, 4462, 4178, 4463, 2403, 2046, 782, 3981, 400, 251, 4179, # 5974 + 1624, 7704, 7705, 277, 3676, 299, 1265, 476, 1191, 3804, 2121, 4180, 4181, 1109, 205, 7706, # 5990 + 2582, 1000, 2156, 3561, 1860, 7707, 7708, 7709, 4464, 7710, 4465, 2565, 107, 2477, 2157, 3982, # 6006 + 3460, 3147, 7711, 1533, 541, 1301, 158, 753, 4182, 2872, 3562, 7712, 1696, 370, 1088, 4183, # 6022 + 4466, 3563, 579, 327, 440, 162, 2240, 269, 1937, 1374, 3461, 968, 3043, 56, 1396, 3090, # 6038 + 2106, 3288, 3354, 7713, 1926, 2158, 4467, 2998, 7714, 3564, 7715, 7716, 3677, 4468, 2478, 7717, # 6054 + 2791, 7718, 1650, 4469, 7719, 2603, 7720, 7721, 3983, 2661, 3355, 1149, 3356, 3984, 3805, 3985, # 6070 + 7722, 1076, 49, 7723, 951, 3211, 3289, 3290, 450, 2837, 920, 7724, 1811, 2792, 2366, 4184, # 6086 + 1908, 1138, 2367, 3806, 3462, 7725, 3212, 4470, 1909, 1147, 1518, 2423, 4471, 3807, 7726, 4472, # 6102 + 2388, 2604, 260, 1795, 3213, 7727, 7728, 3808, 3291, 708, 7729, 3565, 1704, 7730, 3566, 1351, # 6118 + 1618, 3357, 2999, 1886, 944, 4185, 3358, 4186, 3044, 3359, 4187, 7731, 3678, 422, 413, 1714, # 6134 + 3292, 500, 2058, 2345, 4188, 2479, 7732, 1344, 1910, 954, 7733, 1668, 7734, 7735, 3986, 2404, # 6150 + 4189, 3567, 3809, 4190, 7736, 2302, 1318, 2505, 3091, 133, 3092, 2873, 4473, 629, 31, 2838, # 6166 + 2697, 3810, 4474, 850, 949, 4475, 3987, 2955, 1732, 2088, 4191, 1496, 1852, 7737, 3988, 620, # 6182 + 3214, 981, 1242, 3679, 3360, 1619, 3680, 1643, 3293, 2139, 2452, 1970, 1719, 3463, 2168, 7738, # 6198 + 3215, 7739, 7740, 3361, 1828, 7741, 1277, 4476, 1565, 2047, 7742, 1636, 3568, 3093, 7743, 869, # 6214 + 2839, 655, 3811, 3812, 3094, 3989, 3000, 3813, 1310, 3569, 4477, 7744, 7745, 7746, 1733, 558, # 6230 + 4478, 3681, 335, 1549, 3045, 1756, 4192, 3682, 1945, 3464, 1829, 1291, 1192, 470, 2726, 2107, # 6246 + 2793, 913, 1054, 3990, 7747, 1027, 7748, 3046, 3991, 4479, 982, 2662, 3362, 3148, 3465, 3216, # 6262 + 3217, 1946, 2794, 7749, 571, 4480, 7750, 1830, 7751, 3570, 2583, 1523, 2424, 7752, 2089, 984, # 6278 + 4481, 3683, 1959, 7753, 3684, 852, 923, 2795, 3466, 3685, 969, 1519, 999, 2048, 2320, 1705, # 6294 + 7754, 3095, 615, 1662, 151, 597, 3992, 2405, 2321, 1049, 275, 4482, 3686, 4193, 568, 3687, # 6310 + 3571, 2480, 4194, 3688, 7755, 2425, 2270, 409, 3218, 7756, 1566, 2874, 3467, 1002, 769, 2840, # 6326 + 194, 2090, 3149, 3689, 2222, 3294, 4195, 628, 1505, 7757, 7758, 1763, 2177, 3001, 3993, 521, # 6342 + 1161, 2584, 1787, 2203, 2406, 4483, 3994, 1625, 4196, 4197, 412, 42, 3096, 464, 7759, 2632, # 6358 + 4484, 3363, 1760, 1571, 2875, 3468, 2530, 1219, 2204, 3814, 2633, 2140, 2368, 4485, 4486, 3295, # 6374 + 1651, 3364, 3572, 7760, 7761, 3573, 2481, 3469, 7762, 3690, 7763, 7764, 2271, 2091, 460, 7765, # 6390 + 4487, 7766, 3002, 962, 588, 3574, 289, 3219, 2634, 1116, 52, 7767, 3047, 1796, 7768, 7769, # 6406 + 7770, 1467, 7771, 1598, 1143, 3691, 4198, 1984, 1734, 1067, 4488, 1280, 3365, 465, 4489, 1572, # 6422 + 510, 7772, 1927, 2241, 1812, 1644, 3575, 7773, 4490, 3692, 7774, 7775, 2663, 1573, 1534, 7776, # 6438 + 7777, 4199, 536, 1807, 1761, 3470, 3815, 3150, 2635, 7778, 7779, 7780, 4491, 3471, 2915, 1911, # 6454 + 2796, 7781, 3296, 1122, 377, 3220, 7782, 360, 7783, 7784, 4200, 1529, 551, 7785, 2059, 3693, # 6470 + 1769, 2426, 7786, 2916, 4201, 3297, 3097, 2322, 2108, 2030, 4492, 1404, 136, 1468, 1479, 672, # 6486 + 1171, 3221, 2303, 271, 3151, 7787, 2762, 7788, 2049, 678, 2727, 865, 1947, 4493, 7789, 2013, # 6502 + 3995, 2956, 7790, 2728, 2223, 1397, 3048, 3694, 4494, 4495, 1735, 2917, 3366, 3576, 7791, 3816, # 6518 + 509, 2841, 2453, 2876, 3817, 7792, 7793, 3152, 3153, 4496, 4202, 2531, 4497, 2304, 1166, 1010, # 6534 + 552, 681, 1887, 7794, 7795, 2957, 2958, 3996, 1287, 1596, 1861, 3154, 358, 453, 736, 175, # 6550 + 478, 1117, 905, 1167, 1097, 7796, 1853, 1530, 7797, 1706, 7798, 2178, 3472, 2287, 3695, 3473, # 6566 + 3577, 4203, 2092, 4204, 7799, 3367, 1193, 2482, 4205, 1458, 2190, 2205, 1862, 1888, 1421, 3298, # 6582 + 2918, 3049, 2179, 3474, 595, 2122, 7800, 3997, 7801, 7802, 4206, 1707, 2636, 223, 3696, 1359, # 6598 + 751, 3098, 183, 3475, 7803, 2797, 3003, 419, 2369, 633, 704, 3818, 2389, 241, 7804, 7805, # 6614 + 7806, 838, 3004, 3697, 2272, 2763, 2454, 3819, 1938, 2050, 3998, 1309, 3099, 2242, 1181, 7807, # 6630 + 1136, 2206, 3820, 2370, 1446, 4207, 2305, 4498, 7808, 7809, 4208, 1055, 2605, 484, 3698, 7810, # 6646 + 3999, 625, 4209, 2273, 3368, 1499, 4210, 4000, 7811, 4001, 4211, 3222, 2274, 2275, 3476, 7812, # 6662 + 7813, 2764, 808, 2606, 3699, 3369, 4002, 4212, 3100, 2532, 526, 3370, 3821, 4213, 955, 7814, # 6678 + 1620, 4214, 2637, 2427, 7815, 1429, 3700, 1669, 1831, 994, 928, 7816, 3578, 1260, 7817, 7818, # 6694 + 7819, 1948, 2288, 741, 2919, 1626, 4215, 2729, 2455, 867, 1184, 362, 3371, 1392, 7820, 7821, # 6710 + 4003, 4216, 1770, 1736, 3223, 2920, 4499, 4500, 1928, 2698, 1459, 1158, 7822, 3050, 3372, 2877, # 6726 + 1292, 1929, 2506, 2842, 3701, 1985, 1187, 2071, 2014, 2607, 4217, 7823, 2566, 2507, 2169, 3702, # 6742 + 2483, 3299, 7824, 3703, 4501, 7825, 7826, 666, 1003, 3005, 1022, 3579, 4218, 7827, 4502, 1813, # 6758 + 2253, 574, 3822, 1603, 295, 1535, 705, 3823, 4219, 283, 858, 417, 7828, 7829, 3224, 4503, # 6774 + 4504, 3051, 1220, 1889, 1046, 2276, 2456, 4004, 1393, 1599, 689, 2567, 388, 4220, 7830, 2484, # 6790 + 802, 7831, 2798, 3824, 2060, 1405, 2254, 7832, 4505, 3825, 2109, 1052, 1345, 3225, 1585, 7833, # 6806 + 809, 7834, 7835, 7836, 575, 2730, 3477, 956, 1552, 1469, 1144, 2323, 7837, 2324, 1560, 2457, # 6822 + 3580, 3226, 4005, 616, 2207, 3155, 2180, 2289, 7838, 1832, 7839, 3478, 4506, 7840, 1319, 3704, # 6838 + 3705, 1211, 3581, 1023, 3227, 1293, 2799, 7841, 7842, 7843, 3826, 607, 2306, 3827, 762, 2878, # 6854 + 1439, 4221, 1360, 7844, 1485, 3052, 7845, 4507, 1038, 4222, 1450, 2061, 2638, 4223, 1379, 4508, # 6870 + 2585, 7846, 7847, 4224, 1352, 1414, 2325, 2921, 1172, 7848, 7849, 3828, 3829, 7850, 1797, 1451, # 6886 + 7851, 7852, 7853, 7854, 2922, 4006, 4007, 2485, 2346, 411, 4008, 4009, 3582, 3300, 3101, 4509, # 6902 + 1561, 2664, 1452, 4010, 1375, 7855, 7856, 47, 2959, 316, 7857, 1406, 1591, 2923, 3156, 7858, # 6918 + 1025, 2141, 3102, 3157, 354, 2731, 884, 2224, 4225, 2407, 508, 3706, 726, 3583, 996, 2428, # 6934 + 3584, 729, 7859, 392, 2191, 1453, 4011, 4510, 3707, 7860, 7861, 2458, 3585, 2608, 1675, 2800, # 6950 + 919, 2347, 2960, 2348, 1270, 4511, 4012, 73, 7862, 7863, 647, 7864, 3228, 2843, 2255, 1550, # 6966 + 1346, 3006, 7865, 1332, 883, 3479, 7866, 7867, 7868, 7869, 3301, 2765, 7870, 1212, 831, 1347, # 6982 + 4226, 4512, 2326, 3830, 1863, 3053, 720, 3831, 4513, 4514, 3832, 7871, 4227, 7872, 7873, 4515, # 6998 + 7874, 7875, 1798, 4516, 3708, 2609, 4517, 3586, 1645, 2371, 7876, 7877, 2924, 669, 2208, 2665, # 7014 + 2429, 7878, 2879, 7879, 7880, 1028, 3229, 7881, 4228, 2408, 7882, 2256, 1353, 7883, 7884, 4518, # 7030 + 3158, 518, 7885, 4013, 7886, 4229, 1960, 7887, 2142, 4230, 7888, 7889, 3007, 2349, 2350, 3833, # 7046 + 516, 1833, 1454, 4014, 2699, 4231, 4519, 2225, 2610, 1971, 1129, 3587, 7890, 2766, 7891, 2961, # 7062 + 1422, 577, 1470, 3008, 1524, 3373, 7892, 7893, 432, 4232, 3054, 3480, 7894, 2586, 1455, 2508, # 7078 + 2226, 1972, 1175, 7895, 1020, 2732, 4015, 3481, 4520, 7896, 2733, 7897, 1743, 1361, 3055, 3482, # 7094 + 2639, 4016, 4233, 4521, 2290, 895, 924, 4234, 2170, 331, 2243, 3056, 166, 1627, 3057, 1098, # 7110 + 7898, 1232, 2880, 2227, 3374, 4522, 657, 403, 1196, 2372, 542, 3709, 3375, 1600, 4235, 3483, # 7126 + 7899, 4523, 2767, 3230, 576, 530, 1362, 7900, 4524, 2533, 2666, 3710, 4017, 7901, 842, 3834, # 7142 + 7902, 2801, 2031, 1014, 4018, 213, 2700, 3376, 665, 621, 4236, 7903, 3711, 2925, 2430, 7904, # 7158 + 2431, 3302, 3588, 3377, 7905, 4237, 2534, 4238, 4525, 3589, 1682, 4239, 3484, 1380, 7906, 724, # 7174 + 2277, 600, 1670, 7907, 1337, 1233, 4526, 3103, 2244, 7908, 1621, 4527, 7909, 651, 4240, 7910, # 7190 + 1612, 4241, 2611, 7911, 2844, 7912, 2734, 2307, 3058, 7913, 716, 2459, 3059, 174, 1255, 2701, # 7206 + 4019, 3590, 548, 1320, 1398, 728, 4020, 1574, 7914, 1890, 1197, 3060, 4021, 7915, 3061, 3062, # 7222 + 3712, 3591, 3713, 747, 7916, 635, 4242, 4528, 7917, 7918, 7919, 4243, 7920, 7921, 4529, 7922, # 7238 + 3378, 4530, 2432, 451, 7923, 3714, 2535, 2072, 4244, 2735, 4245, 4022, 7924, 1764, 4531, 7925, # 7254 + 4246, 350, 7926, 2278, 2390, 2486, 7927, 4247, 4023, 2245, 1434, 4024, 488, 4532, 458, 4248, # 7270 + 4025, 3715, 771, 1330, 2391, 3835, 2568, 3159, 2159, 2409, 1553, 2667, 3160, 4249, 7928, 2487, # 7286 + 2881, 2612, 1720, 2702, 4250, 3379, 4533, 7929, 2536, 4251, 7930, 3231, 4252, 2768, 7931, 2015, # 7302 + 2736, 7932, 1155, 1017, 3716, 3836, 7933, 3303, 2308, 201, 1864, 4253, 1430, 7934, 4026, 7935, # 7318 + 7936, 7937, 7938, 7939, 4254, 1604, 7940, 414, 1865, 371, 2587, 4534, 4535, 3485, 2016, 3104, # 7334 + 4536, 1708, 960, 4255, 887, 389, 2171, 1536, 1663, 1721, 7941, 2228, 4027, 2351, 2926, 1580, # 7350 + 7942, 7943, 7944, 1744, 7945, 2537, 4537, 4538, 7946, 4539, 7947, 2073, 7948, 7949, 3592, 3380, # 7366 + 2882, 4256, 7950, 4257, 2640, 3381, 2802, 673, 2703, 2460, 709, 3486, 4028, 3593, 4258, 7951, # 7382 + 1148, 502, 634, 7952, 7953, 1204, 4540, 3594, 1575, 4541, 2613, 3717, 7954, 3718, 3105, 948, # 7398 + 3232, 121, 1745, 3837, 1110, 7955, 4259, 3063, 2509, 3009, 4029, 3719, 1151, 1771, 3838, 1488, # 7414 + 4030, 1986, 7956, 2433, 3487, 7957, 7958, 2093, 7959, 4260, 3839, 1213, 1407, 2803, 531, 2737, # 7430 + 2538, 3233, 1011, 1537, 7960, 2769, 4261, 3106, 1061, 7961, 3720, 3721, 1866, 2883, 7962, 2017, # 7446 + 120, 4262, 4263, 2062, 3595, 3234, 2309, 3840, 2668, 3382, 1954, 4542, 7963, 7964, 3488, 1047, # 7462 + 2704, 1266, 7965, 1368, 4543, 2845, 649, 3383, 3841, 2539, 2738, 1102, 2846, 2669, 7966, 7967, # 7478 + 1999, 7968, 1111, 3596, 2962, 7969, 2488, 3842, 3597, 2804, 1854, 3384, 3722, 7970, 7971, 3385, # 7494 + 2410, 2884, 3304, 3235, 3598, 7972, 2569, 7973, 3599, 2805, 4031, 1460, 856, 7974, 3600, 7975, # 7510 + 2885, 2963, 7976, 2886, 3843, 7977, 4264, 632, 2510, 875, 3844, 1697, 3845, 2291, 7978, 7979, # 7526 + 4544, 3010, 1239, 580, 4545, 4265, 7980, 914, 936, 2074, 1190, 4032, 1039, 2123, 7981, 7982, # 7542 + 7983, 3386, 1473, 7984, 1354, 4266, 3846, 7985, 2172, 3064, 4033, 915, 3305, 4267, 4268, 3306, # 7558 + 1605, 1834, 7986, 2739, 398, 3601, 4269, 3847, 4034, 328, 1912, 2847, 4035, 3848, 1331, 4270, # 7574 + 3011, 937, 4271, 7987, 3602, 4036, 4037, 3387, 2160, 4546, 3388, 524, 742, 538, 3065, 1012, # 7590 + 7988, 7989, 3849, 2461, 7990, 658, 1103, 225, 3850, 7991, 7992, 4547, 7993, 4548, 7994, 3236, # 7606 + 1243, 7995, 4038, 963, 2246, 4549, 7996, 2705, 3603, 3161, 7997, 7998, 2588, 2327, 7999, 4550, # 7622 + 8000, 8001, 8002, 3489, 3307, 957, 3389, 2540, 2032, 1930, 2927, 2462, 870, 2018, 3604, 1746, # 7638 + 2770, 2771, 2434, 2463, 8003, 3851, 8004, 3723, 3107, 3724, 3490, 3390, 3725, 8005, 1179, 3066, # 7654 + 8006, 3162, 2373, 4272, 3726, 2541, 3163, 3108, 2740, 4039, 8007, 3391, 1556, 2542, 2292, 977, # 7670 + 2887, 2033, 4040, 1205, 3392, 8008, 1765, 3393, 3164, 2124, 1271, 1689, 714, 4551, 3491, 8009, # 7686 + 2328, 3852, 533, 4273, 3605, 2181, 617, 8010, 2464, 3308, 3492, 2310, 8011, 8012, 3165, 8013, # 7702 + 8014, 3853, 1987, 618, 427, 2641, 3493, 3394, 8015, 8016, 1244, 1690, 8017, 2806, 4274, 4552, # 7718 + 8018, 3494, 8019, 8020, 2279, 1576, 473, 3606, 4275, 3395, 972, 8021, 3607, 8022, 3067, 8023, # 7734 + 8024, 4553, 4554, 8025, 3727, 4041, 4042, 8026, 153, 4555, 356, 8027, 1891, 2888, 4276, 2143, # 7750 + 408, 803, 2352, 8028, 3854, 8029, 4277, 1646, 2570, 2511, 4556, 4557, 3855, 8030, 3856, 4278, # 7766 + 8031, 2411, 3396, 752, 8032, 8033, 1961, 2964, 8034, 746, 3012, 2465, 8035, 4279, 3728, 698, # 7782 + 4558, 1892, 4280, 3608, 2543, 4559, 3609, 3857, 8036, 3166, 3397, 8037, 1823, 1302, 4043, 2706, # 7798 + 3858, 1973, 4281, 8038, 4282, 3167, 823, 1303, 1288, 1236, 2848, 3495, 4044, 3398, 774, 3859, # 7814 + 8039, 1581, 4560, 1304, 2849, 3860, 4561, 8040, 2435, 2161, 1083, 3237, 4283, 4045, 4284, 344, # 7830 + 1173, 288, 2311, 454, 1683, 8041, 8042, 1461, 4562, 4046, 2589, 8043, 8044, 4563, 985, 894, # 7846 + 8045, 3399, 3168, 8046, 1913, 2928, 3729, 1988, 8047, 2110, 1974, 8048, 4047, 8049, 2571, 1194, # 7862 + 425, 8050, 4564, 3169, 1245, 3730, 4285, 8051, 8052, 2850, 8053, 636, 4565, 1855, 3861, 760, # 7878 + 1799, 8054, 4286, 2209, 1508, 4566, 4048, 1893, 1684, 2293, 8055, 8056, 8057, 4287, 4288, 2210, # 7894 + 479, 8058, 8059, 832, 8060, 4049, 2489, 8061, 2965, 2490, 3731, 990, 3109, 627, 1814, 2642, # 7910 + 4289, 1582, 4290, 2125, 2111, 3496, 4567, 8062, 799, 4291, 3170, 8063, 4568, 2112, 1737, 3013, # 7926 + 1018, 543, 754, 4292, 3309, 1676, 4569, 4570, 4050, 8064, 1489, 8065, 3497, 8066, 2614, 2889, # 7942 + 4051, 8067, 8068, 2966, 8069, 8070, 8071, 8072, 3171, 4571, 4572, 2182, 1722, 8073, 3238, 3239, # 7958 + 1842, 3610, 1715, 481, 365, 1975, 1856, 8074, 8075, 1962, 2491, 4573, 8076, 2126, 3611, 3240, # 7974 + 433, 1894, 2063, 2075, 8077, 602, 2741, 8078, 8079, 8080, 8081, 8082, 3014, 1628, 3400, 8083, # 7990 + 3172, 4574, 4052, 2890, 4575, 2512, 8084, 2544, 2772, 8085, 8086, 8087, 3310, 4576, 2891, 8088, # 8006 + 4577, 8089, 2851, 4578, 4579, 1221, 2967, 4053, 2513, 8090, 8091, 8092, 1867, 1989, 8093, 8094, # 8022 + 8095, 1895, 8096, 8097, 4580, 1896, 4054, 318, 8098, 2094, 4055, 4293, 8099, 8100, 485, 8101, # 8038 + 938, 3862, 553, 2670, 116, 8102, 3863, 3612, 8103, 3498, 2671, 2773, 3401, 3311, 2807, 8104, # 8054 + 3613, 2929, 4056, 1747, 2930, 2968, 8105, 8106, 207, 8107, 8108, 2672, 4581, 2514, 8109, 3015, # 8070 + 890, 3614, 3864, 8110, 1877, 3732, 3402, 8111, 2183, 2353, 3403, 1652, 8112, 8113, 8114, 941, # 8086 + 2294, 208, 3499, 4057, 2019, 330, 4294, 3865, 2892, 2492, 3733, 4295, 8115, 8116, 8117, 8118, # 8102 +) +# fmt: on diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py new file mode 100644 index 0000000..a37ab18 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import EUCTWDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import EUCTW_SM_MODEL + + +class EUCTWProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(EUCTW_SM_MODEL) + self.distribution_analyzer = EUCTWDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "EUC-TW" + + @property + def language(self) -> str: + return "Taiwan" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py new file mode 100644 index 0000000..b32bfc7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py @@ -0,0 +1,284 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# GB2312 most frequently used character table +# +# Char to FreqOrder table , from hz6763 + +# 512 --> 0.79 -- 0.79 +# 1024 --> 0.92 -- 0.13 +# 2048 --> 0.98 -- 0.06 +# 6768 --> 1.00 -- 0.02 +# +# Ideal Distribution Ratio = 0.79135/(1-0.79135) = 3.79 +# Random Distribution Ration = 512 / (3755 - 512) = 0.157 +# +# Typical Distribution Ratio about 25% of Ideal one, still much higher that RDR + +GB2312_TYPICAL_DISTRIBUTION_RATIO = 0.9 + +GB2312_TABLE_SIZE = 3760 + +# fmt: off +GB2312_CHAR_TO_FREQ_ORDER = ( +1671, 749,1443,2364,3924,3807,2330,3921,1704,3463,2691,1511,1515, 572,3191,2205, +2361, 224,2558, 479,1711, 963,3162, 440,4060,1905,2966,2947,3580,2647,3961,3842, +2204, 869,4207, 970,2678,5626,2944,2956,1479,4048, 514,3595, 588,1346,2820,3409, + 249,4088,1746,1873,2047,1774, 581,1813, 358,1174,3590,1014,1561,4844,2245, 670, +1636,3112, 889,1286, 953, 556,2327,3060,1290,3141, 613, 185,3477,1367, 850,3820, +1715,2428,2642,2303,2732,3041,2562,2648,3566,3946,1349, 388,3098,2091,1360,3585, + 152,1687,1539, 738,1559, 59,1232,2925,2267,1388,1249,1741,1679,2960, 151,1566, +1125,1352,4271, 924,4296, 385,3166,4459, 310,1245,2850, 70,3285,2729,3534,3575, +2398,3298,3466,1960,2265, 217,3647, 864,1909,2084,4401,2773,1010,3269,5152, 853, +3051,3121,1244,4251,1895, 364,1499,1540,2313,1180,3655,2268, 562, 715,2417,3061, + 544, 336,3768,2380,1752,4075, 950, 280,2425,4382, 183,2759,3272, 333,4297,2155, +1688,2356,1444,1039,4540, 736,1177,3349,2443,2368,2144,2225, 565, 196,1482,3406, + 927,1335,4147, 692, 878,1311,1653,3911,3622,1378,4200,1840,2969,3149,2126,1816, +2534,1546,2393,2760, 737,2494, 13, 447, 245,2747, 38,2765,2129,2589,1079, 606, + 360, 471,3755,2890, 404, 848, 699,1785,1236, 370,2221,1023,3746,2074,2026,2023, +2388,1581,2119, 812,1141,3091,2536,1519, 804,2053, 406,1596,1090, 784, 548,4414, +1806,2264,2936,1100, 343,4114,5096, 622,3358, 743,3668,1510,1626,5020,3567,2513, +3195,4115,5627,2489,2991, 24,2065,2697,1087,2719, 48,1634, 315, 68, 985,2052, + 198,2239,1347,1107,1439, 597,2366,2172, 871,3307, 919,2487,2790,1867, 236,2570, +1413,3794, 906,3365,3381,1701,1982,1818,1524,2924,1205, 616,2586,2072,2004, 575, + 253,3099, 32,1365,1182, 197,1714,2454,1201, 554,3388,3224,2748, 756,2587, 250, +2567,1507,1517,3529,1922,2761,2337,3416,1961,1677,2452,2238,3153, 615, 911,1506, +1474,2495,1265,1906,2749,3756,3280,2161, 898,2714,1759,3450,2243,2444, 563, 26, +3286,2266,3769,3344,2707,3677, 611,1402, 531,1028,2871,4548,1375, 261,2948, 835, +1190,4134, 353, 840,2684,1900,3082,1435,2109,1207,1674, 329,1872,2781,4055,2686, +2104, 608,3318,2423,2957,2768,1108,3739,3512,3271,3985,2203,1771,3520,1418,2054, +1681,1153, 225,1627,2929, 162,2050,2511,3687,1954, 124,1859,2431,1684,3032,2894, + 585,4805,3969,2869,2704,2088,2032,2095,3656,2635,4362,2209, 256, 518,2042,2105, +3777,3657, 643,2298,1148,1779, 190, 989,3544, 414, 11,2135,2063,2979,1471, 403, +3678, 126, 770,1563, 671,2499,3216,2877, 600,1179, 307,2805,4937,1268,1297,2694, + 252,4032,1448,1494,1331,1394, 127,2256, 222,1647,1035,1481,3056,1915,1048, 873, +3651, 210, 33,1608,2516, 200,1520, 415, 102, 0,3389,1287, 817, 91,3299,2940, + 836,1814, 549,2197,1396,1669,2987,3582,2297,2848,4528,1070, 687, 20,1819, 121, +1552,1364,1461,1968,2617,3540,2824,2083, 177, 948,4938,2291, 110,4549,2066, 648, +3359,1755,2110,2114,4642,4845,1693,3937,3308,1257,1869,2123, 208,1804,3159,2992, +2531,2549,3361,2418,1350,2347,2800,2568,1291,2036,2680, 72, 842,1990, 212,1233, +1154,1586, 75,2027,3410,4900,1823,1337,2710,2676, 728,2810,1522,3026,4995, 157, + 755,1050,4022, 710, 785,1936,2194,2085,1406,2777,2400, 150,1250,4049,1206, 807, +1910, 534, 529,3309,1721,1660, 274, 39,2827, 661,2670,1578, 925,3248,3815,1094, +4278,4901,4252, 41,1150,3747,2572,2227,4501,3658,4902,3813,3357,3617,2884,2258, + 887, 538,4187,3199,1294,2439,3042,2329,2343,2497,1255, 107, 543,1527, 521,3478, +3568, 194,5062, 15, 961,3870,1241,1192,2664, 66,5215,3260,2111,1295,1127,2152, +3805,4135, 901,1164,1976, 398,1278, 530,1460, 748, 904,1054,1966,1426, 53,2909, + 509, 523,2279,1534, 536,1019, 239,1685, 460,2353, 673,1065,2401,3600,4298,2272, +1272,2363, 284,1753,3679,4064,1695, 81, 815,2677,2757,2731,1386, 859, 500,4221, +2190,2566, 757,1006,2519,2068,1166,1455, 337,2654,3203,1863,1682,1914,3025,1252, +1409,1366, 847, 714,2834,2038,3209, 964,2970,1901, 885,2553,1078,1756,3049, 301, +1572,3326, 688,2130,1996,2429,1805,1648,2930,3421,2750,3652,3088, 262,1158,1254, + 389,1641,1812, 526,1719, 923,2073,1073,1902, 468, 489,4625,1140, 857,2375,3070, +3319,2863, 380, 116,1328,2693,1161,2244, 273,1212,1884,2769,3011,1775,1142, 461, +3066,1200,2147,2212, 790, 702,2695,4222,1601,1058, 434,2338,5153,3640, 67,2360, +4099,2502, 618,3472,1329, 416,1132, 830,2782,1807,2653,3211,3510,1662, 192,2124, + 296,3979,1739,1611,3684, 23, 118, 324, 446,1239,1225, 293,2520,3814,3795,2535, +3116, 17,1074, 467,2692,2201, 387,2922, 45,1326,3055,1645,3659,2817, 958, 243, +1903,2320,1339,2825,1784,3289, 356, 576, 865,2315,2381,3377,3916,1088,3122,1713, +1655, 935, 628,4689,1034,1327, 441, 800, 720, 894,1979,2183,1528,5289,2702,1071, +4046,3572,2399,1571,3281, 79, 761,1103, 327, 134, 758,1899,1371,1615, 879, 442, + 215,2605,2579, 173,2048,2485,1057,2975,3317,1097,2253,3801,4263,1403,1650,2946, + 814,4968,3487,1548,2644,1567,1285, 2, 295,2636, 97, 946,3576, 832, 141,4257, +3273, 760,3821,3521,3156,2607, 949,1024,1733,1516,1803,1920,2125,2283,2665,3180, +1501,2064,3560,2171,1592, 803,3518,1416, 732,3897,4258,1363,1362,2458, 119,1427, + 602,1525,2608,1605,1639,3175, 694,3064, 10, 465, 76,2000,4846,4208, 444,3781, +1619,3353,2206,1273,3796, 740,2483, 320,1723,2377,3660,2619,1359,1137,1762,1724, +2345,2842,1850,1862, 912, 821,1866, 612,2625,1735,2573,3369,1093, 844, 89, 937, + 930,1424,3564,2413,2972,1004,3046,3019,2011, 711,3171,1452,4178, 428, 801,1943, + 432, 445,2811, 206,4136,1472, 730, 349, 73, 397,2802,2547, 998,1637,1167, 789, + 396,3217, 154,1218, 716,1120,1780,2819,4826,1931,3334,3762,2139,1215,2627, 552, +3664,3628,3232,1405,2383,3111,1356,2652,3577,3320,3101,1703, 640,1045,1370,1246, +4996, 371,1575,2436,1621,2210, 984,4033,1734,2638, 16,4529, 663,2755,3255,1451, +3917,2257,1253,1955,2234,1263,2951, 214,1229, 617, 485, 359,1831,1969, 473,2310, + 750,2058, 165, 80,2864,2419, 361,4344,2416,2479,1134, 796,3726,1266,2943, 860, +2715, 938, 390,2734,1313,1384, 248, 202, 877,1064,2854, 522,3907, 279,1602, 297, +2357, 395,3740, 137,2075, 944,4089,2584,1267,3802, 62,1533,2285, 178, 176, 780, +2440, 201,3707, 590, 478,1560,4354,2117,1075, 30, 74,4643,4004,1635,1441,2745, + 776,2596, 238,1077,1692,1912,2844, 605, 499,1742,3947, 241,3053, 980,1749, 936, +2640,4511,2582, 515,1543,2162,5322,2892,2993, 890,2148,1924, 665,1827,3581,1032, + 968,3163, 339,1044,1896, 270, 583,1791,1720,4367,1194,3488,3669, 43,2523,1657, + 163,2167, 290,1209,1622,3378, 550, 634,2508,2510, 695,2634,2384,2512,1476,1414, + 220,1469,2341,2138,2852,3183,2900,4939,2865,3502,1211,3680, 854,3227,1299,2976, +3172, 186,2998,1459, 443,1067,3251,1495, 321,1932,3054, 909, 753,1410,1828, 436, +2441,1119,1587,3164,2186,1258, 227, 231,1425,1890,3200,3942, 247, 959, 725,5254, +2741, 577,2158,2079, 929, 120, 174, 838,2813, 591,1115, 417,2024, 40,3240,1536, +1037, 291,4151,2354, 632,1298,2406,2500,3535,1825,1846,3451, 205,1171, 345,4238, + 18,1163, 811, 685,2208,1217, 425,1312,1508,1175,4308,2552,1033, 587,1381,3059, +2984,3482, 340,1316,4023,3972, 792,3176, 519, 777,4690, 918, 933,4130,2981,3741, + 90,3360,2911,2200,5184,4550, 609,3079,2030, 272,3379,2736, 363,3881,1130,1447, + 286, 779, 357,1169,3350,3137,1630,1220,2687,2391, 747,1277,3688,2618,2682,2601, +1156,3196,5290,4034,3102,1689,3596,3128, 874, 219,2783, 798, 508,1843,2461, 269, +1658,1776,1392,1913,2983,3287,2866,2159,2372, 829,4076, 46,4253,2873,1889,1894, + 915,1834,1631,2181,2318, 298, 664,2818,3555,2735, 954,3228,3117, 527,3511,2173, + 681,2712,3033,2247,2346,3467,1652, 155,2164,3382, 113,1994, 450, 899, 494, 994, +1237,2958,1875,2336,1926,3727, 545,1577,1550, 633,3473, 204,1305,3072,2410,1956, +2471, 707,2134, 841,2195,2196,2663,3843,1026,4940, 990,3252,4997, 368,1092, 437, +3212,3258,1933,1829, 675,2977,2893, 412, 943,3723,4644,3294,3283,2230,2373,5154, +2389,2241,2661,2323,1404,2524, 593, 787, 677,3008,1275,2059, 438,2709,2609,2240, +2269,2246,1446, 36,1568,1373,3892,1574,2301,1456,3962, 693,2276,5216,2035,1143, +2720,1919,1797,1811,2763,4137,2597,1830,1699,1488,1198,2090, 424,1694, 312,3634, +3390,4179,3335,2252,1214, 561,1059,3243,2295,2561, 975,5155,2321,2751,3772, 472, +1537,3282,3398,1047,2077,2348,2878,1323,3340,3076, 690,2906, 51, 369, 170,3541, +1060,2187,2688,3670,2541,1083,1683, 928,3918, 459, 109,4427, 599,3744,4286, 143, +2101,2730,2490, 82,1588,3036,2121, 281,1860, 477,4035,1238,2812,3020,2716,3312, +1530,2188,2055,1317, 843, 636,1808,1173,3495, 649, 181,1002, 147,3641,1159,2414, +3750,2289,2795, 813,3123,2610,1136,4368, 5,3391,4541,2174, 420, 429,1728, 754, +1228,2115,2219, 347,2223,2733, 735,1518,3003,2355,3134,1764,3948,3329,1888,2424, +1001,1234,1972,3321,3363,1672,1021,1450,1584, 226, 765, 655,2526,3404,3244,2302, +3665, 731, 594,2184, 319,1576, 621, 658,2656,4299,2099,3864,1279,2071,2598,2739, + 795,3086,3699,3908,1707,2352,2402,1382,3136,2475,1465,4847,3496,3865,1085,3004, +2591,1084, 213,2287,1963,3565,2250, 822, 793,4574,3187,1772,1789,3050, 595,1484, +1959,2770,1080,2650, 456, 422,2996, 940,3322,4328,4345,3092,2742, 965,2784, 739, +4124, 952,1358,2498,2949,2565, 332,2698,2378, 660,2260,2473,4194,3856,2919, 535, +1260,2651,1208,1428,1300,1949,1303,2942, 433,2455,2450,1251,1946, 614,1269, 641, +1306,1810,2737,3078,2912, 564,2365,1419,1415,1497,4460,2367,2185,1379,3005,1307, +3218,2175,1897,3063, 682,1157,4040,4005,1712,1160,1941,1399, 394, 402,2952,1573, +1151,2986,2404, 862, 299,2033,1489,3006, 346, 171,2886,3401,1726,2932, 168,2533, + 47,2507,1030,3735,1145,3370,1395,1318,1579,3609,4560,2857,4116,1457,2529,1965, + 504,1036,2690,2988,2405, 745,5871, 849,2397,2056,3081, 863,2359,3857,2096, 99, +1397,1769,2300,4428,1643,3455,1978,1757,3718,1440, 35,4879,3742,1296,4228,2280, + 160,5063,1599,2013, 166, 520,3479,1646,3345,3012, 490,1937,1545,1264,2182,2505, +1096,1188,1369,1436,2421,1667,2792,2460,1270,2122, 727,3167,2143, 806,1706,1012, +1800,3037, 960,2218,1882, 805, 139,2456,1139,1521, 851,1052,3093,3089, 342,2039, + 744,5097,1468,1502,1585,2087, 223, 939, 326,2140,2577, 892,2481,1623,4077, 982, +3708, 135,2131, 87,2503,3114,2326,1106, 876,1616, 547,2997,2831,2093,3441,4530, +4314, 9,3256,4229,4148, 659,1462,1986,1710,2046,2913,2231,4090,4880,5255,3392, +3274,1368,3689,4645,1477, 705,3384,3635,1068,1529,2941,1458,3782,1509, 100,1656, +2548, 718,2339, 408,1590,2780,3548,1838,4117,3719,1345,3530, 717,3442,2778,3220, +2898,1892,4590,3614,3371,2043,1998,1224,3483, 891, 635, 584,2559,3355, 733,1766, +1729,1172,3789,1891,2307, 781,2982,2271,1957,1580,5773,2633,2005,4195,3097,1535, +3213,1189,1934,5693,3262, 586,3118,1324,1598, 517,1564,2217,1868,1893,4445,3728, +2703,3139,1526,1787,1992,3882,2875,1549,1199,1056,2224,1904,2711,5098,4287, 338, +1993,3129,3489,2689,1809,2815,1997, 957,1855,3898,2550,3275,3057,1105,1319, 627, +1505,1911,1883,3526, 698,3629,3456,1833,1431, 746, 77,1261,2017,2296,1977,1885, + 125,1334,1600, 525,1798,1109,2222,1470,1945, 559,2236,1186,3443,2476,1929,1411, +2411,3135,1777,3372,2621,1841,1613,3229, 668,1430,1839,2643,2916, 195,1989,2671, +2358,1387, 629,3205,2293,5256,4439, 123,1310, 888,1879,4300,3021,3605,1003,1162, +3192,2910,2010, 140,2395,2859, 55,1082,2012,2901, 662, 419,2081,1438, 680,2774, +4654,3912,1620,1731,1625,5035,4065,2328, 512,1344, 802,5443,2163,2311,2537, 524, +3399, 98,1155,2103,1918,2606,3925,2816,1393,2465,1504,3773,2177,3963,1478,4346, + 180,1113,4655,3461,2028,1698, 833,2696,1235,1322,1594,4408,3623,3013,3225,2040, +3022, 541,2881, 607,3632,2029,1665,1219, 639,1385,1686,1099,2803,3231,1938,3188, +2858, 427, 676,2772,1168,2025, 454,3253,2486,3556, 230,1950, 580, 791,1991,1280, +1086,1974,2034, 630, 257,3338,2788,4903,1017, 86,4790, 966,2789,1995,1696,1131, + 259,3095,4188,1308, 179,1463,5257, 289,4107,1248, 42,3413,1725,2288, 896,1947, + 774,4474,4254, 604,3430,4264, 392,2514,2588, 452, 237,1408,3018, 988,4531,1970, +3034,3310, 540,2370,1562,1288,2990, 502,4765,1147, 4,1853,2708, 207, 294,2814, +4078,2902,2509, 684, 34,3105,3532,2551, 644, 709,2801,2344, 573,1727,3573,3557, +2021,1081,3100,4315,2100,3681, 199,2263,1837,2385, 146,3484,1195,2776,3949, 997, +1939,3973,1008,1091,1202,1962,1847,1149,4209,5444,1076, 493, 117,5400,2521, 972, +1490,2934,1796,4542,2374,1512,2933,2657, 413,2888,1135,2762,2314,2156,1355,2369, + 766,2007,2527,2170,3124,2491,2593,2632,4757,2437, 234,3125,3591,1898,1750,1376, +1942,3468,3138, 570,2127,2145,3276,4131, 962, 132,1445,4196, 19, 941,3624,3480, +3366,1973,1374,4461,3431,2629, 283,2415,2275, 808,2887,3620,2112,2563,1353,3610, + 955,1089,3103,1053, 96, 88,4097, 823,3808,1583, 399, 292,4091,3313, 421,1128, + 642,4006, 903,2539,1877,2082, 596, 29,4066,1790, 722,2157, 130, 995,1569, 769, +1485, 464, 513,2213, 288,1923,1101,2453,4316, 133, 486,2445, 50, 625, 487,2207, + 57, 423, 481,2962, 159,3729,1558, 491, 303, 482, 501, 240,2837, 112,3648,2392, +1783, 362, 8,3433,3422, 610,2793,3277,1390,1284,1654, 21,3823, 734, 367, 623, + 193, 287, 374,1009,1483, 816, 476, 313,2255,2340,1262,2150,2899,1146,2581, 782, +2116,1659,2018,1880, 255,3586,3314,1110,2867,2137,2564, 986,2767,5185,2006, 650, + 158, 926, 762, 881,3157,2717,2362,3587, 306,3690,3245,1542,3077,2427,1691,2478, +2118,2985,3490,2438, 539,2305, 983, 129,1754, 355,4201,2386, 827,2923, 104,1773, +2838,2771, 411,2905,3919, 376, 767, 122,1114, 828,2422,1817,3506, 266,3460,1007, +1609,4998, 945,2612,4429,2274, 726,1247,1964,2914,2199,2070,4002,4108, 657,3323, +1422, 579, 455,2764,4737,1222,2895,1670, 824,1223,1487,2525, 558, 861,3080, 598, +2659,2515,1967, 752,2583,2376,2214,4180, 977, 704,2464,4999,2622,4109,1210,2961, + 819,1541, 142,2284, 44, 418, 457,1126,3730,4347,4626,1644,1876,3671,1864, 302, +1063,5694, 624, 723,1984,3745,1314,1676,2488,1610,1449,3558,3569,2166,2098, 409, +1011,2325,3704,2306, 818,1732,1383,1824,1844,3757, 999,2705,3497,1216,1423,2683, +2426,2954,2501,2726,2229,1475,2554,5064,1971,1794,1666,2014,1343, 783, 724, 191, +2434,1354,2220,5065,1763,2752,2472,4152, 131, 175,2885,3434, 92,1466,4920,2616, +3871,3872,3866, 128,1551,1632, 669,1854,3682,4691,4125,1230, 188,2973,3290,1302, +1213, 560,3266, 917, 763,3909,3249,1760, 868,1958, 764,1782,2097, 145,2277,3774, +4462, 64,1491,3062, 971,2132,3606,2442, 221,1226,1617, 218, 323,1185,3207,3147, + 571, 619,1473,1005,1744,2281, 449,1887,2396,3685, 275, 375,3816,1743,3844,3731, + 845,1983,2350,4210,1377, 773, 967,3499,3052,3743,2725,4007,1697,1022,3943,1464, +3264,2855,2722,1952,1029,2839,2467, 84,4383,2215, 820,1391,2015,2448,3672, 377, +1948,2168, 797,2545,3536,2578,2645, 94,2874,1678, 405,1259,3071, 771, 546,1315, + 470,1243,3083, 895,2468, 981, 969,2037, 846,4181, 653,1276,2928, 14,2594, 557, +3007,2474, 156, 902,1338,1740,2574, 537,2518, 973,2282,2216,2433,1928, 138,2903, +1293,2631,1612, 646,3457, 839,2935, 111, 496,2191,2847, 589,3186, 149,3994,2060, +4031,2641,4067,3145,1870, 37,3597,2136,1025,2051,3009,3383,3549,1121,1016,3261, +1301, 251,2446,2599,2153, 872,3246, 637, 334,3705, 831, 884, 921,3065,3140,4092, +2198,1944, 246,2964, 108,2045,1152,1921,2308,1031, 203,3173,4170,1907,3890, 810, +1401,2003,1690, 506, 647,1242,2828,1761,1649,3208,2249,1589,3709,2931,5156,1708, + 498, 666,2613, 834,3817,1231, 184,2851,1124, 883,3197,2261,3710,1765,1553,2658, +1178,2639,2351, 93,1193, 942,2538,2141,4402, 235,1821, 870,1591,2192,1709,1871, +3341,1618,4126,2595,2334, 603, 651, 69, 701, 268,2662,3411,2555,1380,1606, 503, + 448, 254,2371,2646, 574,1187,2309,1770, 322,2235,1292,1801, 305, 566,1133, 229, +2067,2057, 706, 167, 483,2002,2672,3295,1820,3561,3067, 316, 378,2746,3452,1112, + 136,1981, 507,1651,2917,1117, 285,4591, 182,2580,3522,1304, 335,3303,1835,2504, +1795,1792,2248, 674,1018,2106,2449,1857,2292,2845, 976,3047,1781,2600,2727,1389, +1281, 52,3152, 153, 265,3950, 672,3485,3951,4463, 430,1183, 365, 278,2169, 27, +1407,1336,2304, 209,1340,1730,2202,1852,2403,2883, 979,1737,1062, 631,2829,2542, +3876,2592, 825,2086,2226,3048,3625, 352,1417,3724, 542, 991, 431,1351,3938,1861, +2294, 826,1361,2927,3142,3503,1738, 463,2462,2723, 582,1916,1595,2808, 400,3845, +3891,2868,3621,2254, 58,2492,1123, 910,2160,2614,1372,1603,1196,1072,3385,1700, +3267,1980, 696, 480,2430, 920, 799,1570,2920,1951,2041,4047,2540,1321,4223,2469, +3562,2228,1271,2602, 401,2833,3351,2575,5157, 907,2312,1256, 410, 263,3507,1582, + 996, 678,1849,2316,1480, 908,3545,2237, 703,2322, 667,1826,2849,1531,2604,2999, +2407,3146,2151,2630,1786,3711, 469,3542, 497,3899,2409, 858, 837,4446,3393,1274, + 786, 620,1845,2001,3311, 484, 308,3367,1204,1815,3691,2332,1532,2557,1842,2020, +2724,1927,2333,4440, 567, 22,1673,2728,4475,1987,1858,1144,1597, 101,1832,3601, + 12, 974,3783,4391, 951,1412, 1,3720, 453,4608,4041, 528,1041,1027,3230,2628, +1129, 875,1051,3291,1203,2262,1069,2860,2799,2149,2615,3278, 144,1758,3040, 31, + 475,1680, 366,2685,3184, 311,1642,4008,2466,5036,1593,1493,2809, 216,1420,1668, + 233, 304,2128,3284, 232,1429,1768,1040,2008,3407,2740,2967,2543, 242,2133, 778, +1565,2022,2620, 505,2189,2756,1098,2273, 372,1614, 708, 553,2846,2094,2278, 169, +3626,2835,4161, 228,2674,3165, 809,1454,1309, 466,1705,1095, 900,3423, 880,2667, +3751,5258,2317,3109,2571,4317,2766,1503,1342, 866,4447,1118, 63,2076, 314,1881, +1348,1061, 172, 978,3515,1747, 532, 511,3970, 6, 601, 905,2699,3300,1751, 276, +1467,3725,2668, 65,4239,2544,2779,2556,1604, 578,2451,1802, 992,2331,2624,1320, +3446, 713,1513,1013, 103,2786,2447,1661, 886,1702, 916, 654,3574,2031,1556, 751, +2178,2821,2179,1498,1538,2176, 271, 914,2251,2080,1325, 638,1953,2937,3877,2432, +2754, 95,3265,1716, 260,1227,4083, 775, 106,1357,3254, 426,1607, 555,2480, 772, +1985, 244,2546, 474, 495,1046,2611,1851,2061, 71,2089,1675,2590, 742,3758,2843, +3222,1433, 267,2180,2576,2826,2233,2092,3913,2435, 956,1745,3075, 856,2113,1116, + 451, 3,1988,2896,1398, 993,2463,1878,2049,1341,2718,2721,2870,2108, 712,2904, +4363,2753,2324, 277,2872,2349,2649, 384, 987, 435, 691,3000, 922, 164,3939, 652, +1500,1184,4153,2482,3373,2165,4848,2335,3775,3508,3154,2806,2830,1554,2102,1664, +2530,1434,2408, 893,1547,2623,3447,2832,2242,2532,3169,2856,3223,2078, 49,3770, +3469, 462, 318, 656,2259,3250,3069, 679,1629,2758, 344,1138,1104,3120,1836,1283, +3115,2154,1437,4448, 934, 759,1999, 794,2862,1038, 533,2560,1722,2342, 855,2626, +1197,1663,4476,3127, 85,4240,2528, 25,1111,1181,3673, 407,3470,4561,2679,2713, + 768,1925,2841,3986,1544,1165, 932, 373,1240,2146,1930,2673, 721,4766, 354,4333, + 391,2963, 187, 61,3364,1442,1102, 330,1940,1767, 341,3809,4118, 393,2496,2062, +2211, 105, 331, 300, 439, 913,1332, 626, 379,3304,1557, 328, 689,3952, 309,1555, + 931, 317,2517,3027, 325, 569, 686,2107,3084, 60,1042,1333,2794, 264,3177,4014, +1628, 258,3712, 7,4464,1176,1043,1778, 683, 114,1975, 78,1492, 383,1886, 510, + 386, 645,5291,2891,2069,3305,4138,3867,2939,2603,2493,1935,1066,1848,3588,1015, +1282,1289,4609, 697,1453,3044,2666,3611,1856,2412, 54, 719,1330, 568,3778,2459, +1748, 788, 492, 551,1191,1000, 488,3394,3763, 282,1799, 348,2016,1523,3155,2390, +1049, 382,2019,1788,1170, 729,2968,3523, 897,3926,2785,2938,3292, 350,2319,3238, +1718,1717,2655,3453,3143,4465, 161,2889,2980,2009,1421, 56,1908,1640,2387,2232, +1917,1874,2477,4921, 148, 83,3438, 592,4245,2882,1822,1055, 741, 115,1496,1624, + 381,1638,4592,1020, 516,3214, 458, 947,4575,1432, 211,1514,2926,1865,2142, 189, + 852,1221,1400,1486, 882,2299,4036, 351, 28,1122, 700,6479,6480,6481,6482,6483, #last 512 +) +# fmt: on diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py new file mode 100644 index 0000000..d423e73 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import GB2312DistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import GB2312_SM_MODEL + + +class GB2312Prober(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(GB2312_SM_MODEL) + self.distribution_analyzer = GB2312DistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "GB2312" + + @property + def language(self) -> str: + return "Chinese" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py new file mode 100644 index 0000000..785d005 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py @@ -0,0 +1,316 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Shy Shalom +# Portions created by the Initial Developer are Copyright (C) 2005 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState +from .sbcharsetprober import SingleByteCharSetProber + +# This prober doesn't actually recognize a language or a charset. +# It is a helper prober for the use of the Hebrew model probers + +### General ideas of the Hebrew charset recognition ### +# +# Four main charsets exist in Hebrew: +# "ISO-8859-8" - Visual Hebrew +# "windows-1255" - Logical Hebrew +# "ISO-8859-8-I" - Logical Hebrew +# "x-mac-hebrew" - ?? Logical Hebrew ?? +# +# Both "ISO" charsets use a completely identical set of code points, whereas +# "windows-1255" and "x-mac-hebrew" are two different proper supersets of +# these code points. windows-1255 defines additional characters in the range +# 0x80-0x9F as some misc punctuation marks as well as some Hebrew-specific +# diacritics and additional 'Yiddish' ligature letters in the range 0xc0-0xd6. +# x-mac-hebrew defines similar additional code points but with a different +# mapping. +# +# As far as an average Hebrew text with no diacritics is concerned, all four +# charsets are identical with respect to code points. Meaning that for the +# main Hebrew alphabet, all four map the same values to all 27 Hebrew letters +# (including final letters). +# +# The dominant difference between these charsets is their directionality. +# "Visual" directionality means that the text is ordered as if the renderer is +# not aware of a BIDI rendering algorithm. The renderer sees the text and +# draws it from left to right. The text itself when ordered naturally is read +# backwards. A buffer of Visual Hebrew generally looks like so: +# "[last word of first line spelled backwards] [whole line ordered backwards +# and spelled backwards] [first word of first line spelled backwards] +# [end of line] [last word of second line] ... etc' " +# adding punctuation marks, numbers and English text to visual text is +# naturally also "visual" and from left to right. +# +# "Logical" directionality means the text is ordered "naturally" according to +# the order it is read. It is the responsibility of the renderer to display +# the text from right to left. A BIDI algorithm is used to place general +# punctuation marks, numbers and English text in the text. +# +# Texts in x-mac-hebrew are almost impossible to find on the Internet. From +# what little evidence I could find, it seems that its general directionality +# is Logical. +# +# To sum up all of the above, the Hebrew probing mechanism knows about two +# charsets: +# Visual Hebrew - "ISO-8859-8" - backwards text - Words and sentences are +# backwards while line order is natural. For charset recognition purposes +# the line order is unimportant (In fact, for this implementation, even +# word order is unimportant). +# Logical Hebrew - "windows-1255" - normal, naturally ordered text. +# +# "ISO-8859-8-I" is a subset of windows-1255 and doesn't need to be +# specifically identified. +# "x-mac-hebrew" is also identified as windows-1255. A text in x-mac-hebrew +# that contain special punctuation marks or diacritics is displayed with +# some unconverted characters showing as question marks. This problem might +# be corrected using another model prober for x-mac-hebrew. Due to the fact +# that x-mac-hebrew texts are so rare, writing another model prober isn't +# worth the effort and performance hit. +# +#### The Prober #### +# +# The prober is divided between two SBCharSetProbers and a HebrewProber, +# all of which are managed, created, fed data, inquired and deleted by the +# SBCSGroupProber. The two SBCharSetProbers identify that the text is in +# fact some kind of Hebrew, Logical or Visual. The final decision about which +# one is it is made by the HebrewProber by combining final-letter scores +# with the scores of the two SBCharSetProbers to produce a final answer. +# +# The SBCSGroupProber is responsible for stripping the original text of HTML +# tags, English characters, numbers, low-ASCII punctuation characters, spaces +# and new lines. It reduces any sequence of such characters to a single space. +# The buffer fed to each prober in the SBCS group prober is pure text in +# high-ASCII. +# The two SBCharSetProbers (model probers) share the same language model: +# Win1255Model. +# The first SBCharSetProber uses the model normally as any other +# SBCharSetProber does, to recognize windows-1255, upon which this model was +# built. The second SBCharSetProber is told to make the pair-of-letter +# lookup in the language model backwards. This in practice exactly simulates +# a visual Hebrew model using the windows-1255 logical Hebrew model. +# +# The HebrewProber is not using any language model. All it does is look for +# final-letter evidence suggesting the text is either logical Hebrew or visual +# Hebrew. Disjointed from the model probers, the results of the HebrewProber +# alone are meaningless. HebrewProber always returns 0.00 as confidence +# since it never identifies a charset by itself. Instead, the pointer to the +# HebrewProber is passed to the model probers as a helper "Name Prober". +# When the Group prober receives a positive identification from any prober, +# it asks for the name of the charset identified. If the prober queried is a +# Hebrew model prober, the model prober forwards the call to the +# HebrewProber to make the final decision. In the HebrewProber, the +# decision is made according to the final-letters scores maintained and Both +# model probers scores. The answer is returned in the form of the name of the +# charset identified, either "windows-1255" or "ISO-8859-8". + + +class HebrewProber(CharSetProber): + SPACE = 0x20 + # windows-1255 / ISO-8859-8 code points of interest + FINAL_KAF = 0xEA + NORMAL_KAF = 0xEB + FINAL_MEM = 0xED + NORMAL_MEM = 0xEE + FINAL_NUN = 0xEF + NORMAL_NUN = 0xF0 + FINAL_PE = 0xF3 + NORMAL_PE = 0xF4 + FINAL_TSADI = 0xF5 + NORMAL_TSADI = 0xF6 + + # Minimum Visual vs Logical final letter score difference. + # If the difference is below this, don't rely solely on the final letter score + # distance. + MIN_FINAL_CHAR_DISTANCE = 5 + + # Minimum Visual vs Logical model score difference. + # If the difference is below this, don't rely at all on the model score + # distance. + MIN_MODEL_DISTANCE = 0.01 + + VISUAL_HEBREW_NAME = "ISO-8859-8" + LOGICAL_HEBREW_NAME = "windows-1255" + + def __init__(self) -> None: + super().__init__() + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + self._prev = self.SPACE + self._before_prev = self.SPACE + self._logical_prober: Optional[SingleByteCharSetProber] = None + self._visual_prober: Optional[SingleByteCharSetProber] = None + self.reset() + + def reset(self) -> None: + self._final_char_logical_score = 0 + self._final_char_visual_score = 0 + # The two last characters seen in the previous buffer, + # mPrev and mBeforePrev are initialized to space in order to simulate + # a word delimiter at the beginning of the data + self._prev = self.SPACE + self._before_prev = self.SPACE + # These probers are owned by the group prober. + + def set_model_probers( + self, + logical_prober: SingleByteCharSetProber, + visual_prober: SingleByteCharSetProber, + ) -> None: + self._logical_prober = logical_prober + self._visual_prober = visual_prober + + def is_final(self, c: int) -> bool: + return c in [ + self.FINAL_KAF, + self.FINAL_MEM, + self.FINAL_NUN, + self.FINAL_PE, + self.FINAL_TSADI, + ] + + def is_non_final(self, c: int) -> bool: + # The normal Tsadi is not a good Non-Final letter due to words like + # 'lechotet' (to chat) containing an apostrophe after the tsadi. This + # apostrophe is converted to a space in FilterWithoutEnglishLetters + # causing the Non-Final tsadi to appear at an end of a word even + # though this is not the case in the original text. + # The letters Pe and Kaf rarely display a related behavior of not being + # a good Non-Final letter. Words like 'Pop', 'Winamp' and 'Mubarak' + # for example legally end with a Non-Final Pe or Kaf. However, the + # benefit of these letters as Non-Final letters outweighs the damage + # since these words are quite rare. + return c in [self.NORMAL_KAF, self.NORMAL_MEM, self.NORMAL_NUN, self.NORMAL_PE] + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # Final letter analysis for logical-visual decision. + # Look for evidence that the received buffer is either logical Hebrew + # or visual Hebrew. + # The following cases are checked: + # 1) A word longer than 1 letter, ending with a final letter. This is + # an indication that the text is laid out "naturally" since the + # final letter really appears at the end. +1 for logical score. + # 2) A word longer than 1 letter, ending with a Non-Final letter. In + # normal Hebrew, words ending with Kaf, Mem, Nun, Pe or Tsadi, + # should not end with the Non-Final form of that letter. Exceptions + # to this rule are mentioned above in isNonFinal(). This is an + # indication that the text is laid out backwards. +1 for visual + # score + # 3) A word longer than 1 letter, starting with a final letter. Final + # letters should not appear at the beginning of a word. This is an + # indication that the text is laid out backwards. +1 for visual + # score. + # + # The visual score and logical score are accumulated throughout the + # text and are finally checked against each other in GetCharSetName(). + # No checking for final letters in the middle of words is done since + # that case is not an indication for either Logical or Visual text. + # + # We automatically filter out all 7-bit characters (replace them with + # spaces) so the word boundary detection works properly. [MAP] + + if self.state == ProbingState.NOT_ME: + # Both model probers say it's not them. No reason to continue. + return ProbingState.NOT_ME + + byte_str = self.filter_high_byte_only(byte_str) + + for cur in byte_str: + if cur == self.SPACE: + # We stand on a space - a word just ended + if self._before_prev != self.SPACE: + # next-to-last char was not a space so self._prev is not a + # 1 letter word + if self.is_final(self._prev): + # case (1) [-2:not space][-1:final letter][cur:space] + self._final_char_logical_score += 1 + elif self.is_non_final(self._prev): + # case (2) [-2:not space][-1:Non-Final letter][ + # cur:space] + self._final_char_visual_score += 1 + else: + # Not standing on a space + if ( + (self._before_prev == self.SPACE) + and (self.is_final(self._prev)) + and (cur != self.SPACE) + ): + # case (3) [-2:space][-1:final letter][cur:not space] + self._final_char_visual_score += 1 + self._before_prev = self._prev + self._prev = cur + + # Forever detecting, till the end or until both model probers return + # ProbingState.NOT_ME (handled above) + return ProbingState.DETECTING + + @property + def charset_name(self) -> str: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Make the decision: is it Logical or Visual? + # If the final letter score distance is dominant enough, rely on it. + finalsub = self._final_char_logical_score - self._final_char_visual_score + if finalsub >= self.MIN_FINAL_CHAR_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if finalsub <= -self.MIN_FINAL_CHAR_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # It's not dominant enough, try to rely on the model scores instead. + modelsub = ( + self._logical_prober.get_confidence() - self._visual_prober.get_confidence() + ) + if modelsub > self.MIN_MODEL_DISTANCE: + return self.LOGICAL_HEBREW_NAME + if modelsub < -self.MIN_MODEL_DISTANCE: + return self.VISUAL_HEBREW_NAME + + # Still no good, back to final letter distance, maybe it'll save the + # day. + if finalsub < 0.0: + return self.VISUAL_HEBREW_NAME + + # (finalsub > 0 - Logical) or (don't know what to do) default to + # Logical. + return self.LOGICAL_HEBREW_NAME + + @property + def language(self) -> str: + return "Hebrew" + + @property + def state(self) -> ProbingState: + assert self._logical_prober is not None + assert self._visual_prober is not None + + # Remain active as long as any of the model probers are active. + if (self._logical_prober.state == ProbingState.NOT_ME) and ( + self._visual_prober.state == ProbingState.NOT_ME + ): + return ProbingState.NOT_ME + return ProbingState.DETECTING diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py new file mode 100644 index 0000000..3293576 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py @@ -0,0 +1,325 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# Sampling from about 20M text materials include literature and computer technology +# +# Japanese frequency table, applied to both S-JIS and EUC-JP +# They are sorted in order. + +# 128 --> 0.77094 +# 256 --> 0.85710 +# 512 --> 0.92635 +# 1024 --> 0.97130 +# 2048 --> 0.99431 +# +# Ideal Distribution Ratio = 0.92635 / (1-0.92635) = 12.58 +# Random Distribution Ration = 512 / (2965+62+83+86-512) = 0.191 +# +# Typical Distribution Ratio, 25% of IDR + +JIS_TYPICAL_DISTRIBUTION_RATIO = 3.0 + +# Char to FreqOrder table , +JIS_TABLE_SIZE = 4368 + +# fmt: off +JIS_CHAR_TO_FREQ_ORDER = ( + 40, 1, 6, 182, 152, 180, 295,2127, 285, 381,3295,4304,3068,4606,3165,3510, # 16 +3511,1822,2785,4607,1193,2226,5070,4608, 171,2996,1247, 18, 179,5071, 856,1661, # 32 +1262,5072, 619, 127,3431,3512,3230,1899,1700, 232, 228,1294,1298, 284, 283,2041, # 48 +2042,1061,1062, 48, 49, 44, 45, 433, 434,1040,1041, 996, 787,2997,1255,4305, # 64 +2108,4609,1684,1648,5073,5074,5075,5076,5077,5078,3687,5079,4610,5080,3927,3928, # 80 +5081,3296,3432, 290,2285,1471,2187,5082,2580,2825,1303,2140,1739,1445,2691,3375, # 96 +1691,3297,4306,4307,4611, 452,3376,1182,2713,3688,3069,4308,5083,5084,5085,5086, # 112 +5087,5088,5089,5090,5091,5092,5093,5094,5095,5096,5097,5098,5099,5100,5101,5102, # 128 +5103,5104,5105,5106,5107,5108,5109,5110,5111,5112,4097,5113,5114,5115,5116,5117, # 144 +5118,5119,5120,5121,5122,5123,5124,5125,5126,5127,5128,5129,5130,5131,5132,5133, # 160 +5134,5135,5136,5137,5138,5139,5140,5141,5142,5143,5144,5145,5146,5147,5148,5149, # 176 +5150,5151,5152,4612,5153,5154,5155,5156,5157,5158,5159,5160,5161,5162,5163,5164, # 192 +5165,5166,5167,5168,5169,5170,5171,5172,5173,5174,5175,1472, 598, 618, 820,1205, # 208 +1309,1412,1858,1307,1692,5176,5177,5178,5179,5180,5181,5182,1142,1452,1234,1172, # 224 +1875,2043,2149,1793,1382,2973, 925,2404,1067,1241, 960,1377,2935,1491, 919,1217, # 240 +1865,2030,1406,1499,2749,4098,5183,5184,5185,5186,5187,5188,2561,4099,3117,1804, # 256 +2049,3689,4309,3513,1663,5189,3166,3118,3298,1587,1561,3433,5190,3119,1625,2998, # 272 +3299,4613,1766,3690,2786,4614,5191,5192,5193,5194,2161, 26,3377, 2,3929, 20, # 288 +3691, 47,4100, 50, 17, 16, 35, 268, 27, 243, 42, 155, 24, 154, 29, 184, # 304 + 4, 91, 14, 92, 53, 396, 33, 289, 9, 37, 64, 620, 21, 39, 321, 5, # 320 + 12, 11, 52, 13, 3, 208, 138, 0, 7, 60, 526, 141, 151,1069, 181, 275, # 336 +1591, 83, 132,1475, 126, 331, 829, 15, 69, 160, 59, 22, 157, 55,1079, 312, # 352 + 109, 38, 23, 25, 10, 19, 79,5195, 61, 382,1124, 8, 30,5196,5197,5198, # 368 +5199,5200,5201,5202,5203,5204,5205,5206, 89, 62, 74, 34,2416, 112, 139, 196, # 384 + 271, 149, 84, 607, 131, 765, 46, 88, 153, 683, 76, 874, 101, 258, 57, 80, # 400 + 32, 364, 121,1508, 169,1547, 68, 235, 145,2999, 41, 360,3027, 70, 63, 31, # 416 + 43, 259, 262,1383, 99, 533, 194, 66, 93, 846, 217, 192, 56, 106, 58, 565, # 432 + 280, 272, 311, 256, 146, 82, 308, 71, 100, 128, 214, 655, 110, 261, 104,1140, # 448 + 54, 51, 36, 87, 67,3070, 185,2618,2936,2020, 28,1066,2390,2059,5207,5208, # 464 +5209,5210,5211,5212,5213,5214,5215,5216,4615,5217,5218,5219,5220,5221,5222,5223, # 480 +5224,5225,5226,5227,5228,5229,5230,5231,5232,5233,5234,5235,5236,3514,5237,5238, # 496 +5239,5240,5241,5242,5243,5244,2297,2031,4616,4310,3692,5245,3071,5246,3598,5247, # 512 +4617,3231,3515,5248,4101,4311,4618,3808,4312,4102,5249,4103,4104,3599,5250,5251, # 528 +5252,5253,5254,5255,5256,5257,5258,5259,5260,5261,5262,5263,5264,5265,5266,5267, # 544 +5268,5269,5270,5271,5272,5273,5274,5275,5276,5277,5278,5279,5280,5281,5282,5283, # 560 +5284,5285,5286,5287,5288,5289,5290,5291,5292,5293,5294,5295,5296,5297,5298,5299, # 576 +5300,5301,5302,5303,5304,5305,5306,5307,5308,5309,5310,5311,5312,5313,5314,5315, # 592 +5316,5317,5318,5319,5320,5321,5322,5323,5324,5325,5326,5327,5328,5329,5330,5331, # 608 +5332,5333,5334,5335,5336,5337,5338,5339,5340,5341,5342,5343,5344,5345,5346,5347, # 624 +5348,5349,5350,5351,5352,5353,5354,5355,5356,5357,5358,5359,5360,5361,5362,5363, # 640 +5364,5365,5366,5367,5368,5369,5370,5371,5372,5373,5374,5375,5376,5377,5378,5379, # 656 +5380,5381, 363, 642,2787,2878,2788,2789,2316,3232,2317,3434,2011, 165,1942,3930, # 672 +3931,3932,3933,5382,4619,5383,4620,5384,5385,5386,5387,5388,5389,5390,5391,5392, # 688 +5393,5394,5395,5396,5397,5398,5399,5400,5401,5402,5403,5404,5405,5406,5407,5408, # 704 +5409,5410,5411,5412,5413,5414,5415,5416,5417,5418,5419,5420,5421,5422,5423,5424, # 720 +5425,5426,5427,5428,5429,5430,5431,5432,5433,5434,5435,5436,5437,5438,5439,5440, # 736 +5441,5442,5443,5444,5445,5446,5447,5448,5449,5450,5451,5452,5453,5454,5455,5456, # 752 +5457,5458,5459,5460,5461,5462,5463,5464,5465,5466,5467,5468,5469,5470,5471,5472, # 768 +5473,5474,5475,5476,5477,5478,5479,5480,5481,5482,5483,5484,5485,5486,5487,5488, # 784 +5489,5490,5491,5492,5493,5494,5495,5496,5497,5498,5499,5500,5501,5502,5503,5504, # 800 +5505,5506,5507,5508,5509,5510,5511,5512,5513,5514,5515,5516,5517,5518,5519,5520, # 816 +5521,5522,5523,5524,5525,5526,5527,5528,5529,5530,5531,5532,5533,5534,5535,5536, # 832 +5537,5538,5539,5540,5541,5542,5543,5544,5545,5546,5547,5548,5549,5550,5551,5552, # 848 +5553,5554,5555,5556,5557,5558,5559,5560,5561,5562,5563,5564,5565,5566,5567,5568, # 864 +5569,5570,5571,5572,5573,5574,5575,5576,5577,5578,5579,5580,5581,5582,5583,5584, # 880 +5585,5586,5587,5588,5589,5590,5591,5592,5593,5594,5595,5596,5597,5598,5599,5600, # 896 +5601,5602,5603,5604,5605,5606,5607,5608,5609,5610,5611,5612,5613,5614,5615,5616, # 912 +5617,5618,5619,5620,5621,5622,5623,5624,5625,5626,5627,5628,5629,5630,5631,5632, # 928 +5633,5634,5635,5636,5637,5638,5639,5640,5641,5642,5643,5644,5645,5646,5647,5648, # 944 +5649,5650,5651,5652,5653,5654,5655,5656,5657,5658,5659,5660,5661,5662,5663,5664, # 960 +5665,5666,5667,5668,5669,5670,5671,5672,5673,5674,5675,5676,5677,5678,5679,5680, # 976 +5681,5682,5683,5684,5685,5686,5687,5688,5689,5690,5691,5692,5693,5694,5695,5696, # 992 +5697,5698,5699,5700,5701,5702,5703,5704,5705,5706,5707,5708,5709,5710,5711,5712, # 1008 +5713,5714,5715,5716,5717,5718,5719,5720,5721,5722,5723,5724,5725,5726,5727,5728, # 1024 +5729,5730,5731,5732,5733,5734,5735,5736,5737,5738,5739,5740,5741,5742,5743,5744, # 1040 +5745,5746,5747,5748,5749,5750,5751,5752,5753,5754,5755,5756,5757,5758,5759,5760, # 1056 +5761,5762,5763,5764,5765,5766,5767,5768,5769,5770,5771,5772,5773,5774,5775,5776, # 1072 +5777,5778,5779,5780,5781,5782,5783,5784,5785,5786,5787,5788,5789,5790,5791,5792, # 1088 +5793,5794,5795,5796,5797,5798,5799,5800,5801,5802,5803,5804,5805,5806,5807,5808, # 1104 +5809,5810,5811,5812,5813,5814,5815,5816,5817,5818,5819,5820,5821,5822,5823,5824, # 1120 +5825,5826,5827,5828,5829,5830,5831,5832,5833,5834,5835,5836,5837,5838,5839,5840, # 1136 +5841,5842,5843,5844,5845,5846,5847,5848,5849,5850,5851,5852,5853,5854,5855,5856, # 1152 +5857,5858,5859,5860,5861,5862,5863,5864,5865,5866,5867,5868,5869,5870,5871,5872, # 1168 +5873,5874,5875,5876,5877,5878,5879,5880,5881,5882,5883,5884,5885,5886,5887,5888, # 1184 +5889,5890,5891,5892,5893,5894,5895,5896,5897,5898,5899,5900,5901,5902,5903,5904, # 1200 +5905,5906,5907,5908,5909,5910,5911,5912,5913,5914,5915,5916,5917,5918,5919,5920, # 1216 +5921,5922,5923,5924,5925,5926,5927,5928,5929,5930,5931,5932,5933,5934,5935,5936, # 1232 +5937,5938,5939,5940,5941,5942,5943,5944,5945,5946,5947,5948,5949,5950,5951,5952, # 1248 +5953,5954,5955,5956,5957,5958,5959,5960,5961,5962,5963,5964,5965,5966,5967,5968, # 1264 +5969,5970,5971,5972,5973,5974,5975,5976,5977,5978,5979,5980,5981,5982,5983,5984, # 1280 +5985,5986,5987,5988,5989,5990,5991,5992,5993,5994,5995,5996,5997,5998,5999,6000, # 1296 +6001,6002,6003,6004,6005,6006,6007,6008,6009,6010,6011,6012,6013,6014,6015,6016, # 1312 +6017,6018,6019,6020,6021,6022,6023,6024,6025,6026,6027,6028,6029,6030,6031,6032, # 1328 +6033,6034,6035,6036,6037,6038,6039,6040,6041,6042,6043,6044,6045,6046,6047,6048, # 1344 +6049,6050,6051,6052,6053,6054,6055,6056,6057,6058,6059,6060,6061,6062,6063,6064, # 1360 +6065,6066,6067,6068,6069,6070,6071,6072,6073,6074,6075,6076,6077,6078,6079,6080, # 1376 +6081,6082,6083,6084,6085,6086,6087,6088,6089,6090,6091,6092,6093,6094,6095,6096, # 1392 +6097,6098,6099,6100,6101,6102,6103,6104,6105,6106,6107,6108,6109,6110,6111,6112, # 1408 +6113,6114,2044,2060,4621, 997,1235, 473,1186,4622, 920,3378,6115,6116, 379,1108, # 1424 +4313,2657,2735,3934,6117,3809, 636,3233, 573,1026,3693,3435,2974,3300,2298,4105, # 1440 + 854,2937,2463, 393,2581,2417, 539, 752,1280,2750,2480, 140,1161, 440, 708,1569, # 1456 + 665,2497,1746,1291,1523,3000, 164,1603, 847,1331, 537,1997, 486, 508,1693,2418, # 1472 +1970,2227, 878,1220, 299,1030, 969, 652,2751, 624,1137,3301,2619, 65,3302,2045, # 1488 +1761,1859,3120,1930,3694,3516, 663,1767, 852, 835,3695, 269, 767,2826,2339,1305, # 1504 + 896,1150, 770,1616,6118, 506,1502,2075,1012,2519, 775,2520,2975,2340,2938,4314, # 1520 +3028,2086,1224,1943,2286,6119,3072,4315,2240,1273,1987,3935,1557, 175, 597, 985, # 1536 +3517,2419,2521,1416,3029, 585, 938,1931,1007,1052,1932,1685,6120,3379,4316,4623, # 1552 + 804, 599,3121,1333,2128,2539,1159,1554,2032,3810, 687,2033,2904, 952, 675,1467, # 1568 +3436,6121,2241,1096,1786,2440,1543,1924, 980,1813,2228, 781,2692,1879, 728,1918, # 1584 +3696,4624, 548,1950,4625,1809,1088,1356,3303,2522,1944, 502, 972, 373, 513,2827, # 1600 + 586,2377,2391,1003,1976,1631,6122,2464,1084, 648,1776,4626,2141, 324, 962,2012, # 1616 +2177,2076,1384, 742,2178,1448,1173,1810, 222, 102, 301, 445, 125,2420, 662,2498, # 1632 + 277, 200,1476,1165,1068, 224,2562,1378,1446, 450,1880, 659, 791, 582,4627,2939, # 1648 +3936,1516,1274, 555,2099,3697,1020,1389,1526,3380,1762,1723,1787,2229, 412,2114, # 1664 +1900,2392,3518, 512,2597, 427,1925,2341,3122,1653,1686,2465,2499, 697, 330, 273, # 1680 + 380,2162, 951, 832, 780, 991,1301,3073, 965,2270,3519, 668,2523,2636,1286, 535, # 1696 +1407, 518, 671, 957,2658,2378, 267, 611,2197,3030,6123, 248,2299, 967,1799,2356, # 1712 + 850,1418,3437,1876,1256,1480,2828,1718,6124,6125,1755,1664,2405,6126,4628,2879, # 1728 +2829, 499,2179, 676,4629, 557,2329,2214,2090, 325,3234, 464, 811,3001, 992,2342, # 1744 +2481,1232,1469, 303,2242, 466,1070,2163, 603,1777,2091,4630,2752,4631,2714, 322, # 1760 +2659,1964,1768, 481,2188,1463,2330,2857,3600,2092,3031,2421,4632,2318,2070,1849, # 1776 +2598,4633,1302,2254,1668,1701,2422,3811,2905,3032,3123,2046,4106,1763,1694,4634, # 1792 +1604, 943,1724,1454, 917, 868,2215,1169,2940, 552,1145,1800,1228,1823,1955, 316, # 1808 +1080,2510, 361,1807,2830,4107,2660,3381,1346,1423,1134,4108,6127, 541,1263,1229, # 1824 +1148,2540, 545, 465,1833,2880,3438,1901,3074,2482, 816,3937, 713,1788,2500, 122, # 1840 +1575, 195,1451,2501,1111,6128, 859, 374,1225,2243,2483,4317, 390,1033,3439,3075, # 1856 +2524,1687, 266, 793,1440,2599, 946, 779, 802, 507, 897,1081, 528,2189,1292, 711, # 1872 +1866,1725,1167,1640, 753, 398,2661,1053, 246, 348,4318, 137,1024,3440,1600,2077, # 1888 +2129, 825,4319, 698, 238, 521, 187,2300,1157,2423,1641,1605,1464,1610,1097,2541, # 1904 +1260,1436, 759,2255,1814,2150, 705,3235, 409,2563,3304, 561,3033,2005,2564, 726, # 1920 +1956,2343,3698,4109, 949,3812,3813,3520,1669, 653,1379,2525, 881,2198, 632,2256, # 1936 +1027, 778,1074, 733,1957, 514,1481,2466, 554,2180, 702,3938,1606,1017,1398,6129, # 1952 +1380,3521, 921, 993,1313, 594, 449,1489,1617,1166, 768,1426,1360, 495,1794,3601, # 1968 +1177,3602,1170,4320,2344, 476, 425,3167,4635,3168,1424, 401,2662,1171,3382,1998, # 1984 +1089,4110, 477,3169, 474,6130,1909, 596,2831,1842, 494, 693,1051,1028,1207,3076, # 2000 + 606,2115, 727,2790,1473,1115, 743,3522, 630, 805,1532,4321,2021, 366,1057, 838, # 2016 + 684,1114,2142,4322,2050,1492,1892,1808,2271,3814,2424,1971,1447,1373,3305,1090, # 2032 +1536,3939,3523,3306,1455,2199, 336, 369,2331,1035, 584,2393, 902, 718,2600,6131, # 2048 +2753, 463,2151,1149,1611,2467, 715,1308,3124,1268, 343,1413,3236,1517,1347,2663, # 2064 +2093,3940,2022,1131,1553,2100,2941,1427,3441,2942,1323,2484,6132,1980, 872,2368, # 2080 +2441,2943, 320,2369,2116,1082, 679,1933,3941,2791,3815, 625,1143,2023, 422,2200, # 2096 +3816,6133, 730,1695, 356,2257,1626,2301,2858,2637,1627,1778, 937, 883,2906,2693, # 2112 +3002,1769,1086, 400,1063,1325,3307,2792,4111,3077, 456,2345,1046, 747,6134,1524, # 2128 + 884,1094,3383,1474,2164,1059, 974,1688,2181,2258,1047, 345,1665,1187, 358, 875, # 2144 +3170, 305, 660,3524,2190,1334,1135,3171,1540,1649,2542,1527, 927, 968,2793, 885, # 2160 +1972,1850, 482, 500,2638,1218,1109,1085,2543,1654,2034, 876, 78,2287,1482,1277, # 2176 + 861,1675,1083,1779, 724,2754, 454, 397,1132,1612,2332, 893, 672,1237, 257,2259, # 2192 +2370, 135,3384, 337,2244, 547, 352, 340, 709,2485,1400, 788,1138,2511, 540, 772, # 2208 +1682,2260,2272,2544,2013,1843,1902,4636,1999,1562,2288,4637,2201,1403,1533, 407, # 2224 + 576,3308,1254,2071, 978,3385, 170, 136,1201,3125,2664,3172,2394, 213, 912, 873, # 2240 +3603,1713,2202, 699,3604,3699, 813,3442, 493, 531,1054, 468,2907,1483, 304, 281, # 2256 +4112,1726,1252,2094, 339,2319,2130,2639, 756,1563,2944, 748, 571,2976,1588,2425, # 2272 +2715,1851,1460,2426,1528,1392,1973,3237, 288,3309, 685,3386, 296, 892,2716,2216, # 2288 +1570,2245, 722,1747,2217, 905,3238,1103,6135,1893,1441,1965, 251,1805,2371,3700, # 2304 +2601,1919,1078, 75,2182,1509,1592,1270,2640,4638,2152,6136,3310,3817, 524, 706, # 2320 +1075, 292,3818,1756,2602, 317, 98,3173,3605,3525,1844,2218,3819,2502, 814, 567, # 2336 + 385,2908,1534,6137, 534,1642,3239, 797,6138,1670,1529, 953,4323, 188,1071, 538, # 2352 + 178, 729,3240,2109,1226,1374,2000,2357,2977, 731,2468,1116,2014,2051,6139,1261, # 2368 +1593, 803,2859,2736,3443, 556, 682, 823,1541,6140,1369,2289,1706,2794, 845, 462, # 2384 +2603,2665,1361, 387, 162,2358,1740, 739,1770,1720,1304,1401,3241,1049, 627,1571, # 2400 +2427,3526,1877,3942,1852,1500, 431,1910,1503, 677, 297,2795, 286,1433,1038,1198, # 2416 +2290,1133,1596,4113,4639,2469,1510,1484,3943,6141,2442, 108, 712,4640,2372, 866, # 2432 +3701,2755,3242,1348, 834,1945,1408,3527,2395,3243,1811, 824, 994,1179,2110,1548, # 2448 +1453, 790,3003, 690,4324,4325,2832,2909,3820,1860,3821, 225,1748, 310, 346,1780, # 2464 +2470, 821,1993,2717,2796, 828, 877,3528,2860,2471,1702,2165,2910,2486,1789, 453, # 2480 + 359,2291,1676, 73,1164,1461,1127,3311, 421, 604, 314,1037, 589, 116,2487, 737, # 2496 + 837,1180, 111, 244, 735,6142,2261,1861,1362, 986, 523, 418, 581,2666,3822, 103, # 2512 + 855, 503,1414,1867,2488,1091, 657,1597, 979, 605,1316,4641,1021,2443,2078,2001, # 2528 +1209, 96, 587,2166,1032, 260,1072,2153, 173, 94, 226,3244, 819,2006,4642,4114, # 2544 +2203, 231,1744, 782, 97,2667, 786,3387, 887, 391, 442,2219,4326,1425,6143,2694, # 2560 + 633,1544,1202, 483,2015, 592,2052,1958,2472,1655, 419, 129,4327,3444,3312,1714, # 2576 +1257,3078,4328,1518,1098, 865,1310,1019,1885,1512,1734, 469,2444, 148, 773, 436, # 2592 +1815,1868,1128,1055,4329,1245,2756,3445,2154,1934,1039,4643, 579,1238, 932,2320, # 2608 + 353, 205, 801, 115,2428, 944,2321,1881, 399,2565,1211, 678, 766,3944, 335,2101, # 2624 +1459,1781,1402,3945,2737,2131,1010, 844, 981,1326,1013, 550,1816,1545,2620,1335, # 2640 +1008, 371,2881, 936,1419,1613,3529,1456,1395,2273,1834,2604,1317,2738,2503, 416, # 2656 +1643,4330, 806,1126, 229, 591,3946,1314,1981,1576,1837,1666, 347,1790, 977,3313, # 2672 + 764,2861,1853, 688,2429,1920,1462, 77, 595, 415,2002,3034, 798,1192,4115,6144, # 2688 +2978,4331,3035,2695,2582,2072,2566, 430,2430,1727, 842,1396,3947,3702, 613, 377, # 2704 + 278, 236,1417,3388,3314,3174, 757,1869, 107,3530,6145,1194, 623,2262, 207,1253, # 2720 +2167,3446,3948, 492,1117,1935, 536,1838,2757,1246,4332, 696,2095,2406,1393,1572, # 2736 +3175,1782, 583, 190, 253,1390,2230, 830,3126,3389, 934,3245,1703,1749,2979,1870, # 2752 +2545,1656,2204, 869,2346,4116,3176,1817, 496,1764,4644, 942,1504, 404,1903,1122, # 2768 +1580,3606,2945,1022, 515, 372,1735, 955,2431,3036,6146,2797,1110,2302,2798, 617, # 2784 +6147, 441, 762,1771,3447,3607,3608,1904, 840,3037, 86, 939,1385, 572,1370,2445, # 2800 +1336, 114,3703, 898, 294, 203,3315, 703,1583,2274, 429, 961,4333,1854,1951,3390, # 2816 +2373,3704,4334,1318,1381, 966,1911,2322,1006,1155, 309, 989, 458,2718,1795,1372, # 2832 +1203, 252,1689,1363,3177, 517,1936, 168,1490, 562, 193,3823,1042,4117,1835, 551, # 2848 + 470,4645, 395, 489,3448,1871,1465,2583,2641, 417,1493, 279,1295, 511,1236,1119, # 2864 + 72,1231,1982,1812,3004, 871,1564, 984,3449,1667,2696,2096,4646,2347,2833,1673, # 2880 +3609, 695,3246,2668, 807,1183,4647, 890, 388,2333,1801,1457,2911,1765,1477,1031, # 2896 +3316,3317,1278,3391,2799,2292,2526, 163,3450,4335,2669,1404,1802,6148,2323,2407, # 2912 +1584,1728,1494,1824,1269, 298, 909,3318,1034,1632, 375, 776,1683,2061, 291, 210, # 2928 +1123, 809,1249,1002,2642,3038, 206,1011,2132, 144, 975, 882,1565, 342, 667, 754, # 2944 +1442,2143,1299,2303,2062, 447, 626,2205,1221,2739,2912,1144,1214,2206,2584, 760, # 2960 +1715, 614, 950,1281,2670,2621, 810, 577,1287,2546,4648, 242,2168, 250,2643, 691, # 2976 + 123,2644, 647, 313,1029, 689,1357,2946,1650, 216, 771,1339,1306, 808,2063, 549, # 2992 + 913,1371,2913,2914,6149,1466,1092,1174,1196,1311,2605,2396,1783,1796,3079, 406, # 3008 +2671,2117,3949,4649, 487,1825,2220,6150,2915, 448,2348,1073,6151,2397,1707, 130, # 3024 + 900,1598, 329, 176,1959,2527,1620,6152,2275,4336,3319,1983,2191,3705,3610,2155, # 3040 +3706,1912,1513,1614,6153,1988, 646, 392,2304,1589,3320,3039,1826,1239,1352,1340, # 3056 +2916, 505,2567,1709,1437,2408,2547, 906,6154,2672, 384,1458,1594,1100,1329, 710, # 3072 + 423,3531,2064,2231,2622,1989,2673,1087,1882, 333, 841,3005,1296,2882,2379, 580, # 3088 +1937,1827,1293,2585, 601, 574, 249,1772,4118,2079,1120, 645, 901,1176,1690, 795, # 3104 +2207, 478,1434, 516,1190,1530, 761,2080, 930,1264, 355, 435,1552, 644,1791, 987, # 3120 + 220,1364,1163,1121,1538, 306,2169,1327,1222, 546,2645, 218, 241, 610,1704,3321, # 3136 +1984,1839,1966,2528, 451,6155,2586,3707,2568, 907,3178, 254,2947, 186,1845,4650, # 3152 + 745, 432,1757, 428,1633, 888,2246,2221,2489,3611,2118,1258,1265, 956,3127,1784, # 3168 +4337,2490, 319, 510, 119, 457,3612, 274,2035,2007,4651,1409,3128, 970,2758, 590, # 3184 +2800, 661,2247,4652,2008,3950,1420,1549,3080,3322,3951,1651,1375,2111, 485,2491, # 3200 +1429,1156,6156,2548,2183,1495, 831,1840,2529,2446, 501,1657, 307,1894,3247,1341, # 3216 + 666, 899,2156,1539,2549,1559, 886, 349,2208,3081,2305,1736,3824,2170,2759,1014, # 3232 +1913,1386, 542,1397,2948, 490, 368, 716, 362, 159, 282,2569,1129,1658,1288,1750, # 3248 +2674, 276, 649,2016, 751,1496, 658,1818,1284,1862,2209,2087,2512,3451, 622,2834, # 3264 + 376, 117,1060,2053,1208,1721,1101,1443, 247,1250,3179,1792,3952,2760,2398,3953, # 3280 +6157,2144,3708, 446,2432,1151,2570,3452,2447,2761,2835,1210,2448,3082, 424,2222, # 3296 +1251,2449,2119,2836, 504,1581,4338, 602, 817, 857,3825,2349,2306, 357,3826,1470, # 3312 +1883,2883, 255, 958, 929,2917,3248, 302,4653,1050,1271,1751,2307,1952,1430,2697, # 3328 +2719,2359, 354,3180, 777, 158,2036,4339,1659,4340,4654,2308,2949,2248,1146,2232, # 3344 +3532,2720,1696,2623,3827,6158,3129,1550,2698,1485,1297,1428, 637, 931,2721,2145, # 3360 + 914,2550,2587, 81,2450, 612, 827,2646,1242,4655,1118,2884, 472,1855,3181,3533, # 3376 +3534, 569,1353,2699,1244,1758,2588,4119,2009,2762,2171,3709,1312,1531,6159,1152, # 3392 +1938, 134,1830, 471,3710,2276,1112,1535,3323,3453,3535, 982,1337,2950, 488, 826, # 3408 + 674,1058,1628,4120,2017, 522,2399, 211, 568,1367,3454, 350, 293,1872,1139,3249, # 3424 +1399,1946,3006,1300,2360,3324, 588, 736,6160,2606, 744, 669,3536,3828,6161,1358, # 3440 + 199, 723, 848, 933, 851,1939,1505,1514,1338,1618,1831,4656,1634,3613, 443,2740, # 3456 +3829, 717,1947, 491,1914,6162,2551,1542,4121,1025,6163,1099,1223, 198,3040,2722, # 3472 + 370, 410,1905,2589, 998,1248,3182,2380, 519,1449,4122,1710, 947, 928,1153,4341, # 3488 +2277, 344,2624,1511, 615, 105, 161,1212,1076,1960,3130,2054,1926,1175,1906,2473, # 3504 + 414,1873,2801,6164,2309, 315,1319,3325, 318,2018,2146,2157, 963, 631, 223,4342, # 3520 +4343,2675, 479,3711,1197,2625,3712,2676,2361,6165,4344,4123,6166,2451,3183,1886, # 3536 +2184,1674,1330,1711,1635,1506, 799, 219,3250,3083,3954,1677,3713,3326,2081,3614, # 3552 +1652,2073,4657,1147,3041,1752, 643,1961, 147,1974,3955,6167,1716,2037, 918,3007, # 3568 +1994, 120,1537, 118, 609,3184,4345, 740,3455,1219, 332,1615,3830,6168,1621,2980, # 3584 +1582, 783, 212, 553,2350,3714,1349,2433,2082,4124, 889,6169,2310,1275,1410, 973, # 3600 + 166,1320,3456,1797,1215,3185,2885,1846,2590,2763,4658, 629, 822,3008, 763, 940, # 3616 +1990,2862, 439,2409,1566,1240,1622, 926,1282,1907,2764, 654,2210,1607, 327,1130, # 3632 +3956,1678,1623,6170,2434,2192, 686, 608,3831,3715, 903,3957,3042,6171,2741,1522, # 3648 +1915,1105,1555,2552,1359, 323,3251,4346,3457, 738,1354,2553,2311,2334,1828,2003, # 3664 +3832,1753,2351,1227,6172,1887,4125,1478,6173,2410,1874,1712,1847, 520,1204,2607, # 3680 + 264,4659, 836,2677,2102, 600,4660,3833,2278,3084,6174,4347,3615,1342, 640, 532, # 3696 + 543,2608,1888,2400,2591,1009,4348,1497, 341,1737,3616,2723,1394, 529,3252,1321, # 3712 + 983,4661,1515,2120, 971,2592, 924, 287,1662,3186,4349,2700,4350,1519, 908,1948, # 3728 +2452, 156, 796,1629,1486,2223,2055, 694,4126,1259,1036,3392,1213,2249,2742,1889, # 3744 +1230,3958,1015, 910, 408, 559,3617,4662, 746, 725, 935,4663,3959,3009,1289, 563, # 3760 + 867,4664,3960,1567,2981,2038,2626, 988,2263,2381,4351, 143,2374, 704,1895,6175, # 3776 +1188,3716,2088, 673,3085,2362,4352, 484,1608,1921,2765,2918, 215, 904,3618,3537, # 3792 + 894, 509, 976,3043,2701,3961,4353,2837,2982, 498,6176,6177,1102,3538,1332,3393, # 3808 +1487,1636,1637, 233, 245,3962, 383, 650, 995,3044, 460,1520,1206,2352, 749,3327, # 3824 + 530, 700, 389,1438,1560,1773,3963,2264, 719,2951,2724,3834, 870,1832,1644,1000, # 3840 + 839,2474,3717, 197,1630,3394, 365,2886,3964,1285,2133, 734, 922, 818,1106, 732, # 3856 + 480,2083,1774,3458, 923,2279,1350, 221,3086, 85,2233,2234,3835,1585,3010,2147, # 3872 +1387,1705,2382,1619,2475, 133, 239,2802,1991,1016,2084,2383, 411,2838,1113, 651, # 3888 +1985,1160,3328, 990,1863,3087,1048,1276,2647, 265,2627,1599,3253,2056, 150, 638, # 3904 +2019, 656, 853, 326,1479, 680,1439,4354,1001,1759, 413,3459,3395,2492,1431, 459, # 3920 +4355,1125,3329,2265,1953,1450,2065,2863, 849, 351,2678,3131,3254,3255,1104,1577, # 3936 + 227,1351,1645,2453,2193,1421,2887, 812,2121, 634, 95,2435, 201,2312,4665,1646, # 3952 +1671,2743,1601,2554,2702,2648,2280,1315,1366,2089,3132,1573,3718,3965,1729,1189, # 3968 + 328,2679,1077,1940,1136, 558,1283, 964,1195, 621,2074,1199,1743,3460,3619,1896, # 3984 +1916,1890,3836,2952,1154,2112,1064, 862, 378,3011,2066,2113,2803,1568,2839,6178, # 4000 +3088,2919,1941,1660,2004,1992,2194, 142, 707,1590,1708,1624,1922,1023,1836,1233, # 4016 +1004,2313, 789, 741,3620,6179,1609,2411,1200,4127,3719,3720,4666,2057,3721, 593, # 4032 +2840, 367,2920,1878,6180,3461,1521, 628,1168, 692,2211,2649, 300, 720,2067,2571, # 4048 +2953,3396, 959,2504,3966,3539,3462,1977, 701,6181, 954,1043, 800, 681, 183,3722, # 4064 +1803,1730,3540,4128,2103, 815,2314, 174, 467, 230,2454,1093,2134, 755,3541,3397, # 4080 +1141,1162,6182,1738,2039, 270,3256,2513,1005,1647,2185,3837, 858,1679,1897,1719, # 4096 +2954,2324,1806, 402, 670, 167,4129,1498,2158,2104, 750,6183, 915, 189,1680,1551, # 4112 + 455,4356,1501,2455, 405,1095,2955, 338,1586,1266,1819, 570, 641,1324, 237,1556, # 4128 +2650,1388,3723,6184,1368,2384,1343,1978,3089,2436, 879,3724, 792,1191, 758,3012, # 4144 +1411,2135,1322,4357, 240,4667,1848,3725,1574,6185, 420,3045,1546,1391, 714,4358, # 4160 +1967, 941,1864, 863, 664, 426, 560,1731,2680,1785,2864,1949,2363, 403,3330,1415, # 4176 +1279,2136,1697,2335, 204, 721,2097,3838, 90,6186,2085,2505, 191,3967, 124,2148, # 4192 +1376,1798,1178,1107,1898,1405, 860,4359,1243,1272,2375,2983,1558,2456,1638, 113, # 4208 +3621, 578,1923,2609, 880, 386,4130, 784,2186,2266,1422,2956,2172,1722, 497, 263, # 4224 +2514,1267,2412,2610, 177,2703,3542, 774,1927,1344, 616,1432,1595,1018, 172,4360, # 4240 +2325, 911,4361, 438,1468,3622, 794,3968,2024,2173,1681,1829,2957, 945, 895,3090, # 4256 + 575,2212,2476, 475,2401,2681, 785,2744,1745,2293,2555,1975,3133,2865, 394,4668, # 4272 +3839, 635,4131, 639, 202,1507,2195,2766,1345,1435,2572,3726,1908,1184,1181,2457, # 4288 +3727,3134,4362, 843,2611, 437, 916,4669, 234, 769,1884,3046,3047,3623, 833,6187, # 4304 +1639,2250,2402,1355,1185,2010,2047, 999, 525,1732,1290,1488,2612, 948,1578,3728, # 4320 +2413,2477,1216,2725,2159, 334,3840,1328,3624,2921,1525,4132, 564,1056, 891,4363, # 4336 +1444,1698,2385,2251,3729,1365,2281,2235,1717,6188, 864,3841,2515, 444, 527,2767, # 4352 +2922,3625, 544, 461,6189, 566, 209,2437,3398,2098,1065,2068,3331,3626,3257,2137, # 4368 #last 512 +) +# fmt: on diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py new file mode 100644 index 0000000..c129699 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py @@ -0,0 +1,2382 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +# The frequency data itself is the same as euc-kr. +# This is just a mapping table to euc-kr. + +JOHAB_TO_EUCKR_ORDER_TABLE = { + 0x8861: 0, + 0x8862: 1, + 0x8865: 2, + 0x8868: 3, + 0x8869: 4, + 0x886A: 5, + 0x886B: 6, + 0x8871: 7, + 0x8873: 8, + 0x8874: 9, + 0x8875: 10, + 0x8876: 11, + 0x8877: 12, + 0x8878: 13, + 0x8879: 14, + 0x887B: 15, + 0x887C: 16, + 0x887D: 17, + 0x8881: 18, + 0x8882: 19, + 0x8885: 20, + 0x8889: 21, + 0x8891: 22, + 0x8893: 23, + 0x8895: 24, + 0x8896: 25, + 0x8897: 26, + 0x88A1: 27, + 0x88A2: 28, + 0x88A5: 29, + 0x88A9: 30, + 0x88B5: 31, + 0x88B7: 32, + 0x88C1: 33, + 0x88C5: 34, + 0x88C9: 35, + 0x88E1: 36, + 0x88E2: 37, + 0x88E5: 38, + 0x88E8: 39, + 0x88E9: 40, + 0x88EB: 41, + 0x88F1: 42, + 0x88F3: 43, + 0x88F5: 44, + 0x88F6: 45, + 0x88F7: 46, + 0x88F8: 47, + 0x88FB: 48, + 0x88FC: 49, + 0x88FD: 50, + 0x8941: 51, + 0x8945: 52, + 0x8949: 53, + 0x8951: 54, + 0x8953: 55, + 0x8955: 56, + 0x8956: 57, + 0x8957: 58, + 0x8961: 59, + 0x8962: 60, + 0x8963: 61, + 0x8965: 62, + 0x8968: 63, + 0x8969: 64, + 0x8971: 65, + 0x8973: 66, + 0x8975: 67, + 0x8976: 68, + 0x8977: 69, + 0x897B: 70, + 0x8981: 71, + 0x8985: 72, + 0x8989: 73, + 0x8993: 74, + 0x8995: 75, + 0x89A1: 76, + 0x89A2: 77, + 0x89A5: 78, + 0x89A8: 79, + 0x89A9: 80, + 0x89AB: 81, + 0x89AD: 82, + 0x89B0: 83, + 0x89B1: 84, + 0x89B3: 85, + 0x89B5: 86, + 0x89B7: 87, + 0x89B8: 88, + 0x89C1: 89, + 0x89C2: 90, + 0x89C5: 91, + 0x89C9: 92, + 0x89CB: 93, + 0x89D1: 94, + 0x89D3: 95, + 0x89D5: 96, + 0x89D7: 97, + 0x89E1: 98, + 0x89E5: 99, + 0x89E9: 100, + 0x89F3: 101, + 0x89F6: 102, + 0x89F7: 103, + 0x8A41: 104, + 0x8A42: 105, + 0x8A45: 106, + 0x8A49: 107, + 0x8A51: 108, + 0x8A53: 109, + 0x8A55: 110, + 0x8A57: 111, + 0x8A61: 112, + 0x8A65: 113, + 0x8A69: 114, + 0x8A73: 115, + 0x8A75: 116, + 0x8A81: 117, + 0x8A82: 118, + 0x8A85: 119, + 0x8A88: 120, + 0x8A89: 121, + 0x8A8A: 122, + 0x8A8B: 123, + 0x8A90: 124, + 0x8A91: 125, + 0x8A93: 126, + 0x8A95: 127, + 0x8A97: 128, + 0x8A98: 129, + 0x8AA1: 130, + 0x8AA2: 131, + 0x8AA5: 132, + 0x8AA9: 133, + 0x8AB6: 134, + 0x8AB7: 135, + 0x8AC1: 136, + 0x8AD5: 137, + 0x8AE1: 138, + 0x8AE2: 139, + 0x8AE5: 140, + 0x8AE9: 141, + 0x8AF1: 142, + 0x8AF3: 143, + 0x8AF5: 144, + 0x8B41: 145, + 0x8B45: 146, + 0x8B49: 147, + 0x8B61: 148, + 0x8B62: 149, + 0x8B65: 150, + 0x8B68: 151, + 0x8B69: 152, + 0x8B6A: 153, + 0x8B71: 154, + 0x8B73: 155, + 0x8B75: 156, + 0x8B77: 157, + 0x8B81: 158, + 0x8BA1: 159, + 0x8BA2: 160, + 0x8BA5: 161, + 0x8BA8: 162, + 0x8BA9: 163, + 0x8BAB: 164, + 0x8BB1: 165, + 0x8BB3: 166, + 0x8BB5: 167, + 0x8BB7: 168, + 0x8BB8: 169, + 0x8BBC: 170, + 0x8C61: 171, + 0x8C62: 172, + 0x8C63: 173, + 0x8C65: 174, + 0x8C69: 175, + 0x8C6B: 176, + 0x8C71: 177, + 0x8C73: 178, + 0x8C75: 179, + 0x8C76: 180, + 0x8C77: 181, + 0x8C7B: 182, + 0x8C81: 183, + 0x8C82: 184, + 0x8C85: 185, + 0x8C89: 186, + 0x8C91: 187, + 0x8C93: 188, + 0x8C95: 189, + 0x8C96: 190, + 0x8C97: 191, + 0x8CA1: 192, + 0x8CA2: 193, + 0x8CA9: 194, + 0x8CE1: 195, + 0x8CE2: 196, + 0x8CE3: 197, + 0x8CE5: 198, + 0x8CE9: 199, + 0x8CF1: 200, + 0x8CF3: 201, + 0x8CF5: 202, + 0x8CF6: 203, + 0x8CF7: 204, + 0x8D41: 205, + 0x8D42: 206, + 0x8D45: 207, + 0x8D51: 208, + 0x8D55: 209, + 0x8D57: 210, + 0x8D61: 211, + 0x8D65: 212, + 0x8D69: 213, + 0x8D75: 214, + 0x8D76: 215, + 0x8D7B: 216, + 0x8D81: 217, + 0x8DA1: 218, + 0x8DA2: 219, + 0x8DA5: 220, + 0x8DA7: 221, + 0x8DA9: 222, + 0x8DB1: 223, + 0x8DB3: 224, + 0x8DB5: 225, + 0x8DB7: 226, + 0x8DB8: 227, + 0x8DB9: 228, + 0x8DC1: 229, + 0x8DC2: 230, + 0x8DC9: 231, + 0x8DD6: 232, + 0x8DD7: 233, + 0x8DE1: 234, + 0x8DE2: 235, + 0x8DF7: 236, + 0x8E41: 237, + 0x8E45: 238, + 0x8E49: 239, + 0x8E51: 240, + 0x8E53: 241, + 0x8E57: 242, + 0x8E61: 243, + 0x8E81: 244, + 0x8E82: 245, + 0x8E85: 246, + 0x8E89: 247, + 0x8E90: 248, + 0x8E91: 249, + 0x8E93: 250, + 0x8E95: 251, + 0x8E97: 252, + 0x8E98: 253, + 0x8EA1: 254, + 0x8EA9: 255, + 0x8EB6: 256, + 0x8EB7: 257, + 0x8EC1: 258, + 0x8EC2: 259, + 0x8EC5: 260, + 0x8EC9: 261, + 0x8ED1: 262, + 0x8ED3: 263, + 0x8ED6: 264, + 0x8EE1: 265, + 0x8EE5: 266, + 0x8EE9: 267, + 0x8EF1: 268, + 0x8EF3: 269, + 0x8F41: 270, + 0x8F61: 271, + 0x8F62: 272, + 0x8F65: 273, + 0x8F67: 274, + 0x8F69: 275, + 0x8F6B: 276, + 0x8F70: 277, + 0x8F71: 278, + 0x8F73: 279, + 0x8F75: 280, + 0x8F77: 281, + 0x8F7B: 282, + 0x8FA1: 283, + 0x8FA2: 284, + 0x8FA5: 285, + 0x8FA9: 286, + 0x8FB1: 287, + 0x8FB3: 288, + 0x8FB5: 289, + 0x8FB7: 290, + 0x9061: 291, + 0x9062: 292, + 0x9063: 293, + 0x9065: 294, + 0x9068: 295, + 0x9069: 296, + 0x906A: 297, + 0x906B: 298, + 0x9071: 299, + 0x9073: 300, + 0x9075: 301, + 0x9076: 302, + 0x9077: 303, + 0x9078: 304, + 0x9079: 305, + 0x907B: 306, + 0x907D: 307, + 0x9081: 308, + 0x9082: 309, + 0x9085: 310, + 0x9089: 311, + 0x9091: 312, + 0x9093: 313, + 0x9095: 314, + 0x9096: 315, + 0x9097: 316, + 0x90A1: 317, + 0x90A2: 318, + 0x90A5: 319, + 0x90A9: 320, + 0x90B1: 321, + 0x90B7: 322, + 0x90E1: 323, + 0x90E2: 324, + 0x90E4: 325, + 0x90E5: 326, + 0x90E9: 327, + 0x90EB: 328, + 0x90EC: 329, + 0x90F1: 330, + 0x90F3: 331, + 0x90F5: 332, + 0x90F6: 333, + 0x90F7: 334, + 0x90FD: 335, + 0x9141: 336, + 0x9142: 337, + 0x9145: 338, + 0x9149: 339, + 0x9151: 340, + 0x9153: 341, + 0x9155: 342, + 0x9156: 343, + 0x9157: 344, + 0x9161: 345, + 0x9162: 346, + 0x9165: 347, + 0x9169: 348, + 0x9171: 349, + 0x9173: 350, + 0x9176: 351, + 0x9177: 352, + 0x917A: 353, + 0x9181: 354, + 0x9185: 355, + 0x91A1: 356, + 0x91A2: 357, + 0x91A5: 358, + 0x91A9: 359, + 0x91AB: 360, + 0x91B1: 361, + 0x91B3: 362, + 0x91B5: 363, + 0x91B7: 364, + 0x91BC: 365, + 0x91BD: 366, + 0x91C1: 367, + 0x91C5: 368, + 0x91C9: 369, + 0x91D6: 370, + 0x9241: 371, + 0x9245: 372, + 0x9249: 373, + 0x9251: 374, + 0x9253: 375, + 0x9255: 376, + 0x9261: 377, + 0x9262: 378, + 0x9265: 379, + 0x9269: 380, + 0x9273: 381, + 0x9275: 382, + 0x9277: 383, + 0x9281: 384, + 0x9282: 385, + 0x9285: 386, + 0x9288: 387, + 0x9289: 388, + 0x9291: 389, + 0x9293: 390, + 0x9295: 391, + 0x9297: 392, + 0x92A1: 393, + 0x92B6: 394, + 0x92C1: 395, + 0x92E1: 396, + 0x92E5: 397, + 0x92E9: 398, + 0x92F1: 399, + 0x92F3: 400, + 0x9341: 401, + 0x9342: 402, + 0x9349: 403, + 0x9351: 404, + 0x9353: 405, + 0x9357: 406, + 0x9361: 407, + 0x9362: 408, + 0x9365: 409, + 0x9369: 410, + 0x936A: 411, + 0x936B: 412, + 0x9371: 413, + 0x9373: 414, + 0x9375: 415, + 0x9377: 416, + 0x9378: 417, + 0x937C: 418, + 0x9381: 419, + 0x9385: 420, + 0x9389: 421, + 0x93A1: 422, + 0x93A2: 423, + 0x93A5: 424, + 0x93A9: 425, + 0x93AB: 426, + 0x93B1: 427, + 0x93B3: 428, + 0x93B5: 429, + 0x93B7: 430, + 0x93BC: 431, + 0x9461: 432, + 0x9462: 433, + 0x9463: 434, + 0x9465: 435, + 0x9468: 436, + 0x9469: 437, + 0x946A: 438, + 0x946B: 439, + 0x946C: 440, + 0x9470: 441, + 0x9471: 442, + 0x9473: 443, + 0x9475: 444, + 0x9476: 445, + 0x9477: 446, + 0x9478: 447, + 0x9479: 448, + 0x947D: 449, + 0x9481: 450, + 0x9482: 451, + 0x9485: 452, + 0x9489: 453, + 0x9491: 454, + 0x9493: 455, + 0x9495: 456, + 0x9496: 457, + 0x9497: 458, + 0x94A1: 459, + 0x94E1: 460, + 0x94E2: 461, + 0x94E3: 462, + 0x94E5: 463, + 0x94E8: 464, + 0x94E9: 465, + 0x94EB: 466, + 0x94EC: 467, + 0x94F1: 468, + 0x94F3: 469, + 0x94F5: 470, + 0x94F7: 471, + 0x94F9: 472, + 0x94FC: 473, + 0x9541: 474, + 0x9542: 475, + 0x9545: 476, + 0x9549: 477, + 0x9551: 478, + 0x9553: 479, + 0x9555: 480, + 0x9556: 481, + 0x9557: 482, + 0x9561: 483, + 0x9565: 484, + 0x9569: 485, + 0x9576: 486, + 0x9577: 487, + 0x9581: 488, + 0x9585: 489, + 0x95A1: 490, + 0x95A2: 491, + 0x95A5: 492, + 0x95A8: 493, + 0x95A9: 494, + 0x95AB: 495, + 0x95AD: 496, + 0x95B1: 497, + 0x95B3: 498, + 0x95B5: 499, + 0x95B7: 500, + 0x95B9: 501, + 0x95BB: 502, + 0x95C1: 503, + 0x95C5: 504, + 0x95C9: 505, + 0x95E1: 506, + 0x95F6: 507, + 0x9641: 508, + 0x9645: 509, + 0x9649: 510, + 0x9651: 511, + 0x9653: 512, + 0x9655: 513, + 0x9661: 514, + 0x9681: 515, + 0x9682: 516, + 0x9685: 517, + 0x9689: 518, + 0x9691: 519, + 0x9693: 520, + 0x9695: 521, + 0x9697: 522, + 0x96A1: 523, + 0x96B6: 524, + 0x96C1: 525, + 0x96D7: 526, + 0x96E1: 527, + 0x96E5: 528, + 0x96E9: 529, + 0x96F3: 530, + 0x96F5: 531, + 0x96F7: 532, + 0x9741: 533, + 0x9745: 534, + 0x9749: 535, + 0x9751: 536, + 0x9757: 537, + 0x9761: 538, + 0x9762: 539, + 0x9765: 540, + 0x9768: 541, + 0x9769: 542, + 0x976B: 543, + 0x9771: 544, + 0x9773: 545, + 0x9775: 546, + 0x9777: 547, + 0x9781: 548, + 0x97A1: 549, + 0x97A2: 550, + 0x97A5: 551, + 0x97A8: 552, + 0x97A9: 553, + 0x97B1: 554, + 0x97B3: 555, + 0x97B5: 556, + 0x97B6: 557, + 0x97B7: 558, + 0x97B8: 559, + 0x9861: 560, + 0x9862: 561, + 0x9865: 562, + 0x9869: 563, + 0x9871: 564, + 0x9873: 565, + 0x9875: 566, + 0x9876: 567, + 0x9877: 568, + 0x987D: 569, + 0x9881: 570, + 0x9882: 571, + 0x9885: 572, + 0x9889: 573, + 0x9891: 574, + 0x9893: 575, + 0x9895: 576, + 0x9896: 577, + 0x9897: 578, + 0x98E1: 579, + 0x98E2: 580, + 0x98E5: 581, + 0x98E9: 582, + 0x98EB: 583, + 0x98EC: 584, + 0x98F1: 585, + 0x98F3: 586, + 0x98F5: 587, + 0x98F6: 588, + 0x98F7: 589, + 0x98FD: 590, + 0x9941: 591, + 0x9942: 592, + 0x9945: 593, + 0x9949: 594, + 0x9951: 595, + 0x9953: 596, + 0x9955: 597, + 0x9956: 598, + 0x9957: 599, + 0x9961: 600, + 0x9976: 601, + 0x99A1: 602, + 0x99A2: 603, + 0x99A5: 604, + 0x99A9: 605, + 0x99B7: 606, + 0x99C1: 607, + 0x99C9: 608, + 0x99E1: 609, + 0x9A41: 610, + 0x9A45: 611, + 0x9A81: 612, + 0x9A82: 613, + 0x9A85: 614, + 0x9A89: 615, + 0x9A90: 616, + 0x9A91: 617, + 0x9A97: 618, + 0x9AC1: 619, + 0x9AE1: 620, + 0x9AE5: 621, + 0x9AE9: 622, + 0x9AF1: 623, + 0x9AF3: 624, + 0x9AF7: 625, + 0x9B61: 626, + 0x9B62: 627, + 0x9B65: 628, + 0x9B68: 629, + 0x9B69: 630, + 0x9B71: 631, + 0x9B73: 632, + 0x9B75: 633, + 0x9B81: 634, + 0x9B85: 635, + 0x9B89: 636, + 0x9B91: 637, + 0x9B93: 638, + 0x9BA1: 639, + 0x9BA5: 640, + 0x9BA9: 641, + 0x9BB1: 642, + 0x9BB3: 643, + 0x9BB5: 644, + 0x9BB7: 645, + 0x9C61: 646, + 0x9C62: 647, + 0x9C65: 648, + 0x9C69: 649, + 0x9C71: 650, + 0x9C73: 651, + 0x9C75: 652, + 0x9C76: 653, + 0x9C77: 654, + 0x9C78: 655, + 0x9C7C: 656, + 0x9C7D: 657, + 0x9C81: 658, + 0x9C82: 659, + 0x9C85: 660, + 0x9C89: 661, + 0x9C91: 662, + 0x9C93: 663, + 0x9C95: 664, + 0x9C96: 665, + 0x9C97: 666, + 0x9CA1: 667, + 0x9CA2: 668, + 0x9CA5: 669, + 0x9CB5: 670, + 0x9CB7: 671, + 0x9CE1: 672, + 0x9CE2: 673, + 0x9CE5: 674, + 0x9CE9: 675, + 0x9CF1: 676, + 0x9CF3: 677, + 0x9CF5: 678, + 0x9CF6: 679, + 0x9CF7: 680, + 0x9CFD: 681, + 0x9D41: 682, + 0x9D42: 683, + 0x9D45: 684, + 0x9D49: 685, + 0x9D51: 686, + 0x9D53: 687, + 0x9D55: 688, + 0x9D57: 689, + 0x9D61: 690, + 0x9D62: 691, + 0x9D65: 692, + 0x9D69: 693, + 0x9D71: 694, + 0x9D73: 695, + 0x9D75: 696, + 0x9D76: 697, + 0x9D77: 698, + 0x9D81: 699, + 0x9D85: 700, + 0x9D93: 701, + 0x9D95: 702, + 0x9DA1: 703, + 0x9DA2: 704, + 0x9DA5: 705, + 0x9DA9: 706, + 0x9DB1: 707, + 0x9DB3: 708, + 0x9DB5: 709, + 0x9DB7: 710, + 0x9DC1: 711, + 0x9DC5: 712, + 0x9DD7: 713, + 0x9DF6: 714, + 0x9E41: 715, + 0x9E45: 716, + 0x9E49: 717, + 0x9E51: 718, + 0x9E53: 719, + 0x9E55: 720, + 0x9E57: 721, + 0x9E61: 722, + 0x9E65: 723, + 0x9E69: 724, + 0x9E73: 725, + 0x9E75: 726, + 0x9E77: 727, + 0x9E81: 728, + 0x9E82: 729, + 0x9E85: 730, + 0x9E89: 731, + 0x9E91: 732, + 0x9E93: 733, + 0x9E95: 734, + 0x9E97: 735, + 0x9EA1: 736, + 0x9EB6: 737, + 0x9EC1: 738, + 0x9EE1: 739, + 0x9EE2: 740, + 0x9EE5: 741, + 0x9EE9: 742, + 0x9EF1: 743, + 0x9EF5: 744, + 0x9EF7: 745, + 0x9F41: 746, + 0x9F42: 747, + 0x9F45: 748, + 0x9F49: 749, + 0x9F51: 750, + 0x9F53: 751, + 0x9F55: 752, + 0x9F57: 753, + 0x9F61: 754, + 0x9F62: 755, + 0x9F65: 756, + 0x9F69: 757, + 0x9F71: 758, + 0x9F73: 759, + 0x9F75: 760, + 0x9F77: 761, + 0x9F78: 762, + 0x9F7B: 763, + 0x9F7C: 764, + 0x9FA1: 765, + 0x9FA2: 766, + 0x9FA5: 767, + 0x9FA9: 768, + 0x9FB1: 769, + 0x9FB3: 770, + 0x9FB5: 771, + 0x9FB7: 772, + 0xA061: 773, + 0xA062: 774, + 0xA065: 775, + 0xA067: 776, + 0xA068: 777, + 0xA069: 778, + 0xA06A: 779, + 0xA06B: 780, + 0xA071: 781, + 0xA073: 782, + 0xA075: 783, + 0xA077: 784, + 0xA078: 785, + 0xA07B: 786, + 0xA07D: 787, + 0xA081: 788, + 0xA082: 789, + 0xA085: 790, + 0xA089: 791, + 0xA091: 792, + 0xA093: 793, + 0xA095: 794, + 0xA096: 795, + 0xA097: 796, + 0xA098: 797, + 0xA0A1: 798, + 0xA0A2: 799, + 0xA0A9: 800, + 0xA0B7: 801, + 0xA0E1: 802, + 0xA0E2: 803, + 0xA0E5: 804, + 0xA0E9: 805, + 0xA0EB: 806, + 0xA0F1: 807, + 0xA0F3: 808, + 0xA0F5: 809, + 0xA0F7: 810, + 0xA0F8: 811, + 0xA0FD: 812, + 0xA141: 813, + 0xA142: 814, + 0xA145: 815, + 0xA149: 816, + 0xA151: 817, + 0xA153: 818, + 0xA155: 819, + 0xA156: 820, + 0xA157: 821, + 0xA161: 822, + 0xA162: 823, + 0xA165: 824, + 0xA169: 825, + 0xA175: 826, + 0xA176: 827, + 0xA177: 828, + 0xA179: 829, + 0xA181: 830, + 0xA1A1: 831, + 0xA1A2: 832, + 0xA1A4: 833, + 0xA1A5: 834, + 0xA1A9: 835, + 0xA1AB: 836, + 0xA1B1: 837, + 0xA1B3: 838, + 0xA1B5: 839, + 0xA1B7: 840, + 0xA1C1: 841, + 0xA1C5: 842, + 0xA1D6: 843, + 0xA1D7: 844, + 0xA241: 845, + 0xA245: 846, + 0xA249: 847, + 0xA253: 848, + 0xA255: 849, + 0xA257: 850, + 0xA261: 851, + 0xA265: 852, + 0xA269: 853, + 0xA273: 854, + 0xA275: 855, + 0xA281: 856, + 0xA282: 857, + 0xA283: 858, + 0xA285: 859, + 0xA288: 860, + 0xA289: 861, + 0xA28A: 862, + 0xA28B: 863, + 0xA291: 864, + 0xA293: 865, + 0xA295: 866, + 0xA297: 867, + 0xA29B: 868, + 0xA29D: 869, + 0xA2A1: 870, + 0xA2A5: 871, + 0xA2A9: 872, + 0xA2B3: 873, + 0xA2B5: 874, + 0xA2C1: 875, + 0xA2E1: 876, + 0xA2E5: 877, + 0xA2E9: 878, + 0xA341: 879, + 0xA345: 880, + 0xA349: 881, + 0xA351: 882, + 0xA355: 883, + 0xA361: 884, + 0xA365: 885, + 0xA369: 886, + 0xA371: 887, + 0xA375: 888, + 0xA3A1: 889, + 0xA3A2: 890, + 0xA3A5: 891, + 0xA3A8: 892, + 0xA3A9: 893, + 0xA3AB: 894, + 0xA3B1: 895, + 0xA3B3: 896, + 0xA3B5: 897, + 0xA3B6: 898, + 0xA3B7: 899, + 0xA3B9: 900, + 0xA3BB: 901, + 0xA461: 902, + 0xA462: 903, + 0xA463: 904, + 0xA464: 905, + 0xA465: 906, + 0xA468: 907, + 0xA469: 908, + 0xA46A: 909, + 0xA46B: 910, + 0xA46C: 911, + 0xA471: 912, + 0xA473: 913, + 0xA475: 914, + 0xA477: 915, + 0xA47B: 916, + 0xA481: 917, + 0xA482: 918, + 0xA485: 919, + 0xA489: 920, + 0xA491: 921, + 0xA493: 922, + 0xA495: 923, + 0xA496: 924, + 0xA497: 925, + 0xA49B: 926, + 0xA4A1: 927, + 0xA4A2: 928, + 0xA4A5: 929, + 0xA4B3: 930, + 0xA4E1: 931, + 0xA4E2: 932, + 0xA4E5: 933, + 0xA4E8: 934, + 0xA4E9: 935, + 0xA4EB: 936, + 0xA4F1: 937, + 0xA4F3: 938, + 0xA4F5: 939, + 0xA4F7: 940, + 0xA4F8: 941, + 0xA541: 942, + 0xA542: 943, + 0xA545: 944, + 0xA548: 945, + 0xA549: 946, + 0xA551: 947, + 0xA553: 948, + 0xA555: 949, + 0xA556: 950, + 0xA557: 951, + 0xA561: 952, + 0xA562: 953, + 0xA565: 954, + 0xA569: 955, + 0xA573: 956, + 0xA575: 957, + 0xA576: 958, + 0xA577: 959, + 0xA57B: 960, + 0xA581: 961, + 0xA585: 962, + 0xA5A1: 963, + 0xA5A2: 964, + 0xA5A3: 965, + 0xA5A5: 966, + 0xA5A9: 967, + 0xA5B1: 968, + 0xA5B3: 969, + 0xA5B5: 970, + 0xA5B7: 971, + 0xA5C1: 972, + 0xA5C5: 973, + 0xA5D6: 974, + 0xA5E1: 975, + 0xA5F6: 976, + 0xA641: 977, + 0xA642: 978, + 0xA645: 979, + 0xA649: 980, + 0xA651: 981, + 0xA653: 982, + 0xA661: 983, + 0xA665: 984, + 0xA681: 985, + 0xA682: 986, + 0xA685: 987, + 0xA688: 988, + 0xA689: 989, + 0xA68A: 990, + 0xA68B: 991, + 0xA691: 992, + 0xA693: 993, + 0xA695: 994, + 0xA697: 995, + 0xA69B: 996, + 0xA69C: 997, + 0xA6A1: 998, + 0xA6A9: 999, + 0xA6B6: 1000, + 0xA6C1: 1001, + 0xA6E1: 1002, + 0xA6E2: 1003, + 0xA6E5: 1004, + 0xA6E9: 1005, + 0xA6F7: 1006, + 0xA741: 1007, + 0xA745: 1008, + 0xA749: 1009, + 0xA751: 1010, + 0xA755: 1011, + 0xA757: 1012, + 0xA761: 1013, + 0xA762: 1014, + 0xA765: 1015, + 0xA769: 1016, + 0xA771: 1017, + 0xA773: 1018, + 0xA775: 1019, + 0xA7A1: 1020, + 0xA7A2: 1021, + 0xA7A5: 1022, + 0xA7A9: 1023, + 0xA7AB: 1024, + 0xA7B1: 1025, + 0xA7B3: 1026, + 0xA7B5: 1027, + 0xA7B7: 1028, + 0xA7B8: 1029, + 0xA7B9: 1030, + 0xA861: 1031, + 0xA862: 1032, + 0xA865: 1033, + 0xA869: 1034, + 0xA86B: 1035, + 0xA871: 1036, + 0xA873: 1037, + 0xA875: 1038, + 0xA876: 1039, + 0xA877: 1040, + 0xA87D: 1041, + 0xA881: 1042, + 0xA882: 1043, + 0xA885: 1044, + 0xA889: 1045, + 0xA891: 1046, + 0xA893: 1047, + 0xA895: 1048, + 0xA896: 1049, + 0xA897: 1050, + 0xA8A1: 1051, + 0xA8A2: 1052, + 0xA8B1: 1053, + 0xA8E1: 1054, + 0xA8E2: 1055, + 0xA8E5: 1056, + 0xA8E8: 1057, + 0xA8E9: 1058, + 0xA8F1: 1059, + 0xA8F5: 1060, + 0xA8F6: 1061, + 0xA8F7: 1062, + 0xA941: 1063, + 0xA957: 1064, + 0xA961: 1065, + 0xA962: 1066, + 0xA971: 1067, + 0xA973: 1068, + 0xA975: 1069, + 0xA976: 1070, + 0xA977: 1071, + 0xA9A1: 1072, + 0xA9A2: 1073, + 0xA9A5: 1074, + 0xA9A9: 1075, + 0xA9B1: 1076, + 0xA9B3: 1077, + 0xA9B7: 1078, + 0xAA41: 1079, + 0xAA61: 1080, + 0xAA77: 1081, + 0xAA81: 1082, + 0xAA82: 1083, + 0xAA85: 1084, + 0xAA89: 1085, + 0xAA91: 1086, + 0xAA95: 1087, + 0xAA97: 1088, + 0xAB41: 1089, + 0xAB57: 1090, + 0xAB61: 1091, + 0xAB65: 1092, + 0xAB69: 1093, + 0xAB71: 1094, + 0xAB73: 1095, + 0xABA1: 1096, + 0xABA2: 1097, + 0xABA5: 1098, + 0xABA9: 1099, + 0xABB1: 1100, + 0xABB3: 1101, + 0xABB5: 1102, + 0xABB7: 1103, + 0xAC61: 1104, + 0xAC62: 1105, + 0xAC64: 1106, + 0xAC65: 1107, + 0xAC68: 1108, + 0xAC69: 1109, + 0xAC6A: 1110, + 0xAC6B: 1111, + 0xAC71: 1112, + 0xAC73: 1113, + 0xAC75: 1114, + 0xAC76: 1115, + 0xAC77: 1116, + 0xAC7B: 1117, + 0xAC81: 1118, + 0xAC82: 1119, + 0xAC85: 1120, + 0xAC89: 1121, + 0xAC91: 1122, + 0xAC93: 1123, + 0xAC95: 1124, + 0xAC96: 1125, + 0xAC97: 1126, + 0xACA1: 1127, + 0xACA2: 1128, + 0xACA5: 1129, + 0xACA9: 1130, + 0xACB1: 1131, + 0xACB3: 1132, + 0xACB5: 1133, + 0xACB7: 1134, + 0xACC1: 1135, + 0xACC5: 1136, + 0xACC9: 1137, + 0xACD1: 1138, + 0xACD7: 1139, + 0xACE1: 1140, + 0xACE2: 1141, + 0xACE3: 1142, + 0xACE4: 1143, + 0xACE5: 1144, + 0xACE8: 1145, + 0xACE9: 1146, + 0xACEB: 1147, + 0xACEC: 1148, + 0xACF1: 1149, + 0xACF3: 1150, + 0xACF5: 1151, + 0xACF6: 1152, + 0xACF7: 1153, + 0xACFC: 1154, + 0xAD41: 1155, + 0xAD42: 1156, + 0xAD45: 1157, + 0xAD49: 1158, + 0xAD51: 1159, + 0xAD53: 1160, + 0xAD55: 1161, + 0xAD56: 1162, + 0xAD57: 1163, + 0xAD61: 1164, + 0xAD62: 1165, + 0xAD65: 1166, + 0xAD69: 1167, + 0xAD71: 1168, + 0xAD73: 1169, + 0xAD75: 1170, + 0xAD76: 1171, + 0xAD77: 1172, + 0xAD81: 1173, + 0xAD85: 1174, + 0xAD89: 1175, + 0xAD97: 1176, + 0xADA1: 1177, + 0xADA2: 1178, + 0xADA3: 1179, + 0xADA5: 1180, + 0xADA9: 1181, + 0xADAB: 1182, + 0xADB1: 1183, + 0xADB3: 1184, + 0xADB5: 1185, + 0xADB7: 1186, + 0xADBB: 1187, + 0xADC1: 1188, + 0xADC2: 1189, + 0xADC5: 1190, + 0xADC9: 1191, + 0xADD7: 1192, + 0xADE1: 1193, + 0xADE5: 1194, + 0xADE9: 1195, + 0xADF1: 1196, + 0xADF5: 1197, + 0xADF6: 1198, + 0xAE41: 1199, + 0xAE45: 1200, + 0xAE49: 1201, + 0xAE51: 1202, + 0xAE53: 1203, + 0xAE55: 1204, + 0xAE61: 1205, + 0xAE62: 1206, + 0xAE65: 1207, + 0xAE69: 1208, + 0xAE71: 1209, + 0xAE73: 1210, + 0xAE75: 1211, + 0xAE77: 1212, + 0xAE81: 1213, + 0xAE82: 1214, + 0xAE85: 1215, + 0xAE88: 1216, + 0xAE89: 1217, + 0xAE91: 1218, + 0xAE93: 1219, + 0xAE95: 1220, + 0xAE97: 1221, + 0xAE99: 1222, + 0xAE9B: 1223, + 0xAE9C: 1224, + 0xAEA1: 1225, + 0xAEB6: 1226, + 0xAEC1: 1227, + 0xAEC2: 1228, + 0xAEC5: 1229, + 0xAEC9: 1230, + 0xAED1: 1231, + 0xAED7: 1232, + 0xAEE1: 1233, + 0xAEE2: 1234, + 0xAEE5: 1235, + 0xAEE9: 1236, + 0xAEF1: 1237, + 0xAEF3: 1238, + 0xAEF5: 1239, + 0xAEF7: 1240, + 0xAF41: 1241, + 0xAF42: 1242, + 0xAF49: 1243, + 0xAF51: 1244, + 0xAF55: 1245, + 0xAF57: 1246, + 0xAF61: 1247, + 0xAF62: 1248, + 0xAF65: 1249, + 0xAF69: 1250, + 0xAF6A: 1251, + 0xAF71: 1252, + 0xAF73: 1253, + 0xAF75: 1254, + 0xAF77: 1255, + 0xAFA1: 1256, + 0xAFA2: 1257, + 0xAFA5: 1258, + 0xAFA8: 1259, + 0xAFA9: 1260, + 0xAFB0: 1261, + 0xAFB1: 1262, + 0xAFB3: 1263, + 0xAFB5: 1264, + 0xAFB7: 1265, + 0xAFBC: 1266, + 0xB061: 1267, + 0xB062: 1268, + 0xB064: 1269, + 0xB065: 1270, + 0xB069: 1271, + 0xB071: 1272, + 0xB073: 1273, + 0xB076: 1274, + 0xB077: 1275, + 0xB07D: 1276, + 0xB081: 1277, + 0xB082: 1278, + 0xB085: 1279, + 0xB089: 1280, + 0xB091: 1281, + 0xB093: 1282, + 0xB096: 1283, + 0xB097: 1284, + 0xB0B7: 1285, + 0xB0E1: 1286, + 0xB0E2: 1287, + 0xB0E5: 1288, + 0xB0E9: 1289, + 0xB0EB: 1290, + 0xB0F1: 1291, + 0xB0F3: 1292, + 0xB0F6: 1293, + 0xB0F7: 1294, + 0xB141: 1295, + 0xB145: 1296, + 0xB149: 1297, + 0xB185: 1298, + 0xB1A1: 1299, + 0xB1A2: 1300, + 0xB1A5: 1301, + 0xB1A8: 1302, + 0xB1A9: 1303, + 0xB1AB: 1304, + 0xB1B1: 1305, + 0xB1B3: 1306, + 0xB1B7: 1307, + 0xB1C1: 1308, + 0xB1C2: 1309, + 0xB1C5: 1310, + 0xB1D6: 1311, + 0xB1E1: 1312, + 0xB1F6: 1313, + 0xB241: 1314, + 0xB245: 1315, + 0xB249: 1316, + 0xB251: 1317, + 0xB253: 1318, + 0xB261: 1319, + 0xB281: 1320, + 0xB282: 1321, + 0xB285: 1322, + 0xB289: 1323, + 0xB291: 1324, + 0xB293: 1325, + 0xB297: 1326, + 0xB2A1: 1327, + 0xB2B6: 1328, + 0xB2C1: 1329, + 0xB2E1: 1330, + 0xB2E5: 1331, + 0xB357: 1332, + 0xB361: 1333, + 0xB362: 1334, + 0xB365: 1335, + 0xB369: 1336, + 0xB36B: 1337, + 0xB370: 1338, + 0xB371: 1339, + 0xB373: 1340, + 0xB381: 1341, + 0xB385: 1342, + 0xB389: 1343, + 0xB391: 1344, + 0xB3A1: 1345, + 0xB3A2: 1346, + 0xB3A5: 1347, + 0xB3A9: 1348, + 0xB3B1: 1349, + 0xB3B3: 1350, + 0xB3B5: 1351, + 0xB3B7: 1352, + 0xB461: 1353, + 0xB462: 1354, + 0xB465: 1355, + 0xB466: 1356, + 0xB467: 1357, + 0xB469: 1358, + 0xB46A: 1359, + 0xB46B: 1360, + 0xB470: 1361, + 0xB471: 1362, + 0xB473: 1363, + 0xB475: 1364, + 0xB476: 1365, + 0xB477: 1366, + 0xB47B: 1367, + 0xB47C: 1368, + 0xB481: 1369, + 0xB482: 1370, + 0xB485: 1371, + 0xB489: 1372, + 0xB491: 1373, + 0xB493: 1374, + 0xB495: 1375, + 0xB496: 1376, + 0xB497: 1377, + 0xB4A1: 1378, + 0xB4A2: 1379, + 0xB4A5: 1380, + 0xB4A9: 1381, + 0xB4AC: 1382, + 0xB4B1: 1383, + 0xB4B3: 1384, + 0xB4B5: 1385, + 0xB4B7: 1386, + 0xB4BB: 1387, + 0xB4BD: 1388, + 0xB4C1: 1389, + 0xB4C5: 1390, + 0xB4C9: 1391, + 0xB4D3: 1392, + 0xB4E1: 1393, + 0xB4E2: 1394, + 0xB4E5: 1395, + 0xB4E6: 1396, + 0xB4E8: 1397, + 0xB4E9: 1398, + 0xB4EA: 1399, + 0xB4EB: 1400, + 0xB4F1: 1401, + 0xB4F3: 1402, + 0xB4F4: 1403, + 0xB4F5: 1404, + 0xB4F6: 1405, + 0xB4F7: 1406, + 0xB4F8: 1407, + 0xB4FA: 1408, + 0xB4FC: 1409, + 0xB541: 1410, + 0xB542: 1411, + 0xB545: 1412, + 0xB549: 1413, + 0xB551: 1414, + 0xB553: 1415, + 0xB555: 1416, + 0xB557: 1417, + 0xB561: 1418, + 0xB562: 1419, + 0xB563: 1420, + 0xB565: 1421, + 0xB569: 1422, + 0xB56B: 1423, + 0xB56C: 1424, + 0xB571: 1425, + 0xB573: 1426, + 0xB574: 1427, + 0xB575: 1428, + 0xB576: 1429, + 0xB577: 1430, + 0xB57B: 1431, + 0xB57C: 1432, + 0xB57D: 1433, + 0xB581: 1434, + 0xB585: 1435, + 0xB589: 1436, + 0xB591: 1437, + 0xB593: 1438, + 0xB595: 1439, + 0xB596: 1440, + 0xB5A1: 1441, + 0xB5A2: 1442, + 0xB5A5: 1443, + 0xB5A9: 1444, + 0xB5AA: 1445, + 0xB5AB: 1446, + 0xB5AD: 1447, + 0xB5B0: 1448, + 0xB5B1: 1449, + 0xB5B3: 1450, + 0xB5B5: 1451, + 0xB5B7: 1452, + 0xB5B9: 1453, + 0xB5C1: 1454, + 0xB5C2: 1455, + 0xB5C5: 1456, + 0xB5C9: 1457, + 0xB5D1: 1458, + 0xB5D3: 1459, + 0xB5D5: 1460, + 0xB5D6: 1461, + 0xB5D7: 1462, + 0xB5E1: 1463, + 0xB5E2: 1464, + 0xB5E5: 1465, + 0xB5F1: 1466, + 0xB5F5: 1467, + 0xB5F7: 1468, + 0xB641: 1469, + 0xB642: 1470, + 0xB645: 1471, + 0xB649: 1472, + 0xB651: 1473, + 0xB653: 1474, + 0xB655: 1475, + 0xB657: 1476, + 0xB661: 1477, + 0xB662: 1478, + 0xB665: 1479, + 0xB669: 1480, + 0xB671: 1481, + 0xB673: 1482, + 0xB675: 1483, + 0xB677: 1484, + 0xB681: 1485, + 0xB682: 1486, + 0xB685: 1487, + 0xB689: 1488, + 0xB68A: 1489, + 0xB68B: 1490, + 0xB691: 1491, + 0xB693: 1492, + 0xB695: 1493, + 0xB697: 1494, + 0xB6A1: 1495, + 0xB6A2: 1496, + 0xB6A5: 1497, + 0xB6A9: 1498, + 0xB6B1: 1499, + 0xB6B3: 1500, + 0xB6B6: 1501, + 0xB6B7: 1502, + 0xB6C1: 1503, + 0xB6C2: 1504, + 0xB6C5: 1505, + 0xB6C9: 1506, + 0xB6D1: 1507, + 0xB6D3: 1508, + 0xB6D7: 1509, + 0xB6E1: 1510, + 0xB6E2: 1511, + 0xB6E5: 1512, + 0xB6E9: 1513, + 0xB6F1: 1514, + 0xB6F3: 1515, + 0xB6F5: 1516, + 0xB6F7: 1517, + 0xB741: 1518, + 0xB742: 1519, + 0xB745: 1520, + 0xB749: 1521, + 0xB751: 1522, + 0xB753: 1523, + 0xB755: 1524, + 0xB757: 1525, + 0xB759: 1526, + 0xB761: 1527, + 0xB762: 1528, + 0xB765: 1529, + 0xB769: 1530, + 0xB76F: 1531, + 0xB771: 1532, + 0xB773: 1533, + 0xB775: 1534, + 0xB777: 1535, + 0xB778: 1536, + 0xB779: 1537, + 0xB77A: 1538, + 0xB77B: 1539, + 0xB77C: 1540, + 0xB77D: 1541, + 0xB781: 1542, + 0xB785: 1543, + 0xB789: 1544, + 0xB791: 1545, + 0xB795: 1546, + 0xB7A1: 1547, + 0xB7A2: 1548, + 0xB7A5: 1549, + 0xB7A9: 1550, + 0xB7AA: 1551, + 0xB7AB: 1552, + 0xB7B0: 1553, + 0xB7B1: 1554, + 0xB7B3: 1555, + 0xB7B5: 1556, + 0xB7B6: 1557, + 0xB7B7: 1558, + 0xB7B8: 1559, + 0xB7BC: 1560, + 0xB861: 1561, + 0xB862: 1562, + 0xB865: 1563, + 0xB867: 1564, + 0xB868: 1565, + 0xB869: 1566, + 0xB86B: 1567, + 0xB871: 1568, + 0xB873: 1569, + 0xB875: 1570, + 0xB876: 1571, + 0xB877: 1572, + 0xB878: 1573, + 0xB881: 1574, + 0xB882: 1575, + 0xB885: 1576, + 0xB889: 1577, + 0xB891: 1578, + 0xB893: 1579, + 0xB895: 1580, + 0xB896: 1581, + 0xB897: 1582, + 0xB8A1: 1583, + 0xB8A2: 1584, + 0xB8A5: 1585, + 0xB8A7: 1586, + 0xB8A9: 1587, + 0xB8B1: 1588, + 0xB8B7: 1589, + 0xB8C1: 1590, + 0xB8C5: 1591, + 0xB8C9: 1592, + 0xB8E1: 1593, + 0xB8E2: 1594, + 0xB8E5: 1595, + 0xB8E9: 1596, + 0xB8EB: 1597, + 0xB8F1: 1598, + 0xB8F3: 1599, + 0xB8F5: 1600, + 0xB8F7: 1601, + 0xB8F8: 1602, + 0xB941: 1603, + 0xB942: 1604, + 0xB945: 1605, + 0xB949: 1606, + 0xB951: 1607, + 0xB953: 1608, + 0xB955: 1609, + 0xB957: 1610, + 0xB961: 1611, + 0xB965: 1612, + 0xB969: 1613, + 0xB971: 1614, + 0xB973: 1615, + 0xB976: 1616, + 0xB977: 1617, + 0xB981: 1618, + 0xB9A1: 1619, + 0xB9A2: 1620, + 0xB9A5: 1621, + 0xB9A9: 1622, + 0xB9AB: 1623, + 0xB9B1: 1624, + 0xB9B3: 1625, + 0xB9B5: 1626, + 0xB9B7: 1627, + 0xB9B8: 1628, + 0xB9B9: 1629, + 0xB9BD: 1630, + 0xB9C1: 1631, + 0xB9C2: 1632, + 0xB9C9: 1633, + 0xB9D3: 1634, + 0xB9D5: 1635, + 0xB9D7: 1636, + 0xB9E1: 1637, + 0xB9F6: 1638, + 0xB9F7: 1639, + 0xBA41: 1640, + 0xBA45: 1641, + 0xBA49: 1642, + 0xBA51: 1643, + 0xBA53: 1644, + 0xBA55: 1645, + 0xBA57: 1646, + 0xBA61: 1647, + 0xBA62: 1648, + 0xBA65: 1649, + 0xBA77: 1650, + 0xBA81: 1651, + 0xBA82: 1652, + 0xBA85: 1653, + 0xBA89: 1654, + 0xBA8A: 1655, + 0xBA8B: 1656, + 0xBA91: 1657, + 0xBA93: 1658, + 0xBA95: 1659, + 0xBA97: 1660, + 0xBAA1: 1661, + 0xBAB6: 1662, + 0xBAC1: 1663, + 0xBAE1: 1664, + 0xBAE2: 1665, + 0xBAE5: 1666, + 0xBAE9: 1667, + 0xBAF1: 1668, + 0xBAF3: 1669, + 0xBAF5: 1670, + 0xBB41: 1671, + 0xBB45: 1672, + 0xBB49: 1673, + 0xBB51: 1674, + 0xBB61: 1675, + 0xBB62: 1676, + 0xBB65: 1677, + 0xBB69: 1678, + 0xBB71: 1679, + 0xBB73: 1680, + 0xBB75: 1681, + 0xBB77: 1682, + 0xBBA1: 1683, + 0xBBA2: 1684, + 0xBBA5: 1685, + 0xBBA8: 1686, + 0xBBA9: 1687, + 0xBBAB: 1688, + 0xBBB1: 1689, + 0xBBB3: 1690, + 0xBBB5: 1691, + 0xBBB7: 1692, + 0xBBB8: 1693, + 0xBBBB: 1694, + 0xBBBC: 1695, + 0xBC61: 1696, + 0xBC62: 1697, + 0xBC65: 1698, + 0xBC67: 1699, + 0xBC69: 1700, + 0xBC6C: 1701, + 0xBC71: 1702, + 0xBC73: 1703, + 0xBC75: 1704, + 0xBC76: 1705, + 0xBC77: 1706, + 0xBC81: 1707, + 0xBC82: 1708, + 0xBC85: 1709, + 0xBC89: 1710, + 0xBC91: 1711, + 0xBC93: 1712, + 0xBC95: 1713, + 0xBC96: 1714, + 0xBC97: 1715, + 0xBCA1: 1716, + 0xBCA5: 1717, + 0xBCB7: 1718, + 0xBCE1: 1719, + 0xBCE2: 1720, + 0xBCE5: 1721, + 0xBCE9: 1722, + 0xBCF1: 1723, + 0xBCF3: 1724, + 0xBCF5: 1725, + 0xBCF6: 1726, + 0xBCF7: 1727, + 0xBD41: 1728, + 0xBD57: 1729, + 0xBD61: 1730, + 0xBD76: 1731, + 0xBDA1: 1732, + 0xBDA2: 1733, + 0xBDA5: 1734, + 0xBDA9: 1735, + 0xBDB1: 1736, + 0xBDB3: 1737, + 0xBDB5: 1738, + 0xBDB7: 1739, + 0xBDB9: 1740, + 0xBDC1: 1741, + 0xBDC2: 1742, + 0xBDC9: 1743, + 0xBDD6: 1744, + 0xBDE1: 1745, + 0xBDF6: 1746, + 0xBE41: 1747, + 0xBE45: 1748, + 0xBE49: 1749, + 0xBE51: 1750, + 0xBE53: 1751, + 0xBE77: 1752, + 0xBE81: 1753, + 0xBE82: 1754, + 0xBE85: 1755, + 0xBE89: 1756, + 0xBE91: 1757, + 0xBE93: 1758, + 0xBE97: 1759, + 0xBEA1: 1760, + 0xBEB6: 1761, + 0xBEB7: 1762, + 0xBEE1: 1763, + 0xBF41: 1764, + 0xBF61: 1765, + 0xBF71: 1766, + 0xBF75: 1767, + 0xBF77: 1768, + 0xBFA1: 1769, + 0xBFA2: 1770, + 0xBFA5: 1771, + 0xBFA9: 1772, + 0xBFB1: 1773, + 0xBFB3: 1774, + 0xBFB7: 1775, + 0xBFB8: 1776, + 0xBFBD: 1777, + 0xC061: 1778, + 0xC062: 1779, + 0xC065: 1780, + 0xC067: 1781, + 0xC069: 1782, + 0xC071: 1783, + 0xC073: 1784, + 0xC075: 1785, + 0xC076: 1786, + 0xC077: 1787, + 0xC078: 1788, + 0xC081: 1789, + 0xC082: 1790, + 0xC085: 1791, + 0xC089: 1792, + 0xC091: 1793, + 0xC093: 1794, + 0xC095: 1795, + 0xC096: 1796, + 0xC097: 1797, + 0xC0A1: 1798, + 0xC0A5: 1799, + 0xC0A7: 1800, + 0xC0A9: 1801, + 0xC0B1: 1802, + 0xC0B7: 1803, + 0xC0E1: 1804, + 0xC0E2: 1805, + 0xC0E5: 1806, + 0xC0E9: 1807, + 0xC0F1: 1808, + 0xC0F3: 1809, + 0xC0F5: 1810, + 0xC0F6: 1811, + 0xC0F7: 1812, + 0xC141: 1813, + 0xC142: 1814, + 0xC145: 1815, + 0xC149: 1816, + 0xC151: 1817, + 0xC153: 1818, + 0xC155: 1819, + 0xC157: 1820, + 0xC161: 1821, + 0xC165: 1822, + 0xC176: 1823, + 0xC181: 1824, + 0xC185: 1825, + 0xC197: 1826, + 0xC1A1: 1827, + 0xC1A2: 1828, + 0xC1A5: 1829, + 0xC1A9: 1830, + 0xC1B1: 1831, + 0xC1B3: 1832, + 0xC1B5: 1833, + 0xC1B7: 1834, + 0xC1C1: 1835, + 0xC1C5: 1836, + 0xC1C9: 1837, + 0xC1D7: 1838, + 0xC241: 1839, + 0xC245: 1840, + 0xC249: 1841, + 0xC251: 1842, + 0xC253: 1843, + 0xC255: 1844, + 0xC257: 1845, + 0xC261: 1846, + 0xC271: 1847, + 0xC281: 1848, + 0xC282: 1849, + 0xC285: 1850, + 0xC289: 1851, + 0xC291: 1852, + 0xC293: 1853, + 0xC295: 1854, + 0xC297: 1855, + 0xC2A1: 1856, + 0xC2B6: 1857, + 0xC2C1: 1858, + 0xC2C5: 1859, + 0xC2E1: 1860, + 0xC2E5: 1861, + 0xC2E9: 1862, + 0xC2F1: 1863, + 0xC2F3: 1864, + 0xC2F5: 1865, + 0xC2F7: 1866, + 0xC341: 1867, + 0xC345: 1868, + 0xC349: 1869, + 0xC351: 1870, + 0xC357: 1871, + 0xC361: 1872, + 0xC362: 1873, + 0xC365: 1874, + 0xC369: 1875, + 0xC371: 1876, + 0xC373: 1877, + 0xC375: 1878, + 0xC377: 1879, + 0xC3A1: 1880, + 0xC3A2: 1881, + 0xC3A5: 1882, + 0xC3A8: 1883, + 0xC3A9: 1884, + 0xC3AA: 1885, + 0xC3B1: 1886, + 0xC3B3: 1887, + 0xC3B5: 1888, + 0xC3B7: 1889, + 0xC461: 1890, + 0xC462: 1891, + 0xC465: 1892, + 0xC469: 1893, + 0xC471: 1894, + 0xC473: 1895, + 0xC475: 1896, + 0xC477: 1897, + 0xC481: 1898, + 0xC482: 1899, + 0xC485: 1900, + 0xC489: 1901, + 0xC491: 1902, + 0xC493: 1903, + 0xC495: 1904, + 0xC496: 1905, + 0xC497: 1906, + 0xC4A1: 1907, + 0xC4A2: 1908, + 0xC4B7: 1909, + 0xC4E1: 1910, + 0xC4E2: 1911, + 0xC4E5: 1912, + 0xC4E8: 1913, + 0xC4E9: 1914, + 0xC4F1: 1915, + 0xC4F3: 1916, + 0xC4F5: 1917, + 0xC4F6: 1918, + 0xC4F7: 1919, + 0xC541: 1920, + 0xC542: 1921, + 0xC545: 1922, + 0xC549: 1923, + 0xC551: 1924, + 0xC553: 1925, + 0xC555: 1926, + 0xC557: 1927, + 0xC561: 1928, + 0xC565: 1929, + 0xC569: 1930, + 0xC571: 1931, + 0xC573: 1932, + 0xC575: 1933, + 0xC576: 1934, + 0xC577: 1935, + 0xC581: 1936, + 0xC5A1: 1937, + 0xC5A2: 1938, + 0xC5A5: 1939, + 0xC5A9: 1940, + 0xC5B1: 1941, + 0xC5B3: 1942, + 0xC5B5: 1943, + 0xC5B7: 1944, + 0xC5C1: 1945, + 0xC5C2: 1946, + 0xC5C5: 1947, + 0xC5C9: 1948, + 0xC5D1: 1949, + 0xC5D7: 1950, + 0xC5E1: 1951, + 0xC5F7: 1952, + 0xC641: 1953, + 0xC649: 1954, + 0xC661: 1955, + 0xC681: 1956, + 0xC682: 1957, + 0xC685: 1958, + 0xC689: 1959, + 0xC691: 1960, + 0xC693: 1961, + 0xC695: 1962, + 0xC697: 1963, + 0xC6A1: 1964, + 0xC6A5: 1965, + 0xC6A9: 1966, + 0xC6B7: 1967, + 0xC6C1: 1968, + 0xC6D7: 1969, + 0xC6E1: 1970, + 0xC6E2: 1971, + 0xC6E5: 1972, + 0xC6E9: 1973, + 0xC6F1: 1974, + 0xC6F3: 1975, + 0xC6F5: 1976, + 0xC6F7: 1977, + 0xC741: 1978, + 0xC745: 1979, + 0xC749: 1980, + 0xC751: 1981, + 0xC761: 1982, + 0xC762: 1983, + 0xC765: 1984, + 0xC769: 1985, + 0xC771: 1986, + 0xC773: 1987, + 0xC777: 1988, + 0xC7A1: 1989, + 0xC7A2: 1990, + 0xC7A5: 1991, + 0xC7A9: 1992, + 0xC7B1: 1993, + 0xC7B3: 1994, + 0xC7B5: 1995, + 0xC7B7: 1996, + 0xC861: 1997, + 0xC862: 1998, + 0xC865: 1999, + 0xC869: 2000, + 0xC86A: 2001, + 0xC871: 2002, + 0xC873: 2003, + 0xC875: 2004, + 0xC876: 2005, + 0xC877: 2006, + 0xC881: 2007, + 0xC882: 2008, + 0xC885: 2009, + 0xC889: 2010, + 0xC891: 2011, + 0xC893: 2012, + 0xC895: 2013, + 0xC896: 2014, + 0xC897: 2015, + 0xC8A1: 2016, + 0xC8B7: 2017, + 0xC8E1: 2018, + 0xC8E2: 2019, + 0xC8E5: 2020, + 0xC8E9: 2021, + 0xC8EB: 2022, + 0xC8F1: 2023, + 0xC8F3: 2024, + 0xC8F5: 2025, + 0xC8F6: 2026, + 0xC8F7: 2027, + 0xC941: 2028, + 0xC942: 2029, + 0xC945: 2030, + 0xC949: 2031, + 0xC951: 2032, + 0xC953: 2033, + 0xC955: 2034, + 0xC957: 2035, + 0xC961: 2036, + 0xC965: 2037, + 0xC976: 2038, + 0xC981: 2039, + 0xC985: 2040, + 0xC9A1: 2041, + 0xC9A2: 2042, + 0xC9A5: 2043, + 0xC9A9: 2044, + 0xC9B1: 2045, + 0xC9B3: 2046, + 0xC9B5: 2047, + 0xC9B7: 2048, + 0xC9BC: 2049, + 0xC9C1: 2050, + 0xC9C5: 2051, + 0xC9E1: 2052, + 0xCA41: 2053, + 0xCA45: 2054, + 0xCA55: 2055, + 0xCA57: 2056, + 0xCA61: 2057, + 0xCA81: 2058, + 0xCA82: 2059, + 0xCA85: 2060, + 0xCA89: 2061, + 0xCA91: 2062, + 0xCA93: 2063, + 0xCA95: 2064, + 0xCA97: 2065, + 0xCAA1: 2066, + 0xCAB6: 2067, + 0xCAC1: 2068, + 0xCAE1: 2069, + 0xCAE2: 2070, + 0xCAE5: 2071, + 0xCAE9: 2072, + 0xCAF1: 2073, + 0xCAF3: 2074, + 0xCAF7: 2075, + 0xCB41: 2076, + 0xCB45: 2077, + 0xCB49: 2078, + 0xCB51: 2079, + 0xCB57: 2080, + 0xCB61: 2081, + 0xCB62: 2082, + 0xCB65: 2083, + 0xCB68: 2084, + 0xCB69: 2085, + 0xCB6B: 2086, + 0xCB71: 2087, + 0xCB73: 2088, + 0xCB75: 2089, + 0xCB81: 2090, + 0xCB85: 2091, + 0xCB89: 2092, + 0xCB91: 2093, + 0xCB93: 2094, + 0xCBA1: 2095, + 0xCBA2: 2096, + 0xCBA5: 2097, + 0xCBA9: 2098, + 0xCBB1: 2099, + 0xCBB3: 2100, + 0xCBB5: 2101, + 0xCBB7: 2102, + 0xCC61: 2103, + 0xCC62: 2104, + 0xCC63: 2105, + 0xCC65: 2106, + 0xCC69: 2107, + 0xCC6B: 2108, + 0xCC71: 2109, + 0xCC73: 2110, + 0xCC75: 2111, + 0xCC76: 2112, + 0xCC77: 2113, + 0xCC7B: 2114, + 0xCC81: 2115, + 0xCC82: 2116, + 0xCC85: 2117, + 0xCC89: 2118, + 0xCC91: 2119, + 0xCC93: 2120, + 0xCC95: 2121, + 0xCC96: 2122, + 0xCC97: 2123, + 0xCCA1: 2124, + 0xCCA2: 2125, + 0xCCE1: 2126, + 0xCCE2: 2127, + 0xCCE5: 2128, + 0xCCE9: 2129, + 0xCCF1: 2130, + 0xCCF3: 2131, + 0xCCF5: 2132, + 0xCCF6: 2133, + 0xCCF7: 2134, + 0xCD41: 2135, + 0xCD42: 2136, + 0xCD45: 2137, + 0xCD49: 2138, + 0xCD51: 2139, + 0xCD53: 2140, + 0xCD55: 2141, + 0xCD57: 2142, + 0xCD61: 2143, + 0xCD65: 2144, + 0xCD69: 2145, + 0xCD71: 2146, + 0xCD73: 2147, + 0xCD76: 2148, + 0xCD77: 2149, + 0xCD81: 2150, + 0xCD89: 2151, + 0xCD93: 2152, + 0xCD95: 2153, + 0xCDA1: 2154, + 0xCDA2: 2155, + 0xCDA5: 2156, + 0xCDA9: 2157, + 0xCDB1: 2158, + 0xCDB3: 2159, + 0xCDB5: 2160, + 0xCDB7: 2161, + 0xCDC1: 2162, + 0xCDD7: 2163, + 0xCE41: 2164, + 0xCE45: 2165, + 0xCE61: 2166, + 0xCE65: 2167, + 0xCE69: 2168, + 0xCE73: 2169, + 0xCE75: 2170, + 0xCE81: 2171, + 0xCE82: 2172, + 0xCE85: 2173, + 0xCE88: 2174, + 0xCE89: 2175, + 0xCE8B: 2176, + 0xCE91: 2177, + 0xCE93: 2178, + 0xCE95: 2179, + 0xCE97: 2180, + 0xCEA1: 2181, + 0xCEB7: 2182, + 0xCEE1: 2183, + 0xCEE5: 2184, + 0xCEE9: 2185, + 0xCEF1: 2186, + 0xCEF5: 2187, + 0xCF41: 2188, + 0xCF45: 2189, + 0xCF49: 2190, + 0xCF51: 2191, + 0xCF55: 2192, + 0xCF57: 2193, + 0xCF61: 2194, + 0xCF65: 2195, + 0xCF69: 2196, + 0xCF71: 2197, + 0xCF73: 2198, + 0xCF75: 2199, + 0xCFA1: 2200, + 0xCFA2: 2201, + 0xCFA5: 2202, + 0xCFA9: 2203, + 0xCFB1: 2204, + 0xCFB3: 2205, + 0xCFB5: 2206, + 0xCFB7: 2207, + 0xD061: 2208, + 0xD062: 2209, + 0xD065: 2210, + 0xD069: 2211, + 0xD06E: 2212, + 0xD071: 2213, + 0xD073: 2214, + 0xD075: 2215, + 0xD077: 2216, + 0xD081: 2217, + 0xD082: 2218, + 0xD085: 2219, + 0xD089: 2220, + 0xD091: 2221, + 0xD093: 2222, + 0xD095: 2223, + 0xD096: 2224, + 0xD097: 2225, + 0xD0A1: 2226, + 0xD0B7: 2227, + 0xD0E1: 2228, + 0xD0E2: 2229, + 0xD0E5: 2230, + 0xD0E9: 2231, + 0xD0EB: 2232, + 0xD0F1: 2233, + 0xD0F3: 2234, + 0xD0F5: 2235, + 0xD0F7: 2236, + 0xD141: 2237, + 0xD142: 2238, + 0xD145: 2239, + 0xD149: 2240, + 0xD151: 2241, + 0xD153: 2242, + 0xD155: 2243, + 0xD157: 2244, + 0xD161: 2245, + 0xD162: 2246, + 0xD165: 2247, + 0xD169: 2248, + 0xD171: 2249, + 0xD173: 2250, + 0xD175: 2251, + 0xD176: 2252, + 0xD177: 2253, + 0xD181: 2254, + 0xD185: 2255, + 0xD189: 2256, + 0xD193: 2257, + 0xD1A1: 2258, + 0xD1A2: 2259, + 0xD1A5: 2260, + 0xD1A9: 2261, + 0xD1AE: 2262, + 0xD1B1: 2263, + 0xD1B3: 2264, + 0xD1B5: 2265, + 0xD1B7: 2266, + 0xD1BB: 2267, + 0xD1C1: 2268, + 0xD1C2: 2269, + 0xD1C5: 2270, + 0xD1C9: 2271, + 0xD1D5: 2272, + 0xD1D7: 2273, + 0xD1E1: 2274, + 0xD1E2: 2275, + 0xD1E5: 2276, + 0xD1F5: 2277, + 0xD1F7: 2278, + 0xD241: 2279, + 0xD242: 2280, + 0xD245: 2281, + 0xD249: 2282, + 0xD253: 2283, + 0xD255: 2284, + 0xD257: 2285, + 0xD261: 2286, + 0xD265: 2287, + 0xD269: 2288, + 0xD273: 2289, + 0xD275: 2290, + 0xD281: 2291, + 0xD282: 2292, + 0xD285: 2293, + 0xD289: 2294, + 0xD28E: 2295, + 0xD291: 2296, + 0xD295: 2297, + 0xD297: 2298, + 0xD2A1: 2299, + 0xD2A5: 2300, + 0xD2A9: 2301, + 0xD2B1: 2302, + 0xD2B7: 2303, + 0xD2C1: 2304, + 0xD2C2: 2305, + 0xD2C5: 2306, + 0xD2C9: 2307, + 0xD2D7: 2308, + 0xD2E1: 2309, + 0xD2E2: 2310, + 0xD2E5: 2311, + 0xD2E9: 2312, + 0xD2F1: 2313, + 0xD2F3: 2314, + 0xD2F5: 2315, + 0xD2F7: 2316, + 0xD341: 2317, + 0xD342: 2318, + 0xD345: 2319, + 0xD349: 2320, + 0xD351: 2321, + 0xD355: 2322, + 0xD357: 2323, + 0xD361: 2324, + 0xD362: 2325, + 0xD365: 2326, + 0xD367: 2327, + 0xD368: 2328, + 0xD369: 2329, + 0xD36A: 2330, + 0xD371: 2331, + 0xD373: 2332, + 0xD375: 2333, + 0xD377: 2334, + 0xD37B: 2335, + 0xD381: 2336, + 0xD385: 2337, + 0xD389: 2338, + 0xD391: 2339, + 0xD393: 2340, + 0xD397: 2341, + 0xD3A1: 2342, + 0xD3A2: 2343, + 0xD3A5: 2344, + 0xD3A9: 2345, + 0xD3B1: 2346, + 0xD3B3: 2347, + 0xD3B5: 2348, + 0xD3B7: 2349, +} diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py new file mode 100644 index 0000000..d7364ba --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py @@ -0,0 +1,47 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .chardistribution import JOHABDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import JOHAB_SM_MODEL + + +class JOHABProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(JOHAB_SM_MODEL) + self.distribution_analyzer = JOHABDistributionAnalysis() + self.reset() + + @property + def charset_name(self) -> str: + return "Johab" + + @property + def language(self) -> str: + return "Korean" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py new file mode 100644 index 0000000..2f53bdd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py @@ -0,0 +1,238 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Communicator client code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Tuple, Union + +# This is hiragana 2-char sequence table, the number in each cell represents its frequency category +# fmt: off +jp2_char_context = ( + (0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1), + (2, 4, 0, 4, 0, 3, 0, 4, 0, 3, 4, 4, 4, 2, 4, 3, 3, 4, 3, 2, 3, 3, 4, 2, 3, 3, 3, 2, 4, 1, 4, 3, 3, 1, 5, 4, 3, 4, 3, 4, 3, 5, 3, 0, 3, 5, 4, 2, 0, 3, 1, 0, 3, 3, 0, 3, 3, 0, 1, 1, 0, 4, 3, 0, 3, 3, 0, 4, 0, 2, 0, 3, 5, 5, 5, 5, 4, 0, 4, 1, 0, 3, 4), + (0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 4, 4, 3, 5, 3, 5, 1, 5, 3, 4, 3, 4, 4, 3, 4, 3, 3, 4, 3, 5, 4, 4, 3, 5, 5, 3, 5, 5, 5, 3, 5, 5, 3, 4, 5, 5, 3, 1, 3, 2, 0, 3, 4, 0, 4, 2, 0, 4, 2, 1, 5, 3, 2, 3, 5, 0, 4, 0, 2, 0, 5, 4, 4, 5, 4, 5, 0, 4, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 5, 4, 3, 3, 3, 3, 4, 3, 5, 4, 4, 3, 5, 4, 4, 3, 4, 3, 4, 4, 4, 4, 5, 3, 4, 4, 3, 4, 5, 5, 4, 5, 5, 1, 4, 5, 4, 3, 0, 3, 3, 1, 3, 3, 0, 4, 4, 0, 3, 3, 1, 5, 3, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 0, 4, 1, 1, 3, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 4, 0, 3, 0, 3, 0, 4, 0, 3, 4, 4, 3, 2, 2, 1, 2, 1, 3, 1, 3, 3, 3, 3, 3, 4, 3, 1, 3, 3, 5, 3, 3, 0, 4, 3, 0, 5, 4, 3, 3, 5, 4, 4, 3, 4, 4, 5, 0, 1, 2, 0, 1, 2, 0, 2, 2, 0, 1, 0, 0, 5, 2, 2, 1, 4, 0, 3, 0, 1, 0, 4, 4, 3, 5, 4, 3, 0, 2, 1, 0, 4, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 5, 0, 4, 0, 2, 1, 4, 4, 2, 4, 1, 4, 2, 4, 2, 4, 3, 3, 3, 4, 3, 3, 3, 3, 1, 4, 2, 3, 3, 3, 1, 4, 4, 1, 1, 1, 4, 3, 3, 2, 0, 2, 4, 3, 2, 0, 3, 3, 0, 3, 1, 1, 0, 0, 0, 3, 3, 0, 4, 2, 2, 3, 4, 0, 4, 0, 3, 0, 4, 4, 5, 3, 4, 4, 0, 3, 0, 0, 1, 4), + (1, 4, 0, 4, 0, 4, 0, 4, 0, 3, 5, 4, 4, 3, 4, 3, 5, 4, 3, 3, 4, 3, 5, 4, 4, 4, 4, 3, 4, 2, 4, 3, 3, 1, 5, 4, 3, 2, 4, 5, 4, 5, 5, 4, 4, 5, 4, 4, 0, 3, 2, 2, 3, 3, 0, 4, 3, 1, 3, 2, 1, 4, 3, 3, 4, 5, 0, 3, 0, 2, 0, 4, 5, 5, 4, 5, 4, 0, 4, 0, 0, 5, 4), + (0, 5, 0, 5, 0, 4, 0, 3, 0, 4, 4, 3, 4, 3, 3, 3, 4, 0, 4, 4, 4, 3, 4, 3, 4, 3, 3, 1, 4, 2, 4, 3, 4, 0, 5, 4, 1, 4, 5, 4, 4, 5, 3, 2, 4, 3, 4, 3, 2, 4, 1, 3, 3, 3, 2, 3, 2, 0, 4, 3, 3, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 4, 3, 0, 4, 1, 0, 1, 3), + (0, 3, 1, 4, 0, 3, 0, 2, 0, 3, 4, 4, 3, 1, 4, 2, 3, 3, 4, 3, 4, 3, 4, 3, 4, 4, 3, 2, 3, 1, 5, 4, 4, 1, 4, 4, 3, 5, 4, 4, 3, 5, 5, 4, 3, 4, 4, 3, 1, 2, 3, 1, 2, 2, 0, 3, 2, 0, 3, 1, 0, 5, 3, 3, 3, 4, 3, 3, 3, 3, 4, 4, 4, 4, 5, 4, 2, 0, 3, 3, 2, 4, 3), + (0, 2, 0, 3, 0, 1, 0, 1, 0, 0, 3, 2, 0, 0, 2, 0, 1, 0, 2, 1, 3, 3, 3, 1, 2, 3, 1, 0, 1, 0, 4, 2, 1, 1, 3, 3, 0, 4, 3, 3, 1, 4, 3, 3, 0, 3, 3, 2, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 4, 1, 0, 2, 3, 2, 2, 2, 1, 3, 3, 3, 4, 4, 3, 2, 0, 3, 1, 0, 3, 3), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 4, 4, 4, 3, 3, 3, 3, 3, 3, 4, 3, 4, 2, 4, 3, 4, 3, 3, 2, 4, 3, 4, 5, 4, 1, 4, 5, 3, 5, 4, 5, 3, 5, 4, 0, 3, 5, 5, 3, 1, 3, 3, 2, 2, 3, 0, 3, 4, 1, 3, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 5, 4, 4, 5, 3, 0, 4, 1, 0, 3, 4), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 2, 2, 1, 0, 1, 0, 0, 0, 3, 0, 3, 0, 3, 0, 1, 3, 1, 0, 3, 1, 3, 3, 3, 1, 3, 3, 3, 0, 1, 3, 1, 3, 4, 0, 0, 3, 1, 1, 0, 3, 2, 0, 0, 0, 0, 1, 3, 0, 1, 0, 0, 3, 3, 2, 0, 3, 0, 0, 0, 0, 0, 3, 4, 3, 4, 3, 3, 0, 3, 0, 0, 2, 3), + (2, 3, 0, 3, 0, 2, 0, 1, 0, 3, 3, 4, 3, 1, 3, 1, 1, 1, 3, 1, 4, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 4, 3, 1, 4, 3, 2, 5, 5, 4, 4, 4, 4, 3, 3, 4, 4, 4, 0, 2, 1, 1, 3, 2, 0, 1, 2, 0, 0, 1, 0, 4, 1, 3, 3, 3, 0, 3, 0, 1, 0, 4, 4, 4, 5, 5, 3, 0, 2, 0, 0, 4, 4), + (0, 2, 0, 1, 0, 3, 1, 3, 0, 2, 3, 3, 3, 0, 3, 1, 0, 0, 3, 0, 3, 2, 3, 1, 3, 2, 1, 1, 0, 0, 4, 2, 1, 0, 2, 3, 1, 4, 3, 2, 0, 4, 4, 3, 1, 3, 1, 3, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 1, 1, 1, 2, 0, 3, 0, 0, 0, 3, 4, 2, 4, 3, 2, 0, 1, 0, 0, 3, 3), + (0, 1, 0, 4, 0, 5, 0, 4, 0, 2, 4, 4, 2, 3, 3, 2, 3, 3, 5, 3, 3, 3, 4, 3, 4, 2, 3, 0, 4, 3, 3, 3, 4, 1, 4, 3, 2, 1, 5, 5, 3, 4, 5, 1, 3, 5, 4, 2, 0, 3, 3, 0, 1, 3, 0, 4, 2, 0, 1, 3, 1, 4, 3, 3, 3, 3, 0, 3, 0, 1, 0, 3, 4, 4, 4, 5, 5, 0, 3, 0, 1, 4, 5), + (0, 2, 0, 3, 0, 3, 0, 0, 0, 2, 3, 1, 3, 0, 4, 0, 1, 1, 3, 0, 3, 4, 3, 2, 3, 1, 0, 3, 3, 2, 3, 1, 3, 0, 2, 3, 0, 2, 1, 4, 1, 2, 2, 0, 0, 3, 3, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 2, 2, 0, 3, 2, 1, 3, 3, 0, 2, 0, 2, 0, 0, 3, 3, 1, 2, 4, 0, 3, 0, 2, 2, 3), + (2, 4, 0, 5, 0, 4, 0, 4, 0, 2, 4, 4, 4, 3, 4, 3, 3, 3, 1, 2, 4, 3, 4, 3, 4, 4, 5, 0, 3, 3, 3, 3, 2, 0, 4, 3, 1, 4, 3, 4, 1, 4, 4, 3, 3, 4, 4, 3, 1, 2, 3, 0, 4, 2, 0, 4, 1, 0, 3, 3, 0, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 3, 5, 3, 4, 5, 2, 0, 3, 0, 0, 4, 5), + (0, 3, 0, 4, 0, 1, 0, 1, 0, 1, 3, 2, 2, 1, 3, 0, 3, 0, 2, 0, 2, 0, 3, 0, 2, 0, 0, 0, 1, 0, 1, 1, 0, 0, 3, 1, 0, 0, 0, 4, 0, 3, 1, 0, 2, 1, 3, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 4, 2, 2, 3, 1, 0, 3, 0, 0, 0, 1, 4, 4, 4, 3, 0, 0, 4, 0, 0, 1, 4), + (1, 4, 1, 5, 0, 3, 0, 3, 0, 4, 5, 4, 4, 3, 5, 3, 3, 4, 4, 3, 4, 1, 3, 3, 3, 3, 2, 1, 4, 1, 5, 4, 3, 1, 4, 4, 3, 5, 4, 4, 3, 5, 4, 3, 3, 4, 4, 4, 0, 3, 3, 1, 2, 3, 0, 3, 1, 0, 3, 3, 0, 5, 4, 4, 4, 4, 4, 4, 3, 3, 5, 4, 4, 3, 3, 5, 4, 0, 3, 2, 0, 4, 4), + (0, 2, 0, 3, 0, 1, 0, 0, 0, 1, 3, 3, 3, 2, 4, 1, 3, 0, 3, 1, 3, 0, 2, 2, 1, 1, 0, 0, 2, 0, 4, 3, 1, 0, 4, 3, 0, 4, 4, 4, 1, 4, 3, 1, 1, 3, 3, 1, 0, 2, 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0, 4, 3, 2, 4, 3, 5, 4, 3, 3, 3, 4, 3, 3, 4, 3, 3, 0, 2, 1, 0, 3, 3), + (0, 2, 0, 4, 0, 3, 0, 2, 0, 2, 5, 5, 3, 4, 4, 4, 4, 1, 4, 3, 3, 0, 4, 3, 4, 3, 1, 3, 3, 2, 4, 3, 0, 3, 4, 3, 0, 3, 4, 4, 2, 4, 4, 0, 4, 5, 3, 3, 2, 2, 1, 1, 1, 2, 0, 1, 5, 0, 3, 3, 2, 4, 3, 3, 3, 4, 0, 3, 0, 2, 0, 4, 4, 3, 5, 5, 0, 0, 3, 0, 2, 3, 3), + (0, 3, 0, 4, 0, 3, 0, 1, 0, 3, 4, 3, 3, 1, 3, 3, 3, 0, 3, 1, 3, 0, 4, 3, 3, 1, 1, 0, 3, 0, 3, 3, 0, 0, 4, 4, 0, 1, 5, 4, 3, 3, 5, 0, 3, 3, 4, 3, 0, 2, 0, 1, 1, 1, 0, 1, 3, 0, 1, 2, 1, 3, 3, 2, 3, 3, 0, 3, 0, 1, 0, 1, 3, 3, 4, 4, 1, 0, 1, 2, 2, 1, 3), + (0, 1, 0, 4, 0, 4, 0, 3, 0, 1, 3, 3, 3, 2, 3, 1, 1, 0, 3, 0, 3, 3, 4, 3, 2, 4, 2, 0, 1, 0, 4, 3, 2, 0, 4, 3, 0, 5, 3, 3, 2, 4, 4, 4, 3, 3, 3, 4, 0, 1, 3, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 4, 2, 3, 3, 3, 0, 3, 0, 0, 0, 4, 4, 4, 5, 3, 2, 0, 3, 3, 0, 3, 5), + (0, 2, 0, 3, 0, 0, 0, 3, 0, 1, 3, 0, 2, 0, 0, 0, 1, 0, 3, 1, 1, 3, 3, 0, 0, 3, 0, 0, 3, 0, 2, 3, 1, 0, 3, 1, 0, 3, 3, 2, 0, 4, 2, 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0, 1, 0, 1, 0, 0, 0, 1, 3, 1, 2, 0, 0, 0, 1, 0, 0, 1, 4), + (0, 3, 0, 3, 0, 5, 0, 1, 0, 2, 4, 3, 1, 3, 3, 2, 1, 1, 5, 2, 1, 0, 5, 1, 2, 0, 0, 0, 3, 3, 2, 2, 3, 2, 4, 3, 0, 0, 3, 3, 1, 3, 3, 0, 2, 5, 3, 4, 0, 3, 3, 0, 1, 2, 0, 2, 2, 0, 3, 2, 0, 2, 2, 3, 3, 3, 0, 2, 0, 1, 0, 3, 4, 4, 2, 5, 4, 0, 3, 0, 0, 3, 5), + (0, 3, 0, 3, 0, 3, 0, 1, 0, 3, 3, 3, 3, 0, 3, 0, 2, 0, 2, 1, 1, 0, 2, 0, 1, 0, 0, 0, 2, 1, 0, 0, 1, 0, 3, 2, 0, 0, 3, 3, 1, 2, 3, 1, 0, 3, 3, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 3, 1, 2, 3, 0, 3, 0, 1, 0, 3, 2, 1, 0, 4, 3, 0, 1, 1, 0, 3, 3), + (0, 4, 0, 5, 0, 3, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 4, 3, 5, 3, 3, 2, 5, 3, 4, 4, 4, 3, 4, 3, 4, 5, 5, 3, 4, 4, 3, 4, 4, 5, 4, 4, 4, 3, 4, 5, 5, 4, 2, 3, 4, 2, 3, 4, 0, 3, 3, 1, 4, 3, 2, 4, 3, 3, 5, 5, 0, 3, 0, 3, 0, 5, 5, 5, 5, 4, 4, 0, 4, 0, 1, 4, 4), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 5, 4, 4, 2, 3, 2, 5, 1, 3, 2, 5, 1, 4, 2, 3, 2, 3, 3, 4, 3, 3, 3, 3, 2, 5, 4, 1, 3, 3, 5, 3, 4, 4, 0, 4, 4, 3, 1, 1, 3, 1, 0, 2, 3, 0, 2, 3, 0, 3, 0, 0, 4, 3, 1, 3, 4, 0, 3, 0, 2, 0, 4, 4, 4, 3, 4, 5, 0, 4, 0, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 1, 2, 0, 3, 4, 4, 3, 3, 3, 0, 2, 2, 4, 3, 3, 1, 3, 3, 3, 1, 1, 0, 3, 1, 4, 3, 2, 3, 4, 4, 2, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 3, 1, 3, 3, 1, 3, 3, 0, 4, 1, 0, 2, 2, 1, 4, 3, 2, 3, 3, 5, 4, 3, 3, 5, 4, 4, 3, 3, 0, 4, 0, 3, 2, 2, 4, 4), + (0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1, 3, 0, 0, 0, 0, 0, 2, 0, 1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 1, 0, 1, 1, 3, 1, 0, 0, 0, 1, 1, 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 2, 0, 3, 4, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1), + (0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 4, 1, 4, 0, 3, 0, 4, 0, 3, 0, 4, 0, 3, 0, 3, 0, 4, 1, 5, 1, 4, 0, 0, 3, 0, 5, 0, 5, 2, 0, 1, 0, 0, 0, 2, 1, 4, 0, 1, 3, 0, 0, 3, 0, 0, 3, 1, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0), + (1, 4, 0, 5, 0, 3, 0, 2, 0, 3, 5, 4, 4, 3, 4, 3, 5, 3, 4, 3, 3, 0, 4, 3, 3, 3, 3, 3, 3, 2, 4, 4, 3, 1, 3, 4, 4, 5, 4, 4, 3, 4, 4, 1, 3, 5, 4, 3, 3, 3, 1, 2, 2, 3, 3, 1, 3, 1, 3, 3, 3, 5, 3, 3, 4, 5, 0, 3, 0, 3, 0, 3, 4, 3, 4, 4, 3, 0, 3, 0, 2, 4, 3), + (0, 1, 0, 4, 0, 0, 0, 0, 0, 1, 4, 0, 4, 1, 4, 2, 4, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 3, 1, 1, 1, 0, 3, 0, 0, 0, 1, 2, 1, 0, 0, 1, 1, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 3, 2, 0, 2, 2, 0, 1, 0, 0, 0, 2, 3, 2, 3, 3, 0, 0, 0, 0, 2, 1, 0), + (0, 5, 1, 5, 0, 3, 0, 3, 0, 5, 4, 4, 5, 1, 5, 3, 3, 0, 4, 3, 4, 3, 5, 3, 4, 3, 3, 2, 4, 3, 4, 3, 3, 0, 3, 3, 1, 4, 4, 3, 4, 4, 4, 3, 4, 5, 5, 3, 2, 3, 1, 1, 3, 3, 1, 3, 1, 1, 3, 3, 2, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 4, 4, 3, 5, 3, 3, 0, 3, 4, 0, 4, 3), + (0, 5, 0, 5, 0, 3, 0, 2, 0, 4, 4, 3, 5, 2, 4, 3, 3, 3, 4, 4, 4, 3, 5, 3, 5, 3, 3, 1, 4, 0, 4, 3, 3, 0, 3, 3, 0, 4, 4, 4, 4, 5, 4, 3, 3, 5, 5, 3, 2, 3, 1, 2, 3, 2, 0, 1, 0, 0, 3, 2, 2, 4, 4, 3, 1, 5, 0, 4, 0, 3, 0, 4, 3, 1, 3, 2, 1, 0, 3, 3, 0, 3, 3), + (0, 4, 0, 5, 0, 5, 0, 4, 0, 4, 5, 5, 5, 3, 4, 3, 3, 2, 5, 4, 4, 3, 5, 3, 5, 3, 4, 0, 4, 3, 4, 4, 3, 2, 4, 4, 3, 4, 5, 4, 4, 5, 5, 0, 3, 5, 5, 4, 1, 3, 3, 2, 3, 3, 1, 3, 1, 0, 4, 3, 1, 4, 4, 3, 4, 5, 0, 4, 0, 2, 0, 4, 3, 4, 4, 3, 3, 0, 4, 0, 0, 5, 5), + (0, 4, 0, 4, 0, 5, 0, 1, 1, 3, 3, 4, 4, 3, 4, 1, 3, 0, 5, 1, 3, 0, 3, 1, 3, 1, 1, 0, 3, 0, 3, 3, 4, 0, 4, 3, 0, 4, 4, 4, 3, 4, 4, 0, 3, 5, 4, 1, 0, 3, 0, 0, 2, 3, 0, 3, 1, 0, 3, 1, 0, 3, 2, 1, 3, 5, 0, 3, 0, 1, 0, 3, 2, 3, 3, 4, 4, 0, 2, 2, 0, 4, 4), + (2, 4, 0, 5, 0, 4, 0, 3, 0, 4, 5, 5, 4, 3, 5, 3, 5, 3, 5, 3, 5, 2, 5, 3, 4, 3, 3, 4, 3, 4, 5, 3, 2, 1, 5, 4, 3, 2, 3, 4, 5, 3, 4, 1, 2, 5, 4, 3, 0, 3, 3, 0, 3, 2, 0, 2, 3, 0, 4, 1, 0, 3, 4, 3, 3, 5, 0, 3, 0, 1, 0, 4, 5, 5, 5, 4, 3, 0, 4, 2, 0, 3, 5), + (0, 5, 0, 4, 0, 4, 0, 2, 0, 5, 4, 3, 4, 3, 4, 3, 3, 3, 4, 3, 4, 2, 5, 3, 5, 3, 4, 1, 4, 3, 4, 4, 4, 0, 3, 5, 0, 4, 4, 4, 4, 5, 3, 1, 3, 4, 5, 3, 3, 3, 3, 3, 3, 3, 0, 2, 2, 0, 3, 3, 2, 4, 3, 3, 3, 5, 3, 4, 1, 3, 3, 5, 3, 2, 0, 0, 0, 0, 4, 3, 1, 3, 3), + (0, 1, 0, 3, 0, 3, 0, 1, 0, 1, 3, 3, 3, 2, 3, 3, 3, 0, 3, 0, 0, 0, 3, 1, 3, 0, 0, 0, 2, 2, 2, 3, 0, 0, 3, 2, 0, 1, 2, 4, 1, 3, 3, 0, 0, 3, 3, 3, 0, 1, 0, 0, 2, 1, 0, 0, 3, 0, 3, 1, 0, 3, 0, 0, 1, 3, 0, 2, 0, 1, 0, 3, 3, 1, 3, 3, 0, 0, 1, 1, 0, 3, 3), + (0, 2, 0, 3, 0, 2, 1, 4, 0, 2, 2, 3, 1, 1, 3, 1, 1, 0, 2, 0, 3, 1, 2, 3, 1, 3, 0, 0, 1, 0, 4, 3, 2, 3, 3, 3, 1, 4, 2, 3, 3, 3, 3, 1, 0, 3, 1, 4, 0, 1, 1, 0, 1, 2, 0, 1, 1, 0, 1, 1, 0, 3, 1, 3, 2, 2, 0, 1, 0, 0, 0, 2, 3, 3, 3, 1, 0, 0, 0, 0, 0, 2, 3), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 5, 5, 3, 3, 4, 3, 3, 1, 5, 4, 4, 2, 4, 4, 4, 3, 4, 2, 4, 3, 5, 5, 4, 3, 3, 4, 3, 3, 5, 5, 4, 5, 5, 1, 3, 4, 5, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 1, 4, 5, 3, 3, 5, 0, 4, 0, 3, 0, 5, 3, 3, 1, 4, 3, 0, 4, 0, 1, 5, 3), + (0, 5, 0, 5, 0, 4, 0, 2, 0, 4, 4, 3, 4, 3, 3, 3, 3, 3, 5, 4, 4, 4, 4, 4, 4, 5, 3, 3, 5, 2, 4, 4, 4, 3, 4, 4, 3, 3, 4, 4, 5, 5, 3, 3, 4, 3, 4, 3, 3, 4, 3, 3, 3, 3, 1, 2, 2, 1, 4, 3, 3, 5, 4, 4, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 4, 4, 1, 0, 4, 2, 0, 2, 4), + (0, 4, 0, 4, 0, 3, 0, 1, 0, 3, 5, 2, 3, 0, 3, 0, 2, 1, 4, 2, 3, 3, 4, 1, 4, 3, 3, 2, 4, 1, 3, 3, 3, 0, 3, 3, 0, 0, 3, 3, 3, 5, 3, 3, 3, 3, 3, 2, 0, 2, 0, 0, 2, 0, 0, 2, 0, 0, 1, 0, 0, 3, 1, 2, 2, 3, 0, 3, 0, 2, 0, 4, 4, 3, 3, 4, 1, 0, 3, 0, 0, 2, 4), + (0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 3, 1, 3, 0, 3, 2, 0, 0, 0, 1, 0, 3, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 4, 0, 2, 0, 0, 0, 0, 0, 0, 2), + (0, 2, 1, 3, 0, 2, 0, 2, 0, 3, 3, 3, 3, 1, 3, 1, 3, 3, 3, 3, 3, 3, 4, 2, 2, 1, 2, 1, 4, 0, 4, 3, 1, 3, 3, 3, 2, 4, 3, 5, 4, 3, 3, 3, 3, 3, 3, 3, 0, 1, 3, 0, 2, 0, 0, 1, 0, 0, 1, 0, 0, 4, 2, 0, 2, 3, 0, 3, 3, 0, 3, 3, 4, 2, 3, 1, 4, 0, 1, 2, 0, 2, 3), + (0, 3, 0, 3, 0, 1, 0, 3, 0, 2, 3, 3, 3, 0, 3, 1, 2, 0, 3, 3, 2, 3, 3, 2, 3, 2, 3, 1, 3, 0, 4, 3, 2, 0, 3, 3, 1, 4, 3, 3, 2, 3, 4, 3, 1, 3, 3, 1, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 0, 0, 0, 4, 1, 1, 0, 3, 0, 3, 1, 0, 2, 3, 3, 3, 3, 3, 1, 0, 0, 2, 0, 3, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 3, 1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 2, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 3, 1, 3, 0, 3, 0, 2, 3, 3, 3, 1, 3, 1, 3, 1, 3, 1, 3, 3, 3, 1, 3, 0, 2, 3, 1, 1, 4, 3, 3, 2, 3, 3, 1, 2, 2, 4, 1, 3, 3, 0, 1, 4, 2, 3, 0, 1, 3, 0, 3, 0, 0, 1, 3, 0, 2, 0, 0, 3, 3, 2, 1, 3, 0, 3, 0, 2, 0, 3, 4, 4, 4, 3, 1, 0, 3, 0, 0, 3, 3), + (0, 2, 0, 1, 0, 2, 0, 0, 0, 1, 3, 2, 2, 1, 3, 0, 1, 1, 3, 0, 3, 2, 3, 1, 2, 0, 2, 0, 1, 1, 3, 3, 3, 0, 3, 3, 1, 1, 2, 3, 2, 3, 3, 1, 2, 3, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 2, 1, 2, 1, 3, 0, 3, 0, 0, 0, 3, 4, 4, 4, 3, 2, 0, 2, 0, 0, 2, 4), + (0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 3, 3, 3, 2, 3, 2, 2, 2, 0, 3, 1, 3, 3, 3, 2, 3, 3, 0, 0, 3, 0, 3, 2, 2, 0, 2, 3, 1, 4, 3, 4, 3, 3, 2, 3, 1, 5, 4, 4, 0, 3, 1, 2, 1, 3, 0, 3, 1, 1, 2, 0, 2, 3, 1, 3, 1, 3, 0, 3, 0, 1, 0, 3, 3, 4, 4, 2, 1, 0, 2, 1, 0, 2, 4), + (0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 4, 2, 5, 1, 4, 0, 2, 0, 2, 1, 3, 1, 4, 0, 2, 1, 0, 0, 2, 1, 4, 1, 1, 0, 3, 3, 0, 5, 1, 3, 2, 3, 3, 1, 0, 3, 2, 3, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 1, 0, 3, 0, 2, 0, 1, 0, 3, 3, 3, 4, 3, 3, 0, 0, 0, 0, 2, 3), + (0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 3), + (0, 1, 0, 3, 0, 4, 0, 3, 0, 2, 4, 3, 1, 0, 3, 2, 2, 1, 3, 1, 2, 2, 3, 1, 1, 1, 2, 1, 3, 0, 1, 2, 0, 1, 3, 2, 1, 3, 0, 5, 5, 1, 0, 0, 1, 3, 2, 1, 0, 3, 0, 0, 1, 0, 0, 0, 0, 0, 3, 4, 0, 1, 1, 1, 3, 2, 0, 2, 0, 1, 0, 2, 3, 3, 1, 2, 3, 0, 1, 0, 1, 0, 4), + (0, 0, 0, 1, 0, 3, 0, 3, 0, 2, 2, 1, 0, 0, 4, 0, 3, 0, 3, 1, 3, 0, 3, 0, 3, 0, 1, 0, 3, 0, 3, 1, 3, 0, 3, 3, 0, 0, 1, 2, 1, 1, 1, 0, 1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 2, 0, 0, 2, 0, 0, 0, 0, 2, 3, 3, 3, 3, 0, 0, 0, 0, 1, 4), + (0, 0, 0, 3, 0, 3, 0, 0, 0, 0, 3, 1, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 0, 2, 0, 2, 3, 0, 0, 2, 2, 3, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0, 0, 0, 2, 3), + (2, 4, 0, 5, 0, 5, 0, 4, 0, 3, 4, 3, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 4, 5, 5, 5, 2, 3, 0, 5, 5, 4, 1, 5, 4, 3, 1, 5, 4, 3, 4, 4, 3, 3, 4, 3, 3, 0, 3, 2, 0, 2, 3, 0, 3, 0, 0, 3, 3, 0, 5, 3, 2, 3, 3, 0, 3, 0, 3, 0, 3, 4, 5, 4, 5, 3, 0, 4, 3, 0, 3, 4), + (0, 3, 0, 3, 0, 3, 0, 3, 0, 3, 3, 4, 3, 2, 3, 2, 3, 0, 4, 3, 3, 3, 3, 3, 3, 3, 3, 0, 3, 2, 4, 3, 3, 1, 3, 4, 3, 4, 4, 4, 3, 4, 4, 3, 2, 4, 4, 1, 0, 2, 0, 0, 1, 1, 0, 2, 0, 0, 3, 1, 0, 5, 3, 2, 1, 3, 0, 3, 0, 1, 2, 4, 3, 2, 4, 3, 3, 0, 3, 2, 0, 4, 4), + (0, 3, 0, 3, 0, 1, 0, 0, 0, 1, 4, 3, 3, 2, 3, 1, 3, 1, 4, 2, 3, 2, 4, 2, 3, 4, 3, 0, 2, 2, 3, 3, 3, 0, 3, 3, 3, 0, 3, 4, 1, 3, 3, 0, 3, 4, 3, 3, 0, 1, 1, 0, 1, 0, 0, 0, 4, 0, 3, 0, 0, 3, 1, 2, 1, 3, 0, 4, 0, 1, 0, 4, 3, 3, 4, 3, 3, 0, 2, 0, 0, 3, 3), + (0, 3, 0, 4, 0, 1, 0, 3, 0, 3, 4, 3, 3, 0, 3, 3, 3, 1, 3, 1, 3, 3, 4, 3, 3, 3, 0, 0, 3, 1, 5, 3, 3, 1, 3, 3, 2, 5, 4, 3, 3, 4, 5, 3, 2, 5, 3, 4, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 1, 0, 4, 2, 2, 1, 3, 0, 3, 0, 2, 0, 4, 4, 3, 5, 3, 2, 0, 1, 1, 0, 3, 4), + (0, 5, 0, 4, 0, 5, 0, 2, 0, 4, 4, 3, 3, 2, 3, 3, 3, 1, 4, 3, 4, 1, 5, 3, 4, 3, 4, 0, 4, 2, 4, 3, 4, 1, 5, 4, 0, 4, 4, 4, 4, 5, 4, 1, 3, 5, 4, 2, 1, 4, 1, 1, 3, 2, 0, 3, 1, 0, 3, 2, 1, 4, 3, 3, 3, 4, 0, 4, 0, 3, 0, 4, 4, 4, 3, 3, 3, 0, 4, 2, 0, 3, 4), + (1, 4, 0, 4, 0, 3, 0, 1, 0, 3, 3, 3, 1, 1, 3, 3, 2, 2, 3, 3, 1, 0, 3, 2, 2, 1, 2, 0, 3, 1, 2, 1, 2, 0, 3, 2, 0, 2, 2, 3, 3, 4, 3, 0, 3, 3, 1, 2, 0, 1, 1, 3, 1, 2, 0, 0, 3, 0, 1, 1, 0, 3, 2, 2, 3, 3, 0, 3, 0, 0, 0, 2, 3, 3, 4, 3, 3, 0, 1, 0, 0, 1, 4), + (0, 4, 0, 4, 0, 4, 0, 0, 0, 3, 4, 4, 3, 1, 4, 2, 3, 2, 3, 3, 3, 1, 4, 3, 4, 0, 3, 0, 4, 2, 3, 3, 2, 2, 5, 4, 2, 1, 3, 4, 3, 4, 3, 1, 3, 3, 4, 2, 0, 2, 1, 0, 3, 3, 0, 0, 2, 0, 3, 1, 0, 4, 4, 3, 4, 3, 0, 4, 0, 1, 0, 2, 4, 4, 4, 4, 4, 0, 3, 2, 0, 3, 3), + (0, 0, 0, 1, 0, 4, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 2, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2), + (0, 2, 0, 3, 0, 4, 0, 4, 0, 1, 3, 3, 3, 0, 4, 0, 2, 1, 2, 1, 1, 1, 2, 0, 3, 1, 1, 0, 1, 0, 3, 1, 0, 0, 3, 3, 2, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 2, 2, 0, 3, 1, 0, 0, 1, 0, 1, 1, 0, 1, 2, 0, 3, 0, 0, 0, 0, 1, 0, 0, 3, 3, 4, 3, 1, 0, 1, 0, 3, 0, 2), + (0, 0, 0, 3, 0, 5, 0, 0, 0, 0, 1, 0, 2, 0, 3, 1, 0, 1, 3, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 4, 0, 0, 0, 2, 3, 0, 1, 4, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0, 0, 0, 3), + (0, 2, 0, 5, 0, 5, 0, 1, 0, 2, 4, 3, 3, 2, 5, 1, 3, 2, 3, 3, 3, 0, 4, 1, 2, 0, 3, 0, 4, 0, 2, 2, 1, 1, 5, 3, 0, 0, 1, 4, 2, 3, 2, 0, 3, 3, 3, 2, 0, 2, 4, 1, 1, 2, 0, 1, 1, 0, 3, 1, 0, 1, 3, 1, 2, 3, 0, 2, 0, 0, 0, 1, 3, 5, 4, 4, 4, 0, 3, 0, 0, 1, 3), + (0, 4, 0, 5, 0, 4, 0, 4, 0, 4, 5, 4, 3, 3, 4, 3, 3, 3, 4, 3, 4, 4, 5, 3, 4, 5, 4, 2, 4, 2, 3, 4, 3, 1, 4, 4, 1, 3, 5, 4, 4, 5, 5, 4, 4, 5, 5, 5, 2, 3, 3, 1, 4, 3, 1, 3, 3, 0, 3, 3, 1, 4, 3, 4, 4, 4, 0, 3, 0, 4, 0, 3, 3, 4, 4, 5, 0, 0, 4, 3, 0, 4, 5), + (0, 4, 0, 4, 0, 3, 0, 3, 0, 3, 4, 4, 4, 3, 3, 2, 4, 3, 4, 3, 4, 3, 5, 3, 4, 3, 2, 1, 4, 2, 4, 4, 3, 1, 3, 4, 2, 4, 5, 5, 3, 4, 5, 4, 1, 5, 4, 3, 0, 3, 2, 2, 3, 2, 1, 3, 1, 0, 3, 3, 3, 5, 3, 3, 3, 5, 4, 4, 2, 3, 3, 4, 3, 3, 3, 2, 1, 0, 3, 2, 1, 4, 3), + (0, 4, 0, 5, 0, 4, 0, 3, 0, 3, 5, 5, 3, 2, 4, 3, 4, 0, 5, 4, 4, 1, 4, 4, 4, 3, 3, 3, 4, 3, 5, 5, 2, 3, 3, 4, 1, 2, 5, 5, 3, 5, 5, 2, 3, 5, 5, 4, 0, 3, 2, 0, 3, 3, 1, 1, 5, 1, 4, 1, 0, 4, 3, 2, 3, 5, 0, 4, 0, 3, 0, 5, 4, 3, 4, 3, 0, 0, 4, 1, 0, 4, 4), + (1, 3, 0, 4, 0, 2, 0, 2, 0, 2, 5, 5, 3, 3, 3, 3, 3, 0, 4, 2, 3, 4, 4, 4, 3, 4, 0, 0, 3, 4, 5, 4, 3, 3, 3, 3, 2, 5, 5, 4, 5, 5, 5, 4, 3, 5, 5, 5, 1, 3, 1, 0, 1, 0, 0, 3, 2, 0, 4, 2, 0, 5, 2, 3, 2, 4, 1, 3, 0, 3, 0, 4, 5, 4, 5, 4, 3, 0, 4, 2, 0, 5, 4), + (0, 3, 0, 4, 0, 5, 0, 3, 0, 3, 4, 4, 3, 2, 3, 2, 3, 3, 3, 3, 3, 2, 4, 3, 3, 2, 2, 0, 3, 3, 3, 3, 3, 1, 3, 3, 3, 0, 4, 4, 3, 4, 4, 1, 1, 4, 4, 2, 0, 3, 1, 0, 1, 1, 0, 4, 1, 0, 2, 3, 1, 3, 3, 1, 3, 4, 0, 3, 0, 1, 0, 3, 1, 3, 0, 0, 1, 0, 2, 0, 0, 4, 4), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0), + (0, 3, 0, 3, 0, 2, 0, 3, 0, 1, 5, 4, 3, 3, 3, 1, 4, 2, 1, 2, 3, 4, 4, 2, 4, 4, 5, 0, 3, 1, 4, 3, 4, 0, 4, 3, 3, 3, 2, 3, 2, 5, 3, 4, 3, 2, 2, 3, 0, 0, 3, 0, 2, 1, 0, 1, 2, 0, 0, 0, 0, 2, 1, 1, 3, 1, 0, 2, 0, 4, 0, 3, 4, 4, 4, 5, 2, 0, 2, 0, 0, 1, 3), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 1, 0, 0, 0, 4, 2, 1, 1, 0, 1, 0, 3, 2, 0, 0, 3, 1, 1, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 4, 0, 4, 2, 1, 0, 0, 0, 0, 0, 1), + (0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0, 0, 2, 0, 2, 1, 0, 0, 1, 2, 1, 0, 1, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2), + (0, 4, 0, 4, 0, 4, 0, 3, 0, 4, 4, 3, 4, 2, 4, 3, 2, 0, 4, 4, 4, 3, 5, 3, 5, 3, 3, 2, 4, 2, 4, 3, 4, 3, 1, 4, 0, 2, 3, 4, 4, 4, 3, 3, 3, 4, 4, 4, 3, 4, 1, 3, 4, 3, 2, 1, 2, 1, 3, 3, 3, 4, 4, 3, 3, 5, 0, 4, 0, 3, 0, 4, 3, 3, 3, 2, 1, 0, 3, 0, 0, 3, 3), + (0, 4, 0, 3, 0, 3, 0, 3, 0, 3, 5, 5, 3, 3, 3, 3, 4, 3, 4, 3, 3, 3, 4, 4, 4, 3, 3, 3, 3, 4, 3, 5, 3, 3, 1, 3, 2, 4, 5, 5, 5, 5, 4, 3, 4, 5, 5, 3, 2, 2, 3, 3, 3, 3, 2, 3, 3, 1, 2, 3, 2, 4, 3, 3, 3, 4, 0, 4, 0, 2, 0, 4, 3, 2, 2, 1, 2, 0, 3, 0, 0, 4, 1), +) +# fmt: on + + +class JapaneseContextAnalysis: + NUM_OF_CATEGORY = 6 + DONT_KNOW = -1 + ENOUGH_REL_THRESHOLD = 100 + MAX_REL_THRESHOLD = 1000 + MINIMUM_DATA_THRESHOLD = 4 + + def __init__(self) -> None: + self._total_rel = 0 + self._rel_sample: List[int] = [] + self._need_to_skip_char_num = 0 + self._last_char_order = -1 + self._done = False + self.reset() + + def reset(self) -> None: + self._total_rel = 0 # total sequence received + # category counters, each integer counts sequence in its category + self._rel_sample = [0] * self.NUM_OF_CATEGORY + # if last byte in current buffer is not the last byte of a character, + # we need to know how many bytes to skip in next buffer + self._need_to_skip_char_num = 0 + self._last_char_order = -1 # The order of previous char + # If this flag is set to True, detection is done and conclusion has + # been made + self._done = False + + def feed(self, byte_str: Union[bytes, bytearray], num_bytes: int) -> None: + if self._done: + return + + # The buffer we got is byte oriented, and a character may span in more than one + # buffers. In case the last one or two byte in last buffer is not + # complete, we record how many byte needed to complete that character + # and skip these bytes here. We can choose to record those bytes as + # well and analyse the character once it is complete, but since a + # character will not make much difference, by simply skipping + # this character will simply our logic and improve performance. + i = self._need_to_skip_char_num + while i < num_bytes: + order, char_len = self.get_order(byte_str[i : i + 2]) + i += char_len + if i > num_bytes: + self._need_to_skip_char_num = i - num_bytes + self._last_char_order = -1 + else: + if (order != -1) and (self._last_char_order != -1): + self._total_rel += 1 + if self._total_rel > self.MAX_REL_THRESHOLD: + self._done = True + break + self._rel_sample[ + jp2_char_context[self._last_char_order][order] + ] += 1 + self._last_char_order = order + + def got_enough_data(self) -> bool: + return self._total_rel > self.ENOUGH_REL_THRESHOLD + + def get_confidence(self) -> float: + # This is just one way to calculate confidence. It works well for me. + if self._total_rel > self.MINIMUM_DATA_THRESHOLD: + return (self._total_rel - self._rel_sample[0]) / self._total_rel + return self.DONT_KNOW + + def get_order(self, _: Union[bytes, bytearray]) -> Tuple[int, int]: + return -1, 1 + + +class SJISContextAnalysis(JapaneseContextAnalysis): + def __init__(self) -> None: + super().__init__() + self._charset_name = "SHIFT_JIS" + + @property + def charset_name(self) -> str: + return self._charset_name + + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (0x81 <= first_char <= 0x9F) or (0xE0 <= first_char <= 0xFC): + char_len = 2 + if (first_char == 0x87) or (0xFA <= first_char <= 0xFC): + self._charset_name = "CP932" + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 202) and (0x9F <= second_char <= 0xF1): + return second_char - 0x9F, char_len + + return -1, char_len + + +class EUCJPContextAnalysis(JapaneseContextAnalysis): + def get_order(self, byte_str: Union[bytes, bytearray]) -> Tuple[int, int]: + if not byte_str: + return -1, 1 + # find out current char's byte length + first_char = byte_str[0] + if (first_char == 0x8E) or (0xA1 <= first_char <= 0xFE): + char_len = 2 + elif first_char == 0x8F: + char_len = 3 + else: + char_len = 1 + + # return its order if it is hiragana + if len(byte_str) > 1: + second_char = byte_str[1] + if (first_char == 0xA4) and (0xA1 <= second_char <= 0xF3): + return second_char - 0xA1, char_len + + return -1, char_len diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py new file mode 100644 index 0000000..9946682 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +BULGARIAN_LANG_MODEL = { + 63: { # 'e' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 45: { # '\xad' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 31: { # 'А' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 2, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 0, # 'и' + 26: 2, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 32: { # 'Б' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 2, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 35: { # 'В' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 2, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 43: { # 'Г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 1, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 37: { # 'Д' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 2, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 44: { # 'Е' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 2, # 'Ф' + 49: 1, # 'Х' + 53: 2, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 0, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 55: { # 'Ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 47: { # 'З' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 40: { # 'И' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 2, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 2, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 3, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 0, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 59: { # 'Й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 33: { # 'К' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 46: { # 'Л' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 38: { # 'М' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 36: { # 'Н' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 41: { # 'О' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 1, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 1, # 'Й' + 33: 2, # 'К' + 46: 2, # 'Л' + 38: 2, # 'М' + 36: 2, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 1, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 0, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 2, # 'ч' + 27: 0, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 30: { # 'П' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 2, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 39: { # 'Р' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 2, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 1, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 28: { # 'С' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 3, # 'А' + 32: 2, # 'Б' + 35: 2, # 'В' + 43: 1, # 'Г' + 37: 2, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 2, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 1, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 34: { # 'Т' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 2, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 2, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 1, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 1, # 'Ъ' + 60: 0, # 'Ю' + 56: 1, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 3, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 51: { # 'У' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 2, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 48: { # 'Ф' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 2, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 1, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 2, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 49: { # 'Х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 1, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 53: { # 'Ц' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 2, # 'И' + 59: 0, # 'Й' + 33: 2, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 2, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 50: { # 'Ч' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 2, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 2, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 54: { # 'Ш' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 1, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 1, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 2, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 57: { # 'Щ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 1, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 1, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 1, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 61: { # 'Ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 1, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 2, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 2, # 'Р' + 28: 1, # 'С' + 34: 1, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 1, # 'Х' + 53: 1, # 'Ц' + 50: 1, # 'Ч' + 54: 1, # 'Ш' + 57: 1, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 1, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 60: { # 'Ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 1, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 0, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 2, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 0, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 56: { # 'Я' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 1, # 'В' + 43: 1, # 'Г' + 37: 1, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 1, # 'Л' + 38: 1, # 'М' + 36: 1, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 2, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 1, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 0, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 1: { # 'а' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 1, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 18: { # 'б' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 0, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 3, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 9: { # 'в' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 1, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 0, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 20: { # 'г' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 11: { # 'д' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 3: { # 'е' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 23: { # 'ж' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 15: { # 'з' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 2: { # 'и' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 1, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 1, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 1, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 1, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 26: { # 'й' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 2, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 12: { # 'к' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 1, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 1, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 10: { # 'л' + 63: 1, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 1, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 1, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 3, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 14: { # 'м' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 1, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 1, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 6: { # 'н' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 1, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 2, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 3, # 'ф' + 25: 2, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 4: { # 'о' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 2, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 3, # 'и' + 26: 3, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 2, # 'у' + 29: 3, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 3, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 13: { # 'п' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 3, # 'л' + 14: 1, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 7: { # 'р' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 3, # 'е' + 23: 3, # 'ж' + 15: 2, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 3, # 'х' + 22: 3, # 'ц' + 21: 2, # 'ч' + 27: 3, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 1, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 8: { # 'с' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 2, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 2, # 'ш' + 24: 0, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 5: { # 'т' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 2, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 3, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 2, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 3, # 'ъ' + 52: 2, # 'ь' + 42: 2, # 'ю' + 16: 3, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 19: { # 'у' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 2, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 2, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 3, # 'ш' + 24: 2, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 29: { # 'ф' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 1, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 2, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 2, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 25: { # 'х' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 2, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 1, # 'п' + 7: 3, # 'р' + 8: 1, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 1, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 22: { # 'ц' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 2, # 'в' + 20: 1, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 1, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 2, # 'к' + 10: 1, # 'л' + 14: 1, # 'м' + 6: 1, # 'н' + 4: 2, # 'о' + 13: 1, # 'п' + 7: 1, # 'р' + 8: 1, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 1, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 21: { # 'ч' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 1, # 'б' + 9: 3, # 'в' + 20: 1, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 1, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 2, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 1, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 27: { # 'ш' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 2, # 'в' + 20: 0, # 'г' + 11: 1, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 3, # 'к' + 10: 2, # 'л' + 14: 1, # 'м' + 6: 3, # 'н' + 4: 2, # 'о' + 13: 2, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 2, # 'у' + 29: 1, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 1, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 2, # 'ъ' + 52: 1, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 24: { # 'щ' + 63: 1, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 3, # 'а' + 18: 0, # 'б' + 9: 1, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 3, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 3, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 2, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 1, # 'р' + 8: 0, # 'с' + 5: 2, # 'т' + 19: 3, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 2, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 17: { # 'ъ' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 3, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 3, # 'ж' + 15: 3, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 3, # 'о' + 13: 3, # 'п' + 7: 3, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 2, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 2, # 'ш' + 24: 3, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 2, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 52: { # 'ь' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 1, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 1, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 1, # 'н' + 4: 3, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 1, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 1, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 1, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 42: { # 'ю' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 1, # 'а' + 18: 2, # 'б' + 9: 1, # 'в' + 20: 2, # 'г' + 11: 2, # 'д' + 3: 1, # 'е' + 23: 2, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 1, # 'й' + 12: 2, # 'к' + 10: 2, # 'л' + 14: 2, # 'м' + 6: 2, # 'н' + 4: 1, # 'о' + 13: 1, # 'п' + 7: 2, # 'р' + 8: 2, # 'с' + 5: 2, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 1, # 'х' + 22: 2, # 'ц' + 21: 3, # 'ч' + 27: 1, # 'ш' + 24: 1, # 'щ' + 17: 1, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 16: { # 'я' + 63: 0, # 'e' + 45: 1, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 3, # 'б' + 9: 3, # 'в' + 20: 2, # 'г' + 11: 3, # 'д' + 3: 2, # 'е' + 23: 1, # 'ж' + 15: 2, # 'з' + 2: 1, # 'и' + 26: 2, # 'й' + 12: 3, # 'к' + 10: 3, # 'л' + 14: 3, # 'м' + 6: 3, # 'н' + 4: 1, # 'о' + 13: 2, # 'п' + 7: 2, # 'р' + 8: 3, # 'с' + 5: 3, # 'т' + 19: 1, # 'у' + 29: 1, # 'ф' + 25: 3, # 'х' + 22: 2, # 'ц' + 21: 1, # 'ч' + 27: 1, # 'ш' + 24: 2, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 1, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 58: { # 'є' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, + 62: { # '№' + 63: 0, # 'e' + 45: 0, # '\xad' + 31: 0, # 'А' + 32: 0, # 'Б' + 35: 0, # 'В' + 43: 0, # 'Г' + 37: 0, # 'Д' + 44: 0, # 'Е' + 55: 0, # 'Ж' + 47: 0, # 'З' + 40: 0, # 'И' + 59: 0, # 'Й' + 33: 0, # 'К' + 46: 0, # 'Л' + 38: 0, # 'М' + 36: 0, # 'Н' + 41: 0, # 'О' + 30: 0, # 'П' + 39: 0, # 'Р' + 28: 0, # 'С' + 34: 0, # 'Т' + 51: 0, # 'У' + 48: 0, # 'Ф' + 49: 0, # 'Х' + 53: 0, # 'Ц' + 50: 0, # 'Ч' + 54: 0, # 'Ш' + 57: 0, # 'Щ' + 61: 0, # 'Ъ' + 60: 0, # 'Ю' + 56: 0, # 'Я' + 1: 0, # 'а' + 18: 0, # 'б' + 9: 0, # 'в' + 20: 0, # 'г' + 11: 0, # 'д' + 3: 0, # 'е' + 23: 0, # 'ж' + 15: 0, # 'з' + 2: 0, # 'и' + 26: 0, # 'й' + 12: 0, # 'к' + 10: 0, # 'л' + 14: 0, # 'м' + 6: 0, # 'н' + 4: 0, # 'о' + 13: 0, # 'п' + 7: 0, # 'р' + 8: 0, # 'с' + 5: 0, # 'т' + 19: 0, # 'у' + 29: 0, # 'ф' + 25: 0, # 'х' + 22: 0, # 'ц' + 21: 0, # 'ч' + 27: 0, # 'ш' + 24: 0, # 'щ' + 17: 0, # 'ъ' + 52: 0, # 'ь' + 42: 0, # 'ю' + 16: 0, # 'я' + 58: 0, # 'є' + 62: 0, # '№' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_5_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 194, # '\x80' + 129: 195, # '\x81' + 130: 196, # '\x82' + 131: 197, # '\x83' + 132: 198, # '\x84' + 133: 199, # '\x85' + 134: 200, # '\x86' + 135: 201, # '\x87' + 136: 202, # '\x88' + 137: 203, # '\x89' + 138: 204, # '\x8a' + 139: 205, # '\x8b' + 140: 206, # '\x8c' + 141: 207, # '\x8d' + 142: 208, # '\x8e' + 143: 209, # '\x8f' + 144: 210, # '\x90' + 145: 211, # '\x91' + 146: 212, # '\x92' + 147: 213, # '\x93' + 148: 214, # '\x94' + 149: 215, # '\x95' + 150: 216, # '\x96' + 151: 217, # '\x97' + 152: 218, # '\x98' + 153: 219, # '\x99' + 154: 220, # '\x9a' + 155: 221, # '\x9b' + 156: 222, # '\x9c' + 157: 223, # '\x9d' + 158: 224, # '\x9e' + 159: 225, # '\x9f' + 160: 81, # '\xa0' + 161: 226, # 'Ё' + 162: 227, # 'Ђ' + 163: 228, # 'Ѓ' + 164: 229, # 'Є' + 165: 230, # 'Ѕ' + 166: 105, # 'І' + 167: 231, # 'Ї' + 168: 232, # 'Ј' + 169: 233, # 'Љ' + 170: 234, # 'Њ' + 171: 235, # 'Ћ' + 172: 236, # 'Ќ' + 173: 45, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 31, # 'А' + 177: 32, # 'Б' + 178: 35, # 'В' + 179: 43, # 'Г' + 180: 37, # 'Д' + 181: 44, # 'Е' + 182: 55, # 'Ж' + 183: 47, # 'З' + 184: 40, # 'И' + 185: 59, # 'Й' + 186: 33, # 'К' + 187: 46, # 'Л' + 188: 38, # 'М' + 189: 36, # 'Н' + 190: 41, # 'О' + 191: 30, # 'П' + 192: 39, # 'Р' + 193: 28, # 'С' + 194: 34, # 'Т' + 195: 51, # 'У' + 196: 48, # 'Ф' + 197: 49, # 'Х' + 198: 53, # 'Ц' + 199: 50, # 'Ч' + 200: 54, # 'Ш' + 201: 57, # 'Щ' + 202: 61, # 'Ъ' + 203: 239, # 'Ы' + 204: 67, # 'Ь' + 205: 240, # 'Э' + 206: 60, # 'Ю' + 207: 56, # 'Я' + 208: 1, # 'а' + 209: 18, # 'б' + 210: 9, # 'в' + 211: 20, # 'г' + 212: 11, # 'д' + 213: 3, # 'е' + 214: 23, # 'ж' + 215: 15, # 'з' + 216: 2, # 'и' + 217: 26, # 'й' + 218: 12, # 'к' + 219: 10, # 'л' + 220: 14, # 'м' + 221: 6, # 'н' + 222: 4, # 'о' + 223: 13, # 'п' + 224: 7, # 'р' + 225: 8, # 'с' + 226: 5, # 'т' + 227: 19, # 'у' + 228: 29, # 'ф' + 229: 25, # 'х' + 230: 22, # 'ц' + 231: 21, # 'ч' + 232: 27, # 'ш' + 233: 24, # 'щ' + 234: 17, # 'ъ' + 235: 75, # 'ы' + 236: 52, # 'ь' + 237: 241, # 'э' + 238: 42, # 'ю' + 239: 16, # 'я' + 240: 62, # '№' + 241: 242, # 'ё' + 242: 243, # 'ђ' + 243: 244, # 'ѓ' + 244: 58, # 'є' + 245: 245, # 'ѕ' + 246: 98, # 'і' + 247: 246, # 'ї' + 248: 247, # 'ј' + 249: 248, # 'љ' + 250: 249, # 'њ' + 251: 250, # 'ћ' + 252: 251, # 'ќ' + 253: 91, # '§' + 254: 252, # 'ў' + 255: 253, # 'џ' +} + +ISO_8859_5_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Bulgarian", + char_to_order_map=ISO_8859_5_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) + +WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 77, # 'A' + 66: 90, # 'B' + 67: 99, # 'C' + 68: 100, # 'D' + 69: 72, # 'E' + 70: 109, # 'F' + 71: 107, # 'G' + 72: 101, # 'H' + 73: 79, # 'I' + 74: 185, # 'J' + 75: 81, # 'K' + 76: 102, # 'L' + 77: 76, # 'M' + 78: 94, # 'N' + 79: 82, # 'O' + 80: 110, # 'P' + 81: 186, # 'Q' + 82: 108, # 'R' + 83: 91, # 'S' + 84: 74, # 'T' + 85: 119, # 'U' + 86: 84, # 'V' + 87: 96, # 'W' + 88: 111, # 'X' + 89: 187, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 65, # 'a' + 98: 69, # 'b' + 99: 70, # 'c' + 100: 66, # 'd' + 101: 63, # 'e' + 102: 68, # 'f' + 103: 112, # 'g' + 104: 103, # 'h' + 105: 92, # 'i' + 106: 194, # 'j' + 107: 104, # 'k' + 108: 95, # 'l' + 109: 86, # 'm' + 110: 87, # 'n' + 111: 71, # 'o' + 112: 116, # 'p' + 113: 195, # 'q' + 114: 85, # 'r' + 115: 93, # 's' + 116: 97, # 't' + 117: 113, # 'u' + 118: 196, # 'v' + 119: 197, # 'w' + 120: 198, # 'x' + 121: 199, # 'y' + 122: 200, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 206, # 'Ђ' + 129: 207, # 'Ѓ' + 130: 208, # '‚' + 131: 209, # 'ѓ' + 132: 210, # '„' + 133: 211, # '…' + 134: 212, # '†' + 135: 213, # '‡' + 136: 120, # '€' + 137: 214, # '‰' + 138: 215, # 'Љ' + 139: 216, # '‹' + 140: 217, # 'Њ' + 141: 218, # 'Ќ' + 142: 219, # 'Ћ' + 143: 220, # 'Џ' + 144: 221, # 'ђ' + 145: 78, # '‘' + 146: 64, # '’' + 147: 83, # '“' + 148: 121, # '”' + 149: 98, # '•' + 150: 117, # '–' + 151: 105, # '—' + 152: 222, # None + 153: 223, # '™' + 154: 224, # 'љ' + 155: 225, # '›' + 156: 226, # 'њ' + 157: 227, # 'ќ' + 158: 228, # 'ћ' + 159: 229, # 'џ' + 160: 88, # '\xa0' + 161: 230, # 'Ў' + 162: 231, # 'ў' + 163: 232, # 'Ј' + 164: 233, # '¤' + 165: 122, # 'Ґ' + 166: 89, # '¦' + 167: 106, # '§' + 168: 234, # 'Ё' + 169: 235, # '©' + 170: 236, # 'Є' + 171: 237, # '«' + 172: 238, # '¬' + 173: 45, # '\xad' + 174: 239, # '®' + 175: 240, # 'Ї' + 176: 73, # '°' + 177: 80, # '±' + 178: 118, # 'І' + 179: 114, # 'і' + 180: 241, # 'ґ' + 181: 242, # 'µ' + 182: 243, # '¶' + 183: 244, # '·' + 184: 245, # 'ё' + 185: 62, # '№' + 186: 58, # 'є' + 187: 246, # '»' + 188: 247, # 'ј' + 189: 248, # 'Ѕ' + 190: 249, # 'ѕ' + 191: 250, # 'ї' + 192: 31, # 'А' + 193: 32, # 'Б' + 194: 35, # 'В' + 195: 43, # 'Г' + 196: 37, # 'Д' + 197: 44, # 'Е' + 198: 55, # 'Ж' + 199: 47, # 'З' + 200: 40, # 'И' + 201: 59, # 'Й' + 202: 33, # 'К' + 203: 46, # 'Л' + 204: 38, # 'М' + 205: 36, # 'Н' + 206: 41, # 'О' + 207: 30, # 'П' + 208: 39, # 'Р' + 209: 28, # 'С' + 210: 34, # 'Т' + 211: 51, # 'У' + 212: 48, # 'Ф' + 213: 49, # 'Х' + 214: 53, # 'Ц' + 215: 50, # 'Ч' + 216: 54, # 'Ш' + 217: 57, # 'Щ' + 218: 61, # 'Ъ' + 219: 251, # 'Ы' + 220: 67, # 'Ь' + 221: 252, # 'Э' + 222: 60, # 'Ю' + 223: 56, # 'Я' + 224: 1, # 'а' + 225: 18, # 'б' + 226: 9, # 'в' + 227: 20, # 'г' + 228: 11, # 'д' + 229: 3, # 'е' + 230: 23, # 'ж' + 231: 15, # 'з' + 232: 2, # 'и' + 233: 26, # 'й' + 234: 12, # 'к' + 235: 10, # 'л' + 236: 14, # 'м' + 237: 6, # 'н' + 238: 4, # 'о' + 239: 13, # 'п' + 240: 7, # 'р' + 241: 8, # 'с' + 242: 5, # 'т' + 243: 19, # 'у' + 244: 29, # 'ф' + 245: 25, # 'х' + 246: 22, # 'ц' + 247: 21, # 'ч' + 248: 27, # 'ш' + 249: 24, # 'щ' + 250: 17, # 'ъ' + 251: 75, # 'ы' + 252: 52, # 'ь' + 253: 253, # 'э' + 254: 42, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_BULGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Bulgarian", + char_to_order_map=WINDOWS_1251_BULGARIAN_CHAR_TO_ORDER, + language_model=BULGARIAN_LANG_MODEL, + typical_positive_ratio=0.969392, + keep_ascii_letters=False, + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py new file mode 100644 index 0000000..cfb8639 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py @@ -0,0 +1,4397 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +GREEK_LANG_MODEL = { + 60: { # 'e' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 55: { # 'o' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 2, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 58: { # 't' + 60: 2, # 'e' + 55: 1, # 'o' + 58: 1, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 36: { # '·' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 61: { # 'Ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 1, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 1, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 46: { # 'Έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 1, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 54: { # 'Ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 31: { # 'Α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 2, # 'Β' + 43: 2, # 'Γ' + 41: 1, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 0, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 51: { # 'Β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 1, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 43: { # 'Γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 1, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 41: { # 'Δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 34: { # 'Ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 1, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 1, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 0, # 'ώ' + }, + 40: { # 'Η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 52: { # 'Θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 1, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 47: { # 'Ι' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 1, # 'Β' + 43: 1, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 2, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 1, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 44: { # 'Κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 1, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 53: { # 'Λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 0, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 1, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 38: { # 'Μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 2, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 2, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 49: { # 'Ν' + 60: 2, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 1, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 1, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 59: { # 'Ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 39: { # 'Ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 1, # 'Β' + 43: 2, # 'Γ' + 41: 2, # 'Δ' + 34: 2, # 'Ε' + 40: 1, # 'Η' + 52: 2, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 2, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 2, # 'Φ' + 50: 2, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 35: { # 'Π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 2, # 'Λ' + 38: 1, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 1, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 48: { # 'Ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 1, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 37: { # 'Σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 1, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 2, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 2, # 'Υ' + 56: 0, # 'Φ' + 50: 2, # 'Χ' + 57: 2, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 2, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 2, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 33: { # 'Τ' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 2, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 2, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 1, # 'Τ' + 45: 1, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 2, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 2, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 45: { # 'Υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 2, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 2, # 'Η' + 52: 2, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 2, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 2, # 'Π' + 48: 1, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 56: { # 'Φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 1, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 2, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 1, # 'ύ' + 27: 1, # 'ώ' + }, + 50: { # 'Χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 1, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 2, # 'Ε' + 40: 2, # 'Η' + 52: 0, # 'Θ' + 47: 2, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 1, # 'Ν' + 59: 0, # 'Ξ' + 39: 1, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 1, # 'Χ' + 57: 1, # 'Ω' + 17: 2, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 2, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 57: { # 'Ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 1, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 1, # 'Λ' + 38: 0, # 'Μ' + 49: 2, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 2, # 'Ρ' + 37: 2, # 'Σ' + 33: 2, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 2, # 'ρ' + 14: 2, # 'ς' + 7: 2, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 17: { # 'ά' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 18: { # 'έ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 3, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 22: { # 'ή' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 1, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 15: { # 'ί' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 3, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 1: { # 'α' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 3, # 'ζ' + 13: 1, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 0, # 'ώ' + }, + 29: { # 'β' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 2, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 20: { # 'γ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 21: { # 'δ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 3: { # 'ε' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 32: { # 'ζ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 2, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 13: { # 'η' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 25: { # 'θ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 5: { # 'ι' + 60: 0, # 'e' + 55: 1, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 0, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 0, # 'ύ' + 27: 3, # 'ώ' + }, + 11: { # 'κ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 16: { # 'λ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 1, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 3, # 'λ' + 10: 2, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 10: { # 'μ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 1, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 2, # 'υ' + 28: 3, # 'φ' + 23: 0, # 'χ' + 42: 2, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 6: { # 'ν' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 1, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 30: { # 'ξ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 2, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 2, # 'ό' + 26: 3, # 'ύ' + 27: 1, # 'ώ' + }, + 4: { # 'ο' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 2, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 1, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 9: { # 'π' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 3, # 'λ' + 10: 0, # 'μ' + 6: 2, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 2, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 3, # 'ώ' + }, + 8: { # 'ρ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 1, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 2, # 'π' + 8: 2, # 'ρ' + 14: 0, # 'ς' + 7: 2, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 14: { # 'ς' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 2, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 0, # 'θ' + 5: 0, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 0, # 'τ' + 12: 0, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 7: { # 'σ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 3, # 'β' + 20: 0, # 'γ' + 21: 2, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 3, # 'θ' + 5: 3, # 'ι' + 11: 3, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 3, # 'φ' + 23: 3, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 2, # 'ώ' + }, + 2: { # 'τ' + 60: 0, # 'e' + 55: 2, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 2, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 3, # 'ι' + 11: 2, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 2, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 12: { # 'υ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 2, # 'ί' + 1: 3, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 2, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 3, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 2, # 'ό' + 26: 0, # 'ύ' + 27: 2, # 'ώ' + }, + 28: { # 'φ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 3, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 0, # 'μ' + 6: 1, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 1, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 2, # 'ύ' + 27: 2, # 'ώ' + }, + 23: { # 'χ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 3, # 'ά' + 18: 2, # 'έ' + 22: 3, # 'ή' + 15: 3, # 'ί' + 1: 3, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 3, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 2, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 3, # 'ο' + 9: 0, # 'π' + 8: 3, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 3, # 'τ' + 12: 3, # 'υ' + 28: 0, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 3, # 'ω' + 19: 3, # 'ό' + 26: 3, # 'ύ' + 27: 3, # 'ώ' + }, + 42: { # 'ψ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 2, # 'ά' + 18: 2, # 'έ' + 22: 1, # 'ή' + 15: 2, # 'ί' + 1: 2, # 'α' + 29: 0, # 'β' + 20: 0, # 'γ' + 21: 0, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 3, # 'η' + 25: 0, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 0, # 'λ' + 10: 0, # 'μ' + 6: 0, # 'ν' + 30: 0, # 'ξ' + 4: 2, # 'ο' + 9: 0, # 'π' + 8: 0, # 'ρ' + 14: 0, # 'ς' + 7: 0, # 'σ' + 2: 2, # 'τ' + 12: 1, # 'υ' + 28: 0, # 'φ' + 23: 0, # 'χ' + 42: 0, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 24: { # 'ω' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 1, # 'ά' + 18: 0, # 'έ' + 22: 2, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 2, # 'β' + 20: 3, # 'γ' + 21: 2, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 0, # 'η' + 25: 3, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 0, # 'ξ' + 4: 0, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 19: { # 'ό' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 3, # 'β' + 20: 3, # 'γ' + 21: 3, # 'δ' + 3: 1, # 'ε' + 32: 2, # 'ζ' + 13: 2, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 2, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 3, # 'χ' + 42: 2, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 26: { # 'ύ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 2, # 'α' + 29: 2, # 'β' + 20: 2, # 'γ' + 21: 1, # 'δ' + 3: 3, # 'ε' + 32: 0, # 'ζ' + 13: 2, # 'η' + 25: 3, # 'θ' + 5: 0, # 'ι' + 11: 3, # 'κ' + 16: 3, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 2, # 'ξ' + 4: 3, # 'ο' + 9: 3, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 2, # 'φ' + 23: 2, # 'χ' + 42: 2, # 'ψ' + 24: 2, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, + 27: { # 'ώ' + 60: 0, # 'e' + 55: 0, # 'o' + 58: 0, # 't' + 36: 0, # '·' + 61: 0, # 'Ά' + 46: 0, # 'Έ' + 54: 0, # 'Ό' + 31: 0, # 'Α' + 51: 0, # 'Β' + 43: 0, # 'Γ' + 41: 0, # 'Δ' + 34: 0, # 'Ε' + 40: 0, # 'Η' + 52: 0, # 'Θ' + 47: 0, # 'Ι' + 44: 0, # 'Κ' + 53: 0, # 'Λ' + 38: 0, # 'Μ' + 49: 0, # 'Ν' + 59: 0, # 'Ξ' + 39: 0, # 'Ο' + 35: 0, # 'Π' + 48: 0, # 'Ρ' + 37: 0, # 'Σ' + 33: 0, # 'Τ' + 45: 0, # 'Υ' + 56: 0, # 'Φ' + 50: 0, # 'Χ' + 57: 0, # 'Ω' + 17: 0, # 'ά' + 18: 0, # 'έ' + 22: 0, # 'ή' + 15: 0, # 'ί' + 1: 0, # 'α' + 29: 1, # 'β' + 20: 0, # 'γ' + 21: 3, # 'δ' + 3: 0, # 'ε' + 32: 0, # 'ζ' + 13: 1, # 'η' + 25: 2, # 'θ' + 5: 2, # 'ι' + 11: 0, # 'κ' + 16: 2, # 'λ' + 10: 3, # 'μ' + 6: 3, # 'ν' + 30: 1, # 'ξ' + 4: 0, # 'ο' + 9: 2, # 'π' + 8: 3, # 'ρ' + 14: 3, # 'ς' + 7: 3, # 'σ' + 2: 3, # 'τ' + 12: 0, # 'υ' + 28: 1, # 'φ' + 23: 1, # 'χ' + 42: 0, # 'ψ' + 24: 0, # 'ω' + 19: 0, # 'ό' + 26: 0, # 'ύ' + 27: 0, # 'ώ' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1253_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '€' + 129: 255, # None + 130: 255, # '‚' + 131: 255, # 'ƒ' + 132: 255, # '„' + 133: 255, # '…' + 134: 255, # '†' + 135: 255, # '‡' + 136: 255, # None + 137: 255, # '‰' + 138: 255, # None + 139: 255, # '‹' + 140: 255, # None + 141: 255, # None + 142: 255, # None + 143: 255, # None + 144: 255, # None + 145: 255, # '‘' + 146: 255, # '’' + 147: 255, # '“' + 148: 255, # '”' + 149: 255, # '•' + 150: 255, # '–' + 151: 255, # '—' + 152: 255, # None + 153: 255, # '™' + 154: 255, # None + 155: 255, # '›' + 156: 255, # None + 157: 255, # None + 158: 255, # None + 159: 255, # None + 160: 253, # '\xa0' + 161: 233, # '΅' + 162: 61, # 'Ά' + 163: 253, # '£' + 164: 253, # '¤' + 165: 253, # '¥' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # None + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # '®' + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 253, # 'µ' + 182: 253, # '¶' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +WINDOWS_1253_GREEK_MODEL = SingleByteCharSetModel( + charset_name="windows-1253", + language="Greek", + char_to_order_map=WINDOWS_1253_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) + +ISO_8859_7_GREEK_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 82, # 'A' + 66: 100, # 'B' + 67: 104, # 'C' + 68: 94, # 'D' + 69: 98, # 'E' + 70: 101, # 'F' + 71: 116, # 'G' + 72: 102, # 'H' + 73: 111, # 'I' + 74: 187, # 'J' + 75: 117, # 'K' + 76: 92, # 'L' + 77: 88, # 'M' + 78: 113, # 'N' + 79: 85, # 'O' + 80: 79, # 'P' + 81: 118, # 'Q' + 82: 105, # 'R' + 83: 83, # 'S' + 84: 67, # 'T' + 85: 114, # 'U' + 86: 119, # 'V' + 87: 95, # 'W' + 88: 99, # 'X' + 89: 109, # 'Y' + 90: 188, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 72, # 'a' + 98: 70, # 'b' + 99: 80, # 'c' + 100: 81, # 'd' + 101: 60, # 'e' + 102: 96, # 'f' + 103: 93, # 'g' + 104: 89, # 'h' + 105: 68, # 'i' + 106: 120, # 'j' + 107: 97, # 'k' + 108: 77, # 'l' + 109: 86, # 'm' + 110: 69, # 'n' + 111: 55, # 'o' + 112: 78, # 'p' + 113: 115, # 'q' + 114: 65, # 'r' + 115: 66, # 's' + 116: 58, # 't' + 117: 76, # 'u' + 118: 106, # 'v' + 119: 103, # 'w' + 120: 87, # 'x' + 121: 107, # 'y' + 122: 112, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 255, # '\x80' + 129: 255, # '\x81' + 130: 255, # '\x82' + 131: 255, # '\x83' + 132: 255, # '\x84' + 133: 255, # '\x85' + 134: 255, # '\x86' + 135: 255, # '\x87' + 136: 255, # '\x88' + 137: 255, # '\x89' + 138: 255, # '\x8a' + 139: 255, # '\x8b' + 140: 255, # '\x8c' + 141: 255, # '\x8d' + 142: 255, # '\x8e' + 143: 255, # '\x8f' + 144: 255, # '\x90' + 145: 255, # '\x91' + 146: 255, # '\x92' + 147: 255, # '\x93' + 148: 255, # '\x94' + 149: 255, # '\x95' + 150: 255, # '\x96' + 151: 255, # '\x97' + 152: 255, # '\x98' + 153: 255, # '\x99' + 154: 255, # '\x9a' + 155: 255, # '\x9b' + 156: 255, # '\x9c' + 157: 255, # '\x9d' + 158: 255, # '\x9e' + 159: 255, # '\x9f' + 160: 253, # '\xa0' + 161: 233, # '‘' + 162: 90, # '’' + 163: 253, # '£' + 164: 253, # '€' + 165: 253, # '₯' + 166: 253, # '¦' + 167: 253, # '§' + 168: 253, # '¨' + 169: 253, # '©' + 170: 253, # 'ͺ' + 171: 253, # '«' + 172: 253, # '¬' + 173: 74, # '\xad' + 174: 253, # None + 175: 253, # '―' + 176: 253, # '°' + 177: 253, # '±' + 178: 253, # '²' + 179: 253, # '³' + 180: 247, # '΄' + 181: 248, # '΅' + 182: 61, # 'Ά' + 183: 36, # '·' + 184: 46, # 'Έ' + 185: 71, # 'Ή' + 186: 73, # 'Ί' + 187: 253, # '»' + 188: 54, # 'Ό' + 189: 253, # '½' + 190: 108, # 'Ύ' + 191: 123, # 'Ώ' + 192: 110, # 'ΐ' + 193: 31, # 'Α' + 194: 51, # 'Β' + 195: 43, # 'Γ' + 196: 41, # 'Δ' + 197: 34, # 'Ε' + 198: 91, # 'Ζ' + 199: 40, # 'Η' + 200: 52, # 'Θ' + 201: 47, # 'Ι' + 202: 44, # 'Κ' + 203: 53, # 'Λ' + 204: 38, # 'Μ' + 205: 49, # 'Ν' + 206: 59, # 'Ξ' + 207: 39, # 'Ο' + 208: 35, # 'Π' + 209: 48, # 'Ρ' + 210: 250, # None + 211: 37, # 'Σ' + 212: 33, # 'Τ' + 213: 45, # 'Υ' + 214: 56, # 'Φ' + 215: 50, # 'Χ' + 216: 84, # 'Ψ' + 217: 57, # 'Ω' + 218: 120, # 'Ϊ' + 219: 121, # 'Ϋ' + 220: 17, # 'ά' + 221: 18, # 'έ' + 222: 22, # 'ή' + 223: 15, # 'ί' + 224: 124, # 'ΰ' + 225: 1, # 'α' + 226: 29, # 'β' + 227: 20, # 'γ' + 228: 21, # 'δ' + 229: 3, # 'ε' + 230: 32, # 'ζ' + 231: 13, # 'η' + 232: 25, # 'θ' + 233: 5, # 'ι' + 234: 11, # 'κ' + 235: 16, # 'λ' + 236: 10, # 'μ' + 237: 6, # 'ν' + 238: 30, # 'ξ' + 239: 4, # 'ο' + 240: 9, # 'π' + 241: 8, # 'ρ' + 242: 14, # 'ς' + 243: 7, # 'σ' + 244: 2, # 'τ' + 245: 12, # 'υ' + 246: 28, # 'φ' + 247: 23, # 'χ' + 248: 42, # 'ψ' + 249: 24, # 'ω' + 250: 64, # 'ϊ' + 251: 75, # 'ϋ' + 252: 19, # 'ό' + 253: 26, # 'ύ' + 254: 27, # 'ώ' + 255: 253, # None +} + +ISO_8859_7_GREEK_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-7", + language="Greek", + char_to_order_map=ISO_8859_7_GREEK_CHAR_TO_ORDER, + language_model=GREEK_LANG_MODEL, + typical_positive_ratio=0.982851, + keep_ascii_letters=False, + alphabet="ΆΈΉΊΌΎΏΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΤΥΦΧΨΩάέήίαβγδεζηθικλμνξοπρςστυφχψωόύώ", +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py new file mode 100644 index 0000000..56d2975 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HEBREW_LANG_MODEL = { + 50: { # 'a' + 50: 0, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 0, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 60: { # 'c' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 61: { # 'd' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 42: { # 'e' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 2, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 2, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 1, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 53: { # 'i' + 50: 1, # 'a' + 60: 2, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 0, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 56: { # 'l' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 2, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 54: { # 'n' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 49: { # 'o' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 2, # 'n' + 49: 1, # 'o' + 51: 2, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 51: { # 'r' + 50: 2, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 2, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 43: { # 's' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 2, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 44: { # 't' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 0, # 'd' + 42: 2, # 'e' + 53: 2, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 2, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 63: { # 'u' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 34: { # '\xa0' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 2, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 55: { # '´' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 1, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 2, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 48: { # '¼' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 39: { # '½' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 57: { # '¾' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 30: { # 'ְ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 59: { # 'ֱ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 41: { # 'ֲ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 0, # 'ם' + 6: 2, # 'מ' + 23: 0, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 33: { # 'ִ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 37: { # 'ֵ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 1, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 36: { # 'ֶ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 2, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 31: { # 'ַ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 1, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 29: { # 'ָ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 2, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 35: { # 'ֹ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 2, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 2, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 62: { # 'ֻ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 1, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 28: { # 'ּ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 3, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 3, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 2, # 'ׁ' + 45: 1, # 'ׂ' + 9: 2, # 'א' + 8: 2, # 'ב' + 20: 1, # 'ג' + 16: 2, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 2, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 2, # 'ל' + 11: 1, # 'ם' + 6: 2, # 'מ' + 23: 1, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 2, # 'ר' + 10: 2, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 38: { # 'ׁ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 45: { # 'ׂ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 2, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 9: { # 'א' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 2, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 8: { # 'ב' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 1, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 20: { # 'ג' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 0, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 16: { # 'ד' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 3: { # 'ה' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 3, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 2: { # 'ו' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 3, # 'ֹ' + 62: 0, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 24: { # 'ז' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 1, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 2, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 2, # 'ח' + 22: 1, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 2, # 'נ' + 19: 1, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 2, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 14: { # 'ח' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 2, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 1, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 22: { # 'ט' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 1, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 2, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 1: { # 'י' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 25: { # 'ך' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 2, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 1, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 15: { # 'כ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 3, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 4: { # 'ל' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 3, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 11: { # 'ם' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 1, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 6: { # 'מ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 0, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 23: { # 'ן' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 1, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 1, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 12: { # 'נ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 19: { # 'ס' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 2, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 3, # 'ף' + 18: 3, # 'פ' + 27: 0, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 1, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 13: { # 'ע' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 1, # 'ֱ' + 41: 2, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 1, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 2, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 2, # 'ע' + 26: 1, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 26: { # 'ף' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 1, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 18: { # 'פ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 1, # 'ֵ' + 36: 2, # 'ֶ' + 31: 1, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 2, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 2, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 2, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 27: { # 'ץ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 21: { # 'צ' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 1, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 1, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 0, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 17: { # 'ק' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 1, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 1, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 2, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 1, # 'ך' + 15: 1, # 'כ' + 4: 3, # 'ל' + 11: 2, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 2, # 'ץ' + 21: 3, # 'צ' + 17: 2, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 7: { # 'ר' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 2, # '´' + 48: 1, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 1, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 2, # 'ֹ' + 62: 1, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 3, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 3, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 3, # 'ץ' + 21: 3, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 10: { # 'ש' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 1, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 1, # 'ִ' + 37: 1, # 'ֵ' + 36: 1, # 'ֶ' + 31: 1, # 'ַ' + 29: 1, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 3, # 'ׁ' + 45: 2, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 3, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 3, # 'ט' + 1: 3, # 'י' + 25: 3, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 2, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 1, # '…' + }, + 5: { # 'ת' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 1, # '\xa0' + 55: 0, # '´' + 48: 1, # '¼' + 39: 1, # '½' + 57: 0, # '¾' + 30: 2, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 2, # 'ִ' + 37: 2, # 'ֵ' + 36: 2, # 'ֶ' + 31: 2, # 'ַ' + 29: 2, # 'ָ' + 35: 1, # 'ֹ' + 62: 1, # 'ֻ' + 28: 2, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 3, # 'א' + 8: 3, # 'ב' + 20: 3, # 'ג' + 16: 2, # 'ד' + 3: 3, # 'ה' + 2: 3, # 'ו' + 24: 2, # 'ז' + 14: 3, # 'ח' + 22: 2, # 'ט' + 1: 3, # 'י' + 25: 2, # 'ך' + 15: 3, # 'כ' + 4: 3, # 'ל' + 11: 3, # 'ם' + 6: 3, # 'מ' + 23: 3, # 'ן' + 12: 3, # 'נ' + 19: 2, # 'ס' + 13: 3, # 'ע' + 26: 2, # 'ף' + 18: 3, # 'פ' + 27: 1, # 'ץ' + 21: 2, # 'צ' + 17: 3, # 'ק' + 7: 3, # 'ר' + 10: 3, # 'ש' + 5: 3, # 'ת' + 32: 1, # '–' + 52: 1, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, + 32: { # '–' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 1, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 52: { # '’' + 50: 1, # 'a' + 60: 0, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 2, # 's' + 44: 2, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 1, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 47: { # '“' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 1, # 'l' + 54: 1, # 'n' + 49: 1, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 1, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 2, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 1, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 1, # 'ח' + 22: 1, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 1, # 'ס' + 13: 1, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 1, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 46: { # '”' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 1, # 'ב' + 20: 1, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 1, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 0, # '†' + 40: 0, # '…' + }, + 58: { # '†' + 50: 0, # 'a' + 60: 0, # 'c' + 61: 0, # 'd' + 42: 0, # 'e' + 53: 0, # 'i' + 56: 0, # 'l' + 54: 0, # 'n' + 49: 0, # 'o' + 51: 0, # 'r' + 43: 0, # 's' + 44: 0, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 0, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 0, # 'ה' + 2: 0, # 'ו' + 24: 0, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 0, # 'י' + 25: 0, # 'ך' + 15: 0, # 'כ' + 4: 0, # 'ל' + 11: 0, # 'ם' + 6: 0, # 'מ' + 23: 0, # 'ן' + 12: 0, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 0, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 0, # 'ר' + 10: 0, # 'ש' + 5: 0, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 0, # '”' + 58: 2, # '†' + 40: 0, # '…' + }, + 40: { # '…' + 50: 1, # 'a' + 60: 1, # 'c' + 61: 1, # 'd' + 42: 1, # 'e' + 53: 1, # 'i' + 56: 0, # 'l' + 54: 1, # 'n' + 49: 0, # 'o' + 51: 1, # 'r' + 43: 1, # 's' + 44: 1, # 't' + 63: 0, # 'u' + 34: 0, # '\xa0' + 55: 0, # '´' + 48: 0, # '¼' + 39: 0, # '½' + 57: 0, # '¾' + 30: 0, # 'ְ' + 59: 0, # 'ֱ' + 41: 0, # 'ֲ' + 33: 0, # 'ִ' + 37: 0, # 'ֵ' + 36: 0, # 'ֶ' + 31: 0, # 'ַ' + 29: 0, # 'ָ' + 35: 0, # 'ֹ' + 62: 0, # 'ֻ' + 28: 0, # 'ּ' + 38: 0, # 'ׁ' + 45: 0, # 'ׂ' + 9: 1, # 'א' + 8: 0, # 'ב' + 20: 0, # 'ג' + 16: 0, # 'ד' + 3: 1, # 'ה' + 2: 1, # 'ו' + 24: 1, # 'ז' + 14: 0, # 'ח' + 22: 0, # 'ט' + 1: 1, # 'י' + 25: 0, # 'ך' + 15: 1, # 'כ' + 4: 1, # 'ל' + 11: 0, # 'ם' + 6: 1, # 'מ' + 23: 0, # 'ן' + 12: 1, # 'נ' + 19: 0, # 'ס' + 13: 0, # 'ע' + 26: 0, # 'ף' + 18: 1, # 'פ' + 27: 0, # 'ץ' + 21: 0, # 'צ' + 17: 0, # 'ק' + 7: 1, # 'ר' + 10: 1, # 'ש' + 5: 1, # 'ת' + 32: 0, # '–' + 52: 0, # '’' + 47: 0, # '“' + 46: 1, # '”' + 58: 0, # '†' + 40: 2, # '…' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1255_HEBREW_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 69, # 'A' + 66: 91, # 'B' + 67: 79, # 'C' + 68: 80, # 'D' + 69: 92, # 'E' + 70: 89, # 'F' + 71: 97, # 'G' + 72: 90, # 'H' + 73: 68, # 'I' + 74: 111, # 'J' + 75: 112, # 'K' + 76: 82, # 'L' + 77: 73, # 'M' + 78: 95, # 'N' + 79: 85, # 'O' + 80: 78, # 'P' + 81: 121, # 'Q' + 82: 86, # 'R' + 83: 71, # 'S' + 84: 67, # 'T' + 85: 102, # 'U' + 86: 107, # 'V' + 87: 84, # 'W' + 88: 114, # 'X' + 89: 103, # 'Y' + 90: 115, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 50, # 'a' + 98: 74, # 'b' + 99: 60, # 'c' + 100: 61, # 'd' + 101: 42, # 'e' + 102: 76, # 'f' + 103: 70, # 'g' + 104: 64, # 'h' + 105: 53, # 'i' + 106: 105, # 'j' + 107: 93, # 'k' + 108: 56, # 'l' + 109: 65, # 'm' + 110: 54, # 'n' + 111: 49, # 'o' + 112: 66, # 'p' + 113: 110, # 'q' + 114: 51, # 'r' + 115: 43, # 's' + 116: 44, # 't' + 117: 63, # 'u' + 118: 81, # 'v' + 119: 77, # 'w' + 120: 98, # 'x' + 121: 75, # 'y' + 122: 108, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 124, # '€' + 129: 202, # None + 130: 203, # '‚' + 131: 204, # 'ƒ' + 132: 205, # '„' + 133: 40, # '…' + 134: 58, # '†' + 135: 206, # '‡' + 136: 207, # 'ˆ' + 137: 208, # '‰' + 138: 209, # None + 139: 210, # '‹' + 140: 211, # None + 141: 212, # None + 142: 213, # None + 143: 214, # None + 144: 215, # None + 145: 83, # '‘' + 146: 52, # '’' + 147: 47, # '“' + 148: 46, # '”' + 149: 72, # '•' + 150: 32, # '–' + 151: 94, # '—' + 152: 216, # '˜' + 153: 113, # '™' + 154: 217, # None + 155: 109, # '›' + 156: 218, # None + 157: 219, # None + 158: 220, # None + 159: 221, # None + 160: 34, # '\xa0' + 161: 116, # '¡' + 162: 222, # '¢' + 163: 118, # '£' + 164: 100, # '₪' + 165: 223, # '¥' + 166: 224, # '¦' + 167: 117, # '§' + 168: 119, # '¨' + 169: 104, # '©' + 170: 125, # '×' + 171: 225, # '«' + 172: 226, # '¬' + 173: 87, # '\xad' + 174: 99, # '®' + 175: 227, # '¯' + 176: 106, # '°' + 177: 122, # '±' + 178: 123, # '²' + 179: 228, # '³' + 180: 55, # '´' + 181: 229, # 'µ' + 182: 230, # '¶' + 183: 101, # '·' + 184: 231, # '¸' + 185: 232, # '¹' + 186: 120, # '÷' + 187: 233, # '»' + 188: 48, # '¼' + 189: 39, # '½' + 190: 57, # '¾' + 191: 234, # '¿' + 192: 30, # 'ְ' + 193: 59, # 'ֱ' + 194: 41, # 'ֲ' + 195: 88, # 'ֳ' + 196: 33, # 'ִ' + 197: 37, # 'ֵ' + 198: 36, # 'ֶ' + 199: 31, # 'ַ' + 200: 29, # 'ָ' + 201: 35, # 'ֹ' + 202: 235, # None + 203: 62, # 'ֻ' + 204: 28, # 'ּ' + 205: 236, # 'ֽ' + 206: 126, # '־' + 207: 237, # 'ֿ' + 208: 238, # '׀' + 209: 38, # 'ׁ' + 210: 45, # 'ׂ' + 211: 239, # '׃' + 212: 240, # 'װ' + 213: 241, # 'ױ' + 214: 242, # 'ײ' + 215: 243, # '׳' + 216: 127, # '״' + 217: 244, # None + 218: 245, # None + 219: 246, # None + 220: 247, # None + 221: 248, # None + 222: 249, # None + 223: 250, # None + 224: 9, # 'א' + 225: 8, # 'ב' + 226: 20, # 'ג' + 227: 16, # 'ד' + 228: 3, # 'ה' + 229: 2, # 'ו' + 230: 24, # 'ז' + 231: 14, # 'ח' + 232: 22, # 'ט' + 233: 1, # 'י' + 234: 25, # 'ך' + 235: 15, # 'כ' + 236: 4, # 'ל' + 237: 11, # 'ם' + 238: 6, # 'מ' + 239: 23, # 'ן' + 240: 12, # 'נ' + 241: 19, # 'ס' + 242: 13, # 'ע' + 243: 26, # 'ף' + 244: 18, # 'פ' + 245: 27, # 'ץ' + 246: 21, # 'צ' + 247: 17, # 'ק' + 248: 7, # 'ר' + 249: 10, # 'ש' + 250: 5, # 'ת' + 251: 251, # None + 252: 252, # None + 253: 128, # '\u200e' + 254: 96, # '\u200f' + 255: 253, # None +} + +WINDOWS_1255_HEBREW_MODEL = SingleByteCharSetModel( + charset_name="windows-1255", + language="Hebrew", + char_to_order_map=WINDOWS_1255_HEBREW_CHAR_TO_ORDER, + language_model=HEBREW_LANG_MODEL, + typical_positive_ratio=0.984004, + keep_ascii_letters=False, + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py new file mode 100644 index 0000000..09a0d32 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py @@ -0,0 +1,4649 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +HUNGARIAN_LANG_MODEL = { + 28: { # 'A' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 2, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 40: { # 'B' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 3, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 54: { # 'C' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 3, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 45: { # 'D' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 32: { # 'E' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 50: { # 'F' + 28: 1, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 0, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 49: { # 'G' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 38: { # 'H' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 1, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 39: { # 'I' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 53: { # 'J' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 36: { # 'K' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 2, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 41: { # 'L' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 1, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 34: { # 'M' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 3, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 35: { # 'N' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 2, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 2, # 'Y' + 52: 1, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 47: { # 'O' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 2, # 'K' + 41: 2, # 'L' + 34: 2, # 'M' + 35: 2, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 1, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 1, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 46: { # 'P' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 0, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 0, # 'ű' + }, + 43: { # 'R' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 2, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 2, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 33: { # 'S' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 3, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 37: { # 'T' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 1, # 'S' + 37: 2, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 2, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 1, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 2, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 57: { # 'U' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 48: { # 'V' + 28: 2, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 2, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 2, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 2, # 'o' + 23: 0, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 2, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 0, # 'Ú' + 63: 1, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 55: { # 'Y' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 1, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 2, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 0, # 'r' + 5: 0, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 1, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 52: { # 'Z' + 28: 2, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 2, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 2, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 2, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 1, # 'U' + 48: 1, # 'V' + 55: 1, # 'Y' + 52: 1, # 'Z' + 2: 1, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 0, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 2, # 'Á' + 44: 1, # 'É' + 61: 1, # 'Í' + 58: 1, # 'Ó' + 59: 1, # 'Ö' + 60: 1, # 'Ú' + 63: 1, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 2: { # 'a' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 18: { # 'b' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 26: { # 'c' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 1, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 2, # 'é' + 30: 2, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 17: { # 'd' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 1, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 1: { # 'e' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 2, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 27: { # 'f' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 3, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 2, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 12: { # 'g' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 20: { # 'h' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 3, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 1, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 9: { # 'i' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 2, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 1, # 'ö' + 31: 2, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 1, # 'ű' + }, + 22: { # 'j' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 1, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 7: { # 'k' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 2, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 1, # 'ú' + 29: 3, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 6: { # 'l' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 1, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 3, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 3, # 'ő' + 56: 1, # 'ű' + }, + 13: { # 'm' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 4: { # 'n' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 1, # 'x' + 16: 3, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 8: { # 'o' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 1, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 23: { # 'p' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 3, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 10: { # 'r' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 2, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 2, # 'ű' + }, + 5: { # 's' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 2, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 3: { # 't' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 1, # 'g' + 20: 3, # 'h' + 9: 3, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 3, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 3, # 'ú' + 29: 3, # 'ü' + 42: 3, # 'ő' + 56: 2, # 'ű' + }, + 21: { # 'u' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 2, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 3, # 'v' + 62: 1, # 'x' + 16: 1, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 2, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 1, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 19: { # 'v' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 2, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 2, # 'ö' + 31: 1, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 1, # 'ű' + }, + 62: { # 'x' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 0, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 1, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 1, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 1, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 16: { # 'y' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 3, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 2, # 'j' + 7: 2, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 2, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 2, # 'í' + 25: 2, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 2, # 'ü' + 42: 1, # 'ő' + 56: 2, # 'ű' + }, + 11: { # 'z' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 3, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 3, # 'd' + 1: 3, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 3, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 3, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 3, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 3, # 'á' + 15: 3, # 'é' + 30: 3, # 'í' + 25: 3, # 'ó' + 24: 3, # 'ö' + 31: 2, # 'ú' + 29: 3, # 'ü' + 42: 2, # 'ő' + 56: 1, # 'ű' + }, + 51: { # 'Á' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 1, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 44: { # 'É' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 1, # 'E' + 50: 0, # 'F' + 49: 2, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 2, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 2, # 'R' + 33: 2, # 'S' + 37: 2, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 3, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 61: { # 'Í' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 0, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 1, # 'm' + 4: 0, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 0, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 58: { # 'Ó' + 28: 1, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 1, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 2, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 2, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 0, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 1, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 59: { # 'Ö' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 1, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 1, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 0, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 2, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 60: { # 'Ú' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 1, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 1, # 'F' + 49: 1, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 0, # 'b' + 26: 0, # 'c' + 17: 0, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 2, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 2, # 'j' + 7: 0, # 'k' + 6: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 0, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 0, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 63: { # 'Ü' + 28: 0, # 'A' + 40: 1, # 'B' + 54: 0, # 'C' + 45: 1, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 1, # 'G' + 38: 1, # 'H' + 39: 0, # 'I' + 53: 1, # 'J' + 36: 1, # 'K' + 41: 1, # 'L' + 34: 1, # 'M' + 35: 1, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 1, # 'R' + 33: 1, # 'S' + 37: 1, # 'T' + 57: 0, # 'U' + 48: 1, # 'V' + 55: 0, # 'Y' + 52: 1, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 0, # 'f' + 12: 1, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 0, # 'j' + 7: 0, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 1, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 14: { # 'á' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 3, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 3, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 2, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 1, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 2, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 15: { # 'é' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 3, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 3, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 30: { # 'í' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 0, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 2, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 2, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 25: { # 'ó' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 2, # 'a' + 18: 3, # 'b' + 26: 2, # 'c' + 17: 3, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 2, # 'g' + 20: 2, # 'h' + 9: 2, # 'i' + 22: 2, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 8: 1, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 1, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 1, # 'ö' + 31: 1, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 24: { # 'ö' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 0, # 'a' + 18: 3, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 0, # 'e' + 27: 1, # 'f' + 12: 2, # 'g' + 20: 1, # 'h' + 9: 0, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 2, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 3, # 't' + 21: 0, # 'u' + 19: 3, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 3, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 31: { # 'ú' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 2, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 2, # 'f' + 12: 3, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 3, # 'j' + 7: 1, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 3, # 'r' + 5: 3, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 1, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 29: { # 'ü' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 3, # 'g' + 20: 2, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 3, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 8: 0, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 0, # 'u' + 19: 2, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 42: { # 'ő' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 2, # 'b' + 26: 1, # 'c' + 17: 2, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 2, # 'k' + 6: 3, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 8: 1, # 'o' + 23: 1, # 'p' + 10: 2, # 'r' + 5: 2, # 's' + 3: 2, # 't' + 21: 1, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 1, # 'é' + 30: 1, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 1, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, + 56: { # 'ű' + 28: 0, # 'A' + 40: 0, # 'B' + 54: 0, # 'C' + 45: 0, # 'D' + 32: 0, # 'E' + 50: 0, # 'F' + 49: 0, # 'G' + 38: 0, # 'H' + 39: 0, # 'I' + 53: 0, # 'J' + 36: 0, # 'K' + 41: 0, # 'L' + 34: 0, # 'M' + 35: 0, # 'N' + 47: 0, # 'O' + 46: 0, # 'P' + 43: 0, # 'R' + 33: 0, # 'S' + 37: 0, # 'T' + 57: 0, # 'U' + 48: 0, # 'V' + 55: 0, # 'Y' + 52: 0, # 'Z' + 2: 1, # 'a' + 18: 1, # 'b' + 26: 0, # 'c' + 17: 1, # 'd' + 1: 1, # 'e' + 27: 1, # 'f' + 12: 1, # 'g' + 20: 1, # 'h' + 9: 1, # 'i' + 22: 1, # 'j' + 7: 1, # 'k' + 6: 1, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 8: 0, # 'o' + 23: 0, # 'p' + 10: 1, # 'r' + 5: 1, # 's' + 3: 1, # 't' + 21: 0, # 'u' + 19: 1, # 'v' + 62: 0, # 'x' + 16: 0, # 'y' + 11: 2, # 'z' + 51: 0, # 'Á' + 44: 0, # 'É' + 61: 0, # 'Í' + 58: 0, # 'Ó' + 59: 0, # 'Ö' + 60: 0, # 'Ú' + 63: 0, # 'Ü' + 14: 0, # 'á' + 15: 0, # 'é' + 30: 0, # 'í' + 25: 0, # 'ó' + 24: 0, # 'ö' + 31: 0, # 'ú' + 29: 0, # 'ü' + 42: 0, # 'ő' + 56: 0, # 'ű' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 72, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 161, # '€' + 129: 162, # None + 130: 163, # '‚' + 131: 164, # None + 132: 165, # '„' + 133: 166, # '…' + 134: 167, # '†' + 135: 168, # '‡' + 136: 169, # None + 137: 170, # '‰' + 138: 171, # 'Š' + 139: 172, # '‹' + 140: 173, # 'Ś' + 141: 174, # 'Ť' + 142: 175, # 'Ž' + 143: 176, # 'Ź' + 144: 177, # None + 145: 178, # '‘' + 146: 179, # '’' + 147: 180, # '“' + 148: 78, # '”' + 149: 181, # '•' + 150: 69, # '–' + 151: 182, # '—' + 152: 183, # None + 153: 184, # '™' + 154: 185, # 'š' + 155: 186, # '›' + 156: 187, # 'ś' + 157: 188, # 'ť' + 158: 189, # 'ž' + 159: 190, # 'ź' + 160: 191, # '\xa0' + 161: 192, # 'ˇ' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ą' + 166: 197, # '¦' + 167: 76, # '§' + 168: 198, # '¨' + 169: 199, # '©' + 170: 200, # 'Ş' + 171: 201, # '«' + 172: 202, # '¬' + 173: 203, # '\xad' + 174: 204, # '®' + 175: 205, # 'Ż' + 176: 81, # '°' + 177: 206, # '±' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'µ' + 182: 211, # '¶' + 183: 212, # '·' + 184: 213, # '¸' + 185: 214, # 'ą' + 186: 215, # 'ş' + 187: 216, # '»' + 188: 217, # 'Ľ' + 189: 218, # '˝' + 190: 219, # 'ľ' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 83, # 'Â' + 195: 222, # 'Ă' + 196: 80, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 70, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 84, # 'ŕ' + 225: 14, # 'á' + 226: 75, # 'â' + 227: 242, # 'ă' + 228: 71, # 'ä' + 229: 82, # 'ĺ' + 230: 243, # 'ć' + 231: 73, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 85, # 'ę' + 235: 79, # 'ë' + 236: 86, # 'ě' + 237: 30, # 'í' + 238: 77, # 'î' + 239: 87, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 74, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +WINDOWS_1250_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1250", + language="Hungarian", + char_to_order_map=WINDOWS_1250_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) + +ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 28, # 'A' + 66: 40, # 'B' + 67: 54, # 'C' + 68: 45, # 'D' + 69: 32, # 'E' + 70: 50, # 'F' + 71: 49, # 'G' + 72: 38, # 'H' + 73: 39, # 'I' + 74: 53, # 'J' + 75: 36, # 'K' + 76: 41, # 'L' + 77: 34, # 'M' + 78: 35, # 'N' + 79: 47, # 'O' + 80: 46, # 'P' + 81: 71, # 'Q' + 82: 43, # 'R' + 83: 33, # 'S' + 84: 37, # 'T' + 85: 57, # 'U' + 86: 48, # 'V' + 87: 64, # 'W' + 88: 68, # 'X' + 89: 55, # 'Y' + 90: 52, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 2, # 'a' + 98: 18, # 'b' + 99: 26, # 'c' + 100: 17, # 'd' + 101: 1, # 'e' + 102: 27, # 'f' + 103: 12, # 'g' + 104: 20, # 'h' + 105: 9, # 'i' + 106: 22, # 'j' + 107: 7, # 'k' + 108: 6, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 8, # 'o' + 112: 23, # 'p' + 113: 67, # 'q' + 114: 10, # 'r' + 115: 5, # 's' + 116: 3, # 't' + 117: 21, # 'u' + 118: 19, # 'v' + 119: 65, # 'w' + 120: 62, # 'x' + 121: 16, # 'y' + 122: 11, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 159, # '\x80' + 129: 160, # '\x81' + 130: 161, # '\x82' + 131: 162, # '\x83' + 132: 163, # '\x84' + 133: 164, # '\x85' + 134: 165, # '\x86' + 135: 166, # '\x87' + 136: 167, # '\x88' + 137: 168, # '\x89' + 138: 169, # '\x8a' + 139: 170, # '\x8b' + 140: 171, # '\x8c' + 141: 172, # '\x8d' + 142: 173, # '\x8e' + 143: 174, # '\x8f' + 144: 175, # '\x90' + 145: 176, # '\x91' + 146: 177, # '\x92' + 147: 178, # '\x93' + 148: 179, # '\x94' + 149: 180, # '\x95' + 150: 181, # '\x96' + 151: 182, # '\x97' + 152: 183, # '\x98' + 153: 184, # '\x99' + 154: 185, # '\x9a' + 155: 186, # '\x9b' + 156: 187, # '\x9c' + 157: 188, # '\x9d' + 158: 189, # '\x9e' + 159: 190, # '\x9f' + 160: 191, # '\xa0' + 161: 192, # 'Ą' + 162: 193, # '˘' + 163: 194, # 'Ł' + 164: 195, # '¤' + 165: 196, # 'Ľ' + 166: 197, # 'Ś' + 167: 75, # '§' + 168: 198, # '¨' + 169: 199, # 'Š' + 170: 200, # 'Ş' + 171: 201, # 'Ť' + 172: 202, # 'Ź' + 173: 203, # '\xad' + 174: 204, # 'Ž' + 175: 205, # 'Ż' + 176: 79, # '°' + 177: 206, # 'ą' + 178: 207, # '˛' + 179: 208, # 'ł' + 180: 209, # '´' + 181: 210, # 'ľ' + 182: 211, # 'ś' + 183: 212, # 'ˇ' + 184: 213, # '¸' + 185: 214, # 'š' + 186: 215, # 'ş' + 187: 216, # 'ť' + 188: 217, # 'ź' + 189: 218, # '˝' + 190: 219, # 'ž' + 191: 220, # 'ż' + 192: 221, # 'Ŕ' + 193: 51, # 'Á' + 194: 81, # 'Â' + 195: 222, # 'Ă' + 196: 78, # 'Ä' + 197: 223, # 'Ĺ' + 198: 224, # 'Ć' + 199: 225, # 'Ç' + 200: 226, # 'Č' + 201: 44, # 'É' + 202: 227, # 'Ę' + 203: 228, # 'Ë' + 204: 229, # 'Ě' + 205: 61, # 'Í' + 206: 230, # 'Î' + 207: 231, # 'Ď' + 208: 232, # 'Đ' + 209: 233, # 'Ń' + 210: 234, # 'Ň' + 211: 58, # 'Ó' + 212: 235, # 'Ô' + 213: 66, # 'Ő' + 214: 59, # 'Ö' + 215: 236, # '×' + 216: 237, # 'Ř' + 217: 238, # 'Ů' + 218: 60, # 'Ú' + 219: 69, # 'Ű' + 220: 63, # 'Ü' + 221: 239, # 'Ý' + 222: 240, # 'Ţ' + 223: 241, # 'ß' + 224: 82, # 'ŕ' + 225: 14, # 'á' + 226: 74, # 'â' + 227: 242, # 'ă' + 228: 70, # 'ä' + 229: 80, # 'ĺ' + 230: 243, # 'ć' + 231: 72, # 'ç' + 232: 244, # 'č' + 233: 15, # 'é' + 234: 83, # 'ę' + 235: 77, # 'ë' + 236: 84, # 'ě' + 237: 30, # 'í' + 238: 76, # 'î' + 239: 85, # 'ď' + 240: 245, # 'đ' + 241: 246, # 'ń' + 242: 247, # 'ň' + 243: 25, # 'ó' + 244: 73, # 'ô' + 245: 42, # 'ő' + 246: 24, # 'ö' + 247: 248, # '÷' + 248: 249, # 'ř' + 249: 250, # 'ů' + 250: 31, # 'ú' + 251: 56, # 'ű' + 252: 29, # 'ü' + 253: 251, # 'ý' + 254: 252, # 'ţ' + 255: 253, # '˙' +} + +ISO_8859_2_HUNGARIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-2", + language="Hungarian", + char_to_order_map=ISO_8859_2_HUNGARIAN_CHAR_TO_ORDER, + language_model=HUNGARIAN_LANG_MODEL, + typical_positive_ratio=0.947368, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVZabcdefghijklmnoprstuvzÁÉÍÓÖÚÜáéíóöúüŐőŰű", +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py new file mode 100644 index 0000000..39a5388 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py @@ -0,0 +1,5725 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +RUSSIAN_LANG_MODEL = { + 37: { # 'А' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 44: { # 'Б' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 33: { # 'В' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 46: { # 'Г' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 41: { # 'Д' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 3, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 48: { # 'Е' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 56: { # 'Ж' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 0, # 'я' + }, + 51: { # 'З' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 1, # 'я' + }, + 42: { # 'И' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 2, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 60: { # 'Й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 36: { # 'К' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 49: { # 'Л' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 38: { # 'М' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 31: { # 'Н' + 37: 2, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 34: { # 'О' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 2, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 1, # 'З' + 42: 1, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 2, # 'Л' + 38: 1, # 'М' + 31: 2, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 1, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 35: { # 'П' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 2, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 1, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 45: { # 'Р' + 37: 2, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 2, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 2, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 32: { # 'С' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 2, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 2, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 40: { # 'Т' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 2, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 1, # 'Ь' + 47: 1, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 52: { # 'У' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 1, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 1, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 53: { # 'Ф' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 55: { # 'Х' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 2, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 0, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 58: { # 'Ц' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 1, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 50: { # 'Ч' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 1, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 57: { # 'Ш' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 1, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 63: { # 'Щ' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 1, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 62: { # 'Ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 1, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 61: { # 'Ь' + 37: 0, # 'А' + 44: 1, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 1, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 1, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 47: { # 'Э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 1, # 'Й' + 36: 1, # 'К' + 49: 1, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 1, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 59: { # 'Ю' + 37: 1, # 'А' + 44: 1, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 1, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 0, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 43: { # 'Я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 1, # 'В' + 46: 1, # 'Г' + 41: 0, # 'Д' + 48: 1, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 1, # 'С' + 40: 1, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 1, # 'Х' + 58: 0, # 'Ц' + 50: 1, # 'Ч' + 57: 0, # 'Ш' + 63: 1, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 1, # 'Ю' + 43: 1, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 0, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 1, # 'й' + 11: 1, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 1, # 'п' + 9: 1, # 'р' + 7: 1, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 3: { # 'а' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 1, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 21: { # 'б' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 1, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 10: { # 'в' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 19: { # 'г' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 13: { # 'д' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 2: { # 'е' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 24: { # 'ж' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 20: { # 'з' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 4: { # 'и' + 37: 1, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 23: { # 'й' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 1, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 11: { # 'к' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 1, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 8: { # 'л' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 1, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 12: { # 'м' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 5: { # 'н' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 3, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 1, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 1: { # 'о' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 3, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 15: { # 'п' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 3, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 0, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 1, # 'ш' + 29: 1, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 2, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 3, # 'я' + }, + 9: { # 'р' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 7: { # 'с' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 1, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 2, # 'ш' + 29: 1, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 6: { # 'т' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 2, # 'щ' + 54: 2, # 'ъ' + 18: 3, # 'ы' + 17: 3, # 'ь' + 30: 2, # 'э' + 27: 2, # 'ю' + 16: 3, # 'я' + }, + 14: { # 'у' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 3, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 2, # 'э' + 27: 3, # 'ю' + 16: 2, # 'я' + }, + 39: { # 'ф' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 0, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 2, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 2, # 'ы' + 17: 1, # 'ь' + 30: 2, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 26: { # 'х' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 3, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 1, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 1, # 'п' + 9: 3, # 'р' + 7: 2, # 'с' + 6: 2, # 'т' + 14: 2, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 1, # 'ъ' + 18: 0, # 'ы' + 17: 1, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 28: { # 'ц' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 1, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 2, # 'к' + 8: 1, # 'л' + 12: 1, # 'м' + 5: 1, # 'н' + 1: 3, # 'о' + 15: 0, # 'п' + 9: 1, # 'р' + 7: 0, # 'с' + 6: 1, # 'т' + 14: 3, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 1, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 3, # 'ы' + 17: 1, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 22: { # 'ч' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 2, # 'л' + 12: 1, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 3, # 'т' + 14: 3, # 'у' + 39: 1, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 1, # 'ч' + 25: 2, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 25: { # 'ш' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 1, # 'б' + 10: 2, # 'в' + 19: 1, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 2, # 'м' + 5: 3, # 'н' + 1: 3, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 1, # 'с' + 6: 2, # 'т' + 14: 3, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 1, # 'ц' + 22: 1, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 3, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 0, # 'я' + }, + 29: { # 'щ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 3, # 'а' + 21: 0, # 'б' + 10: 1, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 3, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 3, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 1, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 0, # 'п' + 9: 2, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 2, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 2, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 0, # 'я' + }, + 54: { # 'ъ' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 0, # 'б' + 10: 0, # 'в' + 19: 0, # 'г' + 13: 0, # 'д' + 2: 2, # 'е' + 24: 0, # 'ж' + 20: 0, # 'з' + 4: 0, # 'и' + 23: 0, # 'й' + 11: 0, # 'к' + 8: 0, # 'л' + 12: 0, # 'м' + 5: 0, # 'н' + 1: 0, # 'о' + 15: 0, # 'п' + 9: 0, # 'р' + 7: 0, # 'с' + 6: 0, # 'т' + 14: 0, # 'у' + 39: 0, # 'ф' + 26: 0, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 0, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 1, # 'ю' + 16: 2, # 'я' + }, + 18: { # 'ы' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 3, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 2, # 'и' + 23: 3, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 1, # 'о' + 15: 3, # 'п' + 9: 3, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 0, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 3, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 0, # 'ю' + 16: 2, # 'я' + }, + 17: { # 'ь' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 2, # 'в' + 19: 2, # 'г' + 13: 2, # 'д' + 2: 3, # 'е' + 24: 1, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 0, # 'й' + 11: 3, # 'к' + 8: 0, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 2, # 'о' + 15: 2, # 'п' + 9: 1, # 'р' + 7: 3, # 'с' + 6: 2, # 'т' + 14: 0, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 3, # 'ш' + 29: 2, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 3, # 'ю' + 16: 3, # 'я' + }, + 30: { # 'э' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 1, # 'М' + 31: 1, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 1, # 'Р' + 32: 1, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 1, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 1, # 'б' + 10: 1, # 'в' + 19: 1, # 'г' + 13: 2, # 'д' + 2: 1, # 'е' + 24: 0, # 'ж' + 20: 1, # 'з' + 4: 0, # 'и' + 23: 2, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 2, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 2, # 'ф' + 26: 1, # 'х' + 28: 0, # 'ц' + 22: 0, # 'ч' + 25: 1, # 'ш' + 29: 0, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 1, # 'ю' + 16: 1, # 'я' + }, + 27: { # 'ю' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 2, # 'а' + 21: 3, # 'б' + 10: 1, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 1, # 'е' + 24: 2, # 'ж' + 20: 2, # 'з' + 4: 1, # 'и' + 23: 1, # 'й' + 11: 2, # 'к' + 8: 2, # 'л' + 12: 2, # 'м' + 5: 2, # 'н' + 1: 1, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 0, # 'у' + 39: 1, # 'ф' + 26: 2, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 1, # 'э' + 27: 2, # 'ю' + 16: 1, # 'я' + }, + 16: { # 'я' + 37: 0, # 'А' + 44: 0, # 'Б' + 33: 0, # 'В' + 46: 0, # 'Г' + 41: 0, # 'Д' + 48: 0, # 'Е' + 56: 0, # 'Ж' + 51: 0, # 'З' + 42: 0, # 'И' + 60: 0, # 'Й' + 36: 0, # 'К' + 49: 0, # 'Л' + 38: 0, # 'М' + 31: 0, # 'Н' + 34: 0, # 'О' + 35: 0, # 'П' + 45: 0, # 'Р' + 32: 0, # 'С' + 40: 0, # 'Т' + 52: 0, # 'У' + 53: 0, # 'Ф' + 55: 0, # 'Х' + 58: 0, # 'Ц' + 50: 0, # 'Ч' + 57: 0, # 'Ш' + 63: 0, # 'Щ' + 62: 0, # 'Ы' + 61: 0, # 'Ь' + 47: 0, # 'Э' + 59: 0, # 'Ю' + 43: 0, # 'Я' + 3: 0, # 'а' + 21: 2, # 'б' + 10: 3, # 'в' + 19: 2, # 'г' + 13: 3, # 'д' + 2: 3, # 'е' + 24: 3, # 'ж' + 20: 3, # 'з' + 4: 2, # 'и' + 23: 2, # 'й' + 11: 3, # 'к' + 8: 3, # 'л' + 12: 3, # 'м' + 5: 3, # 'н' + 1: 0, # 'о' + 15: 2, # 'п' + 9: 2, # 'р' + 7: 3, # 'с' + 6: 3, # 'т' + 14: 1, # 'у' + 39: 1, # 'ф' + 26: 3, # 'х' + 28: 2, # 'ц' + 22: 2, # 'ч' + 25: 2, # 'ш' + 29: 3, # 'щ' + 54: 0, # 'ъ' + 18: 0, # 'ы' + 17: 0, # 'ь' + 30: 0, # 'э' + 27: 2, # 'ю' + 16: 2, # 'я' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +IBM866_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 3, # 'а' + 161: 21, # 'б' + 162: 10, # 'в' + 163: 19, # 'г' + 164: 13, # 'д' + 165: 2, # 'е' + 166: 24, # 'ж' + 167: 20, # 'з' + 168: 4, # 'и' + 169: 23, # 'й' + 170: 11, # 'к' + 171: 8, # 'л' + 172: 12, # 'м' + 173: 5, # 'н' + 174: 1, # 'о' + 175: 15, # 'п' + 176: 191, # '░' + 177: 192, # '▒' + 178: 193, # '▓' + 179: 194, # '│' + 180: 195, # '┤' + 181: 196, # '╡' + 182: 197, # '╢' + 183: 198, # '╖' + 184: 199, # '╕' + 185: 200, # '╣' + 186: 201, # '║' + 187: 202, # '╗' + 188: 203, # '╝' + 189: 204, # '╜' + 190: 205, # '╛' + 191: 206, # '┐' + 192: 207, # '└' + 193: 208, # '┴' + 194: 209, # '┬' + 195: 210, # '├' + 196: 211, # '─' + 197: 212, # '┼' + 198: 213, # '╞' + 199: 214, # '╟' + 200: 215, # '╚' + 201: 216, # '╔' + 202: 217, # '╩' + 203: 218, # '╦' + 204: 219, # '╠' + 205: 220, # '═' + 206: 221, # '╬' + 207: 222, # '╧' + 208: 223, # '╨' + 209: 224, # '╤' + 210: 225, # '╥' + 211: 226, # '╙' + 212: 227, # '╘' + 213: 228, # '╒' + 214: 229, # '╓' + 215: 230, # '╫' + 216: 231, # '╪' + 217: 232, # '┘' + 218: 233, # '┌' + 219: 234, # '█' + 220: 235, # '▄' + 221: 236, # '▌' + 222: 237, # '▐' + 223: 238, # '▀' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # 'Ё' + 241: 68, # 'ё' + 242: 240, # 'Є' + 243: 241, # 'є' + 244: 242, # 'Ї' + 245: 243, # 'ї' + 246: 244, # 'Ў' + 247: 245, # 'ў' + 248: 246, # '°' + 249: 247, # '∙' + 250: 248, # '·' + 251: 249, # '√' + 252: 250, # '№' + 253: 251, # '¤' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM866_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM866", + language="Russian", + char_to_order_map=IBM866_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'Ђ' + 129: 192, # 'Ѓ' + 130: 193, # '‚' + 131: 194, # 'ѓ' + 132: 195, # '„' + 133: 196, # '…' + 134: 197, # '†' + 135: 198, # '‡' + 136: 199, # '€' + 137: 200, # '‰' + 138: 201, # 'Љ' + 139: 202, # '‹' + 140: 203, # 'Њ' + 141: 204, # 'Ќ' + 142: 205, # 'Ћ' + 143: 206, # 'Џ' + 144: 207, # 'ђ' + 145: 208, # '‘' + 146: 209, # '’' + 147: 210, # '“' + 148: 211, # '”' + 149: 212, # '•' + 150: 213, # '–' + 151: 214, # '—' + 152: 215, # None + 153: 216, # '™' + 154: 217, # 'љ' + 155: 218, # '›' + 156: 219, # 'њ' + 157: 220, # 'ќ' + 158: 221, # 'ћ' + 159: 222, # 'џ' + 160: 223, # '\xa0' + 161: 224, # 'Ў' + 162: 225, # 'ў' + 163: 226, # 'Ј' + 164: 227, # '¤' + 165: 228, # 'Ґ' + 166: 229, # '¦' + 167: 230, # '§' + 168: 231, # 'Ё' + 169: 232, # '©' + 170: 233, # 'Є' + 171: 234, # '«' + 172: 235, # '¬' + 173: 236, # '\xad' + 174: 237, # '®' + 175: 238, # 'Ї' + 176: 239, # '°' + 177: 240, # '±' + 178: 241, # 'І' + 179: 242, # 'і' + 180: 243, # 'ґ' + 181: 244, # 'µ' + 182: 245, # '¶' + 183: 246, # '·' + 184: 68, # 'ё' + 185: 247, # '№' + 186: 248, # 'є' + 187: 249, # '»' + 188: 250, # 'ј' + 189: 251, # 'Ѕ' + 190: 252, # 'ѕ' + 191: 253, # 'ї' + 192: 37, # 'А' + 193: 44, # 'Б' + 194: 33, # 'В' + 195: 46, # 'Г' + 196: 41, # 'Д' + 197: 48, # 'Е' + 198: 56, # 'Ж' + 199: 51, # 'З' + 200: 42, # 'И' + 201: 60, # 'Й' + 202: 36, # 'К' + 203: 49, # 'Л' + 204: 38, # 'М' + 205: 31, # 'Н' + 206: 34, # 'О' + 207: 35, # 'П' + 208: 45, # 'Р' + 209: 32, # 'С' + 210: 40, # 'Т' + 211: 52, # 'У' + 212: 53, # 'Ф' + 213: 55, # 'Х' + 214: 58, # 'Ц' + 215: 50, # 'Ч' + 216: 57, # 'Ш' + 217: 63, # 'Щ' + 218: 70, # 'Ъ' + 219: 62, # 'Ы' + 220: 61, # 'Ь' + 221: 47, # 'Э' + 222: 59, # 'Ю' + 223: 43, # 'Я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 16, # 'я' +} + +WINDOWS_1251_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="windows-1251", + language="Russian", + char_to_order_map=WINDOWS_1251_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +IBM855_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # 'ђ' + 129: 192, # 'Ђ' + 130: 193, # 'ѓ' + 131: 194, # 'Ѓ' + 132: 68, # 'ё' + 133: 195, # 'Ё' + 134: 196, # 'є' + 135: 197, # 'Є' + 136: 198, # 'ѕ' + 137: 199, # 'Ѕ' + 138: 200, # 'і' + 139: 201, # 'І' + 140: 202, # 'ї' + 141: 203, # 'Ї' + 142: 204, # 'ј' + 143: 205, # 'Ј' + 144: 206, # 'љ' + 145: 207, # 'Љ' + 146: 208, # 'њ' + 147: 209, # 'Њ' + 148: 210, # 'ћ' + 149: 211, # 'Ћ' + 150: 212, # 'ќ' + 151: 213, # 'Ќ' + 152: 214, # 'ў' + 153: 215, # 'Ў' + 154: 216, # 'џ' + 155: 217, # 'Џ' + 156: 27, # 'ю' + 157: 59, # 'Ю' + 158: 54, # 'ъ' + 159: 70, # 'Ъ' + 160: 3, # 'а' + 161: 37, # 'А' + 162: 21, # 'б' + 163: 44, # 'Б' + 164: 28, # 'ц' + 165: 58, # 'Ц' + 166: 13, # 'д' + 167: 41, # 'Д' + 168: 2, # 'е' + 169: 48, # 'Е' + 170: 39, # 'ф' + 171: 53, # 'Ф' + 172: 19, # 'г' + 173: 46, # 'Г' + 174: 218, # '«' + 175: 219, # '»' + 176: 220, # '░' + 177: 221, # '▒' + 178: 222, # '▓' + 179: 223, # '│' + 180: 224, # '┤' + 181: 26, # 'х' + 182: 55, # 'Х' + 183: 4, # 'и' + 184: 42, # 'И' + 185: 225, # '╣' + 186: 226, # '║' + 187: 227, # '╗' + 188: 228, # '╝' + 189: 23, # 'й' + 190: 60, # 'Й' + 191: 229, # '┐' + 192: 230, # '└' + 193: 231, # '┴' + 194: 232, # '┬' + 195: 233, # '├' + 196: 234, # '─' + 197: 235, # '┼' + 198: 11, # 'к' + 199: 36, # 'К' + 200: 236, # '╚' + 201: 237, # '╔' + 202: 238, # '╩' + 203: 239, # '╦' + 204: 240, # '╠' + 205: 241, # '═' + 206: 242, # '╬' + 207: 243, # '¤' + 208: 8, # 'л' + 209: 49, # 'Л' + 210: 12, # 'м' + 211: 38, # 'М' + 212: 5, # 'н' + 213: 31, # 'Н' + 214: 1, # 'о' + 215: 34, # 'О' + 216: 15, # 'п' + 217: 244, # '┘' + 218: 245, # '┌' + 219: 246, # '█' + 220: 247, # '▄' + 221: 35, # 'П' + 222: 16, # 'я' + 223: 248, # '▀' + 224: 43, # 'Я' + 225: 9, # 'р' + 226: 45, # 'Р' + 227: 7, # 'с' + 228: 32, # 'С' + 229: 6, # 'т' + 230: 40, # 'Т' + 231: 14, # 'у' + 232: 52, # 'У' + 233: 24, # 'ж' + 234: 56, # 'Ж' + 235: 10, # 'в' + 236: 33, # 'В' + 237: 17, # 'ь' + 238: 61, # 'Ь' + 239: 249, # '№' + 240: 250, # '\xad' + 241: 18, # 'ы' + 242: 62, # 'Ы' + 243: 20, # 'з' + 244: 51, # 'З' + 245: 25, # 'ш' + 246: 57, # 'Ш' + 247: 30, # 'э' + 248: 47, # 'Э' + 249: 29, # 'щ' + 250: 63, # 'Щ' + 251: 22, # 'ч' + 252: 50, # 'Ч' + 253: 251, # '§' + 254: 252, # '■' + 255: 255, # '\xa0' +} + +IBM855_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="IBM855", + language="Russian", + char_to_order_map=IBM855_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +KOI8_R_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '─' + 129: 192, # '│' + 130: 193, # '┌' + 131: 194, # '┐' + 132: 195, # '└' + 133: 196, # '┘' + 134: 197, # '├' + 135: 198, # '┤' + 136: 199, # '┬' + 137: 200, # '┴' + 138: 201, # '┼' + 139: 202, # '▀' + 140: 203, # '▄' + 141: 204, # '█' + 142: 205, # '▌' + 143: 206, # '▐' + 144: 207, # '░' + 145: 208, # '▒' + 146: 209, # '▓' + 147: 210, # '⌠' + 148: 211, # '■' + 149: 212, # '∙' + 150: 213, # '√' + 151: 214, # '≈' + 152: 215, # '≤' + 153: 216, # '≥' + 154: 217, # '\xa0' + 155: 218, # '⌡' + 156: 219, # '°' + 157: 220, # '²' + 158: 221, # '·' + 159: 222, # '÷' + 160: 223, # '═' + 161: 224, # '║' + 162: 225, # '╒' + 163: 68, # 'ё' + 164: 226, # '╓' + 165: 227, # '╔' + 166: 228, # '╕' + 167: 229, # '╖' + 168: 230, # '╗' + 169: 231, # '╘' + 170: 232, # '╙' + 171: 233, # '╚' + 172: 234, # '╛' + 173: 235, # '╜' + 174: 236, # '╝' + 175: 237, # '╞' + 176: 238, # '╟' + 177: 239, # '╠' + 178: 240, # '╡' + 179: 241, # 'Ё' + 180: 242, # '╢' + 181: 243, # '╣' + 182: 244, # '╤' + 183: 245, # '╥' + 184: 246, # '╦' + 185: 247, # '╧' + 186: 248, # '╨' + 187: 249, # '╩' + 188: 250, # '╪' + 189: 251, # '╫' + 190: 252, # '╬' + 191: 253, # '©' + 192: 27, # 'ю' + 193: 3, # 'а' + 194: 21, # 'б' + 195: 28, # 'ц' + 196: 13, # 'д' + 197: 2, # 'е' + 198: 39, # 'ф' + 199: 19, # 'г' + 200: 26, # 'х' + 201: 4, # 'и' + 202: 23, # 'й' + 203: 11, # 'к' + 204: 8, # 'л' + 205: 12, # 'м' + 206: 5, # 'н' + 207: 1, # 'о' + 208: 15, # 'п' + 209: 16, # 'я' + 210: 9, # 'р' + 211: 7, # 'с' + 212: 6, # 'т' + 213: 14, # 'у' + 214: 24, # 'ж' + 215: 10, # 'в' + 216: 17, # 'ь' + 217: 18, # 'ы' + 218: 20, # 'з' + 219: 25, # 'ш' + 220: 30, # 'э' + 221: 29, # 'щ' + 222: 22, # 'ч' + 223: 54, # 'ъ' + 224: 59, # 'Ю' + 225: 37, # 'А' + 226: 44, # 'Б' + 227: 58, # 'Ц' + 228: 41, # 'Д' + 229: 48, # 'Е' + 230: 53, # 'Ф' + 231: 46, # 'Г' + 232: 55, # 'Х' + 233: 42, # 'И' + 234: 60, # 'Й' + 235: 36, # 'К' + 236: 49, # 'Л' + 237: 38, # 'М' + 238: 31, # 'Н' + 239: 34, # 'О' + 240: 35, # 'П' + 241: 43, # 'Я' + 242: 45, # 'Р' + 243: 32, # 'С' + 244: 40, # 'Т' + 245: 52, # 'У' + 246: 56, # 'Ж' + 247: 33, # 'В' + 248: 61, # 'Ь' + 249: 62, # 'Ы' + 250: 51, # 'З' + 251: 57, # 'Ш' + 252: 47, # 'Э' + 253: 63, # 'Щ' + 254: 50, # 'Ч' + 255: 70, # 'Ъ' +} + +KOI8_R_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="KOI8-R", + language="Russian", + char_to_order_map=KOI8_R_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 37, # 'А' + 129: 44, # 'Б' + 130: 33, # 'В' + 131: 46, # 'Г' + 132: 41, # 'Д' + 133: 48, # 'Е' + 134: 56, # 'Ж' + 135: 51, # 'З' + 136: 42, # 'И' + 137: 60, # 'Й' + 138: 36, # 'К' + 139: 49, # 'Л' + 140: 38, # 'М' + 141: 31, # 'Н' + 142: 34, # 'О' + 143: 35, # 'П' + 144: 45, # 'Р' + 145: 32, # 'С' + 146: 40, # 'Т' + 147: 52, # 'У' + 148: 53, # 'Ф' + 149: 55, # 'Х' + 150: 58, # 'Ц' + 151: 50, # 'Ч' + 152: 57, # 'Ш' + 153: 63, # 'Щ' + 154: 70, # 'Ъ' + 155: 62, # 'Ы' + 156: 61, # 'Ь' + 157: 47, # 'Э' + 158: 59, # 'Ю' + 159: 43, # 'Я' + 160: 191, # '†' + 161: 192, # '°' + 162: 193, # 'Ґ' + 163: 194, # '£' + 164: 195, # '§' + 165: 196, # '•' + 166: 197, # '¶' + 167: 198, # 'І' + 168: 199, # '®' + 169: 200, # '©' + 170: 201, # '™' + 171: 202, # 'Ђ' + 172: 203, # 'ђ' + 173: 204, # '≠' + 174: 205, # 'Ѓ' + 175: 206, # 'ѓ' + 176: 207, # '∞' + 177: 208, # '±' + 178: 209, # '≤' + 179: 210, # '≥' + 180: 211, # 'і' + 181: 212, # 'µ' + 182: 213, # 'ґ' + 183: 214, # 'Ј' + 184: 215, # 'Є' + 185: 216, # 'є' + 186: 217, # 'Ї' + 187: 218, # 'ї' + 188: 219, # 'Љ' + 189: 220, # 'љ' + 190: 221, # 'Њ' + 191: 222, # 'њ' + 192: 223, # 'ј' + 193: 224, # 'Ѕ' + 194: 225, # '¬' + 195: 226, # '√' + 196: 227, # 'ƒ' + 197: 228, # '≈' + 198: 229, # '∆' + 199: 230, # '«' + 200: 231, # '»' + 201: 232, # '…' + 202: 233, # '\xa0' + 203: 234, # 'Ћ' + 204: 235, # 'ћ' + 205: 236, # 'Ќ' + 206: 237, # 'ќ' + 207: 238, # 'ѕ' + 208: 239, # '–' + 209: 240, # '—' + 210: 241, # '“' + 211: 242, # '”' + 212: 243, # '‘' + 213: 244, # '’' + 214: 245, # '÷' + 215: 246, # '„' + 216: 247, # 'Ў' + 217: 248, # 'ў' + 218: 249, # 'Џ' + 219: 250, # 'џ' + 220: 251, # '№' + 221: 252, # 'Ё' + 222: 68, # 'ё' + 223: 16, # 'я' + 224: 3, # 'а' + 225: 21, # 'б' + 226: 10, # 'в' + 227: 19, # 'г' + 228: 13, # 'д' + 229: 2, # 'е' + 230: 24, # 'ж' + 231: 20, # 'з' + 232: 4, # 'и' + 233: 23, # 'й' + 234: 11, # 'к' + 235: 8, # 'л' + 236: 12, # 'м' + 237: 5, # 'н' + 238: 1, # 'о' + 239: 15, # 'п' + 240: 9, # 'р' + 241: 7, # 'с' + 242: 6, # 'т' + 243: 14, # 'у' + 244: 39, # 'ф' + 245: 26, # 'х' + 246: 28, # 'ц' + 247: 22, # 'ч' + 248: 25, # 'ш' + 249: 29, # 'щ' + 250: 54, # 'ъ' + 251: 18, # 'ы' + 252: 17, # 'ь' + 253: 30, # 'э' + 254: 27, # 'ю' + 255: 255, # '€' +} + +MACCYRILLIC_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="MacCyrillic", + language="Russian", + char_to_order_map=MACCYRILLIC_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) + +ISO_8859_5_RUSSIAN_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 142, # 'A' + 66: 143, # 'B' + 67: 144, # 'C' + 68: 145, # 'D' + 69: 146, # 'E' + 70: 147, # 'F' + 71: 148, # 'G' + 72: 149, # 'H' + 73: 150, # 'I' + 74: 151, # 'J' + 75: 152, # 'K' + 76: 74, # 'L' + 77: 153, # 'M' + 78: 75, # 'N' + 79: 154, # 'O' + 80: 155, # 'P' + 81: 156, # 'Q' + 82: 157, # 'R' + 83: 158, # 'S' + 84: 159, # 'T' + 85: 160, # 'U' + 86: 161, # 'V' + 87: 162, # 'W' + 88: 163, # 'X' + 89: 164, # 'Y' + 90: 165, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 71, # 'a' + 98: 172, # 'b' + 99: 66, # 'c' + 100: 173, # 'd' + 101: 65, # 'e' + 102: 174, # 'f' + 103: 76, # 'g' + 104: 175, # 'h' + 105: 64, # 'i' + 106: 176, # 'j' + 107: 177, # 'k' + 108: 77, # 'l' + 109: 72, # 'm' + 110: 178, # 'n' + 111: 69, # 'o' + 112: 67, # 'p' + 113: 179, # 'q' + 114: 78, # 'r' + 115: 73, # 's' + 116: 180, # 't' + 117: 181, # 'u' + 118: 79, # 'v' + 119: 182, # 'w' + 120: 183, # 'x' + 121: 184, # 'y' + 122: 185, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 191, # '\x80' + 129: 192, # '\x81' + 130: 193, # '\x82' + 131: 194, # '\x83' + 132: 195, # '\x84' + 133: 196, # '\x85' + 134: 197, # '\x86' + 135: 198, # '\x87' + 136: 199, # '\x88' + 137: 200, # '\x89' + 138: 201, # '\x8a' + 139: 202, # '\x8b' + 140: 203, # '\x8c' + 141: 204, # '\x8d' + 142: 205, # '\x8e' + 143: 206, # '\x8f' + 144: 207, # '\x90' + 145: 208, # '\x91' + 146: 209, # '\x92' + 147: 210, # '\x93' + 148: 211, # '\x94' + 149: 212, # '\x95' + 150: 213, # '\x96' + 151: 214, # '\x97' + 152: 215, # '\x98' + 153: 216, # '\x99' + 154: 217, # '\x9a' + 155: 218, # '\x9b' + 156: 219, # '\x9c' + 157: 220, # '\x9d' + 158: 221, # '\x9e' + 159: 222, # '\x9f' + 160: 223, # '\xa0' + 161: 224, # 'Ё' + 162: 225, # 'Ђ' + 163: 226, # 'Ѓ' + 164: 227, # 'Є' + 165: 228, # 'Ѕ' + 166: 229, # 'І' + 167: 230, # 'Ї' + 168: 231, # 'Ј' + 169: 232, # 'Љ' + 170: 233, # 'Њ' + 171: 234, # 'Ћ' + 172: 235, # 'Ќ' + 173: 236, # '\xad' + 174: 237, # 'Ў' + 175: 238, # 'Џ' + 176: 37, # 'А' + 177: 44, # 'Б' + 178: 33, # 'В' + 179: 46, # 'Г' + 180: 41, # 'Д' + 181: 48, # 'Е' + 182: 56, # 'Ж' + 183: 51, # 'З' + 184: 42, # 'И' + 185: 60, # 'Й' + 186: 36, # 'К' + 187: 49, # 'Л' + 188: 38, # 'М' + 189: 31, # 'Н' + 190: 34, # 'О' + 191: 35, # 'П' + 192: 45, # 'Р' + 193: 32, # 'С' + 194: 40, # 'Т' + 195: 52, # 'У' + 196: 53, # 'Ф' + 197: 55, # 'Х' + 198: 58, # 'Ц' + 199: 50, # 'Ч' + 200: 57, # 'Ш' + 201: 63, # 'Щ' + 202: 70, # 'Ъ' + 203: 62, # 'Ы' + 204: 61, # 'Ь' + 205: 47, # 'Э' + 206: 59, # 'Ю' + 207: 43, # 'Я' + 208: 3, # 'а' + 209: 21, # 'б' + 210: 10, # 'в' + 211: 19, # 'г' + 212: 13, # 'д' + 213: 2, # 'е' + 214: 24, # 'ж' + 215: 20, # 'з' + 216: 4, # 'и' + 217: 23, # 'й' + 218: 11, # 'к' + 219: 8, # 'л' + 220: 12, # 'м' + 221: 5, # 'н' + 222: 1, # 'о' + 223: 15, # 'п' + 224: 9, # 'р' + 225: 7, # 'с' + 226: 6, # 'т' + 227: 14, # 'у' + 228: 39, # 'ф' + 229: 26, # 'х' + 230: 28, # 'ц' + 231: 22, # 'ч' + 232: 25, # 'ш' + 233: 29, # 'щ' + 234: 54, # 'ъ' + 235: 18, # 'ы' + 236: 17, # 'ь' + 237: 30, # 'э' + 238: 27, # 'ю' + 239: 16, # 'я' + 240: 239, # '№' + 241: 68, # 'ё' + 242: 240, # 'ђ' + 243: 241, # 'ѓ' + 244: 242, # 'є' + 245: 243, # 'ѕ' + 246: 244, # 'і' + 247: 245, # 'ї' + 248: 246, # 'ј' + 249: 247, # 'љ' + 250: 248, # 'њ' + 251: 249, # 'ћ' + 252: 250, # 'ќ' + 253: 251, # '§' + 254: 252, # 'ў' + 255: 255, # 'џ' +} + +ISO_8859_5_RUSSIAN_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-5", + language="Russian", + char_to_order_map=ISO_8859_5_RUSSIAN_CHAR_TO_ORDER, + language_model=RUSSIAN_LANG_MODEL, + typical_positive_ratio=0.976601, + keep_ascii_letters=False, + alphabet="ЁАБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯабвгдежзийклмнопрстуфхцчшщъыьэюяё", +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py new file mode 100644 index 0000000..489cad9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +THAI_LANG_MODEL = { + 5: { # 'ก' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 3, # 'ฎ' + 57: 2, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 1, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 30: { # 'ข' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 2, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 24: { # 'ค' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 2, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 3, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 8: { # 'ง' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 1, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 2, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 3, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 26: { # 'จ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 52: { # 'ฉ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 34: { # 'ช' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 1, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 51: { # 'ซ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 47: { # 'ญ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 58: { # 'ฎ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 57: { # 'ฏ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 49: { # 'ฐ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 53: { # 'ฑ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 55: { # 'ฒ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 43: { # 'ณ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 3, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 3, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 20: { # 'ด' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 2, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 2, # '็' + 6: 1, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 19: { # 'ต' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 2, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 1, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 44: { # 'ถ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 1, # 'ี' + 40: 3, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 14: { # 'ท' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 3, # 'ศ' + 46: 1, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 1, # 'ื' + 32: 3, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 48: { # 'ธ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 2, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 3: { # 'น' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 1, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 3, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 3, # 'โ' + 29: 3, # 'ใ' + 33: 3, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 17: { # 'บ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 2, # 'ื' + 32: 3, # 'ุ' + 35: 2, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 25: { # 'ป' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 1, # 'ฎ' + 57: 3, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 1, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 1, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 2, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 1, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 39: { # 'ผ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 0, # 'ุ' + 35: 3, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 62: { # 'ฝ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 1, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 2, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 2, # '่' + 7: 1, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 31: { # 'พ' + 5: 1, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 1, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 1, # 'ึ' + 27: 3, # 'ื' + 32: 1, # 'ุ' + 35: 2, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 1, # '็' + 6: 0, # '่' + 7: 1, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 54: { # 'ฟ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 1, # 'ื' + 32: 1, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 45: { # 'ภ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 9: { # 'ม' + 5: 2, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 2, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 1, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 2, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 16: { # 'ย' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 1, # 'ึ' + 27: 2, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 2, # 'ๆ' + 37: 1, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 2: { # 'ร' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 2, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 3, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 3, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 2, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 3, # 'เ' + 28: 3, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 3, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 61: { # 'ฤ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 2, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 15: { # 'ล' + 5: 2, # 'ก' + 30: 3, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 3, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 2, # 'ฯ' + 22: 3, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 2, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 2, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 12: { # 'ว' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 3, # 'ิ' + 13: 2, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 2, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 42: { # 'ศ' + 5: 1, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 2, # 'ิ' + 13: 0, # 'ี' + 40: 3, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 2, # 'ู' + 11: 0, # 'เ' + 28: 1, # 'แ' + 41: 0, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 46: { # 'ษ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 2, # 'ฎ' + 57: 1, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 0, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 2, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 18: { # 'ส' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 3, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 3, # 'ำ' + 23: 3, # 'ิ' + 13: 3, # 'ี' + 40: 2, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 3, # 'ู' + 11: 2, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 1, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 21: { # 'ห' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 1, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 0, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 0, # 'ำ' + 23: 1, # 'ิ' + 13: 1, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 1, # 'ุ' + 35: 1, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 3, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 4: { # 'อ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 2, # 'ะ' + 10: 3, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 2, # 'ิ' + 13: 3, # 'ี' + 40: 0, # 'ึ' + 27: 3, # 'ื' + 32: 3, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 1, # '็' + 6: 2, # '่' + 7: 2, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 63: { # 'ฯ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 22: { # 'ะ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 10: { # 'ั' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 3, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 2, # 'ฐ' + 53: 0, # 'ฑ' + 55: 3, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 1: { # 'า' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 1, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 2, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 3, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 3, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 36: { # 'ำ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 23: { # 'ิ' + 5: 3, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 3, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 2, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 3, # 'ศ' + 46: 2, # 'ษ' + 18: 2, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 2, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 13: { # 'ี' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 1, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 2, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 40: { # 'ึ' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 1, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 27: { # 'ื' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 32: { # 'ุ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 3, # 'ค' + 8: 3, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 1, # 'ฒ' + 43: 3, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 2, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 1, # 'ภ' + 9: 3, # 'ม' + 16: 1, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 1, # 'ว' + 42: 1, # 'ศ' + 46: 2, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 2, # '้' + 38: 1, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 35: { # 'ู' + 5: 3, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 2, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 2, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 2, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 2, # 'น' + 17: 0, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 1, # 'แ' + 41: 1, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 3, # '่' + 7: 3, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 11: { # 'เ' + 5: 3, # 'ก' + 30: 3, # 'ข' + 24: 3, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 3, # 'ฉ' + 34: 3, # 'ช' + 51: 2, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 1, # 'ณ' + 20: 3, # 'ด' + 19: 3, # 'ต' + 44: 1, # 'ถ' + 14: 3, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 3, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 3, # 'พ' + 54: 1, # 'ฟ' + 45: 3, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 3, # 'ว' + 42: 2, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 28: { # 'แ' + 5: 3, # 'ก' + 30: 2, # 'ข' + 24: 2, # 'ค' + 8: 1, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 3, # 'ต' + 44: 2, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 2, # 'ป' + 39: 3, # 'ผ' + 62: 0, # 'ฝ' + 31: 2, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 41: { # 'โ' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 1, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 1, # 'ภ' + 9: 1, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 3, # 'ล' + 12: 0, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 0, # 'ห' + 4: 2, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 29: { # 'ใ' + 5: 2, # 'ก' + 30: 0, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 3, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 3, # 'ส' + 21: 3, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 33: { # 'ไ' + 5: 1, # 'ก' + 30: 2, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 3, # 'ด' + 19: 1, # 'ต' + 44: 0, # 'ถ' + 14: 3, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 1, # 'บ' + 25: 3, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 2, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 0, # 'ย' + 2: 3, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 2, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 50: { # 'ๆ' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 37: { # '็' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 2, # 'ง' + 26: 3, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 1, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 0, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 3, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 1, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 2, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 0, # 'ห' + 4: 1, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 1, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 6: { # '่' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 1, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 1, # 'ธ' + 3: 3, # 'น' + 17: 1, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 1, # 'ฝ' + 31: 1, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 3, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 2, # 'ล' + 12: 3, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 1, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 1, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 3, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 1, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 7: { # '้' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 2, # 'ค' + 8: 3, # 'ง' + 26: 2, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 1, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 1, # 'ด' + 19: 2, # 'ต' + 44: 1, # 'ถ' + 14: 2, # 'ท' + 48: 0, # 'ธ' + 3: 3, # 'น' + 17: 2, # 'บ' + 25: 2, # 'ป' + 39: 2, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 3, # 'ม' + 16: 2, # 'ย' + 2: 2, # 'ร' + 61: 0, # 'ฤ' + 15: 1, # 'ล' + 12: 3, # 'ว' + 42: 1, # 'ศ' + 46: 0, # 'ษ' + 18: 2, # 'ส' + 21: 2, # 'ห' + 4: 3, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 3, # 'า' + 36: 2, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 2, # 'ใ' + 33: 2, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 38: { # '์' + 5: 2, # 'ก' + 30: 1, # 'ข' + 24: 1, # 'ค' + 8: 0, # 'ง' + 26: 1, # 'จ' + 52: 0, # 'ฉ' + 34: 1, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 2, # 'ด' + 19: 1, # 'ต' + 44: 1, # 'ถ' + 14: 1, # 'ท' + 48: 0, # 'ธ' + 3: 1, # 'น' + 17: 1, # 'บ' + 25: 1, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 1, # 'พ' + 54: 1, # 'ฟ' + 45: 0, # 'ภ' + 9: 2, # 'ม' + 16: 0, # 'ย' + 2: 1, # 'ร' + 61: 1, # 'ฤ' + 15: 1, # 'ล' + 12: 1, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 1, # 'ส' + 21: 1, # 'ห' + 4: 2, # 'อ' + 63: 1, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 2, # 'เ' + 28: 2, # 'แ' + 41: 1, # 'โ' + 29: 1, # 'ใ' + 33: 1, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 0, # '๑' + 59: 0, # '๒' + 60: 0, # '๕' + }, + 56: { # '๑' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 1, # '๕' + }, + 59: { # '๒' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 1, # '๑' + 59: 1, # '๒' + 60: 3, # '๕' + }, + 60: { # '๕' + 5: 0, # 'ก' + 30: 0, # 'ข' + 24: 0, # 'ค' + 8: 0, # 'ง' + 26: 0, # 'จ' + 52: 0, # 'ฉ' + 34: 0, # 'ช' + 51: 0, # 'ซ' + 47: 0, # 'ญ' + 58: 0, # 'ฎ' + 57: 0, # 'ฏ' + 49: 0, # 'ฐ' + 53: 0, # 'ฑ' + 55: 0, # 'ฒ' + 43: 0, # 'ณ' + 20: 0, # 'ด' + 19: 0, # 'ต' + 44: 0, # 'ถ' + 14: 0, # 'ท' + 48: 0, # 'ธ' + 3: 0, # 'น' + 17: 0, # 'บ' + 25: 0, # 'ป' + 39: 0, # 'ผ' + 62: 0, # 'ฝ' + 31: 0, # 'พ' + 54: 0, # 'ฟ' + 45: 0, # 'ภ' + 9: 0, # 'ม' + 16: 0, # 'ย' + 2: 0, # 'ร' + 61: 0, # 'ฤ' + 15: 0, # 'ล' + 12: 0, # 'ว' + 42: 0, # 'ศ' + 46: 0, # 'ษ' + 18: 0, # 'ส' + 21: 0, # 'ห' + 4: 0, # 'อ' + 63: 0, # 'ฯ' + 22: 0, # 'ะ' + 10: 0, # 'ั' + 1: 0, # 'า' + 36: 0, # 'ำ' + 23: 0, # 'ิ' + 13: 0, # 'ี' + 40: 0, # 'ึ' + 27: 0, # 'ื' + 32: 0, # 'ุ' + 35: 0, # 'ู' + 11: 0, # 'เ' + 28: 0, # 'แ' + 41: 0, # 'โ' + 29: 0, # 'ใ' + 33: 0, # 'ไ' + 50: 0, # 'ๆ' + 37: 0, # '็' + 6: 0, # '่' + 7: 0, # '้' + 38: 0, # '์' + 56: 2, # '๑' + 59: 1, # '๒' + 60: 0, # '๕' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +TIS_620_THAI_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 254, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 254, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 253, # ' ' + 33: 253, # '!' + 34: 253, # '"' + 35: 253, # '#' + 36: 253, # '$' + 37: 253, # '%' + 38: 253, # '&' + 39: 253, # "'" + 40: 253, # '(' + 41: 253, # ')' + 42: 253, # '*' + 43: 253, # '+' + 44: 253, # ',' + 45: 253, # '-' + 46: 253, # '.' + 47: 253, # '/' + 48: 252, # '0' + 49: 252, # '1' + 50: 252, # '2' + 51: 252, # '3' + 52: 252, # '4' + 53: 252, # '5' + 54: 252, # '6' + 55: 252, # '7' + 56: 252, # '8' + 57: 252, # '9' + 58: 253, # ':' + 59: 253, # ';' + 60: 253, # '<' + 61: 253, # '=' + 62: 253, # '>' + 63: 253, # '?' + 64: 253, # '@' + 65: 182, # 'A' + 66: 106, # 'B' + 67: 107, # 'C' + 68: 100, # 'D' + 69: 183, # 'E' + 70: 184, # 'F' + 71: 185, # 'G' + 72: 101, # 'H' + 73: 94, # 'I' + 74: 186, # 'J' + 75: 187, # 'K' + 76: 108, # 'L' + 77: 109, # 'M' + 78: 110, # 'N' + 79: 111, # 'O' + 80: 188, # 'P' + 81: 189, # 'Q' + 82: 190, # 'R' + 83: 89, # 'S' + 84: 95, # 'T' + 85: 112, # 'U' + 86: 113, # 'V' + 87: 191, # 'W' + 88: 192, # 'X' + 89: 193, # 'Y' + 90: 194, # 'Z' + 91: 253, # '[' + 92: 253, # '\\' + 93: 253, # ']' + 94: 253, # '^' + 95: 253, # '_' + 96: 253, # '`' + 97: 64, # 'a' + 98: 72, # 'b' + 99: 73, # 'c' + 100: 114, # 'd' + 101: 74, # 'e' + 102: 115, # 'f' + 103: 116, # 'g' + 104: 102, # 'h' + 105: 81, # 'i' + 106: 201, # 'j' + 107: 117, # 'k' + 108: 90, # 'l' + 109: 103, # 'm' + 110: 78, # 'n' + 111: 82, # 'o' + 112: 96, # 'p' + 113: 202, # 'q' + 114: 91, # 'r' + 115: 79, # 's' + 116: 84, # 't' + 117: 104, # 'u' + 118: 105, # 'v' + 119: 97, # 'w' + 120: 98, # 'x' + 121: 92, # 'y' + 122: 203, # 'z' + 123: 253, # '{' + 124: 253, # '|' + 125: 253, # '}' + 126: 253, # '~' + 127: 253, # '\x7f' + 128: 209, # '\x80' + 129: 210, # '\x81' + 130: 211, # '\x82' + 131: 212, # '\x83' + 132: 213, # '\x84' + 133: 88, # '\x85' + 134: 214, # '\x86' + 135: 215, # '\x87' + 136: 216, # '\x88' + 137: 217, # '\x89' + 138: 218, # '\x8a' + 139: 219, # '\x8b' + 140: 220, # '\x8c' + 141: 118, # '\x8d' + 142: 221, # '\x8e' + 143: 222, # '\x8f' + 144: 223, # '\x90' + 145: 224, # '\x91' + 146: 99, # '\x92' + 147: 85, # '\x93' + 148: 83, # '\x94' + 149: 225, # '\x95' + 150: 226, # '\x96' + 151: 227, # '\x97' + 152: 228, # '\x98' + 153: 229, # '\x99' + 154: 230, # '\x9a' + 155: 231, # '\x9b' + 156: 232, # '\x9c' + 157: 233, # '\x9d' + 158: 234, # '\x9e' + 159: 235, # '\x9f' + 160: 236, # None + 161: 5, # 'ก' + 162: 30, # 'ข' + 163: 237, # 'ฃ' + 164: 24, # 'ค' + 165: 238, # 'ฅ' + 166: 75, # 'ฆ' + 167: 8, # 'ง' + 168: 26, # 'จ' + 169: 52, # 'ฉ' + 170: 34, # 'ช' + 171: 51, # 'ซ' + 172: 119, # 'ฌ' + 173: 47, # 'ญ' + 174: 58, # 'ฎ' + 175: 57, # 'ฏ' + 176: 49, # 'ฐ' + 177: 53, # 'ฑ' + 178: 55, # 'ฒ' + 179: 43, # 'ณ' + 180: 20, # 'ด' + 181: 19, # 'ต' + 182: 44, # 'ถ' + 183: 14, # 'ท' + 184: 48, # 'ธ' + 185: 3, # 'น' + 186: 17, # 'บ' + 187: 25, # 'ป' + 188: 39, # 'ผ' + 189: 62, # 'ฝ' + 190: 31, # 'พ' + 191: 54, # 'ฟ' + 192: 45, # 'ภ' + 193: 9, # 'ม' + 194: 16, # 'ย' + 195: 2, # 'ร' + 196: 61, # 'ฤ' + 197: 15, # 'ล' + 198: 239, # 'ฦ' + 199: 12, # 'ว' + 200: 42, # 'ศ' + 201: 46, # 'ษ' + 202: 18, # 'ส' + 203: 21, # 'ห' + 204: 76, # 'ฬ' + 205: 4, # 'อ' + 206: 66, # 'ฮ' + 207: 63, # 'ฯ' + 208: 22, # 'ะ' + 209: 10, # 'ั' + 210: 1, # 'า' + 211: 36, # 'ำ' + 212: 23, # 'ิ' + 213: 13, # 'ี' + 214: 40, # 'ึ' + 215: 27, # 'ื' + 216: 32, # 'ุ' + 217: 35, # 'ู' + 218: 86, # 'ฺ' + 219: 240, # None + 220: 241, # None + 221: 242, # None + 222: 243, # None + 223: 244, # '฿' + 224: 11, # 'เ' + 225: 28, # 'แ' + 226: 41, # 'โ' + 227: 29, # 'ใ' + 228: 33, # 'ไ' + 229: 245, # 'ๅ' + 230: 50, # 'ๆ' + 231: 37, # '็' + 232: 6, # '่' + 233: 7, # '้' + 234: 67, # '๊' + 235: 77, # '๋' + 236: 38, # '์' + 237: 93, # 'ํ' + 238: 246, # '๎' + 239: 247, # '๏' + 240: 68, # '๐' + 241: 56, # '๑' + 242: 59, # '๒' + 243: 65, # '๓' + 244: 69, # '๔' + 245: 60, # '๕' + 246: 70, # '๖' + 247: 80, # '๗' + 248: 71, # '๘' + 249: 87, # '๙' + 250: 248, # '๚' + 251: 249, # '๛' + 252: 250, # None + 253: 251, # None + 254: 252, # None + 255: 253, # None +} + +TIS_620_THAI_MODEL = SingleByteCharSetModel( + charset_name="TIS-620", + language="Thai", + char_to_order_map=TIS_620_THAI_CHAR_TO_ORDER, + language_model=THAI_LANG_MODEL, + typical_positive_ratio=0.926386, + keep_ascii_letters=False, + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py new file mode 100644 index 0000000..291857c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py @@ -0,0 +1,4380 @@ +from pip._vendor.chardet.sbcharsetprober import SingleByteCharSetModel + +# 3: Positive +# 2: Likely +# 1: Unlikely +# 0: Negative + +TURKISH_LANG_MODEL = { + 23: { # 'A' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 37: { # 'B' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 47: { # 'C' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 39: { # 'D' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 29: { # 'E' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 52: { # 'F' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 36: { # 'G' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 45: { # 'H' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 2, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 2, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 53: { # 'I' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 60: { # 'J' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 16: { # 'K' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 49: { # 'L' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 2, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 20: { # 'M' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 46: { # 'N' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 42: { # 'O' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 48: { # 'P' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 44: { # 'R' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, + 35: { # 'S' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 2, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 31: { # 'T' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 51: { # 'U' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 1, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 38: { # 'V' + 23: 1, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 2, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 1, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 62: { # 'W' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 43: { # 'Y' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 1, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 56: { # 'Z' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 1: { # 'a' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 21: { # 'b' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 2, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 28: { # 'c' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 3, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 1, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 2, # 'ş' + }, + 12: { # 'd' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 2: { # 'e' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 2, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 18: { # 'f' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 1, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 1, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 27: { # 'g' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 25: { # 'h' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 3: { # 'i' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 1, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 1, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 1, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 24: { # 'j' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 2, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 10: { # 'k' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 5: { # 'l' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 1, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 13: { # 'm' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 2, # 'u' + 32: 2, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 4: { # 'n' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 3, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 15: { # 'o' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 2, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 2, # 'İ' + 6: 3, # 'ı' + 40: 2, # 'Ş' + 19: 2, # 'ş' + }, + 26: { # 'p' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 1, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 7: { # 'r' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 1, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 3, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 8: { # 's' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 2, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 9: { # 't' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 2, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 2, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 14: { # 'u' + 23: 3, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 3, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 2, # 'Z' + 1: 2, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 2, # 'e' + 18: 2, # 'f' + 27: 3, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 2, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 32: { # 'v' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 1, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 57: { # 'w' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 1, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 1, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 2, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 58: { # 'x' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 2, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 11: { # 'y' + 23: 1, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 2, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 3, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 22: { # 'z' + 23: 2, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 2, # 'D' + 29: 3, # 'E' + 52: 1, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 3, # 'T' + 51: 2, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 2, # 'e' + 18: 3, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 3, # 'y' + 22: 2, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 3, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 63: { # '·' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 54: { # 'Ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 1, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 0, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 2, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 2, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 2, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 50: { # 'Ö' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 2, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 1, # 'N' + 42: 2, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 1, # 'f' + 27: 1, # 'g' + 25: 1, # 'h' + 3: 2, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 2, # 'p' + 7: 3, # 'r' + 8: 1, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 1, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 2, # 'ü' + 30: 1, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 55: { # 'Ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 1, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 1, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 1, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 1, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 1, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 0, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 59: { # 'â' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 0, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 2, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 2, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 0, # 'ş' + }, + 33: { # 'ç' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 3, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 0, # 'Z' + 1: 0, # 'a' + 21: 3, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 2, # 'f' + 27: 1, # 'g' + 25: 3, # 'h' + 3: 3, # 'i' + 24: 0, # 'j' + 10: 3, # 'k' + 5: 0, # 'l' + 13: 0, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 3, # 't' + 14: 0, # 'u' + 32: 2, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 1, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 61: { # 'î' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 0, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 0, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 2, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 1, # 'j' + 10: 0, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 1, # 'n' + 15: 0, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 1, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 1, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 1, # 'î' + 34: 0, # 'ö' + 17: 0, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 1, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 34: { # 'ö' + 23: 0, # 'A' + 37: 1, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 1, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 1, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 2, # 'h' + 3: 1, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 2, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 0, # 'r' + 8: 3, # 's' + 9: 1, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 1, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 2, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 17: { # 'ü' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 0, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 1, # 'J' + 16: 1, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 0, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 0, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 0, # 'c' + 12: 1, # 'd' + 2: 3, # 'e' + 18: 1, # 'f' + 27: 2, # 'g' + 25: 0, # 'h' + 3: 1, # 'i' + 24: 1, # 'j' + 10: 2, # 'k' + 5: 3, # 'l' + 13: 2, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 2, # 'p' + 7: 2, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 3, # 'u' + 32: 1, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 2, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 30: { # 'ğ' + 23: 0, # 'A' + 37: 2, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 1, # 'M' + 46: 2, # 'N' + 42: 2, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 0, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 2, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 0, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 2, # 'e' + 18: 0, # 'f' + 27: 0, # 'g' + 25: 0, # 'h' + 3: 0, # 'i' + 24: 3, # 'j' + 10: 1, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 1, # 'o' + 26: 0, # 'p' + 7: 1, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 2, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 2, # 'İ' + 6: 2, # 'ı' + 40: 2, # 'Ş' + 19: 1, # 'ş' + }, + 41: { # 'İ' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 2, # 'G' + 45: 2, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 0, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 0, # 'Z' + 1: 1, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 2, # 'd' + 2: 1, # 'e' + 18: 0, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 2, # 'i' + 24: 2, # 'j' + 10: 2, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 1, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 2, # 't' + 14: 0, # 'u' + 32: 0, # 'v' + 57: 1, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 1, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 1, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 1, # 'ş' + }, + 6: { # 'ı' + 23: 2, # 'A' + 37: 0, # 'B' + 47: 0, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 2, # 'J' + 16: 3, # 'K' + 49: 0, # 'L' + 20: 3, # 'M' + 46: 1, # 'N' + 42: 0, # 'O' + 48: 0, # 'P' + 44: 0, # 'R' + 35: 0, # 'S' + 31: 2, # 'T' + 51: 0, # 'U' + 38: 0, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 3, # 'a' + 21: 2, # 'b' + 28: 1, # 'c' + 12: 3, # 'd' + 2: 3, # 'e' + 18: 3, # 'f' + 27: 3, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 3, # 'j' + 10: 3, # 'k' + 5: 3, # 'l' + 13: 3, # 'm' + 4: 3, # 'n' + 15: 0, # 'o' + 26: 3, # 'p' + 7: 3, # 'r' + 8: 3, # 's' + 9: 3, # 't' + 14: 3, # 'u' + 32: 3, # 'v' + 57: 1, # 'w' + 58: 1, # 'x' + 11: 3, # 'y' + 22: 0, # 'z' + 63: 1, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 2, # 'ç' + 61: 0, # 'î' + 34: 0, # 'ö' + 17: 3, # 'ü' + 30: 0, # 'ğ' + 41: 0, # 'İ' + 6: 3, # 'ı' + 40: 0, # 'Ş' + 19: 0, # 'ş' + }, + 40: { # 'Ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 1, # 'D' + 29: 1, # 'E' + 52: 0, # 'F' + 36: 1, # 'G' + 45: 2, # 'H' + 53: 1, # 'I' + 60: 0, # 'J' + 16: 0, # 'K' + 49: 0, # 'L' + 20: 2, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 2, # 'P' + 44: 2, # 'R' + 35: 1, # 'S' + 31: 1, # 'T' + 51: 0, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 2, # 'Y' + 56: 1, # 'Z' + 1: 0, # 'a' + 21: 2, # 'b' + 28: 0, # 'c' + 12: 2, # 'd' + 2: 0, # 'e' + 18: 3, # 'f' + 27: 0, # 'g' + 25: 2, # 'h' + 3: 3, # 'i' + 24: 2, # 'j' + 10: 1, # 'k' + 5: 0, # 'l' + 13: 1, # 'm' + 4: 3, # 'n' + 15: 2, # 'o' + 26: 0, # 'p' + 7: 3, # 'r' + 8: 2, # 's' + 9: 2, # 't' + 14: 1, # 'u' + 32: 3, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 2, # 'y' + 22: 0, # 'z' + 63: 0, # '·' + 54: 0, # 'Ç' + 50: 0, # 'Ö' + 55: 1, # 'Ü' + 59: 0, # 'â' + 33: 0, # 'ç' + 61: 0, # 'î' + 34: 2, # 'ö' + 17: 1, # 'ü' + 30: 2, # 'ğ' + 41: 0, # 'İ' + 6: 2, # 'ı' + 40: 1, # 'Ş' + 19: 2, # 'ş' + }, + 19: { # 'ş' + 23: 0, # 'A' + 37: 0, # 'B' + 47: 1, # 'C' + 39: 0, # 'D' + 29: 0, # 'E' + 52: 2, # 'F' + 36: 1, # 'G' + 45: 0, # 'H' + 53: 0, # 'I' + 60: 0, # 'J' + 16: 3, # 'K' + 49: 2, # 'L' + 20: 0, # 'M' + 46: 1, # 'N' + 42: 1, # 'O' + 48: 1, # 'P' + 44: 1, # 'R' + 35: 1, # 'S' + 31: 0, # 'T' + 51: 1, # 'U' + 38: 1, # 'V' + 62: 0, # 'W' + 43: 1, # 'Y' + 56: 0, # 'Z' + 1: 3, # 'a' + 21: 1, # 'b' + 28: 2, # 'c' + 12: 0, # 'd' + 2: 3, # 'e' + 18: 0, # 'f' + 27: 2, # 'g' + 25: 1, # 'h' + 3: 1, # 'i' + 24: 0, # 'j' + 10: 2, # 'k' + 5: 2, # 'l' + 13: 3, # 'm' + 4: 0, # 'n' + 15: 0, # 'o' + 26: 1, # 'p' + 7: 3, # 'r' + 8: 0, # 's' + 9: 0, # 't' + 14: 3, # 'u' + 32: 0, # 'v' + 57: 0, # 'w' + 58: 0, # 'x' + 11: 0, # 'y' + 22: 2, # 'z' + 63: 0, # '·' + 54: 1, # 'Ç' + 50: 2, # 'Ö' + 55: 0, # 'Ü' + 59: 0, # 'â' + 33: 1, # 'ç' + 61: 1, # 'î' + 34: 2, # 'ö' + 17: 0, # 'ü' + 30: 1, # 'ğ' + 41: 1, # 'İ' + 6: 1, # 'ı' + 40: 1, # 'Ş' + 19: 1, # 'ş' + }, +} + +# 255: Undefined characters that did not exist in training text +# 254: Carriage/Return +# 253: symbol (punctuation) that does not belong to word +# 252: 0 - 9 +# 251: Control characters + +# Character Mapping Table(s): +ISO_8859_9_TURKISH_CHAR_TO_ORDER = { + 0: 255, # '\x00' + 1: 255, # '\x01' + 2: 255, # '\x02' + 3: 255, # '\x03' + 4: 255, # '\x04' + 5: 255, # '\x05' + 6: 255, # '\x06' + 7: 255, # '\x07' + 8: 255, # '\x08' + 9: 255, # '\t' + 10: 255, # '\n' + 11: 255, # '\x0b' + 12: 255, # '\x0c' + 13: 255, # '\r' + 14: 255, # '\x0e' + 15: 255, # '\x0f' + 16: 255, # '\x10' + 17: 255, # '\x11' + 18: 255, # '\x12' + 19: 255, # '\x13' + 20: 255, # '\x14' + 21: 255, # '\x15' + 22: 255, # '\x16' + 23: 255, # '\x17' + 24: 255, # '\x18' + 25: 255, # '\x19' + 26: 255, # '\x1a' + 27: 255, # '\x1b' + 28: 255, # '\x1c' + 29: 255, # '\x1d' + 30: 255, # '\x1e' + 31: 255, # '\x1f' + 32: 255, # ' ' + 33: 255, # '!' + 34: 255, # '"' + 35: 255, # '#' + 36: 255, # '$' + 37: 255, # '%' + 38: 255, # '&' + 39: 255, # "'" + 40: 255, # '(' + 41: 255, # ')' + 42: 255, # '*' + 43: 255, # '+' + 44: 255, # ',' + 45: 255, # '-' + 46: 255, # '.' + 47: 255, # '/' + 48: 255, # '0' + 49: 255, # '1' + 50: 255, # '2' + 51: 255, # '3' + 52: 255, # '4' + 53: 255, # '5' + 54: 255, # '6' + 55: 255, # '7' + 56: 255, # '8' + 57: 255, # '9' + 58: 255, # ':' + 59: 255, # ';' + 60: 255, # '<' + 61: 255, # '=' + 62: 255, # '>' + 63: 255, # '?' + 64: 255, # '@' + 65: 23, # 'A' + 66: 37, # 'B' + 67: 47, # 'C' + 68: 39, # 'D' + 69: 29, # 'E' + 70: 52, # 'F' + 71: 36, # 'G' + 72: 45, # 'H' + 73: 53, # 'I' + 74: 60, # 'J' + 75: 16, # 'K' + 76: 49, # 'L' + 77: 20, # 'M' + 78: 46, # 'N' + 79: 42, # 'O' + 80: 48, # 'P' + 81: 69, # 'Q' + 82: 44, # 'R' + 83: 35, # 'S' + 84: 31, # 'T' + 85: 51, # 'U' + 86: 38, # 'V' + 87: 62, # 'W' + 88: 65, # 'X' + 89: 43, # 'Y' + 90: 56, # 'Z' + 91: 255, # '[' + 92: 255, # '\\' + 93: 255, # ']' + 94: 255, # '^' + 95: 255, # '_' + 96: 255, # '`' + 97: 1, # 'a' + 98: 21, # 'b' + 99: 28, # 'c' + 100: 12, # 'd' + 101: 2, # 'e' + 102: 18, # 'f' + 103: 27, # 'g' + 104: 25, # 'h' + 105: 3, # 'i' + 106: 24, # 'j' + 107: 10, # 'k' + 108: 5, # 'l' + 109: 13, # 'm' + 110: 4, # 'n' + 111: 15, # 'o' + 112: 26, # 'p' + 113: 64, # 'q' + 114: 7, # 'r' + 115: 8, # 's' + 116: 9, # 't' + 117: 14, # 'u' + 118: 32, # 'v' + 119: 57, # 'w' + 120: 58, # 'x' + 121: 11, # 'y' + 122: 22, # 'z' + 123: 255, # '{' + 124: 255, # '|' + 125: 255, # '}' + 126: 255, # '~' + 127: 255, # '\x7f' + 128: 180, # '\x80' + 129: 179, # '\x81' + 130: 178, # '\x82' + 131: 177, # '\x83' + 132: 176, # '\x84' + 133: 175, # '\x85' + 134: 174, # '\x86' + 135: 173, # '\x87' + 136: 172, # '\x88' + 137: 171, # '\x89' + 138: 170, # '\x8a' + 139: 169, # '\x8b' + 140: 168, # '\x8c' + 141: 167, # '\x8d' + 142: 166, # '\x8e' + 143: 165, # '\x8f' + 144: 164, # '\x90' + 145: 163, # '\x91' + 146: 162, # '\x92' + 147: 161, # '\x93' + 148: 160, # '\x94' + 149: 159, # '\x95' + 150: 101, # '\x96' + 151: 158, # '\x97' + 152: 157, # '\x98' + 153: 156, # '\x99' + 154: 155, # '\x9a' + 155: 154, # '\x9b' + 156: 153, # '\x9c' + 157: 152, # '\x9d' + 158: 151, # '\x9e' + 159: 106, # '\x9f' + 160: 150, # '\xa0' + 161: 149, # '¡' + 162: 148, # '¢' + 163: 147, # '£' + 164: 146, # '¤' + 165: 145, # '¥' + 166: 144, # '¦' + 167: 100, # '§' + 168: 143, # '¨' + 169: 142, # '©' + 170: 141, # 'ª' + 171: 140, # '«' + 172: 139, # '¬' + 173: 138, # '\xad' + 174: 137, # '®' + 175: 136, # '¯' + 176: 94, # '°' + 177: 80, # '±' + 178: 93, # '²' + 179: 135, # '³' + 180: 105, # '´' + 181: 134, # 'µ' + 182: 133, # '¶' + 183: 63, # '·' + 184: 132, # '¸' + 185: 131, # '¹' + 186: 130, # 'º' + 187: 129, # '»' + 188: 128, # '¼' + 189: 127, # '½' + 190: 126, # '¾' + 191: 125, # '¿' + 192: 124, # 'À' + 193: 104, # 'Á' + 194: 73, # 'Â' + 195: 99, # 'Ã' + 196: 79, # 'Ä' + 197: 85, # 'Å' + 198: 123, # 'Æ' + 199: 54, # 'Ç' + 200: 122, # 'È' + 201: 98, # 'É' + 202: 92, # 'Ê' + 203: 121, # 'Ë' + 204: 120, # 'Ì' + 205: 91, # 'Í' + 206: 103, # 'Î' + 207: 119, # 'Ï' + 208: 68, # 'Ğ' + 209: 118, # 'Ñ' + 210: 117, # 'Ò' + 211: 97, # 'Ó' + 212: 116, # 'Ô' + 213: 115, # 'Õ' + 214: 50, # 'Ö' + 215: 90, # '×' + 216: 114, # 'Ø' + 217: 113, # 'Ù' + 218: 112, # 'Ú' + 219: 111, # 'Û' + 220: 55, # 'Ü' + 221: 41, # 'İ' + 222: 40, # 'Ş' + 223: 86, # 'ß' + 224: 89, # 'à' + 225: 70, # 'á' + 226: 59, # 'â' + 227: 78, # 'ã' + 228: 71, # 'ä' + 229: 82, # 'å' + 230: 88, # 'æ' + 231: 33, # 'ç' + 232: 77, # 'è' + 233: 66, # 'é' + 234: 84, # 'ê' + 235: 83, # 'ë' + 236: 110, # 'ì' + 237: 75, # 'í' + 238: 61, # 'î' + 239: 96, # 'ï' + 240: 30, # 'ğ' + 241: 67, # 'ñ' + 242: 109, # 'ò' + 243: 74, # 'ó' + 244: 87, # 'ô' + 245: 102, # 'õ' + 246: 34, # 'ö' + 247: 95, # '÷' + 248: 81, # 'ø' + 249: 108, # 'ù' + 250: 76, # 'ú' + 251: 72, # 'û' + 252: 17, # 'ü' + 253: 6, # 'ı' + 254: 19, # 'ş' + 255: 107, # 'ÿ' +} + +ISO_8859_9_TURKISH_MODEL = SingleByteCharSetModel( + charset_name="ISO-8859-9", + language="Turkish", + char_to_order_map=ISO_8859_9_TURKISH_CHAR_TO_ORDER, + language_model=TURKISH_LANG_MODEL, + typical_positive_ratio=0.97029, + keep_ascii_letters=True, + alphabet="ABCDEFGHIJKLMNOPRSTUVYZabcdefghijklmnoprstuvyzÂÇÎÖÛÜâçîöûüĞğİıŞş", +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py new file mode 100644 index 0000000..59a01d9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py @@ -0,0 +1,147 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +CLASS_NUM = 8 # total classes + +# fmt: off +Latin1_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + OTH, UDF, OTH, ASO, OTH, OTH, OTH, OTH, # 80 - 87 + OTH, OTH, ACO, OTH, ACO, UDF, ACO, UDF, # 88 - 8F + UDF, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 90 - 97 + OTH, OTH, ASO, OTH, ASO, UDF, ASO, ACO, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A0 - A7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B8 - BF + ACV, ACV, ACV, ACV, ACV, ACV, ACO, ACO, # C0 - C7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # C8 - CF + ACO, ACO, ACV, ACV, ACV, ACV, ACV, OTH, # D0 - D7 + ACV, ACV, ACV, ACV, ACV, ACO, ACO, ACO, # D8 - DF + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASO, # E0 - E7 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # E8 - EF + ASO, ASO, ASV, ASV, ASV, ASV, ASV, OTH, # F0 - F7 + ASV, ASV, ASV, ASV, ASV, ASO, ASO, ASO, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +Latin1ClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO + 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, # ASO +) +# fmt: on + + +class Latin1Prober(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + super().reset() + + @property + def charset_name(self) -> str: + return "ISO-8859-1" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = Latin1_CharToClass[c] + freq = Latin1ClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of latin1 so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py new file mode 100644 index 0000000..1425d10 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This code was modified from latin1prober.py by Rob Speer . +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Rob Speer - adapt to MacRoman encoding +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + +FREQ_CAT_NUM = 4 + +UDF = 0 # undefined +OTH = 1 # other +ASC = 2 # ascii capital letter +ASS = 3 # ascii small letter +ACV = 4 # accent capital vowel +ACO = 5 # accent capital other +ASV = 6 # accent small vowel +ASO = 7 # accent small other +ODD = 8 # character that is unlikely to appear +CLASS_NUM = 9 # total classes + +# The change from Latin1 is that we explicitly look for extended characters +# that are infrequently-occurring symbols, and consider them to always be +# improbable. This should let MacRoman get out of the way of more likely +# encodings in most situations. + +# fmt: off +MacRoman_CharToClass = ( + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 00 - 07 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 08 - 0F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 10 - 17 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 18 - 1F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 20 - 27 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 28 - 2F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 30 - 37 + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # 38 - 3F + OTH, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 40 - 47 + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 48 - 4F + ASC, ASC, ASC, ASC, ASC, ASC, ASC, ASC, # 50 - 57 + ASC, ASC, ASC, OTH, OTH, OTH, OTH, OTH, # 58 - 5F + OTH, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 60 - 67 + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 68 - 6F + ASS, ASS, ASS, ASS, ASS, ASS, ASS, ASS, # 70 - 77 + ASS, ASS, ASS, OTH, OTH, OTH, OTH, OTH, # 78 - 7F + ACV, ACV, ACO, ACV, ACO, ACV, ACV, ASV, # 80 - 87 + ASV, ASV, ASV, ASV, ASV, ASO, ASV, ASV, # 88 - 8F + ASV, ASV, ASV, ASV, ASV, ASV, ASO, ASV, # 90 - 97 + ASV, ASV, ASV, ASV, ASV, ASV, ASV, ASV, # 98 - 9F + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ASO, # A0 - A7 + OTH, OTH, ODD, ODD, OTH, OTH, ACV, ACV, # A8 - AF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, OTH, # B0 - B7 + OTH, OTH, OTH, OTH, OTH, OTH, ASV, ASV, # B8 - BF + OTH, OTH, ODD, OTH, ODD, OTH, OTH, OTH, # C0 - C7 + OTH, OTH, OTH, ACV, ACV, ACV, ACV, ASV, # C8 - CF + OTH, OTH, OTH, OTH, OTH, OTH, OTH, ODD, # D0 - D7 + ASV, ACV, ODD, OTH, OTH, OTH, OTH, OTH, # D8 - DF + OTH, OTH, OTH, OTH, OTH, ACV, ACV, ACV, # E0 - E7 + ACV, ACV, ACV, ACV, ACV, ACV, ACV, ACV, # E8 - EF + ODD, ACV, ACV, ACV, ACV, ASV, ODD, ODD, # F0 - F7 + ODD, ODD, ODD, ODD, ODD, ODD, ODD, ODD, # F8 - FF +) + +# 0 : illegal +# 1 : very unlikely +# 2 : normal +# 3 : very likely +MacRomanClassModel = ( +# UDF OTH ASC ASS ACV ACO ASV ASO ODD + 0, 0, 0, 0, 0, 0, 0, 0, 0, # UDF + 0, 3, 3, 3, 3, 3, 3, 3, 1, # OTH + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ASC + 0, 3, 3, 3, 1, 1, 3, 3, 1, # ASS + 0, 3, 3, 3, 1, 2, 1, 2, 1, # ACV + 0, 3, 3, 3, 3, 3, 3, 3, 1, # ACO + 0, 3, 1, 3, 1, 1, 1, 3, 1, # ASV + 0, 3, 1, 3, 1, 1, 3, 3, 1, # ASO + 0, 1, 1, 1, 1, 1, 1, 1, 1, # ODD +) +# fmt: on + + +class MacRomanProber(CharSetProber): + def __init__(self) -> None: + super().__init__() + self._last_char_class = OTH + self._freq_counter: List[int] = [] + self.reset() + + def reset(self) -> None: + self._last_char_class = OTH + self._freq_counter = [0] * FREQ_CAT_NUM + + # express the prior that MacRoman is a somewhat rare encoding; + # this can be done by starting out in a slightly improbable state + # that must be overcome + self._freq_counter[2] = 10 + + super().reset() + + @property + def charset_name(self) -> str: + return "MacRoman" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + byte_str = self.remove_xml_tags(byte_str) + for c in byte_str: + char_class = MacRoman_CharToClass[c] + freq = MacRomanClassModel[(self._last_char_class * CLASS_NUM) + char_class] + if freq == 0: + self._state = ProbingState.NOT_ME + break + self._freq_counter[freq] += 1 + self._last_char_class = char_class + + return self.state + + def get_confidence(self) -> float: + if self.state == ProbingState.NOT_ME: + return 0.01 + + total = sum(self._freq_counter) + confidence = ( + 0.0 + if total < 0.01 + else (self._freq_counter[3] - self._freq_counter[1] * 20.0) / total + ) + confidence = max(confidence, 0.0) + # lower the confidence of MacRoman so that other more accurate + # detector can take priority. + confidence *= 0.73 + return confidence diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py new file mode 100644 index 0000000..666307e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py @@ -0,0 +1,95 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Optional, Union + +from .chardistribution import CharDistributionAnalysis +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import LanguageFilter, MachineState, ProbingState + + +class MultiByteCharSetProber(CharSetProber): + """ + MultiByteCharSetProber + """ + + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.distribution_analyzer: Optional[CharDistributionAnalysis] = None + self.coding_sm: Optional[CodingStateMachine] = None + self._last_char = bytearray(b"\0\0") + + def reset(self) -> None: + super().reset() + if self.coding_sm: + self.coding_sm.reset() + if self.distribution_analyzer: + self.distribution_analyzer.reset() + self._last_char = bytearray(b"\0\0") + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.distribution_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + return self.distribution_analyzer.get_confidence() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py new file mode 100644 index 0000000..6cb9cc7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py @@ -0,0 +1,57 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# Proofpoint, Inc. +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .big5prober import Big5Prober +from .charsetgroupprober import CharSetGroupProber +from .cp949prober import CP949Prober +from .enums import LanguageFilter +from .eucjpprober import EUCJPProber +from .euckrprober import EUCKRProber +from .euctwprober import EUCTWProber +from .gb2312prober import GB2312Prober +from .johabprober import JOHABProber +from .sjisprober import SJISProber +from .utf8prober import UTF8Prober + + +class MBCSGroupProber(CharSetGroupProber): + def __init__(self, lang_filter: LanguageFilter = LanguageFilter.NONE) -> None: + super().__init__(lang_filter=lang_filter) + self.probers = [ + UTF8Prober(), + SJISProber(), + EUCJPProber(), + GB2312Prober(), + EUCKRProber(), + CP949Prober(), + Big5Prober(), + EUCTWProber(), + JOHABProber(), + ] + self.reset() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py new file mode 100644 index 0000000..7bbe97e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py @@ -0,0 +1,661 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .codingstatemachinedict import CodingStateMachineDict +from .enums import MachineState + +# BIG5 + +# fmt: off +BIG5_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 4, 4, 4, 4, 4, 4, 4, 4, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 4, 3, 3, 3, 3, 3, 3, 3, # a0 - a7 + 3, 3, 3, 3, 3, 3, 3, 3, # a8 - af + 3, 3, 3, 3, 3, 3, 3, 3, # b0 - b7 + 3, 3, 3, 3, 3, 3, 3, 3, # b8 - bf + 3, 3, 3, 3, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +BIG5_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,#08-0f + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START#10-17 +) +# fmt: on + +BIG5_CHAR_LEN_TABLE = (0, 1, 1, 2, 0) + +BIG5_SM_MODEL: CodingStateMachineDict = { + "class_table": BIG5_CLS, + "class_factor": 5, + "state_table": BIG5_ST, + "char_len_table": BIG5_CHAR_LEN_TABLE, + "name": "Big5", +} + +# CP949 +# fmt: off +CP949_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, # 00 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 1, 1, 1, 1, # 10 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 3f + 1, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 4f + 4, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 50 - 5f + 1, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, # 60 - 6f + 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 1, 1, 1, 1, 1, # 70 - 7f + 0, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 80 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 9f + 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 8, 8, 8, # a0 - af + 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, # b0 - bf + 7, 7, 7, 7, 7, 7, 9, 2, 2, 3, 2, 2, 2, 2, 2, 2, # c0 - cf + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # d0 - df + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, # e0 - ef + 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 0, # f0 - ff +) + +CP949_ST = ( +#cls= 0 1 2 3 4 5 6 7 8 9 # previous state = + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.START,MachineState.START, 4, 5,MachineState.ERROR, 6, # MachineState.START + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, # MachineState.ERROR + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 3 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 4 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, # 5 + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START, # 6 +) +# fmt: on + +CP949_CHAR_LEN_TABLE = (0, 1, 2, 0, 1, 1, 2, 2, 0, 2) + +CP949_SM_MODEL: CodingStateMachineDict = { + "class_table": CP949_CLS, + "class_factor": 10, + "state_table": CP949_ST, + "char_len_table": CP949_CHAR_LEN_TABLE, + "name": "CP949", +} + +# EUC-JP +# fmt: off +EUCJP_CLS = ( + 4, 4, 4, 4, 4, 4, 4, 4, # 00 - 07 + 4, 4, 4, 4, 4, 4, 5, 5, # 08 - 0f + 4, 4, 4, 4, 4, 4, 4, 4, # 10 - 17 + 4, 4, 4, 5, 4, 4, 4, 4, # 18 - 1f + 4, 4, 4, 4, 4, 4, 4, 4, # 20 - 27 + 4, 4, 4, 4, 4, 4, 4, 4, # 28 - 2f + 4, 4, 4, 4, 4, 4, 4, 4, # 30 - 37 + 4, 4, 4, 4, 4, 4, 4, 4, # 38 - 3f + 4, 4, 4, 4, 4, 4, 4, 4, # 40 - 47 + 4, 4, 4, 4, 4, 4, 4, 4, # 48 - 4f + 4, 4, 4, 4, 4, 4, 4, 4, # 50 - 57 + 4, 4, 4, 4, 4, 4, 4, 4, # 58 - 5f + 4, 4, 4, 4, 4, 4, 4, 4, # 60 - 67 + 4, 4, 4, 4, 4, 4, 4, 4, # 68 - 6f + 4, 4, 4, 4, 4, 4, 4, 4, # 70 - 77 + 4, 4, 4, 4, 4, 4, 4, 4, # 78 - 7f + 5, 5, 5, 5, 5, 5, 5, 5, # 80 - 87 + 5, 5, 5, 5, 5, 5, 1, 3, # 88 - 8f + 5, 5, 5, 5, 5, 5, 5, 5, # 90 - 97 + 5, 5, 5, 5, 5, 5, 5, 5, # 98 - 9f + 5, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 0, 5 # f8 - ff +) + +EUCJP_ST = ( + 3, 4, 3, 5,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 3,MachineState.ERROR,#18-1f + 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START#20-27 +) +# fmt: on + +EUCJP_CHAR_LEN_TABLE = (2, 2, 2, 3, 1, 0) + +EUCJP_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCJP_CLS, + "class_factor": 6, + "state_table": EUCJP_ST, + "char_len_table": EUCJP_CHAR_LEN_TABLE, + "name": "EUC-JP", +} + +# EUC-KR +# fmt: off +EUCKR_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 3, 3, 3, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 3, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 2, 2, 2, 2, 2, 2, 2, 2, # e0 - e7 + 2, 2, 2, 2, 2, 2, 2, 2, # e8 - ef + 2, 2, 2, 2, 2, 2, 2, 2, # f0 - f7 + 2, 2, 2, 2, 2, 2, 2, 0 # f8 - ff +) + +EUCKR_ST = ( + MachineState.ERROR,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #08-0f +) +# fmt: on + +EUCKR_CHAR_LEN_TABLE = (0, 1, 2, 0) + +EUCKR_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCKR_CLS, + "class_factor": 4, + "state_table": EUCKR_ST, + "char_len_table": EUCKR_CHAR_LEN_TABLE, + "name": "EUC-KR", +} + +# JOHAB +# fmt: off +JOHAB_CLS = ( + 4,4,4,4,4,4,4,4, # 00 - 07 + 4,4,4,4,4,4,0,0, # 08 - 0f + 4,4,4,4,4,4,4,4, # 10 - 17 + 4,4,4,0,4,4,4,4, # 18 - 1f + 4,4,4,4,4,4,4,4, # 20 - 27 + 4,4,4,4,4,4,4,4, # 28 - 2f + 4,3,3,3,3,3,3,3, # 30 - 37 + 3,3,3,3,3,3,3,3, # 38 - 3f + 3,1,1,1,1,1,1,1, # 40 - 47 + 1,1,1,1,1,1,1,1, # 48 - 4f + 1,1,1,1,1,1,1,1, # 50 - 57 + 1,1,1,1,1,1,1,1, # 58 - 5f + 1,1,1,1,1,1,1,1, # 60 - 67 + 1,1,1,1,1,1,1,1, # 68 - 6f + 1,1,1,1,1,1,1,1, # 70 - 77 + 1,1,1,1,1,1,1,2, # 78 - 7f + 6,6,6,6,8,8,8,8, # 80 - 87 + 8,8,8,8,8,8,8,8, # 88 - 8f + 8,7,7,7,7,7,7,7, # 90 - 97 + 7,7,7,7,7,7,7,7, # 98 - 9f + 7,7,7,7,7,7,7,7, # a0 - a7 + 7,7,7,7,7,7,7,7, # a8 - af + 7,7,7,7,7,7,7,7, # b0 - b7 + 7,7,7,7,7,7,7,7, # b8 - bf + 7,7,7,7,7,7,7,7, # c0 - c7 + 7,7,7,7,7,7,7,7, # c8 - cf + 7,7,7,7,5,5,5,5, # d0 - d7 + 5,9,9,9,9,9,9,5, # d8 - df + 9,9,9,9,9,9,9,9, # e0 - e7 + 9,9,9,9,9,9,9,9, # e8 - ef + 9,9,9,9,9,9,9,9, # f0 - f7 + 9,9,5,5,5,5,5,0 # f8 - ff +) + +JOHAB_ST = ( +# cls = 0 1 2 3 4 5 6 7 8 9 + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,3 ,3 ,4 , # MachineState.START + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME, # MachineState.ITS_ME + MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR ,MachineState.ERROR , # MachineState.ERROR + MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.ERROR ,MachineState.ERROR ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START ,MachineState.START , # 3 + MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START ,MachineState.ERROR ,MachineState.START , # 4 +) +# fmt: on + +JOHAB_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 0, 0, 2, 2, 2) + +JOHAB_SM_MODEL: CodingStateMachineDict = { + "class_table": JOHAB_CLS, + "class_factor": 10, + "state_table": JOHAB_ST, + "char_len_table": JOHAB_CHAR_LEN_TABLE, + "name": "Johab", +} + +# EUC-TW +# fmt: off +EUCTW_CLS = ( + 2, 2, 2, 2, 2, 2, 2, 2, # 00 - 07 + 2, 2, 2, 2, 2, 2, 0, 0, # 08 - 0f + 2, 2, 2, 2, 2, 2, 2, 2, # 10 - 17 + 2, 2, 2, 0, 2, 2, 2, 2, # 18 - 1f + 2, 2, 2, 2, 2, 2, 2, 2, # 20 - 27 + 2, 2, 2, 2, 2, 2, 2, 2, # 28 - 2f + 2, 2, 2, 2, 2, 2, 2, 2, # 30 - 37 + 2, 2, 2, 2, 2, 2, 2, 2, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 2, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 6, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 3, 4, 4, 4, 4, 4, 4, # a0 - a7 + 5, 5, 1, 1, 1, 1, 1, 1, # a8 - af + 1, 1, 1, 1, 1, 1, 1, 1, # b0 - b7 + 1, 1, 1, 1, 1, 1, 1, 1, # b8 - bf + 1, 1, 3, 1, 3, 3, 3, 3, # c0 - c7 + 3, 3, 3, 3, 3, 3, 3, 3, # c8 - cf + 3, 3, 3, 3, 3, 3, 3, 3, # d0 - d7 + 3, 3, 3, 3, 3, 3, 3, 3, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 3, 3, 3, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 3, 3, 0 # f8 - ff +) + +EUCTW_ST = ( + MachineState.ERROR,MachineState.ERROR,MachineState.START, 3, 3, 3, 4,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.START,MachineState.ERROR,#10-17 + MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,#20-27 + MachineState.START,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +EUCTW_CHAR_LEN_TABLE = (0, 0, 1, 2, 2, 2, 3) + +EUCTW_SM_MODEL: CodingStateMachineDict = { + "class_table": EUCTW_CLS, + "class_factor": 7, + "state_table": EUCTW_ST, + "char_len_table": EUCTW_CHAR_LEN_TABLE, + "name": "x-euc-tw", +} + +# GB2312 +# fmt: off +GB2312_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 3, 3, 3, 3, 3, 3, 3, 3, # 30 - 37 + 3, 3, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 4, # 78 - 7f + 5, 6, 6, 6, 6, 6, 6, 6, # 80 - 87 + 6, 6, 6, 6, 6, 6, 6, 6, # 88 - 8f + 6, 6, 6, 6, 6, 6, 6, 6, # 90 - 97 + 6, 6, 6, 6, 6, 6, 6, 6, # 98 - 9f + 6, 6, 6, 6, 6, 6, 6, 6, # a0 - a7 + 6, 6, 6, 6, 6, 6, 6, 6, # a8 - af + 6, 6, 6, 6, 6, 6, 6, 6, # b0 - b7 + 6, 6, 6, 6, 6, 6, 6, 6, # b8 - bf + 6, 6, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 6, 6, 6, 6, 6, 6, 6, 6, # e0 - e7 + 6, 6, 6, 6, 6, 6, 6, 6, # e8 - ef + 6, 6, 6, 6, 6, 6, 6, 6, # f0 - f7 + 6, 6, 6, 6, 6, 6, 6, 0 # f8 - ff +) + +GB2312_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START, 3,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,#10-17 + 4,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ERROR,MachineState.ERROR, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#20-27 + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.START #28-2f +) +# fmt: on + +# To be accurate, the length of class 6 can be either 2 or 4. +# But it is not necessary to discriminate between the two since +# it is used for frequency analysis only, and we are validating +# each code range there as well. So it is safe to set it to be +# 2 here. +GB2312_CHAR_LEN_TABLE = (0, 1, 1, 1, 1, 1, 2) + +GB2312_SM_MODEL: CodingStateMachineDict = { + "class_table": GB2312_CLS, + "class_factor": 7, + "state_table": GB2312_ST, + "char_len_table": GB2312_CHAR_LEN_TABLE, + "name": "GB2312", +} + +# Shift_JIS +# fmt: off +SJIS_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 2, 2, 2, 2, 2, 2, 2, 2, # 40 - 47 + 2, 2, 2, 2, 2, 2, 2, 2, # 48 - 4f + 2, 2, 2, 2, 2, 2, 2, 2, # 50 - 57 + 2, 2, 2, 2, 2, 2, 2, 2, # 58 - 5f + 2, 2, 2, 2, 2, 2, 2, 2, # 60 - 67 + 2, 2, 2, 2, 2, 2, 2, 2, # 68 - 6f + 2, 2, 2, 2, 2, 2, 2, 2, # 70 - 77 + 2, 2, 2, 2, 2, 2, 2, 1, # 78 - 7f + 3, 3, 3, 3, 3, 2, 2, 3, # 80 - 87 + 3, 3, 3, 3, 3, 3, 3, 3, # 88 - 8f + 3, 3, 3, 3, 3, 3, 3, 3, # 90 - 97 + 3, 3, 3, 3, 3, 3, 3, 3, # 98 - 9f + #0xa0 is illegal in sjis encoding, but some pages does + #contain such byte. We need to be more error forgiven. + 2, 2, 2, 2, 2, 2, 2, 2, # a0 - a7 + 2, 2, 2, 2, 2, 2, 2, 2, # a8 - af + 2, 2, 2, 2, 2, 2, 2, 2, # b0 - b7 + 2, 2, 2, 2, 2, 2, 2, 2, # b8 - bf + 2, 2, 2, 2, 2, 2, 2, 2, # c0 - c7 + 2, 2, 2, 2, 2, 2, 2, 2, # c8 - cf + 2, 2, 2, 2, 2, 2, 2, 2, # d0 - d7 + 2, 2, 2, 2, 2, 2, 2, 2, # d8 - df + 3, 3, 3, 3, 3, 3, 3, 3, # e0 - e7 + 3, 3, 3, 3, 3, 4, 4, 4, # e8 - ef + 3, 3, 3, 3, 3, 3, 3, 3, # f0 - f7 + 3, 3, 3, 3, 3, 0, 0, 0, # f8 - ff +) + +SJIS_ST = ( + MachineState.ERROR,MachineState.START,MachineState.START, 3,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START #10-17 +) +# fmt: on + +SJIS_CHAR_LEN_TABLE = (0, 1, 1, 2, 0, 0) + +SJIS_SM_MODEL: CodingStateMachineDict = { + "class_table": SJIS_CLS, + "class_factor": 6, + "state_table": SJIS_ST, + "char_len_table": SJIS_CHAR_LEN_TABLE, + "name": "Shift_JIS", +} + +# UCS2-BE +# fmt: off +UCS2BE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2BE_ST = ( + 5, 7, 7,MachineState.ERROR, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,#10-17 + 6, 6, 6, 6, 6,MachineState.ITS_ME, 6, 6,#18-1f + 6, 6, 6, 6, 5, 7, 7,MachineState.ERROR,#20-27 + 5, 8, 6, 6,MachineState.ERROR, 6, 6, 6,#28-2f + 6, 6, 6, 6,MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2BE_CHAR_LEN_TABLE = (2, 2, 2, 0, 2, 2) + +UCS2BE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2BE_CLS, + "class_factor": 6, + "state_table": UCS2BE_ST, + "char_len_table": UCS2BE_CHAR_LEN_TABLE, + "name": "UTF-16BE", +} + +# UCS2-LE +# fmt: off +UCS2LE_CLS = ( + 0, 0, 0, 0, 0, 0, 0, 0, # 00 - 07 + 0, 0, 1, 0, 0, 2, 0, 0, # 08 - 0f + 0, 0, 0, 0, 0, 0, 0, 0, # 10 - 17 + 0, 0, 0, 3, 0, 0, 0, 0, # 18 - 1f + 0, 0, 0, 0, 0, 0, 0, 0, # 20 - 27 + 0, 3, 3, 3, 3, 3, 0, 0, # 28 - 2f + 0, 0, 0, 0, 0, 0, 0, 0, # 30 - 37 + 0, 0, 0, 0, 0, 0, 0, 0, # 38 - 3f + 0, 0, 0, 0, 0, 0, 0, 0, # 40 - 47 + 0, 0, 0, 0, 0, 0, 0, 0, # 48 - 4f + 0, 0, 0, 0, 0, 0, 0, 0, # 50 - 57 + 0, 0, 0, 0, 0, 0, 0, 0, # 58 - 5f + 0, 0, 0, 0, 0, 0, 0, 0, # 60 - 67 + 0, 0, 0, 0, 0, 0, 0, 0, # 68 - 6f + 0, 0, 0, 0, 0, 0, 0, 0, # 70 - 77 + 0, 0, 0, 0, 0, 0, 0, 0, # 78 - 7f + 0, 0, 0, 0, 0, 0, 0, 0, # 80 - 87 + 0, 0, 0, 0, 0, 0, 0, 0, # 88 - 8f + 0, 0, 0, 0, 0, 0, 0, 0, # 90 - 97 + 0, 0, 0, 0, 0, 0, 0, 0, # 98 - 9f + 0, 0, 0, 0, 0, 0, 0, 0, # a0 - a7 + 0, 0, 0, 0, 0, 0, 0, 0, # a8 - af + 0, 0, 0, 0, 0, 0, 0, 0, # b0 - b7 + 0, 0, 0, 0, 0, 0, 0, 0, # b8 - bf + 0, 0, 0, 0, 0, 0, 0, 0, # c0 - c7 + 0, 0, 0, 0, 0, 0, 0, 0, # c8 - cf + 0, 0, 0, 0, 0, 0, 0, 0, # d0 - d7 + 0, 0, 0, 0, 0, 0, 0, 0, # d8 - df + 0, 0, 0, 0, 0, 0, 0, 0, # e0 - e7 + 0, 0, 0, 0, 0, 0, 0, 0, # e8 - ef + 0, 0, 0, 0, 0, 0, 0, 0, # f0 - f7 + 0, 0, 0, 0, 0, 0, 4, 5 # f8 - ff +) + +UCS2LE_ST = ( + 6, 6, 7, 6, 4, 3,MachineState.ERROR,MachineState.ERROR,#00-07 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#08-0f + MachineState.ITS_ME,MachineState.ITS_ME, 5, 5, 5,MachineState.ERROR,MachineState.ITS_ME,MachineState.ERROR,#10-17 + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR, 6, 6,#18-1f + 7, 6, 8, 8, 5, 5, 5,MachineState.ERROR,#20-27 + 5, 5, 5,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5,#28-2f + 5, 5, 5,MachineState.ERROR, 5,MachineState.ERROR,MachineState.START,MachineState.START #30-37 +) +# fmt: on + +UCS2LE_CHAR_LEN_TABLE = (2, 2, 2, 2, 2, 2) + +UCS2LE_SM_MODEL: CodingStateMachineDict = { + "class_table": UCS2LE_CLS, + "class_factor": 6, + "state_table": UCS2LE_ST, + "char_len_table": UCS2LE_CHAR_LEN_TABLE, + "name": "UTF-16LE", +} + +# UTF-8 +# fmt: off +UTF8_CLS = ( + 1, 1, 1, 1, 1, 1, 1, 1, # 00 - 07 #allow 0x00 as a legal value + 1, 1, 1, 1, 1, 1, 0, 0, # 08 - 0f + 1, 1, 1, 1, 1, 1, 1, 1, # 10 - 17 + 1, 1, 1, 0, 1, 1, 1, 1, # 18 - 1f + 1, 1, 1, 1, 1, 1, 1, 1, # 20 - 27 + 1, 1, 1, 1, 1, 1, 1, 1, # 28 - 2f + 1, 1, 1, 1, 1, 1, 1, 1, # 30 - 37 + 1, 1, 1, 1, 1, 1, 1, 1, # 38 - 3f + 1, 1, 1, 1, 1, 1, 1, 1, # 40 - 47 + 1, 1, 1, 1, 1, 1, 1, 1, # 48 - 4f + 1, 1, 1, 1, 1, 1, 1, 1, # 50 - 57 + 1, 1, 1, 1, 1, 1, 1, 1, # 58 - 5f + 1, 1, 1, 1, 1, 1, 1, 1, # 60 - 67 + 1, 1, 1, 1, 1, 1, 1, 1, # 68 - 6f + 1, 1, 1, 1, 1, 1, 1, 1, # 70 - 77 + 1, 1, 1, 1, 1, 1, 1, 1, # 78 - 7f + 2, 2, 2, 2, 3, 3, 3, 3, # 80 - 87 + 4, 4, 4, 4, 4, 4, 4, 4, # 88 - 8f + 4, 4, 4, 4, 4, 4, 4, 4, # 90 - 97 + 4, 4, 4, 4, 4, 4, 4, 4, # 98 - 9f + 5, 5, 5, 5, 5, 5, 5, 5, # a0 - a7 + 5, 5, 5, 5, 5, 5, 5, 5, # a8 - af + 5, 5, 5, 5, 5, 5, 5, 5, # b0 - b7 + 5, 5, 5, 5, 5, 5, 5, 5, # b8 - bf + 0, 0, 6, 6, 6, 6, 6, 6, # c0 - c7 + 6, 6, 6, 6, 6, 6, 6, 6, # c8 - cf + 6, 6, 6, 6, 6, 6, 6, 6, # d0 - d7 + 6, 6, 6, 6, 6, 6, 6, 6, # d8 - df + 7, 8, 8, 8, 8, 8, 8, 8, # e0 - e7 + 8, 8, 8, 8, 8, 9, 8, 8, # e8 - ef + 10, 11, 11, 11, 11, 11, 11, 11, # f0 - f7 + 12, 13, 13, 13, 14, 15, 0, 0 # f8 - ff +) + +UTF8_ST = ( + MachineState.ERROR,MachineState.START,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12, 10,#00-07 + 9, 11, 8, 7, 6, 5, 4, 3,#08-0f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#10-17 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#18-1f + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#20-27 + MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,MachineState.ITS_ME,#28-2f + MachineState.ERROR,MachineState.ERROR, 5, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#30-37 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#38-3f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 5, 5, 5,MachineState.ERROR,MachineState.ERROR,#40-47 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#48-4f + MachineState.ERROR,MachineState.ERROR, 7, 7, 7, 7,MachineState.ERROR,MachineState.ERROR,#50-57 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#58-5f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 7, 7,MachineState.ERROR,MachineState.ERROR,#60-67 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#68-6f + MachineState.ERROR,MachineState.ERROR, 9, 9, 9, 9,MachineState.ERROR,MachineState.ERROR,#70-77 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#78-7f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 9,MachineState.ERROR,MachineState.ERROR,#80-87 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#88-8f + MachineState.ERROR,MachineState.ERROR, 12, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,#90-97 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#98-9f + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR, 12,MachineState.ERROR,MachineState.ERROR,#a0-a7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#a8-af + MachineState.ERROR,MachineState.ERROR, 12, 12, 12,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b0-b7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,#b8-bf + MachineState.ERROR,MachineState.ERROR,MachineState.START,MachineState.START,MachineState.START,MachineState.START,MachineState.ERROR,MachineState.ERROR,#c0-c7 + MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR,MachineState.ERROR #c8-cf +) +# fmt: on + +UTF8_CHAR_LEN_TABLE = (0, 1, 0, 0, 0, 0, 2, 3, 3, 3, 4, 4, 5, 5, 6, 6) + +UTF8_SM_MODEL: CodingStateMachineDict = { + "class_table": UTF8_CLS, + "class_factor": 16, + "state_table": UTF8_ST, + "char_len_table": UTF8_CHAR_LEN_TABLE, + "name": "UTF-8", +} diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b5773c9d6f121460985a7295efd26e51bbfee1b GIT binary patch literal 201 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py new file mode 100644 index 0000000..eb40c5f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py @@ -0,0 +1,352 @@ +""" +Metadata about languages used by our model training code for our +SingleByteCharSetProbers. Could be used for other things in the future. + +This code is based on the language metadata from the uchardet project. +""" + +from string import ascii_letters +from typing import List, Optional + +# TODO: Add Ukrainian (KOI8-U) + + +class Language: + """Metadata about a language useful for training models + + :ivar name: The human name for the language, in English. + :type name: str + :ivar iso_code: 2-letter ISO 639-1 if possible, 3-letter ISO code otherwise, + or use another catalog as a last resort. + :type iso_code: str + :ivar use_ascii: Whether or not ASCII letters should be included in trained + models. + :type use_ascii: bool + :ivar charsets: The charsets we want to support and create data for. + :type charsets: list of str + :ivar alphabet: The characters in the language's alphabet. If `use_ascii` is + `True`, you only need to add those not in the ASCII set. + :type alphabet: str + :ivar wiki_start_pages: The Wikipedia pages to start from if we're crawling + Wikipedia for training data. + :type wiki_start_pages: list of str + """ + + def __init__( + self, + name: Optional[str] = None, + iso_code: Optional[str] = None, + use_ascii: bool = True, + charsets: Optional[List[str]] = None, + alphabet: Optional[str] = None, + wiki_start_pages: Optional[List[str]] = None, + ) -> None: + super().__init__() + self.name = name + self.iso_code = iso_code + self.use_ascii = use_ascii + self.charsets = charsets + if self.use_ascii: + if alphabet: + alphabet += ascii_letters + else: + alphabet = ascii_letters + elif not alphabet: + raise ValueError("Must supply alphabet if use_ascii is False") + self.alphabet = "".join(sorted(set(alphabet))) if alphabet else None + self.wiki_start_pages = wiki_start_pages + + def __repr__(self) -> str: + param_str = ", ".join( + f"{k}={v!r}" for k, v in self.__dict__.items() if not k.startswith("_") + ) + return f"{self.__class__.__name__}({param_str})" + + +LANGUAGES = { + "Arabic": Language( + name="Arabic", + iso_code="ar", + use_ascii=False, + # We only support encodings that use isolated + # forms, because the current recommendation is + # that the rendering system handles presentation + # forms. This means we purposefully skip IBM864. + charsets=["ISO-8859-6", "WINDOWS-1256", "CP720", "CP864"], + alphabet="ءآأؤإئابةتثجحخدذرزسشصضطظعغػؼؽؾؿـفقكلمنهوىيًٌٍَُِّ", + wiki_start_pages=["الصفحة_الرئيسية"], + ), + "Belarusian": Language( + name="Belarusian", + iso_code="be", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM866", "MacCyrillic"], + alphabet="АБВГДЕЁЖЗІЙКЛМНОПРСТУЎФХЦЧШЫЬЭЮЯабвгдеёжзійклмнопрстуўфхцчшыьэюяʼ", + wiki_start_pages=["Галоўная_старонка"], + ), + "Bulgarian": Language( + name="Bulgarian", + iso_code="bg", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "IBM855"], + alphabet="АБВГДЕЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЬЮЯабвгдежзийклмнопрстуфхцчшщъьюя", + wiki_start_pages=["Начална_страница"], + ), + "Czech": Language( + name="Czech", + iso_code="cz", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áčďéěíňóřšťúůýžÁČĎÉĚÍŇÓŘŠŤÚŮÝŽ", + wiki_start_pages=["Hlavní_strana"], + ), + "Danish": Language( + name="Danish", + iso_code="da", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="æøåÆØÅ", + wiki_start_pages=["Forside"], + ), + "German": Language( + name="German", + iso_code="de", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="äöüßẞÄÖÜ", + wiki_start_pages=["Wikipedia:Hauptseite"], + ), + "Greek": Language( + name="Greek", + iso_code="el", + use_ascii=False, + charsets=["ISO-8859-7", "WINDOWS-1253"], + alphabet="αβγδεζηθικλμνξοπρσςτυφχψωάέήίόύώΑΒΓΔΕΖΗΘΙΚΛΜΝΞΟΠΡΣΣΤΥΦΧΨΩΆΈΉΊΌΎΏ", + wiki_start_pages=["Πύλη:Κύρια"], + ), + "English": Language( + name="English", + iso_code="en", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Main_Page"], + ), + "Esperanto": Language( + name="Esperanto", + iso_code="eo", + # Q, W, X, and Y not used at all + use_ascii=False, + charsets=["ISO-8859-3"], + alphabet="abcĉdefgĝhĥijĵklmnoprsŝtuŭvzABCĈDEFGĜHĤIJĴKLMNOPRSŜTUŬVZ", + wiki_start_pages=["Vikipedio:Ĉefpaĝo"], + ), + "Spanish": Language( + name="Spanish", + iso_code="es", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ñáéíóúüÑÁÉÍÓÚÜ", + wiki_start_pages=["Wikipedia:Portada"], + ), + "Estonian": Language( + name="Estonian", + iso_code="et", + use_ascii=False, + charsets=["ISO-8859-4", "ISO-8859-13", "WINDOWS-1257"], + # C, F, Š, Q, W, X, Y, Z, Ž are only for + # loanwords + alphabet="ABDEGHIJKLMNOPRSTUVÕÄÖÜabdeghijklmnoprstuvõäöü", + wiki_start_pages=["Esileht"], + ), + "Finnish": Language( + name="Finnish", + iso_code="fi", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÅÄÖŠŽåäöšž", + wiki_start_pages=["Wikipedia:Etusivu"], + ), + "French": Language( + name="French", + iso_code="fr", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="œàâçèéîïùûêŒÀÂÇÈÉÎÏÙÛÊ", + wiki_start_pages=["Wikipédia:Accueil_principal", "Bœuf (animal)"], + ), + "Hebrew": Language( + name="Hebrew", + iso_code="he", + use_ascii=False, + charsets=["ISO-8859-8", "WINDOWS-1255"], + alphabet="אבגדהוזחטיךכלםמןנסעףפץצקרשתװױײ", + wiki_start_pages=["עמוד_ראשי"], + ), + "Croatian": Language( + name="Croatian", + iso_code="hr", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčćdđefghijklmnoprsštuvzžABCČĆDĐEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stranica"], + ), + "Hungarian": Language( + name="Hungarian", + iso_code="hu", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcdefghijklmnoprstuvzáéíóöőúüűABCDEFGHIJKLMNOPRSTUVZÁÉÍÓÖŐÚÜŰ", + wiki_start_pages=["Kezdőlap"], + ), + "Italian": Language( + name="Italian", + iso_code="it", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÀÈÉÌÒÓÙàèéìòóù", + wiki_start_pages=["Pagina_principale"], + ), + "Lithuanian": Language( + name="Lithuanian", + iso_code="lt", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, and X not used at all + alphabet="AĄBCČDEĘĖFGHIĮYJKLMNOPRSŠTUŲŪVZŽaąbcčdeęėfghiįyjklmnoprsštuųūvzž", + wiki_start_pages=["Pagrindinis_puslapis"], + ), + "Latvian": Language( + name="Latvian", + iso_code="lv", + use_ascii=False, + charsets=["ISO-8859-13", "WINDOWS-1257", "ISO-8859-4"], + # Q, W, X, Y are only for loanwords + alphabet="AĀBCČDEĒFGĢHIĪJKĶLĻMNŅOPRSŠTUŪVZŽaābcčdeēfgģhiījkķlļmnņoprsštuūvzž", + wiki_start_pages=["Sākumlapa"], + ), + "Macedonian": Language( + name="Macedonian", + iso_code="mk", + use_ascii=False, + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + alphabet="АБВГДЃЕЖЗЅИЈКЛЉМНЊОПРСТЌУФХЦЧЏШабвгдѓежзѕијклљмнњопрстќуфхцчџш", + wiki_start_pages=["Главна_страница"], + ), + "Dutch": Language( + name="Dutch", + iso_code="nl", + use_ascii=True, + charsets=["ISO-8859-1", "WINDOWS-1252", "MacRoman"], + wiki_start_pages=["Hoofdpagina"], + ), + "Polish": Language( + name="Polish", + iso_code="pl", + # Q and X are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="AĄBCĆDEĘFGHIJKLŁMNŃOÓPRSŚTUWYZŹŻaąbcćdeęfghijklłmnńoóprsśtuwyzźż", + wiki_start_pages=["Wikipedia:Strona_główna"], + ), + "Portuguese": Language( + name="Portuguese", + iso_code="pt", + use_ascii=True, + charsets=["ISO-8859-1", "ISO-8859-15", "WINDOWS-1252", "MacRoman"], + alphabet="ÁÂÃÀÇÉÊÍÓÔÕÚáâãàçéêíóôõú", + wiki_start_pages=["Wikipédia:Página_principal"], + ), + "Romanian": Language( + name="Romanian", + iso_code="ro", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="ăâîșțĂÂÎȘȚ", + wiki_start_pages=["Pagina_principală"], + ), + "Russian": Language( + name="Russian", + iso_code="ru", + use_ascii=False, + charsets=[ + "ISO-8859-5", + "WINDOWS-1251", + "KOI8-R", + "MacCyrillic", + "IBM866", + "IBM855", + ], + alphabet="абвгдеёжзийклмнопрстуфхцчшщъыьэюяАБВГДЕЁЖЗИЙКЛМНОПРСТУФХЦЧШЩЪЫЬЭЮЯ", + wiki_start_pages=["Заглавная_страница"], + ), + "Slovak": Language( + name="Slovak", + iso_code="sk", + use_ascii=True, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="áäčďéíĺľňóôŕšťúýžÁÄČĎÉÍĹĽŇÓÔŔŠŤÚÝŽ", + wiki_start_pages=["Hlavná_stránka"], + ), + "Slovene": Language( + name="Slovene", + iso_code="sl", + # Q, W, X, Y are only used for foreign words. + use_ascii=False, + charsets=["ISO-8859-2", "WINDOWS-1250"], + alphabet="abcčdefghijklmnoprsštuvzžABCČDEFGHIJKLMNOPRSŠTUVZŽ", + wiki_start_pages=["Glavna_stran"], + ), + # Serbian can be written in both Latin and Cyrillic, but there's no + # simple way to get the Latin alphabet pages from Wikipedia through + # the API, so for now we just support Cyrillic. + "Serbian": Language( + name="Serbian", + iso_code="sr", + alphabet="АБВГДЂЕЖЗИЈКЛЉМНЊОПРСТЋУФХЦЧЏШабвгдђежзијклљмнњопрстћуфхцчџш", + charsets=["ISO-8859-5", "WINDOWS-1251", "MacCyrillic", "IBM855"], + wiki_start_pages=["Главна_страна"], + ), + "Thai": Language( + name="Thai", + iso_code="th", + use_ascii=False, + charsets=["ISO-8859-11", "TIS-620", "CP874"], + alphabet="กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพฟภมยรฤลฦวศษสหฬอฮฯะัาำิีึืฺุู฿เแโใไๅๆ็่้๊๋์ํ๎๏๐๑๒๓๔๕๖๗๘๙๚๛", + wiki_start_pages=["หน้าหลัก"], + ), + "Turkish": Language( + name="Turkish", + iso_code="tr", + # Q, W, and X are not used by Turkish + use_ascii=False, + charsets=["ISO-8859-3", "ISO-8859-9", "WINDOWS-1254"], + alphabet="abcçdefgğhıijklmnoöprsştuüvyzâîûABCÇDEFGĞHIİJKLMNOÖPRSŞTUÜVYZÂÎÛ", + wiki_start_pages=["Ana_Sayfa"], + ), + "Vietnamese": Language( + name="Vietnamese", + iso_code="vi", + use_ascii=False, + # Windows-1258 is the only common 8-bit + # Vietnamese encoding supported by Python. + # From Wikipedia: + # For systems that lack support for Unicode, + # dozens of 8-bit Vietnamese code pages are + # available.[1] The most common are VISCII + # (TCVN 5712:1993), VPS, and Windows-1258.[3] + # Where ASCII is required, such as when + # ensuring readability in plain text e-mail, + # Vietnamese letters are often encoded + # according to Vietnamese Quoted-Readable + # (VIQR) or VSCII Mnemonic (VSCII-MNEM),[4] + # though usage of either variable-width + # scheme has declined dramatically following + # the adoption of Unicode on the World Wide + # Web. + charsets=["WINDOWS-1258"], + alphabet="aăâbcdđeêghiklmnoôơpqrstuưvxyAĂÂBCDĐEÊGHIKLMNOÔƠPQRSTUƯVXY", + wiki_start_pages=["Chữ_Quốc_ngữ"], + ), +} diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py new file mode 100644 index 0000000..7d36e64 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py @@ -0,0 +1,16 @@ +from typing import TYPE_CHECKING, Optional + +if TYPE_CHECKING: + # TypedDict was introduced in Python 3.8. + # + # TODO: Remove the else block and TYPE_CHECKING check when dropping support + # for Python 3.7. + from typing import TypedDict + + class ResultDict(TypedDict): + encoding: Optional[str] + confidence: float + language: Optional[str] + +else: + ResultDict = dict diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py new file mode 100644 index 0000000..0ffbcdd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py @@ -0,0 +1,162 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Dict, List, NamedTuple, Optional, Union + +from .charsetprober import CharSetProber +from .enums import CharacterCategory, ProbingState, SequenceLikelihood + + +class SingleByteCharSetModel(NamedTuple): + charset_name: str + language: str + char_to_order_map: Dict[int, int] + language_model: Dict[int, Dict[int, int]] + typical_positive_ratio: float + keep_ascii_letters: bool + alphabet: str + + +class SingleByteCharSetProber(CharSetProber): + SAMPLE_SIZE = 64 + SB_ENOUGH_REL_THRESHOLD = 1024 # 0.25 * SAMPLE_SIZE^2 + POSITIVE_SHORTCUT_THRESHOLD = 0.95 + NEGATIVE_SHORTCUT_THRESHOLD = 0.05 + + def __init__( + self, + model: SingleByteCharSetModel, + is_reversed: bool = False, + name_prober: Optional[CharSetProber] = None, + ) -> None: + super().__init__() + self._model = model + # TRUE if we need to reverse every pair in the model lookup + self._reversed = is_reversed + # Optional auxiliary prober for name decision + self._name_prober = name_prober + self._last_order = 255 + self._seq_counters: List[int] = [] + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + self._freq_char = 0 + self.reset() + + def reset(self) -> None: + super().reset() + # char order of last character + self._last_order = 255 + self._seq_counters = [0] * SequenceLikelihood.get_num_categories() + self._total_seqs = 0 + self._total_char = 0 + self._control_char = 0 + # characters that fall in our sampling range + self._freq_char = 0 + + @property + def charset_name(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.charset_name + return self._model.charset_name + + @property + def language(self) -> Optional[str]: + if self._name_prober: + return self._name_prober.language + return self._model.language + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + # TODO: Make filter_international_words keep things in self.alphabet + if not self._model.keep_ascii_letters: + byte_str = self.filter_international_words(byte_str) + else: + byte_str = self.remove_xml_tags(byte_str) + if not byte_str: + return self.state + char_to_order_map = self._model.char_to_order_map + language_model = self._model.language_model + for char in byte_str: + order = char_to_order_map.get(char, CharacterCategory.UNDEFINED) + # XXX: This was SYMBOL_CAT_ORDER before, with a value of 250, but + # CharacterCategory.SYMBOL is actually 253, so we use CONTROL + # to make it closer to the original intent. The only difference + # is whether or not we count digits and control characters for + # _total_char purposes. + if order < CharacterCategory.CONTROL: + self._total_char += 1 + if order < self.SAMPLE_SIZE: + self._freq_char += 1 + if self._last_order < self.SAMPLE_SIZE: + self._total_seqs += 1 + if not self._reversed: + lm_cat = language_model[self._last_order][order] + else: + lm_cat = language_model[order][self._last_order] + self._seq_counters[lm_cat] += 1 + self._last_order = order + + charset_name = self._model.charset_name + if self.state == ProbingState.DETECTING: + if self._total_seqs > self.SB_ENOUGH_REL_THRESHOLD: + confidence = self.get_confidence() + if confidence > self.POSITIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, we have a winner", charset_name, confidence + ) + self._state = ProbingState.FOUND_IT + elif confidence < self.NEGATIVE_SHORTCUT_THRESHOLD: + self.logger.debug( + "%s confidence = %s, below negative shortcut threshold %s", + charset_name, + confidence, + self.NEGATIVE_SHORTCUT_THRESHOLD, + ) + self._state = ProbingState.NOT_ME + + return self.state + + def get_confidence(self) -> float: + r = 0.01 + if self._total_seqs > 0: + r = ( + ( + self._seq_counters[SequenceLikelihood.POSITIVE] + + 0.25 * self._seq_counters[SequenceLikelihood.LIKELY] + ) + / self._total_seqs + / self._model.typical_positive_ratio + ) + # The more control characters (proportionnaly to the size + # of the text), the less confident we become in the current + # charset. + r = r * (self._total_char - self._control_char) / self._total_char + r = r * self._freq_char / self._total_char + if r >= 1.0: + r = 0.99 + return r diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py new file mode 100644 index 0000000..890ae84 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py @@ -0,0 +1,88 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from .charsetgroupprober import CharSetGroupProber +from .hebrewprober import HebrewProber +from .langbulgarianmodel import ISO_8859_5_BULGARIAN_MODEL, WINDOWS_1251_BULGARIAN_MODEL +from .langgreekmodel import ISO_8859_7_GREEK_MODEL, WINDOWS_1253_GREEK_MODEL +from .langhebrewmodel import WINDOWS_1255_HEBREW_MODEL + +# from .langhungarianmodel import (ISO_8859_2_HUNGARIAN_MODEL, +# WINDOWS_1250_HUNGARIAN_MODEL) +from .langrussianmodel import ( + IBM855_RUSSIAN_MODEL, + IBM866_RUSSIAN_MODEL, + ISO_8859_5_RUSSIAN_MODEL, + KOI8_R_RUSSIAN_MODEL, + MACCYRILLIC_RUSSIAN_MODEL, + WINDOWS_1251_RUSSIAN_MODEL, +) +from .langthaimodel import TIS_620_THAI_MODEL +from .langturkishmodel import ISO_8859_9_TURKISH_MODEL +from .sbcharsetprober import SingleByteCharSetProber + + +class SBCSGroupProber(CharSetGroupProber): + def __init__(self) -> None: + super().__init__() + hebrew_prober = HebrewProber() + logical_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=False, name_prober=hebrew_prober + ) + # TODO: See if using ISO-8859-8 Hebrew model works better here, since + # it's actually the visual one + visual_hebrew_prober = SingleByteCharSetProber( + WINDOWS_1255_HEBREW_MODEL, is_reversed=True, name_prober=hebrew_prober + ) + hebrew_prober.set_model_probers(logical_hebrew_prober, visual_hebrew_prober) + # TODO: ORDER MATTERS HERE. I changed the order vs what was in master + # and several tests failed that did not before. Some thought + # should be put into the ordering, and we should consider making + # order not matter here, because that is very counter-intuitive. + self.probers = [ + SingleByteCharSetProber(WINDOWS_1251_RUSSIAN_MODEL), + SingleByteCharSetProber(KOI8_R_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_5_RUSSIAN_MODEL), + SingleByteCharSetProber(MACCYRILLIC_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM866_RUSSIAN_MODEL), + SingleByteCharSetProber(IBM855_RUSSIAN_MODEL), + SingleByteCharSetProber(ISO_8859_7_GREEK_MODEL), + SingleByteCharSetProber(WINDOWS_1253_GREEK_MODEL), + SingleByteCharSetProber(ISO_8859_5_BULGARIAN_MODEL), + SingleByteCharSetProber(WINDOWS_1251_BULGARIAN_MODEL), + # TODO: Restore Hungarian encodings (iso-8859-2 and windows-1250) + # after we retrain model. + # SingleByteCharSetProber(ISO_8859_2_HUNGARIAN_MODEL), + # SingleByteCharSetProber(WINDOWS_1250_HUNGARIAN_MODEL), + SingleByteCharSetProber(TIS_620_THAI_MODEL), + SingleByteCharSetProber(ISO_8859_9_TURKISH_MODEL), + hebrew_prober, + logical_hebrew_prober, + visual_hebrew_prober, + ] + self.reset() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py new file mode 100644 index 0000000..91df077 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py @@ -0,0 +1,105 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .chardistribution import SJISDistributionAnalysis +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .jpcntx import SJISContextAnalysis +from .mbcharsetprober import MultiByteCharSetProber +from .mbcssm import SJIS_SM_MODEL + + +class SJISProber(MultiByteCharSetProber): + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(SJIS_SM_MODEL) + self.distribution_analyzer = SJISDistributionAnalysis() + self.context_analyzer = SJISContextAnalysis() + self.reset() + + def reset(self) -> None: + super().reset() + self.context_analyzer.reset() + + @property + def charset_name(self) -> str: + return self.context_analyzer.charset_name + + @property + def language(self) -> str: + return "Japanese" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + assert self.coding_sm is not None + assert self.distribution_analyzer is not None + + for i, byte in enumerate(byte_str): + coding_state = self.coding_sm.next_state(byte) + if coding_state == MachineState.ERROR: + self.logger.debug( + "%s %s prober hit error at byte %s", + self.charset_name, + self.language, + i, + ) + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + char_len = self.coding_sm.get_current_charlen() + if i == 0: + self._last_char[1] = byte + self.context_analyzer.feed( + self._last_char[2 - char_len :], char_len + ) + self.distribution_analyzer.feed(self._last_char, char_len) + else: + self.context_analyzer.feed( + byte_str[i + 1 - char_len : i + 3 - char_len], char_len + ) + self.distribution_analyzer.feed(byte_str[i - 1 : i + 1], char_len) + + self._last_char[0] = byte_str[-1] + + if self.state == ProbingState.DETECTING: + if self.context_analyzer.got_enough_data() and ( + self.get_confidence() > self.SHORTCUT_THRESHOLD + ): + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + assert self.distribution_analyzer is not None + + context_conf = self.context_analyzer.get_confidence() + distrib_conf = self.distribution_analyzer.get_confidence() + return max(context_conf, distrib_conf) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py new file mode 100644 index 0000000..30c441d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py @@ -0,0 +1,362 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is Mozilla Universal charset detector code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 2001 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# Shy Shalom - original C code +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +""" +Module containing the UniversalDetector detector class, which is the primary +class a user of ``chardet`` should use. + +:author: Mark Pilgrim (initial port to Python) +:author: Shy Shalom (original C code) +:author: Dan Blanchard (major refactoring for 3.0) +:author: Ian Cordasco +""" + + +import codecs +import logging +import re +from typing import List, Optional, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState, LanguageFilter, ProbingState +from .escprober import EscCharSetProber +from .latin1prober import Latin1Prober +from .macromanprober import MacRomanProber +from .mbcsgroupprober import MBCSGroupProber +from .resultdict import ResultDict +from .sbcsgroupprober import SBCSGroupProber +from .utf1632prober import UTF1632Prober + + +class UniversalDetector: + """ + The ``UniversalDetector`` class underlies the ``chardet.detect`` function + and coordinates all of the different charset probers. + + To get a ``dict`` containing an encoding and its confidence, you can simply + run: + + .. code:: + + u = UniversalDetector() + u.feed(some_bytes) + u.close() + detected = u.result + + """ + + MINIMUM_THRESHOLD = 0.20 + HIGH_BYTE_DETECTOR = re.compile(b"[\x80-\xFF]") + ESC_DETECTOR = re.compile(b"(\033|~{)") + WIN_BYTE_DETECTOR = re.compile(b"[\x80-\x9F]") + ISO_WIN_MAP = { + "iso-8859-1": "Windows-1252", + "iso-8859-2": "Windows-1250", + "iso-8859-5": "Windows-1251", + "iso-8859-6": "Windows-1256", + "iso-8859-7": "Windows-1253", + "iso-8859-8": "Windows-1255", + "iso-8859-9": "Windows-1254", + "iso-8859-13": "Windows-1257", + } + # Based on https://encoding.spec.whatwg.org/#names-and-labels + # but altered to match Python names for encodings and remove mappings + # that break tests. + LEGACY_MAP = { + "ascii": "Windows-1252", + "iso-8859-1": "Windows-1252", + "tis-620": "ISO-8859-11", + "iso-8859-9": "Windows-1254", + "gb2312": "GB18030", + "euc-kr": "CP949", + "utf-16le": "UTF-16", + } + + def __init__( + self, + lang_filter: LanguageFilter = LanguageFilter.ALL, + should_rename_legacy: bool = False, + ) -> None: + self._esc_charset_prober: Optional[EscCharSetProber] = None + self._utf1632_prober: Optional[UTF1632Prober] = None + self._charset_probers: List[CharSetProber] = [] + self.result: ResultDict = { + "encoding": None, + "confidence": 0.0, + "language": None, + } + self.done = False + self._got_data = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + self.lang_filter = lang_filter + self.logger = logging.getLogger(__name__) + self._has_win_bytes = False + self.should_rename_legacy = should_rename_legacy + self.reset() + + @property + def input_state(self) -> int: + return self._input_state + + @property + def has_win_bytes(self) -> bool: + return self._has_win_bytes + + @property + def charset_probers(self) -> List[CharSetProber]: + return self._charset_probers + + def reset(self) -> None: + """ + Reset the UniversalDetector and all of its probers back to their + initial states. This is called by ``__init__``, so you only need to + call this directly in between analyses of different documents. + """ + self.result = {"encoding": None, "confidence": 0.0, "language": None} + self.done = False + self._got_data = False + self._has_win_bytes = False + self._input_state = InputState.PURE_ASCII + self._last_char = b"" + if self._esc_charset_prober: + self._esc_charset_prober.reset() + if self._utf1632_prober: + self._utf1632_prober.reset() + for prober in self._charset_probers: + prober.reset() + + def feed(self, byte_str: Union[bytes, bytearray]) -> None: + """ + Takes a chunk of a document and feeds it through all of the relevant + charset probers. + + After calling ``feed``, you can check the value of the ``done`` + attribute to see if you need to continue feeding the + ``UniversalDetector`` more data, or if it has made a prediction + (in the ``result`` attribute). + + .. note:: + You should always call ``close`` when you're done feeding in your + document if ``done`` is not already ``True``. + """ + if self.done: + return + + if not byte_str: + return + + if not isinstance(byte_str, bytearray): + byte_str = bytearray(byte_str) + + # First check for known BOMs, since these are guaranteed to be correct + if not self._got_data: + # If the data starts with BOM, we know it is UTF + if byte_str.startswith(codecs.BOM_UTF8): + # EF BB BF UTF-8 with BOM + self.result = { + "encoding": "UTF-8-SIG", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE)): + # FF FE 00 00 UTF-32, little-endian BOM + # 00 00 FE FF UTF-32, big-endian BOM + self.result = {"encoding": "UTF-32", "confidence": 1.0, "language": ""} + elif byte_str.startswith(b"\xFE\xFF\x00\x00"): + # FE FF 00 00 UCS-4, unusual octet order BOM (3412) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-3412", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith(b"\x00\x00\xFF\xFE"): + # 00 00 FF FE UCS-4, unusual octet order BOM (2143) + self.result = { + # TODO: This encoding is not supported by Python. Should remove? + "encoding": "X-ISO-10646-UCS-4-2143", + "confidence": 1.0, + "language": "", + } + elif byte_str.startswith((codecs.BOM_LE, codecs.BOM_BE)): + # FF FE UTF-16, little endian BOM + # FE FF UTF-16, big endian BOM + self.result = {"encoding": "UTF-16", "confidence": 1.0, "language": ""} + + self._got_data = True + if self.result["encoding"] is not None: + self.done = True + return + + # If none of those matched and we've only see ASCII so far, check + # for high bytes and escape sequences + if self._input_state == InputState.PURE_ASCII: + if self.HIGH_BYTE_DETECTOR.search(byte_str): + self._input_state = InputState.HIGH_BYTE + elif ( + self._input_state == InputState.PURE_ASCII + and self.ESC_DETECTOR.search(self._last_char + byte_str) + ): + self._input_state = InputState.ESC_ASCII + + self._last_char = byte_str[-1:] + + # next we will look to see if it is appears to be either a UTF-16 or + # UTF-32 encoding + if not self._utf1632_prober: + self._utf1632_prober = UTF1632Prober() + + if self._utf1632_prober.state == ProbingState.DETECTING: + if self._utf1632_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._utf1632_prober.charset_name, + "confidence": self._utf1632_prober.get_confidence(), + "language": "", + } + self.done = True + return + + # If we've seen escape sequences, use the EscCharSetProber, which + # uses a simple state machine to check for known escape sequences in + # HZ and ISO-2022 encodings, since those are the only encodings that + # use such sequences. + if self._input_state == InputState.ESC_ASCII: + if not self._esc_charset_prober: + self._esc_charset_prober = EscCharSetProber(self.lang_filter) + if self._esc_charset_prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": self._esc_charset_prober.charset_name, + "confidence": self._esc_charset_prober.get_confidence(), + "language": self._esc_charset_prober.language, + } + self.done = True + # If we've seen high bytes (i.e., those with values greater than 127), + # we need to do more complicated checks using all our multi-byte and + # single-byte probers that are left. The single-byte probers + # use character bigram distributions to determine the encoding, whereas + # the multi-byte probers use a combination of character unigram and + # bigram distributions. + elif self._input_state == InputState.HIGH_BYTE: + if not self._charset_probers: + self._charset_probers = [MBCSGroupProber(self.lang_filter)] + # If we're checking non-CJK encodings, use single-byte prober + if self.lang_filter & LanguageFilter.NON_CJK: + self._charset_probers.append(SBCSGroupProber()) + self._charset_probers.append(Latin1Prober()) + self._charset_probers.append(MacRomanProber()) + for prober in self._charset_probers: + if prober.feed(byte_str) == ProbingState.FOUND_IT: + self.result = { + "encoding": prober.charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + self.done = True + break + if self.WIN_BYTE_DETECTOR.search(byte_str): + self._has_win_bytes = True + + def close(self) -> ResultDict: + """ + Stop analyzing the current document and come up with a final + prediction. + + :returns: The ``result`` attribute, a ``dict`` with the keys + `encoding`, `confidence`, and `language`. + """ + # Don't bother with checks if we're already done + if self.done: + return self.result + self.done = True + + if not self._got_data: + self.logger.debug("no data received!") + + # Default to ASCII if it is all we've seen so far + elif self._input_state == InputState.PURE_ASCII: + self.result = {"encoding": "ascii", "confidence": 1.0, "language": ""} + + # If we have seen non-ASCII, return the best that met MINIMUM_THRESHOLD + elif self._input_state == InputState.HIGH_BYTE: + prober_confidence = None + max_prober_confidence = 0.0 + max_prober = None + for prober in self._charset_probers: + if not prober: + continue + prober_confidence = prober.get_confidence() + if prober_confidence > max_prober_confidence: + max_prober_confidence = prober_confidence + max_prober = prober + if max_prober and (max_prober_confidence > self.MINIMUM_THRESHOLD): + charset_name = max_prober.charset_name + assert charset_name is not None + lower_charset_name = charset_name.lower() + confidence = max_prober.get_confidence() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859"): + if self._has_win_bytes: + charset_name = self.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if self.should_rename_legacy: + charset_name = self.LEGACY_MAP.get( + (charset_name or "").lower(), charset_name + ) + self.result = { + "encoding": charset_name, + "confidence": confidence, + "language": max_prober.language, + } + + # Log all prober confidences if none met MINIMUM_THRESHOLD + if self.logger.getEffectiveLevel() <= logging.DEBUG: + if self.result["encoding"] is None: + self.logger.debug("no probers hit minimum threshold") + for group_prober in self._charset_probers: + if not group_prober: + continue + if isinstance(group_prober, CharSetGroupProber): + for prober in group_prober.probers: + self.logger.debug( + "%s %s confidence = %s", + prober.charset_name, + prober.language, + prober.get_confidence(), + ) + else: + self.logger.debug( + "%s %s confidence = %s", + group_prober.charset_name, + group_prober.language, + group_prober.get_confidence(), + ) + return self.result diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py new file mode 100644 index 0000000..6bdec63 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py @@ -0,0 +1,225 @@ +######################## BEGIN LICENSE BLOCK ######################## +# +# Contributor(s): +# Jason Zavaglia +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### +from typing import List, Union + +from .charsetprober import CharSetProber +from .enums import ProbingState + + +class UTF1632Prober(CharSetProber): + """ + This class simply looks for occurrences of zero bytes, and infers + whether the file is UTF16 or UTF32 (low-endian or big-endian) + For instance, files looking like ( \0 \0 \0 [nonzero] )+ + have a good probability to be UTF32BE. Files looking like ( \0 [nonzero] )+ + may be guessed to be UTF16BE, and inversely for little-endian varieties. + """ + + # how many logical characters to scan before feeling confident of prediction + MIN_CHARS_FOR_DETECTION = 20 + # a fixed constant ratio of expected zeros or non-zeros in modulo-position. + EXPECTED_RATIO = 0.94 + + def __init__(self) -> None: + super().__init__() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.quad = [0, 0, 0, 0] + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.reset() + + def reset(self) -> None: + super().reset() + self.position = 0 + self.zeros_at_mod = [0] * 4 + self.nonzeros_at_mod = [0] * 4 + self._state = ProbingState.DETECTING + self.invalid_utf16be = False + self.invalid_utf16le = False + self.invalid_utf32be = False + self.invalid_utf32le = False + self.first_half_surrogate_pair_detected_16be = False + self.first_half_surrogate_pair_detected_16le = False + self.quad = [0, 0, 0, 0] + + @property + def charset_name(self) -> str: + if self.is_likely_utf32be(): + return "utf-32be" + if self.is_likely_utf32le(): + return "utf-32le" + if self.is_likely_utf16be(): + return "utf-16be" + if self.is_likely_utf16le(): + return "utf-16le" + # default to something valid + return "utf-16" + + @property + def language(self) -> str: + return "" + + def approx_32bit_chars(self) -> float: + return max(1.0, self.position / 4.0) + + def approx_16bit_chars(self) -> float: + return max(1.0, self.position / 2.0) + + def is_likely_utf32be(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.zeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.nonzeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32be + ) + + def is_likely_utf32le(self) -> bool: + approx_chars = self.approx_32bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + self.nonzeros_at_mod[0] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[1] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[2] / approx_chars > self.EXPECTED_RATIO + and self.zeros_at_mod[3] / approx_chars > self.EXPECTED_RATIO + and not self.invalid_utf32le + ) + + def is_likely_utf16be(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[1] + self.nonzeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[0] + self.zeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16be + ) + + def is_likely_utf16le(self) -> bool: + approx_chars = self.approx_16bit_chars() + return approx_chars >= self.MIN_CHARS_FOR_DETECTION and ( + (self.nonzeros_at_mod[0] + self.nonzeros_at_mod[2]) / approx_chars + > self.EXPECTED_RATIO + and (self.zeros_at_mod[1] + self.zeros_at_mod[3]) / approx_chars + > self.EXPECTED_RATIO + and not self.invalid_utf16le + ) + + def validate_utf32_characters(self, quad: List[int]) -> None: + """ + Validate if the quad of bytes is valid UTF-32. + + UTF-32 is valid in the range 0x00000000 - 0x0010FFFF + excluding 0x0000D800 - 0x0000DFFF + + https://en.wikipedia.org/wiki/UTF-32 + """ + if ( + quad[0] != 0 + or quad[1] > 0x10 + or (quad[0] == 0 and quad[1] == 0 and 0xD8 <= quad[2] <= 0xDF) + ): + self.invalid_utf32be = True + if ( + quad[3] != 0 + or quad[2] > 0x10 + or (quad[3] == 0 and quad[2] == 0 and 0xD8 <= quad[1] <= 0xDF) + ): + self.invalid_utf32le = True + + def validate_utf16_characters(self, pair: List[int]) -> None: + """ + Validate if the pair of bytes is valid UTF-16. + + UTF-16 is valid in the range 0x0000 - 0xFFFF excluding 0xD800 - 0xFFFF + with an exception for surrogate pairs, which must be in the range + 0xD800-0xDBFF followed by 0xDC00-0xDFFF + + https://en.wikipedia.org/wiki/UTF-16 + """ + if not self.first_half_surrogate_pair_detected_16be: + if 0xD8 <= pair[0] <= 0xDB: + self.first_half_surrogate_pair_detected_16be = True + elif 0xDC <= pair[0] <= 0xDF: + self.invalid_utf16be = True + else: + if 0xDC <= pair[0] <= 0xDF: + self.first_half_surrogate_pair_detected_16be = False + else: + self.invalid_utf16be = True + + if not self.first_half_surrogate_pair_detected_16le: + if 0xD8 <= pair[1] <= 0xDB: + self.first_half_surrogate_pair_detected_16le = True + elif 0xDC <= pair[1] <= 0xDF: + self.invalid_utf16le = True + else: + if 0xDC <= pair[1] <= 0xDF: + self.first_half_surrogate_pair_detected_16le = False + else: + self.invalid_utf16le = True + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + mod4 = self.position % 4 + self.quad[mod4] = c + if mod4 == 3: + self.validate_utf32_characters(self.quad) + self.validate_utf16_characters(self.quad[0:2]) + self.validate_utf16_characters(self.quad[2:4]) + if c == 0: + self.zeros_at_mod[mod4] += 1 + else: + self.nonzeros_at_mod[mod4] += 1 + self.position += 1 + return self.state + + @property + def state(self) -> ProbingState: + if self._state in {ProbingState.NOT_ME, ProbingState.FOUND_IT}: + # terminal, decided states + return self._state + if self.get_confidence() > 0.80: + self._state = ProbingState.FOUND_IT + elif self.position > 4 * 1024: + # if we get to 4kb into the file, and we can't conclude it's UTF, + # let's give up + self._state = ProbingState.NOT_ME + return self._state + + def get_confidence(self) -> float: + return ( + 0.85 + if ( + self.is_likely_utf16le() + or self.is_likely_utf16be() + or self.is_likely_utf32le() + or self.is_likely_utf32be() + ) + else 0.00 + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py new file mode 100644 index 0000000..d96354d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py @@ -0,0 +1,82 @@ +######################## BEGIN LICENSE BLOCK ######################## +# The Original Code is mozilla.org code. +# +# The Initial Developer of the Original Code is +# Netscape Communications Corporation. +# Portions created by the Initial Developer are Copyright (C) 1998 +# the Initial Developer. All Rights Reserved. +# +# Contributor(s): +# Mark Pilgrim - port to Python +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import Union + +from .charsetprober import CharSetProber +from .codingstatemachine import CodingStateMachine +from .enums import MachineState, ProbingState +from .mbcssm import UTF8_SM_MODEL + + +class UTF8Prober(CharSetProber): + ONE_CHAR_PROB = 0.5 + + def __init__(self) -> None: + super().__init__() + self.coding_sm = CodingStateMachine(UTF8_SM_MODEL) + self._num_mb_chars = 0 + self.reset() + + def reset(self) -> None: + super().reset() + self.coding_sm.reset() + self._num_mb_chars = 0 + + @property + def charset_name(self) -> str: + return "utf-8" + + @property + def language(self) -> str: + return "" + + def feed(self, byte_str: Union[bytes, bytearray]) -> ProbingState: + for c in byte_str: + coding_state = self.coding_sm.next_state(c) + if coding_state == MachineState.ERROR: + self._state = ProbingState.NOT_ME + break + if coding_state == MachineState.ITS_ME: + self._state = ProbingState.FOUND_IT + break + if coding_state == MachineState.START: + if self.coding_sm.get_current_charlen() >= 2: + self._num_mb_chars += 1 + + if self.state == ProbingState.DETECTING: + if self.get_confidence() > self.SHORTCUT_THRESHOLD: + self._state = ProbingState.FOUND_IT + + return self.state + + def get_confidence(self) -> float: + unlike = 0.99 + if self._num_mb_chars < 6: + unlike *= self.ONE_CHAR_PROB**self._num_mb_chars + return 1.0 - unlike + return unlike diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/version.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/version.py new file mode 100644 index 0000000..c5e9d85 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/chardet/version.py @@ -0,0 +1,9 @@ +""" +This module exists only to simplify retrieving the version number of chardet +from within setuptools and from chardet subpackages. + +:author: Dan Blanchard (dan.blanchard@gmail.com) +""" + +__version__ = "5.1.0" +VERSION = __version__.split(".") diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py new file mode 100644 index 0000000..383101c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py @@ -0,0 +1,7 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from .initialise import init, deinit, reinit, colorama_text, just_fix_windows_console +from .ansi import Fore, Back, Style, Cursor +from .ansitowin32 import AnsiToWin32 + +__version__ = '0.4.6' + diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a72ee59b44b91385be4c44f167d5385c233c699 GIT binary patch literal 493 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31014bc911cf0c4b42f27232c5da259819f246b4 GIT binary patch literal 3551 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 PzNJ_p!8fCn`V8p@6QMTO literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f9d9894b41fae79a082fb977443e9caa13b73e6 GIT binary patch literal 5468 zcmeHL-%k`r9G|`2y<0dy5vd$UTddml6gYvacxY@0p!|5}ujze$LY|;eENY>$bssACh(Qb~O%kX*X({7LcrtQAmWUx6 zN?OUN2{q$Qcr(6)kNecLmZ?kBNyH>Gdy65PTge6 z*(^1gddbeE&5*?WL$g+DB6}q@+ut`;2*{OGFt!duJ+%`R9G{i1b#3s@TKpd0x!G3JA4U-;sW1L9=BLC zR2O)BD{G43b%DoSttp1j1s>m}nqp`!@D4wBqs|5Xm72l9H0oX89Z1CRyTG?QjNjk_ z-{F97bb)`(0pH{T-|2wgVv5=_4L@#ne$8@j}0?* zWIPs&Gw;>d*x1D@kS2^>jxpbbp^;d8Vu&ect`5bSdga{cM2xB9u}iTD);Kmga&Cf$ z&|@DkKQ|#18lsJdM6-#viO^^_6rh)5Xzk)wVW@I54vChC#fJuS+rNGfG99KfL$*y* z*XF@o2v+>{Ya0Wwa_a`L@FL;-)|S`W?(cojzSO>)SksPH`r4M-mIv3go=Trnzu;1E zd1g)Pt?U~L zfzS%f{8*LOxo=lK(6s`yk5=_PoDUpcf%y+qdAsw0?iE;p$P9{eaPBKcTi1^7@ahh) zZu>Fr@M@VCUT_L3=Y>1Gy8Zoe;?;;C#)u%sh#XO;MZ5}XttS|2Dd zdNUzad<%FSW%BUo1?G)k9KSF$#=NJ;F=yQNF1KI~$1kHQUgnOfB(A14hHvvJ5S3Y6 z>jTWDMyoQm)(6|OF5%0qYrTAr;vtP`x;~rCn7YpDbv=_c=F?bj&~?1q5iJytXEcZc zza`p>0`E{B5*~(MJy5thBwXNO*uvho$)=*HCpH^A>i*687B#xr)uIk=b;)XXI+!*;o3in_P`rYm3U*SGaJ3`;F_^$p{)GMLw6nMH@{V6Q@mms#c`oI* zBY3P6^BTa~APT(e;1hnXofOMGMc)M<-cDH~AU0%4lAe(IKgfZ<$-z81_&YiDXH)Z6 sGhfUs`X3i7&%7t4zB?a3BcL`ulZeuAXW?f#@T;PIes)79N;@CuA4@KU!vFvP literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5eef96772b56295880cc9445e4d7b9bf46cbb00 GIT binary patch literal 18104 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 vDWY-w)+uu*d|jRyF?n@qLX literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ce6e5a04ca62daaac364c0145436145ae11a089 GIT binary patch literal 11749 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 Z=B8&Vu6jc3X(wN{hkJJOU+&@n{vTdA0~P=P literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88bc735e9e7b8d6047a4689d971d54b5f2697b84 GIT binary patch literal 4905 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14de2ae99327f17d3d8cd0a3db3971f53e2e3e49 GIT binary patch literal 6613 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 RqHuxyCe$C~eivYX{u{HZhdKZN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py new file mode 100644 index 0000000..0a20c80 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py @@ -0,0 +1,76 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansi import Back, Fore, Style +from ..ansitowin32 import AnsiToWin32 + +stdout_orig = sys.stdout +stderr_orig = sys.stderr + + +class AnsiTest(TestCase): + + def setUp(self): + # sanity check: stdout should be a file or StringIO object. + # It will only be AnsiToWin32 if init() has previously wrapped it + self.assertNotEqual(type(sys.stdout), AnsiToWin32) + self.assertNotEqual(type(sys.stderr), AnsiToWin32) + + def tearDown(self): + sys.stdout = stdout_orig + sys.stderr = stderr_orig + + + def testForeAttributes(self): + self.assertEqual(Fore.BLACK, '\033[30m') + self.assertEqual(Fore.RED, '\033[31m') + self.assertEqual(Fore.GREEN, '\033[32m') + self.assertEqual(Fore.YELLOW, '\033[33m') + self.assertEqual(Fore.BLUE, '\033[34m') + self.assertEqual(Fore.MAGENTA, '\033[35m') + self.assertEqual(Fore.CYAN, '\033[36m') + self.assertEqual(Fore.WHITE, '\033[37m') + self.assertEqual(Fore.RESET, '\033[39m') + + # Check the light, extended versions. + self.assertEqual(Fore.LIGHTBLACK_EX, '\033[90m') + self.assertEqual(Fore.LIGHTRED_EX, '\033[91m') + self.assertEqual(Fore.LIGHTGREEN_EX, '\033[92m') + self.assertEqual(Fore.LIGHTYELLOW_EX, '\033[93m') + self.assertEqual(Fore.LIGHTBLUE_EX, '\033[94m') + self.assertEqual(Fore.LIGHTMAGENTA_EX, '\033[95m') + self.assertEqual(Fore.LIGHTCYAN_EX, '\033[96m') + self.assertEqual(Fore.LIGHTWHITE_EX, '\033[97m') + + + def testBackAttributes(self): + self.assertEqual(Back.BLACK, '\033[40m') + self.assertEqual(Back.RED, '\033[41m') + self.assertEqual(Back.GREEN, '\033[42m') + self.assertEqual(Back.YELLOW, '\033[43m') + self.assertEqual(Back.BLUE, '\033[44m') + self.assertEqual(Back.MAGENTA, '\033[45m') + self.assertEqual(Back.CYAN, '\033[46m') + self.assertEqual(Back.WHITE, '\033[47m') + self.assertEqual(Back.RESET, '\033[49m') + + # Check the light, extended versions. + self.assertEqual(Back.LIGHTBLACK_EX, '\033[100m') + self.assertEqual(Back.LIGHTRED_EX, '\033[101m') + self.assertEqual(Back.LIGHTGREEN_EX, '\033[102m') + self.assertEqual(Back.LIGHTYELLOW_EX, '\033[103m') + self.assertEqual(Back.LIGHTBLUE_EX, '\033[104m') + self.assertEqual(Back.LIGHTMAGENTA_EX, '\033[105m') + self.assertEqual(Back.LIGHTCYAN_EX, '\033[106m') + self.assertEqual(Back.LIGHTWHITE_EX, '\033[107m') + + + def testStyleAttributes(self): + self.assertEqual(Style.DIM, '\033[2m') + self.assertEqual(Style.NORMAL, '\033[22m') + self.assertEqual(Style.BRIGHT, '\033[1m') + + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py new file mode 100644 index 0000000..91ca551 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py @@ -0,0 +1,294 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from io import StringIO, TextIOWrapper +from unittest import TestCase, main +try: + from contextlib import ExitStack +except ImportError: + # python 2 + from contextlib2 import ExitStack + +try: + from unittest.mock import MagicMock, Mock, patch +except ImportError: + from mock import MagicMock, Mock, patch + +from ..ansitowin32 import AnsiToWin32, StreamWrapper +from ..win32 import ENABLE_VIRTUAL_TERMINAL_PROCESSING +from .utils import osname + + +class StreamWrapperTest(TestCase): + + def testIsAProxy(self): + mockStream = Mock() + wrapper = StreamWrapper(mockStream, None) + self.assertTrue( wrapper.random_attr is mockStream.random_attr ) + + def testDelegatesWrite(self): + mockStream = Mock() + mockConverter = Mock() + wrapper = StreamWrapper(mockStream, mockConverter) + wrapper.write('hello') + self.assertTrue(mockConverter.write.call_args, (('hello',), {})) + + def testDelegatesContext(self): + mockConverter = Mock() + s = StringIO() + with StreamWrapper(s, mockConverter) as fp: + fp.write(u'hello') + self.assertTrue(s.closed) + + def testProxyNoContextManager(self): + mockStream = MagicMock() + mockStream.__enter__.side_effect = AttributeError() + mockConverter = Mock() + with self.assertRaises(AttributeError) as excinfo: + with StreamWrapper(mockStream, mockConverter) as wrapper: + wrapper.write('hello') + + def test_closed_shouldnt_raise_on_closed_stream(self): + stream = StringIO() + stream.close() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + + def test_closed_shouldnt_raise_on_detached_stream(self): + stream = TextIOWrapper(StringIO()) + stream.detach() + wrapper = StreamWrapper(stream, None) + self.assertEqual(wrapper.closed, True) + +class AnsiToWin32Test(TestCase): + + def testInit(self): + mockStdout = Mock() + auto = Mock() + stream = AnsiToWin32(mockStdout, autoreset=auto) + self.assertEqual(stream.wrapped, mockStdout) + self.assertEqual(stream.autoreset, auto) + + @patch('colorama.ansitowin32.winterm', None) + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + def testStripIsTrueOnWindows(self): + with osname('nt'): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + self.assertTrue(stream.strip) + + def testStripIsFalseOffWindows(self): + with osname('posix'): + mockStdout = Mock(closed=False) + stream = AnsiToWin32(mockStdout) + self.assertFalse(stream.strip) + + def testWriteStripsAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = True + + stream.write('abc') + + self.assertFalse(stream.wrapped.write.called) + self.assertEqual(stream.write_and_convert.call_args, (('abc',), {})) + + def testWriteDoesNotStripAnsi(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout) + stream.wrapped = Mock() + stream.write_and_convert = Mock() + stream.strip = False + stream.convert = False + + stream.write('abc') + + self.assertFalse(stream.write_and_convert.called) + self.assertEqual(stream.wrapped.write.call_args, (('abc',), {})) + + def assert_autoresets(self, convert, autoreset=True): + stream = AnsiToWin32(Mock()) + stream.convert = convert + stream.reset_all = Mock() + stream.autoreset = autoreset + stream.winterm = Mock() + + stream.write('abc') + + self.assertEqual(stream.reset_all.called, autoreset) + + def testWriteAutoresets(self): + self.assert_autoresets(convert=True) + self.assert_autoresets(convert=False) + self.assert_autoresets(convert=True, autoreset=False) + self.assert_autoresets(convert=False, autoreset=False) + + def testWriteAndConvertWritesPlainText(self): + stream = AnsiToWin32(Mock()) + stream.write_and_convert( 'abc' ) + self.assertEqual( stream.wrapped.write.call_args, (('abc',), {}) ) + + def testWriteAndConvertStripsAllValidAnsi(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + data = [ + 'abc\033[mdef', + 'abc\033[0mdef', + 'abc\033[2mdef', + 'abc\033[02mdef', + 'abc\033[002mdef', + 'abc\033[40mdef', + 'abc\033[040mdef', + 'abc\033[0;1mdef', + 'abc\033[40;50mdef', + 'abc\033[50;30;40mdef', + 'abc\033[Adef', + 'abc\033[0Gdef', + 'abc\033[1;20;128Hdef', + ] + for datum in data: + stream.wrapped.write.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( + [args[0] for args in stream.wrapped.write.call_args_list], + [ ('abc',), ('def',) ] + ) + + def testWriteAndConvertSkipsEmptySnippets(self): + stream = AnsiToWin32(Mock()) + stream.call_win32 = Mock() + stream.write_and_convert( '\033[40m\033[41m' ) + self.assertFalse( stream.wrapped.write.called ) + + def testWriteAndConvertCallsWin32WithParamsAndCommand(self): + stream = AnsiToWin32(Mock()) + stream.convert = True + stream.call_win32 = Mock() + stream.extract_params = Mock(return_value='params') + data = { + 'abc\033[adef': ('a', 'params'), + 'abc\033[;;bdef': ('b', 'params'), + 'abc\033[0cdef': ('c', 'params'), + 'abc\033[;;0;;Gdef': ('G', 'params'), + 'abc\033[1;20;128Hdef': ('H', 'params'), + } + for datum, expected in data.items(): + stream.call_win32.reset_mock() + stream.write_and_convert( datum ) + self.assertEqual( stream.call_win32.call_args[0], expected ) + + def test_reset_all_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + converter = AnsiToWin32(stream) + stream.close() + + converter.reset_all() + + def test_wrap_shouldnt_raise_on_closed_orig_stdout(self): + stream = StringIO() + stream.close() + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(stream) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def test_wrap_shouldnt_raise_on_missing_closed_attr(self): + with \ + patch("colorama.ansitowin32.os.name", "nt"), \ + patch("colorama.ansitowin32.winapi_test", lambda: True): + converter = AnsiToWin32(object()) + self.assertTrue(converter.strip) + self.assertFalse(converter.convert) + + def testExtractParams(self): + stream = AnsiToWin32(Mock()) + data = { + '': (0,), + ';;': (0,), + '2': (2,), + ';;002;;': (2,), + '0;1': (0, 1), + ';;003;;456;;': (3, 456), + '11;22;33;44;55': (11, 22, 33, 44, 55), + } + for datum, expected in data.items(): + self.assertEqual(stream.extract_params('m', datum), expected) + + def testCallWin32UsesLookup(self): + listener = Mock() + stream = AnsiToWin32(listener) + stream.win32_calls = { + 1: (lambda *_, **__: listener(11),), + 2: (lambda *_, **__: listener(22),), + 3: (lambda *_, **__: listener(33),), + } + stream.call_win32('m', (3, 1, 99, 2)) + self.assertEqual( + [a[0][0] for a in listener.call_args_list], + [33, 11, 22] ) + + def test_osc_codes(self): + mockStdout = Mock() + stream = AnsiToWin32(mockStdout, convert=True) + with patch('colorama.ansitowin32.winterm') as winterm: + data = [ + '\033]0\x07', # missing arguments + '\033]0;foo\x08', # wrong OSC command + '\033]0;colorama_test_title\x07', # should work + '\033]1;colorama_test_title\x07', # wrong set command + '\033]2;colorama_test_title\x07', # should work + '\033]' + ';' * 64 + '\x08', # see issue #247 + ] + for code in data: + stream.write(code) + self.assertEqual(winterm.set_title.call_count, 2) + + def test_native_windows_ansi(self): + with ExitStack() as stack: + def p(a, b): + stack.enter_context(patch(a, b, create=True)) + # Pretend to be on Windows + p("colorama.ansitowin32.os.name", "nt") + p("colorama.ansitowin32.winapi_test", lambda: True) + p("colorama.win32.winapi_test", lambda: True) + p("colorama.winterm.win32.windll", "non-None") + p("colorama.winterm.get_osfhandle", lambda _: 1234) + + # Pretend that our mock stream has native ANSI support + p( + "colorama.winterm.win32.GetConsoleMode", + lambda _: ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = True + stdout.fileno.return_value = 1 + + # Our fake console says it has native vt support, so AnsiToWin32 should + # enable that support and do nothing else. + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertFalse(stream.strip) + self.assertFalse(stream.convert) + self.assertFalse(stream.should_wrap()) + + # Now let's pretend we're on an old Windows console, that doesn't have + # native ANSI support. + p("colorama.winterm.win32.GetConsoleMode", lambda _: 0) + SetConsoleMode = Mock() + p("colorama.winterm.win32.SetConsoleMode", SetConsoleMode) + + stream = AnsiToWin32(stdout) + SetConsoleMode.assert_called_with(1234, ENABLE_VIRTUAL_TERMINAL_PROCESSING) + self.assertTrue(stream.strip) + self.assertTrue(stream.convert) + self.assertTrue(stream.should_wrap()) + + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py new file mode 100644 index 0000000..89f9b07 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py @@ -0,0 +1,189 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import patch, Mock +except ImportError: + from mock import patch, Mock + +from ..ansitowin32 import StreamWrapper +from ..initialise import init, just_fix_windows_console, _wipe_internal_state_for_tests +from .utils import osname, replace_by + +orig_stdout = sys.stdout +orig_stderr = sys.stderr + + +class InitTest(TestCase): + + @skipUnless(sys.stdout.isatty(), "sys.stdout is not a tty") + def setUp(self): + # sanity check + self.assertNotWrapped() + + def tearDown(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def assertWrapped(self): + self.assertIsNot(sys.stdout, orig_stdout, 'stdout should be wrapped') + self.assertIsNot(sys.stderr, orig_stderr, 'stderr should be wrapped') + self.assertTrue(isinstance(sys.stdout, StreamWrapper), + 'bad stdout wrapper') + self.assertTrue(isinstance(sys.stderr, StreamWrapper), + 'bad stderr wrapper') + + def assertNotWrapped(self): + self.assertIs(sys.stdout, orig_stdout, 'stdout should not be wrapped') + self.assertIs(sys.stderr, orig_stderr, 'stderr should not be wrapped') + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: True) + @patch('colorama.ansitowin32.enable_vt_processing', lambda *_: False) + def testInitWrapsOnWindows(self, _): + with osname("nt"): + init() + self.assertWrapped() + + @patch('colorama.initialise.reset_all') + @patch('colorama.ansitowin32.winapi_test', lambda *_: False) + def testInitDoesntWrapOnEmulatedWindows(self, _): + with osname("nt"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapOnNonWindows(self): + with osname("posix"): + init() + self.assertNotWrapped() + + def testInitDoesntWrapIfNone(self): + with replace_by(None): + init() + # We can't use assertNotWrapped here because replace_by(None) + # changes stdout/stderr already. + self.assertIsNone(sys.stdout) + self.assertIsNone(sys.stderr) + + def testInitAutoresetOnWrapsOnAllPlatforms(self): + with osname("posix"): + init(autoreset=True) + self.assertWrapped() + + def testInitWrapOffDoesntWrapOnWindows(self): + with osname("nt"): + init(wrap=False) + self.assertNotWrapped() + + def testInitWrapOffIncompatibleWithAutoresetOn(self): + self.assertRaises(ValueError, lambda: init(autoreset=True, wrap=False)) + + @patch('colorama.win32.SetConsoleTextAttribute') + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetPassedOn(self, mockATW32, _): + with osname("nt"): + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 2) + self.assertEqual(mockATW32.call_args_list[1][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[0][1]['autoreset'], True) + + @patch('colorama.initialise.AnsiToWin32') + def testAutoResetChangeable(self, mockATW32): + with osname("nt"): + init() + + init(autoreset=True) + self.assertEqual(len(mockATW32.call_args_list), 4) + self.assertEqual(mockATW32.call_args_list[2][1]['autoreset'], True) + self.assertEqual(mockATW32.call_args_list[3][1]['autoreset'], True) + + init() + self.assertEqual(len(mockATW32.call_args_list), 6) + self.assertEqual( + mockATW32.call_args_list[4][1]['autoreset'], False) + self.assertEqual( + mockATW32.call_args_list[5][1]['autoreset'], False) + + + @patch('colorama.initialise.atexit.register') + def testAtexitRegisteredOnlyOnce(self, mockRegister): + init() + self.assertTrue(mockRegister.called) + mockRegister.reset_mock() + init() + self.assertFalse(mockRegister.called) + + +class JustFixWindowsConsoleTest(TestCase): + def _reset(self): + _wipe_internal_state_for_tests() + sys.stdout = orig_stdout + sys.stderr = orig_stderr + + def tearDown(self): + self._reset() + + @patch("colorama.ansitowin32.winapi_test", lambda: True) + def testJustFixWindowsConsole(self): + if sys.platform != "win32": + # just_fix_windows_console should be a no-op + just_fix_windows_console() + self.assertIs(sys.stdout, orig_stdout) + self.assertIs(sys.stderr, orig_stderr) + else: + def fake_std(): + # Emulate stdout=not a tty, stderr=tty + # to check that we handle both cases correctly + stdout = Mock() + stdout.closed = False + stdout.isatty.return_value = False + stdout.fileno.return_value = 1 + sys.stdout = stdout + + stderr = Mock() + stderr.closed = False + stderr.isatty.return_value = True + stderr.fileno.return_value = 2 + sys.stderr = stderr + + for native_ansi in [False, True]: + with patch( + 'colorama.ansitowin32.enable_vt_processing', + lambda *_: native_ansi + ): + self._reset() + fake_std() + + # Regular single-call test + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + if native_ansi: + self.assertIs(sys.stderr, prev_stderr) + else: + self.assertIsNot(sys.stderr, prev_stderr) + + # second call without resetting is always a no-op + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(sys.stdout, prev_stdout) + self.assertIs(sys.stderr, prev_stderr) + + self._reset() + fake_std() + + # If init() runs first, just_fix_windows_console should be a no-op + init() + prev_stdout = sys.stdout + prev_stderr = sys.stderr + just_fix_windows_console() + self.assertIs(prev_stdout, sys.stdout) + self.assertIs(prev_stderr, sys.stderr) + + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py new file mode 100644 index 0000000..0f84e4b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py @@ -0,0 +1,57 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main + +from ..ansitowin32 import StreamWrapper, AnsiToWin32 +from .utils import pycharm, replace_by, replace_original_by, StreamTTY, StreamNonTTY + + +def is_a_tty(stream): + return StreamWrapper(stream, None).isatty() + +class IsattyTest(TestCase): + + def test_TTY(self): + tty = StreamTTY() + self.assertTrue(is_a_tty(tty)) + with pycharm(): + self.assertTrue(is_a_tty(tty)) + + def test_nonTTY(self): + non_tty = StreamNonTTY() + self.assertFalse(is_a_tty(non_tty)) + with pycharm(): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharm(self): + with pycharm(): + self.assertTrue(is_a_tty(sys.stderr)) + self.assertTrue(is_a_tty(sys.stdout)) + + def test_withPycharmTTYOverride(self): + tty = StreamTTY() + with pycharm(), replace_by(tty): + self.assertTrue(is_a_tty(tty)) + + def test_withPycharmNonTTYOverride(self): + non_tty = StreamNonTTY() + with pycharm(), replace_by(non_tty): + self.assertFalse(is_a_tty(non_tty)) + + def test_withPycharmNoneOverride(self): + with pycharm(): + with replace_by(None), replace_original_by(None): + self.assertFalse(is_a_tty(None)) + self.assertFalse(is_a_tty(StreamNonTTY())) + self.assertTrue(is_a_tty(StreamTTY())) + + def test_withPycharmStreamWrapped(self): + with pycharm(): + self.assertTrue(AnsiToWin32(StreamTTY()).stream.isatty()) + self.assertFalse(AnsiToWin32(StreamNonTTY()).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stdout).stream.isatty()) + self.assertTrue(AnsiToWin32(sys.stderr).stream.isatty()) + + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py new file mode 100644 index 0000000..472fafb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py @@ -0,0 +1,49 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +from contextlib import contextmanager +from io import StringIO +import sys +import os + + +class StreamTTY(StringIO): + def isatty(self): + return True + +class StreamNonTTY(StringIO): + def isatty(self): + return False + +@contextmanager +def osname(name): + orig = os.name + os.name = name + yield + os.name = orig + +@contextmanager +def replace_by(stream): + orig_stdout = sys.stdout + orig_stderr = sys.stderr + sys.stdout = stream + sys.stderr = stream + yield + sys.stdout = orig_stdout + sys.stderr = orig_stderr + +@contextmanager +def replace_original_by(stream): + orig_stdout = sys.__stdout__ + orig_stderr = sys.__stderr__ + sys.__stdout__ = stream + sys.__stderr__ = stream + yield + sys.__stdout__ = orig_stdout + sys.__stderr__ = orig_stderr + +@contextmanager +def pycharm(): + os.environ["PYCHARM_HOSTED"] = "1" + non_tty = StreamNonTTY() + with replace_by(non_tty), replace_original_by(non_tty): + yield + del os.environ["PYCHARM_HOSTED"] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py new file mode 100644 index 0000000..d0955f9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py @@ -0,0 +1,131 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +import sys +from unittest import TestCase, main, skipUnless + +try: + from unittest.mock import Mock, patch +except ImportError: + from mock import Mock, patch + +from ..winterm import WinColor, WinStyle, WinTerm + + +class WinTermTest(TestCase): + + @patch('colorama.winterm.win32') + def testInit(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 7 + 6 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + self.assertEqual(term._fore, 7) + self.assertEqual(term._back, 6) + self.assertEqual(term._style, 8) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testGetAttrs(self): + term = WinTerm() + + term._fore = 0 + term._back = 0 + term._style = 0 + self.assertEqual(term.get_attrs(), 0) + + term._fore = WinColor.YELLOW + self.assertEqual(term.get_attrs(), WinColor.YELLOW) + + term._back = WinColor.MAGENTA + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16) + + term._style = WinStyle.BRIGHT + self.assertEqual( + term.get_attrs(), + WinColor.YELLOW + WinColor.MAGENTA * 16 + WinStyle.BRIGHT) + + @patch('colorama.winterm.win32') + def testResetAll(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 1 + 2 * 16 + 8 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + + term.set_console = Mock() + term._fore = -1 + term._back = -1 + term._style = -1 + + term.reset_all() + + self.assertEqual(term._fore, 1) + self.assertEqual(term._back, 2) + self.assertEqual(term._style, 8) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testFore(self): + term = WinTerm() + term.set_console = Mock() + term._fore = 0 + + term.fore(5) + + self.assertEqual(term._fore, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testBack(self): + term = WinTerm() + term.set_console = Mock() + term._back = 0 + + term.back(5) + + self.assertEqual(term._back, 5) + self.assertEqual(term.set_console.called, True) + + @skipUnless(sys.platform.startswith("win"), "requires Windows") + def testStyle(self): + term = WinTerm() + term.set_console = Mock() + term._style = 0 + + term.style(22) + + self.assertEqual(term._style, 22) + self.assertEqual(term.set_console.called, True) + + @patch('colorama.winterm.win32') + def testSetConsole(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console() + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDOUT, term.get_attrs()), {}) + ) + + @patch('colorama.winterm.win32') + def testSetConsoleOnStderr(self, mockWin32): + mockAttr = Mock() + mockAttr.wAttributes = 0 + mockWin32.GetConsoleScreenBufferInfo.return_value = mockAttr + term = WinTerm() + term.windll = Mock() + + term.set_console(on_stderr=True) + + self.assertEqual( + mockWin32.SetConsoleTextAttribute.call_args, + ((mockWin32.STDERR, term.get_attrs()), {}) + ) + + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py new file mode 100644 index 0000000..841b0e2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py @@ -0,0 +1,180 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. + +# from winbase.h +STDOUT = -11 +STDERR = -12 + +ENABLE_VIRTUAL_TERMINAL_PROCESSING = 0x0004 + +try: + import ctypes + from ctypes import LibraryLoader + windll = LibraryLoader(ctypes.WinDLL) + from ctypes import wintypes +except (AttributeError, ImportError): + windll = None + SetConsoleTextAttribute = lambda *_: None + winapi_test = lambda *_: None +else: + from ctypes import byref, Structure, c_char, POINTER + + COORD = wintypes._COORD + + class CONSOLE_SCREEN_BUFFER_INFO(Structure): + """struct in wincon.h.""" + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + def __str__(self): + return '(%d,%d,%d,%d,%d,%d,%d,%d,%d,%d,%d)' % ( + self.dwSize.Y, self.dwSize.X + , self.dwCursorPosition.Y, self.dwCursorPosition.X + , self.wAttributes + , self.srWindow.Top, self.srWindow.Left, self.srWindow.Bottom, self.srWindow.Right + , self.dwMaximumWindowSize.Y, self.dwMaximumWindowSize.X + ) + + _GetStdHandle = windll.kernel32.GetStdHandle + _GetStdHandle.argtypes = [ + wintypes.DWORD, + ] + _GetStdHandle.restype = wintypes.HANDLE + + _GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo + _GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + POINTER(CONSOLE_SCREEN_BUFFER_INFO), + ] + _GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + _SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute + _SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + ] + _SetConsoleTextAttribute.restype = wintypes.BOOL + + _SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition + _SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + COORD, + ] + _SetConsoleCursorPosition.restype = wintypes.BOOL + + _FillConsoleOutputCharacterA = windll.kernel32.FillConsoleOutputCharacterA + _FillConsoleOutputCharacterA.argtypes = [ + wintypes.HANDLE, + c_char, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputCharacterA.restype = wintypes.BOOL + + _FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute + _FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + COORD, + POINTER(wintypes.DWORD), + ] + _FillConsoleOutputAttribute.restype = wintypes.BOOL + + _SetConsoleTitleW = windll.kernel32.SetConsoleTitleW + _SetConsoleTitleW.argtypes = [ + wintypes.LPCWSTR + ] + _SetConsoleTitleW.restype = wintypes.BOOL + + _GetConsoleMode = windll.kernel32.GetConsoleMode + _GetConsoleMode.argtypes = [ + wintypes.HANDLE, + POINTER(wintypes.DWORD) + ] + _GetConsoleMode.restype = wintypes.BOOL + + _SetConsoleMode = windll.kernel32.SetConsoleMode + _SetConsoleMode.argtypes = [ + wintypes.HANDLE, + wintypes.DWORD + ] + _SetConsoleMode.restype = wintypes.BOOL + + def _winapi_test(handle): + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return bool(success) + + def winapi_test(): + return any(_winapi_test(h) for h in + (_GetStdHandle(STDOUT), _GetStdHandle(STDERR))) + + def GetConsoleScreenBufferInfo(stream_id=STDOUT): + handle = _GetStdHandle(stream_id) + csbi = CONSOLE_SCREEN_BUFFER_INFO() + success = _GetConsoleScreenBufferInfo( + handle, byref(csbi)) + return csbi + + def SetConsoleTextAttribute(stream_id, attrs): + handle = _GetStdHandle(stream_id) + return _SetConsoleTextAttribute(handle, attrs) + + def SetConsoleCursorPosition(stream_id, position, adjust=True): + position = COORD(*position) + # If the position is out of range, do nothing. + if position.Y <= 0 or position.X <= 0: + return + # Adjust for Windows' SetConsoleCursorPosition: + # 1. being 0-based, while ANSI is 1-based. + # 2. expecting (x,y), while ANSI uses (y,x). + adjusted_position = COORD(position.Y - 1, position.X - 1) + if adjust: + # Adjust for viewport's scroll position + sr = GetConsoleScreenBufferInfo(STDOUT).srWindow + adjusted_position.Y += sr.Top + adjusted_position.X += sr.Left + # Resume normal processing + handle = _GetStdHandle(stream_id) + return _SetConsoleCursorPosition(handle, adjusted_position) + + def FillConsoleOutputCharacter(stream_id, char, length, start): + handle = _GetStdHandle(stream_id) + char = c_char(char.encode()) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + success = _FillConsoleOutputCharacterA( + handle, char, length, start, byref(num_written)) + return num_written.value + + def FillConsoleOutputAttribute(stream_id, attr, length, start): + ''' FillConsoleOutputAttribute( hConsole, csbi.wAttributes, dwConSize, coordScreen, &cCharsWritten )''' + handle = _GetStdHandle(stream_id) + attribute = wintypes.WORD(attr) + length = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + # Note that this is hard-coded for ANSI (vs wide) bytes. + return _FillConsoleOutputAttribute( + handle, attribute, length, start, byref(num_written)) + + def SetConsoleTitle(title): + return _SetConsoleTitleW(title) + + def GetConsoleMode(handle): + mode = wintypes.DWORD() + success = _GetConsoleMode(handle, byref(mode)) + if not success: + raise ctypes.WinError() + return mode.value + + def SetConsoleMode(handle, mode): + success = _SetConsoleMode(handle, mode) + if not success: + raise ctypes.WinError() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py new file mode 100644 index 0000000..aad867e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py @@ -0,0 +1,195 @@ +# Copyright Jonathan Hartley 2013. BSD 3-Clause license, see LICENSE file. +try: + from msvcrt import get_osfhandle +except ImportError: + def get_osfhandle(_): + raise OSError("This isn't windows!") + + +from . import win32 + +# from wincon.h +class WinColor(object): + BLACK = 0 + BLUE = 1 + GREEN = 2 + CYAN = 3 + RED = 4 + MAGENTA = 5 + YELLOW = 6 + GREY = 7 + +# from wincon.h +class WinStyle(object): + NORMAL = 0x00 # dim text, dim background + BRIGHT = 0x08 # bright text, dim background + BRIGHT_BACKGROUND = 0x80 # dim text, bright background + +class WinTerm(object): + + def __init__(self): + self._default = win32.GetConsoleScreenBufferInfo(win32.STDOUT).wAttributes + self.set_attrs(self._default) + self._default_fore = self._fore + self._default_back = self._back + self._default_style = self._style + # In order to emulate LIGHT_EX in windows, we borrow the BRIGHT style. + # So that LIGHT_EX colors and BRIGHT style do not clobber each other, + # we track them separately, since LIGHT_EX is overwritten by Fore/Back + # and BRIGHT is overwritten by Style codes. + self._light = 0 + + def get_attrs(self): + return self._fore + self._back * 16 + (self._style | self._light) + + def set_attrs(self, value): + self._fore = value & 7 + self._back = (value >> 4) & 7 + self._style = value & (WinStyle.BRIGHT | WinStyle.BRIGHT_BACKGROUND) + + def reset_all(self, on_stderr=None): + self.set_attrs(self._default) + self.set_console(attrs=self._default) + self._light = 0 + + def fore(self, fore=None, light=False, on_stderr=False): + if fore is None: + fore = self._default_fore + self._fore = fore + # Emulate LIGHT_EX with BRIGHT Style + if light: + self._light |= WinStyle.BRIGHT + else: + self._light &= ~WinStyle.BRIGHT + self.set_console(on_stderr=on_stderr) + + def back(self, back=None, light=False, on_stderr=False): + if back is None: + back = self._default_back + self._back = back + # Emulate LIGHT_EX with BRIGHT_BACKGROUND Style + if light: + self._light |= WinStyle.BRIGHT_BACKGROUND + else: + self._light &= ~WinStyle.BRIGHT_BACKGROUND + self.set_console(on_stderr=on_stderr) + + def style(self, style=None, on_stderr=False): + if style is None: + style = self._default_style + self._style = style + self.set_console(on_stderr=on_stderr) + + def set_console(self, attrs=None, on_stderr=False): + if attrs is None: + attrs = self.get_attrs() + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleTextAttribute(handle, attrs) + + def get_position(self, handle): + position = win32.GetConsoleScreenBufferInfo(handle).dwCursorPosition + # Because Windows coordinates are 0-based, + # and win32.SetConsoleCursorPosition expects 1-based. + position.X += 1 + position.Y += 1 + return position + + def set_cursor_position(self, position=None, on_stderr=False): + if position is None: + # I'm not currently tracking the position, so there is no default. + # position = self.get_position() + return + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + win32.SetConsoleCursorPosition(handle, position) + + def cursor_adjust(self, x, y, on_stderr=False): + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + position = self.get_position(handle) + adjusted_position = (position.Y + y, position.X + x) + win32.SetConsoleCursorPosition(handle, adjusted_position, adjust=False) + + def erase_screen(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the screen. + # 1 should clear from the cursor to the beginning of the screen. + # 2 should clear the entire screen, and move cursor to (1,1) + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + # get the number of character cells in the current buffer + cells_in_screen = csbi.dwSize.X * csbi.dwSize.Y + # get number of character cells before current cursor position + cells_before_cursor = csbi.dwSize.X * csbi.dwCursorPosition.Y + csbi.dwCursorPosition.X + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = cells_in_screen - cells_before_cursor + elif mode == 1: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_before_cursor + elif mode == 2: + from_coord = win32.COORD(0, 0) + cells_to_erase = cells_in_screen + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + if mode == 2: + # put the cursor where needed + win32.SetConsoleCursorPosition(handle, (1, 1)) + + def erase_line(self, mode=0, on_stderr=False): + # 0 should clear from the cursor to the end of the line. + # 1 should clear from the cursor to the beginning of the line. + # 2 should clear the entire line. + handle = win32.STDOUT + if on_stderr: + handle = win32.STDERR + csbi = win32.GetConsoleScreenBufferInfo(handle) + if mode == 0: + from_coord = csbi.dwCursorPosition + cells_to_erase = csbi.dwSize.X - csbi.dwCursorPosition.X + elif mode == 1: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwCursorPosition.X + elif mode == 2: + from_coord = win32.COORD(0, csbi.dwCursorPosition.Y) + cells_to_erase = csbi.dwSize.X + else: + # invalid mode + return + # fill the entire screen with blanks + win32.FillConsoleOutputCharacter(handle, ' ', cells_to_erase, from_coord) + # now set the buffer's attributes accordingly + win32.FillConsoleOutputAttribute(handle, self.get_attrs(), cells_to_erase, from_coord) + + def set_title(self, title): + win32.SetConsoleTitle(title) + + +def enable_vt_processing(fd): + if win32.windll is None or not win32.winapi_test(): + return False + + try: + handle = get_osfhandle(fd) + mode = win32.GetConsoleMode(handle) + win32.SetConsoleMode( + handle, + mode | win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING, + ) + + mode = win32.GetConsoleMode(handle) + if mode & win32.ENABLE_VIRTUAL_TERMINAL_PROCESSING: + return True + # Can get TypeError in testsuite where 'fd' is a Mock() + except (OSError, TypeError): + return False diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py new file mode 100644 index 0000000..e999438 --- /dev/null +++ b/llmlab/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.8' + + +class DistlibException(Exception): + pass + + +try: + from logging import NullHandler +except ImportError: # pragma: no cover + + class NullHandler(logging.Handler): + + def handle(self, record): + pass + + def emit(self, record): + pass + + def createLock(self): + self.lock = None + + +logger = logging.getLogger(__name__) +logger.addHandler(NullHandler()) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c10daaee287ff6a4f4bd3b03ff85a6525a485a9a GIT binary patch literal 1270 zcmaJ=%}X0W6o0eXtl7kGtF_jsMK7V4ZR^EDDF{j{Nbcq`th-}e-DKnJT8;GJ!Gnhu z6c6@a5dR9Hr}iYJC<}$so_Y&LO7Yb9Hi^+vI)^uJ-n@_Bd-I!59UV!)^>OceVO;_E zL5Jqj8cOX0Do0?0&0NTXt>l>kFTsxOf~^YWBv$v!$8_?EyHHf~Dgy-stadh&wRVv> zVT}k~=&Sv$o2G`5>Ph3!^kqSfCM$lc7)LL%!a&DVHqXto^|}db(ZF~EKv>|uawKg!UX3f zvnV(Zlbjbld&4EYo%8h#)2-heLybyYb7RFT3S+q-O@God4c9Gl*Ib$mgdflWbpz8I z{Pt(gVk8)c_#@YkYbd(yD$SPagck`r*AEmx$9RU$#){WywU zxKI;PZ`v~~OyxFQ_mx?)T_OM7`3QQqI=9&_q}aAye)wVnB^R z96<$+SxzQUKUPB37w&SXNnv@?_9<#?OcLQjZ6!jo-FpjFwr(51`x^DI0~hVxQ4jww zD2ZfIN!f+kojR&0I>C1L?J8t>KoNZ;Xhc@?@li)=0Yv@uqC%{H1Dx#9sz6i>$EmuW zwU%MB8|^;DHyTS?Qka2Qz}xMC+htq!VG5zT*x=ys-t4>i2t_WVNorftzmshw2!f;! zA_qy(RO@d_GmM@h68G@r_n_E?OO@$8ml}#1igewZ-Yk;}+gz_ua7u+R#gRL zd1+4m3W{osF;?pY*7dEkeL?`oE+NIzSE?RQ?-!1|1Me50T8*ReI-1I%Hlx6)GBh(9 JI~`#t{{SSP4w3)> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3adad8bc7d05e544c52cf9f7b049861eef9af67d GIT binary patch literal 45606 zcmd_T33yxAeJ^+~b`anSkOUV=mzzj%)4s2?NJ`W~*^->Z@IphppacmZmj(dE>mgt(~Sx+9WfiD3=gSH%jaFO=jlJqe&%kRLdbU7&U@cCb3f_u;@or3`al2u{O^zQ^Yb`de>48~rwV_cPUHhzkoWLB-RlB6kB5jUJ;_E@ASRe8w|HYK5u4B3FSQqW-Lo zw0f*O=gS-5JvN`+laE|updeW2DN@=i_LQ*t9UdqCngXT4Qcr2H%u^OD z_ml@+9#^o!Q^Crb1C_xlPgStmvm&_Cvog5KvnnWfgkX)QCRppKMH$O8oTr-AR_Ce1 zUu&Q)SnsJ1Hh3C>t39iOjh@C}lcy=@_PB%1p5|bSrzP0xX+{4`k_qMWP`=I6ru3}c z)6VKz<5|Q0uJx?LUt3^(aJ^@}Qf7l^gKwi}Bl7KmO~K8cEi6AD_gg*Ncy3Uhh3(2L z>|nF7gUv!gV0&<%tE!NnvGbQ4P~^PSQOaJ#zwP3<5XwllgGGQ z8)I=`51SL38_c3IroF)qPrGuzJNSU7PPyNQ{58t`I%O_8)8?Wp*zMVXx!lj@qXcuX zjpo3&#j}M$jw4_S9`GCp_IP@Dj^(%j35PvLlwVZ=L-45QC~ILw;8^gu=LFB`IN!s* z6XMF(0aJ8Idfy4p@j+VURVed0&*!Pkeohpg;lvu>=U>;$CP)4yK5DX4_ z1~Km3dqgL0tmMQ^Y>$*+bn9PNDn4^3M+-xP1ecpp=a6SeX<%I`{PX{Kp1YubggehG z&q|fqbYk90eFwF9>k%Im%bwvqhs1L1u>+5A&;Kmz%>w1k3cOkA>($;og0c%)WdUiJ z(aGiGMK17F_7w%D5_JPQu^K%%%KBZBRU?h50X=&Jt^Mz5&mO~g?QES_2ObYT;dui0 zjVSjh%6*hp&Wmzx25rVO-^*^FlfW;n+P7oW{)_i6I(o@*ovC_ z#5SZ)vR)RYwLmjp&w8>Za4LA(b2{kv_*skkGq;wvD6V~-mvcR5#dWALAg)I`!0O$U zRc{`vcS9f~Lmn%$H>(V=93W{c;3Mn_EAX)`5D5-@&H+yqD(i1XsfWbvnCEkkaDxW5 z4z`zeU}bmu!rID8tet&o8KnjbYB(nDMhzF(^TS!s_b6@e4Mc-ac}CH8vGOM91bVnP zFec}xx6k%jN8n4r-}3xc@S^8p@XMYr<4v3Lrk>~0OS9fSfZp!&J+1Y2g!Sh6tlr2N zCie<-`SdaVjD7jqsJO`UHL)9O@>SN}ezbQWt-W!~LJwx)5_@_OPY?N?)q3+B%RP+T zBfjUg+}~!oy~sV9wu7E|1bbKQxBK|dsY7l)S?E0(4h4oIzCM3&C?rLCe@>_m4=l$c zl7H}2&r!PX_6K|?MuvQDW70A#1%|v**q6-1-SD7%Z^r$ZkbjUp4i5$V5#=$vcbk(o z6p(zV(s$06G=6b76!9g^!-MjT9S_$Jc_XI>y+L2nuHLOjcG9^oG#K#>Moxr6$4{e! zU6K@%l2%r41YPP^0Gv&*0V(x=$%Ety7tx-LauEgfV;ibOpm>x!V`T4TBqFbFnlUZ{ zq#<9UoSJ)_bL)EV8HXbSZCl-jWS&3l9}GvlgZ*qo{{E2YOPYLx^4~r-Ld+o_#(v>A z;ojqGPKScNH3O$4Z@8`ByCx6__658r+akVjgnr~on{Yjni`=}eH0FJ! z{FbdIQB-`zGGU3A&lc5;cgz_} zh?;3XIqVOJebkZs)#F4`f61dS*vwy%Jh{y$%+W~JN?8Bq{6TS

bMsIm8vNzq=fiVNuZ>Ll3GgY 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�PgF~av;jCrLarr5hLGx_a*C>j6)9$8 zRtdcNk7pgk2ei0l>kSD0dEKP=ZmD{4DJK3RH`}%(!SGCCT!@88{4UYVg4BkByC-^! zS8*qqS#U*|!(0kFxHGg1LOrPf14MlIPN5I@K7-LY>XKM25zBa~nzNMjQNq{<%L)G^ z3&0@+Lg2nfk0cpdJVSh0Kx7*%Vt>U`L6U((Vf15wR+G>pJaP10+z3^xFLj9*aY$a=;w{KgnKM<=wfLJV!Z4swu=J@=x@b6tb z5Or;jmDEOZYwwzoX#`{;t`0IK%p`%}nQ6 z#>0h)tN^|rloA9TBv<{6kwbt_iNu#9c}P(_cprZnj>KS8wDfv=`Mo=#_!2-p84?J} zYf^JD)>@kFy}dR3G9gA9782kIJt#{2I*V&b@>u0!*)~U(9)Oa!_;R0!sSg)$=Oik9L zE@gWS9Y+WALLy9;bjbd_kUB}vK69I4*)HN4yg@T0(fv|YAhe`5m}IXbHAxh-WKsY* zriIc@8sr`7k#Y>va+d@!AaRr4tU4!Dw3Lu1N>W2;%gjTiQWerk*z$a`%<&%)rqra`8p+)3bG62# zXpL!$*3h2eTBQVZQ*Sb#xg;IiAFES5ED_{u=%bzR7SZGih&Iu_DZ`nXS#6FYDI ziV6_=;#GKv;lToIv#oWo~Z5@0C~A*=$zca3B7RtOci}h z$^T^cL2yvNVZR!-H}=>CL>;N3Cq~wt+&aqzV~ZXbTf_}y(-e15+JpTTuy+sNBji-a z#GkA#6JHlE^GqS!*24_;xNI~tuInEUkRDSUUixKJO+1^G+k}p`siPy+%zsGuXaTQb zd(mV%=UlU{xx(4P`ToVTQHKXsOX-d)7cO16^8BUe;mtI;Fd0qvASf9h$av{!v~bt5 zB~Q#m0m<7I%lLrgIr*zOb&;I9r6;2~d!|##R~@_B&74|%XvNa_VQMBKpsd+*X1*M? zm#-sc-mb;-v0S*TQmFH%s2mS=n)Xt)S>?^FlKz_LiD% zIHLu75TO}y{IKi8qH{5HqiNZ__g2Qfbr;&ZUZ}|^5W=zfR?@ev6}ztvEDT&7TNqn< z_GVKQBH+{*RFS7Iot}Sssch-&av|8mop;Oe)$0`~yKKpa#xVOJYwx|g>5BXJ0yMkc z-QMbf&hY&__pw^@`}+=8R_v%X~l^Rj|GS(>w@=*u@sgzpzM=aR~HcVLf@M z!PEKF16qFM8{)-P9L0DepAp9R0873V*lT3~H zER@o~h6#Ve9>DmlS&{V#h?mgFSo8aY=<1Ge!9|*xL^O z#8zl&kG(I_PCuKa$avxt@UZP?O8}-4Dn7#WSG@9%kS@V?GT$R7KvHOld_5s&rjt{k zSU4<7_3(aW%mSCH;j`mxB;X%DPumXjA`9Y}YJ~03Cf)v#@!+IK)KbcI4F&`^HCT#! zp%5g_3x4jrFa-KH_LMIs+6@bg7z>NWG=cISB!Xmu5LunOnzxs!#uRedPumdr27RN|f-k$&I_wUD7r^e987VUT9|#8)-ki2ShKPkK7EY;V4?8D; zA&X-!Rm3nT>uKsSC`!rQliieM-i)r`{s~jC>nKCE_p}E%Vzro8d?%wQxc`i6Y)2=P z6*WXWFbabFHHd70G=&ixtSYAYjGG1nG)maQ4>4uxsKoz6^(K-NqJA_*>~(*D+d+AE zQNm~#+E;?715){K=wW2Zw!X~xCd)EDXs(rng?pOs8d&HUFyCVUmIgGeM(lao80 zBBJ~xx*!SZ$Es>qs}4n~4n?b4H#FJS4s8T(_-!+_^S)#hzvjxDyD)oUE<78CO0


erTBN?TOO-s2qnr>zi;*zJ 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 a$<)DnH%9qN-o3Faz`O5tS@|G)eE$vY$}D*R literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72bf091f591492412b24f9af6aad7820ea7394f8 GIT binary patch literal 24367 zcmeHvdvF}bdFRYNXJ1&nUj)bjUjRq~5GlSyii-IZDTx$KQkDeE1{OO5U_tCIJhLE( z%_5dvs=I}cF+rE_xU`fa6sgY8Nr{=dt2!!mSAHeARPqm?g$m0teCGLlx%fXyluItw zRpowP&ubT0kiO&;U#>DFdS+*Ox_i36{=VP$=>F?a$j{;UtL)E*4t<{E{yY6J54Uk~ z|L3^4&Pklak8-{GneXM^-8zpaVlO*&uJGiGg$@dy3`Q>%*I*q3-ll&%57B+K=52aJ9e0r;1=B}Kc;4V8~ z<|g>gz%MELnND8wTo_j5i1bS;9X~6N#njYjY~c9is63X6B@>+yu)N7C0{}mt^IvlDs^bt{YCJ#?%8nJ!6w&vF@ZY#4a=! z{fz1#sizL($Nlf%;yNdDG)@>J9^>P{*wjm|*Z5wybYLO z}d*i{v-s-;G$8s{3R203b_ zTBLQzRfl`^lg`d2EqFE(y%-siPbDPzaysf4aact=RUzY1JsGd+ z%3xqG@k(RLXS@W`E?-(2rI;mtotK32YhI1in^*Q( za=mMO(H?F}kle?(FKx$H_st7W^}7r%e!@X_dHkDn8Vtaf z{x%~NBE?gQSSl77jj6I2Nr3RwR3s6VyZu&%1DMT`xQJ=SG&ZEUknBqPy1KwYR4}Y}9GXW>Ny+gPJIjiq&;WIY zwa~HSCl0^x+=aeVXO10zNps?Rv}$60ebHoMFg7%#{KRMt^Z9u-+okS8IhMw3x6y+~?U^RVt$H8=RJGO4)+l?Xmt zjU_H>ys9~rs2ae_W{2YZ;FTU~PtV|x5>dONk)F}fc;9GbpeqG_O+Rqm111m7N=)SO z?wz}O(7AG#!F<%7vDjD-J~JUDl^%m(^you9HmM1HU>>nlUthYen6Y)6x3{1*>fa%G zmAhBL)i!)k)BZ+R)^$ZF2*D*`!-BA3QD|G<{p9Tn-+$@-m-4$$EC@TZo*7Thl^dLu z=Puj{R9$=FhBP}kzx(*Y*5k|78|OD2ye)ly`2FF9O(*izPtOORE{L16u0^4>&?3^g zsZi6vYG`c1DYP7_`u4`_+pcZPMf0JJ_qc$sX;!-D;p(@1%n6~U8UCKbTh+AOv}viS zd!ecO7JuvDe9!OvrK_;_z$Z?=`N^3hcN>~=pa0fGVbkWE>kZ*fW9vOP*SO)H4{v|! zMRBamUw=}In;&z0Rnwi?#(PejAADM8K7F7*hCcXFt>39(6`)0h6S#aqvTpBVt*>?tu4CC*bi zx?)5X)$y^hq>_>)abQxk=%iamC1c64@zDr)g;i*OKiIUAh{Wao{vBd}zsVN$Utpo5 z@&0}Y4++n}Rp~kftT!-@Lc~EO8K)LmrIpayYGMlZjV8g9b!q~bG-}oavsTT`YE+0I zG`}qw&UAW}-MFXhrw2}uk@5unJV41oN{GpJIvFV%nWBS3Dh)HZrcRJF)6yGC2y(TE zcm|o&myv)TgPgDZPDOKWcfLZ*Itz{KZhCKcXZ`uc?Zk;z{jO`g{^GS4b1%*g=Ie+l z`U^Gn*Y{o9mwR%q_Ir)*H0En|WnI57D0@+Q329R+8EJnG7eHj(NHM3tJvvN|0O(J= zf{!~)USX3yp@2?Tk^Da&xgizf-{{?t;!IdiYx&s1Foq0Sbq**ZEzQbu8X;g zR;{A7rP6)H*sjj-A{9b}0_g=_6Iv41F9_=w1@Wgs`yHWfM*2`#w|aDFI#Kp3jZhu$8sqwP-p0-5xK8ml{zX|#p)IY&eA~j(4j^j$%kU$i(wy`Q zWzZ~Iab$p*M^@aUpXFQsuEF|%^Q+94Ae(G9Y9aPX9&&2TB9x;9hd>9B)x=c7V|1Du zkmUps-VVlRl!y*jt-@qeVHINxi`snUOuEhFA?#I?jp+0|z^J*?U&JbCEEG}%bR@`- zSui4jB^hW?XC^e{N-L61moD5KV{wh|QvlyNmHGrc#b7Fj@hiQ)gsH3|=YD$aD@YjK z1uL%}nm#li5ND5l_w<{m=QlsWV32`+mP0N1(E6-nS?n;lhPZ1%XwCB3y)!#!BDt#E z;ez158lDd4TsQqU{Ie(Kj(zX+JEw2&{{Er&4=oC(mc`w-&gI4ZS=Wa`t4_@%mCb`% zu;NzKM+ni=S9(j*TgGD5jm93{^!`nEHf&!?c-LA!H2iASI?OXsn3LP%OPWZyO4 zAL2~0I7M_DuydGK8B3^>!Q~&TE}$}34MLx5zmB1V|ZWdafkhlu~WVm}U0 zPn=N}p)*{HNs!OrkP#`8imX=0%qIuL!{PyENjT7d+Q{8+sd1tt4+5>DSWL4~IRX|Q z5lNC;ts*ilIY^Eh%9NNGj}M^1q{UIQ2r5|3P9?>GhZLh2Ut6r-S#XlnNU|G2u~WyA z389;+IT1}ta-UI_=7u^HS7EY(4rJam=ec0^yv9qK*Lb6J z#%qH4^(%BF^Y$p3p-v;gY_BbrG6kV>NoZOSnihq1g<$Q~=ck{~2Qjk?4I41MJEwz% z>iVVXEeq9KW+UGndUNQl*sbb(_3o^fDOdDju6Tp;PAq zH1o}a<}Bj^KgY#&n8Gj*AHoNwTp5?jC!Wo?%5ek9k_hEsw>g(lhO;aOu%I@i46$Z* zl%4DR>p(sk*X#Tr6wUf8Uq;)@$Un1Q9TP>A;@PSjMnz>j0plf`0R#kTCIPQ1GT7=yAa^nNRDyWpm7>pviO2V3^cU~%Kzx=>Go*L}hpLQG&0pV%t zL?p_kc_f)8rRGske{4+i=w)dh>K7Q4-I6>oKBT#$qe)fnbn8;sMSV=BAL>iZqc=$* zd#FkT%{U!{`kEILJ0i(Sy0%0z8+Tu&H@<`fGqjou*Ay!2uZORN^ObGc!*^5Y$7-46 zN#nMK1YkQZ``unikbFP@{){)n4|(4;_!+*d+AMX1ta>XBDIf*Qw%Ki#VAhPjbZ5MS z4oLq{WE!B#5?AM#C526(SSms${bI9>8XMB3v^W?WEn|G8yEgYAyCD5Crzt(9YeKUq zs6^!I##?q<(WfSW1ym@qU|O7qUb24aEif^G$!(CuLcn@Cgonq5VPljnfS^~?ZkrCw zQcBNbO6(HEuXs_O6fJINbb-wnjGB>&X@h2^@PiOv0T=;hAd|2-F&v8yla(VCf%%#- zE_%u8`qIkri`5xR5X?b8M48=p4J-EAg_xG|b`|Q1X#_5|eZb~z)&$rWDbjOGaFFrc z7CFE^6M>8Y`&7pbN?}90x+OFKI5J&yqE|-|o!^fvzr?_EY0(*Px{FyB-K# zU5R8@DmD24)^jo#qeG#fdAqs>BB|(bI@|?=usOo)oyXFy?uZ&qhq}5XAkFA-7qy+< zh$!)-k`8ut!E7BF?IMLMjq-Kz@gN8@e)1wD85!>%@M33xna-6Bm}Z(szMO)D&;%f^ zF(N(98^0*g52X#yl}^g!8cD_ynlJ!bBf3|5>B$$7bP77#7t9F)*3XDp3(?u4SWPg= zNZCULI#QD6PzP0FVkUX$Vxf}kkL+Dzex_SXSUTK6Py>d-6`8rVtEYeP;TZTwwO4`G)SrU{4{?I3L(--2R~9 zz+&*=a;R=8)VdIA&4)HX&kKdGzBv8j)mNrp$!&aN;O5Ycp{4cR3+ub*F6Yl-cLB*x9=B11&N)RFVCL;?n`gJ zG#7pAON+weg>d!Ek?cg)5Jn_?%)>Hkd>NeVdXf9DoEy(}4wic=@o&JjmvMZp=HdA= z@ZORtIK)l4@aIk$ESlp+iovPT!VEvi#~{Am=D*29=vc}l6u~m$3Cf?RoY5rX8g#yA zIr89m^gbLcKC&J+>M3VfahKEs=ikHYL2vCrNtNbs*yj<;J!#*|6btn7ZVg?W%@!V6^5$ejIS0FAuk-x!ETTJfUcmizD6p`T7_%V!V z0#c2cQF{k`<5S#{YeNi0;p(-A%bveeTT_hiq5QwhO~wxHidY}=M}Zbbio`JQ{!U{ zHY8L?2ddBT!rENFU6e1QI|w$zP^L?fdmQWgT4R4Vr6;Z%jH5X2*LX_57p=_djuCu4k9@pGVpeat=QTi#N z_o$4Bl49AFOYFvk0^MDCg|1x_kyuJ0U7P#_GbIy044|g_Bd;vixaGFDwvh1 z@naAaJMp(mC0uTep)M%`pc~WOm2NB%5=Bq`7%!@SgXC52lSZzg?RxTBa=Bil(?@P+ zwLj~*Cvd^~`9Rz9`i`5)8_Dd6nSImG7piKq9+oTz>z9Hp3&ED$`Gw&2*%L^z{3jl+ zqBght=94#`oV$Fx>idoFH~wJneD^bpp=U`B_^%4n!WI8=sOFJ*3V}M*T?mG*K0W<3 z(_FSK2DcRbzViHC!FSa&?I91Y|EhP|d&Os8ge$LRrZc%O%zj}$ynSBSzFMQPgvi_I zgta^u8Q1_}cXqvNF!@&?a3~4{jGRV%#Q}`%EQ{|geZa)yui)(|@02j*%XlTn#eEpr z3Y&dHAb3mTMKT^{w>wvi+|L6@h>?E=<`x_I?14GqFEF?@Fu7&je3+u~55nY;0W~=a z_a$VEp=lYcmT6iO!!kTsWFMh+0#f5wx%d{QwiLmB27P=Qft>jYu8+~(0y>J`^ZA~kss{KcR!0f>re9wLUYyu7I)%qAT(3;jeYQI+~fGo zU4@>VA36EWyY6#*&EvQedi-vChJEz{8-l5XyGWe z!gjZjlVSy{;L8~x?V8KG+|1_)7IT0pIhDO&ab>WgTA#9TUpcgAM=BsVtQKXI!FD=J z&3H|wI^|1Q2oFXO3-Ka!4WVZbLvK?77@Y9WWUDZkkY9`)BQ55Yeg10TT?4m|kdn9J zu=*faREoGF6MklXvr!BeD3vtwkNd1ap;QBRkh z)4a-9^_cZRhu}tt-K;n;K08<3!cUV5G8HCOO;zH3iWgdOWGc-X&T}h68fW+`C-k7k zl~1nxJ0sZ9ANdbp6@HWHy)Z@rCJ^X~Ob#&^uMF!MF?2o3ZB^`}>GJurtLEX2D`%r7Ie1mOva{{-raya$TRJD^nq2T{j?;ie!Db9^3@g4a02F zf=LtR*@}g-M6+&NgwiREN6FSk;R;mz4pHtNvb8j`0P_q5ipqjH5W>8_e}I1U0XN8q zju110N=P6xdimc912}}6gJIhST~gc zEkKmor%wTm-wFTsDX><=H7m(fGMZ$e%;Z|vnE8}ukmj?9QS-;8JyTqP& zp1tNzFIhTZyU;>p_@@46D7dqkIoOK~x3KPl@>Paem1j}8@*E`uR+tf2^FrsQ!Bety zOGKi%$S$FIha>7RqLei!nxXlI<;zA>JbF_!&-fTDDY6o$7bzMKrr%)-IfcV84)-4n z$*^cMbMa})a)y%Uk#tt+*!e8oSOK8FN%yW&!l3l$>FQr1(fC2l$9j{jH_8m%zee}n zbW_zB+-8r?;jUVR#GE?T*{~Yu!=aZUI99Z+9052rP%Iu1-u(T>ZW2 z-^&dzhTDOkXMg9`OADJ0<*T2X4?eYK00APT1%y^3Qu_M-Z|z@(JG0_i#r%e6KCFE9 z?z#;(pStnXT*s{ww@(+g?E+G7**zotB2+cgkvoU&+GamrXl%Oax#4+T$e#Mt zi95fjYq|c#YhRpg%GYgQs@tFY8}!+;FqvM#b!8zH#SLgassv8)@`^X00#nc-PizG@3837hAt3hP>K?!B@1_5Cvf8Wq}nH&{hJ*IdtgyS}&Y zoqbE&4=!v!c>832`|(0k8*Jgtn_vqMZT^MsrhQ}M&GsAZH+ydM%ys0OA72daUL9aj zm#^N30E?9o6Q6dX3qGQrdGKiqN@VSMppvHbqs>)MKjHlIVAV;F^S?adKI!!SrN@0T z?2W=2VI9CEx~KPlVVHlLip(RRU%+aybwM#y7HD%m;{7sl7j{HeiHhaSI9I7yVXIQ> z!UT?hn|wLrIPO~BTGmU$T@{YWEoe+!&CqP zaJ7s{9KL12>K&}(8L?C)yEQg=hP_FM>?*c5y`TeBDH$D)gU2%Oq-iAne+ZwhYTv`6 z!F1ME2En2fS_EjL0_N8?0PMqDylZ2);(jxtVANs4H-u3LMA^j>oLjS?5{Ghszuxu3 zsW=6=TM=<3m03lVICwuhcu+&|pvV&rkf5Yt(#G1sZfa;Leozo7&E&tII$a+Tg+g33 zuK_s~a%RHpei)}BA?}U=%qqGJCu_R$ZAzFlr`MH#OGyw37DLG?1lM7q5)-*h+8UNB zlD3e@`fzKG!33+Cy{idqDJTT1=0RA(sH7@yQjtuQma|vY8j`Yv1k-ILrmJ#U+Q4bm z|AwL=Rh!F6)v4*J+>49hEiBr0|LuJXn~vnGkIn~=7Q0~EXP?Z69)nx9NE8n&hTC*e zd~RXWzI^rm`QZK%QQRor4BZILUS4Y7x6r;XJCt=T*EHw$ zrNd;m5D6~EP&360_2Hp6EC^(h5cOI%ehc3+&{js@hK@~qg`gl5M;3-c<>8*i5iAtA z`ob!Hm10PM^8b3BR2?)~DtlFhpP`b*y7{*qYh#bK>HhtUqHUA`P^A*3M507SLJ=`~ z1C$}UH;e=-8PkQxN~**tu|ivztlrYB7RQo|zYS-8wyAb7WCCy1Z5ZO4h%cVNp~h;pO{(jASi_r3O-z zhaGl|@z;5vuHvXlBZux~wANd@kjn}gF|y!fvlZq&G}fX^4y-?~D5}kwaj!tDZplTf zx50qik-fzX=nE8QM!~n%C^7)?&-~{9Yks4Q!#t+1lefox0t|=EMYc>{9)$_*1Xi;l zBscvdRU@3p0Eu(19CKi*g6qLm*V@tb)Ytmt)5GF=ri3iV6N#~WbeSi$oLOU z7UfSUc@2pXRi}K9Zrq~eE0pY^q=ypQohaa^*>WR*PH%v16it43`EejP}=C|&@-BsAy4I@SPv8=Pm-I#C1Dk#IdSb%r& z3k!jD49K0HKMPcLE?<3qK6t(muA2G$v=#1F%q4ti1midfq~JKtR~scBA!xX*ALU{Z zpa~lw1dh08?Uj5PXUYOK_L_x3OK(;@87GT!@Ju-qh~}R1IJlIhYo`cKvm;|I95(gd zN45wcte7*wSr@iSb4YFzEWzzZ3ysNEwc@aMzpz*GnO`|2U?qr9&fRFW4|`io`6Vx$ zhQd@3e<8$N`z}%Bh3$UyNq$nDtx^MsR`+97yDJmQ_~H07xH?bkPRa(BW&GB=6`2aG zJUNyrawo#6WQopbst`3^#$8#GDDc}_@Jmn#U;;Z)#1Q)+8|#Ic?39ud337_rxZPNe zlc4=cY;Jlcsl;jJi|OZ}me&U^xo=Rs}2?kx&wYe3PjRhA?l$qiHr^<5dt}k4SQ&DK*z(}l>PnfaIUoX_jj@Z z?(b(~1oM_r*2=Lnzts35+Iv9(*1ebwN6Cz^4AR zX9p`HU1Ky>2YE7c>~+@IYMK-sMOlyKU1F+yuclNPOHS~eS zQ+5x_?L0c2X-;WyOmnJ8yu)k(ovQf;u{7>$A#<|n?y=?)i(bjIIK;b}M*`Hig9}z?pTZi8>`7zA-F#E`hrym-gqw0( z-`@RR-E7xl__0D;`?ZQ0_^<9Zt)KA}8hXAx@y5iQC*RPMZ`fJ%X3wpy3r+hMgHL=S za23^-2dvrGGJ77I2-P$!Rc~6T-t_jPfd-R^8KGafZZoS!YqvQ2$GhXaU zG~+8YG|jjQ4UI_Fwaf^GnoYA43pL%#>(=Kc=3xZfus^@_s_k2+qKwu=w2Pyunw(nT94I? zRkhcB*L?pv@aZ0W)V%{-uySVSH=fAV&bq!sfVoh46kfty?aU5DRaFWN1 zRVOK2IaEV#ISkA#&xgT%SO^)c{q?;nt1S=o#&BrS1C=1n4|lCQvEBKjiX-6@^^QMV zUx^=oQD1$c!~GW>PP*RiKC#@JQ$`5gK*vt4k$~2N(BIk^y z|3xAh)-FQn%$u*Qrz^7lGgfD=zIUQAnqch5rec9F+g!4A`8{Kc>829qQM{7>Pl|AKsxftBV9<_WBXeoNswa`MVd6%nNbC>6< zIuNKIuDklX)4!X0JRjaLFKp0_S;Z7a-@$0J62O_!<{F!I5L4u$W(DL zuLF^-AW3U#A7^pia3_!}j3F}uo;t3=K8S4T59Xo?Z?V`CU}E+B)!)~ruu+yVg9)Tr zOM1i(_K@5fzY**#-X2b0T+CW$){)Nzq4iN5&cadHEAlq8u(8ew5Mm_AFcGOC5{mouVhc+H$-W+P85XM}$>2)RCvvhluzaswGjRgF&k;6hIH$@d4 zx^@VRvT6thQX8gqLJdJGWC&j}w?ia)Qe`_^T0rMCTSW5=6Y z=NjJXDO6%dhdLD3+<@Xj*u4?&Lm2q<6|!<}c%gplT-`!__bumq-R?zU&)sl6Tj_K> zAKsXC6++#&8W%!OWF2=~)-SJbdwbKY^j7EV2`uTV@n^k&j+G5Fsq2@oU7oF-oydoK z=7pZsQo-`c{u#yt>ub@a`jO%7pc>QEqPV~-`53l;EHW~3BbJfTe3$t8dzOJ_$_aB+ zS4b^UXo+b^;^EZTglB6#HO)Jno-@p?PyQ_&!soC%q&F3d z%g~rKClClzL?GrF;RldKq3|Gc`%^ihM2AgD@21#3MAkvVV`tW+qWP4uXdglsFHf!z z_di1s>6#LPRasHLB0~Klp1#U02kK_zH(pr`Y%A2Q%e^r3eD?Tq?S@&`cZD~FTbmYZ z_hx(=_~%I z?rBosKhSIvZ&7RN^UpeVV_oFOHyM@VP!M z*w^$Y=C^<~Yc}n^zA#)wG+v`D;Z_&>`qU28~ z`S+CkH6_ne!U8j>$KK%>LF#j!R5FDU!e8pwk-WxzC<_zZuBFC2aP zzH=Y)D15Vf8`O<0o%fyf?wWhMxJ~VJ)o}l@XLzZt-KW)BV^dU*Ns&HobY& zsLocV^J-pWM;tvidt09FqUZZN2Mj&NeLhniqV{x&3+H=2ty;E8AZUVaJ+R zL!Ws1ynNft-d|xiX};~(_gXoj20PaB?LTvErK;K=uvpdacn*u)55>UYZs!lXc%=Uu DodNjT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..18ff2078cc66f7a9ecfd9424de70484d0efc532d GIT binary patch literal 60159 zcmce<33Oc7c_vu?jfo0fHO2lORZnBq)pY21|yDcm)t3HoqzmM7dxw zj?)2cdIZSMA<$NuMO$+SMoJ5g-N$q%9m}>7%XZHM#R7v;4bsCT?#^*9=Rl;!QOjp0 z^Zoa&C_GSh=1d-mTkqX>?|t{(ckjRd|NXhkm8HY+vzfme*z+@;?(gYBIxOPJlPsf7 zcT30VIQ_7$hkgyi`Vm8qK`-PPdyMR!smH{A%{^xJYw5ADUu%!mE|j$O*jSFE$H5sn z)39^I)#E}dM$SB(J>u?hk9c}KBRM@eBe^}fBiRX1(M=E+MM*Kbgk;;x`jLj7hLJ!|U}Rg*wvp{U+eaFE8b_LXnpipeaPvq@Ps_-To*nEuYq)i!t*32d zXU|T(&Y%mKhAvA(r2K|MuT+Tb2@Z-=TkX(Uv~E%#X#6EL)E&^Lt;eP!q44SRzobu(YftB3I5IqV z>BP0Z(0F8UY&4LawodTFLt}%ZX&X+)gM2uY&cfNmsBrGYdE0m}a(Og35=uLzvo>U> z&7YeHO@!!YED}Qf(NMTAIF3@6CI*MO-m&q}XoydHPhGtD>~kS*kPr1mP6bD~VPx7P zp=*)e$P`Ljp9`U#a3pP~f+u)>j8EG>{@hu17BHrr)MLw z^>Qc_Fr;ngLXjXBj0Dp@>Fo6A)!^_TCp2eEyZeHDmqT3dIFJ7Ek*TyZG#Z}ZL%reQ zVEA%6J3Kx-80qaF91gKJ_6&p~RCWlR?_~|=uz~62(QCZYNN6;Y&KI(%LN8vh_iBg_ zQ)e9)LOjl&<;Si~rL#xJ_!0CZ8tSEj=xi3X9Y$|3vIQSUFUH5m_(+KRgiu}Ru_0~# z`gb(#dtrMZTD<@H@V36o^bsRC zJBYuA=4}D|)I`f^#9J;$Muua-alB(6+8G;dxz=zw5;#0E9L>8NiHwIkT3W`Z#s{0n z_yKm(Cjt#NH3{I-0)285$t_(>cij?UHz=9bMa0Fc!yQilhC!O*(|WrurXMoPMdg#% z#WMrIR!q+sB>*Ai>vb1&)ws9SU3tozqJNO($MIY!GQp4fgTupqnh?@F@za2Z{Z~fE zCP)33ru@NC|KKPWy4K7pb>Qm-NBo%49sY}#Lw?LX|5(32f>U)Vp0(ZKKk6Sw(^P^U zBec2sVM5dYAiSXM$UQ8^$lyq5Y$B32_YIGQLzvmF&J$fnKYsRN@9FN&6QANMP&n

=%8l_Y)ORX8JccPT#)q57r_#kV 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

>PBT@tVj5_7WJl-xFCcMXAki~dbk10cN={Pb`~ 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

?Bl@@s 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py new file mode 100644 index 0000000..e93dc27 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py @@ -0,0 +1,1138 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2017 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import absolute_import + +import os +import re +import shutil +import sys + +try: + import ssl +except ImportError: # pragma: no cover + ssl = None + +if sys.version_info[0] < 3: # pragma: no cover + from StringIO import StringIO + string_types = basestring, + text_type = unicode + from types import FileType as file_type + import __builtin__ as builtins + import ConfigParser as configparser + from urlparse import urlparse, urlunparse, urljoin, urlsplit, urlunsplit + from urllib import (urlretrieve, quote as _quote, unquote, url2pathname, + pathname2url, ContentTooShortError, splittype) + + def quote(s): + if isinstance(s, unicode): + s = s.encode('utf-8') + return _quote(s) + + import urllib2 + from urllib2 import (Request, urlopen, URLError, HTTPError, + HTTPBasicAuthHandler, HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib2 import HTTPSHandler + import httplib + import xmlrpclib + import Queue as queue + from HTMLParser import HTMLParser + import htmlentitydefs + raw_input = raw_input + from itertools import ifilter as filter + from itertools import ifilterfalse as filterfalse + + # Leaving this around for now, in case it needs resurrecting in some way + # _userprog = None + # def splituser(host): + # """splituser('user[:passwd]@host[:port]') --> 'user[:passwd]', 'host[:port]'.""" + # global _userprog + # if _userprog is None: + # import re + # _userprog = re.compile('^(.*)@(.*)$') + + # match = _userprog.match(host) + # if match: return match.group(1, 2) + # return None, host + +else: # pragma: no cover + from io import StringIO + string_types = str, + text_type = str + from io import TextIOWrapper as file_type + import builtins + import configparser + from urllib.parse import (urlparse, urlunparse, urljoin, quote, unquote, + urlsplit, urlunsplit, splittype) + from urllib.request import (urlopen, urlretrieve, Request, url2pathname, + pathname2url, HTTPBasicAuthHandler, + HTTPPasswordMgr, HTTPHandler, + HTTPRedirectHandler, build_opener) + if ssl: + from urllib.request import HTTPSHandler + from urllib.error import HTTPError, URLError, ContentTooShortError + import http.client as httplib + import urllib.request as urllib2 + import xmlrpc.client as xmlrpclib + import queue + from html.parser import HTMLParser + import html.entities as htmlentitydefs + raw_input = input + from itertools import filterfalse + filter = filter + +try: + from ssl import match_hostname, CertificateError +except ImportError: # pragma: no cover + + class CertificateError(ValueError): + pass + + def _dnsname_match(dn, hostname, max_wildcards=1): + """Matching according to RFC 6125, section 6.4.3 + + http://tools.ietf.org/html/rfc6125#section-6.4.3 + """ + pats = [] + if not dn: + return False + + parts = dn.split('.') + leftmost, remainder = parts[0], parts[1:] + + wildcards = leftmost.count('*') + if wildcards > max_wildcards: + # Issue #17980: avoid denials of service by refusing more + # than one wildcard per fragment. A survey of established + # policy among SSL implementations showed it to be a + # reasonable choice. + raise CertificateError( + "too many wildcards in certificate DNS name: " + repr(dn)) + + # speed up common case w/o wildcards + if not wildcards: + return dn.lower() == hostname.lower() + + # RFC 6125, section 6.4.3, subitem 1. + # The client SHOULD NOT attempt to match a presented identifier in which + # the wildcard character comprises a label other than the left-most label. + if leftmost == '*': + # When '*' is a fragment by itself, it matches a non-empty dotless + # fragment. + pats.append('[^.]+') + elif leftmost.startswith('xn--') or hostname.startswith('xn--'): + # RFC 6125, section 6.4.3, subitem 3. + # The client SHOULD NOT attempt to match a presented identifier + # where the wildcard character is embedded within an A-label or + # U-label of an internationalized domain name. + pats.append(re.escape(leftmost)) + else: + # Otherwise, '*' matches any dotless string, e.g. www* + pats.append(re.escape(leftmost).replace(r'\*', '[^.]*')) + + # add the remaining fragments, ignore any wildcards + for frag in remainder: + pats.append(re.escape(frag)) + + pat = re.compile(r'\A' + r'\.'.join(pats) + r'\Z', re.IGNORECASE) + return pat.match(hostname) + + def match_hostname(cert, hostname): + """Verify that *cert* (in decoded format as returned by + SSLSocket.getpeercert()) matches the *hostname*. RFC 2818 and RFC 6125 + rules are followed, but IP addresses are not accepted for *hostname*. + + CertificateError is raised on failure. On success, the function + returns nothing. + """ + if not cert: + raise ValueError("empty or no certificate, match_hostname needs a " + "SSL socket or SSL context with either " + "CERT_OPTIONAL or CERT_REQUIRED") + dnsnames = [] + san = cert.get('subjectAltName', ()) + for key, value in san: + if key == 'DNS': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if not dnsnames: + # The subject is only checked when there is no dNSName entry + # in subjectAltName + for sub in cert.get('subject', ()): + for key, value in sub: + # XXX according to RFC 2818, the most specific Common Name + # must be used. + if key == 'commonName': + if _dnsname_match(value, hostname): + return + dnsnames.append(value) + if len(dnsnames) > 1: + raise CertificateError("hostname %r " + "doesn't match either of %s" % + (hostname, ', '.join(map(repr, dnsnames)))) + elif len(dnsnames) == 1: + raise CertificateError("hostname %r " + "doesn't match %r" % + (hostname, dnsnames[0])) + else: + raise CertificateError("no appropriate commonName or " + "subjectAltName fields were found") + + +try: + from types import SimpleNamespace as Container +except ImportError: # pragma: no cover + + class Container(object): + """ + A generic container for when multiple values need to be returned + """ + + def __init__(self, **kwargs): + self.__dict__.update(kwargs) + + +try: + from shutil import which +except ImportError: # pragma: no cover + # Implementation from Python 3.3 + def which(cmd, mode=os.F_OK | os.X_OK, path=None): + """Given a command, mode, and a PATH string, return the path which + conforms to the given mode on the PATH, or None if there is no such + file. + + `mode` defaults to os.F_OK | os.X_OK. `path` defaults to the result + of os.environ.get("PATH"), or can be overridden with a custom search + path. + + """ + + # Check that a given file can be accessed with the correct mode. + # Additionally check that `file` is not a directory, as on Windows + # directories pass the os.access check. + def _access_check(fn, mode): + return (os.path.exists(fn) and os.access(fn, mode) + and not os.path.isdir(fn)) + + # If we're given a path with a directory part, look it up directly rather + # than referring to PATH directories. This includes checking relative to the + # current directory, e.g. ./script + if os.path.dirname(cmd): + if _access_check(cmd, mode): + return cmd + return None + + if path is None: + path = os.environ.get("PATH", os.defpath) + if not path: + return None + path = path.split(os.pathsep) + + if sys.platform == "win32": + # The current directory takes precedence on Windows. + if os.curdir not in path: + path.insert(0, os.curdir) + + # PATHEXT is necessary to check on Windows. + pathext = os.environ.get("PATHEXT", "").split(os.pathsep) + # See if the given file matches any of the expected path extensions. + # This will allow us to short circuit when given "python.exe". + # If it does match, only test that one, otherwise we have to try + # others. + if any(cmd.lower().endswith(ext.lower()) for ext in pathext): + files = [cmd] + else: + files = [cmd + ext for ext in pathext] + else: + # On other platforms you don't have things like PATHEXT to tell you + # what file suffixes are executable, so just pass on cmd as-is. + files = [cmd] + + seen = set() + for dir in path: + normdir = os.path.normcase(dir) + if normdir not in seen: + seen.add(normdir) + for thefile in files: + name = os.path.join(dir, thefile) + if _access_check(name, mode): + return name + return None + + +# ZipFile is a context manager in 2.7, but not in 2.6 + +from zipfile import ZipFile as BaseZipFile + +if hasattr(BaseZipFile, '__enter__'): # pragma: no cover + ZipFile = BaseZipFile +else: # pragma: no cover + from zipfile import ZipExtFile as BaseZipExtFile + + class ZipExtFile(BaseZipExtFile): + + def __init__(self, base): + self.__dict__.update(base.__dict__) + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + class ZipFile(BaseZipFile): + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.close() + # return None, so if an exception occurred, it will propagate + + def open(self, *args, **kwargs): + base = BaseZipFile.open(self, *args, **kwargs) + return ZipExtFile(base) + + +try: + from platform import python_implementation +except ImportError: # pragma: no cover + + def python_implementation(): + """Return a string identifying the Python implementation.""" + if 'PyPy' in sys.version: + return 'PyPy' + if os.name == 'java': + return 'Jython' + if sys.version.startswith('IronPython'): + return 'IronPython' + return 'CPython' + + +import sysconfig + +try: + callable = callable +except NameError: # pragma: no cover + from collections.abc import Callable + + def callable(obj): + return isinstance(obj, Callable) + + +try: + fsencode = os.fsencode + fsdecode = os.fsdecode +except AttributeError: # pragma: no cover + # Issue #99: on some systems (e.g. containerised), + # sys.getfilesystemencoding() returns None, and we need a real value, + # so fall back to utf-8. From the CPython 2.7 docs relating to Unix and + # sys.getfilesystemencoding(): the return value is "the user’s preference + # according to the result of nl_langinfo(CODESET), or None if the + # nl_langinfo(CODESET) failed." + _fsencoding = sys.getfilesystemencoding() or 'utf-8' + if _fsencoding == 'mbcs': + _fserrors = 'strict' + else: + _fserrors = 'surrogateescape' + + def fsencode(filename): + if isinstance(filename, bytes): + return filename + elif isinstance(filename, text_type): + return filename.encode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + def fsdecode(filename): + if isinstance(filename, text_type): + return filename + elif isinstance(filename, bytes): + return filename.decode(_fsencoding, _fserrors) + else: + raise TypeError("expect bytes or str, not %s" % + type(filename).__name__) + + +try: + from tokenize import detect_encoding +except ImportError: # pragma: no cover + from codecs import BOM_UTF8, lookup + + cookie_re = re.compile(r"coding[:=]\s*([-\w.]+)") + + def _get_normal_name(orig_enc): + """Imitates get_normal_name in tokenizer.c.""" + # Only care about the first 12 characters. + enc = orig_enc[:12].lower().replace("_", "-") + if enc == "utf-8" or enc.startswith("utf-8-"): + return "utf-8" + if enc in ("latin-1", "iso-8859-1", "iso-latin-1") or \ + enc.startswith(("latin-1-", "iso-8859-1-", "iso-latin-1-")): + return "iso-8859-1" + return orig_enc + + def detect_encoding(readline): + """ + The detect_encoding() function is used to detect the encoding that should + be used to decode a Python source file. It requires one argument, readline, + in the same way as the tokenize() generator. + + It will call readline a maximum of twice, and return the encoding used + (as a string) and a list of any lines (left as bytes) it has read in. + + It detects the encoding from the presence of a utf-8 bom or an encoding + cookie as specified in pep-0263. If both a bom and a cookie are present, + but disagree, a SyntaxError will be raised. If the encoding cookie is an + invalid charset, raise a SyntaxError. Note that if a utf-8 bom is found, + 'utf-8-sig' is returned. + + If no encoding is specified, then the default of 'utf-8' will be returned. + """ + try: + filename = readline.__self__.name + except AttributeError: + filename = None + bom_found = False + encoding = None + default = 'utf-8' + + def read_or_stop(): + try: + return readline() + except StopIteration: + return b'' + + def find_cookie(line): + try: + # Decode as UTF-8. Either the line is an encoding declaration, + # in which case it should be pure ASCII, or it must be UTF-8 + # per default encoding. + line_string = line.decode('utf-8') + except UnicodeDecodeError: + msg = "invalid or missing encoding declaration" + if filename is not None: + msg = '{} for {!r}'.format(msg, filename) + raise SyntaxError(msg) + + matches = cookie_re.findall(line_string) + if not matches: + return None + encoding = _get_normal_name(matches[0]) + try: + codec = lookup(encoding) + except LookupError: + # This behaviour mimics the Python interpreter + if filename is None: + msg = "unknown encoding: " + encoding + else: + msg = "unknown encoding for {!r}: {}".format( + filename, encoding) + raise SyntaxError(msg) + + if bom_found: + if codec.name != 'utf-8': + # This behaviour mimics the Python interpreter + if filename is None: + msg = 'encoding problem: utf-8' + else: + msg = 'encoding problem for {!r}: utf-8'.format( + filename) + raise SyntaxError(msg) + encoding += '-sig' + return encoding + + first = read_or_stop() + if first.startswith(BOM_UTF8): + bom_found = True + first = first[3:] + default = 'utf-8-sig' + if not first: + return default, [] + + encoding = find_cookie(first) + if encoding: + return encoding, [first] + + second = read_or_stop() + if not second: + return default, [first] + + encoding = find_cookie(second) + if encoding: + return encoding, [first, second] + + return default, [first, second] + + +# For converting & <-> & etc. +try: + from html import escape +except ImportError: + from cgi import escape +if sys.version_info[:2] < (3, 4): + unescape = HTMLParser().unescape +else: + from html import unescape + +try: + from collections import ChainMap +except ImportError: # pragma: no cover + from collections import MutableMapping + + try: + from reprlib import recursive_repr as _recursive_repr + except ImportError: + + def _recursive_repr(fillvalue='...'): + ''' + Decorator to make a repr function return fillvalue for a recursive + call + ''' + + def decorating_function(user_function): + repr_running = set() + + def wrapper(self): + key = id(self), get_ident() + if key in repr_running: + return fillvalue + repr_running.add(key) + try: + result = user_function(self) + finally: + repr_running.discard(key) + return result + + # Can't use functools.wraps() here because of bootstrap issues + wrapper.__module__ = getattr(user_function, '__module__') + wrapper.__doc__ = getattr(user_function, '__doc__') + wrapper.__name__ = getattr(user_function, '__name__') + wrapper.__annotations__ = getattr(user_function, + '__annotations__', {}) + return wrapper + + return decorating_function + + class ChainMap(MutableMapping): + ''' + A ChainMap groups multiple dicts (or other mappings) together + to create a single, updateable view. + + The underlying mappings are stored in a list. That list is public and can + accessed or updated using the *maps* attribute. There is no other state. + + Lookups search the underlying mappings successively until a key is found. + In contrast, writes, updates, and deletions only operate on the first + mapping. + ''' + + def __init__(self, *maps): + '''Initialize a ChainMap by setting *maps* to the given mappings. + If no mappings are provided, a single empty dictionary is used. + + ''' + self.maps = list(maps) or [{}] # always at least one map + + def __missing__(self, key): + raise KeyError(key) + + def __getitem__(self, key): + for mapping in self.maps: + try: + return mapping[ + key] # can't use 'key in mapping' with defaultdict + except KeyError: + pass + return self.__missing__( + key) # support subclasses that define __missing__ + + def get(self, key, default=None): + return self[key] if key in self else default + + def __len__(self): + return len(set().union( + *self.maps)) # reuses stored hash values if possible + + def __iter__(self): + return iter(set().union(*self.maps)) + + def __contains__(self, key): + return any(key in m for m in self.maps) + + def __bool__(self): + return any(self.maps) + + @_recursive_repr() + def __repr__(self): + return '{0.__class__.__name__}({1})'.format( + self, ', '.join(map(repr, self.maps))) + + @classmethod + def fromkeys(cls, iterable, *args): + 'Create a ChainMap with a single dict created from the iterable.' + return cls(dict.fromkeys(iterable, *args)) + + def copy(self): + 'New ChainMap or subclass with a new copy of maps[0] and refs to maps[1:]' + return self.__class__(self.maps[0].copy(), *self.maps[1:]) + + __copy__ = copy + + def new_child(self): # like Django's Context.push() + 'New ChainMap with a new dict followed by all previous maps.' + return self.__class__({}, *self.maps) + + @property + def parents(self): # like Django's Context.pop() + 'New ChainMap from maps[1:].' + return self.__class__(*self.maps[1:]) + + def __setitem__(self, key, value): + self.maps[0][key] = value + + def __delitem__(self, key): + try: + del self.maps[0][key] + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def popitem(self): + 'Remove and return an item pair from maps[0]. Raise KeyError is maps[0] is empty.' + try: + return self.maps[0].popitem() + except KeyError: + raise KeyError('No keys found in the first mapping.') + + def pop(self, key, *args): + 'Remove *key* from maps[0] and return its value. Raise KeyError if *key* not in maps[0].' + try: + return self.maps[0].pop(key, *args) + except KeyError: + raise KeyError( + 'Key not found in the first mapping: {!r}'.format(key)) + + def clear(self): + 'Clear maps[0], leaving maps[1:] intact.' + self.maps[0].clear() + + +try: + from importlib.util import cache_from_source # Python >= 3.4 +except ImportError: # pragma: no cover + + def cache_from_source(path, debug_override=None): + assert path.endswith('.py') + if debug_override is None: + debug_override = __debug__ + if debug_override: + suffix = 'c' + else: + suffix = 'o' + return path + suffix + + +try: + from collections import OrderedDict +except ImportError: # pragma: no cover + # {{{ http://code.activestate.com/recipes/576693/ (r9) + # Backport of OrderedDict() class that runs on Python 2.4, 2.5, 2.6, 2.7 and pypy. + # Passes Python2.7's test suite and incorporates all the latest updates. + try: + from thread import get_ident as _get_ident + except ImportError: + from dummy_thread import get_ident as _get_ident + + try: + from _abcoll import KeysView, ValuesView, ItemsView + except ImportError: + pass + + class OrderedDict(dict): + 'Dictionary that remembers insertion order' + + # An inherited dict maps keys to values. + # The inherited dict provides __getitem__, __len__, __contains__, and get. + # The remaining methods are order-aware. + # Big-O running times for all methods are the same as for regular dictionaries. + + # The internal self.__map dictionary maps keys to links in a doubly linked list. + # The circular doubly linked list starts and ends with a sentinel element. + # The sentinel element never gets deleted (this simplifies the algorithm). + # Each link is stored as a list of length three: [PREV, NEXT, KEY]. + + def __init__(self, *args, **kwds): + '''Initialize an ordered dictionary. Signature is the same as for + regular dictionaries, but keyword arguments are not recommended + because their insertion order is arbitrary. + + ''' + if len(args) > 1: + raise TypeError('expected at most 1 arguments, got %d' % + len(args)) + try: + self.__root + except AttributeError: + self.__root = root = [] # sentinel node + root[:] = [root, root, None] + self.__map = {} + self.__update(*args, **kwds) + + def __setitem__(self, key, value, dict_setitem=dict.__setitem__): + 'od.__setitem__(i, y) <==> od[i]=y' + # Setting a new item creates a new link which goes at the end of the linked + # list, and the inherited dictionary is updated with the new key/value pair. + if key not in self: + root = self.__root + last = root[0] + last[1] = root[0] = self.__map[key] = [last, root, key] + dict_setitem(self, key, value) + + def __delitem__(self, key, dict_delitem=dict.__delitem__): + 'od.__delitem__(y) <==> del od[y]' + # Deleting an existing item uses self.__map to find the link which is + # then removed by updating the links in the predecessor and successor nodes. + dict_delitem(self, key) + link_prev, link_next, key = self.__map.pop(key) + link_prev[1] = link_next + link_next[0] = link_prev + + def __iter__(self): + 'od.__iter__() <==> iter(od)' + root = self.__root + curr = root[1] + while curr is not root: + yield curr[2] + curr = curr[1] + + def __reversed__(self): + 'od.__reversed__() <==> reversed(od)' + root = self.__root + curr = root[0] + while curr is not root: + yield curr[2] + curr = curr[0] + + def clear(self): + 'od.clear() -> None. Remove all items from od.' + try: + for node in self.__map.itervalues(): + del node[:] + root = self.__root + root[:] = [root, root, None] + self.__map.clear() + except AttributeError: + pass + dict.clear(self) + + def popitem(self, last=True): + '''od.popitem() -> (k, v), return and remove a (key, value) pair. + Pairs are returned in LIFO order if last is true or FIFO order if false. + + ''' + if not self: + raise KeyError('dictionary is empty') + root = self.__root + if last: + link = root[0] + link_prev = link[0] + link_prev[1] = root + root[0] = link_prev + else: + link = root[1] + link_next = link[1] + root[1] = link_next + link_next[0] = root + key = link[2] + del self.__map[key] + value = dict.pop(self, key) + return key, value + + # -- the following methods do not depend on the internal structure -- + + def keys(self): + 'od.keys() -> list of keys in od' + return list(self) + + def values(self): + 'od.values() -> list of values in od' + return [self[key] for key in self] + + def items(self): + 'od.items() -> list of (key, value) pairs in od' + return [(key, self[key]) for key in self] + + def iterkeys(self): + 'od.iterkeys() -> an iterator over the keys in od' + return iter(self) + + def itervalues(self): + 'od.itervalues -> an iterator over the values in od' + for k in self: + yield self[k] + + def iteritems(self): + 'od.iteritems -> an iterator over the (key, value) items in od' + for k in self: + yield (k, self[k]) + + def update(*args, **kwds): + '''od.update(E, **F) -> None. Update od from dict/iterable E and F. + + If E is a dict instance, does: for k in E: od[k] = E[k] + If E has a .keys() method, does: for k in E.keys(): od[k] = E[k] + Or if E is an iterable of items, does: for k, v in E: od[k] = v + In either case, this is followed by: for k, v in F.items(): od[k] = v + + ''' + if len(args) > 2: + raise TypeError('update() takes at most 2 positional ' + 'arguments (%d given)' % (len(args), )) + elif not args: + raise TypeError('update() takes at least 1 argument (0 given)') + self = args[0] + # Make progressively weaker assumptions about "other" + other = () + if len(args) == 2: + other = args[1] + if isinstance(other, dict): + for key in other: + self[key] = other[key] + elif hasattr(other, 'keys'): + for key in other.keys(): + self[key] = other[key] + else: + for key, value in other: + self[key] = value + for key, value in kwds.items(): + self[key] = value + + __update = update # let subclasses override update without breaking __init__ + + __marker = object() + + def pop(self, key, default=__marker): + '''od.pop(k[,d]) -> v, remove specified key and return the corresponding value. + If key is not found, d is returned if given, otherwise KeyError is raised. + + ''' + if key in self: + result = self[key] + del self[key] + return result + if default is self.__marker: + raise KeyError(key) + return default + + def setdefault(self, key, default=None): + 'od.setdefault(k[,d]) -> od.get(k,d), also set od[k]=d if k not in od' + if key in self: + return self[key] + self[key] = default + return default + + def __repr__(self, _repr_running=None): + 'od.__repr__() <==> repr(od)' + if not _repr_running: + _repr_running = {} + call_key = id(self), _get_ident() + if call_key in _repr_running: + return '...' + _repr_running[call_key] = 1 + try: + if not self: + return '%s()' % (self.__class__.__name__, ) + return '%s(%r)' % (self.__class__.__name__, self.items()) + finally: + del _repr_running[call_key] + + def __reduce__(self): + 'Return state information for pickling' + items = [[k, self[k]] for k in self] + inst_dict = vars(self).copy() + for k in vars(OrderedDict()): + inst_dict.pop(k, None) + if inst_dict: + return (self.__class__, (items, ), inst_dict) + return self.__class__, (items, ) + + def copy(self): + 'od.copy() -> a shallow copy of od' + return self.__class__(self) + + @classmethod + def fromkeys(cls, iterable, value=None): + '''OD.fromkeys(S[, v]) -> New ordered dictionary with keys from S + and values equal to v (which defaults to None). + + ''' + d = cls() + for key in iterable: + d[key] = value + return d + + def __eq__(self, other): + '''od.__eq__(y) <==> od==y. Comparison to another OD is order-sensitive + while comparison to a regular mapping is order-insensitive. + + ''' + if isinstance(other, OrderedDict): + return len(self) == len( + other) and self.items() == other.items() + return dict.__eq__(self, other) + + def __ne__(self, other): + return not self == other + + # -- the following methods are only used in Python 2.7 -- + + def viewkeys(self): + "od.viewkeys() -> a set-like object providing a view on od's keys" + return KeysView(self) + + def viewvalues(self): + "od.viewvalues() -> an object providing a view on od's values" + return ValuesView(self) + + def viewitems(self): + "od.viewitems() -> a set-like object providing a view on od's items" + return ItemsView(self) + + +try: + from logging.config import BaseConfigurator, valid_ident +except ImportError: # pragma: no cover + IDENTIFIER = re.compile('^[a-z_][a-z0-9_]*$', re.I) + + def valid_ident(s): + m = IDENTIFIER.match(s) + if not m: + raise ValueError('Not a valid Python identifier: %r' % s) + return True + + # The ConvertingXXX classes are wrappers around standard Python containers, + # and they serve to convert any suitable values in the container. The + # conversion converts base dicts, lists and tuples to their wrapped + # equivalents, whereas strings which match a conversion format are converted + # appropriately. + # + # Each wrapper should have a configurator attribute holding the actual + # configurator to use for conversion. + + class ConvertingDict(dict): + """A converting dictionary wrapper.""" + + def __getitem__(self, key): + value = dict.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def get(self, key, default=None): + value = dict.get(self, key, default) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, key, default=None): + value = dict.pop(self, key, default) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class ConvertingList(list): + """A converting list wrapper.""" + + def __getitem__(self, key): + value = list.__getitem__(self, key) + result = self.configurator.convert(value) + # If the converted value is different, save for next time + if value is not result: + self[key] = result + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + def pop(self, idx=-1): + value = list.pop(self, idx) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + return result + + class ConvertingTuple(tuple): + """A converting tuple wrapper.""" + + def __getitem__(self, key): + value = tuple.__getitem__(self, key) + result = self.configurator.convert(value) + if value is not result: + if type(result) in (ConvertingDict, ConvertingList, + ConvertingTuple): + result.parent = self + result.key = key + return result + + class BaseConfigurator(object): + """ + The configurator base class which defines some useful defaults. + """ + + CONVERT_PATTERN = re.compile(r'^(?P[a-z]+)://(?P.*)$') + + WORD_PATTERN = re.compile(r'^\s*(\w+)\s*') + DOT_PATTERN = re.compile(r'^\.\s*(\w+)\s*') + INDEX_PATTERN = re.compile(r'^\[\s*(\w+)\s*\]\s*') + DIGIT_PATTERN = re.compile(r'^\d+$') + + value_converters = { + 'ext': 'ext_convert', + 'cfg': 'cfg_convert', + } + + # We might want to use a different one, e.g. importlib + importer = staticmethod(__import__) + + def __init__(self, config): + self.config = ConvertingDict(config) + self.config.configurator = self + + def resolve(self, s): + """ + Resolve strings to objects using standard import and attribute + syntax. + """ + name = s.split('.') + used = name.pop(0) + try: + found = self.importer(used) + for frag in name: + used += '.' + frag + try: + found = getattr(found, frag) + except AttributeError: + self.importer(used) + found = getattr(found, frag) + return found + except ImportError: + e, tb = sys.exc_info()[1:] + v = ValueError('Cannot resolve %r: %s' % (s, e)) + v.__cause__, v.__traceback__ = e, tb + raise v + + def ext_convert(self, value): + """Default converter for the ext:// protocol.""" + return self.resolve(value) + + def cfg_convert(self, value): + """Default converter for the cfg:// protocol.""" + rest = value + m = self.WORD_PATTERN.match(rest) + if m is None: + raise ValueError("Unable to convert %r" % value) + else: + rest = rest[m.end():] + d = self.config[m.groups()[0]] + while rest: + m = self.DOT_PATTERN.match(rest) + if m: + d = d[m.groups()[0]] + else: + m = self.INDEX_PATTERN.match(rest) + if m: + idx = m.groups()[0] + if not self.DIGIT_PATTERN.match(idx): + d = d[idx] + else: + try: + n = int( + idx + ) # try as number first (most likely) + d = d[n] + except TypeError: + d = d[idx] + if m: + rest = rest[m.end():] + else: + raise ValueError('Unable to convert ' + '%r at %r' % (value, rest)) + # rest should be empty + return d + + def convert(self, value): + """ + Convert values to an appropriate type. dicts, lists and tuples are + replaced by their converting alternatives. Strings are checked to + see if they have a conversion format and are converted if they do. + """ + if not isinstance(value, ConvertingDict) and isinstance( + value, dict): + value = ConvertingDict(value) + value.configurator = self + elif not isinstance(value, ConvertingList) and isinstance( + value, list): + value = ConvertingList(value) + value.configurator = self + elif not isinstance(value, ConvertingTuple) and isinstance(value, tuple): + value = ConvertingTuple(value) + value.configurator = self + elif isinstance(value, string_types): + m = self.CONVERT_PATTERN.match(value) + if m: + d = m.groupdict() + prefix = d['prefix'] + converter = self.value_converters.get(prefix, None) + if converter: + suffix = d['suffix'] + converter = getattr(self, converter) + value = converter(suffix) + return value + + def configure_custom(self, config): + """Configure an object with a user-supplied factory.""" + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + kwargs = dict([(k, config[k]) for k in config if valid_ident(k)]) + result = c(**kwargs) + if props: + for name, value in props.items(): + setattr(result, name, value) + return result + + def as_tuple(self, value): + """Utility function which converts lists to tuples.""" + if isinstance(value, list): + value = tuple(value) + return value diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/database.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/database.py new file mode 100644 index 0000000..eb3765f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/database.py @@ -0,0 +1,1359 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""PEP 376 implementation.""" + +from __future__ import unicode_literals + +import base64 +import codecs +import contextlib +import hashlib +import logging +import os +import posixpath +import sys +import zipimport + +from . import DistlibException, resources +from .compat import StringIO +from .version import get_scheme, UnsupportedVersionError +from .metadata import (Metadata, METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME) +from .util import (parse_requirement, cached_property, parse_name_and_version, + read_exports, write_exports, CSVReader, CSVWriter) + +__all__ = [ + 'Distribution', 'BaseInstalledDistribution', 'InstalledDistribution', + 'EggInfoDistribution', 'DistributionPath' +] + +logger = logging.getLogger(__name__) + +EXPORTS_FILENAME = 'pydist-exports.json' +COMMANDS_FILENAME = 'pydist-commands.json' + +DIST_FILES = ('INSTALLER', METADATA_FILENAME, 'RECORD', 'REQUESTED', + 'RESOURCES', EXPORTS_FILENAME, 'SHARED') + +DISTINFO_EXT = '.dist-info' + + +class _Cache(object): + """ + A simple cache mapping names and .dist-info paths to distributions + """ + + def __init__(self): + """ + Initialise an instance. There is normally one for each DistributionPath. + """ + self.name = {} + self.path = {} + self.generated = False + + def clear(self): + """ + Clear the cache, setting it to its initial state. + """ + self.name.clear() + self.path.clear() + self.generated = False + + def add(self, dist): + """ + Add a distribution to the cache. + :param dist: The distribution to add. + """ + if dist.path not in self.path: + self.path[dist.path] = dist + self.name.setdefault(dist.key, []).append(dist) + + +class DistributionPath(object): + """ + Represents a set of distributions installed on a path (typically sys.path). + """ + + def __init__(self, path=None, include_egg=False): + """ + Create an instance from a path, optionally including legacy (distutils/ + setuptools/distribute) distributions. + :param path: The path to use, as a list of directories. If not specified, + sys.path is used. + :param include_egg: If True, this instance will look for and return legacy + distributions as well as those based on PEP 376. + """ + if path is None: + path = sys.path + self.path = path + self._include_dist = True + self._include_egg = include_egg + + self._cache = _Cache() + self._cache_egg = _Cache() + self._cache_enabled = True + self._scheme = get_scheme('default') + + def _get_cache_enabled(self): + return self._cache_enabled + + def _set_cache_enabled(self, value): + self._cache_enabled = value + + cache_enabled = property(_get_cache_enabled, _set_cache_enabled) + + def clear_cache(self): + """ + Clears the internal cache. + """ + self._cache.clear() + self._cache_egg.clear() + + def _yield_distributions(self): + """ + Yield .dist-info and/or .egg(-info) distributions. + """ + # We need to check if we've seen some resources already, because on + # some Linux systems (e.g. some Debian/Ubuntu variants) there are + # symlinks which alias other files in the environment. + seen = set() + for path in self.path: + finder = resources.finder_for_path(path) + if finder is None: + continue + r = finder.find('') + if not r or not r.is_container: + continue + rset = sorted(r.resources) + for entry in rset: + r = finder.find(entry) + if not r or r.path in seen: + continue + try: + if self._include_dist and entry.endswith(DISTINFO_EXT): + possible_filenames = [ + METADATA_FILENAME, WHEEL_METADATA_FILENAME, + LEGACY_METADATA_FILENAME + ] + for metadata_filename in possible_filenames: + metadata_path = posixpath.join( + entry, metadata_filename) + pydist = finder.find(metadata_path) + if pydist: + break + else: + continue + + with contextlib.closing(pydist.as_stream()) as stream: + metadata = Metadata(fileobj=stream, + scheme='legacy') + logger.debug('Found %s', r.path) + seen.add(r.path) + yield new_dist_class(r.path, + metadata=metadata, + env=self) + elif self._include_egg and entry.endswith( + ('.egg-info', '.egg')): + logger.debug('Found %s', r.path) + seen.add(r.path) + yield old_dist_class(r.path, self) + except Exception as e: + msg = 'Unable to read distribution at %s, perhaps due to bad metadata: %s' + logger.warning(msg, r.path, e) + import warnings + warnings.warn(msg % (r.path, e), stacklevel=2) + + def _generate_cache(self): + """ + Scan the path for distributions and populate the cache with + those that are found. + """ + gen_dist = not self._cache.generated + gen_egg = self._include_egg and not self._cache_egg.generated + if gen_dist or gen_egg: + for dist in self._yield_distributions(): + if isinstance(dist, InstalledDistribution): + self._cache.add(dist) + else: + self._cache_egg.add(dist) + + if gen_dist: + self._cache.generated = True + if gen_egg: + self._cache_egg.generated = True + + @classmethod + def distinfo_dirname(cls, name, version): + """ + The *name* and *version* parameters are converted into their + filename-escaped form, i.e. any ``'-'`` characters are replaced + with ``'_'`` other than the one in ``'dist-info'`` and the one + separating the name from the version number. + + :parameter name: is converted to a standard distribution name by replacing + any runs of non- alphanumeric characters with a single + ``'-'``. + :type name: string + :parameter version: is converted to a standard version string. Spaces + become dots, and all other non-alphanumeric characters + (except dots) become dashes, with runs of multiple + dashes condensed to a single dash. + :type version: string + :returns: directory name + :rtype: string""" + name = name.replace('-', '_') + return '-'.join([name, version]) + DISTINFO_EXT + + def get_distributions(self): + """ + Provides an iterator that looks for distributions and returns + :class:`InstalledDistribution` or + :class:`EggInfoDistribution` instances for each one of them. + + :rtype: iterator of :class:`InstalledDistribution` and + :class:`EggInfoDistribution` instances + """ + if not self._cache_enabled: + for dist in self._yield_distributions(): + yield dist + else: + self._generate_cache() + + for dist in self._cache.path.values(): + yield dist + + if self._include_egg: + for dist in self._cache_egg.path.values(): + yield dist + + def get_distribution(self, name): + """ + Looks for a named distribution on the path. + + This function only returns the first result found, as no more than one + value is expected. If nothing is found, ``None`` is returned. + + :rtype: :class:`InstalledDistribution`, :class:`EggInfoDistribution` + or ``None`` + """ + result = None + name = name.lower() + if not self._cache_enabled: + for dist in self._yield_distributions(): + if dist.key == name: + result = dist + break + else: + self._generate_cache() + + if name in self._cache.name: + result = self._cache.name[name][0] + elif self._include_egg and name in self._cache_egg.name: + result = self._cache_egg.name[name][0] + return result + + def provides_distribution(self, name, version=None): + """ + Iterates over all distributions to find which distributions provide *name*. + If a *version* is provided, it will be used to filter the results. + + This function only returns the first result found, since no more than + one values are expected. If the directory is not found, returns ``None``. + + :parameter version: a version specifier that indicates the version + required, conforming to the format in ``PEP-345`` + + :type name: string + :type version: string + """ + matcher = None + if version is not None: + try: + matcher = self._scheme.matcher('%s (%s)' % (name, version)) + except ValueError: + raise DistlibException('invalid name or version: %r, %r' % + (name, version)) + + for dist in self.get_distributions(): + # We hit a problem on Travis where enum34 was installed and doesn't + # have a provides attribute ... + if not hasattr(dist, 'provides'): + logger.debug('No "provides": %s', dist) + else: + provided = dist.provides + + for p in provided: + p_name, p_ver = parse_name_and_version(p) + if matcher is None: + if p_name == name: + yield dist + break + else: + if p_name == name and matcher.match(p_ver): + yield dist + break + + def get_file_path(self, name, relative_path): + """ + Return the path to a resource file. + """ + dist = self.get_distribution(name) + if dist is None: + raise LookupError('no distribution named %r found' % name) + return dist.get_resource_path(relative_path) + + def get_exported_entries(self, category, name=None): + """ + Return all of the exported entries in a particular category. + + :param category: The category to search for entries. + :param name: If specified, only entries with that name are returned. + """ + for dist in self.get_distributions(): + r = dist.exports + if category in r: + d = r[category] + if name is not None: + if name in d: + yield d[name] + else: + for v in d.values(): + yield v + + +class Distribution(object): + """ + A base class for distributions, whether installed or from indexes. + Either way, it must have some metadata, so that's all that's needed + for construction. + """ + + build_time_dependency = False + """ + Set to True if it's known to be only a build-time dependency (i.e. + not needed after installation). + """ + + requested = False + """A boolean that indicates whether the ``REQUESTED`` metadata file is + present (in other words, whether the package was installed by user + request or it was installed as a dependency).""" + + def __init__(self, metadata): + """ + Initialise an instance. + :param metadata: The instance of :class:`Metadata` describing this + distribution. + """ + self.metadata = metadata + self.name = metadata.name + self.key = self.name.lower() # for case-insensitive comparisons + self.version = metadata.version + self.locator = None + self.digest = None + self.extras = None # additional features requested + self.context = None # environment marker overrides + self.download_urls = set() + self.digests = {} + + @property + def source_url(self): + """ + The source archive download URL for this distribution. + """ + return self.metadata.source_url + + download_url = source_url # Backward compatibility + + @property + def name_and_version(self): + """ + A utility property which displays the name and version in parentheses. + """ + return '%s (%s)' % (self.name, self.version) + + @property + def provides(self): + """ + A set of distribution names and versions provided by this distribution. + :return: A set of "name (version)" strings. + """ + plist = self.metadata.provides + s = '%s (%s)' % (self.name, self.version) + if s not in plist: + plist.append(s) + return plist + + def _get_requirements(self, req_attr): + md = self.metadata + reqts = getattr(md, req_attr) + logger.debug('%s: got requirements %r from metadata: %r', self.name, + req_attr, reqts) + return set( + md.get_requirements(reqts, extras=self.extras, env=self.context)) + + @property + def run_requires(self): + return self._get_requirements('run_requires') + + @property + def meta_requires(self): + return self._get_requirements('meta_requires') + + @property + def build_requires(self): + return self._get_requirements('build_requires') + + @property + def test_requires(self): + return self._get_requirements('test_requires') + + @property + def dev_requires(self): + return self._get_requirements('dev_requires') + + def matches_requirement(self, req): + """ + Say if this instance matches (fulfills) a requirement. + :param req: The requirement to match. + :rtype req: str + :return: True if it matches, else False. + """ + # Requirement may contain extras - parse to lose those + # from what's passed to the matcher + r = parse_requirement(req) + scheme = get_scheme(self.metadata.scheme) + try: + matcher = scheme.matcher(r.requirement) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + result = False + for p in self.provides: + p_name, p_ver = parse_name_and_version(p) + if p_name != name: + continue + try: + result = matcher.match(p_ver) + break + except UnsupportedVersionError: + pass + return result + + def __repr__(self): + """ + Return a textual representation of this instance, + """ + if self.source_url: + suffix = ' [%s]' % self.source_url + else: + suffix = '' + return '' % (self.name, self.version, suffix) + + def __eq__(self, other): + """ + See if this distribution is the same as another. + :param other: The distribution to compare with. To be equal to one + another. distributions must have the same type, name, + version and source_url. + :return: True if it is the same, else False. + """ + if type(other) is not type(self): + result = False + else: + result = (self.name == other.name and self.version == other.version + and self.source_url == other.source_url) + return result + + def __hash__(self): + """ + Compute hash in a way which matches the equality test. + """ + return hash(self.name) + hash(self.version) + hash(self.source_url) + + +class BaseInstalledDistribution(Distribution): + """ + This is the base class for installed distributions (whether PEP 376 or + legacy). + """ + + hasher = None + + def __init__(self, metadata, path, env=None): + """ + Initialise an instance. + :param metadata: An instance of :class:`Metadata` which describes the + distribution. This will normally have been initialised + from a metadata file in the ``path``. + :param path: The path of the ``.dist-info`` or ``.egg-info`` + directory for the distribution. + :param env: This is normally the :class:`DistributionPath` + instance where this distribution was found. + """ + super(BaseInstalledDistribution, self).__init__(metadata) + self.path = path + self.dist_path = env + + def get_hash(self, data, hasher=None): + """ + Get the hash of some data, using a particular hash algorithm, if + specified. + + :param data: The data to be hashed. + :type data: bytes + :param hasher: The name of a hash implementation, supported by hashlib, + or ``None``. Examples of valid values are ``'sha1'``, + ``'sha224'``, ``'sha384'``, '``sha256'``, ``'md5'`` and + ``'sha512'``. If no hasher is specified, the ``hasher`` + attribute of the :class:`InstalledDistribution` instance + is used. If the hasher is determined to be ``None``, MD5 + is used as the hashing algorithm. + :returns: The hash of the data. If a hasher was explicitly specified, + the returned hash will be prefixed with the specified hasher + followed by '='. + :rtype: str + """ + if hasher is None: + hasher = self.hasher + if hasher is None: + hasher = hashlib.md5 + prefix = '' + else: + hasher = getattr(hashlib, hasher) + prefix = '%s=' % self.hasher + digest = hasher(data).digest() + digest = base64.urlsafe_b64encode(digest).rstrip(b'=').decode('ascii') + return '%s%s' % (prefix, digest) + + +class InstalledDistribution(BaseInstalledDistribution): + """ + Created with the *path* of the ``.dist-info`` directory provided to the + constructor. It reads the metadata contained in ``pydist.json`` when it is + instantiated., or uses a passed in Metadata instance (useful for when + dry-run mode is being used). + """ + + hasher = 'sha256' + + def __init__(self, path, metadata=None, env=None): + self.modules = [] + self.finder = finder = resources.finder_for_path(path) + if finder is None: + raise ValueError('finder unavailable for %s' % path) + if env and env._cache_enabled and path in env._cache.path: + metadata = env._cache.path[path].metadata + elif metadata is None: + r = finder.find(METADATA_FILENAME) + # Temporary - for Wheel 0.23 support + if r is None: + r = finder.find(WHEEL_METADATA_FILENAME) + # Temporary - for legacy support + if r is None: + r = finder.find(LEGACY_METADATA_FILENAME) + if r is None: + raise ValueError('no %s found in %s' % + (METADATA_FILENAME, path)) + with contextlib.closing(r.as_stream()) as stream: + metadata = Metadata(fileobj=stream, scheme='legacy') + + super(InstalledDistribution, self).__init__(metadata, path, env) + + if env and env._cache_enabled: + env._cache.add(self) + + r = finder.find('REQUESTED') + self.requested = r is not None + p = os.path.join(path, 'top_level.txt') + if os.path.exists(p): + with open(p, 'rb') as f: + data = f.read().decode('utf-8') + self.modules = data.splitlines() + + def __repr__(self): + return '' % ( + self.name, self.version, self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def _get_records(self): + """ + Get the list of installed files for the distribution + :return: A list of tuples of path, hash and size. Note that hash and + size might be ``None`` for some entries. The path is exactly + as stored in the file (which is as in PEP 376). + """ + results = [] + r = self.get_distinfo_resource('RECORD') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as record_reader: + # Base location is parent dir of .dist-info dir + # base_location = os.path.dirname(self.path) + # base_location = os.path.abspath(base_location) + for row in record_reader: + missing = [None for i in range(len(row), 3)] + path, checksum, size = row + missing + # if not os.path.isabs(path): + # path = path.replace('/', os.sep) + # path = os.path.join(base_location, path) + results.append((path, checksum, size)) + return results + + @cached_property + def exports(self): + """ + Return the information exported by this distribution. + :return: A dictionary of exports, mapping an export category to a dict + of :class:`ExportEntry` instances describing the individual + export entries, and keyed by name. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + result = self.read_exports() + return result + + def read_exports(self): + """ + Read exports data from a file in .ini format. + + :return: A dictionary of exports, mapping an export category to a list + of :class:`ExportEntry` instances describing the individual + export entries. + """ + result = {} + r = self.get_distinfo_resource(EXPORTS_FILENAME) + if r: + with contextlib.closing(r.as_stream()) as stream: + result = read_exports(stream) + return result + + def write_exports(self, exports): + """ + Write a dictionary of exports to a file in .ini format. + :param exports: A dictionary of exports, mapping an export category to + a list of :class:`ExportEntry` instances describing the + individual export entries. + """ + rf = self.get_distinfo_file(EXPORTS_FILENAME) + with open(rf, 'w') as f: + write_exports(exports, f) + + def get_resource_path(self, relative_path): + """ + NOTE: This API may change in the future. + + Return the absolute path to a resource file with the given relative + path. + + :param relative_path: The path, relative to .dist-info, of the resource + of interest. + :return: The absolute path where the resource is to be found. + """ + r = self.get_distinfo_resource('RESOURCES') + with contextlib.closing(r.as_stream()) as stream: + with CSVReader(stream=stream) as resources_reader: + for relative, destination in resources_reader: + if relative == relative_path: + return destination + raise KeyError('no resource file with relative path %r ' + 'is installed' % relative_path) + + def list_installed_files(self): + """ + Iterates over the ``RECORD`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: iterator of (path, hash, size) + """ + for result in self._get_records(): + yield result + + def write_installed_files(self, paths, prefix, dry_run=False): + """ + Writes the ``RECORD`` file, using the ``paths`` iterable passed in. Any + existing ``RECORD`` file is silently overwritten. + + prefix is used to determine when to write absolute paths. + """ + prefix = os.path.join(prefix, '') + base = os.path.dirname(self.path) + base_under_prefix = base.startswith(prefix) + base = os.path.join(base, '') + record_path = self.get_distinfo_file('RECORD') + logger.info('creating %s', record_path) + if dry_run: + return None + with CSVWriter(record_path) as writer: + for path in paths: + if os.path.isdir(path) or path.endswith(('.pyc', '.pyo')): + # do not put size and hash, as in PEP-376 + hash_value = size = '' + else: + size = '%d' % os.path.getsize(path) + with open(path, 'rb') as fp: + hash_value = self.get_hash(fp.read()) + if path.startswith(base) or (base_under_prefix + and path.startswith(prefix)): + path = os.path.relpath(path, base) + writer.writerow((path, hash_value, size)) + + # add the RECORD file itself + if record_path.startswith(base): + record_path = os.path.relpath(record_path, base) + writer.writerow((record_path, '', '')) + return record_path + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + base = os.path.dirname(self.path) + record_path = self.get_distinfo_file('RECORD') + for path, hash_value, size in self.list_installed_files(): + if not os.path.isabs(path): + path = os.path.join(base, path) + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + elif os.path.isfile(path): + actual_size = str(os.path.getsize(path)) + if size and actual_size != size: + mismatches.append((path, 'size', size, actual_size)) + elif hash_value: + if '=' in hash_value: + hasher = hash_value.split('=', 1)[0] + else: + hasher = None + + with open(path, 'rb') as f: + actual_hash = self.get_hash(f.read(), hasher) + if actual_hash != hash_value: + mismatches.append( + (path, 'hash', hash_value, actual_hash)) + return mismatches + + @cached_property + def shared_locations(self): + """ + A dictionary of shared locations whose keys are in the set 'prefix', + 'purelib', 'platlib', 'scripts', 'headers', 'data' and 'namespace'. + The corresponding value is the absolute path of that category for + this distribution, and takes into account any paths selected by the + user at installation time (e.g. via command-line arguments). In the + case of the 'namespace' key, this would be a list of absolute paths + for the roots of namespace packages in this distribution. + + The first time this property is accessed, the relevant information is + read from the SHARED file in the .dist-info directory. + """ + result = {} + shared_path = os.path.join(self.path, 'SHARED') + if os.path.isfile(shared_path): + with codecs.open(shared_path, 'r', encoding='utf-8') as f: + lines = f.read().splitlines() + for line in lines: + key, value = line.split('=', 1) + if key == 'namespace': + result.setdefault(key, []).append(value) + else: + result[key] = value + return result + + def write_shared_locations(self, paths, dry_run=False): + """ + Write shared location information to the SHARED file in .dist-info. + :param paths: A dictionary as described in the documentation for + :meth:`shared_locations`. + :param dry_run: If True, the action is logged but no file is actually + written. + :return: The path of the file written to. + """ + shared_path = os.path.join(self.path, 'SHARED') + logger.info('creating %s', shared_path) + if dry_run: + return None + lines = [] + for key in ('prefix', 'lib', 'headers', 'scripts', 'data'): + path = paths[key] + if os.path.isdir(paths[key]): + lines.append('%s=%s' % (key, path)) + for ns in paths.get('namespace', ()): + lines.append('namespace=%s' % ns) + + with codecs.open(shared_path, 'w', encoding='utf-8') as f: + f.write('\n'.join(lines)) + return shared_path + + def get_distinfo_resource(self, path): + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + finder = resources.finder_for_path(self.path) + if finder is None: + raise DistlibException('Unable to get a finder for %s' % self.path) + return finder.find(path) + + def get_distinfo_file(self, path): + """ + Returns a path located under the ``.dist-info`` directory. Returns a + string representing the path. + + :parameter path: a ``'/'``-separated path relative to the + ``.dist-info`` directory or an absolute path; + If *path* is an absolute path and doesn't start + with the ``.dist-info`` directory path, + a :class:`DistlibException` is raised + :type path: str + :rtype: str + """ + # Check if it is an absolute path # XXX use relpath, add tests + if path.find(os.sep) >= 0: + # it's an absolute path? + distinfo_dirname, path = path.split(os.sep)[-2:] + if distinfo_dirname != self.path.split(os.sep)[-1]: + raise DistlibException( + 'dist-info file %r does not belong to the %r %s ' + 'distribution' % (path, self.name, self.version)) + + # The file must be relative + if path not in DIST_FILES: + raise DistlibException('invalid path for a dist-info file: ' + '%r at %r' % (path, self.path)) + + return os.path.join(self.path, path) + + def list_distinfo_files(self): + """ + Iterates over the ``RECORD`` entries and returns paths for each line if + the path is pointing to a file located in the ``.dist-info`` directory + or one of its subdirectories. + + :returns: iterator of paths + """ + base = os.path.dirname(self.path) + for path, checksum, size in self._get_records(): + # XXX add separator or use real relpath algo + if not os.path.isabs(path): + path = os.path.join(base, path) + if path.startswith(self.path): + yield path + + def __eq__(self, other): + return (isinstance(other, InstalledDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +class EggInfoDistribution(BaseInstalledDistribution): + """Created with the *path* of the ``.egg-info`` directory or file provided + to the constructor. It reads the metadata contained in the file itself, or + if the given path happens to be a directory, the metadata is read from the + file ``PKG-INFO`` under that directory.""" + + requested = True # as we have no way of knowing, assume it was + shared_locations = {} + + def __init__(self, path, env=None): + + def set_name_and_version(s, n, v): + s.name = n + s.key = n.lower() # for case-insensitive comparisons + s.version = v + + self.path = path + self.dist_path = env + if env and env._cache_enabled and path in env._cache_egg.path: + metadata = env._cache_egg.path[path].metadata + set_name_and_version(self, metadata.name, metadata.version) + else: + metadata = self._get_metadata(path) + + # Need to be set before caching + set_name_and_version(self, metadata.name, metadata.version) + + if env and env._cache_enabled: + env._cache_egg.add(self) + super(EggInfoDistribution, self).__init__(metadata, path, env) + + def _get_metadata(self, path): + requires = None + + def parse_requires_data(data): + """Create a list of dependencies from a requires.txt file. + + *data*: the contents of a setuptools-produced requires.txt file. + """ + reqs = [] + lines = data.splitlines() + for line in lines: + line = line.strip() + # sectioned files have bare newlines (separating sections) + if not line: # pragma: no cover + continue + if line.startswith('['): # pragma: no cover + logger.warning( + 'Unexpected line: quitting requirement scan: %r', line) + break + r = parse_requirement(line) + if not r: # pragma: no cover + logger.warning('Not recognised as a requirement: %r', line) + continue + if r.extras: # pragma: no cover + logger.warning('extra requirements in requires.txt are ' + 'not supported') + if not r.constraints: + reqs.append(r.name) + else: + cons = ', '.join('%s%s' % c for c in r.constraints) + reqs.append('%s (%s)' % (r.name, cons)) + return reqs + + def parse_requires_path(req_path): + """Create a list of dependencies from a requires.txt file. + + *req_path*: the path to a setuptools-produced requires.txt file. + """ + + reqs = [] + try: + with codecs.open(req_path, 'r', 'utf-8') as fp: + reqs = parse_requires_data(fp.read()) + except IOError: + pass + return reqs + + tl_path = tl_data = None + if path.endswith('.egg'): + if os.path.isdir(path): + p = os.path.join(path, 'EGG-INFO') + meta_path = os.path.join(p, 'PKG-INFO') + metadata = Metadata(path=meta_path, scheme='legacy') + req_path = os.path.join(p, 'requires.txt') + tl_path = os.path.join(p, 'top_level.txt') + requires = parse_requires_path(req_path) + else: + # FIXME handle the case where zipfile is not available + zipf = zipimport.zipimporter(path) + fileobj = StringIO( + zipf.get_data('EGG-INFO/PKG-INFO').decode('utf8')) + metadata = Metadata(fileobj=fileobj, scheme='legacy') + try: + data = zipf.get_data('EGG-INFO/requires.txt') + tl_data = zipf.get_data('EGG-INFO/top_level.txt').decode( + 'utf-8') + requires = parse_requires_data(data.decode('utf-8')) + except IOError: + requires = None + elif path.endswith('.egg-info'): + if os.path.isdir(path): + req_path = os.path.join(path, 'requires.txt') + requires = parse_requires_path(req_path) + path = os.path.join(path, 'PKG-INFO') + tl_path = os.path.join(path, 'top_level.txt') + metadata = Metadata(path=path, scheme='legacy') + else: + raise DistlibException('path must end with .egg-info or .egg, ' + 'got %r' % path) + + if requires: + metadata.add_requirements(requires) + # look for top-level modules in top_level.txt, if present + if tl_data is None: + if tl_path is not None and os.path.exists(tl_path): + with open(tl_path, 'rb') as f: + tl_data = f.read().decode('utf-8') + if not tl_data: + tl_data = [] + else: + tl_data = tl_data.splitlines() + self.modules = tl_data + return metadata + + def __repr__(self): + return '' % (self.name, self.version, + self.path) + + def __str__(self): + return "%s %s" % (self.name, self.version) + + def check_installed_files(self): + """ + Checks that the hashes and sizes of the files in ``RECORD`` are + matched by the files themselves. Returns a (possibly empty) list of + mismatches. Each entry in the mismatch list will be a tuple consisting + of the path, 'exists', 'size' or 'hash' according to what didn't match + (existence is checked first, then size, then hash), the expected + value and the actual value. + """ + mismatches = [] + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + for path, _, _ in self.list_installed_files(): + if path == record_path: + continue + if not os.path.exists(path): + mismatches.append((path, 'exists', True, False)) + return mismatches + + def list_installed_files(self): + """ + Iterates over the ``installed-files.txt`` entries and returns a tuple + ``(path, hash, size)`` for each line. + + :returns: a list of (path, hash, size) + """ + + def _md5(path): + f = open(path, 'rb') + try: + content = f.read() + finally: + f.close() + return hashlib.md5(content).hexdigest() + + def _size(path): + return os.stat(path).st_size + + record_path = os.path.join(self.path, 'installed-files.txt') + result = [] + if os.path.exists(record_path): + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + p = os.path.normpath(os.path.join(self.path, line)) + # "./" is present as a marker between installed files + # and installation metadata files + if not os.path.exists(p): + logger.warning('Non-existent file: %s', p) + if p.endswith(('.pyc', '.pyo')): + continue + # otherwise fall through and fail + if not os.path.isdir(p): + result.append((p, _md5(p), _size(p))) + result.append((record_path, None, None)) + return result + + def list_distinfo_files(self, absolute=False): + """ + Iterates over the ``installed-files.txt`` entries and returns paths for + each line if the path is pointing to a file located in the + ``.egg-info`` directory or one of its subdirectories. + + :parameter absolute: If *absolute* is ``True``, each returned path is + transformed into a local absolute path. Otherwise the + raw value from ``installed-files.txt`` is returned. + :type absolute: boolean + :returns: iterator of paths + """ + record_path = os.path.join(self.path, 'installed-files.txt') + if os.path.exists(record_path): + skip = True + with codecs.open(record_path, 'r', encoding='utf-8') as f: + for line in f: + line = line.strip() + if line == './': + skip = False + continue + if not skip: + p = os.path.normpath(os.path.join(self.path, line)) + if p.startswith(self.path): + if absolute: + yield p + else: + yield line + + def __eq__(self, other): + return (isinstance(other, EggInfoDistribution) + and self.path == other.path) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + __hash__ = object.__hash__ + + +new_dist_class = InstalledDistribution +old_dist_class = EggInfoDistribution + + +class DependencyGraph(object): + """ + Represents a dependency graph between distributions. + + The dependency relationships are stored in an ``adjacency_list`` that maps + distributions to a list of ``(other, label)`` tuples where ``other`` + is a distribution and the edge is labeled with ``label`` (i.e. the version + specifier, if such was provided). Also, for more efficient traversal, for + every distribution ``x``, a list of predecessors is kept in + ``reverse_list[x]``. An edge from distribution ``a`` to + distribution ``b`` means that ``a`` depends on ``b``. If any missing + dependencies are found, they are stored in ``missing``, which is a + dictionary that maps distributions to a list of requirements that were not + provided by any other distributions. + """ + + def __init__(self): + self.adjacency_list = {} + self.reverse_list = {} + self.missing = {} + + def add_distribution(self, distribution): + """Add the *distribution* to the graph. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + """ + self.adjacency_list[distribution] = [] + self.reverse_list[distribution] = [] + # self.missing[distribution] = [] + + def add_edge(self, x, y, label=None): + """Add an edge from distribution *x* to distribution *y* with the given + *label*. + + :type x: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type y: :class:`distutils2.database.InstalledDistribution` or + :class:`distutils2.database.EggInfoDistribution` + :type label: ``str`` or ``None`` + """ + self.adjacency_list[x].append((y, label)) + # multiple edges are allowed, so be careful + if x not in self.reverse_list[y]: + self.reverse_list[y].append(x) + + def add_missing(self, distribution, requirement): + """ + Add a missing *requirement* for the given *distribution*. + + :type distribution: :class:`distutils2.database.InstalledDistribution` + or :class:`distutils2.database.EggInfoDistribution` + :type requirement: ``str`` + """ + logger.debug('%s missing %r', distribution, requirement) + self.missing.setdefault(distribution, []).append(requirement) + + def _repr_dist(self, dist): + return '%s %s' % (dist.name, dist.version) + + def repr_node(self, dist, level=1): + """Prints only a subgraph""" + output = [self._repr_dist(dist)] + for other, label in self.adjacency_list[dist]: + dist = self._repr_dist(other) + if label is not None: + dist = '%s [%s]' % (dist, label) + output.append(' ' * level + str(dist)) + suboutput = self.repr_node(other, level + 1) + subs = suboutput.split('\n') + output.extend(subs[1:]) + return '\n'.join(output) + + def to_dot(self, f, skip_disconnected=True): + """Writes a DOT output for the graph to the provided file *f*. + + If *skip_disconnected* is set to ``True``, then all distributions + that are not dependent on any other distribution are skipped. + + :type f: has to support ``file``-like operations + :type skip_disconnected: ``bool`` + """ + disconnected = [] + + f.write("digraph dependencies {\n") + for dist, adjs in self.adjacency_list.items(): + if len(adjs) == 0 and not skip_disconnected: + disconnected.append(dist) + for other, label in adjs: + if label is not None: + f.write('"%s" -> "%s" [label="%s"]\n' % + (dist.name, other.name, label)) + else: + f.write('"%s" -> "%s"\n' % (dist.name, other.name)) + if not skip_disconnected and len(disconnected) > 0: + f.write('subgraph disconnected {\n') + f.write('label = "Disconnected"\n') + f.write('bgcolor = red\n') + + for dist in disconnected: + f.write('"%s"' % dist.name) + f.write('\n') + f.write('}\n') + f.write('}\n') + + def topological_sort(self): + """ + Perform a topological sort of the graph. + :return: A tuple, the first element of which is a topologically sorted + list of distributions, and the second element of which is a + list of distributions that cannot be sorted because they have + circular dependencies and so form a cycle. + """ + result = [] + # Make a shallow copy of the adjacency list + alist = {} + for k, v in self.adjacency_list.items(): + alist[k] = v[:] + while True: + # See what we can remove in this run + to_remove = [] + for k, v in list(alist.items())[:]: + if not v: + to_remove.append(k) + del alist[k] + if not to_remove: + # What's left in alist (if anything) is a cycle. + break + # Remove from the adjacency list of others + for k, v in alist.items(): + alist[k] = [(d, r) for d, r in v if d not in to_remove] + logger.debug('Moving to result: %s', + ['%s (%s)' % (d.name, d.version) for d in to_remove]) + result.extend(to_remove) + return result, list(alist.keys()) + + def __repr__(self): + """Representation of the graph""" + output = [] + for dist, adjs in self.adjacency_list.items(): + output.append(self.repr_node(dist)) + return '\n'.join(output) + + +def make_graph(dists, scheme='default'): + """Makes a dependency graph from the given distributions. + + :parameter dists: a list of distributions + :type dists: list of :class:`distutils2.database.InstalledDistribution` and + :class:`distutils2.database.EggInfoDistribution` instances + :rtype: a :class:`DependencyGraph` instance + """ + scheme = get_scheme(scheme) + graph = DependencyGraph() + provided = {} # maps names to lists of (version, dist) tuples + + # first, build the graph and find out what's provided + for dist in dists: + graph.add_distribution(dist) + + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + provided.setdefault(name, []).append((version, dist)) + + # now make the edges + for dist in dists: + requires = (dist.run_requires | dist.meta_requires + | dist.build_requires | dist.dev_requires) + for req in requires: + try: + matcher = scheme.matcher(req) + except UnsupportedVersionError: + # XXX compat-mode if cannot read the version + logger.warning('could not read version %r - using name only', + req) + name = req.split()[0] + matcher = scheme.matcher(name) + + name = matcher.key # case-insensitive + + matched = False + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + graph.add_edge(dist, provider, req) + matched = True + break + if not matched: + graph.add_missing(dist, req) + return graph + + +def get_dependent_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + dependent on *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + dep = [dist] # dependent distributions + todo = graph.reverse_list[dist] # list of nodes we should inspect + + while todo: + d = todo.pop() + dep.append(d) + for succ in graph.reverse_list[d]: + if succ not in dep: + todo.append(succ) + + dep.pop(0) # remove dist from dep, was there to prevent infinite loops + return dep + + +def get_required_dists(dists, dist): + """Recursively generate a list of distributions from *dists* that are + required by *dist*. + + :param dists: a list of distributions + :param dist: a distribution, member of *dists* for which we are interested + in finding the dependencies. + """ + if dist not in dists: + raise DistlibException('given distribution %r is not a member ' + 'of the list' % dist.name) + graph = make_graph(dists) + + req = set() # required distributions + todo = graph.adjacency_list[dist] # list of nodes we should inspect + seen = set(t[0] for t in todo) # already added to todo + + while todo: + d = todo.pop()[0] + req.add(d) + pred_list = graph.adjacency_list[d] + for pred in pred_list: + d = pred[0] + if d not in req and d not in seen: + seen.add(d) + todo.append(pred) + return req + + +def make_dist(name, version, **kwargs): + """ + A convenience method for making a dist given just a name and version. + """ + summary = kwargs.pop('summary', 'Placeholder for summary') + md = Metadata(**kwargs) + md.name = name + md.version = version + md.summary = summary or 'Placeholder for summary' + return Distribution(md) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/index.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/index.py new file mode 100644 index 0000000..56cd286 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py new file mode 100644 index 0000000..f9f0788 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py @@ -0,0 +1,1303 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# + +import gzip +from io import BytesIO +import json +import logging +import os +import posixpath +import re +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import zlib + +from . import DistlibException +from .compat import (urljoin, urlparse, urlunparse, url2pathname, pathname2url, + queue, quote, unescape, build_opener, + HTTPRedirectHandler as BaseRedirectHandler, text_type, + Request, HTTPError, URLError) +from .database import Distribution, DistributionPath, make_dist +from .metadata import Metadata, MetadataInvalidError +from .util import (cached_property, ensure_slash, split_filename, get_project_data, + parse_requirement, parse_name_and_version, ServerProxy, + normalize_name) +from .version import get_scheme, UnsupportedVersionError +from .wheel import Wheel, is_compatible + +logger = logging.getLogger(__name__) + +HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)') +CHARSET = re.compile(r';\s*charset\s*=\s*(.*)\s*$', re.I) +HTML_CONTENT_TYPE = re.compile('text/html|application/x(ht)?ml') +DEFAULT_INDEX = 'https://pypi.org/pypi' + + +def get_all_distribution_names(url=None): + """ + Return all distribution names known by an index. + :param url: The URL of the index. + :return: A list of all known distribution names. + """ + if url is None: + url = DEFAULT_INDEX + client = ServerProxy(url, timeout=3.0) + try: + return client.list_packages() + finally: + client('close')() + + +class RedirectHandler(BaseRedirectHandler): + """ + A class to work around a bug in some Python 3.2.x releases. + """ + # There's a bug in the base version for some 3.2.x + # (e.g. 3.2.2 on Ubuntu Oneiric). If a Location header + # returns e.g. /abc, it bails because it says the scheme '' + # is bogus, when actually it should use the request's + # URL for the scheme. See Python issue #13696. + def http_error_302(self, req, fp, code, msg, headers): + # Some servers (incorrectly) return multiple Location headers + # (so probably same goes for URI). Use first header. + newurl = None + for key in ('location', 'uri'): + if key in headers: + newurl = headers[key] + break + if newurl is None: # pragma: no cover + return + urlparts = urlparse(newurl) + if urlparts.scheme == '': + newurl = urljoin(req.get_full_url(), newurl) + if hasattr(headers, 'replace_header'): + headers.replace_header(key, newurl) + else: + headers[key] = newurl + return BaseRedirectHandler.http_error_302(self, req, fp, code, msg, + headers) + + http_error_301 = http_error_303 = http_error_307 = http_error_302 + + +class Locator(object): + """ + A base class for locators - things that locate distributions. + """ + source_extensions = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz') + binary_extensions = ('.egg', '.exe', '.whl') + excluded_extensions = ('.pdf',) + + # A list of tags indicating which wheels you want to match. The default + # value of None matches against the tags compatible with the running + # Python. If you want to match other values, set wheel_tags on a locator + # instance to a list of tuples (pyver, abi, arch) which you want to match. + wheel_tags = None + + downloadable_extensions = source_extensions + ('.whl',) + + def __init__(self, scheme='default'): + """ + Initialise an instance. + :param scheme: Because locators look for most recent versions, they + need to know the version scheme to use. This specifies + the current PEP-recommended scheme - use ``'legacy'`` + if you need to support existing distributions on PyPI. + """ + self._cache = {} + self.scheme = scheme + # Because of bugs in some of the handlers on some of the platforms, + # we use our own opener rather than just using urlopen. + self.opener = build_opener(RedirectHandler()) + # If get_project() is called from locate(), the matcher instance + # is set from the requirement passed to locate(). See issue #18 for + # why this can be useful to know. + self.matcher = None + self.errors = queue.Queue() + + def get_errors(self): + """ + Return any errors which have occurred. + """ + result = [] + while not self.errors.empty(): # pragma: no cover + try: + e = self.errors.get(False) + result.append(e) + except self.errors.Empty: + continue + self.errors.task_done() + return result + + def clear_errors(self): + """ + Clear any errors which may have been logged. + """ + # Just get the errors and throw them away + self.get_errors() + + def clear_cache(self): + self._cache.clear() + + def _get_scheme(self): + return self._scheme + + def _set_scheme(self, value): + self._scheme = value + + scheme = property(_get_scheme, _set_scheme) + + def _get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This should be implemented in subclasses. + + If called from a locate() request, self.matcher will be set to a + matcher for the requirement to satisfy, otherwise it will be None. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Please implement in the subclass') + + def get_project(self, name): + """ + For a given project, get a dictionary mapping available versions to Distribution + instances. + + This calls _get_project to do all the work, and just implements a caching layer on top. + """ + if self._cache is None: # pragma: no cover + result = self._get_project(name) + elif name in self._cache: + result = self._cache[name] + else: + self.clear_errors() + result = self._get_project(name) + self._cache[name] = result + return result + + def score_url(self, url): + """ + Give an url a score which can be used to choose preferred URLs + for a given project release. + """ + t = urlparse(url) + basename = posixpath.basename(t.path) + compatible = True + is_wheel = basename.endswith('.whl') + is_downloadable = basename.endswith(self.downloadable_extensions) + if is_wheel: + compatible = is_compatible(Wheel(basename), self.wheel_tags) + return (t.scheme == 'https', 'pypi.org' in t.netloc, + is_downloadable, is_wheel, compatible, basename) + + def prefer_url(self, url1, url2): + """ + Choose one of two URLs where both are candidates for distribution + archives for the same version of a distribution (for example, + .tar.gz vs. zip). + + The current implementation favours https:// URLs over http://, archives + from PyPI over those from other locations, wheel compatibility (if a + wheel) and then the archive name. + """ + result = url2 + if url1: + s1 = self.score_url(url1) + s2 = self.score_url(url2) + if s1 > s2: + result = url1 + if result != url2: + logger.debug('Not replacing %r with %r', url1, url2) + else: + logger.debug('Replacing %r with %r', url1, url2) + return result + + def split_filename(self, filename, project_name): + """ + Attempt to split a filename in project name, version and Python version. + """ + return split_filename(filename, project_name) + + def convert_url_to_download_info(self, url, project_name): + """ + See if a URL is a candidate for a download URL for a project (the URL + has typically been scraped from an HTML page). + + If it is, a dictionary is returned with keys "name", "version", + "filename" and "url"; otherwise, None is returned. + """ + def same_project(name1, name2): + return normalize_name(name1) == normalize_name(name2) + + result = None + scheme, netloc, path, params, query, frag = urlparse(url) + if frag.lower().startswith('egg='): # pragma: no cover + logger.debug('%s: version hint in fragment: %r', + project_name, frag) + m = HASHER_HASH.match(frag) + if m: + algo, digest = m.groups() + else: + algo, digest = None, None + origpath = path + if path and path[-1] == '/': # pragma: no cover + path = path[:-1] + if path.endswith('.whl'): + try: + wheel = Wheel(path) + if not is_compatible(wheel, self.wheel_tags): + logger.debug('Wheel not compatible: %s', path) + else: + if project_name is None: + include = True + else: + include = same_project(wheel.name, project_name) + if include: + result = { + 'name': wheel.name, + 'version': wheel.version, + 'filename': wheel.filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + 'python-version': ', '.join( + ['.'.join(list(v[2:])) for v in wheel.pyver]), + } + except Exception: # pragma: no cover + logger.warning('invalid path for wheel: %s', path) + elif not path.endswith(self.downloadable_extensions): # pragma: no cover + logger.debug('Not downloadable: %s', path) + else: # downloadable extension + path = filename = posixpath.basename(path) + for ext in self.downloadable_extensions: + if path.endswith(ext): + path = path[:-len(ext)] + t = self.split_filename(path, project_name) + if not t: # pragma: no cover + logger.debug('No match for project/version: %s', path) + else: + name, version, pyver = t + if not project_name or same_project(project_name, name): + result = { + 'name': name, + 'version': version, + 'filename': filename, + 'url': urlunparse((scheme, netloc, origpath, + params, query, '')), + } + if pyver: # pragma: no cover + result['python-version'] = pyver + break + if result and algo: + result['%s_digest' % algo] = digest + return result + + def _get_digest(self, info): + """ + Get a digest from a dictionary by looking at a "digests" dictionary + or keys of the form 'algo_digest'. + + Returns a 2-tuple (algo, digest) if found, else None. Currently + looks only for SHA256, then MD5. + """ + result = None + if 'digests' in info: + digests = info['digests'] + for algo in ('sha256', 'md5'): + if algo in digests: + result = (algo, digests[algo]) + break + if not result: + for algo in ('sha256', 'md5'): + key = '%s_digest' % algo + if key in info: + result = (algo, info[key]) + break + return result + + def _update_version_data(self, result, info): + """ + Update a result dictionary (the final result from _get_project) with a + dictionary for a specific version, which typically holds information + gleaned from a filename or URL for an archive for the distribution. + """ + name = info.pop('name') + version = info.pop('version') + if version in result: + dist = result[version] + md = dist.metadata + else: + dist = make_dist(name, version, scheme=self.scheme) + md = dist.metadata + dist.digest = digest = self._get_digest(info) + url = info['url'] + result['digests'][url] = digest + if md.source_url != info['url']: + md.source_url = self.prefer_url(md.source_url, url) + result['urls'].setdefault(version, set()).add(url) + dist.locator = self + result[version] = dist + + def locate(self, requirement, prereleases=False): + """ + Find the most recent distribution which matches the given + requirement. + + :param requirement: A requirement of the form 'foo (1.0)' or perhaps + 'foo (>= 1.0, < 2.0, != 1.3)' + :param prereleases: If ``True``, allow pre-release versions + to be located. Otherwise, pre-release versions + are not returned. + :return: A :class:`Distribution` instance, or ``None`` if no such + distribution could be located. + """ + result = None + r = parse_requirement(requirement) + if r is None: # pragma: no cover + raise DistlibException('Not a valid requirement: %r' % requirement) + scheme = get_scheme(self.scheme) + self.matcher = matcher = scheme.matcher(r.requirement) + logger.debug('matcher: %s (%s)', matcher, type(matcher).__name__) + versions = self.get_project(r.name) + if len(versions) > 2: # urls and digests keys are present + # sometimes, versions are invalid + slist = [] + vcls = matcher.version_class + for k in versions: + if k in ('urls', 'digests'): + continue + try: + if not matcher.match(k): + pass # logger.debug('%s did not match %r', matcher, k) + else: + if prereleases or not vcls(k).is_prerelease: + slist.append(k) + except Exception: # pragma: no cover + logger.warning('error matching %s with %r', matcher, k) + pass # slist.append(k) + if len(slist) > 1: + slist = sorted(slist, key=scheme.key) + if slist: + logger.debug('sorted list: %s', slist) + version = slist[-1] + result = versions[version] + if result: + if r.extras: + result.extras = r.extras + result.download_urls = versions.get('urls', {}).get(version, set()) + d = {} + sd = versions.get('digests', {}) + for url in result.download_urls: + if url in sd: # pragma: no cover + d[url] = sd[url] + result.digests = d + self.matcher = None + return result + + +class PyPIRPCLocator(Locator): + """ + This locator uses XML-RPC to locate distributions. It therefore + cannot be used with simple mirrors (that only mirror file content). + """ + def __init__(self, url, **kwargs): + """ + Initialise an instance. + + :param url: The URL to use for XML-RPC. + :param kwargs: Passed to the superclass constructor. + """ + super(PyPIRPCLocator, self).__init__(**kwargs) + self.base_url = url + self.client = ServerProxy(url, timeout=3.0) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + return set(self.client.list_packages()) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + versions = self.client.package_releases(name, True) + for v in versions: + urls = self.client.release_urls(name, v) + data = self.client.release_data(name, v) + metadata = Metadata(scheme=self.scheme) + metadata.name = data['name'] + metadata.version = data['version'] + metadata.license = data.get('license') + metadata.keywords = data.get('keywords', []) + metadata.summary = data.get('summary') + dist = Distribution(metadata) + if urls: + info = urls[0] + metadata.source_url = info['url'] + dist.digest = self._get_digest(info) + dist.locator = self + result[v] = dist + for info in urls: + url = info['url'] + digest = self._get_digest(info) + result['urls'].setdefault(v, set()).add(url) + result['digests'][url] = digest + return result + + +class PyPIJSONLocator(Locator): + """ + This locator uses PyPI's JSON interface. It's very limited in functionality + and probably not worth using. + """ + def __init__(self, url, **kwargs): + super(PyPIJSONLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + url = urljoin(self.base_url, '%s/json' % quote(name)) + try: + resp = self.opener.open(url) + data = resp.read().decode() # for now + d = json.loads(data) + md = Metadata(scheme=self.scheme) + data = d['info'] + md.name = data['name'] + md.version = data['version'] + md.license = data.get('license') + md.keywords = data.get('keywords', []) + md.summary = data.get('summary') + dist = Distribution(md) + dist.locator = self + # urls = d['urls'] + result[md.version] = dist + for info in d['urls']: + url = info['url'] + dist.download_urls.add(url) + dist.digests[url] = self._get_digest(info) + result['urls'].setdefault(md.version, set()).add(url) + result['digests'][url] = self._get_digest(info) + # Now get other releases + for version, infos in d['releases'].items(): + if version == md.version: + continue # already done + omd = Metadata(scheme=self.scheme) + omd.name = md.name + omd.version = version + odist = Distribution(omd) + odist.locator = self + result[version] = odist + for info in infos: + url = info['url'] + odist.download_urls.add(url) + odist.digests[url] = self._get_digest(info) + result['urls'].setdefault(version, set()).add(url) + result['digests'][url] = self._get_digest(info) +# for info in urls: +# md.source_url = info['url'] +# dist.digest = self._get_digest(info) +# dist.locator = self +# for info in urls: +# url = info['url'] +# result['urls'].setdefault(md.version, set()).add(url) +# result['digests'][url] = self._get_digest(info) + except Exception as e: + self.errors.put(text_type(e)) + logger.exception('JSON fetch failed: %s', e) + return result + + +class Page(object): + """ + This class represents a scraped HTML page. + """ + # The following slightly hairy-looking regex just looks for the contents of + # an anchor link, which has an attribute "href" either immediately preceded + # or immediately followed by a "rel" attribute. The attribute values can be + # declared with double quotes, single quotes or no quotes - which leads to + # the length of the expression. + _href = re.compile(""" +(rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*))\\s+)? +href\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)) +(\\s+rel\\s*=\\s*(?:"(?P[^"]*)"|'(?P[^']*)'|(?P[^>\\s\n]*)))? +""", re.I | re.S | re.X) + _base = re.compile(r"""]+)""", re.I | re.S) + + def __init__(self, data, url): + """ + Initialise an instance with the Unicode page contents and the URL they + came from. + """ + self.data = data + self.base_url = self.url = url + m = self._base.search(self.data) + if m: + self.base_url = m.group(1) + + _clean_re = re.compile(r'[^a-z0-9$&+,/:;=?@.#%_\\|-]', re.I) + + @cached_property + def links(self): + """ + Return the URLs of all the links on a page together with information + about their "rel" attribute, for determining which ones to treat as + downloads and which ones to queue for further scraping. + """ + def clean(url): + "Tidy up an URL." + scheme, netloc, path, params, query, frag = urlparse(url) + return urlunparse((scheme, netloc, quote(path), + params, query, frag)) + + result = set() + for match in self._href.finditer(self.data): + d = match.groupdict('') + rel = (d['rel1'] or d['rel2'] or d['rel3'] or + d['rel4'] or d['rel5'] or d['rel6']) + url = d['url1'] or d['url2'] or d['url3'] + url = urljoin(self.base_url, url) + url = unescape(url) + url = self._clean_re.sub(lambda m: '%%%2x' % ord(m.group(0)), url) + result.add((url, rel)) + # We sort the result, hoping to bring the most recent versions + # to the front + result = sorted(result, key=lambda t: t[0], reverse=True) + return result + + +class SimpleScrapingLocator(Locator): + """ + A locator which scrapes HTML pages to locate downloads for a distribution. + This runs multiple threads to do the I/O; performance is at least as good + as pip's PackageFinder, which works in an analogous fashion. + """ + + # These are used to deal with various Content-Encoding schemes. + decoders = { + 'deflate': zlib.decompress, + 'gzip': lambda b: gzip.GzipFile(fileobj=BytesIO(b)).read(), + 'none': lambda b: b, + } + + def __init__(self, url, timeout=None, num_workers=10, **kwargs): + """ + Initialise an instance. + :param url: The root URL to use for scraping. + :param timeout: The timeout, in seconds, to be applied to requests. + This defaults to ``None`` (no timeout specified). + :param num_workers: The number of worker threads you want to do I/O, + This defaults to 10. + :param kwargs: Passed to the superclass. + """ + super(SimpleScrapingLocator, self).__init__(**kwargs) + self.base_url = ensure_slash(url) + self.timeout = timeout + self._page_cache = {} + self._seen = set() + self._to_fetch = queue.Queue() + self._bad_hosts = set() + self.skip_externals = False + self.num_workers = num_workers + self._lock = threading.RLock() + # See issue #45: we need to be resilient when the locator is used + # in a thread, e.g. with concurrent.futures. We can't use self._lock + # as it is for coordinating our internal threads - the ones created + # in _prepare_threads. + self._gplock = threading.RLock() + self.platform_check = False # See issue #112 + + def _prepare_threads(self): + """ + Threads are created only when get_project is called, and terminate + before it returns. They are there primarily to parallelise I/O (i.e. + fetching web pages). + """ + self._threads = [] + for i in range(self.num_workers): + t = threading.Thread(target=self._fetch) + t.daemon = True + t.start() + self._threads.append(t) + + def _wait_threads(self): + """ + Tell all the threads to terminate (by sending a sentinel value) and + wait for them to do so. + """ + # Note that you need two loops, since you can't say which + # thread will get each sentinel + for t in self._threads: + self._to_fetch.put(None) # sentinel + for t in self._threads: + t.join() + self._threads = [] + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + with self._gplock: + self.result = result + self.project_name = name + url = urljoin(self.base_url, '%s/' % quote(name)) + self._seen.clear() + self._page_cache.clear() + self._prepare_threads() + try: + logger.debug('Queueing %s', url) + self._to_fetch.put(url) + self._to_fetch.join() + finally: + self._wait_threads() + del self.result + return result + + platform_dependent = re.compile(r'\b(linux_(i\d86|x86_64|arm\w+)|' + r'win(32|_amd64)|macosx_?\d+)\b', re.I) + + def _is_platform_dependent(self, url): + """ + Does an URL refer to a platform-specific download? + """ + return self.platform_dependent.search(url) + + def _process_download(self, url): + """ + See if an URL is a suitable download for a project. + + If it is, register information in the result dictionary (for + _get_project) about the specific version it's for. + + Note that the return value isn't actually used other than as a boolean + value. + """ + if self.platform_check and self._is_platform_dependent(url): + info = None + else: + info = self.convert_url_to_download_info(url, self.project_name) + logger.debug('process_download: %s -> %s', url, info) + if info: + with self._lock: # needed because self.result is shared + self._update_version_data(self.result, info) + return info + + def _should_queue(self, link, referrer, rel): + """ + Determine whether a link URL from a referring page and with a + particular "rel" attribute should be queued for scraping. + """ + scheme, netloc, path, _, _, _ = urlparse(link) + if path.endswith(self.source_extensions + self.binary_extensions + + self.excluded_extensions): + result = False + elif self.skip_externals and not link.startswith(self.base_url): + result = False + elif not referrer.startswith(self.base_url): + result = False + elif rel not in ('homepage', 'download'): + result = False + elif scheme not in ('http', 'https', 'ftp'): + result = False + elif self._is_platform_dependent(link): + result = False + else: + host = netloc.split(':', 1)[0] + if host.lower() == 'localhost': + result = False + else: + result = True + logger.debug('should_queue: %s (%s) from %s -> %s', link, rel, + referrer, result) + return result + + def _fetch(self): + """ + Get a URL to fetch from the work queue, get the HTML page, examine its + links for download candidates and candidates for further scraping. + + This is a handy method to run in a thread. + """ + while True: + url = self._to_fetch.get() + try: + if url: + page = self.get_page(url) + if page is None: # e.g. after an error + continue + for link, rel in page.links: + if link not in self._seen: + try: + self._seen.add(link) + if (not self._process_download(link) and + self._should_queue(link, url, rel)): + logger.debug('Queueing %s from %s', link, url) + self._to_fetch.put(link) + except MetadataInvalidError: # e.g. invalid versions + pass + except Exception as e: # pragma: no cover + self.errors.put(text_type(e)) + finally: + # always do this, to avoid hangs :-) + self._to_fetch.task_done() + if not url: + # logger.debug('Sentinel seen, quitting.') + break + + def get_page(self, url): + """ + Get the HTML for an URL, possibly from an in-memory cache. + + XXX TODO Note: this cache is never actually cleared. It's assumed that + the data won't get stale over the lifetime of a locator instance (not + necessarily true for the default_locator). + """ + # http://peak.telecommunity.com/DevCenter/EasyInstall#package-index-api + scheme, netloc, path, _, _, _ = urlparse(url) + if scheme == 'file' and os.path.isdir(url2pathname(path)): + url = urljoin(ensure_slash(url), 'index.html') + + if url in self._page_cache: + result = self._page_cache[url] + logger.debug('Returning %s from cache: %s', url, result) + else: + host = netloc.split(':', 1)[0] + result = None + if host in self._bad_hosts: + logger.debug('Skipping %s due to bad host %s', url, host) + else: + req = Request(url, headers={'Accept-encoding': 'identity'}) + try: + logger.debug('Fetching %s', url) + resp = self.opener.open(req, timeout=self.timeout) + logger.debug('Fetched %s', url) + headers = resp.info() + content_type = headers.get('Content-Type', '') + if HTML_CONTENT_TYPE.match(content_type): + final_url = resp.geturl() + data = resp.read() + encoding = headers.get('Content-Encoding') + if encoding: + decoder = self.decoders[encoding] # fail if not found + data = decoder(data) + encoding = 'utf-8' + m = CHARSET.search(content_type) + if m: + encoding = m.group(1) + try: + data = data.decode(encoding) + except UnicodeError: # pragma: no cover + data = data.decode('latin-1') # fallback + result = Page(data, final_url) + self._page_cache[final_url] = result + except HTTPError as e: + if e.code != 404: + logger.exception('Fetch failed: %s: %s', url, e) + except URLError as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + with self._lock: + self._bad_hosts.add(host) + except Exception as e: # pragma: no cover + logger.exception('Fetch failed: %s: %s', url, e) + finally: + self._page_cache[url] = result # even if None (failure) + return result + + _distname_re = re.compile(']*>([^<]+)<') + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + page = self.get_page(self.base_url) + if not page: + raise DistlibException('Unable to get %s' % self.base_url) + for match in self._distname_re.finditer(page.data): + result.add(match.group(1)) + return result + + +class DirectoryLocator(Locator): + """ + This class locates distributions in a directory tree. + """ + + def __init__(self, path, **kwargs): + """ + Initialise an instance. + :param path: The root of the directory tree to search. + :param kwargs: Passed to the superclass constructor, + except for: + * recursive - if True (the default), subdirectories are + recursed into. If False, only the top-level directory + is searched, + """ + self.recursive = kwargs.pop('recursive', True) + super(DirectoryLocator, self).__init__(**kwargs) + path = os.path.abspath(path) + if not os.path.isdir(path): # pragma: no cover + raise DistlibException('Not a directory: %r' % path) + self.base_dir = path + + def should_include(self, filename, parent): + """ + Should a filename be considered as a candidate for a distribution + archive? As well as the filename, the directory which contains it + is provided, though not used by the current implementation. + """ + return filename.endswith(self.downloadable_extensions) + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, name) + if info: + self._update_version_data(result, info) + if not self.recursive: + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for root, dirs, files in os.walk(self.base_dir): + for fn in files: + if self.should_include(fn, root): + fn = os.path.join(root, fn) + url = urlunparse(('file', '', + pathname2url(os.path.abspath(fn)), + '', '', '')) + info = self.convert_url_to_download_info(url, None) + if info: + result.add(info['name']) + if not self.recursive: + break + return result + + +class JSONLocator(Locator): + """ + This locator uses special extended metadata (not available on PyPI) and is + the basis of performant dependency resolution in distlib. Other locators + require archive downloads before dependencies can be determined! As you + might imagine, that can be slow. + """ + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + raise NotImplementedError('Not available from this locator') + + def _get_project(self, name): + result = {'urls': {}, 'digests': {}} + data = get_project_data(name) + if data: + for info in data.get('files', []): + if info['ptype'] != 'sdist' or info['pyversion'] != 'source': + continue + # We don't store summary in project metadata as it makes + # the data bigger for no benefit during dependency + # resolution + dist = make_dist(data['name'], info['version'], + summary=data.get('summary', + 'Placeholder for summary'), + scheme=self.scheme) + md = dist.metadata + md.source_url = info['url'] + # TODO SHA256 digest + if 'digest' in info and info['digest']: + dist.digest = ('md5', info['digest']) + md.dependencies = info.get('requirements', {}) + dist.exports = info.get('exports', {}) + result[dist.version] = dist + result['urls'].setdefault(dist.version, set()).add(info['url']) + return result + + +class DistPathLocator(Locator): + """ + This locator finds installed distributions in a path. It can be useful for + adding to an :class:`AggregatingLocator`. + """ + def __init__(self, distpath, **kwargs): + """ + Initialise an instance. + + :param distpath: A :class:`DistributionPath` instance to search. + """ + super(DistPathLocator, self).__init__(**kwargs) + assert isinstance(distpath, DistributionPath) + self.distpath = distpath + + def _get_project(self, name): + dist = self.distpath.get_distribution(name) + if dist is None: + result = {'urls': {}, 'digests': {}} + else: + result = { + dist.version: dist, + 'urls': {dist.version: set([dist.source_url])}, + 'digests': {dist.version: set([None])} + } + return result + + +class AggregatingLocator(Locator): + """ + This class allows you to chain and/or merge a list of locators. + """ + def __init__(self, *locators, **kwargs): + """ + Initialise an instance. + + :param locators: The list of locators to search. + :param kwargs: Passed to the superclass constructor, + except for: + * merge - if False (the default), the first successful + search from any of the locators is returned. If True, + the results from all locators are merged (this can be + slow). + """ + self.merge = kwargs.pop('merge', False) + self.locators = locators + super(AggregatingLocator, self).__init__(**kwargs) + + def clear_cache(self): + super(AggregatingLocator, self).clear_cache() + for locator in self.locators: + locator.clear_cache() + + def _set_scheme(self, value): + self._scheme = value + for locator in self.locators: + locator.scheme = value + + scheme = property(Locator.scheme.fget, _set_scheme) + + def _get_project(self, name): + result = {} + for locator in self.locators: + d = locator.get_project(name) + if d: + if self.merge: + files = result.get('urls', {}) + digests = result.get('digests', {}) + # next line could overwrite result['urls'], result['digests'] + result.update(d) + df = result.get('urls') + if files and df: + for k, v in files.items(): + if k in df: + df[k] |= v + else: + df[k] = v + dd = result.get('digests') + if digests and dd: + dd.update(digests) + else: + # See issue #18. If any dists are found and we're looking + # for specific constraints, we only return something if + # a match is found. For example, if a DirectoryLocator + # returns just foo (1.0) while we're looking for + # foo (>= 2.0), we'll pretend there was nothing there so + # that subsequent locators can be queried. Otherwise we + # would just return foo (1.0) which would then lead to a + # failure to find foo (>= 2.0), because other locators + # weren't searched. Note that this only matters when + # merge=False. + if self.matcher is None: + found = True + else: + found = False + for k in d: + if self.matcher.match(k): + found = True + break + if found: + result = d + break + return result + + def get_distribution_names(self): + """ + Return all the distribution names known to this locator. + """ + result = set() + for locator in self.locators: + try: + result |= locator.get_distribution_names() + except NotImplementedError: + pass + return result + + +# We use a legacy scheme simply because most of the dists on PyPI use legacy +# versions which don't conform to PEP 440. +default_locator = AggregatingLocator( + # JSONLocator(), # don't use as PEP 426 is withdrawn + SimpleScrapingLocator('https://pypi.org/simple/', + timeout=3.0), + scheme='legacy') + +locate = default_locator.locate + + +class DependencyFinder(object): + """ + Locate dependencies for distributions. + """ + + def __init__(self, locator=None): + """ + Initialise an instance, using the specified locator + to locate distributions. + """ + self.locator = locator or default_locator + self.scheme = get_scheme(self.locator.scheme) + + def add_distribution(self, dist): + """ + Add a distribution to the finder. This will update internal information + about who provides what. + :param dist: The distribution to add. + """ + logger.debug('adding distribution %s', dist) + name = dist.key + self.dists_by_name[name] = dist + self.dists[(name, dist.version)] = dist + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Add to provided: %s, %s, %s', name, version, dist) + self.provided.setdefault(name, set()).add((version, dist)) + + def remove_distribution(self, dist): + """ + Remove a distribution from the finder. This will update internal + information about who provides what. + :param dist: The distribution to remove. + """ + logger.debug('removing distribution %s', dist) + name = dist.key + del self.dists_by_name[name] + del self.dists[(name, dist.version)] + for p in dist.provides: + name, version = parse_name_and_version(p) + logger.debug('Remove from provided: %s, %s, %s', name, version, dist) + s = self.provided[name] + s.remove((version, dist)) + if not s: + del self.provided[name] + + def get_matcher(self, reqt): + """ + Get a version matcher for a requirement. + :param reqt: The requirement + :type reqt: str + :return: A version matcher (an instance of + :class:`distlib.version.Matcher`). + """ + try: + matcher = self.scheme.matcher(reqt) + except UnsupportedVersionError: # pragma: no cover + # XXX compat-mode if cannot read the version + name = reqt.split()[0] + matcher = self.scheme.matcher(name) + return matcher + + def find_providers(self, reqt): + """ + Find the distributions which can fulfill a requirement. + + :param reqt: The requirement. + :type reqt: str + :return: A set of distribution which can fulfill the requirement. + """ + matcher = self.get_matcher(reqt) + name = matcher.key # case-insensitive + result = set() + provided = self.provided + if name in provided: + for version, provider in provided[name]: + try: + match = matcher.match(version) + except UnsupportedVersionError: + match = False + + if match: + result.add(provider) + break + return result + + def try_to_replace(self, provider, other, problems): + """ + Attempt to replace one provider with another. This is typically used + when resolving dependencies from multiple sources, e.g. A requires + (B >= 1.0) while C requires (B >= 1.1). + + For successful replacement, ``provider`` must meet all the requirements + which ``other`` fulfills. + + :param provider: The provider we are trying to replace with. + :param other: The provider we're trying to replace. + :param problems: If False is returned, this will contain what + problems prevented replacement. This is currently + a tuple of the literal string 'cantreplace', + ``provider``, ``other`` and the set of requirements + that ``provider`` couldn't fulfill. + :return: True if we can replace ``other`` with ``provider``, else + False. + """ + rlist = self.reqts[other] + unmatched = set() + for s in rlist: + matcher = self.get_matcher(s) + if not matcher.match(provider.version): + unmatched.add(s) + if unmatched: + # can't replace other with provider + problems.add(('cantreplace', provider, other, + frozenset(unmatched))) + result = False + else: + # can replace other with provider + self.remove_distribution(other) + del self.reqts[other] + for s in rlist: + self.reqts.setdefault(provider, set()).add(s) + self.add_distribution(provider) + result = True + return result + + def find(self, requirement, meta_extras=None, prereleases=False): + """ + Find a distribution and all distributions it depends on. + + :param requirement: The requirement specifying the distribution to + find, or a Distribution instance. + :param meta_extras: A list of meta extras such as :test:, :build: and + so on. + :param prereleases: If ``True``, allow pre-release versions to be + returned - otherwise, don't return prereleases + unless they're all that's available. + + Return a set of :class:`Distribution` instances and a set of + problems. + + The distributions returned should be such that they have the + :attr:`required` attribute set to ``True`` if they were + from the ``requirement`` passed to ``find()``, and they have the + :attr:`build_time_dependency` attribute set to ``True`` unless they + are post-installation dependencies of the ``requirement``. + + The problems should be a tuple consisting of the string + ``'unsatisfied'`` and the requirement which couldn't be satisfied + by any distribution known to the locator. + """ + + self.provided = {} + self.dists = {} + self.dists_by_name = {} + self.reqts = {} + + meta_extras = set(meta_extras or []) + if ':*:' in meta_extras: + meta_extras.remove(':*:') + # :meta: and :run: are implicitly included + meta_extras |= set([':test:', ':build:', ':dev:']) + + if isinstance(requirement, Distribution): + dist = odist = requirement + logger.debug('passed %s as requirement', odist) + else: + dist = odist = self.locator.locate(requirement, + prereleases=prereleases) + if dist is None: + raise DistlibException('Unable to locate %r' % requirement) + logger.debug('located %s', odist) + dist.requested = True + problems = set() + todo = set([dist]) + install_dists = set([odist]) + while todo: + dist = todo.pop() + name = dist.key # case-insensitive + if name not in self.dists_by_name: + self.add_distribution(dist) + else: + # import pdb; pdb.set_trace() + other = self.dists_by_name[name] + if other != dist: + self.try_to_replace(dist, other, problems) + + ireqts = dist.run_requires | dist.meta_requires + sreqts = dist.build_requires + ereqts = set() + if meta_extras and dist in install_dists: + for key in ('test', 'build', 'dev'): + e = ':%s:' % key + if e in meta_extras: + ereqts |= getattr(dist, '%s_requires' % key) + all_reqts = ireqts | sreqts | ereqts + for r in all_reqts: + providers = self.find_providers(r) + if not providers: + logger.debug('No providers found for %r', r) + provider = self.locator.locate(r, prereleases=prereleases) + # If no provider is found and we didn't consider + # prereleases, consider them now. + if provider is None and not prereleases: + provider = self.locator.locate(r, prereleases=True) + if provider is None: + logger.debug('Cannot satisfy %r', r) + problems.add(('unsatisfied', r)) + else: + n, v = provider.key, provider.version + if (n, v) not in self.dists: + todo.add(provider) + providers.add(provider) + if r in ireqts and dist in install_dists: + install_dists.add(provider) + logger.debug('Adding %s to install_dists', + provider.name_and_version) + for p in providers: + name = p.key + if name not in self.dists_by_name: + self.reqts.setdefault(p, set()).add(r) + else: + other = self.dists_by_name[name] + if other != p: + # see if other can be replaced by p + self.try_to_replace(p, other, problems) + + dists = set(self.dists.values()) + for dist in dists: + dist.build_time_dependency = dist not in install_dists + if dist.build_time_dependency: + logger.debug('%s is a build-time dependency only.', + dist.name_and_version) + logger.debug('find done for %s', odist) + return dists, problems diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py new file mode 100644 index 0000000..420dcf1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py @@ -0,0 +1,384 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Class representing the list of files in a distribution. + +Equivalent to distutils.filelist, but fixes some problems. +""" +import fnmatch +import logging +import os +import re +import sys + +from . import DistlibException +from .compat import fsdecode +from .util import convert_path + + +__all__ = ['Manifest'] + +logger = logging.getLogger(__name__) + +# a \ followed by some spaces + EOL +_COLLAPSE_PATTERN = re.compile('\\\\w*\n', re.M) +_COMMENTED_LINE = re.compile('#.*?(?=\n)|\n(?=$)', re.M | re.S) + +# +# Due to the different results returned by fnmatch.translate, we need +# to do slightly different processing for Python 2.7 and 3.2 ... this needed +# to be brought in for Python 3.6 onwards. +# +_PYTHON_VERSION = sys.version_info[:2] + + +class Manifest(object): + """ + A list of files built by exploring the filesystem and filtered by applying various + patterns to what we find there. + """ + + def __init__(self, base=None): + """ + Initialise an instance. + + :param base: The base directory to explore under. + """ + self.base = os.path.abspath(os.path.normpath(base or os.getcwd())) + self.prefix = self.base + os.sep + self.allfiles = None + self.files = set() + + # + # Public API + # + + def findall(self): + """Find all files under the base and set ``allfiles`` to the absolute + pathnames of files found. + """ + from stat import S_ISREG, S_ISDIR, S_ISLNK + + self.allfiles = allfiles = [] + root = self.base + stack = [root] + pop = stack.pop + push = stack.append + + while stack: + root = pop() + names = os.listdir(root) + + for name in names: + fullname = os.path.join(root, name) + + # Avoid excess stat calls -- just one will do, thank you! + stat = os.stat(fullname) + mode = stat.st_mode + if S_ISREG(mode): + allfiles.append(fsdecode(fullname)) + elif S_ISDIR(mode) and not S_ISLNK(mode): + push(fullname) + + def add(self, item): + """ + Add a file to the manifest. + + :param item: The pathname to add. This can be relative to the base. + """ + if not item.startswith(self.prefix): + item = os.path.join(self.base, item) + self.files.add(os.path.normpath(item)) + + def add_many(self, items): + """ + Add a list of files to the manifest. + + :param items: The pathnames to add. These can be relative to the base. + """ + for item in items: + self.add(item) + + def sorted(self, wantdirs=False): + """ + Return sorted files in directory order + """ + + def add_dir(dirs, d): + dirs.add(d) + logger.debug('add_dir added %s', d) + if d != self.base: + parent, _ = os.path.split(d) + assert parent not in ('', '/') + add_dir(dirs, parent) + + result = set(self.files) # make a copy! + if wantdirs: + dirs = set() + for f in result: + add_dir(dirs, os.path.dirname(f)) + result |= dirs + return [os.path.join(*path_tuple) for path_tuple in + sorted(os.path.split(path) for path in result)] + + def clear(self): + """Clear all collected files.""" + self.files = set() + self.allfiles = [] + + def process_directive(self, directive): + """ + Process a directive which either adds some files from ``allfiles`` to + ``files``, or removes some files from ``files``. + + :param directive: The directive to process. This should be in a format + compatible with distutils ``MANIFEST.in`` files: + + http://docs.python.org/distutils/sourcedist.html#commands + """ + # Parse the line: split it up, make sure the right number of words + # is there, and return the relevant words. 'action' is always + # defined: it's the first word of the line. Which of the other + # three are defined depends on the action; it'll be either + # patterns, (dir and patterns), or (dirpattern). + action, patterns, thedir, dirpattern = self._parse_directive(directive) + + # OK, now we know that the action is valid and we have the + # right number of words on the line for that action -- so we + # can proceed with minimal error-checking. + if action == 'include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=True): + logger.warning('no files found matching %r', pattern) + + elif action == 'exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=True) + + elif action == 'global-include': + for pattern in patterns: + if not self._include_pattern(pattern, anchor=False): + logger.warning('no files found matching %r ' + 'anywhere in distribution', pattern) + + elif action == 'global-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, anchor=False) + + elif action == 'recursive-include': + for pattern in patterns: + if not self._include_pattern(pattern, prefix=thedir): + logger.warning('no files found matching %r ' + 'under directory %r', pattern, thedir) + + elif action == 'recursive-exclude': + for pattern in patterns: + self._exclude_pattern(pattern, prefix=thedir) + + elif action == 'graft': + if not self._include_pattern(None, prefix=dirpattern): + logger.warning('no directories found matching %r', + dirpattern) + + elif action == 'prune': + if not self._exclude_pattern(None, prefix=dirpattern): + logger.warning('no previously-included directories found ' + 'matching %r', dirpattern) + else: # pragma: no cover + # This should never happen, as it should be caught in + # _parse_template_line + raise DistlibException( + 'invalid action %r' % action) + + # + # Private API + # + + def _parse_directive(self, directive): + """ + Validate a directive. + :param directive: The directive to validate. + :return: A tuple of action, patterns, thedir, dir_patterns + """ + words = directive.split() + if len(words) == 1 and words[0] not in ('include', 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', 'prune'): + # no action given, let's use the default 'include' + words.insert(0, 'include') + + action = words[0] + patterns = thedir = dir_pattern = None + + if action in ('include', 'exclude', + 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistlibException( + '%r expects ...' % action) + + patterns = [convert_path(word) for word in words[1:]] + + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistlibException( + '%r expects

...' % action) + + thedir = convert_path(words[1]) + patterns = [convert_path(word) for word in words[2:]] + + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistlibException( + '%r expects a single ' % action) + + dir_pattern = convert_path(words[1]) + + else: + raise DistlibException('unknown action %r' % action) + + return action, patterns, thedir, dir_pattern + + def _include_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Select strings (presumably filenames) from 'self.files' that + match 'pattern', a Unix-style wildcard (glob) pattern. + + Patterns are not quite the same as implemented by the 'fnmatch' + module: '*' and '?' match non-special characters, where "special" + is platform-dependent: slash on Unix; colon, slash, and backslash on + DOS/Windows; and colon on Mac OS. + + If 'anchor' is true (the default), then the pattern match is more + stringent: "*.py" will match "foo.py" but not "foo/bar.py". If + 'anchor' is false, both of these will match. + + If 'prefix' is supplied, then only filenames starting with 'prefix' + (itself a pattern) and ending with 'pattern', with anything in between + them, will match. 'anchor' is ignored in this case. + + If 'is_regex' is true, 'anchor' and 'prefix' are ignored, and + 'pattern' is assumed to be either a string containing a regex or a + regex object -- no translation is done, the regex is just compiled + and used as-is. + + Selected strings will be added to self.files. + + Return True if files are found. + """ + # XXX docstring lying about what the special chars are? + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.files.add(name) + found = True + return found + + def _exclude_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Remove strings (presumably filenames) from 'files' that match + 'pattern'. + + Other parameters are the same as for 'include_pattern()', above. + The list 'self.files' is modified in place. Return True if files are + found. + + This API is public to allow e.g. exclusion of SCM subdirs, e.g. when + packaging source distributions + """ + found = False + pattern_re = self._translate_pattern(pattern, anchor, prefix, is_regex) + for f in list(self.files): + if pattern_re.search(f): + self.files.remove(f) + found = True + return found + + def _translate_pattern(self, pattern, anchor=True, prefix=None, + is_regex=False): + """Translate a shell-like wildcard pattern to a compiled regular + expression. + + Return the compiled regex. If 'is_regex' true, + then 'pattern' is directly compiled to a regex (if it's a string) + or just returned as-is (assumes it's a regex object). + """ + if is_regex: + if isinstance(pattern, str): + return re.compile(pattern) + else: + return pattern + + if _PYTHON_VERSION > (3, 2): + # ditch start and end characters + start, _, end = self._glob_to_re('_').partition('_') + + if pattern: + pattern_re = self._glob_to_re(pattern) + if _PYTHON_VERSION > (3, 2): + assert pattern_re.startswith(start) and pattern_re.endswith(end) + else: + pattern_re = '' + + base = re.escape(os.path.join(self.base, '')) + if prefix is not None: + # ditch end of pattern character + if _PYTHON_VERSION <= (3, 2): + empty_pattern = self._glob_to_re('') + prefix_re = self._glob_to_re(prefix)[:-len(empty_pattern)] + else: + prefix_re = self._glob_to_re(prefix) + assert prefix_re.startswith(start) and prefix_re.endswith(end) + prefix_re = prefix_re[len(start): len(prefix_re) - len(end)] + sep = os.sep + if os.sep == '\\': + sep = r'\\' + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + sep.join((prefix_re, + '.*' + pattern_re)) + else: + pattern_re = pattern_re[len(start): len(pattern_re) - len(end)] + pattern_re = r'%s%s%s%s.*%s%s' % (start, base, prefix_re, sep, + pattern_re, end) + else: # no prefix -- respect anchor flag + if anchor: + if _PYTHON_VERSION <= (3, 2): + pattern_re = '^' + base + pattern_re + else: + pattern_re = r'%s%s%s' % (start, base, pattern_re[len(start):]) + + return re.compile(pattern_re) + + def _glob_to_re(self, pattern): + """Translate a shell-like glob pattern to a regular expression. + + Return a string containing the regex. Differs from + 'fnmatch.translate()' in that '*' does not match "special characters" + (which are platform-specific). + """ + pattern_re = fnmatch.translate(pattern) + + # '?' and '*' in the glob pattern become '.' and '.*' in the RE, which + # IMHO is wrong -- '?' and '*' aren't supposed to match slash in Unix, + # and by extension they shouldn't match such "special characters" under + # any OS. So change all non-escaped dots in the RE to match any + # character except the special characters (currently: just os.sep). + sep = os.sep + if os.sep == '\\': + # we're using a regex to manipulate a regex, so we need + # to escape the backslash twice + sep = r'\\\\' + escaped = r'\1[^%s]' % sep + pattern_re = re.sub(r'((? y, + '!=': lambda x, y: x != y, + '<': lambda x, y: x < y, + '<=': lambda x, y: x == y or x < y, + '>': lambda x, y: x > y, + '>=': lambda x, y: x == y or x > y, + 'and': lambda x, y: x and y, + 'or': lambda x, y: x or y, + 'in': lambda x, y: x in y, + 'not in': lambda x, y: x not in y, + } + + def evaluate(self, expr, context): + """ + Evaluate a marker expression returned by the :func:`parse_requirement` + function in the specified context. + """ + if isinstance(expr, string_types): + if expr[0] in '\'"': + result = expr[1:-1] + else: + if expr not in context: + raise SyntaxError('unknown variable: %s' % expr) + result = context[expr] + else: + assert isinstance(expr, dict) + op = expr['op'] + if op not in self.operations: + raise NotImplementedError('op not implemented: %s' % op) + elhs = expr['lhs'] + erhs = expr['rhs'] + if _is_literal(expr['lhs']) and _is_literal(expr['rhs']): + raise SyntaxError('invalid comparison: %s %s %s' % + (elhs, op, erhs)) + + lhs = self.evaluate(elhs, context) + rhs = self.evaluate(erhs, context) + if ((_is_version_marker(elhs) or _is_version_marker(erhs)) + and op in ('<', '<=', '>', '>=', '===', '==', '!=', '~=')): + lhs = LV(lhs) + rhs = LV(rhs) + elif _is_version_marker(elhs) and op in ('in', 'not in'): + lhs = LV(lhs) + rhs = _get_versions(rhs) + result = self.operations[op](lhs, rhs) + return result + + +_DIGITS = re.compile(r'\d+\.\d+') + + +def default_context(): + + def format_full_version(info): + version = '%s.%s.%s' % (info.major, info.minor, info.micro) + kind = info.releaselevel + if kind != 'final': + version += kind[0] + str(info.serial) + return version + + if hasattr(sys, 'implementation'): + implementation_version = format_full_version( + sys.implementation.version) + implementation_name = sys.implementation.name + else: + implementation_version = '0' + implementation_name = '' + + ppv = platform.python_version() + m = _DIGITS.match(ppv) + pv = m.group(0) + result = { + 'implementation_name': implementation_name, + 'implementation_version': implementation_version, + 'os_name': os.name, + 'platform_machine': platform.machine(), + 'platform_python_implementation': platform.python_implementation(), + 'platform_release': platform.release(), + 'platform_system': platform.system(), + 'platform_version': platform.version(), + 'platform_in_venv': str(in_venv()), + 'python_full_version': ppv, + 'python_version': pv, + 'sys_platform': sys.platform, + } + return result + + +DEFAULT_CONTEXT = default_context() +del default_context + +evaluator = Evaluator() + + +def interpret(marker, execution_context=None): + """ + Interpret a marker and return a result depending on environment. + + :param marker: The marker to interpret. + :type marker: str + :param execution_context: The context used for name lookup. + :type execution_context: mapping + """ + try: + expr, rest = parse_marker(marker) + except Exception as e: + raise SyntaxError('Unable to interpret marker syntax: %s: %s' % + (marker, e)) + if rest and rest[0] != '#': + raise SyntaxError('unexpected trailing data in marker: %s: %s' % + (marker, rest)) + context = dict(DEFAULT_CONTEXT) + if execution_context: + context.update(execution_context) + return evaluator.evaluate(expr, context) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py new file mode 100644 index 0000000..7189aee --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py @@ -0,0 +1,1068 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +"""Implementation of the Metadata for Python packages PEPs. + +Supports all metadata formats (1.0, 1.1, 1.2, 1.3/2.1 and 2.2). +""" +from __future__ import unicode_literals + +import codecs +from email import message_from_file +import json +import logging +import re + + +from . import DistlibException, __version__ +from .compat import StringIO, string_types, text_type +from .markers import interpret +from .util import extract_by_key, get_extras +from .version import get_scheme, PEP440_VERSION_RE + +logger = logging.getLogger(__name__) + + +class MetadataMissingError(DistlibException): + """A required metadata is missing""" + + +class MetadataConflictError(DistlibException): + """Attempt to read or write metadata fields that are conflictual.""" + + +class MetadataUnrecognizedVersionError(DistlibException): + """Unknown metadata version number.""" + + +class MetadataInvalidError(DistlibException): + """A metadata value is invalid""" + +# public API of this module +__all__ = ['Metadata', 'PKG_INFO_ENCODING', 'PKG_INFO_PREFERRED_VERSION'] + +# Encoding used for the PKG-INFO files +PKG_INFO_ENCODING = 'utf-8' + +# preferred version. Hopefully will be changed +# to 1.2 once PEP 345 is supported everywhere +PKG_INFO_PREFERRED_VERSION = '1.1' + +_LINE_PREFIX_1_2 = re.compile('\n \\|') +_LINE_PREFIX_PRE_1_2 = re.compile('\n ') +_241_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License') + +_314_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'License', 'Classifier', 'Download-URL', 'Obsoletes', + 'Provides', 'Requires') + +_314_MARKERS = ('Obsoletes', 'Provides', 'Requires', 'Classifier', + 'Download-URL') + +_345_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External') + +_345_MARKERS = ('Provides-Dist', 'Requires-Dist', 'Requires-Python', + 'Obsoletes-Dist', 'Requires-External', 'Maintainer', + 'Maintainer-email', 'Project-URL') + +_426_FIELDS = ('Metadata-Version', 'Name', 'Version', 'Platform', + 'Supported-Platform', 'Summary', 'Description', + 'Keywords', 'Home-page', 'Author', 'Author-email', + 'Maintainer', 'Maintainer-email', 'License', + 'Classifier', 'Download-URL', 'Obsoletes-Dist', + 'Project-URL', 'Provides-Dist', 'Requires-Dist', + 'Requires-Python', 'Requires-External', 'Private-Version', + 'Obsoleted-By', 'Setup-Requires-Dist', 'Extension', + 'Provides-Extra') + +_426_MARKERS = ('Private-Version', 'Provides-Extra', 'Obsoleted-By', + 'Setup-Requires-Dist', 'Extension') + +# See issue #106: Sometimes 'Requires' and 'Provides' occur wrongly in +# the metadata. Include them in the tuple literal below to allow them +# (for now). +# Ditto for Obsoletes - see issue #140. +_566_FIELDS = _426_FIELDS + ('Description-Content-Type', + 'Requires', 'Provides', 'Obsoletes') + +_566_MARKERS = ('Description-Content-Type',) + +_643_MARKERS = ('Dynamic', 'License-File') + +_643_FIELDS = _566_FIELDS + _643_MARKERS + +_ALL_FIELDS = set() +_ALL_FIELDS.update(_241_FIELDS) +_ALL_FIELDS.update(_314_FIELDS) +_ALL_FIELDS.update(_345_FIELDS) +_ALL_FIELDS.update(_426_FIELDS) +_ALL_FIELDS.update(_566_FIELDS) +_ALL_FIELDS.update(_643_FIELDS) + +EXTRA_RE = re.compile(r'''extra\s*==\s*("([^"]+)"|'([^']+)')''') + + +def _version2fieldlist(version): + if version == '1.0': + return _241_FIELDS + elif version == '1.1': + return _314_FIELDS + elif version == '1.2': + return _345_FIELDS + elif version in ('1.3', '2.1'): + # avoid adding field names if already there + return _345_FIELDS + tuple(f for f in _566_FIELDS if f not in _345_FIELDS) + elif version == '2.0': + raise ValueError('Metadata 2.0 is withdrawn and not supported') + # return _426_FIELDS + elif version == '2.2': + return _643_FIELDS + raise MetadataUnrecognizedVersionError(version) + + +def _best_version(fields): + """Detect the best version depending on the fields used.""" + def _has_marker(keys, markers): + return any(marker in keys for marker in markers) + + keys = [key for key, value in fields.items() if value not in ([], 'UNKNOWN', None)] + possible_versions = ['1.0', '1.1', '1.2', '1.3', '2.1', '2.2'] # 2.0 removed + + # first let's try to see if a field is not part of one of the version + for key in keys: + if key not in _241_FIELDS and '1.0' in possible_versions: + possible_versions.remove('1.0') + logger.debug('Removed 1.0 due to %s', key) + if key not in _314_FIELDS and '1.1' in possible_versions: + possible_versions.remove('1.1') + logger.debug('Removed 1.1 due to %s', key) + if key not in _345_FIELDS and '1.2' in possible_versions: + possible_versions.remove('1.2') + logger.debug('Removed 1.2 due to %s', key) + if key not in _566_FIELDS and '1.3' in possible_versions: + possible_versions.remove('1.3') + logger.debug('Removed 1.3 due to %s', key) + if key not in _566_FIELDS and '2.1' in possible_versions: + if key != 'Description': # In 2.1, description allowed after headers + possible_versions.remove('2.1') + logger.debug('Removed 2.1 due to %s', key) + if key not in _643_FIELDS and '2.2' in possible_versions: + possible_versions.remove('2.2') + logger.debug('Removed 2.2 due to %s', key) + # if key not in _426_FIELDS and '2.0' in possible_versions: + # possible_versions.remove('2.0') + # logger.debug('Removed 2.0 due to %s', key) + + # possible_version contains qualified versions + if len(possible_versions) == 1: + return possible_versions[0] # found ! + elif len(possible_versions) == 0: + logger.debug('Out of options - unknown metadata set: %s', fields) + raise MetadataConflictError('Unknown metadata set') + + # let's see if one unique marker is found + is_1_1 = '1.1' in possible_versions and _has_marker(keys, _314_MARKERS) + is_1_2 = '1.2' in possible_versions and _has_marker(keys, _345_MARKERS) + is_2_1 = '2.1' in possible_versions and _has_marker(keys, _566_MARKERS) + # is_2_0 = '2.0' in possible_versions and _has_marker(keys, _426_MARKERS) + is_2_2 = '2.2' in possible_versions and _has_marker(keys, _643_MARKERS) + if int(is_1_1) + int(is_1_2) + int(is_2_1) + int(is_2_2) > 1: + raise MetadataConflictError('You used incompatible 1.1/1.2/2.1/2.2 fields') + + # we have the choice, 1.0, or 1.2, 2.1 or 2.2 + # - 1.0 has a broken Summary field but works with all tools + # - 1.1 is to avoid + # - 1.2 fixes Summary but has little adoption + # - 2.1 adds more features + # - 2.2 is the latest + if not is_1_1 and not is_1_2 and not is_2_1 and not is_2_2: + # we couldn't find any specific marker + if PKG_INFO_PREFERRED_VERSION in possible_versions: + return PKG_INFO_PREFERRED_VERSION + if is_1_1: + return '1.1' + if is_1_2: + return '1.2' + if is_2_1: + return '2.1' + # if is_2_2: + # return '2.2' + + return '2.2' + +# This follows the rules about transforming keys as described in +# https://www.python.org/dev/peps/pep-0566/#id17 +_ATTR2FIELD = { + name.lower().replace("-", "_"): name for name in _ALL_FIELDS +} +_FIELD2ATTR = {field: attr for attr, field in _ATTR2FIELD.items()} + +_PREDICATE_FIELDS = ('Requires-Dist', 'Obsoletes-Dist', 'Provides-Dist') +_VERSIONS_FIELDS = ('Requires-Python',) +_VERSION_FIELDS = ('Version',) +_LISTFIELDS = ('Platform', 'Classifier', 'Obsoletes', + 'Requires', 'Provides', 'Obsoletes-Dist', + 'Provides-Dist', 'Requires-Dist', 'Requires-External', + 'Project-URL', 'Supported-Platform', 'Setup-Requires-Dist', + 'Provides-Extra', 'Extension', 'License-File') +_LISTTUPLEFIELDS = ('Project-URL',) + +_ELEMENTSFIELD = ('Keywords',) + +_UNICODEFIELDS = ('Author', 'Maintainer', 'Summary', 'Description') + +_MISSING = object() + +_FILESAFE = re.compile('[^A-Za-z0-9.]+') + + +def _get_name_and_version(name, version, for_filename=False): + """Return the distribution name with version. + + If for_filename is true, return a filename-escaped form.""" + if for_filename: + # For both name and version any runs of non-alphanumeric or '.' + # characters are replaced with a single '-'. Additionally any + # spaces in the version string become '.' + name = _FILESAFE.sub('-', name) + version = _FILESAFE.sub('-', version.replace(' ', '.')) + return '%s-%s' % (name, version) + + +class LegacyMetadata(object): + """The legacy metadata of a release. + + Supports versions 1.0, 1.1, 1.2, 2.0 and 1.3/2.1 (auto-detected). You can + instantiate the class with one of these arguments (or none): + - *path*, the path to a metadata file + - *fileobj* give a file-like object with metadata as content + - *mapping* is a dict-like object + - *scheme* is a version scheme name + """ + # TODO document the mapping API and UNKNOWN default key + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._fields = {} + self.requires_files = [] + self._dependencies = None + self.scheme = scheme + if path is not None: + self.read(path) + elif fileobj is not None: + self.read_file(fileobj) + elif mapping is not None: + self.update(mapping) + self.set_metadata_version() + + def set_metadata_version(self): + self._fields['Metadata-Version'] = _best_version(self._fields) + + def _write_field(self, fileobj, name, value): + fileobj.write('%s: %s\n' % (name, value)) + + def __getitem__(self, name): + return self.get(name) + + def __setitem__(self, name, value): + return self.set(name, value) + + def __delitem__(self, name): + field_name = self._convert_name(name) + try: + del self._fields[field_name] + except KeyError: + raise KeyError(name) + + def __contains__(self, name): + return (name in self._fields or + self._convert_name(name) in self._fields) + + def _convert_name(self, name): + if name in _ALL_FIELDS: + return name + name = name.replace('-', '_').lower() + return _ATTR2FIELD.get(name, name) + + def _default_value(self, name): + if name in _LISTFIELDS or name in _ELEMENTSFIELD: + return [] + return 'UNKNOWN' + + def _remove_line_prefix(self, value): + if self.metadata_version in ('1.0', '1.1'): + return _LINE_PREFIX_PRE_1_2.sub('\n', value) + else: + return _LINE_PREFIX_1_2.sub('\n', value) + + def __getattr__(self, name): + if name in _ATTR2FIELD: + return self[name] + raise AttributeError(name) + + # + # Public API + # + +# dependencies = property(_get_dependencies, _set_dependencies) + + def get_fullname(self, filesafe=False): + """Return the distribution name with version. + + If filesafe is true, return a filename-escaped form.""" + return _get_name_and_version(self['Name'], self['Version'], filesafe) + + def is_field(self, name): + """return True if name is a valid metadata key""" + name = self._convert_name(name) + return name in _ALL_FIELDS + + def is_multi_field(self, name): + name = self._convert_name(name) + return name in _LISTFIELDS + + def read(self, filepath): + """Read the metadata values from a file path.""" + fp = codecs.open(filepath, 'r', encoding='utf-8') + try: + self.read_file(fp) + finally: + fp.close() + + def read_file(self, fileob): + """Read the metadata values from a file object.""" + msg = message_from_file(fileob) + self._fields['Metadata-Version'] = msg['metadata-version'] + + # When reading, get all the fields we can + for field in _ALL_FIELDS: + if field not in msg: + continue + if field in _LISTFIELDS: + # we can have multiple lines + values = msg.get_all(field) + if field in _LISTTUPLEFIELDS and values is not None: + values = [tuple(value.split(',')) for value in values] + self.set(field, values) + else: + # single line + value = msg[field] + if value is not None and value != 'UNKNOWN': + self.set(field, value) + + # PEP 566 specifies that the body be used for the description, if + # available + body = msg.get_payload() + self["Description"] = body if body else self["Description"] + # logger.debug('Attempting to set metadata for %s', self) + # self.set_metadata_version() + + def write(self, filepath, skip_unknown=False): + """Write the metadata fields to filepath.""" + fp = codecs.open(filepath, 'w', encoding='utf-8') + try: + self.write_file(fp, skip_unknown) + finally: + fp.close() + + def write_file(self, fileobject, skip_unknown=False): + """Write the PKG-INFO format data to a file object.""" + self.set_metadata_version() + + for field in _version2fieldlist(self['Metadata-Version']): + values = self.get(field) + if skip_unknown and values in ('UNKNOWN', [], ['UNKNOWN']): + continue + if field in _ELEMENTSFIELD: + self._write_field(fileobject, field, ','.join(values)) + continue + if field not in _LISTFIELDS: + if field == 'Description': + if self.metadata_version in ('1.0', '1.1'): + values = values.replace('\n', '\n ') + else: + values = values.replace('\n', '\n |') + values = [values] + + if field in _LISTTUPLEFIELDS: + values = [','.join(value) for value in values] + + for value in values: + self._write_field(fileobject, field, value) + + def update(self, other=None, **kwargs): + """Set metadata values from the given iterable `other` and kwargs. + + Behavior is like `dict.update`: If `other` has a ``keys`` method, + they are looped over and ``self[key]`` is assigned ``other[key]``. + Else, ``other`` is an iterable of ``(key, value)`` iterables. + + Keys that don't match a metadata field or that have an empty value are + dropped. + """ + def _set(key, value): + if key in _ATTR2FIELD and value: + self.set(self._convert_name(key), value) + + if not other: + # other is None or empty container + pass + elif hasattr(other, 'keys'): + for k in other.keys(): + _set(k, other[k]) + else: + for k, v in other: + _set(k, v) + + if kwargs: + for k, v in kwargs.items(): + _set(k, v) + + def set(self, name, value): + """Control then set a metadata field.""" + name = self._convert_name(name) + + if ((name in _ELEMENTSFIELD or name == 'Platform') and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [v.strip() for v in value.split(',')] + else: + value = [] + elif (name in _LISTFIELDS and + not isinstance(value, (list, tuple))): + if isinstance(value, string_types): + value = [value] + else: + value = [] + + if logger.isEnabledFor(logging.WARNING): + project_name = self['Name'] + + scheme = get_scheme(self.scheme) + if name in _PREDICATE_FIELDS and value is not None: + for v in value: + # check that the values are valid + if not scheme.is_valid_matcher(v.split(';')[0]): + logger.warning( + "'%s': '%s' is not valid (field '%s')", + project_name, v, name) + # FIXME this rejects UNKNOWN, is that right? + elif name in _VERSIONS_FIELDS and value is not None: + if not scheme.is_valid_constraint_list(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + elif name in _VERSION_FIELDS and value is not None: + if not scheme.is_valid_version(value): + logger.warning("'%s': '%s' is not a valid version (field '%s')", + project_name, value, name) + + if name in _UNICODEFIELDS: + if name == 'Description': + value = self._remove_line_prefix(value) + + self._fields[name] = value + + def get(self, name, default=_MISSING): + """Get a metadata field.""" + name = self._convert_name(name) + if name not in self._fields: + if default is _MISSING: + default = self._default_value(name) + return default + if name in _UNICODEFIELDS: + value = self._fields[name] + return value + elif name in _LISTFIELDS: + value = self._fields[name] + if value is None: + return [] + res = [] + for val in value: + if name not in _LISTTUPLEFIELDS: + res.append(val) + else: + # That's for Project-URL + res.append((val[0], val[1])) + return res + + elif name in _ELEMENTSFIELD: + value = self._fields[name] + if isinstance(value, string_types): + return value.split(',') + return self._fields[name] + + def check(self, strict=False): + """Check if the metadata is compliant. If strict is True then raise if + no Name or Version are provided""" + self.set_metadata_version() + + # XXX should check the versions (if the file was loaded) + missing, warnings = [], [] + + for attr in ('Name', 'Version'): # required by PEP 345 + if attr not in self: + missing.append(attr) + + if strict and missing != []: + msg = 'missing required metadata: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + + for attr in ('Home-page', 'Author'): + if attr not in self: + missing.append(attr) + + # checking metadata 1.2 (XXX needs to check 1.1, 1.0) + if self['Metadata-Version'] != '1.2': + return missing, warnings + + scheme = get_scheme(self.scheme) + + def are_valid_constraints(value): + for v in value: + if not scheme.is_valid_matcher(v.split(';')[0]): + return False + return True + + for fields, controller in ((_PREDICATE_FIELDS, are_valid_constraints), + (_VERSIONS_FIELDS, + scheme.is_valid_constraint_list), + (_VERSION_FIELDS, + scheme.is_valid_version)): + for field in fields: + value = self.get(field, None) + if value is not None and not controller(value): + warnings.append("Wrong value for '%s': %s" % (field, value)) + + return missing, warnings + + def todict(self, skip_missing=False): + """Return fields as a dict. + + Field names will be converted to use the underscore-lowercase style + instead of hyphen-mixed case (i.e. home_page instead of Home-page). + This is as per https://www.python.org/dev/peps/pep-0566/#id17. + """ + self.set_metadata_version() + + fields = _version2fieldlist(self['Metadata-Version']) + + data = {} + + for field_name in fields: + if not skip_missing or field_name in self._fields: + key = _FIELD2ATTR[field_name] + if key != 'project_url': + data[key] = self[field_name] + else: + data[key] = [','.join(u) for u in self[field_name]] + + return data + + def add_requirements(self, requirements): + if self['Metadata-Version'] == '1.1': + # we can't have 1.1 metadata *and* Setuptools requires + for field in ('Obsoletes', 'Requires', 'Provides'): + if field in self: + del self[field] + self['Requires-Dist'] += requirements + + # Mapping API + # TODO could add iter* variants + + def keys(self): + return list(_version2fieldlist(self['Metadata-Version'])) + + def __iter__(self): + for key in self.keys(): + yield key + + def values(self): + return [self[key] for key in self.keys()] + + def items(self): + return [(key, self[key]) for key in self.keys()] + + def __repr__(self): + return '<%s %s %s>' % (self.__class__.__name__, self.name, + self.version) + + +METADATA_FILENAME = 'pydist.json' +WHEEL_METADATA_FILENAME = 'metadata.json' +LEGACY_METADATA_FILENAME = 'METADATA' + + +class Metadata(object): + """ + The metadata of a release. This implementation uses 2.1 + metadata where possible. If not possible, it wraps a LegacyMetadata + instance which handles the key-value metadata format. + """ + + METADATA_VERSION_MATCHER = re.compile(r'^\d+(\.\d+)*$') + + NAME_MATCHER = re.compile('^[0-9A-Z]([0-9A-Z_.-]*[0-9A-Z])?$', re.I) + + FIELDNAME_MATCHER = re.compile('^[A-Z]([0-9A-Z-]*[0-9A-Z])?$', re.I) + + VERSION_MATCHER = PEP440_VERSION_RE + + SUMMARY_MATCHER = re.compile('.{1,2047}') + + METADATA_VERSION = '2.0' + + GENERATOR = 'distlib (%s)' % __version__ + + MANDATORY_KEYS = { + 'name': (), + 'version': (), + 'summary': ('legacy',), + } + + INDEX_KEYS = ('name version license summary description author ' + 'author_email keywords platform home_page classifiers ' + 'download_url') + + DEPENDENCY_KEYS = ('extras run_requires test_requires build_requires ' + 'dev_requires provides meta_requires obsoleted_by ' + 'supports_environments') + + SYNTAX_VALIDATORS = { + 'metadata_version': (METADATA_VERSION_MATCHER, ()), + 'name': (NAME_MATCHER, ('legacy',)), + 'version': (VERSION_MATCHER, ('legacy',)), + 'summary': (SUMMARY_MATCHER, ('legacy',)), + 'dynamic': (FIELDNAME_MATCHER, ('legacy',)), + } + + __slots__ = ('_legacy', '_data', 'scheme') + + def __init__(self, path=None, fileobj=None, mapping=None, + scheme='default'): + if [path, fileobj, mapping].count(None) < 2: + raise TypeError('path, fileobj and mapping are exclusive') + self._legacy = None + self._data = None + self.scheme = scheme + #import pdb; pdb.set_trace() + if mapping is not None: + try: + self._validate_mapping(mapping, scheme) + self._data = mapping + except MetadataUnrecognizedVersionError: + self._legacy = LegacyMetadata(mapping=mapping, scheme=scheme) + self.validate() + else: + data = None + if path: + with open(path, 'rb') as f: + data = f.read() + elif fileobj: + data = fileobj.read() + if data is None: + # Initialised with no args - to be added + self._data = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + else: + if not isinstance(data, text_type): + data = data.decode('utf-8') + try: + self._data = json.loads(data) + self._validate_mapping(self._data, scheme) + except ValueError: + # Note: MetadataUnrecognizedVersionError does not + # inherit from ValueError (it's a DistlibException, + # which should not inherit from ValueError). + # The ValueError comes from the json.load - if that + # succeeds and we get a validation error, we want + # that to propagate + self._legacy = LegacyMetadata(fileobj=StringIO(data), + scheme=scheme) + self.validate() + + common_keys = set(('name', 'version', 'license', 'keywords', 'summary')) + + none_list = (None, list) + none_dict = (None, dict) + + mapped_keys = { + 'run_requires': ('Requires-Dist', list), + 'build_requires': ('Setup-Requires-Dist', list), + 'dev_requires': none_list, + 'test_requires': none_list, + 'meta_requires': none_list, + 'extras': ('Provides-Extra', list), + 'modules': none_list, + 'namespaces': none_list, + 'exports': none_dict, + 'commands': none_dict, + 'classifiers': ('Classifier', list), + 'source_url': ('Download-URL', None), + 'metadata_version': ('Metadata-Version', None), + } + + del none_list, none_dict + + def __getattribute__(self, key): + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, maker = mapped[key] + if self._legacy: + if lk is None: + result = None if maker is None else maker() + else: + result = self._legacy.get(lk) + else: + value = None if maker is None else maker() + if key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + result = self._data.get(key, value) + else: + # special cases for PEP 459 + sentinel = object() + result = sentinel + d = self._data.get('extensions') + if d: + if key == 'commands': + result = d.get('python.commands', value) + elif key == 'classifiers': + d = d.get('python.details') + if d: + result = d.get(key, value) + else: + d = d.get('python.exports') + if not d: + d = self._data.get('python.exports') + if d: + result = d.get(key, value) + if result is sentinel: + result = value + elif key not in common: + result = object.__getattribute__(self, key) + elif self._legacy: + result = self._legacy.get(key) + else: + result = self._data.get(key) + return result + + def _validate_value(self, key, value, scheme=None): + if key in self.SYNTAX_VALIDATORS: + pattern, exclusions = self.SYNTAX_VALIDATORS[key] + if (scheme or self.scheme) not in exclusions: + m = pattern.match(value) + if not m: + raise MetadataInvalidError("'%s' is an invalid value for " + "the '%s' property" % (value, + key)) + + def __setattr__(self, key, value): + self._validate_value(key, value) + common = object.__getattribute__(self, 'common_keys') + mapped = object.__getattribute__(self, 'mapped_keys') + if key in mapped: + lk, _ = mapped[key] + if self._legacy: + if lk is None: + raise NotImplementedError + self._legacy[lk] = value + elif key not in ('commands', 'exports', 'modules', 'namespaces', + 'classifiers'): + self._data[key] = value + else: + # special cases for PEP 459 + d = self._data.setdefault('extensions', {}) + if key == 'commands': + d['python.commands'] = value + elif key == 'classifiers': + d = d.setdefault('python.details', {}) + d[key] = value + else: + d = d.setdefault('python.exports', {}) + d[key] = value + elif key not in common: + object.__setattr__(self, key, value) + else: + if key == 'keywords': + if isinstance(value, string_types): + value = value.strip() + if value: + value = value.split() + else: + value = [] + if self._legacy: + self._legacy[key] = value + else: + self._data[key] = value + + @property + def name_and_version(self): + return _get_name_and_version(self.name, self.version, True) + + @property + def provides(self): + if self._legacy: + result = self._legacy['Provides-Dist'] + else: + result = self._data.setdefault('provides', []) + s = '%s (%s)' % (self.name, self.version) + if s not in result: + result.append(s) + return result + + @provides.setter + def provides(self, value): + if self._legacy: + self._legacy['Provides-Dist'] = value + else: + self._data['provides'] = value + + def get_requirements(self, reqts, extras=None, env=None): + """ + Base method to get dependencies, given a set of extras + to satisfy and an optional environment context. + :param reqts: A list of sometimes-wanted dependencies, + perhaps dependent on extras and environment. + :param extras: A list of optional components being requested. + :param env: An optional environment for marker evaluation. + """ + if self._legacy: + result = reqts + else: + result = [] + extras = get_extras(extras or [], self.extras) + for d in reqts: + if 'extra' not in d and 'environment' not in d: + # unconditional + include = True + else: + if 'extra' not in d: + # Not extra-dependent - only environment-dependent + include = True + else: + include = d.get('extra') in extras + if include: + # Not excluded because of extras, check environment + marker = d.get('environment') + if marker: + include = interpret(marker, env) + if include: + result.extend(d['requires']) + for key in ('build', 'dev', 'test'): + e = ':%s:' % key + if e in extras: + extras.remove(e) + # A recursive call, but it should terminate since 'test' + # has been removed from the extras + reqts = self._data.get('%s_requires' % key, []) + result.extend(self.get_requirements(reqts, extras=extras, + env=env)) + return result + + @property + def dictionary(self): + if self._legacy: + return self._from_legacy() + return self._data + + @property + def dependencies(self): + if self._legacy: + raise NotImplementedError + else: + return extract_by_key(self._data, self.DEPENDENCY_KEYS) + + @dependencies.setter + def dependencies(self, value): + if self._legacy: + raise NotImplementedError + else: + self._data.update(value) + + def _validate_mapping(self, mapping, scheme): + if mapping.get('metadata_version') != self.METADATA_VERSION: + raise MetadataUnrecognizedVersionError() + missing = [] + for key, exclusions in self.MANDATORY_KEYS.items(): + if key not in mapping: + if scheme not in exclusions: + missing.append(key) + if missing: + msg = 'Missing metadata items: %s' % ', '.join(missing) + raise MetadataMissingError(msg) + for k, v in mapping.items(): + self._validate_value(k, v, scheme) + + def validate(self): + if self._legacy: + missing, warnings = self._legacy.check(True) + if missing or warnings: + logger.warning('Metadata: missing: %s, warnings: %s', + missing, warnings) + else: + self._validate_mapping(self._data, self.scheme) + + def todict(self): + if self._legacy: + return self._legacy.todict(True) + else: + result = extract_by_key(self._data, self.INDEX_KEYS) + return result + + def _from_legacy(self): + assert self._legacy and not self._data + result = { + 'metadata_version': self.METADATA_VERSION, + 'generator': self.GENERATOR, + } + lmd = self._legacy.todict(True) # skip missing ones + for k in ('name', 'version', 'license', 'summary', 'description', + 'classifier'): + if k in lmd: + if k == 'classifier': + nk = 'classifiers' + else: + nk = k + result[nk] = lmd[k] + kw = lmd.get('Keywords', []) + if kw == ['']: + kw = [] + result['keywords'] = kw + keys = (('requires_dist', 'run_requires'), + ('setup_requires_dist', 'build_requires')) + for ok, nk in keys: + if ok in lmd and lmd[ok]: + result[nk] = [{'requires': lmd[ok]}] + result['provides'] = self.provides + author = {} + maintainer = {} + return result + + LEGACY_MAPPING = { + 'name': 'Name', + 'version': 'Version', + ('extensions', 'python.details', 'license'): 'License', + 'summary': 'Summary', + 'description': 'Description', + ('extensions', 'python.project', 'project_urls', 'Home'): 'Home-page', + ('extensions', 'python.project', 'contacts', 0, 'name'): 'Author', + ('extensions', 'python.project', 'contacts', 0, 'email'): 'Author-email', + 'source_url': 'Download-URL', + ('extensions', 'python.details', 'classifiers'): 'Classifier', + } + + def _to_legacy(self): + def process_entries(entries): + reqts = set() + for e in entries: + extra = e.get('extra') + env = e.get('environment') + rlist = e['requires'] + for r in rlist: + if not env and not extra: + reqts.add(r) + else: + marker = '' + if extra: + marker = 'extra == "%s"' % extra + if env: + if marker: + marker = '(%s) and %s' % (env, marker) + else: + marker = env + reqts.add(';'.join((r, marker))) + return reqts + + assert self._data and not self._legacy + result = LegacyMetadata() + nmd = self._data + # import pdb; pdb.set_trace() + for nk, ok in self.LEGACY_MAPPING.items(): + if not isinstance(nk, tuple): + if nk in nmd: + result[ok] = nmd[nk] + else: + d = nmd + found = True + for k in nk: + try: + d = d[k] + except (KeyError, IndexError): + found = False + break + if found: + result[ok] = d + r1 = process_entries(self.run_requires + self.meta_requires) + r2 = process_entries(self.build_requires + self.dev_requires) + if self.extras: + result['Provides-Extra'] = sorted(self.extras) + result['Requires-Dist'] = sorted(r1) + result['Setup-Requires-Dist'] = sorted(r2) + # TODO: any other fields wanted + return result + + def write(self, path=None, fileobj=None, legacy=False, skip_unknown=True): + if [path, fileobj].count(None) != 1: + raise ValueError('Exactly one of path and fileobj is needed') + self.validate() + if legacy: + if self._legacy: + legacy_md = self._legacy + else: + legacy_md = self._to_legacy() + if path: + legacy_md.write(path, skip_unknown=skip_unknown) + else: + legacy_md.write_file(fileobj, skip_unknown=skip_unknown) + else: + if self._legacy: + d = self._from_legacy() + else: + d = self._data + if fileobj: + json.dump(d, fileobj, ensure_ascii=True, indent=2, + sort_keys=True) + else: + with codecs.open(path, 'w', 'utf-8') as f: + json.dump(d, f, ensure_ascii=True, indent=2, + sort_keys=True) + + def add_requirements(self, requirements): + if self._legacy: + self._legacy.add_requirements(requirements) + else: + run_requires = self._data.setdefault('run_requires', []) + always = None + for entry in run_requires: + if 'environment' not in entry and 'extra' not in entry: + always = entry + break + if always is None: + always = { 'requires': requirements } + run_requires.insert(0, always) + else: + rset = set(always['requires']) | set(requirements) + always['requires'] = sorted(rset) + + def __repr__(self): + name = self.name or '(no name)' + version = self.version or 'no version' + return '<%s %s %s (%s)>' % (self.__class__.__name__, + self.metadata_version, name, version) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py new file mode 100644 index 0000000..fef52aa --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py new file mode 100644 index 0000000..cfa45d2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py @@ -0,0 +1,452 @@ +# -*- 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()) +''' + + +def enquote_executable(executable): + if ' ' in executable: + # make sure we quote only the executable in case of env + # for example /usr/bin/env "/dir with spaces/bin/jython" + # instead of "/usr/bin/env /dir with spaces/bin/jython" + # otherwise whole + if executable.startswith('/usr/bin/env '): + env, _executable = executable.split(' ', 1) + if ' ' in _executable and not _executable.startswith('"'): + executable = '%s "%s"' % (env, _executable) + else: + if not executable.startswith('"'): + executable = '"%s"' % executable + return executable + + +# Keep the old name around (for now), as there is at least one project using it! +_enquote_executable = enquote_executable + + +class ScriptMaker(object): + """ + A class to copy or create scripts from source scripts or callable + specifications. + """ + script_template = SCRIPT_TEMPLATE + + executable = None # for shebangs + + def __init__(self, + source_dir, + target_dir, + add_launchers=True, + dry_run=False, + fileop=None): + self.source_dir = source_dir + self.target_dir = target_dir + self.add_launchers = add_launchers + self.force = False + self.clobber = False + # It only makes sense to set mode bits on POSIX. + self.set_mode = (os.name == 'posix') or (os.name == 'java' + and os._name == 'posix') + self.variants = set(('', 'X.Y')) + self._fileop = fileop or FileOperator(dry_run) + + self._is_nt = os.name == 'nt' or (os.name == 'java' + and os._name == 'nt') + self.version_info = sys.version_info + + def _get_alternate_executable(self, executable, options): + if options.get('gui', False) and self._is_nt: # pragma: no cover + dn, fn = os.path.split(executable) + fn = fn.replace('python', 'pythonw') + executable = os.path.join(dn, fn) + return executable + + if sys.platform.startswith('java'): # pragma: no cover + + def _is_shell(self, executable): + """ + Determine if the specified executable is a script + (contains a #! line) + """ + try: + with open(executable) as fp: + return fp.read(2) == '#!' + except (OSError, IOError): + logger.warning('Failed to open %s', executable) + return False + + def _fix_jython_executable(self, executable): + if self._is_shell(executable): + # Workaround for Jython is not needed on Linux systems. + import java + + if java.lang.System.getProperty('os.name') == 'Linux': + return executable + elif executable.lower().endswith('jython.exe'): + # Use wrapper exe for Jython on Windows + return executable + return '/usr/bin/env %s' % executable + + def _build_shebang(self, executable, post_interp): + """ + Build a shebang line. In the simple case (on Windows, or a shebang line + which is not too long or contains spaces) use a simple formulation for + the shebang. Otherwise, use /bin/sh as the executable, with a contrived + shebang which allows the script to run either under Python or sh, using + suitable quoting. Thanks to Harald Nordgren for his input. + + See also: http://www.in-ulm.de/~mascheck/various/shebang/#length + https://hg.mozilla.org/mozilla-central/file/tip/mach + """ + if os.name != 'posix': + simple_shebang = True + else: + # Add 3 for '#!' prefix and newline suffix. + shebang_length = len(executable) + len(post_interp) + 3 + if sys.platform == 'darwin': + max_shebang_length = 512 + else: + max_shebang_length = 127 + simple_shebang = ((b' ' not in executable) + and (shebang_length <= max_shebang_length)) + + if simple_shebang: + result = b'#!' + executable + post_interp + b'\n' + else: + result = b'#!/bin/sh\n' + result += b"'''exec' " + executable + post_interp + b' "$0" "$@"\n' + result += b"' '''" + return result + + def _get_shebang(self, encoding, post_interp=b'', options=None): + enquote = True + if self.executable: + executable = self.executable + enquote = False # assume this will be taken care of + elif not sysconfig.is_python_build(): + executable = get_executable() + elif in_venv(): # pragma: no cover + executable = os.path.join( + sysconfig.get_path('scripts'), + 'python%s' % sysconfig.get_config_var('EXE')) + else: # pragma: no cover + if os.name == 'nt': + # for Python builds from source on Windows, no Python executables with + # a version suffix are created, so we use python.exe + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s' % (sysconfig.get_config_var('EXE'))) + else: + executable = os.path.join( + sysconfig.get_config_var('BINDIR'), + 'python%s%s' % (sysconfig.get_config_var('VERSION'), + sysconfig.get_config_var('EXE'))) + if options: + executable = self._get_alternate_executable(executable, options) + + if sys.platform.startswith('java'): # pragma: no cover + executable = self._fix_jython_executable(executable) + + # Normalise case for Windows - COMMENTED OUT + # executable = os.path.normcase(executable) + # N.B. The normalising operation above has been commented out: See + # issue #124. Although paths in Windows are generally case-insensitive, + # they aren't always. For example, a path containing a ẞ (which is a + # LATIN CAPITAL LETTER SHARP S - U+1E9E) is normcased to ß (which is a + # LATIN SMALL LETTER SHARP S' - U+00DF). The two are not considered by + # Windows as equivalent in path names. + + # If the user didn't specify an executable, it may be necessary to + # cater for executable paths with spaces (not uncommon on Windows) + if enquote: + executable = enquote_executable(executable) + # Issue #51: don't use fsencode, since we later try to + # check that the shebang is decodable using utf-8. + executable = executable.encode('utf-8') + # in case of IronPython, play safe and enable frames support + if (sys.platform == 'cli' and '-X:Frames' not in post_interp + and '-X:FullFrames' not in post_interp): # pragma: no cover + post_interp += b' -X:Frames' + shebang = self._build_shebang(executable, post_interp) + # Python parser starts to read a script using UTF-8 until + # it gets a #coding:xxx cookie. The shebang has to be the + # first line of a file, the #coding:xxx cookie cannot be + # written before. So the shebang has to be decodable from + # UTF-8. + try: + shebang.decode('utf-8') + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable from utf-8' % + shebang) + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be decodable from + # the script encoding too. + if encoding != 'utf-8': + try: + shebang.decode(encoding) + except UnicodeDecodeError: # pragma: no cover + raise ValueError('The shebang (%r) is not decodable ' + 'from the script encoding (%r)' % + (shebang, encoding)) + return shebang + + def _get_script_text(self, entry): + return self.script_template % dict( + module=entry.prefix, + import_name=entry.suffix.split('.')[0], + func=entry.suffix) + + manifest = _DEFAULT_MANIFEST + + def get_manifest(self, exename): + base = os.path.basename(exename) + return self.manifest % base + + def _write_script(self, names, shebang, script_bytes, filenames, ext): + use_launcher = self.add_launchers and self._is_nt + linesep = os.linesep.encode('utf-8') + if not shebang.endswith(linesep): + shebang += linesep + if not use_launcher: + script_bytes = shebang + script_bytes + else: # pragma: no cover + if ext == 'py': + launcher = self._get_launcher('t') + else: + launcher = self._get_launcher('w') + stream = BytesIO() + with ZipFile(stream, 'w') as zf: + source_date_epoch = os.environ.get('SOURCE_DATE_EPOCH') + if source_date_epoch: + date_time = time.gmtime(int(source_date_epoch))[:6] + zinfo = ZipInfo(filename='__main__.py', + date_time=date_time) + zf.writestr(zinfo, script_bytes) + else: + zf.writestr('__main__.py', script_bytes) + zip_data = stream.getvalue() + script_bytes = launcher + shebang + zip_data + for name in names: + outname = os.path.join(self.target_dir, name) + if use_launcher: # pragma: no cover + n, e = os.path.splitext(outname) + if e.startswith('.py'): + outname = n + outname = '%s.exe' % outname + try: + self._fileop.write_binary_file(outname, script_bytes) + except Exception: + # Failed writing an executable - it might be in use. + logger.warning('Failed to write executable - trying to ' + 'use .deleteme logic') + dfname = '%s.deleteme' % outname + if os.path.exists(dfname): + os.remove(dfname) # Not allowed to fail here + os.rename(outname, dfname) # nor here + self._fileop.write_binary_file(outname, script_bytes) + logger.debug('Able to replace executable using ' + '.deleteme logic') + try: + os.remove(dfname) + except Exception: + pass # still in use - ignore error + else: + if self._is_nt and not outname.endswith( + '.' + ext): # pragma: no cover + outname = '%s.%s' % (outname, ext) + if os.path.exists(outname) and not self.clobber: + logger.warning('Skipping existing file %s', outname) + continue + self._fileop.write_binary_file(outname, script_bytes) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + + variant_separator = '-' + + def get_script_filenames(self, name): + result = set() + if '' in self.variants: + result.add(name) + if 'X' in self.variants: + result.add('%s%s' % (name, self.version_info[0])) + if 'X.Y' in self.variants: + result.add('%s%s%s.%s' % + (name, self.variant_separator, self.version_info[0], + self.version_info[1])) + return result + + def _make_script(self, entry, filenames, options=None): + post_interp = b'' + if options: + args = options.get('interpreter_args', []) + if args: + args = ' %s' % ' '.join(args) + post_interp = args.encode('utf-8') + shebang = self._get_shebang('utf-8', post_interp, options=options) + script = self._get_script_text(entry).encode('utf-8') + scriptnames = self.get_script_filenames(entry.name) + if options and options.get('gui', False): + ext = 'pyw' + else: + ext = 'py' + self._write_script(scriptnames, shebang, script, filenames, ext) + + def _copy_script(self, script, filenames): + adjust = False + script = os.path.join(self.source_dir, convert_path(script)) + outname = os.path.join(self.target_dir, os.path.basename(script)) + if not self.force and not self._fileop.newer(script, outname): + logger.debug('not copying %s (up-to-date)', script) + return + + # Always open the file, but ignore failures in dry-run mode -- + # that way, we'll get accurate feedback if we can read the + # script. + try: + f = open(script, 'rb') + except IOError: # pragma: no cover + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: # pragma: no cover + logger.warning('%s is an empty file (skipping)', script) + return + + match = FIRST_LINE_RE.match(first_line.replace(b'\r\n', b'\n')) + if match: + adjust = True + post_interp = match.group(1) or b'' + + if not adjust: + if f: + f.close() + self._fileop.copy_file(script, outname) + if self.set_mode: + self._fileop.set_executable_mode([outname]) + filenames.append(outname) + else: + logger.info('copying and adjusting %s -> %s', script, + self.target_dir) + if not self._fileop.dry_run: + encoding, lines = detect_encoding(f.readline) + f.seek(0) + shebang = self._get_shebang(encoding, post_interp) + if b'pythonw' in first_line: # pragma: no cover + ext = 'pyw' + else: + ext = 'py' + n = os.path.basename(outname) + self._write_script([n], shebang, f.read(), filenames, ext) + if f: + f.close() + + @property + def dry_run(self): + return self._fileop.dry_run + + @dry_run.setter + def dry_run(self, value): + self._fileop.dry_run = value + + if os.name == 'nt' or (os.name == 'java' + and os._name == 'nt'): # pragma: no cover + # Executable launcher support. + # Launchers are from https://bitbucket.org/vinay.sajip/simple_launcher/ + + def _get_launcher(self, kind): + if struct.calcsize('P') == 8: # 64-bit + bits = '64' + else: + bits = '32' + platform_suffix = '-arm' if get_platform() == 'win-arm64' else '' + name = '%s%s%s.exe' % (kind, bits, platform_suffix) + # Issue 31: don't hardcode an absolute package name, but + # determine it relative to the current package + distlib_package = __name__.rsplit('.', 1)[0] + resource = finder(distlib_package).find(name) + if not resource: + msg = ('Unable to find resource %s in package %s' % + (name, distlib_package)) + raise ValueError(msg) + return resource.bytes + + # Public API follows + + def make(self, specification, options=None): + """ + Make a script. + + :param specification: The specification, which is either a valid export + entry specification (to make a script from a + callable) or a filename (to make a script by + copying from a source location). + :param options: A dictionary of options controlling script generation. + :return: A list of all absolute pathnames written to. + """ + filenames = [] + entry = get_export_entry(specification) + if entry is None: + self._copy_script(specification, filenames) + else: + self._make_script(entry, filenames, options=options) + return filenames + + def make_multiple(self, specifications, options=None): + """ + Take a list of specifications and make scripts from them, + :param specifications: A list of specifications. + :return: A list of all absolute pathnames written to, + """ + filenames = [] + for specification in specifications: + filenames.extend(self.make(specification, options)) + return filenames diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/util.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/util.py new file mode 100644 index 0000000..ba58858 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/util.py @@ -0,0 +1,2025 @@ +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +import codecs +from collections import deque +import contextlib +import csv +from glob import iglob as std_iglob +import io +import json +import logging +import os +import py_compile +import re +import socket +try: + import ssl +except ImportError: # pragma: no cover + ssl = None +import subprocess +import sys +import tarfile +import tempfile +import textwrap + +try: + import threading +except ImportError: # pragma: no cover + import dummy_threading as threading +import time + +from . import DistlibException +from .compat import (string_types, text_type, shutil, raw_input, StringIO, + cache_from_source, urlopen, urljoin, httplib, xmlrpclib, + HTTPHandler, BaseConfigurator, valid_ident, + Container, configparser, URLError, ZipFile, fsdecode, + unquote, urlparse) + +logger = logging.getLogger(__name__) + +# +# Requirement parsing code as per PEP 508 +# + +IDENTIFIER = re.compile(r'^([\w\.-]+)\s*') +VERSION_IDENTIFIER = re.compile(r'^([\w\.*+-]+)\s*') +COMPARE_OP = re.compile(r'^(<=?|>=?|={2,3}|[~!]=)\s*') +MARKER_OP = re.compile(r'^((<=?)|(>=?)|={2,3}|[~!]=|in|not\s+in)\s*') +OR = re.compile(r'^or\b\s*') +AND = re.compile(r'^and\b\s*') +NON_SPACE = re.compile(r'(\S+)\s*') +STRING_CHUNK = re.compile(r'([\s\w\.{}()*+#:;,/?!~`@$%^&=|<>\[\]-]+)') + + +def parse_marker(marker_string): + """ + Parse a marker string and return a dictionary containing a marker expression. + + The dictionary will contain keys "op", "lhs" and "rhs" for non-terminals in + the expression grammar, or strings. A string contained in quotes is to be + interpreted as a literal string, and a string not contained in quotes is a + variable (such as os_name). + """ + + def marker_var(remaining): + # either identifier, or literal string + m = IDENTIFIER.match(remaining) + if m: + result = m.groups()[0] + remaining = remaining[m.end():] + elif not remaining: + raise SyntaxError('unexpected end of input') + else: + q = remaining[0] + if q not in '\'"': + raise SyntaxError('invalid expression: %s' % remaining) + oq = '\'"'.replace(q, '') + remaining = remaining[1:] + parts = [q] + while remaining: + # either a string chunk, or oq, or q to terminate + if remaining[0] == q: + break + elif remaining[0] == oq: + parts.append(oq) + remaining = remaining[1:] + else: + m = STRING_CHUNK.match(remaining) + if not m: + raise SyntaxError('error in string literal: %s' % + remaining) + parts.append(m.groups()[0]) + remaining = remaining[m.end():] + else: + s = ''.join(parts) + raise SyntaxError('unterminated string: %s' % s) + parts.append(q) + result = ''.join(parts) + remaining = remaining[1:].lstrip() # skip past closing quote + return result, remaining + + def marker_expr(remaining): + if remaining and remaining[0] == '(': + result, remaining = marker(remaining[1:].lstrip()) + if remaining[0] != ')': + raise SyntaxError('unterminated parenthesis: %s' % remaining) + remaining = remaining[1:].lstrip() + else: + lhs, remaining = marker_var(remaining) + while remaining: + m = MARKER_OP.match(remaining) + if not m: + break + op = m.groups()[0] + remaining = remaining[m.end():] + rhs, remaining = marker_var(remaining) + lhs = {'op': op, 'lhs': lhs, 'rhs': rhs} + result = lhs + return result, remaining + + def marker_and(remaining): + lhs, remaining = marker_expr(remaining) + while remaining: + m = AND.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_expr(remaining) + lhs = {'op': 'and', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + def marker(remaining): + lhs, remaining = marker_and(remaining) + while remaining: + m = OR.match(remaining) + if not m: + break + remaining = remaining[m.end():] + rhs, remaining = marker_and(remaining) + lhs = {'op': 'or', 'lhs': lhs, 'rhs': rhs} + return lhs, remaining + + return marker(marker_string) + + +def parse_requirement(req): + """ + Parse a requirement passed in as a string. Return a Container + whose attributes contain the various parts of the requirement. + """ + remaining = req.strip() + if not remaining or remaining.startswith('#'): + return None + m = IDENTIFIER.match(remaining) + if not m: + raise SyntaxError('name expected: %s' % remaining) + distname = m.groups()[0] + remaining = remaining[m.end():] + extras = mark_expr = versions = uri = None + if remaining and remaining[0] == '[': + i = remaining.find(']', 1) + if i < 0: + raise SyntaxError('unterminated extra: %s' % remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + extras = [] + while s: + m = IDENTIFIER.match(s) + if not m: + raise SyntaxError('malformed extra: %s' % s) + extras.append(m.groups()[0]) + s = s[m.end():] + if not s: + break + if s[0] != ',': + raise SyntaxError('comma expected in extras: %s' % s) + s = s[1:].lstrip() + if not extras: + extras = None + if remaining: + if remaining[0] == '@': + # it's a URI + remaining = remaining[1:].lstrip() + m = NON_SPACE.match(remaining) + if not m: + raise SyntaxError('invalid URI: %s' % remaining) + uri = m.groups()[0] + t = urlparse(uri) + # there are issues with Python and URL parsing, so this test + # is a bit crude. See bpo-20271, bpo-23505. Python doesn't + # always parse invalid URLs correctly - it should raise + # exceptions for malformed URLs + if not (t.scheme and t.netloc): + raise SyntaxError('Invalid URL: %s' % uri) + remaining = remaining[m.end():].lstrip() + else: + + def get_versions(ver_remaining): + """ + Return a list of operator, version tuples if any are + specified, else None. + """ + m = COMPARE_OP.match(ver_remaining) + versions = None + if m: + versions = [] + while True: + op = m.groups()[0] + ver_remaining = ver_remaining[m.end():] + m = VERSION_IDENTIFIER.match(ver_remaining) + if not m: + raise SyntaxError('invalid version: %s' % + ver_remaining) + v = m.groups()[0] + versions.append((op, v)) + ver_remaining = ver_remaining[m.end():] + if not ver_remaining or ver_remaining[0] != ',': + break + ver_remaining = ver_remaining[1:].lstrip() + # Some packages have a trailing comma which would break things + # See issue #148 + if not ver_remaining: + break + m = COMPARE_OP.match(ver_remaining) + if not m: + raise SyntaxError('invalid constraint: %s' % + ver_remaining) + if not versions: + versions = None + return versions, ver_remaining + + if remaining[0] != '(': + versions, remaining = get_versions(remaining) + else: + i = remaining.find(')', 1) + if i < 0: + raise SyntaxError('unterminated parenthesis: %s' % + remaining) + s = remaining[1:i] + remaining = remaining[i + 1:].lstrip() + # As a special diversion from PEP 508, allow a version number + # a.b.c in parentheses as a synonym for ~= a.b.c (because this + # is allowed in earlier PEPs) + if COMPARE_OP.match(s): + versions, _ = get_versions(s) + else: + m = VERSION_IDENTIFIER.match(s) + if not m: + raise SyntaxError('invalid constraint: %s' % s) + v = m.groups()[0] + s = s[m.end():].lstrip() + if s: + raise SyntaxError('invalid constraint: %s' % s) + versions = [('~=', v)] + + if remaining: + if remaining[0] != ';': + raise SyntaxError('invalid requirement: %s' % remaining) + remaining = remaining[1:].lstrip() + + mark_expr, remaining = parse_marker(remaining) + + if remaining and remaining[0] != '#': + raise SyntaxError('unexpected trailing data: %s' % remaining) + + if not versions: + rs = distname + else: + rs = '%s %s' % (distname, ', '.join( + ['%s %s' % con for con in versions])) + return Container(name=distname, + extras=extras, + constraints=versions, + marker=mark_expr, + url=uri, + requirement=rs) + + +def get_resources_dests(resources_root, rules): + """Find destinations for resources files""" + + def get_rel_path(root, path): + # normalizes and returns a lstripped-/-separated path + root = root.replace(os.path.sep, '/') + path = path.replace(os.path.sep, '/') + assert path.startswith(root) + return path[len(root):].lstrip('/') + + destinations = {} + for base, suffix, dest in rules: + prefix = os.path.join(resources_root, base) + for abs_base in iglob(prefix): + abs_glob = os.path.join(abs_base, suffix) + for abs_path in iglob(abs_glob): + resource_file = get_rel_path(resources_root, abs_path) + if dest is None: # remove the entry if it was here + destinations.pop(resource_file, None) + else: + rel_path = get_rel_path(abs_base, abs_path) + rel_dest = dest.replace(os.path.sep, '/').rstrip('/') + destinations[resource_file] = rel_dest + '/' + rel_path + return destinations + + +def in_venv(): + if hasattr(sys, 'real_prefix'): + # virtualenv venvs + result = True + else: + # PEP 405 venvs + result = sys.prefix != getattr(sys, 'base_prefix', sys.prefix) + return result + + +def get_executable(): + # The __PYVENV_LAUNCHER__ dance is apparently no longer needed, as + # changes to the stub launcher mean that sys.executable always points + # to the stub on OS X + # if sys.platform == 'darwin' and ('__PYVENV_LAUNCHER__' + # in os.environ): + # result = os.environ['__PYVENV_LAUNCHER__'] + # else: + # result = sys.executable + # return result + # Avoid normcasing: see issue #143 + # result = os.path.normcase(sys.executable) + result = sys.executable + if not isinstance(result, text_type): + result = fsdecode(result) + return result + + +def proceed(prompt, allowed_chars, error_prompt=None, default=None): + p = prompt + while True: + s = raw_input(p) + p = prompt + if not s and default: + s = default + if s: + c = s[0].lower() + if c in allowed_chars: + break + if error_prompt: + p = '%c: %s\n%s' % (c, error_prompt, prompt) + return c + + +def extract_by_key(d, keys): + if isinstance(keys, string_types): + keys = keys.split() + result = {} + for key in keys: + if key in d: + result[key] = d[key] + return result + + +def read_exports(stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + # Try to load as JSON, falling back on legacy format + data = stream.read() + stream = StringIO(data) + try: + jdata = json.load(stream) + result = jdata['extensions']['python.exports']['exports'] + for group, entries in result.items(): + for k, v in entries.items(): + s = '%s = %s' % (k, v) + entry = get_export_entry(s) + assert entry is not None + entries[k] = entry + return result + except Exception: + stream.seek(0, 0) + + def read_stream(cp, stream): + if hasattr(cp, 'read_file'): + cp.read_file(stream) + else: + cp.readfp(stream) + + cp = configparser.ConfigParser() + try: + read_stream(cp, stream) + except configparser.MissingSectionHeaderError: + stream.close() + data = textwrap.dedent(data) + stream = StringIO(data) + read_stream(cp, stream) + + result = {} + for key in cp.sections(): + result[key] = entries = {} + for name, value in cp.items(key): + s = '%s = %s' % (name, value) + entry = get_export_entry(s) + assert entry is not None + # entry.dist = self + entries[name] = entry + return result + + +def write_exports(exports, stream): + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getwriter('utf-8')(stream) + cp = configparser.ConfigParser() + for k, v in exports.items(): + # TODO check k, v for valid values + cp.add_section(k) + for entry in v.values(): + if entry.suffix is None: + s = entry.prefix + else: + s = '%s:%s' % (entry.prefix, entry.suffix) + if entry.flags: + s = '%s [%s]' % (s, ', '.join(entry.flags)) + cp.set(k, entry.name, s) + cp.write(stream) + + +@contextlib.contextmanager +def tempdir(): + td = tempfile.mkdtemp() + try: + yield td + finally: + shutil.rmtree(td) + + +@contextlib.contextmanager +def chdir(d): + cwd = os.getcwd() + try: + os.chdir(d) + yield + finally: + os.chdir(cwd) + + +@contextlib.contextmanager +def socket_timeout(seconds=15): + cto = socket.getdefaulttimeout() + try: + socket.setdefaulttimeout(seconds) + yield + finally: + socket.setdefaulttimeout(cto) + + +class cached_property(object): + + def __init__(self, func): + self.func = func + # for attr in ('__name__', '__module__', '__doc__'): + # setattr(self, attr, getattr(func, attr, None)) + + def __get__(self, obj, cls=None): + if obj is None: + return self + value = self.func(obj) + object.__setattr__(obj, self.func.__name__, value) + # obj.__dict__[self.func.__name__] = value = self.func(obj) + return value + + +def convert_path(pathname): + """Return 'pathname' as a name that will work on the native filesystem. + + The path is split on '/' and put back together again using the current + directory separator. Needed because filenames in the setup script are + always supplied in Unix style, and have to be converted to the local + convention before we can actually use them in the filesystem. Raises + ValueError on non-Unix-ish systems if 'pathname' either starts or + ends with a slash. + """ + if os.sep == '/': + return pathname + if not pathname: + return pathname + if pathname[0] == '/': + raise ValueError("path '%s' cannot be absolute" % pathname) + if pathname[-1] == '/': + raise ValueError("path '%s' cannot end with '/'" % pathname) + + paths = pathname.split('/') + while os.curdir in paths: + paths.remove(os.curdir) + if not paths: + return os.curdir + return os.path.join(*paths) + + +class FileOperator(object): + + def __init__(self, dry_run=False): + self.dry_run = dry_run + self.ensured = set() + self._init_record() + + def _init_record(self): + self.record = False + self.files_written = set() + self.dirs_created = set() + + def record_as_written(self, path): + if self.record: + self.files_written.add(path) + + def newer(self, source, target): + """Tell if the target is newer than the source. + + Returns true if 'source' exists and is more recently modified than + 'target', or if 'source' exists and 'target' doesn't. + + Returns false if both exist and 'target' is the same age or younger + than 'source'. Raise PackagingFileError if 'source' does not exist. + + Note that this test is not very accurate: files created in the same + second will have the same "age". + """ + if not os.path.exists(source): + raise DistlibException("file '%r' does not exist" % + os.path.abspath(source)) + if not os.path.exists(target): + return True + + return os.stat(source).st_mtime > os.stat(target).st_mtime + + def copy_file(self, infile, outfile, check=True): + """Copy a file respecting dry-run and force flags. + """ + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying %s to %s', infile, outfile) + if not self.dry_run: + msg = None + if check: + if os.path.islink(outfile): + msg = '%s is a symlink' % outfile + elif os.path.exists(outfile) and not os.path.isfile(outfile): + msg = '%s is a non-regular file' % outfile + if msg: + raise ValueError(msg + ' which would be overwritten') + shutil.copyfile(infile, outfile) + self.record_as_written(outfile) + + def copy_stream(self, instream, outfile, encoding=None): + assert not os.path.isdir(outfile) + self.ensure_dir(os.path.dirname(outfile)) + logger.info('Copying stream %s to %s', instream, outfile) + if not self.dry_run: + if encoding is None: + outstream = open(outfile, 'wb') + else: + outstream = codecs.open(outfile, 'w', encoding=encoding) + try: + shutil.copyfileobj(instream, outstream) + finally: + outstream.close() + self.record_as_written(outfile) + + def write_binary_file(self, path, data): + self.ensure_dir(os.path.dirname(path)) + if not self.dry_run: + if os.path.exists(path): + os.remove(path) + with open(path, 'wb') as f: + f.write(data) + self.record_as_written(path) + + def write_text_file(self, path, data, encoding): + self.write_binary_file(path, data.encode(encoding)) + + def set_mode(self, bits, mask, files): + if os.name == 'posix' or (os.name == 'java' and os._name == 'posix'): + # Set the executable bits (owner, group, and world) on + # all the files specified. + for f in files: + if self.dry_run: + logger.info("changing mode of %s", f) + else: + mode = (os.stat(f).st_mode | bits) & mask + logger.info("changing mode of %s to %o", f, mode) + os.chmod(f, mode) + + set_executable_mode = lambda s, f: s.set_mode(0o555, 0o7777, f) + + def ensure_dir(self, path): + path = os.path.abspath(path) + if path not in self.ensured and not os.path.exists(path): + self.ensured.add(path) + d, f = os.path.split(path) + self.ensure_dir(d) + logger.info('Creating %s' % path) + if not self.dry_run: + os.mkdir(path) + if self.record: + self.dirs_created.add(path) + + def byte_compile(self, + path, + optimize=False, + force=False, + prefix=None, + hashed_invalidation=False): + dpath = cache_from_source(path, not optimize) + logger.info('Byte-compiling %s to %s', path, dpath) + if not self.dry_run: + if force or self.newer(path, dpath): + if not prefix: + diagpath = None + else: + assert path.startswith(prefix) + diagpath = path[len(prefix):] + compile_kwargs = {} + if hashed_invalidation and hasattr(py_compile, + 'PycInvalidationMode'): + compile_kwargs[ + 'invalidation_mode'] = py_compile.PycInvalidationMode.CHECKED_HASH + py_compile.compile(path, dpath, diagpath, True, + **compile_kwargs) # raise error + self.record_as_written(dpath) + return dpath + + def ensure_removed(self, path): + if os.path.exists(path): + if os.path.isdir(path) and not os.path.islink(path): + logger.debug('Removing directory tree at %s', path) + if not self.dry_run: + shutil.rmtree(path) + if self.record: + if path in self.dirs_created: + self.dirs_created.remove(path) + else: + if os.path.islink(path): + s = 'link' + else: + s = 'file' + logger.debug('Removing %s %s', s, path) + if not self.dry_run: + os.remove(path) + if self.record: + if path in self.files_written: + self.files_written.remove(path) + + def is_writable(self, path): + result = False + while not result: + if os.path.exists(path): + result = os.access(path, os.W_OK) + break + parent = os.path.dirname(path) + if parent == path: + break + path = parent + return result + + def commit(self): + """ + Commit recorded changes, turn off recording, return + changes. + """ + assert self.record + result = self.files_written, self.dirs_created + self._init_record() + return result + + def rollback(self): + if not self.dry_run: + for f in list(self.files_written): + if os.path.exists(f): + os.remove(f) + # dirs should all be empty now, except perhaps for + # __pycache__ subdirs + # reverse so that subdirs appear before their parents + dirs = sorted(self.dirs_created, reverse=True) + for d in dirs: + flist = os.listdir(d) + if flist: + assert flist == ['__pycache__'] + sd = os.path.join(d, flist[0]) + os.rmdir(sd) + os.rmdir(d) # should fail if non-empty + self._init_record() + + +def resolve(module_name, dotted_path): + if module_name in sys.modules: + mod = sys.modules[module_name] + else: + mod = __import__(module_name) + if dotted_path is None: + result = mod + else: + parts = dotted_path.split('.') + result = getattr(mod, parts.pop(0)) + for p in parts: + result = getattr(result, p) + return result + + +class ExportEntry(object): + + def __init__(self, name, prefix, suffix, flags): + self.name = name + self.prefix = prefix + self.suffix = suffix + self.flags = flags + + @cached_property + def value(self): + return resolve(self.prefix, self.suffix) + + def __repr__(self): # pragma: no cover + return '' % (self.name, self.prefix, + self.suffix, self.flags) + + def __eq__(self, other): + if not isinstance(other, ExportEntry): + result = False + else: + result = (self.name == other.name and self.prefix == other.prefix + and self.suffix == other.suffix + and self.flags == other.flags) + return result + + __hash__ = object.__hash__ + + +ENTRY_RE = re.compile( + r'''(?P([^\[]\S*)) + \s*=\s*(?P(\w+)([:\.]\w+)*) + \s*(\[\s*(?P[\w-]+(=\w+)?(,\s*\w+(=\w+)?)*)\s*\])? + ''', re.VERBOSE) + + +def get_export_entry(specification): + m = ENTRY_RE.search(specification) + if not m: + result = None + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + else: + d = m.groupdict() + name = d['name'] + path = d['callable'] + colons = path.count(':') + if colons == 0: + prefix, suffix = path, None + else: + if colons != 1: + raise DistlibException("Invalid specification " + "'%s'" % specification) + prefix, suffix = path.split(':') + flags = d['flags'] + if flags is None: + if '[' in specification or ']' in specification: + raise DistlibException("Invalid specification " + "'%s'" % specification) + flags = [] + else: + flags = [f.strip() for f in flags.split(',')] + result = ExportEntry(name, prefix, suffix, flags) + return result + + +def get_cache_base(suffix=None): + """ + Return the default base location for distlib caches. If the directory does + not exist, it is created. Use the suffix provided for the base directory, + and default to '.distlib' if it isn't provided. + + On Windows, if LOCALAPPDATA is defined in the environment, then it is + assumed to be a directory, and will be the parent directory of the result. + On POSIX, and on Windows if LOCALAPPDATA is not defined, the user's home + directory - using os.expanduser('~') - will be the parent directory of + the result. + + The result is just the directory '.distlib' in the parent directory as + determined above, or with the name specified with ``suffix``. + """ + if suffix is None: + suffix = '.distlib' + if os.name == 'nt' and 'LOCALAPPDATA' in os.environ: + result = os.path.expandvars('$localappdata') + else: + # Assume posix, or old Windows + result = os.path.expanduser('~') + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if os.path.isdir(result): + usable = os.access(result, os.W_OK) + if not usable: + logger.warning('Directory exists but is not writable: %s', result) + else: + try: + os.makedirs(result) + usable = True + except OSError: + logger.warning('Unable to create %s', result, exc_info=True) + usable = False + if not usable: + result = tempfile.mkdtemp() + logger.warning('Default location unusable, using %s', result) + return os.path.join(result, suffix) + + +def path_to_cache_dir(path): + """ + Convert an absolute path to a directory name for use in a cache. + + The algorithm used is: + + #. On Windows, any ``':'`` in the drive is replaced with ``'---'``. + #. Any occurrence of ``os.sep`` is replaced with ``'--'``. + #. ``'.cache'`` is appended. + """ + d, p = os.path.splitdrive(os.path.abspath(path)) + if d: + d = d.replace(':', '---') + p = p.replace(os.sep, '--') + return d + p + '.cache' + + +def ensure_slash(s): + if not s.endswith('/'): + return s + '/' + return s + + +def parse_credentials(netloc): + username = password = None + if '@' in netloc: + prefix, netloc = netloc.rsplit('@', 1) + if ':' not in prefix: + username = prefix + else: + username, password = prefix.split(':', 1) + if username: + username = unquote(username) + if password: + password = unquote(password) + return username, password, netloc + + +def get_process_umask(): + result = os.umask(0o22) + os.umask(result) + return result + + +def is_string_sequence(seq): + result = True + i = None + for i, s in enumerate(seq): + if not isinstance(s, string_types): + result = False + break + assert i is not None + return result + + +PROJECT_NAME_AND_VERSION = re.compile( + '([a-z0-9_]+([.-][a-z_][a-z0-9_]*)*)-' + '([a-z0-9_.+-]+)', re.I) +PYTHON_VERSION = re.compile(r'-py(\d\.?\d?)') + + +def split_filename(filename, project_name=None): + """ + Extract name, version, python version from a filename (no extension) + + Return name, version, pyver or None + """ + result = None + pyver = None + filename = unquote(filename).replace(' ', '-') + m = PYTHON_VERSION.search(filename) + if m: + pyver = m.group(1) + filename = filename[:m.start()] + if project_name and len(filename) > len(project_name) + 1: + m = re.match(re.escape(project_name) + r'\b', filename) + if m: + n = m.end() + result = filename[:n], filename[n + 1:], pyver + if result is None: + m = PROJECT_NAME_AND_VERSION.match(filename) + if m: + result = m.group(1), m.group(3), pyver + return result + + +# Allow spaces in name because of legacy dists like "Twisted Core" +NAME_VERSION_RE = re.compile(r'(?P[\w .-]+)\s*' + r'\(\s*(?P[^\s)]+)\)$') + + +def parse_name_and_version(p): + """ + A utility method used to get name and version from a string. + + From e.g. a Provides-Dist value. + + :param p: A value in a form 'foo (1.0)' + :return: The name and version as a tuple. + """ + m = NAME_VERSION_RE.match(p) + if not m: + raise DistlibException('Ill-formed name/version string: \'%s\'' % p) + d = m.groupdict() + return d['name'].strip().lower(), d['ver'] + + +def get_extras(requested, available): + result = set() + requested = set(requested or []) + available = set(available or []) + if '*' in requested: + requested.remove('*') + result |= available + for r in requested: + if r == '-': + result.add(r) + elif r.startswith('-'): + unwanted = r[1:] + if unwanted not in available: + logger.warning('undeclared extra: %s' % unwanted) + if unwanted in result: + result.remove(unwanted) + else: + if r not in available: + logger.warning('undeclared extra: %s' % r) + result.add(r) + return result + + +# +# Extended metadata functionality +# + + +def _get_external_data(url): + result = {} + try: + # urlopen might fail if it runs into redirections, + # because of Python issue #13696. Fixed in locators + # using a custom redirect handler. + resp = urlopen(url) + headers = resp.info() + ct = headers.get('Content-Type') + if not ct.startswith('application/json'): + logger.debug('Unexpected response for JSON request: %s', ct) + else: + reader = codecs.getreader('utf-8')(resp) + # data = reader.read().decode('utf-8') + # result = json.loads(data) + result = json.load(reader) + except Exception as e: + logger.exception('Failed to get external data for %s: %s', url, e) + return result + + +_external_data_base_url = 'https://www.red-dove.com/pypi/projects/' + + +def get_project_data(name): + url = '%s/%s/project.json' % (name[0].upper(), name) + url = urljoin(_external_data_base_url, url) + result = _get_external_data(url) + return result + + +def get_package_data(name, version): + url = '%s/%s/package-%s.json' % (name[0].upper(), name, version) + url = urljoin(_external_data_base_url, url) + return _get_external_data(url) + + +class Cache(object): + """ + A class implementing a cache for resources that need to live in the file system + e.g. shared libraries. This class was moved from resources to here because it + could be used by other modules, e.g. the wheel module. + """ + + def __init__(self, base): + """ + Initialise an instance. + + :param base: The base directory where the cache should be located. + """ + # we use 'isdir' instead of 'exists', because we want to + # fail if there's a file with that name + if not os.path.isdir(base): # pragma: no cover + os.makedirs(base) + if (os.stat(base).st_mode & 0o77) != 0: + logger.warning('Directory \'%s\' is not private', base) + self.base = os.path.abspath(os.path.normpath(base)) + + def prefix_to_dir(self, prefix): + """ + Converts a resource prefix to a directory name in the cache. + """ + return path_to_cache_dir(prefix) + + def clear(self): + """ + Clear the cache. + """ + not_removed = [] + for fn in os.listdir(self.base): + fn = os.path.join(self.base, fn) + try: + if os.path.islink(fn) or os.path.isfile(fn): + os.remove(fn) + elif os.path.isdir(fn): + shutil.rmtree(fn) + except Exception: + not_removed.append(fn) + return not_removed + + +class EventMixin(object): + """ + A very simple publish/subscribe system. + """ + + def __init__(self): + self._subscribers = {} + + def add(self, event, subscriber, append=True): + """ + Add a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be added (and called when the + event is published). + :param append: Whether to append or prepend the subscriber to an + existing subscriber list for the event. + """ + subs = self._subscribers + if event not in subs: + subs[event] = deque([subscriber]) + else: + sq = subs[event] + if append: + sq.append(subscriber) + else: + sq.appendleft(subscriber) + + def remove(self, event, subscriber): + """ + Remove a subscriber for an event. + + :param event: The name of an event. + :param subscriber: The subscriber to be removed. + """ + subs = self._subscribers + if event not in subs: + raise ValueError('No subscribers: %r' % event) + subs[event].remove(subscriber) + + def get_subscribers(self, event): + """ + Return an iterator for the subscribers for an event. + :param event: The event to return subscribers for. + """ + return iter(self._subscribers.get(event, ())) + + def publish(self, event, *args, **kwargs): + """ + Publish a event and return a list of values returned by its + subscribers. + + :param event: The event to publish. + :param args: The positional arguments to pass to the event's + subscribers. + :param kwargs: The keyword arguments to pass to the event's + subscribers. + """ + result = [] + for subscriber in self.get_subscribers(event): + try: + value = subscriber(event, *args, **kwargs) + except Exception: + logger.exception('Exception during event publication') + value = None + result.append(value) + logger.debug('publish %s: args = %s, kwargs = %s, result = %s', event, + args, kwargs, result) + return result + + +# +# Simple sequencing +# +class Sequencer(object): + + def __init__(self): + self._preds = {} + self._succs = {} + self._nodes = set() # nodes with no preds/succs + + def add_node(self, node): + self._nodes.add(node) + + def remove_node(self, node, edges=False): + if node in self._nodes: + self._nodes.remove(node) + if edges: + for p in set(self._preds.get(node, ())): + self.remove(p, node) + for s in set(self._succs.get(node, ())): + self.remove(node, s) + # Remove empties + for k, v in list(self._preds.items()): + if not v: + del self._preds[k] + for k, v in list(self._succs.items()): + if not v: + del self._succs[k] + + def add(self, pred, succ): + assert pred != succ + self._preds.setdefault(succ, set()).add(pred) + self._succs.setdefault(pred, set()).add(succ) + + def remove(self, pred, succ): + assert pred != succ + try: + preds = self._preds[succ] + succs = self._succs[pred] + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of anything' % succ) + try: + preds.remove(pred) + succs.remove(succ) + except KeyError: # pragma: no cover + raise ValueError('%r not a successor of %r' % (succ, pred)) + + def is_step(self, step): + return (step in self._preds or step in self._succs + or step in self._nodes) + + def get_steps(self, final): + if not self.is_step(final): + raise ValueError('Unknown: %r' % final) + result = [] + todo = [] + seen = set() + todo.append(final) + while todo: + step = todo.pop(0) + if step in seen: + # if a step was already seen, + # move it to the end (so it will appear earlier + # when reversed on return) ... but not for the + # final step, as that would be confusing for + # users + if step != final: + result.remove(step) + result.append(step) + else: + seen.add(step) + result.append(step) + preds = self._preds.get(step, ()) + todo.extend(preds) + return reversed(result) + + @property + def strong_connections(self): + # http://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm + index_counter = [0] + stack = [] + lowlinks = {} + index = {} + result = [] + + graph = self._succs + + def strongconnect(node): + # set the depth index for this node to the smallest unused index + index[node] = index_counter[0] + lowlinks[node] = index_counter[0] + index_counter[0] += 1 + stack.append(node) + + # Consider successors + try: + successors = graph[node] + except Exception: + successors = [] + for successor in successors: + if successor not in lowlinks: + # Successor has not yet been visited + strongconnect(successor) + lowlinks[node] = min(lowlinks[node], lowlinks[successor]) + elif successor in stack: + # the successor is in the stack and hence in the current + # strongly connected component (SCC) + lowlinks[node] = min(lowlinks[node], index[successor]) + + # If `node` is a root node, pop the stack and generate an SCC + if lowlinks[node] == index[node]: + connected_component = [] + + while True: + successor = stack.pop() + connected_component.append(successor) + if successor == node: + break + component = tuple(connected_component) + # storing the result + result.append(component) + + for node in graph: + if node not in lowlinks: + strongconnect(node) + + return result + + @property + def dot(self): + result = ['digraph G {'] + for succ in self._preds: + preds = self._preds[succ] + for pred in preds: + result.append(' %s -> %s;' % (pred, succ)) + for node in self._nodes: + result.append(' %s;' % node) + result.append('}') + return '\n'.join(result) + + +# +# Unarchiving functionality for zip, tar, tgz, tbz, whl +# + +ARCHIVE_EXTENSIONS = ('.tar.gz', '.tar.bz2', '.tar', '.zip', '.tgz', '.tbz', + '.whl') + + +def unarchive(archive_filename, dest_dir, format=None, check=True): + + def check_path(path): + if not isinstance(path, text_type): + path = path.decode('utf-8') + p = os.path.abspath(os.path.join(dest_dir, path)) + if not p.startswith(dest_dir) or p[plen] != os.sep: + raise ValueError('path outside destination: %r' % p) + + dest_dir = os.path.abspath(dest_dir) + plen = len(dest_dir) + archive = None + if format is None: + if archive_filename.endswith(('.zip', '.whl')): + format = 'zip' + elif archive_filename.endswith(('.tar.gz', '.tgz')): + format = 'tgz' + mode = 'r:gz' + elif archive_filename.endswith(('.tar.bz2', '.tbz')): + format = 'tbz' + mode = 'r:bz2' + elif archive_filename.endswith('.tar'): + format = 'tar' + mode = 'r' + else: # pragma: no cover + raise ValueError('Unknown format for %r' % archive_filename) + try: + if format == 'zip': + archive = ZipFile(archive_filename, 'r') + if check: + names = archive.namelist() + for name in names: + check_path(name) + else: + archive = tarfile.open(archive_filename, mode) + if check: + names = archive.getnames() + for name in names: + check_path(name) + if format != 'zip' and sys.version_info[0] < 3: + # See Python issue 17153. If the dest path contains Unicode, + # tarfile extraction fails on Python 2.x if a member path name + # contains non-ASCII characters - it leads to an implicit + # bytes -> unicode conversion using ASCII to decode. + for tarinfo in archive.getmembers(): + if not isinstance(tarinfo.name, text_type): + tarinfo.name = tarinfo.name.decode('utf-8') + + # Limit extraction of dangerous items, if this Python + # allows it easily. If not, just trust the input. + # See: https://docs.python.org/3/library/tarfile.html#extraction-filters + def extraction_filter(member, path): + """Run tarfile.tar_filter, but raise the expected ValueError""" + # This is only called if the current Python has tarfile filters + try: + return tarfile.tar_filter(member, path) + except tarfile.FilterError as exc: + raise ValueError(str(exc)) + + archive.extraction_filter = extraction_filter + + archive.extractall(dest_dir) + + finally: + if archive: + archive.close() + + +def zip_dir(directory): + """zip a directory tree into a BytesIO object""" + result = io.BytesIO() + dlen = len(directory) + with ZipFile(result, "w") as zf: + for root, dirs, files in os.walk(directory): + for name in files: + full = os.path.join(root, name) + rel = root[dlen:] + dest = os.path.join(rel, name) + zf.write(full, dest) + return result + + +# +# Simple progress bar +# + +UNITS = ('', 'K', 'M', 'G', 'T', 'P') + + +class Progress(object): + unknown = 'UNKNOWN' + + def __init__(self, minval=0, maxval=100): + assert maxval is None or maxval >= minval + self.min = self.cur = minval + self.max = maxval + self.started = None + self.elapsed = 0 + self.done = False + + def update(self, curval): + assert self.min <= curval + assert self.max is None or curval <= self.max + self.cur = curval + now = time.time() + if self.started is None: + self.started = now + else: + self.elapsed = now - self.started + + def increment(self, incr): + assert incr >= 0 + self.update(self.cur + incr) + + def start(self): + self.update(self.min) + return self + + def stop(self): + if self.max is not None: + self.update(self.max) + self.done = True + + @property + def maximum(self): + return self.unknown if self.max is None else self.max + + @property + def percentage(self): + if self.done: + result = '100 %' + elif self.max is None: + result = ' ?? %' + else: + v = 100.0 * (self.cur - self.min) / (self.max - self.min) + result = '%3d %%' % v + return result + + def format_duration(self, duration): + if (duration <= 0) and self.max is None or self.cur == self.min: + result = '??:??:??' + # elif duration < 1: + # result = '--:--:--' + else: + result = time.strftime('%H:%M:%S', time.gmtime(duration)) + return result + + @property + def ETA(self): + if self.done: + prefix = 'Done' + t = self.elapsed + # import pdb; pdb.set_trace() + else: + prefix = 'ETA ' + if self.max is None: + t = -1 + elif self.elapsed == 0 or (self.cur == self.min): + t = 0 + else: + # import pdb; pdb.set_trace() + t = float(self.max - self.min) + t /= self.cur - self.min + t = (t - 1) * self.elapsed + return '%s: %s' % (prefix, self.format_duration(t)) + + @property + def speed(self): + if self.elapsed == 0: + result = 0.0 + else: + result = (self.cur - self.min) / self.elapsed + for unit in UNITS: + if result < 1000: + break + result /= 1000.0 + return '%d %sB/s' % (result, unit) + + +# +# Glob functionality +# + +RICH_GLOB = re.compile(r'\{([^}]*)\}') +_CHECK_RECURSIVE_GLOB = re.compile(r'[^/\\,{]\*\*|\*\*[^/\\,}]') +_CHECK_MISMATCH_SET = re.compile(r'^[^{]*\}|\{[^}]*$') + + +def iglob(path_glob): + """Extended globbing function that supports ** and {opt1,opt2,opt3}.""" + if _CHECK_RECURSIVE_GLOB.search(path_glob): + msg = """invalid glob %r: recursive glob "**" must be used alone""" + raise ValueError(msg % path_glob) + if _CHECK_MISMATCH_SET.search(path_glob): + msg = """invalid glob %r: mismatching set marker '{' or '}'""" + raise ValueError(msg % path_glob) + return _iglob(path_glob) + + +def _iglob(path_glob): + rich_path_glob = RICH_GLOB.split(path_glob, 1) + if len(rich_path_glob) > 1: + assert len(rich_path_glob) == 3, rich_path_glob + prefix, set, suffix = rich_path_glob + for item in set.split(','): + for path in _iglob(''.join((prefix, item, suffix))): + yield path + else: + if '**' not in path_glob: + for item in std_iglob(path_glob): + yield item + else: + prefix, radical = path_glob.split('**', 1) + if prefix == '': + prefix = '.' + if radical == '': + radical = '*' + else: + # we support both + radical = radical.lstrip('/') + radical = radical.lstrip('\\') + for path, dir, files in os.walk(prefix): + path = os.path.normpath(path) + for fn in _iglob(os.path.join(path, radical)): + yield fn + + +if ssl: + from .compat import (HTTPSHandler as BaseHTTPSHandler, match_hostname, + CertificateError) + + # + # HTTPSConnection which verifies certificates/matches domains + # + + class HTTPSConnection(httplib.HTTPSConnection): + ca_certs = None # set this to the path to the certs file (.pem) + check_domain = True # only used if ca_certs is not None + + # noinspection PyPropertyAccess + def connect(self): + sock = socket.create_connection((self.host, self.port), + self.timeout) + if getattr(self, '_tunnel_host', False): + self.sock = sock + self._tunnel() + + context = ssl.SSLContext(ssl.PROTOCOL_SSLv23) + if hasattr(ssl, 'OP_NO_SSLv2'): + context.options |= ssl.OP_NO_SSLv2 + if getattr(self, 'cert_file', None): + context.load_cert_chain(self.cert_file, self.key_file) + kwargs = {} + if self.ca_certs: + context.verify_mode = ssl.CERT_REQUIRED + context.load_verify_locations(cafile=self.ca_certs) + if getattr(ssl, 'HAS_SNI', False): + kwargs['server_hostname'] = self.host + + self.sock = context.wrap_socket(sock, **kwargs) + if self.ca_certs and self.check_domain: + try: + match_hostname(self.sock.getpeercert(), self.host) + logger.debug('Host verified: %s', self.host) + except CertificateError: # pragma: no cover + self.sock.shutdown(socket.SHUT_RDWR) + self.sock.close() + raise + + class HTTPSHandler(BaseHTTPSHandler): + + def __init__(self, ca_certs, check_domain=True): + BaseHTTPSHandler.__init__(self) + self.ca_certs = ca_certs + self.check_domain = check_domain + + def _conn_maker(self, *args, **kwargs): + """ + This is called to create a connection instance. Normally you'd + pass a connection class to do_open, but it doesn't actually check for + a class, and just expects a callable. As long as we behave just as a + constructor would have, we should be OK. If it ever changes so that + we *must* pass a class, we'll create an UnsafeHTTPSConnection class + which just sets check_domain to False in the class definition, and + choose which one to pass to do_open. + """ + result = HTTPSConnection(*args, **kwargs) + if self.ca_certs: + result.ca_certs = self.ca_certs + result.check_domain = self.check_domain + return result + + def https_open(self, req): + try: + return self.do_open(self._conn_maker, req) + except URLError as e: + if 'certificate verify failed' in str(e.reason): + raise CertificateError( + 'Unable to verify server certificate ' + 'for %s' % req.host) + else: + raise + + # + # To prevent against mixing HTTP traffic with HTTPS (examples: A Man-In-The- + # Middle proxy using HTTP listens on port 443, or an index mistakenly serves + # HTML containing a http://xyz link when it should be https://xyz), + # you can use the following handler class, which does not allow HTTP traffic. + # + # It works by inheriting from HTTPHandler - so build_opener won't add a + # handler for HTTP itself. + # + class HTTPSOnlyHandler(HTTPSHandler, HTTPHandler): + + def http_open(self, req): + raise URLError( + 'Unexpected HTTP request on what should be a secure ' + 'connection: %s' % req) + + +# +# XML-RPC with timeouts +# +class Transport(xmlrpclib.Transport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.Transport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, x509 = self.get_host_info(host) + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPConnection(h) + return self._connection[1] + + +if ssl: + + class SafeTransport(xmlrpclib.SafeTransport): + + def __init__(self, timeout, use_datetime=0): + self.timeout = timeout + xmlrpclib.SafeTransport.__init__(self, use_datetime) + + def make_connection(self, host): + h, eh, kwargs = self.get_host_info(host) + if not kwargs: + kwargs = {} + kwargs['timeout'] = self.timeout + if not self._connection or host != self._connection[0]: + self._extra_headers = eh + self._connection = host, httplib.HTTPSConnection( + h, None, **kwargs) + return self._connection[1] + + +class ServerProxy(xmlrpclib.ServerProxy): + + def __init__(self, uri, **kwargs): + self.timeout = timeout = kwargs.pop('timeout', None) + # The above classes only come into play if a timeout + # is specified + if timeout is not None: + # scheme = splittype(uri) # deprecated as of Python 3.8 + scheme = urlparse(uri)[0] + use_datetime = kwargs.get('use_datetime', 0) + if scheme == 'https': + tcls = SafeTransport + else: + tcls = Transport + kwargs['transport'] = t = tcls(timeout, use_datetime=use_datetime) + self.transport = t + xmlrpclib.ServerProxy.__init__(self, uri, **kwargs) + + +# +# CSV functionality. This is provided because on 2.x, the csv module can't +# handle Unicode. However, we need to deal with Unicode in e.g. RECORD files. +# + + +def _csv_open(fn, mode, **kwargs): + if sys.version_info[0] < 3: + mode += 'b' + else: + kwargs['newline'] = '' + # Python 3 determines encoding from locale. Force 'utf-8' + # file encoding to match other forced utf-8 encoding + kwargs['encoding'] = 'utf-8' + return open(fn, mode, **kwargs) + + +class CSVBase(object): + defaults = { + 'delimiter': str(','), # The strs are used because we need native + 'quotechar': str('"'), # str in the csv API (2.x won't take + 'lineterminator': str('\n') # Unicode) + } + + def __enter__(self): + return self + + def __exit__(self, *exc_info): + self.stream.close() + + +class CSVReader(CSVBase): + + def __init__(self, **kwargs): + if 'stream' in kwargs: + stream = kwargs['stream'] + if sys.version_info[0] >= 3: + # needs to be a text stream + stream = codecs.getreader('utf-8')(stream) + self.stream = stream + else: + self.stream = _csv_open(kwargs['path'], 'r') + self.reader = csv.reader(self.stream, **self.defaults) + + def __iter__(self): + return self + + def next(self): + result = next(self.reader) + if sys.version_info[0] < 3: + for i, item in enumerate(result): + if not isinstance(item, text_type): + result[i] = item.decode('utf-8') + return result + + __next__ = next + + +class CSVWriter(CSVBase): + + def __init__(self, fn, **kwargs): + self.stream = _csv_open(fn, 'w') + self.writer = csv.writer(self.stream, **self.defaults) + + def writerow(self, row): + if sys.version_info[0] < 3: + r = [] + for item in row: + if isinstance(item, text_type): + item = item.encode('utf-8') + r.append(item) + row = r + self.writer.writerow(row) + + +# +# Configurator functionality +# + + +class Configurator(BaseConfigurator): + + value_converters = dict(BaseConfigurator.value_converters) + value_converters['inc'] = 'inc_convert' + + def __init__(self, config, base=None): + super(Configurator, self).__init__(config) + self.base = base or os.getcwd() + + def configure_custom(self, config): + + def convert(o): + if isinstance(o, (list, tuple)): + result = type(o)([convert(i) for i in o]) + elif isinstance(o, dict): + if '()' in o: + result = self.configure_custom(o) + else: + result = {} + for k in o: + result[k] = convert(o[k]) + else: + result = self.convert(o) + return result + + c = config.pop('()') + if not callable(c): + c = self.resolve(c) + props = config.pop('.', None) + # Check for valid identifiers + args = config.pop('[]', ()) + if args: + args = tuple([convert(o) for o in args]) + items = [(k, convert(config[k])) for k in config if valid_ident(k)] + kwargs = dict(items) + result = c(*args, **kwargs) + if props: + for n, v in props.items(): + setattr(result, n, convert(v)) + return result + + def __getitem__(self, key): + result = self.config[key] + if isinstance(result, dict) and '()' in result: + self.config[key] = result = self.configure_custom(result) + return result + + def inc_convert(self, value): + """Default converter for the inc:// protocol.""" + if not os.path.isabs(value): + value = os.path.join(self.base, value) + with codecs.open(value, 'r', encoding='utf-8') as f: + result = json.load(f) + return result + + +class SubprocessMixin(object): + """ + Mixin for running subprocesses and capturing their output + """ + + def __init__(self, verbose=False, progress=None): + self.verbose = verbose + self.progress = progress + + def reader(self, stream, context): + """ + Read lines from a subprocess' output stream and either pass to a progress + callable (if specified) or write progress information to sys.stderr. + """ + progress = self.progress + verbose = self.verbose + while True: + s = stream.readline() + if not s: + break + if progress is not None: + progress(s, context) + else: + if not verbose: + sys.stderr.write('.') + else: + sys.stderr.write(s.decode('utf-8')) + sys.stderr.flush() + stream.close() + + def run_command(self, cmd, **kwargs): + p = subprocess.Popen(cmd, + stdout=subprocess.PIPE, + stderr=subprocess.PIPE, + **kwargs) + t1 = threading.Thread(target=self.reader, args=(p.stdout, 'stdout')) + t1.start() + t2 = threading.Thread(target=self.reader, args=(p.stderr, 'stderr')) + t2.start() + p.wait() + t1.join() + t2.join() + if self.progress is not None: + self.progress('done.', 'main') + elif self.verbose: + sys.stderr.write('done.\n') + return p + + +def normalize_name(name): + """Normalize a python package name a la PEP 503""" + # https://www.python.org/dev/peps/pep-0503/#normalized-names + return re.sub('[-_.]+', '-', name).lower() + + +# def _get_pypirc_command(): +# """ +# Get the distutils command for interacting with PyPI configurations. +# :return: the command. +# """ +# from distutils.core import Distribution +# from distutils.config import PyPIRCCommand +# d = Distribution() +# return PyPIRCCommand(d) + + +class PyPIRCFile(object): + + DEFAULT_REPOSITORY = 'https://upload.pypi.org/legacy/' + DEFAULT_REALM = 'pypi' + + def __init__(self, fn=None, url=None): + if fn is None: + fn = os.path.join(os.path.expanduser('~'), '.pypirc') + self.filename = fn + self.url = url + + def read(self): + result = {} + + if os.path.exists(self.filename): + repository = self.url or self.DEFAULT_REPOSITORY + + config = configparser.RawConfigParser() + config.read(self.filename) + sections = config.sections() + if 'distutils' in sections: + # let's get the list of servers + index_servers = config.get('distutils', 'index-servers') + _servers = [ + server.strip() for server in index_servers.split('\n') + if server.strip() != '' + ] + if _servers == []: + # nothing set, let's try to get the default pypi + if 'pypi' in sections: + _servers = ['pypi'] + else: + for server in _servers: + result = {'server': server} + result['username'] = config.get(server, 'username') + + # optional params + for key, default in (('repository', + self.DEFAULT_REPOSITORY), + ('realm', self.DEFAULT_REALM), + ('password', None)): + if config.has_option(server, key): + result[key] = config.get(server, key) + else: + result[key] = default + + # work around people having "repository" for the "pypi" + # section of their config set to the HTTP (rather than + # HTTPS) URL + if (server == 'pypi' and repository + in (self.DEFAULT_REPOSITORY, 'pypi')): + result['repository'] = self.DEFAULT_REPOSITORY + elif (result['server'] != repository + and result['repository'] != repository): + result = {} + elif 'server-login' in sections: + # old format + server = 'server-login' + if config.has_option(server, 'repository'): + repository = config.get(server, 'repository') + else: + repository = self.DEFAULT_REPOSITORY + result = { + 'username': config.get(server, 'username'), + 'password': config.get(server, 'password'), + 'repository': repository, + 'server': server, + 'realm': self.DEFAULT_REALM + } + return result + + def update(self, username, password): + # import pdb; pdb.set_trace() + config = configparser.RawConfigParser() + fn = self.filename + config.read(fn) + if not config.has_section('pypi'): + config.add_section('pypi') + config.set('pypi', 'username', username) + config.set('pypi', 'password', password) + with open(fn, 'w') as f: + config.write(f) + + +def _load_pypirc(index): + """ + Read the PyPI access configuration as supported by distutils. + """ + return PyPIRCFile(url=index.url).read() + + +def _store_pypirc(index): + PyPIRCFile().update(index.username, index.password) + + +# +# get_platform()/get_host_platform() copied from Python 3.10.a0 source, with some minor +# tweaks +# + + +def get_host_platform(): + """Return a string that identifies the current platform. This is used mainly to + distinguish platform-specific build directories and platform-specific built + distributions. Typically includes the OS name and version and the + architecture (as supplied by 'os.uname()'), although the exact information + included depends on the OS; eg. on Linux, the kernel version isn't + particularly important. + + Examples of returned values: + linux-i586 + linux-alpha (?) + solaris-2.6-sun4u + + Windows will return one of: + win-amd64 (64bit Windows on AMD64 (aka x86_64, Intel64, EM64T, etc) + win32 (all others - specifically, sys.platform is returned) + + For other non-POSIX platforms, currently just returns 'sys.platform'. + + """ + if os.name == 'nt': + if 'amd64' in sys.version.lower(): + return 'win-amd64' + if '(arm)' in sys.version.lower(): + return 'win-arm32' + if '(arm64)' in sys.version.lower(): + return 'win-arm64' + return sys.platform + + # Set for cross builds explicitly + if "_PYTHON_HOST_PLATFORM" in os.environ: + return os.environ["_PYTHON_HOST_PLATFORM"] + + if os.name != 'posix' or not hasattr(os, 'uname'): + # XXX what about the architecture? NT is Intel or Alpha, + # Mac OS is M68k or PPC, etc. + return sys.platform + + # Try to distinguish various flavours of Unix + + (osname, host, release, version, machine) = os.uname() + + # Convert the OS name to lowercase, remove '/' characters, and translate + # spaces (for "Power Macintosh") + osname = osname.lower().replace('/', '') + machine = machine.replace(' ', '_').replace('/', '-') + + if osname[:5] == 'linux': + # At least on Linux/Intel, 'machine' is the processor -- + # i386, etc. + # XXX what about Alpha, SPARC, etc? + return "%s-%s" % (osname, machine) + + elif osname[:5] == 'sunos': + if release[0] >= '5': # SunOS 5 == Solaris 2 + osname = 'solaris' + release = '%d.%s' % (int(release[0]) - 3, release[2:]) + # We can't use 'platform.architecture()[0]' because a + # bootstrap problem. We use a dict to get an error + # if some suspicious happens. + bitness = {2147483647: '32bit', 9223372036854775807: '64bit'} + machine += '.%s' % bitness[sys.maxsize] + # fall through to standard osname-release-machine representation + elif osname[:3] == 'aix': + from _aix_support import aix_platform + return aix_platform() + elif osname[:6] == 'cygwin': + osname = 'cygwin' + rel_re = re.compile(r'[\d.]+', re.ASCII) + m = rel_re.match(release) + if m: + release = m.group() + elif osname[:6] == 'darwin': + import _osx_support + try: + from distutils import sysconfig + except ImportError: + import sysconfig + osname, release, machine = _osx_support.get_platform_osx( + sysconfig.get_config_vars(), osname, release, machine) + + return '%s-%s-%s' % (osname, release, machine) + + +_TARGET_TO_PLAT = { + 'x86': 'win32', + 'x64': 'win-amd64', + 'arm': 'win-arm32', +} + + +def get_platform(): + if os.name != 'nt': + return get_host_platform() + cross_compilation_target = os.environ.get('VSCMD_ARG_TGT_ARCH') + if cross_compilation_target not in _TARGET_TO_PLAT: + return get_host_platform() + return _TARGET_TO_PLAT[cross_compilation_target] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/version.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/version.py new file mode 100644 index 0000000..14171ac --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/version.py @@ -0,0 +1,751 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2012-2023 The Python Software Foundation. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +""" +Implementation of a flexible versioning scheme providing support for PEP-440, +setuptools-compatible and semantic versioning. +""" + +import logging +import re + +from .compat import string_types +from .util import parse_requirement + +__all__ = ['NormalizedVersion', 'NormalizedMatcher', + 'LegacyVersion', 'LegacyMatcher', + 'SemanticVersion', 'SemanticMatcher', + 'UnsupportedVersionError', 'get_scheme'] + +logger = logging.getLogger(__name__) + + +class UnsupportedVersionError(ValueError): + """This is an unsupported version.""" + pass + + +class Version(object): + def __init__(self, s): + self._string = s = s.strip() + self._parts = parts = self.parse(s) + assert isinstance(parts, tuple) + assert len(parts) > 0 + + def parse(self, s): + raise NotImplementedError('please implement in a subclass') + + def _check_compatible(self, other): + if type(self) != type(other): + raise TypeError('cannot compare %r and %r' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + def __lt__(self, other): + self._check_compatible(other) + return self._parts < other._parts + + def __gt__(self, other): + return not (self.__lt__(other) or self.__eq__(other)) + + def __le__(self, other): + return self.__lt__(other) or self.__eq__(other) + + def __ge__(self, other): + return self.__gt__(other) or self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self._parts) + + def __repr__(self): + return "%s('%s')" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + @property + def is_prerelease(self): + raise NotImplementedError('Please implement in subclasses.') + + +class Matcher(object): + version_class = None + + # value is either a callable or the name of a method + _operators = { + '<': lambda v, c, p: v < c, + '>': lambda v, c, p: v > c, + '<=': lambda v, c, p: v == c or v < c, + '>=': lambda v, c, p: v == c or v > c, + '==': lambda v, c, p: v == c, + '===': lambda v, c, p: v == c, + # by default, compatible => >=. + '~=': lambda v, c, p: v == c or v > c, + '!=': lambda v, c, p: v != c, + } + + # this is a method only to support alternative implementations + # via overriding + def parse_requirement(self, s): + return parse_requirement(s) + + def __init__(self, s): + if self.version_class is None: + raise ValueError('Please specify a version class') + self._string = s = s.strip() + r = self.parse_requirement(s) + if not r: + raise ValueError('Not valid: %r' % s) + self.name = r.name + self.key = self.name.lower() # for case-insensitive comparisons + clist = [] + if r.constraints: + # import pdb; pdb.set_trace() + for op, s in r.constraints: + if s.endswith('.*'): + if op not in ('==', '!='): + raise ValueError('\'.*\' not allowed for ' + '%r constraints' % op) + # Could be a partial version (e.g. for '2.*') which + # won't parse as a version, so keep it as a string + vn, prefix = s[:-2], True + # Just to check that vn is a valid version + self.version_class(vn) + else: + # Should parse as a version, so we can create an + # instance for the comparison + vn, prefix = self.version_class(s), False + clist.append((op, vn, prefix)) + self._parts = tuple(clist) + + def match(self, version): + """ + Check if the provided version matches the constraints. + + :param version: The version to match against this instance. + :type version: String or :class:`Version` instance. + """ + if isinstance(version, string_types): + version = self.version_class(version) + for operator, constraint, prefix in self._parts: + f = self._operators.get(operator) + if isinstance(f, string_types): + f = getattr(self, f) + if not f: + msg = ('%r not implemented ' + 'for %s' % (operator, self.__class__.__name__)) + raise NotImplementedError(msg) + if not f(version, constraint, prefix): + return False + return True + + @property + def exact_version(self): + result = None + if len(self._parts) == 1 and self._parts[0][0] in ('==', '==='): + result = self._parts[0][1] + return result + + def _check_compatible(self, other): + if type(self) != type(other) or self.name != other.name: + raise TypeError('cannot compare %s and %s' % (self, other)) + + def __eq__(self, other): + self._check_compatible(other) + return self.key == other.key and self._parts == other._parts + + def __ne__(self, other): + return not self.__eq__(other) + + # See http://docs.python.org/reference/datamodel#object.__hash__ + def __hash__(self): + return hash(self.key) + hash(self._parts) + + def __repr__(self): + return "%s(%r)" % (self.__class__.__name__, self._string) + + def __str__(self): + return self._string + + +PEP440_VERSION_RE = re.compile(r'^v?(\d+!)?(\d+(\.\d+)*)((a|alpha|b|beta|c|rc|pre|preview)(\d+)?)?' + r'(\.(post|r|rev)(\d+)?)?([._-]?(dev)(\d+)?)?' + r'(\+([a-zA-Z\d]+(\.[a-zA-Z\d]+)?))?$', re.I) + + +def _pep_440_key(s): + s = s.strip() + m = PEP440_VERSION_RE.match(s) + if not m: + raise UnsupportedVersionError('Not a valid version: %s' % s) + groups = m.groups() + nums = tuple(int(v) for v in groups[1].split('.')) + while len(nums) > 1 and nums[-1] == 0: + nums = nums[:-1] + + if not groups[0]: + epoch = 0 + else: + epoch = int(groups[0][:-1]) + pre = groups[4:6] + post = groups[7:9] + dev = groups[10:12] + local = groups[13] + if pre == (None, None): + pre = () + else: + if pre[1] is None: + pre = pre[0], 0 + else: + pre = pre[0], int(pre[1]) + if post == (None, None): + post = () + else: + if post[1] is None: + post = post[0], 0 + else: + post = post[0], int(post[1]) + if dev == (None, None): + dev = () + else: + if dev[1] is None: + dev = dev[0], 0 + else: + dev = dev[0], int(dev[1]) + if local is None: + local = () + else: + parts = [] + for part in local.split('.'): + # to ensure that numeric compares as > lexicographic, avoid + # comparing them directly, but encode a tuple which ensures + # correct sorting + if part.isdigit(): + part = (1, int(part)) + else: + part = (0, part) + parts.append(part) + local = tuple(parts) + if not pre: + # either before pre-release, or final release and after + if not post and dev: + # before pre-release + pre = ('a', -1) # to sort before a0 + else: + pre = ('z',) # to sort after all pre-releases + # now look at the state of post and dev. + if not post: + post = ('_',) # sort before 'a' + if not dev: + dev = ('final',) + + return epoch, nums, pre, post, dev, local + + +_normalized_key = _pep_440_key + + +class NormalizedVersion(Version): + """A rational version. + + Good: + 1.2 # equivalent to "1.2.0" + 1.2.0 + 1.2a1 + 1.2.3a2 + 1.2.3b1 + 1.2.3c1 + 1.2.3.4 + TODO: fill this out + + Bad: + 1 # minimum two numbers + 1.2a # release level must have a release serial + 1.2.3b + """ + def parse(self, s): + result = _normalized_key(s) + # _normalized_key loses trailing zeroes in the release + # clause, since that's needed to ensure that X.Y == X.Y.0 == X.Y.0.0 + # However, PEP 440 prefix matching needs it: for example, + # (~= 1.4.5.0) matches differently to (~= 1.4.5.0.0). + m = PEP440_VERSION_RE.match(s) # must succeed + groups = m.groups() + self._release_clause = tuple(int(v) for v in groups[1].split('.')) + return result + + PREREL_TAGS = set(['a', 'b', 'c', 'rc', 'dev']) + + @property + def is_prerelease(self): + return any(t[0] in self.PREREL_TAGS for t in self._parts if t) + + +def _match_prefix(x, y): + x = str(x) + y = str(y) + if x == y: + return True + if not x.startswith(y): + return False + n = len(y) + return x[n] == '.' + + +class NormalizedMatcher(Matcher): + version_class = NormalizedVersion + + # value is either a callable or the name of a method + _operators = { + '~=': '_match_compatible', + '<': '_match_lt', + '>': '_match_gt', + '<=': '_match_le', + '>=': '_match_ge', + '==': '_match_eq', + '===': '_match_arbitrary', + '!=': '_match_ne', + } + + def _adjust_local(self, version, constraint, prefix): + if prefix: + strip_local = '+' not in constraint and version._parts[-1] + else: + # both constraint and version are + # NormalizedVersion instances. + # If constraint does not have a local component, + # ensure the version doesn't, either. + strip_local = not constraint._parts[-1] and version._parts[-1] + if strip_local: + s = version._string.split('+', 1)[0] + version = self.version_class(s) + return version, constraint + + def _match_lt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version >= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_gt(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version <= constraint: + return False + release_clause = constraint._release_clause + pfx = '.'.join([str(i) for i in release_clause]) + return not _match_prefix(version, pfx) + + def _match_le(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version <= constraint + + def _match_ge(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + return version >= constraint + + def _match_eq(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version == constraint) + else: + result = _match_prefix(version, constraint) + return result + + def _match_arbitrary(self, version, constraint, prefix): + return str(version) == str(constraint) + + def _match_ne(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if not prefix: + result = (version != constraint) + else: + result = not _match_prefix(version, constraint) + return result + + def _match_compatible(self, version, constraint, prefix): + version, constraint = self._adjust_local(version, constraint, prefix) + if version == constraint: + return True + if version < constraint: + return False +# if not prefix: +# return True + release_clause = constraint._release_clause + if len(release_clause) > 1: + release_clause = release_clause[:-1] + pfx = '.'.join([str(i) for i in release_clause]) + return _match_prefix(version, pfx) + + +_REPLACEMENTS = ( + (re.compile('[.+-]$'), ''), # remove trailing puncts + (re.compile(r'^[.](\d)'), r'0.\1'), # .N -> 0.N at start + (re.compile('^[.-]'), ''), # remove leading puncts + (re.compile(r'^\((.*)\)$'), r'\1'), # remove parentheses + (re.compile(r'^v(ersion)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile(r'^r(ev)?\s*(\d+)'), r'\2'), # remove leading v(ersion) + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\b(alfa|apha)\b'), 'alpha'), # misspelt alpha + (re.compile(r'\b(pre-alpha|prealpha)\b'), + 'pre.alpha'), # standardise + (re.compile(r'\(beta\)$'), 'beta'), # remove parentheses +) + +_SUFFIX_REPLACEMENTS = ( + (re.compile('^[:~._+-]+'), ''), # remove leading puncts + (re.compile('[,*")([\\]]'), ''), # remove unwanted chars + (re.compile('[~:+_ -]'), '.'), # replace illegal chars + (re.compile('[.]{2,}'), '.'), # multiple runs of '.' + (re.compile(r'\.$'), ''), # trailing '.' +) + +_NUMERIC_PREFIX = re.compile(r'(\d+(\.\d+)*)') + + +def _suggest_semantic_version(s): + """ + Try to suggest a semantic form for a version for which + _suggest_normalized_version couldn't come up with anything. + """ + result = s.strip().lower() + for pat, repl in _REPLACEMENTS: + result = pat.sub(repl, result) + if not result: + result = '0.0.0' + + # Now look for numeric prefix, and separate it out from + # the rest. + # import pdb; pdb.set_trace() + m = _NUMERIC_PREFIX.match(result) + if not m: + prefix = '0.0.0' + suffix = result + else: + prefix = m.groups()[0].split('.') + prefix = [int(i) for i in prefix] + while len(prefix) < 3: + prefix.append(0) + if len(prefix) == 3: + suffix = result[m.end():] + else: + suffix = '.'.join([str(i) for i in prefix[3:]]) + result[m.end():] + prefix = prefix[:3] + prefix = '.'.join([str(i) for i in prefix]) + suffix = suffix.strip() + if suffix: + # import pdb; pdb.set_trace() + # massage the suffix. + for pat, repl in _SUFFIX_REPLACEMENTS: + suffix = pat.sub(repl, suffix) + + if not suffix: + result = prefix + else: + sep = '-' if 'dev' in suffix else '+' + result = prefix + sep + suffix + if not is_semver(result): + result = None + return result + + +def _suggest_normalized_version(s): + """Suggest a normalized version close to the given version string. + + If you have a version string that isn't rational (i.e. NormalizedVersion + doesn't like it) then you might be able to get an equivalent (or close) + rational version from this function. + + This does a number of simple normalizations to the given string, based + on observation of versions currently in use on PyPI. Given a dump of + those version during PyCon 2009, 4287 of them: + - 2312 (53.93%) match NormalizedVersion without change + with the automatic suggestion + - 3474 (81.04%) match when using this suggestion method + + @param s {str} An irrational version string. + @returns A rational version string, or None, if couldn't determine one. + """ + try: + _normalized_key(s) + return s # already rational + except UnsupportedVersionError: + pass + + rs = s.lower() + + # part of this could use maketrans + for orig, repl in (('-alpha', 'a'), ('-beta', 'b'), ('alpha', 'a'), + ('beta', 'b'), ('rc', 'c'), ('-final', ''), + ('-pre', 'c'), + ('-release', ''), ('.release', ''), ('-stable', ''), + ('+', '.'), ('_', '.'), (' ', ''), ('.final', ''), + ('final', '')): + rs = rs.replace(orig, repl) + + # if something ends with dev or pre, we add a 0 + rs = re.sub(r"pre$", r"pre0", rs) + rs = re.sub(r"dev$", r"dev0", rs) + + # if we have something like "b-2" or "a.2" at the end of the + # version, that is probably beta, alpha, etc + # let's remove the dash or dot + rs = re.sub(r"([abc]|rc)[\-\.](\d+)$", r"\1\2", rs) + + # 1.0-dev-r371 -> 1.0.dev371 + # 0.1-dev-r79 -> 0.1.dev79 + rs = re.sub(r"[\-\.](dev)[\-\.]?r?(\d+)$", r".\1\2", rs) + + # Clean: 2.0.a.3, 2.0.b1, 0.9.0~c1 + rs = re.sub(r"[.~]?([abc])\.?", r"\1", rs) + + # Clean: v0.3, v1.0 + if rs.startswith('v'): + rs = rs[1:] + + # Clean leading '0's on numbers. + # TODO: unintended side-effect on, e.g., "2003.05.09" + # PyPI stats: 77 (~2%) better + rs = re.sub(r"\b0+(\d+)(?!\d)", r"\1", rs) + + # Clean a/b/c with no version. E.g. "1.0a" -> "1.0a0". Setuptools infers + # zero. + # PyPI stats: 245 (7.56%) better + rs = re.sub(r"(\d+[abc])$", r"\g<1>0", rs) + + # the 'dev-rNNN' tag is a dev tag + rs = re.sub(r"\.?(dev-r|dev\.r)\.?(\d+)$", r".dev\2", rs) + + # clean the - when used as a pre delimiter + rs = re.sub(r"-(a|b|c)(\d+)$", r"\1\2", rs) + + # a terminal "dev" or "devel" can be changed into ".dev0" + rs = re.sub(r"[\.\-](dev|devel)$", r".dev0", rs) + + # a terminal "dev" can be changed into ".dev0" + rs = re.sub(r"(?![\.\-])dev$", r".dev0", rs) + + # a terminal "final" or "stable" can be removed + rs = re.sub(r"(final|stable)$", "", rs) + + # The 'r' and the '-' tags are post release tags + # 0.4a1.r10 -> 0.4a1.post10 + # 0.9.33-17222 -> 0.9.33.post17222 + # 0.9.33-r17222 -> 0.9.33.post17222 + rs = re.sub(r"\.?(r|-|-r)\.?(\d+)$", r".post\2", rs) + + # Clean 'r' instead of 'dev' usage: + # 0.9.33+r17222 -> 0.9.33.dev17222 + # 1.0dev123 -> 1.0.dev123 + # 1.0.git123 -> 1.0.dev123 + # 1.0.bzr123 -> 1.0.dev123 + # 0.1a0dev.123 -> 0.1a0.dev123 + # PyPI stats: ~150 (~4%) better + rs = re.sub(r"\.?(dev|git|bzr)\.?(\d+)$", r".dev\2", rs) + + # Clean '.pre' (normalized from '-pre' above) instead of 'c' usage: + # 0.2.pre1 -> 0.2c1 + # 0.2-c1 -> 0.2c1 + # 1.0preview123 -> 1.0c123 + # PyPI stats: ~21 (0.62%) better + rs = re.sub(r"\.?(pre|preview|-c)(\d+)$", r"c\g<2>", rs) + + # Tcl/Tk uses "px" for their post release markers + rs = re.sub(r"p(\d+)$", r".post\1", rs) + + try: + _normalized_key(rs) + except UnsupportedVersionError: + rs = None + return rs + +# +# Legacy version processing (distribute-compatible) +# + + +_VERSION_PART = re.compile(r'([a-z]+|\d+|[\.-])', re.I) +_VERSION_REPLACE = { + 'pre': 'c', + 'preview': 'c', + '-': 'final-', + 'rc': 'c', + 'dev': '@', + '': None, + '.': None, +} + + +def _legacy_key(s): + def get_parts(s): + result = [] + for p in _VERSION_PART.split(s.lower()): + p = _VERSION_REPLACE.get(p, p) + if p: + if '0' <= p[:1] <= '9': + p = p.zfill(8) + else: + p = '*' + p + result.append(p) + result.append('*final') + return result + + result = [] + for p in get_parts(s): + if p.startswith('*'): + if p < '*final': + while result and result[-1] == '*final-': + result.pop() + while result and result[-1] == '00000000': + result.pop() + result.append(p) + return tuple(result) + + +class LegacyVersion(Version): + def parse(self, s): + return _legacy_key(s) + + @property + def is_prerelease(self): + result = False + for x in self._parts: + if (isinstance(x, string_types) and x.startswith('*') and + x < '*final'): + result = True + break + return result + + +class LegacyMatcher(Matcher): + version_class = LegacyVersion + + _operators = dict(Matcher._operators) + _operators['~='] = '_match_compatible' + + numeric_re = re.compile(r'^(\d+(\.\d+)*)') + + def _match_compatible(self, version, constraint, prefix): + if version < constraint: + return False + m = self.numeric_re.match(str(constraint)) + if not m: + logger.warning('Cannot compute compatible match for version %s ' + ' and constraint %s', version, constraint) + return True + s = m.groups()[0] + if '.' in s: + s = s.rsplit('.', 1)[0] + return _match_prefix(version, s) + +# +# Semantic versioning +# + + +_SEMVER_RE = re.compile(r'^(\d+)\.(\d+)\.(\d+)' + r'(-[a-z0-9]+(\.[a-z0-9-]+)*)?' + r'(\+[a-z0-9]+(\.[a-z0-9-]+)*)?$', re.I) + + +def is_semver(s): + return _SEMVER_RE.match(s) + + +def _semantic_key(s): + def make_tuple(s, absent): + if s is None: + result = (absent,) + else: + parts = s[1:].split('.') + # We can't compare ints and strings on Python 3, so fudge it + # by zero-filling numeric values so simulate a numeric comparison + result = tuple([p.zfill(8) if p.isdigit() else p for p in parts]) + return result + + m = is_semver(s) + if not m: + raise UnsupportedVersionError(s) + groups = m.groups() + major, minor, patch = [int(i) for i in groups[:3]] + # choose the '|' and '*' so that versions sort correctly + pre, build = make_tuple(groups[3], '|'), make_tuple(groups[5], '*') + return (major, minor, patch), pre, build + + +class SemanticVersion(Version): + def parse(self, s): + return _semantic_key(s) + + @property + def is_prerelease(self): + return self._parts[1][0] != '|' + + +class SemanticMatcher(Matcher): + version_class = SemanticVersion + + +class VersionScheme(object): + def __init__(self, key, matcher, suggester=None): + self.key = key + self.matcher = matcher + self.suggester = suggester + + def is_valid_version(self, s): + try: + self.matcher.version_class(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_matcher(self, s): + try: + self.matcher(s) + result = True + except UnsupportedVersionError: + result = False + return result + + def is_valid_constraint_list(self, s): + """ + Used for processing some metadata fields + """ + # See issue #140. Be tolerant of a single trailing comma. + if s.endswith(','): + s = s[:-1] + return self.is_valid_matcher('dummy_name (%s)' % s) + + def suggest(self, s): + if self.suggester is None: + result = None + else: + result = self.suggester(s) + return result + + +_SCHEMES = { + 'normalized': VersionScheme(_normalized_key, NormalizedMatcher, + _suggest_normalized_version), + 'legacy': VersionScheme(_legacy_key, LegacyMatcher, lambda self, s: s), + 'semantic': VersionScheme(_semantic_key, SemanticMatcher, + _suggest_semantic_version), +} + +_SCHEMES['default'] = _SCHEMES['normalized'] + + +def get_scheme(name): + if name not in _SCHEMES: + raise ValueError('unknown scheme name: %r' % name) + return _SCHEMES[name] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py new file mode 100644 index 0000000..4a5a30e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py @@ -0,0 +1,1099 @@ +# -*- coding: utf-8 -*- +# +# Copyright (C) 2013-2023 Vinay Sajip. +# Licensed to the Python Software Foundation under a contributor agreement. +# See LICENSE.txt and CONTRIBUTORS.txt. +# +from __future__ import unicode_literals + +import base64 +import codecs +import datetime +from email import message_from_file +import hashlib +import json +import logging +import os +import posixpath +import re +import shutil +import sys +import tempfile +import zipfile + +from . import __version__, DistlibException +from .compat import sysconfig, ZipFile, fsdecode, text_type, filter +from .database import InstalledDistribution +from .metadata import Metadata, WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME +from .util import (FileOperator, convert_path, CSVReader, CSVWriter, Cache, + cached_property, get_cache_base, read_exports, tempdir, + get_platform) +from .version import NormalizedVersion, UnsupportedVersionError + +logger = logging.getLogger(__name__) + +cache = None # created when needed + +if hasattr(sys, 'pypy_version_info'): # pragma: no cover + IMP_PREFIX = 'pp' +elif sys.platform.startswith('java'): # pragma: no cover + IMP_PREFIX = 'jy' +elif sys.platform == 'cli': # pragma: no cover + IMP_PREFIX = 'ip' +else: + IMP_PREFIX = 'cp' + +VER_SUFFIX = sysconfig.get_config_var('py_version_nodot') +if not VER_SUFFIX: # pragma: no cover + VER_SUFFIX = '%s%s' % sys.version_info[:2] +PYVER = 'py' + VER_SUFFIX +IMPVER = IMP_PREFIX + VER_SUFFIX + +ARCH = get_platform().replace('-', '_').replace('.', '_') + +ABI = sysconfig.get_config_var('SOABI') +if ABI and ABI.startswith('cpython-'): + ABI = ABI.replace('cpython-', 'cp').split('-')[0] +else: + + def _derive_abi(): + parts = ['cp', VER_SUFFIX] + if sysconfig.get_config_var('Py_DEBUG'): + parts.append('d') + if IMP_PREFIX == 'cp': + vi = sys.version_info[:2] + if vi < (3, 8): + wpm = sysconfig.get_config_var('WITH_PYMALLOC') + if wpm is None: + wpm = True + if wpm: + parts.append('m') + if vi < (3, 3): + us = sysconfig.get_config_var('Py_UNICODE_SIZE') + if us == 4 or (us is None and sys.maxunicode == 0x10FFFF): + parts.append('u') + return ''.join(parts) + + ABI = _derive_abi() + del _derive_abi + +FILENAME_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))? +-(?P\w+\d+(\.\w+\d+)*) +-(?P\w+) +-(?P\w+(\.\w+)*) +\.whl$ +''', re.IGNORECASE | re.VERBOSE) + +NAME_VERSION_RE = re.compile( + r''' +(?P[^-]+) +-(?P\d+[^-]*) +(-(?P\d+[^-]*))?$ +''', re.IGNORECASE | re.VERBOSE) + +SHEBANG_RE = re.compile(br'\s*#![^\r\n]*') +SHEBANG_DETAIL_RE = re.compile(br'^(\s*#!("[^"]+"|\S+))\s+(.*)$') +SHEBANG_PYTHON = b'#!python' +SHEBANG_PYTHONW = b'#!pythonw' + +if os.sep == '/': + to_posix = lambda o: o +else: + to_posix = lambda o: o.replace(os.sep, '/') + +if sys.version_info[0] < 3: + import imp +else: + imp = None + import importlib.machinery + import importlib.util + + +def _get_suffixes(): + if imp: + return [s[0] for s in imp.get_suffixes()] + else: + return importlib.machinery.EXTENSION_SUFFIXES + + +def _load_dynamic(name, path): + # https://docs.python.org/3/library/importlib.html#importing-a-source-file-directly + if imp: + return imp.load_dynamic(name, path) + else: + spec = importlib.util.spec_from_file_location(name, path) + module = importlib.util.module_from_spec(spec) + sys.modules[name] = module + spec.loader.exec_module(module) + return module + + +class Mounter(object): + + def __init__(self): + self.impure_wheels = {} + self.libs = {} + + def add(self, pathname, extensions): + self.impure_wheels[pathname] = extensions + self.libs.update(extensions) + + def remove(self, pathname): + extensions = self.impure_wheels.pop(pathname) + for k, v in extensions: + if k in self.libs: + del self.libs[k] + + def find_module(self, fullname, path=None): + if fullname in self.libs: + result = self + else: + result = None + return result + + def load_module(self, fullname): + if fullname in sys.modules: + result = sys.modules[fullname] + else: + if fullname not in self.libs: + raise ImportError('unable to find extension for %s' % fullname) + result = _load_dynamic(fullname, self.libs[fullname]) + result.__loader__ = self + parts = fullname.rsplit('.', 1) + if len(parts) > 1: + result.__package__ = parts[0] + return result + + +_hook = Mounter() + + +class Wheel(object): + """ + Class to build and install from Wheel files (PEP 427). + """ + + wheel_version = (1, 1) + hash_kind = 'sha256' + + def __init__(self, filename=None, sign=False, verify=False): + """ + Initialise an instance using a (valid) filename. + """ + self.sign = sign + self.should_verify = verify + self.buildver = '' + self.pyver = [PYVER] + self.abi = ['none'] + self.arch = ['any'] + self.dirname = os.getcwd() + if filename is None: + self.name = 'dummy' + self.version = '0.1' + self._filename = self.filename + else: + m = NAME_VERSION_RE.match(filename) + if m: + info = m.groupdict('') + self.name = info['nm'] + # Reinstate the local version separator + self.version = info['vn'].replace('_', '-') + self.buildver = info['bn'] + self._filename = self.filename + else: + dirname, filename = os.path.split(filename) + m = FILENAME_RE.match(filename) + if not m: + raise DistlibException('Invalid name or ' + 'filename: %r' % filename) + if dirname: + self.dirname = os.path.abspath(dirname) + self._filename = filename + info = m.groupdict('') + self.name = info['nm'] + self.version = info['vn'] + self.buildver = info['bn'] + self.pyver = info['py'].split('.') + self.abi = info['bi'].split('.') + self.arch = info['ar'].split('.') + + @property + def filename(self): + """ + Build and return a filename from the various components. + """ + if self.buildver: + buildver = '-' + self.buildver + else: + buildver = '' + pyver = '.'.join(self.pyver) + abi = '.'.join(self.abi) + arch = '.'.join(self.arch) + # replace - with _ as a local version separator + version = self.version.replace('-', '_') + return '%s-%s%s-%s-%s-%s.whl' % (self.name, version, buildver, pyver, + abi, arch) + + @property + def exists(self): + path = os.path.join(self.dirname, self.filename) + return os.path.isfile(path) + + @property + def tags(self): + for pyver in self.pyver: + for abi in self.abi: + for arch in self.arch: + yield pyver, abi, arch + + @cached_property + def metadata(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + wrapper = codecs.getreader('utf-8') + with ZipFile(pathname, 'r') as zf: + self.get_wheel_metadata(zf) + # wv = wheel_metadata['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # if file_version < (1, 1): + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME, + # LEGACY_METADATA_FILENAME] + # else: + # fns = [WHEEL_METADATA_FILENAME, METADATA_FILENAME] + fns = [WHEEL_METADATA_FILENAME, LEGACY_METADATA_FILENAME] + result = None + for fn in fns: + try: + metadata_filename = posixpath.join(info_dir, fn) + with zf.open(metadata_filename) as bf: + wf = wrapper(bf) + result = Metadata(fileobj=wf) + if result: + break + except KeyError: + pass + if not result: + raise ValueError('Invalid wheel, because metadata is ' + 'missing: looked in %s' % ', '.join(fns)) + return result + + def get_wheel_metadata(self, zf): + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + metadata_filename = posixpath.join(info_dir, 'WHEEL') + with zf.open(metadata_filename) as bf: + wf = codecs.getreader('utf-8')(bf) + message = message_from_file(wf) + return dict(message) + + @cached_property + def info(self): + pathname = os.path.join(self.dirname, self.filename) + with ZipFile(pathname, 'r') as zf: + result = self.get_wheel_metadata(zf) + return result + + def process_shebang(self, data): + m = SHEBANG_RE.match(data) + if m: + end = m.end() + shebang, data_after_shebang = data[:end], data[end:] + # Preserve any arguments after the interpreter + if b'pythonw' in shebang.lower(): + shebang_python = SHEBANG_PYTHONW + else: + shebang_python = SHEBANG_PYTHON + m = SHEBANG_DETAIL_RE.match(shebang) + if m: + args = b' ' + m.groups()[-1] + else: + args = b'' + shebang = shebang_python + args + data = shebang + data_after_shebang + else: + cr = data.find(b'\r') + lf = data.find(b'\n') + if cr < 0 or cr > lf: + term = b'\n' + else: + if data[cr:cr + 2] == b'\r\n': + term = b'\r\n' + else: + term = b'\r' + data = SHEBANG_PYTHON + term + data + return data + + def get_hash(self, data, hash_kind=None): + if hash_kind is None: + hash_kind = self.hash_kind + try: + hasher = getattr(hashlib, hash_kind) + except AttributeError: + raise DistlibException('Unsupported hash algorithm: %r' % + hash_kind) + result = hasher(data).digest() + result = base64.urlsafe_b64encode(result).rstrip(b'=').decode('ascii') + return hash_kind, result + + def write_record(self, records, record_path, archive_record_path): + records = list(records) # make a copy, as mutated + records.append((archive_record_path, '', '')) + with CSVWriter(record_path) as writer: + for row in records: + writer.writerow(row) + + def write_records(self, info, libdir, archive_paths): + records = [] + distinfo, info_dir = info + # hasher = getattr(hashlib, self.hash_kind) + for ap, p in archive_paths: + with open(p, 'rb') as f: + data = f.read() + digest = '%s=%s' % self.get_hash(data) + size = os.path.getsize(p) + records.append((ap, digest, size)) + + p = os.path.join(distinfo, 'RECORD') + ap = to_posix(os.path.join(info_dir, 'RECORD')) + self.write_record(records, p, ap) + archive_paths.append((ap, p)) + + def build_zip(self, pathname, archive_paths): + with ZipFile(pathname, 'w', zipfile.ZIP_DEFLATED) as zf: + for ap, p in archive_paths: + logger.debug('Wrote %s to %s in wheel', p, ap) + zf.write(p, ap) + + def build(self, paths, tags=None, wheel_version=None): + """ + Build a wheel from files in specified paths, and use any specified tags + when determining the name of the wheel. + """ + if tags is None: + tags = {} + + libkey = list(filter(lambda o: o in paths, ('purelib', 'platlib')))[0] + if libkey == 'platlib': + is_pure = 'false' + default_pyver = [IMPVER] + default_abi = [ABI] + default_arch = [ARCH] + else: + is_pure = 'true' + default_pyver = [PYVER] + default_abi = ['none'] + default_arch = ['any'] + + self.pyver = tags.get('pyver', default_pyver) + self.abi = tags.get('abi', default_abi) + self.arch = tags.get('arch', default_arch) + + libdir = paths[libkey] + + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + archive_paths = [] + + # First, stuff which is not in site-packages + for key in ('data', 'headers', 'scripts'): + if key not in paths: + continue + path = paths[key] + if os.path.isdir(path): + for root, dirs, files in os.walk(path): + for fn in files: + p = fsdecode(os.path.join(root, fn)) + rp = os.path.relpath(p, path) + ap = to_posix(os.path.join(data_dir, key, rp)) + archive_paths.append((ap, p)) + if key == 'scripts' and not p.endswith('.exe'): + with open(p, 'rb') as f: + data = f.read() + data = self.process_shebang(data) + with open(p, 'wb') as f: + f.write(data) + + # Now, stuff which is in site-packages, other than the + # distinfo stuff. + path = libdir + distinfo = None + for root, dirs, files in os.walk(path): + if root == path: + # At the top level only, save distinfo for later + # and skip it for now + for i, dn in enumerate(dirs): + dn = fsdecode(dn) + if dn.endswith('.dist-info'): + distinfo = os.path.join(root, dn) + del dirs[i] + break + assert distinfo, '.dist-info directory expected, not found' + + for fn in files: + # comment out next suite to leave .pyc files in + if fsdecode(fn).endswith(('.pyc', '.pyo')): + continue + p = os.path.join(root, fn) + rp = to_posix(os.path.relpath(p, path)) + archive_paths.append((rp, p)) + + # Now distinfo. Assumed to be flat, i.e. os.listdir is enough. + files = os.listdir(distinfo) + for fn in files: + if fn not in ('RECORD', 'INSTALLER', 'SHARED', 'WHEEL'): + p = fsdecode(os.path.join(distinfo, fn)) + ap = to_posix(os.path.join(info_dir, fn)) + archive_paths.append((ap, p)) + + wheel_metadata = [ + 'Wheel-Version: %d.%d' % (wheel_version or self.wheel_version), + 'Generator: distlib %s' % __version__, + 'Root-Is-Purelib: %s' % is_pure, + ] + for pyver, abi, arch in self.tags: + wheel_metadata.append('Tag: %s-%s-%s' % (pyver, abi, arch)) + p = os.path.join(distinfo, 'WHEEL') + with open(p, 'w') as f: + f.write('\n'.join(wheel_metadata)) + ap = to_posix(os.path.join(info_dir, 'WHEEL')) + archive_paths.append((ap, p)) + + # sort the entries by archive path. Not needed by any spec, but it + # keeps the archive listing and RECORD tidier than they would otherwise + # be. Use the number of path segments to keep directory entries together, + # and keep the dist-info stuff at the end. + def sorter(t): + ap = t[0] + n = ap.count('/') + if '.dist-info' in ap: + n += 10000 + return (n, ap) + + archive_paths = sorted(archive_paths, key=sorter) + + # Now, at last, RECORD. + # Paths in here are archive paths - nothing else makes sense. + self.write_records((distinfo, info_dir), libdir, archive_paths) + # Now, ready to build the zip file + pathname = os.path.join(self.dirname, self.filename) + self.build_zip(pathname, archive_paths) + return pathname + + def skip_entry(self, arcname): + """ + Determine whether an archive entry should be skipped when verifying + or installing. + """ + # The signature file won't be in RECORD, + # and we don't currently don't do anything with it + # We also skip directories, as they won't be in RECORD + # either. See: + # + # https://github.com/pypa/wheel/issues/294 + # https://github.com/pypa/wheel/issues/287 + # https://github.com/pypa/wheel/pull/289 + # + return arcname.endswith(('/', '/RECORD.jws')) + + def install(self, paths, maker, **kwargs): + """ + Install a wheel to the specified paths. If kwarg ``warner`` is + specified, it should be a callable, which will be called with two + tuples indicating the wheel version of this software and the wheel + version in the file, if there is a discrepancy in the versions. + This can be used to issue any warnings to raise any exceptions. + If kwarg ``lib_only`` is True, only the purelib/platlib files are + installed, and the headers, scripts, data and dist-info metadata are + not written. If kwarg ``bytecode_hashed_invalidation`` is True, written + bytecode will try to use file-hash based invalidation (PEP-552) on + supported interpreter versions (CPython 2.7+). + + The return value is a :class:`InstalledDistribution` instance unless + ``options.lib_only`` is True, in which case the return value is ``None``. + """ + + dry_run = maker.dry_run + warner = kwargs.get('warner') + lib_only = kwargs.get('lib_only', False) + bc_hashed_invalidation = kwargs.get('bytecode_hashed_invalidation', + False) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message = message_from_file(wf) + wv = message['Wheel-Version'].split('.', 1) + file_version = tuple([int(i) for i in wv]) + if (file_version != self.wheel_version) and warner: + warner(self.wheel_version, file_version) + + if message['Root-Is-Purelib'] == 'true': + libdir = paths['purelib'] + else: + libdir = paths['platlib'] + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + data_pfx = posixpath.join(data_dir, '') + info_pfx = posixpath.join(info_dir, '') + script_pfx = posixpath.join(data_dir, 'scripts', '') + + # make a new instance rather than a copy of maker's, + # as we mutate it + fileop = FileOperator(dry_run=dry_run) + fileop.record = True # so we can rollback if needed + + bc = not sys.dont_write_bytecode # Double negatives. Lovely! + + outfiles = [] # for RECORD writing + + # for script copying/shebang processing + workdir = tempfile.mkdtemp() + # set target dir later + # we default add_launchers to False, as the + # Python Launcher should be used instead + maker.source_dir = workdir + maker.target_dir = None + try: + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + if lib_only and u_arcname.startswith((info_pfx, data_pfx)): + logger.debug('lib_only: skipping %s', u_arcname) + continue + is_script = (u_arcname.startswith(script_pfx) + and not u_arcname.endswith('.exe')) + + if u_arcname.startswith(data_pfx): + _, where, rp = u_arcname.split('/', 2) + outfile = os.path.join(paths[where], convert_path(rp)) + else: + # meant for site-packages. + if u_arcname in (wheel_metadata_name, record_name): + continue + outfile = os.path.join(libdir, convert_path(u_arcname)) + if not is_script: + with zf.open(arcname) as bf: + fileop.copy_stream(bf, outfile) + # Issue #147: permission bits aren't preserved. Using + # zf.extract(zinfo, libdir) should have worked, but didn't, + # see https://www.thetopsites.net/article/53834422.shtml + # So ... manually preserve permission bits as given in zinfo + if os.name == 'posix': + # just set the normal permission bits + os.chmod(outfile, + (zinfo.external_attr >> 16) & 0x1FF) + outfiles.append(outfile) + # Double check the digest of the written file + if not dry_run and row[1]: + with open(outfile, 'rb') as bf: + data = bf.read() + _, newdigest = self.get_hash(data, kind) + if newdigest != digest: + raise DistlibException('digest mismatch ' + 'on write for ' + '%s' % outfile) + if bc and outfile.endswith('.py'): + try: + pyc = fileop.byte_compile( + outfile, + hashed_invalidation=bc_hashed_invalidation) + outfiles.append(pyc) + except Exception: + # Don't give up if byte-compilation fails, + # but log it and perhaps warn the user + logger.warning('Byte-compilation failed', + exc_info=True) + else: + fn = os.path.basename(convert_path(arcname)) + workname = os.path.join(workdir, fn) + with zf.open(arcname) as bf: + fileop.copy_stream(bf, workname) + + dn, fn = os.path.split(outfile) + maker.target_dir = dn + filenames = maker.make(fn) + fileop.set_executable_mode(filenames) + outfiles.extend(filenames) + + if lib_only: + logger.debug('lib_only: returning None') + dist = None + else: + # Generate scripts + + # Try to get pydist.json so we can see if there are + # any commands to generate. If this fails (e.g. because + # of a legacy wheel), log a warning but don't give up. + commands = None + file_version = self.info['Wheel-Version'] + if file_version == '1.0': + # Use legacy info + ep = posixpath.join(info_dir, 'entry_points.txt') + try: + with zf.open(ep) as bwf: + epdata = read_exports(bwf) + commands = {} + for key in ('console', 'gui'): + k = '%s_scripts' % key + if k in epdata: + commands['wrap_%s' % key] = d = {} + for v in epdata[k].values(): + s = '%s:%s' % (v.prefix, v.suffix) + if v.flags: + s += ' [%s]' % ','.join(v.flags) + d[v.name] = s + except Exception: + logger.warning('Unable to read legacy script ' + 'metadata, so cannot generate ' + 'scripts') + else: + try: + with zf.open(metadata_name) as bwf: + wf = wrapper(bwf) + commands = json.load(wf).get('extensions') + if commands: + commands = commands.get('python.commands') + except Exception: + logger.warning('Unable to read JSON metadata, so ' + 'cannot generate scripts') + if commands: + console_scripts = commands.get('wrap_console', {}) + gui_scripts = commands.get('wrap_gui', {}) + if console_scripts or gui_scripts: + script_dir = paths.get('scripts', '') + if not os.path.isdir(script_dir): + raise ValueError('Valid script path not ' + 'specified') + maker.target_dir = script_dir + for k, v in console_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script) + fileop.set_executable_mode(filenames) + + if gui_scripts: + options = {'gui': True} + for k, v in gui_scripts.items(): + script = '%s = %s' % (k, v) + filenames = maker.make(script, options) + fileop.set_executable_mode(filenames) + + p = os.path.join(libdir, info_dir) + dist = InstalledDistribution(p) + + # Write SHARED + paths = dict(paths) # don't change passed in dict + del paths['purelib'] + del paths['platlib'] + paths['lib'] = libdir + p = dist.write_shared_locations(paths, dry_run) + if p: + outfiles.append(p) + + # Write RECORD + dist.write_installed_files(outfiles, paths['prefix'], + dry_run) + return dist + except Exception: # pragma: no cover + logger.exception('installation failed.') + fileop.rollback() + raise + finally: + shutil.rmtree(workdir) + + def _get_dylib_cache(self): + global cache + if cache is None: + # Use native string to avoid issues on 2.x: see Python #20140. + base = os.path.join(get_cache_base(), str('dylib-cache'), + '%s.%s' % sys.version_info[:2]) + cache = Cache(base) + return cache + + def _get_extensions(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + arcname = posixpath.join(info_dir, 'EXTENSIONS') + wrapper = codecs.getreader('utf-8') + result = [] + with ZipFile(pathname, 'r') as zf: + try: + with zf.open(arcname) as bf: + wf = wrapper(bf) + extensions = json.load(wf) + cache = self._get_dylib_cache() + prefix = cache.prefix_to_dir(pathname) + cache_base = os.path.join(cache.base, prefix) + if not os.path.isdir(cache_base): + os.makedirs(cache_base) + for name, relpath in extensions.items(): + dest = os.path.join(cache_base, convert_path(relpath)) + if not os.path.exists(dest): + extract = True + else: + file_time = os.stat(dest).st_mtime + file_time = datetime.datetime.fromtimestamp( + file_time) + info = zf.getinfo(relpath) + wheel_time = datetime.datetime(*info.date_time) + extract = wheel_time > file_time + if extract: + zf.extract(relpath, cache_base) + result.append((name, dest)) + except KeyError: + pass + return result + + def is_compatible(self): + """ + Determine if a wheel is compatible with the running system. + """ + return is_compatible(self) + + def is_mountable(self): + """ + Determine if a wheel is asserted as mountable by its metadata. + """ + return True # for now - metadata details TBD + + def mount(self, append=False): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if not self.is_compatible(): + msg = 'Wheel %s not compatible with this Python.' % pathname + raise DistlibException(msg) + if not self.is_mountable(): + msg = 'Wheel %s is marked as not mountable.' % pathname + raise DistlibException(msg) + if pathname in sys.path: + logger.debug('%s already in path', pathname) + else: + if append: + sys.path.append(pathname) + else: + sys.path.insert(0, pathname) + extensions = self._get_extensions() + if extensions: + if _hook not in sys.meta_path: + sys.meta_path.append(_hook) + _hook.add(pathname, extensions) + + def unmount(self): + pathname = os.path.abspath(os.path.join(self.dirname, self.filename)) + if pathname not in sys.path: + logger.debug('%s not in path', pathname) + else: + sys.path.remove(pathname) + if pathname in _hook.impure_wheels: + _hook.remove(pathname) + if not _hook.impure_wheels: + if _hook in sys.meta_path: + sys.meta_path.remove(_hook) + + def verify(self): + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + # data_dir = '%s.data' % name_ver + info_dir = '%s.dist-info' % name_ver + + # metadata_name = posixpath.join(info_dir, LEGACY_METADATA_FILENAME) + wheel_metadata_name = posixpath.join(info_dir, 'WHEEL') + record_name = posixpath.join(info_dir, 'RECORD') + + wrapper = codecs.getreader('utf-8') + + with ZipFile(pathname, 'r') as zf: + with zf.open(wheel_metadata_name) as bwf: + wf = wrapper(bwf) + message_from_file(wf) + # wv = message['Wheel-Version'].split('.', 1) + # file_version = tuple([int(i) for i in wv]) + # TODO version verification + + records = {} + with zf.open(record_name) as bf: + with CSVReader(stream=bf) as reader: + for row in reader: + p = row[0] + records[p] = row + + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + # See issue #115: some wheels have .. in their entries, but + # in the filename ... e.g. __main__..py ! So the check is + # updated to look for .. in the directory portions + p = u_arcname.split('/') + if '..' in p: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + + if self.skip_entry(u_arcname): + continue + row = records[u_arcname] + if row[2] and str(zinfo.file_size) != row[2]: + raise DistlibException('size mismatch for ' + '%s' % u_arcname) + if row[1]: + kind, value = row[1].split('=', 1) + with zf.open(arcname) as bf: + data = bf.read() + _, digest = self.get_hash(data, kind) + if digest != value: + raise DistlibException('digest mismatch for ' + '%s' % arcname) + + def update(self, modifier, dest_dir=None, **kwargs): + """ + Update the contents of a wheel in a generic way. The modifier should + be a callable which expects a dictionary argument: its keys are + archive-entry paths, and its values are absolute filesystem paths + where the contents the corresponding archive entries can be found. The + modifier is free to change the contents of the files pointed to, add + new entries and remove entries, before returning. This method will + extract the entire contents of the wheel to a temporary location, call + the modifier, and then use the passed (and possibly updated) + dictionary to write a new wheel. If ``dest_dir`` is specified, the new + wheel is written there -- otherwise, the original wheel is overwritten. + + The modifier should return True if it updated the wheel, else False. + This method returns the same value the modifier returns. + """ + + def get_version(path_map, info_dir): + version = path = None + key = '%s/%s' % (info_dir, LEGACY_METADATA_FILENAME) + if key not in path_map: + key = '%s/PKG-INFO' % info_dir + if key in path_map: + path = path_map[key] + version = Metadata(path=path).version + return version, path + + def update_version(version, path): + updated = None + try: + NormalizedVersion(version) + i = version.find('-') + if i < 0: + updated = '%s+1' % version + else: + parts = [int(s) for s in version[i + 1:].split('.')] + parts[-1] += 1 + updated = '%s+%s' % (version[:i], '.'.join( + str(i) for i in parts)) + except UnsupportedVersionError: + logger.debug( + 'Cannot update non-compliant (PEP-440) ' + 'version %r', version) + if updated: + md = Metadata(path=path) + md.version = updated + legacy = path.endswith(LEGACY_METADATA_FILENAME) + md.write(path=path, legacy=legacy) + logger.debug('Version updated from %r to %r', version, updated) + + pathname = os.path.join(self.dirname, self.filename) + name_ver = '%s-%s' % (self.name, self.version) + info_dir = '%s.dist-info' % name_ver + record_name = posixpath.join(info_dir, 'RECORD') + with tempdir() as workdir: + with ZipFile(pathname, 'r') as zf: + path_map = {} + for zinfo in zf.infolist(): + arcname = zinfo.filename + if isinstance(arcname, text_type): + u_arcname = arcname + else: + u_arcname = arcname.decode('utf-8') + if u_arcname == record_name: + continue + if '..' in u_arcname: + raise DistlibException('invalid entry in ' + 'wheel: %r' % u_arcname) + zf.extract(zinfo, workdir) + path = os.path.join(workdir, convert_path(u_arcname)) + path_map[u_arcname] = path + + # Remember the version. + original_version, _ = get_version(path_map, info_dir) + # Files extracted. Call the modifier. + modified = modifier(path_map, **kwargs) + if modified: + # Something changed - need to build a new wheel. + current_version, path = get_version(path_map, info_dir) + if current_version and (current_version == original_version): + # Add or update local version to signify changes. + update_version(current_version, path) + # Decide where the new wheel goes. + if dest_dir is None: + fd, newpath = tempfile.mkstemp(suffix='.whl', + prefix='wheel-update-', + dir=workdir) + os.close(fd) + else: + if not os.path.isdir(dest_dir): + raise DistlibException('Not a directory: %r' % + dest_dir) + newpath = os.path.join(dest_dir, self.filename) + archive_paths = list(path_map.items()) + distinfo = os.path.join(workdir, info_dir) + info = distinfo, info_dir + self.write_records(info, workdir, archive_paths) + self.build_zip(newpath, archive_paths) + if dest_dir is None: + shutil.copyfile(newpath, pathname) + return modified + + +def _get_glibc_version(): + import platform + ver = platform.libc_ver() + result = [] + if ver[0] == 'glibc': + for s in ver[1].split('.'): + result.append(int(s) if s.isdigit() else 0) + result = tuple(result) + return result + + +def compatible_tags(): + """ + Return (pyver, abi, arch) tuples compatible with this Python. + """ + versions = [VER_SUFFIX] + major = VER_SUFFIX[0] + for minor in range(sys.version_info[1] - 1, -1, -1): + versions.append(''.join([major, str(minor)])) + + abis = [] + for suffix in _get_suffixes(): + if suffix.startswith('.abi'): + abis.append(suffix.split('.', 2)[1]) + abis.sort() + if ABI != 'none': + abis.insert(0, ABI) + abis.append('none') + result = [] + + arches = [ARCH] + if sys.platform == 'darwin': + m = re.match(r'(\w+)_(\d+)_(\d+)_(\w+)$', ARCH) + if m: + name, major, minor, arch = m.groups() + minor = int(minor) + matches = [arch] + if arch in ('i386', 'ppc'): + matches.append('fat') + if arch in ('i386', 'ppc', 'x86_64'): + matches.append('fat3') + if arch in ('ppc64', 'x86_64'): + matches.append('fat64') + if arch in ('i386', 'x86_64'): + matches.append('intel') + if arch in ('i386', 'x86_64', 'intel', 'ppc', 'ppc64'): + matches.append('universal') + while minor >= 0: + for match in matches: + s = '%s_%s_%s_%s' % (name, major, minor, match) + if s != ARCH: # already there + arches.append(s) + minor -= 1 + + # Most specific - our Python version, ABI and arch + for abi in abis: + for arch in arches: + result.append((''.join((IMP_PREFIX, versions[0])), abi, arch)) + # manylinux + if abi != 'none' and sys.platform.startswith('linux'): + arch = arch.replace('linux_', '') + parts = _get_glibc_version() + if len(parts) == 2: + if parts >= (2, 5): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux1_%s' % arch)) + if parts >= (2, 12): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2010_%s' % arch)) + if parts >= (2, 17): + result.append((''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux2014_%s' % arch)) + result.append( + (''.join((IMP_PREFIX, versions[0])), abi, + 'manylinux_%s_%s_%s' % (parts[0], parts[1], arch))) + + # where no ABI / arch dependency, but IMP_PREFIX dependency + for i, version in enumerate(versions): + result.append((''.join((IMP_PREFIX, version)), 'none', 'any')) + if i == 0: + result.append((''.join((IMP_PREFIX, version[0])), 'none', 'any')) + + # no IMP_PREFIX, ABI or arch dependency + for i, version in enumerate(versions): + result.append((''.join(('py', version)), 'none', 'any')) + if i == 0: + result.append((''.join(('py', version[0])), 'none', 'any')) + + return set(result) + + +COMPATIBLE_TAGS = compatible_tags() + +del compatible_tags + + +def is_compatible(wheel, tags=None): + if not isinstance(wheel, Wheel): + wheel = Wheel(wheel) # assume it's a filename + result = False + if tags is None: + tags = COMPATIBLE_TAGS + for ver, abi, arch in tags: + if ver in wheel.pyver and abi in wheel.abi and arch in wheel.arch: + result = True + break + return result diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py new file mode 100644 index 0000000..7686fe8 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py new file mode 100644 index 0000000..0c01d5b --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5cdc89f3829c69f7d44a69aa891b308d846cb6b GIT binary patch literal 961 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 Rwb0q=JyL1=n+glg{}1%e7MK74 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/distro.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/distro.py new file mode 100644 index 0000000..89e1868 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/distro/distro.py @@ -0,0 +1,1399 @@ +#!/usr/bin/env python +# Copyright 2015,2016,2017 Nir Cohen +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + +""" +The ``distro`` package (``distro`` stands for Linux Distribution) provides +information about the Linux distribution it runs on, such as a reliable +machine-readable distro ID, or version information. + +It is the recommended replacement for Python's original +:py:func:`platform.linux_distribution` function, but it provides much more +functionality. An alternative implementation became necessary because Python +3.5 deprecated this function, and Python 3.8 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.8.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", + "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", +) + + +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 + ============== ========================================= + + 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 dict( + id=self.id(), + version=self.version(pretty, best), + version_parts=dict( + major=self.major_version(best), + minor=self.minor_version(best), + build_number=self.build_number(best), + ), + like=self.like(), + codename=self.codename(), + ) + + def os_release_info(self) -> 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/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py new file mode 100644 index 0000000..a40eeaf --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py @@ -0,0 +1,44 @@ +from .package_data import __version__ +from .core import ( + IDNABidiError, + IDNAError, + InvalidCodepoint, + InvalidCodepointContext, + alabel, + check_bidi, + check_hyphen_ok, + check_initial_combiner, + check_label, + check_nfc, + decode, + encode, + ulabel, + uts46_remap, + valid_contextj, + valid_contexto, + valid_label_length, + valid_string_length, +) +from .intranges import intranges_contain + +__all__ = [ + "IDNABidiError", + "IDNAError", + "InvalidCodepoint", + "InvalidCodepointContext", + "alabel", + "check_bidi", + "check_hyphen_ok", + "check_initial_combiner", + "check_label", + "check_nfc", + "decode", + "encode", + "intranges_contain", + "ulabel", + "uts46_remap", + "valid_contextj", + "valid_contexto", + "valid_label_length", + "valid_string_length", +] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e4a91b999596d82184f135a29bcf42c23f44e53 GIT binary patch literal 882 zcmbu7yKWRQ6o&1+%wA^iyV+16IwZE(jJSvjAwi%>6N%PBvb;0Stcj03@^~Y*q~i_f z>39`*14}ee(IFxfDHZlkpa>ETF24EC8T(x9^QqtOBELSq{gS_^BlI;GzgO)_oLev6 zp$uhMBESUWplh-Qby9~0X+V=SAtDj9NDJDe4IR>fF6lx{V(5_`^hqBEWB@}lgb^9R zn2cdUCNL#an335oUS00NoXj!GQPy~m$^N#vh`wQ;dVyU`=@~br(2CN<#PyG!9Y1+0 zGV$CPZCodql^h+ZGbTlLs54$@p{(1#?m5)T^4HcyOtKZ1uA8oTdP-M5oEuhpy)D*U zQGM#>l|v|D1(P(@uo8+J7gzo&LZ>p+N$R4Er#`idxT?OJYD>Ja<%5URaA1WS>`L^( zc7?pUW@|U8{_jpw$yILGZd&dmnla0a9~|TwsW$w-QvWln z>-_0-SEFlD%A}<913LHV(dElzt$`;exnbopWr>tP{S7WHFKsZqPNY~R#n!I1x_@x@ zUQ!Cnmsg#XNg;~FPnpWJNkpbtLTPw*N)L+dW&086Y$N$&bIT_SQ&}!OzSl9vpV94$ Z+7#C=(BJrZ2jRt!#w@PAX_=e;#4nHo@%R7$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..579991247288a5efcedae7588e39709cff545154 GIT binary patch literal 4634 zcmeHKO>7&-6`uX&Qd*fJB{~)*>o2inwv~ujacjs)+9tA78;ac4b?dN5*%fywQ(69W zc9}pb6&QgIG7{8u8&m|6gWHn@_t0Ysw19du+6!5=6}>SKxADcNC>2k>wC~MwN&UEn z1GGpF9guI{ym|X(=FPls-u$tnqm4lM!^+?1#ybf47#m)Z8_af`BV?86MCVMB;o@9| zkMkKJE@Z^Gn33WVM|55nOgS#I+86ghEt*QkANOb4;%yw^iQ$_+=oxO+x^xq4V~MLg zd5P%qGSPj8JRfnTJLyfqZN)p7rUIIN(Cpi(AAJy&9NEYwbGqTky5ZKE zsm&UuBNyD-e`adt>!&Eq(fep{Cdxa~cM5saaFla-JDtmFWpq<`1f7S!V2Flf$SJ-DG*YrIE=#bR*e^Bvg&qA8 z^eYQ;RB@yiVd_ao)HPd!mEbHbN2Z2dpxI<&>)7xTP;75gAgiRv>)dN!A%sTk#!(<} zoaT3a!9F9P=^YlYev2z|7PlbSXp@y9=k?jX{jwB)o^oiUJH7t;M&Hav=v+lT_qRY-t*hr=AY9VlF1~;MdiQ&;R01OvWrTLY z=l^4yMT0OW8UnJ$JG-`mc4H4lB@H7%eDPdQ4|#o_liZlX1%3u69r|}pnu&63Vo|@N zBobLIV-#cHIevHK{FdY0vtGs(dS6B3$Xi+kj}bCh|PbEFweV_#t5cJ z@YGo^0a+%Wiau$yJh4Tfx*@RYgX8PrTf%yzdUARj#h->y<+!Wzq^ojaeF9WY{3cOH z4R;K*oP>X~unPcM+v7lXfWi()&=C|`VXx>CK$j1~-sgnQWRuj$7+G60PcitStw3<3 zR2o2u2EcN%0iSGKyjn0wwtvX3mj4I_H0{qfBcF}MNDCL1L|t5xiX!bUin@d_XUV#Z z5?y+ZWc@|K^0_?d@Ypj)mSo+x1kx$;>eGZQDMfkSgVNRz#BTQ*Ma4rQujWY6N2Q`q zR~7*#z?RQOxL~EF?e@JhA;LvCk51cDin3>~C@n(Yl7E+-=4IL#19}nh*8DTAAfkA) z(q16<{|V&*H_p(F@*s&S4B}W^Ih~0@HjQwT&~vtxpoSw^c{6Q0vX;*SB2mO#7I=<0 zpG#-g+UOG~X`&!K0!>F|SC{3eHr3JytY{AJ1*>4%0G#PXFzjA$ZLTl@v0~w&1O#mq z78uTf#B3pzGHAlZyTzgXM{j($%3-i#{T0aLLE@o%!J*CIXf-%`L)-|Ct;n?}dREli z?Lk1x^6*b5YXie2wbmUeAG>z;b~thuxzgF&T|KoYM@rLogI(}NpmRm6g?s-&ME}6b zshS$P`tp^R-ygXiesAp0>e1VPyq(=;?wY?O*3`~-Uo1;MJ6l!zuS{+E;e)LMc_2YSlSR00DPWq<|r4D1@_Kol2C`;iO) zam3kN&SaQFhfsJN$uJVcKo@GBLJkQUu)YLjnQZa>(%^M~8mN8^Py^KmQ>=x}y#=3U|3*!gBSyDHD4smBlJ$mbr;>SKg+XQVt;2@F+~p+|)?{WAIzFC90U zG0)o@%_mTX~^qxrBjjL{4gMl)0x%~0)%W@x+7jGym{W-lk-#=N1G9V~G0_)yQ= z)X*~DqmZ-GnKfZA4(&mkXTbtR@&ov9*!YTYxlWJ!6@Rml*T5S_m~ljW4?qGYVv5P011yzvLg`jQ=3bO^m&^?%>Zowd z!sflfHqUE;1Uw2!t;`-8mg8qHj5Aqy^x*7T=9M>FOz+qo_=ShyR}UzvyhRjAW;+-? z=!nT2-LYgh6JfA}9-`j>;_#5L$o4`WG7dLv(9Mo7nakwUrr}~1uE>eJz>*3>-=9se zH9l0Kflqtae+Gxgh3@gh1LaxwVemZt7W86FSw9D|C2$<~5jpu6a`Hpc@geblM27En z9WEVPoxC<#>7U%_I$0r|buq+^uAII)ePy~%fUO@L;0DVFH+v?lJ(G0;jrt2*KR4VG rK?6h_=Pw;Ek8DQ9s*$lefo5IVFWXYuIJxxQ&G3Lalec|xQGc7-Ns^Ll8p%g3l$EvI568JX|4%-JCn=e?#}XdBCJ@5 zSO_-hlG64N!M{VB6T2ZGXqE2ZtWx=AFBdFzVBUP+e6#c3`)0q+%rpp&FYkW#+mw)B znoNgz4#qtMM}!eZWAdp&Cy17)!i>0*7+oVVyCy0ox0uE4J(JmQ&2AOB$!%WStIXpa zs92~}QK_>UH<-oh$Q#HTMcr+lVg zQVV$vCtT6ts#a<4|658%rxw1UZpDAO)Oq5!owe1~`wkO4cTypp0~y6p&Yd(!cm_Ok zG7wUPBF6GszL1?Hi+RFR$=Oo?0WO7EEaLBKYtwJx1}aUhYQxZ{#=`K{v+s?~p}AR> z?lzSf3gF7py@kq_MHZ!f(B6WLK^eIOW%UYtzS4D7*Ej$O3eZ-RDFzcGO0Ujp4-&x+ zV*Utjqpp97d>g~app>4F)(M&YK^8_PrSpgDBZABE##k>STW{?gZ+vivH}8JCzEp~z UTNk2F4-LKN(_`~@xt2Zr0nqNu8~^|S literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d36326fd05613a4e3b5cb7f7f2ddf5d967f8c97b GIT binary patch literal 16283 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fe5d74883fdd0793c87ed1ec225e0c54ac0f4b3 GIT binary patch literal 38383 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 bw0|&O7fK6rTNa5wApya&XV=6nOzs0 zI&E6@khDmRR3yyJ94a~DlHNG>ShbggAk|u-R%(0U<~E$T&^NPoLJ%YE&U^EI=FOY$ zz4!8F8r1GqzR$F8Pgb{IIdvv zz^)yn;ex1k=q&<5;nU`4#Kt5Gan&7lU zv*E!(*VCytJcNmD468#p;72$=qT+ZwuEz1@X%?^T-h$1U>CHTGxvPD*bQj;ob@yS@ z=33CpMV(hgUp@z!@RiH?oJD+vrA6~Y zlz4e+$5W88&Cv{$1m8vntlmT3rmTn_*6BGRgXTm-n3FuF$%m&jsG`u&Ys{z6^{WWY z$wk=^XF=^vx-%j|w5uo-Wd;s52f7?M;w(UMW)L)lJMVx@3S6nwja`S zIdI`eHAoU{sRc5Hds0J`fys{qh8oK-V3mjIhbpE~40T`>megk?@8as^17os18UBwTQMD5s}pbhxiX z&den==pu$g6Q*J73CMa7L_AmUW1F0orVhAvCGwf^Ci{SUlU`|io6VTZd$xOjgWnMI8?@Sj zRFG9=_QWaT5t=n^=mu##$x?L%t1A_W{7nBEkj3xteGS0gIWo`KKn5u9* z_@OBi9#hYc1hZz5w8t-nwt}A8L@`V}?S6=N1kIOnj_b=z5&DRknf81^b6KWXt;67G z^EsK9^SJS-c!0-zPcVBnm<_! zq2|cKg|BZt?H(wPRgzG9M<0x@caJPa7UTs|jkGTvc@pU>z5O`SSB>@5B-Dzz&7Dh7 zPuCtd^*-(DD~HPNgUEW<&|(u9>D=hsQBbc&IykJSK$fL~1#1mRy%5#)_F zB((jB_SWQ>u(RZqPu?%o5RjECE6GRF%JF4wgR!*(g3wor)eubOB%dnD4aU_%f-tmn vi7gG4u9TA%seJrC7y(;rZWlUBCu<0%%8rV=aSPb&Q2WCb_#v6RXjod{nKrR41J3N~J literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b889ddaeb25f0c1bd96bf55ad49ec5b7e7289cc7 GIT binary patch literal 158871 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/codec.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/codec.py new file mode 100644 index 0000000..1ca9ba6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/codec.py @@ -0,0 +1,112 @@ +from .core import encode, decode, alabel, ulabel, IDNAError +import codecs +import re +from typing import Tuple, Optional + +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class Codec(codecs.Codec): + + def encode(self, data: str, errors: str = 'strict') -> Tuple[bytes, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return b"", 0 + + return encode(data), len(data) + + def decode(self, data: bytes, errors: str = 'strict') -> Tuple[str, int]: + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return '', 0 + + return decode(data), len(data) + +class IncrementalEncoder(codecs.BufferedIncrementalEncoder): + def _buffer_encode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return "", 0 + + 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(alabel(label)) + if size: + size += 1 + size += len(label) + + # Join with U+002E + result_str = '.'.join(result) + trailing_dot # type: ignore + size += len(trailing_dot) + return result_str, size + +class IncrementalDecoder(codecs.BufferedIncrementalDecoder): + def _buffer_decode(self, data: str, errors: str, final: bool) -> Tuple[str, int]: # type: ignore + if errors != 'strict': + raise IDNAError('Unsupported error handling \"{}\"'.format(errors)) + + if not data: + return ('', 0) + + 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 getregentry() -> codecs.CodecInfo: + # Compatibility as a search_function for codecs.register() + return codecs.CodecInfo( + name='idna', + encode=Codec().encode, # type: ignore + decode=Codec().decode, # type: ignore + incrementalencoder=IncrementalEncoder, + incrementaldecoder=IncrementalDecoder, + streamwriter=StreamWriter, + streamreader=StreamReader, + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/compat.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/compat.py new file mode 100644 index 0000000..786e6bd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/compat.py @@ -0,0 +1,13 @@ +from .core import * +from .codec import * +from typing import Any, Union + +def ToASCII(label: str) -> bytes: + return encode(label) + +def ToUnicode(label: Union[bytes, bytearray]) -> str: + return decode(label) + +def nameprep(s: Any) -> None: + raise NotImplementedError('IDNA 2008 does not utilise nameprep protocol') + diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/core.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/core.py new file mode 100644 index 0000000..4f30037 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/core.py @@ -0,0 +1,400 @@ +from . import idnadata +import bisect +import unicodedata +import re +from typing import Union, Optional +from .intranges import intranges_contain + +_virama_combining_class = 9 +_alabel_prefix = b'xn--' +_unicode_dots_re = re.compile('[\u002e\u3002\uff0e\uff61]') + +class IDNAError(UnicodeError): + """ Base exception for all IDNA-encoding related problems """ + pass + + +class IDNABidiError(IDNAError): + """ Exception when bidirectional requirements are not satisfied """ + pass + + +class InvalidCodepoint(IDNAError): + """ Exception when a disallowed or unallocated codepoint is used """ + pass + + +class InvalidCodepointContext(IDNAError): + """ Exception when the codepoint is not valid in the context it is used """ + pass + + +def _combining_class(cp: int) -> int: + v = unicodedata.combining(chr(cp)) + if v == 0: + if not unicodedata.name(chr(cp)): + raise ValueError('Unknown character in unicodedata') + return v + +def _is_script(cp: str, script: str) -> bool: + return intranges_contain(ord(cp), idnadata.scripts[script]) + +def _punycode(s: str) -> bytes: + return s.encode('punycode') + +def _unot(s: int) -> str: + return 'U+{:04X}'.format(s) + + +def valid_label_length(label: Union[bytes, str]) -> bool: + if len(label) > 63: + return False + return True + + +def valid_string_length(label: Union[bytes, str], trailing_dot: bool) -> bool: + if len(label) > (254 if trailing_dot else 253): + return False + return True + + +def check_bidi(label: str, check_ltr: bool = False) -> bool: + # Bidi rules should only be applied if string contains RTL characters + bidi_label = False + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + if direction == '': + # String likely comes from a newer version of Unicode + raise IDNABidiError('Unknown directionality in label {} at position {}'.format(repr(label), idx)) + if direction in ['R', 'AL', 'AN']: + bidi_label = True + if not bidi_label and not check_ltr: + return True + + # Bidi rule 1 + direction = unicodedata.bidirectional(label[0]) + if direction in ['R', 'AL']: + rtl = True + elif direction == 'L': + rtl = False + else: + raise IDNABidiError('First codepoint in label {} must be directionality L, R or AL'.format(repr(label))) + + valid_ending = False + number_type = None # type: Optional[str] + for (idx, cp) in enumerate(label, 1): + direction = unicodedata.bidirectional(cp) + + if rtl: + # Bidi rule 2 + if not direction in ['R', 'AL', 'AN', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a right-to-left label'.format(idx)) + # Bidi rule 3 + if direction in ['R', 'AL', 'EN', 'AN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + # Bidi rule 4 + if direction in ['AN', 'EN']: + if not number_type: + number_type = direction + else: + if number_type != direction: + raise IDNABidiError('Can not mix numeral types in a right-to-left label') + else: + # Bidi rule 5 + if not direction in ['L', 'EN', 'ES', 'CS', 'ET', 'ON', 'BN', 'NSM']: + raise IDNABidiError('Invalid direction for codepoint at position {} in a left-to-right label'.format(idx)) + # Bidi rule 6 + if direction in ['L', 'EN']: + valid_ending = True + elif direction != 'NSM': + valid_ending = False + + if not valid_ending: + raise IDNABidiError('Label ends with illegal codepoint directionality') + + return True + + +def check_initial_combiner(label: str) -> bool: + if unicodedata.category(label[0])[0] == 'M': + raise IDNAError('Label begins with an illegal combining character') + return True + + +def check_hyphen_ok(label: str) -> bool: + if label[2:4] == '--': + raise IDNAError('Label has disallowed hyphens in 3rd and 4th position') + if label[0] == '-' or label[-1] == '-': + raise IDNAError('Label must not start or end with a hyphen') + return True + + +def check_nfc(label: str) -> None: + if unicodedata.normalize('NFC', label) != label: + raise IDNAError('Label must be in Normalization Form C') + + +def valid_contextj(label: str, pos: int) -> bool: + cp_value = ord(label[pos]) + + if cp_value == 0x200c: + + if pos > 0: + if _combining_class(ord(label[pos - 1])) == _virama_combining_class: + return True + + ok = False + for i in range(pos-1, -1, -1): + joining_type = idnadata.joining_types.get(ord(label[i])) + if joining_type == ord('T'): + continue + if joining_type in [ord('L'), ord('D')]: + ok = True + 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 + if joining_type in [ord('R'), ord('D')]: + ok = True + 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 + + if not label: + raise IDNAError('No Input') + + label = str(label) + check_label(label) + label_bytes = _punycode(label) + label_bytes = _alabel_prefix + label_bytes + + if not valid_label_length(label_bytes): + raise IDNAError('Label too long') + + return label_bytes + + +def ulabel(label: Union[str, bytes, bytearray]) -> str: + if not isinstance(label, (bytes, bytearray)): + try: + label_bytes = label.encode('ascii') + except UnicodeEncodeError: + check_label(label) + return label + else: + label_bytes = label + + label_bytes = label_bytes.lower() + if label_bytes.startswith(_alabel_prefix): + label_bytes = label_bytes[len(_alabel_prefix):] + if not label_bytes: + raise IDNAError('Malformed A-label, no Punycode eligible content found') + if label_bytes.decode('ascii')[-1] == '-': + raise IDNAError('A-label must not end with a hyphen') + else: + check_label(label_bytes) + return label_bytes.decode('ascii') + + try: + label = label_bytes.decode('punycode') + except UnicodeError: + raise IDNAError('Invalid A-label') + check_label(label) + return label + + +def uts46_remap(domain: str, std3_rules: bool = True, transitional: bool = False) -> str: + """Re-map the characters in the string according to UTS46 processing.""" + from .uts46data import uts46data + output = '' + + for pos, char in enumerate(domain): + code_point = ord(char) + try: + uts46row = uts46data[code_point if code_point < 256 else + bisect.bisect_left(uts46data, (code_point, 'Z')) - 1] + status = uts46row[1] + replacement = None # type: Optional[str] + if len(uts46row) == 3: + replacement = uts46row[2] # type: ignore + 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 isinstance(s, (bytes, bytearray)): + try: + s = s.decode('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 isinstance(s, (bytes, bytearray)): + s = s.decode('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/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py new file mode 100644 index 0000000..67db462 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py @@ -0,0 +1,2151 @@ +# This file is automatically generated by tools/idna-data + +__version__ = '15.0.0' +scripts = { + 'Greek': ( + 0x37000000374, + 0x37500000378, + 0x37a0000037e, + 0x37f00000380, + 0x38400000385, + 0x38600000387, + 0x3880000038b, + 0x38c0000038d, + 0x38e000003a2, + 0x3a3000003e2, + 0x3f000000400, + 0x1d2600001d2b, + 0x1d5d00001d62, + 0x1d6600001d6b, + 0x1dbf00001dc0, + 0x1f0000001f16, + 0x1f1800001f1e, + 0x1f2000001f46, + 0x1f4800001f4e, + 0x1f5000001f58, + 0x1f5900001f5a, + 0x1f5b00001f5c, + 0x1f5d00001f5e, + 0x1f5f00001f7e, + 0x1f8000001fb5, + 0x1fb600001fc5, + 0x1fc600001fd4, + 0x1fd600001fdc, + 0x1fdd00001ff0, + 0x1ff200001ff5, + 0x1ff600001fff, + 0x212600002127, + 0xab650000ab66, + 0x101400001018f, + 0x101a0000101a1, + 0x1d2000001d246, + ), + 'Han': ( + 0x2e8000002e9a, + 0x2e9b00002ef4, + 0x2f0000002fd6, + 0x300500003006, + 0x300700003008, + 0x30210000302a, + 0x30380000303c, + 0x340000004dc0, + 0x4e000000a000, + 0xf9000000fa6e, + 0xfa700000fada, + 0x16fe200016fe4, + 0x16ff000016ff2, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 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 = { + 0x600: 85, + 0x601: 85, + 0x602: 85, + 0x603: 85, + 0x604: 85, + 0x605: 85, + 0x608: 85, + 0x60b: 85, + 0x620: 68, + 0x621: 85, + 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, + 0x66e: 68, + 0x66f: 68, + 0x671: 82, + 0x672: 82, + 0x673: 82, + 0x674: 85, + 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, + 0x6dd: 85, + 0x6ee: 82, + 0x6ef: 82, + 0x6fa: 68, + 0x6fb: 68, + 0x6fc: 68, + 0x6ff: 68, + 0x70f: 84, + 0x710: 82, + 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, + 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, + 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, + 0x7fa: 67, + 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, + 0x860: 68, + 0x861: 85, + 0x862: 68, + 0x863: 68, + 0x864: 68, + 0x865: 68, + 0x866: 85, + 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, + 0x887: 85, + 0x888: 85, + 0x889: 68, + 0x88a: 68, + 0x88b: 68, + 0x88c: 68, + 0x88d: 68, + 0x88e: 82, + 0x890: 85, + 0x891: 85, + 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, + 0x8ad: 85, + 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, + 0x8e2: 85, + 0x1806: 85, + 0x1807: 68, + 0x180a: 67, + 0x180e: 85, + 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, + 0x1880: 85, + 0x1881: 85, + 0x1882: 85, + 0x1883: 85, + 0x1884: 85, + 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, + 0x18aa: 68, + 0x200c: 85, + 0x200d: 67, + 0x202f: 85, + 0x2066: 85, + 0x2067: 85, + 0x2068: 85, + 0x2069: 85, + 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, + 0xa873: 85, + 0x10ac0: 68, + 0x10ac1: 68, + 0x10ac2: 68, + 0x10ac3: 68, + 0x10ac4: 68, + 0x10ac5: 82, + 0x10ac6: 85, + 0x10ac7: 82, + 0x10ac8: 85, + 0x10ac9: 82, + 0x10aca: 82, + 0x10acb: 85, + 0x10acc: 85, + 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, + 0x10ae2: 85, + 0x10ae3: 85, + 0x10ae4: 82, + 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, + 0x10baf: 85, + 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, + 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, + 0x10f45: 85, + 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, + 0x10fb0: 68, + 0x10fb1: 85, + 0x10fb2: 68, + 0x10fb3: 68, + 0x10fb4: 82, + 0x10fb5: 82, + 0x10fb6: 82, + 0x10fb7: 85, + 0x10fb8: 68, + 0x10fb9: 82, + 0x10fba: 82, + 0x10fbb: 68, + 0x10fbc: 68, + 0x10fbd: 82, + 0x10fbe: 68, + 0x10fbf: 68, + 0x10fc0: 85, + 0x10fc1: 68, + 0x10fc2: 82, + 0x10fc3: 82, + 0x10fc4: 68, + 0x10fc5: 85, + 0x10fc6: 85, + 0x10fc7: 85, + 0x10fc8: 85, + 0x10fc9: 82, + 0x10fca: 68, + 0x10fcb: 76, + 0x110bd: 85, + 0x110cd: 85, + 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, + 0x1e94b: 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, + 0xa7f20000a7f5, + 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, + 0x1078000010786, + 0x10787000107b1, + 0x107b2000107bb, + 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, + 0x1e0300001e06e, + 0x1e08f0001e090, + 0x1e1000001e12d, + 0x1e1300001e13e, + 0x1e1400001e14a, + 0x1e14e0001e14f, + 0x1e2900001e2af, + 0x1e2c00001e2fa, + 0x1e4d00001e4fa, + 0x1e7e00001e7e7, + 0x1e7e80001e7ec, + 0x1e7ed0001e7ef, + 0x1e7f00001e7ff, + 0x1e8000001e8c5, + 0x1e8d00001e8d7, + 0x1e9220001e94c, + 0x1e9500001e95a, + 0x200000002a6e0, + 0x2a7000002b73a, + 0x2b7400002b81e, + 0x2b8200002cea2, + 0x2ceb00002ebe1, + 0x300000003134b, + 0x31350000323b0, + ), + 'CONTEXTJ': ( + 0x200c0000200e, + ), + 'CONTEXTO': ( + 0xb7000000b8, + 0x37500000376, + 0x5f3000005f5, + 0x6600000066a, + 0x6f0000006fa, + 0x30fb000030fc, + ), +} diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py new file mode 100644 index 0000000..6a43b04 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py @@ -0,0 +1,54 @@ +""" +Given a list of integers, made up of (hopefully) a small number of long runs +of consecutive integers, compute a representation of the form +((start1, end1), (start2, end2) ...). Then answer the question "was x present +in the original list?" in time O(log(# runs)). +""" + +import bisect +from typing import List, Tuple + +def intranges_from_list(list_: List[int]) -> Tuple[int, ...]: + """Represent a list of integers as a sequence of ranges: + ((start_0, end_0), (start_1, end_1), ...), such that the original + integers are exactly those x such that start_i <= x < end_i for some i. + + Ranges are encoded as single integers (start << 32 | end), not as tuples. + """ + + sorted_list = sorted(list_) + ranges = [] + last_write = -1 + for i in range(len(sorted_list)): + if i+1 < len(sorted_list): + if sorted_list[i] == sorted_list[i+1]-1: + continue + current_range = sorted_list[last_write+1:i+1] + ranges.append(_encode_range(current_range[0], current_range[-1] + 1)) + last_write = i + + return tuple(ranges) + +def _encode_range(start: int, end: int) -> int: + return (start << 32) | end + +def _decode_range(r: int) -> Tuple[int, int]: + return (r >> 32), (r & ((1 << 32) - 1)) + + +def intranges_contain(int_: int, ranges: Tuple[int, ...]) -> bool: + """Determine if `int_` falls into one of the ranges in `ranges`.""" + tuple_ = _encode_range(int_, 0) + pos = bisect.bisect_left(ranges, tuple_) + # we could be immediately ahead of a tuple (start, end) + # with start < int_ <= end + if pos > 0: + left, right = _decode_range(ranges[pos-1]) + if left <= int_ < right: + return True + # or we could be immediately behind a tuple (int_, end) + if pos < len(ranges): + left, _ = _decode_range(ranges[pos]) + if left == int_: + return True + return False diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py new file mode 100644 index 0000000..8501893 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py @@ -0,0 +1,2 @@ +__version__ = '3.4' + diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py new file mode 100644 index 0000000..186796c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py @@ -0,0 +1,8600 @@ +# 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.0.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', 'ss'), + (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'), + (0x2260, '3'), + (0x2261, 'V'), + (0x226E, '3'), + (0x2270, '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'), + ] + +def _seg_24() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x24BD, 'M', 'h'), + (0x24BE, 'M', 'i'), + (0x24BF, 'M', 'j'), + (0x24C0, 'M', 'k'), + (0x24C1, 'M', 'l'), + (0x24C2, 'M', 'm'), + (0x24C3, 'M', 'n'), + (0x24C4, 'M', 'o'), + (0x24C5, 'M', 'p'), + (0x24C6, 'M', 'q'), + (0x24C7, 'M', 'r'), + (0x24C8, 'M', 's'), + (0x24C9, 'M', 't'), + (0x24CA, 'M', 'u'), + (0x24CB, 'M', 'v'), + (0x24CC, 'M', 'w'), + (0x24CD, 'M', 'x'), + (0x24CE, 'M', 'y'), + (0x24CF, 'M', 'z'), + (0x24D0, 'M', 'a'), + (0x24D1, 'M', 'b'), + (0x24D2, 'M', 'c'), + (0x24D3, 'M', 'd'), + (0x24D4, 'M', 'e'), + (0x24D5, 'M', 'f'), + (0x24D6, 'M', 'g'), + (0x24D7, 'M', 'h'), + (0x24D8, 'M', 'i'), + (0x24D9, 'M', 'j'), + (0x24DA, 'M', 'k'), + (0x24DB, 'M', 'l'), + (0x24DC, 'M', 'm'), + (0x24DD, 'M', 'n'), + (0x24DE, 'M', 'o'), + (0x24DF, 'M', 'p'), + (0x24E0, 'M', 'q'), + (0x24E1, 'M', 'r'), + (0x24E2, 'M', 's'), + (0x24E3, 'M', 't'), + (0x24E4, 'M', 'u'), + (0x24E5, 'M', 'v'), + (0x24E6, 'M', 'w'), + (0x24E7, 'M', 'x'), + (0x24E8, 'M', 'y'), + (0x24E9, 'M', 'z'), + (0x24EA, 'M', '0'), + (0x24EB, 'V'), + (0x2A0C, 'M', '∫∫∫∫'), + (0x2A0D, 'V'), + (0x2A74, '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', 'ⱘ'), + ] + +def _seg_25() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2C29, 'M', 'ⱙ'), + (0x2C2A, 'M', 'ⱚ'), + (0x2C2B, 'M', 'ⱛ'), + (0x2C2C, 'M', 'ⱜ'), + (0x2C2D, 'M', 'ⱝ'), + (0x2C2E, 'M', 'ⱞ'), + (0x2C2F, 'M', 'ⱟ'), + (0x2C30, 'V'), + (0x2C60, 'M', 'ⱡ'), + (0x2C61, 'V'), + (0x2C62, 'M', 'ɫ'), + (0x2C63, 'M', 'ᵽ'), + (0x2C64, 'M', 'ɽ'), + (0x2C65, 'V'), + (0x2C67, 'M', 'ⱨ'), + (0x2C68, 'V'), + (0x2C69, 'M', 'ⱪ'), + (0x2C6A, 'V'), + (0x2C6B, 'M', 'ⱬ'), + (0x2C6C, 'V'), + (0x2C6D, 'M', 'ɑ'), + (0x2C6E, 'M', 'ɱ'), + (0x2C6F, 'M', 'ɐ'), + (0x2C70, 'M', 'ɒ'), + (0x2C71, 'V'), + (0x2C72, 'M', 'ⱳ'), + (0x2C73, 'V'), + (0x2C75, 'M', 'ⱶ'), + (0x2C76, 'V'), + (0x2C7C, 'M', 'j'), + (0x2C7D, 'M', 'v'), + (0x2C7E, 'M', 'ȿ'), + (0x2C7F, 'M', 'ɀ'), + (0x2C80, 'M', 'ⲁ'), + (0x2C81, 'V'), + (0x2C82, 'M', 'ⲃ'), + (0x2C83, 'V'), + (0x2C84, 'M', 'ⲅ'), + (0x2C85, 'V'), + (0x2C86, 'M', 'ⲇ'), + (0x2C87, 'V'), + (0x2C88, 'M', 'ⲉ'), + (0x2C89, 'V'), + (0x2C8A, 'M', 'ⲋ'), + (0x2C8B, 'V'), + (0x2C8C, 'M', 'ⲍ'), + (0x2C8D, 'V'), + (0x2C8E, 'M', 'ⲏ'), + (0x2C8F, 'V'), + (0x2C90, 'M', 'ⲑ'), + (0x2C91, 'V'), + (0x2C92, 'M', 'ⲓ'), + (0x2C93, 'V'), + (0x2C94, 'M', 'ⲕ'), + (0x2C95, 'V'), + (0x2C96, 'M', 'ⲗ'), + (0x2C97, 'V'), + (0x2C98, 'M', 'ⲙ'), + (0x2C99, 'V'), + (0x2C9A, 'M', 'ⲛ'), + (0x2C9B, 'V'), + (0x2C9C, 'M', 'ⲝ'), + (0x2C9D, 'V'), + (0x2C9E, 'M', 'ⲟ'), + (0x2C9F, 'V'), + (0x2CA0, 'M', 'ⲡ'), + (0x2CA1, 'V'), + (0x2CA2, 'M', 'ⲣ'), + (0x2CA3, 'V'), + (0x2CA4, 'M', 'ⲥ'), + (0x2CA5, 'V'), + (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', 'ⳃ'), + ] + +def _seg_26() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2CC3, 'V'), + (0x2CC4, 'M', 'ⳅ'), + (0x2CC5, 'V'), + (0x2CC6, 'M', 'ⳇ'), + (0x2CC7, 'V'), + (0x2CC8, 'M', 'ⳉ'), + (0x2CC9, 'V'), + (0x2CCA, 'M', 'ⳋ'), + (0x2CCB, 'V'), + (0x2CCC, 'M', 'ⳍ'), + (0x2CCD, 'V'), + (0x2CCE, 'M', 'ⳏ'), + (0x2CCF, 'V'), + (0x2CD0, 'M', 'ⳑ'), + (0x2CD1, 'V'), + (0x2CD2, 'M', 'ⳓ'), + (0x2CD3, 'V'), + (0x2CD4, 'M', 'ⳕ'), + (0x2CD5, 'V'), + (0x2CD6, 'M', 'ⳗ'), + (0x2CD7, 'V'), + (0x2CD8, 'M', 'ⳙ'), + (0x2CD9, 'V'), + (0x2CDA, 'M', 'ⳛ'), + (0x2CDB, 'V'), + (0x2CDC, 'M', 'ⳝ'), + (0x2CDD, 'V'), + (0x2CDE, 'M', 'ⳟ'), + (0x2CDF, 'V'), + (0x2CE0, 'M', 'ⳡ'), + (0x2CE1, 'V'), + (0x2CE2, 'M', 'ⳣ'), + (0x2CE3, 'V'), + (0x2CEB, 'M', 'ⳬ'), + (0x2CEC, 'V'), + (0x2CED, 'M', 'ⳮ'), + (0x2CEE, 'V'), + (0x2CF2, 'M', 'ⳳ'), + (0x2CF3, 'V'), + (0x2CF4, 'X'), + (0x2CF9, 'V'), + (0x2D26, 'X'), + (0x2D27, 'V'), + (0x2D28, 'X'), + (0x2D2D, 'V'), + (0x2D2E, 'X'), + (0x2D30, 'V'), + (0x2D68, 'X'), + (0x2D6F, 'M', 'ⵡ'), + (0x2D70, 'V'), + (0x2D71, 'X'), + (0x2D7F, 'V'), + (0x2D97, 'X'), + (0x2DA0, 'V'), + (0x2DA7, 'X'), + (0x2DA8, 'V'), + (0x2DAF, 'X'), + (0x2DB0, 'V'), + (0x2DB7, 'X'), + (0x2DB8, 'V'), + (0x2DBF, 'X'), + (0x2DC0, 'V'), + (0x2DC7, 'X'), + (0x2DC8, 'V'), + (0x2DCF, 'X'), + (0x2DD0, 'V'), + (0x2DD7, 'X'), + (0x2DD8, 'V'), + (0x2DDF, 'X'), + (0x2DE0, 'V'), + (0x2E5E, 'X'), + (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', '匚'), + ] + +def _seg_27() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F16, 'M', '匸'), + (0x2F17, 'M', '十'), + (0x2F18, 'M', '卜'), + (0x2F19, 'M', '卩'), + (0x2F1A, 'M', '厂'), + (0x2F1B, 'M', '厶'), + (0x2F1C, 'M', '又'), + (0x2F1D, 'M', '口'), + (0x2F1E, 'M', '囗'), + (0x2F1F, 'M', '土'), + (0x2F20, 'M', '士'), + (0x2F21, 'M', '夂'), + (0x2F22, 'M', '夊'), + (0x2F23, 'M', '夕'), + (0x2F24, 'M', '大'), + (0x2F25, 'M', '女'), + (0x2F26, 'M', '子'), + (0x2F27, 'M', '宀'), + (0x2F28, 'M', '寸'), + (0x2F29, 'M', '小'), + (0x2F2A, 'M', '尢'), + (0x2F2B, 'M', '尸'), + (0x2F2C, 'M', '屮'), + (0x2F2D, 'M', '山'), + (0x2F2E, 'M', '巛'), + (0x2F2F, 'M', '工'), + (0x2F30, 'M', '己'), + (0x2F31, 'M', '巾'), + (0x2F32, 'M', '干'), + (0x2F33, 'M', '幺'), + (0x2F34, 'M', '广'), + (0x2F35, 'M', '廴'), + (0x2F36, 'M', '廾'), + (0x2F37, 'M', '弋'), + (0x2F38, 'M', '弓'), + (0x2F39, 'M', '彐'), + (0x2F3A, 'M', '彡'), + (0x2F3B, 'M', '彳'), + (0x2F3C, 'M', '心'), + (0x2F3D, 'M', '戈'), + (0x2F3E, 'M', '戶'), + (0x2F3F, 'M', '手'), + (0x2F40, 'M', '支'), + (0x2F41, 'M', '攴'), + (0x2F42, 'M', '文'), + (0x2F43, 'M', '斗'), + (0x2F44, 'M', '斤'), + (0x2F45, 'M', '方'), + (0x2F46, 'M', '无'), + (0x2F47, 'M', '日'), + (0x2F48, 'M', '曰'), + (0x2F49, 'M', '月'), + (0x2F4A, 'M', '木'), + (0x2F4B, 'M', '欠'), + (0x2F4C, 'M', '止'), + (0x2F4D, 'M', '歹'), + (0x2F4E, 'M', '殳'), + (0x2F4F, 'M', '毋'), + (0x2F50, 'M', '比'), + (0x2F51, 'M', '毛'), + (0x2F52, 'M', '氏'), + (0x2F53, 'M', '气'), + (0x2F54, 'M', '水'), + (0x2F55, 'M', '火'), + (0x2F56, 'M', '爪'), + (0x2F57, 'M', '父'), + (0x2F58, 'M', '爻'), + (0x2F59, 'M', '爿'), + (0x2F5A, 'M', '片'), + (0x2F5B, 'M', '牙'), + (0x2F5C, 'M', '牛'), + (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', '网'), + ] + +def _seg_28() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F7A, 'M', '羊'), + (0x2F7B, 'M', '羽'), + (0x2F7C, 'M', '老'), + (0x2F7D, 'M', '而'), + (0x2F7E, 'M', '耒'), + (0x2F7F, 'M', '耳'), + (0x2F80, 'M', '聿'), + (0x2F81, 'M', '肉'), + (0x2F82, 'M', '臣'), + (0x2F83, 'M', '自'), + (0x2F84, 'M', '至'), + (0x2F85, 'M', '臼'), + (0x2F86, 'M', '舌'), + (0x2F87, 'M', '舛'), + (0x2F88, 'M', '舟'), + (0x2F89, 'M', '艮'), + (0x2F8A, 'M', '色'), + (0x2F8B, 'M', '艸'), + (0x2F8C, 'M', '虍'), + (0x2F8D, 'M', '虫'), + (0x2F8E, 'M', '血'), + (0x2F8F, 'M', '行'), + (0x2F90, 'M', '衣'), + (0x2F91, 'M', '襾'), + (0x2F92, 'M', '見'), + (0x2F93, 'M', '角'), + (0x2F94, 'M', '言'), + (0x2F95, 'M', '谷'), + (0x2F96, 'M', '豆'), + (0x2F97, 'M', '豕'), + (0x2F98, 'M', '豸'), + (0x2F99, 'M', '貝'), + (0x2F9A, 'M', '赤'), + (0x2F9B, 'M', '走'), + (0x2F9C, 'M', '足'), + (0x2F9D, 'M', '身'), + (0x2F9E, 'M', '車'), + (0x2F9F, 'M', '辛'), + (0x2FA0, 'M', '辰'), + (0x2FA1, 'M', '辵'), + (0x2FA2, 'M', '邑'), + (0x2FA3, 'M', '酉'), + (0x2FA4, 'M', '釆'), + (0x2FA5, 'M', '里'), + (0x2FA6, 'M', '金'), + (0x2FA7, 'M', '長'), + (0x2FA8, 'M', '門'), + (0x2FA9, 'M', '阜'), + (0x2FAA, 'M', '隶'), + (0x2FAB, 'M', '隹'), + (0x2FAC, 'M', '雨'), + (0x2FAD, 'M', '靑'), + (0x2FAE, 'M', '非'), + (0x2FAF, 'M', '面'), + (0x2FB0, 'M', '革'), + (0x2FB1, 'M', '韋'), + (0x2FB2, 'M', '韭'), + (0x2FB3, 'M', '音'), + (0x2FB4, 'M', '頁'), + (0x2FB5, 'M', '風'), + (0x2FB6, 'M', '飛'), + (0x2FB7, 'M', '食'), + (0x2FB8, 'M', '首'), + (0x2FB9, 'M', '香'), + (0x2FBA, 'M', '馬'), + (0x2FBB, 'M', '骨'), + (0x2FBC, 'M', '高'), + (0x2FBD, 'M', '髟'), + (0x2FBE, 'M', '鬥'), + (0x2FBF, 'M', '鬯'), + (0x2FC0, 'M', '鬲'), + (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', '十'), + ] + +def _seg_29() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3039, 'M', '卄'), + (0x303A, 'M', '卅'), + (0x303B, 'V'), + (0x3040, 'X'), + (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', 'ᅗ'), + ] + +def _seg_30() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3185, 'M', 'ᅘ'), + (0x3186, 'M', 'ᅙ'), + (0x3187, 'M', 'ᆄ'), + (0x3188, 'M', 'ᆅ'), + (0x3189, 'M', 'ᆈ'), + (0x318A, 'M', 'ᆑ'), + (0x318B, 'M', 'ᆒ'), + (0x318C, 'M', 'ᆔ'), + (0x318D, 'M', 'ᆞ'), + (0x318E, 'M', 'ᆡ'), + (0x318F, 'X'), + (0x3190, 'V'), + (0x3192, 'M', '一'), + (0x3193, 'M', '二'), + (0x3194, 'M', '三'), + (0x3195, 'M', '四'), + (0x3196, 'M', '上'), + (0x3197, 'M', '中'), + (0x3198, 'M', '下'), + (0x3199, 'M', '甲'), + (0x319A, 'M', '乙'), + (0x319B, 'M', '丙'), + (0x319C, 'M', '丁'), + (0x319D, 'M', '天'), + (0x319E, 'M', '地'), + (0x319F, 'M', '人'), + (0x31A0, 'V'), + (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', '文'), + ] + +def _seg_31() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3247, 'M', '箏'), + (0x3248, 'V'), + (0x3250, 'M', 'pte'), + (0x3251, 'M', '21'), + (0x3252, 'M', '22'), + (0x3253, 'M', '23'), + (0x3254, 'M', '24'), + (0x3255, 'M', '25'), + (0x3256, 'M', '26'), + (0x3257, 'M', '27'), + (0x3258, 'M', '28'), + (0x3259, 'M', '29'), + (0x325A, 'M', '30'), + (0x325B, 'M', '31'), + (0x325C, 'M', '32'), + (0x325D, 'M', '33'), + (0x325E, 'M', '34'), + (0x325F, 'M', '35'), + (0x3260, 'M', 'ᄀ'), + (0x3261, 'M', 'ᄂ'), + (0x3262, 'M', 'ᄃ'), + (0x3263, 'M', 'ᄅ'), + (0x3264, 'M', 'ᄆ'), + (0x3265, 'M', 'ᄇ'), + (0x3266, 'M', 'ᄉ'), + (0x3267, 'M', 'ᄋ'), + (0x3268, 'M', 'ᄌ'), + (0x3269, 'M', 'ᄎ'), + (0x326A, 'M', 'ᄏ'), + (0x326B, 'M', 'ᄐ'), + (0x326C, 'M', 'ᄑ'), + (0x326D, 'M', 'ᄒ'), + (0x326E, 'M', '가'), + (0x326F, 'M', '나'), + (0x3270, 'M', '다'), + (0x3271, 'M', '라'), + (0x3272, 'M', '마'), + (0x3273, 'M', '바'), + (0x3274, 'M', '사'), + (0x3275, 'M', '아'), + (0x3276, 'M', '자'), + (0x3277, 'M', '차'), + (0x3278, 'M', '카'), + (0x3279, 'M', '타'), + (0x327A, 'M', '파'), + (0x327B, 'M', '하'), + (0x327C, 'M', '참고'), + (0x327D, 'M', '주의'), + (0x327E, 'M', '우'), + (0x327F, 'V'), + (0x3280, 'M', '一'), + (0x3281, 'M', '二'), + (0x3282, 'M', '三'), + (0x3283, 'M', '四'), + (0x3284, 'M', '五'), + (0x3285, 'M', '六'), + (0x3286, 'M', '七'), + (0x3287, 'M', '八'), + (0x3288, 'M', '九'), + (0x3289, 'M', '十'), + (0x328A, 'M', '月'), + (0x328B, 'M', '火'), + (0x328C, 'M', '水'), + (0x328D, 'M', '木'), + (0x328E, 'M', '金'), + (0x328F, 'M', '土'), + (0x3290, 'M', '日'), + (0x3291, 'M', '株'), + (0x3292, 'M', '有'), + (0x3293, 'M', '社'), + (0x3294, 'M', '名'), + (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'), + ] + +def _seg_32() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x32B2, 'M', '37'), + (0x32B3, 'M', '38'), + (0x32B4, 'M', '39'), + (0x32B5, 'M', '40'), + (0x32B6, 'M', '41'), + (0x32B7, 'M', '42'), + (0x32B8, 'M', '43'), + (0x32B9, 'M', '44'), + (0x32BA, 'M', '45'), + (0x32BB, 'M', '46'), + (0x32BC, 'M', '47'), + (0x32BD, 'M', '48'), + (0x32BE, 'M', '49'), + (0x32BF, 'M', '50'), + (0x32C0, 'M', '1月'), + (0x32C1, 'M', '2月'), + (0x32C2, 'M', '3月'), + (0x32C3, 'M', '4月'), + (0x32C4, 'M', '5月'), + (0x32C5, 'M', '6月'), + (0x32C6, 'M', '7月'), + (0x32C7, 'M', '8月'), + (0x32C8, 'M', '9月'), + (0x32C9, 'M', '10月'), + (0x32CA, 'M', '11月'), + (0x32CB, 'M', '12月'), + (0x32CC, 'M', 'hg'), + (0x32CD, 'M', 'erg'), + (0x32CE, 'M', 'ev'), + (0x32CF, 'M', 'ltd'), + (0x32D0, 'M', 'ア'), + (0x32D1, 'M', 'イ'), + (0x32D2, 'M', 'ウ'), + (0x32D3, 'M', 'エ'), + (0x32D4, 'M', 'オ'), + (0x32D5, 'M', 'カ'), + (0x32D6, 'M', 'キ'), + (0x32D7, 'M', 'ク'), + (0x32D8, 'M', 'ケ'), + (0x32D9, 'M', 'コ'), + (0x32DA, 'M', 'サ'), + (0x32DB, 'M', 'シ'), + (0x32DC, 'M', 'ス'), + (0x32DD, 'M', 'セ'), + (0x32DE, 'M', 'ソ'), + (0x32DF, 'M', 'タ'), + (0x32E0, 'M', 'チ'), + (0x32E1, 'M', 'ツ'), + (0x32E2, 'M', 'テ'), + (0x32E3, 'M', 'ト'), + (0x32E4, 'M', 'ナ'), + (0x32E5, 'M', 'ニ'), + (0x32E6, 'M', 'ヌ'), + (0x32E7, 'M', 'ネ'), + (0x32E8, 'M', 'ノ'), + (0x32E9, 'M', 'ハ'), + (0x32EA, 'M', 'ヒ'), + (0x32EB, 'M', 'フ'), + (0x32EC, 'M', 'ヘ'), + (0x32ED, 'M', 'ホ'), + (0x32EE, 'M', 'マ'), + (0x32EF, 'M', 'ミ'), + (0x32F0, 'M', 'ム'), + (0x32F1, 'M', 'メ'), + (0x32F2, 'M', 'モ'), + (0x32F3, 'M', 'ヤ'), + (0x32F4, 'M', 'ユ'), + (0x32F5, 'M', 'ヨ'), + (0x32F6, 'M', 'ラ'), + (0x32F7, 'M', 'リ'), + (0x32F8, 'M', 'ル'), + (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', 'キログラム'), + ] + +def _seg_33() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x3316, 'M', 'キロメートル'), + (0x3317, 'M', 'キロワット'), + (0x3318, 'M', 'グラム'), + (0x3319, 'M', 'グラムトン'), + (0x331A, 'M', 'クルゼイロ'), + (0x331B, 'M', 'クローネ'), + (0x331C, 'M', 'ケース'), + (0x331D, 'M', 'コルナ'), + (0x331E, 'M', 'コーポ'), + (0x331F, 'M', 'サイクル'), + (0x3320, 'M', 'サンチーム'), + (0x3321, 'M', 'シリング'), + (0x3322, 'M', 'センチ'), + (0x3323, 'M', 'セント'), + (0x3324, 'M', 'ダース'), + (0x3325, 'M', 'デシ'), + (0x3326, 'M', 'ドル'), + (0x3327, 'M', 'トン'), + (0x3328, 'M', 'ナノ'), + (0x3329, 'M', 'ノット'), + (0x332A, 'M', 'ハイツ'), + (0x332B, 'M', 'パーセント'), + (0x332C, 'M', 'パーツ'), + (0x332D, 'M', 'バーレル'), + (0x332E, 'M', 'ピアストル'), + (0x332F, 'M', 'ピクル'), + (0x3330, 'M', 'ピコ'), + (0x3331, 'M', 'ビル'), + (0x3332, 'M', 'ファラッド'), + (0x3333, 'M', 'フィート'), + (0x3334, 'M', 'ブッシェル'), + (0x3335, 'M', 'フラン'), + (0x3336, 'M', 'ヘクタール'), + (0x3337, 'M', 'ペソ'), + (0x3338, 'M', 'ペニヒ'), + (0x3339, 'M', 'ヘルツ'), + (0x333A, 'M', 'ペンス'), + (0x333B, 'M', 'ページ'), + (0x333C, 'M', 'ベータ'), + (0x333D, 'M', 'ポイント'), + (0x333E, 'M', 'ボルト'), + (0x333F, 'M', 'ホン'), + (0x3340, 'M', 'ポンド'), + (0x3341, 'M', 'ホール'), + (0x3342, 'M', 'ホーン'), + (0x3343, 'M', 'マイクロ'), + (0x3344, 'M', 'マイル'), + (0x3345, 'M', 'マッハ'), + (0x3346, 'M', 'マルク'), + (0x3347, 'M', 'マンション'), + (0x3348, 'M', 'ミクロン'), + (0x3349, 'M', 'ミリ'), + (0x334A, 'M', 'ミリバール'), + (0x334B, 'M', 'メガ'), + (0x334C, 'M', 'メガトン'), + (0x334D, 'M', 'メートル'), + (0x334E, 'M', 'ヤード'), + (0x334F, 'M', 'ヤール'), + (0x3350, 'M', 'ユアン'), + (0x3351, 'M', 'リットル'), + (0x3352, 'M', 'リラ'), + (0x3353, 'M', 'ルピー'), + (0x3354, 'M', 'ルーブル'), + (0x3355, 'M', 'レム'), + (0x3356, 'M', 'レントゲン'), + (0x3357, 'M', 'ワット'), + (0x3358, 'M', '0点'), + (0x3359, 'M', '1点'), + (0x335A, 'M', '2点'), + (0x335B, 'M', '3点'), + (0x335C, 'M', '4点'), + (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'), + ] + +def _seg_34() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x337A, 'M', 'iu'), + (0x337B, 'M', '平成'), + (0x337C, 'M', '昭和'), + (0x337D, 'M', '大正'), + (0x337E, 'M', '明治'), + (0x337F, 'M', '株式会社'), + (0x3380, 'M', 'pa'), + (0x3381, 'M', 'na'), + (0x3382, 'M', 'μa'), + (0x3383, 'M', 'ma'), + (0x3384, 'M', 'ka'), + (0x3385, 'M', 'kb'), + (0x3386, 'M', 'mb'), + (0x3387, 'M', 'gb'), + (0x3388, 'M', 'cal'), + (0x3389, 'M', 'kcal'), + (0x338A, 'M', 'pf'), + (0x338B, 'M', 'nf'), + (0x338C, 'M', 'μf'), + (0x338D, 'M', 'μg'), + (0x338E, 'M', 'mg'), + (0x338F, 'M', 'kg'), + (0x3390, 'M', 'hz'), + (0x3391, 'M', 'khz'), + (0x3392, 'M', 'mhz'), + (0x3393, 'M', 'ghz'), + (0x3394, 'M', 'thz'), + (0x3395, 'M', 'μl'), + (0x3396, 'M', 'ml'), + (0x3397, 'M', 'dl'), + (0x3398, 'M', 'kl'), + (0x3399, 'M', 'fm'), + (0x339A, 'M', 'nm'), + (0x339B, 'M', 'μm'), + (0x339C, 'M', 'mm'), + (0x339D, 'M', 'cm'), + (0x339E, 'M', 'km'), + (0x339F, 'M', 'mm2'), + (0x33A0, 'M', 'cm2'), + (0x33A1, 'M', 'm2'), + (0x33A2, 'M', 'km2'), + (0x33A3, 'M', 'mm3'), + (0x33A4, 'M', 'cm3'), + (0x33A5, 'M', 'm3'), + (0x33A6, 'M', 'km3'), + (0x33A7, 'M', 'm∕s'), + (0x33A8, 'M', 'm∕s2'), + (0x33A9, 'M', 'pa'), + (0x33AA, 'M', 'kpa'), + (0x33AB, 'M', 'mpa'), + (0x33AC, 'M', 'gpa'), + (0x33AD, 'M', 'rad'), + (0x33AE, 'M', 'rad∕s'), + (0x33AF, 'M', 'rad∕s2'), + (0x33B0, 'M', 'ps'), + (0x33B1, 'M', 'ns'), + (0x33B2, 'M', 'μs'), + (0x33B3, 'M', 'ms'), + (0x33B4, 'M', 'pv'), + (0x33B5, 'M', 'nv'), + (0x33B6, 'M', 'μv'), + (0x33B7, 'M', 'mv'), + (0x33B8, 'M', 'kv'), + (0x33B9, 'M', 'mv'), + (0x33BA, 'M', 'pw'), + (0x33BB, 'M', 'nw'), + (0x33BC, 'M', 'μw'), + (0x33BD, 'M', 'mw'), + (0x33BE, 'M', 'kw'), + (0x33BF, 'M', 'mw'), + (0x33C0, 'M', 'kω'), + (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'), + ] + +def _seg_35() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x33DE, 'M', 'v∕m'), + (0x33DF, 'M', 'a∕m'), + (0x33E0, 'M', '1日'), + (0x33E1, 'M', '2日'), + (0x33E2, 'M', '3日'), + (0x33E3, 'M', '4日'), + (0x33E4, 'M', '5日'), + (0x33E5, 'M', '6日'), + (0x33E6, 'M', '7日'), + (0x33E7, 'M', '8日'), + (0x33E8, 'M', '9日'), + (0x33E9, 'M', '10日'), + (0x33EA, 'M', '11日'), + (0x33EB, 'M', '12日'), + (0x33EC, 'M', '13日'), + (0x33ED, 'M', '14日'), + (0x33EE, 'M', '15日'), + (0x33EF, 'M', '16日'), + (0x33F0, 'M', '17日'), + (0x33F1, 'M', '18日'), + (0x33F2, 'M', '19日'), + (0x33F3, 'M', '20日'), + (0x33F4, 'M', '21日'), + (0x33F5, 'M', '22日'), + (0x33F6, 'M', '23日'), + (0x33F7, 'M', '24日'), + (0x33F8, 'M', '25日'), + (0x33F9, 'M', '26日'), + (0x33FA, 'M', '27日'), + (0x33FB, 'M', '28日'), + (0x33FC, 'M', '29日'), + (0x33FD, 'M', '30日'), + (0x33FE, 'M', '31日'), + (0x33FF, 'M', 'gal'), + (0x3400, 'V'), + (0xA48D, 'X'), + (0xA490, 'V'), + (0xA4C7, 'X'), + (0xA4D0, 'V'), + (0xA62C, 'X'), + (0xA640, 'M', 'ꙁ'), + (0xA641, 'V'), + (0xA642, 'M', 'ꙃ'), + (0xA643, 'V'), + (0xA644, 'M', 'ꙅ'), + (0xA645, 'V'), + (0xA646, 'M', 'ꙇ'), + (0xA647, 'V'), + (0xA648, 'M', 'ꙉ'), + (0xA649, 'V'), + (0xA64A, 'M', 'ꙋ'), + (0xA64B, 'V'), + (0xA64C, 'M', 'ꙍ'), + (0xA64D, 'V'), + (0xA64E, 'M', 'ꙏ'), + (0xA64F, 'V'), + (0xA650, 'M', 'ꙑ'), + (0xA651, 'V'), + (0xA652, 'M', 'ꙓ'), + (0xA653, 'V'), + (0xA654, 'M', 'ꙕ'), + (0xA655, 'V'), + (0xA656, 'M', 'ꙗ'), + (0xA657, 'V'), + (0xA658, 'M', 'ꙙ'), + (0xA659, 'V'), + (0xA65A, 'M', 'ꙛ'), + (0xA65B, 'V'), + (0xA65C, 'M', 'ꙝ'), + (0xA65D, 'V'), + (0xA65E, 'M', 'ꙟ'), + (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'), + ] + +def _seg_36() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA68E, 'M', 'ꚏ'), + (0xA68F, 'V'), + (0xA690, 'M', 'ꚑ'), + (0xA691, 'V'), + (0xA692, 'M', 'ꚓ'), + (0xA693, 'V'), + (0xA694, 'M', 'ꚕ'), + (0xA695, 'V'), + (0xA696, 'M', 'ꚗ'), + (0xA697, 'V'), + (0xA698, 'M', 'ꚙ'), + (0xA699, 'V'), + (0xA69A, 'M', 'ꚛ'), + (0xA69B, 'V'), + (0xA69C, 'M', 'ъ'), + (0xA69D, 'M', 'ь'), + (0xA69E, 'V'), + (0xA6F8, 'X'), + (0xA700, 'V'), + (0xA722, 'M', 'ꜣ'), + (0xA723, 'V'), + (0xA724, 'M', 'ꜥ'), + (0xA725, 'V'), + (0xA726, 'M', 'ꜧ'), + (0xA727, 'V'), + (0xA728, 'M', 'ꜩ'), + (0xA729, 'V'), + (0xA72A, 'M', 'ꜫ'), + (0xA72B, 'V'), + (0xA72C, 'M', 'ꜭ'), + (0xA72D, 'V'), + (0xA72E, 'M', 'ꜯ'), + (0xA72F, 'V'), + (0xA732, 'M', 'ꜳ'), + (0xA733, 'V'), + (0xA734, 'M', 'ꜵ'), + (0xA735, 'V'), + (0xA736, 'M', 'ꜷ'), + (0xA737, 'V'), + (0xA738, 'M', 'ꜹ'), + (0xA739, 'V'), + (0xA73A, 'M', 'ꜻ'), + (0xA73B, 'V'), + (0xA73C, 'M', 'ꜽ'), + (0xA73D, 'V'), + (0xA73E, 'M', 'ꜿ'), + (0xA73F, 'V'), + (0xA740, 'M', 'ꝁ'), + (0xA741, 'V'), + (0xA742, 'M', 'ꝃ'), + (0xA743, 'V'), + (0xA744, 'M', 'ꝅ'), + (0xA745, 'V'), + (0xA746, 'M', 'ꝇ'), + (0xA747, 'V'), + (0xA748, 'M', 'ꝉ'), + (0xA749, 'V'), + (0xA74A, 'M', 'ꝋ'), + (0xA74B, 'V'), + (0xA74C, 'M', 'ꝍ'), + (0xA74D, 'V'), + (0xA74E, 'M', 'ꝏ'), + (0xA74F, 'V'), + (0xA750, 'M', 'ꝑ'), + (0xA751, 'V'), + (0xA752, 'M', 'ꝓ'), + (0xA753, 'V'), + (0xA754, 'M', 'ꝕ'), + (0xA755, 'V'), + (0xA756, 'M', 'ꝗ'), + (0xA757, 'V'), + (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', 'ꝼ'), + ] + +def _seg_37() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA77C, 'V'), + (0xA77D, 'M', 'ᵹ'), + (0xA77E, 'M', 'ꝿ'), + (0xA77F, 'V'), + (0xA780, 'M', 'ꞁ'), + (0xA781, 'V'), + (0xA782, 'M', 'ꞃ'), + (0xA783, 'V'), + (0xA784, 'M', 'ꞅ'), + (0xA785, 'V'), + (0xA786, 'M', 'ꞇ'), + (0xA787, 'V'), + (0xA78B, 'M', 'ꞌ'), + (0xA78C, 'V'), + (0xA78D, 'M', 'ɥ'), + (0xA78E, 'V'), + (0xA790, 'M', 'ꞑ'), + (0xA791, 'V'), + (0xA792, 'M', 'ꞓ'), + (0xA793, 'V'), + (0xA796, 'M', 'ꞗ'), + (0xA797, 'V'), + (0xA798, 'M', 'ꞙ'), + (0xA799, 'V'), + (0xA79A, 'M', 'ꞛ'), + (0xA79B, 'V'), + (0xA79C, 'M', 'ꞝ'), + (0xA79D, 'V'), + (0xA79E, 'M', 'ꞟ'), + (0xA79F, 'V'), + (0xA7A0, 'M', 'ꞡ'), + (0xA7A1, 'V'), + (0xA7A2, 'M', 'ꞣ'), + (0xA7A3, 'V'), + (0xA7A4, 'M', 'ꞥ'), + (0xA7A5, 'V'), + (0xA7A6, 'M', 'ꞧ'), + (0xA7A7, 'V'), + (0xA7A8, 'M', 'ꞩ'), + (0xA7A9, 'V'), + (0xA7AA, 'M', 'ɦ'), + (0xA7AB, 'M', 'ɜ'), + (0xA7AC, 'M', 'ɡ'), + (0xA7AD, 'M', 'ɬ'), + (0xA7AE, 'M', 'ɪ'), + (0xA7AF, 'V'), + (0xA7B0, 'M', 'ʞ'), + (0xA7B1, 'M', 'ʇ'), + (0xA7B2, 'M', 'ʝ'), + (0xA7B3, 'M', 'ꭓ'), + (0xA7B4, 'M', 'ꞵ'), + (0xA7B5, 'V'), + (0xA7B6, 'M', 'ꞷ'), + (0xA7B7, 'V'), + (0xA7B8, 'M', 'ꞹ'), + (0xA7B9, 'V'), + (0xA7BA, 'M', 'ꞻ'), + (0xA7BB, 'V'), + (0xA7BC, 'M', 'ꞽ'), + (0xA7BD, 'V'), + (0xA7BE, 'M', 'ꞿ'), + (0xA7BF, 'V'), + (0xA7C0, 'M', 'ꟁ'), + (0xA7C1, 'V'), + (0xA7C2, 'M', 'ꟃ'), + (0xA7C3, 'V'), + (0xA7C4, 'M', 'ꞔ'), + (0xA7C5, 'M', 'ʂ'), + (0xA7C6, 'M', 'ᶎ'), + (0xA7C7, 'M', 'ꟈ'), + (0xA7C8, 'V'), + (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'), + ] + +def _seg_38() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xA8CE, 'V'), + (0xA8DA, 'X'), + (0xA8E0, 'V'), + (0xA954, 'X'), + (0xA95F, 'V'), + (0xA97D, 'X'), + (0xA980, 'V'), + (0xA9CE, 'X'), + (0xA9CF, 'V'), + (0xA9DA, 'X'), + (0xA9DE, 'V'), + (0xA9FF, 'X'), + (0xAA00, 'V'), + (0xAA37, 'X'), + (0xAA40, 'V'), + (0xAA4E, 'X'), + (0xAA50, 'V'), + (0xAA5A, 'X'), + (0xAA5C, 'V'), + (0xAAC3, 'X'), + (0xAADB, 'V'), + (0xAAF7, 'X'), + (0xAB01, 'V'), + (0xAB07, 'X'), + (0xAB09, 'V'), + (0xAB0F, 'X'), + (0xAB11, 'V'), + (0xAB17, 'X'), + (0xAB20, 'V'), + (0xAB27, 'X'), + (0xAB28, 'V'), + (0xAB2F, 'X'), + (0xAB30, 'V'), + (0xAB5C, 'M', 'ꜧ'), + (0xAB5D, 'M', 'ꬷ'), + (0xAB5E, 'M', 'ɫ'), + (0xAB5F, 'M', 'ꭒ'), + (0xAB60, 'V'), + (0xAB69, 'M', 'ʍ'), + (0xAB6A, 'V'), + (0xAB6C, 'X'), + (0xAB70, 'M', 'Ꭰ'), + (0xAB71, 'M', 'Ꭱ'), + (0xAB72, 'M', 'Ꭲ'), + (0xAB73, 'M', 'Ꭳ'), + (0xAB74, 'M', 'Ꭴ'), + (0xAB75, 'M', 'Ꭵ'), + (0xAB76, 'M', 'Ꭶ'), + (0xAB77, 'M', 'Ꭷ'), + (0xAB78, 'M', 'Ꭸ'), + (0xAB79, 'M', 'Ꭹ'), + (0xAB7A, 'M', 'Ꭺ'), + (0xAB7B, 'M', 'Ꭻ'), + (0xAB7C, 'M', 'Ꭼ'), + (0xAB7D, 'M', 'Ꭽ'), + (0xAB7E, 'M', 'Ꭾ'), + (0xAB7F, 'M', 'Ꭿ'), + (0xAB80, 'M', 'Ꮀ'), + (0xAB81, 'M', 'Ꮁ'), + (0xAB82, 'M', 'Ꮂ'), + (0xAB83, 'M', 'Ꮃ'), + (0xAB84, 'M', 'Ꮄ'), + (0xAB85, 'M', 'Ꮅ'), + (0xAB86, 'M', 'Ꮆ'), + (0xAB87, 'M', 'Ꮇ'), + (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', 'Ꮪ'), + ] + +def _seg_39() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xABAB, 'M', 'Ꮫ'), + (0xABAC, 'M', 'Ꮬ'), + (0xABAD, 'M', 'Ꮭ'), + (0xABAE, 'M', 'Ꮮ'), + (0xABAF, 'M', 'Ꮯ'), + (0xABB0, 'M', 'Ꮰ'), + (0xABB1, 'M', 'Ꮱ'), + (0xABB2, 'M', 'Ꮲ'), + (0xABB3, 'M', 'Ꮳ'), + (0xABB4, 'M', 'Ꮴ'), + (0xABB5, 'M', 'Ꮵ'), + (0xABB6, 'M', 'Ꮶ'), + (0xABB7, 'M', 'Ꮷ'), + (0xABB8, 'M', 'Ꮸ'), + (0xABB9, 'M', 'Ꮹ'), + (0xABBA, 'M', 'Ꮺ'), + (0xABBB, 'M', 'Ꮻ'), + (0xABBC, 'M', 'Ꮼ'), + (0xABBD, 'M', 'Ꮽ'), + (0xABBE, 'M', 'Ꮾ'), + (0xABBF, 'M', 'Ꮿ'), + (0xABC0, 'V'), + (0xABEE, 'X'), + (0xABF0, 'V'), + (0xABFA, 'X'), + (0xAC00, 'V'), + (0xD7A4, 'X'), + (0xD7B0, 'V'), + (0xD7C7, 'X'), + (0xD7CB, 'V'), + (0xD7FC, 'X'), + (0xF900, 'M', '豈'), + (0xF901, 'M', '更'), + (0xF902, 'M', '車'), + (0xF903, 'M', '賈'), + (0xF904, 'M', '滑'), + (0xF905, 'M', '串'), + (0xF906, 'M', '句'), + (0xF907, 'M', '龜'), + (0xF909, 'M', '契'), + (0xF90A, 'M', '金'), + (0xF90B, 'M', '喇'), + (0xF90C, 'M', '奈'), + (0xF90D, 'M', '懶'), + (0xF90E, 'M', '癩'), + (0xF90F, 'M', '羅'), + (0xF910, 'M', '蘿'), + (0xF911, 'M', '螺'), + (0xF912, 'M', '裸'), + (0xF913, 'M', '邏'), + (0xF914, 'M', '樂'), + (0xF915, 'M', '洛'), + (0xF916, 'M', '烙'), + (0xF917, 'M', '珞'), + (0xF918, 'M', '落'), + (0xF919, 'M', '酪'), + (0xF91A, 'M', '駱'), + (0xF91B, 'M', '亂'), + (0xF91C, 'M', '卵'), + (0xF91D, 'M', '欄'), + (0xF91E, 'M', '爛'), + (0xF91F, 'M', '蘭'), + (0xF920, 'M', '鸞'), + (0xF921, 'M', '嵐'), + (0xF922, 'M', '濫'), + (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', '聾'), + ] + +def _seg_40() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF946, 'M', '牢'), + (0xF947, 'M', '磊'), + (0xF948, 'M', '賂'), + (0xF949, 'M', '雷'), + (0xF94A, 'M', '壘'), + (0xF94B, 'M', '屢'), + (0xF94C, 'M', '樓'), + (0xF94D, 'M', '淚'), + (0xF94E, 'M', '漏'), + (0xF94F, 'M', '累'), + (0xF950, 'M', '縷'), + (0xF951, 'M', '陋'), + (0xF952, 'M', '勒'), + (0xF953, 'M', '肋'), + (0xF954, 'M', '凜'), + (0xF955, 'M', '凌'), + (0xF956, 'M', '稜'), + (0xF957, 'M', '綾'), + (0xF958, 'M', '菱'), + (0xF959, 'M', '陵'), + (0xF95A, 'M', '讀'), + (0xF95B, 'M', '拏'), + (0xF95C, 'M', '樂'), + (0xF95D, 'M', '諾'), + (0xF95E, 'M', '丹'), + (0xF95F, 'M', '寧'), + (0xF960, 'M', '怒'), + (0xF961, 'M', '率'), + (0xF962, 'M', '異'), + (0xF963, 'M', '北'), + (0xF964, 'M', '磻'), + (0xF965, 'M', '便'), + (0xF966, 'M', '復'), + (0xF967, 'M', '不'), + (0xF968, 'M', '泌'), + (0xF969, 'M', '數'), + (0xF96A, 'M', '索'), + (0xF96B, 'M', '參'), + (0xF96C, 'M', '塞'), + (0xF96D, 'M', '省'), + (0xF96E, 'M', '葉'), + (0xF96F, 'M', '說'), + (0xF970, 'M', '殺'), + (0xF971, 'M', '辰'), + (0xF972, 'M', '沈'), + (0xF973, 'M', '拾'), + (0xF974, 'M', '若'), + (0xF975, 'M', '掠'), + (0xF976, 'M', '略'), + (0xF977, 'M', '亮'), + (0xF978, 'M', '兩'), + (0xF979, 'M', '凉'), + (0xF97A, 'M', '梁'), + (0xF97B, 'M', '糧'), + (0xF97C, 'M', '良'), + (0xF97D, 'M', '諒'), + (0xF97E, 'M', '量'), + (0xF97F, 'M', '勵'), + (0xF980, 'M', '呂'), + (0xF981, 'M', '女'), + (0xF982, 'M', '廬'), + (0xF983, 'M', '旅'), + (0xF984, 'M', '濾'), + (0xF985, 'M', '礪'), + (0xF986, 'M', '閭'), + (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', '囹'), + ] + +def _seg_41() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xF9AA, 'M', '寧'), + (0xF9AB, 'M', '嶺'), + (0xF9AC, 'M', '怜'), + (0xF9AD, 'M', '玲'), + (0xF9AE, 'M', '瑩'), + (0xF9AF, 'M', '羚'), + (0xF9B0, 'M', '聆'), + (0xF9B1, 'M', '鈴'), + (0xF9B2, 'M', '零'), + (0xF9B3, 'M', '靈'), + (0xF9B4, 'M', '領'), + (0xF9B5, 'M', '例'), + (0xF9B6, 'M', '禮'), + (0xF9B7, 'M', '醴'), + (0xF9B8, 'M', '隸'), + (0xF9B9, 'M', '惡'), + (0xF9BA, 'M', '了'), + (0xF9BB, 'M', '僚'), + (0xF9BC, 'M', '寮'), + (0xF9BD, 'M', '尿'), + (0xF9BE, 'M', '料'), + (0xF9BF, 'M', '樂'), + (0xF9C0, 'M', '燎'), + (0xF9C1, 'M', '療'), + (0xF9C2, 'M', '蓼'), + (0xF9C3, 'M', '遼'), + (0xF9C4, 'M', '龍'), + (0xF9C5, 'M', '暈'), + (0xF9C6, 'M', '阮'), + (0xF9C7, 'M', '劉'), + (0xF9C8, 'M', '杻'), + (0xF9C9, 'M', '柳'), + (0xF9CA, 'M', '流'), + (0xF9CB, 'M', '溜'), + (0xF9CC, 'M', '琉'), + (0xF9CD, 'M', '留'), + (0xF9CE, 'M', '硫'), + (0xF9CF, 'M', '紐'), + (0xF9D0, 'M', '類'), + (0xF9D1, 'M', '六'), + (0xF9D2, 'M', '戮'), + (0xF9D3, 'M', '陸'), + (0xF9D4, 'M', '倫'), + (0xF9D5, 'M', '崙'), + (0xF9D6, 'M', '淪'), + (0xF9D7, 'M', '輪'), + (0xF9D8, 'M', '律'), + (0xF9D9, 'M', '慄'), + (0xF9DA, 'M', '栗'), + (0xF9DB, 'M', '率'), + (0xF9DC, 'M', '隆'), + (0xF9DD, 'M', '利'), + (0xF9DE, 'M', '吏'), + (0xF9DF, 'M', '履'), + (0xF9E0, 'M', '易'), + (0xF9E1, 'M', '李'), + (0xF9E2, 'M', '梨'), + (0xF9E3, 'M', '泥'), + (0xF9E4, 'M', '理'), + (0xF9E5, 'M', '痢'), + (0xF9E6, 'M', '罹'), + (0xF9E7, 'M', '裏'), + (0xF9E8, 'M', '裡'), + (0xF9E9, 'M', '里'), + (0xF9EA, 'M', '離'), + (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', '嗀'), + ] + +def _seg_42() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA0E, 'V'), + (0xFA10, 'M', '塚'), + (0xFA11, 'V'), + (0xFA12, 'M', '晴'), + (0xFA13, 'V'), + (0xFA15, 'M', '凞'), + (0xFA16, 'M', '猪'), + (0xFA17, 'M', '益'), + (0xFA18, 'M', '礼'), + (0xFA19, 'M', '神'), + (0xFA1A, 'M', '祥'), + (0xFA1B, 'M', '福'), + (0xFA1C, 'M', '靖'), + (0xFA1D, 'M', '精'), + (0xFA1E, 'M', '羽'), + (0xFA1F, 'V'), + (0xFA20, 'M', '蘒'), + (0xFA21, 'V'), + (0xFA22, 'M', '諸'), + (0xFA23, 'V'), + (0xFA25, 'M', '逸'), + (0xFA26, 'M', '都'), + (0xFA27, 'V'), + (0xFA2A, 'M', '飯'), + (0xFA2B, 'M', '飼'), + (0xFA2C, 'M', '館'), + (0xFA2D, 'M', '鶴'), + (0xFA2E, 'M', '郞'), + (0xFA2F, 'M', '隷'), + (0xFA30, 'M', '侮'), + (0xFA31, 'M', '僧'), + (0xFA32, 'M', '免'), + (0xFA33, 'M', '勉'), + (0xFA34, 'M', '勤'), + (0xFA35, 'M', '卑'), + (0xFA36, 'M', '喝'), + (0xFA37, 'M', '嘆'), + (0xFA38, 'M', '器'), + (0xFA39, 'M', '塀'), + (0xFA3A, 'M', '墨'), + (0xFA3B, 'M', '層'), + (0xFA3C, 'M', '屮'), + (0xFA3D, 'M', '悔'), + (0xFA3E, 'M', '慨'), + (0xFA3F, 'M', '憎'), + (0xFA40, 'M', '懲'), + (0xFA41, 'M', '敏'), + (0xFA42, 'M', '既'), + (0xFA43, 'M', '暑'), + (0xFA44, 'M', '梅'), + (0xFA45, 'M', '海'), + (0xFA46, 'M', '渚'), + (0xFA47, 'M', '漢'), + (0xFA48, 'M', '煮'), + (0xFA49, 'M', '爫'), + (0xFA4A, 'M', '琢'), + (0xFA4B, 'M', '碑'), + (0xFA4C, 'M', '社'), + (0xFA4D, 'M', '祉'), + (0xFA4E, 'M', '祈'), + (0xFA4F, 'M', '祐'), + (0xFA50, 'M', '祖'), + (0xFA51, 'M', '祝'), + (0xFA52, 'M', '禍'), + (0xFA53, 'M', '禎'), + (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', '喝'), + ] + +def _seg_43() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFA79, 'M', '啕'), + (0xFA7A, 'M', '喙'), + (0xFA7B, 'M', '嗢'), + (0xFA7C, 'M', '塚'), + (0xFA7D, 'M', '墳'), + (0xFA7E, 'M', '奄'), + (0xFA7F, 'M', '奔'), + (0xFA80, 'M', '婢'), + (0xFA81, 'M', '嬨'), + (0xFA82, 'M', '廒'), + (0xFA83, 'M', '廙'), + (0xFA84, 'M', '彩'), + (0xFA85, 'M', '徭'), + (0xFA86, 'M', '惘'), + (0xFA87, 'M', '慎'), + (0xFA88, 'M', '愈'), + (0xFA89, 'M', '憎'), + (0xFA8A, 'M', '慠'), + (0xFA8B, 'M', '懲'), + (0xFA8C, 'M', '戴'), + (0xFA8D, 'M', '揄'), + (0xFA8E, 'M', '搜'), + (0xFA8F, 'M', '摒'), + (0xFA90, 'M', '敖'), + (0xFA91, 'M', '晴'), + (0xFA92, 'M', '朗'), + (0xFA93, 'M', '望'), + (0xFA94, 'M', '杖'), + (0xFA95, 'M', '歹'), + (0xFA96, 'M', '殺'), + (0xFA97, 'M', '流'), + (0xFA98, 'M', '滛'), + (0xFA99, 'M', '滋'), + (0xFA9A, 'M', '漢'), + (0xFA9B, 'M', '瀞'), + (0xFA9C, 'M', '煮'), + (0xFA9D, 'M', '瞧'), + (0xFA9E, 'M', '爵'), + (0xFA9F, 'M', '犯'), + (0xFAA0, 'M', '猪'), + (0xFAA1, 'M', '瑱'), + (0xFAA2, 'M', '甆'), + (0xFAA3, 'M', '画'), + (0xFAA4, 'M', '瘝'), + (0xFAA5, 'M', '瘟'), + (0xFAA6, 'M', '益'), + (0xFAA7, 'M', '盛'), + (0xFAA8, 'M', '直'), + (0xFAA9, 'M', '睊'), + (0xFAAA, 'M', '着'), + (0xFAAB, 'M', '磌'), + (0xFAAC, 'M', '窱'), + (0xFAAD, 'M', '節'), + (0xFAAE, 'M', '类'), + (0xFAAF, 'M', '絛'), + (0xFAB0, 'M', '練'), + (0xFAB1, 'M', '缾'), + (0xFAB2, 'M', '者'), + (0xFAB3, 'M', '荒'), + (0xFAB4, 'M', '華'), + (0xFAB5, 'M', '蝹'), + (0xFAB6, 'M', '襁'), + (0xFAB7, 'M', '覆'), + (0xFAB8, 'M', '視'), + (0xFAB9, 'M', '調'), + (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'), + ] + +def _seg_44() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFB02, 'M', 'fl'), + (0xFB03, 'M', 'ffi'), + (0xFB04, 'M', 'ffl'), + (0xFB05, 'M', 'st'), + (0xFB07, 'X'), + (0xFB13, 'M', 'մն'), + (0xFB14, 'M', 'մե'), + (0xFB15, 'M', 'մի'), + (0xFB16, 'M', 'վն'), + (0xFB17, 'M', 'մխ'), + (0xFB18, 'X'), + (0xFB1D, 'M', 'יִ'), + (0xFB1E, 'V'), + (0xFB1F, 'M', 'ײַ'), + (0xFB20, 'M', 'ע'), + (0xFB21, 'M', 'א'), + (0xFB22, 'M', 'ד'), + (0xFB23, 'M', 'ה'), + (0xFB24, 'M', 'כ'), + (0xFB25, 'M', 'ל'), + (0xFB26, 'M', 'ם'), + (0xFB27, 'M', 'ר'), + (0xFB28, 'M', 'ת'), + (0xFB29, '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', 'ۋ'), + ] + +def _seg_45() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFBE0, 'M', 'ۅ'), + (0xFBE2, 'M', 'ۉ'), + (0xFBE4, 'M', 'ې'), + (0xFBE8, 'M', 'ى'), + (0xFBEA, 'M', 'ئا'), + (0xFBEC, 'M', 'ئە'), + (0xFBEE, 'M', 'ئو'), + (0xFBF0, 'M', 'ئۇ'), + (0xFBF2, 'M', 'ئۆ'), + (0xFBF4, 'M', 'ئۈ'), + (0xFBF6, 'M', 'ئې'), + (0xFBF9, 'M', 'ئى'), + (0xFBFC, 'M', 'ی'), + (0xFC00, 'M', 'ئج'), + (0xFC01, 'M', 'ئح'), + (0xFC02, 'M', 'ئم'), + (0xFC03, 'M', 'ئى'), + (0xFC04, 'M', 'ئي'), + (0xFC05, 'M', 'بج'), + (0xFC06, 'M', 'بح'), + (0xFC07, 'M', 'بخ'), + (0xFC08, 'M', 'بم'), + (0xFC09, 'M', 'بى'), + (0xFC0A, 'M', 'بي'), + (0xFC0B, 'M', 'تج'), + (0xFC0C, 'M', 'تح'), + (0xFC0D, 'M', 'تخ'), + (0xFC0E, 'M', 'تم'), + (0xFC0F, 'M', 'تى'), + (0xFC10, 'M', 'تي'), + (0xFC11, 'M', 'ثج'), + (0xFC12, 'M', 'ثم'), + (0xFC13, 'M', 'ثى'), + (0xFC14, 'M', 'ثي'), + (0xFC15, 'M', 'جح'), + (0xFC16, 'M', 'جم'), + (0xFC17, 'M', 'حج'), + (0xFC18, 'M', 'حم'), + (0xFC19, 'M', 'خج'), + (0xFC1A, 'M', 'خح'), + (0xFC1B, 'M', 'خم'), + (0xFC1C, 'M', 'سج'), + (0xFC1D, 'M', 'سح'), + (0xFC1E, 'M', 'سخ'), + (0xFC1F, 'M', 'سم'), + (0xFC20, 'M', 'صح'), + (0xFC21, 'M', 'صم'), + (0xFC22, 'M', 'ضج'), + (0xFC23, 'M', 'ضح'), + (0xFC24, 'M', 'ضخ'), + (0xFC25, 'M', 'ضم'), + (0xFC26, 'M', 'طح'), + (0xFC27, 'M', 'طم'), + (0xFC28, 'M', 'ظم'), + (0xFC29, 'M', 'عج'), + (0xFC2A, 'M', 'عم'), + (0xFC2B, 'M', 'غج'), + (0xFC2C, 'M', 'غم'), + (0xFC2D, 'M', 'فج'), + (0xFC2E, 'M', 'فح'), + (0xFC2F, 'M', 'فخ'), + (0xFC30, 'M', 'فم'), + (0xFC31, 'M', 'فى'), + (0xFC32, 'M', 'في'), + (0xFC33, 'M', 'قح'), + (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', 'يح'), + ] + +def _seg_46() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFC57, 'M', 'يخ'), + (0xFC58, 'M', 'يم'), + (0xFC59, 'M', 'يى'), + (0xFC5A, 'M', 'يي'), + (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', 'عج'), + ] + +def _seg_47() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFCBB, 'M', 'عم'), + (0xFCBC, 'M', 'غج'), + (0xFCBD, 'M', 'غم'), + (0xFCBE, 'M', 'فج'), + (0xFCBF, 'M', 'فح'), + (0xFCC0, 'M', 'فخ'), + (0xFCC1, 'M', 'فم'), + (0xFCC2, 'M', 'قح'), + (0xFCC3, 'M', 'قم'), + (0xFCC4, 'M', 'كج'), + (0xFCC5, 'M', 'كح'), + (0xFCC6, 'M', 'كخ'), + (0xFCC7, 'M', 'كل'), + (0xFCC8, 'M', 'كم'), + (0xFCC9, 'M', 'لج'), + (0xFCCA, 'M', 'لح'), + (0xFCCB, 'M', 'لخ'), + (0xFCCC, 'M', 'لم'), + (0xFCCD, 'M', 'له'), + (0xFCCE, 'M', 'مج'), + (0xFCCF, 'M', 'مح'), + (0xFCD0, 'M', 'مخ'), + (0xFCD1, 'M', 'مم'), + (0xFCD2, 'M', 'نج'), + (0xFCD3, 'M', 'نح'), + (0xFCD4, 'M', 'نخ'), + (0xFCD5, 'M', 'نم'), + (0xFCD6, 'M', 'نه'), + (0xFCD7, 'M', 'هج'), + (0xFCD8, 'M', 'هم'), + (0xFCD9, 'M', 'هٰ'), + (0xFCDA, 'M', 'يج'), + (0xFCDB, 'M', 'يح'), + (0xFCDC, 'M', 'يخ'), + (0xFCDD, 'M', 'يم'), + (0xFCDE, 'M', 'يه'), + (0xFCDF, 'M', 'ئم'), + (0xFCE0, 'M', 'ئه'), + (0xFCE1, 'M', 'بم'), + (0xFCE2, 'M', 'به'), + (0xFCE3, 'M', 'تم'), + (0xFCE4, 'M', 'ته'), + (0xFCE5, 'M', 'ثم'), + (0xFCE6, 'M', 'ثه'), + (0xFCE7, 'M', 'سم'), + (0xFCE8, 'M', 'سه'), + (0xFCE9, 'M', 'شم'), + (0xFCEA, 'M', 'شه'), + (0xFCEB, 'M', 'كل'), + (0xFCEC, 'M', 'كم'), + (0xFCED, 'M', 'لم'), + (0xFCEE, 'M', 'نم'), + (0xFCEF, 'M', 'نه'), + (0xFCF0, 'M', 'يم'), + (0xFCF1, 'M', 'يه'), + (0xFCF2, 'M', 'ـَّ'), + (0xFCF3, 'M', 'ـُّ'), + (0xFCF4, 'M', 'ـِّ'), + (0xFCF5, 'M', 'طى'), + (0xFCF6, 'M', 'طي'), + (0xFCF7, 'M', 'عى'), + (0xFCF8, 'M', 'عي'), + (0xFCF9, 'M', 'غى'), + (0xFCFA, 'M', 'غي'), + (0xFCFB, 'M', 'سى'), + (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', 'جي'), + ] + +def _seg_48() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFD1F, 'M', 'خى'), + (0xFD20, 'M', 'خي'), + (0xFD21, 'M', 'صى'), + (0xFD22, 'M', 'صي'), + (0xFD23, 'M', 'ضى'), + (0xFD24, 'M', 'ضي'), + (0xFD25, 'M', 'شج'), + (0xFD26, 'M', 'شح'), + (0xFD27, 'M', 'شخ'), + (0xFD28, 'M', 'شم'), + (0xFD29, 'M', 'شر'), + (0xFD2A, 'M', 'سر'), + (0xFD2B, 'M', 'صر'), + (0xFD2C, 'M', 'ضر'), + (0xFD2D, 'M', 'شج'), + (0xFD2E, 'M', 'شح'), + (0xFD2F, 'M', 'شخ'), + (0xFD30, 'M', 'شم'), + (0xFD31, 'M', 'سه'), + (0xFD32, 'M', 'شه'), + (0xFD33, 'M', 'طم'), + (0xFD34, 'M', 'سج'), + (0xFD35, 'M', 'سح'), + (0xFD36, 'M', 'سخ'), + (0xFD37, 'M', 'شج'), + (0xFD38, 'M', 'شح'), + (0xFD39, 'M', 'شخ'), + (0xFD3A, 'M', 'طم'), + (0xFD3B, 'M', 'ظم'), + (0xFD3C, 'M', 'اً'), + (0xFD3E, 'V'), + (0xFD50, 'M', 'تجم'), + (0xFD51, 'M', 'تحج'), + (0xFD53, 'M', 'تحم'), + (0xFD54, 'M', 'تخم'), + (0xFD55, 'M', 'تمج'), + (0xFD56, 'M', 'تمح'), + (0xFD57, 'M', 'تمخ'), + (0xFD58, 'M', 'جمح'), + (0xFD5A, 'M', 'حمي'), + (0xFD5B, 'M', 'حمى'), + (0xFD5C, 'M', 'سحج'), + (0xFD5D, 'M', 'سجح'), + (0xFD5E, 'M', 'سجى'), + (0xFD5F, 'M', 'سمح'), + (0xFD61, 'M', 'سمج'), + (0xFD62, 'M', 'سمم'), + (0xFD64, 'M', 'صحح'), + (0xFD66, 'M', 'صمم'), + (0xFD67, 'M', 'شحم'), + (0xFD69, 'M', 'شجي'), + (0xFD6A, 'M', 'شمخ'), + (0xFD6C, 'M', 'شمم'), + (0xFD6E, 'M', 'ضحى'), + (0xFD6F, 'M', 'ضخم'), + (0xFD71, 'M', 'طمح'), + (0xFD73, 'M', 'طمم'), + (0xFD74, 'M', 'طمي'), + (0xFD75, 'M', 'عجم'), + (0xFD76, 'M', 'عمم'), + (0xFD78, 'M', 'عمى'), + (0xFD79, 'M', 'غمم'), + (0xFD7A, 'M', 'غمي'), + (0xFD7B, 'M', 'غمى'), + (0xFD7C, 'M', 'فخم'), + (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', 'جحى'), + ] + +def _seg_49() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFDA7, 'M', 'جمى'), + (0xFDA8, 'M', 'سخى'), + (0xFDA9, 'M', 'صحي'), + (0xFDAA, 'M', 'شحي'), + (0xFDAB, 'M', 'ضحي'), + (0xFDAC, 'M', 'لجي'), + (0xFDAD, 'M', 'لمي'), + (0xFDAE, 'M', 'يحي'), + (0xFDAF, 'M', 'يجي'), + (0xFDB0, 'M', 'يمي'), + (0xFDB1, 'M', 'ممي'), + (0xFDB2, 'M', 'قمي'), + (0xFDB3, 'M', 'نحي'), + (0xFDB4, 'M', 'قمح'), + (0xFDB5, 'M', 'لحم'), + (0xFDB6, 'M', 'عمي'), + (0xFDB7, 'M', 'كمي'), + (0xFDB8, 'M', 'نجح'), + (0xFDB9, 'M', 'مخي'), + (0xFDBA, 'M', 'لجم'), + (0xFDBB, 'M', 'كمم'), + (0xFDBC, 'M', 'لجم'), + (0xFDBD, 'M', 'نجح'), + (0xFDBE, 'M', 'جحي'), + (0xFDBF, 'M', 'حجي'), + (0xFDC0, 'M', 'مجي'), + (0xFDC1, 'M', 'فمي'), + (0xFDC2, 'M', 'بحي'), + (0xFDC3, 'M', 'كمم'), + (0xFDC4, 'M', 'عجم'), + (0xFDC5, 'M', 'صمم'), + (0xFDC6, 'M', 'سخي'), + (0xFDC7, 'M', 'نجي'), + (0xFDC8, 'X'), + (0xFDCF, 'V'), + (0xFDD0, 'X'), + (0xFDF0, 'M', 'صلے'), + (0xFDF1, 'M', 'قلے'), + (0xFDF2, 'M', 'الله'), + (0xFDF3, 'M', 'اكبر'), + (0xFDF4, 'M', 'محمد'), + (0xFDF5, 'M', 'صلعم'), + (0xFDF6, 'M', 'رسول'), + (0xFDF7, 'M', 'عليه'), + (0xFDF8, 'M', 'وسلم'), + (0xFDF9, 'M', 'صلى'), + (0xFDFA, '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', '〔'), + ] + +def _seg_50() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFE5E, 'M', '〕'), + (0xFE5F, '3', '#'), + (0xFE60, '3', '&'), + (0xFE61, '3', '*'), + (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', ':'), + ] + +def _seg_51() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF1B, '3', ';'), + (0xFF1C, '3', '<'), + (0xFF1D, '3', '='), + (0xFF1E, '3', '>'), + (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', 'セ'), + ] + +def _seg_52() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFF7F, 'M', 'ソ'), + (0xFF80, 'M', 'タ'), + (0xFF81, 'M', 'チ'), + (0xFF82, 'M', 'ツ'), + (0xFF83, 'M', 'テ'), + (0xFF84, 'M', 'ト'), + (0xFF85, 'M', 'ナ'), + (0xFF86, 'M', 'ニ'), + (0xFF87, 'M', 'ヌ'), + (0xFF88, 'M', 'ネ'), + (0xFF89, 'M', 'ノ'), + (0xFF8A, 'M', 'ハ'), + (0xFF8B, 'M', 'ヒ'), + (0xFF8C, 'M', 'フ'), + (0xFF8D, 'M', 'ヘ'), + (0xFF8E, 'M', 'ホ'), + (0xFF8F, 'M', 'マ'), + (0xFF90, 'M', 'ミ'), + (0xFF91, 'M', 'ム'), + (0xFF92, 'M', 'メ'), + (0xFF93, 'M', 'モ'), + (0xFF94, 'M', 'ヤ'), + (0xFF95, 'M', 'ユ'), + (0xFF96, 'M', 'ヨ'), + (0xFF97, 'M', 'ラ'), + (0xFF98, 'M', 'リ'), + (0xFF99, 'M', 'ル'), + (0xFF9A, 'M', 'レ'), + (0xFF9B, 'M', 'ロ'), + (0xFF9C, 'M', 'ワ'), + (0xFF9D, 'M', 'ン'), + (0xFF9E, 'M', '゙'), + (0xFF9F, 'M', '゚'), + (0xFFA0, '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', '←'), + ] + +def _seg_53() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0xFFEA, 'M', '↑'), + (0xFFEB, 'M', '→'), + (0xFFEC, 'M', '↓'), + (0xFFED, 'M', '■'), + (0xFFEE, 'M', '○'), + (0xFFEF, 'X'), + (0x10000, 'V'), + (0x1000C, 'X'), + (0x1000D, 'V'), + (0x10027, 'X'), + (0x10028, 'V'), + (0x1003B, 'X'), + (0x1003C, 'V'), + (0x1003E, 'X'), + (0x1003F, 'V'), + (0x1004E, 'X'), + (0x10050, 'V'), + (0x1005E, 'X'), + (0x10080, 'V'), + (0x100FB, 'X'), + (0x10100, 'V'), + (0x10103, 'X'), + (0x10107, 'V'), + (0x10134, 'X'), + (0x10137, 'V'), + (0x1018F, 'X'), + (0x10190, 'V'), + (0x1019D, 'X'), + (0x101A0, 'V'), + (0x101A1, 'X'), + (0x101D0, 'V'), + (0x101FE, 'X'), + (0x10280, 'V'), + (0x1029D, 'X'), + (0x102A0, 'V'), + (0x102D1, 'X'), + (0x102E0, 'V'), + (0x102FC, 'X'), + (0x10300, 'V'), + (0x10324, 'X'), + (0x1032D, 'V'), + (0x1034B, 'X'), + (0x10350, 'V'), + (0x1037B, 'X'), + (0x10380, 'V'), + (0x1039E, 'X'), + (0x1039F, 'V'), + (0x103C4, 'X'), + (0x103C8, 'V'), + (0x103D6, 'X'), + (0x10400, 'M', '𐐨'), + (0x10401, 'M', '𐐩'), + (0x10402, 'M', '𐐪'), + (0x10403, 'M', '𐐫'), + (0x10404, 'M', '𐐬'), + (0x10405, 'M', '𐐭'), + (0x10406, 'M', '𐐮'), + (0x10407, 'M', '𐐯'), + (0x10408, 'M', '𐐰'), + (0x10409, 'M', '𐐱'), + (0x1040A, 'M', '𐐲'), + (0x1040B, 'M', '𐐳'), + (0x1040C, 'M', '𐐴'), + (0x1040D, 'M', '𐐵'), + (0x1040E, 'M', '𐐶'), + (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', '𐓝'), + ] + +def _seg_54() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x104B6, 'M', '𐓞'), + (0x104B7, 'M', '𐓟'), + (0x104B8, 'M', '𐓠'), + (0x104B9, 'M', '𐓡'), + (0x104BA, 'M', '𐓢'), + (0x104BB, 'M', '𐓣'), + (0x104BC, 'M', '𐓤'), + (0x104BD, 'M', '𐓥'), + (0x104BE, 'M', '𐓦'), + (0x104BF, 'M', '𐓧'), + (0x104C0, 'M', '𐓨'), + (0x104C1, 'M', '𐓩'), + (0x104C2, 'M', '𐓪'), + (0x104C3, 'M', '𐓫'), + (0x104C4, 'M', '𐓬'), + (0x104C5, 'M', '𐓭'), + (0x104C6, 'M', '𐓮'), + (0x104C7, 'M', '𐓯'), + (0x104C8, 'M', '𐓰'), + (0x104C9, 'M', '𐓱'), + (0x104CA, 'M', '𐓲'), + (0x104CB, 'M', '𐓳'), + (0x104CC, 'M', '𐓴'), + (0x104CD, 'M', '𐓵'), + (0x104CE, 'M', '𐓶'), + (0x104CF, 'M', '𐓷'), + (0x104D0, 'M', '𐓸'), + (0x104D1, 'M', '𐓹'), + (0x104D2, 'M', '𐓺'), + (0x104D3, 'M', '𐓻'), + (0x104D4, 'X'), + (0x104D8, 'V'), + (0x104FC, 'X'), + (0x10500, 'V'), + (0x10528, 'X'), + (0x10530, 'V'), + (0x10564, 'X'), + (0x1056F, 'V'), + (0x10570, 'M', '𐖗'), + (0x10571, 'M', '𐖘'), + (0x10572, 'M', '𐖙'), + (0x10573, 'M', '𐖚'), + (0x10574, 'M', '𐖛'), + (0x10575, 'M', '𐖜'), + (0x10576, 'M', '𐖝'), + (0x10577, 'M', '𐖞'), + (0x10578, 'M', '𐖟'), + (0x10579, 'M', '𐖠'), + (0x1057A, 'M', '𐖡'), + (0x1057B, 'X'), + (0x1057C, 'M', '𐖣'), + (0x1057D, 'M', '𐖤'), + (0x1057E, 'M', '𐖥'), + (0x1057F, 'M', '𐖦'), + (0x10580, 'M', '𐖧'), + (0x10581, 'M', '𐖨'), + (0x10582, 'M', '𐖩'), + (0x10583, 'M', '𐖪'), + (0x10584, 'M', '𐖫'), + (0x10585, 'M', '𐖬'), + (0x10586, 'M', '𐖭'), + (0x10587, 'M', '𐖮'), + (0x10588, 'M', '𐖯'), + (0x10589, 'M', '𐖰'), + (0x1058A, 'M', '𐖱'), + (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', 'ꭦ'), + ] + +def _seg_55() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10789, 'M', 'ʥ'), + (0x1078A, 'M', 'ʤ'), + (0x1078B, 'M', 'ɖ'), + (0x1078C, 'M', 'ɗ'), + (0x1078D, 'M', 'ᶑ'), + (0x1078E, 'M', 'ɘ'), + (0x1078F, 'M', 'ɞ'), + (0x10790, 'M', 'ʩ'), + (0x10791, 'M', 'ɤ'), + (0x10792, 'M', 'ɢ'), + (0x10793, 'M', 'ɠ'), + (0x10794, 'M', 'ʛ'), + (0x10795, 'M', 'ħ'), + (0x10796, 'M', 'ʜ'), + (0x10797, 'M', 'ɧ'), + (0x10798, 'M', 'ʄ'), + (0x10799, 'M', 'ʪ'), + (0x1079A, 'M', 'ʫ'), + (0x1079B, 'M', 'ɬ'), + (0x1079C, 'M', '𝼄'), + (0x1079D, 'M', 'ꞎ'), + (0x1079E, 'M', 'ɮ'), + (0x1079F, 'M', '𝼅'), + (0x107A0, 'M', 'ʎ'), + (0x107A1, 'M', '𝼆'), + (0x107A2, 'M', 'ø'), + (0x107A3, 'M', 'ɶ'), + (0x107A4, 'M', 'ɷ'), + (0x107A5, 'M', 'q'), + (0x107A6, 'M', 'ɺ'), + (0x107A7, 'M', '𝼈'), + (0x107A8, 'M', 'ɽ'), + (0x107A9, 'M', 'ɾ'), + (0x107AA, 'M', 'ʀ'), + (0x107AB, 'M', 'ʨ'), + (0x107AC, 'M', 'ʦ'), + (0x107AD, 'M', 'ꭧ'), + (0x107AE, 'M', 'ʧ'), + (0x107AF, 'M', 'ʈ'), + (0x107B0, 'M', 'ⱱ'), + (0x107B1, 'X'), + (0x107B2, 'M', 'ʏ'), + (0x107B3, 'M', 'ʡ'), + (0x107B4, 'M', 'ʢ'), + (0x107B5, 'M', 'ʘ'), + (0x107B6, 'M', 'ǀ'), + (0x107B7, 'M', 'ǁ'), + (0x107B8, 'M', 'ǂ'), + (0x107B9, 'M', '𝼊'), + (0x107BA, 'M', '𝼞'), + (0x107BB, 'X'), + (0x10800, 'V'), + (0x10806, 'X'), + (0x10808, 'V'), + (0x10809, 'X'), + (0x1080A, 'V'), + (0x10836, 'X'), + (0x10837, 'V'), + (0x10839, 'X'), + (0x1083C, 'V'), + (0x1083D, 'X'), + (0x1083F, 'V'), + (0x10856, 'X'), + (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'), + ] + +def _seg_56() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x10AE7, 'X'), + (0x10AEB, 'V'), + (0x10AF7, 'X'), + (0x10B00, 'V'), + (0x10B36, 'X'), + (0x10B39, 'V'), + (0x10B56, 'X'), + (0x10B58, 'V'), + (0x10B73, 'X'), + (0x10B78, 'V'), + (0x10B92, 'X'), + (0x10B99, 'V'), + (0x10B9D, 'X'), + (0x10BA9, 'V'), + (0x10BB0, 'X'), + (0x10C00, 'V'), + (0x10C49, 'X'), + (0x10C80, 'M', '𐳀'), + (0x10C81, 'M', '𐳁'), + (0x10C82, 'M', '𐳂'), + (0x10C83, 'M', '𐳃'), + (0x10C84, 'M', '𐳄'), + (0x10C85, 'M', '𐳅'), + (0x10C86, 'M', '𐳆'), + (0x10C87, 'M', '𐳇'), + (0x10C88, 'M', '𐳈'), + (0x10C89, 'M', '𐳉'), + (0x10C8A, 'M', '𐳊'), + (0x10C8B, 'M', '𐳋'), + (0x10C8C, 'M', '𐳌'), + (0x10C8D, 'M', '𐳍'), + (0x10C8E, 'M', '𐳎'), + (0x10C8F, 'M', '𐳏'), + (0x10C90, 'M', '𐳐'), + (0x10C91, 'M', '𐳑'), + (0x10C92, 'M', '𐳒'), + (0x10C93, 'M', '𐳓'), + (0x10C94, 'M', '𐳔'), + (0x10C95, 'M', '𐳕'), + (0x10C96, 'M', '𐳖'), + (0x10C97, 'M', '𐳗'), + (0x10C98, 'M', '𐳘'), + (0x10C99, 'M', '𐳙'), + (0x10C9A, 'M', '𐳚'), + (0x10C9B, 'M', '𐳛'), + (0x10C9C, 'M', '𐳜'), + (0x10C9D, 'M', '𐳝'), + (0x10C9E, 'M', '𐳞'), + (0x10C9F, 'M', '𐳟'), + (0x10CA0, 'M', '𐳠'), + (0x10CA1, 'M', '𐳡'), + (0x10CA2, 'M', '𐳢'), + (0x10CA3, 'M', '𐳣'), + (0x10CA4, 'M', '𐳤'), + (0x10CA5, 'M', '𐳥'), + (0x10CA6, 'M', '𐳦'), + (0x10CA7, 'M', '𐳧'), + (0x10CA8, 'M', '𐳨'), + (0x10CA9, 'M', '𐳩'), + (0x10CAA, 'M', '𐳪'), + (0x10CAB, 'M', '𐳫'), + (0x10CAC, 'M', '𐳬'), + (0x10CAD, 'M', '𐳭'), + (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'), + ] + +def _seg_57() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x110C3, 'X'), + (0x110D0, 'V'), + (0x110E9, 'X'), + (0x110F0, 'V'), + (0x110FA, 'X'), + (0x11100, 'V'), + (0x11135, 'X'), + (0x11136, 'V'), + (0x11148, 'X'), + (0x11150, 'V'), + (0x11177, 'X'), + (0x11180, 'V'), + (0x111E0, 'X'), + (0x111E1, 'V'), + (0x111F5, 'X'), + (0x11200, 'V'), + (0x11212, 'X'), + (0x11213, 'V'), + (0x11242, 'X'), + (0x11280, 'V'), + (0x11287, 'X'), + (0x11288, 'V'), + (0x11289, 'X'), + (0x1128A, 'V'), + (0x1128E, 'X'), + (0x1128F, 'V'), + (0x1129E, 'X'), + (0x1129F, 'V'), + (0x112AA, 'X'), + (0x112B0, 'V'), + (0x112EB, 'X'), + (0x112F0, 'V'), + (0x112FA, 'X'), + (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', '𑣆'), + ] + +def _seg_58() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x118A7, 'M', '𑣇'), + (0x118A8, 'M', '𑣈'), + (0x118A9, 'M', '𑣉'), + (0x118AA, 'M', '𑣊'), + (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'), + ] + +def _seg_59() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x11F11, 'X'), + (0x11F12, 'V'), + (0x11F3B, 'X'), + (0x11F3E, 'V'), + (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'), + ] + +def _seg_60() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1AFF4, 'X'), + (0x1AFF5, 'V'), + (0x1AFFC, 'X'), + (0x1AFFD, 'V'), + (0x1AFFF, 'X'), + (0x1B000, 'V'), + (0x1B123, 'X'), + (0x1B132, 'V'), + (0x1B133, 'X'), + (0x1B150, 'V'), + (0x1B153, 'X'), + (0x1B155, 'V'), + (0x1B156, 'X'), + (0x1B164, 'V'), + (0x1B168, 'X'), + (0x1B170, 'V'), + (0x1B2FC, 'X'), + (0x1BC00, 'V'), + (0x1BC6B, 'X'), + (0x1BC70, 'V'), + (0x1BC7D, 'X'), + (0x1BC80, 'V'), + (0x1BC89, 'X'), + (0x1BC90, 'V'), + (0x1BC9A, 'X'), + (0x1BC9C, 'V'), + (0x1BCA0, 'I'), + (0x1BCA4, 'X'), + (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'), + ] + +def _seg_61() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D421, 'M', 'h'), + (0x1D422, 'M', 'i'), + (0x1D423, 'M', 'j'), + (0x1D424, 'M', 'k'), + (0x1D425, 'M', 'l'), + (0x1D426, 'M', 'm'), + (0x1D427, 'M', 'n'), + (0x1D428, 'M', 'o'), + (0x1D429, 'M', 'p'), + (0x1D42A, 'M', 'q'), + (0x1D42B, 'M', 'r'), + (0x1D42C, 'M', 's'), + (0x1D42D, 'M', 't'), + (0x1D42E, 'M', 'u'), + (0x1D42F, 'M', 'v'), + (0x1D430, 'M', 'w'), + (0x1D431, 'M', 'x'), + (0x1D432, 'M', 'y'), + (0x1D433, 'M', 'z'), + (0x1D434, 'M', 'a'), + (0x1D435, 'M', 'b'), + (0x1D436, 'M', 'c'), + (0x1D437, 'M', 'd'), + (0x1D438, 'M', 'e'), + (0x1D439, 'M', 'f'), + (0x1D43A, 'M', 'g'), + (0x1D43B, 'M', 'h'), + (0x1D43C, 'M', 'i'), + (0x1D43D, 'M', 'j'), + (0x1D43E, 'M', 'k'), + (0x1D43F, 'M', 'l'), + (0x1D440, 'M', 'm'), + (0x1D441, 'M', 'n'), + (0x1D442, 'M', 'o'), + (0x1D443, 'M', 'p'), + (0x1D444, 'M', 'q'), + (0x1D445, 'M', 'r'), + (0x1D446, 'M', 's'), + (0x1D447, 'M', 't'), + (0x1D448, 'M', 'u'), + (0x1D449, 'M', 'v'), + (0x1D44A, 'M', 'w'), + (0x1D44B, 'M', 'x'), + (0x1D44C, 'M', 'y'), + (0x1D44D, 'M', 'z'), + (0x1D44E, 'M', 'a'), + (0x1D44F, 'M', 'b'), + (0x1D450, 'M', 'c'), + (0x1D451, 'M', 'd'), + (0x1D452, 'M', 'e'), + (0x1D453, 'M', 'f'), + (0x1D454, 'M', 'g'), + (0x1D455, 'X'), + (0x1D456, 'M', 'i'), + (0x1D457, 'M', 'j'), + (0x1D458, 'M', 'k'), + (0x1D459, 'M', 'l'), + (0x1D45A, 'M', 'm'), + (0x1D45B, 'M', 'n'), + (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'), + ] + +def _seg_62() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D485, 'M', 'd'), + (0x1D486, 'M', 'e'), + (0x1D487, 'M', 'f'), + (0x1D488, 'M', 'g'), + (0x1D489, 'M', 'h'), + (0x1D48A, 'M', 'i'), + (0x1D48B, 'M', 'j'), + (0x1D48C, 'M', 'k'), + (0x1D48D, 'M', 'l'), + (0x1D48E, 'M', 'm'), + (0x1D48F, 'M', 'n'), + (0x1D490, 'M', 'o'), + (0x1D491, 'M', 'p'), + (0x1D492, 'M', 'q'), + (0x1D493, 'M', 'r'), + (0x1D494, 'M', 's'), + (0x1D495, 'M', 't'), + (0x1D496, 'M', 'u'), + (0x1D497, 'M', 'v'), + (0x1D498, 'M', 'w'), + (0x1D499, 'M', 'x'), + (0x1D49A, 'M', 'y'), + (0x1D49B, 'M', 'z'), + (0x1D49C, 'M', 'a'), + (0x1D49D, 'X'), + (0x1D49E, 'M', 'c'), + (0x1D49F, 'M', 'd'), + (0x1D4A0, 'X'), + (0x1D4A2, 'M', 'g'), + (0x1D4A3, 'X'), + (0x1D4A5, 'M', 'j'), + (0x1D4A6, 'M', 'k'), + (0x1D4A7, 'X'), + (0x1D4A9, 'M', 'n'), + (0x1D4AA, 'M', 'o'), + (0x1D4AB, 'M', 'p'), + (0x1D4AC, 'M', 'q'), + (0x1D4AD, 'X'), + (0x1D4AE, 'M', 's'), + (0x1D4AF, 'M', 't'), + (0x1D4B0, 'M', 'u'), + (0x1D4B1, 'M', 'v'), + (0x1D4B2, 'M', 'w'), + (0x1D4B3, 'M', 'x'), + (0x1D4B4, 'M', 'y'), + (0x1D4B5, 'M', 'z'), + (0x1D4B6, 'M', 'a'), + (0x1D4B7, 'M', 'b'), + (0x1D4B8, 'M', 'c'), + (0x1D4B9, 'M', 'd'), + (0x1D4BA, 'X'), + (0x1D4BB, 'M', 'f'), + (0x1D4BC, 'X'), + (0x1D4BD, 'M', 'h'), + (0x1D4BE, 'M', 'i'), + (0x1D4BF, 'M', 'j'), + (0x1D4C0, 'M', 'k'), + (0x1D4C1, 'M', 'l'), + (0x1D4C2, 'M', 'm'), + (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'), + ] + +def _seg_63() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D4EC, 'M', 'c'), + (0x1D4ED, 'M', 'd'), + (0x1D4EE, 'M', 'e'), + (0x1D4EF, 'M', 'f'), + (0x1D4F0, 'M', 'g'), + (0x1D4F1, 'M', 'h'), + (0x1D4F2, 'M', 'i'), + (0x1D4F3, 'M', 'j'), + (0x1D4F4, 'M', 'k'), + (0x1D4F5, 'M', 'l'), + (0x1D4F6, 'M', 'm'), + (0x1D4F7, 'M', 'n'), + (0x1D4F8, 'M', 'o'), + (0x1D4F9, 'M', 'p'), + (0x1D4FA, 'M', 'q'), + (0x1D4FB, 'M', 'r'), + (0x1D4FC, 'M', 's'), + (0x1D4FD, 'M', 't'), + (0x1D4FE, 'M', 'u'), + (0x1D4FF, 'M', 'v'), + (0x1D500, 'M', 'w'), + (0x1D501, 'M', 'x'), + (0x1D502, 'M', 'y'), + (0x1D503, 'M', 'z'), + (0x1D504, 'M', 'a'), + (0x1D505, 'M', 'b'), + (0x1D506, 'X'), + (0x1D507, 'M', 'd'), + (0x1D508, 'M', 'e'), + (0x1D509, 'M', 'f'), + (0x1D50A, 'M', 'g'), + (0x1D50B, 'X'), + (0x1D50D, 'M', 'j'), + (0x1D50E, 'M', 'k'), + (0x1D50F, 'M', 'l'), + (0x1D510, 'M', 'm'), + (0x1D511, 'M', 'n'), + (0x1D512, 'M', 'o'), + (0x1D513, 'M', 'p'), + (0x1D514, 'M', 'q'), + (0x1D515, 'X'), + (0x1D516, 'M', 's'), + (0x1D517, 'M', 't'), + (0x1D518, 'M', 'u'), + (0x1D519, 'M', 'v'), + (0x1D51A, 'M', 'w'), + (0x1D51B, 'M', 'x'), + (0x1D51C, 'M', 'y'), + (0x1D51D, 'X'), + (0x1D51E, 'M', 'a'), + (0x1D51F, 'M', 'b'), + (0x1D520, 'M', 'c'), + (0x1D521, 'M', 'd'), + (0x1D522, 'M', 'e'), + (0x1D523, 'M', 'f'), + (0x1D524, 'M', 'g'), + (0x1D525, 'M', 'h'), + (0x1D526, 'M', 'i'), + (0x1D527, 'M', 'j'), + (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'), + ] + +def _seg_64() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D553, 'M', 'b'), + (0x1D554, 'M', 'c'), + (0x1D555, 'M', 'd'), + (0x1D556, 'M', 'e'), + (0x1D557, 'M', 'f'), + (0x1D558, 'M', 'g'), + (0x1D559, 'M', 'h'), + (0x1D55A, 'M', 'i'), + (0x1D55B, 'M', 'j'), + (0x1D55C, 'M', 'k'), + (0x1D55D, 'M', 'l'), + (0x1D55E, 'M', 'm'), + (0x1D55F, 'M', 'n'), + (0x1D560, 'M', 'o'), + (0x1D561, 'M', 'p'), + (0x1D562, 'M', 'q'), + (0x1D563, 'M', 'r'), + (0x1D564, 'M', 's'), + (0x1D565, 'M', 't'), + (0x1D566, 'M', 'u'), + (0x1D567, 'M', 'v'), + (0x1D568, 'M', 'w'), + (0x1D569, 'M', 'x'), + (0x1D56A, 'M', 'y'), + (0x1D56B, 'M', 'z'), + (0x1D56C, 'M', 'a'), + (0x1D56D, 'M', 'b'), + (0x1D56E, 'M', 'c'), + (0x1D56F, 'M', 'd'), + (0x1D570, 'M', 'e'), + (0x1D571, 'M', 'f'), + (0x1D572, 'M', 'g'), + (0x1D573, 'M', 'h'), + (0x1D574, 'M', 'i'), + (0x1D575, 'M', 'j'), + (0x1D576, 'M', 'k'), + (0x1D577, 'M', 'l'), + (0x1D578, 'M', 'm'), + (0x1D579, 'M', 'n'), + (0x1D57A, 'M', 'o'), + (0x1D57B, 'M', 'p'), + (0x1D57C, 'M', 'q'), + (0x1D57D, 'M', 'r'), + (0x1D57E, 'M', 's'), + (0x1D57F, 'M', 't'), + (0x1D580, 'M', 'u'), + (0x1D581, 'M', 'v'), + (0x1D582, 'M', 'w'), + (0x1D583, 'M', 'x'), + (0x1D584, 'M', 'y'), + (0x1D585, 'M', 'z'), + (0x1D586, 'M', 'a'), + (0x1D587, 'M', 'b'), + (0x1D588, 'M', 'c'), + (0x1D589, 'M', 'd'), + (0x1D58A, 'M', 'e'), + (0x1D58B, 'M', 'f'), + (0x1D58C, 'M', 'g'), + (0x1D58D, 'M', 'h'), + (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'), + ] + +def _seg_65() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D5B7, 'M', 'x'), + (0x1D5B8, 'M', 'y'), + (0x1D5B9, 'M', 'z'), + (0x1D5BA, 'M', 'a'), + (0x1D5BB, 'M', 'b'), + (0x1D5BC, 'M', 'c'), + (0x1D5BD, 'M', 'd'), + (0x1D5BE, 'M', 'e'), + (0x1D5BF, 'M', 'f'), + (0x1D5C0, 'M', 'g'), + (0x1D5C1, 'M', 'h'), + (0x1D5C2, 'M', 'i'), + (0x1D5C3, 'M', 'j'), + (0x1D5C4, 'M', 'k'), + (0x1D5C5, 'M', 'l'), + (0x1D5C6, 'M', 'm'), + (0x1D5C7, 'M', 'n'), + (0x1D5C8, 'M', 'o'), + (0x1D5C9, 'M', 'p'), + (0x1D5CA, 'M', 'q'), + (0x1D5CB, 'M', 'r'), + (0x1D5CC, 'M', 's'), + (0x1D5CD, 'M', 't'), + (0x1D5CE, 'M', 'u'), + (0x1D5CF, 'M', 'v'), + (0x1D5D0, 'M', 'w'), + (0x1D5D1, 'M', 'x'), + (0x1D5D2, 'M', 'y'), + (0x1D5D3, 'M', 'z'), + (0x1D5D4, 'M', 'a'), + (0x1D5D5, 'M', 'b'), + (0x1D5D6, 'M', 'c'), + (0x1D5D7, 'M', 'd'), + (0x1D5D8, 'M', 'e'), + (0x1D5D9, 'M', 'f'), + (0x1D5DA, 'M', 'g'), + (0x1D5DB, 'M', 'h'), + (0x1D5DC, 'M', 'i'), + (0x1D5DD, 'M', 'j'), + (0x1D5DE, 'M', 'k'), + (0x1D5DF, 'M', 'l'), + (0x1D5E0, 'M', 'm'), + (0x1D5E1, 'M', 'n'), + (0x1D5E2, 'M', 'o'), + (0x1D5E3, 'M', 'p'), + (0x1D5E4, 'M', 'q'), + (0x1D5E5, 'M', 'r'), + (0x1D5E6, 'M', 's'), + (0x1D5E7, 'M', 't'), + (0x1D5E8, 'M', 'u'), + (0x1D5E9, 'M', 'v'), + (0x1D5EA, 'M', 'w'), + (0x1D5EB, 'M', 'x'), + (0x1D5EC, 'M', 'y'), + (0x1D5ED, 'M', 'z'), + (0x1D5EE, 'M', 'a'), + (0x1D5EF, 'M', 'b'), + (0x1D5F0, 'M', 'c'), + (0x1D5F1, 'M', 'd'), + (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'), + ] + +def _seg_66() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D61B, 'M', 't'), + (0x1D61C, 'M', 'u'), + (0x1D61D, 'M', 'v'), + (0x1D61E, 'M', 'w'), + (0x1D61F, 'M', 'x'), + (0x1D620, 'M', 'y'), + (0x1D621, 'M', 'z'), + (0x1D622, 'M', 'a'), + (0x1D623, 'M', 'b'), + (0x1D624, 'M', 'c'), + (0x1D625, 'M', 'd'), + (0x1D626, 'M', 'e'), + (0x1D627, 'M', 'f'), + (0x1D628, 'M', 'g'), + (0x1D629, 'M', 'h'), + (0x1D62A, 'M', 'i'), + (0x1D62B, 'M', 'j'), + (0x1D62C, 'M', 'k'), + (0x1D62D, 'M', 'l'), + (0x1D62E, 'M', 'm'), + (0x1D62F, 'M', 'n'), + (0x1D630, 'M', 'o'), + (0x1D631, 'M', 'p'), + (0x1D632, 'M', 'q'), + (0x1D633, 'M', 'r'), + (0x1D634, 'M', 's'), + (0x1D635, 'M', 't'), + (0x1D636, 'M', 'u'), + (0x1D637, 'M', 'v'), + (0x1D638, 'M', 'w'), + (0x1D639, 'M', 'x'), + (0x1D63A, 'M', 'y'), + (0x1D63B, 'M', 'z'), + (0x1D63C, 'M', 'a'), + (0x1D63D, 'M', 'b'), + (0x1D63E, 'M', 'c'), + (0x1D63F, 'M', 'd'), + (0x1D640, 'M', 'e'), + (0x1D641, 'M', 'f'), + (0x1D642, 'M', 'g'), + (0x1D643, 'M', 'h'), + (0x1D644, 'M', 'i'), + (0x1D645, 'M', 'j'), + (0x1D646, 'M', 'k'), + (0x1D647, 'M', 'l'), + (0x1D648, 'M', 'm'), + (0x1D649, 'M', 'n'), + (0x1D64A, 'M', 'o'), + (0x1D64B, 'M', 'p'), + (0x1D64C, 'M', 'q'), + (0x1D64D, 'M', 'r'), + (0x1D64E, 'M', 's'), + (0x1D64F, 'M', 't'), + (0x1D650, 'M', 'u'), + (0x1D651, 'M', 'v'), + (0x1D652, 'M', 'w'), + (0x1D653, 'M', 'x'), + (0x1D654, 'M', 'y'), + (0x1D655, 'M', 'z'), + (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'), + ] + +def _seg_67() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D67F, 'M', 'p'), + (0x1D680, 'M', 'q'), + (0x1D681, 'M', 'r'), + (0x1D682, 'M', 's'), + (0x1D683, 'M', 't'), + (0x1D684, 'M', 'u'), + (0x1D685, 'M', 'v'), + (0x1D686, 'M', 'w'), + (0x1D687, 'M', 'x'), + (0x1D688, 'M', 'y'), + (0x1D689, 'M', 'z'), + (0x1D68A, 'M', 'a'), + (0x1D68B, 'M', 'b'), + (0x1D68C, 'M', 'c'), + (0x1D68D, 'M', 'd'), + (0x1D68E, 'M', 'e'), + (0x1D68F, 'M', 'f'), + (0x1D690, 'M', 'g'), + (0x1D691, 'M', 'h'), + (0x1D692, 'M', 'i'), + (0x1D693, 'M', 'j'), + (0x1D694, 'M', 'k'), + (0x1D695, 'M', 'l'), + (0x1D696, 'M', 'm'), + (0x1D697, 'M', 'n'), + (0x1D698, 'M', 'o'), + (0x1D699, 'M', 'p'), + (0x1D69A, 'M', 'q'), + (0x1D69B, 'M', 'r'), + (0x1D69C, 'M', 's'), + (0x1D69D, 'M', 't'), + (0x1D69E, 'M', 'u'), + (0x1D69F, 'M', 'v'), + (0x1D6A0, 'M', 'w'), + (0x1D6A1, 'M', 'x'), + (0x1D6A2, 'M', 'y'), + (0x1D6A3, 'M', 'z'), + (0x1D6A4, 'M', 'ı'), + (0x1D6A5, 'M', 'ȷ'), + (0x1D6A6, 'X'), + (0x1D6A8, 'M', 'α'), + (0x1D6A9, 'M', 'β'), + (0x1D6AA, 'M', 'γ'), + (0x1D6AB, 'M', 'δ'), + (0x1D6AC, 'M', 'ε'), + (0x1D6AD, 'M', 'ζ'), + (0x1D6AE, 'M', 'η'), + (0x1D6AF, 'M', 'θ'), + (0x1D6B0, 'M', 'ι'), + (0x1D6B1, 'M', 'κ'), + (0x1D6B2, 'M', 'λ'), + (0x1D6B3, 'M', 'μ'), + (0x1D6B4, 'M', 'ν'), + (0x1D6B5, 'M', 'ξ'), + (0x1D6B6, 'M', 'ο'), + (0x1D6B7, 'M', 'π'), + (0x1D6B8, 'M', 'ρ'), + (0x1D6B9, 'M', 'θ'), + (0x1D6BA, 'M', 'σ'), + (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', 'γ'), + ] + +def _seg_68() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D6E5, 'M', 'δ'), + (0x1D6E6, 'M', 'ε'), + (0x1D6E7, 'M', 'ζ'), + (0x1D6E8, 'M', 'η'), + (0x1D6E9, 'M', 'θ'), + (0x1D6EA, 'M', 'ι'), + (0x1D6EB, 'M', 'κ'), + (0x1D6EC, 'M', 'λ'), + (0x1D6ED, 'M', 'μ'), + (0x1D6EE, 'M', 'ν'), + (0x1D6EF, 'M', 'ξ'), + (0x1D6F0, 'M', 'ο'), + (0x1D6F1, 'M', 'π'), + (0x1D6F2, 'M', 'ρ'), + (0x1D6F3, 'M', 'θ'), + (0x1D6F4, 'M', 'σ'), + (0x1D6F5, 'M', 'τ'), + (0x1D6F6, 'M', 'υ'), + (0x1D6F7, 'M', 'φ'), + (0x1D6F8, 'M', 'χ'), + (0x1D6F9, 'M', 'ψ'), + (0x1D6FA, 'M', 'ω'), + (0x1D6FB, 'M', '∇'), + (0x1D6FC, 'M', 'α'), + (0x1D6FD, 'M', 'β'), + (0x1D6FE, 'M', 'γ'), + (0x1D6FF, 'M', 'δ'), + (0x1D700, 'M', 'ε'), + (0x1D701, 'M', 'ζ'), + (0x1D702, 'M', 'η'), + (0x1D703, 'M', 'θ'), + (0x1D704, 'M', 'ι'), + (0x1D705, 'M', 'κ'), + (0x1D706, 'M', 'λ'), + (0x1D707, 'M', 'μ'), + (0x1D708, 'M', 'ν'), + (0x1D709, 'M', 'ξ'), + (0x1D70A, 'M', 'ο'), + (0x1D70B, 'M', 'π'), + (0x1D70C, 'M', 'ρ'), + (0x1D70D, 'M', 'σ'), + (0x1D70F, 'M', 'τ'), + (0x1D710, 'M', 'υ'), + (0x1D711, 'M', 'φ'), + (0x1D712, 'M', 'χ'), + (0x1D713, 'M', 'ψ'), + (0x1D714, 'M', 'ω'), + (0x1D715, 'M', '∂'), + (0x1D716, 'M', 'ε'), + (0x1D717, 'M', 'θ'), + (0x1D718, 'M', 'κ'), + (0x1D719, 'M', 'φ'), + (0x1D71A, 'M', 'ρ'), + (0x1D71B, 'M', 'π'), + (0x1D71C, 'M', 'α'), + (0x1D71D, 'M', 'β'), + (0x1D71E, 'M', 'γ'), + (0x1D71F, 'M', 'δ'), + (0x1D720, 'M', 'ε'), + (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', 'υ'), + ] + +def _seg_69() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D74B, 'M', 'φ'), + (0x1D74C, 'M', 'χ'), + (0x1D74D, 'M', 'ψ'), + (0x1D74E, 'M', 'ω'), + (0x1D74F, 'M', '∂'), + (0x1D750, 'M', 'ε'), + (0x1D751, 'M', 'θ'), + (0x1D752, 'M', 'κ'), + (0x1D753, 'M', 'φ'), + (0x1D754, 'M', 'ρ'), + (0x1D755, 'M', 'π'), + (0x1D756, 'M', 'α'), + (0x1D757, 'M', 'β'), + (0x1D758, 'M', 'γ'), + (0x1D759, 'M', 'δ'), + (0x1D75A, 'M', 'ε'), + (0x1D75B, 'M', 'ζ'), + (0x1D75C, 'M', 'η'), + (0x1D75D, 'M', 'θ'), + (0x1D75E, 'M', 'ι'), + (0x1D75F, 'M', 'κ'), + (0x1D760, 'M', 'λ'), + (0x1D761, 'M', 'μ'), + (0x1D762, 'M', 'ν'), + (0x1D763, 'M', 'ξ'), + (0x1D764, 'M', 'ο'), + (0x1D765, 'M', 'π'), + (0x1D766, 'M', 'ρ'), + (0x1D767, 'M', 'θ'), + (0x1D768, 'M', 'σ'), + (0x1D769, 'M', 'τ'), + (0x1D76A, 'M', 'υ'), + (0x1D76B, 'M', 'φ'), + (0x1D76C, 'M', 'χ'), + (0x1D76D, 'M', 'ψ'), + (0x1D76E, 'M', 'ω'), + (0x1D76F, 'M', '∇'), + (0x1D770, 'M', 'α'), + (0x1D771, 'M', 'β'), + (0x1D772, 'M', 'γ'), + (0x1D773, 'M', 'δ'), + (0x1D774, 'M', 'ε'), + (0x1D775, 'M', 'ζ'), + (0x1D776, 'M', 'η'), + (0x1D777, 'M', 'θ'), + (0x1D778, 'M', 'ι'), + (0x1D779, 'M', 'κ'), + (0x1D77A, 'M', 'λ'), + (0x1D77B, 'M', 'μ'), + (0x1D77C, 'M', 'ν'), + (0x1D77D, 'M', 'ξ'), + (0x1D77E, 'M', 'ο'), + (0x1D77F, 'M', 'π'), + (0x1D780, 'M', 'ρ'), + (0x1D781, 'M', 'σ'), + (0x1D783, 'M', 'τ'), + (0x1D784, 'M', 'υ'), + (0x1D785, 'M', 'φ'), + (0x1D786, 'M', 'χ'), + (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', 'ζ'), + ] + +def _seg_70() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1D7B0, 'M', 'η'), + (0x1D7B1, 'M', 'θ'), + (0x1D7B2, 'M', 'ι'), + (0x1D7B3, 'M', 'κ'), + (0x1D7B4, 'M', 'λ'), + (0x1D7B5, 'M', 'μ'), + (0x1D7B6, 'M', 'ν'), + (0x1D7B7, 'M', 'ξ'), + (0x1D7B8, 'M', 'ο'), + (0x1D7B9, 'M', 'π'), + (0x1D7BA, 'M', 'ρ'), + (0x1D7BB, 'M', 'σ'), + (0x1D7BD, 'M', 'τ'), + (0x1D7BE, 'M', 'υ'), + (0x1D7BF, 'M', 'φ'), + (0x1D7C0, 'M', 'χ'), + (0x1D7C1, 'M', 'ψ'), + (0x1D7C2, 'M', 'ω'), + (0x1D7C3, 'M', '∂'), + (0x1D7C4, 'M', 'ε'), + (0x1D7C5, 'M', 'θ'), + (0x1D7C6, 'M', 'κ'), + (0x1D7C7, 'M', 'φ'), + (0x1D7C8, 'M', 'ρ'), + (0x1D7C9, 'M', 'π'), + (0x1D7CA, 'M', 'ϝ'), + (0x1D7CC, 'X'), + (0x1D7CE, 'M', '0'), + (0x1D7CF, 'M', '1'), + (0x1D7D0, 'M', '2'), + (0x1D7D1, 'M', '3'), + (0x1D7D2, 'M', '4'), + (0x1D7D3, 'M', '5'), + (0x1D7D4, 'M', '6'), + (0x1D7D5, 'M', '7'), + (0x1D7D6, 'M', '8'), + (0x1D7D7, 'M', '9'), + (0x1D7D8, 'M', '0'), + (0x1D7D9, 'M', '1'), + (0x1D7DA, 'M', '2'), + (0x1D7DB, 'M', '3'), + (0x1D7DC, 'M', '4'), + (0x1D7DD, 'M', '5'), + (0x1D7DE, 'M', '6'), + (0x1D7DF, 'M', '7'), + (0x1D7E0, 'M', '8'), + (0x1D7E1, 'M', '9'), + (0x1D7E2, 'M', '0'), + (0x1D7E3, 'M', '1'), + (0x1D7E4, 'M', '2'), + (0x1D7E5, 'M', '3'), + (0x1D7E6, 'M', '4'), + (0x1D7E7, 'M', '5'), + (0x1D7E8, 'M', '6'), + (0x1D7E9, 'M', '7'), + (0x1D7EA, 'M', '8'), + (0x1D7EB, 'M', '9'), + (0x1D7EC, 'M', '0'), + (0x1D7ED, 'M', '1'), + (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', 'в'), + ] + +def _seg_71() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E033, 'M', 'г'), + (0x1E034, 'M', 'д'), + (0x1E035, 'M', 'е'), + (0x1E036, 'M', 'ж'), + (0x1E037, 'M', 'з'), + (0x1E038, 'M', 'и'), + (0x1E039, 'M', 'к'), + (0x1E03A, 'M', 'л'), + (0x1E03B, 'M', 'м'), + (0x1E03C, 'M', 'о'), + (0x1E03D, 'M', 'п'), + (0x1E03E, 'M', 'р'), + (0x1E03F, 'M', 'с'), + (0x1E040, 'M', 'т'), + (0x1E041, 'M', 'у'), + (0x1E042, 'M', 'ф'), + (0x1E043, 'M', 'х'), + (0x1E044, 'M', 'ц'), + (0x1E045, 'M', 'ч'), + (0x1E046, 'M', 'ш'), + (0x1E047, 'M', 'ы'), + (0x1E048, 'M', 'э'), + (0x1E049, 'M', 'ю'), + (0x1E04A, 'M', 'ꚉ'), + (0x1E04B, 'M', 'ә'), + (0x1E04C, 'M', 'і'), + (0x1E04D, 'M', 'ј'), + (0x1E04E, 'M', 'ө'), + (0x1E04F, 'M', 'ү'), + (0x1E050, 'M', 'ӏ'), + (0x1E051, 'M', 'а'), + (0x1E052, 'M', 'б'), + (0x1E053, 'M', 'в'), + (0x1E054, 'M', 'г'), + (0x1E055, 'M', 'д'), + (0x1E056, 'M', 'е'), + (0x1E057, 'M', 'ж'), + (0x1E058, 'M', 'з'), + (0x1E059, 'M', 'и'), + (0x1E05A, 'M', 'к'), + (0x1E05B, 'M', 'л'), + (0x1E05C, 'M', 'о'), + (0x1E05D, 'M', 'п'), + (0x1E05E, 'M', 'с'), + (0x1E05F, 'M', 'у'), + (0x1E060, 'M', 'ф'), + (0x1E061, 'M', 'х'), + (0x1E062, 'M', 'ц'), + (0x1E063, 'M', 'ч'), + (0x1E064, 'M', 'ш'), + (0x1E065, 'M', 'ъ'), + (0x1E066, 'M', 'ы'), + (0x1E067, 'M', 'ґ'), + (0x1E068, 'M', 'і'), + (0x1E069, 'M', 'ѕ'), + (0x1E06A, 'M', 'џ'), + (0x1E06B, 'M', 'ҫ'), + (0x1E06C, 'M', 'ꙑ'), + (0x1E06D, 'M', 'ұ'), + (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', '𞤫'), + ] + +def _seg_72() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1E90A, 'M', '𞤬'), + (0x1E90B, 'M', '𞤭'), + (0x1E90C, 'M', '𞤮'), + (0x1E90D, 'M', '𞤯'), + (0x1E90E, 'M', '𞤰'), + (0x1E90F, 'M', '𞤱'), + (0x1E910, 'M', '𞤲'), + (0x1E911, 'M', '𞤳'), + (0x1E912, 'M', '𞤴'), + (0x1E913, 'M', '𞤵'), + (0x1E914, 'M', '𞤶'), + (0x1E915, 'M', '𞤷'), + (0x1E916, 'M', '𞤸'), + (0x1E917, 'M', '𞤹'), + (0x1E918, 'M', '𞤺'), + (0x1E919, 'M', '𞤻'), + (0x1E91A, 'M', '𞤼'), + (0x1E91B, 'M', '𞤽'), + (0x1E91C, 'M', '𞤾'), + (0x1E91D, 'M', '𞤿'), + (0x1E91E, 'M', '𞥀'), + (0x1E91F, 'M', '𞥁'), + (0x1E920, 'M', '𞥂'), + (0x1E921, 'M', '𞥃'), + (0x1E922, 'V'), + (0x1E94C, 'X'), + (0x1E950, 'V'), + (0x1E95A, 'X'), + (0x1E95E, 'V'), + (0x1E960, 'X'), + (0x1EC71, 'V'), + (0x1ECB5, 'X'), + (0x1ED01, 'V'), + (0x1ED3E, 'X'), + (0x1EE00, 'M', 'ا'), + (0x1EE01, 'M', 'ب'), + (0x1EE02, 'M', 'ج'), + (0x1EE03, 'M', 'د'), + (0x1EE04, 'X'), + (0x1EE05, 'M', 'و'), + (0x1EE06, 'M', 'ز'), + (0x1EE07, 'M', 'ح'), + (0x1EE08, 'M', 'ط'), + (0x1EE09, 'M', 'ي'), + (0x1EE0A, 'M', 'ك'), + (0x1EE0B, 'M', 'ل'), + (0x1EE0C, 'M', 'م'), + (0x1EE0D, 'M', 'ن'), + (0x1EE0E, 'M', 'س'), + (0x1EE0F, 'M', 'ع'), + (0x1EE10, 'M', 'ف'), + (0x1EE11, 'M', 'ص'), + (0x1EE12, 'M', 'ق'), + (0x1EE13, 'M', 'ر'), + (0x1EE14, 'M', 'ش'), + (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'), + ] + +def _seg_73() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EE4B, 'M', 'ل'), + (0x1EE4C, 'X'), + (0x1EE4D, 'M', 'ن'), + (0x1EE4E, 'M', 'س'), + (0x1EE4F, 'M', 'ع'), + (0x1EE50, 'X'), + (0x1EE51, 'M', 'ص'), + (0x1EE52, 'M', 'ق'), + (0x1EE53, 'X'), + (0x1EE54, 'M', 'ش'), + (0x1EE55, 'X'), + (0x1EE57, 'M', 'خ'), + (0x1EE58, 'X'), + (0x1EE59, 'M', 'ض'), + (0x1EE5A, 'X'), + (0x1EE5B, 'M', 'غ'), + (0x1EE5C, 'X'), + (0x1EE5D, 'M', 'ں'), + (0x1EE5E, 'X'), + (0x1EE5F, 'M', 'ٯ'), + (0x1EE60, 'X'), + (0x1EE61, 'M', 'ب'), + (0x1EE62, 'M', 'ج'), + (0x1EE63, 'X'), + (0x1EE64, 'M', 'ه'), + (0x1EE65, 'X'), + (0x1EE67, 'M', 'ح'), + (0x1EE68, 'M', 'ط'), + (0x1EE69, 'M', 'ي'), + (0x1EE6A, 'M', 'ك'), + (0x1EE6B, 'X'), + (0x1EE6C, 'M', 'م'), + (0x1EE6D, 'M', 'ن'), + (0x1EE6E, 'M', 'س'), + (0x1EE6F, 'M', 'ع'), + (0x1EE70, 'M', 'ف'), + (0x1EE71, 'M', 'ص'), + (0x1EE72, 'M', 'ق'), + (0x1EE73, 'X'), + (0x1EE74, 'M', 'ش'), + (0x1EE75, 'M', 'ت'), + (0x1EE76, 'M', 'ث'), + (0x1EE77, 'M', 'خ'), + (0x1EE78, 'X'), + (0x1EE79, 'M', 'ض'), + (0x1EE7A, 'M', 'ظ'), + (0x1EE7B, 'M', 'غ'), + (0x1EE7C, 'M', 'ٮ'), + (0x1EE7D, 'X'), + (0x1EE7E, 'M', 'ڡ'), + (0x1EE7F, 'X'), + (0x1EE80, 'M', 'ا'), + (0x1EE81, 'M', 'ب'), + (0x1EE82, 'M', 'ج'), + (0x1EE83, 'M', 'د'), + (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', 'ش'), + ] + +def _seg_74() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1EEB5, 'M', 'ت'), + (0x1EEB6, 'M', 'ث'), + (0x1EEB7, 'M', 'خ'), + (0x1EEB8, 'M', 'ذ'), + (0x1EEB9, 'M', 'ض'), + (0x1EEBA, 'M', 'ظ'), + (0x1EEBB, 'M', 'غ'), + (0x1EEBC, 'X'), + (0x1EEF0, 'V'), + (0x1EEF2, 'X'), + (0x1F000, 'V'), + (0x1F02C, 'X'), + (0x1F030, 'V'), + (0x1F094, 'X'), + (0x1F0A0, 'V'), + (0x1F0AF, 'X'), + (0x1F0B1, 'V'), + (0x1F0C0, 'X'), + (0x1F0C1, 'V'), + (0x1F0D0, 'X'), + (0x1F0D1, 'V'), + (0x1F0F6, 'X'), + (0x1F101, '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'), + ] + +def _seg_75() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1F16C, 'M', 'mr'), + (0x1F16D, 'V'), + (0x1F190, 'M', 'dj'), + (0x1F191, 'V'), + (0x1F1AE, 'X'), + (0x1F1E6, 'V'), + (0x1F200, 'M', 'ほか'), + (0x1F201, 'M', 'ココ'), + (0x1F202, 'M', 'サ'), + (0x1F203, 'X'), + (0x1F210, 'M', '手'), + (0x1F211, 'M', '字'), + (0x1F212, 'M', '双'), + (0x1F213, 'M', 'デ'), + (0x1F214, 'M', '二'), + (0x1F215, 'M', '多'), + (0x1F216, 'M', '解'), + (0x1F217, 'M', '天'), + (0x1F218, 'M', '交'), + (0x1F219, 'M', '映'), + (0x1F21A, 'M', '無'), + (0x1F21B, 'M', '料'), + (0x1F21C, 'M', '前'), + (0x1F21D, 'M', '後'), + (0x1F21E, 'M', '再'), + (0x1F21F, 'M', '新'), + (0x1F220, 'M', '初'), + (0x1F221, 'M', '終'), + (0x1F222, 'M', '生'), + (0x1F223, 'M', '販'), + (0x1F224, 'M', '声'), + (0x1F225, 'M', '吹'), + (0x1F226, 'M', '演'), + (0x1F227, 'M', '投'), + (0x1F228, 'M', '捕'), + (0x1F229, 'M', '一'), + (0x1F22A, 'M', '三'), + (0x1F22B, 'M', '遊'), + (0x1F22C, 'M', '左'), + (0x1F22D, 'M', '中'), + (0x1F22E, 'M', '右'), + (0x1F22F, 'M', '指'), + (0x1F230, 'M', '走'), + (0x1F231, 'M', '打'), + (0x1F232, 'M', '禁'), + (0x1F233, 'M', '空'), + (0x1F234, 'M', '合'), + (0x1F235, 'M', '満'), + (0x1F236, 'M', '有'), + (0x1F237, 'M', '月'), + (0x1F238, 'M', '申'), + (0x1F239, 'M', '割'), + (0x1F23A, 'M', '営'), + (0x1F23B, 'M', '配'), + (0x1F23C, 'X'), + (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'), + ] + +def _seg_76() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x1FA70, 'V'), + (0x1FA7D, 'X'), + (0x1FA80, 'V'), + (0x1FA89, 'X'), + (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'), + (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', '呈'), + ] + +def _seg_77() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F83F, 'M', '周'), + (0x2F840, 'M', '咢'), + (0x2F841, 'M', '哶'), + (0x2F842, 'M', '唐'), + (0x2F843, 'M', '啓'), + (0x2F844, 'M', '啣'), + (0x2F845, 'M', '善'), + (0x2F847, 'M', '喙'), + (0x2F848, 'M', '喫'), + (0x2F849, 'M', '喳'), + (0x2F84A, 'M', '嗂'), + (0x2F84B, 'M', '圖'), + (0x2F84C, 'M', '嘆'), + (0x2F84D, 'M', '圗'), + (0x2F84E, 'M', '噑'), + (0x2F84F, 'M', '噴'), + (0x2F850, 'M', '切'), + (0x2F851, 'M', '壮'), + (0x2F852, 'M', '城'), + (0x2F853, 'M', '埴'), + (0x2F854, 'M', '堍'), + (0x2F855, 'M', '型'), + (0x2F856, 'M', '堲'), + (0x2F857, 'M', '報'), + (0x2F858, 'M', '墬'), + (0x2F859, 'M', '𡓤'), + (0x2F85A, 'M', '売'), + (0x2F85B, 'M', '壷'), + (0x2F85C, 'M', '夆'), + (0x2F85D, 'M', '多'), + (0x2F85E, 'M', '夢'), + (0x2F85F, 'M', '奢'), + (0x2F860, 'M', '𡚨'), + (0x2F861, 'M', '𡛪'), + (0x2F862, 'M', '姬'), + (0x2F863, 'M', '娛'), + (0x2F864, 'M', '娧'), + (0x2F865, 'M', '姘'), + (0x2F866, 'M', '婦'), + (0x2F867, 'M', '㛮'), + (0x2F868, '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', '慈'), + ] + +def _seg_78() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F8A7, 'M', '慌'), + (0x2F8A8, 'M', '慎'), + (0x2F8A9, 'M', '慌'), + (0x2F8AA, 'M', '慺'), + (0x2F8AB, 'M', '憎'), + (0x2F8AC, 'M', '憲'), + (0x2F8AD, 'M', '憤'), + (0x2F8AE, 'M', '憯'), + (0x2F8AF, 'M', '懞'), + (0x2F8B0, 'M', '懲'), + (0x2F8B1, 'M', '懶'), + (0x2F8B2, 'M', '成'), + (0x2F8B3, 'M', '戛'), + (0x2F8B4, 'M', '扝'), + (0x2F8B5, 'M', '抱'), + (0x2F8B6, 'M', '拔'), + (0x2F8B7, 'M', '捐'), + (0x2F8B8, 'M', '𢬌'), + (0x2F8B9, 'M', '挽'), + (0x2F8BA, 'M', '拼'), + (0x2F8BB, 'M', '捨'), + (0x2F8BC, 'M', '掃'), + (0x2F8BD, 'M', '揤'), + (0x2F8BE, 'M', '𢯱'), + (0x2F8BF, 'M', '搢'), + (0x2F8C0, 'M', '揅'), + (0x2F8C1, 'M', '掩'), + (0x2F8C2, 'M', '㨮'), + (0x2F8C3, 'M', '摩'), + (0x2F8C4, 'M', '摾'), + (0x2F8C5, 'M', '撝'), + (0x2F8C6, 'M', '摷'), + (0x2F8C7, 'M', '㩬'), + (0x2F8C8, 'M', '敏'), + (0x2F8C9, 'M', '敬'), + (0x2F8CA, 'M', '𣀊'), + (0x2F8CB, 'M', '旣'), + (0x2F8CC, 'M', '書'), + (0x2F8CD, 'M', '晉'), + (0x2F8CE, 'M', '㬙'), + (0x2F8CF, 'M', '暑'), + (0x2F8D0, 'M', '㬈'), + (0x2F8D1, 'M', '㫤'), + (0x2F8D2, 'M', '冒'), + (0x2F8D3, 'M', '冕'), + (0x2F8D4, 'M', '最'), + (0x2F8D5, 'M', '暜'), + (0x2F8D6, 'M', '肭'), + (0x2F8D7, 'M', '䏙'), + (0x2F8D8, 'M', '朗'), + (0x2F8D9, 'M', '望'), + (0x2F8DA, 'M', '朡'), + (0x2F8DB, 'M', '杞'), + (0x2F8DC, 'M', '杓'), + (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', '㴳'), + ] + +def _seg_79() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F90B, 'M', '滋'), + (0x2F90C, 'M', '滇'), + (0x2F90D, 'M', '𣻑'), + (0x2F90E, 'M', '淹'), + (0x2F90F, 'M', '潮'), + (0x2F910, 'M', '𣽞'), + (0x2F911, 'M', '𣾎'), + (0x2F912, 'M', '濆'), + (0x2F913, 'M', '瀹'), + (0x2F914, 'M', '瀞'), + (0x2F915, 'M', '瀛'), + (0x2F916, 'M', '㶖'), + (0x2F917, 'M', '灊'), + (0x2F918, 'M', '災'), + (0x2F919, 'M', '灷'), + (0x2F91A, 'M', '炭'), + (0x2F91B, 'M', '𠔥'), + (0x2F91C, 'M', '煅'), + (0x2F91D, 'M', '𤉣'), + (0x2F91E, 'M', '熜'), + (0x2F91F, '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', '䌴'), + ] + +def _seg_80() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F972, 'M', '𦈨'), + (0x2F973, 'M', '𦉇'), + (0x2F974, 'M', '䍙'), + (0x2F975, 'M', '𦋙'), + (0x2F976, 'M', '罺'), + (0x2F977, 'M', '𦌾'), + (0x2F978, 'M', '羕'), + (0x2F979, 'M', '翺'), + (0x2F97A, 'M', '者'), + (0x2F97B, 'M', '𦓚'), + (0x2F97C, 'M', '𦔣'), + (0x2F97D, 'M', '聠'), + (0x2F97E, 'M', '𦖨'), + (0x2F97F, 'M', '聰'), + (0x2F980, 'M', '𣍟'), + (0x2F981, 'M', '䏕'), + (0x2F982, 'M', '育'), + (0x2F983, 'M', '脃'), + (0x2F984, 'M', '䐋'), + (0x2F985, 'M', '脾'), + (0x2F986, 'M', '媵'), + (0x2F987, 'M', '𦞧'), + (0x2F988, 'M', '𦞵'), + (0x2F989, 'M', '𣎓'), + (0x2F98A, 'M', '𣎜'), + (0x2F98B, 'M', '舁'), + (0x2F98C, 'M', '舄'), + (0x2F98D, 'M', '辞'), + (0x2F98E, 'M', '䑫'), + (0x2F98F, 'M', '芑'), + (0x2F990, 'M', '芋'), + (0x2F991, 'M', '芝'), + (0x2F992, 'M', '劳'), + (0x2F993, 'M', '花'), + (0x2F994, 'M', '芳'), + (0x2F995, 'M', '芽'), + (0x2F996, 'M', '苦'), + (0x2F997, 'M', '𦬼'), + (0x2F998, 'M', '若'), + (0x2F999, 'M', '茝'), + (0x2F99A, 'M', '荣'), + (0x2F99B, 'M', '莭'), + (0x2F99C, 'M', '茣'), + (0x2F99D, 'M', '莽'), + (0x2F99E, 'M', '菧'), + (0x2F99F, 'M', '著'), + (0x2F9A0, 'M', '荓'), + (0x2F9A1, 'M', '菊'), + (0x2F9A2, 'M', '菌'), + (0x2F9A3, 'M', '菜'), + (0x2F9A4, 'M', '𦰶'), + (0x2F9A5, 'M', '𦵫'), + (0x2F9A6, 'M', '𦳕'), + (0x2F9A7, 'M', '䔫'), + (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', '賁'), + ] + +def _seg_81() -> List[Union[Tuple[int, str], Tuple[int, str, str]]]: + return [ + (0x2F9D6, 'M', '贛'), + (0x2F9D7, 'M', '起'), + (0x2F9D8, 'M', '𧼯'), + (0x2F9D9, 'M', '𠠄'), + (0x2F9DA, 'M', '跋'), + (0x2F9DB, 'M', '趼'), + (0x2F9DC, 'M', '跰'), + (0x2F9DD, 'M', '𠣞'), + (0x2F9DE, 'M', '軔'), + (0x2F9DF, 'M', '輸'), + (0x2F9E0, 'M', '𨗒'), + (0x2F9E1, 'M', '𨗭'), + (0x2F9E2, 'M', '邔'), + (0x2F9E3, 'M', '郱'), + (0x2F9E4, 'M', '鄑'), + (0x2F9E5, 'M', '𨜮'), + (0x2F9E6, 'M', '鄛'), + (0x2F9E7, 'M', '鈸'), + (0x2F9E8, 'M', '鋗'), + (0x2F9E9, 'M', '鋘'), + (0x2F9EA, 'M', '鉼'), + (0x2F9EB, 'M', '鏹'), + (0x2F9EC, 'M', '鐕'), + (0x2F9ED, 'M', '𨯺'), + (0x2F9EE, 'M', '開'), + (0x2F9EF, 'M', '䦕'), + (0x2F9F0, 'M', '閷'), + (0x2F9F1, 'M', '𨵷'), + (0x2F9F2, 'M', '䧦'), + (0x2F9F3, 'M', '雃'), + (0x2F9F4, 'M', '嶲'), + (0x2F9F5, 'M', '霣'), + (0x2F9F6, 'M', '𩅅'), + (0x2F9F7, 'M', '𩈚'), + (0x2F9F8, 'M', '䩮'), + (0x2F9F9, 'M', '䩶'), + (0x2F9FA, 'M', '韠'), + (0x2F9FB, 'M', '𩐊'), + (0x2F9FC, 'M', '䪲'), + (0x2F9FD, 'M', '𩒖'), + (0x2F9FE, 'M', '頋'), + (0x2FA00, 'M', '頩'), + (0x2FA01, 'M', '𩖶'), + (0x2FA02, 'M', '飢'), + (0x2FA03, 'M', '䬳'), + (0x2FA04, 'M', '餩'), + (0x2FA05, 'M', '馧'), + (0x2FA06, 'M', '駂'), + (0x2FA07, 'M', '駾'), + (0x2FA08, 'M', '䯎'), + (0x2FA09, 'M', '𩬰'), + (0x2FA0A, 'M', '鬒'), + (0x2FA0B, 'M', '鱀'), + (0x2FA0C, 'M', '鳽'), + (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/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py new file mode 100644 index 0000000..1300b86 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py @@ -0,0 +1,57 @@ +# coding: utf-8 +from .exceptions import * +from .ext import ExtType, Timestamp + +import os +import sys + + +version = (1, 0, 5) +__version__ = "1.0.5" + + +if os.environ.get("MSGPACK_PUREPYTHON") or sys.version_info[0] == 2: + from .fallback import Packer, unpackb, Unpacker +else: + try: + from ._cmsgpack import Packer, unpackb, Unpacker + except ImportError: + from .fallback import Packer, unpackb, Unpacker + + +def pack(o, stream, **kwargs): + """ + Pack object `o` and write it to `stream` + + See :class:`Packer` for options. + """ + packer = Packer(**kwargs) + stream.write(packer.pack(o)) + + +def packb(o, **kwargs): + """ + Pack object `o` and return packed bytes + + See :class:`Packer` for options. + """ + return Packer(**kwargs).pack(o) + + +def unpack(stream, **kwargs): + """ + Unpack an object from `stream`. + + Raises `ExtraData` when `stream` contains extra bytes. + See :class:`Unpacker` for options. + """ + data = stream.read() + return unpackb(data, **kwargs) + + +# alias for compatibility to simplejson/marshal/pickle. +load = unpack +loads = unpackb + +dump = pack +dumps = packb diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9011a4861036d01de8132fee5f1e804ba349f470 GIT binary patch literal 1832 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 F|3B#V(l`JB literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py new file mode 100644 index 0000000..d6d2615 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py @@ -0,0 +1,48 @@ +class UnpackException(Exception): + """Base class for some exceptions raised while unpacking. + + NOTE: unpack may raise exception other than subclass of + UnpackException. If you want to catch all error, catch + Exception instead. + """ + + +class BufferFull(UnpackException): + pass + + +class OutOfData(UnpackException): + pass + + +class FormatError(ValueError, UnpackException): + """Invalid msgpack format""" + + +class StackError(ValueError, UnpackException): + """Too nested""" + + +# Deprecated. Use ValueError instead +UnpackValueError = ValueError + + +class ExtraData(UnpackValueError): + """ExtraData is raised when there is trailing data. + + This exception is raised while only one-shot (not streaming) + unpack. + """ + + def __init__(self, unpacked, extra): + self.unpacked = unpacked + self.extra = extra + + def __str__(self): + return "unpack(b) received extra data." + + +# Deprecated. Use Exception instead to catch all exception during packing. +PackException = Exception +PackValueError = ValueError +PackOverflowError = OverflowError diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py new file mode 100644 index 0000000..23e0d6b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py @@ -0,0 +1,193 @@ +# coding: utf-8 +from collections import namedtuple +import datetime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 + +if PY2: + int_types = (int, long) + _utc = None +else: + int_types = int + try: + _utc = datetime.timezone.utc + except AttributeError: + _utc = datetime.timezone(datetime.timedelta(0)) + + +class ExtType(namedtuple("ExtType", "code data")): + """ExtType represents ext type in msgpack.""" + + def __new__(cls, code, data): + if not isinstance(code, int): + raise TypeError("code must be int") + if not isinstance(data, bytes): + raise TypeError("data must be bytes") + if not 0 <= code <= 127: + raise ValueError("code must be 0~127") + return super(ExtType, cls).__new__(cls, code, data) + + +class Timestamp(object): + """Timestamp represents the Timestamp extension type in msgpack. + + When built with Cython, msgpack uses C methods to pack and unpack `Timestamp`. When using pure-Python + msgpack, :func:`to_bytes` and :func:`from_bytes` are used to pack and unpack `Timestamp`. + + This class is immutable: Do not override seconds and nanoseconds. + """ + + __slots__ = ["seconds", "nanoseconds"] + + def __init__(self, seconds, nanoseconds=0): + """Initialize a Timestamp object. + + :param int seconds: + Number of seconds since the UNIX epoch (00:00:00 UTC Jan 1 1970, minus leap seconds). + May be negative. + + :param int nanoseconds: + Number of nanoseconds to add to `seconds` to get fractional time. + Maximum is 999_999_999. Default is 0. + + Note: Negative times (before the UNIX epoch) are represented as negative seconds + positive ns. + """ + if not isinstance(seconds, int_types): + raise TypeError("seconds must be an integer") + if not isinstance(nanoseconds, int_types): + raise TypeError("nanoseconds must be an integer") + if not (0 <= nanoseconds < 10**9): + raise ValueError( + "nanoseconds must be a non-negative integer less than 999999999." + ) + self.seconds = seconds + self.nanoseconds = nanoseconds + + def __repr__(self): + """String representation of Timestamp.""" + return "Timestamp(seconds={0}, nanoseconds={1})".format( + self.seconds, self.nanoseconds + ) + + def __eq__(self, other): + """Check for equality with another Timestamp object""" + if type(other) is self.__class__: + return ( + self.seconds == other.seconds and self.nanoseconds == other.nanoseconds + ) + return False + + def __ne__(self, other): + """not-equals method (see :func:`__eq__()`)""" + return not self.__eq__(other) + + def __hash__(self): + return hash((self.seconds, self.nanoseconds)) + + @staticmethod + def from_bytes(b): + """Unpack bytes into a `Timestamp` object. + + Used for pure-Python msgpack unpacking. + + :param b: Payload from msgpack ext message with code -1 + :type b: bytes + + :returns: Timestamp object unpacked from msgpack ext payload + :rtype: Timestamp + """ + if len(b) == 4: + seconds = struct.unpack("!L", b)[0] + nanoseconds = 0 + elif len(b) == 8: + data64 = struct.unpack("!Q", b)[0] + seconds = data64 & 0x00000003FFFFFFFF + nanoseconds = data64 >> 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. + + Python 2 is not supported. + + :rtype: datetime. + """ + return datetime.datetime.fromtimestamp(0, _utc) + datetime.timedelta( + seconds=self.to_unix() + ) + + @staticmethod + def from_datetime(dt): + """Create a Timestamp from datetime with tzinfo. + + Python 2 is not supported. + + :rtype: Timestamp + """ + return Timestamp.from_unix(dt.timestamp()) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py new file mode 100644 index 0000000..e8cebc1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py @@ -0,0 +1,1010 @@ +"""Fallback pure Python implementation of msgpack""" +from datetime import datetime as _DateTime +import sys +import struct + + +PY2 = sys.version_info[0] == 2 +if PY2: + int_types = (int, long) + + def dict_iteritems(d): + return d.iteritems() + +else: + int_types = int + unicode = str + xrange = range + + def dict_iteritems(d): + return d.items() + + +if sys.version_info < (3, 5): + # Ugly hack... + RecursionError = RuntimeError + + def _is_recursionerror(e): + return ( + len(e.args) == 1 + and isinstance(e.args[0], str) + and e.args[0].startswith("maximum recursion depth exceeded") + ) + +else: + + def _is_recursionerror(e): + return True + + +if hasattr(sys, "pypy_version_info"): + # StringIO is slow on PyPy, StringIO is faster. However: PyPy's own + # StringBuilder is fastest. + from __pypy__ import newlist_hint + + try: + from __pypy__.builders import BytesBuilder as StringBuilder + except ImportError: + from __pypy__.builders import StringBuilder + USING_STRINGBUILDER = True + + class StringIO(object): + def __init__(self, s=b""): + if s: + self.builder = StringBuilder(len(s)) + self.builder.append(s) + else: + self.builder = StringBuilder() + + def write(self, s): + if isinstance(s, memoryview): + s = s.tobytes() + elif isinstance(s, bytearray): + s = bytes(s) + self.builder.append(s) + + def getvalue(self): + return self.builder.build() + +else: + USING_STRINGBUILDER = False + from io import BytesIO as StringIO + + newlist_hint = lambda size: [] + + +from .exceptions import BufferFull, OutOfData, ExtraData, FormatError, StackError + +from .ext import ExtType, Timestamp + + +EX_SKIP = 0 +EX_CONSTRUCT = 1 +EX_READ_ARRAY_HEADER = 2 +EX_READ_MAP_HEADER = 3 + +TYPE_IMMEDIATE = 0 +TYPE_ARRAY = 1 +TYPE_MAP = 2 +TYPE_RAW = 3 +TYPE_BIN = 4 +TYPE_EXT = 5 + +DEFAULT_RECURSE_LIMIT = 511 + + +def _check_type_strict(obj, t, type=type, tuple=tuple): + if type(t) is tuple: + return type(obj) in t + else: + return type(obj) is t + + +def _get_data_from_buffer(obj): + view = memoryview(obj) + if view.itemsize != 1: + raise ValueError("cannot unpack from multi-byte object") + return view + + +def unpackb(packed, **kwargs): + """ + Unpack an object from `packed`. + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``ValueError`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + + See :class:`Unpacker` for options. + """ + unpacker = Unpacker(None, max_buffer_size=len(packed), **kwargs) + unpacker.feed(packed) + try: + ret = unpacker._unpack() + except OutOfData: + raise ValueError("Unpack failed: incomplete input") + except RecursionError as e: + if _is_recursionerror(e): + raise StackError + raise + if unpacker._got_extradata(): + raise ExtraData(ret, unpacker._get_extradata()) + return ret + + +if sys.version_info < (2, 7, 6): + + def _unpack_from(f, b, o=0): + """Explicit type cast for legacy struct.unpack_from""" + return struct.unpack_from(f, bytes(b), o) + +else: + _unpack_from = struct.unpack_from + +_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(object): + """Streaming unpacker. + + Arguments: + + :param file_like: + File-like object having `.read(n)` method. + If specified, unpacker reads serialized data from it and :meth:`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). Python 2 is not supported. + + :param bool strict_map_key: + If true (default), only str or bytes are accepted for map (dict) keys. + + :param callable object_hook: + When specified, it should be callable. + Unpacker calls it with a dict argument after unpacking msgpack map. + (See also simplejson) + + :param callable object_pairs_hook: + When specified, it should be callable. + Unpacker calls it with a list of key-value pairs after unpacking msgpack map. + (See also simplejson) + + :param str unicode_errors: + The error handler for decoding unicode. (default: 'strict') + This option should be used only when you have msgpack data which + contains invalid UTF-8 string. + + :param int max_buffer_size: + Limits size of data waiting unpacked. 0 means 2**32-1. + The default value is 100*1024*1024 (100MiB). + Raises `BufferFull` exception when it is insufficient. + You should set this parameter when unpacking data from untrusted source. + + :param int max_str_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of str. (default: max_buffer_size) + + :param int max_bin_len: + Deprecated, use *max_buffer_size* instead. + Limits max length of bin. (default: max_buffer_size) + + :param int max_array_len: + Limits max length of array. + (default: max_buffer_size) + + :param int max_map_len: + Limits max length of map. + (default: max_buffer_size//2) + + :param int max_ext_len: + Deprecated, use *max_buffer_size* instead. + Limits max size of ext type. (default: max_buffer_size) + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + file_like=None, + read_size=0, + use_list=True, + raw=False, + timestamp=0, + strict_map_key=True, + object_hook=None, + object_pairs_hook=None, + list_hook=None, + unicode_errors=None, + max_buffer_size=100 * 1024 * 1024, + ext_hook=ExtType, + max_str_len=-1, + max_bin_len=-1, + max_array_len=-1, + max_map_len=-1, + max_ext_len=-1, + ): + if unicode_errors is None: + unicode_errors = "strict" + + if file_like is None: + self._feeding = True + else: + if not callable(file_like.read): + raise TypeError("`file_like.read` must be callable") + self.file_like = file_like + self._feeding = False + + #: array of bytes fed. + self._buffer = bytearray() + #: Which position we currently reads + self._buff_i = 0 + + # When Unpacker is used as an iterable, between the calls to next(), + # the buffer is not "consumed" completely, for efficiency sake. + # Instead, it is done sloppily. To make sure we raise BufferFull at + # the correct moments, we have to keep track of how sloppy we were. + # Furthermore, when the buffer is incomplete (that is: in the case + # we raise an OutOfData) we need to rollback the buffer to the correct + # state, which _buf_checkpoint records. + self._buf_checkpoint = 0 + + if not max_buffer_size: + max_buffer_size = 2**31 - 1 + if max_str_len == -1: + max_str_len = max_buffer_size + if max_bin_len == -1: + max_bin_len = max_buffer_size + if max_array_len == -1: + max_array_len = max_buffer_size + if max_map_len == -1: + max_map_len = max_buffer_size // 2 + if max_ext_len == -1: + max_ext_len = max_buffer_size + + self._max_buffer_size = max_buffer_size + if read_size > self._max_buffer_size: + raise ValueError("read_size must be smaller than max_buffer_size") + self._read_size = read_size or min(self._max_buffer_size, 16 * 1024) + self._raw = bool(raw) + self._strict_map_key = bool(strict_map_key) + self._unicode_errors = unicode_errors + self._use_list = use_list + if not (0 <= timestamp <= 3): + raise ValueError("timestamp must be 0..3") + self._timestamp = timestamp + self._list_hook = list_hook + self._object_hook = object_hook + self._object_pairs_hook = object_pairs_hook + self._ext_hook = ext_hook + self._max_str_len = max_str_len + self._max_bin_len = max_bin_len + self._max_array_len = max_array_len + self._max_map_len = max_map_len + self._max_ext_len = max_ext_len + self._stream_offset = 0 + + if list_hook is not None and not callable(list_hook): + raise TypeError("`list_hook` is not callable") + if object_hook is not None and not callable(object_hook): + raise TypeError("`object_hook` is not callable") + if object_pairs_hook is not None and not callable(object_pairs_hook): + raise TypeError("`object_pairs_hook` is not callable") + if object_hook is not None and object_pairs_hook is not None: + raise TypeError( + "object_pairs_hook and object_hook are mutually " "exclusive" + ) + if not callable(ext_hook): + raise TypeError("`ext_hook` is not callable") + + def feed(self, next_bytes): + assert self._feeding + view = _get_data_from_buffer(next_bytes) + if len(self._buffer) - self._buff_i + len(view) > self._max_buffer_size: + raise BufferFull + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Use extend here: INPLACE_ADD += doesn't reliably typecast memoryview in jython + self._buffer.extend(view) + + def _consume(self): + """Gets rid of the used parts of the buffer.""" + self._stream_offset += self._buff_i - self._buf_checkpoint + self._buf_checkpoint = self._buff_i + + def _got_extradata(self): + return self._buff_i < len(self._buffer) + + def _get_extradata(self): + return self._buffer[self._buff_i :] + + def read_bytes(self, n): + ret = self._read(n, raise_outofdata=False) + self._consume() + return ret + + def _read(self, n, raise_outofdata=True): + # (int) -> bytearray + self._reserve(n, raise_outofdata=raise_outofdata) + i = self._buff_i + ret = self._buffer[i : i + n] + self._buff_i = i + len(ret) + return ret + + def _reserve(self, n, raise_outofdata=True): + remain_bytes = len(self._buffer) - self._buff_i - n + + # Fast path: buffer has n bytes already + if remain_bytes >= 0: + return + + if self._feeding: + self._buff_i = self._buf_checkpoint + raise OutOfData + + # Strip buffer before checkpoint before reading file. + if self._buf_checkpoint > 0: + del self._buffer[: self._buf_checkpoint] + self._buff_i -= self._buf_checkpoint + self._buf_checkpoint = 0 + + # Read from file + remain_bytes = -remain_bytes + if remain_bytes + len(self._buffer) > self._max_buffer_size: + raise BufferFull + while remain_bytes > 0: + to_read_bytes = max(self._read_size, remain_bytes) + read_data = self.file_like.read(to_read_bytes) + if not read_data: + break + assert isinstance(read_data, bytes) + self._buffer += read_data + remain_bytes -= len(read_data) + + if len(self._buffer) < n + self._buff_i and raise_outofdata: + self._buff_i = 0 # rollback + raise OutOfData + + def _read_header(self): + typ = TYPE_IMMEDIATE + n = 0 + obj = None + self._reserve(1) + b = self._buffer[self._buff_i] + self._buff_i += 1 + if b & 0b10000000 == 0: + obj = b + elif b & 0b11100000 == 0b11100000: + obj = -1 - (b ^ 0xFF) + elif b & 0b11100000 == 0b10100000: + n = b & 0b00011111 + typ = TYPE_RAW + if n > self._max_str_len: + raise ValueError("%s exceeds max_str_len(%s)" % (n, 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( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif b & 0b11110000 == 0b10000000: + n = b & 0b00001111 + typ = TYPE_MAP + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, 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 = _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("%s exceeds max_bin_len(%s)" % (n, self._max_bin_len)) + obj = self._read(n) + elif 0xC7 <= b <= 0xC9: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + L, n = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if L > self._max_ext_len: + raise ValueError("%s exceeds max_ext_len(%s)" % (L, 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 = _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( + "%s exceeds max_ext_len(%s)" % (size, self._max_ext_len) + ) + self._reserve(size + 1) + n, obj = _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,) = _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("%s exceeds max_str_len(%s)" % (n, self._max_str_len)) + obj = self._read(n) + elif 0xDC <= b <= 0xDD: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_array_len: + raise ValueError( + "%s exceeds max_array_len(%s)" % (n, self._max_array_len) + ) + elif 0xDE <= b <= 0xDF: + size, fmt, typ = _MSGPACK_HEADERS[b] + self._reserve(size) + (n,) = _unpack_from(fmt, self._buffer, self._buff_i) + self._buff_i += size + if n > self._max_map_len: + raise ValueError("%s exceeds max_map_len(%s)" % (n, 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 xrange(n): + # TODO check whether we need to call `list_hook` + self._unpack(EX_SKIP) + return + ret = newlist_hint(n) + for i in xrange(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 xrange(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 xrange(n) + ) + else: + ret = {} + for _ in xrange(n): + key = self._unpack(EX_CONSTRUCT) + if self._strict_map_key and type(key) not in (unicode, bytes): + raise ValueError( + "%s is not allowed for map key" % str(type(key)) + ) + if not PY2 and type(key) is 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(object): + """ + MessagePack Packer + + Usage:: + + packer = Packer() + astream.write(packer.pack(a)) + astream.write(packer.pack(b)) + + Packer's constructor has some keyword arguments: + + :param callable default: + 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. + (Python 2 is not supported). + + :param str unicode_errors: + The error handler for encoding unicode. (default: 'strict') + DO NOT USE THIS!! This option is kept for very specific usage. + + Example of streaming deserialize from file-like object:: + + unpacker = Unpacker(file_like) + for o in unpacker: + process(o) + + Example of streaming deserialize from socket:: + + unpacker = Unpacker() + while True: + buf = sock.recv(1024**2) + if not buf: + break + unpacker.feed(buf) + for o in unpacker: + process(o) + + Raises ``ExtraData`` when *packed* contains extra bytes. + Raises ``OutOfData`` when *packed* is incomplete. + Raises ``FormatError`` when *packed* is not valid msgpack. + Raises ``StackError`` when *packed* contains too nested. + Other exceptions can be raised during unpacking. + """ + + def __init__( + self, + default=None, + use_single_float=False, + autoreset=True, + use_bin_type=True, + strict_types=False, + datetime=False, + unicode_errors=None, + ): + self._strict_types = strict_types + self._use_float = use_single_float + self._autoreset = autoreset + self._use_bin_type = use_bin_type + self._buffer = StringIO() + if PY2 and datetime: + raise ValueError("datetime is not supported in Python 2") + self._datetime = bool(datetime) + self._unicode_errors = unicode_errors or "strict" + if default is not None: + if not callable(default): + raise TypeError("default must be callable") + self._default = default + + def _pack( + self, + obj, + nest_limit=DEFAULT_RECURSE_LIMIT, + check=isinstance, + check_type_strict=_check_type_strict, + ): + default_used = False + if self._strict_types: + check = check_type_strict + list_types = list + else: + list_types = (list, tuple) + while True: + if nest_limit < 0: + raise ValueError("recursion limit exceeded") + if obj is None: + return self._buffer.write(b"\xc0") + if check(obj, bool): + if obj: + return self._buffer.write(b"\xc3") + return self._buffer.write(b"\xc2") + if check(obj, int_types): + 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, unicode): + 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 xrange(n): + self._pack(obj[i], nest_limit - 1) + return + if check(obj, dict): + return self._pack_map_pairs( + len(obj), dict_iteritems(obj), 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("Cannot serialize %r where tzinfo=None" % (obj,)) + + raise TypeError("Cannot serialize %r" % (obj,)) + + def pack(self, obj): + try: + self._pack(obj) + except: + self._buffer = StringIO() # force reset + raise + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_pairs(self, pairs): + self._pack_map_pairs(len(pairs), pairs) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_array_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_array_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_map_header(self, n): + if n >= 2**32: + raise ValueError + self._pack_map_header(n) + if self._autoreset: + ret = self._buffer.getvalue() + self._buffer = StringIO() + return ret + + def pack_ext_type(self, typecode, data): + if not isinstance(typecode, int): + raise TypeError("typecode must have int type.") + if not 0 <= typecode <= 127: + raise ValueError("typecode should be 0-127") + if not isinstance(data, bytes): + raise TypeError("data must have bytes type") + L = len(data) + if L > 0xFFFFFFFF: + raise ValueError("Too large data") + if L == 1: + self._buffer.write(b"\xd4") + elif L == 2: + self._buffer.write(b"\xd5") + elif L == 4: + self._buffer.write(b"\xd6") + elif L == 8: + self._buffer.write(b"\xd7") + elif L == 16: + self._buffer.write(b"\xd8") + elif L <= 0xFF: + self._buffer.write(b"\xc7" + struct.pack("B", L)) + elif L <= 0xFFFF: + self._buffer.write(b"\xc8" + struct.pack(">H", L)) + else: + self._buffer.write(b"\xc9" + struct.pack(">I", L)) + self._buffer.write(struct.pack("B", typecode)) + self._buffer.write(data) + + def _pack_array_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x90 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDC, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDD, n)) + raise ValueError("Array is too large") + + def _pack_map_header(self, n): + if n <= 0x0F: + return self._buffer.write(struct.pack("B", 0x80 + n)) + if n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xDE, n)) + if n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xDF, n)) + raise ValueError("Dict is too large") + + def _pack_map_pairs(self, n, pairs, nest_limit=DEFAULT_RECURSE_LIMIT): + self._pack_map_header(n) + for (k, v) in pairs: + self._pack(k, nest_limit - 1) + self._pack(v, nest_limit - 1) + + def _pack_raw_header(self, n): + if n <= 0x1F: + self._buffer.write(struct.pack("B", 0xA0 + n)) + elif self._use_bin_type and n <= 0xFF: + self._buffer.write(struct.pack(">BB", 0xD9, n)) + elif n <= 0xFFFF: + self._buffer.write(struct.pack(">BH", 0xDA, n)) + elif n <= 0xFFFFFFFF: + self._buffer.write(struct.pack(">BI", 0xDB, n)) + else: + raise ValueError("Raw is too large") + + def _pack_bin_header(self, n): + if not self._use_bin_type: + return self._pack_raw_header(n) + elif n <= 0xFF: + return self._buffer.write(struct.pack(">BB", 0xC4, n)) + elif n <= 0xFFFF: + return self._buffer.write(struct.pack(">BH", 0xC5, n)) + elif n <= 0xFFFFFFFF: + return self._buffer.write(struct.pack(">BI", 0xC6, n)) + else: + raise ValueError("Bin is too large") + + def bytes(self): + """Return internal buffer contents as bytes object""" + return self._buffer.getvalue() + + def reset(self): + """Reset internal buffer. + + This method is useful only when autoreset=False. + """ + self._buffer = StringIO() + + def getbuffer(self): + """Return view of internal buffer.""" + if USING_STRINGBUILDER or PY2: + return memoryview(self.bytes()) + else: + return self._buffer.getbuffer() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py new file mode 100644 index 0000000..3551bc2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py @@ -0,0 +1,26 @@ +# 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. + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] + +__title__ = "packaging" +__summary__ = "Core utilities for Python packages" +__uri__ = "https://github.com/pypa/packaging" + +__version__ = "21.3" + +__author__ = "Donald Stufft and individual contributors" +__email__ = "donald@stufft.io" + +__license__ = "BSD-2-Clause or Apache-2.0" +__copyright__ = "2014-2019 %s" % __author__ diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py new file mode 100644 index 0000000..3c50c5d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py @@ -0,0 +1,25 @@ +# 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 .__about__ import ( + __author__, + __copyright__, + __email__, + __license__, + __summary__, + __title__, + __uri__, + __version__, +) + +__all__ = [ + "__title__", + "__summary__", + "__uri__", + "__version__", + "__author__", + "__email__", + "__license__", + "__copyright__", +] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82a6aded1be3bd2b0b47935f35880834ba0a8543 GIT binary patch literal 631 zcmYL_KX2497{;CZmrJfWZa@fir~(qhfpYGp4Ez%U+8H5r%VIgPFR^gq$aYRjrm*n^ z5G!KitH8u|>U4rHP|>Xu&Yh~hQhxChKYru)`Q>>oF!l5EpY%%)fWMu%DWi9F6`I#q zkOBg}TM-~uWRYIfBmJmP2GM{FqahhZBVtE38Pj1i0w5aK&fJ}kFC2t4)0`r7F+oUG zd5&dmgpE)o+5YRAO2tHBgo_ZabS9)(o0BxhjPE_1CA3go8xNsGl(l4OraN1SlaDxM zMcO<(6_WauW}In8mA?|w|4^HDg}*mZ)jY_wF4YSNQ>L>jUL+!iWnE%;+h!0h7bng9 zOca9x^yk)<`pu@0($r4Dr!?=TE@B>^Kg6kM& zBByYbO00qeL(X%=aU5u>bSKOjau%EMx(H4d%MdE2X>gMTELjQBnifRJ+wq~fO)M%C z?V_x&$FFihDo$U^JLZ>`dDKgT%f4k<|6FI%YwgQ>z`Nf%n`ziiHg3?`+v(kQvh|*| a?&jdAb+*&TW@C2r?eO>P$tO>G=KOz?#=(pL literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f0561b335ffbeca98627bc0b9a45dc47e513651 GIT binary patch literal 467 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 l$CiqRRzsyGN|h#^4fIj00}cmX;T0I literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36234d1bb1127c044aa4e578778c49a195433c08 GIT binary patch literal 6911 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..37429a8cc3eb5c72e97b76ecba5bd7330d19fd4e GIT binary patch literal 14059 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d25477b4d8e158cdc4a10873d6d167c78e204fa6 GIT binary patch literal 6947 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48a5145d3729debee0459e2e4c14c13db5781b40 GIT binary patch literal 31248 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9a127a040bdaca8eed443765efbba8945ede540 GIT binary patch literal 18957 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b40e3d641fb19c6ac1b8ac01ba69309960c250ef GIT binary patch literal 19940 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 fY^Kc4_;8{t?QBn*I<6Dz!tdH#O@G7f}j literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..4c379aa --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py @@ -0,0 +1,301 @@ +import collections +import functools +import os +import re +import struct +import sys +import warnings +from typing import IO, Dict, Iterator, NamedTuple, Optional, Tuple + + +# Python does not provide platform information at sufficient granularity to +# identify the architecture of the running executable in some cases, so we +# determine it dynamically by reading the information from the running +# process. This only applies on Linux, which uses the ELF format. +class _ELFFileHeader: + # https://en.wikipedia.org/wiki/Executable_and_Linkable_Format#File_header + class _InvalidELFFileHeader(ValueError): + """ + An invalid ELF file header was found. + """ + + ELF_MAGIC_NUMBER = 0x7F454C46 + ELFCLASS32 = 1 + ELFCLASS64 = 2 + ELFDATA2LSB = 1 + ELFDATA2MSB = 2 + EM_386 = 3 + EM_S390 = 22 + EM_ARM = 40 + EM_X86_64 = 62 + EF_ARM_ABIMASK = 0xFF000000 + EF_ARM_ABI_VER5 = 0x05000000 + EF_ARM_ABI_FLOAT_HARD = 0x00000400 + + def __init__(self, file: IO[bytes]) -> None: + def unpack(fmt: str) -> int: + try: + data = file.read(struct.calcsize(fmt)) + result: Tuple[int, ...] = struct.unpack(fmt, data) + except struct.error: + raise _ELFFileHeader._InvalidELFFileHeader() + return result[0] + + self.e_ident_magic = unpack(">I") + if self.e_ident_magic != self.ELF_MAGIC_NUMBER: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_class = unpack("B") + if self.e_ident_class not in {self.ELFCLASS32, self.ELFCLASS64}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_data = unpack("B") + if self.e_ident_data not in {self.ELFDATA2LSB, self.ELFDATA2MSB}: + raise _ELFFileHeader._InvalidELFFileHeader() + self.e_ident_version = unpack("B") + self.e_ident_osabi = unpack("B") + self.e_ident_abiversion = unpack("B") + self.e_ident_pad = file.read(7) + format_h = "H" + format_i = "I" + format_q = "Q" + format_p = format_i if self.e_ident_class == self.ELFCLASS32 else format_q + self.e_type = unpack(format_h) + self.e_machine = unpack(format_h) + self.e_version = unpack(format_i) + self.e_entry = unpack(format_p) + self.e_phoff = unpack(format_p) + self.e_shoff = unpack(format_p) + self.e_flags = unpack(format_i) + self.e_ehsize = unpack(format_h) + self.e_phentsize = unpack(format_h) + self.e_phnum = unpack(format_h) + self.e_shentsize = unpack(format_h) + self.e_shnum = unpack(format_h) + self.e_shstrndx = unpack(format_h) + + +def _get_elf_header() -> Optional[_ELFFileHeader]: + try: + with open(sys.executable, "rb") as f: + elf_header = _ELFFileHeader(f) + except (OSError, TypeError, _ELFFileHeader._InvalidELFFileHeader): + return None + return elf_header + + +def _is_linux_armhf() -> bool: + # hard-float ABI can be detected from the ELF header of the running + # process + # https://static.docs.arm.com/ihi0044/g/aaelf32.pdf + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_ARM + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABIMASK + ) == elf_header.EF_ARM_ABI_VER5 + result &= ( + elf_header.e_flags & elf_header.EF_ARM_ABI_FLOAT_HARD + ) == elf_header.EF_ARM_ABI_FLOAT_HARD + return result + + +def _is_linux_i686() -> bool: + elf_header = _get_elf_header() + if elf_header is None: + return False + result = elf_header.e_ident_class == elf_header.ELFCLASS32 + result &= elf_header.e_ident_data == elf_header.ELFDATA2LSB + result &= elf_header.e_machine == elf_header.EM_386 + return result + + +def _have_compatible_abi(arch: str) -> bool: + if arch == "armv7l": + return _is_linux_armhf() + if arch == "i686": + return _is_linux_i686() + return arch in {"x86_64", "aarch64", "ppc64", "ppc64le", "s390x"} + + +# 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() -> 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/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17". + version_string = os.confstr("CS_GNU_LIBC_VERSION") + assert version_string is not None + _, version = version_string.split() + 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() -> 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 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() -> Optional[str]: + """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( + "Expected glibc version with 2 components major.minor," + " got: %s" % version_str, + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache() +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(name: str, 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 # noqa + 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(linux: str, arch: str) -> Iterator[str]: + if not _have_compatible_abi(arch): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if arch in {"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 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(tag, arch, glibc_version): + yield linux.replace("linux", tag) + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(legacy_tag, arch, glibc_version): + yield linux.replace("linux", legacy_tag) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..8ac3059 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py @@ -0,0 +1,136 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import contextlib +import functools +import operator +import os +import re +import struct +import subprocess +import sys +from typing import IO, Iterator, NamedTuple, Optional, Tuple + + +def _read_unpacked(f: IO[bytes], fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, f.read(struct.calcsize(fmt))) + + +def _parse_ld_musl_from_elf(f: IO[bytes]) -> Optional[str]: + """Detect musl libc location by parsing the Python executable. + + Based on: https://gist.github.com/lyssdod/f51579ae8d93c8657a5564aefc2ffbca + ELF header: https://refspecs.linuxfoundation.org/elf/gabi4+/ch4.eheader.html + """ + f.seek(0) + try: + ident = _read_unpacked(f, "16B") + except struct.error: + return None + if ident[:4] != tuple(b"\x7fELF"): # Invalid magic, not ELF. + return None + f.seek(struct.calcsize("HHI"), 1) # Skip file type, machine, and version. + + 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, p_fmt, p_idx = { + 1: ("IIIIHHH", "IIIIIIII", (0, 1, 4)), # 32-bit. + 2: ("QQQIHHH", "IIQQQQQQ", (0, 2, 5)), # 64-bit. + }[ident[4]] + except KeyError: + return None + else: + p_get = operator.itemgetter(*p_idx) + + # Find the interpreter section and return its content. + try: + _, e_phoff, _, _, _, e_phentsize, e_phnum = _read_unpacked(f, e_fmt) + except struct.error: + return None + for i in range(e_phnum + 1): + f.seek(e_phoff + e_phentsize * i) + try: + p_type, p_offset, p_filesz = p_get(_read_unpacked(f, p_fmt)) + except struct.error: + return None + if p_type != 3: # Not PT_INTERP. + continue + f.seek(p_offset) + interpreter = os.fsdecode(f.read(p_filesz)).strip("\0") + if "musl" not in interpreter: + return None + return interpreter + return None + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + 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) -> Optional[_MuslVersion]: + """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 + """ + with contextlib.ExitStack() as stack: + try: + f = stack.enter_context(open(executable, "rb")) + except OSError: + return None + ld = _parse_ld_musl_from_elf(f) + if not ld: + return None + proc = subprocess.run([ld], stderr=subprocess.PIPE, universal_newlines=True) + return _parse_musl_version(proc.stderr) + + +def platform_tags(arch: str) -> Iterator[str]: + """Generate musllinux tags compatible to the current platform. + + :param arch: Should 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 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/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py new file mode 100644 index 0000000..540e7a4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py @@ -0,0 +1,304 @@ +# 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. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from pip._vendor.pyparsing import ( # noqa: N817 + Forward, + Group, + Literal as L, + ParseException, + ParseResults, + QuotedString, + ZeroOrMore, + stringEnd, + stringStart, +) + +from .specifiers import InvalidSpecifier, Specifier + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +class Node: + def __init__(self, value: Any) -> None: + self.value = value + + def __str__(self) -> str: + return str(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) + + +VARIABLE = ( + L("implementation_version") + | L("platform_python_implementation") + | L("implementation_name") + | L("python_full_version") + | L("platform_release") + | L("platform_version") + | L("platform_machine") + | L("platform_system") + | L("python_version") + | L("sys_platform") + | L("os_name") + | L("os.name") # PEP-345 + | L("sys.platform") # PEP-345 + | L("platform.version") # PEP-345 + | L("platform.machine") # PEP-345 + | L("platform.python_implementation") # PEP-345 + | L("python_implementation") # undocumented setuptools legacy + | L("extra") # PEP-508 +) +ALIASES = { + "os.name": "os_name", + "sys.platform": "sys_platform", + "platform.version": "platform_version", + "platform.machine": "platform_machine", + "platform.python_implementation": "platform_python_implementation", + "python_implementation": "platform_python_implementation", +} +VARIABLE.setParseAction(lambda s, l, t: Variable(ALIASES.get(t[0], t[0]))) + +VERSION_CMP = ( + L("===") | L("==") | L(">=") | L("<=") | L("!=") | L("~=") | L(">") | L("<") +) + +MARKER_OP = VERSION_CMP | L("not in") | L("in") +MARKER_OP.setParseAction(lambda s, l, t: Op(t[0])) + +MARKER_VALUE = QuotedString("'") | QuotedString('"') +MARKER_VALUE.setParseAction(lambda s, l, t: Value(t[0])) + +BOOLOP = L("and") | L("or") + +MARKER_VAR = VARIABLE | MARKER_VALUE + +MARKER_ITEM = Group(MARKER_VAR + MARKER_OP + MARKER_VAR) +MARKER_ITEM.setParseAction(lambda s, l, t: tuple(t[0])) + +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() + +MARKER_EXPR = Forward() +MARKER_ATOM = MARKER_ITEM | Group(LPAREN + MARKER_EXPR + RPAREN) +MARKER_EXPR << MARKER_ATOM + ZeroOrMore(BOOLOP + MARKER_EXPR) + +MARKER = stringStart + MARKER_EXPR + stringEnd + + +def _coerce_parse_result(results: Union[ParseResults, List[Any]]) -> List[Any]: + if isinstance(results, ParseResults): + return [_coerce_parse_result(i) for i in results] + else: + return results + + +def _format_marker( + marker: Union[List[str], Tuple[Node, ...], str], first: Optional[bool] = 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) + + oper: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +class Undefined: + pass + + +_undefined = Undefined() + + +def _get_env(environment: Dict[str, str], name: str) -> str: + value: Union[str, Undefined] = environment.get(name, _undefined) + + if isinstance(value, Undefined): + raise UndefinedEnvironmentName( + f"{name!r} does not exist in evaluation environment." + ) + + return value + + +def _evaluate_markers(markers: List[Any], 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): + lhs_value = _get_env(environment, lhs.value) + rhs_value = rhs.value + else: + lhs_value = lhs.value + rhs_value = _get_env(environment, rhs.value) + + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + 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: + try: + self._markers = _coerce_parse_result(MARKER.parseString(marker)) + except ParseException as e: + raise InvalidMarker( + f"Invalid marker: {marker!r}, parse error at " + f"{marker[e.loc : e.loc + 8]!r}" + ) + + def __str__(self) -> str: + return _format_marker(self._markers) + + def __repr__(self) -> str: + return f"" + + def evaluate(self, environment: Optional[Dict[str, str]] = 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 = default_environment() + if environment is not None: + current_environment.update(environment) + + return _evaluate_markers(self._markers, current_environment) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py new file mode 100644 index 0000000..1eab7dd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py @@ -0,0 +1,146 @@ +# 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. + +import re +import string +import urllib.parse +from typing import List, Optional as TOptional, Set + +from pip._vendor.pyparsing import ( # noqa + Combine, + Literal as L, + Optional, + ParseException, + Regex, + Word, + ZeroOrMore, + originalTextFor, + stringEnd, + stringStart, +) + +from .markers import MARKER_EXPR, Marker +from .specifiers import LegacySpecifier, Specifier, SpecifierSet + + +class InvalidRequirement(ValueError): + """ + An invalid requirement was found, users should refer to PEP 508. + """ + + +ALPHANUM = Word(string.ascii_letters + string.digits) + +LBRACKET = L("[").suppress() +RBRACKET = L("]").suppress() +LPAREN = L("(").suppress() +RPAREN = L(")").suppress() +COMMA = L(",").suppress() +SEMICOLON = L(";").suppress() +AT = L("@").suppress() + +PUNCTUATION = Word("-_.") +IDENTIFIER_END = ALPHANUM | (ZeroOrMore(PUNCTUATION) + ALPHANUM) +IDENTIFIER = Combine(ALPHANUM + ZeroOrMore(IDENTIFIER_END)) + +NAME = IDENTIFIER("name") +EXTRA = IDENTIFIER + +URI = Regex(r"[^ ]+")("url") +URL = AT + URI + +EXTRAS_LIST = EXTRA + ZeroOrMore(COMMA + EXTRA) +EXTRAS = (LBRACKET + Optional(EXTRAS_LIST) + RBRACKET)("extras") + +VERSION_PEP440 = Regex(Specifier._regex_str, re.VERBOSE | re.IGNORECASE) +VERSION_LEGACY = Regex(LegacySpecifier._regex_str, re.VERBOSE | re.IGNORECASE) + +VERSION_ONE = VERSION_PEP440 ^ VERSION_LEGACY +VERSION_MANY = Combine( + VERSION_ONE + ZeroOrMore(COMMA + VERSION_ONE), joinString=",", adjacent=False +)("_raw_spec") +_VERSION_SPEC = Optional((LPAREN + VERSION_MANY + RPAREN) | VERSION_MANY) +_VERSION_SPEC.setParseAction(lambda s, l, t: t._raw_spec or "") + +VERSION_SPEC = originalTextFor(_VERSION_SPEC)("specifier") +VERSION_SPEC.setParseAction(lambda s, l, t: t[1]) + +MARKER_EXPR = originalTextFor(MARKER_EXPR())("marker") +MARKER_EXPR.setParseAction( + lambda s, l, t: Marker(s[t._original_start : t._original_end]) +) +MARKER_SEPARATOR = SEMICOLON +MARKER = MARKER_SEPARATOR + MARKER_EXPR + +VERSION_AND_MARKER = VERSION_SPEC + Optional(MARKER) +URL_AND_MARKER = URL + Optional(MARKER) + +NAMED_REQUIREMENT = NAME + Optional(EXTRAS) + (URL_AND_MARKER | VERSION_AND_MARKER) + +REQUIREMENT = stringStart + NAMED_REQUIREMENT + stringEnd +# pyparsing isn't thread safe during initialization, so we do it eagerly, see +# issue #104 +REQUIREMENT.parseString("x[]") + + +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: + req = REQUIREMENT.parseString(requirement_string) + except ParseException as e: + raise InvalidRequirement( + f'Parse error at "{ requirement_string[e.loc : e.loc + 8]!r}": {e.msg}' + ) + + self.name: str = req.name + if req.url: + parsed_url = urllib.parse.urlparse(req.url) + if parsed_url.scheme == "file": + if urllib.parse.urlunparse(parsed_url) != req.url: + raise InvalidRequirement("Invalid URL given") + elif not (parsed_url.scheme and parsed_url.netloc) or ( + not parsed_url.scheme and not parsed_url.netloc + ): + raise InvalidRequirement(f"Invalid URL: {req.url}") + self.url: TOptional[str] = req.url + else: + self.url = None + self.extras: Set[str] = set(req.extras.asList() if req.extras else []) + self.specifier: SpecifierSet = SpecifierSet(req.specifier) + self.marker: TOptional[Marker] = req.marker if req.marker else None + + def __str__(self) -> str: + parts: List[str] = [self.name] + + if self.extras: + formatted_extras = ",".join(sorted(self.extras)) + parts.append(f"[{formatted_extras}]") + + if self.specifier: + parts.append(str(self.specifier)) + + if self.url: + parts.append(f"@ {self.url}") + if self.marker: + parts.append(" ") + + if self.marker: + parts.append(f"; {self.marker}") + + return "".join(parts) + + def __repr__(self) -> str: + return f"" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..0e218a6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py @@ -0,0 +1,802 @@ +# 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. + +import abc +import functools +import itertools +import re +import warnings +from typing import ( + Callable, + Dict, + Iterable, + Iterator, + List, + Optional, + Pattern, + Set, + Tuple, + TypeVar, + Union, +) + +from .utils import canonicalize_version +from .version import LegacyVersion, Version, parse + +ParsedVersion = Union[Version, LegacyVersion] +UnparsedVersion = Union[Version, LegacyVersion, str] +VersionTypeVar = TypeVar("VersionTypeVar", bound=UnparsedVersion) +CallableOperator = Callable[[ParsedVersion, str], bool] + + +class InvalidSpecifier(ValueError): + """ + An invalid specifier was found, users should refer to PEP 440. + """ + + +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. + """ + + @abc.abstractproperty + def prereleases(self) -> Optional[bool]: + """ + Returns whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @prereleases.setter + def prereleases(self, value: bool) -> None: + """ + Sets whether or not pre-releases as a whole are allowed by this + specifier. + """ + + @abc.abstractmethod + def contains(self, item: str, prereleases: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + """ + Takes an iterable of items and filters them so that only items which + are contained within this specifier are allowed in it. + """ + + +class _IndividualSpecifier(BaseSpecifier): + + _operators: Dict[str, str] = {} + _regex: Pattern[str] + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + def __repr__(self) -> str: + 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: + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + return self._spec[0], canonicalize_version(self._spec[1]) + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + 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 _coerce_version(self, version: UnparsedVersion) -> ParsedVersion: + if not isinstance(version, (LegacyVersion, Version)): + version = parse(version) + return version + + @property + def operator(self) -> str: + return self._spec[0] + + @property + def version(self) -> str: + return self._spec[1] + + @property + def prereleases(self) -> Optional[bool]: + return self._prereleases + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + def __contains__(self, item: str) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Determine if prereleases are to be allowed or not. + if prereleases is None: + prereleases = self.prereleases + + # Normalize item to a Version or LegacyVersion, this allows us to have + # a shortcut for ``"2.0" in Specifier(">=2") + normalized_item = self._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[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + 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 = self._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 + + +class LegacySpecifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(==|!=|<=|>=|<|>)) + \s* + (?P + [^,;\s)]* # Since this is a "legacy" specifier, and the version + # string can be just about anything, we match everything + # except for whitespace, a semi-colon for marker support, + # a closing paren since versions can be enclosed in + # them, and a comma since it's a version separator. + ) + """ + + _regex = re.compile(r"^\s*" + _regex_str + r"\s*$", re.VERBOSE | re.IGNORECASE) + + _operators = { + "==": "equal", + "!=": "not_equal", + "<=": "less_than_equal", + ">=": "greater_than_equal", + "<": "less_than", + ">": "greater_than", + } + + def __init__(self, spec: str = "", prereleases: Optional[bool] = None) -> None: + super().__init__(spec, prereleases) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def _coerce_version(self, version: UnparsedVersion) -> LegacyVersion: + if not isinstance(version, LegacyVersion): + version = LegacyVersion(str(version)) + return version + + def _compare_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective == self._coerce_version(spec) + + def _compare_not_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective != self._coerce_version(spec) + + def _compare_less_than_equal(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective <= self._coerce_version(spec) + + def _compare_greater_than_equal( + self, prospective: LegacyVersion, spec: str + ) -> bool: + return prospective >= self._coerce_version(spec) + + def _compare_less_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective < self._coerce_version(spec) + + def _compare_greater_than(self, prospective: LegacyVersion, spec: str) -> bool: + return prospective > self._coerce_version(spec) + + +def _require_version_compare( + fn: Callable[["Specifier", ParsedVersion, str], bool] +) -> Callable[["Specifier", ParsedVersion, str], bool]: + @functools.wraps(fn) + def wrapped(self: "Specifier", prospective: ParsedVersion, spec: str) -> bool: + if not isinstance(prospective, Version): + return False + return fn(self, prospective, spec) + + return wrapped + + +class Specifier(_IndividualSpecifier): + + _regex_str = r""" + (?P(~=|==|!=|<=|>=|<|>|===)) + (?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]* # We just match everything, except for whitespace + # since we are only testing for strict identity. + ) + | + (?: + # 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 + (?: # pre release + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [0-9]* + )? + (?: # post release + (?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*) + )? + + # You cannot use a wild card and a dev or local version + # together so group them with a | and make them optional. + (?: + (?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release + (?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local + | + \.\* # Wild card syntax of .* + )? + ) + | + (?: + # 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 + [-_\.]? + (a|b|c|rc|alpha|beta|pre|preview) + [-_\.]? + [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", + } + + @_require_version_compare + def _compare_compatible(self, prospective: ParsedVersion, 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 = ".".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 + ) + + @_require_version_compare + def _compare_equal(self, prospective: ParsedVersion, 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. + prospective = Version(prospective.public) + # Split the spec out by dots, and pretend that there is an implicit + # dot in between a release segment and a pre-release segment. + split_spec = _version_split(spec[:-2]) # Remove the trailing .* + + # Split the prospective version out by dots, and pretend that there + # is an implicit dot in between a release segment and a pre-release + # segment. + split_prospective = _version_split(str(prospective)) + + # 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 = split_prospective[: len(split_spec)] + + # Pad out our two sides with zeros so that they both equal the same + # length. + padded_spec, padded_prospective = _pad_version( + split_spec, shortened_prospective + ) + + return padded_prospective == padded_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 + + @_require_version_compare + def _compare_not_equal(self, prospective: ParsedVersion, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + @_require_version_compare + def _compare_less_than_equal(self, prospective: ParsedVersion, 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) + + @_require_version_compare + def _compare_greater_than_equal( + self, prospective: ParsedVersion, 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) + + @_require_version_compare + def _compare_less_than(self, prospective: ParsedVersion, 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 + + @_require_version_compare + def _compare_greater_than(self, prospective: ParsedVersion, 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() + + @property + 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 parse(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + result: List[str] = [] + for item in version.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +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(*left_split)), list(itertools.chain(*right_split))) + + +class SpecifierSet(BaseSpecifier): + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + + # Split on , to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Parsed each individual specifier, attempting first to make it a + # Specifier and falling back to a LegacySpecifier. + parsed: Set[_IndividualSpecifier] = set() + for specifier in split_specifiers: + try: + parsed.add(Specifier(specifier)) + except InvalidSpecifier: + parsed.add(LegacySpecifier(specifier)) + + # Turn our parsed specifiers into a frozen set and save them for later. + self._specs = frozenset(parsed) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + def __repr__(self) -> str: + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"" + + def __str__(self) -> str: + return ",".join(sorted(str(s) for s in self._specs)) + + def __hash__(self) -> int: + return hash(self._specs) + + def __and__(self, other: Union["SpecifierSet", str]) -> "SpecifierSet": + 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: + if isinstance(other, (str, _IndividualSpecifier)): + other = SpecifierSet(str(other)) + elif not isinstance(other, SpecifierSet): + return NotImplemented + + return self._specs == other._specs + + def __len__(self) -> int: + return len(self._specs) + + def __iter__(self) -> Iterator[_IndividualSpecifier]: + return iter(self._specs) + + @property + def prereleases(self) -> Optional[bool]: + + # 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 __contains__(self, item: UnparsedVersion) -> bool: + return self.contains(item) + + def contains( + self, item: UnparsedVersion, prereleases: Optional[bool] = None + ) -> bool: + + # Ensure that our item is a Version or LegacyVersion instance. + if not isinstance(item, (LegacyVersion, Version)): + item = parse(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 + + # 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[VersionTypeVar], prereleases: Optional[bool] = None + ) -> Iterable[VersionTypeVar]: + + # 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 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, and which will filter out LegacyVersion in general. + else: + filtered: List[VersionTypeVar] = [] + found_prereleases: List[VersionTypeVar] = [] + + item: UnparsedVersion + parsed_version: Union[Version, LegacyVersion] + + for item in iterable: + # Ensure that we some kind of Version class for this item. + if not isinstance(item, (LegacyVersion, Version)): + parsed_version = parse(item) + else: + parsed_version = item + + # Filter out any item which is parsed as a LegacyVersion + if isinstance(parsed_version, LegacyVersion): + continue + + # 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 found_prereleases + + return filtered diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py new file mode 100644 index 0000000..9a3d25a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py @@ -0,0 +1,487 @@ +# 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. + +import logging +import platform +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = sys.maxsize <= 2 ** 32 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value = 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("-", "_") + + +def _abi3_applies(python_version: PythonVersion) -> bool: + """ + Determine if the Python version supports abi3. + + PEP 384 was first implemented in Python 3.2. + """ + return len(python_version) > 1 and tuple(python_version) >= (3, 2) + + +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]) + 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, 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}") + abis.insert( + 0, + "cp{version}{debug}{pymalloc}{ucs4}".format( + version=version, debug=debug, pymalloc=pymalloc, ucs4=ucs4 + ), + ) + return abis + + +def cpython_tags( + python_version: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = 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_) + if _abi3_applies(python_version): + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if _abi3_applies(python_version): + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> Iterator[str]: + abi = sysconfig.get_config_var("SOABI") + if abi: + yield _normalize_string(abi) + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = 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() + platforms = list(platforms or platform_tags()) + abis = list(abis) + 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: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv7l" + _, arch = linux.split("_", 1) + yield from _manylinux.platform_tags(linux, arch) + yield from _musllinux.platform_tags(arch) + yield linux + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + """ + 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": + yield from compatible_tags(interpreter="pp3") + else: + yield from compatible_tags() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py new file mode 100644 index 0000000..bab11b8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py @@ -0,0 +1,136 @@ +# 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. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class 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. + """ + + +_canonicalize_regex = re.compile(r"[-_.]+") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str) -> NormalizedName: + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def canonicalize_version(version: Union[Version, str]) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + # NB: This strips trailing '.0's to normalize + parts.append(re.sub(r"(\.0)+$", "", ".".join(str(x) for x in parsed.release))) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + version = Version(parts[1]) + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + version = Version(version_part) + return (name, version) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/version.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/version.py new file mode 100644 index 0000000..de9a09a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/packaging/version.py @@ -0,0 +1,504 @@ +# 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. + +import collections +import itertools +import re +import warnings +from typing import Callable, Iterator, List, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["parse", "Version", "LegacyVersion", "InvalidVersion", "VERSION_PATTERN"] + +InfiniteTypes = Union[InfinityType, NegativeInfinityType] +PrePostDevType = Union[InfiniteTypes, Tuple[str, int]] +SubLocalType = Union[InfiniteTypes, int, str] +LocalType = Union[ + NegativeInfinityType, + Tuple[ + Union[ + SubLocalType, + Tuple[SubLocalType, str], + Tuple[NegativeInfinityType, SubLocalType], + ], + ..., + ], +] +CmpKey = Tuple[ + int, Tuple[int, ...], PrePostDevType, PrePostDevType, PrePostDevType, LocalType +] +LegacyCmpKey = Tuple[int, Tuple[str, ...]] +VersionComparisonMethod = Callable[ + [Union[CmpKey, LegacyCmpKey], Union[CmpKey, LegacyCmpKey]], bool +] + +_Version = collections.namedtuple( + "_Version", ["epoch", "release", "dev", "pre", "post", "local"] +) + + +def parse(version: str) -> Union["LegacyVersion", "Version"]: + """ + Parse the given version string and return either a :class:`Version` object + or a :class:`LegacyVersion` object depending on if the given version is + a valid PEP 440 version or a legacy version. + """ + try: + return Version(version) + except InvalidVersion: + return LegacyVersion(version) + + +class InvalidVersion(ValueError): + """ + An invalid version was found, users should refer to PEP 440. + """ + + +class _BaseVersion: + _key: Union[CmpKey, LegacyCmpKey] + + 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 + + +class LegacyVersion(_BaseVersion): + def __init__(self, version: str) -> None: + self._version = str(version) + self._key = _legacy_cmpkey(self._version) + + warnings.warn( + "Creating a LegacyVersion has been deprecated and will be " + "removed in the next major release", + DeprecationWarning, + ) + + def __str__(self) -> str: + return self._version + + def __repr__(self) -> str: + return f"" + + @property + def public(self) -> str: + return self._version + + @property + def base_version(self) -> str: + return self._version + + @property + def epoch(self) -> int: + return -1 + + @property + def release(self) -> None: + return None + + @property + def pre(self) -> None: + return None + + @property + def post(self) -> None: + return None + + @property + def dev(self) -> None: + return None + + @property + def local(self) -> None: + return None + + @property + def is_prerelease(self) -> bool: + return False + + @property + def is_postrelease(self) -> bool: + return False + + @property + def is_devrelease(self) -> bool: + return False + + +_legacy_version_component_re = re.compile(r"(\d+ | [a-z]+ | \.| -)", re.VERBOSE) + +_legacy_version_replacement_map = { + "pre": "c", + "preview": "c", + "-": "final-", + "rc": "c", + "dev": "@", +} + + +def _parse_version_parts(s: str) -> Iterator[str]: + for part in _legacy_version_component_re.split(s): + part = _legacy_version_replacement_map.get(part, part) + + if not part or part == ".": + continue + + if part[:1] in "0123456789": + # pad for numeric comparison + yield part.zfill(8) + else: + yield "*" + part + + # ensure that alpha/beta/candidate are before final + yield "*final" + + +def _legacy_cmpkey(version: str) -> LegacyCmpKey: + + # We hardcode an epoch of -1 here. A PEP 440 version can only have a epoch + # greater than or equal to 0. This will effectively put the LegacyVersion, + # which uses the defacto standard originally implemented by setuptools, + # as before all PEP 440 versions. + epoch = -1 + + # This scheme is taken from pkg_resources.parse_version setuptools prior to + # it's adoption of the packaging library. + parts: List[str] = [] + for part in _parse_version_parts(version.lower()): + if part.startswith("*"): + # remove "-" before a prerelease tag + if part < "*final": + while parts and parts[-1] == "*final-": + parts.pop() + + # remove trailing zeros from each series of numeric parts + while parts and parts[-1] == "00000000": + parts.pop() + + parts.append(part) + + return epoch, tuple(parts) + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

                                          # pre-release
+            [-_\.]?
+            (?P(a|b|c|rc|alpha|beta|pre|preview))
+            [-_\.]?
+            (?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
+"""
+
+
+class Version(_BaseVersion):
+
+    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
+
+    def __init__(self, version: str) -> None:
+
+        # Validate the version and parse it into pieces
+        match = self._regex.search(version)
+        if not match:
+            raise InvalidVersion(f"Invalid version: '{version}'")
+
+        # Store the parsed out pieces of the version
+        self._version = _Version(
+            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
+            release=tuple(int(i) for i in match.group("release").split(".")),
+            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
+            post=_parse_letter_version(
+                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
+            ),
+            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
+            local=_parse_local_version(match.group("local")),
+        )
+
+        # Generate a key which will be used for sorting
+        self._key = _cmpkey(
+            self._version.epoch,
+            self._version.release,
+            self._version.pre,
+            self._version.post,
+            self._version.dev,
+            self._version.local,
+        )
+
+    def __repr__(self) -> str:
+        return f""
+
+    def __str__(self) -> str:
+        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:
+        _epoch: int = self._version.epoch
+        return _epoch
+
+    @property
+    def release(self) -> Tuple[int, ...]:
+        _release: Tuple[int, ...] = self._version.release
+        return _release
+
+    @property
+    def pre(self) -> Optional[Tuple[str, int]]:
+        _pre: Optional[Tuple[str, int]] = self._version.pre
+        return _pre
+
+    @property
+    def post(self) -> Optional[int]:
+        return self._version.post[1] if self._version.post else None
+
+    @property
+    def dev(self) -> Optional[int]:
+        return self._version.dev[1] if self._version.dev else None
+
+    @property
+    def local(self) -> Optional[str]:
+        if self._version.local:
+            return ".".join(str(x) for x in self._version.local)
+        else:
+            return None
+
+    @property
+    def public(self) -> str:
+        return str(self).split("+", 1)[0]
+
+    @property
+    def base_version(self) -> str:
+        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:
+        return self.dev is not None or self.pre is not None
+
+    @property
+    def is_postrelease(self) -> bool:
+        return self.post is not None
+
+    @property
+    def is_devrelease(self) -> bool:
+        return self.dev is not None
+
+    @property
+    def major(self) -> int:
+        return self.release[0] if len(self.release) >= 1 else 0
+
+    @property
+    def minor(self) -> int:
+        return self.release[1] if len(self.release) >= 2 else 0
+
+    @property
+    def micro(self) -> int:
+        return self.release[2] if len(self.release) >= 3 else 0
+
+
+def _parse_letter_version(
+    letter: str, number: Union[str, bytes, SupportsInt]
+) -> Optional[Tuple[str, int]]:
+
+    if letter:
+        # We consider there to be an implicit 0 in a pre-release if there is
+        # not a numeral associated with it.
+        if number is None:
+            number = 0
+
+        # We normalize any letters to their lower case form
+        letter = letter.lower()
+
+        # We consider some words to be alternate spellings of other words and
+        # in those cases we want to normalize the spellings to our preferred
+        # spelling.
+        if letter == "alpha":
+            letter = "a"
+        elif letter == "beta":
+            letter = "b"
+        elif letter in ["c", "pre", "preview"]:
+            letter = "rc"
+        elif letter in ["rev", "r"]:
+            letter = "post"
+
+        return letter, int(number)
+    if not letter and number:
+        # We assume if we are given a number, but we are not given a letter
+        # then this is using the implicit post release syntax (e.g. 1.0-1)
+        letter = "post"
+
+        return letter, int(number)
+
+    return None
+
+
+_local_version_separators = re.compile(r"[\._-]")
+
+
+def _parse_local_version(local: str) -> Optional[LocalType]:
+    """
+    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: Optional[Tuple[str, int]],
+    post: Optional[Tuple[str, int]],
+    dev: Optional[Tuple[str, int]],
+    local: Optional[Tuple[SubLocalType]],
+) -> 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: PrePostDevType = 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: PrePostDevType = NegativeInfinity
+
+    else:
+        _post = post
+
+    # Versions without a development segment should sort after those with one.
+    if dev is None:
+        _dev: PrePostDevType = Infinity
+
+    else:
+        _dev = dev
+
+    if local is None:
+        # Versions without a local segment should sort before those with one.
+        _local: LocalType = 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
new file mode 100644
index 0000000..ad27940
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py
@@ -0,0 +1,3361 @@
+"""
+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.
+"""
+
+import sys
+import os
+import io
+import time
+import re
+import types
+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
+from pkgutil import get_importer
+
+try:
+    import _imp
+except ImportError:
+    # Python 3.2 compatibility
+    import imp as _imp
+
+try:
+    FileExistsError
+except NameError:
+    FileExistsError = OSError
+
+# capture these to bypass sandboxing
+from os import utime
+
+try:
+    from os import mkdir, rename, unlink
+
+    WRITE_SUPPORT = True
+except ImportError:
+    # no write support, probably under GAE
+    WRITE_SUPPORT = False
+
+from os import open as os_open
+from os.path import isdir, split
+
+try:
+    import importlib.machinery as importlib_machinery
+
+    # access attribute to force import under delayed import mechanisms.
+    importlib_machinery.__name__
+except ImportError:
+    importlib_machinery = None
+
+from pip._internal.utils._jaraco_text import (
+    yield_lines,
+    drop_comment,
+    join_continuation,
+)
+
+from pip._vendor import platformdirs
+from pip._vendor import packaging
+
+__import__('pip._vendor.packaging.version')
+__import__('pip._vendor.packaging.specifiers')
+__import__('pip._vendor.packaging.requirements')
+__import__('pip._vendor.packaging.markers')
+__import__('pip._vendor.packaging.utils')
+
+if sys.version_info < (3, 5):
+    raise RuntimeError("Python 3.5 or later is required")
+
+# declare some globals that will be defined later to
+# satisfy the linters.
+require = None
+working_set = None
+add_activation_listener = None
+resources_stream = None
+cleanup_resources = None
+resource_dir = None
+resource_stream = None
+set_extraction_path = None
+resource_isdir = None
+resource_string = None
+iter_entry_points = None
+resource_listdir = None
+resource_filename = None
+resource_exists = None
+_distribution_finders = None
+_namespace_handlers = None
+_namespace_packages = None
+
+
+warnings.warn(
+    "pkg_resources is deprecated as an API. "
+    "See https://setuptools.pypa.io/en/latest/pkg_resources.html",
+    DeprecationWarning,
+    stacklevel=2
+)
+
+
+_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 = {}
+
+
+def _declare_state(vartype, **kw):
+    globals().update(kw)
+    _state_vars.update(dict.fromkeys(kw, vartype))
+
+
+def __getstate__():
+    state = {}
+    g = globals()
+    for k, v in _state_vars.items():
+        state[k] = g['_sget_' + v](g[k])
+    return state
+
+
+def __setstate__(state):
+    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):
+        return self.args[0]
+
+    @property
+    def req(self):
+        return self.args[1]
+
+    def report(self):
+        return self._template.format(**locals())
+
+    def with_context(self, required_by):
+        """
+        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):
+        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):
+        return self.args[0]
+
+    @property
+    def requirers(self):
+        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 = {}
+
+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, provider_factory):
+    """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
+
+
+def get_provider(moduleOrReq):
+    """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)
+
+
+def _macos_vers(_cache=[]):
+    if not _cache:
+        version = platform.mac_ver()[0]
+        # fallback for MacPorts
+        if version == '':
+            plist = '/System/Library/CoreServices/SystemVersion.plist'
+            if os.path.exists(plist):
+                if hasattr(plistlib, 'readPlist'):
+                    plist_content = plistlib.readPlist(plist)
+                    if 'ProductVersion' in plist_content:
+                        version = plist_content['ProductVersion']
+
+        _cache.append(version.split('.'))
+    return _cache[0]
+
+
+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, required):
+    """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
+
+
+def run_script(dist_spec, script_name):
+    """Locate distribution `dist_spec` and run its `script_name` script"""
+    ns = sys._getframe(1).f_globals
+    name = ns['__name__']
+    ns.clear()
+    ns['__name__'] = name
+    require(dist_spec)[0].run_script(script_name, ns)
+
+
+# backward compatibility
+run_main = run_script
+
+
+def get_distribution(dist):
+    """Return a current distribution object for a Requirement or string"""
+    if isinstance(dist, str):
+        dist = Requirement.parse(dist)
+    if isinstance(dist, Requirement):
+        dist = get_provider(dist)
+    if not isinstance(dist, Distribution):
+        raise TypeError("Expected string, Requirement, or Distribution", dist)
+    return dist
+
+
+def load_entry_point(dist, group, name):
+    """Return `name` entry point of `group` for `dist` or raise ImportError"""
+    return get_distribution(dist).load_entry_point(group, name)
+
+
+def get_entry_map(dist, group=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, group, name):
+    """Return the EntryPoint object for `group`+`name`, or ``None``"""
+    return get_distribution(dist).get_entry_info(group, name)
+
+
+class IMetadataProvider:
+    def has_metadata(name):
+        """Does the package's distribution contain the named metadata?"""
+
+    def get_metadata(name):
+        """The named metadata resource as a string"""
+
+    def get_metadata_lines(name):
+        """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(name):
+        """Is the named metadata a directory?  (like ``os.path.isdir()``)"""
+
+    def metadata_listdir(name):
+        """List of metadata names in the directory (like ``os.listdir()``)"""
+
+    def run_script(script_name, namespace):
+        """Execute the named script in the supplied namespace dictionary"""
+
+
+class IResourceProvider(IMetadataProvider):
+    """An object that provides access to package resources"""
+
+    def get_resource_filename(manager, resource_name):
+        """Return a true filesystem path for `resource_name`
+
+        `manager` must be an ``IResourceManager``"""
+
+    def get_resource_stream(manager, resource_name):
+        """Return a readable file-like object for `resource_name`
+
+        `manager` must be an ``IResourceManager``"""
+
+    def get_resource_string(manager, resource_name):
+        """Return a string containing the contents of `resource_name`
+
+        `manager` must be an ``IResourceManager``"""
+
+    def has_resource(resource_name):
+        """Does the package contain the named resource?"""
+
+    def resource_isdir(resource_name):
+        """Is the named resource a directory?  (like ``os.path.isdir()``)"""
+
+    def resource_listdir(resource_name):
+        """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=None):
+        """Create working set from list of path entries (default=sys.path)"""
+        self.entries = []
+        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):
+        """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):
+        """True if `dist` is the active distribution for its project"""
+        return self.by_key.get(dist.key) == dist
+
+    def find(self, req):
+        """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, name=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, script_name):
+        """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):
+        """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 = {}
+        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[key] = 1
+                    yield self.by_key[key]
+
+    def add(self, dist, entry=None, insert=True, replace=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)
+
+    def resolve(
+        self,
+        requirements,
+        env=None,
+        installer=None,
+        replace_conflicting=False,
+        extras=None,
+    ):
+        """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 = {}
+        # 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[req] = True
+
+        # return list of distros to activate
+        return to_activate
+
+    def _resolve_dist(
+        self, req, best, replace_conflicting, env, installer, required_by, to_activate
+    ):
+        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
+
+    def find_plugins(self, plugin_env, full_env=None, installer=None, fallback=True):
+        """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 = {}
+        distributions = {}
+
+        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
+
+        distributions = list(distributions)
+        distributions.sort()
+
+        return distributions, error_info
+
+    def require(self, *requirements):
+        """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, existing=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):
+    """
+    Map each requirement to the extras that demanded it.
+    """
+
+    def markers_pass(self, req, extras=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=None, platform=get_supported_platform(), python=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):
+        """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):
+        """Remove `dist` from the environment"""
+        self._distmap[dist.key].remove(dist)
+
+    def scan(self, search_path=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):
+        """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):
+        """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)
+
+    def best_match(self, req, working_set, installer=None, replace_conflicting=False):
+        """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)
+
+    def obtain(self, requirement, installer=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."""
+        if installer is not None:
+            return installer(requirement)
+
+    def __iter__(self):
+        """Yield the unique project names of the available distributions"""
+        for key in self._distmap.keys():
+            if self[key]:
+                yield key
+
+    def __iadd__(self, other):
+        """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):
+        """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
+    """
+
+
+class ResourceManager:
+    """Manage resource extraction and packages"""
+
+    extraction_path = None
+
+    def __init__(self):
+        self.cached_files = {}
+
+    def resource_exists(self, package_or_requirement, resource_name):
+        """Does the named resource exist?"""
+        return get_provider(package_or_requirement).has_resource(resource_name)
+
+    def resource_isdir(self, package_or_requirement, resource_name):
+        """Is the named resource an existing directory?"""
+        return get_provider(package_or_requirement).resource_isdir(resource_name)
+
+    def resource_filename(self, package_or_requirement, resource_name):
+        """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, resource_name):
+        """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, resource_name):
+        """Return specified resource as a string"""
+        return get_provider(package_or_requirement).get_resource_string(
+            self, resource_name
+        )
+
+    def resource_listdir(self, package_or_requirement, resource_name):
+        """List the contents of the named resource directory"""
+        return get_provider(package_or_requirement).resource_listdir(resource_name)
+
+    def extraction_error(self):
+        """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, names=()):
+        """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] = 1
+        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, filename):
+        """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):
+        """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=False):
+        """
+        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
+
+
+def get_default_cache():
+    """
+    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 platformdirs.user_cache_dir(
+        appname='Python-Eggs'
+    )
+
+
+def safe_name(name):
+    """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):
+    """
+    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):
+    """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):
+    """Convert a project or version name to its filename-escaped form
+
+    Any '-' characters are currently replaced with '_'.
+    """
+    return name.replace('-', '_')
+
+
+def invalid_marker(text):
+    """
+    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, extra=None):
+    """
+    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 = None
+    egg_info = None
+    loader = None
+
+    def __init__(self, module):
+        self.loader = getattr(module, '__loader__', None)
+        self.module_path = os.path.dirname(getattr(module, '__file__', ''))
+
+    def get_resource_filename(self, manager, resource_name):
+        return self._fn(self.module_path, resource_name)
+
+    def get_resource_stream(self, manager, resource_name):
+        return io.BytesIO(self.get_resource_string(manager, resource_name))
+
+    def get_resource_string(self, manager, resource_name):
+        return self._get(self._fn(self.module_path, resource_name))
+
+    def has_resource(self, resource_name):
+        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):
+        if not self.egg_info:
+            return self.egg_info
+
+        path = self._get_metadata_path(name)
+        return self._has(path)
+
+    def get_metadata(self, name):
+        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):
+        return yield_lines(self.get_metadata(name))
+
+    def resource_isdir(self, resource_name):
+        return self._isdir(self._fn(self.module_path, resource_name))
+
+    def metadata_isdir(self, name):
+        return self.egg_info and self._isdir(self._fn(self.egg_info, name))
+
+    def resource_listdir(self, resource_name):
+        return self._listdir(self._fn(self.module_path, resource_name))
+
+    def metadata_listdir(self, name):
+        if self.egg_info:
+            return self._listdir(self._fn(self.egg_info, name))
+        return []
+
+    def run_script(self, script_name, namespace):
+        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):
+            with open(script_filename) as fid:
+                source = fid.read()
+            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):
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _isdir(self, path):
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _listdir(self, path):
+        raise NotImplementedError(
+            "Can't perform this operation for unregistered loader type"
+        )
+
+    def _fn(self, base, resource_name):
+        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)
+        )
+        if not invalid:
+            return
+
+        msg = "Use of .. or absolute path in a resource path is not allowed."
+
+        # Aggressively disallow Windows absolute paths
+        if 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):
+        if hasattr(self.loader, 'get_data'):
+            return self.loader.get_data(path)
+        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):
+        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):
+        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):
+        return os.path.exists(path)
+
+    def _isdir(self, path):
+        return os.path.isdir(path)
+
+    def _listdir(self, path):
+        return os.listdir(path)
+
+    def get_resource_stream(self, manager, resource_name):
+        return open(self._fn(self.module_path, resource_name), 'rb')
+
+    def _get(self, path):
+        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"""
+
+    module_path = None
+
+    _isdir = _has = lambda self, path: False
+
+    def _get(self, path):
+        return ''
+
+    def _listdir(self, path):
+        return []
+
+    def __init__(self):
+        pass
+
+
+empty_provider = EmptyProvider()
+
+
+class ZipManifests(dict):
+    """
+    zip manifest builder
+    """
+
+    @classmethod
+    def build(cls, path):
+        """
+        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.
+    """
+
+    manifest_mod = collections.namedtuple('manifest_mod', 'manifest mtime')
+
+    def load(self, path):
+        """
+        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 = None
+    _zip_manifests = MemoizedZipManifests()
+
+    def __init__(self, module):
+        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, resource_name):
+        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, zip_path):  # 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 IOError(
+                '"os.rename" and "os.unlink" are not supported ' 'on this platform'
+            )
+        try:
+            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 os.error:
+                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 os.error:
+            # 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):
+        zip_path = self._zipinfo_name(fspath)
+        return zip_path in self.zipinfo or zip_path in self._index()
+
+    def _isdir(self, fspath):
+        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):
+        return self._zipinfo_name(self._fn(self.egg_root, resource_name))
+
+    def _resource_to_zip(self, resource_name):
+        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):
+        self.path = path
+
+    def _get_metadata_path(self, name):
+        return self.path
+
+    def has_metadata(self, name):
+        return name == 'PKG-INFO' and os.path.isfile(self.path)
+
+    def get_metadata(self, name):
+        if name != 'PKG-INFO':
+            raise KeyError("No metadata except PKG-INFO is available")
+
+        with io.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):
+        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, egg_info):
+        self.module_path = path
+        self.egg_info = egg_info
+
+
+class EggMetadata(ZipProvider):
+    """Metadata provider for .egg files"""
+
+    def __init__(self, importer):
+        """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()
+
+
+_declare_state('dict', _distribution_finders={})
+
+
+def register_finder(importer_type, distribution_finder):
+    """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, only=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, path_item, only=False):
+    """
+    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)
+            for dist in dists:
+                yield dist
+        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, path_item, only=False):
+    return ()
+
+
+register_finder(object, find_nothing)
+
+
+def find_on_path(importer, 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)
+        for dist in factory(fullpath):
+            yield dist
+
+
+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):
+    """
+    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):
+    root = os.path.dirname(path)
+    if os.path.isdir(path):
+        if len(os.listdir(path)) == 0:
+            # empty metadata dir; skip
+            return
+        metadata = 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
+    """
+    with open(path) as f:
+        for line in f:
+            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)
+
+_declare_state('dict', _namespace_handlers={})
+_declare_state('dict', _namespace_packages={})
+
+
+def register_namespace_handler(importer_type, namespace_handler):
+    """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):
+    """
+    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):
+    """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 = 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, parent=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, path_item, packageName, module):
+    """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, path_item, packageName, module):
+    return None
+
+
+register_namespace_handler(object, null_ns_handler)
+
+
+def normalize_path(filename):
+    """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):  # 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
+
+
+def _normalize_cached(filename, _cache={}):
+    try:
+        return _cache[filename]
+    except KeyError:
+        _cache[filename] = result = normalize_path(filename)
+        return result
+
+
+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, module_name, attrs=(), extras=(), dist=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)
+
+    def load(self, require=True, *args, **kwargs):
+        """
+        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:
+            self.require(*args, **kwargs)
+        return self.resolve()
+
+    def resolve(self):
+        """
+        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=None, installer=None):
+        if self.extras and not self.dist:
+            raise UnknownExtra("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, dist=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, lines, dist=None):
+        """Parse an entry point group"""
+        if not MODULE(group):
+            raise ValueError("Invalid group name", group)
+        this = {}
+        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, dist=None):
+        """Parse a map of entry point groups"""
+        if isinstance(data, dict):
+            data = data.items()
+        else:
+            data = split_sections(data)
+        maps = {}
+        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=None,
+        metadata=None,
+        project_name=None,
+        version=None,
+        py_version=PY_MAJOR,
+        platform=None,
+        precedence=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, basename, metadata=None, **kw):
+        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):
+        return self.hashcmp < other.hashcmp
+
+    def __le__(self, other):
+        return self.hashcmp <= other.hashcmp
+
+    def __gt__(self, other):
+        return self.hashcmp > other.hashcmp
+
+    def __ge__(self, other):
+        return self.hashcmp >= other.hashcmp
+
+    def __eq__(self, other):
+        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):
+        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):
+        """
+        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 = 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=()):
+        """List of Requirements needed for this distro if `extras` are used"""
+        dm = self._dep_map
+        deps = []
+        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):
+            for line in self.get_metadata_lines(name):
+                yield line
+
+    def _get_version(self):
+        lines = self._get_metadata(self.PKG_INFO)
+        version = _version_from_file(lines)
+
+        return version
+
+    def activate(self, path=None, replace=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:
+            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(Distribution, self).__dir__())
+            | set(attr for attr in self._provider.__dir__() if not attr.startswith('_'))
+        )
+
+    @classmethod
+    def from_filename(cls, filename, metadata=None, **kw):
+        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, name):
+        """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()
+
+    def get_entry_map(self, group=None):
+        """Return the entry point map for `group`, or the full entry map"""
+        try:
+            ep_map = self._ep_map
+        except AttributeError:
+            ep_map = self._ep_map = EntryPoint.parse_map(
+                self._get_metadata('entry_points.txt'), self
+            )
+        if group is not None:
+            return ep_map.get(group, {})
+        return ep_map
+
+    def get_entry_info(self, group, name):
+        """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(self, path, loc=None, replace=False):  # noqa: C901
+        """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):
+        """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)
+        return self.__class__(**kw)
+
+    @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):
+        """Recompute this distribution's dependencies."""
+        dm = self.__dep_map = {None: []}
+
+        reqs = []
+        # 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)))
+        dm[None].extend(common)
+
+        for extra in self._parsed_pkg_info.get_all('Provides-Extra') or []:
+            s_extra = safe_extra(extra.strip())
+            dm[s_extra] = [r for r in reqs_for_extra(extra) if r not in common]
+
+        return dm
+
+
+_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):
+    """
+    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):
+        """DO NOT CALL THIS UNDOCUMENTED METHOD; use Requirement.parse()!"""
+        super(Requirement, self).__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]
+        self.extras = 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):
+        return isinstance(other, Requirement) and self.hashCmp == other.hashCmp
+
+    def __ne__(self, other):
+        return not self == other
+
+    def __contains__(self, item):
+        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):
+        (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, ob):
+    """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]
+
+
+def ensure_directory(path):
+    """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 IOError('"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):
+    """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)
+
+
+# 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('_')
+    )
+
+
+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.
+    """
+
+
+@_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 = WorkingSet._build_master()
+    _declare_state('object', working_set=working_set)
+
+    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())
diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..15eeb38a3251b7cb82b4f2d739d097d87ec77fa5
GIT binary patch
literal 146475
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�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
SUWrI$dB(v;<9iJv%Krlu0Jw?(

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
new file mode 100644
index 0000000..5ebf595
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py
@@ -0,0 +1,566 @@
+"""
+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
+
+    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
+        from typing import Literal
+    else:  # pragma: no cover (py38+)
+        from pip._vendor.typing_extensions import Literal
+
+
+def _set_platform_dir_class() -> type[PlatformDirsABC]:
+    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
+
+    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
+
+        if _android_folder() is not None:
+            from pip._vendor.platformdirs.android import Android
+
+            return Android  # return to avoid redefinition of result
+
+    return Result
+
+
+PlatformDirs = _set_platform_dir_class()  #: Currently active platform
+AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
+
+
+def user_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_dir
+
+
+def site_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_dir
+
+
+def user_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_dir
+
+
+def site_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_dir
+
+
+def user_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_dir
+
+
+def site_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_dir
+
+
+def user_state_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_dir
+
+
+def user_log_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_dir
+
+
+def user_documents_dir() -> str:
+    """:returns: documents directory tied to the user"""
+    return PlatformDirs().user_documents_dir
+
+
+def user_downloads_dir() -> str:
+    """:returns: downloads directory tied to the user"""
+    return PlatformDirs().user_downloads_dir
+
+
+def user_pictures_dir() -> str:
+    """:returns: pictures directory tied to the user"""
+    return PlatformDirs().user_pictures_dir
+
+
+def user_videos_dir() -> str:
+    """:returns: videos directory tied to the user"""
+    return PlatformDirs().user_videos_dir
+
+
+def user_music_dir() -> str:
+    """:returns: music directory tied to the user"""
+    return PlatformDirs().user_music_dir
+
+
+def user_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 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 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_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
+
+
+__all__ = [
+    "__version__",
+    "__version_info__",
+    "PlatformDirs",
+    "AppDirs",
+    "PlatformDirsABC",
+    "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",
+    "user_data_path",
+    "user_config_path",
+    "user_cache_path",
+    "user_state_path",
+    "user_log_path",
+    "user_documents_path",
+    "user_downloads_path",
+    "user_pictures_path",
+    "user_videos_path",
+    "user_music_path",
+    "user_runtime_path",
+    "site_data_path",
+    "site_config_path",
+    "site_cache_path",
+]
diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
new file mode 100644
index 0000000..6a0d6dd
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py
@@ -0,0 +1,53 @@
+"""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",
+)
+
+
+def main() -> None:
+    """Run 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/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0ab1f59e43276d9873ef9c4a566313fd964169b0
GIT binary patch
literal 18030
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..80ac5f412cbe00bed78ee19c19173224b6eb421d
GIT binary patch
literal 1947
zcmcIl&1>9N5Py=McC}yrXp`6urYIrBR#UBPm!@e6fl@b=fL)W`wv>mwlGh^o;z>%_
zWet01!G|7vYal83nBpAzNA%QQOudEX;X-H&r8lSUDW}epw5e!PS^|FHw=+M@%x^TK
z8GqMkR1utSw}0+@BO~++S4Kz71mXBP2wxxzwU8xPqAPe}OBA>)xsr!l*ppi_=(ts~
z6ifaTx5~C+m2S=>L=_R)<-I(jfV$;wS*!FWS4_uOZ9k@6H4Gd-ZvM_qG=bGj-w$Fl
zb^<@rL{?vO&3GfA-m*g@RwLw=O(S?lh&IL=Nn}%EnXySMhqCchZ3q5_(@BA`3^3c9
zc0rFIdZyRY=WdW$zm!D_+KC5=MXARKyY0JyX=T`CY8N`~IH7h1Wz4r6%MLOiWA>8B
zX{T`}QXiW5vEyajjmY6yJk32-i@9gODED?=!StsBw}g;zd51>CJ+1nTZ;-^#b-(yurjUY}#G3&HuK8z;A-%|4cWq0Z
zD_CBGj4Ds{RZV7cNMX%TUVMt-V)ELJ57$0o<&F*eAf_5-3OEqo^lVn;QpU3;@z%wOOb3Wb<5s^TjA3n@_>Hnq?2YT(;ig_Q}hf;J(nO2|gSmpCDmFFQ63
zU1{cBX%@SZelgj%a~2HKmT(gOu@LeVqUSlP!u3SC;ssXX+E?jCQ2Ex4ns7mN1>qr@
q`U#!?4P8CL;}vlrA77Xe7LG0>T;J|}FU>r}%4gS(B!thV@%{p1Lj=bF

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b2393c862d8c0103eff2364829d970e76f881c90
GIT binary patch
literal 9445
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
H(@gO{QzF79

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7a0fdbc202a65bc2bc44c53e777692e5f9dc0da3
GIT binary patch
literal 5638
zcmd5=&2QYs6({$T))!^PiIdhrXvb->jdrO`Py}&YwYCHY0U}$89NXDLxYTlXmkPOL
zXSi}!D2x>FAwBizYp;S&1q$?kXfJE*!3cp~66BDZ68V%<-Wz_dmXfz0G0MYm_~V=5
zyx)6o-W&dNett%P>mOfy)%j#W5WdET=qd&s@o*hF4+KMK2!?3nEYZ$2aw7KgR=!a%
z3P#Z?+NDNG6mr75f>F9J7-dp=m=DG`%0{^(Hl#tmBJGuIy>(-&_AS1ui2khJ>p7n8
znNE*g|5gk@dDGIpwnOc8ld>yU*IL0mK^smg9?pUE1Azz)5f+v+#73SJjMGN$e&Jy#
z-zahvE8UNfO*8ODc2m!a_%xN)9IUr-fI!1O&wclUU6NED2CJO+oTs*jeqBI*YjLZT8%GoL;n;s?=zw}ZLU}o*4NW*qFi=EUjvF5
ztlF$aq=n9hnxN!rbD2-o+$EHOyG}7Ol#EA`9_v%0k)1qXgHN$)
zOIIz+)+~Ly>JjGQ1N6~pRd?WZo!*J&`4J-`^DEVkdjZN76Sjo23{
zCL0QQMhI*{7oqFVBfS%Bje%!z$P3Vnu{EsU7|EMMX_F$GWAvb@IXypv4yOn1M=u~n
z+*^xDX*s>N**Vd#8SWW6Q<`J8Y=UN|Ve$#hWG)uW%RS-wlqV$cIT(A0RK(hye}InNWE?&%Cm~&5#OU?oIjD@}
z<)O4Z$-%R&(mF9iwBPegD7L2xp6HYrRwOrx4F^p4>F^%>(a6qEuO#^?b5M4|TI7Kj
zE{*g2LMrZ3_!ct#l*C0w_4Y{a45bcd{dy(mmx2SfpJyJeJm*VVaKhF68BMbtqi+#S
z^XD|}_wa*+pM5pItZ9$}0G3>ee_p&na1`N1`-`v)`g3ev#^x1lct!py_ORTf6>PA^
zqE&2EZ0gYL2YV$yp;7!tz#FV>+3QeY-50*gm5S2AqEK4+K9?)D#lt*w4|w-L3egV|
z^aC+QFT|o3PQ*S=Mt_`)UQf{V1kIZBb|QH@k*vpGug71{!d7Crl~}G8W3?Eo##lAR
zy1|#f12(!Mw=QR|a*DnM1fn(DeasD-Mlt{RW&CXbe=T@1;OF5t6vepXgV4gdWr671
z2w?)_M)^Uy9Js_PT?GuQURHzVATNsIm%`k?gbQB_3*QLJlhTGLcEvAlJP~;3U^^!i
P=MM6@+1ww?e7+w6)ZuIP

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7f5690e0384aa993efac5fd956c5a0bada2ebcce
GIT binary patch
literal 12442
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..435f74900d6bcccef66d3ac20007cd25f4d4921c
GIT binary patch
literal 312
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�)!-+tHM(*`3=K$kqCD)w|%|m%g%U+waTsR#^pQ-2y%mQ=PGM
z8(3v_#~bMz>9?mI*tb9Q?1UrJ&n&(#9Nt?^H=FKkS*~tbtZvD)UduYBW&^p3>g9^M
z#frLlDbw&mwxZ)k@9demS06e(bJK5jWGvO2Aj{YPzsO>E9Ho&(*J$ufjJp7NG~(Sl
z8USKgCb9Fm<|&0fydzEX4&DPkjy5_?$#|zC4_tVKt2W)#eeGMH0qV$mN8d14E6fEu
z!E2sL1F7-_fP|I#FFlvG@-F?7E;6Mtj#9jr7$*BZS@kj*0EA^u`&I-t+P{UKCA>2KNqs#_J#g%~)A?5G+^cUMemn59_C?2@|0dquYg=n*
z6;pA@-tQ?uJ)7FKQl(uxO2#8$kr#qjl4E0VgU=3=3CS{K2zIp|RJ?2a6e8rMu&k{B+tCrdQi|qb|?kwAa5BGexj^8}K
z>}*(cHY^N&eEHtxPc5JFOU^*9e9K&*lzDk4@ZOobXXbyDWm_{$>laSXt)n-OW-OH|
zuEGyD9*}O;V#9|Gg>jtx)!F=EE7(-HK6wVIG76$PRMb2}gwc#PV{{gdq#SGcU68;f)EYDFNux;kQr`yb+toB&wx)ezX
zehZOPvXd7CMAuO-Ko@=!sgbJG|8C%=mq4grhC_Qu{aesQsDs0&V@Z4@6$~P50IM7!
z&daN~ylgBPhnvJ=R6=+?6dPb5SbqqE9w=KPg0NwruwgL@f0#i2!l5a2C5*5^OhS1i
zN~5|s*d|b!jTuF*kSP$P1w#-9e-V=~co6I2G1IO_bvw}C0uAGvBtillqUnF5JfBm~
z{hD%rMwNX=IX
y_1I3jYV|bD&

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py
new file mode 100644
index 0000000..76527dd
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py
@@ -0,0 +1,210 @@
+"""Android."""
+from __future__ import annotations
+
+import os
+import re
+import sys
+from functools import lru_cache
+from typing import 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. 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_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
+
+
+@lru_cache(maxsize=1)
+def _android_folder() -> str | None:
+    """:return: base folder for the Android OS or None if it cannot be found"""
+    try:
+        # First try to get path to android app via pyjnius
+        from jnius import autoclass
+
+        context = autoclass("android.content.Context")
+        result: str | None = context.getFilesDir().getParentFile().getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        # if fails find an android folder looking path on the sys.path
+        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
+    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
+
+        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
+
+        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
+
+        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
+
+        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
+
+        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/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
new file mode 100644
index 0000000..d64ebb9
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py
@@ -0,0 +1,223 @@
+"""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:
+    import sys
+
+    if sys.version_info >= (3, 8):  # pragma: no cover (py38+)
+        from typing import Literal
+    else:  # pragma: no cover (py38+)
+        from pip._vendor.typing_extensions import Literal
+
+
+class PlatformDirsABC(ABC):
+    """Abstract base class for platform directories."""
+
+    def __init__(  # noqa: PLR0913
+        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 only applicable to Unix/Linux which indicates that the entire list of data dirs should be
+        returned. By default, the first item would only be returned.
+        """
+        self.opinion = opinion  #: A flag to indicating to use opinionated values.
+        self.ensure_exists = ensure_exists
+        """
+        Optionally create the directory (and any missing parents) upon access if it does not exist.
+        By default, no directories are created.
+        """
+
+    def _append_app_name_and_version(self, *base: str) -> str:
+        params = list(base[1:])
+        if self.appname:
+            params.append(self.appname)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(base[0], *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    def _optionally_create_directory(self, path: str) -> None:
+        if self.ensure_exists:
+            Path(path).mkdir(parents=True, exist_ok=True)
+
+    @property
+    @abstractmethod
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users"""
+
+    @property
+    @abstractmethod
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user"""
+
+    @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 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_runtime_path(self) -> Path:
+        """:return: runtime path tied to the user"""
+        return Path(self.user_runtime_dir)
diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
new file mode 100644
index 0000000..a753e2a
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py
@@ -0,0 +1,91 @@
+"""macOS."""
+from __future__ import annotations
+
+import os.path
+
+from .api import PlatformDirsABC
+
+
+class MacOS(PlatformDirsABC):
+    """
+    Platform directories for the macOS operating system. Follows the guidance from `Apple documentation
+    `_.
+    Makes use of the `appname `,
+    `version `,
+    `ensure_exists `.
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``"""
+        return self._append_app_name_and_version("/Library/Application Support")
+
+    @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``"""
+        return self._append_app_name_and_version("/Library/Caches")
+
+    @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_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
+
+
+__all__ = [
+    "MacOS",
+]
diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
new file mode 100644
index 0000000..468b0ab
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py
@@ -0,0 +1,223 @@
+"""Unix."""
+from __future__ import annotations
+
+import os
+import sys
+from configparser import ConfigParser
+from pathlib import Path
+
+from .api import PlatformDirsABC
+
+if sys.platform == "win32":
+
+    def getuid() -> int:
+        msg = "should only be used on Unix"
+        raise RuntimeError(msg)
+
+else:
+    from os import getuid
+
+
+class Unix(PlatformDirsABC):
+    """
+    On Unix/Linux, we follow the
+    `XDG Basedir Spec `_. The spec allows
+    overriding directories with environment variables. The examples show 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_dir(self) -> str:
+        """
+        :return: data directories shared by users (if `multipath ` is
+         enabled and ``XDG_DATA_DIR`` 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
+        path = os.environ.get("XDG_DATA_DIRS", "")
+        if not path.strip():
+            path = f"/usr/local/share{os.pathsep}/usr/share"
+        return self._with_multi_path(path)
+
+    def _with_multi_path(self, path: str) -> str:
+        path_list = path.split(os.pathsep)
+        if not self.multipath:
+            path_list = path_list[0:1]
+        path_list = [self._append_app_name_and_version(os.path.expanduser(p)) for p in path_list]  # noqa: PTH111
+        return os.pathsep.join(path_list)
+
+    @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_dir(self) -> str:
+        """
+        :return: config directories shared by users (if `multipath `
+         is enabled and ``XDG_DATA_DIR`` 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
+        path = os.environ.get("XDG_CONFIG_DIRS", "")
+        if not path.strip():
+            path = "/etc/xdg"
+        return self._with_multi_path(path)
+
+    @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/tmp/$appname/$version``"""
+        return self._append_app_name_and_version("/var/tmp")  # noqa: S108
+
+    @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
+        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_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_data_path(self) -> Path:
+        """:return: data path shared by users. Only return 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. Only return 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 first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_cache_dir)
+
+    def _first_item_as_path_if_multipath(self, directory: str) -> Path:
+        if self.multipath:
+            # If multipath is True, the first path is returned.
+            directory = directory.split(os.pathsep)[0]
+        return Path(directory)
+
+
+def _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/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
new file mode 100644
index 0000000..dc8c44c
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py
@@ -0,0 +1,4 @@
+# file generated by setuptools_scm
+# don't change, don't track in version control
+__version__ = version = '3.8.1'
+__version_tuple__ = version_tuple = (3, 8, 1)
diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
new file mode 100644
index 0000000..b52c9c6
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py
@@ -0,0 +1,255 @@
+"""Windows."""
+from __future__ import annotations
+
+import ctypes
+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_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)
+
+
+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 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
+
+    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
+
+    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,
+    }.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 highbit 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]:
+    if hasattr(ctypes, "windll"):
+        return get_win_folder_via_ctypes
+    try:
+        import winreg  # noqa: 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py
new file mode 100644
index 0000000..39c84aa
--- /dev/null
+++ b/llmlab/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-2023 by the Pygments team, see AUTHORS.
+    :license: BSD, see LICENSE for details.
+"""
+from io import StringIO, BytesIO
+
+__version__ = '2.15.1'
+__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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py
new file mode 100644
index 0000000..2f7f8cb
--- /dev/null
+++ b/llmlab/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-2023 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..50111b5ccc9c2e69bd96fc4a2b86f0182d98b539
GIT binary patch
literal 3490
zcmaJ@O>7&-72YK&i6ZsmO16q9u06KvShOY5R@~ZAV*|G1#6lF=u+%hV59DfhM6R{m
zWoBkAQIHG4$RWoRE#Mpyz$gMVg?q>`#}@6Wz1Wcoy9*zT6g~9jMgdy*)bGu5NjFtH
zkcP7}J8#~5`+eWMKMfA%475MK|7Go0dBgZCJtQsF9_*aQ;Ev%KWy3L@lxH?lnQ2nXo*Mt+>7;S+LAxu&h=s!L>&+wCl{0v?*-BnpC_YC)ujI
z0vBN@P<5EJnoZBOE#(HjWU6i{=5y{a6|kn@O1aCe*jNw>n=?Cbc#&O6!a}Hm&&2K@
zN7$>b!jcndI+=+_!m*vE$6us0gLC3Y+zk=Pn6LB)%7mMZE+Q9Uw}^ZvuN4h2{Fop}le_{&(vV7-}R*e)U+3?uBx+Y6?tk^+VdS|oIB_6o7HL?(r}=%yVaR?N?2W~rkp92
zYA_lu6%kyi*=AXHUJhl^LPUSB9`zh*!Q?n^$yE-t(lug}e1x;(#dS)-^8
z!eZ|4Br}CnlwD8)NSwVI^<8W!E@!W<_f8j2eXn>b+5?a%5!xyg+);c@71B}K<7-iG
zjJ&A7^KI-zwa97@{?qv1`3T(|queAf^qXdG!C^zK&5
zG*o}Gb;DFzIqCUcdx!Y88tkrbq&o9?MPBIUq?5C5o41WsV=et-W7RBV)<4!so8xP&
zN&-=Z4gevP=qe)RqRJ*3p;T-M2xe8hM^hR(0D3`hCI~}sLIFhs;Q>DlHLy+vEBF*e
zb}1A>vuzTVNx^&&&ju!Aro<-|Yg|?09TNqhkVIQhhy^psUFS8vrcYl#4ZkJ|P_J4@
zg3h|`X@@(`O)@`F#5vEBvd|ahy7r^~#a5GF79tSQc++hbDXgCFwDSE)T
z1lofubd|hZJT+aCNZ(ZZwvi>cR%*M}B~%5(bycMTXGJeg(%lgZEJ{UfDH?uW-^nUi}zaHoJer5Fb4E-(p%H#aL5BNum+xf$vtbca&^YQItuRR`l
z@u^{c=lG6cj-J41@Whks;L}08|4b72Ztod2etz~sK0R+!bV=(VeHuvCNKeT(R0r!D
zCZYIVd&in7a=>zD|Gl=AHB-_&+0reUzm*1W`jXl1?}o9FPB3m_e51pT?mLN%1>)ZB
zHaa{pjaCZ$>+q`0zqFI_dK-PWGVtwNiDmF_BpD|@fPedvxeaq8)0xjJ)HZQ*dUoYs
zueBe^(olb0->T5&m;zN0Z&x-Ix(tm~h~&On?To8cZEgZ=jZI?xImRXh%QE)hQe1XD
zj-$ZI8bq21jO&Qq#HH*oT4TY|4Q?y#OM9pV!qSISt5gt?fd&VJodWS2RRouzr{E{*
z8|X$-G@&kW)nr_|th!VJ#n(IzkL3dwxV{P@x=`d;0irB!)WE^>d?E(@ow(M25Qn|H
z9CT9hKO`X^^+6I)stAE1(GUboL0E~hm`4smE(YlFz^)R}F)zkw;}CVj)a^l6=!tsc
z4;l4$UX1$M8ISU)f4ugC-YyCK&>B6g|3+^X-xAQOkX67^Zw=Zm;c=P}10ukZ%h3tg`#_#eY
z)E_u|aV%|9E|W(3L}}eQiSCZkRfet#fX!yYn2i*e-PVT%=>B?B!)%f64Ezzc8UZdN
zx^|~LR6}03I-+WFIrMF+I*SYiIm(eGlvz?=WK}|TjM?~e5G8OA@$MeIT1dsIC&vpJ
zLA)0fr+AUN{pcjc*Zojgny2n9S{p~VX?&eC21b5yIF0N&(nr^=*iI7X8zHh!<&O&<|a1#zUmz^
ShjtE+nL}Ss_n2q3xqkzg7|oOb

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..0c4e3d706b36cc9eb708c6cb9ba7fc2c1a151b5f
GIT binary patch
literal 736
zcmZ`$yKmD#7{9Y!5?l(c1cIT%i83@2w$oJV5Fw-zDkUnEN6OF)*cbci82r-R^;eaLfCC-LhaD)i>`Q^%ks&w@BtYP!azQ)N!Y_+R-r>lbp^u{1aScHt
z%>Z)h3ZNI@f9p9)!GmB;Ft)(9yau*lW$ei}6$yzGHy|Nrx@iX33r#ckK0PUF?!GND
zkjSP9iX$)NXg#9Hvf_mIq7Z4pVKvLrhm5)%#R>J?9Y7oya!LRAvcFr(-YH%}o+I5!DaZw*$xbLPBLhNfol~@l?Uo-At#J
zNz#olby^`Oly1cQ1L$XM2A0u_0%EMY6f@1nhVKWakGmQtjAw?xhVONa;d$ouxthT|
zPP7=?kFiUbAqFuu?M
z0PR4L;pCoj=2_!q^Lg{t>f4#!*>|(AAAVP+|L&D8{Q>Y;c<0`W<*dZyfSnW7-dvso
NpDr$r%b!&!-hV`~#m4{u

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..48702ed54fca0d7a5aefbc80f658f3d5131eb133
GIT binary patch
literal 26607
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b2b0b73dc49ae2394370004a3258920e09b29b24
GIT binary patch
literal 2628
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
Z56jT!w+U3AjSbWJtKa=Mfj_zQe*yaZ{5}8x

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f7e431a705d4aed1f77ec40db32176c88e835d26
GIT binary patch
literal 4571
zcmb7I&2JmW72oBDNQsgq`9qOY*O|&mWELXj$aS02AAl_S^r{Yj
z(@v_LuBLSy%Q%^Kwwi_aY*VieSOfR8YA&T+)2!S*7`vYeHC6N7R58Ey#~}hwr`v2Z
zSBi4O<83M><7)VWZ#+Y4{0bF}B%;K0s1W7wQ^oW;U2Zp9vO?zLS2B0z%=b%kXXeh5
zdY8x+BR`H7B$Cng3=xcx%kM2;f9Kt$vRa|y*d}uYtB@;8SHtf&Z_K~7xbzmTODra-
z?ZBE};${|$dNAB%(x`i$V|X12{c-FI*>#vv?;0*`vtaP;cyp#6`arel*);t2EiI*CL>>ITI@AmkXbbgnsx1dB)bIfOIlH1ET)4YTiC9U)HPX<7Ls$+4+dqGF#>0h
zujy>dYqQx#lT%SL>8#_l4TsiCk_m|&c%OCb`fR5wTb_Hi{Knj@uq7*XsJTL$Ow4xd
z&a82Vxt7O4C_KE`b5u-qWjt3VK5bGmcK96VR&Do%h^3j7vc%k=_b(3HS+c03E=?T^T_sIW9p&%kv$J
zwCEj10G`~g``{{+Z!xC>@Nt+aZMTWoYM04!iwUMyqMQ+7w{3@Vr5&JWdYm)S@mvch
zR1|nCwGU!1mK}DN@$yY^Ey-gL%WYLqT%0lK~e|6G2Vf+rNjERaHB!uZ4p=s
zP7d6QJ5qx1Mr9l(;Be(J=_N*(R3So5h>h-BdU`rpm${~gk+Fa2rVV5>L)yNO1kckY
zv7CZ_wEtBbAau~`VZ5u=-*atP01*-eKCGo8x!y(pDwqgjyC|HPA0AYhfD>$q+n<_3
zC@p#}I3d;;&yB5El!6+i?BFaiBN$NuTfD0ixr!1!PsL^*$53L6l1)Mp<0mmy!m6Es?PIZbG`)
zmy-0`X&8Uufux^`6V&}EC9P{l%-fpG#S_+{RIoDlBOM?UmlfLj!J4zyK&%<0d#UeW
z>7131rSIw@1tmxxX5ntsv##A9j^BHKt-(7Q&sjtJBoEeKh<69thjmE02kG0d2YSiw
zyZPeq+N0z=FAK72%N9|DFEE$@SPjp&a$JuaO|lu_5hL+t_!
zd(n{tRAI7N2v
z@e>~eZw9%DG=mJ1+1o)@5ksH_`51SL#Z-`O`mlPCGh38H6}6W2Wux?FQ0PN1q-z9U
zkcJXUspg0m4i%}!$FadWBFIHK26SeS75OBL3d9^C9P8L1Zy2^~OT$<@+~enXYzd_|
zq1n*>J*-Wf+Wx_3=RZCF`RW&gyQi+~9-H6Hd^q&vDA|7L^VfG?+dcXw^amdwJF#`^
z<6AH`wR^0D5|1Ze`EB8o!uF4LGP{%K9!*~S;wTJ{JT8oWbn#~wADlSzuyE$-iBp?b
zKU|1K7j`G-9!<{gSbu2$zO95`I=Pwo#V|)`nn}z+2Or$|9tO#l*42wCngN02%oXRi
z8I)*N$c&sxpJO#cr8*}_#8|7s>2Y;rP{{bUr1daC!g)awNwnc%n?BSgE)coOkdUij
zLS3-;eH?5-RqbG94T%TKByw8i!}+D95FfqTAfiuFyS}_|Gx2>5s47`)8JSS!gg!iz
z8dM3jIB7>Y1lZBC8)4brWG)N00x7^sltJ9|@~Xu;P?w^?r$esBV%P$-*=v}^nMpx0
z(l}NtkSr7r60Zk+um9V?ilun54$VR*|fC%1CnAJP*FVVThOvrr$SizVg7znRe!B}Xb;k$}z
znN>`OxG41P6BsizQJ^X)D?^qX2Qy!}Zt*h7IF=pE}W(oMAu!!Ego#f?RZ02?moZNHF4uMI3Ah>Sz8k
zDCZ}!c^wUfhxB3Grp_%(l|2lsm^wA|g2TNk8h!Ql<(z>pHmCEaxy`!3b=%3o$-?Se-
aElg~dHgeAg()##+hD}{R|6IdXS^i)2?D8-G

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..095e88f10376582e5942a4ffc2d17af35277534d
GIT binary patch
literal 38331
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b8c02ec254948c45a839414a270de96839780b6b
GIT binary patch
literal 1570
zcmZV;O>Y}TbY|Bd8-L^z(k2u!0#dSt*r_X!u-Zgv8mXYlg}QKXo0_$E?5w+9Z+A9r
zZEcVdML48V0+;ldW2^iVxTHjau*w0!DK``M)C;^>dy^_WY2Umz?`z)I{t}Nz5Wvr^
zzsjzN(BGW#Ay}ntveRVVCrN60`lG4Tbm{^r)QP=B$!EQX5SuF14+x`_
z%zbh5>h&Ahgcm!lYei}>nkJXCSGw|RpUf|0vJ0eCvxrJrVPMTYR6$ks|h+04Frs`#Lv)*hKb`sKO;Dz(LzR+ZF6!
zYskTs;0YCARqShJQ60%b=71Z?q8s(=pSP$RVpOq;OKz}i)s{_JaIx;wz$kod5>ONEOC!HaC+ByiH=A>Rgr&WK
z!Sx5L4>stA0bv0NQ>9PLuY_s-vVl)wuIt?>zUQeZtP5R
zVJ|+sk=m$lRJMkG)VESQBNNZ#XAhAWJk`Sc{qJslzT5v^3x>FVZ)Eg`PupP-ypT};
z$i~M{3R`dQ#wQL@AoxZL??q#e*~W)!jkTHm;mN13KfU+t^zLw~HSZ1#@0}X|Dbnr(
zy><-62CX=}L&gU@Z&`A~`Mg>y=JT!q`vHui>%fGIwWvYC?3zYcCu{l6(5o7$1AmKpgHH0I7MkjV6XPe=62n~$23hR~C
hN*jse0pLT@_qlI!ov=7C)Qld+L_Gc?Hh{Y?{SWk*hU@?U

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3e91b3e8b1663e0d08440e6f91ce551911bec105
GIT binary patch
literal 3398
zcmd5;&2JM&6rbJoH~EG*A#Ifr6o`>yCj=-pg(`uBMok07X-iUpv+<6dh4rpAvmtSm
z6ogs{R3v%=dMbw=ifI3aDjeHOBy&I(^w3_~TRu31ocdm&vNM@HJ`H*eq9{N}y4
z{tlg1=X9+Nd?Owl}J9?knL8uMyCpgzqH
z)UO4A2DBj1U?CLQrf%~f6vD9bg=~(PHjCwrsjO}a**9BPNC?lA6|tj;b<-v^qozp=
z_Z6^4GU}9JN3lJrGi+0x0JZQGBf@xmT+ih#Y8(1QEJtirQ*Cv8Jc_3$_4FhL3*7`u
zg3lD}Nz25{R!vQ%ny>{Ms?q{xx|yzM^u&%tu|=_NGrY-pYQwp(olw)4cwC$TU7}J$
zClp^MlenD5nhm%$GG11|OGzyY3h77BeV8c>1qG8p>;4J2VZIBsA)Ipjh5{{5x*VmQ%
z5-RMx2*ckLAW6sUnBa4kHf4~+D2Ru+H^&FykW+2AxmP={s8t21$gvZovKMg%T<4Xf
z;xRH~zeZOm_cER|POEVFghVSFs4Lwh7`zbExiknVN~IE7*iQqtSj7fWHQmf&W~gkk
zj3q0WwmS3b^D?_&kgBr^SvhyXi!&y^QF*S?E
zwhTS$aY!;=P7;)y%8xrk
zG6vnkGZiEb47&&9Dq51ac@I4e^el%_UEB8;t`0o$*ImE-!^|T;Uh<)a@U8h9^Y;?h
z=Zp2R#XxK+z(un+X7BF5H&LvQECwQL&-S32mK7BA9$JzE!9#!5e6aSUzHJ5hf*|nL
z9(vkvYB_*fBfqp2TMj;IIJoxAkDBq%EsNVDD@dwsd)%_~c5q1nZhgrQM(fK8sy(vg
z1&8bGD@gL1?_>0Pu&+*82>N;(M-+vge}Su668}wgAA3Pymnz=8XWrWdOKk)dE=jRU+8Buw>*iFuPn}
zC?8J|j{{Bf!0EG}^^S~G!y~$<85C(42-^frcr!E`)0n;sdP7{d8^{Jc$BNn9
zJa=b*y7J?dVtdzOT~{&C#c}F>zRC}F?cm|J6{p7J$mmf2<`SasK*sc?5N)X*=i5Xv
zXnzh*6+CYByapcn9+~ok~#{7l^iT($2{)PQ*OsJuE6!+=qyJAFYBAiN0SCeB}I5Jx=$5j8{E74g?0K
zBrVH(CC}0s2{rFsM2(MII~P&&;~jfA-@I=THLduXrTr^ivV>PcveYfeD(C24aPdDj
CNnnov

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4a11192680be0e0a80ab0d8d45093f5b6dde358a
GIT binary patch
literal 4083
zcma)9OHdoh8SWm9-U2;%*pM}hF^(;4UVc$v)&?8l2N>@HNop}f5t=~=k2G@6U;`_5
zRcogf?5#4cT?dlg1F85x%9ScoIfOmMsoFy-xmYOK#Z$P7BzuStsp8?onoIKcj3k6}
za9X8*dV2o;AN}|Lf8Bq{%d;V9f1dhB2sse?Cw<8@L%Opy1)W*MqdvrAo)K{$hNnTq
z5vGs9bc_`Z5w?%j`bND8xKWME1>W&@f2FF3Mz`c_;n^S~9-q+RR)6C)pB@h-t=L@=WU0$r31UVRp3D9!{
zrAS1I#)vQ!9)ovth)AQc!Exx?z~o3sP{8mB$F=@z{Xg#S@2~D37zm~#pvA!ql*WCl
z4+z8@E7~w6Bboh>9YKg^?jYVUV$2yzcjM@BTJB>;ADVy%&r;fhyvD9=d~KIzD!l;y
zTZe&A&2co6YZ;8v_E>+Qv>XQH^n-Us%~9y!h)id3+drutmLfv!P>2NN>R_N&6eE5y
zFjx)oR_F`#YsK(jZERc_mZHaN>W|gRute3dK=67XB*?X~aIDsUQ;6~s0VaK?)n;~D
zO>BJI(kuodgM8r3L|G(oUGN8o14I^-nr2Z721NM`boB3gz#!QTB!LzR7xC}Szcv5P
zn)Eg%&=&PZMca75Yf!D{d;Gqh^R4grRD(P^sIntcI7)*kYEhGQ$4DNX;>guVieZTU
zYY-@i8pZCo{>!k&MTI@`e(aaMz|}qqGxqp1lrXB
zjd3%L&;#ZZD+{BO#@(^XM3zP%I}=cb&gALO`crM^z#T7rY0a_Q
zn)!0qp1YO`O$V(_*@rNogoWzOREf---4^cb$+$Jwq73)$Rp%`uG*w<}y!{SRXijS_
zj;3s&-Eqf~iR=H`kSjF^xkOj)7SK%3n>XR>7L-u}K&9i54pSNo0VD;Y<7vF%!ch%K
zWQiz%SrnN7n6hBBjlIMLW)Yg)FKBjlO&AWJZQ90Xw{iT%f1vHEyex1)rl74VAP;c|
z!cc$XXn@8H$1#tl89ORPKf|*a@&RHtj(%gfg}u1z*9giMQ&Xp6S!HDrK#OKO$0f8P
zwQX&t5IYtlXC^AN!s!Q~^@pPXyE#QN!*da)%Cw|>_b>Ea0xegzEY{DzJAZSbaKZTK
zy<}y}E16n)+f{&fnNJf~Grto$S>xZL#_w#OoREVZW`pe;8l`VR{ai7@GKI-f6QAOqMb)ZXM0ROF0AP+GOA&;p8({Nm)Pg;@zdYLY5
zV~{c!0^>P&sK%i%f#Z#4z8*Z1591U2UvoJpY-w!k0yeo22!w3Oy;T2Y;gg~#H~zRc
z*?1{|G>q|DRRe4d3Mz7uU|sjcq@R9NHU?T%ds>R02sc5^=nx!?2!%pHnI=u@WNoT`TOT#m}iw<91xUkr|cy6I%sVMc<*`)LAO1^u;
zfL)%I!gBiL))BUH--57{w~pOT^VhAw`qG9R&Z+TxXXaX$?fafN3)c4Re{^-R
zZK)zv`F3*8+fNM1J?B@8E9M(h#nqsGZ_P^GY5HsiGu+MVCRAAV$g%KVifc#~G%OuS
z7Wkeze5-jSbB9uS6^Zs|<~(Z4seA8FvB2yq1-DOq-j#G#t>*7r-1Bu=<3j7)jrqd)
zqF;+#p}pmEPl25JyhQGYSV-YsTmBrCsYy0Y;v;71cr29P6=vJohTg^aba}NpG
z`ZEcKteoluIh(0Rxq#tiCjOlT2RP)%!eZvO@+OoBh2apZfkgV6(hGNxbXIVRq+fHm
z$S8owpa6WkZZ=1`sH9|WMKv4;bH}+`VNnEL8%-OnKve4&5I(J-O3%P5fGnP?(sK@8
zh`_;zYHd`n0N?@`K<`9D;V4|EG-3KBXd54f;zSWiOGK}M9HIR>N@%rDBaL2bRcp3R
zkyG%on=;TOPN0`AGzUC;NI(Pr_^yQfkQ;tIk>oZsBT>YnciM&k{#yxn`auOH6jA1K2
Ht*QAhaC6K2

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..26c30940a741b3aa05f4d2b5c2f0cc72daea073d
GIT binary patch
literal 4758
zcmdT|O>7&-72YLxCH`4-ZTT;9no0c2SSB4izk+K({%PGHRRT*vVxhotxH}|QTJEwl
zOIu`B!zheGDq7fv50a4dqVv}P*@a=}Qc;gc%8#E8J1v#fd9X@~&@t1iH@RJ@`eWow*d@o09eexe@ngqNpy2qSkGf_fKBKi!A{Zm%A5WeC@WNzX
zo;>E*CUXTFBc~_N2J0XE^vt=5$#bOaabhu_+K$Ml{*7KSVFtbtP_;W)+X|f}g(=f2
zI9kk7r{mx{@lNubYkgRr0^PT!<+mT@I;0NFcq(*(SO3Dq_^g;W<1txM@Ct(;atue#sqzt3xSq%sK8N>KRgF4-nLBp^-
z(=hHSYbf_KqfiC!DU>UmilZhiI8M!QXz8fWgpUL07r=)L^`>9-+!OgXju(XOv!iut
z&Z3_d>UO01#v>>LZ6V?FGq%{aMWhH>7o5@_dGdLN9
za;q-QGbuwgbhE(A#zF5j1{$y+_I#glSIB^bK<`53H)P^efq
zic}^?XcXCO1=bSb2)(!UODQNK-x#0{tx0bk!|@cjsC3=SRU6zRHxOy
zvFy-_z?~K=(}v?C3ic~c@}VGCX(#S5x0A-M0lkV}?IeXyxo-e;b>c{L
zxxb@1RQMfThDj%BaAueoSrChwU{1NCq1asdBdQEU;%WHB__1BvH;mTSu1n;@nSHP>
z#(`W_o}`o=dlt0cB_EIcaM}Oty#?*>iQVlzFTvDMd;2i_B-%T0lxh#}M!vRWPqp`q
zENH(Ul5TH?paCZ;cuSOH?M)zHcx48D`y0$g#_p}n{#;Qem7Lnj7pHiG6%kbsI=b-}
zK?=^TLz{dq#<#;M{0BhpseCv52o$NSh&b~^D;??p25%t4E+AKxe`L2`pIe+;e)G}D
zkrnutJ@O!NB)HUi0nz*9rBZP2i!Q}eJ-@yW8?gOaMbDp!yf>IddP(I+{m55mB0ueM
z$epqr=*?j-goDk`omWo+&x_Xfz}n0fJY{18{-KRCID%PB1AQ(0zBJXX$iK(yb*D*+
zT|_BHnYzI_lo$j&+D3qv34t@e!QE&p8Z<})UTKDzkk${M^_XxEL0RQOJ0$Ra`4xfhdO(-{o$
z5RD%Ok`B>k&bGFM9wdiv1A{06fe^|lnXT8~{q4Jtw~gF7@*wkaJH2gr|DF8p{7U-p
zs$Pb^L>zq69r*9PyqvUp{=vXVXcC_B269lbmC
z`New|zt+A@e3N*X9eC|6g=h%+|IN?bU%?(`9AnQe-(&WuSUQr;kPoO7IAbMc`#f-i3w%v@b%VW
zYx&T_>}z-TKgi}EB=XN+K8nOI|9>J83i?-8q;L?xWEt^X@MtoT)IK6X`Y
zs`Ig#9h-1mos6(b?hyw))6wv{=$e9C+7Af1zvA{j2;D`WW$R+ADpgM*6hLk+d
zVe)I;7X?Cv?OL`8o8iq6FWfHKk)v45!^Wr#C_)Cr7m&Pn0G{%h6FeVK{JLkuJBUM_0;-eGl}Kxs
z;nc3&qi`r_E;=p}ACqW^%e@f(@l()Ck
zfD&lu(kC}Rxpff+DM0P#%O1QI{;eGZ@*+^SqH0%FWIei5`ahearVqK(bKzlIr9A&k
z%_EK;fus0dAnU7{1UxDYyD$unm3*&yd;Ye-!s>iu
z5gW{yuv3
zo^qK$1_UXNn9Q*h<1Zn>Dx#C9bFa?0-wg8F0bG!l$zu;|Nsdq`50zfc(FBqpEQ%ii
zxu!gg>3U*qD5LLP-5b+KpAIPL?Ke&=$M2+Xryr*FUp=#`rS#M4>TXRhtY&uT!>jq2
zzH2R^>w&oPyqq2ghtb%{TxhtyU1R4s_jpk2$PaH6=2_xo@OD1Mu^`7vK^y||B(AFJ
i(^yv3)`+5}z8lcg#Er~%3jF+M=x3^$T2+wBTm2Ums5n~y

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3d2aa14eb1845105b2e11a9138eb068995e1ccb1
GIT binary patch
literal 11048
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
V2tL30TWd4dsmK45z=Lh9{{zaBmUaLD

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b136f8453d0ec25f5cad2ac7ee3d758e745cb47e
GIT binary patch
literal 8144
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..aded0d7c8479e711378bf908e00c442929b9cd41
GIT binary patch
literal 32990
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

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

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

' : '\U0001d507', + '\\' : '\U0001d508', + '\\' : '\U0001d509', + '\\' : '\U0001d50a', + '\\' : '\U0000210c', + '\\' : '\U00002111', + '\\' : '\U0001d50d', + '\\' : '\U0001d50e', + '\\' : '\U0001d50f', + '\\' : '\U0001d510', + '\\' : '\U0001d511', + '\\' : '\U0001d512', + '\\' : '\U0001d513', + '\\' : '\U0001d514', + '\\' : '\U0000211c', + '\\' : '\U0001d516', + '\\' : '\U0001d517', + '\\' : '\U0001d518', + '\\' : '\U0001d519', + '\\' : '\U0001d51a', + '\\' : '\U0001d51b', + '\\' : '\U0001d51c', + '\\' : '\U00002128', + '\\' : '\U0001d51e', + '\\' : '\U0001d51f', + '\\' : '\U0001d520', + '\\
' : '\U0001d521', + '\\' : '\U0001d522', + '\\' : '\U0001d523', + '\\' : '\U0001d524', + '\\' : '\U0001d525', + '\\' : '\U0001d526', + '\\' : '\U0001d527', + '\\' : '\U0001d528', + '\\' : '\U0001d529', + '\\' : '\U0001d52a', + '\\' : '\U0001d52b', + '\\' : '\U0001d52c', + '\\' : '\U0001d52d', + '\\' : '\U0001d52e', + '\\' : '\U0001d52f', + '\\' : '\U0001d530', + '\\' : '\U0001d531', + '\\' : '\U0001d532', + '\\' : '\U0001d533', + '\\' : '\U0001d534', + '\\' : '\U0001d535', + '\\' : '\U0001d536', + '\\' : '\U0001d537', + '\\' : '\U000003b1', + '\\' : '\U000003b2', + '\\' : '\U000003b3', + '\\' : '\U000003b4', + '\\' : '\U000003b5', + '\\' : '\U000003b6', + '\\' : '\U000003b7', + '\\' : '\U000003b8', + '\\' : '\U000003b9', + '\\' : '\U000003ba', + '\\' : '\U000003bb', + '\\' : '\U000003bc', + '\\' : '\U000003bd', + '\\' : '\U000003be', + '\\' : '\U000003c0', + '\\' : '\U000003c1', + '\\' : '\U000003c3', + '\\' : '\U000003c4', + '\\' : '\U000003c5', + '\\' : '\U000003c6', + '\\' : '\U000003c7', + '\\' : '\U000003c8', + '\\' : '\U000003c9', + '\\' : '\U00000393', + '\\' : '\U00000394', + '\\' : '\U00000398', + '\\' : '\U0000039b', + '\\' : '\U0000039e', + '\\' : '\U000003a0', + '\\' : '\U000003a3', + '\\' : '\U000003a5', + '\\' : '\U000003a6', + '\\' : '\U000003a8', + '\\' : '\U000003a9', + '\\' : '\U0001d539', + '\\' : '\U00002102', + '\\' : '\U00002115', + '\\' : '\U0000211a', + '\\' : '\U0000211d', + '\\' : '\U00002124', + '\\' : '\U00002190', + '\\' : '\U000027f5', + '\\' : '\U00002192', + '\\' : '\U000027f6', + '\\' : '\U000021d0', + '\\' : '\U000027f8', + '\\' : '\U000021d2', + '\\' : '\U000027f9', + '\\' : '\U00002194', + '\\' : '\U000027f7', + '\\' : '\U000021d4', + '\\' : '\U000027fa', + '\\' : '\U000021a6', + '\\' : '\U000027fc', + '\\' : '\U00002500', + '\\' : '\U00002550', + '\\' : '\U000021a9', + '\\' : '\U000021aa', + '\\' : '\U000021bd', + '\\' : '\U000021c1', + '\\' : '\U000021bc', + '\\' : '\U000021c0', + '\\' : '\U000021cc', + '\\' : '\U0000219d', + '\\' : '\U000021c3', + '\\' : '\U000021c2', + '\\' : '\U000021bf', + '\\' : '\U000021be', + '\\' : '\U000021be', + '\\' : '\U00002237', + '\\' : '\U00002191', + '\\' : '\U000021d1', + '\\' : '\U00002193', + '\\' : '\U000021d3', + '\\' : '\U00002195', + '\\' : '\U000021d5', + '\\' : '\U000027e8', + '\\' : '\U000027e9', + '\\' : '\U00002308', + '\\' : '\U00002309', + '\\' : '\U0000230a', + '\\' : '\U0000230b', + '\\' : '\U00002987', + '\\' : '\U00002988', + '\\' : '\U000027e6', + '\\' : '\U000027e7', + '\\' : '\U00002983', + '\\' : '\U00002984', + '\\' : '\U000000ab', + '\\' : '\U000000bb', + '\\' : '\U000022a5', + '\\' : '\U000022a4', + '\\' : '\U00002227', + '\\' : '\U000022c0', + '\\' : '\U00002228', + '\\' : '\U000022c1', + '\\' : '\U00002200', + '\\' : '\U00002203', + '\\' : '\U00002204', + '\\' : '\U000000ac', + '\\' : '\U000025a1', + '\\' : '\U000025c7', + '\\' : '\U000022a2', + '\\' : '\U000022a8', + '\\' : '\U000022a9', + '\\' : '\U000022ab', + '\\' : '\U000022a3', + '\\' : '\U0000221a', + '\\' : '\U00002264', + '\\' : '\U00002265', + '\\' : '\U0000226a', + '\\' : '\U0000226b', + '\\' : '\U00002272', + '\\' : '\U00002273', + '\\' : '\U00002a85', + '\\' : '\U00002a86', + '\\' : '\U00002208', + '\\' : '\U00002209', + '\\' : '\U00002282', + '\\' : '\U00002283', + '\\' : '\U00002286', + '\\' : '\U00002287', + '\\' : '\U0000228f', + '\\' : '\U00002290', + '\\' : '\U00002291', + '\\' : '\U00002292', + '\\' : '\U00002229', + '\\' : '\U000022c2', + '\\' : '\U0000222a', + '\\' : '\U000022c3', + '\\' : '\U00002294', + '\\' : '\U00002a06', + '\\' : '\U00002293', + '\\' : '\U00002a05', + '\\' : '\U00002216', + '\\' : '\U0000221d', + '\\' : '\U0000228e', + '\\' : '\U00002a04', + '\\' : '\U00002260', + '\\' : '\U0000223c', + '\\' : '\U00002250', + '\\' : '\U00002243', + '\\' : '\U00002248', + '\\' : '\U0000224d', + '\\' : '\U00002245', + '\\' : '\U00002323', + '\\' : '\U00002261', + '\\' : '\U00002322', + '\\' : '\U000022c8', + '\\' : '\U00002a1d', + '\\' : '\U0000227a', + '\\' : '\U0000227b', + '\\' : '\U0000227c', + '\\' : '\U0000227d', + '\\' : '\U00002225', + '\\' : '\U000000a6', + '\\' : '\U000000b1', + '\\' : '\U00002213', + '\\' : '\U000000d7', + '\\
' : '\U000000f7', + '\\' : '\U000022c5', + '\\' : '\U000022c6', + '\\' : '\U00002219', + '\\' : '\U00002218', + '\\' : '\U00002020', + '\\' : '\U00002021', + '\\' : '\U000022b2', + '\\' : '\U000022b3', + '\\' : '\U000022b4', + '\\' : '\U000022b5', + '\\' : '\U000025c3', + '\\' : '\U000025b9', + '\\' : '\U000025b3', + '\\' : '\U0000225c', + '\\' : '\U00002295', + '\\' : '\U00002a01', + '\\' : '\U00002297', + '\\' : '\U00002a02', + '\\' : '\U00002299', + '\\' : '\U00002a00', + '\\' : '\U00002296', + '\\' : '\U00002298', + '\\' : '\U00002026', + '\\' : '\U000022ef', + '\\' : '\U00002211', + '\\' : '\U0000220f', + '\\' : '\U00002210', + '\\' : '\U0000221e', + '\\' : '\U0000222b', + '\\' : '\U0000222e', + '\\' : '\U00002663', + '\\' : '\U00002662', + '\\' : '\U00002661', + '\\' : '\U00002660', + '\\' : '\U00002135', + '\\' : '\U00002205', + '\\' : '\U00002207', + '\\' : '\U00002202', + '\\' : '\U0000266d', + '\\' : '\U0000266e', + '\\' : '\U0000266f', + '\\' : '\U00002220', + '\\' : '\U000000a9', + '\\' : '\U000000ae', + '\\' : '\U000000ad', + '\\' : '\U000000af', + '\\' : '\U000000bc', + '\\' : '\U000000bd', + '\\' : '\U000000be', + '\\' : '\U000000aa', + '\\' : '\U000000ba', + '\\
' : '\U000000a7', + '\\' : '\U000000b6', + '\\' : '\U000000a1', + '\\' : '\U000000bf', + '\\' : '\U000020ac', + '\\' : '\U000000a3', + '\\' : '\U000000a5', + '\\' : '\U000000a2', + '\\' : '\U000000a4', + '\\' : '\U000000b0', + '\\' : '\U00002a3f', + '\\' : '\U00002127', + '\\' : '\U000025ca', + '\\' : '\U00002118', + '\\' : '\U00002240', + '\\' : '\U000022c4', + '\\' : '\U000000b4', + '\\' : '\U00000131', + '\\' : '\U000000a8', + '\\' : '\U000000b8', + '\\' : '\U000002dd', + '\\' : '\U000003f5', + '\\' : '\U000023ce', + '\\' : '\U00002039', + '\\' : '\U0000203a', + '\\' : '\U00002302', + '\\<^sub>' : '\U000021e9', + '\\<^sup>' : '\U000021e7', + '\\<^bold>' : '\U00002759', + '\\<^bsub>' : '\U000021d8', + '\\<^esub>' : '\U000021d9', + '\\<^bsup>' : '\U000021d7', + '\\<^esup>' : '\U000021d6', + } + + lang_map = {'isabelle' : isabelle_symbols, 'latex' : latex_symbols} + + def __init__(self, **options): + Filter.__init__(self, **options) + lang = get_choice_opt(options, 'lang', + ['isabelle', 'latex'], 'isabelle') + self.symbols = self.lang_map[lang] + + def filter(self, lexer, stream): + for ttype, value in stream: + if value in self.symbols: + yield ttype, self.symbols[value] + else: + yield ttype, value + + +class KeywordCaseFilter(Filter): + """Convert keywords to lowercase or uppercase or capitalize them, which + means first letter uppercase, rest lowercase. + + This can be useful e.g. if you highlight Pascal code and want to adapt the + code to your styleguide. + + Options accepted: + + `case` : string + The casing to convert keywords to. Must be one of ``'lower'``, + ``'upper'`` or ``'capitalize'``. The default is ``'lower'``. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + case = get_choice_opt(options, 'case', + ['lower', 'upper', 'capitalize'], 'lower') + self.convert = getattr(str, case) + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Keyword: + yield ttype, self.convert(value) + else: + yield ttype, value + + +class NameHighlightFilter(Filter): + """Highlight a normal Name (and Name.*) token with a different token type. + + Example:: + + filter = NameHighlightFilter( + names=['foo', 'bar', 'baz'], + tokentype=Name.Function, + ) + + This would highlight the names "foo", "bar" and "baz" + as functions. `Name.Function` is the default token type. + + Options accepted: + + `names` : list of strings + A list of names that should be given the different token type. + There is no default. + `tokentype` : TokenType or string + A token type or a string containing a token type name that is + used for highlighting the strings in `names`. The default is + `Name.Function`. + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.names = set(get_list_opt(options, 'names', [])) + tokentype = options.get('tokentype') + if tokentype: + self.tokentype = string_to_tokentype(tokentype) + else: + self.tokentype = Name.Function + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype in Name and value in self.names: + yield self.tokentype, value + else: + yield ttype, value + + +class ErrorToken(Exception): + pass + + +class RaiseOnErrorTokenFilter(Filter): + """Raise an exception when the lexer generates an error token. + + Options accepted: + + `excclass` : Exception class + The exception class to raise. + The default is `pygments.filters.ErrorToken`. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + self.exception = options.get('excclass', ErrorToken) + try: + # issubclass() will raise TypeError if first argument is not a class + if not issubclass(self.exception, Exception): + raise TypeError + except TypeError: + raise OptionError('excclass option is not an exception class') + + def filter(self, lexer, stream): + for ttype, value in stream: + if ttype is Error: + raise self.exception(value) + yield ttype, value + + +class VisibleWhitespaceFilter(Filter): + """Convert tabs, newlines and/or spaces to visible characters. + + Options accepted: + + `spaces` : string or bool + If this is a one-character string, spaces will be replaces by this string. + If it is another true value, spaces will be replaced by ``·`` (unicode + MIDDLE DOT). If it is a false value, spaces will not be replaced. The + default is ``False``. + `tabs` : string or bool + The same as for `spaces`, but the default replacement character is ``»`` + (unicode RIGHT-POINTING DOUBLE ANGLE QUOTATION MARK). The default value + is ``False``. Note: this will not work if the `tabsize` option for the + lexer is nonzero, as tabs will already have been expanded then. + `tabsize` : int + If tabs are to be replaced by this filter (see the `tabs` option), this + is the total number of characters that a tab should be expanded to. + The default is ``8``. + `newlines` : string or bool + The same as for `spaces`, but the default replacement character is ``¶`` + (unicode PILCROW SIGN). The default value is ``False``. + `wstokentype` : bool + If true, give whitespace the special `Whitespace` token type. This allows + styling the visible whitespace differently (e.g. greyed out), but it can + disrupt background colors. The default is ``True``. + + .. versionadded:: 0.8 + """ + + def __init__(self, **options): + Filter.__init__(self, **options) + for name, default in [('spaces', '·'), + ('tabs', '»'), + ('newlines', '¶')]: + opt = options.get(name, False) + if isinstance(opt, str) and len(opt) == 1: + setattr(self, name, opt) + else: + setattr(self, name, (opt and default or '')) + tabsize = get_int_opt(options, 'tabsize', 8) + if self.tabs: + self.tabs += ' ' * (tabsize - 1) + if self.newlines: + self.newlines += '\n' + self.wstt = get_bool_opt(options, 'wstokentype', True) + + def filter(self, lexer, stream): + if self.wstt: + spaces = self.spaces or ' ' + tabs = self.tabs or '\t' + newlines = self.newlines or '\n' + regex = re.compile(r'\s') + + def replacefunc(wschar): + if wschar == ' ': + return spaces + elif wschar == '\t': + return tabs + elif wschar == '\n': + return newlines + return wschar + + for ttype, value in stream: + yield from _replace_special(ttype, value, regex, Whitespace, + replacefunc) + else: + spaces, tabs, newlines = self.spaces, self.tabs, self.newlines + # simpler processing + for ttype, value in stream: + if spaces: + value = value.replace(' ', spaces) + if tabs: + value = value.replace('\t', tabs) + if newlines: + value = value.replace('\n', newlines) + yield ttype, value + + +class GobbleFilter(Filter): + """Gobbles source code lines (eats initial characters). + + This filter drops the first ``n`` characters off every line of code. This + may be useful when the source code fed to the lexer is indented by a fixed + amount of space that isn't desired in the output. + + Options accepted: + + `n` : int + The number of characters to gobble. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + self.n = get_int_opt(options, 'n', 0) + + def gobble(self, value, left): + if left < len(value): + return value[left:], 0 + else: + return '', left - len(value) + + def filter(self, lexer, stream): + n = self.n + left = n # How many characters left to gobble. + for ttype, value in stream: + # Remove ``left`` tokens from first line, ``n`` from all others. + parts = value.split('\n') + (parts[0], left) = self.gobble(parts[0], left) + for i in range(1, len(parts)): + (parts[i], left) = self.gobble(parts[i], n) + value = '\n'.join(parts) + + if value != '': + yield ttype, value + + +class TokenMergeFilter(Filter): + """Merges consecutive tokens with the same token type in the output + stream of a lexer. + + .. versionadded:: 1.2 + """ + def __init__(self, **options): + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + current_type = None + current_value = None + for ttype, value in stream: + if ttype is current_type: + current_value += value + else: + if current_type is not None: + yield current_type, current_value + current_type = ttype + current_value = value + if current_type is not None: + yield current_type, current_value + + +FILTERS = { + 'codetagify': CodeTagFilter, + 'keywordcase': KeywordCaseFilter, + 'highlight': NameHighlightFilter, + 'raiseonerror': RaiseOnErrorTokenFilter, + 'whitespace': VisibleWhitespaceFilter, + 'gobble': GobbleFilter, + 'tokenmerge': TokenMergeFilter, + 'symbols': SymbolFilter, +} diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6bbc50c1dd4eee4bc09478d4c5e483113a89c097 GIT binary patch literal 37938 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 LRNMWDod5p|`@XIe literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py new file mode 100644 index 0000000..3ca4892 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py @@ -0,0 +1,124 @@ +""" + pygments.formatter + ~~~~~~~~~~~~~~~~~~ + + Base formatter class. + + :copyright: Copyright 2006-2023 by the Pygments team, see AUTHORS. + :license: BSD, see LICENSE for details. +""" + +import codecs + +from pip._vendor.pygments.util import get_bool_opt +from pip._vendor.pygments.styles import get_style_by_name + +__all__ = ['Formatter'] + + +def _lookup_style(style): + if isinstance(style, str): + return get_style_by_name(style) + return style + + +class Formatter: + """ + Converts a token stream to text. + + Formatters should have attributes to help selecting them. These + are similar to the corresponding :class:`~pygments.lexer.Lexer` + attributes. + + .. autoattribute:: name + :no-value: + + .. autoattribute:: aliases + :no-value: + + .. autoattribute:: filenames + :no-value: + + You can pass options as keyword arguments to the constructor. + All formatters accept these basic options: + + ``style`` + The style to use, can be a string or a Style subclass + (default: "default"). Not used by e.g. the + TerminalFormatter. + ``full`` + Tells the formatter to output a "full" document, i.e. + a complete self-contained document. This doesn't have + any effect for some formatters (default: false). + ``title`` + If ``full`` is true, the title that should be used to + caption the document (default: ''). + ``encoding`` + If given, must be an encoding name. This will be used to + convert the Unicode token strings to byte strings in the + output. If it is "" or None, Unicode strings will be written + to the output file, which most file-like objects do not + support (default: None). + ``outencoding`` + Overrides ``encoding`` if given. + + """ + + #: Full name for the formatter, in human-readable form. + name = None + + #: A list of short, unique identifiers that can be used to lookup + #: the formatter from a list, e.g. using :func:`.get_formatter_by_name()`. + aliases = [] + + #: A list of fnmatch patterns that match filenames for which this + #: formatter can produce output. The patterns in this list should be unique + #: among all formatters. + filenames = [] + + #: If True, this formatter outputs Unicode strings when no encoding + #: option is given. + unicodeoutput = True + + def __init__(self, **options): + """ + As with lexers, this constructor takes arbitrary optional arguments, + and if you override it, you should first process your own options, then + call the base class implementation. + """ + self.style = _lookup_style(options.get('style', 'default')) + self.full = get_bool_opt(options, 'full', False) + self.title = options.get('title', '') + self.encoding = options.get('encoding', None) or None + if self.encoding in ('guess', 'chardet'): + # can happen for e.g. pygmentize -O encoding=guess + self.encoding = 'utf-8' + self.encoding = options.get('outencoding') or self.encoding + self.options = options + + def get_style_defs(self, arg=''): + """ + This method must return statements or declarations suitable to define + the current style for subsequent highlighted text (e.g. CSS classes + in the `HTMLFormatter`). + + The optional argument `arg` can be used to modify the generation and + is formatter dependent (it is standardized because it can be given on + the command line). + + This method is called by the ``-S`` :doc:`command-line option `, + the `arg` is then given by the ``-a`` option. + """ + return '' + + def format(self, tokensource, outfile): + """ + This method must format the tokens from the `tokensource` iterable and + write the formatted version to the file object `outfile`. + + Formatter options can control how exactly the tokens are converted. + """ + if self.encoding: + # wrap the outfile in a StreamWriter + outfile = codecs.lookup(self.encoding)[3](outfile) + return self.format_unencoded(tokensource, outfile) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py new file mode 100644 index 0000000..39db842 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py @@ -0,0 +1,158 @@ +""" + pygments.formatters + ~~~~~~~~~~~~~~~~~~~ + + Pygments formatters. + + :copyright: Copyright 2006-2023 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("no formatter found for name %r" % _alias) + 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('no valid %s class found in %s' % + (formattername, filename)) + formatter_class = custom_namespace[formattername] + # And finally instantiate it with the options + return formatter_class(**options) + except OSError as err: + raise ClassNotFound('cannot read %s: %s' % (filename, err)) + except ClassNotFound: + raise + except Exception as err: + raise ClassNotFound('error when loading custom formatter: %s' % 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 cls in find_plugin_formatters(): + for filename in cls.filenames: + if _fn_matches(fn, filename): + return cls(**options) + raise ClassNotFound("no formatter found for file name %r" % fn) + + +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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c4262fc69a6d383557f02361378df22f6034b03 GIT binary patch literal 6928 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 PBAVBKf`7H5tM0!66S+G> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8aac973c455c165d48459dba71effbcd102c2f20 GIT binary patch literal 7266 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 QR7bY1-S{5@eX+3r1&_I9&j0`b literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..82fd68e5e58af8787f0fcd5ec2fa79767c86ecfb GIT binary patch literal 40574 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

<-R=sb8f!S~|oQ{3vf)UTfoJ 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c2d07744d8cf24a6de6e10485587743a55b3eb59 GIT binary patch literal 27045 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

gNg=x*R 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 Tz3P60=bM(Qf5*`;>;3-#$||%! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..31265aaf17d96b6ec6ef0826fecea2cd27ab6d11 GIT binary patch literal 6886 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42e8375d2f5129edd695f12dafda39cbf4ef87e2 GIT binary patch literal 6128 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81fee0adc979258c6dabf7c113841e0bce9a5379 GIT binary patch literal 9068 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..628fd69115718c807374b49d9ff52d4dc86b9292 GIT binary patch literal 15159 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 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py new file mode 100644 index 0000000..c4db8f4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py @@ -0,0 +1,108 @@ +""" + pygments.formatters.bbcode + ~~~~~~~~~~~~~~~~~~~~~~~~~~ + + BBcode formatter. + + :copyright: Copyright 2006-2023 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=#%s]' % 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py new file mode 100644 index 0000000..30a528e --- /dev/null +++ b/llmlab/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-2023 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[%s]' % 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[%s]' % 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py new file mode 100644 index 0000000..931d7c3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py @@ -0,0 +1,989 @@ +""" + pygments.formatters.html + ~~~~~~~~~~~~~~~~~~~~~~~~ + + Formatter for HTML output. + + :copyright: Copyright 2006-2023 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-2023 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 `` + {% else %} + {{ head | safe }} + {% endif %} +{% if not embed %} + + +{% endif %} +{{ body | safe }} +{% for diagram in diagrams %} +
+

{{ diagram.title }}

+
{{ diagram.text }}
+
+ {{ diagram.svg }} +
+
+{% endfor %} +{% if not embed %} + + +{% endif %} +""" + +template = Template(jinja2_template_source) + +# Note: ideally this would be a dataclass, but we're supporting Python 3.5+ so we can't do this yet +NamedDiagram = NamedTuple( + "NamedDiagram", + [("name", str), ("diagram", typing.Optional[railroad.DiagramItem]), ("index", int)], +) +""" +A simple structure for associating a name with a railroad diagram +""" + +T = TypeVar("T") + + +class EachItem(railroad.Group): + """ + Custom railroad item to compose a: + - Group containing a + - OneOrMore containing a + - Choice of the elements in the Each + with the group label indicating that all must be matched + """ + + all_label = "[ALL]" + + def __init__(self, *items): + choice_item = railroad.Choice(len(items) - 1, *items) + one_or_more_item = railroad.OneOrMore(item=choice_item) + super().__init__(one_or_more_item, label=self.all_label) + + +class AnnotatedItem(railroad.Group): + """ + Simple subclass of Group that creates an annotation label + """ + + def __init__(self, label: str, item): + super().__init__(item=item, label="[{}]".format(label) if label else label) + + +class EditablePartial(Generic[T]): + """ + Acts like a functools.partial, but can be edited. In other words, it represents a type that hasn't yet been + constructed. + """ + + # We need this here because the railroad constructors actually transform the data, so can't be called until the + # entire tree is assembled + + def __init__(self, func: Callable[..., T], args: list, kwargs: dict): + self.func = func + self.args = args + self.kwargs = kwargs + + @classmethod + def from_call(cls, func: Callable[..., T], *args, **kwargs) -> "EditablePartial[T]": + """ + If you call this function in the same way that you would call the constructor, it will store the arguments + as you expect. For example EditablePartial.from_call(Fraction, 1, 3)() == Fraction(1, 3) + """ + return EditablePartial(func=func, args=list(args), kwargs=kwargs) + + @property + def name(self): + return self.kwargs["name"] + + def __call__(self) -> T: + """ + Evaluate the partial and return the result + """ + args = self.args.copy() + kwargs = self.kwargs.copy() + + # This is a helpful hack to allow you to specify varargs parameters (e.g. *args) as keyword args (e.g. + # args=['list', 'of', 'things']) + arg_spec = inspect.getfullargspec(self.func) + if arg_spec.varargs in self.kwargs: + args += kwargs.pop(arg_spec.varargs) + + return self.func(*args, **kwargs) + + +def railroad_to_html(diagrams: List[NamedDiagram], embed=False, **kwargs) -> str: + """ + Given a list of NamedDiagram, produce a single HTML string that visualises those diagrams + :params kwargs: kwargs to be passed in to the template + """ + data = [] + for diagram in diagrams: + if diagram.diagram is None: + continue + io = StringIO() + try: + css = kwargs.get('css') + diagram.diagram.writeStandalone(io.write, css=css) + except AttributeError: + diagram.diagram.writeSvg(io.write) + title = diagram.name + if diagram.index == 0: + title += " (root)" + data.append({"title": title, "text": "", "svg": io.getvalue()}) + + return template.render(diagrams=data, embed=embed, **kwargs) + + +def resolve_partial(partial: "EditablePartial[T]") -> T: + """ + Recursively resolves a collection of Partials into whatever type they are + """ + if isinstance(partial, EditablePartial): + partial.args = resolve_partial(partial.args) + partial.kwargs = resolve_partial(partial.kwargs) + return partial() + elif isinstance(partial, list): + return [resolve_partial(x) for x in partial] + elif isinstance(partial, dict): + return {key: resolve_partial(x) for key, x in partial.items()} + else: + return partial + + +def to_railroad( + element: pyparsing.ParserElement, + diagram_kwargs: typing.Optional[dict] = None, + vertical: int = 3, + show_results_names: bool = False, + show_groups: bool = False, +) -> List[NamedDiagram]: + """ + Convert a pyparsing element tree into a list of diagrams. This is the recommended entrypoint to diagram + creation if you want to access the Railroad tree before it is converted to HTML + :param element: base element of the parser being diagrammed + :param diagram_kwargs: kwargs to pass to the Diagram() constructor + :param vertical: (optional) - int - limit at which number of alternatives should be + shown vertically instead of horizontally + :param show_results_names - bool to indicate whether results name annotations should be + included in the diagram + :param show_groups - bool to indicate whether groups should be highlighted with an unlabeled + surrounding box + """ + # Convert the whole tree underneath the root + lookup = ConverterState(diagram_kwargs=diagram_kwargs or {}) + _to_diagram_element( + element, + lookup=lookup, + parent=None, + vertical=vertical, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + root_id = id(element) + # Convert the root if it hasn't been already + if root_id in lookup: + if not element.customName: + lookup[root_id].name = "" + lookup[root_id].mark_for_extraction(root_id, lookup, force=True) + + # Now that we're finished, we can convert from intermediate structures into Railroad elements + diags = list(lookup.diagrams.values()) + if len(diags) > 1: + # collapse out duplicate diags with the same name + seen = set() + deduped_diags = [] + for d in diags: + # don't extract SkipTo elements, they are uninformative as subdiagrams + if d.name == "...": + continue + if d.name is not None and d.name not in seen: + seen.add(d.name) + deduped_diags.append(d) + resolved = [resolve_partial(partial) for partial in deduped_diags] + else: + # special case - if just one diagram, always display it, even if + # it has no name + resolved = [resolve_partial(partial) for partial in diags] + return sorted(resolved, key=lambda diag: diag.index) + + +def _should_vertical( + specification: int, exprs: Iterable[pyparsing.ParserElement] +) -> bool: + """ + Returns true if we should return a vertical list of elements + """ + if specification is None: + return False + else: + return len(_visible_exprs(exprs)) >= specification + + +class ElementState: + """ + State recorded for an individual pyparsing Element + """ + + # Note: this should be a dataclass, but we have to support Python 3.5 + def __init__( + self, + element: pyparsing.ParserElement, + converted: EditablePartial, + parent: EditablePartial, + number: int, + name: str = None, + parent_index: typing.Optional[int] = None, + ): + #: The pyparsing element that this represents + self.element: pyparsing.ParserElement = element + #: The name of the element + self.name: typing.Optional[str] = name + #: The output Railroad element in an unconverted state + self.converted: EditablePartial = converted + #: The parent Railroad element, which we store so that we can extract this if it's duplicated + self.parent: EditablePartial = parent + #: The order in which we found this element, used for sorting diagrams if this is extracted into a diagram + self.number: int = number + #: The index of this inside its parent + self.parent_index: typing.Optional[int] = parent_index + #: If true, we should extract this out into a subdiagram + self.extract: bool = False + #: If true, all of this element's children have been filled out + self.complete: bool = False + + def mark_for_extraction( + self, el_id: int, state: "ConverterState", name: str = None, force: bool = False + ): + """ + Called when this instance has been seen twice, and thus should eventually be extracted into a sub-diagram + :param el_id: id of the element + :param state: element/diagram state tracker + :param name: name to use for this element's text + :param force: If true, force extraction now, regardless of the state of this. Only useful for extracting the + root element when we know we're finished + """ + self.extract = True + + # Set the name + if not self.name: + if name: + # Allow forcing a custom name + self.name = name + elif self.element.customName: + self.name = self.element.customName + else: + self.name = "" + + # Just because this is marked for extraction doesn't mean we can do it yet. We may have to wait for children + # to be added + # Also, if this is just a string literal etc, don't bother extracting it + if force or (self.complete and _worth_extracting(self.element)): + state.extract_into_diagram(el_id) + + +class ConverterState: + """ + Stores some state that persists between recursions into the element tree + """ + + def __init__(self, diagram_kwargs: typing.Optional[dict] = None): + #: A dictionary mapping ParserElements to state relating to them + self._element_diagram_states: Dict[int, ElementState] = {} + #: A dictionary mapping ParserElement IDs to subdiagrams generated from them + self.diagrams: Dict[int, EditablePartial[NamedDiagram]] = {} + #: The index of the next unnamed element + self.unnamed_index: int = 1 + #: The index of the next element. This is used for sorting + self.index: int = 0 + #: Shared kwargs that are used to customize the construction of diagrams + self.diagram_kwargs: dict = diagram_kwargs or {} + self.extracted_diagram_names: Set[str] = set() + + def __setitem__(self, key: int, value: ElementState): + self._element_diagram_states[key] = value + + def __getitem__(self, key: int) -> ElementState: + return self._element_diagram_states[key] + + def __delitem__(self, key: int): + del self._element_diagram_states[key] + + def __contains__(self, key: int): + return key in self._element_diagram_states + + def generate_unnamed(self) -> int: + """ + Generate a number used in the name of an otherwise unnamed diagram + """ + self.unnamed_index += 1 + return self.unnamed_index + + def generate_index(self) -> int: + """ + Generate a number used to index a diagram + """ + self.index += 1 + return self.index + + def extract_into_diagram(self, el_id: int): + """ + Used when we encounter the same token twice in the same tree. When this + happens, we replace all instances of that token with a terminal, and + create a new subdiagram for the token + """ + position = self[el_id] + + # Replace the original definition of this element with a regular block + if position.parent: + ret = EditablePartial.from_call(railroad.NonTerminal, text=position.name) + if "item" in position.parent.kwargs: + position.parent.kwargs["item"] = ret + elif "items" in position.parent.kwargs: + position.parent.kwargs["items"][position.parent_index] = ret + + # If the element we're extracting is a group, skip to its content but keep the title + if position.converted.func == railroad.Group: + content = position.converted.kwargs["item"] + else: + content = position.converted + + self.diagrams[el_id] = EditablePartial.from_call( + NamedDiagram, + name=position.name, + diagram=EditablePartial.from_call( + railroad.Diagram, content, **self.diagram_kwargs + ), + index=position.number, + ) + + del self[el_id] + + +def _worth_extracting(element: pyparsing.ParserElement) -> bool: + """ + Returns true if this element is worth having its own sub-diagram. Simply, if any of its children + themselves have children, then its complex enough to extract + """ + children = element.recurse() + return any(child.recurse() for child in children) + + +def _apply_diagram_item_enhancements(fn): + """ + decorator to ensure enhancements to a diagram item (such as results name annotations) + get applied on return from _to_diagram_element (we do this since there are several + returns in _to_diagram_element) + """ + + def _inner( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, + ) -> typing.Optional[EditablePartial]: + ret = fn( + element, + parent, + lookup, + vertical, + index, + name_hint, + show_results_names, + show_groups, + ) + + # apply annotation for results name, if present + if show_results_names and ret is not None: + element_results_name = element.resultsName + if element_results_name: + # add "*" to indicate if this is a "list all results" name + element_results_name += "" if element.modalResults else "*" + ret = EditablePartial.from_call( + railroad.Group, item=ret, label=element_results_name + ) + + return ret + + return _inner + + +def _visible_exprs(exprs: Iterable[pyparsing.ParserElement]): + non_diagramming_exprs = ( + pyparsing.ParseElementEnhance, + pyparsing.PositionToken, + pyparsing.And._ErrorStop, + ) + return [ + e + for e in exprs + if not (e.customName or e.resultsName or isinstance(e, non_diagramming_exprs)) + ] + + +@_apply_diagram_item_enhancements +def _to_diagram_element( + element: pyparsing.ParserElement, + parent: typing.Optional[EditablePartial], + lookup: ConverterState = None, + vertical: int = None, + index: int = 0, + name_hint: str = None, + show_results_names: bool = False, + show_groups: bool = False, +) -> typing.Optional[EditablePartial]: + """ + Recursively converts a PyParsing Element to a railroad Element + :param lookup: The shared converter state that keeps track of useful things + :param index: The index of this element within the parent + :param parent: The parent of this element in the output tree + :param vertical: Controls at what point we make a list of elements vertical. If this is an integer (the default), + it sets the threshold of the number of items before we go vertical. If True, always go vertical, if False, never + do so + :param name_hint: If provided, this will override the generated name + :param show_results_names: bool flag indicating whether to add annotations for results names + :returns: The converted version of the input element, but as a Partial that hasn't yet been constructed + :param show_groups: bool flag indicating whether to show groups using bounding box + """ + exprs = element.recurse() + name = name_hint or element.customName or element.__class__.__name__ + + # Python's id() is used to provide a unique identifier for elements + el_id = id(element) + + element_results_name = element.resultsName + + # Here we basically bypass processing certain wrapper elements if they contribute nothing to the diagram + if not element.customName: + if isinstance( + element, + ( + # pyparsing.TokenConverter, + # pyparsing.Forward, + pyparsing.Located, + ), + ): + # However, if this element has a useful custom name, and its child does not, we can pass it on to the child + if exprs: + if not exprs[0].customName: + propagated_name = name + else: + propagated_name = None + + return _to_diagram_element( + element.expr, + parent=parent, + lookup=lookup, + vertical=vertical, + index=index, + name_hint=propagated_name, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # If the element isn't worth extracting, we always treat it as the first time we say it + if _worth_extracting(element): + if el_id in lookup: + # If we've seen this element exactly once before, we are only just now finding out that it's a duplicate, + # so we have to extract it into a new diagram. + looked_up = lookup[el_id] + looked_up.mark_for_extraction(el_id, lookup, name=name_hint) + ret = EditablePartial.from_call(railroad.NonTerminal, text=looked_up.name) + return ret + + elif el_id in lookup.diagrams: + # If we have seen the element at least twice before, and have already extracted it into a subdiagram, we + # just put in a marker element that refers to the sub-diagram + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + return ret + + # Recursively convert child elements + # Here we find the most relevant Railroad element for matching pyparsing Element + # We use ``items=[]`` here to hold the place for where the child elements will go once created + if isinstance(element, pyparsing.And): + # detect And's created with ``expr*N`` notation - for these use a OneOrMore with a repeat + # (all will have the same name, and resultsName) + if not exprs: + return None + if len(set((e.name, e.resultsName) for e in exprs)) == 1: + ret = EditablePartial.from_call( + railroad.OneOrMore, item="", repeat=str(len(exprs)) + ) + elif _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Stack, items=[]) + else: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif isinstance(element, (pyparsing.Or, pyparsing.MatchFirst)): + if not exprs: + return None + if _should_vertical(vertical, exprs): + ret = EditablePartial.from_call(railroad.Choice, 0, items=[]) + else: + ret = EditablePartial.from_call(railroad.HorizontalChoice, items=[]) + elif isinstance(element, pyparsing.Each): + if not exprs: + return None + ret = EditablePartial.from_call(EachItem, items=[]) + elif isinstance(element, pyparsing.NotAny): + ret = EditablePartial.from_call(AnnotatedItem, label="NOT", item="") + elif isinstance(element, pyparsing.FollowedBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKAHEAD", item="") + elif isinstance(element, pyparsing.PrecededBy): + ret = EditablePartial.from_call(AnnotatedItem, label="LOOKBEHIND", item="") + elif isinstance(element, pyparsing.Group): + if show_groups: + ret = EditablePartial.from_call(AnnotatedItem, label="", item="") + else: + ret = EditablePartial.from_call(railroad.Group, label="", item="") + elif isinstance(element, pyparsing.TokenConverter): + label = type(element).__name__.lower() + if label == "tokenconverter": + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + ret = EditablePartial.from_call(AnnotatedItem, label=label, item="") + elif isinstance(element, pyparsing.Opt): + ret = EditablePartial.from_call(railroad.Optional, item="") + elif isinstance(element, pyparsing.OneOrMore): + ret = EditablePartial.from_call(railroad.OneOrMore, item="") + elif isinstance(element, pyparsing.ZeroOrMore): + ret = EditablePartial.from_call(railroad.ZeroOrMore, item="") + elif isinstance(element, pyparsing.Group): + ret = EditablePartial.from_call( + railroad.Group, item=None, label=element_results_name + ) + elif isinstance(element, pyparsing.Empty) and not element.customName: + # Skip unnamed "Empty" elements + ret = None + elif isinstance(element, pyparsing.ParseElementEnhance): + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + elif len(exprs) > 0 and not element_results_name: + ret = EditablePartial.from_call(railroad.Group, item="", label=name) + elif len(exprs) > 0: + ret = EditablePartial.from_call(railroad.Sequence, items=[]) + else: + terminal = EditablePartial.from_call(railroad.Terminal, element.defaultName) + ret = terminal + + if ret is None: + return + + # Indicate this element's position in the tree so we can extract it if necessary + lookup[el_id] = ElementState( + element=element, + converted=ret, + parent=parent, + parent_index=index, + number=lookup.generate_index(), + ) + if element.customName: + lookup[el_id].mark_for_extraction(el_id, lookup, element.customName) + + i = 0 + for expr in exprs: + # Add a placeholder index in case we have to extract the child before we even add it to the parent + if "items" in ret.kwargs: + ret.kwargs["items"].insert(i, None) + + item = _to_diagram_element( + expr, + parent=ret, + lookup=lookup, + vertical=vertical, + index=i, + show_results_names=show_results_names, + show_groups=show_groups, + ) + + # Some elements don't need to be shown in the diagram + if item is not None: + if "item" in ret.kwargs: + ret.kwargs["item"] = item + elif "items" in ret.kwargs: + # If we've already extracted the child, don't touch this index, since it's occupied by a nonterminal + ret.kwargs["items"][i] = item + i += 1 + elif "items" in ret.kwargs: + # If we're supposed to skip this element, remove it from the parent + del ret.kwargs["items"][i] + + # If all this items children are none, skip this item + if ret and ( + ("items" in ret.kwargs and len(ret.kwargs["items"]) == 0) + or ("item" in ret.kwargs and ret.kwargs["item"] is None) + ): + ret = EditablePartial.from_call(railroad.Terminal, name) + + # Mark this element as "complete", ie it has all of its children + if el_id in lookup: + lookup[el_id].complete = True + + if el_id in lookup and lookup[el_id].extract and lookup[el_id].complete: + lookup.extract_into_diagram(el_id) + if ret is not None: + ret = EditablePartial.from_call( + railroad.NonTerminal, text=lookup.diagrams[el_id].kwargs["name"] + ) + + return ret diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b5d9c3c80d42b19dc86ed54ec9fe424698f5bd5 GIT binary patch literal 26815 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 0: + callers = inspect.getinnerframes(exc.__traceback__, context=depth) + seen = set() + for i, ff in enumerate(callers[-depth:]): + frm = ff[0] + + f_self = frm.f_locals.get("self", None) + if isinstance(f_self, ParserElement): + if not frm.f_code.co_name.startswith( + ("parseImpl", "_parseNoCache") + ): + continue + if id(f_self) in seen: + continue + seen.add(id(f_self)) + + self_type = type(f_self) + ret.append( + f"{self_type.__module__}.{self_type.__name__} - {f_self}" + ) + + elif f_self is not None: + self_type = type(f_self) + ret.append(f"{self_type.__module__}.{self_type.__name__}") + + else: + code = frm.f_code + if code.co_name in ("wrapper", ""): + continue + + ret.append(code.co_name) + + depth -= 1 + if not depth: + break + + return "\n".join(ret) + + @classmethod + def _from_exception(cls, pe): + """ + internal factory method to simplify creating one type of ParseException + from another - avoids having __init__ signature conflicts among subclasses + """ + return cls(pe.pstr, pe.loc, pe.msg, pe.parser_element) + + @property + def line(self) -> str: + """ + Return the line of text where the exception occurred. + """ + return line(self.loc, self.pstr) + + @property + def lineno(self) -> int: + """ + Return the 1-based line number of text where the exception occurred. + """ + return lineno(self.loc, self.pstr) + + @property + def col(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + @property + def column(self) -> int: + """ + Return the 1-based column on the line of text where the exception occurred. + """ + return col(self.loc, self.pstr) + + # pre-PEP8 compatibility + @property + def parserElement(self): + return self.parser_element + + @parserElement.setter + def parserElement(self, elem): + self.parser_element = elem + + def __str__(self) -> str: + if self.pstr: + if self.loc >= len(self.pstr): + foundstr = ", found end of text" + else: + # pull out next word at error location + found_match = _exception_word_extractor.match(self.pstr, self.loc) + if found_match is not None: + found = found_match.group(0) + else: + found = self.pstr[self.loc : self.loc + 1] + foundstr = (", found %r" % found).replace(r"\\", "\\") + else: + foundstr = "" + return f"{self.msg}{foundstr} (at char {self.loc}), (line:{self.lineno}, col:{self.column})" + + def __repr__(self): + return str(self) + + def mark_input_line( + self, marker_string: typing.Optional[str] = None, *, markerString: str = ">!<" + ) -> str: + """ + Extracts the exception line from the input string, and marks + the location of the exception with a special symbol. + """ + markerString = marker_string if marker_string is not None else markerString + line_str = self.line + line_column = self.column - 1 + if markerString: + line_str = "".join( + (line_str[:line_column], markerString, line_str[line_column:]) + ) + return line_str.strip() + + def explain(self, depth=16) -> str: + """ + Method to translate the Python internal traceback into a list + of the pyparsing expressions that caused the exception to be raised. + + Parameters: + + - depth (default=16) - number of levels back in the stack trace to list expression + and function names; if None, the full stack trace names will be listed; if 0, only + the failing input line, marker, and exception string will be shown + + Returns a multi-line string listing the ParserElements and/or function names in the + exception's stack trace. + + Example:: + + expr = pp.Word(pp.nums) * 3 + try: + expr.parse_string("123 456 A789") + except pp.ParseException as pe: + print(pe.explain(depth=0)) + + prints:: + + 123 456 A789 + ^ + ParseException: Expected W:(0-9), found 'A' (at char 8), (line:1, col:9) + + Note: the diagnostic output will include string representations of the expressions + that failed to parse. These representations will be more helpful if you use `set_name` to + give identifiable names to your expressions. Otherwise they will use the default string + forms, which may be cryptic to read. + + Note: pyparsing's default truncation of exception tracebacks may also truncate the + stack of expressions that are displayed in the ``explain`` output. To get the full listing + of parser expressions, you may have to set ``ParserElement.verbose_stacktrace = True`` + """ + return self.explain_exception(self, depth) + + # fmt: off + @replaced_by_pep8(mark_input_line) + def markInputline(self): ... + # fmt: on + + +class ParseException(ParseBaseException): + """ + Exception thrown when a parse expression doesn't match the input string + + Example:: + + try: + Word(nums).set_name("integer").parse_string("ABC") + except ParseException as pe: + print(pe) + print("column: {}".format(pe.column)) + + prints:: + + Expected integer (at char 0), (line:1, col:1) + column: 1 + + """ + + +class ParseFatalException(ParseBaseException): + """ + User-throwable exception thrown when inconsistent parse content + is found; stops all parsing immediately + """ + + +class ParseSyntaxException(ParseFatalException): + """ + Just like :class:`ParseFatalException`, but thrown internally + when an :class:`ErrorStop` ('-' operator) indicates + that parsing is to stop immediately because an unbacktrackable + syntax error has been found. + """ + + +class RecursiveGrammarException(Exception): + """ + Exception thrown by :class:`ParserElement.validate` if the + grammar could be left-recursive; parser may need to enable + left recursion using :class:`ParserElement.enable_left_recursion` + """ + + def __init__(self, parseElementList): + self.parseElementTrace = parseElementList + + def __str__(self) -> str: + return f"RecursiveGrammarException: {self.parseElementTrace}" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py new file mode 100644 index 0000000..018f0d6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py @@ -0,0 +1,1100 @@ +# helpers.py +import html.entities +import re +import sys +import typing + +from . import __diag__ +from .core import * +from .util import ( + _bslash, + _flatten, + _escape_regex_range_chars, + replaced_by_pep8, +) + + +# +# global helpers +# +def counted_array( + expr: ParserElement, + int_expr: typing.Optional[ParserElement] = None, + *, + intExpr: typing.Optional[ParserElement] = None, +) -> ParserElement: + """Helper to define a counted list of expressions. + + This helper defines a pattern of the form:: + + integer expr expr expr... + + where the leading integer tells how many expr expressions follow. + The matched tokens returns the array of expr tokens as a list - the + leading count token is suppressed. + + If ``int_expr`` is specified, it should be a pyparsing expression + that produces an integer value. + + Example:: + + counted_array(Word(alphas)).parse_string('2 ab cd ef') # -> ['ab', 'cd'] + + # in this parser, the leading integer value is given in binary, + # '10' indicating that 2 values are in the array + binary_constant = Word('01').set_parse_action(lambda t: int(t[0], 2)) + counted_array(Word(alphas), int_expr=binary_constant).parse_string('10 ab cd ef') # -> ['ab', 'cd'] + + # if other fields must be parsed after the count but before the + # list items, give the fields results names and they will + # be preserved in the returned ParseResults: + count_with_metadata = integer + Word(alphas)("type") + typed_array = counted_array(Word(alphanums), int_expr=count_with_metadata)("items") + result = typed_array.parse_string("3 bool True True False") + print(result.dump()) + + # prints + # ['True', 'True', 'False'] + # - items: ['True', 'True', 'False'] + # - type: 'bool' + """ + intExpr = intExpr or int_expr + array_expr = Forward() + + def count_field_parse_action(s, l, t): + nonlocal array_expr + n = t[0] + array_expr <<= (expr * n) if n else Empty() + # clear list contents, but keep any named results + del t[:] + + if intExpr is None: + intExpr = Word(nums).set_parse_action(lambda t: int(t[0])) + else: + intExpr = intExpr.copy() + intExpr.set_name("arrayLen") + intExpr.add_parse_action(count_field_parse_action, call_during_try=True) + return (intExpr + array_expr).set_name("(len) " + str(expr) + "...") + + +def match_previous_literal(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_literal(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches a previous literal, will also match the leading + ``"1:1"`` in ``"1:10"``. If this is not desired, use + :class:`match_previous_expr`. Do *not* use with packrat parsing + enabled. + """ + rep = Forward() + + def copy_token_to_repeater(s, l, t): + if t: + if len(t) == 1: + rep << t[0] + else: + # flatten t tokens + tflat = _flatten(t.as_list()) + rep << And(Literal(tt) for tt in tflat) + else: + rep << Empty() + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def match_previous_expr(expr: ParserElement) -> ParserElement: + """Helper to define an expression that is indirectly defined from + the tokens matched in a previous expression, that is, it looks for + a 'repeat' of a previous expression. For example:: + + first = Word(nums) + second = match_previous_expr(first) + match_expr = first + ":" + second + + will match ``"1:1"``, but not ``"1:2"``. Because this + matches by expressions, will *not* match the leading ``"1:1"`` + in ``"1:10"``; the expressions are evaluated first, and then + compared, so ``"1"`` is compared with ``"10"``. Do *not* use + with packrat parsing enabled. + """ + rep = Forward() + e2 = expr.copy() + rep <<= e2 + + def copy_token_to_repeater(s, l, t): + matchTokens = _flatten(t.as_list()) + + def must_match_these_tokens(s, l, t): + theseTokens = _flatten(t.as_list()) + if theseTokens != matchTokens: + raise ParseException( + s, l, f"Expected {matchTokens}, found{theseTokens}" + ) + + rep.set_parse_action(must_match_these_tokens, callDuringTry=True) + + expr.add_parse_action(copy_token_to_repeater, callDuringTry=True) + rep.set_name("(prev) " + str(expr)) + return rep + + +def one_of( + strs: Union[typing.Iterable[str], str], + caseless: bool = False, + use_regex: bool = True, + as_keyword: bool = False, + *, + useRegex: bool = True, + asKeyword: bool = False, +) -> ParserElement: + """Helper to quickly define a set of alternative :class:`Literal` s, + and makes sure to do longest-first testing when there is a conflict, + regardless of the input order, but returns + a :class:`MatchFirst` for best performance. + + Parameters: + + - ``strs`` - a string of space-delimited literals, or a collection of + string literals + - ``caseless`` - treat all literals as caseless - (default= ``False``) + - ``use_regex`` - as an optimization, will + generate a :class:`Regex` object; otherwise, will generate + a :class:`MatchFirst` object (if ``caseless=True`` or ``as_keyword=True``, or if + creating a :class:`Regex` raises an exception) - (default= ``True``) + - ``as_keyword`` - enforce :class:`Keyword`-style matching on the + generated expressions - (default= ``False``) + - ``asKeyword`` and ``useRegex`` are retained for pre-PEP8 compatibility, + but will be removed in a future release + + Example:: + + comp_oper = one_of("< = > <= >= !=") + var = Word(alphas) + number = Word(nums) + term = var | number + comparison_expr = term + comp_oper + term + print(comparison_expr.search_string("B = 12 AA=23 B<=AA AA>12")) + + prints:: + + [['B', '=', '12'], ['AA', '=', '23'], ['B', '<=', 'AA'], ['AA', '>', '12']] + """ + asKeyword = asKeyword or as_keyword + useRegex = useRegex and use_regex + + if ( + isinstance(caseless, str_type) + and __diag__.warn_on_multiple_string_args_to_oneof + ): + warnings.warn( + "More than one string argument passed to one_of, pass" + " choices as a list or space-delimited string", + stacklevel=2, + ) + + if caseless: + isequal = lambda a, b: a.upper() == b.upper() + masks = lambda a, b: b.upper().startswith(a.upper()) + parseElementClass = CaselessKeyword if asKeyword else CaselessLiteral + else: + isequal = lambda a, b: a == b + masks = lambda a, b: b.startswith(a) + parseElementClass = Keyword if asKeyword else Literal + + symbols: List[str] = [] + if isinstance(strs, str_type): + strs = typing.cast(str, strs) + symbols = strs.split() + elif isinstance(strs, Iterable): + symbols = list(strs) + else: + raise TypeError("Invalid argument to one_of, expected string or iterable") + if not symbols: + return NoMatch() + + # reorder given symbols to take care to avoid masking longer choices with shorter ones + # (but only if the given symbols are not just single characters) + if any(len(sym) > 1 for sym in symbols): + i = 0 + while i < len(symbols) - 1: + cur = symbols[i] + for j, other in enumerate(symbols[i + 1 :]): + if isequal(other, cur): + del symbols[i + j + 1] + break + elif masks(cur, other): + del symbols[i + j + 1] + symbols.insert(i, other) + break + else: + i += 1 + + if useRegex: + re_flags: int = re.IGNORECASE if caseless else 0 + + try: + if all(len(sym) == 1 for sym in symbols): + # symbols are just single characters, create range regex pattern + patt = f"[{''.join(_escape_regex_range_chars(sym) for sym in symbols)}]" + else: + patt = "|".join(re.escape(sym) for sym in symbols) + + # wrap with \b word break markers if defining as keywords + if asKeyword: + patt = rf"\b(?:{patt})\b" + + ret = Regex(patt, flags=re_flags).set_name(" | ".join(symbols)) + + if caseless: + # add parse action to return symbols as specified, not in random + # casing as found in input string + symbol_map = {sym.lower(): sym for sym in symbols} + ret.add_parse_action(lambda s, l, t: symbol_map[t[0].lower()]) + + return ret + + except re.error: + warnings.warn( + "Exception creating Regex for one_of, building MatchFirst", stacklevel=2 + ) + + # last resort, just use MatchFirst + return MatchFirst(parseElementClass(sym) for sym in symbols).set_name( + " | ".join(symbols) + ) + + +def dict_of(key: ParserElement, value: ParserElement) -> ParserElement: + """Helper to easily and clearly define a dictionary by specifying + the respective patterns for the key and value. Takes care of + defining the :class:`Dict`, :class:`ZeroOrMore`, and + :class:`Group` tokens in the proper order. The key pattern + can include delimiting markers or punctuation, as long as they are + suppressed, thereby leaving the significant key text. The value + pattern can include named results, so that the :class:`Dict` results + can include named token fields. + + Example:: + + text = "shape: SQUARE posn: upper left color: light blue texture: burlap" + attr_expr = (label + Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join)) + print(attr_expr[1, ...].parse_string(text).dump()) + + attr_label = label + attr_value = Suppress(':') + OneOrMore(data_word, stop_on=label).set_parse_action(' '.join) + + # similar to Dict, but simpler call format + result = dict_of(attr_label, attr_value).parse_string(text) + print(result.dump()) + print(result['shape']) + print(result.shape) # object attribute access works too + print(result.as_dict()) + + prints:: + + [['shape', 'SQUARE'], ['posn', 'upper left'], ['color', 'light blue'], ['texture', 'burlap']] + - color: 'light blue' + - posn: 'upper left' + - shape: 'SQUARE' + - texture: 'burlap' + SQUARE + SQUARE + {'color': 'light blue', 'shape': 'SQUARE', 'posn': 'upper left', 'texture': 'burlap'} + """ + return Dict(OneOrMore(Group(key + value))) + + +def original_text_for( + expr: ParserElement, as_string: bool = True, *, asString: bool = True +) -> ParserElement: + """Helper to return the original, untokenized text for a given + expression. Useful to restore the parsed fields of an HTML start + tag into the raw tag text itself, or to revert separate tokens with + intervening whitespace back to the original matching input text. By + default, returns a string containing the original parsed text. + + If the optional ``as_string`` argument is passed as + ``False``, then the return value is + a :class:`ParseResults` containing any results names that + were originally matched, and a single token containing the original + matched text from the input string. So if the expression passed to + :class:`original_text_for` contains expressions with defined + results names, you must set ``as_string`` to ``False`` if you + want to preserve those results name values. + + The ``asString`` pre-PEP8 argument is retained for compatibility, + but will be removed in a future release. + + Example:: + + src = "this is test bold text normal text " + for tag in ("b", "i"): + opener, closer = make_html_tags(tag) + patt = original_text_for(opener + ... + closer) + print(patt.search_string(src)[0]) + + prints:: + + [' bold text '] + ['text'] + """ + asString = asString and as_string + + locMarker = Empty().set_parse_action(lambda s, loc, t: loc) + endlocMarker = locMarker.copy() + endlocMarker.callPreparse = False + matchExpr = locMarker("_original_start") + expr + endlocMarker("_original_end") + if asString: + extractText = lambda s, l, t: s[t._original_start : t._original_end] + else: + + def extractText(s, l, t): + t[:] = [s[t.pop("_original_start") : t.pop("_original_end")]] + + matchExpr.set_parse_action(extractText) + matchExpr.ignoreExprs = expr.ignoreExprs + matchExpr.suppress_warning(Diagnostics.warn_ungrouped_named_tokens_in_collection) + return matchExpr + + +def ungroup(expr: ParserElement) -> ParserElement: + """Helper to undo pyparsing's default grouping of And expressions, + even if all but one are non-empty. + """ + return TokenConverter(expr).add_parse_action(lambda t: t[0]) + + +def locatedExpr(expr: ParserElement) -> ParserElement: + """ + (DEPRECATED - future code should use the :class:`Located` class) + Helper to decorate a returned token with its starting and ending + locations in the input string. + + This helper adds the following results names: + + - ``locn_start`` - location where matched expression begins + - ``locn_end`` - location where matched expression ends + - ``value`` - the actual parsed results + + Be careful if the input text contains ```` characters, you + may want to call :class:`ParserElement.parse_with_tabs` + + Example:: + + wd = Word(alphas) + for match in locatedExpr(wd).search_string("ljsdf123lksdjjf123lkkjj1222"): + print(match) + + prints:: + + [[0, 'ljsdf', 5]] + [[8, 'lksdjjf', 15]] + [[18, 'lkkjj', 23]] + """ + locator = Empty().set_parse_action(lambda ss, ll, tt: ll) + return Group( + locator("locn_start") + + expr("value") + + locator.copy().leaveWhitespace()("locn_end") + ) + + +def nested_expr( + opener: Union[str, ParserElement] = "(", + closer: Union[str, ParserElement] = ")", + content: typing.Optional[ParserElement] = None, + ignore_expr: ParserElement = quoted_string(), + *, + ignoreExpr: ParserElement = quoted_string(), +) -> ParserElement: + """Helper method for defining nested lists enclosed in opening and + closing delimiters (``"("`` and ``")"`` are the default). + + Parameters: + + - ``opener`` - opening character for a nested list + (default= ``"("``); can also be a pyparsing expression + - ``closer`` - closing character for a nested list + (default= ``")"``); can also be a pyparsing expression + - ``content`` - expression for items within the nested lists + (default= ``None``) + - ``ignore_expr`` - expression for ignoring opening and closing delimiters + (default= :class:`quoted_string`) + - ``ignoreExpr`` - this pre-PEP8 argument is retained for compatibility + but will be removed in a future release + + If an expression is not provided for the content argument, the + nested expression will capture all whitespace-delimited content + between delimiters as a list of separate values. + + Use the ``ignore_expr`` argument to define expressions that may + contain opening or closing characters that should not be treated as + opening or closing characters for nesting, such as quoted_string or + a comment expression. Specify multiple expressions using an + :class:`Or` or :class:`MatchFirst`. The default is + :class:`quoted_string`, but if no expressions are to be ignored, then + pass ``None`` for this argument. + + Example:: + + data_type = one_of("void int short long char float double") + decl_data_type = Combine(data_type + Opt(Word('*'))) + ident = Word(alphas+'_', alphanums+'_') + number = pyparsing_common.number + arg = Group(decl_data_type + ident) + LPAR, RPAR = map(Suppress, "()") + + code_body = nested_expr('{', '}', ignore_expr=(quoted_string | c_style_comment)) + + c_function = (decl_data_type("type") + + ident("name") + + LPAR + Opt(DelimitedList(arg), [])("args") + RPAR + + code_body("body")) + c_function.ignore(c_style_comment) + + source_code = ''' + int is_odd(int x) { + return (x%2); + } + + int dec_to_hex(char hchar) { + if (hchar >= '0' && hchar <= '9') { + return (ord(hchar)-ord('0')); + } else { + return (10+ord(hchar)-ord('A')); + } + } + ''' + for func in c_function.search_string(source_code): + print("%(name)s (%(type)s) args: %(args)s" % func) + + + prints:: + + is_odd (int) args: [['int', 'x']] + dec_to_hex (int) args: [['char', 'hchar']] + """ + if ignoreExpr != ignore_expr: + ignoreExpr = ignore_expr if ignoreExpr == quoted_string() else ignoreExpr + if opener == closer: + raise ValueError("opening and closing strings cannot be the same") + if content is None: + if isinstance(opener, str_type) and isinstance(closer, str_type): + opener = typing.cast(str, opener) + closer = typing.cast(str, closer) + if len(opener) == 1 and len(closer) == 1: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS, + exact=1, + ) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = empty.copy() + CharsNotIn( + opener + closer + ParserElement.DEFAULT_WHITE_CHARS + ).set_parse_action(lambda t: t[0].strip()) + else: + if ignoreExpr is not None: + content = Combine( + OneOrMore( + ~ignoreExpr + + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + content = Combine( + OneOrMore( + ~Literal(opener) + + ~Literal(closer) + + CharsNotIn(ParserElement.DEFAULT_WHITE_CHARS, exact=1) + ) + ).set_parse_action(lambda t: t[0].strip()) + else: + raise ValueError( + "opening and closing arguments must be strings if no content expression is given" + ) + ret = Forward() + if ignoreExpr is not None: + ret <<= Group( + Suppress(opener) + ZeroOrMore(ignoreExpr | ret | content) + Suppress(closer) + ) + else: + ret <<= Group(Suppress(opener) + ZeroOrMore(ret | content) + Suppress(closer)) + ret.set_name("nested %s%s expression" % (opener, closer)) + return ret + + +def _makeTags(tagStr, xml, suppress_LT=Suppress("<"), suppress_GT=Suppress(">")): + """Internal helper to construct opening and closing tag expressions, given a tag name""" + if isinstance(tagStr, str_type): + resname = tagStr + tagStr = Keyword(tagStr, caseless=not xml) + else: + resname = tagStr.name + + tagAttrName = Word(alphas, alphanums + "_-:") + if xml: + tagAttrValue = dbl_quoted_string.copy().set_parse_action(remove_quotes) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict(ZeroOrMore(Group(tagAttrName + Suppress("=") + tagAttrValue))) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + else: + tagAttrValue = quoted_string.copy().set_parse_action(remove_quotes) | Word( + printables, exclude_chars=">" + ) + openTag = ( + suppress_LT + + tagStr("tag") + + Dict( + ZeroOrMore( + Group( + tagAttrName.set_parse_action(lambda t: t[0].lower()) + + Opt(Suppress("=") + tagAttrValue) + ) + ) + ) + + Opt("/", default=[False])("empty").set_parse_action( + lambda s, l, t: t[0] == "/" + ) + + suppress_GT + ) + closeTag = Combine(Literal("", adjacent=False) + + openTag.set_name("<%s>" % resname) + # add start results name in parse action now that ungrouped names are not reported at two levels + openTag.add_parse_action( + lambda t: t.__setitem__( + "start" + "".join(resname.replace(":", " ").title().split()), t.copy() + ) + ) + closeTag = closeTag( + "end" + "".join(resname.replace(":", " ").title().split()) + ).set_name("" % resname) + openTag.tag = resname + closeTag.tag = resname + openTag.tag_body = SkipTo(closeTag()) + return openTag, closeTag + + +def make_html_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for HTML, + given a tag name. Matches tags in either upper or lower case, + attributes with namespaces and with quoted or unquoted values. + + Example:: + + text = 'More info at the
pyparsing wiki page' + # make_html_tags returns pyparsing expressions for the opening and + # closing tags as a 2-tuple + a, a_end = make_html_tags("A") + link_expr = a + SkipTo(a_end)("link_text") + a_end + + for link in link_expr.search_string(text): + # attributes in the tag (like "href" shown here) are + # also accessible as named results + print(link.link_text, '->', link.href) + + prints:: + + pyparsing -> https://github.com/pyparsing/pyparsing/wiki + """ + return _makeTags(tag_str, False) + + +def make_xml_tags( + tag_str: Union[str, ParserElement] +) -> Tuple[ParserElement, ParserElement]: + """Helper to construct opening and closing tag expressions for XML, + given a tag name. Matches tags only in the given upper/lower case. + + Example: similar to :class:`make_html_tags` + """ + return _makeTags(tag_str, True) + + +any_open_tag: ParserElement +any_close_tag: ParserElement +any_open_tag, any_close_tag = make_html_tags( + Word(alphas, alphanums + "_:").set_name("any tag") +) + +_htmlEntityMap = {k.rstrip(";"): v for k, v in html.entities.html5.items()} +common_html_entity = Regex("&(?P" + "|".join(_htmlEntityMap) + ");").set_name( + "common HTML entity" +) + + +def replace_html_entity(s, l, t): + """Helper parser action to replace common HTML entities with their special characters""" + return _htmlEntityMap.get(t.entity) + + +class OpAssoc(Enum): + """Enumeration of operator associativity + - used in constructing InfixNotationOperatorSpec for :class:`infix_notation`""" + + LEFT = 1 + RIGHT = 2 + + +InfixNotationOperatorArgType = Union[ + ParserElement, str, Tuple[Union[ParserElement, str], Union[ParserElement, str]] +] +InfixNotationOperatorSpec = Union[ + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + typing.Optional[ParseAction], + ], + Tuple[ + InfixNotationOperatorArgType, + int, + OpAssoc, + ], +] + + +def infix_notation( + base_expr: ParserElement, + op_list: List[InfixNotationOperatorSpec], + lpar: Union[str, ParserElement] = Suppress("("), + rpar: Union[str, ParserElement] = Suppress(")"), +) -> ParserElement: + """Helper method for constructing grammars of expressions made up of + operators working in a precedence hierarchy. Operators may be unary + or binary, left- or right-associative. Parse actions can also be + attached to operator expressions. The generated parser will also + recognize the use of parentheses to override operator precedences + (see example below). + + Note: if you define a deep operator list, you may see performance + issues when using infix_notation. See + :class:`ParserElement.enable_packrat` for a mechanism to potentially + improve your parser performance. + + Parameters: + + - ``base_expr`` - expression representing the most basic operand to + be used in the expression + - ``op_list`` - list of tuples, one for each operator precedence level + in the expression grammar; each tuple is of the form ``(op_expr, + num_operands, right_left_assoc, (optional)parse_action)``, where: + + - ``op_expr`` is the pyparsing expression for the operator; may also + be a string, which will be converted to a Literal; if ``num_operands`` + is 3, ``op_expr`` is a tuple of two expressions, for the two + operators separating the 3 terms + - ``num_operands`` is the number of terms for this operator (must be 1, + 2, or 3) + - ``right_left_assoc`` is the indicator whether the operator is right + or left associative, using the pyparsing-defined constants + ``OpAssoc.RIGHT`` and ``OpAssoc.LEFT``. + - ``parse_action`` is the parse action to be associated with + expressions matching this operator expression (the parse action + tuple member may be omitted); if the parse action is passed + a tuple or list of functions, this is equivalent to calling + ``set_parse_action(*fn)`` + (:class:`ParserElement.set_parse_action`) + - ``lpar`` - expression for matching left-parentheses; if passed as a + str, then will be parsed as ``Suppress(lpar)``. If lpar is passed as + an expression (such as ``Literal('(')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress('(')``) + - ``rpar`` - expression for matching right-parentheses; if passed as a + str, then will be parsed as ``Suppress(rpar)``. If rpar is passed as + an expression (such as ``Literal(')')``), then it will be kept in + the parsed results, and grouped with them. (default= ``Suppress(')')``) + + Example:: + + # simple example of four-function arithmetic with ints and + # variable names + integer = pyparsing_common.signed_integer + varname = pyparsing_common.identifier + + arith_expr = infix_notation(integer | varname, + [ + ('-', 1, OpAssoc.RIGHT), + (one_of('* /'), 2, OpAssoc.LEFT), + (one_of('+ -'), 2, OpAssoc.LEFT), + ]) + + arith_expr.run_tests(''' + 5+3*6 + (5+3)*6 + -2--11 + ''', full_dump=False) + + prints:: + + 5+3*6 + [[5, '+', [3, '*', 6]]] + + (5+3)*6 + [[[5, '+', 3], '*', 6]] + + (5+x)*y + [[[5, '+', 'x'], '*', 'y']] + + -2--11 + [[['-', 2], '-', ['-', 11]]] + """ + + # captive version of FollowedBy that does not do parse actions or capture results names + class _FB(FollowedBy): + def parseImpl(self, instring, loc, doActions=True): + self.expr.try_parse(instring, loc) + return loc, [] + + _FB.__name__ = "FollowedBy>" + + ret = Forward() + if isinstance(lpar, str): + lpar = Suppress(lpar) + if isinstance(rpar, str): + rpar = Suppress(rpar) + + # if lpar and rpar are not suppressed, wrap in group + if not (isinstance(rpar, Suppress) and isinstance(rpar, Suppress)): + lastExpr = base_expr | Group(lpar + ret + rpar) + else: + lastExpr = base_expr | (lpar + ret + rpar) + + arity: int + rightLeftAssoc: opAssoc + pa: typing.Optional[ParseAction] + opExpr1: ParserElement + opExpr2: ParserElement + for i, operDef in enumerate(op_list): + opExpr, arity, rightLeftAssoc, pa = (operDef + (None,))[:4] # type: ignore[assignment] + if isinstance(opExpr, str_type): + opExpr = ParserElement._literalStringClass(opExpr) + opExpr = typing.cast(ParserElement, opExpr) + if arity == 3: + if not isinstance(opExpr, (tuple, list)) or len(opExpr) != 2: + raise ValueError( + "if numterms=3, opExpr must be a tuple or list of two expressions" + ) + opExpr1, opExpr2 = opExpr + term_name = f"{opExpr1}{opExpr2} term" + else: + term_name = f"{opExpr} term" + + if not 1 <= arity <= 3: + raise ValueError("operator must be unary (1), binary (2), or ternary (3)") + + if rightLeftAssoc not in (OpAssoc.LEFT, OpAssoc.RIGHT): + raise ValueError("operator must indicate right or left associativity") + + thisExpr: ParserElement = Forward().set_name(term_name) + thisExpr = typing.cast(Forward, thisExpr) + if rightLeftAssoc is OpAssoc.LEFT: + if arity == 1: + matchExpr = _FB(lastExpr + opExpr) + Group(lastExpr + opExpr[1, ...]) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + lastExpr) + Group( + lastExpr + (opExpr + lastExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + lastExpr) + Group(lastExpr[2, ...]) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + lastExpr + opExpr2 + lastExpr + ) + Group(lastExpr + OneOrMore(opExpr1 + lastExpr + opExpr2 + lastExpr)) + elif rightLeftAssoc is OpAssoc.RIGHT: + if arity == 1: + # try to avoid LR with this extra test + if not isinstance(opExpr, Opt): + opExpr = Opt(opExpr) + matchExpr = _FB(opExpr.expr + thisExpr) + Group(opExpr + thisExpr) + elif arity == 2: + if opExpr is not None: + matchExpr = _FB(lastExpr + opExpr + thisExpr) + Group( + lastExpr + (opExpr + thisExpr)[1, ...] + ) + else: + matchExpr = _FB(lastExpr + thisExpr) + Group( + lastExpr + thisExpr[1, ...] + ) + elif arity == 3: + matchExpr = _FB( + lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr + ) + Group(lastExpr + opExpr1 + thisExpr + opExpr2 + thisExpr) + if pa: + if isinstance(pa, (tuple, list)): + matchExpr.set_parse_action(*pa) + else: + matchExpr.set_parse_action(pa) + thisExpr <<= (matchExpr | lastExpr).setName(term_name) + lastExpr = thisExpr + ret <<= lastExpr + return ret + + +def indentedBlock(blockStatementExpr, indentStack, indent=True, backup_stacks=[]): + """ + (DEPRECATED - use :class:`IndentedBlock` class instead) + Helper method for defining space-delimited indentation blocks, + such as those used to define block statements in Python source code. + + Parameters: + + - ``blockStatementExpr`` - expression defining syntax of statement that + is repeated within the indented block + - ``indentStack`` - list created by caller to manage indentation stack + (multiple ``statementWithIndentedBlock`` expressions within a single + grammar should share a common ``indentStack``) + - ``indent`` - boolean indicating whether block must be indented beyond + the current level; set to ``False`` for block of left-most statements + (default= ``True``) + + A valid block must contain at least one ``blockStatement``. + + (Note that indentedBlock uses internal parse actions which make it + incompatible with packrat parsing.) + + Example:: + + data = ''' + def A(z): + A1 + B = 100 + G = A2 + A2 + A3 + B + def BB(a,b,c): + BB1 + def BBA(): + bba1 + bba2 + bba3 + C + D + def spam(x,y): + def eggs(z): + pass + ''' + + + indentStack = [1] + stmt = Forward() + + identifier = Word(alphas, alphanums) + funcDecl = ("def" + identifier + Group("(" + Opt(delimitedList(identifier)) + ")") + ":") + func_body = indentedBlock(stmt, indentStack) + funcDef = Group(funcDecl + func_body) + + rvalue = Forward() + funcCall = Group(identifier + "(" + Opt(delimitedList(rvalue)) + ")") + rvalue << (funcCall | identifier | Word(nums)) + assignment = Group(identifier + "=" + rvalue) + stmt << (funcDef | assignment | identifier) + + module_body = stmt[1, ...] + + parseTree = module_body.parseString(data) + parseTree.pprint() + + prints:: + + [['def', + 'A', + ['(', 'z', ')'], + ':', + [['A1'], [['B', '=', '100']], [['G', '=', 'A2']], ['A2'], ['A3']]], + 'B', + ['def', + 'BB', + ['(', 'a', 'b', 'c', ')'], + ':', + [['BB1'], [['def', 'BBA', ['(', ')'], ':', [['bba1'], ['bba2'], ['bba3']]]]]], + 'C', + 'D', + ['def', + 'spam', + ['(', 'x', 'y', ')'], + ':', + [[['def', 'eggs', ['(', 'z', ')'], ':', [['pass']]]]]]] + """ + backup_stacks.append(indentStack[:]) + + def reset_stack(): + indentStack[:] = backup_stacks[-1] + + def checkPeerIndent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if curCol != indentStack[-1]: + if curCol > indentStack[-1]: + raise ParseException(s, l, "illegal nesting") + raise ParseException(s, l, "not a peer entry") + + def checkSubIndent(s, l, t): + curCol = col(l, s) + if curCol > indentStack[-1]: + indentStack.append(curCol) + else: + raise ParseException(s, l, "not a subentry") + + def checkUnindent(s, l, t): + if l >= len(s): + return + curCol = col(l, s) + if not (indentStack and curCol in indentStack): + raise ParseException(s, l, "not an unindent") + if curCol < indentStack[-1]: + indentStack.pop() + + NL = OneOrMore(LineEnd().set_whitespace_chars("\t ").suppress()) + INDENT = (Empty() + Empty().set_parse_action(checkSubIndent)).set_name("INDENT") + PEER = Empty().set_parse_action(checkPeerIndent).set_name("") + UNDENT = Empty().set_parse_action(checkUnindent).set_name("UNINDENT") + if indent: + smExpr = Group( + Opt(NL) + + INDENT + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + UNDENT + ) + else: + smExpr = Group( + Opt(NL) + + OneOrMore(PEER + Group(blockStatementExpr) + Opt(NL)) + + Opt(UNDENT) + ) + + # add a parse action to remove backup_stack from list of backups + smExpr.add_parse_action( + lambda: backup_stacks.pop(-1) and None if backup_stacks else None + ) + smExpr.set_fail_action(lambda a, b, c, d: reset_stack()) + blockStatementExpr.ignore(_bslash + LineEnd()) + return smExpr.set_name("indented block") + + +# it's easy to get these comment structures wrong - they're very common, so may as well make them available +c_style_comment = Combine(Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/").set_name( + "C style comment" +) +"Comment of the form ``/* ... */``" + +html_comment = Regex(r"").set_name("HTML comment") +"Comment of the form ````" + +rest_of_line = Regex(r".*").leave_whitespace().set_name("rest of line") +dbl_slash_comment = Regex(r"//(?:\\\n|[^\n])*").set_name("// comment") +"Comment of the form ``// ... (to end of line)``" + +cpp_style_comment = Combine( + Regex(r"/\*(?:[^*]|\*(?!/))*") + "*/" | dbl_slash_comment +).set_name("C++ style comment") +"Comment of either form :class:`c_style_comment` or :class:`dbl_slash_comment`" + +java_style_comment = cpp_style_comment +"Same as :class:`cpp_style_comment`" + +python_style_comment = Regex(r"#.*").set_name("Python style comment") +"Comment of the form ``# ... (to end of line)``" + + +# build list of built-in expressions, for future reference if a global default value +# gets updated +_builtin_exprs: List[ParserElement] = [ + v for v in vars().values() if isinstance(v, ParserElement) +] + + +# compatibility function, superseded by DelimitedList class +def delimited_list( + expr: Union[str, ParserElement], + delim: Union[str, ParserElement] = ",", + combine: bool = False, + min: typing.Optional[int] = None, + max: typing.Optional[int] = None, + *, + allow_trailing_delim: bool = False, +) -> ParserElement: + """(DEPRECATED - use :class:`DelimitedList` class)""" + return DelimitedList( + expr, delim, combine, min, max, allow_trailing_delim=allow_trailing_delim + ) + + +# pre-PEP8 compatible names +# fmt: off +opAssoc = OpAssoc +anyOpenTag = any_open_tag +anyCloseTag = any_close_tag +commonHTMLEntity = common_html_entity +cStyleComment = c_style_comment +htmlComment = html_comment +restOfLine = rest_of_line +dblSlashComment = dbl_slash_comment +cppStyleComment = cpp_style_comment +javaStyleComment = java_style_comment +pythonStyleComment = python_style_comment + +@replaced_by_pep8(DelimitedList) +def delimitedList(): ... + +@replaced_by_pep8(DelimitedList) +def delimited_list(): ... + +@replaced_by_pep8(counted_array) +def countedArray(): ... + +@replaced_by_pep8(match_previous_literal) +def matchPreviousLiteral(): ... + +@replaced_by_pep8(match_previous_expr) +def matchPreviousExpr(): ... + +@replaced_by_pep8(one_of) +def oneOf(): ... + +@replaced_by_pep8(dict_of) +def dictOf(): ... + +@replaced_by_pep8(original_text_for) +def originalTextFor(): ... + +@replaced_by_pep8(nested_expr) +def nestedExpr(): ... + +@replaced_by_pep8(make_html_tags) +def makeHTMLTags(): ... + +@replaced_by_pep8(make_xml_tags) +def makeXMLTags(): ... + +@replaced_by_pep8(replace_html_entity) +def replaceHTMLEntity(): ... + +@replaced_by_pep8(infix_notation) +def infixNotation(): ... +# fmt: on diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py new file mode 100644 index 0000000..0313049 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py @@ -0,0 +1,796 @@ +# results.py +from collections.abc import ( + MutableMapping, + Mapping, + MutableSequence, + Iterator, + Sequence, + Container, +) +import pprint +from typing import Tuple, Any, Dict, Set, List + +str_type: Tuple[type, ...] = (str, bytes) +_generator_type = type((_ for _ in ())) + + +class _ParseResultsWithOffset: + tup: Tuple["ParseResults", int] + __slots__ = ["tup"] + + def __init__(self, p1: "ParseResults", p2: int): + self.tup: Tuple[ParseResults, int] = (p1, p2) + + def __getitem__(self, i): + return self.tup[i] + + def __getstate__(self): + return self.tup + + def __setstate__(self, *args): + self.tup = args[0] + + +class ParseResults: + """Structured parse results, to provide multiple means of access to + the parsed data: + + - as a list (``len(results)``) + - by list index (``results[0], results[1]``, etc.) + - by attribute (``results.`` - see :class:`ParserElement.set_results_name`) + + Example:: + + integer = Word(nums) + date_str = (integer.set_results_name("year") + '/' + + integer.set_results_name("month") + '/' + + integer.set_results_name("day")) + # equivalent form: + # date_str = (integer("year") + '/' + # + integer("month") + '/' + # + integer("day")) + + # parse_string returns a ParseResults object + result = date_str.parse_string("1999/12/31") + + def test(s, fn=repr): + print(f"{s} -> {fn(eval(s))}") + test("list(result)") + test("result[0]") + test("result['month']") + test("result.day") + test("'month' in result") + test("'minutes' in result") + test("result.dump()", str) + + prints:: + + list(result) -> ['1999', '/', '12', '/', '31'] + result[0] -> '1999' + result['month'] -> '12' + result.day -> '31' + 'month' in result -> True + 'minutes' in result -> False + result.dump() -> ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + + _null_values: Tuple[Any, ...] = (None, [], ()) + + _name: str + _parent: "ParseResults" + _all_names: Set[str] + _modal: bool + _toklist: List[Any] + _tokdict: Dict[str, Any] + + __slots__ = ( + "_name", + "_parent", + "_all_names", + "_modal", + "_toklist", + "_tokdict", + ) + + class List(list): + """ + Simple wrapper class to distinguish parsed list results that should be preserved + as actual Python lists, instead of being converted to :class:`ParseResults`:: + + LBRACK, RBRACK = map(pp.Suppress, "[]") + element = pp.Forward() + item = ppc.integer + element_list = LBRACK + pp.DelimitedList(element) + RBRACK + + # add parse actions to convert from ParseResults to actual Python collection types + def as_python_list(t): + return pp.ParseResults.List(t.as_list()) + element_list.add_parse_action(as_python_list) + + element <<= item | element_list + + element.run_tests(''' + 100 + [2,3,4] + [[2, 1],3,4] + [(2, 1),3,4] + (2,3,4) + ''', post_parse=lambda s, r: (r[0], type(r[0]))) + + prints:: + + 100 + (100, ) + + [2,3,4] + ([2, 3, 4], ) + + [[2, 1],3,4] + ([[2, 1], 3, 4], ) + + (Used internally by :class:`Group` when `aslist=True`.) + """ + + def __new__(cls, contained=None): + if contained is None: + contained = [] + + if not isinstance(contained, list): + raise TypeError( + f"{cls.__name__} may only be constructed with a list, not {type(contained).__name__}" + ) + + return list.__new__(cls) + + def __new__(cls, toklist=None, name=None, **kwargs): + if isinstance(toklist, ParseResults): + return toklist + self = object.__new__(cls) + self._name = None + self._parent = None + self._all_names = set() + + if toklist is None: + self._toklist = [] + elif isinstance(toklist, (list, _generator_type)): + self._toklist = ( + [toklist[:]] + if isinstance(toklist, ParseResults.List) + else list(toklist) + ) + else: + self._toklist = [toklist] + self._tokdict = dict() + return self + + # Performance tuning: we construct a *lot* of these, so keep this + # constructor as small and fast as possible + def __init__( + self, toklist=None, name=None, asList=True, modal=True, isinstance=isinstance + ): + self._tokdict: Dict[str, _ParseResultsWithOffset] + self._modal = modal + if name is not None and name != "": + if isinstance(name, int): + name = str(name) + if not modal: + self._all_names = {name} + self._name = name + if toklist not in self._null_values: + if isinstance(toklist, (str_type, type)): + toklist = [toklist] + if asList: + if isinstance(toklist, ParseResults): + self[name] = _ParseResultsWithOffset( + ParseResults(toklist._toklist), 0 + ) + else: + self[name] = _ParseResultsWithOffset( + ParseResults(toklist[0]), 0 + ) + self[name]._name = name + else: + try: + self[name] = toklist[0] + except (KeyError, TypeError, IndexError): + if toklist is not self: + self[name] = toklist + else: + self._name = name + + def __getitem__(self, i): + if isinstance(i, (int, slice)): + return self._toklist[i] + else: + if i not in self._all_names: + return self._tokdict[i][-1][0] + else: + return ParseResults([v[0] for v in self._tokdict[i]]) + + def __setitem__(self, k, v, isinstance=isinstance): + if isinstance(v, _ParseResultsWithOffset): + self._tokdict[k] = self._tokdict.get(k, list()) + [v] + sub = v[0] + elif isinstance(k, (int, slice)): + self._toklist[k] = v + sub = v + else: + self._tokdict[k] = self._tokdict.get(k, list()) + [ + _ParseResultsWithOffset(v, 0) + ] + sub = v + if isinstance(sub, ParseResults): + sub._parent = self + + def __delitem__(self, i): + if isinstance(i, (int, slice)): + mylen = len(self._toklist) + del self._toklist[i] + + # convert int to slice + if isinstance(i, int): + if i < 0: + i += mylen + i = slice(i, i + 1) + # get removed indices + removed = list(range(*i.indices(mylen))) + removed.reverse() + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for j in removed: + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position - (position > j) + ) + else: + del self._tokdict[i] + + def __contains__(self, k) -> bool: + return k in self._tokdict + + def __len__(self) -> int: + return len(self._toklist) + + def __bool__(self) -> bool: + return not not (self._toklist or self._tokdict) + + def __iter__(self) -> Iterator: + return iter(self._toklist) + + def __reversed__(self) -> Iterator: + return iter(self._toklist[::-1]) + + def keys(self): + return iter(self._tokdict) + + def values(self): + return (self[k] for k in self.keys()) + + def items(self): + return ((k, self[k]) for k in self.keys()) + + def haskeys(self) -> bool: + """ + Since ``keys()`` returns an iterator, this method is helpful in bypassing + code that looks for the existence of any defined results names.""" + return not not self._tokdict + + def pop(self, *args, **kwargs): + """ + Removes and returns item at specified index (default= ``last``). + Supports both ``list`` and ``dict`` semantics for ``pop()``. If + passed no argument or an integer argument, it will use ``list`` + semantics and pop tokens from the list of parsed tokens. If passed + a non-integer argument (most likely a string), it will use ``dict`` + semantics and pop the corresponding value from any defined results + names. A second default return value argument is supported, just as in + ``dict.pop()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + def remove_first(tokens): + tokens.pop(0) + numlist.add_parse_action(remove_first) + print(numlist.parse_string("0 123 321")) # -> ['123', '321'] + + label = Word(alphas) + patt = label("LABEL") + Word(nums)[1, ...] + print(patt.parse_string("AAB 123 321").dump()) + + # Use pop() in a parse action to remove named result (note that corresponding value is not + # removed from list form of results) + def remove_LABEL(tokens): + tokens.pop("LABEL") + return tokens + patt.add_parse_action(remove_LABEL) + print(patt.parse_string("AAB 123 321").dump()) + + prints:: + + ['AAB', '123', '321'] + - LABEL: 'AAB' + + ['AAB', '123', '321'] + """ + if not args: + args = [-1] + for k, v in kwargs.items(): + if k == "default": + args = (args[0], v) + else: + raise TypeError(f"pop() got an unexpected keyword argument {k!r}") + if isinstance(args[0], int) or len(args) == 1 or args[0] in self: + index = args[0] + ret = self[index] + del self[index] + return ret + else: + defaultvalue = args[1] + return defaultvalue + + def get(self, key, default_value=None): + """ + Returns named result matching the given key, or if there is no + such name, then returns the given ``default_value`` or ``None`` if no + ``default_value`` is specified. + + Similar to ``dict.get()``. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string("1999/12/31") + print(result.get("year")) # -> '1999' + print(result.get("hour", "not specified")) # -> 'not specified' + print(result.get("hour")) # -> None + """ + if key in self: + return self[key] + else: + return default_value + + def insert(self, index, ins_string): + """ + Inserts new element at location index in the list of parsed tokens. + + Similar to ``list.insert()``. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to insert the parse location in the front of the parsed results + def insert_locn(locn, tokens): + tokens.insert(0, locn) + numlist.add_parse_action(insert_locn) + print(numlist.parse_string("0 123 321")) # -> [0, '0', '123', '321'] + """ + self._toklist.insert(index, ins_string) + # fixup indices in token dictionary + for name, occurrences in self._tokdict.items(): + for k, (value, position) in enumerate(occurrences): + occurrences[k] = _ParseResultsWithOffset( + value, position + (position > index) + ) + + def append(self, item): + """ + Add single element to end of ``ParseResults`` list of elements. + + Example:: + + numlist = Word(nums)[...] + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321'] + + # use a parse action to compute the sum of the parsed integers, and add it to the end + def append_sum(tokens): + tokens.append(sum(map(int, tokens))) + numlist.add_parse_action(append_sum) + print(numlist.parse_string("0 123 321")) # -> ['0', '123', '321', 444] + """ + self._toklist.append(item) + + def extend(self, itemseq): + """ + Add sequence of elements to end of ``ParseResults`` list of elements. + + Example:: + + patt = Word(alphas)[1, ...] + + # use a parse action to append the reverse of the matched strings, to make a palindrome + def make_palindrome(tokens): + tokens.extend(reversed([t[::-1] for t in tokens])) + return ''.join(tokens) + patt.add_parse_action(make_palindrome) + print(patt.parse_string("lskdj sdlkjf lksd")) # -> 'lskdjsdlkjflksddsklfjkldsjdksl' + """ + if isinstance(itemseq, ParseResults): + self.__iadd__(itemseq) + else: + self._toklist.extend(itemseq) + + def clear(self): + """ + Clear all elements and results names. + """ + del self._toklist[:] + self._tokdict.clear() + + def __getattr__(self, name): + try: + return self[name] + except KeyError: + if name.startswith("__"): + raise AttributeError(name) + return "" + + def __add__(self, other: "ParseResults") -> "ParseResults": + ret = self.copy() + ret += other + return ret + + def __iadd__(self, other: "ParseResults") -> "ParseResults": + if not other: + return self + + if other._tokdict: + offset = len(self._toklist) + addoffset = lambda a: offset if a < 0 else a + offset + otheritems = other._tokdict.items() + otherdictitems = [ + (k, _ParseResultsWithOffset(v[0], addoffset(v[1]))) + for k, vlist in otheritems + for v in vlist + ] + for k, v in otherdictitems: + self[k] = v + if isinstance(v[0], ParseResults): + v[0]._parent = self + + self._toklist += other._toklist + self._all_names |= other._all_names + return self + + def __radd__(self, other) -> "ParseResults": + if isinstance(other, int) and other == 0: + # useful for merging many ParseResults using sum() builtin + return self.copy() + else: + # this may raise a TypeError - so be it + return other + self + + def __repr__(self) -> str: + return f"{type(self).__name__}({self._toklist!r}, {self.as_dict()})" + + def __str__(self) -> str: + return ( + "[" + + ", ".join( + [ + str(i) if isinstance(i, ParseResults) else repr(i) + for i in self._toklist + ] + ) + + "]" + ) + + def _asStringList(self, sep=""): + out = [] + for item in self._toklist: + if out and sep: + out.append(sep) + if isinstance(item, ParseResults): + out += item._asStringList() + else: + out.append(str(item)) + return out + + def as_list(self) -> list: + """ + Returns the parse results as a nested list of matching tokens, all converted to strings. + + Example:: + + patt = Word(alphas)[1, ...] + result = patt.parse_string("sldkj lsdkj sldkj") + # even though the result prints in string-like form, it is actually a pyparsing ParseResults + print(type(result), result) # -> ['sldkj', 'lsdkj', 'sldkj'] + + # Use as_list() to create an actual list + result_list = result.as_list() + print(type(result_list), result_list) # -> ['sldkj', 'lsdkj', 'sldkj'] + """ + return [ + res.as_list() if isinstance(res, ParseResults) else res + for res in self._toklist + ] + + def as_dict(self) -> dict: + """ + Returns the named parse results as a nested dictionary. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('12/31/1999') + print(type(result), repr(result)) # -> (['12', '/', '31', '/', '1999'], {'day': [('1999', 4)], 'year': [('12', 0)], 'month': [('31', 2)]}) + + result_dict = result.as_dict() + print(type(result_dict), repr(result_dict)) # -> {'day': '1999', 'year': '12', 'month': '31'} + + # even though a ParseResults supports dict-like access, sometime you just need to have a dict + import json + print(json.dumps(result)) # -> Exception: TypeError: ... is not JSON serializable + print(json.dumps(result.as_dict())) # -> {"month": "31", "day": "1999", "year": "12"} + """ + + def to_item(obj): + if isinstance(obj, ParseResults): + return obj.as_dict() if obj.haskeys() else [to_item(v) for v in obj] + else: + return obj + + return dict((k, to_item(v)) for k, v in self.items()) + + def copy(self) -> "ParseResults": + """ + Returns a new shallow copy of a :class:`ParseResults` object. `ParseResults` + items contained within the source are shared with the copy. Use + :class:`ParseResults.deepcopy()` to create a copy with its own separate + content values. + """ + ret = ParseResults(self._toklist) + ret._tokdict = self._tokdict.copy() + ret._parent = self._parent + ret._all_names |= self._all_names + ret._name = self._name + return ret + + def deepcopy(self) -> "ParseResults": + """ + Returns a new deep copy of a :class:`ParseResults` object. + """ + ret = self.copy() + # replace values with copies if they are of known mutable types + for i, obj in enumerate(self._toklist): + if isinstance(obj, ParseResults): + self._toklist[i] = obj.deepcopy() + elif isinstance(obj, (str, bytes)): + pass + elif isinstance(obj, MutableMapping): + self._toklist[i] = dest = type(obj)() + for k, v in obj.items(): + dest[k] = v.deepcopy() if isinstance(v, ParseResults) else v + elif isinstance(obj, Container): + self._toklist[i] = type(obj)( + v.deepcopy() if isinstance(v, ParseResults) else v for v in obj + ) + return ret + + def get_name(self): + r""" + Returns the results name for this token expression. Useful when several + different expressions might match at a particular location. + + Example:: + + integer = Word(nums) + ssn_expr = Regex(r"\d\d\d-\d\d-\d\d\d\d") + house_number_expr = Suppress('#') + Word(nums, alphanums) + user_data = (Group(house_number_expr)("house_number") + | Group(ssn_expr)("ssn") + | Group(integer)("age")) + user_info = user_data[1, ...] + + result = user_info.parse_string("22 111-22-3333 #221B") + for item in result: + print(item.get_name(), ':', item[0]) + + prints:: + + age : 22 + ssn : 111-22-3333 + house_number : 221B + """ + if self._name: + return self._name + elif self._parent: + par: "ParseResults" = self._parent + parent_tokdict_items = par._tokdict.items() + return next( + ( + k + for k, vlist in parent_tokdict_items + for v, loc in vlist + if v is self + ), + None, + ) + elif ( + len(self) == 1 + and len(self._tokdict) == 1 + and next(iter(self._tokdict.values()))[0][1] in (0, -1) + ): + return next(iter(self._tokdict.keys())) + else: + return None + + def dump(self, indent="", full=True, include_list=True, _depth=0) -> str: + """ + Diagnostic method for listing out the contents of + a :class:`ParseResults`. Accepts an optional ``indent`` argument so + that this string can be embedded in a nested display of other data. + + Example:: + + integer = Word(nums) + date_str = integer("year") + '/' + integer("month") + '/' + integer("day") + + result = date_str.parse_string('1999/12/31') + print(result.dump()) + + prints:: + + ['1999', '/', '12', '/', '31'] + - day: '31' + - month: '12' + - year: '1999' + """ + out = [] + NL = "\n" + out.append(indent + str(self.as_list()) if include_list else "") + + if full: + if self.haskeys(): + items = sorted((str(k), v) for k, v in self.items()) + for k, v in items: + if out: + out.append(NL) + out.append(f"{indent}{(' ' * _depth)}- {k}: ") + if isinstance(v, ParseResults): + if v: + out.append( + v.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ) + ) + else: + out.append(str(v)) + else: + out.append(repr(v)) + if any(isinstance(vv, ParseResults) for vv in self): + v = self + for i, vv in enumerate(v): + if isinstance(vv, ParseResults): + out.append( + "\n{}{}[{}]:\n{}{}{}".format( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + vv.dump( + indent=indent, + full=full, + include_list=include_list, + _depth=_depth + 1, + ), + ) + ) + else: + out.append( + "\n%s%s[%d]:\n%s%s%s" + % ( + indent, + (" " * (_depth)), + i, + indent, + (" " * (_depth + 1)), + str(vv), + ) + ) + + return "".join(out) + + def pprint(self, *args, **kwargs): + """ + Pretty-printer for parsed results as a list, using the + `pprint `_ module. + Accepts additional positional or keyword args as defined for + `pprint.pprint `_ . + + Example:: + + ident = Word(alphas, alphanums) + num = Word(nums) + func = Forward() + term = ident | num | Group('(' + func + ')') + func <<= ident + Group(Optional(DelimitedList(term))) + result = func.parse_string("fna a,b,(fnb c,d,200),100") + result.pprint(width=40) + + prints:: + + ['fna', + ['a', + 'b', + ['(', 'fnb', ['c', 'd', '200'], ')'], + '100']] + """ + pprint.pprint(self.as_list(), *args, **kwargs) + + # add support for pickle protocol + def __getstate__(self): + return ( + self._toklist, + ( + self._tokdict.copy(), + None, + self._all_names, + self._name, + ), + ) + + def __setstate__(self, state): + self._toklist, (self._tokdict, par, inAccumNames, self._name) = state + self._all_names = set(inAccumNames) + self._parent = None + + def __getnewargs__(self): + return self._toklist, self._name + + def __dir__(self): + return dir(type(self)) + list(self.keys()) + + @classmethod + def from_dict(cls, other, name=None) -> "ParseResults": + """ + Helper classmethod to construct a ``ParseResults`` from a ``dict``, preserving the + name-value relations as results names. If an optional ``name`` argument is + given, a nested ``ParseResults`` will be returned. + """ + + def is_iterable(obj): + try: + iter(obj) + except Exception: + return False + # str's are iterable, but in pyparsing, we don't want to iterate over them + else: + return not isinstance(obj, str_type) + + ret = cls([]) + for k, v in other.items(): + if isinstance(v, Mapping): + ret += cls.from_dict(v, name=k) + else: + ret += cls([v], name=k, asList=is_iterable(v)) + if name is not None: + ret = cls([ret], name=name) + return ret + + asList = as_list + """Deprecated - use :class:`as_list`""" + asDict = as_dict + """Deprecated - use :class:`as_dict`""" + getName = get_name + """Deprecated - use :class:`get_name`""" + + +MutableMapping.register(ParseResults) +MutableSequence.register(ParseResults) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py new file mode 100644 index 0000000..6a254c1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py @@ -0,0 +1,331 @@ +# testing.py + +from contextlib import contextmanager +import typing + +from .core import ( + ParserElement, + ParseException, + Keyword, + __diag__, + __compat__, +) + + +class pyparsing_test: + """ + namespace class for classes useful in writing unit tests + """ + + class reset_pyparsing_context: + """ + Context manager to be used when writing unit tests that modify pyparsing config values: + - packrat parsing + - bounded recursion parsing + - default whitespace characters. + - default keyword characters + - literal string auto-conversion class + - __diag__ settings + + Example:: + + with reset_pyparsing_context(): + # test that literals used to construct a grammar are automatically suppressed + ParserElement.inlineLiteralsUsing(Suppress) + + term = Word(alphas) | Word(nums) + group = Group('(' + term[...] + ')') + + # assert that the '()' characters are not included in the parsed tokens + self.assertParseAndCheckList(group, "(abc 123 def)", ['abc', '123', 'def']) + + # after exiting context manager, literals are converted to Literal expressions again + """ + + def __init__(self): + self._save_context = {} + + def save(self): + self._save_context["default_whitespace"] = ParserElement.DEFAULT_WHITE_CHARS + self._save_context["default_keyword_chars"] = Keyword.DEFAULT_KEYWORD_CHARS + + self._save_context[ + "literal_string_class" + ] = ParserElement._literalStringClass + + self._save_context["verbose_stacktrace"] = ParserElement.verbose_stacktrace + + self._save_context["packrat_enabled"] = ParserElement._packratEnabled + if ParserElement._packratEnabled: + self._save_context[ + "packrat_cache_size" + ] = ParserElement.packrat_cache.size + else: + self._save_context["packrat_cache_size"] = None + self._save_context["packrat_parse"] = ParserElement._parse + self._save_context[ + "recursion_enabled" + ] = ParserElement._left_recursion_enabled + + self._save_context["__diag__"] = { + name: getattr(__diag__, name) for name in __diag__._all_names + } + + self._save_context["__compat__"] = { + "collect_all_And_tokens": __compat__.collect_all_And_tokens + } + + return self + + def restore(self): + # reset pyparsing global state + if ( + ParserElement.DEFAULT_WHITE_CHARS + != self._save_context["default_whitespace"] + ): + ParserElement.set_default_whitespace_chars( + self._save_context["default_whitespace"] + ) + + ParserElement.verbose_stacktrace = self._save_context["verbose_stacktrace"] + + Keyword.DEFAULT_KEYWORD_CHARS = self._save_context["default_keyword_chars"] + ParserElement.inlineLiteralsUsing( + self._save_context["literal_string_class"] + ) + + for name, value in self._save_context["__diag__"].items(): + (__diag__.enable if value else __diag__.disable)(name) + + ParserElement._packratEnabled = False + if self._save_context["packrat_enabled"]: + ParserElement.enable_packrat(self._save_context["packrat_cache_size"]) + else: + ParserElement._parse = self._save_context["packrat_parse"] + ParserElement._left_recursion_enabled = self._save_context[ + "recursion_enabled" + ] + + __compat__.collect_all_And_tokens = self._save_context["__compat__"] + + return self + + def copy(self): + ret = type(self)() + ret._save_context.update(self._save_context) + return ret + + def __enter__(self): + return self.save() + + def __exit__(self, *args): + self.restore() + + class TestParseResultsAsserts: + """ + A mixin class to add parse results assertion methods to normal unittest.TestCase classes. + """ + + def assertParseResultsEquals( + self, result, expected_list=None, expected_dict=None, msg=None + ): + """ + Unit test assertion to compare a :class:`ParseResults` object with an optional ``expected_list``, + and compare any defined results names with an optional ``expected_dict``. + """ + if expected_list is not None: + self.assertEqual(expected_list, result.as_list(), msg=msg) + if expected_dict is not None: + self.assertEqual(expected_dict, result.as_dict(), msg=msg) + + def assertParseAndCheckList( + self, expr, test_string, expected_list, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asList()`` is equal to the ``expected_list``. + """ + result = expr.parse_string(test_string, parse_all=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_list=expected_list, msg=msg) + + def assertParseAndCheckDict( + self, expr, test_string, expected_dict, msg=None, verbose=True + ): + """ + Convenience wrapper assert to test a parser element and input string, and assert that + the resulting ``ParseResults.asDict()`` is equal to the ``expected_dict``. + """ + result = expr.parse_string(test_string, parseAll=True) + if verbose: + print(result.dump()) + else: + print(result.as_list()) + self.assertParseResultsEquals(result, expected_dict=expected_dict, msg=msg) + + def assertRunTestResults( + self, run_tests_report, expected_parse_results=None, msg=None + ): + """ + Unit test assertion to evaluate output of ``ParserElement.runTests()``. If a list of + list-dict tuples is given as the ``expected_parse_results`` argument, then these are zipped + with the report tuples returned by ``runTests`` and evaluated using ``assertParseResultsEquals``. + Finally, asserts that the overall ``runTests()`` success value is ``True``. + + :param run_tests_report: tuple(bool, [tuple(str, ParseResults or Exception)]) returned from runTests + :param expected_parse_results (optional): [tuple(str, list, dict, Exception)] + """ + run_test_success, run_test_results = run_tests_report + + if expected_parse_results is not None: + merged = [ + (*rpt, expected) + for rpt, expected in zip(run_test_results, expected_parse_results) + ] + for test_string, result, expected in merged: + # expected should be a tuple containing a list and/or a dict or an exception, + # and optional failure message string + # an empty tuple will skip any result validation + fail_msg = next( + (exp for exp in expected if isinstance(exp, str)), None + ) + expected_exception = next( + ( + exp + for exp in expected + if isinstance(exp, type) and issubclass(exp, Exception) + ), + None, + ) + if expected_exception is not None: + with self.assertRaises( + expected_exception=expected_exception, msg=fail_msg or msg + ): + if isinstance(result, Exception): + raise result + else: + expected_list = next( + (exp for exp in expected if isinstance(exp, list)), None + ) + expected_dict = next( + (exp for exp in expected if isinstance(exp, dict)), None + ) + if (expected_list, expected_dict) != (None, None): + self.assertParseResultsEquals( + result, + expected_list=expected_list, + expected_dict=expected_dict, + msg=fail_msg or msg, + ) + else: + # warning here maybe? + print(f"no validation for {test_string!r}") + + # do this last, in case some specific test results can be reported instead + self.assertTrue( + run_test_success, msg=msg if msg is not None else "failed runTests" + ) + + @contextmanager + def assertRaisesParseException(self, exc_type=ParseException, msg=None): + with self.assertRaises(exc_type, msg=msg): + yield + + @staticmethod + def with_line_numbers( + s: str, + start_line: typing.Optional[int] = None, + end_line: typing.Optional[int] = None, + expand_tabs: bool = True, + eol_mark: str = "|", + mark_spaces: typing.Optional[str] = None, + mark_control: typing.Optional[str] = None, + ) -> str: + """ + Helpful method for debugging a parser - prints a string with line and column numbers. + (Line and column numbers are 1-based.) + + :param s: tuple(bool, str - string to be printed with line and column numbers + :param start_line: int - (optional) starting line number in s to print (default=1) + :param end_line: int - (optional) ending line number in s to print (default=len(s)) + :param expand_tabs: bool - (optional) expand tabs to spaces, to match the pyparsing default + :param eol_mark: str - (optional) string to mark the end of lines, helps visualize trailing spaces (default="|") + :param mark_spaces: str - (optional) special character to display in place of spaces + :param mark_control: str - (optional) convert non-printing control characters to a placeholding + character; valid values: + - "unicode" - replaces control chars with Unicode symbols, such as "␍" and "␊" + - any single character string - replace control characters with given string + - None (default) - string is displayed as-is + + :return: str - input string with leading line numbers and column number headers + """ + if expand_tabs: + s = s.expandtabs() + if mark_control is not None: + mark_control = typing.cast(str, mark_control) + if mark_control == "unicode": + transtable_map = { + c: u for c, u in zip(range(0, 33), range(0x2400, 0x2433)) + } + transtable_map[127] = 0x2421 + tbl = str.maketrans(transtable_map) + eol_mark = "" + else: + ord_mark_control = ord(mark_control) + tbl = str.maketrans( + {c: ord_mark_control for c in list(range(0, 32)) + [127]} + ) + s = s.translate(tbl) + if mark_spaces is not None and mark_spaces != " ": + if mark_spaces == "unicode": + tbl = str.maketrans({9: 0x2409, 32: 0x2423}) + s = s.translate(tbl) + else: + s = s.replace(" ", mark_spaces) + if start_line is None: + start_line = 1 + if end_line is None: + end_line = len(s) + end_line = min(end_line, len(s)) + start_line = min(max(1, start_line), end_line) + + if mark_control != "unicode": + s_lines = s.splitlines()[start_line - 1 : end_line] + else: + s_lines = [line + "␊" for line in s.split("␊")[start_line - 1 : end_line]] + if not s_lines: + return "" + + lineno_width = len(str(end_line)) + max_line_len = max(len(line) for line in s_lines) + lead = " " * (lineno_width + 1) + if max_line_len >= 99: + header0 = ( + lead + + "".join( + f"{' ' * 99}{(i + 1) % 100}" + for i in range(max(max_line_len // 100, 1)) + ) + + "\n" + ) + else: + header0 = "" + header1 = ( + header0 + + lead + + "".join(f" {(i + 1) % 10}" for i in range(-(-max_line_len // 10))) + + "\n" + ) + header2 = lead + "1234567890" * (-(-max_line_len // 10)) + "\n" + return ( + header1 + + header2 + + "\n".join( + f"{i:{lineno_width}d}:{line}{eol_mark}" + for i, line in enumerate(s_lines, start=start_line) + ) + + "\n" + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py new file mode 100644 index 0000000..ec0b3a4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py @@ -0,0 +1,361 @@ +# unicode.py + +import sys +from itertools import filterfalse +from typing import List, Tuple, Union + + +class _lazyclassproperty: + def __init__(self, fn): + self.fn = fn + self.__doc__ = fn.__doc__ + self.__name__ = fn.__name__ + + def __get__(self, obj, cls): + if cls is None: + cls = type(obj) + if not hasattr(cls, "_intern") or any( + cls._intern is getattr(superclass, "_intern", []) + for superclass in cls.__mro__[1:] + ): + cls._intern = {} + attrname = self.fn.__name__ + if attrname not in cls._intern: + cls._intern[attrname] = self.fn(cls) + return cls._intern[attrname] + + +UnicodeRangeList = List[Union[Tuple[int, int], Tuple[int]]] + + +class unicode_set: + """ + A set of Unicode characters, for language-specific strings for + ``alphas``, ``nums``, ``alphanums``, and ``printables``. + A unicode_set is defined by a list of ranges in the Unicode character + set, in a class attribute ``_ranges``. Ranges can be specified using + 2-tuples or a 1-tuple, such as:: + + _ranges = [ + (0x0020, 0x007e), + (0x00a0, 0x00ff), + (0x0100,), + ] + + Ranges are left- and right-inclusive. A 1-tuple of (x,) is treated as (x, x). + + A unicode set can also be defined using multiple inheritance of other unicode sets:: + + class CJK(Chinese, Japanese, Korean): + pass + """ + + _ranges: UnicodeRangeList = [] + + @_lazyclassproperty + def _chars_for_ranges(cls): + ret = [] + for cc in cls.__mro__: + if cc is unicode_set: + break + for rr in getattr(cc, "_ranges", ()): + ret.extend(range(rr[0], rr[-1] + 1)) + return [chr(c) for c in sorted(set(ret))] + + @_lazyclassproperty + def printables(cls): + """all non-whitespace characters in this range""" + return "".join(filterfalse(str.isspace, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphas(cls): + """all alphabetic characters in this range""" + return "".join(filter(str.isalpha, cls._chars_for_ranges)) + + @_lazyclassproperty + def nums(cls): + """all numeric digit characters in this range""" + return "".join(filter(str.isdigit, cls._chars_for_ranges)) + + @_lazyclassproperty + def alphanums(cls): + """all alphanumeric characters in this range""" + return cls.alphas + cls.nums + + @_lazyclassproperty + def identchars(cls): + """all characters in this range that are valid identifier characters, plus underscore '_'""" + return "".join( + sorted( + set( + "".join(filter(str.isidentifier, cls._chars_for_ranges)) + + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyzªµº" + + "ÀÁÂÃÄÅÆÇÈÉÊËÌÍÎÏÐÑÒÓÔÕÖØÙÚÛÜÝÞßàáâãäåæçèéêëìíîïðñòóôõöøùúûüýþÿ" + + "_" + ) + ) + ) + + @_lazyclassproperty + def identbodychars(cls): + """ + all characters in this range that are valid identifier body characters, + plus the digits 0-9, and · (Unicode MIDDLE DOT) + """ + return "".join( + sorted( + set( + cls.identchars + + "0123456789·" + + "".join( + [c for c in cls._chars_for_ranges if ("_" + c).isidentifier()] + ) + ) + ) + ) + + @_lazyclassproperty + def identifier(cls): + """ + a pyparsing Word expression for an identifier using this range's definitions for + identchars and identbodychars + """ + from pip._vendor.pyparsing import Word + + return Word(cls.identchars, cls.identbodychars) + + +class pyparsing_unicode(unicode_set): + """ + A namespace class for defining common language unicode_sets. + """ + + # fmt: off + + # define ranges in language character sets + _ranges: UnicodeRangeList = [ + (0x0020, sys.maxunicode), + ] + + class BasicMultilingualPlane(unicode_set): + """Unicode set for the Basic Multilingual Plane""" + _ranges: UnicodeRangeList = [ + (0x0020, 0xFFFF), + ] + + class Latin1(unicode_set): + """Unicode set for Latin-1 Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0020, 0x007E), + (0x00A0, 0x00FF), + ] + + class LatinA(unicode_set): + """Unicode set for Latin-A Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0100, 0x017F), + ] + + class LatinB(unicode_set): + """Unicode set for Latin-B Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0180, 0x024F), + ] + + class Greek(unicode_set): + """Unicode set for Greek Unicode Character Ranges""" + _ranges: UnicodeRangeList = [ + (0x0342, 0x0345), + (0x0370, 0x0377), + (0x037A, 0x037F), + (0x0384, 0x038A), + (0x038C,), + (0x038E, 0x03A1), + (0x03A3, 0x03E1), + (0x03F0, 0x03FF), + (0x1D26, 0x1D2A), + (0x1D5E,), + (0x1D60,), + (0x1D66, 0x1D6A), + (0x1F00, 0x1F15), + (0x1F18, 0x1F1D), + (0x1F20, 0x1F45), + (0x1F48, 0x1F4D), + (0x1F50, 0x1F57), + (0x1F59,), + (0x1F5B,), + (0x1F5D,), + (0x1F5F, 0x1F7D), + (0x1F80, 0x1FB4), + (0x1FB6, 0x1FC4), + (0x1FC6, 0x1FD3), + (0x1FD6, 0x1FDB), + (0x1FDD, 0x1FEF), + (0x1FF2, 0x1FF4), + (0x1FF6, 0x1FFE), + (0x2129,), + (0x2719, 0x271A), + (0xAB65,), + (0x10140, 0x1018D), + (0x101A0,), + (0x1D200, 0x1D245), + (0x1F7A1, 0x1F7A7), + ] + + class Cyrillic(unicode_set): + """Unicode set for Cyrillic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0400, 0x052F), + (0x1C80, 0x1C88), + (0x1D2B,), + (0x1D78,), + (0x2DE0, 0x2DFF), + (0xA640, 0xA672), + (0xA674, 0xA69F), + (0xFE2E, 0xFE2F), + ] + + class Chinese(unicode_set): + """Unicode set for Chinese Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x2E80, 0x2E99), + (0x2E9B, 0x2EF3), + (0x31C0, 0x31E3), + (0x3400, 0x4DB5), + (0x4E00, 0x9FEF), + (0xA700, 0xA707), + (0xF900, 0xFA6D), + (0xFA70, 0xFAD9), + (0x16FE2, 0x16FE3), + (0x1F210, 0x1F212), + (0x1F214, 0x1F23B), + (0x1F240, 0x1F248), + (0x20000, 0x2A6D6), + (0x2A700, 0x2B734), + (0x2B740, 0x2B81D), + (0x2B820, 0x2CEA1), + (0x2CEB0, 0x2EBE0), + (0x2F800, 0x2FA1D), + ] + + class Japanese(unicode_set): + """Unicode set for Japanese Unicode Character Range, combining Kanji, Hiragana, and Katakana ranges""" + + class Kanji(unicode_set): + "Unicode set for Kanji Unicode Character Range" + _ranges: UnicodeRangeList = [ + (0x4E00, 0x9FBF), + (0x3000, 0x303F), + ] + + class Hiragana(unicode_set): + """Unicode set for Hiragana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3041, 0x3096), + (0x3099, 0x30A0), + (0x30FC,), + (0xFF70,), + (0x1B001,), + (0x1B150, 0x1B152), + (0x1F200,), + ] + + class Katakana(unicode_set): + """Unicode set for Katakana Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x3099, 0x309C), + (0x30A0, 0x30FF), + (0x31F0, 0x31FF), + (0x32D0, 0x32FE), + (0xFF65, 0xFF9F), + (0x1B000,), + (0x1B164, 0x1B167), + (0x1F201, 0x1F202), + (0x1F213,), + ] + + 漢字 = Kanji + カタカナ = Katakana + ひらがな = Hiragana + + _ranges = ( + Kanji._ranges + + Hiragana._ranges + + Katakana._ranges + ) + + class Hangul(unicode_set): + """Unicode set for Hangul (Korean) Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x1100, 0x11FF), + (0x302E, 0x302F), + (0x3131, 0x318E), + (0x3200, 0x321C), + (0x3260, 0x327B), + (0x327E,), + (0xA960, 0xA97C), + (0xAC00, 0xD7A3), + (0xD7B0, 0xD7C6), + (0xD7CB, 0xD7FB), + (0xFFA0, 0xFFBE), + (0xFFC2, 0xFFC7), + (0xFFCA, 0xFFCF), + (0xFFD2, 0xFFD7), + (0xFFDA, 0xFFDC), + ] + + Korean = Hangul + + class CJK(Chinese, Japanese, Hangul): + """Unicode set for combined Chinese, Japanese, and Korean (CJK) Unicode Character Range""" + + class Thai(unicode_set): + """Unicode set for Thai Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0E01, 0x0E3A), + (0x0E3F, 0x0E5B) + ] + + class Arabic(unicode_set): + """Unicode set for Arabic Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0600, 0x061B), + (0x061E, 0x06FF), + (0x0700, 0x077F), + ] + + class Hebrew(unicode_set): + """Unicode set for Hebrew Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0591, 0x05C7), + (0x05D0, 0x05EA), + (0x05EF, 0x05F4), + (0xFB1D, 0xFB36), + (0xFB38, 0xFB3C), + (0xFB3E,), + (0xFB40, 0xFB41), + (0xFB43, 0xFB44), + (0xFB46, 0xFB4F), + ] + + class Devanagari(unicode_set): + """Unicode set for Devanagari Unicode Character Range""" + _ranges: UnicodeRangeList = [ + (0x0900, 0x097F), + (0xA8E0, 0xA8FF) + ] + + BMP = BasicMultilingualPlane + + # add language identifiers using language Unicode + العربية = Arabic + 中文 = Chinese + кириллица = Cyrillic + Ελληνικά = Greek + עִברִית = Hebrew + 日本語 = Japanese + 한국어 = Korean + ไทย = Thai + देवनागरी = Devanagari + + # fmt: on diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py new file mode 100644 index 0000000..d8d3f41 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py @@ -0,0 +1,284 @@ +# util.py +import inspect +import warnings +import types +import collections +import itertools +from functools import lru_cache, wraps +from typing import Callable, List, Union, Iterable, TypeVar, cast + +_bslash = chr(92) +C = TypeVar("C", bound=Callable) + + +class __config_flags: + """Internal class for defining compatibility and debugging flags""" + + _all_names: List[str] = [] + _fixed_names: List[str] = [] + _type_desc = "configuration" + + @classmethod + def _set(cls, dname, value): + if dname in cls._fixed_names: + warnings.warn( + f"{cls.__name__}.{dname} {cls._type_desc} is {str(getattr(cls, dname)).upper()}" + f" and cannot be overridden", + stacklevel=3, + ) + return + if dname in cls._all_names: + setattr(cls, dname, value) + else: + raise ValueError(f"no such {cls._type_desc} {dname!r}") + + enable = classmethod(lambda cls, name: cls._set(name, True)) + disable = classmethod(lambda cls, name: cls._set(name, False)) + + +@lru_cache(maxsize=128) +def col(loc: int, strg: str) -> int: + """ + Returns current column within a string, counting newlines as line separators. + The first column is number 1. + + Note: the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See + :class:`ParserElement.parse_string` for more + information on parsing strings containing ```` s, and suggested + methods to maintain a consistent view of the parsed string, the parse + location, and line and column positions within the parsed string. + """ + s = strg + return 1 if 0 < loc < len(s) and s[loc - 1] == "\n" else loc - s.rfind("\n", 0, loc) + + +@lru_cache(maxsize=128) +def lineno(loc: int, strg: str) -> int: + """Returns current line number within a string, counting newlines as line separators. + The first line is number 1. + + Note - the default parsing behavior is to expand tabs in the input string + before starting the parsing process. See :class:`ParserElement.parse_string` + for more information on parsing strings containing ```` s, and + suggested methods to maintain a consistent view of the parsed string, the + parse location, and line and column positions within the parsed string. + """ + return strg.count("\n", 0, loc) + 1 + + +@lru_cache(maxsize=128) +def line(loc: int, strg: str) -> str: + """ + Returns the line of text containing loc within a string, counting newlines as line separators. + """ + last_cr = strg.rfind("\n", 0, loc) + next_cr = strg.find("\n", loc) + return strg[last_cr + 1 : next_cr] if next_cr >= 0 else strg[last_cr + 1 :] + + +class _UnboundedCache: + def __init__(self): + cache = {} + cache_get = cache.get + self.not_in_cache = not_in_cache = object() + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + + def clear(_): + cache.clear() + + self.size = None + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class _FifoCache: + def __init__(self, size): + self.not_in_cache = not_in_cache = object() + cache = {} + keyring = [object()] * size + cache_get = cache.get + cache_pop = cache.pop + keyiter = itertools.cycle(range(size)) + + def get(_, key): + return cache_get(key, not_in_cache) + + def set_(_, key, value): + cache[key] = value + i = next(keyiter) + cache_pop(keyring[i], None) + keyring[i] = key + + def clear(_): + cache.clear() + keyring[:] = [object()] * size + + self.size = size + self.get = types.MethodType(get, self) + self.set = types.MethodType(set_, self) + self.clear = types.MethodType(clear, self) + + +class LRUMemo: + """ + A memoizing mapping that retains `capacity` deleted items + + The memo tracks retained items by their access order; once `capacity` items + are retained, the least recently used item is discarded. + """ + + def __init__(self, capacity): + self._capacity = capacity + self._active = {} + self._memory = collections.OrderedDict() + + def __getitem__(self, key): + try: + return self._active[key] + except KeyError: + self._memory.move_to_end(key) + return self._memory[key] + + def __setitem__(self, key, value): + self._memory.pop(key, None) + self._active[key] = value + + def __delitem__(self, key): + try: + value = self._active.pop(key) + except KeyError: + pass + else: + while len(self._memory) >= self._capacity: + self._memory.popitem(last=False) + self._memory[key] = value + + def clear(self): + self._active.clear() + self._memory.clear() + + +class UnboundedMemo(dict): + """ + A memoizing mapping that retains all deleted items + """ + + def __delitem__(self, key): + pass + + +def _escape_regex_range_chars(s: str) -> str: + # escape these chars: ^-[] + for c in r"\^-[]": + s = s.replace(c, _bslash + c) + s = s.replace("\n", r"\n") + s = s.replace("\t", r"\t") + return str(s) + + +def _collapse_string_to_ranges( + s: Union[str, Iterable[str]], re_escape: bool = True +) -> str: + def is_consecutive(c): + c_int = ord(c) + is_consecutive.prev, prev = c_int, is_consecutive.prev + if c_int - prev > 1: + is_consecutive.value = next(is_consecutive.counter) + return is_consecutive.value + + is_consecutive.prev = 0 # type: ignore [attr-defined] + is_consecutive.counter = itertools.count() # type: ignore [attr-defined] + is_consecutive.value = -1 # type: ignore [attr-defined] + + def escape_re_range_char(c): + return "\\" + c if c in r"\^-][" else c + + def no_escape_re_range_char(c): + return c + + if not re_escape: + escape_re_range_char = no_escape_re_range_char + + ret = [] + s = "".join(sorted(set(s))) + if len(s) > 3: + for _, chars in itertools.groupby(s, key=is_consecutive): + first = last = next(chars) + last = collections.deque( + itertools.chain(iter([last]), chars), maxlen=1 + ).pop() + if first == last: + ret.append(escape_re_range_char(first)) + else: + sep = "" if ord(last) == ord(first) + 1 else "-" + ret.append( + f"{escape_re_range_char(first)}{sep}{escape_re_range_char(last)}" + ) + else: + ret = [escape_re_range_char(c) for c in s] + + return "".join(ret) + + +def _flatten(ll: list) -> list: + ret = [] + for i in ll: + if isinstance(i, list): + ret.extend(_flatten(i)) + else: + ret.append(i) + return ret + + +def _make_synonym_function(compat_name: str, fn: C) -> C: + # In a future version, uncomment the code in the internal _inner() functions + # to begin emitting DeprecationWarnings. + + # Unwrap staticmethod/classmethod + fn = getattr(fn, "__func__", fn) + + # (Presence of 'self' arg in signature is used by explain_exception() methods, so we take + # some extra steps to add it if present in decorated function.) + if "self" == list(inspect.signature(fn).parameters)[0]: + + @wraps(fn) + def _inner(self, *args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(self, *args, **kwargs) + + else: + + @wraps(fn) + def _inner(*args, **kwargs): + # warnings.warn( + # f"Deprecated - use {fn.__name__}", DeprecationWarning, stacklevel=3 + # ) + return fn(*args, **kwargs) + + _inner.__doc__ = f"""Deprecated - use :class:`{fn.__name__}`""" + _inner.__name__ = compat_name + _inner.__annotations__ = fn.__annotations__ + if isinstance(fn, types.FunctionType): + _inner.__kwdefaults__ = fn.__kwdefaults__ + elif isinstance(fn, type) and hasattr(fn, "__init__"): + _inner.__kwdefaults__ = fn.__init__.__kwdefaults__ + else: + _inner.__kwdefaults__ = None + _inner.__qualname__ = fn.__qualname__ + return cast(C, _inner) + + +def replaced_by_pep8(fn: C) -> Callable[[Callable], C]: + """ + Decorator for pre-PEP8 compatibility synonyms, to link them to the new function. + """ + return lambda other: _make_synonym_function(other.__name__, fn) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py new file mode 100644 index 0000000..ddfcf7f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py @@ -0,0 +1,23 @@ +"""Wrappers to call pyproject.toml-based build backend hooks. +""" + +from ._impl import ( + BackendInvalid, + BackendUnavailable, + BuildBackendHookCaller, + HookMissing, + UnsupportedOperation, + default_subprocess_runner, + quiet_subprocess_runner, +) + +__version__ = '1.0.0' +__all__ = [ + 'BackendUnavailable', + 'BackendInvalid', + 'HookMissing', + 'UnsupportedOperation', + 'default_subprocess_runner', + 'quiet_subprocess_runner', + 'BuildBackendHookCaller', +] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56f8dc8c08efd1cc02eaa4f13526cb828591f08a GIT binary patch literal 615 zcmZvZzit#U5XSA@+uO~pLIjF}=&nOo+-?F55{M!+Pykhgw2kFkJ9{SnhwVM-QbETX z(9`iM@CI8#g=i8|L`uatIl8#`X~v#!{CWIidwYUlegFKk`-2hs6_fuf*#s9)Aozk9 zY7oOLkys^7qS7W+qh_SCCR5{PtnwyTMN?qJ(q^keZ1fd3lXW&5pFVx(sI}brX)x24 zN;$P_>&$!JhAJ2(=L_mNn=X1GfwVp0noXC+ocL<;8%&{DKHNFH*?*;1R0=lS+vG=@ zuBec7A^EU(7&~kZUV{Dw+{N8c#`v}HUg&PvJ<`6n*0{jgTQEg~FnV~v_%ZEeAiiIK zwU&ENT(32#?|h}eqA0B>gHkQ2g8OURHBp{%?S zTuWocZPKA6WCddbgCGMvJcp2P=mP4|RaY;K;`MRosGqmAmQoRz!#r>wVghk3#iF+B zur&H{b?~V6BJjC|LDG)<+6r4kf6a`8qRoep>$%s22rU93m0e#I&y-=kt*xHtZX ne+W2BF~;W!#-qz|fs;!FIFC5nMLT;R%fCrcCZBS*1GWDEa?-W6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..446b5b4f70579bc9f3f7837ee09090a24f209c2e GIT binary patch literal 376 zcmYLDJx{|h5Vhl^LH%H$5+f30Bw7nt5fd{%AVRX-#BI|$v1Oa0Y>bGBjo-juDHAN9 zhyhUvsT)$aPFzqcPP+Hr`QF|6xzlMPi22>u=pJ}c7u)bQVs!!H5v3?bDNa3!V=VB* z-`f5;CDSW}Oz`I-F)2MzzV!1TCK#1o6hycRoyw)m2FrTxGV+!Lc-aDgW>7b?s8NNC zaVZ(Ah%If^o(W?!Rj{lWDpUWfYUxb(*-R9vGNu79PiO^*)DrL?j zAM~8Ct}Z}RI8Sxy#;Q2&AD>X0InmQRnevga6c*FXVlZi=CL(cctkl#}mZ)5F*VpBG y=PXz0wG`)O7tUfxdkFADFvjoA{o8PXnxCZcM!GMg`*8D04nF+7Z~w@&!SxHaa%J8C literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..11047837070b2c9f41039e42bbd3388b2ef70e94 GIT binary patch literal 14727 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 Y6cqQ}ZE6sk?>}= (3, 11): + import tomllib +else: + from pip._vendor import tomli as tomllib diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py new file mode 100644 index 0000000..37b0e65 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py @@ -0,0 +1,330 @@ +import json +import os +import sys +import tempfile +from contextlib import contextmanager +from os.path import abspath +from os.path import join as pjoin +from subprocess import STDOUT, check_call, check_output + +from ._in_process import _in_proc_script_path + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Will be raised if the backend cannot be imported in the hook process.""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Will be raised if the backend is invalid.""" + def __init__(self, backend_name, backend_path, message): + super().__init__(message) + self.backend_name = backend_name + self.backend_path = backend_path + + +class HookMissing(Exception): + """Will be raised on missing hooks (if a fallback can't be used).""" + def __init__(self, hook_name): + super().__init__(hook_name) + self.hook_name = hook_name + + +class UnsupportedOperation(Exception): + """May be raised by build_sdist if the backend indicates that it can't.""" + def __init__(self, traceback): + self.traceback = traceback + + +def default_subprocess_runner(cmd, cwd=None, extra_environ=None): + """The default method of calling the wrapper subprocess. + + This uses :func:`subprocess.check_call` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_call(cmd, cwd=cwd, env=env) + + +def quiet_subprocess_runner(cmd, cwd=None, extra_environ=None): + """Call the subprocess while suppressing output. + + This uses :func:`subprocess.check_output` under the hood. + """ + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + + check_output(cmd, cwd=cwd, env=env, stderr=STDOUT) + + +def norm_and_check(source_tree, requested): + """Normalise and check a backend path. + + Ensure that the requested backend path is specified as a relative path, + and resolves to a location under the given source tree. + + Return an absolute version of the requested path. + """ + if os.path.isabs(requested): + raise ValueError("paths must be relative") + + abs_source = os.path.abspath(source_tree) + abs_requested = os.path.normpath(os.path.join(abs_source, requested)) + # We have to use commonprefix for Python 2.7 compatibility. So we + # normalise case to avoid problems because commonprefix is a character + # based comparison :-( + norm_source = os.path.normcase(abs_source) + norm_requested = os.path.normcase(abs_requested) + if os.path.commonprefix([norm_source, norm_requested]) != norm_source: + raise ValueError("paths must be inside source tree") + + return abs_requested + + +class BuildBackendHookCaller: + """A wrapper to call the build backend hooks for a source directory. + """ + + def __init__( + self, + source_dir, + build_backend, + backend_path=None, + runner=None, + python_executable=None, + ): + """ + :param source_dir: The source directory to invoke the build backend for + :param build_backend: The build backend spec + :param backend_path: Additional path entries for the build backend spec + :param runner: The :ref:`subprocess runner ` to use + :param python_executable: + The Python executable used to invoke the build backend + """ + if runner is None: + runner = default_subprocess_runner + + self.source_dir = abspath(source_dir) + self.build_backend = build_backend + if backend_path: + backend_path = [ + norm_and_check(self.source_dir, p) for p in backend_path + ] + self.backend_path = backend_path + self._subprocess_runner = runner + if not python_executable: + python_executable = sys.executable + self.python_executable = python_executable + + @contextmanager + def subprocess_runner(self, runner): + """A context manager for temporarily overriding the default + :ref:`subprocess runner `. + + .. code-block:: python + + hook_caller = BuildBackendHookCaller(...) + with hook_caller.subprocess_runner(quiet_subprocess_runner): + ... + """ + prev = self._subprocess_runner + self._subprocess_runner = runner + try: + yield + finally: + self._subprocess_runner = prev + + def _supported_features(self): + """Return the list of optional features supported by the backend.""" + return self._call_hook('_supported_features', {}) + + def get_requires_for_build_wheel(self, config_settings=None): + """Get additional dependencies required for building a wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_wheel', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_wheel( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_wheel`` hook and the dist-info extracted from + that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_wheel', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_wheel( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build a wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_wheel`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_wheel`, the build backend would + not be invoked. Instead, the previously built wheel will be copied + to ``wheel_directory`` and the name of that file will be returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_wheel', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_editable(self, config_settings=None): + """Get additional dependencies required for building an editable wheel. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + + .. admonition:: Fallback + + If the build backend does not defined a hook with this name, an + empty list will be returned. + """ + return self._call_hook('get_requires_for_build_editable', { + 'config_settings': config_settings + }) + + def prepare_metadata_for_build_editable( + self, metadata_directory, config_settings=None, + _allow_fallback=True): + """Prepare a ``*.dist-info`` folder with metadata for this project. + + :returns: Name of the newly created subfolder within + ``metadata_directory``, containing the metadata. + :rtype: str + + .. admonition:: Fallback + + If the build backend does not define a hook with this name and + ``_allow_fallback`` is truthy, the backend will be asked to build a + wheel via the ``build_editable`` hook and the dist-info + extracted from that will be returned. + """ + return self._call_hook('prepare_metadata_for_build_editable', { + 'metadata_directory': abspath(metadata_directory), + 'config_settings': config_settings, + '_allow_fallback': _allow_fallback, + }) + + def build_editable( + self, wheel_directory, config_settings=None, + metadata_directory=None): + """Build an editable wheel from this project. + + :returns: + The name of the newly created wheel within ``wheel_directory``. + + .. admonition:: Interaction with fallback + + If the ``build_editable`` hook was called in the fallback for + :meth:`prepare_metadata_for_build_editable`, the build backend + would not be invoked. Instead, the previously built wheel will be + copied to ``wheel_directory`` and the name of that file will be + returned. + """ + if metadata_directory is not None: + metadata_directory = abspath(metadata_directory) + return self._call_hook('build_editable', { + 'wheel_directory': abspath(wheel_directory), + 'config_settings': config_settings, + 'metadata_directory': metadata_directory, + }) + + def get_requires_for_build_sdist(self, config_settings=None): + """Get additional dependencies required for building an sdist. + + :returns: A list of :pep:`dependency specifiers <508>`. + :rtype: list[str] + """ + return self._call_hook('get_requires_for_build_sdist', { + 'config_settings': config_settings + }) + + def build_sdist(self, sdist_directory, config_settings=None): + """Build an sdist from this project. + + :returns: + The name of the newly created sdist within ``wheel_directory``. + """ + return self._call_hook('build_sdist', { + 'sdist_directory': abspath(sdist_directory), + 'config_settings': config_settings, + }) + + def _call_hook(self, hook_name, kwargs): + extra_environ = {'PEP517_BUILD_BACKEND': self.build_backend} + + if self.backend_path: + backend_path = os.pathsep.join(self.backend_path) + extra_environ['PEP517_BACKEND_PATH'] = backend_path + + with tempfile.TemporaryDirectory() as td: + hook_input = {'kwargs': kwargs} + write_json(hook_input, pjoin(td, 'input.json'), indent=2) + + # Run the hook in a subprocess + with _in_proc_script_path() as script: + python = self.python_executable + self._subprocess_runner( + [python, abspath(str(script)), hook_name, td], + cwd=self.source_dir, + extra_environ=extra_environ + ) + + data = read_json(pjoin(td, 'output.json')) + if data.get('unsupported'): + raise UnsupportedOperation(data.get('traceback', '')) + if data.get('no_backend'): + raise BackendUnavailable(data.get('traceback', '')) + if data.get('backend_invalid'): + raise BackendInvalid( + backend_name=self.build_backend, + backend_path=self.backend_path, + message=data.get('backend_error', '') + ) + if data.get('hook_missing'): + raise HookMissing(data.get('missing_hook_name') or hook_name) + return data['return_val'] diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py new file mode 100644 index 0000000..917fa06 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py @@ -0,0 +1,18 @@ +"""This is a subpackage because the directory is on sys.path for _in_process.py + +The subpackage should stay as empty as possible to avoid shadowing modules that +the backend might import. +""" + +import importlib.resources as resources + +try: + resources.files +except AttributeError: + # Python 3.8 compatibility + def _in_proc_script_path(): + return resources.path(__package__, '_in_process.py') +else: + def _in_proc_script_path(): + return resources.as_file( + resources.files(__package__).joinpath('_in_process.py')) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71cd4d070adbab5e3870459bfbe357bc40d9dddd GIT binary patch literal 1082 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 Xc1|bWW6JKD*{>g4VJLGsS%UusE|#(7 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py new file mode 100644 index 0000000..ee511ff --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py @@ -0,0 +1,353 @@ +"""This is invoked in a subprocess to call the build backend hooks. + +It expects: +- Command line args: hook_name, control_dir +- Environment variables: + PEP517_BUILD_BACKEND=entry.point:spec + PEP517_BACKEND_PATH=paths (separated with os.pathsep) +- control_dir/input.json: + - {"kwargs": {...}} + +Results: +- control_dir/output.json + - {"return_val": ...} +""" +import json +import os +import os.path +import re +import shutil +import sys +import traceback +from glob import glob +from importlib import import_module +from os.path import join as pjoin + +# This file is run as a script, and `import wrappers` is not zip-safe, so we +# include write_json() and read_json() from wrappers.py. + + +def write_json(obj, path, **kwargs): + with open(path, 'w', encoding='utf-8') as f: + json.dump(obj, f, **kwargs) + + +def read_json(path): + with open(path, encoding='utf-8') as f: + return json.load(f) + + +class BackendUnavailable(Exception): + """Raised if we cannot import the backend""" + def __init__(self, traceback): + self.traceback = traceback + + +class BackendInvalid(Exception): + """Raised if the backend is invalid""" + def __init__(self, message): + self.message = message + + +class HookMissing(Exception): + """Raised if a hook is missing and we are not executing the fallback""" + def __init__(self, hook_name=None): + super().__init__(hook_name) + self.hook_name = hook_name + + +def contained_in(filename, directory): + """Test if a file is located within the given directory.""" + filename = os.path.normcase(os.path.abspath(filename)) + directory = os.path.normcase(os.path.abspath(directory)) + return os.path.commonprefix([filename, directory]) == directory + + +def _build_backend(): + """Find and load the build backend""" + # Add in-tree backend directories to the front of sys.path. + backend_path = os.environ.get('PEP517_BACKEND_PATH') + if backend_path: + extra_pathitems = backend_path.split(os.pathsep) + sys.path[:0] = extra_pathitems + + ep = os.environ['PEP517_BUILD_BACKEND'] + mod_path, _, obj_path = ep.partition(':') + try: + obj = import_module(mod_path) + except ImportError: + raise BackendUnavailable(traceback.format_exc()) + + if backend_path: + if not any( + contained_in(obj.__file__, path) + for path in extra_pathitems + ): + raise BackendInvalid("Backend was not loaded from backend-path") + + if obj_path: + for path_part in obj_path.split('.'): + obj = getattr(obj, path_part) + return obj + + +def _supported_features(): + """Return the list of options features supported by the backend. + + Returns a list of strings. + The only possible value is 'build_editable'. + """ + backend = _build_backend() + features = [] + if hasattr(backend, "build_editable"): + features.append("build_editable") + return features + + +def get_requires_for_build_wheel(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_wheel + except AttributeError: + return [] + else: + return hook(config_settings) + + +def get_requires_for_build_editable(config_settings): + """Invoke the optional get_requires_for_build_editable hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_editable + except AttributeError: + return [] + else: + return hook(config_settings) + + +def prepare_metadata_for_build_wheel( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_wheel + + Implements a fallback by building a wheel if the hook isn't defined, + unless _allow_fallback is False in which case HookMissing is raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_wheel + except AttributeError: + if not _allow_fallback: + raise HookMissing() + else: + return hook(metadata_directory, config_settings) + # fallback to build_wheel outside the try block to avoid exception chaining + # which can be confusing to users and is not relevant + whl_basename = backend.build_wheel(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, metadata_directory, + config_settings) + + +def prepare_metadata_for_build_editable( + metadata_directory, config_settings, _allow_fallback): + """Invoke optional prepare_metadata_for_build_editable + + Implements a fallback by building an editable wheel if the hook isn't + defined, unless _allow_fallback is False in which case HookMissing is + raised. + """ + backend = _build_backend() + try: + hook = backend.prepare_metadata_for_build_editable + except AttributeError: + if not _allow_fallback: + raise HookMissing() + try: + build_hook = backend.build_editable + except AttributeError: + raise HookMissing(hook_name='build_editable') + else: + whl_basename = build_hook(metadata_directory, config_settings) + return _get_wheel_metadata_from_wheel(whl_basename, + metadata_directory, + config_settings) + else: + return hook(metadata_directory, config_settings) + + +WHEEL_BUILT_MARKER = 'PEP517_ALREADY_BUILT_WHEEL' + + +def _dist_info_files(whl_zip): + """Identify the .dist-info folder inside a wheel ZipFile.""" + res = [] + for path in whl_zip.namelist(): + m = re.match(r'[^/\\]+-[^/\\]+\.dist-info/', path) + if m: + res.append(path) + if res: + return res + raise Exception("No .dist-info folder found in wheel") + + +def _get_wheel_metadata_from_wheel( + whl_basename, metadata_directory, config_settings): + """Extract the metadata from a wheel. + + Fallback for when the build backend does not + define the 'get_wheel_metadata' hook. + """ + from zipfile import ZipFile + with open(os.path.join(metadata_directory, WHEEL_BUILT_MARKER), 'wb'): + pass # Touch marker file + + whl_file = os.path.join(metadata_directory, whl_basename) + with ZipFile(whl_file) as zipf: + dist_info = _dist_info_files(zipf) + zipf.extractall(path=metadata_directory, members=dist_info) + return dist_info[0].split('/')[0] + + +def _find_already_built_wheel(metadata_directory): + """Check for a wheel already built during the get_wheel_metadata hook. + """ + if not metadata_directory: + return None + metadata_parent = os.path.dirname(metadata_directory) + if not os.path.isfile(pjoin(metadata_parent, WHEEL_BUILT_MARKER)): + return None + + whl_files = glob(os.path.join(metadata_parent, '*.whl')) + if not whl_files: + print('Found wheel built marker, but no .whl files') + return None + if len(whl_files) > 1: + print('Found multiple .whl files; unspecified behaviour. ' + 'Will call build_wheel.') + return None + + # Exactly one .whl file + return whl_files[0] + + +def build_wheel(wheel_directory, config_settings, metadata_directory=None): + """Invoke the mandatory build_wheel hook. + + If a wheel was already built in the + prepare_metadata_for_build_wheel fallback, this + will copy it rather than rebuilding the wheel. + """ + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return _build_backend().build_wheel(wheel_directory, config_settings, + metadata_directory) + + +def build_editable(wheel_directory, config_settings, metadata_directory=None): + """Invoke the optional build_editable hook. + + If a wheel was already built in the + prepare_metadata_for_build_editable fallback, this + will copy it rather than rebuilding the wheel. + """ + backend = _build_backend() + try: + hook = backend.build_editable + except AttributeError: + raise HookMissing() + else: + prebuilt_whl = _find_already_built_wheel(metadata_directory) + if prebuilt_whl: + shutil.copy2(prebuilt_whl, wheel_directory) + return os.path.basename(prebuilt_whl) + + return hook(wheel_directory, config_settings, metadata_directory) + + +def get_requires_for_build_sdist(config_settings): + """Invoke the optional get_requires_for_build_wheel hook + + Returns [] if the hook is not defined. + """ + backend = _build_backend() + try: + hook = backend.get_requires_for_build_sdist + except AttributeError: + return [] + else: + return hook(config_settings) + + +class _DummyException(Exception): + """Nothing should ever raise this exception""" + + +class GotUnsupportedOperation(Exception): + """For internal use when backend raises UnsupportedOperation""" + def __init__(self, traceback): + self.traceback = traceback + + +def build_sdist(sdist_directory, config_settings): + """Invoke the mandatory build_sdist hook.""" + backend = _build_backend() + try: + return backend.build_sdist(sdist_directory, config_settings) + except getattr(backend, 'UnsupportedOperation', _DummyException): + raise GotUnsupportedOperation(traceback.format_exc()) + + +HOOK_NAMES = { + 'get_requires_for_build_wheel', + 'prepare_metadata_for_build_wheel', + 'build_wheel', + 'get_requires_for_build_editable', + 'prepare_metadata_for_build_editable', + 'build_editable', + 'get_requires_for_build_sdist', + 'build_sdist', + '_supported_features', +} + + +def main(): + if len(sys.argv) < 3: + sys.exit("Needs args: hook_name, control_dir") + hook_name = sys.argv[1] + control_dir = sys.argv[2] + if hook_name not in HOOK_NAMES: + sys.exit("Unknown hook: %s" % hook_name) + hook = globals()[hook_name] + + hook_input = read_json(pjoin(control_dir, 'input.json')) + + json_out = {'unsupported': False, 'return_val': None} + try: + json_out['return_val'] = hook(**hook_input['kwargs']) + except BackendUnavailable as e: + json_out['no_backend'] = True + json_out['traceback'] = e.traceback + except BackendInvalid as e: + json_out['backend_invalid'] = True + json_out['backend_error'] = e.message + except GotUnsupportedOperation as e: + json_out['unsupported'] = True + json_out['traceback'] = e.traceback + except HookMissing as e: + json_out['hook_missing'] = True + json_out['missing_hook_name'] = e.hook_name or hook_name + + write_json(json_out, pjoin(control_dir, 'output.json'), indent=2) + + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py new file mode 100644 index 0000000..10ff67f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py @@ -0,0 +1,182 @@ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + +""" +Requests HTTP Library +~~~~~~~~~~~~~~~~~~~~~ + +Requests is an HTTP library, written in Python, for human beings. +Basic GET usage: + + >>> import requests + >>> r = requests.get('https://www.python.org') + >>> r.status_code + 200 + >>> b'Python is a programming language' in r.content + True + +... or POST: + + >>> payload = dict(key1='value1', key2='value2') + >>> r = requests.post('https://httpbin.org/post', data=payload) + >>> print(r.text) + { + ... + "form": { + "key1": "value1", + "key2": "value2" + }, + ... + } + +The other HTTP methods are supported - see `requests.api`. Full documentation +is at . + +:copyright: (c) 2017 by Kenneth Reitz. +:license: Apache 2.0, see LICENSE for more details. +""" + +import warnings + +from pip._vendor import urllib3 + +from .exceptions import RequestsDependencyWarning + +charset_normalizer_version = None + +try: + from pip._vendor.chardet import __version__ as chardet_version +except ImportError: + chardet_version = None + + +def check_compatibility(urllib3_version, chardet_version, charset_normalizer_version): + urllib3_version = urllib3_version.split(".") + assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git. + + # Sometimes, urllib3 only reports its version as 16.1. + if len(urllib3_version) == 2: + urllib3_version.append("0") + + # Check urllib3 for compatibility. + major, minor, patch = urllib3_version # noqa: F811 + major, minor, patch = int(major), int(minor), int(patch) + # urllib3 >= 1.21.1 + assert major >= 1 + if major == 1: + assert minor >= 21 + + # Check charset_normalizer for compatibility. + if chardet_version: + major, minor, patch = chardet_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # chardet_version >= 3.0.2, < 6.0.0 + assert (3, 0, 2) <= (major, minor, patch) < (6, 0, 0) + elif charset_normalizer_version: + major, minor, patch = charset_normalizer_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # charset_normalizer >= 2.0.0 < 4.0.0 + assert (2, 0, 0) <= (major, minor, patch) < (4, 0, 0) + else: + raise Exception("You need either charset_normalizer or chardet installed") + + +def _check_cryptography(cryptography_version): + # cryptography < 1.3.4 + try: + cryptography_version = list(map(int, cryptography_version.split("."))) + except ValueError: + return + + if cryptography_version < [1, 3, 4]: + warning = "Old version of cryptography ({}) may cause slowdown.".format( + cryptography_version + ) + warnings.warn(warning, RequestsDependencyWarning) + + +# Check imported dependencies for compatibility. +try: + check_compatibility( + urllib3.__version__, chardet_version, charset_normalizer_version + ) +except (AssertionError, ValueError): + warnings.warn( + "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " + "version!".format( + urllib3.__version__, chardet_version, charset_normalizer_version + ), + RequestsDependencyWarning, + ) + +# Attempt to enable urllib3's fallback for SNI support +# if the standard library doesn't support SNI or the +# 'ssl' library isn't available. +try: + # Note: This logic prevents upgrading cryptography on Windows, if imported + # as part of pip. + from pip._internal.utils.compat import WINDOWS + if not WINDOWS: + raise ImportError("pip internals: don't import cryptography on Windows") + try: + import ssl + except ImportError: + ssl = None + + if not getattr(ssl, "HAS_SNI", False): + from pip._vendor.urllib3.contrib import pyopenssl + + pyopenssl.inject_into_urllib3() + + # Check cryptography version + from cryptography import __version__ as cryptography_version + + _check_cryptography(cryptography_version) +except ImportError: + pass + +# urllib3's DependencyWarnings should be silenced. +from pip._vendor.urllib3.exceptions import DependencyWarning + +warnings.simplefilter("ignore", DependencyWarning) + +# Set default logging handler to avoid "No handler found" warnings. +import logging +from logging import NullHandler + +from . import packages, utils +from .__version__ import ( + __author__, + __author_email__, + __build__, + __cake__, + __copyright__, + __description__, + __license__, + __title__, + __url__, + __version__, +) +from .api import delete, get, head, options, patch, post, put, request +from .exceptions import ( + ConnectionError, + ConnectTimeout, + FileModeWarning, + HTTPError, + JSONDecodeError, + ReadTimeout, + RequestException, + Timeout, + TooManyRedirects, + URLRequired, +) +from .models import PreparedRequest, Request, Response +from .sessions import Session, session +from .status_codes import codes + +logging.getLogger(__name__).addHandler(NullHandler()) + +# FileModeWarnings go off per the default. +warnings.simplefilter("default", FileModeWarning, append=True) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..442707b0be392d121f5a8c88b1158e62a29d3471 GIT binary patch literal 5455 zcmcH-TTC3+_0G;dW_N)FmWK^y8Ne78!!8fw2QfGp^RQ!s10YdIw2JKoTQ46h>g+ z%_RhQs`u|sfsDVJOEsGQ&hjOPbP@Jk%P0xxnP?8oeEv8`g~jlI}? z3-r*3L6!`kQlgd$r3}KQItMF#lK&Qy;keFN91bNY1c6e9gHnN1Xs_2B!Ga>CT&)l) z7^<^kHj-JF4{v2BU?a7657@ic;x52@Z9Nt(pj4^VLbXL>W{>8}$c&|8Tz$)t8CxqH zN{vthQcIK?H6(-p=afp7T9p@gwN9wB=0Sy1>xFu?L1<9-3;WeZp;0{`98jBtCbd~; zR>MMAZ4p|)D$e3BQx2-FLaW*)w5bsxqDFg(5YLC#Pz9hV)9v68q3J<6auBn(*|sG0rgZV%uQ+heo8*iD5K2-)7Y`M$-Qd+}kZ>UOn#nhaWS zG{EWaN5l=*I0WxSw8H$PZ5~}_FQRz{Xoa}wk^|_SS*fAjHb~yty4~3Sd>656=VUFt zqj`FFYzkVmq338$23hz98z0^$K7)(m8^_;CVcpRAk;%#P{8@R5h-AU{-4{K+9cEeQ z#YAR_l3CKq&lA}&aDtZ;{P_iAMoYBvmo&o9q*P#?!g69-kN8fCx*X?+2PgTIE>7bf zpO5GHzP>(QR+Abrc#<{8Miag_hl@;Oqq%9uFp_#tG&(;&A4ytzA{v=)3g=ctbVD>! zdMvI(TbSsu zi&!k4EfQ8Ry8zPp(;kSbchDl5%@zoYngtSbD~nwM4#_di%pE~Ucbq}j86zic5!qZ4 zJJ*a5DFJCz{&SDywD}m2_6Dq9VwaptF2iFpF0wX99xk^k59hM^mRul#U1TNK+#9xK z){NTWS#(P7JUl~29cYo6wbkXlcXld4;jQ|gS|@Rf?4ongb%~8TE<5I`z%sYwoddt? zF6v1JQMiB>9pv1i)?-@7O{SeV z;r+Or0(wQlEGdK+p;SU!rZD^1okLJ8a8P`PBZGKMW$YlX9J#2a_ymTag#e;q9iI`2 zj*VCXGKZ+hR{#a+j$$ETASXgjRTM0RU8YMHSkG3{^s!i_lp@`-g%_3C%-d-yG`a+3?KaiLXxgKOA!qw1D5XXUlQpjO5<|(wZTXJ;+6ild(zJG<(@51!3uNz%2uFk)$#V# zG*`8J^>a{BxfSYK)iy(2YoV?W2G&DI@08xDONWlHan;MN<rr6O>T5R!Z+55mb!-HBKRA6q(3|FZ*KGK}+prZnx*6(Q3-#U6 z*FyszpZxgMbZGd$m;BG7%JiOB*Neu}-1t-QD2nH2OWN*Rx%43n-hmd}$WeE)q(QH= z^*|0nv-Ea6_w3{#yK%DPjAq|y$iKf~Xk3z3iJkR7w-}~7d3cF2Xv|s9Y>_?Mc`q_X z?nA=X1!bi$Qz~-7T=P03Mh*&E?t-uZd;>w{hMdGuShSx6fak7v! zXuFb}S>T(mE`@njT;StkN{0%pX!DXbpNNFLrc;r12u@W@k|4+-)GX8YI_*gY34vg8 z)80TdOm03?({$5GM}*dwu){3NSCorKkIhW83D1*iDm56(#z>xNqzNdm!@sTpxQ4c! ztSj)aw&DGO+ibdRINjF2**3h^Hv9*6z3uG!{&VZKqiJs6Hix)>d{Ph92Gv8j}-NHFA}hY{y6j0$07cUmwF#9|WG<3zU7IUu0z$+lQ90SSg|D0H1C z76b3bVuXfYm^0lHRCr49I)OTkOebw@O*WY_OiwoPg2jOW4f?q_ ztsR+LT9idh$|}}?H!vhC_#8C!*-p&#($AF)Z{W0@`)c|JwLj$`4a1%$kAo1Sg@#m9jESk3HbVv7XeRu7r5C`H2{W_7*|*_g6Eln8tQwov|{oR|eaLK!tQdM{{KZ5HHTf6_?# zLNAh(x9@|LsX&MDQSc>Mfv7S)iZ(qBEjVeTG(_mHC?rZjI|UsSbW+eo!66E|DL704 zt=WYBT4J*BO+t>*X%7W2QE;3BdO1li1$`8ppx|W+`YAX`!2kuPC>W$*h=O4XMkqK9 zz;vr{?21m#P|Pb7oTX?kdogr!j^aist|0F#RVQN<AxiAuVo3 ze~U;BT~D*`GwwL(N-4OH$S|e#QNIlkG9kl!UQow4pTdtMOz~%^_A}J+sHQHBsvsFN z)t@*|KJo2iCYUFEex_$TAOEcFgD zf8(mt``S0SjxT+P>3xLCuW_5Gd<~Va%%u5_4b=J6jhMhEsPy7Mg5s4^d@@Ya9jcZ1JZSoFljA7(FL#;y860QA8w!gcl^D5?_;U6+$4EN=T?eoxGebzN>wT?Q`$WNbzJg z7G@SCR@jjE7qBo|8OtAt)U6YrTT;O{oZoxCclUkoe!8xMpnkl+h`w70{cgynfM3_; z6Zm{Y3NBD(6oh0_Z81FZes5Z z7p5%tQvQ5#qo_vkrHV@DMNY$*do%x_9KDqJQi&)w-ha+w2Zp)$^u=3${_xEM@Otd5 zdW0BZ5>Ci!mk`Evs6=jr%s}W8Qm6z#pOCj)=^GUs^FkyHbcYaHz=#U)@D}rwiodQz zggn#D;VvQJrY)d0P`ZF0U(scg^i_ysnR0vFB>b5g!kx_{>myj!ZOgLO4su6T uufDTi?bgnI)vX8js(!t57c}=l<e8GzV literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b2118618cc9389b408e4cc91b6c69c6e7e05ca6c GIT binary patch literal 2026 zcmah}-)j^{9G~62pL>^FVvUk$bg*gk+ImMLQaFD=tk-I&8ZNQmsaf}SC%K7xyVsdH z}eOZXK*QF1kr4PQPO&^L+{m$NxU~1^V&d&EcpYM

A#zl+M5rkYJJf2T9@X@hXVa|U$Faca8 zPMt80kMIV-O%8r*byH;Z7qX-mU&zX4l^|7VP)AVL;DYf%(9K<)D_rB(<;@EVQwvQF1+p9Jzt1LhJh~6SDHZdH7x(nE=ED}q+iy2ukne7nHu{V!JvreQ=G#FIe zgjJmpPF!Ki9sokeFv3oB{7@G}f?WXIB34>sutOI5;1=*A@$gf&?+ zhi9u4!g1MFjwfe6IDZ~D+%PHOInYE1!Imf|xzI4H1v=%_<-&9=!er@!SQvo7R;-;_ zkm$w_G_N7JEH32!av@*!Y9v3uz)XJBGV_j8GaR#WQ~*Dv0PDO%EBSg;R6X}t?!AdT zr-B@F;Fcb><`Tm8H5X&VWY&fJ;Wh@#BUgWCPt>bbT4x9(}{ss1}tn_z;h9xFiTF=i2j z|6>eSr_dKlatFTHJ-#TYslJIsOh%Jq3^90ruArv2gl=nB(2|mkEdOwpz#XblmtZ;% zjiS)nUhh2@E*e}>VM2pCy|k((GcB;;IX&!Pp$>|gqzi6zs#DnRNO;()66X2Z>_+;|q^Jk57#mTe9l5uhJLeVG{ zjWbtfi^1^g_hx2G!M<0wz{lk+yKO#uo6>MkH&PgOa`sYb#*q5GuhEA|L@Q0WV{8CU z6byE<+_DWXM_9>k5$gj?SnQXHlQqw7IOH@t1UlIT{tzZ8n4gqy<;P|J$f>o_(>@w$?H^w~^JMDrlz;fd+WwP18g3mpvRZkv_;}IJo?JU{%18TJ zTULd&(Gy^`K61=Ie#sx6_R*f!zT^J;C4XebM|;;JNk4U{6^Z-FgBww8NcGX+W?EM= Lnz3?@_nT>yqqN?UEtAMCRy&nUs4%c60|MSfICpqrF(1U(C zw3~ZxSvc-07vX|j#1gT_EkP^$wFPbXwZ-iTN6?Wd3zk{vy&ccapo`r*a9kWviF|Lcn%%o_UlXiJ)COzWb2*-U!8&$d5wA})1RD~K!AAD% zjyENC1e@8t2lp+(7It45Z%woX+i+hM@y6Q|9l;KEUmfQYox#pTSFnpc*Ti=wb_I8_ z``Y;KM0c<|(G%=Jf6EiS!QO;F=ubQld;op(CiVpPB=!dPqAxyH-WTsn1cCu}Ul;FB z>qhCo!C0Pmx5n*1Aic-bp;;W)!YBnbEiBu#VkMiME zQWj!KiI-=iyetYyX+9;&yj~sIg3O=Qpz>)cijpZl5}l4EqZL9j!Y5FhAP}TvG%Uwb zNhwhAGwSn%->P^=<0&Z`Ig?7o$3-zED!x&*+*B+PO{Ha)>9;85PfSgn(H|<0Coc-| zSmcSQ5Q&O@yHa~H6&48eXN7n=ssgG!C0sfimBmH%v34T5pn*m?t;iWMC8xq#(`cmv z8JE-w=v(z!z&H0psXQCS_>+>_1S+^DCr_%qvMO#G#3>;u%tS?{YMvm4ro~hulosPC z>eL|7VCDr;ifZ`|*2$k?H*t974V@RHSU4o4<=K!Vi|9rLaxiCNEIFgN0E<;d(T32CmhCRuv*uEJI_8SHmJ3^SQGp6&u#>S71oI5!c8XXB8 zIX5wOay)cqWaaJ{gOE9&q0u zkDc$IUzBH4$peA?1O32pv~OMrU%=Xv`sZWw{h^EKK}zh`H+;XoV*~Sxq8|;hWEeLR z&E7NIR#nSt>-c)r(N)*cd&uFA{*0JF0VXv1!`&Oeo8JX4qFm4d4gks@v}L(z@PX%C zK|AP~BVv2b5_ClDph9I??vf?woaFpviu(wb#fVCKmYSzPQz(OV#$~s3K6!k45pRxP$(Q1 zBq6gHgtMYm0nycwuSF;#Ee%Ogbzo^fwpM+6! zFR?rmp!$lc~pXSd;X?0>x%7J2#pf6D&F~s+#=8299aX0Ld!dE`anzYJrcZ&@@0T2r-%M31TQxRJ^FQ0L&PDqR~bKSwM%ed!qbI>>_nM zJ-?S1BwpaB<0(Pj%VT2+{E!%(9(uYrtWrE)YkqG5EDSB8zwz_KS{Vr#k<;_>s0kVJ z;yl=#J_ObdHN%P-AhlUQ&tubz1p^(AF^r+(UDTi42$%ycI&qNz3G?%Dc0)MOmRla=8{jPyDfxH;6PLgOj7C)c>l7cvu2Y;^ z1*J?~vx-xjO{Gl5vSO# z>QpI!nNoc$1z74Fr8Oa89qaNFFU?28G^S~sfN6blgh@(Tsxfzp zWre7q3&}IwovKc~Pj5JmPE1Wq_+3Q)k^*>PNT~>gRFMw%o>1s3X(6t?afU*XR5%o3 zBv2dyFmV)#QmGNja5Nqdh2F4;gVY%H>T#81?x&)Z9Hke;(ti0I_hb9659}64%eIS~ zvV7ih&sO8;`XAj^M;F5uD;`EkL@ zGtp#J6yjjxwEMAI#c3fNWp&Q#LNkOr39Fw8&O{v`(y1*#d}dpdnw#X&hQyy=1L2!0_Jk282_36qa4h8-IQX~Y&HxCBb)C6j8G_+jk^lv0HO zvO)BER;3x?6!sLPc?MM@9`m4lkVp+#Uu9CsbmBZJrlx5agesFdz*7}<^a3O|b*r19 zC4@^-Y$>Wj!b2>PPVjk%rpAbTNWw)zH5(5>E`W#HArVReqee8R_k+`3^HFrh)Jua% zO0%hSJi-eycI-U3Hi!`@vP^g;%0(hyDyb5%X(1K|a>phn!TwSg((}?@UP^^8L}de- zx$~qh<)3vnggVJ6@JwUVh#O-b;ERk$&I*zNEdhOqm<)>2bgJw%z#my8jZ8?#!8DC! z7fGR~$&?JBP?C7HuLh)iKcoPEe41ZOrO^!x22yD<9T!BMk@2(!SZk;ffvis}nJp6o zmdXIZ=hT)2eHdU}38qbIYXY3^>8H<9Z=TlI8=+(#!kPh#>6_3;Ww7*unPuzld>q&v z%1bW5L4F`?o$=cAv65^b<_qX6`J4nXdT2-&yAB^dtant$zt$akBk_;wU+OKahs|sWf;YDY(}XG z74JWgah8SBw22hA`pCu~){QwtgX!LezkB}+2}#)*TVBq-&hWz!83 z87`!&23)c^Uuur@%%Uq}dy`lQE_1CIJ?X4~V^2okWRF^&x1R z%2@GKZamrX#0*)Kli}tX^*8xn)VF5rZ`pMt3h57i$An13ISSR#PNE}34hO@R-=lbS z1@`Rt)Y;?XlcEnL#ZyQW7gJI}&}&S~&CqLp7bT@M66iJCRh*~smHr>O z{aYQoRz7p{+(yTN?AW`W);k@$UcG$%^34nD9Yfi%4Nq&Xp($&B!JTXC$l5nt&380~ z2)DO8_fuATuFcP0_l?OoUD`-LZ(IJN*kj~gsM zZVtc2*BJMrC2WmxVe6NwId0jKvE-LqhRZ-3)u-}h>kGAZlv}n;BDJu)1x`Ewh|mS0 z1%iT$&;k`FObT@Gx2kxzvlp}ibdeD963R#@1xaeDsSug@H{V1R2^$5%SZ?_7znu6t z6MyGDack^~{SRlZMOMac?pkl?U#sr_k@v)^>%{-Wk3=i}#rht5*w{YEpc!O%_#50@ zRW}3f)QfEmZ3AIZTjq>yqL;{Tk1_5`wH)_Fz+Sd4+hjvk1)i+fhT3Mfa4*!^3ERfT z$wNY}v4IM5jV)P_OL}k7^_C^y4z`wcLYzVgze}V^RyT@+$-atHQl~+Diry4%62D!Y z8V8#L@oAJ$954aGmPsh2^{xus4LZw_EsEAG!X> zHy*vqS;~8!Kam}~vU|(pyE1ld*NWp^PxrPB*{D@ssjljrr+U-VwdUzs8Qa|T;M%SS z-;Qh^o>)6Pv2EkZ+kehk%PZ8iPCeBxnhUb2-TN#OtaTz|`a7B(E|i~R8=j2yk)Oqg zjS(+c+h4I|?5|mVpI{hmEL#0`p#jy7!}<|}v2+RCUNEGuGaxsbtxFT%2#2cS7iwuL zqVq`-5J*mhzzF6~6pm?vV5<>GJ;a_N_mI3}aOmizd9vuLaxtV{=($OlzRoiNQj=MY z!n(j|+EV?=65PyUu6BQT96z~`| zOD32ZNOQtPh>ODc0(*p}KV!B+s*!MrA1A9Xe<8ZKkP;z=iZf|agCTPf(joW}J5eW` zNo6$CyfM|(F}nOVr5qA8lLaKjsf}4Yhc!6y1~_2R{u9amskn*P=uFC??nt*ud=iOZ zGZ<=7t;-UTDAuZ~Hq!oHYBkMxpqK;xDN0BqNU%NIxvoBqt?bg+3frztcUro)IY(@xf)|g#!bGb%VjdjKI~$BEc*xOq3sp>r|%&s+}~mn zp)tU0nkQ`}c4-Tq5h2oqU_k^GViK8&eEhc3J2noLK(Sj@HDp*Yk@zA!2Tp8P}>t4fucXzI#d9$H+t)cg3{aQnR_SklSt8UCzZTE3iz8Amn{1<-jOPiIu z*D80f%xqK!wmJuH9a`^vc+JzEed5aO*1%}4x_;Z{I#6|cM`sTIo7*>=_pLSW%Qdxb zHa)P`^Z*0jz1GnEekDplCGd5;@1;A=Rauoib|qqJe7jd|x}Iz6+-wc3wFYjc*IN%| zPi+l6&f0OJo%TH+*N7WMwmsBHCEan(`x~icji^N2Ea;M$!$jmNq#)wfIpC}KGRSZV z5^W;G&tz=k<%o6Jk+DT=X^RNa821jzD;q7!h90Zyu2e$okPXeV6ltETEbb8qt3!t% zRmsFu*%bkK{|5I>tN!j;OT>|}rw&nil{TG+EiEB*7k zg%QX*pJmP|UMTj|XcpnbrxEfin9zpgK4G8#KP2R##hQY;C>f?a&A8!aZ`6reYBUQGrWgMmFr?2L z;)D0aho67=_a51FcdofRS9&(w54>^lc4JHS30N?y8?H^Qc{_70omX5x^|frZ^l$7t zy54e(J-s&Y`rwVh*AL$~e5-e3=ObGUZQE8$vZa>Li3>)gE}+-QW!tSZOD5P8GN0Ceuwa`01`^ZH)A{I$!koqv7i z#?0%<8_8Q!fAQr%`|?KjSiY0~*S~z@%d5K%QcoW=_0+{x*S)y>wdL2&zW%uzpQA#z z#{S~epPky+eFT+r4dd@bzMuG3;+@cH-MM=7tdk5#KR;3ZMOhLvR zdcOBJK)X3WNS8ohd^5^tSeT@46wBC3nRW_F+hT@EQ|Aq+MG_FZbjTLJSsZVWa(|NA}j{?k~DgDD6 z+H?n)VHyMdQ@N&&hN2K7zC_HCZkAF#;j*ee8YnOZq3NXbqL9h!MU7x6T__pSlu5%{ zcvi!!0h3}t1UW5DC{9g1Tymu4>Ar{jH6o8yB9h5fajS*kvxaNCld@l=WH-HY>5+zt zO%xWCGI)ceR8ssMD)2Qb;5fgCuso$K5@ppXLQrvP@tEQx^i+{Ikm*)z8@f!MC23x9 z>BB3sV^>kEK?Dp(4L4nCHdFh;cimW@(!WDf2u!Kt>RMkO%DO%%n$fKzX|zm58j&HeDLVngGbj}k5T5195{sQ1y8QI z>(#y2_ii@#tu^-{!+XbFe$!|1ICG$cF0?aGll;)^4u7i+)>fdmFRf`)R77;SFGTW}3?O zuV&CABb<2FL@i+q*QpI?uA#r>eU8iajJ=dsQgY`FZV{6n29uUSUx8xnGQoo$SW?e3 z40_9DnX*YPuVt7FXwHnYl!?vY8ZhY3!GTkJeVX?CHsJ*zPBo304gdMoSY#U`@mF;K z6c8k1GkvlLKqpN9n3jJ-jz{;&3Z@MYw|Pm{WbP^sLL1@FYEd|SlDr6k))a|`SQWC( zP&@~tVJQkJfwM!SHzxQ+R;^LP8$q^r1A&U21nQ-uXAlGiYK=%2I0TsWhp8U?ahY5x z2_X)8o`620MuSkO3H&b!EwY$I;@Omh7~%@C2Ma^&ri2y=z$0HI?k6tNvoAl@Mi{zC zE^ws`E=!U*<9L84j)Kh?H4`7FyNgH=q0WqhREjz3o~O(*cq8CsVDV-;6;|DDRe)#; z`Y9w=h3`%fxq1cQK(1=Jnzn0`D?RJg4`dxbbysiI?Y(*K*3tF4N3!EvO`R*d*PD8? z$8)~ctB3#K@K(caNTBtH3ZywQJ`Jq3lBKKl;q0lLkKgniT=N~gHM#D4I6DR#R&`z0 z{Xsd`(0(oa@|UtlbG1!Z`(EmMxj#Fa^EGbzcCPt$Zu$n-e1mV>)_ud-vD;o>)~(Vb z^whXWeq%D;ALHhuoYNoY41lb`%^6ag0hgOI&PtpcW0U zx{O9qVX4N<16hA(X)Qg9cQBQDm_xP+vDurh_BB`ghKtYD@7S#GS*!2atPiZ!2iEKN zkxREZJD&5@ym;dI6JI~|K76@aAU92}ei_VX7!4FMpEt9j8a~FeK{=?!zsbeA_hdXWtl7C z+h2weQEbeVN%dw%_HpAw4Hv{`yMXgc-0Ab|1Q0DQP!yumhP;{(F6eQLFfL%B8sybj zF^E2+nhC@tA}))FWIm1^Z^Tr3W|kM!kV!_iXh|c+G98Z-W#thdhb9ehpr%C61N>=} z5*K0;>1q}03xXOzer2*|9!BwuI z_tzHV^C-`6PQzJgb!aWVmcj=x-Ga3qZ98Ju_%k4j@qVrPP4IB`VGnG8I1JWi=e z(>b0Hb3|#UhBWt&)*7`hk&9L*Yr2U>gFwv}nrKWfL?TM0S5E)`>R*o%r` zV~WJ2aOO~tC^4YX=G6646Q}rf!b$$0+0CH90_ISkzY@~2?iQW`R_~8BVU`U-IB5k$ z&*_9juRl*3Cd3O^GJczB@9jl~L|hhIMwJ@f=tD@?%nR(9rWY^LW+54gxkJk zLnh%AdqUgi?39&hZR%W#(L7DjfMkrf zu^tIRrkEZ@+LLNPG6DmN@5E_T0T6z!-8B!B0>^ zGzk>B#s#U*yrZ=IOqsqjAUT$f4|RS-O*pjQqgo^s?4>~hI5XT^`Z;?F5&pjkZZbxk-qdO zBQEtHa9YB_4189+RsNU2b-bt(c*N{f>LZ!tc5<>dn;eJl3)C*VOtEXOj0I7? z+Ncq_U|n`yb}d-+?+&0YnMK)!y7;C;K7;_F2exl;5$87z4dhvKJzlHE$zA&0w3W4A zC6j%YU74!;+ON7?wP2CSG{P>__yKxsgh^yvb0irSUGf8ZhCUXt=M(D?Q)8E2N2-+j z^}I|GWh)_wdq}Tof<`hmyY7RQpPeEc=&M5} zM$0a3J$-TwV?4BqFrTKeys6Q&{OXg9{>tQ9WfxmJUn*P)`Es9XT&6W7Kdynz@Ayi2 zRL{E)Bj%c8dMQ(z$Mn47n$O}4WZ{nTR|x+EM12x6*Z)6E{#$yOoRnf+=$lf{n`<5} zL*~%bYdr?VbTa?%5sqR&C508{4izes8`V>SzxFZn0*Hl2&PgKuEk9VImnL2ijye5RIPntML+Aw zF9`wu45FBTKK+vhd!bSY5x-G{eTzW<1OW76crDcL6aeWs;et;OP~elgq?nn7bOQ-d zv^+Di29EmON|_q}rTQ@K=TnhICbN<|5fHVmcAu@-GC90z3-%{N_r-W98cpZsi15C+_JKC_OOErj(;Kfq4S%)AE z{LjG#rGEuU45~x7t$aW8aCEQvx>pun|LTpe-a5uS95^CDXP3xSey#4>!mD4s{#BTk z#x`6J=c;N|E77%uo6hyBeOX(M&hAmkoX3~*?Vy7eNNehGvt7xR@A!aomRD@oa!nmq zGcRRU zrOUax#$0{t)i1vE#avUztKRG0+>Z8KXLpX@o$J`eBAR>GntJgL|F;{tI{qH#sjGrV z2tI@Ax=nA_nzw6Z@aEXMcmJwu|1Uq7v2xX2M0DV}gxp{1(;oxfZ!ThTe8{T~%@#^@7H*g0ou&>G<$Y^^RADR=wSKx$^P` z*8f+Y+VJ)ifZnQUxi+%V(Z5lH-l(lK99peD#PVOcyipU_YS_6l0(3MCu2v7;uCD)Z z+XryJl9E`|&$f=Wao?`59eafPj&sC5-pGBot$geu+jqMw#}3%Od%!{WkL(z)vwg48 zd!p0!z3$5K1GeuS@X-BZqqgH#+Yhbu@WZOg<1Mxywy^si_wfPS4+m~wNgVSxh~xMXk5WRim`K(n@yke*YW>XbnbW6FP96`Ai=U| zdcIeniZhfvMF}}$RdPqvK_!NxbeE@o5eMV!M^wGknk1gGA{l)t>2;8aubf4s+n^U?sYi zmSb^|PC1GHo)YFqFF6J(7$E+($PRqt!(A{0F~biXy-xrWEZUQ~B*Z@^SfukR6{fK> zuEaP{3%zfpgt0lkO4#bIGq3K@)bUf}r_W8X z&$qC3!0fx~vgkvdU%7_Wuge@3{|=AfL!9&u5|B@e<$Y_J#eT1vvv~g#SNY$#)9-Od z-s7J9h1FrP-s6z`+{0PMEkEI&e2;tlC)~03xZ(G>zDp!;9)vt2Zxmw>dUIa9)a&^BbYq4~_ z&ms9>_+pu5;L4t#bM*Vm?Q<5+<-5z-0D!(;bIh{sp!;7*v?RX0t8CQ8eaGb*_1V5t IYeD+I0oyf)fdBvi literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b9eceef57e25f6afd6aa4713172279eeda8c6d9 GIT binary patch literal 7206 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71dfd5cbda274b964940ebeb9a909612ef47426e GIT binary patch literal 1509 zcmZ8h&2QT_6sP>t>lvFmo~X#s&?zQ*8FxsP)?kg+VVyQ$Bh$)chR(vdjJxC-orm)o zuaN6>0WM^`N}6;LF485qM3><*U4bif6|T}7@CLmJZ_+imMm^}!TkuxqUn3vT+weAB zhwJnXyhHE8yL1C?SO9IpmVP$TJ$Mgk?B(Ex=sw!ga~s|7S+Fz8x9UIs?sD`rMM8>p z$Y>Hs_ow%V>wY)D!lNuo3Gxz-4lqjv8F_;sjtGi8OcTbXH;KkwOt2hzSO}fe?IQUM zq1gL&BnK?^wmltlY3#JUN7Cbn1~?X8k8!UXg!|6|9trpTWN9oh@#Fw`F?udN8Vt4b z0pbF)xb2>r%C#(23I{qC$;YRr`ltDc+W6+l-s6WTWD)wBbH=q}Wly_t6g|YDY~_{n zRX|A4B}kQagCxOmU)6V0X_Tq0W6B|8`xp%alfd3(Tp*&E^F(qT@My2)s^Zg>Nu=Ct z@)ME@RZ8QDSe=rITuwQOP>%Ss+x$A-yJ1^5Nh$Nbv3Z{kt+Fq#6sU! zl>{ek{{Y1i44oc4!Ch4~s=lSB5Q10DY7R4AGo-4|NBgw1kLGnP z@rHpJ1G5I^3|uoXZ{WIt1p`eDsy>aMHUnQYE9Mu#mkq2KSk<5pKyp>-rkF?^`^G4C zM^e|p?FK@(k+}{kk97fxJ;DO1YH>;t$DuDriFT{$CDccJV*UosbyD!=ht7ae)amtk zAhyDwLkRWto!ruir7<+`=+EmUSs(4RKi=*LEYVh?J0|EO(b0wKObgYyZ0OFUi`vQP zjq~}Wf4|_L>DTFhA`ri7ILlj>^>40Z6)xt0<-G##Ssgf)ze>%QrRKPBW&^i=7`$j6 zefeT_Z2!+ZcYswr0p5iTto6UagO}jJ3D`IRYbT)j+O1f**WfKI+E(rYXgHezjk$5< m*e;Lr$4+frJg(0keRBBy*gc+|KSD>=NkW1Z}2|@#M5v9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..685d5f832d63f671fc61309f1c3ed4916bb0352b GIT binary patch literal 25248 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 S;347r4>=#Vn15gvQT|_6hLgPj literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb4080f74dfdd037ac5c8b36291c3c76d7f58932 GIT binary patch literal 7049 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..919c40b612c4e0b4f66e82d70681139428e37ee0 GIT binary patch literal 4314 zcmbUkZEO?Cb=JGK*B^7vRi(a}T^qwe z@8~3+nfK;>&70Zx-u$(#&5xk{<eR6X)ny(l1JrpzO*0au5`dhR=uzqOa~c6Azp3Ih0-C) z=TbY;9aLs#x>NG~0;RhoKlEWK0DZR{k%H%TAcT1rlDls@W-_SgD!PV{+%}A`o9YR^ zk3LFWKo{Bf(FMj?@zIqKSkVc;4xo6eL6K-%j-Sw_f+`DHT{A^RQ?vzPzOW!*Ij>_= zSd`VgjCUA`A_+B55Lw-U3!tWq$lI0}B8LGMV!-HWXdUWXN)MQN)sL!qk^9 z>Umi+3^nUmP6s#iEc`aMyNI_LaJ0WMN5?lgZW8Z6TVcLMTbE7O+DqKIeQ;mq zCHGRK6>rZ=|A)i{*G=byRv2wBc+~TTr?3Thyl=?klK2&-gi4I$yXu-l3BPz3j5sNq z1*{38ASqc>xS*Jeg1IOQvqf`J*90Y(SLK`x*V%;2D2SRQI2SYN_Y2Twv3_2WWMN)+ z7&S2`Q#vBWp%wJAuNO+iWD6LB7PTngf<``^q;OQnf_zaV2J93-_YWPD#*=UDN{$N( zF;-RK<0AG`As@tv^7sKE?$E|}3US8-g0(s0D~{=>78OG{ThOv}YZr8U&JgBh!)#SX zHauILEgldQO~{MbRI&wC#5;-lJl5yMd9_G&OS)`maj*%*2xr0c^vw^7HqE?i+VwoK(`?2noPx+x-CgBnACGw9sC35V=Rh!x#7;N4vr_f;HV5) z$g83WP|iqF5ti5Sg2j;?Eb||%BWnR1=R=b0CSS$~*M>H+gC>mC0zL+mIzK)h%~UT+%TNie?X4 ztXn}WtFmZ7cV1R4Zb?^&G3_s@>Uj}v$Tdj36NG0!O)csmKCqy|RDJH}nd-4zBs) zFQFgCMnK)e?!j_uq7pb-=8kT_ZqW;gs0|P_5&eWFBHwpRMc*y`NX%8&3Nn2}D{0Tu zlEj+LWb>*NqcAHjiIq4QS!d+TW@5ozz~6*k!_S({v_k2d&}-;9i6eyzSnM{NNd=ER zpTCN)WwqPhV{5PW1yZ5|6wdFNbUbDZk@+zGx zyu_CHpK~RiXxA9Y4U&B%wUm6O(BPD~0`uHw0HKn*!!H&TOr9x6ta1IS2 z)6>8~8OD=h3;yV-L#g$jW~t?0-aaX7G8Rn|OYI;-@)HS$VoS}Hguvl}*kj5$%j<*{ zOb!l{6Pd>3wkBK@utH8<)rce(a}g735>~gklX62uNvSH!Kh$j^2{*!}J~a84?setEkTT z-2O*B{g?IM>gzr6`_X}FG+v3u*Q1HA+-#r!QrpvRw0UHG(`cEC*1ES|y-*$4T^ZP2 z4v()+)dqIl7%umx%G_pHx?+~Y!>dydynVHyop+Kys3xZ>$*J<-i84R%z}sHyjeWAO zI<&Vkw6`4HcPR*wx4XBtc`K;t@vKh&i${FuQMA7r9jQb|?hhtD9lbtU9XwJQJo4us zmt&Jaw#k2~z3xZ8u8;R!J$Pg5pIqzV@6}mXpQp@4>b#AA``Xr9fFB2Zr)TxpQyz6i zs-2^i&e7H5wWx4wxxDYhwe&6K`gD2jbh+ou>I~Qs8LVv@tMzQVzj^q^k@DtU_lHMs znAc`%k)c|6fc*FGsr4pm9eodjkvq{i$d35G>I(%ubrf=YzJ5BvpkVk3;@tj+Jp-VH zdhXY4brvwsj85?OhlwM-==0w8BMJ8N9SrnYKsFn>rsT$LoPnJd@Jf|r)p*uJ|Q|I4Fw7IB-tu4h@q!_8xuaIL-T!%3ns{BIy7NS5iXb#$*DgO%0E tS~&XQRNV`>X9h9+hUaiM`lIJ?4BhVb9`0vvZ)Hdy3mi_dx04L?{{?IlA|wC+ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5e9fd5da555138c291a8fcb9b993be229412fc8 GIT binary patch literal 1054 zcmY*YL2DFA6t3#-$s|1!qcI6Y6bg2uwvcHyVh$q0LV}wWA{bAB(5ZCS^pxqD?yags zM|xxq9wuwhkv$|oz{83s|Hke`MV7H~LG%wq=d_;oRXZd2;JteNy;rZQzW4g?@o^i0 z{MGpo{%augQGW~t51jrfa1Ky_)=_{%yp99o0a`Z#6Rg>^oWi{qwqU>QFsWpv7RTGt zzW<%r_N^M1q#g%55hIC+cX_}hQ8h+SiNG~Kkrf= z(JiQv2QJ(8=B8jWi5rq_ZeF$t$So*3#7M{*Oi;xFQWbHXP%@}ov9r-(l0ST|UJIZm zXnzsR0a9SU$`X2ve1n5-Ku!y#C`5l4`$Y?o7Fq*~bMFpv@T!Be!Y?;&Twl`;+hq+U zHJ9YehFgp4%&mrk%6Xr+UVU6=l>}=hjX3f?!w;6>yq=* za{hxwS`gl|XDna8d?+K}ltBA!Fb62bcd>*wa@4{pzC9cbhz%u0&j+Z^5I?GK)lwYb z=P+Dagqgw!>5L_`aU7Vm43t`_QNny#U zJ#)xk%`W`82&VIEZ({b<#9Z(6*(YO1MMyXrMdj(2)>I!3K&y_G6+JJAea{oRiFwEK zTRcPJqz3dYzl>h_`sZC0`f|ES@(h?G6Jz|zu(5SCgY2nJxn1}?g7Jm^u@aunxBm~* C3LumK literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6150322434e492e542468d2df1453310b1cd5c5c GIT binary patch literal 35450 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02ee0bf4292683203a9534fe5d5105a41c2e95db GIT binary patch literal 774 zcmZuvzi-n(7`?NdxHxGEv{3_6P#XjyLu^4B#87o9ltO65hDd3Qo4Y1%9ozUEAelfc zL5c)S-B3FL>K_1q0zU?vMo8hh!Nk@dTPDs*EM@2o=l8wu-uvDs`N!y}1lalB{8RqS z0r1x^f)gHq;~oQB009IIPymR#3055d3J~!aHdwE~aRBp}+l74vtAyQw7{ghH7!$%^ zBRU|5K7odLE-)t%i1R8KURa~G*88vV;K5cmI^vDH7b@WnuD<0h}ya>t530s zEJyA^xp85baPX5FCN7a}t+c6?F_F^|%9A>w;((#Cz7``jU?f%5tG4C1s!GF#RniPX z1w$t;6{{Ai8JJL>0V)w!b6oOFcPo@Put~>irtRQ${W&vZ4?cloKYj19Qn9L7SuZ;p z$&@t3FsiDdtz}%6%r6*L*lLPhcPo~em9Jh?i0%7}2={?>Ac2^C1V&&HzPR0;y!26QPb!`;@jH?7E@nH4nU@Q%7Ml;+ zLi{icViRxYxAO1uozqiCfDaX6lkY~xytApjNNT(E!Q3&u+^w&CJD2};`Cd0UwKKk5 z>`c#i(>X7By}8_7y8mVZ@K(jI)UU E0U?CZx&QzG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4eeb98fddbd6bcadff1941106658ca6e484a286d GIT binary patch literal 27759 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 rber~@e$;TmVhVnUyGc#Khv!RMsDsHc0}-Gh)U z5|TKHoRGv0wviVnCOMmpy>`y#|K`s=e(WauFl*`8XNs@pS? z4W4u6>;CS&Rdws$s$12+S+OFg;rHwL4=29cu4%uQr2b3AFV{cRHSMCtG)rSTOW1lP zaV(*0LSspmx}dW(%K)2LGce0?z!sJVu3)XeHr5X8V4c7&)(z}oD}k%nYG5y01H6sh z4(wxVf$Nw7yo0R=ZeSZP=on`c+YHvvwg3m%R^aE@HsE$v02bLGa0eR#4zr!WUF`F~ zJK0^pFR;6TyV*U!FS0$rFR^=p_p$qd53s$!eQf^){bzEd2iXYtL+s1I1MFeoK{g6J z#0~==VUGfju%p1o*yF$_*ptAg*fHR7b^>^kJq$lz!GCX&dR_EHW`m3*eUQS zW&^Ip9R1gI}My>XMi(o7Wgci1D<7H0e+R81AdKt9rz9Q9Ppd$TflF# zdEoQxJ94CB$%Mue?7MHDe+yZZzhf!(z2~%JX~@%Wkx0|EnePw$z-mosTJGp1H^#AUoLYr@qGZ`TqEdCe!0`ApHSPy~LtYmY)R@Qn(E|+8ndxyR zJWQ+qq%s~Jyz?^}6#{Nm-9Tw~?zrnStd94eaEozYLxY34+!43JX{N@cb($NMnjHvu zO@YGf9cGNX!K6{ER=Kxbaoe57YsvDtahiKRrj00+bBIkGUd!W#WlJ+wF!m!roIzxE*zmGEzg{C-M~x=xkb5X2J|rZuZDtX)rI9vQR@n*Ret5WbADM*AX9oI3fS}^H)0xMaZ=B9AUZrFEg zxmSUW>n#2Yb(eEoQ$~hkTK`HNu0W`HP?v^jMHl~#lxLCWn zEbq91S#g;t3ki3f?ueJDO;(0NMQt{@9f5qA#GMt6<;P5^jrV-mvW$pVsKZtz zQ|s44Efp7~I2rb-II1-ae^7Vj0$p+|x1kk5F!vEny>8`Q<|KBkEyw-2v%a zFhjM$@+P?WF&XsK4H`8#!fefnrQ)y2uDw>B@GQm~sSlfCiFlhV zdX}fVVdfn|T@t^DU6LmO%8e{rbhL-fb&>cRvRO5Wy2d>dmBeQL()tM7KP?fzq88Xj z=uaMfJ`YnU>0JCBX>uM9a5=ysHYsZ~-o@XOX5%;o%N&<#hq=?fi7Jiw#&z4nQ5SaH zBohBX?fXzJPGgy?te^&%HlILC)MOuSgeyKl#dX<84|__szzAl^c2S}0F%Ta~Z7S@+ zvB^CLz4+Y2g~8;W=Xzm&Ih#!u-4pTgcTxO-x^0ss16L-S%UXp6@ZTg?wQd3j@b@V$6X1nGK% zAX9&vOU!9+#eM18T;f!=u336A{Vj|yf1ZAR^R0V1)j}4_vF^|E5zg;VY3C28G?sWy z`%W^**X_SHwDiuB@}kF*r`qb;rRRLIth3Z}%|S<9wiJ`PmwUDP$aRVA&&tfmk5k}4 zdUPOhLqBmtFP7qosm^40y70e_=*cfx{nT=;GJ#ugJV0paH>dUD<>mp;>MS{@&FSUD zEJA$*TXA$YvCa6zaPq@>82{^A00;1Kby1tsPU1rwjnVWHy!}z~75$>FYv=PRZASk^ za#|lq%qGUhM&FeCE>Rc^b;p;^7{(1&oW%D;v5bo9;{%~++Z7X~WIMJ+APL@!wiqu~ zXK-h5h6_7}iatJ?T}^ zL{PW~MGxC>Pl36mCDJgf!8?C7;J>tw&uRbByZeofh5HwtStwoZd~NHM-raxnWgNcV z-l@+vZ#6ctyNyjg=9W5z8-JLIHwU=fC1F~9LdG-pet?Ey62s1R-t3B87XAR>oc4Zu z_r>gsSq%1e`IkrEwBPI9{cij2`Skm3y$eS#?^-x`rETDy=7H-l)^6yzTPLXi<;!{_ zO<1^R^@R3(Vy>|{;#9RFRhmkbKI)xEtAV8VJv_V%5?%)Qa=#hIIW+DlTCT zY4ielQO232z9z#a(?sM<(|b|2%lPW{GmuhV;%*@VoBLr}J;`aACc`l9rLd=!!`@FJ ztl;mz1VDa2SiSc3{Hys(t=F_vdgt@``P6**{hr&dY02!)`F$VcyI$J2u

1_wxPk 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e06615586fc2e11bc58b64d8164d861e7b29538f GIT binary patch literal 36271 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 Ux7?{O;Jf&{wGMueXPEl`0SMyo*8l(j literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py new file mode 100644 index 0000000..5063c3f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py @@ -0,0 +1,14 @@ +# .-. .-. .-. . . .-. .-. .-. .-. +# |( |- |.| | | |- `-. | `-. +# ' ' `-' `-`.`-' `-' `-' ' `-' + +__title__ = "requests" +__description__ = "Python HTTP for Humans." +__url__ = "https://requests.readthedocs.io" +__version__ = "2.31.0" +__build__ = 0x023100 +__author__ = "Kenneth Reitz" +__author_email__ = "me@kennethreitz.org" +__license__ = "Apache 2.0" +__copyright__ = "Copyright Kenneth Reitz" +__cake__ = "\u2728 \U0001f370 \u2728" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py new file mode 100644 index 0000000..f2cf635 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py @@ -0,0 +1,50 @@ +""" +requests._internal_utils +~~~~~~~~~~~~~~ + +Provides utility functions that are consumed internally by Requests +which depend on extremely few external helpers (such as compat) +""" +import re + +from .compat import builtin_str + +_VALID_HEADER_NAME_RE_BYTE = re.compile(rb"^[^:\s][^:\r\n]*$") +_VALID_HEADER_NAME_RE_STR = re.compile(r"^[^:\s][^:\r\n]*$") +_VALID_HEADER_VALUE_RE_BYTE = re.compile(rb"^\S[^\r\n]*$|^$") +_VALID_HEADER_VALUE_RE_STR = re.compile(r"^\S[^\r\n]*$|^$") + +_HEADER_VALIDATORS_STR = (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_STR) +_HEADER_VALIDATORS_BYTE = (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE) +HEADER_VALIDATORS = { + bytes: _HEADER_VALIDATORS_BYTE, + str: _HEADER_VALIDATORS_STR, +} + + +def to_native_string(string, encoding="ascii"): + """Given a string object, regardless of type, returns a representation of + that string in the native string type, encoding and decoding where + necessary. This assumes ASCII unless told otherwise. + """ + if isinstance(string, builtin_str): + out = string + else: + out = string.decode(encoding) + + return out + + +def unicode_is_ascii(u_string): + """Determine if unicode string only contains ASCII characters. + + :param str u_string: unicode string to check. Must be unicode + and not Python 2 `str`. + :rtype: bool + """ + assert isinstance(u_string, str) + try: + u_string.encode("ascii") + return True + except UnicodeEncodeError: + return False diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py new file mode 100644 index 0000000..10c1767 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py @@ -0,0 +1,538 @@ +""" +requests.adapters +~~~~~~~~~~~~~~~~~ + +This module contains the transport adapters that Requests uses to define +and maintain connections. +""" + +import os.path +import socket # noqa: F401 + +from pip._vendor.urllib3.exceptions import ClosedPoolError, ConnectTimeoutError +from pip._vendor.urllib3.exceptions import HTTPError as _HTTPError +from pip._vendor.urllib3.exceptions import InvalidHeader as _InvalidHeader +from pip._vendor.urllib3.exceptions import ( + LocationValueError, + MaxRetryError, + NewConnectionError, + ProtocolError, +) +from pip._vendor.urllib3.exceptions import ProxyError as _ProxyError +from pip._vendor.urllib3.exceptions import ReadTimeoutError, ResponseError +from pip._vendor.urllib3.exceptions import SSLError as _SSLError +from pip._vendor.urllib3.poolmanager import PoolManager, proxy_from_url +from pip._vendor.urllib3.util import Timeout as TimeoutSauce +from pip._vendor.urllib3.util import parse_url +from pip._vendor.urllib3.util.retry import Retry + +from .auth import _basic_auth_str +from .compat import basestring, urlparse +from .cookies import extract_cookies_to_jar +from .exceptions import ( + ConnectionError, + ConnectTimeout, + InvalidHeader, + InvalidProxyURL, + InvalidSchema, + InvalidURL, + ProxyError, + ReadTimeout, + RetryError, + SSLError, +) +from .models import Response +from .structures import CaseInsensitiveDict +from .utils import ( + DEFAULT_CA_BUNDLE_PATH, + extract_zipped_paths, + get_auth_from_url, + get_encoding_from_headers, + prepend_scheme_if_needed, + select_proxy, + urldefragauth, +) + +try: + from pip._vendor.urllib3.contrib.socks import SOCKSProxyManager +except ImportError: + + def SOCKSProxyManager(*args, **kwargs): + raise InvalidSchema("Missing dependencies for SOCKS support.") + + +DEFAULT_POOLBLOCK = False +DEFAULT_POOLSIZE = 10 +DEFAULT_RETRIES = 0 +DEFAULT_POOL_TIMEOUT = None + + +class BaseAdapter: + """The Base Transport Adapter""" + + def __init__(self): + super().__init__() + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + """ + raise NotImplementedError + + def close(self): + """Cleans up adapter specific items.""" + raise NotImplementedError + + +class HTTPAdapter(BaseAdapter): + """The built-in HTTP Adapter for urllib3. + + Provides a general-case interface for Requests sessions to contact HTTP and + HTTPS urls by implementing the Transport Adapter interface. This class will + usually be created by the :class:`Session ` class under the + covers. + + :param pool_connections: The number of urllib3 connection pools to cache. + :param pool_maxsize: The maximum number of connections to save in the pool. + :param max_retries: The maximum number of retries each connection + should attempt. Note, this applies only to failed DNS lookups, socket + connections and connection timeouts, never to requests where data has + made it to the server. By default, Requests does not retry failed + connections. If you need granular control over the conditions under + which we retry a request, import urllib3's ``Retry`` class and pass + that instead. + :param pool_block: Whether the connection pool should block for connections. + + Usage:: + + >>> import requests + >>> s = requests.Session() + >>> a = requests.adapters.HTTPAdapter(max_retries=3) + >>> s.mount('http://', a) + """ + + __attrs__ = [ + "max_retries", + "config", + "_pool_connections", + "_pool_maxsize", + "_pool_block", + ] + + def __init__( + self, + pool_connections=DEFAULT_POOLSIZE, + pool_maxsize=DEFAULT_POOLSIZE, + max_retries=DEFAULT_RETRIES, + pool_block=DEFAULT_POOLBLOCK, + ): + if max_retries == DEFAULT_RETRIES: + self.max_retries = Retry(0, read=False) + else: + self.max_retries = Retry.from_int(max_retries) + self.config = {} + self.proxy_manager = {} + + super().__init__() + + self._pool_connections = pool_connections + self._pool_maxsize = pool_maxsize + self._pool_block = pool_block + + self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) + + def __getstate__(self): + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + # Can't handle by adding 'proxy_manager' to self.__attrs__ because + # self.poolmanager uses a lambda function, which isn't pickleable. + self.proxy_manager = {} + self.config = {} + + for attr, value in state.items(): + setattr(self, attr, value) + + self.init_poolmanager( + self._pool_connections, self._pool_maxsize, block=self._pool_block + ) + + def init_poolmanager( + self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs + ): + """Initializes a urllib3 PoolManager. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param connections: The number of urllib3 connection pools to cache. + :param maxsize: The maximum number of connections to save in the pool. + :param block: Block when no free connections are available. + :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. + """ + # save these values for pickling + self._pool_connections = connections + self._pool_maxsize = maxsize + self._pool_block = block + + self.poolmanager = PoolManager( + num_pools=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + def proxy_manager_for(self, proxy, **proxy_kwargs): + """Return urllib3 ProxyManager for the given proxy. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The proxy to return a urllib3 ProxyManager for. + :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager. + :returns: ProxyManager + :rtype: urllib3.ProxyManager + """ + if proxy in self.proxy_manager: + manager = self.proxy_manager[proxy] + elif proxy.lower().startswith("socks"): + username, password = get_auth_from_url(proxy) + manager = self.proxy_manager[proxy] = SOCKSProxyManager( + proxy, + username=username, + password=password, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + else: + proxy_headers = self.proxy_headers(proxy) + manager = self.proxy_manager[proxy] = proxy_from_url( + proxy, + proxy_headers=proxy_headers, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + + return manager + + def cert_verify(self, conn, url, verify, cert): + """Verify a SSL certificate. This method should not be called from user + code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param conn: The urllib3 connection object associated with the cert. + :param url: The requested URL. + :param verify: Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: The SSL certificate to verify. + """ + if url.lower().startswith("https") and verify: + + cert_loc = None + + # Allow self-specified cert location. + if verify is not True: + cert_loc = verify + + if not cert_loc: + cert_loc = extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH) + + if not cert_loc or not os.path.exists(cert_loc): + raise OSError( + f"Could not find a suitable TLS CA certificate bundle, " + f"invalid path: {cert_loc}" + ) + + conn.cert_reqs = "CERT_REQUIRED" + + if not os.path.isdir(cert_loc): + conn.ca_certs = cert_loc + else: + conn.ca_cert_dir = cert_loc + else: + conn.cert_reqs = "CERT_NONE" + conn.ca_certs = None + conn.ca_cert_dir = None + + if cert: + if not isinstance(cert, basestring): + conn.cert_file = cert[0] + conn.key_file = cert[1] + else: + conn.cert_file = cert + conn.key_file = None + if conn.cert_file and not os.path.exists(conn.cert_file): + raise OSError( + f"Could not find the TLS certificate file, " + f"invalid path: {conn.cert_file}" + ) + if conn.key_file and not os.path.exists(conn.key_file): + raise OSError( + f"Could not find the TLS key file, invalid path: {conn.key_file}" + ) + + def build_response(self, req, resp): + """Builds a :class:`Response ` object from a urllib3 + response. This should not be called from user code, and is only exposed + for use when subclassing the + :class:`HTTPAdapter ` + + :param req: The :class:`PreparedRequest ` used to generate the response. + :param resp: The urllib3 response object. + :rtype: requests.Response + """ + response = Response() + + # Fallback to None if there's no status_code, for whatever reason. + response.status_code = getattr(resp, "status", None) + + # Make headers case-insensitive. + response.headers = CaseInsensitiveDict(getattr(resp, "headers", {})) + + # Set encoding. + response.encoding = get_encoding_from_headers(response.headers) + response.raw = resp + response.reason = response.raw.reason + + if isinstance(req.url, bytes): + response.url = req.url.decode("utf-8") + else: + response.url = req.url + + # Add new cookies from the server. + extract_cookies_to_jar(response.cookies, req, resp) + + # Give the Response some context. + response.request = req + response.connection = self + + return response + + def get_connection(self, url, proxies=None): + """Returns a urllib3 connection for the given URL. This should not be + called from user code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param url: The URL to connect to. + :param proxies: (optional) A Requests-style dictionary of proxies used on this request. + :rtype: urllib3.ConnectionPool + """ + proxy = select_proxy(url, proxies) + + if proxy: + proxy = prepend_scheme_if_needed(proxy, "http") + proxy_url = parse_url(proxy) + if not proxy_url.host: + raise InvalidProxyURL( + "Please check proxy URL. It is malformed " + "and could be missing the host." + ) + proxy_manager = self.proxy_manager_for(proxy) + conn = proxy_manager.connection_from_url(url) + else: + # Only scheme should be lower case + parsed = urlparse(url) + url = parsed.geturl() + conn = self.poolmanager.connection_from_url(url) + + return conn + + def close(self): + """Disposes of any internal state. + + Currently, this closes the PoolManager and any active ProxyManager, + which closes any pooled connections. + """ + self.poolmanager.clear() + for proxy in self.proxy_manager.values(): + proxy.clear() + + def request_url(self, request, proxies): + """Obtain the url to use when making the final request. + + If the message is being sent through a HTTP proxy, the full URL has to + be used. Otherwise, we should only use the path portion of the URL. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` being sent. + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs. + :rtype: str + """ + proxy = select_proxy(request.url, proxies) + scheme = urlparse(request.url).scheme + + is_proxied_http_request = proxy and scheme != "https" + using_socks_proxy = False + if proxy: + proxy_scheme = urlparse(proxy).scheme.lower() + using_socks_proxy = proxy_scheme.startswith("socks") + + url = request.path_url + if is_proxied_http_request and not using_socks_proxy: + url = urldefragauth(request.url) + + return url + + def add_headers(self, request, **kwargs): + """Add any headers needed by the connection. As of v2.0 this does + nothing by default, but is left for overriding by users that subclass + the :class:`HTTPAdapter `. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` to add headers to. + :param kwargs: The keyword arguments from the call to send(). + """ + pass + + def proxy_headers(self, proxy): + """Returns a dictionary of the headers to add to any request sent + through a proxy. This works with urllib3 magic to ensure that they are + correctly sent to the proxy, rather than in a tunnelled request if + CONNECT is being used. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The url of the proxy being used for this request. + :rtype: dict + """ + headers = {} + username, password = get_auth_from_url(proxy) + + if username: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return headers + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple or urllib3 Timeout object + :param verify: (optional) Either a boolean, in which case it controls whether + we verify the server's TLS certificate, or a string, in which case it + must be a path to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + :rtype: requests.Response + """ + + try: + conn = self.get_connection(request.url, proxies) + except LocationValueError as e: + raise InvalidURL(e, request=request) + + self.cert_verify(conn, request.url, verify, cert) + url = self.request_url(request, proxies) + self.add_headers( + request, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + ) + + chunked = not (request.body is None or "Content-Length" in request.headers) + + if isinstance(timeout, tuple): + try: + connect, read = timeout + timeout = TimeoutSauce(connect=connect, read=read) + except ValueError: + raise ValueError( + f"Invalid timeout {timeout}. Pass a (connect, read) timeout tuple, " + f"or a single float to set both timeouts to the same value." + ) + elif isinstance(timeout, TimeoutSauce): + pass + else: + timeout = TimeoutSauce(connect=timeout, read=timeout) + + try: + resp = conn.urlopen( + method=request.method, + url=url, + body=request.body, + headers=request.headers, + redirect=False, + assert_same_host=False, + preload_content=False, + decode_content=False, + retries=self.max_retries, + timeout=timeout, + chunked=chunked, + ) + + except (ProtocolError, OSError) as err: + raise ConnectionError(err, request=request) + + except MaxRetryError as e: + if isinstance(e.reason, ConnectTimeoutError): + # TODO: Remove this in 3.0.0: see #2811 + if not isinstance(e.reason, NewConnectionError): + raise ConnectTimeout(e, request=request) + + if isinstance(e.reason, ResponseError): + raise RetryError(e, request=request) + + if isinstance(e.reason, _ProxyError): + raise ProxyError(e, request=request) + + if isinstance(e.reason, _SSLError): + # This branch is for urllib3 v1.22 and later. + raise SSLError(e, request=request) + + raise ConnectionError(e, request=request) + + except ClosedPoolError as e: + raise ConnectionError(e, request=request) + + except _ProxyError as e: + raise ProxyError(e) + + except (_SSLError, _HTTPError) as e: + if isinstance(e, _SSLError): + # This branch is for urllib3 versions earlier than v1.22 + raise SSLError(e, request=request) + elif isinstance(e, ReadTimeoutError): + raise ReadTimeout(e, request=request) + elif isinstance(e, _InvalidHeader): + raise InvalidHeader(e, request=request) + else: + raise + + return self.build_response(request, resp) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/api.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/api.py new file mode 100644 index 0000000..cd0b3ee --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/api.py @@ -0,0 +1,157 @@ +""" +requests.api +~~~~~~~~~~~~ + +This module implements the Requests API. + +:copyright: (c) 2012 by Kenneth Reitz. +:license: Apache2, see LICENSE for more details. +""" + +from . import sessions + + +def request(method, url, **kwargs): + """Constructs and sends a :class:`Request `. + + :param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`. + :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload. + ``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')`` + or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content-type'`` is a string + defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers + to add for the file. + :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How many seconds to wait for the server to send data + before giving up, as a float, or a :ref:`(connect timeout, read + timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. + :param stream: (optional) if ``False``, the response content will be immediately downloaded. + :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair. + :return: :class:`Response ` object + :rtype: requests.Response + + Usage:: + + >>> import requests + >>> req = requests.request('GET', 'https://httpbin.org/get') + >>> req + + """ + + # By using the 'with' statement we are sure the session is closed, thus we + # avoid leaving sockets open which can trigger a ResourceWarning in some + # cases, and look like a memory leak in others. + with sessions.Session() as session: + return session.request(method=method, url=url, **kwargs) + + +def get(url, params=None, **kwargs): + r"""Sends a GET request. + + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("get", url, params=params, **kwargs) + + +def options(url, **kwargs): + r"""Sends an OPTIONS request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("options", url, **kwargs) + + +def head(url, **kwargs): + r"""Sends a HEAD request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. If + `allow_redirects` is not provided, it will be set to `False` (as + opposed to the default :meth:`request` behavior). + :return: :class:`Response ` object + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return request("head", url, **kwargs) + + +def post(url, data=None, json=None, **kwargs): + r"""Sends a POST request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("post", url, data=data, json=json, **kwargs) + + +def put(url, data=None, **kwargs): + r"""Sends a PUT request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("put", url, data=data, **kwargs) + + +def patch(url, data=None, **kwargs): + r"""Sends a PATCH request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("patch", url, data=data, **kwargs) + + +def delete(url, **kwargs): + r"""Sends a DELETE request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("delete", url, **kwargs) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/auth.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/auth.py new file mode 100644 index 0000000..9733686 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/auth.py @@ -0,0 +1,315 @@ +""" +requests.auth +~~~~~~~~~~~~~ + +This module contains the authentication handlers for Requests. +""" + +import hashlib +import os +import re +import threading +import time +import warnings +from base64 import b64encode + +from ._internal_utils import to_native_string +from .compat import basestring, str, urlparse +from .cookies import extract_cookies_to_jar +from .utils import parse_dict_header + +CONTENT_TYPE_FORM_URLENCODED = "application/x-www-form-urlencoded" +CONTENT_TYPE_MULTI_PART = "multipart/form-data" + + +def _basic_auth_str(username, password): + """Returns a Basic Auth string.""" + + # "I want us to put a big-ol' comment on top of it that + # says that this behaviour is dumb but we need to preserve + # it because people are relying on it." + # - Lukasa + # + # These are here solely to maintain backwards compatibility + # for things like ints. This will be removed in 3.0.0. + if not isinstance(username, basestring): + warnings.warn( + "Non-string usernames will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(username), + category=DeprecationWarning, + ) + username = str(username) + + if not isinstance(password, basestring): + warnings.warn( + "Non-string passwords will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(type(password)), + category=DeprecationWarning, + ) + password = str(password) + # -- End Removal -- + + if isinstance(username, str): + username = username.encode("latin1") + + if isinstance(password, str): + password = password.encode("latin1") + + authstr = "Basic " + to_native_string( + b64encode(b":".join((username, password))).strip() + ) + + return authstr + + +class AuthBase: + """Base class that all auth implementations derive from""" + + def __call__(self, r): + raise NotImplementedError("Auth hooks must be callable.") + + +class HTTPBasicAuth(AuthBase): + """Attaches HTTP Basic Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other + + def __call__(self, r): + r.headers["Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPProxyAuth(HTTPBasicAuth): + """Attaches HTTP Proxy Authentication to a given Request object.""" + + def __call__(self, r): + r.headers["Proxy-Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPDigestAuth(AuthBase): + """Attaches HTTP Digest Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + # Keep state in per-thread local storage + self._thread_local = threading.local() + + def init_per_thread_state(self): + # Ensure state is initialized just once per-thread + if not hasattr(self._thread_local, "init"): + self._thread_local.init = True + self._thread_local.last_nonce = "" + self._thread_local.nonce_count = 0 + self._thread_local.chal = {} + self._thread_local.pos = None + self._thread_local.num_401_calls = None + + def build_digest_header(self, method, url): + """ + :rtype: str + """ + + realm = self._thread_local.chal["realm"] + nonce = self._thread_local.chal["nonce"] + qop = self._thread_local.chal.get("qop") + algorithm = self._thread_local.chal.get("algorithm") + opaque = self._thread_local.chal.get("opaque") + hash_utf8 = None + + if algorithm is None: + _algorithm = "MD5" + else: + _algorithm = algorithm.upper() + # lambdas assume digest modules are imported at the top level + if _algorithm == "MD5" or _algorithm == "MD5-SESS": + + def md5_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.md5(x).hexdigest() + + hash_utf8 = md5_utf8 + elif _algorithm == "SHA": + + def sha_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha1(x).hexdigest() + + hash_utf8 = sha_utf8 + elif _algorithm == "SHA-256": + + def sha256_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha256(x).hexdigest() + + hash_utf8 = sha256_utf8 + elif _algorithm == "SHA-512": + + def sha512_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha512(x).hexdigest() + + hash_utf8 = sha512_utf8 + + KD = lambda s, d: hash_utf8(f"{s}:{d}") # noqa:E731 + + if hash_utf8 is None: + return None + + # XXX not implemented yet + entdig = None + p_parsed = urlparse(url) + #: path is request-uri defined in RFC 2616 which should not be empty + path = p_parsed.path or "/" + if p_parsed.query: + path += f"?{p_parsed.query}" + + A1 = f"{self.username}:{realm}:{self.password}" + A2 = f"{method}:{path}" + + HA1 = hash_utf8(A1) + HA2 = hash_utf8(A2) + + if nonce == self._thread_local.last_nonce: + self._thread_local.nonce_count += 1 + else: + self._thread_local.nonce_count = 1 + ncvalue = f"{self._thread_local.nonce_count:08x}" + s = str(self._thread_local.nonce_count).encode("utf-8") + s += nonce.encode("utf-8") + s += time.ctime().encode("utf-8") + s += os.urandom(8) + + cnonce = hashlib.sha1(s).hexdigest()[:16] + if _algorithm == "MD5-SESS": + HA1 = hash_utf8(f"{HA1}:{nonce}:{cnonce}") + + if not qop: + respdig = KD(HA1, f"{nonce}:{HA2}") + elif qop == "auth" or "auth" in qop.split(","): + noncebit = f"{nonce}:{ncvalue}:{cnonce}:auth:{HA2}" + respdig = KD(HA1, noncebit) + else: + # XXX handle auth-int. + return None + + self._thread_local.last_nonce = nonce + + # XXX should the partial digests be encoded too? + base = ( + f'username="{self.username}", realm="{realm}", nonce="{nonce}", ' + f'uri="{path}", response="{respdig}"' + ) + if opaque: + base += f', opaque="{opaque}"' + if algorithm: + base += f', algorithm="{algorithm}"' + if entdig: + base += f', digest="{entdig}"' + if qop: + base += f', qop="auth", nc={ncvalue}, cnonce="{cnonce}"' + + return f"Digest {base}" + + def handle_redirect(self, r, **kwargs): + """Reset num_401_calls counter on redirects.""" + if r.is_redirect: + self._thread_local.num_401_calls = 1 + + def handle_401(self, r, **kwargs): + """ + Takes the given response and tries digest-auth, if needed. + + :rtype: requests.Response + """ + + # If response is not 4xx, do not auth + # See https://github.com/psf/requests/issues/3772 + if not 400 <= r.status_code < 500: + self._thread_local.num_401_calls = 1 + return r + + if self._thread_local.pos is not None: + # Rewind the file position indicator of the body to where + # it was to resend the request. + r.request.body.seek(self._thread_local.pos) + s_auth = r.headers.get("www-authenticate", "") + + if "digest" in s_auth.lower() and self._thread_local.num_401_calls < 2: + + self._thread_local.num_401_calls += 1 + pat = re.compile(r"digest ", flags=re.IGNORECASE) + self._thread_local.chal = parse_dict_header(pat.sub("", s_auth, count=1)) + + # Consume content and release the original connection + # to allow our new request to reuse the same one. + r.content + r.close() + prep = r.request.copy() + extract_cookies_to_jar(prep._cookies, r.request, r.raw) + prep.prepare_cookies(prep._cookies) + + prep.headers["Authorization"] = self.build_digest_header( + prep.method, prep.url + ) + _r = r.connection.send(prep, **kwargs) + _r.history.append(r) + _r.request = prep + + return _r + + self._thread_local.num_401_calls = 1 + return r + + def __call__(self, r): + # Initialize per-thread state, if needed + self.init_per_thread_state() + # If we have a saved nonce, skip the 401 + if self._thread_local.last_nonce: + r.headers["Authorization"] = self.build_digest_header(r.method, r.url) + try: + self._thread_local.pos = r.body.tell() + except AttributeError: + # In the case of HTTPDigestAuth being reused and the body of + # the previous request was a file-like object, pos has the + # file position of the previous body. Ensure it's set to + # None. + self._thread_local.pos = None + r.register_hook("response", self.handle_401) + r.register_hook("response", self.handle_redirect) + self._thread_local.num_401_calls = 1 + + return r + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/certs.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/certs.py new file mode 100644 index 0000000..38696a1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/certs.py @@ -0,0 +1,24 @@ +#!/usr/bin/env python + +""" +requests.certs +~~~~~~~~~~~~~~ + +This module returns the preferred default CA certificate bundle. There is +only one — the one from the certifi package. + +If you are packaging Requests, e.g., for a Linux distribution or a managed +environment, you can change the definition of where() to return a separately +packaged CA bundle. +""" + +import os + +if "_PIP_STANDALONE_CERT" not in os.environ: + from pip._vendor.certifi import where +else: + def where(): + return os.environ["_PIP_STANDALONE_CERT"] + +if __name__ == "__main__": + print(where()) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/compat.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/compat.py new file mode 100644 index 0000000..9ab2bb4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/compat.py @@ -0,0 +1,67 @@ +""" +requests.compat +~~~~~~~~~~~~~~~ + +This module previously handled import compatibility issues +between Python 2 and Python 3. It remains for backwards +compatibility until the next major version. +""" + +from pip._vendor import chardet + +import sys + +# ------- +# Pythons +# ------- + +# Syntax sugar. +_ver = sys.version_info + +#: Python 2.x? +is_py2 = _ver[0] == 2 + +#: Python 3.x? +is_py3 = _ver[0] == 3 + +# Note: We've patched out simplejson support in pip because it prevents +# upgrading simplejson on Windows. +import json +from json import JSONDecodeError + +# Keep OrderedDict for backwards compatibility. +from collections import OrderedDict +from collections.abc import Callable, Mapping, MutableMapping +from http import cookiejar as cookielib +from http.cookies import Morsel +from io import StringIO + +# -------------- +# Legacy Imports +# -------------- +from urllib.parse import ( + quote, + quote_plus, + unquote, + unquote_plus, + urldefrag, + urlencode, + urljoin, + urlparse, + urlsplit, + urlunparse, +) +from urllib.request import ( + getproxies, + getproxies_environment, + parse_http_list, + proxy_bypass, + proxy_bypass_environment, +) + +builtin_str = str +str = str +bytes = bytes +basestring = (str, bytes) +numeric_types = (int, float) +integer_types = (int,) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py new file mode 100644 index 0000000..bf54ab2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py @@ -0,0 +1,561 @@ +""" +requests.cookies +~~~~~~~~~~~~~~~~ + +Compatibility code to be able to use `cookielib.CookieJar` with requests. + +requests.utils imports from here, so be careful with imports. +""" + +import calendar +import copy +import time + +from ._internal_utils import to_native_string +from .compat import Morsel, MutableMapping, cookielib, urlparse, urlunparse + +try: + import threading +except ImportError: + import dummy_threading as threading + + +class MockRequest: + """Wraps a `requests.Request` to mimic a `urllib2.Request`. + + The code in `cookielib.CookieJar` expects this interface in order to correctly + manage cookie policies, i.e., determine whether a cookie can be set, given the + domains of the request and the cookie. + + The original request object is read-only. The client is responsible for collecting + the new headers via `get_new_headers()` and interpreting them appropriately. You + probably want `get_cookie_header`, defined below. + """ + + def __init__(self, request): + self._r = request + self._new_headers = {} + self.type = urlparse(self._r.url).scheme + + def get_type(self): + return self.type + + def get_host(self): + return urlparse(self._r.url).netloc + + def get_origin_req_host(self): + return self.get_host() + + def get_full_url(self): + # Only return the response's URL if the user hadn't set the Host + # header + if not self._r.headers.get("Host"): + return self._r.url + # If they did set it, retrieve it and reconstruct the expected domain + host = to_native_string(self._r.headers["Host"], encoding="utf-8") + parsed = urlparse(self._r.url) + # Reconstruct the URL as we expect it + return urlunparse( + [ + parsed.scheme, + host, + parsed.path, + parsed.params, + parsed.query, + parsed.fragment, + ] + ) + + def is_unverifiable(self): + return True + + def has_header(self, name): + return name in self._r.headers or name in self._new_headers + + def get_header(self, name, default=None): + return self._r.headers.get(name, self._new_headers.get(name, default)) + + def add_header(self, key, val): + """cookielib has no legitimate use for this method; add it back if you find one.""" + raise NotImplementedError( + "Cookie headers should be added with add_unredirected_header()" + ) + + def add_unredirected_header(self, name, value): + self._new_headers[name] = value + + def get_new_headers(self): + return self._new_headers + + @property + def unverifiable(self): + return self.is_unverifiable() + + @property + def origin_req_host(self): + return self.get_origin_req_host() + + @property + def host(self): + return self.get_host() + + +class MockResponse: + """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`. + + ...what? Basically, expose the parsed HTTP headers from the server response + the way `cookielib` expects to see them. + """ + + def __init__(self, headers): + """Make a MockResponse for `cookielib` to read. + + :param headers: a httplib.HTTPMessage or analogous carrying the headers + """ + self._headers = headers + + def info(self): + return self._headers + + def getheaders(self, name): + self._headers.getheaders(name) + + +def extract_cookies_to_jar(jar, request, response): + """Extract the cookies from the response into a CookieJar. + + :param jar: cookielib.CookieJar (not necessarily a RequestsCookieJar) + :param request: our own requests.Request object + :param response: urllib3.HTTPResponse object + """ + if not (hasattr(response, "_original_response") and response._original_response): + return + # the _original_response field is the wrapped httplib.HTTPResponse object, + req = MockRequest(request) + # pull out the HTTPMessage with the headers and put it in the mock: + res = MockResponse(response._original_response.msg) + jar.extract_cookies(res, req) + + +def get_cookie_header(jar, request): + """ + Produce an appropriate Cookie header string to be sent with `request`, or None. + + :rtype: str + """ + r = MockRequest(request) + jar.add_cookie_header(r) + return r.get_new_headers().get("Cookie") + + +def remove_cookie_by_name(cookiejar, name, domain=None, path=None): + """Unsets a cookie by name, by default over all domains and paths. + + Wraps CookieJar.clear(), is O(n). + """ + clearables = [] + for cookie in cookiejar: + if cookie.name != name: + continue + if domain is not None and domain != cookie.domain: + continue + if path is not None and path != cookie.path: + continue + clearables.append((cookie.domain, cookie.path, cookie.name)) + + for domain, path, name in clearables: + cookiejar.clear(domain, path, name) + + +class CookieConflictError(RuntimeError): + """There are two cookies that meet the criteria specified in the cookie jar. + Use .get and .set and include domain and path args in order to be more specific. + """ + + +class RequestsCookieJar(cookielib.CookieJar, MutableMapping): + """Compatibility class; is a cookielib.CookieJar, but exposes a dict + interface. + + This is the CookieJar we create by default for requests and sessions that + don't specify one, since some clients may expect response.cookies and + session.cookies to support dict operations. + + Requests does not use the dict interface internally; it's just for + compatibility with external client code. All requests code should work + out of the box with externally provided instances of ``CookieJar``, e.g. + ``LWPCookieJar`` and ``FileCookieJar``. + + Unlike a regular CookieJar, this class is pickleable. + + .. warning:: dictionary operations that are normally O(1) may be O(n). + """ + + def get(self, name, default=None, domain=None, path=None): + """Dict-like get() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + + .. warning:: operation is O(n), not O(1). + """ + try: + return self._find_no_duplicates(name, domain, path) + except KeyError: + return default + + def set(self, name, value, **kwargs): + """Dict-like set() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + """ + # support client code that unsets cookies by assignment of a None value: + if value is None: + remove_cookie_by_name( + self, name, domain=kwargs.get("domain"), path=kwargs.get("path") + ) + return + + if isinstance(value, Morsel): + c = morsel_to_cookie(value) + else: + c = create_cookie(name, value, **kwargs) + self.set_cookie(c) + return c + + def iterkeys(self): + """Dict-like iterkeys() that returns an iterator of names of cookies + from the jar. + + .. seealso:: itervalues() and iteritems(). + """ + for cookie in iter(self): + yield cookie.name + + def keys(self): + """Dict-like keys() that returns a list of names of cookies from the + jar. + + .. seealso:: values() and items(). + """ + return list(self.iterkeys()) + + def itervalues(self): + """Dict-like itervalues() that returns an iterator of values of cookies + from the jar. + + .. seealso:: iterkeys() and iteritems(). + """ + for cookie in iter(self): + yield cookie.value + + def values(self): + """Dict-like values() that returns a list of values of cookies from the + jar. + + .. seealso:: keys() and items(). + """ + return list(self.itervalues()) + + def iteritems(self): + """Dict-like iteritems() that returns an iterator of name-value tuples + from the jar. + + .. seealso:: iterkeys() and itervalues(). + """ + for cookie in iter(self): + yield cookie.name, cookie.value + + def items(self): + """Dict-like items() that returns a list of name-value tuples from the + jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a + vanilla python dict of key value pairs. + + .. seealso:: keys() and values(). + """ + return list(self.iteritems()) + + def list_domains(self): + """Utility method to list all the domains in the jar.""" + domains = [] + for cookie in iter(self): + if cookie.domain not in domains: + domains.append(cookie.domain) + return domains + + def list_paths(self): + """Utility method to list all the paths in the jar.""" + paths = [] + for cookie in iter(self): + if cookie.path not in paths: + paths.append(cookie.path) + return paths + + def multiple_domains(self): + """Returns True if there are multiple domains in the jar. + Returns False otherwise. + + :rtype: bool + """ + domains = [] + for cookie in iter(self): + if cookie.domain is not None and cookie.domain in domains: + return True + domains.append(cookie.domain) + return False # there is only one domain in jar + + def get_dict(self, domain=None, path=None): + """Takes as an argument an optional domain and path and returns a plain + old Python dict of name-value pairs of cookies that meet the + requirements. + + :rtype: dict + """ + dictionary = {} + for cookie in iter(self): + if (domain is None or cookie.domain == domain) and ( + path is None or cookie.path == path + ): + dictionary[cookie.name] = cookie.value + return dictionary + + def __contains__(self, name): + try: + return super().__contains__(name) + except CookieConflictError: + return True + + def __getitem__(self, name): + """Dict-like __getitem__() for compatibility with client code. Throws + exception if there are more than one cookie with name. In that case, + use the more explicit get() method instead. + + .. warning:: operation is O(n), not O(1). + """ + return self._find_no_duplicates(name) + + def __setitem__(self, name, value): + """Dict-like __setitem__ for compatibility with client code. Throws + exception if there is already a cookie of that name in the jar. In that + case, use the more explicit set() method instead. + """ + self.set(name, value) + + def __delitem__(self, name): + """Deletes a cookie given a name. Wraps ``cookielib.CookieJar``'s + ``remove_cookie_by_name()``. + """ + remove_cookie_by_name(self, name) + + def set_cookie(self, cookie, *args, **kwargs): + if ( + hasattr(cookie.value, "startswith") + and cookie.value.startswith('"') + and cookie.value.endswith('"') + ): + cookie.value = cookie.value.replace('\\"', "") + return super().set_cookie(cookie, *args, **kwargs) + + def update(self, other): + """Updates this jar with cookies from another CookieJar or dict-like""" + if isinstance(other, cookielib.CookieJar): + for cookie in other: + self.set_cookie(copy.copy(cookie)) + else: + super().update(other) + + def _find(self, name, domain=None, path=None): + """Requests uses this method internally to get cookie values. + + If there are conflicting cookies, _find arbitrarily chooses one. + See _find_no_duplicates if you want an exception thrown if there are + conflicting cookies. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :return: cookie.value + """ + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + return cookie.value + + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def _find_no_duplicates(self, name, domain=None, path=None): + """Both ``__get_item__`` and ``get`` call this function: it's never + used elsewhere in Requests. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :raises KeyError: if cookie is not found + :raises CookieConflictError: if there are multiple cookies + that match name and optionally domain and path + :return: cookie.value + """ + toReturn = None + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + if toReturn is not None: + # if there are multiple cookies that meet passed in criteria + raise CookieConflictError( + f"There are multiple cookies with name, {name!r}" + ) + # we will eventually return this as long as no cookie conflict + toReturn = cookie.value + + if toReturn: + return toReturn + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def __getstate__(self): + """Unlike a normal CookieJar, this class is pickleable.""" + state = self.__dict__.copy() + # remove the unpickleable RLock object + state.pop("_cookies_lock") + return state + + def __setstate__(self, state): + """Unlike a normal CookieJar, this class is pickleable.""" + self.__dict__.update(state) + if "_cookies_lock" not in self.__dict__: + self._cookies_lock = threading.RLock() + + def copy(self): + """Return a copy of this RequestsCookieJar.""" + new_cj = RequestsCookieJar() + new_cj.set_policy(self.get_policy()) + new_cj.update(self) + return new_cj + + def get_policy(self): + """Return the CookiePolicy instance used.""" + return self._policy + + +def _copy_cookie_jar(jar): + if jar is None: + return None + + if hasattr(jar, "copy"): + # We're dealing with an instance of RequestsCookieJar + return jar.copy() + # We're dealing with a generic CookieJar instance + new_jar = copy.copy(jar) + new_jar.clear() + for cookie in jar: + new_jar.set_cookie(copy.copy(cookie)) + return new_jar + + +def create_cookie(name, value, **kwargs): + """Make a cookie from underspecified parameters. + + By default, the pair of `name` and `value` will be set for the domain '' + and sent on every request (this is sometimes called a "supercookie"). + """ + result = { + "version": 0, + "name": name, + "value": value, + "port": None, + "domain": "", + "path": "/", + "secure": False, + "expires": None, + "discard": True, + "comment": None, + "comment_url": None, + "rest": {"HttpOnly": None}, + "rfc2109": False, + } + + badargs = set(kwargs) - set(result) + if badargs: + raise TypeError( + f"create_cookie() got unexpected keyword arguments: {list(badargs)}" + ) + + result.update(kwargs) + result["port_specified"] = bool(result["port"]) + result["domain_specified"] = bool(result["domain"]) + result["domain_initial_dot"] = result["domain"].startswith(".") + result["path_specified"] = bool(result["path"]) + + return cookielib.Cookie(**result) + + +def morsel_to_cookie(morsel): + """Convert a Morsel object into a Cookie containing the one k/v pair.""" + + expires = None + if morsel["max-age"]: + try: + expires = int(time.time() + int(morsel["max-age"])) + except ValueError: + raise TypeError(f"max-age: {morsel['max-age']} must be integer") + elif morsel["expires"]: + time_template = "%a, %d-%b-%Y %H:%M:%S GMT" + expires = calendar.timegm(time.strptime(morsel["expires"], time_template)) + return create_cookie( + comment=morsel["comment"], + comment_url=bool(morsel["comment"]), + discard=False, + domain=morsel["domain"], + expires=expires, + name=morsel.key, + path=morsel["path"], + port=None, + rest={"HttpOnly": morsel["httponly"]}, + rfc2109=False, + secure=bool(morsel["secure"]), + value=morsel.value, + version=morsel["version"] or 0, + ) + + +def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): + """Returns a CookieJar from a key/value dictionary. + + :param cookie_dict: Dict of key/values to insert into CookieJar. + :param cookiejar: (optional) A cookiejar to add the cookies to. + :param overwrite: (optional) If False, will not replace cookies + already in the jar with new ones. + :rtype: CookieJar + """ + if cookiejar is None: + cookiejar = RequestsCookieJar() + + if cookie_dict is not None: + names_from_jar = [cookie.name for cookie in cookiejar] + for name in cookie_dict: + if overwrite or (name not in names_from_jar): + cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) + + return cookiejar + + +def merge_cookies(cookiejar, cookies): + """Add cookies to cookiejar and returns a merged CookieJar. + + :param cookiejar: CookieJar object to add the cookies to. + :param cookies: Dictionary or CookieJar object to be added. + :rtype: CookieJar + """ + if not isinstance(cookiejar, cookielib.CookieJar): + raise ValueError("You can only merge into CookieJar") + + if isinstance(cookies, dict): + cookiejar = cookiejar_from_dict(cookies, cookiejar=cookiejar, overwrite=False) + elif isinstance(cookies, cookielib.CookieJar): + try: + cookiejar.update(cookies) + except AttributeError: + for cookie_in_jar in cookies: + cookiejar.set_cookie(cookie_in_jar) + + return cookiejar diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py new file mode 100644 index 0000000..168d073 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py @@ -0,0 +1,141 @@ +""" +requests.exceptions +~~~~~~~~~~~~~~~~~~~ + +This module contains the set of Requests' exceptions. +""" +from pip._vendor.urllib3.exceptions import HTTPError as BaseHTTPError + +from .compat import JSONDecodeError as CompatJSONDecodeError + + +class RequestException(IOError): + """There was an ambiguous exception that occurred while handling your + request. + """ + + def __init__(self, *args, **kwargs): + """Initialize RequestException with `request` and `response` objects.""" + response = kwargs.pop("response", None) + self.response = response + self.request = kwargs.pop("request", None) + if response is not None and not self.request and hasattr(response, "request"): + self.request = self.response.request + super().__init__(*args, **kwargs) + + +class InvalidJSONError(RequestException): + """A JSON error occurred.""" + + +class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): + """Couldn't decode the text into json""" + + def __init__(self, *args, **kwargs): + """ + Construct the JSONDecodeError instance first with all + args. Then use it's args to construct the IOError so that + the json specific args aren't used as IOError specific args + and the error message from JSONDecodeError is preserved. + """ + CompatJSONDecodeError.__init__(self, *args) + InvalidJSONError.__init__(self, *self.args, **kwargs) + + +class HTTPError(RequestException): + """An HTTP error occurred.""" + + +class ConnectionError(RequestException): + """A Connection error occurred.""" + + +class ProxyError(ConnectionError): + """A proxy error occurred.""" + + +class SSLError(ConnectionError): + """An SSL error occurred.""" + + +class Timeout(RequestException): + """The request timed out. + + Catching this error will catch both + :exc:`~requests.exceptions.ConnectTimeout` and + :exc:`~requests.exceptions.ReadTimeout` errors. + """ + + +class ConnectTimeout(ConnectionError, Timeout): + """The request timed out while trying to connect to the remote server. + + Requests that produced this error are safe to retry. + """ + + +class ReadTimeout(Timeout): + """The server did not send any data in the allotted amount of time.""" + + +class URLRequired(RequestException): + """A valid URL is required to make a request.""" + + +class TooManyRedirects(RequestException): + """Too many redirects.""" + + +class MissingSchema(RequestException, ValueError): + """The URL scheme (e.g. http or https) is missing.""" + + +class InvalidSchema(RequestException, ValueError): + """The URL scheme provided is either invalid or unsupported.""" + + +class InvalidURL(RequestException, ValueError): + """The URL provided was somehow invalid.""" + + +class InvalidHeader(RequestException, ValueError): + """The header value provided was somehow invalid.""" + + +class InvalidProxyURL(InvalidURL): + """The proxy URL provided is invalid.""" + + +class ChunkedEncodingError(RequestException): + """The server declared chunked encoding but sent an invalid chunk.""" + + +class ContentDecodingError(RequestException, BaseHTTPError): + """Failed to decode response content.""" + + +class StreamConsumedError(RequestException, TypeError): + """The content for this response was already consumed.""" + + +class RetryError(RequestException): + """Custom retries logic failed""" + + +class UnrewindableBodyError(RequestException): + """Requests encountered an error when trying to rewind a body.""" + + +# Warnings + + +class RequestsWarning(Warning): + """Base warning for Requests.""" + + +class FileModeWarning(RequestsWarning, DeprecationWarning): + """A file was opened in text mode, but Requests determined its binary length.""" + + +class RequestsDependencyWarning(RequestsWarning): + """An imported dependency doesn't match the expected version range.""" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/help.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/help.py new file mode 100644 index 0000000..2d292c2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/help.py @@ -0,0 +1,131 @@ +"""Module containing bug report helper(s).""" + +import json +import platform +import ssl +import sys + +from pip._vendor import idna +from pip._vendor import urllib3 + +from . import __version__ as requests_version + +charset_normalizer = None + +try: + from pip._vendor import chardet +except ImportError: + chardet = None + +try: + from pip._vendor.urllib3.contrib import pyopenssl +except ImportError: + pyopenssl = None + OpenSSL = None + cryptography = None +else: + import cryptography + import OpenSSL + + +def _implementation(): + """Return a dict with the Python implementation and version. + + Provide both the name and the version of the Python implementation + currently running. For example, on CPython 3.10.3 it will return + {'name': 'CPython', 'version': '3.10.3'}. + + This function works best on CPython and PyPy: in particular, it probably + doesn't work for Jython or IronPython. Future investigation should be done + to work out the correct shape of the code for those platforms. + """ + implementation = platform.python_implementation() + + if implementation == "CPython": + implementation_version = platform.python_version() + elif implementation == "PyPy": + implementation_version = "{}.{}.{}".format( + sys.pypy_version_info.major, + sys.pypy_version_info.minor, + sys.pypy_version_info.micro, + ) + if sys.pypy_version_info.releaselevel != "final": + implementation_version = "".join( + [implementation_version, sys.pypy_version_info.releaselevel] + ) + elif implementation == "Jython": + implementation_version = platform.python_version() # Complete Guess + elif implementation == "IronPython": + implementation_version = platform.python_version() # Complete Guess + else: + implementation_version = "Unknown" + + return {"name": implementation, "version": implementation_version} + + +def info(): + """Generate information for a bug report.""" + try: + platform_info = { + "system": platform.system(), + "release": platform.release(), + } + except OSError: + platform_info = { + "system": "Unknown", + "release": "Unknown", + } + + implementation_info = _implementation() + urllib3_info = {"version": urllib3.__version__} + charset_normalizer_info = {"version": None} + chardet_info = {"version": None} + if charset_normalizer: + charset_normalizer_info = {"version": charset_normalizer.__version__} + if chardet: + chardet_info = {"version": chardet.__version__} + + pyopenssl_info = { + "version": None, + "openssl_version": "", + } + if OpenSSL: + pyopenssl_info = { + "version": OpenSSL.__version__, + "openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}", + } + cryptography_info = { + "version": getattr(cryptography, "__version__", ""), + } + idna_info = { + "version": getattr(idna, "__version__", ""), + } + + system_ssl = ssl.OPENSSL_VERSION_NUMBER + system_ssl_info = {"version": f"{system_ssl:x}" if system_ssl is not None else ""} + + return { + "platform": platform_info, + "implementation": implementation_info, + "system_ssl": system_ssl_info, + "using_pyopenssl": pyopenssl is not None, + "using_charset_normalizer": chardet is None, + "pyOpenSSL": pyopenssl_info, + "urllib3": urllib3_info, + "chardet": chardet_info, + "charset_normalizer": charset_normalizer_info, + "cryptography": cryptography_info, + "idna": idna_info, + "requests": { + "version": requests_version, + }, + } + + +def main(): + """Pretty-print the bug information as JSON.""" + print(json.dumps(info(), sort_keys=True, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py new file mode 100644 index 0000000..d181ba2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py @@ -0,0 +1,33 @@ +""" +requests.hooks +~~~~~~~~~~~~~~ + +This module provides the capabilities for the Requests hooks system. + +Available hooks: + +``response``: + The response generated from a Request. +""" +HOOKS = ["response"] + + +def default_hooks(): + return {event: [] for event in HOOKS} + + +# TODO: response is the only one + + +def dispatch_hook(key, hooks, hook_data, **kwargs): + """Dispatches a hook dictionary on a given piece of data.""" + hooks = hooks or {} + hooks = hooks.get(key) + if hooks: + if hasattr(hooks, "__call__"): + hooks = [hooks] + for hook in hooks: + _hook_data = hook(hook_data, **kwargs) + if _hook_data is not None: + hook_data = _hook_data + return hook_data diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/models.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/models.py new file mode 100644 index 0000000..76e6f19 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/models.py @@ -0,0 +1,1034 @@ +""" +requests.models +~~~~~~~~~~~~~~~ + +This module contains the primary objects that power Requests. +""" + +import datetime + +# Import encoding now, to avoid implicit import later. +# Implicit import within threads may cause LookupError when standard library is in a ZIP, +# such as in Embedded Python. See https://github.com/psf/requests/issues/3578. +import encodings.idna # noqa: F401 +from io import UnsupportedOperation + +from pip._vendor.urllib3.exceptions import ( + DecodeError, + LocationParseError, + ProtocolError, + ReadTimeoutError, + SSLError, +) +from pip._vendor.urllib3.fields import RequestField +from pip._vendor.urllib3.filepost import encode_multipart_formdata +from pip._vendor.urllib3.util import parse_url + +from ._internal_utils import to_native_string, unicode_is_ascii +from .auth import HTTPBasicAuth +from .compat import ( + Callable, + JSONDecodeError, + Mapping, + basestring, + builtin_str, + chardet, + cookielib, +) +from .compat import json as complexjson +from .compat import urlencode, urlsplit, urlunparse +from .cookies import _copy_cookie_jar, cookiejar_from_dict, get_cookie_header +from .exceptions import ( + ChunkedEncodingError, + ConnectionError, + ContentDecodingError, + HTTPError, + InvalidJSONError, + InvalidURL, +) +from .exceptions import JSONDecodeError as RequestsJSONDecodeError +from .exceptions import MissingSchema +from .exceptions import SSLError as RequestsSSLError +from .exceptions import StreamConsumedError +from .hooks import default_hooks +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( + check_header_validity, + get_auth_from_url, + guess_filename, + guess_json_utf, + iter_slices, + parse_header_links, + requote_uri, + stream_decode_response_unicode, + super_len, + to_key_val_list, +) + +#: The set of HTTP status codes that indicate an automatically +#: processable redirect. +REDIRECT_STATI = ( + codes.moved, # 301 + codes.found, # 302 + codes.other, # 303 + codes.temporary_redirect, # 307 + codes.permanent_redirect, # 308 +) + +DEFAULT_REDIRECT_LIMIT = 30 +CONTENT_CHUNK_SIZE = 10 * 1024 +ITER_CHUNK_SIZE = 512 + + +class RequestEncodingMixin: + @property + def path_url(self): + """Build the path URL to use.""" + + url = [] + + p = urlsplit(self.url) + + path = p.path + if not path: + path = "/" + + url.append(path) + + query = p.query + if query: + url.append("?") + url.append(query) + + return "".join(url) + + @staticmethod + def _encode_params(data): + """Encode parameters in a piece of data. + + Will successfully encode parameters when passed as a dict or a list of + 2-tuples. Order is retained if data is a list of 2-tuples but arbitrary + if parameters are supplied as a dict. + """ + + if isinstance(data, (str, bytes)): + return data + elif hasattr(data, "read"): + return data + elif hasattr(data, "__iter__"): + result = [] + for k, vs in to_key_val_list(data): + if isinstance(vs, basestring) or not hasattr(vs, "__iter__"): + vs = [vs] + for v in vs: + if v is not None: + result.append( + ( + k.encode("utf-8") if isinstance(k, str) else k, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + return urlencode(result, doseq=True) + else: + return data + + @staticmethod + def _encode_files(files, data): + """Build the body for a multipart/form-data request. + + Will successfully encode files when passed as a dict or a list of + tuples. Order is retained if data is a list of tuples but arbitrary + if parameters are supplied as a dict. + The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype) + or 4-tuples (filename, fileobj, contentype, custom_headers). + """ + if not files: + raise ValueError("Files must be provided.") + elif isinstance(data, basestring): + raise ValueError("Data must not be a string.") + + new_fields = [] + fields = to_key_val_list(data or {}) + files = to_key_val_list(files or {}) + + for field, val in fields: + if isinstance(val, basestring) or not hasattr(val, "__iter__"): + val = [val] + for v in val: + if v is not None: + # Don't call str() on bytestrings: in Py3 it all goes wrong. + if not isinstance(v, bytes): + v = str(v) + + new_fields.append( + ( + field.decode("utf-8") + if isinstance(field, bytes) + else field, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + + for (k, v) in files: + # support for explicit filename + ft = None + fh = None + if isinstance(v, (tuple, list)): + if len(v) == 2: + fn, fp = v + elif len(v) == 3: + fn, fp, ft = v + else: + fn, fp, ft, fh = v + else: + fn = guess_filename(v) or k + fp = v + + if isinstance(fp, (str, bytes, bytearray)): + fdata = fp + elif hasattr(fp, "read"): + fdata = fp.read() + elif fp is None: + continue + else: + fdata = fp + + rf = RequestField(name=k, data=fdata, filename=fn, headers=fh) + rf.make_multipart(content_type=ft) + new_fields.append(rf) + + body, content_type = encode_multipart_formdata(new_fields) + + return body, content_type + + +class RequestHooksMixin: + def register_hook(self, event, hook): + """Properly register a hook.""" + + if event not in self.hooks: + raise ValueError(f'Unsupported event specified, with event name "{event}"') + + if isinstance(hook, Callable): + self.hooks[event].append(hook) + elif hasattr(hook, "__iter__"): + self.hooks[event].extend(h for h in hook if isinstance(h, Callable)) + + def deregister_hook(self, event, hook): + """Deregister a previously registered hook. + Returns True if the hook existed, False if not. + """ + + try: + self.hooks[event].remove(hook) + return True + except ValueError: + return False + + +class Request(RequestHooksMixin): + """A user-created :class:`Request ` object. + + Used to prepare a :class:`PreparedRequest `, which is sent to the server. + + :param method: HTTP method to use. + :param url: URL to send. + :param headers: dictionary of headers to send. + :param files: dictionary of {filename: fileobject} files to multipart upload. + :param data: the body to attach to the request. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param json: json for the body to attach to the request (if files or data is not specified). + :param params: URL parameters to append to the URL. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param auth: Auth handler or (user, pass) tuple. + :param cookies: dictionary or CookieJar of cookies to attach to this request. + :param hooks: dictionary of callback hooks, for internal usage. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> req.prepare() + + """ + + def __init__( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + + # Default empty dicts for dict params. + data = [] if data is None else data + files = [] if files is None else files + headers = {} if headers is None else headers + params = {} if params is None else params + hooks = {} if hooks is None else hooks + + self.hooks = default_hooks() + for (k, v) in list(hooks.items()): + self.register_hook(event=k, hook=v) + + self.method = method + self.url = url + self.headers = headers + self.files = files + self.data = data + self.json = json + self.params = params + self.auth = auth + self.cookies = cookies + + def __repr__(self): + return f"" + + def prepare(self): + """Constructs a :class:`PreparedRequest ` for transmission and returns it.""" + p = PreparedRequest() + p.prepare( + method=self.method, + url=self.url, + headers=self.headers, + files=self.files, + data=self.data, + json=self.json, + params=self.params, + auth=self.auth, + cookies=self.cookies, + hooks=self.hooks, + ) + return p + + +class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): + """The fully mutable :class:`PreparedRequest ` object, + containing the exact bytes that will be sent to the server. + + Instances are generated from a :class:`Request ` object, and + should not be instantiated manually; doing so may produce undesirable + effects. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> r = req.prepare() + >>> r + + + >>> s = requests.Session() + >>> s.send(r) + + """ + + def __init__(self): + #: HTTP verb to send to the server. + self.method = None + #: HTTP URL to send the request to. + self.url = None + #: dictionary of HTTP headers. + self.headers = None + # The `CookieJar` used to create the Cookie header will be stored here + # after prepare_cookies is called + self._cookies = None + #: request body to send to the server. + self.body = None + #: dictionary of callback hooks, for internal usage. + self.hooks = default_hooks() + #: integer denoting starting position of a readable file-like body. + self._body_position = None + + def prepare( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + """Prepares the entire request with the given parameters.""" + + self.prepare_method(method) + self.prepare_url(url, params) + self.prepare_headers(headers) + self.prepare_cookies(cookies) + self.prepare_body(data, files, json) + self.prepare_auth(auth, url) + + # Note that prepare_auth must be last to enable authentication schemes + # such as OAuth to work on a fully prepared request. + + # This MUST go after prepare_auth. Authenticators could add a hook + self.prepare_hooks(hooks) + + def __repr__(self): + return f"" + + def copy(self): + p = PreparedRequest() + p.method = self.method + p.url = self.url + p.headers = self.headers.copy() if self.headers is not None else None + p._cookies = _copy_cookie_jar(self._cookies) + p.body = self.body + p.hooks = self.hooks + p._body_position = self._body_position + return p + + def prepare_method(self, method): + """Prepares the given HTTP method.""" + self.method = method + if self.method is not None: + self.method = to_native_string(self.method.upper()) + + @staticmethod + def _get_idna_encoded_host(host): + from pip._vendor import idna + + try: + host = idna.encode(host, uts46=True).decode("utf-8") + except idna.IDNAError: + raise UnicodeError + return host + + def prepare_url(self, url, params): + """Prepares the given HTTP URL.""" + #: Accept objects that have string representations. + #: We're unable to blindly call unicode/str functions + #: as this will include the bytestring indicator (b'') + #: on python 3.x. + #: https://github.com/psf/requests/pull/2238 + if isinstance(url, bytes): + url = url.decode("utf8") + else: + url = str(url) + + # Remove leading whitespaces from url + url = url.lstrip() + + # Don't do any URL preparation for non-HTTP schemes like `mailto`, + # `data` etc to work around exceptions from `url_parse`, which + # handles RFC 3986 only. + if ":" in url and not url.lower().startswith("http"): + self.url = url + return + + # Support for unicode domain names and paths. + try: + scheme, auth, host, port, path, query, fragment = parse_url(url) + except LocationParseError as e: + raise InvalidURL(*e.args) + + if not scheme: + raise MissingSchema( + f"Invalid URL {url!r}: No scheme supplied. " + f"Perhaps you meant https://{url}?" + ) + + if not host: + raise InvalidURL(f"Invalid URL {url!r}: No host supplied") + + # In general, we want to try IDNA encoding the hostname if the string contains + # non-ASCII characters. This allows users to automatically get the correct IDNA + # behaviour. For strings containing only ASCII characters, we need to also verify + # it doesn't start with a wildcard (*), before allowing the unencoded hostname. + if not unicode_is_ascii(host): + try: + host = self._get_idna_encoded_host(host) + except UnicodeError: + raise InvalidURL("URL has an invalid label.") + elif host.startswith(("*", ".")): + raise InvalidURL("URL has an invalid label.") + + # Carefully reconstruct the network location + netloc = auth or "" + if netloc: + netloc += "@" + netloc += host + if port: + netloc += f":{port}" + + # Bare domains aren't valid URLs. + if not path: + path = "/" + + if isinstance(params, (str, bytes)): + params = to_native_string(params) + + enc_params = self._encode_params(params) + if enc_params: + if query: + query = f"{query}&{enc_params}" + else: + query = enc_params + + url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment])) + self.url = url + + def prepare_headers(self, headers): + """Prepares the given HTTP headers.""" + + self.headers = CaseInsensitiveDict() + if headers: + for header in headers.items(): + # Raise exception on invalid header value. + check_header_validity(header) + name, value = header + self.headers[to_native_string(name)] = value + + def prepare_body(self, data, files, json=None): + """Prepares the given HTTP body data.""" + + # Check if file, fo, generator, iterator. + # If not, run through normal process. + + # Nottin' on you. + body = None + content_type = None + + if not data and json is not None: + # urllib3 requires a bytes-like body. Python 2's json.dumps + # provides this natively, but Python 3 gives a Unicode string. + content_type = "application/json" + + try: + body = complexjson.dumps(json, allow_nan=False) + except ValueError as ve: + raise InvalidJSONError(ve, request=self) + + if not isinstance(body, bytes): + body = body.encode("utf-8") + + is_stream = all( + [ + hasattr(data, "__iter__"), + not isinstance(data, (basestring, list, tuple, Mapping)), + ] + ) + + if is_stream: + try: + length = super_len(data) + except (TypeError, AttributeError, UnsupportedOperation): + length = None + + body = data + + if getattr(body, "tell", None) is not None: + # Record the current file position before reading. + # This will allow us to rewind a file in the event + # of a redirect. + try: + self._body_position = body.tell() + except OSError: + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body + self._body_position = object() + + if files: + raise NotImplementedError( + "Streamed bodies and files are mutually exclusive." + ) + + if length: + self.headers["Content-Length"] = builtin_str(length) + else: + self.headers["Transfer-Encoding"] = "chunked" + else: + # Multi-part file uploads. + if files: + (body, content_type) = self._encode_files(files, data) + else: + if data: + body = self._encode_params(data) + if isinstance(data, basestring) or hasattr(data, "read"): + content_type = None + else: + content_type = "application/x-www-form-urlencoded" + + self.prepare_content_length(body) + + # Add content-type if it wasn't explicitly provided. + if content_type and ("content-type" not in self.headers): + self.headers["Content-Type"] = content_type + + self.body = body + + def prepare_content_length(self, body): + """Prepare Content-Length header based on request method and body""" + if body is not None: + length = super_len(body) + if length: + # If length exists, set it. Otherwise, we fallback + # to Transfer-Encoding: chunked. + self.headers["Content-Length"] = builtin_str(length) + elif ( + self.method not in ("GET", "HEAD") + and self.headers.get("Content-Length") is None + ): + # Set Content-Length to 0 for methods that can have a body + # but don't provide one. (i.e. not GET or HEAD) + self.headers["Content-Length"] = "0" + + def prepare_auth(self, auth, url=""): + """Prepares the given HTTP auth data.""" + + # If no Auth is explicitly provided, extract it from the URL first. + if auth is None: + url_auth = get_auth_from_url(self.url) + auth = url_auth if any(url_auth) else None + + if auth: + if isinstance(auth, tuple) and len(auth) == 2: + # special-case basic HTTP auth + auth = HTTPBasicAuth(*auth) + + # Allow auth to make its changes. + r = auth(self) + + # Update self to reflect the auth changes. + self.__dict__.update(r.__dict__) + + # Recompute Content-Length + self.prepare_content_length(self.body) + + def prepare_cookies(self, cookies): + """Prepares the given HTTP cookie data. + + This function eventually generates a ``Cookie`` header from the + given cookies using cookielib. Due to cookielib's design, the header + will not be regenerated if it already exists, meaning this function + can only be called once for the life of the + :class:`PreparedRequest ` object. Any subsequent calls + to ``prepare_cookies`` will have no actual effect, unless the "Cookie" + header is removed beforehand. + """ + if isinstance(cookies, cookielib.CookieJar): + self._cookies = cookies + else: + self._cookies = cookiejar_from_dict(cookies) + + cookie_header = get_cookie_header(self._cookies, self) + if cookie_header is not None: + self.headers["Cookie"] = cookie_header + + def prepare_hooks(self, hooks): + """Prepares the given hooks.""" + # hooks can be passed as None to the prepare method and to this + # method. To prevent iterating over None, simply use an empty list + # if hooks is False-y + hooks = hooks or [] + for event in hooks: + self.register_hook(event, hooks[event]) + + +class Response: + """The :class:`Response ` object, which contains a + server's response to an HTTP request. + """ + + __attrs__ = [ + "_content", + "status_code", + "headers", + "url", + "history", + "encoding", + "reason", + "cookies", + "elapsed", + "request", + ] + + def __init__(self): + self._content = False + self._content_consumed = False + self._next = None + + #: Integer Code of responded HTTP Status, e.g. 404 or 200. + self.status_code = None + + #: Case-insensitive Dictionary of Response Headers. + #: For example, ``headers['content-encoding']`` will return the + #: value of a ``'Content-Encoding'`` response header. + self.headers = CaseInsensitiveDict() + + #: File-like object representation of response (for advanced usage). + #: Use of ``raw`` requires that ``stream=True`` be set on the request. + #: This requirement does not apply for use internally to Requests. + self.raw = None + + #: Final URL location of Response. + self.url = None + + #: Encoding to decode with when accessing r.text. + self.encoding = None + + #: A list of :class:`Response ` objects from + #: the history of the Request. Any redirect responses will end + #: up here. The list is sorted from the oldest to the most recent request. + self.history = [] + + #: Textual reason of responded HTTP Status, e.g. "Not Found" or "OK". + self.reason = None + + #: A CookieJar of Cookies the server sent back. + self.cookies = cookiejar_from_dict({}) + + #: The amount of time elapsed between sending the request + #: and the arrival of the response (as a timedelta). + #: This property specifically measures the time taken between sending + #: the first byte of the request and finishing parsing the headers. It + #: is therefore unaffected by consuming the response content or the + #: value of the ``stream`` keyword argument. + self.elapsed = datetime.timedelta(0) + + #: The :class:`PreparedRequest ` object to which this + #: is a response. + self.request = None + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def __getstate__(self): + # Consume everything; accessing the content attribute makes + # sure the content has been fully read. + if not self._content_consumed: + self.content + + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + for name, value in state.items(): + setattr(self, name, value) + + # pickled objects do not have .raw + setattr(self, "_content_consumed", True) + setattr(self, "raw", None) + + def __repr__(self): + return f"" + + def __bool__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __nonzero__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __iter__(self): + """Allows you to use a response as an iterator.""" + return self.iter_content(128) + + @property + def ok(self): + """Returns True if :attr:`status_code` is less than 400, False if not. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + try: + self.raise_for_status() + except HTTPError: + return False + return True + + @property + def is_redirect(self): + """True if this Response is a well-formed HTTP redirect that could have + been processed automatically (by :meth:`Session.resolve_redirects`). + """ + return "location" in self.headers and self.status_code in REDIRECT_STATI + + @property + def is_permanent_redirect(self): + """True if this Response one of the permanent versions of redirect.""" + return "location" in self.headers and self.status_code in ( + codes.moved_permanently, + codes.permanent_redirect, + ) + + @property + def next(self): + """Returns a PreparedRequest for the next request in a redirect chain, if there is one.""" + return self._next + + @property + def apparent_encoding(self): + """The apparent encoding, provided by the charset_normalizer or chardet libraries.""" + return chardet.detect(self.content)["encoding"] + + def iter_content(self, chunk_size=1, decode_unicode=False): + """Iterates over the response data. When stream=True is set on the + request, this avoids reading the content at once into memory for + large responses. The chunk size is the number of bytes it should + read into memory. This is not necessarily the length of each item + returned as decoding can take place. + + chunk_size must be of type int or None. A value of None will + function differently depending on the value of `stream`. + stream=True will read data as it arrives in whatever size the + chunks are received. If stream=False, data is returned as + a single chunk. + + If decode_unicode is True, content will be decoded using the best + available encoding based on the response. + """ + + def generate(): + # Special case for urllib3. + if hasattr(self.raw, "stream"): + try: + yield from self.raw.stream(chunk_size, decode_content=True) + except ProtocolError as e: + raise ChunkedEncodingError(e) + except DecodeError as e: + raise ContentDecodingError(e) + except ReadTimeoutError as e: + raise ConnectionError(e) + except SSLError as e: + raise RequestsSSLError(e) + else: + # Standard file-like object. + while True: + chunk = self.raw.read(chunk_size) + if not chunk: + break + yield chunk + + self._content_consumed = True + + if self._content_consumed and isinstance(self._content, bool): + raise StreamConsumedError() + elif chunk_size is not None and not isinstance(chunk_size, int): + raise TypeError( + f"chunk_size must be an int, it is instead a {type(chunk_size)}." + ) + # simulate reading small chunks of the content + reused_chunks = iter_slices(self._content, chunk_size) + + stream_chunks = generate() + + chunks = reused_chunks if self._content_consumed else stream_chunks + + if decode_unicode: + chunks = stream_decode_response_unicode(chunks, self) + + return chunks + + def iter_lines( + self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, delimiter=None + ): + """Iterates over the response data, one line at a time. When + stream=True is set on the request, this avoids reading the + content at once into memory for large responses. + + .. note:: This method is not reentrant safe. + """ + + pending = None + + for chunk in self.iter_content( + chunk_size=chunk_size, decode_unicode=decode_unicode + ): + + if pending is not None: + chunk = pending + chunk + + if delimiter: + lines = chunk.split(delimiter) + else: + lines = chunk.splitlines() + + if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]: + pending = lines.pop() + else: + pending = None + + yield from lines + + if pending is not None: + yield pending + + @property + def content(self): + """Content of the response, in bytes.""" + + if self._content is False: + # Read the contents. + if self._content_consumed: + raise RuntimeError("The content for this response was already consumed") + + if self.status_code == 0 or self.raw is None: + self._content = None + else: + self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" + + self._content_consumed = True + # don't need to release the connection; that's been handled by urllib3 + # since we exhausted the data. + return self._content + + @property + def text(self): + """Content of the response, in unicode. + + If Response.encoding is None, encoding will be guessed using + ``charset_normalizer`` or ``chardet``. + + The encoding of the response content is determined based solely on HTTP + headers, following RFC 2616 to the letter. If you can take advantage of + non-HTTP knowledge to make a better guess at the encoding, you should + set ``r.encoding`` appropriately before accessing this property. + """ + + # Try charset from content-type + content = None + encoding = self.encoding + + if not self.content: + return "" + + # Fallback to auto-detected encoding. + if self.encoding is None: + encoding = self.apparent_encoding + + # Decode unicode from given encoding. + try: + content = str(self.content, encoding, errors="replace") + except (LookupError, TypeError): + # A LookupError is raised if the encoding was not found which could + # indicate a misspelling or similar mistake. + # + # A TypeError can be raised if encoding is None + # + # So we try blindly encoding. + content = str(self.content, errors="replace") + + return content + + def json(self, **kwargs): + r"""Returns the json-encoded content of a response, if any. + + :param \*\*kwargs: Optional arguments that ``json.loads`` takes. + :raises requests.exceptions.JSONDecodeError: If the response body does not + contain valid json. + """ + + if not self.encoding and self.content and len(self.content) > 3: + # No encoding set. JSON RFC 4627 section 3 states we should expect + # UTF-8, -16 or -32. Detect which one to use; If the detection or + # decoding fails, fall back to `self.text` (using charset_normalizer to make + # a best guess). + encoding = guess_json_utf(self.content) + if encoding is not None: + try: + return complexjson.loads(self.content.decode(encoding), **kwargs) + except UnicodeDecodeError: + # Wrong UTF codec detected; usually because it's not UTF-8 + # but some other 8-bit codec. This is an RFC violation, + # and the server didn't bother to tell us what codec *was* + # used. + pass + except JSONDecodeError as e: + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + try: + return complexjson.loads(self.text, **kwargs) + except JSONDecodeError as e: + # Catch JSON-related errors and raise as requests.JSONDecodeError + # This aliases json.JSONDecodeError and simplejson.JSONDecodeError + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + @property + def links(self): + """Returns the parsed header links of the response, if any.""" + + header = self.headers.get("link") + + resolved_links = {} + + if header: + links = parse_header_links(header) + + for link in links: + key = link.get("rel") or link.get("url") + resolved_links[key] = link + + return resolved_links + + def raise_for_status(self): + """Raises :class:`HTTPError`, if one occurred.""" + + http_error_msg = "" + if isinstance(self.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. (See PR #3538) + try: + reason = self.reason.decode("utf-8") + except UnicodeDecodeError: + reason = self.reason.decode("iso-8859-1") + else: + reason = self.reason + + if 400 <= self.status_code < 500: + http_error_msg = ( + f"{self.status_code} Client Error: {reason} for url: {self.url}" + ) + + elif 500 <= self.status_code < 600: + http_error_msg = ( + f"{self.status_code} Server Error: {reason} for url: {self.url}" + ) + + if http_error_msg: + raise HTTPError(http_error_msg, response=self) + + def close(self): + """Releases the connection back to the pool. Once this method has been + called the underlying ``raw`` object must not be accessed again. + + *Note: Should not normally need to be called explicitly.* + """ + if not self._content_consumed: + self.raw.close() + + release_conn = getattr(self.raw, "release_conn", None) + if release_conn is not None: + release_conn() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/packages.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/packages.py new file mode 100644 index 0000000..9582fa7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/packages.py @@ -0,0 +1,16 @@ +import sys + +# This code exists for backwards compatibility reasons. +# I don't like it either. Just look the other way. :) + +for package in ('urllib3', 'idna', 'chardet'): + vendored_package = "pip._vendor." + package + locals()[package] = __import__(vendored_package) + # This traversal is apparently necessary such that the identities are + # preserved (requests.packages.urllib3.* is urllib3.*) + for mod in list(sys.modules): + if mod == vendored_package or mod.startswith(vendored_package + '.'): + unprefixed_mod = mod[len("pip._vendor."):] + sys.modules['pip._vendor.requests.packages.' + unprefixed_mod] = sys.modules[mod] + +# Kinda cool, though, right? diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py new file mode 100644 index 0000000..dbcf2a7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py @@ -0,0 +1,833 @@ +""" +requests.sessions +~~~~~~~~~~~~~~~~~ + +This module provides a Session object to manage and persist settings across +requests (cookies, auth, proxies). +""" +import os +import sys +import time +from collections import OrderedDict +from datetime import timedelta + +from ._internal_utils import to_native_string +from .adapters import HTTPAdapter +from .auth import _basic_auth_str +from .compat import Mapping, cookielib, urljoin, urlparse +from .cookies import ( + RequestsCookieJar, + cookiejar_from_dict, + extract_cookies_to_jar, + merge_cookies, +) +from .exceptions import ( + ChunkedEncodingError, + ContentDecodingError, + InvalidSchema, + TooManyRedirects, +) +from .hooks import default_hooks, dispatch_hook + +# formerly defined here, reexposed here for backward compatibility +from .models import ( # noqa: F401 + DEFAULT_REDIRECT_LIMIT, + REDIRECT_STATI, + PreparedRequest, + Request, +) +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( # noqa: F401 + DEFAULT_PORTS, + default_headers, + get_auth_from_url, + get_environ_proxies, + get_netrc_auth, + requote_uri, + resolve_proxies, + rewind_body, + should_bypass_proxies, + to_key_val_list, +) + +# Preferred clock, based on which one is more accurate on a given system. +if sys.platform == "win32": + preferred_clock = time.perf_counter +else: + preferred_clock = time.time + + +def merge_setting(request_setting, session_setting, dict_class=OrderedDict): + """Determines appropriate setting for a given request, taking into account + the explicit setting on that request, and the setting in the session. If a + setting is a dictionary, they will be merged together using `dict_class` + """ + + if session_setting is None: + return request_setting + + if request_setting is None: + return session_setting + + # Bypass if not a dictionary (e.g. verify) + if not ( + isinstance(session_setting, Mapping) and isinstance(request_setting, Mapping) + ): + return request_setting + + merged_setting = dict_class(to_key_val_list(session_setting)) + merged_setting.update(to_key_val_list(request_setting)) + + # Remove keys that are set to None. Extract keys first to avoid altering + # the dictionary during iteration. + none_keys = [k for (k, v) in merged_setting.items() if v is None] + for key in none_keys: + del merged_setting[key] + + return merged_setting + + +def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): + """Properly merges both requests and session hooks. + + This is necessary because when request_hooks == {'response': []}, the + merge breaks Session hooks entirely. + """ + if session_hooks is None or session_hooks.get("response") == []: + return request_hooks + + if request_hooks is None or request_hooks.get("response") == []: + return session_hooks + + return merge_setting(request_hooks, session_hooks, dict_class) + + +class SessionRedirectMixin: + def get_redirect_target(self, resp): + """Receives a Response. Returns a redirect URI or ``None``""" + # Due to the nature of how requests processes redirects this method will + # be called at least once upon the original response and at least twice + # on each subsequent redirect response (if any). + # If a custom mixin is used to handle this logic, it may be advantageous + # to cache the redirect location onto the response object as a private + # attribute. + if resp.is_redirect: + location = resp.headers["location"] + # Currently the underlying http module on py3 decode headers + # in latin1, but empirical evidence suggests that latin1 is very + # rarely used with non-ASCII characters in HTTP headers. + # It is more likely to get UTF8 header rather than latin1. + # This causes incorrect handling of UTF8 encoded location headers. + # To solve this, we re-encode the location in latin1. + location = location.encode("latin1") + return to_native_string(location, "utf8") + return None + + def should_strip_auth(self, old_url, new_url): + """Decide whether Authorization header should be removed when redirecting""" + old_parsed = urlparse(old_url) + new_parsed = urlparse(new_url) + if old_parsed.hostname != new_parsed.hostname: + return True + # Special case: allow http -> https redirect when using the standard + # ports. This isn't specified by RFC 7235, but is kept to avoid + # breaking backwards compatibility with older versions of requests + # that allowed any redirects on the same host. + if ( + old_parsed.scheme == "http" + and old_parsed.port in (80, None) + and new_parsed.scheme == "https" + and new_parsed.port in (443, None) + ): + return False + + # Handle default port usage corresponding to scheme. + changed_port = old_parsed.port != new_parsed.port + changed_scheme = old_parsed.scheme != new_parsed.scheme + default_port = (DEFAULT_PORTS.get(old_parsed.scheme, None), None) + if ( + not changed_scheme + and old_parsed.port in default_port + and new_parsed.port in default_port + ): + return False + + # Standard case: root URI must match + return changed_port or changed_scheme + + def resolve_redirects( + self, + resp, + req, + stream=False, + timeout=None, + verify=True, + cert=None, + proxies=None, + yield_requests=False, + **adapter_kwargs, + ): + """Receives a Response. Returns a generator of Responses or Requests.""" + + hist = [] # keep track of history + + url = self.get_redirect_target(resp) + previous_fragment = urlparse(req.url).fragment + while url: + prepared_request = req.copy() + + # Update history and keep track of redirects. + # resp.history must ignore the original request in this loop + hist.append(resp) + resp.history = hist[1:] + + try: + resp.content # Consume socket so it can be released + except (ChunkedEncodingError, ContentDecodingError, RuntimeError): + resp.raw.read(decode_content=False) + + if len(resp.history) >= self.max_redirects: + raise TooManyRedirects( + f"Exceeded {self.max_redirects} redirects.", response=resp + ) + + # Release the connection back into the pool. + resp.close() + + # Handle redirection without scheme (see: RFC 1808 Section 4) + if url.startswith("//"): + parsed_rurl = urlparse(resp.url) + url = ":".join([to_native_string(parsed_rurl.scheme), url]) + + # Normalize url case and attach previous fragment if needed (RFC 7231 7.1.2) + parsed = urlparse(url) + if parsed.fragment == "" and previous_fragment: + parsed = parsed._replace(fragment=previous_fragment) + elif parsed.fragment: + previous_fragment = parsed.fragment + url = parsed.geturl() + + # Facilitate relative 'location' headers, as allowed by RFC 7231. + # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource') + # Compliant with RFC3986, we percent encode the url. + if not parsed.netloc: + url = urljoin(resp.url, requote_uri(url)) + else: + url = requote_uri(url) + + prepared_request.url = to_native_string(url) + + self.rebuild_method(prepared_request, resp) + + # https://github.com/psf/requests/issues/1084 + if resp.status_code not in ( + codes.temporary_redirect, + codes.permanent_redirect, + ): + # https://github.com/psf/requests/issues/3490 + purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding") + for header in purged_headers: + prepared_request.headers.pop(header, None) + prepared_request.body = None + + headers = prepared_request.headers + headers.pop("Cookie", None) + + # Extract any cookies sent on the response to the cookiejar + # in the new request. Because we've mutated our copied prepared + # request, use the old one that we haven't yet touched. + extract_cookies_to_jar(prepared_request._cookies, req, resp.raw) + merge_cookies(prepared_request._cookies, self.cookies) + prepared_request.prepare_cookies(prepared_request._cookies) + + # Rebuild auth and proxy information. + proxies = self.rebuild_proxies(prepared_request, proxies) + self.rebuild_auth(prepared_request, resp) + + # A failed tell() sets `_body_position` to `object()`. This non-None + # value ensures `rewindable` will be True, allowing us to raise an + # UnrewindableBodyError, instead of hanging the connection. + rewindable = prepared_request._body_position is not None and ( + "Content-Length" in headers or "Transfer-Encoding" in headers + ) + + # Attempt to rewind consumed file-like object. + if rewindable: + rewind_body(prepared_request) + + # Override the original request. + req = prepared_request + + if yield_requests: + yield req + else: + + resp = self.send( + req, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + allow_redirects=False, + **adapter_kwargs, + ) + + extract_cookies_to_jar(self.cookies, prepared_request, resp.raw) + + # extract redirect url, if any, for the next loop + url = self.get_redirect_target(resp) + yield resp + + def rebuild_auth(self, prepared_request, response): + """When being redirected we may want to strip authentication from the + request to avoid leaking credentials. This method intelligently removes + and reapplies authentication where possible to avoid credential loss. + """ + headers = prepared_request.headers + url = prepared_request.url + + if "Authorization" in headers and self.should_strip_auth( + response.request.url, url + ): + # If we get redirected to a new host, we should strip out any + # authentication headers. + del headers["Authorization"] + + # .netrc might have more auth for us on our new host. + new_auth = get_netrc_auth(url) if self.trust_env else None + if new_auth is not None: + prepared_request.prepare_auth(new_auth) + + def rebuild_proxies(self, prepared_request, proxies): + """This method re-evaluates the proxy configuration by considering the + environment variables. If we are redirected to a URL covered by + NO_PROXY, we strip the proxy configuration. Otherwise, we set missing + proxy keys for this URL (in case they were stripped by a previous + redirect). + + This method also replaces the Proxy-Authorization header where + necessary. + + :rtype: dict + """ + headers = prepared_request.headers + scheme = urlparse(prepared_request.url).scheme + new_proxies = resolve_proxies(prepared_request, proxies, self.trust_env) + + if "Proxy-Authorization" in headers: + del headers["Proxy-Authorization"] + + try: + username, password = get_auth_from_url(new_proxies[scheme]) + except KeyError: + username, password = None, None + + # urllib3 handles proxy authorization for us in the standard adapter. + # Avoid appending this to TLS tunneled requests where it may be leaked. + if not scheme.startswith('https') and username and password: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return new_proxies + + def rebuild_method(self, prepared_request, response): + """When being redirected we may want to change the method of the request + based on certain specs or browser behavior. + """ + method = prepared_request.method + + # https://tools.ietf.org/html/rfc7231#section-6.4.4 + if response.status_code == codes.see_other and method != "HEAD": + method = "GET" + + # Do what the browsers do, despite standards... + # First, turn 302s into GETs. + if response.status_code == codes.found and method != "HEAD": + method = "GET" + + # Second, if a POST is responded to with a 301, turn it into a GET. + # This bizarre behaviour is explained in Issue 1704. + if response.status_code == codes.moved and method == "POST": + method = "GET" + + prepared_request.method = method + + +class Session(SessionRedirectMixin): + """A Requests session. + + Provides cookie persistence, connection-pooling, and configuration. + + Basic Usage:: + + >>> import requests + >>> s = requests.Session() + >>> s.get('https://httpbin.org/get') + + + Or as a context manager:: + + >>> with requests.Session() as s: + ... s.get('https://httpbin.org/get') + + """ + + __attrs__ = [ + "headers", + "cookies", + "auth", + "proxies", + "hooks", + "params", + "verify", + "cert", + "adapters", + "stream", + "trust_env", + "max_redirects", + ] + + def __init__(self): + + #: A case-insensitive dictionary of headers to be sent on each + #: :class:`Request ` sent from this + #: :class:`Session `. + self.headers = default_headers() + + #: Default Authentication tuple or object to attach to + #: :class:`Request `. + self.auth = None + + #: Dictionary mapping protocol or protocol and host to the URL of the proxy + #: (e.g. {'http': 'foo.bar:3128', 'http://host.name': 'foo.bar:4012'}) to + #: be used on each :class:`Request `. + self.proxies = {} + + #: Event-handling hooks. + self.hooks = default_hooks() + + #: Dictionary of querystring data to attach to each + #: :class:`Request `. The dictionary values may be lists for + #: representing multivalued query parameters. + self.params = {} + + #: Stream response content default. + self.stream = False + + #: SSL Verification default. + #: Defaults to `True`, requiring requests to verify the TLS certificate at the + #: remote end. + #: If verify is set to `False`, requests will accept any TLS certificate + #: presented by the server, and will ignore hostname mismatches and/or + #: expired certificates, which will make your application vulnerable to + #: man-in-the-middle (MitM) attacks. + #: Only set this to `False` for testing. + self.verify = True + + #: SSL client certificate default, if String, path to ssl client + #: cert file (.pem). If Tuple, ('cert', 'key') pair. + self.cert = None + + #: Maximum number of redirects allowed. If the request exceeds this + #: limit, a :class:`TooManyRedirects` exception is raised. + #: This defaults to requests.models.DEFAULT_REDIRECT_LIMIT, which is + #: 30. + self.max_redirects = DEFAULT_REDIRECT_LIMIT + + #: Trust environment settings for proxy configuration, default + #: authentication and similar. + self.trust_env = True + + #: A CookieJar containing all currently outstanding cookies set on this + #: session. By default it is a + #: :class:`RequestsCookieJar `, but + #: may be any other ``cookielib.CookieJar`` compatible object. + self.cookies = cookiejar_from_dict({}) + + # Default connection adapters. + self.adapters = OrderedDict() + self.mount("https://", HTTPAdapter()) + self.mount("http://", HTTPAdapter()) + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def prepare_request(self, request): + """Constructs a :class:`PreparedRequest ` for + transmission and returns it. The :class:`PreparedRequest` has settings + merged from the :class:`Request ` instance and those of the + :class:`Session`. + + :param request: :class:`Request` instance to prepare with this + session's settings. + :rtype: requests.PreparedRequest + """ + cookies = request.cookies or {} + + # Bootstrap CookieJar. + if not isinstance(cookies, cookielib.CookieJar): + cookies = cookiejar_from_dict(cookies) + + # Merge with session cookies + merged_cookies = merge_cookies( + merge_cookies(RequestsCookieJar(), self.cookies), cookies + ) + + # Set environment's basic authentication if not explicitly set. + auth = request.auth + if self.trust_env and not auth and not self.auth: + auth = get_netrc_auth(request.url) + + p = PreparedRequest() + p.prepare( + method=request.method.upper(), + url=request.url, + files=request.files, + data=request.data, + json=request.json, + headers=merge_setting( + request.headers, self.headers, dict_class=CaseInsensitiveDict + ), + params=merge_setting(request.params, self.params), + auth=merge_setting(auth, self.auth), + cookies=merged_cookies, + hooks=merge_hooks(request.hooks, self.hooks), + ) + return p + + def request( + self, + method, + url, + params=None, + data=None, + headers=None, + cookies=None, + files=None, + auth=None, + timeout=None, + allow_redirects=True, + proxies=None, + hooks=None, + stream=None, + verify=None, + cert=None, + json=None, + ): + """Constructs a :class:`Request `, prepares it and sends it. + Returns :class:`Response ` object. + + :param method: method for the new :class:`Request` object. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary or bytes to be sent in the query + string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the + :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the + :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the + :class:`Request`. + :param files: (optional) Dictionary of ``'filename': file-like-objects`` + for multipart encoding upload. + :param auth: (optional) Auth tuple or callable to enable + Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Set to True by default. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol or protocol and + hostname to the URL of the proxy. + :param stream: (optional) whether to immediately download the response + content. Defaults to ``False``. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. When set to + ``False``, requests will accept any TLS certificate presented by + the server, and will ignore hostname mismatches and/or expired + certificates, which will make your application vulnerable to + man-in-the-middle (MitM) attacks. Setting verify to ``False`` + may be useful during local development or testing. + :param cert: (optional) if String, path to ssl client cert file (.pem). + If Tuple, ('cert', 'key') pair. + :rtype: requests.Response + """ + # Create the Request. + req = Request( + method=method.upper(), + url=url, + headers=headers, + files=files, + data=data or {}, + json=json, + params=params or {}, + auth=auth, + cookies=cookies, + hooks=hooks, + ) + prep = self.prepare_request(req) + + proxies = proxies or {} + + settings = self.merge_environment_settings( + prep.url, proxies, stream, verify, cert + ) + + # Send the request. + send_kwargs = { + "timeout": timeout, + "allow_redirects": allow_redirects, + } + send_kwargs.update(settings) + resp = self.send(prep, **send_kwargs) + + return resp + + def get(self, url, **kwargs): + r"""Sends a GET request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("GET", url, **kwargs) + + def options(self, url, **kwargs): + r"""Sends a OPTIONS request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("OPTIONS", url, **kwargs) + + def head(self, url, **kwargs): + r"""Sends a HEAD request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return self.request("HEAD", url, **kwargs) + + def post(self, url, data=None, json=None, **kwargs): + r"""Sends a POST request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("POST", url, data=data, json=json, **kwargs) + + def put(self, url, data=None, **kwargs): + r"""Sends a PUT request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PUT", url, data=data, **kwargs) + + def patch(self, url, data=None, **kwargs): + r"""Sends a PATCH request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PATCH", url, data=data, **kwargs) + + def delete(self, url, **kwargs): + r"""Sends a DELETE request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("DELETE", url, **kwargs) + + def send(self, request, **kwargs): + """Send a given PreparedRequest. + + :rtype: requests.Response + """ + # Set defaults that the hooks can utilize to ensure they always have + # the correct parameters to reproduce the previous request. + kwargs.setdefault("stream", self.stream) + kwargs.setdefault("verify", self.verify) + kwargs.setdefault("cert", self.cert) + if "proxies" not in kwargs: + kwargs["proxies"] = resolve_proxies(request, self.proxies, self.trust_env) + + # It's possible that users might accidentally send a Request object. + # Guard against that specific failure case. + if isinstance(request, Request): + raise ValueError("You can only send PreparedRequests.") + + # Set up variables needed for resolve_redirects and dispatching of hooks + allow_redirects = kwargs.pop("allow_redirects", True) + stream = kwargs.get("stream") + hooks = request.hooks + + # Get the appropriate adapter to use + adapter = self.get_adapter(url=request.url) + + # Start time (approximately) of the request + start = preferred_clock() + + # Send the request + r = adapter.send(request, **kwargs) + + # Total elapsed time of the request (approximately) + elapsed = preferred_clock() - start + r.elapsed = timedelta(seconds=elapsed) + + # Response manipulation hooks + r = dispatch_hook("response", hooks, r, **kwargs) + + # Persist cookies + if r.history: + + # If the hooks create history then we want those cookies too + for resp in r.history: + extract_cookies_to_jar(self.cookies, resp.request, resp.raw) + + extract_cookies_to_jar(self.cookies, request, r.raw) + + # Resolve redirects if allowed. + if allow_redirects: + # Redirect resolving generator. + gen = self.resolve_redirects(r, request, **kwargs) + history = [resp for resp in gen] + else: + history = [] + + # Shuffle things around if there's history. + if history: + # Insert the first (original) request at the start + history.insert(0, r) + # Get the last request made + r = history.pop() + r.history = history + + # If redirects aren't being followed, store the response on the Request for Response.next(). + if not allow_redirects: + try: + r._next = next( + self.resolve_redirects(r, request, yield_requests=True, **kwargs) + ) + except StopIteration: + pass + + if not stream: + r.content + + return r + + def merge_environment_settings(self, url, proxies, stream, verify, cert): + """ + Check the environment and merge it with some settings. + + :rtype: dict + """ + # Gather clues from the surrounding environment. + if self.trust_env: + # Set environment's proxies. + no_proxy = proxies.get("no_proxy") if proxies is not None else None + env_proxies = get_environ_proxies(url, no_proxy=no_proxy) + for (k, v) in env_proxies.items(): + proxies.setdefault(k, v) + + # Look for requests environment configuration + # and be compatible with cURL. + if verify is True or verify is None: + verify = ( + os.environ.get("REQUESTS_CA_BUNDLE") + or os.environ.get("CURL_CA_BUNDLE") + or verify + ) + + # Merge all the kwargs. + proxies = merge_setting(proxies, self.proxies) + stream = merge_setting(stream, self.stream) + verify = merge_setting(verify, self.verify) + cert = merge_setting(cert, self.cert) + + return {"proxies": proxies, "stream": stream, "verify": verify, "cert": cert} + + def get_adapter(self, url): + """ + Returns the appropriate connection adapter for the given URL. + + :rtype: requests.adapters.BaseAdapter + """ + for (prefix, adapter) in self.adapters.items(): + + if url.lower().startswith(prefix.lower()): + return adapter + + # Nothing matches :-/ + raise InvalidSchema(f"No connection adapters were found for {url!r}") + + def close(self): + """Closes all adapters and as such the session""" + for v in self.adapters.values(): + v.close() + + def mount(self, prefix, adapter): + """Registers a connection adapter to a prefix. + + Adapters are sorted in descending order by prefix length. + """ + self.adapters[prefix] = adapter + keys_to_move = [k for k in self.adapters if len(k) < len(prefix)] + + for key in keys_to_move: + self.adapters[key] = self.adapters.pop(key) + + def __getstate__(self): + state = {attr: getattr(self, attr, None) for attr in self.__attrs__} + return state + + def __setstate__(self, state): + for attr, value in state.items(): + setattr(self, attr, value) + + +def session(): + """ + Returns a :class:`Session` for context-management. + + .. deprecated:: 1.0.0 + + This method has been deprecated since version 1.0.0 and is only kept for + backwards compatibility. New code should use :class:`~requests.sessions.Session` + to create a session. This may be removed at a future date. + + :rtype: Session + """ + return Session() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py new file mode 100644 index 0000000..4bd072b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py @@ -0,0 +1,128 @@ +r""" +The ``codes`` object defines a mapping from common names for HTTP statuses +to their numerical codes, accessible either as attributes or as dictionary +items. + +Example:: + + >>> import requests + >>> requests.codes['temporary_redirect'] + 307 + >>> requests.codes.teapot + 418 + >>> requests.codes['\o/'] + 200 + +Some codes have multiple names, and both upper- and lower-case versions of +the names are allowed. For example, ``codes.ok``, ``codes.OK``, and +``codes.okay`` all correspond to the HTTP status code 200. +""" + +from .structures import LookupDict + +_codes = { + # Informational. + 100: ("continue",), + 101: ("switching_protocols",), + 102: ("processing",), + 103: ("checkpoint",), + 122: ("uri_too_long", "request_uri_too_long"), + 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"), + 201: ("created",), + 202: ("accepted",), + 203: ("non_authoritative_info", "non_authoritative_information"), + 204: ("no_content",), + 205: ("reset_content", "reset"), + 206: ("partial_content", "partial"), + 207: ("multi_status", "multiple_status", "multi_stati", "multiple_stati"), + 208: ("already_reported",), + 226: ("im_used",), + # Redirection. + 300: ("multiple_choices",), + 301: ("moved_permanently", "moved", "\\o-"), + 302: ("found",), + 303: ("see_other", "other"), + 304: ("not_modified",), + 305: ("use_proxy",), + 306: ("switch_proxy",), + 307: ("temporary_redirect", "temporary_moved", "temporary"), + 308: ( + "permanent_redirect", + "resume_incomplete", + "resume", + ), # "resume" and "resume_incomplete" to be removed in 3.0 + # Client Error. + 400: ("bad_request", "bad"), + 401: ("unauthorized",), + 402: ("payment_required", "payment"), + 403: ("forbidden",), + 404: ("not_found", "-o-"), + 405: ("method_not_allowed", "not_allowed"), + 406: ("not_acceptable",), + 407: ("proxy_authentication_required", "proxy_auth", "proxy_authentication"), + 408: ("request_timeout", "timeout"), + 409: ("conflict",), + 410: ("gone",), + 411: ("length_required",), + 412: ("precondition_failed", "precondition"), + 413: ("request_entity_too_large",), + 414: ("request_uri_too_large",), + 415: ("unsupported_media_type", "unsupported_media", "media_type"), + 416: ( + "requested_range_not_satisfiable", + "requested_range", + "range_not_satisfiable", + ), + 417: ("expectation_failed",), + 418: ("im_a_teapot", "teapot", "i_am_a_teapot"), + 421: ("misdirected_request",), + 422: ("unprocessable_entity", "unprocessable"), + 423: ("locked",), + 424: ("failed_dependency", "dependency"), + 425: ("unordered_collection", "unordered"), + 426: ("upgrade_required", "upgrade"), + 428: ("precondition_required", "precondition"), + 429: ("too_many_requests", "too_many"), + 431: ("header_fields_too_large", "fields_too_large"), + 444: ("no_response", "none"), + 449: ("retry_with", "retry"), + 450: ("blocked_by_windows_parental_controls", "parental_controls"), + 451: ("unavailable_for_legal_reasons", "legal_reasons"), + 499: ("client_closed_request",), + # Server Error. + 500: ("internal_server_error", "server_error", "/o\\", "✗"), + 501: ("not_implemented",), + 502: ("bad_gateway",), + 503: ("service_unavailable", "unavailable"), + 504: ("gateway_timeout",), + 505: ("http_version_not_supported", "http_version"), + 506: ("variant_also_negotiates",), + 507: ("insufficient_storage",), + 509: ("bandwidth_limit_exceeded", "bandwidth"), + 510: ("not_extended",), + 511: ("network_authentication_required", "network_auth", "network_authentication"), +} + +codes = LookupDict(name="status_codes") + + +def _init(): + for code, titles in _codes.items(): + for title in titles: + setattr(codes, title, code) + if not title.startswith(("\\", "/")): + setattr(codes, title.upper(), code) + + def doc(code): + names = ", ".join(f"``{n}``" for n in _codes[code]) + return "* %d: %s" % (code, names) + + global __doc__ + __doc__ = ( + __doc__ + "\n" + "\n".join(doc(code) for code in sorted(_codes)) + if __doc__ is not None + else None + ) + + +_init() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/structures.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/structures.py new file mode 100644 index 0000000..188e13e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/structures.py @@ -0,0 +1,99 @@ +""" +requests.structures +~~~~~~~~~~~~~~~~~~~ + +Data structures that power Requests. +""" + +from collections import OrderedDict + +from .compat import Mapping, MutableMapping + + +class CaseInsensitiveDict(MutableMapping): + """A case-insensitive ``dict``-like object. + + Implements all methods and operations of + ``MutableMapping`` as well as dict's ``copy``. Also + provides ``lower_items``. + + All keys are expected to be strings. The structure remembers the + case of the last key to be set, and ``iter(instance)``, + ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()`` + will contain case-sensitive keys. However, querying and contains + testing is case insensitive:: + + cid = CaseInsensitiveDict() + cid['Accept'] = 'application/json' + cid['aCCEPT'] == 'application/json' # True + list(cid) == ['Accept'] # True + + For example, ``headers['content-encoding']`` will return the + value of a ``'Content-Encoding'`` response header, regardless + of how the header name was originally stored. + + If the constructor, ``.update``, or equality comparison + operations are given keys that have equal ``.lower()``s, the + behavior is undefined. + """ + + def __init__(self, data=None, **kwargs): + self._store = OrderedDict() + if data is None: + data = {} + self.update(data, **kwargs) + + def __setitem__(self, key, value): + # Use the lowercased key for lookups, but store the actual + # key alongside the value. + self._store[key.lower()] = (key, value) + + def __getitem__(self, key): + return self._store[key.lower()][1] + + def __delitem__(self, key): + del self._store[key.lower()] + + def __iter__(self): + return (casedkey for casedkey, mappedvalue in self._store.values()) + + def __len__(self): + return len(self._store) + + def lower_items(self): + """Like iteritems(), but with all lowercase keys.""" + return ((lowerkey, keyval[1]) for (lowerkey, keyval) in self._store.items()) + + def __eq__(self, other): + if isinstance(other, Mapping): + other = CaseInsensitiveDict(other) + else: + return NotImplemented + # Compare insensitively + return dict(self.lower_items()) == dict(other.lower_items()) + + # Copy is required + def copy(self): + return CaseInsensitiveDict(self._store.values()) + + def __repr__(self): + return str(dict(self.items())) + + +class LookupDict(dict): + """Dictionary lookup object.""" + + def __init__(self, name=None): + self.name = name + super().__init__() + + def __repr__(self): + return f"" + + def __getitem__(self, key): + # We allow fall-through here, so values default to None + + return self.__dict__.get(key, None) + + def get(self, key, default=None): + return self.__dict__.get(key, default) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/utils.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/utils.py new file mode 100644 index 0000000..36607ed --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/requests/utils.py @@ -0,0 +1,1094 @@ +""" +requests.utils +~~~~~~~~~~~~~~ + +This module provides utility functions that are used within Requests +that are also useful for external consumption. +""" + +import codecs +import contextlib +import io +import os +import re +import socket +import struct +import sys +import tempfile +import warnings +import zipfile +from collections import OrderedDict + +from pip._vendor.urllib3.util import make_headers, parse_url + +from . import certs +from .__version__ import __version__ + +# to_native_string is unused here, but imported here for backwards compatibility +from ._internal_utils import ( # noqa: F401 + _HEADER_VALIDATORS_BYTE, + _HEADER_VALIDATORS_STR, + HEADER_VALIDATORS, + to_native_string, +) +from .compat import ( + Mapping, + basestring, + bytes, + getproxies, + getproxies_environment, + integer_types, +) +from .compat import parse_http_list as _parse_list_header +from .compat import ( + proxy_bypass, + proxy_bypass_environment, + quote, + str, + unquote, + urlparse, + urlunparse, +) +from .cookies import cookiejar_from_dict +from .exceptions import ( + FileModeWarning, + InvalidHeader, + InvalidURL, + UnrewindableBodyError, +) +from .structures import CaseInsensitiveDict + +NETRC_FILES = (".netrc", "_netrc") + +DEFAULT_CA_BUNDLE_PATH = certs.where() + +DEFAULT_PORTS = {"http": 80, "https": 443} + +# Ensure that ', ' is used to preserve previous delimiter behavior. +DEFAULT_ACCEPT_ENCODING = ", ".join( + re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) +) + + +if sys.platform == "win32": + # provide a proxy_bypass version on Windows without DNS lookups + + def proxy_bypass_registry(host): + try: + import winreg + except ImportError: + return False + + try: + internetSettings = winreg.OpenKey( + winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", + ) + # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it + proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) + # ProxyOverride is almost always a string + proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] + except (OSError, ValueError): + return False + if not proxyEnable or not proxyOverride: + return False + + # make a check value list from the registry entry: replace the + # '' string by the localhost entry and the corresponding + # canonical entry. + proxyOverride = proxyOverride.split(";") + # now check if we match one of the registry values. + for test in proxyOverride: + if test == "": + if "." not in host: + return True + test = test.replace(".", r"\.") # mask dots + test = test.replace("*", r".*") # change glob sequence + test = test.replace("?", r".") # change glob char + if re.match(test, host, re.I): + return True + return False + + def proxy_bypass(host): # noqa + """Return True, if the host should be bypassed. + + Checks proxy settings gathered from the environment, if specified, + or the registry. + """ + if getproxies_environment(): + return proxy_bypass_environment(host) + else: + return proxy_bypass_registry(host) + + +def dict_to_sequence(d): + """Returns an internal sequence dictionary update.""" + + if hasattr(d, "items"): + d = d.items() + + return d + + +def super_len(o): + total_length = None + current_position = 0 + + if hasattr(o, "__len__"): + total_length = len(o) + + elif hasattr(o, "len"): + total_length = o.len + + elif hasattr(o, "fileno"): + try: + fileno = o.fileno() + except (io.UnsupportedOperation, AttributeError): + # AttributeError is a surprising exception, seeing as how we've just checked + # that `hasattr(o, 'fileno')`. It happens for objects obtained via + # `Tarfile.extractfile()`, per issue 5229. + pass + else: + total_length = os.fstat(fileno).st_size + + # Having used fstat to determine the file length, we need to + # confirm that this file was opened up in binary mode. + if "b" not in o.mode: + warnings.warn( + ( + "Requests has determined the content-length for this " + "request using the binary size of the file: however, the " + "file has been opened in text mode (i.e. without the 'b' " + "flag in the mode). This may lead to an incorrect " + "content-length. In Requests 3.0, support will be removed " + "for files in text mode." + ), + FileModeWarning, + ) + + if hasattr(o, "tell"): + try: + current_position = o.tell() + except OSError: + # This can happen in some weird situations, such as when the file + # is actually a special file descriptor like stdin. In this + # instance, we don't know what the length is, so set it to zero and + # let requests chunk it instead. + if total_length is not None: + current_position = total_length + else: + if hasattr(o, "seek") and total_length is None: + # StringIO and BytesIO have seek but no usable fileno + try: + # seek to end of file + o.seek(0, 2) + total_length = o.tell() + + # seek back to current position to support + # partially read file-like objects + o.seek(current_position or 0) + except OSError: + total_length = 0 + + if total_length is None: + total_length = 0 + + return max(0, total_length - current_position) + + +def get_netrc_auth(url, raise_errors=False): + """Returns the Requests tuple auth for a given url from netrc.""" + + netrc_file = os.environ.get("NETRC") + if netrc_file is not None: + netrc_locations = (netrc_file,) + else: + netrc_locations = (f"~/{f}" for f in NETRC_FILES) + + try: + from netrc import NetrcParseError, netrc + + netrc_path = None + + for f in netrc_locations: + try: + loc = os.path.expanduser(f) + except KeyError: + # os.path.expanduser can fail when $HOME is undefined and + # getpwuid fails. See https://bugs.python.org/issue20164 & + # https://github.com/psf/requests/issues/1846 + return + + if os.path.exists(loc): + netrc_path = loc + break + + # Abort early if there isn't one. + if netrc_path is None: + return + + ri = urlparse(url) + + # Strip port numbers from netloc. This weird `if...encode`` dance is + # used for Python 3.2, which doesn't support unicode literals. + splitstr = b":" + if isinstance(url, str): + splitstr = splitstr.decode("ascii") + host = ri.netloc.split(splitstr)[0] + + try: + _netrc = netrc(netrc_path).authenticators(host) + if _netrc: + # Return with login / password + login_i = 0 if _netrc[0] else 1 + return (_netrc[login_i], _netrc[2]) + except (NetrcParseError, OSError): + # If there was a parsing error or a permissions issue reading the file, + # we'll just skip netrc auth unless explicitly asked to raise errors. + if raise_errors: + raise + + # App Engine hackiness. + except (ImportError, AttributeError): + pass + + +def guess_filename(obj): + """Tries to guess the filename of the given object.""" + name = getattr(obj, "name", None) + if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": + return os.path.basename(name) + + +def extract_zipped_paths(path): + """Replace nonexistent paths that look like they refer to a member of a zip + archive with the location of an extracted copy of the target, or else + just return the provided path unchanged. + """ + if os.path.exists(path): + # this is already a valid path, no need to do anything further + return path + + # find the first valid part of the provided path and treat that as a zip archive + # assume the rest of the path is the name of a member in the archive + archive, member = os.path.split(path) + while archive and not os.path.exists(archive): + archive, prefix = os.path.split(archive) + if not prefix: + # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), + # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users + break + member = "/".join([prefix, member]) + + if not zipfile.is_zipfile(archive): + return path + + zip_file = zipfile.ZipFile(archive) + if member not in zip_file.namelist(): + return path + + # we have a valid zip archive and a valid member of that archive + tmp = tempfile.gettempdir() + extracted_path = os.path.join(tmp, member.split("/")[-1]) + if not os.path.exists(extracted_path): + # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition + with atomic_open(extracted_path) as file_handler: + file_handler.write(zip_file.read(member)) + return extracted_path + + +@contextlib.contextmanager +def atomic_open(filename): + """Write a file to the disk in an atomic fashion""" + tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) + try: + with os.fdopen(tmp_descriptor, "wb") as tmp_handler: + yield tmp_handler + os.replace(tmp_name, filename) + except BaseException: + os.remove(tmp_name) + raise + + +def from_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. Unless it can not be represented as such, return an + OrderedDict, e.g., + + :: + + >>> from_key_val_list([('key', 'val')]) + OrderedDict([('key', 'val')]) + >>> from_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + >>> from_key_val_list({'key': 'val'}) + OrderedDict([('key', 'val')]) + + :rtype: OrderedDict + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + return OrderedDict(value) + + +def to_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. If it can be, return a list of tuples, e.g., + + :: + + >>> to_key_val_list([('key', 'val')]) + [('key', 'val')] + >>> to_key_val_list({'key': 'val'}) + [('key', 'val')] + >>> to_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + + :rtype: list + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + if isinstance(value, Mapping): + value = value.items() + + return list(value) + + +# From mitsuhiko/werkzeug (used with permission). +def parse_list_header(value): + """Parse lists as described by RFC 2068 Section 2. + + In particular, parse comma-separated lists where the elements of + the list may include quoted-strings. A quoted-string could + contain a comma. A non-quoted string could have quotes in the + middle. Quotes are removed automatically after parsing. + + It basically works like :func:`parse_set_header` just that items + may appear multiple times and case sensitivity is preserved. + + The return value is a standard :class:`list`: + + >>> parse_list_header('token, "quoted value"') + ['token', 'quoted value'] + + To create a header from the :class:`list` again, use the + :func:`dump_header` function. + + :param value: a string with a list header. + :return: :class:`list` + :rtype: list + """ + result = [] + for item in _parse_list_header(value): + if item[:1] == item[-1:] == '"': + item = unquote_header_value(item[1:-1]) + result.append(item) + return result + + +# From mitsuhiko/werkzeug (used with permission). +def parse_dict_header(value): + """Parse lists of key, value pairs as described by RFC 2068 Section 2 and + convert them into a python dict: + + >>> d = parse_dict_header('foo="is a fish", bar="as well"') + >>> type(d) is dict + True + >>> sorted(d.items()) + [('bar', 'as well'), ('foo', 'is a fish')] + + If there is no value for a key it will be `None`: + + >>> parse_dict_header('key_without_value') + {'key_without_value': None} + + To create a header from the :class:`dict` again, use the + :func:`dump_header` function. + + :param value: a string with a dict header. + :return: :class:`dict` + :rtype: dict + """ + result = {} + for item in _parse_list_header(value): + if "=" not in item: + result[item] = None + continue + name, value = item.split("=", 1) + if value[:1] == value[-1:] == '"': + value = unquote_header_value(value[1:-1]) + result[name] = value + return result + + +# From mitsuhiko/werkzeug (used with permission). +def unquote_header_value(value, is_filename=False): + r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). + This does not use the real unquoting but what browsers are actually + using for quoting. + + :param value: the header value to unquote. + :rtype: str + """ + if value and value[0] == value[-1] == '"': + # this is not the real unquoting, but fixing this so that the + # RFC is met will result in bugs with internet explorer and + # probably some other browsers as well. IE for example is + # uploading files with "C:\foo\bar.txt" as filename + value = value[1:-1] + + # if this is a filename and the starting characters look like + # a UNC path, then just return the value without quotes. Using the + # replace sequence below on a UNC path has the effect of turning + # the leading double slash into a single slash and then + # _fix_ie_filename() doesn't work correctly. See #458. + if not is_filename or value[:2] != "\\\\": + return value.replace("\\\\", "\\").replace('\\"', '"') + return value + + +def dict_from_cookiejar(cj): + """Returns a key/value dictionary from a CookieJar. + + :param cj: CookieJar object to extract cookies from. + :rtype: dict + """ + + cookie_dict = {} + + for cookie in cj: + cookie_dict[cookie.name] = cookie.value + + return cookie_dict + + +def add_dict_to_cookiejar(cj, cookie_dict): + """Returns a CookieJar from a key/value dictionary. + + :param cj: CookieJar to insert cookies into. + :param cookie_dict: Dict of key/values to insert into CookieJar. + :rtype: CookieJar + """ + + return cookiejar_from_dict(cookie_dict, cj) + + +def get_encodings_from_content(content): + """Returns encodings from given content string. + + :param content: bytestring to extract encodings from. + """ + warnings.warn( + ( + "In requests 3.0, get_encodings_from_content will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + charset_re = re.compile(r']', flags=re.I) + pragma_re = re.compile(r']', flags=re.I) + xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') + + return ( + charset_re.findall(content) + + pragma_re.findall(content) + + xml_re.findall(content) + ) + + +def _parse_content_type_header(header): + """Returns content type and parameters from given header + + :param header: string + :return: tuple containing content type and dictionary of + parameters + """ + + tokens = header.split(";") + content_type, params = tokens[0].strip(), tokens[1:] + params_dict = {} + items_to_strip = "\"' " + + for param in params: + param = param.strip() + if param: + key, value = param, True + index_of_equals = param.find("=") + if index_of_equals != -1: + key = param[:index_of_equals].strip(items_to_strip) + value = param[index_of_equals + 1 :].strip(items_to_strip) + params_dict[key.lower()] = value + return content_type, params_dict + + +def get_encoding_from_headers(headers): + """Returns encodings from given HTTP Header Dict. + + :param headers: dictionary to extract encoding from. + :rtype: str + """ + + content_type = headers.get("content-type") + + if not content_type: + return None + + content_type, params = _parse_content_type_header(content_type) + + if "charset" in params: + return params["charset"].strip("'\"") + + if "text" in content_type: + return "ISO-8859-1" + + if "application/json" in content_type: + # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset + return "utf-8" + + +def stream_decode_response_unicode(iterator, r): + """Stream decodes an iterator.""" + + if r.encoding is None: + yield from iterator + return + + decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") + for chunk in iterator: + rv = decoder.decode(chunk) + if rv: + yield rv + rv = decoder.decode(b"", final=True) + if rv: + yield rv + + +def iter_slices(string, slice_length): + """Iterate over slices of a string.""" + pos = 0 + if slice_length is None or slice_length <= 0: + slice_length = len(string) + while pos < len(string): + yield string[pos : pos + slice_length] + pos += slice_length + + +def get_unicode_from_response(r): + """Returns the requested content back in unicode. + + :param r: Response object to get unicode content from. + + Tried: + + 1. charset from content-type + 2. fall back and replace all unicode characters + + :rtype: str + """ + warnings.warn( + ( + "In requests 3.0, get_unicode_from_response will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + tried_encodings = [] + + # Try charset from content-type + encoding = get_encoding_from_headers(r.headers) + + if encoding: + try: + return str(r.content, encoding) + except UnicodeError: + tried_encodings.append(encoding) + + # Fall back: + try: + return str(r.content, encoding, errors="replace") + except TypeError: + return r.content + + +# The unreserved URI characters (RFC 3986) +UNRESERVED_SET = frozenset( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" +) + + +def unquote_unreserved(uri): + """Un-escape any percent-escape sequences in a URI that are unreserved + characters. This leaves all reserved, illegal and non-ASCII bytes encoded. + + :rtype: str + """ + parts = uri.split("%") + for i in range(1, len(parts)): + h = parts[i][0:2] + if len(h) == 2 and h.isalnum(): + try: + c = chr(int(h, 16)) + except ValueError: + raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") + + if c in UNRESERVED_SET: + parts[i] = c + parts[i][2:] + else: + parts[i] = f"%{parts[i]}" + else: + parts[i] = f"%{parts[i]}" + return "".join(parts) + + +def requote_uri(uri): + """Re-quote the given URI. + + This function passes the given URI through an unquote/quote cycle to + ensure that it is fully and consistently quoted. + + :rtype: str + """ + safe_with_percent = "!#$%&'()*+,/:;=?@[]~" + safe_without_percent = "!#$&'()*+,/:;=?@[]~" + try: + # Unquote only the unreserved characters + # Then quote only illegal characters (do not quote reserved, + # unreserved, or '%') + return quote(unquote_unreserved(uri), safe=safe_with_percent) + except InvalidURL: + # We couldn't unquote the given URI, so let's try quoting it, but + # there may be unquoted '%'s in the URI. We need to make sure they're + # properly quoted so they do not cause issues elsewhere. + return quote(uri, safe=safe_without_percent) + + +def address_in_network(ip, net): + """This function allows you to check if an IP belongs to a network subnet + + Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 + returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 + + :rtype: bool + """ + ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] + netaddr, bits = net.split("/") + netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] + network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask + return (ipaddr & netmask) == (network & netmask) + + +def dotted_netmask(mask): + """Converts mask from /xx format to xxx.xxx.xxx.xxx + + Example: if mask is 24 function returns 255.255.255.0 + + :rtype: str + """ + bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 + return socket.inet_ntoa(struct.pack(">I", bits)) + + +def is_ipv4_address(string_ip): + """ + :rtype: bool + """ + try: + socket.inet_aton(string_ip) + except OSError: + return False + return True + + +def is_valid_cidr(string_network): + """ + Very simple check of the cidr format in no_proxy variable. + + :rtype: bool + """ + if string_network.count("/") == 1: + try: + mask = int(string_network.split("/")[1]) + except ValueError: + return False + + if mask < 1 or mask > 32: + return False + + try: + socket.inet_aton(string_network.split("/")[0]) + except OSError: + return False + else: + return False + return True + + +@contextlib.contextmanager +def set_environ(env_name, value): + """Set the environment variable 'env_name' to 'value' + + Save previous value, yield, and then restore the previous value stored in + the environment variable 'env_name'. + + If 'value' is None, do nothing""" + value_changed = value is not None + if value_changed: + old_value = os.environ.get(env_name) + os.environ[env_name] = value + try: + yield + finally: + if value_changed: + if old_value is None: + del os.environ[env_name] + else: + os.environ[env_name] = old_value + + +def should_bypass_proxies(url, no_proxy): + """ + Returns whether we should bypass proxies or not. + + :rtype: bool + """ + # Prioritize lowercase environment variables over uppercase + # to keep a consistent behaviour with other http projects (curl, wget). + def get_proxy(key): + return os.environ.get(key) or os.environ.get(key.upper()) + + # First check whether no_proxy is defined. If it is, check that the URL + # we're getting isn't in the no_proxy list. + no_proxy_arg = no_proxy + if no_proxy is None: + no_proxy = get_proxy("no_proxy") + parsed = urlparse(url) + + if parsed.hostname is None: + # URLs don't always have hostnames, e.g. file:/// urls. + return True + + if no_proxy: + # We need to check whether we match here. We need to see if we match + # the end of the hostname, both with and without the port. + no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) + + if is_ipv4_address(parsed.hostname): + for proxy_ip in no_proxy: + if is_valid_cidr(proxy_ip): + if address_in_network(parsed.hostname, proxy_ip): + return True + elif parsed.hostname == proxy_ip: + # If no_proxy ip was defined in plain IP notation instead of cidr notation & + # matches the IP of the index + return True + else: + host_with_port = parsed.hostname + if parsed.port: + host_with_port += f":{parsed.port}" + + for host in no_proxy: + if parsed.hostname.endswith(host) or host_with_port.endswith(host): + # The URL does match something in no_proxy, so we don't want + # to apply the proxies on this URL. + return True + + with set_environ("no_proxy", no_proxy_arg): + # parsed.hostname can be `None` in cases such as a file URI. + try: + bypass = proxy_bypass(parsed.hostname) + except (TypeError, socket.gaierror): + bypass = False + + if bypass: + return True + + return False + + +def get_environ_proxies(url, no_proxy=None): + """ + Return a dict of environment proxies. + + :rtype: dict + """ + if should_bypass_proxies(url, no_proxy=no_proxy): + return {} + else: + return getproxies() + + +def select_proxy(url, proxies): + """Select a proxy for the url, if applicable. + + :param url: The url being for the request + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + """ + proxies = proxies or {} + urlparts = urlparse(url) + if urlparts.hostname is None: + return proxies.get(urlparts.scheme, proxies.get("all")) + + proxy_keys = [ + urlparts.scheme + "://" + urlparts.hostname, + urlparts.scheme, + "all://" + urlparts.hostname, + "all", + ] + proxy = None + for proxy_key in proxy_keys: + if proxy_key in proxies: + proxy = proxies[proxy_key] + break + + return proxy + + +def resolve_proxies(request, proxies, trust_env=True): + """This method takes proxy information from a request and configuration + input to resolve a mapping of target proxies. This will consider settings + such a NO_PROXY to strip proxy configurations. + + :param request: Request or PreparedRequest + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + :param trust_env: Boolean declaring whether to trust environment configs + + :rtype: dict + """ + proxies = proxies if proxies is not None else {} + url = request.url + scheme = urlparse(url).scheme + no_proxy = proxies.get("no_proxy") + new_proxies = proxies.copy() + + if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): + environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) + + proxy = environ_proxies.get(scheme, environ_proxies.get("all")) + + if proxy: + new_proxies.setdefault(scheme, proxy) + return new_proxies + + +def default_user_agent(name="python-requests"): + """ + Return a string representing the default user agent. + + :rtype: str + """ + return f"{name}/{__version__}" + + +def default_headers(): + """ + :rtype: requests.structures.CaseInsensitiveDict + """ + return CaseInsensitiveDict( + { + "User-Agent": default_user_agent(), + "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, + "Accept": "*/*", + "Connection": "keep-alive", + } + ) + + +def parse_header_links(value): + """Return a list of parsed link headers proxies. + + i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" + + :rtype: list + """ + + links = [] + + replace_chars = " '\"" + + value = value.strip(replace_chars) + if not value: + return links + + for val in re.split(", *<", value): + try: + url, params = val.split(";", 1) + except ValueError: + url, params = val, "" + + link = {"url": url.strip("<> '\"")} + + for param in params.split(";"): + try: + key, value = param.split("=") + except ValueError: + break + + link[key.strip(replace_chars)] = value.strip(replace_chars) + + links.append(link) + + return links + + +# Null bytes; no need to recreate these on each call to guess_json_utf +_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 +_null2 = _null * 2 +_null3 = _null * 3 + + +def guess_json_utf(data): + """ + :rtype: str + """ + # JSON always starts with two ASCII characters, so detection is as + # easy as counting the nulls and from their location and count + # determine the encoding. Also detect a BOM, if present. + sample = data[:4] + if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): + return "utf-32" # BOM included + if sample[:3] == codecs.BOM_UTF8: + return "utf-8-sig" # BOM included, MS style (discouraged) + if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): + return "utf-16" # BOM included + nullcount = sample.count(_null) + if nullcount == 0: + return "utf-8" + if nullcount == 2: + if sample[::2] == _null2: # 1st and 3rd are null + return "utf-16-be" + if sample[1::2] == _null2: # 2nd and 4th are null + return "utf-16-le" + # Did not detect 2 valid UTF-16 ascii-range characters + if nullcount == 3: + if sample[:3] == _null3: + return "utf-32-be" + if sample[1:] == _null3: + return "utf-32-le" + # Did not detect a valid UTF-32 ascii-range character + return None + + +def prepend_scheme_if_needed(url, new_scheme): + """Given a URL that may or may not have a scheme, prepend the given scheme. + Does not replace a present scheme with the one provided as an argument. + + :rtype: str + """ + parsed = parse_url(url) + scheme, auth, host, port, path, query, fragment = parsed + + # A defect in urlparse determines that there isn't a netloc present in some + # urls. We previously assumed parsing was overly cautious, and swapped the + # netloc and path. Due to a lack of tests on the original defect, this is + # maintained with parse_url for backwards compatibility. + netloc = parsed.netloc + if not netloc: + netloc, path = path, netloc + + if auth: + # parse_url doesn't provide the netloc with auth + # so we'll add it ourselves. + netloc = "@".join([auth, netloc]) + if scheme is None: + scheme = new_scheme + if path is None: + path = "" + + return urlunparse((scheme, netloc, path, "", query, fragment)) + + +def get_auth_from_url(url): + """Given a url with authentication components, extract them into a tuple of + username,password. + + :rtype: (str,str) + """ + parsed = urlparse(url) + + try: + auth = (unquote(parsed.username), unquote(parsed.password)) + except (AttributeError, TypeError): + auth = ("", "") + + return auth + + +def check_header_validity(header): + """Verifies that header parts don't contain leading whitespace + reserved characters, or return characters. + + :param header: tuple, in the format (name, value). + """ + name, value = header + _validate_header_part(header, name, 0) + _validate_header_part(header, value, 1) + + +def _validate_header_part(header, header_part, header_validator_index): + if isinstance(header_part, str): + validator = _HEADER_VALIDATORS_STR[header_validator_index] + elif isinstance(header_part, bytes): + validator = _HEADER_VALIDATORS_BYTE[header_validator_index] + else: + raise InvalidHeader( + f"Header part ({header_part!r}) from {header} " + f"must be of type str or bytes, not {type(header_part)}" + ) + + if not validator.match(header_part): + header_kind = "name" if header_validator_index == 0 else "value" + raise InvalidHeader( + f"Invalid leading whitespace, reserved character(s), or return" + f"character(s) in header {header_kind}: {header_part!r}" + ) + + +def urldefragauth(url): + """ + Given a url remove the fragment and the authentication part. + + :rtype: str + """ + scheme, netloc, path, params, query, fragment = urlparse(url) + + # see func:`prepend_scheme_if_needed` + if not netloc: + netloc, path = path, netloc + + netloc = netloc.rsplit("@", 1)[-1] + + return urlunparse((scheme, netloc, path, params, query, "")) + + +def rewind_body(prepared_request): + """Move file pointer back to its recorded starting position + so it can be read again on redirect. + """ + body_seek = getattr(prepared_request.body, "seek", None) + if body_seek is not None and isinstance( + prepared_request._body_position, integer_types + ): + try: + body_seek(prepared_request._body_position) + except OSError: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect." + ) + else: + raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py new file mode 100644 index 0000000..d92acc7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py @@ -0,0 +1,26 @@ +__all__ = [ + "__version__", + "AbstractProvider", + "AbstractResolver", + "BaseReporter", + "InconsistentCandidate", + "Resolver", + "RequirementsConflicted", + "ResolutionError", + "ResolutionImpossible", + "ResolutionTooDeep", +] + +__version__ = "1.0.1" + + +from .providers import AbstractProvider, AbstractResolver +from .reporters import BaseReporter +from .resolvers import ( + InconsistentCandidate, + RequirementsConflicted, + ResolutionError, + ResolutionImpossible, + ResolutionTooDeep, + Resolver, +) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a260b2054bb8b4049f74249d8f5139095d09a680 GIT binary patch literal 636 zcmaJ;J&zMH5Vd!c{m3R9pyMQHse+U&fes-gI4Dj+2t`zGEbp!_XJN0Gv2#+WuH+xk z)A3i}A6TM+iZ0@cNLOKpKsu&)GjII#Ml=388V!(-FCV@yZbu0H2;^^gzKzS5K7B+B z)Syq8pav7%L`^Is6_Z%?NDm{=d$O+*l5Fd~OjSlQm6Kcz$UqgOP(w0QBQnBhm5kHz zz!j99b1*`;l)CFrD`SDx_BH5p(Qw#z=GaEJTGiR!d5qLSR**mvJ({hage zeSbE+Kb`%={u<*5VxOQFY7G655=cTT3y=p0mxUrg>fzP+noB8VQc?=xv@Y*<%bLBJ z%VD>n*}4Y)XMgj5`_Jgod!nnVJkyGorwd?aQnOM@MJ1~ymKz(0uS+SavRm0R-9DVo z9+XB{KIvHfmMyp`JJFT?XWB+XxtksIl!{hZN~hiGDtoMSvy}V^9Qu*r9_F5hb&N6o j6%|Evk*@EcgQJULlOX))8@juRQXFlNhjjqB>E*ux83wb3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..075de4567a65f619d72c9266745e793fb83e77f5 GIT binary patch literal 6853 zcmc&(O^+N$8SdF{uh)(tIG999$}5C-mfcxGBn}I~TEGsLV1?opkt{?{Pj}5su|3_B zs_q@n$_ESOkOLrYmiPw|KY@P$7mhFz5(*b?Ag{UP#Pe2FS69z^Epwu^u9@lTe(U{w z-Vguj%9Zs1*B?LmZ1Atwg5V$Yqq>&um$Pr+%adRsct1#jkAtMegWoTjy$3CQcL8@7 zy}Jw3rS@`M(V@?l{c+a8mnQ)a9<-9+!9vn{u$bWO2TRE!*5zag>q@eWbv0SRx;9;H zug$I<^i(0ExcG_8Pej7y>GyuXQ$C0a&f+vuiWNB|(xIg|XOQb?XKkriC_qnNXP zF71}e(-ST`@q*=vK8Qb(>Fg?&CqaSLT)%9!Tc>|`U!3raMHSr<&x#%VC`yUD83RjM zA^L(#eT*nN>+8&3M?;|){z?UQz@~k6I!}#v1|2pTa2Bac_Lun!S3M7xzZvloQ`Pxg%vR+Y7TL#nb-mhSe4Ag}Dsl zC`&{F%_`ClW1q)+!+gZ|`U4rM-8kAy(@~g4y&l$3CYh^br_?3hor(FWSYo-$Z3B9rAAJd5|aQOwK_RlX&eHDHfB16h?MtS_W0HaqMH4xHu_as%zk+RIL& zwB$HtN8cRfvN|1J?nvp=1~M@`u0_;gE zv3&u_?V5(=sRzU$m_G&x0WP7N`@nIEJ39UXGO%F;J0LzAdLhetZ;)%^F-_N)z48&l z@R@(~~PxK#UfTG)nHy{ z4#GNYO)7AQr$ZNoIqSqOSa*EmKKs?gr($L3JQwyYNt{%h*Dv(mc z{cW~&k0p6_3yCPpCqSjRD5Er;cG`32kD?5ar{O@Pq9C+|Nr@L)bEbebs!v!54jbGZ z4Rht&Ph(b}Pgu(PMa69@j=AP_p2Hn>j}2f3Zu!lC2}#a(uV1}JSp(_3006OpDcgsH-i;K+pC zE)qkx>)6qGk!v&d^#i?9q{S{Ag$f07zkZp;gy?OPq}2$PvT3@4;2lSfj%eoTbG9L8 z+7cb!(Z|i7;wa&%m`+Lzpb&7NfK~jxyHTnTc&-D**`F|*Z9AY8?9-!QCRgf3e zHlL9~Do=OrLguOs%tj?LgH_JU7eozeR5^KNMS~9$?9hK*x76>y2>M9#6hO{(4|nBfm8V$OG!K9aQ{YB2 z9-^`F6M}6akg9f({CD#Vu&)bsppg@>aw^1VBVfg+SbKC>{70ijM=0+&V*PkTSGPFH%L6 z-k1uWCWP}<_gx3kHuYyQ$a9^1F0S&ZjU%Fz51XZ+ZrYGNOcK;Kp(<63unLrGx`Kj% zA}1ANFRCa_npx6mM$*V+w&8=q>GMO~8L9P(m{_yn8b4kSCzKu7P?fbvw zXOP7zec*aaM!O3?6g_OmSU}iMn0K2+D7;QrquDXg6?0 zEnc4kklMkFH5X0MfI`7x%e6I)4tlIF!gN+dK#I(uOQ>HUiHC=;h(T`x1;-5dS!37f!ual@|cxIga z8kI!;i>EiwscZg`0fV<+wy^ZDL;IB(Rdb+f-y!rInJ6QUyH?ZzsTHZW+ z4L3C}`i&S5yNh0@>x^M(4tMzyhPpK1UC{&HRT>P}jTZmZsOk0wNPd7}i6|N`g+cRnlA6usja_a)W)c^s6iS^f zmAv;0n9(4PCeS4M`Pz33qJ3BH;T4Ki#jyN)vDIolTS!~2&EK9p3+VIN&lj)Lum1%2 H&}{t|Uui7n literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4423e6a9b5abb7f9f78df59716bd7f24317c0cf1 GIT binary patch literal 2656 zcma)8&5zqe6t|N&o6Tkm>Mo%2p$-QGsn}S6REer8-=bWCRFwmJaVDN|GT?aJ8E2RH zhO`GRNZfkmiug-_zW^WMA3z(p^u&8Jj@NEh+FGlZ@ywg|@q54bynpQP_Z@hC|KYFM zM_tGH8(%h$S1#5s!{V{iaz1yMbLKFYJHNK=*|EE74cp=72L8I`%lboDJa)Kq>@w%L z#oXgIYn?gA9o7cvu@1;C^FZ#fF329+0lCY1Ap2|=>dGCq z@}o~^9CJpd9PaXq%gap2gwQZs!ug8mjH*nJ#=kg2x9DgdM;a}YC!s%=3+_iVMfFig z{Wx9(F`XV|Txa+KYd;oKKV4;WnY=f8=Urcmj31>m{FctR_EVAi!3j^8RDKyY>f4;S z(xY@$^o)B*Fn^(r&S#V0B4PYHA~eall1Ec07aLUyV}&#twiK|-DLkXAF&skF4sKoB1RWTM`74)ZWDoIz z+C_n^4NDTj(mqdT_1iOM1z_t@JtxQo{>EQEB%x)4h@NHw-XS!DZO}B4kH}Y=lL;I^ zVI~y-aCIe@ZNF+2CIYm~D$g`r@HYlnAq+57^8;}ZfhFVxG2iAFstL*C|13b-$BRMHlsJcT8o_DAtL_ z^)oEyloOh!v4D92Z;^<>WL0?V5cEh-sDQ4I!6yZ7Fba-=Zg`AO=@ooKoYrBf2SYBK z1I5ZbG?`3lDNQDX0s|{MXp8X_u;od(dYi!H8_NW`GupZbjKvdZZG(uES;I=ri6$vb zSx8SLBvNt#rXFlYX*rzU8crq`*_5TXL@oAeri!jjvB}u$wqij|F~8a1#kRsrO^#f} z-k<9P*$f-37tJ!hNGp5|PePeQu?TS!z8Hq!+YAZmQgdxjZRmRqf{RdKKI@O0koQBmofe!v_52?yW|YGppP{u-PA11p-^p#T5? literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b11541f876ce633942da4b3d3e64a5b00a3fdfdb GIT binary patch literal 25899 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 U@RqFu&3sGD-SBrDo@}}PH>Qw(R521F)wbn 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 QL7zEINbt=#=RPC)0iBUI$p8QV literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1690c611a71025b0cd7ce68879f73c1fba617dde GIT binary patch literal 422 zcmYjLJx{|h6tv@%l!mGjVy_S^9TKasA|@CZU}0*P$W2TdaAISpE!{dHHrQAYJAVb1 zvQ=4-U}CH2f;wS~kMbnHyVITRd#Y9|K+ogVYka5i&4}Nzf5>c4lUoph2*y?$EQ833 z5QC}Jwo=qa5De`NKDBw1XPkLh`jW+8nyzcegq zX^=>-qsCI<1OZ_z2#Q+B8KYsI@J#un6E0$fdyon)^L;6~EZl#&2QV{l&IRuBl;V?E z66J*iGnNL7biACZ+z8DvOFCE#^DfV}{pJ={NlraM!ZQ+6g+(H8(5G3%C6-ii)~6;P z@>Gyq!(X#NH}l1CUfxN0)MIp4uIK_#ABFXrA_(EcUAs9QSJp?))JD*Mv72MN`8jb` bKL9k+d$v6j^ykW4zAV?kb+wM}VI6$|b_I65 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py new file mode 100644 index 0000000..1becc50 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py @@ -0,0 +1,6 @@ +__all__ = ["Mapping", "Sequence"] + +try: + from collections.abc import Mapping, Sequence +except ImportError: + from collections import Mapping, Sequence diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py new file mode 100644 index 0000000..e99d87e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py @@ -0,0 +1,133 @@ +class AbstractProvider(object): + """Delegate class to provide the required interface for the resolver.""" + + def identify(self, requirement_or_candidate): + """Given a requirement, return an identifier for it. + + This is used to identify a requirement, e.g. whether two requirements + should have their specifier parts merged. + """ + raise NotImplementedError + + def get_preference( + self, + identifier, + resolutions, + candidates, + information, + backtrack_causes, + ): + """Produce a sort key for given requirement based on preference. + + The preference is defined as "I think this requirement should be + resolved first". The lower the return value is, the more preferred + this group of arguments is. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches which should be returned. + :param resolutions: Mapping of candidates currently pinned by the + resolver. Each key is an identifier, and the value is a candidate. + The candidate may conflict with requirements from ``information``. + :param candidates: Mapping of each dependency's possible candidates. + Each value is an iterator of candidates. + :param information: Mapping of requirement information of each package. + Each value is an iterator of *requirement information*. + :param backtrack_causes: Sequence of requirement information that were + the requirements that caused the resolver to most recently backtrack. + + A *requirement information* instance is a named tuple with two members: + + * ``requirement`` specifies a requirement contributing to the current + list of candidates. + * ``parent`` specifies the candidate that provides (depended on) the + requirement, or ``None`` to indicate a root requirement. + + The preference could depend on various issues, including (not + necessarily in this order): + + * Is this package pinned in the current resolution result? + * How relaxed is the requirement? Stricter ones should probably be + worked on first? (I don't know, actually.) + * How many possibilities are there to satisfy this requirement? Those + with few left should likely be worked on first, I guess? + * Are there any known conflicts for this requirement? We should + probably work on those with the most known conflicts. + + A sortable value should be returned (this will be used as the ``key`` + parameter of the built-in sorting function). The smaller the value is, + the more preferred this requirement is (i.e. the sorting function + is called with ``reverse=False``). + """ + raise NotImplementedError + + def find_matches(self, identifier, requirements, incompatibilities): + """Find all possible candidates that satisfy the given constraints. + + :param identifier: An identifier as returned by ``identify()``. This + identifies the dependency matches of which should be returned. + :param requirements: A mapping of requirements that all returned + candidates must satisfy. Each key is an identifier, and the value + an iterator of requirements for that dependency. + :param incompatibilities: A mapping of known incompatibilities of + each dependency. Each key is an identifier, and the value an + iterator of incompatibilities known to the resolver. All + incompatibilities *must* be excluded from the return value. + + This should try to get candidates based on the requirements' types. + For VCS, local, and archive requirements, the one-and-only match is + returned, and for a "named" requirement, the index(es) should be + consulted to find concrete candidates for this requirement. + + The return value should produce candidates ordered by preference; the + most preferred candidate should come first. The return type may be one + of the following: + + * A callable that returns an iterator that yields candidates. + * An collection of candidates. + * An iterable of candidates. This will be consumed immediately into a + list of candidates. + """ + raise NotImplementedError + + def is_satisfied_by(self, requirement, candidate): + """Whether the given requirement can be satisfied by a candidate. + + The candidate is guaranteed to have been generated from the + requirement. + + A boolean should be returned to indicate whether ``candidate`` is a + viable solution to the requirement. + """ + raise NotImplementedError + + def get_dependencies(self, candidate): + """Get dependencies of a candidate. + + This should return a collection of requirements that `candidate` + specifies as its dependencies. + """ + raise NotImplementedError + + +class AbstractResolver(object): + """The thing that performs the actual resolution work.""" + + base_exception = Exception + + def __init__(self, provider, reporter): + self.provider = provider + self.reporter = reporter + + def resolve(self, requirements, **kwargs): + """Take a collection of constraints, spit out the resolution result. + + This returns a representation of the final resolution state, with one + guarenteed attribute ``mapping`` that contains resolved candidates as + values. The keys are their respective identifiers. + + :param requirements: A collection of constraints. + :param kwargs: Additional keyword arguments that subclasses may accept. + + :raises: ``self.base_exception`` or its subclass. + """ + raise NotImplementedError diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py new file mode 100644 index 0000000..688b5e1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py @@ -0,0 +1,43 @@ +class BaseReporter(object): + """Delegate class to provider progress reporting for the resolver.""" + + def starting(self): + """Called before the resolution actually starts.""" + + def starting_round(self, index): + """Called before each round of resolution starts. + + The index is zero-based. + """ + + def ending_round(self, index, state): + """Called before each round of resolution ends. + + This is NOT called if the resolution ends at this round. Use `ending` + if you want to report finalization. The index is zero-based. + """ + + def ending(self, state): + """Called before the resolution ends successfully.""" + + def adding_requirement(self, requirement, parent): + """Called when adding a new requirement into the resolve criteria. + + :param requirement: The additional requirement to be applied to filter + the available candidaites. + :param parent: The candidate that requires ``requirement`` as a + dependency, or None if ``requirement`` is one of the root + requirements passed in from ``Resolver.resolve()``. + """ + + def resolving_conflicts(self, causes): + """Called when starting to attempt requirement conflict resolution. + + :param causes: The information on the collision that caused the backtracking. + """ + + def rejecting_candidate(self, criterion, candidate): + """Called when rejecting a candidate during backtracking.""" + + def pinning(self, candidate): + """Called when adding a candidate to the potential solution.""" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py new file mode 100644 index 0000000..2c3d0e3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py @@ -0,0 +1,547 @@ +import collections +import itertools +import operator + +from .providers import AbstractResolver +from .structs import DirectedGraph, IteratorMapping, build_iter_view + +RequirementInformation = collections.namedtuple( + "RequirementInformation", ["requirement", "parent"] +) + + +class ResolverException(Exception): + """A base class for all exceptions raised by this module. + + Exceptions derived by this class should all be handled in this module. Any + bubbling pass the resolver should be treated as a bug. + """ + + +class RequirementsConflicted(ResolverException): + def __init__(self, criterion): + super(RequirementsConflicted, self).__init__(criterion) + self.criterion = criterion + + def __str__(self): + return "Requirements conflict: {}".format( + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class InconsistentCandidate(ResolverException): + def __init__(self, candidate, criterion): + super(InconsistentCandidate, self).__init__(candidate, criterion) + self.candidate = candidate + self.criterion = criterion + + def __str__(self): + return "Provided candidate {!r} does not satisfy {}".format( + self.candidate, + ", ".join(repr(r) for r in self.criterion.iter_requirement()), + ) + + +class Criterion(object): + """Representation of possible resolution results of a package. + + This holds three attributes: + + * `information` is a collection of `RequirementInformation` pairs. + Each pair is a requirement contributing to this criterion, and the + candidate that provides the requirement. + * `incompatibilities` is a collection of all known not-to-work candidates + to exclude from consideration. + * `candidates` is a collection containing all possible candidates deducted + from the union of contributing requirements and known incompatibilities. + It should never be empty, except when the criterion is an attribute of a + raised `RequirementsConflicted` (in which case it is always empty). + + .. note:: + This class is intended to be externally immutable. **Do not** mutate + any of its attribute containers. + """ + + def __init__(self, candidates, information, incompatibilities): + self.candidates = candidates + self.information = information + self.incompatibilities = incompatibilities + + def __repr__(self): + requirements = ", ".join( + "({!r}, via={!r})".format(req, parent) + for req, parent in self.information + ) + return "Criterion({})".format(requirements) + + def iter_requirement(self): + return (i.requirement for i in self.information) + + def iter_parent(self): + return (i.parent for i in self.information) + + +class ResolutionError(ResolverException): + pass + + +class ResolutionImpossible(ResolutionError): + def __init__(self, causes): + super(ResolutionImpossible, self).__init__(causes) + # causes is a list of RequirementInformation objects + self.causes = causes + + +class ResolutionTooDeep(ResolutionError): + def __init__(self, round_count): + super(ResolutionTooDeep, self).__init__(round_count) + self.round_count = round_count + + +# Resolution state in a round. +State = collections.namedtuple("State", "mapping criteria backtrack_causes") + + +class Resolution(object): + """Stateful resolution object. + + This is designed as a one-off object that holds information to kick start + the resolution process, and holds the results afterwards. + """ + + def __init__(self, provider, reporter): + self._p = provider + self._r = reporter + self._states = [] + + @property + def state(self): + try: + return self._states[-1] + except IndexError: + raise AttributeError("state") + + def _push_new_state(self): + """Push a new state into history. + + This new state will be used to hold resolution results of the next + coming round. + """ + base = self._states[-1] + state = State( + mapping=base.mapping.copy(), + criteria=base.criteria.copy(), + backtrack_causes=base.backtrack_causes[:], + ) + self._states.append(state) + + def _add_to_criteria(self, criteria, requirement, parent): + self._r.adding_requirement(requirement=requirement, parent=parent) + + identifier = self._p.identify(requirement_or_candidate=requirement) + criterion = criteria.get(identifier) + if criterion: + incompatibilities = list(criterion.incompatibilities) + else: + incompatibilities = [] + + matches = self._p.find_matches( + identifier=identifier, + requirements=IteratorMapping( + criteria, + operator.methodcaller("iter_requirement"), + {identifier: [requirement]}, + ), + incompatibilities=IteratorMapping( + criteria, + operator.attrgetter("incompatibilities"), + {identifier: incompatibilities}, + ), + ) + + if criterion: + information = list(criterion.information) + information.append(RequirementInformation(requirement, parent)) + else: + information = [RequirementInformation(requirement, parent)] + + criterion = Criterion( + candidates=build_iter_view(matches), + information=information, + incompatibilities=incompatibilities, + ) + if not criterion.candidates: + raise RequirementsConflicted(criterion) + criteria[identifier] = criterion + + def _remove_information_from_criteria(self, criteria, parents): + """Remove information from parents of criteria. + + Concretely, removes all values from each criterion's ``information`` + field that have one of ``parents`` as provider of the requirement. + + :param criteria: The criteria to update. + :param parents: Identifiers for which to remove information from all criteria. + """ + if not parents: + return + for key, criterion in criteria.items(): + criteria[key] = Criterion( + criterion.candidates, + [ + information + for information in criterion.information + if ( + information.parent is None + or self._p.identify(information.parent) not in parents + ) + ], + criterion.incompatibilities, + ) + + def _get_preference(self, name): + return self._p.get_preference( + identifier=name, + resolutions=self.state.mapping, + candidates=IteratorMapping( + self.state.criteria, + operator.attrgetter("candidates"), + ), + information=IteratorMapping( + self.state.criteria, + operator.attrgetter("information"), + ), + backtrack_causes=self.state.backtrack_causes, + ) + + def _is_current_pin_satisfying(self, name, criterion): + try: + current_pin = self.state.mapping[name] + except KeyError: + return False + return all( + self._p.is_satisfied_by(requirement=r, candidate=current_pin) + for r in criterion.iter_requirement() + ) + + def _get_updated_criteria(self, candidate): + criteria = self.state.criteria.copy() + for requirement in self._p.get_dependencies(candidate=candidate): + self._add_to_criteria(criteria, requirement, parent=candidate) + return criteria + + def _attempt_to_pin_criterion(self, name): + criterion = self.state.criteria[name] + + causes = [] + for candidate in criterion.candidates: + try: + criteria = self._get_updated_criteria(candidate) + except RequirementsConflicted as e: + self._r.rejecting_candidate(e.criterion, candidate) + causes.append(e.criterion) + continue + + # Check the newly-pinned candidate actually works. This should + # always pass under normal circumstances, but in the case of a + # faulty provider, we will raise an error to notify the implementer + # to fix find_matches() and/or is_satisfied_by(). + satisfied = all( + self._p.is_satisfied_by(requirement=r, candidate=candidate) + for r in criterion.iter_requirement() + ) + if not satisfied: + raise InconsistentCandidate(candidate, criterion) + + self._r.pinning(candidate=candidate) + self.state.criteria.update(criteria) + + # Put newly-pinned candidate at the end. This is essential because + # backtracking looks at this mapping to get the last pin. + self.state.mapping.pop(name, None) + self.state.mapping[name] = candidate + + return [] + + # All candidates tried, nothing works. This criterion is a dead + # end, signal for backtracking. + return causes + + def _backjump(self, causes): + """Perform backjumping. + + When we enter here, the stack is like this:: + + [ state Z ] + [ state Y ] + [ state X ] + .... earlier states are irrelevant. + + 1. No pins worked for Z, so it does not have a pin. + 2. We want to reset state Y to unpinned, and pin another candidate. + 3. State X holds what state Y was before the pin, but does not + have the incompatibility information gathered in state Y. + + Each iteration of the loop will: + + 1. Identify Z. The incompatibility is not always caused by the latest + state. For example, given three requirements A, B and C, with + dependencies A1, B1 and C1, where A1 and B1 are incompatible: the + last state might be related to C, so we want to discard the + previous state. + 2. Discard Z. + 3. Discard Y but remember its incompatibility information gathered + previously, and the failure we're dealing with right now. + 4. Push a new state Y' based on X, and apply the incompatibility + information from Y to Y'. + 5a. If this causes Y' to conflict, we need to backtrack again. Make Y' + the new Z and go back to step 2. + 5b. If the incompatibilities apply cleanly, end backtracking. + """ + incompatible_reqs = itertools.chain( + (c.parent for c in causes if c.parent is not None), + (c.requirement for c in causes), + ) + incompatible_deps = {self._p.identify(r) for r in incompatible_reqs} + while len(self._states) >= 3: + # Remove the state that triggered backtracking. + del self._states[-1] + + # Ensure to backtrack to a state that caused the incompatibility + incompatible_state = False + while not incompatible_state: + # Retrieve the last candidate pin and known incompatibilities. + try: + broken_state = self._states.pop() + name, candidate = broken_state.mapping.popitem() + except (IndexError, KeyError): + raise ResolutionImpossible(causes) + current_dependencies = { + self._p.identify(d) + for d in self._p.get_dependencies(candidate) + } + incompatible_state = not current_dependencies.isdisjoint( + incompatible_deps + ) + + incompatibilities_from_broken = [ + (k, list(v.incompatibilities)) + for k, v in broken_state.criteria.items() + ] + + # Also mark the newly known incompatibility. + incompatibilities_from_broken.append((name, [candidate])) + + # Create a new state from the last known-to-work one, and apply + # the previously gathered incompatibility information. + def _patch_criteria(): + for k, incompatibilities in incompatibilities_from_broken: + if not incompatibilities: + continue + try: + criterion = self.state.criteria[k] + except KeyError: + continue + matches = self._p.find_matches( + identifier=k, + requirements=IteratorMapping( + self.state.criteria, + operator.methodcaller("iter_requirement"), + ), + incompatibilities=IteratorMapping( + self.state.criteria, + operator.attrgetter("incompatibilities"), + {k: incompatibilities}, + ), + ) + candidates = build_iter_view(matches) + if not candidates: + return False + incompatibilities.extend(criterion.incompatibilities) + self.state.criteria[k] = Criterion( + candidates=candidates, + information=list(criterion.information), + incompatibilities=incompatibilities, + ) + return True + + self._push_new_state() + success = _patch_criteria() + + # It works! Let's work on this new state. + if success: + return True + + # State does not work after applying known incompatibilities. + # Try the still previous state. + + # No way to backtrack anymore. + return False + + def resolve(self, requirements, max_rounds): + if self._states: + raise RuntimeError("already resolved") + + self._r.starting() + + # Initialize the root state. + self._states = [ + State( + mapping=collections.OrderedDict(), + criteria={}, + backtrack_causes=[], + ) + ] + for r in requirements: + try: + self._add_to_criteria(self.state.criteria, r, parent=None) + except RequirementsConflicted as e: + raise ResolutionImpossible(e.criterion.information) + + # The root state is saved as a sentinel so the first ever pin can have + # something to backtrack to if it fails. The root state is basically + # pinning the virtual "root" package in the graph. + self._push_new_state() + + for round_index in range(max_rounds): + self._r.starting_round(index=round_index) + + unsatisfied_names = [ + key + for key, criterion in self.state.criteria.items() + if not self._is_current_pin_satisfying(key, criterion) + ] + + # All criteria are accounted for. Nothing more to pin, we are done! + if not unsatisfied_names: + self._r.ending(state=self.state) + return self.state + + # keep track of satisfied names to calculate diff after pinning + satisfied_names = set(self.state.criteria.keys()) - set( + unsatisfied_names + ) + + # Choose the most preferred unpinned criterion to try. + name = min(unsatisfied_names, key=self._get_preference) + failure_causes = self._attempt_to_pin_criterion(name) + + if failure_causes: + causes = [i for c in failure_causes for i in c.information] + # Backjump if pinning fails. The backjump process puts us in + # an unpinned state, so we can work on it in the next round. + self._r.resolving_conflicts(causes=causes) + success = self._backjump(causes) + self.state.backtrack_causes[:] = causes + + # Dead ends everywhere. Give up. + if not success: + raise ResolutionImpossible(self.state.backtrack_causes) + else: + # discard as information sources any invalidated names + # (unsatisfied names that were previously satisfied) + newly_unsatisfied_names = { + key + for key, criterion in self.state.criteria.items() + if key in satisfied_names + and not self._is_current_pin_satisfying(key, criterion) + } + self._remove_information_from_criteria( + self.state.criteria, newly_unsatisfied_names + ) + # Pinning was successful. Push a new state to do another pin. + self._push_new_state() + + self._r.ending_round(index=round_index, state=self.state) + + raise ResolutionTooDeep(max_rounds) + + +def _has_route_to_root(criteria, key, all_keys, connected): + if key in connected: + return True + if key not in criteria: + return False + for p in criteria[key].iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey in connected: + connected.add(key) + return True + if _has_route_to_root(criteria, pkey, all_keys, connected): + connected.add(key) + return True + return False + + +Result = collections.namedtuple("Result", "mapping graph criteria") + + +def _build_result(state): + mapping = state.mapping + all_keys = {id(v): k for k, v in mapping.items()} + all_keys[id(None)] = None + + graph = DirectedGraph() + graph.add(None) # Sentinel as root dependencies' parent. + + connected = {None} + for key, criterion in state.criteria.items(): + if not _has_route_to_root(state.criteria, key, all_keys, connected): + continue + if key not in graph: + graph.add(key) + for p in criterion.iter_parent(): + try: + pkey = all_keys[id(p)] + except KeyError: + continue + if pkey not in graph: + graph.add(pkey) + graph.connect(pkey, key) + + return Result( + mapping={k: v for k, v in mapping.items() if k in connected}, + graph=graph, + criteria=state.criteria, + ) + + +class Resolver(AbstractResolver): + """The thing that performs the actual resolution work.""" + + base_exception = ResolverException + + def resolve(self, requirements, max_rounds=100): + """Take a collection of constraints, spit out the resolution result. + + The return value is a representation to the final resolution result. It + is a tuple subclass with three public members: + + * `mapping`: A dict of resolved candidates. Each key is an identifier + of a requirement (as returned by the provider's `identify` method), + and the value is the resolved candidate. + * `graph`: A `DirectedGraph` instance representing the dependency tree. + The vertices are keys of `mapping`, and each edge represents *why* + a particular package is included. A special vertex `None` is + included to represent parents of user-supplied requirements. + * `criteria`: A dict of "criteria" that hold detailed information on + how edges in the graph are derived. Each key is an identifier of a + requirement, and the value is a `Criterion` instance. + + The following exceptions may be raised if a resolution cannot be found: + + * `ResolutionImpossible`: A resolution cannot be found for the given + combination of requirements. The `causes` attribute of the + exception is a list of (requirement, parent), giving the + requirements that could not be satisfied. + * `ResolutionTooDeep`: The dependency tree is too deeply nested and + the resolver gave up. This is usually caused by a circular + dependency, but you can try to resolve this by increasing the + `max_rounds` argument. + """ + resolution = Resolution(self.provider, self.reporter) + state = resolution.resolve(requirements, max_rounds=max_rounds) + return _build_result(state) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py new file mode 100644 index 0000000..359a34f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py @@ -0,0 +1,170 @@ +import itertools + +from .compat import collections_abc + + +class DirectedGraph(object): + """A graph structure with directed edges.""" + + def __init__(self): + self._vertices = set() + self._forwards = {} # -> Set[] + self._backwards = {} # -> Set[] + + def __iter__(self): + return iter(self._vertices) + + def __len__(self): + return len(self._vertices) + + def __contains__(self, key): + return key in self._vertices + + def copy(self): + """Return a shallow copy of this graph.""" + other = DirectedGraph() + other._vertices = set(self._vertices) + other._forwards = {k: set(v) for k, v in self._forwards.items()} + other._backwards = {k: set(v) for k, v in self._backwards.items()} + return other + + def add(self, key): + """Add a new vertex to the graph.""" + if key in self._vertices: + raise ValueError("vertex exists") + self._vertices.add(key) + self._forwards[key] = set() + self._backwards[key] = set() + + def remove(self, key): + """Remove a vertex from the graph, disconnecting all edges from/to it.""" + self._vertices.remove(key) + for f in self._forwards.pop(key): + self._backwards[f].remove(key) + for t in self._backwards.pop(key): + self._forwards[t].remove(key) + + def connected(self, f, t): + return f in self._backwards[t] and t in self._forwards[f] + + def connect(self, f, t): + """Connect two existing vertices. + + Nothing happens if the vertices are already connected. + """ + if t not in self._vertices: + raise KeyError(t) + self._forwards[f].add(t) + self._backwards[t].add(f) + + def iter_edges(self): + for f, children in self._forwards.items(): + for t in children: + yield f, t + + def iter_children(self, key): + return iter(self._forwards[key]) + + def iter_parents(self, key): + return iter(self._backwards[key]) + + +class IteratorMapping(collections_abc.Mapping): + def __init__(self, mapping, accessor, appends=None): + self._mapping = mapping + self._accessor = accessor + self._appends = appends or {} + + def __repr__(self): + return "IteratorMapping({!r}, {!r}, {!r})".format( + self._mapping, + self._accessor, + self._appends, + ) + + def __bool__(self): + return bool(self._mapping or self._appends) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __contains__(self, key): + return key in self._mapping or key in self._appends + + def __getitem__(self, k): + try: + v = self._mapping[k] + except KeyError: + return iter(self._appends[k]) + return itertools.chain(self._accessor(v), self._appends.get(k, ())) + + def __iter__(self): + more = (k for k in self._appends if k not in self._mapping) + return itertools.chain(self._mapping, more) + + def __len__(self): + more = sum(1 for k in self._appends if k not in self._mapping) + return len(self._mapping) + more + + +class _FactoryIterableView(object): + """Wrap an iterator factory returned by `find_matches()`. + + Calling `iter()` on this class would invoke the underlying iterator + factory, making it a "collection with ordering" that can be iterated + through multiple times, but lacks random access methods presented in + built-in Python sequence types. + """ + + def __init__(self, factory): + self._factory = factory + self._iterable = None + + def __repr__(self): + return "{}({})".format(type(self).__name__, list(self)) + + def __bool__(self): + try: + next(iter(self)) + except StopIteration: + return False + return True + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + iterable = ( + self._factory() if self._iterable is None else self._iterable + ) + self._iterable, current = itertools.tee(iterable) + return current + + +class _SequenceIterableView(object): + """Wrap an iterable returned by find_matches(). + + This is essentially just a proxy to the underlying sequence that provides + the same interface as `_FactoryIterableView`. + """ + + def __init__(self, sequence): + self._sequence = sequence + + def __repr__(self): + return "{}({})".format(type(self).__name__, self._sequence) + + def __bool__(self): + return bool(self._sequence) + + __nonzero__ = __bool__ # XXX: Python 2. + + def __iter__(self): + return iter(self._sequence) + + +def build_iter_view(matches): + """Build an iterable view from the value returned by `find_matches()`.""" + if callable(matches): + return _FactoryIterableView(matches) + if not isinstance(matches, collections_abc.Sequence): + matches = list(matches) + return _SequenceIterableView(matches) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py new file mode 100644 index 0000000..73f58d7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py @@ -0,0 +1,177 @@ +"""Rich text and beautiful formatting in the terminal.""" + +import os +from typing import IO, TYPE_CHECKING, Any, Callable, Optional, Union + +from ._extension import load_ipython_extension # noqa: F401 + +__all__ = ["get_console", "reconfigure", "print", "inspect", "print_json"] + +if TYPE_CHECKING: + from .console import Console + +# Global console used by alternative print +_console: Optional["Console"] = None + +try: + _IMPORT_CWD = os.path.abspath(os.getcwd()) +except FileNotFoundError: + # Can happen if the cwd has been deleted + _IMPORT_CWD = "" + + +def get_console() -> "Console": + """Get a global :class:`~rich.console.Console` instance. This function is used when Rich requires a Console, + and hasn't been explicitly given one. + + Returns: + Console: A console instance. + """ + global _console + if _console is None: + from .console import Console + + _console = Console() + + return _console + + +def reconfigure(*args: Any, **kwargs: Any) -> None: + """Reconfigures the global console by replacing it with another. + + Args: + *args (Any): Positional arguments for the replacement :class:`~rich.console.Console`. + **kwargs (Any): Keyword arguments for the replacement :class:`~rich.console.Console`. + """ + from pip._vendor.rich.console import Console + + new_console = Console(*args, **kwargs) + _console = get_console() + _console.__dict__ = new_console.__dict__ + + +def print( + *objects: Any, + sep: str = " ", + end: str = "\n", + file: Optional[IO[str]] = None, + flush: bool = False, +) -> None: + r"""Print object(s) supplied via positional arguments. + This function has an identical signature to the built-in print. + For more advanced features, see the :class:`~rich.console.Console` class. + + Args: + sep (str, optional): Separator between printed objects. Defaults to " ". + end (str, optional): Character to write at end of output. Defaults to "\\n". + file (IO[str], optional): File to write to, or None for stdout. Defaults to None. + flush (bool, optional): Has no effect as Rich always flushes output. Defaults to False. + + """ + from .console import Console + + write_console = get_console() if file is None else Console(file=file) + return write_console.print(*objects, sep=sep, end=end) + + +def print_json( + 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 (str): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (int, 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. + """ + + get_console().print_json( + json, + 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, + ) + + +def inspect( + obj: Any, + *, + console: Optional["Console"] = None, + title: Optional[str] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = False, + value: bool = True, +) -> None: + """Inspect any Python object. + + * inspect() to see summarized info. + * inspect(, methods=True) to see methods. + * inspect(, help=True) to see full (non-abbreviated) help. + * inspect(, private=True) to see private attributes (single underscore). + * inspect(, dunder=True) to see attributes beginning with double underscore. + * inspect(, all=True) to see all attributes. + + 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. Defaults to True. + """ + _console = console or get_console() + from pip._vendor.rich._inspect import Inspect + + # Special case for inspect(inspect) + is_inspect = obj is inspect + + _inspect = Inspect( + obj, + title=title, + help=is_inspect or help, + methods=is_inspect or methods, + docs=is_inspect or docs, + private=private, + dunder=dunder, + sort=sort, + all=all, + value=value, + ) + _console.print(_inspect) + + +if __name__ == "__main__": # pragma: no cover + print("Hello, **World**") diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py new file mode 100644 index 0000000..270629f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py @@ -0,0 +1,274 @@ +import colorsys +import io +from time import process_time + +from pip._vendor.rich import box +from pip._vendor.rich.color import Color +from pip._vendor.rich.console import Console, ConsoleOptions, Group, RenderableType, RenderResult +from pip._vendor.rich.markdown import Markdown +from pip._vendor.rich.measure import Measurement +from pip._vendor.rich.pretty import Pretty +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style +from pip._vendor.rich.syntax import Syntax +from pip._vendor.rich.table import Table +from pip._vendor.rich.text import Text + + +class ColorBox: + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + for y in range(0, 5): + for x in range(options.max_width): + h = x / options.max_width + l = 0.1 + ((y / 5) * 0.7) + r1, g1, b1 = colorsys.hls_to_rgb(h, l, 1.0) + r2, g2, b2 = colorsys.hls_to_rgb(h, l + 0.7 / 10, 1.0) + bgcolor = Color.from_rgb(r1 * 255, g1 * 255, b1 * 255) + color = Color.from_rgb(r2 * 255, g2 * 255, b2 * 255) + yield Segment("▄", Style(color=color, bgcolor=bgcolor)) + yield Segment.line() + + def __rich_measure__( + self, console: "Console", options: ConsoleOptions + ) -> Measurement: + return Measurement(1, options.max_width) + + +def make_test_card() -> Table: + """Get a renderable that demonstrates a number of features.""" + table = Table.grid(padding=1, pad_edge=True) + table.title = "Rich features" + table.add_column("Feature", no_wrap=True, justify="center", style="bold red") + table.add_column("Demonstration") + + color_table = Table( + box=None, + expand=False, + show_header=False, + show_edge=False, + pad_edge=False, + ) + color_table.add_row( + ( + "✓ [bold green]4-bit color[/]\n" + "✓ [bold blue]8-bit color[/]\n" + "✓ [bold magenta]Truecolor (16.7 million)[/]\n" + "✓ [bold yellow]Dumb terminals[/]\n" + "✓ [bold cyan]Automatic color conversion" + ), + ColorBox(), + ) + + table.add_row("Colors", color_table) + + table.add_row( + "Styles", + "All ansi styles: [bold]bold[/], [dim]dim[/], [italic]italic[/italic], [underline]underline[/], [strike]strikethrough[/], [reverse]reverse[/], and even [blink]blink[/].", + ) + + lorem = "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque in metus sed sapien ultricies pretium a at justo. Maecenas luctus velit et auctor maximus." + lorem_table = Table.grid(padding=1, collapse_padding=True) + lorem_table.pad_edge = False + lorem_table.add_row( + Text(lorem, justify="left", style="green"), + Text(lorem, justify="center", style="yellow"), + Text(lorem, justify="right", style="blue"), + Text(lorem, justify="full", style="red"), + ) + table.add_row( + "Text", + Group( + Text.from_markup( + """Word wrap text. Justify [green]left[/], [yellow]center[/], [blue]right[/] or [red]full[/].\n""" + ), + lorem_table, + ), + ) + + def comparison(renderable1: RenderableType, renderable2: RenderableType) -> Table: + table = Table(show_header=False, pad_edge=False, box=None, expand=True) + table.add_column("1", ratio=1) + table.add_column("2", ratio=1) + table.add_row(renderable1, renderable2) + return table + + table.add_row( + "Asian\nlanguage\nsupport", + ":flag_for_china: 该库支持中文,日文和韩文文本!\n:flag_for_japan: ライブラリは中国語、日本語、韓国語のテキストをサポートしています\n:flag_for_south_korea: 이 라이브러리는 중국어, 일본어 및 한국어 텍스트를 지원합니다", + ) + + markup_example = ( + "[bold magenta]Rich[/] supports a simple [i]bbcode[/i]-like [b]markup[/b] for [yellow]color[/], [underline]style[/], and emoji! " + ":+1: :apple: :ant: :bear: :baguette_bread: :bus: " + ) + table.add_row("Markup", markup_example) + + example_table = Table( + show_edge=False, + show_header=True, + expand=False, + row_styles=["none", "dim"], + box=box.SIMPLE, + ) + example_table.add_column("[green]Date", style="green", no_wrap=True) + example_table.add_column("[blue]Title", style="blue") + example_table.add_column( + "[cyan]Production Budget", + style="cyan", + justify="right", + no_wrap=True, + ) + example_table.add_column( + "[magenta]Box Office", + style="magenta", + justify="right", + no_wrap=True, + ) + example_table.add_row( + "Dec 20, 2019", + "Star Wars: The Rise of Skywalker", + "$275,000,000", + "$375,126,118", + ) + example_table.add_row( + "May 25, 2018", + "[b]Solo[/]: A Star Wars Story", + "$275,000,000", + "$393,151,347", + ) + example_table.add_row( + "Dec 15, 2017", + "Star Wars Ep. VIII: The Last Jedi", + "$262,000,000", + "[bold]$1,332,539,889[/bold]", + ) + example_table.add_row( + "May 19, 1999", + "Star Wars Ep. [b]I[/b]: [i]The phantom Menace", + "$115,000,000", + "$1,027,044,677", + ) + + table.add_row("Tables", example_table) + + code = '''\ +def iter_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''' + + pretty_data = { + "foo": [ + 3.1427, + ( + "Paul Atreides", + "Vladimir Harkonnen", + "Thufir Hawat", + ), + ], + "atomic": (False, True, None), + } + table.add_row( + "Syntax\nhighlighting\n&\npretty\nprinting", + comparison( + Syntax(code, "python3", line_numbers=True, indent_guides=True), + Pretty(pretty_data, indent_guides=True), + ), + ) + + markdown_example = """\ +# Markdown + +Supports much of the *markdown* __syntax__! + +- Headers +- Basic formatting: **bold**, *italic*, `code` +- Block quotes +- Lists, and more... + """ + table.add_row( + "Markdown", comparison("[cyan]" + markdown_example, Markdown(markdown_example)) + ) + + table.add_row( + "+more!", + """Progress bars, columns, styled logging handler, tracebacks, etc...""", + ) + return table + + +if __name__ == "__main__": # pragma: no cover + + console = Console( + file=io.StringIO(), + force_terminal=True, + ) + test_card = make_test_card() + + # Print once to warm cache + start = process_time() + console.print(test_card) + pre_cache_taken = round((process_time() - start) * 1000.0, 1) + + console.file = io.StringIO() + + start = process_time() + console.print(test_card) + taken = round((process_time() - start) * 1000.0, 1) + + c = Console(record=True) + c.print(test_card) + + print(f"rendered in {pre_cache_taken}ms (cold cache)") + print(f"rendered in {taken}ms (warm cache)") + + from pip._vendor.rich.panel import Panel + + console = Console() + + sponsor_message = Table.grid(padding=1) + sponsor_message.add_column(style="green", justify="right") + sponsor_message.add_column(no_wrap=True) + + sponsor_message.add_row( + "Textualize", + "[u blue link=https://github.com/textualize]https://github.com/textualize", + ) + sponsor_message.add_row( + "Twitter", + "[u blue link=https://twitter.com/willmcgugan]https://twitter.com/willmcgugan", + ) + + intro_message = Text.from_markup( + """\ +We hope you enjoy using Rich! + +Rich is maintained with [red]:heart:[/] by [link=https://www.textualize.io]Textualize.io[/] + +- Will McGugan""" + ) + + message = Table.grid(padding=2) + message.add_column() + message.add_column(no_wrap=True) + message.add_row(intro_message, sponsor_message) + + console.print( + Panel.fit( + message, + box=box.ROUNDED, + padding=(1, 2), + title="[b red]Thanks for trying out Rich!", + border_style="bright_blue", + ), + justify="center", + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8faa3101fa3ce35a018422fd155b8f5d2342adc0 GIT binary patch literal 7017 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9b23c200b6a1a7e2248b13e131577eabcb2d497 GIT binary patch literal 10306 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 X2bGO;l@KKSCxg+{84JTMqB`?`$sUwT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2aaec6870586defab8735c7136c5eaf2dc55ab0 GIT binary patch literal 7823 zcmYk>3s9D276(p`&(o`6dU`T!CMk^spBGXU2Sd<^)C zpcxRS_b}YWWuWh5=WtnoGYw>ff)vom1oWLLF$sz3mXH!ase!9Q-^E5;1K=zJ*@ltr zG_ni**_7CiL^CCRM}H0_BKko~oECp^S?Ie`VgwQ+Eg|`U0)laX2?lNw`g3WGDkK(A zVj=qTC{c&RGDt_wW(g?)lp45Y=r6Ppw-wNfU>5+-55G&GU;J2ag3|yO z8%VZ-EUOUS!`T?F0q$spaegp0Z%=&!IfTsk0`U>IP4 zfh)?783e-t*#y@B zW)RE-6ca1})EKyB=u_w%%aK??iIwP6E#aO53^b5HADvR9#f3NMdVLN`krsa~XY1oe zx@z$-5HOfvGGGb;o={Rv@G4*v!E1mm25u+%!E~_qkocGqU!WgCi3EM9NhdA-V9Nn3 z4BT4uX*AMXA8K-m7C({*=x5*tqEDxhVMt_JLeAIcpmfs`uHky3A8I3R8eo`#T!WFB zG*XN{!xF9pkZB-g3Q_?LKbLC25(BpseHM+>BeB&I66gb3; zY)iP2fE)vvhmmR+eJ<^C00~ElL+D3P;s+!STSBhT zmyHb4;_p}*Ae~@0U=P7wKoh}!zySky2>nRg)*S(iGLT;}a@0m-tG>bHs1|>YoKsqW&0yJE-ANoQ| zxbc8V1QP+14P=UfOofJPOh-S35|1IVniBQsueOA11WYxMp89H)3$*w}3(-%rgqsSO zZXiGCn^X>K@lS`P`X-HCgGBhqX;P3jXb83XYLzuw!d>J^Kr2C@uSNMpi%+xwjuQka z3Q1agqCX%R5biPnkWGmZfX4~e0G2u)^Oti zvj~;|N(kx!r3SJ=L0*N1U%J--uM@llXf$x!(9fnd4kB@g5?mhJnjLUqQQkgT%L%kjpwLBx>=ytUpuXB`qGtbXF+T5`v3#(SANHI#fZ%K*KN0 zQa~NSM!;r*Hvn%E1ZOG4Y4K|$0xl;=1`IZE)#z`ebJQYHX9?L1c#GgYz=sCzBlMND zM)Yh=q-yb3I~aWxCDM>cr$jdT1(tAM0%8WzjFInbM1pe^B3k^_W&*MdTrT=*T4N3p z6_$`HKn=mrt_nF?{GuZPc?NC_`Wjo*%>*nokc}95okre7e-kAdk=SYpc^mLAf(_>? zY|`S-(E!*&&ZdG$fd-3^tV{Ty$o1nAoUp8L?f@E zUrdP$&)397TKv&30rVkA1YAxK?WT~f#g7aFWDsO_SIE-huO%D(t+uTj1z2Jrdol8< zjmT$!{~EX^^taJSq=zOtYVqe71Q<$?3CK2Z`RH$_H6|f3%@Q&La2>(DfX4~`0$4+k za)Cmc7JrVRfZ+x%2mMmo_F*LcVF_6Ws3+I}*hsJmu$dtBLWMLf{w8OjucckGkQixd21j_;U5v&8eOfYhfLY@}CM(~+J znidb4fC>Y*5d8|fLGDh#T?X)^#vnTjbAx?{jE`UseTtERqAz%_gF`$efXjSN~#V?u+7($Q^SVC|+;1Pnq0^TS1 z2=FmM6QISw9YKE|UG1+(WFI+o4wsAmeoBl~kl!pJZGhoFof?sG+RH?OLO{8JTa11s zE&3P|k5l4#^bb(tI1*R=Y`fHIFFOp}hv*-qk=;n_v4ngA_>|y#z(Il|fZqt3eo^>d zi~n5CII57L#X}ZgG(kS#7J|iq4+wSv+6bzSDb#53i{1iQOi&A0L9hz&B0)W1Gr?BC z+XTA-`v`&{E|3##ai_Ko^uJaW;te8a>aUoVKYoEGCPh9=7&UtQ_@e1o=3QMdWo^)^ zw>vmi9GzP^zbrbZJT|L3xpY>vqGEng#jKL#nzHH|{6+g{g_K0A7S+tHym8Qg)Pd1z zsVPgYnpHY)R(V-SIw8TdukssUVp58gGE+O`?%Krgz7N;Qq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..330dcb09550dbee7d982afe98e08554001a9fa3e GIT binary patch literal 205978 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⁡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 L2c880HMaU6P0p^> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be2f327d34fbc094007d845376725e9f28c774d1 GIT binary patch literal 2323 zcmc&$PjA~c6t|OX%M5hrnxeb1TCv2KWx8p%6`mX{O_Q!b{vq~?H5Y-FXiF(2Y9tlg zF?<}bZ?Mm>ud-db+mPe-1p@Te(;g|wHqr#>p~G~L`1l_A-uu1BAN9wL8PrfyZF7aMw6Lw)Un*y83q~hRwcL(P|J=qeEo zuRRviQ&B@xqPXNo!pQ@g(*)_}Cp;O>Y*-jmJDUe9EnQ`0+Ub;tkN}fWB9%=fjGL&J zGG-eBnRe0JNvKeeb&WOf;KA0r#+eT zj>p2}kN{DIe#@FiS}SH0nOOtH3F;}NnbJZd^ES!C(t=Ihj6N-tfjF<35-QG}CO{x~~K4gtMfq zu)FPk-`U%BcMgvBHaq9Hiplo#r^Vb&Hxu?d?#|}kv)vcxD`sYEceCBzZo7v^+dI#G z{H^p_|4Y2-;sDUYy}lsQ_6TMyavAADb*0h*j5W#QWTXNfKd9ed$1+qD@bX@gK9x8L z6YQSS*yjT4c(F@|2^Y%Ec)p&D-Yh#2_fz=85Fdj}{SPDW!RunNTrOWMeEQkatJ2EF d7hm0h@2!itT)KVlRq5tmchH}u74Z=m{tHrv$*uqZ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2579dd1475e3bdc69153871dd5df7a9959cf3832 GIT binary patch literal 539 zcmZWmJx{|h5Vai>K8t_>Bv`s;Xe?l1KnO-8)E~e=l*XpDaFfV(5s^S*C=&kwMpnc> zfnPwR4uBZgDwTT2Is$_#fE&aS#|pLa zA;yRkfw{-&G366odPoWy_#du3z@@jB7A28+>1$y-I;|%l{1*g}2Wzke2}Cg`PV~Zw zI!pi)j0if%52L0bBV$&ez^iK~1k)yEYHX}j;FT-6%){tZq&(B1mPsqj!GSIGB$Sq` z|4yxr6VZs1lfcvNu0M4%R!1XE#vgBfW>EeG+qDGY(Sj8I@{fUrt?<^1NaL6qV#Q%%e1MT-C@r?(iMkiA$?74w=>>RVn;6kb#GzT aAoV?raStu`eIGC0nm&T<&VIUW*!&G9{D~_7 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b09b4fec53e5cfab373d6d3e70d3135bc3f5b27 GIT binary patch literal 857 zcmZWny=xRf6o0dO+51QWFuKSb*wOqY;0PW zER~8Nw!&c5O8T~`pud~?W!V-bowd~O(jijGdaFQb` zCa|BO8ec`X4F}UuvtIOH)m~qJf3CTG^Fwj+U9mdUjPlIKlhvn}c3Q&;n3(!?Fb-4I zpHL{z{3yYxnPC~xVXBHfF{<#aJf}Y=bNZ555Ne~hip|zaD#iWG5V_=AmA^`xMpm(H zzlUGJY+I=P$_&|0a1BHOiBKDv&-oJe5rP;;cUZa{ajzG$D`Fa{+R}6i-B2fle1g+o OVfMh7CR5@B27d!LLFQio literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f5bb89e50e353d9106adb135cb57e8a3cbcf1b6 GIT binary patch literal 12079 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3bb7cde68db918571e8b2b402a1f40d4c4585045 GIT binary patch literal 4149 zcmaJDTWlN0agTRA9?9cVq8`-4v?WohT~DNB2&# zsh$7_Fi<*8Ya1wF25tZqC{P9Qhrf#Uub)NxLs|-SIoOEO_Q!uToFag~I&Wn2X| z!xp#IxVr)^_1 zF(tNesExd|$bMOT5O6fXX|aX$OWSQw4*oA!B~%He!cTEG#aM!z)fGKoP*S`lT+|hs zy{ak}cO|dsmheVd&zFi>)e6k~><8zh$qVNuFJGLVvfMu|0^JfOv#N^xPZ?C^vbY)L zI*8#sQzuTTd>#fx?3u1ayGxk%hUS?7ivEcsuf5BKOEXd`!hB z2W-9|Nce4t1L!4vHZ7!xav11t8;fjdk8aUCa@Sl`?uK&$6(QAYd9Rdmt=n2&ZN79( z!WXxEHmEA^DQcTs&g%1)A2+4B5-ntPtE*JV>k?JU3iwI3Kw~)d;M9v#A5QpImQPZ%nr`1B<*_(TQRn`@goc+&w8jf5Jzpv) z>A4)uYKLaCX;m$NzN?3HMbi-hIIZTdrppz5zEnIqe)vdQ%j?Raa(4FJY);YA<$O6U zy$2CkqG_6+oli?@DF=^>Avs>ISb`+wi}2jiQgq8<;|?tZmT0fTbb~abB%Z8t9|q0% z2rMD9e~*m~?5%R^LZ6vDhHJuf@crXe?$@E`AWJOIZ0n1l0mS^R!!hhN8bpeKCfVWP zZbb%X2Zcw?7Zs^kvb+GiDxoL-srn98CP(-OH@O0Uu;^(1Rbswz16V0}jdHoHwIh@DXRQ4!#^H#`U2sK6YW319#SrbVtev zz^RE2j|18D<|yp#aVVXY?lZ)N(GKoFo%7|8zR#f=0q3+O$P5nbtPCmk?X0aM2QLFw zN?Q>ER&Bw~DG)7@SLoS_SkSYh-SCoL!{u1ythPUPij8@Qjk(TUxBM71f;+tm!;ix!_ydQYKqYUx@_EoQeD zOkzpIT$h;3tICOV+9EHQ6EB!#DrWg0hw52Kh*YB~`y3rJsGSfkE=TjS#Vgm#*`jP$ z7t04mOS2_)u~2N)CM-sFfwIJ$qDxK>WS1*Tm~FQ;)Q`FaO^1Mhl1v9t3cq2C&z8$j zH7r(Dik1hp)6%t6h~g(ocjJT~7ER)0m%tH(@S~!8al+5Xw!CFBUs}}5i@L>v7Ax!& z07=ekWi?x|y!alH4qcUoxwc&norMkq4NDiAy}fj`XbIrZ9z$loLH^T2ya%5MiOtBs zo!Gtj-T2D+^~ixLZ}tsV`40o8KXm)d2WLz%x*-lV#G#c-b#Z82Oe6j52WLC<%MbO9 z<5P{}Q}+G^QwVMd{SBdig;^c?YfoM1Ul%U4m3<_4#2j^d$EvJzR`0Gyy%Q_PHVFuiRuM2KKdv=vD&?nnrNgZs+S*!dTajm(8%Y>@zv{V$=4g<#J`jKR)vkRiN@H( zpAW2!onK2%)x!xhv}@(HKc4;l*+-!xXy6-P23O!Z+cJNlP#x{gOGZd=^D0(@?&zzrG^1MBIJu&*zcV?bql~3{0)ATR^)6>(b zAVx|t3k{|O-I!D;$%`t&q9px%F{`$BxT~d-N>SKiA^ffAdAl2(fv>>n`6;%37Mm~X z6pImsj)PDvycGKcItkM!#J0%}P>PMbJz_Ur?`XFQ%@AT? z5{=iAcZZr0#G<5our_)3bQ2G4b`xLZs~AA7C&Jf3&lDi5Nm7cjyThg6+ofXSs=BDW zb3swn5~R$0ZeE8p?O9mV^!!}qC60OIm`?TCKCpPbQie3$@(Q->w!0{H)3#eFwv85t zImOO$EvMO;3;R;L6{VPL=(lmgPLp23$#&y8fUG{~rpMde^f-3Y+a-*OR7tS&ub`=4;%`ceq}%6sFxCg=X; m)ccU223K-7rq;P}B%FKyT-_I6nYwZAGwxv1Pq?^k+J6C;$E;`o literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5391c77ceabceb90cdede85f8afc64b0a6bb64d9 GIT binary patch literal 1887 zcmbW1T}&KR6oBuYJF~yA3zSwV6voijEELxI7j2*fe@I&liE*g`qnm-5{Ry)>(>t@k z>Ou(hVNDv{#>7(M1CJ#}vwcyjCbqBo!h#PtF){u;=-XI$AdL^6JF^rLX^Oqcy>sq4 zXYRe{e&^gDYHI@s+V{oZl0WhY{mv#k%~usRKLz0$l97y6l){kS_qju<3GaS?_;(e@nrqv1$t^5au;gEmKm@XvLP zrMK4Wo+t{o2L;0=q1d^`AKs{Mxr?ySTog7!hf2dmb=`OLZvu+#EibBRVz%&4zK{*7 z@IOWiEInV-i$4l>qs7Kv{DuDv`HJhsx9}PAHR;9s=fFJt^(Z;uaEE%DftuLmULZ5v zl^P!H&4mNz!3!?81LlD$?WVy%jIzRx@D6So0@(`bRGCa`Im6{n!=N-+G6Hmw)-e~q z!-p+I8)4qSJmN6yho|Y-!o+%0M==C=8jjsXoY3Y%d1p1$zUFJ+Xlnf+WDB5n`Gr;k zt?PX2_Ezvgoce&%Q)ux>A1?cQ$Stl9e}j9-x1{d@oIZq;Jqjn8n;{OXT42Q&h(m_B zwJQ^_@jxuhBd{=zRm%aHz4X7BxwXs6d@sG&fJ;x$PUHfg`w3@$C|HWqwX+pbzpkIYWq;IuGCnXT@9RA z=TB^Jh5w85IP5rI(=Pze=h0#d2w(d9Ir1F`(jAOJyu%TYha!HRb z78qqOgT;?&n(90hPC7avEu&2^Atzt&`Fb*%oKuyvlvO%=u#L+wK=ot%3+k+(&R_Xp z@#V{}&0*W)$IYebC4BWg8-chqT^7pnN`EqR-QXwIdx%+scAEu F<6kY+%XR<& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0f01b5d0567a2069c19e5b7fc7ac30e24d7931b9 GIT binary patch literal 3622 zcmbtX&2Jk;6rWwM*K5Zc$IeHaw9Q9TL|mGfHi!yAKcH7zj^cC zeE26-O%eEheEiq)y*MF%V6D{@J$ zBua^jQc?sWl8=cQdqhl$#%OXF#y^Ys-byKv(A2ZG>r&4~JTJe%R$lPbMW!2cNjL5- zZmiP0?1}StJZ0XcOkc8TTXSp7lNKz;^^`lSu2rk*wkM&z(e}xIly;-FDB#>FDG4Si ziRJ{%N-D)nfl6i3lt7Q0XU#a30ZEi4Q+^aLDec|_^d_NK344>!n*t=oksg}B$Y4|t z;Az0qfUCSuF3V;wplaJ!27L8`E(2>H=ozri(mpDq2aZc-4(zjS`+l&=nFF-n=P(6R z1fD@a2f!i$UWPy)1bwJI3(-6Q$O%ABhR8`khRtE%8KI|;iL;GBo43qUpq=(-0R9#8 zG}xap&(H*Tk%4a%+M}>$WAHo1G0_|ceSAaAPkKsm&9>(($c)UWyT+Ip`0K9cXyAoMRau%IDA%hPjp);V!46s48 zO>2RXrd16Qpy(G}D~ugH1a}sIj^H@CZB@I;5yEw6Vv2zS_=_Eiv^<=V-ll~fH zBh#pr%MNwDDD+^3Rt;+4T%uoh(ivvhpIpq(`xF9s5DwaohuL>1y%)(oHcx^#nB-F1j)Z{CQM8^$!FNnFw~ke($JABG6=e1jcp}Wz#3ZRJ&?qk9_V&6PqmfN**0dx*2!jQK0esU+8!WGY8tKjjQgiS zh`kML`zzXU#=9K}zOUPB)EkH#6K?R_F(hyj{i4T0WNLZIKNCI#TlNu(8z3AU4F^N} zUVz-tb*no!J~WHw{?XM;lcehJGT4agoyR7a`H4c;aCZyrz}A{WSJC?@&Z{hP)$;cH zV79-ZJE{SCI!Gdc9>_twY_B;h5$C*p6`lXbYR-$r7yrO__*o?5gP~fBT;o2#S2`?a zI9Bk6E#`$6SgiR84>y8dp_=BUG_6uI*KE|&n)daYZu>o~A51-IsaCTYp3q(lE-5eO zxQy}BZUQiN4h1HL@f~^rwE~KZDDXAQ-a+v$3VgY+_fYWF#jB0+rNC^l>nQN~;i(_# z4!yN*Q2tJ4SXAs5ice77M)4^MemdiMz#kT@2Q?JP<9q>;J|Znqh^tLmhz~ZT7J;9a zpywK~Cg{2C8wln6?sNOy+kW?s-_1t^(9P%lyYqY$!r8`Mbd=q>!GC^;VNW*d5B2P( z!Et}Y`cCZWH{AUB-9ydQ?WvvF@2Am3eSQ;7cmTP^B3#5g=lo(#HGU1mI?Jl#CWyg+y{V1C(R zkSH%%{Cr_So10&_)s@WG$_IW`US(f`HCC;IFN$VN5QN{!*dOHDFXY-Q`HGNx%r+;# Vd+>^Y`trI+)WIjWzxCfX{{oI<|5^Y5 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf13e1878b6489dad21ce598a07556f9b38249c6 GIT binary patch literal 5162 zcmZ9QPi$0G6vp4ov_Op5)`A$RabZ+OX-B~SB3fvLDyb+{42hXc+p#oG>EyK%yJIJD zZN!B!(Zs~+!o;|AAq!oo3*2bZgpHb**%%8e+35Mcch9@uZ4&HvKFI?W6Wq;rs|LP0HjgwYf&gQfEN+(;YoUK%{YSykSWb@TeD_>TMuCvv^ zYQk!P^$F`+>#uL?VO71dvHeu5(_UR|*9Ysh-mS)RNErscx4JigxW~f4FzQbbw-w+D z>W>ii$2#(zs2@jc5cDpg-h=qC08gR*0CBAVKifxshsS!YcLDXC9;W@v>fQ;&YZeC3 z-TT49cls~DCgL*->v$UVJBa@Z@Qr;GyZg8REnNH+^nn6gN4?LZKDb_-hKm?B_6uCb z83QQl2L+(+y(*yW&T+|ZQQ7T)9i-Z!;33Q_!)DyO74Tw7y+c8{oQu7qTxX!H*|8oh zoPpSv*+Y}pd5GRcY@j@vEoMFH)BtM*>|lU;hk~-^V!PenVcwXB?FcJl7~t->4qs#Ay5l}S_srapcZr|76P>psD%LGJ0(yHfm(1eu@I<*KrIAnAwam6 zfIsR3LJ4#-flemS$poDCXfX)Oxn19L1YvRnVR8gvas*+|5x{4MASh`9Kog)AE>R1C zS_ssF<;htH)Iy*Z0<{pRg+MLnPAmj!Ay5ke!cR+}76P^4Vqzgs3xQe))Ixx8ErD84 zCl&&=5U7PfEd**IK$w`)7VS_ssF?&K^4*o<2U)IxwrI@H1rwcui6Ay5l}S_srafN(8=T2Lnz z0<{pRg+MI?Y9T32$LfSlOy1sACW3xQe)5WZ6awGgOq#Tdg7%sr<7=LA=Btw%^$4|^Ok50`vTF-9S+U({VjdROO z?Z%r6d23~KuGQ#tmYSW`?C5HHWfk98-RLaNHo9x8=a$bO8ar^Xv9h?@9__Z~-fAth zR~p^LZligjeSUs9Z{&+}=Niqhxs|c*+RYt@mzL+>?zE5Or_E-sOR^RGNdKu-DwS*5 z$mWi0_^#{Kq5f?*YQw|Tivyecvt4@~?5bYP1~gg%(J-hCR3T~pew273wEfiB zvHcE@Q$zBkBSS|e%q)js4%c`c-2wC5)D1*60yOBd`e+ z5|lf!7vyk?H=&~KetzIN+bn5w*7RhYuuz0mT%0w8@R^Woq9e=jZA{4YnS}yFTa&H0 zmLU~gnMh}sRcWQh*1|3eJ3)g>CYl)^w?jp_q4+1sQ=*62&;G}yC~EA^Nl8dyW*v9S ztBNZSa>j*HpL9IQUA$15Y0#v4l~kYf(hxIt{K#sHfLqO$wBxE{TfQIEeY;Ujc$}yJ zvE_RWE9xd~5neM_uUfH}@M>f`+jfh`R^&xieTRpxke2kEwpEYt4$Y{W&MQz?t)&_i z)jYm|ZV&z}!NSsjnuBHYJ2m^)ho@Kmf~J@I`mnh8t$2R8eD?Ldk&Zh@1}rS@>u+uj z=$SFr!bXLrM$(PEuqD+5NHqc(|0j?|h3C;7=WhkV?fCq*JcXfp;`jo(QH~Ju1I~?% W5?R@Q`kuafJ_3XvFCM8+M(_{cmcFzA literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f2ee7309e0e04bc2b28e34ecd51098482d59ddfb GIT binary patch literal 6581 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..131254e769ab3f9a8d0a4aa223c4cac3c7b0ccfd GIT binary patch literal 13181 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a4d99dc30a605f19d546de60877f54d13337f2d GIT binary patch literal 967 zcmY*XJ#W-N5ZzsW+~qDu5(nJv`5rrGevG;NYf3fR}xKoNq zq_|XEm;42ke*!fHZU|7NJ8_{&12gtTf+?Qgj>q%njrVh_)gTa`MnCpkO2|(247(~8Y3Gd(2hu;3o5i_$en5BE8^$_!!j@MV6j5q z3{_s#b_SVv<;jBX_*GSf`s^@$1muJW;?RINETE1i^neMY%Rodwo0T~x$Qc0(jIJJ- zN4ir3saj!d=bry&c;_isu@^;L^}?8^`$F>Fei-Fp!Xp@>Q@3V|cV8qyDs371J=?A1vO%GN z{&21|*a12Rf~o~@NG2v(yfuDy{BE=`g#;;d=oxSM=;%7oS?TT`5OnwYU+=T31A6^i zDH%}kz4oH7dfZDmHsomnJK%XwR6F4Jy)1)KIjpsuk|$t3@gom*E3D2IEXS-$EGBWQ zauGn`Se#3oz0fld7&adSHgQdYgFyKdse!gY&=>&9u& zkC4y1?%Tc>&EC{pH%NU**E5-BLgoW$z}FJH%9{vH1ngK2A#2DG@aC&kfFtr%x6X~$ zgfZjx_~kDGkEuq?8)afrXGZ&UX#&~yX?}^1svGv$vW&va2U(cxNnE(Zn_Uf1>in;L vRbQ)IJeF;!!+)ag0!%bY={Lf^>&?;g_nU|G(rnQ7XnnkNyz!d=Ed~Dqh>_;J literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e3f29e27be6f18d05ee34c5ac6ca282136a176be GIT binary patch literal 867 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 MgpuQ`nJ)7G0EBNqJ^%m! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..305210a0d649e1a6af54219d765659eae7450d70 GIT binary patch literal 2492 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56422e43ff43b77d7e35ac088a546aa4a69ef0e6 GIT binary patch literal 2362 zcmah~Z)_Vy7N7C%di`(XB(_7+rb(JcrOpwXmgYX(p^E+k3b+N5a>S&p9PcFAbnRVc zH*FoQC4(xFphzSVBCg5@Lpe34^rU{|zQH#HUz(-}doPG`C#35)mwdV76K~dWXnUM) zR{Lh=y*KZ@nfbjpUrSN|LHla{A5%|?2>p{yn$4BKWUCb;w1O0*U=5{N@6mA1llJ7e zG?(MkJVpwq@S2eGroHZ1(8QcC?aTSoevCYbpqXgX=&!xvT?4zUrGtt{LW+-g2u~#V zLX%t<@Yz4fEB?!TxyD>((moSsJ|AvMTT{bb6NQ-lO1lzPA~&LITtoL)jRG#hKo1WI0|+tXZ1RZl90qp9i`R{;jWoyofNn5nRNUD`aG5JI);j3~XfMHBW<6^w^%a zPuiXt;X#eYcx{_C4!T9I$b%N3;nAkx<{1BR$CA@}jwC0iXvQ4MW|EqggX@?WvWRK135=7PI*~LA*0i2~ zDsk{o5?qiWBa=O!nIdM=P>rN~0c`6uN!9FhQocwtM#3mKg6oSu2F_S?<|L4Rp?{Z9 zHQZWyezUD}WzX`SvQ>F~qb*T-p&E$Z3iMTDy({vvyb;^K5SSO{&1$&o+i>rCxVM5g z!u|7nwI#ANQXaU~(sSF_vl;7NIk$YSa(Fee5gVEh)cq(J+X(di#|(k1caHWP-G{%} z>j4U}sEP%LHmPe$_CYAHqhRx`vYW56OgJG?7;RYZF}fR%ioO1_S;y& zH$2VMD+aCLjx5-;2a!O+yO0ePC0nFEh=sSsrW_+XL>uu*OXbJKKqR?2{aEwcrb8(G$* zw8LHB@GCPV`Z#b{`8R(A0;$opyYyUDioXBm!keXMtI=2~wb|NPI<>i{zjFBM8$Y2A zVQAgg1*u^zjn+DPEBy7~$H8mTMn_^kSPgcT|F|C9zZ$z8OjN_W%4ctf`)iTMHU|=` z)@S6)%$#VRe3%1#6qe*1aa3BC=@B3-hz!nsgj{Osd-t3M?gHT=S>|R1y&~F z*uA2;XAT~E>hN%1W+JPQ$*E~|=De26>&9Dfxw9887B0;lJ$C%W$!DK?{?rREzLYwB z=H*vj9T`3Q+Miw@OZT};on8N9?WMxpJ-4Xh28QrxJmz>PalBT+Q1eri)dR|26v{H( z5oGpAHIO8@Z&Cwn3}23z)pLfb5z3Or;Q)CKr{=8&68Q;T*W4>+`^{%^M3&hKceixV zHEvK){|lm!tjNX3&%UQ~x-zSgBlHizW3QZf9Y~$S82=slzefkw(SaXP_xI@WyMgF@ z|NDargG=KZf&P+M_lh{N#MKdWWnU#$F;|b@j8uy2dxzIMf4{}p_oLl7vXreO=qmf% zZgte{J{$df-`~czn4o?H@uB&-+g#UoeBTc(vGTDyExiCtKKO3x?bNOI(L4Ov8t-2i ZycIim^U&w`PT<%#{PB7a@w?oO`~vU1MYI3_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ec0a36498c668c9454d97220cd0f8fde60a0f74 GIT binary patch literal 1610 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7076d5478447e93dc12afc6f39b7369e20a411c3 GIT binary patch literal 9108 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 CWQ+d* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..067e8beeaf7ae920519dbbc6b3fc1864895cfc2f GIT binary patch literal 4274 zcmb^#TWk~A^^V8m8ILE99qix)2t#-pLINpeAy7~uStyTeSr$;eT^YwS2?Jw0duO~5 z%aPa$Rc2pgg}NBE6{foqtmq^ARrsRc?T<~6@Qy%>wp1#A?uM1ReD&NrV>?On(Up25 zpZ7iI-gEApJCnb)w1^1CUkhK4{Y66P?}Vuj&LL($0^%A{kizIF#l)DDE9PR5;!;?h zO}S%kO1pI~<%xMxe2h;CF@efB-J23)BBedLFD1n!O7nV4${+JnTF_flfmnb+V@UD- zj)?^Ui-6k{Uu=mB9YBh72`MeAc!#yu6AMlFqpi;g6Lnd_YvZPtNhfrRJCO$BIYZ=( z#qH1N860ITet#xyWOUW?JA^&Ku%y@3w4&nIRU@mLFhe?&9iK2&d{n!jrGfVyRTD-Q zt0^^2)ckRE%ptks=7g?Bg>T7l!>;#GN7P`#rr%87HiQAzP#^29_%B6_9ek~`*8{Hmn1sx2V%k9w2<$Xe&f0w4>5 zEI8qcwpr}H1WtShg|IVh$O#!Lpegc*o=KjQM-sSK6lEAc#$(0+r3hzeIaS^;s%H{r zbU;3t(6g#Mn!&PpMwOvda%Pm0bULvoV?-U((#=WxC_A3f(x$v&L^aQ=YFgeRCtx=5 z-Xm-2q@FdjchqQaBQEjX2s;GK_nd!TQ_M5+28h`sXPnar8#qP9%|(L}%coBdXVU8F z({y90#04#tP07?juRN%ZCg3OUk!Q;=tO&BpN#MaQN@I92&(P3L%qs3{alU&$Xz> zKzTQKtam(QwlwUyyyy3>IX)YnCQy_e#w0}4)m(K{z!4BxEEE@$XA3ATjXQy|_eVTi zoIyJX4@pqXsN&jlOYhyf6L^WIKcVu$Da2M;@o~2}_8_wX|l& z<2h*`Nb1}Qh;0l2xQJ>Y6z(XvKkz;dM~dMRbM-A?#K%k8r;Os@)jhxn)o>@3g*!{( zY5rk&N5TD}I196p<-w|%#pxtz&-FnzMvHn92)JONsAucCIr!Ib)qti^%%;lGG>SM+ z!~T{(j-u}2oEtW@A?NCmUoz1syCB(72Csx^23ePkWq>3VSRKdBRM^~RVipB(5mkfX zDdn2>u{QN)$yM5RYvATUsps~{bm-5KFCx?8-Bsn*-DP1n?k4W|q;moBc5^V2jpGVx zl7rRon=Qls4kHHgU^a5J_^#iT7MG`edDq!RaCU^s3*>l`qZD|W^eh@--i)N_4 z!aTi+bI=ebMUy=4bmRqU?aOX$-24BQJ}o9zRMiE%+c9WGuL?$ zyfkgax~+mbQ4U<>B?|xV_4@;Ro*@mAl<_&qY1EHNH=$k7@BQ}0H-82Vuk(w}%GzCbmHXN~t+MvO%&LQBp{u%V>-4e8vh8IdQtjF{{dT2mM_E|* zY-M-phqt%h+WAk*d($Qb=SC?;@-db6{ ztt@oZB-9ozFI`^=t}l4L^mRe}hwU57oAy-N_g196g;$@ob`*yzts4vOFMZ3aQs7}| zU3vYEN@!)mv;DU{pB^q9EwAjawD(V+ zthDdC`^Np)z1WQZ-~-{{V}JOHep!D%JtHjt&LEBF7ei}?)-m(CH|e(Y2Kyxt*GLxx zyl}iL&v`*v)MD{@_3n8bHRr>Vzi5wd+D2W&&&jgjrlapuq*dchwt(Dp%_qSiD~Izo z|FEU(ubu^mtsy-HbBsLz;Dta$fzXxQIt76i0u$O>c1kgl~m4A+Cbh>T4gs2E0 zeaiSFfJ^9KE-xq4x{pR`=?@+R=L(nL;=*cbShg+PUR}W?pflmCNtcRimPW4pqghbx1zeVtHu%> zeTCwu-ta63d~KNFIgx4!CR)Hxy`dKzV0$ZM1H;j<ZPk{xi*R_3 OGK^U0`4$mO1N;YsN8FqM literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dbbcd16cf436fb04bf68c885f7c7f54ed2913e8c GIT binary patch literal 11860 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71bf3f31c2dc3073ae4dd786a180ab0d62f03720 GIT binary patch literal 26572 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%0DN?puT;(*sA6JC=HcnGtkY@i$<+r#FU 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bb1426537ea832fcfa0783cadaef315bb20b7a3 GIT binary patch literal 1703 zcmah}&2Jk;6rcUF9p}R&P!*)AnkFs6jpNM+X+nq)kVY*?&7nyy2DDjw$7{oS*UXMf zY!V46K?*nD5>!<(w?w`4?|_SYGkYN_CvJwo#V6j(ZW9Lyn3dkVubF-Gd%u~VhKG{~ z#*YUt?CUB*zjEW{&?4pRHYkV4LYCy9ij=N%B@G4c$B`))^SHvdRuq+!WkQ`_tIZ%0G5Tk_Es9TVt`uN0w z<$#^N3E~j#pijZtm3HM_#gcX;OMa~G$U-VyK2g_ET4_w!gkc5+iGN`h)`-h4URhtq zKC3$<+mj{&WqNk|1f8gX>Jz6(xT4^2iGM$gnsUWMpIo0|Sq!PFh6VmM}g ziV>f219aUf=k;oxl{|MYJ2R{MWk#l|X5kCdCca)RS9RkNaV?MPv|K3ZqAnw)UdAMdZ%{XeuHom2*AJ9~&F0XYUjh{8BDTv7H@5hgX^uC>FLbuTxNEDK0Us*l|5hDPliJ{trNL`#%wDGvOA|^cmoa8Gj=9MPenmXV~REamo#139xIluZRn9Z8#f3 zr{4Sjifr;?qsG-sG`t90hdul>2w>x7oKs`X&F{VjF0Ow6;P~xlw@#MZsfBi8L7=>r z9u5+Q;lcxF7(vo7DxOtyxISbUU)D?~io^}W@(SQq0K6b&7^drb%w%QH^}(B{Qm+aq z!(9Q2(J`olUgd%}F3<#Cls{JC8F_yNX()d?h2V+)Hi&Q0&+0p;14DcFJL>Ju;K<&` z9W~QQ4)1-`Q72Ee;jXM`v(5EC5KLzZij4?IHz~BZmf<0oq7Z1^u_&|%7~DF(@=R-w z&p*F*ho>!ywBKdW1RSE2wX_<iL^&Y(mdHiYgIp4dA VBuT%Zn}5c}rN!pbUkE0#{ol1nxIzE` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f989c7afa1c56492108444bbc0231497e262b0d1 GIT binary patch literal 8589 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 Gy8j2r79K(X literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92bdbcc85a7d68434cf555b2e86adc98b3dd6aab GIT binary patch literal 113795 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%0A<5#Hb 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 Uctae2Aop^;pJo3h(1nZq3leGy%K!iX literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..333a29231ba8d682fefe13b575cac7c056a66eef GIT binary patch literal 9228 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 c(eqchhmJ08&jx|);WxMN=u%o%I`8**vAvH$=8 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ec3a9df9988325a9652323ebef525c8acc8c4c9 GIT binary patch literal 10931 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4fa1573737825a24b13bda940ead8c781be680cf GIT binary patch literal 4211 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 d?YP->z3bNA>pTCfd;`)HC05x?Z)SV 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a3631fd6467faaf8325c1d8c761bf3f0060319a5 GIT binary patch literal 9900 zcmcgRTW}jka=XAT2!P=GA(0~G6-9|$Q2_XoNWnH}ijpnMHsvGbxD0}Ume?Tx3NP<2 zO<@Jz$yd5ERdLExs#2m$zA`WQIA6&h&R4#Y@@FdfkxINXj5u|^Bvq;VqfJ)jN?+-o z1r{Jk33gpomc-0K2B=sh31I0E0wz&-3NU<$| zZ7st#k!HE=dOyRgvq~1^ZI8DkS_7>tV_`_^14ASx&_Y_41`0q~B_Ddg8X(I&h2n5k zijJxjomDB0RHf*uO3_`F;%HTh=c-Z&RVj{DrRb?jal9%;Z&ivDRVhwZrRb|l(O;E9 zEK$g~?%D(G;A`G8H!Qq@$F?sG?#Iigz^?~Bv3!2I$Vp~DcR#QcJvYNoHZ!^KT_%spKEg>k&7bmXdkyD!HNMYZMY8H;9_I zDMVXVl3|0rQR3Rh7_!p~1;h__sjzO0W~0n9Mfqldxqfphl~{-+i69Bd<-`I}gw&!? z7(|FA1uX?FYAhLv69esWIt6%U=EFASlW07baej1FO&gAPuVMFZ@ zRaI$(VeL463lz7QZ5QKe_-Opj`1&i4Yr7tDT|0ng_Sl+73_Lp*pt#2nCcw%}z#_8& zt85`0;fZb0(gAI<72Y_RgGgLM?9gVDtuhZ7+ilK_e2xq+*5qq1m88^9Ocs1YSddgA zgyWK`3X3U4C{soChwiZR&rsZBG}95XtY*>`ol|jXMRk}g zTXc_AOVYciAM&J+*{>8hH8&ZmW+V&8eu zXYc?gH?3O6XGV&tq=M7cOqyI&loUAotBXQ1r3qp1a&T?x@N^uI48|zuQ@K`9Box3W zOoC`?NeP3CDGMw+K}x6NF(Ml)20QA<4^ki2*}Kazg~+F=P@*mGjKQ)sY?HS_7X@b` z&xKRq{|-})yu%z#wB|XL#21xTB&;{_A=FAmZ-UX425hv4La25qq_+&a4TeZSB-N!b2?+5Noe^Ym8gZo6@sym+RKKAK5AHQ>d?#}doHy?R; zbn?sIFAqQLy8O8LwTG_Pa(358^>^ymf4XHqnQQ2NXzx~gb>M7>KeK zJv9kd%akS+4GF<49hbrcLmFySHbGBw80sb9BsfdpK&gc#64pvwOLH>)8|F6_

Bs zji=%gE7(fugm=BI+)SorMQGYV+V>f%nCL{yCZz-kh4Ri&D3Owv$@(#2fsPbr^o;Qw$Y50-*Ls zM~HwNL_i*5BA?;FR~x36R>148GX55nu%WF|d6XX<8lYM)pf$k=6NEu;)2+Jzn zX9PK>N(-=QnZ`yRAW03@NIX-RdpcP(cvg3*y6Kb_MIPWja%$SJE~>YGvO6lY@t884 z1A65c7B~r_P3gh+<5=`!0VjgOT%y-h&R`$nuo#A)iWIk*?<^c|-*&Nl7fumWo7yf` z#>61;!4q=x1IAl15Bx5-)DFV5XR*0%X!UNlx(=?TuXYx+m`a-If ziIb;I6>eNs`0Xr0aSyhyC8#T(RSRr2xXvn`3(R~w!>n2@u+e0#KvVSFGP=*%;&#U} zA0FnIj77BSw@qyYAKjUK*D%fS(719HV#PJ^Lv$8MFZL;EBv24bpSn>M;|_8{e>07O z`v7%z>|MuW?r5(4FhJJF+~IA`$zNh|*Z@R7W5?i4A6Vip| zZw{S4Gq@_gSl0NS6kjI(o(bAM&@&-U=q=d10LL5{cz*8YYQH!y>f?xvrQaL%&kefI zA*Yempr`t~sE-zUp7r<7O}bx}+=~SUqpLpOgb19*Rx2As{pZ+=EXU4{`uit*IF8X5 zM;=~vi#MTD1u}a8q3?$fj)ErQ&5=C}M^{TSjE+A=hBJG*pkPmtp*o=JNJGPt>m?);O`^SuPzXH^8Vb z91E_1Py2%I3F=A%L67lr3Xo*ZJup8Jln1~mkqE)U6we<_2z27alBiFW1}hG7zzF61 zLCL`zD1u>RSWx;1GD%BX)E_+G@1;vHG%!CPo(g*DGF*(sNojRL({`Eg+B4yO-golF6URZyX|d+OU`~TIo~#ub)+^G{QEb5C zP57x-pulwWwQrjsJb!C{CuhHyvmgE1-kx*4l54bYwNDd-wz%JV%4}uWC$gMGptXzBB6>zRGH`qWeoL61>hRd^8rp;Im zfxW>5Q~}%c-UH`#?~I9l9PtV3c)~iLuys#ZLFbp$RMMk&;G`8IYVc-oF4!LwgY&^v zh^zb794@@l%A#x0SaY;2wIm?}_hW%;?&1%0_@FyzE~))4|FoP9Z(3;1wgBh)zh&Wi z0uaV?$C+jR8WMogH3VD&um|O3kkheC#mOvohk6OQS3Ikj+c_(c0IqUcVNZsB_50hQ z7y56-0~Zv9ToUrfY2d-3`BWssg9b|(Z4%vb?=SnMNsa6e7d-TcLvNf``cpG25RAHGUpLJxp_ZWr!aO}f3 zAzy{eZ(6B=K2KPmZl?}(on*jEd38BW6na+7^KdkdB>@Fjjc~aLmkzM;8-5&m`_ijd zFV4O>Idw5_QApmt7)#1<+ot60=*pqlt21zKfLD}O2w)1DU#u<5HT{54UVSxsIcsc7EJ>zw6HBwTtT`xwgY= zFXx&Me=@SMeBbxD`9$te*T!GmU0vsLjqMx9?$)l`axI58M*imcuUk7m8QtVJ)z2JwDV6ia4n;E!K zeFL!cM)f7bWM{EE7E9Q08Hzt)%+Z6ly7(6xhq1x2`7pw2EFrqCo-xF<%hpwG2XepgHi?KEWvG(sE*1{zKpKpG3 z_R9F#!67qNLg3sq0V5+WkO;D*L3$iZ5WH%GgO+OC#n1x_9J&^XLf}r&C(!*2wy>3z z6;DbbF-W65kS^fuu_7rM?|U(_;w>D~++`04#D!e_uSa{(CFy7k>Rn?Gb7$` zbZ}H19P>oAM4TSPbbCxqq0}C+PIvz$#?1_oltNYu8J8PT2}rM_{vk*RhUc?`b3>5v zioN<|k|Hp`*gPuk zr%cf+{3t{;wXFDu3qpXgs3xM18Xyr%E`!+tRZt!K&-{@7$a#Nn#Hs{NQIJ>f;W=sY z)G?{;4`k;C+?aOm6AW-D8=g%}nIQk{)ju*>JVUJ?B^DB+nW#uVR-#@#M+JI@-$pa( zC`tO=qG9U;oWFmf-yjm*G_QS@M+-%9pQ(P4pO5l8XomJu95`FQJU}yaG#_2E)PW!? zr}fQet!=vKpQTe#r7AN}?hF&X`h6;1H3vV~73c|mztTv&2xoIRSW&eG=-KE8xyN4N zBo>mn|1a}hE!yuHELtL3sL6u=ogmD&~fGr)z;b zT|3j~6$+~M;zQ*bYqiWB|B+(IfY3lW8oKx%F#gk9k5#mKLIVRj_8%}A^b~Ui zazn!V1jrX6MWv2Mi6j#x^6rbyw?FvZ@MHug0-kRtA}=4S`{1Q-e)UiK#i8Lb&!A_> zGXx)O6=CSyuxIG(IKZRA@ZjK(Z%|$s_l=*CMtpWef3&DX$ohR&tT02!PRAkWg^YdxGm z^G*tc=sPbjC(>%gw~8lr$a(PNm0t-#ZwL*H`fDh+tt`v_JLC90bNu(r(f?t(wrw`H zdt-K+fogMh2dmxYqpWNF_$~w0?s?YEcCBCEWuV$^Z)7jA>o<29tancyVr>uGPwp~M z?~eAc?G%7|_cA*MO&#Jc1NAn1#O7RU`eSRye{jMd>f8P*cI%ZKSNp*m@4xY|`P>%g zGlA!~xEH=PTGsovxXwbup7&E*Tz3)g-r|G;{ln(bE$&RQ!Mnxvm|T0exDzG-Z2L{% z^cLqf0bu4afx#_q$OO)8ac527>=rjxl(Afv6I*M>)Jj2uKwA|mrajOPHi2!@Gn;%a_zt6X0|67u9If-{|AQXp@#qf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b3b716045e2ae3aa42d038f51724f539881ae95a GIT binary patch literal 6037 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45b9067a5fa6d9f924d6fa56b72ee13fdcb450b0 GIT binary patch literal 5211 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 K9}uK$zyAWP0cX7c literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..04a6720124190b1aa609ef0e2c981345601890b1 GIT binary patch literal 13556 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3943387240ad652d6b5b742fff844a070c4cf32f GIT binary patch literal 6378 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91528ecd6ef3b38939b5a0fd6b7d14c30a981e53 GIT binary patch literal 7136 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

cH%Pa#3lO%q-3O|CHvCTQ_@q?VtxmAAICWW literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Kentucky/Monticello b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Kentucky/Monticello new file mode 100644 index 0000000000000000000000000000000000000000..576f16bb2b21a7e0871a7222241ad65e533bb93a GIT binary patch literal 2368 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 U{3lbUq@*V2r=_K&rKCpv4RumfXaE2J literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Kralendijk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Kralendijk new file mode 100644 index 0000000000000000000000000000000000000000..a662a57137b69e8ba445e899566222cdd422a764 GIT binary patch literal 246 zcmWHE%1kq2zyK^j5fBCe7+atL$T|JZ=)fiAF9nwp-d&;TTM$W42)kRQM_&>tWgf3E-l literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Los_Angeles b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Los_Angeles new file mode 100644 index 0000000000000000000000000000000000000000..610e7af5fc13d9784de30d272c7c39d7938873a0 GIT binary patch literal 2852 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 e{
cH%Pa#3lO%q-3O|CHvCTQ_@q?VtxmAAICWW literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Lower_Princes b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Lower_Princes new file mode 100644 index 0000000000000000000000000000000000000000..a662a57137b69e8ba445e899566222cdd422a764 GIT binary patch literal 246 zcmWHE%1kq2zyK^j5fBCe7+atL$T|JZ=)fiAF9nwp-dDXMK_2cO>zt!e7?jFsr#+yg;@vjke z^4c#?vr8fsI+m&DvP`!<*y)ogk*T!G>_JxKGW#+g4T!frZNJyfh~n9-{Alv3(nPl` zCC)|JePfpoORDlxCqK8>l;?6sdYA82yBe@X;7WCD#AIhfQu!uZY~SOe@COUF|284y z`ikuJL{zYNVTa;dBAk1Y;lh|0Olo^*p-EM_etEUdZd#VsPkC33)_2!d{dgp5^~gT+ z0#@`7S+qH%LGn17L`Wti6_U%*Btx<}nsi7$Bq5R!Nr~h{k|J4=v`Ah@lNibDXi_7& zk>rd{b|gKLADIA|0ht1s!_iEF%;IRKLFPdwLS{myLgsQblOeO=KThW!G6N0=+}{@u BB4Gdk literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Managua b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Managua new file mode 100644 index 0000000000000000000000000000000000000000..e0242bff6e5df45de8b235abb4a8405fbb8ba6a6 GIT binary patch literal 430 zcmWHE%1kq2zzYO`vTQ&s(f}m(>Uz9jb1q5XTw)g>82ICX;FbIUVZ&Pwgtr6+XeLfn z&^qWHpzVD3fziqL0ZtJI9yr@)2DpUeHMq)0CNMHFGqC_6GnD@Sf4vL?1CW$pVEO-l z^#TTt|NnPxVBi6fi~fKr5DoGdhz9u$M1%YXqCtKH(I9_8N0<9cg~9dL!q2KL zzAc!m+M%vYmrNyyo9gh3s}?u4->-Xb+_tCwrKi!V`8c5m3+Kg$G z?{za#cg>3)+X{xvcRp`NZcfeU-m^`fExNIcZ^sXI%|!2`O}T56&fV#bSlcHI%O$14 z@ZmPrCGSqfmsdQM))~23<^5q~D2JiQ*hm?Sj7Ekd<0B;i5+PDTATf|2NE9Rt5(f!{ sL_$I#u_7fH5-n1~A@Pua{6ZokA(5C!P$Vi67Kw}h4xE^k%yZeqFOP`+!T!5-j=;1ext3M?f^lLZH12AWK0s$rf_~U0}im01JaW A1poj5 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Matamoros b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Matamoros new file mode 100644 index 0000000000000000000000000000000000000000..bbe04e86610a302d0a4deb36dd56f17673f2d3dc GIT binary patch literal 1418 zcmd7RPe{{Y9LMozHBclA0wG8gD)7)+Zl;-O|FnkYG=I#Jh7n0vU80a6L^=p1Nd(dp6bXsHp7*a~rw&2i@#FPlu+!e3Ky6!#SNw5K z^9>JIZ64m&jK$tHZmRq$Hn%^~o?uvbJK|-AuSV=B|12}pazvK*mE0MZEV4I#(%B0u zV%N`?I_JAn?T$_9-0@|V_xPILGd!pE-jsS@=&9O2a8({Cy`%D*Lb71{fI3)ECJ(J^ zQNAr1(zkR)6grb+;cT-gn*SjW-@2iSXG)~MuSb={(q(CVojNkIUY6zNsq(IGvLZQE z1uAD`VA-LnGACr!#}rYM@>bWp5aQ@cOxH#~h`PCmt{-?Vj!pLJhNipX_-MUu^iQc1 zLp}23wx~K4tdmWNgR0q=Cz}^rRWL18245Gcwm64uyYEu%3-j{yNTE10ZRxY&t>WDH zdmXAu6ms~PKA-tTTnLTnj-)rDvvf#zt}Lo>c2tJvrd9WbLD@a|Q1vXe%HGlI>f&sX z?CbARmnK}YzoA-Pj;xiARjdES$FiakAuQ|OZQ-=6M-LqFzu$}f0g+!}o`Qf74)f=l zC-4_3SmwyV{8EqvM;1sL9C;v#aAbm{!jTJ-3`aJ$CLNA^kc5zokd%;|kfe~TkhGAz zki?M8kkpXekmQi;Y)yI``PrHTIWk02L~=xuM6yKEMDj!uMKVQFMRK(@$s*a>nshnx zwKWNIWQ?TDku#DsN7hK%9C;&&Bbg(qBe^5VBiY-U^pX5+%>aX!Z8zMDjah`Cc`lsTQePGKDK5;$c${wl#n?glR{>NObeM8GBNy5W|m-fmt}V6 T@@Kfc?sS*m<8gc3=?T983QB85 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mazatlan b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mazatlan new file mode 100644 index 0000000000000000000000000000000000000000..386616a59cdb2a21f1f24a6c72526bce0360cd24 GIT binary patch literal 1060 zcmc(dPe>F|9LIlKBgwMRBdCZjQ9)3GwWe$3R-0Sf+K!rzW@fr>u^|X;*r7}H4iXeX zuOJBgdl4#;ytFP<&@qsN4ncn|9ik#S)Im}rruUhSo$S(gc=H+NGBBTy*V&hk%3mw9 zZ#XP&56^0{__^@#`;I~}-=3XK#0#ZJO}6yw+PAqc7qYv~4XWtCI$f2@tKBV&x_aAD zRTF)yW2?5S+KoS?_ESXd`T0inF03*8iZ7*ZCT!x5M`i!bujat;RXKQm-XsQx^`WL2 zQ-AidPFCJFhm$?}$m)wGwKbtri?>wT*`m|02UNp{GJUMnrZO)!i+eYw8mAp;y0k$x z4}Fy5z160r|GBg#)*CPLK-xAfnf8hyIU(;%$J%?kQhYnaK;%FKK_o#$1+=mt!uS@_AmSkMAOay0AtE6%AwmOM zsSvRYxe&n&$q>;D*%09j=@9V{`H%o05kNwK!~h8*pp60&MnD?}BoIg>kWd)0K!RaJ z0||!_4epp6R>7$h=CXpq<-!9k*fga?Ta5+EZ&_}@Yd+dgCA E-#C&DivR!s literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mendoza b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mendoza new file mode 100644 index 0000000000000000000000000000000000000000..3232c80e2003489921578f7acbabc73fb9148205 GIT binary patch literal 1062 zcmc)I&r8#B9LMqRbgMNy3=H}~gpgt`f)8_RK`9^cU_`svDDc!FiXbRDWYF(Rr(h5x z2ozUdgFXe8sO6`Yt%PJSBZ3Z#qFWJRV_Es>{rvm^QK!CNK6`w}ckJ?d=7x?PNd|ws zdgSdYIcqP;$E|C5b^q+3ez5U{ncSS$lZz+S)VlL_YGT|>H}2}0>#xr2s-NsCsnUgteY&Y`<_?AR+)6@~`!cp%yQ7|8F6jB}O*8-bie1P$wO~Hk zYFFAU_8+!OJyEqZR=3|G$5lNU*Y%HMrqSAO8|A9{zBH_tt2@k(QriBU*{^=x9@Hx% zY2~h_^y=}wCfa_YxTP>*+T(>{N9L>P_;R|~xgn)HUzW_)<)gOC>@kVjJH743!M05O znb|p;Fxs@5z5~5>V0eugczdxe)YSZ!cO=a1e;kf9N1EiDbF=4yz`0T-2s>A{LDacd zl~9Xw?`xqr&q2$+Y%b`Rvt6a+bjwKwxqleN$#rVvp8UUajDrk>jD!s3m9db)yfPXx z95Nm@)VV325#aL~uYg9Ie42SkK~gv5jdg+%3*u#mXC5*QL05*iX45*!j8 X5*`vC5+D+x_kV>L+bv1s{+K2BHZC~97JbK>;S7m=kg6?_cw0ylItWQk4A}8u%&2Y=;PRqEcQm!u$bo|>Ki zjm(KoQ@$y`7~jRPntS~#Gw;i@>b}$OnE40Cbm50DnEN|N^aHPoDQY^VA8g+#4^_Ob z7c?|U@yvEzQoKY;F2AozbJm;E;k~LXzQUCCZ&Br=dFJ8QUe*gwEfW9MR=wy*u2j_4 z=*7Dy%98nodTGlQS(cWe1ItfIU@S^k77R$`&*`cv{iLb-LaFNT5wo)Qys8=5V`|$! zSC0&CHme#As7JeN&13#gb=~$>S)J3X>w`7Y5Z|HKloraG(X~35nIXY%%XMRPlr;8v z^ty`|dE5~vp$rqo;rBWG*!kc>HN$*UGSTFrs++yA$dqOS8O-U;ZYs(^-5^u zxZae~A)5vd>()Ql%I5Aaz2*CI+1l2kpB?Z>+o~1%xjhLoF3SFH81J}|@Bj7}iS(UO zDiS$*C~ABp^7eieF@s+`U7e~v3-`=XN7$h2ULmu=Azsi0{>!05qotT z%j%IiA(KL8g-i>X7cw!Yof$GUWNyghkl7*ASt8R!=7~%c znJLFqk-2hA7MU%_bdmXTOc?BnZh6k|L+g5l51oHcK37a@ss`BnrtCk}4!uNV1S@ zA?ZT$g(M8g7?Lul%^8w3r_CBi+MG6T9En3R$B{ZDcO1z>vd57=B!5T(kqja!L~@8E z(P^`Yq|s^fh$PZ!Gl`@U$t6cJk!*6L6Uiq>LXnJeq!h_1M^c?Ot4La%Hm^uxoi?*b pYLVO`$wjh@q!-CA{tpryXA3>smfGW=<<0lzdi;5L-aKz^++RkMdw>7{ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Merida b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Merida new file mode 100644 index 0000000000000000000000000000000000000000..c4b9b4e8801cd9447d3bbb6ebff71e26df669c3c GIT binary patch literal 1004 zcmc(dOGs2v9Ebl?Bbf;Xp#-&%5JV8fv3!-UW^@=GHT72GYt-_A5O^?%78M6_llWW+ zq8kxfgraVgq>Z?gTt?zTgg`_$XEPKiUe7l!UDc-F<(%(wVK(!9PD_8UPcALNe&Mhp zdw9S3d2P2dZTLWLXY8unzBl4~ov8AH5xL)Zq#k4zOTO>BD!6u63hx}6!hpjb(^PR?JK@#SL?T2aL?%QiL@GoqL@q=yL^4D)M0T83 zI751zRy;#KBmhPPkPsL#K!RXI0SN;V2P6L=&eC2NDk?AV@@zkQgyR Xf?`Ak35yXIBrx`0B1^LEF|0LSs!b#+}`Ybwn@2YD1|n#pMR?-Y_`Vv^#zshMSIV*mV$Xr(C_<{=zC zgdMU6VbsAKI@uwMqEjg5A&NjMh%P1_Iuw!9`;K`k^wJFPeTLoZ_ZO&cI-RNg^?21U z9G+5j_)hFo*UO;*ZjJ>D^i5C?lL`f$uhJo!VJsz zNw2YFdav)7K7G#gO+FD3UoA88{gm{-ozt`qru5DC9|-;Ch`wdW6kEI7^=(aU zBD$(Vk0}a>?RhzRY)ZC>+fi=D`{G1`JIf4aeU!mZ2aU=^TU5SCHL6xVi0TQyadh#y zs3|xgYX+8$V>1(?wtn6?K0YW;lq^|wgLmY~J#*Hn#;dYE%CZ^?8)d_nQL8bzNH)%P zSWVvDvS~7Co%tLk&)#S^&dsNa^PLsO1aa@Um#ljyKwx=S6$WPov}TL(yT! zTAjIbvUBl=)fH#Su96z(9T1iGmdPcet@f%E;ZIl22 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mexico_City b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Mexico_City new file mode 100644 index 0000000000000000000000000000000000000000..ad70cf3e08498845aaafc38e4eccca7461c8d337 GIT binary patch literal 1222 zcmd7RO-R#m9LMqRY}GQMpoE|f5`jcPG;Nusxm=CamQ(-EWo5I6g%J3oKsr?XKna2# z><~Rj5JiV5(o1vFMS=t)u}c(1G6+KK^79}CJ^cH<|JA9Jw?5;)_t-AN_odU;nGMQ6 z3)pXXSj0YjUU5G+r3Pl!sa!Ud84A~^d`T#i|8d?tpB&7LUaw4!wagU8ravSnibe|) zL#gDuo27;K-94{19`Bamser18rlqoJT5T$?mQe7e+PrX;RIQvcRiA#!mTxai^{iiS z%{?>Q2EOZ>rvhZkul-fvpUKI_!_ zv!+$Xb-MJHN*4z7zS%RXZRD!n|GHfrc<@*bKB-gf7y9JTwbd%qc~Uyg)tbXGM~<|Y z8DEiqp1)|meJ$|b`83y;>)tC7aoyW};&{89{498)YaJX1_F VTvKc_d{d0G|J`}9{YMBD{{rOpdENj3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Miquelon b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Miquelon new file mode 100644 index 0000000000000000000000000000000000000000..f780ea990ff22675b5cc4e4dbe2c8690ae4e41b4 GIT binary patch literal 1652 zcmd7S+e;Kt0LSss#6pq+i6TMlrdjUlu31{Poh~M(+n#DQGqsDFS*hJLQ!@%d3MneO zQAk8LqVU1WB9H@#K@lAiGYBk7Bmy5Ig1~S(-}wWAUZOLc`8>?)?>oW5${k+ok7uX( z8fNa~GashTjjAqHv9&{b#<4?UW?rwJwdSuVX`y%MSMlk`IGb+IV? zn@)@FR%ye1I(_t-THO0kFL{4lWpuoeOP`i0-{}W(*_G8w)Lf9uTS~=>K)qa9mMK;x z70S$2@gnnko6d5rR9Su1Iy-WX%I=hU&B%C_bG1t5zMU=nO#!*~QMd>cd89o5MXbw+ zlIv?LsYzqm6hQGqVj&I+%^0}?7k4A z_q^^`RdtrG?&wlAd7t#&)0fr0)E>RRrcoW3a!Vf!6sv<{&tzR%gQy$4DeI>diTdtV zdHAPKG_+UB#&@xzsX0d;c^oR5OI-5k#UT+AI_{r5w*9ievTXagvchb;Ut1Gw`}4<; ziMjruwR}U+awVsj>$QS^u`Syi_Qev}7_u{DYslV^%^|x(wukHw*`TA@A+kkBvqxl; z$S#p>BKt%(itH5GDzaB(v&e3d?IQa{HjL~T*|MYAGqP!9*T}Y!eIpx3c8+Wv**mg% zWcSGSk^LhLIGPTS7933vNE42x3#1LC52O*K6QmWS7o-`a8>AhiAEY5i(-G2=qv;80 z%F%R%w1xDAG=_ABw1)JCG>3GDw1@PEG>CMFwCHGhM4EIoT_SBdnm&<6kxr3TkzSEz zk#3Q8k$#bek&cm;9ZkPV{>`ZjU=T;y0(ysbByA literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Moncton b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Moncton new file mode 100644 index 0000000000000000000000000000000000000000..9df8d0f2ec9fc8f1974d83cdd8155c79340007ed GIT binary patch literal 3154 zcmeIzZ%ma{0LSr*s3Q_36+s+EgYc`M+FoUJe9`4TaW^3-qe;(c+uR< zKlx`kt4XdkG|ZtSVgj1Zc?2cR#G?qBfr6TuT)Ca^)648d?|RX>JJ09Yv-|q@O`4PW zcDU_tr@Q&W<(xK`cmGx9v8sK)C@NbccO1MV$|pvt@_j??hXMoCp$*;a6&)^hc=2_6 z<;4bdWaba{@5?LI(TK0?RogyO)qOs;*W^4<$9zuNkH6Zkj<=TBPxMPyC+bgDo-DX3 zYlq&;sgWU!Q7#AR}rF+VzVJ^`eJ4j#e?XPYGd+1;KT~jx^H|m@B zYt*mJ)w-qrOVwIatZyBz7Pm{PWZRBn(Y|h%ytA@U+|4eK_vS4Wza?hL`_T#F_mT1P z!LUsAN3SsX&}*7{_+YB;xDl#c=R@?P?Uf3*Wgn5gzqNdZQCfl+m?za^%B|R!UpA2nJRl8$XC5~=V{+9v(;0Dvvlue<5i!` zak_76pz@0wp!-F2s;7rN(*8pRi2h!eb%4hs5zy|E1Fl>afoB@zGe?eyfqN_Epq-zK z!FhLd(1&ZpkmR#^Xx2{kY~+6Z+|-ZM^M0S|;1LT{aObyjxOc1?-mqDYxH(+CP?6>g zsT<)4EsA!AmG*FqToL3Pwf>f4bjBoC_#)+qh#lk_GvgaaWUzss+uv6t&W)C0<9#uG zVvwAXcV5g4^pr`-2SrjxlT3-+E>fC2^z4CUYIaqlPVL;P=6q4DUvF@#xvPtHT1C1_ zpI@lw71@nDx1?HSC%5UGb;atv$XdN9yHG9m+oy9A7pmOOGcrG_K;$=+%BB8U zVrj)jx$Hr_c)w_gTz)=GI9H^~56XPSiu4I`<>ouW!?Vj{eqFmg=Hui3_+R_xb{~zg z+1%~}du(0Z?sLk+%k4f^Y3pIV`&!Sw@d-(`DKnF7lVi-qS>}o)Ga}}A{Pj%w7xUvb zCw*Y+cgPGOQ-sVBGD((ZmXK+(H1mW^6f#rDR3USPOcpX*$aEp|g-jSSW5|?QnmI!z z&C<*oGHuAbS(=GMW)7J;WbTm3LuL<|K4ktZ%>*Jdh)f|ehsY!%vxrP1GLOhaA~T6h zB{G-DWFoVPOeZp*$b=#@YH6kvnNws^ky%Bi6`5CLVv(6erWTo7WO9+&MWz>-Uu1%j z8Ahhq(#$b3$;d1t(~Qs zN9G-wcx2|0sYm7>nS5mSk?BX~A4vd`0VD;MCI?6okSri+K=Obj0?7oD3M3auGLUQ_ z=|J* zB_vHqo{&T#nL<*9|JBPq5tIYyFfX|jx@+0x`0Ni>pa qB-Kc+kz^y;#{bj(kLmU{O&??09+D6d79KV#Bw_UEu+d?oy#EAS!oC#% literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Monterrey b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Monterrey new file mode 100644 index 0000000000000000000000000000000000000000..2d7993a0d71720493175bd05b2b0b7409d67407a GIT binary patch literal 1114 zcmd6lO-NKx97q3SFEkSp%2h4I0*QiftkEndC#Qy~nM{4^WIB$0Oc;Tef@o23Aqj#$ zY!O5fRL~-d#!b^m1mZGs8A*!>f(YGQ!J#1Qbiqao>5|&0Cz~_6}u(vTUXH zhQq@4@V)MF{zE1=zeVM<-IW>u&NWePv9nwqY8*?9W3sXKLEg6GOqeJmy0J7(36 z+9nAF->Qbv4br&&t7-i5OLqQvW15PN-j$y+yK{@W`PEGmzV%V>8B?ZZcv443Zm7L& zk96yaVHMprqW4AH)&4bE9otl|V&AVw+^JIWnUiwh^EY*{5R=68T9drHSq?obnzjq8 zN(xL^^)n4X`QONr&6DC`bhDj>Yco;kG@N*z9-M6 z|3!;RUmKNyJ2fgZbXEp0ht09LE63B-CQ#z6a7tGGU1_x^8MU-W0w`F5`xmx6JB&fBLCityK@9q|7WoS%88#tC8CD@? z8FnFt8I~cY8Mb{|;|%K%^AP)x0w5JYN`TY=DFRXjqzp(MkU}7pKuUqs;?owxsK%!) zhfxotAVx)yk{C5Xiegj+DGO2;q%cTjkkTNvL5hP^=hK!4sSi>hq(VrEj2a S$*2=jDEq%EEw=%O%6|iD$uX1w literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montevideo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montevideo new file mode 100644 index 0000000000000000000000000000000000000000..e7bbfbb8c332fee14ae1b4aa07cc4d128e6a3ca7 GIT binary patch literal 1496 zcmdVZSx8h-0Eh8AgcdC*wB62ke2u8b?&Y4}VdnMw2dnGra*aPeo7BHC z>RWs?@2%(D@s{=r_K@%5$2fWE)mHE2$Hn4G=h4vB_I>jDmyXbl+a2=elT)EvZKvez zYmK3BQ=`1oS`)fkTO&IUGBpHVzOnH%r}<|_lxXfDdwum2~o6WX}Gxb zytO*%Ot>ViB2e=AV0f)_r?s|!N4Rvf%qnXy3YYg}TNP(&eU%qtE&u*izI81hto7T{ zeSuxG0vieMuZJBew*79@;hMTv`h$jFeK{geeIAeCR9~*X z<*M5|2iXs@ zA!J9$mXJMZ)uxbLY1OuneIXk|c7|*X*&DJsWOvB+ko_SWM0SX55!s{mKi*_afm-TH GPs}eZZ6vk; literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montreal b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montreal new file mode 100644 index 0000000000000000000000000000000000000000..170137333f9f6dba10ac3ad7f32876aaf518c4fd GIT binary patch literal 3494 zcmeI!Sx}W_9LMp4A`*g#ikYIhq=>Q;E=Y;F5b6;ZFvacBPzJGhazQ9XE0=VpVM@bF z2UAf|Gu$vqLs3JUrd)6j@zIoA03X~F<@9{t+ivo%i(ckEpEJz4{(b*(3CUAKZU1;0 znE&wd+%zxWn=ddQIeVAOH9y=I-z*6{w)X2CQR`N?==JfNqjDFI*BiQ|i;YwJ=uPfJ zRo=k%I}&dT)FpK$ zzC@pGcR-yB&(r5^Yt;qsW%^>+=i*}BCRx^OmMAM%muIAW;yOk>c|2Oz z-sr8Ko{!Majn2}KRbES{=%yKOs%FX2y7`!{$~(qS zx9H`rUi53ETXyghFS%CfR`nW*R(IWG>nl~l=VYa9Q+!;s-SL}zdF>9-F3qOff4E$9 zh`*{kPRm!XgdfqJ27RVFdvDafU1uuay2H}XEnfMRZ;)MY^-$f4mPr57I1!MOECY9S z7eSeWW$^NrA|xqEht7B+!lGmJt0T%pxNkSzJ+w&lXy~DPw!Wx(R@~9OYWJ&%l9Rgk z?>QxAsHYO;z--6{JnoG;#pT_O7=P7?it(&T{t{ltKKc{(~^qKYnE zrei$%s+e8V^`NSbYVhi%a>&^zVV|2KhwkYhV#nF#uxw{BJTgd*m|Y=8`gqB>_+uij z_MRLSzD10>?x{z&Em5P7)aWsFc`6~dRF5rRrp7HS(Bq4ys|krK^~9W^O4xVHNlQ}1 z(-iP$8*bFtR?y^klnJv=Fi)DJtbdg@PUS>Q_5bx(Kk{_Ip z6mv6^-8Nyu;$mc-d@D)<@iPjGn_hGpf@ok?}(Y5E(&a2$3;F1`!!WWEhcg zL}lGB7=kmi477Qw4%co!oy?Y0|W?( z5E3FJMo5s5C?R1&;)DbWiIk-Y6%s2XSV**xa3S$R0)|8k2^kVIBxp#~kgy?fLjs3H z4hfy5i5(I=Bzj2rkoX}1L?VcU5Q!lYL?ntx7?C(4fwVM{L_%q4Vu=J3i6# zk%%H8MPiBs6^SYmRwS-SV3Eiop|v!zMS_b&7YQ#CUnIatgpm*UP)5@#gP zmL}3js4Y#bkziYzXd~f9;*A6xi8vB+B<4uak*FhKN8*kI-qJ)K3B9F>JraCN6MZE7 zNc@ol067AXLjXAjkb?j@3XsD9IS!Bm0XY(oL&4G<3&_D>X^sZuaIiGT19CthM+9<6 zAjbr9P#{MIa#$e81#(~@M+S0eSej!4IXEoM(SaNumge|C4iMxBK@Jh*7(osaka=ny} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montserrat b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Montserrat new file mode 100644 index 0000000000000000000000000000000000000000..a662a57137b69e8ba445e899566222cdd422a764 GIT binary patch literal 246 zcmWHE%1kq2zyK^j5fBCe7+atL$T|JZ=)fiAF9nwp-dQ;E=Y;F5b6;ZFvacBPzJGhazQ9XE0=VpVM@bF z2UAf|Gu$vqLs3JUrd)6j@zIoA03X~F<@9{t+ivo%i(ckEpEJz4{(b*(3CUAKZU1;0 znE&wd+%zxWn=ddQIeVAOH9y=I-z*6{w)X2CQR`N?==JfNqjDFI*BiQ|i;YwJ=uPfJ zRo=k%I}&dT)FpK$ zzC@pGcR-yB&(r5^Yt;qsW%^>+=i*}BCRx^OmMAM%muIAW;yOk>c|2Oz z-sr8Ko{!Majn2}KRbES{=%yKOs%FX2y7`!{$~(qS zx9H`rUi53ETXyghFS%CfR`nW*R(IWG>nl~l=VYa9Q+!;s-SL}zdF>9-F3qOff4E$9 zh`*{kPRm!XgdfqJ27RVFdvDafU1uuay2H}XEnfMRZ;)MY^-$f4mPr57I1!MOECY9S z7eSeWW$^NrA|xqEht7B+!lGmJt0T%pxNkSzJ+w&lXy~DPw!Wx(R@~9OYWJ&%l9Rgk z?>QxAsHYO;z--6{JnoG;#pT_O7=P7?it(&T{t{ltKKc{(~^qKYnE zrei$%s+e8V^`NSbYVhi%a>&^zVV|2KhwkYhV#nF#uxw{BJTgd*m|Y=8`gqB>_+uij z_MRLSzD10>?x{z&Em5P7)aWsFc`6~dRF5rRrp7HS(Bq4ys|krK^~9W^O4xVHNlQ}1 z(-iP$8*bFtR?y^klnJv=Fi)DJtbdg@PUS>Q_5bx(Kk{_Ip z6mv6^-8Nyu;$mc-d@D)<@iPjGn_hGpf@ok?}(Y5E(&a2$3;F1`!!WWEhcg zL}lGB7=kmi477Qw4%co!oy?Y0|W?( z5E3FJMo5s5C?R1&;)DbWiIk-Y6%s2XSV**xa3S$R0)|8k2^kVIBxp#~kgy?fLjs3H z4hfy5i5(I=Bzj2rkoX}1L?VcU5Q!lYL?ntx7?C(4fwVM{L_%q4Vu=J3i6# zk%%H8MPiBs6^SYmRwS-SV3Eiop|v!zMS_b&7YQ#CUnIatgpm*UP)5@#gP zmL}3js4Y#bkziYzXd~f9;*A6xi8vB+B<4uak*FhKN8*kI-qJ)K3B9F>JraCN6MZE7 zNc@ol067AXLjXAjkb?j@3XsD9IS!Bm0XY(oL&4G<3&_D>X^sZuaIiGT19CthM+9<6 zAjbr9P#{MIa#$e81#(~@M+S0eSej!4IXEoM(SaNumge|C4iMxBK@Jh*7(osaka=ny} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/New_York b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/New_York new file mode 100644 index 0000000000000000000000000000000000000000..a8b9ab1992257d721ad627b14f535c3d4b020888 GIT binary patch literal 3552 zcmeI!Sy0tw7{~F0A{vTlg;^q*R)n!ixF98#MrbEY!37Oo4P+3DCoRHKtV9iG%9{YZ(^PJxAf2OOhxah8P=6^oS8Q}8weNxkNC--sv z>*Z&^;o)`OKKy*^EB2#oWr%$AzgdV&EUL+0Uq|ZuL^tcu;Ney<)c1Y*b&JIcmPH*srU1Rhg{|*XwP| zKQP<#7wH|vv&_zv0=+9M(|i*(R@b;^%I?5;T^o@hwO7ZeJpqZb=hy)C?dwJk_PQ(w z)pcF>!WnZY@dtf4t;QVbu~i?9D>uhnOLTqE0#mQ&=;NMMa$;My{=T6^e)!}y)li)$ zCrh%FE_2JN+(*^vqA2+>`95_fqqF=pCQ>&hMVO!ab<)3t2AW^HT+(O#E}FByAJXR< z>&*Ehn{-o6rMa-RPW@JKP|Qb_>f*wUa%uKr)tp}{mosOmD=CHY`=IgakEnFHdf$us z&%gw^)^41>c6F?|{>wo9*RgnWqqe*DYz{WwRbK5{>@hy`Pw7@KYSUUg%2(ZxHY2q1 zOFSuUqj#vbZ`>|7by}`&TC>Rbn|Z3eo+};dm+F9RInuGJSOscvhG}xZEl|N zn7$=9$=o`ww+>1UGhGIB(6@!PH(h&%soUE%nLApwS9e_Umu{z;RPcfG(tZ0r6|(L- zxpT=n)uX^=?t1kd)idq1={2Q7-yOHh+%xQLeQ(f86WV*a4)yGmF#j|i*04f)pY5mb zubwaAb*U<%ELS2o^i@$s!zKEit|}%c$Ml(YO~oc9n+HaIui`@QH+}n5tA1?*O#g1j zb^pfS%z*1(>G+xhX5fi3oltQ>9^CSZerVx-8T7##z+j!cVX7I{)JqTlutXj|lBnD>^W=$5JypsCw~Q$DRZk{F z$;cNP)u`aklA2blQm;45=(yEt^iP3iY)FkByX&GE=PB3e%j?Yeh6Q>;aiw{xdaBOI zT5K}Qp3us@Q6|pMQ?%^$_gly?4&4_-IOjlp`BIE-UP|@YgV~yLS#zgVU<@J zZ>H|MsGlhaHqTbn>HIX0k%g7|xj1d6-AQxb+!BF(|*&z`M%TR?o`*%A@&(%pE33sk!lys?^Xd$j%~L zi|j43xybG!+l%ZkvcZmahmkFIw0n$fGP29aHY59tY&5dd$W|kJjchiu+sJk!`;Bb4 zqup_2%N^~WBb$!wx})88WZ#jEM|K|BdSvgB%|~|M(QZGo|40Ln4j?T+dVn+m=>pOQ zqz_0VkWL`2Kze~R1L+3R4x}HBwjoGIkd`1lL7IYe1!)V?7o;&rXOPw)y+N9TbO&h< z(jTNjj}&4S!5`2X$F^4rDV9yM|HxCwX1M)rw}4tK}I KM8-r$`~MBRGsCk0 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nipigon b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nipigon new file mode 100644 index 0000000000000000000000000000000000000000..170137333f9f6dba10ac3ad7f32876aaf518c4fd GIT binary patch literal 3494 zcmeI!Sx}W_9LMp4A`*g#ikYIhq=>Q;E=Y;F5b6;ZFvacBPzJGhazQ9XE0=VpVM@bF z2UAf|Gu$vqLs3JUrd)6j@zIoA03X~F<@9{t+ivo%i(ckEpEJz4{(b*(3CUAKZU1;0 znE&wd+%zxWn=ddQIeVAOH9y=I-z*6{w)X2CQR`N?==JfNqjDFI*BiQ|i;YwJ=uPfJ zRo=k%I}&dT)FpK$ zzC@pGcR-yB&(r5^Yt;qsW%^>+=i*}BCRx^OmMAM%muIAW;yOk>c|2Oz z-sr8Ko{!Majn2}KRbES{=%yKOs%FX2y7`!{$~(qS zx9H`rUi53ETXyghFS%CfR`nW*R(IWG>nl~l=VYa9Q+!;s-SL}zdF>9-F3qOff4E$9 zh`*{kPRm!XgdfqJ27RVFdvDafU1uuay2H}XEnfMRZ;)MY^-$f4mPr57I1!MOECY9S z7eSeWW$^NrA|xqEht7B+!lGmJt0T%pxNkSzJ+w&lXy~DPw!Wx(R@~9OYWJ&%l9Rgk z?>QxAsHYO;z--6{JnoG;#pT_O7=P7?it(&T{t{ltKKc{(~^qKYnE zrei$%s+e8V^`NSbYVhi%a>&^zVV|2KhwkYhV#nF#uxw{BJTgd*m|Y=8`gqB>_+uij z_MRLSzD10>?x{z&Em5P7)aWsFc`6~dRF5rRrp7HS(Bq4ys|krK^~9W^O4xVHNlQ}1 z(-iP$8*bFtR?y^klnJv=Fi)DJtbdg@PUS>Q_5bx(Kk{_Ip z6mv6^-8Nyu;$mc-d@D)<@iPjGn_hGpf@ok?}(Y5E(&a2$3;F1`!!WWEhcg zL}lGB7=kmi477Qw4%co!oy?Y0|W?( z5E3FJMo5s5C?R1&;)DbWiIk-Y6%s2XSV**xa3S$R0)|8k2^kVIBxp#~kgy?fLjs3H z4hfy5i5(I=Bzj2rkoX}1L?VcU5Q!lYL?ntx7?C(4fwVM{L_%q4Vu=J3i6# zk%%H8MPiBs6^SYmRwS-SV3Eiop|v!zMS_b&7YQ#CUnIatgpm*UP)5@#gP zmL}3js4Y#bkziYzXd~f9;*A6xi8vB+B<4uak*FhKN8*kI-qJ)K3B9F>JraCN6MZE7 zNc@ol067AXLjXAjkb?j@3XsD9IS!Bm0XY(oL&4G<3&_D>X^sZuaIiGT19CthM+9<6 zAjbr9P#{MIa#$e81#(~@M+S0eSej!4IXEoM(SaNumge|C4iMxBK@Jh*7(osaka=ny} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nome b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nome new file mode 100644 index 0000000000000000000000000000000000000000..10998df3bbe67aa8a02602301d10ec2b2c33006b GIT binary patch literal 2367 zcmciCeN2^A0LSqQ0v8C15)_f>@eShD0|-JD?=?ku03 zjJfW3&I6BP%iH zE0L7)rj;}`sglEAvXaNYR4G^5tkjYBRNC1WWcuJim2tF1F6@0yiC1iy*(60)N0!Vk z*(MfMMa!I|29cZfi(Kq{Smeb|xAHFCEAl6Qw(k2dT-<;DbE`llst1NoSP$+FRZI5o zw_L4PRN?lwWl_b)>Y;{xvUuTJYH9H%x%9^iq9lF5Dmi;fltyl}N{DtZDo@Tu>G|dnu{yzTt^OcI zR8L*7YK9`jW81WiFO*>>mq*9F~O|tRo z9@UgoDw{s(RL#y**?ice)?JE}Pw(vz&-hZT^cb0gz)n|3Y zOp4BmBUYz>rs~Q&BfG|bQ{Ayjc8{D_8?Nn<8wcN2o6dF0&AqRwp5q?byQWWV8OW0X zfztwlf^YVOggS5G<8T~naX9?`M%xkO_jl9St1wK$kB@gR*5VVStqhkWTnVbk+mB2Vv*Gv^>UH*A`3=V zj4T;hGqPx8)yT4ubt4N$R*ozkSv#_LWcA4Mk@XvO0gSo=NC}V{AVol`fRq8L15ya2 z5=beKS|G(hs)3ZlsOy0g#HcHRlmw{>QWT^rNLi4&Aca9HgOmoT4N@GWI!Jkt`XB`| z>IxwxLTZE*38@lNCZtYCp^!=;r9x_j6bq>qQZA#e7g8{zt{74>qplfJG^A=s*^s&+ zg+nTbln$vKQaq%3NcoJqen!N6c`+Gv&R`0dJCVwlie`!KZg6Ca^JXxlk|Mzo>rcnk(D9R M$}=-FGBZT@pJb_W#sB~S literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Noronha b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Noronha new file mode 100644 index 0000000000000000000000000000000000000000..73b4b336ab55544e6061409261c16cacc39aff61 GIT binary patch literal 702 zcmb`^KQDtp0LSsCMMw#^8r0ELCkZvQO&f0j2}vWuCNwd1WMpQziGkrp@dmV=NF;P? zf~Dy{e->)+BvjLq$9uZ^Tcp>u@R#|&Y z<|-*sjA~h|zsS}=|5jcN>yVaH=W1kUMUM97RA9-g1NW;U7s z6tU{9j6Hc&{L0pew57bBUtPz!JF+atv0pu%j`L8ndS>U6*7(Gvd0{L0hZv4I1VN&> znlMNlBoGqG)r3M~xtd@|G$b4n4+)4wL_#7lk)TLaR}&VA>uLfck&)0$O>87M5*-PT m#771|MsPJlAY-_iL6A|9VUTfL%|OUV_-{k`5@xRHu){ClfQQYy>U;OQuX}&bKX1?a z`i-gLZx?9Z@Niw`;dhiWUpKPDRGOz^k_F<-&9?FouH=~5;j+CyBY2o+OH92ETgz~SRuV)rdsae^RIv{yW1w5aogX9Sn zba+q(dtX!6ebuK!F1{;5PwdgNkN1h|-|Cg}r9I+?&S&ME=2~%MeT|&EE?V^Tt0I0~tRpW6si@IFz2M}JDthpWj_Et2Zf;s2Z+Yg3TDaCH z7j6Dn+?sYt-d6aISR8gr#>Q(AJN>1O3*IW?#!l+^D;}|AEDIOjLC~4^Mjw|onH)# zl>@;#Yxsb;Ywu5b)&AWgyWtakciVn-PtkzRsoAA+m%gC$ayO{F-%iW?#1@f%?hRQG zS|tjOcFMx>Y;pf92leXnmCD`HtR6U)>=ad2sN$|U&VwtnR7vAiXH8U$@~l1Yc&1#c zG;PQ!{U%zJM}OumKP|+%>0{pY{g*|>Shu&b?S1jk$WCun%^|U&r_%ed`#n|N(d;~u z*smU~t8i*U+f{9TmQy>vN!7*1ICWJu-`$W?c@#K+9 z-iFdp;p{!--IDf;*xGQ=yDjWfvAw9nyM20GHKq4EO=D-(j_`J8$H<^+p4jBY-@^ksk@Hb!o$tPgezxw!my)O#k^S#~c^7r`;Xc1_C zhuClV*PG)5uDQGs;j7&q;m$SB8uOHyr`RKM%>NwopL4k^R?k0JozGmAf5-r`K4gK& z3XvruYeW`lHLFCHiL4V@D6&$tOXUY^<;-G%)p9HsSue6+WW~smku_V*qLEcw&9aeo zBMV1X&arf4?Hr3oR?o3~Wc?fkKq|md0;C2UML?>6lmV%O)f57$1X2p57DzFWY9Qr6 z>VXslsR&0&keYB51*wYFlm)4a)f5J)3`c2@+91V2s)LjVsSi>hq(VrEkQyOHLaKz6 z38|CS6bh*nN2!onaTE)w7Du^|dT|sCsTfi+q-IFbkg8ct*^s(fP2rHrSxxDX+Hn*Q zsUA{3q<%;NkqROuL~4i>5viiplo6?;)fAGWl2%hnj#?tcJls*IGGqs~@SXr$6s yQ);BvR#R-G+DN&PdLso#Dvp#K|DQDvHi=(hQlH>nmXw;5oZwDLNlHmd4*nAu^muXr literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/Center b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/Center new file mode 100644 index 0000000000000000000000000000000000000000..17fe13bcc1c73ecbc6738499667816f54c164e39 GIT binary patch literal 2396 zcmd_qUrg0y9LMqJAbNnnewh@)5mF060Rh8+q%0r?c?9*yA0Y~Z5X*S{1Bx0wCWCpQ z{x%n3e~9DA)yj~$8P1I`tF_X(usK^BsV!$T)^Fv73p}Ui{cK%z88FYY_J~)myWxibQnr z)7E`C$>RRxhpm|Tg=$WCgcTc-q+U>PVk>s546s;=It3! z^VbHg1sl(a2eYnP50!i(5~I&rNegX}6!^(bj@TlS$IjRb$9-ba@Ea=S;(D3dyIrN7 zD3FWWt5o`-M48dpDl)f*$t6XV;*r(kGAk)pEX_P8A9Z^~cH9jo`+7j+On&3!esx7W z_T$ISvVkd;clvzif4;to|W%N}b{pyF|%EhV#rjZ>klSR!Z;gHns9(x-6}!R%P9@(PYIVy^xyF;Ad}}XB z-;_(0XAQ~nU*bh&{P#}fmqJtpPCD!QuZilh9;c?`3-RpmPN%m1sCcfo#(CcRxvJ}G zlj~Fa)eDW)vOcO)H5BE^hKUWTF)2Ydo-a{NZkKF2mZCOZ|5?7&T`XR{5Og-RE)uT{ zTy>huql7$o*4do(yV%nFzOyy@JF%^_%h?u~P_5bhvUTi&+7Z(!cMK1zwp$zI&fY_6 z*X0tqyS+udI+P;YYb(@iJu~HWSBNWQTBv@zfs|)I@4UIgGtPfcr zvO;8u$QqGF8ucoXWg_cD7K*GC%~JWmS~`DuI*&sRdFDq#8&$ zka{2mK`O#g5~L;^MM0`!)MY{HV$_8}D#KA4q&7%#km?}iLF$7Ph@(PCi8yM66p5os zNSQe5WYmS?s1#Bvj#?qbLaK$73#k`UFr;Eg$&i{MMMJ7))MewSn^6~zqjE-FI*!^Q z#Y3uxln<#NQb44FNC}Y|B1J^1Xw+py>S)x38g+4z>LTUks4r4rjtV0s=BP1JWR5B$W#*`}Q5PDi zv{9EDskKoT8>u!@ZlvBw!I6q1CCC3~%_DT;m+I7~c$cJQrlqHNGcwXL($XXT27hXV AJ^%m! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/New_Salem b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/North_Dakota/New_Salem new file mode 100644 index 0000000000000000000000000000000000000000..12dbe801aeb06823483525727f6f6695dec1bc24 GIT binary patch literal 2396 zcmd_qZ%oxy9LMo<5#>){Clfd3`WIceh13J+J(vKiwbVj4ZgWMykWbU*nB(;>U6^ zd8tg^_#{(I4P;2)TTw!EMoLfnl<<4*hMcxFLi<KQ91oPgv}9dIDc36jG) z=y<;jc8}^?zUgs7F265Ahxa)%Pxpvh-|m+3@IG&5bM@SyU>V^Tt0R72=tN!((orLU&b%`}>*)S#PE5}^eP`1=dDjak^!#-` zxnT2W;_kF7@}7cs#lo<&GB(~3u~T0=alzX}+~^r6{+d@T8hXP?xS(`m*Go>)$r8P| zrOrt{v{a|mwaV1(bM%tDjdE$pxK4|GL@rDHQr{O4FViFc6zM;N$c%~0BJ<;4<^5j` zisgO5PS)TN@xZ}foE5L`6)PKt^@FVk)I&u_b#_gI%30j1b92_H+&|tEd5K%xybFg# zerS=Ke{#1d7)x;f&luxTjgKK9#JBDl2qx$1JsGd6q6|ysp+p#c1!ki^@Cc z(WPkvs`R^PQ6Bw;TmF#{>!(h+8+xybiqTHDvh_pp*w8Mws^*w@ysOfEqVNM<-QKL8 zOzhQ9)m5mP&^BG0m!)dQHtD+97*%(!K-UL&RQ>S;z4`lZ)zcmM;+gY4cT3YE@$88! zZbNCPPzTStTho3M+Zx_H0tLE5>!i7ncmwuQ%(2ydHkmNo3ESn37BycK0aUfm=HeSJKY|CpYMnx0`2b* z`z`-@bGpwnn>QkSRiRfD=9p)#dCJUF>=oJOf42G0c{~=Y_dl%8XRgXWqz_pivOr{o z$P$q?B8#+|RU*qo)`=_>St;73@`JTRLZ=U6_nevSel72qfVQUi`6AXPxhfYiZi3V~DtDFspsq!>swka8gP zKnj9Xgrg)#O*o2zRK;q_g4D%o3WHRJqcliukm4ZKLCS;F2PqIzA*4h|jgTTCRYJ;y z)X8cJg;a{8R7kBjiiK2*qg+V6I0}YT3@I5>Go)xp)vTs$9Cfpr!f{m2YD&jZJEV9> z^^o!*^+O7XR1hg4QbVMONENN7j7S}=rjQ(!w3Uaha?}$kC`Uz+k|H%l zii%VfDJxP}t0^o}S*s~6Qd_GjE>c~jyd3pK3d~Vqq{JLGMvBZ)Wu(j;b+(#9BbBzA yQX{ptnqni>M#_!U8!0$aairw<|EzhiN&GUC`h>zINvTQ6356*sNhwLm!G8mH>U>}T literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nuuk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Nuuk new file mode 100644 index 0000000000000000000000000000000000000000..29958cf12a9df7cf775e3337b4894e4cf4b82f58 GIT binary patch literal 1889 zcmdVaYfQ~?9LMomh%bd*~~QVku~gItnJ5)zVDL`*ZY*1opJ48vG6 zBOZhYxy*G8u~{>>G0okKVQy>3@BKHAY&H)(@IU>}>#WD$_s2V9QLfwe+tb?ohnJ_w zy!@7(>+@_KJ!KO*xxZ;(_-pOl@qq^U-O!*9XS7SxQSEwruXekzRfA8RmXO1>61r=T zbgxtiE88GF@(ZQstohO_!zb|Jsz)Ov)zNgU@*EFW+lsa>cs4MHP#1__xJF#8{PTD4Mp}QqMwnXBa%VltIwGMtb zSB88q)}g0UWZ3;oO{mG%#QLF{v?*DK?+noqx#5~zF+@hD`D;o}u#Ad$uBj=_lIDL^ z)59N0`rBtR+V7lO3*l+>gcCaKRY!uFikS=bkOOa`pS$GA9ZG9fXv$4Ub5=m$n5eDl3m>(bFv#{ z?%G#6Z}>@>pLJbx!gfe*o8!7LRCVEt?V8tIsEe+Y>f(o9U2<@y=3ibROE)KKLCs`Y zmKUbWH^s?{i3w7e8zd`T-K8k?tE_5olj4{_Eq?bzO4@zal3N$0^zB_;eXK^-G}LR^ zj`O;$i}Z^$jC72&jP#5&jdYE)ZE5;O8n-l^BdsI7Bh4e-Bkd#oBO8G10I~(h z9w3{5>;ke4$Uaz_jX-t+*$QMYkj+4L1KAE_KadSUb_CfHWKWPyL3Rb%7Gz&6&Bh=* zV`;Vq*&AeYkljJH2iYHFgYbXfp@0OlPf4-n+m+<-xTE8uoiR}^hsWi#emVnw05Mg? AfdBvi literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Ojinaga b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Ojinaga new file mode 100644 index 0000000000000000000000000000000000000000..45118a4f4b73e55879aaa81a8536e7214538f0e8 GIT binary patch literal 1524 zcmdUuOGs2v0EW-_KoK98Ci%94(o$rRL+PLgLocS&nF0=VQccr(%A^uvF zdc$Rv>hipDB=A8W{gSK)8a%ZR@^bX?*v#7TpS?kQqfa9- zI&oQ4*WK4@hMGmK>$!2v@0Z6@?inYlQ$<}|udH|G==BRtvN36$-uSdgdZR45_l{Mb zd^e{z_ZNy&Q=#B#U$Qte`X<=oi4%I?A1qWyVa;&KaDxm)C`>nc!GS6I+t3GQW>6H>z- zh(QpGASOXU$BZ{7Q`-wVGzq8ra^3j7-v#h2QiOfAH+b0g%A@NHbRVKSP3x` zVkg8gyQ3sM)OFi2&L(jc`liZiLIgOq1d)dwliq^b~7BBVx0k&r4OWkTwN|4*SYD&9;L UuGN)pbJ)_XF1y`kx247W1`V2#`v3p{ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Panama b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Panama new file mode 100644 index 0000000000000000000000000000000000000000..9964b9a33452f4b636f43703b7cdec4891cbda5f GIT binary patch literal 182 zcmWHE%1kq2zzdjwvdlot(*Pv8za+k3WcvSqYXJiTkd$Cx`Tu|C1_llv-w+08Aa)H7 ZVF)3?%>O`;*{&u4qKPq^3uu8U7XX0%EG7T| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Pangnirtung b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Pangnirtung new file mode 100644 index 0000000000000000000000000000000000000000..0b47b9032f11d4ea7dd6ac51aa329f7a98253638 GIT binary patch literal 2202 zcmd_qe@xVM9LMo5hKL6wloTnELB$T?I4~5A3Ij%`osb@;Wct>?+X=-dwHuV7EsW_u zuGz3wW0}^h*2v73Yhz;0TB}T1tzW}WZShBo_A&aS#k%YB{Iu2|^-uoW_x8QVXW!l3 zU-x=OT4S3ly?cuLaeji{N~ zhsEa|Qa4{6wFg^~w__``OJpXHUDiqUTP1WvtQ6UR$DbLwtofDQx-9 z6m1#OH&mTAH!gch-<12ZDK6QjixclDzpq96$6it;KP=Mohx=9OXhg~eV=8cLp_KP7 zSHb;xQW1@s%B{c2g2s@!dF3}!RXpD;tQ?j_GqOze+^=-?c*0ve^`TjE=A60Z>p@*J z^pm>v-Cg>&eV?k^pWCEsyWUhw`*zA5O;4-3wvAF>9#;+Zb%O;BS^5^%cyFRa#@Qx0(;_X6dS{GK$1F3R%O}Se6@VKnX&ry+<4b8)xwKETs%UYJL_e-kv9w8vy zWU9zqk;x*nMW&0)7nv|JV`R$6oRLW*vv%5PBlC9Ji6b*drjE=VnLILkWctYbkpv(a zKvIC@07(Lp1tbkf9-KB2Tx0@C1(FLS8AvvebRhXa5`ts|NePk@Bq>N%oHi{;UYs^D zNM@WiHArrdXV;k~ybM9g;hzO&*dxBz;K!kOU$bL{f<45J@7EMI?<# z9-TIkNG6>&l}Ij~Hkn8^k#r*YL=uW*6iF%m&vNRs)vdDCEe$USR0e{j;fjhtMIh+= E0}Ll$F#rGn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Paramaribo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Paramaribo new file mode 100644 index 0000000000000000000000000000000000000000..f1b82b4f9a546fd067cf043ba5d35da6fbe41fbe GIT binary patch literal 248 zcmWHE%1kq2zzbM_vaCQXG?BG$$389ZBbSnNwn*{RaY&ogf-yFNg-&4RS5H_H)?)U14X; F1ptR|NC*G` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Phoenix b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Phoenix new file mode 100644 index 0000000000000000000000000000000000000000..ab37e845566aa95659b7b85be0051d0c67a7e53a GIT binary patch literal 360 zcmWHE%1kq2zyPd35fBCeZXgD+1sZ_Fyk%As=I>^2SkNXjVd1Qo4W~PKCY%?)FLS>C z>6#0TQZm1OlnVTQ5y8O1$i&FR41|nK|Nl>W$H4Ia|LO&dEdT${oxs2WX7fPUKE5Fg zzAiu<48-9fKr0v+7{Npc2~PVD1aT}p8$dM3i69!}Ob`unDu@O-7es@c45C5K2Gc;N WgJ_WRK{Ut3o-{pf>KhmpQ-7T$s&#|6nL`sKEH= zmH6}9N-fVRr}c5Ax%K;^^ljsd9iM%RXFi$f?Z$Xp=In^IceF{>*7aNa26rhDxF`4b zG>QZHeez&9AnKB%vcAM6>OY2LI6FmzUlhqm;;e|=%9IV$uSH|uMyu)Nj5^$zVKom; zs+NkFB`=JqRJzJ@v`clw-pS4leWG(}Oh(h9B073ac6|wnV}s}9@i#@{ zM0Z%8e2^)+Yq!f&1BP(SpZDudSn&7#`|Vtw;_*jr!_cSSNQlRuJ$5XN#~F$uf~R_yqz%BC*w>Ah969AkiSvsnb!bRzNN`AWNO(wmNPtL$NQg*`NRUXBNSH{RNT5ihNT^7x zNU%t>NVrJ6wmM)WVkBfFW+Z4NY9wqVZX|FdawK#lb|iQtdL(=#ep@{NWCXT)2*?<0 z^&pT@Aj3e$feZv02{II9EXZJx(ICS?#$&4ogp9~m4+$BQtsWFIDr8v5xR8M%BSVIU c|K-?{^zOWRe|dpIXMxk57w~wT9;Z9$2O7SHqW}N^ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Port_of_Spain b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Port_of_Spain new file mode 100644 index 0000000000000000000000000000000000000000..a662a57137b69e8ba445e899566222cdd422a764 GIT binary patch literal 246 zcmWHE%1kq2zyK^j5fBCe7+atL$T|JZ=)fiAF9nwp-dC|X)|Y6@S| zZBo;lMXjJM38H`UOs@MrnuVY{j?ckOzwfyl+qqfQbtUa<+@Ai^(s7|Ym{aA>ruJS% zZW;xrx^O4e=CIU8I)2UDb?WUIXnFRK)wbRbt{{ZR^`zN z5-)yG9MbJ(O1@9d_1JAm#`oTI@-pjB%suPL!y`%cJ?YF=Ue@z59gTF^JyB!yj#9={ zbR=esccpr{tKa*|s;j1^=j}-=_YVUbyBHc7Jk$=41VADnAwq2oBuJ=@f`mchAc2rb xNGK#05)6rkgbTItkbt2!A`%jb$#)VIiHd|p;v#{O$Vh1X*Vu_An|wK)_yKcM5BUH9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Porto_Velho b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Porto_Velho new file mode 100644 index 0000000000000000000000000000000000000000..e00398602c634e6f1e9c0bc0e12b064f343ffe0c GIT binary patch literal 562 zcmbu+J4-_`0EXeTUMR=g;-Evlt_s0+5D|&GsvsN?`~iyK3b7y?rhD7mM880cDUPnbeVf83~am=e%EyI zeMwzabFw^pt;%sqRfb~aE!o^qxj98vO|!h!1;zT}pajpQq*L;;Yo)g) zrb*W{AMwANTz}{FHyVWHIu5-#kN#DfaIn8oN?cmQIw3}U zx}is2uUDg*PV2an$JOYXay@4IHZ}IpYCUe*awW=k$?<9FDt>8^bf+|l1eq--gwGHY zBWmTOV82SVy2!-4p(5#3oSuC4wU}}{LMQKT6e(v~b?WN#Vrsch%e*^k+Nx@u=02yU zXCBluqW7ru@l`VYeX+`jIv_Jzog%ZXL}p!GCuaEyWOl8kaw;dw**8PP9M5*0d-S~W zq&?DeOZTaHaUW$~;Rcl-{!lKQ)FKvMc%uuZ?^F(_!{rEa{`$C_t{|tYL-0TSgaiWh zJ1on5U$KG$fjVV{1_HOV)roJ1`SyDqk-z@&d#%Wv+4)wUdB=ze=1nlK+nl0#9FE`S z|HUB(%u}?hUpsQp$WbGQjT|>};K-39hmIUOa`4E}BZrS1zpV)Xi2w-!iNV$cfkc6X zVQb<*0zo?xeh>loXMgSQCWDJl&Kt=%>23s=@$UqAqk#+u zG9Ji)AR~ed2{IJd@M)G)*{9^X)W!GDX1ep0i1 z8Aa--yvPWN?JTU&l{>tnyO`?;R;d^qQPIoIW# zp7&au{A+&Z35Ojthx=Y?E~TFP4W&m9rk7Rj&<_vZb&hNwsYla_-EY^n>FNG=oYS*9 zyESX)%9+VC-Lq59N^Reh?)UNg<(yQwbwS&tu3@8l-hABo6WQ*C`Yrn7t_@CoRiXa0 zZlTjqmZcZ-yiQ|LqFzcK=3Jf;u2&+1ou;Hw@^jCj?$wAexq7R&d(HfsYt=38^`=I- zQG3j7K7LGo+4!Y@~V>eavRDec_jum;E;4RCjAmxfK+weBkkJiJ7^ z9oQk=cfBJ$w!JNntXnKS3+KqAc^T4cT9O1MCrIz%k@8q%hy?c=r;q!$N=Um14Y?Jp zeHuG!X!SjP;_K@gw&#L|?>MP_3%bjbZ&hf&DZfhpdEd!X@ip>v%IES-&=(RhV1q=o zRcmCxLW!*3s{^iiWnk5N8dc-ypt7YJy?2rhE}Et>n}%v^Zh^!t>a9bPGG*wb7LAV> zA;aQ+&}aQZC85u6lF-y9!|&J0h~o`1^86tgRne-6hdz+!*4OLvrK@Fh{$YKgxKv+E z+o@x6R_WNm#X4^6L}%RX{gO0jzME9DO_BrC+~mD0B&9jled+xzI=*&-le)4{C+v%H z(z3HOeREG|;;2NOwB(L6IW%0oQ)(S=t4A~9E1irhVUihk#?AajWLn!kcY1lFWYuqV zvx|?(%T>$W895)zD`na4%+w<~tEAAGJ*Zq?&CPOh0@vuAq(o;<^IXl12zPQ%rf8m@ z$I1IFO6N6Qa$et@EN`6hx$_GK%9|Az-TaI|an>Jo7sTI`h4~-3i-M|UaaxJHxUE?W z63U%|`ct|rc#X5HYL6DS%ypKRZPFFzQk<1VOLSFblv6Zgs;=JJ&1vVcul61Oy7}|% zgRUJr{kN|NeaFK*^ZCkei1>U5c6&Pbe4lO?e|z86UVHrW`S?_?j2UarWOJsPlkPSD zZV`{iVVG^T;r24WnDbs*+}*au=Dh=m{~g4hURB#4zDW`fws(ijS2DNAE2h^-*T zf>;Y;E{MG#27_1(Vlqo(GljbQ`#}r{u^_~R z5F1(=BSNeQF(bo{5JNI7$uK3umJDMutjRDZ!=4O-GAzn4Da57>qgooPLd*)WE5xu6 z%R)>Gu`R>65bH9`%djuQzzhpBOl)av3^B5$u`3Q){*VGdDgY^grKtg<2$rS_ zj51i7Ixq?WsRX1HkXk^B0jUP09FTfI3IeGJq$HN6CXk|7nyN6$VrlBaC=8@BjM6}A z!zd1H{edq(YDqL23jklBKBHrfQI~S(>^*3TJ652Pqw-c97yhss||_q<--K0{&gV029YyCX!L9L!#rN PW1>=HW20lEV*>sFRXeOf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rankin_Inlet b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rankin_Inlet new file mode 100644 index 0000000000000000000000000000000000000000..e2714921a8f3c05189d20a9151931fb6eadf493b GIT binary patch literal 2066 zcmdUvZ%ov69LGPH2A!g0QHTU)B}0$%4nt3qvVbut#6RZ+LY9glmhvg#5;gj|k*=+D z6Ej_nvQb;Bro=K`i|p@%RwG7pwTfviYi`uHKMz_muJ7yX!?w13*8BF`>$lx*_vG_> z#a1`pUnKv!$KAIR+>`O+lUro`+KFbuvY++xB_k#^{JEyh7%*34yrBW!LQZGAh?B%(mASWJ}h}1v)Kl zRIe$6gEI%-PZ-fM5&H*9Wu zR_&6OQ|9*0r}U1R7foqniwfy(Dq@r-Mtr$8imFYFMvTuh}jYRC7&pl)A zI=xh@ceb0Q$HQ9FP;ZtUoT|$gmzWi8f9T4bJQG`WT4SRrCSH6(<3Hp|ZSEJg_9KzH zvEz1i&v#Nke8@I*ekk|!Z?|h2UzU5j8|;16@0+!I+I3xFk6GVTuZ`)u&4!8+-7vDz zH09@M(`QwtIWJ!@Oy>7x5Sun!ggA`iE`WVdDx zN^8v?+d4L4644$_3=f!XS-W*xf3Io(bE9tW?lL>RtkRtwZRXJvLG4&`w|VT)WF41s zsh`U(`IrCr$BXBiOrAWJGCrAn^#w`eT_#<8FARsJv@9m2D`Qgbp4fjl`J@|X&p3U^ z`9lQHG%nL>-1c5QP{TK~!Ss1W}5im8Vk+ zq8CIlh-MJgAi6=6V`v9akD(t#L57A96&X5uIwc`mdO9^BdO{S1XbMpkqANsMh_(=Q z8TvvLW@rpinV~a8X@=IGPHl$X5XBjqLsW<84pAPWJw$zo{*VMfG5|>dBnO@@35+aw zx->BI;OP><$OI%6kX%5L0m%j=9guuL5(3ExBqflXc)FxOvf}B|!pMuKOAI43kkl}8 z14#}eJCO7+@&ic_BtwuCL2?915+qBWE=`a;dAdYFGUe$~1<4g8S&VE!(#6OZBw>t< zK~l!Z86;_pta-Y$LGtG55(mkgr%N3qcaY>kvIj{YB!7?u!vARo1FnbjT^EDZ^Fl?T NaIiWO2}MHTz~4<+0%iaJ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Recife b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Recife new file mode 100644 index 0000000000000000000000000000000000000000..5bf6c211c19b7cd37107a2e3b317c2a7195c2947 GIT binary patch literal 702 zcmb`^y)T170LSsC-XbMsF&Na*G!~LeOWH;wMiK@|2Mi`5ofr%jgTW**lCaz;26@J( zCJU{J2$3{>qm!@@s%go&@AC%;iMw1r!)@PRVm`SPvVJ@R=C{$j_T8gp$LW|XIbY){ z^)f6^3Tq-8J(k(0n#^_I+qu-7$k)4M;h-Rj`F&YRgvHyQw%?l8O0EMt!yYBZzm_=-<8cz$)YE>2jM*5#6?N$cAyt95ERVGYTUd0{K@hZx!% zf*?^`O&BB&5(tUpYC<8gTum?}8WIkPhXh0-A|a8ONKhoIs|kz5bv1#J$Vh0WCN>fr qiH?Lv;v)kfBeA5;gMUCATqHt^7hF5K z5s4sImBW-o-ctz1OIfDJyk9wlE5VNMb9AR0SH8o0K8Ime^L)c~(HBK>;#@M{a5=^1 z@}BkTp#6HRuUB^_((Lz*Rqls^2hPW`Lbp%db>g{K-MAZa5?2bW#P?n2({6_KIet0v zwK?4#sNZr1Yc}1X`|Xk8!U=ceX0J1vy6h7SJ!;nJl3)J^^zSb%GB@9?|GbIW^Zl)Qq0P3PSX3`Y zpWA<5KGsVQOYP-n`FiEfEqk^6ky^_rk@eeoYW-iXY^}O#duCF0hLh?-;M7k_>ZxBJ z{rIBibu5c`-rKG~s(IIv?!Slpr{XD@6_sJBEH$^*+^6PNho!{4a{|ZD@EQJm&m00E z5s(l_3?v8=1qp-1@il>vNWLZ%5(^22L_@+M@sNN>L?k2<6A9{Tq9S3DxJY1M6B!AO z#72T6(UI^-d}IK=W(3F(kTD>GKt_QK0~rT05M(6CP>``8gF!}v3O6*LRG7d!-P)%6Mh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Resolute b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Resolute new file mode 100644 index 0000000000000000000000000000000000000000..19668900dea9249c1714b8838e44ac2070069138 GIT binary patch literal 2066 zcmdUvUrg0y9EV>_gN~wPQHTg;CPNR$b1?L1QYJ74h4|-q0wGJq5X<=~`s}yl^^VsH;^>Yq{n|z5Tgp!8pCo&l|7W@~+R>Z_m4(o!_~6 zpC_`a{;53kuiNRq9pj#qi$kqCdd*lJv-B6abC+B}(* zG;GpGO_KEA({%EcA<5|bTc>>by<~QMr&&ink*To>=APCgGHvB==H87T+v)lJ=DxDm z?Tpk9O!mxHn?2H}Ilgr^XP{eWUMsetJhY*-6E+G`)&H=qx_ zDt1xBX??hDk1Vb@s)e-;QZ&0wi;I>?@gE2uejwwJtq4QI;(%(B(~k%8HCEjjX&Rk>Lc5=AV@4Pno7N^MbAX(wM4| z6LwYS52kwHkgaL^!aUxy)vm66%RJFhW1lSlOxNsgmbJN^x~{HTYLj>A`jP@!Ke$2b zva_V_e3{lKCP@8ze%*NWM|t{Ssd=V1Za2kdnP-n(u?^8=Bl|wL&*lGWo^N>5Zcgnp zjTO6XkLAG|Z>$b1UWP3}K?l|d}mer5xi-*R`sDzvS z+;YP&Z#>_``>tQ#c>L7ygwgT%J8zgI&Su>8b8awb3X3A9a7DxvyC?D=u6*2$YtKJ$ z^&!_Eq5wn#hzbxLAWC?2T0qo*=mAj#q6tJ5hAt3g7}`M8Vdw)5mMLu-#tZHC?u#TlAIREOveQ68c_M16?(!j`rN0$gjCLpPRGU+ zNWvHygQSd+Gf2`HS@Y=92FaU8mpDk~Ji63DatBEsBzutbLGlMlApDQ!Ip+G1Q^!)=@qXb9* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rio_Branco b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rio_Branco new file mode 100644 index 0000000000000000000000000000000000000000..cdda168cb97b1d45a4f1b7791a74523b74c88e6d GIT binary patch literal 614 zcmb`^KS)AB9Ki9@6vCpG2qMaI5BeuWM7+_V=x4ks8k&T*mLOWJp_Ue>C|X)|Y6@S| zZBo;lMXjJM38H`UOs@MrnuVY{j?ckOzwfyl+qqfQbtUa<+@Ai^(s7|Ym{aA>ruJS% zZW;xrx^O4e=CIU8I)2UDb?WUIXnFRK)wbRbt{{ZR^`zN z5-)yG9MbJ(O1@9d_1JAm#`oTI@-pjB%suPL!y`%cJ?YF=Ue@z59gTF^JyB!yj#9={ zbR=esccpr{tKa*|s;j1^=j}-=_YVUbyBHc7Jk$=41VADnAwq2oBuJ=@f`mchAc2rb xNGK#05)6rkgbTItkbt2!A`%jb$#)VIiHd|p;v#{O$Vh1X*Vu_An|wK)_yKcM5BUH9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rosario b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Rosario new file mode 100644 index 0000000000000000000000000000000000000000..2ad6ea5db204d599266412558f5a1fae076fc41a GIT binary patch literal 1062 zcmc)IKWLLd9Eb5YZK^R83@9if60xPEA{=RBM6H};sES!?LFuF*f*>dkRuKO!PC`I} zAha~LtKvCSOB?NJtkDi7kctQn0mV%bi6K_)`FqY?bn<<<_jB-$-)C^>$&A_Ro<;%Z*cXK$PNPuJ{1)~N;a(N+^F zvzR$<>wOVbA8XjJZKqTt8PkmqW2U(#W1How`c@y-OV#b>dnsjq6c4GNcLwzGNJ_cu zy?W)u0TbysUD%SJG##;gp)>u(bbdZp=-RwmbybcO5`ohRv$N1$tE#QH4#(4t=Vr%j zx9J~VW%}P^n=l_2onuybV_M4Wq73AH=-t`>@M z584lA2ZM~9ZK_vJkDO#M_z$BvdCrd9HOM%~K*&hQP+l1e8O$rAA;Tf#Ap;^KB10l$ zB7-8MBEur%A_IG6WMpWsjExMAjP8};k@39}01^Qb0uqB)f_Q zBSsf(5o3;cF*cPf#)B7#@qsXLb!1Zf(DjR$I5!}EY`Gxj4R`AK7y3nLUyEMwUZ+^t zaaxL(TEvZqm0VO`BNkWel}n1YiLh+1T$-^)EQ?K(;VTN%O>@I#L}03lm`c%+mzJrh zfu%b7qhHnXu4#Sqt3yiGt&+DK{7|hZ43#S@zY#I1KgnBjJ`lHseIXrj?ZPoLp<_cD zMXc{L9XGyPtm^I3@#h;+^c` zhLY!0)@rRcX6;e;EIg#$F?q^8{ff*Ea;faWgEHsxVzv3@Zk_v8rScqT)%W(~s=S^1 zbpCOt+On=lZ>4%xou`^$7iaI~s; zbCa$d@vBFUm&!*!j}m+8-14!`8BtXjE32D_#p7x77MRw#amC&3uswBQr*(jLaFCG%{;s+Q__- zi6b*drfzHIj!fRx%pRFOGJhliNCx=FNCA=qBne0skTf89KoWsu0!amu3nUpxHjs26 z`9KnaWW?5_1jz}K6eKH1T9CXTi9s@hqz1_ik{l#ENP3X`*qQ_(8L~AgLUM#83CR+Y zCL~WtqL54>sX}svBn!zFk}f1)NWzee*_xCgIYW|$WDQ9hk~buANam2#A-O}6hhz^) zACf;Lfk*~zO$w15+L|OHSwzx^_MKX(|7RfD=TqL_ldXfAh2}Uw(Yf_Bl*w!Q&$+E3UGm>W{(MYC|R3o`Y zl8s~=NjH*jB;iQLZB5FNoZFhDBU!gKX-D#oBp%5;l6oZfNb>Q2n*9*-UPw3Zg?LZ0 QGs&44?{T@DE@xuMAMCH~YybcN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santarem b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santarem new file mode 100644 index 0000000000000000000000000000000000000000..001638c2f2a964eb2cc75660f66a1bcc447d7a57 GIT binary patch literal 588 zcmb`^y-UMD0EY3aMk(=YadEJItqO;A5D__b>7arT5S*M8!9^FvP1o)s=-{YMH>Ton zTM--t(V;Z8i(5biKT4~d_v8;K2wpgTflTj{V0CkSTr@oy_tkT^^XPIv7xt{YhCfTX z@HVHeDu=Q(d96xuT9x}=Ou4WjqsEA;oW$}eI#<qgwGzVmtAe{-rbd(V2{Y~BoJBRzDmtA;xsb#852wWOLnt=8U#LRkB7 zm-4JF8jZ&uXe>`F4A6}k==H+|JPIGjK!h-$YanHfFZwC)qo3*OiI@rB6PxdUbd?!{n={IM) zJ#Xc_BHwn^_z*>e!@KG3D+T^bIkcYU-Trdg_H{H9e$K zPxr4>apxB5`0i|V~M)$jZQf`=d!q^^sKx!ZcHR* zTRQQNQ)13fzw6sh9}-Cy-`BUlJD~0ueN897bWo-A?$LAGcd69p>vh_?^-ApAEz=hl zsEoCBGBa;fxaCqgFJg(9AJr$bLPk`!HA!ZF5+-uKPu2^L{vhuBC`#u(H7xQDPw4#m zV`AYRzm{bmt3|aZ^y17n)Lli-=_RqxsDkt!S@3g{Dvarpg%eIubfHxipKKKO_*cuN zeU@6*y+D?H5GqPN?RxovW6HDmw7$3PS#@9XZ?eq0MU_W;;$vVGJ)E^j^8@qeNrnVvZ(7rCw;5{N6w<*<>`?TC#(W$m1zOEl$(5#w+ z_v)7Tm8xZYqi(&Ft+o!9=tsVeSC77$rnkM9CAL2iquXAN6OT2d%E#L;iyfuW(&2Qt z96`=&KbO-L9OQI`g#Jf3=DjvThr_JQJPt?sznEsgJaxNg4k8mpW{OM|nJY3`WVXn3k@+GMMrMpm8JV-K znKUwMWZKBQZOz1ynIlt2=5A{ykIWwJ>GQ$-c}xO;3?L~$a)2ZO$pVrFBoDSG5lAMG zR3N!Pl7VCcNe7Y-Bq2yfkdz=fL6U-G1xX8%7h97UBr~=qHArrdcC!gI}qk?%HVW`0UZPHKAU{Im>rN{RdLukgPBno9DU literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santo_Domingo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Santo_Domingo new file mode 100644 index 0000000000000000000000000000000000000000..4fe36fd4c11f998ba3f626c5e23d97bd82d12791 GIT binary patch literal 458 zcmWHE%1kq2zzYO{vTQ&s-2fzZ-FHg(#o>M7*Yd*-|CfKfz~Eecg0cPb1;$_X9?S(F z0+{czc(4Xs3Siye>A`NWC4hawo)eq`(*i7i?|ERQ`7nWznTeSN4q2I5|Nq}t!N33{ z6Bt@su+=@7p|kqUu@rJgJ?0@2m<)Ps~!x~$eV@A(6Q4$%z5>oC{%$5(T#KEw6LQ)_+~ zn78!q!_$vDVoJt4e&*}W=}hVJpHah}M>6~=C?l)iJ0qRdYIJU;`0x4E*l3%K``qe# z%@X;s=#ZM}J|eTxaXL_*DuLdYDi}HF1lt38?sJ69H(%7T{nsV#{5u`5H#^Ebpc5_~ zlXX#jI<5K98ius;<(E6_#`v%TxF?v$r@>r*~9w@V-;h zdQR;gzT)g@yroOK>K$+0SzXpv?CdSMsrFqyD&;Ci?>}556|S|~SCAsU4<1#S7$uec zYgASElvK6PtLljXsk!D?wf;KiU_-YG5Bp~~6dEdZxk91I@vw!V(A(Fp#id@KD@`)Y zbGv+h5k$xwqCmp1nmCX^kVueFtR@yD7^{f}2?vP>2?&V@2?>b_2?~h{3Cn8YLISgz z$dJ&G*vOsWkm!)`kob@QkqD6xttLh!NUMnw3DaugL;|&%NRd#HSdn0nXpwM{c#(jS zh>?(yn315ZCTb*XtBD&49EltW9f=(Y9*G_aABi6s05Sq(2*?BMA)7;G%hFLp)@4p9Z=79&EIPIL*e|38HeSbXD7UajP2b?1%`G|2a+27NfA!A(cC%k66IdU2bEoH{L`hifHl z_g?8%sS>_sgLE$}mL47(ZB9b$tmpw@$L!+d3+hB?EOV_AR3EJmrr1ov>to<&x z*8X*0)PCTlMpxa_n2PHfyW*5O@{Xu8=dQ#R*GYUzy(CQ7E{S1#Bq^>`lA6n9U`Uk? zd^lSMeJjzyr_*J~{cKIH$<>tl!J4`$O^5CZ)nWM&npQDLhG+U|dR~Z(hCKYq zcTKY*9!b{QXEM_Fyo_wPDx;eA%jnue;<|BG-CHYV%;9}Hwx~$PRc_SrQ?}@Y!g)Gz zK%shESvo0bj83-q)ybb7njM%a*>^hV)K7h6+KG=ky)i&$RJWI$x;HYj{Db6HHOQ>o zMwz|#mChM@Qs(B|(7f=SGB2f8^Zk$O{4mw|FLr1_bFnVCTBZvhdUVmj=~{SYnJnI% zqD3_mWl2G}F5Q$U%f=^5aek02cXpE%8DC{(dz+NR25QN>CsNw(vzFevBxP^!>Z)Tk zvbv#O*X+EYYisxDy0QaWzO`I^TKKkV>GuzQTKoU`$LoDvV6%C>O^_D=>+f*zE%P!T)>nD({KYYQ&5MKPpE+veu#w|N4jegh zOLOSRu_FhM96fUQ$nhfqAQ2!TATc08AWvt0&@4@CNN|=WIwU+KJ|sXSLL@{aMkGiiN+e7qP9#tyQY2I) zRwP(U6D<<1rHK~_7>O7O8HpJQ8i^VS8;KhU9EltW9f=(Y-qJ*mgl}o$M+N{H0b~e} zF+c_Z83kk*ka0i;0vQQpD3Gy01_K!lWH>C%cpw9Uj0iF$$e195f{Y3>EXcSZ1A~kV zGBn88AcKR94l+EJW_*wVvNR)v3=uL$$RHu3gbWihPWayqR6w#Bu+%v7=}fh|<6{zI Q9I??(yW8oo9vuPS0e(2j*#H0l literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Shiprock b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Shiprock new file mode 100644 index 0000000000000000000000000000000000000000..abb2b974a47eb3e5c8b4f5d4370baf4898b239ab GIT binary patch literal 2460 zcmd_rdrZ}39LMnoL@p;TPbG$MG}96x?n(lgkwJubg764OBa8ys(F(kD(n5R+lJQ65 zSutjr1WH~QMdSAS4@>il|dYpCceyr}y+_NfosBlYmy z-y4T(;>4A7pB|gvDgKD@=&RvAadqq|IsUyzOq{EflON;>|FK*dc+)Aw&IB3M<`=#&Rw74~Abj*ur*#DPQ7F}g=xcd=JTo~(ju;Je_r0OwNBjVt(DVO6^Yp5`{eZ8Bym&Hd>J>VP|b*N$oSwy760ozo$zIZ zat?>QJ-E0;m-~X%3TLWzul!oMCt`F(_9<2IO^Wo)`bv0)qU9?8kXYR}Djyoz zFREIH<->#RqPq5|T+_W?JmNZ|Yueh>qp64WWA$ED8`Y`nib_=7WuLB3OjY%#J=z-< zqr3<5^tx|P0f#S^|<`Q*V-(NK{f8#{)@hU`hXvEiuL6njB#F6|PV{o~q~ zb6ELCKG$2~I@OlJ<9h3uPd(G!tDimRQBBP)dfTx))m&Ytx9@bSDM7)1{e?{Z`^&W# z{{;hq-JL=N0&n*Og_!SJgkSqKZzAn`x!mOzt^)I{Fi)j<%G_p4BFOyNPxrrAVZdB< zNMt{qHictki0jimVk`tktX*SuV0(WWmUat!Bx{nvq2#t46zQzOZi2 zEF4%l$I_9tBa25?k1QWqztt1~sesj#0I2~|1f&WaWkBk{Q3#|G9Hl^N!BGsP8XV<7 z>cLSEq#{U3keXOcQIM)2WkKqK6b7jbQW~T-NO6$raFhqB4@ZHJ3Rz8wkQ!M{k&r5J zlnJR5QYfTSNU4xoA;m(fg_H}a7g8{!Vo1r5npsWJkg9Q%4XGPP;gHI4ln$vKNAZyA zA>~8rhZGR0pw*NRsiD;r5viiplo6>TMZsV+x(k@_M9MkQ+;Br0!Nzc%<@3>5>(` Zg+=D)A;q;IEh{Y}#g&Bz0( zYMX;ubev<=mU^aJ=~`I2)|SZ#w_fI=bZeGV*Lqux8))@)K9yl(%-|NuSuMerXFHSr0@9k1I96RLP_{Kru z4D51l+8GizZ)kU>wX7Ej^(&mjO24?Jq{x|`UMP}M>q0YPlSFbvK`1#h!AbsMk)C;e zo=O>;t7o0?sM&|3^{xB9Q=+p(-qv$Ur3PloIcvTZa|^D@c}qVMX^CG+U&folH#wox zy)TON@h^48#Ws;Sd|YRpd0u4??$bF()~W^F&uaNnt;!85nb)4D@+-E<+v^fkfv;H> z=KZ3IJon1tlxd>)!hBgW@w2$&L$AE^>}R4>r|G-iIVSE7#ps25_lkR3FY2=GZ>vQ$ zAM3@<1FC$%LA|7WlUnlQIa!h2FDlNQl$G%tMdgtpx%6_QsCxN*z3kI2RlRw?zW=QT zRnxdb*X}7*%S(g$fzH{gE~QfY11{zNJyQn?&a1#T_sNyB!(!zJ8M1!zoM;$|lMjub z6ph=j$cKlA#H!{|`N&|ec(nSGZtC5y9?Krlj|X?C=6J1FR|M7S%e!^ZSE+)hJ9LXD zQ?(oj=rtGO)suVL;_1#6a;=UNt$`xh)^|m$E1V(Mw~mVT#0l9^b69kQr|Zt* z5!E^Vo9;@|s%!YH-tg;gwQ=xWz3KA~wYmFMz2#^?b+78t&-527cf=HTuXZ9DXI_jckf9-Cvzo!79UT{j$799^ z3=kP1GDKvI$RLqXBEz(raUuh?nvo(yMaGH@78xxvTx7h+fRPa+Lq^7o3>q0VGHhhr z$iR`2BSW{Ev0KgHk*^Ruf(%zE%@pB*I9Dkr*REMxu;_8UKoNWJJ`p-sl+5 nb$tJ>bC2(TZ}dNr{`2Cc-6d2!t2#d?FGpro=jP_*=1A`!V0=z$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Barthelemy b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Barthelemy new file mode 100644 index 0000000000000000000000000000000000000000..a662a57137b69e8ba445e899566222cdd422a764 GIT binary patch literal 246 zcmWHE%1kq2zyK^j5fBCe7+atL$T|JZ=)fiAF9nwp-d`^gCP5U`+bZv-ep}BY;${S9wkjrz@V&n5bgwR^MMy}GWhrN~q8T=CXJi%T{=?R(7`biKZ&r~8d% zEv|Lu1^1gqt?R96J$!GcYw)1IBJHpcDhebBS(ht+X4j?JF^eFFLWr`K5ro=#C;jcF|o-WQ_| z_5VqHEy9(G_(B|xZBU1gm5C#r!sLPU z?y9;w&ssg=&ZwyCyNaIrza={4jEFwfBzt|Y#8vygmREngRa{fKMPB>bTG4yn-oSN* z*~aw~D+7J*&;P3Lkmm#a#!UCebek85y%4)X z7oPPG+ffp@<;WcWtrgYg@NF6X+g28vx4)9;ACXsR-mz?~F)|~^ywgZ9QU;}(sVSX} z)YA(BX#?Z^X$K|;Mz`PL+0POn?e1WHhl02|7a`%zjkKBKx0k*mWNDGi2*y<)A zT|nA^^Z{uE(g~y$NH1)4GmviB>UJRgKpKK{1ZfG<6Qn6fSCFad z9Hcw8x;;pLkOm}Lpq1F4(T1zJfwR_`;h+G>INbmL|TaS5NRUPMWl^LACX2PokUuR z^b%<%(oLkDNI#K=+UkxXEk$~YG!^M8(pIFeNMn)CBCSPwi!>MMF4A6G-Cv}^wz|Ve zi;*59O-8zmv>E9$(rBd9NUM=vBh5y-jkFu-H_~uh-EpMlNY9a`BV9+@j`SUAJkoij z^+@lL<|Exl+Hb4-k8A*2y#tUfV5|24vI&q~fNTR~A0Qh6*$K#2K=uN%8Iaw8YzJGt zACL`Ut9JylC2aMcKsE)kE0Ar0>K%e?5nH`S zkWFH%cL}mhkbQz|6lA9$TLsxG$Yw!y3$k61{eo;5TfJkDEn}B;d)@d*Rc6BFYT;}ar(2eU89 AC;$Ke literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Kitts b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/St_Kitts new file mode 100644 index 0000000000000000000000000000000000000000..a662a57137b69e8ba445e899566222cdd422a764 GIT binary patch literal 246 zcmWHE%1kq2zyK^j5fBCe7+atL$T|JZ=)fiAF9nwp-dPnf?;Jz(0@Rq17TML+sa@`EoPIj_O2KNba#TXX#lUSMSY}+(~!w(sW;H($D71TY6sJU&m(9Y0B^+ zGNWokKI$VoKDZXYn6U{jG3D#}{idBe?Ta{fRr7r3&aBMEcPie7Eeo6ZQ1Tl(1)Uw8 ztx(qWCf?5u|54Lvs0yhIsSK$NsUB17Lli(XKvY0UA>oEWT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tegucigalpa b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tegucigalpa new file mode 100644 index 0000000000000000000000000000000000000000..2adacb2e500e2f9621b2debc1756d308747b67f6 GIT binary patch literal 252 zcmWHE%1kq2zzf)cvdlotv&6^SMPb&R2Z}MX1C*-vJy5o(4RDF=dEj#G#04fsF#P|2 zoecxS|NlETFtYsrzj^@!hmUUvgR=_|2Zu0(kYL$=AOKkiavI1|5Dl^zM1w2`(I5wa RXpkeoG_elh0=mYG3jhxjJc9rL literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Thule b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Thule new file mode 100644 index 0000000000000000000000000000000000000000..6f802f1c2acf9cc73481ae86c9e099fcfc28cf25 GIT binary patch literal 1502 zcmc)J%}dll0Eh84Lqak z9KPEAEAD%jjt^F;o%5A?*NjW;p6-+hbB9IZXoa*-#*3t$ESY>WQaJo&+S&41q_{J5 z>hU)sEpEHskTh`IFwadQa_t`CMmwyrD8Dw9IyZ~N|zLaKSW_>tUP{cK@@EZm%idh!nYcfC21p~Bp9YkcTB0$7fZTqZAg`m&FG57 zfU4{r*HzQis=Bsc*NkQ>>AfRQT(1%*6Z_;Tzf06cHOM-5tf*V@NPk?o@V~ap`iP*Y zzZ)$ZmS;udtpt7c?UFjzwn?9#m{Co|U-X56an+pmUbi&$tBWxYbZbGQYF&FL+tT|) z+v23`*wP?6rUzx`PmkytZI|5(b`j_)lb5HWMNf5xymI@iSQqwBZz%Mn*JcZa=2h7G zP-yn4ZG*?_v*qNPSLCz#{vwi)IfOz|#DWBaM1zEb#DfHcM1+Kd#DoNeM1_Qf#DxTg zM23Wh#D)ZCX`(~IL*hdML?T2&L}EmOM508(MB+pOMIuE)wKTCJ!CIPVk#H?dyhy-E z#7M|U%t+8k)JWJ!+(_U^Q;E=Y;F5b6;ZFvacBPzJGhazQ9XE0=VpVM@bF z2UAf|Gu$vqLs3JUrd)6j@zIoA03X~F<@9{t+ivo%i(ckEpEJz4{(b*(3CUAKZU1;0 znE&wd+%zxWn=ddQIeVAOH9y=I-z*6{w)X2CQR`N?==JfNqjDFI*BiQ|i;YwJ=uPfJ zRo=k%I}&dT)FpK$ zzC@pGcR-yB&(r5^Yt;qsW%^>+=i*}BCRx^OmMAM%muIAW;yOk>c|2Oz z-sr8Ko{!Majn2}KRbES{=%yKOs%FX2y7`!{$~(qS zx9H`rUi53ETXyghFS%CfR`nW*R(IWG>nl~l=VYa9Q+!;s-SL}zdF>9-F3qOff4E$9 zh`*{kPRm!XgdfqJ27RVFdvDafU1uuay2H}XEnfMRZ;)MY^-$f4mPr57I1!MOECY9S z7eSeWW$^NrA|xqEht7B+!lGmJt0T%pxNkSzJ+w&lXy~DPw!Wx(R@~9OYWJ&%l9Rgk z?>QxAsHYO;z--6{JnoG;#pT_O7=P7?it(&T{t{ltKKc{(~^qKYnE zrei$%s+e8V^`NSbYVhi%a>&^zVV|2KhwkYhV#nF#uxw{BJTgd*m|Y=8`gqB>_+uij z_MRLSzD10>?x{z&Em5P7)aWsFc`6~dRF5rRrp7HS(Bq4ys|krK^~9W^O4xVHNlQ}1 z(-iP$8*bFtR?y^klnJv=Fi)DJtbdg@PUS>Q_5bx(Kk{_Ip z6mv6^-8Nyu;$mc-d@D)<@iPjGn_hGpf@ok?}(Y5E(&a2$3;F1`!!WWEhcg zL}lGB7=kmi477Qw4%co!oy?Y0|W?( z5E3FJMo5s5C?R1&;)DbWiIk-Y6%s2XSV**xa3S$R0)|8k2^kVIBxp#~kgy?fLjs3H z4hfy5i5(I=Bzj2rkoX}1L?VcU5Q!lYL?ntx7?C(4fwVM{L_%q4Vu=J3i6# zk%%H8MPiBs6^SYmRwS-SV3Eiop|v!zMS_b&7YQ#CUnIatgpm*UP)5@#gP zmL}3js4Y#bkziYzXd~f9;*A6xi8vB+B<4uak*FhKN8*kI-qJ)K3B9F>JraCN6MZE7 zNc@ol067AXLjXAjkb?j@3XsD9IS!Bm0XY(oL&4G<3&_D>X^sZuaIiGT19CthM+9<6 zAjbr9P#{MIa#$e81#(~@M+S0eSej!4IXEoM(SaNumge|C4iMxBK@Jh*7(osaka=ny} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tijuana b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tijuana new file mode 100644 index 0000000000000000000000000000000000000000..0fe73912cacab6c8aabef4f4264d1710825888e7 GIT binary patch literal 2458 zcmd_rZ%kEX0LSqIp(u(zsVMQso|L)+;mYNoAofqOE65F$D~TDI@n=v5389n`I=1GT z@u0(M20b}@!77PSWUCmt<<=UjuoZ^gm?_Q zBSsf(5o3;cF*cPf#)B7#@qsXLb!1Zf(DjR$I5!}EY`Gxj4R`AK7y3nLUyEMwUZ+^t zaaxL(TEvZqm0VO`BNkWel}n1YiLh+1T$-^)EQ?K(;VTN%O>@I#L}03lm`c%+mzJrh zfu%b7qhHnXu4#Sqt3yiGt&+DK{7|hZ43#S@zY#I1KgnBjJ`lHseIXrj?ZPoLp<_cD zMXc{L9XGyPtm^I3@#h;+^c` zhLY!0)@rRcX6;e;EIg#$F?q^8{ff*Ea;faWgEHsxVzv3@Zk_v8rScqT)%W(~s=S^1 zbpCOt+On=lZ>4%xou`^$7iaI~s; zbCa$d@vBFUm&!*!j}m+8-14!`8BtXjE32D_#p7x77MRw#amC&3uswBQr*(jLaFCG%{;s+Q__- zi6b*drfzHIj!fRx%pRFOGJhliNCx=FNCA=qBne0skTf89KoWsu0!amu3nUpxHjs26 z`9KnaWW?5_1jz}K6eKH1T9CXTi9s@hqz1_ik{l#ENP3X`*qQ_(8L~AgLUM#83CR+Y zCL~WtqL54>sX}svBn!zFk}f1)NWzee*_xCgIYW|$WDQ9hk~buANam2#A-O}6hhz^) zACf;Lfk*~zO$w15+L|OHSwzx^_MKX(|7RfD=TqL_ldXfAh2}Uw(Yf_Bl*w!Q&$+E3UGm>W{(MYC|R3o`Y zl8s~=NjH*jB;iQLZB5FNoZFhDBU!gKX-D#oBp%5;l6oZfNb>Q2n*9*-UPw3Zg?LZ0 QGs&44?{T@DE@xuMAMCH~YybcN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Toronto b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Toronto new file mode 100644 index 0000000000000000000000000000000000000000..170137333f9f6dba10ac3ad7f32876aaf518c4fd GIT binary patch literal 3494 zcmeI!Sx}W_9LMp4A`*g#ikYIhq=>Q;E=Y;F5b6;ZFvacBPzJGhazQ9XE0=VpVM@bF z2UAf|Gu$vqLs3JUrd)6j@zIoA03X~F<@9{t+ivo%i(ckEpEJz4{(b*(3CUAKZU1;0 znE&wd+%zxWn=ddQIeVAOH9y=I-z*6{w)X2CQR`N?==JfNqjDFI*BiQ|i;YwJ=uPfJ zRo=k%I}&dT)FpK$ zzC@pGcR-yB&(r5^Yt;qsW%^>+=i*}BCRx^OmMAM%muIAW;yOk>c|2Oz z-sr8Ko{!Majn2}KRbES{=%yKOs%FX2y7`!{$~(qS zx9H`rUi53ETXyghFS%CfR`nW*R(IWG>nl~l=VYa9Q+!;s-SL}zdF>9-F3qOff4E$9 zh`*{kPRm!XgdfqJ27RVFdvDafU1uuay2H}XEnfMRZ;)MY^-$f4mPr57I1!MOECY9S z7eSeWW$^NrA|xqEht7B+!lGmJt0T%pxNkSzJ+w&lXy~DPw!Wx(R@~9OYWJ&%l9Rgk z?>QxAsHYO;z--6{JnoG;#pT_O7=P7?it(&T{t{ltKKc{(~^qKYnE zrei$%s+e8V^`NSbYVhi%a>&^zVV|2KhwkYhV#nF#uxw{BJTgd*m|Y=8`gqB>_+uij z_MRLSzD10>?x{z&Em5P7)aWsFc`6~dRF5rRrp7HS(Bq4ys|krK^~9W^O4xVHNlQ}1 z(-iP$8*bFtR?y^klnJv=Fi)DJtbdg@PUS>Q_5bx(Kk{_Ip z6mv6^-8Nyu;$mc-d@D)<@iPjGn_hGpf@ok?}(Y5E(&a2$3;F1`!!WWEhcg zL}lGB7=kmi477Qw4%co!oy?Y0|W?( z5E3FJMo5s5C?R1&;)DbWiIk-Y6%s2XSV**xa3S$R0)|8k2^kVIBxp#~kgy?fLjs3H z4hfy5i5(I=Bzj2rkoX}1L?VcU5Q!lYL?ntx7?C(4fwVM{L_%q4Vu=J3i6# zk%%H8MPiBs6^SYmRwS-SV3Eiop|v!zMS_b&7YQ#CUnIatgpm*UP)5@#gP zmL}3js4Y#bkziYzXd~f9;*A6xi8vB+B<4uak*FhKN8*kI-qJ)K3B9F>JraCN6MZE7 zNc@ol067AXLjXAjkb?j@3XsD9IS!Bm0XY(oL&4G<3&_D>X^sZuaIiGT19CthM+9<6 zAjbr9P#{MIa#$e81#(~@M+S0eSej!4IXEoM(SaNumge|C4iMxBK@Jh*7(osaka=ny} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tortola b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Tortola new file mode 100644 index 0000000000000000000000000000000000000000..a662a57137b69e8ba445e899566222cdd422a764 GIT binary patch literal 246 zcmWHE%1kq2zyK^j5fBCe7+atL$T|JZ=)fiAF9nwp-dS61!b6&sk{JuY)g+&F) zu78{!_CH)st-XBr+hU)}gNNn4Ly_j|t*zW(dW z8Ondqtpgv%E7z_#9rRLf6}+LB?zU#Q>Ao~pddv+sJ*S3ANa7_Es@o(?eQUy9^%8z% zpXt?HExnuSRYYBd-0@kp>a%CBR&Q0PJGUC$cVmgVt7xt6mpflYW_Wb}3FFm(xN$ma zaJIQSEJ{ZQrfjyXp!mZtIYIkjoLlxW#w)>pfe&?s*IYQdS?4< z_3%42GVA0DleuZT%>Hzi$y&5t=Ilr?b0_7>Jg+j@F=^tN-(fsm10^TrgvmKSQ7;&D zRW0};M(6q))xzC={iyGNT2$7oAFJJ|@|GXfiz_#(C7C{1`r>x8Y*d{*Ubx;YkEoJ- zcdp5AFO$O9G*eh#AVnbqP0=SaWW|Mmd16PtUip2DTIF@?C#(IcI44f8E^k(A#`V%` zi;t?3$acLhYqwe#2orB=o$>nGWJ6Sy*-%?A8#~L))0Nfo%&7viskB0#JvhUZ=9S3i zUGXM3D7ag9`}{Zm0)bcGbh!e7cTG_DK%jh!E7bY!?YwGMrpGlW-QH|_AF+3i$NtJ) zt{~^}{EIpS?8%$#y@XT(DFspsq!^C28b~>idLRWsDuR>*sR>dPM_U!7EJ$6D!XTAF zN`uq}DGpK{q&!G{kOCnULP~_x2q}`ItrAiuM_VVPP)MbaQX#cMiiK1QDHl>Nq+m$J zkdh%aLyCq}4JjK^H%D7Iq;g2ksUuQI zM_Wmxlt?X+Vj|T<%8AqyDJW7=q@+kqk)k41MaqiQ6)7xISw~x1q_#+Lk?JDlMe2(b z7^yH)Vx-1Mk&!ARWk%}kXbX*0+R>I8sWnn;q}oWik$NKqM=Fk#9H}`{bfoG?*^#;< zg-0syXiJaO9w|OjeWd(I{gDMgRsdN7WDSr-Kvn@+24o!^?Lr_c;b@lvSqn$I7|3cM z%Ym#1vLMKcAWMR*39=~2svygPtc#;v7-VG}?b0A?<7gKLSsi3~ko7?p2w5RyiI6oy z771A;WSNk4LKX^HDM!0h$XYqt#X?rg(JmLVUdVzWD~2o?vS!GlA*+Tg8?tW5!XYc? zXqOIIJ4d^C$m%)Tn-T>HGQvYrF0$8A z+C&>gjKC5K48ldF(IP`42qTcnf~>^X`7X3-6}0L;&ix(l%EkY4G_)K^v;FaSn=c%m zCUdyQcAA&--qi5T@o24|`3?^bO?OURj31tk{@ONuC|!O_ZC6Y2Lt<&NTdiq1DgEnf zL_mo{2IgdmpoB~r996ACyn|(^Jwt^qrt7tDgH+gbpbmfdT}6y6>2-s%O13A-$gT$} zs@6|Nx4sfF86RbA>3y+2;JJ)Tbc(o@1)bp2DH7(M>ckI+MbgBG-Z0allAV1zW%Qs* z?Kq=1_7$j2N3Y1VQ!#3D@oAY}?Wr>2YGr2HdzIytEwjTsMD~2B%=tMlavv|tyxAur ze>hlg8NVa8_Wsb@u3r}0PrTMUx^Jt3$_c%*`I0J3)w-zgxGMTGBa4%JMDfg+Eb%)g zN=Ex-=|Y9rH885nUbd?8b60i6-7;0#cve?kOHsS?>-C;?p{m33w4-KGIhMn9ZN>{# z`z}}3MSK=@lVP%cWkxjIT9Nza#zbTH8`(6`FZMS-k_ViPpX_etx60k_VfXa<*T2;+ zS68#m=5qCRy1AQso6USNcVFu*T&^3+&7Zq1#JY#`wndheJ8boZ=2V-r*PJT;HXo|Y zhbm*ak;lz?|Gqf>Vree(oWIaBfGiGK9kM)ReaHfl61f&L}2&4+645SXE5Tp{M6r>iU7^E6YQw~xOQV>!RQW8=VQWR1ZQWjDdQW#Ph zQW{d5r6~@n&eD{J)Msf5L@Go|L~2BeM5;u}MCwEeMJh!~MQXJ)#Uj;OnsSkPElt5l Y#Yo9W%}CKm)kxX+f7R_{qR;aA1*s3Uf&c&j literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Winnipeg b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Winnipeg new file mode 100644 index 0000000000000000000000000000000000000000..ac40299f6b27043e8f2454ac594b0ec184c1a237 GIT binary patch literal 2868 zcmeH|ZA_JA9EbnMHxNb5#0UvYD~2Khis1`osbi1`>Jd@M)G)*{9^X)W!GDX1ep0i1 z8Aa--yvPWN?JTU&l{>tnyO`?;R;d^qQPIoIW# zp7&au{A+&Z35Ojthx=Y?E~TFP4W&m9rk7Rj&<_vZb&hNwsYla_-EY^n>FNG=oYS*9 zyESX)%9+VC-Lq59N^Reh?)UNg<(yQwbwS&tu3@8l-hABo6WQ*C`Yrn7t_@CoRiXa0 zZlTjqmZcZ-yiQ|LqFzcK=3Jf;u2&+1ou;Hw@^jCj?$wAexq7R&d(HfsYt=38^`=I- zQG3j7K7LGo+4!Y@~V>eavRDec_jum;E;4RCjAmxfK+weBkkJiJ7^ z9oQk=cfBJ$w!JNntXnKS3+KqAc^T4cT9O1MCrIz%k@8q%hy?c=r;q!$N=Um14Y?Jp zeHuG!X!SjP;_K@gw&#L|?>MP_3%bjbZ&hf&DZfhpdEd!X@ip>v%IES-&=(RhV1q=o zRcmCxLW!*3s{^iiWnk5N8dc-ypt7YJy?2rhE}Et>n}%v^Zh^!t>a9bPGG*wb7LAV> zA;aQ+&}aQZC85u6lF-y9!|&J0h~o`1^86tgRne-6hdz+!*4OLvrK@Fh{$YKgxKv+E z+o@x6R_WNm#X4^6L}%RX{gO0jzME9DO_BrC+~mD0B&9jled+xzI=*&-le)4{C+v%H z(z3HOeREG|;;2NOwB(L6IW%0oQ)(S=t4A~9E1irhVUihk#?AajWLn!kcY1lFWYuqV zvx|?(%T>$W895)zD`na4%+w<~tEAAGJ*Zq?&CPOh0@vuAq(o;<^IXl12zPQ%rf8m@ z$I1IFO6N6Qa$et@EN`6hx$_GK%9|Az-TaI|an>Jo7sTI`h4~-3i-M|UaaxJHxUE?W z63U%|`ct|rc#X5HYL6DS%ypKRZPFFzQk<1VOLSFblv6Zgs;=JJ&1vVcul61Oy7}|% zgRUJr{kN|NeaFK*^ZCkei1>U5c6&Pbe4lO?e|z86UVHrW`S?_?j2UarWOJsPlkPSD zZV`{iVVG^T;r24WnDbs*+}*au=Dh=m{~g4hURB#4zDW`fws(ijS2DNAE2h^-*T zf>;Y;E{MG#27_1(Vlqo(GljbQ`#}r{u^_~R z5F1(=BSNeQF(bo{5JNI7$uK3umJDMutjRDZ!=4O-GAzn4Da57>qgooPLd*)WE5xu6 z%R)>Gu`R>65bH9`%djuQzzhpBOl)av3^B5$u`3Q){*VGdDgY^grKtg<2$rS_ zj51i7Ixq?WsRX1HkXk^B0jUP09FTfI3IeGJq$HN6CXk|7nyN6$VrlBaC=8@BjM6}A z!zd1H{edq(YDqL23jklBKBHrfQI~S(>^*3TJ652Pqw-c97yhss||_q<--K0{&gV029YyCX!L9L!#rN PW1>=HW20lEV*>sFRXeOf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Yakutat b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Yakutat new file mode 100644 index 0000000000000000000000000000000000000000..da209f9f0a07625ec83d4ec84917216347f5687f GIT binary patch literal 2305 zcmciCZA{fw0LSqQ0v8C165>IklMf(I*TYrdQk0<(ArcVRn-Ezjc88T zNJX?1>d5*O6;+n3o$?Rme6e1~Bz&P_4xf>+Ka8mxz8=+apHGSScZc{!-^$>=3zQCv@J~7gYYxLG3!aSuN>(PRp0;RDoYfcc)t|t$bE4Ye-auS*^0j z{i`Z=-X}fjbA{)^Vp%fti@5WHSb5jfr=nD6>bu`QF7DYAt(PA-Ant9ysLOV~rB>8_ zq*u1?SLI9I&=uv|RmD%|WM%%Ks62a0R>f}QA~=&5lF*fj65} zZSyW&x35&ym-_XCfeh7;5E&sdL}ZLs zGe~5VRx?awoX9|tks?Dy#)=FU87(qgWW30Lkr5+9M#hW`8W}Y*Y-HS4GjOXJIWlx) z?8xAe(Idl0#*YL5i2xD;BnC(jkSHKwu$nj^fv}oLAfZ5Ffdm7I1`-Y=9!Nlth#(; zY9fn-)@ovl1lMY!i-Z@6FA`uR!bpgb7~?-djtGyu=Ie~Qj_=hX_n4mkFI~PGW@~I& Zb%VErZs*l3b-7(Kucn~DRp64be*u!YOXvUq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Yellowknife b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/America/Yellowknife new file mode 100644 index 0000000000000000000000000000000000000000..cd78a6f8be1dd55ac5afd25bbae39bd5706e42d1 GIT binary patch literal 2332 zcmdtiT};(=9LMn=gaRiXew7#s8fi%oAPgR%o+LOR8etU34pxx5GcCklf+M=| zTN$&N1S(-`g{f;cHqabyJ?PwVxvWIX%4XTWs3lG<2AKs_EIC}Cz_u&C~b1>BO?08vv{9DcLmwuEz?Nim>#!sX#`mzAI<*SSoL|uMSUjWYZX#EL#C8oGgI@&B{Y51ge9Dl zaDBwM)Ude5cAM)j^h(6pVHJ6#O`<;RRnc$vX#IMdx}kH6zHwu{y2)For>!VbF~tw+ z>A6Yj=A=7x?3_X~BiyBD1}B=Czs-}lZ^KQzKTKvF{mIOJ|FYcDd%`66X6ajB7%+1x z0(x%aXX>`>Z}ja;-c$2pj_Jf?QHc}hCCRl`C5;}Hf7(ku*3);V#1s+>y^I(Pi6$~*pxzWb{| zwP?Rf?it*r7H|7m?%lar`1^=1N^Ma^r~7qr zWQ{65*r}IX$yX(B^vTjQ)yCb@ArF7B*et8|N@-Vud1O(El=*^9d3>sPD!wzGYtd4f zecV)jpQ5W~UsP2iQF_J1h+4UKOg}o>ud3Vq`mv!-Ra19Juj*c-9(SLT+KvwMMCt)~ zvcYTWBDYI@QHiO);**BNRMT*xO1z=b#`|ubH2(0bS<|&#KXocfJ?+cY&kT&Irph?o zyv?tk&HhWTZ91gZ#hlmcmvyQ26XW8`IbeLF=VU|dcC%q_n6ba=twOVpRcqEDKo|vM^+2j&^Ct+K|N|t3#HDtPfcrvO-6@L}ZP~ zA|352k!2$5&fT9L&ft3{UUXxED@7+EpLl94rYEE-ug$Fh-ib1WQLImgnG zwR0>USv|6RWc`k|07wOp5+F4|ihxuBDFadmq!36YI7)%kf}Bc$b&&EP^>MTXLMp^jBBVwfMMA2?Q6{8L9ECzE zg_H`Z6;dpuT8_3{NWC0w!H|kM+L9qP<0u+ZHKc4v-H^f|l|xF0)D9^gQawjoKBRt* zwtz?l9c>Ab8gdj7sUk-ikveh|5~(CdDUn(t#YC!!loP3^qb(>>QAb-+q^6Fxs7O_j zvLbcmC@fN0j?yBvwrbMk?%RON`Xm(H0r0GE!!w&Pbt=N+YGl|7WdT ZHsT9y%v0Q1X_;y1DejDnw2ZWL*WZc*ZxH|h literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Casey b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Casey new file mode 100644 index 0000000000000000000000000000000000000000..586a7653ef20d04440bfcb6645454ef215a1bba4 GIT binary patch literal 423 zcmWHE%1kq2zyK^j5fBCeK_CXPdH%_rY4Ezmrr_Ow>Vx0PIST&HXD38(SvN#2;TMSB zDdG^*E87q|&D9_-`6xqt#R8iIpX~vO5luEpIx_>3EmCY!I5sjcGBGkS12G(eYyg3R z29PDQHZX8N*t!M=4B7@34BCcAOP|lhz5BOM1wpDqCp-7(IC%)Xo@||WdjTXJ6#Jd E02EY6j{pDw literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Davis b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Davis new file mode 100644 index 0000000000000000000000000000000000000000..d4d47b24647bcabc981440f0859e94228428798d GIT binary patch literal 283 zcmWHE%1kq2zyK^j5fBCeb|40^d7jU4VEE>KU*MnnY6h=cA_m^me>wQATxHp?Wg2_PEe3=jZ0 Z1w@0K1EN7r0?}kTi^~S+P&-|7E&$|rG#vl{ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/DumontDUrville b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/DumontDUrville new file mode 100644 index 0000000000000000000000000000000000000000..7be2474dd91c8a7da181fcda09d838254b890d75 GIT binary patch literal 172 zcmWHE%1kq2zzZ0GvP?kC(EucXoX#IWnxSU_1B;Ju2!pnv0YeC3LqG;F12OM^APCzQ n#Q~y=-Y%KI2$X@C*!h8h1#B)S$lL&5sNq~TKr8HY4Gp*eA?O^n literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Macquarie b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Macquarie new file mode 100644 index 0000000000000000000000000000000000000000..9e7cc687d76b00d8f112245d5c5d2f20a2a61814 GIT binary patch literal 2260 zcmds%TTGU99LK*e@Qxr9Er)HLbH-)ANRONBcqDnRrq&DjPK8=Cg{)Dbmc)b&8!^Z?WHHDc)0P@x7aE)@ZWL z4i;F#aHJ(RCfQxb1~jKCU~}z)&0Bq3cQ^m2d*L&;QO|8DAktrjB5FbD9d~9oK^&Wv6WkTw5sM~TU`*;19=0MpYggC zBp$Uw?}J(sep+jO?^e-MCow58nE*B08trAw@AWwQBw zaaKMj(ki0Itzz;gd*te6tGsf-sy-UB>Y;vn^z0>Vcwv27imZ;zjzX-}NI&9)uBZco|| zw!P(RYuOsE)~Y|Wqj*d^bHCEAln=E#ZcuFzr_^@+HSHNYr1mdOPkqp;y>Hj)>46U0 z*B!9^N48twK&?HqW4(DoLc=`X(ErTi{LU^fb}3AHrQZ`F-8$d8|NAE0=hLc!GQac6 z_w&)?;QtrXnRM9ajS*%-m>FTFgqag&QkYp`riI;kabRNL%nUI#U~a(VFtY=u=h~Sc zW`eGr8DggB+Lo0+0qw9)Lt(G6AFllM5gj zm~3Fu0ptUd5FjI%l(=?sf=LRH6--(%dBG$GlNlg2nA`x#!DI(W4<56B*nJ|KTU0)Y$yDFkweNup~fiPSA%fg=bv;M3<`l~;Bp6&Pg?QG|tvwhyj zAMJ9$ReW=AkU!LC?{4+IxLf=he^>vZV;WF`h)Mv65!F;auiZ<3IynG({!T0$KW656~-Zu-t&CT*T2 zH}_nSuo6F+{Q96w$rzTY8{6fUSRV~9{Y0k){h+rx9Wvc(fzAjxD>Kea)0xA4GOO2H zBR+1H$UWf__0|@Nt{)@LhP4v2=Dfs~TkmS#5^lCvXHb8F5>UR8kJRXn0gB|`4b zP+gYlFRtmmx_t5l$@hL!^RExeJ>Ng41>d&IiW8=~yI+!f_tnYDmNvcbg%T-zew*H3 zo+V;d>H~R^vMMuQi(&%g!I_D=I`E7PN|efC%&c|jC|Sf>(g4LiBkP#kv`TF zDvuvZ*C$#N^vPYTq-INq);^OaPno}|m&0q+KfT_g$NZkQk?UT@Vc*hRe9v$=4A;Nd-gWDl-1kd7cN zL3)BT1?dXX7NjpoW01}utwDN&G{@HJ4$>Z^KS+a+4k0ZBCSMvi8K@GCelt@tDi_ik&YrQMS6-f73nI{R-~^;W0B4x ztwnl^G#BYE(q5#$wpN3Y4kIl_dWjO zBP~aIjx-(VI?{He??~g3&g1`~^}hTCM90PFy3<@yIZ4jB&e*7&InFp|Y|L!mKLIzD B3|asH literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Palmer b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Palmer new file mode 100644 index 0000000000000000000000000000000000000000..9c8fd317e0537afd4066001f6700cd6490fbe5a8 GIT binary patch literal 1404 zcmdVZOGs2v0Eh8AI_aQEg^Sc)R@%#~qvK;V9Zx>cw9K3#B@Ch<(v8xhHbLd0B%%it zwGiw95n+0?MJ^^fR3ts1M8sSKK_L`@^k5p(x}EQut5(sfd%64$GcXL??;qUNyg%Fe z&AKmrxXJ@XkPv^+k z>($DW)_P^32&tr)-8yM#r%E0#(J6gCwdh5YTzo!7E$Q{krESw{+1XT?dNf)rZ;g^G z3Z}%$+IKQ7`L#&*Svr04zF74+qF0Yy6>Gjd(rX{wQ|m@==!|P!YW>{~o!Nd|ZMf8; zH}2i1#IchytF%I8?`f9a;!%+!Yh-SGxyVZxkohqq%4f}!zGog$@IFHq-ufUmJxS0- zr=E-An-kjK(j!VbhO`VkRhtjo(WTyQRaSLTmnWW46S literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Rothera b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Rothera new file mode 100644 index 0000000000000000000000000000000000000000..241cc44d507c50777f7225df197765e522f22313 GIT binary patch literal 150 zcmWHE%1kq2zzZ0GvP?kC!ONt}0OA0_|NmDnFtF$v7%=D>7&C;BUPSA%fg=bv;M3<`l~;Bp6&Pg?QG|tvwhyj zAMJ9$ReW=AkU!LC?{4+IxLf=he^>vZV;WF`h)Mv65!F;auiZ<3IynG({!T0$KW656~-Zu-t&CT*T2 zH}_nSuo6F+{Q96w$rzTY8{6fUSRV~9{Y0k){h+rx9Wvc(fzAjxD>Kea)0xA4GOO2H zBR+1H$UWf__0|@Nt{)@LhP4v2=Dfs~TkmS#5^lCvXHb8F5>UR8kJRXn0gB|`4b zP+gYlFRtmmx_t5l$@hL!^RExeJ>Ng41>d&IiW8=~yI+!f_tnYDmNvcbg%T-zew*H3 zo+V;d>H~R^vMMuQi(&%g!I_D=I`E7PN|efC%&c|jC|Sf>(g4LiBkP#kv`TF zDvuvZ*C$#N^vPYTq-INq);^OaPno}|m&0q+KfT_g$NZkQk?UT@Vc*hRe9v$=4A;Nd-gWDl-1kd7cN zL3)BT1?dXX7NjpoW01}utwDN&G{@HJ4$>Z^KS+a+4k0ZBCSMvi8K@GCelt@tDi_ik&YrQMS6-f73nI{R-~^;W0B4x ztwnl^G#BYE(q5#$wpN3Y4kIl_dWjO zBP~aIjx-(VI?{He??~g3&g1`~^}hTCM90PFy3<@yIZ4jB&e*7&InFp|Y|L!mKLIzD B3|asH literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Syowa b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Syowa new file mode 100644 index 0000000000000000000000000000000000000000..8c8062471dce91a5be827d6908795ee7391a4afc GIT binary patch literal 151 zcmWHE%1kq2zzZ0GvP?kCaaG!E3y`CI2BciefPuxwH-tgkz?dO~1VjD<0ZxOsY=Fku I=^AqZ09*+YLjV8( literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Troll b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Troll new file mode 100644 index 0000000000000000000000000000000000000000..a1dcea14de9cfb95311ebe94e8a1096c27800941 GIT binary patch literal 1148 zcmc)IPe_w-9LMoznJ`Ah*FZc}8bn|?_1Q$asDaB3%lRjlnP&D!r`DW*Dsh$V5QK!t z_YjDOpeRHnMu+|!Iz$m+Aft;!hX@KPA|$Ag4nn{8uVbg^&@+B}J$nv2JfC;0V;~-M z{o%WuF|mktbdEzR1z^H|f5Xm1Et@a(v>mp4jtHPIfJ6PtmOOR%bNsy{~=S zRQo>7X#d)%4lJhh)SH-|p6}Ge^AQ=Gtk&dQs|@uQ>F||G8EL7K(RhKJ2^7lNx}S0` z&ylh6d>#AxPR2K_>iElNl3IDK=kLzRh3q4}IQvv5GS~G|>b9n*)0*R1_pcw`E!WoV zp5L$9Ykzu6UDqjbgXXx7FC;M}GbA-6HzYYEJ0v|MKO{jULnKA3$q`A?YO+MqMDj!u oMKVQFMRLXekgTuD1YF~q?_f=7&>yWRt1NTN1O8~hwRaW1Ut!nv8~^|S literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Vostok b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Antarctica/Vostok new file mode 100644 index 0000000000000000000000000000000000000000..016e06b1bbc8d2e73d07265ef12e2be0c77982f4 GIT binary patch literal 213 zcmWHE%1kq2zzbM_vdlot^D?5dLD$z(KyPa+Lu$RN0V4w=6HI4P0RvE-TL1%xu7LrA nwt+bin=*uuVETU`0NDUC5o8O92H6Ax#M#DW1GLjl*OUtYQs^4% literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Arctic/Longyearbyen b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Arctic/Longyearbyen new file mode 100644 index 0000000000000000000000000000000000000000..7f6d958f8630cba512d8e58ca8edfbd516291522 GIT binary patch literal 2298 zcmd_qe@xVM9LMqR@gs$id#k~jfKV49cEa&9G05x$W^kHv8L5N>f)-(%#-KDTnRAWV zyT))1$saLh&944HTSIO3YqXF=yX-92mMgNFb2F#aSbd(~wrcCI{^_4Sci->hd-vz< zUQhqZ^$j`JKTeGKhKuupxpfX*>IvmrYBje?A z@>Qpf9`MR1FXhRp=h9>>kRW46daTn`$G4u|zf{iDCF-Z;E)5lqrG^^EHFR*J^;yQC zoOREX&trNd9C1R!7u#gIZ;{-T`-{fAe$a&JU#c_mq&lx0*BKYy(3{Wf)0ywRsEJ39 zNz$R9B=6ZPv$|ALHa{z=O#!)Ob)DQ=;TKm?iQMKckhG+9xjk-%q(^%-{c4`h{w7T` zLJ2zOgGqYF;B|HPU(~tX=QOkPW6j!hR6X^tYj$;5asq>rTRbFr%X=h0xlamm+N5Bj zL*^xR>%8-|Quu4D&OhdryS}K>qJbJM9-6OrZ(pbjdXw~?2A3}EER=goqt#oVD2vj@ zwZuCirO_X0nd>VlyY#IrjyxfYM~CIU3$I9d@HMFzc}IOayJX3s{kpWdS?=%Jrpq3D zUY9qm)yg}Y)L&7i4>*_T3U`LCxaQHS_)@7lJ53+DI$KsA`AJuWVrBKdsZu@oqdeSk zMQXZ7Wlc>;YPWo^k1Tjg>Z(VyK4rJ8Ee>kK;FOKovt(1r&+_C{OIowywe|AX(l+Iqww-!k z+AoFmsW%7Y>CqwGy!&0<6717w+WWO*XNN{OA|j*yd__BWzQMjnO`81Qzbq?mhxs>K zNvVz~%bFtm!T;5E&sdL|ZdPWRSLIl*llVaUuh?H6yh(Lq*1l z3>FzJGF)3TUVaG%jEoo=GBRdl(6(mO$gq)dBLhc9jtm_cJ2H4=^vLj$@go61B7lSd zi2)J>Bnq}B3`iW1Kp>GoLV?5r2?i1kBpgUQkboc&K|+GW1PKZf6*ovf`dc{2@et6ds zZfNz>%X;Ebi-zt-^yJM-t?4dM4}1%x?o>PZeSda%s)K- zEqjmv$-qrWf#g7vxY{g88YB;r2+4$`LUJL=kZedgBp;Fx$%v#xaw18QtgbdKk{3zr zYBM9Lk=#gfBs-EG$&X9`nE^5dWDdwAkXazpaJBP5CgN&mf=mUO3o;pGHpq04`5+TQ UW`s-$|C2eDwb_+*G$zXa0wVs{NdN!< literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Amman b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Amman new file mode 100644 index 0000000000000000000000000000000000000000..0a8e350a334bbee29b155fb9944c6831460d973e GIT binary patch literal 1433 zcmd7R$xD=R9LMqJaY-GuRDwFFX=<5!YEGqD=9XIyI+;yrUzdbB6qtc+L>c`78WD&{ zS_iQpvbwZ;GY>tq9a`**1c4NRhoC_0c|X=gg6P)sgXi_k!^~;kAFuCVN4D|DYss&- zyKQ-nygU5bTGDx3gTh8V!HI4O{xW5`0uQO{S(GRA(^n09bIb~#NRXwyPpxGmffCVq z-HN{PN@4~>tk~W;S#?f5ah)F|zIEKQy6%Z2R83il?e`@q^|7_aeMHuV4q3^eM>To6 z(zEX4LrIzJuu|_G(6rGVR(gNAW^~`NGS9b5R^v5Y-(Du!MdOlFk}SFLS7k$@OY+PM z;y%$Q?wKLoIDJYty?7*>$D1{O?1~f&_sW*O9x3eUlC76(Wm{W=6dnGi+p9aZxS&l- z(!5$)l&NK5d0HMHspX$nYK1F9DkgtugXV z6jBvZ7E%{d7*ZKh8d4il98w)p9#S7tprc(OQX*0#QY2C(QYKO-QYca>QYum_QY=y} zQZ7<2Qm~_4F;X&8Gg35CHBvTGH&QrKIZ`@OJ5oGSJyJeWKe7O11&;O-kTp2ki$GR^ zECX2wvJhk?$WoBCAd5j(gDeMGkE6XHWJQkll8`kai$Yd~EDKo|vM^+2$kLFtA&bNR Ob9Jr)dx3@NIj)~FHdzP& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Anadyr b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Anadyr new file mode 100644 index 0000000000000000000000000000000000000000..35c531c0709fabace97e52cacef74b4cfbbcd820 GIT binary patch literal 1174 zcmd7QPe_w-9LMqB+^n&JqB5Op<)3ufnr+j>Qs+udY|{vKDugd(L4OVr9Rdl83W5v@ zI+RHTl?;j4p@PJ~!-x(N9fH6LzK{f6!b2Ubz<%$?f(2c=^^E6vJ$p8G*yo+ud-zb? z{PpntdYZIyziP}M9C>_qXtE>}h^{W%eW%phmn)sS8ZG;DCF!5e=gOx_l7WdTS@U3} z1V=ow_R?2bH~3L1j=qt~eJ`Xc^;D``#$(j`!cC9}j)y*d>H9D|DWBmz|FHJvY zq`7=fo8LW`t>512wu!8?Oh41s`+02}zpaT2quM@vR+9%W>h^QDWJlK#?Kp5oI&0F} z)v;f87T0Tcb*FTHPDziuR(f7WWY-6;q#iDl^i+Jd_wxL4m%GUAaoJb#qJr0AZ^4_w z5B|KjUo&QOfd4c*X*|Z{)#Wwj$t$yztIJ*&p8vjg+3yVJ%<_fj>E4V9$Kv*Ev}c1o zWBimcE{@DUtT=BEmPFR%M_3eD6FkkTA&ZAfuQ zbx3(geMo^wg-D4=jYyG5l}MRLok*cbrAVocwpOHAM_VmYE>bU2F#g{a`&w<`iAXH& F`w1#^5_$jt literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtau b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtau new file mode 100644 index 0000000000000000000000000000000000000000..0e1c16d32eca7652aa7e1392e606cf5b54e26bc5 GIT binary patch literal 969 zcmd7QKWGzC0LSr{nzSJ)rBjm_Q)8{hCZg$PDmZj3`i5>neS?cjhw4&lu9q9l1~bal?Io&c$o9S@G8+ z@bg=K=6&yrNZqV0waR_rcbSmC5fANtT?l{KS&1|g@xz;UR-&(K`pC=MI`(W<_dmR# zkKUWn@tfoN*rlW%s6_SgVz(Ylwe*STwmupBq!YfNOnmz;Pkr7~LwA?d(AGzp+;}fj zt8eA$<%Uex7v*s6i5$80SY@u^H`0-{hBULnp&;TOVDqMNJ7UVnYle($lr{{CmB>WEZk%)WB=mFG4>csQJYc=kW+ z!ShENa1%NpEnIC6qzTdmX@m4Z8X=vKR!A?T8PW}Dhx9`lA{~*INKaSW6zPhzb+vtw z#z<$RHPRbtj&w)bTLk@)4In!}wt(yb*@Uaz1+ooSyANa|$WD;0AbUYJgX{*`4zeHo OpEeXI+FebibAf#=+0}6X literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtobe b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Aqtobe new file mode 100644 index 0000000000000000000000000000000000000000..3b5d6eb41883a7b32819f387b4c03c93e9d489cf GIT binary patch literal 997 zcmd7QKTH#07{~Fq1+=ydF7n5MoTwa7P%N}5T1s6S227riCL{!s4nQDbA`nb;A`Oei zMFv6`2p9+BP!gQLgu&6oXJ8}f!eU4q)Wu)}@At~kfrZVxw4e5_xuM@*c4T@oYA!rN z=U2O}e7^p^{`J(y&0_k7`?63|x98Lbww&6(zt`)2{3_HRxX#Tl3x)7*UK>8lYvbCa z-g-5xO)m!2nd#NrqwU%}7}h(b>w!Z3%r>w<;v=pMTPNbdqa(wwY_&|0eC9 zze;3#PdeUiN$2v0+|R#}2XlGp8lRVkW9u57eXiYoi`p|Zrm@CxjYs=6Ud(7BJSvI9 zR_#4W$)is}eSF|Z@|`PvJAO$mU6cORBS}vj%agoOpTDBA!f(&2D`n@^K-rh_8+`PzmgH3y<7Ta={MXRe3~_pt{(e}*;ky08RPSg>?Jy! z+JhEI51v93qzlr<)Am6cA)Sy`NH3%r(hX^c^g|jV9g&tuPoyc*6={p~^|XzV&PZ!d z+Z$<)bVu4F{gDkIJ3zL8>;c&XvI}Gz$Ucybc-oyHTk*7eK{kWz2H6g>A7n$wj*u-O Rd&2*5Q^BMiTB3G%A ziE>6K^G%&{o^(2WuU;bUd#@k<%)@&)dr%LpSXX<-6F+8mPfVoL;D?qf5*GhstH=gonIXX+&i!cyXGhM@CNw}gAT3&&9!L|U3(^MZ rgET@qA+3;JNHe4x(hli|G(rrO;e;R{%6}%*`!{XFQ&c#b0T;* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ashkhabad b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ashkhabad new file mode 100644 index 0000000000000000000000000000000000000000..2bd1cb3da0f5a11024f1609b09ae68645e6ae75c GIT binary patch literal 605 zcmci8Jxjwt7{Ku-w$<8paM3o#m-rgB2t{mBDAGa1p+bg$AP$)df~)A@=%#)H2cerd zWN|C#2XJ_H2NxF?2XzrGdjHmfgNuuIB)@P8NA4eN?bH_J*U|gEY8!d(yRc7Juj3G%A ziE>6K^G%&{o^(2WuU;bUd#@k<%)@&)dr%LpSXX<-6F+8mPfVoL;D?qf5*GhstH=gonIXX+&i!cyXGhM@CNw}gAT3&&9!L|U3(^MZ rgET@qA+3;JNHe4x(hli|G(rrO;e;R{%6}%*`!{XFQ&c#b0T;* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Atyrau b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Atyrau new file mode 100644 index 0000000000000000000000000000000000000000..e7ea9c545a56ae0b0fabd02e47748004a6d87c3b GIT binary patch literal 977 zcmd7QKTH#09Eb6@*hrf8wC5Qmz)Ax%t(B<}!CFiu9IiB6_* za)XI55NH^PLrHW}69-45zrl^D9avZ#fTckq?{fviz{18|?mq2Z(xK0{G(KHUt7DJA z!BbxI`TT18tbSh&>I;!?PT0Q|4>z_KBb!^b_Vq;k;@4-j=*Nn5yq%HQLRl`oc_5cx z-jn#_0qK00lq=yli>=C{o7RKtu^&ec6FXS^-;^qoC&w)&5J;YF+e|LIf8 zsqt?l9pzPOR4czyC8OH7d+h!2N%OPEzReA*Q1f~5eo3XAK6_>Cm9PT**;S=*@mxHaFcoQ&O2_O7s7iTUozMSuoUFb~rA#_t!MMeJtf)nzdrh(aH~_5_$bZ zs%GEmoynK#4F8boo&v4$dnD@lQd|98>x!qfK6^tNQdXtm;7DV8uH4<4(t8^tdVh6A z-1iI8_-ap^X126>A|&2Wmps;t%35N$Zi}65^BL6yg=)mf@G-7~&b? zn&BJboZ+3}9^xO;0HcE>Z3~bd7)?OBfV9ErgV6}26G$tJULegdx?!{f=?Bsfqa*e| NTFP{7TTPK@=06l1#HRoN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bahrain b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Bahrain new file mode 100644 index 0000000000000000000000000000000000000000..098997e7dd972ca4acedc535c4a645ee966baa33 GIT binary patch literal 185 zcmWHE%1kq2zzdjwvdlotv+&bg1D38y2N;1O1_2;F77h$73=CQZ3>-ebAq?6ECO~Y= a5JG~P|A7ExF32=u%;vHI+F++^%mo0p>ljY} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Baku b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Baku new file mode 100644 index 0000000000000000000000000000000000000000..ae0ce4e7c3d273b537fa3653784e73be68ebb441 GIT binary patch literal 1213 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 ZvKwSO$bOIw`Tpk}Rrlys^+n^=zW|L@(tQ8` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Brunei b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Brunei new file mode 100644 index 0000000000000000000000000000000000000000..098c6a0b0afc2c3ef3a6937104d270074ff2a9b6 GIT binary patch literal 469 zcmWHE%1kq2zzc+cvTQ&sv9^nC!mf1pj{Vi@4f{V!2ONxD({S+Wf`G$z4;T(_yL{oO zf^fsp8SDYa8QmF-@%RkG$>{wTP96E*aN6c`!0Cw*43|7|KQJ;gp+FX928Q$k zkQ*{97+4q>N(~sf7#Io~7z7v?>LxIVK-fOMAq?6E=Eep<(!vN#0$G*}AtdfK%5DoGjm)Bq&f=kD2c>UNLD8P-CHGgFOLTq+To!N|l6gbWNpH-HKl zyxl;meIpn+7#N~67^~5w?UK*{(az6b z8-Qq#8$dM39UvOy7BCHT4~T}kiG`Vk8Rn><3m``Uod$Fi&}lqirwM?Z=7HfnE}%CeHurBES4<;gk-cBqRMMnYePWcmANf$9?n1Jz@9 zWyR1n2|v0dHMdVn?Ui1sJJ&5MkESKECn5E__G|P=QdcE9b@i5@t|_n4hNxE?zR%T| zze-~7rZxVpP}UB<*2eJ<(sbvOBnDne^Z8fOa=l;H?R_Zg&py}IwyTodeP1^Ok4sxJ zryC1)NPFdBZJ#=(9q!HAF}htlC!?Br5ZCm`Ch5BD*G%e#+4glb;BwFTb$JSAU4`CR zUuHk}^WNum8`ImvzneW{JjUeuTs~t?t0~EU=1*MqB>#@F@8r)-NxCaz!jYH>*GH^z ze$2R>F`0i@=?^=s65(%oUOI@oJb#LoFX$MjyE(2*KV(<=~5P1hNA!jgDV>m-M zHiE%uFxXrMF)~=>B-kXJr+F<7cb+*|u-r!UefcTFL9R zDt-Ji%5Eace(96t$1TcnSR|c0h03-5AuCqiRpso1tQxyl)qNMz?KxL9_N1)MJy3Pl zGo$X~Ow>OojE1{}XuMi8Jf~}-DK%$!_vb|OR>)|HhlDRyVYJTAsJ2K@wg&^s?{&!z zhf{UtTV(I+iQad5tOZg>dT@VF3vKP{{c))c#8&me=!7;jGOiE%{o07TT_1If+a`;X z`c&3}oci3*r(cGpB{SoXe?r9kY_up@VpFqZ3n7)r3rC{Dr!EJ$Z#%XIIr^!v`U`Pj?IXSr#5n@#x|uLk|}K=-#pGy8I==4y|zif-%k z``2;iyrCBIr}1LxMlH>RUUvCRWd{{6H&If#PQe>V40%K@diI|riW5nZK+9zLz?b5# zy+^+If0*`TPqbFdBNLIC$W&ym(@sWaJMDC2K9T^*fTTcjAW4ucNE)Zj!x|DHnUGXS cE+iR}4M~UOLlQb|MkJ;4e>qdO>B@TQ7g9&Lh5!Hn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chungking b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Chungking new file mode 100644 index 0000000000000000000000000000000000000000..91f6f8bc2e234bafd484146986bdb289082c3588 GIT binary patch literal 561 zcmbu*zb^w}9LMo*sb7uZVlR)P+QDKF36WCLNNV90hMH8mol%_2lQ6N|X0Wt&|A0ig zYPz+k{ufWWnRwpMAJ9ZRm*-x?E%$l*C$;LT3_WT4b=2NzZC~|=C*8PAnz!SMZcTj$ zt?sL|$L>r!EJ$Z#%XIIr^!v`U`Pj?IXSr#5n@#x|uLk|}K=-#pGy8I==4y|zif-%k z``2;iyrCBIr}1LxMlH>RUUvCRWd{{6H&If#PQe>V40%K@diI|riW5nZK+9zLz?b5# zy+^+If0*`TPqbFdBNLIC$W&ym(@sWaJMDC2K9T^*fTTcjAW4ucNE)Zj!x|DHnUGXS cE+iR}4M~UOLlQb|MkJ;4e>qdO>B@TQ7g9&Lh5!Hn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Colombo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Colombo new file mode 100644 index 0000000000000000000000000000000000000000..353fe2aa3564c79809e05e12711f90669e5e2388 GIT binary patch literal 358 zcmWHE%1kq2zzaBlvLGzc03_Py?v*(mC8Kd>s`i3Qr41H_%NR6_3K|bdxGBL9- zv9d8SFnHYoDrN9`!ob47;2Qzb9g@Jv$G{Ms!6*bG8GvL+0s~M4B>E2> JQ!8TwE&yiONYDTP literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dacca b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dacca new file mode 100644 index 0000000000000000000000000000000000000000..3cf597d83f90403132573d78247e6d02e66d0583 GIT binary patch literal 323 zcmWHE%1kq2zzf)cvTQ&s(*Pt+-EP}(hP6=Q%v7TlcUN4R;bnb9z}x1=1V$!iCKgr} z28NI$KvfJu7Z`x-=nMu91_s{<20oy80)q$xLs9{wgpY3sg9i|68<-gz07+9YX$EAO xGlY=foc}@?g2RyL{rhJTsA-t*y);a0RRK7N#+0m literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Damascus b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Damascus new file mode 100644 index 0000000000000000000000000000000000000000..afd956c878856e0e239887963b32ddb8327ccf38 GIT binary patch literal 1873 zcmdVa`%ler9LMobk&+5cb6q78rKFNuPDm0bJ~}5;q0eD+Yqk&dgIoIg#chm@A51QD zE0>wc%*L9{T!xwNY}hp0mob;Qd{tPvo0X9FGPdh!%c7A<7U;eTcOEbhD-#X{l zuFj|T(U!Aok8K`h9A9)up9u6ePI_u}{p41oAvT~-#XmAmht}AicNdG6@`JjyYPiuh zag+X1a?bb~=eNIQKNsIRv+ee%r=tD&RlB2ohWLK{lm5|sU;I2-t$#HMqjO7xEe>ai zpk>WExOSP*r7+6w8hCGnr0li3<;9E8h}$}BsLu%d&|!y%Y!%@T(sYkE5hCKkMICu3 z*NCbtwR@ha61}{;bicNnqJQ%$J>bbqF|esc$CeBcaXVh=_=5Ff@b><8LQb_9QhC@O znsLoYOw8BAVx}2MAxS#vYq>T2^&UCm#XyyOH%6v3rl^s}E6mio0xNCjMmcKZ29>_* zyg9l;s0^89W_n(ztkKKmnAjUCJG#ys8+^bT+xkF`dlhGmf9#hNZu!*2%UjKyhAq~l z{a2-D+ZC0&?xQ)mGFMGmP-RZ_uCekaHOOhH^(sI5r<@*nv- ziJBk1(wzUS)+%lBnq^G^tNdY_x!_QqwXm_5xu_=5s;EnqYGJ4q*w9lh&UtGsDf=vg zgZ|B57a>XwBNvTaHFDX=bt4y!Tsd;-$h9LE@9JDVa`~>#^&`^$q)wzzq*A0*q*kO@q*|n0q+X<8q++CGq-LaOq-vyWSEp{I zaHMjibfk8qc%*uye58J40gx3ymH=4;WD$^6K$Zbn2Ulkykd<(CmI7G|WHFG{K$Zhp z4`e}*6+xB+SrcSYkX1pJ1z8tYXJL?)adnmkSsP?=kkvt!2U#CvfshqKmIzrRWRdXy PSf%hBXPZ2!nc=?y*S#ru literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dhaka b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dhaka new file mode 100644 index 0000000000000000000000000000000000000000..3cf597d83f90403132573d78247e6d02e66d0583 GIT binary patch literal 323 zcmWHE%1kq2zzf)cvTQ&s(*Pt+-EP}(hP6=Q%v7TlcUN4R;bnb9z}x1=1V$!iCKgr} z28NI$KvfJu7Z`x-=nMu91_s{<20oy80)q$xLs9{wgpY3sg9i|68<-gz07+9YX$EAO xGlY=foc}@?g2RyL{rhJTsA-t*y);a0RRK7N#+0m literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dili b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dili new file mode 100644 index 0000000000000000000000000000000000000000..4614e4fc4353a7094ba5173a0bd09158ef49d9a9 GIT binary patch literal 257 zcmWHE%1kq2zyPd35fBCe79a+(c_uxRV>mt2=mYmFg96LLGZ`3}n3)(DO80;i6*Pd< z)lFdFKxX^+hA?OwSOBpl0|O&S9f$}a!Os6c0J0ZEgX{*G0kR)NQ{o0L8=#x)bS=36 D@gXX2 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dubai b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dubai new file mode 100644 index 0000000000000000000000000000000000000000..b3ac791aef4e73d6d644c40c614f37f15d462cdd GIT binary patch literal 151 zcmWHE%1kq2zzZ0GvP?kCvGCK(6+n*h4UlpR2L=`&-w+0E0~3Z25)And1UL=ivH==r Ir)$Cm0Qy}Np8x;= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dushanbe b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Dushanbe new file mode 100644 index 0000000000000000000000000000000000000000..89e875beaef780b2ceae08ee4703cd813f33d6a4 GIT binary patch literal 577 zcmWHE%1kq2zzR5^q7pzF#1>d3+1#*o@p}VN_1Xnu5}O3XIW{VY|9m<@;^mVClD8!V zq|Rh6kls^vKxR$)0ogeb2jqG@56IV89Z<;8KA;#Qb3n<5_kgnXzXK}T?+>U-KRBSq zeer-g%U=ieFYg>QPW1;cGBZIS3o8<2V`pG+XaKpzEr5ZAfg!1Y5$Kwb1O^@$2@_!i zih$Jk_=YfO8<+yIIS`wHv@$RPK?n(c{SO2n|AJ_cpFw7T{0*W(eh1MY|AT2@7=UO{ zIDlwSSb%6ycz|e7n1E5|YK$W8Ab<;+SwjLrfF`|J?@? zbB?*M#@1ZAE`fk>4WB&$86P_ur_n98msd@+9Mx0pL*`@echd% zdmsJYpXkbUu>#|<>v{JMZ?2v0oA1eAew-d0K5)$O_wTop{;qLGe0Rwl*0; z-5#){d8wVecF20M(lN(GCOBim7tC>)=dJN$y3Le?BUZ}24)diupI8%qs5f8!zRn7K z({868-Q}bmjM?d(wNA$NH|&WG<<6wl+4d_HSx#p02zzoc$(a%uw5KKwIMWi7%xU-i z*7TnT%&hBot?Y}}%o!*9tYG&EGpFmgmD~QQnYU%X6{=}A^Q(HDg2+BQT%yj*oXvJ& zT9Y%YpjBoK#br*QOXu{jk)nTEbndsM^6JfZwYaBROU};Kc^wOM{^zOsS}ao+v=_<3 zMTuHk6Oh-Z{HkT8L$WCGik4^IlJdb{WO2fIS=@J7-n?@}-s=5YDz2W>$lgv_a`dn+ zZEO^?bC)h#u}9x-sMX5Z4H~T|*LPBu=<;BeE`Jcx6?WWy@BVaIdHPRXb;B>Kzetv< zlXvC)_&ura>JzK_hOF7~yM8eLjI6D?sx=u0q_(72V=tW2x-`|g-#*j&p(b5-xlPyi zNA<(6R%yefO|oHki8l6B%EtN({ivf*HZ3cbrdWz>&QF&uWq(O?vLP*bS~=NS$a5|Nryho$Qb?^5LC|NYp4RtK=hU%m{_~mCtAR9ua+tqyDdZaoqU}jy!Vg zk)w|se zBrhZ}Br_y6BsWhtIV3wIJtRLQK_o*YMI=WgNhC`oO(ahwQ6y6&RU}tWH(4ZGPd8m8 zUnF59VncO-cvdrvogB!5qL0+1O%rU01(WD<~BK&Ani z2V^3UnLwrjnG0kxklFBbrvsS}WI~V`L8b(m6J%15SwW@+nHOYYkeNZI2ALaVa*)|U zrpMErA7p}%8A7HAnImM9kXb^e37IEkqL7(FrV5!WWU`RiLZ-{poiAjXrVN=g oWYUmXL#7RxH++UB&hIW?P5~PjjD&Lwb3=LIU?e}}eVgh353H8ZHvj+t literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Gaza b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Gaza new file mode 100644 index 0000000000000000000000000000000000000000..dd5781e8ae26ed66aa2650c580c561fae50df4b5 GIT binary patch literal 3844 zcmd6pc~BPj8OMJV6~U;r(ImBsq9&dw-lm=?s6>r#2xb%&)(h(uU#m@2JXV85kwS=y zpaf_o5TnNXh_@I75#?1t4cfZ4^~SK?g_4r}Jlo@sIMbO-CzIdK`+oNOd!F54V4n{g z5;`rStNPyZvUd2e60HyCjdbfPZ%m=etISlVd!^_FH}2_YxBgR|%Wb9#<3CWY%^B)^ z)M9lZ=8|4CWrtoovyQsmW0H3Jv9IH9oiDY!C7SDAS*2OFcb2+exYYb+{X z@T&eG;ima8bc}j5x3Tka?^ylGs5IwO?*{s_9v94K)q$$wm0He<>-nm(;&t;Mtp_@4 zFIsKX{&t7U^XXm9E3>QX#XD76L!Yr) z<`cBn)gmm_XxV(cqgAM%_Nwadc&*NTmsh|w{8v!hdFTf=W?j?3?shtYZRV6BUPw$?SEjn>U4L+jqkOY7klt@V6qg4U~6 zfTLISV&nC4&GqYR;YRPmfv!Hs{EfcbTe2Hpdpl zY2!W_WQ^ZE(Gj-feJy-Vu%?BL(I!MT)h70jH71P1J7-1zS-qQa!#O+RxN=72I_HeMs{eNKX6M{aNA-CD ztDV2ApRT{>n`ORNzFePQca=H6aI(JO{tR>B_Q87O*%9WVq)BS=rYFuN^8?k=g(;@H z+t2=c)Np^!QLCnPc+~c&4ZnZ5*YK3%d6)j+J*ApEtOs7T^K+}ARFme)^WWe0j`dwv zb{a^}f6nO~J|aW~2ENT#hzbg@KGwN%bK`z)7VI-Cg#6F(bL(cc$@o=UYw?jcc0k5Z zXpJId93dkK8B54$LdFv^qL49#j4EVYAtMVJTcI_&knt5-BMcd1$S6a`88Xt4v4)H` zWV|6G4jFUEs6)mbGV+kI7h0na8GoUr0Eh-4D&Uuj4uqBxAXYf@lk(E{MJ$3WI12qB4liAWDO14Wc%P-XMw- zTAG8X4x&4V@*vuSs1Kq)hyo!Rgs2drLx>U~T7;+(qDP1#A(|9gs)XoLXekq-O^7-n z`h+MHqEU!SAv%R96{1y$S|NIcD3*n0A*zMwR%j`gg?1t8Wuae)f>~%7qGA?0hA5eZ zmLY0}=ozADh^8T`hUi*oDI20~p`~t!z99;SXdI$)7CMJ0orTt+KDsqf%Z7SNUf#>H zsI@-u-YNZ2FW-|KRpu>uMTb+8S9E_UIoi!bXCpd0N3M^qv|m;}Y*Z}u4~;ugUzt2h z@=8~!ouBNJyz2NF$uSY7l4G)#TX$0`rX)%7>hx_=kL|n6WIuLZIZ&}j_elP|9f6 z(=SO*RuNK9_OGY2k$kJE)Hm$vB6-85dXhKRi1<@xUm-cGbfeTiE1xQP^TEZEKffI11p5I8`>+UXjpO2SG-@d=xkbFRuNj{LBEBVVyYo-6-mcP-a z4t>#E>W5d`&+n0_ze@e+jL)QgEZ8CW_^=qsC)zxd{uA01J5NiHdUpGnlC!JRB%kd0 zg3iXtpt+L2s`IAQzdCFG{5f^^NX}_HO6oa}r|WE-+O*pgUhx4c*R!Y8bBl-TUnI7mWIobvLC7cD*e5?A(V^ zKYQ=0xkr{ zCPk8qB9iQ!H9)Q}?wlsMxN5J|OZpCQa#AwSp6`o|4@i?5uN@1b?WsUlf+G_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Harbin b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Harbin new file mode 100644 index 0000000000000000000000000000000000000000..91f6f8bc2e234bafd484146986bdb289082c3588 GIT binary patch literal 561 zcmbu*zb^w}9LMo*sb7uZVlR)P+QDKF36WCLNNV90hMH8mol%_2lQ6N|X0Wt&|A0ig zYPz+k{ufWWnRwpMAJ9ZRm*-x?E%$l*C$;LT3_WT4b=2NzZC~|=C*8PAnz!SMZcTj$ zt?sL|$L>r!EJ$Z#%XIIr^!v`U`Pj?IXSr#5n@#x|uLk|}K=-#pGy8I==4y|zif-%k z``2;iyrCBIr}1LxMlH>RUUvCRWd{{6H&If#PQe>V40%K@diI|riW5nZK+9zLz?b5# zy+^+If0*`TPqbFdBNLIC$W&ym(@sWaJMDC2K9T^*fTTcjAW4ucNE)Zj!x|DHnUGXS cE+iR}4M~UOLlQb|MkJ;4e>qdO>B@TQ7g9&Lh5!Hn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hebron b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hebron new file mode 100644 index 0000000000000000000000000000000000000000..a64fc9e7b2599e8f60d228ef3cf1743b5296cd4f GIT binary patch literal 3872 zcmd6pc~lkW8HYcLf?(99(Ja;tF;P?$7u3`h1(hgzLm)>Gaon(O@mg)7B03r*Zq*PK zK?%@GFh-5LG45gz#Dy#360~(}>k5W(FO-zd^G=sP;yL{zJw5&A-1~gL?|o+uNALTb ziHM#Q*G2tcd0QuZSgF>BeIwoaDu^ml1ywofRF8E1%*`_W?AE`jbNS6x(W(!XYjd_b zpO~PEmtEE`OxU59Os%W#bQ`DLdF=1FSNCh}-bKw-R$gV6@13UZ7cDTqTlY{^?AYxz z=e({zNWNu0jE+)|W;S*{?zuvL5}E0I+U!OBS+`>ISxtzleAUBQd81HORlaHdwRL|- zoq5ZRI^XYbc|Ez!)Yv?mlYg~0w`}xZEv?fRXVl@3=o~zlJ8m+mO=4i2K zr{)v7*VQsM!|-h}%F!x1Kzm*Fb-YpczVXJTTdvk+MMj%r?he0_a;@#==B{=JCm8LQ zy1D!}3^F>5-t6cY?`H%I&T|Fa_B1+;AE%GJ6Ax6!)#WNU$~ytQs_Nm}=p$7nq~ zf*n0-5{x%1G}kY#k2ZQ1^>_6;8f5g|-pbV{)7R*`%EQ%fL2V-_W}(qP_O>w~=qoeW zKSvAs+4qit^}jU+-kI(kRQ{?l_@IX)^mLW+R#q=<$d+ry&@qQyVQVVWhXv+3hQ-u1 zh9zEe44-vXbBs(j-i|n|g$HLj-szgDMTAauL^dim-t~*o-hGm5j(Dk18*wq)jC!3c%N9_C$w9%`>H7zzu8x!AD8{2nCJAd6EOMl;gllgwdB7JtfrRMCS@%o(mQ_Q*B2kP->!_0Z9<5a@NC(ik^ zL)3z~>888ePyT(?a(~X{QQNva>v-0IKfK&)dCB#>TYtovQY~&g9;f|$iPB|7BaYy;e`ya&>CXMAPcQwh72@hs3C(5 z8E(jcLxvnO=#XKD3_N7$A%hPYeuw~smINRo5Lz;T2mvAm{!tNw(2@g05D-Z~L;;Zn zL>LfhK*Rx&2Sgwci9kdGkqJa75UD`K0+9&k zkunQ0L*&dt&=5(p5H&>B5Me{44G}j)-VlKcEr~-!F0^D05jsTb5V1q#&O-1I$+HkW z)JL=iYT;ln$%}eeR<+iL&2~zE;wxp66U&=PUflkqKr8H=E?m@RrYJl zM~zCP{*iH4>Pyn5NnYYAweypGl9wJkEqPg7spMsw7FkbIYT3n9$;-30Nqt4{g(l}K zW>o;S;>aG!ztLCeRD_r{5#)LcBtX+LnhbgV2B&Xc%N>uAQ zS4#i7$rB}~diIoh>Zz9{r>Quprv=s5IY_(RRO;(@b(XyTa(&4g>c>moaI!{n`X>z~ zr)S68`KGURw^Eo3xRl?U9`47b*3;$CGsqPHx<73a|PA zmG9ME>iH!@b#lRs7E&+RSzzb8uSxyXo(_@=2Ng&zTq00~#evd)dd*Lzex})U$!8*e zZ#_+^GrL}qe0JtTsh=&oCiz_ZM9Jrp?cZn7s0LQIQboD;|6ft%1F5@aT$TRwy&g#Y zd|Ep@yV4{VzkOKpg(epyUx-V!^QL}se@UlI$tBf$rGBw@KPQ`uv+Vi4)cBC(OV`#( z{j&Eq$(M&j+PNx2@|8n#Bwx7^VY2zwr&<@5>QXQLY^~(dud3}_F-h{(17n^4uP?UG sdBgq@ugU-Ir~OY}yS=UVa{tb}p|=m~(xGdIt{npd+J|)t_{Y}!@4oF;N&o-= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ho_Chi_Minh b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ho_Chi_Minh new file mode 100644 index 0000000000000000000000000000000000000000..9c45ed991a230919d129c63c660aa8d1ad74d0ea GIT binary patch literal 337 zcmWHE%1kq2zzaBmvTQ&s+R@|OHF2>v*ICnN4HqNN6LxG5L*DT zB|``aF8U7yAXkBCkjp?c$aNqZE(QVWxSGob=m$Gpb1nc$ CU|tsh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hong_Kong b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hong_Kong new file mode 100644 index 0000000000000000000000000000000000000000..f9f7b134dd5c35e4718c6fa3697024cb95442c53 GIT binary patch literal 1233 zcmd7ROGs2v9Dwn2=b2L$4b`F+MNu3GYjV>usMH9nX>!qk5tu~~4cdz!TMb48LJnyhj~_eUG*MaWBS(BnDmND zlP*@7{+V-3|MLZAV5DGPm`U^Ue%fR%&sT%D^6J%z3HAEiUHPUyq23<5D&MV)s-dPX zot;&oa_c*FZhW&DUU*s$r-EU_QS+(0MUJ*UGN1J}`K95e`Pv?l z->M&~vHfA0Uvxti>c-^vrAakDcaJRkcdKH4gZwd6tA1vh^u&W*X7YB8{&lU|lrApO z;_PDMB>mcR&}Y1jIqi#Ojla$(1FO9%xGXD!C)cX7K({O_bg5AGik#ltsb<_cBWGWz zQsF}_+VOaOL61LRx986edZxIAXb$nE54Q=Q5XqEdKX+@pQ_fk0|9;LpTVrvtDay5- zTSHuIu?OMUpK$CA?TSxfv?aS3FEV0RJ7#3m$heV_BV$KKkBlEl0Lj4Brhw$&YLh^+ zK+-_+KoUVRK~h0-L6SkTLDE6;K@vhTa~nn<2VqDZFbrpkd_SvFZ9TO?g1UnF59V9sl#(L-rq0p+dg_>2eu! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hovd b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Hovd new file mode 100644 index 0000000000000000000000000000000000000000..8b9abca344daf199b554888fc4fff562a7a18e4a GIT binary patch literal 877 zcmcK2yDvjw9Eb6@E{P~{7KvN6u0_>d30ms1s1A~&5+W55aZ7aQh`fUcVt9vc3}5kTzToK;HvevW}7R~W7t!2Jhw9YK5ws1(c`$tuW*DE_6 zjmno_AbVae&EC^G)Ej!*F<5; zjAXCL$j6>J`8+OdnHhil6Jp|xjr3WTh)G+H5OXn+Hx|}~r^RP|-PYG7^gpcmWgUz1 ze_0h-7Fm~LVPs`wX=H6=ab$I5d1QU008#-dfz&{XAXR>}${=+(3L%v^N+Gp4iXqiF z$|3bQ3L+Jel1NRYC{h(Ei_}F5BbAZTNNuDzQXMIe)JI+b@(PfbfV_qutrvm+`zmt# LthW*HcIAEpAI`K3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Irkutsk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Irkutsk new file mode 100644 index 0000000000000000000000000000000000000000..e74a4d3f6b3a799b0fd12272c3aae0f084fb2783 GIT binary patch literal 1229 zcmdVYPe_wt9Ki8sIm;|?gr?=6er2}Sveqn{I{&2ESaXMBM2rlqEQAgtA`B!(CS4*r zWC!W+Bl8xWG(vtnK2%@Z>?`wk*T{`x@ywB&|^N#oM{=SK1&&i#_3pZmX61!n9p(ttxmhHazPo@^+%Fq=Qjcsuo0PzbnC$30r@=D^w5IW}?mSqdyUOdeHdv&! z3uPKA4NBb*Ho|HZP&$P9DSlW)?*S%E( z(%v?t`*Kf7q_R&VANw_$b5x^`x^@4%7LDDFXva*a#IO1^5qs`&Epg{8p1Di2&SiO7 zKe8YEdA~f@n663tFw;N{~{JT99IpYLIdqZ9PaqNJWmeB%~&!D5NT+ETk@^Fr+f1G^949IHWqHJfuEH zTOd-Qqb(7s5h)U>5-Ag@6Dbs_6e$&{6)6^}7AY607bzI2*wL1Z)a+=BMyf{2M(Rci Q$N#JH{IKo5sXCPZ3qv3bT>t<8 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Istanbul b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Istanbul new file mode 100644 index 0000000000000000000000000000000000000000..7c2336dd80c3c9cbf71cb53d2b2c1f89a65a8ba5 GIT binary patch literal 1933 zcmd_qeMntp0LSs?`hIn`J7U;H_m;VPH>dfsxoi1W>cn+tCwFzQG!8n)q9G5npxB^W zlfX9UjQz1lkWw?Sy;Wl{wl+p%Xzt~(Txlwuhy)Sx31+oqtLJlsyK^}AbG(Ru z$n*V0cD}s3Ks1ir@TNT&44Q*K-m^cw+vObpD&H7-tK1p(JZcPYoj1R}5j93ePMWt~@fzRs7Mr7$ zF~;q1s`Kr-{q}d+bIzEz*&dHMW{%I4+uzTA;Y{3WGA2iDbL#UldUq2>4_3qGEgZ?&##na?_|mHZXqjn zC(36!Gt{%yGqSSvzN*R^k=2!s+7dr()nxwQtNCTxR~viTS9@c~xAmt!-*YDiec@}D ztZna2S#`%hvYu~m_Zf!|S}*K)*Q(#!W^E5$^hLroRzq5y)mYYJHU6Gw?YNn1cw%D~ zbH~NU#U>>F_dCh^&>bg4dQhJrk-kUh_w{+6Bq1_Zi&WmlG9f}0p5+gI|L@-kZ;Oap z{ZvXwk6kfxBXkhYM% zkj9YCkk8jgA`gGNeBAp_wBE2HbBHbeG zBK;x_BON0xBRwNcBVD`dwvoP(#*xmE){)+k=8^7^_L2UP4M27P*#cw_kWD~#!BuYq zvJb9$BaodywgTA;WHXT6K(+(f4`f4-9YMAP*%M?_kX=Ex1=$x@y)nqnxazGz_6FG; sWOtD5LG}mPAY_M-EkgDP*(79_kZnTt$yIL@{$F+~xkT?+Sx#Z{-_A~E;{X5v literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jakarta b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jakarta new file mode 100644 index 0000000000000000000000000000000000000000..ec4bd5747a8c9c528dfd22c8e3171851784ade59 GIT binary patch literal 383 zcmWHE%1kq2zyRz(5fBCe4j=}x6&irV%8J$pyTtA#oZjEuaVhLw!F8Ks9Jl_fF?`v& zuY-|^nT45^nT>%VMFFT3M6xh2q$_|-$gE)CV_>M8z#ziFP|(02!N8DIz#!w}8^YiO z#M%btMg}0#7(`kEu?0i8rxVZ&Mvy^JDue{L{s#j4G|vPO4RSMx2DuwVgWL|HLGB09 VAU}X;kUu~)J^aE2^q#Ic7XUSZUf%!! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jayapura b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Jayapura new file mode 100644 index 0000000000000000000000000000000000000000..3002c82022f7e9a4ff1ad545ea617106a13b24e0 GIT binary patch literal 221 zcmWHE%1kq2zzdjxvMfL>v`g&Zj0+JvKYZD`D1(s+DBS!4q_J)SNV;_f0|%JR=i?i~ nplx6Y!o~&+;hrH3AtYGx9|%AefoPCrAev+gxq!CnT5)}0ASznEwjORPnc1y=ZvwV@dUv>5msW0ETB3++HNcY~I;%{k^ zuXfeR$rpRo*X6CMr!rW23q7j$T!DNW_nA5sUM8n!UX;^AemT>YBz+&I$ywti`L3-? zooo778TB>teSV$%&|aZ_OevM08Z%Y@b<1R++LZGlC)Hr|VKq3oRa~|8hU;>xKXB|9 zEvPxsKkMf|wAoQb+MJ0K+Kqdvw6OL|#@r`r{o$QgwFvEXZ{&`nT2$8i{+mh~jhiEj zz4Hn^+AXrg8y!4iM1M2jzjdhFxb2fE-k6?YZGKCHf5EYGBlZP{f8oAWhP$-I8@DaS z@MIqM$7jB3BrLA-CdR*~CC$0wPY!9&l7DUXE(&m|McocPb*xm~-ZyUC;UCfOJW`}B ze&djycIaL0uAMvdCA9~QrJGaqW!@$&J$tV#&&<_V#BP#|@G*1c^gLNPTxPBsPL|B` zqk2~7^|HEszj^oDn^MBv23PNMdf}VA1?P#!B*tT31^^BPJAJC+@t=lZAOPA7Dj+$EWJXu%Qr9Y77 zl(OPh{lTz7DNlP@uW$ya^>eHB_5B0tq09ODhT|RT;j^jwBX7Q?Do^;#jnC{>Rm~~p zqvcgffA$7*)0%pDtbD@U?A|EV8GYvCGjgTIJ+9YWh?gxh&gfgZX33KmKGL@y9+hof z2ld+5LR8(6r}d|5epB1`l<5xVHB%-(0h6zjZ&RI9ozq;?T=?I7M53J5|GGq8k^qtU z9*0XLEK;V6q%L*L{QEDHf6dPE$!hD#T46nTXuXIy91gzzdJ*yci^W~FF8_m1Cy?bK z>$9~Mh^!D$SBOjI0=0GO}i5(a5Ti zWh3iG7LKeOSvs%T3>*pwdtyKY}1V{~#A|O>j%7D}XDFjjpq!dUkkYXU! zK+1vC11Shn5u_xxR!xwiAXP!ig46{m3{n}SG)Qfb;vm&Q%7fGgDG*X2q(rt>jgTVQ zT2(^IgwzQs6jCXqR7kCmVjQb${>kVqwwQX;iPipfz;q?{b}L<-7LQKY0C zHARZbQB|a@NL_8M!XlMLN{iGMDK1i7q`XLdkpd$XMoP?4W2DF&RYuCpQDWSv ywMxxVYoyp5)keyV)Eg-{{y!@oWEFm4f|dH%oJ4n$J1H(9B{nDC<4$&ag8l@yuiuRT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kabul b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kabul new file mode 100644 index 0000000000000000000000000000000000000000..661efc83294edbe5f615daa87a1f4a5590aae167 GIT binary patch literal 194 zcmWHE%1kq2zzdjwvdlot*8n6g{JieK2o!O60OT-OI54m1X&HsAsPuvH(N literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kamchatka b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kamchatka new file mode 100644 index 0000000000000000000000000000000000000000..99776f515fd53a86a6886311d91ff33b401396c3 GIT binary patch literal 1152 zcmd7QJ!lhg7{~ETn`*3rqSU@w?Tc-UF*TQJskTi|+gfT;LCK^B9()5|1`!9L2#N}V z3JOIuiVnU75y_whB|?WF4n;Z$LREOcBDhEf9jZe8e=imyxVU-8<#V}Y2>E>zI}aX+ zSbsg{{eJ2gxnJ~P$JN}^JE@5Zf52HJPt_hF!0uG4@QFIv>i);0f8|xK1u4DyW2E0(xa_s!@Bl(gNFAlRy!G$$gyf^>#mn|+keRVx)N!(KS=w} zDe0)0){gftWyAM(x-pxU&dC?rbuXvg&u?q=+4_%r$>M1QLoZhmcbI#nNH^m?P zd2haEStD8g(^SSX_oEXYpJk=TtOc{LvrjzcN#Q$u8XrnnLEAQ0o4E>Gc{mdPFx`wf zm=BqdpTUgCl*pW}W>REUWLjiiWMX7yWNKt?WO8J7WO`(NBmpD?Bn2b~BnelO1(F7m zhpR~h$plFS$puLU$p%RW$p=XY$p}da$q7jc$;#EFh2-UG5<@aWQbTe>l0&jX(nIn? t5=1gYQbck@l0>pZ(nRufHHjjbx|&pxT#;mvZ1F!#x4g@g91Yo#@?UA55Ig_? literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Karachi b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Karachi new file mode 100644 index 0000000000000000000000000000000000000000..ba65c0e8d31cb1d59935878af29baac722f45936 GIT binary patch literal 379 zcmWHE%1kq2zzev6vTQ&s+gbN#$(gA}D=w7?&A7Yb!3rk-)dn`}T{qay*I3};xWK@Z z+kJuOle-39Z>kj-nHZT_S-_Bi!R`*o0^bM*76yjs3`Q;n2DbnP0S1PU1V#}sThhlj zghAWD)Yt$>nt@4Eh5+y25Fio45JG|*{{sQYogf}v1BeFs155+`0-~wyA1Fb;1VjD<0ZxOsY=Fku I>6&o?0LBIr)c^nh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kathmandu b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kathmandu new file mode 100644 index 0000000000000000000000000000000000000000..751cf4a8939e898f8abe4358a98b2a5f59f65e21 GIT binary patch literal 198 zcmWHE%1kq2zzdjwvdlm%u<%oDi=2eP3Pzxa{~wSZ-v|a428Mt;3|v0GAq?6Erp5*! g(!`V@gamW{0|Cfvkcq^a&t(I)$4=MO%EXil0OIH!VE_OC literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Katmandu b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Katmandu new file mode 100644 index 0000000000000000000000000000000000000000..751cf4a8939e898f8abe4358a98b2a5f59f65e21 GIT binary patch literal 198 zcmWHE%1kq2zzdjwvdlm%u<%oDi=2eP3Pzxa{~wSZ-v|a428Mt;3|v0GAq?6Erp5*! g(!`V@gamW{0|Cfvkcq^a&t(I)$4=MO%EXil0OIH!VE_OC literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Khandyga b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Khandyga new file mode 100644 index 0000000000000000000000000000000000000000..7cdc99a9803f4e1ce3c5f7f9e6cd761f178536ae GIT binary patch literal 1257 zcmdVZPe_wt9KiAC)lKKjcn+D?GFNUbo7%QYwsbCCCUY~Qc1i-FzgEPE4h3N^^v4bo z&mjnghoY>Dgoo-dy`_gjg36P15Zs{%Or%Rh)bo9putS%Q{a$!K@18x|Vb6Ezql2eH z;;&QnXEmv2UlLNJ%bD0hEOA8xkV;R>}N^KgC zs=Cn@wRxmo)nAp$ecn)8`d8G}?m2 zjdPFXj_G^S|LnGGdUQoL-#sf^ZuHBYmr^otA}WK&&ZyAExY`x%Rl5&+)t2h#@7`tln2w482m=lbtXm zJB8j^xMwGXUg1-zzO?WM!onX6Xd~JnUoH%5H0ggh>0f#{ZRErmP8~UUQ7L6*8Aq$H#!OI;LF6;c*b7g88f8B!Wj z8&Vun9a0`rA5tJvp`|VnsnJpwiByS{iPVV{id2e}iqvYUi$$tsC>N=hplRU>6v>bjA_k;;+M8EQw0$N#f>XS@D0bTmhtzX8761*iZ3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kolkata b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kolkata new file mode 100644 index 0000000000000000000000000000000000000000..0014046d29a38e9b8006f746fea794d7f71eb479 GIT binary patch literal 285 zcmWHE%1kq2zzf)bvMfL>)Bq&f=kD2c>UNLD8P-CHGgFOLTq+To!N|l6gbWNpH-HKl zyxl;meIpn+7#N~67^~5w?UK*{(az6b z8-Qq#8$dM39UvOy7BCHT4~T}kiG`Vk8Rn><3m``Uod$Fi&}lqirwM?Z=7HfnE}%9H*Y^rpT2ny{e3gr4s=J& zUzhjyY0ApJ?E1vaZ}$gBgR{biva>64rra}FRzC5%zv9!Y?3@v=nLE5a>mTaTdAGVW zaIIbEpHJw5leHS`4d}uhrCOPu)KKE9E{cq5mH&k<_CC_E`-_CXzmp|nZX*&H`)?R%o$^FkIb!tr4wcL^By-##~)g@_Z zzNs6Ek4bCjoVJc%)V88tZF_b^+uv`}^zAL$F?>)uFT^#I{t$E(O`E#h#Rb>&83kVo zfB19naT~L>ls`7J+t__yzsqCHo<8Htf96kI_9Xv|vCrhsjjy9KVcfGyiyv(?! zR^}h3IcXOYMW)JYm@G0~787=~Q${9@Oq<2Tk*On-N2ZSyfK-5#fYg8#fmDH%fz*K% zf>h#YOF?QuigC2nAmt$SAO#^6AtfO-Aw?loA!Q+TA%!88A*DIm+K}QLZFNX_NPS3w zNQFp=NR3F5NR>#LNS#QbNTo=rNUcb*j<#B)Tt{0kQZQ06QZiCA{{KanG}y$O>f$B8 E0F!tEasU7T literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuala_Lumpur b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Kuala_Lumpur new file mode 100644 index 0000000000000000000000000000000000000000..3d9f191e3acad56fb4f73ab44a74c50cdf91c12e GIT binary patch literal 401 zcmWHE%1kq2zyKUT5fBCe7+awM$Z2bCUA!yZZ^8ktCkdxEKTSA2F`na+NA3r)iSHN~ znV4Bv*;v^b7!qSa8i6DW14B{)$b@tSMjjB!03LxHqFfbG}Fv$4$hA;#J zv9^IZ2pbuINMjIb3B(p4qd-@%RkG$>{wTP96E*aN6c`!0Cw*43|7|KQJ;gp+FX928Q$k zkQ*{97+4q>N(~sf7#Io~7z7v?>LxIVK-fOMAq?6E=Eep<(!vN#0$G*}AtdfK%5DoGjmF|0LSq+?!R0$N(#IcMKK|v1<`m2O@$@W40a(XO1(se)e!wZEJXxCBAxUQ zMIC~%s6$abB0QF4iDlZdnc5$B(b{~O+N$ODzC+zS)UA22pU1#n_V?Y$&W63~#k^18 z_uG(``;v1FyP7*gM^)$e)1hax54S(>nXBu%e7*Z+{VBWWMB08;eoOUky=nIysZy^? z!zxx(sbc9FJD%5T$7B8Wo74llU$)zCyGGT(wYVC*e@_jad8FR8w5s#__jpo?#7g9Of%&$A{ z%JK8X=C`tLYhqu%Il26fH5HmLzpsi~>80U6eU&w3vH+rnV>Vz3MyUEJ-cbM5zPpn|#hMCjX zX5~I^G8bPevGNZ!I)*1pAH(aL=NSIKK0@q2%+GG07G5Emt{Mx3h+Y)Ad>V`Xyysq3 z9T64bh$viFEDDQDL`7wUFABpDk$>1UqaSufwsqC}A{!$+BU>YTBby_;BikeUBMl%O zxat;=9$a-3NEb*ONFPWeNGC`uNH0h;NH<73NIytJNJp-^C8Q@;-4xOl(iYMe(iqYi z(i+km(j3wq(jL+u(jd|y(jw9$(xj{I5@{3Z6KNFb6x~+2&?}E_7U&jf7wH#i80i>k h8R^+oH;r`ds@q2TMjA&tM_R}Kt@oh*AFQ>4zW`b`JQ@H1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Macau b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Macau new file mode 100644 index 0000000000000000000000000000000000000000..cac65063d0dbf48e37c547fba3b67f34110d5a90 GIT binary patch literal 1227 zcmd7RPe>F|0LSq+?!R0$N(#IcMKK|v1<`m2O@$@W40a(XO1(se)e!wZEJXxCBAxUQ zMIC~%s6$abB0QF4iDlZdnc5$B(b{~O+N$ODzC+zS)UA22pU1#n_V?Y$&W63~#k^18 z_uG(``;v1FyP7*gM^)$e)1hax54S(>nXBu%e7*Z+{VBWWMB08;eoOUky=nIysZy^? z!zxx(sbc9FJD%5T$7B8Wo74llU$)zCyGGT(wYVC*e@_jad8FR8w5s#__jpo?#7g9Of%&$A{ z%JK8X=C`tLYhqu%Il26fH5HmLzpsi~>80U6eU&w3vH+rnV>Vz3MyUEJ-cbM5zPpn|#hMCjX zX5~I^G8bPevGNZ!I)*1pAH(aL=NSIKK0@q2%+GG07G5Emt{Mx3h+Y)Ad>V`Xyysq3 z9T64bh$viFEDDQDL`7wUFABpDk$>1UqaSufwsqC}A{!$+BU>YTBby_;BikeUBMl%O zxat;=9$a-3NEb*ONFPWeNGC`uNH0h;NH<73NIytJNJp-^C8Q@;-4xOl(iYMe(iqYi z(i+km(j3wq(jL+u(jd|y(jw9$(xj{I5@{3Z6KNFb6x~+2&?}E_7U&jf7wH#i80i>k h8R^+oH;r`ds@q2TMjA&tM_R}Kt@oh*AFQ>4zW`b`JQ@H1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Magadan b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Magadan new file mode 100644 index 0000000000000000000000000000000000000000..70c198baf743457c58a8fe4d1f28186d8541a505 GIT binary patch literal 1208 zcmdVYPe_wt9Ki8sZn~u&B*;Ilm9}izQui)f*5)$J#J16pL1YC%f1q~x5gnwC)gjWl zM28_IRA{lHgGq#k9fA%?gh&VJAXEnl;vu{gfj!^X1|zz3?0I?jdG_q(J?!_*44pe0 zR)1YpzfXIN>}wu3M8==rpIlrQ*qyGe&lc)D=ik+Rzt>&AbT{3wFjrVV>rZ=ULb4&> zB)+k=vT?*In=UU)WA?K&9eXdE6R*V|eIZ+dkEGd~ldV-ZB;cCXf#nIk?bC#689uC9 z=CAARuP*7}R95eJa9p?EPU*I*aov8gU58FLYU@N&!WROvv#U)y2G__gUyVepFB19r zO**}9-T7f&_WW4VduOI4y6{HF9?t2mmrr#3+LYdxyQRC&+|m25Q| zbYHK?!Sa~y_YX?{*P}Av?2v)CQ91OnRuWHrlAI0e)aZ(268Xg=-ZABHmaSf{@{+5< zUGk;$hd=iow@azfll;3QMg^^qxx?nR zc$spnuFOA-bj2*jij0=mFkWQD$e3--sF86aBS*%Lj2;<3k^qtck^+(gk_3_kk_M6o zk_eIsl8UX#1xbcQHnt`mBp)OpBqJmxBqt;(Br7B>BrhZ}Br_y6BsW`=9Fm=_Ne{^n zNf5~pNfF5rNfOBtNfXHvNfgNxNfpTzNfyc0)})K%YikllGDcEHaz>Iyvc~@)?aG*G KJ>F_rmA?R80UXKz literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Makassar b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Makassar new file mode 100644 index 0000000000000000000000000000000000000000..556ba866933d37f3cfcf8042045d64e209bae30f GIT binary patch literal 254 zcmWHE%1kq2zzbM_vaCQXy6{u%gk54+C!Fq(ZMYQnu7Ht=87P*v$ zbrTqPz-$2@-w+00Al5dp0AfpqaL*7&h7c00{0{^mYe6)~Y7h;w9z;{%1TK(6bS=05 Dzv?@= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Manila b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Manila new file mode 100644 index 0000000000000000000000000000000000000000..168f72096d96e9f8a6dc4c6073086c19dbc20d0d GIT binary patch literal 422 zcmWHE%1kq2zyNGO5fBCeULXds1sZ_F!8u+uWJp!UZo&nJy4}oZqr@%DOV<5vpo&y1p2SGH*lVBR?QAQRfW+ql3 Z21A%n3o}6SB>ETXVGzXy3L literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Muscat b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Muscat new file mode 100644 index 0000000000000000000000000000000000000000..b3ac791aef4e73d6d644c40c614f37f15d462cdd GIT binary patch literal 151 zcmWHE%1kq2zzZ0GvP?kCvGCK(6+n*h4UlpR2L=`&-w+0E0~3Z25)And1UL=ivH==r Ir)$Cm0Qy}Np8x;= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Nicosia b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Nicosia new file mode 100644 index 0000000000000000000000000000000000000000..f7f10ab7665e94ca44fd8cd98a362cd4b304eff1 GIT binary patch literal 2002 zcmdVaZAeuI9LMqNOjy@ye{0UQ>qF(rhpu|nY}s_Jnc9QbPV-i-GEb#fYtAi8r(5m5 z$Yg}XzY-#9P-GGju7RsTPxL@E2zOwMF+w`6v5iOxDx!vL=X;=6dll@>&gI_E<)ZKY z-(P6e#&DkJUr&tl3vZr?^XB{bW1l8}H+J}I+dH(^ihWjRkGpWq7~flHPS|zFdZp86 zO6yW9Zo{ZKvC1|k1t;6D=3h4AQ!kmXP3kogqK}#h54()l@9s1w|JZ1}aiziZo$Is` zPwudj4u!4c?s_|A+d^wfQ@K5LO{O)iBEwEC8fU%fkF}@!MywgJ!**IstdaKEYo`A; zY-Id&-^{%FgE4bp(De6yV`TN5GP67P897_`nt{4jBe$mC&I|6b@{84;m9@nxNNTZX z=e5i1(TL3P_2`_TbyE0Oo6bF7B5&WS)}p>zEj~L}-|3pK^A0BJyWv!w-&rW{mBnaD zolh1_|3gblMx`v~do54BE#)J>%cAH@vS{$SEWUeGmh_*HiW?U-xVu{_Pae^w&COzT z@6cr{cj^00^;-2-lZGnFb$LRiuJC8*iYEcBjxUqypC{@EkJDw<=|{TyrdQS+j+2^! z`?5CjP-=Sy#jL$4>$cz1_4CfihMF5%mvTVri~BYF^0(TMq}uT3er+6W(T&$Tbkk5s zKRmu#o33q^kG?F{=DsTVxG_aP=_-)T%Zj8WoFH3rlVxk^Q)!L!NLx<4wmtY&+9y2G zcI&EijQpaXo$8a%2hZxZ1DADs|5y4&N3TY9NA#tr7kfpI`A=USPs&1WF*6V~#^Xtx z;u-t=lV2)=Ax~*(6(1q~Dk{qT2))2<|Lr{7H~-F!BX^G6I&$yG%_Db@+&*&uNCQX* zNDD|0NE1jGNE@zBA4nreCrB$uFGw>;H%L23KS)DJM@UOZPe@ZpS4dk(U#?DLNM}fE zNN-4UNOwqkNPkF!NQX#^NRLR9NS8>PNT04wqe!Q&POC_-NV7<{NV`bCNW)0SNXtmi zNYhByNZUx?NaIN7u1@Pn@2*bsNcTwlNdL$NAUl9;0kQ|kCLp_jYy+|n$VMPL;p%J! zvKOw-W+1zPYzML*$c7+0f@}%0C&;ECyMk;BvM4YD_`&gLMygKQ77Kgb3l zJA`ZzvPZ}!A-jZZ6S7apMj<Z91c0qO^C*L2;4Y=QCdH(?jq|NOB literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novokuznetsk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novokuznetsk new file mode 100644 index 0000000000000000000000000000000000000000..a5e1b79600d21019a3b93f3e2d796129d9b1d655 GIT binary patch literal 1151 zcmd7QO-R#m9LMqBa+Wy>FXd{jmdln->)Wcin%duNnNLBn4)#FNgBS=&4^+@W$ODXELkRBNaws7rRw(ek!Q4JW_q(&(601YYVg-&2ivzewcUds#mI&Z#_g!Kr-p zM5>-Wkm$p#RA;YC&9(EgqW`3DSoNy}G)-OV?~~)V0Aa8jpoF{D4c3d~6?n~2wA>CAQRZ>m2 zb#vhfX%1i1=7}rXQqZF<&yQ*AhppOnZ-=&zoOU`cr*fWx8B-5$Vcuirth_h*AN+Z3 zzh=y~oc$k7dY`e^y?ve{WA^u&lIhp!J05#y>N|Ye-jOy@iQ8wwK5O{_KW literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novosibirsk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Novosibirsk new file mode 100644 index 0000000000000000000000000000000000000000..4ac7582ad5ee895bf9b354436142fd7ece1996ee GIT binary patch literal 1207 zcmd7QPe_wt9Ki8sIo+5M5|qxhvecGM>vh#!P3@_*MCS}*6qP|}f1zlEL`4U~q)Wso z4-rAgMyH4e$__E;p*oHZA$Ay2QkO0jV%Ouw<#yn8Jh&RvlW z<4>)%&mUO9hdC?wqenF6va)GpM6SC$EY}a5mDb^7viab39XfMLZ)h9P8+Y&0oBVrp zIMl4e-y=HW>yeSkYQ1^Jl3ViMbhNlww%+y1w#U=5eRxK0y)_}_kx992=(FA)e7AuRvZMBt;4FrY3?3Oi5&#kb5&{wf z5(E+j5(W|n5(p9r5{j*f1qlX;#@2*`#DfH6Ya(J15)u;<6cQB@77`Z{7!ny08WI~4 zoUMrt3D4HVhXja3h=hp5hy;m5iG+#7i3Ey7iiC>9iUf;9i-c=y;za_sH4!5rBQYaE UBT*w^<9{8ur`5#X-qhmx33Ig&`~Uy| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Omsk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Omsk new file mode 100644 index 0000000000000000000000000000000000000000..16c5f3cfed75151d50ffc2dc483ac6279816a01f GIT binary patch literal 1193 zcmd7QPe_wt9Ki8sIcuoF2ukO)EVE_Hnk(1xUq90+%UL5vL>NR?A{0c3RMa8NTSSCG zM9{?O6hT%VMCccE3W);gB0`WII;2ou!mOU}Yl9J8y7j!g`#gL0@*ej4rjGQS3Y)*K z{NJZdR`%YZCo=kMcrLU$a5=rEXvACSd0bZb?cQ>$*#|T6Q|9>pM$yLt>?t*Zt6q!8xt)zt>IqZ#Cdvl)(I~Y@Yd?tUP}!SvmPe zw!C~H!KWj#_5QF_4Gzk-s{^vVw@*SRx~2N)O%0zrqdOXUb?3nYT2p#RBjIX|EJiiz z-!IYWV%@zElG^d_S~s;y>L2)|VQgL+2Nq<{op&N9r=_X?i|&m*m*%cXZK)WNSo5g1 z=Jrcl`E6~Ry{GYYRnwYpC9oJ);YX2H?*h8DpQxoST9~N6G|4HTK?R?+7n5uBDaw zhiU$_i-{sr}O?(#W)ti6c`-CXY-XDFCSeDFLYgDFUeiDFdkkDFms+ z(UyYLf)wLut3k>^>Ol%ZDnd#^YC?)aszS;_>Ou-bDnm+hw6!6{Ioj%w@{szF0+9-l z5|J8_B9SVQGLbrwLXk?5QjuDbVjXR@NV$%-UZh~8Vx(lGX8iw)&a1bHH&#XRegTNb B4afih literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Oral b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Oral new file mode 100644 index 0000000000000000000000000000000000000000..3b9ecacf6eef72366df1cc847c0d4666efc8a48c GIT binary patch literal 991 zcmd7QF-#Lt9LMojpwJXz7?8GBv?y3;0c%T}f(2nA4kc;GB_>9b|9~U{6M?|sW@BPx zAnIfsAQA^-Oi5ruqXVNMZ(u{r8(bV%APfYFyziC4fyIrx+@nhW@{$p;`?wY7KB+&!EwEa4g_PKY`zV)*Z z+t`u#>ZWuof0fSHCFv?I$<67Pk{Ep|w;p~n$*Jci)wf`}M@~tgxrI`t+>vaeB*~ zarY{fXyGr3B~+DCLj~ni$`MZ;cV+MYJ{c-_?Az>ssxLp!4?8NJNZBiGuZ+FA`IJ%~ z4(C52{Iv%mkQjV~AV?G>jH``<1VSPqp^#WeFeDlh4vB{ZL?R*~k(fwOBq|aXiR)?u zBaxBNt~NFj9EpyEN8%#`Kt_NJ!J-%gG6-Z8$S{y`AOmr=BSD7ZYR7^M1{n=99ArGm XfRGU(Lqf)c=WbB`oE=(!XWD-PJ_pyO literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Phnom_Penh b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Phnom_Penh new file mode 100644 index 0000000000000000000000000000000000000000..fa799db39e7625dd74bd9caa5c29b4819a7cbd3f GIT binary patch literal 185 zcmWHE%1kq2zzdjwvdlot(*PtEWu+fs1d7Dj068F%g@GZdfPuruH-y0nh_wyO8A3=f Y^FI)TZEHOOqKPq^%LZtJovt|-06W1QE&u=k literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pontianak b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pontianak new file mode 100644 index 0000000000000000000000000000000000000000..12ce24cbeae404efe6921081d21289be452ff88d GIT binary patch literal 353 zcmWHE%1kq2zzaBlvg|-C-~GRjVVBr_hSQZxI4*^~E4XfRjN{gSHHI%+_jM@VDrsP3 zVrF7tVr64sNNWI@2qak;7&0pufF{&UVBlk5C}?010+V743`qqH(muW+3;{r_ZD4L} z03B{AP0kJkfT8~$l)M|(!}vx KKp*Iua{&O~6I|B- literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pyongyang b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Pyongyang new file mode 100644 index 0000000000000000000000000000000000000000..7ad7e0b2cf8fa4fc844fe8cc9c58e4f3018cead1 GIT binary patch literal 237 zcmWHE%1kq2zzbM`vMfN%(|!HpoJr5beq7Q|EC@ZvR1o#1w1AO`nUR@+q4WvJi1H4Q z!nz3z9AJ{g$2Ww*J2-^F3y4EVu;@P!fGh*iAPYe>$Wo9UAd5jXNtSZ~U7>5q1ppt4 BHM0N! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qatar b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qatar new file mode 100644 index 0000000000000000000000000000000000000000..098997e7dd972ca4acedc535c4a645ee966baa33 GIT binary patch literal 185 zcmWHE%1kq2zzdjwvdlotv+&bg1D38y2N;1O1_2;F77h$73=CQZ3>-ebAq?6ECO~Y= a5JG~P|A7ExF32=u%;vHI+F++^%mo0p>ljY} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qostanay b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qostanay new file mode 100644 index 0000000000000000000000000000000000000000..2ee9ef7e9859bc95da2450e3b282fd4275cbbb39 GIT binary patch literal 1025 zcmd7QJxCjI7{~E{qP8(Qbg3_m*6W+6Mq3+`5H-eh2^}mvlmkH`WKf~dsVFVfNkS>q zO($^>6$j}ML8rFhP&yU*4BezJgG(uNXuA{}+W+_Bkio^xJC0A1J2Kq&=S@7AiJ23R z#^Yb(Rz6?YZhfBL+bCx*x-UviE&EP$Xvb;(^J}f;+s{(#f$Lm)|F{%+UDURhbK1T- zqn8)QwPXISIu8f+O1?+0jz#oZx>2u3%X%a7LpvM3s9V<{?(e_Sb$C?hezH;M{`gsX z-hPni?!NSH?nvMAy4)--$*tL<^iR#n?a4KbJ$kAGBMTb8KdFiKDNV*kHCfJSDw3Df zr!E~l%E-{0unr$MlHPJ<F#UWBmI#LAUi;|fb0R;1hNZc8^}J8jUYQgwu0=%*KP*cjj!DfvL9qa e$c~ULA$vkLh3pF17P2oq%Nq-)?ea2xiSU1L#@d$v literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qyzylorda b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Qyzylorda new file mode 100644 index 0000000000000000000000000000000000000000..27b522a7d5e24eafdf29dd541ebbca69ce4db7b8 GIT binary patch literal 1011 zcmd7QPe_w-9LMqBrpvi`=#qbWvL5^6qb^I=HfC;fT}B6kFER*Z!VW43o+K%#Qw%S4 zt1i)Dq;!Z56Y5lghmL{YLx(`3ix&|*q?fQ!zxQK@1zx=QJZ!IL&og$|`%|2pn~j?z zkLbU<2`ks9-*zokKP=btXS^r1_Re*;BfRQ%{MxH_ZvU)xZF=t6FZXNCr;46?x2WB( zX7&8jyL#c#ZFT2Iw5K$n7snmFlxfq;vASMycC|P9L%mQ`y#3$Ow{=kNfAB*3ziNKq z^M=IUugleyRT+H#TCP=|$@O~`8Jb>{;i;;|7ar=3>|;$#Olh)vT2t{cP1OsUc1n`| z-lro6Ik~wO(a}v;GH*P|ehf-(sa3{aZb^P-M{ZS&mYi?ZK(MK~DQM5osfM#96mIOt#GblFplEV+vxz#uUqeHr|bWZ@g2Gfd7>Hhu`7p_?@DO4JGU=X|AR|DAfQ$hd1TqR_7|1w~fgmG6hT?0-f(*vjjs_VHG9F|=$cT_3 YA!9-Yg^UUr7M{p)MKX4Axxr-QFErfPrvLx| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Rangoon b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Rangoon new file mode 100644 index 0000000000000000000000000000000000000000..eef37b42e8a0e7179f8113bea01f4a71d668e8ef GIT binary patch literal 254 zcmWHE%1kq2zzbM_vaCQX)Bq$Feku+;{ppXy#aZbe7@3%v7#O1Tfx;jXs4hB#frEje zZUO@zgze)S!Vm<++6HFE20+r1A%q0`{sTeSw$6(n8e}hs2H6dw$+e%$2J99)T{A0V G11v*ICnN4HqNN6LxG5L*DT zB|``aF8U7yAXkBCkjp?c$aNqZE(QVWxSGob=m$Gpb1nc$ CU|tsh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Sakhalin b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Sakhalin new file mode 100644 index 0000000000000000000000000000000000000000..beb77b449654decdfec1f6bfc16fafc8bc8ceeaa GIT binary patch literal 1188 zcmd7QPe_wt9KiA4+WeChM3h=f)21z3>bA->b@?ZgwT(uM4*h|kf7mV$(IE=tfwG7s zI&>Oh9TE#7LLy}BFi5C_MM!iQUHW(E63;;*gQ(~Gnov-OZv9@~_xtWSyodchsRIKi z!t%#i{PVQOmiLvH%(Kav;DlM_-<~Y5Oy?^~Pray^yV+IwaWuKQFq2<1?Mr%dLACZ? zt*RPXp{j@7YTfx+Rg?apY7f3r>tj!puYFS01@5YPZ$@oca#i^~kBonI+-!V5E)8e* zO2f-5X4BL;6L^?5n{OX7jW-ge>0-n*pJ_J1V>KppIIhB{{c1~RliIqkLT{_8)-9nq z-SSOztG8TQU%%CDU%$wX+>~xF6r^M9jdW&n5*d0dJ2Ruwb$m>^FJyI3-(~4NI-+;g z4@h6{px#{+lYZY3-T&#Nj=Fnv^m$b8c~_@n_X9dU-7Sf0%XBK1HTyqLh|9fb{_+(4 zaut{S_M^DuZ%K7Srhq$Ch*lRzkJ z?~uKNd_-JK>K_*Q-44s7ER>J1RLWv0%XMlOOj$Bz(UfIV7EW0@W$~2dQvgs9P#{n+ zP(V;nP+(ASP=GkKNGMPkusF3~C}=2fD0nDd3*=oLZ@m~i~_3jN~5(gB-IW{VY|NOi_;^n6elDE|r zq|TIYklxdBL1sfPsU7AtZs32ShRe zNrZ@xZwQ07fe8?s0TXv literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Seoul b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Seoul new file mode 100644 index 0000000000000000000000000000000000000000..96199e73e73aafacd89e48cb2855a96d7a134e1d GIT binary patch literal 617 zcmcK0&npB`0KoA#c14?7Qk#qN;~H)21*|8mE0H7m3)~$w^8n2PbF# z11Bj5<7Z79v(sWdtRCqDe zrQF$~?N;}4SK)_!eU|oa+)Z_Rl=SZWlDaRvd8LVN^{{vxJ~p>l{!C1ko3cUBW6PlY zZdH<#vT}N9J-znH=fe~0${ffUzTkLIj4PT-sxB!bUMdJ9HS;4`<_Paj~Sf_ zk+0|1^BW>A#EK*IS7G01i1zwqZHGN4*)daOrc5!aS7z80<{zH@sRvJ|JfA{9VTh_J zC>#_L3JZmX!b2gVFj1%|Tof`28-*^a=A#fs)r=HM3MYk>!b+h<3SJ5^g_-^%bwazR G2NGX5oeD|- literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Shanghai b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Shanghai new file mode 100644 index 0000000000000000000000000000000000000000..91f6f8bc2e234bafd484146986bdb289082c3588 GIT binary patch literal 561 zcmbu*zb^w}9LMo*sb7uZVlR)P+QDKF36WCLNNV90hMH8mol%_2lQ6N|X0Wt&|A0ig zYPz+k{ufWWnRwpMAJ9ZRm*-x?E%$l*C$;LT3_WT4b=2NzZC~|=C*8PAnz!SMZcTj$ zt?sL|$L>r!EJ$Z#%XIIr^!v`U`Pj?IXSr#5n@#x|uLk|}K=-#pGy8I==4y|zif-%k z``2;iyrCBIr}1LxMlH>RUUvCRWd{{6H&If#PQe>V40%K@diI|riW5nZK+9zLz?b5# zy+^+If0*`TPqbFdBNLIC$W&ym(@sWaJMDC2K9T^*fTTcjAW4ucNE)Zj!x|DHnUGXS cE+iR}4M~UOLlQb|MkJ;4e>qdO>B@TQ7g9&Lh5!Hn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Singapore b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Singapore new file mode 100644 index 0000000000000000000000000000000000000000..3d9f191e3acad56fb4f73ab44a74c50cdf91c12e GIT binary patch literal 401 zcmWHE%1kq2zyKUT5fBCe7+awM$Z2bCUA!yZZ^8ktCkdxEKTSA2F`na+NA3r)iSHN~ znV4Bv*;v^b7!qSa8i6DW14B{)$b@tSMjjB!03LxHqFfbG}Fv$4$hA;#J zv9^IZ2pbuINMjIb3B(p4qd?OS3Gz?6(#)1Eb?-E@HkW25rlTRdWOeEf)Gj}wgVeD)ME2(p z9Y$18p~Z?0CJ`QX5IQ6gA|0fIkR2q5AK|44?D@Vn7}2F$&&#{dvu7{wVZU#3_{{0B z`RgkAecEkhU-q=Bb@AoH@r4b6-HGzbRJOu*_I<_o`(2ew_Yzg}v)PR^^@-}Kkkn-A z#D90aY#Q~-=8MZxoBAwuM?c7xfj3egc_mwePo$wbE!#@2NuXd-1IuH&eR0e*jvO|P zb60i8^aTx0q;%(_W7>2(uFaQY+H$@{Lnmw1IX)=ia{+1XY?ij6b+XG}Chg7_Y5)06 zI;xAb71p8I8RCam%6E0P?@EO@+YRylZVy-k1Cz z{@nWtjJZ|AA3OTM*!_6c<1;4x!j$Gdb0;2ql6%J3XL9GJbTFPYK__JIu)Q5#W<0Aa z`47`vv5Sc!Q{^>G7MU(GVOKk4WYWmAk%=QyM<$OgXV6jBvZ7E%{d7*ZKhnyal1DbCeahm?oZhZKlZ zh?I!bh!lxbiIj=di4=-dij<1fiWKW=t3}Fnwe=zeBNZbhBQ@jyUvzQQCLU{YoZ??3 C%o?5m literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Taipei b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Taipei new file mode 100644 index 0000000000000000000000000000000000000000..24c43444b6751343d2915843d03e55753d4d7359 GIT binary patch literal 761 zcmcK1KPZH89LMqR`FoCmn=A^0GKfqDQI3Jm~qC>H1bDSuWlg({)8fn$xc`;|*J#xO-p(2CBaxpP! zF58!Nv~NpYRXxacS-!d{2uRF3r{YPoI{q3ox6z>79b~EdjZFQpRBayLKICa?-8_d% zwdsFX=^riPejHU9;SufGSur^$GurEfl`F}W{HseO5V!v$N=u5!(73pHy0X6C_!}MZ zH968?Z(pq=&L1)*?CISxxkxS~8Ilc2hvY*NA{mjCNX{>9QY0&q7RiewMlvI*k=#gf zBs-EG$&XBc%z#XR%<-k21epby2AKz$2$>0)3YiO;jM~h`VLD_!WI|*{{KqLhcGr>$ F&nGsEUL61c literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tashkent b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tashkent new file mode 100644 index 0000000000000000000000000000000000000000..a9f6cd93c849c8b1677bc54f8bb836c91b40d63d GIT binary patch literal 577 zcmWHE%1kq2zzR5^q7pzF#1>d3+040h@p}VN_1Xnu5}O3XIW{VY|9m<@;^mVClD8!V zq|Rh6kls^vKxR$)0ogeb2jqG@56IV89Z<;8KA;#Qb3n<5_kgnXzXK}T?+>U-KRBSq zeer-g%U=ieFYg>Qp1ciUWM+au7FHz4#?HXt@Ezn9w*Uqf28N^pMxbj#5*T=3Bus=6 zC<0RB;~T=DZD0z-=0I!)(#pUH1R*5&^*<1R{0pK%eg>HV@;8VE`5i=q{12vqVF02* z;Q*pRVF98+;Q^vSVFIE-;R2#TVFRK;;RB*UVFaQ<;RK>VVFjW=;RT{WVFsc>;Rd2X fVF#i?;Rm8YVF;#y;RvGX5tdvwz!0|6HRS>TC~b4$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tbilisi b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tbilisi new file mode 100644 index 0000000000000000000000000000000000000000..3b131bb10e100bc2dd619d57367a4e43c86e5316 GIT binary patch literal 1021 zcmd6lJxmlq7(i$7(EHKC0^#n!A5hQZM@P6Ls~$Lzs0}0=bGZbg2?dalSWplv3lq7{ zir7e~&{!CYEsO=B7!wmM)QSpnW*Q}!nAq3|2EVs(35AWFGue5Q*~u3BUisGaRImE$ zNbQ{#gzTFh$nqk+;BBlO4w`aL?6HyAH~bSLgt+{wE)+^O5XYahwGj#9>*?oPQg*==_=_1)zf)8o0H$?T^A4Z5E_H9e1)g7b4#b7A(L(Gz3(;+=WhH!u|zZVrXTwu-#ipg zG|1%5-s}3cL_DTcen)--tL!_qN+@+b@Qx_u8+Ek4)=xY+*}dZ%_S_j6EvxddEM2-! zo}xVbVHutbrON+cWJgBj^|A*s1F^%`Fa)s#F%?m4L5xAHLCityK@37HLQFzzLX1MJ zLd-(!LJUJJLrg<#M-<}_>k#u0`;Y=46+lXW)Bq_0QU#<8NF9(uAeBH$i72%|iis%I mK+1vC11Shn5u_wYO^~7>RYjDtAa%k2x3FYMk{j$PB>w<+V%Nw3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tehran b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tehran new file mode 100644 index 0000000000000000000000000000000000000000..78f28cc402027bd337cf67b937bf8c31a75ee8b3 GIT binary patch literal 1248 zcmd7RPi%`}0LSsC>&CKVTWKW@5<+C9>-M(Y*2n&}itW+;X;B^B{29soiE)rEF_CZ~ zgk5m35OE-Bte1s&B>wb3@(c%(ap8aq2gxM35#H~6a*~LPw|SpW+V|4*_iZM(ZzwGO zcy-!O%k6v7#DQbxp?Ib$FRYbS1+T6?ayahsKPh_hKZ^4T_tgA#N$rh(GQQvf?O!r# z{I9R*6;Cgll@FHcz~pmPdo?SA<8D)T{Isq=6jj#XeHlvcH{rx*9SP5xhUFu=(YH)B z&B@EAZ&?%l@J7p5XVj``k8HkMty*qgl&up9({|SA_M@XJHvC=22l8fhs$M5zb!JWI zmhOB%t<=kuT>rRNCGX70t{W#z_ocbI=hSW0JJupodq0|V|3ST>YuIdT`=U41UQ?OH zHF9(1jLC|e&d!#rzIWqt%Zqbr>m#qsO%+Z5^$tC7{;S${a!hU?sWChD6!gx%Ni&!X z>s|7#+8r2@E_X>;X_>p^A74UPk}>SFREU^z**|)}0ASznEwjORPnc1y=ZvwV@dUv>5msW0ETB3++HNcY~I;%{k^ zuXfeR$rpRo*X6CMr!rW23q7j$T!DNW_nA5sUM8n!UX;^AemT>YBz+&I$ywti`L3-? zooo778TB>teSV$%&|aZ_OevM08Z%Y@b<1R++LZGlC)Hr|VKq3oRa~|8hU;>xKXB|9 zEvPxsKkMf|wAoQb+MJ0K+Kqdvw6OL|#@r`r{o$QgwFvEXZ{&`nT2$8i{+mh~jhiEj zz4Hn^+AXrg8y!4iM1M2jzjdhFxb2fE-k6?YZGKCHf5EYGBlZP{f8oAWhP$-I8@DaS z@MIqM$7jB3BrLA-CdR*~CC$0wPY!9&l7DUXE(&m|McocPb*xm~-ZyUC;UCfOJW`}B ze&djycIaL0uAMvdCA9~QrJGaqW!@$&J$tV#&&<_V#BP#|@G*1c^gLNPTxPBsPL|B` zqk2~7^|HEszj^oDn^MBv23PNMdf}VA1?P#!B*tT31^^BPJAJC+@t=lZAOPA7Dj+$EWJXu%Qr9Y77 zl(OPh{lTz7DNlP@uW$ya^>eHB_5B0tq09ODhT|RT;j^jwBX7Q?Do^;#jnC{>Rm~~p zqvcgffA$7*)0%pDtbD@U?A|EV8GYvCGjgTIJ+9YWh?gxh&gfgZX33KmKGL@y9+hof z2ld+5LR8(6r}d|5epB1`l<5xVHB%-(0h6zjZ&RI9ozq;?T=?I7M53J5|GGq8k^qtU z9*0XLEK;V6q%L*L{QEDHf6dPE$!hD#T46nTXuXIy91gzzdJ*yci^W~FF8_m1Cy?bK z>$9~Mh^!D$SBOjI0=0GO}i5(a5Ti zWh3iG7LKeOSvs%T3>*pwdtyKY}1V{~#A|O>j%7D}XDFjjpq!dUkkYXU! zK+1vC11Shn5u_xxR!xwiAXP!ig46{m3{n}SG)Qfb;vm&Q%7fGgDG*X2q(rt>jgTVQ zT2(^IgwzQs6jCXqR7kCmVjQb${>kVqwwQX;iPipfz;q?{b}L<-7LQKY0C zHARZbQB|a@NL_8M!XlMLN{iGMDK1i7q`XLdkpd$XMoP?4W2DF&RYuCpQDWSv ywMxxVYoyp5)keyV)Eg-{{y!@oWEFm4f|dH%oJ4n$J1H(9B{nDC<4$&ag8l@yuiuRT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimbu b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimbu new file mode 100644 index 0000000000000000000000000000000000000000..95a9de9657f5b8b15aacb6e05c085c7e11bb8f55 GIT binary patch literal 189 zcmWHE%1kq2zzdjwvdlotclDWQiDIJf3Pzwv2oFe)Zv+Dike$H5<>MQ|plx7kYyc$9 a7(z%e^*<1ROa_@poatOPKs)So&A0#reHiZm literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimphu b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Thimphu new file mode 100644 index 0000000000000000000000000000000000000000..95a9de9657f5b8b15aacb6e05c085c7e11bb8f55 GIT binary patch literal 189 zcmWHE%1kq2zzdjwvdlotclDWQiDIJf3Pzwv2oFe)Zv+Dike$H5<>MQ|plx7kYyc$9 a7(z%e^*<1ROa_@poatOPKs)So&A0#reHiZm literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tokyo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Tokyo new file mode 100644 index 0000000000000000000000000000000000000000..26f4d34d67b46513491f26c2e661c6e653cc130d GIT binary patch literal 309 zcmWHE%1kq2zyK^j5fBCeP9O%cc^ZJkbvvel>u)1J-1zaU;O1HD54YJFKHOd_`{B;B zM<4F?{Qtnr$OM5549(0y^$a}=7=fDWCNOY7NFU!21}_&N4h{iHGlFmk36A&=1gVFX r6o6=uW56`fK_D9BC=d;D7>EWr4om|b2%uJ@rHtn&sY)%Ve5SCGBi9yhapg(jlw7Nv> zP!JJ>IO-DdK;S=a5na0VJiPn7d-n1k_WPy}o$L;a zzb?=3)3}lQl7UbA-aZ|iDqj{non2m*6Q%CKlF}bg!Rx=2DF=KjqhJJC^E-)VvNvzvy+LDP8G%t=D^B>Y($p49>on8$P~MRp+m% zs<9Wc`qg6@dXkehxm&XK=2f|||D4=(wnxh2?Q-*xejPq@RBvhM)>{uW>23bKIuZ`( z$j@qB?^CjVvRH4QtB^Z}XLNMJDP#A&GB!G`8=lRo#w&Ab=bdq-PE4w%zOUA<#B&wz z8nbp+4yZ(Y$l6obr&3~R z*0!_=$%wh?%~i*1gu^W1NdLn?=gnfM$Y6O3!$k(nV#u~;(8#cnfwLGoGI(V8NB~F# zNC-#_NDxRANEk>QNFYcgNGP@@79>5)~2_5*HE}5*ZR2 z5}U0F4vEgzgonh31c*e4glKDGM1n-3M8ZVkL;^)3MM6blMS?}5MZ&c;@gf1+nuw8* Yk(iO7k*JZd@xPAS6Em?l*4BA`0eEr{S^xk5 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ujung_Pandang b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ujung_Pandang new file mode 100644 index 0000000000000000000000000000000000000000..556ba866933d37f3cfcf8042045d64e209bae30f GIT binary patch literal 254 zcmWHE%1kq2zzbM_vaCQXy6{u%gk54+C!Fq(ZMYQnu7Ht=87P*v$ zbrTqPz-$2@-w+00Al5dp0AfpqaL*7&h7c00{0{^mYe6)~Y7h;w9z;{%1TK(6bS=05 Dzv?@= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ulaanbaatar b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ulaanbaatar new file mode 100644 index 0000000000000000000000000000000000000000..2aa5cc4b84d369b03684c30cdb66b7abf087f467 GIT binary patch literal 877 zcmcK2yDvjw9Eb6@R3a`>5(%oUOI@oJb#LoFX$MjyE(2*KV(<=~5P1hNA!jgDV>m-M zHiE%uFxXrMF)~=>B-kXJr+F<7cb+*|u-r!UefcTFL9R zDt-Ji%5Eace(96t$1TcnSR|c0h03-5AuCqiRpso1tQxyl)qNMz?KxL9_N1)MJy3Pl zGo$X~Ow>OojE1{}XuMi8Jf~}-DK%$!_vb|OR>)|HhlDRyVYJTAsJ2K@wg&^s?{&!z zhf{UtTV(I+iQad5tOZg>dT@VF3vKP{{c))c#8&me=!7;jGOiE%{o07TT_1If+a`;X z`c&3}oci3*r(cGpB{SoXe?r9kY_up@VpFqZ3n7)r3rC{D5(%oUOI@oJb#LoFX$MjyE(2*KV(<=~5P1hNA!jgDV>m-M zHiE%uFxXrMF)~=>B-kXJr+F<7cb+*|u-r!UefcTFL9R zDt-Ji%5Eace(96t$1TcnSR|c0h03-5AuCqiRpso1tQxyl)qNMz?KxL9_N1)MJy3Pl zGo$X~Ow>OojE1{}XuMi8Jf~}-DK%$!_vb|OR>)|HhlDRyVYJTAsJ2K@wg&^s?{&!z zhf{UtTV(I+iQad5tOZg>dT@VF3vKP{{c))c#8&me=!7;jGOiE%{o07TT_1If+a`;X z`c&3}oci3*r(cGpB{SoXe?r9kY_up@VpFqZ3n7)r3rC{DFb;1VjD<0ZxOsY=Fku I>6&o?0LBIr)c^nh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ust-Nera b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Ust-Nera new file mode 100644 index 0000000000000000000000000000000000000000..d05726aba9fd67bf230290b3e2d74b75e46ee214 GIT binary patch literal 1238 zcmdVYPe_wt9Ki8sZOdsLBuZCnr7c~y)NPr}HrLWrY+H%#lGUj{P$T#e9i$+F{y=1Z z4$)ymf2gp)qJv2c4?7ecln9XyR;TJ9K|I7RMPSeOwZo7u9eZA0KJT9AWrz3o%?unp z5>|g*OaJV47)6}sA9oV&+1q_9XQm3PCVhRL@t~|8 zsTJ?7WwK_-E^AL0r6&7DYWKa9b;;M_i@uQcfyYwk$w~c^%i?#8X@7B8Z}>c{8U}Z( zhUrUs$^leWjgXaF8r5}ldQv4>N-J^w_@|ZbUk|26gAbtFohR zKzDVDbUS0Z$JZ}C-}Xwcy+wN8L}llvDoH-|N@_B!(^uwX*YRQ^lgw+|B8T0&oQq4Y zGFQou(u0N1<`^l%Q;o%bp9Q7Qt6Be z1S95dQ-M&(++lME`D>+Y^DFZY6P`1RDI=3+F>Pex$kZ*(t6r69E+#URxnOu-bDnm*`YD0=cszb^{ z>a#QjA{APi5|J8_B9SVQGLbrwLXk?5QjuDbVv%Z*a*=wGf{}_XP02{jmZoT=YNTwW VZlrLea{T{FuZWrUqz4AiwaH(p z`h6NT=HC1GL_9M+F|)EM5X;uoUYhrLh8KOSPmk4pn#yi2EY5G4v$OtuM7K@_wQjsY z>qj^0wyR~@F!V*YpIp`*$@kjW{YIOtm)h)qqC2bZYry?l0$*oj*YdQtWjNz)d3R5C z&)yR2#bw#^Xh>S`o|3)SQxd!wkb>b1jO)s7#co&Fl> zT=<|}-@nO${H%5t3KE`NlAc^%A~#;i!LbK&=6{%(*C)qq;7A}bTYT%Dlc2R+!ZC)y7eU=O27E?-s2Xz zGQl4^a!1Vl*mIXhWb~m_7vGB~E^|_RM$9wCbE)o6rNs($iDld772?OlwMP0M*8FK; zQOv6R49jBH#VqXDtc+P2vo>aN%<7osG3#Rrz*K-K0aF8}2uu~2GB9;u3c*z3*pvd) zf+@zasRk$qs0Szrs0b(ts0kCr~J+QlL~!tw6DkO|_VE9h-VF1!F44lnm62|No*Z!zS@as~xKR1>&{! A>i_@% literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yakutsk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yakutsk new file mode 100644 index 0000000000000000000000000000000000000000..ae65a5f9b94d196b29b68ddec7862e098d829b59 GIT binary patch literal 1193 zcmd7QO-R#m9LMqBKc^0r_+CnDnJZn(rZ!i}mQJ%}qMH;oh>{}cfu4vFMF|l>kB1T8 zLlH!Wo`aAsJsiwi3KbGmo~(mlhw5MwT_U1>@4pR3bm`V_u-AY8{n=rkcY4d--4XNG zQ~LXEyOnFX{`S+hM>mJftl-AX?22>a<=(SX<=>uculP8SnKL#yK6j)o;~Pxry#BaW zUTx6%*($9%F6uwv=z`uax-dDR)y<I)fMY3}6wKk7^ke1t@B|h*%TF<6fQ4?^RTs_aXm_ zKd-$WWBP9J$7W6%d!4=Jc#S!srY!fKyW`k9xo3=hCU@VIrFzmP6poruW7rzw$BZ+5 z(*LmLPkUGtS(U@G$hyeFu6AW)X=H6=ab$I5d1QU00Hgw>1f&L}2&4+645SXE5Tp`U zTMAMOQjDvu1}O)r2Pp`t2q_7v2`LJx3MmVz3n>h#3@Odk)`k@4YO6!aL+V2cL@Go| zL~2BeM5;u}MCwEeMJh!~MQTNgb+y$Z<+|E>k%Ezmk&=;`@&7Nnq{SxQS|2O<1r5jg A!vFvP literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yangon b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Asia/Yangon new file mode 100644 index 0000000000000000000000000000000000000000..eef37b42e8a0e7179f8113bea01f4a71d668e8ef GIT binary patch literal 254 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 M5)&5cz6-1H2SbuJPXGV_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Bermuda b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Bermuda new file mode 100644 index 0000000000000000000000000000000000000000..527524ed295aba41b9a0448ffd7993c489a2cb99 GIT binary patch literal 2396 zcmdti|4)@w0LSr*n8TY8DHI8qXoVPD;o?OE3^n8qggDB@_#$*N5J8C`K}e#Sl+rJ> z6ajCJVtn}lIo|cDxb9mfueZD{ zCZ^nSvZ`Cn?3u5BUNcAeE$x-_0}l(ktzFu0H;DW7KDl7*J>@@8AOpUsR}XwvrvpF8 zR}Z#6s~0vVsYMlQbx=W=3eE`C4<*j3hgaOwAb1i!B%SC*;B*{@`j-L0Y~ zj>wh2M5!nH8)fupx`^p4l8)XLVpa1x8T+nX#FZClXYH>d-kq#hZ@nN~k>NVQ`Gr_B z&#MzdhgIUt4ZZg636(T7sFTOvQ7JuIuKTW5J=OMuO#RTK)>n7Q4J|cdW6oRh>C#-0 zwrZE$l;#qfem|<+F-v`J_9$E%Fq5}kP~SZ(guFSD*VMRrrMeCAY;$l0DMMf)FO zOG<>?T6az4hWScQ-nYVYcUo?9b%<@#K01F%pUOWor3+?{s=}_bx@e+FZErcQi~CDd zNolKou5-PT+1>K_gT-P;%pv(gd8#P&uasr(2vK$`OO{9ait_UgSut-~RD2#ND`(D$ z-G`&~o{Lkesy;x!*mG7@=iSyXwH;SAu1mVMx>da#d{Xbt*{$}@j>!7NL!y47S2l!H ziiZAn+4yIcc%^fn+<(m>nwksbt9^l@xg=S>cI1wj<73WT-~Z(CdIytiHm`Ri(`T;r z?dSDgRz3^7-g5)Cz^rVKZDX#v#tmuans3j)Sen;76$eAok;NgaLzaiE4_P3xLS%`^ z8j(dJt3;NGtP@!%vQlKJ$XYGUVv*Han&l$vwKNMxR%~gOjI0@1G_q=B*(M}5){QJ2 zS-GWII7qDFIRgqzFhAkTM{3Knj6W0x5;1sRdFDq#8&$ka{2m zK`Mfj1gQy96r?IhS&+IQg|Rf1K}ut3YJ(I9sSZ*eq&`T2kP0CsLTZE*38@lNCZtYC zp^!=;rLr`&LW+e{3n>>;FQi~d#gLLAHA9MqR1GN`Qa7YLKMr z>W35%sUT89q=rZlkt!l(MCynX($Z8CDW#>UB~naFQ%$6tNIj8)A{9kSiqsS-DpFOX ztVmsv!XlMLN^5Cqixk(=R2M0)rKvAcV5GuGiIEy3MMkQOlo_crQfQ>oNU1GNt&w6| ynrb8Ewlwud3XW79DLGPer07W1@&8wLyUF`%llkcEc!$#w8=V~&=ZJH}+W!Xk<^WLu literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Canary b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Canary new file mode 100644 index 0000000000000000000000000000000000000000..f3192156ff043a529461aa9004a8de9dda326f7d GIT binary patch literal 1897 zcmdVaUrd#C9LMqJ2qGUvpA-5QdEdkL@gpEV~`qiI@cUy zpEjm*<+A0Nb4p%NT_Cmo&X%&aWKPYs<;woe(acdgM!)ydO`BKVwE3{Z>ltU`>ihmg z*KTdh_wIVeyT9<^X>}jo6MJH7hcA?l%$yP_@}?HtR#L`qnl|M-CC8js^39Jl{n~qa z;M=2m@Uu6Ra%R9%Pxe~cTW{NpPFeb{JvOtc#b(uRwAocr%P20lhk`|xnVMyDCQi4k zxH4tkny2g^GnF$mO%H!DL67wPrQoq&G`IV*a`%0$yd7s0YB;5E-6hL!>9c~8ew(-Q zpcSSav7-DoD;n*v`6=C+e|5brxYMeI17-Hul^PZI)T^X_p%(2g)#5i(wWKjarTZ4x z;}vl#Ye=ytGOw$=Y}6{^zEWkz_f~o1CtDixi7g#GYfoN#*PiMV%qfLrdRqC1KWm*-?(W;S+q-A-Frl@wI5SQSBC=QVq)X|_n)z`KjeAt_ples znR)S^H^~AM|NCAQiF$KGVQ+PL)P1U>d>04={v~=3r#t2z&KEgh{sU*s!zm-@jGQ!b z*1qnvk@H4Q96593)RA*XP98aXgfR3U~c7%9jt%njv* LgOPBEw}gKHM@+Br literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Cape_Verde b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Cape_Verde new file mode 100644 index 0000000000000000000000000000000000000000..0d0d31a2f092d03f8512ed9c34f36a3f3f21209b GIT binary patch literal 256 zcmWHE%1kq2zyPd35fBCe79a+(c_uwuwcyOuISQ9bY6Q5&zdJB8F|+*t|MCk1!~g$} zA20yfA3rd1AlM8XKE5Fgx&}r-Y{*rgpgq8e;@$a3!*`GgJ_WbAhRfO1D6fZ IO?HM{05M2Qh5!Hn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Faeroe b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Faeroe new file mode 100644 index 0000000000000000000000000000000000000000..4dab7ef0859c244b916d61b7489d7371881e0ca2 GIT binary patch literal 1815 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Reykjavik b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/Reykjavik new file mode 100644 index 0000000000000000000000000000000000000000..28b32ab2e0b9053f39a91d9f28b6072e41423954 GIT binary patch literal 148 zcmWHE%1kq2zzZ0GvP?kCG3nVP561uh|5!kkv-tRiFt`J82nmM#2LhZ1aRE&;-~s@2 CSQl9U literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/South_Georgia b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Atlantic/South_Georgia new file mode 100644 index 0000000000000000000000000000000000000000..a2b59a9d1088690cb2f9ad9011bfa59e6cb5c658 GIT binary patch literal 150 zcmWHE%1kq2zzZ0GvP?kC(EubE|Np;xfPvxv|Hls)SbTg#7<3Jc7(z%e(AxL{_xCD%FG7K#B6)me6;qX$W;x?oaIoDzlUW0{emjIu9Z)wXVugDmYfTo z5^mQo>3*3})!(w7nwtm3y601#+VfFScVnNbKOB^viC)zZuafIW>(vJDqTCpBsKyoV zWRtH>G<}+u%`QVUznC|@Uq6VJdl_?6F)LaxT`}9#l-PWH+-$!%A;g{ortidc^Qc8{vgp98YX9amj%8|9WCt*ZM$rR;grQVdNNO5umw6TQc7m-?=H6I)aH zv^>2s(cg0`y=~-6Vxam$I@13v5m`K%jyBv)MCW&>W6rr^Z01O5$LBl6__d+Z&cbAI z@QknIC|kDVtti*;(u=?QU13@ItYO&Sa?5&EbS$^5oN27Gtc8+eH8+O7;eK#e(%7p{ zn+WLBp^x84{=<%ze#XwZGRU6DrpT_yw#dH7#nP z1*8Y038V|84WtjG5u_8O6{HuW8KfJe9b4TG(vYq02x$rF326%H3TX@J3uz4L3~3GN z4QUSP4r$L;_lGoSt2;zmM0!M;M7l)UMEXP;MLI=VMS4Y=MY=`WwblJ14cqFDk(O)QJQ&fia?ZQcL? literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/ACT b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/ACT new file mode 100644 index 0000000000000000000000000000000000000000..0aea4c3d43e504dafabc031d7ca9cbe8db46163c GIT binary patch literal 2190 zcmdUvTTGXA9EU&ulo6zojxH*U)-=Z=%8eBQtBVe#Il5_B8|$WGX7+pDy6mRAdfx5#ynCJ|%$97M)faB@d)n--6Wy9! z)@*ZZ$mXtoP4nu0)ZKIUYJUEp=8s>~g2XN@7`~*$uwzQ>dPfV#g1Wc$GfVp7s4Z%G z%aXerET!~_`HvS_>gIA=+?ZxdmS@`1jZv01E8do+PS~;=vh=t}rCsE5}C)+fB#Y(RZS=n%}mG_>tN6uf?qi+ssbL)rN@?w`BYid`;wqts{^nfb!f~rcd zR&_$LYNB&gJH5fS`YLVf&qcOvG|TEfPqXcP_t+EfM%k06Z?&ghnXsqrn(e6n*6O#1 zs-f&RHRg{gm@%Sf5(l(1rboNN-qx;(Q`$XtR88NQ_I%o)XFsUabKQsS`Hp7WdwhpA zAE>Z>jT>x|@0S12BOSizF0xLZ^|@R9a=XI*I@c8hv?@D`qbMNxd<-u-us>jfzz%^edUksRHVNz!vrW%#pO}q$c00vv6|+~&W-+_PY!}!sX2X~r16v06 z3~bu7+cmIl&u-tq#yz{816v37j@dkB_n7Tt_K#@*rURH3V0wUQ0;UU?Hh6Y@z%;_M z>jb71m|kF-0dxas2hb0oAwWlfmSB1UGzHTYOj|I00UG1kbp~h+&>NsRKzD%l0Q~_P z1at^!5vE6&CSkgSX%nVTm_~Vaox-#V(<@A~Fx|qm3+NZnFrZ^V%YdE%O#`|Hv<>JR z&^VxTnAUlAy~8vQ(>+Z4F#W?c5Ys_S3o$*!G!f_`&_ZW=qAuk ppr1fPF&)LU6w_1ue{O0xbzPL|r?g20ss7~DWPeh@Qk1eJ{7;jB{Fnd$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Adelaide b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Adelaide new file mode 100644 index 0000000000000000000000000000000000000000..f5dedca59e2b220f7395c73f60ff26e610373e8b GIT binary patch literal 2208 zcmd7UZ%kEn9LMo<|1iFn62urI4dPFx6n`#Y3=9!PQj!aVHv3bXr5f#ZYxJjS>WTYaJ;N@Ix&FT1@@lHw`uTSGPL^3@Q$sFIP_e}N3y^)KW zb?K01_b=3(lOfIBRw3SljhffIUh}(3v|vfOE~-n>`;zBtVZNn>e@1K3yksf*YD$a$ zn3lz7$Mya%C#7WI2U&9FoRo$?kflckq-@h$vTX0DF0a@pQO zRUb}`*R`{qx_0^(edPL8t^fLpHcXt?#&<{b(No__)6ivUj=U!=IxLTc24&smh^()F zK^|Y#BO8i3WaGjn*_7my*7%UNIRe^tqfs|cuGYZC5^W#N){eJRbj#~;+WC^DPxRi< zCxhQ;usv3uYM7R;%AaIw@uY0ayd+QGeoneQ?@0IW1G0VUkc7VIlN}dA(sMc>J5Ro% zyN-qRnS1=) z6|yZ`voB<0wq|F@){wm+n?rVoY!BHVvO#2r$QF@3BAc`|yF|8WYxaq3)Yj}2*{ZGC zE3#Q+x5##p{URGic8qKp*)y_fWY@^Hk$oc@w>3LQwr*?oj%*&;J+ggd|40Ln4j?T+ zdVn+m=>pOQqz_0VY)vPSR@j_mK7>{X-gvbP#DF(nF+)NEeYdB7H;}iF6Wa zCDKcznYN~zNIQ{!A`L}4inJ8zDbiG=t4LcNZl~)eI{%I9?gRW~Fo~Us>r80fGl?~I gwL5D!Hip_}7cVaG@+`}j=grB>@n-oJL2g0J-ZwkLDAd!93UFxWH1eMHi!l}9ZUnA528U{ z0MQ_CfM}3cKs3lZAeVu>1foIS0s)ZMz%QKLjx`V Df+TPt literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Broken_Hill b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Broken_Hill new file mode 100644 index 0000000000000000000000000000000000000000..698c76e30e91f568a29daca12993cfacbfdbf83e GIT binary patch literal 2229 zcmd7Ue@xVM9LMqRaYww56hxho2Js_i6h96y28M_tDairhWd{Li{y;$T!om|xS$X4K zHb+)^b8MN8fvv4&1?t=yb4fYAAT7v|vGk6nrtE zg}+bB;yfn=ck=%W$T)zMiOCUyjwb=PZ4s zYf85TzSclXj67O9E$!t$%J#x>c`W^sJbv>z>2SX(9l!O-j)_AO{H$AcUI1Nq= z@&(;}ETm5y?9e?=HtF7Wzd9We*U@QN`+CiTY&}2VFi&+TY`OosR(O5ZveFe?*7z*T z;jn!Fzl|IC1atJ57w_jxn`8St-H08ozOQiCY-a%3jIG%XvK?EqA7n$wj*u-Od*Vyj z6tXL1TefCj$i{5V&XBFyn!O>LLw1L357{5GL1c%>7Lh$7n?!brY}3~46WJ)TQ)H{Q zX0OO*ZOv|x?IQa{HjL~T*)pUUMmBD1c8+Y_*6bbGysg* zGe~QY-XP7fHQhnlgY*Y!5Yi!}MM#g3CLvuy+Jy88X%x~aq*X|-kY?GMZXxYL`h_$M z=@`;7q-RLekgg$ZL;8j^4(S}yI;3|<^N{W#?XxxgLmG&55NRROL!^mF7m+q1eMB0G zbP{PL(o3Y7NH>vo+M0eM4MjSNv=r$n(p03YNL!JjxH*U)-=Z=%8eBQtBVe#Il5_B8|$WGX7+pDy6mRAdfx5#ynCJ|%$97M)faB@d)n--6Wy9! z)@*ZZ$mXtoP4nu0)ZKIUYJUEp=8s>~g2XN@7`~*$uwzQ>dPfV#g1Wc$GfVp7s4Z%G z%aXerET!~_`HvS_>gIA=+?ZxdmS@`1jZv01E8do+PS~;=vh=t}rCsE5}C)+fB#Y(RZS=n%}mG_>tN6uf?qi+ssbL)rN@?w`BYid`;wqts{^nfb!f~rcd zR&_$LYNB&gJH5fS`YLVf&qcOvG|TEfPqXcP_t+EfM%k06Z?&ghnXsqrn(e6n*6O#1 zs-f&RHRg{gm@%Sf5(l(1rboNN-qx;(Q`$XtR88NQ_I%o)XFsUabKQsS`Hp7WdwhpA zAE>Z>jT>x|@0S12BOSizF0xLZ^|@R9a=XI*I@c8hv?@D`qbMNxd<-u-us>jfzz%^edUksRHVNz!vrW%#pO}q$c00vv6|+~&W-+_PY!}!sX2X~r16v06 z3~bu7+cmIl&u-tq#yz{816v37j@dkB_n7Tt_K#@*rURH3V0wUQ0;UU?Hh6Y@z%;_M z>jb71m|kF-0dxas2hb0oAwWlfmSB1UGzHTYOj|I00UG1kbp~h+&>NsRKzD%l0Q~_P z1at^!5vE6&CSkgSX%nVTm_~Vaox-#V(<@A~Fx|qm3+NZnFrZ^V%YdE%O#`|Hv<>JR z&^VxTnAUlAy~8vQ(>+Z4F#W?c5Ys_S3o$*!G!f_`&_ZW=qAuk ppr1fPF&)LU6w_1ue{O0xbzPL|r?g20ss7~DWPeh@Qk1eJ{7;jB{Fnd$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Currie b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Currie new file mode 100644 index 0000000000000000000000000000000000000000..3adb8e1bf7c6ec51f1c100538799271d7d7a6e6f GIT binary patch literal 2358 zcmds%YfP4P7>9qa=m=8Da*7C~R-8f(9w8M^990tI1%VV%Ia($NB3ZuOQ|oOlSDBkk zOOVFsiv#JPH5Qp|tPxmSN7EeD*68Hgn&nXGxt{vim%g>GXS=Wep6|cQTT)XwNB_v! zzyBU}%zL6a=h&xB_EJxxUcQiS$8EE`#bcIT09%_#QSOdGUWD~{=|njdxd zti8G?XFyS7HYqx`Q_;V@shFRKEcTOT#SNUZdtcw9_>=86`|t)O9Q0daLz!jKUw9R11GU%6yOmj|u* ze6N-CcG-hxE^5Q81KQa9j!K{I)TX9Zl~uo>%|-jPCA(f*Q_58yQ=p2_OjS;*vntOP ztNJzHs)y38=HvOc?QE1ibZV+SeBu_{{`@t2#D1_HwO?87wm{Vt|Dl~Z!>UicpoZ9f z?V8r3#-NjGymnl>ho4i^m!?NQsMDUew&=0$gZ6lv&-NbLVZME3_QcM07T_84AN{0f z!krQ5XqU%X#Ivmm`s=RA^=f%WIw#*Nc|7v|i(QR6G$iOd%)T%i!|V*RHO$^Ho5SqR zwX;3U{xBQF>=3g>%pNhD#OxBg+vLGM!PzKcr@&T$y<#>C?AEojUCe%6I~&IA*tN4| z%$_lu26hc>8`w9nabV}b)`7hPn+JC9+Sxv^f1m+C2V6TX0D9osX#%DTm^NVgfN2D# z6F@64y}&dB=myXZpdUa(fR4C!S_1S0(-fd9n6?0Y!88Ww45l?eZ!pclbO&e;rawS~ zFdcI3vr!cJodWC5g&@D{6fPP^bhUpllWkAndJ52++2DA<6 z8_+nQb3p5W-T}=6x`$~Wrhk|QVmgRvA*P3}ohD+sh-o9HkC;YcItjEA=q1ohpqoHD zfqnuF1v(0}6zD0?R7_W0J8i}E71LNuXECkC^cK@xOm{Ku#q<|wFwkM3#XygNCIek| z?X(%_Gtg+D(?F|%USpb#={Ba_`2W)HU`jqaIf<&r=O!m5Bqt=r=gvckbA$f`>c{K^4dO zc7qOPMkWYkV5nLFRL?MZ1tU;%>kI~dp3EU4p68-Pm>HSSAp=9j z1)vQKoidC->#BJexFDpDZwQ07fu)HlkhB1j42+BnAtX5aKM<5G@+O!DdKE;2ybGd1UIx)1Z-Z%| Z*FiMM`(T>#AmFkA2Zx=mg_VgZ7XW@=XFUJ_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Hobart b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Hobart new file mode 100644 index 0000000000000000000000000000000000000000..3adb8e1bf7c6ec51f1c100538799271d7d7a6e6f GIT binary patch literal 2358 zcmds%YfP4P7>9qa=m=8Da*7C~R-8f(9w8M^990tI1%VV%Ia($NB3ZuOQ|oOlSDBkk zOOVFsiv#JPH5Qp|tPxmSN7EeD*68Hgn&nXGxt{vim%g>GXS=Wep6|cQTT)XwNB_v! zzyBU}%zL6a=h&xB_EJxxUcQiS$8EE`#bcIT09%_#QSOdGUWD~{=|njdxd zti8G?XFyS7HYqx`Q_;V@shFRKEcTOT#SNUZdtcw9_>=86`|t)O9Q0daLz!jKUw9R11GU%6yOmj|u* ze6N-CcG-hxE^5Q81KQa9j!K{I)TX9Zl~uo>%|-jPCA(f*Q_58yQ=p2_OjS;*vntOP ztNJzHs)y38=HvOc?QE1ibZV+SeBu_{{`@t2#D1_HwO?87wm{Vt|Dl~Z!>UicpoZ9f z?V8r3#-NjGymnl>ho4i^m!?NQsMDUew&=0$gZ6lv&-NbLVZME3_QcM07T_84AN{0f z!krQ5XqU%X#Ivmm`s=RA^=f%WIw#*Nc|7v|i(QR6G$iOd%)T%i!|V*RHO$^Ho5SqR zwX;3U{xBQF>=3g>%pNhD#OxBg+vLGM!PzKcr@&T$y<#>C?AEojUCe%6I~&IA*tN4| z%$_lu26hc>8`w9nabV}b)`7hPn+JC9+Sxv^f1m+C2V6TX0D9osX#%DTm^NVgfN2D# z6F@64y}&dB=myXZpdUa(fR4C!S_1S0(-fd9n6?0Y!88Ww45l?eZ!pclbO&e;rawS~ zFdcI3vr!cJodWC5g&@D{6fPP^bhUpllWkAndJ52++2DA<6 z8_+nQb3p5W-T}=6x`$~Wrhk|QVmgRvA*P3}ohD+sh-o9HkC;YcItjEA=q1ohpqoHD zfqnuF1v(0}6zD0?R7_W0J8i}E71LNuXECkC^cK@xOm{Ku#q<|wFwkM3#XygNCIek| z?X(%_Gtg+D(?F|%USpb#={Ba_`2W)HU`jqaIf<&r=O!m5Bqt=r=gvckbA$f`>cd6_E}d5J3QPLZ|AFIDBF-=uQv7ghEAj#NLqu4--#$hvDM)%tLy0-hG z*?71|za!mdQ{;f&T)oe{yLyYR3vDo4USFxVCghs>SL)QZzJgN1Y*Yh{T?6lAH5x?YmU7jr@hA+ z?>M~!fjGzMJnc+!oMYbvrWF;3ou&B|VQ0SQWw`d~`cKaZ|BDM9v#+N3mIwR{mx^4g zuf160YJKhHBG>C{FBrLEqagdxpL&vk!$z07mr-Muf2Ta`h9Hy zNCij5-Ag@6Dbs_6e$&{6)6^}7AY60*Vh(|RE(62 z)Ql93RE?C4)QuF5RF0I6)Q%L7RF9O8)Q>CxvI4$#36M2F76DlWWEqfkKo$a731lgd zwLlgFSq)@4ko7sQy`Y<3ya*=z1-|m{(EtDd literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lindeman b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lindeman new file mode 100644 index 0000000000000000000000000000000000000000..4ee1825abfe65887069dcbd10bcf786d50ba0702 GIT binary patch literal 475 zcmWHE%1kq2zzSHPqM|?=#O7-N5_9|xHO$$g&u}_qGsEfQsSRhghc%pC?%r^2K{3Pm zcFhLn0?P&#UKs{e&$A4w?_V*fYp!QdKYxZnlXD`2=K6IES}%(kv}c@Z(7Dv#pj)w~ zftisB6EZM#uL0V{Flz%N(Bhs244e?s$2Ww*(bWY+1cxv%FfuZPkl_6PKv48{(G?I4 z@&=d&dIdy-yaT3zUINh|Z-Ho#*FZGLdmtL*MUcxt-UQJguYv%`yI>mVWe@;)8%zVe k4gw(WgK1z8fB+~MKmZgJAQ}`LAest6!UYN(T|)yd00dHiMF0Q* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lord_Howe b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Lord_Howe new file mode 100644 index 0000000000000000000000000000000000000000..069a95ad686c1139e2ff2b9ce94dc5ef5bc98c67 GIT binary patch literal 1846 zcmdVaT}ah;9LMqh$-Jcd6_E}d5J3QPLZ|AFIDBF-=uQv7ghEAj#NLqu4--#$hvDM)%tLy0-hG z*?71|za!mdQ{;f&T)oe{yLyYR3vDo4USFxVCghs>SL)QZzJgN1Y*Yh{T?6lAH5x?YmU7jr@hA+ z?>M~!fjGzMJnc+!oMYbvrWF;3ou&B|VQ0SQWw`d~`cKaZ|BDM9v#+N3mIwR{mx^4g zuf160YJKhHBG>C{FBrLEqagdxpL&vk!$z07mr-Muf2Ta`h9Hy zNCij5-Ag@6Dbs_6e$&{6)6^}7AY60*Vh(|RE(62 z)Ql93RE?C4)QuF5RF0I6)Q%L7RF9O8)Q>CxvI4$#36M2F76DlWWEqfkKo$a731lgd zwLlgFSq)@4ko7sQy`Y<3ya*=z1-|m{(EtDd literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Melbourne b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Melbourne new file mode 100644 index 0000000000000000000000000000000000000000..ee903f4b1fc292bc9cbec7b501a266030ef3510e GIT binary patch literal 2190 zcmdUvTTGU99LK+}$_Prya>zl+Ln#;nuZlq_dEl60C@%<WR zO=e7y=IElrXial0qS{y?vbyL%nxh+|+FUmkGqeBasmpGkU1S;z5 z7U>_E^!L{noq3;P?r2~4p|$s>YB2DQ1_x^G{Fzc4>dLbV9YGC;l5Ao_rcIhWLt#bn z7WPYqg{NM(@Gs&lBI>e5y!*RFUhTJ=PsHk$ufEmf)@zz__5($2zNA~*IyE(`Pq(!k z(CrB)HLa{p)Bf16=!|?tUpZkhvuiA7;8~0FXEnWeNN#pd5sVT+p5ZSnGDwq(O}OP`rwOa0@v^tvn~K3W+Uzq8D)F}t_- zW4mu;M9WT%YWcZdWgYxT_a8g16}6|da{oD7l@rqH>UPUcdChWGw_0x48s*Kcw7g$C zm4D@B6?}O>4-D+mnlp7;+qF@JNAtBVl&J@s7pSPA#MW2l+J>TgtawGD1=3=zWLBh= zMqRVg8$a2`tCy_o@&zj&?z4)%)ArEWi+cF=A#G}VUz?xn)|QqIRc<@1N6Pl8DnF>| zj2hJ>mZ&x+S9MbxZL6=!w*Fjf+eWjk{Z?yJCB_JK|049zU+;u|sP4+O+4BMm_mnm7eN(!Jh7HwY^7n zSnIw@d!}igPKY@z=SwFrbw=*&M|I$>&qxUu@%sBN%-! z2D1^*ZYP+ncy@ciYzDI%%yuyQ;m_C*W=Fu5Ji9$%Hs#sv3bQTGZeN&y4v1ZWDTE10%m`T{h@v+E4d8lX2obAavu?E(4& zGzjPr&>~EaFipaA3DYJ_pD>N`>^g;M6{c61W?{O8X&2BhpkYAAfR+J01DXbO4QLzC zH=uDq=P<4F?0Sc39;SPk_F?*mX&|P9m=!odjCx+4T}=CeTfw qoj^ZjxH*U)-=Z=%8eBQtBVe#Il5_B8|$WGX7+pDy6mRAdfx5#ynCJ|%$97M)faB@d)n--6Wy9! z)@*ZZ$mXtoP4nu0)ZKIUYJUEp=8s>~g2XN@7`~*$uwzQ>dPfV#g1Wc$GfVp7s4Z%G z%aXerET!~_`HvS_>gIA=+?ZxdmS@`1jZv01E8do+PS~;=vh=t}rCsE5}C)+fB#Y(RZS=n%}mG_>tN6uf?qi+ssbL)rN@?w`BYid`;wqts{^nfb!f~rcd zR&_$LYNB&gJH5fS`YLVf&qcOvG|TEfPqXcP_t+EfM%k06Z?&ghnXsqrn(e6n*6O#1 zs-f&RHRg{gm@%Sf5(l(1rboNN-qx;(Q`$XtR88NQ_I%o)XFsUabKQsS`Hp7WdwhpA zAE>Z>jT>x|@0S12BOSizF0xLZ^|@R9a=XI*I@c8hv?@D`qbMNxd<-u-us>jfzz%^edUksRHVNz!vrW%#pO}q$c00vv6|+~&W-+_PY!}!sX2X~r16v06 z3~bu7+cmIl&u-tq#yz{816v37j@dkB_n7Tt_K#@*rURH3V0wUQ0;UU?Hh6Y@z%;_M z>jb71m|kF-0dxas2hb0oAwWlfmSB1UGzHTYOj|I00UG1kbp~h+&>NsRKzD%l0Q~_P z1at^!5vE6&CSkgSX%nVTm_~Vaox-#V(<@A~Fx|qm3+NZnFrZ^V%YdE%O#`|Hv<>JR z&^VxTnAUlAy~8vQ(>+Z4F#W?c5Ys_S3o$*!G!f_`&_ZW=qAuk ppr1fPF&)LU6w_1ue{O0xbzPL|r?g20ss7~DWPeh@Qk1eJ{7;jB{Fnd$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/North b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/North new file mode 100644 index 0000000000000000000000000000000000000000..74a30879bc6180d588a706451226cb4c95faf79d GIT binary patch literal 325 zcmWHE%1kq2zzSHPqMSe)#O7-N5_9}ccFfsh#&J4i7su)2IUQ%V$99}u?$>c{K^4dO zc7qOPMkWYkV5nLFRL?MZ1tU;%>kI~%Tj6xbd4;gu z&K#f(40RJ2fz}l?FmOUhAKwrL$8Z-A5gfw6z{toDLV~0J13}3$u_quJ+uWJp!UZo&nJy4}n|)@)Vc`dJIH^JO`$M9t6=KPl9QnM?o~mvmhGeVGs@SG?)f@ U97KaW52h&%04`8a=vr_A0IP9yp8x;= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Queensland b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Queensland new file mode 100644 index 0000000000000000000000000000000000000000..7ff9949ffa93e44835ab133998b89e440094f909 GIT binary patch literal 419 zcmWHE%1kq2zzSHPqJlsg#O7-N5_9|xHO$$g&u}_qGsEfQsSRhghc%pC?%r^2K{3Pm zcFhLn0?P&#UKs{e&$A4w?_V*fYp!QdKYxZnlXD`2=K6IE%#2K^kb$AU0%$J7tPPAn zOL`VCa6(8Q-w*~zR~HZw9KyiB$jA^vf>ZwkLDAd!93UFxWH1eMHi!l}9ZUnA528U{ z0MQ_CfM}3cKs3lZAeVu>1foIS0s)ZMz%QKLjx`V Df+TPt literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/South b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/South new file mode 100644 index 0000000000000000000000000000000000000000..f5dedca59e2b220f7395c73f60ff26e610373e8b GIT binary patch literal 2208 zcmd7UZ%kEn9LMo<|1iFn62urI4dPFx6n`#Y3=9!PQj!aVHv3bXr5f#ZYxJjS>WTYaJ;N@Ix&FT1@@lHw`uTSGPL^3@Q$sFIP_e}N3y^)KW zb?K01_b=3(lOfIBRw3SljhffIUh}(3v|vfOE~-n>`;zBtVZNn>e@1K3yksf*YD$a$ zn3lz7$Mya%C#7WI2U&9FoRo$?kflckq-@h$vTX0DF0a@pQO zRUb}`*R`{qx_0^(edPL8t^fLpHcXt?#&<{b(No__)6ivUj=U!=IxLTc24&smh^()F zK^|Y#BO8i3WaGjn*_7my*7%UNIRe^tqfs|cuGYZC5^W#N){eJRbj#~;+WC^DPxRi< zCxhQ;usv3uYM7R;%AaIw@uY0ayd+QGeoneQ?@0IW1G0VUkc7VIlN}dA(sMc>J5Ro% zyN-qRnS1=) z6|yZ`voB<0wq|F@){wm+n?rVoY!BHVvO#2r$QF@3BAc`|yF|8WYxaq3)Yj}2*{ZGC zE3#Q+x5##p{URGic8qKp*)y_fWY@^Hk$oc@w>3LQwr*?oj%*&;J+ggd|40Ln4j?T+ zdVn+m=>pOQqz_0VY)vPSR@j_mK7>{X-gvbP#DF(nF+)NEeYdB7H;}iF6Wa zCDKcznYN~zNIQ{!A`L}4inJ8zDbiG=t4LcNZl~)eI{%I9?gRW~Fo~Us>r80fGl?~I gwL5D!Hip_}7cVaG@+`}j=grB>@n-oJL2g0J-jxH*U)-=Z=%8eBQtBVe#Il5_B8|$WGX7+pDy6mRAdfx5#ynCJ|%$97M)faB@d)n--6Wy9! z)@*ZZ$mXtoP4nu0)ZKIUYJUEp=8s>~g2XN@7`~*$uwzQ>dPfV#g1Wc$GfVp7s4Z%G z%aXerET!~_`HvS_>gIA=+?ZxdmS@`1jZv01E8do+PS~;=vh=t}rCsE5}C)+fB#Y(RZS=n%}mG_>tN6uf?qi+ssbL)rN@?w`BYid`;wqts{^nfb!f~rcd zR&_$LYNB&gJH5fS`YLVf&qcOvG|TEfPqXcP_t+EfM%k06Z?&ghnXsqrn(e6n*6O#1 zs-f&RHRg{gm@%Sf5(l(1rboNN-qx;(Q`$XtR88NQ_I%o)XFsUabKQsS`Hp7WdwhpA zAE>Z>jT>x|@0S12BOSizF0xLZ^|@R9a=XI*I@c8hv?@D`qbMNxd<-u-us>jfzz%^edUksRHVNz!vrW%#pO}q$c00vv6|+~&W-+_PY!}!sX2X~r16v06 z3~bu7+cmIl&u-tq#yz{816v37j@dkB_n7Tt_K#@*rURH3V0wUQ0;UU?Hh6Y@z%;_M z>jb71m|kF-0dxas2hb0oAwWlfmSB1UGzHTYOj|I00UG1kbp~h+&>NsRKzD%l0Q~_P z1at^!5vE6&CSkgSX%nVTm_~Vaox-#V(<@A~Fx|qm3+NZnFrZ^V%YdE%O#`|Hv<>JR z&^VxTnAUlAy~8vQ(>+Z4F#W?c5Ys_S3o$*!G!f_`&_ZW=qAuk ppr1fPF&)LU6w_1ue{O0xbzPL|r?g20ss7~DWPeh@Qk1eJ{7;jB{Fnd$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Tasmania b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Tasmania new file mode 100644 index 0000000000000000000000000000000000000000..3adb8e1bf7c6ec51f1c100538799271d7d7a6e6f GIT binary patch literal 2358 zcmds%YfP4P7>9qa=m=8Da*7C~R-8f(9w8M^990tI1%VV%Ia($NB3ZuOQ|oOlSDBkk zOOVFsiv#JPH5Qp|tPxmSN7EeD*68Hgn&nXGxt{vim%g>GXS=Wep6|cQTT)XwNB_v! zzyBU}%zL6a=h&xB_EJxxUcQiS$8EE`#bcIT09%_#QSOdGUWD~{=|njdxd zti8G?XFyS7HYqx`Q_;V@shFRKEcTOT#SNUZdtcw9_>=86`|t)O9Q0daLz!jKUw9R11GU%6yOmj|u* ze6N-CcG-hxE^5Q81KQa9j!K{I)TX9Zl~uo>%|-jPCA(f*Q_58yQ=p2_OjS;*vntOP ztNJzHs)y38=HvOc?QE1ibZV+SeBu_{{`@t2#D1_HwO?87wm{Vt|Dl~Z!>UicpoZ9f z?V8r3#-NjGymnl>ho4i^m!?NQsMDUew&=0$gZ6lv&-NbLVZME3_QcM07T_84AN{0f z!krQ5XqU%X#Ivmm`s=RA^=f%WIw#*Nc|7v|i(QR6G$iOd%)T%i!|V*RHO$^Ho5SqR zwX;3U{xBQF>=3g>%pNhD#OxBg+vLGM!PzKcr@&T$y<#>C?AEojUCe%6I~&IA*tN4| z%$_lu26hc>8`w9nabV}b)`7hPn+JC9+Sxv^f1m+C2V6TX0D9osX#%DTm^NVgfN2D# z6F@64y}&dB=myXZpdUa(fR4C!S_1S0(-fd9n6?0Y!88Ww45l?eZ!pclbO&e;rawS~ zFdcI3vr!cJodWC5g&@D{6fPP^bhUpllWkAndJ52++2DA<6 z8_+nQb3p5W-T}=6x`$~Wrhk|QVmgRvA*P3}ohD+sh-o9HkC;YcItjEA=q1ohpqoHD zfqnuF1v(0}6zD0?R7_W0J8i}E71LNuXECkC^cK@xOm{Ku#q<|wFwkM3#XygNCIek| z?X(%_Gtg+D(?F|%USpb#={Ba_`2W)HU`jqaIf<&r=O!m5Bqt=r=gvckbA$f`>zl+Ln#;nuZlq_dEl60C@%<WR zO=e7y=IElrXial0qS{y?vbyL%nxh+|+FUmkGqeBasmpGkU1S;z5 z7U>_E^!L{noq3;P?r2~4p|$s>YB2DQ1_x^G{Fzc4>dLbV9YGC;l5Ao_rcIhWLt#bn z7WPYqg{NM(@Gs&lBI>e5y!*RFUhTJ=PsHk$ufEmf)@zz__5($2zNA~*IyE(`Pq(!k z(CrB)HLa{p)Bf16=!|?tUpZkhvuiA7;8~0FXEnWeNN#pd5sVT+p5ZSnGDwq(O}OP`rwOa0@v^tvn~K3W+Uzq8D)F}t_- zW4mu;M9WT%YWcZdWgYxT_a8g16}6|da{oD7l@rqH>UPUcdChWGw_0x48s*Kcw7g$C zm4D@B6?}O>4-D+mnlp7;+qF@JNAtBVl&J@s7pSPA#MW2l+J>TgtawGD1=3=zWLBh= zMqRVg8$a2`tCy_o@&zj&?z4)%)ArEWi+cF=A#G}VUz?xn)|QqIRc<@1N6Pl8DnF>| zj2hJ>mZ&x+S9MbxZL6=!w*Fjf+eWjk{Z?yJCB_JK|049zU+;u|sP4+O+4BMm_mnm7eN(!Jh7HwY^7n zSnIw@d!}igPKY@z=SwFrbw=*&M|I$>&qxUu@%sBN%-! z2D1^*ZYP+ncy@ciYzDI%%yuyQ;m_C*W=Fu5Ji9$%Hs#sv3bQTGZeN&y4v1ZWDTE10%m`T{h@v+E4d8lX2obAavu?E(4& zGzjPr&>~EaFipaA3DYJ_pD>N`>^g;M6{c61W?{O8X&2BhpkYAAfR+J01DXbO4QLzC zH=uDq=P<4F?0Sc39;SPk_F?*mX&|P9m=!odjCx+4T}=CeTfw qoj^Z%Tj6xbd4;gu z&K#f(40RJ2fz}l?FmOUhAKwrL$8Z-A5gfw6z{toDLV~0J13}3$u_quJ+uWJp!UZo&nJy4}n|)@)Vc`dJIH^JO`$M9t6=KPl9QnM?o~mvmhGeVGs@SG?)f@ U97KaW52h&%04`8a=vr_A0IP9yp8x;= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Yancowinna b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Australia/Yancowinna new file mode 100644 index 0000000000000000000000000000000000000000..698c76e30e91f568a29daca12993cfacbfdbf83e GIT binary patch literal 2229 zcmd7Ue@xVM9LMqRaYww56hxho2Js_i6h96y28M_tDairhWd{Li{y;$T!om|xS$X4K zHb+)^b8MN8fvv4&1?t=yb4fYAAT7v|vGk6nrtE zg}+bB;yfn=ck=%W$T)zMiOCUyjwb=PZ4s zYf85TzSclXj67O9E$!t$%J#x>c`W^sJbv>z>2SX(9l!O-j)_AO{H$AcUI1Nq= z@&(;}ETm5y?9e?=HtF7Wzd9We*U@QN`+CiTY&}2VFi&+TY`OosR(O5ZveFe?*7z*T z;jn!Fzl|IC1atJ57w_jxn`8St-H08ozOQiCY-a%3jIG%XvK?EqA7n$wj*u-Od*Vyj z6tXL1TefCj$i{5V&XBFyn!O>LLw1L357{5GL1c%>7Lh$7n?!brY}3~46WJ)TQ)H{Q zX0OO*ZOv|x?IQa{HjL~T*)pUUMmBD1c8+Y_*6bbGysg* zGe~QY-XP7fHQhnlgY*Y!5Yi!}MM#g3CLvuy+Jy88X%x~aq*X|-kY?GMZXxYL`h_$M z=@`;7q-RLekgg$ZL;8j^4(S}yI;3|<^N{W#?XxxgLmG&55NRROL!^mF7m+q1eMB0G zbP{PL(o3Y7NH>vo+M0eM4MjSNv=r$n(p03YNL!JC|X)|Y6@S| zZBo;lMXjJM38H`UOs@MrnuVY{j?ckOzwfyl+qqfQbtUa<+@Ai^(s7|Ym{aA>ruJS% zZW;xrx^O4e=CIU8I)2UDb?WUIXnFRK)wbRbt{{ZR^`zN z5-)yG9MbJ(O1@9d_1JAm#`oTI@-pjB%suPL!y`%cJ?YF=Ue@z59gTF^JyB!yj#9={ zbR=esccpr{tKa*|s;j1^=j}-=_YVUbyBHc7Jk$=41VADnAwq2oBuJ=@f`mchAc2rb xNGK#05)6rkgbTItkbt2!A`%jb$#)VIiHd|p;v#{O$Vh1X*Vu_An|wK)_yKcM5BUH9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/DeNoronha b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Brazil/DeNoronha new file mode 100644 index 0000000000000000000000000000000000000000..73b4b336ab55544e6061409261c16cacc39aff61 GIT binary patch literal 702 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Atlantic b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Atlantic new file mode 100644 index 0000000000000000000000000000000000000000..756099abe6cee44295a5566ad6cd0c352fb82e64 GIT binary patch literal 3424 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 PW1>=HW20lEV*>sFRXeOf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Eastern b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Eastern new file mode 100644 index 0000000000000000000000000000000000000000..170137333f9f6dba10ac3ad7f32876aaf518c4fd GIT binary patch literal 3494 zcmeI!Sx}W_9LMp4A`*g#ikYIhq=>Q;E=Y;F5b6;ZFvacBPzJGhazQ9XE0=VpVM@bF z2UAf|Gu$vqLs3JUrd)6j@zIoA03X~F<@9{t+ivo%i(ckEpEJz4{(b*(3CUAKZU1;0 znE&wd+%zxWn=ddQIeVAOH9y=I-z*6{w)X2CQR`N?==JfNqjDFI*BiQ|i;YwJ=uPfJ zRo=k%I}&dT)FpK$ zzC@pGcR-yB&(r5^Yt;qsW%^>+=i*}BCRx^OmMAM%muIAW;yOk>c|2Oz z-sr8Ko{!Majn2}KRbES{=%yKOs%FX2y7`!{$~(qS zx9H`rUi53ETXyghFS%CfR`nW*R(IWG>nl~l=VYa9Q+!;s-SL}zdF>9-F3qOff4E$9 zh`*{kPRm!XgdfqJ27RVFdvDafU1uuay2H}XEnfMRZ;)MY^-$f4mPr57I1!MOECY9S z7eSeWW$^NrA|xqEht7B+!lGmJt0T%pxNkSzJ+w&lXy~DPw!Wx(R@~9OYWJ&%l9Rgk z?>QxAsHYO;z--6{JnoG;#pT_O7=P7?it(&T{t{ltKKc{(~^qKYnE zrei$%s+e8V^`NSbYVhi%a>&^zVV|2KhwkYhV#nF#uxw{BJTgd*m|Y=8`gqB>_+uij z_MRLSzD10>?x{z&Em5P7)aWsFc`6~dRF5rRrp7HS(Bq4ys|krK^~9W^O4xVHNlQ}1 z(-iP$8*bFtR?y^klnJv=Fi)DJtbdg@PUS>Q_5bx(Kk{_Ip z6mv6^-8Nyu;$mc-d@D)<@iPjGn_hGpf@ok?}(Y5E(&a2$3;F1`!!WWEhcg zL}lGB7=kmi477Qw4%co!oy?Y0|W?( z5E3FJMo5s5C?R1&;)DbWiIk-Y6%s2XSV**xa3S$R0)|8k2^kVIBxp#~kgy?fLjs3H z4hfy5i5(I=Bzj2rkoX}1L?VcU5Q!lYL?ntx7?C(4fwVM{L_%q4Vu=J3i6# zk%%H8MPiBs6^SYmRwS-SV3Eiop|v!zMS_b&7YQ#CUnIatgpm*UP)5@#gP zmL}3js4Y#bkziYzXd~f9;*A6xi8vB+B<4uak*FhKN8*kI-qJ)K3B9F>JraCN6MZE7 zNc@ol067AXLjXAjkb?j@3XsD9IS!Bm0XY(oL&4G<3&_D>X^sZuaIiGT19CthM+9<6 zAjbr9P#{MIa#$e81#(~@M+S0eSej!4IXEoM(SaNumge|C4iMxBK@Jh*7(osaka=ny} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Mountain b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Mountain new file mode 100644 index 0000000000000000000000000000000000000000..cd78a6f8be1dd55ac5afd25bbae39bd5706e42d1 GIT binary patch literal 2332 zcmdtiT};(=9LMn=gaRiXew7#s8fi%oAPgR%o+LOR8etU34pxx5GcCklf+M=| zTN$&N1S(-`g{f;cHqabyJ?PwVxvWIX%4XTWs3lG<2AKs_EIC}Cz_u&C~b1>BO?08vv{9DcLmwuEz?Nim>#!sX#`mzAI<*SSoL|uMSUjWYZX#EL#C8oGgI@&B{Y51ge9Dl zaDBwM)Ude5cAM)j^h(6pVHJ6#O`<;RRnc$vX#IMdx}kH6zHwu{y2)For>!VbF~tw+ z>A6Yj=A=7x?3_X~BiyBD1}B=Czs-}lZ^KQzKTKvF{mIOJ|FYcDd%`66X6ajB7%+1x z0(x%aXX>`>Z}ja;-c$2pj_Jf?QHc}hCCRl`C5;}Hf7(ku*3);V#1s+>y^I(Pi6$~*pxzWb{| zwP?Rf?it*r7H|7m?%lar`1^=1N^Ma^r~7qr zWQ{65*r}IX$yX(B^vTjQ)yCb@ArF7B*et8|N@-Vud1O(El=*^9d3>sPD!wzGYtd4f zecV)jpQ5W~UsP2iQF_J1h+4UKOg}o>ud3Vq`mv!-Ra19Juj*c-9(SLT+KvwMMCt)~ zvcYTWBDYI@QHiO);**BNRMT*xO1z=b#`|ubH2(0bS<|&#KXocfJ?+cY&kT&Irph?o zyv?tk&HhWTZ91gZ#hlmcmvyQ26XW8`IbeLF=VU|dcC%q_n6ba=twOVpRcqEDKo|vM^+2j&^Ct+K|N|t3#HDtPfcrvO-6@L}ZP~ zA|352k!2$5&fT9L&ft3{UUXxED@7+EpLl94rYEE-ug$Fh-ib1WQLImgnG zwR0>USv|6RWc`k|07wOp5+F4|ihxuBDFadmq!36YI7)%kf}Bc$b&&EP^>MTXLMp^jBBVwfMMA2?Q6{8L9ECzE zg_H`Z6;dpuT8_3{NWC0w!H|kM+L9qP<0u+ZHKc4v-H^f|l|xF0)D9^gQawjoKBRt* zwtz?l9c>Ab8gdj7sUk-ikveh|5~(CdDUn(t#YC!!loP3^qb(>>QAb-+q^6Fxs7O_j zvLbcmC@fN0j?yBvwrbMk?%RON`Xm(H0r0GE!!w&Pbt=N+YGl|7WdT ZHsT9y%v0Q1X_;y1DejDnw2ZWL*WZc*ZxH|h literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Newfoundland b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Newfoundland new file mode 100644 index 0000000000000000000000000000000000000000..65a5b0c720dad151ffdcba3dbe91c8bd638845c6 GIT binary patch literal 3655 zcmeI!c~F#f9LMp+gDcHj5j!juuoOA8R?9L2`Du%oBL1}16dpAygY5AtBXOLLDRsuQ zV=|z!f|Lj;T{Skl>`^gCP5U`+bZv-ep}BY;${S9wkjrz@V&n5bgwR^MMy}GWhrN~q8T=CXJi%T{=?R(7`biKZ&r~8d% zEv|Lu1^1gqt?R96J$!GcYw)1IBJHpcDhebBS(ht+X4j?JF^eFFLWr`K5ro=#C;jcF|o-WQ_| z_5VqHEy9(G_(B|xZBU1gm5C#r!sLPU z?y9;w&ssg=&ZwyCyNaIrza={4jEFwfBzt|Y#8vygmREngRa{fKMPB>bTG4yn-oSN* z*~aw~D+7J*&;P3Lkmm#a#!UCebek85y%4)X z7oPPG+ffp@<;WcWtrgYg@NF6X+g28vx4)9;ACXsR-mz?~F)|~^ywgZ9QU;}(sVSX} z)YA(BX#?Z^X$K|;Mz`PL+0POn?e1WHhl02|7a`%zjkKBKx0k*mWNDGi2*y<)A zT|nA^^Z{uE(g~y$NH1)4GmviB>UJRgKpKK{1ZfG<6Qn6fSCFad z9Hcw8x;;pLkOm}Lpq1F4(T1zJfwR_`;h+G>INbmL|TaS5NRUPMWl^LACX2PokUuR z^b%<%(oLkDNI#K=+UkxXEk$~YG!^M8(pIFeNMn)CBCSPwi!>MMF4A6G-Cv}^wz|Ve zi;*59O-8zmv>E9$(rBd9NUM=vBh5y-jkFu-H_~uh-EpMlNY9a`BV9+@j`SUAJkoij z^+@lL<|Exl+Hb4-k8A*2y#tUfV5|24vI&q~fNTR~A0Qh6*$K#2K=uN%8Iaw8YzJGt zACL`Ut9JylC2aMcKsE)kE0Ar0>K%e?5nH`S zkWFH%cL}mhkbQz|6lA9$TLsxG$Yw!y3$k61{eo;5TfJkDEn}B;d)@d*Rc6BFYT;}ar(2eU89 AC;$Ke literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Pacific b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Pacific new file mode 100644 index 0000000000000000000000000000000000000000..bb60cbced30763c08b6cf73554c8d6651ff387d0 GIT binary patch literal 2892 zcmd_rZ%oxy9LMns{^5_3Cle(?JE@7FBA_UWW*Y8_iKtvj%S61!b6&sk{JuY)g+&F) zu78{!_CH)st-XBr+hU)}gNNn4Ly_j|t*zW(dW z8Ondqtpgv%E7z_#9rRLf6}+LB?zU#Q>Ao~pddv+sJ*S3ANa7_Es@o(?eQUy9^%8z% zpXt?HExnuSRYYBd-0@kp>a%CBR&Q0PJGUC$cVmgVt7xt6mpflYW_Wb}3FFm(xN$ma zaJIQSEJ{ZQrfjyXp!mZtIYIkjoLlxW#w)>pfe&?s*IYQdS?4< z_3%42GVA0DleuZT%>Hzi$y&5t=Ilr?b0_7>Jg+j@F=^tN-(fsm10^TrgvmKSQ7;&D zRW0};M(6q))xzC={iyGNT2$7oAFJJ|@|GXfiz_#(C7C{1`r>x8Y*d{*Ubx;YkEoJ- zcdp5AFO$O9G*eh#AVnbqP0=SaWW|Mmd16PtUip2DTIF@?C#(IcI44f8E^k(A#`V%` zi;t?3$acLhYqwe#2orB=o$>nGWJ6Sy*-%?A8#~L))0Nfo%&7viskB0#JvhUZ=9S3i zUGXM3D7ag9`}{Zm0)bcGbh!e7cTG_DK%jh!E7bY!?YwGMrpGlW-QH|_AF+3i$NtJ) zt{~^}{EIpS?8%$#y@XT(DFspsq!^C28b~>idLRWsDuR>*sR>dPM_U!7EJ$6D!XTAF zN`uq}DGpK{q&!G{kOCnULP~_x2q}`ItrAiuM_VVPP)MbaQX#cMiiK1QDHl>Nq+m$J zkdh%aLyCq}4JjK^H%D7Iq;g2ksUuQI zM_Wmxlt?X+Vj|T<%8AqyDJW7=q@+kqk)k41MaqiQ6)7xISw~x1q_#+Lk?JDlMe2(b z7^yH)Vx-1Mk&!ARWk%}kXbX*0+R>I8sWnn;q}oWik$NKqM=Fk#9H}`{bfoG?*^#;< zg-0syXiJaO9w|OjeWd(I{gDMgRsdN7WDSr-Kvn@+24o!^?Lr_c;b@lvSqn$I7|3cM z%Ym#1vLMKcAWMR*39=~2svygPtc#;v7-VG}?b0A?<7gKLSsi3~ko7?p2w5RyiI6oy z771A;WSNk4LKX^HDM!0h$XYqt#X?rg(JmLVUdVzWD~2o?vS!GlA*+Tg8?tW5!XYc? zXqOIIJ4d^C$m%)TA5;gMUCATqHt^7hF5K z5s4sImBW-o-ctz1OIfDJyk9wlE5VNMb9AR0SH8o0K8Ime^L)c~(HBK>;#@M{a5=^1 z@}BkTp#6HRuUB^_((Lz*Rqls^2hPW`Lbp%db>g{K-MAZa5?2bW#P?n2({6_KIet0v zwK?4#sNZr1Yc}1X`|Xk8!U=ceX0J1vy6h7SJ!;nJl3)J^^zSb%GB@9?|GbIW^Zl)Qq0P3PSX3`Y zpWA<5KGsVQOYP-n`FiEfEqk^6ky^_rk@eeoYW-iXY^}O#duCF0hLh?-;M7k_>ZxBJ z{rIBibu5c`-rKG~s(IIv?!Slpr{XD@6_sJBEH$^*+^6PNho!{4a{|ZD@EQJm&m00E z5s(l_3?v8=1qp-1@il>vNWLZ%5(^22L_@+M@sNN>L?k2<6A9{Tq9S3DxJY1M6B!AO z#72T6(UI^-d}IK=W(3F(kTD>GKt_QK0~rT05M(6CP>``8gF!}v3O6*LRG7d!-P)%6Mh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Yukon b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Canada/Yukon new file mode 100644 index 0000000000000000000000000000000000000000..318c4a8e4003bcff00f9a21e294e7815f170235b GIT binary patch literal 1614 zcmdthNk~;u0EhAC%OOSKK+dThr<_vDoVCdm(VWVssc92ZC`Hm>n-T>HGQvYrF0$8A z+C&>gjKC5K48ldF(IP`42qTcnf~>^X`7X3-6}0L;&ix(l%EkY4G_)K^v;FaSn=c%m zCUdyQcAA&--qi5T@o24|`3?^bO?OURj31tk{@ONuC|!O_ZC6Y2Lt<&NTdiq1DgEnf zL_mo{2IgdmpoB~r996ACyn|(^Jwt^qrt7tDgH+gbpbmfdT}6y6>2-s%O13A-$gT$} zs@6|Nx4sfF86RbA>3y+2;JJ)Tbc(o@1)bp2DH7(M>ckI+MbgBG-Z0allAV1zW%Qs* z?Kq=1_7$j2N3Y1VQ!#3D@oAY}?Wr>2YGr2HdzIytEwjTsMD~2B%=tMlavv|tyxAur ze>hlg8NVa8_Wsb@u3r}0PrTMUx^Jt3$_c%*`I0J3)w-zgxGMTGBa4%JMDfg+Eb%)g zN=Ex-=|Y9rH885nUbd?8b60i6-7;0#cve?kOHsS?>-C;?p{m33w4-KGIhMn9ZN>{# z`z}}3MSK=@lVP%cWkxjIT9Nza#zbTH8`(6`FZMS-k_ViPpX_etx60k_VfXa<*T2;+ zS68#m=5qCRy1AQso6USNcVFu*T&^3+&7Zq1#JY#`wndheJ8boZ=2V-r*PJT;HXo|Y zhbm*ak;lz?|Gqf>Vree(oWIaBfGiGK9kM)ReaHfl61f&L}2&4+645SXE5Tp{M6r>iU7^E6YQw~xOQV>!RQW8=VQWR1ZQWjDdQW#Ph zQW{d5r6~@n&eD{J)Msf5L@Go|L~2BeM5;u}MCwEeMJh!~MQXJ)#Uj;OnsSkPElt5l Y#Yo9W%}CKm)kxX+f7R_{qR;aA1*s3Uf&c&j literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Chile/Continental b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Chile/Continental new file mode 100644 index 0000000000000000000000000000000000000000..010c6bd04cae79078540da560ce38400bfe0ade6 GIT binary patch literal 2515 zcmd_reN2^A0LSs?-pgCOB#5by7Frku!U3)V26!|HNWoj+8(qlM@umS9U@4`tm0DXQ zqqU~Z*{iyy2dsc4^QZ&uXe>`F4A6}k==H+|JPIGjK!h-$YanHfFZwC)qo3*OiI@rB6PxdUbd?!{n={IM) zJ#Xc_BHwn^_z*>e!@KG3D+T^bIkcYU-Trdg_H{H9e$K zPxr4>apxB5`0i|V~M)$jZQf`=d!q^^sKx!ZcHR* zTRQQNQ)13fzw6sh9}-Cy-`BUlJD~0ueN897bWo-A?$LAGcd69p>vh_?^-ApAEz=hl zsEoCBGBa;fxaCqgFJg(9AJr$bLPk`!HA!ZF5+-uKPu2^L{vhuBC`#u(H7xQDPw4#m zV`AYRzm{bmt3|aZ^y17n)Lli-=_RqxsDkt!S@3g{Dvarpg%eIubfHxipKKKO_*cuN zeU@6*y+D?H5GqPN?RxovW6HDmw7$3PS#@9XZ?eq0MU_W;;$vVGJ)E^j^8@qeNrnVvZ(7rCw;5{N6w<*<>`?TC#(W$m1zOEl$(5#w+ z_v)7Tm8xZYqi(&Ft+o!9=tsVeSC77$rnkM9CAL2iquXAN6OT2d%E#L;iyfuW(&2Qt z96`=&KbO-L9OQI`g#Jf3=DjvThr_JQJPt?sznEsgJaxNg4k8mpW{OM|nJY3`WVXn3k@+GMMrMpm8JV-K znKUwMWZKBQZOz1ynIlt2=5A{ykIWwJ>GQ$-c}xO;3?L~$a)2ZO$pVrFBoDSG5lAMG zR3N!Pl7VCcNe7Y-Bq2yfkdz=fL6U-G1xX8%7h97UBr~=qHArrdcC!gI}qk?%HVW`0UZPHKAU{Im>rN{RdLukgPBno9DU literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Chile/EasterIsland b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Chile/EasterIsland new file mode 100644 index 0000000000000000000000000000000000000000..184cb6a83b3392d0492c42297531c85e7e38c4f5 GIT binary patch literal 2219 zcmdtiT};(=9LMqh;W^+Wh?!6pRv2{ zqct~OR;zqy`h_l(P3CVs*@Knm!jUc3O}f>ZjGinlPrvuSx@ui?(?$Pte*f2h|BG{V zKJWU5P;;U4w=3Sh;c#uUhvzAq?QQs^?)xoVp|A8`lE|r#jnnakc)IFLl&+EJ`wC1< zrcYu6i*%ghmH4FNI{wRXNw|`xuR0Ny#IYZB(*6r7d1O?3`%bH?_YUhxEki2h*)t}! zdO%HXK5EjkyVaDtcAINb`(^6Pjb`dZr%a1$GSk9KB>nsxlQHO*>ppGN*YC=Z=|=+k zhW20O#vPeDb5pdM(H5m|D!Z(1uKh~il0K%g{Eo@`<%F8~-OuLMvoERai|?4*-WrkH zM_)6(mtT~eqkU#p@6(d|LaWJJxk}XLEjqulN(xqlbm8n#Riqc_;-q=1#CuGa#+?zr zGfDeDN>F8A`%L-4Z`2(hcumD~r_}8I<0jC0Sk37R8@>2LxwGX>Q(5?i%&mUj%uCxY zRry1@>ic$?pE{uDk4LHMiEdqUyiMI5zF#jm=E%aqavgjxUe(t1nnimKOI_tzb5GAs zx!3oTUfkFr^+})UrKRW9(j(uRW!Jv1mhJe&G+aEW9%vKOcwmh*b@rI$TWjRO`sHRt z$R`gKX|uA%E32kA>DAfevigS@(>ys@HIL2EYbGwJmXT;33ZGW3d(P>#gG1`!o|F2K zT?1-e;{n~aL8QH6n|`#RUplg0H;L;E}lk;vYi zPV!&(L;D>2W>`Ea3xoAel|8dmi9MzE6x+YN$HVsz>i@-DBK8VxskFasf8EXonGU-1 z;eiQp*%<*-Lgs`_3Yir$Eo5HE#9Zynkf|YaLnepJ4w)V@KV*W)43Q}!b3`VI%o3R< zGEZcpu6Cx#R9)>{k;x*nMW&0)7nv|JV`R$6oRLW*vqq+k%o~}wtDQMAb!6_y)-HL1|kUQI=tf)edtf=$1?pl|xD|4?{(JNE*?u4_}s_>UJ zX32ydGuJ7x)5Chtc&pqydP?u>tC6^#!y4a_BMC?LYhrVvB-IzHyE0poA6cU*S@C+m zwOu^RFUsoVld}3okEBKnY3kI7J}~=%K6v(HO&fbv*K`fb+E4drdfO?%XYm=ib!9cY3sF{D2m}a8yhBO0~4SQ6KHF zv@GWhd90;GcEmTx~ zOG8JMG+s)O1I^je)Eg$vrSbCIk)Omb!2jPqf&PDaf&%}$$LH%Fbh*seb_M!;=WM?a zpYQZZ*Ze=f{Mnr2b!{~7x=iyHc+GlTEKoDkEh^>WmZ`sWeh*q}E8W9Zj{7 zayy!OBL#Of6-P>r)Ep@~Qgx*4NZs-OTli2Ddyk2JTuw?tazavKQe2MPo!~Y%cj)ib CX!a@q literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/EET b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/EET new file mode 100644 index 0000000000000000000000000000000000000000..9f3a0678d766881389e129c93def7fffd74f14f1 GIT binary patch literal 2262 zcmd_qUrd#C9LMqJ2qYerzDWE@Kr|xMj&S(vpCF>+ftd$GI2x%42BH{|5-~`OV=>np zbKe%LoS9aPIcCQ$DCdw`R!$4Zt+8h1V7W5OIhHzW#p?HdYHO{lZo27r_B^lWJmZ3k z^LhK%)z@WO|2R(bhKsY;Ts+SXnA?HCyugX}%i||bA3JyU$C~kv2cSqrw<3M8H0zcnLTR)5nYvmTRRsAWZSP2S-W#$ zR$1RfRM9ilw`H9wjZXeSW1_y&*pOk3z4orgT|B0@e|A`BfAGA1WZs4vxx?p|B^OqgjBg}Mx3OEc{KG#w$A@1MHh_5=)#Yt>fQZ6 zsjKI*F6#b5(>g!V^yZW5u6>84@h>|i;|OgP;xU{C3mtzmc)1Kk_($; z=`St1Y|tb3d|9D+y;Yh&uuSjWQ>X<867;^hWG(DmD)$$Ksi!txmZw}&uV+$@O z@|YA~{Z>|lye}(8&d387-;kBTKJg8`rzQKkWYy8v^ufkPDeZbzS3k5@%NjOo`Qirk z`-*i<>?&RBTA*uhy0s#@NGd*`r4QejFYDg9uIopgvf*%~RQ6wyjUCsds(VDLt43wh zuJ84cg5y$CIi$5o`(<-}Q0v0q)-8#uTfTcqw@x-`{h2o1cEPWY9$Bvqr+3I>&*f`l zZ@E0aHA%Pc$&nqa^Q5URR-VY1BhB8Q<;h4(TGFGnW#VgTjku|;=RTCStLOEpw|Zsg z$bh!*Kc%~Z2leT;9_`rIp^lI#AydLa!$OU>Otn9}2??L}UwKD=F1<)Va}hAmc!xy7d!gRoaTa; zmm_;ZHf3veg=`Di7qT&AXUNu&y&;>kHM`@#VtdH`Y|REa?2yA2kv$@tM0Sa66WJ%S zQDmpcR*}6To3%B&MYfCV7uhhfV`R(7o{>!>yGFK+>>JrQvU6nX$lj67BfGaX+eh|~ zGyv%U(gLIhNE47QAZ1kwtm7f3UZZrGZ3ApNj44M94Bv;^r1(iEgCNL!G; zAdNvfgR}J4kzw{@9uZAswMS(m14ZNb8W^A~i*y!gE&gA7>oi4P Ylu4UiC0S`XY3}qaS4oE3e#&O`;*{&u4qKPq^3uu8U7XX0%EG7T| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/EST5EDT b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/EST5EDT new file mode 100644 index 0000000000000000000000000000000000000000..a8b9ab1992257d721ad627b14f535c3d4b020888 GIT binary patch literal 3552 zcmeI!Sy0tw7{~F0A{vTlg;^q*R)n!ixF98#MrbEY!37Oo4P+3DCoRHKtV9iG%9{YZ(^PJxAf2OOhxah8P=6^oS8Q}8weNxkNC--sv z>*Z&^;o)`OKKy*^EB2#oWr%$AzgdV&EUL+0Uq|ZuL^tcu;Ney<)c1Y*b&JIcmPH*srU1Rhg{|*XwP| zKQP<#7wH|vv&_zv0=+9M(|i*(R@b;^%I?5;T^o@hwO7ZeJpqZb=hy)C?dwJk_PQ(w z)pcF>!WnZY@dtf4t;QVbu~i?9D>uhnOLTqE0#mQ&=;NMMa$;My{=T6^e)!}y)li)$ zCrh%FE_2JN+(*^vqA2+>`95_fqqF=pCQ>&hMVO!ab<)3t2AW^HT+(O#E}FByAJXR< z>&*Ehn{-o6rMa-RPW@JKP|Qb_>f*wUa%uKr)tp}{mosOmD=CHY`=IgakEnFHdf$us z&%gw^)^41>c6F?|{>wo9*RgnWqqe*DYz{WwRbK5{>@hy`Pw7@KYSUUg%2(ZxHY2q1 zOFSuUqj#vbZ`>|7by}`&TC>Rbn|Z3eo+};dm+F9RInuGJSOscvhG}xZEl|N zn7$=9$=o`ww+>1UGhGIB(6@!PH(h&%soUE%nLApwS9e_Umu{z;RPcfG(tZ0r6|(L- zxpT=n)uX^=?t1kd)idq1={2Q7-yOHh+%xQLeQ(f86WV*a4)yGmF#j|i*04f)pY5mb zubwaAb*U<%ELS2o^i@$s!zKEit|}%c$Ml(YO~oc9n+HaIui`@QH+}n5tA1?*O#g1j zb^pfS%z*1(>G+xhX5fi3oltQ>9^CSZerVx-8T7##z+j!cVX7I{)JqTlutXj|lBnD>^W=$5JypsCw~Q$DRZk{F z$;cNP)u`aklA2blQm;45=(yEt^iP3iY)FkByX&GE=PB3e%j?Yeh6Q>;aiw{xdaBOI zT5K}Qp3us@Q6|pMQ?%^$_gly?4&4_-IOjlp`BIE-UP|@YgV~yLS#zgVU<@J zZ>H|MsGlhaHqTbn>HIX0k%g7|xj1d6-AQxb+!BF(|*&z`M%TR?o`*%A@&(%pE33sk!lys?^Xd$j%~L zi|j43xybG!+l%ZkvcZmahmkFIw0n$fGP29aHY59tY&5dd$W|kJjchiu+sJk!`;Bb4 zqup_2%N^~WBb$!wx})88WZ#jEM|K|BdSvgB%|~|M(QZGo|40Ln4j?T+dVn+m=>pOQ zqz_0VkWL`2Kze~R1L+3R4x}HBwjoGIkd`1lL7IYe1!)V?7o;&rXOPw)y+N9TbO&h< z(jTNjj}&4S!5`2X$F^4rDV9yM|HxCwX1M)rw}4tK}I KM8-r$`~MBRGsCk0 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Egypt b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Egypt new file mode 100644 index 0000000000000000000000000000000000000000..dd538c65db6ed0a0e47feb7b6001640516958e19 GIT binary patch literal 2399 zcmdtiZ%kEn9LMn=poWMQY8eVf2}#KR_!CG{DGmwNX%{9qR);bO|8?vN@<-#$TFtUG z!?NW{7u725k3truZt7MD6+dC*CY%1KmV^c;1RVs@?|tfFYxSTfeb07ZXZJq1k3R4G zmF1<0;xBK~pWnW&<$b!XKU(UWRLf|sJUKR?TEFU*ZEYW#U!S{OezU(vef#B*Y=5y- z$@i+|si#fV@!SVSZ^|QP?@)}oVnqi=)oPPu7WF+UuPDU4vra<3`J=jiouHP7G2R;9)HKU+d%v>L8%}VVNH{5SHHwMqL zXYZ|dW{+lzV5`9i?yj}x3}rZTj|w}a%d$fEB#C*48l0Q$GCOS7Y3r7f-Qw1oVr%}= zFcJRn0xKfIW8ao>!dfupSrHj}*@-;=xg8~Hov7AKdtuKCe#h9#GHP4$3v%8Qk0a*nawIC;Gj&6{LW0h)NZ8te`cn29x&2-Uo#gq)*Bfu zo6WoGD~!eOK4@loR~UEis8RP6d*!_wiq(>g0=e{o#VTvYxUnoDOf6HZjqD&_mHlau zT<-j+a$aaQ?mOdS=9V0hx!Vd=?pvdVr{YfK*}qMC&Kx%L!?zl%avbx~^iHERs>3Xs zKOi3qXfn(FPRa7VSIpHvG|Dxd2i4jWFUxg}JJtGzP4e;jN@YD&BsX{q)e~zg4X-C% zZOkn+Dl%4>mC@=UM6N z^B+BazJLGxlm8VWv_Nk{M8*5)frNyKseioZ=H-j5EDs;~{O*(gFIG08Z_AOqeaPBe z_2Q7#AaWz)=OH3>E3E+0}qq<}~TkrE;`M2d)15h){5N2HKQC6Q7hwRF|RM5^hk z%ZbzzDJW7=q@=F8rmniENL5{RSzUEqk-{RCMM{g*7AY=LU8KCOy1qz(kqRRvMrw={ z8L2W-W~9zYp^-`>rABIv6dS2FQf^mWZ=~Qz#gURDHAjk$R2~06We?Dak4Yr<(RoR+ U$+5|C@zHq+@%k+(E-@+KccgqJkN^Mx literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Eire b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Eire new file mode 100644 index 0000000000000000000000000000000000000000..c729def42fc0822e6b24f7bf503c67cc7e6965f0 GIT binary patch literal 3492 zcmeI!Sx}W_9LMpO5Cz;G%`H)Rj9f6p11_OS zW@8h!VE_%-#K4*X{X83*o-rhr!Bb~oI z0roq*dCu84pR0Uqzf7;ca`N;;Wh>3t>oGIuZ8P7^m}zEBt!d0>>-FsPM`q5z8G7#M zon~IbTJwF(Lp{G=n}yB+voOD^UQ~2LFW!-&m+bmgXD>+5OHGDZ z_PIwd|8k#Mks5DSrmZkJUBk_)xZZlTN0~K|>1J)kTV`G5M6>StL9@Qd(YZ%%>J7(w z>5Xd-=pUCqHk-a#r8iFx(pyGO)mulE=xvD^dV9Bd=BKDWIphBuHxO_z)J73-W_VXTneEWTKBIlAhnO#kvnzGxR zPJ6|i89G9r?cT_o^NKkiS5QNgo^DxH$1>W=NAo{jgakp4~7b73u1y-uB_ zez_W|L8Hdf;BGSs4Xh}k`PHOR(M@?ir&z*v9gxOT3MBl8Rnla{2JwuaDiM8;s>rk) z)igR+HS7MhYF>M$Y7se7wJ6C{Q9)BA>Ue+E@?pBP+SpFLcq~y`&rg!*+*b0^xHb|q zy_US393pK#ZK>LJ^pkc2f>ir@7o|hH64lXfm&AsgRI%4Cs5sv(DsInC)#>b9)j4~i zir>9Sx=fm=5*E*vSBDK#T_=7b-Fi)s?kNMM#|tUqjgOVrswYU#uu$oF&m)OdJF3LP zmF4xj4OQ>eccf2#pnAhpQhjr-s5dijtE4G=RKKKr)ql(-c`Ig(db{s#84x^84UEo~ zWdBt%sJ6(U!l^R2Bu$3w%#e4Edu3==A4$m@uHOA3T87QRtF+|m z>ivj1YD9Vry-N^eqC(r=tmBP-mKk^8o*jB7__)Ux?%^qyS#aN1TGlRZ;D%9tma zlQPBUsZzdwzWhr4%P;@ZW&Q)NCr=(!bR73%|M)Imr@ej0_3%1v?K{?fw!h;({I-33d>rrJ*uE$B>9s%bCbEI9b_bCyMD`Hb zL}V9{ZAA7F*+^t3k*!4b64^{-H<9ghwfl)|sH@#kWJ{4fMK%@LRb*R{eML4F*;!<3 zk-bGW7uj88dy)M`HrUnfFtWwS9wVEK>@u>=$UY+*jqEhC)yQ5Wn~m%?vfapjyV?y$ zb{yGqWY3XJM|R!SZacE?u6E;*okzAF*?VO3k=;kOAK8DT0Z0ds79c%9nt*fxX@jfn z1JVej6G$tNULegtx`DI<=?Bsfq$5a6ke(n-LArvp1?h{cZ4A;Gq%}xykmexW;a`RJ zApJoagmegLk*nT3InG#2SB(psdqNOO_yBJD-`i!>PNFw$bA$4HZr zE+cJrwS7h!?P@!Xv>NF((rl#LNV}1KBMnD7jqy&OZQqf`yV}kptw(x~ zG#}|c(tf1>$PIwp0mvfZPShZGhYd$c^A??*!ylK<)+PWyi|M-D{LD#^LA%rYlTsAyiFHT@!&^0t*2q8-smkm&_ouL6209yeIqyPW_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+11 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+11 new file mode 100644 index 0000000000000000000000000000000000000000..d969982309e5ca7d32979a7dad814ca307d2cd8d GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp>yiPYqyT&^0t<2q8-smkm&_ouMHY08u0hYybcN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+12 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+12 new file mode 100644 index 0000000000000000000000000000000000000000..cdeec90973be28ee4075eadd22b8b574db2d7a5f GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp>yi4|iZ-&^0t-2q8-smkm&_ouLsI07pj)Gynhq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+2 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+2 new file mode 100644 index 0000000000000000000000000000000000000000..fbd2a941fda996f4abc1f0e09cdf99c271f5a1e2 GIT binary patch literal 116 ncmWHE%1kq2AP5+NDp>yifBb-fLD#^DA%rYlTsAyizj}dzLD#^TA%rYlTsAyiKYoCLLD#^9A%rYlTsAyi-?@Q-LD#^PA%rYlTsAyiU%h~VLD#^HA%rYlTsAyipF4qpLD#^XA%rYlTsAyi?{8pW&^54N2q8-smkm&_odp*FWlRhR literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+9 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT+9 new file mode 100644 index 0000000000000000000000000000000000000000..78b9daa373d2aa2856eafcc92ebc6d899cafde5c GIT binary patch literal 116 ncmWHE%1kq2AP5+NDp>yiZ!BP7&^54R2q8-smkm&_oh26lTc``r literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-0 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-0 new file mode 100644 index 0000000000000000000000000000000000000000..c63474664a289aa3c3c0d8b2ce06d484679754c0 GIT binary patch literal 114 hcmWHE%1kq2AP5+NDp(+@+}2A literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-13 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-13 new file mode 100644 index 0000000000000000000000000000000000000000..5f3706ce64cadf081a6c56abd7ba423575a4abb2 GIT binary patch literal 118 pcmWHE%1kq2AP5+NDp(j8wq0Og&^9z?2q8-smkm&_ovxuV7Xa(^2|)k= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-14 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-14 new file mode 100644 index 0000000000000000000000000000000000000000..7e9f9c465ce6211c65d617f60472c9b55b5052c5 GIT binary patch literal 118 pcmWHE%1kq2AP5+NDp(j8jyzys&^9z-2q8-smkm&_ovxt?7XbFR34s6r literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-2 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-2 new file mode 100644 index 0000000000000000000000000000000000000000..fcef6d9acb247deb539fcc4b30149802572ea642 GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp(j8WE2<}v<-|HLdep^Wdqb}r)$Io0CCs`bpQYW literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-3 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-3 new file mode 100644 index 0000000000000000000000000000000000000000..27973bc857b4e618218ca2790acacb81f7c7bb82 GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp(j8v literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-5 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-5 new file mode 100644 index 0000000000000000000000000000000000000000..1f761844fc44f8228bb748235bfd30be6c389cd1 GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp(j8+yWRFv<*xdLdep^Wdqb}r)$au0Fhw_H2?qr literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-6 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-6 new file mode 100644 index 0000000000000000000000000000000000000000..952681ed46cb60e59baf76a2c43b49d5f67255d1 GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp(j8LJ}Alv<=J{Ldep^Wdqb}r)$Oq0Gs3obpQYW literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-7 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-7 new file mode 100644 index 0000000000000000000000000000000000000000..cefc9126c691060225ff2eee1241b1e5e9825fcd GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp(j8k_s3Yv<=J|Ldep^Wdqb}r)$my0H$XLwEzGB literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-8 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-8 new file mode 100644 index 0000000000000000000000000000000000000000..afb093da00685297cb11347c4840acf3a8e2e2bf GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp(j83K|#~v<)m6Ldep^Wdqb}r)$9l0I=!@^#A|> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-9 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT-9 new file mode 100644 index 0000000000000000000000000000000000000000..9265fb7c2071ec0e66c657ad2ae42d5dd525fe97 GIT binary patch literal 117 ocmWHE%1kq2AP5+NDp(j8>LxHSXd75Egpj3+%Lb^|PS=tP0K07nH2?qr literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT0 b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Etc/GMT0 new file mode 100644 index 0000000000000000000000000000000000000000..c63474664a289aa3c3c0d8b2ce06d484679754c0 GIT binary patch literal 114 hcmWHE%1kq2AP5+NDp(+@+#G1GMJYjdeX z}yyP91lBH-`&P|uvW%iUgt>*0aewcI9+WgPw;W@8!*pKlKygwNur{u&s z9=n>E@9=Qdn1}ZP^UTZ2KB@Ccn}_9>He9q;U#QeI<<skNz-o3+_%wzc_YeEyc}S=OiL2U}Z@_p-K~ z*l1O547Ikq2IcSgz|;C{(Nt?^ewyp^f}O6a!I7@&)RE3z(c;=2Tj;83@rSGC{#DnW z-_E+eIJekY``z!(y>(Zd`)bZO_m?el9avfI{IWFId9Y}O^U&ml&cm6-&LcgdTt~Z% zavtk;(0M%boa^|-rmnjFZJZ~s50F!v1GRo#vV8qfyqwM(tKSp^$hQM~>X~Id$1@ipp3GzZ(hJ+N-3i z^zQ4a$=SiuC+xbWB;S+1o+q?l=w<15^O~f(AC%PkI_ZCPy$q<_B55ZNX!_D6GH~l! z9h8?RgO|LoLq>e4LvttUuvc<5Bdwpl9ym~kM|9NTccL}ZzprGTZ>ewG?jR#~{i&lG zd}OrCPsUXJDr4u~lC0(RGA^q@#?Ss)-|VqlCX6|$+3i=!#H32i@vhcMZB-}TSfP{e z73h?@VtwmUhEClyN^_4*muU-=G_PWqygj+S<}XN)=|j3pK~A8&6Vpy+r2HlC`Z=U9 z%3lkuD^lcpM~hA$k>Z;dbmoo&U|yNA1ncN4EC zzB%7`H}!d1x5MEPWd1d|JRA;RadjMZW;ew4D;I@JY0Ls!~3B7<{G~1@->`xqt1a81gVIvDG5>&q$o&L zkh0jCx*&x?Dua{;sSQ#bq&i4>koq76LMmiyN`%x1DH2j8q)bSikU}AqLP~|y3Mm#+ zEu>sXy^w+-6|*%ZLu!T;4XGMZHl%Jy;gHH9r9*0m6c4E$Qa+@9NCA-w+L{s~HAISt zR1qm7Qb(kaNF|X{BDF+{$sYmLM9PWO6DcTCQKY0uO_8D^RYl5*)YaA$7O5;!TBNo} zagpjGoSq5YskcB{20$B=M zvlhr=*qYTqmIGN2WI>P>L6!tr6J$}4RY8^oSr=qskd;A}#@4J2vN*P8b&%yj)(2T2 zWQC9=Le>abBxIG4WkS{oStw+skflP_3Rx^$vs%bk|Aq`EE=+E$g&~p zhAbSia>&vlYlkeJtyw)}`E1SlAq$ACAhLwW8X}8`tRglpqk9u~4^I!zre5Apd~?3> z_G$LC?g!Io2GUHUxy&^B3gcwPPab{m=KtVK*){@rx zUo2WIL`&kN3>PC2B3dpi&5|OoNs5KEc)pKIS8kMNJ?C>;=koXcn=7k)DaId<)A|oD zkKcOv9DKS|dndC~B*vL4UJZy}_ zIo%r9KSQUyiq-g@Q9AX`5S`ZfOGam8n$Y+_6Kk(&QpE*LF6)()K&PZ;cgc+6 zBa#-?F6k-tl0FcWjIphn@ob&U`cbEu*WEI^uT---$~C(yQ|C10=-gwGI?orQIgPVq zey&s96=P*V>>KsC2PD^dU-M#~OWw!VvM}tXEbP7~i(a0V#i4VO|L}$uv@}cM`BS>2 zx>}YtAJn3f!&>a$sNR`=HS_ay+2}%D?uystUz4 zSFL|^TN*z0>aL3&vb(!W_q5&8y`gs9*KkIIEkSh*3LE^d{tUyxPIv|z#&9u)8b;)J z$FSeu^9xL)#A6z6`}Laq%;B&<%)c1mPwUy2eyJ51A`fFk28oOk874ALWT41Mk)a}E zMFxwE78$OsHC|-E$cT|4BV$Gejf@%@HZpEx;K<04p(A5Q29Jy$8NRJGek1@}D*_}0 zBnBi1Bnl)9Bn~7HBoZVPBo-tXBpM_fBpxInTPq?YBwH&cBq$^*BrGH@Brqg0Bs3&8 zBse5GBs?TOBtTm$LL@|6D@G(pBuXSqBu*qyBvK?)BvvF?Bw8d~Bwi$7Bw{3FTPtQH zXe4SRY$R?Za3pdhbR>2pcqDoxd?bG403b&IIRv)WF+dK2t#uTT!+;zIV{{?7%e9iy> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Astrakhan b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Astrakhan new file mode 100644 index 0000000000000000000000000000000000000000..a41624f5df9698d78049008a2bd8a77395c0480a GIT binary patch literal 1151 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 bb01@hJtL2HyS)Y3McKJ-Z(c6u6vX@mfqZ3V literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Brussels b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Brussels new file mode 100644 index 0000000000000000000000000000000000000000..40d7124e5346af056c75e2f7012a51d94e8154b7 GIT binary patch literal 2933 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 LFfZV~o9_DqL0CBH literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Budapest b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Budapest new file mode 100644 index 0000000000000000000000000000000000000000..b76c873d9256e1d73c2ea672140b813f15657bc7 GIT binary patch literal 2368 zcmdtie@xVM9LMqFS0*#}Cc{$!v51gD;P{moWOe~FI1{;yR00!GljtO3M`@Tc*Bo$>+2t??x}0iy{{dYeWf+p z?wKX~U5(N^-d)l+k}IFTW!L_8r<{BxMNVytmM@yULtpOf^_*VXsbA%WZXHNJCSS*P z$(fmN$TyQ4WzheK4qo=k`St^2!}&j#T-f%eTy$L5OI6opBxFcO-9s|^(@~w~iW$2t z`8!W&)Jf0uX&-y+0q=S2@W~p04xEI<{NG4jq>8gFcC9-6ON>RU$XPBy-9u z<@Qx;VIL}g^jopEUr9UdchO_?DvK~9ainxb!C|M| z_idqObQWu7&jP)F$0A+W60Q%FMd_ltba^m4NS&o&@=)}MW;rJ$JE&K4qP~}$E0<(( zz!6#8e?lG}-Y>bnwddm;`(RM(9*>H3LE-Eg8tpE~E(jR#h0`KO!Y>6bILqO(ArSs$sM z9jUS@KSL_Z?DDK*wp3;PCeMY~q&gu~tH;iZcj`6uo;ofyR|fU@cRS^U{vO@jd{npi z+VsVm4z1l)tNwoe0fBzzYRkIndm=|Ha1sFvmvw?p9=LmS%6r=8)YX+e7w;Y!KNYvPEQ% z$R?3pBHKjviEI?vDY8{$ugGSR-6GpX_KR#7*)g(ZOS5NW)5xxoZ6o_eHjeBZ*}A3K zJHI5GM|O{FAK5?B087&Wqy(mterNCS}$ zA}vIEXla^=bkWkZ5$Pk+NTicUE0JCz%|yD1v=iwk(om$MNK28PB27iQYH8Yv^c86= z(pjXnNN+8G;K!uY-t*ebQ)f`(xmK9_nfB^=M_mEe)b;AL_I_|g`~164 z`=0wGHGbtuO(;C9iTO7rsk~8=)0<>?&JIb5 z+$*U`m6F;~EhEC~bj00xGV()(jymO)(YNz7t-e6hn?~uFn(;bzcZ7~BcI)^pBV|IS zQ@w@Z@>BF<&G2?ert`99x$jBVi$^js;BT4Oa!G!E@R$73a8P{BXEb|ztxP)fr%o;{ zl_|BGb?WqOnp0Awxj&Yu-*B=GJ9XB zijEyQC<+L5sT_(}j_$3!m)NMIGh3_)?WF zx$D=Z2WDx>#WGp8HC;>VbLF>1QM$Y)Marh8NqMnLRwVY5l^O43Rj4Hu@nKr=^1f7t zv}@%*=cVe!OlW>AGEKb$!EL-B7h(tG8EcCx>|h0>AfbSzXLgSyn`UN1$be zh}HGW-@a_W<;}?D%g_IEIP5R~w{JGc{E-h&rTOqX^rLwOy=>cvW!HmhkQ=r&cZ}RJ za?d>6G;-I-ZQGjrMs6IrbL7^Mdq-{_xqIaHk^4s)KsrELKzcx$K)OKMK>DyXjUb&M ztsuQ1%^=+%?I8Ui4Iv#NEg?N2O(9(&Z6STxn#PdMY)xxOZ%A`UcSw6ke@KH!he(S^ zk4Te9mq?pPpGc!fr?#e5q*q(hEYdB~F48a3Fw!y7GSV~BG}1NFHqtlJIMTVTX&vd^ z)-;cFkF<~Uk8A+41IQL2dw^^LvJ1#IAp3x91hNyzRv>#}Yc>Pf4P-lz{XjMZ*%4$* zkUc>*1=$s3TabN0HU`-lWNVPUu{E26?2fJ39%O%z4MKJZ*&<|*kWE5%$q~@Wyn)W| z{eB*%p!b#;CNocFr$WT){^f7xX~O>|>c5RL-@#_Hh9$CIp6ukfl(+;>c47j?CkKB5 Dj=i{v literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Chisinau b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Chisinau new file mode 100644 index 0000000000000000000000000000000000000000..5ee23fe0e59f044598675db44d53c20590b88934 GIT binary patch literal 2390 zcmeIye@xVM9LMqZ#jg{Q&Nbq<8YYmQ{1n9!J;lQm&_fW(1g|7SK?@bb1pUl8M)PN4 z&59LkO=VMti%|+1l_@KNtFcu>>$^4kJ^ik7w#?P%`6brc`lJ5nzh1YyCwzBv&iQ^6 zty*7^CVxA}A5Zt|@^ie>A1_tC9P)a{NA@#wfApTY-r_y``F?Nr;7)H(Uz>66jTemb zC-xd|9<4Wen>HG6)s-1t< zL0kBtfmgB}gNJ80d`k~`!xE1B?vA+Z3bzk?!hgB5H{#n+U*vGME2_WQ7v0lp#+-b{ zjBVL%PT04_oLFCOPO4sE-m^N#jLVy4PM(u!-s_Asr^E!C@ndh9@!5GsLO_N}xDl@s zuZFAphQ9Ysy)fvR);ZvHzIxg-{YZy5X-~5!dFx?sN_nj(wY1$x+q}bq0GKjsqR0QArA~MQFD$JsH|?Mn%kJJ=DirIToqwz{+?;F zzBt@01-l%*$| z)v`@q@$9Qr1uN^-^6HhUa8{Wr%A2iLgu7I+Gg=kjj8i3HnNsqxzk29Kl&tFdQawEM ztE_JIlhV%5q-@t!S#zXUylXDWBMq0;qx0HiZRvScK5?%+mer~%?8nu**xhQ~*H5d; z+vRF~UzOT$B}Y}A$XC@D*UHAGWVPv-TOO|*ubya3keY%d*<3M3wxl{_tNS~tb^IXP zl7rMXb4cn!zfpC*F4=zVef3nwQQ0wYO4UE#sT$f3s-4@PQ@ak-DBB$Ye*S-b1&#@_ z2ieC4kGw+0{rL*i-wX`+?_MI&cKv@?qJ9#8k%&6czfDcCg^0vVlJTRTBTqsd62=o- zNg((VE6s{O#QP^V8Md6D<7=brjWv+RZSv=MFx!&9vMV3m}F4N;F3WmgG~yZ3_dA@ zG8m;$O5xP1CY8b}g;ol$6k;jNGN`3+%OID+E`weMzYKyI3^OQZaBNkR%wXB7rkTMr qg=hxT6sjp)Q^=f)-(%#-KDTnRAWV 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 D35>6g literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Isle_of_Man b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Isle_of_Man new file mode 100644 index 0000000000000000000000000000000000000000..5ad74220e83e6c30a0aeefda4a00271b8ebdfcad GIT binary patch literal 3664 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Jersey b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Jersey new file mode 100644 index 0000000000000000000000000000000000000000..5ad74220e83e6c30a0aeefda4a00271b8ebdfcad GIT binary patch literal 3664 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 elR7mFoQFdlSn1BPShe&GzO*dT{+hp zxwn(mT)M0nnscl_(EcFTkGZlsZubvsja;o(HrCvCtLDtH`aHkw=9+)C^=F^&zTe09 zjxqk>^^9%U(Oz!daAufqxH-M%=6#NB9;X5);%5c}o4*(H?}~r)+w;f0_JZ?Q?fXV1?cm^qy>K95 zm+U`hm+l$1L-9B5veqxH@~#o7s2P<->t2(}{A04Xyhj#K^+{FkfL2}HB1^Az>#}oU zxqqTXtB2aOW^|c8aA1WleM#E! zt1>>8RmltT&=2oO!|*9-Onj)(gZ;Al^jrFHXQ!;`e@WLq@`|qO*s4uSIyBZ;uj~D* zwK+Ino3DhlC8thWzPeo>{k>Q=oc&EVj{9WO@tM*(@{2sy_p7uGBxQ5kxNO-ssgEyz zU!G`9XuRNvY^@pAcJCS8man?)=ht=nRG03!(5p{gjOkM+H)_YHyX5JYYqWEyNuJqW zpgRv#%C5E5($(&l-DR_7PvojRJJXWx(j4t}zL%ctE83GfFTIz)*5}?ElIN47y7$N@ zx^MWHzR)|UeFyv0b5q96nOT_`xBPv1Z@qr`rcF;@w`Kq5mu2N0HUD2cGtINm@>7S!0t9(U{d>?noqNMVlI|urVBI;=@YwrFr3a zJnro=$Nijscs#LxF_AybX+HZ|9GMC-7i2QXY>??7^Kms3;;%9zWJ<`KT+O7ASs~Lx z=7mfQnHe%QWNyghkl7*AL*|D}5Sbw|MP!byW|GJ(k!d3HL?(*N6qzbAS7frtY?0}5 zm@hJ6WX8ypkvY4XNh7m%HPc4sjZ7SwIWl!*?#Sek*(1|O=8q%*$pDf9BnL{!yGJ>Q8$qAAaBrC2aEl6HmO=6JDAgMuegCqyZ z4w4=uKS+X*3?V5(a)cxa$r6$#Bu}m;QAnncR3W)Sl7(aoNf(kYBwH5By+ANbx7`z^Ng)28L65274H@*Ael9Ghm%(U7No7f>v?3TS K3%PHLe18GfyY{F6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kirov b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Kirov new file mode 100644 index 0000000000000000000000000000000000000000..0cfb956be223ab593ca27569ad554dae9b106117 GIT binary patch literal 1185 zcmdVYJ7`l;7{Kw9HfciQ;81OBllrJ>=+l@qCDqhMlQz^QP&7DHh2ocun+rWo>XiR_B|`)O~k734T(QbqmQ@{p`6)!}MhndT`c+ zZ;qSB^GD74GyBYj<9W03K+0??w3w!Jz1iFzFp-d7ngfdx^+a{_TTr*W{W97*^I5k& zeW%;YbGqZoOWis7SZ^7>tz$8%H+C4Ta%BzkX2*Phdo3{OaRe7|)6I3%ftQ#$oN zCq0WJdfSU;*}jn0>3dn-`@B)_n2PAW8%k%!yn5$kNOtvq)Y-#7B^P<4`?E#{JP&og z>6PTazLvr2vJB4Om)#$xWa!ZaDa_v0#fvATR0xl{s;ibRx987Q>s`M!MOTJ5}3>zv!WeZRI)EUC6w!tSKqU8=Y@XZMg&F8gy9 zPfM%xALIOG7b8W+$`=?dGG1iFj&{t*sF86aBS*%Lj2;<3k^qtck^+(gk_3_kk_M6o zk_eKCqfG_L1xW_U21y6W2T2IY2uTUa2}ugc3P}se3rWn;W`?BZXmdl7L$X8CL-Ios yL^4EDL~=xuM6yKEMDj!uMKVQFb+ox6$vWC>k#v!Kk%WFoQFdlSn1BPShe&GzO*dT{+hp zxwn(mT)M0nnscl_(EcFTkGZlsZubvsja;o(HrCvCtLDtH`aHkw=9+)C^=F^&zTe09 zjxqk>^^9%U(Oz!daAufqxH-M%=6#NB9;X5);%5c}o4*(H?}~r)+w;f0_JZ?Q?fXV1?cm^qy>K95 zm+U`hm+l$1L-9B5veqxH@~#o7s2P<->t2(}{A04Xyhj#K^+{FkfL2}HB1^Az>#}oU zxqqTXtB2aOW^|c8aA1WleM#E! zt1>>8RmltT&=2oO!|*9-Onj)(gZ;Al^jrFHXQ!;`e@WLq@`|qO*s4uSIyBZ;uj~D* zwK+Ino3DhlC8thWzPeo>{k>Q=oc&EVj{9WO@tM*(@{2sy_p7uGBxQ5kxNO-ssgEyz zU!G`9XuRNvY^@pAcJCS8man?)=ht=nRG03!(5p{gjOkM+H)_YHyX5JYYqWEyNuJqW zpgRv#%C5E5($(&l-DR_7PvojRJJXWx(j4t}zL%ctE83GfFTIz)*5}?ElIN47y7$N@ zx^MWHzR)|UeFyv0b5q96nOT_`xBPv1Z@qr`rcF;@w`Kq5mu2N0HUD2cGtINm@>7S!0t9(U{d>?noqNMVlI|urVBI;=@YwrFr3a zJnro=$Nijscs#LxF_AybX+HZ|9GMC-7i2QXY>??7^Kms3;;%9zWJ<`KT+O7ASs~Lx z=7mfQnHe%QWNyghkl7*AL*|D}5Sbw|MP!byW|GJ(k!d3HL?(*N6qzbAS7frtY?0}5 zm@hJ6WX8ypkvY4XNh7m%HPc4sjZ7SwIWl!*?#Sek*(1|O=8q%*$pDf9BnL{!yGJ>Q8$qAAaBrC2aEl6HmO=6JDAgMuegCqyZ z4w4=uKS+X*3?V5(a)cxa$r6$#Bu}m;QAnncR3W)Sl7(aoNf(kYBwH5By+ANbx7`z^Ng)28L65274H@*Ael9Ghm%(U7No7f>v?3TS K3%PHLe18GfyY{F6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Lisbon b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Lisbon new file mode 100644 index 0000000000000000000000000000000000000000..616de167b8a1c534c1c526e7bbff82f7d5da94f2 GIT binary patch literal 3527 zcmeI!dsNSN9LMn=X>Q2}lS|=CGqR@SZkmy@R=FhPl3bEo@|DYCF2B*t=r|vSjhJuA z<+S8}8-WQdUe9+}kHOJCwpX4q z>K(p$E~{@|yV}){+1F>?-$+v2p1rV-iCo;>50p3*wc zz9e?Ip6c#uTiPMTOmn=ar{zVOE3=lH8Oz++$0V_2Xgr=JCY9+!H?0xhFoGqMz)($NV91gL$g? zaqUNsUE1j?>$Ec^Q?)Zs=4v@Nr)p<&KGx1<4bskU>8@Q^n_yf_8Esse9c|=J?q*z$ z`_Q=3ueotGw4U)(8&~6+kCSn|W`U9C>Y?2zT~)jBw6u2f*6-S_vv;(g4_?%6e|J>7 zleR;rT;49L1)8w=r_xF)Nr!#tNTdfafK)&-=T|<{~*A4 za95U^d z9;~)kzM5>Wa&or4>h39a*KMn8Zs~@t+QM13>WNa+82_ozV&X*2Uj0R_;4tCd(qFvg z*+kTKt0Ufasx0a_`pG(v8p*oXYDrhIqKSy?~fkn|e0O?pSI zlno+sgiqXh(a?9RXcRh6G_JNtH1UZSO$sK7X0CH&vkQGi^QU8Ei|u~my>sER<+4cW zyS0UUe`;&lD#=ZL5bZ8oCo~sr0vx4Zl&ff4J5T!i6^H=GEZNTel4y7Lx(IaGDFU+( zh>xx=5kVPgBKUBo44IiI+NUSW4zaPKW8xIqsoQiJ8Z$t4ZW<%Qg4@Y1mDtD+oZUJ>!mk7fL^J!0(L964_FGVw|FRyltD zE;%7%k(@X-RZf~YN!s2hQuO7QL$TL>IjToWdyJNh|2!jE^8QEoI zn~{A+HX7M!WUGIkzKb`+m7tJrP_F8=PlLN zBYSVDHXqr2OSS#T{#&XBARRzjfb;-q0@4Mf4VJ18NF$I=Agw@pfiwf@2GS0sA4o%x zjvy^TdV(|s=?c;oq%W4LF-T{S)*!t>nuBx)X%EsLq(MlBkQO05LYjnh32773C!|r9 zs#8d-_-{t9cxV<6-QuBLNWYMVAss_nhV%?+8qzhSZI-HUNaK*sA+1At$3ydY=pGO4 zL;8m_5a}S&LZpXC6Ok?=ZAAKLsTzrN5@{vUOQe}dH<5NC{X`mybQEbR(o>|VNLP`z zB7L<~jYT?ZsalKl7HKZhU8KE8e~|_w9Y$J=^cZO}(q*L0NS~2LBb~NXtwwrnshW*+ z8)-MvZ=~T!$B~vJJx7|3bRB6s(s!isNarn8>yh4Ds^%lzN7|3{AGraLI{>)_kb3~R z36Q%0xebu}0J#y6I{~>BkbA*W-3-XxfZPtq{eavM$Q^;)639J)+!V-Nf!r3zeSzE< z$en@Q8pyq2scsJB?yyw12XcQPHwbcvAh!r|k03V*{(qOKTjW2uOG>FD#+z%#Go)et R#`V3u8hC~@@a9#iKLP8OCO-fG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Ljubljana b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Ljubljana new file mode 100644 index 0000000000000000000000000000000000000000..27de456f16ab549627b284a39e2265cbdb4ad8e9 GIT binary patch literal 1920 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Malta b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Malta new file mode 100644 index 0000000000000000000000000000000000000000..1d1a7bcfcbbf37ff1ad7025f9843d0d2d8cb06d4 GIT binary patch literal 2620 zcmd_rZA_JQ7{~F0hzN;YK7sKd7Mh}nAcAP3DFHLVQcgyI0*a_bbW283Dn~O{&AF?E zI434PMO~q_Oq)$4g&?t9OlMX$yEijriuV8B&iSHOz3EN&8Rv62%FFBfb7wCu z8sqxM<7>X*hiA9>;d6k;ylqarVQp?{Xs%;q3t#KAK2Sg?#mX9-M!oINol!JY7!h4${W$$?~mU(9^jH6*0iFk1|I%LD{_q4GJgdD|o$)+a z^_fb+eovpWYVA8^gQs6gj`Sa~&ov<8iU#)kQG>isY0$OLb>PL1^`Yh(4gTs~4LN*7 zLif~4SoKyJv`!^_`6?M)Tq+Oe&X-5h-4Zb|MTSHr$k5PX@@TJtGR!Aghg~15!!Hfh z$d*7Iaokr&*4@ykoxkd+%5xgM=A@2ZdRSu$_iF5%HW^b|Cvi#jGImy##D{H>gfYt` zp{qg?Ln<}#e1VL=S*8f=QbI%UmxnVRaO$%P^E z#L&x{lH4V!KHq3s#7~lT^=Fyp{iRH6JRwhB+#%CzKa%u@FEnHQI+?L&n?6-iB2TY- zLuWqwj?OAxpqb-})t#QE&jiiT*-?=?yCX)k2Bb>X_kH!b>%%4c;Gde);xD;1ePmAE z?=rXIn&eeBN`7986s-77=S@B&^XD{ZVfZFlkW{NhJrC%@Fx7>>Y}7?vrMmb;xjuj1 ztuK6-qs3n@kr&@e(vn@7^3tMkwbsVVl9>~wv?xekjvXXRQ#$39J}xO6JwVIs3$m1&_tlGhvSb@`^Fx}tWAt}NfF73(Xso7er9cX#vh>c+cy-Sh5m&cEFM zzdk+w>zBEwYI9Gn(7|5aU9R5Z^1Jtb_nZ6Qr)Rib$tjtp*Nj{=a@ELXBiD^wICAC4r6bplTs(61$mJu~j}!o@08#>^21pT*Dj;QW zG<84koq76LMnum2&oZLB&146nRuuZQYfTSj;2&dt&n0N)k4aJ)C(yXQZb}tNX?L< zAyq@lhSUuy98x)?bdIKWNb!*BA>~8rhZGR0AW}l4hDZ^SDk5b>>WCB)sU%WLM^j6r zn2x5JNI8*uA_YY%ij)+oDN6NP&?GBPB*^ zj1(EEGE!!w&Pbt=N+YF4YK;`z(Nr5Lx1*^yQgEc=NXe0!BSlB5j+7m#J5qS0@<{2C z+9SnBs*jZ4(bOMV0AvM_B|z2ySp;MikYzyD0a*xSC6J{+)&f}!WHpfGa5U?IEQq67 t5oAe_H9-~ySrueikafZT-@^Et(HRxX{6uBMMaM_SL}kRr;OIF2zX8GP^&9{I literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Mariehamn b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Mariehamn new file mode 100644 index 0000000000000000000000000000000000000000..b4f8f9cbb57450549933f83ac90dd56a2ca75344 GIT binary patch literal 1900 zcmdVaYiP}J9LMqh%+NyL(Hv|u%xpNev#ZD!>~5Db3~GszG{&W zvX;c`!B9r-BI~5Igq9-LB!!R`zxUr0<&h`KIi3IOv`%~UeSbXjSCl4Nf4n-GzwqHz zX+C@p@tH^6`ZZzq{JBLfS6>u`Mz#5R_4NB3fmeKvkBz?G&(CU~2gkJUjeQz+>9T~M zZjgw>N2OnlO5~R9(!Z=i1}t1E1G7C6mFAW~&QysGkCDM$drM4EhQ@qO*4P)(I;6Fi z4!zY`hc$gwXWbheUi(<%cHYzY4VTnad`1%r9!X+FlO&}#OY*G!k`i%5QWL8rwcRTt z!)kS8+hQ5@y;4VC&X6%r@-?l#P}7@7>)2frbljnE9bX!y6LyZ0iJ3u~Q5+_dqF<>y zqg^tC?rK)lQ^|V&QlDuLRZ|W)|G7@U3GGSmfc<_ zt9Pesd3~O&SstltccsX>+%%~ub;$aJezL*+O*V#DQW+nrl^>o-RrfDib^oSRzkj5g z8tY}Vzgf2&ysldtj_9`PI`!`LYCvEI``t0I&#$S>gSyZohxe z&hc22&ByJ|d1(_FQVvw0Z zrpDIH4Kg{lW_FP2LFNaUAY_J+DMIE5|KmvtHXAiOk+pK>B*mq~x#E+YISDTNTXOJE D35>6g literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Minsk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Minsk new file mode 100644 index 0000000000000000000000000000000000000000..3731e40d8634c4d58ddb3378d828c92948f06d67 GIT binary patch literal 1307 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Oslo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Oslo new file mode 100644 index 0000000000000000000000000000000000000000..7f6d958f8630cba512d8e58ca8edfbd516291522 GIT binary patch literal 2298 zcmd_qe@xVM9LMqR@gs$id#k~jfKV49cEa&9G05x$W^kHv8L5N>f)-(%#-KDTnRAWV zyT))1$saLh&944HTSIO3YqXF=yX-92mMgNFb2F#aSbd(~wrcCI{^_4Sci->hd-vz< zUQhqZ^$j`JKTeGKhKuupxpfX*>IvmrYBje?A z@>Qpf9`MR1FXhRp=h9>>kRW46daTn`$G4u|zf{iDCF-Z;E)5lqrG^^EHFR*J^;yQC zoOREX&trNd9C1R!7u#gIZ;{-T`-{fAe$a&JU#c_mq&lx0*BKYy(3{Wf)0ywRsEJ39 zNz$R9B=6ZPv$|ALHa{z=O#!)Ob)DQ=;TKm?iQMKckhG+9xjk-%q(^%-{c4`h{w7T` zLJ2zOgGqYF;B|HPU(~tX=QOkPW6j!hR6X^tYj$;5asq>rTRbFr%X=h0xlamm+N5Bj zL*^xR>%8-|Quu4D&OhdryS}K>qJbJM9-6OrZ(pbjdXw~?2A3}EER=goqt#oVD2vj@ zwZuCirO_X0nd>VlyY#IrjyxfYM~CIU3$I9d@HMFzc}IOayJX3s{kpWdS?=%Jrpq3D zUY9qm)yg}Y)L&7i4>*_T3U`LCxaQHS_)@7lJ53+DI$KsA`AJuWVrBKdsZu@oqdeSk zMQXZ7Wlc>;YPWo^k1Tjg>Z(VyK4rJ8Ee>kK;FOKovt(1r&+_C{OIowywe|AX(l+Iqww-!k z+AoFmsW%7Y>CqwGy!&0<6717w+WWO*XNN{OA|j*yd__BWzQMjnO`81Qzbq?mhxs>K zNvVz~%bFtm!T;5E&sdL|ZdPWRSLIl*llVaUuh?H6yh(Lq*1l z3>FzJGF)3TUVaG%jEoo=GBRdl(6(mO$gq)dBLhc9jtm_cJ2H4=^vLj$@go61B7lSd zi2)J>Bnq}B3`iW1Kp>GoLV?5r2?i1kBpgUQkboc&K|+GW1PKZf6*ovf`dc{2@etmNsJ`w1sUoqcj2KF_|aD9Fh!PcJp)7ox2-4J)j*haNX?F8R$`SJBf{6l^l< z=LMJzF>TGp*%_uXdA`{+F2bscOg5XN%FUMCZq`=cxn}E)Bx~FCe6#&Rj;TI5(Cj$1 z+0<-~Fgq)4%jYi~k^RoAA`s=K?-+V}l7 z>)nqEO#R0vOhe;dv%hYOIj}C@I{5lhbLb6Y4wn|2Ba`#Y(cCO^tiO+Symy>A(RYFYz~%+?TX+TfP6uO`X4?9Z>9Tk?Z>zoflE5rENVOv|Z*Pxi9e-4UYI$+qe5vLzef6Q*pESDiYwfl2lEy52Ph)2^Xk6hAjnBI%2_?0Xm|8DM!&gai zr?rxjP%0^R%A|MbO6`4ly!82XruNqn7IM;)y!q;bQeuI#4duWXWn{PQw??l<~$|GhFH@3a<%ua=3aHCp7iTPJl=o%GdfI{8kC zPHCK_&s_HC)GcGQ_{4O1c5$jss~RECO%7LUQL;=Q)=x@`Lge}Q&N3tIXL%vWB{O4# zb*A}3N&|0e>A7Pv>&8W$y{k%IY^v8etB>g1nzj1UtV%6gUZ!3?&6?la%iFJoZwud+ z-Yxz8{96V5S1*^VS-kz%~eW|{c$=s&Np%K^77n6O77an)KleWk)$A5akSHdNgR?nBy~vckmMoRL(+%j4@n@BK_rDp4v{1}+F3->h~yDTB$7!a zl}Iif?PMa^MAFGGf_!q2P$Z*BN|Br*Nky`Xq!r04l2|0ONNSPXI@-xavWuh_$uE*% zB*RFGksKpQMzV~g8Obw}Xe84}s*zkH$#%4}jiejNHk=!H6ceJyQq~FobKQaNx3?Ng0%mFe9$Sfe!fXo9j5y(s+Q-RC{G8xEhAk*P! z&j&Igj`oZoQ-aJ1GAYQcAk%`(3oq4 z$Sfh#gv=8%QOHaoQ-#bGGFixMA=8D-7cyav_KYD@hRhi><;K%pWp=j`j>9Q|M^VAu@@`EF#m0%p)?9$V}q@Q^|w|{+p@vw>Py{yxU&b T=*+~J%= z9>mObA-Sy?W{kPcS{sI0khf(&W;GVyCFdC9W0aksqxz7M&*^idSF&6DV-uveGfDz{0;NxzE)wYB(!kFV+V@p}_N(u# z{jass0aahsdE}iAEPt#)n{H|Fvhx~}eNsa+A4ynYm4wGtOT@&T66w27qQZ(Ls;N|> zy~{QF=`0!iy+~s&xMawabd9aZ(zxmv9lCkA4%_3S@j3oFeA8eVk?5hWY;PGE@J16{ zO_JzwLzDcUNm9dW8QuJnjIOJZF)t6x*vjLQTzgSdwv|chiGw<>pg_i#ZPW={?lCp-J;FTGaSLiranB;=5O+q~VdS zJY6BH>Z*11?#sHSa-Xg(IijW8O4ZS#S#$g4(ehuuEURO*xhkujSS@~i`t)$LwyfVj z`E7EF+j1rFPIH?-a5(tlaX8$6al=2%Gb6Tf6mrYRJtH@b+%j@&u_nOjHh z9l3er?vdL^?jLCY=>TZ~=>cg1=>lm3=>us5>BQEwg7ktkgLH$mgY<(mgmi?og!F_o zg>;3qh4h6qhID3YT0?rXHO(R2A?+dkAq^rOA}u04B26M)B5fjlB8?)QBCR65+L~sO zZf#AwNWVzKNXJOaNY6;qNY_Z)NZ&}~NaslFNbk0$d8B(=(>~HavH{2rAX|X!0kR3m zE+E^0>;tk9$W94XyQav=B|b>@3%oE7O{DGpE&9eV*T_(ei&kU+x~?@3FD5@p=y5 zl68&w*8fhF`GgnedGq4lx!JsRPjW5q4xYNWC)BS!y$AHA_f+?G?9!p=W*t5|PY%EC z(vep@a%4xL9DO!Jz6`|6v6Yc>d~=eXs5&MmUK~gZh6U1s)g|&()_|OJPm`~scS^{y zUP9+u#o3UlQ+x?J)jL;iDEM9D(tpXy)ZYo&H0HW(DK* zwofDV_JOPF?mee7x=v|!#}}Hj;h^R=ys3G0A;}L6NI}`46fW8+MaexSIEpiT6ESSkKFl9t(NxHYuVr|y=&_no!yZ%oQ|1tPep`!8WLr0##t@* zj7mks=USQmom5`thT8Pu(>{IVwWaF+ ztXUr2R;EpTHS*ZnR9(NdNSYUxN}$mtkLRVxhVtL!38y73IdR%@@q1~Fy`rs0KasWz zA${`gK6z?nP&e-WNH_KO=+kYz+P=MA!yIAZ6UJW=W6u*Kug7Isled|_W-BSpF~PE8 z#ftv#y=6HjkN>3F>$5!NHN5$(O7mcj!@-w*91h>LcVvDnKiWPzb|3erIVn{;uA=|Q zd0TeHGuuM;g=`Gj8L~BGZ^-75-67jU_J?c`*&(t;WRJ)uZOtx`ZQ7cBA{#|^ifk3x ztF75Aza6_pwu|f+*)XzWWXs5&ZOx{UT_f8@_Kj>D**UUxWber4k=-NPNA{020O6KqWvkTxKFKpKH`0%--(3#1uHH;{H9{XiOmbOdP$(i5a9wx%mcTWn2Vkj5aL zL0W_K25An`9i%--e~<pGJwuv?bPZ{nt?3)mI9t;>q;*K|kme!XL)wS*4{0FML8OI950NG!T}0Z5^bu*K zt?4AvN~D)aGm&m0?L_*CG!*G5(o&?SNK=unB5g(biZs^NbQWo?t?4b&T%@~5dy)Pk z4MsYQwAc}D+8Z(cnmG0x8Ff9be`0KsY+`JZZ2sGb73=Q+|9fwO>m2`GlDyy=SsveI bb01@hJtL2HyS)Y3McKJ-Z(c6u6vX@mfqZ3V literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Riga b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Riga new file mode 100644 index 0000000000000000000000000000000000000000..8db477d01736445cafce8af7a7085d226d81f546 GIT binary patch literal 2198 zcmeIydrXye9LMqBNhl)1uPrzB>i2$>wbuHhtv~xcJJ0LkVQh@? zc?Z^SZ^|`)J2UMYKAd*@;W^c@w-?`gV(MsD&s5*R()PY{ol|d&|NQmPn+=;k-O^Y& zJYFv6U-Rn7F`s;PC|`n|DH7Btcf_Q<5}Y0TWwAG6tkV12%nxEGqJwc`zT#Vkp9#jF z?h7THcsi8$LT6}B_wG>AzJ}1;=5?WY8%sm;E0%_m3)4djGU7rh32`PhD$=Bd7dUAb zQ=Rnhz0ShX2xrmR%g(JQC!CDqW6t8g3d&Gr9iLCa-8v@~fVe zg2W@TB)3(TOm@h!_+DLp#wWLr)oNjXy%r5F*EboA7u564`ubpklgj%%Thk@x>O9mul}BHS##ngy}PAFD!U)o zwf8)wRn3iBy|h^a6=k~4yGCm=7HZ9W0xs+1NKr>Q4S7 zn>v1x`rZ-QTt6!J?Vr#sE8dm+>xQ)<>98~w4QNxuJGwPdb?cAM>9)yTx_zikANVSu z55BrVn?K$u4;?Jhmi}sacw3V0I8Y!v*A~jICa>(ynIn5jF3TgcjO@*d(Y>K>r8WAJ zwg%5i+l4Rm(YN~Lv5`UDclaaSKX63b+m35TPltN0vDb{S>%y-xy6*9}pB zy>5*DZ!cqJAG7~>+{27n@U|zyn1s0|%9usjMvRFTb2D!|vD5cu#h%3J?@m8^=Kc9o z)6W(DfT^;dit2zVDG3;Vb-D3beI@pVzj~E@X&>C<@fhQA&y}yQ-aVeczu3?3_SBp@ zzX{n9vL$3su69$%u8?gZ`$9H`>7lD_ zBGN@y+eW01NF$L>BCSMvi8K@c?lo;m^w~$jr{l%kbx9yHEL% Fe*o7aBb5LE literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Rome b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Rome new file mode 100644 index 0000000000000000000000000000000000000000..32b2899a306dde401fa2e3952d06f5f4d9952bed GIT binary patch literal 2641 zcmciDeN0t#9LMp?!v#d7FPdUJh(&}ZB8Z@nXo}#>i>2Jue8eZzB03V1mWrCWa?E{8 z(>WmVA(y7q3Uf`ZRoZAG8HQ!$WSMEv+}X^bDcbLS9H!OZp0j&i=U&F2zxT&GX?{U} z*MF`+^9vuYo#w-Pr{(5RG3c^Y(Ny1DdH9H3wa=CR)@#?T&DBxO)%kDRTbAv~-#TTW zwapWeUssrF*Pk0LM|Xy6!`3YM`i%i{tZ15kQ`}7&J&pG9A<6pfs77guZnaMI-e{j_ zS+3uA*dSL@_S#oY9%{ZC)o5M)xYoXQt=4MWw86f9_LzNR<%gE*@CUZf%r`CH%1M^r z@E0uqS4wSnpLKRX(K;)z<3c+qJHrlYnP3MePOyTHq}w5(=~l?Qk#?tFn(fdvZT3A! z+bk)Gu)_A7wmRosv%2Jtkb6`9(yp;B+O5k^8t!*g!!LfK-Os$I_Z_d+h%a8($O8u@ zYIlu9S8kRb%U0S z+R9{56*DeLx-#$rb8>D^wEM?9kwc6hUd67Yj&iJ zh&!j*S#6Tz{z^y2o|cgpew9&vpUJ3(I(h8OHW^*BOFZ?TYVO){8MAwfK3-HLPn5r` zV<)W9afNd7b7bOoo%N|py=2lyf9m9>V3|@KCR1zw zkZENXW%~LC$)DaNGnW3YGl%YzSyStEcFZQ3lUbt$L3?#>wCddR8+Be=vCgkstWTfv z>ND?5*1|6r$g{6zYSE57d2U{eTB}oK!Pvo4To5kLC-;z&>?^V`%q6A$x@xKYvn&d2 z)kVh+$>Iwq^~Lvh$V(0Tb;+jBb!knNE?c}^%hr~u+sF6T?dNZ9A77s4ZujQ5JDvgV zyMMb}9c#^baz*v@@prjG#nqwxdHXNCdvd+5tn54agkXksJVj$IUH040*ffNLtits{7xJ*req99d4%7WAdDGX8> zq%=rv98GbM>NuM6AoX!H1wtx>lnAL2QY55GNSTm2A%#LJg_H`Zm7^&ZQZ1xhNWGAP zAr(VPhSUrx8d5c+Y)IXZ!XcGIN{7@ADW0RL9#TG}ene}- zkxC+^L~4l?)6rBDDW{{UCsI(PqDV=Rnj%F-s*02qsVh=gq_Rk9k=i1~MXHOG*U{7$ zDX^odFj8Wq#z>KoDkEh^>WmZ`sWeh*q}E8Wk!mC5b~N=y3hrnsj+7j!IZ||_>PXp< zx+8^0Dvy*NsXbDBr20ttk@_PG;AmC=SpsAYkVQaN0a*rQ9gu}URsvZHWG#@zKvn}; z4rD!$1#vVhf-H%nSrcSYkX1pJ1z8tlVUU$Umc}Q**YDQt?>4uuA5U|)d-K~J&%l7Y zf45JK85}b;W>U-^go>+E`}6i+cxQ0N{cCjoSsn8hY?i2RGMki;o06ECn3Ry4oP_;S Gg8v5j00K|| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Samara b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Samara new file mode 100644 index 0000000000000000000000000000000000000000..d0ea2f25e9b4acaf3167a09a1c647943425e51b1 GIT binary patch literal 1201 zcmdVYPe_wt9KiACRriN2!b@)Xr+;Q^Q`g(v#;j>8(_w8OF*-!S17*-3Xo!anL4p ..." + ) + dir = convert_path(words[1]) + patterns = [convert_path(w) for w in words[2:]] + elif action in ('graft', 'prune'): + if len(words) != 2: + raise DistutilsTemplateError( + f"'{action}' expects a single " + ) + dir_pattern = convert_path(words[1]) + else: + raise DistutilsTemplateError(f"unknown action '{action}'") + + return (action, patterns, dir, dir_pattern) + + def process_template_line(self, line: str) -> None: # noqa: C901 + # 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 (dir_pattern). + (action, patterns, dir, dir_pattern) = self._parse_template_line(line) + + # 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': + self.debug_print("include " + ' '.join(patterns)) + for pattern in patterns: + if not self.include_pattern(pattern, anchor=True): + log.warning("warning: no files found matching '%s'", pattern) + + elif action == 'exclude': + self.debug_print("exclude " + ' '.join(patterns)) + for pattern in patterns: + if not self.exclude_pattern(pattern, anchor=True): + log.warning( + "warning: no previously-included files found matching '%s'", + pattern, + ) + + elif action == 'global-include': + self.debug_print("global-include " + ' '.join(patterns)) + for pattern in patterns: + if not self.include_pattern(pattern, anchor=False): + log.warning( + ( + "warning: no files found matching '%s' " + "anywhere in distribution" + ), + pattern, + ) + + elif action == 'global-exclude': + self.debug_print("global-exclude " + ' '.join(patterns)) + for pattern in patterns: + if not self.exclude_pattern(pattern, anchor=False): + log.warning( + ( + "warning: no previously-included files matching " + "'%s' found anywhere in distribution" + ), + pattern, + ) + + elif action == 'recursive-include': + self.debug_print("recursive-include {} {}".format(dir, ' '.join(patterns))) + for pattern in patterns: + if not self.include_pattern(pattern, prefix=dir): + msg = "warning: no files found matching '%s' under directory '%s'" + log.warning(msg, pattern, dir) + + elif action == 'recursive-exclude': + self.debug_print("recursive-exclude {} {}".format(dir, ' '.join(patterns))) + for pattern in patterns: + if not self.exclude_pattern(pattern, prefix=dir): + log.warning( + ( + "warning: no previously-included files matching " + "'%s' found under directory '%s'" + ), + pattern, + dir, + ) + + elif action == 'graft': + self.debug_print("graft " + dir_pattern) + if not self.include_pattern(None, prefix=dir_pattern): + log.warning("warning: no directories found matching '%s'", dir_pattern) + + elif action == 'prune': + self.debug_print("prune " + dir_pattern) + if not self.exclude_pattern(None, prefix=dir_pattern): + log.warning( + ("no previously-included directories found matching '%s'"), + dir_pattern, + ) + else: + raise DistutilsInternalError( + f"this cannot happen: invalid action '{action}'" + ) + + # Filtering/selection methods + @overload + def include_pattern( + self, + pattern: str, + anchor: bool = True, + prefix: str | None = None, + is_regex: Literal[False] = False, + ) -> bool: ... + @overload + def include_pattern( + self, + pattern: str | re.Pattern[str], + anchor: bool = True, + prefix: str | None = None, + *, + is_regex: Literal[True], + ) -> bool: ... + @overload + def include_pattern( + self, + pattern: str | re.Pattern[str], + anchor: bool, + prefix: str | None, + is_regex: Literal[True], + ) -> bool: ... + def include_pattern( + self, + pattern: str | re.Pattern, + anchor: bool = True, + prefix: str | None = None, + is_regex: bool = False, + ) -> bool: + """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, False otherwise. + """ + # XXX docstring lying about what the special chars are? + files_found = False + pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) + self.debug_print(f"include_pattern: applying regex r'{pattern_re.pattern}'") + + # delayed loading of allfiles list + if self.allfiles is None: + self.findall() + + for name in self.allfiles: + if pattern_re.search(name): + self.debug_print(" adding " + name) + self.files.append(name) + files_found = True + return files_found + + @overload + def exclude_pattern( + self, + pattern: str, + anchor: bool = True, + prefix: str | None = None, + is_regex: Literal[False] = False, + ) -> bool: ... + @overload + def exclude_pattern( + self, + pattern: str | re.Pattern[str], + anchor: bool = True, + prefix: str | None = None, + *, + is_regex: Literal[True], + ) -> bool: ... + @overload + def exclude_pattern( + self, + pattern: str | re.Pattern[str], + anchor: bool, + prefix: str | None, + is_regex: Literal[True], + ) -> bool: ... + def exclude_pattern( + self, + pattern: str | re.Pattern, + anchor: bool = True, + prefix: str | None = None, + is_regex: bool = False, + ) -> bool: + """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, False otherwise. + """ + files_found = False + pattern_re = translate_pattern(pattern, anchor, prefix, is_regex) + self.debug_print(f"exclude_pattern: applying regex r'{pattern_re.pattern}'") + for i in range(len(self.files) - 1, -1, -1): + if pattern_re.search(self.files[i]): + self.debug_print(" removing " + self.files[i]) + del self.files[i] + files_found = True + return files_found + + +# Utility functions + + +def _find_all_simple(path): + """ + Find all files under 'path' + """ + all_unique = _UniqueDirs.filter(os.walk(path, followlinks=True)) + results = ( + os.path.join(base, file) for base, dirs, files in all_unique for file in files + ) + return filter(os.path.isfile, results) + + +class _UniqueDirs(set): + """ + Exclude previously-seen dirs from walk results, + avoiding infinite recursion. + Ref https://bugs.python.org/issue44497. + """ + + def __call__(self, walk_item): + """ + Given an item from an os.walk result, determine + if the item represents a unique dir for this instance + and if not, prevent further traversal. + """ + base, dirs, files = walk_item + stat = os.stat(base) + candidate = stat.st_dev, stat.st_ino + found = candidate in self + if found: + del dirs[:] + self.add(candidate) + return not found + + @classmethod + def filter(cls, items): + return filter(cls(), items) + + +def findall(dir: str | os.PathLike[str] = os.curdir): + """ + Find all files under 'dir' and return the list of full filenames. + Unless dir is '.', return full filenames with dir prepended. + """ + files = _find_all_simple(dir) + if dir == os.curdir: + make_rel = functools.partial(os.path.relpath, start=dir) + files = map(make_rel, files) + return list(files) + + +def glob_to_re(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 = rf'\1[^{sep}]' + pattern_re = re.sub(r'((?= 2: + set_threshold(logging.DEBUG) + + +class Log(logging.Logger): + """distutils.log.Log is deprecated, please use an alternative from `logging`.""" + + def __init__(self, threshold=WARN): + warnings.warn(Log.__doc__) # avoid DeprecationWarning to ensure warn is shown + super().__init__(__name__, level=threshold) + + @property + def threshold(self): + return self.level + + @threshold.setter + def threshold(self, level): + self.setLevel(level) + + warn = logging.Logger.warning diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/spawn.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/spawn.py new file mode 100644 index 0000000..973668f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/spawn.py @@ -0,0 +1,134 @@ +"""distutils.spawn + +Provides the 'spawn()' function, a front-end to various platform- +specific functions for launching another program in a sub-process. +""" + +from __future__ import annotations + +import os +import platform +import shutil +import subprocess +import sys +import warnings +from collections.abc import Mapping, MutableSequence +from typing import TYPE_CHECKING, TypeVar, overload + +from ._log import log +from .debug import DEBUG +from .errors import DistutilsExecError + +if TYPE_CHECKING: + from subprocess import _ENV + + +_MappingT = TypeVar("_MappingT", bound=Mapping) + + +def _debug(cmd): + """ + Render a subprocess command differently depending on DEBUG. + """ + return cmd if DEBUG else cmd[0] + + +def _inject_macos_ver(env: _MappingT | None) -> _MappingT | dict[str, str | int] | None: + if platform.system() != 'Darwin': + return env + + from .util import MACOSX_VERSION_VAR, get_macosx_target_ver + + target_ver = get_macosx_target_ver() + update = {MACOSX_VERSION_VAR: target_ver} if target_ver else {} + return {**_resolve(env), **update} + + +@overload +def _resolve(env: None) -> os._Environ[str]: ... +@overload +def _resolve(env: _MappingT) -> _MappingT: ... +def _resolve(env: _MappingT | None) -> _MappingT | os._Environ[str]: + return os.environ if env is None else env + + +def spawn( + cmd: MutableSequence[bytes | str | os.PathLike[str]], + search_path: bool = True, + verbose: bool = False, + dry_run: bool = False, + env: _ENV | None = None, +) -> None: + """Run another program, specified as a command list 'cmd', in a new process. + + 'cmd' is just the argument list for the new process, ie. + cmd[0] is the program to run and cmd[1:] are the rest of its arguments. + There is no way to run a program with a name different from that of its + executable. + + If 'search_path' is true (the default), the system's executable + search path will be used to find the program; otherwise, cmd[0] + must be the exact path to the executable. If 'dry_run' is true, + the command will not actually be run. + + Raise DistutilsExecError if running the program fails in any way; just + return on success. + """ + log.info(subprocess.list2cmdline(cmd)) + if dry_run: + return + + if search_path: + executable = shutil.which(cmd[0]) + if executable is not None: + cmd[0] = executable + + try: + subprocess.check_call(cmd, env=_inject_macos_ver(env)) + except OSError as exc: + raise DistutilsExecError( + f"command {_debug(cmd)!r} failed: {exc.args[-1]}" + ) from exc + except subprocess.CalledProcessError as err: + raise DistutilsExecError( + f"command {_debug(cmd)!r} failed with exit code {err.returncode}" + ) from err + + +def find_executable(executable: str, path: str | None = None) -> str | None: + """Tries to find 'executable' in the directories listed in 'path'. + + A string listing directories separated by 'os.pathsep'; defaults to + os.environ['PATH']. Returns the complete filename or None if not found. + """ + warnings.warn( + 'Use shutil.which instead of find_executable', DeprecationWarning, stacklevel=2 + ) + _, ext = os.path.splitext(executable) + if (sys.platform == 'win32') and (ext != '.exe'): + executable = executable + '.exe' + + if os.path.isfile(executable): + return executable + + if path is None: + path = os.environ.get('PATH', None) + # bpo-35755: Don't fall through if PATH is the empty string + if path is None: + try: + path = os.confstr("CS_PATH") + except (AttributeError, ValueError): + # os.confstr() or CS_PATH is not available + path = os.defpath + + # PATH='' doesn't match, whereas PATH=':' looks in the current directory + if not path: + return None + + paths = path.split(os.pathsep) + for p in paths: + f = os.path.join(p, executable) + if os.path.isfile(f): + # the file exists, we have a shot at spawn working + return f + return None diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py new file mode 100644 index 0000000..7ddc869 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py @@ -0,0 +1,598 @@ +"""Provide access to Python's configuration information. The specific +configuration variables available depend heavily on the platform and +configuration. The values may be retrieved using +get_config_var(name), and the list of variables is available via +get_config_vars().keys(). Additional convenience functions are also +available. + +Written by: Fred L. Drake, Jr. +Email: +""" + +from __future__ import annotations + +import functools +import os +import pathlib +import re +import sys +import sysconfig +from typing import TYPE_CHECKING, Literal, overload + +from jaraco.functools import pass_none + +from .ccompiler import CCompiler +from .compat import py39 +from .errors import DistutilsPlatformError +from .util import is_mingw + +if TYPE_CHECKING: + from typing_extensions import deprecated +else: + + def deprecated(message): + return lambda fn: fn + + +IS_PYPY = '__pypy__' in sys.builtin_module_names + +# These are needed in a couple of spots, so just compute them once. +PREFIX = os.path.normpath(sys.prefix) +EXEC_PREFIX = os.path.normpath(sys.exec_prefix) +BASE_PREFIX = os.path.normpath(sys.base_prefix) +BASE_EXEC_PREFIX = os.path.normpath(sys.base_exec_prefix) + +# Path to the base directory of the project. On Windows the binary may +# live in project/PCbuild/win32 or project/PCbuild/amd64. +# set for cross builds +if "_PYTHON_PROJECT_BASE" in os.environ: + project_base = os.path.abspath(os.environ["_PYTHON_PROJECT_BASE"]) +else: + if sys.executable: + project_base = os.path.dirname(os.path.abspath(sys.executable)) + else: + # sys.executable can be empty if argv[0] has been changed and Python is + # unable to retrieve the real program name + project_base = os.getcwd() + + +def _is_python_source_dir(d): + """ + Return True if the target directory appears to point to an + un-installed Python. + """ + modules = pathlib.Path(d).joinpath('Modules') + return any(modules.joinpath(fn).is_file() for fn in ('Setup', 'Setup.local')) + + +_sys_home = getattr(sys, '_home', None) + + +def _is_parent(dir_a, dir_b): + """ + Return True if a is a parent of b. + """ + return os.path.normcase(dir_a).startswith(os.path.normcase(dir_b)) + + +if os.name == 'nt': + + @pass_none + def _fix_pcbuild(d): + # In a venv, sys._home will be inside BASE_PREFIX rather than PREFIX. + prefixes = PREFIX, BASE_PREFIX + matched = ( + prefix + for prefix in prefixes + if _is_parent(d, os.path.join(prefix, "PCbuild")) + ) + return next(matched, d) + + project_base = _fix_pcbuild(project_base) + _sys_home = _fix_pcbuild(_sys_home) + + +def _python_build(): + if _sys_home: + return _is_python_source_dir(_sys_home) + return _is_python_source_dir(project_base) + + +python_build = _python_build() + + +# Calculate the build qualifier flags if they are defined. Adding the flags +# to the include and lib directories only makes sense for an installation, not +# an in-source build. +build_flags = '' +try: + if not python_build: + build_flags = sys.abiflags +except AttributeError: + # It's not a configure-based build, so the sys module doesn't have + # this attribute, which is fine. + pass + + +def get_python_version(): + """Return a string containing the major and minor Python version, + leaving off the patchlevel. Sample return values could be '1.5' + or '2.2'. + """ + return f'{sys.version_info.major}.{sys.version_info.minor}' + + +def get_python_inc(plat_specific: bool = False, prefix: str | None = None) -> str: + """Return the directory containing installed Python header files. + + If 'plat_specific' is false (the default), this is the path to the + non-platform-specific header files, i.e. Python.h and so on; + otherwise, this is the path to platform-specific header files + (namely pyconfig.h). + + If 'prefix' is supplied, use it instead of sys.base_prefix or + sys.base_exec_prefix -- i.e., ignore 'plat_specific'. + """ + default_prefix = BASE_EXEC_PREFIX if plat_specific else BASE_PREFIX + resolved_prefix = prefix if prefix is not None else default_prefix + # MinGW imitates posix like layout, but os.name != posix + os_name = "posix" if is_mingw() else os.name + try: + getter = globals()[f'_get_python_inc_{os_name}'] + except KeyError: + raise DistutilsPlatformError( + "I don't know where Python installs its C header files " + f"on platform '{os.name}'" + ) + return getter(resolved_prefix, prefix, plat_specific) + + +@pass_none +def _extant(path): + """ + Replace path with None if it doesn't exist. + """ + return path if os.path.exists(path) else None + + +def _get_python_inc_posix(prefix, spec_prefix, plat_specific): + return ( + _get_python_inc_posix_python(plat_specific) + or _extant(_get_python_inc_from_config(plat_specific, spec_prefix)) + or _get_python_inc_posix_prefix(prefix) + ) + + +def _get_python_inc_posix_python(plat_specific): + """ + Assume the executable is in the build directory. The + pyconfig.h file should be in the same directory. Since + the build directory may not be the source directory, + use "srcdir" from the makefile to find the "Include" + directory. + """ + if not python_build: + return + if plat_specific: + return _sys_home or project_base + incdir = os.path.join(get_config_var('srcdir'), 'Include') + return os.path.normpath(incdir) + + +def _get_python_inc_from_config(plat_specific, spec_prefix): + """ + If no prefix was explicitly specified, provide the include + directory from the config vars. Useful when + cross-compiling, since the config vars may come from + the host + platform Python installation, while the current Python + executable is from the build platform installation. + + >>> monkeypatch = getfixture('monkeypatch') + >>> gpifc = _get_python_inc_from_config + >>> monkeypatch.setitem(gpifc.__globals__, 'get_config_var', str.lower) + >>> gpifc(False, '/usr/bin/') + >>> gpifc(False, '') + >>> gpifc(False, None) + 'includepy' + >>> gpifc(True, None) + 'confincludepy' + """ + if spec_prefix is None: + return get_config_var('CONF' * plat_specific + 'INCLUDEPY') + + +def _get_python_inc_posix_prefix(prefix): + implementation = 'pypy' if IS_PYPY else 'python' + python_dir = implementation + get_python_version() + build_flags + return os.path.join(prefix, "include", python_dir) + + +def _get_python_inc_nt(prefix, spec_prefix, plat_specific): + if python_build: + # Include both include dirs to ensure we can find pyconfig.h + return ( + os.path.join(prefix, "include") + + os.path.pathsep + + os.path.dirname(sysconfig.get_config_h_filename()) + ) + return os.path.join(prefix, "include") + + +# allow this behavior to be monkey-patched. Ref pypa/distutils#2. +def _posix_lib(standard_lib, libpython, early_prefix, prefix): + if standard_lib: + return libpython + else: + return os.path.join(libpython, "site-packages") + + +def get_python_lib( + plat_specific: bool = False, standard_lib: bool = False, prefix: str | None = None +) -> str: + """Return the directory containing the Python library (standard or + site additions). + + If 'plat_specific' is true, return the directory containing + platform-specific modules, i.e. any module from a non-pure-Python + module distribution; otherwise, return the platform-shared library + directory. If 'standard_lib' is true, return the directory + containing standard Python library modules; otherwise, return the + directory for site-specific modules. + + If 'prefix' is supplied, use it instead of sys.base_prefix or + sys.base_exec_prefix -- i.e., ignore 'plat_specific'. + """ + + early_prefix = prefix + + if prefix is None: + if standard_lib: + prefix = plat_specific and BASE_EXEC_PREFIX or BASE_PREFIX + else: + prefix = plat_specific and EXEC_PREFIX or PREFIX + + if os.name == "posix" or is_mingw(): + if plat_specific or standard_lib: + # Platform-specific modules (any module from a non-pure-Python + # module distribution) or standard Python library modules. + libdir = getattr(sys, "platlibdir", "lib") + else: + # Pure Python + libdir = "lib" + implementation = 'pypy' if IS_PYPY else 'python' + libpython = os.path.join(prefix, libdir, implementation + get_python_version()) + return _posix_lib(standard_lib, libpython, early_prefix, prefix) + elif os.name == "nt": + if standard_lib: + return os.path.join(prefix, "Lib") + else: + return os.path.join(prefix, "Lib", "site-packages") + else: + raise DistutilsPlatformError( + f"I don't know where Python installs its library on platform '{os.name}'" + ) + + +@functools.lru_cache +def _customize_macos(): + """ + Perform first-time customization of compiler-related + config vars on macOS. Use after a compiler is known + to be needed. This customization exists primarily to support Pythons + from binary installers. The kind and paths to build tools on + the user system may vary significantly from the system + that Python itself was built on. Also the user OS + version and build tools may not support the same set + of CPU architectures for universal builds. + """ + + sys.platform == "darwin" and __import__('_osx_support').customize_compiler( + get_config_vars() + ) + + +def customize_compiler(compiler: CCompiler) -> None: + """Do any platform-specific customization of a CCompiler instance. + + Mainly needed on Unix, so we can plug in the information that + varies across Unices and is stored in Python's Makefile. + """ + if compiler.compiler_type in ["unix", "cygwin"] or ( + compiler.compiler_type == "mingw32" and is_mingw() + ): + _customize_macos() + + ( + cc, + cxx, + cflags, + ccshared, + ldshared, + ldcxxshared, + shlib_suffix, + ar, + ar_flags, + ) = get_config_vars( + 'CC', + 'CXX', + 'CFLAGS', + 'CCSHARED', + 'LDSHARED', + 'LDCXXSHARED', + 'SHLIB_SUFFIX', + 'AR', + 'ARFLAGS', + ) + + cxxflags = cflags + + if 'CC' in os.environ: + newcc = os.environ['CC'] + if 'LDSHARED' not in os.environ and ldshared.startswith(cc): + # If CC is overridden, use that as the default + # command for LDSHARED as well + ldshared = newcc + ldshared[len(cc) :] + cc = newcc + cxx = os.environ.get('CXX', cxx) + ldshared = os.environ.get('LDSHARED', ldshared) + ldcxxshared = os.environ.get('LDCXXSHARED', ldcxxshared) + cpp = os.environ.get( + 'CPP', + cc + " -E", # not always + ) + + ldshared = _add_flags(ldshared, 'LD') + ldcxxshared = _add_flags(ldcxxshared, 'LD') + cflags = os.environ.get('CFLAGS', cflags) + ldshared = _add_flags(ldshared, 'C') + cxxflags = os.environ.get('CXXFLAGS', cxxflags) + ldcxxshared = _add_flags(ldcxxshared, 'CXX') + cpp = _add_flags(cpp, 'CPP') + cflags = _add_flags(cflags, 'CPP') + cxxflags = _add_flags(cxxflags, 'CPP') + ldshared = _add_flags(ldshared, 'CPP') + ldcxxshared = _add_flags(ldcxxshared, 'CPP') + + ar = os.environ.get('AR', ar) + + archiver = ar + ' ' + os.environ.get('ARFLAGS', ar_flags) + cc_cmd = cc + ' ' + cflags + cxx_cmd = cxx + ' ' + cxxflags + + compiler.set_executables( + preprocessor=cpp, + compiler=cc_cmd, + compiler_so=cc_cmd + ' ' + ccshared, + compiler_cxx=cxx_cmd, + compiler_so_cxx=cxx_cmd + ' ' + ccshared, + linker_so=ldshared, + linker_so_cxx=ldcxxshared, + linker_exe=cc, + linker_exe_cxx=cxx, + archiver=archiver, + ) + + if 'RANLIB' in os.environ and compiler.executables.get('ranlib', None): + compiler.set_executables(ranlib=os.environ['RANLIB']) + + compiler.shared_lib_extension = shlib_suffix + + +def get_config_h_filename() -> str: + """Return full pathname of installed pyconfig.h file.""" + return sysconfig.get_config_h_filename() + + +def get_makefile_filename() -> str: + """Return full pathname of installed Makefile from the Python build.""" + return sysconfig.get_makefile_filename() + + +def parse_config_h(fp, g=None): + """Parse a config.h-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + return sysconfig.parse_config_h(fp, vars=g) + + +# Regexes needed for parsing Makefile (and similar syntaxes, +# like old-style Setup files). +_variable_rx = re.compile(r"([a-zA-Z][a-zA-Z0-9_]+)\s*=\s*(.*)") +_findvar1_rx = re.compile(r"\$\(([A-Za-z][A-Za-z0-9_]*)\)") +_findvar2_rx = re.compile(r"\${([A-Za-z][A-Za-z0-9_]*)}") + + +def parse_makefile(fn, g=None): # noqa: C901 + """Parse a Makefile-style file. + + A dictionary containing name/value pairs is returned. If an + optional dictionary is passed in as the second argument, it is + used instead of a new dictionary. + """ + from distutils.text_file import TextFile + + fp = TextFile( + fn, + strip_comments=True, + skip_blanks=True, + join_lines=True, + errors="surrogateescape", + ) + + if g is None: + g = {} + done = {} + notdone = {} + + while True: + line = fp.readline() + if line is None: # eof + break + m = _variable_rx.match(line) + if m: + n, v = m.group(1, 2) + v = v.strip() + # `$$' is a literal `$' in make + tmpv = v.replace('$$', '') + + if "$" in tmpv: + notdone[n] = v + else: + try: + v = int(v) + except ValueError: + # insert literal `$' + done[n] = v.replace('$$', '$') + else: + done[n] = v + + # Variables with a 'PY_' prefix in the makefile. These need to + # be made available without that prefix through sysconfig. + # Special care is needed to ensure that variable expansion works, even + # if the expansion uses the name without a prefix. + renamed_variables = ('CFLAGS', 'LDFLAGS', 'CPPFLAGS') + + # do variable interpolation here + while notdone: + for name in list(notdone): + value = notdone[name] + m = _findvar1_rx.search(value) or _findvar2_rx.search(value) + if m: + n = m.group(1) + found = True + if n in done: + item = str(done[n]) + elif n in notdone: + # get it on a subsequent round + found = False + elif n in os.environ: + # do it like make: fall back to environment + item = os.environ[n] + + elif n in renamed_variables: + if name.startswith('PY_') and name[3:] in renamed_variables: + item = "" + + elif 'PY_' + n in notdone: + found = False + + else: + item = str(done['PY_' + n]) + else: + done[n] = item = "" + if found: + after = value[m.end() :] + value = value[: m.start()] + item + after + if "$" in after: + notdone[name] = value + else: + try: + value = int(value) + except ValueError: + done[name] = value.strip() + else: + done[name] = value + del notdone[name] + + if name.startswith('PY_') and name[3:] in renamed_variables: + name = name[3:] + if name not in done: + done[name] = value + else: + # bogus variable reference; just drop it since we can't deal + del notdone[name] + + fp.close() + + # strip spurious spaces + for k, v in done.items(): + if isinstance(v, str): + done[k] = v.strip() + + # save the results in the global dictionary + g.update(done) + return g + + +def expand_makefile_vars(s, vars): + """Expand Makefile-style variables -- "${foo}" or "$(foo)" -- in + 'string' according to 'vars' (a dictionary mapping variable names to + values). Variables not present in 'vars' are silently expanded to the + empty string. The variable values in 'vars' should not contain further + variable expansions; if 'vars' is the output of 'parse_makefile()', + you're fine. Returns a variable-expanded version of 's'. + """ + + # This algorithm does multiple expansion, so if vars['foo'] contains + # "${bar}", it will expand ${foo} to ${bar}, and then expand + # ${bar}... and so forth. This is fine as long as 'vars' comes from + # 'parse_makefile()', which takes care of such expansions eagerly, + # according to make's variable expansion semantics. + + while True: + m = _findvar1_rx.search(s) or _findvar2_rx.search(s) + if m: + (beg, end) = m.span() + s = s[0:beg] + vars.get(m.group(1)) + s[end:] + else: + break + return s + + +_config_vars = None + + +@overload +def get_config_vars() -> dict[str, str | int]: ... +@overload +def get_config_vars(arg: str, /, *args: str) -> list[str | int]: ... +def get_config_vars(*args: str) -> list[str | int] | dict[str, str | int]: + """With no arguments, return a dictionary of all configuration + variables relevant for the current platform. Generally this includes + everything needed to build extensions and install both pure modules and + extensions. On Unix, this means every variable defined in Python's + installed Makefile; on Windows it's a much smaller set. + + With arguments, return a list of values that result from looking up + each argument in the configuration variable dictionary. + """ + global _config_vars + if _config_vars is None: + _config_vars = sysconfig.get_config_vars().copy() + py39.add_ext_suffix(_config_vars) + + return [_config_vars.get(name) for name in args] if args else _config_vars + + +@overload +@deprecated( + "SO is deprecated, use EXT_SUFFIX. Support will be removed when this module is synchronized with stdlib Python 3.11" +) +def get_config_var(name: Literal["SO"]) -> int | str | None: ... +@overload +def get_config_var(name: str) -> int | str | None: ... +def get_config_var(name: str) -> int | str | None: + """Return the value of a single variable using the dictionary + returned by 'get_config_vars()'. Equivalent to + get_config_vars().get(name) + """ + if name == 'SO': + import warnings + + warnings.warn('SO is deprecated, use EXT_SUFFIX', DeprecationWarning, 2) + return get_config_vars().get(name) + + +@pass_none +def _add_flags(value: str, type: str) -> str: + """ + Add any flags from the environment for the given type. + + type is the prefix to FLAGS in the environment key (e.g. "C" for "CFLAGS"). + """ + flags = os.environ.get(f'{type}FLAGS') + return f'{value} {flags}' if flags else value diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py new file mode 100644 index 0000000..5a8ab06 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__init__.py @@ -0,0 +1,42 @@ +""" +Test suite for distutils. + +Tests for the command classes in the distutils.command package are +included in distutils.tests as well, instead of using a separate +distutils.command.tests package, since command identification is done +by import rather than matching pre-defined names. +""" + +import shutil +from collections.abc import Sequence + + +def missing_compiler_executable(cmd_names: Sequence[str] = []): # pragma: no cover + """Check if the compiler components used to build the interpreter exist. + + Check for the existence of the compiler executables whose names are listed + in 'cmd_names' or all the compiler executables when 'cmd_names' is empty + and return the first missing executable or None when none is found + missing. + + """ + from distutils import ccompiler, errors, sysconfig + + compiler = ccompiler.new_compiler() + sysconfig.customize_compiler(compiler) + if compiler.compiler_type == "msvc": + # MSVC has no executables, so check whether initialization succeeds + try: + compiler.initialize() + except errors.DistutilsPlatformError: + return "msvc" + for name in compiler.executables: + if cmd_names and name not in cmd_names: + continue + cmd = getattr(compiler, name) + if cmd_names: + assert cmd is not None, f"the '{name}' executable is not configured" + elif not cmd: + continue + if shutil.which(cmd[0]) is None: + return cmd[0] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a2e27dc4d2291fdd734c9b623aa60ec01a6682f GIT binary patch literal 1914 zcmaJB-D@00eCBrVE_b=)k~ED;w9Qykt|v*3wi11aE&Wi6U<}lk24tD+&fQJAAJ>`L zrdKXd#fMf3#wQ~p2{bGh9^9~{`(-~7J6e;gRd zBRKQ-eycr6BlNp|#K-Ic2WJ5I8aZegIoL_Lcp1ara8sVKY+zJFRqU9|VCDqyRZ~v- z^Yn7MnJQ=KI7TS{F_VhOkSj*2fglc-DpcH+bNLQQcCf0>h#hzy^&MinR7xfZ_lZXL z1Y(8;wXf3}BUG?F_iZQNARM~ZHuOZm1 z!>Zf|M}6us2>uV9-NiDF`mVAYAp;vx&h{LuL$)Dt$$`2c1HJadW$p}qfE?id7CD*kjM&0w zxRsIk{weiJEW0`$L%n}1<6zx|aa^C``xj!Ioxnv*;=&-T)dR^6`$qRXaX}q(I_jY7OG($1 z2&kp5`+u6)zXhOwnb%Owjxs%b;BhDp2d~NnOs>aeXJmQ~X)B8mIQRwHd<}t`Y7qK| zK6NF!0SjH;vH{H<#};Ln5P^_UPBx_-_*GtuOi$jl7jLI^4obI=mmo87{93smC`gUw z3Ff&;Ra%=rJ4;E!3yDuQx|xmvCHvx zT5_p^DtYf|SEK%(J2J}Fn4(IFC?o57lSS#ZI=AcPtk4_tzy9>a)*@4nc4R=gq;^+# z1Duz&NiHuXYQQWWwr2CG;>2!Y7}=bqD=5g3@od&G}!8TkOH* z2lLyfKiZyN+9@n;oPRbvs=51zzg)PtuxV^w_$IT{Kh^FpX^9(O&42OX^CO`B@BK6y z8rv<-w2Lz@5YA0LJ2J6v!2hKjhKPO`x_AOTK2f~*mht#3hP#}JvXh#TI(yMut?PlbeU=0NzOG_4BfC!3&(wW#`0kciA4LMji_Z+>3Cm+1?{iTQR{;5H640!(mU+x`O literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/support.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44b7cfdb7092cc4f04fb6c143c78790b10ddd1f4 GIT binary patch literal 6400 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..916efc1f9f42e934a38fc6be5740b24385da3b95 GIT binary patch literal 20764 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0612ad89f678e3d8467756623b5885605b021348 GIT binary patch literal 5628 zcmeHL-ER}w6~FUkkH?N3Lck9BzzZS9Y+@5AEbRgdyM&Lne24^9n6{&dXOfJW@wj)! zB(aPHTO<-~q<~sAdFaFLw(5f559s6av=5akN69wcS&&fSrEj6Bs*0zcJNDQnWD(0l zt5$n0pL@=^=iGbe+b!yWj9p6~!8B$EkjE)#MDyycIw^Yqc zqzzq{vT|aWs6?F86MrL}orzPnuciYba17e9It*S$7G$rP&*cnk0o#O?U*uJ+m|{Uw zhYPz!y1IsjAjihs$|oK>?kZF>R84-HUqY{ zP&c+cj+tV&T*#_muM7|`WdLIX+n(H{1-rs#&C6=;E?OlsdaftO3|&c%jAF^`OG`;j z(?v}h?jx2&06qyTodn-8BfB@zzb9#`meQA#(wC)C#Y{SjY8i%RCdJxTOA>d}p<-=k zC32H?1STxj=PTBp3b(*)!tgf_0J(-%ScW@7J>>nf!Rg>K-?_kd&X0b{_x$Ujzw_^i za@vBk{%L=y_3&T#_f{C9dTv7YLLYA3hCb~&$}kUT3TUC5gpUL@r%4u^2t8q161L27 z)f(Fw)6{H!A{H;i&0HR(KvnwG3!90fL)x1#whNKsu%pB;qF<-v+%8d;k+ zr7H?N#1-4;a1tK9QdOqMS)IeAn;kUvq1Rv5^9tb2+TE)#$!SW`0Osn(SG zHvASowaq6p^-SuHy|zyA|E0OHuQ4~@BnR6+K(gHXc~z6o=k!9@S?4j5>k{K*Y8n<7 zavUse$GQ!}#4i?4SHZ=JFFCtTe)uP3gE>@0na0-Y61ai7N);)qmNhaYx2!2Lbr3WS zHtr^9u*=l)MO|40fOX;ODs7P&Ic2?!Qmid1MdsV&+ScnLEi)su6?8Rj&#$m&M`)RQ z4Lc9md0)eh2RmQg&f4J4MW$szrbj7&Xz~mE*5l^KtBlMP8L<|fhA6bU-u1dM3NkZF zS)1K9v38)Wc2`$qYNN1nQ;`*Gv2mo@aVxT!w_Klk?XEw>k6rJ&QEzXUb9dd}<=$Xl z&~ng?V(keyIaK7XAd~(f`jC>Fi%h1+9id*=+BdwqeG=VmIb*XY&z>Hz8NlcQ@8ow# z-31SbP(P=(7yPG>o;h`VU~nj*W(z?zo7VEO0+$WaZhOuT96bi^sK5ZK+YF#K995RU zzU{37zAef$T5Yd>S+*2CXVZphdm*E%81g%tldLhD%@}Id=D#`ki?9%{ImLi)Z(cpD7OA3^E^91ft3;kn-1 zy}wFKdCQ&MGxV%5E!^6_z;Aij(mEHr9V3nN<9E2l7O;583$y$*e=EGix0U(8Y-l<( zAO3h(Dbja;Vu?RcSM4lC-o7)q#P`=#eWl3m(w_I1_z&tj$L#zPzx!#Zz1-SX4tJE> zqw}%y#z=W{d%5GSXHDKtVHJ6s{Zs5pGwSG>Vwdla%eY+VSQEAi(_p>yTXkrSHIIdnHDV^nV#_8sKrAH{CabM>$k`L#|%k z$ZHzj0x^qk!f~kZE<#9(!@Y#`5t1MzNyu(ONIJ*;gzO=NByqf#5P~@PdxY#GWIrMA z5JKKs@b`g`cLUu3ocjR?FJ<3NPLjccYb@9Q=RH z$&Xtj|DlXr3JpF5tny9!e!Z;$#XP0m#}`{pe9515^7WaxVDq8_=%Q!~V)gR`@BtAp zRMH64gT%v&p*U_RCMIx;$tB!obqQa#J>+Fu9l=M4{sThD?b7Mo!DAdDA|X5AZ~hL* z4FbBJ;8$GBFU2zFzj^8UrDZO>z=cbZ{zY!j8rA+q?wx0JH#bDBGRSj)kiCR#A|$xN zla`eqQ*MWkU$es<+^NP6Ik&@S0%@ttpUgVG+4hQ}Y@|ieIau((&Kp?e;?qv9BH!@w zsd66*Hdy|wY_k!vfviwd`G}1iTx=;PLM`F zdACWoIhCk4s{q0f8=%rT?wK< z%j~<;?=Jg07yO-Nc30WIe}zMVu2sYYXy_q;X#QsV_4Z{dvOq=Vw=7cKWy;&2X~I|DbtANKEU;Tv8Am2V?;xbd;huRMt+R;#2J0e|^8f$< literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ee28f86071673ec6e2e1407af3069a6164be3e96 GIT binary patch literal 2784 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 K4;0+Ubo_t9QAb|@ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_py.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9cdbe8da882aa2745943ca97d83367321f5c6d91 GIT binary patch literal 9856 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce49778c635689274e1ba2f9e9c92b7505049b9e GIT binary patch literal 4699 zcmd^DO>7&-6`uVeIiw_#5hd%_67}Psl`S#;X<`FOkhp4%6sTI*hSL%W7Ax*bBE94? zGfPV($kr}=pc(ASf@b{%P^`4ul@Ej$1r6VYdLn22xQRshrB|T%5C8 zKF&ic=t5eIiyYI5x+m?8du`dH`_ed$ZP}~)(}8%vmU+D+-pQl0NcCMqD%Jw2LHC1= z_O{^2@nD{p{Dr9t8Z~Kj!5~pJNzI&@)agvZNT-#IIy0Y3>Z(i=B$+ko%$IE8oWxmv znx_dPvyfbbPS-P&V4!mr?2zOK)q1r%2lxo)2 zCaT;bx?S5#i7Rp`cV9I^dqKY7Wb5^uFkhd0bO^`9BOZux@+6mRk=%t5prha zk;KmxaBRUaV)F`-M5}jEGv#M~b~%w&Ee~8`LbLpiMokhcypYT&da|I&MwZo6gr(yV!ED|b!C3qgrApnK#u9j`B*k@E*Y5}+zCx>;i*b!Y8R}dXYjd3wM?-d{B3Be$+^_R%lOotE)kjL6q9@hm&TX{r?g7!BRH!lTN)5eP_lH#2)i&B9 zUq7Xno#q|bb;(!s6}^`c;npzoHxcDwPn^B4Wh8NPlHc;BFR7-M&RRXo1OO;gC7sow zalD_f8?tzVT4Gi)mn<=5Br}8^!xBg?WBGK5OW+j}CJaE9ml`?dFJ4n2;7}IURhS!Hb z7%6+3#Yo?FC zeW&M*U4ah;%EFEp`8(^luHugCzE$6v|BG<TFWfL{)qRB(n}cfO5@g&Lhb)N7x1~ zNCIJTl`!yI0c}M~dvvbc@=E4Y8NuY$*(cu{!&=7qbV z@hv<~y1~>lQLKKMQ+5d%^$6hARFg-)l@BGT3($IQ0S)= zq9hE`2VOuXp|V7l1Aqhxj2(#-;(d(-Ij-6Za|#DqB6+)Pa}1`^JXBW@xZKdh$FYxM zJ4igzvx~%`-oIe9Z+QLU2j9ClIQ~3MfAr(fMJdrBkhmAoo% zGO}QoRF5k)T9sqD$j=B7L)o6)w*%A1Ti>?uv;$yX;&xQL6s=aHw0 zukiI{w2W4S@1tc-66P%5#c!ND|K@k*zGSIX>LTn1Ak0bZq(=5J$#yQbPn&8H#tN(u zOK#2!QNFAYY6*;Bbv6%?0k(v_PbI&TONZEioly5PX@pfa3lj`oC8Mkxg^K#2awBlm zA!1>hh+WnQg-4E@%$S9-7AM|2ApiX@NZFGh3iWRX4^@JP?gpjp;B+N8eJkm_ zSB_4v`M2>%1&?gzD_Gj$MgOU4XXyIb)w64F!Yifx!|KVGKlE>h4_3klZ|3iWk9`GZ zcYrawzwQj9aHQ4Fj)20WPbnh_!24!V;5RRaXFce*p8nbW0wdg5mKpVxWh)@dX+zBc z+m_)T<#%(6?r6vhu$qjq%I4pl)Ktu5BCWw&QFX9#8k9dncDQoFEMtR&RV>%iDX6ZY z$2|5NdEC?G8GAf}Jrg@U$lLvhk9Y=m1(0@ZX==bT=9poNrI6*5Wz|T?vV+7UFlhPf z4^Rh+qxF9Ke>H46X9b&Q5zV26p~fHs4<$A|>~NCG40~gc8TQHG1$dJ{Lix6mf#)!> zPext?P2IdM(?B3_tByIXyPI2e&RjP Uabq`@xBI3mebawNtY@42JAMq_vj6}9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5626384badcc92b18c2fb004b49fe36be56c7d2a GIT binary patch literal 7145 zcmb_hTWlQF89sB{oxOP1@vd(;4r?bi*#z5A0)+$vjuYb0#wjFf8w<4B?2PTP_hQb> z;)`}e(nexkqQ+?+vb2$~DpY~OLmyGqhag@m^~D>f@^&y1Dpe)koH!~~)QA56nVsFW zy$(U;*#76tx%}rc|Ns5pIsR*1otr>zueA{J6~5TXQOd0U3o_S;LPm(fDSVt8 z;nsGdE9N-#Hm#C?WbIzCNi zgfnEC3(Iqzr&Zn1L!&7gQZ(I28(LiNjinNaXj18ojjOTA-mg*DaF{bC_70iA5xeOr z)kserr8GsM*r}(drc%_1l?G=IzVx#GEM%?`mB4lq*h-heU*tvvMYu>tL`4KCDH2Er zE^oxCI6=ya4AM2rh25qLCpw4|8jh6~$u#3<^T6MF2Da`R$#Ca+jbynDe<5s?Hj|JE zdlsyVCG0KAidF5zss^QOhPOWoM|hGU6SkpLHB~qbM*e{NHTODguKx}2pd7px(vVFGULq18JGR(IdUl|5*TTRU0-?H znqVa7M4(b`=c?-Y3ylxnm$yZGU8wC83G>4r5%^GiN;e&2su7!3&|(ygnw}U{qlOwm z3#0h)%myu~8Co>1&8d;pl%b`Px+!Ufn$W?DR3mB_)T~#NdYY<{Q7y?DDyBfwNf<%Y z)%d6>C!n1YHKL|~Lpg0V&Qx51k*Fz8O^!vhwiabRecP)soyO{k{yRy3Ygbp(S@ zIo;R###0HkZ*+`C^`2O?FCI@s;?c7`23Q`xK)x@oo$Z^NHO5oPr+T0KL7xtD?wN|l zCZl7j-Ul;JPZ_CHT<>FRW!}_>-E}4-mP1X=nqmZ&GUqGXbT7U)!F2RLfH+Tzp1_i) zt=Qa}8!CEyxffTPTCQnVw5yZ3W2;`@<)QhZg;SSK6kEgj;7V(_fWJ?FI0Rzemy;Lv ztoi~AN8X*x2}RknBJV25yKc*&Vq53?{qObv?!~)=b9K-ED0gI`YtA!iq z)&wa25kIrloul*GzD1}`%F;pbhyY55|V zsIG+yOty`Ik8-vAQsE}|!ane?kY51&mVbonQkDnrtD&*tq1);dD>@Cyng^gl4No?3 z4J_H#{WK~0y(1|IH)hFh@+8r@X`UlzV5NW_BcEDJ)24!AywDs zR3r4+`)O2lB1P2@tJXKyhn;jcw4i%XbfLfwv>Sx!QB*xfHHIc;eLR&Mi&T|_CAte+ zxgyh1nuMVNrNEKFH%$kPYPzaZ1plx=5f|wrD1sn#G-$vG+73@MfE_G1j@bA!*Ises z8r8Ub{l6g2lQo(61DCaVjk%`3;c|99yU5-0cPz;rOa6{EFA265o7##yJBpBL-g(F4 z2)c9fny=I?FE9H#z^S+NyeAW1@bVk;Z`^L{U9Ri90}j5w=xxj$xqN*7_`=zOcVGVJ zi*M#n-16@G2E2TKc_MlF!(dKZ_Vw1%3axNH9p(8H+YS~(19$u~n^nUDXI1cbeA9(P z;au+PUf6(7yP5`r!e>Egu-&-ML>u2^3d`x3xbHBW&lZHWFkXMyDHfGHqqu{r{(C%3aDK8j56=ggwJy zo|(Vt2H#5>@TXGCDLP>dro-~dxyE4#bfM=l+`YuS6j|L16?b87I_KM1Z;IFp20&M# z`#^+6<`1SgsU;QW5X?1n^c9SpmRszsvilM;R3VF0S;V=03UDD|4 z&K&_8+|jgbeQW;dHJ8-l%MF3o1e&jfuY~hM%MD$*!D684 zTK|>)#erLat|f2RQlM+iLBh}Fh89lehpt2l-mYRp)3>$XwFleJ4;SlO^1(&YYMCcz8ygE9v8!+-RZOclA$1cxE_PB~rxa$A0^*xGJUwB^?Qo7fo`X7m1>2k?Bw-&yc?E*@I;_vOS@ zf5XCocW3hhzdE-hx9845v-<9wSZQ`(*}r#lv-xvdO|Q(y;NbF|Ob^V512n8*ei`m# z!8R3Uf_zq}GQn~kn4eh7{A}|D^A;!AVH~!sDk)V=4G_Qd11Rmd?f`==v%d)pD4UYu zvkUAQmbqKKT~m2xB*xv~?5Q}f^LTdK%H9+?BPp&@Y^ZUbf?BuY1}29N4vDS0)~Y-e zcTl|Frqh5^o|TyPx*G_#kRC>R4L%nu@j2fxeHygTXFz(OCoI%dGhOfl3MBaI|!i|+!JW8F?$VJ5txL2qwJOUB}9MLl@X&LI%= zf)fM(YQ!lZYoY@n!fplt^oLkb@%turlwz)2JsTFY=;PQHH_f7a;?U98j=};NCLF}# zjlf{>JUk2_0@xVPRu$7WFM6)4W=PxIYz9>7Enu^oG2zRmec<*sFnn@osWrUZdTbLq zu(MldLGHXQ@7YTEO606U7K@?%cj}zT%dGLVn*#T*=eEO3);??NvLc=$z0ZQ7)uVRRDDbj>2S6S#Zuth zZg+Jxcs(mU7_#n9Hr8TGMID8U$kg8O!3`a4B~wvd-%v64OS=l64>x?z*?1~83Apop zO@h7%Tg6b$;xSJQMw7{u5sJd4)$E+L6TP9I%#I<4&_kuWq7XJ2O{L+IHSDPXoGBxu zPSfa==}=S!dQ>2f9>#(278P!`O6ury_$mM*mnaWhn$1KLQ*kxI2vI7gn?6LP$h2mR zM{xf)W8Wdru$2Hk`2g^!7AvauX?^tQ?DYW-|a&D=;XSscN zei$gdvf9v`7q9MzV}jSe;_WVYyKj5WtJd-=J>Th21?_OSGYAn*wL`YWA;uX%;f>R z>=G>b+knl$K*o~okY!d=z9R(&p0B3T#xQs8dqUa9l$X|74? zzWYR-wCnD!c6fi`F{xqwHIA1KbCwe99}bw#NCZv_kqAY0NM8nFHgEF}7wceCU#W%j zJ)C z@qanlc81Q2aIoQBD_l!~Yq`fK zc9YhYm-8C01`UAfh!XbnAb!6qg7YDk@r`^th LCxlP?IFSDX_>Cm4 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_clean.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e902da14ba00c94a676dcb52272566302096547b GIT binary patch literal 1922 zcmb^yO=}xR^v!-~C3$VBwi7$lw4!#56~|KDG)WJoJ;ZTBN_{AXf@oOQ+LbMNSF7%< z;@Yf3DL&X##WECRD20R;lHyDLM=o}pV0CbyG^gBDyDc=QzLB(6D5Qtdfqh@|zUR&C z!|v`V;JUQ&>wH}Tc*dDv$!+5J6C`S2Kn4tA2o}i@#G)nGVn!rfCRvg#XJi5bTmwU1 z10!V01vPNg!8>A$&M3=5QdxOx)}$Uy z-N8ZMF;lT{sv{4mm-cygQtj?Uusi?W_kqAe2X{I~NoDi~_{w)U%HIn?jIYT5o%1rz z3BhkwT7qO~CMmP%TsdzUnrGT27HQE|eh$U_c4%`tHCcB{OtWsj97 z(PW~xmlSm?zhW9pbjw8+GQU8dG#O++nCV1G&o1ioCQV}n<&x((7EL$nZN4>W zZcdv}YdtrmWftQ?jppr=WolT=%9)dwBlV9hetqeA?C+OQ9~?Ru9NQZl+aEl)(Y>xz z`wx5is#9Mtu8WOm=ycDYawH!8CH`7Ngr3;9LQUCHYU-A{{plTjKR)(IO*TYSSeF`r zsBs!zfAa`Jk;@x5)~Bi?hicE}^^NP**~-kJ+E=}@-M{TUR!8cwzN-HyHe8Pn)=!;3 z0@8iCO6u|cT5K!!qi|2TtK3uXs`qCfOztNxK8auYO+<}G7rJfqLSO&7SW)WXu7mK< zUU=wn_zk2tl?|m5X@p=Xf$k#L$i_$OSF7(H4xFhiZ7tPqZ{5CQJQ*0@Ri__F_iyc9 zyt+Fvy{}I1_Ki10uHFd0+V3}!zm7h{;wXQ(en?KeC(R@!7S@{Qt!XT(X|`jOvFRF9 zHSP1VZt+RbGMDBIRgPmlUDVk1UB%B zKTK=zW1ZdROt}30U_G;V6LCgA){8hqZY%CN9-k literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..48e53bd2292531b9a9d50695313ff3a3824beef0 GIT binary patch literal 6348 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 Qw1>!uFdltuEm)@f8}?^oc>n+a literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4622b4a08d79da70bcfd967dedaeedd56f6d03f5 GIT binary patch literal 6184 zcmcgwU2NOd6(%WCqU0aSKXIJcPFdGKVjbIXS`z zC1uB&-KA@Q+G~L{=z|@gKr*1f8YBsJHpE{D3j-{uquq&*;)sMvvd& zJcj-{{XE&V$SEDABNq(YvE{TyWZkr#qGM+5iIhc*iEnY-w8FZr=b(X@Gtg$`OV7qs zHEm`MRgJ~c#L6`dlg(VgB93euPO%W9G@-;wuf(eLmK`e)Gw&oUdt%mbQVV)QQGN&~ z<@-+i+?)NEO;mSeG0Ro zQC$cDF_63`jYM9{8D|D*Pj$g`=FGfmrd8}d2qG}kvZ`ViRh7@2kq1@UqN;=5mOQSp z3!o4Yt>{=q+elT-fGU^(Gz9 zn7yUz<8-B^zs&a&WbBG`sYZU@jna}vX6IAT5F}q{yU#(@8e=d?7El$?^eO{b$^qr| z5KuwqfrfPfXhaVK74-Xxa_#yo^cdy zXi|NgbEARuT^?obMoBTR(yj{U^0tvp(}TBhv$E_7r5_bV4LYg?V$GYnVN*GkhW!JY zIH=o8z|Vdf$Q5QM%tSl4#Quudzd0~A@E)#koG2iEqhK&~*~bRS-O z<@zgYuU&ublh;?G+hT_==gE7cRL(Cp$$3*8yDxQKyS#dN{nVGzP+1(RNJ9rm{*N#Z zV9JkXZ=fk$27$0C=^@`DmqR+g6xvHK<^!oJ!Zbk;B}ag`k*Z5{L*OQrh$q^fs%VY0 znMXksXQ%^h60a*kq~ZHx)tbq;t@Vyr;p?Q&qpcGKX0#D-K>AhjKhY$9@U#tcmJ<63 zzq#id$o!W;nymVnd$Uy9FW;AXuf4na?v^xKkw!m{Zb&Cq`0dV~tTYbLO2zl{lEU_=O= z`mN;amjXym<2~RZ5bSaj4>B& zOce<+@(zT~;2|B0ECx&<#55rsw-)m9Bb_FKUJpg8_Yiy34CEmjoBsBHkd!u;Gc8wq z6JqxK?5nR+RHSi|%UQM?_M&dje&U|}(1_etAsBDA91(iYYuTcKE>pL02a4dC3rY-( zaY2Wm0)u@OBB3yZXoaF~A~GJ(IxLejmsc=HD@(1kknW|VL}0Ebgn zK5foI^c1rltDtIW#~^;h)Oei$SB##QoJG>;YTcL#!4+Ju@+pHLytt@h^xkp1&I^+X zXlnGo15E(jIAv*MKlp9zmqor8fLvkf9BnP2YJ}cTUrHy-;>n71@&Ju!r2veN5VKq@v{3^<2Iss-=;Z{VZoQ-d z@Pd$QFF4){cmbG&yJ24!mN^|=bO6S19@R9@dV2Dh88A|6N=uv%neec(ANQJbk4%#( z;NS`~MKi0{aLjF~UYxVwUdd0PixTx9>?tVkuUFz6Ucvxo-Bt{`{o6Nr8AdfKQb(Xj zey7sWN0rBKBRKvYAfPba$8JT+T?v32z?C3M+gEvVRC#^@&RgnP*Kg)-%q~gHjo<>^8jA zG-!B$m##qlsv9GQhHoDRfj1Ax3EsgFgf-%L9@z_E-Ec}P;F}1>YHoNz%R7eN6vawZ z_jO~YIIHF?-6-`oYJOb{FtI-Y0*p?1$NpeM!H>ANW zX`~{Jd_MZ6G*uR-%F@)f*yVZPPhY(`ePjCb^Iu%p6i@HXr{gqu-ba{iNmCVR>Wh(0 z=~P)fRgq3n%a~STuIRs5x$r6p`zhkPq}!^h?-aGH_m)MTgguZ^B$G&yje-Mug0}qCH;naiHu#nh|i^6G- z0}fWY-H58{Rtgr=9y}hu=+{i!PB`4lmznOJc%&Qh_)cf22lCFHR`Dq0Jv-f^*WSZ$@hd$a z9DDEBI={&de8;iuGrJ*%JGO(R9g*QgY{dEjtdC>;fLGu5Uf&kmTVZ?Gk8ZF-+ic{6 dT20>uJN#endG_=U0|ZBoAQ}FShfjL&{|B#XXF~u0 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c24e8dc8cbc232eb525114b2d9c3cbaa66b0a40 GIT binary patch literal 8578 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 ZwQs6tNb>NljxBd*-rf0I0=?n&{Xf~K34;It literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_dist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..67cf8d9098395f1b43314539341f3f0b09cecc3d GIT binary patch literal 26855 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..10ec910730afaadbd0f8c60e82f4214bf91c32d4 GIT binary patch literal 4195 zcmbssU2GG{dG^n1C$=|TMLI_||lJFl;@7m*_C!!vOmMeFW&}y^0cGh0+`exQR z<`QwOcu3kv5cMIx>ZD7nN=?N*^pQ%H+UrYo*B66PkItp4T6np)6p*6kso(5o?Ia3E z1!H-BzQ6hAoB4kBuZctpf_8lR-`O7}5qiiLVG~y;Pu_;f95T=dGB|^`xe?AE`4Qe9 zg%JTp!4?bBh*XG-M7V%X9+3eq+R;L6B*q~gy@3qr1~MYI`9ShWONCF%*LGbpiATCJ zF77fc;*~thCjI8PXF9}ko&GNw@%c1QV`oDcRj{cUDlxrMQO#JkndWFxA2ap5TGp^* zIa#6yTLe9~x_Gi3CUeL{a00}%zkxt^9(u7Nq(z!wnlyINLpH`O!C!#?lO#arkjG$t z%dH+JT(dF9s5i9daL60TVd+If*zHwK3@$X?B*ZCS&3vcE>AJ(hckuU~p|0)0pl$#M2y)P#GRg(bg(dG_Y2tl6lp1JQ~Yr#0#ck z#sz?!&5Q>GRzb^}H0lrV%xE;{R)}Zmc`D>h5L3`do=OF4+{CoiAJjsLSUSMm5~u~k zRm-HZd)35j-GR8b%Wnt+r7@? z`ZuFVfXXBf-TUZi1huE;b+M=i6&-2c{(G9z+v2Tc%rP;*X;}9W7IlrC|=WZLLOrdc79i zHGTcRkKf`@d!KKoPuf$bd2wA7U|#A+furEz5Cs|$VzVgVg#i?W{&@^>$ZL4I!DUhC z&k!>GUvs^N4!k*pPjVAnt`QeNo7HCUP2YS;t$0HSciTj(mpd`YhEwxjA-`!I-VhC` zN$a27PgdcXgE635bNV$BJoa|{mV;Qhu^D1`FVCTqLb{jJrkVI& z1219|yM#J_rF~MNj8$8&-fnn5FQVsjY}v5+i`=atpFvkZ=Skk%8frelO*E{MMeH45 zZYITYl!(AGUkmA)J74)ql)B_NFj zD+_Yp7F=>znpM{kBp^FsO${SLCUS$%k|`z)s@}uP6C7@RA!~q4&|FMC#_1=_?lE!tgEx}Qc- za?3jYy^KFo&D@XoGXA|A<@W{ntMl(x^Y`Ni7)@WW$F_xiwXVbUI{`>L1#f}}-@6KOd z$kz58zjNt+$LXopmnB9BH`|uFb!hI??5Uq!pYOgGieFSZ0%%p6edY7i{=2FDbtPRp zc;TLMp%%SxSGllkaqw>Zx3sdHgeSnJdsmi4xM?=+TUq`d$F>MGS|J1Q8h?>Ew@>(_ zH*xN$@aL2=%n5%vv3EEre7a9McS!#9sC4dC`7=%$Zk0bvO2gaa^J$6I<*dk7RobGe z1=lD+{7`9JRo^XXc7VYrK{QsO`z?9`J@UN-nB@x3# z9}faubjIOt%Dj3d`mNwNui`OSvbaqkzoI393=&Y_bC7X literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_file_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d8be6a9ebd8ad0443f2e3c014836f7a5e86380f8 GIT binary patch literal 6928 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c088d8d7be57ee234da58694b09800d51f451bbd GIT binary patch literal 6121 zcmeHLO>7&-6`tiT$tAhcT4HR;l44PRmKe)oWYw|VIu2|nNE*0mQTP(3>6YTIB+^SR zGrO`SMRI;%AQECgHc-GSdZ>G90vBkGxw^R&=!Fc~irvV75$EEY5(P-1Q{S8Aaw(aK zg8(g1Aai*0_x8=tzW2>H^Y@mPFoE>U>Sr@Ot%N+likpJ9!uBQzvfmuoHA zLtf1-W&7Ncm#e`$oKy3W7l|rfBWeh2_Iny`=??Fd?$jFGJlVeBi-#BE7d6u|W77tW zsTtFnvog9lmNs&^R9+p+x!DPQezL%z+{}WBW|;vnS$yQ&%59KykKRF{0o#C z6xu^C%v)OCgchg-&ACFspq4F~smq$83f;H!-0mlryHuO&(l!(C7&X=I#$FjWhJ-d zVZj1Vv;#DiF*TFoe~k0CU~2lbEub-*Pv=w-doTatUra^LN~l03K~Y_=X;A1t@_ zuJHH8$cETc5_>A*p{m@z_QvWP>#0xV-lEuBlzXvdX?1D+^-ttjQH&Mk*j9jaKDokQ zmo{6XYp<=oR_RWZTb}-caG`;!ByUKuk`${*{a^FYaKEGLJ8GiUZq%*rnNGvtB{}wW z8(7`Kv39-=)Qe^(Ec5Po+xb!cuTQm|KgoYQ>OX%x`0+{q^IUMT!(1@OR3mRGS19}q zWeR?J+EBG!u!Fyz!Om0QQjde3UxCgtx9sy^CtHUAuv1GO6mi6Ik2U}uH~5#~Fq`L= zcn?0HT!#V+U7Mw5P?DA1UN2vQqtb|)D6%!&TkG-3^bBUq~8O$ra`cq`op`nJz7ZGU=J%}|C{v>h5L z{tR0vq^wz6$Qqfv9dEH`2e=KbKn9UR-@~?ZWDX_3qoVWht@3RYhq{UX|Cm_2(+$5e6EaC9!k8Z#{~Z zqCL0H+&r@pohU^oK78qK$BNO3a&&S<-0X-#F1Q$491$A&y{b~R}sRoHN0GipZJ)c5Vsq-t9`$nDm3f15@ zSi$&Y3Hk@zvX{I20l+rowtCQ_ij3z3Uq-m8b-%*_P=qFdR}@k?1{XUK1&;cRr6_9#w0TR(8S0#_nScs4+G0n{G|d1gUrV?a_vl6?$G8cZ$rHUp9dg_B^x{3i(DGmpWM8m1hm zh@Bp$0K+&8v0O)$YS*DZjQ(!)_hSGv^5!mxnSMW4mQFW-OtJfDMI7548UJwTqoI#F z$|Gls!{=7`4G}S?A`VuEj@*99tM^rh$GzI%mPn!pZY6Fe%IyOy!A-gS#)uobfT#WC+QSPz5j6k)3aLE__#Nhbaj^^8=23?jXYw<#jEOI5sVQAk*?U1;bPmnk zZg2B&EwrOe?uB#!CSr>@%{1}S9``%+Igm~jbYsRl;p`4WSCu9POgvfHVdt>sPUh-O z6c>k^`Fs<_-+)2$O%TALzwItxJ%IP^NVTIAuhO6Q4{h|HD)pa&t9-Tp@O8c-_HOz3 z&>415?%Xi>vHORgy?(wT4cwQHynp#GZ+`IRN3WL>XG`+gqKNX}TYfTp=KA@6 zNCP`2g3R4e+u2j(?x~h@0e&(bu|1g-}>%1g^bJafuUgbQ=I;>0fdeApa ziuB0Y9~m5ZDwEd~+$Rl8P2wyfbEY<(nYZRB5Hol_%@u&q{VbIS2c^y?{Q@l@hhQ7G zBc66>+!>mLHheoXH4s}o$8rB6i3eo=rzG?#3Ev~f?~(C)Bz}(!JRmJVl6;{JuCv5- wR=ME2-EVh0mG!PNH~5wB*Bp0_s|t|~p{pcxZS$-S8}1uIaqtU)HLz*?2l*P^Qvd(} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f345b33cacee976a03e0aa24bb82f789587a8b2a GIT binary patch literal 2706 zcma)8&2JM&6rcU_j_o9dIOL6Ob9TJmvEWP=7Z{EB&^M1ee zul@Zo#M<%IKNdfZAoLU_L6bUz%>o;&AsuCr&gs0#WjWRhCT|H@frB;C6fG$$d1J|p zSaMcoJF1)GfPdFqs% zyh&$rwquiQ|6WcUwsqZY?PV)22gI#2EnU+f>n>f!o zwuj9J9d?j9U(TC);4kM#;!7}twmHhg8Zr<|9c6i)yNa@c&NC@igpBA8Lcm}6fnD(9 z$_0C2KU^iGxcLiPT|-W&y9-*@mN}<$1qc;He{HMOxefkqXIG6Yu&3JIbm25x`VTLn zF6q)nB)IN3c#=I&(cpv{7o5Dz*Z6{0FoDkR34ad#z%gCl>+3KJbptzf-v|5l?4nEV z)CIT3q2BS(z;BOuLS2t|bZ+S=LZL;EsC2PwQ9&6zTgA$PZ7cH{xx=~ruT_#OdDCiK zp(Rsul!bC}Y3`0d;GtcK6?e{XV{|EB@(a+FJN2815vTwHMZ+q%Y+030{n~fq9T2GY ze8KZW5?~2|x>5gdJx|is-4QT2Z!4u`(Mi9 zkyvOm*2ITi#!%wGy8d9`P+e#zhu2QtI@!Rf`ZA2q+&a_16OF_~J27};d3CvwNH=hr zNtj<=z1&DlHt-~qPjI}2Q%#(Dhz~qry2`am1CQ1#V7GE@rGekBuXKFej@?g8HSkm; zG1c*Md-{GtX<((9P&Qd&s5hJ3^Vp<@3L&3>t=|HSFlOO{wO-6pkOOVEe+}`wdl#IL zC&Cj&Cm#6f#RxTSBV?4CSm=dA-eaKMy$Cw{ZHOV4_4Xurp7sXu)Wnd>q?%ONom-^B zzF=Rs53=NtGZL&8;PbGp)r9b*NR2;>zQ&B@<(gcJTtbAqj)5^n#5g1}OCV9w&%_*o z+aM5brr(vVCEYQs5`iaj_W&F|flpQE3*!!bOBnW4s#ztIb^dp!%N=A8d_jsnRSbg{ zfs~6bZ&Oz`8Tc7LWH5m|+z7SHz)0Bmu4LpKLw6&NMivc+KyqXZY@!|TGNoA5EQ7L~ zfHu5F-U5@o9zr{I8t_du{U#i5wVGg?={+W{p!VKYuB@mBJD zGkN~!&mJT%)bW$9!4AA%dYGOKvAhlM2mcq|x4^cI<2U40`Fix((D2&1o9EUqJs6s- zN83ZG7l?}UK_5$w6l2 zPK1p6rhiNR$7f)x9WlI;aTDD|cth%ce~@2%19PknS+#tr6&cMFKg4N>6VmmRqa%;ep+C|1%SeVhygt$zQ<`JSKkUz#pV+_e C9c2dq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..90eeaabcaabda94471d0b60e1d4c11ae4b0df0c3 GIT binary patch literal 958 zcmZuvJ!lj`6n?XNo7;=Yod#lp5IKy0SLD_o2o_?Y(cnc>X>-l6xt-f=GIx9K>!uqzr;!VI`?7?CheI5H1oh4%%pCCte|>^3Cr37;s>}_xrth``&yU9v%cd)9c^e z8wB8oGP)<#QQ8+!*#rm5;1EaSq)briT&wA2oqz_j;H1{TF}AdXQBF0r!obSdJtjht zulhmW@kAJf9v4OKyFXRde1S+EjY>jE5IcxZdj!QMFuk_0VY=&HGP_z|I^@5Z@euo2N^`V+CU!J* zI2vc*FkNl=Jb=(j@Pss>pwCA~F*LLDb|G>zci(RcvHi+rQ5K!IcHV?G&ul*pf)CGv zLRw}73n^z08JB6Cr0dmPY0TWbet$Ml(~yS4u!=OQHu9udV?x+269rAC1mjgXP_Y}x z6KXK|{DEsN`ZZ=%-M|)872D#xM!CH(72?E|fx5-L1*_2v7ybI>;>Amr@Ip4#uq(@| zu7&MHjnMbGuxM}LmZFOoDPC4=G-Xz~Xx*<HQ$N2(uXL05ZOG51ZoSfAvlI2$SE+opq__Ny{$o8OBr({ zNmB8GA=8vPeudINWyoxA3`OCxm=~i64;t Q1}Fav7-Ww828A*AFXtKGkN^Mx literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_modified.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ecbe72ebf6ef697c44f8b0d1fa3aaa9f3ed7173 GIT binary patch literal 7212 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b1cd0612dba5a68186f54b02df9a2545c1f241c GIT binary patch literal 20594 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 lt%g;%tX;&|gY_1+=aKUj8{2x_KIhpqF|7aq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_spawn.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b83bf0d95b0f87889ebdec18f363c844eaa8f1d4 GIT binary patch literal 6787 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 A`v3p{ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2f0c85c0f2a6ba52fb8d42dbc674b4f66cc39923 GIT binary patch literal 18179 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_text_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7be224b55bade780aaf6e25976e9bf2e9a863a00 GIT binary patch literal 3337 zcmds3O>7%Q6rTODz204?Wu4~7N!vx?r-s%R4NWMtpi0yML|Y^xA*`yat!I<2v)(m3 zYuZ?jRG}PN2?U%H!~uy@QF_R+N5oG#aB*oQ%mNbP=MYX2DG~}7-t2lELu)|g#@ajc zX5M?>yqS4F`*|uQB6ub)e?PmJLg)uNh@M!R*gONo62hp6FoRi(sjx+sp)_Z46~4#^ zG;hUU*XQ;t_SmaaC**ujZK+ z$$7>FPn$6FzdvhIR?f!dbn~EHKcs(6i8U&~uo_u~~M3$MIQaA%+vs#<8%7 z77|_ut;|xuKR*prj_#(5vC^hj+PVuuL%_+pgwR6Li${Xxi0JCe$*w`0Y$VHpXZ)Gt z$Y6K};eRH4<3HsfO5KR`^hwK@G8dPo%lsM?3io zZeLH_9e5|;vUiCq;sE&$_TGaPz~$}^w{s8C?$fv*(D=JU0~>?i)m^up>Hr=D+}MA^ z#eG+YR@z?DxvycI0p$3k2k)N4$b#kDj z=Pj$ES^C)nv?|a6(0R)|o3GA$=Nx-H_sGFKF+JlzRWHryvj)i%!>d(2$FWFW>(rk- zRVP8KZI`0zyf0FQX4=)7SAV#>3_!&KM#<6%$sMtrl5UYF!?{3s0t_aj&|E~VUBgRf z-ad14*Zr3Yt@QA+_CLQUR|I_IS(pamiPOJ2S=i{D;V)5G6%!6mTu1x zKWT;B^FX>0xlXU6p0XXa>N+KZ5U7CD>-5&@Ay`xn$vUl6bvaN}L&$Y{({%+KGddi1 z7XmonAh6saXne8kn6?&NpPPY+b$T83-E=mnr$jw(!fDq$Sjw{WDm5V++Xis=QYfnF zr`i&RMzz;z9;#>l0@RI?^!cjpo%8t@Xq%|aVb7>k{die-^^)Vq&elu|`@F4J3_m%2 z{KaYQ>0{H!T)HjrGs_`HR`PjbSTlYi^rc54;$TFKN5rEMaVR1t++7q&@G4a;utT7J z8myLpBcTIALo@KruyOmTM(8(zd(;Pe_znHuAiu-)T|~c#@w9j;@r#1e1qS+fj1D&x z)W5f>KHgNGfPsMe4>grTAvNAq#zBr}lLu}AV`%B{+lQB@-#h)z>37fEOz*!Ww9+HX z-)OZmdv2u?!P)QJUT)%A;zL;O*|y>vr+(XT7?kR#r}4(A-#3PO&~lIYOlN+J zJOfVf5hop=L?7j)f{Z>MkqY;sPgtoifj-GeQxf`gM4D33r;|z{$z7L~!XEDWy-H!6 zyFQ^z3EXFrGPRrgOjV{1awj2y2%1LSQ`3A=(<%TD-3{oC(X=d@$-Lvh_`7jctFkEvq zgxm)})*YiwmTL7)LqKEGJ)zr>pWV=w!<5~zZ%a55?&L}LDPYiqNAl2Ya16tIh3@+a njeU#u{eYCOk+i|bQvAi_t(`W*jJ`GbWjcE!o&6QjQ2_V{KaVD_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..383f2d506f7edb0c1dbea3c3949ae83a937bb2db GIT binary patch literal 13471 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 J34$!${{gW|Unc+n literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/test_version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1127ba32b3d7caa3838323af8f5c62e759aa7c36 GIT binary patch literal 3851 zcmcInO>7&-6`uX$k4%d4l4fk#mS{<_xRJy^{n)Atje3jXq2IdaJD2_0L*(4KZ z;LRo3DK5@U@o}E1$c4DTB1O3FG9A?4n7=QqF_k{H-9l^Cp}3tzuOV!|g|K6dtq9|e zIaYFJj$Kw%O%05tNB~c$T3VY(s-YVSQ72N

cBgEJ|R3qt0t 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 L-Kl%WAp`y|C@2SO literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a7d4e23adbeacbce93733f1d125563046545c4e7 GIT binary patch literal 307 zcmXv~u}TCn5S`g9vK)7fo#F?$!d_6pMzOT?18hR}Hn+E2vI$8}SbIUgz;6&g#m>$J zo3pZ8xb7+wxO>ISdoyp~F`tvk2m-EN*Y$PizftUw?8xRUkT>W1ocx&iFD?#VA<*t}< zDy3qQmxUM3M-e!cO-W7X7rMQio?lSccu^QWTk={s>V#hzueEfPJ&Lx{mX={>wDpd9 zZs&~@bf08ux@~r&bhVP=*2WLS#O@@Nfgs`!91aJNj$fX>$kBJ2J>Lxk(qo$i!$0#g BQ*;0T literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..156175ab51128dcd7eee7388e5e30c0431b44889 GIT binary patch literal 216 zcmZ9G!41MN3`H9X5<==A99j#II3Y%0g(z*)5|PwV;(|H?6EFj_umwzjdh3bg%9m`v z@9%?OS++`o_V;%i=O?y*jq|X1Btx=hr)T13!Hw}|y1^NZgr;@E=am4h4cDT~NqUMV zFlbeR9q5eRuGnnBE0Vbt)kU<@gO}7>Lew7kRdzKxC_`q^kp~j4QCdQU#tH(?Ri}va a!Vc5&V6g7BJi0~rgN5=DzA0nOrGb9nkUa$e literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8fb78201f0e4d871abf93be46c8f284f198818a0 GIT binary patch literal 1062 zcmb_bJ#W)M7(T~#67pqLhDK@`B81vRG_@d7sRW`6>cCJTb?Xv2@i}p8$JU(_h?JoN z1Dyy{g4&^L#7|*Kp;9Ze@G)hpnynM>ol`;(QWsvy&)xeG-}5}ad`hPi2x9HvM{PZV z&`*|J2jo1)&td5y0~vyib`VCp*PY1#Ta3saR7uPb-=Lj{ApweQ!H{_t4YNXQ#74IY zk&y`N=oUcr&v(gCV4d+xfF9}yB-cT^0wjM$NBB6Y5~TyoeD*6I(@qjCpl!su2Hy#ohCyFhemxLv+!#axiDKIfqO@t6)@#bxYv8rpf?UZf3QuHzP zSps{_wkn#}_Umq=wEFOoMlBx~J-xc8*D%#6_M4vXx;E9yEjZF8S_OKZOMI&NIx#I9 zYgO0rbRS+)T3_|rL5g6eQ&N+rvM(Z{_W5yAvDe9S$J5h4S^Iw$w zFrNR9EZ7NT4q%1_uQJH8_8kUHctHw8+NMFOg$cFXM%ikZZb+F855g%f +Project-URL: Source, https://github.com/python/importlib_metadata +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: zipp >=0.5 +Requires-Dist: typing-extensions >=3.6.4 ; python_version < "3.8" +Provides-Extra: doc +Requires-Dist: sphinx >=3.5 ; extra == 'doc' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc' +Requires-Dist: rst.linker >=1.9 ; extra == 'doc' +Requires-Dist: furo ; extra == 'doc' +Requires-Dist: sphinx-lint ; extra == 'doc' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc' +Provides-Extra: perf +Requires-Dist: ipython ; extra == 'perf' +Provides-Extra: test +Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test' +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'test' +Requires-Dist: pytest-cov ; extra == 'test' +Requires-Dist: pytest-mypy ; extra == 'test' +Requires-Dist: pytest-enabler >=2.2 ; extra == 'test' +Requires-Dist: pytest-ruff >=0.2.1 ; extra == 'test' +Requires-Dist: packaging ; extra == 'test' +Requires-Dist: pyfakefs ; extra == 'test' +Requires-Dist: flufl.flake8 ; extra == 'test' +Requires-Dist: pytest-perf >=0.9.2 ; extra == 'test' +Requires-Dist: jaraco.test >=5.4 ; extra == 'test' +Requires-Dist: importlib-resources >=1.3 ; (python_version < "3.9") and extra == 'test' + +.. image:: https://img.shields.io/pypi/v/importlib_metadata.svg + :target: https://pypi.org/project/importlib_metadata + +.. image:: https://img.shields.io/pypi/pyversions/importlib_metadata.svg + +.. image:: https://github.com/python/importlib_metadata/actions/workflows/main.yml/badge.svg + :target: https://github.com/python/importlib_metadata/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/importlib-metadata/badge/?version=latest + :target: https://importlib-metadata.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/importlib-metadata + :target: https://tidelift.com/subscription/pkg/pypi-importlib-metadata?utm_source=pypi-importlib-metadata&utm_medium=readme + +Library to access the metadata for a Python package. + +This package supplies third-party access to the functionality of +`importlib.metadata `_ +including improvements added to subsequent Python versions. + + +Compatibility +============= + +New features are introduced in this third-party library and later merged +into CPython. The following table indicates which versions of this library +were contributed to different versions in the standard library: + +.. list-table:: + :header-rows: 1 + + * - importlib_metadata + - stdlib + * - 7.0 + - 3.13 + * - 6.5 + - 3.12 + * - 4.13 + - 3.11 + * - 4.6 + - 3.10 + * - 1.4 + - 3.8 + + +Usage +===== + +See the `online documentation `_ +for usage details. + +`Finder authors +`_ can +also add support for custom package installers. See the above documentation +for details. + + +Caveats +======= + +This project primarily supports third-party packages installed by PyPA +tools (or other conforming packages). It does not support: + +- Packages in the stdlib. +- Packages installed without metadata. + +Project details +=============== + + * Project home: https://github.com/python/importlib_metadata + * Report bugs at: https://github.com/python/importlib_metadata/issues + * Code hosting: https://github.com/python/importlib_metadata + * Documentation: https://importlib-metadata.readthedocs.io/ + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD new file mode 100644 index 0000000..07b7dc5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD @@ -0,0 +1,32 @@ +importlib_metadata-8.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +importlib_metadata-8.0.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358 +importlib_metadata-8.0.0.dist-info/METADATA,sha256=anuQ7_7h4J1bSEzfcjIBakPi2cyVQ7y7jklLHsBeH1k,4648 +importlib_metadata-8.0.0.dist-info/RECORD,, +importlib_metadata-8.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_metadata-8.0.0.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91 +importlib_metadata-8.0.0.dist-info/top_level.txt,sha256=CO3fD9yylANiXkrMo4qHLV_mqXL2sC5JFKgt1yWAT-A,19 +importlib_metadata/__init__.py,sha256=tZNB-23h8Bixi9uCrQqj9Yf0aeC--Josdy3IZRIQeB0,33798 +importlib_metadata/__pycache__/__init__.cpython-312.pyc,, +importlib_metadata/__pycache__/_adapters.cpython-312.pyc,, +importlib_metadata/__pycache__/_collections.cpython-312.pyc,, +importlib_metadata/__pycache__/_compat.cpython-312.pyc,, +importlib_metadata/__pycache__/_functools.cpython-312.pyc,, +importlib_metadata/__pycache__/_itertools.cpython-312.pyc,, +importlib_metadata/__pycache__/_meta.cpython-312.pyc,, +importlib_metadata/__pycache__/_text.cpython-312.pyc,, +importlib_metadata/__pycache__/diagnose.cpython-312.pyc,, +importlib_metadata/_adapters.py,sha256=rIhWTwBvYA1bV7i-5FfVX38qEXDTXFeS5cb5xJtP3ks,2317 +importlib_metadata/_collections.py,sha256=CJ0OTCHIjWA0ZIVS4voORAsn2R4R2cQBEtPsZEJpASY,743 +importlib_metadata/_compat.py,sha256=73QKrN9KNoaZzhbX5yPCCZa-FaALwXe8TPlDR72JgBU,1314 +importlib_metadata/_functools.py,sha256=PsY2-4rrKX4RVeRC1oGp1lB1pmC9eKN88_f-bD9uOoA,2895 +importlib_metadata/_itertools.py,sha256=cvr_2v8BRbxcIl5x5ldfqdHjhI8Yi8s8yk50G_nm6jQ,2068 +importlib_metadata/_meta.py,sha256=nxZ7C8GVlcBFAKWyVOn_dn7ot_twBcbm1NmvjIetBHI,1801 +importlib_metadata/_text.py,sha256=HCsFksZpJLeTP3NEk_ngrAeXVRRtTrtyh9eOABoRP4A,2166 +importlib_metadata/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc,, +importlib_metadata/compat/__pycache__/py311.cpython-312.pyc,, +importlib_metadata/compat/__pycache__/py39.cpython-312.pyc,, +importlib_metadata/compat/py311.py,sha256=uqm-K-uohyj1042TH4a9Er_I5o7667DvulcD-gC_fSA,608 +importlib_metadata/compat/py39.py,sha256=cPkMv6-0ilK-0Jw_Tkn0xYbOKJZc4WJKQHow0c2T44w,1102 +importlib_metadata/diagnose.py,sha256=nkSRMiowlmkhLYhKhvCg9glmt_11Cox-EmLzEbqYTa8,379 +importlib_metadata/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL new file mode 100644 index 0000000..edf4ec7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (70.1.1) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt new file mode 100644 index 0000000..bbb0754 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt @@ -0,0 +1 @@ +importlib_metadata diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py new file mode 100644 index 0000000..ed48135 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py @@ -0,0 +1,1083 @@ +from __future__ import annotations + +import os +import re +import abc +import sys +import json +import zipp +import email +import types +import inspect +import pathlib +import operator +import textwrap +import functools +import itertools +import posixpath +import collections + +from . import _meta +from .compat import py39, py311 +from ._collections import FreezableDefaultDict, Pair +from ._compat import ( + NullFinder, + install, +) +from ._functools import method_cache, pass_none +from ._itertools import always_iterable, unique_everseen +from ._meta import PackageMetadata, SimplePath + +from contextlib import suppress +from importlib import import_module +from importlib.abc import MetaPathFinder +from itertools import starmap +from typing import Any, Iterable, List, Mapping, Match, Optional, Set, cast + +__all__ = [ + 'Distribution', + 'DistributionFinder', + 'PackageMetadata', + 'PackageNotFoundError', + 'distribution', + 'distributions', + 'entry_points', + 'files', + 'metadata', + 'packages_distributions', + 'requires', + 'version', +] + + +class PackageNotFoundError(ModuleNotFoundError): + """The package was not found.""" + + def __str__(self) -> str: + return f"No package metadata was found for {self.name}" + + @property + def name(self) -> str: # type: ignore[override] + (name,) = self.args + return name + + +class Sectioned: + """ + A simple entry point config parser for performance + + >>> for item in Sectioned.read(Sectioned._sample): + ... print(item) + Pair(name='sec1', value='# comments ignored') + Pair(name='sec1', value='a = 1') + Pair(name='sec1', value='b = 2') + Pair(name='sec2', value='a = 2') + + >>> res = Sectioned.section_pairs(Sectioned._sample) + >>> item = next(res) + >>> item.name + 'sec1' + >>> item.value + Pair(name='a', value='1') + >>> item = next(res) + >>> item.value + Pair(name='b', value='2') + >>> item = next(res) + >>> item.name + 'sec2' + >>> item.value + Pair(name='a', value='2') + >>> list(res) + [] + """ + + _sample = textwrap.dedent( + """ + [sec1] + # comments ignored + a = 1 + b = 2 + + [sec2] + a = 2 + """ + ).lstrip() + + @classmethod + def section_pairs(cls, text): + return ( + section._replace(value=Pair.parse(section.value)) + for section in cls.read(text, filter_=cls.valid) + if section.name is not None + ) + + @staticmethod + def read(text, filter_=None): + lines = filter(filter_, map(str.strip, text.splitlines())) + name = None + for value in lines: + section_match = value.startswith('[') and value.endswith(']') + if section_match: + name = value.strip('[]') + continue + yield Pair(name, value) + + @staticmethod + def valid(line: str): + return line and not line.startswith('#') + + +class EntryPoint: + """An entry point as defined by Python packaging conventions. + + See `the packaging docs on entry points + `_ + for more information. + + >>> ep = EntryPoint( + ... name=None, group=None, value='package.module:attr [extra1, extra2]') + >>> ep.module + 'package.module' + >>> ep.attr + 'attr' + >>> ep.extras + ['extra1', 'extra2'] + """ + + pattern = re.compile( + r'(?P[\w.]+)\s*' + r'(:\s*(?P[\w.]+)\s*)?' + r'((?P\[.*\])\s*)?$' + ) + """ + A regular expression describing the syntax for an entry point, + which might look like: + + - module + - package.module + - package.module:attribute + - package.module:object.attribute + - package.module:attr [extra1, extra2] + + Other combinations are possible as well. + + The expression is lenient about whitespace around the ':', + following the attr, and following any extras. + """ + + name: str + value: str + group: str + + dist: Optional[Distribution] = None + + def __init__(self, name: str, value: str, group: str) -> None: + vars(self).update(name=name, value=value, group=group) + + def load(self) -> Any: + """Load the entry point from its definition. If only a module + is indicated by the value, return that module. Otherwise, + return the named object. + """ + match = cast(Match, self.pattern.match(self.value)) + module = import_module(match.group('module')) + attrs = filter(None, (match.group('attr') or '').split('.')) + return functools.reduce(getattr, attrs, module) + + @property + def module(self) -> str: + match = self.pattern.match(self.value) + assert match is not None + return match.group('module') + + @property + def attr(self) -> str: + match = self.pattern.match(self.value) + assert match is not None + return match.group('attr') + + @property + def extras(self) -> List[str]: + match = self.pattern.match(self.value) + assert match is not None + return re.findall(r'\w+', match.group('extras') or '') + + def _for(self, dist): + vars(self).update(dist=dist) + return self + + def matches(self, **params): + """ + EntryPoint matches the given parameters. + + >>> ep = EntryPoint(group='foo', name='bar', value='bing:bong [extra1, extra2]') + >>> ep.matches(group='foo') + True + >>> ep.matches(name='bar', value='bing:bong [extra1, extra2]') + True + >>> ep.matches(group='foo', name='other') + False + >>> ep.matches() + True + >>> ep.matches(extras=['extra1', 'extra2']) + True + >>> ep.matches(module='bing') + True + >>> ep.matches(attr='bong') + True + """ + attrs = (getattr(self, param) for param in params) + return all(map(operator.eq, params.values(), attrs)) + + def _key(self): + return self.name, self.value, self.group + + def __lt__(self, other): + return self._key() < other._key() + + def __eq__(self, other): + return self._key() == other._key() + + def __setattr__(self, name, value): + raise AttributeError("EntryPoint objects are immutable.") + + def __repr__(self): + return ( + f'EntryPoint(name={self.name!r}, value={self.value!r}, ' + f'group={self.group!r})' + ) + + def __hash__(self) -> int: + return hash(self._key()) + + +class EntryPoints(tuple): + """ + An immutable collection of selectable EntryPoint objects. + """ + + __slots__ = () + + def __getitem__(self, name: str) -> EntryPoint: # type: ignore[override] + """ + Get the EntryPoint in self matching name. + """ + try: + return next(iter(self.select(name=name))) + except StopIteration: + raise KeyError(name) + + def __repr__(self): + """ + Repr with classname and tuple constructor to + signal that we deviate from regular tuple behavior. + """ + return '%s(%r)' % (self.__class__.__name__, tuple(self)) + + def select(self, **params) -> EntryPoints: + """ + Select entry points from self that match the + given parameters (typically group and/or name). + """ + return EntryPoints(ep for ep in self if py39.ep_matches(ep, **params)) + + @property + def names(self) -> Set[str]: + """ + Return the set of all names of all entry points. + """ + return {ep.name for ep in self} + + @property + def groups(self) -> Set[str]: + """ + Return the set of all groups of all entry points. + """ + return {ep.group for ep in self} + + @classmethod + def _from_text_for(cls, text, dist): + return cls(ep._for(dist) for ep in cls._from_text(text)) + + @staticmethod + def _from_text(text): + return ( + EntryPoint(name=item.value.name, value=item.value.value, group=item.name) + for item in Sectioned.section_pairs(text or '') + ) + + +class PackagePath(pathlib.PurePosixPath): + """A reference to a path in a package""" + + hash: Optional[FileHash] + size: int + dist: Distribution + + def read_text(self, encoding: str = 'utf-8') -> str: # type: ignore[override] + return self.locate().read_text(encoding=encoding) + + def read_binary(self) -> bytes: + return self.locate().read_bytes() + + def locate(self) -> SimplePath: + """Return a path-like object for this path""" + return self.dist.locate_file(self) + + +class FileHash: + def __init__(self, spec: str) -> None: + self.mode, _, self.value = spec.partition('=') + + def __repr__(self) -> str: + return f'' + + +class Distribution(metaclass=abc.ABCMeta): + """ + An abstract Python distribution package. + + Custom providers may derive from this class and define + the abstract methods to provide a concrete implementation + for their environment. Some providers may opt to override + the default implementation of some properties to bypass + the file-reading mechanism. + """ + + @abc.abstractmethod + def read_text(self, filename) -> Optional[str]: + """Attempt to load metadata file given by the name. + + Python distribution metadata is organized by blobs of text + typically represented as "files" in the metadata directory + (e.g. package-1.0.dist-info). These files include things + like: + + - METADATA: The distribution metadata including fields + like Name and Version and Description. + - entry_points.txt: A series of entry points as defined in + `the entry points spec `_. + - RECORD: A record of files according to + `this recording spec `_. + + A package may provide any set of files, including those + not listed here or none at all. + + :param filename: The name of the file in the distribution info. + :return: The text if found, otherwise None. + """ + + @abc.abstractmethod + def locate_file(self, path: str | os.PathLike[str]) -> SimplePath: + """ + Given a path to a file in this distribution, return a SimplePath + to it. + """ + + @classmethod + def from_name(cls, name: str) -> Distribution: + """Return the Distribution for the given package name. + + :param name: The name of the distribution package to search for. + :return: The Distribution instance (or subclass thereof) for the named + package, if found. + :raises PackageNotFoundError: When the named package's distribution + metadata cannot be found. + :raises ValueError: When an invalid value is supplied for name. + """ + if not name: + raise ValueError("A distribution name is required.") + try: + return next(iter(cls.discover(name=name))) + except StopIteration: + raise PackageNotFoundError(name) + + @classmethod + def discover( + cls, *, context: Optional[DistributionFinder.Context] = None, **kwargs + ) -> Iterable[Distribution]: + """Return an iterable of Distribution objects for all packages. + + Pass a ``context`` or pass keyword arguments for constructing + a context. + + :context: A ``DistributionFinder.Context`` object. + :return: Iterable of Distribution objects for packages matching + the context. + """ + if context and kwargs: + raise ValueError("cannot accept context and kwargs") + context = context or DistributionFinder.Context(**kwargs) + return itertools.chain.from_iterable( + resolver(context) for resolver in cls._discover_resolvers() + ) + + @staticmethod + def at(path: str | os.PathLike[str]) -> Distribution: + """Return a Distribution for the indicated metadata path. + + :param path: a string or path-like object + :return: a concrete Distribution instance for the path + """ + return PathDistribution(pathlib.Path(path)) + + @staticmethod + def _discover_resolvers(): + """Search the meta_path for resolvers (MetadataPathFinders).""" + declared = ( + getattr(finder, 'find_distributions', None) for finder in sys.meta_path + ) + return filter(None, declared) + + @property + def metadata(self) -> _meta.PackageMetadata: + """Return the parsed metadata for this Distribution. + + The returned object will have keys that name the various bits of + metadata per the + `Core metadata specifications `_. + + Custom providers may provide the METADATA file or override this + property. + """ + # deferred for performance (python/cpython#109829) + from . import _adapters + + opt_text = ( + self.read_text('METADATA') + or self.read_text('PKG-INFO') + # This last clause is here to support old egg-info files. Its + # effect is to just end up using the PathDistribution's self._path + # (which points to the egg-info file) attribute unchanged. + or self.read_text('') + ) + text = cast(str, opt_text) + return _adapters.Message(email.message_from_string(text)) + + @property + def name(self) -> str: + """Return the 'Name' metadata for the distribution package.""" + return self.metadata['Name'] + + @property + def _normalized_name(self): + """Return a normalized version of the name.""" + return Prepared.normalize(self.name) + + @property + def version(self) -> str: + """Return the 'Version' metadata for the distribution package.""" + return self.metadata['Version'] + + @property + def entry_points(self) -> EntryPoints: + """ + Return EntryPoints for this distribution. + + Custom providers may provide the ``entry_points.txt`` file + or override this property. + """ + return EntryPoints._from_text_for(self.read_text('entry_points.txt'), self) + + @property + def files(self) -> Optional[List[PackagePath]]: + """Files in this distribution. + + :return: List of PackagePath for this distribution or None + + Result is `None` if the metadata file that enumerates files + (i.e. RECORD for dist-info, or installed-files.txt or + SOURCES.txt for egg-info) is missing. + Result may be empty if the metadata exists but is empty. + + Custom providers are recommended to provide a "RECORD" file (in + ``read_text``) or override this property to allow for callers to be + able to resolve filenames provided by the package. + """ + + def make_file(name, hash=None, size_str=None): + result = PackagePath(name) + result.hash = FileHash(hash) if hash else None + result.size = int(size_str) if size_str else None + result.dist = self + return result + + @pass_none + def make_files(lines): + # Delay csv import, since Distribution.files is not as widely used + # as other parts of importlib.metadata + import csv + + return starmap(make_file, csv.reader(lines)) + + @pass_none + def skip_missing_files(package_paths): + return list(filter(lambda path: path.locate().exists(), package_paths)) + + return skip_missing_files( + make_files( + self._read_files_distinfo() + or self._read_files_egginfo_installed() + or self._read_files_egginfo_sources() + ) + ) + + def _read_files_distinfo(self): + """ + Read the lines of RECORD. + """ + text = self.read_text('RECORD') + return text and text.splitlines() + + def _read_files_egginfo_installed(self): + """ + Read installed-files.txt and return lines in a similar + CSV-parsable format as RECORD: each file must be placed + relative to the site-packages directory and must also be + quoted (since file names can contain literal commas). + + This file is written when the package is installed by pip, + but it might not be written for other installation methods. + Assume the file is accurate if it exists. + """ + text = self.read_text('installed-files.txt') + # Prepend the .egg-info/ subdir to the lines in this file. + # But this subdir is only available from PathDistribution's + # self._path. + subdir = getattr(self, '_path', None) + if not text or not subdir: + return + + paths = ( + py311.relative_fix((subdir / name).resolve()) + .relative_to(self.locate_file('').resolve(), walk_up=True) + .as_posix() + for name in text.splitlines() + ) + return map('"{}"'.format, paths) + + def _read_files_egginfo_sources(self): + """ + Read SOURCES.txt and return lines in a similar CSV-parsable + format as RECORD: each file name must be quoted (since it + might contain literal commas). + + Note that SOURCES.txt is not a reliable source for what + files are installed by a package. This file is generated + for a source archive, and the files that are present + there (e.g. setup.py) may not correctly reflect the files + that are present after the package has been installed. + """ + text = self.read_text('SOURCES.txt') + return text and map('"{}"'.format, text.splitlines()) + + @property + def requires(self) -> Optional[List[str]]: + """Generated requirements specified for this Distribution""" + reqs = self._read_dist_info_reqs() or self._read_egg_info_reqs() + return reqs and list(reqs) + + def _read_dist_info_reqs(self): + return self.metadata.get_all('Requires-Dist') + + def _read_egg_info_reqs(self): + source = self.read_text('requires.txt') + return pass_none(self._deps_from_requires_text)(source) + + @classmethod + def _deps_from_requires_text(cls, source): + return cls._convert_egg_info_reqs_to_simple_reqs(Sectioned.read(source)) + + @staticmethod + def _convert_egg_info_reqs_to_simple_reqs(sections): + """ + Historically, setuptools would solicit and store 'extra' + requirements, including those with environment markers, + in separate sections. More modern tools expect each + dependency to be defined separately, with any relevant + extras and environment markers attached directly to that + requirement. This method converts the former to the + latter. See _test_deps_from_requires_text for an example. + """ + + def make_condition(name): + return name and f'extra == "{name}"' + + def quoted_marker(section): + section = section or '' + extra, sep, markers = section.partition(':') + if extra and markers: + markers = f'({markers})' + conditions = list(filter(None, [markers, make_condition(extra)])) + return '; ' + ' and '.join(conditions) if conditions else '' + + def url_req_space(req): + """ + PEP 508 requires a space between the url_spec and the quoted_marker. + Ref python/importlib_metadata#357. + """ + # '@' is uniquely indicative of a url_req. + return ' ' * ('@' in req) + + for section in sections: + space = url_req_space(section.value) + yield section.value + space + quoted_marker(section.name) + + @property + def origin(self): + return self._load_json('direct_url.json') + + def _load_json(self, filename): + return pass_none(json.loads)( + self.read_text(filename), + object_hook=lambda data: types.SimpleNamespace(**data), + ) + + +class DistributionFinder(MetaPathFinder): + """ + A MetaPathFinder capable of discovering installed distributions. + + Custom providers should implement this interface in order to + supply metadata. + """ + + class Context: + """ + Keyword arguments presented by the caller to + ``distributions()`` or ``Distribution.discover()`` + to narrow the scope of a search for distributions + in all DistributionFinders. + + Each DistributionFinder may expect any parameters + and should attempt to honor the canonical + parameters defined below when appropriate. + + This mechanism gives a custom provider a means to + solicit additional details from the caller beyond + "name" and "path" when searching distributions. + For example, imagine a provider that exposes suites + of packages in either a "public" or "private" ``realm``. + A caller may wish to query only for distributions in + a particular realm and could call + ``distributions(realm="private")`` to signal to the + custom provider to only include distributions from that + realm. + """ + + name = None + """ + Specific name for which a distribution finder should match. + A name of ``None`` matches all distributions. + """ + + def __init__(self, **kwargs): + vars(self).update(kwargs) + + @property + def path(self) -> List[str]: + """ + The sequence of directory path that a distribution finder + should search. + + Typically refers to Python installed package paths such as + "site-packages" directories and defaults to ``sys.path``. + """ + return vars(self).get('path', sys.path) + + @abc.abstractmethod + def find_distributions(self, context=Context()) -> Iterable[Distribution]: + """ + Find distributions. + + Return an iterable of all Distribution instances capable of + loading the metadata for packages matching the ``context``, + a DistributionFinder.Context instance. + """ + + +class FastPath: + """ + Micro-optimized class for searching a root for children. + + Root is a path on the file system that may contain metadata + directories either as natural directories or within a zip file. + + >>> FastPath('').children() + ['...'] + + FastPath objects are cached and recycled for any given root. + + >>> FastPath('foobar') is FastPath('foobar') + True + """ + + @functools.lru_cache() # type: ignore + def __new__(cls, root): + return super().__new__(cls) + + def __init__(self, root): + self.root = root + + def joinpath(self, child): + return pathlib.Path(self.root, child) + + def children(self): + with suppress(Exception): + return os.listdir(self.root or '.') + with suppress(Exception): + return self.zip_children() + return [] + + def zip_children(self): + zip_path = zipp.Path(self.root) + names = zip_path.root.namelist() + self.joinpath = zip_path.joinpath + + return dict.fromkeys(child.split(posixpath.sep, 1)[0] for child in names) + + def search(self, name): + return self.lookup(self.mtime).search(name) + + @property + def mtime(self): + with suppress(OSError): + return os.stat(self.root).st_mtime + self.lookup.cache_clear() + + @method_cache + def lookup(self, mtime): + return Lookup(self) + + +class Lookup: + """ + A micro-optimized class for searching a (fast) path for metadata. + """ + + def __init__(self, path: FastPath): + """ + Calculate all of the children representing metadata. + + From the children in the path, calculate early all of the + children that appear to represent metadata (infos) or legacy + metadata (eggs). + """ + + base = os.path.basename(path.root).lower() + base_is_egg = base.endswith(".egg") + self.infos = FreezableDefaultDict(list) + self.eggs = FreezableDefaultDict(list) + + for child in path.children(): + low = child.lower() + if low.endswith((".dist-info", ".egg-info")): + # rpartition is faster than splitext and suitable for this purpose. + name = low.rpartition(".")[0].partition("-")[0] + normalized = Prepared.normalize(name) + self.infos[normalized].append(path.joinpath(child)) + elif base_is_egg and low == "egg-info": + name = base.rpartition(".")[0].partition("-")[0] + legacy_normalized = Prepared.legacy_normalize(name) + self.eggs[legacy_normalized].append(path.joinpath(child)) + + self.infos.freeze() + self.eggs.freeze() + + def search(self, prepared: Prepared): + """ + Yield all infos and eggs matching the Prepared query. + """ + infos = ( + self.infos[prepared.normalized] + if prepared + else itertools.chain.from_iterable(self.infos.values()) + ) + eggs = ( + self.eggs[prepared.legacy_normalized] + if prepared + else itertools.chain.from_iterable(self.eggs.values()) + ) + return itertools.chain(infos, eggs) + + +class Prepared: + """ + A prepared search query for metadata on a possibly-named package. + + Pre-calculates the normalization to prevent repeated operations. + + >>> none = Prepared(None) + >>> none.normalized + >>> none.legacy_normalized + >>> bool(none) + False + >>> sample = Prepared('Sample__Pkg-name.foo') + >>> sample.normalized + 'sample_pkg_name_foo' + >>> sample.legacy_normalized + 'sample__pkg_name.foo' + >>> bool(sample) + True + """ + + normalized = None + legacy_normalized = None + + def __init__(self, name: Optional[str]): + self.name = name + if name is None: + return + self.normalized = self.normalize(name) + self.legacy_normalized = self.legacy_normalize(name) + + @staticmethod + def normalize(name): + """ + PEP 503 normalization plus dashes as underscores. + """ + return re.sub(r"[-_.]+", "-", name).lower().replace('-', '_') + + @staticmethod + def legacy_normalize(name): + """ + Normalize the package name as found in the convention in + older packaging tools versions and specs. + """ + return name.lower().replace('-', '_') + + def __bool__(self): + return bool(self.name) + + +@install +class MetadataPathFinder(NullFinder, DistributionFinder): + """A degenerate finder for distribution packages on the file system. + + This finder supplies only a find_distributions() method for versions + of Python that do not have a PathFinder find_distributions(). + """ + + @classmethod + def find_distributions( + cls, context=DistributionFinder.Context() + ) -> Iterable[PathDistribution]: + """ + Find distributions. + + Return an iterable of all Distribution instances capable of + loading the metadata for packages matching ``context.name`` + (or all names if ``None`` indicated) along the paths in the list + of directories ``context.path``. + """ + found = cls._search_paths(context.name, context.path) + return map(PathDistribution, found) + + @classmethod + def _search_paths(cls, name, paths): + """Find metadata directories in paths heuristically.""" + prepared = Prepared(name) + return itertools.chain.from_iterable( + path.search(prepared) for path in map(FastPath, paths) + ) + + @classmethod + def invalidate_caches(cls) -> None: + FastPath.__new__.cache_clear() + + +class PathDistribution(Distribution): + def __init__(self, path: SimplePath) -> None: + """Construct a distribution. + + :param path: SimplePath indicating the metadata directory. + """ + self._path = path + + def read_text(self, filename: str | os.PathLike[str]) -> Optional[str]: + with suppress( + FileNotFoundError, + IsADirectoryError, + KeyError, + NotADirectoryError, + PermissionError, + ): + return self._path.joinpath(filename).read_text(encoding='utf-8') + + return None + + read_text.__doc__ = Distribution.read_text.__doc__ + + def locate_file(self, path: str | os.PathLike[str]) -> SimplePath: + return self._path.parent / path + + @property + def _normalized_name(self): + """ + Performance optimization: where possible, resolve the + normalized name from the file system path. + """ + stem = os.path.basename(str(self._path)) + return ( + pass_none(Prepared.normalize)(self._name_from_stem(stem)) + or super()._normalized_name + ) + + @staticmethod + def _name_from_stem(stem): + """ + >>> PathDistribution._name_from_stem('foo-3.0.egg-info') + 'foo' + >>> PathDistribution._name_from_stem('CherryPy-3.0.dist-info') + 'CherryPy' + >>> PathDistribution._name_from_stem('face.egg-info') + 'face' + >>> PathDistribution._name_from_stem('foo.bar') + """ + filename, ext = os.path.splitext(stem) + if ext not in ('.dist-info', '.egg-info'): + return + name, sep, rest = filename.partition('-') + return name + + +def distribution(distribution_name: str) -> Distribution: + """Get the ``Distribution`` instance for the named package. + + :param distribution_name: The name of the distribution package as a string. + :return: A ``Distribution`` instance (or subclass thereof). + """ + return Distribution.from_name(distribution_name) + + +def distributions(**kwargs) -> Iterable[Distribution]: + """Get all ``Distribution`` instances in the current environment. + + :return: An iterable of ``Distribution`` instances. + """ + return Distribution.discover(**kwargs) + + +def metadata(distribution_name: str) -> _meta.PackageMetadata: + """Get the metadata for the named package. + + :param distribution_name: The name of the distribution package to query. + :return: A PackageMetadata containing the parsed metadata. + """ + return Distribution.from_name(distribution_name).metadata + + +def version(distribution_name: str) -> str: + """Get the version string for the named package. + + :param distribution_name: The name of the distribution package to query. + :return: The version string for the package as defined in the package's + "Version" metadata key. + """ + return distribution(distribution_name).version + + +_unique = functools.partial( + unique_everseen, + key=py39.normalized_name, +) +""" +Wrapper for ``distributions`` to return unique distributions by name. +""" + + +def entry_points(**params) -> EntryPoints: + """Return EntryPoint objects for all installed packages. + + Pass selection parameters (group or name) to filter the + result to entry points matching those properties (see + EntryPoints.select()). + + :return: EntryPoints for all installed packages. + """ + eps = itertools.chain.from_iterable( + dist.entry_points for dist in _unique(distributions()) + ) + return EntryPoints(eps).select(**params) + + +def files(distribution_name: str) -> Optional[List[PackagePath]]: + """Return a list of files for the named package. + + :param distribution_name: The name of the distribution package to query. + :return: List of files composing the distribution. + """ + return distribution(distribution_name).files + + +def requires(distribution_name: str) -> Optional[List[str]]: + """ + Return a list of requirements for the named package. + + :return: An iterable of requirements, suitable for + packaging.requirement.Requirement. + """ + return distribution(distribution_name).requires + + +def packages_distributions() -> Mapping[str, List[str]]: + """ + Return a mapping of top-level packages to their + distributions. + + >>> import collections.abc + >>> pkgs = packages_distributions() + >>> all(isinstance(dist, collections.abc.Sequence) for dist in pkgs.values()) + True + """ + pkg_to_dist = collections.defaultdict(list) + for dist in distributions(): + for pkg in _top_level_declared(dist) or _top_level_inferred(dist): + pkg_to_dist[pkg].append(dist.metadata['Name']) + return dict(pkg_to_dist) + + +def _top_level_declared(dist): + return (dist.read_text('top_level.txt') or '').split() + + +def _topmost(name: PackagePath) -> Optional[str]: + """ + Return the top-most parent as long as there is a parent. + """ + top, *rest = name.parts + return top if rest else None + + +def _get_toplevel_name(name: PackagePath) -> str: + """ + Infer a possibly importable module name from a name presumed on + sys.path. + + >>> _get_toplevel_name(PackagePath('foo.py')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo.pyc')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo/__init__.py')) + 'foo' + >>> _get_toplevel_name(PackagePath('foo.pth')) + 'foo.pth' + >>> _get_toplevel_name(PackagePath('foo.dist-info')) + 'foo.dist-info' + """ + return _topmost(name) or ( + # python/typeshed#10328 + inspect.getmodulename(name) # type: ignore + or str(name) + ) + + +def _top_level_inferred(dist): + opt_names = set(map(_get_toplevel_name, always_iterable(dist.files))) + + def importable_name(name): + return '.' not in name + + return filter(importable_name, opt_names) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6dcf06f5b0f10c6b0f0a8db4e7340bb547bc9e7 GIT binary patch literal 53245 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..043fd0a49a57a726f47fde2fb845c866afbd1588 GIT binary patch literal 3789 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c652e63d98a6c5378810007de1cd777674b8cdff GIT binary patch literal 1946 zcmaJ>&re)M9G`h_AG@$1wMA>BF^^zc*1)b{g%&8W+UN~UdUCNDhc~nE=XedpKb`ot02P4;7?ABm$7cs=JKxO2h_YiYd5py|O0-fVy(@jsxjzwkw z={X3n9mkOfZdk`=%f_KzrhyCDCk8wlw5uGvwL1i-pMggll`%tQhvBljhAJ4m%9S(B zT}5SY4c*4&j_at9N&4QEoHyyb;MaJC)`h+n2AU3Fgt~kf?^iUh`JwhhZx|ihgMl#hP4GSz@>er*k#c(Gc!J8{uTeEKNu3B(uFqM-0L@rG>&;#lQjt-U*9vZuUEmN}EfY`GV=j|CA=OYR2nQi>ol#s=689!= zB%Oo=f+|IbGH&?(%6`4H7*%Q?URE+9~F7)aQdFxo)B z3=2baOK!ZHTSo*=($O%1{EylhxZHgegvrl3UTQbnQrv9KkO@3nz)5e5$)rL99mz() zk$Hef(-@R-#b1#93eGY z<%A?%kd%nkg;{qK@=2YF)=icW76pXZj7k%{q^HHQfC~W(#IoBwVcdGlx+OEPw8AqN zM(5codg^q0xxI7PdmI1VfxSuVghid)!p?!(Q3K;H!>i~ZG389dG0gvfhVowpXlQ47 z@sZVb&~jS=9u?n`@$lGK#!J~_N3dnkG7sBtt9ZXaKn!ibbdkPT~eaB^k|c>y#*dnm8|}Qt@V&`GKNco8MJ~AXd(p5$8q^YCx zh-TLiH8%9rx|X3iSjk3OIscDREyg*=7m~PcTv%+o?m5S&jN4keJ(22Q1DI9o~*gO}RAt=tgTkr57-k~JZz>(mqT{~uLJ^kp+PAlP_h5N(_# zVaR+MPxX$mQa4t5Qdx@)+Z96P3qK93&A?;Tr3NQr-X>Mo^(>dv=Oq(TeZag5AymUi zHUs}u<;2OVa3q@#AqAwtL{%`^4rLIyqG~O}sR6G#o=Of_St=$BVtsN{g?)VL?I5J-+f>DL+fDs~bQ;)D0_$?Me&ZON``xS>$OztwCys>iVs>#Jm@gr+J&55 zmy838<8ehdYbYOOJoOw*CawsfR5Rem?-bmm^j;mT<@u!$=c zD!qNLfRQ*3Vii3q?R!uhzjfiq!(BrkD?Hv?-p=S_M|Y4uc2)bk^5*TOI}0D*tz6m4 z=p$F*--6L16cGgBLgYLP-&}PN{t}3?&ZpFT5`<8M!Z-<#k0`AYYFQiwv5I!ajm%Z; zNdZkvf4BeV*=n!h`KdY~WxKE*a_A z&}y0inxyOvn219l*3huq&qsvjRM|=|S7TIkHv!_nJogx&QY8QZz4_zYRLi6IOv}LQ(beYF|m8HOk zEyglbXU-8;7=_UgPDQ1G8!tJXt8ATwN4y3CdUO$$_TL{pwmEw2?r7!q+~(*ztLLFP z-`aok{X6D?ByZ(hT0gU3p%8-GAJ9|DOA97JLiv3TqNn-ODIphl8CF&HlWN{FG);Sm r3J+0fD~pO#x7<60+11=mwxE@E4wkgJe-G!i$!!FpyDz6rCqeuN+Xy_C literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f33a419d8e7ee14638288c81a0aa24509e8c5c13 GIT binary patch literal 3504 zcmai1&2JmW6`$poWlM(K$bkaKNv94BlBmdaq$&!8NKI;>Jrq_B3KGN@YPdTT*WTUP z&I~0{pb8lzhl@56A9+;a}efwSYNiw@BaEScxl_=$AwQTqOabKkj7 zS~=gjJF%AoiKLfn4EOhP>!g}z@1G&$9EIlt$r2jMPQznfn^P^Q>LiJfnkp@15N}cq z%a-Uf&1evt716xKJqY>vc4U;ic#by_T(JZ$o|C zYHrPSg5vX5daa7$VQY?Vv9QCdCz&G;q}EYmMSs3RUq8VF>GlrxxV0*3%s{17-%8b- zF{^c}Pi4WbEet6wA?Xf!OR{*ASC$rkq=^J;uTYkq-x=p=lrx-`7Oe(rV0&X!<2{yu zOTnbH$=hrz07=^cIH1YFq2PS*W*FQ~_lwpDUWO&#@pz&~%q+G7WdH}>1*dYr;t*PM zR0(Sgh1U@=H*7NGS<$i3v=w$#JKNckA_7DR0GpgM&;ano@G;~|17#TbJmi2XBL;3| zE@*V}hrHl|2&m!FF(5Thb<2;8zi_(oo2MARX^~+xTUa!&6MnvC{ba#uDbMp(kYSRx znGX&E6ZjnBieVgW2f9r+Hd>w7(?W!*KFkA^>c+;L5zbPiZi`On1CuRoxh%awD}D#8 zC7v-D1(#pLt(ZMfq+w*d145f!bD-QT56xLk?Rh=q3@x4In^Zs008&%KLnVJ2^F#vjaU~X zm~0vb++QAPZ2`YRPqTZ(c2uy-SLR3Imoq0>Rh_lt>-4&N*eF5{6-0>txw=J>l~@WSs!& zhX!2NJrTK*dqKjLySTLUi^cgGt3^B#VAxuUej#gsjarsOfQxfZI3n$)R5l!QEj zT*r(pu*NXo4{*XldaI*!&lzQY*TB`T* zIdV|!DE^-~e{|N#XUY084i&VeB4Gofh5GCB zt_n1C0L;7103j|Y+DS~NavNJb_Jwr8J=<(l!zx(9)*E#aymCr9OfAZm%SKoYm_01<&m-lacS116mZ z2bg~F+SnZgx~xowve}$M)eE2nwY?#BpAi&$x`wTTIgE8Pf#y~>G~dyXQ4{C_8!^x; zW_gq_N4qLz+*`IJ{5*wI1x45$CyX#m16RNZA3;aoBX_1Cyz@P>3D^3w^ViZSP*a2$ zd|<>H{U!X>AaV+ZegSW-5KS0X#(&16yO)Nycn02xNc9>F0Pn9SFC0x?emXPzaq(!z zeOUN>#{IPPc*Z@Na*y+5>J{U|YEI6gup-8Xg4wGuv%o>Q!^=COgvNz5)o&F8vGf4&&Eh3{7%SM k<kDv4!-iP0B*E0hQ1$?xp#{Q%FPanhZe`Of#p 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2b7f11fa9d0cae8e51c56a53269fccf952bb19a6 GIT binary patch literal 3905 zcmcInTW=dh6rQzXXOkv%X}Dh}p~zm6*xbaW&_JOST4<4)B2<^Mn(R(uC+l4^v(7!D z50PkuP(gq~1yYN6fG7_L35g%UOR78+Ej%DD54@EI1nLv#%-Y#?5&}GQC7+$knVE0C z`Oew#H=UjB1fGW%ejFLs3Hb>tjVDzvtmUDwNNi$j4k;2lVJ97}k|-uLk|56!yJeo( zDV|(ThW^EtDa}a#ij||kYG4g5=%{eNrBycCd$k&doC?Y zwNk!ajU5;mppx#R5u{wU#2v?@6P|GFtkLAQk7l1&ov)})HN$aH9#c73ChPaTWauo@N zlVjzPl0WQ;2`20q*F7=*df>F_NqH(_2zMEt2=+Aj#=MmO39m*gY>N6EkUYFmxzTjg8ye-7uf_tuAY<$o$Z-sIk5aCpH5$5M z2N85tdKzeQJz#El>lN`d>#I3@*xwsTDz-uxFA!0tn-`W8%i)5CJVhY{xH1gZ5wq5TS z%sWVyw4+N}kaD~UE|wBOi{#F5kOI*`q~OAoUUds4ufhw%BZA3(ixnKFVmfT7A7zad zC>NaaP@y^nN!)!ffBypo$d0_f%B(Rq!es$uU#t3_=g5LN&RyFRg>t0|;SQrrNc{}- z&kCl`C;fbNDoC5A9=M-C9xCA2z_KTbZk0^{=3jz2j-d~%>4(1{Pj)bV$&hO zwTax?`I&PwAI)9N^sVT9*B1IC{{gzoH$lgy7m?Q+*U62C1bn;0fO!ZCi^N~=gV1SQ zE}*CJG(u;&?pHr<10tiuWJ%z4$k0Rwyd=8N@Z5FN#BKoB)g;=m@g?-`0&|*tpXqw% zz~bR|55M=~YNmTd@7~PmI^rUX_&@{9@D87a#4LFm?p+O(qm4UQ!vWq9^#5aD$si?b zRW8)Vf)3NPJlAJ%!!b=GskSLPVbY)tdhm{8ni6NH^t9TzxDzVVH#O}!n&B99N($yL z-1zki6AN>1y>Thi3!(b?vtPWh^uqFy)y&=%eeX6T+z!Jr&&3W-YaGrvM5Cci-+I7< z8xfx zZwjOtO{gfq;Cd=dDk@~rw8Bpw2J_cE`7QBSO20C$X{o*|>ALC1k}^HNL+SA==|sx7 z+)mQF*AiOluC*kTE@KJ(3V%XxzfzM*3Pws~VQSduaLu*U^+dr1{rWtIZi$oV(aET8K;A*b!lcu(y5pd~USkT=JV#+dZcKIs+ZfL;hcF&nW zo3x3Ud#m{QxA+E_BraAxA-T8Ml3p0plrV)X5;~rv9YkG_r#hE(V7r$R0jX>fkeQTf zDBn+@19kFL+wMh4?;lBr2-5z4bY13C*A7YTTpSWS9CeT&32a^zB+xe>MkcO@S=wPmNy#I<8m!cOT7h1z)O zqb8{~OyN12MsyPhHmU=+1^`rHjkA1CsozPL5V$`?F@Zny@5vUK$JjJ*n#|N+VZ_cD{9N7FqkS|owS4}*+iPV zC75hQG7NoT*>|vlkXv3e3b{ltyUC>EI?}OREYVCATNoS&()fc+5h*_Bc6q&wvq zKdd>vm@S{`ikP4H9MKzizXs2TD^IR$RJ(J(%{?2gd=P3*KaHFxW;V`5+zVt(ef7_j zJT|bvT6l-?Soc{F(?;k8rp67W%Ou73s^^1BlTg_r(P7N*RJoK8+d7arp&&4G_}$C_1fdrKlNQYtt3|-n)ggh zb@Pjz;mV6bWtUz(!l+PFCmvH?{ja05~~G}47Ul>k)XRv(TX&b9!zr1wj4;Qeag z94)}qV_mdGQg2cd&!JQ()6z-BI&TI167u~@aS;(#J22ceelZS#WJcEMzR|xyAN0M` zk>jIi5F57LbiBZ}%`8_QF(l1Cc|gTd7V4MT_7)^A$y>+9Ofz&_KAYv2(MTmBOhgAd oA>>> dd = FreezableDefaultDict(list) + >>> dd[0].append('1') + >>> dd.freeze() + >>> dd[1] + [] + >>> len(dd) + 1 + """ + + def __missing__(self, key): + return getattr(self, '_frozen', super().__missing__)(key) + + def freeze(self): + self._frozen = lambda key: self.default_factory() + + +class Pair(collections.namedtuple('Pair', 'name value')): + @classmethod + def parse(cls, text): + return cls(*map(str.strip, text.split("=", 1))) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py new file mode 100644 index 0000000..df312b1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py @@ -0,0 +1,57 @@ +import sys +import platform + + +__all__ = ['install', 'NullFinder'] + + +def install(cls): + """ + Class decorator for installation on sys.meta_path. + + Adds the backport DistributionFinder to sys.meta_path and + attempts to disable the finder functionality of the stdlib + DistributionFinder. + """ + sys.meta_path.append(cls()) + disable_stdlib_finder() + return cls + + +def disable_stdlib_finder(): + """ + Give the backport primacy for discovering path-based distributions + by monkey-patching the stdlib O_O. + + See #91 for more background for rationale on this sketchy + behavior. + """ + + def matches(finder): + return getattr( + finder, '__module__', None + ) == '_frozen_importlib_external' and hasattr(finder, 'find_distributions') + + for finder in filter(matches, sys.meta_path): # pragma: nocover + del finder.find_distributions + + +class NullFinder: + """ + A "Finder" (aka "MetaPathFinder") that never finds any modules, + but may find distributions. + """ + + @staticmethod + def find_spec(*args, **kwargs): + return None + + +def pypy_partial(val): + """ + Adjust for variable stacklevel on partial under PyPy. + + Workaround for #327. + """ + is_pypy = platform.python_implementation() == 'PyPy' + return val + is_pypy diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py new file mode 100644 index 0000000..71f66bd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py @@ -0,0 +1,104 @@ +import types +import functools + + +# from jaraco.functools 3.3 +def method_cache(method, cache_wrapper=None): + """ + Wrap lru_cache to support storing the cache data in the object instances. + + Abstracts the common paradigm where the method explicitly saves an + underscore-prefixed protected property on first call and returns that + subsequently. + + >>> class MyClass: + ... calls = 0 + ... + ... @method_cache + ... def method(self, value): + ... self.calls += 1 + ... return value + + >>> a = MyClass() + >>> a.method(3) + 3 + >>> for x in range(75): + ... res = a.method(x) + >>> a.calls + 75 + + Note that the apparent behavior will be exactly like that of lru_cache + except that the cache is stored on each instance, so values in one + instance will not flush values from another, and when an instance is + deleted, so are the cached values for that instance. + + >>> b = MyClass() + >>> for x in range(35): + ... res = b.method(x) + >>> b.calls + 35 + >>> a.method(0) + 0 + >>> a.calls + 75 + + Note that if method had been decorated with ``functools.lru_cache()``, + a.calls would have been 76 (due to the cached value of 0 having been + flushed by the 'b' instance). + + Clear the cache with ``.cache_clear()`` + + >>> a.method.cache_clear() + + Same for a method that hasn't yet been called. + + >>> c = MyClass() + >>> c.method.cache_clear() + + Another cache wrapper may be supplied: + + >>> cache = functools.lru_cache(maxsize=2) + >>> MyClass.method2 = method_cache(lambda self: 3, cache_wrapper=cache) + >>> a = MyClass() + >>> a.method2() + 3 + + Caution - do not subsequently wrap the method with another decorator, such + as ``@property``, which changes the semantics of the function. + + See also + http://code.activestate.com/recipes/577452-a-memoize-decorator-for-instance-methods/ + for another implementation and additional justification. + """ + cache_wrapper = cache_wrapper or functools.lru_cache() + + def wrapper(self, *args, **kwargs): + # it's the first call, replace the method with a cached, bound method + bound_method = types.MethodType(method, self) + cached_method = cache_wrapper(bound_method) + setattr(self, method.__name__, cached_method) + return cached_method(*args, **kwargs) + + # Support cache clear even before cache has been created. + wrapper.cache_clear = lambda: None + + return wrapper + + +# From jaraco.functools 3.3 +def pass_none(func): + """ + Wrap func so it's not called if its first param is None + + >>> print_text = pass_none(print) + >>> print_text('text') + text + >>> print_text(None) + """ + + @functools.wraps(func) + def wrapper(param, *args, **kwargs): + if param is not None: + return func(param, *args, **kwargs) + + return wrapper diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py new file mode 100644 index 0000000..d4ca9b9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py @@ -0,0 +1,73 @@ +from itertools import filterfalse + + +def unique_everseen(iterable, key=None): + "List unique elements, preserving order. Remember all elements ever seen." + # unique_everseen('AAAABBBCCDAABBB') --> A B C D + # unique_everseen('ABBCcAD', str.lower) --> A B C D + seen = set() + seen_add = seen.add + if key is None: + for element in filterfalse(seen.__contains__, iterable): + seen_add(element) + yield element + else: + for element in iterable: + k = key(element) + if k not in seen: + seen_add(k) + yield element + + +# copied from more_itertools 8.8 +def always_iterable(obj, base_type=(str, bytes)): + """If *obj* is iterable, return an iterator over its items:: + + >>> obj = (1, 2, 3) + >>> list(always_iterable(obj)) + [1, 2, 3] + + If *obj* is not iterable, return a one-item iterable containing *obj*:: + + >>> obj = 1 + >>> list(always_iterable(obj)) + [1] + + If *obj* is ``None``, return an empty iterable: + + >>> obj = None + >>> list(always_iterable(None)) + [] + + By default, binary and text strings are not considered iterable:: + + >>> obj = 'foo' + >>> list(always_iterable(obj)) + ['foo'] + + If *base_type* is set, objects for which ``isinstance(obj, base_type)`` + returns ``True`` won't be considered iterable. + + >>> obj = {'a': 1} + >>> list(always_iterable(obj)) # Iterate over the dict's keys + ['a'] + >>> list(always_iterable(obj, base_type=dict)) # Treat dicts as a unit + [{'a': 1}] + + Set *base_type* to ``None`` to avoid any special handling and treat objects + Python considers iterable as iterable: + + >>> obj = 'foo' + >>> list(always_iterable(obj, base_type=None)) + ['f', 'o', 'o'] + """ + if obj is None: + return iter(()) + + if (base_type is not None) and isinstance(obj, base_type): + return iter((obj,)) + + try: + return iter(obj) + except TypeError: + return iter((obj,)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py new file mode 100644 index 0000000..1927d0f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py @@ -0,0 +1,67 @@ +from __future__ import annotations + +import os +from typing import Protocol +from typing import Any, Dict, Iterator, List, Optional, TypeVar, Union, overload + + +_T = TypeVar("_T") + + +class PackageMetadata(Protocol): + def __len__(self) -> int: ... # pragma: no cover + + def __contains__(self, item: str) -> bool: ... # pragma: no cover + + def __getitem__(self, key: str) -> str: ... # pragma: no cover + + def __iter__(self) -> Iterator[str]: ... # pragma: no cover + + @overload + def get( + self, name: str, failobj: None = None + ) -> Optional[str]: ... # pragma: no cover + + @overload + def get(self, name: str, failobj: _T) -> Union[str, _T]: ... # pragma: no cover + + # overload per python/importlib_metadata#435 + @overload + def get_all( + self, name: str, failobj: None = None + ) -> Optional[List[Any]]: ... # pragma: no cover + + @overload + def get_all(self, name: str, failobj: _T) -> Union[List[Any], _T]: + """ + Return all values associated with a possibly multi-valued key. + """ + + @property + def json(self) -> Dict[str, Union[str, List[str]]]: + """ + A JSON-compatible form of the metadata. + """ + + +class SimplePath(Protocol): + """ + A minimal subset of pathlib.Path required by Distribution. + """ + + def joinpath( + self, other: Union[str, os.PathLike[str]] + ) -> SimplePath: ... # pragma: no cover + + def __truediv__( + self, other: Union[str, os.PathLike[str]] + ) -> SimplePath: ... # pragma: no cover + + @property + def parent(self) -> SimplePath: ... # pragma: no cover + + def read_text(self, encoding=None) -> str: ... # pragma: no cover + + def read_bytes(self) -> bytes: ... # pragma: no cover + + def exists(self) -> bool: ... # pragma: no cover diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py new file mode 100644 index 0000000..c88cfbb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py @@ -0,0 +1,99 @@ +import re + +from ._functools import method_cache + + +# from jaraco.text 3.5 +class FoldedCase(str): + """ + A case insensitive string class; behaves just like str + except compares equal when the only variation is case. + + >>> s = FoldedCase('hello world') + + >>> s == 'Hello World' + True + + >>> 'Hello World' == s + True + + >>> s != 'Hello World' + False + + >>> s.index('O') + 4 + + >>> s.split('O') + ['hell', ' w', 'rld'] + + >>> sorted(map(FoldedCase, ['GAMMA', 'alpha', 'Beta'])) + ['alpha', 'Beta', 'GAMMA'] + + Sequence membership is straightforward. + + >>> "Hello World" in [s] + True + >>> s in ["Hello World"] + True + + You may test for set inclusion, but candidate and elements + must both be folded. + + >>> FoldedCase("Hello World") in {s} + True + >>> s in {FoldedCase("Hello World")} + True + + String inclusion works as long as the FoldedCase object + is on the right. + + >>> "hello" in FoldedCase("Hello World") + True + + But not if the FoldedCase object is on the left: + + >>> FoldedCase('hello') in 'Hello World' + False + + In that case, use in_: + + >>> FoldedCase('hello').in_('Hello World') + True + + >>> FoldedCase('hello') > FoldedCase('Hello') + False + """ + + def __lt__(self, other): + return self.lower() < other.lower() + + def __gt__(self, other): + return self.lower() > other.lower() + + def __eq__(self, other): + return self.lower() == other.lower() + + def __ne__(self, other): + return self.lower() != other.lower() + + def __hash__(self): + return hash(self.lower()) + + def __contains__(self, other): + return super().lower().__contains__(other.lower()) + + def in_(self, other): + "Does self appear in other?" + return self in FoldedCase(other) + + # cache lower since it's likely to be called frequently. + @method_cache + def lower(self): + return super().lower() + + def index(self, sub): + return self.lower().index(sub.lower()) + + def split(self, splitter=' ', maxsplit=0): + pattern = re.compile(re.escape(splitter), re.I) + return pattern.split(self, maxsplit) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3aa9df6e533f76524e4afd0b7af1add7c5ae4c76 GIT binary patch literal 217 zcmZ9GK?=e!5JelSAVLq~q8(IlB_6>mglQYwVA6zSD)tDTz%zIjZ=olU?z%GB`eA0? zAO66+vTT(E?eFg<&QEOr8s}m2NQPw1PS3>6f*WIIxhs3l0t)on>Y= z$>|9x6l|V+l29o0H6=dif8e_>trZFzpX^iKf+E@s|cd>ciW`L`y&$9A0EJ!S}* z$1=b_2YaK8HB>FpSqLTx$k$5us8(6RNTf9BSeu&5Vb~V7lQnBC6^Cixc2p9!MphV; zaT6|m@ZsW8fnXJ(jFBd7^){$x1n#8Nil&gl_6yJrDtnDA{ph;Rc&)heNkaH0jZ?`9 zjUwK%oRJg&XqyvZ2&1MqFKLr+TAmo8lK03)N3=R5Gu#va-3;h(JwLo8k~RSvA~BXq zNxm2!eo338OV_DsX^~nI3CRsnnKgp(0z^f`2+Kzx+zh#WUd4HNM0wl;SGx&Vufsa( zg8B*Xp#QJA4Ir(MuDkh)bWgsr0pYecKzpO^?Tx#2AFozRc^PWjk)oLgUxAZ*%H)CD z%FCKd=T!YX&`MeDp4D#Jj2jq2ww`BUN5wph+M1gA77eA08&KVO%Z+sb_#r@#I=xt1 zct8A4T|&ccmRhBx2^;G?VM>Q0PL;NBs}XZc8MQPVHXcwG7Zz%1Kc50-FbM0sVb!;9 zY-pO+u1M9Q(yY{8I(p4feH+xjTj;Nuvp){D2X{ZcclFNId)Mw<+x_g9cOIR;^k`=3 z!HK0KNJ3StPdVe|CEHKA$!FGpi{z^`<_5-rSH0rvi!9@+d4uR_FnQo8=riD!VHpAn zo;*B*-o5Y);nMQc2~;`#c#1rnBD>%GIko&CSk^O;RP_#AB@Zf~#sdL9axE%;O4r{V zG(c-eJNG`2%<-mi=fk(3pSU7v++=h`pM%Y_u#C&xLcg8fLc>?e+Kq&E+;ZRajdq18 z=;oDmuHA3Y5J{x+%D8xu*whZI04P2Z9*PyqBwx|z;lMF4HBg5>#&{o{+()PO(d0g= k{4-I(mk-}U=iYogJNIyQZg=jF*@fHoX64uKZdMAs7kJ%0%>V!Z literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..553fa7b9878a988d0e2a9a3dc02114f8bceca305 GIT binary patch literal 1660 zcmZ`(O>7%Q6rR~#uh-7crlPb2DPG*XnJw#Z5Yi9l&Yp-C)N_S!p%H{CzY zj+595QdMyvm%;(5;Y5)tk*EiH?6Khj5|=nR1g)r4;DCBF1PPQAZ`N_sgz~iW=FNL= z-h1=*oB6S$BZ+{9SAU(Klo0xjFIp5k5cUcn+(9PFArqT|jU6E;IATt8q@08i5op2` zP05Zqa!z*Qxj06yM8svBlXG!1Mr2ba5>dJ#%A91zKap|?Qz3ECCSjd`bz3!=X{%+D zqn_g%%qm*8#j2WZR0-9VELPU0s;um}+R)&LJ~Vhf`IJ|d5yOrTXQ#&UqvK5Vl{o0!FQ3g{#Bln9FE&%ClS+N+wuBnG#l^ZVB_C2c*C( z!q~eD><&tx6|?}-ak`39i19QLr4b#*%@#p>KE@cW;DtoXdN{MTmb`*^iJK+8B# zVGmkpZ?2!`W{kJ*{y~i;VHRCQOK4e~MN2p%*RCfupmERjsOB0D(Litv+p0k~p>K1b z=4WknA<$UaV4CT<{Y>+zw`iF}D-`mrUBt}uD22jc6qm}7JA*@IiW1+T#0({Fo(!c) zm@@IO>-f&FGs~LU$QY#_4H4ys3KP#Vgz)Z4?I>2^e31tlL&m_alG|4Ze9!4=hFoe4}*3m?wcAz|ZxW=h=at zUnH*SQQdNUk22VmZ)Mg?5%3_&(D^~X8miCAY&L?Pf@(Tp1XI9nqJ|QS&ETKZmv+^3 zT}^K(>3@E1>;4mopna^o_C!6stM=B_-h2J)=?C&dX{YbvcHgx}C%^C6?D=7_p1roC zPH!vIjX2-1AE*%YR$C{!eIeT+Znk6Kp+Nj2h>U{|$Iae%z&Ij>|G}gwT7bKI_%{9z zI6P;NP-a!%a_1>8mcj#$ zD1Wt^hvkrojuMJ+^& Optional[str]: + """ + Honor name normalization for distributions that don't provide ``_normalized_name``. + """ + try: + return dist._normalized_name + except AttributeError: + from .. import Prepared # -> delay to prevent circular imports. + + return Prepared.normalize(getattr(dist, "name", None) or dist.metadata['Name']) + + +def ep_matches(ep: EntryPoint, **params) -> bool: + """ + Workaround for ``EntryPoint`` objects without the ``matches`` method. + """ + try: + return ep.matches(**params) + except AttributeError: + from .. import EntryPoint # -> delay to prevent circular imports. + + # Reconstruct the EntryPoint object to make sure it is compatible. + return EntryPoint(ep.name, ep.value, ep.group).matches(**params) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py new file mode 100644 index 0000000..e405471 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py @@ -0,0 +1,21 @@ +import sys + +from . import Distribution + + +def inspect(path): + print("Inspecting", path) + dists = list(Distribution.discover(path=[path])) + if not dists: + return + print("Found", len(dists), "packages:", end=' ') + print(', '.join(dist.name for dist in dists)) + + +def run(): + for path in sys.path: + inspect(path) + + +if __name__ == '__main__': + run() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA new file mode 100644 index 0000000..9a2097a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA @@ -0,0 +1,591 @@ +Metadata-Version: 2.1 +Name: inflect +Version: 7.3.1 +Summary: Correctly generate plurals, singular nouns, ordinals, indefinite articles +Author-email: Paul Dyson +Maintainer-email: "Jason R. Coombs" +Project-URL: Source, https://github.com/jaraco/inflect +Keywords: plural,inflect,participle +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Natural Language :: English +Classifier: Operating System :: OS Independent +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Linguistic +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: more-itertools >=8.5.0 +Requires-Dist: typeguard >=4.0.1 +Requires-Dist: typing-extensions ; python_version < "3.9" +Provides-Extra: doc +Requires-Dist: sphinx >=3.5 ; extra == 'doc' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc' +Requires-Dist: rst.linker >=1.9 ; extra == 'doc' +Requires-Dist: furo ; extra == 'doc' +Requires-Dist: sphinx-lint ; extra == 'doc' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc' +Provides-Extra: test +Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test' +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'test' +Requires-Dist: pytest-cov ; extra == 'test' +Requires-Dist: pytest-mypy ; extra == 'test' +Requires-Dist: pytest-enabler >=2.2 ; extra == 'test' +Requires-Dist: pytest-ruff >=0.2.1 ; extra == 'test' +Requires-Dist: pygments ; extra == 'test' + +.. image:: https://img.shields.io/pypi/v/inflect.svg + :target: https://pypi.org/project/inflect + +.. image:: https://img.shields.io/pypi/pyversions/inflect.svg + +.. image:: https://github.com/jaraco/inflect/actions/workflows/main.yml/badge.svg + :target: https://github.com/jaraco/inflect/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/inflect/badge/?version=latest + :target: https://inflect.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/inflect + :target: https://tidelift.com/subscription/pkg/pypi-inflect?utm_source=pypi-inflect&utm_medium=readme + +NAME +==== + +inflect.py - Correctly generate plurals, singular nouns, ordinals, indefinite articles; convert numbers to words. + +SYNOPSIS +======== + +.. code-block:: python + + import inflect + + p = inflect.engine() + + # METHODS: + + # plural plural_noun plural_verb plural_adj singular_noun no num + # compare compare_nouns compare_nouns compare_adjs + # a an + # present_participle + # ordinal number_to_words + # join + # inflect classical gender + # defnoun defverb defadj defa defan + + + # UNCONDITIONALLY FORM THE PLURAL + + print("The plural of ", word, " is ", p.plural(word)) + + + # CONDITIONALLY FORM THE PLURAL + + print("I saw", cat_count, p.plural("cat", cat_count)) + + + # FORM PLURALS FOR SPECIFIC PARTS OF SPEECH + + print( + p.plural_noun("I", N1), + p.plural_verb("saw", N1), + p.plural_adj("my", N2), + p.plural_noun("saw", N2), + ) + + + # FORM THE SINGULAR OF PLURAL NOUNS + + print("The singular of ", word, " is ", p.singular_noun(word)) + + # SELECT THE GENDER OF SINGULAR PRONOUNS + + print(p.singular_noun("they")) # 'it' + p.gender("feminine") + print(p.singular_noun("they")) # 'she' + + + # DEAL WITH "0/1/N" -> "no/1/N" TRANSLATION: + + print("There ", p.plural_verb("was", errors), p.no(" error", errors)) + + + # USE DEFAULT COUNTS: + + print( + p.num(N1, ""), + p.plural("I"), + p.plural_verb(" saw"), + p.num(N2), + p.plural_noun(" saw"), + ) + print("There ", p.num(errors, ""), p.plural_verb("was"), p.no(" error")) + + + # COMPARE TWO WORDS "NUMBER-INSENSITIVELY": + + if p.compare(word1, word2): + print("same") + if p.compare_nouns(word1, word2): + print("same noun") + if p.compare_verbs(word1, word2): + print("same verb") + if p.compare_adjs(word1, word2): + print("same adj.") + + + # ADD CORRECT "a" OR "an" FOR A GIVEN WORD: + + print("Did you want ", p.a(thing), " or ", p.an(idea)) + + + # CONVERT NUMERALS INTO ORDINALS (i.e. 1->1st, 2->2nd, 3->3rd, etc.) + + print("It was", p.ordinal(position), " from the left\n") + + # CONVERT NUMERALS TO WORDS (i.e. 1->"one", 101->"one hundred and one", etc.) + # RETURNS A SINGLE STRING... + + words = p.number_to_words(1234) + # "one thousand, two hundred and thirty-four" + words = p.number_to_words(p.ordinal(1234)) + # "one thousand, two hundred and thirty-fourth" + + + # GET BACK A LIST OF STRINGS, ONE FOR EACH "CHUNK"... + + words = p.number_to_words(1234, wantlist=True) + # ("one thousand","two hundred and thirty-four") + + + # OPTIONAL PARAMETERS CHANGE TRANSLATION: + + words = p.number_to_words(12345, group=1) + # "one, two, three, four, five" + + words = p.number_to_words(12345, group=2) + # "twelve, thirty-four, five" + + words = p.number_to_words(12345, group=3) + # "one twenty-three, forty-five" + + words = p.number_to_words(1234, andword="") + # "one thousand, two hundred thirty-four" + + words = p.number_to_words(1234, andword=", plus") + # "one thousand, two hundred, plus thirty-four" + # TODO: I get no comma before plus: check perl + + words = p.number_to_words(555_1202, group=1, zero="oh") + # "five, five, five, one, two, oh, two" + + words = p.number_to_words(555_1202, group=1, one="unity") + # "five, five, five, unity, two, oh, two" + + words = p.number_to_words(123.456, group=1, decimal="mark") + # "one two three mark four five six" + # TODO: DOCBUG: perl gives commas here as do I + + # LITERAL STYLE ONLY NAMES NUMBERS LESS THAN A CERTAIN THRESHOLD... + + words = p.number_to_words(9, threshold=10) # "nine" + words = p.number_to_words(10, threshold=10) # "ten" + words = p.number_to_words(11, threshold=10) # "11" + words = p.number_to_words(1000, threshold=10) # "1,000" + + # JOIN WORDS INTO A LIST: + + mylist = p.join(("apple", "banana", "carrot")) + # "apple, banana, and carrot" + + mylist = p.join(("apple", "banana")) + # "apple and banana" + + mylist = p.join(("apple", "banana", "carrot"), final_sep="") + # "apple, banana and carrot" + + + # REQUIRE "CLASSICAL" PLURALS (EG: "focus"->"foci", "cherub"->"cherubim") + + p.classical() # USE ALL CLASSICAL PLURALS + + p.classical(all=True) # USE ALL CLASSICAL PLURALS + p.classical(all=False) # SWITCH OFF CLASSICAL MODE + + p.classical(zero=True) # "no error" INSTEAD OF "no errors" + p.classical(zero=False) # "no errors" INSTEAD OF "no error" + + p.classical(herd=True) # "2 buffalo" INSTEAD OF "2 buffalos" + p.classical(herd=False) # "2 buffalos" INSTEAD OF "2 buffalo" + + p.classical(persons=True) # "2 chairpersons" INSTEAD OF "2 chairpeople" + p.classical(persons=False) # "2 chairpeople" INSTEAD OF "2 chairpersons" + + p.classical(ancient=True) # "2 formulae" INSTEAD OF "2 formulas" + p.classical(ancient=False) # "2 formulas" INSTEAD OF "2 formulae" + + + # INTERPOLATE "plural()", "plural_noun()", "plural_verb()", "plural_adj()", "singular_noun()", + # a()", "an()", "num()" AND "ordinal()" WITHIN STRINGS: + + print(p.inflect("The plural of {0} is plural('{0}')".format(word))) + print(p.inflect("The singular of {0} is singular_noun('{0}')".format(word))) + print(p.inflect("I saw {0} plural('cat',{0})".format(cat_count))) + print( + p.inflect( + "plural('I',{0}) " + "plural_verb('saw',{0}) " + "plural('a',{1}) " + "plural_noun('saw',{1})".format(N1, N2) + ) + ) + print( + p.inflect( + "num({0}, False)plural('I') " + "plural_verb('saw') " + "num({1}, False)plural('a') " + "plural_noun('saw')".format(N1, N2) + ) + ) + print(p.inflect("I saw num({0}) plural('cat')\nnum()".format(cat_count))) + print(p.inflect("There plural_verb('was',{0}) no('error',{0})".format(errors))) + print(p.inflect("There num({0}, False)plural_verb('was') no('error')".format(errors))) + print(p.inflect("Did you want a('{0}') or an('{1}')".format(thing, idea))) + print(p.inflect("It was ordinal('{0}') from the left".format(position))) + + + # ADD USER-DEFINED INFLECTIONS (OVERRIDING INBUILT RULES): + + p.defnoun("VAX", "VAXen") # SINGULAR => PLURAL + + p.defverb( + "will", # 1ST PERSON SINGULAR + "shall", # 1ST PERSON PLURAL + "will", # 2ND PERSON SINGULAR + "will", # 2ND PERSON PLURAL + "will", # 3RD PERSON SINGULAR + "will", # 3RD PERSON PLURAL + ) + + p.defadj("hir", "their") # SINGULAR => PLURAL + + p.defa("h") # "AY HALWAYS SEZ 'HAITCH'!" + + p.defan("horrendous.*") # "AN HORRENDOUS AFFECTATION" + + +DESCRIPTION +=========== + +The methods of the class ``engine`` in module ``inflect.py`` provide plural +inflections, singular noun inflections, "a"/"an" selection for English words, +and manipulation of numbers as words. + +Plural forms of all nouns, most verbs, and some adjectives are +provided. Where appropriate, "classical" variants (for example: "brother" -> +"brethren", "dogma" -> "dogmata", etc.) are also provided. + +Single forms of nouns are also provided. The gender of singular pronouns +can be chosen (for example "they" -> "it" or "she" or "he" or "they"). + +Pronunciation-based "a"/"an" selection is provided for all English +words, and most initialisms. + +It is also possible to inflect numerals (1,2,3) to ordinals (1st, 2nd, 3rd) +and to English words ("one", "two", "three"). + +In generating these inflections, ``inflect.py`` follows the Oxford +English Dictionary and the guidelines in Fowler's Modern English +Usage, preferring the former where the two disagree. + +The module is built around standard British spelling, but is designed +to cope with common American variants as well. Slang, jargon, and +other English dialects are *not* explicitly catered for. + +Where two or more inflected forms exist for a single word (typically a +"classical" form and a "modern" form), ``inflect.py`` prefers the +more common form (typically the "modern" one), unless "classical" +processing has been specified +(see `MODERN VS CLASSICAL INFLECTIONS`). + +FORMING PLURALS AND SINGULARS +============================= + +Inflecting Plurals and Singulars +-------------------------------- + +All of the ``plural...`` plural inflection methods take the word to be +inflected as their first argument and return the corresponding inflection. +Note that all such methods expect the *singular* form of the word. The +results of passing a plural form are undefined (and unlikely to be correct). +Similarly, the ``si...`` singular inflection method expects the *plural* +form of the word. + +The ``plural...`` methods also take an optional second argument, +which indicates the grammatical "number" of the word (or of another word +with which the word being inflected must agree). If the "number" argument is +supplied and is not ``1`` (or ``"one"`` or ``"a"``, or some other adjective that +implies the singular), the plural form of the word is returned. If the +"number" argument *does* indicate singularity, the (uninflected) word +itself is returned. If the number argument is omitted, the plural form +is returned unconditionally. + +The ``si...`` method takes a second argument in a similar fashion. If it is +some form of the number ``1``, or is omitted, the singular form is returned. +Otherwise the plural is returned unaltered. + + +The various methods of ``inflect.engine`` are: + + + +``plural_noun(word, count=None)`` + + The method ``plural_noun()`` takes a *singular* English noun or + pronoun and returns its plural. Pronouns in the nominative ("I" -> + "we") and accusative ("me" -> "us") cases are handled, as are + possessive pronouns ("mine" -> "ours"). + + +``plural_verb(word, count=None)`` + + The method ``plural_verb()`` takes the *singular* form of a + conjugated verb (that is, one which is already in the correct "person" + and "mood") and returns the corresponding plural conjugation. + + +``plural_adj(word, count=None)`` + + The method ``plural_adj()`` takes the *singular* form of + certain types of adjectives and returns the corresponding plural form. + Adjectives that are correctly handled include: "numerical" adjectives + ("a" -> "some"), demonstrative adjectives ("this" -> "these", "that" -> + "those"), and possessives ("my" -> "our", "cat's" -> "cats'", "child's" + -> "childrens'", etc.) + + +``plural(word, count=None)`` + + The method ``plural()`` takes a *singular* English noun, + pronoun, verb, or adjective and returns its plural form. Where a word + has more than one inflection depending on its part of speech (for + example, the noun "thought" inflects to "thoughts", the verb "thought" + to "thought"), the (singular) noun sense is preferred to the (singular) + verb sense. + + Hence ``plural("knife")`` will return "knives" ("knife" having been treated + as a singular noun), whereas ``plural("knifes")`` will return "knife" + ("knifes" having been treated as a 3rd person singular verb). + + The inherent ambiguity of such cases suggests that, + where the part of speech is known, ``plural_noun``, ``plural_verb``, and + ``plural_adj`` should be used in preference to ``plural``. + + +``singular_noun(word, count=None)`` + + The method ``singular_noun()`` takes a *plural* English noun or + pronoun and returns its singular. Pronouns in the nominative ("we" -> + "I") and accusative ("us" -> "me") cases are handled, as are + possessive pronouns ("ours" -> "mine"). When third person + singular pronouns are returned they take the neuter gender by default + ("they" -> "it"), not ("they"-> "she") nor ("they" -> "he"). This can be + changed with ``gender()``. + +Note that all these methods ignore any whitespace surrounding the +word being inflected, but preserve that whitespace when the result is +returned. For example, ``plural(" cat ")`` returns " cats ". + + +``gender(genderletter)`` + + The third person plural pronoun takes the same form for the female, male and + neuter (e.g. "they"). The singular however, depends upon gender (e.g. "she", + "he", "it" and "they" -- "they" being the gender neutral form.) By default + ``singular_noun`` returns the neuter form, however, the gender can be selected with + the ``gender`` method. Pass the first letter of the gender to + ``gender`` to return the f(eminine), m(asculine), n(euter) or t(hey) + form of the singular. e.g. + gender('f') followed by singular_noun('themselves') returns 'herself'. + +Numbered plurals +---------------- + +The ``plural...`` methods return only the inflected word, not the count that +was used to inflect it. Thus, in order to produce "I saw 3 ducks", it +is necessary to use: + +.. code-block:: python + + print("I saw", N, p.plural_noun(animal, N)) + +Since the usual purpose of producing a plural is to make it agree with +a preceding count, inflect.py provides a method +(``no(word, count)``) which, given a word and a(n optional) count, returns the +count followed by the correctly inflected word. Hence the previous +example can be rewritten: + +.. code-block:: python + + print("I saw ", p.no(animal, N)) + +In addition, if the count is zero (or some other term which implies +zero, such as ``"zero"``, ``"nil"``, etc.) the count is replaced by the +word "no". Hence, if ``N`` had the value zero, the previous example +would print (the somewhat more elegant):: + + I saw no animals + +rather than:: + + I saw 0 animals + +Note that the name of the method is a pun: the method +returns either a number (a *No.*) or a ``"no"``, in front of the +inflected word. + + +Reducing the number of counts required +-------------------------------------- + +In some contexts, the need to supply an explicit count to the various +``plural...`` methods makes for tiresome repetition. For example: + +.. code-block:: python + + print( + plural_adj("This", errors), + plural_noun(" error", errors), + plural_verb(" was", errors), + " fatal.", + ) + +inflect.py therefore provides a method +(``num(count=None, show=None)``) which may be used to set a persistent "default number" +value. If such a value is set, it is subsequently used whenever an +optional second "number" argument is omitted. The default value thus set +can subsequently be removed by calling ``num()`` with no arguments. +Hence we could rewrite the previous example: + +.. code-block:: python + + p.num(errors) + print(p.plural_adj("This"), p.plural_noun(" error"), p.plural_verb(" was"), "fatal.") + p.num() + +Normally, ``num()`` returns its first argument, so that it may also +be "inlined" in contexts like: + +.. code-block:: python + + print(p.num(errors), p.plural_noun(" error"), p.plural_verb(" was"), " detected.") + if severity > 1: + print( + p.plural_adj("This"), p.plural_noun(" error"), p.plural_verb(" was"), "fatal." + ) + +However, in certain contexts (see `INTERPOLATING INFLECTIONS IN STRINGS`) +it is preferable that ``num()`` return an empty string. Hence ``num()`` +provides an optional second argument. If that argument is supplied (that is, if +it is defined) and evaluates to false, ``num`` returns an empty string +instead of its first argument. For example: + +.. code-block:: python + + print(p.num(errors, 0), p.no("error"), p.plural_verb(" was"), " detected.") + if severity > 1: + print( + p.plural_adj("This"), p.plural_noun(" error"), p.plural_verb(" was"), "fatal." + ) + + + +Number-insensitive equality +--------------------------- + +inflect.py also provides a solution to the problem +of comparing words of differing plurality through the methods +``compare(word1, word2)``, ``compare_nouns(word1, word2)``, +``compare_verbs(word1, word2)``, and ``compare_adjs(word1, word2)``. +Each of these methods takes two strings, and compares them +using the corresponding plural-inflection method (``plural()``, ``plural_noun()``, +``plural_verb()``, and ``plural_adj()`` respectively). + +The comparison returns true if: + +- the strings are equal, or +- one string is equal to a plural form of the other, or +- the strings are two different plural forms of the one word. + + +Hence all of the following return true: + +.. code-block:: python + + p.compare("index", "index") # RETURNS "eq" + p.compare("index", "indexes") # RETURNS "s:p" + p.compare("index", "indices") # RETURNS "s:p" + p.compare("indexes", "index") # RETURNS "p:s" + p.compare("indices", "index") # RETURNS "p:s" + p.compare("indices", "indexes") # RETURNS "p:p" + p.compare("indexes", "indices") # RETURNS "p:p" + p.compare("indices", "indices") # RETURNS "eq" + +As indicated by the comments in the previous example, the actual value +returned by the various ``compare`` methods encodes which of the +three equality rules succeeded: "eq" is returned if the strings were +identical, "s:p" if the strings were singular and plural respectively, +"p:s" for plural and singular, and "p:p" for two distinct plurals. +Inequality is indicated by returning an empty string. + +It should be noted that two distinct singular words which happen to take +the same plural form are *not* considered equal, nor are cases where +one (singular) word's plural is the other (plural) word's singular. +Hence all of the following return false: + +.. code-block:: python + + p.compare("base", "basis") # ALTHOUGH BOTH -> "bases" + p.compare("syrinx", "syringe") # ALTHOUGH BOTH -> "syringes" + p.compare("she", "he") # ALTHOUGH BOTH -> "they" + + p.compare("opus", "operas") # ALTHOUGH "opus" -> "opera" -> "operas" + p.compare("taxi", "taxes") # ALTHOUGH "taxi" -> "taxis" -> "taxes" + +Note too that, although the comparison is "number-insensitive" it is *not* +case-insensitive (that is, ``plural("time","Times")`` returns false. To obtain +both number and case insensitivity, use the ``lower()`` method on both strings +(that is, ``plural("time".lower(), "Times".lower())`` returns true). + +Related Functionality +===================== + +Shout out to these libraries that provide related functionality: + +* `WordSet `_ + parses identifiers like variable names into sets of words suitable for re-assembling + in another form. + +* `word2number `_ converts words to + a number. + + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD new file mode 100644 index 0000000..73ff576 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD @@ -0,0 +1,13 @@ +inflect-7.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +inflect-7.3.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +inflect-7.3.1.dist-info/METADATA,sha256=ZgMNY0WAZRs-U8wZiV2SMfjSKqBrMngXyDMs_CAwMwg,21079 +inflect-7.3.1.dist-info/RECORD,, +inflect-7.3.1.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91 +inflect-7.3.1.dist-info/top_level.txt,sha256=m52ujdp10CqT6jh1XQxZT6kEntcnv-7Tl7UiGNTzWZA,8 +inflect/__init__.py,sha256=Jxy1HJXZiZ85kHeLAhkmvz6EMTdFqBe-duvt34R6IOc,103796 +inflect/__pycache__/__init__.cpython-312.pyc,, +inflect/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +inflect/compat/__pycache__/__init__.cpython-312.pyc,, +inflect/compat/__pycache__/py38.cpython-312.pyc,, +inflect/compat/py38.py,sha256=oObVfVnWX9_OpnOuEJn1mFbJxVhwyR5epbiTNXDDaso,160 +inflect/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL new file mode 100644 index 0000000..564c672 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (70.2.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt new file mode 100644 index 0000000..0fd75fa --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt @@ -0,0 +1 @@ +inflect diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py new file mode 100644 index 0000000..3eec27f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py @@ -0,0 +1,3986 @@ +""" +inflect: english language inflection + - correctly generate plurals, ordinals, indefinite articles + - convert numbers to words + +Copyright (C) 2010 Paul Dyson + +Based upon the Perl module +`Lingua::EN::Inflect `_. + +methods: + classical inflect + plural plural_noun plural_verb plural_adj singular_noun no num a an + compare compare_nouns compare_verbs compare_adjs + present_participle + ordinal + number_to_words + join + defnoun defverb defadj defa defan + +INFLECTIONS: + classical inflect + plural plural_noun plural_verb plural_adj singular_noun compare + no num a an present_participle + +PLURALS: + classical inflect + plural plural_noun plural_verb plural_adj singular_noun no num + compare compare_nouns compare_verbs compare_adjs + +COMPARISONS: + classical + compare compare_nouns compare_verbs compare_adjs + +ARTICLES: + classical inflect num a an + +NUMERICAL: + ordinal number_to_words + +USER_DEFINED: + defnoun defverb defadj defa defan + +Exceptions: + UnknownClassicalModeError + BadNumValueError + BadChunkingOptionError + NumOutOfRangeError + BadUserDefinedPatternError + BadRcFileError + BadGenderError + +""" + +from __future__ import annotations + +import ast +import collections +import contextlib +import functools +import itertools +import re +from numbers import Number +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + Literal, + Match, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from more_itertools import windowed_complete +from typeguard import typechecked + +from .compat.py38 import Annotated + + +class UnknownClassicalModeError(Exception): + pass + + +class BadNumValueError(Exception): + pass + + +class BadChunkingOptionError(Exception): + pass + + +class NumOutOfRangeError(Exception): + pass + + +class BadUserDefinedPatternError(Exception): + pass + + +class BadRcFileError(Exception): + pass + + +class BadGenderError(Exception): + pass + + +def enclose(s: str) -> str: + return f"(?:{s})" + + +def joinstem(cutpoint: Optional[int] = 0, words: Optional[Iterable[str]] = None) -> str: + """ + Join stem of each word in words into a string for regex. + + Each word is truncated at cutpoint. + + Cutpoint is usually negative indicating the number of letters to remove + from the end of each word. + + >>> joinstem(-2, ["ephemeris", "iris", ".*itis"]) + '(?:ephemer|ir|.*it)' + + >>> joinstem(None, ["ephemeris"]) + '(?:ephemeris)' + + >>> joinstem(5, None) + '(?:)' + """ + return enclose("|".join(w[:cutpoint] for w in words or [])) + + +def bysize(words: Iterable[str]) -> Dict[int, set]: + """ + From a list of words, return a dict of sets sorted by word length. + + >>> words = ['ant', 'cat', 'dog', 'pig', 'frog', 'goat', 'horse', 'elephant'] + >>> ret = bysize(words) + >>> sorted(ret[3]) + ['ant', 'cat', 'dog', 'pig'] + >>> ret[5] + {'horse'} + """ + res: Dict[int, set] = collections.defaultdict(set) + for w in words: + res[len(w)].add(w) + return res + + +def make_pl_si_lists( + lst: Iterable[str], + plending: str, + siendingsize: Optional[int], + dojoinstem: bool = True, +): + """ + given a list of singular words: lst + + an ending to append to make the plural: plending + + the number of characters to remove from the singular + before appending plending: siendingsize + + a flag whether to create a joinstem: dojoinstem + + return: + a list of pluralised words: si_list (called si because this is what you need to + look for to make the singular) + + the pluralised words as a dict of sets sorted by word length: si_bysize + the singular words as a dict of sets sorted by word length: pl_bysize + if dojoinstem is True: a regular expression that matches any of the stems: stem + """ + if siendingsize is not None: + siendingsize = -siendingsize + si_list = [w[:siendingsize] + plending for w in lst] + pl_bysize = bysize(lst) + si_bysize = bysize(si_list) + if dojoinstem: + stem = joinstem(siendingsize, lst) + return si_list, si_bysize, pl_bysize, stem + else: + return si_list, si_bysize, pl_bysize + + +# 1. PLURALS + +pl_sb_irregular_s = { + "corpus": "corpuses|corpora", + "opus": "opuses|opera", + "genus": "genera", + "mythos": "mythoi", + "penis": "penises|penes", + "testis": "testes", + "atlas": "atlases|atlantes", + "yes": "yeses", +} + +pl_sb_irregular = { + "child": "children", + "chili": "chilis|chilies", + "brother": "brothers|brethren", + "infinity": "infinities|infinity", + "loaf": "loaves", + "lore": "lores|lore", + "hoof": "hoofs|hooves", + "beef": "beefs|beeves", + "thief": "thiefs|thieves", + "money": "monies", + "mongoose": "mongooses", + "ox": "oxen", + "cow": "cows|kine", + "graffito": "graffiti", + "octopus": "octopuses|octopodes", + "genie": "genies|genii", + "ganglion": "ganglions|ganglia", + "trilby": "trilbys", + "turf": "turfs|turves", + "numen": "numina", + "atman": "atmas", + "occiput": "occiputs|occipita", + "sabretooth": "sabretooths", + "sabertooth": "sabertooths", + "lowlife": "lowlifes", + "flatfoot": "flatfoots", + "tenderfoot": "tenderfoots", + "romany": "romanies", + "jerry": "jerries", + "mary": "maries", + "talouse": "talouses", + "rom": "roma", + "carmen": "carmina", +} + +pl_sb_irregular.update(pl_sb_irregular_s) +# pl_sb_irregular_keys = enclose('|'.join(pl_sb_irregular.keys())) + +pl_sb_irregular_caps = { + "Romany": "Romanies", + "Jerry": "Jerrys", + "Mary": "Marys", + "Rom": "Roma", +} + +pl_sb_irregular_compound = {"prima donna": "prima donnas|prime donne"} + +si_sb_irregular = {v: k for (k, v) in pl_sb_irregular.items()} +for k in list(si_sb_irregular): + if "|" in k: + k1, k2 = k.split("|") + si_sb_irregular[k1] = si_sb_irregular[k2] = si_sb_irregular[k] + del si_sb_irregular[k] +si_sb_irregular_caps = {v: k for (k, v) in pl_sb_irregular_caps.items()} +si_sb_irregular_compound = {v: k for (k, v) in pl_sb_irregular_compound.items()} +for k in list(si_sb_irregular_compound): + if "|" in k: + k1, k2 = k.split("|") + si_sb_irregular_compound[k1] = si_sb_irregular_compound[k2] = ( + si_sb_irregular_compound[k] + ) + del si_sb_irregular_compound[k] + +# si_sb_irregular_keys = enclose('|'.join(si_sb_irregular.keys())) + +# Z's that don't double + +pl_sb_z_zes_list = ("quartz", "topaz") +pl_sb_z_zes_bysize = bysize(pl_sb_z_zes_list) + +pl_sb_ze_zes_list = ("snooze",) +pl_sb_ze_zes_bysize = bysize(pl_sb_ze_zes_list) + + +# CLASSICAL "..is" -> "..ides" + +pl_sb_C_is_ides_complete = [ + # GENERAL WORDS... + "ephemeris", + "iris", + "clitoris", + "chrysalis", + "epididymis", +] + +pl_sb_C_is_ides_endings = [ + # INFLAMATIONS... + "itis" +] + +pl_sb_C_is_ides = joinstem( + -2, pl_sb_C_is_ides_complete + [f".*{w}" for w in pl_sb_C_is_ides_endings] +) + +pl_sb_C_is_ides_list = pl_sb_C_is_ides_complete + pl_sb_C_is_ides_endings + +( + si_sb_C_is_ides_list, + si_sb_C_is_ides_bysize, + pl_sb_C_is_ides_bysize, +) = make_pl_si_lists(pl_sb_C_is_ides_list, "ides", 2, dojoinstem=False) + + +# CLASSICAL "..a" -> "..ata" + +pl_sb_C_a_ata_list = ( + "anathema", + "bema", + "carcinoma", + "charisma", + "diploma", + "dogma", + "drama", + "edema", + "enema", + "enigma", + "lemma", + "lymphoma", + "magma", + "melisma", + "miasma", + "oedema", + "sarcoma", + "schema", + "soma", + "stigma", + "stoma", + "trauma", + "gumma", + "pragma", +) + +( + si_sb_C_a_ata_list, + si_sb_C_a_ata_bysize, + pl_sb_C_a_ata_bysize, + pl_sb_C_a_ata, +) = make_pl_si_lists(pl_sb_C_a_ata_list, "ata", 1) + +# UNCONDITIONAL "..a" -> "..ae" + +pl_sb_U_a_ae_list = ( + "alumna", + "alga", + "vertebra", + "persona", + "vita", +) +( + si_sb_U_a_ae_list, + si_sb_U_a_ae_bysize, + pl_sb_U_a_ae_bysize, + pl_sb_U_a_ae, +) = make_pl_si_lists(pl_sb_U_a_ae_list, "e", None) + +# CLASSICAL "..a" -> "..ae" + +pl_sb_C_a_ae_list = ( + "amoeba", + "antenna", + "formula", + "hyperbola", + "medusa", + "nebula", + "parabola", + "abscissa", + "hydra", + "nova", + "lacuna", + "aurora", + "umbra", + "flora", + "fauna", +) +( + si_sb_C_a_ae_list, + si_sb_C_a_ae_bysize, + pl_sb_C_a_ae_bysize, + pl_sb_C_a_ae, +) = make_pl_si_lists(pl_sb_C_a_ae_list, "e", None) + + +# CLASSICAL "..en" -> "..ina" + +pl_sb_C_en_ina_list = ("stamen", "foramen", "lumen") + +( + si_sb_C_en_ina_list, + si_sb_C_en_ina_bysize, + pl_sb_C_en_ina_bysize, + pl_sb_C_en_ina, +) = make_pl_si_lists(pl_sb_C_en_ina_list, "ina", 2) + + +# UNCONDITIONAL "..um" -> "..a" + +pl_sb_U_um_a_list = ( + "bacterium", + "agendum", + "desideratum", + "erratum", + "stratum", + "datum", + "ovum", + "extremum", + "candelabrum", +) +( + si_sb_U_um_a_list, + si_sb_U_um_a_bysize, + pl_sb_U_um_a_bysize, + pl_sb_U_um_a, +) = make_pl_si_lists(pl_sb_U_um_a_list, "a", 2) + +# CLASSICAL "..um" -> "..a" + +pl_sb_C_um_a_list = ( + "maximum", + "minimum", + "momentum", + "optimum", + "quantum", + "cranium", + "curriculum", + "dictum", + "phylum", + "aquarium", + "compendium", + "emporium", + "encomium", + "gymnasium", + "honorarium", + "interregnum", + "lustrum", + "memorandum", + "millennium", + "rostrum", + "spectrum", + "speculum", + "stadium", + "trapezium", + "ultimatum", + "medium", + "vacuum", + "velum", + "consortium", + "arboretum", +) + +( + si_sb_C_um_a_list, + si_sb_C_um_a_bysize, + pl_sb_C_um_a_bysize, + pl_sb_C_um_a, +) = make_pl_si_lists(pl_sb_C_um_a_list, "a", 2) + + +# UNCONDITIONAL "..us" -> "i" + +pl_sb_U_us_i_list = ( + "alumnus", + "alveolus", + "bacillus", + "bronchus", + "locus", + "nucleus", + "stimulus", + "meniscus", + "sarcophagus", +) +( + si_sb_U_us_i_list, + si_sb_U_us_i_bysize, + pl_sb_U_us_i_bysize, + pl_sb_U_us_i, +) = make_pl_si_lists(pl_sb_U_us_i_list, "i", 2) + +# CLASSICAL "..us" -> "..i" + +pl_sb_C_us_i_list = ( + "focus", + "radius", + "genius", + "incubus", + "succubus", + "nimbus", + "fungus", + "nucleolus", + "stylus", + "torus", + "umbilicus", + "uterus", + "hippopotamus", + "cactus", +) + +( + si_sb_C_us_i_list, + si_sb_C_us_i_bysize, + pl_sb_C_us_i_bysize, + pl_sb_C_us_i, +) = make_pl_si_lists(pl_sb_C_us_i_list, "i", 2) + + +# CLASSICAL "..us" -> "..us" (ASSIMILATED 4TH DECLENSION LATIN NOUNS) + +pl_sb_C_us_us = ( + "status", + "apparatus", + "prospectus", + "sinus", + "hiatus", + "impetus", + "plexus", +) +pl_sb_C_us_us_bysize = bysize(pl_sb_C_us_us) + +# UNCONDITIONAL "..on" -> "a" + +pl_sb_U_on_a_list = ( + "criterion", + "perihelion", + "aphelion", + "phenomenon", + "prolegomenon", + "noumenon", + "organon", + "asyndeton", + "hyperbaton", +) +( + si_sb_U_on_a_list, + si_sb_U_on_a_bysize, + pl_sb_U_on_a_bysize, + pl_sb_U_on_a, +) = make_pl_si_lists(pl_sb_U_on_a_list, "a", 2) + +# CLASSICAL "..on" -> "..a" + +pl_sb_C_on_a_list = ("oxymoron",) + +( + si_sb_C_on_a_list, + si_sb_C_on_a_bysize, + pl_sb_C_on_a_bysize, + pl_sb_C_on_a, +) = make_pl_si_lists(pl_sb_C_on_a_list, "a", 2) + + +# CLASSICAL "..o" -> "..i" (BUT NORMALLY -> "..os") + +pl_sb_C_o_i = [ + "solo", + "soprano", + "basso", + "alto", + "contralto", + "tempo", + "piano", + "virtuoso", +] # list not tuple so can concat for pl_sb_U_o_os + +pl_sb_C_o_i_bysize = bysize(pl_sb_C_o_i) +si_sb_C_o_i_bysize = bysize([f"{w[:-1]}i" for w in pl_sb_C_o_i]) + +pl_sb_C_o_i_stems = joinstem(-1, pl_sb_C_o_i) + +# ALWAYS "..o" -> "..os" + +pl_sb_U_o_os_complete = {"ado", "ISO", "NATO", "NCO", "NGO", "oto"} +si_sb_U_o_os_complete = {f"{w}s" for w in pl_sb_U_o_os_complete} + + +pl_sb_U_o_os_endings = [ + "aficionado", + "aggro", + "albino", + "allegro", + "ammo", + "Antananarivo", + "archipelago", + "armadillo", + "auto", + "avocado", + "Bamako", + "Barquisimeto", + "bimbo", + "bingo", + "Biro", + "bolero", + "Bolzano", + "bongo", + "Boto", + "burro", + "Cairo", + "canto", + "cappuccino", + "casino", + "cello", + "Chicago", + "Chimango", + "cilantro", + "cochito", + "coco", + "Colombo", + "Colorado", + "commando", + "concertino", + "contango", + "credo", + "crescendo", + "cyano", + "demo", + "ditto", + "Draco", + "dynamo", + "embryo", + "Esperanto", + "espresso", + "euro", + "falsetto", + "Faro", + "fiasco", + "Filipino", + "flamenco", + "furioso", + "generalissimo", + "Gestapo", + "ghetto", + "gigolo", + "gizmo", + "Greensboro", + "gringo", + "Guaiabero", + "guano", + "gumbo", + "gyro", + "hairdo", + "hippo", + "Idaho", + "impetigo", + "inferno", + "info", + "intermezzo", + "intertrigo", + "Iquico", + "jumbo", + "junto", + "Kakapo", + "kilo", + "Kinkimavo", + "Kokako", + "Kosovo", + "Lesotho", + "libero", + "libido", + "libretto", + "lido", + "Lilo", + "limbo", + "limo", + "lineno", + "lingo", + "lino", + "livedo", + "loco", + "logo", + "lumbago", + "macho", + "macro", + "mafioso", + "magneto", + "magnifico", + "Majuro", + "Malabo", + "manifesto", + "Maputo", + "Maracaibo", + "medico", + "memo", + "metro", + "Mexico", + "micro", + "Milano", + "Monaco", + "mono", + "Montenegro", + "Morocco", + "Muqdisho", + "myo", + "neutrino", + "Ningbo", + "octavo", + "oregano", + "Orinoco", + "Orlando", + "Oslo", + "panto", + "Paramaribo", + "Pardusco", + "pedalo", + "photo", + "pimento", + "pinto", + "pleco", + "Pluto", + "pogo", + "polo", + "poncho", + "Porto-Novo", + "Porto", + "pro", + "psycho", + "pueblo", + "quarto", + "Quito", + "repo", + "rhino", + "risotto", + "rococo", + "rondo", + "Sacramento", + "saddo", + "sago", + "salvo", + "Santiago", + "Sapporo", + "Sarajevo", + "scherzando", + "scherzo", + "silo", + "sirocco", + "sombrero", + "staccato", + "sterno", + "stucco", + "stylo", + "sumo", + "Taiko", + "techno", + "terrazzo", + "testudo", + "timpano", + "tiro", + "tobacco", + "Togo", + "Tokyo", + "torero", + "Torino", + "Toronto", + "torso", + "tremolo", + "typo", + "tyro", + "ufo", + "UNESCO", + "vaquero", + "vermicello", + "verso", + "vibrato", + "violoncello", + "Virgo", + "weirdo", + "WHO", + "WTO", + "Yamoussoukro", + "yo-yo", + "zero", + "Zibo", +] + pl_sb_C_o_i + +pl_sb_U_o_os_bysize = bysize(pl_sb_U_o_os_endings) +si_sb_U_o_os_bysize = bysize([f"{w}s" for w in pl_sb_U_o_os_endings]) + + +# UNCONDITIONAL "..ch" -> "..chs" + +pl_sb_U_ch_chs_list = ("czech", "eunuch", "stomach") + +( + si_sb_U_ch_chs_list, + si_sb_U_ch_chs_bysize, + pl_sb_U_ch_chs_bysize, + pl_sb_U_ch_chs, +) = make_pl_si_lists(pl_sb_U_ch_chs_list, "s", None) + + +# UNCONDITIONAL "..[ei]x" -> "..ices" + +pl_sb_U_ex_ices_list = ("codex", "murex", "silex") +( + si_sb_U_ex_ices_list, + si_sb_U_ex_ices_bysize, + pl_sb_U_ex_ices_bysize, + pl_sb_U_ex_ices, +) = make_pl_si_lists(pl_sb_U_ex_ices_list, "ices", 2) + +pl_sb_U_ix_ices_list = ("radix", "helix") +( + si_sb_U_ix_ices_list, + si_sb_U_ix_ices_bysize, + pl_sb_U_ix_ices_bysize, + pl_sb_U_ix_ices, +) = make_pl_si_lists(pl_sb_U_ix_ices_list, "ices", 2) + +# CLASSICAL "..[ei]x" -> "..ices" + +pl_sb_C_ex_ices_list = ( + "vortex", + "vertex", + "cortex", + "latex", + "pontifex", + "apex", + "index", + "simplex", +) + +( + si_sb_C_ex_ices_list, + si_sb_C_ex_ices_bysize, + pl_sb_C_ex_ices_bysize, + pl_sb_C_ex_ices, +) = make_pl_si_lists(pl_sb_C_ex_ices_list, "ices", 2) + + +pl_sb_C_ix_ices_list = ("appendix",) + +( + si_sb_C_ix_ices_list, + si_sb_C_ix_ices_bysize, + pl_sb_C_ix_ices_bysize, + pl_sb_C_ix_ices, +) = make_pl_si_lists(pl_sb_C_ix_ices_list, "ices", 2) + + +# ARABIC: ".." -> "..i" + +pl_sb_C_i_list = ("afrit", "afreet", "efreet") + +(si_sb_C_i_list, si_sb_C_i_bysize, pl_sb_C_i_bysize, pl_sb_C_i) = make_pl_si_lists( + pl_sb_C_i_list, "i", None +) + + +# HEBREW: ".." -> "..im" + +pl_sb_C_im_list = ("goy", "seraph", "cherub") + +(si_sb_C_im_list, si_sb_C_im_bysize, pl_sb_C_im_bysize, pl_sb_C_im) = make_pl_si_lists( + pl_sb_C_im_list, "im", None +) + + +# UNCONDITIONAL "..man" -> "..mans" + +pl_sb_U_man_mans_list = """ + ataman caiman cayman ceriman + desman dolman farman harman hetman + human leman ottoman shaman talisman +""".split() +pl_sb_U_man_mans_caps_list = """ + Alabaman Bahaman Burman German + Hiroshiman Liman Nakayaman Norman Oklahoman + Panaman Roman Selman Sonaman Tacoman Yakiman + Yokohaman Yuman +""".split() + +( + si_sb_U_man_mans_list, + si_sb_U_man_mans_bysize, + pl_sb_U_man_mans_bysize, +) = make_pl_si_lists(pl_sb_U_man_mans_list, "s", None, dojoinstem=False) +( + si_sb_U_man_mans_caps_list, + si_sb_U_man_mans_caps_bysize, + pl_sb_U_man_mans_caps_bysize, +) = make_pl_si_lists(pl_sb_U_man_mans_caps_list, "s", None, dojoinstem=False) + +# UNCONDITIONAL "..louse" -> "..lice" +pl_sb_U_louse_lice_list = ("booklouse", "grapelouse", "louse", "woodlouse") + +( + si_sb_U_louse_lice_list, + si_sb_U_louse_lice_bysize, + pl_sb_U_louse_lice_bysize, +) = make_pl_si_lists(pl_sb_U_louse_lice_list, "lice", 5, dojoinstem=False) + +pl_sb_uninflected_s_complete = [ + # PAIRS OR GROUPS SUBSUMED TO A SINGULAR... + "breeches", + "britches", + "pajamas", + "pyjamas", + "clippers", + "gallows", + "hijinks", + "headquarters", + "pliers", + "scissors", + "testes", + "herpes", + "pincers", + "shears", + "proceedings", + "trousers", + # UNASSIMILATED LATIN 4th DECLENSION + "cantus", + "coitus", + "nexus", + # RECENT IMPORTS... + "contretemps", + "corps", + "debris", + "siemens", + # DISEASES + "mumps", + # MISCELLANEOUS OTHERS... + "diabetes", + "jackanapes", + "series", + "species", + "subspecies", + "rabies", + "chassis", + "innings", + "news", + "mews", + "haggis", +] + +pl_sb_uninflected_s_endings = [ + # RECENT IMPORTS... + "ois", + # DISEASES + "measles", +] + +pl_sb_uninflected_s = pl_sb_uninflected_s_complete + [ + f".*{w}" for w in pl_sb_uninflected_s_endings +] + +pl_sb_uninflected_herd = ( + # DON'T INFLECT IN CLASSICAL MODE, OTHERWISE NORMAL INFLECTION + "wildebeest", + "swine", + "eland", + "bison", + "buffalo", + "cattle", + "elk", + "rhinoceros", + "zucchini", + "caribou", + "dace", + "grouse", + "guinea fowl", + "guinea-fowl", + "haddock", + "hake", + "halibut", + "herring", + "mackerel", + "pickerel", + "pike", + "roe", + "seed", + "shad", + "snipe", + "teal", + "turbot", + "water fowl", + "water-fowl", +) + +pl_sb_uninflected_complete = [ + # SOME FISH AND HERD ANIMALS + "tuna", + "salmon", + "mackerel", + "trout", + "bream", + "sea-bass", + "sea bass", + "carp", + "cod", + "flounder", + "whiting", + "moose", + # OTHER ODDITIES + "graffiti", + "djinn", + "samuri", + "offspring", + "pence", + "quid", + "hertz", +] + pl_sb_uninflected_s_complete +# SOME WORDS ENDING IN ...s (OFTEN PAIRS TAKEN AS A WHOLE) + +pl_sb_uninflected_caps = [ + # ALL NATIONALS ENDING IN -ese + "Portuguese", + "Amoyese", + "Borghese", + "Congoese", + "Faroese", + "Foochowese", + "Genevese", + "Genoese", + "Gilbertese", + "Hottentotese", + "Kiplingese", + "Kongoese", + "Lucchese", + "Maltese", + "Nankingese", + "Niasese", + "Pekingese", + "Piedmontese", + "Pistoiese", + "Sarawakese", + "Shavese", + "Vermontese", + "Wenchowese", + "Yengeese", +] + + +pl_sb_uninflected_endings = [ + # UNCOUNTABLE NOUNS + "butter", + "cash", + "furniture", + "information", + # SOME FISH AND HERD ANIMALS + "fish", + "deer", + "sheep", + # ALL NATIONALS ENDING IN -ese + "nese", + "rese", + "lese", + "mese", + # DISEASES + "pox", + # OTHER ODDITIES + "craft", +] + pl_sb_uninflected_s_endings +# SOME WORDS ENDING IN ...s (OFTEN PAIRS TAKEN AS A WHOLE) + + +pl_sb_uninflected_bysize = bysize(pl_sb_uninflected_endings) + + +# SINGULAR WORDS ENDING IN ...s (ALL INFLECT WITH ...es) + +pl_sb_singular_s_complete = [ + "acropolis", + "aegis", + "alias", + "asbestos", + "bathos", + "bias", + "bronchitis", + "bursitis", + "caddis", + "cannabis", + "canvas", + "chaos", + "cosmos", + "dais", + "digitalis", + "epidermis", + "ethos", + "eyas", + "gas", + "glottis", + "hubris", + "ibis", + "lens", + "mantis", + "marquis", + "metropolis", + "pathos", + "pelvis", + "polis", + "rhinoceros", + "sassafras", + "trellis", +] + pl_sb_C_is_ides_complete + + +pl_sb_singular_s_endings = ["ss", "us"] + pl_sb_C_is_ides_endings + +pl_sb_singular_s_bysize = bysize(pl_sb_singular_s_endings) + +si_sb_singular_s_complete = [f"{w}es" for w in pl_sb_singular_s_complete] +si_sb_singular_s_endings = [f"{w}es" for w in pl_sb_singular_s_endings] +si_sb_singular_s_bysize = bysize(si_sb_singular_s_endings) + +pl_sb_singular_s_es = ["[A-Z].*es"] + +pl_sb_singular_s = enclose( + "|".join( + pl_sb_singular_s_complete + + [f".*{w}" for w in pl_sb_singular_s_endings] + + pl_sb_singular_s_es + ) +) + + +# PLURALS ENDING IN uses -> use + + +si_sb_ois_oi_case = ("Bolshois", "Hanois") + +si_sb_uses_use_case = ("Betelgeuses", "Duses", "Meuses", "Syracuses", "Toulouses") + +si_sb_uses_use = ( + "abuses", + "applauses", + "blouses", + "carouses", + "causes", + "chartreuses", + "clauses", + "contuses", + "douses", + "excuses", + "fuses", + "grouses", + "hypotenuses", + "masseuses", + "menopauses", + "misuses", + "muses", + "overuses", + "pauses", + "peruses", + "profuses", + "recluses", + "reuses", + "ruses", + "souses", + "spouses", + "suffuses", + "transfuses", + "uses", +) + +si_sb_ies_ie_case = ( + "Addies", + "Aggies", + "Allies", + "Amies", + "Angies", + "Annies", + "Annmaries", + "Archies", + "Arties", + "Aussies", + "Barbies", + "Barries", + "Basies", + "Bennies", + "Bernies", + "Berties", + "Bessies", + "Betties", + "Billies", + "Blondies", + "Bobbies", + "Bonnies", + "Bowies", + "Brandies", + "Bries", + "Brownies", + "Callies", + "Carnegies", + "Carries", + "Cassies", + "Charlies", + "Cheries", + "Christies", + "Connies", + "Curies", + "Dannies", + "Debbies", + "Dixies", + "Dollies", + "Donnies", + "Drambuies", + "Eddies", + "Effies", + "Ellies", + "Elsies", + "Eries", + "Ernies", + "Essies", + "Eugenies", + "Fannies", + "Flossies", + "Frankies", + "Freddies", + "Gillespies", + "Goldies", + "Gracies", + "Guthries", + "Hallies", + "Hatties", + "Hetties", + "Hollies", + "Jackies", + "Jamies", + "Janies", + "Jannies", + "Jeanies", + "Jeannies", + "Jennies", + "Jessies", + "Jimmies", + "Jodies", + "Johnies", + "Johnnies", + "Josies", + "Julies", + "Kalgoorlies", + "Kathies", + "Katies", + "Kellies", + "Kewpies", + "Kristies", + "Laramies", + "Lassies", + "Lauries", + "Leslies", + "Lessies", + "Lillies", + "Lizzies", + "Lonnies", + "Lories", + "Lorries", + "Lotties", + "Louies", + "Mackenzies", + "Maggies", + "Maisies", + "Mamies", + "Marcies", + "Margies", + "Maries", + "Marjories", + "Matties", + "McKenzies", + "Melanies", + "Mickies", + "Millies", + "Minnies", + "Mollies", + "Mounties", + "Nannies", + "Natalies", + "Nellies", + "Netties", + "Ollies", + "Ozzies", + "Pearlies", + "Pottawatomies", + "Reggies", + "Richies", + "Rickies", + "Robbies", + "Ronnies", + "Rosalies", + "Rosemaries", + "Rosies", + "Roxies", + "Rushdies", + "Ruthies", + "Sadies", + "Sallies", + "Sammies", + "Scotties", + "Selassies", + "Sherries", + "Sophies", + "Stacies", + "Stefanies", + "Stephanies", + "Stevies", + "Susies", + "Sylvies", + "Tammies", + "Terries", + "Tessies", + "Tommies", + "Tracies", + "Trekkies", + "Valaries", + "Valeries", + "Valkyries", + "Vickies", + "Virgies", + "Willies", + "Winnies", + "Wylies", + "Yorkies", +) + +si_sb_ies_ie = ( + "aeries", + "baggies", + "belies", + "biggies", + "birdies", + "bogies", + "bonnies", + "boogies", + "bookies", + "bourgeoisies", + "brownies", + "budgies", + "caddies", + "calories", + "camaraderies", + "cockamamies", + "collies", + "cookies", + "coolies", + "cooties", + "coteries", + "crappies", + "curies", + "cutesies", + "dogies", + "eyries", + "floozies", + "footsies", + "freebies", + "genies", + "goalies", + "groupies", + "hies", + "jalousies", + "junkies", + "kiddies", + "laddies", + "lassies", + "lies", + "lingeries", + "magpies", + "menageries", + "mommies", + "movies", + "neckties", + "newbies", + "nighties", + "oldies", + "organdies", + "overlies", + "pies", + "pinkies", + "pixies", + "potpies", + "prairies", + "quickies", + "reveries", + "rookies", + "rotisseries", + "softies", + "sorties", + "species", + "stymies", + "sweeties", + "ties", + "underlies", + "unties", + "veggies", + "vies", + "yuppies", + "zombies", +) + + +si_sb_oes_oe_case = ( + "Chloes", + "Crusoes", + "Defoes", + "Faeroes", + "Ivanhoes", + "Joes", + "McEnroes", + "Moes", + "Monroes", + "Noes", + "Poes", + "Roscoes", + "Tahoes", + "Tippecanoes", + "Zoes", +) + +si_sb_oes_oe = ( + "aloes", + "backhoes", + "canoes", + "does", + "floes", + "foes", + "hoes", + "mistletoes", + "oboes", + "pekoes", + "roes", + "sloes", + "throes", + "tiptoes", + "toes", + "woes", +) + +si_sb_z_zes = ("quartzes", "topazes") + +si_sb_zzes_zz = ("buzzes", "fizzes", "frizzes", "razzes") + +si_sb_ches_che_case = ( + "Andromaches", + "Apaches", + "Blanches", + "Comanches", + "Nietzsches", + "Porsches", + "Roches", +) + +si_sb_ches_che = ( + "aches", + "avalanches", + "backaches", + "bellyaches", + "caches", + "cloches", + "creches", + "douches", + "earaches", + "fiches", + "headaches", + "heartaches", + "microfiches", + "niches", + "pastiches", + "psyches", + "quiches", + "stomachaches", + "toothaches", + "tranches", +) + +si_sb_xes_xe = ("annexes", "axes", "deluxes", "pickaxes") + +si_sb_sses_sse_case = ("Hesses", "Jesses", "Larousses", "Matisses") +si_sb_sses_sse = ( + "bouillabaisses", + "crevasses", + "demitasses", + "impasses", + "mousses", + "posses", +) + +si_sb_ves_ve_case = ( + # *[nwl]ives -> [nwl]live + "Clives", + "Palmolives", +) +si_sb_ves_ve = ( + # *[^d]eaves -> eave + "interweaves", + "weaves", + # *[nwl]ives -> [nwl]live + "olives", + # *[eoa]lves -> [eoa]lve + "bivalves", + "dissolves", + "resolves", + "salves", + "twelves", + "valves", +) + + +plverb_special_s = enclose( + "|".join( + [pl_sb_singular_s] + + pl_sb_uninflected_s + + list(pl_sb_irregular_s) + + ["(.*[csx])is", "(.*)ceps", "[A-Z].*s"] + ) +) + +_pl_sb_postfix_adj_defn = ( + ("general", enclose(r"(?!major|lieutenant|brigadier|adjutant|.*star)\S+")), + ("martial", enclose("court")), + ("force", enclose("pound")), +) + +pl_sb_postfix_adj: Iterable[str] = ( + enclose(val + f"(?=(?:-|\\s+){key})") for key, val in _pl_sb_postfix_adj_defn +) + +pl_sb_postfix_adj_stems = f"({'|'.join(pl_sb_postfix_adj)})(.*)" + + +# PLURAL WORDS ENDING IS es GO TO SINGULAR is + +si_sb_es_is = ( + "amanuenses", + "amniocenteses", + "analyses", + "antitheses", + "apotheoses", + "arterioscleroses", + "atheroscleroses", + "axes", + # 'bases', # bases -> basis + "catalyses", + "catharses", + "chasses", + "cirrhoses", + "cocces", + "crises", + "diagnoses", + "dialyses", + "diereses", + "electrolyses", + "emphases", + "exegeses", + "geneses", + "halitoses", + "hydrolyses", + "hypnoses", + "hypotheses", + "hystereses", + "metamorphoses", + "metastases", + "misdiagnoses", + "mitoses", + "mononucleoses", + "narcoses", + "necroses", + "nemeses", + "neuroses", + "oases", + "osmoses", + "osteoporoses", + "paralyses", + "parentheses", + "parthenogeneses", + "periphrases", + "photosyntheses", + "probosces", + "prognoses", + "prophylaxes", + "prostheses", + "preces", + "psoriases", + "psychoanalyses", + "psychokineses", + "psychoses", + "scleroses", + "scolioses", + "sepses", + "silicoses", + "symbioses", + "synopses", + "syntheses", + "taxes", + "telekineses", + "theses", + "thromboses", + "tuberculoses", + "urinalyses", +) + +pl_prep_list = """ + about above across after among around at athwart before behind + below beneath beside besides between betwixt beyond but by + during except for from in into near of off on onto out over + since till to under until unto upon with""".split() + +pl_prep_list_da = pl_prep_list + ["de", "du", "da"] + +pl_prep_bysize = bysize(pl_prep_list_da) + +pl_prep = enclose("|".join(pl_prep_list_da)) + +pl_sb_prep_dual_compound = rf"(.*?)((?:-|\s+)(?:{pl_prep})(?:-|\s+))a(?:-|\s+)(.*)" + + +singular_pronoun_genders = { + "neuter", + "feminine", + "masculine", + "gender-neutral", + "feminine or masculine", + "masculine or feminine", +} + +pl_pron_nom = { + # NOMINATIVE REFLEXIVE + "i": "we", + "myself": "ourselves", + "you": "you", + "yourself": "yourselves", + "she": "they", + "herself": "themselves", + "he": "they", + "himself": "themselves", + "it": "they", + "itself": "themselves", + "they": "they", + "themself": "themselves", + # POSSESSIVE + "mine": "ours", + "yours": "yours", + "hers": "theirs", + "his": "theirs", + "its": "theirs", + "theirs": "theirs", +} + +si_pron: Dict[str, Dict[str, Union[str, Dict[str, str]]]] = { + "nom": {v: k for (k, v) in pl_pron_nom.items()} +} +si_pron["nom"]["we"] = "I" + + +pl_pron_acc = { + # ACCUSATIVE REFLEXIVE + "me": "us", + "myself": "ourselves", + "you": "you", + "yourself": "yourselves", + "her": "them", + "herself": "themselves", + "him": "them", + "himself": "themselves", + "it": "them", + "itself": "themselves", + "them": "them", + "themself": "themselves", +} + +pl_pron_acc_keys = enclose("|".join(pl_pron_acc)) +pl_pron_acc_keys_bysize = bysize(pl_pron_acc) + +si_pron["acc"] = {v: k for (k, v) in pl_pron_acc.items()} + +for _thecase, _plur, _gend, _sing in ( + ("nom", "they", "neuter", "it"), + ("nom", "they", "feminine", "she"), + ("nom", "they", "masculine", "he"), + ("nom", "they", "gender-neutral", "they"), + ("nom", "they", "feminine or masculine", "she or he"), + ("nom", "they", "masculine or feminine", "he or she"), + ("nom", "themselves", "neuter", "itself"), + ("nom", "themselves", "feminine", "herself"), + ("nom", "themselves", "masculine", "himself"), + ("nom", "themselves", "gender-neutral", "themself"), + ("nom", "themselves", "feminine or masculine", "herself or himself"), + ("nom", "themselves", "masculine or feminine", "himself or herself"), + ("nom", "theirs", "neuter", "its"), + ("nom", "theirs", "feminine", "hers"), + ("nom", "theirs", "masculine", "his"), + ("nom", "theirs", "gender-neutral", "theirs"), + ("nom", "theirs", "feminine or masculine", "hers or his"), + ("nom", "theirs", "masculine or feminine", "his or hers"), + ("acc", "them", "neuter", "it"), + ("acc", "them", "feminine", "her"), + ("acc", "them", "masculine", "him"), + ("acc", "them", "gender-neutral", "them"), + ("acc", "them", "feminine or masculine", "her or him"), + ("acc", "them", "masculine or feminine", "him or her"), + ("acc", "themselves", "neuter", "itself"), + ("acc", "themselves", "feminine", "herself"), + ("acc", "themselves", "masculine", "himself"), + ("acc", "themselves", "gender-neutral", "themself"), + ("acc", "themselves", "feminine or masculine", "herself or himself"), + ("acc", "themselves", "masculine or feminine", "himself or herself"), +): + try: + si_pron[_thecase][_plur][_gend] = _sing # type: ignore + except TypeError: + si_pron[_thecase][_plur] = {} + si_pron[_thecase][_plur][_gend] = _sing # type: ignore + + +si_pron_acc_keys = enclose("|".join(si_pron["acc"])) +si_pron_acc_keys_bysize = bysize(si_pron["acc"]) + + +def get_si_pron(thecase, word, gender) -> str: + try: + sing = si_pron[thecase][word] + except KeyError: + raise # not a pronoun + try: + return sing[gender] # has several types due to gender + except TypeError: + return cast(str, sing) # answer independent of gender + + +# These dictionaries group verbs by first, second and third person +# conjugations. + +plverb_irregular_pres = { + "am": "are", + "are": "are", + "is": "are", + "was": "were", + "were": "were", + "have": "have", + "has": "have", + "do": "do", + "does": "do", +} + +plverb_ambiguous_pres = { + "act": "act", + "acts": "act", + "blame": "blame", + "blames": "blame", + "can": "can", + "must": "must", + "fly": "fly", + "flies": "fly", + "copy": "copy", + "copies": "copy", + "drink": "drink", + "drinks": "drink", + "fight": "fight", + "fights": "fight", + "fire": "fire", + "fires": "fire", + "like": "like", + "likes": "like", + "look": "look", + "looks": "look", + "make": "make", + "makes": "make", + "reach": "reach", + "reaches": "reach", + "run": "run", + "runs": "run", + "sink": "sink", + "sinks": "sink", + "sleep": "sleep", + "sleeps": "sleep", + "view": "view", + "views": "view", +} + +plverb_ambiguous_pres_keys = re.compile( + rf"^({enclose('|'.join(plverb_ambiguous_pres))})((\s.*)?)$", re.IGNORECASE +) + + +plverb_irregular_non_pres = ( + "did", + "had", + "ate", + "made", + "put", + "spent", + "fought", + "sank", + "gave", + "sought", + "shall", + "could", + "ought", + "should", +) + +plverb_ambiguous_non_pres = re.compile( + r"^((?:thought|saw|bent|will|might|cut))((\s.*)?)$", re.IGNORECASE +) + +# "..oes" -> "..oe" (the rest are "..oes" -> "o") + +pl_v_oes_oe = ("canoes", "floes", "oboes", "roes", "throes", "woes") +pl_v_oes_oe_endings_size4 = ("hoes", "toes") +pl_v_oes_oe_endings_size5 = ("shoes",) + + +pl_count_zero = ("0", "no", "zero", "nil") + + +pl_count_one = ("1", "a", "an", "one", "each", "every", "this", "that") + +pl_adj_special = {"a": "some", "an": "some", "this": "these", "that": "those"} + +pl_adj_special_keys = re.compile( + rf"^({enclose('|'.join(pl_adj_special))})$", re.IGNORECASE +) + +pl_adj_poss = { + "my": "our", + "your": "your", + "its": "their", + "her": "their", + "his": "their", + "their": "their", +} + +pl_adj_poss_keys = re.compile(rf"^({enclose('|'.join(pl_adj_poss))})$", re.IGNORECASE) + + +# 2. INDEFINITE ARTICLES + +# THIS PATTERN MATCHES STRINGS OF CAPITALS STARTING WITH A "VOWEL-SOUND" +# CONSONANT FOLLOWED BY ANOTHER CONSONANT, AND WHICH ARE NOT LIKELY +# TO BE REAL WORDS (OH, ALL RIGHT THEN, IT'S JUST MAGIC!) + +A_abbrev = re.compile( + r""" +^(?! FJO | [HLMNS]Y. | RY[EO] | SQU + | ( F[LR]? | [HL] | MN? | N | RH? | S[CHKLMNPTVW]? | X(YL)?) [AEIOU]) +[FHLMNRSX][A-Z] +""", + re.VERBOSE, +) + +# THIS PATTERN CODES THE BEGINNINGS OF ALL ENGLISH WORDS BEGINING WITH A +# 'y' FOLLOWED BY A CONSONANT. ANY OTHER Y-CONSONANT PREFIX THEREFORE +# IMPLIES AN ABBREVIATION. + +A_y_cons = re.compile(r"^(y(b[lor]|cl[ea]|fere|gg|p[ios]|rou|tt))", re.IGNORECASE) + +# EXCEPTIONS TO EXCEPTIONS + +A_explicit_a = re.compile(r"^((?:unabomber|unanimous|US))", re.IGNORECASE) + +A_explicit_an = re.compile( + r"^((?:euler|hour(?!i)|heir|honest|hono[ur]|mpeg))", re.IGNORECASE +) + +A_ordinal_an = re.compile(r"^([aefhilmnorsx]-?th)", re.IGNORECASE) + +A_ordinal_a = re.compile(r"^([bcdgjkpqtuvwyz]-?th)", re.IGNORECASE) + + +# NUMERICAL INFLECTIONS + +nth = { + 0: "th", + 1: "st", + 2: "nd", + 3: "rd", + 4: "th", + 5: "th", + 6: "th", + 7: "th", + 8: "th", + 9: "th", + 11: "th", + 12: "th", + 13: "th", +} +nth_suff = set(nth.values()) + +ordinal = dict( + ty="tieth", + one="first", + two="second", + three="third", + five="fifth", + eight="eighth", + nine="ninth", + twelve="twelfth", +) + +ordinal_suff = re.compile(rf"({'|'.join(ordinal)})\Z") + + +# NUMBERS + +unit = ["", "one", "two", "three", "four", "five", "six", "seven", "eight", "nine"] +teen = [ + "ten", + "eleven", + "twelve", + "thirteen", + "fourteen", + "fifteen", + "sixteen", + "seventeen", + "eighteen", + "nineteen", +] +ten = [ + "", + "", + "twenty", + "thirty", + "forty", + "fifty", + "sixty", + "seventy", + "eighty", + "ninety", +] +mill = [ + " ", + " thousand", + " million", + " billion", + " trillion", + " quadrillion", + " quintillion", + " sextillion", + " septillion", + " octillion", + " nonillion", + " decillion", +] + + +# SUPPORT CLASSICAL PLURALIZATIONS + +def_classical = dict( + all=False, zero=False, herd=False, names=True, persons=False, ancient=False +) + +all_classical = {k: True for k in def_classical} +no_classical = {k: False for k in def_classical} + + +# Maps strings to built-in constant types +string_to_constant = {"True": True, "False": False, "None": None} + + +# Pre-compiled regular expression objects +DOLLAR_DIGITS = re.compile(r"\$(\d+)") +FUNCTION_CALL = re.compile(r"((\w+)\([^)]*\)*)", re.IGNORECASE) +PARTITION_WORD = re.compile(r"\A(\s*)(.+?)(\s*)\Z") +PL_SB_POSTFIX_ADJ_STEMS_RE = re.compile( + rf"^(?:{pl_sb_postfix_adj_stems})$", re.IGNORECASE +) +PL_SB_PREP_DUAL_COMPOUND_RE = re.compile( + rf"^(?:{pl_sb_prep_dual_compound})$", re.IGNORECASE +) +DENOMINATOR = re.compile(r"(?P.+)( (per|a) .+)") +PLVERB_SPECIAL_S_RE = re.compile(rf"^({plverb_special_s})$") +WHITESPACE = re.compile(r"\s") +ENDS_WITH_S = re.compile(r"^(.*[^s])s$", re.IGNORECASE) +ENDS_WITH_APOSTROPHE_S = re.compile(r"^(.*)'s?$") +INDEFINITE_ARTICLE_TEST = re.compile(r"\A(\s*)(?:an?\s+)?(.+?)(\s*)\Z", re.IGNORECASE) +SPECIAL_AN = re.compile(r"^[aefhilmnorsx]$", re.IGNORECASE) +SPECIAL_A = re.compile(r"^[bcdgjkpqtuvwyz]$", re.IGNORECASE) +SPECIAL_ABBREV_AN = re.compile(r"^[aefhilmnorsx][.-]", re.IGNORECASE) +SPECIAL_ABBREV_A = re.compile(r"^[a-z][.-]", re.IGNORECASE) +CONSONANTS = re.compile(r"^[^aeiouy]", re.IGNORECASE) +ARTICLE_SPECIAL_EU = re.compile(r"^e[uw]", re.IGNORECASE) +ARTICLE_SPECIAL_ONCE = re.compile(r"^onc?e\b", re.IGNORECASE) +ARTICLE_SPECIAL_ONETIME = re.compile(r"^onetime\b", re.IGNORECASE) +ARTICLE_SPECIAL_UNIT = re.compile(r"^uni([^nmd]|mo)", re.IGNORECASE) +ARTICLE_SPECIAL_UBA = re.compile(r"^u[bcfghjkqrst][aeiou]", re.IGNORECASE) +ARTICLE_SPECIAL_UKR = re.compile(r"^ukr", re.IGNORECASE) +SPECIAL_CAPITALS = re.compile(r"^U[NK][AIEO]?") +VOWELS = re.compile(r"^[aeiou]", re.IGNORECASE) + +DIGIT_GROUP = re.compile(r"(\d)") +TWO_DIGITS = re.compile(r"(\d)(\d)") +THREE_DIGITS = re.compile(r"(\d)(\d)(\d)") +THREE_DIGITS_WORD = re.compile(r"(\d)(\d)(\d)(?=\D*\Z)") +TWO_DIGITS_WORD = re.compile(r"(\d)(\d)(?=\D*\Z)") +ONE_DIGIT_WORD = re.compile(r"(\d)(?=\D*\Z)") + +FOUR_DIGIT_COMMA = re.compile(r"(\d)(\d{3}(?:,|\Z))") +NON_DIGIT = re.compile(r"\D") +WHITESPACES_COMMA = re.compile(r"\s+,") +COMMA_WORD = re.compile(r", (\S+)\s+\Z") +WHITESPACES = re.compile(r"\s+") + + +PRESENT_PARTICIPLE_REPLACEMENTS = ( + (re.compile(r"ie$"), r"y"), + ( + re.compile(r"ue$"), + r"u", + ), # TODO: isn't ue$ -> u encompassed in the following rule? + (re.compile(r"([auy])e$"), r"\g<1>"), + (re.compile(r"ski$"), r"ski"), + (re.compile(r"[^b]i$"), r""), + (re.compile(r"^(are|were)$"), r"be"), + (re.compile(r"^(had)$"), r"hav"), + (re.compile(r"^(hoe)$"), r"\g<1>"), + (re.compile(r"([^e])e$"), r"\g<1>"), + (re.compile(r"er$"), r"er"), + (re.compile(r"([^aeiou][aeiouy]([bdgmnprst]))$"), r"\g<1>\g<2>"), +) + +DIGIT = re.compile(r"\d") + + +class Words(str): + lowered: str + split_: List[str] + first: str + last: str + + def __init__(self, orig) -> None: + self.lowered = self.lower() + self.split_ = self.split() + self.first = self.split_[0] + self.last = self.split_[-1] + + +Falsish = Any # ideally, falsish would only validate on bool(value) is False + + +_STATIC_TYPE_CHECKING = TYPE_CHECKING +# ^-- Workaround for typeguard AST manipulation: +# https://github.com/agronholm/typeguard/issues/353#issuecomment-1556306554 + +if _STATIC_TYPE_CHECKING: # pragma: no cover + Word = Annotated[str, "String with at least 1 character"] +else: + + class _WordMeta(type): # Too dynamic to be supported by mypy... + def __instancecheck__(self, instance: Any) -> bool: + return isinstance(instance, str) and len(instance) >= 1 + + class Word(metaclass=_WordMeta): # type: ignore[no-redef] + """String with at least 1 character""" + + +class engine: + def __init__(self) -> None: + self.classical_dict = def_classical.copy() + self.persistent_count: Optional[int] = None + self.mill_count = 0 + self.pl_sb_user_defined: List[Optional[Word]] = [] + self.pl_v_user_defined: List[Optional[Word]] = [] + self.pl_adj_user_defined: List[Optional[Word]] = [] + self.si_sb_user_defined: List[Optional[Word]] = [] + self.A_a_user_defined: List[Optional[Word]] = [] + self.thegender = "neuter" + self.__number_args: Optional[Dict[str, str]] = None + + @property + def _number_args(self): + return cast(Dict[str, str], self.__number_args) + + @_number_args.setter + def _number_args(self, val): + self.__number_args = val + + @typechecked + def defnoun(self, singular: Optional[Word], plural: Optional[Word]) -> int: + """ + Set the noun plural of singular to plural. + + """ + self.checkpat(singular) + self.checkpatplural(plural) + self.pl_sb_user_defined.extend((singular, plural)) + self.si_sb_user_defined.extend((plural, singular)) + return 1 + + @typechecked + def defverb( + self, + s1: Optional[Word], + p1: Optional[Word], + s2: Optional[Word], + p2: Optional[Word], + s3: Optional[Word], + p3: Optional[Word], + ) -> int: + """ + Set the verb plurals for s1, s2 and s3 to p1, p2 and p3 respectively. + + Where 1, 2 and 3 represent the 1st, 2nd and 3rd person forms of the verb. + + """ + self.checkpat(s1) + self.checkpat(s2) + self.checkpat(s3) + self.checkpatplural(p1) + self.checkpatplural(p2) + self.checkpatplural(p3) + self.pl_v_user_defined.extend((s1, p1, s2, p2, s3, p3)) + return 1 + + @typechecked + def defadj(self, singular: Optional[Word], plural: Optional[Word]) -> int: + """ + Set the adjective plural of singular to plural. + + """ + self.checkpat(singular) + self.checkpatplural(plural) + self.pl_adj_user_defined.extend((singular, plural)) + return 1 + + @typechecked + def defa(self, pattern: Optional[Word]) -> int: + """ + Define the indefinite article as 'a' for words matching pattern. + + """ + self.checkpat(pattern) + self.A_a_user_defined.extend((pattern, "a")) + return 1 + + @typechecked + def defan(self, pattern: Optional[Word]) -> int: + """ + Define the indefinite article as 'an' for words matching pattern. + + """ + self.checkpat(pattern) + self.A_a_user_defined.extend((pattern, "an")) + return 1 + + def checkpat(self, pattern: Optional[Word]) -> None: + """ + check for errors in a regex pattern + """ + if pattern is None: + return + try: + re.match(pattern, "") + except re.error as err: + raise BadUserDefinedPatternError(pattern) from err + + def checkpatplural(self, pattern: Optional[Word]) -> None: + """ + check for errors in a regex replace pattern + """ + return + + @typechecked + def ud_match(self, word: Word, wordlist: Sequence[Optional[Word]]) -> Optional[str]: + for i in range(len(wordlist) - 2, -2, -2): # backwards through even elements + mo = re.search(rf"^{wordlist[i]}$", word, re.IGNORECASE) + if mo: + if wordlist[i + 1] is None: + return None + pl = DOLLAR_DIGITS.sub( + r"\\1", cast(Word, wordlist[i + 1]) + ) # change $n to \n for expand + return mo.expand(pl) + return None + + def classical(self, **kwargs) -> None: + """ + turn classical mode on and off for various categories + + turn on all classical modes: + classical() + classical(all=True) + + turn on or off specific claassical modes: + e.g. + classical(herd=True) + classical(names=False) + + By default all classical modes are off except names. + + unknown value in args or key in kwargs raises + exception: UnknownClasicalModeError + + """ + if not kwargs: + self.classical_dict = all_classical.copy() + return + if "all" in kwargs: + if kwargs["all"]: + self.classical_dict = all_classical.copy() + else: + self.classical_dict = no_classical.copy() + + for k, v in kwargs.items(): + if k in def_classical: + self.classical_dict[k] = v + else: + raise UnknownClassicalModeError + + def num( + self, count: Optional[int] = None, show: Optional[int] = None + ) -> str: # (;$count,$show) + """ + Set the number to be used in other method calls. + + Returns count. + + Set show to False to return '' instead. + + """ + if count is not None: + try: + self.persistent_count = int(count) + except ValueError as err: + raise BadNumValueError from err + if (show is None) or show: + return str(count) + else: + self.persistent_count = None + return "" + + def gender(self, gender: str) -> None: + """ + set the gender for the singular of plural pronouns + + can be one of: + 'neuter' ('they' -> 'it') + 'feminine' ('they' -> 'she') + 'masculine' ('they' -> 'he') + 'gender-neutral' ('they' -> 'they') + 'feminine or masculine' ('they' -> 'she or he') + 'masculine or feminine' ('they' -> 'he or she') + """ + if gender in singular_pronoun_genders: + self.thegender = gender + else: + raise BadGenderError + + def _get_value_from_ast(self, obj): + """ + Return the value of the ast object. + """ + if isinstance(obj, ast.Num): + return obj.n + elif isinstance(obj, ast.Str): + return obj.s + elif isinstance(obj, ast.List): + return [self._get_value_from_ast(e) for e in obj.elts] + elif isinstance(obj, ast.Tuple): + return tuple([self._get_value_from_ast(e) for e in obj.elts]) + + # None, True and False are NameConstants in Py3.4 and above. + elif isinstance(obj, ast.NameConstant): + return obj.value + + # Probably passed a variable name. + # Or passed a single word without wrapping it in quotes as an argument + # ex: p.inflect("I plural(see)") instead of p.inflect("I plural('see')") + raise NameError(f"name '{obj.id}' is not defined") + + def _string_to_substitute( + self, mo: Match, methods_dict: Dict[str, Callable] + ) -> str: + """ + Return the string to be substituted for the match. + """ + matched_text, f_name = mo.groups() + # matched_text is the complete match string. e.g. plural_noun(cat) + # f_name is the function name. e.g. plural_noun + + # Return matched_text if function name is not in methods_dict + if f_name not in methods_dict: + return matched_text + + # Parse the matched text + a_tree = ast.parse(matched_text) + + # get the args and kwargs from ast objects + args_list = [ + self._get_value_from_ast(a) + for a in a_tree.body[0].value.args # type: ignore[attr-defined] + ] + kwargs_list = { + kw.arg: self._get_value_from_ast(kw.value) + for kw in a_tree.body[0].value.keywords # type: ignore[attr-defined] + } + + # Call the corresponding function + return methods_dict[f_name](*args_list, **kwargs_list) + + # 0. PERFORM GENERAL INFLECTIONS IN A STRING + + @typechecked + def inflect(self, text: Word) -> str: + """ + Perform inflections in a string. + + e.g. inflect('The plural of cat is plural(cat)') returns + 'The plural of cat is cats' + + can use plural, plural_noun, plural_verb, plural_adj, + singular_noun, a, an, no, ordinal, number_to_words, + and prespart + + """ + save_persistent_count = self.persistent_count + + # Dictionary of allowed methods + methods_dict: Dict[str, Callable] = { + "plural": self.plural, + "plural_adj": self.plural_adj, + "plural_noun": self.plural_noun, + "plural_verb": self.plural_verb, + "singular_noun": self.singular_noun, + "a": self.a, + "an": self.a, + "no": self.no, + "ordinal": self.ordinal, + "number_to_words": self.number_to_words, + "present_participle": self.present_participle, + "num": self.num, + } + + # Regular expression to find Python's function call syntax + output = FUNCTION_CALL.sub( + lambda mo: self._string_to_substitute(mo, methods_dict), text + ) + self.persistent_count = save_persistent_count + return output + + # ## PLURAL SUBROUTINES + + def postprocess(self, orig: str, inflected) -> str: + inflected = str(inflected) + if "|" in inflected: + word_options = inflected.split("|") + # When two parts of a noun need to be pluralized + if len(word_options[0].split(" ")) == len(word_options[1].split(" ")): + result = inflected.split("|")[self.classical_dict["all"]].split(" ") + # When only the last part of the noun needs to be pluralized + else: + result = inflected.split(" ") + for index, word in enumerate(result): + if "|" in word: + result[index] = word.split("|")[self.classical_dict["all"]] + else: + result = inflected.split(" ") + + # Try to fix word wise capitalization + for index, word in enumerate(orig.split(" ")): + if word == "I": + # Is this the only word for exceptions like this + # Where the original is fully capitalized + # without 'meaning' capitalization? + # Also this fails to handle a capitalizaion in context + continue + if word.capitalize() == word: + result[index] = result[index].capitalize() + if word == word.upper(): + result[index] = result[index].upper() + return " ".join(result) + + def partition_word(self, text: str) -> Tuple[str, str, str]: + mo = PARTITION_WORD.search(text) + if mo: + return mo.group(1), mo.group(2), mo.group(3) + else: + return "", "", "" + + @typechecked + def plural(self, text: Word, count: Optional[Union[str, int, Any]] = None) -> str: + """ + Return the plural of text. + + If count supplied, then return text if count is one of: + 1, a, an, one, each, every, this, that + + otherwise return the plural. + + Whitespace at the start and end is preserved. + + """ + pre, word, post = self.partition_word(text) + if not word: + return text + plural = self.postprocess( + word, + self._pl_special_adjective(word, count) + or self._pl_special_verb(word, count) + or self._plnoun(word, count), + ) + return f"{pre}{plural}{post}" + + @typechecked + def plural_noun( + self, text: Word, count: Optional[Union[str, int, Any]] = None + ) -> str: + """ + Return the plural of text, where text is a noun. + + If count supplied, then return text if count is one of: + 1, a, an, one, each, every, this, that + + otherwise return the plural. + + Whitespace at the start and end is preserved. + + """ + pre, word, post = self.partition_word(text) + if not word: + return text + plural = self.postprocess(word, self._plnoun(word, count)) + return f"{pre}{plural}{post}" + + @typechecked + def plural_verb( + self, text: Word, count: Optional[Union[str, int, Any]] = None + ) -> str: + """ + Return the plural of text, where text is a verb. + + If count supplied, then return text if count is one of: + 1, a, an, one, each, every, this, that + + otherwise return the plural. + + Whitespace at the start and end is preserved. + + """ + pre, word, post = self.partition_word(text) + if not word: + return text + plural = self.postprocess( + word, + self._pl_special_verb(word, count) or self._pl_general_verb(word, count), + ) + return f"{pre}{plural}{post}" + + @typechecked + def plural_adj( + self, text: Word, count: Optional[Union[str, int, Any]] = None + ) -> str: + """ + Return the plural of text, where text is an adjective. + + If count supplied, then return text if count is one of: + 1, a, an, one, each, every, this, that + + otherwise return the plural. + + Whitespace at the start and end is preserved. + + """ + pre, word, post = self.partition_word(text) + if not word: + return text + plural = self.postprocess(word, self._pl_special_adjective(word, count) or word) + return f"{pre}{plural}{post}" + + @typechecked + def compare(self, word1: Word, word2: Word) -> Union[str, bool]: + """ + compare word1 and word2 for equality regardless of plurality + + return values: + eq - the strings are equal + p:s - word1 is the plural of word2 + s:p - word2 is the plural of word1 + p:p - word1 and word2 are two different plural forms of the one word + False - otherwise + + >>> compare = engine().compare + >>> compare("egg", "eggs") + 's:p' + >>> compare('egg', 'egg') + 'eq' + + Words should not be empty. + + >>> compare('egg', '') + Traceback (most recent call last): + ... + typeguard.TypeCheckError:...is not an instance of inflect.Word + """ + norms = self.plural_noun, self.plural_verb, self.plural_adj + results = (self._plequal(word1, word2, norm) for norm in norms) + return next(filter(None, results), False) + + @typechecked + def compare_nouns(self, word1: Word, word2: Word) -> Union[str, bool]: + """ + compare word1 and word2 for equality regardless of plurality + word1 and word2 are to be treated as nouns + + return values: + eq - the strings are equal + p:s - word1 is the plural of word2 + s:p - word2 is the plural of word1 + p:p - word1 and word2 are two different plural forms of the one word + False - otherwise + + """ + return self._plequal(word1, word2, self.plural_noun) + + @typechecked + def compare_verbs(self, word1: Word, word2: Word) -> Union[str, bool]: + """ + compare word1 and word2 for equality regardless of plurality + word1 and word2 are to be treated as verbs + + return values: + eq - the strings are equal + p:s - word1 is the plural of word2 + s:p - word2 is the plural of word1 + p:p - word1 and word2 are two different plural forms of the one word + False - otherwise + + """ + return self._plequal(word1, word2, self.plural_verb) + + @typechecked + def compare_adjs(self, word1: Word, word2: Word) -> Union[str, bool]: + """ + compare word1 and word2 for equality regardless of plurality + word1 and word2 are to be treated as adjectives + + return values: + eq - the strings are equal + p:s - word1 is the plural of word2 + s:p - word2 is the plural of word1 + p:p - word1 and word2 are two different plural forms of the one word + False - otherwise + + """ + return self._plequal(word1, word2, self.plural_adj) + + @typechecked + def singular_noun( + self, + text: Word, + count: Optional[Union[int, str, Any]] = None, + gender: Optional[str] = None, + ) -> Union[str, Literal[False]]: + """ + Return the singular of text, where text is a plural noun. + + If count supplied, then return the singular if count is one of: + 1, a, an, one, each, every, this, that or if count is None + + otherwise return text unchanged. + + Whitespace at the start and end is preserved. + + >>> p = engine() + >>> p.singular_noun('horses') + 'horse' + >>> p.singular_noun('knights') + 'knight' + + Returns False when a singular noun is passed. + + >>> p.singular_noun('horse') + False + >>> p.singular_noun('knight') + False + >>> p.singular_noun('soldier') + False + + """ + pre, word, post = self.partition_word(text) + if not word: + return text + sing = self._sinoun(word, count=count, gender=gender) + if sing is not False: + plural = self.postprocess(word, sing) + return f"{pre}{plural}{post}" + return False + + def _plequal(self, word1: str, word2: str, pl) -> Union[str, bool]: # noqa: C901 + classval = self.classical_dict.copy() + self.classical_dict = all_classical.copy() + if word1 == word2: + return "eq" + if word1 == pl(word2): + return "p:s" + if pl(word1) == word2: + return "s:p" + self.classical_dict = no_classical.copy() + if word1 == pl(word2): + return "p:s" + if pl(word1) == word2: + return "s:p" + self.classical_dict = classval.copy() + + if pl == self.plural or pl == self.plural_noun: + if self._pl_check_plurals_N(word1, word2): + return "p:p" + if self._pl_check_plurals_N(word2, word1): + return "p:p" + if pl == self.plural or pl == self.plural_adj: + if self._pl_check_plurals_adj(word1, word2): + return "p:p" + return False + + def _pl_reg_plurals(self, pair: str, stems: str, end1: str, end2: str) -> bool: + pattern = rf"({stems})({end1}\|\1{end2}|{end2}\|\1{end1})" + return bool(re.search(pattern, pair)) + + def _pl_check_plurals_N(self, word1: str, word2: str) -> bool: + stem_endings = ( + (pl_sb_C_a_ata, "as", "ata"), + (pl_sb_C_is_ides, "is", "ides"), + (pl_sb_C_a_ae, "s", "e"), + (pl_sb_C_en_ina, "ens", "ina"), + (pl_sb_C_um_a, "ums", "a"), + (pl_sb_C_us_i, "uses", "i"), + (pl_sb_C_on_a, "ons", "a"), + (pl_sb_C_o_i_stems, "os", "i"), + (pl_sb_C_ex_ices, "exes", "ices"), + (pl_sb_C_ix_ices, "ixes", "ices"), + (pl_sb_C_i, "s", "i"), + (pl_sb_C_im, "s", "im"), + (".*eau", "s", "x"), + (".*ieu", "s", "x"), + (".*tri", "xes", "ces"), + (".{2,}[yia]n", "xes", "ges"), + ) + + words = map(Words, (word1, word2)) + pair = "|".join(word.last for word in words) + + return ( + pair in pl_sb_irregular_s.values() + or pair in pl_sb_irregular.values() + or pair in pl_sb_irregular_caps.values() + or any( + self._pl_reg_plurals(pair, stems, end1, end2) + for stems, end1, end2 in stem_endings + ) + ) + + def _pl_check_plurals_adj(self, word1: str, word2: str) -> bool: + word1a = word1[: word1.rfind("'")] if word1.endswith(("'s", "'")) else "" + word2a = word2[: word2.rfind("'")] if word2.endswith(("'s", "'")) else "" + + return ( + bool(word1a) + and bool(word2a) + and ( + self._pl_check_plurals_N(word1a, word2a) + or self._pl_check_plurals_N(word2a, word1a) + ) + ) + + def get_count(self, count: Optional[Union[str, int]] = None) -> Union[str, int]: + if count is None and self.persistent_count is not None: + count = self.persistent_count + + if count is not None: + count = ( + 1 + if ( + (str(count) in pl_count_one) + or ( + self.classical_dict["zero"] + and str(count).lower() in pl_count_zero + ) + ) + else 2 + ) + else: + count = "" + return count + + # @profile + def _plnoun( # noqa: C901 + self, word: str, count: Optional[Union[str, int]] = None + ) -> str: + count = self.get_count(count) + + # DEFAULT TO PLURAL + + if count == 1: + return word + + # HANDLE USER-DEFINED NOUNS + + value = self.ud_match(word, self.pl_sb_user_defined) + if value is not None: + return value + + # HANDLE EMPTY WORD, SINGULAR COUNT AND UNINFLECTED PLURALS + + if word == "": + return word + + word = Words(word) + + if word.last.lower() in pl_sb_uninflected_complete: + if len(word.split_) >= 3: + return self._handle_long_compounds(word, count=2) or word + return word + + if word in pl_sb_uninflected_caps: + return word + + for k, v in pl_sb_uninflected_bysize.items(): + if word.lowered[-k:] in v: + return word + + if self.classical_dict["herd"] and word.last.lower() in pl_sb_uninflected_herd: + return word + + # HANDLE COMPOUNDS ("Governor General", "mother-in-law", "aide-de-camp", ETC.) + + mo = PL_SB_POSTFIX_ADJ_STEMS_RE.search(word) + if mo and mo.group(2) != "": + return f"{self._plnoun(mo.group(1), 2)}{mo.group(2)}" + + if " a " in word.lowered or "-a-" in word.lowered: + mo = PL_SB_PREP_DUAL_COMPOUND_RE.search(word) + if mo and mo.group(2) != "" and mo.group(3) != "": + return ( + f"{self._plnoun(mo.group(1), 2)}" + f"{mo.group(2)}" + f"{self._plnoun(mo.group(3))}" + ) + + if len(word.split_) >= 3: + handled_words = self._handle_long_compounds(word, count=2) + if handled_words is not None: + return handled_words + + # only pluralize denominators in units + mo = DENOMINATOR.search(word.lowered) + if mo: + index = len(mo.group("denominator")) + return f"{self._plnoun(word[:index])}{word[index:]}" + + # handle units given in degrees (only accept if + # there is no more than one word following) + # degree Celsius => degrees Celsius but degree + # fahrenheit hour => degree fahrenheit hours + if len(word.split_) >= 2 and word.split_[-2] == "degree": + return " ".join([self._plnoun(word.first)] + word.split_[1:]) + + with contextlib.suppress(ValueError): + return self._handle_prepositional_phrase( + word.lowered, + functools.partial(self._plnoun, count=2), + '-', + ) + + # HANDLE PRONOUNS + + for k, v in pl_pron_acc_keys_bysize.items(): + if word.lowered[-k:] in v: # ends with accusative pronoun + for pk, pv in pl_prep_bysize.items(): + if word.lowered[:pk] in pv: # starts with a prep + if word.lowered.split() == [ + word.lowered[:pk], + word.lowered[-k:], + ]: + # only whitespace in between + return word.lowered[:-k] + pl_pron_acc[word.lowered[-k:]] + + try: + return pl_pron_nom[word.lowered] + except KeyError: + pass + + try: + return pl_pron_acc[word.lowered] + except KeyError: + pass + + # HANDLE ISOLATED IRREGULAR PLURALS + + if word.last in pl_sb_irregular_caps: + llen = len(word.last) + return f"{word[:-llen]}{pl_sb_irregular_caps[word.last]}" + + lowered_last = word.last.lower() + if lowered_last in pl_sb_irregular: + llen = len(lowered_last) + return f"{word[:-llen]}{pl_sb_irregular[lowered_last]}" + + dash_split = word.lowered.split('-') + if (" ".join(dash_split[-2:])).lower() in pl_sb_irregular_compound: + llen = len( + " ".join(dash_split[-2:]) + ) # TODO: what if 2 spaces between these words? + return ( + f"{word[:-llen]}" + f"{pl_sb_irregular_compound[(' '.join(dash_split[-2:])).lower()]}" + ) + + if word.lowered[-3:] == "quy": + return f"{word[:-1]}ies" + + if word.lowered[-6:] == "person": + if self.classical_dict["persons"]: + return f"{word}s" + else: + return f"{word[:-4]}ople" + + # HANDLE FAMILIES OF IRREGULAR PLURALS + + if word.lowered[-3:] == "man": + for k, v in pl_sb_U_man_mans_bysize.items(): + if word.lowered[-k:] in v: + return f"{word}s" + for k, v in pl_sb_U_man_mans_caps_bysize.items(): + if word[-k:] in v: + return f"{word}s" + return f"{word[:-3]}men" + if word.lowered[-5:] == "mouse": + return f"{word[:-5]}mice" + if word.lowered[-5:] == "louse": + v = pl_sb_U_louse_lice_bysize.get(len(word)) + if v and word.lowered in v: + return f"{word[:-5]}lice" + return f"{word}s" + if word.lowered[-5:] == "goose": + return f"{word[:-5]}geese" + if word.lowered[-5:] == "tooth": + return f"{word[:-5]}teeth" + if word.lowered[-4:] == "foot": + return f"{word[:-4]}feet" + if word.lowered[-4:] == "taco": + return f"{word[:-5]}tacos" + + if word.lowered == "die": + return "dice" + + # HANDLE UNASSIMILATED IMPORTS + + if word.lowered[-4:] == "ceps": + return word + if word.lowered[-4:] == "zoon": + return f"{word[:-2]}a" + if word.lowered[-3:] in ("cis", "sis", "xis"): + return f"{word[:-2]}es" + + for lastlet, d, numend, post in ( + ("h", pl_sb_U_ch_chs_bysize, None, "s"), + ("x", pl_sb_U_ex_ices_bysize, -2, "ices"), + ("x", pl_sb_U_ix_ices_bysize, -2, "ices"), + ("m", pl_sb_U_um_a_bysize, -2, "a"), + ("s", pl_sb_U_us_i_bysize, -2, "i"), + ("n", pl_sb_U_on_a_bysize, -2, "a"), + ("a", pl_sb_U_a_ae_bysize, None, "e"), + ): + if word.lowered[-1] == lastlet: # this test to add speed + for k, v in d.items(): + if word.lowered[-k:] in v: + return word[:numend] + post + + # HANDLE INCOMPLETELY ASSIMILATED IMPORTS + + if self.classical_dict["ancient"]: + if word.lowered[-4:] == "trix": + return f"{word[:-1]}ces" + if word.lowered[-3:] in ("eau", "ieu"): + return f"{word}x" + if word.lowered[-3:] in ("ynx", "inx", "anx") and len(word) > 4: + return f"{word[:-1]}ges" + + for lastlet, d, numend, post in ( + ("n", pl_sb_C_en_ina_bysize, -2, "ina"), + ("x", pl_sb_C_ex_ices_bysize, -2, "ices"), + ("x", pl_sb_C_ix_ices_bysize, -2, "ices"), + ("m", pl_sb_C_um_a_bysize, -2, "a"), + ("s", pl_sb_C_us_i_bysize, -2, "i"), + ("s", pl_sb_C_us_us_bysize, None, ""), + ("a", pl_sb_C_a_ae_bysize, None, "e"), + ("a", pl_sb_C_a_ata_bysize, None, "ta"), + ("s", pl_sb_C_is_ides_bysize, -1, "des"), + ("o", pl_sb_C_o_i_bysize, -1, "i"), + ("n", pl_sb_C_on_a_bysize, -2, "a"), + ): + if word.lowered[-1] == lastlet: # this test to add speed + for k, v in d.items(): + if word.lowered[-k:] in v: + return word[:numend] + post + + for d, numend, post in ( + (pl_sb_C_i_bysize, None, "i"), + (pl_sb_C_im_bysize, None, "im"), + ): + for k, v in d.items(): + if word.lowered[-k:] in v: + return word[:numend] + post + + # HANDLE SINGULAR NOUNS ENDING IN ...s OR OTHER SILIBANTS + + if lowered_last in pl_sb_singular_s_complete: + return f"{word}es" + + for k, v in pl_sb_singular_s_bysize.items(): + if word.lowered[-k:] in v: + return f"{word}es" + + if word.lowered[-2:] == "es" and word[0] == word[0].upper(): + return f"{word}es" + + if word.lowered[-1] == "z": + for k, v in pl_sb_z_zes_bysize.items(): + if word.lowered[-k:] in v: + return f"{word}es" + + if word.lowered[-2:-1] != "z": + return f"{word}zes" + + if word.lowered[-2:] == "ze": + for k, v in pl_sb_ze_zes_bysize.items(): + if word.lowered[-k:] in v: + return f"{word}s" + + if word.lowered[-2:] in ("ch", "sh", "zz", "ss") or word.lowered[-1] == "x": + return f"{word}es" + + # HANDLE ...f -> ...ves + + if word.lowered[-3:] in ("elf", "alf", "olf"): + return f"{word[:-1]}ves" + if word.lowered[-3:] == "eaf" and word.lowered[-4:-3] != "d": + return f"{word[:-1]}ves" + if word.lowered[-4:] in ("nife", "life", "wife"): + return f"{word[:-2]}ves" + if word.lowered[-3:] == "arf": + return f"{word[:-1]}ves" + + # HANDLE ...y + + if word.lowered[-1] == "y": + if word.lowered[-2:-1] in "aeiou" or len(word) == 1: + return f"{word}s" + + if self.classical_dict["names"]: + if word.lowered[-1] == "y" and word[0] == word[0].upper(): + return f"{word}s" + + return f"{word[:-1]}ies" + + # HANDLE ...o + + if lowered_last in pl_sb_U_o_os_complete: + return f"{word}s" + + for k, v in pl_sb_U_o_os_bysize.items(): + if word.lowered[-k:] in v: + return f"{word}s" + + if word.lowered[-2:] in ("ao", "eo", "io", "oo", "uo"): + return f"{word}s" + + if word.lowered[-1] == "o": + return f"{word}es" + + # OTHERWISE JUST ADD ...s + + return f"{word}s" + + @classmethod + def _handle_prepositional_phrase(cls, phrase, transform, sep): + """ + Given a word or phrase possibly separated by sep, parse out + the prepositional phrase and apply the transform to the word + preceding the prepositional phrase. + + Raise ValueError if the pivot is not found or if at least two + separators are not found. + + >>> engine._handle_prepositional_phrase("man-of-war", str.upper, '-') + 'MAN-of-war' + >>> engine._handle_prepositional_phrase("man of war", str.upper, ' ') + 'MAN of war' + """ + parts = phrase.split(sep) + if len(parts) < 3: + raise ValueError("Cannot handle words with fewer than two separators") + + pivot = cls._find_pivot(parts, pl_prep_list_da) + + transformed = transform(parts[pivot - 1]) or parts[pivot - 1] + return " ".join( + parts[: pivot - 1] + [sep.join([transformed, parts[pivot], ''])] + ) + " ".join(parts[(pivot + 1) :]) + + def _handle_long_compounds(self, word: Words, count: int) -> Union[str, None]: + """ + Handles the plural and singular for compound `Words` that + have three or more words, based on the given count. + + >>> engine()._handle_long_compounds(Words("pair of scissors"), 2) + 'pairs of scissors' + >>> engine()._handle_long_compounds(Words("men beyond hills"), 1) + 'man beyond hills' + """ + inflection = self._sinoun if count == 1 else self._plnoun + solutions = ( # type: ignore + " ".join( + itertools.chain( + leader, + [inflection(cand, count), prep], # type: ignore + trailer, + ) + ) + for leader, (cand, prep), trailer in windowed_complete(word.split_, 2) + if prep in pl_prep_list_da # type: ignore + ) + return next(solutions, None) + + @staticmethod + def _find_pivot(words, candidates): + pivots = ( + index for index in range(1, len(words) - 1) if words[index] in candidates + ) + try: + return next(pivots) + except StopIteration: + raise ValueError("No pivot found") from None + + def _pl_special_verb( # noqa: C901 + self, word: str, count: Optional[Union[str, int]] = None + ) -> Union[str, bool]: + if self.classical_dict["zero"] and str(count).lower() in pl_count_zero: + return False + count = self.get_count(count) + + if count == 1: + return word + + # HANDLE USER-DEFINED VERBS + + value = self.ud_match(word, self.pl_v_user_defined) + if value is not None: + return value + + # HANDLE IRREGULAR PRESENT TENSE (SIMPLE AND COMPOUND) + + try: + words = Words(word) + except IndexError: + return False # word is '' + + if words.first in plverb_irregular_pres: + return f"{plverb_irregular_pres[words.first]}{words[len(words.first) :]}" + + # HANDLE IRREGULAR FUTURE, PRETERITE AND PERFECT TENSES + + if words.first in plverb_irregular_non_pres: + return word + + # HANDLE PRESENT NEGATIONS (SIMPLE AND COMPOUND) + + if words.first.endswith("n't") and words.first[:-3] in plverb_irregular_pres: + return ( + f"{plverb_irregular_pres[words.first[:-3]]}n't" + f"{words[len(words.first) :]}" + ) + + if words.first.endswith("n't"): + return word + + # HANDLE SPECIAL CASES + + mo = PLVERB_SPECIAL_S_RE.search(word) + if mo: + return False + if WHITESPACE.search(word): + return False + + if words.lowered == "quizzes": + return "quiz" + + # HANDLE STANDARD 3RD PERSON (CHOP THE ...(e)s OFF SINGLE WORDS) + + if ( + words.lowered[-4:] in ("ches", "shes", "zzes", "sses") + or words.lowered[-3:] == "xes" + ): + return words[:-2] + + if words.lowered[-3:] == "ies" and len(words) > 3: + return words.lowered[:-3] + "y" + + if ( + words.last.lower() in pl_v_oes_oe + or words.lowered[-4:] in pl_v_oes_oe_endings_size4 + or words.lowered[-5:] in pl_v_oes_oe_endings_size5 + ): + return words[:-1] + + if words.lowered.endswith("oes") and len(words) > 3: + return words.lowered[:-2] + + mo = ENDS_WITH_S.search(words) + if mo: + return mo.group(1) + + # OTHERWISE, A REGULAR VERB (HANDLE ELSEWHERE) + + return False + + def _pl_general_verb( + self, word: str, count: Optional[Union[str, int]] = None + ) -> str: + count = self.get_count(count) + + if count == 1: + return word + + # HANDLE AMBIGUOUS PRESENT TENSES (SIMPLE AND COMPOUND) + + mo = plverb_ambiguous_pres_keys.search(word) + if mo: + return f"{plverb_ambiguous_pres[mo.group(1).lower()]}{mo.group(2)}" + + # HANDLE AMBIGUOUS PRETERITE AND PERFECT TENSES + + mo = plverb_ambiguous_non_pres.search(word) + if mo: + return word + + # OTHERWISE, 1st OR 2ND PERSON IS UNINFLECTED + + return word + + def _pl_special_adjective( + self, word: str, count: Optional[Union[str, int]] = None + ) -> Union[str, bool]: + count = self.get_count(count) + + if count == 1: + return word + + # HANDLE USER-DEFINED ADJECTIVES + + value = self.ud_match(word, self.pl_adj_user_defined) + if value is not None: + return value + + # HANDLE KNOWN CASES + + mo = pl_adj_special_keys.search(word) + if mo: + return pl_adj_special[mo.group(1).lower()] + + # HANDLE POSSESSIVES + + mo = pl_adj_poss_keys.search(word) + if mo: + return pl_adj_poss[mo.group(1).lower()] + + mo = ENDS_WITH_APOSTROPHE_S.search(word) + if mo: + pl = self.plural_noun(mo.group(1)) + trailing_s = "" if pl[-1] == "s" else "s" + return f"{pl}'{trailing_s}" + + # OTHERWISE, NO IDEA + + return False + + # @profile + def _sinoun( # noqa: C901 + self, + word: str, + count: Optional[Union[str, int]] = None, + gender: Optional[str] = None, + ) -> Union[str, bool]: + count = self.get_count(count) + + # DEFAULT TO PLURAL + + if count == 2: + return word + + # SET THE GENDER + + try: + if gender is None: + gender = self.thegender + elif gender not in singular_pronoun_genders: + raise BadGenderError + except (TypeError, IndexError) as err: + raise BadGenderError from err + + # HANDLE USER-DEFINED NOUNS + + value = self.ud_match(word, self.si_sb_user_defined) + if value is not None: + return value + + # HANDLE EMPTY WORD, SINGULAR COUNT AND UNINFLECTED PLURALS + + if word == "": + return word + + if word in si_sb_ois_oi_case: + return word[:-1] + + words = Words(word) + + if words.last.lower() in pl_sb_uninflected_complete: + if len(words.split_) >= 3: + return self._handle_long_compounds(words, count=1) or word + return word + + if word in pl_sb_uninflected_caps: + return word + + for k, v in pl_sb_uninflected_bysize.items(): + if words.lowered[-k:] in v: + return word + + if self.classical_dict["herd"] and words.last.lower() in pl_sb_uninflected_herd: + return word + + if words.last.lower() in pl_sb_C_us_us: + return word if self.classical_dict["ancient"] else False + + # HANDLE COMPOUNDS ("Governor General", "mother-in-law", "aide-de-camp", ETC.) + + mo = PL_SB_POSTFIX_ADJ_STEMS_RE.search(word) + if mo and mo.group(2) != "": + return f"{self._sinoun(mo.group(1), 1, gender=gender)}{mo.group(2)}" + + with contextlib.suppress(ValueError): + return self._handle_prepositional_phrase( + words.lowered, + functools.partial(self._sinoun, count=1, gender=gender), + ' ', + ) + + with contextlib.suppress(ValueError): + return self._handle_prepositional_phrase( + words.lowered, + functools.partial(self._sinoun, count=1, gender=gender), + '-', + ) + + # HANDLE PRONOUNS + + for k, v in si_pron_acc_keys_bysize.items(): + if words.lowered[-k:] in v: # ends with accusative pronoun + for pk, pv in pl_prep_bysize.items(): + if words.lowered[:pk] in pv: # starts with a prep + if words.lowered.split() == [ + words.lowered[:pk], + words.lowered[-k:], + ]: + # only whitespace in between + return words.lowered[:-k] + get_si_pron( + "acc", words.lowered[-k:], gender + ) + + try: + return get_si_pron("nom", words.lowered, gender) + except KeyError: + pass + + try: + return get_si_pron("acc", words.lowered, gender) + except KeyError: + pass + + # HANDLE ISOLATED IRREGULAR PLURALS + + if words.last in si_sb_irregular_caps: + llen = len(words.last) + return f"{word[:-llen]}{si_sb_irregular_caps[words.last]}" + + if words.last.lower() in si_sb_irregular: + llen = len(words.last.lower()) + return f"{word[:-llen]}{si_sb_irregular[words.last.lower()]}" + + dash_split = words.lowered.split("-") + if (" ".join(dash_split[-2:])).lower() in si_sb_irregular_compound: + llen = len( + " ".join(dash_split[-2:]) + ) # TODO: what if 2 spaces between these words? + return "{}{}".format( + word[:-llen], + si_sb_irregular_compound[(" ".join(dash_split[-2:])).lower()], + ) + + if words.lowered[-5:] == "quies": + return word[:-3] + "y" + + if words.lowered[-7:] == "persons": + return word[:-1] + if words.lowered[-6:] == "people": + return word[:-4] + "rson" + + # HANDLE FAMILIES OF IRREGULAR PLURALS + + if words.lowered[-4:] == "mans": + for k, v in si_sb_U_man_mans_bysize.items(): + if words.lowered[-k:] in v: + return word[:-1] + for k, v in si_sb_U_man_mans_caps_bysize.items(): + if word[-k:] in v: + return word[:-1] + if words.lowered[-3:] == "men": + return word[:-3] + "man" + if words.lowered[-4:] == "mice": + return word[:-4] + "mouse" + if words.lowered[-4:] == "lice": + v = si_sb_U_louse_lice_bysize.get(len(word)) + if v and words.lowered in v: + return word[:-4] + "louse" + if words.lowered[-5:] == "geese": + return word[:-5] + "goose" + if words.lowered[-5:] == "teeth": + return word[:-5] + "tooth" + if words.lowered[-4:] == "feet": + return word[:-4] + "foot" + + if words.lowered == "dice": + return "die" + + # HANDLE UNASSIMILATED IMPORTS + + if words.lowered[-4:] == "ceps": + return word + if words.lowered[-3:] == "zoa": + return word[:-1] + "on" + + for lastlet, d, unass_numend, post in ( + ("s", si_sb_U_ch_chs_bysize, -1, ""), + ("s", si_sb_U_ex_ices_bysize, -4, "ex"), + ("s", si_sb_U_ix_ices_bysize, -4, "ix"), + ("a", si_sb_U_um_a_bysize, -1, "um"), + ("i", si_sb_U_us_i_bysize, -1, "us"), + ("a", si_sb_U_on_a_bysize, -1, "on"), + ("e", si_sb_U_a_ae_bysize, -1, ""), + ): + if words.lowered[-1] == lastlet: # this test to add speed + for k, v in d.items(): + if words.lowered[-k:] in v: + return word[:unass_numend] + post + + # HANDLE INCOMPLETELY ASSIMILATED IMPORTS + + if self.classical_dict["ancient"]: + if words.lowered[-6:] == "trices": + return word[:-3] + "x" + if words.lowered[-4:] in ("eaux", "ieux"): + return word[:-1] + if words.lowered[-5:] in ("ynges", "inges", "anges") and len(word) > 6: + return word[:-3] + "x" + + for lastlet, d, class_numend, post in ( + ("a", si_sb_C_en_ina_bysize, -3, "en"), + ("s", si_sb_C_ex_ices_bysize, -4, "ex"), + ("s", si_sb_C_ix_ices_bysize, -4, "ix"), + ("a", si_sb_C_um_a_bysize, -1, "um"), + ("i", si_sb_C_us_i_bysize, -1, "us"), + ("s", pl_sb_C_us_us_bysize, None, ""), + ("e", si_sb_C_a_ae_bysize, -1, ""), + ("a", si_sb_C_a_ata_bysize, -2, ""), + ("s", si_sb_C_is_ides_bysize, -3, "s"), + ("i", si_sb_C_o_i_bysize, -1, "o"), + ("a", si_sb_C_on_a_bysize, -1, "on"), + ("m", si_sb_C_im_bysize, -2, ""), + ("i", si_sb_C_i_bysize, -1, ""), + ): + if words.lowered[-1] == lastlet: # this test to add speed + for k, v in d.items(): + if words.lowered[-k:] in v: + return word[:class_numend] + post + + # HANDLE PLURLS ENDING IN uses -> use + + if ( + words.lowered[-6:] == "houses" + or word in si_sb_uses_use_case + or words.last.lower() in si_sb_uses_use + ): + return word[:-1] + + # HANDLE PLURLS ENDING IN ies -> ie + + if word in si_sb_ies_ie_case or words.last.lower() in si_sb_ies_ie: + return word[:-1] + + # HANDLE PLURLS ENDING IN oes -> oe + + if ( + words.lowered[-5:] == "shoes" + or word in si_sb_oes_oe_case + or words.last.lower() in si_sb_oes_oe + ): + return word[:-1] + + # HANDLE SINGULAR NOUNS ENDING IN ...s OR OTHER SILIBANTS + + if word in si_sb_sses_sse_case or words.last.lower() in si_sb_sses_sse: + return word[:-1] + + if words.last.lower() in si_sb_singular_s_complete: + return word[:-2] + + for k, v in si_sb_singular_s_bysize.items(): + if words.lowered[-k:] in v: + return word[:-2] + + if words.lowered[-4:] == "eses" and word[0] == word[0].upper(): + return word[:-2] + + if words.last.lower() in si_sb_z_zes: + return word[:-2] + + if words.last.lower() in si_sb_zzes_zz: + return word[:-2] + + if words.lowered[-4:] == "zzes": + return word[:-3] + + if word in si_sb_ches_che_case or words.last.lower() in si_sb_ches_che: + return word[:-1] + + if words.lowered[-4:] in ("ches", "shes"): + return word[:-2] + + if words.last.lower() in si_sb_xes_xe: + return word[:-1] + + if words.lowered[-3:] == "xes": + return word[:-2] + + # HANDLE ...f -> ...ves + + if word in si_sb_ves_ve_case or words.last.lower() in si_sb_ves_ve: + return word[:-1] + + if words.lowered[-3:] == "ves": + if words.lowered[-5:-3] in ("el", "al", "ol"): + return word[:-3] + "f" + if words.lowered[-5:-3] == "ea" and word[-6:-5] != "d": + return word[:-3] + "f" + if words.lowered[-5:-3] in ("ni", "li", "wi"): + return word[:-3] + "fe" + if words.lowered[-5:-3] == "ar": + return word[:-3] + "f" + + # HANDLE ...y + + if words.lowered[-2:] == "ys": + if len(words.lowered) > 2 and words.lowered[-3] in "aeiou": + return word[:-1] + + if self.classical_dict["names"]: + if words.lowered[-2:] == "ys" and word[0] == word[0].upper(): + return word[:-1] + + if words.lowered[-3:] == "ies": + return word[:-3] + "y" + + # HANDLE ...o + + if words.lowered[-2:] == "os": + if words.last.lower() in si_sb_U_o_os_complete: + return word[:-1] + + for k, v in si_sb_U_o_os_bysize.items(): + if words.lowered[-k:] in v: + return word[:-1] + + if words.lowered[-3:] in ("aos", "eos", "ios", "oos", "uos"): + return word[:-1] + + if words.lowered[-3:] == "oes": + return word[:-2] + + # UNASSIMILATED IMPORTS FINAL RULE + + if word in si_sb_es_is: + return word[:-2] + "is" + + # OTHERWISE JUST REMOVE ...s + + if words.lowered[-1] == "s": + return word[:-1] + + # COULD NOT FIND SINGULAR + + return False + + # ADJECTIVES + + @typechecked + def a(self, text: Word, count: Optional[Union[int, str, Any]] = 1) -> str: + """ + Return the appropriate indefinite article followed by text. + + The indefinite article is either 'a' or 'an'. + + If count is not one, then return count followed by text + instead of 'a' or 'an'. + + Whitespace at the start and end is preserved. + + """ + mo = INDEFINITE_ARTICLE_TEST.search(text) + if mo: + word = mo.group(2) + if not word: + return text + pre = mo.group(1) + post = mo.group(3) + result = self._indef_article(word, count) + return f"{pre}{result}{post}" + return "" + + an = a + + _indef_article_cases = ( + # HANDLE ORDINAL FORMS + (A_ordinal_a, "a"), + (A_ordinal_an, "an"), + # HANDLE SPECIAL CASES + (A_explicit_an, "an"), + (SPECIAL_AN, "an"), + (SPECIAL_A, "a"), + # HANDLE ABBREVIATIONS + (A_abbrev, "an"), + (SPECIAL_ABBREV_AN, "an"), + (SPECIAL_ABBREV_A, "a"), + # HANDLE CONSONANTS + (CONSONANTS, "a"), + # HANDLE SPECIAL VOWEL-FORMS + (ARTICLE_SPECIAL_EU, "a"), + (ARTICLE_SPECIAL_ONCE, "a"), + (ARTICLE_SPECIAL_ONETIME, "a"), + (ARTICLE_SPECIAL_UNIT, "a"), + (ARTICLE_SPECIAL_UBA, "a"), + (ARTICLE_SPECIAL_UKR, "a"), + (A_explicit_a, "a"), + # HANDLE SPECIAL CAPITALS + (SPECIAL_CAPITALS, "a"), + # HANDLE VOWELS + (VOWELS, "an"), + # HANDLE y... + # (BEFORE CERTAIN CONSONANTS IMPLIES (UNNATURALIZED) "i.." SOUND) + (A_y_cons, "an"), + ) + + def _indef_article(self, word: str, count: Union[int, str, Any]) -> str: + mycount = self.get_count(count) + + if mycount != 1: + return f"{count} {word}" + + # HANDLE USER-DEFINED VARIANTS + + value = self.ud_match(word, self.A_a_user_defined) + if value is not None: + return f"{value} {word}" + + matches = ( + f'{article} {word}' + for regexen, article in self._indef_article_cases + if regexen.search(word) + ) + + # OTHERWISE, GUESS "a" + fallback = f'a {word}' + return next(matches, fallback) + + # 2. TRANSLATE ZERO-QUANTIFIED $word TO "no plural($word)" + + @typechecked + def no(self, text: Word, count: Optional[Union[int, str]] = None) -> str: + """ + If count is 0, no, zero or nil, return 'no' followed by the plural + of text. + + If count is one of: + 1, a, an, one, each, every, this, that + return count followed by text. + + Otherwise return count follow by the plural of text. + + In the return value count is always followed by a space. + + Whitespace at the start and end is preserved. + + """ + if count is None and self.persistent_count is not None: + count = self.persistent_count + + if count is None: + count = 0 + mo = PARTITION_WORD.search(text) + if mo: + pre = mo.group(1) + word = mo.group(2) + post = mo.group(3) + else: + pre = "" + word = "" + post = "" + + if str(count).lower() in pl_count_zero: + count = 'no' + return f"{pre}{count} {self.plural(word, count)}{post}" + + # PARTICIPLES + + @typechecked + def present_participle(self, word: Word) -> str: + """ + Return the present participle for word. + + word is the 3rd person singular verb. + + """ + plv = self.plural_verb(word, 2) + ans = plv + + for regexen, repl in PRESENT_PARTICIPLE_REPLACEMENTS: + ans, num = regexen.subn(repl, plv) + if num: + return f"{ans}ing" + return f"{ans}ing" + + # NUMERICAL INFLECTIONS + + @typechecked + def ordinal(self, num: Union[Number, Word]) -> str: + """ + Return the ordinal of num. + + >>> ordinal = engine().ordinal + >>> ordinal(1) + '1st' + >>> ordinal('one') + 'first' + """ + if DIGIT.match(str(num)): + if isinstance(num, (float, int)) and int(num) == num: + n = int(num) + else: + if "." in str(num): + try: + # numbers after decimal, + # so only need last one for ordinal + n = int(str(num)[-1]) + + except ValueError: # ends with '.', so need to use whole string + n = int(str(num)[:-1]) + else: + n = int(num) # type: ignore + try: + post = nth[n % 100] + except KeyError: + post = nth[n % 10] + return f"{num}{post}" + else: + return self._sub_ord(num) + + def millfn(self, ind: int = 0) -> str: + if ind > len(mill) - 1: + raise NumOutOfRangeError + return mill[ind] + + def unitfn(self, units: int, mindex: int = 0) -> str: + return f"{unit[units]}{self.millfn(mindex)}" + + def tenfn(self, tens, units, mindex=0) -> str: + if tens != 1: + tens_part = ten[tens] + if tens and units: + hyphen = "-" + else: + hyphen = "" + unit_part = unit[units] + mill_part = self.millfn(mindex) + return f"{tens_part}{hyphen}{unit_part}{mill_part}" + return f"{teen[units]}{mill[mindex]}" + + def hundfn(self, hundreds: int, tens: int, units: int, mindex: int) -> str: + if hundreds: + andword = f" {self._number_args['andword']} " if tens or units else "" + # use unit not unitfn as simpler + return ( + f"{unit[hundreds]} hundred{andword}" + f"{self.tenfn(tens, units)}{self.millfn(mindex)}, " + ) + if tens or units: + return f"{self.tenfn(tens, units)}{self.millfn(mindex)}, " + return "" + + def group1sub(self, mo: Match) -> str: + units = int(mo.group(1)) + if units == 1: + return f" {self._number_args['one']}, " + elif units: + return f"{unit[units]}, " + else: + return f" {self._number_args['zero']}, " + + def group1bsub(self, mo: Match) -> str: + units = int(mo.group(1)) + if units: + return f"{unit[units]}, " + else: + return f" {self._number_args['zero']}, " + + def group2sub(self, mo: Match) -> str: + tens = int(mo.group(1)) + units = int(mo.group(2)) + if tens: + return f"{self.tenfn(tens, units)}, " + if units: + return f" {self._number_args['zero']} {unit[units]}, " + return f" {self._number_args['zero']} {self._number_args['zero']}, " + + def group3sub(self, mo: Match) -> str: + hundreds = int(mo.group(1)) + tens = int(mo.group(2)) + units = int(mo.group(3)) + if hundreds == 1: + hunword = f" {self._number_args['one']}" + elif hundreds: + hunword = str(unit[hundreds]) + else: + hunword = f" {self._number_args['zero']}" + if tens: + tenword = self.tenfn(tens, units) + elif units: + tenword = f" {self._number_args['zero']} {unit[units]}" + else: + tenword = f" {self._number_args['zero']} {self._number_args['zero']}" + return f"{hunword} {tenword}, " + + def hundsub(self, mo: Match) -> str: + ret = self.hundfn( + int(mo.group(1)), int(mo.group(2)), int(mo.group(3)), self.mill_count + ) + self.mill_count += 1 + return ret + + def tensub(self, mo: Match) -> str: + return f"{self.tenfn(int(mo.group(1)), int(mo.group(2)), self.mill_count)}, " + + def unitsub(self, mo: Match) -> str: + return f"{self.unitfn(int(mo.group(1)), self.mill_count)}, " + + def enword(self, num: str, group: int) -> str: + # import pdb + # pdb.set_trace() + + if group == 1: + num = DIGIT_GROUP.sub(self.group1sub, num) + elif group == 2: + num = TWO_DIGITS.sub(self.group2sub, num) + num = DIGIT_GROUP.sub(self.group1bsub, num, 1) + elif group == 3: + num = THREE_DIGITS.sub(self.group3sub, num) + num = TWO_DIGITS.sub(self.group2sub, num, 1) + num = DIGIT_GROUP.sub(self.group1sub, num, 1) + elif int(num) == 0: + num = self._number_args["zero"] + elif int(num) == 1: + num = self._number_args["one"] + else: + num = num.lstrip().lstrip("0") + self.mill_count = 0 + # surely there's a better way to do the next bit + mo = THREE_DIGITS_WORD.search(num) + while mo: + num = THREE_DIGITS_WORD.sub(self.hundsub, num, 1) + mo = THREE_DIGITS_WORD.search(num) + num = TWO_DIGITS_WORD.sub(self.tensub, num, 1) + num = ONE_DIGIT_WORD.sub(self.unitsub, num, 1) + return num + + @staticmethod + def _sub_ord(val): + new = ordinal_suff.sub(lambda match: ordinal[match.group(1)], val) + return new + "th" * (new == val) + + @classmethod + def _chunk_num(cls, num, decimal, group): + if decimal: + max_split = -1 if group != 0 else 1 + chunks = num.split(".", max_split) + else: + chunks = [num] + return cls._remove_last_blank(chunks) + + @staticmethod + def _remove_last_blank(chunks): + """ + Remove the last item from chunks if it's a blank string. + + Return the resultant chunks and whether the last item was removed. + """ + removed = chunks[-1] == "" + result = chunks[:-1] if removed else chunks + return result, removed + + @staticmethod + def _get_sign(num): + return {'+': 'plus', '-': 'minus'}.get(num.lstrip()[0], '') + + @typechecked + def number_to_words( # noqa: C901 + self, + num: Union[Number, Word], + wantlist: bool = False, + group: int = 0, + comma: Union[Falsish, str] = ",", + andword: str = "and", + zero: str = "zero", + one: str = "one", + decimal: Union[Falsish, str] = "point", + threshold: Optional[int] = None, + ) -> Union[str, List[str]]: + """ + Return a number in words. + + group = 1, 2 or 3 to group numbers before turning into words + comma: define comma + + andword: + word for 'and'. Can be set to ''. + e.g. "one hundred and one" vs "one hundred one" + + zero: word for '0' + one: word for '1' + decimal: word for decimal point + threshold: numbers above threshold not turned into words + + parameters not remembered from last call. Departure from Perl version. + """ + self._number_args = {"andword": andword, "zero": zero, "one": one} + num = str(num) + + # Handle "stylistic" conversions (up to a given threshold)... + if threshold is not None and float(num) > threshold: + spnum = num.split(".", 1) + while comma: + (spnum[0], n) = FOUR_DIGIT_COMMA.subn(r"\1,\2", spnum[0]) + if n == 0: + break + try: + return f"{spnum[0]}.{spnum[1]}" + except IndexError: + return str(spnum[0]) + + if group < 0 or group > 3: + raise BadChunkingOptionError + + sign = self._get_sign(num) + + if num in nth_suff: + num = zero + + myord = num[-2:] in nth_suff + if myord: + num = num[:-2] + + chunks, finalpoint = self._chunk_num(num, decimal, group) + + loopstart = chunks[0] == "" + first: bool | None = not loopstart + + def _handle_chunk(chunk): + nonlocal first + + # remove all non numeric \D + chunk = NON_DIGIT.sub("", chunk) + if chunk == "": + chunk = "0" + + if group == 0 and not first: + chunk = self.enword(chunk, 1) + else: + chunk = self.enword(chunk, group) + + if chunk[-2:] == ", ": + chunk = chunk[:-2] + chunk = WHITESPACES_COMMA.sub(",", chunk) + + if group == 0 and first: + chunk = COMMA_WORD.sub(f" {andword} \\1", chunk) + chunk = WHITESPACES.sub(" ", chunk) + # chunk = re.sub(r"(\A\s|\s\Z)", self.blankfn, chunk) + chunk = chunk.strip() + if first: + first = None + return chunk + + chunks[loopstart:] = map(_handle_chunk, chunks[loopstart:]) + + numchunks = [] + if first != 0: + numchunks = chunks[0].split(f"{comma} ") + + if myord and numchunks: + numchunks[-1] = self._sub_ord(numchunks[-1]) + + for chunk in chunks[1:]: + numchunks.append(decimal) + numchunks.extend(chunk.split(f"{comma} ")) + + if finalpoint: + numchunks.append(decimal) + + if wantlist: + return [sign] * bool(sign) + numchunks + + signout = f"{sign} " if sign else "" + valout = ( + ', '.join(numchunks) + if group + else ''.join(self._render(numchunks, decimal, comma)) + ) + return signout + valout + + @staticmethod + def _render(chunks, decimal, comma): + first_item = chunks.pop(0) + yield first_item + first = decimal is None or not first_item.endswith(decimal) + for nc in chunks: + if nc == decimal: + first = False + elif first: + yield comma + yield f" {nc}" + + @typechecked + def join( + self, + words: Optional[Sequence[Word]], + sep: Optional[str] = None, + sep_spaced: bool = True, + final_sep: Optional[str] = None, + conj: str = "and", + conj_spaced: bool = True, + ) -> str: + """ + Join words into a list. + + e.g. join(['ant', 'bee', 'fly']) returns 'ant, bee, and fly' + + options: + conj: replacement for 'and' + sep: separator. default ',', unless ',' is in the list then ';' + final_sep: final separator. default ',', unless ',' is in the list then ';' + conj_spaced: boolean. Should conj have spaces around it + + """ + if not words: + return "" + if len(words) == 1: + return words[0] + + if conj_spaced: + if conj == "": + conj = " " + else: + conj = f" {conj} " + + if len(words) == 2: + return f"{words[0]}{conj}{words[1]}" + + if sep is None: + if "," in "".join(words): + sep = ";" + else: + sep = "," + if final_sep is None: + final_sep = sep + + final_sep = f"{final_sep}{conj}" + + if sep_spaced: + sep += " " + + return f"{sep.join(words[0:-1])}{final_sep}{words[-1]}" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..112ea2fca06f4cfac7488c98bb86c2621c93d511 GIT binary patch literal 113083 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 RY?S-D&p+!m{>Nj${=f9DK&k)$ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d832e91d5af7f4dd4887589db23956900401594 GIT binary patch literal 206 zcmZ9FO$x#=5QQ77AVLq~q8(IlB_6>mgfvatVE#y^LXY4HJcDQP7J35dt}BzR4`$|j zj|cNAicJ=EyuZ72KWY7ITE^s&joFr5o|#`nH>J+3p|@H<+j$mB&Oj+m6{|}W0h5Ug zO4i^;?5#OeyFCPnqI8U3StkMnfrCS9RRDSurm-HRX_epz+-k=VD3wMcrIj1!^-0@i UP~z-Y@jHnV5`1$)h|eSa06&^J0RR91 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0b482e5ef3688630ff6b29e58bda514ca1bacc5 GIT binary patch literal 369 zcmXwyu}T9$5QcYeFNuk!khCJUha`&z#6kqY+6PE;Z0;tPGkd$o?k0GTU}tA*n`g1o zMmWJjK}Z)!m&!Ty24?>MXTD*cyWI}KI=lZ&o>0H4P?z^_HrHq#NlaoY$%p{Ctv5A^ z8hbOuObaO{y^M_*B?bLWew_k;RbAW!-io2F+BgDQwy%`ZPB@5zM#*ep%e@5{n`#xN zYNE@gEAmt&rh$05{})2IbD%25F3AQLWSjD-&VWx6BWynsT*@qzV%&FNT@}!CnT~m0 zxT#jd!O1DNse^tlqM1m*atm&rJFTVV;Q~~w4affyBF7`0<-+0V@O+RL+ntL{$8!mn ori-5`wmrnLW|Y!*(pfi&-+E)c7uI{2yt0E2|LEI4HoJ)Y01vNZ5C8xG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py new file mode 100644 index 0000000..a2d01bd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py @@ -0,0 +1,7 @@ +import sys + + +if sys.version_info > (3, 9): + from typing import Annotated +else: # pragma: no cover + from typing_extensions import Annotated # noqa: F401 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA new file mode 100644 index 0000000..fe6ca5a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA @@ -0,0 +1,85 @@ +Metadata-Version: 2.1 +Name: jaraco.collections +Version: 5.1.0 +Summary: Collection objects similar to those in stdlib by jaraco +Author-email: "Jason R. Coombs" +Project-URL: Source, https://github.com/jaraco/jaraco.collections +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: jaraco.text +Provides-Extra: check +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'check' +Requires-Dist: pytest-ruff >=0.2.1 ; (sys_platform != "cygwin") and extra == 'check' +Provides-Extra: cover +Requires-Dist: pytest-cov ; extra == 'cover' +Provides-Extra: doc +Requires-Dist: sphinx >=3.5 ; extra == 'doc' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc' +Requires-Dist: rst.linker >=1.9 ; extra == 'doc' +Requires-Dist: furo ; extra == 'doc' +Requires-Dist: sphinx-lint ; extra == 'doc' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc' +Provides-Extra: enabler +Requires-Dist: pytest-enabler >=2.2 ; extra == 'enabler' +Provides-Extra: test +Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test' +Provides-Extra: type +Requires-Dist: pytest-mypy ; extra == 'type' + +.. image:: https://img.shields.io/pypi/v/jaraco.collections.svg + :target: https://pypi.org/project/jaraco.collections + +.. image:: https://img.shields.io/pypi/pyversions/jaraco.collections.svg + +.. image:: https://github.com/jaraco/jaraco.collections/actions/workflows/main.yml/badge.svg + :target: https://github.com/jaraco/jaraco.collections/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/jaracocollections/badge/?version=latest + :target: https://jaracocollections.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/jaraco.collections + :target: https://tidelift.com/subscription/pkg/pypi-jaraco.collections?utm_source=pypi-jaraco.collections&utm_medium=readme + +Models and classes to supplement the stdlib 'collections' module. + +See the docs, linked above, for descriptions and usage examples. + +Highlights include: + +- RangeMap: A mapping that accepts a range of values for keys. +- Projection: A subset over an existing mapping. +- KeyTransformingDict: Generalized mapping with keys transformed by a function. +- FoldedCaseKeyedDict: A dict whose string keys are case-insensitive. +- BijectiveMap: A map where keys map to values and values back to their keys. +- ItemsAsAttributes: A mapping mix-in exposing items as attributes. +- IdentityOverrideMap: A map whose keys map by default to themselves unless overridden. +- FrozenDict: A hashable, immutable map. +- Enumeration: An object whose keys are enumerated. +- Everything: A container that contains all things. +- Least, Greatest: Objects that are always less than or greater than any other. +- pop_all: Return all items from the mutable sequence and remove them from that sequence. +- DictStack: A stack of dicts, great for sharing scopes. +- WeightedLookup: A specialized RangeMap for selecting an item by weights. + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD new file mode 100644 index 0000000..48b957e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD @@ -0,0 +1,10 @@ +jaraco.collections-5.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +jaraco.collections-5.1.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +jaraco.collections-5.1.0.dist-info/METADATA,sha256=IMUaliNsA5X1Ox9MXUWOagch5R4Wwb_3M7erp29dBtg,3933 +jaraco.collections-5.1.0.dist-info/RECORD,, +jaraco.collections-5.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +jaraco.collections-5.1.0.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91 +jaraco.collections-5.1.0.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +jaraco/collections/__init__.py,sha256=Pc1-SqjWm81ad1P0-GttpkwO_LWlnaY6gUq8gcKh2v0,26640 +jaraco/collections/__pycache__/__init__.cpython-312.pyc,, +jaraco/collections/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL new file mode 100644 index 0000000..50e1e84 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (73.0.1) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt new file mode 100644 index 0000000..f6205a5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt @@ -0,0 +1 @@ +jaraco diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA new file mode 100644 index 0000000..a36f7c5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA @@ -0,0 +1,75 @@ +Metadata-Version: 2.1 +Name: jaraco.context +Version: 5.3.0 +Summary: Useful decorators and context managers +Home-page: https://github.com/jaraco/jaraco.context +Author: Jason R. Coombs +Author-email: jaraco@jaraco.com +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +License-File: LICENSE +Requires-Dist: backports.tarfile ; python_version < "3.12" +Provides-Extra: docs +Requires-Dist: sphinx >=3.5 ; extra == 'docs' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'docs' +Requires-Dist: rst.linker >=1.9 ; extra == 'docs' +Requires-Dist: furo ; extra == 'docs' +Requires-Dist: sphinx-lint ; extra == 'docs' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'docs' +Provides-Extra: testing +Requires-Dist: pytest !=8.1.1,>=6 ; extra == 'testing' +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'testing' +Requires-Dist: pytest-cov ; extra == 'testing' +Requires-Dist: pytest-mypy ; extra == 'testing' +Requires-Dist: pytest-enabler >=2.2 ; extra == 'testing' +Requires-Dist: pytest-ruff >=0.2.1 ; extra == 'testing' +Requires-Dist: portend ; extra == 'testing' + +.. image:: https://img.shields.io/pypi/v/jaraco.context.svg + :target: https://pypi.org/project/jaraco.context + +.. image:: https://img.shields.io/pypi/pyversions/jaraco.context.svg + +.. image:: https://github.com/jaraco/jaraco.context/actions/workflows/main.yml/badge.svg + :target: https://github.com/jaraco/jaraco.context/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/jaracocontext/badge/?version=latest + :target: https://jaracocontext.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/jaraco.context + :target: https://tidelift.com/subscription/pkg/pypi-jaraco.context?utm_source=pypi-jaraco.context&utm_medium=readme + + +Highlights +========== + +See the docs linked from the badge above for the full details, but here are some features that may be of interest. + +- ``ExceptionTrap`` provides a general-purpose wrapper for trapping exceptions and then acting on the outcome. Includes ``passes`` and ``raises`` decorators to replace the result of a wrapped function by a boolean indicating the outcome of the exception trap. See `this keyring commit `_ for an example of it in production. +- ``suppress`` simply enables ``contextlib.suppress`` as a decorator. +- ``on_interrupt`` is a decorator used by CLI entry points to affect the handling of a ``KeyboardInterrupt``. Inspired by `Lucretiel/autocommand#18 `_. +- ``pushd`` is similar to pytest's ``monkeypatch.chdir`` or path's `default context `_, changes the current working directory for the duration of the context. +- ``tarball`` will download a tarball, extract it, change directory, yield, then clean up after. Convenient when working with web assets. +- ``null`` is there for those times when one code branch needs a context and the other doesn't; this null context provides symmetry across those branches. + + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD new file mode 100644 index 0000000..09d191f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD @@ -0,0 +1,8 @@ +jaraco.context-5.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +jaraco.context-5.3.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +jaraco.context-5.3.0.dist-info/METADATA,sha256=xDtguJej0tN9iEXCUvxEJh2a7xceIRVBEakBLSr__tY,4020 +jaraco.context-5.3.0.dist-info/RECORD,, +jaraco.context-5.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +jaraco.context-5.3.0.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +jaraco/__pycache__/context.cpython-312.pyc,, +jaraco/context.py,sha256=REoLIxDkO5MfEYowt_WoupNCRoxBS5v7YX2PbW8lIcs,9552 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL new file mode 100644 index 0000000..bab98d6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.43.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt new file mode 100644 index 0000000..f6205a5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt @@ -0,0 +1 @@ +jaraco diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA new file mode 100644 index 0000000..c865140 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA @@ -0,0 +1,64 @@ +Metadata-Version: 2.1 +Name: jaraco.functools +Version: 4.0.1 +Summary: Functools like those found in stdlib +Author-email: "Jason R. Coombs" +Project-URL: Homepage, https://github.com/jaraco/jaraco.functools +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: more-itertools +Provides-Extra: docs +Requires-Dist: sphinx >=3.5 ; extra == 'docs' +Requires-Dist: sphinx <7.2.5 ; extra == 'docs' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'docs' +Requires-Dist: rst.linker >=1.9 ; extra == 'docs' +Requires-Dist: furo ; extra == 'docs' +Requires-Dist: sphinx-lint ; extra == 'docs' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'docs' +Provides-Extra: testing +Requires-Dist: pytest >=6 ; extra == 'testing' +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'testing' +Requires-Dist: pytest-cov ; extra == 'testing' +Requires-Dist: pytest-enabler >=2.2 ; extra == 'testing' +Requires-Dist: pytest-ruff >=0.2.1 ; extra == 'testing' +Requires-Dist: jaraco.classes ; extra == 'testing' +Requires-Dist: pytest-mypy ; (platform_python_implementation != "PyPy") and extra == 'testing' + +.. image:: https://img.shields.io/pypi/v/jaraco.functools.svg + :target: https://pypi.org/project/jaraco.functools + +.. image:: https://img.shields.io/pypi/pyversions/jaraco.functools.svg + +.. image:: https://github.com/jaraco/jaraco.functools/actions/workflows/main.yml/badge.svg + :target: https://github.com/jaraco/jaraco.functools/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/jaracofunctools/badge/?version=latest + :target: https://jaracofunctools.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/jaraco.functools + :target: https://tidelift.com/subscription/pkg/pypi-jaraco.functools?utm_source=pypi-jaraco.functools&utm_medium=readme + +Additional functools in the spirit of stdlib's functools. + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD new file mode 100644 index 0000000..ef3bc21 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD @@ -0,0 +1,10 @@ +jaraco.functools-4.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +jaraco.functools-4.0.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +jaraco.functools-4.0.1.dist-info/METADATA,sha256=i4aUaQDX-jjdEQK5wevhegyx8JyLfin2HyvaSk3FHso,2891 +jaraco.functools-4.0.1.dist-info/RECORD,, +jaraco.functools-4.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +jaraco.functools-4.0.1.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +jaraco/functools/__init__.py,sha256=hEAJaS2uSZRuF_JY4CxCHIYh79ZpxaPp9OiHyr9EJ1w,16642 +jaraco/functools/__init__.pyi,sha256=gk3dsgHzo5F_U74HzAvpNivFAPCkPJ1b2-yCd62dfnw,3878 +jaraco/functools/__pycache__/__init__.cpython-312.pyc,, +jaraco/functools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL new file mode 100644 index 0000000..bab98d6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.43.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt new file mode 100644 index 0000000..f6205a5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt @@ -0,0 +1 @@ +jaraco diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA new file mode 100644 index 0000000..0258a38 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA @@ -0,0 +1,95 @@ +Metadata-Version: 2.1 +Name: jaraco.text +Version: 3.12.1 +Summary: Module for text manipulation +Author-email: "Jason R. Coombs" +Project-URL: Homepage, https://github.com/jaraco/jaraco.text +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Requires-Dist: jaraco.functools +Requires-Dist: jaraco.context >=4.1 +Requires-Dist: autocommand +Requires-Dist: inflect +Requires-Dist: more-itertools +Requires-Dist: importlib-resources ; python_version < "3.9" +Provides-Extra: doc +Requires-Dist: sphinx >=3.5 ; extra == 'doc' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc' +Requires-Dist: rst.linker >=1.9 ; extra == 'doc' +Requires-Dist: furo ; extra == 'doc' +Requires-Dist: sphinx-lint ; extra == 'doc' +Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc' +Provides-Extra: test +Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test' +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'test' +Requires-Dist: pytest-cov ; extra == 'test' +Requires-Dist: pytest-mypy ; extra == 'test' +Requires-Dist: pytest-enabler >=2.2 ; extra == 'test' +Requires-Dist: pytest-ruff >=0.2.1 ; extra == 'test' +Requires-Dist: pathlib2 ; (python_version < "3.10") and extra == 'test' + +.. image:: https://img.shields.io/pypi/v/jaraco.text.svg + :target: https://pypi.org/project/jaraco.text + +.. image:: https://img.shields.io/pypi/pyversions/jaraco.text.svg + +.. image:: https://github.com/jaraco/jaraco.text/actions/workflows/main.yml/badge.svg + :target: https://github.com/jaraco/jaraco.text/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. image:: https://readthedocs.org/projects/jaracotext/badge/?version=latest + :target: https://jaracotext.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton + +.. image:: https://tidelift.com/badges/package/pypi/jaraco.text + :target: https://tidelift.com/subscription/pkg/pypi-jaraco.text?utm_source=pypi-jaraco.text&utm_medium=readme + + +This package provides handy routines for dealing with text, such as +wrapping, substitution, trimming, stripping, prefix and suffix removal, +line continuation, indentation, comment processing, identifier processing, +values parsing, case insensitive comparison, and more. See the docs +(linked in the badge above) for the detailed documentation and examples. + +Layouts +======= + +One of the features of this package is the layouts module, which +provides a simple example of translating keystrokes from one keyboard +layout to another:: + + echo qwerty | python -m jaraco.text.to-dvorak + ',.pyf + echo "',.pyf" | python -m jaraco.text.to-qwerty + qwerty + +Newline Reporting +================= + +Need to know what newlines appear in a file? + +:: + + $ python -m jaraco.text.show-newlines README.rst + newline is '\n' + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD new file mode 100644 index 0000000..19e2d84 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD @@ -0,0 +1,20 @@ +jaraco.text-3.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +jaraco.text-3.12.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +jaraco.text-3.12.1.dist-info/METADATA,sha256=AzWdm6ViMfDOPoQMfLWn2zgBQSGJScyqeN29TcuWXVI,3658 +jaraco.text-3.12.1.dist-info/RECORD,, +jaraco.text-3.12.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +jaraco.text-3.12.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +jaraco.text-3.12.1.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +jaraco/text/Lorem ipsum.txt,sha256=N_7c_79zxOufBY9HZ3yzMgOkNv-TkOTTio4BydrSjgs,1335 +jaraco/text/__init__.py,sha256=Y2YUqXR_orUoDaY4SkPRe6ZZhb5HUHB_Ah9RCNsVyho,16250 +jaraco/text/__pycache__/__init__.cpython-312.pyc,, +jaraco/text/__pycache__/layouts.cpython-312.pyc,, +jaraco/text/__pycache__/show-newlines.cpython-312.pyc,, +jaraco/text/__pycache__/strip-prefix.cpython-312.pyc,, +jaraco/text/__pycache__/to-dvorak.cpython-312.pyc,, +jaraco/text/__pycache__/to-qwerty.cpython-312.pyc,, +jaraco/text/layouts.py,sha256=HTC8aSTLZ7uXipyOXapRMC158juecjK6RVwitfmZ9_w,643 +jaraco/text/show-newlines.py,sha256=WGQa65e8lyhb92LUOLqVn6KaCtoeVgVws6WtSRmLk6w,904 +jaraco/text/strip-prefix.py,sha256=NfVXV8JVNo6nqcuYASfMV7_y4Eo8zMQqlCOGvAnRIVw,412 +jaraco/text/to-dvorak.py,sha256=1SNcbSsvISpXXg-LnybIHHY-RUFOQr36zcHkY1pWFqw,119 +jaraco/text/to-qwerty.py,sha256=s4UMQUnPwFn_dB5uZC27BurHOQcYondBfzIpVL5pEzw,119 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL new file mode 100644 index 0000000..bab98d6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.43.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt new file mode 100644 index 0000000..f6205a5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt @@ -0,0 +1 @@ +jaraco diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..373142f19e15cd021d6a22301cf17844377ea8c7 GIT binary patch literal 14343 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 Callable: + # can't rely on singledispatch for Union[Container, Iterable] + # due to ambiguity + # (https://peps.python.org/pep-0443/#abstract-base-classes). + if isinstance(obj, re.Pattern): + return obj.fullmatch + # mypy issue: https://github.com/python/mypy/issues/11071 + if not isinstance(obj, Callable): # type: ignore[arg-type] + if not isinstance(obj, Container): + obj = set(obj) # type: ignore[arg-type] + obj = obj.__contains__ + return obj # type: ignore[return-value] + + +class Projection(collections.abc.Mapping): + """ + Project a set of keys over a mapping + + >>> sample = {'a': 1, 'b': 2, 'c': 3} + >>> prj = Projection(['a', 'c', 'd'], sample) + >>> dict(prj) + {'a': 1, 'c': 3} + + Projection also accepts an iterable or callable or pattern. + + >>> iter_prj = Projection(iter('acd'), sample) + >>> call_prj = Projection(lambda k: ord(k) in (97, 99, 100), sample) + >>> pat_prj = Projection(re.compile(r'[acd]'), sample) + >>> prj == iter_prj == call_prj == pat_prj + True + + Keys should only appear if they were specified and exist in the space. + Order is retained. + + >>> list(prj) + ['a', 'c'] + + Attempting to access a key not in the projection + results in a KeyError. + + >>> prj['b'] + Traceback (most recent call last): + ... + KeyError: 'b' + + Use the projection to update another dict. + + >>> target = {'a': 2, 'b': 2} + >>> target.update(prj) + >>> target + {'a': 1, 'b': 2, 'c': 3} + + Projection keeps a reference to the original dict, so + modifying the original dict may modify the Projection. + + >>> del sample['a'] + >>> dict(prj) + {'c': 3} + """ + + def __init__(self, keys: _Matchable, space: Mapping): + self._match = _dispatch(keys) + self._space = space + + def __getitem__(self, key): + if not self._match(key): + raise KeyError(key) + return self._space[key] + + def _keys_resolved(self): + return filter(self._match, self._space) + + def __iter__(self): + return self._keys_resolved() + + def __len__(self): + return len(tuple(self._keys_resolved())) + + +class Mask(Projection): + """ + The inverse of a :class:`Projection`, masking out keys. + + >>> sample = {'a': 1, 'b': 2, 'c': 3} + >>> msk = Mask(['a', 'c', 'd'], sample) + >>> dict(msk) + {'b': 2} + """ + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + # self._match = compose(operator.not_, self._match) + self._match = lambda key, orig=self._match: not orig(key) + + +def dict_map(function, dictionary): + """ + Return a new dict with function applied to values of dictionary. + + >>> dict_map(lambda x: x+1, dict(a=1, b=2)) + {'a': 2, 'b': 3} + """ + return dict((key, function(value)) for key, value in dictionary.items()) + + +class RangeMap(Dict[_RangeMapKT, _VT]): + """ + A dictionary-like object that uses the keys as bounds for a range. + Inclusion of the value for that range is determined by the + key_match_comparator, which defaults to less-than-or-equal. + A value is returned for a key if it is the first key that matches in + the sorted list of keys. + + One may supply keyword parameters to be passed to the sort function used + to sort keys (i.e. key, reverse) as sort_params. + + Create a map that maps 1-3 -> 'a', 4-6 -> 'b' + + >>> r = RangeMap({3: 'a', 6: 'b'}) # boy, that was easy + >>> r[1], r[2], r[3], r[4], r[5], r[6] + ('a', 'a', 'a', 'b', 'b', 'b') + + Even float values should work so long as the comparison operator + supports it. + + >>> r[4.5] + 'b' + + Notice that the way rangemap is defined, it must be open-ended + on one side. + + >>> r[0] + 'a' + >>> r[-1] + 'a' + + One can close the open-end of the RangeMap by using undefined_value + + >>> r = RangeMap({0: RangeMap.undefined_value, 3: 'a', 6: 'b'}) + >>> r[0] + Traceback (most recent call last): + ... + KeyError: 0 + + One can get the first or last elements in the range by using RangeMap.Item + + >>> last_item = RangeMap.Item(-1) + >>> r[last_item] + 'b' + + .last_item is a shortcut for Item(-1) + + >>> r[RangeMap.last_item] + 'b' + + Sometimes it's useful to find the bounds for a RangeMap + + >>> r.bounds() + (0, 6) + + RangeMap supports .get(key, default) + + >>> r.get(0, 'not found') + 'not found' + + >>> r.get(7, 'not found') + 'not found' + + One often wishes to define the ranges by their left-most values, + which requires use of sort params and a key_match_comparator. + + >>> r = RangeMap({1: 'a', 4: 'b'}, + ... sort_params=dict(reverse=True), + ... key_match_comparator=operator.ge) + >>> r[1], r[2], r[3], r[4], r[5], r[6] + ('a', 'a', 'a', 'b', 'b', 'b') + + That wasn't nearly as easy as before, so an alternate constructor + is provided: + + >>> r = RangeMap.left({1: 'a', 4: 'b', 7: RangeMap.undefined_value}) + >>> r[1], r[2], r[3], r[4], r[5], r[6] + ('a', 'a', 'a', 'b', 'b', 'b') + + """ + + def __init__( + self, + source: ( + SupportsKeysAndGetItem[_RangeMapKT, _VT] | Iterable[tuple[_RangeMapKT, _VT]] + ), + sort_params: Mapping[str, Any] = {}, + key_match_comparator: Callable[[_RangeMapKT, _RangeMapKT], bool] = operator.le, + ): + dict.__init__(self, source) + self.sort_params = sort_params + self.match = key_match_comparator + + @classmethod + def left( + cls, + source: ( + SupportsKeysAndGetItem[_RangeMapKT, _VT] | Iterable[tuple[_RangeMapKT, _VT]] + ), + ) -> Self: + return cls( + source, sort_params=dict(reverse=True), key_match_comparator=operator.ge + ) + + def __getitem__(self, item: _RangeMapKT) -> _VT: + sorted_keys = sorted(self.keys(), **self.sort_params) + if isinstance(item, RangeMap.Item): + result = self.__getitem__(sorted_keys[item]) + else: + key = self._find_first_match_(sorted_keys, item) + result = dict.__getitem__(self, key) + if result is RangeMap.undefined_value: + raise KeyError(key) + return result + + @overload # type: ignore[override] # Signature simplified over dict and Mapping + def get(self, key: _RangeMapKT, default: _T) -> _VT | _T: ... + @overload + def get(self, key: _RangeMapKT, default: None = None) -> _VT | None: ... + def get(self, key: _RangeMapKT, default: _T | None = None) -> _VT | _T | None: + """ + Return the value for key if key is in the dictionary, else default. + If default is not given, it defaults to None, so that this method + never raises a KeyError. + """ + try: + return self[key] + except KeyError: + return default + + def _find_first_match_( + self, keys: Iterable[_RangeMapKT], item: _RangeMapKT + ) -> _RangeMapKT: + is_match = functools.partial(self.match, item) + matches = filter(is_match, keys) + try: + return next(matches) + except StopIteration: + raise KeyError(item) from None + + def bounds(self) -> tuple[_RangeMapKT, _RangeMapKT]: + sorted_keys = sorted(self.keys(), **self.sort_params) + return (sorted_keys[RangeMap.first_item], sorted_keys[RangeMap.last_item]) + + # some special values for the RangeMap + undefined_value = type('RangeValueUndefined', (), {})() + + class Item(int): + """RangeMap Item""" + + first_item = Item(0) + last_item = Item(-1) + + +def __identity(x): + return x + + +def sorted_items(d, key=__identity, reverse=False): + """ + Return the items of the dictionary sorted by the keys. + + >>> sample = dict(foo=20, bar=42, baz=10) + >>> tuple(sorted_items(sample)) + (('bar', 42), ('baz', 10), ('foo', 20)) + + >>> reverse_string = lambda s: ''.join(reversed(s)) + >>> tuple(sorted_items(sample, key=reverse_string)) + (('foo', 20), ('bar', 42), ('baz', 10)) + + >>> tuple(sorted_items(sample, reverse=True)) + (('foo', 20), ('baz', 10), ('bar', 42)) + """ + + # wrap the key func so it operates on the first element of each item + def pairkey_key(item): + return key(item[0]) + + return sorted(d.items(), key=pairkey_key, reverse=reverse) + + +class KeyTransformingDict(dict): + """ + A dict subclass that transforms the keys before they're used. + Subclasses may override the default transform_key to customize behavior. + """ + + @staticmethod + def transform_key(key): # pragma: nocover + return key + + def __init__(self, *args, **kargs): + super().__init__() + # build a dictionary using the default constructs + d = dict(*args, **kargs) + # build this dictionary using transformed keys. + for item in d.items(): + self.__setitem__(*item) + + def __setitem__(self, key, val): + key = self.transform_key(key) + super().__setitem__(key, val) + + def __getitem__(self, key): + key = self.transform_key(key) + return super().__getitem__(key) + + def __contains__(self, key): + key = self.transform_key(key) + return super().__contains__(key) + + def __delitem__(self, key): + key = self.transform_key(key) + return super().__delitem__(key) + + def get(self, key, *args, **kwargs): + key = self.transform_key(key) + return super().get(key, *args, **kwargs) + + def setdefault(self, key, *args, **kwargs): + key = self.transform_key(key) + return super().setdefault(key, *args, **kwargs) + + def pop(self, key, *args, **kwargs): + key = self.transform_key(key) + return super().pop(key, *args, **kwargs) + + def matching_key_for(self, key): + """ + Given a key, return the actual key stored in self that matches. + Raise KeyError if the key isn't found. + """ + try: + return next(e_key for e_key in self.keys() if e_key == key) + except StopIteration as err: + raise KeyError(key) from err + + +class FoldedCaseKeyedDict(KeyTransformingDict): + """ + A case-insensitive dictionary (keys are compared as insensitive + if they are strings). + + >>> d = FoldedCaseKeyedDict() + >>> d['heLlo'] = 'world' + >>> list(d.keys()) == ['heLlo'] + True + >>> list(d.values()) == ['world'] + True + >>> d['hello'] == 'world' + True + >>> 'hello' in d + True + >>> 'HELLO' in d + True + >>> print(repr(FoldedCaseKeyedDict({'heLlo': 'world'}))) + {'heLlo': 'world'} + >>> d = FoldedCaseKeyedDict({'heLlo': 'world'}) + >>> print(d['hello']) + world + >>> print(d['Hello']) + world + >>> list(d.keys()) + ['heLlo'] + >>> d = FoldedCaseKeyedDict({'heLlo': 'world', 'Hello': 'world'}) + >>> list(d.values()) + ['world'] + >>> key, = d.keys() + >>> key in ['heLlo', 'Hello'] + True + >>> del d['HELLO'] + >>> d + {} + + get should work + + >>> d['Sumthin'] = 'else' + >>> d.get('SUMTHIN') + 'else' + >>> d.get('OTHER', 'thing') + 'thing' + >>> del d['sumthin'] + + setdefault should also work + + >>> d['This'] = 'that' + >>> print(d.setdefault('this', 'other')) + that + >>> len(d) + 1 + >>> print(d['this']) + that + >>> print(d.setdefault('That', 'other')) + other + >>> print(d['THAT']) + other + + Make it pop! + + >>> print(d.pop('THAT')) + other + + To retrieve the key in its originally-supplied form, use matching_key_for + + >>> print(d.matching_key_for('this')) + This + + >>> d.matching_key_for('missing') + Traceback (most recent call last): + ... + KeyError: 'missing' + """ + + @staticmethod + def transform_key(key): + return jaraco.text.FoldedCase(key) + + +class DictAdapter: + """ + Provide a getitem interface for attributes of an object. + + Let's say you want to get at the string.lowercase property in a formatted + string. It's easy with DictAdapter. + + >>> import string + >>> print("lowercase is %(ascii_lowercase)s" % DictAdapter(string)) + lowercase is abcdefghijklmnopqrstuvwxyz + """ + + def __init__(self, wrapped_ob): + self.object = wrapped_ob + + def __getitem__(self, name): + return getattr(self.object, name) + + +class ItemsAsAttributes: + """ + Mix-in class to enable a mapping object to provide items as + attributes. + + >>> C = type('C', (dict, ItemsAsAttributes), dict()) + >>> i = C() + >>> i['foo'] = 'bar' + >>> i.foo + 'bar' + + Natural attribute access takes precedence + + >>> i.foo = 'henry' + >>> i.foo + 'henry' + + But as you might expect, the mapping functionality is preserved. + + >>> i['foo'] + 'bar' + + A normal attribute error should be raised if an attribute is + requested that doesn't exist. + + >>> i.missing + Traceback (most recent call last): + ... + AttributeError: 'C' object has no attribute 'missing' + + It also works on dicts that customize __getitem__ + + >>> missing_func = lambda self, key: 'missing item' + >>> C = type( + ... 'C', + ... (dict, ItemsAsAttributes), + ... dict(__missing__ = missing_func), + ... ) + >>> i = C() + >>> i.missing + 'missing item' + >>> i.foo + 'missing item' + """ + + def __getattr__(self, key): + try: + return getattr(super(), key) + except AttributeError as e: + # attempt to get the value from the mapping (return self[key]) + # but be careful not to lose the original exception context. + noval = object() + + def _safe_getitem(cont, key, missing_result): + try: + return cont[key] + except KeyError: + return missing_result + + result = _safe_getitem(self, key, noval) + if result is not noval: + return result + # raise the original exception, but use the original class + # name, not 'super'. + (message,) = e.args + message = message.replace('super', self.__class__.__name__, 1) + e.args = (message,) + raise + + +def invert_map(map): + """ + Given a dictionary, return another dictionary with keys and values + switched. If any of the values resolve to the same key, raises + a ValueError. + + >>> numbers = dict(a=1, b=2, c=3) + >>> letters = invert_map(numbers) + >>> letters[1] + 'a' + >>> numbers['d'] = 3 + >>> invert_map(numbers) + Traceback (most recent call last): + ... + ValueError: Key conflict in inverted mapping + """ + res = dict((v, k) for k, v in map.items()) + if not len(res) == len(map): + raise ValueError('Key conflict in inverted mapping') + return res + + +class IdentityOverrideMap(dict): + """ + A dictionary that by default maps each key to itself, but otherwise + acts like a normal dictionary. + + >>> d = IdentityOverrideMap() + >>> d[42] + 42 + >>> d['speed'] = 'speedo' + >>> print(d['speed']) + speedo + """ + + def __missing__(self, key): + return key + + +class DictStack(list, collections.abc.MutableMapping): + """ + A stack of dictionaries that behaves as a view on those dictionaries, + giving preference to the last. + + >>> stack = DictStack([dict(a=1, c=2), dict(b=2, a=2)]) + >>> stack['a'] + 2 + >>> stack['b'] + 2 + >>> stack['c'] + 2 + >>> len(stack) + 3 + >>> stack.push(dict(a=3)) + >>> stack['a'] + 3 + >>> stack['a'] = 4 + >>> set(stack.keys()) == set(['a', 'b', 'c']) + True + >>> set(stack.items()) == set([('a', 4), ('b', 2), ('c', 2)]) + True + >>> dict(**stack) == dict(stack) == dict(a=4, c=2, b=2) + True + >>> d = stack.pop() + >>> stack['a'] + 2 + >>> d = stack.pop() + >>> stack['a'] + 1 + >>> stack.get('b', None) + >>> 'c' in stack + True + >>> del stack['c'] + >>> dict(stack) + {'a': 1} + """ + + def __iter__(self): + dicts = list.__iter__(self) + return iter(set(itertools.chain.from_iterable(c.keys() for c in dicts))) + + def __getitem__(self, key): + for scope in reversed(tuple(list.__iter__(self))): + if key in scope: + return scope[key] + raise KeyError(key) + + push = list.append + + def __contains__(self, other): + return collections.abc.Mapping.__contains__(self, other) + + def __len__(self): + return len(list(iter(self))) + + def __setitem__(self, key, item): + last = list.__getitem__(self, -1) + return last.__setitem__(key, item) + + def __delitem__(self, key): + last = list.__getitem__(self, -1) + return last.__delitem__(key) + + # workaround for mypy confusion + def pop(self, *args, **kwargs): + return list.pop(self, *args, **kwargs) + + +class BijectiveMap(dict): + """ + A Bijective Map (two-way mapping). + + Implemented as a simple dictionary of 2x the size, mapping values back + to keys. + + Note, this implementation may be incomplete. If there's not a test for + your use case below, it's likely to fail, so please test and send pull + requests or patches for additional functionality needed. + + + >>> m = BijectiveMap() + >>> m['a'] = 'b' + >>> m == {'a': 'b', 'b': 'a'} + True + >>> print(m['b']) + a + + >>> m['c'] = 'd' + >>> len(m) + 2 + + Some weird things happen if you map an item to itself or overwrite a + single key of a pair, so it's disallowed. + + >>> m['e'] = 'e' + Traceback (most recent call last): + ValueError: Key cannot map to itself + + >>> m['d'] = 'e' + Traceback (most recent call last): + ValueError: Key/Value pairs may not overlap + + >>> m['e'] = 'd' + Traceback (most recent call last): + ValueError: Key/Value pairs may not overlap + + >>> print(m.pop('d')) + c + + >>> 'c' in m + False + + >>> m = BijectiveMap(dict(a='b')) + >>> len(m) + 1 + >>> print(m['b']) + a + + >>> m = BijectiveMap() + >>> m.update(a='b') + >>> m['b'] + 'a' + + >>> del m['b'] + >>> len(m) + 0 + >>> 'a' in m + False + """ + + def __init__(self, *args, **kwargs): + super().__init__() + self.update(*args, **kwargs) + + def __setitem__(self, item, value): + if item == value: + raise ValueError("Key cannot map to itself") + overlap = ( + item in self + and self[item] != value + or value in self + and self[value] != item + ) + if overlap: + raise ValueError("Key/Value pairs may not overlap") + super().__setitem__(item, value) + super().__setitem__(value, item) + + def __delitem__(self, item): + self.pop(item) + + def __len__(self): + return super().__len__() // 2 + + def pop(self, key, *args, **kwargs): + mirror = self[key] + super().__delitem__(mirror) + return super().pop(key, *args, **kwargs) + + def update(self, *args, **kwargs): + # build a dictionary using the default constructs + d = dict(*args, **kwargs) + # build this dictionary using transformed keys. + for item in d.items(): + self.__setitem__(*item) + + +class FrozenDict(collections.abc.Mapping, collections.abc.Hashable): + """ + An immutable mapping. + + >>> a = FrozenDict(a=1, b=2) + >>> b = FrozenDict(a=1, b=2) + >>> a == b + True + + >>> a == dict(a=1, b=2) + True + >>> dict(a=1, b=2) == a + True + >>> 'a' in a + True + >>> type(hash(a)) is type(0) + True + >>> set(iter(a)) == {'a', 'b'} + True + >>> len(a) + 2 + >>> a['a'] == a.get('a') == 1 + True + + >>> a['c'] = 3 + Traceback (most recent call last): + ... + TypeError: 'FrozenDict' object does not support item assignment + + >>> a.update(y=3) + Traceback (most recent call last): + ... + AttributeError: 'FrozenDict' object has no attribute 'update' + + Copies should compare equal + + >>> copy.copy(a) == a + True + + Copies should be the same type + + >>> isinstance(copy.copy(a), FrozenDict) + True + + FrozenDict supplies .copy(), even though + collections.abc.Mapping doesn't demand it. + + >>> a.copy() == a + True + >>> a.copy() is not a + True + """ + + __slots__ = ['__data'] + + def __new__(cls, *args, **kwargs): + self = super().__new__(cls) + self.__data = dict(*args, **kwargs) + return self + + # Container + def __contains__(self, key): + return key in self.__data + + # Hashable + def __hash__(self): + return hash(tuple(sorted(self.__data.items()))) + + # Mapping + def __iter__(self): + return iter(self.__data) + + def __len__(self): + return len(self.__data) + + def __getitem__(self, key): + return self.__data[key] + + # override get for efficiency provided by dict + def get(self, *args, **kwargs): + return self.__data.get(*args, **kwargs) + + # override eq to recognize underlying implementation + def __eq__(self, other): + if isinstance(other, FrozenDict): + other = other.__data + return self.__data.__eq__(other) + + def copy(self): + "Return a shallow copy of self" + return copy.copy(self) + + +class Enumeration(ItemsAsAttributes, BijectiveMap): + """ + A convenient way to provide enumerated values + + >>> e = Enumeration('a b c') + >>> e['a'] + 0 + + >>> e.a + 0 + + >>> e[1] + 'b' + + >>> set(e.names) == set('abc') + True + + >>> set(e.codes) == set(range(3)) + True + + >>> e.get('d') is None + True + + Codes need not start with 0 + + >>> e = Enumeration('a b c', range(1, 4)) + >>> e['a'] + 1 + + >>> e[3] + 'c' + """ + + def __init__(self, names, codes=None): + if isinstance(names, str): + names = names.split() + if codes is None: + codes = itertools.count() + super().__init__(zip(names, codes)) + + @property + def names(self): + return (key for key in self if isinstance(key, str)) + + @property + def codes(self): + return (self[name] for name in self.names) + + +class Everything: + """ + A collection "containing" every possible thing. + + >>> 'foo' in Everything() + True + + >>> import random + >>> random.randint(1, 999) in Everything() + True + + >>> random.choice([None, 'foo', 42, ('a', 'b', 'c')]) in Everything() + True + """ + + def __contains__(self, other): + return True + + +class InstrumentedDict(collections.UserDict): + """ + Instrument an existing dictionary with additional + functionality, but always reference and mutate + the original dictionary. + + >>> orig = {'a': 1, 'b': 2} + >>> inst = InstrumentedDict(orig) + >>> inst['a'] + 1 + >>> inst['c'] = 3 + >>> orig['c'] + 3 + >>> inst.keys() == orig.keys() + True + """ + + def __init__(self, data): + super().__init__() + self.data = data + + +class Least: + """ + A value that is always lesser than any other + + >>> least = Least() + >>> 3 < least + False + >>> 3 > least + True + >>> least < 3 + True + >>> least <= 3 + True + >>> least > 3 + False + >>> 'x' > least + True + >>> None > least + True + """ + + def __le__(self, other): + return True + + __lt__ = __le__ + + def __ge__(self, other): + return False + + __gt__ = __ge__ + + +class Greatest: + """ + A value that is always greater than any other + + >>> greatest = Greatest() + >>> 3 < greatest + True + >>> 3 > greatest + False + >>> greatest < 3 + False + >>> greatest > 3 + True + >>> greatest >= 3 + True + >>> 'x' > greatest + False + >>> None > greatest + False + """ + + def __ge__(self, other): + return True + + __gt__ = __ge__ + + def __le__(self, other): + return False + + __lt__ = __le__ + + +def pop_all(items): + """ + Clear items in place and return a copy of items. + + >>> items = [1, 2, 3] + >>> popped = pop_all(items) + >>> popped is items + False + >>> popped + [1, 2, 3] + >>> items + [] + """ + result, items[:] = items[:], [] + return result + + +class FreezableDefaultDict(collections.defaultdict): + """ + Often it is desirable to prevent the mutation of + a default dict after its initial construction, such + as to prevent mutation during iteration. + + >>> dd = FreezableDefaultDict(list) + >>> dd[0].append('1') + >>> dd.freeze() + >>> dd[1] + [] + >>> len(dd) + 1 + """ + + def __missing__(self, key): + return getattr(self, '_frozen', super().__missing__)(key) + + def freeze(self): + self._frozen = lambda key: self.default_factory() + + +class Accumulator: + def __init__(self, initial=0): + self.val = initial + + def __call__(self, val): + self.val += val + return self.val + + +class WeightedLookup(RangeMap): + """ + Given parameters suitable for a dict representing keys + and a weighted proportion, return a RangeMap representing + spans of values proportial to the weights: + + >>> even = WeightedLookup(a=1, b=1) + + [0, 1) -> a + [1, 2) -> b + + >>> lk = WeightedLookup(a=1, b=2) + + [0, 1) -> a + [1, 3) -> b + + >>> lk[.5] + 'a' + >>> lk[1.5] + 'b' + + Adds ``.random()`` to select a random weighted value: + + >>> lk.random() in ['a', 'b'] + True + + >>> choices = [lk.random() for x in range(1000)] + + Statistically speaking, choices should be .5 a:b + >>> ratio = choices.count('a') / choices.count('b') + >>> .4 < ratio < .6 + True + """ + + def __init__(self, *args, **kwargs): + raw = dict(*args, **kwargs) + + # allocate keys by weight + indexes = map(Accumulator(), raw.values()) + super().__init__(zip(indexes, raw.keys()), key_match_comparator=operator.lt) + + def random(self): + lower, upper = self.bounds() + selector = random.random() * upper + return self[selector] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dfbf64ad7ec37857ee064badb9e19c6ce1806b5 GIT binary patch literal 39829 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 z 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 Iterator[str | os.PathLike]: + """ + >>> tmp_path = getfixture('tmp_path') + >>> with pushd(tmp_path): + ... assert os.getcwd() == os.fspath(tmp_path) + >>> assert os.getcwd() != os.fspath(tmp_path) + """ + + orig = os.getcwd() + os.chdir(dir) + try: + yield dir + finally: + os.chdir(orig) + + +@contextlib.contextmanager +def tarball( + url, target_dir: str | os.PathLike | None = None +) -> Iterator[str | os.PathLike]: + """ + Get a tarball, extract it, yield, then clean up. + + >>> import urllib.request + >>> url = getfixture('tarfile_served') + >>> target = getfixture('tmp_path') / 'out' + >>> tb = tarball(url, target_dir=target) + >>> import pathlib + >>> with tb as extracted: + ... contents = pathlib.Path(extracted, 'contents.txt').read_text(encoding='utf-8') + >>> assert not os.path.exists(extracted) + """ + if target_dir is None: + target_dir = os.path.basename(url).replace('.tar.gz', '').replace('.tgz', '') + # In the tar command, use --strip-components=1 to strip the first path and + # then + # use -C to cause the files to be extracted to {target_dir}. This ensures + # that we always know where the files were extracted. + os.mkdir(target_dir) + try: + req = urllib.request.urlopen(url) + with tarfile.open(fileobj=req, mode='r|*') as tf: + tf.extractall(path=target_dir, filter=strip_first_component) + yield target_dir + finally: + shutil.rmtree(target_dir) + + +def strip_first_component( + member: tarfile.TarInfo, + path, +) -> tarfile.TarInfo: + _, member.name = member.name.split('/', 1) + return member + + +def _compose(*cmgrs): + """ + Compose any number of dependent context managers into a single one. + + The last, innermost context manager may take arbitrary arguments, but + each successive context manager should accept the result from the + previous as a single parameter. + + Like :func:`jaraco.functools.compose`, behavior works from right to + left, so the context manager should be indicated from outermost to + innermost. + + Example, to create a context manager to change to a temporary + directory: + + >>> temp_dir_as_cwd = _compose(pushd, temp_dir) + >>> with temp_dir_as_cwd() as dir: + ... assert os.path.samefile(os.getcwd(), dir) + """ + + def compose_two(inner, outer): + def composed(*args, **kwargs): + with inner(*args, **kwargs) as saved, outer(saved) as res: + yield res + + return contextlib.contextmanager(composed) + + return functools.reduce(compose_two, reversed(cmgrs)) + + +tarball_cwd = _compose(pushd, tarball) + + +@contextlib.contextmanager +def tarball_context(*args, **kwargs): + warnings.warn( + "tarball_context is deprecated. Use tarball or tarball_cwd instead.", + DeprecationWarning, + stacklevel=2, + ) + pushd_ctx = kwargs.pop('pushd', pushd) + with tarball(*args, **kwargs) as tball, pushd_ctx(tball) as dir: + yield dir + + +def infer_compression(url): + """ + Given a URL or filename, infer the compression code for tar. + + >>> infer_compression('http://foo/bar.tar.gz') + 'z' + >>> infer_compression('http://foo/bar.tgz') + 'z' + >>> infer_compression('file.bz') + 'j' + >>> infer_compression('file.xz') + 'J' + """ + warnings.warn( + "infer_compression is deprecated with no replacement", + DeprecationWarning, + stacklevel=2, + ) + # cheat and just assume it's the last two characters + compression_indicator = url[-2:] + mapping = dict(gz='z', bz='j', xz='J') + # Assume 'z' (gzip) if no match + return mapping.get(compression_indicator, 'z') + + +@contextlib.contextmanager +def temp_dir(remover=shutil.rmtree): + """ + Create a temporary directory context. Pass a custom remover + to override the removal behavior. + + >>> import pathlib + >>> with temp_dir() as the_dir: + ... assert os.path.isdir(the_dir) + ... _ = pathlib.Path(the_dir).joinpath('somefile').write_text('contents', encoding='utf-8') + >>> assert not os.path.exists(the_dir) + """ + temp_dir = tempfile.mkdtemp() + try: + yield temp_dir + finally: + remover(temp_dir) + + +@contextlib.contextmanager +def repo_context(url, branch=None, quiet=True, dest_ctx=temp_dir): + """ + Check out the repo indicated by url. + + If dest_ctx is supplied, it should be a context manager + to yield the target directory for the check out. + """ + exe = 'git' if 'git' in url else 'hg' + with dest_ctx() as repo_dir: + cmd = [exe, 'clone', url, repo_dir] + if branch: + cmd.extend(['--branch', branch]) + devnull = open(os.path.devnull, 'w') + stdout = devnull if quiet else None + subprocess.check_call(cmd, stdout=stdout) + yield repo_dir + + +def null(): + """ + A null context suitable to stand in for a meaningful context. + + >>> with null() as value: + ... assert value is None + + This context is most useful when dealing with two or more code + branches but only some need a context. Wrap the others in a null + context to provide symmetry across all options. + """ + warnings.warn( + "null is deprecated. Use contextlib.nullcontext", + DeprecationWarning, + stacklevel=2, + ) + return contextlib.nullcontext() + + +class ExceptionTrap: + """ + A context manager that will catch certain exceptions and provide an + indication they occurred. + + >>> with ExceptionTrap() as trap: + ... raise Exception() + >>> bool(trap) + True + + >>> with ExceptionTrap() as trap: + ... pass + >>> bool(trap) + False + + >>> with ExceptionTrap(ValueError) as trap: + ... raise ValueError("1 + 1 is not 3") + >>> bool(trap) + True + >>> trap.value + ValueError('1 + 1 is not 3') + >>> trap.tb + + + >>> with ExceptionTrap(ValueError) as trap: + ... raise Exception() + Traceback (most recent call last): + ... + Exception + + >>> bool(trap) + False + """ + + exc_info = None, None, None + + def __init__(self, exceptions=(Exception,)): + self.exceptions = exceptions + + def __enter__(self): + return self + + @property + def type(self): + return self.exc_info[0] + + @property + def value(self): + return self.exc_info[1] + + @property + def tb(self): + return self.exc_info[2] + + def __exit__(self, *exc_info): + type = exc_info[0] + matches = type and issubclass(type, self.exceptions) + if matches: + self.exc_info = exc_info + return matches + + def __bool__(self): + return bool(self.type) + + def raises(self, func, *, _test=bool): + """ + Wrap func and replace the result with the truth + value of the trap (True if an exception occurred). + + First, give the decorator an alias to support Python 3.8 + Syntax. + + >>> raises = ExceptionTrap(ValueError).raises + + Now decorate a function that always fails. + + >>> @raises + ... def fail(): + ... raise ValueError('failed') + >>> fail() + True + """ + + @functools.wraps(func) + def wrapper(*args, **kwargs): + with ExceptionTrap(self.exceptions) as trap: + func(*args, **kwargs) + return _test(trap) + + return wrapper + + def passes(self, func): + """ + Wrap func and replace the result with the truth + value of the trap (True if no exception). + + First, give the decorator an alias to support Python 3.8 + Syntax. + + >>> passes = ExceptionTrap(ValueError).passes + + Now decorate a function that always fails. + + >>> @passes + ... def fail(): + ... raise ValueError('failed') + + >>> fail() + False + """ + return self.raises(func, _test=operator.not_) + + +class suppress(contextlib.suppress, contextlib.ContextDecorator): + """ + A version of contextlib.suppress with decorator support. + + >>> @suppress(KeyError) + ... def key_error(): + ... {}[''] + >>> key_error() + """ + + +class on_interrupt(contextlib.ContextDecorator): + """ + Replace a KeyboardInterrupt with SystemExit(1) + + >>> def do_interrupt(): + ... raise KeyboardInterrupt() + >>> on_interrupt('error')(do_interrupt)() + Traceback (most recent call last): + ... + SystemExit: 1 + >>> on_interrupt('error', code=255)(do_interrupt)() + Traceback (most recent call last): + ... + SystemExit: 255 + >>> on_interrupt('suppress')(do_interrupt)() + >>> with __import__('pytest').raises(KeyboardInterrupt): + ... on_interrupt('ignore')(do_interrupt)() + """ + + def __init__(self, action='error', /, code=1): + self.action = action + self.code = code + + def __enter__(self): + return self + + def __exit__(self, exctype, excinst, exctb): + if exctype is not KeyboardInterrupt or self.action == 'ignore': + return + elif self.action == 'error': + raise SystemExit(self.code) from excinst + return self.action == 'suppress' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py new file mode 100644 index 0000000..ca6c22f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py @@ -0,0 +1,633 @@ +import collections.abc +import functools +import inspect +import itertools +import operator +import time +import types +import warnings + +import more_itertools + + +def compose(*funcs): + """ + Compose any number of unary functions into a single unary function. + + >>> import textwrap + >>> expected = str.strip(textwrap.dedent(compose.__doc__)) + >>> strip_and_dedent = compose(str.strip, textwrap.dedent) + >>> strip_and_dedent(compose.__doc__) == expected + True + + Compose also allows the innermost function to take arbitrary arguments. + + >>> round_three = lambda x: round(x, ndigits=3) + >>> f = compose(round_three, int.__truediv__) + >>> [f(3*x, x+1) for x in range(1,10)] + [1.5, 2.0, 2.25, 2.4, 2.5, 2.571, 2.625, 2.667, 2.7] + """ + + def compose_two(f1, f2): + return lambda *args, **kwargs: f1(f2(*args, **kwargs)) + + return functools.reduce(compose_two, funcs) + + +def once(func): + """ + Decorate func so it's only ever called the first time. + + This decorator can ensure that an expensive or non-idempotent function + will not be expensive on subsequent calls and is idempotent. + + >>> add_three = once(lambda a: a+3) + >>> add_three(3) + 6 + >>> add_three(9) + 6 + >>> add_three('12') + 6 + + To reset the stored value, simply clear the property ``saved_result``. + + >>> del add_three.saved_result + >>> add_three(9) + 12 + >>> add_three(8) + 12 + + Or invoke 'reset()' on it. + + >>> add_three.reset() + >>> add_three(-3) + 0 + >>> add_three(0) + 0 + """ + + @functools.wraps(func) + def wrapper(*args, **kwargs): + if not hasattr(wrapper, 'saved_result'): + wrapper.saved_result = func(*args, **kwargs) + return wrapper.saved_result + + wrapper.reset = lambda: vars(wrapper).__delitem__('saved_result') + return wrapper + + +def method_cache(method, cache_wrapper=functools.lru_cache()): + """ + Wrap lru_cache to support storing the cache data in the object instances. + + Abstracts the common paradigm where the method explicitly saves an + underscore-prefixed protected property on first call and returns that + subsequently. + + >>> class MyClass: + ... calls = 0 + ... + ... @method_cache + ... def method(self, value): + ... self.calls += 1 + ... return value + + >>> a = MyClass() + >>> a.method(3) + 3 + >>> for x in range(75): + ... res = a.method(x) + >>> a.calls + 75 + + Note that the apparent behavior will be exactly like that of lru_cache + except that the cache is stored on each instance, so values in one + instance will not flush values from another, and when an instance is + deleted, so are the cached values for that instance. + + >>> b = MyClass() + >>> for x in range(35): + ... res = b.method(x) + >>> b.calls + 35 + >>> a.method(0) + 0 + >>> a.calls + 75 + + Note that if method had been decorated with ``functools.lru_cache()``, + a.calls would have been 76 (due to the cached value of 0 having been + flushed by the 'b' instance). + + Clear the cache with ``.cache_clear()`` + + >>> a.method.cache_clear() + + Same for a method that hasn't yet been called. + + >>> c = MyClass() + >>> c.method.cache_clear() + + Another cache wrapper may be supplied: + + >>> cache = functools.lru_cache(maxsize=2) + >>> MyClass.method2 = method_cache(lambda self: 3, cache_wrapper=cache) + >>> a = MyClass() + >>> a.method2() + 3 + + Caution - do not subsequently wrap the method with another decorator, such + as ``@property``, which changes the semantics of the function. + + See also + http://code.activestate.com/recipes/577452-a-memoize-decorator-for-instance-methods/ + for another implementation and additional justification. + """ + + def wrapper(self, *args, **kwargs): + # it's the first call, replace the method with a cached, bound method + bound_method = types.MethodType(method, self) + cached_method = cache_wrapper(bound_method) + setattr(self, method.__name__, cached_method) + return cached_method(*args, **kwargs) + + # Support cache clear even before cache has been created. + wrapper.cache_clear = lambda: None + + return _special_method_cache(method, cache_wrapper) or wrapper + + +def _special_method_cache(method, cache_wrapper): + """ + Because Python treats special methods differently, it's not + possible to use instance attributes to implement the cached + methods. + + Instead, install the wrapper method under a different name + and return a simple proxy to that wrapper. + + https://github.com/jaraco/jaraco.functools/issues/5 + """ + name = method.__name__ + special_names = '__getattr__', '__getitem__' + + if name not in special_names: + return None + + wrapper_name = '__cached' + name + + def proxy(self, /, *args, **kwargs): + if wrapper_name not in vars(self): + bound = types.MethodType(method, self) + cache = cache_wrapper(bound) + setattr(self, wrapper_name, cache) + else: + cache = getattr(self, wrapper_name) + return cache(*args, **kwargs) + + return proxy + + +def apply(transform): + """ + Decorate a function with a transform function that is + invoked on results returned from the decorated function. + + >>> @apply(reversed) + ... def get_numbers(start): + ... "doc for get_numbers" + ... return range(start, start+3) + >>> list(get_numbers(4)) + [6, 5, 4] + >>> get_numbers.__doc__ + 'doc for get_numbers' + """ + + def wrap(func): + return functools.wraps(func)(compose(transform, func)) + + return wrap + + +def result_invoke(action): + r""" + Decorate a function with an action function that is + invoked on the results returned from the decorated + function (for its side effect), then return the original + result. + + >>> @result_invoke(print) + ... def add_two(a, b): + ... return a + b + >>> x = add_two(2, 3) + 5 + >>> x + 5 + """ + + def wrap(func): + @functools.wraps(func) + def wrapper(*args, **kwargs): + result = func(*args, **kwargs) + action(result) + return result + + return wrapper + + return wrap + + +def invoke(f, /, *args, **kwargs): + """ + Call a function for its side effect after initialization. + + The benefit of using the decorator instead of simply invoking a function + after defining it is that it makes explicit the author's intent for the + function to be called immediately. Whereas if one simply calls the + function immediately, it's less obvious if that was intentional or + incidental. It also avoids repeating the name - the two actions, defining + the function and calling it immediately are modeled separately, but linked + by the decorator construct. + + The benefit of having a function construct (opposed to just invoking some + behavior inline) is to serve as a scope in which the behavior occurs. It + avoids polluting the global namespace with local variables, provides an + anchor on which to attach documentation (docstring), keeps the behavior + logically separated (instead of conceptually separated or not separated at + all), and provides potential to re-use the behavior for testing or other + purposes. + + This function is named as a pithy way to communicate, "call this function + primarily for its side effect", or "while defining this function, also + take it aside and call it". It exists because there's no Python construct + for "define and call" (nor should there be, as decorators serve this need + just fine). The behavior happens immediately and synchronously. + + >>> @invoke + ... def func(): print("called") + called + >>> func() + called + + Use functools.partial to pass parameters to the initial call + + >>> @functools.partial(invoke, name='bingo') + ... def func(name): print('called with', name) + called with bingo + """ + f(*args, **kwargs) + return f + + +class Throttler: + """Rate-limit a function (or other callable).""" + + def __init__(self, func, max_rate=float('Inf')): + if isinstance(func, Throttler): + func = func.func + self.func = func + self.max_rate = max_rate + self.reset() + + def reset(self): + self.last_called = 0 + + def __call__(self, *args, **kwargs): + self._wait() + return self.func(*args, **kwargs) + + def _wait(self): + """Ensure at least 1/max_rate seconds from last call.""" + elapsed = time.time() - self.last_called + must_wait = 1 / self.max_rate - elapsed + time.sleep(max(0, must_wait)) + self.last_called = time.time() + + def __get__(self, obj, owner=None): + return first_invoke(self._wait, functools.partial(self.func, obj)) + + +def first_invoke(func1, func2): + """ + Return a function that when invoked will invoke func1 without + any parameters (for its side effect) and then invoke func2 + with whatever parameters were passed, returning its result. + """ + + def wrapper(*args, **kwargs): + func1() + return func2(*args, **kwargs) + + return wrapper + + +method_caller = first_invoke( + lambda: warnings.warn( + '`jaraco.functools.method_caller` is deprecated, ' + 'use `operator.methodcaller` instead', + DeprecationWarning, + stacklevel=3, + ), + operator.methodcaller, +) + + +def retry_call(func, cleanup=lambda: None, retries=0, trap=()): + """ + Given a callable func, trap the indicated exceptions + for up to 'retries' times, invoking cleanup on the + exception. On the final attempt, allow any exceptions + to propagate. + """ + attempts = itertools.count() if retries == float('inf') else range(retries) + for _ in attempts: + try: + return func() + except trap: + cleanup() + + return func() + + +def retry(*r_args, **r_kwargs): + """ + Decorator wrapper for retry_call. Accepts arguments to retry_call + except func and then returns a decorator for the decorated function. + + Ex: + + >>> @retry(retries=3) + ... def my_func(a, b): + ... "this is my funk" + ... print(a, b) + >>> my_func.__doc__ + 'this is my funk' + """ + + def decorate(func): + @functools.wraps(func) + def wrapper(*f_args, **f_kwargs): + bound = functools.partial(func, *f_args, **f_kwargs) + return retry_call(bound, *r_args, **r_kwargs) + + return wrapper + + return decorate + + +def print_yielded(func): + """ + Convert a generator into a function that prints all yielded elements. + + >>> @print_yielded + ... def x(): + ... yield 3; yield None + >>> x() + 3 + None + """ + print_all = functools.partial(map, print) + print_results = compose(more_itertools.consume, print_all, func) + return functools.wraps(func)(print_results) + + +def pass_none(func): + """ + Wrap func so it's not called if its first param is None. + + >>> print_text = pass_none(print) + >>> print_text('text') + text + >>> print_text(None) + """ + + @functools.wraps(func) + def wrapper(param, /, *args, **kwargs): + if param is not None: + return func(param, *args, **kwargs) + return None + + return wrapper + + +def assign_params(func, namespace): + """ + Assign parameters from namespace where func solicits. + + >>> def func(x, y=3): + ... print(x, y) + >>> assigned = assign_params(func, dict(x=2, z=4)) + >>> assigned() + 2 3 + + The usual errors are raised if a function doesn't receive + its required parameters: + + >>> assigned = assign_params(func, dict(y=3, z=4)) + >>> assigned() + Traceback (most recent call last): + TypeError: func() ...argument... + + It even works on methods: + + >>> class Handler: + ... def meth(self, arg): + ... print(arg) + >>> assign_params(Handler().meth, dict(arg='crystal', foo='clear'))() + crystal + """ + sig = inspect.signature(func) + params = sig.parameters.keys() + call_ns = {k: namespace[k] for k in params if k in namespace} + return functools.partial(func, **call_ns) + + +def save_method_args(method): + """ + Wrap a method such that when it is called, the args and kwargs are + saved on the method. + + >>> class MyClass: + ... @save_method_args + ... def method(self, a, b): + ... print(a, b) + >>> my_ob = MyClass() + >>> my_ob.method(1, 2) + 1 2 + >>> my_ob._saved_method.args + (1, 2) + >>> my_ob._saved_method.kwargs + {} + >>> my_ob.method(a=3, b='foo') + 3 foo + >>> my_ob._saved_method.args + () + >>> my_ob._saved_method.kwargs == dict(a=3, b='foo') + True + + The arguments are stored on the instance, allowing for + different instance to save different args. + + >>> your_ob = MyClass() + >>> your_ob.method({str('x'): 3}, b=[4]) + {'x': 3} [4] + >>> your_ob._saved_method.args + ({'x': 3},) + >>> my_ob._saved_method.args + () + """ + args_and_kwargs = collections.namedtuple('args_and_kwargs', 'args kwargs') + + @functools.wraps(method) + def wrapper(self, /, *args, **kwargs): + attr_name = '_saved_' + method.__name__ + attr = args_and_kwargs(args, kwargs) + setattr(self, attr_name, attr) + return method(self, *args, **kwargs) + + return wrapper + + +def except_(*exceptions, replace=None, use=None): + """ + Replace the indicated exceptions, if raised, with the indicated + literal replacement or evaluated expression (if present). + + >>> safe_int = except_(ValueError)(int) + >>> safe_int('five') + >>> safe_int('5') + 5 + + Specify a literal replacement with ``replace``. + + >>> safe_int_r = except_(ValueError, replace=0)(int) + >>> safe_int_r('five') + 0 + + Provide an expression to ``use`` to pass through particular parameters. + + >>> safe_int_pt = except_(ValueError, use='args[0]')(int) + >>> safe_int_pt('five') + 'five' + + """ + + def decorate(func): + @functools.wraps(func) + def wrapper(*args, **kwargs): + try: + return func(*args, **kwargs) + except exceptions: + try: + return eval(use) + except TypeError: + return replace + + return wrapper + + return decorate + + +def identity(x): + """ + Return the argument. + + >>> o = object() + >>> identity(o) is o + True + """ + return x + + +def bypass_when(check, *, _op=identity): + """ + Decorate a function to return its parameter when ``check``. + + >>> bypassed = [] # False + + >>> @bypass_when(bypassed) + ... def double(x): + ... return x * 2 + >>> double(2) + 4 + >>> bypassed[:] = [object()] # True + >>> double(2) + 2 + """ + + def decorate(func): + @functools.wraps(func) + def wrapper(param, /): + return param if _op(check) else func(param) + + return wrapper + + return decorate + + +def bypass_unless(check): + """ + Decorate a function to return its parameter unless ``check``. + + >>> enabled = [object()] # True + + >>> @bypass_unless(enabled) + ... def double(x): + ... return x * 2 + >>> double(2) + 4 + >>> del enabled[:] # False + >>> double(2) + 2 + """ + return bypass_when(check, _op=operator.not_) + + +@functools.singledispatch +def _splat_inner(args, func): + """Splat args to func.""" + return func(*args) + + +@_splat_inner.register +def _(args: collections.abc.Mapping, func): + """Splat kargs to func as kwargs.""" + return func(**args) + + +def splat(func): + """ + Wrap func to expect its parameters to be passed positionally in a tuple. + + Has a similar effect to that of ``itertools.starmap`` over + simple ``map``. + + >>> pairs = [(-1, 1), (0, 2)] + >>> more_itertools.consume(itertools.starmap(print, pairs)) + -1 1 + 0 2 + >>> more_itertools.consume(map(splat(print), pairs)) + -1 1 + 0 2 + + The approach generalizes to other iterators that don't have a "star" + equivalent, such as a "starfilter". + + >>> list(filter(splat(operator.add), pairs)) + [(0, 2)] + + Splat also accepts a mapping argument. + + >>> def is_nice(msg, code): + ... return "smile" in msg or code == 0 + >>> msgs = [ + ... dict(msg='smile!', code=20), + ... dict(msg='error :(', code=1), + ... dict(msg='unknown', code=0), + ... ] + >>> for msg in filter(splat(is_nice), msgs): + ... print(msg) + {'msg': 'smile!', 'code': 20} + {'msg': 'unknown', 'code': 0} + """ + return functools.wraps(func)(functools.partial(_splat_inner, func=func)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi new file mode 100644 index 0000000..19191bf --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi @@ -0,0 +1,125 @@ +from collections.abc import Callable, Hashable, Iterator +from functools import partial +from operator import methodcaller +import sys +from typing import ( + Any, + Generic, + Protocol, + TypeVar, + overload, +) + +if sys.version_info >= (3, 10): + from typing import Concatenate, ParamSpec +else: + from typing_extensions import Concatenate, ParamSpec + +_P = ParamSpec('_P') +_R = TypeVar('_R') +_T = TypeVar('_T') +_R1 = TypeVar('_R1') +_R2 = TypeVar('_R2') +_V = TypeVar('_V') +_S = TypeVar('_S') +_R_co = TypeVar('_R_co', covariant=True) + +class _OnceCallable(Protocol[_P, _R]): + saved_result: _R + reset: Callable[[], None] + def __call__(self, *args: _P.args, **kwargs: _P.kwargs) -> _R: ... + +class _ProxyMethodCacheWrapper(Protocol[_R_co]): + cache_clear: Callable[[], None] + def __call__(self, *args: Hashable, **kwargs: Hashable) -> _R_co: ... + +class _MethodCacheWrapper(Protocol[_R_co]): + def cache_clear(self) -> None: ... + def __call__(self, *args: Hashable, **kwargs: Hashable) -> _R_co: ... + +# `compose()` overloads below will cover most use cases. + +@overload +def compose( + __func1: Callable[[_R], _T], + __func2: Callable[_P, _R], + /, +) -> Callable[_P, _T]: ... +@overload +def compose( + __func1: Callable[[_R], _T], + __func2: Callable[[_R1], _R], + __func3: Callable[_P, _R1], + /, +) -> Callable[_P, _T]: ... +@overload +def compose( + __func1: Callable[[_R], _T], + __func2: Callable[[_R2], _R], + __func3: Callable[[_R1], _R2], + __func4: Callable[_P, _R1], + /, +) -> Callable[_P, _T]: ... +def once(func: Callable[_P, _R]) -> _OnceCallable[_P, _R]: ... +def method_cache( + method: Callable[..., _R], + cache_wrapper: Callable[[Callable[..., _R]], _MethodCacheWrapper[_R]] = ..., +) -> _MethodCacheWrapper[_R] | _ProxyMethodCacheWrapper[_R]: ... +def apply( + transform: Callable[[_R], _T] +) -> Callable[[Callable[_P, _R]], Callable[_P, _T]]: ... +def result_invoke( + action: Callable[[_R], Any] +) -> Callable[[Callable[_P, _R]], Callable[_P, _R]]: ... +def invoke( + f: Callable[_P, _R], /, *args: _P.args, **kwargs: _P.kwargs +) -> Callable[_P, _R]: ... + +class Throttler(Generic[_R]): + last_called: float + func: Callable[..., _R] + max_rate: float + def __init__( + self, func: Callable[..., _R] | Throttler[_R], max_rate: float = ... + ) -> None: ... + def reset(self) -> None: ... + def __call__(self, *args: Any, **kwargs: Any) -> _R: ... + def __get__(self, obj: Any, owner: type[Any] | None = ...) -> Callable[..., _R]: ... + +def first_invoke( + func1: Callable[..., Any], func2: Callable[_P, _R] +) -> Callable[_P, _R]: ... + +method_caller: Callable[..., methodcaller] + +def retry_call( + func: Callable[..., _R], + cleanup: Callable[..., None] = ..., + retries: int | float = ..., + trap: type[BaseException] | tuple[type[BaseException], ...] = ..., +) -> _R: ... +def retry( + cleanup: Callable[..., None] = ..., + retries: int | float = ..., + trap: type[BaseException] | tuple[type[BaseException], ...] = ..., +) -> Callable[[Callable[..., _R]], Callable[..., _R]]: ... +def print_yielded(func: Callable[_P, Iterator[Any]]) -> Callable[_P, None]: ... +def pass_none( + func: Callable[Concatenate[_T, _P], _R] +) -> Callable[Concatenate[_T, _P], _R]: ... +def assign_params( + func: Callable[..., _R], namespace: dict[str, Any] +) -> partial[_R]: ... +def save_method_args( + method: Callable[Concatenate[_S, _P], _R] +) -> Callable[Concatenate[_S, _P], _R]: ... +def except_( + *exceptions: type[BaseException], replace: Any = ..., use: Any = ... +) -> Callable[[Callable[_P, Any]], Callable[_P, Any]]: ... +def identity(x: _T) -> _T: ... +def bypass_when( + check: _V, *, _op: Callable[[_V], Any] = ... +) -> Callable[[Callable[[_T], _R]], Callable[[_T], _T | _R]]: ... +def bypass_unless( + check: Any, +) -> Callable[[Callable[[_T], _R]], Callable[[_T], _T | _R]]: ... diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f4d14a78817a24cde52a6b42d0f0a3f58cf068f9 GIT binary patch literal 22920 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt new file mode 100644 index 0000000..986f944 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt @@ -0,0 +1,2 @@ +Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. +Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus magna felis sollicitudin mauris. Integer in mauris eu nibh euismod gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue, eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas fermentum consequat mi. Donec fermentum. Pellentesque malesuada nulla a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis, neque. Aliquam faucibus, elit ut dictum aliquet, felis nisl adipiscing sapien, sed malesuada diam lacus eget erat. Cras mollis scelerisque nunc. Nullam arcu. Aliquam consequat. Curabitur augue lorem, dapibus quis, laoreet et, pretium ac, nisi. Aenean magna nisl, mollis quis, molestie eu, feugiat in, orci. In hac habitasse platea dictumst. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py new file mode 100644 index 0000000..0fabd0c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py @@ -0,0 +1,624 @@ +import re +import itertools +import textwrap +import functools + +try: + from importlib.resources import files # type: ignore +except ImportError: # pragma: nocover + from importlib_resources import files # type: ignore + +from jaraco.functools import compose, method_cache +from jaraco.context import ExceptionTrap + + +def substitution(old, new): + """ + Return a function that will perform a substitution on a string + """ + return lambda s: s.replace(old, new) + + +def multi_substitution(*substitutions): + """ + Take a sequence of pairs specifying substitutions, and create + a function that performs those substitutions. + + >>> multi_substitution(('foo', 'bar'), ('bar', 'baz'))('foo') + 'baz' + """ + substitutions = itertools.starmap(substitution, substitutions) + # compose function applies last function first, so reverse the + # substitutions to get the expected order. + substitutions = reversed(tuple(substitutions)) + return compose(*substitutions) + + +class FoldedCase(str): + """ + A case insensitive string class; behaves just like str + except compares equal when the only variation is case. + + >>> s = FoldedCase('hello world') + + >>> s == 'Hello World' + True + + >>> 'Hello World' == s + True + + >>> s != 'Hello World' + False + + >>> s.index('O') + 4 + + >>> s.split('O') + ['hell', ' w', 'rld'] + + >>> sorted(map(FoldedCase, ['GAMMA', 'alpha', 'Beta'])) + ['alpha', 'Beta', 'GAMMA'] + + Sequence membership is straightforward. + + >>> "Hello World" in [s] + True + >>> s in ["Hello World"] + True + + Allows testing for set inclusion, but candidate and elements + must both be folded. + + >>> FoldedCase("Hello World") in {s} + True + >>> s in {FoldedCase("Hello World")} + True + + String inclusion works as long as the FoldedCase object + is on the right. + + >>> "hello" in FoldedCase("Hello World") + True + + But not if the FoldedCase object is on the left: + + >>> FoldedCase('hello') in 'Hello World' + False + + In that case, use ``in_``: + + >>> FoldedCase('hello').in_('Hello World') + True + + >>> FoldedCase('hello') > FoldedCase('Hello') + False + + >>> FoldedCase('ß') == FoldedCase('ss') + True + """ + + def __lt__(self, other): + return self.casefold() < other.casefold() + + def __gt__(self, other): + return self.casefold() > other.casefold() + + def __eq__(self, other): + return self.casefold() == other.casefold() + + def __ne__(self, other): + return self.casefold() != other.casefold() + + def __hash__(self): + return hash(self.casefold()) + + def __contains__(self, other): + return super().casefold().__contains__(other.casefold()) + + def in_(self, other): + "Does self appear in other?" + return self in FoldedCase(other) + + # cache casefold since it's likely to be called frequently. + @method_cache + def casefold(self): + return super().casefold() + + def index(self, sub): + return self.casefold().index(sub.casefold()) + + def split(self, splitter=' ', maxsplit=0): + pattern = re.compile(re.escape(splitter), re.I) + return pattern.split(self, maxsplit) + + +# Python 3.8 compatibility +_unicode_trap = ExceptionTrap(UnicodeDecodeError) + + +@_unicode_trap.passes +def is_decodable(value): + r""" + Return True if the supplied value is decodable (using the default + encoding). + + >>> is_decodable(b'\xff') + False + >>> is_decodable(b'\x32') + True + """ + value.decode() + + +def is_binary(value): + r""" + Return True if the value appears to be binary (that is, it's a byte + string and isn't decodable). + + >>> is_binary(b'\xff') + True + >>> is_binary('\xff') + False + """ + return isinstance(value, bytes) and not is_decodable(value) + + +def trim(s): + r""" + Trim something like a docstring to remove the whitespace that + is common due to indentation and formatting. + + >>> trim("\n\tfoo = bar\n\t\tbar = baz\n") + 'foo = bar\n\tbar = baz' + """ + return textwrap.dedent(s).strip() + + +def wrap(s): + """ + Wrap lines of text, retaining existing newlines as + paragraph markers. + + >>> print(wrap(lorem_ipsum)) + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do + eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad + minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. Duis aute irure dolor in + reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla + pariatur. Excepteur sint occaecat cupidatat non proident, sunt in + culpa qui officia deserunt mollit anim id est laborum. + + Curabitur pretium tincidunt lacus. Nulla gravida orci a odio. Nullam + varius, turpis et commodo pharetra, est eros bibendum elit, nec luctus + magna felis sollicitudin mauris. Integer in mauris eu nibh euismod + gravida. Duis ac tellus et risus vulputate vehicula. Donec lobortis + risus a elit. Etiam tempor. Ut ullamcorper, ligula eu tempor congue, + eros est euismod turpis, id tincidunt sapien risus a quam. Maecenas + fermentum consequat mi. Donec fermentum. Pellentesque malesuada nulla + a mi. Duis sapien sem, aliquet nec, commodo eget, consequat quis, + neque. Aliquam faucibus, elit ut dictum aliquet, felis nisl adipiscing + sapien, sed malesuada diam lacus eget erat. Cras mollis scelerisque + nunc. Nullam arcu. Aliquam consequat. Curabitur augue lorem, dapibus + quis, laoreet et, pretium ac, nisi. Aenean magna nisl, mollis quis, + molestie eu, feugiat in, orci. In hac habitasse platea dictumst. + """ + paragraphs = s.splitlines() + wrapped = ('\n'.join(textwrap.wrap(para)) for para in paragraphs) + return '\n\n'.join(wrapped) + + +def unwrap(s): + r""" + Given a multi-line string, return an unwrapped version. + + >>> wrapped = wrap(lorem_ipsum) + >>> wrapped.count('\n') + 20 + >>> unwrapped = unwrap(wrapped) + >>> unwrapped.count('\n') + 1 + >>> print(unwrapped) + Lorem ipsum dolor sit amet, consectetur adipiscing ... + Curabitur pretium tincidunt lacus. Nulla gravida orci ... + + """ + paragraphs = re.split(r'\n\n+', s) + cleaned = (para.replace('\n', ' ') for para in paragraphs) + return '\n'.join(cleaned) + + +lorem_ipsum: str = ( + files(__name__).joinpath('Lorem ipsum.txt').read_text(encoding='utf-8') +) + + +class Splitter: + """object that will split a string with the given arguments for each call + + >>> s = Splitter(',') + >>> s('hello, world, this is your, master calling') + ['hello', ' world', ' this is your', ' master calling'] + """ + + def __init__(self, *args): + self.args = args + + def __call__(self, s): + return s.split(*self.args) + + +def indent(string, prefix=' ' * 4): + """ + >>> indent('foo') + ' foo' + """ + return prefix + string + + +class WordSet(tuple): + """ + Given an identifier, return the words that identifier represents, + whether in camel case, underscore-separated, etc. + + >>> WordSet.parse("camelCase") + ('camel', 'Case') + + >>> WordSet.parse("under_sep") + ('under', 'sep') + + Acronyms should be retained + + >>> WordSet.parse("firstSNL") + ('first', 'SNL') + + >>> WordSet.parse("you_and_I") + ('you', 'and', 'I') + + >>> WordSet.parse("A simple test") + ('A', 'simple', 'test') + + Multiple caps should not interfere with the first cap of another word. + + >>> WordSet.parse("myABCClass") + ('my', 'ABC', 'Class') + + The result is a WordSet, providing access to other forms. + + >>> WordSet.parse("myABCClass").underscore_separated() + 'my_ABC_Class' + + >>> WordSet.parse('a-command').camel_case() + 'ACommand' + + >>> WordSet.parse('someIdentifier').lowered().space_separated() + 'some identifier' + + Slices of the result should return another WordSet. + + >>> WordSet.parse('taken-out-of-context')[1:].underscore_separated() + 'out_of_context' + + >>> WordSet.from_class_name(WordSet()).lowered().space_separated() + 'word set' + + >>> example = WordSet.parse('figured it out') + >>> example.headless_camel_case() + 'figuredItOut' + >>> example.dash_separated() + 'figured-it-out' + + """ + + _pattern = re.compile('([A-Z]?[a-z]+)|([A-Z]+(?![a-z]))') + + def capitalized(self): + return WordSet(word.capitalize() for word in self) + + def lowered(self): + return WordSet(word.lower() for word in self) + + def camel_case(self): + return ''.join(self.capitalized()) + + def headless_camel_case(self): + words = iter(self) + first = next(words).lower() + new_words = itertools.chain((first,), WordSet(words).camel_case()) + return ''.join(new_words) + + def underscore_separated(self): + return '_'.join(self) + + def dash_separated(self): + return '-'.join(self) + + def space_separated(self): + return ' '.join(self) + + def trim_right(self, item): + """ + Remove the item from the end of the set. + + >>> WordSet.parse('foo bar').trim_right('foo') + ('foo', 'bar') + >>> WordSet.parse('foo bar').trim_right('bar') + ('foo',) + >>> WordSet.parse('').trim_right('bar') + () + """ + return self[:-1] if self and self[-1] == item else self + + def trim_left(self, item): + """ + Remove the item from the beginning of the set. + + >>> WordSet.parse('foo bar').trim_left('foo') + ('bar',) + >>> WordSet.parse('foo bar').trim_left('bar') + ('foo', 'bar') + >>> WordSet.parse('').trim_left('bar') + () + """ + return self[1:] if self and self[0] == item else self + + def trim(self, item): + """ + >>> WordSet.parse('foo bar').trim('foo') + ('bar',) + """ + return self.trim_left(item).trim_right(item) + + def __getitem__(self, item): + result = super().__getitem__(item) + if isinstance(item, slice): + result = WordSet(result) + return result + + @classmethod + def parse(cls, identifier): + matches = cls._pattern.finditer(identifier) + return WordSet(match.group(0) for match in matches) + + @classmethod + def from_class_name(cls, subject): + return cls.parse(subject.__class__.__name__) + + +# for backward compatibility +words = WordSet.parse + + +def simple_html_strip(s): + r""" + Remove HTML from the string `s`. + + >>> str(simple_html_strip('')) + '' + + >>> print(simple_html_strip('A stormy day in paradise')) + A stormy day in paradise + + >>> print(simple_html_strip('Somebody tell the truth.')) + Somebody tell the truth. + + >>> print(simple_html_strip('What about
\nmultiple lines?')) + What about + multiple lines? + """ + html_stripper = re.compile('()|(<[^>]*>)|([^<]+)', re.DOTALL) + texts = (match.group(3) or '' for match in html_stripper.finditer(s)) + return ''.join(texts) + + +class SeparatedValues(str): + """ + A string separated by a separator. Overrides __iter__ for getting + the values. + + >>> list(SeparatedValues('a,b,c')) + ['a', 'b', 'c'] + + Whitespace is stripped and empty values are discarded. + + >>> list(SeparatedValues(' a, b , c, ')) + ['a', 'b', 'c'] + """ + + separator = ',' + + def __iter__(self): + parts = self.split(self.separator) + return filter(None, (part.strip() for part in parts)) + + +class Stripper: + r""" + Given a series of lines, find the common prefix and strip it from them. + + >>> lines = [ + ... 'abcdefg\n', + ... 'abc\n', + ... 'abcde\n', + ... ] + >>> res = Stripper.strip_prefix(lines) + >>> res.prefix + 'abc' + >>> list(res.lines) + ['defg\n', '\n', 'de\n'] + + If no prefix is common, nothing should be stripped. + + >>> lines = [ + ... 'abcd\n', + ... '1234\n', + ... ] + >>> res = Stripper.strip_prefix(lines) + >>> res.prefix = '' + >>> list(res.lines) + ['abcd\n', '1234\n'] + """ + + def __init__(self, prefix, lines): + self.prefix = prefix + self.lines = map(self, lines) + + @classmethod + def strip_prefix(cls, lines): + prefix_lines, lines = itertools.tee(lines) + prefix = functools.reduce(cls.common_prefix, prefix_lines) + return cls(prefix, lines) + + def __call__(self, line): + if not self.prefix: + return line + null, prefix, rest = line.partition(self.prefix) + return rest + + @staticmethod + def common_prefix(s1, s2): + """ + Return the common prefix of two lines. + """ + index = min(len(s1), len(s2)) + while s1[:index] != s2[:index]: + index -= 1 + return s1[:index] + + +def remove_prefix(text, prefix): + """ + Remove the prefix from the text if it exists. + + >>> remove_prefix('underwhelming performance', 'underwhelming ') + 'performance' + + >>> remove_prefix('something special', 'sample') + 'something special' + """ + null, prefix, rest = text.rpartition(prefix) + return rest + + +def remove_suffix(text, suffix): + """ + Remove the suffix from the text if it exists. + + >>> remove_suffix('name.git', '.git') + 'name' + + >>> remove_suffix('something special', 'sample') + 'something special' + """ + rest, suffix, null = text.partition(suffix) + return rest + + +def normalize_newlines(text): + r""" + Replace alternate newlines with the canonical newline. + + >>> normalize_newlines('Lorem Ipsum\u2029') + 'Lorem Ipsum\n' + >>> normalize_newlines('Lorem Ipsum\r\n') + 'Lorem Ipsum\n' + >>> normalize_newlines('Lorem Ipsum\x85') + 'Lorem Ipsum\n' + """ + newlines = ['\r\n', '\r', '\n', '\u0085', '\u2028', '\u2029'] + pattern = '|'.join(newlines) + return re.sub(pattern, '\n', text) + + +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 + + +def read_newlines(filename, limit=1024): + r""" + >>> tmp_path = getfixture('tmp_path') + >>> filename = tmp_path / 'out.txt' + >>> _ = filename.write_text('foo\n', newline='', encoding='utf-8') + >>> read_newlines(filename) + '\n' + >>> _ = filename.write_text('foo\r\n', newline='', encoding='utf-8') + >>> read_newlines(filename) + '\r\n' + >>> _ = filename.write_text('foo\r\nbar\nbing\r', newline='', encoding='utf-8') + >>> read_newlines(filename) + ('\r', '\n', '\r\n') + """ + with open(filename, encoding='utf-8') as fp: + fp.read(limit) + return fp.newlines diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..91c16cfeac81ed26113c84b1c139aa1ded8e9a0a GIT binary patch literal 25503 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f951fa8eb101a0fc3eab1ec68cd3f0e38c2b6cf7 GIT binary patch literal 1121 zcmZ`&OHUe66u!e_6vVcsZn`6;ahwQDZIdoUA-?blzF!za2j&6;Gu-jc1pzfNX*VWK zY|{lU-8TM|Zkm`TW|r+AFr_P3y)y$CV|x<5`R&z}-a{q(?GFP;N8A;cFY8VJQHEzlA0VG+;NwKTu;@$OF zaQxs9Vp1#1NZZ>Nbt#+67m7-lt5-9XbV&__gw*ir_RQMG?&kdR%F)Th`gCk|Zeek0 zbRfAiwKbWDk42*O*xo)D2x+x!E`t?eTtu)eOL}?*t^=N_ zt6o2iNF?GXSS;y^NZ=4BRS*`7T)%v@$Vz+Bq4ObaNuV|4tV2NQFW+hebV@5d}q2Q;L`l5~ve%LAjvFX+f)z zJSx2jjl33gnZTeXW{P4C>VghQStAH3x{#{Cl7z5O5V4p+0)bW9Lad=O(WwR4)XV}8 zCHiv;r{MMp@b#TX&!QLM>mKgAi)+#}cpx`R6PDZylr#Y8h)v9_71RQEo8LdLT9jJR zvaf9k18NNKsPA+HmQ@X5;+Ih;lWJ=PQ#!#=REJ~~S|?a8<>r@%xGX{(|H!y9##Vy_ z?=;*RttHmHhKn|ks1K~&3Y#C>G60+78GVnA!#|oyX7O7lW6B*FOH#bK`sZVEvozVuqUi JEHh#?{|g<%8Dsze literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..789998812b1341802bb4bf090432bc58625ef651 GIT binary patch literal 1493 zcmb_czi$&s6rTNIdx?MLxJzl8Gk0#VSR%UwftGi%Q}N_#iO%=g}Y^Y(l1&CI)Uc@Bti z^WanOsR6)eX{cdN!P%w&FM$tyEd;H}s>!BVQEkm35%vR1fo`6BGNViq#N*}U++1T1yRX`p8? z1A|-!Gq4BLZ}&AOqospg%1}|EJxwt$uKPMGE7qW*&}==L!hM7NpuBs=;75gLtFP_p zM^oj3u`v6hkgv}eY)N^~X_M6uLln`doA9kD%bYF7eH0VQY}Q9MMq6QkQDO%;wFB%2 z9mtSxcY_c$=TiR0#)i$J*oz_S+v|1@v2L){_k278&YJ~q}*j8TE?H`!VA-ExE>_;>Ls2ZKngpAo3ePk zOcC_6I&ed@g6G&U4iS}yffoYY71xIGJipe!;C)Azf=*kq`q))aQNr;9?0 zytGMAOe663RWQH!eD`4Yq*^X&;S4c literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..491bd970b777ee10cee45283fc78c28670e65086 GIT binary patch literal 917 zcmZuvziSjh6rQ==OD=awVGu&DT5awYb2}sf3y~w*nIaZ~#UU(nyK|Sl?CvZxbDFb? zAc%iKQlzjID?#utu(I(8;b83y7Iwi{rSi?3n?&)!&imev`QCf;_VdC*6@lD-{jGn9 z5jxREA@(0|_87oE3Q>q-)R}7B!C;r-Qet&1j6&-r>ewYzLJSW|1;M3e<#)iYh1mtd zXoOw+hjwncIIlcXBFZu*0_`cJ48Vf#>;R5^qzXU!UzLH*{zueo;TTj3bg8fKnRmF1 zXjF7MnE%^y!OAQ5UHh^V^jWVi&?S|_~rl?Y)*^ndY8N$X2FnGFf+JEq{*`VDZ zWW6UT=+(9LhU;FiO8vh6w4>(K4VfkknMQB9v$+M-`3!LLp~|bzM5I_8rA!LFhJ5}i zOI|iD&^)M=j1gyR9tV4reR*2*7S5u zGrOsgSA0LE3G;nXgDd8`SO9chxts8C7_+vx2B!Yor3c5Ug)#n$swZgiJ92)`RPlX$ dT1WWi7qqljo1mpJS~{p4p&M^jjuA0@zX4xm)hPe~ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c283a7692d8afa7f833b388c02aa877b53c006a3 GIT binary patch literal 457 zcmY*UJxc>Y5S_hC%m)Us&?bMtD=v!~v=K>dAsDNqS=Q_tlkDAw-Hqn{f&K#h3u2>{ zt-XyABye_$MLHp!mAh&P4$RDZkC}P9kEK!(Y;0Y;wa;vScVrfsKQJ9ya0v_;63_(Z zF<+p_YkCN{&oaF=fFV)=0uQ*?&Ck~7okRD>Wv)16XBYn~j@@{_8iEA546+j^>`#!b z0ZMa%CURhOnkOWpotTgym-;%m=)4JX{J$xb~j*r`l>aazz5D^jdC^TFfM=ZvobAn!9&+Q_!KildQm&7nu1a?I8>0w!9smFU literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2afc56faf1c1d558e221c1a3caace4e988a6858 GIT binary patch literal 457 zcmY*UJx>Bb5S=|hJ|Zy|+VBUw0yZj<#u#b~6R?72vv4b4d$+i|DEANa7wBIwHd@)* z+lYxFIXjI79SI$kyCNY@GBfYJ%*@+;$!0TP;^6wTb!qySCCiBaf!WZ28}PtG9O~dX zUW_B(sXGW*%!~JS0ES4q2pnKeH?>?}bq3vEmz83XnO*;{Sa$C$Gz1~C=_V#tIGG?* zT@)ob4aGpKC`E`*I{_hXGK#5CMIh~itsYRH5fW_@Eoq=Q)r=@D8TF%t(q1Qs(pr%7 zOD1)A2Qzzq-otI-Gkn&PROOo#bM6yP8+px?w!~n}I}O|qbz21ch21@@I-2GCwArIA zrm$jq(APq6g~?" +dvorak = "[]',.pyfgcrl/=aoeuidhtns-;qjkxbmwvz{}\"<>PYFGCRL?+AOEUIDHTNS_:QJKXBMWVZ" + + +to_dvorak = str.maketrans(qwerty, dvorak) +to_qwerty = str.maketrans(dvorak, qwerty) + + +def translate(input, translation): + """ + >>> translate('dvorak', to_dvorak) + 'ekrpat' + >>> translate('qwerty', to_qwerty) + 'x,dokt' + """ + return input.translate(translation) + + +def _translate_stream(stream, translation): + """ + >>> import io + >>> _translate_stream(io.StringIO('foo'), to_dvorak) + urr + """ + print(translate(stream.read(), translation)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py new file mode 100644 index 0000000..e11d1ba --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py @@ -0,0 +1,33 @@ +import autocommand +import inflect + +from more_itertools import always_iterable + +import jaraco.text + + +def report_newlines(filename): + r""" + Report the newlines in the indicated file. + + >>> tmp_path = getfixture('tmp_path') + >>> filename = tmp_path / 'out.txt' + >>> _ = filename.write_text('foo\nbar\n', newline='', encoding='utf-8') + >>> report_newlines(filename) + newline is '\n' + >>> filename = tmp_path / 'out.txt' + >>> _ = filename.write_text('foo\nbar\r\n', newline='', encoding='utf-8') + >>> report_newlines(filename) + newlines are ('\n', '\r\n') + """ + newlines = jaraco.text.read_newlines(filename) + count = len(tuple(always_iterable(newlines))) + engine = inflect.engine() + print( + engine.plural_noun("newline", count), + engine.plural_verb("is", count), + repr(newlines), + ) + + +autocommand.autocommand(__name__)(report_newlines) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py new file mode 100644 index 0000000..761717a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py @@ -0,0 +1,21 @@ +import sys + +import autocommand + +from jaraco.text import Stripper + + +def strip_prefix(): + r""" + Strip any common prefix from stdin. + + >>> import io, pytest + >>> getfixture('monkeypatch').setattr('sys.stdin', io.StringIO('abcdef\nabc123')) + >>> strip_prefix() + def + 123 + """ + sys.stdout.writelines(Stripper.strip_prefix(sys.stdin).lines) + + +autocommand.autocommand(__name__)(strip_prefix) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py new file mode 100644 index 0000000..a6d5da8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py @@ -0,0 +1,6 @@ +import sys + +from . import layouts + + +__name__ == '__main__' and layouts._translate_stream(sys.stdin, layouts.to_dvorak) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py new file mode 100644 index 0000000..abe2728 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py @@ -0,0 +1,6 @@ +import sys + +from . import layouts + + +__name__ == '__main__' and layouts._translate_stream(sys.stdin, layouts.to_qwerty) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE new file mode 100644 index 0000000..0a523be --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE @@ -0,0 +1,19 @@ +Copyright (c) 2012 Erik Rose + +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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA new file mode 100644 index 0000000..fb41b0c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA @@ -0,0 +1,266 @@ +Metadata-Version: 2.1 +Name: more-itertools +Version: 10.3.0 +Summary: More routines for operating on iterables, beyond itertools +Keywords: itertools,iterator,iteration,filter,peek,peekable,chunk,chunked +Author-email: Erik Rose +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: Natural Language :: English +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +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 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries +Project-URL: Homepage, https://github.com/more-itertools/more-itertools + +============== +More Itertools +============== + +.. image:: https://readthedocs.org/projects/more-itertools/badge/?version=latest + :target: https://more-itertools.readthedocs.io/en/stable/ + +Python's ``itertools`` library is a gem - you can compose elegant solutions +for a variety of problems with the functions it provides. In ``more-itertools`` +we collect additional building blocks, recipes, and routines for working with +Python iterables. + ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Grouping | `chunked `_, | +| | `ichunked `_, | +| | `chunked_even `_, | +| | `sliced `_, | +| | `constrained_batches `_, | +| | `distribute `_, | +| | `divide `_, | +| | `split_at `_, | +| | `split_before `_, | +| | `split_after `_, | +| | `split_into `_, | +| | `split_when `_, | +| | `bucket `_, | +| | `unzip `_, | +| | `batched `_, | +| | `grouper `_, | +| | `partition `_, | +| | `transpose `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Lookahead and lookback | `spy `_, | +| | `peekable `_, | +| | `seekable `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Windowing | `windowed `_, | +| | `substrings `_, | +| | `substrings_indexes `_, | +| | `stagger `_, | +| | `windowed_complete `_, | +| | `pairwise `_, | +| | `triplewise `_, | +| | `sliding_window `_, | +| | `subslices `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Augmenting | `count_cycle `_, | +| | `intersperse `_, | +| | `padded `_, | +| | `repeat_each `_, | +| | `mark_ends `_, | +| | `repeat_last `_, | +| | `adjacent `_, | +| | `groupby_transform `_, | +| | `pad_none `_, | +| | `ncycles `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Combining | `collapse `_, | +| | `sort_together `_, | +| | `interleave `_, | +| | `interleave_longest `_, | +| | `interleave_evenly `_, | +| | `zip_offset `_, | +| | `zip_equal `_, | +| | `zip_broadcast `_, | +| | `flatten `_, | +| | `roundrobin `_, | +| | `prepend `_, | +| | `value_chain `_, | +| | `partial_product `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Summarizing | `ilen `_, | +| | `unique_to_each `_, | +| | `sample `_, | +| | `consecutive_groups `_, | +| | `run_length `_, | +| | `map_reduce `_, | +| | `join_mappings `_, | +| | `exactly_n `_, | +| | `is_sorted `_, | +| | `all_equal `_, | +| | `all_unique `_, | +| | `minmax `_, | +| | `first_true `_, | +| | `quantify `_, | +| | `iequals `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Selecting | `islice_extended `_, | +| | `first `_, | +| | `last `_, | +| | `one `_, | +| | `only `_, | +| | `strictly_n `_, | +| | `strip `_, | +| | `lstrip `_, | +| | `rstrip `_, | +| | `filter_except `_, | +| | `map_except `_, | +| | `filter_map `_, | +| | `iter_suppress `_, | +| | `nth_or_last `_, | +| | `unique_in_window `_, | +| | `before_and_after `_, | +| | `nth `_, | +| | `take `_, | +| | `tail `_, | +| | `unique_everseen `_, | +| | `unique_justseen `_, | +| | `unique `_, | +| | `duplicates_everseen `_, | +| | `duplicates_justseen `_, | +| | `classify_unique `_, | +| | `longest_common_prefix `_, | +| | `takewhile_inclusive `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Math | `dft `_, | +| | `idft `_, | +| | `convolve `_, | +| | `dotproduct `_, | +| | `factor `_, | +| | `matmul `_, | +| | `polynomial_from_roots `_, | +| | `polynomial_derivative `_, | +| | `polynomial_eval `_, | +| | `sieve `_, | +| | `sum_of_squares `_, | +| | `totient `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Combinatorics | `distinct_permutations `_, | +| | `distinct_combinations `_, | +| | `circular_shifts `_, | +| | `partitions `_, | +| | `set_partitions `_, | +| | `product_index `_, | +| | `combination_index `_, | +| | `permutation_index `_, | +| | `combination_with_replacement_index `_, | +| | `gray_product `_, | +| | `outer_product `_, | +| | `powerset `_, | +| | `powerset_of_sets `_, | +| | `random_product `_, | +| | `random_permutation `_, | +| | `random_combination `_, | +| | `random_combination_with_replacement `_, | +| | `nth_product `_, | +| | `nth_permutation `_, | +| | `nth_combination `_, | +| | `nth_combination_with_replacement `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Wrapping | `always_iterable `_, | +| | `always_reversible `_, | +| | `countable `_, | +| | `consumer `_, | +| | `with_iter `_, | +| | `iter_except `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| Others | `locate `_, | +| | `rlocate `_, | +| | `replace `_, | +| | `numeric_range `_, | +| | `side_effect `_, | +| | `iterate `_, | +| | `difference `_, | +| | `make_decorator `_, | +| | `SequenceView `_, | +| | `time_limited `_, | +| | `map_if `_, | +| | `iter_index `_, | +| | `consume `_, | +| | `tabulate `_, | +| | `repeatfunc `_, | +| | `reshape `_ | +| | `doublestarmap `_ | ++------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ + + +Getting started +=============== + +To get started, install the library with `pip `_: + +.. code-block:: shell + + pip install more-itertools + +The recipes from the `itertools docs `_ +are included in the top-level package: + +.. code-block:: python + + >>> from more_itertools import flatten + >>> iterable = [(0, 1), (2, 3)] + >>> list(flatten(iterable)) + [0, 1, 2, 3] + +Several new recipes are available as well: + +.. code-block:: python + + >>> from more_itertools import chunked + >>> iterable = [0, 1, 2, 3, 4, 5, 6, 7, 8] + >>> list(chunked(iterable, 3)) + [[0, 1, 2], [3, 4, 5], [6, 7, 8]] + + >>> from more_itertools import spy + >>> iterable = (x * x for x in range(1, 6)) + >>> head, iterable = spy(iterable, n=3) + >>> list(head) + [1, 4, 9] + >>> list(iterable) + [1, 4, 9, 16, 25] + + + +For the full listing of functions, see the `API documentation `_. + + +Links elsewhere +=============== + +Blog posts about ``more-itertools``: + +* `Yo, I heard you like decorators `__ +* `Tour of Python Itertools `__ (`Alternate `__) +* `Real-World Python More Itertools `_ + + +Development +=========== + +``more-itertools`` is maintained by `@erikrose `_ +and `@bbayles `_, with help from `many others `_. +If you have a problem or suggestion, please file a bug or pull request in this +repository. Thanks for contributing! + + +Version History +=============== + +The version history can be found in `documentation `_. + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD new file mode 100644 index 0000000..f15f3fc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD @@ -0,0 +1,16 @@ +more_itertools-10.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +more_itertools-10.3.0.dist-info/LICENSE,sha256=CfHIyelBrz5YTVlkHqm4fYPAyw_QB-te85Gn4mQ8GkY,1053 +more_itertools-10.3.0.dist-info/METADATA,sha256=BFO90O-fLNiVQMpj7oIS5ztzgJUUQZ3TA32P5HH3N-A,36293 +more_itertools-10.3.0.dist-info/RECORD,, +more_itertools-10.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +more_itertools-10.3.0.dist-info/WHEEL,sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948,81 +more_itertools/__init__.py,sha256=dtAbGjTDmn_ghiU5YXfhyDy0phAlXVdt5klZA5fUa-Q,149 +more_itertools/__init__.pyi,sha256=5B3eTzON1BBuOLob1vCflyEb2lSd6usXQQ-Cv-hXkeA,43 +more_itertools/__pycache__/__init__.cpython-312.pyc,, +more_itertools/__pycache__/more.cpython-312.pyc,, +more_itertools/__pycache__/recipes.cpython-312.pyc,, +more_itertools/more.py,sha256=1E5kzFncRKTDw0cYv1yRXMgDdunstLQd1QStcnL6U90,148370 +more_itertools/more.pyi,sha256=iXXeqt48Nxe8VGmIWpkVXuKpR2FYNuu2DU8nQLWCCu0,21484 +more_itertools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +more_itertools/recipes.py,sha256=WedhhfhGVgr6zii8fIbGJVmRTw0ZKRiLKnYBDGJv4nY,28591 +more_itertools/recipes.pyi,sha256=T_mdGpcFdfrP3JSWbwzYP9JyNV-Go-7RPfpxfftAWlA,4617 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL new file mode 100644 index 0000000..db4a255 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.8.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py new file mode 100644 index 0000000..9c4662f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py @@ -0,0 +1,6 @@ +"""More routines for operating on iterables, beyond itertools""" + +from .more import * # noqa +from .recipes import * # noqa + +__version__ = '10.3.0' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi new file mode 100644 index 0000000..96f6e36 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi @@ -0,0 +1,2 @@ +from .more import * +from .recipes import * diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ecc6d2775d555084f581627a01fa1ac7ec7a7dcd GIT binary patch literal 360 zcmXwzF;2rU6o&02P#`KxrOsZ9XxvhX0U^W%-~e5$Bz98^$1k#7q;zBC0Eja%a1u^H z#DIW>4XIlvoKoKK-v9r@`@ffN_W=1hz5gg4{QYdr{{&mHB3?Wqj;4rX9w_`A;6D{? zR5%UmXt1+9y8?;Pi!AHy8 z@hF)jqw7J`bQt51GuA|<|J-zp$YmvL6Ek)zjFq4ndqS%gb6wIol!DF*liFdPQl(0! z(roC2b*=H5Dw)x$c5~2^WPC!c2O3ssev=l$QY+k|+Q3l%U2`zBZDlR>HfB;w$5>L; n>%H?5_(F*b6Z`g--uC?Z2{Fd6=<*Bo-cbMjuzweueV_jV0nTl_ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..38f61f6f27ab6ed4370a3e08f661776148f97976 GIT binary patch literal 174208 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78262a46afec8b81a9ffa11d656ea329facadf99 GIT binary patch literal 36337 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 list(chunked([1, 2, 3, 4, 5, 6], 3)) + [[1, 2, 3], [4, 5, 6]] + + By the default, the last yielded list will have fewer than *n* elements + if the length of *iterable* is not divisible by *n*: + + >>> list(chunked([1, 2, 3, 4, 5, 6, 7, 8], 3)) + [[1, 2, 3], [4, 5, 6], [7, 8]] + + To use a fill-in value instead, see the :func:`grouper` recipe. + + If the length of *iterable* is not divisible by *n* and *strict* is + ``True``, then ``ValueError`` will be raised before the last + list is yielded. + + """ + iterator = iter(partial(take, n, iter(iterable)), []) + if strict: + if n is None: + raise ValueError('n must not be None when using strict mode.') + + def ret(): + for chunk in iterator: + if len(chunk) != n: + raise ValueError('iterable is not divisible by n.') + yield chunk + + return iter(ret()) + else: + return iterator + + +def first(iterable, default=_marker): + """Return the first item of *iterable*, or *default* if *iterable* is + empty. + + >>> first([0, 1, 2, 3]) + 0 + >>> first([], 'some default') + 'some default' + + If *default* is not provided and there are no items in the iterable, + raise ``ValueError``. + + :func:`first` is useful when you have a generator of expensive-to-retrieve + values and want any arbitrary one. It is marginally shorter than + ``next(iter(iterable), default)``. + + """ + for item in iterable: + return item + if default is _marker: + raise ValueError( + 'first() was called on an empty iterable, and no ' + 'default value was provided.' + ) + return default + + +def last(iterable, default=_marker): + """Return the last item of *iterable*, or *default* if *iterable* is + empty. + + >>> last([0, 1, 2, 3]) + 3 + >>> last([], 'some default') + 'some default' + + If *default* is not provided and there are no items in the iterable, + raise ``ValueError``. + """ + try: + if isinstance(iterable, Sequence): + return iterable[-1] + # Work around https://bugs.python.org/issue38525 + elif hasattr(iterable, '__reversed__') and (hexversion != 0x030800F0): + return next(reversed(iterable)) + else: + return deque(iterable, maxlen=1)[-1] + except (IndexError, TypeError, StopIteration): + if default is _marker: + raise ValueError( + 'last() was called on an empty iterable, and no default was ' + 'provided.' + ) + return default + + +def nth_or_last(iterable, n, default=_marker): + """Return the nth or the last item of *iterable*, + or *default* if *iterable* is empty. + + >>> nth_or_last([0, 1, 2, 3], 2) + 2 + >>> nth_or_last([0, 1], 2) + 1 + >>> nth_or_last([], 0, 'some default') + 'some default' + + If *default* is not provided and there are no items in the iterable, + raise ``ValueError``. + """ + return last(islice(iterable, n + 1), default=default) + + +class peekable: + """Wrap an iterator to allow lookahead and prepending elements. + + Call :meth:`peek` on the result to get the value that will be returned + by :func:`next`. This won't advance the iterator: + + >>> p = peekable(['a', 'b']) + >>> p.peek() + 'a' + >>> next(p) + 'a' + + Pass :meth:`peek` a default value to return that instead of raising + ``StopIteration`` when the iterator is exhausted. + + >>> p = peekable([]) + >>> p.peek('hi') + 'hi' + + peekables also offer a :meth:`prepend` method, which "inserts" items + at the head of the iterable: + + >>> p = peekable([1, 2, 3]) + >>> p.prepend(10, 11, 12) + >>> next(p) + 10 + >>> p.peek() + 11 + >>> list(p) + [11, 12, 1, 2, 3] + + peekables can be indexed. Index 0 is the item that will be returned by + :func:`next`, index 1 is the item after that, and so on: + The values up to the given index will be cached. + + >>> p = peekable(['a', 'b', 'c', 'd']) + >>> p[0] + 'a' + >>> p[1] + 'b' + >>> next(p) + 'a' + + Negative indexes are supported, but be aware that they will cache the + remaining items in the source iterator, which may require significant + storage. + + To check whether a peekable is exhausted, check its truth value: + + >>> p = peekable(['a', 'b']) + >>> if p: # peekable has items + ... list(p) + ['a', 'b'] + >>> if not p: # peekable is exhausted + ... list(p) + [] + + """ + + def __init__(self, iterable): + self._it = iter(iterable) + self._cache = deque() + + def __iter__(self): + return self + + def __bool__(self): + try: + self.peek() + except StopIteration: + return False + return True + + def peek(self, default=_marker): + """Return the item that will be next returned from ``next()``. + + Return ``default`` if there are no items left. If ``default`` is not + provided, raise ``StopIteration``. + + """ + if not self._cache: + try: + self._cache.append(next(self._it)) + except StopIteration: + if default is _marker: + raise + return default + return self._cache[0] + + def prepend(self, *items): + """Stack up items to be the next ones returned from ``next()`` or + ``self.peek()``. The items will be returned in + first in, first out order:: + + >>> p = peekable([1, 2, 3]) + >>> p.prepend(10, 11, 12) + >>> next(p) + 10 + >>> list(p) + [11, 12, 1, 2, 3] + + It is possible, by prepending items, to "resurrect" a peekable that + previously raised ``StopIteration``. + + >>> p = peekable([]) + >>> next(p) + Traceback (most recent call last): + ... + StopIteration + >>> p.prepend(1) + >>> next(p) + 1 + >>> next(p) + Traceback (most recent call last): + ... + StopIteration + + """ + self._cache.extendleft(reversed(items)) + + def __next__(self): + if self._cache: + return self._cache.popleft() + + return next(self._it) + + def _get_slice(self, index): + # Normalize the slice's arguments + step = 1 if (index.step is None) else index.step + if step > 0: + start = 0 if (index.start is None) else index.start + stop = maxsize if (index.stop is None) else index.stop + elif step < 0: + start = -1 if (index.start is None) else index.start + stop = (-maxsize - 1) if (index.stop is None) else index.stop + else: + raise ValueError('slice step cannot be zero') + + # If either the start or stop index is negative, we'll need to cache + # the rest of the iterable in order to slice from the right side. + if (start < 0) or (stop < 0): + self._cache.extend(self._it) + # Otherwise we'll need to find the rightmost index and cache to that + # point. + else: + n = min(max(start, stop) + 1, maxsize) + cache_len = len(self._cache) + if n >= cache_len: + self._cache.extend(islice(self._it, n - cache_len)) + + return list(self._cache)[index] + + def __getitem__(self, index): + if isinstance(index, slice): + return self._get_slice(index) + + cache_len = len(self._cache) + if index < 0: + self._cache.extend(self._it) + elif index >= cache_len: + self._cache.extend(islice(self._it, index + 1 - cache_len)) + + return self._cache[index] + + +def consumer(func): + """Decorator that automatically advances a PEP-342-style "reverse iterator" + to its first yield point so you don't have to call ``next()`` on it + manually. + + >>> @consumer + ... def tally(): + ... i = 0 + ... while True: + ... print('Thing number %s is %s.' % (i, (yield))) + ... i += 1 + ... + >>> t = tally() + >>> t.send('red') + Thing number 0 is red. + >>> t.send('fish') + Thing number 1 is fish. + + Without the decorator, you would have to call ``next(t)`` before + ``t.send()`` could be used. + + """ + + @wraps(func) + def wrapper(*args, **kwargs): + gen = func(*args, **kwargs) + next(gen) + return gen + + return wrapper + + +def ilen(iterable): + """Return the number of items in *iterable*. + + >>> ilen(x for x in range(1000000) if x % 3 == 0) + 333334 + + This consumes the iterable, so handle with care. + + """ + # This approach was selected because benchmarks showed it's likely the + # fastest of the known implementations at the time of writing. + # See GitHub tracker: #236, #230. + counter = count() + deque(zip(iterable, counter), maxlen=0) + return next(counter) + + +def iterate(func, start): + """Return ``start``, ``func(start)``, ``func(func(start))``, ... + + >>> from itertools import islice + >>> list(islice(iterate(lambda x: 2*x, 1), 10)) + [1, 2, 4, 8, 16, 32, 64, 128, 256, 512] + + """ + while True: + yield start + try: + start = func(start) + except StopIteration: + break + + +def with_iter(context_manager): + """Wrap an iterable in a ``with`` statement, so it closes once exhausted. + + For example, this will close the file when the iterator is exhausted:: + + upper_lines = (line.upper() for line in with_iter(open('foo'))) + + Any context manager which returns an iterable is a candidate for + ``with_iter``. + + """ + with context_manager as iterable: + yield from iterable + + +def one(iterable, too_short=None, too_long=None): + """Return the first item from *iterable*, which is expected to contain only + that item. Raise an exception if *iterable* is empty or has more than one + item. + + :func:`one` is useful for ensuring that an iterable contains only one item. + For example, it can be used to retrieve the result of a database query + that is expected to return a single row. + + If *iterable* is empty, ``ValueError`` will be raised. You may specify a + different exception with the *too_short* keyword: + + >>> it = [] + >>> one(it) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + ValueError: too many items in iterable (expected 1)' + >>> too_short = IndexError('too few items') + >>> one(it, too_short=too_short) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + IndexError: too few items + + Similarly, if *iterable* contains more than one item, ``ValueError`` will + be raised. You may specify a different exception with the *too_long* + keyword: + + >>> it = ['too', 'many'] + >>> one(it) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + ValueError: Expected exactly one item in iterable, but got 'too', + 'many', and perhaps more. + >>> too_long = RuntimeError + >>> one(it, too_long=too_long) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + RuntimeError + + Note that :func:`one` attempts to advance *iterable* twice to ensure there + is only one item. See :func:`spy` or :func:`peekable` to check iterable + contents less destructively. + + """ + it = iter(iterable) + + try: + first_value = next(it) + except StopIteration as exc: + raise ( + too_short or ValueError('too few items in iterable (expected 1)') + ) from exc + + try: + second_value = next(it) + except StopIteration: + pass + else: + msg = ( + 'Expected exactly one item in iterable, but got {!r}, {!r}, ' + 'and perhaps more.'.format(first_value, second_value) + ) + raise too_long or ValueError(msg) + + return first_value + + +def raise_(exception, *args): + raise exception(*args) + + +def strictly_n(iterable, n, too_short=None, too_long=None): + """Validate that *iterable* has exactly *n* items and return them if + it does. If it has fewer than *n* items, call function *too_short* + with those items. If it has more than *n* items, call function + *too_long* with the first ``n + 1`` items. + + >>> iterable = ['a', 'b', 'c', 'd'] + >>> n = 4 + >>> list(strictly_n(iterable, n)) + ['a', 'b', 'c', 'd'] + + Note that the returned iterable must be consumed in order for the check to + be made. + + By default, *too_short* and *too_long* are functions that raise + ``ValueError``. + + >>> list(strictly_n('ab', 3)) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + ValueError: too few items in iterable (got 2) + + >>> list(strictly_n('abc', 2)) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + ValueError: too many items in iterable (got at least 3) + + You can instead supply functions that do something else. + *too_short* will be called with the number of items in *iterable*. + *too_long* will be called with `n + 1`. + + >>> def too_short(item_count): + ... raise RuntimeError + >>> it = strictly_n('abcd', 6, too_short=too_short) + >>> list(it) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + RuntimeError + + >>> def too_long(item_count): + ... print('The boss is going to hear about this') + >>> it = strictly_n('abcdef', 4, too_long=too_long) + >>> list(it) + The boss is going to hear about this + ['a', 'b', 'c', 'd'] + + """ + if too_short is None: + too_short = lambda item_count: raise_( + ValueError, + 'Too few items in iterable (got {})'.format(item_count), + ) + + if too_long is None: + too_long = lambda item_count: raise_( + ValueError, + 'Too many items in iterable (got at least {})'.format(item_count), + ) + + it = iter(iterable) + for i in range(n): + try: + item = next(it) + except StopIteration: + too_short(i) + return + else: + yield item + + try: + next(it) + except StopIteration: + pass + else: + too_long(n + 1) + + +def distinct_permutations(iterable, r=None): + """Yield successive distinct permutations of the elements in *iterable*. + + >>> sorted(distinct_permutations([1, 0, 1])) + [(0, 1, 1), (1, 0, 1), (1, 1, 0)] + + Equivalent to ``set(permutations(iterable))``, except duplicates are not + generated and thrown away. For larger input sequences this is much more + efficient. + + Duplicate permutations arise when there are duplicated elements in the + input iterable. The number of items returned is + `n! / (x_1! * x_2! * ... * x_n!)`, where `n` is the total number of + items input, and each `x_i` is the count of a distinct item in the input + sequence. + + If *r* is given, only the *r*-length permutations are yielded. + + >>> sorted(distinct_permutations([1, 0, 1], r=2)) + [(0, 1), (1, 0), (1, 1)] + >>> sorted(distinct_permutations(range(3), r=2)) + [(0, 1), (0, 2), (1, 0), (1, 2), (2, 0), (2, 1)] + + """ + + # Algorithm: https://w.wiki/Qai + def _full(A): + while True: + # Yield the permutation we have + yield tuple(A) + + # Find the largest index i such that A[i] < A[i + 1] + for i in range(size - 2, -1, -1): + if A[i] < A[i + 1]: + break + # If no such index exists, this permutation is the last one + else: + return + + # Find the largest index j greater than j such that A[i] < A[j] + for j in range(size - 1, i, -1): + if A[i] < A[j]: + break + + # Swap the value of A[i] with that of A[j], then reverse the + # sequence from A[i + 1] to form the new permutation + A[i], A[j] = A[j], A[i] + A[i + 1 :] = A[: i - size : -1] # A[i + 1:][::-1] + + # Algorithm: modified from the above + def _partial(A, r): + # Split A into the first r items and the last r items + head, tail = A[:r], A[r:] + right_head_indexes = range(r - 1, -1, -1) + left_tail_indexes = range(len(tail)) + + while True: + # Yield the permutation we have + yield tuple(head) + + # Starting from the right, find the first index of the head with + # value smaller than the maximum value of the tail - call it i. + pivot = tail[-1] + for i in right_head_indexes: + if head[i] < pivot: + break + pivot = head[i] + else: + return + + # Starting from the left, find the first value of the tail + # with a value greater than head[i] and swap. + for j in left_tail_indexes: + if tail[j] > head[i]: + head[i], tail[j] = tail[j], head[i] + break + # If we didn't find one, start from the right and find the first + # index of the head with a value greater than head[i] and swap. + else: + for j in right_head_indexes: + if head[j] > head[i]: + head[i], head[j] = head[j], head[i] + break + + # Reverse head[i + 1:] and swap it with tail[:r - (i + 1)] + tail += head[: i - r : -1] # head[i + 1:][::-1] + i += 1 + head[i:], tail[:] = tail[: r - i], tail[r - i :] + + items = sorted(iterable) + + size = len(items) + if r is None: + r = size + + if 0 < r <= size: + return _full(items) if (r == size) else _partial(items, r) + + return iter(() if r else ((),)) + + +def intersperse(e, iterable, n=1): + """Intersperse filler element *e* among the items in *iterable*, leaving + *n* items between each filler element. + + >>> list(intersperse('!', [1, 2, 3, 4, 5])) + [1, '!', 2, '!', 3, '!', 4, '!', 5] + + >>> list(intersperse(None, [1, 2, 3, 4, 5], n=2)) + [1, 2, None, 3, 4, None, 5] + + """ + if n == 0: + raise ValueError('n must be > 0') + elif n == 1: + # interleave(repeat(e), iterable) -> e, x_0, e, x_1, e, x_2... + # islice(..., 1, None) -> x_0, e, x_1, e, x_2... + return islice(interleave(repeat(e), iterable), 1, None) + else: + # interleave(filler, chunks) -> [e], [x_0, x_1], [e], [x_2, x_3]... + # islice(..., 1, None) -> [x_0, x_1], [e], [x_2, x_3]... + # flatten(...) -> x_0, x_1, e, x_2, x_3... + filler = repeat([e]) + chunks = chunked(iterable, n) + return flatten(islice(interleave(filler, chunks), 1, None)) + + +def unique_to_each(*iterables): + """Return the elements from each of the input iterables that aren't in the + other input iterables. + + For example, suppose you have a set of packages, each with a set of + dependencies:: + + {'pkg_1': {'A', 'B'}, 'pkg_2': {'B', 'C'}, 'pkg_3': {'B', 'D'}} + + If you remove one package, which dependencies can also be removed? + + If ``pkg_1`` is removed, then ``A`` is no longer necessary - it is not + associated with ``pkg_2`` or ``pkg_3``. Similarly, ``C`` is only needed for + ``pkg_2``, and ``D`` is only needed for ``pkg_3``:: + + >>> unique_to_each({'A', 'B'}, {'B', 'C'}, {'B', 'D'}) + [['A'], ['C'], ['D']] + + If there are duplicates in one input iterable that aren't in the others + they will be duplicated in the output. Input order is preserved:: + + >>> unique_to_each("mississippi", "missouri") + [['p', 'p'], ['o', 'u', 'r']] + + It is assumed that the elements of each iterable are hashable. + + """ + pool = [list(it) for it in iterables] + counts = Counter(chain.from_iterable(map(set, pool))) + uniques = {element for element in counts if counts[element] == 1} + return [list(filter(uniques.__contains__, it)) for it in pool] + + +def windowed(seq, n, fillvalue=None, step=1): + """Return a sliding window of width *n* over the given iterable. + + >>> all_windows = windowed([1, 2, 3, 4, 5], 3) + >>> list(all_windows) + [(1, 2, 3), (2, 3, 4), (3, 4, 5)] + + When the window is larger than the iterable, *fillvalue* is used in place + of missing values: + + >>> list(windowed([1, 2, 3], 4)) + [(1, 2, 3, None)] + + Each window will advance in increments of *step*: + + >>> list(windowed([1, 2, 3, 4, 5, 6], 3, fillvalue='!', step=2)) + [(1, 2, 3), (3, 4, 5), (5, 6, '!')] + + To slide into the iterable's items, use :func:`chain` to add filler items + to the left: + + >>> iterable = [1, 2, 3, 4] + >>> n = 3 + >>> padding = [None] * (n - 1) + >>> list(windowed(chain(padding, iterable), 3)) + [(None, None, 1), (None, 1, 2), (1, 2, 3), (2, 3, 4)] + """ + if n < 0: + raise ValueError('n must be >= 0') + if n == 0: + yield () + return + if step < 1: + raise ValueError('step must be >= 1') + + iterable = iter(seq) + + # Generate first window + window = deque(islice(iterable, n), maxlen=n) + + # Deal with the first window not being full + if not window: + return + if len(window) < n: + yield tuple(window) + ((fillvalue,) * (n - len(window))) + return + yield tuple(window) + + # Create the filler for the next windows. The padding ensures + # we have just enough elements to fill the last window. + padding = (fillvalue,) * (n - 1 if step >= n else step - 1) + filler = map(window.append, chain(iterable, padding)) + + # Generate the rest of the windows + for _ in islice(filler, step - 1, None, step): + yield tuple(window) + + +def substrings(iterable): + """Yield all of the substrings of *iterable*. + + >>> [''.join(s) for s in substrings('more')] + ['m', 'o', 'r', 'e', 'mo', 'or', 're', 'mor', 'ore', 'more'] + + Note that non-string iterables can also be subdivided. + + >>> list(substrings([0, 1, 2])) + [(0,), (1,), (2,), (0, 1), (1, 2), (0, 1, 2)] + + """ + # The length-1 substrings + seq = [] + for item in iter(iterable): + seq.append(item) + yield (item,) + seq = tuple(seq) + item_count = len(seq) + + # And the rest + for n in range(2, item_count + 1): + for i in range(item_count - n + 1): + yield seq[i : i + n] + + +def substrings_indexes(seq, reverse=False): + """Yield all substrings and their positions in *seq* + + The items yielded will be a tuple of the form ``(substr, i, j)``, where + ``substr == seq[i:j]``. + + This function only works for iterables that support slicing, such as + ``str`` objects. + + >>> for item in substrings_indexes('more'): + ... print(item) + ('m', 0, 1) + ('o', 1, 2) + ('r', 2, 3) + ('e', 3, 4) + ('mo', 0, 2) + ('or', 1, 3) + ('re', 2, 4) + ('mor', 0, 3) + ('ore', 1, 4) + ('more', 0, 4) + + Set *reverse* to ``True`` to yield the same items in the opposite order. + + + """ + r = range(1, len(seq) + 1) + if reverse: + r = reversed(r) + return ( + (seq[i : i + L], i, i + L) for L in r for i in range(len(seq) - L + 1) + ) + + +class bucket: + """Wrap *iterable* and return an object that buckets the iterable into + child iterables based on a *key* function. + + >>> iterable = ['a1', 'b1', 'c1', 'a2', 'b2', 'c2', 'b3'] + >>> s = bucket(iterable, key=lambda x: x[0]) # Bucket by 1st character + >>> sorted(list(s)) # Get the keys + ['a', 'b', 'c'] + >>> a_iterable = s['a'] + >>> next(a_iterable) + 'a1' + >>> next(a_iterable) + 'a2' + >>> list(s['b']) + ['b1', 'b2', 'b3'] + + The original iterable will be advanced and its items will be cached until + they are used by the child iterables. This may require significant storage. + + By default, attempting to select a bucket to which no items belong will + exhaust the iterable and cache all values. + If you specify a *validator* function, selected buckets will instead be + checked against it. + + >>> from itertools import count + >>> it = count(1, 2) # Infinite sequence of odd numbers + >>> key = lambda x: x % 10 # Bucket by last digit + >>> validator = lambda x: x in {1, 3, 5, 7, 9} # Odd digits only + >>> s = bucket(it, key=key, validator=validator) + >>> 2 in s + False + >>> list(s[2]) + [] + + """ + + def __init__(self, iterable, key, validator=None): + self._it = iter(iterable) + self._key = key + self._cache = defaultdict(deque) + self._validator = validator or (lambda x: True) + + def __contains__(self, value): + if not self._validator(value): + return False + + try: + item = next(self[value]) + except StopIteration: + return False + else: + self._cache[value].appendleft(item) + + return True + + def _get_values(self, value): + """ + Helper to yield items from the parent iterator that match *value*. + Items that don't match are stored in the local cache as they + are encountered. + """ + while True: + # If we've cached some items that match the target value, emit + # the first one and evict it from the cache. + if self._cache[value]: + yield self._cache[value].popleft() + # Otherwise we need to advance the parent iterator to search for + # a matching item, caching the rest. + else: + while True: + try: + item = next(self._it) + except StopIteration: + return + item_value = self._key(item) + if item_value == value: + yield item + break + elif self._validator(item_value): + self._cache[item_value].append(item) + + def __iter__(self): + for item in self._it: + item_value = self._key(item) + if self._validator(item_value): + self._cache[item_value].append(item) + + yield from self._cache.keys() + + def __getitem__(self, value): + if not self._validator(value): + return iter(()) + + return self._get_values(value) + + +def spy(iterable, n=1): + """Return a 2-tuple with a list containing the first *n* elements of + *iterable*, and an iterator with the same items as *iterable*. + This allows you to "look ahead" at the items in the iterable without + advancing it. + + There is one item in the list by default: + + >>> iterable = 'abcdefg' + >>> head, iterable = spy(iterable) + >>> head + ['a'] + >>> list(iterable) + ['a', 'b', 'c', 'd', 'e', 'f', 'g'] + + You may use unpacking to retrieve items instead of lists: + + >>> (head,), iterable = spy('abcdefg') + >>> head + 'a' + >>> (first, second), iterable = spy('abcdefg', 2) + >>> first + 'a' + >>> second + 'b' + + The number of items requested can be larger than the number of items in + the iterable: + + >>> iterable = [1, 2, 3, 4, 5] + >>> head, iterable = spy(iterable, 10) + >>> head + [1, 2, 3, 4, 5] + >>> list(iterable) + [1, 2, 3, 4, 5] + + """ + it = iter(iterable) + head = take(n, it) + + return head.copy(), chain(head, it) + + +def interleave(*iterables): + """Return a new iterable yielding from each iterable in turn, + until the shortest is exhausted. + + >>> list(interleave([1, 2, 3], [4, 5], [6, 7, 8])) + [1, 4, 6, 2, 5, 7] + + For a version that doesn't terminate after the shortest iterable is + exhausted, see :func:`interleave_longest`. + + """ + return chain.from_iterable(zip(*iterables)) + + +def interleave_longest(*iterables): + """Return a new iterable yielding from each iterable in turn, + skipping any that are exhausted. + + >>> list(interleave_longest([1, 2, 3], [4, 5], [6, 7, 8])) + [1, 4, 6, 2, 5, 7, 3, 8] + + This function produces the same output as :func:`roundrobin`, but may + perform better for some inputs (in particular when the number of iterables + is large). + + """ + i = chain.from_iterable(zip_longest(*iterables, fillvalue=_marker)) + return (x for x in i if x is not _marker) + + +def interleave_evenly(iterables, lengths=None): + """ + Interleave multiple iterables so that their elements are evenly distributed + throughout the output sequence. + + >>> iterables = [1, 2, 3, 4, 5], ['a', 'b'] + >>> list(interleave_evenly(iterables)) + [1, 2, 'a', 3, 4, 'b', 5] + + >>> iterables = [[1, 2, 3], [4, 5], [6, 7, 8]] + >>> list(interleave_evenly(iterables)) + [1, 6, 4, 2, 7, 3, 8, 5] + + This function requires iterables of known length. Iterables without + ``__len__()`` can be used by manually specifying lengths with *lengths*: + + >>> from itertools import combinations, repeat + >>> iterables = [combinations(range(4), 2), ['a', 'b', 'c']] + >>> lengths = [4 * (4 - 1) // 2, 3] + >>> list(interleave_evenly(iterables, lengths=lengths)) + [(0, 1), (0, 2), 'a', (0, 3), (1, 2), 'b', (1, 3), (2, 3), 'c'] + + Based on Bresenham's algorithm. + """ + if lengths is None: + try: + lengths = [len(it) for it in iterables] + except TypeError: + raise ValueError( + 'Iterable lengths could not be determined automatically. ' + 'Specify them with the lengths keyword.' + ) + elif len(iterables) != len(lengths): + raise ValueError('Mismatching number of iterables and lengths.') + + dims = len(lengths) + + # sort iterables by length, descending + lengths_permute = sorted( + range(dims), key=lambda i: lengths[i], reverse=True + ) + lengths_desc = [lengths[i] for i in lengths_permute] + iters_desc = [iter(iterables[i]) for i in lengths_permute] + + # the longest iterable is the primary one (Bresenham: the longest + # distance along an axis) + delta_primary, deltas_secondary = lengths_desc[0], lengths_desc[1:] + iter_primary, iters_secondary = iters_desc[0], iters_desc[1:] + errors = [delta_primary // dims] * len(deltas_secondary) + + to_yield = sum(lengths) + while to_yield: + yield next(iter_primary) + to_yield -= 1 + # update errors for each secondary iterable + errors = [e - delta for e, delta in zip(errors, deltas_secondary)] + + # those iterables for which the error is negative are yielded + # ("diagonal step" in Bresenham) + for i, e_ in enumerate(errors): + if e_ < 0: + yield next(iters_secondary[i]) + to_yield -= 1 + errors[i] += delta_primary + + +def collapse(iterable, base_type=None, levels=None): + """Flatten an iterable with multiple levels of nesting (e.g., a list of + lists of tuples) into non-iterable types. + + >>> iterable = [(1, 2), ([3, 4], [[5], [6]])] + >>> list(collapse(iterable)) + [1, 2, 3, 4, 5, 6] + + Binary and text strings are not considered iterable and + will not be collapsed. + + To avoid collapsing other types, specify *base_type*: + + >>> iterable = ['ab', ('cd', 'ef'), ['gh', 'ij']] + >>> list(collapse(iterable, base_type=tuple)) + ['ab', ('cd', 'ef'), 'gh', 'ij'] + + Specify *levels* to stop flattening after a certain level: + + >>> iterable = [('a', ['b']), ('c', ['d'])] + >>> list(collapse(iterable)) # Fully flattened + ['a', 'b', 'c', 'd'] + >>> list(collapse(iterable, levels=1)) # Only one level flattened + ['a', ['b'], 'c', ['d']] + + """ + stack = deque() + # Add our first node group, treat the iterable as a single node + stack.appendleft((0, repeat(iterable, 1))) + + while stack: + node_group = stack.popleft() + level, nodes = node_group + + # Check if beyond max level + if levels is not None and level > levels: + yield from nodes + continue + + for node in nodes: + # Check if done iterating + if isinstance(node, (str, bytes)) or ( + (base_type is not None) and isinstance(node, base_type) + ): + yield node + # Otherwise try to create child nodes + else: + try: + tree = iter(node) + except TypeError: + yield node + else: + # Save our current location + stack.appendleft(node_group) + # Append the new child node + stack.appendleft((level + 1, tree)) + # Break to process child node + break + + +def side_effect(func, iterable, chunk_size=None, before=None, after=None): + """Invoke *func* on each item in *iterable* (or on each *chunk_size* group + of items) before yielding the item. + + `func` must be a function that takes a single argument. Its return value + will be discarded. + + *before* and *after* are optional functions that take no arguments. They + will be executed before iteration starts and after it ends, respectively. + + `side_effect` can be used for logging, updating progress bars, or anything + that is not functionally "pure." + + Emitting a status message: + + >>> from more_itertools import consume + >>> func = lambda item: print('Received {}'.format(item)) + >>> consume(side_effect(func, range(2))) + Received 0 + Received 1 + + Operating on chunks of items: + + >>> pair_sums = [] + >>> func = lambda chunk: pair_sums.append(sum(chunk)) + >>> list(side_effect(func, [0, 1, 2, 3, 4, 5], 2)) + [0, 1, 2, 3, 4, 5] + >>> list(pair_sums) + [1, 5, 9] + + Writing to a file-like object: + + >>> from io import StringIO + >>> from more_itertools import consume + >>> f = StringIO() + >>> func = lambda x: print(x, file=f) + >>> before = lambda: print(u'HEADER', file=f) + >>> after = f.close + >>> it = [u'a', u'b', u'c'] + >>> consume(side_effect(func, it, before=before, after=after)) + >>> f.closed + True + + """ + try: + if before is not None: + before() + + if chunk_size is None: + for item in iterable: + func(item) + yield item + else: + for chunk in chunked(iterable, chunk_size): + func(chunk) + yield from chunk + finally: + if after is not None: + after() + + +def sliced(seq, n, strict=False): + """Yield slices of length *n* from the sequence *seq*. + + >>> list(sliced((1, 2, 3, 4, 5, 6), 3)) + [(1, 2, 3), (4, 5, 6)] + + By the default, the last yielded slice will have fewer than *n* elements + if the length of *seq* is not divisible by *n*: + + >>> list(sliced((1, 2, 3, 4, 5, 6, 7, 8), 3)) + [(1, 2, 3), (4, 5, 6), (7, 8)] + + If the length of *seq* is not divisible by *n* and *strict* is + ``True``, then ``ValueError`` will be raised before the last + slice is yielded. + + This function will only work for iterables that support slicing. + For non-sliceable iterables, see :func:`chunked`. + + """ + iterator = takewhile(len, (seq[i : i + n] for i in count(0, n))) + if strict: + + def ret(): + for _slice in iterator: + if len(_slice) != n: + raise ValueError("seq is not divisible by n.") + yield _slice + + return iter(ret()) + else: + return iterator + + +def split_at(iterable, pred, maxsplit=-1, keep_separator=False): + """Yield lists of items from *iterable*, where each list is delimited by + an item where callable *pred* returns ``True``. + + >>> list(split_at('abcdcba', lambda x: x == 'b')) + [['a'], ['c', 'd', 'c'], ['a']] + + >>> list(split_at(range(10), lambda n: n % 2 == 1)) + [[0], [2], [4], [6], [8], []] + + At most *maxsplit* splits are done. If *maxsplit* is not specified or -1, + then there is no limit on the number of splits: + + >>> list(split_at(range(10), lambda n: n % 2 == 1, maxsplit=2)) + [[0], [2], [4, 5, 6, 7, 8, 9]] + + By default, the delimiting items are not included in the output. + To include them, set *keep_separator* to ``True``. + + >>> list(split_at('abcdcba', lambda x: x == 'b', keep_separator=True)) + [['a'], ['b'], ['c', 'd', 'c'], ['b'], ['a']] + + """ + if maxsplit == 0: + yield list(iterable) + return + + buf = [] + it = iter(iterable) + for item in it: + if pred(item): + yield buf + if keep_separator: + yield [item] + if maxsplit == 1: + yield list(it) + return + buf = [] + maxsplit -= 1 + else: + buf.append(item) + yield buf + + +def split_before(iterable, pred, maxsplit=-1): + """Yield lists of items from *iterable*, where each list ends just before + an item for which callable *pred* returns ``True``: + + >>> list(split_before('OneTwo', lambda s: s.isupper())) + [['O', 'n', 'e'], ['T', 'w', 'o']] + + >>> list(split_before(range(10), lambda n: n % 3 == 0)) + [[0, 1, 2], [3, 4, 5], [6, 7, 8], [9]] + + At most *maxsplit* splits are done. If *maxsplit* is not specified or -1, + then there is no limit on the number of splits: + + >>> list(split_before(range(10), lambda n: n % 3 == 0, maxsplit=2)) + [[0, 1, 2], [3, 4, 5], [6, 7, 8, 9]] + """ + if maxsplit == 0: + yield list(iterable) + return + + buf = [] + it = iter(iterable) + for item in it: + if pred(item) and buf: + yield buf + if maxsplit == 1: + yield [item] + list(it) + return + buf = [] + maxsplit -= 1 + buf.append(item) + if buf: + yield buf + + +def split_after(iterable, pred, maxsplit=-1): + """Yield lists of items from *iterable*, where each list ends with an + item where callable *pred* returns ``True``: + + >>> list(split_after('one1two2', lambda s: s.isdigit())) + [['o', 'n', 'e', '1'], ['t', 'w', 'o', '2']] + + >>> list(split_after(range(10), lambda n: n % 3 == 0)) + [[0], [1, 2, 3], [4, 5, 6], [7, 8, 9]] + + At most *maxsplit* splits are done. If *maxsplit* is not specified or -1, + then there is no limit on the number of splits: + + >>> list(split_after(range(10), lambda n: n % 3 == 0, maxsplit=2)) + [[0], [1, 2, 3], [4, 5, 6, 7, 8, 9]] + + """ + if maxsplit == 0: + yield list(iterable) + return + + buf = [] + it = iter(iterable) + for item in it: + buf.append(item) + if pred(item) and buf: + yield buf + if maxsplit == 1: + buf = list(it) + if buf: + yield buf + return + buf = [] + maxsplit -= 1 + if buf: + yield buf + + +def split_when(iterable, pred, maxsplit=-1): + """Split *iterable* into pieces based on the output of *pred*. + *pred* should be a function that takes successive pairs of items and + returns ``True`` if the iterable should be split in between them. + + For example, to find runs of increasing numbers, split the iterable when + element ``i`` is larger than element ``i + 1``: + + >>> list(split_when([1, 2, 3, 3, 2, 5, 2, 4, 2], lambda x, y: x > y)) + [[1, 2, 3, 3], [2, 5], [2, 4], [2]] + + At most *maxsplit* splits are done. If *maxsplit* is not specified or -1, + then there is no limit on the number of splits: + + >>> list(split_when([1, 2, 3, 3, 2, 5, 2, 4, 2], + ... lambda x, y: x > y, maxsplit=2)) + [[1, 2, 3, 3], [2, 5], [2, 4, 2]] + + """ + if maxsplit == 0: + yield list(iterable) + return + + it = iter(iterable) + try: + cur_item = next(it) + except StopIteration: + return + + buf = [cur_item] + for next_item in it: + if pred(cur_item, next_item): + yield buf + if maxsplit == 1: + yield [next_item] + list(it) + return + buf = [] + maxsplit -= 1 + + buf.append(next_item) + cur_item = next_item + + yield buf + + +def split_into(iterable, sizes): + """Yield a list of sequential items from *iterable* of length 'n' for each + integer 'n' in *sizes*. + + >>> list(split_into([1,2,3,4,5,6], [1,2,3])) + [[1], [2, 3], [4, 5, 6]] + + If the sum of *sizes* is smaller than the length of *iterable*, then the + remaining items of *iterable* will not be returned. + + >>> list(split_into([1,2,3,4,5,6], [2,3])) + [[1, 2], [3, 4, 5]] + + If the sum of *sizes* is larger than the length of *iterable*, fewer items + will be returned in the iteration that overruns *iterable* and further + lists will be empty: + + >>> list(split_into([1,2,3,4], [1,2,3,4])) + [[1], [2, 3], [4], []] + + When a ``None`` object is encountered in *sizes*, the returned list will + contain items up to the end of *iterable* the same way that itertools.slice + does: + + >>> list(split_into([1,2,3,4,5,6,7,8,9,0], [2,3,None])) + [[1, 2], [3, 4, 5], [6, 7, 8, 9, 0]] + + :func:`split_into` can be useful for grouping a series of items where the + sizes of the groups are not uniform. An example would be where in a row + from a table, multiple columns represent elements of the same feature + (e.g. a point represented by x,y,z) but, the format is not the same for + all columns. + """ + # convert the iterable argument into an iterator so its contents can + # be consumed by islice in case it is a generator + it = iter(iterable) + + for size in sizes: + if size is None: + yield list(it) + return + else: + yield list(islice(it, size)) + + +def padded(iterable, fillvalue=None, n=None, next_multiple=False): + """Yield the elements from *iterable*, followed by *fillvalue*, such that + at least *n* items are emitted. + + >>> list(padded([1, 2, 3], '?', 5)) + [1, 2, 3, '?', '?'] + + If *next_multiple* is ``True``, *fillvalue* will be emitted until the + number of items emitted is a multiple of *n*: + + >>> list(padded([1, 2, 3, 4], n=3, next_multiple=True)) + [1, 2, 3, 4, None, None] + + If *n* is ``None``, *fillvalue* will be emitted indefinitely. + + To create an *iterable* of exactly size *n*, you can truncate with + :func:`islice`. + + >>> list(islice(padded([1, 2, 3], '?'), 5)) + [1, 2, 3, '?', '?'] + >>> list(islice(padded([1, 2, 3, 4, 5, 6, 7, 8], '?'), 5)) + [1, 2, 3, 4, 5] + + """ + iterable = iter(iterable) + iterable_with_repeat = chain(iterable, repeat(fillvalue)) + + if n is None: + return iterable_with_repeat + elif n < 1: + raise ValueError('n must be at least 1') + elif next_multiple: + + def slice_generator(): + for first in iterable: + yield (first,) + yield islice(iterable_with_repeat, n - 1) + + # While elements exist produce slices of size n + return chain.from_iterable(slice_generator()) + else: + # Ensure the first batch is at least size n then iterate + return chain(islice(iterable_with_repeat, n), iterable) + + +def repeat_each(iterable, n=2): + """Repeat each element in *iterable* *n* times. + + >>> list(repeat_each('ABC', 3)) + ['A', 'A', 'A', 'B', 'B', 'B', 'C', 'C', 'C'] + """ + return chain.from_iterable(map(repeat, iterable, repeat(n))) + + +def repeat_last(iterable, default=None): + """After the *iterable* is exhausted, keep yielding its last element. + + >>> list(islice(repeat_last(range(3)), 5)) + [0, 1, 2, 2, 2] + + If the iterable is empty, yield *default* forever:: + + >>> list(islice(repeat_last(range(0), 42), 5)) + [42, 42, 42, 42, 42] + + """ + item = _marker + for item in iterable: + yield item + final = default if item is _marker else item + yield from repeat(final) + + +def distribute(n, iterable): + """Distribute the items from *iterable* among *n* smaller iterables. + + >>> group_1, group_2 = distribute(2, [1, 2, 3, 4, 5, 6]) + >>> list(group_1) + [1, 3, 5] + >>> list(group_2) + [2, 4, 6] + + If the length of *iterable* is not evenly divisible by *n*, then the + length of the returned iterables will not be identical: + + >>> children = distribute(3, [1, 2, 3, 4, 5, 6, 7]) + >>> [list(c) for c in children] + [[1, 4, 7], [2, 5], [3, 6]] + + If the length of *iterable* is smaller than *n*, then the last returned + iterables will be empty: + + >>> children = distribute(5, [1, 2, 3]) + >>> [list(c) for c in children] + [[1], [2], [3], [], []] + + This function uses :func:`itertools.tee` and may require significant + storage. + + If you need the order items in the smaller iterables to match the + original iterable, see :func:`divide`. + + """ + if n < 1: + raise ValueError('n must be at least 1') + + children = tee(iterable, n) + return [islice(it, index, None, n) for index, it in enumerate(children)] + + +def stagger(iterable, offsets=(-1, 0, 1), longest=False, fillvalue=None): + """Yield tuples whose elements are offset from *iterable*. + The amount by which the `i`-th item in each tuple is offset is given by + the `i`-th item in *offsets*. + + >>> list(stagger([0, 1, 2, 3])) + [(None, 0, 1), (0, 1, 2), (1, 2, 3)] + >>> list(stagger(range(8), offsets=(0, 2, 4))) + [(0, 2, 4), (1, 3, 5), (2, 4, 6), (3, 5, 7)] + + By default, the sequence will end when the final element of a tuple is the + last item in the iterable. To continue until the first element of a tuple + is the last item in the iterable, set *longest* to ``True``:: + + >>> list(stagger([0, 1, 2, 3], longest=True)) + [(None, 0, 1), (0, 1, 2), (1, 2, 3), (2, 3, None), (3, None, None)] + + By default, ``None`` will be used to replace offsets beyond the end of the + sequence. Specify *fillvalue* to use some other value. + + """ + children = tee(iterable, len(offsets)) + + return zip_offset( + *children, offsets=offsets, longest=longest, fillvalue=fillvalue + ) + + +def zip_equal(*iterables): + """``zip`` the input *iterables* together, but raise + ``UnequalIterablesError`` if they aren't all the same length. + + >>> it_1 = range(3) + >>> it_2 = iter('abc') + >>> list(zip_equal(it_1, it_2)) + [(0, 'a'), (1, 'b'), (2, 'c')] + + >>> it_1 = range(3) + >>> it_2 = iter('abcd') + >>> list(zip_equal(it_1, it_2)) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + more_itertools.more.UnequalIterablesError: Iterables have different + lengths + + """ + if hexversion >= 0x30A00A6: + warnings.warn( + ( + 'zip_equal will be removed in a future version of ' + 'more-itertools. Use the builtin zip function with ' + 'strict=True instead.' + ), + DeprecationWarning, + ) + + return _zip_equal(*iterables) + + +def zip_offset(*iterables, offsets, longest=False, fillvalue=None): + """``zip`` the input *iterables* together, but offset the `i`-th iterable + by the `i`-th item in *offsets*. + + >>> list(zip_offset('0123', 'abcdef', offsets=(0, 1))) + [('0', 'b'), ('1', 'c'), ('2', 'd'), ('3', 'e')] + + This can be used as a lightweight alternative to SciPy or pandas to analyze + data sets in which some series have a lead or lag relationship. + + By default, the sequence will end when the shortest iterable is exhausted. + To continue until the longest iterable is exhausted, set *longest* to + ``True``. + + >>> list(zip_offset('0123', 'abcdef', offsets=(0, 1), longest=True)) + [('0', 'b'), ('1', 'c'), ('2', 'd'), ('3', 'e'), (None, 'f')] + + By default, ``None`` will be used to replace offsets beyond the end of the + sequence. Specify *fillvalue* to use some other value. + + """ + if len(iterables) != len(offsets): + raise ValueError("Number of iterables and offsets didn't match") + + staggered = [] + for it, n in zip(iterables, offsets): + if n < 0: + staggered.append(chain(repeat(fillvalue, -n), it)) + elif n > 0: + staggered.append(islice(it, n, None)) + else: + staggered.append(it) + + if longest: + return zip_longest(*staggered, fillvalue=fillvalue) + + return zip(*staggered) + + +def sort_together(iterables, key_list=(0,), key=None, reverse=False): + """Return the input iterables sorted together, with *key_list* as the + priority for sorting. All iterables are trimmed to the length of the + shortest one. + + This can be used like the sorting function in a spreadsheet. If each + iterable represents a column of data, the key list determines which + columns are used for sorting. + + By default, all iterables are sorted using the ``0``-th iterable:: + + >>> iterables = [(4, 3, 2, 1), ('a', 'b', 'c', 'd')] + >>> sort_together(iterables) + [(1, 2, 3, 4), ('d', 'c', 'b', 'a')] + + Set a different key list to sort according to another iterable. + Specifying multiple keys dictates how ties are broken:: + + >>> iterables = [(3, 1, 2), (0, 1, 0), ('c', 'b', 'a')] + >>> sort_together(iterables, key_list=(1, 2)) + [(2, 3, 1), (0, 0, 1), ('a', 'c', 'b')] + + To sort by a function of the elements of the iterable, pass a *key* + function. Its arguments are the elements of the iterables corresponding to + the key list:: + + >>> names = ('a', 'b', 'c') + >>> lengths = (1, 2, 3) + >>> widths = (5, 2, 1) + >>> def area(length, width): + ... return length * width + >>> sort_together([names, lengths, widths], key_list=(1, 2), key=area) + [('c', 'b', 'a'), (3, 2, 1), (1, 2, 5)] + + Set *reverse* to ``True`` to sort in descending order. + + >>> sort_together([(1, 2, 3), ('c', 'b', 'a')], reverse=True) + [(3, 2, 1), ('a', 'b', 'c')] + + """ + if key is None: + # if there is no key function, the key argument to sorted is an + # itemgetter + key_argument = itemgetter(*key_list) + else: + # if there is a key function, call it with the items at the offsets + # specified by the key function as arguments + key_list = list(key_list) + if len(key_list) == 1: + # if key_list contains a single item, pass the item at that offset + # as the only argument to the key function + key_offset = key_list[0] + key_argument = lambda zipped_items: key(zipped_items[key_offset]) + else: + # if key_list contains multiple items, use itemgetter to return a + # tuple of items, which we pass as *args to the key function + get_key_items = itemgetter(*key_list) + key_argument = lambda zipped_items: key( + *get_key_items(zipped_items) + ) + + return list( + zip(*sorted(zip(*iterables), key=key_argument, reverse=reverse)) + ) + + +def unzip(iterable): + """The inverse of :func:`zip`, this function disaggregates the elements + of the zipped *iterable*. + + The ``i``-th iterable contains the ``i``-th element from each element + of the zipped iterable. The first element is used to determine the + length of the remaining elements. + + >>> iterable = [('a', 1), ('b', 2), ('c', 3), ('d', 4)] + >>> letters, numbers = unzip(iterable) + >>> list(letters) + ['a', 'b', 'c', 'd'] + >>> list(numbers) + [1, 2, 3, 4] + + This is similar to using ``zip(*iterable)``, but it avoids reading + *iterable* into memory. Note, however, that this function uses + :func:`itertools.tee` and thus may require significant storage. + + """ + head, iterable = spy(iter(iterable)) + if not head: + # empty iterable, e.g. zip([], [], []) + return () + # spy returns a one-length iterable as head + head = head[0] + iterables = tee(iterable, len(head)) + + def itemgetter(i): + def getter(obj): + try: + return obj[i] + except IndexError: + # basically if we have an iterable like + # iter([(1, 2, 3), (4, 5), (6,)]) + # the second unzipped iterable would fail at the third tuple + # since it would try to access tup[1] + # same with the third unzipped iterable and the second tuple + # to support these "improperly zipped" iterables, + # we create a custom itemgetter + # which just stops the unzipped iterables + # at first length mismatch + raise StopIteration + + return getter + + return tuple(map(itemgetter(i), it) for i, it in enumerate(iterables)) + + +def divide(n, iterable): + """Divide the elements from *iterable* into *n* parts, maintaining + order. + + >>> group_1, group_2 = divide(2, [1, 2, 3, 4, 5, 6]) + >>> list(group_1) + [1, 2, 3] + >>> list(group_2) + [4, 5, 6] + + If the length of *iterable* is not evenly divisible by *n*, then the + length of the returned iterables will not be identical: + + >>> children = divide(3, [1, 2, 3, 4, 5, 6, 7]) + >>> [list(c) for c in children] + [[1, 2, 3], [4, 5], [6, 7]] + + If the length of the iterable is smaller than n, then the last returned + iterables will be empty: + + >>> children = divide(5, [1, 2, 3]) + >>> [list(c) for c in children] + [[1], [2], [3], [], []] + + This function will exhaust the iterable before returning. + If order is not important, see :func:`distribute`, which does not first + pull the iterable into memory. + + """ + if n < 1: + raise ValueError('n must be at least 1') + + try: + iterable[:0] + except TypeError: + seq = tuple(iterable) + else: + seq = iterable + + q, r = divmod(len(seq), n) + + ret = [] + stop = 0 + for i in range(1, n + 1): + start = stop + stop += q + 1 if i <= r else q + ret.append(iter(seq[start:stop])) + + return ret + + +def always_iterable(obj, base_type=(str, bytes)): + """If *obj* is iterable, return an iterator over its items:: + + >>> obj = (1, 2, 3) + >>> list(always_iterable(obj)) + [1, 2, 3] + + If *obj* is not iterable, return a one-item iterable containing *obj*:: + + >>> obj = 1 + >>> list(always_iterable(obj)) + [1] + + If *obj* is ``None``, return an empty iterable: + + >>> obj = None + >>> list(always_iterable(None)) + [] + + By default, binary and text strings are not considered iterable:: + + >>> obj = 'foo' + >>> list(always_iterable(obj)) + ['foo'] + + If *base_type* is set, objects for which ``isinstance(obj, base_type)`` + returns ``True`` won't be considered iterable. + + >>> obj = {'a': 1} + >>> list(always_iterable(obj)) # Iterate over the dict's keys + ['a'] + >>> list(always_iterable(obj, base_type=dict)) # Treat dicts as a unit + [{'a': 1}] + + Set *base_type* to ``None`` to avoid any special handling and treat objects + Python considers iterable as iterable: + + >>> obj = 'foo' + >>> list(always_iterable(obj, base_type=None)) + ['f', 'o', 'o'] + """ + if obj is None: + return iter(()) + + if (base_type is not None) and isinstance(obj, base_type): + return iter((obj,)) + + try: + return iter(obj) + except TypeError: + return iter((obj,)) + + +def adjacent(predicate, iterable, distance=1): + """Return an iterable over `(bool, item)` tuples where the `item` is + drawn from *iterable* and the `bool` indicates whether + that item satisfies the *predicate* or is adjacent to an item that does. + + For example, to find whether items are adjacent to a ``3``:: + + >>> list(adjacent(lambda x: x == 3, range(6))) + [(False, 0), (False, 1), (True, 2), (True, 3), (True, 4), (False, 5)] + + Set *distance* to change what counts as adjacent. For example, to find + whether items are two places away from a ``3``: + + >>> list(adjacent(lambda x: x == 3, range(6), distance=2)) + [(False, 0), (True, 1), (True, 2), (True, 3), (True, 4), (True, 5)] + + This is useful for contextualizing the results of a search function. + For example, a code comparison tool might want to identify lines that + have changed, but also surrounding lines to give the viewer of the diff + context. + + The predicate function will only be called once for each item in the + iterable. + + See also :func:`groupby_transform`, which can be used with this function + to group ranges of items with the same `bool` value. + + """ + # Allow distance=0 mainly for testing that it reproduces results with map() + if distance < 0: + raise ValueError('distance must be at least 0') + + i1, i2 = tee(iterable) + padding = [False] * distance + selected = chain(padding, map(predicate, i1), padding) + adjacent_to_selected = map(any, windowed(selected, 2 * distance + 1)) + return zip(adjacent_to_selected, i2) + + +def groupby_transform(iterable, keyfunc=None, valuefunc=None, reducefunc=None): + """An extension of :func:`itertools.groupby` that can apply transformations + to the grouped data. + + * *keyfunc* is a function computing a key value for each item in *iterable* + * *valuefunc* is a function that transforms the individual items from + *iterable* after grouping + * *reducefunc* is a function that transforms each group of items + + >>> iterable = 'aAAbBBcCC' + >>> keyfunc = lambda k: k.upper() + >>> valuefunc = lambda v: v.lower() + >>> reducefunc = lambda g: ''.join(g) + >>> list(groupby_transform(iterable, keyfunc, valuefunc, reducefunc)) + [('A', 'aaa'), ('B', 'bbb'), ('C', 'ccc')] + + Each optional argument defaults to an identity function if not specified. + + :func:`groupby_transform` is useful when grouping elements of an iterable + using a separate iterable as the key. To do this, :func:`zip` the iterables + and pass a *keyfunc* that extracts the first element and a *valuefunc* + that extracts the second element:: + + >>> from operator import itemgetter + >>> keys = [0, 0, 1, 1, 1, 2, 2, 2, 3] + >>> values = 'abcdefghi' + >>> iterable = zip(keys, values) + >>> grouper = groupby_transform(iterable, itemgetter(0), itemgetter(1)) + >>> [(k, ''.join(g)) for k, g in grouper] + [(0, 'ab'), (1, 'cde'), (2, 'fgh'), (3, 'i')] + + Note that the order of items in the iterable is significant. + Only adjacent items are grouped together, so if you don't want any + duplicate groups, you should sort the iterable by the key function. + + """ + ret = groupby(iterable, keyfunc) + if valuefunc: + ret = ((k, map(valuefunc, g)) for k, g in ret) + if reducefunc: + ret = ((k, reducefunc(g)) for k, g in ret) + + return ret + + +class numeric_range(abc.Sequence, abc.Hashable): + """An extension of the built-in ``range()`` function whose arguments can + be any orderable numeric type. + + With only *stop* specified, *start* defaults to ``0`` and *step* + defaults to ``1``. The output items will match the type of *stop*: + + >>> list(numeric_range(3.5)) + [0.0, 1.0, 2.0, 3.0] + + With only *start* and *stop* specified, *step* defaults to ``1``. The + output items will match the type of *start*: + + >>> from decimal import Decimal + >>> start = Decimal('2.1') + >>> stop = Decimal('5.1') + >>> list(numeric_range(start, stop)) + [Decimal('2.1'), Decimal('3.1'), Decimal('4.1')] + + With *start*, *stop*, and *step* specified the output items will match + the type of ``start + step``: + + >>> from fractions import Fraction + >>> start = Fraction(1, 2) # Start at 1/2 + >>> stop = Fraction(5, 2) # End at 5/2 + >>> step = Fraction(1, 2) # Count by 1/2 + >>> list(numeric_range(start, stop, step)) + [Fraction(1, 2), Fraction(1, 1), Fraction(3, 2), Fraction(2, 1)] + + If *step* is zero, ``ValueError`` is raised. Negative steps are supported: + + >>> list(numeric_range(3, -1, -1.0)) + [3.0, 2.0, 1.0, 0.0] + + Be aware of the limitations of floating point numbers; the representation + of the yielded numbers may be surprising. + + ``datetime.datetime`` objects can be used for *start* and *stop*, if *step* + is a ``datetime.timedelta`` object: + + >>> import datetime + >>> start = datetime.datetime(2019, 1, 1) + >>> stop = datetime.datetime(2019, 1, 3) + >>> step = datetime.timedelta(days=1) + >>> items = iter(numeric_range(start, stop, step)) + >>> next(items) + datetime.datetime(2019, 1, 1, 0, 0) + >>> next(items) + datetime.datetime(2019, 1, 2, 0, 0) + + """ + + _EMPTY_HASH = hash(range(0, 0)) + + def __init__(self, *args): + argc = len(args) + if argc == 1: + (self._stop,) = args + self._start = type(self._stop)(0) + self._step = type(self._stop - self._start)(1) + elif argc == 2: + self._start, self._stop = args + self._step = type(self._stop - self._start)(1) + elif argc == 3: + self._start, self._stop, self._step = args + elif argc == 0: + raise TypeError( + 'numeric_range expected at least ' + '1 argument, got {}'.format(argc) + ) + else: + raise TypeError( + 'numeric_range expected at most ' + '3 arguments, got {}'.format(argc) + ) + + self._zero = type(self._step)(0) + if self._step == self._zero: + raise ValueError('numeric_range() arg 3 must not be zero') + self._growing = self._step > self._zero + + def __bool__(self): + if self._growing: + return self._start < self._stop + else: + return self._start > self._stop + + def __contains__(self, elem): + if self._growing: + if self._start <= elem < self._stop: + return (elem - self._start) % self._step == self._zero + else: + if self._start >= elem > self._stop: + return (self._start - elem) % (-self._step) == self._zero + + return False + + def __eq__(self, other): + if isinstance(other, numeric_range): + empty_self = not bool(self) + empty_other = not bool(other) + if empty_self or empty_other: + return empty_self and empty_other # True if both empty + else: + return ( + self._start == other._start + and self._step == other._step + and self._get_by_index(-1) == other._get_by_index(-1) + ) + else: + return False + + def __getitem__(self, key): + if isinstance(key, int): + return self._get_by_index(key) + elif isinstance(key, slice): + step = self._step if key.step is None else key.step * self._step + + if key.start is None or key.start <= -self._len: + start = self._start + elif key.start >= self._len: + start = self._stop + else: # -self._len < key.start < self._len + start = self._get_by_index(key.start) + + if key.stop is None or key.stop >= self._len: + stop = self._stop + elif key.stop <= -self._len: + stop = self._start + else: # -self._len < key.stop < self._len + stop = self._get_by_index(key.stop) + + return numeric_range(start, stop, step) + else: + raise TypeError( + 'numeric range indices must be ' + 'integers or slices, not {}'.format(type(key).__name__) + ) + + def __hash__(self): + if self: + return hash((self._start, self._get_by_index(-1), self._step)) + else: + return self._EMPTY_HASH + + def __iter__(self): + values = (self._start + (n * self._step) for n in count()) + if self._growing: + return takewhile(partial(gt, self._stop), values) + else: + return takewhile(partial(lt, self._stop), values) + + def __len__(self): + return self._len + + @cached_property + def _len(self): + if self._growing: + start = self._start + stop = self._stop + step = self._step + else: + start = self._stop + stop = self._start + step = -self._step + distance = stop - start + if distance <= self._zero: + return 0 + else: # distance > 0 and step > 0: regular euclidean division + q, r = divmod(distance, step) + return int(q) + int(r != self._zero) + + def __reduce__(self): + return numeric_range, (self._start, self._stop, self._step) + + def __repr__(self): + if self._step == 1: + return "numeric_range({}, {})".format( + repr(self._start), repr(self._stop) + ) + else: + return "numeric_range({}, {}, {})".format( + repr(self._start), repr(self._stop), repr(self._step) + ) + + def __reversed__(self): + return iter( + numeric_range( + self._get_by_index(-1), self._start - self._step, -self._step + ) + ) + + def count(self, value): + return int(value in self) + + def index(self, value): + if self._growing: + if self._start <= value < self._stop: + q, r = divmod(value - self._start, self._step) + if r == self._zero: + return int(q) + else: + if self._start >= value > self._stop: + q, r = divmod(self._start - value, -self._step) + if r == self._zero: + return int(q) + + raise ValueError("{} is not in numeric range".format(value)) + + def _get_by_index(self, i): + if i < 0: + i += self._len + if i < 0 or i >= self._len: + raise IndexError("numeric range object index out of range") + return self._start + i * self._step + + +def count_cycle(iterable, n=None): + """Cycle through the items from *iterable* up to *n* times, yielding + the number of completed cycles along with each item. If *n* is omitted the + process repeats indefinitely. + + >>> list(count_cycle('AB', 3)) + [(0, 'A'), (0, 'B'), (1, 'A'), (1, 'B'), (2, 'A'), (2, 'B')] + + """ + iterable = tuple(iterable) + if not iterable: + return iter(()) + counter = count() if n is None else range(n) + return ((i, item) for i in counter for item in iterable) + + +def mark_ends(iterable): + """Yield 3-tuples of the form ``(is_first, is_last, item)``. + + >>> list(mark_ends('ABC')) + [(True, False, 'A'), (False, False, 'B'), (False, True, 'C')] + + Use this when looping over an iterable to take special action on its first + and/or last items: + + >>> iterable = ['Header', 100, 200, 'Footer'] + >>> total = 0 + >>> for is_first, is_last, item in mark_ends(iterable): + ... if is_first: + ... continue # Skip the header + ... if is_last: + ... continue # Skip the footer + ... total += item + >>> print(total) + 300 + """ + it = iter(iterable) + + try: + b = next(it) + except StopIteration: + return + + try: + for i in count(): + a = b + b = next(it) + yield i == 0, False, a + + except StopIteration: + yield i == 0, True, a + + +def locate(iterable, pred=bool, window_size=None): + """Yield the index of each item in *iterable* for which *pred* returns + ``True``. + + *pred* defaults to :func:`bool`, which will select truthy items: + + >>> list(locate([0, 1, 1, 0, 1, 0, 0])) + [1, 2, 4] + + Set *pred* to a custom function to, e.g., find the indexes for a particular + item. + + >>> list(locate(['a', 'b', 'c', 'b'], lambda x: x == 'b')) + [1, 3] + + If *window_size* is given, then the *pred* function will be called with + that many items. This enables searching for sub-sequences: + + >>> iterable = [0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3] + >>> pred = lambda *args: args == (1, 2, 3) + >>> list(locate(iterable, pred=pred, window_size=3)) + [1, 5, 9] + + Use with :func:`seekable` to find indexes and then retrieve the associated + items: + + >>> from itertools import count + >>> from more_itertools import seekable + >>> source = (3 * n + 1 if (n % 2) else n // 2 for n in count()) + >>> it = seekable(source) + >>> pred = lambda x: x > 100 + >>> indexes = locate(it, pred=pred) + >>> i = next(indexes) + >>> it.seek(i) + >>> next(it) + 106 + + """ + if window_size is None: + return compress(count(), map(pred, iterable)) + + if window_size < 1: + raise ValueError('window size must be at least 1') + + it = windowed(iterable, window_size, fillvalue=_marker) + return compress(count(), starmap(pred, it)) + + +def longest_common_prefix(iterables): + """Yield elements of the longest common prefix amongst given *iterables*. + + >>> ''.join(longest_common_prefix(['abcd', 'abc', 'abf'])) + 'ab' + + """ + return (c[0] for c in takewhile(all_equal, zip(*iterables))) + + +def lstrip(iterable, pred): + """Yield the items from *iterable*, but strip any from the beginning + for which *pred* returns ``True``. + + For example, to remove a set of items from the start of an iterable: + + >>> iterable = (None, False, None, 1, 2, None, 3, False, None) + >>> pred = lambda x: x in {None, False, ''} + >>> list(lstrip(iterable, pred)) + [1, 2, None, 3, False, None] + + This function is analogous to to :func:`str.lstrip`, and is essentially + an wrapper for :func:`itertools.dropwhile`. + + """ + return dropwhile(pred, iterable) + + +def rstrip(iterable, pred): + """Yield the items from *iterable*, but strip any from the end + for which *pred* returns ``True``. + + For example, to remove a set of items from the end of an iterable: + + >>> iterable = (None, False, None, 1, 2, None, 3, False, None) + >>> pred = lambda x: x in {None, False, ''} + >>> list(rstrip(iterable, pred)) + [None, False, None, 1, 2, None, 3] + + This function is analogous to :func:`str.rstrip`. + + """ + cache = [] + cache_append = cache.append + cache_clear = cache.clear + for x in iterable: + if pred(x): + cache_append(x) + else: + yield from cache + cache_clear() + yield x + + +def strip(iterable, pred): + """Yield the items from *iterable*, but strip any from the + beginning and end for which *pred* returns ``True``. + + For example, to remove a set of items from both ends of an iterable: + + >>> iterable = (None, False, None, 1, 2, None, 3, False, None) + >>> pred = lambda x: x in {None, False, ''} + >>> list(strip(iterable, pred)) + [1, 2, None, 3] + + This function is analogous to :func:`str.strip`. + + """ + return rstrip(lstrip(iterable, pred), pred) + + +class islice_extended: + """An extension of :func:`itertools.islice` that supports negative values + for *stop*, *start*, and *step*. + + >>> iterable = iter('abcdefgh') + >>> list(islice_extended(iterable, -4, -1)) + ['e', 'f', 'g'] + + Slices with negative values require some caching of *iterable*, but this + function takes care to minimize the amount of memory required. + + For example, you can use a negative step with an infinite iterator: + + >>> from itertools import count + >>> list(islice_extended(count(), 110, 99, -2)) + [110, 108, 106, 104, 102, 100] + + You can also use slice notation directly: + + >>> iterable = map(str, count()) + >>> it = islice_extended(iterable)[10:20:2] + >>> list(it) + ['10', '12', '14', '16', '18'] + + """ + + def __init__(self, iterable, *args): + it = iter(iterable) + if args: + self._iterable = _islice_helper(it, slice(*args)) + else: + self._iterable = it + + def __iter__(self): + return self + + def __next__(self): + return next(self._iterable) + + def __getitem__(self, key): + if isinstance(key, slice): + return islice_extended(_islice_helper(self._iterable, key)) + + raise TypeError('islice_extended.__getitem__ argument must be a slice') + + +def _islice_helper(it, s): + start = s.start + stop = s.stop + if s.step == 0: + raise ValueError('step argument must be a non-zero integer or None.') + step = s.step or 1 + + if step > 0: + start = 0 if (start is None) else start + + if start < 0: + # Consume all but the last -start items + cache = deque(enumerate(it, 1), maxlen=-start) + len_iter = cache[-1][0] if cache else 0 + + # Adjust start to be positive + i = max(len_iter + start, 0) + + # Adjust stop to be positive + if stop is None: + j = len_iter + elif stop >= 0: + j = min(stop, len_iter) + else: + j = max(len_iter + stop, 0) + + # Slice the cache + n = j - i + if n <= 0: + return + + for index, item in islice(cache, 0, n, step): + yield item + elif (stop is not None) and (stop < 0): + # Advance to the start position + next(islice(it, start, start), None) + + # When stop is negative, we have to carry -stop items while + # iterating + cache = deque(islice(it, -stop), maxlen=-stop) + + for index, item in enumerate(it): + cached_item = cache.popleft() + if index % step == 0: + yield cached_item + cache.append(item) + else: + # When both start and stop are positive we have the normal case + yield from islice(it, start, stop, step) + else: + start = -1 if (start is None) else start + + if (stop is not None) and (stop < 0): + # Consume all but the last items + n = -stop - 1 + cache = deque(enumerate(it, 1), maxlen=n) + len_iter = cache[-1][0] if cache else 0 + + # If start and stop are both negative they are comparable and + # we can just slice. Otherwise we can adjust start to be negative + # and then slice. + if start < 0: + i, j = start, stop + else: + i, j = min(start - len_iter, -1), None + + for index, item in list(cache)[i:j:step]: + yield item + else: + # Advance to the stop position + if stop is not None: + m = stop + 1 + next(islice(it, m, m), None) + + # stop is positive, so if start is negative they are not comparable + # and we need the rest of the items. + if start < 0: + i = start + n = None + # stop is None and start is positive, so we just need items up to + # the start index. + elif stop is None: + i = None + n = start + 1 + # Both stop and start are positive, so they are comparable. + else: + i = None + n = start - stop + if n <= 0: + return + + cache = list(islice(it, n)) + + yield from cache[i::step] + + +def always_reversible(iterable): + """An extension of :func:`reversed` that supports all iterables, not + just those which implement the ``Reversible`` or ``Sequence`` protocols. + + >>> print(*always_reversible(x for x in range(3))) + 2 1 0 + + If the iterable is already reversible, this function returns the + result of :func:`reversed()`. If the iterable is not reversible, + this function will cache the remaining items in the iterable and + yield them in reverse order, which may require significant storage. + """ + try: + return reversed(iterable) + except TypeError: + return reversed(list(iterable)) + + +def consecutive_groups(iterable, ordering=lambda x: x): + """Yield groups of consecutive items using :func:`itertools.groupby`. + The *ordering* function determines whether two items are adjacent by + returning their position. + + By default, the ordering function is the identity function. This is + suitable for finding runs of numbers: + + >>> iterable = [1, 10, 11, 12, 20, 30, 31, 32, 33, 40] + >>> for group in consecutive_groups(iterable): + ... print(list(group)) + [1] + [10, 11, 12] + [20] + [30, 31, 32, 33] + [40] + + For finding runs of adjacent letters, try using the :meth:`index` method + of a string of letters: + + >>> from string import ascii_lowercase + >>> iterable = 'abcdfgilmnop' + >>> ordering = ascii_lowercase.index + >>> for group in consecutive_groups(iterable, ordering): + ... print(list(group)) + ['a', 'b', 'c', 'd'] + ['f', 'g'] + ['i'] + ['l', 'm', 'n', 'o', 'p'] + + Each group of consecutive items is an iterator that shares it source with + *iterable*. When an an output group is advanced, the previous group is + no longer available unless its elements are copied (e.g., into a ``list``). + + >>> iterable = [1, 2, 11, 12, 21, 22] + >>> saved_groups = [] + >>> for group in consecutive_groups(iterable): + ... saved_groups.append(list(group)) # Copy group elements + >>> saved_groups + [[1, 2], [11, 12], [21, 22]] + + """ + for k, g in groupby( + enumerate(iterable), key=lambda x: x[0] - ordering(x[1]) + ): + yield map(itemgetter(1), g) + + +def difference(iterable, func=sub, *, initial=None): + """This function is the inverse of :func:`itertools.accumulate`. By default + it will compute the first difference of *iterable* using + :func:`operator.sub`: + + >>> from itertools import accumulate + >>> iterable = accumulate([0, 1, 2, 3, 4]) # produces 0, 1, 3, 6, 10 + >>> list(difference(iterable)) + [0, 1, 2, 3, 4] + + *func* defaults to :func:`operator.sub`, but other functions can be + specified. They will be applied as follows:: + + A, B, C, D, ... --> A, func(B, A), func(C, B), func(D, C), ... + + For example, to do progressive division: + + >>> iterable = [1, 2, 6, 24, 120] + >>> func = lambda x, y: x // y + >>> list(difference(iterable, func)) + [1, 2, 3, 4, 5] + + If the *initial* keyword is set, the first element will be skipped when + computing successive differences. + + >>> it = [10, 11, 13, 16] # from accumulate([1, 2, 3], initial=10) + >>> list(difference(it, initial=10)) + [1, 2, 3] + + """ + a, b = tee(iterable) + try: + first = [next(b)] + except StopIteration: + return iter([]) + + if initial is not None: + first = [] + + return chain(first, map(func, b, a)) + + +class SequenceView(Sequence): + """Return a read-only view of the sequence object *target*. + + :class:`SequenceView` objects are analogous to Python's built-in + "dictionary view" types. They provide a dynamic view of a sequence's items, + meaning that when the sequence updates, so does the view. + + >>> seq = ['0', '1', '2'] + >>> view = SequenceView(seq) + >>> view + SequenceView(['0', '1', '2']) + >>> seq.append('3') + >>> view + SequenceView(['0', '1', '2', '3']) + + Sequence views support indexing, slicing, and length queries. They act + like the underlying sequence, except they don't allow assignment: + + >>> view[1] + '1' + >>> view[1:-1] + ['1', '2'] + >>> len(view) + 4 + + Sequence views are useful as an alternative to copying, as they don't + require (much) extra storage. + + """ + + def __init__(self, target): + if not isinstance(target, Sequence): + raise TypeError + self._target = target + + def __getitem__(self, index): + return self._target[index] + + def __len__(self): + return len(self._target) + + def __repr__(self): + return '{}({})'.format(self.__class__.__name__, repr(self._target)) + + +class seekable: + """Wrap an iterator to allow for seeking backward and forward. This + progressively caches the items in the source iterable so they can be + re-visited. + + Call :meth:`seek` with an index to seek to that position in the source + iterable. + + To "reset" an iterator, seek to ``0``: + + >>> from itertools import count + >>> it = seekable((str(n) for n in count())) + >>> next(it), next(it), next(it) + ('0', '1', '2') + >>> it.seek(0) + >>> next(it), next(it), next(it) + ('0', '1', '2') + >>> next(it) + '3' + + You can also seek forward: + + >>> it = seekable((str(n) for n in range(20))) + >>> it.seek(10) + >>> next(it) + '10' + >>> it.relative_seek(-2) # Seeking relative to the current position + >>> next(it) + '9' + >>> it.seek(20) # Seeking past the end of the source isn't a problem + >>> list(it) + [] + >>> it.seek(0) # Resetting works even after hitting the end + >>> next(it), next(it), next(it) + ('0', '1', '2') + + Call :meth:`peek` to look ahead one item without advancing the iterator: + + >>> it = seekable('1234') + >>> it.peek() + '1' + >>> list(it) + ['1', '2', '3', '4'] + >>> it.peek(default='empty') + 'empty' + + Before the iterator is at its end, calling :func:`bool` on it will return + ``True``. After it will return ``False``: + + >>> it = seekable('5678') + >>> bool(it) + True + >>> list(it) + ['5', '6', '7', '8'] + >>> bool(it) + False + + You may view the contents of the cache with the :meth:`elements` method. + That returns a :class:`SequenceView`, a view that updates automatically: + + >>> it = seekable((str(n) for n in range(10))) + >>> next(it), next(it), next(it) + ('0', '1', '2') + >>> elements = it.elements() + >>> elements + SequenceView(['0', '1', '2']) + >>> next(it) + '3' + >>> elements + SequenceView(['0', '1', '2', '3']) + + By default, the cache grows as the source iterable progresses, so beware of + wrapping very large or infinite iterables. Supply *maxlen* to limit the + size of the cache (this of course limits how far back you can seek). + + >>> from itertools import count + >>> it = seekable((str(n) for n in count()), maxlen=2) + >>> next(it), next(it), next(it), next(it) + ('0', '1', '2', '3') + >>> list(it.elements()) + ['2', '3'] + >>> it.seek(0) + >>> next(it), next(it), next(it), next(it) + ('2', '3', '4', '5') + >>> next(it) + '6' + + """ + + def __init__(self, iterable, maxlen=None): + self._source = iter(iterable) + if maxlen is None: + self._cache = [] + else: + self._cache = deque([], maxlen) + self._index = None + + def __iter__(self): + return self + + def __next__(self): + if self._index is not None: + try: + item = self._cache[self._index] + except IndexError: + self._index = None + else: + self._index += 1 + return item + + item = next(self._source) + self._cache.append(item) + return item + + def __bool__(self): + try: + self.peek() + except StopIteration: + return False + return True + + def peek(self, default=_marker): + try: + peeked = next(self) + except StopIteration: + if default is _marker: + raise + return default + if self._index is None: + self._index = len(self._cache) + self._index -= 1 + return peeked + + def elements(self): + return SequenceView(self._cache) + + def seek(self, index): + self._index = index + remainder = index - len(self._cache) + if remainder > 0: + consume(self, remainder) + + def relative_seek(self, count): + index = len(self._cache) + self.seek(max(index + count, 0)) + + +class run_length: + """ + :func:`run_length.encode` compresses an iterable with run-length encoding. + It yields groups of repeated items with the count of how many times they + were repeated: + + >>> uncompressed = 'abbcccdddd' + >>> list(run_length.encode(uncompressed)) + [('a', 1), ('b', 2), ('c', 3), ('d', 4)] + + :func:`run_length.decode` decompresses an iterable that was previously + compressed with run-length encoding. It yields the items of the + decompressed iterable: + + >>> compressed = [('a', 1), ('b', 2), ('c', 3), ('d', 4)] + >>> list(run_length.decode(compressed)) + ['a', 'b', 'b', 'c', 'c', 'c', 'd', 'd', 'd', 'd'] + + """ + + @staticmethod + def encode(iterable): + return ((k, ilen(g)) for k, g in groupby(iterable)) + + @staticmethod + def decode(iterable): + return chain.from_iterable(repeat(k, n) for k, n in iterable) + + +def exactly_n(iterable, n, predicate=bool): + """Return ``True`` if exactly ``n`` items in the iterable are ``True`` + according to the *predicate* function. + + >>> exactly_n([True, True, False], 2) + True + >>> exactly_n([True, True, False], 1) + False + >>> exactly_n([0, 1, 2, 3, 4, 5], 3, lambda x: x < 3) + True + + The iterable will be advanced until ``n + 1`` truthy items are encountered, + so avoid calling it on infinite iterables. + + """ + return len(take(n + 1, filter(predicate, iterable))) == n + + +def circular_shifts(iterable): + """Return a list of circular shifts of *iterable*. + + >>> circular_shifts(range(4)) + [(0, 1, 2, 3), (1, 2, 3, 0), (2, 3, 0, 1), (3, 0, 1, 2)] + """ + lst = list(iterable) + return take(len(lst), windowed(cycle(lst), len(lst))) + + +def make_decorator(wrapping_func, result_index=0): + """Return a decorator version of *wrapping_func*, which is a function that + modifies an iterable. *result_index* is the position in that function's + signature where the iterable goes. + + This lets you use itertools on the "production end," i.e. at function + definition. This can augment what the function returns without changing the + function's code. + + For example, to produce a decorator version of :func:`chunked`: + + >>> from more_itertools import chunked + >>> chunker = make_decorator(chunked, result_index=0) + >>> @chunker(3) + ... def iter_range(n): + ... return iter(range(n)) + ... + >>> list(iter_range(9)) + [[0, 1, 2], [3, 4, 5], [6, 7, 8]] + + To only allow truthy items to be returned: + + >>> truth_serum = make_decorator(filter, result_index=1) + >>> @truth_serum(bool) + ... def boolean_test(): + ... return [0, 1, '', ' ', False, True] + ... + >>> list(boolean_test()) + [1, ' ', True] + + The :func:`peekable` and :func:`seekable` wrappers make for practical + decorators: + + >>> from more_itertools import peekable + >>> peekable_function = make_decorator(peekable) + >>> @peekable_function() + ... def str_range(*args): + ... return (str(x) for x in range(*args)) + ... + >>> it = str_range(1, 20, 2) + >>> next(it), next(it), next(it) + ('1', '3', '5') + >>> it.peek() + '7' + >>> next(it) + '7' + + """ + + # See https://sites.google.com/site/bbayles/index/decorator_factory for + # notes on how this works. + def decorator(*wrapping_args, **wrapping_kwargs): + def outer_wrapper(f): + def inner_wrapper(*args, **kwargs): + result = f(*args, **kwargs) + wrapping_args_ = list(wrapping_args) + wrapping_args_.insert(result_index, result) + return wrapping_func(*wrapping_args_, **wrapping_kwargs) + + return inner_wrapper + + return outer_wrapper + + return decorator + + +def map_reduce(iterable, keyfunc, valuefunc=None, reducefunc=None): + """Return a dictionary that maps the items in *iterable* to categories + defined by *keyfunc*, transforms them with *valuefunc*, and + then summarizes them by category with *reducefunc*. + + *valuefunc* defaults to the identity function if it is unspecified. + If *reducefunc* is unspecified, no summarization takes place: + + >>> keyfunc = lambda x: x.upper() + >>> result = map_reduce('abbccc', keyfunc) + >>> sorted(result.items()) + [('A', ['a']), ('B', ['b', 'b']), ('C', ['c', 'c', 'c'])] + + Specifying *valuefunc* transforms the categorized items: + + >>> keyfunc = lambda x: x.upper() + >>> valuefunc = lambda x: 1 + >>> result = map_reduce('abbccc', keyfunc, valuefunc) + >>> sorted(result.items()) + [('A', [1]), ('B', [1, 1]), ('C', [1, 1, 1])] + + Specifying *reducefunc* summarizes the categorized items: + + >>> keyfunc = lambda x: x.upper() + >>> valuefunc = lambda x: 1 + >>> reducefunc = sum + >>> result = map_reduce('abbccc', keyfunc, valuefunc, reducefunc) + >>> sorted(result.items()) + [('A', 1), ('B', 2), ('C', 3)] + + You may want to filter the input iterable before applying the map/reduce + procedure: + + >>> all_items = range(30) + >>> items = [x for x in all_items if 10 <= x <= 20] # Filter + >>> keyfunc = lambda x: x % 2 # Evens map to 0; odds to 1 + >>> categories = map_reduce(items, keyfunc=keyfunc) + >>> sorted(categories.items()) + [(0, [10, 12, 14, 16, 18, 20]), (1, [11, 13, 15, 17, 19])] + >>> summaries = map_reduce(items, keyfunc=keyfunc, reducefunc=sum) + >>> sorted(summaries.items()) + [(0, 90), (1, 75)] + + Note that all items in the iterable are gathered into a list before the + summarization step, which may require significant storage. + + The returned object is a :obj:`collections.defaultdict` with the + ``default_factory`` set to ``None``, such that it behaves like a normal + dictionary. + + """ + valuefunc = (lambda x: x) if (valuefunc is None) else valuefunc + + ret = defaultdict(list) + for item in iterable: + key = keyfunc(item) + value = valuefunc(item) + ret[key].append(value) + + if reducefunc is not None: + for key, value_list in ret.items(): + ret[key] = reducefunc(value_list) + + ret.default_factory = None + return ret + + +def rlocate(iterable, pred=bool, window_size=None): + """Yield the index of each item in *iterable* for which *pred* returns + ``True``, starting from the right and moving left. + + *pred* defaults to :func:`bool`, which will select truthy items: + + >>> list(rlocate([0, 1, 1, 0, 1, 0, 0])) # Truthy at 1, 2, and 4 + [4, 2, 1] + + Set *pred* to a custom function to, e.g., find the indexes for a particular + item: + + >>> iterable = iter('abcb') + >>> pred = lambda x: x == 'b' + >>> list(rlocate(iterable, pred)) + [3, 1] + + If *window_size* is given, then the *pred* function will be called with + that many items. This enables searching for sub-sequences: + + >>> iterable = [0, 1, 2, 3, 0, 1, 2, 3, 0, 1, 2, 3] + >>> pred = lambda *args: args == (1, 2, 3) + >>> list(rlocate(iterable, pred=pred, window_size=3)) + [9, 5, 1] + + Beware, this function won't return anything for infinite iterables. + If *iterable* is reversible, ``rlocate`` will reverse it and search from + the right. Otherwise, it will search from the left and return the results + in reverse order. + + See :func:`locate` to for other example applications. + + """ + if window_size is None: + try: + len_iter = len(iterable) + return (len_iter - i - 1 for i in locate(reversed(iterable), pred)) + except TypeError: + pass + + return reversed(list(locate(iterable, pred, window_size))) + + +def replace(iterable, pred, substitutes, count=None, window_size=1): + """Yield the items from *iterable*, replacing the items for which *pred* + returns ``True`` with the items from the iterable *substitutes*. + + >>> iterable = [1, 1, 0, 1, 1, 0, 1, 1] + >>> pred = lambda x: x == 0 + >>> substitutes = (2, 3) + >>> list(replace(iterable, pred, substitutes)) + [1, 1, 2, 3, 1, 1, 2, 3, 1, 1] + + If *count* is given, the number of replacements will be limited: + + >>> iterable = [1, 1, 0, 1, 1, 0, 1, 1, 0] + >>> pred = lambda x: x == 0 + >>> substitutes = [None] + >>> list(replace(iterable, pred, substitutes, count=2)) + [1, 1, None, 1, 1, None, 1, 1, 0] + + Use *window_size* to control the number of items passed as arguments to + *pred*. This allows for locating and replacing subsequences. + + >>> iterable = [0, 1, 2, 5, 0, 1, 2, 5] + >>> window_size = 3 + >>> pred = lambda *args: args == (0, 1, 2) # 3 items passed to pred + >>> substitutes = [3, 4] # Splice in these items + >>> list(replace(iterable, pred, substitutes, window_size=window_size)) + [3, 4, 5, 3, 4, 5] + + """ + if window_size < 1: + raise ValueError('window_size must be at least 1') + + # Save the substitutes iterable, since it's used more than once + substitutes = tuple(substitutes) + + # Add padding such that the number of windows matches the length of the + # iterable + it = chain(iterable, [_marker] * (window_size - 1)) + windows = windowed(it, window_size) + + n = 0 + for w in windows: + # If the current window matches our predicate (and we haven't hit + # our maximum number of replacements), splice in the substitutes + # and then consume the following windows that overlap with this one. + # For example, if the iterable is (0, 1, 2, 3, 4...) + # and the window size is 2, we have (0, 1), (1, 2), (2, 3)... + # If the predicate matches on (0, 1), we need to zap (0, 1) and (1, 2) + if pred(*w): + if (count is None) or (n < count): + n += 1 + yield from substitutes + consume(windows, window_size - 1) + continue + + # If there was no match (or we've reached the replacement limit), + # yield the first item from the window. + if w and (w[0] is not _marker): + yield w[0] + + +def partitions(iterable): + """Yield all possible order-preserving partitions of *iterable*. + + >>> iterable = 'abc' + >>> for part in partitions(iterable): + ... print([''.join(p) for p in part]) + ['abc'] + ['a', 'bc'] + ['ab', 'c'] + ['a', 'b', 'c'] + + This is unrelated to :func:`partition`. + + """ + sequence = list(iterable) + n = len(sequence) + for i in powerset(range(1, n)): + yield [sequence[i:j] for i, j in zip((0,) + i, i + (n,))] + + +def set_partitions(iterable, k=None): + """ + Yield the set partitions of *iterable* into *k* parts. Set partitions are + not order-preserving. + + >>> iterable = 'abc' + >>> for part in set_partitions(iterable, 2): + ... print([''.join(p) for p in part]) + ['a', 'bc'] + ['ab', 'c'] + ['b', 'ac'] + + + If *k* is not given, every set partition is generated. + + >>> iterable = 'abc' + >>> for part in set_partitions(iterable): + ... print([''.join(p) for p in part]) + ['abc'] + ['a', 'bc'] + ['ab', 'c'] + ['b', 'ac'] + ['a', 'b', 'c'] + + """ + L = list(iterable) + n = len(L) + if k is not None: + if k < 1: + raise ValueError( + "Can't partition in a negative or zero number of groups" + ) + elif k > n: + return + + def set_partitions_helper(L, k): + n = len(L) + if k == 1: + yield [L] + elif n == k: + yield [[s] for s in L] + else: + e, *M = L + for p in set_partitions_helper(M, k - 1): + yield [[e], *p] + for p in set_partitions_helper(M, k): + for i in range(len(p)): + yield p[:i] + [[e] + p[i]] + p[i + 1 :] + + if k is None: + for k in range(1, n + 1): + yield from set_partitions_helper(L, k) + else: + yield from set_partitions_helper(L, k) + + +class time_limited: + """ + Yield items from *iterable* until *limit_seconds* have passed. + If the time limit expires before all items have been yielded, the + ``timed_out`` parameter will be set to ``True``. + + >>> from time import sleep + >>> def generator(): + ... yield 1 + ... yield 2 + ... sleep(0.2) + ... yield 3 + >>> iterable = time_limited(0.1, generator()) + >>> list(iterable) + [1, 2] + >>> iterable.timed_out + True + + Note that the time is checked before each item is yielded, and iteration + stops if the time elapsed is greater than *limit_seconds*. If your time + limit is 1 second, but it takes 2 seconds to generate the first item from + the iterable, the function will run for 2 seconds and not yield anything. + As a special case, when *limit_seconds* is zero, the iterator never + returns anything. + + """ + + def __init__(self, limit_seconds, iterable): + if limit_seconds < 0: + raise ValueError('limit_seconds must be positive') + self.limit_seconds = limit_seconds + self._iterable = iter(iterable) + self._start_time = monotonic() + self.timed_out = False + + def __iter__(self): + return self + + def __next__(self): + if self.limit_seconds == 0: + self.timed_out = True + raise StopIteration + item = next(self._iterable) + if monotonic() - self._start_time > self.limit_seconds: + self.timed_out = True + raise StopIteration + + return item + + +def only(iterable, default=None, too_long=None): + """If *iterable* has only one item, return it. + If it has zero items, return *default*. + If it has more than one item, raise the exception given by *too_long*, + which is ``ValueError`` by default. + + >>> only([], default='missing') + 'missing' + >>> only([1]) + 1 + >>> only([1, 2]) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + ValueError: Expected exactly one item in iterable, but got 1, 2, + and perhaps more.' + >>> only([1, 2], too_long=TypeError) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + TypeError + + Note that :func:`only` attempts to advance *iterable* twice to ensure there + is only one item. See :func:`spy` or :func:`peekable` to check + iterable contents less destructively. + """ + it = iter(iterable) + first_value = next(it, default) + + try: + second_value = next(it) + except StopIteration: + pass + else: + msg = ( + 'Expected exactly one item in iterable, but got {!r}, {!r}, ' + 'and perhaps more.'.format(first_value, second_value) + ) + raise too_long or ValueError(msg) + + return first_value + + +def _ichunk(iterable, n): + cache = deque() + chunk = islice(iterable, n) + + def generator(): + while True: + if cache: + yield cache.popleft() + else: + try: + item = next(chunk) + except StopIteration: + return + else: + yield item + + def materialize_next(n=1): + # if n not specified materialize everything + if n is None: + cache.extend(chunk) + return len(cache) + + to_cache = n - len(cache) + + # materialize up to n + if to_cache > 0: + cache.extend(islice(chunk, to_cache)) + + # return number materialized up to n + return min(n, len(cache)) + + return (generator(), materialize_next) + + +def ichunked(iterable, n): + """Break *iterable* into sub-iterables with *n* elements each. + :func:`ichunked` is like :func:`chunked`, but it yields iterables + instead of lists. + + If the sub-iterables are read in order, the elements of *iterable* + won't be stored in memory. + If they are read out of order, :func:`itertools.tee` is used to cache + elements as necessary. + + >>> from itertools import count + >>> all_chunks = ichunked(count(), 4) + >>> c_1, c_2, c_3 = next(all_chunks), next(all_chunks), next(all_chunks) + >>> list(c_2) # c_1's elements have been cached; c_3's haven't been + [4, 5, 6, 7] + >>> list(c_1) + [0, 1, 2, 3] + >>> list(c_3) + [8, 9, 10, 11] + + """ + iterable = iter(iterable) + while True: + # Create new chunk + chunk, materialize_next = _ichunk(iterable, n) + + # Check to see whether we're at the end of the source iterable + if not materialize_next(): + return + + yield chunk + + # Fill previous chunk's cache + materialize_next(None) + + +def iequals(*iterables): + """Return ``True`` if all given *iterables* are equal to each other, + which means that they contain the same elements in the same order. + + The function is useful for comparing iterables of different data types + or iterables that do not support equality checks. + + >>> iequals("abc", ['a', 'b', 'c'], ('a', 'b', 'c'), iter("abc")) + True + + >>> iequals("abc", "acb") + False + + Not to be confused with :func:`all_equal`, which checks whether all + elements of iterable are equal to each other. + + """ + return all(map(all_equal, zip_longest(*iterables, fillvalue=object()))) + + +def distinct_combinations(iterable, r): + """Yield the distinct combinations of *r* items taken from *iterable*. + + >>> list(distinct_combinations([0, 0, 1], 2)) + [(0, 0), (0, 1)] + + Equivalent to ``set(combinations(iterable))``, except duplicates are not + generated and thrown away. For larger input sequences this is much more + efficient. + + """ + if r < 0: + raise ValueError('r must be non-negative') + elif r == 0: + yield () + return + pool = tuple(iterable) + generators = [unique_everseen(enumerate(pool), key=itemgetter(1))] + current_combo = [None] * r + level = 0 + while generators: + try: + cur_idx, p = next(generators[-1]) + except StopIteration: + generators.pop() + level -= 1 + continue + current_combo[level] = p + if level + 1 == r: + yield tuple(current_combo) + else: + generators.append( + unique_everseen( + enumerate(pool[cur_idx + 1 :], cur_idx + 1), + key=itemgetter(1), + ) + ) + level += 1 + + +def filter_except(validator, iterable, *exceptions): + """Yield the items from *iterable* for which the *validator* function does + not raise one of the specified *exceptions*. + + *validator* is called for each item in *iterable*. + It should be a function that accepts one argument and raises an exception + if that item is not valid. + + >>> iterable = ['1', '2', 'three', '4', None] + >>> list(filter_except(int, iterable, ValueError, TypeError)) + ['1', '2', '4'] + + If an exception other than one given by *exceptions* is raised by + *validator*, it is raised like normal. + """ + for item in iterable: + try: + validator(item) + except exceptions: + pass + else: + yield item + + +def map_except(function, iterable, *exceptions): + """Transform each item from *iterable* with *function* and yield the + result, unless *function* raises one of the specified *exceptions*. + + *function* is called to transform each item in *iterable*. + It should accept one argument. + + >>> iterable = ['1', '2', 'three', '4', None] + >>> list(map_except(int, iterable, ValueError, TypeError)) + [1, 2, 4] + + If an exception other than one given by *exceptions* is raised by + *function*, it is raised like normal. + """ + for item in iterable: + try: + yield function(item) + except exceptions: + pass + + +def map_if(iterable, pred, func, func_else=lambda x: x): + """Evaluate each item from *iterable* using *pred*. If the result is + equivalent to ``True``, transform the item with *func* and yield it. + Otherwise, transform the item with *func_else* and yield it. + + *pred*, *func*, and *func_else* should each be functions that accept + one argument. By default, *func_else* is the identity function. + + >>> from math import sqrt + >>> iterable = list(range(-5, 5)) + >>> iterable + [-5, -4, -3, -2, -1, 0, 1, 2, 3, 4] + >>> list(map_if(iterable, lambda x: x > 3, lambda x: 'toobig')) + [-5, -4, -3, -2, -1, 0, 1, 2, 3, 'toobig'] + >>> list(map_if(iterable, lambda x: x >= 0, + ... lambda x: f'{sqrt(x):.2f}', lambda x: None)) + [None, None, None, None, None, '0.00', '1.00', '1.41', '1.73', '2.00'] + """ + for item in iterable: + yield func(item) if pred(item) else func_else(item) + + +def _sample_unweighted(iterable, k): + # Implementation of "Algorithm L" from the 1994 paper by Kim-Hung Li: + # "Reservoir-Sampling Algorithms of Time Complexity O(n(1+log(N/n)))". + + # Fill up the reservoir (collection of samples) with the first `k` samples + reservoir = take(k, iterable) + + # Generate random number that's the largest in a sample of k U(0,1) numbers + # Largest order statistic: https://en.wikipedia.org/wiki/Order_statistic + W = exp(log(random()) / k) + + # The number of elements to skip before changing the reservoir is a random + # number with a geometric distribution. Sample it using random() and logs. + next_index = k + floor(log(random()) / log(1 - W)) + + for index, element in enumerate(iterable, k): + if index == next_index: + reservoir[randrange(k)] = element + # The new W is the largest in a sample of k U(0, `old_W`) numbers + W *= exp(log(random()) / k) + next_index += floor(log(random()) / log(1 - W)) + 1 + + return reservoir + + +def _sample_weighted(iterable, k, weights): + # Implementation of "A-ExpJ" from the 2006 paper by Efraimidis et al. : + # "Weighted random sampling with a reservoir". + + # Log-transform for numerical stability for weights that are small/large + weight_keys = (log(random()) / weight for weight in weights) + + # Fill up the reservoir (collection of samples) with the first `k` + # weight-keys and elements, then heapify the list. + reservoir = take(k, zip(weight_keys, iterable)) + heapify(reservoir) + + # The number of jumps before changing the reservoir is a random variable + # with an exponential distribution. Sample it using random() and logs. + smallest_weight_key, _ = reservoir[0] + weights_to_skip = log(random()) / smallest_weight_key + + for weight, element in zip(weights, iterable): + if weight >= weights_to_skip: + # The notation here is consistent with the paper, but we store + # the weight-keys in log-space for better numerical stability. + smallest_weight_key, _ = reservoir[0] + t_w = exp(weight * smallest_weight_key) + r_2 = uniform(t_w, 1) # generate U(t_w, 1) + weight_key = log(r_2) / weight + heapreplace(reservoir, (weight_key, element)) + smallest_weight_key, _ = reservoir[0] + weights_to_skip = log(random()) / smallest_weight_key + else: + weights_to_skip -= weight + + # Equivalent to [element for weight_key, element in sorted(reservoir)] + return [heappop(reservoir)[1] for _ in range(k)] + + +def sample(iterable, k, weights=None): + """Return a *k*-length list of elements chosen (without replacement) + from the *iterable*. Like :func:`random.sample`, but works on iterables + of unknown length. + + >>> iterable = range(100) + >>> sample(iterable, 5) # doctest: +SKIP + [81, 60, 96, 16, 4] + + An iterable with *weights* may also be given: + + >>> iterable = range(100) + >>> weights = (i * i + 1 for i in range(100)) + >>> sampled = sample(iterable, 5, weights=weights) # doctest: +SKIP + [79, 67, 74, 66, 78] + + The algorithm can also be used to generate weighted random permutations. + The relative weight of each item determines the probability that it + appears late in the permutation. + + >>> data = "abcdefgh" + >>> weights = range(1, len(data) + 1) + >>> sample(data, k=len(data), weights=weights) # doctest: +SKIP + ['c', 'a', 'b', 'e', 'g', 'd', 'h', 'f'] + """ + if k == 0: + return [] + + iterable = iter(iterable) + if weights is None: + return _sample_unweighted(iterable, k) + else: + weights = iter(weights) + return _sample_weighted(iterable, k, weights) + + +def is_sorted(iterable, key=None, reverse=False, strict=False): + """Returns ``True`` if the items of iterable are in sorted order, and + ``False`` otherwise. *key* and *reverse* have the same meaning that they do + in the built-in :func:`sorted` function. + + >>> is_sorted(['1', '2', '3', '4', '5'], key=int) + True + >>> is_sorted([5, 4, 3, 1, 2], reverse=True) + False + + If *strict*, tests for strict sorting, that is, returns ``False`` if equal + elements are found: + + >>> is_sorted([1, 2, 2]) + True + >>> is_sorted([1, 2, 2], strict=True) + False + + The function returns ``False`` after encountering the first out-of-order + item. If there are no out-of-order items, the iterable is exhausted. + """ + + compare = (le if reverse else ge) if strict else (lt if reverse else gt) + it = iterable if key is None else map(key, iterable) + return not any(starmap(compare, pairwise(it))) + + +class AbortThread(BaseException): + pass + + +class callback_iter: + """Convert a function that uses callbacks to an iterator. + + Let *func* be a function that takes a `callback` keyword argument. + For example: + + >>> def func(callback=None): + ... for i, c in [(1, 'a'), (2, 'b'), (3, 'c')]: + ... if callback: + ... callback(i, c) + ... return 4 + + + Use ``with callback_iter(func)`` to get an iterator over the parameters + that are delivered to the callback. + + >>> with callback_iter(func) as it: + ... for args, kwargs in it: + ... print(args) + (1, 'a') + (2, 'b') + (3, 'c') + + The function will be called in a background thread. The ``done`` property + indicates whether it has completed execution. + + >>> it.done + True + + If it completes successfully, its return value will be available + in the ``result`` property. + + >>> it.result + 4 + + Notes: + + * If the function uses some keyword argument besides ``callback``, supply + *callback_kwd*. + * If it finished executing, but raised an exception, accessing the + ``result`` property will raise the same exception. + * If it hasn't finished executing, accessing the ``result`` + property from within the ``with`` block will raise ``RuntimeError``. + * If it hasn't finished executing, accessing the ``result`` property from + outside the ``with`` block will raise a + ``more_itertools.AbortThread`` exception. + * Provide *wait_seconds* to adjust how frequently the it is polled for + output. + + """ + + def __init__(self, func, callback_kwd='callback', wait_seconds=0.1): + self._func = func + self._callback_kwd = callback_kwd + self._aborted = False + self._future = None + self._wait_seconds = wait_seconds + # Lazily import concurrent.future + self._executor = __import__( + 'concurrent.futures' + ).futures.ThreadPoolExecutor(max_workers=1) + self._iterator = self._reader() + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): + self._aborted = True + self._executor.shutdown() + + def __iter__(self): + return self + + def __next__(self): + return next(self._iterator) + + @property + def done(self): + if self._future is None: + return False + return self._future.done() + + @property + def result(self): + if not self.done: + raise RuntimeError('Function has not yet completed') + + return self._future.result() + + def _reader(self): + q = Queue() + + def callback(*args, **kwargs): + if self._aborted: + raise AbortThread('canceled by user') + + q.put((args, kwargs)) + + self._future = self._executor.submit( + self._func, **{self._callback_kwd: callback} + ) + + while True: + try: + item = q.get(timeout=self._wait_seconds) + except Empty: + pass + else: + q.task_done() + yield item + + if self._future.done(): + break + + remaining = [] + while True: + try: + item = q.get_nowait() + except Empty: + break + else: + q.task_done() + remaining.append(item) + q.join() + yield from remaining + + +def windowed_complete(iterable, n): + """ + Yield ``(beginning, middle, end)`` tuples, where: + + * Each ``middle`` has *n* items from *iterable* + * Each ``beginning`` has the items before the ones in ``middle`` + * Each ``end`` has the items after the ones in ``middle`` + + >>> iterable = range(7) + >>> n = 3 + >>> for beginning, middle, end in windowed_complete(iterable, n): + ... print(beginning, middle, end) + () (0, 1, 2) (3, 4, 5, 6) + (0,) (1, 2, 3) (4, 5, 6) + (0, 1) (2, 3, 4) (5, 6) + (0, 1, 2) (3, 4, 5) (6,) + (0, 1, 2, 3) (4, 5, 6) () + + Note that *n* must be at least 0 and most equal to the length of + *iterable*. + + This function will exhaust the iterable and may require significant + storage. + """ + if n < 0: + raise ValueError('n must be >= 0') + + seq = tuple(iterable) + size = len(seq) + + if n > size: + raise ValueError('n must be <= len(seq)') + + for i in range(size - n + 1): + beginning = seq[:i] + middle = seq[i : i + n] + end = seq[i + n :] + yield beginning, middle, end + + +def all_unique(iterable, key=None): + """ + Returns ``True`` if all the elements of *iterable* are unique (no two + elements are equal). + + >>> all_unique('ABCB') + False + + If a *key* function is specified, it will be used to make comparisons. + + >>> all_unique('ABCb') + True + >>> all_unique('ABCb', str.lower) + False + + The function returns as soon as the first non-unique element is + encountered. Iterables with a mix of hashable and unhashable items can + be used, but the function will be slower for unhashable items. + """ + seenset = set() + seenset_add = seenset.add + seenlist = [] + seenlist_add = seenlist.append + for element in map(key, iterable) if key else iterable: + try: + if element in seenset: + return False + seenset_add(element) + except TypeError: + if element in seenlist: + return False + seenlist_add(element) + return True + + +def nth_product(index, *args): + """Equivalent to ``list(product(*args))[index]``. + + The products of *args* can be ordered lexicographically. + :func:`nth_product` computes the product at sort position *index* without + computing the previous products. + + >>> nth_product(8, range(2), range(2), range(2), range(2)) + (1, 0, 0, 0) + + ``IndexError`` will be raised if the given *index* is invalid. + """ + pools = list(map(tuple, reversed(args))) + ns = list(map(len, pools)) + + c = reduce(mul, ns) + + if index < 0: + index += c + + if not 0 <= index < c: + raise IndexError + + result = [] + for pool, n in zip(pools, ns): + result.append(pool[index % n]) + index //= n + + return tuple(reversed(result)) + + +def nth_permutation(iterable, r, index): + """Equivalent to ``list(permutations(iterable, r))[index]``` + + The subsequences of *iterable* that are of length *r* where order is + important can be ordered lexicographically. :func:`nth_permutation` + computes the subsequence at sort position *index* directly, without + computing the previous subsequences. + + >>> nth_permutation('ghijk', 2, 5) + ('h', 'i') + + ``ValueError`` will be raised If *r* is negative or greater than the length + of *iterable*. + ``IndexError`` will be raised if the given *index* is invalid. + """ + pool = list(iterable) + n = len(pool) + + if r is None or r == n: + r, c = n, factorial(n) + elif not 0 <= r < n: + raise ValueError + else: + c = perm(n, r) + assert c > 0 # factortial(n)>0, and r>> nth_combination_with_replacement(range(5), 3, 5) + (0, 1, 1) + + ``ValueError`` will be raised If *r* is negative or greater than the length + of *iterable*. + ``IndexError`` will be raised if the given *index* is invalid. + """ + pool = tuple(iterable) + n = len(pool) + if (r < 0) or (r > n): + raise ValueError + + c = comb(n + r - 1, r) + + if index < 0: + index += c + + if (index < 0) or (index >= c): + raise IndexError + + result = [] + i = 0 + while r: + r -= 1 + while n >= 0: + num_combs = comb(n + r - 1, r) + if index < num_combs: + break + n -= 1 + i += 1 + index -= num_combs + result.append(pool[i]) + + return tuple(result) + + +def value_chain(*args): + """Yield all arguments passed to the function in the same order in which + they were passed. If an argument itself is iterable then iterate over its + values. + + >>> list(value_chain(1, 2, 3, [4, 5, 6])) + [1, 2, 3, 4, 5, 6] + + Binary and text strings are not considered iterable and are emitted + as-is: + + >>> list(value_chain('12', '34', ['56', '78'])) + ['12', '34', '56', '78'] + + Pre- or postpend a single element to an iterable: + + >>> list(value_chain(1, [2, 3, 4, 5, 6])) + [1, 2, 3, 4, 5, 6] + >>> list(value_chain([1, 2, 3, 4, 5], 6)) + [1, 2, 3, 4, 5, 6] + + Multiple levels of nesting are not flattened. + + """ + for value in args: + if isinstance(value, (str, bytes)): + yield value + continue + try: + yield from value + except TypeError: + yield value + + +def product_index(element, *args): + """Equivalent to ``list(product(*args)).index(element)`` + + The products of *args* can be ordered lexicographically. + :func:`product_index` computes the first index of *element* without + computing the previous products. + + >>> product_index([8, 2], range(10), range(5)) + 42 + + ``ValueError`` will be raised if the given *element* isn't in the product + of *args*. + """ + index = 0 + + for x, pool in zip_longest(element, args, fillvalue=_marker): + if x is _marker or pool is _marker: + raise ValueError('element is not a product of args') + + pool = tuple(pool) + index = index * len(pool) + pool.index(x) + + return index + + +def combination_index(element, iterable): + """Equivalent to ``list(combinations(iterable, r)).index(element)`` + + The subsequences of *iterable* that are of length *r* can be ordered + lexicographically. :func:`combination_index` computes the index of the + first *element*, without computing the previous combinations. + + >>> combination_index('adf', 'abcdefg') + 10 + + ``ValueError`` will be raised if the given *element* isn't one of the + combinations of *iterable*. + """ + element = enumerate(element) + k, y = next(element, (None, None)) + if k is None: + return 0 + + indexes = [] + pool = enumerate(iterable) + for n, x in pool: + if x == y: + indexes.append(n) + tmp, y = next(element, (None, None)) + if tmp is None: + break + else: + k = tmp + else: + raise ValueError('element is not a combination of iterable') + + n, _ = last(pool, default=(n, None)) + + # Python versions below 3.8 don't have math.comb + index = 1 + for i, j in enumerate(reversed(indexes), start=1): + j = n - j + if i <= j: + index += comb(j, i) + + return comb(n + 1, k + 1) - index + + +def combination_with_replacement_index(element, iterable): + """Equivalent to + ``list(combinations_with_replacement(iterable, r)).index(element)`` + + The subsequences with repetition of *iterable* that are of length *r* can + be ordered lexicographically. :func:`combination_with_replacement_index` + computes the index of the first *element*, without computing the previous + combinations with replacement. + + >>> combination_with_replacement_index('adf', 'abcdefg') + 20 + + ``ValueError`` will be raised if the given *element* isn't one of the + combinations with replacement of *iterable*. + """ + element = tuple(element) + l = len(element) + element = enumerate(element) + + k, y = next(element, (None, None)) + if k is None: + return 0 + + indexes = [] + pool = tuple(iterable) + for n, x in enumerate(pool): + while x == y: + indexes.append(n) + tmp, y = next(element, (None, None)) + if tmp is None: + break + else: + k = tmp + if y is None: + break + else: + raise ValueError( + 'element is not a combination with replacement of iterable' + ) + + n = len(pool) + occupations = [0] * n + for p in indexes: + occupations[p] += 1 + + index = 0 + cumulative_sum = 0 + for k in range(1, n): + cumulative_sum += occupations[k - 1] + j = l + n - 1 - k - cumulative_sum + i = n - k + if i <= j: + index += comb(j, i) + + return index + + +def permutation_index(element, iterable): + """Equivalent to ``list(permutations(iterable, r)).index(element)``` + + The subsequences of *iterable* that are of length *r* where order is + important can be ordered lexicographically. :func:`permutation_index` + computes the index of the first *element* directly, without computing + the previous permutations. + + >>> permutation_index([1, 3, 2], range(5)) + 19 + + ``ValueError`` will be raised if the given *element* isn't one of the + permutations of *iterable*. + """ + index = 0 + pool = list(iterable) + for i, x in zip(range(len(pool), -1, -1), element): + r = pool.index(x) + index = index * i + r + del pool[r] + + return index + + +class countable: + """Wrap *iterable* and keep a count of how many items have been consumed. + + The ``items_seen`` attribute starts at ``0`` and increments as the iterable + is consumed: + + >>> iterable = map(str, range(10)) + >>> it = countable(iterable) + >>> it.items_seen + 0 + >>> next(it), next(it) + ('0', '1') + >>> list(it) + ['2', '3', '4', '5', '6', '7', '8', '9'] + >>> it.items_seen + 10 + """ + + def __init__(self, iterable): + self._it = iter(iterable) + self.items_seen = 0 + + def __iter__(self): + return self + + def __next__(self): + item = next(self._it) + self.items_seen += 1 + + return item + + +def chunked_even(iterable, n): + """Break *iterable* into lists of approximately length *n*. + Items are distributed such the lengths of the lists differ by at most + 1 item. + + >>> iterable = [1, 2, 3, 4, 5, 6, 7] + >>> n = 3 + >>> list(chunked_even(iterable, n)) # List lengths: 3, 2, 2 + [[1, 2, 3], [4, 5], [6, 7]] + >>> list(chunked(iterable, n)) # List lengths: 3, 3, 1 + [[1, 2, 3], [4, 5, 6], [7]] + + """ + iterable = iter(iterable) + + # Initialize a buffer to process the chunks while keeping + # some back to fill any underfilled chunks + min_buffer = (n - 1) * (n - 2) + buffer = list(islice(iterable, min_buffer)) + + # Append items until we have a completed chunk + for _ in islice(map(buffer.append, iterable), n, None, n): + yield buffer[:n] + del buffer[:n] + + # Check if any chunks need addition processing + if not buffer: + return + length = len(buffer) + + # Chunks are either size `full_size <= n` or `partial_size = full_size - 1` + q, r = divmod(length, n) + num_lists = q + (1 if r > 0 else 0) + q, r = divmod(length, num_lists) + full_size = q + (1 if r > 0 else 0) + partial_size = full_size - 1 + num_full = length - partial_size * num_lists + + # Yield chunks of full size + partial_start_idx = num_full * full_size + if full_size > 0: + for i in range(0, partial_start_idx, full_size): + yield buffer[i : i + full_size] + + # Yield chunks of partial size + if partial_size > 0: + for i in range(partial_start_idx, length, partial_size): + yield buffer[i : i + partial_size] + + +def zip_broadcast(*objects, scalar_types=(str, bytes), strict=False): + """A version of :func:`zip` that "broadcasts" any scalar + (i.e., non-iterable) items into output tuples. + + >>> iterable_1 = [1, 2, 3] + >>> iterable_2 = ['a', 'b', 'c'] + >>> scalar = '_' + >>> list(zip_broadcast(iterable_1, iterable_2, scalar)) + [(1, 'a', '_'), (2, 'b', '_'), (3, 'c', '_')] + + The *scalar_types* keyword argument determines what types are considered + scalar. It is set to ``(str, bytes)`` by default. Set it to ``None`` to + treat strings and byte strings as iterable: + + >>> list(zip_broadcast('abc', 0, 'xyz', scalar_types=None)) + [('a', 0, 'x'), ('b', 0, 'y'), ('c', 0, 'z')] + + If the *strict* keyword argument is ``True``, then + ``UnequalIterablesError`` will be raised if any of the iterables have + different lengths. + """ + + def is_scalar(obj): + if scalar_types and isinstance(obj, scalar_types): + return True + try: + iter(obj) + except TypeError: + return True + else: + return False + + size = len(objects) + if not size: + return + + new_item = [None] * size + iterables, iterable_positions = [], [] + for i, obj in enumerate(objects): + if is_scalar(obj): + new_item[i] = obj + else: + iterables.append(iter(obj)) + iterable_positions.append(i) + + if not iterables: + yield tuple(objects) + return + + zipper = _zip_equal if strict else zip + for item in zipper(*iterables): + for i, new_item[i] in zip(iterable_positions, item): + pass + yield tuple(new_item) + + +def unique_in_window(iterable, n, key=None): + """Yield the items from *iterable* that haven't been seen recently. + *n* is the size of the lookback window. + + >>> iterable = [0, 1, 0, 2, 3, 0] + >>> n = 3 + >>> list(unique_in_window(iterable, n)) + [0, 1, 2, 3, 0] + + The *key* function, if provided, will be used to determine uniqueness: + + >>> list(unique_in_window('abAcda', 3, key=lambda x: x.lower())) + ['a', 'b', 'c', 'd', 'a'] + + The items in *iterable* must be hashable. + + """ + if n <= 0: + raise ValueError('n must be greater than 0') + + window = deque(maxlen=n) + counts = defaultdict(int) + use_key = key is not None + + for item in iterable: + if len(window) == n: + to_discard = window[0] + if counts[to_discard] == 1: + del counts[to_discard] + else: + counts[to_discard] -= 1 + + k = key(item) if use_key else item + if k not in counts: + yield item + counts[k] += 1 + window.append(k) + + +def duplicates_everseen(iterable, key=None): + """Yield duplicate elements after their first appearance. + + >>> list(duplicates_everseen('mississippi')) + ['s', 'i', 's', 's', 'i', 'p', 'i'] + >>> list(duplicates_everseen('AaaBbbCccAaa', str.lower)) + ['a', 'a', 'b', 'b', 'c', 'c', 'A', 'a', 'a'] + + This function is analogous to :func:`unique_everseen` and is subject to + the same performance considerations. + + """ + seen_set = set() + seen_list = [] + use_key = key is not None + + for element in iterable: + k = key(element) if use_key else element + try: + if k not in seen_set: + seen_set.add(k) + else: + yield element + except TypeError: + if k not in seen_list: + seen_list.append(k) + else: + yield element + + +def duplicates_justseen(iterable, key=None): + """Yields serially-duplicate elements after their first appearance. + + >>> list(duplicates_justseen('mississippi')) + ['s', 's', 'p'] + >>> list(duplicates_justseen('AaaBbbCccAaa', str.lower)) + ['a', 'a', 'b', 'b', 'c', 'c', 'a', 'a'] + + This function is analogous to :func:`unique_justseen`. + + """ + return flatten(g for _, g in groupby(iterable, key) for _ in g) + + +def classify_unique(iterable, key=None): + """Classify each element in terms of its uniqueness. + + For each element in the input iterable, return a 3-tuple consisting of: + + 1. The element itself + 2. ``False`` if the element is equal to the one preceding it in the input, + ``True`` otherwise (i.e. the equivalent of :func:`unique_justseen`) + 3. ``False`` if this element has been seen anywhere in the input before, + ``True`` otherwise (i.e. the equivalent of :func:`unique_everseen`) + + >>> list(classify_unique('otto')) # doctest: +NORMALIZE_WHITESPACE + [('o', True, True), + ('t', True, True), + ('t', False, False), + ('o', True, False)] + + This function is analogous to :func:`unique_everseen` and is subject to + the same performance considerations. + + """ + seen_set = set() + seen_list = [] + use_key = key is not None + previous = None + + for i, element in enumerate(iterable): + k = key(element) if use_key else element + is_unique_justseen = not i or previous != k + previous = k + is_unique_everseen = False + try: + if k not in seen_set: + seen_set.add(k) + is_unique_everseen = True + except TypeError: + if k not in seen_list: + seen_list.append(k) + is_unique_everseen = True + yield element, is_unique_justseen, is_unique_everseen + + +def minmax(iterable_or_value, *others, key=None, default=_marker): + """Returns both the smallest and largest items in an iterable + or the largest of two or more arguments. + + >>> minmax([3, 1, 5]) + (1, 5) + + >>> minmax(4, 2, 6) + (2, 6) + + If a *key* function is provided, it will be used to transform the input + items for comparison. + + >>> minmax([5, 30], key=str) # '30' sorts before '5' + (30, 5) + + If a *default* value is provided, it will be returned if there are no + input items. + + >>> minmax([], default=(0, 0)) + (0, 0) + + Otherwise ``ValueError`` is raised. + + This function is based on the + `recipe `__ by + Raymond Hettinger and takes care to minimize the number of comparisons + performed. + """ + iterable = (iterable_or_value, *others) if others else iterable_or_value + + it = iter(iterable) + + try: + lo = hi = next(it) + except StopIteration as exc: + if default is _marker: + raise ValueError( + '`minmax()` argument is an empty iterable. ' + 'Provide a `default` value to suppress this error.' + ) from exc + return default + + # Different branches depending on the presence of key. This saves a lot + # of unimportant copies which would slow the "key=None" branch + # significantly down. + if key is None: + for x, y in zip_longest(it, it, fillvalue=lo): + if y < x: + x, y = y, x + if x < lo: + lo = x + if hi < y: + hi = y + + else: + lo_key = hi_key = key(lo) + + for x, y in zip_longest(it, it, fillvalue=lo): + x_key, y_key = key(x), key(y) + + if y_key < x_key: + x, y, x_key, y_key = y, x, y_key, x_key + if x_key < lo_key: + lo, lo_key = x, x_key + if hi_key < y_key: + hi, hi_key = y, y_key + + return lo, hi + + +def constrained_batches( + iterable, max_size, max_count=None, get_len=len, strict=True +): + """Yield batches of items from *iterable* with a combined size limited by + *max_size*. + + >>> iterable = [b'12345', b'123', b'12345678', b'1', b'1', b'12', b'1'] + >>> list(constrained_batches(iterable, 10)) + [(b'12345', b'123'), (b'12345678', b'1', b'1'), (b'12', b'1')] + + If a *max_count* is supplied, the number of items per batch is also + limited: + + >>> iterable = [b'12345', b'123', b'12345678', b'1', b'1', b'12', b'1'] + >>> list(constrained_batches(iterable, 10, max_count = 2)) + [(b'12345', b'123'), (b'12345678', b'1'), (b'1', b'12'), (b'1',)] + + If a *get_len* function is supplied, use that instead of :func:`len` to + determine item size. + + If *strict* is ``True``, raise ``ValueError`` if any single item is bigger + than *max_size*. Otherwise, allow single items to exceed *max_size*. + """ + if max_size <= 0: + raise ValueError('maximum size must be greater than zero') + + batch = [] + batch_size = 0 + batch_count = 0 + for item in iterable: + item_len = get_len(item) + if strict and item_len > max_size: + raise ValueError('item size exceeds maximum size') + + reached_count = batch_count == max_count + reached_size = item_len + batch_size > max_size + if batch_count and (reached_size or reached_count): + yield tuple(batch) + batch.clear() + batch_size = 0 + batch_count = 0 + + batch.append(item) + batch_size += item_len + batch_count += 1 + + if batch: + yield tuple(batch) + + +def gray_product(*iterables): + """Like :func:`itertools.product`, but return tuples in an order such + that only one element in the generated tuple changes from one iteration + to the next. + + >>> list(gray_product('AB','CD')) + [('A', 'C'), ('B', 'C'), ('B', 'D'), ('A', 'D')] + + This function consumes all of the input iterables before producing output. + If any of the input iterables have fewer than two items, ``ValueError`` + is raised. + + For information on the algorithm, see + `this section `__ + of Donald Knuth's *The Art of Computer Programming*. + """ + all_iterables = tuple(tuple(x) for x in iterables) + iterable_count = len(all_iterables) + for iterable in all_iterables: + if len(iterable) < 2: + raise ValueError("each iterable must have two or more items") + + # This is based on "Algorithm H" from section 7.2.1.1, page 20. + # a holds the indexes of the source iterables for the n-tuple to be yielded + # f is the array of "focus pointers" + # o is the array of "directions" + a = [0] * iterable_count + f = list(range(iterable_count + 1)) + o = [1] * iterable_count + while True: + yield tuple(all_iterables[i][a[i]] for i in range(iterable_count)) + j = f[0] + f[0] = 0 + if j == iterable_count: + break + a[j] = a[j] + o[j] + if a[j] == 0 or a[j] == len(all_iterables[j]) - 1: + o[j] = -o[j] + f[j] = f[j + 1] + f[j + 1] = j + 1 + + +def partial_product(*iterables): + """Yields tuples containing one item from each iterator, with subsequent + tuples changing a single item at a time by advancing each iterator until it + is exhausted. This sequence guarantees every value in each iterable is + output at least once without generating all possible combinations. + + This may be useful, for example, when testing an expensive function. + + >>> list(partial_product('AB', 'C', 'DEF')) + [('A', 'C', 'D'), ('B', 'C', 'D'), ('B', 'C', 'E'), ('B', 'C', 'F')] + """ + + iterators = list(map(iter, iterables)) + + try: + prod = [next(it) for it in iterators] + except StopIteration: + return + yield tuple(prod) + + for i, it in enumerate(iterators): + for prod[i] in it: + yield tuple(prod) + + +def takewhile_inclusive(predicate, iterable): + """A variant of :func:`takewhile` that yields one additional element. + + >>> list(takewhile_inclusive(lambda x: x < 5, [1, 4, 6, 4, 1])) + [1, 4, 6] + + :func:`takewhile` would return ``[1, 4]``. + """ + for x in iterable: + yield x + if not predicate(x): + break + + +def outer_product(func, xs, ys, *args, **kwargs): + """A generalized outer product that applies a binary function to all + pairs of items. Returns a 2D matrix with ``len(xs)`` rows and ``len(ys)`` + columns. + Also accepts ``*args`` and ``**kwargs`` that are passed to ``func``. + + Multiplication table: + + >>> list(outer_product(mul, range(1, 4), range(1, 6))) + [(1, 2, 3, 4, 5), (2, 4, 6, 8, 10), (3, 6, 9, 12, 15)] + + Cross tabulation: + + >>> xs = ['A', 'B', 'A', 'A', 'B', 'B', 'A', 'A', 'B', 'B'] + >>> ys = ['X', 'X', 'X', 'Y', 'Z', 'Z', 'Y', 'Y', 'Z', 'Z'] + >>> rows = list(zip(xs, ys)) + >>> count_rows = lambda x, y: rows.count((x, y)) + >>> list(outer_product(count_rows, sorted(set(xs)), sorted(set(ys)))) + [(2, 3, 0), (1, 0, 4)] + + Usage with ``*args`` and ``**kwargs``: + + >>> animals = ['cat', 'wolf', 'mouse'] + >>> list(outer_product(min, animals, animals, key=len)) + [('cat', 'cat', 'cat'), ('cat', 'wolf', 'wolf'), ('cat', 'wolf', 'mouse')] + """ + ys = tuple(ys) + return batched( + starmap(lambda x, y: func(x, y, *args, **kwargs), product(xs, ys)), + n=len(ys), + ) + + +def iter_suppress(iterable, *exceptions): + """Yield each of the items from *iterable*. If the iteration raises one of + the specified *exceptions*, that exception will be suppressed and iteration + will stop. + + >>> from itertools import chain + >>> def breaks_at_five(x): + ... while True: + ... if x >= 5: + ... raise RuntimeError + ... yield x + ... x += 1 + >>> it_1 = iter_suppress(breaks_at_five(1), RuntimeError) + >>> it_2 = iter_suppress(breaks_at_five(2), RuntimeError) + >>> list(chain(it_1, it_2)) + [1, 2, 3, 4, 2, 3, 4] + """ + try: + yield from iterable + except exceptions: + return + + +def filter_map(func, iterable): + """Apply *func* to every element of *iterable*, yielding only those which + are not ``None``. + + >>> elems = ['1', 'a', '2', 'b', '3'] + >>> list(filter_map(lambda s: int(s) if s.isnumeric() else None, elems)) + [1, 2, 3] + """ + for x in iterable: + y = func(x) + if y is not None: + yield y + + +def powerset_of_sets(iterable): + """Yields all possible subsets of the iterable. + + >>> list(powerset_of_sets([1, 2, 3])) # doctest: +SKIP + [set(), {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3}] + >>> list(powerset_of_sets([1, 1, 0])) # doctest: +SKIP + [set(), {1}, {0}, {0, 1}] + + :func:`powerset_of_sets` takes care to minimize the number + of hash operations performed. + """ + sets = tuple(map(set, dict.fromkeys(map(frozenset, zip(iterable))))) + for r in range(len(sets) + 1): + yield from starmap(set().union, combinations(sets, r)) + + +def join_mappings(**field_to_map): + """ + Joins multiple mappings together using their common keys. + + >>> user_scores = {'elliot': 50, 'claris': 60} + >>> user_times = {'elliot': 30, 'claris': 40} + >>> join_mappings(score=user_scores, time=user_times) + {'elliot': {'score': 50, 'time': 30}, 'claris': {'score': 60, 'time': 40}} + """ + ret = defaultdict(dict) + + for field_name, mapping in field_to_map.items(): + for key, value in mapping.items(): + ret[key][field_name] = value + + return dict(ret) + + +def _complex_sumprod(v1, v2): + """High precision sumprod() for complex numbers. + Used by :func:`dft` and :func:`idft`. + """ + + r1 = chain((p.real for p in v1), (-p.imag for p in v1)) + r2 = chain((q.real for q in v2), (q.imag for q in v2)) + i1 = chain((p.real for p in v1), (p.imag for p in v1)) + i2 = chain((q.imag for q in v2), (q.real for q in v2)) + return complex(_fsumprod(r1, r2), _fsumprod(i1, i2)) + + +def dft(xarr): + """Discrete Fourier Tranform. *xarr* is a sequence of complex numbers. + Yields the components of the corresponding transformed output vector. + + >>> import cmath + >>> xarr = [1, 2-1j, -1j, -1+2j] + >>> Xarr = [2, -2-2j, -2j, 4+4j] + >>> all(map(cmath.isclose, dft(xarr), Xarr)) + True + + See :func:`idft` for the inverse Discrete Fourier Transform. + """ + N = len(xarr) + roots_of_unity = [e ** (n / N * tau * -1j) for n in range(N)] + for k in range(N): + coeffs = [roots_of_unity[k * n % N] for n in range(N)] + yield _complex_sumprod(xarr, coeffs) + + +def idft(Xarr): + """Inverse Discrete Fourier Tranform. *Xarr* is a sequence of + complex numbers. Yields the components of the corresponding + inverse-transformed output vector. + + >>> import cmath + >>> xarr = [1, 2-1j, -1j, -1+2j] + >>> Xarr = [2, -2-2j, -2j, 4+4j] + >>> all(map(cmath.isclose, idft(Xarr), xarr)) + True + + See :func:`dft` for the Discrete Fourier Transform. + """ + N = len(Xarr) + roots_of_unity = [e ** (n / N * tau * 1j) for n in range(N)] + for k in range(N): + coeffs = [roots_of_unity[k * n % N] for n in range(N)] + yield _complex_sumprod(Xarr, coeffs) / N + + +def doublestarmap(func, iterable): + """Apply *func* to every item of *iterable* by dictionary unpacking + the item into *func*. + + The difference between :func:`itertools.starmap` and :func:`doublestarmap` + parallels the distinction between ``func(*a)`` and ``func(**a)``. + + >>> iterable = [{'a': 1, 'b': 2}, {'a': 40, 'b': 60}] + >>> list(doublestarmap(lambda a, b: a + b, iterable)) + [3, 100] + + ``TypeError`` will be raised if *func*'s signature doesn't match the + mapping contained in *iterable* or if *iterable* does not contain mappings. + """ + for item in iterable: + yield func(**item) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi new file mode 100644 index 0000000..e946023 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi @@ -0,0 +1,709 @@ +"""Stubs for more_itertools.more""" + +from __future__ import annotations + +from types import TracebackType +from typing import ( + Any, + Callable, + Container, + ContextManager, + Generic, + Hashable, + Mapping, + Iterable, + Iterator, + Mapping, + overload, + Reversible, + Sequence, + Sized, + Type, + TypeVar, + type_check_only, +) +from typing_extensions import Protocol + +# Type and type variable definitions +_T = TypeVar('_T') +_T1 = TypeVar('_T1') +_T2 = TypeVar('_T2') +_U = TypeVar('_U') +_V = TypeVar('_V') +_W = TypeVar('_W') +_T_co = TypeVar('_T_co', covariant=True) +_GenFn = TypeVar('_GenFn', bound=Callable[..., Iterator[Any]]) +_Raisable = BaseException | Type[BaseException] + +@type_check_only +class _SizedIterable(Protocol[_T_co], Sized, Iterable[_T_co]): ... + +@type_check_only +class _SizedReversible(Protocol[_T_co], Sized, Reversible[_T_co]): ... + +@type_check_only +class _SupportsSlicing(Protocol[_T_co]): + def __getitem__(self, __k: slice) -> _T_co: ... + +def chunked( + iterable: Iterable[_T], n: int | None, strict: bool = ... +) -> Iterator[list[_T]]: ... +@overload +def first(iterable: Iterable[_T]) -> _T: ... +@overload +def first(iterable: Iterable[_T], default: _U) -> _T | _U: ... +@overload +def last(iterable: Iterable[_T]) -> _T: ... +@overload +def last(iterable: Iterable[_T], default: _U) -> _T | _U: ... +@overload +def nth_or_last(iterable: Iterable[_T], n: int) -> _T: ... +@overload +def nth_or_last(iterable: Iterable[_T], n: int, default: _U) -> _T | _U: ... + +class peekable(Generic[_T], Iterator[_T]): + def __init__(self, iterable: Iterable[_T]) -> None: ... + def __iter__(self) -> peekable[_T]: ... + def __bool__(self) -> bool: ... + @overload + def peek(self) -> _T: ... + @overload + def peek(self, default: _U) -> _T | _U: ... + def prepend(self, *items: _T) -> None: ... + def __next__(self) -> _T: ... + @overload + def __getitem__(self, index: int) -> _T: ... + @overload + def __getitem__(self, index: slice) -> list[_T]: ... + +def consumer(func: _GenFn) -> _GenFn: ... +def ilen(iterable: Iterable[_T]) -> int: ... +def iterate(func: Callable[[_T], _T], start: _T) -> Iterator[_T]: ... +def with_iter( + context_manager: ContextManager[Iterable[_T]], +) -> Iterator[_T]: ... +def one( + iterable: Iterable[_T], + too_short: _Raisable | None = ..., + too_long: _Raisable | None = ..., +) -> _T: ... +def raise_(exception: _Raisable, *args: Any) -> None: ... +def strictly_n( + iterable: Iterable[_T], + n: int, + too_short: _GenFn | None = ..., + too_long: _GenFn | None = ..., +) -> list[_T]: ... +def distinct_permutations( + iterable: Iterable[_T], r: int | None = ... +) -> Iterator[tuple[_T, ...]]: ... +def intersperse( + e: _U, iterable: Iterable[_T], n: int = ... +) -> Iterator[_T | _U]: ... +def unique_to_each(*iterables: Iterable[_T]) -> list[list[_T]]: ... +@overload +def windowed( + seq: Iterable[_T], n: int, *, step: int = ... +) -> Iterator[tuple[_T | None, ...]]: ... +@overload +def windowed( + seq: Iterable[_T], n: int, fillvalue: _U, step: int = ... +) -> Iterator[tuple[_T | _U, ...]]: ... +def substrings(iterable: Iterable[_T]) -> Iterator[tuple[_T, ...]]: ... +def substrings_indexes( + seq: Sequence[_T], reverse: bool = ... +) -> Iterator[tuple[Sequence[_T], int, int]]: ... + +class bucket(Generic[_T, _U], Container[_U]): + def __init__( + self, + iterable: Iterable[_T], + key: Callable[[_T], _U], + validator: Callable[[_U], object] | None = ..., + ) -> None: ... + def __contains__(self, value: object) -> bool: ... + def __iter__(self) -> Iterator[_U]: ... + def __getitem__(self, value: object) -> Iterator[_T]: ... + +def spy( + iterable: Iterable[_T], n: int = ... +) -> tuple[list[_T], Iterator[_T]]: ... +def interleave(*iterables: Iterable[_T]) -> Iterator[_T]: ... +def interleave_longest(*iterables: Iterable[_T]) -> Iterator[_T]: ... +def interleave_evenly( + iterables: list[Iterable[_T]], lengths: list[int] | None = ... +) -> Iterator[_T]: ... +def collapse( + iterable: Iterable[Any], + base_type: type | None = ..., + levels: int | None = ..., +) -> Iterator[Any]: ... +@overload +def side_effect( + func: Callable[[_T], object], + iterable: Iterable[_T], + chunk_size: None = ..., + before: Callable[[], object] | None = ..., + after: Callable[[], object] | None = ..., +) -> Iterator[_T]: ... +@overload +def side_effect( + func: Callable[[list[_T]], object], + iterable: Iterable[_T], + chunk_size: int, + before: Callable[[], object] | None = ..., + after: Callable[[], object] | None = ..., +) -> Iterator[_T]: ... +def sliced( + seq: _SupportsSlicing[_T], n: int, strict: bool = ... +) -> Iterator[_T]: ... +def split_at( + iterable: Iterable[_T], + pred: Callable[[_T], object], + maxsplit: int = ..., + keep_separator: bool = ..., +) -> Iterator[list[_T]]: ... +def split_before( + iterable: Iterable[_T], pred: Callable[[_T], object], maxsplit: int = ... +) -> Iterator[list[_T]]: ... +def split_after( + iterable: Iterable[_T], pred: Callable[[_T], object], maxsplit: int = ... +) -> Iterator[list[_T]]: ... +def split_when( + iterable: Iterable[_T], + pred: Callable[[_T, _T], object], + maxsplit: int = ..., +) -> Iterator[list[_T]]: ... +def split_into( + iterable: Iterable[_T], sizes: Iterable[int | None] +) -> Iterator[list[_T]]: ... +@overload +def padded( + iterable: Iterable[_T], + *, + n: int | None = ..., + next_multiple: bool = ..., +) -> Iterator[_T | None]: ... +@overload +def padded( + iterable: Iterable[_T], + fillvalue: _U, + n: int | None = ..., + next_multiple: bool = ..., +) -> Iterator[_T | _U]: ... +@overload +def repeat_last(iterable: Iterable[_T]) -> Iterator[_T]: ... +@overload +def repeat_last(iterable: Iterable[_T], default: _U) -> Iterator[_T | _U]: ... +def distribute(n: int, iterable: Iterable[_T]) -> list[Iterator[_T]]: ... +@overload +def stagger( + iterable: Iterable[_T], + offsets: _SizedIterable[int] = ..., + longest: bool = ..., +) -> Iterator[tuple[_T | None, ...]]: ... +@overload +def stagger( + iterable: Iterable[_T], + offsets: _SizedIterable[int] = ..., + longest: bool = ..., + fillvalue: _U = ..., +) -> Iterator[tuple[_T | _U, ...]]: ... + +class UnequalIterablesError(ValueError): + def __init__(self, details: tuple[int, int, int] | None = ...) -> None: ... + +@overload +def zip_equal(__iter1: Iterable[_T1]) -> Iterator[tuple[_T1]]: ... +@overload +def zip_equal( + __iter1: Iterable[_T1], __iter2: Iterable[_T2] +) -> Iterator[tuple[_T1, _T2]]: ... +@overload +def zip_equal( + __iter1: Iterable[_T], + __iter2: Iterable[_T], + __iter3: Iterable[_T], + *iterables: Iterable[_T], +) -> Iterator[tuple[_T, ...]]: ... +@overload +def zip_offset( + __iter1: Iterable[_T1], + *, + offsets: _SizedIterable[int], + longest: bool = ..., + fillvalue: None = None, +) -> Iterator[tuple[_T1 | None]]: ... +@overload +def zip_offset( + __iter1: Iterable[_T1], + __iter2: Iterable[_T2], + *, + offsets: _SizedIterable[int], + longest: bool = ..., + fillvalue: None = None, +) -> Iterator[tuple[_T1 | None, _T2 | None]]: ... +@overload +def zip_offset( + __iter1: Iterable[_T], + __iter2: Iterable[_T], + __iter3: Iterable[_T], + *iterables: Iterable[_T], + offsets: _SizedIterable[int], + longest: bool = ..., + fillvalue: None = None, +) -> Iterator[tuple[_T | None, ...]]: ... +@overload +def zip_offset( + __iter1: Iterable[_T1], + *, + offsets: _SizedIterable[int], + longest: bool = ..., + fillvalue: _U, +) -> Iterator[tuple[_T1 | _U]]: ... +@overload +def zip_offset( + __iter1: Iterable[_T1], + __iter2: Iterable[_T2], + *, + offsets: _SizedIterable[int], + longest: bool = ..., + fillvalue: _U, +) -> Iterator[tuple[_T1 | _U, _T2 | _U]]: ... +@overload +def zip_offset( + __iter1: Iterable[_T], + __iter2: Iterable[_T], + __iter3: Iterable[_T], + *iterables: Iterable[_T], + offsets: _SizedIterable[int], + longest: bool = ..., + fillvalue: _U, +) -> Iterator[tuple[_T | _U, ...]]: ... +def sort_together( + iterables: Iterable[Iterable[_T]], + key_list: Iterable[int] = ..., + key: Callable[..., Any] | None = ..., + reverse: bool = ..., +) -> list[tuple[_T, ...]]: ... +def unzip(iterable: Iterable[Sequence[_T]]) -> tuple[Iterator[_T], ...]: ... +def divide(n: int, iterable: Iterable[_T]) -> list[Iterator[_T]]: ... +def always_iterable( + obj: object, + base_type: type | tuple[type | tuple[Any, ...], ...] | None = ..., +) -> Iterator[Any]: ... +def adjacent( + predicate: Callable[[_T], bool], + iterable: Iterable[_T], + distance: int = ..., +) -> Iterator[tuple[bool, _T]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: None = None, + valuefunc: None = None, + reducefunc: None = None, +) -> Iterator[tuple[_T, Iterator[_T]]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: None, + reducefunc: None, +) -> Iterator[tuple[_U, Iterator[_T]]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: None, + valuefunc: Callable[[_T], _V], + reducefunc: None, +) -> Iterable[tuple[_T, Iterable[_V]]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: Callable[[_T], _V], + reducefunc: None, +) -> Iterable[tuple[_U, Iterator[_V]]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: None, + valuefunc: None, + reducefunc: Callable[[Iterator[_T]], _W], +) -> Iterable[tuple[_T, _W]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: None, + reducefunc: Callable[[Iterator[_T]], _W], +) -> Iterable[tuple[_U, _W]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: None, + valuefunc: Callable[[_T], _V], + reducefunc: Callable[[Iterable[_V]], _W], +) -> Iterable[tuple[_T, _W]]: ... +@overload +def groupby_transform( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: Callable[[_T], _V], + reducefunc: Callable[[Iterable[_V]], _W], +) -> Iterable[tuple[_U, _W]]: ... + +class numeric_range(Generic[_T, _U], Sequence[_T], Hashable, Reversible[_T]): + @overload + def __init__(self, __stop: _T) -> None: ... + @overload + def __init__(self, __start: _T, __stop: _T) -> None: ... + @overload + def __init__(self, __start: _T, __stop: _T, __step: _U) -> None: ... + def __bool__(self) -> bool: ... + def __contains__(self, elem: object) -> bool: ... + def __eq__(self, other: object) -> bool: ... + @overload + def __getitem__(self, key: int) -> _T: ... + @overload + def __getitem__(self, key: slice) -> numeric_range[_T, _U]: ... + def __hash__(self) -> int: ... + def __iter__(self) -> Iterator[_T]: ... + def __len__(self) -> int: ... + def __reduce__( + self, + ) -> tuple[Type[numeric_range[_T, _U]], tuple[_T, _T, _U]]: ... + def __repr__(self) -> str: ... + def __reversed__(self) -> Iterator[_T]: ... + def count(self, value: _T) -> int: ... + def index(self, value: _T) -> int: ... # type: ignore + +def count_cycle( + iterable: Iterable[_T], n: int | None = ... +) -> Iterable[tuple[int, _T]]: ... +def mark_ends( + iterable: Iterable[_T], +) -> Iterable[tuple[bool, bool, _T]]: ... +def locate( + iterable: Iterable[_T], + pred: Callable[..., Any] = ..., + window_size: int | None = ..., +) -> Iterator[int]: ... +def lstrip( + iterable: Iterable[_T], pred: Callable[[_T], object] +) -> Iterator[_T]: ... +def rstrip( + iterable: Iterable[_T], pred: Callable[[_T], object] +) -> Iterator[_T]: ... +def strip( + iterable: Iterable[_T], pred: Callable[[_T], object] +) -> Iterator[_T]: ... + +class islice_extended(Generic[_T], Iterator[_T]): + def __init__(self, iterable: Iterable[_T], *args: int | None) -> None: ... + def __iter__(self) -> islice_extended[_T]: ... + def __next__(self) -> _T: ... + def __getitem__(self, index: slice) -> islice_extended[_T]: ... + +def always_reversible(iterable: Iterable[_T]) -> Iterator[_T]: ... +def consecutive_groups( + iterable: Iterable[_T], ordering: Callable[[_T], int] = ... +) -> Iterator[Iterator[_T]]: ... +@overload +def difference( + iterable: Iterable[_T], + func: Callable[[_T, _T], _U] = ..., + *, + initial: None = ..., +) -> Iterator[_T | _U]: ... +@overload +def difference( + iterable: Iterable[_T], func: Callable[[_T, _T], _U] = ..., *, initial: _U +) -> Iterator[_U]: ... + +class SequenceView(Generic[_T], Sequence[_T]): + def __init__(self, target: Sequence[_T]) -> None: ... + @overload + def __getitem__(self, index: int) -> _T: ... + @overload + def __getitem__(self, index: slice) -> Sequence[_T]: ... + def __len__(self) -> int: ... + +class seekable(Generic[_T], Iterator[_T]): + def __init__( + self, iterable: Iterable[_T], maxlen: int | None = ... + ) -> None: ... + def __iter__(self) -> seekable[_T]: ... + def __next__(self) -> _T: ... + def __bool__(self) -> bool: ... + @overload + def peek(self) -> _T: ... + @overload + def peek(self, default: _U) -> _T | _U: ... + def elements(self) -> SequenceView[_T]: ... + def seek(self, index: int) -> None: ... + def relative_seek(self, count: int) -> None: ... + +class run_length: + @staticmethod + def encode(iterable: Iterable[_T]) -> Iterator[tuple[_T, int]]: ... + @staticmethod + def decode(iterable: Iterable[tuple[_T, int]]) -> Iterator[_T]: ... + +def exactly_n( + iterable: Iterable[_T], n: int, predicate: Callable[[_T], object] = ... +) -> bool: ... +def circular_shifts(iterable: Iterable[_T]) -> list[tuple[_T, ...]]: ... +def make_decorator( + wrapping_func: Callable[..., _U], result_index: int = ... +) -> Callable[..., Callable[[Callable[..., Any]], Callable[..., _U]]]: ... +@overload +def map_reduce( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: None = ..., + reducefunc: None = ..., +) -> dict[_U, list[_T]]: ... +@overload +def map_reduce( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: Callable[[_T], _V], + reducefunc: None = ..., +) -> dict[_U, list[_V]]: ... +@overload +def map_reduce( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: None = ..., + reducefunc: Callable[[list[_T]], _W] = ..., +) -> dict[_U, _W]: ... +@overload +def map_reduce( + iterable: Iterable[_T], + keyfunc: Callable[[_T], _U], + valuefunc: Callable[[_T], _V], + reducefunc: Callable[[list[_V]], _W], +) -> dict[_U, _W]: ... +def rlocate( + iterable: Iterable[_T], + pred: Callable[..., object] = ..., + window_size: int | None = ..., +) -> Iterator[int]: ... +def replace( + iterable: Iterable[_T], + pred: Callable[..., object], + substitutes: Iterable[_U], + count: int | None = ..., + window_size: int = ..., +) -> Iterator[_T | _U]: ... +def partitions(iterable: Iterable[_T]) -> Iterator[list[list[_T]]]: ... +def set_partitions( + iterable: Iterable[_T], k: int | None = ... +) -> Iterator[list[list[_T]]]: ... + +class time_limited(Generic[_T], Iterator[_T]): + def __init__( + self, limit_seconds: float, iterable: Iterable[_T] + ) -> None: ... + def __iter__(self) -> islice_extended[_T]: ... + def __next__(self) -> _T: ... + +@overload +def only( + iterable: Iterable[_T], *, too_long: _Raisable | None = ... +) -> _T | None: ... +@overload +def only( + iterable: Iterable[_T], default: _U, too_long: _Raisable | None = ... +) -> _T | _U: ... +def ichunked(iterable: Iterable[_T], n: int) -> Iterator[Iterator[_T]]: ... +def distinct_combinations( + iterable: Iterable[_T], r: int +) -> Iterator[tuple[_T, ...]]: ... +def filter_except( + validator: Callable[[Any], object], + iterable: Iterable[_T], + *exceptions: Type[BaseException], +) -> Iterator[_T]: ... +def map_except( + function: Callable[[Any], _U], + iterable: Iterable[_T], + *exceptions: Type[BaseException], +) -> Iterator[_U]: ... +def map_if( + iterable: Iterable[Any], + pred: Callable[[Any], bool], + func: Callable[[Any], Any], + func_else: Callable[[Any], Any] | None = ..., +) -> Iterator[Any]: ... +def sample( + iterable: Iterable[_T], + k: int, + weights: Iterable[float] | None = ..., +) -> list[_T]: ... +def is_sorted( + iterable: Iterable[_T], + key: Callable[[_T], _U] | None = ..., + reverse: bool = False, + strict: bool = False, +) -> bool: ... + +class AbortThread(BaseException): + pass + +class callback_iter(Generic[_T], Iterator[_T]): + def __init__( + self, + func: Callable[..., Any], + callback_kwd: str = ..., + wait_seconds: float = ..., + ) -> None: ... + def __enter__(self) -> callback_iter[_T]: ... + def __exit__( + self, + exc_type: Type[BaseException] | None, + exc_value: BaseException | None, + traceback: TracebackType | None, + ) -> bool | None: ... + def __iter__(self) -> callback_iter[_T]: ... + def __next__(self) -> _T: ... + def _reader(self) -> Iterator[_T]: ... + @property + def done(self) -> bool: ... + @property + def result(self) -> Any: ... + +def windowed_complete( + iterable: Iterable[_T], n: int +) -> Iterator[tuple[_T, ...]]: ... +def all_unique( + iterable: Iterable[_T], key: Callable[[_T], _U] | None = ... +) -> bool: ... +def nth_product(index: int, *args: Iterable[_T]) -> tuple[_T, ...]: ... +def nth_combination_with_replacement( + iterable: Iterable[_T], r: int, index: int +) -> tuple[_T, ...]: ... +def nth_permutation( + iterable: Iterable[_T], r: int, index: int +) -> tuple[_T, ...]: ... +def value_chain(*args: _T | Iterable[_T]) -> Iterable[_T]: ... +def product_index(element: Iterable[_T], *args: Iterable[_T]) -> int: ... +def combination_index( + element: Iterable[_T], iterable: Iterable[_T] +) -> int: ... +def combination_with_replacement_index( + element: Iterable[_T], iterable: Iterable[_T] +) -> int: ... +def permutation_index( + element: Iterable[_T], iterable: Iterable[_T] +) -> int: ... +def repeat_each(iterable: Iterable[_T], n: int = ...) -> Iterator[_T]: ... + +class countable(Generic[_T], Iterator[_T]): + def __init__(self, iterable: Iterable[_T]) -> None: ... + def __iter__(self) -> countable[_T]: ... + def __next__(self) -> _T: ... + items_seen: int + +def chunked_even(iterable: Iterable[_T], n: int) -> Iterator[list[_T]]: ... +def zip_broadcast( + *objects: _T | Iterable[_T], + scalar_types: type | tuple[type | tuple[Any, ...], ...] | None = ..., + strict: bool = ..., +) -> Iterable[tuple[_T, ...]]: ... +def unique_in_window( + iterable: Iterable[_T], n: int, key: Callable[[_T], _U] | None = ... +) -> Iterator[_T]: ... +def duplicates_everseen( + iterable: Iterable[_T], key: Callable[[_T], _U] | None = ... +) -> Iterator[_T]: ... +def duplicates_justseen( + iterable: Iterable[_T], key: Callable[[_T], _U] | None = ... +) -> Iterator[_T]: ... +def classify_unique( + iterable: Iterable[_T], key: Callable[[_T], _U] | None = ... +) -> Iterator[tuple[_T, bool, bool]]: ... + +class _SupportsLessThan(Protocol): + def __lt__(self, __other: Any) -> bool: ... + +_SupportsLessThanT = TypeVar("_SupportsLessThanT", bound=_SupportsLessThan) + +@overload +def minmax( + iterable_or_value: Iterable[_SupportsLessThanT], *, key: None = None +) -> tuple[_SupportsLessThanT, _SupportsLessThanT]: ... +@overload +def minmax( + iterable_or_value: Iterable[_T], *, key: Callable[[_T], _SupportsLessThan] +) -> tuple[_T, _T]: ... +@overload +def minmax( + iterable_or_value: Iterable[_SupportsLessThanT], + *, + key: None = None, + default: _U, +) -> _U | tuple[_SupportsLessThanT, _SupportsLessThanT]: ... +@overload +def minmax( + iterable_or_value: Iterable[_T], + *, + key: Callable[[_T], _SupportsLessThan], + default: _U, +) -> _U | tuple[_T, _T]: ... +@overload +def minmax( + iterable_or_value: _SupportsLessThanT, + __other: _SupportsLessThanT, + *others: _SupportsLessThanT, +) -> tuple[_SupportsLessThanT, _SupportsLessThanT]: ... +@overload +def minmax( + iterable_or_value: _T, + __other: _T, + *others: _T, + key: Callable[[_T], _SupportsLessThan], +) -> tuple[_T, _T]: ... +def longest_common_prefix( + iterables: Iterable[Iterable[_T]], +) -> Iterator[_T]: ... +def iequals(*iterables: Iterable[Any]) -> bool: ... +def constrained_batches( + iterable: Iterable[_T], + max_size: int, + max_count: int | None = ..., + get_len: Callable[[_T], object] = ..., + strict: bool = ..., +) -> Iterator[tuple[_T]]: ... +def gray_product(*iterables: Iterable[_T]) -> Iterator[tuple[_T, ...]]: ... +def partial_product(*iterables: Iterable[_T]) -> Iterator[tuple[_T, ...]]: ... +def takewhile_inclusive( + predicate: Callable[[_T], bool], iterable: Iterable[_T] +) -> Iterator[_T]: ... +def outer_product( + func: Callable[[_T, _U], _V], + xs: Iterable[_T], + ys: Iterable[_U], + *args: Any, + **kwargs: Any, +) -> Iterator[tuple[_V, ...]]: ... +def iter_suppress( + iterable: Iterable[_T], + *exceptions: Type[BaseException], +) -> Iterator[_T]: ... +def filter_map( + func: Callable[[_T], _V | None], + iterable: Iterable[_T], +) -> Iterator[_V]: ... +def powerset_of_sets(iterable: Iterable[_T]) -> Iterator[set[_T]]: ... +def join_mappings( + **field_to_map: Mapping[_T, _V] +) -> dict[_T, dict[str, _V]]: ... +def doublestarmap( + func: Callable[..., _T], + iterable: Iterable[Mapping[str, Any]], +) -> Iterator[_T]: ... +def dft(xarr: Sequence[complex]) -> Iterator[complex]: ... +def idft(Xarr: Sequence[complex]) -> Iterator[complex]: ... diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py new file mode 100644 index 0000000..b32fa95 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py @@ -0,0 +1,1046 @@ +"""Imported from the recipes section of the itertools documentation. + +All functions taken from the recipes section of the itertools library docs +[1]_. +Some backward-compatible usability improvements have been made. + +.. [1] http://docs.python.org/library/itertools.html#recipes + +""" + +import math +import operator + +from collections import deque +from collections.abc import Sized +from functools import partial, reduce +from itertools import ( + chain, + combinations, + compress, + count, + cycle, + groupby, + islice, + product, + repeat, + starmap, + tee, + zip_longest, +) +from random import randrange, sample, choice +from sys import hexversion + +__all__ = [ + 'all_equal', + 'batched', + 'before_and_after', + 'consume', + 'convolve', + 'dotproduct', + 'first_true', + 'factor', + 'flatten', + 'grouper', + 'iter_except', + 'iter_index', + 'matmul', + 'ncycles', + 'nth', + 'nth_combination', + 'padnone', + 'pad_none', + 'pairwise', + 'partition', + 'polynomial_eval', + 'polynomial_from_roots', + 'polynomial_derivative', + 'powerset', + 'prepend', + 'quantify', + 'reshape', + 'random_combination_with_replacement', + 'random_combination', + 'random_permutation', + 'random_product', + 'repeatfunc', + 'roundrobin', + 'sieve', + 'sliding_window', + 'subslices', + 'sum_of_squares', + 'tabulate', + 'tail', + 'take', + 'totient', + 'transpose', + 'triplewise', + 'unique', + 'unique_everseen', + 'unique_justseen', +] + +_marker = object() + + +# zip with strict is available for Python 3.10+ +try: + zip(strict=True) +except TypeError: + _zip_strict = zip +else: + _zip_strict = partial(zip, strict=True) + +# math.sumprod is available for Python 3.12+ +_sumprod = getattr(math, 'sumprod', lambda x, y: dotproduct(x, y)) + + +def take(n, iterable): + """Return first *n* items of the iterable as a list. + + >>> take(3, range(10)) + [0, 1, 2] + + If there are fewer than *n* items in the iterable, all of them are + returned. + + >>> take(10, range(3)) + [0, 1, 2] + + """ + return list(islice(iterable, n)) + + +def tabulate(function, start=0): + """Return an iterator over the results of ``func(start)``, + ``func(start + 1)``, ``func(start + 2)``... + + *func* should be a function that accepts one integer argument. + + If *start* is not specified it defaults to 0. It will be incremented each + time the iterator is advanced. + + >>> square = lambda x: x ** 2 + >>> iterator = tabulate(square, -3) + >>> take(4, iterator) + [9, 4, 1, 0] + + """ + return map(function, count(start)) + + +def tail(n, iterable): + """Return an iterator over the last *n* items of *iterable*. + + >>> t = tail(3, 'ABCDEFG') + >>> list(t) + ['E', 'F', 'G'] + + """ + # If the given iterable has a length, then we can use islice to get its + # final elements. Note that if the iterable is not actually Iterable, + # either islice or deque will throw a TypeError. This is why we don't + # check if it is Iterable. + if isinstance(iterable, Sized): + yield from islice(iterable, max(0, len(iterable) - n), None) + else: + yield from iter(deque(iterable, maxlen=n)) + + +def consume(iterator, n=None): + """Advance *iterable* by *n* steps. If *n* is ``None``, consume it + entirely. + + Efficiently exhausts an iterator without returning values. Defaults to + consuming the whole iterator, but an optional second argument may be + provided to limit consumption. + + >>> i = (x for x in range(10)) + >>> next(i) + 0 + >>> consume(i, 3) + >>> next(i) + 4 + >>> consume(i) + >>> next(i) + Traceback (most recent call last): + File "", line 1, in + StopIteration + + If the iterator has fewer items remaining than the provided limit, the + whole iterator will be consumed. + + >>> i = (x for x in range(3)) + >>> consume(i, 5) + >>> next(i) + Traceback (most recent call last): + File "", line 1, in + StopIteration + + """ + # Use functions that consume iterators at C speed. + if n is None: + # feed the entire iterator into a zero-length deque + deque(iterator, maxlen=0) + else: + # advance to the empty slice starting at position n + next(islice(iterator, n, n), None) + + +def nth(iterable, n, default=None): + """Returns the nth item or a default value. + + >>> l = range(10) + >>> nth(l, 3) + 3 + >>> nth(l, 20, "zebra") + 'zebra' + + """ + return next(islice(iterable, n, None), default) + + +def all_equal(iterable, key=None): + """ + Returns ``True`` if all the elements are equal to each other. + + >>> all_equal('aaaa') + True + >>> all_equal('aaab') + False + + A function that accepts a single argument and returns a transformed version + of each input item can be specified with *key*: + + >>> all_equal('AaaA', key=str.casefold) + True + >>> all_equal([1, 2, 3], key=lambda x: x < 10) + True + + """ + return len(list(islice(groupby(iterable, key), 2))) <= 1 + + +def quantify(iterable, pred=bool): + """Return the how many times the predicate is true. + + >>> quantify([True, False, True]) + 2 + + """ + return sum(map(pred, iterable)) + + +def pad_none(iterable): + """Returns the sequence of elements and then returns ``None`` indefinitely. + + >>> take(5, pad_none(range(3))) + [0, 1, 2, None, None] + + Useful for emulating the behavior of the built-in :func:`map` function. + + See also :func:`padded`. + + """ + return chain(iterable, repeat(None)) + + +padnone = pad_none + + +def ncycles(iterable, n): + """Returns the sequence elements *n* times + + >>> list(ncycles(["a", "b"], 3)) + ['a', 'b', 'a', 'b', 'a', 'b'] + + """ + return chain.from_iterable(repeat(tuple(iterable), n)) + + +def dotproduct(vec1, vec2): + """Returns the dot product of the two iterables. + + >>> dotproduct([10, 10], [20, 20]) + 400 + + """ + return sum(map(operator.mul, vec1, vec2)) + + +def flatten(listOfLists): + """Return an iterator flattening one level of nesting in a list of lists. + + >>> list(flatten([[0, 1], [2, 3]])) + [0, 1, 2, 3] + + See also :func:`collapse`, which can flatten multiple levels of nesting. + + """ + return chain.from_iterable(listOfLists) + + +def repeatfunc(func, times=None, *args): + """Call *func* with *args* repeatedly, returning an iterable over the + results. + + If *times* is specified, the iterable will terminate after that many + repetitions: + + >>> from operator import add + >>> times = 4 + >>> args = 3, 5 + >>> list(repeatfunc(add, times, *args)) + [8, 8, 8, 8] + + If *times* is ``None`` the iterable will not terminate: + + >>> from random import randrange + >>> times = None + >>> args = 1, 11 + >>> take(6, repeatfunc(randrange, times, *args)) # doctest:+SKIP + [2, 4, 8, 1, 8, 4] + + """ + if times is None: + return starmap(func, repeat(args)) + return starmap(func, repeat(args, times)) + + +def _pairwise(iterable): + """Returns an iterator of paired items, overlapping, from the original + + >>> take(4, pairwise(count())) + [(0, 1), (1, 2), (2, 3), (3, 4)] + + On Python 3.10 and above, this is an alias for :func:`itertools.pairwise`. + + """ + a, b = tee(iterable) + next(b, None) + return zip(a, b) + + +try: + from itertools import pairwise as itertools_pairwise +except ImportError: + pairwise = _pairwise +else: + + def pairwise(iterable): + return itertools_pairwise(iterable) + + pairwise.__doc__ = _pairwise.__doc__ + + +class UnequalIterablesError(ValueError): + def __init__(self, details=None): + msg = 'Iterables have different lengths' + if details is not None: + msg += (': index 0 has length {}; index {} has length {}').format( + *details + ) + + super().__init__(msg) + + +def _zip_equal_generator(iterables): + for combo in zip_longest(*iterables, fillvalue=_marker): + for val in combo: + if val is _marker: + raise UnequalIterablesError() + yield combo + + +def _zip_equal(*iterables): + # Check whether the iterables are all the same size. + try: + first_size = len(iterables[0]) + for i, it in enumerate(iterables[1:], 1): + size = len(it) + if size != first_size: + raise UnequalIterablesError(details=(first_size, i, size)) + # All sizes are equal, we can use the built-in zip. + return zip(*iterables) + # If any one of the iterables didn't have a length, start reading + # them until one runs out. + except TypeError: + return _zip_equal_generator(iterables) + + +def grouper(iterable, n, incomplete='fill', fillvalue=None): + """Group elements from *iterable* into fixed-length groups of length *n*. + + >>> list(grouper('ABCDEF', 3)) + [('A', 'B', 'C'), ('D', 'E', 'F')] + + The keyword arguments *incomplete* and *fillvalue* control what happens for + iterables whose length is not a multiple of *n*. + + When *incomplete* is `'fill'`, the last group will contain instances of + *fillvalue*. + + >>> list(grouper('ABCDEFG', 3, incomplete='fill', fillvalue='x')) + [('A', 'B', 'C'), ('D', 'E', 'F'), ('G', 'x', 'x')] + + When *incomplete* is `'ignore'`, the last group will not be emitted. + + >>> list(grouper('ABCDEFG', 3, incomplete='ignore', fillvalue='x')) + [('A', 'B', 'C'), ('D', 'E', 'F')] + + When *incomplete* is `'strict'`, a subclass of `ValueError` will be raised. + + >>> it = grouper('ABCDEFG', 3, incomplete='strict') + >>> list(it) # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + ... + UnequalIterablesError + + """ + args = [iter(iterable)] * n + if incomplete == 'fill': + return zip_longest(*args, fillvalue=fillvalue) + if incomplete == 'strict': + return _zip_equal(*args) + if incomplete == 'ignore': + return zip(*args) + else: + raise ValueError('Expected fill, strict, or ignore') + + +def roundrobin(*iterables): + """Yields an item from each iterable, alternating between them. + + >>> list(roundrobin('ABC', 'D', 'EF')) + ['A', 'D', 'E', 'B', 'F', 'C'] + + This function produces the same output as :func:`interleave_longest`, but + may perform better for some inputs (in particular when the number of + iterables is small). + + """ + # Algorithm credited to George Sakkis + iterators = map(iter, iterables) + for num_active in range(len(iterables), 0, -1): + iterators = cycle(islice(iterators, num_active)) + yield from map(next, iterators) + + +def partition(pred, iterable): + """ + Returns a 2-tuple of iterables derived from the input iterable. + The first yields the items that have ``pred(item) == False``. + The second yields the items that have ``pred(item) == True``. + + >>> is_odd = lambda x: x % 2 != 0 + >>> iterable = range(10) + >>> even_items, odd_items = partition(is_odd, iterable) + >>> list(even_items), list(odd_items) + ([0, 2, 4, 6, 8], [1, 3, 5, 7, 9]) + + If *pred* is None, :func:`bool` is used. + + >>> iterable = [0, 1, False, True, '', ' '] + >>> false_items, true_items = partition(None, iterable) + >>> list(false_items), list(true_items) + ([0, False, ''], [1, True, ' ']) + + """ + if pred is None: + pred = bool + + t1, t2, p = tee(iterable, 3) + p1, p2 = tee(map(pred, p)) + return (compress(t1, map(operator.not_, p1)), compress(t2, p2)) + + +def powerset(iterable): + """Yields all possible subsets of the iterable. + + >>> list(powerset([1, 2, 3])) + [(), (1,), (2,), (3,), (1, 2), (1, 3), (2, 3), (1, 2, 3)] + + :func:`powerset` will operate on iterables that aren't :class:`set` + instances, so repeated elements in the input will produce repeated elements + in the output. + + >>> seq = [1, 1, 0] + >>> list(powerset(seq)) + [(), (1,), (1,), (0,), (1, 1), (1, 0), (1, 0), (1, 1, 0)] + + For a variant that efficiently yields actual :class:`set` instances, see + :func:`powerset_of_sets`. + """ + s = list(iterable) + return chain.from_iterable(combinations(s, r) for r in range(len(s) + 1)) + + +def unique_everseen(iterable, key=None): + """ + Yield unique elements, preserving order. + + >>> list(unique_everseen('AAAABBBCCDAABBB')) + ['A', 'B', 'C', 'D'] + >>> list(unique_everseen('ABBCcAD', str.lower)) + ['A', 'B', 'C', 'D'] + + Sequences with a mix of hashable and unhashable items can be used. + The function will be slower (i.e., `O(n^2)`) for unhashable items. + + Remember that ``list`` objects are unhashable - you can use the *key* + parameter to transform the list to a tuple (which is hashable) to + avoid a slowdown. + + >>> iterable = ([1, 2], [2, 3], [1, 2]) + >>> list(unique_everseen(iterable)) # Slow + [[1, 2], [2, 3]] + >>> list(unique_everseen(iterable, key=tuple)) # Faster + [[1, 2], [2, 3]] + + Similarly, you may want to convert unhashable ``set`` objects with + ``key=frozenset``. For ``dict`` objects, + ``key=lambda x: frozenset(x.items())`` can be used. + + """ + seenset = set() + seenset_add = seenset.add + seenlist = [] + seenlist_add = seenlist.append + use_key = key is not None + + for element in iterable: + k = key(element) if use_key else element + try: + if k not in seenset: + seenset_add(k) + yield element + except TypeError: + if k not in seenlist: + seenlist_add(k) + yield element + + +def unique_justseen(iterable, key=None): + """Yields elements in order, ignoring serial duplicates + + >>> list(unique_justseen('AAAABBBCCDAABBB')) + ['A', 'B', 'C', 'D', 'A', 'B'] + >>> list(unique_justseen('ABBCcAD', str.lower)) + ['A', 'B', 'C', 'A', 'D'] + + """ + if key is None: + return map(operator.itemgetter(0), groupby(iterable)) + + return map(next, map(operator.itemgetter(1), groupby(iterable, key))) + + +def unique(iterable, key=None, reverse=False): + """Yields unique elements in sorted order. + + >>> list(unique([[1, 2], [3, 4], [1, 2]])) + [[1, 2], [3, 4]] + + *key* and *reverse* are passed to :func:`sorted`. + + >>> list(unique('ABBcCAD', str.casefold)) + ['A', 'B', 'c', 'D'] + >>> list(unique('ABBcCAD', str.casefold, reverse=True)) + ['D', 'c', 'B', 'A'] + + The elements in *iterable* need not be hashable, but they must be + comparable for sorting to work. + """ + return unique_justseen(sorted(iterable, key=key, reverse=reverse), key=key) + + +def iter_except(func, exception, first=None): + """Yields results from a function repeatedly until an exception is raised. + + Converts a call-until-exception interface to an iterator interface. + Like ``iter(func, sentinel)``, but uses an exception instead of a sentinel + to end the loop. + + >>> l = [0, 1, 2] + >>> list(iter_except(l.pop, IndexError)) + [2, 1, 0] + + Multiple exceptions can be specified as a stopping condition: + + >>> l = [1, 2, 3, '...', 4, 5, 6] + >>> list(iter_except(lambda: 1 + l.pop(), (IndexError, TypeError))) + [7, 6, 5] + >>> list(iter_except(lambda: 1 + l.pop(), (IndexError, TypeError))) + [4, 3, 2] + >>> list(iter_except(lambda: 1 + l.pop(), (IndexError, TypeError))) + [] + + """ + try: + if first is not None: + yield first() + while 1: + yield func() + except exception: + pass + + +def first_true(iterable, default=None, pred=None): + """ + Returns the first true value in the iterable. + + If no true value is found, returns *default* + + If *pred* is not None, returns the first item for which + ``pred(item) == True`` . + + >>> first_true(range(10)) + 1 + >>> first_true(range(10), pred=lambda x: x > 5) + 6 + >>> first_true(range(10), default='missing', pred=lambda x: x > 9) + 'missing' + + """ + return next(filter(pred, iterable), default) + + +def random_product(*args, repeat=1): + """Draw an item at random from each of the input iterables. + + >>> random_product('abc', range(4), 'XYZ') # doctest:+SKIP + ('c', 3, 'Z') + + If *repeat* is provided as a keyword argument, that many items will be + drawn from each iterable. + + >>> random_product('abcd', range(4), repeat=2) # doctest:+SKIP + ('a', 2, 'd', 3) + + This equivalent to taking a random selection from + ``itertools.product(*args, **kwarg)``. + + """ + pools = [tuple(pool) for pool in args] * repeat + return tuple(choice(pool) for pool in pools) + + +def random_permutation(iterable, r=None): + """Return a random *r* length permutation of the elements in *iterable*. + + If *r* is not specified or is ``None``, then *r* defaults to the length of + *iterable*. + + >>> random_permutation(range(5)) # doctest:+SKIP + (3, 4, 0, 1, 2) + + This equivalent to taking a random selection from + ``itertools.permutations(iterable, r)``. + + """ + pool = tuple(iterable) + r = len(pool) if r is None else r + return tuple(sample(pool, r)) + + +def random_combination(iterable, r): + """Return a random *r* length subsequence of the elements in *iterable*. + + >>> random_combination(range(5), 3) # doctest:+SKIP + (2, 3, 4) + + This equivalent to taking a random selection from + ``itertools.combinations(iterable, r)``. + + """ + pool = tuple(iterable) + n = len(pool) + indices = sorted(sample(range(n), r)) + return tuple(pool[i] for i in indices) + + +def random_combination_with_replacement(iterable, r): + """Return a random *r* length subsequence of elements in *iterable*, + allowing individual elements to be repeated. + + >>> random_combination_with_replacement(range(3), 5) # doctest:+SKIP + (0, 0, 1, 2, 2) + + This equivalent to taking a random selection from + ``itertools.combinations_with_replacement(iterable, r)``. + + """ + pool = tuple(iterable) + n = len(pool) + indices = sorted(randrange(n) for i in range(r)) + return tuple(pool[i] for i in indices) + + +def nth_combination(iterable, r, index): + """Equivalent to ``list(combinations(iterable, r))[index]``. + + The subsequences of *iterable* that are of length *r* can be ordered + lexicographically. :func:`nth_combination` computes the subsequence at + sort position *index* directly, without computing the previous + subsequences. + + >>> nth_combination(range(5), 3, 5) + (0, 3, 4) + + ``ValueError`` will be raised If *r* is negative or greater than the length + of *iterable*. + ``IndexError`` will be raised if the given *index* is invalid. + """ + pool = tuple(iterable) + n = len(pool) + if (r < 0) or (r > n): + raise ValueError + + c = 1 + k = min(r, n - r) + for i in range(1, k + 1): + c = c * (n - k + i) // i + + if index < 0: + index += c + + if (index < 0) or (index >= c): + raise IndexError + + result = [] + while r: + c, n, r = c * r // n, n - 1, r - 1 + while index >= c: + index -= c + c, n = c * (n - r) // n, n - 1 + result.append(pool[-1 - n]) + + return tuple(result) + + +def prepend(value, iterator): + """Yield *value*, followed by the elements in *iterator*. + + >>> value = '0' + >>> iterator = ['1', '2', '3'] + >>> list(prepend(value, iterator)) + ['0', '1', '2', '3'] + + To prepend multiple values, see :func:`itertools.chain` + or :func:`value_chain`. + + """ + return chain([value], iterator) + + +def convolve(signal, kernel): + """Convolve the iterable *signal* with the iterable *kernel*. + + >>> signal = (1, 2, 3, 4, 5) + >>> kernel = [3, 2, 1] + >>> list(convolve(signal, kernel)) + [3, 8, 14, 20, 26, 14, 5] + + Note: the input arguments are not interchangeable, as the *kernel* + is immediately consumed and stored. + + """ + # This implementation intentionally doesn't match the one in the itertools + # documentation. + kernel = tuple(kernel)[::-1] + n = len(kernel) + window = deque([0], maxlen=n) * n + for x in chain(signal, repeat(0, n - 1)): + window.append(x) + yield _sumprod(kernel, window) + + +def before_and_after(predicate, it): + """A variant of :func:`takewhile` that allows complete access to the + remainder of the iterator. + + >>> it = iter('ABCdEfGhI') + >>> all_upper, remainder = before_and_after(str.isupper, it) + >>> ''.join(all_upper) + 'ABC' + >>> ''.join(remainder) # takewhile() would lose the 'd' + 'dEfGhI' + + Note that the first iterator must be fully consumed before the second + iterator can generate valid results. + """ + it = iter(it) + transition = [] + + def true_iterator(): + for elem in it: + if predicate(elem): + yield elem + else: + transition.append(elem) + return + + # Note: this is different from itertools recipes to allow nesting + # before_and_after remainders into before_and_after again. See tests + # for an example. + remainder_iterator = chain(transition, it) + + return true_iterator(), remainder_iterator + + +def triplewise(iterable): + """Return overlapping triplets from *iterable*. + + >>> list(triplewise('ABCDE')) + [('A', 'B', 'C'), ('B', 'C', 'D'), ('C', 'D', 'E')] + + """ + for (a, _), (b, c) in pairwise(pairwise(iterable)): + yield a, b, c + + +def sliding_window(iterable, n): + """Return a sliding window of width *n* over *iterable*. + + >>> list(sliding_window(range(6), 4)) + [(0, 1, 2, 3), (1, 2, 3, 4), (2, 3, 4, 5)] + + If *iterable* has fewer than *n* items, then nothing is yielded: + + >>> list(sliding_window(range(3), 4)) + [] + + For a variant with more features, see :func:`windowed`. + """ + it = iter(iterable) + window = deque(islice(it, n - 1), maxlen=n) + for x in it: + window.append(x) + yield tuple(window) + + +def subslices(iterable): + """Return all contiguous non-empty subslices of *iterable*. + + >>> list(subslices('ABC')) + [['A'], ['A', 'B'], ['A', 'B', 'C'], ['B'], ['B', 'C'], ['C']] + + This is similar to :func:`substrings`, but emits items in a different + order. + """ + seq = list(iterable) + slices = starmap(slice, combinations(range(len(seq) + 1), 2)) + return map(operator.getitem, repeat(seq), slices) + + +def polynomial_from_roots(roots): + """Compute a polynomial's coefficients from its roots. + + >>> roots = [5, -4, 3] # (x - 5) * (x + 4) * (x - 3) + >>> polynomial_from_roots(roots) # x^3 - 4 * x^2 - 17 * x + 60 + [1, -4, -17, 60] + """ + factors = zip(repeat(1), map(operator.neg, roots)) + return list(reduce(convolve, factors, [1])) + + +def iter_index(iterable, value, start=0, stop=None): + """Yield the index of each place in *iterable* that *value* occurs, + beginning with index *start* and ending before index *stop*. + + + >>> list(iter_index('AABCADEAF', 'A')) + [0, 1, 4, 7] + >>> list(iter_index('AABCADEAF', 'A', 1)) # start index is inclusive + [1, 4, 7] + >>> list(iter_index('AABCADEAF', 'A', 1, 7)) # stop index is not inclusive + [1, 4] + + The behavior for non-scalar *values* matches the built-in Python types. + + >>> list(iter_index('ABCDABCD', 'AB')) + [0, 4] + >>> list(iter_index([0, 1, 2, 3, 0, 1, 2, 3], [0, 1])) + [] + >>> list(iter_index([[0, 1], [2, 3], [0, 1], [2, 3]], [0, 1])) + [0, 2] + + See :func:`locate` for a more general means of finding the indexes + associated with particular values. + + """ + seq_index = getattr(iterable, 'index', None) + if seq_index is None: + # Slow path for general iterables + it = islice(iterable, start, stop) + for i, element in enumerate(it, start): + if element is value or element == value: + yield i + else: + # Fast path for sequences + stop = len(iterable) if stop is None else stop + i = start - 1 + try: + while True: + yield (i := seq_index(value, i + 1, stop)) + except ValueError: + pass + + +def sieve(n): + """Yield the primes less than n. + + >>> list(sieve(30)) + [2, 3, 5, 7, 11, 13, 17, 19, 23, 29] + """ + if n > 2: + yield 2 + start = 3 + data = bytearray((0, 1)) * (n // 2) + limit = math.isqrt(n) + 1 + for p in iter_index(data, 1, start, limit): + yield from iter_index(data, 1, start, p * p) + data[p * p : n : p + p] = bytes(len(range(p * p, n, p + p))) + start = p * p + yield from iter_index(data, 1, start) + + +def _batched(iterable, n, *, strict=False): + """Batch data into tuples of length *n*. If the number of items in + *iterable* is not divisible by *n*: + * The last batch will be shorter if *strict* is ``False``. + * :exc:`ValueError` will be raised if *strict* is ``True``. + + >>> list(batched('ABCDEFG', 3)) + [('A', 'B', 'C'), ('D', 'E', 'F'), ('G',)] + + On Python 3.13 and above, this is an alias for :func:`itertools.batched`. + """ + if n < 1: + raise ValueError('n must be at least one') + it = iter(iterable) + while batch := tuple(islice(it, n)): + if strict and len(batch) != n: + raise ValueError('batched(): incomplete batch') + yield batch + + +if hexversion >= 0x30D00A2: + from itertools import batched as itertools_batched + + def batched(iterable, n, *, strict=False): + return itertools_batched(iterable, n, strict=strict) + +else: + batched = _batched + + batched.__doc__ = _batched.__doc__ + + +def transpose(it): + """Swap the rows and columns of the input matrix. + + >>> list(transpose([(1, 2, 3), (11, 22, 33)])) + [(1, 11), (2, 22), (3, 33)] + + The caller should ensure that the dimensions of the input are compatible. + If the input is empty, no output will be produced. + """ + return _zip_strict(*it) + + +def reshape(matrix, cols): + """Reshape the 2-D input *matrix* to have a column count given by *cols*. + + >>> matrix = [(0, 1), (2, 3), (4, 5)] + >>> cols = 3 + >>> list(reshape(matrix, cols)) + [(0, 1, 2), (3, 4, 5)] + """ + return batched(chain.from_iterable(matrix), cols) + + +def matmul(m1, m2): + """Multiply two matrices. + + >>> list(matmul([(7, 5), (3, 5)], [(2, 5), (7, 9)])) + [(49, 80), (41, 60)] + + The caller should ensure that the dimensions of the input matrices are + compatible with each other. + """ + n = len(m2[0]) + return batched(starmap(_sumprod, product(m1, transpose(m2))), n) + + +def factor(n): + """Yield the prime factors of n. + + >>> list(factor(360)) + [2, 2, 2, 3, 3, 5] + """ + for prime in sieve(math.isqrt(n) + 1): + while not n % prime: + yield prime + n //= prime + if n == 1: + return + if n > 1: + yield n + + +def polynomial_eval(coefficients, x): + """Evaluate a polynomial at a specific value. + + Example: evaluating x^3 - 4 * x^2 - 17 * x + 60 at x = 2.5: + + >>> coefficients = [1, -4, -17, 60] + >>> x = 2.5 + >>> polynomial_eval(coefficients, x) + 8.125 + """ + n = len(coefficients) + if n == 0: + return x * 0 # coerce zero to the type of x + powers = map(pow, repeat(x), reversed(range(n))) + return _sumprod(coefficients, powers) + + +def sum_of_squares(it): + """Return the sum of the squares of the input values. + + >>> sum_of_squares([10, 20, 30]) + 1400 + """ + return _sumprod(*tee(it)) + + +def polynomial_derivative(coefficients): + """Compute the first derivative of a polynomial. + + Example: evaluating the derivative of x^3 - 4 * x^2 - 17 * x + 60 + + >>> coefficients = [1, -4, -17, 60] + >>> derivative_coefficients = polynomial_derivative(coefficients) + >>> derivative_coefficients + [3, -8, -17] + """ + n = len(coefficients) + powers = reversed(range(1, n)) + return list(map(operator.mul, coefficients, powers)) + + +def totient(n): + """Return the count of natural numbers up to *n* that are coprime with *n*. + + >>> totient(9) + 6 + >>> totient(12) + 4 + """ + # The itertools docs use unique_justseen instead of set; see + # https://github.com/more-itertools/more-itertools/issues/823 + for p in set(factor(n)): + n = n // p * (p - 1) + + return n diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi new file mode 100644 index 0000000..739acec --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi @@ -0,0 +1,136 @@ +"""Stubs for more_itertools.recipes""" + +from __future__ import annotations + +from typing import ( + Any, + Callable, + Iterable, + Iterator, + overload, + Sequence, + Type, + TypeVar, +) + +# Type and type variable definitions +_T = TypeVar('_T') +_T1 = TypeVar('_T1') +_T2 = TypeVar('_T2') +_U = TypeVar('_U') + +def take(n: int, iterable: Iterable[_T]) -> list[_T]: ... +def tabulate( + function: Callable[[int], _T], start: int = ... +) -> Iterator[_T]: ... +def tail(n: int, iterable: Iterable[_T]) -> Iterator[_T]: ... +def consume(iterator: Iterable[_T], n: int | None = ...) -> None: ... +@overload +def nth(iterable: Iterable[_T], n: int) -> _T | None: ... +@overload +def nth(iterable: Iterable[_T], n: int, default: _U) -> _T | _U: ... +def all_equal( + iterable: Iterable[_T], key: Callable[[_T], _U] | None = ... +) -> bool: ... +def quantify( + iterable: Iterable[_T], pred: Callable[[_T], bool] = ... +) -> int: ... +def pad_none(iterable: Iterable[_T]) -> Iterator[_T | None]: ... +def padnone(iterable: Iterable[_T]) -> Iterator[_T | None]: ... +def ncycles(iterable: Iterable[_T], n: int) -> Iterator[_T]: ... +def dotproduct(vec1: Iterable[_T1], vec2: Iterable[_T2]) -> Any: ... +def flatten(listOfLists: Iterable[Iterable[_T]]) -> Iterator[_T]: ... +def repeatfunc( + func: Callable[..., _U], times: int | None = ..., *args: Any +) -> Iterator[_U]: ... +def pairwise(iterable: Iterable[_T]) -> Iterator[tuple[_T, _T]]: ... +def grouper( + iterable: Iterable[_T], + n: int, + incomplete: str = ..., + fillvalue: _U = ..., +) -> Iterator[tuple[_T | _U, ...]]: ... +def roundrobin(*iterables: Iterable[_T]) -> Iterator[_T]: ... +def partition( + pred: Callable[[_T], object] | None, iterable: Iterable[_T] +) -> tuple[Iterator[_T], Iterator[_T]]: ... +def powerset(iterable: Iterable[_T]) -> Iterator[tuple[_T, ...]]: ... +def unique_everseen( + iterable: Iterable[_T], key: Callable[[_T], _U] | None = ... +) -> Iterator[_T]: ... +def unique_justseen( + iterable: Iterable[_T], key: Callable[[_T], object] | None = ... +) -> Iterator[_T]: ... +def unique( + iterable: Iterable[_T], + key: Callable[[_T], object] | None = ..., + reverse: bool = False, +) -> Iterator[_T]: ... +@overload +def iter_except( + func: Callable[[], _T], + exception: Type[BaseException] | tuple[Type[BaseException], ...], + first: None = ..., +) -> Iterator[_T]: ... +@overload +def iter_except( + func: Callable[[], _T], + exception: Type[BaseException] | tuple[Type[BaseException], ...], + first: Callable[[], _U], +) -> Iterator[_T | _U]: ... +@overload +def first_true( + iterable: Iterable[_T], *, pred: Callable[[_T], object] | None = ... +) -> _T | None: ... +@overload +def first_true( + iterable: Iterable[_T], + default: _U, + pred: Callable[[_T], object] | None = ..., +) -> _T | _U: ... +def random_product( + *args: Iterable[_T], repeat: int = ... +) -> tuple[_T, ...]: ... +def random_permutation( + iterable: Iterable[_T], r: int | None = ... +) -> tuple[_T, ...]: ... +def random_combination(iterable: Iterable[_T], r: int) -> tuple[_T, ...]: ... +def random_combination_with_replacement( + iterable: Iterable[_T], r: int +) -> tuple[_T, ...]: ... +def nth_combination( + iterable: Iterable[_T], r: int, index: int +) -> tuple[_T, ...]: ... +def prepend(value: _T, iterator: Iterable[_U]) -> Iterator[_T | _U]: ... +def convolve(signal: Iterable[_T], kernel: Iterable[_T]) -> Iterator[_T]: ... +def before_and_after( + predicate: Callable[[_T], bool], it: Iterable[_T] +) -> tuple[Iterator[_T], Iterator[_T]]: ... +def triplewise(iterable: Iterable[_T]) -> Iterator[tuple[_T, _T, _T]]: ... +def sliding_window( + iterable: Iterable[_T], n: int +) -> Iterator[tuple[_T, ...]]: ... +def subslices(iterable: Iterable[_T]) -> Iterator[list[_T]]: ... +def polynomial_from_roots(roots: Sequence[_T]) -> list[_T]: ... +def iter_index( + iterable: Iterable[_T], + value: Any, + start: int | None = ..., + stop: int | None = ..., +) -> Iterator[int]: ... +def sieve(n: int) -> Iterator[int]: ... +def batched( + iterable: Iterable[_T], n: int, *, strict: bool = False +) -> Iterator[tuple[_T]]: ... +def transpose( + it: Iterable[Iterable[_T]], +) -> Iterator[tuple[_T, ...]]: ... +def reshape( + matrix: Iterable[Iterable[_T]], cols: int +) -> Iterator[tuple[_T, ...]]: ... +def matmul(m1: Sequence[_T], m2: Sequence[_T]) -> Iterator[tuple[_T]]: ... +def factor(n: int) -> Iterator[int]: ... +def polynomial_eval(coefficients: Sequence[_T], x: _U) -> _U: ... +def sum_of_squares(it: Iterable[_T]) -> _T: ... +def polynomial_derivative(coefficients: Sequence[_T]) -> list[_T]: ... +def totient(n: int) -> int: ... diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER new file mode 100644 index 0000000..5c69047 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/INSTALLER @@ -0,0 +1 @@ +uv \ No newline at end of file diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE new file mode 100644 index 0000000..6f62d44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE @@ -0,0 +1,3 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made +under the terms of *both* these licenses. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD new file mode 100644 index 0000000..42ce7b7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD @@ -0,0 +1,23 @@ +Copyright (c) Donald Stufft and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA new file mode 100644 index 0000000..1479c86 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/METADATA @@ -0,0 +1,102 @@ +Metadata-Version: 2.3 +Name: packaging +Version: 24.2 +Summary: Core utilities for Python packages +Author-email: Donald Stufft +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: License :: OSI Approved :: BSD License +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 +Classifier: Typing :: Typed +Project-URL: Documentation, https://packaging.pypa.io/ +Project-URL: Source, https://github.com/pypa/packaging + +packaging +========= + +.. start-intro + +Reusable core utilities for various Python Packaging +`interoperability specifications `_. + +This library provides utilities that implement the interoperability +specifications which have clearly one correct behaviour (eg: :pep:`440`) +or benefit greatly from having a single shared implementation (eg: :pep:`425`). + +.. end-intro + +The ``packaging`` project includes the following: version handling, specifiers, +markers, requirements, tags, utilities. + +Documentation +------------- + +The `documentation`_ provides information and the API for the following: + +- Version Handling +- Specifiers +- Markers +- Requirements +- Tags +- Utilities + +Installation +------------ + +Use ``pip`` to install these utilities:: + + pip install packaging + +The ``packaging`` library uses calendar-based versioning (``YY.N``). + +Discussion +---------- + +If you run into bugs, you can file them in our `issue tracker`_. + +You can also join ``#pypa`` on Freenode to ask questions or get involved. + + +.. _`documentation`: https://packaging.pypa.io/ +.. _`issue tracker`: https://github.com/pypa/packaging/issues + + +Code of Conduct +--------------- + +Everyone interacting in the packaging project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md + +Contributing +------------ + +The ``CONTRIBUTING.rst`` file outlines how to contribute to this project as +well as how to report a potential security issue. The documentation for this +project also covers information about `project development`_ and `security`_. + +.. _`project development`: https://packaging.pypa.io/en/latest/development/ +.. _`security`: https://packaging.pypa.io/en/latest/security/ + +Project History +--------------- + +Please review the ``CHANGELOG.rst`` file or the `Changelog documentation`_ for +recent changes and project history. + +.. _`Changelog documentation`: https://packaging.pypa.io/en/latest/changelog/ + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD new file mode 100644 index 0000000..678aa5a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/RECORD @@ -0,0 +1,25 @@ +packaging-24.2.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2 +packaging-24.2.dist-info/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +packaging-24.2.dist-info/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +packaging-24.2.dist-info/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +packaging-24.2.dist-info/METADATA,sha256=ohH86s6k5mIfQxY2TS0LcSfADeOFa4BiCC-bxZV-pNs,3204 +packaging-24.2.dist-info/RECORD,, +packaging-24.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +packaging-24.2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82 +packaging/__init__.py,sha256=dk4Ta_vmdVJxYHDcfyhvQNw8V3PgSBomKNXqg-D2JDY,494 +packaging/_elffile.py,sha256=cflAQAkE25tzhYmq_aCi72QfbT_tn891tPzfpbeHOwE,3306 +packaging/_manylinux.py,sha256=vl5OCoz4kx80H5rwXKeXWjl9WNISGmr4ZgTpTP9lU9c,9612 +packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 +packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236 +packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273 +packaging/licenses/__init__.py,sha256=1x5M1nEYjcgwEbLt0dXwz2ukjr18DiCzC0sraQqJ-Ww,5715 +packaging/licenses/_spdx.py,sha256=oAm1ztPFwlsmCKe7lAAsv_OIOfS1cWDu9bNBkeu-2ns,48398 +packaging/markers.py,sha256=c89TNzB7ZdGYhkovm6PYmqGyHxXlYVaLW591PHUNKD8,10561 +packaging/metadata.py,sha256=YJibM7GYe4re8-0a3OlXmGS-XDgTEoO4tlBt2q25Bng,34762 +packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +packaging/specifiers.py,sha256=GG1wPNMcL0fMJO68vF53wKMdwnfehDcaI-r9NpTfilA,40074 +packaging/tags.py,sha256=CFqrJzAzc2XNGexerH__T-Y5Iwq7WbsYXsiLERLWxY0,21014 +packaging/utils.py,sha256=0F3Hh9OFuRgrhTgGZUl5K22Fv1YP2tZl1z_2gO6kJiA,5050 +packaging/version.py,sha256=olfyuk_DPbflNkJ4wBWetXQ17c74x3DB501degUv7DY,16676 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL new file mode 100644 index 0000000..e3c6fee --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.2.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: flit 3.10.1 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py new file mode 100644 index 0000000..d79f73c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..78158fdb33e99058f5fff73d42a2b2a13e68d569 GIT binary patch literal 566 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..798f2d743a7cabbd923affe499e95f0a7d351541 GIT binary patch literal 9764 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f90f020a096cd9775de97bbce4f5af6827a6cabb GIT binary patch literal 4577 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

@XI5?!fk#l~5w=q@XUBO$CWNh-qnYuE_} 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 K?+maCkNzL+ZAs|> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d29b79bfa245c537566af7407371a9b4ce4366e0 GIT binary patch literal 3249 zcmc&#%}*Og6rWwMjR70eVu}eQaYUoWZDAp)QdNp_s?v{xFUg6^YVnSZ6SH<^mPke% zIB;myR;tuWaHOXS@u&1c#id&H)cylht`sS!zTb>(d5xD+E?sHgzW4Ucyf^RTH@{@F z6O5jRU;j}%NHX>(gx+Iyna=0L959o8#yqyqJmbXFf7VII*-6)I-B1=LStR-vCRvz$ zi$vQhB`aNf_38WAC-H!GTQ@wmZh8h!R87y^x7ID$;H9w#~LO<+H7lJ?7xJk`#Yrozk@ezoq`gZ8s_i-#$}gKgngjKQ#p zPte;z_y??Ql+1FN?kziJ$3|#L-l$3}D!zGPZ#K8MU9AaME>~Q;(b#et?#6P!WdMPA zyHVe;TkT-8=|5OmyKl>Sz?WNY<%L`0(v}oLD`++w(so{P-)jn6|Ev2o+mV6Tu276z zuC&@=+HnML3CG!)?FEE$tn}1l6q2M;vpx1(ZoWedi<}L=)Y;xA=70tLa|h6>XP2FH zwY~3CI&%5g46RL9ZiW^D5NWd22@vQp1ctvO0@G?3b>1Sf$9~Vv{P^i%{)aEma<@;@ zw?zi)lg(h0i%PfmNTZ)f9gfZN6M+*Rn_`?kB2PqONwKJ-NI6a;pcrO`k^^Oy>^i;F z-2>Htq5kfgbTXjHCjQPX6NBN&`{dDUrw|bghy%;pv zMdyL)@GL$rwNV9t66x$0VCD*b#1gHz#L=h%)JUmve-~>}0M#mCzRYWGP=Cb-J0mh0 zXnIu}B${eNR6pI^myB?Fc#{ibFy=TuuTk3bgMMf{m3EOfl$adkz2E!gQV!$eyIT}{ zIN>;3O>esaKI1qqx7|kfPlBL8Ow#HwQTGG!Hn>!C<2kPcp|wHyAqu1t3m`?1cR}6* z`2a+9vdRdCQQ)kKq==E<5!q+wrjfjHxYS|vIZqkMqUMX>XAhs8lYaIn!0*`@)ta_i z(^hM+%4=0#tMW0b;`dc-Up&3@@!$CB+9Ajaz5NFhgr~DlEICP%ds_?_t;rkl8pwT+SkzSrI|_OgV1O*qE59Y8p?5*U?E)Zj5PGkMpd+C7YM5Qn&|5fK1o9U2 z2qV05$-1S5iLTwByxA2Fbv~$X3i-7#Xvq{nZh@Z_tLLZ Ub4CHG0;%%%&Spx#vT5b?A4A)Spa1{> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6970620cd889ec86654db76ff2f627912f92664 GIT binary patch literal 7919 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4d636b9021c1a88181b6f71049f36824a43f84a GIT binary patch literal 11384 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 I^gE3I7ar=&0RR91 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a6e7e42ebc539e2a1bfd7301668fc4cd523b117b GIT binary patch literal 4418 zcmaJETWl29_0G)Bcwb)cu5BD3jmOxI+17YN>?9}#0^w0P6qn)_shdXAVP|ZwnVm8B z&f+H(rF?*egx!zYR)kF2NCA;3RI1eEE2{YH&zhye8aXOzRkitZY^tX2PtU!xv%5B{ zT+;h%7_s_MpK?Lpf8-E-6RS2QK(+{tSF2Zfh05Xp>q;Uqyaw(3ZIB)P- zAthveDIa_bn$HlkQmTgGqT$a5QUQibMlc&ng|gvPn0?n6wb@82!f?M)myM>P9OBXU zkrudyw4fflFSzrj;*1&sYWO~1q}5N+t`1EYF6GnfHYosE-LP0P%rU13wr>S=eOE~HC<#%)9a&LbVAI1QzE zjY|m=d_r*IeI^W@(ax3^H~CIbhIZ7HGcHfASh+l=5_!@th&+#h?U6!IaK}E@0TF#(&SWzzKRHMkLQ54NeE6P2zL6^H} zB!{i6o*W#)D%qD-lZKI14E6jzTPHUC06b}A&L>AF>|x97?%Mxql4NXs->90tpbqII zNpw3mYFm~;lFB9B)GVBIc^PvkS+O6|H9CPKFeL+ZfRGvh*U&o8i+=nCA% z5nyjMsus}rYv7PtP!pgRwUFk6UV>hPzD5gc67+tpR;z(NFyT)`oKU6p|HK?aRx7RE z6=c@*I71oOQYBv|HinJCfx!V}Y$Ail*`!k@x%99M2S%+7U!Lc5veABW_6MD^YHBj` zFw!NTRWn2<^79@cTPCdMys8-!`v$==b$Z+-XJ&)B3vdrTU9=Av2O$am0(HPVxZ*qt zAiL<22u*YMi}+=Jnji5q`7K}?DL#(?5-d@8-)=w75gq~=fn+gRAY|8iGN41xc3X3G zhLATq=+ZN1&5n5(=*B&~+*jxXJSv;Lv^LPAUbC(J@|fM^kw#wduySwj@bHQmN@Lo) zJ#O{U%R1HOR!TOQKoh7H*`@PoLwMI^!7f{_WQS?N8`JBjg{!=VE(^a9#<(#wF8maY zare0XM4b~?z}>bcI7|kt@P;yL1%CZEAscjud z3Z_1$D45y-(um6=kWzd^HwK+}g%c{S13D60iso=Sp`Jq%8E$mdm5iCO6=kxaBHFr? zB6SbQkUs#pg4TE;(6iduk>C4fp|SV+$u&RPB`@t>+RMMr$9VLR4;*V39)=o^$-+Zf1bj;{(t~cL z!T56syiR9WaU&4E+gsUXs_S`9rnF@Zoff*b?+qkfBdUE(p2BQgN6YhCQt z*p0DS`$<#Ba#P1$-=~3lfkM-(g}Uy%znfJQTlPrT&h|*NG~MGgf;i!C3$Qk!e=>5g zV!FK@lR`)0Fs=tt+ykI;fly~*eUz?nTZVI~C#g8S-C&8a<~zQHOLqqHb&0$`@%)-- z_GW9k3CMiqm5oM9mj|$lt(v8WU>_r;>%^0U%egYXt3;@GGG6~%?i0zw2N2!~BPArq zH>{FjC!i>4LnQ<@PAfO}_-JghGpuGHs`k8rTxuUElEVP5pw+tir_qM_$Xw(}v|~Bi zu_g$$k*Bf7C$X00Sj*!*-4BlcvG4bNg*}H0vA4b!fw>`w(cl^q13}lCl~$sD$gKG@ zaHlQS2UoWl@CFkThwPjl6%MXet) zttz<>w5m{xT0KmwRDyVWqvc<<;;g8(lWEaM%eDquRj5?U^NxTM%#e&pY}HKbm|l%e zq~EgpvZDrjd_lG?`v^_NZt^YXU7p3hBU<(_JaFhqdPRh!DEdY4pLj(~LJ2`>KLRmw z69Dy|oeS+B?tWaiZ?zt7>6T{_s(ooeTgohE3gNwvI}d%Pe=+j;NTIWDIo!97e6^h` z;B29}&_Zr$dU1L=`n`1lh(!;))BaKNgXD5_|GEgoH3`KU=lyg3g%eACi+#({_VpS{ z_EU1@5Njc+=!@_M!|imN^m=h53@;;WI=+6()PX~97x&^h3fN?=_jr95lHGd=9#bmg z7jZ{`M+WGVb?PR-G9O-IWD-4C}g?j|HRd+w*UYD literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e0beb69296f080dea8e6267c10f10fc1c8feee4 GIT binary patch literal 39051 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..750a374fbefd20e2f5d74728d47c03334d775e69 GIT binary patch literal 23151 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 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py new file mode 100644 index 0000000..61339a6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py new file mode 100644 index 0000000..d2bf30b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py new file mode 100644 index 0000000..c1238c0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py new file mode 100644 index 0000000..89d0416 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__init__.py new file mode 100644 index 0000000..569156d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..148f4417212ade2fc16eb31a00da336c10d62f13 GIT binary patch literal 4125 zcmbUkTWs6b^^zhbN~A2=mMzP#&`#u7&1^Yw7T1aEHgViEk2-6eq^+`4V?^4KLOn{- zaUxJfQ1l~d1H{EX(qbLzZ3UJg{SdHy__G7{QLI1YluQC)VD36#=%1FP!{(pukPH1%!F|f zkKr&nL`Ry45ot0;T6jWqrd=^tnu<{vnnyhOODyKbk$|THw&2FdJ0D=RS&Rl6f_Dkb z1H6v$;^+k8sdo|Y7MdP7>R6u})qXt9d)_5t{u_9N`Nmv~U@Ztjv7KNWP8??U)=k-KiJgfM1{IHIxU>+D8=iPP zo#huq6K3M^w-z|DzT%3<`D`K{{|$O##&rFy=#^|*h|bMRoII4^qN13Ni`?ZQMUWM9 z0&rAJUXJE&C|9zX(c%3EqHQ-89*#4eM+g6O7cncoY!}}I6sd?vp%AB?Hi2J;SfkX^?jFhM^cSeKRIl7yTHg@8fIIWegiq?lb4 zB*P;soTSL6ABIB|GKQ1O<=}=ih*UP2F$e)FCBro@W-o(hhEvQ!*&rM4>Faen4RQhK zB?oZ<~nwhSXaGZF`6?Q z6{O8Y&m}XQSeqG6d11~}+O~`WZCGXywFIGLMEqL?gN^|fra+8C%$O`S(I>vN*tipuK468Hj za_|uosd!tK=H81pkby_cfQd}J_v4S!MeoXGedOpDJ^ILnO2sjAcLzd?OJf~v%L=@zq|0; z*Gnyvw_FfW%C{uwuCDEaUOcB!;}FeI7YG4oo}g~>ELQU-Fsjp|6{e@m?9rJ$%jbW6 z@fR0=b?G4kxWHF*x7K%{ctGzvv@-Cgz85OKz{jU_-$12%Y=tb|&^nJUxmMeU?=P0x z$29-gnl0tiSdrAjhl+|Go_NGOx8@7nef##?A0{69`YXM=m#3Cr{V=seS3=z%IM;f2 zn^4!1bIsRT_Jws{csc#hcW^cMOgT8B2S@>t%-^3X zQ6pvQS)F=zC9oowsHrEUgK<`ogLMA;@mU;p*T0@lAg1jx!pLByrTu+Z)dA4DY+iN0 zcOMO$8YBL2sOQuK`r`zBns$8Y!Jv;2QWVw=2RxVzrv!z*l&K|_X7hzHw*UxuVMu1F zZQzmsDd9#AUN#Z|2rCU49UE_f#&ahw=lJVZR&UQWT^ilYi3e z%qO7Xxxk4F!n7o1rP|}cI_Tybu=Zjw5C1wfQG4-BN+)1yz64|rI`9+2zI_2h*zT{9 z`!9(7I~spX5Hx<%Rb^1HZ|U;A)CVc8Z?x2YP(!U>^@g>9sn2Iiy(cx)_0;LYs1Nf` a5e(J9c?@$_x_4C_Ca^}bPe~K7O!zOag!AVB literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5c9760f8b4b66108dec4a5ed5e27d1a96c18638 GIT binary patch literal 47372 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/licenses/_spdx.py new file mode 100644 index 0000000..eac2227 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py new file mode 100644 index 0000000..fb7f49c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py new file mode 100644 index 0000000..721f411 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py new file mode 100644 index 0000000..4e068c9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py new file mode 100644 index 0000000..b30926a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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 packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py new file mode 100644 index 0000000..f590340 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py new file mode 100644 index 0000000..2345095 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py new file mode 100644 index 0000000..c9bbda2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_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 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

                                          # 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA
new file mode 100644
index 0000000..ab51ef3
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA
@@ -0,0 +1,319 @@
+Metadata-Version: 2.3
+Name: platformdirs
+Version: 4.2.2
+Summary: A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`.
+Project-URL: Documentation, https://platformdirs.readthedocs.io
+Project-URL: Homepage, https://github.com/platformdirs/platformdirs
+Project-URL: Source, https://github.com/platformdirs/platformdirs
+Project-URL: Tracker, https://github.com/platformdirs/platformdirs/issues
+Maintainer-email: Bernát Gábor , Julian Berman , Ofek Lev , Ronny Pfannschmidt 
+License-Expression: MIT
+License-File: LICENSE
+Keywords: appdirs,application,cache,directory,log,user
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: 3.11
+Classifier: Programming Language :: Python :: 3.12
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Requires-Python: >=3.8
+Provides-Extra: docs
+Requires-Dist: furo>=2023.9.10; extra == 'docs'
+Requires-Dist: proselint>=0.13; extra == 'docs'
+Requires-Dist: sphinx-autodoc-typehints>=1.25.2; extra == 'docs'
+Requires-Dist: sphinx>=7.2.6; extra == 'docs'
+Provides-Extra: test
+Requires-Dist: appdirs==1.4.4; extra == 'test'
+Requires-Dist: covdefaults>=2.3; extra == 'test'
+Requires-Dist: pytest-cov>=4.1; extra == 'test'
+Requires-Dist: pytest-mock>=3.12; extra == 'test'
+Requires-Dist: pytest>=7.4.3; extra == 'test'
+Provides-Extra: type
+Requires-Dist: mypy>=1.8; extra == 'type'
+Description-Content-Type: text/x-rst
+
+The problem
+===========
+
+.. image:: https://github.com/platformdirs/platformdirs/actions/workflows/check.yml/badge.svg
+   :target: https://github.com/platformdirs/platformdirs/actions
+
+When writing desktop application, finding the right location to store user data
+and configuration varies per platform. Even for single-platform apps, there
+may by plenty of nuances in figuring out the right location.
+
+For example, if running on macOS, you should use::
+
+    ~/Library/Application Support/
+
+If on Windows (at least English Win) that should be::
+
+    C:\Documents and Settings\\Application Data\Local Settings\\
+
+or possibly::
+
+    C:\Documents and Settings\\Application Data\\
+
+for `roaming profiles `_ but that is another story.
+
+On Linux (and other Unices), according to the `XDG Basedir Spec`_, it should be::
+
+    ~/.local/share/
+
+.. _XDG Basedir Spec: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html
+
+``platformdirs`` to the rescue
+==============================
+
+This kind of thing is what the ``platformdirs`` package is for.
+``platformdirs`` will help you choose an appropriate:
+
+- user data dir (``user_data_dir``)
+- user config dir (``user_config_dir``)
+- user cache dir (``user_cache_dir``)
+- site data dir (``site_data_dir``)
+- site config dir (``site_config_dir``)
+- user log dir (``user_log_dir``)
+- user documents dir (``user_documents_dir``)
+- user downloads dir (``user_downloads_dir``)
+- user pictures dir (``user_pictures_dir``)
+- user videos dir (``user_videos_dir``)
+- user music dir (``user_music_dir``)
+- user desktop dir (``user_desktop_dir``)
+- user runtime dir (``user_runtime_dir``)
+
+And also:
+
+- Is slightly opinionated on the directory names used. Look for "OPINION" in
+  documentation and code for when an opinion is being applied.
+
+Example output
+==============
+
+On macOS:
+
+.. code-block:: pycon
+
+    >>> from platformdirs import *
+    >>> appname = "SuperApp"
+    >>> appauthor = "Acme"
+    >>> user_data_dir(appname, appauthor)
+    '/Users/trentm/Library/Application Support/SuperApp'
+    >>> site_data_dir(appname, appauthor)
+    '/Library/Application Support/SuperApp'
+    >>> user_cache_dir(appname, appauthor)
+    '/Users/trentm/Library/Caches/SuperApp'
+    >>> user_log_dir(appname, appauthor)
+    '/Users/trentm/Library/Logs/SuperApp'
+    >>> user_documents_dir()
+    '/Users/trentm/Documents'
+    >>> user_downloads_dir()
+    '/Users/trentm/Downloads'
+    >>> user_pictures_dir()
+    '/Users/trentm/Pictures'
+    >>> user_videos_dir()
+    '/Users/trentm/Movies'
+    >>> user_music_dir()
+    '/Users/trentm/Music'
+    >>> user_desktop_dir()
+    '/Users/trentm/Desktop'
+    >>> user_runtime_dir(appname, appauthor)
+    '/Users/trentm/Library/Caches/TemporaryItems/SuperApp'
+
+On Windows:
+
+.. code-block:: pycon
+
+    >>> from platformdirs import *
+    >>> appname = "SuperApp"
+    >>> appauthor = "Acme"
+    >>> user_data_dir(appname, appauthor)
+    'C:\\Users\\trentm\\AppData\\Local\\Acme\\SuperApp'
+    >>> user_data_dir(appname, appauthor, roaming=True)
+    'C:\\Users\\trentm\\AppData\\Roaming\\Acme\\SuperApp'
+    >>> user_cache_dir(appname, appauthor)
+    'C:\\Users\\trentm\\AppData\\Local\\Acme\\SuperApp\\Cache'
+    >>> user_log_dir(appname, appauthor)
+    'C:\\Users\\trentm\\AppData\\Local\\Acme\\SuperApp\\Logs'
+    >>> user_documents_dir()
+    'C:\\Users\\trentm\\Documents'
+    >>> user_downloads_dir()
+    'C:\\Users\\trentm\\Downloads'
+    >>> user_pictures_dir()
+    'C:\\Users\\trentm\\Pictures'
+    >>> user_videos_dir()
+    'C:\\Users\\trentm\\Videos'
+    >>> user_music_dir()
+    'C:\\Users\\trentm\\Music'
+    >>> user_desktop_dir()
+    'C:\\Users\\trentm\\Desktop'
+    >>> user_runtime_dir(appname, appauthor)
+    'C:\\Users\\trentm\\AppData\\Local\\Temp\\Acme\\SuperApp'
+
+On Linux:
+
+.. code-block:: pycon
+
+    >>> from platformdirs import *
+    >>> appname = "SuperApp"
+    >>> appauthor = "Acme"
+    >>> user_data_dir(appname, appauthor)
+    '/home/trentm/.local/share/SuperApp'
+    >>> site_data_dir(appname, appauthor)
+    '/usr/local/share/SuperApp'
+    >>> site_data_dir(appname, appauthor, multipath=True)
+    '/usr/local/share/SuperApp:/usr/share/SuperApp'
+    >>> user_cache_dir(appname, appauthor)
+    '/home/trentm/.cache/SuperApp'
+    >>> user_log_dir(appname, appauthor)
+    '/home/trentm/.local/state/SuperApp/log'
+    >>> user_config_dir(appname)
+    '/home/trentm/.config/SuperApp'
+    >>> user_documents_dir()
+    '/home/trentm/Documents'
+    >>> user_downloads_dir()
+    '/home/trentm/Downloads'
+    >>> user_pictures_dir()
+    '/home/trentm/Pictures'
+    >>> user_videos_dir()
+    '/home/trentm/Videos'
+    >>> user_music_dir()
+    '/home/trentm/Music'
+    >>> user_desktop_dir()
+    '/home/trentm/Desktop'
+    >>> user_runtime_dir(appname, appauthor)
+    '/run/user/{os.getuid()}/SuperApp'
+    >>> site_config_dir(appname)
+    '/etc/xdg/SuperApp'
+    >>> os.environ["XDG_CONFIG_DIRS"] = "/etc:/usr/local/etc"
+    >>> site_config_dir(appname, multipath=True)
+    '/etc/SuperApp:/usr/local/etc/SuperApp'
+
+On Android::
+
+    >>> from platformdirs import *
+    >>> appname = "SuperApp"
+    >>> appauthor = "Acme"
+    >>> user_data_dir(appname, appauthor)
+    '/data/data/com.myApp/files/SuperApp'
+    >>> user_cache_dir(appname, appauthor)
+    '/data/data/com.myApp/cache/SuperApp'
+    >>> user_log_dir(appname, appauthor)
+    '/data/data/com.myApp/cache/SuperApp/log'
+    >>> user_config_dir(appname)
+    '/data/data/com.myApp/shared_prefs/SuperApp'
+    >>> user_documents_dir()
+    '/storage/emulated/0/Documents'
+    >>> user_downloads_dir()
+    '/storage/emulated/0/Downloads'
+    >>> user_pictures_dir()
+    '/storage/emulated/0/Pictures'
+    >>> user_videos_dir()
+    '/storage/emulated/0/DCIM/Camera'
+    >>> user_music_dir()
+    '/storage/emulated/0/Music'
+    >>> user_desktop_dir()
+    '/storage/emulated/0/Desktop'
+    >>> user_runtime_dir(appname, appauthor)
+    '/data/data/com.myApp/cache/SuperApp/tmp'
+
+Note: Some android apps like Termux and Pydroid are used as shells. These
+apps are used by the end user to emulate Linux environment. Presence of
+``SHELL`` environment variable is used by Platformdirs to differentiate
+between general android apps and android apps used as shells. Shell android
+apps also support ``XDG_*`` environment variables.
+
+
+``PlatformDirs`` for convenience
+================================
+
+.. code-block:: pycon
+
+    >>> from platformdirs import PlatformDirs
+    >>> dirs = PlatformDirs("SuperApp", "Acme")
+    >>> dirs.user_data_dir
+    '/Users/trentm/Library/Application Support/SuperApp'
+    >>> dirs.site_data_dir
+    '/Library/Application Support/SuperApp'
+    >>> dirs.user_cache_dir
+    '/Users/trentm/Library/Caches/SuperApp'
+    >>> dirs.user_log_dir
+    '/Users/trentm/Library/Logs/SuperApp'
+    >>> dirs.user_documents_dir
+    '/Users/trentm/Documents'
+    >>> dirs.user_downloads_dir
+    '/Users/trentm/Downloads'
+    >>> dirs.user_pictures_dir
+    '/Users/trentm/Pictures'
+    >>> dirs.user_videos_dir
+    '/Users/trentm/Movies'
+    >>> dirs.user_music_dir
+    '/Users/trentm/Music'
+    >>> dirs.user_desktop_dir
+    '/Users/trentm/Desktop'
+    >>> dirs.user_runtime_dir
+    '/Users/trentm/Library/Caches/TemporaryItems/SuperApp'
+
+Per-version isolation
+=====================
+
+If you have multiple versions of your app in use that you want to be
+able to run side-by-side, then you may want version-isolation for these
+dirs::
+
+    >>> from platformdirs import PlatformDirs
+    >>> dirs = PlatformDirs("SuperApp", "Acme", version="1.0")
+    >>> dirs.user_data_dir
+    '/Users/trentm/Library/Application Support/SuperApp/1.0'
+    >>> dirs.site_data_dir
+    '/Library/Application Support/SuperApp/1.0'
+    >>> dirs.user_cache_dir
+    '/Users/trentm/Library/Caches/SuperApp/1.0'
+    >>> dirs.user_log_dir
+    '/Users/trentm/Library/Logs/SuperApp/1.0'
+    >>> dirs.user_documents_dir
+    '/Users/trentm/Documents'
+    >>> dirs.user_downloads_dir
+    '/Users/trentm/Downloads'
+    >>> dirs.user_pictures_dir
+    '/Users/trentm/Pictures'
+    >>> dirs.user_videos_dir
+    '/Users/trentm/Movies'
+    >>> dirs.user_music_dir
+    '/Users/trentm/Music'
+    >>> dirs.user_desktop_dir
+    '/Users/trentm/Desktop'
+    >>> dirs.user_runtime_dir
+    '/Users/trentm/Library/Caches/TemporaryItems/SuperApp/1.0'
+
+Be wary of using this for configuration files though; you'll need to handle
+migrating configuration files manually.
+
+Why this Fork?
+==============
+
+This repository is a friendly fork of the wonderful work started by
+`ActiveState `_ who created
+``appdirs``, this package's ancestor.
+
+Maintaining an open source project is no easy task, particularly
+from within an organization, and the Python community is indebted
+to ``appdirs`` (and to Trent Mick and Jeff Rouse in particular) for
+creating an incredibly useful simple module, as evidenced by the wide
+number of users it has attracted over the years.
+
+Nonetheless, given the number of long-standing open issues
+and pull requests, and no clear path towards `ensuring
+that maintenance of the package would continue or grow
+`_, this fork was
+created.
+
+Contributions are most welcome.
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD
new file mode 100644
index 0000000..64c0c8e
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD
@@ -0,0 +1,23 @@
+platformdirs-4.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+platformdirs-4.2.2.dist-info/METADATA,sha256=zmsie01G1MtXR0wgIv5XpVeTO7idr0WWvfmxKsKWuGk,11429
+platformdirs-4.2.2.dist-info/RECORD,,
+platformdirs-4.2.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+platformdirs-4.2.2.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
+platformdirs-4.2.2.dist-info/licenses/LICENSE,sha256=KeD9YukphQ6G6yjD_czwzv30-pSHkBHP-z0NS-1tTbY,1089
+platformdirs/__init__.py,sha256=EMGE8qeHRR9CzDFr8kL3tA8hdZZniYjXBVZd0UGTWK0,22225
+platformdirs/__main__.py,sha256=HnsUQHpiBaiTxwcmwVw-nFaPdVNZtQIdi1eWDtI-MzI,1493
+platformdirs/__pycache__/__init__.cpython-312.pyc,,
+platformdirs/__pycache__/__main__.cpython-312.pyc,,
+platformdirs/__pycache__/android.cpython-312.pyc,,
+platformdirs/__pycache__/api.cpython-312.pyc,,
+platformdirs/__pycache__/macos.cpython-312.pyc,,
+platformdirs/__pycache__/unix.cpython-312.pyc,,
+platformdirs/__pycache__/version.cpython-312.pyc,,
+platformdirs/__pycache__/windows.cpython-312.pyc,,
+platformdirs/android.py,sha256=xZXY9Jd46WOsxT2U6-5HsNtDZ-IQqxcEUrBLl3hYk4o,9016
+platformdirs/api.py,sha256=QBYdUac2eC521ek_y53uD1Dcq-lJX8IgSRVd4InC6uc,8996
+platformdirs/macos.py,sha256=wftsbsvq6nZ0WORXSiCrZNkRHz_WKuktl0a6mC7MFkI,5580
+platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+platformdirs/unix.py,sha256=Cci9Wqt35dAMsg6HT9nRGHSBW5obb0pR3AE1JJnsCXg,10643
+platformdirs/version.py,sha256=r7F76tZRjgQKzrpx_I0_ZMQOMU-PS7eGnHD7zEK3KB0,411
+platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED
new file mode 100644
index 0000000..e69de29
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL
new file mode 100644
index 0000000..516596c
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL
@@ -0,0 +1,4 @@
+Wheel-Version: 1.0
+Generator: hatchling 1.24.2
+Root-Is-Purelib: true
+Tag: py3-none-any
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE
new file mode 100644
index 0000000..f35fed9
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2010-202x The platformdirs developers
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py
new file mode 100644
index 0000000..3f7d949
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py
@@ -0,0 +1,627 @@
+"""
+Utilities for determining application-specific dirs.
+
+See  for details and usage.
+
+"""
+
+from __future__ import annotations
+
+import os
+import sys
+from typing import TYPE_CHECKING
+
+from .api import PlatformDirsABC
+from .version import __version__
+from .version import __version_tuple__ as __version_info__
+
+if TYPE_CHECKING:
+    from pathlib import Path
+    from typing import Literal
+
+
+def _set_platform_dir_class() -> type[PlatformDirsABC]:
+    if sys.platform == "win32":
+        from platformdirs.windows import Windows as Result  # noqa: PLC0415
+    elif sys.platform == "darwin":
+        from platformdirs.macos import MacOS as Result  # noqa: PLC0415
+    else:
+        from platformdirs.unix import Unix as Result  # noqa: PLC0415
+
+    if os.getenv("ANDROID_DATA") == "/data" and os.getenv("ANDROID_ROOT") == "/system":
+        if os.getenv("SHELL") or os.getenv("PREFIX"):
+            return Result
+
+        from platformdirs.android import _android_folder  # noqa: PLC0415
+
+        if _android_folder() is not None:
+            from platformdirs.android import Android  # noqa: PLC0415
+
+            return Android  # return to avoid redefinition of a result
+
+    return Result
+
+
+PlatformDirs = _set_platform_dir_class()  #: Currently active platform
+AppDirs = PlatformDirs  #: Backwards compatibility with appdirs
+
+
+def user_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_dir
+
+
+def site_data_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_dir
+
+
+def user_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_dir
+
+
+def site_config_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config directory shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_dir
+
+
+def user_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_dir
+
+
+def site_cache_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_dir
+
+
+def user_state_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_dir
+
+
+def user_log_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_dir
+
+
+def user_documents_dir() -> str:
+    """:returns: documents directory tied to the user"""
+    return PlatformDirs().user_documents_dir
+
+
+def user_downloads_dir() -> str:
+    """:returns: downloads directory tied to the user"""
+    return PlatformDirs().user_downloads_dir
+
+
+def user_pictures_dir() -> str:
+    """:returns: pictures directory tied to the user"""
+    return PlatformDirs().user_pictures_dir
+
+
+def user_videos_dir() -> str:
+    """:returns: videos directory tied to the user"""
+    return PlatformDirs().user_videos_dir
+
+
+def user_music_dir() -> str:
+    """:returns: music directory tied to the user"""
+    return PlatformDirs().user_music_dir
+
+
+def user_desktop_dir() -> str:
+    """:returns: desktop directory tied to the user"""
+    return PlatformDirs().user_desktop_dir
+
+
+def user_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_dir
+
+
+def site_runtime_dir(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> str:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime directory shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_runtime_dir
+
+
+def user_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_data_path
+
+
+def site_data_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `multipath `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: data path shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_data_path
+
+
+def user_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_config_path
+
+
+def site_config_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    multipath: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param multipath: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: config path shared by the users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        multipath=multipath,
+        ensure_exists=ensure_exists,
+    ).site_config_path
+
+
+def site_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache directory tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_cache_path
+
+
+def user_cache_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: cache path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_cache_path
+
+
+def user_state_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    roaming: bool = False,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param roaming: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: state path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        roaming=roaming,
+        ensure_exists=ensure_exists,
+    ).user_state_path
+
+
+def user_log_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `roaming `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: log path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_log_path
+
+
+def user_documents_path() -> Path:
+    """:returns: documents a path tied to the user"""
+    return PlatformDirs().user_documents_path
+
+
+def user_downloads_path() -> Path:
+    """:returns: downloads path tied to the user"""
+    return PlatformDirs().user_downloads_path
+
+
+def user_pictures_path() -> Path:
+    """:returns: pictures path tied to the user"""
+    return PlatformDirs().user_pictures_path
+
+
+def user_videos_path() -> Path:
+    """:returns: videos path tied to the user"""
+    return PlatformDirs().user_videos_path
+
+
+def user_music_path() -> Path:
+    """:returns: music path tied to the user"""
+    return PlatformDirs().user_music_path
+
+
+def user_desktop_path() -> Path:
+    """:returns: desktop path tied to the user"""
+    return PlatformDirs().user_desktop_path
+
+
+def user_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime path tied to the user
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).user_runtime_path
+
+
+def site_runtime_path(
+    appname: str | None = None,
+    appauthor: str | None | Literal[False] = None,
+    version: str | None = None,
+    opinion: bool = True,  # noqa: FBT001, FBT002
+    ensure_exists: bool = False,  # noqa: FBT001, FBT002
+) -> Path:
+    """
+    :param appname: See `appname `.
+    :param appauthor: See `appauthor `.
+    :param version: See `version `.
+    :param opinion: See `opinion `.
+    :param ensure_exists: See `ensure_exists `.
+    :returns: runtime path shared by users
+    """
+    return PlatformDirs(
+        appname=appname,
+        appauthor=appauthor,
+        version=version,
+        opinion=opinion,
+        ensure_exists=ensure_exists,
+    ).site_runtime_path
+
+
+__all__ = [
+    "AppDirs",
+    "PlatformDirs",
+    "PlatformDirsABC",
+    "__version__",
+    "__version_info__",
+    "site_cache_dir",
+    "site_cache_path",
+    "site_config_dir",
+    "site_config_path",
+    "site_data_dir",
+    "site_data_path",
+    "site_runtime_dir",
+    "site_runtime_path",
+    "user_cache_dir",
+    "user_cache_path",
+    "user_config_dir",
+    "user_config_path",
+    "user_data_dir",
+    "user_data_path",
+    "user_desktop_dir",
+    "user_desktop_path",
+    "user_documents_dir",
+    "user_documents_path",
+    "user_downloads_dir",
+    "user_downloads_path",
+    "user_log_dir",
+    "user_log_path",
+    "user_music_dir",
+    "user_music_path",
+    "user_pictures_dir",
+    "user_pictures_path",
+    "user_runtime_dir",
+    "user_runtime_path",
+    "user_state_dir",
+    "user_state_path",
+    "user_videos_dir",
+    "user_videos_path",
+]
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py
new file mode 100644
index 0000000..922c521
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py
@@ -0,0 +1,55 @@
+"""Main entry point."""
+
+from __future__ import annotations
+
+from 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3f5d257a66cbb7676f4519dca8931e6475a61af7
GIT binary patch
literal 19789
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
O`|z%Sea=JYq5lOo|9$!Z

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b45c6f2ec14bb165084072f872232f5e9a901b9a
GIT binary patch
literal 1964
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..581482868dfeb039f5b96c56c83809639522a255
GIT binary patch
literal 12939
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..64163236b74369d7810fe5f436cc953c2cdd0be4
GIT binary patch
literal 8015
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
J^7{l+_#fu3(G~yz

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..5c6bc1f75ff27a728265408aa264dd3679d15358
GIT binary patch
literal 15040
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
TO^dr3U)`dItK+^Epd$kgQA2Nw3^5*=|Lc
zf>>aK2@p$0_*+zI*F(vC?ClJQb|GBYP*
zPNs~R|0u1<%e>H>tdsMy(&n8)KUdD*oyi0!>%wTBCIJyfEAr#W7U?rWnIw_Nc!3y;
z<^K*>Gh4rNN_~_tK129{BeLL9j53MY&!M=}chHcI;ZIF5Gg?J8nECzZtQJa>D9Ax7jx
zJdOi~cJyc^Td^C?4%x$UHXnb`|t?=&EH=&Ecje;Kf6QqG~KY3C-;uDvq`
z)(=?xnYuA4t$n;Tgu|m@<`ep|Gg`O5m(Z*Fw6s2`PqT&Bg^5)hgW_amYYes~OB-Xb
aF}=Py0-J;Uo8IJRWd!72eqX06vcVtVhpUkQ

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a3a0e038043a3fdad3cbcea50decc49c4d8b82b4
GIT binary patch
literal 13681
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py
new file mode 100644
index 0000000..afd3141
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py
@@ -0,0 +1,249 @@
+"""Android."""
+
+from __future__ import annotations
+
+import os
+import re
+import sys
+from functools import lru_cache
+from typing import TYPE_CHECKING, cast
+
+from .api import PlatformDirsABC
+
+
+class Android(PlatformDirsABC):
+    """
+    Follows the guidance `from here `_.
+
+    Makes use of the `appname `, `version
+    `, `ensure_exists `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``/data/user///files/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "files")
+
+    @property
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. \
+        ``/data/user///shared_prefs/``
+        """
+        return self._append_app_name_and_version(cast(str, _android_folder()), "shared_prefs")
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `user_config_dir`"""
+        return self.user_config_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g.,``/data/user///cache/``"""
+        return self._append_app_name_and_version(cast(str, _android_folder()), "cache")
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, same as `user_cache_dir`"""
+        return self.user_cache_dir
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """
+        :return: log directory tied to the user, same as `user_cache_dir` if not opinionated else ``log`` in it,
+          e.g. ``/data/user///cache//log``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user e.g. ``/storage/emulated/0/Documents``"""
+        return _android_documents_folder()
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user e.g. ``/storage/emulated/0/Downloads``"""
+        return _android_downloads_folder()
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user e.g. ``/storage/emulated/0/Pictures``"""
+        return _android_pictures_folder()
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user e.g. ``/storage/emulated/0/DCIM/Camera``"""
+        return _android_videos_folder()
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user e.g. ``/storage/emulated/0/Music``"""
+        return _android_music_folder()
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user e.g. ``/storage/emulated/0/Desktop``"""
+        return "/storage/emulated/0/Desktop"
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, same as `user_cache_dir` if not opinionated else ``tmp`` in it,
+          e.g. ``/data/user///cache//tmp``
+        """
+        path = self.user_cache_dir
+        if self.opinion:
+            path = os.path.join(path, "tmp")  # noqa: PTH118
+        return path
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+@lru_cache(maxsize=1)
+def _android_folder() -> str | None:  # noqa: C901, PLR0912
+    """:return: base folder for the Android OS or None if it cannot be found"""
+    result: str | None = None
+    # type checker isn't happy with our "import android", just don't do this when type checking see
+    # https://stackoverflow.com/a/61394121
+    if not TYPE_CHECKING:
+        try:
+            # First try to get a path to android app using python4android (if available)...
+            from android import mActivity  # noqa: PLC0415
+
+            context = cast("android.content.Context", mActivity.getApplicationContext())  # noqa: F821
+            result = context.getFilesDir().getParentFile().getAbsolutePath()
+        except Exception:  # noqa: BLE001
+            result = None
+    if result is None:
+        try:
+            # ...and fall back to using plain pyjnius, if python4android isn't available or doesn't deliver any useful
+            # result...
+            from jnius import autoclass  # noqa: PLC0415
+
+            context = autoclass("android.content.Context")
+            result = context.getFilesDir().getParentFile().getAbsolutePath()
+        except Exception:  # noqa: BLE001
+            result = None
+    if result is None:
+        # and if that fails, too, find an android folder looking at path on the sys.path
+        # warning: only works for apps installed under /data, not adopted storage etc.
+        pattern = re.compile(r"/data/(data|user/\d+)/(.+)/files")
+        for path in sys.path:
+            if pattern.match(path):
+                result = path.split("/files")[0]
+                break
+        else:
+            result = None
+    if result is None:
+        # one last try: find an android folder looking at path on the sys.path taking adopted storage paths into
+        # account
+        pattern = re.compile(r"/mnt/expand/[a-fA-F0-9-]{36}/(data|user/\d+)/(.+)/files")
+        for path in sys.path:
+            if pattern.match(path):
+                result = path.split("/files")[0]
+                break
+        else:
+            result = None
+    return result
+
+
+@lru_cache(maxsize=1)
+def _android_documents_folder() -> str:
+    """:return: documents folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        documents_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOCUMENTS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        documents_dir = "/storage/emulated/0/Documents"
+
+    return documents_dir
+
+
+@lru_cache(maxsize=1)
+def _android_downloads_folder() -> str:
+    """:return: downloads folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        downloads_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DOWNLOADS).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        downloads_dir = "/storage/emulated/0/Downloads"
+
+    return downloads_dir
+
+
+@lru_cache(maxsize=1)
+def _android_pictures_folder() -> str:
+    """:return: pictures folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        pictures_dir: str = context.getExternalFilesDir(environment.DIRECTORY_PICTURES).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        pictures_dir = "/storage/emulated/0/Pictures"
+
+    return pictures_dir
+
+
+@lru_cache(maxsize=1)
+def _android_videos_folder() -> str:
+    """:return: videos folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        videos_dir: str = context.getExternalFilesDir(environment.DIRECTORY_DCIM).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        videos_dir = "/storage/emulated/0/DCIM/Camera"
+
+    return videos_dir
+
+
+@lru_cache(maxsize=1)
+def _android_music_folder() -> str:
+    """:return: music folder for the Android OS"""
+    # Get directories with pyjnius
+    try:
+        from jnius import autoclass  # noqa: PLC0415
+
+        context = autoclass("android.content.Context")
+        environment = autoclass("android.os.Environment")
+        music_dir: str = context.getExternalFilesDir(environment.DIRECTORY_MUSIC).getAbsolutePath()
+    except Exception:  # noqa: BLE001
+        music_dir = "/storage/emulated/0/Music"
+
+    return music_dir
+
+
+__all__ = [
+    "Android",
+]
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py
new file mode 100644
index 0000000..c50caa6
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py
@@ -0,0 +1,292 @@
+"""Base API."""
+
+from __future__ import annotations
+
+import os
+from abc import ABC, abstractmethod
+from pathlib import Path
+from typing import TYPE_CHECKING
+
+if TYPE_CHECKING:
+    from typing import Iterator, Literal
+
+
+class PlatformDirsABC(ABC):  # noqa: PLR0904
+    """Abstract base class for platform directories."""
+
+    def __init__(  # noqa: PLR0913, PLR0917
+        self,
+        appname: str | None = None,
+        appauthor: str | None | Literal[False] = None,
+        version: str | None = None,
+        roaming: bool = False,  # noqa: FBT001, FBT002
+        multipath: bool = False,  # noqa: FBT001, FBT002
+        opinion: bool = True,  # noqa: FBT001, FBT002
+        ensure_exists: bool = False,  # noqa: FBT001, FBT002
+    ) -> None:
+        """
+        Create a new platform directory.
+
+        :param appname: See `appname`.
+        :param appauthor: See `appauthor`.
+        :param version: See `version`.
+        :param roaming: See `roaming`.
+        :param multipath: See `multipath`.
+        :param opinion: See `opinion`.
+        :param ensure_exists: See `ensure_exists`.
+
+        """
+        self.appname = appname  #: The name of application.
+        self.appauthor = appauthor
+        """
+        The name of the app author or distributing body for this application.
+
+        Typically, it is the owning company name. Defaults to `appname`. You may pass ``False`` to disable it.
+
+        """
+        self.version = version
+        """
+        An optional version path element to append to the path.
+
+        You might want to use this if you want multiple versions of your app to be able to run independently. If used,
+        this would typically be ``.``.
+
+        """
+        self.roaming = roaming
+        """
+        Whether to use the roaming appdata directory on Windows.
+
+        That means that for users on a Windows network setup for roaming profiles, this user data will be synced on
+        login (see
+        `here `_).
+
+        """
+        self.multipath = multipath
+        """
+        An optional parameter which indicates that the entire list of data dirs should be returned.
+
+        By default, the first item would only be returned.
+
+        """
+        self.opinion = opinion  #: A flag to indicating to use opinionated values.
+        self.ensure_exists = ensure_exists
+        """
+        Optionally create the directory (and any missing parents) upon access if it does not exist.
+
+        By default, no directories are created.
+
+        """
+
+    def _append_app_name_and_version(self, *base: str) -> str:
+        params = list(base[1:])
+        if self.appname:
+            params.append(self.appname)
+            if self.version:
+                params.append(self.version)
+        path = os.path.join(base[0], *params)  # noqa: PTH118
+        self._optionally_create_directory(path)
+        return path
+
+    def _optionally_create_directory(self, path: str) -> None:
+        if self.ensure_exists:
+            Path(path).mkdir(parents=True, exist_ok=True)
+
+    @property
+    @abstractmethod
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_data_dir(self) -> str:
+        """:return: data directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users"""
+
+    @property
+    @abstractmethod
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users"""
+
+    @property
+    @abstractmethod
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user"""
+
+    @property
+    @abstractmethod
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users"""
+
+    @property
+    def user_data_path(self) -> Path:
+        """:return: data path tied to the user"""
+        return Path(self.user_data_dir)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users"""
+        return Path(self.site_data_dir)
+
+    @property
+    def user_config_path(self) -> Path:
+        """:return: config path tied to the user"""
+        return Path(self.user_config_dir)
+
+    @property
+    def site_config_path(self) -> Path:
+        """:return: config path shared by the users"""
+        return Path(self.site_config_dir)
+
+    @property
+    def user_cache_path(self) -> Path:
+        """:return: cache path tied to the user"""
+        return Path(self.user_cache_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users"""
+        return Path(self.site_cache_dir)
+
+    @property
+    def user_state_path(self) -> Path:
+        """:return: state path tied to the user"""
+        return Path(self.user_state_dir)
+
+    @property
+    def user_log_path(self) -> Path:
+        """:return: log path tied to the user"""
+        return Path(self.user_log_dir)
+
+    @property
+    def user_documents_path(self) -> Path:
+        """:return: documents a path tied to the user"""
+        return Path(self.user_documents_dir)
+
+    @property
+    def user_downloads_path(self) -> Path:
+        """:return: downloads path tied to the user"""
+        return Path(self.user_downloads_dir)
+
+    @property
+    def user_pictures_path(self) -> Path:
+        """:return: pictures path tied to the user"""
+        return Path(self.user_pictures_dir)
+
+    @property
+    def user_videos_path(self) -> Path:
+        """:return: videos path tied to the user"""
+        return Path(self.user_videos_dir)
+
+    @property
+    def user_music_path(self) -> Path:
+        """:return: music path tied to the user"""
+        return Path(self.user_music_dir)
+
+    @property
+    def user_desktop_path(self) -> Path:
+        """:return: desktop path tied to the user"""
+        return Path(self.user_desktop_dir)
+
+    @property
+    def user_runtime_path(self) -> Path:
+        """:return: runtime path tied to the user"""
+        return Path(self.user_runtime_dir)
+
+    @property
+    def site_runtime_path(self) -> Path:
+        """:return: runtime path shared by users"""
+        return Path(self.site_runtime_dir)
+
+    def iter_config_dirs(self) -> Iterator[str]:
+        """:yield: all user and site configuration directories."""
+        yield self.user_config_dir
+        yield self.site_config_dir
+
+    def iter_data_dirs(self) -> Iterator[str]:
+        """:yield: all user and site data directories."""
+        yield self.user_data_dir
+        yield self.site_data_dir
+
+    def iter_cache_dirs(self) -> Iterator[str]:
+        """:yield: all user and site cache directories."""
+        yield self.user_cache_dir
+        yield self.site_cache_dir
+
+    def iter_runtime_dirs(self) -> Iterator[str]:
+        """:yield: all user and site runtime directories."""
+        yield self.user_runtime_dir
+        yield self.site_runtime_dir
+
+    def iter_config_paths(self) -> Iterator[Path]:
+        """:yield: all user and site configuration paths."""
+        for path in self.iter_config_dirs():
+            yield Path(path)
+
+    def iter_data_paths(self) -> Iterator[Path]:
+        """:yield: all user and site data paths."""
+        for path in self.iter_data_dirs():
+            yield Path(path)
+
+    def iter_cache_paths(self) -> Iterator[Path]:
+        """:yield: all user and site cache paths."""
+        for path in self.iter_cache_dirs():
+            yield Path(path)
+
+    def iter_runtime_paths(self) -> Iterator[Path]:
+        """:yield: all user and site runtime paths."""
+        for path in self.iter_runtime_dirs():
+            yield Path(path)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py
new file mode 100644
index 0000000..eb1ba5d
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py
@@ -0,0 +1,130 @@
+"""macOS."""
+
+from __future__ import annotations
+
+import os.path
+import sys
+
+from .api import PlatformDirsABC
+
+
+class MacOS(PlatformDirsABC):
+    """
+    Platform directories for the macOS operating system.
+
+    Follows the guidance from
+    `Apple documentation `_.
+    Makes use of the `appname `,
+    `version `,
+    `ensure_exists `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """:return: data directory tied to the user, e.g. ``~/Library/Application Support/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Application Support"))  # noqa: PTH111
+
+    @property
+    def site_data_dir(self) -> str:
+        """
+        :return: data directory shared by users, e.g. ``/Library/Application Support/$appname/$version``.
+          If we're using a Python binary managed by `Homebrew `_, the directory
+          will be under the Homebrew prefix, e.g. ``/opt/homebrew/share/$appname/$version``.
+          If `multipath ` is enabled, and we're in Homebrew,
+          the response is a multi-path string separated by ":", e.g.
+          ``/opt/homebrew/share/$appname/$version:/Library/Application Support/$appname/$version``
+        """
+        is_homebrew = sys.prefix.startswith("/opt/homebrew")
+        path_list = [self._append_app_name_and_version("/opt/homebrew/share")] if is_homebrew else []
+        path_list.append(self._append_app_name_and_version("/Library/Application Support"))
+        if self.multipath:
+            return os.pathsep.join(path_list)
+        return path_list[0]
+
+    @property
+    def user_config_dir(self) -> str:
+        """:return: config directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def site_config_dir(self) -> str:
+        """:return: config directory shared by the users, same as `site_data_dir`"""
+        return self.site_data_dir
+
+    @property
+    def user_cache_dir(self) -> str:
+        """:return: cache directory tied to the user, e.g. ``~/Library/Caches/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches"))  # noqa: PTH111
+
+    @property
+    def site_cache_dir(self) -> str:
+        """
+        :return: cache directory shared by users, e.g. ``/Library/Caches/$appname/$version``.
+          If we're using a Python binary managed by `Homebrew `_, the directory
+          will be under the Homebrew prefix, e.g. ``/opt/homebrew/var/cache/$appname/$version``.
+          If `multipath ` is enabled, and we're in Homebrew,
+          the response is a multi-path string separated by ":", e.g.
+          ``/opt/homebrew/var/cache/$appname/$version:/Library/Caches/$appname/$version``
+        """
+        is_homebrew = sys.prefix.startswith("/opt/homebrew")
+        path_list = [self._append_app_name_and_version("/opt/homebrew/var/cache")] if is_homebrew else []
+        path_list.append(self._append_app_name_and_version("/Library/Caches"))
+        if self.multipath:
+            return os.pathsep.join(path_list)
+        return path_list[0]
+
+    @property
+    def user_state_dir(self) -> str:
+        """:return: state directory tied to the user, same as `user_data_dir`"""
+        return self.user_data_dir
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, e.g. ``~/Library/Logs/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Logs"))  # noqa: PTH111
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return os.path.expanduser("~/Documents")  # noqa: PTH111
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return os.path.expanduser("~/Downloads")  # noqa: PTH111
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return os.path.expanduser("~/Pictures")  # noqa: PTH111
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Movies``"""
+        return os.path.expanduser("~/Movies")  # noqa: PTH111
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return os.path.expanduser("~/Music")  # noqa: PTH111
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
+        return os.path.expanduser("~/Desktop")  # noqa: PTH111
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """:return: runtime directory tied to the user, e.g. ``~/Library/Caches/TemporaryItems/$appname/$version``"""
+        return self._append_app_name_and_version(os.path.expanduser("~/Library/Caches/TemporaryItems"))  # noqa: PTH111
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """:return: runtime directory shared by users, same as `user_runtime_dir`"""
+        return self.user_runtime_dir
+
+
+__all__ = [
+    "MacOS",
+]
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed
new file mode 100644
index 0000000..e69de29
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py
new file mode 100644
index 0000000..9500ade
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py
@@ -0,0 +1,275 @@
+"""Unix."""
+
+from __future__ import annotations
+
+import os
+import sys
+from configparser import ConfigParser
+from pathlib import Path
+from typing import Iterator, NoReturn
+
+from .api import PlatformDirsABC
+
+if sys.platform == "win32":
+
+    def getuid() -> NoReturn:
+        msg = "should only be used on Unix"
+        raise RuntimeError(msg)
+
+else:
+    from os import getuid
+
+
+class Unix(PlatformDirsABC):  # noqa: PLR0904
+    """
+    On Unix/Linux, we follow the `XDG Basedir Spec `_.
+
+    The spec allows overriding directories with environment variables. The examples shown are the default values,
+    alongside the name of the environment variable that overrides them. Makes use of the `appname
+    `, `version `, `multipath
+    `, `opinion `, `ensure_exists
+    `.
+
+    """
+
+    @property
+    def user_data_dir(self) -> str:
+        """
+        :return: data directory tied to the user, e.g. ``~/.local/share/$appname/$version`` or
+         ``$XDG_DATA_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_DATA_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/share")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def _site_data_dirs(self) -> list[str]:
+        path = os.environ.get("XDG_DATA_DIRS", "")
+        if not path.strip():
+            path = f"/usr/local/share{os.pathsep}/usr/share"
+        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
+
+    @property
+    def site_data_dir(self) -> str:
+        """
+        :return: data directories shared by users (if `multipath ` is
+         enabled and ``XDG_DATA_DIRS`` is set and a multi path the response is also a multi path separated by the
+         OS path separator), e.g. ``/usr/local/share/$appname/$version`` or ``/usr/share/$appname/$version``
+        """
+        # XDG default for $XDG_DATA_DIRS; only first, if multipath is False
+        dirs = self._site_data_dirs
+        if not self.multipath:
+            return dirs[0]
+        return os.pathsep.join(dirs)
+
+    @property
+    def user_config_dir(self) -> str:
+        """
+        :return: config directory tied to the user, e.g. ``~/.config/$appname/$version`` or
+         ``$XDG_CONFIG_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CONFIG_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.config")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def _site_config_dirs(self) -> list[str]:
+        path = os.environ.get("XDG_CONFIG_DIRS", "")
+        if not path.strip():
+            path = "/etc/xdg"
+        return [self._append_app_name_and_version(p) for p in path.split(os.pathsep)]
+
+    @property
+    def site_config_dir(self) -> str:
+        """
+        :return: config directories shared by users (if `multipath `
+         is enabled and ``XDG_CONFIG_DIRS`` is set and a multi path the response is also a multi path separated by
+         the OS path separator), e.g. ``/etc/xdg/$appname/$version``
+        """
+        # XDG default for $XDG_CONFIG_DIRS only first, if multipath is False
+        dirs = self._site_config_dirs
+        if not self.multipath:
+            return dirs[0]
+        return os.pathsep.join(dirs)
+
+    @property
+    def user_cache_dir(self) -> str:
+        """
+        :return: cache directory tied to the user, e.g. ``~/.cache/$appname/$version`` or
+         ``~/$XDG_CACHE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_CACHE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.cache")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_cache_dir(self) -> str:
+        """:return: cache directory shared by users, e.g. ``/var/cache/$appname/$version``"""
+        return self._append_app_name_and_version("/var/cache")
+
+    @property
+    def user_state_dir(self) -> str:
+        """
+        :return: state directory tied to the user, e.g. ``~/.local/state/$appname/$version`` or
+         ``$XDG_STATE_HOME/$appname/$version``
+        """
+        path = os.environ.get("XDG_STATE_HOME", "")
+        if not path.strip():
+            path = os.path.expanduser("~/.local/state")  # noqa: PTH111
+        return self._append_app_name_and_version(path)
+
+    @property
+    def user_log_dir(self) -> str:
+        """:return: log directory tied to the user, same as `user_state_dir` if not opinionated else ``log`` in it"""
+        path = self.user_state_dir
+        if self.opinion:
+            path = os.path.join(path, "log")  # noqa: PTH118
+            self._optionally_create_directory(path)
+        return path
+
+    @property
+    def user_documents_dir(self) -> str:
+        """:return: documents directory tied to the user, e.g. ``~/Documents``"""
+        return _get_user_media_dir("XDG_DOCUMENTS_DIR", "~/Documents")
+
+    @property
+    def user_downloads_dir(self) -> str:
+        """:return: downloads directory tied to the user, e.g. ``~/Downloads``"""
+        return _get_user_media_dir("XDG_DOWNLOAD_DIR", "~/Downloads")
+
+    @property
+    def user_pictures_dir(self) -> str:
+        """:return: pictures directory tied to the user, e.g. ``~/Pictures``"""
+        return _get_user_media_dir("XDG_PICTURES_DIR", "~/Pictures")
+
+    @property
+    def user_videos_dir(self) -> str:
+        """:return: videos directory tied to the user, e.g. ``~/Videos``"""
+        return _get_user_media_dir("XDG_VIDEOS_DIR", "~/Videos")
+
+    @property
+    def user_music_dir(self) -> str:
+        """:return: music directory tied to the user, e.g. ``~/Music``"""
+        return _get_user_media_dir("XDG_MUSIC_DIR", "~/Music")
+
+    @property
+    def user_desktop_dir(self) -> str:
+        """:return: desktop directory tied to the user, e.g. ``~/Desktop``"""
+        return _get_user_media_dir("XDG_DESKTOP_DIR", "~/Desktop")
+
+    @property
+    def user_runtime_dir(self) -> str:
+        """
+        :return: runtime directory tied to the user, e.g. ``/run/user/$(id -u)/$appname/$version`` or
+         ``$XDG_RUNTIME_DIR/$appname/$version``.
+
+         For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/user/$(id -u)/$appname/$version`` if
+         exists, otherwise ``/tmp/runtime-$(id -u)/$appname/$version``, if``$XDG_RUNTIME_DIR``
+         is not set.
+        """
+        path = os.environ.get("XDG_RUNTIME_DIR", "")
+        if not path.strip():
+            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
+                path = f"/var/run/user/{getuid()}"
+                if not Path(path).exists():
+                    path = f"/tmp/runtime-{getuid()}"  # noqa: S108
+            else:
+                path = f"/run/user/{getuid()}"
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_runtime_dir(self) -> str:
+        """
+        :return: runtime directory shared by users, e.g. ``/run/$appname/$version`` or \
+        ``$XDG_RUNTIME_DIR/$appname/$version``.
+
+        Note that this behaves almost exactly like `user_runtime_dir` if ``$XDG_RUNTIME_DIR`` is set, but will
+        fall back to paths associated to the root user instead of a regular logged-in user if it's not set.
+
+        If you wish to ensure that a logged-in root user path is returned e.g. ``/run/user/0``, use `user_runtime_dir`
+        instead.
+
+        For FreeBSD/OpenBSD/NetBSD, it would return ``/var/run/$appname/$version`` if ``$XDG_RUNTIME_DIR`` is not set.
+        """
+        path = os.environ.get("XDG_RUNTIME_DIR", "")
+        if not path.strip():
+            if sys.platform.startswith(("freebsd", "openbsd", "netbsd")):
+                path = "/var/run"
+            else:
+                path = "/run"
+        return self._append_app_name_and_version(path)
+
+    @property
+    def site_data_path(self) -> Path:
+        """:return: data path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_data_dir)
+
+    @property
+    def site_config_path(self) -> Path:
+        """:return: config path shared by the users, returns the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_config_dir)
+
+    @property
+    def site_cache_path(self) -> Path:
+        """:return: cache path shared by users. Only return the first item, even if ``multipath`` is set to ``True``"""
+        return self._first_item_as_path_if_multipath(self.site_cache_dir)
+
+    def _first_item_as_path_if_multipath(self, directory: str) -> Path:
+        if self.multipath:
+            # If multipath is True, the first path is returned.
+            directory = directory.split(os.pathsep)[0]
+        return Path(directory)
+
+    def iter_config_dirs(self) -> Iterator[str]:
+        """:yield: all user and site configuration directories."""
+        yield self.user_config_dir
+        yield from self._site_config_dirs
+
+    def iter_data_dirs(self) -> Iterator[str]:
+        """:yield: all user and site data directories."""
+        yield self.user_data_dir
+        yield from self._site_data_dirs
+
+
+def _get_user_media_dir(env_var: str, fallback_tilde_path: str) -> str:
+    media_dir = _get_user_dirs_folder(env_var)
+    if media_dir is None:
+        media_dir = os.environ.get(env_var, "").strip()
+        if not media_dir:
+            media_dir = os.path.expanduser(fallback_tilde_path)  # noqa: PTH111
+
+    return media_dir
+
+
+def _get_user_dirs_folder(key: str) -> str | None:
+    """
+    Return directory from user-dirs.dirs config file.
+
+    See https://freedesktop.org/wiki/Software/xdg-user-dirs/.
+
+    """
+    user_dirs_config_path = Path(Unix().user_config_dir) / "user-dirs.dirs"
+    if user_dirs_config_path.exists():
+        parser = ConfigParser()
+
+        with user_dirs_config_path.open() as stream:
+            # Add fake section header, so ConfigParser doesn't complain
+            parser.read_string(f"[top]\n{stream.read()}")
+
+        if key not in parser["top"]:
+            return None
+
+        path = parser["top"][key].strip('"')
+        # Handle relative home paths
+        return path.replace("$HOME", os.path.expanduser("~"))  # noqa: PTH111
+
+    return None
+
+
+__all__ = [
+    "Unix",
+]
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py
new file mode 100644
index 0000000..6483ddc
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py
@@ -0,0 +1,16 @@
+# file generated by setuptools_scm
+# don't change, don't track in version control
+TYPE_CHECKING = False
+if TYPE_CHECKING:
+    from typing import Tuple, Union
+    VERSION_TUPLE = Tuple[Union[int, str], ...]
+else:
+    VERSION_TUPLE = object
+
+version: str
+__version__: str
+__version_tuple__: VERSION_TUPLE
+version_tuple: VERSION_TUPLE
+
+__version__ = version = '4.2.2'
+__version_tuple__ = version_tuple = (4, 2, 2)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py
new file mode 100644
index 0000000..d7bc960
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE
new file mode 100644
index 0000000..e859590
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2021 Taneli Hukkinen
+
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to deal
+in the Software without restriction, including without limitation the rights
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in all
+copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+SOFTWARE.
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA
new file mode 100644
index 0000000..efd87ec
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA
@@ -0,0 +1,206 @@
+Metadata-Version: 2.1
+Name: tomli
+Version: 2.0.1
+Summary: A lil' TOML parser
+Keywords: toml
+Author-email: Taneli Hukkinen 
+Requires-Python: >=3.7
+Description-Content-Type: text/markdown
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Operating System :: MacOS
+Classifier: Operating System :: Microsoft :: Windows
+Classifier: Operating System :: POSIX :: Linux
+Classifier: Programming Language :: Python :: 3 :: Only
+Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
+Classifier: Programming Language :: Python :: 3.10
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
+Classifier: Topic :: Software Development :: Libraries :: Python Modules
+Classifier: Typing :: Typed
+Project-URL: Changelog, https://github.com/hukkin/tomli/blob/master/CHANGELOG.md
+Project-URL: Homepage, https://github.com/hukkin/tomli
+
+[![Build Status](https://github.com/hukkin/tomli/workflows/Tests/badge.svg?branch=master)](https://github.com/hukkin/tomli/actions?query=workflow%3ATests+branch%3Amaster+event%3Apush)
+[![codecov.io](https://codecov.io/gh/hukkin/tomli/branch/master/graph/badge.svg)](https://codecov.io/gh/hukkin/tomli)
+[![PyPI version](https://img.shields.io/pypi/v/tomli)](https://pypi.org/project/tomli)
+
+# Tomli
+
+> A lil' TOML parser
+
+**Table of Contents**  *generated with [mdformat-toc](https://github.com/hukkin/mdformat-toc)*
+
+
+
+- [Intro](#intro)
+- [Installation](#installation)
+- [Usage](#usage)
+  - [Parse a TOML string](#parse-a-toml-string)
+  - [Parse a TOML file](#parse-a-toml-file)
+  - [Handle invalid TOML](#handle-invalid-toml)
+  - [Construct `decimal.Decimal`s from TOML floats](#construct-decimaldecimals-from-toml-floats)
+- [FAQ](#faq)
+  - [Why this parser?](#why-this-parser)
+  - [Is comment preserving round-trip parsing supported?](#is-comment-preserving-round-trip-parsing-supported)
+  - [Is there a `dumps`, `write` or `encode` function?](#is-there-a-dumps-write-or-encode-function)
+  - [How do TOML types map into Python types?](#how-do-toml-types-map-into-python-types)
+- [Performance](#performance)
+
+
+
+## Intro
+
+Tomli is a Python library for parsing [TOML](https://toml.io).
+Tomli is fully compatible with [TOML v1.0.0](https://toml.io/en/v1.0.0).
+
+## Installation
+
+```bash
+pip install tomli
+```
+
+## Usage
+
+### Parse a TOML string
+
+```python
+import tomli
+
+toml_str = """
+           gretzky = 99
+
+           [kurri]
+           jari = 17
+           """
+
+toml_dict = tomli.loads(toml_str)
+assert toml_dict == {"gretzky": 99, "kurri": {"jari": 17}}
+```
+
+### Parse a TOML file
+
+```python
+import tomli
+
+with open("path_to_file/conf.toml", "rb") as f:
+    toml_dict = tomli.load(f)
+```
+
+The file must be opened in binary mode (with the `"rb"` flag).
+Binary mode will enforce decoding the file as UTF-8 with universal newlines disabled,
+both of which are required to correctly parse TOML.
+
+### Handle invalid TOML
+
+```python
+import tomli
+
+try:
+    toml_dict = tomli.loads("]] this is invalid TOML [[")
+except tomli.TOMLDecodeError:
+    print("Yep, definitely not valid.")
+```
+
+Note that error messages are considered informational only.
+They should not be assumed to stay constant across Tomli versions.
+
+### Construct `decimal.Decimal`s from TOML floats
+
+```python
+from decimal import Decimal
+import tomli
+
+toml_dict = tomli.loads("precision-matters = 0.982492", parse_float=Decimal)
+assert toml_dict["precision-matters"] == Decimal("0.982492")
+```
+
+Note that `decimal.Decimal` can be replaced with another callable that converts a TOML float from string to a Python type.
+The `decimal.Decimal` is, however, a practical choice for use cases where float inaccuracies can not be tolerated.
+
+Illegal types are `dict` and `list`, and their subtypes.
+A `ValueError` will be raised if `parse_float` produces illegal types.
+
+## FAQ
+
+### Why this parser?
+
+- it's lil'
+- pure Python with zero dependencies
+- the fastest pure Python parser [\*](#performance):
+  15x as fast as [tomlkit](https://pypi.org/project/tomlkit/),
+  2.4x as fast as [toml](https://pypi.org/project/toml/)
+- outputs [basic data types](#how-do-toml-types-map-into-python-types) only
+- 100% spec compliant: passes all tests in
+  [a test set](https://github.com/toml-lang/compliance/pull/8)
+  soon to be merged to the official
+  [compliance tests for TOML](https://github.com/toml-lang/compliance)
+  repository
+- thoroughly tested: 100% branch coverage
+
+### Is comment preserving round-trip parsing supported?
+
+No.
+
+The `tomli.loads` function returns a plain `dict` that is populated with builtin types and types from the standard library only.
+Preserving comments requires a custom type to be returned so will not be supported,
+at least not by the `tomli.loads` and `tomli.load` functions.
+
+Look into [TOML Kit](https://github.com/sdispater/tomlkit) if preservation of style is what you need.
+
+### Is there a `dumps`, `write` or `encode` function?
+
+[Tomli-W](https://github.com/hukkin/tomli-w) is the write-only counterpart of Tomli, providing `dump` and `dumps` functions.
+
+The core library does not include write capability, as most TOML use cases are read-only, and Tomli intends to be minimal.
+
+### How do TOML types map into Python types?
+
+| TOML type        | Python type         | Details                                                      |
+| ---------------- | ------------------- | ------------------------------------------------------------ |
+| Document Root    | `dict`              |                                                              |
+| Key              | `str`               |                                                              |
+| String           | `str`               |                                                              |
+| Integer          | `int`               |                                                              |
+| Float            | `float`             |                                                              |
+| Boolean          | `bool`              |                                                              |
+| Offset Date-Time | `datetime.datetime` | `tzinfo` attribute set to an instance of `datetime.timezone` |
+| Local Date-Time  | `datetime.datetime` | `tzinfo` attribute set to `None`                             |
+| Local Date       | `datetime.date`     |                                                              |
+| Local Time       | `datetime.time`     |                                                              |
+| Array            | `list`              |                                                              |
+| Table            | `dict`              |                                                              |
+| Inline Table     | `dict`              |                                                              |
+
+## Performance
+
+The `benchmark/` folder in this repository contains a performance benchmark for comparing the various Python TOML parsers.
+The benchmark can be run with `tox -e benchmark-pypi`.
+Running the benchmark on my personal computer output the following:
+
+```console
+foo@bar:~/dev/tomli$ tox -e benchmark-pypi
+benchmark-pypi installed: attrs==19.3.0,click==7.1.2,pytomlpp==1.0.2,qtoml==0.3.0,rtoml==0.7.0,toml==0.10.2,tomli==1.1.0,tomlkit==0.7.2
+benchmark-pypi run-test-pre: PYTHONHASHSEED='2658546909'
+benchmark-pypi run-test: commands[0] | python -c 'import datetime; print(datetime.date.today())'
+2021-07-23
+benchmark-pypi run-test: commands[1] | python --version
+Python 3.8.10
+benchmark-pypi run-test: commands[2] | python benchmark/run.py
+Parsing data.toml 5000 times:
+------------------------------------------------------
+    parser |  exec time | performance (more is better)
+-----------+------------+-----------------------------
+     rtoml |    0.901 s | baseline (100%)
+  pytomlpp |     1.08 s | 83.15%
+     tomli |     3.89 s | 23.15%
+      toml |     9.36 s | 9.63%
+     qtoml |     11.5 s | 7.82%
+   tomlkit |     56.8 s | 1.59%
+```
+
+The parsers are ordered from fastest to slowest, using the fastest parser as baseline.
+Tomli performed the best out of all pure Python TOML parsers,
+losing only to pytomlpp (wraps C++) and rtoml (wraps Rust).
+
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD
new file mode 100644
index 0000000..1db8063
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD
@@ -0,0 +1,15 @@
+tomli-2.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+tomli-2.0.1.dist-info/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072
+tomli-2.0.1.dist-info/METADATA,sha256=zPDceKmPwJGLWtZykrHixL7WVXWmJGzZ1jyRT5lCoPI,8875
+tomli-2.0.1.dist-info/RECORD,,
+tomli-2.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+tomli-2.0.1.dist-info/WHEEL,sha256=jPMR_Dzkc4X4icQtmz81lnNY_kAsfog7ry7qoRvYLXw,81
+tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396
+tomli/__pycache__/__init__.cpython-312.pyc,,
+tomli/__pycache__/_parser.cpython-312.pyc,,
+tomli/__pycache__/_re.cpython-312.pyc,,
+tomli/__pycache__/_types.cpython-312.pyc,,
+tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633
+tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943
+tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254
+tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED
new file mode 100644
index 0000000..e69de29
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL
new file mode 100644
index 0000000..c727d14
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL
@@ -0,0 +1,4 @@
+Wheel-Version: 1.0
+Generator: flit 3.6.0
+Root-Is-Purelib: true
+Tag: py3-none-any
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py
new file mode 100644
index 0000000..4c6ec97
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py
@@ -0,0 +1,11 @@
+# SPDX-License-Identifier: MIT
+# SPDX-FileCopyrightText: 2021 Taneli Hukkinen
+# Licensed to PSF under a Contributor Agreement.
+
+__all__ = ("loads", "load", "TOMLDecodeError")
+__version__ = "2.0.1"  # DO NOT EDIT THIS LINE MANUALLY. LET bump2version UTILITY DO IT
+
+from ._parser import TOMLDecodeError, load, loads
+
+# Pretend this exception was created here.
+TOMLDecodeError.__module__ = __name__
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..155264eedbe4805003ae1991ba81102f7d1d05a6
GIT binary patch
literal 393
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..2104d5bf425befa5633db88195c5c536ed4494eb
GIT binary patch
literal 3917
zcmai1>2Djy6`wtLEiaLjW!a9CbyeG1+0@}9J`=$Q6*sY!KyuT7vOul4D~ZaIE6gqp
zi{6DGh1A|>=I?zQ_gD{&=!
zolkE8T>*u^6>+sI2_<@+U#@P2(k)7}(gbo_l`TpPzOB=|)bfbTN{kbf3kBVj&758^
zB(K9OvZ*?L(wn)w>hQD=kX}(WQ+E7>Ea?T+@tUPvVN3@d0Sy;3SvfnQ_QQxfRhWK6
z`~+I~NXCZRr|Gg;O0^Gl_Y4npCyxzV2jFvXSUL`@%p8apz
z5+ysNUU>vm3*7<;2qLsAWa3n^Pfm^v125CtFqS$%piP`muTW8o_M^m#nqy
zTbnqVD>N+7LE{m31yKLDq)pVbrXUHHFtjf@+zYz9t)U*UylxMyk?I??iHe%tFXjrS
zI<8`IO2#I5^U=vM5+yQvmu?P=FLhF{pHb7>phuq~X_GZ^49nRXN!1Y(wh$kkNu!HAWI3bDl9x9ydxOLM;i0Y$@5^P2IA3K;MDk&GAsrfm&V?buT
z>SJSu3VG-ivb9r24**~Y;t*msehS<#kcB22XQ>E6?pe76(l%qWHfQs;$M)Jj+iwSK
z!48_BquMNHxu&6k$G(8axjZ{!hwYHXm&0Za!4R@SR@jOx*R&3z23@?nu7T%y0nh95
z?3mqTM=c-T(Xhfd>2odK{3@)%xj5ynE-(sj$E^U4m;qPP60D#VaILcwg)NpJ$4rXM
zL}oJNN^X8Zid7gpVMbkE)kiC8HCZt$ZY6Gcmi^VaK_q!gzd559F00rSWpQL6l{tIr
zV(Q`#E~G}pyliGCL{k?>Tpa3ji4jr9&#^~31%VX&fSfZ_L;P6QifRgDkjssU=7d^P
zr|2*VP$y<}j8y{)ULjk^;$>OODYRax8d&FU)=3%tkGx>C!*pW;@DhVblqA379mjfc
z%5XS1$(Sc19&NH{m`;E~p^`C6n7He3MKg;@;-zNCLw$4n)2fU!hKZd(UN4vvl=La`
zG$s5Kda*hyw4ZNJGhGvUUhNti$Fh;k%3Ye4&uH>!
z(o_wT41n&^a-&^S)8>R;IM~^9pv%aaYH~`>ekzZvMi(63;*_cDn$eZHtQHg;iObD`PLXOYL-LLTp$ziG`MTk}UL
z5vK(7z}ZUww*6!4_JyOL+h1jGN?#Vf&feX7N1IQ~>@J^O^F>#DTi2tB`LheVmlCVd
z-7Egx>#aK$&Mk(&GHxFK^4d4t-S_?&ns1xgQ$G8k^XSh8=eK_w+jTFtYiZZg;A%{|
zAMUs-m-`<0TGrp#y%yTBva|Dcbc17e3bX8EFA@^#;VpBQW-raM55ut;c0E|zYDu}-
zcl*rUmOruggCDH$A8deU{xLYP%pIMtlZ
znRTpdKnAV>g^-H^B`8pj}U+$?#3mNzfTYh{V5^0ViHRZ5L9bdfmHFx{H
zJE6N{tHIO?pQ@&)_J#)S2oV=)imn6kvJ@%x;Ncb)SNka#phw3AgJ*>=qen;F#iz{
z)Alda_buxC4!!kP6!;Fc{1d%d5m3`7OgZ#0)G~8=?)};KD{R!mS40#H&vndpJZX!E
z*>a$=2Q_VeA(!&1L=-zT@Ez&wOIyX5xSz&p>Q}H8jyxdAc7zPt*!~1+~jh)cYEw^gzJ(ncGu}I
z_$^lH!j@Xu1yTqp#65@)=FNLBGjBfXbst%ry?jQ$wtto8A7mp|=T^L;5QUhd1P3^A
z0w*B>!3Z31BMf-x9N3wl0tDR9**Fijf@)40?ss{pK@7P{b5rdw&RL&>sXUA`4z0UJ
z&3HP`;xv+Fq;yNFSTaOuY5Xpe3a+_e+K^kw4T)2$xG9emL dict[str, Any]:
+    """Parse TOML from a binary file object."""
+    b = __fp.read()
+    try:
+        s = b.decode()
+    except AttributeError:
+        raise TypeError(
+            "File must be opened in binary mode, e.g. use `open('foo.toml', 'rb')`"
+        ) from None
+    return loads(s, parse_float=parse_float)
+
+
+def loads(__s: str, *, parse_float: ParseFloat = float) -> dict[str, Any]:  # noqa: C901
+    """Parse TOML from a string."""
+
+    # The spec allows converting "\r\n" to "\n", even in string
+    # literals. Let's do so to simplify parsing.
+    src = __s.replace("\r\n", "\n")
+    pos = 0
+    out = Output(NestedDict(), Flags())
+    header: Key = ()
+    parse_float = make_safe_parse_float(parse_float)
+
+    # Parse one statement at a time
+    # (typically means one line in TOML source)
+    while True:
+        # 1. Skip line leading whitespace
+        pos = skip_chars(src, pos, TOML_WS)
+
+        # 2. Parse rules. Expect one of the following:
+        #    - end of file
+        #    - end of line
+        #    - comment
+        #    - key/value pair
+        #    - append dict to list (and move to its namespace)
+        #    - create dict (and move to its namespace)
+        # Skip trailing whitespace when applicable.
+        try:
+            char = src[pos]
+        except IndexError:
+            break
+        if char == "\n":
+            pos += 1
+            continue
+        if char in KEY_INITIAL_CHARS:
+            pos = key_value_rule(src, pos, out, header, parse_float)
+            pos = skip_chars(src, pos, TOML_WS)
+        elif char == "[":
+            try:
+                second_char: str | None = src[pos + 1]
+            except IndexError:
+                second_char = None
+            out.flags.finalize_pending()
+            if second_char == "[":
+                pos, header = create_list_rule(src, pos, out)
+            else:
+                pos, header = create_dict_rule(src, pos, out)
+            pos = skip_chars(src, pos, TOML_WS)
+        elif char != "#":
+            raise suffixed_err(src, pos, "Invalid statement")
+
+        # 3. Skip comment
+        pos = skip_comment(src, pos)
+
+        # 4. Expect end of line or end of file
+        try:
+            char = src[pos]
+        except IndexError:
+            break
+        if char != "\n":
+            raise suffixed_err(
+                src, pos, "Expected newline or end of document after a statement"
+            )
+        pos += 1
+
+    return out.data.dict
+
+
+class Flags:
+    """Flags that map to parsed keys/namespaces."""
+
+    # Marks an immutable namespace (inline array or inline table).
+    FROZEN = 0
+    # Marks a nest that has been explicitly created and can no longer
+    # be opened using the "[table]" syntax.
+    EXPLICIT_NEST = 1
+
+    def __init__(self) -> None:
+        self._flags: dict[str, dict] = {}
+        self._pending_flags: set[tuple[Key, int]] = set()
+
+    def add_pending(self, key: Key, flag: int) -> None:
+        self._pending_flags.add((key, flag))
+
+    def finalize_pending(self) -> None:
+        for key, flag in self._pending_flags:
+            self.set(key, flag, recursive=False)
+        self._pending_flags.clear()
+
+    def unset_all(self, key: Key) -> None:
+        cont = self._flags
+        for k in key[:-1]:
+            if k not in cont:
+                return
+            cont = cont[k]["nested"]
+        cont.pop(key[-1], None)
+
+    def set(self, key: Key, flag: int, *, recursive: bool) -> None:  # noqa: A003
+        cont = self._flags
+        key_parent, key_stem = key[:-1], key[-1]
+        for k in key_parent:
+            if k not in cont:
+                cont[k] = {"flags": set(), "recursive_flags": set(), "nested": {}}
+            cont = cont[k]["nested"]
+        if key_stem not in cont:
+            cont[key_stem] = {"flags": set(), "recursive_flags": set(), "nested": {}}
+        cont[key_stem]["recursive_flags" if recursive else "flags"].add(flag)
+
+    def is_(self, key: Key, flag: int) -> bool:
+        if not key:
+            return False  # document root has no flags
+        cont = self._flags
+        for k in key[:-1]:
+            if k not in cont:
+                return False
+            inner_cont = cont[k]
+            if flag in inner_cont["recursive_flags"]:
+                return True
+            cont = inner_cont["nested"]
+        key_stem = key[-1]
+        if key_stem in cont:
+            cont = cont[key_stem]
+            return flag in cont["flags"] or flag in cont["recursive_flags"]
+        return False
+
+
+class NestedDict:
+    def __init__(self) -> None:
+        # The parsed content of the TOML document
+        self.dict: dict[str, Any] = {}
+
+    def get_or_create_nest(
+        self,
+        key: Key,
+        *,
+        access_lists: bool = True,
+    ) -> dict:
+        cont: Any = self.dict
+        for k in key:
+            if k not in cont:
+                cont[k] = {}
+            cont = cont[k]
+            if access_lists and isinstance(cont, list):
+                cont = cont[-1]
+            if not isinstance(cont, dict):
+                raise KeyError("There is no nest behind this key")
+        return cont
+
+    def append_nest_to_list(self, key: Key) -> None:
+        cont = self.get_or_create_nest(key[:-1])
+        last_key = key[-1]
+        if last_key in cont:
+            list_ = cont[last_key]
+            if not isinstance(list_, list):
+                raise KeyError("An object other than list found behind this key")
+            list_.append({})
+        else:
+            cont[last_key] = [{}]
+
+
+class Output(NamedTuple):
+    data: NestedDict
+    flags: Flags
+
+
+def skip_chars(src: str, pos: Pos, chars: Iterable[str]) -> Pos:
+    try:
+        while src[pos] in chars:
+            pos += 1
+    except IndexError:
+        pass
+    return pos
+
+
+def skip_until(
+    src: str,
+    pos: Pos,
+    expect: str,
+    *,
+    error_on: frozenset[str],
+    error_on_eof: bool,
+) -> Pos:
+    try:
+        new_pos = src.index(expect, pos)
+    except ValueError:
+        new_pos = len(src)
+        if error_on_eof:
+            raise suffixed_err(src, new_pos, f"Expected {expect!r}") from None
+
+    if not error_on.isdisjoint(src[pos:new_pos]):
+        while src[pos] not in error_on:
+            pos += 1
+        raise suffixed_err(src, pos, f"Found invalid character {src[pos]!r}")
+    return new_pos
+
+
+def skip_comment(src: str, pos: Pos) -> Pos:
+    try:
+        char: str | None = src[pos]
+    except IndexError:
+        char = None
+    if char == "#":
+        return skip_until(
+            src, pos + 1, "\n", error_on=ILLEGAL_COMMENT_CHARS, error_on_eof=False
+        )
+    return pos
+
+
+def skip_comments_and_array_ws(src: str, pos: Pos) -> Pos:
+    while True:
+        pos_before_skip = pos
+        pos = skip_chars(src, pos, TOML_WS_AND_NEWLINE)
+        pos = skip_comment(src, pos)
+        if pos == pos_before_skip:
+            return pos
+
+
+def create_dict_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]:
+    pos += 1  # Skip "["
+    pos = skip_chars(src, pos, TOML_WS)
+    pos, key = parse_key(src, pos)
+
+    if out.flags.is_(key, Flags.EXPLICIT_NEST) or out.flags.is_(key, Flags.FROZEN):
+        raise suffixed_err(src, pos, f"Cannot declare {key} twice")
+    out.flags.set(key, Flags.EXPLICIT_NEST, recursive=False)
+    try:
+        out.data.get_or_create_nest(key)
+    except KeyError:
+        raise suffixed_err(src, pos, "Cannot overwrite a value") from None
+
+    if not src.startswith("]", pos):
+        raise suffixed_err(src, pos, "Expected ']' at the end of a table declaration")
+    return pos + 1, key
+
+
+def create_list_rule(src: str, pos: Pos, out: Output) -> tuple[Pos, Key]:
+    pos += 2  # Skip "[["
+    pos = skip_chars(src, pos, TOML_WS)
+    pos, key = parse_key(src, pos)
+
+    if out.flags.is_(key, Flags.FROZEN):
+        raise suffixed_err(src, pos, f"Cannot mutate immutable namespace {key}")
+    # Free the namespace now that it points to another empty list item...
+    out.flags.unset_all(key)
+    # ...but this key precisely is still prohibited from table declaration
+    out.flags.set(key, Flags.EXPLICIT_NEST, recursive=False)
+    try:
+        out.data.append_nest_to_list(key)
+    except KeyError:
+        raise suffixed_err(src, pos, "Cannot overwrite a value") from None
+
+    if not src.startswith("]]", pos):
+        raise suffixed_err(src, pos, "Expected ']]' at the end of an array declaration")
+    return pos + 2, key
+
+
+def key_value_rule(
+    src: str, pos: Pos, out: Output, header: Key, parse_float: ParseFloat
+) -> Pos:
+    pos, key, value = parse_key_value_pair(src, pos, parse_float)
+    key_parent, key_stem = key[:-1], key[-1]
+    abs_key_parent = header + key_parent
+
+    relative_path_cont_keys = (header + key[:i] for i in range(1, len(key)))
+    for cont_key in relative_path_cont_keys:
+        # Check that dotted key syntax does not redefine an existing table
+        if out.flags.is_(cont_key, Flags.EXPLICIT_NEST):
+            raise suffixed_err(src, pos, f"Cannot redefine namespace {cont_key}")
+        # Containers in the relative path can't be opened with the table syntax or
+        # dotted key/value syntax in following table sections.
+        out.flags.add_pending(cont_key, Flags.EXPLICIT_NEST)
+
+    if out.flags.is_(abs_key_parent, Flags.FROZEN):
+        raise suffixed_err(
+            src, pos, f"Cannot mutate immutable namespace {abs_key_parent}"
+        )
+
+    try:
+        nest = out.data.get_or_create_nest(abs_key_parent)
+    except KeyError:
+        raise suffixed_err(src, pos, "Cannot overwrite a value") from None
+    if key_stem in nest:
+        raise suffixed_err(src, pos, "Cannot overwrite a value")
+    # Mark inline table and array namespaces recursively immutable
+    if isinstance(value, (dict, list)):
+        out.flags.set(header + key, Flags.FROZEN, recursive=True)
+    nest[key_stem] = value
+    return pos
+
+
+def parse_key_value_pair(
+    src: str, pos: Pos, parse_float: ParseFloat
+) -> tuple[Pos, Key, Any]:
+    pos, key = parse_key(src, pos)
+    try:
+        char: str | None = src[pos]
+    except IndexError:
+        char = None
+    if char != "=":
+        raise suffixed_err(src, pos, "Expected '=' after a key in a key/value pair")
+    pos += 1
+    pos = skip_chars(src, pos, TOML_WS)
+    pos, value = parse_value(src, pos, parse_float)
+    return pos, key, value
+
+
+def parse_key(src: str, pos: Pos) -> tuple[Pos, Key]:
+    pos, key_part = parse_key_part(src, pos)
+    key: Key = (key_part,)
+    pos = skip_chars(src, pos, TOML_WS)
+    while True:
+        try:
+            char: str | None = src[pos]
+        except IndexError:
+            char = None
+        if char != ".":
+            return pos, key
+        pos += 1
+        pos = skip_chars(src, pos, TOML_WS)
+        pos, key_part = parse_key_part(src, pos)
+        key += (key_part,)
+        pos = skip_chars(src, pos, TOML_WS)
+
+
+def parse_key_part(src: str, pos: Pos) -> tuple[Pos, str]:
+    try:
+        char: str | None = src[pos]
+    except IndexError:
+        char = None
+    if char in BARE_KEY_CHARS:
+        start_pos = pos
+        pos = skip_chars(src, pos, BARE_KEY_CHARS)
+        return pos, src[start_pos:pos]
+    if char == "'":
+        return parse_literal_str(src, pos)
+    if char == '"':
+        return parse_one_line_basic_str(src, pos)
+    raise suffixed_err(src, pos, "Invalid initial character for a key part")
+
+
+def parse_one_line_basic_str(src: str, pos: Pos) -> tuple[Pos, str]:
+    pos += 1
+    return parse_basic_str(src, pos, multiline=False)
+
+
+def parse_array(src: str, pos: Pos, parse_float: ParseFloat) -> tuple[Pos, list]:
+    pos += 1
+    array: list = []
+
+    pos = skip_comments_and_array_ws(src, pos)
+    if src.startswith("]", pos):
+        return pos + 1, array
+    while True:
+        pos, val = parse_value(src, pos, parse_float)
+        array.append(val)
+        pos = skip_comments_and_array_ws(src, pos)
+
+        c = src[pos : pos + 1]
+        if c == "]":
+            return pos + 1, array
+        if c != ",":
+            raise suffixed_err(src, pos, "Unclosed array")
+        pos += 1
+
+        pos = skip_comments_and_array_ws(src, pos)
+        if src.startswith("]", pos):
+            return pos + 1, array
+
+
+def parse_inline_table(src: str, pos: Pos, parse_float: ParseFloat) -> tuple[Pos, dict]:
+    pos += 1
+    nested_dict = NestedDict()
+    flags = Flags()
+
+    pos = skip_chars(src, pos, TOML_WS)
+    if src.startswith("}", pos):
+        return pos + 1, nested_dict.dict
+    while True:
+        pos, key, value = parse_key_value_pair(src, pos, parse_float)
+        key_parent, key_stem = key[:-1], key[-1]
+        if flags.is_(key, Flags.FROZEN):
+            raise suffixed_err(src, pos, f"Cannot mutate immutable namespace {key}")
+        try:
+            nest = nested_dict.get_or_create_nest(key_parent, access_lists=False)
+        except KeyError:
+            raise suffixed_err(src, pos, "Cannot overwrite a value") from None
+        if key_stem in nest:
+            raise suffixed_err(src, pos, f"Duplicate inline table key {key_stem!r}")
+        nest[key_stem] = value
+        pos = skip_chars(src, pos, TOML_WS)
+        c = src[pos : pos + 1]
+        if c == "}":
+            return pos + 1, nested_dict.dict
+        if c != ",":
+            raise suffixed_err(src, pos, "Unclosed inline table")
+        if isinstance(value, (dict, list)):
+            flags.set(key, Flags.FROZEN, recursive=True)
+        pos += 1
+        pos = skip_chars(src, pos, TOML_WS)
+
+
+def parse_basic_str_escape(
+    src: str, pos: Pos, *, multiline: bool = False
+) -> tuple[Pos, str]:
+    escape_id = src[pos : pos + 2]
+    pos += 2
+    if multiline and escape_id in {"\\ ", "\\\t", "\\\n"}:
+        # Skip whitespace until next non-whitespace character or end of
+        # the doc. Error if non-whitespace is found before newline.
+        if escape_id != "\\\n":
+            pos = skip_chars(src, pos, TOML_WS)
+            try:
+                char = src[pos]
+            except IndexError:
+                return pos, ""
+            if char != "\n":
+                raise suffixed_err(src, pos, "Unescaped '\\' in a string")
+            pos += 1
+        pos = skip_chars(src, pos, TOML_WS_AND_NEWLINE)
+        return pos, ""
+    if escape_id == "\\u":
+        return parse_hex_char(src, pos, 4)
+    if escape_id == "\\U":
+        return parse_hex_char(src, pos, 8)
+    try:
+        return pos, BASIC_STR_ESCAPE_REPLACEMENTS[escape_id]
+    except KeyError:
+        raise suffixed_err(src, pos, "Unescaped '\\' in a string") from None
+
+
+def parse_basic_str_escape_multiline(src: str, pos: Pos) -> tuple[Pos, str]:
+    return parse_basic_str_escape(src, pos, multiline=True)
+
+
+def parse_hex_char(src: str, pos: Pos, hex_len: int) -> tuple[Pos, str]:
+    hex_str = src[pos : pos + hex_len]
+    if len(hex_str) != hex_len or not HEXDIGIT_CHARS.issuperset(hex_str):
+        raise suffixed_err(src, pos, "Invalid hex value")
+    pos += hex_len
+    hex_int = int(hex_str, 16)
+    if not is_unicode_scalar_value(hex_int):
+        raise suffixed_err(src, pos, "Escaped character is not a Unicode scalar value")
+    return pos, chr(hex_int)
+
+
+def parse_literal_str(src: str, pos: Pos) -> tuple[Pos, str]:
+    pos += 1  # Skip starting apostrophe
+    start_pos = pos
+    pos = skip_until(
+        src, pos, "'", error_on=ILLEGAL_LITERAL_STR_CHARS, error_on_eof=True
+    )
+    return pos + 1, src[start_pos:pos]  # Skip ending apostrophe
+
+
+def parse_multiline_str(src: str, pos: Pos, *, literal: bool) -> tuple[Pos, str]:
+    pos += 3
+    if src.startswith("\n", pos):
+        pos += 1
+
+    if literal:
+        delim = "'"
+        end_pos = skip_until(
+            src,
+            pos,
+            "'''",
+            error_on=ILLEGAL_MULTILINE_LITERAL_STR_CHARS,
+            error_on_eof=True,
+        )
+        result = src[pos:end_pos]
+        pos = end_pos + 3
+    else:
+        delim = '"'
+        pos, result = parse_basic_str(src, pos, multiline=True)
+
+    # Add at maximum two extra apostrophes/quotes if the end sequence
+    # is 4 or 5 chars long instead of just 3.
+    if not src.startswith(delim, pos):
+        return pos, result
+    pos += 1
+    if not src.startswith(delim, pos):
+        return pos, result + delim
+    pos += 1
+    return pos, result + (delim * 2)
+
+
+def parse_basic_str(src: str, pos: Pos, *, multiline: bool) -> tuple[Pos, str]:
+    if multiline:
+        error_on = ILLEGAL_MULTILINE_BASIC_STR_CHARS
+        parse_escapes = parse_basic_str_escape_multiline
+    else:
+        error_on = ILLEGAL_BASIC_STR_CHARS
+        parse_escapes = parse_basic_str_escape
+    result = ""
+    start_pos = pos
+    while True:
+        try:
+            char = src[pos]
+        except IndexError:
+            raise suffixed_err(src, pos, "Unterminated string") from None
+        if char == '"':
+            if not multiline:
+                return pos + 1, result + src[start_pos:pos]
+            if src.startswith('"""', pos):
+                return pos + 3, result + src[start_pos:pos]
+            pos += 1
+            continue
+        if char == "\\":
+            result += src[start_pos:pos]
+            pos, parsed_escape = parse_escapes(src, pos)
+            result += parsed_escape
+            start_pos = pos
+            continue
+        if char in error_on:
+            raise suffixed_err(src, pos, f"Illegal character {char!r}")
+        pos += 1
+
+
+def parse_value(  # noqa: C901
+    src: str, pos: Pos, parse_float: ParseFloat
+) -> tuple[Pos, Any]:
+    try:
+        char: str | None = src[pos]
+    except IndexError:
+        char = None
+
+    # IMPORTANT: order conditions based on speed of checking and likelihood
+
+    # Basic strings
+    if char == '"':
+        if src.startswith('"""', pos):
+            return parse_multiline_str(src, pos, literal=False)
+        return parse_one_line_basic_str(src, pos)
+
+    # Literal strings
+    if char == "'":
+        if src.startswith("'''", pos):
+            return parse_multiline_str(src, pos, literal=True)
+        return parse_literal_str(src, pos)
+
+    # Booleans
+    if char == "t":
+        if src.startswith("true", pos):
+            return pos + 4, True
+    if char == "f":
+        if src.startswith("false", pos):
+            return pos + 5, False
+
+    # Arrays
+    if char == "[":
+        return parse_array(src, pos, parse_float)
+
+    # Inline tables
+    if char == "{":
+        return parse_inline_table(src, pos, parse_float)
+
+    # Dates and times
+    datetime_match = RE_DATETIME.match(src, pos)
+    if datetime_match:
+        try:
+            datetime_obj = match_to_datetime(datetime_match)
+        except ValueError as e:
+            raise suffixed_err(src, pos, "Invalid date or datetime") from e
+        return datetime_match.end(), datetime_obj
+    localtime_match = RE_LOCALTIME.match(src, pos)
+    if localtime_match:
+        return localtime_match.end(), match_to_localtime(localtime_match)
+
+    # Integers and "normal" floats.
+    # The regex will greedily match any type starting with a decimal
+    # char, so needs to be located after handling of dates and times.
+    number_match = RE_NUMBER.match(src, pos)
+    if number_match:
+        return number_match.end(), match_to_number(number_match, parse_float)
+
+    # Special floats
+    first_three = src[pos : pos + 3]
+    if first_three in {"inf", "nan"}:
+        return pos + 3, parse_float(first_three)
+    first_four = src[pos : pos + 4]
+    if first_four in {"-inf", "+inf", "-nan", "+nan"}:
+        return pos + 4, parse_float(first_four)
+
+    raise suffixed_err(src, pos, "Invalid value")
+
+
+def suffixed_err(src: str, pos: Pos, msg: str) -> TOMLDecodeError:
+    """Return a `TOMLDecodeError` where error message is suffixed with
+    coordinates in source."""
+
+    def coord_repr(src: str, pos: Pos) -> str:
+        if pos >= len(src):
+            return "end of document"
+        line = src.count("\n", 0, pos) + 1
+        if line == 1:
+            column = pos + 1
+        else:
+            column = pos - src.rindex("\n", 0, pos)
+        return f"line {line}, column {column}"
+
+    return TOMLDecodeError(f"{msg} (at {coord_repr(src, pos)})")
+
+
+def is_unicode_scalar_value(codepoint: int) -> bool:
+    return (0 <= codepoint <= 55295) or (57344 <= codepoint <= 1114111)
+
+
+def make_safe_parse_float(parse_float: ParseFloat) -> ParseFloat:
+    """A decorator to make `parse_float` safe.
+
+    `parse_float` must not return dicts or lists, because these types
+    would be mixed with parsed TOML tables and arrays, thus confusing
+    the parser. The returned decorated callable raises `ValueError`
+    instead of returning illegal types.
+    """
+    # The default `float` callable never returns illegal types. Optimize it.
+    if parse_float is float:  # type: ignore[comparison-overlap]
+        return float
+
+    def safe_parse_float(float_str: str) -> Any:
+        float_value = parse_float(float_str)
+        if isinstance(float_value, (dict, list)):
+            raise ValueError("parse_float must not return dicts or lists")
+        return float_value
+
+    return safe_parse_float
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py
new file mode 100644
index 0000000..994bb74
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py
@@ -0,0 +1,107 @@
+# SPDX-License-Identifier: MIT
+# SPDX-FileCopyrightText: 2021 Taneli Hukkinen
+# Licensed to PSF under a Contributor Agreement.
+
+from __future__ import annotations
+
+from datetime import date, datetime, time, timedelta, timezone, tzinfo
+from functools import lru_cache
+import re
+from typing import Any
+
+from ._types import ParseFloat
+
+# E.g.
+# - 00:32:00.999999
+# - 00:32:00
+_TIME_RE_STR = r"([01][0-9]|2[0-3]):([0-5][0-9]):([0-5][0-9])(?:\.([0-9]{1,6})[0-9]*)?"
+
+RE_NUMBER = re.compile(
+    r"""
+0
+(?:
+    x[0-9A-Fa-f](?:_?[0-9A-Fa-f])*   # hex
+    |
+    b[01](?:_?[01])*                 # bin
+    |
+    o[0-7](?:_?[0-7])*               # oct
+)
+|
+[+-]?(?:0|[1-9](?:_?[0-9])*)         # dec, integer part
+(?P
+    (?:\.[0-9](?:_?[0-9])*)?         # optional fractional part
+    (?:[eE][+-]?[0-9](?:_?[0-9])*)?  # optional exponent part
+)
+""",
+    flags=re.VERBOSE,
+)
+RE_LOCALTIME = re.compile(_TIME_RE_STR)
+RE_DATETIME = re.compile(
+    rf"""
+([0-9]{{4}})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])  # date, e.g. 1988-10-27
+(?:
+    [Tt ]
+    {_TIME_RE_STR}
+    (?:([Zz])|([+-])([01][0-9]|2[0-3]):([0-5][0-9]))?  # optional time offset
+)?
+""",
+    flags=re.VERBOSE,
+)
+
+
+def match_to_datetime(match: re.Match) -> datetime | date:
+    """Convert a `RE_DATETIME` match to `datetime.datetime` or `datetime.date`.
+
+    Raises ValueError if the match does not correspond to a valid date
+    or datetime.
+    """
+    (
+        year_str,
+        month_str,
+        day_str,
+        hour_str,
+        minute_str,
+        sec_str,
+        micros_str,
+        zulu_time,
+        offset_sign_str,
+        offset_hour_str,
+        offset_minute_str,
+    ) = match.groups()
+    year, month, day = int(year_str), int(month_str), int(day_str)
+    if hour_str is None:
+        return date(year, month, day)
+    hour, minute, sec = int(hour_str), int(minute_str), int(sec_str)
+    micros = int(micros_str.ljust(6, "0")) if micros_str else 0
+    if offset_sign_str:
+        tz: tzinfo | None = cached_tz(
+            offset_hour_str, offset_minute_str, offset_sign_str
+        )
+    elif zulu_time:
+        tz = timezone.utc
+    else:  # local date-time
+        tz = None
+    return datetime(year, month, day, hour, minute, sec, micros, tzinfo=tz)
+
+
+@lru_cache(maxsize=None)
+def cached_tz(hour_str: str, minute_str: str, sign_str: str) -> timezone:
+    sign = 1 if sign_str == "+" else -1
+    return timezone(
+        timedelta(
+            hours=sign * int(hour_str),
+            minutes=sign * int(minute_str),
+        )
+    )
+
+
+def match_to_localtime(match: re.Match) -> time:
+    hour_str, minute_str, sec_str, micros_str = match.groups()
+    micros = int(micros_str.ljust(6, "0")) if micros_str else 0
+    return time(int(hour_str), int(minute_str), int(sec_str), micros)
+
+
+def match_to_number(match: re.Match, parse_float: ParseFloat) -> Any:
+    if match.group("floatpart"):
+        return parse_float(match.group())
+    return int(match.group(), 0)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py
new file mode 100644
index 0000000..d949412
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: MIT
+# SPDX-FileCopyrightText: 2021 Taneli Hukkinen
+# Licensed to PSF under a Contributor Agreement.
+
+from typing import Any, Callable, Tuple
+
+# Type annotations
+ParseFloat = Callable[[str], Any]
+Key = Tuple[str, ...]
+Pos = int
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed
new file mode 100644
index 0000000..7632ecf
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed
@@ -0,0 +1 @@
+# Marker file for PEP 561
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE
new file mode 100644
index 0000000..07806f8
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE
@@ -0,0 +1,19 @@
+This is the MIT license: http://www.opensource.org/licenses/mit-license.php
+
+Copyright (c) Alex Grönholm
+
+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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA
new file mode 100644
index 0000000..6e5750b
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA
@@ -0,0 +1,81 @@
+Metadata-Version: 2.1
+Name: typeguard
+Version: 4.3.0
+Summary: Run-time type checker for Python
+Author-email: Alex Grönholm 
+License: MIT
+Project-URL: Documentation, https://typeguard.readthedocs.io/en/latest/
+Project-URL: Change log, https://typeguard.readthedocs.io/en/latest/versionhistory.html
+Project-URL: Source code, https://github.com/agronholm/typeguard
+Project-URL: Issue tracker, https://github.com/agronholm/typeguard/issues
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python
+Classifier: Programming Language :: Python :: 3
+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
+Requires-Python: >=3.8
+Description-Content-Type: text/x-rst
+License-File: LICENSE
+Requires-Dist: typing-extensions >=4.10.0
+Requires-Dist: importlib-metadata >=3.6 ; python_version < "3.10"
+Provides-Extra: doc
+Requires-Dist: packaging ; extra == 'doc'
+Requires-Dist: Sphinx >=7 ; extra == 'doc'
+Requires-Dist: sphinx-autodoc-typehints >=1.2.0 ; extra == 'doc'
+Requires-Dist: sphinx-rtd-theme >=1.3.0 ; extra == 'doc'
+Provides-Extra: test
+Requires-Dist: coverage[toml] >=7 ; extra == 'test'
+Requires-Dist: pytest >=7 ; extra == 'test'
+Requires-Dist: mypy >=1.2.0 ; (platform_python_implementation != "PyPy") and extra == 'test'
+
+.. image:: https://github.com/agronholm/typeguard/actions/workflows/test.yml/badge.svg
+  :target: https://github.com/agronholm/typeguard/actions/workflows/test.yml
+  :alt: Build Status
+.. image:: https://coveralls.io/repos/agronholm/typeguard/badge.svg?branch=master&service=github
+  :target: https://coveralls.io/github/agronholm/typeguard?branch=master
+  :alt: Code Coverage
+.. image:: https://readthedocs.org/projects/typeguard/badge/?version=latest
+  :target: https://typeguard.readthedocs.io/en/latest/?badge=latest
+  :alt: Documentation
+
+This library provides run-time type checking for functions defined with
+`PEP 484 `_ argument (and return) type
+annotations, and any arbitrary objects. It can be used together with static type
+checkers as an additional layer of type safety, to catch type violations that could only
+be detected at run time.
+
+Two principal ways to do type checking are provided:
+
+#. The ``check_type`` function:
+
+   * like ``isinstance()``, but supports arbitrary type annotations (within limits)
+   * can be used as a ``cast()`` replacement, but with actual checking of the value
+#. Code instrumentation:
+
+   * entire modules, or individual functions (via ``@typechecked``) are recompiled, with
+     type checking code injected into them
+   * automatically checks function arguments, return values and assignments to annotated
+     local variables
+   * for generator functions (regular and async), checks yield and send values
+   * requires the original source code of the instrumented module(s) to be accessible
+
+Two options are provided for code instrumentation:
+
+#. the ``@typechecked`` function:
+
+   * can be applied to functions individually
+#. the import hook (``typeguard.install_import_hook()``):
+
+   * automatically instruments targeted modules on import
+   * no manual code changes required in the target modules
+   * requires the import hook to be installed before the targeted modules are imported
+   * may clash with other import hooks
+
+See the documentation_ for further information.
+
+.. _documentation: https://typeguard.readthedocs.io/en/latest/
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD
new file mode 100644
index 0000000..801e733
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD
@@ -0,0 +1,34 @@
+typeguard-4.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+typeguard-4.3.0.dist-info/LICENSE,sha256=YWP3mH37ONa8MgzitwsvArhivEESZRbVUu8c1DJH51g,1130
+typeguard-4.3.0.dist-info/METADATA,sha256=z2dcHAp0TwhYCFU5Deh8x31nazElgujUz9tbuP0pjSE,3717
+typeguard-4.3.0.dist-info/RECORD,,
+typeguard-4.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
+typeguard-4.3.0.dist-info/entry_points.txt,sha256=qp7NQ1aLtiSgMQqo6gWlfGpy0IIXzoMJmeQTLpzqFZQ,48
+typeguard-4.3.0.dist-info/top_level.txt,sha256=4z28AhuDodwRS_c1J_l8H51t5QuwfTseskYzlxp6grs,10
+typeguard/__init__.py,sha256=Onh4w38elPCjtlcU3JY9k3h70NjsxXIkAflmQn-Z0FY,2071
+typeguard/__pycache__/__init__.cpython-312.pyc,,
+typeguard/__pycache__/_checkers.cpython-312.pyc,,
+typeguard/__pycache__/_config.cpython-312.pyc,,
+typeguard/__pycache__/_decorators.cpython-312.pyc,,
+typeguard/__pycache__/_exceptions.cpython-312.pyc,,
+typeguard/__pycache__/_functions.cpython-312.pyc,,
+typeguard/__pycache__/_importhook.cpython-312.pyc,,
+typeguard/__pycache__/_memo.cpython-312.pyc,,
+typeguard/__pycache__/_pytest_plugin.cpython-312.pyc,,
+typeguard/__pycache__/_suppression.cpython-312.pyc,,
+typeguard/__pycache__/_transformer.cpython-312.pyc,,
+typeguard/__pycache__/_union_transformer.cpython-312.pyc,,
+typeguard/__pycache__/_utils.cpython-312.pyc,,
+typeguard/_checkers.py,sha256=JRrgKicdOEfIBoNEtegYCEIlhpad-a1u1Em7GCj0WCI,31360
+typeguard/_config.py,sha256=nIz8QwDa-oFO3L9O8_6srzlmd99pSby2wOM4Wb7F_B0,2846
+typeguard/_decorators.py,sha256=v6dsIeWvPhExGLP_wXF-RmDUyjZf_Ak28g7gBJ_v0-0,9033
+typeguard/_exceptions.py,sha256=ZIPeiV-FBd5Emw2EaWd2Fvlsrwi4ocwT2fVGBIAtHcQ,1121
+typeguard/_functions.py,sha256=ibgSAKa5ptIm1eR9ARG0BSozAFJPFNASZqhPVyQeqig,10393
+typeguard/_importhook.py,sha256=ugjCDvFcdWMU7UugqlJG91IpVNpEIxtRr-99s0h1k7M,6389
+typeguard/_memo.py,sha256=1juQV_vxnD2JYKbSrebiQuj4oKHz6n67v9pYA-CCISg,1303
+typeguard/_pytest_plugin.py,sha256=-fcSqkv54rIfIF8pDavY5YQPkj4OX8GMt_lL7CQSD4I,4416
+typeguard/_suppression.py,sha256=VQfzxcwIbu3if0f7VBkKM7hkYOA7tNFw9a7jMBsmMg4,2266
+typeguard/_transformer.py,sha256=9Ha7_QhdwoUni_6hvdY-hZbuEergowHrNL2vzHIakFY,44937
+typeguard/_union_transformer.py,sha256=v_42r7-6HuRX2SoFwnyJ-E5PlxXpVeUJPJR1-HU9qSo,1354
+typeguard/_utils.py,sha256=5HhO1rPn5f1M6ymkVAEv7Xmlz1cX-j0OnTMlyHqqrR8,5270
+typeguard/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL
new file mode 100644
index 0000000..bab98d6
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: bdist_wheel (0.43.0)
+Root-Is-Purelib: true
+Tag: py3-none-any
+
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt
new file mode 100644
index 0000000..47c9d0b
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt
@@ -0,0 +1,2 @@
+[pytest11]
+typeguard = typeguard._pytest_plugin
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt
new file mode 100644
index 0000000..be5ec23
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt
@@ -0,0 +1 @@
+typeguard
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py
new file mode 100644
index 0000000..6781cad
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py
@@ -0,0 +1,48 @@
+import os
+from typing import Any
+
+from ._checkers import TypeCheckerCallable as TypeCheckerCallable
+from ._checkers import TypeCheckLookupCallback as TypeCheckLookupCallback
+from ._checkers import check_type_internal as check_type_internal
+from ._checkers import checker_lookup_functions as checker_lookup_functions
+from ._checkers import load_plugins as load_plugins
+from ._config import CollectionCheckStrategy as CollectionCheckStrategy
+from ._config import ForwardRefPolicy as ForwardRefPolicy
+from ._config import TypeCheckConfiguration as TypeCheckConfiguration
+from ._decorators import typechecked as typechecked
+from ._decorators import typeguard_ignore as typeguard_ignore
+from ._exceptions import InstrumentationWarning as InstrumentationWarning
+from ._exceptions import TypeCheckError as TypeCheckError
+from ._exceptions import TypeCheckWarning as TypeCheckWarning
+from ._exceptions import TypeHintWarning as TypeHintWarning
+from ._functions import TypeCheckFailCallback as TypeCheckFailCallback
+from ._functions import check_type as check_type
+from ._functions import warn_on_error as warn_on_error
+from ._importhook import ImportHookManager as ImportHookManager
+from ._importhook import TypeguardFinder as TypeguardFinder
+from ._importhook import install_import_hook as install_import_hook
+from ._memo import TypeCheckMemo as TypeCheckMemo
+from ._suppression import suppress_type_checks as suppress_type_checks
+from ._utils import Unset as Unset
+
+# Re-export imports so they look like they live directly in this package
+for value in list(locals().values()):
+    if getattr(value, "__module__", "").startswith(f"{__name__}."):
+        value.__module__ = __name__
+
+
+config: TypeCheckConfiguration
+
+
+def __getattr__(name: str) -> Any:
+    if name == "config":
+        from ._config import global_config
+
+        return global_config
+
+    raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
+
+
+# Automatically load checker lookup functions unless explicitly disabled
+if "TYPEGUARD_DISABLE_PLUGIN_AUTOLOAD" not in os.environ:
+    load_plugins()
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f4d2e34269ee75c267c49ed02c671a52bd104e57
GIT binary patch
literal 2088
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9ffcde3e6f4f19c53855daceca7778db8e0d8b01
GIT binary patch
literal 3862
zcmb7HU2GKB6~41O`{P|Nw!yK1fOGkg>^1hT(gdQc5CRz+T);uLn}|hdc6R3O?!fHK
z=H401B3d~rm0IPcQYw*$KJ>Nnd!PH>7b7AOMn!2_RaM?hZK)McJ?GBs55|_#k$vZ$
zJNM_DbH8)Gvwz9uG6bG;zxjK8B1_0WQ0P2~u%m4M89GmhNle8iO{J_T*pJzd!U&qXPVh^Rv|3IlV;LP*@MkoIj4{qVOcZ1p@b)u
z55&k7Vh%heW`?CU;?d}k9L>V$VBhF4OUUsYj33yDg>yH;7b%ax&LdsvV0$P(`~!Z=
zD?wIw9M{u5%XI{Z=|zumy=pV)516{A8@4V)J{G9+j^7Ma-S=FOa;vv)&TDg5=jX01
zE?o&ytL+y1ROdgS>ag-1l;;}ExVNBN_MC3pRo%E3D62-Kk$gp3D%&LxpAbgMib={b
zQz^$mU$v_*Sk@;c-;h%6SUw&MFSvY7=jJl2-E?isXzSNNlMIFDGOJk*6SU#3QQzTA
zxb}T!(ptEHa#mxUIR?zoIin5TF>PiRGIH$=)~qrvN})7OE0y`>AN|hzO$>uqCd4;Yum?OWubq=*%_nzOPHE@iOr{KPyU0PnkZCTUus7_1L
z>!r#s3h2nImg9Y8P~pM4jvEPb*(k2?#?W{zjKskmpgsDXDQ&fHFEy!qE(=~k?`-7VHxv$&Nmz1WNuAyl>1y>p*q`LwYtqYQ&E`KE3
zc=@mE#fIBt#af-~V%E@$w%ychy*leL;h_NiqHR@+t+v;2oev7{|D-4^kIl9KNP3-#
zqF|oi@?6&zMeROwOqUlua8}(1927Ofb!t|<&}#DoaGGqeBPO7EOkTy(iS(;ck{kJQ
zVSWBZcIeA<>z7}E^ywE1e7v(@Z?Jv{pMN}9P1TG&R?De&Jf8^0=Um%n2F98Ujunps
zg6eJk=N+`Jw3uPltO&1QId}bf18xmb1~z$chl08_=y!Gsfs3Yxx7tPTYQqB9>+s#7
ztX6|_soMdiZM$m#CtCF_+ncqVXz3eRzf={VpW&@AuTtqE^|EF3i`OmDFW%5wEre-r
z{+p{;{g%ycpGR#k%+NxiaHmqCQ#!9&a1^%?p4LMMPqrGqODR8$+YI3%0GuZD
zCc5|G7xU1plW(&_-yE8Le(3B|_{*N%ip6tB|9be??^pjY{p|Scv%`hW
z@#5xiaVt$mCpHI<|92-vMo;{kD7m9A#*b{p;r&_+!cM;%JwrAIK8pWI`6#}WSNRDT
zd!3cGKpMKedM8M72ypK3Q}899=0ot}!`O^qa}XPJG(QGSFwnhWei8@Kdto4><py)lJo;5~eQ`%kB__g!==nD?06+pCWt&6W%K$%vLZBRH
z>Rnkn$SK{XoHS!BWya6Lh^dy-W&)%nN^IcnXm?t-Q_h+xn30zA2g-v;{AL!VwwfOd
z#*htU=9rV|&4=5Bi`V}Js!6QVTdq$Hh<5{stj;LTmkDuF&?;-__bo{HYnIo*d?FZy
z9O^;1iiqzD1*&@Dq~ASveJx*#>0~+E#dbPMRrH(xP7~;og~2-dAigV
zc+|Z!LoYe)J7Gj4F?Sb&E;_`k0L3AvnGtuw-eF*4nv!H0DJjG5#Ln)2j`j$w1ITLLyWEe?s$ZbzwQm&FlVYfu$vEm=tHGIn8CozZ7bFLke>J)TQV
zH?&26n^i-La8gu}>|Z*D8jSFp$g1s507=@ufOP~k0?e+Fpfs;5zQgP9N8C53xSF*4&K@GGV-}S6SJ(jFu(CB
zXo4Y4>-&`f)nOh#VS<&}n@?kJ2Af@ZdlJX6xd8v-8Z^Hmuhf%?^ww2{%$$FI=Hk;c
z7dO?h&BIgA)QjJqhyJ^p$3KSt-_q|rPftHhPjAIZVq){XbK4}ANNy#`si{r%$k!i!
zqfUlt9(P~LAHtfp<^$nCP0KOU2SYuVh=N`t?D$klDPsza8QnSGZdUZ>B8z`elF!elHeLjn>z$v
kTNmN?X7)d^X=Q4QK(ieOaSO#)Wrd7PJ{z9;A}3w+KQgu`>Hq)$

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..63748a96621c98424e6503fa01b1f8aa9868a114
GIT binary patch
literal 10591
zcmbtaYit|Wm7d}IDN+(8QIchi^)&U2ZP~G9`6*k86I)4YwMm$|6vY`zl!l~oXJ|(%
zwbd@NT^SA5N_Q8Q+Z2|8EG%yf)WsHC7g(U_zXJP5G^LW5(n!)8Smd8-yTGo0?KyWi
zLrIZ$+w7G%bLQT2&pr3t$DHrn`46|-!9Y56_4niFni=K~_@E_=O0ZAXScbXI@C?t2
zOq>m}EYb$i5H!%cF=(WBQ_uu=qiBv>f)>hS60LDt&_-#qXpGx~_P8VHpwAZ38FvL;
zad*%iFAJ8@Jgex5dxPG1d9XZQ5v+(;1}o#fpf6q(tcq6$t0|97tcm-BexU8VL#&P0
z1?%GV!TR{F;4Yfy6dU5ZgS#p15*y=OkfXF)+!JpKHc`4vY>u}CTjH(3)_7a6E#4k%
zkM9lcWf{RsDxnV^F%a(vcCd_r5q!M&6X-vtU?<wRl*|BNBf`Xx#Wu!=LBNF?R397`so
zVR*J(6y8kK43CL|;uuPjD`CQaLx?I?tnsZd
zQB0ArBrCS$Wr2vvFb}$zfG6=K4hJ+_Gnf=bfhsXLAw;Gw$|Nic<1>o4B<%I17>mp(
z?r||W78XO1WFi_H2SL^65|T_(aUr4h`c04oXp+PQ5-=;~Zzd!`R@|CFLJ2T|QZ_EgAxVa+qHtLd6<16O#RYjH$%m3r#hk)A
zAk-Wh6hu)mgoYx;Nk+#PX(Pk1PjC%hXVT0?7^T^RBNH)+oX3rfQU^XhDOzzoK??f^#^hU=?Sn7_1dqpuGf+6UZ1xdyS
zpnJvGSnu=<=$bgtvu}T|6qAMSY3NCKT#$M}@6@!MOo~!(=(3RDlcX2hqlW1X>B>nx
z(=ZTvNhmg+ND_gxf)alCNmjVbGoO3B3$`afqK@uFGK3XERCUEW64Iu}Yh(oSd(d8E
z$y9>hVk=x|)K+_e_&c!H0uyC<_I=wV%H5WDx;(*}#^K23A~a4V8r%lNKe5-Dt6=gw
z>@aD9=R45u<*=9%s14^y3*w
z0?pwqQ^%wYpA>bQGpEha(%WgXD$B&o;BZo-5*R}UHXC~+iECYw=~fj3A`F`uLCq8^
zl&MP;h-i#RvKUJUiKJo_g@odZ#u9u;4ij9z+L8`f6k9^L0wQ@qaTW`w!}5gU+$=yV
zq0-H?eVrStN@zKbCOXFCFg()>&I;*!aG7T|EKKF@rSOM6^RMR1YjfqzneyhxjKkcy
zU@kbT7KM-AT6ebPJ-%ymSLc?USx;xa(x0nr&s4Ur9DPuEC|}S0@O+`lzf_;CYF%No
zRe?g&p}fCg>ANfYR`xG_@1FCC(a>DI`08T|<8RJ4c0BNRY*c~x4L{@ZsuKxkp_cTC
z^nIYNGqPTm26upGv_X;B8N-$`a0xb*nPA%Cq~De%^(j^=;LUWZurn4J+olQHvTBo%
z80^f94dm@G%_j9}rPXA>P0%LT8Ri-rF^n@2!zFNf=2)0oj;R;vl(VPV4-FruZF%rYg3n?`njiC3d`wzW1EU#C6Z_vhDwzV>OFl_HU8U~T3)*B
zBD}R&_|36bm_YTgVguI^Jc>|gwjz<_kmLZDB_lCFK)m7zh2lv*C1QDFiRQwxOk!gx
zSwQFjfR6)be%3l5$$Ttvd=}sUqCgJaB^4TRngfKW0~{lPhe9sQedFxw=h1t;Lc-J2
z0uQZBoJ7x^I_|)fOo%g_l$xGS5?R_L4>3wfWU)4PB_>aBCn>O05mFa-QbjWABL`6D
z#e%kv)v_Kfr*dtv{&fDaq@(~sh*nNq+$}@6CxwvdAs;zLJq|e
z69S3JvmM2bKd&Bk8pWNuI1(^?iEikZcDT%XE+$hXBBj9ur
z3=pI4_$JV2b{Bo-qNfcmczhbVr#isZSgVQ`#!}-jB--4gc2it{{UwMpKtVJKZ2`=c
z6$?yQfe^)-N~n$F3tH_T5roU24?!o5;2&FKkk
zmIp=FP>4@PfB>_@iVCMh8Ecef#UkRx3v4UxiD-SD*8>W_+z5M{ZBun!2~=7hON=%Cw!x`cBSYD3trI*M3;L
zbSzsQn17`J5XpJ(jb8+R7R((S&Kw-hR=zfWK5z2oOw}1v_2TTBsp)fPP0rc;z}dW<
z&b6P)w4YjSKLfqad~>bht@&3Ap60x*a`Bzzu3XbV
zrfC4+mDe)=@*gdX%a`{YePs3JtQ`-m9e1T%?}<$BiBAtb=sowy=FXQjEQN0-ZX{M4
zx;GfM=LB5bCmw;ubsyIK$!fAYo;nzN*$0tpQ&*>!x^i{{z#*
zEr1Ny0Co{8m{qHJyw~DaL6cZ1&gKg~7b1Vo}Uh4`krqGw`{;CFkFp@$X%!%=)_@_)q@4?*8DvHZGd;-m2@a
z4_zODS#RxZW`-6%ZQ4SZ0U_
z(a^LSfUMD9kD(}p6+;juqH#r~HlhbH)wmY~4b?Cvc^gDW;760@lfc`DeS#0yA?!iW
z%b+1D@*YqU=Hpsbm#I^4Q{c%Q6#X^wAgG2YLm6}E$XC%ml&N8(ueJcM7K^%ztC2+7
z1{F&$KS0@LDm#DT^j66z47W+DdjYN((VX{{;svrE8%VQ&290UcUBf3R4AMmieal4}
z0!=!O2F!5|Jf|IkQIojuZ%Z21I0IPaQh;H;4K2=@0f#y@#y7mgbmMZqanrEJr#vMO&;8-7w3r0@PGmPd{cL=AmOFSw|<@%DHPP
z^%u`0(ynj6EjZM`6C}_hsR~w4(EtHa=Mn^w
z7#?p)J)1fLV1t7*f+RO4aOib{ATG>N_)|LD>EURnuf#-g6PAE_qS~3Fn=0_MT@@!m
zcVY=m<9>AG`bRgzDsEsC#yURQMXPFjTL2dzLOe)P#R4ZsJKRsJgG>#JaRVB4d{k3?
zt45#@9V1$^XoQ{~1ZhHlKlkQ@kl0pe!T{F
z6g8@D0mIZ&182$zKoAbGO;J2NHbnty!j%`q*($EPn}#uTQ{mKv8V*>M#p7h^^95=M
z`bDY_hJFwtPd*lr0a2O}I!dGg%Mqdxbo&%5v_%5~7zqZzjA!}kB3E3Smplr>SqXyd
zct#0qK-#p`u9&bDGKq3uK}kmNSqYwo5OgO9o^KFz2m)?`hgxI?FSB_0E?&^FB`LTl
zCK`jVz%C3suwqpsLPW7lf&V-%DJB}LaBJ;SofLPGOVvxl5HrqkJ#BMLuR*z#g<~sl
zdWTrXRyO}v1y6OsRg-Vrmv1?mZ#$81dhw~#;&p5=7C@d}##Z&z!q_|um;d&A`P#;t
zjW-%|wLO{Io^0(4PZ*#5#MN^PgNwd`r+(?oa@(3GP^fKQK9j8tELsYc4NKAW%2oiS
zOGC?pE7j}17YgOT_wmu6yH=Zyt(6}y09-NMcHeTZTwbp{RA^{lG5yqi$DM6Bv^Z3#
z*|XfXUK7YSwcYNy)pM^p+jMxzTJSe6TULxKZ?5|fs>1fJmv#hY(EL!rr
z`W`dp^8Jfv3J3b{_kHTi9vE8n4J}?+9$M+Ub-qy3ynNx_q4k>n!k*5R3)wyWOO`@?
z>vD9xzB}K!4|MJO(fJK02zXk?l>3(~%f{vJERWp&&aLlcT94g}!sWN#;~N3!{6-h!
ztzK{gK)1U$%#67LZB?<@_R-P1uGPAOYgRaH+^u531$Vx@=6d6YjSH4X?wTb_*4;Qi
zRIruk2GLYBO@67
zrQwxXxAwiuJ1~Rh;>p1H>0qYOQZ
zD&C`gK=IBy+drnb)Wv-z3;IQutKKg{DFm4T7cH8t*-Y|a9?u!9mrdIVc0xMk3|9zi^(#tPB*S8Vus5%5ZMGlOWI
z`n?cA*hZ@GLSvQA5O{_HxGC_30p0ANC)!I~B6y|?@jVzL?IR%?991l#lpF)4>rhTT
zUT}+4x9Htir;4gSA@DsA--K^)derXVjHUCLemq0);8Y!#eMlX~%N4vJ!dGJf_%#9D
z1>qwVH5_=H{0rpa*}a6{&TJT2mVL-H{ef}(jw$;c<9NulJY*U^W73+v2BPY%X>
z)%xyxZ{3f4df@&<=HN?fl`pR{-X|88?bxt+S#Q3qdc%nK*8S@J)ERpJ-0XW|
zhWsaOXIa+2@w$OAI3PyUcO-x8bpF&(zN7b#P78bFbN>q)X1GJq?xP!4q-+d#V#AJ<
zgW0ur1GzR_jHU0f8>lBnlw-iW3ZN9`G|kB~r=ebZ=Z5jyEZe%R9XICXUCnx7?Y<2w
e<+EX7%Q6rNr0+H1$@4~C>ERNbb37^yZ81X7C-KWTvj0Z~weIjlCj<9M6(t~)bs
zYm-9{k!X;rrU#U8q7s)zy|fY%9JzC8R4U4NRu0+NhwW%)Yu?RNog9S8ESMbq#FbI>_2EOuSB{_Pt_?h4bIPHG@!?lhkCChyH2M5}`C}gQ_Fy
zwlDPyQZ|v-BEzx*yGku9%2-x4bn8CyS<5;Fd)q51%W^}CSRmZzA_
z4>@+x_p6p~PaYDK3w!~-=zEjJT0>OAV65=Ut3~b!dZ=bQ)AkhQMNUP%Cc@C?Me8&T
z+>jN~tEsxp+@eL#I~jN**T=h;0bRdll+TcknoNv>o`#h76iK-a#G%;NVWm_$E}U
z9r7g?xZO$!=qixeX#|B|$&jD$U^g3AR7}*NT
zGD{zxBX^9!xzw_;V{!PFu}6k@DaA1A%s`Sxf~6THAoZl-Xt4cNhx$I8NMSo*o#WBp
zjz5p~84^T{4+D8POa9P4Sf$1KS7*gEnz|$S*3yvp+bm+qX4q30#K-id1
z9biA|04pm>R4AhWt8La;IO)@>dBzg}VOJLm%r?vQz(FHeYa3F47i8$44qNsNc*k-`
zhJf?|Z+CxJx)7oo8$lwgVkdID(9{MPcB2pperO$r6OVuacW#0K`mh|WahM)gS=e=5
z-A$G?H#Mu3lCF-G=NiDLWYrl^b?InJHz|)Y7P98YvN3&XdmLKV)771{^grOd3tl|F
z@I>dfAy;GX$qcbN2?=E>q04LRSy+|jz;H3rt(q+=k3w^Jv)5e|G2|Rk+*F9a8GG*R
zIq<{qdF?_*!W*S1q$y-|lw{CJSuoK*{SJer1vu|Xn0v>`t`F-gn;TB-naZ$1MM=9>
zgGQZK8I~{G4}@boGfi3IQ7&GWUR&+cHAj2g?6YSt8p7C}Be#w0#mrphcVlGP7+E}c
z%ZS^7)44}s6G1TW;H{s5JjylphO6{-uWukaJ=Rs5U~?UA2pe8KJ;O~PJRKd>IR1n>
zc-c%eH8U)mYl_J*h>$)q$lA%!3)u4@i8Px{@w_6VEo-Z{}XQa(p@W@{eQJ#7~XujbFB3pSd|UzMLDs
zksbd#H#9F68kZWEw_lpMncH_GyHBQDKHcvEkmrmuJ`dkx1tc#Z>FqnCC`7Uo9zF&H
z+W$RO)r}QH)$^AV_X$iZhNADiGPVNuz}{=GwQyQVYWn`g+yeqr+}F^`L_QM@IHB*u
z^@=|Uals`;qXvzdX|N+2_?%PL?)LEyguH^VyrT5c&hLdh6B__wY#gu3HRH|rC+IDP
z2gTguM}Vv(6h*m9cHJdAR+E}y%ulZpm{zxF%IN%8$d5{X@yj;9P1!&H#eD*kH2xol
C#%(A7

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e313202c8d0901f90654ab0de2ed21c15686224f
GIT binary patch
literal 12275
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
SgciiCdnY*;cZ#DM!+!$-kOYeW

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7f417b339759ba2f04b82793a4cae007406bd462
GIT binary patch
literal 9168
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
XuK(QMd+Y%D9i1h
z_rLmS{A!5M&(^s9YL(($z7NV%l%mw*DEIoFXLX9`ITo_QSm1uY1TxAELB&
zj?(Zuzw*#;%<56&H)}***``8BLro@y1~YglW|3cRKblS1(S#)@M^cQkaiQFfvNPs#
zNI6N|Y*IO_WKa#>MjN*KC2E|5FfxiaAX6@(ef-lr7ELC
z&RobsGlxYnE%|9C#@0HcD#eP8m|_9|-;9LIg!2Ce#2x*=aA?Ly#M1BrCyw1YK9+*5
z3HfBg1XhI*Hq$l#8lPomk_k)&+?O^K(#AP66PaSTsDx9km-bz_q6}^o*qf|EE_cY`
z=PWU>K&=2`Go=ltYFy+@7<{MD1?7B(1}uWUUvFM)zXn75;`TlaTh98XeF=L|)O2ZG
zZTe&8fMY9d-2Jh;
zw+LZe)DdV6tF_Q8dyBT!Hc|J@Kkcr{yY+V*H7&?dVG0ExmA&e+4v9e(D*K~Sc2|7&
zmW|z|S%G!fZo{@U-mB(=D&_aoE-cu((mNm)f#-QYp#5La_OIyZulgNt_YVZZo%|bG
Cc<7G+

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c4ac0d9c2817c7eb58e840ee8d20ada5680f3f90
GIT binary patch
literal 5550
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..9d5af524261f1f3e5aea3035a48d6d1aae9fe3e1
GIT binary patch
literal 3454
zcmcImU2I%O6`r|w@BaUIW5-TXNG5h2dz;N})2208rLYYFsT9kSEudSX_4U1D@8bKj
znz@_pS`M<>NZ2Aml`2RjkeUaCh(e{l_64-hyx6o7$)%xzf<)eoT$CyZ!I{~;8~;(1
z2kvTT&YU@O=KOp!bAFpj#SwhZuK#(_k0SK37zCf%A@DZB2wg)aGO>khT*g??ilvkl
z=v7O#L*+q?Z;z!Tx
zmZi^I)Q^3gI+W?2%Rnq`xQ<6(^=#eI7pdel>Zb0|N|WjJy5xjja*d^&>Zi|lWWU*w
z^&_*bI{lW;{HS}0GRxJ?oN`a39thzQWE-W&gpE2~JW!V+*;*3YRCk8+lt=fFC-twxh^K{|t
zQ$=3$=$X21EP+3~$f?(;d#-EoV&xKbOqUfsuzInfGqYIXje4C?&LK#JddnXO#uXt`
zF{;#9;%pEs5r3{hvx;uLaA6w=WQbibXi$Pt9=UcdVyV00$2smnL!?C>3l1A9ovYn^AnAgTjL*$AYhJZy#Lje#
z=O#&^P?(#`NizZ!CN;oxz_eKWmB9L)3&je#f^jUbt=QVtRA9H+o-P7K{4
z^Hl0}0N~W@#(Iy%Jzw+tvqK;&f%jlhvs$yLG^CfR8kZZehU4tW=FSY0W(|@K=K}nK
z)ESgGF65IPV6hHNaItm?I*1X-b&aE@+$Go*vJ8^D_k6*H6z>6y6!WT#>gE})FVJoP
zi~zu*hX(+i5EqBI@PCZ2A+I<446wW|z7aeG%PE9(3|BGy9^!soSyf&{ui+R{(7LjM
zYH$*Mj(>zdLk}Fz{d#852s(>6ZYmhP3_D|VweYI?GHT+z{23JRA9auBzCD^KoX|
zoY;t-fObm>#qziNhu#|4=pVm6xY|b0Mw-*1h`gWu=gnkt-CA8mYrD&v`&`JZb_E4nsCAED#
zUOF3TkH-XkRx3>=+RqC9J^(%~0Qe~={05}`(IE(LHu{Nj4QiA}1w?BfAg+!D;Mxtw
z*8dH3@2E}89s}pu=S3r5Iq`gTAfp)ea_$F+QWjkg1NDn|NmJjA0rj3%QX;<=Vr@+;r6cXQ
zq_dIIgxWq5FP)CGhhu_1t(DFt+D}UUgbMPxFe9+Va(KER57?t#ji>YUzfg|~k
zrxIFz`&eAdZyiC=#H=5T&A4ErQWd_&MvMkAk
z*TK@IuJbe_y!l=iYypgOR9V0VQm9k?h)@#B@s
zLIVOvD-|YgD_`X;?q>|wvZ$;_ctM{xm?)r_DBApZ_o;xuRIC)SLyEr3EY7k*q)sO&u}ESw_fI7>=D=P<

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..dcf55a48f6b38acaf6f9a799879e2a0490c4a4eb
GIT binary patch
literal 51957
zcmdtL3s_v&l_pwGD5!!eL;=OSfZ|brKoSTE&|ByMl8|g6KT5U<;*=y159L&0Sp*z8
zo$f|ybsHs_2zA`oDAw0PWAzx{=(d#`cSlLwZD*1@;ZUVixk67giRRwPow*Zily=*5
z`}X{6pE~DM6$h*&U-x`-kI+85_WSI|T5GSh_S!#8OH0+@X}b9HQy1URXnsLIq$f}G
zXqPH<8qF0Ar{S~%nnA5ct0li~K?Z-d9c-bRlRZ~cI7Fv*iNnCwX&G3Fwc`WnD5CSEbtTz7J3Q?i#$bx#h&6pr^h*1;wc#{^^^{ldCCS|
z9@k*Gr+l!&Q!!ZSsT{2GR1La4?!jtL^hY=^I)^5nSHlmpk=Vt)5`qDfh~huJzEF2
zdA70NNdwylcX)O%fAYZ2!CjtR%x@alJ=o@H8{FgB!+xg>7zg)y_73jz>>J$g*+1Cs
zX-9afr-L(l4saIFK`za6h)ef$dXqV;x1O_kU0jB@gj?gy;xfGs&h9Pcvb@z?w%5t!
zcxyR_H=WD%+PFNgmCNr-^BnfJ=`{N^T)`JLT;b~&J$hajUmDL57FUG0VsF*!dNJ7Z
z7z=eGv?M0@vu6L@VpnFe-tUb
z5&hAT6Oj}+zFxlXtUqGx8aazCAPe0ps&XlN$VXxd%k;MxR(u1#Nee4
z$vWBhLib=FdSvL79OsK9pYfhQH_USp!?~V;Gc>H6_hb(~kwb^Nb&-^P-XSmFLoGHP
z^?r85JJjn%s`TFBA;0$p|6tEh&nYjD5EJM1o~4Q@6W8PK>7`MM7*A3o-3H8zq4Uw9
zd!h%Q-`j)UH4Q)S)CgqEZRI8HX-MZ0KDdW(2
zsgQ1rgLjB#x~~qMj6~_tL{x#ow_BqftmK^*a_VEoUz`n!h}`9El9l2M-N*
zBcZpu_q4b7%xE6@PmT2OT%GLe1_+=DZ0PF&STOYYFpmv=gChfx8Jz}4WL%QbSf
zc;|5&xwUxbb4^?w-UZwyt{(3~ZZo$I@1pZ&cXK372F8cHgTtfEBKUTWIVFSwZw!LK
zuSBecpw8hTOz0s%@=<$Sc~V@`*&g0Ia&t+&ARqx+$vj6Ei_-shkX+VTEo5%|>kJ37E!)Sbg51xB$b6;bB@;zV05v
zxNaSPjOwvQp?depo?gK6^P?u8*H3MGHex13G0;5(yyY8BC$KNJnMJ1eG5m-YviL}v
zxT2#!<5nJ#8ThYVa>8>((d@XPtdqiDLYsVM
zI2Sax4!ms$)NZ|?;l21hS`vdM#r{%yj!1xKpN*svViWsK8iwR(u1MDD9$&XOnl$Dj
zq2h~VQ*djCD8nLKf$4aD(mBnMdiWZ$U~;Co<`ZbHs{ALsS)G=hM&Aha@iG4oMXKkzbMAe4IL
zfkvVv{AZKE0r!gLlxAEzrWw~MlVMEPFHZ-gjXwS;*v4d`64>K6NxqYM35@Yq#M@V-9cr!DNj36oR%$&br_shN9QAK{Yp%@6E@J~>Z6z>qA
z0oF3`)rn#5JWm}QNdjqwO$%?QAI9f<21c;K0N~(1ivYJVV(@tfu(R?GcnOmDA_jss
z5hGjb5o7P^z5&i>L{cX`{7EV$t-Jf|u#dn&pTE0%G(R4e#zp=S()$VlF)nDrMa~IR
z*qS+ESV(tF*v2L@;6Nwf+ojelEz|tx%o@Y3r_cp>kao!_ZxLL
z>jKW^4>gvw?8}x(qZuZz)&%F7}-Dl=EK6c+;@W5U)HFBK`+G`dZ
zrPCX4v|ekyZ3;S?wzb(4mmt>S%K)(5#Ld{M8lWHA)e8w)38
zIKaF(4
zqreP6Q0-BTTh|%UcDwcbb4bW$Vnh#e9|12?z&Ua*!12*H$aBVe%IohQ85;3LNsH0K
z_*s(>eUl0xN(S?$+&y6kr>~hyFT(7Z^oMdP1^ihn!#VkrhOo^(rN3;xY`CA3f8}$R
zKR0PuG;6GxLVD3+x+WzpWO4{5N61tlmP56l6F|c>yh?y~M3^@}W
zA>IPGE@Lp{j6Or!F>O4~P_UZ}Z`Q}a8=YDy3Lcd6g$&wx6}fHvO`6&HK>%9
zhSJn?YR?n)HjEiwDgrDss9{sgH0^mE;#4px%c;FobYAP$ckb@tIIUk^#ji)hZpripFjO>*
z;d|Myc(B6tooof))bSS)9?|#uU%>JnfS-*XUkKk#EgLi+wN=6kw1^q8N=PaZFT_Ru
z2)TSf>KF#B$dI*U-deIyQa+P?yX%`z1WUF|v;{3i_gRc!EtxZwh)Y)fNaU0|W{53W
zfJW7>!GtXv)2YXeX>(B!Qmk1meoRNHjsp079bAPm-PbjLrXSa{GGjqD($Is_Dp8tB
zj9AW?o)I%y${>yD{K;Zog{7+u80yvZ)51x3#&i;i1+q#W@G-+`Wxb#sH?IDrwD%@5
zM!o$k)+kO8A5!v!ov?aOlb`05GClY|q^KkjCwz{g2r)#`KRW`RC3uA5Mv31*F+}h9
zh>`}jz#|eFsWe~2-RP)eIj#_6<|*e}a4?O`8IxUCx-WMNX4i~;*8W!Uo5gpth4uRd
z_kJQGwqM>p-GtRT(u-Q7<7|N^=@Mo@=X$;kD
z6Kb~I@e4I=@1@VzJh70OGu3##>$N9>nYDA4+WR(p$mSAkuIa9Tt$M<^P~R{+@{a5K
z6~X%UIaB+DVZ#6N=P!PK>UqIhG3^(uwPDwW2}8(~FPQSD+5}U{3W$gRGh6Ow#aXR7
zr+o}is{w-k*cF1J=#hW`Nbx_2lH$5?eaxKEua--iWo??54KEve^`|twx@T*no-DTaSI)i3BX&mJO#i}5weh@c_4`!vCdA*#MbDlWw6!*aJ
z(~h`Kr0Cr#Z0>_x_In3?kt82v3tmo~)dV{EQF5LqhsbS4k-L+{MM1MZk}6W?1TP~-
za($7MVZQGa+v-P5L*8?uFPU-r!8RaB!B&a1PSVAVL3FA3MhoKCN__0kklXhSI2SYk
zt}lQ7OP>#0)&QZER@^AQRvap65=xo^C7VCg7*n3s3YNl&jw$2ABu(vx+48q)-mLlN
z+Ca^YkBs`9^#5S5oNS+Z;h|oWkv-Wrn{wx=?;QWu@%eT8ryV!)zmfkQch7coQICWZ
z`##X%wP@0$WxU*eu^ot3uz(Z`6*dTk4YxgaQ{US+ckGG4#wYJtp8CK{^?tmhLkgQ<^P)UrLaOJf3U4p7oboqI**LCT4dz5zeha~)5(x67T8NM6?=n5S72F`R_t
zRV23w_(Tjn5Wb4YnSmw3)sbW{A1ORyl1k=Zpc05Ak5~v8bwg+aX^&3=Szn^)tK@W%
zL!0|Zs-JkQ10+adY=~tLihm8sM)TsqQf%q}1@XQXpgTh1S###XFevA|f(gST5$NH<
zno!|-p>X}h&KNSB0@n$J>n1uMfZ0%VD>s%_HRjxqxj--%OdCSZ1_6KOhH!3SD7RL~t(|!;w04_-
zzufH?I~LOHUwvxo#Zd7&p?F;|ZGAY`HT`0!aWPl~Cd1|5t`4%wco(RJmX-2Hg?{*gXEFpiMRj>k&EoQVfY~FhEP0`G;$U~aWDThifn@8Hi(?nBEeAOIsvJu+#-OPw+_e3z;Wvi^P5VOD{Wnu*^fSl4nmnbSI(E-i7O?K0GwuHvFNUqZmz2HB
znRHVZNfJdG5d#U&@ZpRnG)_HniyZPHl%UBcYiN%TNyi@XMH$3I$0?Cc^q0YZGl^&0
z2v$r&ffSDdX&^=`Whvk4qCK(Xzo48+tSS7zfnS7fN>gK6F`7021(D;?0eRM495Hn>
z;;g%yc)21W2fwAen>INN!gWWi-LVpw?rwe?)$#;6Pm%L9IUaJJfdkI0*Do^GdMS+U
zsXjx#)8xI}U~q<0a|4Fl_X|p
z%&|Lrf~C9W47pQ{0mH8M5#qgbELgUC&X70NhE~5{QZcjVPGhiS2a0PA75W1RhL
zu&|l3`2vRKB}0KRdudCm(Z1x!GG;B+8H}Y%7Bhb4nT=0tm-5Ptxeq(E$;NiA*uT`Z
zG??-eWesST+7NU_BdIKKDV!FfYbYUbI=l^>nbYHKZ_%
zjCaa;liLjb*qEvnBzLn0OvP<47Dm`ho83YjNCMzDnB^yj1SO~>CxYH>A8!WYZt
z!L*NZ{w;#Xxb*8I6NW!d6){xw(-9TJzoCgrguEL5!Jc&^h`1H_
zH){J;do1Ao(St->1D~2Q{QJQ`GrzY8$+mIn^T1DR)vN
z8Jd1T-9C|WC_~lCG-J$GNsL0%E0PpVtv16%1xoc9CdO6LGHgIOm|@v@R|YN*e5lc-
zR8Qj=`&`oKIeS$@a*)5ZEF4XV)swaTT~23oKG
z7B#a|0_9n$oVUB?vnEkIq#D519E;u4o8kcG5sa|BqyJyK{-5M)GX<=#`2{k
zopIxmi8*>>^-`+NShHl(8q*#o!4XTKe7*QDKeWQ}XqSjGRA>THV+2K@12v%c8ly^#
zI?w|2%Sh~aPzOW}B!fC2YQO~Qz(iC5sDl)|Q#l)#inkdGaT$>eS+lgw>xV+mFhANL
z`h3p5lg=I|u?p9Xn|u*l-%vL{JnV;F
zgIG))gr=2-&(tohVV?*|N{lG#yym8^vkNk%IYjcyX1!UQbxiYlv~by1)Wt+^rP-c}
zQZU<#%O(u>Oa;rQ{HL^q4^S(Ds!fRk3Dy*bvr1NN4kg(^%it$e8cmc?AnXnn}A%A
zG&Y6$db`;uEgM|6#74_j`m7j0wwG2KF}X0bBpP(hTV2?AkgTu-FgIi=5-dei{-6b+
z?uoX0mXgI}jjeonugm>Vfx=inpyb3S_6sGVP%FZNW%DyzoPdeyqoY+TeN|#g;?npC
zNHG{4G8G9Xe91kNi#5Je0&eS&LIi}dAaA{DD3!J>?I%Ss{fTXNVmp>)VA@A9p_T;5
z8A1P5Q{V|1+vx&NZ$d%vMyl>cgzn}!W
z$gY5)BwScZTT5&sOP35m^o7FA9*KB+;i`^276o32>Fu
zaZn5Aj9k(yM!?u)D1@6BM9pB3)5xuv(45o)dRhQ)GdVM$XfkK#EO?u^EG`Z26fT=f
z$2*nF;jDO@IR|IM+cKefLF-9_pfop<6;-7NRFye6I6wg=3G`HP{(&cOh^6uiy!e6`
zf4$K^bu?;Sw@FtYAHAy+KP#Blp)k?JtWTh^y(
z@)aQ`)?a=FQwj@bIYU_$LKc2qN)2b{U>CcZ;?OH7;a_Rv31b!2p)w{6Fo>TP>#FTH
zNEo09l|-QcuOlU_F-$Nua#&RV>eY1p;?A>WskKxtpSVmTnB;>yAI
zi4XQn1Y6i6?V0#Af2I^Rrc=~gAvPl62jSy{hZFT6HYofElq(OqTyE)a)L%OEmtCqT
z+F#TH@NnIR&R^0eh$304$ZZz)35^u`OLAU=69Jo#ouXm9JsrF^KR{cFwivIp1LzJ4ssloc=~#3&|GtS-<|z;PX-$gp#)Jjbg57e-!=#os`BP92d&XjP33y9fxU2w0Gm_0Il{u-V@CI;|E|ssmG0)^R5S?eF
z6sVH&=xZ{C5TF1K{vrKbBfJaF
zQ0fS^QUpcx0WzO4x+7x8XGcp`fg#;22|-!kuTVggzRVL$c~gx+laqm!E2l1>dS&FE
zxg2s&d;V18bapVa>UQ!S!<|#Xb$g+#2o(`qB{Z5wFOG(+6-=e+#`$aK=d1(*tUHn7
z%K6LZ=WNb!M%ASKO5WwXP)3!IQ8iB@O%Ll%~V3fBsSYeR+2LSgfrs=NCFg$E~77jm58Jl8^A@q(jpy6r~$we}hR8>2Tz
z=gL~%F?>HM=-Bt8t{*-D`9Oa5!z4{^;n$NMnv)!B7Bxv3YZh%9n_W%QmwFNZwM*OJ
zS!oZn`i=*(em2QOZj(-&0+&$Svb{|tx?7abK982KHdJ!5Ng6I91~FU^<+WUF37H`f
zE}!NAtpTK=yrcGQ1PIx;r33vFy?aqzs7rm2@L-9m5G4{DQ~Y8z5@k}yABY9CYH9p3
zsFfBlpM(0M)Ol<})Y>qvg9e9cYJejJ^y?HtN2&$L;c4AUeV_uW)%!pN_#Re>oz=mu
zUk0+o?!suO09XhtXrvP!j;W?f{ZBd}s;OYFAx}ekF48wc|9k&$*E;nYNbRpz$CUm+
z;Efwr_y&X2QV7noAUM~J8?|!69e7Gb|Mqf~{
zWxTsfZUZUX>bm8*NT>^Cx)XE967AZRX7r=?r%4(cknJ^6T_B!Pq;MjV{Iya{KVhka
zhf6*43;>>Eh5Re`?5CAV?D`CU{$
zxS<02)b@H`(_Ya+Pjx#uP>r|j0Y@FgnzX?w-^fBA!eIebZWt1jQtU8|9iZCNmz{0oNh-9F)>D=luR6Ng-U!4VG(POWWOQ0QQb)?e?bnR6Q1pAiQ?lw
zhJzzoFvp>XITijqg%Ksn{}VYsCFdGB|47dN2S-xde;odZnNh(wevE^IqBawCCI1rQ
z*l>NuNslP}j#4}F{8^pak&}H51^TivIG9ignjb*MS#y2lo)t%Os-Zg9a=Ar3tuxd3M$65Xxy=1<
zTLYQb0DM_}rEwg5$`NQD2ySdC$Yt#4?(8hMM*YO?!Xh*f+!B93mCib}!dG@7TxkOzy$q
zGzk3@8a4Z3FmvyZ8kVFrRZ{UVjn>6OP4Yo3GMlEriT2uaFvn(%!R)4BW>Yx7_|=xH
zEpztr2W7Q0#{y*yknv_5(_TI>xo4^o1o!2!aAi%Xa+6TGDO9;zsN8*b|9jp*W!IE(
z%KN95MI$A~mfz)`GzV?YMJJ=07Yj8RSs`1gV8bE~+Nu^)<60ZlSD16I2kmWN^B}Ke
z+BK6L%v*=nEM#VfGRuU_vgzmNGuPfeb%(pVFW7WYY3D+gBa~GxWR=e(&1co!K6l6e
zozZWNzPBm3>8O&3(YGIecv!2+-LGZS?41fnhb}da%SfOakU_gthxzl{Q}T+WS{2i1
z&k#oPV#5r0llZKr%m{j6zoKS{{E31
zq{{4IFaH6OB_0}16-6W@E*^ERhJ7eSh#Hsu{;@V<3O?ynXXxG77=eSKmjXh2rcZTuwahqoVe~3Ud4C=aWIJ)jyw7
z{DMB8gx>6!hT2ZgAk{v{YL6vG9#I?PfO2q0ZDxZKCv2JUa9ZVH8dJ(5Ew6+p=3ttB
zOwVWgiC4lN=-aEzV`YXy-(8%YdN6Oiz&K<(1$vcU=_Dz`h~p>=m<-mWjIg|dL-7pB
z(adD5-B>29sMpD6BXyX9s3a|hs5!Aw*J=}TcQn=iMWfP*awL6^{>%N>%Yx>Lh1>!<
z%|6|Dqvcx5?A~B*>qJMC*D+lk$XPqF|9xxDLXK-hkkdS8YsP_PWg8DN
zg-~+D-X&R8iWL?`l^Ez7VnlJ#P#S{ep^T)sMNzSmLL%gsr!7+rrR~J>v>EZC=?UUM
z5p;Z$5;2tuHa1#x9Iq$GMvk4FY;s6ZkgN$X_IR&%V4%AjJh%^$o9P?w5ZUBEr_#td
zg5kUi(vvZP5eCN0_YM#ryH?MBB^Z61^}
zHyhwsw!_(_W4fCR$L5j>r^MTY7%`8jawdCCTs|pt$}uSjDIi4-C4?&!)jPQ&rqGef6*IA<
znR7CQ4hvVpM3QM-DHBPi%XOA9(WF)W?P4NI8&}Rmlo?zF6H%_=D!B}ZDl@q%ZVldc
z&dp`woyApicD%E>8ZHa(945+i0A$b*7!oHotq>enS6T70T=F4h+J|%(G#?~s8n(T%XSya>
zPMFa9eLi9#g=l!0fjkj_QO{tc
zo#Nh`l|NdlI@WROG5<&d-iy503oTUE+}bzWcBkU5D^R;HP>I79u7w;NAO6bdgyn(N
ze({`OrSr#Dj4d_>X&ICDKkAsO6)dnWQoCTwnKDeB4BEI5oeW~YIF)6A
zN?z2uNg>3g$w`dEev%(2Jjzl4XNgo8*@OO)8OTx?SiP7c^xy!ap+8Ub$GZG~gnUz#
zT|8z4GrLGi8ftsV_L~nKmrjT#Q(~6sx?)lH=Lw7(KaP
zRZG)-N@+S`=Sy{?H2TRN)zb8=G*W+7Z<{`$Gu{
zQsN@9htr5mGqU!etSXVuC>g9`%+g=dV(fAkD2P%#{YhsZM9vgbxuxa6yD&AyV@W@z
zpT8n!3!F%@cp}UvYKgr@L9hrEwKN-LU@_wKzfl%yB;$vPQqhkoxqiSq6v?DxaS*Bc
zV=!^d5vr#s-!pIk>0cy2<6yB<^vtT2X&7enL?0JbfMut!A~prFcZ*WruOYjSzKLKs
zJtBuIg-8Kb#AuN!Fqh-4=r-RE&>xILNP^XpY5TPQ#^|-t*~Yh8-fVem`Gk)j+V}6*37NjGiwU1+as*o6SkKx>UHbaEL3e;qBn4iqjavc;r7$P
zobBP7EuorSLd~u@M-?IpD&}y)&=}0$cHg-!J>@1(|xn@G0%|%oDg9RI@kYYL6rqVPcCVlb?5+(>q4n*;`gUv{P|Jqw$^Ail9kRph
z4;L(`4Vu@6ovw-fK}+E;OlfQ^{y0_SPJdxv^S)MX92HE61IP<%F7T|xhl2SFRpdEj
zMz{*<0lL%o%QP(tjy_}oOj^=WjsteQY~2wJ%a_v%{3?9XKKOGK%GT-y_#_RaC_U`fmGUbr9f*VVy}Hv7tUX%{3Pc}+bM%TvlvE!(Nu^iQ{rR%)QVA@*7%YQ`D*
zWg19o186Q;$V~K_EZoyeXRYrHQ#XsT-!sg
zJ%Ve`-Tr{wFMu4;@-|DVF&5SuRJ+te`;b69HtpxEm*2Umi2;V{cL&AviZKXaL!ct@rTKp
ztfz4@5>5JUan`O-gGz%&NVou=$UTb*_c*J!aSU{LtYr>Ng)%+c@AfK0uZDk|8AOr?Se5{?_2u5AjMYF4nw
zBr`ew93{l-_kw+)l{UqUd4bl54`?cR^`W-Dv9qh<0eTo5P-9HQCOJd>+K!^IRZZkXfIBhO
z_DTo(J7kiT&DgJ8!IT>^RS70&hXqY_4@`wqT+meZX}#~jClSX7$0t((Z|OJkxqN7M^Q7LSr9tebBmorwRt
z$@ey#crMgmA!OCT7SA%%vh$rrS}Y>zys|FkpjJMx9I})OmeP==0{jQixu3iCx%tZN
zv)o&KZ}tT(JHUu~*Zp0b%AvE(AxpVnfifG}rkJnTHrw^q({DaKZ`lrUBuWH*rY>?Z
zpmqj|s#l*2zsKf+s^Mwu6M+GMmol+Krt%UVd9>x#t0Z8!DoOb*`P4>EO)#ja5)q(N
zn+32h2s5v0z?5tbVm7JOo-VaRd5`JY?D+ktun*!CZ8b9*gnbdAF>yYynUOGC7_~?f
zMIs+*2PG!o0AB+6co#vV<*UF6aq6&Rax{IY^qA>mNI62&2bAOai|40y2du?W>m>7z
zb(ld=Fr73;Pbi0M6@slIWUCfz)iWD|w)NqrmbcEld1m(6yCrwq-fjPG``y;LhQpGE
zx?8ZhXUgYo>lRa}66mL>&!`kMh|MSi+<$iDrYb^ysR84PW+XmpXC{1w>KrtbKwH&>
zN91`h+k2oikwzB8DG3$Ku~EZjrOIsTCz(&eBk{8UdEbgc-h>qNQ`H1{-06@@PJEGC
zooYNX+2Um!k4&d1S;o+v2eFQ1&WO@9to)}}=m5M7MT
zn=>&dgF80$7=)HCPyZF&r7EUODVrOEHrThYsx|%P%Tp_3Nh8^-W5N|#F_eV=QFS;_
z%w?MOfP&|s67V#}olKR#pnqC(jtuuQYh$0#g*7qPyRbW7yqr5z)E7|5vU6yMxcwxh
zFdjE*fqdq?y~FGdp>8^c#{W6RyatC10}Yb>BSw_d_99}E3>=9zY={(xaF;(NvVVSx
zpRte#Hw{TeM|5Y-C4i$JA@yk4D&R;uBKvy;j0lOWL=ZM#YYv*$0uiNUge-+Hgg9q$
zN3q_O!(Tp3Kq=*N3Ry8^6!~Xier(>ho=(ERT-S3KpMwpWw2}`rX(~(^@ZsvT@-psfz)9zbc_i{GO
zo)2wm4{QS8qTtoktEnMJi{NMpId%$;o#D+pLz_E<%^g1}I5u1Q-iaTd{Nc%|$6tNo
z>J!tC-+1cUQ&6v;FF5vVy)HLz(TWxWo6COxbRLfH1B*b8^AFP7CWd4Uz70xy)%IMIbf><=>%o*S)jk=Ot_NiH>Ls_zt
zJVtHr3hgK1K*FQ&V}J>HEivSb_+a2TO_~omPSl^kDJC!Sjp96I7WjUP9>$}V>?OM
zuv($7)JFGL7+saNJ$ebNwR}8fEQSATKQ)Uz{o5p;^5%@}a7wm+rxeB|`FBhH*Q1_W
z@`0T3)S)$K^ByUM^5#s+p_uVh|2`>ZEXCh0`TZS|PwG{iY+bE3^QX2R^eK)y9g@l&
zGk;2Xhvk&1E2IU@MGr>#cUn8t?JJa^GMD*Z|3))GrG!tN3GaMrUp|ArjGYOotM=t;
zGeJId6gv}Q=9p!*lE+g1C!7^(BjTia6#uYUq32h!0(>MsHT~*8x;!k7Kc?wFrjkOY
zTd~8{L&HYre^N??9rV+ZUwKPw9W;$4dW;cVka3H$ddDo%s>RVoE8A^bP}Xs!49OQ;
z*2|`-CE@z0ioa#tq(BE{PK>QSCrqo)3AAWEvqEedx7rYE1DR0b}6Dy=v=>Qy3Rxf!#DN*uGYJD4HC~?)E;cP_8`-h}F(ib3a
zPE20)I#s^Lzdx}g7*c-Z-2E#2rk4W9uZ9KFxeTeb-mNO_buXWL4+
zR3)aL_+tsrm`&=d6=(eO30d%S(!hU${e8v?z4n4i4lUmo(>Lm)s*Z~(=Y$7z?dJiRbuo48{5zyXQhwajr0aiC3RT|R8saq2A%jWnP|E6MfZlCd
zp_EK21@U`hAh5IlPxGch-TFua3tVm_6)W&}e{iq@j
z;<8y!wEW9|!O$W9OVT(0%hk^1sPt~KB$bzXSG}*GO-gjX)aaOZzsd|B&m7C-pO2Ya
znW}UC3sN!uFG@Z|7nx5QTLX@f?e}$CHA6=}wX9|92ba}u99yG?V<9(yC
zN#=@Qs=f653Vrj3(swCui7ptokJRDLS?ZJVY}Ne5kDNb8$-lyAIJpveyt2n~PU*%nK9xdtB;2)O8F%>qSn7o_%a}td
zQNC-#F>aB+DR%|T_`6Y;FU$33VOGg=P-@AFnDw%hPkF~m+hW$S)-SJrsZ`*+bbO5p
z3`fjL{9+aO^U{BgsYiV_s^n6IQOn>8|5xe|GKx+9jWRFQzeMfpej|LS@M7{}>iV6&
zQVsH{tV5;d{D0;-mybD@C(R1!9ml~}r3Rz>hUJuKntFSQu1u6mkXBe!`fEHV`7BYN
zejNKt*^gDYTs}$;O4#KP+YQ4G((#r(rqO=^gNSk+o+C
z=gH4IQ7siGR)hkbbVf@q)jP!boag%dr-w)UXo?eNP+;Ay&+jZ1TT@z>DyJ1i;IhdM
z5?Bum_i%hWHY@DdJYPn>PXG)=gBxH1Xn2B5%$O^?-v+nf7$Dlloq)`8hVK)*B2bs@
zWBVd@)@j{RH?i|$zF+TkGqk?;qwOW_D~={K0PGjHJ+A-eOXi
zc7{h&mwxb{p;|F0
zJfb4TGw1MPYP{^63Qy|4iXjwHQMiyQ`6qJNIFmL^#I$E%pzo}&&nKQ$A^D4V6Avjc
z@T9gNPKC#*ysy#EC&(c@l6WViox+|X=NWQ{8s**ORFXqV%ea5!EUYYW;;lc#ITJOK
zZR8`8N4)7RhkPb-{xvy7rST+2V%Jac$>byDPn_hT4U|{}>7v7w41X#{-5FL3PxkS+
z-#t16u)={4#yLltrarObnVPg&QIYPBq+qI$HF%gwwUQ}_UcT?FKYEzvChChlW8>>4
z>%x%~TI%fZ4}X&CfO%d22oGzAbfVTw=XAQ+`1nMnwF^`V8J)*OmG8xhSXnwBY}tER
zQ4vdYns)c1$q}#~i9^AA)nAr}CD_=eUt;;kgN=RQ5qq_3EKBXdDw{GGv)bm1C
zr(ku?S*vE+-srg5@y6kshwu19+m8s_j|6IuKQ8d{eHI)#`sS|Rb@-o+Q
zAeeLTesS4Hxzvb74RiCLCQo*BLb>aN+;y|Lb6bwy%k8@FCHCu|aTbm~9R^
zwz9)W(|xz?_wt+WG>2Lb1zHc?Z*7A|Xg&1zdfhHZWpZ~^5h-M^
z73{Sk`#QnCZZ`9+oHujs*_#*jNFti+X};VHOFZ+LWoqf|Z{@z38(P0pSidv0evhzz
zPtd*>bwIHf*{*E=^7a)o(Y?x{^=-m>eD9w7`DHM*lCceqqS2*seY@&z!@JwQyDiZ2
zc%bCyWJe^YB;2rd$~vQeBl%`BG&^BdC1YD+6H6;Xr7c2f%bmvWG=B?&c0g!75Ndrw
zXni73`sCz+_j5`Y@{7bypLu>hf8#<`?aY&JyS`l!tlD|C{XQ9h*(_9TzT>#NDNuD_
zs{KJT&Y{&TIIC_s0?rMKFw|6plNKfAuaSw+mb@wJ!*m=eixzltKEH9Hu3`4@kL*9p
z4%Qu+I{aWqd$^!{`txtMeS0r#9PQL1$Bf~Pl$$AHJ)x>C0{$FZN^zYcd
zKlVFzDBtmh^`7dyfRH11bais-Xhpr?raa*58RKtS>fl_qJ^@`aKo-p
z!#<&5U!bA=C%GLnyI-lAZuqmc^SK>3cerkQsJ>08Zwu7##a+P#+5e%SW@`6z-b1}6
zx9AoB^zK_-uRjqiZk+9(E86*v|NGDX#L>B=N4kf`B-a|)kcDk50I-5up`bQwub!*j
zg(G@}YbI0B*IBuAQC7%aE!eBWSZ<;sy0{Vo_PWJngJaF40h22uixl)iHm3lav{EWs
zDYsp>{dd~$`rmszu<1x(!($j-7>iA(49vE5ZNOF=wE>3fJ?C?4XWQQDc(Wta*cE8(
zS|Fo#Hvpw)9>2ErcEvqMGc$8XW?w>O+l8|2?>K@E$@EJor$NYR2<0>jF!z$P2OSgl
zRokOq1#nedzF>ER9VPb*oT7!i4MM?&g#sMy|9WRw3fn9cY?gmC3I&Y;oMcQfLYoi9
z_wtuAQnIp_^ycCJTH!R@vX$`FBp1*ni&YGL!LHkxx
zAxycNGF>{AhEt_VZ%yY1ZKU~Vvy0Y#D+9PDs&3t+Syotd1u|W?@}z#D_V>%%;yfxBa}JBpPu~iAW1L
zw?5d^3N%7pd}G_SZL=jpS!1YdvrxAAZSLDAF;+O~d0@tjuZJ~^!qUZj)Uj9uyJ#XD
z#TnA#GP=fUrhUG6<3j6pz-3Y+zwzR=7iW8L2WzNui%_|Ru4zYETS}+RGY96Kn*kZN
z?9nc`2)_XeztMTK^Uivqc5A41r%=nLXwcOecGUyuyq@$h*&t>VoST8i%iUy`c)Asu
z>Y{byP)?PQQ#EOLKRa(B2ZqsZxUacyoe8!cm|J@=m~#mCT1=NsZIgdu7YZvy
zuyT8Iuy6|k?%Q*(9K3vRIzzN~e53PPXVBh2hS6{l++^E_nHm^l&eouds;^atN_PmQ
zI|8MW?uevCUnSV8g0`B4(hA%^SADZORJ}{6-W96e
zBUJDC(Z(Nc3YH$7v@R5vU2mIdf4lM9O+nYLySv`g1&R+$S{8~*uQ$$YX5g)C$KBGq
zCjv$7ljem2T8<&ROR&49kI&Wz?7PBQCDW~Q_WE$^-caj7q4i*(wKHTteA6>?bhiAf
zPfi`3F29#m6|f&hvl$pzWpyvu^QI2Z<=4*i1?-z28ueJ(EHzu&>`;I!Xsd_8zO3RY
z|Mlbd?CaSw_fm)p~=JO91LW~wT_T$qu|;Ya
zHo1n}1`FJGHR8)j)Mx;!9)XpUFVQ^*D(yB;*`0uTdHYKqpCUaFQ)v!F}>(QR~
zeFdePm&b$KBp*u0DLgGZ|DYn{!|5tB_+3`11nAO6ONP-x+E=qjv6@1roK(M@_RI+n
zOdYDHRr#J3Qql%G;gPuYr_^M~TII5OXr0P>!5CX`%iM<14PB>kg<78qkF0M9{49y{
zIgA^@m><+@BD;WkHHOPTj05RV
zGdslPN1+jB0fX(Y>5gWwrV>sxOJ_hIXFKs#j|GZJ{*uZGjkVg_OQJWdBnpIb%LWV>?n$Zq4JM)f@594u>mAgRyL4cRt`v}
zj5Q#c?CBG24;`AcyeZeTDQI!8U>b=SD-0a{FL1Ab!HP+Qpu|TprGj{4Vk{}oNmG7B
zVT0PT{#*6h`l(e34?nv?T9t*nLQ0huNUiq0ggj88N_@B&#drb%YR46#%U@pTP=A+}
zzdm8nCl-(2sw&rXa6v7t$``DV@(~w3Y>E*FjXf)r9`najI
zK$?0Nt_HV+s5!A0zuzM}okwoI>%a8L(O*Sp
ziobjS;La00y=O>PLBXF_0gziQIlx5#!)@g4Id<
z^lp^Pu@HB<$W^Cq7EuE!Jc{O))UZMVLhw*xh82=x7{DS{VAbL?_zQ$2QiyZPxUkIh
zve=U%!}A^rS;1h8Xc^#X>Q8}?!VroA@nq4|uA49rvomO_iZ=%U!V1Ub*m>~Ed5d%z
zamcnJlIRfXJBTA8ZF3lsI2v$tF(g5E%gpCATz_hYd+oW2{R_E;VOuUv)Wxz43S{I{
zFJQ|dMG_~C_y;LQ>=-PXj7%VhJm7^(9gDyW(Kc4hTPi*sk+lo;?Lm7-d>bDRIF3dU
z*@B~BwPq1cT(w!b=@ab_?S!t}(@zC0b>Yl{IZMH(A+3M=h*W8e$wyVQM5;1X8JH<{
z_!Ny7$ha$j4pgW?#N@`*r;0L^({0i+=l==dLxrYOvofP@X-^F`soj+&flh{~Np&;f
zi2*~Z-zVjl-av~wewxv=YV9Y9L&BquM%CK71v!zrD4_uSWcc~1;@
z0kwyQNsKx?v=*20LHtORHxmu_0Y=Nk%3^2|BgepN5nShruvsd!TPewH7hy9KS2Eh2
zQQwMij)@q*kFOS`i=QFiACPmAoJK%RQ4~pf!lHnaQTq&=`cBcI2bMh@07F{`z_#ArsYif3D92o{N>Nz$`3Z}ovYe+
z&$6H3qV+3Qx-PJhSXH+S;3CRf0GD8Kg)CKqg)RikznT9=(aj=QA!6*Q^+N9Y+g0HE
zgIgZha3GL-aH8XVYi@YgL5U4jFWBm54R4v>G{2SpX1ZY8&Nz`@Zh?umkaHbmHepBI
z+`0qcrR0egm0x5M^p5zP+zKY8x#&Ftd&~gua|r{XdPFc
zRPMOdzg|v5Dtaoja?C2_9Td
zrEQ(8qvq}52l~7`=nl63TZw|$8`1FlfM2^hMeVWe=v`)MmswsBIe-@tA1M}zjKPrs
ze;+Pj6046PHTcJnim9Qwi$8_v_#V|!Mh>kCb|n;FL%uO`K0}T|gAnBr(Zl{H&*+T-
zs^x2xgb^aR`wU7}xJS&-E*j%`Mwt*%B3?X2hyr)7lHr%5loMb>EgHX
z-p`Ko@m`K+1kuM7V^Ih+Uw1^0op~e)oAZ->FNk)i82!ZVpt_0V;uRlk7n>fn!H=FI
z6&}g@zK^Lb(U(XQMShEW+IJAODyLJVo?Jv1O#uM1O>H7wM3!T(;6jiq!y=tA(PkF-m}PL|2C7>E<*k#Q3nk?WX&5f34i}V7@4VVE{i0CN^eALu6C(>h
zDAQyY#@G6oLVcE1g0E4t;qQ(5+`Riv2$~`Hzs}7xy*BW6td7>B$+fg;t5H#=mQ3ovZzI@=~fmiHMMmeNSjbVqbuwh0DNegnbkh?jQ
zyG6*|a;NJ%$G>&_JI{UVIktBWTXW~EC6Jj-nq?kj*j6!DwHqLcF%PK_g$21_FPQ3j
z_4w7}uReG6xquzgxuRA1k5RVhN*iPu*jNB^{>K0tY-^f+b8v%P`Tx=YM_K+U8o#{x
zz|vLQ%;sTsB|HR!nC-6Ogb4hEfKrx7gM=@UQj8fC`TL^-31v$vEq&!8IF#a&N>|>e
zaA~xBn#&kdzedffBBxhuVT~F6GGFk~TPOkX6~UOwR#p0zSTKhBNou68P_G@QctEL1
z8z52SRHpG4NV!}Z-Uw6z8*ER*=HfZ&+)UEwbMmg@5#Zv;DdJ0dxs@Sg%~t1ncMN9|
z!hPIk)B{a;@n}jHfjb5^bv&d03E;W2KV_$&fKb{7h%l2llM#E*2u=wwaIG9*;s0Ms
z^dZHY4tUS+;d#`qfLKCU;ub@Jvm{1!C&%muh@g+Gk=oA67B%_P;=&@zPo~+QD()c2
z&+bZ$QuU0cmsy`9ryhm%DW&=6)N(+;U-`i~TPX^XR7Ph!bIk_=1qUY%kp`Wu@Va5TOX6xW
z9XscayRLVuzgs<5eCR!%R7=w*4gvQNq{o#Zqy{@zvT3flD_}cz-(K=t0R0XKo$Pr~
ze}yvt^xE0cVCJql%PuB&`iF;=8hZh>)6)uocfM?f5_(#}CqCK;elNRl&qmGPY&7rH
z>;G1#g&RkjqQ6Dbl=hg9f-L}{LBu9L>TnxZihW7BM@LWTC(AM$5
zQT}x+1jUxDmk(b&Jk=Joln{}~MC2k(NQKR`(-EAYWs4&9#f83|F!=ArG8(lX1yjX4
z)ayNtZh6)@#*Rg@>jy_uArg}UZc)Gd1@+6a>qTiliJHhoP7oP
zq|g#ME%~HSqLjpP$tQ&pNhOAoPYPwn>ZsgNYs|OP$4DuDCguC2eDyAg_O+Cc0FYSU
z4GfeNN`#3RN9qAzKeb`VWl0P!V}Wu|BAxylJg^Sen1W>-tu3dSW+F~|A>6=
zknde`zCl0#oSY(Zis8iG{8~tX&5rJ$JqORO4^bU
z;lEyEGujtjnk4(8uGNUm%+^Ic-uF|=J~ZOJq?clrMzuO49d$@bj~I4PczW2d4&Zm?zReCNP9$^A>BwzpY1-z`>C4xe$xxV6ue2O4imoavEVnXn={otMCl#o+O4qKfr@{!^IUqMbKIaTDaIbTgaBDTe2
zs%yztM@~ICYyqq%-v)9>!Xn=7L$VO@Oe;w~a12_6A8O5oNHQLh5=>^zzM=
zqlKbU>69v1*8_bgcs8T|oT9dn^9(wi-%7r1caXD_95&xKP?AOZ`Tvk(p`RQ%
zuaNT?g)!vwWAgo+95#bF@_ETQ3Fi~j77>MR;|V9@PvdKX3#v)0{X0$RFEpt?)mVQ@
zZrVq>jauDDn%~}8qP)Kbb)|LvOjG}Nn)1KXE<*Upo5L3iR`c;nH
z<6?fg14Y>vOEo(4M=<}dZPza1rVG5V=yc{qG3a5ZF;|-g7N`cVhnust4|#pE~?dL+^)sjUF?8ZvVB0-mG8$J24D(pa1{>

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..6baba41e556222f5ef0dc87c088eec8cbd32f4dc
GIT binary patch
literal 2414
zcmZuyOK%)S5bk;H)9c52*Tx$QCNIQ_#2bi}kSK~AFh(G>39`vy6lpZxX|Ko3W9jKN
zUdxCG`4A3BjyTwd9Ks1ATO#-5AB00fEX8UWA;F28BX1NbC#rjPY$v3psjjK6uIjG(
zs`^1Lmq9Sj{P1`EGYz4C_)k2N5hLwx0JDm0WFT9zWmocKLzXzNxQeG5s;3#6moO4u
z(nxwKBju%yw3jh5Ue?HZT}GGCRY5mrbPHZ{d%RwwSMUk9&&wNmuixnR3P!;z8bxow
z7y#XzH)sq>2>0V6&fx)Ez=L-3R>F8gMxP)%wT$dEPOmG`DUBh!%g!vTMyZu8=N1<-
zQ^fManSgkq?plkE+tTs8^?6J}u{CgQOmsSH`TFUR_fCyu{^iFhODt>oen4S2
zI4Gx?_MzinZt#g-CQSR(xA6i~KMyRMsa4Cvtfv~-c<;=Zu=HeeI;;_=L0NIeSui~(
z4B>#L8`L7JOlw#q#NbPtYBpTXq(0(CS`A!IGUbxrV(Pe4qbxl^f<^34VhS#ukTL~W
zl7oXXP29JfV5-eERhKVol-pxU2piHfVlS|y02^xjdhzIlUfO*VB&!G`LjsV4^Kpz5w((V{At7u7Dkiw#bs06=a*b?nHL}v=UEHl}$nNp(*Wrd_*7vZR88IgI@hscA98e(^byafv(x1sAV
zNM$zgaAl@Wtng&bs<^Iay4LhbibKkOfUmgDbfqES0GWTk5;_#0Y*@9gtU3-W5U*x~
z27wz^%z5nF0jU7MaJ^{}yJAM(X^c=zMj9=aGEK*KsA(<^y&9>JcfY7OcgAn1Klbdx5_&1Dyu3wN3lK;ME1KI2DA$d~lC<8DLcsTeyd=%3
zvBv&P6EPo$o?N5pSO)e*Ly7;RnR2X&L3?5jtoO$J{tVLm{$I@1Wm=5+z0^yw|JSVT
z!QwS*O58Fg0c4Y?tX4S$uuDV2aa@+7NnslA7no_G>(p>0%(7e^`OqNmkf5
zMcY^${vRL?tR4sT5CZ{Bq`ID@N{>>dwb9L#zMUZC}3XnTUxDk;chq#mz9+!|KX&JR;N&8r8C$d^0(&X#4gUIHQ
z7r6f(nAHPqWJx??F$TVUO;efUNql9zR3V**5dnS<)XjbkNc@?!l?`>hQ$K(*t-6@H
z5K;my{34(YphbAE;oW=2wd!G6BVF(>E(*xw;38QNuq1zl9BA(V(ph+^SVFXY`z5sW
zb(BorWK6C`F2Lr~@P+4rTu0lv{L1KB>Gsvfxf9nXw$;L8b>N9Q{74;MySk|!+g69x
z-riIXZ)fu>XV%W&p1=FWX7=nu^{fbQ6*9}sz>`1;IRzZ)22wu6lBQ_~wJ57IO-MLo
zmGBP26bp3u{iB-T`4Etgx-bt`R44qB(bais$-6+{0fK9U!UszL4?z<+BD`aeK2CU-
zApM;1XNl#-#Y1>9sY9FM)s29|!$3wk;lLG$dXc&i0q`Oj2N_3Acn!#oB1zIyS&`Id
z86+Kju4W|pIRf%bkO3qe`4g4?LSs+R*dsKylR&w?t*+j!Tz)Itz13F&=4mcDAU{O;
UcA-ZqtbEr-Ftv}V(g(u(f39*pu>b%7

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..6207e3360049dada9f81ac160ed313f1f3e0fba1
GIT binary patch
literal 7701
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
U@VJbRU%QFj{eksQB&NUr3!ZM>%>V!Z

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py
new file mode 100644
index 0000000..67dd5ad
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py
@@ -0,0 +1,993 @@
+from __future__ import annotations
+
+import collections.abc
+import inspect
+import sys
+import types
+import typing
+import warnings
+from enum import Enum
+from inspect import Parameter, isclass, isfunction
+from io import BufferedIOBase, IOBase, RawIOBase, TextIOBase
+from textwrap import indent
+from typing import (
+    IO,
+    AbstractSet,
+    Any,
+    BinaryIO,
+    Callable,
+    Dict,
+    ForwardRef,
+    List,
+    Mapping,
+    MutableMapping,
+    NewType,
+    Optional,
+    Sequence,
+    Set,
+    TextIO,
+    Tuple,
+    Type,
+    TypeVar,
+    Union,
+)
+from unittest.mock import Mock
+from weakref import WeakKeyDictionary
+
+try:
+    import typing_extensions
+except ImportError:
+    typing_extensions = None  # type: ignore[assignment]
+
+# Must use this because typing.is_typeddict does not recognize
+# TypedDict from typing_extensions, and as of version 4.12.0
+# typing_extensions.TypedDict is different from typing.TypedDict
+# on all versions.
+from typing_extensions import is_typeddict
+
+from ._config import ForwardRefPolicy
+from ._exceptions import TypeCheckError, TypeHintWarning
+from ._memo import TypeCheckMemo
+from ._utils import evaluate_forwardref, get_stacklevel, get_type_name, qualified_name
+
+if sys.version_info >= (3, 11):
+    from typing import (
+        Annotated,
+        NotRequired,
+        TypeAlias,
+        get_args,
+        get_origin,
+    )
+
+    SubclassableAny = Any
+else:
+    from typing_extensions import (
+        Annotated,
+        NotRequired,
+        TypeAlias,
+        get_args,
+        get_origin,
+    )
+    from typing_extensions import Any as SubclassableAny
+
+if sys.version_info >= (3, 10):
+    from importlib.metadata import entry_points
+    from typing import ParamSpec
+else:
+    from importlib_metadata import entry_points
+    from typing_extensions import ParamSpec
+
+TypeCheckerCallable: TypeAlias = Callable[
+    [Any, Any, Tuple[Any, ...], TypeCheckMemo], Any
+]
+TypeCheckLookupCallback: TypeAlias = Callable[
+    [Any, Tuple[Any, ...], Tuple[Any, ...]], Optional[TypeCheckerCallable]
+]
+
+checker_lookup_functions: list[TypeCheckLookupCallback] = []
+generic_alias_types: tuple[type, ...] = (type(List), type(List[Any]))
+if sys.version_info >= (3, 9):
+    generic_alias_types += (types.GenericAlias,)
+
+protocol_check_cache: WeakKeyDictionary[
+    type[Any], dict[type[Any], TypeCheckError | None]
+] = WeakKeyDictionary()
+
+# Sentinel
+_missing = object()
+
+# Lifted from mypy.sharedparse
+BINARY_MAGIC_METHODS = {
+    "__add__",
+    "__and__",
+    "__cmp__",
+    "__divmod__",
+    "__div__",
+    "__eq__",
+    "__floordiv__",
+    "__ge__",
+    "__gt__",
+    "__iadd__",
+    "__iand__",
+    "__idiv__",
+    "__ifloordiv__",
+    "__ilshift__",
+    "__imatmul__",
+    "__imod__",
+    "__imul__",
+    "__ior__",
+    "__ipow__",
+    "__irshift__",
+    "__isub__",
+    "__itruediv__",
+    "__ixor__",
+    "__le__",
+    "__lshift__",
+    "__lt__",
+    "__matmul__",
+    "__mod__",
+    "__mul__",
+    "__ne__",
+    "__or__",
+    "__pow__",
+    "__radd__",
+    "__rand__",
+    "__rdiv__",
+    "__rfloordiv__",
+    "__rlshift__",
+    "__rmatmul__",
+    "__rmod__",
+    "__rmul__",
+    "__ror__",
+    "__rpow__",
+    "__rrshift__",
+    "__rshift__",
+    "__rsub__",
+    "__rtruediv__",
+    "__rxor__",
+    "__sub__",
+    "__truediv__",
+    "__xor__",
+}
+
+
+def check_callable(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not callable(value):
+        raise TypeCheckError("is not callable")
+
+    if args:
+        try:
+            signature = inspect.signature(value)
+        except (TypeError, ValueError):
+            return
+
+        argument_types = args[0]
+        if isinstance(argument_types, list) and not any(
+            type(item) is ParamSpec for item in argument_types
+        ):
+            # The callable must not have keyword-only arguments without defaults
+            unfulfilled_kwonlyargs = [
+                param.name
+                for param in signature.parameters.values()
+                if param.kind == Parameter.KEYWORD_ONLY
+                and param.default == Parameter.empty
+            ]
+            if unfulfilled_kwonlyargs:
+                raise TypeCheckError(
+                    f"has mandatory keyword-only arguments in its declaration: "
+                    f'{", ".join(unfulfilled_kwonlyargs)}'
+                )
+
+            num_positional_args = num_mandatory_pos_args = 0
+            has_varargs = False
+            for param in signature.parameters.values():
+                if param.kind in (
+                    Parameter.POSITIONAL_ONLY,
+                    Parameter.POSITIONAL_OR_KEYWORD,
+                ):
+                    num_positional_args += 1
+                    if param.default is Parameter.empty:
+                        num_mandatory_pos_args += 1
+                elif param.kind == Parameter.VAR_POSITIONAL:
+                    has_varargs = True
+
+            if num_mandatory_pos_args > len(argument_types):
+                raise TypeCheckError(
+                    f"has too many mandatory positional arguments in its declaration; "
+                    f"expected {len(argument_types)} but {num_mandatory_pos_args} "
+                    f"mandatory positional argument(s) declared"
+                )
+            elif not has_varargs and num_positional_args < len(argument_types):
+                raise TypeCheckError(
+                    f"has too few arguments in its declaration; expected "
+                    f"{len(argument_types)} but {num_positional_args} argument(s) "
+                    f"declared"
+                )
+
+
+def check_mapping(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if origin_type is Dict or origin_type is dict:
+        if not isinstance(value, dict):
+            raise TypeCheckError("is not a dict")
+    if origin_type is MutableMapping or origin_type is collections.abc.MutableMapping:
+        if not isinstance(value, collections.abc.MutableMapping):
+            raise TypeCheckError("is not a mutable mapping")
+    elif not isinstance(value, collections.abc.Mapping):
+        raise TypeCheckError("is not a mapping")
+
+    if args:
+        key_type, value_type = args
+        if key_type is not Any or value_type is not Any:
+            samples = memo.config.collection_check_strategy.iterate_samples(
+                value.items()
+            )
+            for k, v in samples:
+                try:
+                    check_type_internal(k, key_type, memo)
+                except TypeCheckError as exc:
+                    exc.append_path_element(f"key {k!r}")
+                    raise
+
+                try:
+                    check_type_internal(v, value_type, memo)
+                except TypeCheckError as exc:
+                    exc.append_path_element(f"value of key {k!r}")
+                    raise
+
+
+def check_typed_dict(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not isinstance(value, dict):
+        raise TypeCheckError("is not a dict")
+
+    declared_keys = frozenset(origin_type.__annotations__)
+    if hasattr(origin_type, "__required_keys__"):
+        required_keys = set(origin_type.__required_keys__)
+    else:  # py3.8 and lower
+        required_keys = set(declared_keys) if origin_type.__total__ else set()
+
+    existing_keys = set(value)
+    extra_keys = existing_keys - declared_keys
+    if extra_keys:
+        keys_formatted = ", ".join(f'"{key}"' for key in sorted(extra_keys, key=repr))
+        raise TypeCheckError(f"has unexpected extra key(s): {keys_formatted}")
+
+    # Detect NotRequired fields which are hidden by get_type_hints()
+    type_hints: dict[str, type] = {}
+    for key, annotation in origin_type.__annotations__.items():
+        if isinstance(annotation, ForwardRef):
+            annotation = evaluate_forwardref(annotation, memo)
+            if get_origin(annotation) is NotRequired:
+                required_keys.discard(key)
+                annotation = get_args(annotation)[0]
+
+        type_hints[key] = annotation
+
+    missing_keys = required_keys - existing_keys
+    if missing_keys:
+        keys_formatted = ", ".join(f'"{key}"' for key in sorted(missing_keys, key=repr))
+        raise TypeCheckError(f"is missing required key(s): {keys_formatted}")
+
+    for key, argtype in type_hints.items():
+        argvalue = value.get(key, _missing)
+        if argvalue is not _missing:
+            try:
+                check_type_internal(argvalue, argtype, memo)
+            except TypeCheckError as exc:
+                exc.append_path_element(f"value of key {key!r}")
+                raise
+
+
+def check_list(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not isinstance(value, list):
+        raise TypeCheckError("is not a list")
+
+    if args and args != (Any,):
+        samples = memo.config.collection_check_strategy.iterate_samples(value)
+        for i, v in enumerate(samples):
+            try:
+                check_type_internal(v, args[0], memo)
+            except TypeCheckError as exc:
+                exc.append_path_element(f"item {i}")
+                raise
+
+
+def check_sequence(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not isinstance(value, collections.abc.Sequence):
+        raise TypeCheckError("is not a sequence")
+
+    if args and args != (Any,):
+        samples = memo.config.collection_check_strategy.iterate_samples(value)
+        for i, v in enumerate(samples):
+            try:
+                check_type_internal(v, args[0], memo)
+            except TypeCheckError as exc:
+                exc.append_path_element(f"item {i}")
+                raise
+
+
+def check_set(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if origin_type is frozenset:
+        if not isinstance(value, frozenset):
+            raise TypeCheckError("is not a frozenset")
+    elif not isinstance(value, AbstractSet):
+        raise TypeCheckError("is not a set")
+
+    if args and args != (Any,):
+        samples = memo.config.collection_check_strategy.iterate_samples(value)
+        for v in samples:
+            try:
+                check_type_internal(v, args[0], memo)
+            except TypeCheckError as exc:
+                exc.append_path_element(f"[{v}]")
+                raise
+
+
+def check_tuple(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    # Specialized check for NamedTuples
+    if field_types := getattr(origin_type, "__annotations__", None):
+        if not isinstance(value, origin_type):
+            raise TypeCheckError(
+                f"is not a named tuple of type {qualified_name(origin_type)}"
+            )
+
+        for name, field_type in field_types.items():
+            try:
+                check_type_internal(getattr(value, name), field_type, memo)
+            except TypeCheckError as exc:
+                exc.append_path_element(f"attribute {name!r}")
+                raise
+
+        return
+    elif not isinstance(value, tuple):
+        raise TypeCheckError("is not a tuple")
+
+    if args:
+        use_ellipsis = args[-1] is Ellipsis
+        tuple_params = args[: -1 if use_ellipsis else None]
+    else:
+        # Unparametrized Tuple or plain tuple
+        return
+
+    if use_ellipsis:
+        element_type = tuple_params[0]
+        samples = memo.config.collection_check_strategy.iterate_samples(value)
+        for i, element in enumerate(samples):
+            try:
+                check_type_internal(element, element_type, memo)
+            except TypeCheckError as exc:
+                exc.append_path_element(f"item {i}")
+                raise
+    elif tuple_params == ((),):
+        if value != ():
+            raise TypeCheckError("is not an empty tuple")
+    else:
+        if len(value) != len(tuple_params):
+            raise TypeCheckError(
+                f"has wrong number of elements (expected {len(tuple_params)}, got "
+                f"{len(value)} instead)"
+            )
+
+        for i, (element, element_type) in enumerate(zip(value, tuple_params)):
+            try:
+                check_type_internal(element, element_type, memo)
+            except TypeCheckError as exc:
+                exc.append_path_element(f"item {i}")
+                raise
+
+
+def check_union(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    errors: dict[str, TypeCheckError] = {}
+    try:
+        for type_ in args:
+            try:
+                check_type_internal(value, type_, memo)
+                return
+            except TypeCheckError as exc:
+                errors[get_type_name(type_)] = exc
+
+        formatted_errors = indent(
+            "\n".join(f"{key}: {error}" for key, error in errors.items()), "  "
+        )
+    finally:
+        del errors  # avoid creating ref cycle
+    raise TypeCheckError(f"did not match any element in the union:\n{formatted_errors}")
+
+
+def check_uniontype(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    errors: dict[str, TypeCheckError] = {}
+    for type_ in args:
+        try:
+            check_type_internal(value, type_, memo)
+            return
+        except TypeCheckError as exc:
+            errors[get_type_name(type_)] = exc
+
+    formatted_errors = indent(
+        "\n".join(f"{key}: {error}" for key, error in errors.items()), "  "
+    )
+    raise TypeCheckError(f"did not match any element in the union:\n{formatted_errors}")
+
+
+def check_class(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not isclass(value) and not isinstance(value, generic_alias_types):
+        raise TypeCheckError("is not a class")
+
+    if not args:
+        return
+
+    if isinstance(args[0], ForwardRef):
+        expected_class = evaluate_forwardref(args[0], memo)
+    else:
+        expected_class = args[0]
+
+    if expected_class is Any:
+        return
+    elif getattr(expected_class, "_is_protocol", False):
+        check_protocol(value, expected_class, (), memo)
+    elif isinstance(expected_class, TypeVar):
+        check_typevar(value, expected_class, (), memo, subclass_check=True)
+    elif get_origin(expected_class) is Union:
+        errors: dict[str, TypeCheckError] = {}
+        for arg in get_args(expected_class):
+            if arg is Any:
+                return
+
+            try:
+                check_class(value, type, (arg,), memo)
+                return
+            except TypeCheckError as exc:
+                errors[get_type_name(arg)] = exc
+        else:
+            formatted_errors = indent(
+                "\n".join(f"{key}: {error}" for key, error in errors.items()), "  "
+            )
+            raise TypeCheckError(
+                f"did not match any element in the union:\n{formatted_errors}"
+            )
+    elif not issubclass(value, expected_class):  # type: ignore[arg-type]
+        raise TypeCheckError(f"is not a subclass of {qualified_name(expected_class)}")
+
+
+def check_newtype(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    check_type_internal(value, origin_type.__supertype__, memo)
+
+
+def check_instance(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not isinstance(value, origin_type):
+        raise TypeCheckError(f"is not an instance of {qualified_name(origin_type)}")
+
+
+def check_typevar(
+    value: Any,
+    origin_type: TypeVar,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+    *,
+    subclass_check: bool = False,
+) -> None:
+    if origin_type.__bound__ is not None:
+        annotation = (
+            Type[origin_type.__bound__] if subclass_check else origin_type.__bound__
+        )
+        check_type_internal(value, annotation, memo)
+    elif origin_type.__constraints__:
+        for constraint in origin_type.__constraints__:
+            annotation = Type[constraint] if subclass_check else constraint
+            try:
+                check_type_internal(value, annotation, memo)
+            except TypeCheckError:
+                pass
+            else:
+                break
+        else:
+            formatted_constraints = ", ".join(
+                get_type_name(constraint) for constraint in origin_type.__constraints__
+            )
+            raise TypeCheckError(
+                f"does not match any of the constraints " f"({formatted_constraints})"
+            )
+
+
+if typing_extensions is None:
+
+    def _is_literal_type(typ: object) -> bool:
+        return typ is typing.Literal
+
+else:
+
+    def _is_literal_type(typ: object) -> bool:
+        return typ is typing.Literal or typ is typing_extensions.Literal
+
+
+def check_literal(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    def get_literal_args(literal_args: tuple[Any, ...]) -> tuple[Any, ...]:
+        retval: list[Any] = []
+        for arg in literal_args:
+            if _is_literal_type(get_origin(arg)):
+                retval.extend(get_literal_args(arg.__args__))
+            elif arg is None or isinstance(arg, (int, str, bytes, bool, Enum)):
+                retval.append(arg)
+            else:
+                raise TypeError(
+                    f"Illegal literal value: {arg}"
+                )  # TypeError here is deliberate
+
+        return tuple(retval)
+
+    final_args = tuple(get_literal_args(args))
+    try:
+        index = final_args.index(value)
+    except ValueError:
+        pass
+    else:
+        if type(final_args[index]) is type(value):
+            return
+
+    formatted_args = ", ".join(repr(arg) for arg in final_args)
+    raise TypeCheckError(f"is not any of ({formatted_args})") from None
+
+
+def check_literal_string(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    check_type_internal(value, str, memo)
+
+
+def check_typeguard(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    check_type_internal(value, bool, memo)
+
+
+def check_none(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if value is not None:
+        raise TypeCheckError("is not None")
+
+
+def check_number(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if origin_type is complex and not isinstance(value, (complex, float, int)):
+        raise TypeCheckError("is neither complex, float or int")
+    elif origin_type is float and not isinstance(value, (float, int)):
+        raise TypeCheckError("is neither float or int")
+
+
+def check_io(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if origin_type is TextIO or (origin_type is IO and args == (str,)):
+        if not isinstance(value, TextIOBase):
+            raise TypeCheckError("is not a text based I/O object")
+    elif origin_type is BinaryIO or (origin_type is IO and args == (bytes,)):
+        if not isinstance(value, (RawIOBase, BufferedIOBase)):
+            raise TypeCheckError("is not a binary I/O object")
+    elif not isinstance(value, IOBase):
+        raise TypeCheckError("is not an I/O object")
+
+
+def check_protocol(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    subject: type[Any] = value if isclass(value) else type(value)
+
+    if subject in protocol_check_cache:
+        result_map = protocol_check_cache[subject]
+        if origin_type in result_map:
+            if exc := result_map[origin_type]:
+                raise exc
+            else:
+                return
+
+    # Collect a set of methods and non-method attributes present in the protocol
+    ignored_attrs = set(dir(typing.Protocol)) | {
+        "__annotations__",
+        "__non_callable_proto_members__",
+    }
+    expected_methods: dict[str, tuple[Any, Any]] = {}
+    expected_noncallable_members: dict[str, Any] = {}
+    for attrname in dir(origin_type):
+        # Skip attributes present in typing.Protocol
+        if attrname in ignored_attrs:
+            continue
+
+        member = getattr(origin_type, attrname)
+        if callable(member):
+            signature = inspect.signature(member)
+            argtypes = [
+                (p.annotation if p.annotation is not Parameter.empty else Any)
+                for p in signature.parameters.values()
+                if p.kind is not Parameter.KEYWORD_ONLY
+            ] or Ellipsis
+            return_annotation = (
+                signature.return_annotation
+                if signature.return_annotation is not Parameter.empty
+                else Any
+            )
+            expected_methods[attrname] = argtypes, return_annotation
+        else:
+            expected_noncallable_members[attrname] = member
+
+    for attrname, annotation in typing.get_type_hints(origin_type).items():
+        expected_noncallable_members[attrname] = annotation
+
+    subject_annotations = typing.get_type_hints(subject)
+
+    # Check that all required methods are present and their signatures are compatible
+    result_map = protocol_check_cache.setdefault(subject, {})
+    try:
+        for attrname, callable_args in expected_methods.items():
+            try:
+                method = getattr(subject, attrname)
+            except AttributeError:
+                if attrname in subject_annotations:
+                    raise TypeCheckError(
+                        f"is not compatible with the {origin_type.__qualname__} protocol "
+                        f"because its {attrname!r} attribute is not a method"
+                    ) from None
+                else:
+                    raise TypeCheckError(
+                        f"is not compatible with the {origin_type.__qualname__} protocol "
+                        f"because it has no method named {attrname!r}"
+                    ) from None
+
+            if not callable(method):
+                raise TypeCheckError(
+                    f"is not compatible with the {origin_type.__qualname__} protocol "
+                    f"because its {attrname!r} attribute is not a callable"
+                )
+
+            # TODO: raise exception on added keyword-only arguments without defaults
+            try:
+                check_callable(method, Callable, callable_args, memo)
+            except TypeCheckError as exc:
+                raise TypeCheckError(
+                    f"is not compatible with the {origin_type.__qualname__} protocol "
+                    f"because its {attrname!r} method {exc}"
+                ) from None
+
+        # Check that all required non-callable members are present
+        for attrname in expected_noncallable_members:
+            # TODO: implement assignability checks for non-callable members
+            if attrname not in subject_annotations and not hasattr(subject, attrname):
+                raise TypeCheckError(
+                    f"is not compatible with the {origin_type.__qualname__} protocol "
+                    f"because it has no attribute named {attrname!r}"
+                )
+    except TypeCheckError as exc:
+        result_map[origin_type] = exc
+        raise
+    else:
+        result_map[origin_type] = None
+
+
+def check_byteslike(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not isinstance(value, (bytearray, bytes, memoryview)):
+        raise TypeCheckError("is not bytes-like")
+
+
+def check_self(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if memo.self_type is None:
+        raise TypeCheckError("cannot be checked against Self outside of a method call")
+
+    if isclass(value):
+        if not issubclass(value, memo.self_type):
+            raise TypeCheckError(
+                f"is not an instance of the self type "
+                f"({qualified_name(memo.self_type)})"
+            )
+    elif not isinstance(value, memo.self_type):
+        raise TypeCheckError(
+            f"is not an instance of the self type ({qualified_name(memo.self_type)})"
+        )
+
+
+def check_paramspec(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    pass  # No-op for now
+
+
+def check_instanceof(
+    value: Any,
+    origin_type: Any,
+    args: tuple[Any, ...],
+    memo: TypeCheckMemo,
+) -> None:
+    if not isinstance(value, origin_type):
+        raise TypeCheckError(f"is not an instance of {qualified_name(origin_type)}")
+
+
+def check_type_internal(
+    value: Any,
+    annotation: Any,
+    memo: TypeCheckMemo,
+) -> None:
+    """
+    Check that the given object is compatible with the given type annotation.
+
+    This function should only be used by type checker callables. Applications should use
+    :func:`~.check_type` instead.
+
+    :param value: the value to check
+    :param annotation: the type annotation to check against
+    :param memo: a memo object containing configuration and information necessary for
+        looking up forward references
+    """
+
+    if isinstance(annotation, ForwardRef):
+        try:
+            annotation = evaluate_forwardref(annotation, memo)
+        except NameError:
+            if memo.config.forward_ref_policy is ForwardRefPolicy.ERROR:
+                raise
+            elif memo.config.forward_ref_policy is ForwardRefPolicy.WARN:
+                warnings.warn(
+                    f"Cannot resolve forward reference {annotation.__forward_arg__!r}",
+                    TypeHintWarning,
+                    stacklevel=get_stacklevel(),
+                )
+
+            return
+
+    if annotation is Any or annotation is SubclassableAny or isinstance(value, Mock):
+        return
+
+    # Skip type checks if value is an instance of a class that inherits from Any
+    if not isclass(value) and SubclassableAny in type(value).__bases__:
+        return
+
+    extras: tuple[Any, ...]
+    origin_type = get_origin(annotation)
+    if origin_type is Annotated:
+        annotation, *extras_ = get_args(annotation)
+        extras = tuple(extras_)
+        origin_type = get_origin(annotation)
+    else:
+        extras = ()
+
+    if origin_type is not None:
+        args = get_args(annotation)
+
+        # Compatibility hack to distinguish between unparametrized and empty tuple
+        # (tuple[()]), necessary due to https://github.com/python/cpython/issues/91137
+        if origin_type in (tuple, Tuple) and annotation is not Tuple and not args:
+            args = ((),)
+    else:
+        origin_type = annotation
+        args = ()
+
+    for lookup_func in checker_lookup_functions:
+        checker = lookup_func(origin_type, args, extras)
+        if checker:
+            checker(value, origin_type, args, memo)
+            return
+
+    if isclass(origin_type):
+        if not isinstance(value, origin_type):
+            raise TypeCheckError(f"is not an instance of {qualified_name(origin_type)}")
+    elif type(origin_type) is str:  # noqa: E721
+        warnings.warn(
+            f"Skipping type check against {origin_type!r}; this looks like a "
+            f"string-form forward reference imported from another module",
+            TypeHintWarning,
+            stacklevel=get_stacklevel(),
+        )
+
+
+# Equality checks are applied to these
+origin_type_checkers = {
+    bytes: check_byteslike,
+    AbstractSet: check_set,
+    BinaryIO: check_io,
+    Callable: check_callable,
+    collections.abc.Callable: check_callable,
+    complex: check_number,
+    dict: check_mapping,
+    Dict: check_mapping,
+    float: check_number,
+    frozenset: check_set,
+    IO: check_io,
+    list: check_list,
+    List: check_list,
+    typing.Literal: check_literal,
+    Mapping: check_mapping,
+    MutableMapping: check_mapping,
+    None: check_none,
+    collections.abc.Mapping: check_mapping,
+    collections.abc.MutableMapping: check_mapping,
+    Sequence: check_sequence,
+    collections.abc.Sequence: check_sequence,
+    collections.abc.Set: check_set,
+    set: check_set,
+    Set: check_set,
+    TextIO: check_io,
+    tuple: check_tuple,
+    Tuple: check_tuple,
+    type: check_class,
+    Type: check_class,
+    Union: check_union,
+}
+if sys.version_info >= (3, 10):
+    origin_type_checkers[types.UnionType] = check_uniontype
+    origin_type_checkers[typing.TypeGuard] = check_typeguard
+if sys.version_info >= (3, 11):
+    origin_type_checkers.update(
+        {typing.LiteralString: check_literal_string, typing.Self: check_self}
+    )
+if typing_extensions is not None:
+    # On some Python versions, these may simply be re-exports from typing,
+    # but exactly which Python versions is subject to change,
+    # so it's best to err on the safe side
+    # and update the dictionary on all Python versions
+    # if typing_extensions is installed
+    origin_type_checkers[typing_extensions.Literal] = check_literal
+    origin_type_checkers[typing_extensions.LiteralString] = check_literal_string
+    origin_type_checkers[typing_extensions.Self] = check_self
+    origin_type_checkers[typing_extensions.TypeGuard] = check_typeguard
+
+
+def builtin_checker_lookup(
+    origin_type: Any, args: tuple[Any, ...], extras: tuple[Any, ...]
+) -> TypeCheckerCallable | None:
+    checker = origin_type_checkers.get(origin_type)
+    if checker is not None:
+        return checker
+    elif is_typeddict(origin_type):
+        return check_typed_dict
+    elif isclass(origin_type) and issubclass(
+        origin_type,
+        Tuple,  # type: ignore[arg-type]
+    ):
+        # NamedTuple
+        return check_tuple
+    elif getattr(origin_type, "_is_protocol", False):
+        return check_protocol
+    elif isinstance(origin_type, ParamSpec):
+        return check_paramspec
+    elif isinstance(origin_type, TypeVar):
+        return check_typevar
+    elif origin_type.__class__ is NewType:
+        # typing.NewType on Python 3.10+
+        return check_newtype
+    elif (
+        isfunction(origin_type)
+        and getattr(origin_type, "__module__", None) == "typing"
+        and getattr(origin_type, "__qualname__", "").startswith("NewType.")
+        and hasattr(origin_type, "__supertype__")
+    ):
+        # typing.NewType on Python 3.9 and below
+        return check_newtype
+
+    return None
+
+
+checker_lookup_functions.append(builtin_checker_lookup)
+
+
+def load_plugins() -> None:
+    """
+    Load all type checker lookup functions from entry points.
+
+    All entry points from the ``typeguard.checker_lookup`` group are loaded, and the
+    returned lookup functions are added to :data:`typeguard.checker_lookup_functions`.
+
+    .. note:: This function is called implicitly on import, unless the
+        ``TYPEGUARD_DISABLE_PLUGIN_AUTOLOAD`` environment variable is present.
+    """
+
+    for ep in entry_points(group="typeguard.checker_lookup"):
+        try:
+            plugin = ep.load()
+        except Exception as exc:
+            warnings.warn(
+                f"Failed to load plugin {ep.name!r}: " f"{qualified_name(exc)}: {exc}",
+                stacklevel=2,
+            )
+            continue
+
+        if not callable(plugin):
+            warnings.warn(
+                f"Plugin {ep} returned a non-callable object: {plugin!r}", stacklevel=2
+            )
+            continue
+
+        checker_lookup_functions.insert(0, plugin)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py
new file mode 100644
index 0000000..36efad5
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py
@@ -0,0 +1,108 @@
+from __future__ import annotations
+
+from collections.abc import Iterable
+from dataclasses import dataclass
+from enum import Enum, auto
+from typing import TYPE_CHECKING, TypeVar
+
+if TYPE_CHECKING:
+    from ._functions import TypeCheckFailCallback
+
+T = TypeVar("T")
+
+
+class ForwardRefPolicy(Enum):
+    """
+    Defines how unresolved forward references are handled.
+
+    Members:
+
+    * ``ERROR``: propagate the :exc:`NameError` when the forward reference lookup fails
+    * ``WARN``: emit a :class:`~.TypeHintWarning` if the forward reference lookup fails
+    * ``IGNORE``: silently skip checks for unresolveable forward references
+    """
+
+    ERROR = auto()
+    WARN = auto()
+    IGNORE = auto()
+
+
+class CollectionCheckStrategy(Enum):
+    """
+    Specifies how thoroughly the contents of collections are type checked.
+
+    This has an effect on the following built-in checkers:
+
+    * ``AbstractSet``
+    * ``Dict``
+    * ``List``
+    * ``Mapping``
+    * ``Set``
+    * ``Tuple[, ...]`` (arbitrarily sized tuples)
+
+    Members:
+
+    * ``FIRST_ITEM``: check only the first item
+    * ``ALL_ITEMS``: check all items
+    """
+
+    FIRST_ITEM = auto()
+    ALL_ITEMS = auto()
+
+    def iterate_samples(self, collection: Iterable[T]) -> Iterable[T]:
+        if self is CollectionCheckStrategy.FIRST_ITEM:
+            try:
+                return [next(iter(collection))]
+            except StopIteration:
+                return ()
+        else:
+            return collection
+
+
+@dataclass
+class TypeCheckConfiguration:
+    """
+     You can change Typeguard's behavior with these settings.
+
+    .. attribute:: typecheck_fail_callback
+       :type: Callable[[TypeCheckError, TypeCheckMemo], Any]
+
+         Callable that is called when type checking fails.
+
+         Default: ``None`` (the :exc:`~.TypeCheckError` is raised directly)
+
+    .. attribute:: forward_ref_policy
+       :type: ForwardRefPolicy
+
+         Specifies what to do when a forward reference fails to resolve.
+
+         Default: ``WARN``
+
+    .. attribute:: collection_check_strategy
+       :type: CollectionCheckStrategy
+
+         Specifies how thoroughly the contents of collections (list, dict, etc.) are
+         type checked.
+
+         Default: ``FIRST_ITEM``
+
+    .. attribute:: debug_instrumentation
+       :type: bool
+
+         If set to ``True``, the code of modules or functions instrumented by typeguard
+         is printed to ``sys.stderr`` after the instrumentation is done
+
+         Requires Python 3.9 or newer.
+
+         Default: ``False``
+    """
+
+    forward_ref_policy: ForwardRefPolicy = ForwardRefPolicy.WARN
+    typecheck_fail_callback: TypeCheckFailCallback | None = None
+    collection_check_strategy: CollectionCheckStrategy = (
+        CollectionCheckStrategy.FIRST_ITEM
+    )
+    debug_instrumentation: bool = False
+
+
+global_config = TypeCheckConfiguration()
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py
new file mode 100644
index 0000000..cf32533
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py
@@ -0,0 +1,235 @@
+from __future__ import annotations
+
+import ast
+import inspect
+import sys
+from collections.abc import Sequence
+from functools import partial
+from inspect import isclass, isfunction
+from types import CodeType, FrameType, FunctionType
+from typing import TYPE_CHECKING, Any, Callable, ForwardRef, TypeVar, cast, overload
+from warnings import warn
+
+from ._config import CollectionCheckStrategy, ForwardRefPolicy, global_config
+from ._exceptions import InstrumentationWarning
+from ._functions import TypeCheckFailCallback
+from ._transformer import TypeguardTransformer
+from ._utils import Unset, function_name, get_stacklevel, is_method_of, unset
+
+if TYPE_CHECKING:
+    from typeshed.stdlib.types import _Cell
+
+    _F = TypeVar("_F")
+
+    def typeguard_ignore(f: _F) -> _F:
+        """This decorator is a noop during static type-checking."""
+        return f
+
+else:
+    from typing import no_type_check as typeguard_ignore  # noqa: F401
+
+T_CallableOrType = TypeVar("T_CallableOrType", bound=Callable[..., Any])
+
+
+def make_cell(value: object) -> _Cell:
+    return (lambda: value).__closure__[0]  # type: ignore[index]
+
+
+def find_target_function(
+    new_code: CodeType, target_path: Sequence[str], firstlineno: int
+) -> CodeType | None:
+    target_name = target_path[0]
+    for const in new_code.co_consts:
+        if isinstance(const, CodeType):
+            if const.co_name == target_name:
+                if const.co_firstlineno == firstlineno:
+                    return const
+                elif len(target_path) > 1:
+                    target_code = find_target_function(
+                        const, target_path[1:], firstlineno
+                    )
+                    if target_code:
+                        return target_code
+
+    return None
+
+
+def instrument(f: T_CallableOrType) -> FunctionType | str:
+    if not getattr(f, "__code__", None):
+        return "no code associated"
+    elif not getattr(f, "__module__", None):
+        return "__module__ attribute is not set"
+    elif f.__code__.co_filename == "":
+        return "cannot instrument functions defined in a REPL"
+    elif hasattr(f, "__wrapped__"):
+        return (
+            "@typechecked only supports instrumenting functions wrapped with "
+            "@classmethod, @staticmethod or @property"
+        )
+
+    target_path = [item for item in f.__qualname__.split(".") if item != ""]
+    module_source = inspect.getsource(sys.modules[f.__module__])
+    module_ast = ast.parse(module_source)
+    instrumentor = TypeguardTransformer(target_path, f.__code__.co_firstlineno)
+    instrumentor.visit(module_ast)
+
+    if not instrumentor.target_node or instrumentor.target_lineno is None:
+        return "instrumentor did not find the target function"
+
+    module_code = compile(module_ast, f.__code__.co_filename, "exec", dont_inherit=True)
+    new_code = find_target_function(
+        module_code, target_path, instrumentor.target_lineno
+    )
+    if not new_code:
+        return "cannot find the target function in the AST"
+
+    if global_config.debug_instrumentation and sys.version_info >= (3, 9):
+        # Find the matching AST node, then unparse it to source and print to stdout
+        print(
+            f"Source code of {f.__qualname__}() after instrumentation:"
+            "\n----------------------------------------------",
+            file=sys.stderr,
+        )
+        print(ast.unparse(instrumentor.target_node), file=sys.stderr)
+        print(
+            "----------------------------------------------",
+            file=sys.stderr,
+        )
+
+    closure = f.__closure__
+    if new_code.co_freevars != f.__code__.co_freevars:
+        # Create a new closure and find values for the new free variables
+        frame = cast(FrameType, inspect.currentframe())
+        frame = cast(FrameType, frame.f_back)
+        frame_locals = cast(FrameType, frame.f_back).f_locals
+        cells: list[_Cell] = []
+        for key in new_code.co_freevars:
+            if key in instrumentor.names_used_in_annotations:
+                # Find the value and make a new cell from it
+                value = frame_locals.get(key) or ForwardRef(key)
+                cells.append(make_cell(value))
+            else:
+                # Reuse the cell from the existing closure
+                assert f.__closure__
+                cells.append(f.__closure__[f.__code__.co_freevars.index(key)])
+
+        closure = tuple(cells)
+
+    new_function = FunctionType(new_code, f.__globals__, f.__name__, closure=closure)
+    new_function.__module__ = f.__module__
+    new_function.__name__ = f.__name__
+    new_function.__qualname__ = f.__qualname__
+    new_function.__annotations__ = f.__annotations__
+    new_function.__doc__ = f.__doc__
+    new_function.__defaults__ = f.__defaults__
+    new_function.__kwdefaults__ = f.__kwdefaults__
+    return new_function
+
+
+@overload
+def typechecked(
+    *,
+    forward_ref_policy: ForwardRefPolicy | Unset = unset,
+    typecheck_fail_callback: TypeCheckFailCallback | Unset = unset,
+    collection_check_strategy: CollectionCheckStrategy | Unset = unset,
+    debug_instrumentation: bool | Unset = unset,
+) -> Callable[[T_CallableOrType], T_CallableOrType]: ...
+
+
+@overload
+def typechecked(target: T_CallableOrType) -> T_CallableOrType: ...
+
+
+def typechecked(
+    target: T_CallableOrType | None = None,
+    *,
+    forward_ref_policy: ForwardRefPolicy | Unset = unset,
+    typecheck_fail_callback: TypeCheckFailCallback | Unset = unset,
+    collection_check_strategy: CollectionCheckStrategy | Unset = unset,
+    debug_instrumentation: bool | Unset = unset,
+) -> Any:
+    """
+    Instrument the target function to perform run-time type checking.
+
+    This decorator recompiles the target function, injecting code to type check
+    arguments, return values, yield values (excluding ``yield from``) and assignments to
+    annotated local variables.
+
+    This can also be used as a class decorator. This will instrument all type annotated
+    methods, including :func:`@classmethod `,
+    :func:`@staticmethod `,  and :class:`@property ` decorated
+    methods in the class.
+
+    .. note:: When Python is run in optimized mode (``-O`` or ``-OO``, this decorator
+        is a no-op). This is a feature meant for selectively introducing type checking
+        into a code base where the checks aren't meant to be run in production.
+
+    :param target: the function or class to enable type checking for
+    :param forward_ref_policy: override for
+        :attr:`.TypeCheckConfiguration.forward_ref_policy`
+    :param typecheck_fail_callback: override for
+        :attr:`.TypeCheckConfiguration.typecheck_fail_callback`
+    :param collection_check_strategy: override for
+        :attr:`.TypeCheckConfiguration.collection_check_strategy`
+    :param debug_instrumentation: override for
+        :attr:`.TypeCheckConfiguration.debug_instrumentation`
+
+    """
+    if target is None:
+        return partial(
+            typechecked,
+            forward_ref_policy=forward_ref_policy,
+            typecheck_fail_callback=typecheck_fail_callback,
+            collection_check_strategy=collection_check_strategy,
+            debug_instrumentation=debug_instrumentation,
+        )
+
+    if not __debug__:
+        return target
+
+    if isclass(target):
+        for key, attr in target.__dict__.items():
+            if is_method_of(attr, target):
+                retval = instrument(attr)
+                if isfunction(retval):
+                    setattr(target, key, retval)
+            elif isinstance(attr, (classmethod, staticmethod)):
+                if is_method_of(attr.__func__, target):
+                    retval = instrument(attr.__func__)
+                    if isfunction(retval):
+                        wrapper = attr.__class__(retval)
+                        setattr(target, key, wrapper)
+            elif isinstance(attr, property):
+                kwargs: dict[str, Any] = dict(doc=attr.__doc__)
+                for name in ("fset", "fget", "fdel"):
+                    property_func = kwargs[name] = getattr(attr, name)
+                    if is_method_of(property_func, target):
+                        retval = instrument(property_func)
+                        if isfunction(retval):
+                            kwargs[name] = retval
+
+                setattr(target, key, attr.__class__(**kwargs))
+
+        return target
+
+    # Find either the first Python wrapper or the actual function
+    wrapper_class: (
+        type[classmethod[Any, Any, Any]] | type[staticmethod[Any, Any]] | None
+    ) = None
+    if isinstance(target, (classmethod, staticmethod)):
+        wrapper_class = target.__class__
+        target = target.__func__
+
+    retval = instrument(target)
+    if isinstance(retval, str):
+        warn(
+            f"{retval} -- not typechecking {function_name(target)}",
+            InstrumentationWarning,
+            stacklevel=get_stacklevel(),
+        )
+        return target
+
+    if wrapper_class is None:
+        return retval
+    else:
+        return wrapper_class(retval)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py
new file mode 100644
index 0000000..625437a
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py
@@ -0,0 +1,42 @@
+from collections import deque
+from typing import Deque
+
+
+class TypeHintWarning(UserWarning):
+    """
+    A warning that is emitted when a type hint in string form could not be resolved to
+    an actual type.
+    """
+
+
+class TypeCheckWarning(UserWarning):
+    """Emitted by typeguard's type checkers when a type mismatch is detected."""
+
+    def __init__(self, message: str):
+        super().__init__(message)
+
+
+class InstrumentationWarning(UserWarning):
+    """Emitted when there's a problem with instrumenting a function for type checks."""
+
+    def __init__(self, message: str):
+        super().__init__(message)
+
+
+class TypeCheckError(Exception):
+    """
+    Raised by typeguard's type checkers when a type mismatch is detected.
+    """
+
+    def __init__(self, message: str):
+        super().__init__(message)
+        self._path: Deque[str] = deque()
+
+    def append_path_element(self, element: str) -> None:
+        self._path.append(element)
+
+    def __str__(self) -> str:
+        if self._path:
+            return " of ".join(self._path) + " " + str(self.args[0])
+        else:
+            return str(self.args[0])
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py
new file mode 100644
index 0000000..2849785
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py
@@ -0,0 +1,308 @@
+from __future__ import annotations
+
+import sys
+import warnings
+from typing import Any, Callable, NoReturn, TypeVar, Union, overload
+
+from . import _suppression
+from ._checkers import BINARY_MAGIC_METHODS, check_type_internal
+from ._config import (
+    CollectionCheckStrategy,
+    ForwardRefPolicy,
+    TypeCheckConfiguration,
+)
+from ._exceptions import TypeCheckError, TypeCheckWarning
+from ._memo import TypeCheckMemo
+from ._utils import get_stacklevel, qualified_name
+
+if sys.version_info >= (3, 11):
+    from typing import Literal, Never, TypeAlias
+else:
+    from typing_extensions import Literal, Never, TypeAlias
+
+T = TypeVar("T")
+TypeCheckFailCallback: TypeAlias = Callable[[TypeCheckError, TypeCheckMemo], Any]
+
+
+@overload
+def check_type(
+    value: object,
+    expected_type: type[T],
+    *,
+    forward_ref_policy: ForwardRefPolicy = ...,
+    typecheck_fail_callback: TypeCheckFailCallback | None = ...,
+    collection_check_strategy: CollectionCheckStrategy = ...,
+) -> T: ...
+
+
+@overload
+def check_type(
+    value: object,
+    expected_type: Any,
+    *,
+    forward_ref_policy: ForwardRefPolicy = ...,
+    typecheck_fail_callback: TypeCheckFailCallback | None = ...,
+    collection_check_strategy: CollectionCheckStrategy = ...,
+) -> Any: ...
+
+
+def check_type(
+    value: object,
+    expected_type: Any,
+    *,
+    forward_ref_policy: ForwardRefPolicy = TypeCheckConfiguration().forward_ref_policy,
+    typecheck_fail_callback: TypeCheckFailCallback | None = (
+        TypeCheckConfiguration().typecheck_fail_callback
+    ),
+    collection_check_strategy: CollectionCheckStrategy = (
+        TypeCheckConfiguration().collection_check_strategy
+    ),
+) -> Any:
+    """
+    Ensure that ``value`` matches ``expected_type``.
+
+    The types from the :mod:`typing` module do not support :func:`isinstance` or
+    :func:`issubclass` so a number of type specific checks are required. This function
+    knows which checker to call for which type.
+
+    This function wraps :func:`~.check_type_internal` in the following ways:
+
+    * Respects type checking suppression (:func:`~.suppress_type_checks`)
+    * Forms a :class:`~.TypeCheckMemo` from the current stack frame
+    * Calls the configured type check fail callback if the check fails
+
+    Note that this function is independent of the globally shared configuration in
+    :data:`typeguard.config`. This means that usage within libraries is safe from being
+    affected configuration changes made by other libraries or by the integrating
+    application. Instead, configuration options have the same default values as their
+    corresponding fields in :class:`TypeCheckConfiguration`.
+
+    :param value: value to be checked against ``expected_type``
+    :param expected_type: a class or generic type instance, or a tuple of such things
+    :param forward_ref_policy: see :attr:`TypeCheckConfiguration.forward_ref_policy`
+    :param typecheck_fail_callback:
+        see :attr`TypeCheckConfiguration.typecheck_fail_callback`
+    :param collection_check_strategy:
+        see :attr:`TypeCheckConfiguration.collection_check_strategy`
+    :return: ``value``, unmodified
+    :raises TypeCheckError: if there is a type mismatch
+
+    """
+    if type(expected_type) is tuple:
+        expected_type = Union[expected_type]
+
+    config = TypeCheckConfiguration(
+        forward_ref_policy=forward_ref_policy,
+        typecheck_fail_callback=typecheck_fail_callback,
+        collection_check_strategy=collection_check_strategy,
+    )
+
+    if _suppression.type_checks_suppressed or expected_type is Any:
+        return value
+
+    frame = sys._getframe(1)
+    memo = TypeCheckMemo(frame.f_globals, frame.f_locals, config=config)
+    try:
+        check_type_internal(value, expected_type, memo)
+    except TypeCheckError as exc:
+        exc.append_path_element(qualified_name(value, add_class_prefix=True))
+        if config.typecheck_fail_callback:
+            config.typecheck_fail_callback(exc, memo)
+        else:
+            raise
+
+    return value
+
+
+def check_argument_types(
+    func_name: str,
+    arguments: dict[str, tuple[Any, Any]],
+    memo: TypeCheckMemo,
+) -> Literal[True]:
+    if _suppression.type_checks_suppressed:
+        return True
+
+    for argname, (value, annotation) in arguments.items():
+        if annotation is NoReturn or annotation is Never:
+            exc = TypeCheckError(
+                f"{func_name}() was declared never to be called but it was"
+            )
+            if memo.config.typecheck_fail_callback:
+                memo.config.typecheck_fail_callback(exc, memo)
+            else:
+                raise exc
+
+        try:
+            check_type_internal(value, annotation, memo)
+        except TypeCheckError as exc:
+            qualname = qualified_name(value, add_class_prefix=True)
+            exc.append_path_element(f'argument "{argname}" ({qualname})')
+            if memo.config.typecheck_fail_callback:
+                memo.config.typecheck_fail_callback(exc, memo)
+            else:
+                raise
+
+    return True
+
+
+def check_return_type(
+    func_name: str,
+    retval: T,
+    annotation: Any,
+    memo: TypeCheckMemo,
+) -> T:
+    if _suppression.type_checks_suppressed:
+        return retval
+
+    if annotation is NoReturn or annotation is Never:
+        exc = TypeCheckError(f"{func_name}() was declared never to return but it did")
+        if memo.config.typecheck_fail_callback:
+            memo.config.typecheck_fail_callback(exc, memo)
+        else:
+            raise exc
+
+    try:
+        check_type_internal(retval, annotation, memo)
+    except TypeCheckError as exc:
+        # Allow NotImplemented if this is a binary magic method (__eq__() et al)
+        if retval is NotImplemented and annotation is bool:
+            # This does (and cannot) not check if it's actually a method
+            func_name = func_name.rsplit(".", 1)[-1]
+            if func_name in BINARY_MAGIC_METHODS:
+                return retval
+
+        qualname = qualified_name(retval, add_class_prefix=True)
+        exc.append_path_element(f"the return value ({qualname})")
+        if memo.config.typecheck_fail_callback:
+            memo.config.typecheck_fail_callback(exc, memo)
+        else:
+            raise
+
+    return retval
+
+
+def check_send_type(
+    func_name: str,
+    sendval: T,
+    annotation: Any,
+    memo: TypeCheckMemo,
+) -> T:
+    if _suppression.type_checks_suppressed:
+        return sendval
+
+    if annotation is NoReturn or annotation is Never:
+        exc = TypeCheckError(
+            f"{func_name}() was declared never to be sent a value to but it was"
+        )
+        if memo.config.typecheck_fail_callback:
+            memo.config.typecheck_fail_callback(exc, memo)
+        else:
+            raise exc
+
+    try:
+        check_type_internal(sendval, annotation, memo)
+    except TypeCheckError as exc:
+        qualname = qualified_name(sendval, add_class_prefix=True)
+        exc.append_path_element(f"the value sent to generator ({qualname})")
+        if memo.config.typecheck_fail_callback:
+            memo.config.typecheck_fail_callback(exc, memo)
+        else:
+            raise
+
+    return sendval
+
+
+def check_yield_type(
+    func_name: str,
+    yieldval: T,
+    annotation: Any,
+    memo: TypeCheckMemo,
+) -> T:
+    if _suppression.type_checks_suppressed:
+        return yieldval
+
+    if annotation is NoReturn or annotation is Never:
+        exc = TypeCheckError(f"{func_name}() was declared never to yield but it did")
+        if memo.config.typecheck_fail_callback:
+            memo.config.typecheck_fail_callback(exc, memo)
+        else:
+            raise exc
+
+    try:
+        check_type_internal(yieldval, annotation, memo)
+    except TypeCheckError as exc:
+        qualname = qualified_name(yieldval, add_class_prefix=True)
+        exc.append_path_element(f"the yielded value ({qualname})")
+        if memo.config.typecheck_fail_callback:
+            memo.config.typecheck_fail_callback(exc, memo)
+        else:
+            raise
+
+    return yieldval
+
+
+def check_variable_assignment(
+    value: object, varname: str, annotation: Any, memo: TypeCheckMemo
+) -> Any:
+    if _suppression.type_checks_suppressed:
+        return value
+
+    try:
+        check_type_internal(value, annotation, memo)
+    except TypeCheckError as exc:
+        qualname = qualified_name(value, add_class_prefix=True)
+        exc.append_path_element(f"value assigned to {varname} ({qualname})")
+        if memo.config.typecheck_fail_callback:
+            memo.config.typecheck_fail_callback(exc, memo)
+        else:
+            raise
+
+    return value
+
+
+def check_multi_variable_assignment(
+    value: Any, targets: list[dict[str, Any]], memo: TypeCheckMemo
+) -> Any:
+    if max(len(target) for target in targets) == 1:
+        iterated_values = [value]
+    else:
+        iterated_values = list(value)
+
+    if not _suppression.type_checks_suppressed:
+        for expected_types in targets:
+            value_index = 0
+            for ann_index, (varname, expected_type) in enumerate(
+                expected_types.items()
+            ):
+                if varname.startswith("*"):
+                    varname = varname[1:]
+                    keys_left = len(expected_types) - 1 - ann_index
+                    next_value_index = len(iterated_values) - keys_left
+                    obj: object = iterated_values[value_index:next_value_index]
+                    value_index = next_value_index
+                else:
+                    obj = iterated_values[value_index]
+                    value_index += 1
+
+                try:
+                    check_type_internal(obj, expected_type, memo)
+                except TypeCheckError as exc:
+                    qualname = qualified_name(obj, add_class_prefix=True)
+                    exc.append_path_element(f"value assigned to {varname} ({qualname})")
+                    if memo.config.typecheck_fail_callback:
+                        memo.config.typecheck_fail_callback(exc, memo)
+                    else:
+                        raise
+
+    return iterated_values[0] if len(iterated_values) == 1 else iterated_values
+
+
+def warn_on_error(exc: TypeCheckError, memo: TypeCheckMemo) -> None:
+    """
+    Emit a warning on a type mismatch.
+
+    This is intended to be used as an error handler in
+    :attr:`TypeCheckConfiguration.typecheck_fail_callback`.
+
+    """
+    warnings.warn(TypeCheckWarning(str(exc)), stacklevel=get_stacklevel())
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py
new file mode 100644
index 0000000..8590540
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py
@@ -0,0 +1,213 @@
+from __future__ import annotations
+
+import ast
+import sys
+import types
+from collections.abc import Callable, Iterable
+from importlib.abc import MetaPathFinder
+from importlib.machinery import ModuleSpec, SourceFileLoader
+from importlib.util import cache_from_source, decode_source
+from inspect import isclass
+from os import PathLike
+from types import CodeType, ModuleType, TracebackType
+from typing import Sequence, TypeVar
+from unittest.mock import patch
+
+from ._config import global_config
+from ._transformer import TypeguardTransformer
+
+if sys.version_info >= (3, 12):
+    from collections.abc import Buffer
+else:
+    from typing_extensions import Buffer
+
+if sys.version_info >= (3, 11):
+    from typing import ParamSpec
+else:
+    from typing_extensions import ParamSpec
+
+if sys.version_info >= (3, 10):
+    from importlib.metadata import PackageNotFoundError, version
+else:
+    from importlib_metadata import PackageNotFoundError, version
+
+try:
+    OPTIMIZATION = "typeguard" + "".join(version("typeguard").split(".")[:3])
+except PackageNotFoundError:
+    OPTIMIZATION = "typeguard"
+
+P = ParamSpec("P")
+T = TypeVar("T")
+
+
+# The name of this function is magical
+def _call_with_frames_removed(
+    f: Callable[P, T], *args: P.args, **kwargs: P.kwargs
+) -> T:
+    return f(*args, **kwargs)
+
+
+def optimized_cache_from_source(path: str, debug_override: bool | None = None) -> str:
+    return cache_from_source(path, debug_override, optimization=OPTIMIZATION)
+
+
+class TypeguardLoader(SourceFileLoader):
+    @staticmethod
+    def source_to_code(
+        data: Buffer | str | ast.Module | ast.Expression | ast.Interactive,
+        path: Buffer | str | PathLike[str] = "",
+    ) -> CodeType:
+        if isinstance(data, (ast.Module, ast.Expression, ast.Interactive)):
+            tree = data
+        else:
+            if isinstance(data, str):
+                source = data
+            else:
+                source = decode_source(data)
+
+            tree = _call_with_frames_removed(
+                ast.parse,
+                source,
+                path,
+                "exec",
+            )
+
+        tree = TypeguardTransformer().visit(tree)
+        ast.fix_missing_locations(tree)
+
+        if global_config.debug_instrumentation and sys.version_info >= (3, 9):
+            print(
+                f"Source code of {path!r} after instrumentation:\n"
+                "----------------------------------------------",
+                file=sys.stderr,
+            )
+            print(ast.unparse(tree), file=sys.stderr)
+            print("----------------------------------------------", file=sys.stderr)
+
+        return _call_with_frames_removed(
+            compile, tree, path, "exec", 0, dont_inherit=True
+        )
+
+    def exec_module(self, module: ModuleType) -> None:
+        # Use a custom optimization marker – the import lock should make this monkey
+        # patch safe
+        with patch(
+            "importlib._bootstrap_external.cache_from_source",
+            optimized_cache_from_source,
+        ):
+            super().exec_module(module)
+
+
+class TypeguardFinder(MetaPathFinder):
+    """
+    Wraps another path finder and instruments the module with
+    :func:`@typechecked ` if :meth:`should_instrument` returns
+    ``True``.
+
+    Should not be used directly, but rather via :func:`~.install_import_hook`.
+
+    .. versionadded:: 2.6
+    """
+
+    def __init__(self, packages: list[str] | None, original_pathfinder: MetaPathFinder):
+        self.packages = packages
+        self._original_pathfinder = original_pathfinder
+
+    def find_spec(
+        self,
+        fullname: str,
+        path: Sequence[str] | None,
+        target: types.ModuleType | None = None,
+    ) -> ModuleSpec | None:
+        if self.should_instrument(fullname):
+            spec = self._original_pathfinder.find_spec(fullname, path, target)
+            if spec is not None and isinstance(spec.loader, SourceFileLoader):
+                spec.loader = TypeguardLoader(spec.loader.name, spec.loader.path)
+                return spec
+
+        return None
+
+    def should_instrument(self, module_name: str) -> bool:
+        """
+        Determine whether the module with the given name should be instrumented.
+
+        :param module_name: full name of the module that is about to be imported (e.g.
+            ``xyz.abc``)
+
+        """
+        if self.packages is None:
+            return True
+
+        for package in self.packages:
+            if module_name == package or module_name.startswith(package + "."):
+                return True
+
+        return False
+
+
+class ImportHookManager:
+    """
+    A handle that can be used to uninstall the Typeguard import hook.
+    """
+
+    def __init__(self, hook: MetaPathFinder):
+        self.hook = hook
+
+    def __enter__(self) -> None:
+        pass
+
+    def __exit__(
+        self,
+        exc_type: type[BaseException],
+        exc_val: BaseException,
+        exc_tb: TracebackType,
+    ) -> None:
+        self.uninstall()
+
+    def uninstall(self) -> None:
+        """Uninstall the import hook."""
+        try:
+            sys.meta_path.remove(self.hook)
+        except ValueError:
+            pass  # already removed
+
+
+def install_import_hook(
+    packages: Iterable[str] | None = None,
+    *,
+    cls: type[TypeguardFinder] = TypeguardFinder,
+) -> ImportHookManager:
+    """
+    Install an import hook that instruments functions for automatic type checking.
+
+    This only affects modules loaded **after** this hook has been installed.
+
+    :param packages: an iterable of package names to instrument, or ``None`` to
+        instrument all packages
+    :param cls: a custom meta path finder class
+    :return: a context manager that uninstalls the hook on exit (or when you call
+        ``.uninstall()``)
+
+    .. versionadded:: 2.6
+
+    """
+    if packages is None:
+        target_packages: list[str] | None = None
+    elif isinstance(packages, str):
+        target_packages = [packages]
+    else:
+        target_packages = list(packages)
+
+    for finder in sys.meta_path:
+        if (
+            isclass(finder)
+            and finder.__name__ == "PathFinder"
+            and hasattr(finder, "find_spec")
+        ):
+            break
+    else:
+        raise RuntimeError("Cannot find a PathFinder in sys.meta_path")
+
+    hook = cls(target_packages, finder)
+    sys.meta_path.insert(0, hook)
+    return ImportHookManager(hook)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py
new file mode 100644
index 0000000..1d0d80c
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py
@@ -0,0 +1,48 @@
+from __future__ import annotations
+
+from typing import Any
+
+from typeguard._config import TypeCheckConfiguration, global_config
+
+
+class TypeCheckMemo:
+    """
+    Contains information necessary for type checkers to do their work.
+
+    .. attribute:: globals
+       :type: dict[str, Any]
+
+        Dictionary of global variables to use for resolving forward references.
+
+    .. attribute:: locals
+       :type: dict[str, Any]
+
+        Dictionary of local variables to use for resolving forward references.
+
+    .. attribute:: self_type
+       :type: type | None
+
+        When running type checks within an instance method or class method, this is the
+        class object that the first argument (usually named ``self`` or ``cls``) refers
+        to.
+
+    .. attribute:: config
+       :type: TypeCheckConfiguration
+
+         Contains the configuration for a particular set of type checking operations.
+    """
+
+    __slots__ = "globals", "locals", "self_type", "config"
+
+    def __init__(
+        self,
+        globals: dict[str, Any],
+        locals: dict[str, Any],
+        *,
+        self_type: type | None = None,
+        config: TypeCheckConfiguration = global_config,
+    ):
+        self.globals = globals
+        self.locals = locals
+        self.self_type = self_type
+        self.config = config
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py
new file mode 100644
index 0000000..7b2f494
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py
@@ -0,0 +1,127 @@
+from __future__ import annotations
+
+import sys
+import warnings
+from typing import TYPE_CHECKING, Any, Literal
+
+from typeguard._config import CollectionCheckStrategy, ForwardRefPolicy, global_config
+from typeguard._exceptions import InstrumentationWarning
+from typeguard._importhook import install_import_hook
+from typeguard._utils import qualified_name, resolve_reference
+
+if TYPE_CHECKING:
+    from pytest import Config, Parser
+
+
+def pytest_addoption(parser: Parser) -> None:
+    def add_ini_option(
+        opt_type: (
+            Literal["string", "paths", "pathlist", "args", "linelist", "bool"] | None
+        ),
+    ) -> None:
+        parser.addini(
+            group.options[-1].names()[0][2:],
+            group.options[-1].attrs()["help"],
+            opt_type,
+        )
+
+    group = parser.getgroup("typeguard")
+    group.addoption(
+        "--typeguard-packages",
+        action="store",
+        help="comma separated name list of packages and modules to instrument for "
+        "type checking, or :all: to instrument all modules loaded after typeguard",
+    )
+    add_ini_option("linelist")
+
+    group.addoption(
+        "--typeguard-debug-instrumentation",
+        action="store_true",
+        help="print all instrumented code to stderr",
+    )
+    add_ini_option("bool")
+
+    group.addoption(
+        "--typeguard-typecheck-fail-callback",
+        action="store",
+        help=(
+            "a module:varname (e.g. typeguard:warn_on_error) reference to a function "
+            "that is called (with the exception, and memo object as arguments) to "
+            "handle a TypeCheckError"
+        ),
+    )
+    add_ini_option("string")
+
+    group.addoption(
+        "--typeguard-forward-ref-policy",
+        action="store",
+        choices=list(ForwardRefPolicy.__members__),
+        help=(
+            "determines how to deal with unresolveable forward references in type "
+            "annotations"
+        ),
+    )
+    add_ini_option("string")
+
+    group.addoption(
+        "--typeguard-collection-check-strategy",
+        action="store",
+        choices=list(CollectionCheckStrategy.__members__),
+        help="determines how thoroughly to check collections (list, dict, etc)",
+    )
+    add_ini_option("string")
+
+
+def pytest_configure(config: Config) -> None:
+    def getoption(name: str) -> Any:
+        return config.getoption(name.replace("-", "_")) or config.getini(name)
+
+    packages: list[str] | None = []
+    if packages_option := config.getoption("typeguard_packages"):
+        packages = [pkg.strip() for pkg in packages_option.split(",")]
+    elif packages_ini := config.getini("typeguard-packages"):
+        packages = packages_ini
+
+    if packages:
+        if packages == [":all:"]:
+            packages = None
+        else:
+            already_imported_packages = sorted(
+                package for package in packages if package in sys.modules
+            )
+            if already_imported_packages:
+                warnings.warn(
+                    f"typeguard cannot check these packages because they are already "
+                    f"imported: {', '.join(already_imported_packages)}",
+                    InstrumentationWarning,
+                    stacklevel=1,
+                )
+
+        install_import_hook(packages=packages)
+
+    debug_option = getoption("typeguard-debug-instrumentation")
+    if debug_option:
+        global_config.debug_instrumentation = True
+
+    fail_callback_option = getoption("typeguard-typecheck-fail-callback")
+    if fail_callback_option:
+        callback = resolve_reference(fail_callback_option)
+        if not callable(callback):
+            raise TypeError(
+                f"{fail_callback_option} ({qualified_name(callback.__class__)}) is not "
+                f"a callable"
+            )
+
+        global_config.typecheck_fail_callback = callback
+
+    forward_ref_policy_option = getoption("typeguard-forward-ref-policy")
+    if forward_ref_policy_option:
+        forward_ref_policy = ForwardRefPolicy.__members__[forward_ref_policy_option]
+        global_config.forward_ref_policy = forward_ref_policy
+
+    collection_check_strategy_option = getoption("typeguard-collection-check-strategy")
+    if collection_check_strategy_option:
+        collection_check_strategy = CollectionCheckStrategy.__members__[
+            collection_check_strategy_option
+        ]
+        global_config.collection_check_strategy = collection_check_strategy
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py
new file mode 100644
index 0000000..bbbfbfb
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py
@@ -0,0 +1,86 @@
+from __future__ import annotations
+
+import sys
+from collections.abc import Callable, Generator
+from contextlib import contextmanager
+from functools import update_wrapper
+from threading import Lock
+from typing import ContextManager, TypeVar, overload
+
+if sys.version_info >= (3, 10):
+    from typing import ParamSpec
+else:
+    from typing_extensions import ParamSpec
+
+P = ParamSpec("P")
+T = TypeVar("T")
+
+type_checks_suppressed = 0
+type_checks_suppress_lock = Lock()
+
+
+@overload
+def suppress_type_checks(func: Callable[P, T]) -> Callable[P, T]: ...
+
+
+@overload
+def suppress_type_checks() -> ContextManager[None]: ...
+
+
+def suppress_type_checks(
+    func: Callable[P, T] | None = None,
+) -> Callable[P, T] | ContextManager[None]:
+    """
+    Temporarily suppress all type checking.
+
+    This function has two operating modes, based on how it's used:
+
+    #. as a context manager (``with suppress_type_checks(): ...``)
+    #. as a decorator (``@suppress_type_checks``)
+
+    When used as a context manager, :func:`check_type` and any automatically
+    instrumented functions skip the actual type checking. These context managers can be
+    nested.
+
+    When used as a decorator, all type checking is suppressed while the function is
+    running.
+
+    Type checking will resume once no more context managers are active and no decorated
+    functions are running.
+
+    Both operating modes are thread-safe.
+
+    """
+
+    def wrapper(*args: P.args, **kwargs: P.kwargs) -> T:
+        global type_checks_suppressed
+
+        with type_checks_suppress_lock:
+            type_checks_suppressed += 1
+
+        assert func is not None
+        try:
+            return func(*args, **kwargs)
+        finally:
+            with type_checks_suppress_lock:
+                type_checks_suppressed -= 1
+
+    def cm() -> Generator[None, None, None]:
+        global type_checks_suppressed
+
+        with type_checks_suppress_lock:
+            type_checks_suppressed += 1
+
+        try:
+            yield
+        finally:
+            with type_checks_suppress_lock:
+                type_checks_suppressed -= 1
+
+    if func is None:
+        # Context manager mode
+        return contextmanager(cm)()
+    else:
+        # Decorator mode
+        update_wrapper(wrapper, func)
+        return wrapper
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py
new file mode 100644
index 0000000..13ac363
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py
@@ -0,0 +1,1229 @@
+from __future__ import annotations
+
+import ast
+import builtins
+import sys
+import typing
+from ast import (
+    AST,
+    Add,
+    AnnAssign,
+    Assign,
+    AsyncFunctionDef,
+    Attribute,
+    AugAssign,
+    BinOp,
+    BitAnd,
+    BitOr,
+    BitXor,
+    Call,
+    ClassDef,
+    Constant,
+    Dict,
+    Div,
+    Expr,
+    Expression,
+    FloorDiv,
+    FunctionDef,
+    If,
+    Import,
+    ImportFrom,
+    Index,
+    List,
+    Load,
+    LShift,
+    MatMult,
+    Mod,
+    Module,
+    Mult,
+    Name,
+    NamedExpr,
+    NodeTransformer,
+    NodeVisitor,
+    Pass,
+    Pow,
+    Return,
+    RShift,
+    Starred,
+    Store,
+    Sub,
+    Subscript,
+    Tuple,
+    Yield,
+    YieldFrom,
+    alias,
+    copy_location,
+    expr,
+    fix_missing_locations,
+    keyword,
+    walk,
+)
+from collections import defaultdict
+from collections.abc import Generator, Sequence
+from contextlib import contextmanager
+from copy import deepcopy
+from dataclasses import dataclass, field
+from typing import Any, ClassVar, cast, overload
+
+generator_names = (
+    "typing.Generator",
+    "collections.abc.Generator",
+    "typing.Iterator",
+    "collections.abc.Iterator",
+    "typing.Iterable",
+    "collections.abc.Iterable",
+    "typing.AsyncIterator",
+    "collections.abc.AsyncIterator",
+    "typing.AsyncIterable",
+    "collections.abc.AsyncIterable",
+    "typing.AsyncGenerator",
+    "collections.abc.AsyncGenerator",
+)
+anytype_names = (
+    "typing.Any",
+    "typing_extensions.Any",
+)
+literal_names = (
+    "typing.Literal",
+    "typing_extensions.Literal",
+)
+annotated_names = (
+    "typing.Annotated",
+    "typing_extensions.Annotated",
+)
+ignore_decorators = (
+    "typing.no_type_check",
+    "typeguard.typeguard_ignore",
+)
+aug_assign_functions = {
+    Add: "iadd",
+    Sub: "isub",
+    Mult: "imul",
+    MatMult: "imatmul",
+    Div: "itruediv",
+    FloorDiv: "ifloordiv",
+    Mod: "imod",
+    Pow: "ipow",
+    LShift: "ilshift",
+    RShift: "irshift",
+    BitAnd: "iand",
+    BitXor: "ixor",
+    BitOr: "ior",
+}
+
+
+@dataclass
+class TransformMemo:
+    node: Module | ClassDef | FunctionDef | AsyncFunctionDef | None
+    parent: TransformMemo | None
+    path: tuple[str, ...]
+    joined_path: Constant = field(init=False)
+    return_annotation: expr | None = None
+    yield_annotation: expr | None = None
+    send_annotation: expr | None = None
+    is_async: bool = False
+    local_names: set[str] = field(init=False, default_factory=set)
+    imported_names: dict[str, str] = field(init=False, default_factory=dict)
+    ignored_names: set[str] = field(init=False, default_factory=set)
+    load_names: defaultdict[str, dict[str, Name]] = field(
+        init=False, default_factory=lambda: defaultdict(dict)
+    )
+    has_yield_expressions: bool = field(init=False, default=False)
+    has_return_expressions: bool = field(init=False, default=False)
+    memo_var_name: Name | None = field(init=False, default=None)
+    should_instrument: bool = field(init=False, default=True)
+    variable_annotations: dict[str, expr] = field(init=False, default_factory=dict)
+    configuration_overrides: dict[str, Any] = field(init=False, default_factory=dict)
+    code_inject_index: int = field(init=False, default=0)
+
+    def __post_init__(self) -> None:
+        elements: list[str] = []
+        memo = self
+        while isinstance(memo.node, (ClassDef, FunctionDef, AsyncFunctionDef)):
+            elements.insert(0, memo.node.name)
+            if not memo.parent:
+                break
+
+            memo = memo.parent
+            if isinstance(memo.node, (FunctionDef, AsyncFunctionDef)):
+                elements.insert(0, "")
+
+        self.joined_path = Constant(".".join(elements))
+
+        # Figure out where to insert instrumentation code
+        if self.node:
+            for index, child in enumerate(self.node.body):
+                if isinstance(child, ImportFrom) and child.module == "__future__":
+                    # (module only) __future__ imports must come first
+                    continue
+                elif (
+                    isinstance(child, Expr)
+                    and isinstance(child.value, Constant)
+                    and isinstance(child.value.value, str)
+                ):
+                    continue  # docstring
+
+                self.code_inject_index = index
+                break
+
+    def get_unused_name(self, name: str) -> str:
+        memo: TransformMemo | None = self
+        while memo is not None:
+            if name in memo.local_names:
+                memo = self
+                name += "_"
+            else:
+                memo = memo.parent
+
+        self.local_names.add(name)
+        return name
+
+    def is_ignored_name(self, expression: expr | Expr | None) -> bool:
+        top_expression = (
+            expression.value if isinstance(expression, Expr) else expression
+        )
+
+        if isinstance(top_expression, Attribute) and isinstance(
+            top_expression.value, Name
+        ):
+            name = top_expression.value.id
+        elif isinstance(top_expression, Name):
+            name = top_expression.id
+        else:
+            return False
+
+        memo: TransformMemo | None = self
+        while memo is not None:
+            if name in memo.ignored_names:
+                return True
+
+            memo = memo.parent
+
+        return False
+
+    def get_memo_name(self) -> Name:
+        if not self.memo_var_name:
+            self.memo_var_name = Name(id="memo", ctx=Load())
+
+        return self.memo_var_name
+
+    def get_import(self, module: str, name: str) -> Name:
+        if module in self.load_names and name in self.load_names[module]:
+            return self.load_names[module][name]
+
+        qualified_name = f"{module}.{name}"
+        if name in self.imported_names and self.imported_names[name] == qualified_name:
+            return Name(id=name, ctx=Load())
+
+        alias = self.get_unused_name(name)
+        node = self.load_names[module][name] = Name(id=alias, ctx=Load())
+        self.imported_names[name] = qualified_name
+        return node
+
+    def insert_imports(self, node: Module | FunctionDef | AsyncFunctionDef) -> None:
+        """Insert imports needed by injected code."""
+        if not self.load_names:
+            return
+
+        # Insert imports after any "from __future__ ..." imports and any docstring
+        for modulename, names in self.load_names.items():
+            aliases = [
+                alias(orig_name, new_name.id if orig_name != new_name.id else None)
+                for orig_name, new_name in sorted(names.items())
+            ]
+            node.body.insert(self.code_inject_index, ImportFrom(modulename, aliases, 0))
+
+    def name_matches(self, expression: expr | Expr | None, *names: str) -> bool:
+        if expression is None:
+            return False
+
+        path: list[str] = []
+        top_expression = (
+            expression.value if isinstance(expression, Expr) else expression
+        )
+
+        if isinstance(top_expression, Subscript):
+            top_expression = top_expression.value
+        elif isinstance(top_expression, Call):
+            top_expression = top_expression.func
+
+        while isinstance(top_expression, Attribute):
+            path.insert(0, top_expression.attr)
+            top_expression = top_expression.value
+
+        if not isinstance(top_expression, Name):
+            return False
+
+        if top_expression.id in self.imported_names:
+            translated = self.imported_names[top_expression.id]
+        elif hasattr(builtins, top_expression.id):
+            translated = "builtins." + top_expression.id
+        else:
+            translated = top_expression.id
+
+        path.insert(0, translated)
+        joined_path = ".".join(path)
+        if joined_path in names:
+            return True
+        elif self.parent:
+            return self.parent.name_matches(expression, *names)
+        else:
+            return False
+
+    def get_config_keywords(self) -> list[keyword]:
+        if self.parent and isinstance(self.parent.node, ClassDef):
+            overrides = self.parent.configuration_overrides.copy()
+        else:
+            overrides = {}
+
+        overrides.update(self.configuration_overrides)
+        return [keyword(key, value) for key, value in overrides.items()]
+
+
+class NameCollector(NodeVisitor):
+    def __init__(self) -> None:
+        self.names: set[str] = set()
+
+    def visit_Import(self, node: Import) -> None:
+        for name in node.names:
+            self.names.add(name.asname or name.name)
+
+    def visit_ImportFrom(self, node: ImportFrom) -> None:
+        for name in node.names:
+            self.names.add(name.asname or name.name)
+
+    def visit_Assign(self, node: Assign) -> None:
+        for target in node.targets:
+            if isinstance(target, Name):
+                self.names.add(target.id)
+
+    def visit_NamedExpr(self, node: NamedExpr) -> Any:
+        if isinstance(node.target, Name):
+            self.names.add(node.target.id)
+
+    def visit_FunctionDef(self, node: FunctionDef) -> None:
+        pass
+
+    def visit_ClassDef(self, node: ClassDef) -> None:
+        pass
+
+
+class GeneratorDetector(NodeVisitor):
+    """Detects if a function node is a generator function."""
+
+    contains_yields: bool = False
+    in_root_function: bool = False
+
+    def visit_Yield(self, node: Yield) -> Any:
+        self.contains_yields = True
+
+    def visit_YieldFrom(self, node: YieldFrom) -> Any:
+        self.contains_yields = True
+
+    def visit_ClassDef(self, node: ClassDef) -> Any:
+        pass
+
+    def visit_FunctionDef(self, node: FunctionDef | AsyncFunctionDef) -> Any:
+        if not self.in_root_function:
+            self.in_root_function = True
+            self.generic_visit(node)
+            self.in_root_function = False
+
+    def visit_AsyncFunctionDef(self, node: AsyncFunctionDef) -> Any:
+        self.visit_FunctionDef(node)
+
+
+class AnnotationTransformer(NodeTransformer):
+    type_substitutions: ClassVar[dict[str, tuple[str, str]]] = {
+        "builtins.dict": ("typing", "Dict"),
+        "builtins.list": ("typing", "List"),
+        "builtins.tuple": ("typing", "Tuple"),
+        "builtins.set": ("typing", "Set"),
+        "builtins.frozenset": ("typing", "FrozenSet"),
+    }
+
+    def __init__(self, transformer: TypeguardTransformer):
+        self.transformer = transformer
+        self._memo = transformer._memo
+        self._level = 0
+
+    def visit(self, node: AST) -> Any:
+        # Don't process Literals
+        if isinstance(node, expr) and self._memo.name_matches(node, *literal_names):
+            return node
+
+        self._level += 1
+        new_node = super().visit(node)
+        self._level -= 1
+
+        if isinstance(new_node, Expression) and not hasattr(new_node, "body"):
+            return None
+
+        # Return None if this new node matches a variation of typing.Any
+        if (
+            self._level == 0
+            and isinstance(new_node, expr)
+            and self._memo.name_matches(new_node, *anytype_names)
+        ):
+            return None
+
+        return new_node
+
+    def visit_BinOp(self, node: BinOp) -> Any:
+        self.generic_visit(node)
+
+        if isinstance(node.op, BitOr):
+            # If either branch of the BinOp has been transformed to `None`, it means
+            # that a type in the union was ignored, so the entire annotation should e
+            # ignored
+            if not hasattr(node, "left") or not hasattr(node, "right"):
+                return None
+
+            # Return Any if either side is Any
+            if self._memo.name_matches(node.left, *anytype_names):
+                return node.left
+            elif self._memo.name_matches(node.right, *anytype_names):
+                return node.right
+
+            if sys.version_info < (3, 10):
+                union_name = self.transformer._get_import("typing", "Union")
+                return Subscript(
+                    value=union_name,
+                    slice=Index(
+                        Tuple(elts=[node.left, node.right], ctx=Load()), ctx=Load()
+                    ),
+                    ctx=Load(),
+                )
+
+        return node
+
+    def visit_Attribute(self, node: Attribute) -> Any:
+        if self._memo.is_ignored_name(node):
+            return None
+
+        return node
+
+    def visit_Subscript(self, node: Subscript) -> Any:
+        if self._memo.is_ignored_name(node.value):
+            return None
+
+        # The subscript of typing(_extensions).Literal can be any arbitrary string, so
+        # don't try to evaluate it as code
+        if node.slice:
+            if isinstance(node.slice, Index):
+                # Python 3.8
+                slice_value = node.slice.value  # type: ignore[attr-defined]
+            else:
+                slice_value = node.slice
+
+            if isinstance(slice_value, Tuple):
+                if self._memo.name_matches(node.value, *annotated_names):
+                    # Only treat the first argument to typing.Annotated as a potential
+                    # forward reference
+                    items = cast(
+                        typing.List[expr],
+                        [self.visit(slice_value.elts[0])] + slice_value.elts[1:],
+                    )
+                else:
+                    items = cast(
+                        typing.List[expr],
+                        [self.visit(item) for item in slice_value.elts],
+                    )
+
+                # If this is a Union and any of the items is Any, erase the entire
+                # annotation
+                if self._memo.name_matches(node.value, "typing.Union") and any(
+                    item is None
+                    or (
+                        isinstance(item, expr)
+                        and self._memo.name_matches(item, *anytype_names)
+                    )
+                    for item in items
+                ):
+                    return None
+
+                # If all items in the subscript were Any, erase the subscript entirely
+                if all(item is None for item in items):
+                    return node.value
+
+                for index, item in enumerate(items):
+                    if item is None:
+                        items[index] = self.transformer._get_import("typing", "Any")
+
+                slice_value.elts = items
+            else:
+                self.generic_visit(node)
+
+                # If the transformer erased the slice entirely, just return the node
+                # value without the subscript (unless it's Optional, in which case erase
+                # the node entirely
+                if self._memo.name_matches(
+                    node.value, "typing.Optional"
+                ) and not hasattr(node, "slice"):
+                    return None
+                if sys.version_info >= (3, 9) and not hasattr(node, "slice"):
+                    return node.value
+                elif sys.version_info < (3, 9) and not hasattr(node.slice, "value"):
+                    return node.value
+
+        return node
+
+    def visit_Name(self, node: Name) -> Any:
+        if self._memo.is_ignored_name(node):
+            return None
+
+        if sys.version_info < (3, 9):
+            for typename, substitute in self.type_substitutions.items():
+                if self._memo.name_matches(node, typename):
+                    new_node = self.transformer._get_import(*substitute)
+                    return copy_location(new_node, node)
+
+        return node
+
+    def visit_Call(self, node: Call) -> Any:
+        # Don't recurse into calls
+        return node
+
+    def visit_Constant(self, node: Constant) -> Any:
+        if isinstance(node.value, str):
+            expression = ast.parse(node.value, mode="eval")
+            new_node = self.visit(expression)
+            if new_node:
+                return copy_location(new_node.body, node)
+            else:
+                return None
+
+        return node
+
+
+class TypeguardTransformer(NodeTransformer):
+    def __init__(
+        self, target_path: Sequence[str] | None = None, target_lineno: int | None = None
+    ) -> None:
+        self._target_path = tuple(target_path) if target_path else None
+        self._memo = self._module_memo = TransformMemo(None, None, ())
+        self.names_used_in_annotations: set[str] = set()
+        self.target_node: FunctionDef | AsyncFunctionDef | None = None
+        self.target_lineno = target_lineno
+
+    def generic_visit(self, node: AST) -> AST:
+        has_non_empty_body_initially = bool(getattr(node, "body", None))
+        initial_type = type(node)
+
+        node = super().generic_visit(node)
+
+        if (
+            type(node) is initial_type
+            and has_non_empty_body_initially
+            and hasattr(node, "body")
+            and not node.body
+        ):
+            # If we have still the same node type after transformation
+            # but we've optimised it's body away, we add a `pass` statement.
+            node.body = [Pass()]
+
+        return node
+
+    @contextmanager
+    def _use_memo(
+        self, node: ClassDef | FunctionDef | AsyncFunctionDef
+    ) -> Generator[None, Any, None]:
+        new_memo = TransformMemo(node, self._memo, self._memo.path + (node.name,))
+        old_memo = self._memo
+        self._memo = new_memo
+
+        if isinstance(node, (FunctionDef, AsyncFunctionDef)):
+            new_memo.should_instrument = (
+                self._target_path is None or new_memo.path == self._target_path
+            )
+            if new_memo.should_instrument:
+                # Check if the function is a generator function
+                detector = GeneratorDetector()
+                detector.visit(node)
+
+                # Extract yield, send and return types where possible from a subscripted
+                # annotation like Generator[int, str, bool]
+                return_annotation = deepcopy(node.returns)
+                if detector.contains_yields and new_memo.name_matches(
+                    return_annotation, *generator_names
+                ):
+                    if isinstance(return_annotation, Subscript):
+                        annotation_slice = return_annotation.slice
+
+                        # Python < 3.9
+                        if isinstance(annotation_slice, Index):
+                            annotation_slice = (
+                                annotation_slice.value  # type: ignore[attr-defined]
+                            )
+
+                        if isinstance(annotation_slice, Tuple):
+                            items = annotation_slice.elts
+                        else:
+                            items = [annotation_slice]
+
+                        if len(items) > 0:
+                            new_memo.yield_annotation = self._convert_annotation(
+                                items[0]
+                            )
+
+                        if len(items) > 1:
+                            new_memo.send_annotation = self._convert_annotation(
+                                items[1]
+                            )
+
+                        if len(items) > 2:
+                            new_memo.return_annotation = self._convert_annotation(
+                                items[2]
+                            )
+                else:
+                    new_memo.return_annotation = self._convert_annotation(
+                        return_annotation
+                    )
+
+        if isinstance(node, AsyncFunctionDef):
+            new_memo.is_async = True
+
+        yield
+        self._memo = old_memo
+
+    def _get_import(self, module: str, name: str) -> Name:
+        memo = self._memo if self._target_path else self._module_memo
+        return memo.get_import(module, name)
+
+    @overload
+    def _convert_annotation(self, annotation: None) -> None: ...
+
+    @overload
+    def _convert_annotation(self, annotation: expr) -> expr: ...
+
+    def _convert_annotation(self, annotation: expr | None) -> expr | None:
+        if annotation is None:
+            return None
+
+        # Convert PEP 604 unions (x | y) and generic built-in collections where
+        # necessary, and undo forward references
+        new_annotation = cast(expr, AnnotationTransformer(self).visit(annotation))
+        if isinstance(new_annotation, expr):
+            new_annotation = ast.copy_location(new_annotation, annotation)
+
+            # Store names used in the annotation
+            names = {node.id for node in walk(new_annotation) if isinstance(node, Name)}
+            self.names_used_in_annotations.update(names)
+
+        return new_annotation
+
+    def visit_Name(self, node: Name) -> Name:
+        self._memo.local_names.add(node.id)
+        return node
+
+    def visit_Module(self, node: Module) -> Module:
+        self._module_memo = self._memo = TransformMemo(node, None, ())
+        self.generic_visit(node)
+        self._module_memo.insert_imports(node)
+
+        fix_missing_locations(node)
+        return node
+
+    def visit_Import(self, node: Import) -> Import:
+        for name in node.names:
+            self._memo.local_names.add(name.asname or name.name)
+            self._memo.imported_names[name.asname or name.name] = name.name
+
+        return node
+
+    def visit_ImportFrom(self, node: ImportFrom) -> ImportFrom:
+        for name in node.names:
+            if name.name != "*":
+                alias = name.asname or name.name
+                self._memo.local_names.add(alias)
+                self._memo.imported_names[alias] = f"{node.module}.{name.name}"
+
+        return node
+
+    def visit_ClassDef(self, node: ClassDef) -> ClassDef | None:
+        self._memo.local_names.add(node.name)
+
+        # Eliminate top level classes not belonging to the target path
+        if (
+            self._target_path is not None
+            and not self._memo.path
+            and node.name != self._target_path[0]
+        ):
+            return None
+
+        with self._use_memo(node):
+            for decorator in node.decorator_list.copy():
+                if self._memo.name_matches(decorator, "typeguard.typechecked"):
+                    # Remove the decorator to prevent duplicate instrumentation
+                    node.decorator_list.remove(decorator)
+
+                    # Store any configuration overrides
+                    if isinstance(decorator, Call) and decorator.keywords:
+                        self._memo.configuration_overrides.update(
+                            {kw.arg: kw.value for kw in decorator.keywords if kw.arg}
+                        )
+
+            self.generic_visit(node)
+            return node
+
+    def visit_FunctionDef(
+        self, node: FunctionDef | AsyncFunctionDef
+    ) -> FunctionDef | AsyncFunctionDef | None:
+        """
+        Injects type checks for function arguments, and for a return of None if the
+        function is annotated to return something else than Any or None, and the body
+        ends without an explicit "return".
+
+        """
+        self._memo.local_names.add(node.name)
+
+        # Eliminate top level functions not belonging to the target path
+        if (
+            self._target_path is not None
+            and not self._memo.path
+            and node.name != self._target_path[0]
+        ):
+            return None
+
+        # Skip instrumentation if we're instrumenting the whole module and the function
+        # contains either @no_type_check or @typeguard_ignore
+        if self._target_path is None:
+            for decorator in node.decorator_list:
+                if self._memo.name_matches(decorator, *ignore_decorators):
+                    return node
+
+        with self._use_memo(node):
+            arg_annotations: dict[str, Any] = {}
+            if self._target_path is None or self._memo.path == self._target_path:
+                # Find line number we're supposed to match against
+                if node.decorator_list:
+                    first_lineno = node.decorator_list[0].lineno
+                else:
+                    first_lineno = node.lineno
+
+                for decorator in node.decorator_list.copy():
+                    if self._memo.name_matches(decorator, "typing.overload"):
+                        # Remove overloads entirely
+                        return None
+                    elif self._memo.name_matches(decorator, "typeguard.typechecked"):
+                        # Remove the decorator to prevent duplicate instrumentation
+                        node.decorator_list.remove(decorator)
+
+                        # Store any configuration overrides
+                        if isinstance(decorator, Call) and decorator.keywords:
+                            self._memo.configuration_overrides = {
+                                kw.arg: kw.value for kw in decorator.keywords if kw.arg
+                            }
+
+                if self.target_lineno == first_lineno:
+                    assert self.target_node is None
+                    self.target_node = node
+                    if node.decorator_list:
+                        self.target_lineno = node.decorator_list[0].lineno
+                    else:
+                        self.target_lineno = node.lineno
+
+                all_args = node.args.args + node.args.kwonlyargs + node.args.posonlyargs
+
+                # Ensure that any type shadowed by the positional or keyword-only
+                # argument names are ignored in this function
+                for arg in all_args:
+                    self._memo.ignored_names.add(arg.arg)
+
+                # Ensure that any type shadowed by the variable positional argument name
+                # (e.g. "args" in *args) is ignored this function
+                if node.args.vararg:
+                    self._memo.ignored_names.add(node.args.vararg.arg)
+
+                # Ensure that any type shadowed by the variable keywrod argument name
+                # (e.g. "kwargs" in *kwargs) is ignored this function
+                if node.args.kwarg:
+                    self._memo.ignored_names.add(node.args.kwarg.arg)
+
+                for arg in all_args:
+                    annotation = self._convert_annotation(deepcopy(arg.annotation))
+                    if annotation:
+                        arg_annotations[arg.arg] = annotation
+
+                if node.args.vararg:
+                    annotation_ = self._convert_annotation(node.args.vararg.annotation)
+                    if annotation_:
+                        if sys.version_info >= (3, 9):
+                            container = Name("tuple", ctx=Load())
+                        else:
+                            container = self._get_import("typing", "Tuple")
+
+                        subscript_slice: Tuple | Index = Tuple(
+                            [
+                                annotation_,
+                                Constant(Ellipsis),
+                            ],
+                            ctx=Load(),
+                        )
+                        if sys.version_info < (3, 9):
+                            subscript_slice = Index(subscript_slice, ctx=Load())
+
+                        arg_annotations[node.args.vararg.arg] = Subscript(
+                            container, subscript_slice, ctx=Load()
+                        )
+
+                if node.args.kwarg:
+                    annotation_ = self._convert_annotation(node.args.kwarg.annotation)
+                    if annotation_:
+                        if sys.version_info >= (3, 9):
+                            container = Name("dict", ctx=Load())
+                        else:
+                            container = self._get_import("typing", "Dict")
+
+                        subscript_slice = Tuple(
+                            [
+                                Name("str", ctx=Load()),
+                                annotation_,
+                            ],
+                            ctx=Load(),
+                        )
+                        if sys.version_info < (3, 9):
+                            subscript_slice = Index(subscript_slice, ctx=Load())
+
+                        arg_annotations[node.args.kwarg.arg] = Subscript(
+                            container, subscript_slice, ctx=Load()
+                        )
+
+                if arg_annotations:
+                    self._memo.variable_annotations.update(arg_annotations)
+
+            self.generic_visit(node)
+
+            if arg_annotations:
+                annotations_dict = Dict(
+                    keys=[Constant(key) for key in arg_annotations.keys()],
+                    values=[
+                        Tuple([Name(key, ctx=Load()), annotation], ctx=Load())
+                        for key, annotation in arg_annotations.items()
+                    ],
+                )
+                func_name = self._get_import(
+                    "typeguard._functions", "check_argument_types"
+                )
+                args = [
+                    self._memo.joined_path,
+                    annotations_dict,
+                    self._memo.get_memo_name(),
+                ]
+                node.body.insert(
+                    self._memo.code_inject_index, Expr(Call(func_name, args, []))
+                )
+
+            # Add a checked "return None" to the end if there's no explicit return
+            # Skip if the return annotation is None or Any
+            if (
+                self._memo.return_annotation
+                and (not self._memo.is_async or not self._memo.has_yield_expressions)
+                and not isinstance(node.body[-1], Return)
+                and (
+                    not isinstance(self._memo.return_annotation, Constant)
+                    or self._memo.return_annotation.value is not None
+                )
+            ):
+                func_name = self._get_import(
+                    "typeguard._functions", "check_return_type"
+                )
+                return_node = Return(
+                    Call(
+                        func_name,
+                        [
+                            self._memo.joined_path,
+                            Constant(None),
+                            self._memo.return_annotation,
+                            self._memo.get_memo_name(),
+                        ],
+                        [],
+                    )
+                )
+
+                # Replace a placeholder "pass" at the end
+                if isinstance(node.body[-1], Pass):
+                    copy_location(return_node, node.body[-1])
+                    del node.body[-1]
+
+                node.body.append(return_node)
+
+            # Insert code to create the call memo, if it was ever needed for this
+            # function
+            if self._memo.memo_var_name:
+                memo_kwargs: dict[str, Any] = {}
+                if self._memo.parent and isinstance(self._memo.parent.node, ClassDef):
+                    for decorator in node.decorator_list:
+                        if (
+                            isinstance(decorator, Name)
+                            and decorator.id == "staticmethod"
+                        ):
+                            break
+                        elif (
+                            isinstance(decorator, Name)
+                            and decorator.id == "classmethod"
+                        ):
+                            memo_kwargs["self_type"] = Name(
+                                id=node.args.args[0].arg, ctx=Load()
+                            )
+                            break
+                    else:
+                        if node.args.args:
+                            if node.name == "__new__":
+                                memo_kwargs["self_type"] = Name(
+                                    id=node.args.args[0].arg, ctx=Load()
+                                )
+                            else:
+                                memo_kwargs["self_type"] = Attribute(
+                                    Name(id=node.args.args[0].arg, ctx=Load()),
+                                    "__class__",
+                                    ctx=Load(),
+                                )
+
+                # Construct the function reference
+                # Nested functions get special treatment: the function name is added
+                # to free variables (and the closure of the resulting function)
+                names: list[str] = [node.name]
+                memo = self._memo.parent
+                while memo:
+                    if isinstance(memo.node, (FunctionDef, AsyncFunctionDef)):
+                        # This is a nested function. Use the function name as-is.
+                        del names[:-1]
+                        break
+                    elif not isinstance(memo.node, ClassDef):
+                        break
+
+                    names.insert(0, memo.node.name)
+                    memo = memo.parent
+
+                config_keywords = self._memo.get_config_keywords()
+                if config_keywords:
+                    memo_kwargs["config"] = Call(
+                        self._get_import("dataclasses", "replace"),
+                        [self._get_import("typeguard._config", "global_config")],
+                        config_keywords,
+                    )
+
+                self._memo.memo_var_name.id = self._memo.get_unused_name("memo")
+                memo_store_name = Name(id=self._memo.memo_var_name.id, ctx=Store())
+                globals_call = Call(Name(id="globals", ctx=Load()), [], [])
+                locals_call = Call(Name(id="locals", ctx=Load()), [], [])
+                memo_expr = Call(
+                    self._get_import("typeguard", "TypeCheckMemo"),
+                    [globals_call, locals_call],
+                    [keyword(key, value) for key, value in memo_kwargs.items()],
+                )
+                node.body.insert(
+                    self._memo.code_inject_index,
+                    Assign([memo_store_name], memo_expr),
+                )
+
+                self._memo.insert_imports(node)
+
+                # Special case the __new__() method to create a local alias from the
+                # class name to the first argument (usually "cls")
+                if (
+                    isinstance(node, FunctionDef)
+                    and node.args
+                    and self._memo.parent is not None
+                    and isinstance(self._memo.parent.node, ClassDef)
+                    and node.name == "__new__"
+                ):
+                    first_args_expr = Name(node.args.args[0].arg, ctx=Load())
+                    cls_name = Name(self._memo.parent.node.name, ctx=Store())
+                    node.body.insert(
+                        self._memo.code_inject_index,
+                        Assign([cls_name], first_args_expr),
+                    )
+
+                # Rmove any placeholder "pass" at the end
+                if isinstance(node.body[-1], Pass):
+                    del node.body[-1]
+
+        return node
+
+    def visit_AsyncFunctionDef(
+        self, node: AsyncFunctionDef
+    ) -> FunctionDef | AsyncFunctionDef | None:
+        return self.visit_FunctionDef(node)
+
+    def visit_Return(self, node: Return) -> Return:
+        """This injects type checks into "return" statements."""
+        self.generic_visit(node)
+        if (
+            self._memo.return_annotation
+            and self._memo.should_instrument
+            and not self._memo.is_ignored_name(self._memo.return_annotation)
+        ):
+            func_name = self._get_import("typeguard._functions", "check_return_type")
+            old_node = node
+            retval = old_node.value or Constant(None)
+            node = Return(
+                Call(
+                    func_name,
+                    [
+                        self._memo.joined_path,
+                        retval,
+                        self._memo.return_annotation,
+                        self._memo.get_memo_name(),
+                    ],
+                    [],
+                )
+            )
+            copy_location(node, old_node)
+
+        return node
+
+    def visit_Yield(self, node: Yield) -> Yield | Call:
+        """
+        This injects type checks into "yield" expressions, checking both the yielded
+        value and the value sent back to the generator, when appropriate.
+
+        """
+        self._memo.has_yield_expressions = True
+        self.generic_visit(node)
+
+        if (
+            self._memo.yield_annotation
+            and self._memo.should_instrument
+            and not self._memo.is_ignored_name(self._memo.yield_annotation)
+        ):
+            func_name = self._get_import("typeguard._functions", "check_yield_type")
+            yieldval = node.value or Constant(None)
+            node.value = Call(
+                func_name,
+                [
+                    self._memo.joined_path,
+                    yieldval,
+                    self._memo.yield_annotation,
+                    self._memo.get_memo_name(),
+                ],
+                [],
+            )
+
+        if (
+            self._memo.send_annotation
+            and self._memo.should_instrument
+            and not self._memo.is_ignored_name(self._memo.send_annotation)
+        ):
+            func_name = self._get_import("typeguard._functions", "check_send_type")
+            old_node = node
+            call_node = Call(
+                func_name,
+                [
+                    self._memo.joined_path,
+                    old_node,
+                    self._memo.send_annotation,
+                    self._memo.get_memo_name(),
+                ],
+                [],
+            )
+            copy_location(call_node, old_node)
+            return call_node
+
+        return node
+
+    def visit_AnnAssign(self, node: AnnAssign) -> Any:
+        """
+        This injects a type check into a local variable annotation-assignment within a
+        function body.
+
+        """
+        self.generic_visit(node)
+
+        if (
+            isinstance(self._memo.node, (FunctionDef, AsyncFunctionDef))
+            and node.annotation
+            and isinstance(node.target, Name)
+        ):
+            self._memo.ignored_names.add(node.target.id)
+            annotation = self._convert_annotation(deepcopy(node.annotation))
+            if annotation:
+                self._memo.variable_annotations[node.target.id] = annotation
+                if node.value:
+                    func_name = self._get_import(
+                        "typeguard._functions", "check_variable_assignment"
+                    )
+                    node.value = Call(
+                        func_name,
+                        [
+                            node.value,
+                            Constant(node.target.id),
+                            annotation,
+                            self._memo.get_memo_name(),
+                        ],
+                        [],
+                    )
+
+        return node
+
+    def visit_Assign(self, node: Assign) -> Any:
+        """
+        This injects a type check into a local variable assignment within a function
+        body. The variable must have been annotated earlier in the function body.
+
+        """
+        self.generic_visit(node)
+
+        # Only instrument function-local assignments
+        if isinstance(self._memo.node, (FunctionDef, AsyncFunctionDef)):
+            targets: list[dict[Constant, expr | None]] = []
+            check_required = False
+            for target in node.targets:
+                elts: Sequence[expr]
+                if isinstance(target, Name):
+                    elts = [target]
+                elif isinstance(target, Tuple):
+                    elts = target.elts
+                else:
+                    continue
+
+                annotations_: dict[Constant, expr | None] = {}
+                for exp in elts:
+                    prefix = ""
+                    if isinstance(exp, Starred):
+                        exp = exp.value
+                        prefix = "*"
+
+                    if isinstance(exp, Name):
+                        self._memo.ignored_names.add(exp.id)
+                        name = prefix + exp.id
+                        annotation = self._memo.variable_annotations.get(exp.id)
+                        if annotation:
+                            annotations_[Constant(name)] = annotation
+                            check_required = True
+                        else:
+                            annotations_[Constant(name)] = None
+
+                targets.append(annotations_)
+
+            if check_required:
+                # Replace missing annotations with typing.Any
+                for item in targets:
+                    for key, expression in item.items():
+                        if expression is None:
+                            item[key] = self._get_import("typing", "Any")
+
+                if len(targets) == 1 and len(targets[0]) == 1:
+                    func_name = self._get_import(
+                        "typeguard._functions", "check_variable_assignment"
+                    )
+                    target_varname = next(iter(targets[0]))
+                    node.value = Call(
+                        func_name,
+                        [
+                            node.value,
+                            target_varname,
+                            targets[0][target_varname],
+                            self._memo.get_memo_name(),
+                        ],
+                        [],
+                    )
+                elif targets:
+                    func_name = self._get_import(
+                        "typeguard._functions", "check_multi_variable_assignment"
+                    )
+                    targets_arg = List(
+                        [
+                            Dict(keys=list(target), values=list(target.values()))
+                            for target in targets
+                        ],
+                        ctx=Load(),
+                    )
+                    node.value = Call(
+                        func_name,
+                        [node.value, targets_arg, self._memo.get_memo_name()],
+                        [],
+                    )
+
+        return node
+
+    def visit_NamedExpr(self, node: NamedExpr) -> Any:
+        """This injects a type check into an assignment expression (a := foo())."""
+        self.generic_visit(node)
+
+        # Only instrument function-local assignments
+        if isinstance(self._memo.node, (FunctionDef, AsyncFunctionDef)) and isinstance(
+            node.target, Name
+        ):
+            self._memo.ignored_names.add(node.target.id)
+
+            # Bail out if no matching annotation is found
+            annotation = self._memo.variable_annotations.get(node.target.id)
+            if annotation is None:
+                return node
+
+            func_name = self._get_import(
+                "typeguard._functions", "check_variable_assignment"
+            )
+            node.value = Call(
+                func_name,
+                [
+                    node.value,
+                    Constant(node.target.id),
+                    annotation,
+                    self._memo.get_memo_name(),
+                ],
+                [],
+            )
+
+        return node
+
+    def visit_AugAssign(self, node: AugAssign) -> Any:
+        """
+        This injects a type check into an augmented assignment expression (a += 1).
+
+        """
+        self.generic_visit(node)
+
+        # Only instrument function-local assignments
+        if isinstance(self._memo.node, (FunctionDef, AsyncFunctionDef)) and isinstance(
+            node.target, Name
+        ):
+            # Bail out if no matching annotation is found
+            annotation = self._memo.variable_annotations.get(node.target.id)
+            if annotation is None:
+                return node
+
+            # Bail out if the operator is not found (newer Python version?)
+            try:
+                operator_func_name = aug_assign_functions[node.op.__class__]
+            except KeyError:
+                return node
+
+            operator_func = self._get_import("operator", operator_func_name)
+            operator_call = Call(
+                operator_func, [Name(node.target.id, ctx=Load()), node.value], []
+            )
+            check_call = Call(
+                self._get_import("typeguard._functions", "check_variable_assignment"),
+                [
+                    operator_call,
+                    Constant(node.target.id),
+                    annotation,
+                    self._memo.get_memo_name(),
+                ],
+                [],
+            )
+            return Assign(targets=[node.target], value=check_call)
+
+        return node
+
+    def visit_If(self, node: If) -> Any:
+        """
+        This blocks names from being collected from a module-level
+        "if typing.TYPE_CHECKING:" block, so that they won't be type checked.
+
+        """
+        self.generic_visit(node)
+
+        if (
+            self._memo is self._module_memo
+            and isinstance(node.test, Name)
+            and self._memo.name_matches(node.test, "typing.TYPE_CHECKING")
+        ):
+            collector = NameCollector()
+            collector.visit(node)
+            self._memo.ignored_names.update(collector.names)
+
+        return node
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py
new file mode 100644
index 0000000..19617e6
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py
@@ -0,0 +1,55 @@
+"""
+Transforms lazily evaluated PEP 604 unions into typing.Unions, for compatibility with
+Python versions older than 3.10.
+"""
+
+from __future__ import annotations
+
+from ast import (
+    BinOp,
+    BitOr,
+    Index,
+    Load,
+    Name,
+    NodeTransformer,
+    Subscript,
+    fix_missing_locations,
+    parse,
+)
+from ast import Tuple as ASTTuple
+from types import CodeType
+from typing import Any, Dict, FrozenSet, List, Set, Tuple, Union
+
+type_substitutions = {
+    "dict": Dict,
+    "list": List,
+    "tuple": Tuple,
+    "set": Set,
+    "frozenset": FrozenSet,
+    "Union": Union,
+}
+
+
+class UnionTransformer(NodeTransformer):
+    def __init__(self, union_name: Name | None = None):
+        self.union_name = union_name or Name(id="Union", ctx=Load())
+
+    def visit_BinOp(self, node: BinOp) -> Any:
+        self.generic_visit(node)
+        if isinstance(node.op, BitOr):
+            return Subscript(
+                value=self.union_name,
+                slice=Index(
+                    ASTTuple(elts=[node.left, node.right], ctx=Load()), ctx=Load()
+                ),
+                ctx=Load(),
+            )
+
+        return node
+
+
+def compile_type_hint(hint: str) -> CodeType:
+    parsed = parse(hint, "", "eval")
+    UnionTransformer().visit(parsed)
+    fix_missing_locations(parsed)
+    return compile(parsed, "", "eval", flags=0)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py
new file mode 100644
index 0000000..9bcc841
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py
@@ -0,0 +1,173 @@
+from __future__ import annotations
+
+import inspect
+import sys
+from importlib import import_module
+from inspect import currentframe
+from types import CodeType, FrameType, FunctionType
+from typing import TYPE_CHECKING, Any, Callable, ForwardRef, Union, cast, final
+from weakref import WeakValueDictionary
+
+if TYPE_CHECKING:
+    from ._memo import TypeCheckMemo
+
+if sys.version_info >= (3, 13):
+    from typing import get_args, get_origin
+
+    def evaluate_forwardref(forwardref: ForwardRef, memo: TypeCheckMemo) -> Any:
+        return forwardref._evaluate(
+            memo.globals, memo.locals, type_params=(), recursive_guard=frozenset()
+        )
+
+elif sys.version_info >= (3, 10):
+    from typing import get_args, get_origin
+
+    def evaluate_forwardref(forwardref: ForwardRef, memo: TypeCheckMemo) -> Any:
+        return forwardref._evaluate(
+            memo.globals, memo.locals, recursive_guard=frozenset()
+        )
+
+else:
+    from typing_extensions import get_args, get_origin
+
+    evaluate_extra_args: tuple[frozenset[Any], ...] = (
+        (frozenset(),) if sys.version_info >= (3, 9) else ()
+    )
+
+    def evaluate_forwardref(forwardref: ForwardRef, memo: TypeCheckMemo) -> Any:
+        from ._union_transformer import compile_type_hint, type_substitutions
+
+        if not forwardref.__forward_evaluated__:
+            forwardref.__forward_code__ = compile_type_hint(forwardref.__forward_arg__)
+
+        try:
+            return forwardref._evaluate(memo.globals, memo.locals, *evaluate_extra_args)
+        except NameError:
+            if sys.version_info < (3, 10):
+                # Try again, with the type substitutions (list -> List etc.) in place
+                new_globals = memo.globals.copy()
+                new_globals.setdefault("Union", Union)
+                if sys.version_info < (3, 9):
+                    new_globals.update(type_substitutions)
+
+                return forwardref._evaluate(
+                    new_globals, memo.locals or new_globals, *evaluate_extra_args
+                )
+
+            raise
+
+
+_functions_map: WeakValueDictionary[CodeType, FunctionType] = WeakValueDictionary()
+
+
+def get_type_name(type_: Any) -> str:
+    name: str
+    for attrname in "__name__", "_name", "__forward_arg__":
+        candidate = getattr(type_, attrname, None)
+        if isinstance(candidate, str):
+            name = candidate
+            break
+    else:
+        origin = get_origin(type_)
+        candidate = getattr(origin, "_name", None)
+        if candidate is None:
+            candidate = type_.__class__.__name__.strip("_")
+
+        if isinstance(candidate, str):
+            name = candidate
+        else:
+            return "(unknown)"
+
+    args = get_args(type_)
+    if args:
+        if name == "Literal":
+            formatted_args = ", ".join(repr(arg) for arg in args)
+        else:
+            formatted_args = ", ".join(get_type_name(arg) for arg in args)
+
+        name += f"[{formatted_args}]"
+
+    module = getattr(type_, "__module__", None)
+    if module and module not in (None, "typing", "typing_extensions", "builtins"):
+        name = module + "." + name
+
+    return name
+
+
+def qualified_name(obj: Any, *, add_class_prefix: bool = False) -> str:
+    """
+    Return the qualified name (e.g. package.module.Type) for the given object.
+
+    Builtins and types from the :mod:`typing` package get special treatment by having
+    the module name stripped from the generated name.
+
+    """
+    if obj is None:
+        return "None"
+    elif inspect.isclass(obj):
+        prefix = "class " if add_class_prefix else ""
+        type_ = obj
+    else:
+        prefix = ""
+        type_ = type(obj)
+
+    module = type_.__module__
+    qualname = type_.__qualname__
+    name = qualname if module in ("typing", "builtins") else f"{module}.{qualname}"
+    return prefix + name
+
+
+def function_name(func: Callable[..., Any]) -> str:
+    """
+    Return the qualified name of the given function.
+
+    Builtins and types from the :mod:`typing` package get special treatment by having
+    the module name stripped from the generated name.
+
+    """
+    # For partial functions and objects with __call__ defined, __qualname__ does not
+    # exist
+    module = getattr(func, "__module__", "")
+    qualname = (module + ".") if module not in ("builtins", "") else ""
+    return qualname + getattr(func, "__qualname__", repr(func))
+
+
+def resolve_reference(reference: str) -> Any:
+    modulename, varname = reference.partition(":")[::2]
+    if not modulename or not varname:
+        raise ValueError(f"{reference!r} is not a module:varname reference")
+
+    obj = import_module(modulename)
+    for attr in varname.split("."):
+        obj = getattr(obj, attr)
+
+    return obj
+
+
+def is_method_of(obj: object, cls: type) -> bool:
+    return (
+        inspect.isfunction(obj)
+        and obj.__module__ == cls.__module__
+        and obj.__qualname__.startswith(cls.__qualname__ + ".")
+    )
+
+
+def get_stacklevel() -> int:
+    level = 1
+    frame = cast(FrameType, currentframe()).f_back
+    while frame and frame.f_globals.get("__name__", "").startswith("typeguard."):
+        level += 1
+        frame = frame.f_back
+
+    return level
+
+
+@final
+class Unset:
+    __slots__ = ()
+
+    def __repr__(self) -> str:
+        return ""
+
+
+unset = Unset()
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed
new file mode 100644
index 0000000..e69de29
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE
new file mode 100644
index 0000000..f26bcf4
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE
@@ -0,0 +1,279 @@
+A. HISTORY OF THE SOFTWARE
+==========================
+
+Python was created in the early 1990s by Guido van Rossum at Stichting
+Mathematisch Centrum (CWI, see https://www.cwi.nl) in the Netherlands
+as a successor of a language called ABC.  Guido remains Python's
+principal author, although it includes many contributions from others.
+
+In 1995, Guido continued his work on Python at the Corporation for
+National Research Initiatives (CNRI, see https://www.cnri.reston.va.us)
+in Reston, Virginia where he released several versions of the
+software.
+
+In May 2000, Guido and the Python core development team moved to
+BeOpen.com to form the BeOpen PythonLabs team.  In October of the same
+year, the PythonLabs team moved to Digital Creations, which became
+Zope Corporation.  In 2001, the Python Software Foundation (PSF, see
+https://www.python.org/psf/) was formed, a non-profit organization
+created specifically to own Python-related Intellectual Property.
+Zope Corporation was a sponsoring member of the PSF.
+
+All Python releases are Open Source (see https://opensource.org for
+the Open Source Definition).  Historically, most, but not all, Python
+releases have also been GPL-compatible; the table below summarizes
+the various releases.
+
+    Release         Derived     Year        Owner       GPL-
+                    from                                compatible? (1)
+
+    0.9.0 thru 1.2              1991-1995   CWI         yes
+    1.3 thru 1.5.2  1.2         1995-1999   CNRI        yes
+    1.6             1.5.2       2000        CNRI        no
+    2.0             1.6         2000        BeOpen.com  no
+    1.6.1           1.6         2001        CNRI        yes (2)
+    2.1             2.0+1.6.1   2001        PSF         no
+    2.0.1           2.0+1.6.1   2001        PSF         yes
+    2.1.1           2.1+2.0.1   2001        PSF         yes
+    2.1.2           2.1.1       2002        PSF         yes
+    2.1.3           2.1.2       2002        PSF         yes
+    2.2 and above   2.1.1       2001-now    PSF         yes
+
+Footnotes:
+
+(1) GPL-compatible doesn't mean that we're distributing Python under
+    the GPL.  All Python licenses, unlike the GPL, let you distribute
+    a modified version without making your changes open source.  The
+    GPL-compatible licenses make it possible to combine Python with
+    other software that is released under the GPL; the others don't.
+
+(2) According to Richard Stallman, 1.6.1 is not GPL-compatible,
+    because its license has a choice of law clause.  According to
+    CNRI, however, Stallman's lawyer has told CNRI's lawyer that 1.6.1
+    is "not incompatible" with the GPL.
+
+Thanks to the many outside volunteers who have worked under Guido's
+direction to make these releases possible.
+
+
+B. TERMS AND CONDITIONS FOR ACCESSING OR OTHERWISE USING PYTHON
+===============================================================
+
+Python software and documentation are licensed under the
+Python Software Foundation License Version 2.
+
+Starting with Python 3.8.6, examples, recipes, and other code in
+the documentation are dual licensed under the PSF License Version 2
+and the Zero-Clause BSD license.
+
+Some software incorporated into Python is under different licenses.
+The licenses are listed with code falling under that license.
+
+
+PYTHON SOFTWARE FOUNDATION LICENSE VERSION 2
+--------------------------------------------
+
+1. This LICENSE AGREEMENT is between the Python Software Foundation
+("PSF"), and the Individual or Organization ("Licensee") accessing and
+otherwise using this software ("Python") in source or binary form and
+its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, PSF hereby
+grants Licensee a nonexclusive, royalty-free, world-wide license to reproduce,
+analyze, test, perform and/or display publicly, prepare derivative works,
+distribute, and otherwise use Python alone or in any derivative version,
+provided, however, that PSF's License Agreement and PSF's notice of copyright,
+i.e., "Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010,
+2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Python Software Foundation;
+All Rights Reserved" are retained in Python alone or in any derivative version
+prepared by Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python.
+
+4. PSF is making Python available to Licensee on an "AS IS"
+basis.  PSF MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, PSF MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. PSF SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. Nothing in this License Agreement shall be deemed to create any
+relationship of agency, partnership, or joint venture between PSF and
+Licensee.  This License Agreement does not grant permission to use PSF
+trademarks or trade name in a trademark sense to endorse or promote
+products or services of Licensee, or any third party.
+
+8. By copying, installing or otherwise using Python, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+
+BEOPEN.COM LICENSE AGREEMENT FOR PYTHON 2.0
+-------------------------------------------
+
+BEOPEN PYTHON OPEN SOURCE LICENSE AGREEMENT VERSION 1
+
+1. This LICENSE AGREEMENT is between BeOpen.com ("BeOpen"), having an
+office at 160 Saratoga Avenue, Santa Clara, CA 95051, and the
+Individual or Organization ("Licensee") accessing and otherwise using
+this software in source or binary form and its associated
+documentation ("the Software").
+
+2. Subject to the terms and conditions of this BeOpen Python License
+Agreement, BeOpen hereby grants Licensee a non-exclusive,
+royalty-free, world-wide license to reproduce, analyze, test, perform
+and/or display publicly, prepare derivative works, distribute, and
+otherwise use the Software alone or in any derivative version,
+provided, however, that the BeOpen Python License is retained in the
+Software, alone or in any derivative version prepared by Licensee.
+
+3. BeOpen is making the Software available to Licensee on an "AS IS"
+basis.  BEOPEN MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, BEOPEN MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+4. BEOPEN SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF THE
+SOFTWARE FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS
+AS A RESULT OF USING, MODIFYING OR DISTRIBUTING THE SOFTWARE, OR ANY
+DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+5. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+6. This License Agreement shall be governed by and interpreted in all
+respects by the law of the State of California, excluding conflict of
+law provisions.  Nothing in this License Agreement shall be deemed to
+create any relationship of agency, partnership, or joint venture
+between BeOpen and Licensee.  This License Agreement does not grant
+permission to use BeOpen trademarks or trade names in a trademark
+sense to endorse or promote products or services of Licensee, or any
+third party.  As an exception, the "BeOpen Python" logos available at
+http://www.pythonlabs.com/logos.html may be used according to the
+permissions granted on that web page.
+
+7. By copying, installing or otherwise using the software, Licensee
+agrees to be bound by the terms and conditions of this License
+Agreement.
+
+
+CNRI LICENSE AGREEMENT FOR PYTHON 1.6.1
+---------------------------------------
+
+1. This LICENSE AGREEMENT is between the Corporation for National
+Research Initiatives, having an office at 1895 Preston White Drive,
+Reston, VA 20191 ("CNRI"), and the Individual or Organization
+("Licensee") accessing and otherwise using Python 1.6.1 software in
+source or binary form and its associated documentation.
+
+2. Subject to the terms and conditions of this License Agreement, CNRI
+hereby grants Licensee a nonexclusive, royalty-free, world-wide
+license to reproduce, analyze, test, perform and/or display publicly,
+prepare derivative works, distribute, and otherwise use Python 1.6.1
+alone or in any derivative version, provided, however, that CNRI's
+License Agreement and CNRI's notice of copyright, i.e., "Copyright (c)
+1995-2001 Corporation for National Research Initiatives; All Rights
+Reserved" are retained in Python 1.6.1 alone or in any derivative
+version prepared by Licensee.  Alternately, in lieu of CNRI's License
+Agreement, Licensee may substitute the following text (omitting the
+quotes): "Python 1.6.1 is made available subject to the terms and
+conditions in CNRI's License Agreement.  This Agreement together with
+Python 1.6.1 may be located on the internet using the following
+unique, persistent identifier (known as a handle): 1895.22/1013.  This
+Agreement may also be obtained from a proxy server on the internet
+using the following URL: http://hdl.handle.net/1895.22/1013".
+
+3. In the event Licensee prepares a derivative work that is based on
+or incorporates Python 1.6.1 or any part thereof, and wants to make
+the derivative work available to others as provided herein, then
+Licensee hereby agrees to include in any such work a brief summary of
+the changes made to Python 1.6.1.
+
+4. CNRI is making Python 1.6.1 available to Licensee on an "AS IS"
+basis.  CNRI MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR
+IMPLIED.  BY WAY OF EXAMPLE, BUT NOT LIMITATION, CNRI MAKES NO AND
+DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS
+FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF PYTHON 1.6.1 WILL NOT
+INFRINGE ANY THIRD PARTY RIGHTS.
+
+5. CNRI SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF PYTHON
+1.6.1 FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS
+A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING PYTHON 1.6.1,
+OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF.
+
+6. This License Agreement will automatically terminate upon a material
+breach of its terms and conditions.
+
+7. This License Agreement shall be governed by the federal
+intellectual property law of the United States, including without
+limitation the federal copyright law, and, to the extent such
+U.S. federal law does not apply, by the law of the Commonwealth of
+Virginia, excluding Virginia's conflict of law provisions.
+Notwithstanding the foregoing, with regard to derivative works based
+on Python 1.6.1 that incorporate non-separable material that was
+previously distributed under the GNU General Public License (GPL), the
+law of the Commonwealth of Virginia shall govern this License
+Agreement only as to issues arising under or with respect to
+Paragraphs 4, 5, and 7 of this License Agreement.  Nothing in this
+License Agreement shall be deemed to create any relationship of
+agency, partnership, or joint venture between CNRI and Licensee.  This
+License Agreement does not grant permission to use CNRI trademarks or
+trade name in a trademark sense to endorse or promote products or
+services of Licensee, or any third party.
+
+8. By clicking on the "ACCEPT" button where indicated, or by copying,
+installing or otherwise using Python 1.6.1, Licensee agrees to be
+bound by the terms and conditions of this License Agreement.
+
+        ACCEPT
+
+
+CWI LICENSE AGREEMENT FOR PYTHON 0.9.0 THROUGH 1.2
+--------------------------------------------------
+
+Copyright (c) 1991 - 1995, Stichting Mathematisch Centrum Amsterdam,
+The Netherlands.  All rights reserved.
+
+Permission to use, copy, modify, and distribute this software and its
+documentation for any purpose and without fee is hereby granted,
+provided that the above copyright notice appear in all copies and that
+both that copyright notice and this permission notice appear in
+supporting documentation, and that the name of Stichting Mathematisch
+Centrum or CWI not be used in advertising or publicity pertaining to
+distribution of the software without specific, written prior
+permission.
+
+STICHTING MATHEMATISCH CENTRUM DISCLAIMS ALL WARRANTIES WITH REGARD TO
+THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
+FITNESS, IN NO EVENT SHALL STICHTING MATHEMATISCH CENTRUM BE LIABLE
+FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+ZERO-CLAUSE BSD LICENSE FOR CODE IN THE PYTHON DOCUMENTATION
+----------------------------------------------------------------------
+
+Permission to use, copy, modify, and/or distribute this software for any
+purpose with or without fee is hereby granted.
+
+THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+PERFORMANCE OF THIS SOFTWARE.
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA
new file mode 100644
index 0000000..f15e2b3
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA
@@ -0,0 +1,67 @@
+Metadata-Version: 2.1
+Name: typing_extensions
+Version: 4.12.2
+Summary: Backported and Experimental Type Hints for Python 3.8+
+Keywords: annotations,backport,checker,checking,function,hinting,hints,type,typechecking,typehinting,typehints,typing
+Author-email: "Guido van Rossum, Jukka Lehtosalo, Łukasz Langa, Michael Lee" 
+Requires-Python: >=3.8
+Description-Content-Type: text/markdown
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Environment :: Console
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: Python Software Foundation License
+Classifier: Operating System :: OS Independent
+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: Topic :: Software Development
+Project-URL: Bug Tracker, https://github.com/python/typing_extensions/issues
+Project-URL: Changes, https://github.com/python/typing_extensions/blob/main/CHANGELOG.md
+Project-URL: Documentation, https://typing-extensions.readthedocs.io/
+Project-URL: Home, https://github.com/python/typing_extensions
+Project-URL: Q & A, https://github.com/python/typing/discussions
+Project-URL: Repository, https://github.com/python/typing_extensions
+
+# Typing Extensions
+
+[![Chat at https://gitter.im/python/typing](https://badges.gitter.im/python/typing.svg)](https://gitter.im/python/typing)
+
+[Documentation](https://typing-extensions.readthedocs.io/en/latest/#) –
+[PyPI](https://pypi.org/project/typing-extensions/)
+
+## Overview
+
+The `typing_extensions` module serves two related purposes:
+
+- Enable use of new type system features on older Python versions. For example,
+  `typing.TypeGuard` is new in Python 3.10, but `typing_extensions` allows
+  users on previous Python versions to use it too.
+- Enable experimentation with new type system PEPs before they are accepted and
+  added to the `typing` module.
+
+`typing_extensions` is treated specially by static type checkers such as
+mypy and pyright. Objects defined in `typing_extensions` are treated the same
+way as equivalent forms in `typing`.
+
+`typing_extensions` uses
+[Semantic Versioning](https://semver.org/). The
+major version will be incremented only for backwards-incompatible changes.
+Therefore, it's safe to depend
+on `typing_extensions` like this: `typing_extensions >=x.y, <(x+1)`,
+where `x.y` is the first version that includes all features you need.
+
+## Included items
+
+See [the documentation](https://typing-extensions.readthedocs.io/en/latest/#) for a
+complete listing of module contents.
+
+## Contributing
+
+See [CONTRIBUTING.md](https://github.com/python/typing_extensions/blob/main/CONTRIBUTING.md)
+for how to contribute to `typing_extensions`.
+
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD
new file mode 100644
index 0000000..bc7b453
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD
@@ -0,0 +1,7 @@
+__pycache__/typing_extensions.cpython-312.pyc,,
+typing_extensions-4.12.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+typing_extensions-4.12.2.dist-info/LICENSE,sha256=Oy-B_iHRgcSZxZolbI4ZaEVdZonSaaqFNzv7avQdo78,13936
+typing_extensions-4.12.2.dist-info/METADATA,sha256=BeUQIa8cnYbrjWx-N8TOznM9UGW5Gm2DicVpDtRA8W0,3018
+typing_extensions-4.12.2.dist-info/RECORD,,
+typing_extensions-4.12.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
+typing_extensions.py,sha256=gwekpyG9DVG3lxWKX4ni8u7nk3We5slG98mA9F3DJQw,134451
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL
new file mode 100644
index 0000000..3b5e64b
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL
@@ -0,0 +1,4 @@
+Wheel-Version: 1.0
+Generator: flit 3.9.0
+Root-Is-Purelib: true
+Tag: py3-none-any
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py
new file mode 100644
index 0000000..dec429c
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py
@@ -0,0 +1,3641 @@
+import abc
+import collections
+import collections.abc
+import contextlib
+import functools
+import inspect
+import operator
+import sys
+import types as _types
+import typing
+import warnings
+
+__all__ = [
+    # Super-special typing primitives.
+    'Any',
+    'ClassVar',
+    'Concatenate',
+    'Final',
+    'LiteralString',
+    'ParamSpec',
+    'ParamSpecArgs',
+    'ParamSpecKwargs',
+    'Self',
+    'Type',
+    'TypeVar',
+    'TypeVarTuple',
+    'Unpack',
+
+    # ABCs (from collections.abc).
+    'Awaitable',
+    'AsyncIterator',
+    'AsyncIterable',
+    'Coroutine',
+    'AsyncGenerator',
+    'AsyncContextManager',
+    'Buffer',
+    'ChainMap',
+
+    # Concrete collection types.
+    'ContextManager',
+    'Counter',
+    'Deque',
+    'DefaultDict',
+    'NamedTuple',
+    'OrderedDict',
+    'TypedDict',
+
+    # Structural checks, a.k.a. protocols.
+    'SupportsAbs',
+    'SupportsBytes',
+    'SupportsComplex',
+    'SupportsFloat',
+    'SupportsIndex',
+    'SupportsInt',
+    'SupportsRound',
+
+    # One-off things.
+    'Annotated',
+    'assert_never',
+    'assert_type',
+    'clear_overloads',
+    'dataclass_transform',
+    'deprecated',
+    'Doc',
+    'get_overloads',
+    'final',
+    'get_args',
+    'get_origin',
+    'get_original_bases',
+    'get_protocol_members',
+    'get_type_hints',
+    'IntVar',
+    'is_protocol',
+    'is_typeddict',
+    'Literal',
+    'NewType',
+    'overload',
+    'override',
+    'Protocol',
+    'reveal_type',
+    'runtime',
+    'runtime_checkable',
+    'Text',
+    'TypeAlias',
+    'TypeAliasType',
+    'TypeGuard',
+    'TypeIs',
+    'TYPE_CHECKING',
+    'Never',
+    'NoReturn',
+    'ReadOnly',
+    'Required',
+    'NotRequired',
+
+    # Pure aliases, have always been in typing
+    'AbstractSet',
+    'AnyStr',
+    'BinaryIO',
+    'Callable',
+    'Collection',
+    'Container',
+    'Dict',
+    'ForwardRef',
+    'FrozenSet',
+    'Generator',
+    'Generic',
+    'Hashable',
+    'IO',
+    'ItemsView',
+    'Iterable',
+    'Iterator',
+    'KeysView',
+    'List',
+    'Mapping',
+    'MappingView',
+    'Match',
+    'MutableMapping',
+    'MutableSequence',
+    'MutableSet',
+    'NoDefault',
+    'Optional',
+    'Pattern',
+    'Reversible',
+    'Sequence',
+    'Set',
+    'Sized',
+    'TextIO',
+    'Tuple',
+    'Union',
+    'ValuesView',
+    'cast',
+    'no_type_check',
+    'no_type_check_decorator',
+]
+
+# for backward compatibility
+PEP_560 = True
+GenericMeta = type
+_PEP_696_IMPLEMENTED = sys.version_info >= (3, 13, 0, "beta")
+
+# The functions below are modified copies of typing internal helpers.
+# They are needed by _ProtocolMeta and they provide support for PEP 646.
+
+
+class _Sentinel:
+    def __repr__(self):
+        return ""
+
+
+_marker = _Sentinel()
+
+
+if sys.version_info >= (3, 10):
+    def _should_collect_from_parameters(t):
+        return isinstance(
+            t, (typing._GenericAlias, _types.GenericAlias, _types.UnionType)
+        )
+elif sys.version_info >= (3, 9):
+    def _should_collect_from_parameters(t):
+        return isinstance(t, (typing._GenericAlias, _types.GenericAlias))
+else:
+    def _should_collect_from_parameters(t):
+        return isinstance(t, typing._GenericAlias) and not t._special
+
+
+NoReturn = typing.NoReturn
+
+# Some unconstrained type variables.  These are used by the container types.
+# (These are not for export.)
+T = typing.TypeVar('T')  # Any type.
+KT = typing.TypeVar('KT')  # Key type.
+VT = typing.TypeVar('VT')  # Value type.
+T_co = typing.TypeVar('T_co', covariant=True)  # Any type covariant containers.
+T_contra = typing.TypeVar('T_contra', contravariant=True)  # Ditto contravariant.
+
+
+if sys.version_info >= (3, 11):
+    from typing import Any
+else:
+
+    class _AnyMeta(type):
+        def __instancecheck__(self, obj):
+            if self is Any:
+                raise TypeError("typing_extensions.Any cannot be used with isinstance()")
+            return super().__instancecheck__(obj)
+
+        def __repr__(self):
+            if self is Any:
+                return "typing_extensions.Any"
+            return super().__repr__()
+
+    class Any(metaclass=_AnyMeta):
+        """Special type indicating an unconstrained type.
+        - Any is compatible with every type.
+        - Any assumed to have all methods.
+        - All values assumed to be instances of Any.
+        Note that all the above statements are true from the point of view of
+        static type checkers. At runtime, Any should not be used with instance
+        checks.
+        """
+        def __new__(cls, *args, **kwargs):
+            if cls is Any:
+                raise TypeError("Any cannot be instantiated")
+            return super().__new__(cls, *args, **kwargs)
+
+
+ClassVar = typing.ClassVar
+
+
+class _ExtensionsSpecialForm(typing._SpecialForm, _root=True):
+    def __repr__(self):
+        return 'typing_extensions.' + self._name
+
+
+Final = typing.Final
+
+if sys.version_info >= (3, 11):
+    final = typing.final
+else:
+    # @final exists in 3.8+, but we backport it for all versions
+    # before 3.11 to keep support for the __final__ attribute.
+    # See https://bugs.python.org/issue46342
+    def final(f):
+        """This decorator can be used to indicate to type checkers that
+        the decorated method cannot be overridden, and decorated class
+        cannot be subclassed. For example:
+
+            class Base:
+                @final
+                def done(self) -> None:
+                    ...
+            class Sub(Base):
+                def done(self) -> None:  # Error reported by type checker
+                    ...
+            @final
+            class Leaf:
+                ...
+            class Other(Leaf):  # Error reported by type checker
+                ...
+
+        There is no runtime checking of these properties. The decorator
+        sets the ``__final__`` attribute to ``True`` on the decorated object
+        to allow runtime introspection.
+        """
+        try:
+            f.__final__ = True
+        except (AttributeError, TypeError):
+            # Skip the attribute silently if it is not writable.
+            # AttributeError happens if the object has __slots__ or a
+            # read-only property, TypeError if it's a builtin class.
+            pass
+        return f
+
+
+def IntVar(name):
+    return typing.TypeVar(name)
+
+
+# A Literal bug was fixed in 3.11.0, 3.10.1 and 3.9.8
+if sys.version_info >= (3, 10, 1):
+    Literal = typing.Literal
+else:
+    def _flatten_literal_params(parameters):
+        """An internal helper for Literal creation: flatten Literals among parameters"""
+        params = []
+        for p in parameters:
+            if isinstance(p, _LiteralGenericAlias):
+                params.extend(p.__args__)
+            else:
+                params.append(p)
+        return tuple(params)
+
+    def _value_and_type_iter(params):
+        for p in params:
+            yield p, type(p)
+
+    class _LiteralGenericAlias(typing._GenericAlias, _root=True):
+        def __eq__(self, other):
+            if not isinstance(other, _LiteralGenericAlias):
+                return NotImplemented
+            these_args_deduped = set(_value_and_type_iter(self.__args__))
+            other_args_deduped = set(_value_and_type_iter(other.__args__))
+            return these_args_deduped == other_args_deduped
+
+        def __hash__(self):
+            return hash(frozenset(_value_and_type_iter(self.__args__)))
+
+    class _LiteralForm(_ExtensionsSpecialForm, _root=True):
+        def __init__(self, doc: str):
+            self._name = 'Literal'
+            self._doc = self.__doc__ = doc
+
+        def __getitem__(self, parameters):
+            if not isinstance(parameters, tuple):
+                parameters = (parameters,)
+
+            parameters = _flatten_literal_params(parameters)
+
+            val_type_pairs = list(_value_and_type_iter(parameters))
+            try:
+                deduped_pairs = set(val_type_pairs)
+            except TypeError:
+                # unhashable parameters
+                pass
+            else:
+                # similar logic to typing._deduplicate on Python 3.9+
+                if len(deduped_pairs) < len(val_type_pairs):
+                    new_parameters = []
+                    for pair in val_type_pairs:
+                        if pair in deduped_pairs:
+                            new_parameters.append(pair[0])
+                            deduped_pairs.remove(pair)
+                    assert not deduped_pairs, deduped_pairs
+                    parameters = tuple(new_parameters)
+
+            return _LiteralGenericAlias(self, parameters)
+
+    Literal = _LiteralForm(doc="""\
+                           A type that can be used to indicate to type checkers
+                           that the corresponding value has a value literally equivalent
+                           to the provided parameter. For example:
+
+                               var: Literal[4] = 4
+
+                           The type checker understands that 'var' is literally equal to
+                           the value 4 and no other value.
+
+                           Literal[...] cannot be subclassed. There is no runtime
+                           checking verifying that the parameter is actually a value
+                           instead of a type.""")
+
+
+_overload_dummy = typing._overload_dummy
+
+
+if hasattr(typing, "get_overloads"):  # 3.11+
+    overload = typing.overload
+    get_overloads = typing.get_overloads
+    clear_overloads = typing.clear_overloads
+else:
+    # {module: {qualname: {firstlineno: func}}}
+    _overload_registry = collections.defaultdict(
+        functools.partial(collections.defaultdict, dict)
+    )
+
+    def overload(func):
+        """Decorator for overloaded functions/methods.
+
+        In a stub file, place two or more stub definitions for the same
+        function in a row, each decorated with @overload.  For example:
+
+        @overload
+        def utf8(value: None) -> None: ...
+        @overload
+        def utf8(value: bytes) -> bytes: ...
+        @overload
+        def utf8(value: str) -> bytes: ...
+
+        In a non-stub file (i.e. a regular .py file), do the same but
+        follow it with an implementation.  The implementation should *not*
+        be decorated with @overload.  For example:
+
+        @overload
+        def utf8(value: None) -> None: ...
+        @overload
+        def utf8(value: bytes) -> bytes: ...
+        @overload
+        def utf8(value: str) -> bytes: ...
+        def utf8(value):
+            # implementation goes here
+
+        The overloads for a function can be retrieved at runtime using the
+        get_overloads() function.
+        """
+        # classmethod and staticmethod
+        f = getattr(func, "__func__", func)
+        try:
+            _overload_registry[f.__module__][f.__qualname__][
+                f.__code__.co_firstlineno
+            ] = func
+        except AttributeError:
+            # Not a normal function; ignore.
+            pass
+        return _overload_dummy
+
+    def get_overloads(func):
+        """Return all defined overloads for *func* as a sequence."""
+        # classmethod and staticmethod
+        f = getattr(func, "__func__", func)
+        if f.__module__ not in _overload_registry:
+            return []
+        mod_dict = _overload_registry[f.__module__]
+        if f.__qualname__ not in mod_dict:
+            return []
+        return list(mod_dict[f.__qualname__].values())
+
+    def clear_overloads():
+        """Clear all overloads in the registry."""
+        _overload_registry.clear()
+
+
+# This is not a real generic class.  Don't use outside annotations.
+Type = typing.Type
+
+# Various ABCs mimicking those in collections.abc.
+# A few are simply re-exported for completeness.
+Awaitable = typing.Awaitable
+Coroutine = typing.Coroutine
+AsyncIterable = typing.AsyncIterable
+AsyncIterator = typing.AsyncIterator
+Deque = typing.Deque
+DefaultDict = typing.DefaultDict
+OrderedDict = typing.OrderedDict
+Counter = typing.Counter
+ChainMap = typing.ChainMap
+Text = typing.Text
+TYPE_CHECKING = typing.TYPE_CHECKING
+
+
+if sys.version_info >= (3, 13, 0, "beta"):
+    from typing import AsyncContextManager, AsyncGenerator, ContextManager, Generator
+else:
+    def _is_dunder(attr):
+        return attr.startswith('__') and attr.endswith('__')
+
+    # Python <3.9 doesn't have typing._SpecialGenericAlias
+    _special_generic_alias_base = getattr(
+        typing, "_SpecialGenericAlias", typing._GenericAlias
+    )
+
+    class _SpecialGenericAlias(_special_generic_alias_base, _root=True):
+        def __init__(self, origin, nparams, *, inst=True, name=None, defaults=()):
+            if _special_generic_alias_base is typing._GenericAlias:
+                # Python <3.9
+                self.__origin__ = origin
+                self._nparams = nparams
+                super().__init__(origin, nparams, special=True, inst=inst, name=name)
+            else:
+                # Python >= 3.9
+                super().__init__(origin, nparams, inst=inst, name=name)
+            self._defaults = defaults
+
+        def __setattr__(self, attr, val):
+            allowed_attrs = {'_name', '_inst', '_nparams', '_defaults'}
+            if _special_generic_alias_base is typing._GenericAlias:
+                # Python <3.9
+                allowed_attrs.add("__origin__")
+            if _is_dunder(attr) or attr in allowed_attrs:
+                object.__setattr__(self, attr, val)
+            else:
+                setattr(self.__origin__, attr, val)
+
+        @typing._tp_cache
+        def __getitem__(self, params):
+            if not isinstance(params, tuple):
+                params = (params,)
+            msg = "Parameters to generic types must be types."
+            params = tuple(typing._type_check(p, msg) for p in params)
+            if (
+                self._defaults
+                and len(params) < self._nparams
+                and len(params) + len(self._defaults) >= self._nparams
+            ):
+                params = (*params, *self._defaults[len(params) - self._nparams:])
+            actual_len = len(params)
+
+            if actual_len != self._nparams:
+                if self._defaults:
+                    expected = f"at least {self._nparams - len(self._defaults)}"
+                else:
+                    expected = str(self._nparams)
+                if not self._nparams:
+                    raise TypeError(f"{self} is not a generic class")
+                raise TypeError(
+                    f"Too {'many' if actual_len > self._nparams else 'few'}"
+                    f" arguments for {self};"
+                    f" actual {actual_len}, expected {expected}"
+                )
+            return self.copy_with(params)
+
+    _NoneType = type(None)
+    Generator = _SpecialGenericAlias(
+        collections.abc.Generator, 3, defaults=(_NoneType, _NoneType)
+    )
+    AsyncGenerator = _SpecialGenericAlias(
+        collections.abc.AsyncGenerator, 2, defaults=(_NoneType,)
+    )
+    ContextManager = _SpecialGenericAlias(
+        contextlib.AbstractContextManager,
+        2,
+        name="ContextManager",
+        defaults=(typing.Optional[bool],)
+    )
+    AsyncContextManager = _SpecialGenericAlias(
+        contextlib.AbstractAsyncContextManager,
+        2,
+        name="AsyncContextManager",
+        defaults=(typing.Optional[bool],)
+    )
+
+
+_PROTO_ALLOWLIST = {
+    'collections.abc': [
+        'Callable', 'Awaitable', 'Iterable', 'Iterator', 'AsyncIterable',
+        'Hashable', 'Sized', 'Container', 'Collection', 'Reversible', 'Buffer',
+    ],
+    'contextlib': ['AbstractContextManager', 'AbstractAsyncContextManager'],
+    'typing_extensions': ['Buffer'],
+}
+
+
+_EXCLUDED_ATTRS = frozenset(typing.EXCLUDED_ATTRIBUTES) | {
+    "__match_args__", "__protocol_attrs__", "__non_callable_proto_members__",
+    "__final__",
+}
+
+
+def _get_protocol_attrs(cls):
+    attrs = set()
+    for base in cls.__mro__[:-1]:  # without object
+        if base.__name__ in {'Protocol', 'Generic'}:
+            continue
+        annotations = getattr(base, '__annotations__', {})
+        for attr in (*base.__dict__, *annotations):
+            if (not attr.startswith('_abc_') and attr not in _EXCLUDED_ATTRS):
+                attrs.add(attr)
+    return attrs
+
+
+def _caller(depth=2):
+    try:
+        return sys._getframe(depth).f_globals.get('__name__', '__main__')
+    except (AttributeError, ValueError):  # For platforms without _getframe()
+        return None
+
+
+# `__match_args__` attribute was removed from protocol members in 3.13,
+# we want to backport this change to older Python versions.
+if sys.version_info >= (3, 13):
+    Protocol = typing.Protocol
+else:
+    def _allow_reckless_class_checks(depth=3):
+        """Allow instance and class checks for special stdlib modules.
+        The abc and functools modules indiscriminately call isinstance() and
+        issubclass() on the whole MRO of a user class, which may contain protocols.
+        """
+        return _caller(depth) in {'abc', 'functools', None}
+
+    def _no_init(self, *args, **kwargs):
+        if type(self)._is_protocol:
+            raise TypeError('Protocols cannot be instantiated')
+
+    def _type_check_issubclass_arg_1(arg):
+        """Raise TypeError if `arg` is not an instance of `type`
+        in `issubclass(arg, )`.
+
+        In most cases, this is verified by type.__subclasscheck__.
+        Checking it again unnecessarily would slow down issubclass() checks,
+        so, we don't perform this check unless we absolutely have to.
+
+        For various error paths, however,
+        we want to ensure that *this* error message is shown to the user
+        where relevant, rather than a typing.py-specific error message.
+        """
+        if not isinstance(arg, type):
+            # Same error message as for issubclass(1, int).
+            raise TypeError('issubclass() arg 1 must be a class')
+
+    # Inheriting from typing._ProtocolMeta isn't actually desirable,
+    # but is necessary to allow typing.Protocol and typing_extensions.Protocol
+    # to mix without getting TypeErrors about "metaclass conflict"
+    class _ProtocolMeta(type(typing.Protocol)):
+        # This metaclass is somewhat unfortunate,
+        # but is necessary for several reasons...
+        #
+        # NOTE: DO NOT call super() in any methods in this class
+        # That would call the methods on typing._ProtocolMeta on Python 3.8-3.11
+        # and those are slow
+        def __new__(mcls, name, bases, namespace, **kwargs):
+            if name == "Protocol" and len(bases) < 2:
+                pass
+            elif {Protocol, typing.Protocol} & set(bases):
+                for base in bases:
+                    if not (
+                        base in {object, typing.Generic, Protocol, typing.Protocol}
+                        or base.__name__ in _PROTO_ALLOWLIST.get(base.__module__, [])
+                        or is_protocol(base)
+                    ):
+                        raise TypeError(
+                            f"Protocols can only inherit from other protocols, "
+                            f"got {base!r}"
+                        )
+            return abc.ABCMeta.__new__(mcls, name, bases, namespace, **kwargs)
+
+        def __init__(cls, *args, **kwargs):
+            abc.ABCMeta.__init__(cls, *args, **kwargs)
+            if getattr(cls, "_is_protocol", False):
+                cls.__protocol_attrs__ = _get_protocol_attrs(cls)
+
+        def __subclasscheck__(cls, other):
+            if cls is Protocol:
+                return type.__subclasscheck__(cls, other)
+            if (
+                getattr(cls, '_is_protocol', False)
+                and not _allow_reckless_class_checks()
+            ):
+                if not getattr(cls, '_is_runtime_protocol', False):
+                    _type_check_issubclass_arg_1(other)
+                    raise TypeError(
+                        "Instance and class checks can only be used with "
+                        "@runtime_checkable protocols"
+                    )
+                if (
+                    # this attribute is set by @runtime_checkable:
+                    cls.__non_callable_proto_members__
+                    and cls.__dict__.get("__subclasshook__") is _proto_hook
+                ):
+                    _type_check_issubclass_arg_1(other)
+                    non_method_attrs = sorted(cls.__non_callable_proto_members__)
+                    raise TypeError(
+                        "Protocols with non-method members don't support issubclass()."
+                        f" Non-method members: {str(non_method_attrs)[1:-1]}."
+                    )
+            return abc.ABCMeta.__subclasscheck__(cls, other)
+
+        def __instancecheck__(cls, instance):
+            # We need this method for situations where attributes are
+            # assigned in __init__.
+            if cls is Protocol:
+                return type.__instancecheck__(cls, instance)
+            if not getattr(cls, "_is_protocol", False):
+                # i.e., it's a concrete subclass of a protocol
+                return abc.ABCMeta.__instancecheck__(cls, instance)
+
+            if (
+                not getattr(cls, '_is_runtime_protocol', False) and
+                not _allow_reckless_class_checks()
+            ):
+                raise TypeError("Instance and class checks can only be used with"
+                                " @runtime_checkable protocols")
+
+            if abc.ABCMeta.__instancecheck__(cls, instance):
+                return True
+
+            for attr in cls.__protocol_attrs__:
+                try:
+                    val = inspect.getattr_static(instance, attr)
+                except AttributeError:
+                    break
+                # this attribute is set by @runtime_checkable:
+                if val is None and attr not in cls.__non_callable_proto_members__:
+                    break
+            else:
+                return True
+
+            return False
+
+        def __eq__(cls, other):
+            # Hack so that typing.Generic.__class_getitem__
+            # treats typing_extensions.Protocol
+            # as equivalent to typing.Protocol
+            if abc.ABCMeta.__eq__(cls, other) is True:
+                return True
+            return cls is Protocol and other is typing.Protocol
+
+        # This has to be defined, or the abc-module cache
+        # complains about classes with this metaclass being unhashable,
+        # if we define only __eq__!
+        def __hash__(cls) -> int:
+            return type.__hash__(cls)
+
+    @classmethod
+    def _proto_hook(cls, other):
+        if not cls.__dict__.get('_is_protocol', False):
+            return NotImplemented
+
+        for attr in cls.__protocol_attrs__:
+            for base in other.__mro__:
+                # Check if the members appears in the class dictionary...
+                if attr in base.__dict__:
+                    if base.__dict__[attr] is None:
+                        return NotImplemented
+                    break
+
+                # ...or in annotations, if it is a sub-protocol.
+                annotations = getattr(base, '__annotations__', {})
+                if (
+                    isinstance(annotations, collections.abc.Mapping)
+                    and attr in annotations
+                    and is_protocol(other)
+                ):
+                    break
+            else:
+                return NotImplemented
+        return True
+
+    class Protocol(typing.Generic, metaclass=_ProtocolMeta):
+        __doc__ = typing.Protocol.__doc__
+        __slots__ = ()
+        _is_protocol = True
+        _is_runtime_protocol = False
+
+        def __init_subclass__(cls, *args, **kwargs):
+            super().__init_subclass__(*args, **kwargs)
+
+            # Determine if this is a protocol or a concrete subclass.
+            if not cls.__dict__.get('_is_protocol', False):
+                cls._is_protocol = any(b is Protocol for b in cls.__bases__)
+
+            # Set (or override) the protocol subclass hook.
+            if '__subclasshook__' not in cls.__dict__:
+                cls.__subclasshook__ = _proto_hook
+
+            # Prohibit instantiation for protocol classes
+            if cls._is_protocol and cls.__init__ is Protocol.__init__:
+                cls.__init__ = _no_init
+
+
+if sys.version_info >= (3, 13):
+    runtime_checkable = typing.runtime_checkable
+else:
+    def runtime_checkable(cls):
+        """Mark a protocol class as a runtime protocol.
+
+        Such protocol can be used with isinstance() and issubclass().
+        Raise TypeError if applied to a non-protocol class.
+        This allows a simple-minded structural check very similar to
+        one trick ponies in collections.abc such as Iterable.
+
+        For example::
+
+            @runtime_checkable
+            class Closable(Protocol):
+                def close(self): ...
+
+            assert isinstance(open('/some/file'), Closable)
+
+        Warning: this will check only the presence of the required methods,
+        not their type signatures!
+        """
+        if not issubclass(cls, typing.Generic) or not getattr(cls, '_is_protocol', False):
+            raise TypeError(f'@runtime_checkable can be only applied to protocol classes,'
+                            f' got {cls!r}')
+        cls._is_runtime_protocol = True
+
+        # typing.Protocol classes on <=3.11 break if we execute this block,
+        # because typing.Protocol classes on <=3.11 don't have a
+        # `__protocol_attrs__` attribute, and this block relies on the
+        # `__protocol_attrs__` attribute. Meanwhile, typing.Protocol classes on 3.12.2+
+        # break if we *don't* execute this block, because *they* assume that all
+        # protocol classes have a `__non_callable_proto_members__` attribute
+        # (which this block sets)
+        if isinstance(cls, _ProtocolMeta) or sys.version_info >= (3, 12, 2):
+            # PEP 544 prohibits using issubclass()
+            # with protocols that have non-method members.
+            # See gh-113320 for why we compute this attribute here,
+            # rather than in `_ProtocolMeta.__init__`
+            cls.__non_callable_proto_members__ = set()
+            for attr in cls.__protocol_attrs__:
+                try:
+                    is_callable = callable(getattr(cls, attr, None))
+                except Exception as e:
+                    raise TypeError(
+                        f"Failed to determine whether protocol member {attr!r} "
+                        "is a method member"
+                    ) from e
+                else:
+                    if not is_callable:
+                        cls.__non_callable_proto_members__.add(attr)
+
+        return cls
+
+
+# The "runtime" alias exists for backwards compatibility.
+runtime = runtime_checkable
+
+
+# Our version of runtime-checkable protocols is faster on Python 3.8-3.11
+if sys.version_info >= (3, 12):
+    SupportsInt = typing.SupportsInt
+    SupportsFloat = typing.SupportsFloat
+    SupportsComplex = typing.SupportsComplex
+    SupportsBytes = typing.SupportsBytes
+    SupportsIndex = typing.SupportsIndex
+    SupportsAbs = typing.SupportsAbs
+    SupportsRound = typing.SupportsRound
+else:
+    @runtime_checkable
+    class SupportsInt(Protocol):
+        """An ABC with one abstract method __int__."""
+        __slots__ = ()
+
+        @abc.abstractmethod
+        def __int__(self) -> int:
+            pass
+
+    @runtime_checkable
+    class SupportsFloat(Protocol):
+        """An ABC with one abstract method __float__."""
+        __slots__ = ()
+
+        @abc.abstractmethod
+        def __float__(self) -> float:
+            pass
+
+    @runtime_checkable
+    class SupportsComplex(Protocol):
+        """An ABC with one abstract method __complex__."""
+        __slots__ = ()
+
+        @abc.abstractmethod
+        def __complex__(self) -> complex:
+            pass
+
+    @runtime_checkable
+    class SupportsBytes(Protocol):
+        """An ABC with one abstract method __bytes__."""
+        __slots__ = ()
+
+        @abc.abstractmethod
+        def __bytes__(self) -> bytes:
+            pass
+
+    @runtime_checkable
+    class SupportsIndex(Protocol):
+        __slots__ = ()
+
+        @abc.abstractmethod
+        def __index__(self) -> int:
+            pass
+
+    @runtime_checkable
+    class SupportsAbs(Protocol[T_co]):
+        """
+        An ABC with one abstract method __abs__ that is covariant in its return type.
+        """
+        __slots__ = ()
+
+        @abc.abstractmethod
+        def __abs__(self) -> T_co:
+            pass
+
+    @runtime_checkable
+    class SupportsRound(Protocol[T_co]):
+        """
+        An ABC with one abstract method __round__ that is covariant in its return type.
+        """
+        __slots__ = ()
+
+        @abc.abstractmethod
+        def __round__(self, ndigits: int = 0) -> T_co:
+            pass
+
+
+def _ensure_subclassable(mro_entries):
+    def inner(func):
+        if sys.implementation.name == "pypy" and sys.version_info < (3, 9):
+            cls_dict = {
+                "__call__": staticmethod(func),
+                "__mro_entries__": staticmethod(mro_entries)
+            }
+            t = type(func.__name__, (), cls_dict)
+            return functools.update_wrapper(t(), func)
+        else:
+            func.__mro_entries__ = mro_entries
+            return func
+    return inner
+
+
+# Update this to something like >=3.13.0b1 if and when
+# PEP 728 is implemented in CPython
+_PEP_728_IMPLEMENTED = False
+
+if _PEP_728_IMPLEMENTED:
+    # The standard library TypedDict in Python 3.8 does not store runtime information
+    # about which (if any) keys are optional.  See https://bugs.python.org/issue38834
+    # The standard library TypedDict in Python 3.9.0/1 does not honour the "total"
+    # keyword with old-style TypedDict().  See https://bugs.python.org/issue42059
+    # The standard library TypedDict below Python 3.11 does not store runtime
+    # information about optional and required keys when using Required or NotRequired.
+    # Generic TypedDicts are also impossible using typing.TypedDict on Python <3.11.
+    # Aaaand on 3.12 we add __orig_bases__ to TypedDict
+    # to enable better runtime introspection.
+    # On 3.13 we deprecate some odd ways of creating TypedDicts.
+    # Also on 3.13, PEP 705 adds the ReadOnly[] qualifier.
+    # PEP 728 (still pending) makes more changes.
+    TypedDict = typing.TypedDict
+    _TypedDictMeta = typing._TypedDictMeta
+    is_typeddict = typing.is_typeddict
+else:
+    # 3.10.0 and later
+    _TAKES_MODULE = "module" in inspect.signature(typing._type_check).parameters
+
+    def _get_typeddict_qualifiers(annotation_type):
+        while True:
+            annotation_origin = get_origin(annotation_type)
+            if annotation_origin is Annotated:
+                annotation_args = get_args(annotation_type)
+                if annotation_args:
+                    annotation_type = annotation_args[0]
+                else:
+                    break
+            elif annotation_origin is Required:
+                yield Required
+                annotation_type, = get_args(annotation_type)
+            elif annotation_origin is NotRequired:
+                yield NotRequired
+                annotation_type, = get_args(annotation_type)
+            elif annotation_origin is ReadOnly:
+                yield ReadOnly
+                annotation_type, = get_args(annotation_type)
+            else:
+                break
+
+    class _TypedDictMeta(type):
+        def __new__(cls, name, bases, ns, *, total=True, closed=False):
+            """Create new typed dict class object.
+
+            This method is called when TypedDict is subclassed,
+            or when TypedDict is instantiated. This way
+            TypedDict supports all three syntax forms described in its docstring.
+            Subclasses and instances of TypedDict return actual dictionaries.
+            """
+            for base in bases:
+                if type(base) is not _TypedDictMeta and base is not typing.Generic:
+                    raise TypeError('cannot inherit from both a TypedDict type '
+                                    'and a non-TypedDict base class')
+
+            if any(issubclass(b, typing.Generic) for b in bases):
+                generic_base = (typing.Generic,)
+            else:
+                generic_base = ()
+
+            # typing.py generally doesn't let you inherit from plain Generic, unless
+            # the name of the class happens to be "Protocol"
+            tp_dict = type.__new__(_TypedDictMeta, "Protocol", (*generic_base, dict), ns)
+            tp_dict.__name__ = name
+            if tp_dict.__qualname__ == "Protocol":
+                tp_dict.__qualname__ = name
+
+            if not hasattr(tp_dict, '__orig_bases__'):
+                tp_dict.__orig_bases__ = bases
+
+            annotations = {}
+            if "__annotations__" in ns:
+                own_annotations = ns["__annotations__"]
+            elif "__annotate__" in ns:
+                # TODO: Use inspect.VALUE here, and make the annotations lazily evaluated
+                own_annotations = ns["__annotate__"](1)
+            else:
+                own_annotations = {}
+            msg = "TypedDict('Name', {f0: t0, f1: t1, ...}); each t must be a type"
+            if _TAKES_MODULE:
+                own_annotations = {
+                    n: typing._type_check(tp, msg, module=tp_dict.__module__)
+                    for n, tp in own_annotations.items()
+                }
+            else:
+                own_annotations = {
+                    n: typing._type_check(tp, msg)
+                    for n, tp in own_annotations.items()
+                }
+            required_keys = set()
+            optional_keys = set()
+            readonly_keys = set()
+            mutable_keys = set()
+            extra_items_type = None
+
+            for base in bases:
+                base_dict = base.__dict__
+
+                annotations.update(base_dict.get('__annotations__', {}))
+                required_keys.update(base_dict.get('__required_keys__', ()))
+                optional_keys.update(base_dict.get('__optional_keys__', ()))
+                readonly_keys.update(base_dict.get('__readonly_keys__', ()))
+                mutable_keys.update(base_dict.get('__mutable_keys__', ()))
+                base_extra_items_type = base_dict.get('__extra_items__', None)
+                if base_extra_items_type is not None:
+                    extra_items_type = base_extra_items_type
+
+            if closed and extra_items_type is None:
+                extra_items_type = Never
+            if closed and "__extra_items__" in own_annotations:
+                annotation_type = own_annotations.pop("__extra_items__")
+                qualifiers = set(_get_typeddict_qualifiers(annotation_type))
+                if Required in qualifiers:
+                    raise TypeError(
+                        "Special key __extra_items__ does not support "
+                        "Required"
+                    )
+                if NotRequired in qualifiers:
+                    raise TypeError(
+                        "Special key __extra_items__ does not support "
+                        "NotRequired"
+                    )
+                extra_items_type = annotation_type
+
+            annotations.update(own_annotations)
+            for annotation_key, annotation_type in own_annotations.items():
+                qualifiers = set(_get_typeddict_qualifiers(annotation_type))
+
+                if Required in qualifiers:
+                    required_keys.add(annotation_key)
+                elif NotRequired in qualifiers:
+                    optional_keys.add(annotation_key)
+                elif total:
+                    required_keys.add(annotation_key)
+                else:
+                    optional_keys.add(annotation_key)
+                if ReadOnly in qualifiers:
+                    mutable_keys.discard(annotation_key)
+                    readonly_keys.add(annotation_key)
+                else:
+                    mutable_keys.add(annotation_key)
+                    readonly_keys.discard(annotation_key)
+
+            tp_dict.__annotations__ = annotations
+            tp_dict.__required_keys__ = frozenset(required_keys)
+            tp_dict.__optional_keys__ = frozenset(optional_keys)
+            tp_dict.__readonly_keys__ = frozenset(readonly_keys)
+            tp_dict.__mutable_keys__ = frozenset(mutable_keys)
+            if not hasattr(tp_dict, '__total__'):
+                tp_dict.__total__ = total
+            tp_dict.__closed__ = closed
+            tp_dict.__extra_items__ = extra_items_type
+            return tp_dict
+
+        __call__ = dict  # static method
+
+        def __subclasscheck__(cls, other):
+            # Typed dicts are only for static structural subtyping.
+            raise TypeError('TypedDict does not support instance and class checks')
+
+        __instancecheck__ = __subclasscheck__
+
+    _TypedDict = type.__new__(_TypedDictMeta, 'TypedDict', (), {})
+
+    @_ensure_subclassable(lambda bases: (_TypedDict,))
+    def TypedDict(typename, fields=_marker, /, *, total=True, closed=False, **kwargs):
+        """A simple typed namespace. At runtime it is equivalent to a plain dict.
+
+        TypedDict creates a dictionary type such that a type checker will expect all
+        instances to have a certain set of keys, where each key is
+        associated with a value of a consistent type. This expectation
+        is not checked at runtime.
+
+        Usage::
+
+            class Point2D(TypedDict):
+                x: int
+                y: int
+                label: str
+
+            a: Point2D = {'x': 1, 'y': 2, 'label': 'good'}  # OK
+            b: Point2D = {'z': 3, 'label': 'bad'}           # Fails type check
+
+            assert Point2D(x=1, y=2, label='first') == dict(x=1, y=2, label='first')
+
+        The type info can be accessed via the Point2D.__annotations__ dict, and
+        the Point2D.__required_keys__ and Point2D.__optional_keys__ frozensets.
+        TypedDict supports an additional equivalent form::
+
+            Point2D = TypedDict('Point2D', {'x': int, 'y': int, 'label': str})
+
+        By default, all keys must be present in a TypedDict. It is possible
+        to override this by specifying totality::
+
+            class Point2D(TypedDict, total=False):
+                x: int
+                y: int
+
+        This means that a Point2D TypedDict can have any of the keys omitted. A type
+        checker is only expected to support a literal False or True as the value of
+        the total argument. True is the default, and makes all items defined in the
+        class body be required.
+
+        The Required and NotRequired special forms can also be used to mark
+        individual keys as being required or not required::
+
+            class Point2D(TypedDict):
+                x: int  # the "x" key must always be present (Required is the default)
+                y: NotRequired[int]  # the "y" key can be omitted
+
+        See PEP 655 for more details on Required and NotRequired.
+        """
+        if fields is _marker or fields is None:
+            if fields is _marker:
+                deprecated_thing = "Failing to pass a value for the 'fields' parameter"
+            else:
+                deprecated_thing = "Passing `None` as the 'fields' parameter"
+
+            example = f"`{typename} = TypedDict({typename!r}, {{}})`"
+            deprecation_msg = (
+                f"{deprecated_thing} is deprecated and will be disallowed in "
+                "Python 3.15. To create a TypedDict class with 0 fields "
+                "using the functional syntax, pass an empty dictionary, e.g. "
+            ) + example + "."
+            warnings.warn(deprecation_msg, DeprecationWarning, stacklevel=2)
+            if closed is not False and closed is not True:
+                kwargs["closed"] = closed
+                closed = False
+            fields = kwargs
+        elif kwargs:
+            raise TypeError("TypedDict takes either a dict or keyword arguments,"
+                            " but not both")
+        if kwargs:
+            if sys.version_info >= (3, 13):
+                raise TypeError("TypedDict takes no keyword arguments")
+            warnings.warn(
+                "The kwargs-based syntax for TypedDict definitions is deprecated "
+                "in Python 3.11, will be removed in Python 3.13, and may not be "
+                "understood by third-party type checkers.",
+                DeprecationWarning,
+                stacklevel=2,
+            )
+
+        ns = {'__annotations__': dict(fields)}
+        module = _caller()
+        if module is not None:
+            # Setting correct module is necessary to make typed dict classes pickleable.
+            ns['__module__'] = module
+
+        td = _TypedDictMeta(typename, (), ns, total=total, closed=closed)
+        td.__orig_bases__ = (TypedDict,)
+        return td
+
+    if hasattr(typing, "_TypedDictMeta"):
+        _TYPEDDICT_TYPES = (typing._TypedDictMeta, _TypedDictMeta)
+    else:
+        _TYPEDDICT_TYPES = (_TypedDictMeta,)
+
+    def is_typeddict(tp):
+        """Check if an annotation is a TypedDict class
+
+        For example::
+            class Film(TypedDict):
+                title: str
+                year: int
+
+            is_typeddict(Film)  # => True
+            is_typeddict(Union[list, str])  # => False
+        """
+        # On 3.8, this would otherwise return True
+        if hasattr(typing, "TypedDict") and tp is typing.TypedDict:
+            return False
+        return isinstance(tp, _TYPEDDICT_TYPES)
+
+
+if hasattr(typing, "assert_type"):
+    assert_type = typing.assert_type
+
+else:
+    def assert_type(val, typ, /):
+        """Assert (to the type checker) that the value is of the given type.
+
+        When the type checker encounters a call to assert_type(), it
+        emits an error if the value is not of the specified type::
+
+            def greet(name: str) -> None:
+                assert_type(name, str)  # ok
+                assert_type(name, int)  # type checker error
+
+        At runtime this returns the first argument unchanged and otherwise
+        does nothing.
+        """
+        return val
+
+
+if hasattr(typing, "ReadOnly"):  # 3.13+
+    get_type_hints = typing.get_type_hints
+else:  # <=3.13
+    # replaces _strip_annotations()
+    def _strip_extras(t):
+        """Strips Annotated, Required and NotRequired from a given type."""
+        if isinstance(t, _AnnotatedAlias):
+            return _strip_extras(t.__origin__)
+        if hasattr(t, "__origin__") and t.__origin__ in (Required, NotRequired, ReadOnly):
+            return _strip_extras(t.__args__[0])
+        if isinstance(t, typing._GenericAlias):
+            stripped_args = tuple(_strip_extras(a) for a in t.__args__)
+            if stripped_args == t.__args__:
+                return t
+            return t.copy_with(stripped_args)
+        if hasattr(_types, "GenericAlias") and isinstance(t, _types.GenericAlias):
+            stripped_args = tuple(_strip_extras(a) for a in t.__args__)
+            if stripped_args == t.__args__:
+                return t
+            return _types.GenericAlias(t.__origin__, stripped_args)
+        if hasattr(_types, "UnionType") and isinstance(t, _types.UnionType):
+            stripped_args = tuple(_strip_extras(a) for a in t.__args__)
+            if stripped_args == t.__args__:
+                return t
+            return functools.reduce(operator.or_, stripped_args)
+
+        return t
+
+    def get_type_hints(obj, globalns=None, localns=None, include_extras=False):
+        """Return type hints for an object.
+
+        This is often the same as obj.__annotations__, but it handles
+        forward references encoded as string literals, adds Optional[t] if a
+        default value equal to None is set and recursively replaces all
+        'Annotated[T, ...]', 'Required[T]' or 'NotRequired[T]' with 'T'
+        (unless 'include_extras=True').
+
+        The argument may be a module, class, method, or function. The annotations
+        are returned as a dictionary. For classes, annotations include also
+        inherited members.
+
+        TypeError is raised if the argument is not of a type that can contain
+        annotations, and an empty dictionary is returned if no annotations are
+        present.
+
+        BEWARE -- the behavior of globalns and localns is counterintuitive
+        (unless you are familiar with how eval() and exec() work).  The
+        search order is locals first, then globals.
+
+        - If no dict arguments are passed, an attempt is made to use the
+          globals from obj (or the respective module's globals for classes),
+          and these are also used as the locals.  If the object does not appear
+          to have globals, an empty dictionary is used.
+
+        - If one dict argument is passed, it is used for both globals and
+          locals.
+
+        - If two dict arguments are passed, they specify globals and
+          locals, respectively.
+        """
+        if hasattr(typing, "Annotated"):  # 3.9+
+            hint = typing.get_type_hints(
+                obj, globalns=globalns, localns=localns, include_extras=True
+            )
+        else:  # 3.8
+            hint = typing.get_type_hints(obj, globalns=globalns, localns=localns)
+        if include_extras:
+            return hint
+        return {k: _strip_extras(t) for k, t in hint.items()}
+
+
+# Python 3.9+ has PEP 593 (Annotated)
+if hasattr(typing, 'Annotated'):
+    Annotated = typing.Annotated
+    # Not exported and not a public API, but needed for get_origin() and get_args()
+    # to work.
+    _AnnotatedAlias = typing._AnnotatedAlias
+# 3.8
+else:
+    class _AnnotatedAlias(typing._GenericAlias, _root=True):
+        """Runtime representation of an annotated type.
+
+        At its core 'Annotated[t, dec1, dec2, ...]' is an alias for the type 't'
+        with extra annotations. The alias behaves like a normal typing alias,
+        instantiating is the same as instantiating the underlying type, binding
+        it to types is also the same.
+        """
+        def __init__(self, origin, metadata):
+            if isinstance(origin, _AnnotatedAlias):
+                metadata = origin.__metadata__ + metadata
+                origin = origin.__origin__
+            super().__init__(origin, origin)
+            self.__metadata__ = metadata
+
+        def copy_with(self, params):
+            assert len(params) == 1
+            new_type = params[0]
+            return _AnnotatedAlias(new_type, self.__metadata__)
+
+        def __repr__(self):
+            return (f"typing_extensions.Annotated[{typing._type_repr(self.__origin__)}, "
+                    f"{', '.join(repr(a) for a in self.__metadata__)}]")
+
+        def __reduce__(self):
+            return operator.getitem, (
+                Annotated, (self.__origin__, *self.__metadata__)
+            )
+
+        def __eq__(self, other):
+            if not isinstance(other, _AnnotatedAlias):
+                return NotImplemented
+            if self.__origin__ != other.__origin__:
+                return False
+            return self.__metadata__ == other.__metadata__
+
+        def __hash__(self):
+            return hash((self.__origin__, self.__metadata__))
+
+    class Annotated:
+        """Add context specific metadata to a type.
+
+        Example: Annotated[int, runtime_check.Unsigned] indicates to the
+        hypothetical runtime_check module that this type is an unsigned int.
+        Every other consumer of this type can ignore this metadata and treat
+        this type as int.
+
+        The first argument to Annotated must be a valid type (and will be in
+        the __origin__ field), the remaining arguments are kept as a tuple in
+        the __extra__ field.
+
+        Details:
+
+        - It's an error to call `Annotated` with less than two arguments.
+        - Nested Annotated are flattened::
+
+            Annotated[Annotated[T, Ann1, Ann2], Ann3] == Annotated[T, Ann1, Ann2, Ann3]
+
+        - Instantiating an annotated type is equivalent to instantiating the
+        underlying type::
+
+            Annotated[C, Ann1](5) == C(5)
+
+        - Annotated can be used as a generic type alias::
+
+            Optimized = Annotated[T, runtime.Optimize()]
+            Optimized[int] == Annotated[int, runtime.Optimize()]
+
+            OptimizedList = Annotated[List[T], runtime.Optimize()]
+            OptimizedList[int] == Annotated[List[int], runtime.Optimize()]
+        """
+
+        __slots__ = ()
+
+        def __new__(cls, *args, **kwargs):
+            raise TypeError("Type Annotated cannot be instantiated.")
+
+        @typing._tp_cache
+        def __class_getitem__(cls, params):
+            if not isinstance(params, tuple) or len(params) < 2:
+                raise TypeError("Annotated[...] should be used "
+                                "with at least two arguments (a type and an "
+                                "annotation).")
+            allowed_special_forms = (ClassVar, Final)
+            if get_origin(params[0]) in allowed_special_forms:
+                origin = params[0]
+            else:
+                msg = "Annotated[t, ...]: t must be a type."
+                origin = typing._type_check(params[0], msg)
+            metadata = tuple(params[1:])
+            return _AnnotatedAlias(origin, metadata)
+
+        def __init_subclass__(cls, *args, **kwargs):
+            raise TypeError(
+                f"Cannot subclass {cls.__module__}.Annotated"
+            )
+
+# Python 3.8 has get_origin() and get_args() but those implementations aren't
+# Annotated-aware, so we can't use those. Python 3.9's versions don't support
+# ParamSpecArgs and ParamSpecKwargs, so only Python 3.10's versions will do.
+if sys.version_info[:2] >= (3, 10):
+    get_origin = typing.get_origin
+    get_args = typing.get_args
+# 3.8-3.9
+else:
+    try:
+        # 3.9+
+        from typing import _BaseGenericAlias
+    except ImportError:
+        _BaseGenericAlias = typing._GenericAlias
+    try:
+        # 3.9+
+        from typing import GenericAlias as _typing_GenericAlias
+    except ImportError:
+        _typing_GenericAlias = typing._GenericAlias
+
+    def get_origin(tp):
+        """Get the unsubscripted version of a type.
+
+        This supports generic types, Callable, Tuple, Union, Literal, Final, ClassVar
+        and Annotated. Return None for unsupported types. Examples::
+
+            get_origin(Literal[42]) is Literal
+            get_origin(int) is None
+            get_origin(ClassVar[int]) is ClassVar
+            get_origin(Generic) is Generic
+            get_origin(Generic[T]) is Generic
+            get_origin(Union[T, int]) is Union
+            get_origin(List[Tuple[T, T]][int]) == list
+            get_origin(P.args) is P
+        """
+        if isinstance(tp, _AnnotatedAlias):
+            return Annotated
+        if isinstance(tp, (typing._GenericAlias, _typing_GenericAlias, _BaseGenericAlias,
+                           ParamSpecArgs, ParamSpecKwargs)):
+            return tp.__origin__
+        if tp is typing.Generic:
+            return typing.Generic
+        return None
+
+    def get_args(tp):
+        """Get type arguments with all substitutions performed.
+
+        For unions, basic simplifications used by Union constructor are performed.
+        Examples::
+            get_args(Dict[str, int]) == (str, int)
+            get_args(int) == ()
+            get_args(Union[int, Union[T, int], str][int]) == (int, str)
+            get_args(Union[int, Tuple[T, int]][str]) == (int, Tuple[str, int])
+            get_args(Callable[[], T][int]) == ([], int)
+        """
+        if isinstance(tp, _AnnotatedAlias):
+            return (tp.__origin__, *tp.__metadata__)
+        if isinstance(tp, (typing._GenericAlias, _typing_GenericAlias)):
+            if getattr(tp, "_special", False):
+                return ()
+            res = tp.__args__
+            if get_origin(tp) is collections.abc.Callable and res[0] is not Ellipsis:
+                res = (list(res[:-1]), res[-1])
+            return res
+        return ()
+
+
+# 3.10+
+if hasattr(typing, 'TypeAlias'):
+    TypeAlias = typing.TypeAlias
+# 3.9
+elif sys.version_info[:2] >= (3, 9):
+    @_ExtensionsSpecialForm
+    def TypeAlias(self, parameters):
+        """Special marker indicating that an assignment should
+        be recognized as a proper type alias definition by type
+        checkers.
+
+        For example::
+
+            Predicate: TypeAlias = Callable[..., bool]
+
+        It's invalid when used anywhere except as in the example above.
+        """
+        raise TypeError(f"{self} is not subscriptable")
+# 3.8
+else:
+    TypeAlias = _ExtensionsSpecialForm(
+        'TypeAlias',
+        doc="""Special marker indicating that an assignment should
+        be recognized as a proper type alias definition by type
+        checkers.
+
+        For example::
+
+            Predicate: TypeAlias = Callable[..., bool]
+
+        It's invalid when used anywhere except as in the example
+        above."""
+    )
+
+
+if hasattr(typing, "NoDefault"):
+    NoDefault = typing.NoDefault
+else:
+    class NoDefaultTypeMeta(type):
+        def __setattr__(cls, attr, value):
+            # TypeError is consistent with the behavior of NoneType
+            raise TypeError(
+                f"cannot set {attr!r} attribute of immutable type {cls.__name__!r}"
+            )
+
+    class NoDefaultType(metaclass=NoDefaultTypeMeta):
+        """The type of the NoDefault singleton."""
+
+        __slots__ = ()
+
+        def __new__(cls):
+            return globals().get("NoDefault") or object.__new__(cls)
+
+        def __repr__(self):
+            return "typing_extensions.NoDefault"
+
+        def __reduce__(self):
+            return "NoDefault"
+
+    NoDefault = NoDefaultType()
+    del NoDefaultType, NoDefaultTypeMeta
+
+
+def _set_default(type_param, default):
+    type_param.has_default = lambda: default is not NoDefault
+    type_param.__default__ = default
+
+
+def _set_module(typevarlike):
+    # for pickling:
+    def_mod = _caller(depth=3)
+    if def_mod != 'typing_extensions':
+        typevarlike.__module__ = def_mod
+
+
+class _DefaultMixin:
+    """Mixin for TypeVarLike defaults."""
+
+    __slots__ = ()
+    __init__ = _set_default
+
+
+# Classes using this metaclass must provide a _backported_typevarlike ClassVar
+class _TypeVarLikeMeta(type):
+    def __instancecheck__(cls, __instance: Any) -> bool:
+        return isinstance(__instance, cls._backported_typevarlike)
+
+
+if _PEP_696_IMPLEMENTED:
+    from typing import TypeVar
+else:
+    # Add default and infer_variance parameters from PEP 696 and 695
+    class TypeVar(metaclass=_TypeVarLikeMeta):
+        """Type variable."""
+
+        _backported_typevarlike = typing.TypeVar
+
+        def __new__(cls, name, *constraints, bound=None,
+                    covariant=False, contravariant=False,
+                    default=NoDefault, infer_variance=False):
+            if hasattr(typing, "TypeAliasType"):
+                # PEP 695 implemented (3.12+), can pass infer_variance to typing.TypeVar
+                typevar = typing.TypeVar(name, *constraints, bound=bound,
+                                         covariant=covariant, contravariant=contravariant,
+                                         infer_variance=infer_variance)
+            else:
+                typevar = typing.TypeVar(name, *constraints, bound=bound,
+                                         covariant=covariant, contravariant=contravariant)
+                if infer_variance and (covariant or contravariant):
+                    raise ValueError("Variance cannot be specified with infer_variance.")
+                typevar.__infer_variance__ = infer_variance
+
+            _set_default(typevar, default)
+            _set_module(typevar)
+
+            def _tvar_prepare_subst(alias, args):
+                if (
+                    typevar.has_default()
+                    and alias.__parameters__.index(typevar) == len(args)
+                ):
+                    args += (typevar.__default__,)
+                return args
+
+            typevar.__typing_prepare_subst__ = _tvar_prepare_subst
+            return typevar
+
+        def __init_subclass__(cls) -> None:
+            raise TypeError(f"type '{__name__}.TypeVar' is not an acceptable base type")
+
+
+# Python 3.10+ has PEP 612
+if hasattr(typing, 'ParamSpecArgs'):
+    ParamSpecArgs = typing.ParamSpecArgs
+    ParamSpecKwargs = typing.ParamSpecKwargs
+# 3.8-3.9
+else:
+    class _Immutable:
+        """Mixin to indicate that object should not be copied."""
+        __slots__ = ()
+
+        def __copy__(self):
+            return self
+
+        def __deepcopy__(self, memo):
+            return self
+
+    class ParamSpecArgs(_Immutable):
+        """The args for a ParamSpec object.
+
+        Given a ParamSpec object P, P.args is an instance of ParamSpecArgs.
+
+        ParamSpecArgs objects have a reference back to their ParamSpec:
+
+        P.args.__origin__ is P
+
+        This type is meant for runtime introspection and has no special meaning to
+        static type checkers.
+        """
+        def __init__(self, origin):
+            self.__origin__ = origin
+
+        def __repr__(self):
+            return f"{self.__origin__.__name__}.args"
+
+        def __eq__(self, other):
+            if not isinstance(other, ParamSpecArgs):
+                return NotImplemented
+            return self.__origin__ == other.__origin__
+
+    class ParamSpecKwargs(_Immutable):
+        """The kwargs for a ParamSpec object.
+
+        Given a ParamSpec object P, P.kwargs is an instance of ParamSpecKwargs.
+
+        ParamSpecKwargs objects have a reference back to their ParamSpec:
+
+        P.kwargs.__origin__ is P
+
+        This type is meant for runtime introspection and has no special meaning to
+        static type checkers.
+        """
+        def __init__(self, origin):
+            self.__origin__ = origin
+
+        def __repr__(self):
+            return f"{self.__origin__.__name__}.kwargs"
+
+        def __eq__(self, other):
+            if not isinstance(other, ParamSpecKwargs):
+                return NotImplemented
+            return self.__origin__ == other.__origin__
+
+
+if _PEP_696_IMPLEMENTED:
+    from typing import ParamSpec
+
+# 3.10+
+elif hasattr(typing, 'ParamSpec'):
+
+    # Add default parameter - PEP 696
+    class ParamSpec(metaclass=_TypeVarLikeMeta):
+        """Parameter specification."""
+
+        _backported_typevarlike = typing.ParamSpec
+
+        def __new__(cls, name, *, bound=None,
+                    covariant=False, contravariant=False,
+                    infer_variance=False, default=NoDefault):
+            if hasattr(typing, "TypeAliasType"):
+                # PEP 695 implemented, can pass infer_variance to typing.TypeVar
+                paramspec = typing.ParamSpec(name, bound=bound,
+                                             covariant=covariant,
+                                             contravariant=contravariant,
+                                             infer_variance=infer_variance)
+            else:
+                paramspec = typing.ParamSpec(name, bound=bound,
+                                             covariant=covariant,
+                                             contravariant=contravariant)
+                paramspec.__infer_variance__ = infer_variance
+
+            _set_default(paramspec, default)
+            _set_module(paramspec)
+
+            def _paramspec_prepare_subst(alias, args):
+                params = alias.__parameters__
+                i = params.index(paramspec)
+                if i == len(args) and paramspec.has_default():
+                    args = [*args, paramspec.__default__]
+                if i >= len(args):
+                    raise TypeError(f"Too few arguments for {alias}")
+                # Special case where Z[[int, str, bool]] == Z[int, str, bool] in PEP 612.
+                if len(params) == 1 and not typing._is_param_expr(args[0]):
+                    assert i == 0
+                    args = (args,)
+                # Convert lists to tuples to help other libraries cache the results.
+                elif isinstance(args[i], list):
+                    args = (*args[:i], tuple(args[i]), *args[i + 1:])
+                return args
+
+            paramspec.__typing_prepare_subst__ = _paramspec_prepare_subst
+            return paramspec
+
+        def __init_subclass__(cls) -> None:
+            raise TypeError(f"type '{__name__}.ParamSpec' is not an acceptable base type")
+
+# 3.8-3.9
+else:
+
+    # Inherits from list as a workaround for Callable checks in Python < 3.9.2.
+    class ParamSpec(list, _DefaultMixin):
+        """Parameter specification variable.
+
+        Usage::
+
+           P = ParamSpec('P')
+
+        Parameter specification variables exist primarily for the benefit of static
+        type checkers.  They are used to forward the parameter types of one
+        callable to another callable, a pattern commonly found in higher order
+        functions and decorators.  They are only valid when used in ``Concatenate``,
+        or s the first argument to ``Callable``. In Python 3.10 and higher,
+        they are also supported in user-defined Generics at runtime.
+        See class Generic for more information on generic types.  An
+        example for annotating a decorator::
+
+           T = TypeVar('T')
+           P = ParamSpec('P')
+
+           def add_logging(f: Callable[P, T]) -> Callable[P, T]:
+               '''A type-safe decorator to add logging to a function.'''
+               def inner(*args: P.args, **kwargs: P.kwargs) -> T:
+                   logging.info(f'{f.__name__} was called')
+                   return f(*args, **kwargs)
+               return inner
+
+           @add_logging
+           def add_two(x: float, y: float) -> float:
+               '''Add two numbers together.'''
+               return x + y
+
+        Parameter specification variables defined with covariant=True or
+        contravariant=True can be used to declare covariant or contravariant
+        generic types.  These keyword arguments are valid, but their actual semantics
+        are yet to be decided.  See PEP 612 for details.
+
+        Parameter specification variables can be introspected. e.g.:
+
+           P.__name__ == 'T'
+           P.__bound__ == None
+           P.__covariant__ == False
+           P.__contravariant__ == False
+
+        Note that only parameter specification variables defined in global scope can
+        be pickled.
+        """
+
+        # Trick Generic __parameters__.
+        __class__ = typing.TypeVar
+
+        @property
+        def args(self):
+            return ParamSpecArgs(self)
+
+        @property
+        def kwargs(self):
+            return ParamSpecKwargs(self)
+
+        def __init__(self, name, *, bound=None, covariant=False, contravariant=False,
+                     infer_variance=False, default=NoDefault):
+            list.__init__(self, [self])
+            self.__name__ = name
+            self.__covariant__ = bool(covariant)
+            self.__contravariant__ = bool(contravariant)
+            self.__infer_variance__ = bool(infer_variance)
+            if bound:
+                self.__bound__ = typing._type_check(bound, 'Bound must be a type.')
+            else:
+                self.__bound__ = None
+            _DefaultMixin.__init__(self, default)
+
+            # for pickling:
+            def_mod = _caller()
+            if def_mod != 'typing_extensions':
+                self.__module__ = def_mod
+
+        def __repr__(self):
+            if self.__infer_variance__:
+                prefix = ''
+            elif self.__covariant__:
+                prefix = '+'
+            elif self.__contravariant__:
+                prefix = '-'
+            else:
+                prefix = '~'
+            return prefix + self.__name__
+
+        def __hash__(self):
+            return object.__hash__(self)
+
+        def __eq__(self, other):
+            return self is other
+
+        def __reduce__(self):
+            return self.__name__
+
+        # Hack to get typing._type_check to pass.
+        def __call__(self, *args, **kwargs):
+            pass
+
+
+# 3.8-3.9
+if not hasattr(typing, 'Concatenate'):
+    # Inherits from list as a workaround for Callable checks in Python < 3.9.2.
+    class _ConcatenateGenericAlias(list):
+
+        # Trick Generic into looking into this for __parameters__.
+        __class__ = typing._GenericAlias
+
+        # Flag in 3.8.
+        _special = False
+
+        def __init__(self, origin, args):
+            super().__init__(args)
+            self.__origin__ = origin
+            self.__args__ = args
+
+        def __repr__(self):
+            _type_repr = typing._type_repr
+            return (f'{_type_repr(self.__origin__)}'
+                    f'[{", ".join(_type_repr(arg) for arg in self.__args__)}]')
+
+        def __hash__(self):
+            return hash((self.__origin__, self.__args__))
+
+        # Hack to get typing._type_check to pass in Generic.
+        def __call__(self, *args, **kwargs):
+            pass
+
+        @property
+        def __parameters__(self):
+            return tuple(
+                tp for tp in self.__args__ if isinstance(tp, (typing.TypeVar, ParamSpec))
+            )
+
+
+# 3.8-3.9
+@typing._tp_cache
+def _concatenate_getitem(self, parameters):
+    if parameters == ():
+        raise TypeError("Cannot take a Concatenate of no types.")
+    if not isinstance(parameters, tuple):
+        parameters = (parameters,)
+    if not isinstance(parameters[-1], ParamSpec):
+        raise TypeError("The last parameter to Concatenate should be a "
+                        "ParamSpec variable.")
+    msg = "Concatenate[arg, ...]: each arg must be a type."
+    parameters = tuple(typing._type_check(p, msg) for p in parameters)
+    return _ConcatenateGenericAlias(self, parameters)
+
+
+# 3.10+
+if hasattr(typing, 'Concatenate'):
+    Concatenate = typing.Concatenate
+    _ConcatenateGenericAlias = typing._ConcatenateGenericAlias
+# 3.9
+elif sys.version_info[:2] >= (3, 9):
+    @_ExtensionsSpecialForm
+    def Concatenate(self, parameters):
+        """Used in conjunction with ``ParamSpec`` and ``Callable`` to represent a
+        higher order function which adds, removes or transforms parameters of a
+        callable.
+
+        For example::
+
+           Callable[Concatenate[int, P], int]
+
+        See PEP 612 for detailed information.
+        """
+        return _concatenate_getitem(self, parameters)
+# 3.8
+else:
+    class _ConcatenateForm(_ExtensionsSpecialForm, _root=True):
+        def __getitem__(self, parameters):
+            return _concatenate_getitem(self, parameters)
+
+    Concatenate = _ConcatenateForm(
+        'Concatenate',
+        doc="""Used in conjunction with ``ParamSpec`` and ``Callable`` to represent a
+        higher order function which adds, removes or transforms parameters of a
+        callable.
+
+        For example::
+
+           Callable[Concatenate[int, P], int]
+
+        See PEP 612 for detailed information.
+        """)
+
+# 3.10+
+if hasattr(typing, 'TypeGuard'):
+    TypeGuard = typing.TypeGuard
+# 3.9
+elif sys.version_info[:2] >= (3, 9):
+    @_ExtensionsSpecialForm
+    def TypeGuard(self, parameters):
+        """Special typing form used to annotate the return type of a user-defined
+        type guard function.  ``TypeGuard`` only accepts a single type argument.
+        At runtime, functions marked this way should return a boolean.
+
+        ``TypeGuard`` aims to benefit *type narrowing* -- a technique used by static
+        type checkers to determine a more precise type of an expression within a
+        program's code flow.  Usually type narrowing is done by analyzing
+        conditional code flow and applying the narrowing to a block of code.  The
+        conditional expression here is sometimes referred to as a "type guard".
+
+        Sometimes it would be convenient to use a user-defined boolean function
+        as a type guard.  Such a function should use ``TypeGuard[...]`` as its
+        return type to alert static type checkers to this intention.
+
+        Using  ``-> TypeGuard`` tells the static type checker that for a given
+        function:
+
+        1. The return value is a boolean.
+        2. If the return value is ``True``, the type of its argument
+        is the type inside ``TypeGuard``.
+
+        For example::
+
+            def is_str(val: Union[str, float]):
+                # "isinstance" type guard
+                if isinstance(val, str):
+                    # Type of ``val`` is narrowed to ``str``
+                    ...
+                else:
+                    # Else, type of ``val`` is narrowed to ``float``.
+                    ...
+
+        Strict type narrowing is not enforced -- ``TypeB`` need not be a narrower
+        form of ``TypeA`` (it can even be a wider form) and this may lead to
+        type-unsafe results.  The main reason is to allow for things like
+        narrowing ``List[object]`` to ``List[str]`` even though the latter is not
+        a subtype of the former, since ``List`` is invariant.  The responsibility of
+        writing type-safe type guards is left to the user.
+
+        ``TypeGuard`` also works with type variables.  For more information, see
+        PEP 647 (User-Defined Type Guards).
+        """
+        item = typing._type_check(parameters, f'{self} accepts only a single type.')
+        return typing._GenericAlias(self, (item,))
+# 3.8
+else:
+    class _TypeGuardForm(_ExtensionsSpecialForm, _root=True):
+        def __getitem__(self, parameters):
+            item = typing._type_check(parameters,
+                                      f'{self._name} accepts only a single type')
+            return typing._GenericAlias(self, (item,))
+
+    TypeGuard = _TypeGuardForm(
+        'TypeGuard',
+        doc="""Special typing form used to annotate the return type of a user-defined
+        type guard function.  ``TypeGuard`` only accepts a single type argument.
+        At runtime, functions marked this way should return a boolean.
+
+        ``TypeGuard`` aims to benefit *type narrowing* -- a technique used by static
+        type checkers to determine a more precise type of an expression within a
+        program's code flow.  Usually type narrowing is done by analyzing
+        conditional code flow and applying the narrowing to a block of code.  The
+        conditional expression here is sometimes referred to as a "type guard".
+
+        Sometimes it would be convenient to use a user-defined boolean function
+        as a type guard.  Such a function should use ``TypeGuard[...]`` as its
+        return type to alert static type checkers to this intention.
+
+        Using  ``-> TypeGuard`` tells the static type checker that for a given
+        function:
+
+        1. The return value is a boolean.
+        2. If the return value is ``True``, the type of its argument
+        is the type inside ``TypeGuard``.
+
+        For example::
+
+            def is_str(val: Union[str, float]):
+                # "isinstance" type guard
+                if isinstance(val, str):
+                    # Type of ``val`` is narrowed to ``str``
+                    ...
+                else:
+                    # Else, type of ``val`` is narrowed to ``float``.
+                    ...
+
+        Strict type narrowing is not enforced -- ``TypeB`` need not be a narrower
+        form of ``TypeA`` (it can even be a wider form) and this may lead to
+        type-unsafe results.  The main reason is to allow for things like
+        narrowing ``List[object]`` to ``List[str]`` even though the latter is not
+        a subtype of the former, since ``List`` is invariant.  The responsibility of
+        writing type-safe type guards is left to the user.
+
+        ``TypeGuard`` also works with type variables.  For more information, see
+        PEP 647 (User-Defined Type Guards).
+        """)
+
+# 3.13+
+if hasattr(typing, 'TypeIs'):
+    TypeIs = typing.TypeIs
+# 3.9
+elif sys.version_info[:2] >= (3, 9):
+    @_ExtensionsSpecialForm
+    def TypeIs(self, parameters):
+        """Special typing form used to annotate the return type of a user-defined
+        type narrower function.  ``TypeIs`` only accepts a single type argument.
+        At runtime, functions marked this way should return a boolean.
+
+        ``TypeIs`` aims to benefit *type narrowing* -- a technique used by static
+        type checkers to determine a more precise type of an expression within a
+        program's code flow.  Usually type narrowing is done by analyzing
+        conditional code flow and applying the narrowing to a block of code.  The
+        conditional expression here is sometimes referred to as a "type guard".
+
+        Sometimes it would be convenient to use a user-defined boolean function
+        as a type guard.  Such a function should use ``TypeIs[...]`` as its
+        return type to alert static type checkers to this intention.
+
+        Using  ``-> TypeIs`` tells the static type checker that for a given
+        function:
+
+        1. The return value is a boolean.
+        2. If the return value is ``True``, the type of its argument
+        is the intersection of the type inside ``TypeGuard`` and the argument's
+        previously known type.
+
+        For example::
+
+            def is_awaitable(val: object) -> TypeIs[Awaitable[Any]]:
+                return hasattr(val, '__await__')
+
+            def f(val: Union[int, Awaitable[int]]) -> int:
+                if is_awaitable(val):
+                    assert_type(val, Awaitable[int])
+                else:
+                    assert_type(val, int)
+
+        ``TypeIs`` also works with type variables.  For more information, see
+        PEP 742 (Narrowing types with TypeIs).
+        """
+        item = typing._type_check(parameters, f'{self} accepts only a single type.')
+        return typing._GenericAlias(self, (item,))
+# 3.8
+else:
+    class _TypeIsForm(_ExtensionsSpecialForm, _root=True):
+        def __getitem__(self, parameters):
+            item = typing._type_check(parameters,
+                                      f'{self._name} accepts only a single type')
+            return typing._GenericAlias(self, (item,))
+
+    TypeIs = _TypeIsForm(
+        'TypeIs',
+        doc="""Special typing form used to annotate the return type of a user-defined
+        type narrower function.  ``TypeIs`` only accepts a single type argument.
+        At runtime, functions marked this way should return a boolean.
+
+        ``TypeIs`` aims to benefit *type narrowing* -- a technique used by static
+        type checkers to determine a more precise type of an expression within a
+        program's code flow.  Usually type narrowing is done by analyzing
+        conditional code flow and applying the narrowing to a block of code.  The
+        conditional expression here is sometimes referred to as a "type guard".
+
+        Sometimes it would be convenient to use a user-defined boolean function
+        as a type guard.  Such a function should use ``TypeIs[...]`` as its
+        return type to alert static type checkers to this intention.
+
+        Using  ``-> TypeIs`` tells the static type checker that for a given
+        function:
+
+        1. The return value is a boolean.
+        2. If the return value is ``True``, the type of its argument
+        is the intersection of the type inside ``TypeGuard`` and the argument's
+        previously known type.
+
+        For example::
+
+            def is_awaitable(val: object) -> TypeIs[Awaitable[Any]]:
+                return hasattr(val, '__await__')
+
+            def f(val: Union[int, Awaitable[int]]) -> int:
+                if is_awaitable(val):
+                    assert_type(val, Awaitable[int])
+                else:
+                    assert_type(val, int)
+
+        ``TypeIs`` also works with type variables.  For more information, see
+        PEP 742 (Narrowing types with TypeIs).
+        """)
+
+
+# Vendored from cpython typing._SpecialFrom
+class _SpecialForm(typing._Final, _root=True):
+    __slots__ = ('_name', '__doc__', '_getitem')
+
+    def __init__(self, getitem):
+        self._getitem = getitem
+        self._name = getitem.__name__
+        self.__doc__ = getitem.__doc__
+
+    def __getattr__(self, item):
+        if item in {'__name__', '__qualname__'}:
+            return self._name
+
+        raise AttributeError(item)
+
+    def __mro_entries__(self, bases):
+        raise TypeError(f"Cannot subclass {self!r}")
+
+    def __repr__(self):
+        return f'typing_extensions.{self._name}'
+
+    def __reduce__(self):
+        return self._name
+
+    def __call__(self, *args, **kwds):
+        raise TypeError(f"Cannot instantiate {self!r}")
+
+    def __or__(self, other):
+        return typing.Union[self, other]
+
+    def __ror__(self, other):
+        return typing.Union[other, self]
+
+    def __instancecheck__(self, obj):
+        raise TypeError(f"{self} cannot be used with isinstance()")
+
+    def __subclasscheck__(self, cls):
+        raise TypeError(f"{self} cannot be used with issubclass()")
+
+    @typing._tp_cache
+    def __getitem__(self, parameters):
+        return self._getitem(self, parameters)
+
+
+if hasattr(typing, "LiteralString"):  # 3.11+
+    LiteralString = typing.LiteralString
+else:
+    @_SpecialForm
+    def LiteralString(self, params):
+        """Represents an arbitrary literal string.
+
+        Example::
+
+          from typing_extensions import LiteralString
+
+          def query(sql: LiteralString) -> ...:
+              ...
+
+          query("SELECT * FROM table")  # ok
+          query(f"SELECT * FROM {input()}")  # not ok
+
+        See PEP 675 for details.
+
+        """
+        raise TypeError(f"{self} is not subscriptable")
+
+
+if hasattr(typing, "Self"):  # 3.11+
+    Self = typing.Self
+else:
+    @_SpecialForm
+    def Self(self, params):
+        """Used to spell the type of "self" in classes.
+
+        Example::
+
+          from typing import Self
+
+          class ReturnsSelf:
+              def parse(self, data: bytes) -> Self:
+                  ...
+                  return self
+
+        """
+
+        raise TypeError(f"{self} is not subscriptable")
+
+
+if hasattr(typing, "Never"):  # 3.11+
+    Never = typing.Never
+else:
+    @_SpecialForm
+    def Never(self, params):
+        """The bottom type, a type that has no members.
+
+        This can be used to define a function that should never be
+        called, or a function that never returns::
+
+            from typing_extensions import Never
+
+            def never_call_me(arg: Never) -> None:
+                pass
+
+            def int_or_str(arg: int | str) -> None:
+                never_call_me(arg)  # type checker error
+                match arg:
+                    case int():
+                        print("It's an int")
+                    case str():
+                        print("It's a str")
+                    case _:
+                        never_call_me(arg)  # ok, arg is of type Never
+
+        """
+
+        raise TypeError(f"{self} is not subscriptable")
+
+
+if hasattr(typing, 'Required'):  # 3.11+
+    Required = typing.Required
+    NotRequired = typing.NotRequired
+elif sys.version_info[:2] >= (3, 9):  # 3.9-3.10
+    @_ExtensionsSpecialForm
+    def Required(self, parameters):
+        """A special typing construct to mark a key of a total=False TypedDict
+        as required. For example:
+
+            class Movie(TypedDict, total=False):
+                title: Required[str]
+                year: int
+
+            m = Movie(
+                title='The Matrix',  # typechecker error if key is omitted
+                year=1999,
+            )
+
+        There is no runtime checking that a required key is actually provided
+        when instantiating a related TypedDict.
+        """
+        item = typing._type_check(parameters, f'{self._name} accepts only a single type.')
+        return typing._GenericAlias(self, (item,))
+
+    @_ExtensionsSpecialForm
+    def NotRequired(self, parameters):
+        """A special typing construct to mark a key of a TypedDict as
+        potentially missing. For example:
+
+            class Movie(TypedDict):
+                title: str
+                year: NotRequired[int]
+
+            m = Movie(
+                title='The Matrix',  # typechecker error if key is omitted
+                year=1999,
+            )
+        """
+        item = typing._type_check(parameters, f'{self._name} accepts only a single type.')
+        return typing._GenericAlias(self, (item,))
+
+else:  # 3.8
+    class _RequiredForm(_ExtensionsSpecialForm, _root=True):
+        def __getitem__(self, parameters):
+            item = typing._type_check(parameters,
+                                      f'{self._name} accepts only a single type.')
+            return typing._GenericAlias(self, (item,))
+
+    Required = _RequiredForm(
+        'Required',
+        doc="""A special typing construct to mark a key of a total=False TypedDict
+        as required. For example:
+
+            class Movie(TypedDict, total=False):
+                title: Required[str]
+                year: int
+
+            m = Movie(
+                title='The Matrix',  # typechecker error if key is omitted
+                year=1999,
+            )
+
+        There is no runtime checking that a required key is actually provided
+        when instantiating a related TypedDict.
+        """)
+    NotRequired = _RequiredForm(
+        'NotRequired',
+        doc="""A special typing construct to mark a key of a TypedDict as
+        potentially missing. For example:
+
+            class Movie(TypedDict):
+                title: str
+                year: NotRequired[int]
+
+            m = Movie(
+                title='The Matrix',  # typechecker error if key is omitted
+                year=1999,
+            )
+        """)
+
+
+if hasattr(typing, 'ReadOnly'):
+    ReadOnly = typing.ReadOnly
+elif sys.version_info[:2] >= (3, 9):  # 3.9-3.12
+    @_ExtensionsSpecialForm
+    def ReadOnly(self, parameters):
+        """A special typing construct to mark an item of a TypedDict as read-only.
+
+        For example:
+
+            class Movie(TypedDict):
+                title: ReadOnly[str]
+                year: int
+
+            def mutate_movie(m: Movie) -> None:
+                m["year"] = 1992  # allowed
+                m["title"] = "The Matrix"  # typechecker error
+
+        There is no runtime checking for this property.
+        """
+        item = typing._type_check(parameters, f'{self._name} accepts only a single type.')
+        return typing._GenericAlias(self, (item,))
+
+else:  # 3.8
+    class _ReadOnlyForm(_ExtensionsSpecialForm, _root=True):
+        def __getitem__(self, parameters):
+            item = typing._type_check(parameters,
+                                      f'{self._name} accepts only a single type.')
+            return typing._GenericAlias(self, (item,))
+
+    ReadOnly = _ReadOnlyForm(
+        'ReadOnly',
+        doc="""A special typing construct to mark a key of a TypedDict as read-only.
+
+        For example:
+
+            class Movie(TypedDict):
+                title: ReadOnly[str]
+                year: int
+
+            def mutate_movie(m: Movie) -> None:
+                m["year"] = 1992  # allowed
+                m["title"] = "The Matrix"  # typechecker error
+
+        There is no runtime checking for this propery.
+        """)
+
+
+_UNPACK_DOC = """\
+Type unpack operator.
+
+The type unpack operator takes the child types from some container type,
+such as `tuple[int, str]` or a `TypeVarTuple`, and 'pulls them out'. For
+example:
+
+  # For some generic class `Foo`:
+  Foo[Unpack[tuple[int, str]]]  # Equivalent to Foo[int, str]
+
+  Ts = TypeVarTuple('Ts')
+  # Specifies that `Bar` is generic in an arbitrary number of types.
+  # (Think of `Ts` as a tuple of an arbitrary number of individual
+  #  `TypeVar`s, which the `Unpack` is 'pulling out' directly into the
+  #  `Generic[]`.)
+  class Bar(Generic[Unpack[Ts]]): ...
+  Bar[int]  # Valid
+  Bar[int, str]  # Also valid
+
+From Python 3.11, this can also be done using the `*` operator:
+
+    Foo[*tuple[int, str]]
+    class Bar(Generic[*Ts]): ...
+
+The operator can also be used along with a `TypedDict` to annotate
+`**kwargs` in a function signature. For instance:
+
+  class Movie(TypedDict):
+    name: str
+    year: int
+
+  # This function expects two keyword arguments - *name* of type `str` and
+  # *year* of type `int`.
+  def foo(**kwargs: Unpack[Movie]): ...
+
+Note that there is only some runtime checking of this operator. Not
+everything the runtime allows may be accepted by static type checkers.
+
+For more information, see PEP 646 and PEP 692.
+"""
+
+
+if sys.version_info >= (3, 12):  # PEP 692 changed the repr of Unpack[]
+    Unpack = typing.Unpack
+
+    def _is_unpack(obj):
+        return get_origin(obj) is Unpack
+
+elif sys.version_info[:2] >= (3, 9):  # 3.9+
+    class _UnpackSpecialForm(_ExtensionsSpecialForm, _root=True):
+        def __init__(self, getitem):
+            super().__init__(getitem)
+            self.__doc__ = _UNPACK_DOC
+
+    class _UnpackAlias(typing._GenericAlias, _root=True):
+        __class__ = typing.TypeVar
+
+        @property
+        def __typing_unpacked_tuple_args__(self):
+            assert self.__origin__ is Unpack
+            assert len(self.__args__) == 1
+            arg, = self.__args__
+            if isinstance(arg, (typing._GenericAlias, _types.GenericAlias)):
+                if arg.__origin__ is not tuple:
+                    raise TypeError("Unpack[...] must be used with a tuple type")
+                return arg.__args__
+            return None
+
+    @_UnpackSpecialForm
+    def Unpack(self, parameters):
+        item = typing._type_check(parameters, f'{self._name} accepts only a single type.')
+        return _UnpackAlias(self, (item,))
+
+    def _is_unpack(obj):
+        return isinstance(obj, _UnpackAlias)
+
+else:  # 3.8
+    class _UnpackAlias(typing._GenericAlias, _root=True):
+        __class__ = typing.TypeVar
+
+    class _UnpackForm(_ExtensionsSpecialForm, _root=True):
+        def __getitem__(self, parameters):
+            item = typing._type_check(parameters,
+                                      f'{self._name} accepts only a single type.')
+            return _UnpackAlias(self, (item,))
+
+    Unpack = _UnpackForm('Unpack', doc=_UNPACK_DOC)
+
+    def _is_unpack(obj):
+        return isinstance(obj, _UnpackAlias)
+
+
+if _PEP_696_IMPLEMENTED:
+    from typing import TypeVarTuple
+
+elif hasattr(typing, "TypeVarTuple"):  # 3.11+
+
+    def _unpack_args(*args):
+        newargs = []
+        for arg in args:
+            subargs = getattr(arg, '__typing_unpacked_tuple_args__', None)
+            if subargs is not None and not (subargs and subargs[-1] is ...):
+                newargs.extend(subargs)
+            else:
+                newargs.append(arg)
+        return newargs
+
+    # Add default parameter - PEP 696
+    class TypeVarTuple(metaclass=_TypeVarLikeMeta):
+        """Type variable tuple."""
+
+        _backported_typevarlike = typing.TypeVarTuple
+
+        def __new__(cls, name, *, default=NoDefault):
+            tvt = typing.TypeVarTuple(name)
+            _set_default(tvt, default)
+            _set_module(tvt)
+
+            def _typevartuple_prepare_subst(alias, args):
+                params = alias.__parameters__
+                typevartuple_index = params.index(tvt)
+                for param in params[typevartuple_index + 1:]:
+                    if isinstance(param, TypeVarTuple):
+                        raise TypeError(
+                            f"More than one TypeVarTuple parameter in {alias}"
+                        )
+
+                alen = len(args)
+                plen = len(params)
+                left = typevartuple_index
+                right = plen - typevartuple_index - 1
+                var_tuple_index = None
+                fillarg = None
+                for k, arg in enumerate(args):
+                    if not isinstance(arg, type):
+                        subargs = getattr(arg, '__typing_unpacked_tuple_args__', None)
+                        if subargs and len(subargs) == 2 and subargs[-1] is ...:
+                            if var_tuple_index is not None:
+                                raise TypeError(
+                                    "More than one unpacked "
+                                    "arbitrary-length tuple argument"
+                                )
+                            var_tuple_index = k
+                            fillarg = subargs[0]
+                if var_tuple_index is not None:
+                    left = min(left, var_tuple_index)
+                    right = min(right, alen - var_tuple_index - 1)
+                elif left + right > alen:
+                    raise TypeError(f"Too few arguments for {alias};"
+                                    f" actual {alen}, expected at least {plen - 1}")
+                if left == alen - right and tvt.has_default():
+                    replacement = _unpack_args(tvt.__default__)
+                else:
+                    replacement = args[left: alen - right]
+
+                return (
+                    *args[:left],
+                    *([fillarg] * (typevartuple_index - left)),
+                    replacement,
+                    *([fillarg] * (plen - right - left - typevartuple_index - 1)),
+                    *args[alen - right:],
+                )
+
+            tvt.__typing_prepare_subst__ = _typevartuple_prepare_subst
+            return tvt
+
+        def __init_subclass__(self, *args, **kwds):
+            raise TypeError("Cannot subclass special typing classes")
+
+else:  # <=3.10
+    class TypeVarTuple(_DefaultMixin):
+        """Type variable tuple.
+
+        Usage::
+
+            Ts = TypeVarTuple('Ts')
+
+        In the same way that a normal type variable is a stand-in for a single
+        type such as ``int``, a type variable *tuple* is a stand-in for a *tuple*
+        type such as ``Tuple[int, str]``.
+
+        Type variable tuples can be used in ``Generic`` declarations.
+        Consider the following example::
+
+            class Array(Generic[*Ts]): ...
+
+        The ``Ts`` type variable tuple here behaves like ``tuple[T1, T2]``,
+        where ``T1`` and ``T2`` are type variables. To use these type variables
+        as type parameters of ``Array``, we must *unpack* the type variable tuple using
+        the star operator: ``*Ts``. The signature of ``Array`` then behaves
+        as if we had simply written ``class Array(Generic[T1, T2]): ...``.
+        In contrast to ``Generic[T1, T2]``, however, ``Generic[*Shape]`` allows
+        us to parameterise the class with an *arbitrary* number of type parameters.
+
+        Type variable tuples can be used anywhere a normal ``TypeVar`` can.
+        This includes class definitions, as shown above, as well as function
+        signatures and variable annotations::
+
+            class Array(Generic[*Ts]):
+
+                def __init__(self, shape: Tuple[*Ts]):
+                    self._shape: Tuple[*Ts] = shape
+
+                def get_shape(self) -> Tuple[*Ts]:
+                    return self._shape
+
+            shape = (Height(480), Width(640))
+            x: Array[Height, Width] = Array(shape)
+            y = abs(x)  # Inferred type is Array[Height, Width]
+            z = x + x   #        ...    is Array[Height, Width]
+            x.get_shape()  #     ...    is tuple[Height, Width]
+
+        """
+
+        # Trick Generic __parameters__.
+        __class__ = typing.TypeVar
+
+        def __iter__(self):
+            yield self.__unpacked__
+
+        def __init__(self, name, *, default=NoDefault):
+            self.__name__ = name
+            _DefaultMixin.__init__(self, default)
+
+            # for pickling:
+            def_mod = _caller()
+            if def_mod != 'typing_extensions':
+                self.__module__ = def_mod
+
+            self.__unpacked__ = Unpack[self]
+
+        def __repr__(self):
+            return self.__name__
+
+        def __hash__(self):
+            return object.__hash__(self)
+
+        def __eq__(self, other):
+            return self is other
+
+        def __reduce__(self):
+            return self.__name__
+
+        def __init_subclass__(self, *args, **kwds):
+            if '_root' not in kwds:
+                raise TypeError("Cannot subclass special typing classes")
+
+
+if hasattr(typing, "reveal_type"):  # 3.11+
+    reveal_type = typing.reveal_type
+else:  # <=3.10
+    def reveal_type(obj: T, /) -> T:
+        """Reveal the inferred type of a variable.
+
+        When a static type checker encounters a call to ``reveal_type()``,
+        it will emit the inferred type of the argument::
+
+            x: int = 1
+            reveal_type(x)
+
+        Running a static type checker (e.g., ``mypy``) on this example
+        will produce output similar to 'Revealed type is "builtins.int"'.
+
+        At runtime, the function prints the runtime type of the
+        argument and returns it unchanged.
+
+        """
+        print(f"Runtime type is {type(obj).__name__!r}", file=sys.stderr)
+        return obj
+
+
+if hasattr(typing, "_ASSERT_NEVER_REPR_MAX_LENGTH"):  # 3.11+
+    _ASSERT_NEVER_REPR_MAX_LENGTH = typing._ASSERT_NEVER_REPR_MAX_LENGTH
+else:  # <=3.10
+    _ASSERT_NEVER_REPR_MAX_LENGTH = 100
+
+
+if hasattr(typing, "assert_never"):  # 3.11+
+    assert_never = typing.assert_never
+else:  # <=3.10
+    def assert_never(arg: Never, /) -> Never:
+        """Assert to the type checker that a line of code is unreachable.
+
+        Example::
+
+            def int_or_str(arg: int | str) -> None:
+                match arg:
+                    case int():
+                        print("It's an int")
+                    case str():
+                        print("It's a str")
+                    case _:
+                        assert_never(arg)
+
+        If a type checker finds that a call to assert_never() is
+        reachable, it will emit an error.
+
+        At runtime, this throws an exception when called.
+
+        """
+        value = repr(arg)
+        if len(value) > _ASSERT_NEVER_REPR_MAX_LENGTH:
+            value = value[:_ASSERT_NEVER_REPR_MAX_LENGTH] + '...'
+        raise AssertionError(f"Expected code to be unreachable, but got: {value}")
+
+
+if sys.version_info >= (3, 12):  # 3.12+
+    # dataclass_transform exists in 3.11 but lacks the frozen_default parameter
+    dataclass_transform = typing.dataclass_transform
+else:  # <=3.11
+    def dataclass_transform(
+        *,
+        eq_default: bool = True,
+        order_default: bool = False,
+        kw_only_default: bool = False,
+        frozen_default: bool = False,
+        field_specifiers: typing.Tuple[
+            typing.Union[typing.Type[typing.Any], typing.Callable[..., typing.Any]],
+            ...
+        ] = (),
+        **kwargs: typing.Any,
+    ) -> typing.Callable[[T], T]:
+        """Decorator that marks a function, class, or metaclass as providing
+        dataclass-like behavior.
+
+        Example:
+
+            from typing_extensions import dataclass_transform
+
+            _T = TypeVar("_T")
+
+            # Used on a decorator function
+            @dataclass_transform()
+            def create_model(cls: type[_T]) -> type[_T]:
+                ...
+                return cls
+
+            @create_model
+            class CustomerModel:
+                id: int
+                name: str
+
+            # Used on a base class
+            @dataclass_transform()
+            class ModelBase: ...
+
+            class CustomerModel(ModelBase):
+                id: int
+                name: str
+
+            # Used on a metaclass
+            @dataclass_transform()
+            class ModelMeta(type): ...
+
+            class ModelBase(metaclass=ModelMeta): ...
+
+            class CustomerModel(ModelBase):
+                id: int
+                name: str
+
+        Each of the ``CustomerModel`` classes defined in this example will now
+        behave similarly to a dataclass created with the ``@dataclasses.dataclass``
+        decorator. For example, the type checker will synthesize an ``__init__``
+        method.
+
+        The arguments to this decorator can be used to customize this behavior:
+        - ``eq_default`` indicates whether the ``eq`` parameter is assumed to be
+          True or False if it is omitted by the caller.
+        - ``order_default`` indicates whether the ``order`` parameter is
+          assumed to be True or False if it is omitted by the caller.
+        - ``kw_only_default`` indicates whether the ``kw_only`` parameter is
+          assumed to be True or False if it is omitted by the caller.
+        - ``frozen_default`` indicates whether the ``frozen`` parameter is
+          assumed to be True or False if it is omitted by the caller.
+        - ``field_specifiers`` specifies a static list of supported classes
+          or functions that describe fields, similar to ``dataclasses.field()``.
+
+        At runtime, this decorator records its arguments in the
+        ``__dataclass_transform__`` attribute on the decorated object.
+
+        See PEP 681 for details.
+
+        """
+        def decorator(cls_or_fn):
+            cls_or_fn.__dataclass_transform__ = {
+                "eq_default": eq_default,
+                "order_default": order_default,
+                "kw_only_default": kw_only_default,
+                "frozen_default": frozen_default,
+                "field_specifiers": field_specifiers,
+                "kwargs": kwargs,
+            }
+            return cls_or_fn
+        return decorator
+
+
+if hasattr(typing, "override"):  # 3.12+
+    override = typing.override
+else:  # <=3.11
+    _F = typing.TypeVar("_F", bound=typing.Callable[..., typing.Any])
+
+    def override(arg: _F, /) -> _F:
+        """Indicate that a method is intended to override a method in a base class.
+
+        Usage:
+
+            class Base:
+                def method(self) -> None:
+                    pass
+
+            class Child(Base):
+                @override
+                def method(self) -> None:
+                    super().method()
+
+        When this decorator is applied to a method, the type checker will
+        validate that it overrides a method with the same name on a base class.
+        This helps prevent bugs that may occur when a base class is changed
+        without an equivalent change to a child class.
+
+        There is no runtime checking of these properties. The decorator
+        sets the ``__override__`` attribute to ``True`` on the decorated object
+        to allow runtime introspection.
+
+        See PEP 698 for details.
+
+        """
+        try:
+            arg.__override__ = True
+        except (AttributeError, TypeError):
+            # Skip the attribute silently if it is not writable.
+            # AttributeError happens if the object has __slots__ or a
+            # read-only property, TypeError if it's a builtin class.
+            pass
+        return arg
+
+
+if hasattr(warnings, "deprecated"):
+    deprecated = warnings.deprecated
+else:
+    _T = typing.TypeVar("_T")
+
+    class deprecated:
+        """Indicate that a class, function or overload is deprecated.
+
+        When this decorator is applied to an object, the type checker
+        will generate a diagnostic on usage of the deprecated object.
+
+        Usage:
+
+            @deprecated("Use B instead")
+            class A:
+                pass
+
+            @deprecated("Use g instead")
+            def f():
+                pass
+
+            @overload
+            @deprecated("int support is deprecated")
+            def g(x: int) -> int: ...
+            @overload
+            def g(x: str) -> int: ...
+
+        The warning specified by *category* will be emitted at runtime
+        on use of deprecated objects. For functions, that happens on calls;
+        for classes, on instantiation and on creation of subclasses.
+        If the *category* is ``None``, no warning is emitted at runtime.
+        The *stacklevel* determines where the
+        warning is emitted. If it is ``1`` (the default), the warning
+        is emitted at the direct caller of the deprecated object; if it
+        is higher, it is emitted further up the stack.
+        Static type checker behavior is not affected by the *category*
+        and *stacklevel* arguments.
+
+        The deprecation message passed to the decorator is saved in the
+        ``__deprecated__`` attribute on the decorated object.
+        If applied to an overload, the decorator
+        must be after the ``@overload`` decorator for the attribute to
+        exist on the overload as returned by ``get_overloads()``.
+
+        See PEP 702 for details.
+
+        """
+        def __init__(
+            self,
+            message: str,
+            /,
+            *,
+            category: typing.Optional[typing.Type[Warning]] = DeprecationWarning,
+            stacklevel: int = 1,
+        ) -> None:
+            if not isinstance(message, str):
+                raise TypeError(
+                    "Expected an object of type str for 'message', not "
+                    f"{type(message).__name__!r}"
+                )
+            self.message = message
+            self.category = category
+            self.stacklevel = stacklevel
+
+        def __call__(self, arg: _T, /) -> _T:
+            # Make sure the inner functions created below don't
+            # retain a reference to self.
+            msg = self.message
+            category = self.category
+            stacklevel = self.stacklevel
+            if category is None:
+                arg.__deprecated__ = msg
+                return arg
+            elif isinstance(arg, type):
+                import functools
+                from types import MethodType
+
+                original_new = arg.__new__
+
+                @functools.wraps(original_new)
+                def __new__(cls, *args, **kwargs):
+                    if cls is arg:
+                        warnings.warn(msg, category=category, stacklevel=stacklevel + 1)
+                    if original_new is not object.__new__:
+                        return original_new(cls, *args, **kwargs)
+                    # Mirrors a similar check in object.__new__.
+                    elif cls.__init__ is object.__init__ and (args or kwargs):
+                        raise TypeError(f"{cls.__name__}() takes no arguments")
+                    else:
+                        return original_new(cls)
+
+                arg.__new__ = staticmethod(__new__)
+
+                original_init_subclass = arg.__init_subclass__
+                # We need slightly different behavior if __init_subclass__
+                # is a bound method (likely if it was implemented in Python)
+                if isinstance(original_init_subclass, MethodType):
+                    original_init_subclass = original_init_subclass.__func__
+
+                    @functools.wraps(original_init_subclass)
+                    def __init_subclass__(*args, **kwargs):
+                        warnings.warn(msg, category=category, stacklevel=stacklevel + 1)
+                        return original_init_subclass(*args, **kwargs)
+
+                    arg.__init_subclass__ = classmethod(__init_subclass__)
+                # Or otherwise, which likely means it's a builtin such as
+                # object's implementation of __init_subclass__.
+                else:
+                    @functools.wraps(original_init_subclass)
+                    def __init_subclass__(*args, **kwargs):
+                        warnings.warn(msg, category=category, stacklevel=stacklevel + 1)
+                        return original_init_subclass(*args, **kwargs)
+
+                    arg.__init_subclass__ = __init_subclass__
+
+                arg.__deprecated__ = __new__.__deprecated__ = msg
+                __init_subclass__.__deprecated__ = msg
+                return arg
+            elif callable(arg):
+                import functools
+
+                @functools.wraps(arg)
+                def wrapper(*args, **kwargs):
+                    warnings.warn(msg, category=category, stacklevel=stacklevel + 1)
+                    return arg(*args, **kwargs)
+
+                arg.__deprecated__ = wrapper.__deprecated__ = msg
+                return wrapper
+            else:
+                raise TypeError(
+                    "@deprecated decorator with non-None category must be applied to "
+                    f"a class or callable, not {arg!r}"
+                )
+
+
+# We have to do some monkey patching to deal with the dual nature of
+# Unpack/TypeVarTuple:
+# - We want Unpack to be a kind of TypeVar so it gets accepted in
+#   Generic[Unpack[Ts]]
+# - We want it to *not* be treated as a TypeVar for the purposes of
+#   counting generic parameters, so that when we subscript a generic,
+#   the runtime doesn't try to substitute the Unpack with the subscripted type.
+if not hasattr(typing, "TypeVarTuple"):
+    def _check_generic(cls, parameters, elen=_marker):
+        """Check correct count for parameters of a generic cls (internal helper).
+
+        This gives a nice error message in case of count mismatch.
+        """
+        if not elen:
+            raise TypeError(f"{cls} is not a generic class")
+        if elen is _marker:
+            if not hasattr(cls, "__parameters__") or not cls.__parameters__:
+                raise TypeError(f"{cls} is not a generic class")
+            elen = len(cls.__parameters__)
+        alen = len(parameters)
+        if alen != elen:
+            expect_val = elen
+            if hasattr(cls, "__parameters__"):
+                parameters = [p for p in cls.__parameters__ if not _is_unpack(p)]
+                num_tv_tuples = sum(isinstance(p, TypeVarTuple) for p in parameters)
+                if (num_tv_tuples > 0) and (alen >= elen - num_tv_tuples):
+                    return
+
+                # deal with TypeVarLike defaults
+                # required TypeVarLikes cannot appear after a defaulted one.
+                if alen < elen:
+                    # since we validate TypeVarLike default in _collect_type_vars
+                    # or _collect_parameters we can safely check parameters[alen]
+                    if (
+                        getattr(parameters[alen], '__default__', NoDefault)
+                        is not NoDefault
+                    ):
+                        return
+
+                    num_default_tv = sum(getattr(p, '__default__', NoDefault)
+                                         is not NoDefault for p in parameters)
+
+                    elen -= num_default_tv
+
+                    expect_val = f"at least {elen}"
+
+            things = "arguments" if sys.version_info >= (3, 10) else "parameters"
+            raise TypeError(f"Too {'many' if alen > elen else 'few'} {things}"
+                            f" for {cls}; actual {alen}, expected {expect_val}")
+else:
+    # Python 3.11+
+
+    def _check_generic(cls, parameters, elen):
+        """Check correct count for parameters of a generic cls (internal helper).
+
+        This gives a nice error message in case of count mismatch.
+        """
+        if not elen:
+            raise TypeError(f"{cls} is not a generic class")
+        alen = len(parameters)
+        if alen != elen:
+            expect_val = elen
+            if hasattr(cls, "__parameters__"):
+                parameters = [p for p in cls.__parameters__ if not _is_unpack(p)]
+
+                # deal with TypeVarLike defaults
+                # required TypeVarLikes cannot appear after a defaulted one.
+                if alen < elen:
+                    # since we validate TypeVarLike default in _collect_type_vars
+                    # or _collect_parameters we can safely check parameters[alen]
+                    if (
+                        getattr(parameters[alen], '__default__', NoDefault)
+                        is not NoDefault
+                    ):
+                        return
+
+                    num_default_tv = sum(getattr(p, '__default__', NoDefault)
+                                         is not NoDefault for p in parameters)
+
+                    elen -= num_default_tv
+
+                    expect_val = f"at least {elen}"
+
+            raise TypeError(f"Too {'many' if alen > elen else 'few'} arguments"
+                            f" for {cls}; actual {alen}, expected {expect_val}")
+
+if not _PEP_696_IMPLEMENTED:
+    typing._check_generic = _check_generic
+
+
+def _has_generic_or_protocol_as_origin() -> bool:
+    try:
+        frame = sys._getframe(2)
+    # - Catch AttributeError: not all Python implementations have sys._getframe()
+    # - Catch ValueError: maybe we're called from an unexpected module
+    #   and the call stack isn't deep enough
+    except (AttributeError, ValueError):
+        return False  # err on the side of leniency
+    else:
+        # If we somehow get invoked from outside typing.py,
+        # also err on the side of leniency
+        if frame.f_globals.get("__name__") != "typing":
+            return False
+        origin = frame.f_locals.get("origin")
+        # Cannot use "in" because origin may be an object with a buggy __eq__ that
+        # throws an error.
+        return origin is typing.Generic or origin is Protocol or origin is typing.Protocol
+
+
+_TYPEVARTUPLE_TYPES = {TypeVarTuple, getattr(typing, "TypeVarTuple", None)}
+
+
+def _is_unpacked_typevartuple(x) -> bool:
+    if get_origin(x) is not Unpack:
+        return False
+    args = get_args(x)
+    return (
+        bool(args)
+        and len(args) == 1
+        and type(args[0]) in _TYPEVARTUPLE_TYPES
+    )
+
+
+# Python 3.11+ _collect_type_vars was renamed to _collect_parameters
+if hasattr(typing, '_collect_type_vars'):
+    def _collect_type_vars(types, typevar_types=None):
+        """Collect all type variable contained in types in order of
+        first appearance (lexicographic order). For example::
+
+            _collect_type_vars((T, List[S, T])) == (T, S)
+        """
+        if typevar_types is None:
+            typevar_types = typing.TypeVar
+        tvars = []
+
+        # A required TypeVarLike cannot appear after a TypeVarLike with a default
+        # if it was a direct call to `Generic[]` or `Protocol[]`
+        enforce_default_ordering = _has_generic_or_protocol_as_origin()
+        default_encountered = False
+
+        # Also, a TypeVarLike with a default cannot appear after a TypeVarTuple
+        type_var_tuple_encountered = False
+
+        for t in types:
+            if _is_unpacked_typevartuple(t):
+                type_var_tuple_encountered = True
+            elif isinstance(t, typevar_types) and t not in tvars:
+                if enforce_default_ordering:
+                    has_default = getattr(t, '__default__', NoDefault) is not NoDefault
+                    if has_default:
+                        if type_var_tuple_encountered:
+                            raise TypeError('Type parameter with a default'
+                                            ' follows TypeVarTuple')
+                        default_encountered = True
+                    elif default_encountered:
+                        raise TypeError(f'Type parameter {t!r} without a default'
+                                        ' follows type parameter with a default')
+
+                tvars.append(t)
+            if _should_collect_from_parameters(t):
+                tvars.extend([t for t in t.__parameters__ if t not in tvars])
+        return tuple(tvars)
+
+    typing._collect_type_vars = _collect_type_vars
+else:
+    def _collect_parameters(args):
+        """Collect all type variables and parameter specifications in args
+        in order of first appearance (lexicographic order).
+
+        For example::
+
+            assert _collect_parameters((T, Callable[P, T])) == (T, P)
+        """
+        parameters = []
+
+        # A required TypeVarLike cannot appear after a TypeVarLike with default
+        # if it was a direct call to `Generic[]` or `Protocol[]`
+        enforce_default_ordering = _has_generic_or_protocol_as_origin()
+        default_encountered = False
+
+        # Also, a TypeVarLike with a default cannot appear after a TypeVarTuple
+        type_var_tuple_encountered = False
+
+        for t in args:
+            if isinstance(t, type):
+                # We don't want __parameters__ descriptor of a bare Python class.
+                pass
+            elif isinstance(t, tuple):
+                # `t` might be a tuple, when `ParamSpec` is substituted with
+                # `[T, int]`, or `[int, *Ts]`, etc.
+                for x in t:
+                    for collected in _collect_parameters([x]):
+                        if collected not in parameters:
+                            parameters.append(collected)
+            elif hasattr(t, '__typing_subst__'):
+                if t not in parameters:
+                    if enforce_default_ordering:
+                        has_default = (
+                            getattr(t, '__default__', NoDefault) is not NoDefault
+                        )
+
+                        if type_var_tuple_encountered and has_default:
+                            raise TypeError('Type parameter with a default'
+                                            ' follows TypeVarTuple')
+
+                        if has_default:
+                            default_encountered = True
+                        elif default_encountered:
+                            raise TypeError(f'Type parameter {t!r} without a default'
+                                            ' follows type parameter with a default')
+
+                    parameters.append(t)
+            else:
+                if _is_unpacked_typevartuple(t):
+                    type_var_tuple_encountered = True
+                for x in getattr(t, '__parameters__', ()):
+                    if x not in parameters:
+                        parameters.append(x)
+
+        return tuple(parameters)
+
+    if not _PEP_696_IMPLEMENTED:
+        typing._collect_parameters = _collect_parameters
+
+# Backport typing.NamedTuple as it exists in Python 3.13.
+# In 3.11, the ability to define generic `NamedTuple`s was supported.
+# This was explicitly disallowed in 3.9-3.10, and only half-worked in <=3.8.
+# On 3.12, we added __orig_bases__ to call-based NamedTuples
+# On 3.13, we deprecated kwargs-based NamedTuples
+if sys.version_info >= (3, 13):
+    NamedTuple = typing.NamedTuple
+else:
+    def _make_nmtuple(name, types, module, defaults=()):
+        fields = [n for n, t in types]
+        annotations = {n: typing._type_check(t, f"field {n} annotation must be a type")
+                       for n, t in types}
+        nm_tpl = collections.namedtuple(name, fields,
+                                        defaults=defaults, module=module)
+        nm_tpl.__annotations__ = nm_tpl.__new__.__annotations__ = annotations
+        # The `_field_types` attribute was removed in 3.9;
+        # in earlier versions, it is the same as the `__annotations__` attribute
+        if sys.version_info < (3, 9):
+            nm_tpl._field_types = annotations
+        return nm_tpl
+
+    _prohibited_namedtuple_fields = typing._prohibited
+    _special_namedtuple_fields = frozenset({'__module__', '__name__', '__annotations__'})
+
+    class _NamedTupleMeta(type):
+        def __new__(cls, typename, bases, ns):
+            assert _NamedTuple in bases
+            for base in bases:
+                if base is not _NamedTuple and base is not typing.Generic:
+                    raise TypeError(
+                        'can only inherit from a NamedTuple type and Generic')
+            bases = tuple(tuple if base is _NamedTuple else base for base in bases)
+            if "__annotations__" in ns:
+                types = ns["__annotations__"]
+            elif "__annotate__" in ns:
+                # TODO: Use inspect.VALUE here, and make the annotations lazily evaluated
+                types = ns["__annotate__"](1)
+            else:
+                types = {}
+            default_names = []
+            for field_name in types:
+                if field_name in ns:
+                    default_names.append(field_name)
+                elif default_names:
+                    raise TypeError(f"Non-default namedtuple field {field_name} "
+                                    f"cannot follow default field"
+                                    f"{'s' if len(default_names) > 1 else ''} "
+                                    f"{', '.join(default_names)}")
+            nm_tpl = _make_nmtuple(
+                typename, types.items(),
+                defaults=[ns[n] for n in default_names],
+                module=ns['__module__']
+            )
+            nm_tpl.__bases__ = bases
+            if typing.Generic in bases:
+                if hasattr(typing, '_generic_class_getitem'):  # 3.12+
+                    nm_tpl.__class_getitem__ = classmethod(typing._generic_class_getitem)
+                else:
+                    class_getitem = typing.Generic.__class_getitem__.__func__
+                    nm_tpl.__class_getitem__ = classmethod(class_getitem)
+            # update from user namespace without overriding special namedtuple attributes
+            for key, val in ns.items():
+                if key in _prohibited_namedtuple_fields:
+                    raise AttributeError("Cannot overwrite NamedTuple attribute " + key)
+                elif key not in _special_namedtuple_fields:
+                    if key not in nm_tpl._fields:
+                        setattr(nm_tpl, key, ns[key])
+                    try:
+                        set_name = type(val).__set_name__
+                    except AttributeError:
+                        pass
+                    else:
+                        try:
+                            set_name(val, nm_tpl, key)
+                        except BaseException as e:
+                            msg = (
+                                f"Error calling __set_name__ on {type(val).__name__!r} "
+                                f"instance {key!r} in {typename!r}"
+                            )
+                            # BaseException.add_note() existed on py311,
+                            # but the __set_name__ machinery didn't start
+                            # using add_note() until py312.
+                            # Making sure exceptions are raised in the same way
+                            # as in "normal" classes seems most important here.
+                            if sys.version_info >= (3, 12):
+                                e.add_note(msg)
+                                raise
+                            else:
+                                raise RuntimeError(msg) from e
+
+            if typing.Generic in bases:
+                nm_tpl.__init_subclass__()
+            return nm_tpl
+
+    _NamedTuple = type.__new__(_NamedTupleMeta, 'NamedTuple', (), {})
+
+    def _namedtuple_mro_entries(bases):
+        assert NamedTuple in bases
+        return (_NamedTuple,)
+
+    @_ensure_subclassable(_namedtuple_mro_entries)
+    def NamedTuple(typename, fields=_marker, /, **kwargs):
+        """Typed version of namedtuple.
+
+        Usage::
+
+            class Employee(NamedTuple):
+                name: str
+                id: int
+
+        This is equivalent to::
+
+            Employee = collections.namedtuple('Employee', ['name', 'id'])
+
+        The resulting class has an extra __annotations__ attribute, giving a
+        dict that maps field names to types.  (The field names are also in
+        the _fields attribute, which is part of the namedtuple API.)
+        An alternative equivalent functional syntax is also accepted::
+
+            Employee = NamedTuple('Employee', [('name', str), ('id', int)])
+        """
+        if fields is _marker:
+            if kwargs:
+                deprecated_thing = "Creating NamedTuple classes using keyword arguments"
+                deprecation_msg = (
+                    "{name} is deprecated and will be disallowed in Python {remove}. "
+                    "Use the class-based or functional syntax instead."
+                )
+            else:
+                deprecated_thing = "Failing to pass a value for the 'fields' parameter"
+                example = f"`{typename} = NamedTuple({typename!r}, [])`"
+                deprecation_msg = (
+                    "{name} is deprecated and will be disallowed in Python {remove}. "
+                    "To create a NamedTuple class with 0 fields "
+                    "using the functional syntax, "
+                    "pass an empty list, e.g. "
+                ) + example + "."
+        elif fields is None:
+            if kwargs:
+                raise TypeError(
+                    "Cannot pass `None` as the 'fields' parameter "
+                    "and also specify fields using keyword arguments"
+                )
+            else:
+                deprecated_thing = "Passing `None` as the 'fields' parameter"
+                example = f"`{typename} = NamedTuple({typename!r}, [])`"
+                deprecation_msg = (
+                    "{name} is deprecated and will be disallowed in Python {remove}. "
+                    "To create a NamedTuple class with 0 fields "
+                    "using the functional syntax, "
+                    "pass an empty list, e.g. "
+                ) + example + "."
+        elif kwargs:
+            raise TypeError("Either list of fields or keywords"
+                            " can be provided to NamedTuple, not both")
+        if fields is _marker or fields is None:
+            warnings.warn(
+                deprecation_msg.format(name=deprecated_thing, remove="3.15"),
+                DeprecationWarning,
+                stacklevel=2,
+            )
+            fields = kwargs.items()
+        nt = _make_nmtuple(typename, fields, module=_caller())
+        nt.__orig_bases__ = (NamedTuple,)
+        return nt
+
+
+if hasattr(collections.abc, "Buffer"):
+    Buffer = collections.abc.Buffer
+else:
+    class Buffer(abc.ABC):  # noqa: B024
+        """Base class for classes that implement the buffer protocol.
+
+        The buffer protocol allows Python objects to expose a low-level
+        memory buffer interface. Before Python 3.12, it is not possible
+        to implement the buffer protocol in pure Python code, or even
+        to check whether a class implements the buffer protocol. In
+        Python 3.12 and higher, the ``__buffer__`` method allows access
+        to the buffer protocol from Python code, and the
+        ``collections.abc.Buffer`` ABC allows checking whether a class
+        implements the buffer protocol.
+
+        To indicate support for the buffer protocol in earlier versions,
+        inherit from this ABC, either in a stub file or at runtime,
+        or use ABC registration. This ABC provides no methods, because
+        there is no Python-accessible methods shared by pre-3.12 buffer
+        classes. It is useful primarily for static checks.
+
+        """
+
+    # As a courtesy, register the most common stdlib buffer classes.
+    Buffer.register(memoryview)
+    Buffer.register(bytearray)
+    Buffer.register(bytes)
+
+
+# Backport of types.get_original_bases, available on 3.12+ in CPython
+if hasattr(_types, "get_original_bases"):
+    get_original_bases = _types.get_original_bases
+else:
+    def get_original_bases(cls, /):
+        """Return the class's "original" bases prior to modification by `__mro_entries__`.
+
+        Examples::
+
+            from typing import TypeVar, Generic
+            from typing_extensions import NamedTuple, TypedDict
+
+            T = TypeVar("T")
+            class Foo(Generic[T]): ...
+            class Bar(Foo[int], float): ...
+            class Baz(list[str]): ...
+            Eggs = NamedTuple("Eggs", [("a", int), ("b", str)])
+            Spam = TypedDict("Spam", {"a": int, "b": str})
+
+            assert get_original_bases(Bar) == (Foo[int], float)
+            assert get_original_bases(Baz) == (list[str],)
+            assert get_original_bases(Eggs) == (NamedTuple,)
+            assert get_original_bases(Spam) == (TypedDict,)
+            assert get_original_bases(int) == (object,)
+        """
+        try:
+            return cls.__dict__.get("__orig_bases__", cls.__bases__)
+        except AttributeError:
+            raise TypeError(
+                f'Expected an instance of type, not {type(cls).__name__!r}'
+            ) from None
+
+
+# NewType is a class on Python 3.10+, making it pickleable
+# The error message for subclassing instances of NewType was improved on 3.11+
+if sys.version_info >= (3, 11):
+    NewType = typing.NewType
+else:
+    class NewType:
+        """NewType creates simple unique types with almost zero
+        runtime overhead. NewType(name, tp) is considered a subtype of tp
+        by static type checkers. At runtime, NewType(name, tp) returns
+        a dummy callable that simply returns its argument. Usage::
+            UserId = NewType('UserId', int)
+            def name_by_id(user_id: UserId) -> str:
+                ...
+            UserId('user')          # Fails type check
+            name_by_id(42)          # Fails type check
+            name_by_id(UserId(42))  # OK
+            num = UserId(5) + 1     # type: int
+        """
+
+        def __call__(self, obj, /):
+            return obj
+
+        def __init__(self, name, tp):
+            self.__qualname__ = name
+            if '.' in name:
+                name = name.rpartition('.')[-1]
+            self.__name__ = name
+            self.__supertype__ = tp
+            def_mod = _caller()
+            if def_mod != 'typing_extensions':
+                self.__module__ = def_mod
+
+        def __mro_entries__(self, bases):
+            # We defined __mro_entries__ to get a better error message
+            # if a user attempts to subclass a NewType instance. bpo-46170
+            supercls_name = self.__name__
+
+            class Dummy:
+                def __init_subclass__(cls):
+                    subcls_name = cls.__name__
+                    raise TypeError(
+                        f"Cannot subclass an instance of NewType. "
+                        f"Perhaps you were looking for: "
+                        f"`{subcls_name} = NewType({subcls_name!r}, {supercls_name})`"
+                    )
+
+            return (Dummy,)
+
+        def __repr__(self):
+            return f'{self.__module__}.{self.__qualname__}'
+
+        def __reduce__(self):
+            return self.__qualname__
+
+        if sys.version_info >= (3, 10):
+            # PEP 604 methods
+            # It doesn't make sense to have these methods on Python <3.10
+
+            def __or__(self, other):
+                return typing.Union[self, other]
+
+            def __ror__(self, other):
+                return typing.Union[other, self]
+
+
+if hasattr(typing, "TypeAliasType"):
+    TypeAliasType = typing.TypeAliasType
+else:
+    def _is_unionable(obj):
+        """Corresponds to is_unionable() in unionobject.c in CPython."""
+        return obj is None or isinstance(obj, (
+            type,
+            _types.GenericAlias,
+            _types.UnionType,
+            TypeAliasType,
+        ))
+
+    class TypeAliasType:
+        """Create named, parameterized type aliases.
+
+        This provides a backport of the new `type` statement in Python 3.12:
+
+            type ListOrSet[T] = list[T] | set[T]
+
+        is equivalent to:
+
+            T = TypeVar("T")
+            ListOrSet = TypeAliasType("ListOrSet", list[T] | set[T], type_params=(T,))
+
+        The name ListOrSet can then be used as an alias for the type it refers to.
+
+        The type_params argument should contain all the type parameters used
+        in the value of the type alias. If the alias is not generic, this
+        argument is omitted.
+
+        Static type checkers should only support type aliases declared using
+        TypeAliasType that follow these rules:
+
+        - The first argument (the name) must be a string literal.
+        - The TypeAliasType instance must be immediately assigned to a variable
+          of the same name. (For example, 'X = TypeAliasType("Y", int)' is invalid,
+          as is 'X, Y = TypeAliasType("X", int), TypeAliasType("Y", int)').
+
+        """
+
+        def __init__(self, name: str, value, *, type_params=()):
+            if not isinstance(name, str):
+                raise TypeError("TypeAliasType name must be a string")
+            self.__value__ = value
+            self.__type_params__ = type_params
+
+            parameters = []
+            for type_param in type_params:
+                if isinstance(type_param, TypeVarTuple):
+                    parameters.extend(type_param)
+                else:
+                    parameters.append(type_param)
+            self.__parameters__ = tuple(parameters)
+            def_mod = _caller()
+            if def_mod != 'typing_extensions':
+                self.__module__ = def_mod
+            # Setting this attribute closes the TypeAliasType from further modification
+            self.__name__ = name
+
+        def __setattr__(self, name: str, value: object, /) -> None:
+            if hasattr(self, "__name__"):
+                self._raise_attribute_error(name)
+            super().__setattr__(name, value)
+
+        def __delattr__(self, name: str, /) -> Never:
+            self._raise_attribute_error(name)
+
+        def _raise_attribute_error(self, name: str) -> Never:
+            # Match the Python 3.12 error messages exactly
+            if name == "__name__":
+                raise AttributeError("readonly attribute")
+            elif name in {"__value__", "__type_params__", "__parameters__", "__module__"}:
+                raise AttributeError(
+                    f"attribute '{name}' of 'typing.TypeAliasType' objects "
+                    "is not writable"
+                )
+            else:
+                raise AttributeError(
+                    f"'typing.TypeAliasType' object has no attribute '{name}'"
+                )
+
+        def __repr__(self) -> str:
+            return self.__name__
+
+        def __getitem__(self, parameters):
+            if not isinstance(parameters, tuple):
+                parameters = (parameters,)
+            parameters = [
+                typing._type_check(
+                    item, f'Subscripting {self.__name__} requires a type.'
+                )
+                for item in parameters
+            ]
+            return typing._GenericAlias(self, tuple(parameters))
+
+        def __reduce__(self):
+            return self.__name__
+
+        def __init_subclass__(cls, *args, **kwargs):
+            raise TypeError(
+                "type 'typing_extensions.TypeAliasType' is not an acceptable base type"
+            )
+
+        # The presence of this method convinces typing._type_check
+        # that TypeAliasTypes are types.
+        def __call__(self):
+            raise TypeError("Type alias is not callable")
+
+        if sys.version_info >= (3, 10):
+            def __or__(self, right):
+                # For forward compatibility with 3.12, reject Unions
+                # that are not accepted by the built-in Union.
+                if not _is_unionable(right):
+                    return NotImplemented
+                return typing.Union[self, right]
+
+            def __ror__(self, left):
+                if not _is_unionable(left):
+                    return NotImplemented
+                return typing.Union[left, self]
+
+
+if hasattr(typing, "is_protocol"):
+    is_protocol = typing.is_protocol
+    get_protocol_members = typing.get_protocol_members
+else:
+    def is_protocol(tp: type, /) -> bool:
+        """Return True if the given type is a Protocol.
+
+        Example::
+
+            >>> from typing_extensions import Protocol, is_protocol
+            >>> class P(Protocol):
+            ...     def a(self) -> str: ...
+            ...     b: int
+            >>> is_protocol(P)
+            True
+            >>> is_protocol(int)
+            False
+        """
+        return (
+            isinstance(tp, type)
+            and getattr(tp, '_is_protocol', False)
+            and tp is not Protocol
+            and tp is not typing.Protocol
+        )
+
+    def get_protocol_members(tp: type, /) -> typing.FrozenSet[str]:
+        """Return the set of members defined in a Protocol.
+
+        Example::
+
+            >>> from typing_extensions import Protocol, get_protocol_members
+            >>> class P(Protocol):
+            ...     def a(self) -> str: ...
+            ...     b: int
+            >>> get_protocol_members(P)
+            frozenset({'a', 'b'})
+
+        Raise a TypeError for arguments that are not Protocols.
+        """
+        if not is_protocol(tp):
+            raise TypeError(f'{tp!r} is not a Protocol')
+        if hasattr(tp, '__protocol_attrs__'):
+            return frozenset(tp.__protocol_attrs__)
+        return frozenset(_get_protocol_attrs(tp))
+
+
+if hasattr(typing, "Doc"):
+    Doc = typing.Doc
+else:
+    class Doc:
+        """Define the documentation of a type annotation using ``Annotated``, to be
+         used in class attributes, function and method parameters, return values,
+         and variables.
+
+        The value should be a positional-only string literal to allow static tools
+        like editors and documentation generators to use it.
+
+        This complements docstrings.
+
+        The string value passed is available in the attribute ``documentation``.
+
+        Example::
+
+            >>> from typing_extensions import Annotated, Doc
+            >>> def hi(to: Annotated[str, Doc("Who to say hi to")]) -> None: ...
+        """
+        def __init__(self, documentation: str, /) -> None:
+            self.documentation = documentation
+
+        def __repr__(self) -> str:
+            return f"Doc({self.documentation!r})"
+
+        def __hash__(self) -> int:
+            return hash(self.documentation)
+
+        def __eq__(self, other: object) -> bool:
+            if not isinstance(other, Doc):
+                return NotImplemented
+            return self.documentation == other.documentation
+
+
+_CapsuleType = getattr(_types, "CapsuleType", None)
+
+if _CapsuleType is None:
+    try:
+        import _socket
+    except ImportError:
+        pass
+    else:
+        _CAPI = getattr(_socket, "CAPI", None)
+        if _CAPI is not None:
+            _CapsuleType = type(_CAPI)
+
+if _CapsuleType is not None:
+    CapsuleType = _CapsuleType
+    __all__.append("CapsuleType")
+
+
+# Aliases for items that have always been in typing.
+# Explicitly assign these (rather than using `from typing import *` at the top),
+# so that we get a CI error if one of these is deleted from typing.py
+# in a future version of Python
+AbstractSet = typing.AbstractSet
+AnyStr = typing.AnyStr
+BinaryIO = typing.BinaryIO
+Callable = typing.Callable
+Collection = typing.Collection
+Container = typing.Container
+Dict = typing.Dict
+ForwardRef = typing.ForwardRef
+FrozenSet = typing.FrozenSet
+Generic = typing.Generic
+Hashable = typing.Hashable
+IO = typing.IO
+ItemsView = typing.ItemsView
+Iterable = typing.Iterable
+Iterator = typing.Iterator
+KeysView = typing.KeysView
+List = typing.List
+Mapping = typing.Mapping
+MappingView = typing.MappingView
+Match = typing.Match
+MutableMapping = typing.MutableMapping
+MutableSequence = typing.MutableSequence
+MutableSet = typing.MutableSet
+Optional = typing.Optional
+Pattern = typing.Pattern
+Reversible = typing.Reversible
+Sequence = typing.Sequence
+Set = typing.Set
+Sized = typing.Sized
+TextIO = typing.TextIO
+Tuple = typing.Tuple
+Union = typing.Union
+ValuesView = typing.ValuesView
+cast = typing.cast
+no_type_check = typing.no_type_check
+no_type_check_decorator = typing.no_type_check_decorator
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt
new file mode 100644
index 0000000..a31470f
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt
@@ -0,0 +1,21 @@
+MIT License
+
+Copyright (c) 2012 Daniel Holth  and contributors
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA
new file mode 100644
index 0000000..f645dcb
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/METADATA
@@ -0,0 +1,66 @@
+Metadata-Version: 2.3
+Name: wheel
+Version: 0.45.1
+Summary: A built-package format for Python
+Keywords: wheel,packaging
+Author-email: Daniel Holth 
+Maintainer-email: Alex Grönholm 
+Requires-Python: >=3.8
+Description-Content-Type: text/x-rst
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: Topic :: System :: Archiving :: Packaging
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python
+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
+Requires-Dist: pytest >= 6.0.0 ; extra == "test"
+Requires-Dist: setuptools >= 65 ; extra == "test"
+Project-URL: Changelog, https://wheel.readthedocs.io/en/stable/news.html
+Project-URL: Documentation, https://wheel.readthedocs.io/
+Project-URL: Issue Tracker, https://github.com/pypa/wheel/issues
+Project-URL: Source, https://github.com/pypa/wheel
+Provides-Extra: test
+
+wheel
+=====
+
+This is a command line tool for manipulating Python wheel files, as defined in
+`PEP 427`_. It contains the following functionality:
+
+* Convert ``.egg`` archives into ``.whl``
+* Unpack wheel archives
+* Repack wheel archives
+* Add or remove tags in existing wheel archives
+
+.. _PEP 427: https://www.python.org/dev/peps/pep-0427/
+
+Historical note
+---------------
+
+This project used to contain the implementation of the setuptools_ ``bdist_wheel``
+command, but as of setuptools v70.1, it no longer needs ``wheel`` installed for that to
+work. Thus, you should install this **only** if you intend to use the ``wheel`` command
+line tool!
+
+.. _setuptools: https://pypi.org/project/setuptools/
+
+Documentation
+-------------
+
+The documentation_ can be found on Read The Docs.
+
+.. _documentation: https://wheel.readthedocs.io/
+
+Code of Conduct
+---------------
+
+Everyone interacting in the wheel project's codebases, issue trackers, chat
+rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_.
+
+.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
+
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD
new file mode 100644
index 0000000..c1535b6
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/RECORD
@@ -0,0 +1,68 @@
+../../bin/wheel,sha256=pBhV19bQIgjS-r541fG3kLU6QtcyKaKdQ2RE9YIzeiU,249
+wheel-0.45.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+wheel-0.45.1.dist-info/LICENSE.txt,sha256=MMI2GGeRCPPo6h0qZYx8pBe9_IkcmO8aifpP8MmChlQ,1107
+wheel-0.45.1.dist-info/METADATA,sha256=mKz84H7m7jsxJyzeIcTVORiTb0NPMV39KvOIYhGgmjA,2313
+wheel-0.45.1.dist-info/RECORD,,
+wheel-0.45.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+wheel-0.45.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82
+wheel-0.45.1.dist-info/entry_points.txt,sha256=rTY1BbkPHhkGMm4Q3F0pIzJBzW2kMxoG1oriffvGdA0,104
+wheel/__init__.py,sha256=mrxMnvdXACur_LWegbUfh5g5ysWZrd63UJn890wvGNk,59
+wheel/__main__.py,sha256=NkMUnuTCGcOkgY0IBLgBCVC_BGGcWORx2K8jYGS12UE,455
+wheel/__pycache__/__init__.cpython-311.pyc,,
+wheel/__pycache__/__main__.cpython-311.pyc,,
+wheel/__pycache__/_bdist_wheel.cpython-311.pyc,,
+wheel/__pycache__/_setuptools_logging.cpython-311.pyc,,
+wheel/__pycache__/bdist_wheel.cpython-311.pyc,,
+wheel/__pycache__/macosx_libfile.cpython-311.pyc,,
+wheel/__pycache__/metadata.cpython-311.pyc,,
+wheel/__pycache__/util.cpython-311.pyc,,
+wheel/__pycache__/wheelfile.cpython-311.pyc,,
+wheel/_bdist_wheel.py,sha256=UghCQjSH_pVfcZh6oRjzSw_TQhcf3anSx1OkiLSL82M,21694
+wheel/_setuptools_logging.py,sha256=-5KC-lne0ilOUWIDfOkqapUWGMFZhuKYDIavIZiB5kM,781
+wheel/bdist_wheel.py,sha256=tpf9WufiSO1RuEMg5oPhIfSG8DMziCZ_4muCKF69Cqo,1107
+wheel/cli/__init__.py,sha256=Npq6_jKi03dhIcRnmbuFhwviVJxwO0tYEnEhWMv9cJo,4402
+wheel/cli/__pycache__/__init__.cpython-311.pyc,,
+wheel/cli/__pycache__/convert.cpython-311.pyc,,
+wheel/cli/__pycache__/pack.cpython-311.pyc,,
+wheel/cli/__pycache__/tags.cpython-311.pyc,,
+wheel/cli/__pycache__/unpack.cpython-311.pyc,,
+wheel/cli/convert.py,sha256=Bi0ntEXb9nTllCxWeTRQ4j-nPs3szWSEKipG_GgnMkQ,12634
+wheel/cli/pack.py,sha256=CAFcHdBVulvsHYJlndKVO7KMI9JqBTZz5ii0PKxxCOs,3103
+wheel/cli/tags.py,sha256=lHw-LaWrkS5Jy_qWcw-6pSjeNM6yAjDnqKI3E5JTTCU,4760
+wheel/cli/unpack.py,sha256=Y_J7ynxPSoFFTT7H0fMgbBlVErwyDGcObgme5MBuz58,1021
+wheel/macosx_libfile.py,sha256=k1x7CE3LPtOVGqj6NXQ1nTGYVPaeRrhVzUG_KPq3zDs,16572
+wheel/metadata.py,sha256=JC4p7jlQZu2bUTAQ2fevkqLjg_X6gnNyRhLn6OUO1tc,6171
+wheel/util.py,sha256=aL7aibHwYUgfc8WlolL5tXdkV4DatbJxZHb1kwHFJAU,423
+wheel/vendored/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+wheel/vendored/__pycache__/__init__.cpython-311.pyc,,
+wheel/vendored/packaging/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197
+wheel/vendored/packaging/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174
+wheel/vendored/packaging/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344
+wheel/vendored/packaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+wheel/vendored/packaging/__pycache__/__init__.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/_elffile.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/_manylinux.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/_musllinux.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/_parser.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/_structures.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/_tokenizer.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/markers.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/requirements.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/specifiers.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/tags.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/utils.cpython-311.pyc,,
+wheel/vendored/packaging/__pycache__/version.cpython-311.pyc,,
+wheel/vendored/packaging/_elffile.py,sha256=hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k,3266
+wheel/vendored/packaging/_manylinux.py,sha256=P7sdR5_7XBY09LVYYPhHmydMJIIwPXWsh4olk74Uuj4,9588
+wheel/vendored/packaging/_musllinux.py,sha256=z1s8To2hQ0vpn_d-O2i5qxGwEK8WmGlLt3d_26V7NeY,2674
+wheel/vendored/packaging/_parser.py,sha256=4tT4emSl2qTaU7VTQE1Xa9o1jMPCsBezsYBxyNMUN-s,10347
+wheel/vendored/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431
+wheel/vendored/packaging/_tokenizer.py,sha256=alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k,5292
+wheel/vendored/packaging/markers.py,sha256=_TSPI1BhJYO7Bp9AzTmHQxIqHEVXaTjmDh9G-w8qzPA,8232
+wheel/vendored/packaging/requirements.py,sha256=dgoBeVprPu2YE6Q8nGfwOPTjATHbRa_ZGLyXhFEln6Q,2933
+wheel/vendored/packaging/specifiers.py,sha256=IWSt0SrLSP72heWhAC8UL0eGvas7XIQHjqiViVfmPKE,39778
+wheel/vendored/packaging/tags.py,sha256=fedHXiOHkBxNZTXotXv8uXPmMFU9ae-TKBujgYHigcA,18950
+wheel/vendored/packaging/utils.py,sha256=XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E,5268
+wheel/vendored/packaging/version.py,sha256=PFJaYZDxBgyxkfYhH3SQw4qfE9ICCWrTmitvq14y3bs,16234
+wheel/vendored/vendor.txt,sha256=Z2ENjB1i5prfez8CdM1Sdr3c6Zxv2rRRolMpLmBncAE,16
+wheel/wheelfile.py,sha256=USCttNlJwafxt51YYFFKG7jnxz8dfhbyqAZL6jMTA9s,8411
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED
new file mode 100644
index 0000000..e69de29
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL
new file mode 100644
index 0000000..e3c6fee
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL
@@ -0,0 +1,4 @@
+Wheel-Version: 1.0
+Generator: flit 3.10.1
+Root-Is-Purelib: true
+Tag: py3-none-any
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt
new file mode 100644
index 0000000..06c9f69
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt
@@ -0,0 +1,6 @@
+[console_scripts]
+wheel=wheel.cli:main
+
+[distutils.commands]
+bdist_wheel=wheel.bdist_wheel:bdist_wheel
+
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py
new file mode 100644
index 0000000..3ab8f72
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py
@@ -0,0 +1,3 @@
+from __future__ import annotations
+
+__version__ = "0.45.1"
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py
new file mode 100644
index 0000000..0be7453
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py
@@ -0,0 +1,23 @@
+"""
+Wheel command line tool (enable python -m wheel syntax)
+"""
+
+from __future__ import annotations
+
+import sys
+
+
+def main():  # needed for console script
+    if __package__ == "":
+        # To be able to run 'python wheel-0.9.whl/wheel':
+        import os.path
+
+        path = os.path.dirname(os.path.dirname(__file__))
+        sys.path[0:0] = [path]
+    import wheel.cli
+
+    sys.exit(wheel.cli.main())
+
+
+if __name__ == "__main__":
+    sys.exit(main())
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..7ea6b8b89809c5d9fd479afd2fa9aca9adcad2d5
GIT binary patch
literal 276
zcmXv{J5Izf5VaEo%SNF>9DpuGVwPV6;s_jIn~`@tn?yKvWILeHQE~##z*)FKBqX#{
zbV%E6#Y8KfG&Apw-kbSI(osbn=q81KRunjr&dm

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..99460fb1ff3482bcdc26c2bd00dcd902fed9d3e6
GIT binary patch
literal 1011
zcma)5%}*0S6rb6dc9%j$keH%DHu1t9+6|fzNsJdSoQMaN&=@w`?$B=8k7j3TDS;Fd
z6T8u*+<+5jga3yIZx9l)dNAU}8%n%za%S7L9ys_8@BQA}-@eb?PuXk+aG49gRX#!h
z&V-W)?g4o5f`eUPfg-S=B{|TQiV_qUIjD#%{2CN7Nm;42832Nu1PH2)BuNIA$MIp`
zJ><27K+r-hq@_3JGfP!M9JTDbuIX8-V|zqpzVE0r#4}3{QR^*M^*uH3s?C^5TOKpl
zwagEZM}yI@>3KdgneBUYu`Gg#q&Psl)S{bH(52pv6d}6@JyFPieaqUj$k0#qR~)%
zmO|OFBTUw97NHorrtN7cl6)G7O+=}fM)^H}s;ZZkUiDp~uT}z+=F6t;IIiKCr92~)
z35R3du}gaI`u7X7_jGDAlJB=ibxK&HE8MRF?}G888;>PVx#;)mdD-58na+

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c38e4dbe875397b9c46455ccb3e5fc2afa76e88b
GIT binary patch
literal 26056
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
aHpci5^!`gU{~M~D6fwU1syvUU&iw-$3QQ0H

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..25047c023c53e9eb06ca747f5f5dbf921cac5ce5
GIT binary patch
literal 788
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..acaa5c6e485ff19fa3f0e5f1b3e6ca344317dbe3
GIT binary patch
literal 8688
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..f2169b4d675072f1d72ebfd0da9d774d334cd726
GIT binary patch
literal 964
zcmZuvL2DC16rS1LY}%{|M1_I}Ni7O1G@IHIFX}~4MZD-KmvxhwY&Map@kg0
zcvBSGV?C*O@qc(}$RV&Q6ze57A)b2j&89I1eK7BRGjHCTH{W}ov)K#+DZlvczrzTf
zs?ALFDZrB_01gmA1T)ma6^s?um{!pet5L9%L~IudNPPY@hDF1HYjDa^GJ0Csajy+$u@ukB>(uDnsP779-6({Of7oU
zj^LU1F|xJZYKJr7)u~%8Z_%(85n9*{WFzXxLfa!G2>pqA?5?fHX4Mn4ycOsF35iWE
zBoEr~6@z%v6Dp)|_S9)aE$Y;L?uqr9=P=fCnO9wxR7kY}?69Efw7c+NxLMq|<%mGi
z^|n{r@q8*AL1m{cqlgK|eMUnPaVO!%>BxW;+g+|WPt-C1aTQb_{jl;QYi(ey9X%LY
z_Q)y?tkS2;L#upjlqYZlEikJXN|>zxfG%UA&DotZN%S84sRz^2gNS`B&!+>SrlE2!
z${yOoJvjP{X=8zDLjT7!Hz8)M@{Lt`pj>A(xxC!c~jxqj*uAQRn7nD0OSNi_QTp5@vhv}hN=<5?x!?%BBbX-bu
F{RS}E+?W6W

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..1dee06417c4a116a11b9e8fbd030602255c71e1c
GIT binary patch
literal 11505
zcmbVSYj7Lab-s)DW5Fj#f^SfKf=`JeEn07hq$J7`DNC|t!%`54yQBc&!QKT$69&h!
z>r|wwj;N+7sl=|BNt;k3bW+@ex1c
zWEf1Vd@83(iq%fF6lT~S9A}O{
z*O@EPw7xulzBAun;4JVLItwM5&S&)(Ig6yU-dF4|ahCXPPMg2fS;`PThwgy34bWDZ
zv&>)aEcaJ9DPD&U++NPf2ks(2ps(Ongrzr=9hj#o55+a|K+^TUuwM)I%=xkjEF?Q*ZDz
zO{yG)zr&1!5zX#EAQ*CoJi&l4=unA2;j1CNmmb3h;p@E@u)IB!FQ-@kqNyL{=
z^}BkH_4htEFnCndpYViu>h?h?>l`@c>gzvp;?UXtK2h)Vj2-d#cquUu7zsjGrgN8g
z-q%lQ5L;9Gf}>*oIQ0qc5#Dw2nJ$hW4s!fcBtC#7U^bkh!BB8G=o7VPJYk*_wJ!u<
z#L%ej@c76GPlx5X$sueWe3*3>!a2edC&Lk^YLbEZnWg%2r9o`j}=oB*&)F4w2irkFS|#1p+n$9<71&<&?j`buJ8daNINEQN#t+@maBbik`_T<
zQcwa30blGl2rW~H;p<;(I&f+)j_e9g_bciBuYB#i&~~BafTImbSd^wXnk3rAagUGN
zf1Z=+%?`%_lN}$aaBT9aDiY0o(UWOJ=JL5i`_G?gahz|Txa6zzknjJZV0dG-VSt3-
z0fueHtVba+M?&ec(8dNO#H&HZryuXe!QV{fm>ds0n%eyr}lOUlsFD4h#;QeBq?)?7+$X
zGiMK-JSFNz{a6m0*@&?aa{I>woQ0j1LnvCI30K%N=7D46;@lw~xo8s<)xp1T0)ngL
zv5w?h|LpMG@mt5|25${UYoA#*KI}R5{@D*+e(&Xc)9
z;`JjcBT;^wiBp3>GGLxFD^xk=SWXLNM$W?N-qJWt5>L(+o?K23JW!L%%ankiGXRz4
zjBgRAWm4lP5RH2$Pn9wF3*E8lUtzjx?#pWPkc?8BG%;mZOfC#C9kJi3q_
zb$bFr2-*$`e7jU#Wa#kb{f_%rIv;-oR5%~$HS?y=N18;u8|olKAtb^myK+hs!c8YV
z-tN_ilTYTvlsIJw;G%YNA~}yXIAPNVJ6<1
zEdzmU_7N&;Hl>Ydy9vnHdZnhfK}luekV8pFv|J9Cdp}PB6G}UM&8=t&>oCw!g&FB&A|2V75>ec_510>b#%SdfNzP7=@{xJQH36T0NzZQqZA
z6I3hLEoy{I?j7NxbG-ZV7B+iRxYA+w2zG$Fb^x<}PYBz(IB7rCf6Cs~xl7c#g<+4!
zQ9+e6|8W=n>d5Y(e?v}XZ!HF7tJM>v38L)YmFz$znFfh@W
zeklUtE(u!7frMh{0U(A8(%QLQSr&=)UsOdD3K
zTNBltvFgsHo_O`%Y0ZkEBAHu~$hF6E?F+>#xlN0GiPnR$)`QX3W2*%fQDj_djaD9r
z7aWYT2R||7CJeTi!8UK54=tQsdhNr|Bg5IXs@6o+&REsXB%7CD?J?G#U>jm=!@^{o
z-LbA#RhzJ*@|2EL*c0XLvGVq%(pdR!B-)aLr!X!}mRHJobMEZUKi;#}xp%rR!B)oD
z%6TqP)gFUCwj;Txe=BvVI99bQ#`b(kQA($_3^B>l$~&dEOBcElwL4?AJL9EYv$~Xl
z6xco`rIzB=it0PZZy#T^)+{tEZCjpLu^xqiR~CFmZ285reK7Ra?J;Z9Y~Os-Lf
S?RVRk3**iEV%Emlf%#WcDs55Ss;&Bt`L=msV8zy+Vu`J0?)6)*$4i

Ub=17=2&ccx8rWda$~&taNO3L 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 X$2u+3_&5(fu&9{T|2x50dfWdEY2T~Z literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py new file mode 100644 index 0000000..88973eb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_bdist_wheel.py @@ -0,0 +1,613 @@ +""" +Create a wheel (.whl) distribution. + +A wheel is a built archive format. +""" + +from __future__ import annotations + +import os +import re +import shutil +import stat +import struct +import sys +import sysconfig +import warnings +from email.generator import BytesGenerator, Generator +from email.policy import EmailPolicy +from glob import iglob +from shutil import rmtree +from typing import TYPE_CHECKING, Callable, Iterable, Literal, Sequence, cast +from zipfile import ZIP_DEFLATED, ZIP_STORED + +import setuptools +from setuptools import Command + +from . import __version__ as wheel_version +from .metadata import pkginfo_to_metadata +from .util import log +from .vendored.packaging import tags +from .vendored.packaging import version as _packaging_version +from .wheelfile import WheelFile + +if TYPE_CHECKING: + import types + +# ensure Python logging is configured +try: + __import__("setuptools.logging") +except ImportError: + # setuptools < ?? + from . import _setuptools_logging + + _setuptools_logging.configure() + + +def safe_name(name: str) -> 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) -> 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) + + +setuptools_major_version = int(setuptools.__version__.split(".")[0]) + +PY_LIMITED_API_PATTERN = r"cp3\d" + + +def _is_32bit_interpreter() -> bool: + return struct.calcsize("P") == 4 + + +def python_tag() -> str: + return f"py{sys.version_info[0]}" + + +def get_platform(archive_root: str | None) -> str: + """Return our platform name 'win32', 'linux_x86_64'""" + result = sysconfig.get_platform() + if result.startswith("macosx") and archive_root is not None: + from .macosx_libfile import calculate_macosx_platform_tag + + result = calculate_macosx_platform_tag(archive_root, result) + elif _is_32bit_interpreter(): + if result == "linux-x86_64": + # pip pull request #3497 + result = "linux-i686" + elif result == "linux-aarch64": + # packaging pull request #234 + # TODO armv8l, packaging pull request #690 => this did not land + # in pip/packaging yet + result = "linux-armv7l" + + return result.replace("-", "_") + + +def get_flag( + var: str, fallback: bool, expected: bool = True, warn: bool = True +) -> bool: + """Use a fallback value for determining SOABI flags if the needed config + var is unset or unavailable.""" + val = sysconfig.get_config_var(var) + if val is None: + if warn: + warnings.warn( + f"Config variable '{var}' is unset, Python ABI tag may be incorrect", + RuntimeWarning, + stacklevel=2, + ) + return fallback + return val == expected + + +def get_abi_tag() -> str | None: + """Return the ABI tag based on SOABI (if available) or emulate SOABI (PyPy2).""" + soabi: str = sysconfig.get_config_var("SOABI") + impl = tags.interpreter_name() + if not soabi and impl in ("cp", "pp") and hasattr(sys, "maxunicode"): + d = "" + m = "" + u = "" + if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): + d = "d" + + if get_flag( + "WITH_PYMALLOC", + impl == "cp", + warn=(impl == "cp" and sys.version_info < (3, 8)), + ) and sys.version_info < (3, 8): + m = "m" + + abi = f"{impl}{tags.interpreter_version()}{d}{m}{u}" + elif soabi and impl == "cp" and soabi.startswith("cpython"): + # non-Windows + abi = "cp" + soabi.split("-")[1] + elif soabi and impl == "cp" and soabi.startswith("cp"): + # Windows + abi = soabi.split("-")[0] + elif soabi and impl == "pp": + # we want something like pypy36-pp73 + abi = "-".join(soabi.split("-")[:2]) + abi = abi.replace(".", "_").replace("-", "_") + elif soabi and impl == "graalpy": + abi = "-".join(soabi.split("-")[:3]) + abi = abi.replace(".", "_").replace("-", "_") + elif soabi: + abi = soabi.replace(".", "_").replace("-", "_") + else: + abi = None + + return abi + + +def safer_name(name: str) -> str: + return safe_name(name).replace("-", "_") + + +def safer_version(version: str) -> str: + return safe_version(version).replace("-", "_") + + +def remove_readonly( + func: Callable[..., object], + path: str, + excinfo: tuple[type[Exception], Exception, types.TracebackType], +) -> None: + remove_readonly_exc(func, path, excinfo[1]) + + +def remove_readonly_exc(func: Callable[..., object], path: str, exc: Exception) -> None: + os.chmod(path, stat.S_IWRITE) + func(path) + + +class bdist_wheel(Command): + description = "create a wheel distribution" + + supported_compressions = { + "stored": ZIP_STORED, + "deflated": ZIP_DEFLATED, + } + + user_options = [ + ("bdist-dir=", "b", "temporary directory for creating the distribution"), + ( + "plat-name=", + "p", + "platform name to embed in generated filenames " + f"(default: {get_platform(None)})", + ), + ( + "keep-temp", + "k", + "keep the pseudo-installation tree around after " + "creating the distribution archive", + ), + ("dist-dir=", "d", "directory to put final built distributions in"), + ("skip-build", None, "skip rebuilding everything (for testing/debugging)"), + ( + "relative", + None, + "build the archive using relative paths (default: false)", + ), + ( + "owner=", + "u", + "Owner name used when creating a tar file [default: current user]", + ), + ( + "group=", + "g", + "Group name used when creating a tar file [default: current group]", + ), + ("universal", None, "make a universal wheel (default: false)"), + ( + "compression=", + None, + "zipfile compression (one of: {}) (default: 'deflated')".format( + ", ".join(supported_compressions) + ), + ), + ( + "python-tag=", + None, + f"Python implementation compatibility tag (default: '{python_tag()}')", + ), + ( + "build-number=", + None, + "Build number for this particular version. " + "As specified in PEP-0427, this must start with a digit. " + "[default: None]", + ), + ( + "py-limited-api=", + None, + "Python tag (cp32|cp33|cpNN) for abi3 wheel tag (default: false)", + ), + ] + + boolean_options = ["keep-temp", "skip-build", "relative", "universal"] + + def initialize_options(self): + self.bdist_dir: str = None + self.data_dir = None + self.plat_name: str | None = None + self.plat_tag = None + self.format = "zip" + self.keep_temp = False + self.dist_dir: str | None = None + self.egginfo_dir = None + self.root_is_pure: bool | None = None + self.skip_build = None + self.relative = False + self.owner = None + self.group = None + self.universal: bool = False + self.compression: str | int = "deflated" + self.python_tag: str = python_tag() + self.build_number: str | None = None + self.py_limited_api: str | Literal[False] = False + self.plat_name_supplied = False + + def finalize_options(self): + if self.bdist_dir is None: + bdist_base = self.get_finalized_command("bdist").bdist_base + self.bdist_dir = os.path.join(bdist_base, "wheel") + + egg_info = self.distribution.get_command_obj("egg_info") + egg_info.ensure_finalized() # needed for correct `wheel_dist_name` + + self.data_dir = self.wheel_dist_name + ".data" + self.plat_name_supplied = self.plat_name is not None + + try: + self.compression = self.supported_compressions[self.compression] + except KeyError: + raise ValueError(f"Unsupported compression: {self.compression}") from None + + need_options = ("dist_dir", "plat_name", "skip_build") + + self.set_undefined_options("bdist", *zip(need_options, need_options)) + + self.root_is_pure = not ( + self.distribution.has_ext_modules() or self.distribution.has_c_libraries() + ) + + if self.py_limited_api and not re.match( + PY_LIMITED_API_PATTERN, self.py_limited_api + ): + raise ValueError(f"py-limited-api must match '{PY_LIMITED_API_PATTERN}'") + + # Support legacy [wheel] section for setting universal + wheel = self.distribution.get_option_dict("wheel") + if "universal" in wheel: + # please don't define this in your global configs + log.warning( + "The [wheel] section is deprecated. Use [bdist_wheel] instead.", + ) + val = wheel["universal"][1].strip() + if val.lower() in ("1", "true", "yes"): + self.universal = True + + if self.build_number is not None and not self.build_number[:1].isdigit(): + raise ValueError("Build tag (build-number) must start with a digit.") + + @property + def wheel_dist_name(self): + """Return distribution full name with - replaced with _""" + components = ( + safer_name(self.distribution.get_name()), + safer_version(self.distribution.get_version()), + ) + if self.build_number: + components += (self.build_number,) + return "-".join(components) + + def get_tag(self) -> tuple[str, str, str]: + # bdist sets self.plat_name if unset, we should only use it for purepy + # wheels if the user supplied it. + if self.plat_name_supplied: + plat_name = cast(str, self.plat_name) + elif self.root_is_pure: + plat_name = "any" + else: + # macosx contains system version in platform name so need special handle + if self.plat_name and not self.plat_name.startswith("macosx"): + plat_name = self.plat_name + else: + # on macosx always limit the platform name to comply with any + # c-extension modules in bdist_dir, since the user can specify + # a higher MACOSX_DEPLOYMENT_TARGET via tools like CMake + + # on other platforms, and on macosx if there are no c-extension + # modules, use the default platform name. + plat_name = get_platform(self.bdist_dir) + + if _is_32bit_interpreter(): + if plat_name in ("linux-x86_64", "linux_x86_64"): + plat_name = "linux_i686" + if plat_name in ("linux-aarch64", "linux_aarch64"): + # TODO armv8l, packaging pull request #690 => this did not land + # in pip/packaging yet + plat_name = "linux_armv7l" + + plat_name = ( + plat_name.lower().replace("-", "_").replace(".", "_").replace(" ", "_") + ) + + if self.root_is_pure: + if self.universal: + impl = "py2.py3" + else: + impl = self.python_tag + tag = (impl, "none", plat_name) + else: + impl_name = tags.interpreter_name() + impl_ver = tags.interpreter_version() + impl = impl_name + impl_ver + # We don't work on CPython 3.1, 3.0. + if self.py_limited_api and (impl_name + impl_ver).startswith("cp3"): + impl = self.py_limited_api + abi_tag = "abi3" + else: + abi_tag = str(get_abi_tag()).lower() + tag = (impl, abi_tag, plat_name) + # issue gh-374: allow overriding plat_name + supported_tags = [ + (t.interpreter, t.abi, plat_name) for t in tags.sys_tags() + ] + assert ( + tag in supported_tags + ), f"would build wheel with unsupported tag {tag}" + return tag + + def run(self): + build_scripts = self.reinitialize_command("build_scripts") + build_scripts.executable = "python" + build_scripts.force = True + + build_ext = self.reinitialize_command("build_ext") + build_ext.inplace = False + + if not self.skip_build: + self.run_command("build") + + install = self.reinitialize_command("install", reinit_subcommands=True) + install.root = self.bdist_dir + install.compile = False + install.skip_build = self.skip_build + install.warn_dir = False + + # A wheel without setuptools scripts is more cross-platform. + # Use the (undocumented) `no_ep` option to setuptools' + # install_scripts command to avoid creating entry point scripts. + install_scripts = self.reinitialize_command("install_scripts") + install_scripts.no_ep = True + + # Use a custom scheme for the archive, because we have to decide + # at installation time which scheme to use. + for key in ("headers", "scripts", "data", "purelib", "platlib"): + setattr(install, "install_" + key, os.path.join(self.data_dir, key)) + + basedir_observed = "" + + if os.name == "nt": + # win32 barfs if any of these are ''; could be '.'? + # (distutils.command.install:change_roots bug) + basedir_observed = os.path.normpath(os.path.join(self.data_dir, "..")) + self.install_libbase = self.install_lib = basedir_observed + + setattr( + install, + "install_purelib" if self.root_is_pure else "install_platlib", + basedir_observed, + ) + + log.info(f"installing to {self.bdist_dir}") + + self.run_command("install") + + impl_tag, abi_tag, plat_tag = self.get_tag() + archive_basename = f"{self.wheel_dist_name}-{impl_tag}-{abi_tag}-{plat_tag}" + if not self.relative: + archive_root = self.bdist_dir + else: + archive_root = os.path.join( + self.bdist_dir, self._ensure_relative(install.install_base) + ) + + self.set_undefined_options("install_egg_info", ("target", "egginfo_dir")) + distinfo_dirname = ( + f"{safer_name(self.distribution.get_name())}-" + f"{safer_version(self.distribution.get_version())}.dist-info" + ) + distinfo_dir = os.path.join(self.bdist_dir, distinfo_dirname) + self.egg2dist(self.egginfo_dir, distinfo_dir) + + self.write_wheelfile(distinfo_dir) + + # Make the archive + if not os.path.exists(self.dist_dir): + os.makedirs(self.dist_dir) + + wheel_path = os.path.join(self.dist_dir, archive_basename + ".whl") + with WheelFile(wheel_path, "w", self.compression) as wf: + wf.write_files(archive_root) + + # Add to 'Distribution.dist_files' so that the "upload" command works + getattr(self.distribution, "dist_files", []).append( + ( + "bdist_wheel", + "{}.{}".format(*sys.version_info[:2]), # like 3.7 + wheel_path, + ) + ) + + if not self.keep_temp: + log.info(f"removing {self.bdist_dir}") + if not self.dry_run: + if sys.version_info < (3, 12): + rmtree(self.bdist_dir, onerror=remove_readonly) + else: + rmtree(self.bdist_dir, onexc=remove_readonly_exc) + + def write_wheelfile( + self, wheelfile_base: str, generator: str = f"bdist_wheel ({wheel_version})" + ): + from email.message import Message + + msg = Message() + msg["Wheel-Version"] = "1.0" # of the spec + msg["Generator"] = generator + msg["Root-Is-Purelib"] = str(self.root_is_pure).lower() + if self.build_number is not None: + msg["Build"] = self.build_number + + # Doesn't work for bdist_wininst + impl_tag, abi_tag, plat_tag = self.get_tag() + for impl in impl_tag.split("."): + for abi in abi_tag.split("."): + for plat in plat_tag.split("."): + msg["Tag"] = "-".join((impl, abi, plat)) + + wheelfile_path = os.path.join(wheelfile_base, "WHEEL") + log.info(f"creating {wheelfile_path}") + with open(wheelfile_path, "wb") as f: + BytesGenerator(f, maxheaderlen=0).flatten(msg) + + def _ensure_relative(self, path: str) -> str: + # copied from dir_util, deleted + drive, path = os.path.splitdrive(path) + if path[0:1] == os.sep: + path = drive + path[1:] + return path + + @property + def license_paths(self) -> Iterable[str]: + if setuptools_major_version >= 57: + # Setuptools has resolved any patterns to actual file names + return self.distribution.metadata.license_files or () + + files: set[str] = set() + metadata = self.distribution.get_option_dict("metadata") + if setuptools_major_version >= 42: + # Setuptools recognizes the license_files option but does not do globbing + patterns = cast(Sequence[str], self.distribution.metadata.license_files) + else: + # Prior to those, wheel is entirely responsible for handling license files + if "license_files" in metadata: + patterns = metadata["license_files"][1].split() + else: + patterns = () + + if "license_file" in metadata: + warnings.warn( + 'The "license_file" option is deprecated. Use "license_files" instead.', + DeprecationWarning, + stacklevel=2, + ) + files.add(metadata["license_file"][1]) + + if not files and not patterns and not isinstance(patterns, list): + patterns = ("LICEN[CS]E*", "COPYING*", "NOTICE*", "AUTHORS*") + + for pattern in patterns: + for path in iglob(pattern): + if path.endswith("~"): + log.debug( + f'ignoring license file "{path}" as it looks like a backup' + ) + continue + + if path not in files and os.path.isfile(path): + log.info( + f'adding license file "{path}" (matched pattern "{pattern}")' + ) + files.add(path) + + return files + + def egg2dist(self, egginfo_path: str, distinfo_path: str): + """Convert an .egg-info directory into a .dist-info directory""" + + def adios(p: str) -> None: + """Appropriately delete directory, file or link.""" + if os.path.exists(p) and not os.path.islink(p) and os.path.isdir(p): + shutil.rmtree(p) + elif os.path.exists(p): + os.unlink(p) + + adios(distinfo_path) + + if not os.path.exists(egginfo_path): + # There is no egg-info. This is probably because the egg-info + # file/directory is not named matching the distribution name used + # to name the archive file. Check for this case and report + # accordingly. + import glob + + pat = os.path.join(os.path.dirname(egginfo_path), "*.egg-info") + possible = glob.glob(pat) + err = f"Egg metadata expected at {egginfo_path} but not found" + if possible: + alt = os.path.basename(possible[0]) + err += f" ({alt} found - possible misnamed archive file?)" + + raise ValueError(err) + + if os.path.isfile(egginfo_path): + # .egg-info is a single file + pkg_info = pkginfo_to_metadata(egginfo_path, egginfo_path) + os.mkdir(distinfo_path) + else: + # .egg-info is a directory + pkginfo_path = os.path.join(egginfo_path, "PKG-INFO") + pkg_info = pkginfo_to_metadata(egginfo_path, pkginfo_path) + + # ignore common egg metadata that is useless to wheel + shutil.copytree( + egginfo_path, + distinfo_path, + ignore=lambda x, y: { + "PKG-INFO", + "requires.txt", + "SOURCES.txt", + "not-zip-safe", + }, + ) + + # delete dependency_links if it is only whitespace + dependency_links_path = os.path.join(distinfo_path, "dependency_links.txt") + with open(dependency_links_path, encoding="utf-8") as dependency_links_file: + dependency_links = dependency_links_file.read().strip() + if not dependency_links: + adios(dependency_links_path) + + pkg_info_path = os.path.join(distinfo_path, "METADATA") + serialization_policy = EmailPolicy( + utf8=True, + mangle_from_=False, + max_line_length=0, + ) + with open(pkg_info_path, "w", encoding="utf-8") as out: + Generator(out, policy=serialization_policy).flatten(pkg_info) + + for license_path in self.license_paths: + filename = os.path.basename(license_path) + shutil.copy(license_path, os.path.join(distinfo_path, filename)) + + adios(egginfo_path) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py new file mode 100644 index 0000000..a1a2482 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py @@ -0,0 +1,26 @@ +# copied from setuptools.logging, omitting monkeypatching +from __future__ import annotations + +import logging +import sys + + +def _not_warning(record: logging.LogRecord) -> bool: + return record.levelno < logging.WARNING + + +def configure() -> None: + """ + Configure logging to emit warning and above to stderr + and everything else to stdout. This behavior is provided + for compatibility with distutils.log but may change in + the future. + """ + err_handler = logging.StreamHandler() + err_handler.setLevel(logging.WARNING) + out_handler = logging.StreamHandler(sys.stdout) + out_handler.addFilter(_not_warning) + handlers = err_handler, out_handler + logging.basicConfig( + format="{message}", style="{", handlers=handlers, level=logging.DEBUG + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py new file mode 100644 index 0000000..dd7b862 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py @@ -0,0 +1,26 @@ +from typing import TYPE_CHECKING +from warnings import warn + +warn( + "The 'wheel' package is no longer the canonical location of the 'bdist_wheel' " + "command, and will be removed in a future release. Please update to setuptools " + "v70.1 or later which contains an integrated version of this command.", + DeprecationWarning, + stacklevel=1, +) + +if TYPE_CHECKING: + from ._bdist_wheel import bdist_wheel as bdist_wheel +else: + try: + # Better integration/compatibility with setuptools: + # in the case new fixes or PEPs are implemented in setuptools + # there is no need to backport them to the deprecated code base. + # This is useful in the case of old packages in the ecosystem + # that are still used but have low maintenance. + from setuptools.command.bdist_wheel import bdist_wheel + except ImportError: + # Only used in the case of old setuptools versions. + # If the user wants to get the latest fixes/PEPs, + # they are encouraged to address the deprecation warning. + from ._bdist_wheel import bdist_wheel as bdist_wheel diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py new file mode 100644 index 0000000..6ba1217 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py @@ -0,0 +1,155 @@ +""" +Wheel command-line utility. +""" + +from __future__ import annotations + +import argparse +import os +import sys +from argparse import ArgumentTypeError + + +class WheelError(Exception): + pass + + +def unpack_f(args: argparse.Namespace) -> None: + from .unpack import unpack + + unpack(args.wheelfile, args.dest) + + +def pack_f(args: argparse.Namespace) -> None: + from .pack import pack + + pack(args.directory, args.dest_dir, args.build_number) + + +def convert_f(args: argparse.Namespace) -> None: + from .convert import convert + + convert(args.files, args.dest_dir, args.verbose) + + +def tags_f(args: argparse.Namespace) -> None: + from .tags import tags + + names = ( + tags( + wheel, + args.python_tag, + args.abi_tag, + args.platform_tag, + args.build, + args.remove, + ) + for wheel in args.wheel + ) + + for name in names: + print(name) + + +def version_f(args: argparse.Namespace) -> None: + from .. import __version__ + + print(f"wheel {__version__}") + + +def parse_build_tag(build_tag: str) -> str: + if build_tag and not build_tag[0].isdigit(): + raise ArgumentTypeError("build tag must begin with a digit") + elif "-" in build_tag: + raise ArgumentTypeError("invalid character ('-') in build tag") + + return build_tag + + +TAGS_HELP = """\ +Make a new wheel with given tags. Any tags unspecified will remain the same. +Starting the tags with a "+" will append to the existing tags. Starting with a +"-" will remove a tag (use --option=-TAG syntax). Multiple tags can be +separated by ".". The original file will remain unless --remove is given. The +output filename(s) will be displayed on stdout for further processing. +""" + + +def parser(): + p = argparse.ArgumentParser() + s = p.add_subparsers(help="commands") + + unpack_parser = s.add_parser("unpack", help="Unpack wheel") + unpack_parser.add_argument( + "--dest", "-d", help="Destination directory", default="." + ) + unpack_parser.add_argument("wheelfile", help="Wheel file") + unpack_parser.set_defaults(func=unpack_f) + + repack_parser = s.add_parser("pack", help="Repack wheel") + repack_parser.add_argument("directory", help="Root directory of the unpacked wheel") + repack_parser.add_argument( + "--dest-dir", + "-d", + default=os.path.curdir, + help="Directory to store the wheel (default %(default)s)", + ) + repack_parser.add_argument( + "--build-number", help="Build tag to use in the wheel name" + ) + repack_parser.set_defaults(func=pack_f) + + convert_parser = s.add_parser("convert", help="Convert egg or wininst to wheel") + convert_parser.add_argument("files", nargs="*", help="Files to convert") + convert_parser.add_argument( + "--dest-dir", + "-d", + default=os.path.curdir, + help="Directory to store wheels (default %(default)s)", + ) + convert_parser.add_argument("--verbose", "-v", action="store_true") + convert_parser.set_defaults(func=convert_f) + + tags_parser = s.add_parser( + "tags", help="Add or replace the tags on a wheel", description=TAGS_HELP + ) + tags_parser.add_argument("wheel", nargs="*", help="Existing wheel(s) to retag") + tags_parser.add_argument( + "--remove", + action="store_true", + help="Remove the original files, keeping only the renamed ones", + ) + tags_parser.add_argument( + "--python-tag", metavar="TAG", help="Specify an interpreter tag(s)" + ) + tags_parser.add_argument("--abi-tag", metavar="TAG", help="Specify an ABI tag(s)") + tags_parser.add_argument( + "--platform-tag", metavar="TAG", help="Specify a platform tag(s)" + ) + tags_parser.add_argument( + "--build", type=parse_build_tag, metavar="BUILD", help="Specify a build tag" + ) + tags_parser.set_defaults(func=tags_f) + + version_parser = s.add_parser("version", help="Print version and exit") + version_parser.set_defaults(func=version_f) + + help_parser = s.add_parser("help", help="Show this help") + help_parser.set_defaults(func=lambda args: p.print_help()) + + return p + + +def main(): + p = parser() + args = p.parse_args() + if not hasattr(args, "func"): + p.print_help() + else: + try: + args.func(args) + return 0 + except WheelError as e: + print(e, file=sys.stderr) + + return 1 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0c53e2201e13021c3a90c7f12df3582095d73454 GIT binary patch literal 6944 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b688a3e4344c46b2850511ebd5f099484831b1f9 GIT binary patch literal 16181 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 Jx`Eh7{|~hp_qYH6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9de629c71f58e0e7533a10af29b6f9e74d58fd5e GIT binary patch literal 4472 zcmbssTWl29_0G(`-}c(94Gv7OUA)9z#{@7e#FQ8ZI~em+65OP#@y@Jw&Fsu_XEu&k zv%-m5$*z!WHy<`i5gRF0T)_uFm0YP(sVcRp`m<(fa3)4d8}%c9RzOAgtLM({c)ERfO*6to)S@-8m1@$(;_|0 z7_(*AYRtA_8_bMoPdkPk29HH_rd`7>1Gb9pv}f33z&6pF_6_?eL?gjAw%s&Xoq78W zs=OKw@Gjo*3(If~@8+E_*G|x3&$omargS$aNwUhRDOpm6VC{QtLKT$bf+S#0l`-Kk zFsC`J2xRGcD=7$KAI1jJX{=sPi9&Aw&)bfiJ}hx*;XMKOm~csjRJ=0%z#-MR41{&eyGa0+AW_*7rZr}czVfyO zDbu8 z4ii_MwGC?CsX519tWr#fca9>{m%IyjnoUY|=3SkEj2-<8t)%mp+~eGfnL9Q>X#KHSK?2Cw#6A;ZNl zvK*Vi!h0z>tB4b9Rw6ioXU9q6Wcd^p;*eP<*p#Hoz$yvj6;cAyXvF1W;W?ia*lLpO ze5=2&Z;&N)Hl0;eHZDslmy%dn5?C3tX&DQw%8e?lBC~3eQ(+(oJSwP$y0U3Qo+M~C z&PnWu!197B;B-n7_=?$RhQnOC>SNS!DaoiPRYhzYFC@6E zs46UMns^t_Vk}5%l_hMb`<5igT=*ogrZTYIY7jO!Q-Z=KQBGlVOe7M~(fKf~ zGlInH)`XZx&}fEuRHk4EzvzA zB+xM_n;sFcPA4SYM_PgyX$iJ!QvUaaVVhKOJ2Jto^`%6DW`?b#3<&JjyTsTis_ihjdVbJ zq>=@|onmUFGc%zkW$Bej*Pc!V_T53=c5YNqIu$|9W>i@gl}>P6;$_@vnC*;vHf0ja5*~o`PsYC)8AQ<)4j%k;N;L6g6W|PIowk{ zCHvNeGk5IUSA7k|ZO3k3xP7A7c)H{}Q*@m9(!0&T_AE^-T`V@fQSzNAI!>(FPVBh56LmLV;&X3NG&Wm$m;oxF=>8;Y1 zzR6RoPVbbwpq891YshK!EmEugt)I4j*8WNRy`A05JG<}t58U(jEc<(wE|vU8rz|U5 zw_k6++Fr;mj+C}`!J2LP%<+k1F;rr^ijEilhKl=&4o7#hZmKi@0F$6+k5}%=wETTW_;7W*@?T3 z7av)H5zJU!Q!T$d@%THAf_L-o2sO76nZZT%gVzjPmM z>)*rtHTXh*5A(NuEdws*^F7x7L-x;mtOIuY-(A*$pgmq`P(cbI2mGONqaJ(;*eBa@ z4MEFI#pxtzxwk;0LTS_(aBhBh>PAH$Pm@OU*YuSJ3n{%D_&i;0@_&R@<~drK|4XaU zG(W>v3r~%a#JTC=tq3n`6AIgM@!oQ3hR&jr z?brmC)379!gOw9TWqZ2blbji4k3PjwF76m|7?udFqRc?!07Sqjs+fEkeM`#gIu!{s zx=oR>DnQ**GGa=_q*D)D@jjSz1~fpuN@qla$#1$tOg*~=B* zPWk|{dVzRGs+e(Zze5iIM8-j`I}WF1J}U}6_#EI!I#9>~uQ3!w-A6mWLBX$(?;Sq^OK$jwkQ>Nn4_H3DGHwj@&5t0L_E|0 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33132da7249aa6450c2c7bfd65a6cd0fb3e59646 GIT binary patch literal 6762 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f65b829063042c8f2de4b31930277359909bb4ec GIT binary patch literal 1546 zcmZWpPiP!f7=LePX8&(mwq&G)_U_x=B7 zeoCd{2x#{9Z{>d!gnpO8kU*A%56;1P2bsvkHmczjj3pnkLp5bZ0bVgxTdip;8t@S_ zYHA;AE8+EUHnu0tv)D@*j^heLSgylCR4*H%vKI<;u@5Sg+V5I6Ey|lAg@J+i_+S&u z*aFUg+GuOQUqGEuJ5+tvYJjO~L-f(x#6!D|A|k{4_S4(8(o7)KQAKR1Ged3lOQ`NE zsL#~C3vUhkfgq~iwIMQiFQN}Gg9i?yg>}ICg+!r#|e->OHy4H%b-1&YiPDF(g8Nn!1BEiIPOyc8-B{%^?4(l|CJ6AWDQ3JfF%#o|U zrKreo(#s%0ncn~>bC@HGa9WPPmBh3dEee;dlQSkQ84X)V>tcg3S;$juHt(nBMPx>h zLUSZ&gXNR~KS!EMKA-o{)ojR9sAGCs$!_q<-bomW^)C!{*$ch5luaR`E|%{0Ueg~id&<4smu(X zD;m0O*9x|=niJqd3c%~OwW`Ha|U zqHXEHX5{PZUN~UcB*d0k@*m*%2t7`t_^HkFpT4+{651l}E$pVB-$_sP(^EU?>3(|p z-kbN+7rK#$W0~IhFRFLn=#Ncz6Az=Q&5>TKSGza!^N7BE<$LiUy0|+!e&_n<*Z)M3 z*dp$}vzr|G?9%N^n~mO$Uy{@NaWp}8GP!;xx1H{1X0~ZR^Hz6hH#xqOB>g10JNnJ! z*OT{?ukR#h`^nku)`R55KTb$bPhv8!#~Gx>yHlSmJ(-YVknAB(LJb=W6ASaokMr6^ zEwY@&hd7@NvvE*(3Kxu>296Oah8c8iWLb!2 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py new file mode 100644 index 0000000..61d4775 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py @@ -0,0 +1,332 @@ +from __future__ import annotations + +import os.path +import re +from abc import ABCMeta, abstractmethod +from collections import defaultdict +from collections.abc import Iterator +from email.message import Message +from email.parser import Parser +from email.policy import EmailPolicy +from glob import iglob +from pathlib import Path +from textwrap import dedent +from zipfile import ZipFile + +from .. import __version__ +from ..metadata import generate_requirements +from ..vendored.packaging.tags import parse_tag +from ..wheelfile import WheelFile + +egg_filename_re = re.compile( + r""" + (?P.+?)-(?P.+?) + (-(?Ppy\d\.\d+) + (-(?P.+?))? + )?.egg$""", + re.VERBOSE, +) +egg_info_re = re.compile( + r""" + ^(?P.+?)-(?P.+?) + (-(?Ppy\d\.\d+) + )?.egg-info/""", + re.VERBOSE, +) +wininst_re = re.compile( + r"\.(?Pwin32|win-amd64)(?:-(?Ppy\d\.\d))?\.exe$" +) +pyd_re = re.compile(r"\.(?P[a-z0-9]+)-(?Pwin32|win_amd64)\.pyd$") +serialization_policy = EmailPolicy( + utf8=True, + mangle_from_=False, + max_line_length=0, +) +GENERATOR = f"wheel {__version__}" + + +def convert_requires(requires: str, metadata: Message) -> None: + extra: str | None = None + requirements: dict[str | None, list[str]] = defaultdict(list) + for line in requires.splitlines(): + line = line.strip() + if not line: + continue + + if line.startswith("[") and line.endswith("]"): + extra = line[1:-1] + continue + + requirements[extra].append(line) + + for key, value in generate_requirements(requirements): + metadata.add_header(key, value) + + +def convert_pkg_info(pkginfo: str, metadata: Message): + parsed_message = Parser().parsestr(pkginfo) + for key, value in parsed_message.items(): + key_lower = key.lower() + if value == "UNKNOWN": + continue + + if key_lower == "description": + description_lines = value.splitlines() + value = "\n".join( + ( + description_lines[0].lstrip(), + dedent("\n".join(description_lines[1:])), + "\n", + ) + ) + metadata.set_payload(value) + elif key_lower == "home-page": + metadata.add_header("Project-URL", f"Homepage, {value}") + elif key_lower == "download-url": + metadata.add_header("Project-URL", f"Download, {value}") + else: + metadata.add_header(key, value) + + metadata.replace_header("Metadata-Version", "2.4") + + +def normalize(name: str) -> str: + return re.sub(r"[-_.]+", "-", name).lower().replace("-", "_") + + +class ConvertSource(metaclass=ABCMeta): + name: str + version: str + pyver: str = "py2.py3" + abi: str = "none" + platform: str = "any" + metadata: Message + + @property + def dist_info_dir(self) -> str: + return f"{self.name}-{self.version}.dist-info" + + @abstractmethod + def generate_contents(self) -> Iterator[tuple[str, bytes]]: + pass + + +class EggFileSource(ConvertSource): + def __init__(self, path: Path): + if not (match := egg_filename_re.match(path.name)): + raise ValueError(f"Invalid egg file name: {path.name}") + + # Binary wheels are assumed to be for CPython + self.path = path + self.name = normalize(match.group("name")) + self.version = match.group("ver") + if pyver := match.group("pyver"): + self.pyver = pyver.replace(".", "") + if arch := match.group("arch"): + self.abi = self.pyver.replace("py", "cp") + self.platform = normalize(arch) + + self.metadata = Message() + + def generate_contents(self) -> Iterator[tuple[str, bytes]]: + with ZipFile(self.path, "r") as zip_file: + for filename in sorted(zip_file.namelist()): + # Skip pure directory entries + if filename.endswith("/"): + continue + + # Handle files in the egg-info directory specially, selectively moving + # them to the dist-info directory while converting as needed + if filename.startswith("EGG-INFO/"): + if filename == "EGG-INFO/requires.txt": + requires = zip_file.read(filename).decode("utf-8") + convert_requires(requires, self.metadata) + elif filename == "EGG-INFO/PKG-INFO": + pkginfo = zip_file.read(filename).decode("utf-8") + convert_pkg_info(pkginfo, self.metadata) + elif filename == "EGG-INFO/entry_points.txt": + yield ( + f"{self.dist_info_dir}/entry_points.txt", + zip_file.read(filename), + ) + + continue + + # For any other file, just pass it through + yield filename, zip_file.read(filename) + + +class EggDirectorySource(EggFileSource): + def generate_contents(self) -> Iterator[tuple[str, bytes]]: + for dirpath, _, filenames in os.walk(self.path): + for filename in sorted(filenames): + path = Path(dirpath, filename) + if path.parent.name == "EGG-INFO": + if path.name == "requires.txt": + requires = path.read_text("utf-8") + convert_requires(requires, self.metadata) + elif path.name == "PKG-INFO": + pkginfo = path.read_text("utf-8") + convert_pkg_info(pkginfo, self.metadata) + if name := self.metadata.get("Name"): + self.name = normalize(name) + + if version := self.metadata.get("Version"): + self.version = version + elif path.name == "entry_points.txt": + yield ( + f"{self.dist_info_dir}/entry_points.txt", + path.read_bytes(), + ) + + continue + + # For any other file, just pass it through + yield str(path.relative_to(self.path)), path.read_bytes() + + +class WininstFileSource(ConvertSource): + """ + Handles distributions created with ``bdist_wininst``. + + The egginfo filename has the format:: + + name-ver(-pyver)(-arch).egg-info + + The installer filename has the format:: + + name-ver.arch(-pyver).exe + + Some things to note: + + 1. The installer filename is not definitive. An installer can be renamed + and work perfectly well as an installer. So more reliable data should + be used whenever possible. + 2. The egg-info data should be preferred for the name and version, because + these come straight from the distutils metadata, and are mandatory. + 3. The pyver from the egg-info data should be ignored, as it is + constructed from the version of Python used to build the installer, + which is irrelevant - the installer filename is correct here (even to + the point that when it's not there, any version is implied). + 4. The architecture must be taken from the installer filename, as it is + not included in the egg-info data. + 5. Architecture-neutral installers still have an architecture because the + installer format itself (being executable) is architecture-specific. We + should therefore ignore the architecture if the content is pure-python. + """ + + def __init__(self, path: Path): + self.path = path + self.metadata = Message() + + # Determine the initial architecture and Python version from the file name + # (if possible) + if match := wininst_re.search(path.name): + self.platform = normalize(match.group("platform")) + if pyver := match.group("pyver"): + self.pyver = pyver.replace(".", "") + + # Look for an .egg-info directory and any .pyd files for more precise info + egg_info_found = pyd_found = False + with ZipFile(self.path) as zip_file: + for filename in zip_file.namelist(): + prefix, filename = filename.split("/", 1) + if not egg_info_found and (match := egg_info_re.match(filename)): + egg_info_found = True + self.name = normalize(match.group("name")) + self.version = match.group("ver") + if pyver := match.group("pyver"): + self.pyver = pyver.replace(".", "") + elif not pyd_found and (match := pyd_re.search(filename)): + pyd_found = True + self.abi = match.group("abi") + self.platform = match.group("platform") + + if egg_info_found and pyd_found: + break + + def generate_contents(self) -> Iterator[tuple[str, bytes]]: + dist_info_dir = f"{self.name}-{self.version}.dist-info" + data_dir = f"{self.name}-{self.version}.data" + with ZipFile(self.path, "r") as zip_file: + for filename in sorted(zip_file.namelist()): + # Skip pure directory entries + if filename.endswith("/"): + continue + + # Handle files in the egg-info directory specially, selectively moving + # them to the dist-info directory while converting as needed + prefix, target_filename = filename.split("/", 1) + if egg_info_re.search(target_filename): + basename = target_filename.rsplit("/", 1)[-1] + if basename == "requires.txt": + requires = zip_file.read(filename).decode("utf-8") + convert_requires(requires, self.metadata) + elif basename == "PKG-INFO": + pkginfo = zip_file.read(filename).decode("utf-8") + convert_pkg_info(pkginfo, self.metadata) + elif basename == "entry_points.txt": + yield ( + f"{dist_info_dir}/entry_points.txt", + zip_file.read(filename), + ) + + continue + elif prefix == "SCRIPTS": + target_filename = f"{data_dir}/scripts/{target_filename}" + + # For any other file, just pass it through + yield target_filename, zip_file.read(filename) + + +def convert(files: list[str], dest_dir: str, verbose: bool) -> None: + for pat in files: + for archive in iglob(pat): + path = Path(archive) + if path.suffix == ".egg": + if path.is_dir(): + source: ConvertSource = EggDirectorySource(path) + else: + source = EggFileSource(path) + else: + source = WininstFileSource(path) + + if verbose: + print(f"{archive}...", flush=True, end="") + + dest_path = Path(dest_dir) / ( + f"{source.name}-{source.version}-{source.pyver}-{source.abi}" + f"-{source.platform}.whl" + ) + with WheelFile(dest_path, "w") as wheelfile: + for name_or_zinfo, contents in source.generate_contents(): + wheelfile.writestr(name_or_zinfo, contents) + + # Write the METADATA file + wheelfile.writestr( + f"{source.dist_info_dir}/METADATA", + source.metadata.as_string(policy=serialization_policy).encode( + "utf-8" + ), + ) + + # Write the WHEEL file + wheel_message = Message() + wheel_message.add_header("Wheel-Version", "1.0") + wheel_message.add_header("Generator", GENERATOR) + wheel_message.add_header( + "Root-Is-Purelib", str(source.platform == "any").lower() + ) + tags = parse_tag(f"{source.pyver}-{source.abi}-{source.platform}") + for tag in sorted(tags, key=lambda tag: tag.interpreter): + wheel_message.add_header("Tag", str(tag)) + + wheelfile.writestr( + f"{source.dist_info_dir}/WHEEL", + wheel_message.as_string(policy=serialization_policy).encode( + "utf-8" + ), + ) + + if verbose: + print("OK") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py new file mode 100644 index 0000000..64469c0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py @@ -0,0 +1,85 @@ +from __future__ import annotations + +import email.policy +import os.path +import re +from email.generator import BytesGenerator +from email.parser import BytesParser + +from wheel.cli import WheelError +from wheel.wheelfile import WheelFile + +DIST_INFO_RE = re.compile(r"^(?P(?P.+?)-(?P\d.*?))\.dist-info$") + + +def pack(directory: str, dest_dir: str, build_number: str | None) -> None: + """Repack a previously unpacked wheel directory into a new wheel file. + + The .dist-info/WHEEL file must contain one or more tags so that the target + wheel file name can be determined. + + :param directory: The unpacked wheel directory + :param dest_dir: Destination directory (defaults to the current directory) + """ + # Find the .dist-info directory + dist_info_dirs = [ + fn + for fn in os.listdir(directory) + if os.path.isdir(os.path.join(directory, fn)) and DIST_INFO_RE.match(fn) + ] + if len(dist_info_dirs) > 1: + raise WheelError(f"Multiple .dist-info directories found in {directory}") + elif not dist_info_dirs: + raise WheelError(f"No .dist-info directories found in {directory}") + + # Determine the target wheel filename + dist_info_dir = dist_info_dirs[0] + name_version = DIST_INFO_RE.match(dist_info_dir).group("namever") + + # Read the tags and the existing build number from .dist-info/WHEEL + wheel_file_path = os.path.join(directory, dist_info_dir, "WHEEL") + with open(wheel_file_path, "rb") as f: + info = BytesParser(policy=email.policy.compat32).parse(f) + tags: list[str] = info.get_all("Tag", []) + existing_build_number = info.get("Build") + + if not tags: + raise WheelError( + f"No tags present in {dist_info_dir}/WHEEL; cannot determine target " + f"wheel filename" + ) + + # Set the wheel file name and add/replace/remove the Build tag in .dist-info/WHEEL + build_number = build_number if build_number is not None else existing_build_number + if build_number is not None: + del info["Build"] + if build_number: + info["Build"] = build_number + name_version += "-" + build_number + + if build_number != existing_build_number: + with open(wheel_file_path, "wb") as f: + BytesGenerator(f, maxheaderlen=0).flatten(info) + + # Reassemble the tags for the wheel file + tagline = compute_tagline(tags) + + # Repack the wheel + wheel_path = os.path.join(dest_dir, f"{name_version}-{tagline}.whl") + with WheelFile(wheel_path, "w") as wf: + print(f"Repacking wheel as {wheel_path}...", end="", flush=True) + wf.write_files(directory) + + print("OK") + + +def compute_tagline(tags: list[str]) -> str: + """Compute a tagline from a list of tags. + + :param tags: A list of tags + :return: A tagline + """ + impls = sorted({tag.split("-")[0] for tag in tags}) + abivers = sorted({tag.split("-")[1] for tag in tags}) + platforms = sorted({tag.split("-")[2] for tag in tags}) + return "-".join([".".join(impls), ".".join(abivers), ".".join(platforms)]) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py new file mode 100644 index 0000000..88da72e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py @@ -0,0 +1,139 @@ +from __future__ import annotations + +import email.policy +import itertools +import os +from collections.abc import Iterable +from email.parser import BytesParser + +from ..wheelfile import WheelFile + + +def _compute_tags(original_tags: Iterable[str], new_tags: str | None) -> set[str]: + """Add or replace tags. Supports dot-separated tags""" + if new_tags is None: + return set(original_tags) + + if new_tags.startswith("+"): + return {*original_tags, *new_tags[1:].split(".")} + + if new_tags.startswith("-"): + return set(original_tags) - set(new_tags[1:].split(".")) + + return set(new_tags.split(".")) + + +def tags( + wheel: str, + python_tags: str | None = None, + abi_tags: str | None = None, + platform_tags: str | None = None, + build_tag: str | None = None, + remove: bool = False, +) -> str: + """Change the tags on a wheel file. + + The tags are left unchanged if they are not specified. To specify "none", + use ["none"]. To append to the previous tags, a tag should start with a + "+". If a tag starts with "-", it will be removed from existing tags. + Processing is done left to right. + + :param wheel: The paths to the wheels + :param python_tags: The Python tags to set + :param abi_tags: The ABI tags to set + :param platform_tags: The platform tags to set + :param build_tag: The build tag to set + :param remove: Remove the original wheel + """ + with WheelFile(wheel, "r") as f: + assert f.filename, f"{f.filename} must be available" + + wheel_info = f.read(f.dist_info_path + "/WHEEL") + info = BytesParser(policy=email.policy.compat32).parsebytes(wheel_info) + + original_wheel_name = os.path.basename(f.filename) + namever = f.parsed_filename.group("namever") + build = f.parsed_filename.group("build") + original_python_tags = f.parsed_filename.group("pyver").split(".") + original_abi_tags = f.parsed_filename.group("abi").split(".") + original_plat_tags = f.parsed_filename.group("plat").split(".") + + tags: list[str] = info.get_all("Tag", []) + existing_build_tag = info.get("Build") + + impls = {tag.split("-")[0] for tag in tags} + abivers = {tag.split("-")[1] for tag in tags} + platforms = {tag.split("-")[2] for tag in tags} + + if impls != set(original_python_tags): + msg = f"Wheel internal tags {impls!r} != filename tags {original_python_tags!r}" + raise AssertionError(msg) + + if abivers != set(original_abi_tags): + msg = f"Wheel internal tags {abivers!r} != filename tags {original_abi_tags!r}" + raise AssertionError(msg) + + if platforms != set(original_plat_tags): + msg = ( + f"Wheel internal tags {platforms!r} != filename tags {original_plat_tags!r}" + ) + raise AssertionError(msg) + + if existing_build_tag != build: + msg = ( + f"Incorrect filename '{build}' " + f"& *.dist-info/WHEEL '{existing_build_tag}' build numbers" + ) + raise AssertionError(msg) + + # Start changing as needed + if build_tag is not None: + build = build_tag + + final_python_tags = sorted(_compute_tags(original_python_tags, python_tags)) + final_abi_tags = sorted(_compute_tags(original_abi_tags, abi_tags)) + final_plat_tags = sorted(_compute_tags(original_plat_tags, platform_tags)) + + final_tags = [ + namever, + ".".join(final_python_tags), + ".".join(final_abi_tags), + ".".join(final_plat_tags), + ] + if build: + final_tags.insert(1, build) + + final_wheel_name = "-".join(final_tags) + ".whl" + + if original_wheel_name != final_wheel_name: + del info["Tag"], info["Build"] + for a, b, c in itertools.product( + final_python_tags, final_abi_tags, final_plat_tags + ): + info["Tag"] = f"{a}-{b}-{c}" + if build: + info["Build"] = build + + original_wheel_path = os.path.join( + os.path.dirname(f.filename), original_wheel_name + ) + final_wheel_path = os.path.join(os.path.dirname(f.filename), final_wheel_name) + + with WheelFile(original_wheel_path, "r") as fin, WheelFile( + final_wheel_path, "w" + ) as fout: + fout.comment = fin.comment # preserve the comment + for item in fin.infolist(): + if item.is_dir(): + continue + if item.filename == f.dist_info_path + "/RECORD": + continue + if item.filename == f.dist_info_path + "/WHEEL": + fout.writestr(item, info.as_bytes()) + else: + fout.writestr(item, fin.read(item)) + + if remove: + os.remove(original_wheel_path) + + return final_wheel_name diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py new file mode 100644 index 0000000..d48840e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py @@ -0,0 +1,30 @@ +from __future__ import annotations + +from pathlib import Path + +from ..wheelfile import WheelFile + + +def unpack(path: str, dest: str = ".") -> None: + """Unpack a wheel. + + Wheel content will be unpacked to {dest}/{name}-{ver}, where {name} + is the package name and {ver} its version. + + :param path: The path to the wheel. + :param dest: Destination directory (default to current directory). + """ + with WheelFile(path) as wf: + namever = wf.parsed_filename.group("namever") + destination = Path(dest) / namever + print(f"Unpacking to: {destination}...", end="", flush=True) + for zinfo in wf.filelist: + wf.extract(zinfo, destination) + + # Set permissions to the same values as they were set in the archive + # We have to do this manually due to + # https://github.com/python/cpython/issues/59999 + permissions = zinfo.external_attr >> 16 & 0o777 + destination.joinpath(zinfo.filename).chmod(permissions) + + print("OK") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py new file mode 100644 index 0000000..abdfc9e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py @@ -0,0 +1,482 @@ +""" +This module contains function to analyse dynamic library +headers to extract system information + +Currently only for MacOSX + +Library file on macosx system starts with Mach-O or Fat field. +This can be distinguish by first 32 bites and it is called magic number. +Proper value of magic number is with suffix _MAGIC. Suffix _CIGAM means +reversed bytes order. +Both fields can occur in two types: 32 and 64 bytes. + +FAT field inform that this library contains few version of library +(typically for different types version). It contains +information where Mach-O headers starts. + +Each section started with Mach-O header contains one library +(So if file starts with this field it contains only one version). + +After filed Mach-O there are section fields. +Each of them starts with two fields: +cmd - magic number for this command +cmdsize - total size occupied by this section information. + +In this case only sections LC_VERSION_MIN_MACOSX (for macosx 10.13 and earlier) +and LC_BUILD_VERSION (for macosx 10.14 and newer) are interesting, +because them contains information about minimal system version. + +Important remarks: +- For fat files this implementation looks for maximum number version. + It not check if it is 32 or 64 and do not compare it with currently built package. + So it is possible to false report higher version that needed. +- All structures signatures are taken form macosx header files. +- I think that binary format will be more stable than `otool` output. + and if apple introduce some changes both implementation will need to be updated. +- The system compile will set the deployment target no lower than + 11.0 for arm64 builds. For "Universal 2" builds use the x86_64 deployment + target when the arm64 target is 11.0. +""" + +from __future__ import annotations + +import ctypes +import os +import sys +from io import BufferedIOBase +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from typing import Union + + StrPath = Union[str, os.PathLike[str]] + +"""here the needed const and struct from mach-o header files""" + +FAT_MAGIC = 0xCAFEBABE +FAT_CIGAM = 0xBEBAFECA +FAT_MAGIC_64 = 0xCAFEBABF +FAT_CIGAM_64 = 0xBFBAFECA +MH_MAGIC = 0xFEEDFACE +MH_CIGAM = 0xCEFAEDFE +MH_MAGIC_64 = 0xFEEDFACF +MH_CIGAM_64 = 0xCFFAEDFE + +LC_VERSION_MIN_MACOSX = 0x24 +LC_BUILD_VERSION = 0x32 + +CPU_TYPE_ARM64 = 0x0100000C + +mach_header_fields = [ + ("magic", ctypes.c_uint32), + ("cputype", ctypes.c_int), + ("cpusubtype", ctypes.c_int), + ("filetype", ctypes.c_uint32), + ("ncmds", ctypes.c_uint32), + ("sizeofcmds", ctypes.c_uint32), + ("flags", ctypes.c_uint32), +] +""" +struct mach_header { + uint32_t magic; /* mach magic number identifier */ + cpu_type_t cputype; /* cpu specifier */ + cpu_subtype_t cpusubtype; /* machine specifier */ + uint32_t filetype; /* type of file */ + uint32_t ncmds; /* number of load commands */ + uint32_t sizeofcmds; /* the size of all the load commands */ + uint32_t flags; /* flags */ +}; +typedef integer_t cpu_type_t; +typedef integer_t cpu_subtype_t; +""" + +mach_header_fields_64 = mach_header_fields + [("reserved", ctypes.c_uint32)] +""" +struct mach_header_64 { + uint32_t magic; /* mach magic number identifier */ + cpu_type_t cputype; /* cpu specifier */ + cpu_subtype_t cpusubtype; /* machine specifier */ + uint32_t filetype; /* type of file */ + uint32_t ncmds; /* number of load commands */ + uint32_t sizeofcmds; /* the size of all the load commands */ + uint32_t flags; /* flags */ + uint32_t reserved; /* reserved */ +}; +""" + +fat_header_fields = [("magic", ctypes.c_uint32), ("nfat_arch", ctypes.c_uint32)] +""" +struct fat_header { + uint32_t magic; /* FAT_MAGIC or FAT_MAGIC_64 */ + uint32_t nfat_arch; /* number of structs that follow */ +}; +""" + +fat_arch_fields = [ + ("cputype", ctypes.c_int), + ("cpusubtype", ctypes.c_int), + ("offset", ctypes.c_uint32), + ("size", ctypes.c_uint32), + ("align", ctypes.c_uint32), +] +""" +struct fat_arch { + cpu_type_t cputype; /* cpu specifier (int) */ + cpu_subtype_t cpusubtype; /* machine specifier (int) */ + uint32_t offset; /* file offset to this object file */ + uint32_t size; /* size of this object file */ + uint32_t align; /* alignment as a power of 2 */ +}; +""" + +fat_arch_64_fields = [ + ("cputype", ctypes.c_int), + ("cpusubtype", ctypes.c_int), + ("offset", ctypes.c_uint64), + ("size", ctypes.c_uint64), + ("align", ctypes.c_uint32), + ("reserved", ctypes.c_uint32), +] +""" +struct fat_arch_64 { + cpu_type_t cputype; /* cpu specifier (int) */ + cpu_subtype_t cpusubtype; /* machine specifier (int) */ + uint64_t offset; /* file offset to this object file */ + uint64_t size; /* size of this object file */ + uint32_t align; /* alignment as a power of 2 */ + uint32_t reserved; /* reserved */ +}; +""" + +segment_base_fields = [("cmd", ctypes.c_uint32), ("cmdsize", ctypes.c_uint32)] +"""base for reading segment info""" + +segment_command_fields = [ + ("cmd", ctypes.c_uint32), + ("cmdsize", ctypes.c_uint32), + ("segname", ctypes.c_char * 16), + ("vmaddr", ctypes.c_uint32), + ("vmsize", ctypes.c_uint32), + ("fileoff", ctypes.c_uint32), + ("filesize", ctypes.c_uint32), + ("maxprot", ctypes.c_int), + ("initprot", ctypes.c_int), + ("nsects", ctypes.c_uint32), + ("flags", ctypes.c_uint32), +] +""" +struct segment_command { /* for 32-bit architectures */ + uint32_t cmd; /* LC_SEGMENT */ + uint32_t cmdsize; /* includes sizeof section structs */ + char segname[16]; /* segment name */ + uint32_t vmaddr; /* memory address of this segment */ + uint32_t vmsize; /* memory size of this segment */ + uint32_t fileoff; /* file offset of this segment */ + uint32_t filesize; /* amount to map from the file */ + vm_prot_t maxprot; /* maximum VM protection */ + vm_prot_t initprot; /* initial VM protection */ + uint32_t nsects; /* number of sections in segment */ + uint32_t flags; /* flags */ +}; +typedef int vm_prot_t; +""" + +segment_command_fields_64 = [ + ("cmd", ctypes.c_uint32), + ("cmdsize", ctypes.c_uint32), + ("segname", ctypes.c_char * 16), + ("vmaddr", ctypes.c_uint64), + ("vmsize", ctypes.c_uint64), + ("fileoff", ctypes.c_uint64), + ("filesize", ctypes.c_uint64), + ("maxprot", ctypes.c_int), + ("initprot", ctypes.c_int), + ("nsects", ctypes.c_uint32), + ("flags", ctypes.c_uint32), +] +""" +struct segment_command_64 { /* for 64-bit architectures */ + uint32_t cmd; /* LC_SEGMENT_64 */ + uint32_t cmdsize; /* includes sizeof section_64 structs */ + char segname[16]; /* segment name */ + uint64_t vmaddr; /* memory address of this segment */ + uint64_t vmsize; /* memory size of this segment */ + uint64_t fileoff; /* file offset of this segment */ + uint64_t filesize; /* amount to map from the file */ + vm_prot_t maxprot; /* maximum VM protection */ + vm_prot_t initprot; /* initial VM protection */ + uint32_t nsects; /* number of sections in segment */ + uint32_t flags; /* flags */ +}; +""" + +version_min_command_fields = segment_base_fields + [ + ("version", ctypes.c_uint32), + ("sdk", ctypes.c_uint32), +] +""" +struct version_min_command { + uint32_t cmd; /* LC_VERSION_MIN_MACOSX or + LC_VERSION_MIN_IPHONEOS or + LC_VERSION_MIN_WATCHOS or + LC_VERSION_MIN_TVOS */ + uint32_t cmdsize; /* sizeof(struct min_version_command) */ + uint32_t version; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */ + uint32_t sdk; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */ +}; +""" + +build_version_command_fields = segment_base_fields + [ + ("platform", ctypes.c_uint32), + ("minos", ctypes.c_uint32), + ("sdk", ctypes.c_uint32), + ("ntools", ctypes.c_uint32), +] +""" +struct build_version_command { + uint32_t cmd; /* LC_BUILD_VERSION */ + uint32_t cmdsize; /* sizeof(struct build_version_command) plus */ + /* ntools * sizeof(struct build_tool_version) */ + uint32_t platform; /* platform */ + uint32_t minos; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */ + uint32_t sdk; /* X.Y.Z is encoded in nibbles xxxx.yy.zz */ + uint32_t ntools; /* number of tool entries following this */ +}; +""" + + +def swap32(x: int) -> int: + return ( + ((x << 24) & 0xFF000000) + | ((x << 8) & 0x00FF0000) + | ((x >> 8) & 0x0000FF00) + | ((x >> 24) & 0x000000FF) + ) + + +def get_base_class_and_magic_number( + lib_file: BufferedIOBase, + seek: int | None = None, +) -> tuple[type[ctypes.Structure], int]: + if seek is None: + seek = lib_file.tell() + else: + lib_file.seek(seek) + magic_number = ctypes.c_uint32.from_buffer_copy( + lib_file.read(ctypes.sizeof(ctypes.c_uint32)) + ).value + + # Handle wrong byte order + if magic_number in [FAT_CIGAM, FAT_CIGAM_64, MH_CIGAM, MH_CIGAM_64]: + if sys.byteorder == "little": + BaseClass = ctypes.BigEndianStructure + else: + BaseClass = ctypes.LittleEndianStructure + + magic_number = swap32(magic_number) + else: + BaseClass = ctypes.Structure + + lib_file.seek(seek) + return BaseClass, magic_number + + +def read_data(struct_class: type[ctypes.Structure], lib_file: BufferedIOBase): + return struct_class.from_buffer_copy(lib_file.read(ctypes.sizeof(struct_class))) + + +def extract_macosx_min_system_version(path_to_lib: str): + with open(path_to_lib, "rb") as lib_file: + BaseClass, magic_number = get_base_class_and_magic_number(lib_file, 0) + if magic_number not in [FAT_MAGIC, FAT_MAGIC_64, MH_MAGIC, MH_MAGIC_64]: + return + + if magic_number in [FAT_MAGIC, FAT_CIGAM_64]: + + class FatHeader(BaseClass): + _fields_ = fat_header_fields + + fat_header = read_data(FatHeader, lib_file) + if magic_number == FAT_MAGIC: + + class FatArch(BaseClass): + _fields_ = fat_arch_fields + + else: + + class FatArch(BaseClass): + _fields_ = fat_arch_64_fields + + fat_arch_list = [ + read_data(FatArch, lib_file) for _ in range(fat_header.nfat_arch) + ] + + versions_list: list[tuple[int, int, int]] = [] + for el in fat_arch_list: + try: + version = read_mach_header(lib_file, el.offset) + if version is not None: + if el.cputype == CPU_TYPE_ARM64 and len(fat_arch_list) != 1: + # Xcode will not set the deployment target below 11.0.0 + # for the arm64 architecture. Ignore the arm64 deployment + # in fat binaries when the target is 11.0.0, that way + # the other architectures can select a lower deployment + # target. + # This is safe because there is no arm64 variant for + # macOS 10.15 or earlier. + if version == (11, 0, 0): + continue + versions_list.append(version) + except ValueError: + pass + + if len(versions_list) > 0: + return max(versions_list) + else: + return None + + else: + try: + return read_mach_header(lib_file, 0) + except ValueError: + """when some error during read library files""" + return None + + +def read_mach_header( + lib_file: BufferedIOBase, + seek: int | None = None, +) -> tuple[int, int, int] | None: + """ + This function parses a Mach-O header and extracts + information about the minimal macOS version. + + :param lib_file: reference to opened library file with pointer + """ + base_class, magic_number = get_base_class_and_magic_number(lib_file, seek) + arch = "32" if magic_number == MH_MAGIC else "64" + + class SegmentBase(base_class): + _fields_ = segment_base_fields + + if arch == "32": + + class MachHeader(base_class): + _fields_ = mach_header_fields + + else: + + class MachHeader(base_class): + _fields_ = mach_header_fields_64 + + mach_header = read_data(MachHeader, lib_file) + for _i in range(mach_header.ncmds): + pos = lib_file.tell() + segment_base = read_data(SegmentBase, lib_file) + lib_file.seek(pos) + if segment_base.cmd == LC_VERSION_MIN_MACOSX: + + class VersionMinCommand(base_class): + _fields_ = version_min_command_fields + + version_info = read_data(VersionMinCommand, lib_file) + return parse_version(version_info.version) + elif segment_base.cmd == LC_BUILD_VERSION: + + class VersionBuild(base_class): + _fields_ = build_version_command_fields + + version_info = read_data(VersionBuild, lib_file) + return parse_version(version_info.minos) + else: + lib_file.seek(pos + segment_base.cmdsize) + continue + + +def parse_version(version: int) -> tuple[int, int, int]: + x = (version & 0xFFFF0000) >> 16 + y = (version & 0x0000FF00) >> 8 + z = version & 0x000000FF + return x, y, z + + +def calculate_macosx_platform_tag(archive_root: StrPath, platform_tag: str) -> str: + """ + Calculate proper macosx platform tag basing on files which are included to wheel + + Example platform tag `macosx-10.14-x86_64` + """ + prefix, base_version, suffix = platform_tag.split("-") + base_version = tuple(int(x) for x in base_version.split(".")) + base_version = base_version[:2] + if base_version[0] > 10: + base_version = (base_version[0], 0) + assert len(base_version) == 2 + if "MACOSX_DEPLOYMENT_TARGET" in os.environ: + deploy_target = tuple( + int(x) for x in os.environ["MACOSX_DEPLOYMENT_TARGET"].split(".") + ) + deploy_target = deploy_target[:2] + if deploy_target[0] > 10: + deploy_target = (deploy_target[0], 0) + if deploy_target < base_version: + sys.stderr.write( + "[WARNING] MACOSX_DEPLOYMENT_TARGET is set to a lower value ({}) than " + "the version on which the Python interpreter was compiled ({}), and " + "will be ignored.\n".format( + ".".join(str(x) for x in deploy_target), + ".".join(str(x) for x in base_version), + ) + ) + else: + base_version = deploy_target + + assert len(base_version) == 2 + start_version = base_version + versions_dict: dict[str, tuple[int, int]] = {} + for dirpath, _dirnames, filenames in os.walk(archive_root): + for filename in filenames: + if filename.endswith(".dylib") or filename.endswith(".so"): + lib_path = os.path.join(dirpath, filename) + min_ver = extract_macosx_min_system_version(lib_path) + if min_ver is not None: + min_ver = min_ver[0:2] + if min_ver[0] > 10: + min_ver = (min_ver[0], 0) + versions_dict[lib_path] = min_ver + + if len(versions_dict) > 0: + base_version = max(base_version, max(versions_dict.values())) + + # macosx platform tag do not support minor bugfix release + fin_base_version = "_".join([str(x) for x in base_version]) + if start_version < base_version: + problematic_files = [k for k, v in versions_dict.items() if v > start_version] + problematic_files = "\n".join(problematic_files) + if len(problematic_files) == 1: + files_form = "this file" + else: + files_form = "these files" + error_message = ( + "[WARNING] This wheel needs a higher macOS version than {} " + "To silence this warning, set MACOSX_DEPLOYMENT_TARGET to at least " + + fin_base_version + + " or recreate " + + files_form + + " with lower " + "MACOSX_DEPLOYMENT_TARGET: \n" + problematic_files + ) + + if "MACOSX_DEPLOYMENT_TARGET" in os.environ: + error_message = error_message.format( + "is set in MACOSX_DEPLOYMENT_TARGET variable." + ) + else: + error_message = error_message.format( + "the version your Python interpreter is compiled against." + ) + + sys.stderr.write(error_message) + + platform_tag = prefix + "_" + fin_base_version + "_" + suffix + return platform_tag diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py new file mode 100644 index 0000000..b8098fa --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py @@ -0,0 +1,183 @@ +""" +Tools for converting old- to new-style metadata. +""" + +from __future__ import annotations + +import functools +import itertools +import os.path +import re +import textwrap +from email.message import Message +from email.parser import Parser +from typing import Generator, Iterable, Iterator, Literal + +from .vendored.packaging.requirements import Requirement + + +def _nonblank(str: str) -> bool | Literal[""]: + return str and not str.startswith("#") + + +@functools.singledispatch +def yield_lines(iterable: Iterable[str]) -> Iterator[str]: + 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: str) -> Iterator[str]: + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def split_sections( + s: str | Iterator[str], +) -> Generator[tuple[str | None, list[str]], None, None]: + """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: list[str] = [] + 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 safe_extra(extra: str) -> 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 safe_name(name: str) -> 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 requires_to_requires_dist(requirement: Requirement) -> str: + """Return the version specifier for a requirement in PEP 345/566 fashion.""" + if requirement.url: + return " @ " + requirement.url + + requires_dist: list[str] = [] + for spec in requirement.specifier: + requires_dist.append(spec.operator + spec.version) + + if requires_dist: + return " " + ",".join(sorted(requires_dist)) + else: + return "" + + +def convert_requirements(requirements: list[str]) -> Iterator[str]: + """Yield Requires-Dist: strings for parsed requirements strings.""" + for req in requirements: + parsed_requirement = Requirement(req) + spec = requires_to_requires_dist(parsed_requirement) + extras = ",".join(sorted(safe_extra(e) for e in parsed_requirement.extras)) + if extras: + extras = f"[{extras}]" + + yield safe_name(parsed_requirement.name) + extras + spec + + +def generate_requirements( + extras_require: dict[str | None, list[str]], +) -> Iterator[tuple[str, str]]: + """ + Convert requirements from a setup()-style dictionary to + ('Requires-Dist', 'requirement') and ('Provides-Extra', 'extra') tuples. + + extras_require is a dictionary of {extra: [requirements]} as passed to setup(), + using the empty extra {'': [requirements]} to hold install_requires. + """ + for extra, depends in extras_require.items(): + condition = "" + extra = extra or "" + if ":" in extra: # setuptools extra:condition syntax + extra, condition = extra.split(":", 1) + + extra = safe_extra(extra) + if extra: + yield "Provides-Extra", extra + if condition: + condition = "(" + condition + ") and " + condition += f"extra == '{extra}'" + + if condition: + condition = " ; " + condition + + for new_req in convert_requirements(depends): + canonical_req = str(Requirement(new_req + condition)) + yield "Requires-Dist", canonical_req + + +def pkginfo_to_metadata(egg_info_path: str, pkginfo_path: str) -> Message: + """ + Convert .egg-info directory with PKG-INFO to the Metadata 2.1 format + """ + with open(pkginfo_path, encoding="utf-8") as headers: + pkg_info = Parser().parse(headers) + + pkg_info.replace_header("Metadata-Version", "2.1") + # Those will be regenerated from `requires.txt`. + del pkg_info["Provides-Extra"] + del pkg_info["Requires-Dist"] + requires_path = os.path.join(egg_info_path, "requires.txt") + if os.path.exists(requires_path): + with open(requires_path, encoding="utf-8") as requires_file: + requires = requires_file.read() + + parsed_requirements = sorted(split_sections(requires), key=lambda x: x[0] or "") + for extra, reqs in parsed_requirements: + for key, value in generate_requirements({extra: reqs}): + if (key, value) not in pkg_info.items(): + pkg_info[key] = value + + description = pkg_info["Description"] + if description: + description_lines = pkg_info["Description"].splitlines() + dedented_description = "\n".join( + # if the first line of long_description is blank, + # the first line here will be indented. + ( + description_lines[0].lstrip(), + textwrap.dedent("\n".join(description_lines[1:])), + "\n", + ) + ) + pkg_info.set_payload(dedented_description) + del pkg_info["Description"] + + return pkg_info diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py new file mode 100644 index 0000000..c928aa4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py @@ -0,0 +1,17 @@ +from __future__ import annotations + +import base64 +import logging + +log = logging.getLogger("wheel") + + +def urlsafe_b64encode(data: bytes) -> bytes: + """urlsafe_b64encode without padding""" + return base64.urlsafe_b64encode(data).rstrip(b"=") + + +def urlsafe_b64decode(data: bytes) -> bytes: + """urlsafe_b64decode without padding""" + pad = b"=" * (4 - (len(data) & 3)) + return base64.urlsafe_b64decode(data + pad) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cc7db0ec602222ee13bfcc9df8a1a863a07a810 GIT binary patch literal 206 zcmZ9F(FwvZ5QY=0AVLT6p*^(VlQ@DagtR@|VA6ynRXTzbID@meg-#%S>yrt-`NQ3P z-*IryG+mL9-R;%H`Ht;B<2-EcWFTvLd=NVeHpZJtL8}$Qsj=K;6$dF5lf2A4Iv*u4 zNKt|re5<=6-)zANkD1}snK$Ubq3?~?S~_4C>}qY{+9FE$3D&@v=!9o1H^a2tD_!>z S4|Wm0(@-wLC!v(uB+wT?PB{bs literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE new file mode 100644 index 0000000..6f62d44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE @@ -0,0 +1,3 @@ +This software is made available under the terms of *either* of the licenses +found in LICENSE.APACHE or LICENSE.BSD. Contributions to this software is made +under the terms of *both* these licenses. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE new file mode 100644 index 0000000..f433b1a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE @@ -0,0 +1,177 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. + + END OF TERMS AND CONDITIONS diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD new file mode 100644 index 0000000..42ce7b7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD @@ -0,0 +1,23 @@ +Copyright (c) Donald Stufft and individual contributors. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE +FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER +CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, +OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c783afb0355f5a71cc96d8855266de544f71a6f0 GIT binary patch literal 216 zcmZ9GK?=e!5JeNKAVLq~q8(IlB_6>mgtQ&oV48#^we$#{z%zIjZ=olU?z%F;ogZfY z`@>(%Gfh_{Xn%Xv(cf|XYn+G6oeX46PY+^eA&s#!_0Z@R;apqpvXX<8Et9;+JUSmk zV348!Gx$cUUB20Z6CN|e%L}j3fkWRJueEf*uBa+)p>Gf+`~p_+s|r;EV?qhfSZ;=C Xd1!UjNj%y`_=ARV5k3i})Fy$x*laxF literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7cbb478a8ac7e1287d6aa57160577f8bf2830d71 GIT binary patch literal 5049 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 UrxKs|Ww1L>^HL3x8o56I0}kAQh5!Hn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1366e4c50a0542914e21fd5f8d5062337d403db GIT binary patch literal 14087 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 c685TN{V3iGVr@~ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..703d8dde1e36b3fdff591973d68d0e7a56c793a9 GIT binary patch literal 3264 zcmc&#&2Jk;6rWwM9VfBlKpf&UY3nLf)IhRHi;9q{o>2KX_|l$oS#7-IkFr_2vzsDY zIpmN72#}CKN{-=#qWmdbf^tDCPVf%|8L3iFyx)v%c^z*Exvr+CG2KszIbb^bggI=VIogS?{%n$tvy-0LrY0?PvPcXpbh6L~ z7Kye|N>+OI@-y(UPvQaXwy8O6Q+G6;sOpZsZ)_UGCy7rGpK=U7L2|lkI7yNxhvXE= zQ$z9u$ zpP;vk@DEs9E9vDh-CuUhjuU2f+b+;|o-dYW~A3z}9 zbQ@b{s~yyv-h;J``=;Lr_-f0pd|}tPZ~7EMD`+-d-?UzG&uI$t%R1+-sRZtr%CzCt zOv?|%PK83|{#vUYrY%eGmaweOd_O)MYpt)Ipa^}cJlkWxemyi0fJl?A%7;M9Au#+M6PQxNsQU(yJ@$KU?#GW0 z^FMrkmb-nLzAZ9XpKJzoE-JlNB#n9^WjWT%PXtbQtcywdh&&M=ONvDmMar_=fMS>% zNe+}*vg`I!lb2pEcPHM05BL)cL@qeu;~bH47AqD(aI%OGG?+Zn8ZpD^-_>^6^U=eT zO@H#9GBHCU6=AC3H#|SEy$TN}Evw?%zE9O37a@N!CPFCZXsa#=im`Zj_bC7Kt)Fh4 z<lcG2yXbgO9iGMKr8cerP$Hd!0?b{(k657c3??kg<26cqe%KF?{Cc^l*%koQ1jC(Ddr7zNHMNs1W%J0kn+T-TB}4p+L2KIbVdSyX%x{QTjQbJEWr z1^7K5quNkb8_H?}R(Yk$D^)&5Rs6n+?Te>(KKvVBRXYS(p?C0Lg79?riTqzT44#}qiq&}cvN)&@i){M4Pc!9 zT@&IZzK9%cFxu3z(_({C@GiRyh@#2{V2%JE$kM5`zK1z9WoE zyd#>x)p$p!w}gvpLbhN4sL8n!0vS{y909Jb|K|RlH+eM2@bK20M`%TWBfJt zpB$kz;vG?vA4VKWxQ-0czXP)Xgk5M`fL>=gri~;Xe?%5OU=et{@KsKxv|O4M?_)n% zd{kGMAV6Lrvk&AI8zA>VVo_Hj>^SI^fB~{Xum3F(1-(lOZkGU&!_a#*1RVptSHtXr zg5JW>GLW~RMi}9hONP28WPWATa`d7%$?NnZbz?mik7yCfpWfrvJUku~} dmMMJmcrX1bwV)NCDv&CF?`*F0E1Q*0{{dcQj(Gq8 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1016429c98a56eb4448dd428284a1016103b9ec6 GIT binary patch literal 7960 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c27a091bc4a0c4eaba60cdadafb86407ed1e720c GIT binary patch literal 10537 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 mdnLGqugwYcQ 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 YOP*s~i~C*@=)U%yVHnRQL1^yw|8u&#BLDyZ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f5110d0c999ce3d255694eb1e9c256a0d27340f8 GIT binary patch literal 39572 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..373b56ca0863a338b32ca4292b0e37cb02fb176d GIT binary patch literal 7307 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d326ed63b0dde0e058c7dd68a4768a488e2a1fb8 GIT binary patch literal 20020 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 b*bW3cDd-CR5>dVev$d4j`OpPVM27wcNe;ni literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py new file mode 100644 index 0000000..6fb19b3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py @@ -0,0 +1,108 @@ +""" +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 +""" + +import enum +import os +import struct +from typing import IO, Optional, Tuple + + +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: + raise ELFInvalid("unable to parse identification") + magic = bytes(ident[:4]) + if magic != b"\x7fELF": + raise ELFInvalid(f"invalid magic: {magic!r}") + + self.capacity = ident[4] # Format for program header (bitness). + self.encoding = ident[5] # Data structure encoding (endianness). + + try: + # e_fmt: Format for program header. + # p_fmt: Format for section header. + # p_idx: Indexes to find p_type, p_offset, and p_filesz. + e_fmt, self._p_fmt, self._p_idx = { + (1, 1): ("HHIIIIIHHH", ">IIIIIIII", (0, 1, 4)), # 32-bit MSB. + (2, 1): ("HHIQQQIHHH", ">IIQQQQQQ", (0, 2, 5)), # 64-bit MSB. + }[(self.capacity, self.encoding)] + except KeyError: + raise ELFInvalid( + f"unrecognized capacity ({self.capacity}) or " + f"encoding ({self.encoding})" + ) + + try: + ( + _, + self.machine, # Architecture type. + _, + _, + self._e_phoff, # Offset of program header. + _, + self.flags, # Processor-specific flags. + _, + self._e_phentsize, # Size of section. + self._e_phnum, # Number of sections. + ) = self._read(e_fmt) + except struct.error as e: + raise ELFInvalid("unable to parse machine and section information") from e + + def _read(self, fmt: str) -> Tuple[int, ...]: + return struct.unpack(fmt, self._f.read(struct.calcsize(fmt))) + + @property + def interpreter(self) -> Optional[str]: + """ + 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py new file mode 100644 index 0000000..1f5f4ab --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py @@ -0,0 +1,260 @@ +import collections +import contextlib +import functools +import os +import re +import sys +import warnings +from typing import Dict, Generator, Iterator, NamedTuple, Optional, Sequence, Tuple + +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[Optional[ELFFile], 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() -> 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/fcf1d003bf4f0100c/Lib/platform.py#L175-L183 + try: + # Should be a string like "glibc 2.17". + version_string: Optional[str] = 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() -> 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 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() -> Optional[str]: + """Returns glibc version string, or None if not using glibc.""" + return _glibc_version_string_confstr() or _glibc_version_string_ctypes() + + +def _parse_glibc_version(version_str: str) -> Tuple[int, int]: + """Parse glibc version. + + We use a regexp instead of str.split because we want to discard any + random junk that might come after the minor version -- this might happen + in patched/forked versions of glibc (e.g. Linaro's version of glibc + uses version strings like "2.20-2014.11"). See gh-3588. + """ + m = re.match(r"(?P[0-9]+)\.(?P[0-9]+)", version_str) + if not m: + warnings.warn( + f"Expected glibc version with 2 components major.minor," + f" got: {version_str}", + RuntimeWarning, + ) + return -1, -1 + return int(m.group("major")), int(m.group("minor")) + + +@functools.lru_cache +def _get_glibc_version() -> Tuple[int, int]: + version_str = _glibc_version_string() + if version_str is None: + return (-1, -1) + return _parse_glibc_version(version_str) + + +# From PEP 513, PEP 600 +def _is_compatible(arch: str, version: _GLibCVersion) -> bool: + sys_glibc = _get_glibc_version() + if sys_glibc < version: + return False + # Check for presence of _manylinux module. + try: + import _manylinux + except ImportError: + return True + if hasattr(_manylinux, "manylinux_compatible"): + result = _manylinux.manylinux_compatible(version[0], version[1], arch) + if result is not None: + return bool(result) + return True + if version == _GLibCVersion(2, 5): + if hasattr(_manylinux, "manylinux1_compatible"): + return bool(_manylinux.manylinux1_compatible) + if version == _GLibCVersion(2, 12): + if hasattr(_manylinux, "manylinux2010_compatible"): + return bool(_manylinux.manylinux2010_compatible) + if version == _GLibCVersion(2, 17): + if hasattr(_manylinux, "manylinux2014_compatible"): + return bool(_manylinux.manylinux2014_compatible) + return True + + +_LEGACY_MANYLINUX_MAP = { + # CentOS 7 w/ glibc 2.17 (PEP 599) + (2, 17): "manylinux2014", + # CentOS 6 w/ glibc 2.12 (PEP 571) + (2, 12): "manylinux2010", + # CentOS 5 w/ glibc 2.5 (PEP 513) + (2, 5): "manylinux1", +} + + +def platform_tags(archs: Sequence[str]) -> Iterator[str]: + """Generate manylinux tags compatible to the current platform. + + :param archs: Sequence of compatible architectures. + The first one shall be the closest to the actual architecture and be the part of + platform tag after the ``linux_`` prefix, e.g. ``x86_64``. + The ``linux_`` prefix is assumed as a prerequisite for the current platform to + be manylinux-compatible. + + :returns: An iterator of compatible manylinux tags. + """ + if not _have_compatible_abi(sys.executable, archs): + return + # Oldest glibc to be supported regardless of architecture is (2, 17). + too_old_glibc2 = _GLibCVersion(2, 16) + if set(archs) & {"x86_64", "i686"}: + # On x86/i686 also oldest glibc to be supported is (2, 5). + too_old_glibc2 = _GLibCVersion(2, 4) + current_glibc = _GLibCVersion(*_get_glibc_version()) + glibc_max_list = [current_glibc] + # We can assume compatibility across glibc major versions. + # https://sourceware.org/bugzilla/show_bug.cgi?id=24636 + # + # Build a list of maximum glibc versions so that we can + # output the canonical list of all glibc from current_glibc + # down to too_old_glibc2, including all intermediary versions. + for glibc_major in range(current_glibc.major - 1, 1, -1): + glibc_minor = _LAST_GLIBC_MINOR[glibc_major] + glibc_max_list.append(_GLibCVersion(glibc_major, glibc_minor)) + for arch in archs: + for glibc_max in glibc_max_list: + if glibc_max.major == too_old_glibc2.major: + min_minor = too_old_glibc2.minor + else: + # For other glibc major versions oldest supported is (x, 0). + min_minor = -1 + for glibc_minor in range(glibc_max.minor, min_minor, -1): + glibc_version = _GLibCVersion(glibc_max.major, glibc_minor) + tag = "manylinux_{}_{}".format(*glibc_version) + if _is_compatible(arch, glibc_version): + yield f"{tag}_{arch}" + # Handle the legacy manylinux1, manylinux2010, manylinux2014 tags. + if glibc_version in _LEGACY_MANYLINUX_MAP: + legacy_tag = _LEGACY_MANYLINUX_MAP[glibc_version] + if _is_compatible(arch, glibc_version): + yield f"{legacy_tag}_{arch}" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py new file mode 100644 index 0000000..eb4251b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py @@ -0,0 +1,83 @@ +"""PEP 656 support. + +This module implements logic to detect if the currently running Python is +linked against musl, and what musl version is used. +""" + +import functools +import re +import subprocess +import sys +from typing import Iterator, NamedTuple, Optional, Sequence + +from ._elffile import ELFFile + + +class _MuslVersion(NamedTuple): + major: int + minor: int + + +def _parse_musl_version(output: str) -> Optional[_MuslVersion]: + 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) -> Optional[_MuslVersion]: + """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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py new file mode 100644 index 0000000..513686a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py @@ -0,0 +1,356 @@ +"""Handwritten parser of dependency specifiers. + +The docstring for each __parse_* function contains EBNF-inspired grammar representing +the implementation. +""" + +import ast +from typing import Any, List, NamedTuple, Optional, 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, List["MarkerAtom"]] +# MarkerList = List[Union["MarkerList", MarkerAtom, str]] +# mypy does not support recursive type definition +# https://github.com/python/mypy/issues/731 +MarkerAtom = Any +MarkerList = List[Any] + + +class ParsedRequirement(NamedTuple): + name: str + url: str + extras: List[str] + specifier: str + marker: Optional[MarkerList] + + +# -------------------------------------------------------------------------------------- +# 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, Optional[MarkerList]]: + """ + 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py new file mode 100644 index 0000000..90a6465 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py new file mode 100644 index 0000000..dd0d648 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py @@ -0,0 +1,192 @@ +import contextlib +import re +from dataclasses import dataclass +from typing import Dict, Iterator, NoReturn, Optional, Tuple, Union + +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, Union[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, Union[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: Optional[Token] = 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: Optional[int] = None, + span_end: Optional[int] = 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py new file mode 100644 index 0000000..c96d22a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py @@ -0,0 +1,253 @@ +# 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. + +import operator +import os +import platform +import sys +from typing import Any, Callable, Dict, List, Optional, Tuple, Union + +from ._parser import ( + MarkerAtom, + MarkerList, + Op, + Value, + Variable, +) +from ._parser import ( + parse_marker as _parse_marker, +) +from ._tokenizer import ParserSyntaxError +from .specifiers import InvalidSpecifier, Specifier +from .utils import canonicalize_name + +__all__ = [ + "InvalidMarker", + "UndefinedComparison", + "UndefinedEnvironmentName", + "Marker", + "default_environment", +] + +Operator = Callable[[str, str], bool] + + +class InvalidMarker(ValueError): + """ + An invalid marker was found, users should refer to PEP 508. + """ + + +class UndefinedComparison(ValueError): + """ + An invalid operation was attempted on a value that doesn't support it. + """ + + +class UndefinedEnvironmentName(ValueError): + """ + A name was attempted to be used that does not exist inside of the + environment. + """ + + +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: Union[List[str], MarkerAtom, str], first: Optional[bool] = 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: Optional[Operator] = _operators.get(op.serialize()) + if oper is None: + raise UndefinedComparison(f"Undefined {op!r} on {lhs!r} and {rhs!r}.") + + return oper(lhs, rhs) + + +def _normalize(*values: str, key: str) -> Tuple[str, ...]: + # PEP 685 – Comparison of extra names for optional distribution dependencies + # https://peps.python.org/pep-0685/ + # > When comparing extra names, tools MUST normalize the names being + # > compared using the semantics outlined in PEP 503 for names + if key == "extra": + return tuple(canonicalize_name(v) for v in values) + + # other environment markers don't have such standards + return values + + +def _evaluate_markers(markers: MarkerList, environment: Dict[str, str]) -> bool: + groups: List[List[bool]] = [[]] + + for marker in markers: + assert isinstance(marker, (list, tuple, str)) + + if isinstance(marker, list): + groups[-1].append(_evaluate_markers(marker, environment)) + elif isinstance(marker, tuple): + lhs, op, rhs = marker + + if isinstance(lhs, Variable): + environment_key = lhs.value + lhs_value = environment[environment_key] + rhs_value = rhs.value + else: + lhs_value = lhs.value + environment_key = rhs.value + rhs_value = environment[environment_key] + + lhs_value, rhs_value = _normalize(lhs_value, rhs_value, key=environment_key) + groups[-1].append(_eval_op(lhs_value, op, rhs_value)) + else: + assert marker in ["and", "or"] + if marker == "or": + groups.append([]) + + return any(all(item) for item in groups) + + +def format_full_version(info: "sys._version_info") -> str: + version = "{0.major}.{0.minor}.{0.micro}".format(info) + kind = info.releaselevel + if kind != "final": + version += kind[0] + str(info.serial) + return version + + +def default_environment() -> Dict[str, str]: + 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: Optional[Dict[str, str]] = 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 = 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, current_environment) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py new file mode 100644 index 0000000..bdc43a7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py @@ -0,0 +1,90 @@ +# 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 typing import Any, Iterator, Optional, Set + +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: Optional[str] = parsed.url or None + self.extras: Set[str] = set(parsed.extras or []) + self.specifier: SpecifierSet = SpecifierSet(parsed.specifier) + self.marker: Optional[Marker] = 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py new file mode 100644 index 0000000..6d4066a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py @@ -0,0 +1,1011 @@ +# 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 packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier + from packaging.version import Version +""" + +import abc +import itertools +import re +from typing import Callable, Iterable, Iterator, List, Optional, Tuple, 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) -> Optional[bool]: + """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: Optional[bool] = None) -> bool: + """ + Determines if the given item is contained within this specifier. + """ + + @abc.abstractmethod + def filter( + self, iterable: Iterable[UnparsedVersionVar], prereleases: Optional[bool] = 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: Optional[bool] = None) -> None: + """Initialize a Specifier instance. + + :param spec: + The string representation of a specifier which will be parsed and + normalized before use. + :param prereleases: + This tells the specifier if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + :raises InvalidSpecifier: + If the given specifier is invalid (i.e. bad syntax). + """ + match = self._regex.search(spec) + if not match: + raise InvalidSpecifier(f"Invalid specifier: '{spec}'") + + self._spec: Tuple[str, str] = ( + match.group("operator").strip(), + match.group("version").strip(), + ) + + # Store whether or not this Specifier should accept prereleases + self._prereleases = prereleases + + # https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515 + @property # type: ignore[override] + def prereleases(self) -> bool: + # If there is an explicit prereleases set for this, then we'll just + # blindly use that. + if self._prereleases is not None: + return self._prereleases + + # Look at all of our specifiers and determine if they are inclusive + # operators, and if they are if they are including an explicit + # prerelease. + operator, version = self._spec + if operator in ["==", ">=", "<=", "~=", "==="]: + # The == specifier can include a trailing .*, if it does we + # want to remove before parsing. + if operator == "==" and version.endswith(".*"): + version = version[:-2] + + # Parse the version, and if it is a pre-release than this + # specifier allows pre-releases. + if Version(version).is_prerelease: + return True + + return False + + @prereleases.setter + def prereleases(self, value: bool) -> None: + self._prereleases = value + + @property + def operator(self) -> str: + """The operator of this specifier. + + >>> Specifier("==1.2.3").operator + '==' + """ + return self._spec[0] + + @property + def version(self) -> str: + """The version of this specifier. + + >>> Specifier("==1.2.3").version + '1.2.3' + """ + return self._spec[1] + + def __repr__(self) -> str: + """A representation of the Specifier that shows all internal state. + + >>> Specifier('>=1.0.0') + =1.0.0')> + >>> Specifier('>=1.0.0', prereleases=False) + =1.0.0', prereleases=False)> + >>> Specifier('>=1.0.0', prereleases=True) + =1.0.0', prereleases=True)> + """ + pre = ( + f", prereleases={self.prereleases!r}" + if self._prereleases is not None + else "" + ) + + return f"<{self.__class__.__name__}({str(self)!r}{pre})>" + + def __str__(self) -> str: + """A string representation of the Specifier that can be round-tripped. + + >>> str(Specifier('>=1.0.0')) + '>=1.0.0' + >>> str(Specifier('>=1.0.0', prereleases=False)) + '>=1.0.0' + """ + return "{}{}".format(*self._spec) + + @property + def _canonical_spec(self) -> Tuple[str, str]: + canonical_version = canonicalize_version( + self._spec[1], + strip_trailing_zero=(self._spec[0] != "~="), + ) + return self._spec[0], canonical_version + + def __hash__(self) -> int: + return hash(self._canonical_spec) + + def __eq__(self, other: object) -> bool: + """Whether or not the two Specifier-like objects are equal. + + :param other: The other object to check against. + + The value of :attr:`prereleases` is ignored. + + >>> Specifier("==1.2.3") == Specifier("== 1.2.3.0") + True + >>> (Specifier("==1.2.3", prereleases=False) == + ... Specifier("==1.2.3", prereleases=True)) + True + >>> Specifier("==1.2.3") == "==1.2.3" + True + >>> Specifier("==1.2.3") == Specifier("==1.2.4") + False + >>> Specifier("==1.2.3") == Specifier("~=1.2.3") + False + """ + if isinstance(other, str): + try: + other = self.__class__(str(other)) + except InvalidSpecifier: + return NotImplemented + elif not isinstance(other, self.__class__): + return NotImplemented + + return self._canonical_spec == other._canonical_spec + + def _get_operator(self, op: str) -> CallableOperator: + operator_callable: CallableOperator = getattr( + self, f"_compare_{self._operators[op]}" + ) + return operator_callable + + def _compare_compatible(self, prospective: Version, spec: str) -> bool: + # Compatible releases have an equivalent combination of >= and ==. That + # is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to + # implement this in terms of the other specifiers instead of + # implementing it ourselves. The only thing we need to do is construct + # the other specifiers. + + # We want everything but the last item in the version, but we want to + # ignore suffix segments. + prefix = _version_join( + list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1] + ) + + # Add the prefix notation to the end of our string + prefix += ".*" + + return self._get_operator(">=")(prospective, spec) and self._get_operator("==")( + prospective, prefix + ) + + def _compare_equal(self, prospective: Version, spec: str) -> bool: + # We need special logic to handle prefix matching + if spec.endswith(".*"): + # In the case of prefix matching we want to ignore local segment. + normalized_prospective = canonicalize_version( + prospective.public, strip_trailing_zero=False + ) + # Get the normalized version string ignoring the trailing .* + normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False) + # Split the spec out by bangs and dots, and pretend that there is + # an implicit dot in between a release segment and a pre-release segment. + split_spec = _version_split(normalized_spec) + + # Split the prospective version out by bangs and dots, and pretend + # that there is an implicit dot in between a release segment and + # a pre-release segment. + split_prospective = _version_split(normalized_prospective) + + # 0-pad the prospective version before shortening it to get the correct + # shortened version. + padded_prospective, _ = _pad_version(split_prospective, split_spec) + + # Shorten the prospective version to be the same length as the spec + # so that we can determine if the specifier is a prefix of the + # prospective version or not. + shortened_prospective = padded_prospective[: len(split_spec)] + + return shortened_prospective == split_spec + else: + # Convert our spec string into a Version + spec_version = Version(spec) + + # If the specifier does not have a local segment, then we want to + # act as if the prospective version also does not have a local + # segment. + if not spec_version.local: + prospective = Version(prospective.public) + + return prospective == spec_version + + def _compare_not_equal(self, prospective: Version, spec: str) -> bool: + return not self._compare_equal(prospective, spec) + + def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool: + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) <= Version(spec) + + def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool: + # NB: Local version identifiers are NOT permitted in the version + # specifier, so local version labels can be universally removed from + # the prospective version. + return Version(prospective.public) >= Version(spec) + + def _compare_less_than(self, prospective: Version, spec_str: str) -> bool: + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is less than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective < spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a pre-release version, that we do not accept pre-release + # versions for the version mentioned in the specifier (e.g. <3.1 should + # not match 3.1.dev0, but should match 3.0.dev0). + if not spec.is_prerelease and prospective.is_prerelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # less than the spec version *and* it's not a pre-release of the same + # version in the spec. + return True + + def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool: + # Convert our spec to a Version instance, since we'll want to work with + # it as a version. + spec = Version(spec_str) + + # Check to see if the prospective version is greater than the spec + # version. If it's not we can short circuit and just return False now + # instead of doing extra unneeded work. + if not prospective > spec: + return False + + # This special case is here so that, unless the specifier itself + # includes is a post-release version, that we do not accept + # post-release versions for the version mentioned in the specifier + # (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0). + if not spec.is_postrelease and prospective.is_postrelease: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # Ensure that we do not allow a local version of the version mentioned + # in the specifier, which is technically greater than, to match. + if prospective.local is not None: + if Version(prospective.base_version) == Version(spec.base_version): + return False + + # If we've gotten to here, it means that prospective version is both + # greater than the spec version *and* it's not a pre-release of the + # same version in the spec. + return True + + def _compare_arbitrary(self, prospective: Version, spec: str) -> bool: + return str(prospective).lower() == str(spec).lower() + + def __contains__(self, item: Union[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: Optional[bool] = 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: Optional[bool] = None + ) -> Iterator[UnparsedVersionVar]: + """Filter items in the given iterable, that match the specifier. + + :param iterable: + An iterable that can contain version strings and :class:`Version` instances. + The items in the iterable will be filtered according to the specifier. + :param prereleases: + Whether or not to allow prereleases in the returned iterator. If set to + ``None`` (the default), it will be intelligently decide whether to allow + prereleases or not (based on the :attr:`prereleases` attribute, and + whether the only versions matching are prereleases). + + This method is smarter than just ``filter(Specifier().contains, [...])`` + because it implements the rule from :pep:`440` that a prerelease item + SHOULD be accepted if no other versions match the given specifier. + + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"])) + ['1.3'] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")])) + ['1.2.3', '1.3', ] + >>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"])) + ['1.5a1'] + >>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True)) + ['1.3', '1.5a1'] + >>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"])) + ['1.3', '1.5a1'] + """ + + yielded = False + found_prereleases = [] + + kw = {"prereleases": prereleases if prereleases is not None else True} + + # Attempt to iterate over all the values in the iterable and if any of + # them match, yield them. + for version in iterable: + parsed_version = _coerce_version(version) + + if self.contains(parsed_version, **kw): + # If our version is a prerelease, and we were not set to allow + # prereleases, then we'll store it for later in case nothing + # else matches this specifier. + if parsed_version.is_prerelease and not ( + prereleases or self.prereleases + ): + found_prereleases.append(version) + # Either this is not a prerelease, or we should have been + # accepting prereleases from the beginning. + else: + yielded = True + yield version + + # Now that we've iterated over everything, determine if we've yielded + # any values, and if we have not and we have any prereleases stored up + # then we will go ahead and yield the prereleases. + if not yielded and found_prereleases: + for version in found_prereleases: + yield version + + +_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$") + + +def _version_split(version: str) -> List[str]: + """Split version into components. + + The split components are intended for version comparison. The logic does + not attempt to retain the original version string, so joining the + components back with :func:`_version_join` may not produce the original + version string. + """ + result: List[str] = [] + + epoch, _, rest = version.rpartition("!") + result.append(epoch or "0") + + for item in rest.split("."): + match = _prefix_regex.search(item) + if match: + result.extend(match.groups()) + else: + result.append(item) + return result + + +def _version_join(components: List[str]) -> str: + """Join split version components into a version string. + + This function assumes the input came from :func:`_version_split`, where the + first component must be the epoch (either empty or numeric), and all other + components numeric. + """ + epoch, *rest = components + return f"{epoch}!{'.'.join(rest)}" + + +def _is_not_suffix(segment: str) -> bool: + return not any( + segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post") + ) + + +def _pad_version(left: List[str], right: List[str]) -> Tuple[List[str], List[str]]: + left_split, right_split = [], [] + + # Get the release segment of our versions + left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left))) + right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right))) + + # Get the rest of our versions + left_split.append(left[len(left_split[0]) :]) + right_split.append(right[len(right_split[0]) :]) + + # Insert our padding + left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0]))) + right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0]))) + + return ( + list(itertools.chain.from_iterable(left_split)), + list(itertools.chain.from_iterable(right_split)), + ) + + +class SpecifierSet(BaseSpecifier): + """This class abstracts handling of a set of version specifiers. + + It can be passed a single specifier (``>=3.0``), a comma-separated list of + specifiers (``>=3.0,!=3.1``), or no specifier at all. + """ + + def __init__( + self, specifiers: str = "", prereleases: Optional[bool] = None + ) -> None: + """Initialize a SpecifierSet instance. + + :param specifiers: + The string representation of a specifier or a comma-separated list of + specifiers which will be parsed and normalized before use. + :param prereleases: + This tells the SpecifierSet if it should accept prerelease versions if + applicable or not. The default of ``None`` will autodetect it from the + given specifiers. + + :raises InvalidSpecifier: + If the given ``specifiers`` are not parseable than this exception will be + raised. + """ + + # Split on `,` to break each individual specifier into it's own item, and + # strip each item to remove leading/trailing whitespace. + split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()] + + # Make each individual specifier a Specifier and save in a frozen set for later. + self._specs = frozenset(map(Specifier, split_specifiers)) + + # Store our prereleases value so we can use it later to determine if + # we accept prereleases or not. + self._prereleases = prereleases + + @property + def prereleases(self) -> Optional[bool]: + # 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: Union["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: Optional[bool] = None, + installed: Optional[bool] = 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: Optional[bool] = 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py new file mode 100644 index 0000000..89f1926 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py @@ -0,0 +1,571 @@ +# 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. + +import logging +import platform +import re +import struct +import subprocess +import sys +import sysconfig +from importlib.machinery import EXTENSION_SUFFIXES +from typing import ( + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Optional, + Sequence, + Tuple, + Union, + cast, +) + +from . import _manylinux, _musllinux + +logger = logging.getLogger(__name__) + +PythonVersion = Sequence[int] +MacVersion = Tuple[int, int] + +INTERPRETER_SHORT_NAMES: Dict[str, str] = { + "python": "py", # Generic. + "cpython": "cp", + "pypy": "pp", + "ironpython": "ip", + "jython": "jy", +} + + +_32_BIT_INTERPRETER = struct.calcsize("P") == 4 + + +class Tag: + """ + A representation of the tag triple for a wheel. + + Instances are considered immutable and thus are hashable. Equality checking + is also supported. + """ + + __slots__ = ["_interpreter", "_abi", "_platform", "_hash"] + + def __init__(self, interpreter: str, abi: str, platform: str) -> None: + self._interpreter = interpreter.lower() + self._abi = abi.lower() + self._platform = platform.lower() + # The __hash__ of every single element in a Set[Tag] will be evaluated each time + # that a set calls its `.disjoint()` method, which may be called hundreds of + # times when scanning a page of links for packages with tags matching that + # Set[Tag]. Pre-computing the value here produces significant speedups for + # downstream consumers. + self._hash = hash((self._interpreter, self._abi, self._platform)) + + @property + def interpreter(self) -> str: + return self._interpreter + + @property + def abi(self) -> str: + return self._abi + + @property + def platform(self) -> str: + return self._platform + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Tag): + return NotImplemented + + return ( + (self._hash == other._hash) # Short-circuit ASAP for perf reasons. + and (self._platform == other._platform) + and (self._abi == other._abi) + and (self._interpreter == other._interpreter) + ) + + def __hash__(self) -> int: + return self._hash + + def __str__(self) -> str: + return f"{self._interpreter}-{self._abi}-{self._platform}" + + def __repr__(self) -> str: + return f"<{self} @ {id(self)}>" + + +def parse_tag(tag: str) -> FrozenSet[Tag]: + """ + Parses the provided tag (e.g. `py3-none-any`) into a frozenset of Tag instances. + + Returning a set is required due to the possibility that the tag is a + compressed tag set. + """ + tags = set() + interpreters, abis, platforms = tag.split("-") + for interpreter in interpreters.split("."): + for abi in abis.split("."): + for platform_ in platforms.split("."): + tags.add(Tag(interpreter, abi, platform_)) + return frozenset(tags) + + +def _get_config_var(name: str, warn: bool = False) -> Union[int, str, None]: + value: Union[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: Optional[PythonVersion] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = None, + *, + warn: bool = False, +) -> Iterator[Tag]: + """ + Yields the tags for a CPython interpreter. + + The tags consist of: + - cp-- + - cp-abi3- + - cp-none- + - cp-abi3- # Older Python versions down to 3.2. + + If python_version only specifies a major version then user-provided ABIs and + the 'none' ABItag will be used. + + If 'abi3' or 'none' are specified in 'abis' then they will be yielded at + their normal position and not at the beginning. + """ + if not python_version: + python_version = sys.version_info[:2] + + interpreter = f"cp{_version_nodot(python_version[:2])}" + + if abis is None: + if len(python_version) > 1: + abis = _cpython_abis(python_version, warn) + else: + abis = [] + abis = list(abis) + # 'abi3' and 'none' are explicitly handled later. + for explicit_abi in ("abi3", "none"): + try: + abis.remove(explicit_abi) + except ValueError: + pass + + platforms = list(platforms or platform_tags()) + for abi in abis: + for platform_ in platforms: + yield Tag(interpreter, abi, platform_) + + threading = _is_threaded_cpython(abis) + use_abi3 = _abi3_applies(python_version, threading) + if use_abi3: + yield from (Tag(interpreter, "abi3", platform_) for platform_ in platforms) + yield from (Tag(interpreter, "none", platform_) for platform_ in platforms) + + if use_abi3: + for minor_version in range(python_version[1] - 1, 1, -1): + for platform_ in platforms: + interpreter = "cp{version}".format( + version=_version_nodot((python_version[0], minor_version)) + ) + yield Tag(interpreter, "abi3", platform_) + + +def _generic_abi() -> List[str]: + """ + Return the ABI tag based on EXT_SUFFIX. + """ + # The following are examples of `EXT_SUFFIX`. + # We want to keep the parts which are related to the ABI and remove the + # parts which are related to the platform: + # - linux: '.cpython-310-x86_64-linux-gnu.so' => cp310 + # - mac: '.cpython-310-darwin.so' => cp310 + # - win: '.cp310-win_amd64.pyd' => cp310 + # - win: '.pyd' => cp37 (uses _cpython_abis()) + # - pypy: '.pypy38-pp73-x86_64-linux-gnu.so' => pypy38_pp73 + # - graalpy: '.graalpy-38-native-x86_64-darwin.dylib' + # => graalpy_38_native + + ext_suffix = _get_config_var("EXT_SUFFIX", warn=True) + if not isinstance(ext_suffix, str) or ext_suffix[0] != ".": + raise SystemError("invalid sysconfig.get_config_var('EXT_SUFFIX')") + parts = ext_suffix.split(".") + if len(parts) < 3: + # CPython3.7 and earlier uses ".pyd" on Windows. + return _cpython_abis(sys.version_info[:2]) + soabi = parts[1] + if soabi.startswith("cpython"): + # non-windows + abi = "cp" + soabi.split("-")[1] + elif soabi.startswith("cp"): + # windows + abi = soabi.split("-")[0] + elif soabi.startswith("pypy"): + abi = "-".join(soabi.split("-")[:2]) + elif soabi.startswith("graalpy"): + abi = "-".join(soabi.split("-")[:3]) + elif soabi: + # pyston, ironpython, others? + abi = soabi + else: + return [] + return [_normalize_string(abi)] + + +def generic_tags( + interpreter: Optional[str] = None, + abis: Optional[Iterable[str]] = None, + platforms: Optional[Iterable[str]] = 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: Optional[PythonVersion] = None, + interpreter: Optional[str] = None, + platforms: Optional[Iterable[str]] = None, +) -> Iterator[Tag]: + """ + Yields the sequence of tags that are compatible with a specific version of Python. + + The tags consist of: + - py*-none- + - -none-any # ... if `interpreter` is provided. + - py*-none-any + """ + if not python_version: + python_version = sys.version_info[:2] + platforms = list(platforms or platform_tags()) + for version in _py_interpreter_range(python_version): + for platform_ in platforms: + yield Tag(version, "none", platform_) + if interpreter: + yield Tag(interpreter, "none", "any") + for version in _py_interpreter_range(python_version): + yield Tag(version, "none", "any") + + +def _mac_arch(arch: str, is_32bit: bool = _32_BIT_INTERPRETER) -> str: + if not is_32bit: + return arch + + if arch.startswith("ppc"): + return "ppc" + + return "i386" + + +def _mac_binary_formats(version: MacVersion, cpu_arch: str) -> List[str]: + formats = [cpu_arch] + if cpu_arch == "x86_64": + if version < (10, 4): + return [] + formats.extend(["intel", "fat64", "fat32"]) + + elif cpu_arch == "i386": + if version < (10, 4): + return [] + formats.extend(["intel", "fat32", "fat"]) + + elif cpu_arch == "ppc64": + # TODO: Need to care about 32-bit PPC for ppc64 through 10.2? + if version > (10, 5) or version < (10, 4): + return [] + formats.append("fat64") + + elif cpu_arch == "ppc": + if version > (10, 6): + return [] + formats.extend(["fat32", "fat"]) + + if cpu_arch in {"arm64", "x86_64"}: + formats.append("universal2") + + if cpu_arch in {"x86_64", "i386", "ppc64", "ppc", "intel"}: + formats.append("universal") + + return formats + + +def mac_platforms( + version: Optional[MacVersion] = None, arch: Optional[str] = None +) -> Iterator[str]: + """ + Yields the platform tags for a macOS system. + + The `version` parameter is a two-item tuple specifying the macOS version to + generate platform tags for. The `arch` parameter is the CPU architecture to + generate platform tags for. Both parameters default to the appropriate value + for the current system. + """ + version_str, _, cpu_arch = platform.mac_ver() + if version is None: + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + if version == (10, 16): + # When built against an older macOS SDK, Python will report macOS 10.16 + # instead of the real version. + version_str = subprocess.run( + [ + sys.executable, + "-sS", + "-c", + "import platform; print(platform.mac_ver()[0])", + ], + check=True, + env={"SYSTEM_VERSION_COMPAT": "0"}, + stdout=subprocess.PIPE, + text=True, + ).stdout + version = cast("MacVersion", tuple(map(int, version_str.split(".")[:2]))) + else: + version = version + if arch is None: + arch = _mac_arch(cpu_arch) + else: + arch = arch + + if (10, 0) <= version and version < (11, 0): + # Prior to Mac OS 11, each yearly release of Mac OS bumped the + # "minor" version number. The major version was always 10. + for minor_version in range(version[1], -1, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=10, minor=minor_version, binary_format=binary_format + ) + + if version >= (11, 0): + # Starting with Mac OS 11, each yearly release bumps the major version + # number. The minor versions are now the midyear updates. + for major_version in range(version[0], 10, -1): + compat_version = major_version, 0 + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=major_version, minor=0, binary_format=binary_format + ) + + if version >= (11, 0): + # Mac OS 11 on x86_64 is compatible with binaries from previous releases. + # Arm64 support was introduced in 11.0, so no Arm binaries from previous + # releases exist. + # + # However, the "universal2" binary format can have a + # macOS version earlier than 11.0 when the x86_64 part of the binary supports + # that version of macOS. + if arch == "x86_64": + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_formats = _mac_binary_formats(compat_version, arch) + for binary_format in binary_formats: + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + else: + for minor_version in range(16, 3, -1): + compat_version = 10, minor_version + binary_format = "universal2" + yield "macosx_{major}_{minor}_{binary_format}".format( + major=compat_version[0], + minor=compat_version[1], + binary_format=binary_format, + ) + + +def _linux_platforms(is_32bit: bool = _32_BIT_INTERPRETER) -> Iterator[str]: + linux = _normalize_string(sysconfig.get_platform()) + if not linux.startswith("linux_"): + # we should never be here, just yield the sysconfig one and return + yield linux + return + if is_32bit: + if linux == "linux_x86_64": + linux = "linux_i686" + elif linux == "linux_aarch64": + linux = "linux_armv8l" + _, arch = linux.split("_", 1) + archs = {"armv8l": ["armv8l", "armv7l"]}.get(arch, [arch]) + yield from _manylinux.platform_tags(archs) + yield from _musllinux.platform_tags(archs) + for arch in archs: + yield f"linux_{arch}" + + +def _generic_platforms() -> Iterator[str]: + yield _normalize_string(sysconfig.get_platform()) + + +def platform_tags() -> Iterator[str]: + """ + Provides the platform tags for this installation. + """ + if platform.system() == "Darwin": + return mac_platforms() + elif platform.system() == "Linux": + return _linux_platforms() + else: + return _generic_platforms() + + +def interpreter_name() -> str: + """ + Returns the name of the running interpreter. + + Some implementations have a reserved, two-letter abbreviation which will + be returned when appropriate. + """ + name = sys.implementation.name + return INTERPRETER_SHORT_NAMES.get(name) or name + + +def interpreter_version(*, warn: bool = False) -> str: + """ + Returns the version of the running interpreter. + """ + version = _get_config_var("py_version_nodot", warn=warn) + if version: + version = str(version) + else: + version = _version_nodot(sys.version_info[:2]) + return version + + +def _version_nodot(version: PythonVersion) -> str: + return "".join(map(str, version)) + + +def sys_tags(*, warn: bool = False) -> Iterator[Tag]: + """ + Returns the sequence of tag triples for the running interpreter. + + The order of the sequence corresponds to priority order for the + interpreter, from most to least important. + """ + + interp_name = interpreter_name() + if interp_name == "cp": + yield from cpython_tags(warn=warn) + else: + yield from generic_tags() + + if interp_name == "pp": + interp = "pp3" + elif interp_name == "cp": + interp = "cp" + interpreter_version(warn=warn) + else: + interp = None + yield from compatible_tags(interpreter=interp) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py new file mode 100644 index 0000000..c2c2f75 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py @@ -0,0 +1,172 @@ +# 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. + +import re +from typing import FrozenSet, NewType, Tuple, Union, cast + +from .tags import Tag, parse_tag +from .version import InvalidVersion, Version + +BuildTag = Union[Tuple[()], Tuple[int, str]] +NormalizedName = NewType("NormalizedName", str) + + +class InvalidName(ValueError): + """ + An invalid distribution name; users should refer to the packaging user guide. + """ + + +class InvalidWheelFilename(ValueError): + """ + An invalid wheel filename was found, users should refer to PEP 427. + """ + + +class InvalidSdistFilename(ValueError): + """ + An invalid sdist filename was found, users should refer to the packaging user guide. + """ + + +# Core metadata spec for `Name` +_validate_regex = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE +) +_canonicalize_regex = re.compile(r"[-_.]+") +_normalized_regex = re.compile(r"^([a-z0-9]|[a-z0-9]([a-z0-9-](?!--))*[a-z0-9])$") +# PEP 427: The build number must start with a digit. +_build_tag_regex = re.compile(r"(\d+)(.*)") + + +def canonicalize_name(name: str, *, validate: bool = False) -> NormalizedName: + if validate and not _validate_regex.match(name): + raise InvalidName(f"name is invalid: {name!r}") + # This is taken from PEP 503. + value = _canonicalize_regex.sub("-", name).lower() + return cast(NormalizedName, value) + + +def is_normalized_name(name: str) -> bool: + return _normalized_regex.match(name) is not None + + +def canonicalize_version( + version: Union[Version, str], *, strip_trailing_zero: bool = True +) -> str: + """ + This is very similar to Version.__str__, but has one subtle difference + with the way it handles the release segment. + """ + if isinstance(version, str): + try: + parsed = Version(version) + except InvalidVersion: + # Legacy versions cannot be normalized + return version + else: + parsed = version + + parts = [] + + # Epoch + if parsed.epoch != 0: + parts.append(f"{parsed.epoch}!") + + # Release segment + release_segment = ".".join(str(x) for x in parsed.release) + if strip_trailing_zero: + # NB: This strips trailing '.0's to normalize + release_segment = re.sub(r"(\.0)+$", "", release_segment) + parts.append(release_segment) + + # Pre-release + if parsed.pre is not None: + parts.append("".join(str(x) for x in parsed.pre)) + + # Post-release + if parsed.post is not None: + parts.append(f".post{parsed.post}") + + # Development release + if parsed.dev is not None: + parts.append(f".dev{parsed.dev}") + + # Local version segment + if parsed.local is not None: + parts.append(f"+{parsed.local}") + + return "".join(parts) + + +def parse_wheel_filename( + filename: str, +) -> Tuple[NormalizedName, Version, BuildTag, FrozenSet[Tag]]: + if not filename.endswith(".whl"): + raise InvalidWheelFilename( + f"Invalid wheel filename (extension must be '.whl'): {filename}" + ) + + filename = filename[:-4] + dashes = filename.count("-") + if dashes not in (4, 5): + raise InvalidWheelFilename( + f"Invalid wheel filename (wrong number of parts): {filename}" + ) + + parts = filename.split("-", dashes - 2) + name_part = parts[0] + # See PEP 427 for the rules on escaping the project name. + if "__" in name_part or re.match(r"^[\w\d._]*$", name_part, re.UNICODE) is None: + raise InvalidWheelFilename(f"Invalid project name: {filename}") + name = canonicalize_name(name_part) + + try: + version = Version(parts[1]) + except InvalidVersion as e: + raise InvalidWheelFilename( + f"Invalid wheel filename (invalid version): {filename}" + ) from e + + if dashes == 5: + build_part = parts[2] + build_match = _build_tag_regex.match(build_part) + if build_match is None: + raise InvalidWheelFilename( + f"Invalid build number: {build_part} in '{filename}'" + ) + build = cast(BuildTag, (int(build_match.group(1)), build_match.group(2))) + else: + build = () + tags = parse_tag(parts[-1]) + return (name, version, build, tags) + + +def parse_sdist_filename(filename: str) -> Tuple[NormalizedName, Version]: + if filename.endswith(".tar.gz"): + file_stem = filename[: -len(".tar.gz")] + elif filename.endswith(".zip"): + file_stem = filename[: -len(".zip")] + else: + raise InvalidSdistFilename( + f"Invalid sdist filename (extension must be '.tar.gz' or '.zip'):" + f" {filename}" + ) + + # We are requiring a PEP 440 version, which cannot contain dashes, + # so we split on the last dash. + name_part, sep, version_part = file_stem.rpartition("-") + if not sep: + raise InvalidSdistFilename(f"Invalid sdist filename: {filename}") + + name = canonicalize_name(name_part) + + try: + version = Version(version_part) + except InvalidVersion as e: + raise InvalidSdistFilename( + f"Invalid sdist filename (invalid version): {filename}" + ) from e + + return (name, version) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py new file mode 100644 index 0000000..cda8e99 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py @@ -0,0 +1,561 @@ +# 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 packaging.version import parse, Version +""" + +import itertools +import re +from typing import Any, Callable, NamedTuple, Optional, SupportsInt, Tuple, Union + +from ._structures import Infinity, InfinityType, NegativeInfinity, NegativeInfinityType + +__all__ = ["VERSION_PATTERN", "parse", "Version", "InvalidVersion"] + +LocalType = Tuple[Union[int, str], ...] + +CmpPrePostDevType = Union[InfinityType, NegativeInfinityType, Tuple[str, int]] +CmpLocalType = Union[ + NegativeInfinityType, + Tuple[Union[Tuple[int, str], Tuple[NegativeInfinityType, Union[int, str]]], ...], +] +CmpKey = Tuple[ + int, + Tuple[int, ...], + CmpPrePostDevType, + CmpPrePostDevType, + CmpPrePostDevType, + CmpLocalType, +] +VersionComparisonMethod = Callable[[CmpKey, CmpKey], bool] + + +class _Version(NamedTuple): + epoch: int + release: Tuple[int, ...] + dev: Optional[Tuple[str, int]] + pre: Optional[Tuple[str, int]] + post: Optional[Tuple[str, int]] + local: Optional[LocalType] + + +def parse(version: str) -> "Version": + """Parse the given version string. + + >>> parse('1.0.dev1') + + + :param version: The version string to parse. + :raises InvalidVersion: When the version string is not a valid version. + """ + return Version(version) + + +class InvalidVersion(ValueError): + """Raised when a version string is not a valid version. + + >>> Version("invalid") + Traceback (most recent call last): + ... + packaging.version.InvalidVersion: Invalid version: 'invalid' + """ + + +class _BaseVersion: + _key: Tuple[Any, ...] + + def __hash__(self) -> int: + return hash(self._key) + + # Please keep the duplicated `isinstance` check + # in the six comparisons hereunder + # unless you find a way to avoid adding overhead function calls. + def __lt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key < other._key + + def __le__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key <= other._key + + def __eq__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key == other._key + + def __ge__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key >= other._key + + def __gt__(self, other: "_BaseVersion") -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key > other._key + + def __ne__(self, other: object) -> bool: + if not isinstance(other, _BaseVersion): + return NotImplemented + + return self._key != other._key + + +# Deliberately not anchored to the start and end of the string, to make it +# easier for 3rd party code to reuse +_VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

                                          # pre-release
+            [-_\.]?
+            (?Palpha|a|beta|b|preview|pre|c|rc)
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+        (?P                                         # post release
+            (?:-(?P[0-9]+))
+            |
+            (?:
+                [-_\.]?
+                (?Ppost|rev|r)
+                [-_\.]?
+                (?P[0-9]+)?
+            )
+        )?
+        (?P                                          # dev release
+            [-_\.]?
+            (?Pdev)
+            [-_\.]?
+            (?P[0-9]+)?
+        )?
+    )
+    (?:\+(?P[a-z0-9]+(?:[-_\.][a-z0-9]+)*))?       # local version
+"""
+
+VERSION_PATTERN = _VERSION_PATTERN
+"""
+A string containing the regular expression used to match a valid version.
+
+The pattern is not anchored at either end, and is intended for embedding in larger
+expressions (for example, matching a version number as part of a file name). The
+regular expression should be compiled with the ``re.VERBOSE`` and ``re.IGNORECASE``
+flags set.
+
+:meta hide-value:
+"""
+
+
+class Version(_BaseVersion):
+    """This class abstracts handling of a project's versions.
+
+    A :class:`Version` instance is comparison aware and can be compared and
+    sorted using the standard Python interfaces.
+
+    >>> v1 = Version("1.0a5")
+    >>> v2 = Version("1.0")
+    >>> v1
+    
+    >>> v2
+    
+    >>> v1 < v2
+    True
+    >>> v1 == v2
+    False
+    >>> v1 > v2
+    False
+    >>> v1 >= v2
+    False
+    >>> v1 <= v2
+    True
+    """
+
+    _regex = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.VERBOSE | re.IGNORECASE)
+    _key: CmpKey
+
+    def __init__(self, version: str) -> None:
+        """Initialize a Version object.
+
+        :param version:
+            The string representation of a version which will be parsed and normalized
+            before use.
+        :raises InvalidVersion:
+            If the ``version`` does not conform to PEP 440 in any way then this
+            exception will be raised.
+        """
+
+        # Validate the version and parse it into pieces
+        match = self._regex.search(version)
+        if not match:
+            raise InvalidVersion(f"Invalid version: '{version}'")
+
+        # Store the parsed out pieces of the version
+        self._version = _Version(
+            epoch=int(match.group("epoch")) if match.group("epoch") else 0,
+            release=tuple(int(i) for i in match.group("release").split(".")),
+            pre=_parse_letter_version(match.group("pre_l"), match.group("pre_n")),
+            post=_parse_letter_version(
+                match.group("post_l"), match.group("post_n1") or match.group("post_n2")
+            ),
+            dev=_parse_letter_version(match.group("dev_l"), match.group("dev_n")),
+            local=_parse_local_version(match.group("local")),
+        )
+
+        # Generate a key which will be used for sorting
+        self._key = _cmpkey(
+            self._version.epoch,
+            self._version.release,
+            self._version.pre,
+            self._version.post,
+            self._version.dev,
+            self._version.local,
+        )
+
+    def __repr__(self) -> str:
+        """A representation of the Version that shows all internal state.
+
+        >>> Version('1.0.0')
+        
+        """
+        return f""
+
+    def __str__(self) -> str:
+        """A string representation of the version that can be rounded-tripped.
+
+        >>> str(Version("1.0a5"))
+        '1.0a5'
+        """
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        # Pre-release
+        if self.pre is not None:
+            parts.append("".join(str(x) for x in self.pre))
+
+        # Post-release
+        if self.post is not None:
+            parts.append(f".post{self.post}")
+
+        # Development release
+        if self.dev is not None:
+            parts.append(f".dev{self.dev}")
+
+        # Local version segment
+        if self.local is not None:
+            parts.append(f"+{self.local}")
+
+        return "".join(parts)
+
+    @property
+    def epoch(self) -> int:
+        """The epoch of the version.
+
+        >>> Version("2.0.0").epoch
+        0
+        >>> Version("1!2.0.0").epoch
+        1
+        """
+        return self._version.epoch
+
+    @property
+    def release(self) -> Tuple[int, ...]:
+        """The components of the "release" segment of the version.
+
+        >>> Version("1.2.3").release
+        (1, 2, 3)
+        >>> Version("2.0.0").release
+        (2, 0, 0)
+        >>> Version("1!2.0.0.post0").release
+        (2, 0, 0)
+
+        Includes trailing zeroes but not the epoch or any pre-release / development /
+        post-release suffixes.
+        """
+        return self._version.release
+
+    @property
+    def pre(self) -> Optional[Tuple[str, int]]:
+        """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) -> Optional[int]:
+        """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) -> Optional[int]:
+        """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) -> Optional[str]:
+        """The local version segment of the version.
+
+        >>> print(Version("1.2.3").local)
+        None
+        >>> Version("1.2.3+abc").local
+        'abc'
+        """
+        if self._version.local:
+            return ".".join(str(x) for x in self._version.local)
+        else:
+            return None
+
+    @property
+    def public(self) -> str:
+        """The public portion of the version.
+
+        >>> Version("1.2.3").public
+        '1.2.3'
+        >>> Version("1.2.3+abc").public
+        '1.2.3'
+        >>> Version("1.2.3+abc.dev1").public
+        '1.2.3'
+        """
+        return str(self).split("+", 1)[0]
+
+    @property
+    def base_version(self) -> str:
+        """The "base version" of the version.
+
+        >>> Version("1.2.3").base_version
+        '1.2.3'
+        >>> Version("1.2.3+abc").base_version
+        '1.2.3'
+        >>> Version("1!1.2.3+abc.dev1").base_version
+        '1!1.2.3'
+
+        The "base version" is the public version of the project without any pre or post
+        release markers.
+        """
+        parts = []
+
+        # Epoch
+        if self.epoch != 0:
+            parts.append(f"{self.epoch}!")
+
+        # Release segment
+        parts.append(".".join(str(x) for x in self.release))
+
+        return "".join(parts)
+
+    @property
+    def is_prerelease(self) -> bool:
+        """Whether this version is a pre-release.
+
+        >>> Version("1.2.3").is_prerelease
+        False
+        >>> Version("1.2.3a1").is_prerelease
+        True
+        >>> Version("1.2.3b1").is_prerelease
+        True
+        >>> Version("1.2.3rc1").is_prerelease
+        True
+        >>> Version("1.2.3dev1").is_prerelease
+        True
+        """
+        return self.dev is not None or self.pre is not None
+
+    @property
+    def is_postrelease(self) -> bool:
+        """Whether this version is a post-release.
+
+        >>> Version("1.2.3").is_postrelease
+        False
+        >>> Version("1.2.3.post1").is_postrelease
+        True
+        """
+        return self.post is not None
+
+    @property
+    def is_devrelease(self) -> bool:
+        """Whether this version is a development release.
+
+        >>> Version("1.2.3").is_devrelease
+        False
+        >>> Version("1.2.3.dev1").is_devrelease
+        True
+        """
+        return self.dev is not None
+
+    @property
+    def major(self) -> int:
+        """The first item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").major
+        1
+        """
+        return self.release[0] if len(self.release) >= 1 else 0
+
+    @property
+    def minor(self) -> int:
+        """The second item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").minor
+        2
+        >>> Version("1").minor
+        0
+        """
+        return self.release[1] if len(self.release) >= 2 else 0
+
+    @property
+    def micro(self) -> int:
+        """The third item of :attr:`release` or ``0`` if unavailable.
+
+        >>> Version("1.2.3").micro
+        3
+        >>> Version("1").micro
+        0
+        """
+        return self.release[2] if len(self.release) >= 3 else 0
+
+
+def _parse_letter_version(
+    letter: Optional[str], number: Union[str, bytes, SupportsInt, None]
+) -> Optional[Tuple[str, int]]:
+    if letter:
+        # We consider there to be an implicit 0 in a pre-release if there is
+        # not a numeral associated with it.
+        if number is None:
+            number = 0
+
+        # We normalize any letters to their lower case form
+        letter = letter.lower()
+
+        # We consider some words to be alternate spellings of other words and
+        # in those cases we want to normalize the spellings to our preferred
+        # spelling.
+        if letter == "alpha":
+            letter = "a"
+        elif letter == "beta":
+            letter = "b"
+        elif letter in ["c", "pre", "preview"]:
+            letter = "rc"
+        elif letter in ["rev", "r"]:
+            letter = "post"
+
+        return letter, int(number)
+    if not letter and number:
+        # We assume if we are given a number, but we are not given a letter
+        # then this is using the implicit post release syntax (e.g. 1.0-1)
+        letter = "post"
+
+        return letter, int(number)
+
+    return None
+
+
+_local_version_separators = re.compile(r"[\._-]")
+
+
+def _parse_local_version(local: Optional[str]) -> Optional[LocalType]:
+    """
+    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: Optional[Tuple[str, int]],
+    post: Optional[Tuple[str, int]],
+    dev: Optional[Tuple[str, int]],
+    local: Optional[LocalType],
+) -> 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/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt
new file mode 100644
index 0000000..1466610
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt
@@ -0,0 +1 @@
+packaging==24.0
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py
new file mode 100644
index 0000000..0a0f459
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py
@@ -0,0 +1,227 @@
+from __future__ import annotations
+
+import csv
+import hashlib
+import os.path
+import re
+import stat
+import time
+from io import StringIO, TextIOWrapper
+from typing import IO, TYPE_CHECKING, Literal
+from zipfile import ZIP_DEFLATED, ZipFile, ZipInfo
+
+from wheel.cli import WheelError
+from wheel.util import log, urlsafe_b64decode, urlsafe_b64encode
+
+if TYPE_CHECKING:
+    from typing import Protocol, Sized, Union
+
+    from typing_extensions import Buffer
+
+    StrPath = Union[str, os.PathLike[str]]
+
+    class SizedBuffer(Sized, Buffer, Protocol): ...
+
+
+# Non-greedy matching of an optional build number may be too clever (more
+# invalid wheel filenames will match). Separate regex for .dist-info?
+WHEEL_INFO_RE = re.compile(
+    r"""^(?P(?P[^\s-]+?)-(?P[^\s-]+?))(-(?P\d[^\s-]*))?
+     -(?P[^\s-]+?)-(?P[^\s-]+?)-(?P\S+)\.whl$""",
+    re.VERBOSE,
+)
+MINIMUM_TIMESTAMP = 315532800  # 1980-01-01 00:00:00 UTC
+
+
+def get_zipinfo_datetime(timestamp: float | None = None):
+    # Some applications need reproducible .whl files, but they can't do this without
+    # forcing the timestamp of the individual ZipInfo objects. See issue #143.
+    timestamp = int(os.environ.get("SOURCE_DATE_EPOCH", timestamp or time.time()))
+    timestamp = max(timestamp, MINIMUM_TIMESTAMP)
+    return time.gmtime(timestamp)[0:6]
+
+
+class WheelFile(ZipFile):
+    """A ZipFile derivative class that also reads SHA-256 hashes from
+    .dist-info/RECORD and checks any read files against those.
+    """
+
+    _default_algorithm = hashlib.sha256
+
+    def __init__(
+        self,
+        file: StrPath,
+        mode: Literal["r", "w", "x", "a"] = "r",
+        compression: int = ZIP_DEFLATED,
+    ):
+        basename = os.path.basename(file)
+        self.parsed_filename = WHEEL_INFO_RE.match(basename)
+        if not basename.endswith(".whl") or self.parsed_filename is None:
+            raise WheelError(f"Bad wheel filename {basename!r}")
+
+        ZipFile.__init__(self, file, mode, compression=compression, allowZip64=True)
+
+        self.dist_info_path = "{}.dist-info".format(
+            self.parsed_filename.group("namever")
+        )
+        self.record_path = self.dist_info_path + "/RECORD"
+        self._file_hashes: dict[str, tuple[None, None] | tuple[int, bytes]] = {}
+        self._file_sizes = {}
+        if mode == "r":
+            # Ignore RECORD and any embedded wheel signatures
+            self._file_hashes[self.record_path] = None, None
+            self._file_hashes[self.record_path + ".jws"] = None, None
+            self._file_hashes[self.record_path + ".p7s"] = None, None
+
+            # Fill in the expected hashes by reading them from RECORD
+            try:
+                record = self.open(self.record_path)
+            except KeyError:
+                raise WheelError(f"Missing {self.record_path} file") from None
+
+            with record:
+                for line in csv.reader(
+                    TextIOWrapper(record, newline="", encoding="utf-8")
+                ):
+                    path, hash_sum, size = line
+                    if not hash_sum:
+                        continue
+
+                    algorithm, hash_sum = hash_sum.split("=")
+                    try:
+                        hashlib.new(algorithm)
+                    except ValueError:
+                        raise WheelError(
+                            f"Unsupported hash algorithm: {algorithm}"
+                        ) from None
+
+                    if algorithm.lower() in {"md5", "sha1"}:
+                        raise WheelError(
+                            f"Weak hash algorithm ({algorithm}) is not permitted by "
+                            f"PEP 427"
+                        )
+
+                    self._file_hashes[path] = (
+                        algorithm,
+                        urlsafe_b64decode(hash_sum.encode("ascii")),
+                    )
+
+    def open(
+        self,
+        name_or_info: str | ZipInfo,
+        mode: Literal["r", "w"] = "r",
+        pwd: bytes | None = None,
+    ) -> IO[bytes]:
+        def _update_crc(newdata: bytes) -> None:
+            eof = ef._eof
+            update_crc_orig(newdata)
+            running_hash.update(newdata)
+            if eof and running_hash.digest() != expected_hash:
+                raise WheelError(f"Hash mismatch for file '{ef_name}'")
+
+        ef_name = (
+            name_or_info.filename if isinstance(name_or_info, ZipInfo) else name_or_info
+        )
+        if (
+            mode == "r"
+            and not ef_name.endswith("/")
+            and ef_name not in self._file_hashes
+        ):
+            raise WheelError(f"No hash found for file '{ef_name}'")
+
+        ef = ZipFile.open(self, name_or_info, mode, pwd)
+        if mode == "r" and not ef_name.endswith("/"):
+            algorithm, expected_hash = self._file_hashes[ef_name]
+            if expected_hash is not None:
+                # Monkey patch the _update_crc method to also check for the hash from
+                # RECORD
+                running_hash = hashlib.new(algorithm)
+                update_crc_orig, ef._update_crc = ef._update_crc, _update_crc
+
+        return ef
+
+    def write_files(self, base_dir: str):
+        log.info(f"creating '{self.filename}' and adding '{base_dir}' to it")
+        deferred: list[tuple[str, str]] = []
+        for root, dirnames, filenames in os.walk(base_dir):
+            # Sort the directory names so that `os.walk` will walk them in a
+            # defined order on the next iteration.
+            dirnames.sort()
+            for name in sorted(filenames):
+                path = os.path.normpath(os.path.join(root, name))
+                if os.path.isfile(path):
+                    arcname = os.path.relpath(path, base_dir).replace(os.path.sep, "/")
+                    if arcname == self.record_path:
+                        pass
+                    elif root.endswith(".dist-info"):
+                        deferred.append((path, arcname))
+                    else:
+                        self.write(path, arcname)
+
+        deferred.sort()
+        for path, arcname in deferred:
+            self.write(path, arcname)
+
+    def write(
+        self,
+        filename: str,
+        arcname: str | None = None,
+        compress_type: int | None = None,
+    ) -> None:
+        with open(filename, "rb") as f:
+            st = os.fstat(f.fileno())
+            data = f.read()
+
+        zinfo = ZipInfo(
+            arcname or filename, date_time=get_zipinfo_datetime(st.st_mtime)
+        )
+        zinfo.external_attr = (stat.S_IMODE(st.st_mode) | stat.S_IFMT(st.st_mode)) << 16
+        zinfo.compress_type = compress_type or self.compression
+        self.writestr(zinfo, data, compress_type)
+
+    def writestr(
+        self,
+        zinfo_or_arcname: str | ZipInfo,
+        data: SizedBuffer | str,
+        compress_type: int | None = None,
+    ):
+        if isinstance(zinfo_or_arcname, str):
+            zinfo_or_arcname = ZipInfo(
+                zinfo_or_arcname, date_time=get_zipinfo_datetime()
+            )
+            zinfo_or_arcname.compress_type = self.compression
+            zinfo_or_arcname.external_attr = (0o664 | stat.S_IFREG) << 16
+
+        if isinstance(data, str):
+            data = data.encode("utf-8")
+
+        ZipFile.writestr(self, zinfo_or_arcname, data, compress_type)
+        fname = (
+            zinfo_or_arcname.filename
+            if isinstance(zinfo_or_arcname, ZipInfo)
+            else zinfo_or_arcname
+        )
+        log.info(f"adding '{fname}'")
+        if fname != self.record_path:
+            hash_ = self._default_algorithm(data)
+            self._file_hashes[fname] = (
+                hash_.name,
+                urlsafe_b64encode(hash_.digest()).decode("ascii"),
+            )
+            self._file_sizes[fname] = len(data)
+
+    def close(self):
+        # Write RECORD
+        if self.fp is not None and self.mode == "w" and self._file_hashes:
+            data = StringIO()
+            writer = csv.writer(data, delimiter=",", quotechar='"', lineterminator="\n")
+            writer.writerows(
+                (
+                    (fname, algorithm + "=" + hash_, self._file_sizes[fname])
+                    for fname, (algorithm, hash_) in self._file_hashes.items()
+                )
+            )
+            writer.writerow((format(self.record_path), "", ""))
+            self.writestr(self.record_path, data.getvalue())
+
+        ZipFile.close(self)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER
new file mode 100644
index 0000000..a1b589e
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER
@@ -0,0 +1 @@
+pip
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE
new file mode 100644
index 0000000..1bb5a44
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE
@@ -0,0 +1,17 @@
+Permission is hereby granted, free of charge, to any person obtaining a copy
+of this software and associated documentation files (the "Software"), to
+deal in the Software without restriction, including without limitation the
+rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+sell copies of the Software, and to permit persons to whom the Software is
+furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
+IN THE SOFTWARE.
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA
new file mode 100644
index 0000000..1399281
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA
@@ -0,0 +1,102 @@
+Metadata-Version: 2.1
+Name: zipp
+Version: 3.19.2
+Summary: Backport of pathlib-compatible object wrapper for zip files
+Author-email: "Jason R. Coombs" 
+Project-URL: Homepage, https://github.com/jaraco/zipp
+Classifier: Development Status :: 5 - Production/Stable
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: MIT License
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: 3 :: Only
+Requires-Python: >=3.8
+Description-Content-Type: text/x-rst
+License-File: LICENSE
+Provides-Extra: doc
+Requires-Dist: sphinx >=3.5 ; extra == 'doc'
+Requires-Dist: jaraco.packaging >=9.3 ; extra == 'doc'
+Requires-Dist: rst.linker >=1.9 ; extra == 'doc'
+Requires-Dist: furo ; extra == 'doc'
+Requires-Dist: sphinx-lint ; extra == 'doc'
+Requires-Dist: jaraco.tidelift >=1.4 ; extra == 'doc'
+Provides-Extra: test
+Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'test'
+Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'test'
+Requires-Dist: pytest-cov ; extra == 'test'
+Requires-Dist: pytest-mypy ; extra == 'test'
+Requires-Dist: pytest-enabler >=2.2 ; extra == 'test'
+Requires-Dist: pytest-ruff >=0.2.1 ; extra == 'test'
+Requires-Dist: jaraco.itertools ; extra == 'test'
+Requires-Dist: jaraco.functools ; extra == 'test'
+Requires-Dist: more-itertools ; extra == 'test'
+Requires-Dist: big-O ; extra == 'test'
+Requires-Dist: pytest-ignore-flaky ; extra == 'test'
+Requires-Dist: jaraco.test ; extra == 'test'
+Requires-Dist: importlib-resources ; (python_version < "3.9") and extra == 'test'
+
+.. image:: https://img.shields.io/pypi/v/zipp.svg
+   :target: https://pypi.org/project/zipp
+
+.. image:: https://img.shields.io/pypi/pyversions/zipp.svg
+
+.. image:: https://github.com/jaraco/zipp/actions/workflows/main.yml/badge.svg
+   :target: https://github.com/jaraco/zipp/actions?query=workflow%3A%22tests%22
+   :alt: tests
+
+.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json
+    :target: https://github.com/astral-sh/ruff
+    :alt: Ruff
+
+.. .. image:: https://readthedocs.org/projects/PROJECT_RTD/badge/?version=latest
+..    :target: https://PROJECT_RTD.readthedocs.io/en/latest/?badge=latest
+
+.. image:: https://img.shields.io/badge/skeleton-2024-informational
+   :target: https://blog.jaraco.com/skeleton
+
+.. image:: https://tidelift.com/badges/package/pypi/zipp
+   :target: https://tidelift.com/subscription/pkg/pypi-zipp?utm_source=pypi-zipp&utm_medium=readme
+
+
+A pathlib-compatible Zipfile object wrapper. Official backport of the standard library
+`Path object `_.
+
+
+Compatibility
+=============
+
+New features are introduced in this third-party library and later merged
+into CPython. The following table indicates which versions of this library
+were contributed to different versions in the standard library:
+
+.. list-table::
+   :header-rows: 1
+
+   * - zipp
+     - stdlib
+   * - 3.18
+     - 3.13
+   * - 3.16
+     - 3.12
+   * - 3.5
+     - 3.11
+   * - 3.2
+     - 3.10
+   * - 3.3 ??
+     - 3.9
+   * - 1.0
+     - 3.8
+
+
+Usage
+=====
+
+Use ``zipp.Path`` in place of ``zipfile.Path`` on any Python.
+
+For Enterprise
+==============
+
+Available as part of the Tidelift Subscription.
+
+This project and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use.
+
+`Learn more `_.
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD
new file mode 100644
index 0000000..77c0283
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD
@@ -0,0 +1,15 @@
+zipp-3.19.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
+zipp-3.19.2.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023
+zipp-3.19.2.dist-info/METADATA,sha256=UIrk_kMIHGSwsKKChYizqMw0MMZpPRZ2ZiVpQAsN_bE,3575
+zipp-3.19.2.dist-info/RECORD,,
+zipp-3.19.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+zipp-3.19.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
+zipp-3.19.2.dist-info/top_level.txt,sha256=iAbdoSHfaGqBfVb2XuR9JqSQHCoOsOtG6y9C_LSpqFw,5
+zipp/__init__.py,sha256=QuI1g00G4fRAcGt-HqbV0oWIkmSgedCGGYsHHYzNa8A,13412
+zipp/__pycache__/__init__.cpython-312.pyc,,
+zipp/__pycache__/glob.cpython-312.pyc,,
+zipp/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
+zipp/compat/__pycache__/__init__.cpython-312.pyc,,
+zipp/compat/__pycache__/py310.cpython-312.pyc,,
+zipp/compat/py310.py,sha256=eZpkW0zRtunkhEh8jjX3gCGe22emoKCBJw72Zt4RkhA,219
+zipp/glob.py,sha256=etWpnfEoRyfUvrUsi6sTiGmErvPwe6HzY6pT8jg_lUI,3082
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED
new file mode 100644
index 0000000..e69de29
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL
new file mode 100644
index 0000000..bab98d6
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL
@@ -0,0 +1,5 @@
+Wheel-Version: 1.0
+Generator: bdist_wheel (0.43.0)
+Root-Is-Purelib: true
+Tag: py3-none-any
+
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt
new file mode 100644
index 0000000..e82f676
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt
@@ -0,0 +1 @@
+zipp
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py
new file mode 100644
index 0000000..d65297b
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py
@@ -0,0 +1,501 @@
+import io
+import posixpath
+import zipfile
+import itertools
+import contextlib
+import pathlib
+import re
+import stat
+import sys
+
+from .compat.py310 import text_encoding
+from .glob import Translator
+
+
+__all__ = ['Path']
+
+
+def _parents(path):
+    """
+    Given a path with elements separated by
+    posixpath.sep, generate all parents of that path.
+
+    >>> list(_parents('b/d'))
+    ['b']
+    >>> list(_parents('/b/d/'))
+    ['/b']
+    >>> list(_parents('b/d/f/'))
+    ['b/d', 'b']
+    >>> list(_parents('b'))
+    []
+    >>> list(_parents(''))
+    []
+    """
+    return itertools.islice(_ancestry(path), 1, None)
+
+
+def _ancestry(path):
+    """
+    Given a path with elements separated by
+    posixpath.sep, generate all elements of that path
+
+    >>> list(_ancestry('b/d'))
+    ['b/d', 'b']
+    >>> list(_ancestry('/b/d/'))
+    ['/b/d', '/b']
+    >>> list(_ancestry('b/d/f/'))
+    ['b/d/f', 'b/d', 'b']
+    >>> list(_ancestry('b'))
+    ['b']
+    >>> list(_ancestry(''))
+    []
+    """
+    path = path.rstrip(posixpath.sep)
+    while path and path != posixpath.sep:
+        yield path
+        path, tail = posixpath.split(path)
+
+
+_dedupe = dict.fromkeys
+"""Deduplicate an iterable in original order"""
+
+
+def _difference(minuend, subtrahend):
+    """
+    Return items in minuend not in subtrahend, retaining order
+    with O(1) lookup.
+    """
+    return itertools.filterfalse(set(subtrahend).__contains__, minuend)
+
+
+class InitializedState:
+    """
+    Mix-in to save the initialization state for pickling.
+    """
+
+    def __init__(self, *args, **kwargs):
+        self.__args = args
+        self.__kwargs = kwargs
+        super().__init__(*args, **kwargs)
+
+    def __getstate__(self):
+        return self.__args, self.__kwargs
+
+    def __setstate__(self, state):
+        args, kwargs = state
+        super().__init__(*args, **kwargs)
+
+
+class SanitizedNames:
+    """
+    ZipFile mix-in to ensure names are sanitized.
+    """
+
+    def namelist(self):
+        return list(map(self._sanitize, super().namelist()))
+
+    @staticmethod
+    def _sanitize(name):
+        r"""
+        Ensure a relative path with posix separators and no dot names.
+
+        Modeled after
+        https://github.com/python/cpython/blob/bcc1be39cb1d04ad9fc0bd1b9193d3972835a57c/Lib/zipfile/__init__.py#L1799-L1813
+        but provides consistent cross-platform behavior.
+
+        >>> san = SanitizedNames._sanitize
+        >>> san('/foo/bar')
+        'foo/bar'
+        >>> san('//foo.txt')
+        'foo.txt'
+        >>> san('foo/.././bar.txt')
+        'foo/bar.txt'
+        >>> san('foo../.bar.txt')
+        'foo../.bar.txt'
+        >>> san('\\foo\\bar.txt')
+        'foo/bar.txt'
+        >>> san('D:\\foo.txt')
+        'D/foo.txt'
+        >>> san('\\\\server\\share\\file.txt')
+        'server/share/file.txt'
+        >>> san('\\\\?\\GLOBALROOT\\Volume3')
+        '?/GLOBALROOT/Volume3'
+        >>> san('\\\\.\\PhysicalDrive1\\root')
+        'PhysicalDrive1/root'
+
+        Retain any trailing slash.
+        >>> san('abc/')
+        'abc/'
+
+        Raises a ValueError if the result is empty.
+        >>> san('../..')
+        Traceback (most recent call last):
+        ...
+        ValueError: Empty filename
+        """
+
+        def allowed(part):
+            return part and part not in {'..', '.'}
+
+        # Remove the drive letter.
+        # Don't use ntpath.splitdrive, because that also strips UNC paths
+        bare = re.sub('^([A-Z]):', r'\1', name, flags=re.IGNORECASE)
+        clean = bare.replace('\\', '/')
+        parts = clean.split('/')
+        joined = '/'.join(filter(allowed, parts))
+        if not joined:
+            raise ValueError("Empty filename")
+        return joined + '/' * name.endswith('/')
+
+
+class CompleteDirs(InitializedState, SanitizedNames, zipfile.ZipFile):
+    """
+    A ZipFile subclass that ensures that implied directories
+    are always included in the namelist.
+
+    >>> list(CompleteDirs._implied_dirs(['foo/bar.txt', 'foo/bar/baz.txt']))
+    ['foo/', 'foo/bar/']
+    >>> list(CompleteDirs._implied_dirs(['foo/bar.txt', 'foo/bar/baz.txt', 'foo/bar/']))
+    ['foo/']
+    """
+
+    @staticmethod
+    def _implied_dirs(names):
+        parents = itertools.chain.from_iterable(map(_parents, names))
+        as_dirs = (p + posixpath.sep for p in parents)
+        return _dedupe(_difference(as_dirs, names))
+
+    def namelist(self):
+        names = super().namelist()
+        return names + list(self._implied_dirs(names))
+
+    def _name_set(self):
+        return set(self.namelist())
+
+    def resolve_dir(self, name):
+        """
+        If the name represents a directory, return that name
+        as a directory (with the trailing slash).
+        """
+        names = self._name_set()
+        dirname = name + '/'
+        dir_match = name not in names and dirname in names
+        return dirname if dir_match else name
+
+    def getinfo(self, name):
+        """
+        Supplement getinfo for implied dirs.
+        """
+        try:
+            return super().getinfo(name)
+        except KeyError:
+            if not name.endswith('/') or name not in self._name_set():
+                raise
+            return zipfile.ZipInfo(filename=name)
+
+    @classmethod
+    def make(cls, source):
+        """
+        Given a source (filename or zipfile), return an
+        appropriate CompleteDirs subclass.
+        """
+        if isinstance(source, CompleteDirs):
+            return source
+
+        if not isinstance(source, zipfile.ZipFile):
+            return cls(source)
+
+        # Only allow for FastLookup when supplied zipfile is read-only
+        if 'r' not in source.mode:
+            cls = CompleteDirs
+
+        source.__class__ = cls
+        return source
+
+    @classmethod
+    def inject(cls, zf: zipfile.ZipFile) -> zipfile.ZipFile:
+        """
+        Given a writable zip file zf, inject directory entries for
+        any directories implied by the presence of children.
+        """
+        for name in cls._implied_dirs(zf.namelist()):
+            zf.writestr(name, b"")
+        return zf
+
+
+class FastLookup(CompleteDirs):
+    """
+    ZipFile subclass to ensure implicit
+    dirs exist and are resolved rapidly.
+    """
+
+    def namelist(self):
+        with contextlib.suppress(AttributeError):
+            return self.__names
+        self.__names = super().namelist()
+        return self.__names
+
+    def _name_set(self):
+        with contextlib.suppress(AttributeError):
+            return self.__lookup
+        self.__lookup = super()._name_set()
+        return self.__lookup
+
+
+def _extract_text_encoding(encoding=None, *args, **kwargs):
+    # compute stack level so that the caller of the caller sees any warning.
+    is_pypy = sys.implementation.name == 'pypy'
+    stack_level = 3 + is_pypy
+    return text_encoding(encoding, stack_level), args, kwargs
+
+
+class Path:
+    """
+    A :class:`importlib.resources.abc.Traversable` interface for zip files.
+
+    Implements many of the features users enjoy from
+    :class:`pathlib.Path`.
+
+    Consider a zip file with this structure::
+
+        .
+        ├── a.txt
+        └── b
+            ├── c.txt
+            └── d
+                └── e.txt
+
+    >>> data = io.BytesIO()
+    >>> zf = zipfile.ZipFile(data, 'w')
+    >>> zf.writestr('a.txt', 'content of a')
+    >>> zf.writestr('b/c.txt', 'content of c')
+    >>> zf.writestr('b/d/e.txt', 'content of e')
+    >>> zf.filename = 'mem/abcde.zip'
+
+    Path accepts the zipfile object itself or a filename
+
+    >>> path = Path(zf)
+
+    From there, several path operations are available.
+
+    Directory iteration (including the zip file itself):
+
+    >>> a, b = path.iterdir()
+    >>> a
+    Path('mem/abcde.zip', 'a.txt')
+    >>> b
+    Path('mem/abcde.zip', 'b/')
+
+    name property:
+
+    >>> b.name
+    'b'
+
+    join with divide operator:
+
+    >>> c = b / 'c.txt'
+    >>> c
+    Path('mem/abcde.zip', 'b/c.txt')
+    >>> c.name
+    'c.txt'
+
+    Read text:
+
+    >>> c.read_text(encoding='utf-8')
+    'content of c'
+
+    existence:
+
+    >>> c.exists()
+    True
+    >>> (b / 'missing.txt').exists()
+    False
+
+    Coercion to string:
+
+    >>> import os
+    >>> str(c).replace(os.sep, posixpath.sep)
+    'mem/abcde.zip/b/c.txt'
+
+    At the root, ``name``, ``filename``, and ``parent``
+    resolve to the zipfile.
+
+    >>> str(path)
+    'mem/abcde.zip/'
+    >>> path.name
+    'abcde.zip'
+    >>> path.filename == pathlib.Path('mem/abcde.zip')
+    True
+    >>> str(path.parent)
+    'mem'
+
+    If the zipfile has no filename, such attributes are not
+    valid and accessing them will raise an Exception.
+
+    >>> zf.filename = None
+    >>> path.name
+    Traceback (most recent call last):
+    ...
+    TypeError: ...
+
+    >>> path.filename
+    Traceback (most recent call last):
+    ...
+    TypeError: ...
+
+    >>> path.parent
+    Traceback (most recent call last):
+    ...
+    TypeError: ...
+
+    # workaround python/cpython#106763
+    >>> pass
+    """
+
+    __repr = "{self.__class__.__name__}({self.root.filename!r}, {self.at!r})"
+
+    def __init__(self, root, at=""):
+        """
+        Construct a Path from a ZipFile or filename.
+
+        Note: When the source is an existing ZipFile object,
+        its type (__class__) will be mutated to a
+        specialized type. If the caller wishes to retain the
+        original type, the caller should either create a
+        separate ZipFile object or pass a filename.
+        """
+        self.root = FastLookup.make(root)
+        self.at = at
+
+    def __eq__(self, other):
+        """
+        >>> Path(zipfile.ZipFile(io.BytesIO(), 'w')) == 'foo'
+        False
+        """
+        if self.__class__ is not other.__class__:
+            return NotImplemented
+        return (self.root, self.at) == (other.root, other.at)
+
+    def __hash__(self):
+        return hash((self.root, self.at))
+
+    def open(self, mode='r', *args, pwd=None, **kwargs):
+        """
+        Open this entry as text or binary following the semantics
+        of ``pathlib.Path.open()`` by passing arguments through
+        to io.TextIOWrapper().
+        """
+        if self.is_dir():
+            raise IsADirectoryError(self)
+        zip_mode = mode[0]
+        if not self.exists() and zip_mode == 'r':
+            raise FileNotFoundError(self)
+        stream = self.root.open(self.at, zip_mode, pwd=pwd)
+        if 'b' in mode:
+            if args or kwargs:
+                raise ValueError("encoding args invalid for binary operation")
+            return stream
+        # Text mode:
+        encoding, args, kwargs = _extract_text_encoding(*args, **kwargs)
+        return io.TextIOWrapper(stream, encoding, *args, **kwargs)
+
+    def _base(self):
+        return pathlib.PurePosixPath(self.at or self.root.filename)
+
+    @property
+    def name(self):
+        return self._base().name
+
+    @property
+    def suffix(self):
+        return self._base().suffix
+
+    @property
+    def suffixes(self):
+        return self._base().suffixes
+
+    @property
+    def stem(self):
+        return self._base().stem
+
+    @property
+    def filename(self):
+        return pathlib.Path(self.root.filename).joinpath(self.at)
+
+    def read_text(self, *args, **kwargs):
+        encoding, args, kwargs = _extract_text_encoding(*args, **kwargs)
+        with self.open('r', encoding, *args, **kwargs) as strm:
+            return strm.read()
+
+    def read_bytes(self):
+        with self.open('rb') as strm:
+            return strm.read()
+
+    def _is_child(self, path):
+        return posixpath.dirname(path.at.rstrip("/")) == self.at.rstrip("/")
+
+    def _next(self, at):
+        return self.__class__(self.root, at)
+
+    def is_dir(self):
+        return not self.at or self.at.endswith("/")
+
+    def is_file(self):
+        return self.exists() and not self.is_dir()
+
+    def exists(self):
+        return self.at in self.root._name_set()
+
+    def iterdir(self):
+        if not self.is_dir():
+            raise ValueError("Can't listdir a file")
+        subs = map(self._next, self.root.namelist())
+        return filter(self._is_child, subs)
+
+    def match(self, path_pattern):
+        return pathlib.PurePosixPath(self.at).match(path_pattern)
+
+    def is_symlink(self):
+        """
+        Return whether this path is a symlink.
+        """
+        info = self.root.getinfo(self.at)
+        mode = info.external_attr >> 16
+        return stat.S_ISLNK(mode)
+
+    def glob(self, pattern):
+        if not pattern:
+            raise ValueError(f"Unacceptable pattern: {pattern!r}")
+
+        prefix = re.escape(self.at)
+        tr = Translator(seps='/')
+        matches = re.compile(prefix + tr.translate(pattern)).fullmatch
+        names = (data.filename for data in self.root.filelist)
+        return map(self._next, filter(matches, names))
+
+    def rglob(self, pattern):
+        return self.glob(f'**/{pattern}')
+
+    def relative_to(self, other, *extra):
+        return posixpath.relpath(str(self), str(other.joinpath(*extra)))
+
+    def __str__(self):
+        return posixpath.join(self.root.filename, self.at)
+
+    def __repr__(self):
+        return self.__repr.format(self=self)
+
+    def joinpath(self, *other):
+        next = posixpath.join(self.at, *other)
+        return self._next(self.root.resolve_dir(next))
+
+    __truediv__ = joinpath
+
+    @property
+    def parent(self):
+        if not self.at:
+            return self.filename.parent
+        parent_at = posixpath.dirname(self.at.rstrip('/'))
+        if parent_at:
+            parent_at += '/'
+        return self._next(parent_at)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..6b5e472e0f0addb7aae59c827f0e37f69901baff
GIT binary patch
literal 22769
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%0AdL0Q8
zD&NIpo4aPZ=JdD5uZ}OZbfjB4GA*4M|E?+59e@25d3I=KXkO0vA5HllUCFm-y%~Hc
zCiqhse^KUbvG!t2JZtN&=aOSUF^0%h_t@F>O{cVJsEH-NHXvW`~^0ltSOfr=*
z%shwY0U}YW%*OdrwC*<@-?A4BJc7!ys~CWa^9>tpIe?MLl!hMZ!cQq=TP>nyz-Qqc
zu=xkCLunT4lX$aQE5==L7~F*eL&5-otl%1`DagRz@IJ2m5e3yvSLj4+-V!P>i27syaBo
z>q_11hHq?0R~w~86JB_
z@IzK~7=n=x55cG3GvKF^7+WW19`JC>JlTMVstga}5uxWB4v?0YH2{^Lm}=n}PQyiW
zG8JliyhU?)86__ZANm`Jxwq_I>|1;xwc${v=5VU~@Gq-t$<)Se_L=HUQyxSl&Yk_B
zqIJq~r>1Up>&(`<=McynzZPHIn|Wk^dc*!q&Erco$I~^(aeArh;KHu&@4K;Y>Cpq}
zM-O~Zb#TgU?;3B8&iCOsPs{F1&RHIUv2_u%V^m05?`r!uqedZ1jleDJl+LYNLpXi%
zx2R}xclB@ZoC|5gt+K`7wlMa5hgKsi#e$X0bp8;Vknj`Z5Gdl8_XBKnnp_r
zmTn)f;lH>L))UDphVIsHFd*l@(n64&nWLWI=ZVgJXU#iD7AqIs?^V8A`4e|)$MMXz
zCo}#NDc^~e(w7ZAqPI_5n&MmAXP37M7sk!?w10xG`Brq1o*4P95TEgzGP(*U4;P=!
zw~uHATCEj$-BxIpaM-wc$KvMq+TLx;_`6cRu9Y*Vg=Tnb>to0$yozt|@7O1V7#=fO
zABQN)!UQ2W*>G?R$Gh>%5fQ}WqsiQJX>eE3_Z)W>fBk!!%32h*#W-^_)KmV})zmX$
zQVg*_lTuz(FzLfSNhYGN(s_vD=LczV
z=ztN6X=t-7a=)VW+RN4py15B@sDCMcaKU}cA7t_b*_GJhcC&{Bk
za0_IzMs57=0-aMNKO7=iiv?x>cYI>e2kIO>eUp;6DIs@-;j_Z)xZ`4xKKy`^A5y~D
z&cC9ke@)3xC}9XXPf!1zl5bP;pD6hmB^gTomXg1t=A&Xye2H4HD1mkAcWIFrf)3FW?d1Fn!T0Ei#5OfW
z$ybmV%2-r~0Eal!i^{mBzDQpv
zQic7j7yDreeg^6Dlt+R3+|bP+_c?mCq4~h~IR81agX;gn2jVLlZR
z{amPIX*GL5PT9|e(!Uql{zh02K$O=^wO{t$^Hhm@?mbc~K6-Z>e$Mgr?bF*Ydv6P&
zdmguVLj0u4FK+!BY&aft^%sT_BTTkZ*zvVs2}{uzdX

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..ac71f6466b0dd3c7de757789ba8e126627cc0e54
GIT binary patch
literal 5266
zcmcIoU2GKB6}~h3)F6AI0R$k+98TVU4kJH(#Ahb#yewsV0UJF
zXO^`mMztuFu+%D~t!mRG4M>qdIB2nc#>0iH8{yDflDEOOeF*(N0l(h
zn9=~UQHg+TQlcQ6XJcZc6MLP?x|x+NgW6xk1W5h;{X(^{Gchx3Cqz~Qr5SZX&YTlE
zbB1XNRL!WmC1m7mR>;bxCHAsrsZ@$R51Xb+EzQseDK%)XFr=TCvzj89YF?%|p&46u
z!vEWBxH~5Z)0-Jj`AoTJbX4=|2#7^8$I*7nGcAF)n_j+JW>tFob?1ISh}rOCFv?9f
zBq0~MIc|Jc1$;jz!HYa7}i9METTKEF_bXJ>4=Vz^HLw`QCuPbe8mbxboc9W-6GYyj!
z@|Iy_&9ro0)fI!LZ7rWqPi2jXRDRZpNRp;&mL%D2RT!lF!Y!~0vlGNT`D;tt`+=pG
z--~{9>XRqS&vbvbwYwBKR_Zxc2HDbmchlC(!CyyLp)IM?H*SsT`z6SLzRB5&wy~|7
zpwx%HUj)ypHGIvVA|hx1h~Ws$dqjgR39^8j5%RKSsZ`%B(T)1L)(0Ev#u|O+M-0}{FDrF3+-r#8z7T`2^gL>wm=xv;6rLDcGMrW1M
zc4%bo05MPQN63av@4UV6_R{_@+EaJhQ_ID2dw03zU@3Btg2Sp;6{-OLt8ozEu>e%>
zf&cg*0NW1OUskp~$ky!bZqlIs*7p=OMHMoJo&i0WDfhhLMi1xn*;ygcIbimR3BfXi
z3{_crkyqi@%89oVi7
z1Sq?ev~9UkyrM0crIx2lk*C*c812V2{71+<7K{}qz<~|c1E%H27KC#chI%Af2p*Q8
zzR}NDpKF2b$A=oA^YQ?kl!_(3C)O+d(a~GN4{M#h>*o<5tTI(WFgpXCiDb%}u@Yj6
zs`)I$g3iPkq{MC^;rVRrnHW8j9#4*qv8MHttr<@qVB=L0Jyf~#ganq8iq#Kr`=JM9;
zS|qlBA?0_N61AM|Rz9+4xRzq4+yXc~TWgTy
zE%p$Un;Hl=f;_<@$P49`jujHx5WCkDe`jc6=!&{{?%i|OI)1B{o1XcydDFsAuKaYV
zP;U0}rGyz@Y*qx%*uZSO5NA99iZ9`Y}8vmr5Te_cVtNm(;h;SD)kP#HHBv`HbE6y$tfl_@X+U=TXcCyam-
z1q<+jK?`H*G?3RR1WrwqdxS5GRVN4jGC64&HNFuH`&}3`x>27+W4^l5UR-Cc0OZ?U
ztRQC%U1ck-TVG|X54q8Y{P=SjPZi7>XvF8?zuE=jDB)P#8wV$L0qz!a+<7v?(GUkY
zg`Ddqs;e`3+Hdc!
zLv*d{P4#6BxImcwsY>hDU|drG@lW!fdGcBO=&j;q>q_zR&p&JFy4Jm{TpuX6blr&`
z{jZ7my7=yA%e|9A
zQG*i&A=PuevM#XLT0LK=SWIh>i_~uQ0Eox2wQ9(_0DM{D&%t$t!oBzuAR5;+%zU`R
zfx{k1iX43k#u9nD6CMw#AlO+ADAZNXr21!zk
z3={{z4LB{5BDJTTvj#r%12d=!s{H;)a;>aTSIPo}wpU0{ff&
zAbv?6@Uc(?2v=kL7ejx4dhY|mhqf)9TE)joBpB*hX^Mt+t!!=%o#a+_L_@Ka%}t>r
z-0JpN=&*aJ*noBT!)aIuOhIOm)SQNOP88hMh#$NFcf4I@XW^9l`9l>92rZdu_!N?X
zTPgq_*a%$2g29NbGS{}P8$XEc{$ETeO;$aqW+D8vUcbhq4ou5Z_r|VJh@ARQzn4ooXDi6EAUZ*!s$Z~Yob^2+$i3aDGC`YHiMWaU$+uqIENMv
zm9`AtE|wdQmx9Nc@x`da8>Txbd_~FA9%%1`<*WrSPH+Oga=3_M_+Ue0)T#pKVWiK+
zX+J#-6}S#_5XAie$8monQTW{tlZ|bQ;djGV+m=p#_~z9&-`jCx*E0Qd_QveZ^qp-z
bcQ*9QH~%~Q2FD%d9uW3erF@h-;ezOYsMyRa

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py
new file mode 100644
index 0000000..e69de29
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..a66b704b64e3e82cb0db28169db0c5d1240974d5
GIT binary patch
literal 203
zcmZ9FK?=e!5JeNKAVLq~q8(IlB_6>mgtU!qY|?~eD%2Zz0?*)CyoH`Xy6ehh>xY?n
z|MOv9X}Tgo`}@0&_Y>E@#(78{WFTvLdJ;DaZj7Dj0*%oE&b8w{D>*2onc_u;!ecan
zLCFH_fQ{*P`DP1VqR1>STV4wfUSMz080CRoMOPUIH)$=DMq7@+nCv7nmfK-k9<-@?
TC5~!Z)Fmx+KsKfdn_)

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..e4d775cbea729770f5570aa0763aacc5a45fe85a
GIT binary patch
literal 514
zcmY*VzfZzI6uxT<0t$(d0TTyCI=~6UAA@l)#t{b>!_t)YD21cf^bR7%fx*SUfPX>%
z7AIUFWz&fb(~ZeHv?0Faz4yJBeBb-=p3P=}u+x`MXCd;JEMimsKy)v_1lYia1T=p$
zY(iVJm1o#gFz6;@$~N0-?;3z0i(xml?Z&97jUZNJ)DuhDY*=zyJP``43Xi1l1U!K|
zpu@%+(3LQSJ&W3|=Y$!?O{+)n5ECYe#p2pQ9oomJ?F1$(TP7l;ZxFLp=9qC=2#ko^
zLjH(%s8_F4YlyiVmwh2*I+!7b`M~Ft5{8T+_G}uUN7wg}Mf<+V1+QK`uK1%cXK?($
zjd+(po|q8Mc0?G1`R>8^HWE;5yp)G5<(GB1lzZxlP-P<)DlXmd!o495m`gpw_1ZMd
z{#VunBS_02rPry8KD7q~Uk3Z4lz(C;BCJ#h;R0k9ARQ$k%&#)w@Mu;jO$(*hvyVb;
Vd^OYZQ!W3k0+^eh-)! (3, 10) else _text_encoding  # type: ignore
+)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py
new file mode 100644
index 0000000..69c41d7
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py
@@ -0,0 +1,106 @@
+import os
+import re
+
+
+_default_seps = os.sep + str(os.altsep) * bool(os.altsep)
+
+
+class Translator:
+    """
+    >>> Translator('xyz')
+    Traceback (most recent call last):
+    ...
+    AssertionError: Invalid separators
+
+    >>> Translator('')
+    Traceback (most recent call last):
+    ...
+    AssertionError: Invalid separators
+    """
+
+    seps: str
+
+    def __init__(self, seps: str = _default_seps):
+        assert seps and set(seps) <= set(_default_seps), "Invalid separators"
+        self.seps = seps
+
+    def translate(self, pattern):
+        """
+        Given a glob pattern, produce a regex that matches it.
+        """
+        return self.extend(self.translate_core(pattern))
+
+    def extend(self, pattern):
+        r"""
+        Extend regex for pattern-wide concerns.
+
+        Apply '(?s:)' to create a non-matching group that
+        matches newlines (valid on Unix).
+
+        Append '\Z' to imply fullmatch even when match is used.
+        """
+        return rf'(?s:{pattern})\Z'
+
+    def translate_core(self, pattern):
+        r"""
+        Given a glob pattern, produce a regex that matches it.
+
+        >>> t = Translator()
+        >>> t.translate_core('*.txt').replace('\\\\', '')
+        '[^/]*\\.txt'
+        >>> t.translate_core('a?txt')
+        'a[^/]txt'
+        >>> t.translate_core('**/*').replace('\\\\', '')
+        '.*/[^/][^/]*'
+        """
+        self.restrict_rglob(pattern)
+        return ''.join(map(self.replace, separate(self.star_not_empty(pattern))))
+
+    def replace(self, match):
+        """
+        Perform the replacements for a match from :func:`separate`.
+        """
+        return match.group('set') or (
+            re.escape(match.group(0))
+            .replace('\\*\\*', r'.*')
+            .replace('\\*', rf'[^{re.escape(self.seps)}]*')
+            .replace('\\?', r'[^/]')
+        )
+
+    def restrict_rglob(self, pattern):
+        """
+        Raise ValueError if ** appears in anything but a full path segment.
+
+        >>> Translator().translate('**foo')
+        Traceback (most recent call last):
+        ...
+        ValueError: ** must appear alone in a path segment
+        """
+        seps_pattern = rf'[{re.escape(self.seps)}]+'
+        segments = re.split(seps_pattern, pattern)
+        if any('**' in segment and segment != '**' for segment in segments):
+            raise ValueError("** must appear alone in a path segment")
+
+    def star_not_empty(self, pattern):
+        """
+        Ensure that * will not match an empty segment.
+        """
+
+        def handle_segment(match):
+            segment = match.group(0)
+            return '?*' if segment == '*' else segment
+
+        not_seps_pattern = rf'[^{re.escape(self.seps)}]+'
+        return re.sub(not_seps_pattern, handle_segment, pattern)
+
+
+def separate(pattern):
+    """
+    Separate out character sets to avoid translating their contents.
+
+    >>> [m.group(0) for m in separate('*.txt')]
+    ['*.txt']
+    >>> [m.group(0) for m in separate('a[?]txt')]
+    ['a', '[?]', 'txt']
+    """
+    return re.finditer(r'([^\[]+)|(?P[\[].*?[\]])|([\[][^\]]*$)', pattern)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/archive_util.py b/llmlab/lib/python3.12/site-packages/setuptools/archive_util.py
new file mode 100644
index 0000000..1a02010
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/archive_util.py
@@ -0,0 +1,219 @@
+"""Utilities for extracting common archive formats"""
+
+import contextlib
+import os
+import posixpath
+import shutil
+import tarfile
+import zipfile
+
+from ._path import ensure_directory
+
+from distutils.errors import DistutilsError
+
+__all__ = [
+    "unpack_archive",
+    "unpack_zipfile",
+    "unpack_tarfile",
+    "default_filter",
+    "UnrecognizedFormat",
+    "extraction_drivers",
+    "unpack_directory",
+]
+
+
+class UnrecognizedFormat(DistutilsError):
+    """Couldn't recognize the archive type"""
+
+
+def default_filter(src, dst):
+    """The default progress/filter callback; returns True for all files"""
+    return dst
+
+
+def unpack_archive(
+    filename, extract_dir, progress_filter=default_filter, drivers=None
+) -> None:
+    """Unpack `filename` to `extract_dir`, or raise ``UnrecognizedFormat``
+
+    `progress_filter` is a function taking two arguments: a source path
+    internal to the archive ('/'-separated), and a filesystem path where it
+    will be extracted.  The callback must return the desired extract path
+    (which may be the same as the one passed in), or else ``None`` to skip
+    that file or directory.  The callback can thus be used to report on the
+    progress of the extraction, as well as to filter the items extracted or
+    alter their extraction paths.
+
+    `drivers`, if supplied, must be a non-empty sequence of functions with the
+    same signature as this function (minus the `drivers` argument), that raise
+    ``UnrecognizedFormat`` if they do not support extracting the designated
+    archive type.  The `drivers` are tried in sequence until one is found that
+    does not raise an error, or until all are exhausted (in which case
+    ``UnrecognizedFormat`` is raised).  If you do not supply a sequence of
+    drivers, the module's ``extraction_drivers`` constant will be used, which
+    means that ``unpack_zipfile`` and ``unpack_tarfile`` will be tried, in that
+    order.
+    """
+    for driver in drivers or extraction_drivers:
+        try:
+            driver(filename, extract_dir, progress_filter)
+        except UnrecognizedFormat:
+            continue
+        else:
+            return
+    else:
+        raise UnrecognizedFormat(f"Not a recognized archive type: {filename}")
+
+
+def unpack_directory(filename, extract_dir, progress_filter=default_filter) -> None:
+    """ "Unpack" a directory, using the same interface as for archives
+
+    Raises ``UnrecognizedFormat`` if `filename` is not a directory
+    """
+    if not os.path.isdir(filename):
+        raise UnrecognizedFormat(f"{filename} is not a directory")
+
+    paths = {
+        filename: ('', extract_dir),
+    }
+    for base, dirs, files in os.walk(filename):
+        src, dst = paths[base]
+        for d in dirs:
+            paths[os.path.join(base, d)] = src + d + '/', os.path.join(dst, d)
+        for f in files:
+            target = os.path.join(dst, f)
+            target = progress_filter(src + f, target)
+            if not target:
+                # skip non-files
+                continue
+            ensure_directory(target)
+            f = os.path.join(base, f)
+            shutil.copyfile(f, target)
+            shutil.copystat(f, target)
+
+
+def unpack_zipfile(filename, extract_dir, progress_filter=default_filter) -> None:
+    """Unpack zip `filename` to `extract_dir`
+
+    Raises ``UnrecognizedFormat`` if `filename` is not a zipfile (as determined
+    by ``zipfile.is_zipfile()``).  See ``unpack_archive()`` for an explanation
+    of the `progress_filter` argument.
+    """
+
+    if not zipfile.is_zipfile(filename):
+        raise UnrecognizedFormat(f"{filename} is not a zip file")
+
+    with zipfile.ZipFile(filename) as z:
+        _unpack_zipfile_obj(z, extract_dir, progress_filter)
+
+
+def _unpack_zipfile_obj(zipfile_obj, extract_dir, progress_filter=default_filter):
+    """Internal/private API used by other parts of setuptools.
+    Similar to ``unpack_zipfile``, but receives an already opened :obj:`zipfile.ZipFile`
+    object instead of a filename.
+    """
+    for info in zipfile_obj.infolist():
+        name = info.filename
+
+        # don't extract absolute paths or ones with .. in them
+        if name.startswith('/') or '..' in name.split('/'):
+            continue
+
+        target = os.path.join(extract_dir, *name.split('/'))
+        target = progress_filter(name, target)
+        if not target:
+            continue
+        if name.endswith('/'):
+            # directory
+            ensure_directory(target)
+        else:
+            # file
+            ensure_directory(target)
+            data = zipfile_obj.read(info.filename)
+            with open(target, 'wb') as f:
+                f.write(data)
+        unix_attributes = info.external_attr >> 16
+        if unix_attributes:
+            os.chmod(target, unix_attributes)
+
+
+def _resolve_tar_file_or_dir(tar_obj, tar_member_obj):
+    """Resolve any links and extract link targets as normal files."""
+    while tar_member_obj is not None and (
+        tar_member_obj.islnk() or tar_member_obj.issym()
+    ):
+        linkpath = tar_member_obj.linkname
+        if tar_member_obj.issym():
+            base = posixpath.dirname(tar_member_obj.name)
+            linkpath = posixpath.join(base, linkpath)
+            linkpath = posixpath.normpath(linkpath)
+        tar_member_obj = tar_obj._getmember(linkpath)
+
+    is_file_or_dir = tar_member_obj is not None and (
+        tar_member_obj.isfile() or tar_member_obj.isdir()
+    )
+    if is_file_or_dir:
+        return tar_member_obj
+
+    raise LookupError('Got unknown file type')
+
+
+def _iter_open_tar(tar_obj, extract_dir, progress_filter):
+    """Emit member-destination pairs from a tar archive."""
+    # don't do any chowning!
+    tar_obj.chown = lambda *args: None
+
+    with contextlib.closing(tar_obj):
+        for member in tar_obj:
+            name = member.name
+            # don't extract absolute paths or ones with .. in them
+            if name.startswith('/') or '..' in name.split('/'):
+                continue
+
+            prelim_dst = os.path.join(extract_dir, *name.split('/'))
+
+            try:
+                member = _resolve_tar_file_or_dir(tar_obj, member)
+            except LookupError:
+                continue
+
+            final_dst = progress_filter(name, prelim_dst)
+            if not final_dst:
+                continue
+
+            if final_dst.endswith(os.sep):
+                final_dst = final_dst[:-1]
+
+            yield member, final_dst
+
+
+def unpack_tarfile(filename, extract_dir, progress_filter=default_filter) -> bool:
+    """Unpack tar/tar.gz/tar.bz2 `filename` to `extract_dir`
+
+    Raises ``UnrecognizedFormat`` if `filename` is not a tarfile (as determined
+    by ``tarfile.open()``).  See ``unpack_archive()`` for an explanation
+    of the `progress_filter` argument.
+    """
+    try:
+        tarobj = tarfile.open(filename)
+    except tarfile.TarError as e:
+        raise UnrecognizedFormat(
+            f"{filename} is not a compressed or uncompressed tar file"
+        ) from e
+
+    for member, final_dst in _iter_open_tar(
+        tarobj,
+        extract_dir,
+        progress_filter,
+    ):
+        try:
+            # XXX Ugh
+            tarobj._extract_member(member, final_dst)
+        except tarfile.ExtractError:
+            # chown/chmod/mkfifo/mknode/makedev failed
+            pass
+
+    return True
+
+
+extraction_drivers = unpack_directory, unpack_zipfile, unpack_tarfile
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/build_meta.py b/llmlab/lib/python3.12/site-packages/setuptools/build_meta.py
new file mode 100644
index 0000000..00fa5e1
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/build_meta.py
@@ -0,0 +1,560 @@
+"""A PEP 517 interface to setuptools
+
+Previously, when a user or a command line tool (let's call it a "frontend")
+needed to make a request of setuptools to take a certain action, for
+example, generating a list of installation requirements, the frontend
+would call "setup.py egg_info" or "setup.py bdist_wheel" on the command line.
+
+PEP 517 defines a different method of interfacing with setuptools. Rather
+than calling "setup.py" directly, the frontend should:
+
+  1. Set the current directory to the directory with a setup.py file
+  2. Import this module into a safe python interpreter (one in which
+     setuptools can potentially set global variables or crash hard).
+  3. Call one of the functions defined in PEP 517.
+
+What each function does is defined in PEP 517. However, here is a "casual"
+definition of the functions (this definition should not be relied on for
+bug reports or API stability):
+
+  - `build_wheel`: build a wheel in the folder and return the basename
+  - `get_requires_for_build_wheel`: get the `setup_requires` to build
+  - `prepare_metadata_for_build_wheel`: get the `install_requires`
+  - `build_sdist`: build an sdist in the folder and return the basename
+  - `get_requires_for_build_sdist`: get the `setup_requires` to build
+
+Again, this is not a formal definition! Just a "taste" of the module.
+"""
+
+from __future__ import annotations
+
+import contextlib
+import io
+import os
+import shlex
+import shutil
+import sys
+import tempfile
+import tokenize
+import warnings
+from collections.abc import Iterable, Iterator, Mapping
+from pathlib import Path
+from typing import TYPE_CHECKING, Union
+
+import setuptools
+
+from . import errors
+from ._path import StrPath, same_path
+from ._reqs import parse_strings
+from .warnings import SetuptoolsDeprecationWarning
+
+import distutils
+from distutils.util import strtobool
+
+if TYPE_CHECKING:
+    from typing_extensions import TypeAlias
+
+__all__ = [
+    'get_requires_for_build_sdist',
+    'get_requires_for_build_wheel',
+    'prepare_metadata_for_build_wheel',
+    'build_wheel',
+    'build_sdist',
+    'get_requires_for_build_editable',
+    'prepare_metadata_for_build_editable',
+    'build_editable',
+    '__legacy__',
+    'SetupRequirementsError',
+]
+
+SETUPTOOLS_ENABLE_FEATURES = os.getenv("SETUPTOOLS_ENABLE_FEATURES", "").lower()
+LEGACY_EDITABLE = "legacy-editable" in SETUPTOOLS_ENABLE_FEATURES.replace("_", "-")
+
+
+class SetupRequirementsError(BaseException):
+    def __init__(self, specifiers) -> None:
+        self.specifiers = specifiers
+
+
+class Distribution(setuptools.dist.Distribution):
+    def fetch_build_eggs(self, specifiers):
+        specifier_list = list(parse_strings(specifiers))
+
+        raise SetupRequirementsError(specifier_list)
+
+    @classmethod
+    @contextlib.contextmanager
+    def patch(cls):
+        """
+        Replace
+        distutils.dist.Distribution with this class
+        for the duration of this context.
+        """
+        orig = distutils.core.Distribution
+        distutils.core.Distribution = cls  # type: ignore[misc] # monkeypatching
+        try:
+            yield
+        finally:
+            distutils.core.Distribution = orig  # type: ignore[misc] # monkeypatching
+
+
+@contextlib.contextmanager
+def no_install_setup_requires():
+    """Temporarily disable installing setup_requires
+
+    Under PEP 517, the backend reports build dependencies to the frontend,
+    and the frontend is responsible for ensuring they're installed.
+    So setuptools (acting as a backend) should not try to install them.
+    """
+    orig = setuptools._install_setup_requires
+    setuptools._install_setup_requires = lambda attrs: None
+    try:
+        yield
+    finally:
+        setuptools._install_setup_requires = orig
+
+
+def _get_immediate_subdirectories(a_dir):
+    return [
+        name for name in os.listdir(a_dir) if os.path.isdir(os.path.join(a_dir, name))
+    ]
+
+
+def _file_with_extension(directory: StrPath, extension: str | tuple[str, ...]):
+    matching = (f for f in os.listdir(directory) if f.endswith(extension))
+    try:
+        (file,) = matching
+    except ValueError:
+        raise ValueError(
+            'No distribution was found. Ensure that `setup.py` '
+            'is not empty and that it calls `setup()`.'
+        ) from None
+    return file
+
+
+def _open_setup_script(setup_script):
+    if not os.path.exists(setup_script):
+        # Supply a default setup.py
+        return io.StringIO("from setuptools import setup; setup()")
+
+    return tokenize.open(setup_script)
+
+
+@contextlib.contextmanager
+def suppress_known_deprecation():
+    with warnings.catch_warnings():
+        warnings.filterwarnings('ignore', 'setup.py install is deprecated')
+        yield
+
+
+_ConfigSettings: TypeAlias = Union[Mapping[str, Union[str, list[str], None]], None]
+"""
+Currently the user can run::
+
+    pip install -e . --config-settings key=value
+    python -m build -C--key=value -C key=value
+
+- pip will pass both key and value as strings and overwriting repeated keys
+  (pypa/pip#11059).
+- build will accumulate values associated with repeated keys in a list.
+  It will also accept keys with no associated value.
+  This means that an option passed by build can be ``str | list[str] | None``.
+- PEP 517 specifies that ``config_settings`` is an optional dict.
+"""
+
+
+class _ConfigSettingsTranslator:
+    """Translate ``config_settings`` into distutils-style command arguments.
+    Only a limited number of options is currently supported.
+    """
+
+    # See pypa/setuptools#1928 pypa/setuptools#2491
+
+    def _get_config(self, key: str, config_settings: _ConfigSettings) -> list[str]:
+        """
+        Get the value of a specific key in ``config_settings`` as a list of strings.
+
+        >>> fn = _ConfigSettingsTranslator()._get_config
+        >>> fn("--global-option", None)
+        []
+        >>> fn("--global-option", {})
+        []
+        >>> fn("--global-option", {'--global-option': 'foo'})
+        ['foo']
+        >>> fn("--global-option", {'--global-option': ['foo']})
+        ['foo']
+        >>> fn("--global-option", {'--global-option': 'foo'})
+        ['foo']
+        >>> fn("--global-option", {'--global-option': 'foo bar'})
+        ['foo', 'bar']
+        """
+        cfg = config_settings or {}
+        opts = cfg.get(key) or []
+        return shlex.split(opts) if isinstance(opts, str) else opts
+
+    def _global_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+        """
+        Let the user specify ``verbose`` or ``quiet`` + escape hatch via
+        ``--global-option``.
+        Note: ``-v``, ``-vv``, ``-vvv`` have similar effects in setuptools,
+        so we just have to cover the basic scenario ``-v``.
+
+        >>> fn = _ConfigSettingsTranslator()._global_args
+        >>> list(fn(None))
+        []
+        >>> list(fn({"verbose": "False"}))
+        ['-q']
+        >>> list(fn({"verbose": "1"}))
+        ['-v']
+        >>> list(fn({"--verbose": None}))
+        ['-v']
+        >>> list(fn({"verbose": "true", "--global-option": "-q --no-user-cfg"}))
+        ['-v', '-q', '--no-user-cfg']
+        >>> list(fn({"--quiet": None}))
+        ['-q']
+        """
+        cfg = config_settings or {}
+        falsey = {"false", "no", "0", "off"}
+        if "verbose" in cfg or "--verbose" in cfg:
+            level = str(cfg.get("verbose") or cfg.get("--verbose") or "1")
+            yield ("-q" if level.lower() in falsey else "-v")
+        if "quiet" in cfg or "--quiet" in cfg:
+            level = str(cfg.get("quiet") or cfg.get("--quiet") or "1")
+            yield ("-v" if level.lower() in falsey else "-q")
+
+        yield from self._get_config("--global-option", config_settings)
+
+    def __dist_info_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+        """
+        The ``dist_info`` command accepts ``tag-date`` and ``tag-build``.
+
+        .. warning::
+           We cannot use this yet as it requires the ``sdist`` and ``bdist_wheel``
+           commands run in ``build_sdist`` and ``build_wheel`` to reuse the egg-info
+           directory created in ``prepare_metadata_for_build_wheel``.
+
+        >>> fn = _ConfigSettingsTranslator()._ConfigSettingsTranslator__dist_info_args
+        >>> list(fn(None))
+        []
+        >>> list(fn({"tag-date": "False"}))
+        ['--no-date']
+        >>> list(fn({"tag-date": None}))
+        ['--no-date']
+        >>> list(fn({"tag-date": "true", "tag-build": ".a"}))
+        ['--tag-date', '--tag-build', '.a']
+        """
+        cfg = config_settings or {}
+        if "tag-date" in cfg:
+            val = strtobool(str(cfg["tag-date"] or "false"))
+            yield ("--tag-date" if val else "--no-date")
+        if "tag-build" in cfg:
+            yield from ["--tag-build", str(cfg["tag-build"])]
+
+    def _editable_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+        """
+        The ``editable_wheel`` command accepts ``editable-mode=strict``.
+
+        >>> fn = _ConfigSettingsTranslator()._editable_args
+        >>> list(fn(None))
+        []
+        >>> list(fn({"editable-mode": "strict"}))
+        ['--mode', 'strict']
+        """
+        cfg = config_settings or {}
+        mode = cfg.get("editable-mode") or cfg.get("editable_mode")
+        if not mode:
+            return
+        yield from ["--mode", str(mode)]
+
+    def _arbitrary_args(self, config_settings: _ConfigSettings) -> Iterator[str]:
+        """
+        Users may expect to pass arbitrary lists of arguments to a command
+        via "--global-option" (example provided in PEP 517 of a "escape hatch").
+
+        >>> fn = _ConfigSettingsTranslator()._arbitrary_args
+        >>> list(fn(None))
+        []
+        >>> list(fn({}))
+        []
+        >>> list(fn({'--build-option': 'foo'}))
+        ['foo']
+        >>> list(fn({'--build-option': ['foo']}))
+        ['foo']
+        >>> list(fn({'--build-option': 'foo'}))
+        ['foo']
+        >>> list(fn({'--build-option': 'foo bar'}))
+        ['foo', 'bar']
+        >>> list(fn({'--global-option': 'foo'}))
+        []
+        """
+        yield from self._get_config("--build-option", config_settings)
+
+
+class _BuildMetaBackend(_ConfigSettingsTranslator):
+    def _get_build_requires(
+        self, config_settings: _ConfigSettings, requirements: list[str]
+    ):
+        sys.argv = [
+            *sys.argv[:1],
+            *self._global_args(config_settings),
+            "egg_info",
+        ]
+        try:
+            with Distribution.patch():
+                self.run_setup()
+        except SetupRequirementsError as e:
+            requirements += e.specifiers
+
+        return requirements
+
+    def run_setup(self, setup_script: str = 'setup.py'):
+        # Note that we can reuse our build directory between calls
+        # Correctness comes first, then optimization later
+        __file__ = os.path.abspath(setup_script)
+        __name__ = '__main__'
+
+        with _open_setup_script(__file__) as f:
+            code = f.read().replace(r'\r\n', r'\n')
+
+        try:
+            exec(code, locals())
+        except SystemExit as e:
+            if e.code:
+                raise
+            # We ignore exit code indicating success
+            SetuptoolsDeprecationWarning.emit(
+                "Running `setup.py` directly as CLI tool is deprecated.",
+                "Please avoid using `sys.exit(0)` or similar statements "
+                "that don't fit in the paradigm of a configuration file.",
+                see_url="https://blog.ganssle.io/articles/2021/10/"
+                "setup-py-deprecated.html",
+            )
+
+    def get_requires_for_build_wheel(self, config_settings: _ConfigSettings = None):
+        return self._get_build_requires(config_settings, requirements=[])
+
+    def get_requires_for_build_sdist(self, config_settings: _ConfigSettings = None):
+        return self._get_build_requires(config_settings, requirements=[])
+
+    def _bubble_up_info_directory(
+        self, metadata_directory: StrPath, suffix: str
+    ) -> str:
+        """
+        PEP 517 requires that the .dist-info directory be placed in the
+        metadata_directory. To comply, we MUST copy the directory to the root.
+
+        Returns the basename of the info directory, e.g. `proj-0.0.0.dist-info`.
+        """
+        info_dir = self._find_info_directory(metadata_directory, suffix)
+        if not same_path(info_dir.parent, metadata_directory):
+            shutil.move(str(info_dir), metadata_directory)
+            # PEP 517 allow other files and dirs to exist in metadata_directory
+        return info_dir.name
+
+    def _find_info_directory(self, metadata_directory: StrPath, suffix: str) -> Path:
+        for parent, dirs, _ in os.walk(metadata_directory):
+            candidates = [f for f in dirs if f.endswith(suffix)]
+
+            if len(candidates) != 0 or len(dirs) != 1:
+                assert len(candidates) == 1, f"Multiple {suffix} directories found"
+                return Path(parent, candidates[0])
+
+        msg = f"No {suffix} directory found in {metadata_directory}"
+        raise errors.InternalError(msg)
+
+    def prepare_metadata_for_build_wheel(
+        self, metadata_directory: StrPath, config_settings: _ConfigSettings = None
+    ):
+        sys.argv = [
+            *sys.argv[:1],
+            *self._global_args(config_settings),
+            "dist_info",
+            "--output-dir",
+            str(metadata_directory),
+            "--keep-egg-info",
+        ]
+        with no_install_setup_requires():
+            self.run_setup()
+
+        self._bubble_up_info_directory(metadata_directory, ".egg-info")
+        return self._bubble_up_info_directory(metadata_directory, ".dist-info")
+
+    def _build_with_temp_dir(
+        self,
+        setup_command: Iterable[str],
+        result_extension: str | tuple[str, ...],
+        result_directory: StrPath,
+        config_settings: _ConfigSettings,
+        arbitrary_args: Iterable[str] = (),
+    ):
+        result_directory = os.path.abspath(result_directory)
+
+        # Build in a temporary directory, then copy to the target.
+        os.makedirs(result_directory, exist_ok=True)
+
+        with tempfile.TemporaryDirectory(
+            prefix=".tmp-", dir=result_directory
+        ) as tmp_dist_dir:
+            sys.argv = [
+                *sys.argv[:1],
+                *self._global_args(config_settings),
+                *setup_command,
+                "--dist-dir",
+                tmp_dist_dir,
+                *arbitrary_args,
+            ]
+            with no_install_setup_requires():
+                self.run_setup()
+
+            result_basename = _file_with_extension(tmp_dist_dir, result_extension)
+            result_path = os.path.join(result_directory, result_basename)
+            if os.path.exists(result_path):
+                # os.rename will fail overwriting on non-Unix.
+                os.remove(result_path)
+            os.rename(os.path.join(tmp_dist_dir, result_basename), result_path)
+
+        return result_basename
+
+    def build_wheel(
+        self,
+        wheel_directory: StrPath,
+        config_settings: _ConfigSettings = None,
+        metadata_directory: StrPath | None = None,
+    ):
+        def _build(cmd: list[str]):
+            with suppress_known_deprecation():
+                return self._build_with_temp_dir(
+                    cmd,
+                    '.whl',
+                    wheel_directory,
+                    config_settings,
+                    self._arbitrary_args(config_settings),
+                )
+
+        if metadata_directory is None:
+            return _build(['bdist_wheel'])
+
+        try:
+            return _build(['bdist_wheel', '--dist-info-dir', str(metadata_directory)])
+        except SystemExit as ex:  # pragma: nocover
+            # pypa/setuptools#4683
+            if "--dist-info-dir not recognized" not in str(ex):
+                raise
+            _IncompatibleBdistWheel.emit()
+            return _build(['bdist_wheel'])
+
+    def build_sdist(
+        self, sdist_directory: StrPath, config_settings: _ConfigSettings = None
+    ):
+        return self._build_with_temp_dir(
+            ['sdist', '--formats', 'gztar'], '.tar.gz', sdist_directory, config_settings
+        )
+
+    def _get_dist_info_dir(self, metadata_directory: StrPath | None) -> str | None:
+        if not metadata_directory:
+            return None
+        dist_info_candidates = list(Path(metadata_directory).glob("*.dist-info"))
+        assert len(dist_info_candidates) <= 1
+        return str(dist_info_candidates[0]) if dist_info_candidates else None
+
+    if not LEGACY_EDITABLE:
+        # PEP660 hooks:
+        # build_editable
+        # get_requires_for_build_editable
+        # prepare_metadata_for_build_editable
+        def build_editable(
+            self,
+            wheel_directory: StrPath,
+            config_settings: _ConfigSettings = None,
+            metadata_directory: StrPath | None = None,
+        ):
+            # XXX can or should we hide our editable_wheel command normally?
+            info_dir = self._get_dist_info_dir(metadata_directory)
+            opts = ["--dist-info-dir", info_dir] if info_dir else []
+            cmd = ["editable_wheel", *opts, *self._editable_args(config_settings)]
+            with suppress_known_deprecation():
+                return self._build_with_temp_dir(
+                    cmd, ".whl", wheel_directory, config_settings
+                )
+
+        def get_requires_for_build_editable(
+            self, config_settings: _ConfigSettings = None
+        ):
+            return self.get_requires_for_build_wheel(config_settings)
+
+        def prepare_metadata_for_build_editable(
+            self, metadata_directory: StrPath, config_settings: _ConfigSettings = None
+        ):
+            return self.prepare_metadata_for_build_wheel(
+                metadata_directory, config_settings
+            )
+
+
+class _BuildMetaLegacyBackend(_BuildMetaBackend):
+    """Compatibility backend for setuptools
+
+    This is a version of setuptools.build_meta that endeavors
+    to maintain backwards
+    compatibility with pre-PEP 517 modes of invocation. It
+    exists as a temporary
+    bridge between the old packaging mechanism and the new
+    packaging mechanism,
+    and will eventually be removed.
+    """
+
+    def run_setup(self, setup_script: str = 'setup.py'):
+        # In order to maintain compatibility with scripts assuming that
+        # the setup.py script is in a directory on the PYTHONPATH, inject
+        # '' into sys.path. (pypa/setuptools#1642)
+        sys_path = list(sys.path)  # Save the original path
+
+        script_dir = os.path.dirname(os.path.abspath(setup_script))
+        if script_dir not in sys.path:
+            sys.path.insert(0, script_dir)
+
+        # Some setup.py scripts (e.g. in pygame and numpy) use sys.argv[0] to
+        # get the directory of the source code. They expect it to refer to the
+        # setup.py script.
+        sys_argv_0 = sys.argv[0]
+        sys.argv[0] = setup_script
+
+        try:
+            super().run_setup(setup_script=setup_script)
+        finally:
+            # While PEP 517 frontends should be calling each hook in a fresh
+            # subprocess according to the standard (and thus it should not be
+            # strictly necessary to restore the old sys.path), we'll restore
+            # the original path so that the path manipulation does not persist
+            # within the hook after run_setup is called.
+            sys.path[:] = sys_path
+            sys.argv[0] = sys_argv_0
+
+
+class _IncompatibleBdistWheel(SetuptoolsDeprecationWarning):
+    _SUMMARY = "wheel.bdist_wheel is deprecated, please import it from setuptools"
+    _DETAILS = """
+    Ensure that any custom bdist_wheel implementation is a subclass of
+    setuptools.command.bdist_wheel.bdist_wheel.
+    """
+    _DUE_DATE = (2025, 10, 15)
+    # Initially introduced in 2024/10/15, but maybe too disruptive to be enforced?
+    _SEE_URL = "https://github.com/pypa/wheel/pull/631"
+
+
+# The primary backend
+_BACKEND = _BuildMetaBackend()
+
+get_requires_for_build_wheel = _BACKEND.get_requires_for_build_wheel
+get_requires_for_build_sdist = _BACKEND.get_requires_for_build_sdist
+prepare_metadata_for_build_wheel = _BACKEND.prepare_metadata_for_build_wheel
+build_wheel = _BACKEND.build_wheel
+build_sdist = _BACKEND.build_sdist
+
+if not LEGACY_EDITABLE:
+    get_requires_for_build_editable = _BACKEND.get_requires_for_build_editable
+    prepare_metadata_for_build_editable = _BACKEND.prepare_metadata_for_build_editable
+    build_editable = _BACKEND.build_editable
+
+
+# The legacy backend
+__legacy__ = _BuildMetaLegacyBackend()
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/cli-32.exe b/llmlab/lib/python3.12/site-packages/setuptools/cli-32.exe
new file mode 100644
index 0000000000000000000000000000000000000000..65c3cd99cc7433f271a5b9387abdd1ddb949d1a6
GIT binary patch
literal 11776
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
I{a-)-138F7F#rGn

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/cli-64.exe b/llmlab/lib/python3.12/site-packages/setuptools/cli-64.exe
new file mode 100644
index 0000000000000000000000000000000000000000..3ea50eebfe3f0113b231a318cc1ad6e238afd60d
GIT binary patch
literal 14336
zcmeHOe|%KcmA{i@!XzP1Kn5cq3}G<1l`t@f!33Rw1YdNbBZMET$YhwjkkQFxI`am>
zrS8y4EW_(;X{*+DZA%ebYuzsX_+UV5Cx#`7paS(%L2b>d)rY|vf0SRMZ@=fhH(?Tg
z^s}Gt{;^#j+;{Fh_uO;OJ@?#m&%JL_f8$n`%NWZ;QdPz}0qJq__g{G#7&~vup7Yq_
z1=VM4u5Xn2B=Kj!QuV>9kbs;
z`H4wCvv23{#@QPD1uriN_*!*$y89UB9
zBqW|VV|IX&%NUzPaY!QsaiZ%Ajf@GTAP*AtP4rohld*I~SR>?PY(yo|%|Xg~oWw5@jrf7%
zIte2~baRoi9w(<0gKZ$>UByvJbn}q19w%c9vx@((vqH*v$zsO359p7OI6kAJFE&;#
zE`ypn`XrO%uxdHa3eP~+Bqa9E7^0;nLbAbD;!f7sO5I7f&AN2?3UIIs@);o|*%}4;
zsPZFKRcjr6LQ=9>-Exm0|4xuiswFX%bF+I_-;~X;){#C|i8&jRC%MXI5|Tk%2{9-Y
zk{fMSSA%Q0i~6yGzZ+fkbfFK`Jf#LK)vkDT5sRJNV}iJ<`w
zkSsMnU8GtZ=)WT^jWIuctwB(`RZAI1#NIRSa-i&NKOy;?=BJ-mEd?57UdOxA_0IUG
zt73U-&%jaS%3_n`mlCfVVg-(L$Ghgc(z4>{JEV3THrGCH-t~TmDviZ}A6-=^Kd;y<
zjJb19I#gnOpKJ5HI(6T`UBgHW84}mNe1_^ezd7YHxRRsllhOebwY!u{z5zpmns?<_
zlbX5)F0L+%Sv&gf7$={8bXASqCCK}g3*j<^+}9j^`*K%7(*rq7k
z&{Q@~S^(hKDDL90e=wnKh}!2Gz0$-jD1XZ3VekW2Raj29`7ENoy)hJ1gfJVkbE+w~K?S
zu65($l@*fNx!KMUYOhe$b=z^u6H4uC-s-IUxQ5D#IK>Fn6l9L`YfOpj56ttE#E1bB{e@
zL{;)WTby*1y1N8wa3>$PRidbkLw>=Xe9C4=St+6^z`Un^Ok_gtQTYYsld;sUgCo>l
zef_0{s_y6*^Da|+pHvt>T__pjr;B56yE@4e^O0I!B9T%lY6ty6*)ZozWaB}gX>e)4
zWJf7#F|^;Ju(@Lr3K*}}RjL7IoJx%aPI>iX6{~wtkV|1&=3VEvAC|_uVP|jyXJ*Cn
zT>IE6^R6-Nhhy)MpqMp~xzRPYHUUOpbps2*1n~5zmbWHC#7Zm`bH|G`)4!p*Rp#~{
z6!i9A)R=UyS{?uc8X2+FW*+Pem_er@_Lmy-u6CoD_x5cLUGY<^Vn(1{s*pl5*LD#~
zn%dlKp3;s!&oQg&iWG61=#5vdiXC&y`!$D}B|i0w2~{nn5Q4AM-FaNYGq_N9Q{}+<
z*%fB0kbmduBs#JY`4sF0mRsMU#%9#XlU=Fnb5u(|$lP)_tY;qP3Uo^T8C7+quFg5O
z0vaW+!o96K`LNANwv)=McKa1Kymm`nsvc|P=MxyKlV2c>uN34X%AJ@sA(<3-z_VYRHRidX4j7CS-Ru1s|0)FnPK+%eO|
zxAW$$*UIDe>Xw>WzwzoE=vM8jQ`5P<^;Q3|@fE?}$MvjQ{(!Jh>vsSWz!U^|P}$5o
zPM)xf4`9XymAdFpoO!#6oQ(LR~txxZm2r<
zNL|$@8=p0==&Ql@?{TDiYPYqJ=2oPIWbIZVRebG9RZZ6Bna9+|QyznPO#Kd|$C36T
zy@>QC(nqRg5dvG-P@IP%H8uf(28!DR`S)ZhPDh^`9aPfGPF>9)Cr`4gmeb?OLB%Gd
z1gwP@p#U0o%Ca4^p?q>eRR^w-Yq##YK5ne^EU4
zvL26}RtnLZ?mlK@78DH@y!a}YUqXB)B>J#yUxLm$(q;i>xmOR=C_b#0U6q3TY@K{a
zDMq7VfuVD0ExF>CU5PhNx#d3B36|%U4@u{{WT&a#@5wuP#GQKx`-pqmp*nx}HS#!Y
znu|(g!31DBQDew8OGQ|shTKH|pgXtM?LaquHyuN0G!zmdG(2ZdLRGN~N1<4W(A8Da
zd=i0R%+M`#^_3iZ2rK2l0q0VRWp>j{D$f?-^#*hY5B3q|_f!6eGI})D6;UKhl^Sde
z?P)2hTwVa(riz0A%4_hP%66^cchL~mu!NVDqd;Qw8V$-jkX2fV?R}K{0ljX)3!VLx
zu-`-;oQ=vdDtV~72r(*n!8h!+-qgJt)5w%xp@QOS=vnb14>P5ho0l&Ky)qt17$A_x
z>cNS};5^kZbta6{1H0YazrlPH=nV@X@j|a8fp>l
zU(;j!cc4fIu1CXK}cbfr89{sb9O%8Qs`<)>M+lMhoL8QX0^a
zG6gR|KBas}vm=)(e*)AF6|zZ5f2gXM&fh>mQ1miH%rT=f1}z+iA2BG8(pJ?ya3LuE
zRimhi<1oQML)@^xQNT>0rNGTypO1-dH<
zIh;)>mi&-nBzeDTc^w(ma-0`?_Y~wYnpo>if;zpQaEL##>W)|LrUSTY8I5oYhBb=&
z`{ypfbS!jW{J*3Lz}`|RB#oEg_$#C+pGf0~WZVq`M7m=MoirxqXp~OmzlE9}`!c$kAN)7=3!KlTJ&*t!bL~f25W@c?O!#b9lMJGzfC>QyC;0uB16s
zp#lu7628c(od%)Pqwv3D(OQ1&6qq`29!!&8Y!qaiuXc|?4aPcONHp0hA%WZ0LYrQr
z8)go**xiWufece&2J8h#7OQI6f@W$@Le1Iu2>NsC=SV&uKgCJ{!>OVm=S`=Z009nW
zz$jGpO5+^qLBae;@qu}88h@UnEv}u0fsYLd<9cqL|o
z#+DP~?{geHSgLq6l@l6G1^RF_o7;^1yp-rwKQ#ZdaXJVvp%nmBB#7eW0Q-yvybU`I
znh3igEmKxQEbdE65fgXT--xYvzOkSmPIA5AFRn%g%l-6g0J+a@nooCOF>hxP8a2;%
zmBt#}Uwg*<#0}$w#51Kr?jiFNF2rP`UN$p}f$P+vToG
zM_|Oy%ouphaaia$tm!FnyN!K=G*$>b=L6<&wU>5l`rdL>c@M%m4r9iO+Fyx{624`r
zfJ@iLq0z(_Oaq2(IV$BLlpn2-Q-gz<1&|r=kj{m~f={soaQ;0S8>KA7QXeqWr9-M%
z0b2PQ5Y(4ouE9mbGnonFcJm}QapB~ViRqI^a1`TL9b{~!%LMs22<%v0FIGUZC+BQ`
zZRQWZhFn#5OcD}e39OdF|9KPu$_P}GwS%g~j*^@fW>fxBEuX3{)yg(1*OsE$pwQKC
z6&%PrY6k^Jm#~{c3A&3FrlH_C*A+zW!ff9_BEVO9gp&tRyn>3@pKtDVq`MFB%@_vQ
z$(;OF2gBxmLY@A-^T-x<8oCcWgADF{ra~RszH;(iTC*mb@)r6Og{#vg7$QOu#C>zPKw$$9ZzE}<)gY6TZ}$2t$FhP=Pua|C&`q(
z=mEBYVY@mH(*96{7Zp{@R1gdDj}?&NFnWaW@_u*<)$#*`8RQ|VGae$<&ucl+IWGYr
zQwmj(pWvEB#!60jH8GGodU;=NXfD}7-H;$0>FT_fdgXq!V>8JqkxSQGAUr^dQfM?@>@=vE0M)UKN{w3!l7Jwnw%u!
zx`R*_0yxqcg12K;eEZ;gKQTB+3^45ZyS0^Tip>)ILbZ_FtFKk-xwUFZ>~4ox=dBx^
z*iAl`neWalG=5#^x;z?I@e%$t6PcA+4j-c;p}w)V#+CH|>2FE(CYYE6B!
z|4i_$#HpNhmQ81v^M?khnBTMTc*N@M=Dr1&X@cxEDJ$VJkXK#?9L76!QSLZYr52n$
zAM0=|wt5;+zG``sW+c%~hn>i=p$i1=2sf%7hBeXp@qV0oU(iTe(*M!8N#F56u
z(so=r)jD3Okq^5z4TdB!=-Tu_ASBk+$ou6%N1rRT$WU8!(7fHX>HVw4P%N2et1UVN
z-Q>xqVLT?>4~>r9BqWMI{s+wY^ueoCv(RIF0|gdmY(YBTz@!-q8uN3QG<89kzy#yY
z(`VJhDeG-E0g)K}!ywG}cSXn5$j05+ja-RdLrv27Yh(vT0rvnho$&d%PZB<^8r*m>
zi48$&Hy~@?^Y%D%;=3B68i*(1>R9rk
z%e1YEG|7fsTDWI^HbzjjPTOk`qfjZG^>M@?UguY;af$<~c
zTqnA%Qe~po+GG3!iZEDIynG#kLB-=3aIx_d0y*RlV=CV%;WE!{C$|eU*+$6&}wK1
z$ecT$sQuaaOg^iAI?3r=27|>syd%g6stzHRErp*%aJknCzkpg^n=EuH3V{xSpZ`5H}hj;4mULF2ghx>GR#HF?WK!^DYwQ`vbojPpL;dzU+`ZId@
zO&va~!^d^_6CJkeutkS^^?o!ijGfWt7}Vj|E47*#IxN%s%h0dU@gW^%@K&dmTR8$>
zsN*wqldsC;H2A#{^-jIKN{78V{hfOGuwH&thY#s+qu%d*dO4)SEjs?J4$sr^TXpEx
z;T#>V*ZX-@FEjnQPsi`k@q2ZC59#n;9q!QS>^gi{hfIGy(CHK%{!xdS`j4h+pB*!>
zv0N+1N5BkyjgHThADlS+vt4OvT0K_
z{Isdz4N^;6s6t#X5=N(M4uqPl9$tgaM1M^3tqF>}rOvM{7HqQ8cXO(y9<|5g(Z)Zh
zLmiE8_QM~iAye}|3r!>X&2ab3(d25>VFo`0|Ci($;y)r2zf6;71e&eX87GJJKJJ
zK1BMym9clq@VR{&?NRtVe=%d%A<_4G+LN$G*iKvt-C3UX$s2VZTq*GH`?l5)sF_Ev
z&){r!`%oJVx1N7M_h9T50s1~~gH&jTi-AhO3cKCkycVBjP&QF{(GpxyFLDvh))6>D
z-a8zJQz&EGhT-aX+XqMB2)T0vj@)_Ya2)5C9)|O9e!atSobKQ-Tmz>&G91V0`hnX<
zH}ZbM
z*|-LcZv8NvMi&RJ-GF}9YrmJE--+~+Jlgy~T0|hgA==L19E9r!E^8ifbi>qQuRM!D
zLT`&}13Vr?Apn`*Z8%XjA%3h_6V+T$qxL(L%gjJG@00hhEZ(7+Q6h0tN)
zocyqX%LqB=8ku=)QJ8qrLy&AF^Sln*pdZg{tIA*)TYM#gPT-U*+%6~V1G9cG3-^2A
z20>@9KG*gva30Y0X5l8gzzet%>PvsF1kMhNDaoR1Bpg{*7A_8)6*y}aZaZ*JqWheO
zY@MF3;#*A*U&XhY9_&sH{&(Zs!)y_cBNrpAbg^4=t`?=mfsilg@kuS$`C7$=8w6jd
ziRw!7SNHyO1;s^DB&hWjVfziZybvRZZ?h_E*NGvCv1@CWTvzLM%&BM!2C)uU
ztJoS9fj2R)cab+57X5+dfZyA~#g3p4;Qg^k1dYAodcPQ!0&OAu#P4&kUVj^|RPejO
z<%^aqyRMdwvcySb2t(RNzJVIGc{4Y=3iJ;iiG^F
zVfGy@hp;`w0?}yL=NFk1(ughI=0H#qBN(fQp9KOVd41uqSK1I3SpjhtrC3yqv_gI{
z0{xUS8g_GFZ7d>sL%v9)?KT<#WOgubAQX@SzF^??p(-)7E)Z!8weq=`!Mr$TWT-N&
zvq|P@JRndjyZl_SZ+dkL7UPCjee@+9y2UPH$V@qUq*#rDNBJ?F`HxrA8vkM
zS`UL
z2u`heM${}1M5LH6xGV$}B8+{@xGbbOfTr5al84*Dq#)uTpYw&)bI4CE(%ePHo$WO?
zWM(siVh`rlMfE~kWHCP+h3;8h$%mq4ke3pA%6T3VM
z+raG_NLH8&NtW_iZoo9UqU1Lz$F}6w4K2&1Zmb7^tZ5r0su9=3)~*#J8AL0GU89?Gx`x5_3Hur6_On^X}~`sRU%LK8Ta4}h2I`C-1{-y4RU&dU3z{mApLDd
z4QL21K_Z?FfSZx1Ex{Xcf6|WpD!}KEzKuNn-n0PcDxx0^xD1KtR|3AF=ida}Xhr|P
z6WoSGGz9zf`~krHsT$q{I0cD#S^*DG9`y8gBomPc?*x=_hjRe)|DwPJLrGP}B#-|u4BZgHI$vXAKPw&8uf+^oGJ`r{l92Oe+2}&-Rtu
z8@IP?4{wie-@5(5?K`(Wc>m7(XY6q95Oy5gq3jskacT#9!1Tap8GMELzpR1(0;Jc=
AO8@`>

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/cli-arm64.exe b/llmlab/lib/python3.12/site-packages/setuptools/cli-arm64.exe
new file mode 100644
index 0000000000000000000000000000000000000000..da96455a07a0bad4cde5dc5626544325f82c722b
GIT binary patch
literal 13824
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
I{a-)-138F7F#rGn

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/command/__init__.py
new file mode 100644
index 0000000..50e6c2f
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/command/__init__.py
@@ -0,0 +1,21 @@
+# mypy: disable_error_code=call-overload
+# pyright: reportCallIssue=false, reportArgumentType=false
+# Can't disable on the exact line because distutils doesn't exists on Python 3.12
+# and type-checkers aren't aware of distutils_hack,
+# causing distutils.command.bdist.bdist.format_commands to be Any.
+
+import sys
+
+from distutils.command.bdist import bdist
+
+if 'egg' not in bdist.format_commands:
+    try:
+        # format_commands is a dict in vendored distutils
+        # It used to be a list in older (stdlib) distutils
+        # We support both for backwards compatibility
+        bdist.format_commands['egg'] = ('bdist_egg', "Python .egg file")
+    except TypeError:
+        bdist.format_command['egg'] = ('bdist_egg', "Python .egg file")
+        bdist.format_commands.append('egg')
+
+del bdist, sys
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..04c2fe9a66256dfe47e6617ed07ff0f2b306c9c9
GIT binary patch
literal 655
zcmZutF>ljA6n^K6+jAgIC4^X7sUj)DqVWkLF;z$m6=FdQbZ9GKIq@ZRdyXyNh1N`r
zWMiXZVnq!624+}1pj4hJ5CfY<7LxnY4{xw`7(O-0=^_8>*2Zvd+_
zA)%_H*35Rg=%%w$b9KLi+GTFZ|BT9C1UvItM{taH;0W2~A6CQ_c
zw_c<%+e(rs$(JtI@&zxB*}(q<6TQv!CEbrgMtl9l6RoaCIS*a#by|`Mse#HV4>~lS
zE!KAKKcFIztQC9RL$A*S6-*9e8AV*s`FQHO!61;X>%{4lY=)6Ps
GQvN?=%A$M#

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..64a6a0603a11f197f93f771c61cd96e7bf25ecb6
GIT binary patch
literal 6593
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
VD}s}4S*dkFXRA#%wwI;r`Y&zy8^Ztq

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4612a63449334accde4c78d15b3ee43de0dedd48
GIT binary patch
literal 3549
zcmb7HO>7&-6`t82aw$@Oq(bY*R#uiOiLEKdmEojy?K-e*SN@R`H~|dSEwSRRsFjzy
z^z2d&X$nwU1En3ek9eZp~J@g_<4$LkDRA}8pZmQ)&p;O=Na!E^3
z4;g@OX5P%cnR!3od;D8#YYT#Q^8PV`ffMtwB@yIT|
zxr+y5jLi`xM{M3%hA9iOY@9Y3xQi(6{x~sfWR=8BhDc^SEhRK9o6@A|xTTmDoxnJu
zsndyE!J0Mn@v-CIO_-{s#B);mmXuMwLuqJfZf^CbJc0deDQ{pxH9NKntAS*~gNi3rzBjY41Gf7Tnlf2Aj
zu;QC*bN1~aMVKZ1u-37M?M!4ogPnE3@wb57A`ADpWDE2G=!4*YL7R7;TpXWJW>g(4
z1|~6xmCjqDH7i-7s?Qs@6jL-{4Gfqyh$7aNWftF(zy6U?|Kz|gJ^)Ym5hZKPD>f#@
zZg(h-=5??|3{Hd#Pz#VZ-~oG_nz|(Y?OXz~f||}Z=cy0)UTZov4apKpHTF0&D#vLB
z6vI<7j?l=q!>X=YDjZ)_Qf|nZHU}Q(Ugin5IaASQOd2gBq1q<9-0VFFkiF0jdTTP{t^Eua5a^4Y`ig3xc;RZ^v_vzfq}7>%sC*=)Ev?|#ybj?|6XCYKl&J;5L02KLytaqCVaaVZ2$DsgHvCOSFGO^epC4T%;Wdh`^GlI!?lhZJ1i4v
z+eS=l+ct|1C(5TB>+CTORiERC?|@USP_zWb{&o<8%GgsSAn}2QGEX!O)l@u2uW?yV
z21X@{>)?V5%xmkM1zF2&C8mU*)*avLF?!g`ff=oafe*fkcZ$s48U?*yJb2el@Pq{h
z)|B=JXs26z}^E9!*S`?GK@1owg*~=K-%BonU)}_#}uX)*@z91Huvi*+V
zDrT|$oSS^acPaEyMtpB8wmF#!(o!8AkAUc6|CHfQMF)iey9^zYY+je0R7zL3`CuVs=?6h_KafH0WKx0Y0HT(o6iwdx9kvP>8xa>oV$@XL4+HK+?=86Hk*}l
zPC_IUW^92LD>Srizf1}#lGg!C`{*|`_(&JsZ=3>B&To{6rA@jdL
z7Evu6eI6dHh6kUA$E)G-)ya+UnX-SYJ@RScL18o0xfULL78+^{YCVvTaq9)V#BX-I
zu@)WvLumEGKV94yo%pij{5DHhwnE_-tsP5UD?Q6SpZv6Pd%abx9qL;tEEn$osQh6K
zB;S2-x7ORg?5}l3D*n9X?osrVbR%cOggTD{x)m4z
z=t79mV801_7MKOL#5C)HCd@j}1tru1qmS&_(E!o<4i0ui_w3-ku&?j%!46*byHEs>
z2cSm_D_Nkl#8L`nF9fwOqZ!kZR_ut!-BH}F;zgUIIxn`xmnvIIVc-)Jo
z)8r_~i(x`v9OG<`8rume+h-bil2*ufV8z@MQDhic4mn5H6d({w(IXXkIs5Uo#S7(&
zHGk`8eU%#6AjX<9NHm58MzqL(T$^mLTQ`5QuP$|A8)7(dB=m<1c-F
Y-2STTE&LuXUw(yXzcYhdaLf_(KTxkUJpcdz

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..787797181e23f7c6ef033354ddcece67626b12b4
GIT binary patch
literal 24439
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
Nh2~##%){pW{{#AH?)m@#

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..05e176476bb5f012ee32d49ab99ff09d01468af6
GIT binary patch
literal 5441
zcmbtY&u<(_74G@zu|09JPO=*%kQCM`cr0gzY#;|KM1+JaL5UNs69Kai$QTvYL{?d
z^2$MZP-$0meViG2|&{H#5YA{MR)J}a8%^;^D*rQc0x1O`;Pi63~^%Xm7f>3cgG
zj%Ljre;kkI%&i;v-O({~uUzRzv2tn4>@PL3uzwXjPc3e>3!c?3K7#wamzUqy
zVaukND*{nEYqcxGQll(q&?l>CMs+V|=X#?$s@Znv47hEN=4^W)yd}{}^%w89`eMLay-n$;ORm!jf`J`4-Agf7G5x@O
z3tqRPVcZwtmFDHQTFQ_4rO0u&oK3D;ipNP53lXSRx^_!%*Nle76LP1He{~kkht}U0
z&wo-rzgM+Ro&DR%i+??N@%JBme6sP&yYe(1>lufK^rv_{9nv;J+Aez~Uh&El+F8r1
z;J%vPF912^cGX+(YPineI*V(~JMPWlI*aQ(u5;cAua4{d@L1!u(cDJTy=fxkG;5Z1
zCuBl;T(Vd&l|+${G2@;eJKcaYKUA?31O{eoS#i$RA|9=Eu3r5{r@`=Oj^R&71GBqX
z=-JB3#`o_(x_fJ7h53Uh-~%4UEbjY?MJZ65>|vh|v4j#Beeco6LmC_Qx%6YbXitg(
z>vSf;Z>DBWHa!7vj
zZ6`>anCn&DM8$e%?G;Am{Yn&V756#oi69U=^a~!j+)E^1GiF_G9=aDC(GxqJ%s_%S
z#|BPpGL@4poz6p$J|X~42K<^j!eSk29`;Kp9TlV(ri-jaiC5ZudV3?
z>9iOF1P(i?*xBOD@wPD>xM!k=#iwljwlR&&bUcoPOhaZ?^<%}lyzgxLB9Q$wbQ!!%b!fEiOT%EhtK6hA~i1VWCXa2A#8DF411E~$
zp+>vv>&Qvo3vhTQn1BNIa)ZR?;1m`Sz+3tBal(wI2&G$|@N3bPcGg!~qSo7I9
zOq%^94?tev);v*y3&5y1ehfkdweUfN@CZacMStLjTgX&L0dB&eN!y#*s`LKvs5jY-
zAm%beDsOYb_$zIjExhIlcdcV6iS>nm71vDBUBfYQ$wQa7%;W1FGFbx0l$tvBIakb>
zY}quI$9My^$9;VoFGJD=-x6OifwPinLJUFQ>snXw3se!^SXFzIzHc
z<0&QwZDKn;PgmP?xfS4Jz@c?K#Y`4y6L*B%LKr+AaWr8}&QJwN%ZtI??NPZ4Av8Lc
zF^sNZqY|`cCMF@J+yb;p{tv3Luut0asWmJ-EAD=0`5lxGoGqvi6&Q&#KB_f0aFkj*
ztnR})fUgIhY^=*uSnXM1R8~CbDcX<8*U^p^{m_qnC-8TcnpxYFg(qawBn-MKKdkT9uBAGe~afXL=nQIf}~lM>&+8d1aLS?ogDast;!#?*KK>XXB$x8EhI~B)q2q
zH4c)=)@9E}meH9s4DC=f5eworQhxj~IDjZ&*+i|8Ze!*d9hj50-#cRXB;h4bLk)<-
z)(p8v(qj=!ffdEXl%GUmWvw{+W{*J)F;^eF|u`*SW4?g}y4iSqPBGwzlQPoJK
zQF&d2yit^wFmQL4=>As}#TY8g;pVf$}&tC(w*$Y#UnCwk3VAk*`tn
zHEQ0Z<{~xA)T~gmN)4$E^ZABEhCGusCvl^0qWRGJy!d9Nws*H+onue#ee}&w$`|&E
zRrH*&PMrMJ`d)FdQrllHR_gn;Ni&C^XX=&ui?7U947=*3*BkTn^{bcQ{SsflB;=Dd
zs>VZl`H^M%QPveie?fbLZtR96ecHbN&YidKtlzk6Z#??$&HMN6
z-B`c1VZ503?2Fnp^UdwL{1#>+$1HUj&0eWcDEz}(dTyP2Ze4h8UHSCPgO9D#FRJCj
Z%5QGJuyA>?5ElydkIwwtqN@(pe*lfMU2p&Z

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..8338604358d5c3d6bb8838389a865ab2efce7d2f
GIT binary patch
literal 3836
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
Is^SsBq-iulaxe4=ArwF4ojjgTb3M&wqrUr2%

G!CX46h#C~ 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

Mw)jb%h?#2v{t@3RbSbJ>V;4 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0a70a7e54d3299cc5b808cb6c6a968a202e93e4 GIT binary patch literal 5168 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c9c98b3f31913b3c463f06be7c273403db63b37f GIT binary patch literal 110551 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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_REGEX = re.compile(r"^\s*" + VERSION_PATTERN + r"\s*$", re.X | re.I)
+
+
+def pep440(version: str) -> bool:
+    """See :ref:`PyPA's version specification `
+    (initially introduced in :pep:`440`).
+    """
+    return VERSION_REGEX.match(version) is not None
+
+
+# -------------------------------------------------------------------------------------
+# PEP 508
+
+PEP508_IDENTIFIER_PATTERN = r"([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])"
+PEP508_IDENTIFIER_REGEX = re.compile(f"^{PEP508_IDENTIFIER_PATTERN}$", re.I)
+
+
+def pep508_identifier(name: str) -> bool:
+    """See :ref:`PyPA's name specification `
+    (initially introduced in :pep:`508#names`).
+    """
+    return PEP508_IDENTIFIER_REGEX.match(name) is not None
+
+
+try:
+    try:
+        from packaging import requirements as _req
+    except ImportError:  # pragma: no cover
+        # let's try setuptools vendored version
+        from setuptools._vendor.packaging import (  # type: ignore[no-redef]
+            requirements as _req,
+        )
+
+    def pep508(value: str) -> bool:
+        """See :ref:`PyPA's dependency specifiers `
+        (initially introduced in :pep:`508`).
+        """
+        try:
+            _req.Requirement(value)
+            return True
+        except _req.InvalidRequirement:
+            return False
+
+except ImportError:  # pragma: no cover
+    _logger.warning(
+        "Could not find an installation of `packaging`. Requirements, dependencies and "
+        "versions might not be validated. "
+        "To enforce validation, please install `packaging`."
+    )
+
+    def pep508(value: str) -> bool:
+        return True
+
+
+def pep508_versionspec(value: str) -> bool:
+    """Expression that can be used to specify/lock versions (including ranges)
+    See ``versionspec`` in :ref:`PyPA's dependency specifiers
+    ` (initially introduced in :pep:`508`).
+    """
+    if any(c in value for c in (";", "]", "@")):
+        # In PEP 508:
+        # conditional markers, extras and URL specs are not included in the
+        # versionspec
+        return False
+    # Let's pretend we have a dependency called `requirement` with the given
+    # version spec, then we can reuse the pep508 function for validation:
+    return pep508(f"requirement{value}")
+
+
+# -------------------------------------------------------------------------------------
+# PEP 517
+
+
+def pep517_backend_reference(value: str) -> bool:
+    """See PyPA's specification for defining build-backend references
+    introduced in :pep:`517#source-trees`.
+
+    This is similar to an entry-point reference (e.g., ``package.module:object``).
+    """
+    module, _, obj = value.partition(":")
+    identifiers = (i.strip() for i in _chain(module.split("."), obj.split(".")))
+    return all(python_identifier(i) for i in identifiers if i)
+
+
+# -------------------------------------------------------------------------------------
+# Classifiers - PEP 301
+
+
+def _download_classifiers() -> str:
+    import ssl
+    from email.message import Message
+    from urllib.request import urlopen
+
+    url = "https://pypi.org/pypi?:action=list_classifiers"
+    context = ssl.create_default_context()
+    with urlopen(url, context=context) as response:  # noqa: S310 (audit URLs)
+        headers = Message()
+        headers["content_type"] = response.getheader("content-type", "text/plain")
+        return response.read().decode(headers.get_param("charset", "utf-8"))  # type: ignore[no-any-return]
+
+
+class _TroveClassifier:
+    """The ``trove_classifiers`` package is the official way of validating classifiers,
+    however this package might not be always available.
+    As a workaround we can still download a list from PyPI.
+    We also don't want to be over strict about it, so simply skipping silently is an
+    option (classifiers will be validated anyway during the upload to PyPI).
+    """
+
+    downloaded: typing.Union[None, "Literal[False]", typing.Set[str]]
+    """
+    None => not cached yet
+    False => unavailable
+    set => cached values
+    """
+
+    def __init__(self) -> None:
+        self.downloaded = None
+        self._skip_download = False
+        self.__name__ = "trove_classifier"  # Emulate a public function
+
+    def _disable_download(self) -> None:
+        # This is a private API. Only setuptools has the consent of using it.
+        self._skip_download = True
+
+    def __call__(self, value: str) -> bool:
+        if self.downloaded is False or self._skip_download is True:
+            return True
+
+        if os.getenv("NO_NETWORK") or os.getenv("VALIDATE_PYPROJECT_NO_NETWORK"):
+            self.downloaded = False
+            msg = (
+                "Install ``trove-classifiers`` to ensure proper validation. "
+                "Skipping download of classifiers list from PyPI (NO_NETWORK)."
+            )
+            _logger.debug(msg)
+            return True
+
+        if self.downloaded is None:
+            msg = (
+                "Install ``trove-classifiers`` to ensure proper validation. "
+                "Meanwhile a list of classifiers will be downloaded from PyPI."
+            )
+            _logger.debug(msg)
+            try:
+                self.downloaded = set(_download_classifiers().splitlines())
+            except Exception:
+                self.downloaded = False
+                _logger.debug("Problem with download, skipping validation")
+                return True
+
+        return value in self.downloaded or value.lower().startswith("private ::")
+
+
+try:
+    from trove_classifiers import classifiers as _trove_classifiers
+
+    def trove_classifier(value: str) -> bool:
+        """See https://pypi.org/classifiers/"""
+        return value in _trove_classifiers or value.lower().startswith("private ::")
+
+except ImportError:  # pragma: no cover
+    trove_classifier = _TroveClassifier()
+
+
+# -------------------------------------------------------------------------------------
+# Stub packages - PEP 561
+
+
+def pep561_stub_name(value: str) -> bool:
+    """Name of a directory containing type stubs.
+    It must follow the name scheme ``-stubs`` as defined in
+    :pep:`561#stub-only-packages`.
+    """
+    top, *children = value.split(".")
+    if not top.endswith("-stubs"):
+        return False
+    return python_module_name(".".join([top[: -len("-stubs")], *children]))
+
+
+# -------------------------------------------------------------------------------------
+# Non-PEP related
+
+
+def url(value: str) -> bool:
+    """Valid URL (validation uses :obj:`urllib.parse`).
+    For maximum compatibility please make sure to include a ``scheme`` prefix
+    in your URL (e.g. ``http://``).
+    """
+    from urllib.parse import urlparse
+
+    try:
+        parts = urlparse(value)
+        if not parts.scheme:
+            _logger.warning(
+                "For maximum compatibility please make sure to include a "
+                "`scheme` prefix in your URL (e.g. 'http://'). "
+                f"Given value: {value}"
+            )
+            if not (value.startswith("/") or value.startswith("\\") or "@" in value):
+                parts = urlparse(f"http://{value}")
+
+        return bool(parts.scheme and parts.netloc)
+    except Exception:
+        return False
+
+
+# https://packaging.python.org/specifications/entry-points/
+ENTRYPOINT_PATTERN = r"[^\[\s=]([^=]*[^\s=])?"
+ENTRYPOINT_REGEX = re.compile(f"^{ENTRYPOINT_PATTERN}$", re.I)
+RECOMMEDED_ENTRYPOINT_PATTERN = r"[\w.-]+"
+RECOMMEDED_ENTRYPOINT_REGEX = re.compile(f"^{RECOMMEDED_ENTRYPOINT_PATTERN}$", re.I)
+ENTRYPOINT_GROUP_PATTERN = r"\w+(\.\w+)*"
+ENTRYPOINT_GROUP_REGEX = re.compile(f"^{ENTRYPOINT_GROUP_PATTERN}$", re.I)
+
+
+def python_identifier(value: str) -> bool:
+    """Can be used as identifier in Python.
+    (Validation uses :obj:`str.isidentifier`).
+    """
+    return value.isidentifier()
+
+
+def python_qualified_identifier(value: str) -> bool:
+    """
+    Python "dotted identifier", i.e. a sequence of :obj:`python_identifier`
+    concatenated with ``"."`` (e.g.: ``package.module.submodule``).
+    """
+    if value.startswith(".") or value.endswith("."):
+        return False
+    return all(python_identifier(m) for m in value.split("."))
+
+
+def python_module_name(value: str) -> bool:
+    """Module name that can be used in an ``import``-statement in Python.
+    See :obj:`python_qualified_identifier`.
+    """
+    return python_qualified_identifier(value)
+
+
+def python_module_name_relaxed(value: str) -> bool:
+    """Similar to :obj:`python_module_name`, but relaxed to also accept
+    dash characters (``-``) and cover special cases like ``pip-run``.
+
+    It is recommended, however, that beginners avoid dash characters,
+    as they require advanced knowledge about Python internals.
+
+    The following are disallowed:
+
+    * names starting/ending in dashes,
+    * names ending in ``-stubs`` (potentially collide with :obj:`pep561_stub_name`).
+    """
+    if value.startswith("-") or value.endswith("-"):
+        return False
+    if value.endswith("-stubs"):
+        return False  # Avoid collision with PEP 561
+    return python_module_name(value.replace("-", "_"))
+
+
+def python_entrypoint_group(value: str) -> bool:
+    """See ``Data model > group`` in the :ref:`PyPA's entry-points specification
+    `.
+    """
+    return ENTRYPOINT_GROUP_REGEX.match(value) is not None
+
+
+def python_entrypoint_name(value: str) -> bool:
+    """See ``Data model > name`` in the :ref:`PyPA's entry-points specification
+    `.
+    """
+    if not ENTRYPOINT_REGEX.match(value):
+        return False
+    if not RECOMMEDED_ENTRYPOINT_REGEX.match(value):
+        msg = f"Entry point `{value}` does not follow recommended pattern: "
+        msg += RECOMMEDED_ENTRYPOINT_PATTERN
+        _logger.warning(msg)
+    return True
+
+
+def python_entrypoint_reference(value: str) -> bool:
+    """Reference to a Python object using in the format::
+
+        importable.module:object.attr
+
+    See ``Data model >object reference`` in the :ref:`PyPA's entry-points specification
+    `.
+    """
+    module, _, rest = value.partition(":")
+    if "[" in rest:
+        obj, _, extras_ = rest.partition("[")
+        if extras_.strip()[-1] != "]":
+            return False
+        extras = (x.strip() for x in extras_.strip(string.whitespace + "[]").split(","))
+        if not all(pep508_identifier(e) for e in extras):
+            return False
+        _logger.warning(f"`{value}` - using extras for entry points is not recommended")
+    else:
+        obj = rest
+
+    module_parts = module.split(".")
+    identifiers = _chain(module_parts, obj.split(".")) if rest else iter(module_parts)
+    return all(python_identifier(i.strip()) for i in identifiers)
+
+
+def uint8(value: builtins.int) -> bool:
+    r"""Unsigned 8-bit integer (:math:`0 \leq x < 2^8`)"""
+    return 0 <= value < 2**8
+
+
+def uint16(value: builtins.int) -> bool:
+    r"""Unsigned 16-bit integer (:math:`0 \leq x < 2^{16}`)"""
+    return 0 <= value < 2**16
+
+
+def uint(value: builtins.int) -> bool:
+    r"""Unsigned 64-bit integer (:math:`0 \leq x < 2^{64}`)"""
+    return 0 <= value < 2**64
+
+
+def int(value: builtins.int) -> bool:
+    r"""Signed 64-bit integer (:math:`-2^{63} \leq x < 2^{63}`)"""
+    return -(2**63) <= value < 2**63
+
+
+try:
+    from packaging import licenses as _licenses
+
+    def SPDX(value: str) -> bool:
+        """See :ref:`PyPA's License-Expression specification
+        ` (added in :pep:`639`).
+        """
+        try:
+            _licenses.canonicalize_license_expression(value)
+            return True
+        except _licenses.InvalidLicenseExpression:
+            return False
+
+except ImportError:  # pragma: no cover
+    _logger.warning(
+        "Could not find an up-to-date installation of `packaging`. "
+        "License expressions might not be validated. "
+        "To enforce validation, please install `packaging>=24.2`."
+    )
+
+    def SPDX(value: str) -> bool:
+        return True
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/distutils.schema.json b/llmlab/lib/python3.12/site-packages/setuptools/config/distutils.schema.json
new file mode 100644
index 0000000..93cd2e8
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/config/distutils.schema.json
@@ -0,0 +1,26 @@
+{
+  "$schema": "http://json-schema.org/draft-07/schema#",
+
+  "$id": "https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html",
+  "title": "``tool.distutils`` table",
+  "$$description": [
+    "**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``",
+    "subtables to configure arguments for ``distutils`` commands.",
+    "Originally, ``distutils`` allowed developers to configure arguments for",
+    "``setup.py`` commands via `distutils configuration files",
+    "`_.",
+    "See also `the old Python docs _`."
+  ],
+
+  "type": "object",
+  "properties": {
+    "global": {
+      "type": "object",
+      "description": "Global options applied to all ``distutils`` commands"
+    }
+  },
+  "patternProperties": {
+    ".+": {"type": "object"}
+  },
+  "$comment": "TODO: Is there a practical way of making this schema more specific?"
+}
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/expand.py b/llmlab/lib/python3.12/site-packages/setuptools/config/expand.py
new file mode 100644
index 0000000..531f965
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/config/expand.py
@@ -0,0 +1,452 @@
+"""Utility functions to expand configuration directives or special values
+(such glob patterns).
+
+We can split the process of interpreting configuration files into 2 steps:
+
+1. The parsing the file contents from strings to value objects
+   that can be understand by Python (for example a string with a comma
+   separated list of keywords into an actual Python list of strings).
+
+2. The expansion (or post-processing) of these values according to the
+   semantics ``setuptools`` assign to them (for example a configuration field
+   with the ``file:`` directive should be expanded from a list of file paths to
+   a single string with the contents of those files concatenated)
+
+This module focus on the second step, and therefore allow sharing the expansion
+functions among several configuration file formats.
+
+**PRIVATE MODULE**: API reserved for setuptools internal usage only.
+"""
+
+from __future__ import annotations
+
+import ast
+import importlib
+import os
+import pathlib
+import sys
+from collections.abc import Iterable, Iterator, Mapping
+from configparser import ConfigParser
+from glob import iglob
+from importlib.machinery import ModuleSpec, all_suffixes
+from itertools import chain
+from pathlib import Path
+from types import ModuleType, TracebackType
+from typing import TYPE_CHECKING, Any, Callable, TypeVar
+
+from .. import _static
+from .._path import StrPath, same_path as _same_path
+from ..discovery import find_package_path
+from ..warnings import SetuptoolsWarning
+
+from distutils.errors import DistutilsOptionError
+
+if TYPE_CHECKING:
+    from typing_extensions import Self
+
+    from setuptools.dist import Distribution
+
+_K = TypeVar("_K")
+_V_co = TypeVar("_V_co", covariant=True)
+
+
+class StaticModule:
+    """Proxy to a module object that avoids executing arbitrary code."""
+
+    def __init__(self, name: str, spec: ModuleSpec) -> None:
+        module = ast.parse(pathlib.Path(spec.origin).read_bytes())  # type: ignore[arg-type] # Let it raise an error on None
+        vars(self).update(locals())
+        del self.self
+
+    def _find_assignments(self) -> Iterator[tuple[ast.AST, ast.AST]]:
+        for statement in self.module.body:
+            if isinstance(statement, ast.Assign):
+                yield from ((target, statement.value) for target in statement.targets)
+            elif isinstance(statement, ast.AnnAssign) and statement.value:
+                yield (statement.target, statement.value)
+
+    def __getattr__(self, attr: str):
+        """Attempt to load an attribute "statically", via :func:`ast.literal_eval`."""
+        try:
+            return next(
+                ast.literal_eval(value)
+                for target, value in self._find_assignments()
+                if isinstance(target, ast.Name) and target.id == attr
+            )
+        except Exception as e:
+            raise AttributeError(f"{self.name} has no attribute {attr}") from e
+
+
+def glob_relative(
+    patterns: Iterable[str], root_dir: StrPath | None = None
+) -> list[str]:
+    """Expand the list of glob patterns, but preserving relative paths.
+
+    :param list[str] patterns: List of glob patterns
+    :param str root_dir: Path to which globs should be relative
+                         (current directory by default)
+    :rtype: list
+    """
+    glob_characters = {'*', '?', '[', ']', '{', '}'}
+    expanded_values = []
+    root_dir = root_dir or os.getcwd()
+    for value in patterns:
+        # Has globby characters?
+        if any(char in value for char in glob_characters):
+            # then expand the glob pattern while keeping paths *relative*:
+            glob_path = os.path.abspath(os.path.join(root_dir, value))
+            expanded_values.extend(
+                sorted(
+                    os.path.relpath(path, root_dir).replace(os.sep, "/")
+                    for path in iglob(glob_path, recursive=True)
+                )
+            )
+
+        else:
+            # take the value as-is
+            path = os.path.relpath(value, root_dir).replace(os.sep, "/")
+            expanded_values.append(path)
+
+    return expanded_values
+
+
+def read_files(
+    filepaths: StrPath | Iterable[StrPath], root_dir: StrPath | None = None
+) -> str:
+    """Return the content of the files concatenated using ``\n`` as str
+
+    This function is sandboxed and won't reach anything outside ``root_dir``
+
+    (By default ``root_dir`` is the current directory).
+    """
+    from more_itertools import always_iterable
+
+    root_dir = os.path.abspath(root_dir or os.getcwd())
+    _filepaths = (os.path.join(root_dir, path) for path in always_iterable(filepaths))
+    return '\n'.join(
+        _read_file(path)
+        for path in _filter_existing_files(_filepaths)
+        if _assert_local(path, root_dir)
+    )
+
+
+def _filter_existing_files(filepaths: Iterable[StrPath]) -> Iterator[StrPath]:
+    for path in filepaths:
+        if os.path.isfile(path):
+            yield path
+        else:
+            SetuptoolsWarning.emit(f"File {path!r} cannot be found")
+
+
+def _read_file(filepath: bytes | StrPath) -> str:
+    with open(filepath, encoding='utf-8') as f:
+        return f.read()
+
+
+def _assert_local(filepath: StrPath, root_dir: str):
+    if Path(os.path.abspath(root_dir)) not in Path(os.path.abspath(filepath)).parents:
+        msg = f"Cannot access {filepath!r} (or anything outside {root_dir!r})"
+        raise DistutilsOptionError(msg)
+
+    return True
+
+
+def read_attr(
+    attr_desc: str,
+    package_dir: Mapping[str, str] | None = None,
+    root_dir: StrPath | None = None,
+) -> Any:
+    """Reads the value of an attribute from a module.
+
+    This function will try to read the attributed statically first
+    (via :func:`ast.literal_eval`), and only evaluate the module if it fails.
+
+    Examples:
+        read_attr("package.attr")
+        read_attr("package.module.attr")
+
+    :param str attr_desc: Dot-separated string describing how to reach the
+        attribute (see examples above)
+    :param dict[str, str] package_dir: Mapping of package names to their
+        location in disk (represented by paths relative to ``root_dir``).
+    :param str root_dir: Path to directory containing all the packages in
+        ``package_dir`` (current directory by default).
+    :rtype: str
+    """
+    root_dir = root_dir or os.getcwd()
+    attrs_path = attr_desc.strip().split('.')
+    attr_name = attrs_path.pop()
+    module_name = '.'.join(attrs_path)
+    module_name = module_name or '__init__'
+    path = _find_module(module_name, package_dir, root_dir)
+    spec = _find_spec(module_name, path)
+
+    try:
+        value = getattr(StaticModule(module_name, spec), attr_name)
+        # XXX: Is marking as static contents coming from modules too optimistic?
+        return _static.attempt_conversion(value)
+    except Exception:
+        # fallback to evaluate module
+        module = _load_spec(spec, module_name)
+        return getattr(module, attr_name)
+
+
+def _find_spec(module_name: str, module_path: StrPath | None) -> ModuleSpec:
+    spec = importlib.util.spec_from_file_location(module_name, module_path)
+    spec = spec or importlib.util.find_spec(module_name)
+
+    if spec is None:
+        raise ModuleNotFoundError(module_name)
+
+    return spec
+
+
+def _load_spec(spec: ModuleSpec, module_name: str) -> ModuleType:
+    name = getattr(spec, "__name__", module_name)
+    if name in sys.modules:
+        return sys.modules[name]
+    module = importlib.util.module_from_spec(spec)
+    sys.modules[name] = module  # cache (it also ensures `==` works on loaded items)
+    assert spec.loader is not None
+    spec.loader.exec_module(module)
+    return module
+
+
+def _find_module(
+    module_name: str, package_dir: Mapping[str, str] | None, root_dir: StrPath
+) -> str | None:
+    """Find the path to the module named ``module_name``,
+    considering the ``package_dir`` in the build configuration and ``root_dir``.
+
+    >>> tmp = getfixture('tmpdir')
+    >>> _ = tmp.ensure("a/b/c.py")
+    >>> _ = tmp.ensure("a/b/d/__init__.py")
+    >>> r = lambda x: x.replace(str(tmp), "tmp").replace(os.sep, "/")
+    >>> r(_find_module("a.b.c", None, tmp))
+    'tmp/a/b/c.py'
+    >>> r(_find_module("f.g.h", {"": "1", "f": "2", "f.g": "3", "f.g.h": "a/b/d"}, tmp))
+    'tmp/a/b/d/__init__.py'
+    """
+    path_start = find_package_path(module_name, package_dir or {}, root_dir)
+    candidates = chain.from_iterable(
+        (f"{path_start}{ext}", os.path.join(path_start, f"__init__{ext}"))
+        for ext in all_suffixes()
+    )
+    return next((x for x in candidates if os.path.isfile(x)), None)
+
+
+def resolve_class(
+    qualified_class_name: str,
+    package_dir: Mapping[str, str] | None = None,
+    root_dir: StrPath | None = None,
+) -> Callable:
+    """Given a qualified class name, return the associated class object"""
+    root_dir = root_dir or os.getcwd()
+    idx = qualified_class_name.rfind('.')
+    class_name = qualified_class_name[idx + 1 :]
+    pkg_name = qualified_class_name[:idx]
+
+    path = _find_module(pkg_name, package_dir, root_dir)
+    module = _load_spec(_find_spec(pkg_name, path), pkg_name)
+    return getattr(module, class_name)
+
+
+def cmdclass(
+    values: dict[str, str],
+    package_dir: Mapping[str, str] | None = None,
+    root_dir: StrPath | None = None,
+) -> dict[str, Callable]:
+    """Given a dictionary mapping command names to strings for qualified class
+    names, apply :func:`resolve_class` to the dict values.
+    """
+    return {k: resolve_class(v, package_dir, root_dir) for k, v in values.items()}
+
+
+def find_packages(
+    *,
+    namespaces=True,
+    fill_package_dir: dict[str, str] | None = None,
+    root_dir: StrPath | None = None,
+    **kwargs,
+) -> list[str]:
+    """Works similarly to :func:`setuptools.find_packages`, but with all
+    arguments given as keyword arguments. Moreover, ``where`` can be given
+    as a list (the results will be simply concatenated).
+
+    When the additional keyword argument ``namespaces`` is ``True``, it will
+    behave like :func:`setuptools.find_namespace_packages`` (i.e. include
+    implicit namespaces as per :pep:`420`).
+
+    The ``where`` argument will be considered relative to ``root_dir`` (or the current
+    working directory when ``root_dir`` is not given).
+
+    If the ``fill_package_dir`` argument is passed, this function will consider it as a
+    similar data structure to the ``package_dir`` configuration parameter add fill-in
+    any missing package location.
+
+    :rtype: list
+    """
+    from more_itertools import always_iterable, unique_everseen
+
+    from setuptools.discovery import construct_package_dir
+
+    # check "not namespaces" first due to python/mypy#6232
+    if not namespaces:
+        from setuptools.discovery import PackageFinder
+    else:
+        from setuptools.discovery import PEP420PackageFinder as PackageFinder
+
+    root_dir = root_dir or os.curdir
+    where = kwargs.pop('where', ['.'])
+    packages: list[str] = []
+    fill_package_dir = {} if fill_package_dir is None else fill_package_dir
+    search = list(unique_everseen(always_iterable(where)))
+
+    if len(search) == 1 and all(not _same_path(search[0], x) for x in (".", root_dir)):
+        fill_package_dir.setdefault("", search[0])
+
+    for path in search:
+        package_path = _nest_path(root_dir, path)
+        pkgs = PackageFinder.find(package_path, **kwargs)
+        packages.extend(pkgs)
+        if pkgs and not (
+            fill_package_dir.get("") == path or os.path.samefile(package_path, root_dir)
+        ):
+            fill_package_dir.update(construct_package_dir(pkgs, path))
+
+    return packages
+
+
+def _nest_path(parent: StrPath, path: StrPath) -> str:
+    path = parent if path in {".", ""} else os.path.join(parent, path)
+    return os.path.normpath(path)
+
+
+def version(value: Callable | Iterable[str | int] | str) -> str:
+    """When getting the version directly from an attribute,
+    it should be normalised to string.
+    """
+    _value = value() if callable(value) else value
+
+    if isinstance(_value, str):
+        return _value
+    if hasattr(_value, '__iter__'):
+        return '.'.join(map(str, _value))
+    return f'{_value}'
+
+
+def canonic_package_data(package_data: dict) -> dict:
+    if "*" in package_data:
+        package_data[""] = package_data.pop("*")
+    return package_data
+
+
+def canonic_data_files(
+    data_files: list | dict, root_dir: StrPath | None = None
+) -> list[tuple[str, list[str]]]:
+    """For compatibility with ``setup.py``, ``data_files`` should be a list
+    of pairs instead of a dict.
+
+    This function also expands glob patterns.
+    """
+    if isinstance(data_files, list):
+        return data_files
+
+    return [
+        (dest, glob_relative(patterns, root_dir))
+        for dest, patterns in data_files.items()
+    ]
+
+
+def entry_points(
+    text: str, text_source: str = "entry-points"
+) -> dict[str, dict[str, str]]:
+    """Given the contents of entry-points file,
+    process it into a 2-level dictionary (``dict[str, dict[str, str]]``).
+    The first level keys are entry-point groups, the second level keys are
+    entry-point names, and the second level values are references to objects
+    (that correspond to the entry-point value).
+    """
+    # Using undocumented behaviour, see python/typeshed#12700
+    parser = ConfigParser(default_section=None, delimiters=("=",))  # type: ignore[call-overload]
+    parser.optionxform = str  # case sensitive
+    parser.read_string(text, text_source)
+    groups = {k: dict(v.items()) for k, v in parser.items()}
+    groups.pop(parser.default_section, None)
+    return groups
+
+
+class EnsurePackagesDiscovered:
+    """Some expand functions require all the packages to already be discovered before
+    they run, e.g. :func:`read_attr`, :func:`resolve_class`, :func:`cmdclass`.
+
+    Therefore in some cases we will need to run autodiscovery during the evaluation of
+    the configuration. However, it is better to postpone calling package discovery as
+    much as possible, because some parameters can influence it (e.g. ``package_dir``),
+    and those might not have been processed yet.
+    """
+
+    def __init__(self, distribution: Distribution) -> None:
+        self._dist = distribution
+        self._called = False
+
+    def __call__(self):
+        """Trigger the automatic package discovery, if it is still necessary."""
+        if not self._called:
+            self._called = True
+            self._dist.set_defaults(name=False)  # Skip name, we can still be parsing
+
+    def __enter__(self) -> Self:
+        return self
+
+    def __exit__(
+        self,
+        exc_type: type[BaseException] | None,
+        exc_value: BaseException | None,
+        traceback: TracebackType | None,
+    ):
+        if self._called:
+            self._dist.set_defaults.analyse_name()  # Now we can set a default name
+
+    def _get_package_dir(self) -> Mapping[str, str]:
+        self()
+        pkg_dir = self._dist.package_dir
+        return {} if pkg_dir is None else pkg_dir
+
+    @property
+    def package_dir(self) -> Mapping[str, str]:
+        """Proxy to ``package_dir`` that may trigger auto-discovery when used."""
+        return LazyMappingProxy(self._get_package_dir)
+
+
+class LazyMappingProxy(Mapping[_K, _V_co]):
+    """Mapping proxy that delays resolving the target object, until really needed.
+
+    >>> def obtain_mapping():
+    ...     print("Running expensive function!")
+    ...     return {"key": "value", "other key": "other value"}
+    >>> mapping = LazyMappingProxy(obtain_mapping)
+    >>> mapping["key"]
+    Running expensive function!
+    'value'
+    >>> mapping["other key"]
+    'other value'
+    """
+
+    def __init__(self, obtain_mapping_value: Callable[[], Mapping[_K, _V_co]]) -> None:
+        self._obtain = obtain_mapping_value
+        self._value: Mapping[_K, _V_co] | None = None
+
+    def _target(self) -> Mapping[_K, _V_co]:
+        if self._value is None:
+            self._value = self._obtain()
+        return self._value
+
+    def __getitem__(self, key: _K) -> _V_co:
+        return self._target()[key]
+
+    def __len__(self) -> int:
+        return len(self._target())
+
+    def __iter__(self) -> Iterator[_K]:
+        return iter(self._target())
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py b/llmlab/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py
new file mode 100644
index 0000000..fd6c596
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py
@@ -0,0 +1,468 @@
+"""
+Load setuptools configuration from ``pyproject.toml`` files.
+
+**PRIVATE MODULE**: API reserved for setuptools internal usage only.
+
+To read project metadata, consider using
+``build.util.project_wheel_metadata`` (https://pypi.org/project/build/).
+For simple scenarios, you can also try parsing the file directly
+with the help of ``tomllib`` or ``tomli``.
+"""
+
+from __future__ import annotations
+
+import logging
+import os
+from collections.abc import Mapping
+from contextlib import contextmanager
+from functools import partial
+from types import TracebackType
+from typing import TYPE_CHECKING, Any, Callable
+
+from .._path import StrPath
+from ..errors import FileError, InvalidConfigError
+from ..warnings import SetuptoolsWarning
+from . import expand as _expand
+from ._apply_pyprojecttoml import _PREVIOUSLY_DEFINED, _MissingDynamic, apply as _apply
+
+if TYPE_CHECKING:
+    from typing_extensions import Self
+
+    from setuptools.dist import Distribution
+
+_logger = logging.getLogger(__name__)
+
+
+def load_file(filepath: StrPath) -> dict:
+    from ..compat.py310 import tomllib
+
+    with open(filepath, "rb") as file:
+        return tomllib.load(file)
+
+
+def validate(config: dict, filepath: StrPath) -> bool:
+    from . import _validate_pyproject as validator
+
+    trove_classifier = validator.FORMAT_FUNCTIONS.get("trove-classifier")
+    if hasattr(trove_classifier, "_disable_download"):
+        # Improve reproducibility by default. See abravalheri/validate-pyproject#31
+        trove_classifier._disable_download()  # type: ignore[union-attr]
+
+    try:
+        return validator.validate(config)
+    except validator.ValidationError as ex:
+        summary = f"configuration error: {ex.summary}"
+        if ex.name.strip("`") != "project":
+            # Probably it is just a field missing/misnamed, not worthy the verbosity...
+            _logger.debug(summary)
+            _logger.debug(ex.details)
+
+        error = f"invalid pyproject.toml config: {ex.name}."
+        raise ValueError(f"{error}\n{summary}") from None
+
+
+def apply_configuration(
+    dist: Distribution,
+    filepath: StrPath,
+    ignore_option_errors: bool = False,
+) -> Distribution:
+    """Apply the configuration from a ``pyproject.toml`` file into an existing
+    distribution object.
+    """
+    config = read_configuration(filepath, True, ignore_option_errors, dist)
+    return _apply(dist, config, filepath)
+
+
+def read_configuration(
+    filepath: StrPath,
+    expand: bool = True,
+    ignore_option_errors: bool = False,
+    dist: Distribution | None = None,
+) -> dict[str, Any]:
+    """Read given configuration file and returns options from it as a dict.
+
+    :param str|unicode filepath: Path to configuration file in the ``pyproject.toml``
+        format.
+
+    :param bool expand: Whether to expand directives and other computed values
+        (i.e. post-process the given configuration)
+
+    :param bool ignore_option_errors: Whether to silently ignore
+        options, values of which could not be resolved (e.g. due to exceptions
+        in directives such as file:, attr:, etc.).
+        If False exceptions are propagated as expected.
+
+    :param Distribution|None: Distribution object to which the configuration refers.
+        If not given a dummy object will be created and discarded after the
+        configuration is read. This is used for auto-discovery of packages and in the
+        case a dynamic configuration (e.g. ``attr`` or ``cmdclass``) is expanded.
+        When ``expand=False`` this object is simply ignored.
+
+    :rtype: dict
+    """
+    filepath = os.path.abspath(filepath)
+
+    if not os.path.isfile(filepath):
+        raise FileError(f"Configuration file {filepath!r} does not exist.")
+
+    asdict = load_file(filepath) or {}
+    project_table = asdict.get("project", {})
+    tool_table = asdict.get("tool", {})
+    setuptools_table = tool_table.get("setuptools", {})
+    if not asdict or not (project_table or setuptools_table):
+        return {}  # User is not using pyproject to configure setuptools
+
+    if "setuptools" in asdict.get("tools", {}):
+        # let the user know they probably have a typo in their metadata
+        _ToolsTypoInMetadata.emit()
+
+    if "distutils" in tool_table:
+        _ExperimentalConfiguration.emit(subject="[tool.distutils]")
+
+    # There is an overall sense in the community that making include_package_data=True
+    # the default would be an improvement.
+    # `ini2toml` backfills include_package_data=False when nothing is explicitly given,
+    # therefore setting a default here is backwards compatible.
+    if dist and dist.include_package_data is not None:
+        setuptools_table.setdefault("include-package-data", dist.include_package_data)
+    else:
+        setuptools_table.setdefault("include-package-data", True)
+    # Persist changes:
+    asdict["tool"] = tool_table
+    tool_table["setuptools"] = setuptools_table
+
+    if "ext-modules" in setuptools_table:
+        _ExperimentalConfiguration.emit(subject="[tool.setuptools.ext-modules]")
+
+    with _ignore_errors(ignore_option_errors):
+        # Don't complain about unrelated errors (e.g. tools not using the "tool" table)
+        subset = {"project": project_table, "tool": {"setuptools": setuptools_table}}
+        validate(subset, filepath)
+
+    if expand:
+        root_dir = os.path.dirname(filepath)
+        return expand_configuration(asdict, root_dir, ignore_option_errors, dist)
+
+    return asdict
+
+
+def expand_configuration(
+    config: dict,
+    root_dir: StrPath | None = None,
+    ignore_option_errors: bool = False,
+    dist: Distribution | None = None,
+) -> dict:
+    """Given a configuration with unresolved fields (e.g. dynamic, cmdclass, ...)
+    find their final values.
+
+    :param dict config: Dict containing the configuration for the distribution
+    :param str root_dir: Top-level directory for the distribution/project
+        (the same directory where ``pyproject.toml`` is place)
+    :param bool ignore_option_errors: see :func:`read_configuration`
+    :param Distribution|None: Distribution object to which the configuration refers.
+        If not given a dummy object will be created and discarded after the
+        configuration is read. Used in the case a dynamic configuration
+        (e.g. ``attr`` or ``cmdclass``).
+
+    :rtype: dict
+    """
+    return _ConfigExpander(config, root_dir, ignore_option_errors, dist).expand()
+
+
+class _ConfigExpander:
+    def __init__(
+        self,
+        config: dict,
+        root_dir: StrPath | None = None,
+        ignore_option_errors: bool = False,
+        dist: Distribution | None = None,
+    ) -> None:
+        self.config = config
+        self.root_dir = root_dir or os.getcwd()
+        self.project_cfg = config.get("project", {})
+        self.dynamic = self.project_cfg.get("dynamic", [])
+        self.setuptools_cfg = config.get("tool", {}).get("setuptools", {})
+        self.dynamic_cfg = self.setuptools_cfg.get("dynamic", {})
+        self.ignore_option_errors = ignore_option_errors
+        self._dist = dist
+        self._referenced_files = set[str]()
+
+    def _ensure_dist(self) -> Distribution:
+        from setuptools.dist import Distribution
+
+        attrs = {"src_root": self.root_dir, "name": self.project_cfg.get("name", None)}
+        return self._dist or Distribution(attrs)
+
+    def _process_field(self, container: dict, field: str, fn: Callable):
+        if field in container:
+            with _ignore_errors(self.ignore_option_errors):
+                container[field] = fn(container[field])
+
+    def _canonic_package_data(self, field="package-data"):
+        package_data = self.setuptools_cfg.get(field, {})
+        return _expand.canonic_package_data(package_data)
+
+    def expand(self):
+        self._expand_packages()
+        self._canonic_package_data()
+        self._canonic_package_data("exclude-package-data")
+
+        # A distribution object is required for discovering the correct package_dir
+        dist = self._ensure_dist()
+        ctx = _EnsurePackagesDiscovered(dist, self.project_cfg, self.setuptools_cfg)
+        with ctx as ensure_discovered:
+            package_dir = ensure_discovered.package_dir
+            self._expand_data_files()
+            self._expand_cmdclass(package_dir)
+            self._expand_all_dynamic(dist, package_dir)
+
+        dist._referenced_files.update(self._referenced_files)
+        return self.config
+
+    def _expand_packages(self):
+        packages = self.setuptools_cfg.get("packages")
+        if packages is None or isinstance(packages, (list, tuple)):
+            return
+
+        find = packages.get("find")
+        if isinstance(find, dict):
+            find["root_dir"] = self.root_dir
+            find["fill_package_dir"] = self.setuptools_cfg.setdefault("package-dir", {})
+            with _ignore_errors(self.ignore_option_errors):
+                self.setuptools_cfg["packages"] = _expand.find_packages(**find)
+
+    def _expand_data_files(self):
+        data_files = partial(_expand.canonic_data_files, root_dir=self.root_dir)
+        self._process_field(self.setuptools_cfg, "data-files", data_files)
+
+    def _expand_cmdclass(self, package_dir: Mapping[str, str]):
+        root_dir = self.root_dir
+        cmdclass = partial(_expand.cmdclass, package_dir=package_dir, root_dir=root_dir)
+        self._process_field(self.setuptools_cfg, "cmdclass", cmdclass)
+
+    def _expand_all_dynamic(self, dist: Distribution, package_dir: Mapping[str, str]):
+        special = (  # need special handling
+            "version",
+            "readme",
+            "entry-points",
+            "scripts",
+            "gui-scripts",
+            "classifiers",
+            "dependencies",
+            "optional-dependencies",
+        )
+        # `_obtain` functions are assumed to raise appropriate exceptions/warnings.
+        obtained_dynamic = {
+            field: self._obtain(dist, field, package_dir)
+            for field in self.dynamic
+            if field not in special
+        }
+        obtained_dynamic.update(
+            self._obtain_entry_points(dist, package_dir) or {},
+            version=self._obtain_version(dist, package_dir),
+            readme=self._obtain_readme(dist),
+            classifiers=self._obtain_classifiers(dist),
+            dependencies=self._obtain_dependencies(dist),
+            optional_dependencies=self._obtain_optional_dependencies(dist),
+        )
+        # `None` indicates there is nothing in `tool.setuptools.dynamic` but the value
+        # might have already been set by setup.py/extensions, so avoid overwriting.
+        updates = {k: v for k, v in obtained_dynamic.items() if v is not None}
+        self.project_cfg.update(updates)
+
+    def _ensure_previously_set(self, dist: Distribution, field: str):
+        previous = _PREVIOUSLY_DEFINED[field](dist)
+        if previous is None and not self.ignore_option_errors:
+            msg = (
+                f"No configuration found for dynamic {field!r}.\n"
+                "Some dynamic fields need to be specified via `tool.setuptools.dynamic`"
+                "\nothers must be specified via the equivalent attribute in `setup.py`."
+            )
+            raise InvalidConfigError(msg)
+
+    def _expand_directive(
+        self, specifier: str, directive, package_dir: Mapping[str, str]
+    ):
+        from more_itertools import always_iterable
+
+        with _ignore_errors(self.ignore_option_errors):
+            root_dir = self.root_dir
+            if "file" in directive:
+                self._referenced_files.update(always_iterable(directive["file"]))
+                return _expand.read_files(directive["file"], root_dir)
+            if "attr" in directive:
+                return _expand.read_attr(directive["attr"], package_dir, root_dir)
+            raise ValueError(f"invalid `{specifier}`: {directive!r}")
+        return None
+
+    def _obtain(self, dist: Distribution, field: str, package_dir: Mapping[str, str]):
+        if field in self.dynamic_cfg:
+            return self._expand_directive(
+                f"tool.setuptools.dynamic.{field}",
+                self.dynamic_cfg[field],
+                package_dir,
+            )
+        self._ensure_previously_set(dist, field)
+        return None
+
+    def _obtain_version(self, dist: Distribution, package_dir: Mapping[str, str]):
+        # Since plugins can set version, let's silently skip if it cannot be obtained
+        if "version" in self.dynamic and "version" in self.dynamic_cfg:
+            return _expand.version(
+                # We already do an early check for the presence of "version"
+                self._obtain(dist, "version", package_dir)  # pyright: ignore[reportArgumentType]
+            )
+        return None
+
+    def _obtain_readme(self, dist: Distribution) -> dict[str, str] | None:
+        if "readme" not in self.dynamic:
+            return None
+
+        dynamic_cfg = self.dynamic_cfg
+        if "readme" in dynamic_cfg:
+            return {
+                # We already do an early check for the presence of "readme"
+                "text": self._obtain(dist, "readme", {}),
+                "content-type": dynamic_cfg["readme"].get("content-type", "text/x-rst"),
+            }  # pyright: ignore[reportReturnType]
+
+        self._ensure_previously_set(dist, "readme")
+        return None
+
+    def _obtain_entry_points(
+        self, dist: Distribution, package_dir: Mapping[str, str]
+    ) -> dict[str, dict[str, Any]] | None:
+        fields = ("entry-points", "scripts", "gui-scripts")
+        if not any(field in self.dynamic for field in fields):
+            return None
+
+        text = self._obtain(dist, "entry-points", package_dir)
+        if text is None:
+            return None
+
+        groups = _expand.entry_points(text)
+        # Any is str | dict[str, str], but causes variance issues
+        expanded: dict[str, dict[str, Any]] = {"entry-points": groups}
+
+        def _set_scripts(field: str, group: str):
+            if group in groups:
+                value = groups.pop(group)
+                if field not in self.dynamic:
+                    raise InvalidConfigError(_MissingDynamic.details(field, value))
+                expanded[field] = value
+
+        _set_scripts("scripts", "console_scripts")
+        _set_scripts("gui-scripts", "gui_scripts")
+
+        return expanded
+
+    def _obtain_classifiers(self, dist: Distribution):
+        if "classifiers" in self.dynamic:
+            value = self._obtain(dist, "classifiers", {})
+            if value:
+                return value.splitlines()
+        return None
+
+    def _obtain_dependencies(self, dist: Distribution):
+        if "dependencies" in self.dynamic:
+            value = self._obtain(dist, "dependencies", {})
+            if value:
+                return _parse_requirements_list(value)
+        return None
+
+    def _obtain_optional_dependencies(self, dist: Distribution):
+        if "optional-dependencies" not in self.dynamic:
+            return None
+        if "optional-dependencies" in self.dynamic_cfg:
+            optional_dependencies_map = self.dynamic_cfg["optional-dependencies"]
+            assert isinstance(optional_dependencies_map, dict)
+            return {
+                group: _parse_requirements_list(
+                    self._expand_directive(
+                        f"tool.setuptools.dynamic.optional-dependencies.{group}",
+                        directive,
+                        {},
+                    )
+                )
+                for group, directive in optional_dependencies_map.items()
+            }
+        self._ensure_previously_set(dist, "optional-dependencies")
+        return None
+
+
+def _parse_requirements_list(value):
+    return [
+        line
+        for line in value.splitlines()
+        if line.strip() and not line.strip().startswith("#")
+    ]
+
+
+@contextmanager
+def _ignore_errors(ignore_option_errors: bool):
+    if not ignore_option_errors:
+        yield
+        return
+
+    try:
+        yield
+    except Exception as ex:
+        _logger.debug(f"ignored error: {ex.__class__.__name__} - {ex}")
+
+
+class _EnsurePackagesDiscovered(_expand.EnsurePackagesDiscovered):
+    def __init__(
+        self, distribution: Distribution, project_cfg: dict, setuptools_cfg: dict
+    ) -> None:
+        super().__init__(distribution)
+        self._project_cfg = project_cfg
+        self._setuptools_cfg = setuptools_cfg
+
+    def __enter__(self) -> Self:
+        """When entering the context, the values of ``packages``, ``py_modules`` and
+        ``package_dir`` that are missing in ``dist`` are copied from ``setuptools_cfg``.
+        """
+        dist, cfg = self._dist, self._setuptools_cfg
+        package_dir: dict[str, str] = cfg.setdefault("package-dir", {})
+        package_dir.update(dist.package_dir or {})
+        dist.package_dir = package_dir  # needs to be the same object
+
+        dist.set_defaults._ignore_ext_modules()  # pyproject.toml-specific behaviour
+
+        # Set `name`, `py_modules` and `packages` in dist to short-circuit
+        # auto-discovery, but avoid overwriting empty lists purposefully set by users.
+        if dist.metadata.name is None:
+            dist.metadata.name = self._project_cfg.get("name")
+        if dist.py_modules is None:
+            dist.py_modules = cfg.get("py-modules")
+        if dist.packages is None:
+            dist.packages = cfg.get("packages")
+
+        return super().__enter__()
+
+    def __exit__(
+        self,
+        exc_type: type[BaseException] | None,
+        exc_value: BaseException | None,
+        traceback: TracebackType | None,
+    ) -> None:
+        """When exiting the context, if values of ``packages``, ``py_modules`` and
+        ``package_dir`` are missing in ``setuptools_cfg``, copy from ``dist``.
+        """
+        # If anything was discovered set them back, so they count in the final config.
+        self._setuptools_cfg.setdefault("packages", self._dist.packages)
+        self._setuptools_cfg.setdefault("py-modules", self._dist.py_modules)
+        return super().__exit__(exc_type, exc_value, traceback)
+
+
+class _ExperimentalConfiguration(SetuptoolsWarning):
+    _SUMMARY = (
+        "`{subject}` in `pyproject.toml` is still *experimental* "
+        "and likely to change in future releases."
+    )
+
+
+class _ToolsTypoInMetadata(SetuptoolsWarning):
+    _SUMMARY = (
+        "Ignoring [tools.setuptools] in pyproject.toml, did you mean [tool.setuptools]?"
+    )
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/setupcfg.py b/llmlab/lib/python3.12/site-packages/setuptools/config/setupcfg.py
new file mode 100644
index 0000000..633aa9d
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/config/setupcfg.py
@@ -0,0 +1,780 @@
+"""
+Load setuptools configuration from ``setup.cfg`` files.
+
+**API will be made private in the future**
+
+To read project metadata, consider using
+``build.util.project_wheel_metadata`` (https://pypi.org/project/build/).
+For simple scenarios, you can also try parsing the file directly
+with the help of ``configparser``.
+"""
+
+from __future__ import annotations
+
+import contextlib
+import functools
+import os
+from collections import defaultdict
+from collections.abc import Iterable, Iterator
+from functools import partial, wraps
+from typing import TYPE_CHECKING, Any, Callable, ClassVar, Generic, TypeVar, cast
+
+from packaging.markers import default_environment as marker_env
+from packaging.requirements import InvalidRequirement, Requirement
+from packaging.version import InvalidVersion, Version
+
+from .. import _static
+from .._path import StrPath
+from ..errors import FileError, OptionError
+from ..warnings import SetuptoolsDeprecationWarning
+from . import expand
+
+if TYPE_CHECKING:
+    from typing_extensions import TypeAlias
+
+    from setuptools.dist import Distribution
+
+    from distutils.dist import DistributionMetadata
+
+SingleCommandOptions: TypeAlias = dict[str, tuple[str, Any]]
+"""Dict that associate the name of the options of a particular command to a
+tuple. The first element of the tuple indicates the origin of the option value
+(e.g. the name of the configuration file where it was read from),
+while the second element of the tuple is the option value itself
+"""
+AllCommandOptions: TypeAlias = dict[str, SingleCommandOptions]
+"""cmd name => its options"""
+Target = TypeVar("Target", "Distribution", "DistributionMetadata")
+
+
+def read_configuration(
+    filepath: StrPath, find_others: bool = False, ignore_option_errors: bool = False
+) -> dict:
+    """Read given configuration file and returns options from it as a dict.
+
+    :param str|unicode filepath: Path to configuration file
+        to get options from.
+
+    :param bool find_others: Whether to search for other configuration files
+        which could be on in various places.
+
+    :param bool ignore_option_errors: Whether to silently ignore
+        options, values of which could not be resolved (e.g. due to exceptions
+        in directives such as file:, attr:, etc.).
+        If False exceptions are propagated as expected.
+
+    :rtype: dict
+    """
+    from setuptools.dist import Distribution
+
+    dist = Distribution()
+    filenames = dist.find_config_files() if find_others else []
+    handlers = _apply(dist, filepath, filenames, ignore_option_errors)
+    return configuration_to_dict(handlers)
+
+
+def apply_configuration(dist: Distribution, filepath: StrPath) -> Distribution:
+    """Apply the configuration from a ``setup.cfg`` file into an existing
+    distribution object.
+    """
+    _apply(dist, filepath)
+    dist._finalize_requires()
+    return dist
+
+
+def _apply(
+    dist: Distribution,
+    filepath: StrPath,
+    other_files: Iterable[StrPath] = (),
+    ignore_option_errors: bool = False,
+) -> tuple[ConfigMetadataHandler, ConfigOptionsHandler]:
+    """Read configuration from ``filepath`` and applies to the ``dist`` object."""
+    from setuptools.dist import _Distribution
+
+    filepath = os.path.abspath(filepath)
+
+    if not os.path.isfile(filepath):
+        raise FileError(f'Configuration file {filepath} does not exist.')
+
+    current_directory = os.getcwd()
+    os.chdir(os.path.dirname(filepath))
+    filenames = [*other_files, filepath]
+
+    try:
+        # TODO: Temporary cast until mypy 1.12 is released with upstream fixes from typeshed
+        _Distribution.parse_config_files(dist, filenames=cast(list[str], filenames))
+        handlers = parse_configuration(
+            dist, dist.command_options, ignore_option_errors=ignore_option_errors
+        )
+        dist._finalize_license_files()
+    finally:
+        os.chdir(current_directory)
+
+    return handlers
+
+
+def _get_option(target_obj: Distribution | DistributionMetadata, key: str):
+    """
+    Given a target object and option key, get that option from
+    the target object, either through a get_{key} method or
+    from an attribute directly.
+    """
+    getter_name = f'get_{key}'
+    by_attribute = functools.partial(getattr, target_obj, key)
+    getter = getattr(target_obj, getter_name, by_attribute)
+    return getter()
+
+
+def configuration_to_dict(
+    handlers: Iterable[
+        ConfigHandler[Distribution] | ConfigHandler[DistributionMetadata]
+    ],
+) -> dict:
+    """Returns configuration data gathered by given handlers as a dict.
+
+    :param Iterable[ConfigHandler] handlers: Handlers list,
+        usually from parse_configuration()
+
+    :rtype: dict
+    """
+    config_dict: dict = defaultdict(dict)
+
+    for handler in handlers:
+        for option in handler.set_options:
+            value = _get_option(handler.target_obj, option)
+            config_dict[handler.section_prefix][option] = value
+
+    return config_dict
+
+
+def parse_configuration(
+    distribution: Distribution,
+    command_options: AllCommandOptions,
+    ignore_option_errors: bool = False,
+) -> tuple[ConfigMetadataHandler, ConfigOptionsHandler]:
+    """Performs additional parsing of configuration options
+    for a distribution.
+
+    Returns a list of used option handlers.
+
+    :param Distribution distribution:
+    :param dict command_options:
+    :param bool ignore_option_errors: Whether to silently ignore
+        options, values of which could not be resolved (e.g. due to exceptions
+        in directives such as file:, attr:, etc.).
+        If False exceptions are propagated as expected.
+    :rtype: list
+    """
+    with expand.EnsurePackagesDiscovered(distribution) as ensure_discovered:
+        options = ConfigOptionsHandler(
+            distribution,
+            command_options,
+            ignore_option_errors,
+            ensure_discovered,
+        )
+
+        options.parse()
+        if not distribution.package_dir:
+            distribution.package_dir = options.package_dir  # Filled by `find_packages`
+
+        meta = ConfigMetadataHandler(
+            distribution.metadata,
+            command_options,
+            ignore_option_errors,
+            ensure_discovered,
+            distribution.package_dir,
+            distribution.src_root,
+        )
+        meta.parse()
+        distribution._referenced_files.update(
+            options._referenced_files, meta._referenced_files
+        )
+
+    return meta, options
+
+
+def _warn_accidental_env_marker_misconfig(label: str, orig_value: str, parsed: list):
+    """Because users sometimes misinterpret this configuration:
+
+    [options.extras_require]
+    foo = bar;python_version<"4"
+
+    It looks like one requirement with an environment marker
+    but because there is no newline, it's parsed as two requirements
+    with a semicolon as separator.
+
+    Therefore, if:
+        * input string does not contain a newline AND
+        * parsed result contains two requirements AND
+        * parsing of the two parts from the result (";")
+        leads in a valid Requirement with a valid marker
+    a UserWarning is shown to inform the user about the possible problem.
+    """
+    if "\n" in orig_value or len(parsed) != 2:
+        return
+
+    markers = marker_env().keys()
+
+    try:
+        req = Requirement(parsed[1])
+        if req.name in markers:
+            _AmbiguousMarker.emit(field=label, req=parsed[1])
+    except InvalidRequirement as ex:
+        if any(parsed[1].startswith(marker) for marker in markers):
+            msg = _AmbiguousMarker.message(field=label, req=parsed[1])
+            raise InvalidRequirement(msg) from ex
+
+
+class ConfigHandler(Generic[Target]):
+    """Handles metadata supplied in configuration files."""
+
+    section_prefix: str
+    """Prefix for config sections handled by this handler.
+    Must be provided by class heirs.
+
+    """
+
+    aliases: ClassVar[dict[str, str]] = {}
+    """Options aliases.
+    For compatibility with various packages. E.g.: d2to1 and pbr.
+    Note: `-` in keys is replaced with `_` by config parser.
+
+    """
+
+    def __init__(
+        self,
+        target_obj: Target,
+        options: AllCommandOptions,
+        ignore_option_errors,
+        ensure_discovered: expand.EnsurePackagesDiscovered,
+    ) -> None:
+        self.ignore_option_errors = ignore_option_errors
+        self.target_obj: Target = target_obj
+        self.sections = dict(self._section_options(options))
+        self.set_options: list[str] = []
+        self.ensure_discovered = ensure_discovered
+        self._referenced_files = set[str]()
+        """After parsing configurations, this property will enumerate
+        all files referenced by the "file:" directive. Private API for setuptools only.
+        """
+
+    @classmethod
+    def _section_options(
+        cls, options: AllCommandOptions
+    ) -> Iterator[tuple[str, SingleCommandOptions]]:
+        for full_name, value in options.items():
+            pre, _sep, name = full_name.partition(cls.section_prefix)
+            if pre:
+                continue
+            yield name.lstrip('.'), value
+
+    @property
+    def parsers(self):
+        """Metadata item name to parser function mapping."""
+        raise NotImplementedError(
+            f'{self.__class__.__name__} must provide .parsers property'
+        )
+
+    def __setitem__(self, option_name, value) -> None:
+        target_obj = self.target_obj
+
+        # Translate alias into real name.
+        option_name = self.aliases.get(option_name, option_name)
+
+        try:
+            current_value = getattr(target_obj, option_name)
+        except AttributeError as e:
+            raise KeyError(option_name) from e
+
+        if current_value:
+            # Already inhabited. Skipping.
+            return
+
+        try:
+            parsed = self.parsers.get(option_name, lambda x: x)(value)
+        except (Exception,) * self.ignore_option_errors:
+            return
+
+        simple_setter = functools.partial(target_obj.__setattr__, option_name)
+        setter = getattr(target_obj, f"set_{option_name}", simple_setter)
+        setter(parsed)
+
+        self.set_options.append(option_name)
+
+    @classmethod
+    def _parse_list(cls, value, separator=','):
+        """Represents value as a list.
+
+        Value is split either by separator (defaults to comma) or by lines.
+
+        :param value:
+        :param separator: List items separator character.
+        :rtype: list
+        """
+        if isinstance(value, list):  # _get_parser_compound case
+            return value
+
+        if '\n' in value:
+            value = value.splitlines()
+        else:
+            value = value.split(separator)
+
+        return [chunk.strip() for chunk in value if chunk.strip()]
+
+    @classmethod
+    def _parse_dict(cls, value):
+        """Represents value as a dict.
+
+        :param value:
+        :rtype: dict
+        """
+        separator = '='
+        result = {}
+        for line in cls._parse_list(value):
+            key, sep, val = line.partition(separator)
+            if sep != separator:
+                raise OptionError(f"Unable to parse option value to dict: {value}")
+            result[key.strip()] = val.strip()
+
+        return result
+
+    @classmethod
+    def _parse_bool(cls, value):
+        """Represents value as boolean.
+
+        :param value:
+        :rtype: bool
+        """
+        value = value.lower()
+        return value in ('1', 'true', 'yes')
+
+    @classmethod
+    def _exclude_files_parser(cls, key):
+        """Returns a parser function to make sure field inputs
+        are not files.
+
+        Parses a value after getting the key so error messages are
+        more informative.
+
+        :param key:
+        :rtype: callable
+        """
+
+        def parser(value):
+            exclude_directive = 'file:'
+            if value.startswith(exclude_directive):
+                raise ValueError(
+                    f'Only strings are accepted for the {key} field, '
+                    'files are not accepted'
+                )
+            return _static.Str(value)
+
+        return parser
+
+    def _parse_file(self, value, root_dir: StrPath | None):
+        """Represents value as a string, allowing including text
+        from nearest files using `file:` directive.
+
+        Directive is sandboxed and won't reach anything outside
+        directory with setup.py.
+
+        Examples:
+            file: README.rst, CHANGELOG.md, src/file.txt
+
+        :param str value:
+        :rtype: str
+        """
+        include_directive = 'file:'
+
+        if not isinstance(value, str):
+            return value
+
+        if not value.startswith(include_directive):
+            return _static.Str(value)
+
+        spec = value[len(include_directive) :]
+        filepaths = [path.strip() for path in spec.split(',')]
+        self._referenced_files.update(filepaths)
+        # XXX: Is marking as static contents coming from files too optimistic?
+        return _static.Str(expand.read_files(filepaths, root_dir))
+
+    def _parse_attr(self, value, package_dir, root_dir: StrPath):
+        """Represents value as a module attribute.
+
+        Examples:
+            attr: package.attr
+            attr: package.module.attr
+
+        :param str value:
+        :rtype: str
+        """
+        attr_directive = 'attr:'
+        if not value.startswith(attr_directive):
+            return _static.Str(value)
+
+        attr_desc = value.replace(attr_directive, '')
+
+        # Make sure package_dir is populated correctly, so `attr:` directives can work
+        package_dir.update(self.ensure_discovered.package_dir)
+        return expand.read_attr(attr_desc, package_dir, root_dir)
+
+    @classmethod
+    def _get_parser_compound(cls, *parse_methods):
+        """Returns parser function to represents value as a list.
+
+        Parses a value applying given methods one after another.
+
+        :param parse_methods:
+        :rtype: callable
+        """
+
+        def parse(value):
+            parsed = value
+
+            for method in parse_methods:
+                parsed = method(parsed)
+
+            return parsed
+
+        return parse
+
+    @classmethod
+    def _parse_section_to_dict_with_key(cls, section_options, values_parser):
+        """Parses section options into a dictionary.
+
+        Applies a given parser to each option in a section.
+
+        :param dict section_options:
+        :param callable values_parser: function with 2 args corresponding to key, value
+        :rtype: dict
+        """
+        value = {}
+        for key, (_, val) in section_options.items():
+            value[key] = values_parser(key, val)
+        return value
+
+    @classmethod
+    def _parse_section_to_dict(cls, section_options, values_parser=None):
+        """Parses section options into a dictionary.
+
+        Optionally applies a given parser to each value.
+
+        :param dict section_options:
+        :param callable values_parser: function with 1 arg corresponding to option value
+        :rtype: dict
+        """
+        parser = (lambda _, v: values_parser(v)) if values_parser else (lambda _, v: v)
+        return cls._parse_section_to_dict_with_key(section_options, parser)
+
+    def parse_section(self, section_options) -> None:
+        """Parses configuration file section.
+
+        :param dict section_options:
+        """
+        for name, (_, value) in section_options.items():
+            with contextlib.suppress(KeyError):
+                # Keep silent for a new option may appear anytime.
+                self[name] = value
+
+    def parse(self) -> None:
+        """Parses configuration file items from one
+        or more related sections.
+
+        """
+        for section_name, section_options in self.sections.items():
+            method_postfix = ''
+            if section_name:  # [section.option] variant
+                method_postfix = f"_{section_name}"
+
+            section_parser_method: Callable | None = getattr(
+                self,
+                # Dots in section names are translated into dunderscores.
+                f'parse_section{method_postfix}'.replace('.', '__'),
+                None,
+            )
+
+            if section_parser_method is None:
+                raise OptionError(
+                    "Unsupported distribution option section: "
+                    f"[{self.section_prefix}.{section_name}]"
+                )
+
+            section_parser_method(section_options)
+
+    def _deprecated_config_handler(self, func, msg, **kw):
+        """this function will wrap around parameters that are deprecated
+
+        :param msg: deprecation message
+        :param func: function to be wrapped around
+        """
+
+        @wraps(func)
+        def config_handler(*args, **kwargs):
+            kw.setdefault("stacklevel", 2)
+            _DeprecatedConfig.emit("Deprecated config in `setup.cfg`", msg, **kw)
+            return func(*args, **kwargs)
+
+        return config_handler
+
+
+class ConfigMetadataHandler(ConfigHandler["DistributionMetadata"]):
+    section_prefix = 'metadata'
+
+    aliases = {
+        'home_page': 'url',
+        'summary': 'description',
+        'classifier': 'classifiers',
+        'platform': 'platforms',
+    }
+
+    strict_mode = False
+    """We need to keep it loose, to be partially compatible with
+    `pbr` and `d2to1` packages which also uses `metadata` section.
+
+    """
+
+    def __init__(
+        self,
+        target_obj: DistributionMetadata,
+        options: AllCommandOptions,
+        ignore_option_errors: bool,
+        ensure_discovered: expand.EnsurePackagesDiscovered,
+        package_dir: dict | None = None,
+        root_dir: StrPath | None = os.curdir,
+    ) -> None:
+        super().__init__(target_obj, options, ignore_option_errors, ensure_discovered)
+        self.package_dir = package_dir
+        self.root_dir = root_dir
+
+    @property
+    def parsers(self):
+        """Metadata item name to parser function mapping."""
+        parse_list_static = self._get_parser_compound(self._parse_list, _static.List)
+        parse_dict_static = self._get_parser_compound(self._parse_dict, _static.Dict)
+        parse_file = partial(self._parse_file, root_dir=self.root_dir)
+        exclude_files_parser = self._exclude_files_parser
+
+        return {
+            'author': _static.Str,
+            'author_email': _static.Str,
+            'maintainer': _static.Str,
+            'maintainer_email': _static.Str,
+            'platforms': parse_list_static,
+            'keywords': parse_list_static,
+            'provides': parse_list_static,
+            'obsoletes': parse_list_static,
+            'classifiers': self._get_parser_compound(parse_file, parse_list_static),
+            'license': exclude_files_parser('license'),
+            'license_files': parse_list_static,
+            'description': parse_file,
+            'long_description': parse_file,
+            'long_description_content_type': _static.Str,
+            'version': self._parse_version,  # Cannot be marked as dynamic
+            'url': _static.Str,
+            'project_urls': parse_dict_static,
+        }
+
+    def _parse_version(self, value):
+        """Parses `version` option value.
+
+        :param value:
+        :rtype: str
+
+        """
+        version = self._parse_file(value, self.root_dir)
+
+        if version != value:
+            version = version.strip()
+            # Be strict about versions loaded from file because it's easy to
+            # accidentally include newlines and other unintended content
+            try:
+                Version(version)
+            except InvalidVersion as e:
+                raise OptionError(
+                    f'Version loaded from {value} does not '
+                    f'comply with PEP 440: {version}'
+                ) from e
+
+            return version
+
+        return expand.version(self._parse_attr(value, self.package_dir, self.root_dir))
+
+
+class ConfigOptionsHandler(ConfigHandler["Distribution"]):
+    section_prefix = 'options'
+
+    def __init__(
+        self,
+        target_obj: Distribution,
+        options: AllCommandOptions,
+        ignore_option_errors: bool,
+        ensure_discovered: expand.EnsurePackagesDiscovered,
+    ) -> None:
+        super().__init__(target_obj, options, ignore_option_errors, ensure_discovered)
+        self.root_dir = target_obj.src_root
+        self.package_dir: dict[str, str] = {}  # To be filled by `find_packages`
+
+    @classmethod
+    def _parse_list_semicolon(cls, value):
+        return cls._parse_list(value, separator=';')
+
+    def _parse_file_in_root(self, value):
+        return self._parse_file(value, root_dir=self.root_dir)
+
+    def _parse_requirements_list(self, label: str, value: str):
+        # Parse a requirements list, either by reading in a `file:`, or a list.
+        parsed = self._parse_list_semicolon(self._parse_file_in_root(value))
+        _warn_accidental_env_marker_misconfig(label, value, parsed)
+        # Filter it to only include lines that are not comments. `parse_list`
+        # will have stripped each line and filtered out empties.
+        return _static.List(line for line in parsed if not line.startswith("#"))
+        # ^-- Use `_static.List` to mark a non-`Dynamic` Core Metadata
+
+    @property
+    def parsers(self):
+        """Metadata item name to parser function mapping."""
+        parse_list = self._parse_list
+        parse_bool = self._parse_bool
+        parse_cmdclass = self._parse_cmdclass
+
+        return {
+            'zip_safe': parse_bool,
+            'include_package_data': parse_bool,
+            'package_dir': self._parse_dict,
+            'scripts': parse_list,
+            'eager_resources': parse_list,
+            'dependency_links': parse_list,
+            'namespace_packages': self._deprecated_config_handler(
+                parse_list,
+                "The namespace_packages parameter is deprecated, "
+                "consider using implicit namespaces instead (PEP 420).",
+                # TODO: define due date, see setuptools.dist:check_nsp.
+            ),
+            'install_requires': partial(  # Core Metadata
+                self._parse_requirements_list, "install_requires"
+            ),
+            'setup_requires': self._parse_list_semicolon,
+            'packages': self._parse_packages,
+            'entry_points': self._parse_file_in_root,
+            'py_modules': parse_list,
+            'python_requires': _static.SpecifierSet,  # Core Metadata
+            'cmdclass': parse_cmdclass,
+        }
+
+    def _parse_cmdclass(self, value):
+        package_dir = self.ensure_discovered.package_dir
+        return expand.cmdclass(self._parse_dict(value), package_dir, self.root_dir)
+
+    def _parse_packages(self, value):
+        """Parses `packages` option value.
+
+        :param value:
+        :rtype: list
+        """
+        find_directives = ['find:', 'find_namespace:']
+        trimmed_value = value.strip()
+
+        if trimmed_value not in find_directives:
+            return self._parse_list(value)
+
+        # Read function arguments from a dedicated section.
+        find_kwargs = self.parse_section_packages__find(
+            self.sections.get('packages.find', {})
+        )
+
+        find_kwargs.update(
+            namespaces=(trimmed_value == find_directives[1]),
+            root_dir=self.root_dir,
+            fill_package_dir=self.package_dir,
+        )
+
+        return expand.find_packages(**find_kwargs)
+
+    def parse_section_packages__find(self, section_options):
+        """Parses `packages.find` configuration file section.
+
+        To be used in conjunction with _parse_packages().
+
+        :param dict section_options:
+        """
+        section_data = self._parse_section_to_dict(section_options, self._parse_list)
+
+        valid_keys = ['where', 'include', 'exclude']
+        find_kwargs = {k: v for k, v in section_data.items() if k in valid_keys and v}
+
+        where = find_kwargs.get('where')
+        if where is not None:
+            find_kwargs['where'] = where[0]  # cast list to single val
+
+        return find_kwargs
+
+    def parse_section_entry_points(self, section_options) -> None:
+        """Parses `entry_points` configuration file section.
+
+        :param dict section_options:
+        """
+        parsed = self._parse_section_to_dict(section_options, self._parse_list)
+        self['entry_points'] = parsed
+
+    def _parse_package_data(self, section_options):
+        package_data = self._parse_section_to_dict(section_options, self._parse_list)
+        return expand.canonic_package_data(package_data)
+
+    def parse_section_package_data(self, section_options) -> None:
+        """Parses `package_data` configuration file section.
+
+        :param dict section_options:
+        """
+        self['package_data'] = self._parse_package_data(section_options)
+
+    def parse_section_exclude_package_data(self, section_options) -> None:
+        """Parses `exclude_package_data` configuration file section.
+
+        :param dict section_options:
+        """
+        self['exclude_package_data'] = self._parse_package_data(section_options)
+
+    def parse_section_extras_require(self, section_options) -> None:  # Core Metadata
+        """Parses `extras_require` configuration file section.
+
+        :param dict section_options:
+        """
+        parsed = self._parse_section_to_dict_with_key(
+            section_options,
+            lambda k, v: self._parse_requirements_list(f"extras_require[{k}]", v),
+        )
+
+        self['extras_require'] = _static.Dict(parsed)
+        # ^-- Use `_static.Dict` to mark a non-`Dynamic` Core Metadata
+
+    def parse_section_data_files(self, section_options) -> None:
+        """Parses `data_files` configuration file section.
+
+        :param dict section_options:
+        """
+        parsed = self._parse_section_to_dict(section_options, self._parse_list)
+        self['data_files'] = expand.canonic_data_files(parsed, self.root_dir)
+
+
+class _AmbiguousMarker(SetuptoolsDeprecationWarning):
+    _SUMMARY = "Ambiguous requirement marker."
+    _DETAILS = """
+    One of the parsed requirements in `{field}` looks like a valid environment marker:
+
+        {req!r}
+
+    Please make sure that the configuration file is correct.
+    You can use dangling lines to avoid this problem.
+    """
+    _SEE_DOCS = "userguide/declarative_config.html#opt-2"
+    # TODO: should we include due_date here? Initially introduced in 6 Aug 2022.
+    # Does this make sense with latest version of packaging?
+
+    @classmethod
+    def message(cls, **kw):
+        docs = f"https://setuptools.pypa.io/en/latest/{cls._SEE_DOCS}"
+        return cls._format(cls._SUMMARY, cls._DETAILS, see_url=docs, format_args=kw)
+
+
+class _DeprecatedConfig(SetuptoolsDeprecationWarning):
+    _SEE_DOCS = "userguide/declarative_config.html"
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json b/llmlab/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json
new file mode 100644
index 0000000..ec887b3
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json
@@ -0,0 +1,433 @@
+{
+  "$schema": "http://json-schema.org/draft-07/schema#",
+
+  "$id": "https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html",
+  "title": "``tool.setuptools`` table",
+  "$$description": [
+    "``setuptools``-specific configurations that can be set by users that require",
+    "customization.",
+    "These configurations are completely optional and probably can be skipped when",
+    "creating simple packages. They are equivalent to some of the `Keywords",
+    "`_",
+    "used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.",
+    "It considers only ``setuptools`` `parameters",
+    "`_",
+    "that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``",
+    "and ``setup_requires`` (incompatible with modern workflows/standards)."
+  ],
+
+  "type": "object",
+  "additionalProperties": false,
+  "properties": {
+    "platforms": {
+      "type": "array",
+      "items": {"type": "string"}
+    },
+    "provides": {
+      "$$description": [
+        "Package and virtual package names contained within this package",
+        "**(not supported by pip)**"
+      ],
+      "type": "array",
+      "items": {"type": "string", "format": "pep508-identifier"}
+    },
+    "obsoletes": {
+      "$$description": [
+        "Packages which this package renders obsolete",
+        "**(not supported by pip)**"
+      ],
+      "type": "array",
+      "items": {"type": "string", "format": "pep508-identifier"}
+    },
+    "zip-safe": {
+      "$$description": [
+        "Whether the project can be safely installed and run from a zip file.",
+        "**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and",
+        "``setup.py install`` in the context of ``eggs`` (**DEPRECATED**)."
+      ],
+      "type": "boolean"
+    },
+    "script-files": {
+      "$$description": [
+        "Legacy way of defining scripts (entry-points are preferred).",
+        "Equivalent to the ``script`` keyword in ``setup.py``",
+        "(it was renamed to avoid confusion with entry-point based ``project.scripts``",
+        "defined in :pep:`621`).",
+        "**DISCOURAGED**: generic script wrappers are tricky and may not work properly.",
+        "Whenever possible, please use ``project.scripts`` instead."
+      ],
+      "type": "array",
+      "items": {"type": "string"},
+      "$comment": "TODO: is this field deprecated/should be removed?"
+    },
+    "eager-resources": {
+      "$$description": [
+        "Resources that should be extracted together, if any of them is needed,",
+        "or if any C extensions included in the project are imported.",
+        "**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and",
+        "``setup.py install`` in the context of ``eggs`` (**DEPRECATED**)."
+      ],
+      "type": "array",
+      "items": {"type": "string"}
+    },
+    "packages": {
+      "$$description": [
+        "Packages that should be included in the distribution.",
+        "It can be given either as a list of package identifiers",
+        "or as a ``dict``-like structure with a single key ``find``",
+        "which corresponds to a dynamic call to",
+        "``setuptools.config.expand.find_packages`` function.",
+        "The ``find`` key is associated with a nested ``dict``-like structure that can",
+        "contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,",
+        "mimicking the keyword arguments of the associated function."
+      ],
+      "oneOf": [
+        {
+          "title": "Array of Python package identifiers",
+          "type": "array",
+          "items": {"$ref": "#/definitions/package-name"}
+        },
+        {"$ref": "#/definitions/find-directive"}
+      ]
+    },
+    "package-dir": {
+      "$$description": [
+        ":class:`dict`-like structure mapping from package names to directories where their",
+        "code can be found.",
+        "The empty string (as key) means that all packages are contained inside",
+        "the given directory will be included in the distribution."
+      ],
+      "type": "object",
+      "additionalProperties": false,
+      "propertyNames": {
+        "anyOf": [{"const": ""}, {"$ref": "#/definitions/package-name"}]
+      },
+      "patternProperties": {
+        "^.*$": {"type": "string" }
+      }
+    },
+    "package-data": {
+      "$$description": [
+        "Mapping from package names to lists of glob patterns.",
+        "Usually this option is not needed when using ``include-package-data = true``",
+        "For more information on how to include data files, check ``setuptools`` `docs",
+        "`_."
+      ],
+      "type": "object",
+      "additionalProperties": false,
+      "propertyNames": {
+        "anyOf": [{"type": "string", "format": "python-module-name"}, {"const": "*"}]
+      },
+      "patternProperties": {
+        "^.*$": {"type": "array", "items": {"type": "string"}}
+      }
+    },
+    "include-package-data": {
+      "$$description": [
+        "Automatically include any data files inside the package directories",
+        "that are specified by ``MANIFEST.in``",
+        "For more information on how to include data files, check ``setuptools`` `docs",
+        "`_."
+      ],
+      "type": "boolean"
+    },
+    "exclude-package-data": {
+      "$$description": [
+        "Mapping from package names to lists of glob patterns that should be excluded",
+        "For more information on how to include data files, check ``setuptools`` `docs",
+        "`_."
+      ],
+      "type": "object",
+      "additionalProperties": false,
+      "propertyNames": {
+        "anyOf": [{"type": "string", "format": "python-module-name"}, {"const": "*"}]
+      },
+      "patternProperties": {
+          "^.*$": {"type": "array", "items": {"type": "string"}}
+      }
+    },
+    "namespace-packages": {
+      "type": "array",
+      "items": {"type": "string", "format": "python-module-name-relaxed"},
+      "$comment": "https://setuptools.pypa.io/en/latest/userguide/package_discovery.html",
+      "description": "**DEPRECATED**: use implicit namespaces instead (:pep:`420`)."
+    },
+    "py-modules": {
+      "description": "Modules that setuptools will manipulate",
+      "type": "array",
+      "items": {"type": "string", "format": "python-module-name-relaxed"},
+      "$comment": "TODO: clarify the relationship with ``packages``"
+    },
+    "ext-modules": {
+      "description": "Extension modules to be compiled by setuptools",
+      "type": "array",
+      "items": {"$ref": "#/definitions/ext-module"}
+    },
+    "data-files": {
+      "$$description": [
+        "``dict``-like structure where each key represents a directory and",
+        "the value is a list of glob patterns that should be installed in them.",
+        "**DISCOURAGED**: please notice this might not work as expected with wheels.",
+        "Whenever possible, consider using data files inside the package directories",
+        "(or create a new namespace package that only contains data files).",
+        "See `data files support",
+        "`_."
+      ],
+      "type": "object",
+      "patternProperties": {
+          "^.*$": {"type": "array", "items": {"type": "string"}}
+      }
+    },
+    "cmdclass": {
+      "$$description": [
+        "Mapping of distutils-style command names to ``setuptools.Command`` subclasses",
+        "which in turn should be represented by strings with a qualified class name",
+        "(i.e., \"dotted\" form with module), e.g.::\n\n",
+        "    cmdclass = {mycmd = \"pkg.subpkg.module.CommandClass\"}\n\n",
+        "The command class should be a directly defined at the top-level of the",
+        "containing module (no class nesting)."
+      ],
+      "type": "object",
+      "patternProperties": {
+          "^.*$": {"type": "string", "format": "python-qualified-identifier"}
+      }
+    },
+    "license-files": {
+      "type": "array",
+      "items": {"type": "string"},
+      "$$description": [
+        "**PROVISIONAL**: list of glob patterns for all license files being distributed.",
+        "(likely to become standard with :pep:`639`).",
+        "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"
+      ],
+      "$comment": "TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?"
+    },
+    "dynamic": {
+      "type": "object",
+      "description": "Instructions for loading :pep:`621`-related metadata dynamically",
+      "additionalProperties": false,
+      "properties": {
+        "version": {
+          "$$description": [
+            "A version dynamically loaded via either the ``attr:`` or ``file:``",
+            "directives. Please make sure the given file or attribute respects :pep:`440`.",
+            "Also ensure to set ``project.dynamic`` accordingly."
+          ],
+          "oneOf": [
+            {"$ref": "#/definitions/attr-directive"},
+            {"$ref": "#/definitions/file-directive"}
+          ]
+        },
+        "classifiers": {"$ref": "#/definitions/file-directive"},
+        "description": {"$ref": "#/definitions/file-directive"},
+        "entry-points": {"$ref": "#/definitions/file-directive"},
+        "dependencies": {"$ref": "#/definitions/file-directive-for-dependencies"},
+        "optional-dependencies": {
+          "type": "object",
+          "propertyNames": {"type": "string", "format": "pep508-identifier"},
+          "additionalProperties": false,
+          "patternProperties": {
+            ".+": {"$ref": "#/definitions/file-directive-for-dependencies"}
+          }
+        },
+        "readme": {
+          "type": "object",
+          "anyOf": [
+            {"$ref": "#/definitions/file-directive"},
+            {
+              "type": "object",
+              "properties": {
+                "content-type": {"type": "string"},
+                "file": { "$ref": "#/definitions/file-directive/properties/file" }
+              },
+              "additionalProperties": false}
+          ],
+          "required": ["file"]
+        }
+      }
+    }
+  },
+
+  "definitions": {
+    "package-name": {
+      "$id": "#/definitions/package-name",
+      "title": "Valid package name",
+      "description": "Valid package name (importable or :pep:`561`).",
+      "type": "string",
+      "anyOf": [
+        {"type": "string", "format": "python-module-name-relaxed"},
+        {"type": "string", "format": "pep561-stub-name"}
+      ]
+    },
+    "ext-module": {
+      "$id": "#/definitions/ext-module",
+      "title": "Extension module",
+      "description": "Parameters to construct a :class:`setuptools.Extension` object",
+      "type": "object",
+      "required": ["name", "sources"],
+      "additionalProperties": false,
+      "properties": {
+        "name": {
+          "type": "string",
+          "format": "python-module-name-relaxed"
+        },
+        "sources": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "include-dirs":{
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "define-macros": {
+          "type": "array",
+          "items": {
+            "type": "array",
+            "items": [
+              {"description": "macro name", "type": "string"},
+              {"description": "macro value", "oneOf": [{"type": "string"}, {"type": "null"}]}
+            ],
+            "additionalItems": false
+          }
+        },
+        "undef-macros": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "library-dirs": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "libraries": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "runtime-library-dirs": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "extra-objects": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "extra-compile-args": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "extra-link-args": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "export-symbols": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "swig-opts": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "depends": {
+          "type": "array",
+          "items": {"type": "string"}
+        },
+        "language": {"type": "string"},
+        "optional": {"type": "boolean"},
+        "py-limited-api": {"type": "boolean"}
+      }
+    },
+    "file-directive": {
+      "$id": "#/definitions/file-directive",
+      "title": "'file:' directive",
+      "description":
+        "Value is read from a file (or list of files and then concatenated)",
+      "type": "object",
+      "additionalProperties": false,
+      "properties": {
+        "file": {
+          "oneOf": [
+            {"type": "string"},
+            {"type": "array", "items": {"type": "string"}}
+          ]
+        }
+      },
+      "required": ["file"]
+    },
+    "file-directive-for-dependencies": {
+      "title": "'file:' directive for dependencies",
+      "allOf": [
+        {
+          "$$description": [
+            "**BETA**: subset of the ``requirements.txt`` format",
+            "without ``pip`` flags and options",
+            "(one :pep:`508`-compliant string per line,",
+            "lines that are blank or start with ``#`` are excluded).",
+            "See `dynamic metadata",
+            "`_."
+          ]
+        },
+        {"$ref": "#/definitions/file-directive"}
+      ]
+    },
+    "attr-directive": {
+      "title": "'attr:' directive",
+      "$id": "#/definitions/attr-directive",
+      "$$description": [
+        "Value is read from a module attribute. Supports callables and iterables;",
+        "unsupported types are cast via ``str()``"
+      ],
+      "type": "object",
+      "additionalProperties": false,
+      "properties": {
+        "attr": {"type": "string", "format": "python-qualified-identifier"}
+      },
+      "required": ["attr"]
+    },
+    "find-directive": {
+      "$id": "#/definitions/find-directive",
+      "title": "'find:' directive",
+      "type": "object",
+      "additionalProperties": false,
+      "properties": {
+        "find": {
+          "type": "object",
+          "$$description": [
+            "Dynamic `package discovery",
+            "`_."
+          ],
+          "additionalProperties": false,
+          "properties": {
+            "where": {
+              "description":
+                "Directories to be searched for packages (Unix-style relative path)",
+              "type": "array",
+              "items": {"type": "string"}
+            },
+            "exclude": {
+              "type": "array",
+              "$$description": [
+                "Exclude packages that match the values listed in this field.",
+                "Can container shell-style wildcards (e.g. ``'pkg.*'``)"
+              ],
+              "items": {"type": "string"}
+            },
+            "include": {
+              "type": "array",
+              "$$description": [
+                "Restrict the found packages to just the ones listed in this field.",
+                "Can container shell-style wildcards (e.g. ``'pkg.*'``)"
+              ],
+              "items": {"type": "string"}
+            },
+            "namespaces": {
+              "type": "boolean",
+              "$$description": [
+                "When ``True``, directories without a ``__init__.py`` file will also",
+                "be scanned for :pep:`420`-style implicit namespaces"
+              ]
+            }
+          }
+        }
+      }
+    }
+  }
+}
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/depends.py b/llmlab/lib/python3.12/site-packages/setuptools/depends.py
new file mode 100644
index 0000000..e5223b7
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/depends.py
@@ -0,0 +1,185 @@
+from __future__ import annotations
+
+import contextlib
+import dis
+import marshal
+import sys
+from types import CodeType
+from typing import Any, Literal, TypeVar
+
+from packaging.version import Version
+
+from . import _imp
+from ._imp import PY_COMPILED, PY_FROZEN, PY_SOURCE, find_module
+
+_T = TypeVar("_T")
+
+__all__ = ['Require', 'find_module']
+
+
+class Require:
+    """A prerequisite to building or installing a distribution"""
+
+    def __init__(
+        self,
+        name,
+        requested_version,
+        module,
+        homepage: str = '',
+        attribute=None,
+        format=None,
+    ) -> None:
+        if format is None and requested_version is not None:
+            format = Version
+
+        if format is not None:
+            requested_version = format(requested_version)
+            if attribute is None:
+                attribute = '__version__'
+
+        self.__dict__.update(locals())
+        del self.self
+
+    def full_name(self):
+        """Return full package/distribution name, w/version"""
+        if self.requested_version is not None:
+            return f'{self.name}-{self.requested_version}'
+        return self.name
+
+    def version_ok(self, version):
+        """Is 'version' sufficiently up-to-date?"""
+        return (
+            self.attribute is None
+            or self.format is None
+            or str(version) != "unknown"
+            and self.format(version) >= self.requested_version
+        )
+
+    def get_version(
+        self, paths=None, default: _T | Literal["unknown"] = "unknown"
+    ) -> _T | Literal["unknown"] | None | Any:
+        """Get version number of installed module, 'None', or 'default'
+
+        Search 'paths' for module.  If not found, return 'None'.  If found,
+        return the extracted version attribute, or 'default' if no version
+        attribute was specified, or the value cannot be determined without
+        importing the module.  The version is formatted according to the
+        requirement's version format (if any), unless it is 'None' or the
+        supplied 'default'.
+        """
+
+        if self.attribute is None:
+            try:
+                f, _p, _i = find_module(self.module, paths)
+            except ImportError:
+                return None
+            if f:
+                f.close()
+            return default
+
+        v = get_module_constant(self.module, self.attribute, default, paths)
+
+        if v is not None and v is not default and self.format is not None:
+            return self.format(v)
+
+        return v
+
+    def is_present(self, paths=None):
+        """Return true if dependency is present on 'paths'"""
+        return self.get_version(paths) is not None
+
+    def is_current(self, paths=None):
+        """Return true if dependency is present and up-to-date on 'paths'"""
+        version = self.get_version(paths)
+        if version is None:
+            return False
+        return self.version_ok(str(version))
+
+
+def maybe_close(f):
+    @contextlib.contextmanager
+    def empty():
+        yield
+        return
+
+    if not f:
+        return empty()
+
+    return contextlib.closing(f)
+
+
+# Some objects are not available on some platforms.
+# XXX it'd be better to test assertions about bytecode instead.
+if not sys.platform.startswith('java') and sys.platform != 'cli':
+
+    def get_module_constant(
+        module, symbol, default: _T | int = -1, paths=None
+    ) -> _T | int | None | Any:
+        """Find 'module' by searching 'paths', and extract 'symbol'
+
+        Return 'None' if 'module' does not exist on 'paths', or it does not define
+        'symbol'.  If the module defines 'symbol' as a constant, return the
+        constant.  Otherwise, return 'default'."""
+
+        try:
+            f, path, (_suffix, _mode, kind) = info = find_module(module, paths)
+        except ImportError:
+            # Module doesn't exist
+            return None
+
+        with maybe_close(f):
+            if kind == PY_COMPILED:
+                f.read(8)  # skip magic & date
+                code = marshal.load(f)
+            elif kind == PY_FROZEN:
+                code = _imp.get_frozen_object(module, paths)
+            elif kind == PY_SOURCE:
+                code = compile(f.read(), path, 'exec')
+            else:
+                # Not something we can parse; we'll have to import it.  :(
+                imported = _imp.get_module(module, paths, info)
+                return getattr(imported, symbol, None)
+
+        return extract_constant(code, symbol, default)
+
+    def extract_constant(
+        code: CodeType, symbol: str, default: _T | int = -1
+    ) -> _T | int | None | Any:
+        """Extract the constant value of 'symbol' from 'code'
+
+        If the name 'symbol' is bound to a constant value by the Python code
+        object 'code', return that value.  If 'symbol' is bound to an expression,
+        return 'default'.  Otherwise, return 'None'.
+
+        Return value is based on the first assignment to 'symbol'.  'symbol' must
+        be a global, or at least a non-"fast" local in the code block.  That is,
+        only 'STORE_NAME' and 'STORE_GLOBAL' opcodes are checked, and 'symbol'
+        must be present in 'code.co_names'.
+        """
+        if symbol not in code.co_names:
+            # name's not there, can't possibly be an assignment
+            return None
+
+        name_idx = list(code.co_names).index(symbol)
+
+        STORE_NAME = dis.opmap['STORE_NAME']
+        STORE_GLOBAL = dis.opmap['STORE_GLOBAL']
+        LOAD_CONST = dis.opmap['LOAD_CONST']
+
+        const = default
+
+        for byte_code in dis.Bytecode(code):
+            op = byte_code.opcode
+            arg = byte_code.arg
+
+            if op == LOAD_CONST:
+                assert arg is not None
+                const = code.co_consts[arg]
+            elif arg == name_idx and (op == STORE_NAME or op == STORE_GLOBAL):
+                return const
+            else:
+                const = default
+
+        return None
+
+    __all__ += ['get_module_constant', 'extract_constant']
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/discovery.py b/llmlab/lib/python3.12/site-packages/setuptools/discovery.py
new file mode 100644
index 0000000..c888399
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/discovery.py
@@ -0,0 +1,614 @@
+"""Automatic discovery of Python modules and packages (for inclusion in the
+distribution) and other config values.
+
+For the purposes of this module, the following nomenclature is used:
+
+- "src-layout": a directory representing a Python project that contains a "src"
+  folder. Everything under the "src" folder is meant to be included in the
+  distribution when packaging the project. Example::
+
+    .
+    ├── tox.ini
+    ├── pyproject.toml
+    └── src/
+        └── mypkg/
+            ├── __init__.py
+            ├── mymodule.py
+            └── my_data_file.txt
+
+- "flat-layout": a Python project that does not use "src-layout" but instead
+  have a directory under the project root for each package::
+
+    .
+    ├── tox.ini
+    ├── pyproject.toml
+    └── mypkg/
+        ├── __init__.py
+        ├── mymodule.py
+        └── my_data_file.txt
+
+- "single-module": a project that contains a single Python script direct under
+  the project root (no directory used)::
+
+    .
+    ├── tox.ini
+    ├── pyproject.toml
+    └── mymodule.py
+
+"""
+
+from __future__ import annotations
+
+import itertools
+import os
+from collections.abc import Iterable, Iterator, Mapping
+from fnmatch import fnmatchcase
+from glob import glob
+from pathlib import Path
+from typing import TYPE_CHECKING, ClassVar
+
+import _distutils_hack.override  # noqa: F401
+
+from ._path import StrPath
+
+from distutils import log
+from distutils.util import convert_path
+
+if TYPE_CHECKING:
+    from setuptools import Distribution
+
+chain_iter = itertools.chain.from_iterable
+
+
+def _valid_name(path: StrPath) -> bool:
+    # Ignore invalid names that cannot be imported directly
+    return os.path.basename(path).isidentifier()
+
+
+class _Filter:
+    """
+    Given a list of patterns, create a callable that will be true only if
+    the input matches at least one of the patterns.
+    """
+
+    def __init__(self, *patterns: str) -> None:
+        self._patterns = dict.fromkeys(patterns)
+
+    def __call__(self, item: str) -> bool:
+        return any(fnmatchcase(item, pat) for pat in self._patterns)
+
+    def __contains__(self, item: str) -> bool:
+        return item in self._patterns
+
+
+class _Finder:
+    """Base class that exposes functionality for module/package finders"""
+
+    ALWAYS_EXCLUDE: ClassVar[tuple[str, ...]] = ()
+    DEFAULT_EXCLUDE: ClassVar[tuple[str, ...]] = ()
+
+    @classmethod
+    def find(
+        cls,
+        where: StrPath = '.',
+        exclude: Iterable[str] = (),
+        include: Iterable[str] = ('*',),
+    ) -> list[str]:
+        """Return a list of all Python items (packages or modules, depending on
+        the finder implementation) found within directory 'where'.
+
+        'where' is the root directory which will be searched.
+        It should be supplied as a "cross-platform" (i.e. URL-style) path;
+        it will be converted to the appropriate local path syntax.
+
+        'exclude' is a sequence of names to exclude; '*' can be used
+        as a wildcard in the names.
+        When finding packages, 'foo.*' will exclude all subpackages of 'foo'
+        (but not 'foo' itself).
+
+        'include' is a sequence of names to include.
+        If it's specified, only the named items will be included.
+        If it's not specified, all found items will be included.
+        'include' can contain shell style wildcard patterns just like
+        'exclude'.
+        """
+
+        exclude = exclude or cls.DEFAULT_EXCLUDE
+        return list(
+            cls._find_iter(
+                convert_path(str(where)),
+                _Filter(*cls.ALWAYS_EXCLUDE, *exclude),
+                _Filter(*include),
+            )
+        )
+
+    @classmethod
+    def _find_iter(
+        cls, where: StrPath, exclude: _Filter, include: _Filter
+    ) -> Iterator[str]:
+        raise NotImplementedError
+
+
+class PackageFinder(_Finder):
+    """
+    Generate a list of all Python packages found within a directory
+    """
+
+    ALWAYS_EXCLUDE = ("ez_setup", "*__pycache__")
+
+    @classmethod
+    def _find_iter(
+        cls, where: StrPath, exclude: _Filter, include: _Filter
+    ) -> Iterator[str]:
+        """
+        All the packages found in 'where' that pass the 'include' filter, but
+        not the 'exclude' filter.
+        """
+        for root, dirs, files in os.walk(str(where), followlinks=True):
+            # Copy dirs to iterate over it, then empty dirs.
+            all_dirs = dirs[:]
+            dirs[:] = []
+
+            for dir in all_dirs:
+                full_path = os.path.join(root, dir)
+                rel_path = os.path.relpath(full_path, where)
+                package = rel_path.replace(os.path.sep, '.')
+
+                # Skip directory trees that are not valid packages
+                if '.' in dir or not cls._looks_like_package(full_path, package):
+                    continue
+
+                # Should this package be included?
+                if include(package) and not exclude(package):
+                    yield package
+
+                # Early pruning if there is nothing else to be scanned
+                if f"{package}*" in exclude or f"{package}.*" in exclude:
+                    continue
+
+                # Keep searching subdirectories, as there may be more packages
+                # down there, even if the parent was excluded.
+                dirs.append(dir)
+
+    @staticmethod
+    def _looks_like_package(path: StrPath, _package_name: str) -> bool:
+        """Does a directory look like a package?"""
+        return os.path.isfile(os.path.join(path, '__init__.py'))
+
+
+class PEP420PackageFinder(PackageFinder):
+    @staticmethod
+    def _looks_like_package(_path: StrPath, _package_name: str) -> bool:
+        return True
+
+
+class ModuleFinder(_Finder):
+    """Find isolated Python modules.
+    This function will **not** recurse subdirectories.
+    """
+
+    @classmethod
+    def _find_iter(
+        cls, where: StrPath, exclude: _Filter, include: _Filter
+    ) -> Iterator[str]:
+        for file in glob(os.path.join(where, "*.py")):
+            module, _ext = os.path.splitext(os.path.basename(file))
+
+            if not cls._looks_like_module(module):
+                continue
+
+            if include(module) and not exclude(module):
+                yield module
+
+    _looks_like_module = staticmethod(_valid_name)
+
+
+# We have to be extra careful in the case of flat layout to not include files
+# and directories not meant for distribution (e.g. tool-related)
+
+
+class FlatLayoutPackageFinder(PEP420PackageFinder):
+    _EXCLUDE = (
+        "ci",
+        "bin",
+        "debian",
+        "doc",
+        "docs",
+        "documentation",
+        "manpages",
+        "news",
+        "newsfragments",
+        "changelog",
+        "test",
+        "tests",
+        "unit_test",
+        "unit_tests",
+        "example",
+        "examples",
+        "scripts",
+        "tools",
+        "util",
+        "utils",
+        "python",
+        "build",
+        "dist",
+        "venv",
+        "env",
+        "requirements",
+        # ---- Task runners / Build tools ----
+        "tasks",  # invoke
+        "fabfile",  # fabric
+        "site_scons",  # SCons
+        # ---- Other tools ----
+        "benchmark",
+        "benchmarks",
+        "exercise",
+        "exercises",
+        "htmlcov",  # Coverage.py
+        # ---- Hidden directories/Private packages ----
+        "[._]*",
+    )
+
+    DEFAULT_EXCLUDE = tuple(chain_iter((p, f"{p}.*") for p in _EXCLUDE))
+    """Reserved package names"""
+
+    @staticmethod
+    def _looks_like_package(_path: StrPath, package_name: str) -> bool:
+        names = package_name.split('.')
+        # Consider PEP 561
+        root_pkg_is_valid = names[0].isidentifier() or names[0].endswith("-stubs")
+        return root_pkg_is_valid and all(name.isidentifier() for name in names[1:])
+
+
+class FlatLayoutModuleFinder(ModuleFinder):
+    DEFAULT_EXCLUDE = (
+        "setup",
+        "conftest",
+        "test",
+        "tests",
+        "example",
+        "examples",
+        "build",
+        # ---- Task runners ----
+        "toxfile",
+        "noxfile",
+        "pavement",
+        "dodo",
+        "tasks",
+        "fabfile",
+        # ---- Other tools ----
+        "[Ss][Cc]onstruct",  # SCons
+        "conanfile",  # Connan: C/C++ build tool
+        "manage",  # Django
+        "benchmark",
+        "benchmarks",
+        "exercise",
+        "exercises",
+        # ---- Hidden files/Private modules ----
+        "[._]*",
+    )
+    """Reserved top-level module names"""
+
+
+def _find_packages_within(root_pkg: str, pkg_dir: StrPath) -> list[str]:
+    nested = PEP420PackageFinder.find(pkg_dir)
+    return [root_pkg] + [".".join((root_pkg, n)) for n in nested]
+
+
+class ConfigDiscovery:
+    """Fill-in metadata and options that can be automatically derived
+    (from other metadata/options, the file system or conventions)
+    """
+
+    def __init__(self, distribution: Distribution) -> None:
+        self.dist = distribution
+        self._called = False
+        self._disabled = False
+        self._skip_ext_modules = False
+
+    def _disable(self):
+        """Internal API to disable automatic discovery"""
+        self._disabled = True
+
+    def _ignore_ext_modules(self):
+        """Internal API to disregard ext_modules.
+
+        Normally auto-discovery would not be triggered if ``ext_modules`` are set
+        (this is done for backward compatibility with existing packages relying on
+        ``setup.py`` or ``setup.cfg``). However, ``setuptools`` can call this function
+        to ignore given ``ext_modules`` and proceed with the auto-discovery if
+        ``packages`` and ``py_modules`` are not given (e.g. when using pyproject.toml
+        metadata).
+        """
+        self._skip_ext_modules = True
+
+    @property
+    def _root_dir(self) -> StrPath:
+        # The best is to wait until `src_root` is set in dist, before using _root_dir.
+        return self.dist.src_root or os.curdir
+
+    @property
+    def _package_dir(self) -> dict[str, str]:
+        if self.dist.package_dir is None:
+            return {}
+        return self.dist.package_dir
+
+    def __call__(
+        self, force: bool = False, name: bool = True, ignore_ext_modules: bool = False
+    ):
+        """Automatically discover missing configuration fields
+        and modifies the given ``distribution`` object in-place.
+
+        Note that by default this will only have an effect the first time the
+        ``ConfigDiscovery`` object is called.
+
+        To repeatedly invoke automatic discovery (e.g. when the project
+        directory changes), please use ``force=True`` (or create a new
+        ``ConfigDiscovery`` instance).
+        """
+        if force is False and (self._called or self._disabled):
+            # Avoid overhead of multiple calls
+            return
+
+        self._analyse_package_layout(ignore_ext_modules)
+        if name:
+            self.analyse_name()  # depends on ``packages`` and ``py_modules``
+
+        self._called = True
+
+    def _explicitly_specified(self, ignore_ext_modules: bool) -> bool:
+        """``True`` if the user has specified some form of package/module listing"""
+        ignore_ext_modules = ignore_ext_modules or self._skip_ext_modules
+        ext_modules = not (self.dist.ext_modules is None or ignore_ext_modules)
+        return (
+            self.dist.packages is not None
+            or self.dist.py_modules is not None
+            or ext_modules
+            or hasattr(self.dist, "configuration")
+            and self.dist.configuration
+            # ^ Some projects use numpy.distutils.misc_util.Configuration
+        )
+
+    def _analyse_package_layout(self, ignore_ext_modules: bool) -> bool:
+        if self._explicitly_specified(ignore_ext_modules):
+            # For backward compatibility, just try to find modules/packages
+            # when nothing is given
+            return True
+
+        log.debug(
+            "No `packages` or `py_modules` configuration, performing "
+            "automatic discovery."
+        )
+
+        return (
+            self._analyse_explicit_layout()
+            or self._analyse_src_layout()
+            # flat-layout is the trickiest for discovery so it should be last
+            or self._analyse_flat_layout()
+        )
+
+    def _analyse_explicit_layout(self) -> bool:
+        """The user can explicitly give a package layout via ``package_dir``"""
+        package_dir = self._package_dir.copy()  # don't modify directly
+        package_dir.pop("", None)  # This falls under the "src-layout" umbrella
+        root_dir = self._root_dir
+
+        if not package_dir:
+            return False
+
+        log.debug(f"`explicit-layout` detected -- analysing {package_dir}")
+        pkgs = chain_iter(
+            _find_packages_within(pkg, os.path.join(root_dir, parent_dir))
+            for pkg, parent_dir in package_dir.items()
+        )
+        self.dist.packages = list(pkgs)
+        log.debug(f"discovered packages -- {self.dist.packages}")
+        return True
+
+    def _analyse_src_layout(self) -> bool:
+        """Try to find all packages or modules under the ``src`` directory
+        (or anything pointed by ``package_dir[""]``).
+
+        The "src-layout" is relatively safe for automatic discovery.
+        We assume that everything within is meant to be included in the
+        distribution.
+
+        If ``package_dir[""]`` is not given, but the ``src`` directory exists,
+        this function will set ``package_dir[""] = "src"``.
+        """
+        package_dir = self._package_dir
+        src_dir = os.path.join(self._root_dir, package_dir.get("", "src"))
+        if not os.path.isdir(src_dir):
+            return False
+
+        log.debug(f"`src-layout` detected -- analysing {src_dir}")
+        package_dir.setdefault("", os.path.basename(src_dir))
+        self.dist.package_dir = package_dir  # persist eventual modifications
+        self.dist.packages = PEP420PackageFinder.find(src_dir)
+        self.dist.py_modules = ModuleFinder.find(src_dir)
+        log.debug(f"discovered packages -- {self.dist.packages}")
+        log.debug(f"discovered py_modules -- {self.dist.py_modules}")
+        return True
+
+    def _analyse_flat_layout(self) -> bool:
+        """Try to find all packages and modules under the project root.
+
+        Since the ``flat-layout`` is more dangerous in terms of accidentally including
+        extra files/directories, this function is more conservative and will raise an
+        error if multiple packages or modules are found.
+
+        This assumes that multi-package dists are uncommon and refuse to support that
+        use case in order to be able to prevent unintended errors.
+        """
+        log.debug(f"`flat-layout` detected -- analysing {self._root_dir}")
+        return self._analyse_flat_packages() or self._analyse_flat_modules()
+
+    def _analyse_flat_packages(self) -> bool:
+        self.dist.packages = FlatLayoutPackageFinder.find(self._root_dir)
+        top_level = remove_nested_packages(remove_stubs(self.dist.packages))
+        log.debug(f"discovered packages -- {self.dist.packages}")
+        self._ensure_no_accidental_inclusion(top_level, "packages")
+        return bool(top_level)
+
+    def _analyse_flat_modules(self) -> bool:
+        self.dist.py_modules = FlatLayoutModuleFinder.find(self._root_dir)
+        log.debug(f"discovered py_modules -- {self.dist.py_modules}")
+        self._ensure_no_accidental_inclusion(self.dist.py_modules, "modules")
+        return bool(self.dist.py_modules)
+
+    def _ensure_no_accidental_inclusion(self, detected: list[str], kind: str):
+        if len(detected) > 1:
+            from inspect import cleandoc
+
+            from setuptools.errors import PackageDiscoveryError
+
+            msg = f"""Multiple top-level {kind} discovered in a flat-layout: {detected}.
+
+            To avoid accidental inclusion of unwanted files or directories,
+            setuptools will not proceed with this build.
+
+            If you are trying to create a single distribution with multiple {kind}
+            on purpose, you should not rely on automatic discovery.
+            Instead, consider the following options:
+
+            1. set up custom discovery (`find` directive with `include` or `exclude`)
+            2. use a `src-layout`
+            3. explicitly set `py_modules` or `packages` with a list of names
+
+            To find more information, look for "package discovery" on setuptools docs.
+            """
+            raise PackageDiscoveryError(cleandoc(msg))
+
+    def analyse_name(self) -> None:
+        """The packages/modules are the essential contribution of the author.
+        Therefore the name of the distribution can be derived from them.
+        """
+        if self.dist.metadata.name or self.dist.name:
+            # get_name() is not reliable (can return "UNKNOWN")
+            return
+
+        log.debug("No `name` configuration, performing automatic discovery")
+
+        name = (
+            self._find_name_single_package_or_module()
+            or self._find_name_from_packages()
+        )
+        if name:
+            self.dist.metadata.name = name
+
+    def _find_name_single_package_or_module(self) -> str | None:
+        """Exactly one module or package"""
+        for field in ('packages', 'py_modules'):
+            items = getattr(self.dist, field, None) or []
+            if items and len(items) == 1:
+                log.debug(f"Single module/package detected, name: {items[0]}")
+                return items[0]
+
+        return None
+
+    def _find_name_from_packages(self) -> str | None:
+        """Try to find the root package that is not a PEP 420 namespace"""
+        if not self.dist.packages:
+            return None
+
+        packages = remove_stubs(sorted(self.dist.packages, key=len))
+        package_dir = self.dist.package_dir or {}
+
+        parent_pkg = find_parent_package(packages, package_dir, self._root_dir)
+        if parent_pkg:
+            log.debug(f"Common parent package detected, name: {parent_pkg}")
+            return parent_pkg
+
+        log.warn("No parent package detected, impossible to derive `name`")
+        return None
+
+
+def remove_nested_packages(packages: list[str]) -> list[str]:
+    """Remove nested packages from a list of packages.
+
+    >>> remove_nested_packages(["a", "a.b1", "a.b2", "a.b1.c1"])
+    ['a']
+    >>> remove_nested_packages(["a", "b", "c.d", "c.d.e.f", "g.h", "a.a1"])
+    ['a', 'b', 'c.d', 'g.h']
+    """
+    pkgs = sorted(packages, key=len)
+    top_level = pkgs[:]
+    size = len(pkgs)
+    for i, name in enumerate(reversed(pkgs)):
+        if any(name.startswith(f"{other}.") for other in top_level):
+            top_level.pop(size - i - 1)
+
+    return top_level
+
+
+def remove_stubs(packages: list[str]) -> list[str]:
+    """Remove type stubs (:pep:`561`) from a list of packages.
+
+    >>> remove_stubs(["a", "a.b", "a-stubs", "a-stubs.b.c", "b", "c-stubs"])
+    ['a', 'a.b', 'b']
+    """
+    return [pkg for pkg in packages if not pkg.split(".")[0].endswith("-stubs")]
+
+
+def find_parent_package(
+    packages: list[str], package_dir: Mapping[str, str], root_dir: StrPath
+) -> str | None:
+    """Find the parent package that is not a namespace."""
+    packages = sorted(packages, key=len)
+    common_ancestors = []
+    for i, name in enumerate(packages):
+        if not all(n.startswith(f"{name}.") for n in packages[i + 1 :]):
+            # Since packages are sorted by length, this condition is able
+            # to find a list of all common ancestors.
+            # When there is divergence (e.g. multiple root packages)
+            # the list will be empty
+            break
+        common_ancestors.append(name)
+
+    for name in common_ancestors:
+        pkg_path = find_package_path(name, package_dir, root_dir)
+        init = os.path.join(pkg_path, "__init__.py")
+        if os.path.isfile(init):
+            return name
+
+    return None
+
+
+def find_package_path(
+    name: str, package_dir: Mapping[str, str], root_dir: StrPath
+) -> str:
+    """Given a package name, return the path where it should be found on
+    disk, considering the ``package_dir`` option.
+
+    >>> path = find_package_path("my.pkg", {"": "root/is/nested"}, ".")
+    >>> path.replace(os.sep, "/")
+    './root/is/nested/my/pkg'
+
+    >>> path = find_package_path("my.pkg", {"my": "root/is/nested"}, ".")
+    >>> path.replace(os.sep, "/")
+    './root/is/nested/pkg'
+
+    >>> path = find_package_path("my.pkg", {"my.pkg": "root/is/nested"}, ".")
+    >>> path.replace(os.sep, "/")
+    './root/is/nested'
+
+    >>> path = find_package_path("other.pkg", {"my.pkg": "root/is/nested"}, ".")
+    >>> path.replace(os.sep, "/")
+    './other/pkg'
+    """
+    parts = name.split(".")
+    for i in range(len(parts), 0, -1):
+        # Look backwards, the most specific package_dir first
+        partial_name = ".".join(parts[:i])
+        if partial_name in package_dir:
+            parent = package_dir[partial_name]
+            return os.path.join(root_dir, parent, *parts[i:])
+
+    parent = package_dir.get("") or ""
+    return os.path.join(root_dir, *parent.split("/"), *parts)
+
+
+def construct_package_dir(packages: list[str], package_path: StrPath) -> dict[str, str]:
+    parent_pkgs = remove_nested_packages(packages)
+    prefix = Path(package_path).parts
+    return {pkg: "/".join([*prefix, *pkg.split(".")]) for pkg in parent_pkgs}
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/dist.py b/llmlab/lib/python3.12/site-packages/setuptools/dist.py
new file mode 100644
index 0000000..8d972cc
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/dist.py
@@ -0,0 +1,1121 @@
+from __future__ import annotations
+
+import functools
+import io
+import itertools
+import numbers
+import os
+import re
+import sys
+from collections.abc import Iterable, Iterator, MutableMapping, Sequence
+from glob import glob
+from pathlib import Path
+from typing import TYPE_CHECKING, Any, Union
+
+from more_itertools import partition, unique_everseen
+from packaging.markers import InvalidMarker, Marker
+from packaging.specifiers import InvalidSpecifier, SpecifierSet
+from packaging.version import Version
+
+from . import (
+    _entry_points,
+    _reqs,
+    _static,
+    command as _,  # noqa: F401 # imported for side-effects
+)
+from ._importlib import metadata
+from ._normalization import _canonicalize_license_expression
+from ._path import StrPath
+from ._reqs import _StrOrIter
+from .config import pyprojecttoml, setupcfg
+from .discovery import ConfigDiscovery
+from .errors import InvalidConfigError
+from .monkey import get_unpatched
+from .warnings import InformationOnly, SetuptoolsDeprecationWarning
+
+import distutils.cmd
+import distutils.command
+import distutils.core
+import distutils.dist
+import distutils.log
+from distutils.debug import DEBUG
+from distutils.errors import DistutilsOptionError, DistutilsSetupError
+from distutils.fancy_getopt import translate_longopt
+from distutils.util import strtobool
+
+if TYPE_CHECKING:
+    from typing_extensions import TypeAlias
+
+    from pkg_resources import Distribution as _pkg_resources_Distribution
+
+
+__all__ = ['Distribution']
+
+_sequence = tuple, list
+"""
+:meta private:
+
+Supported iterable types that are known to be:
+- ordered (which `set` isn't)
+- not match a str (which `Sequence[str]` does)
+- not imply a nested type (like `dict`)
+for use with `isinstance`.
+"""
+_Sequence: TypeAlias = Union[tuple[str, ...], list[str]]
+# This is how stringifying _Sequence would look in Python 3.10
+_sequence_type_repr = "tuple[str, ...] | list[str]"
+_OrderedStrSequence: TypeAlias = Union[str, dict[str, Any], Sequence[str]]
+"""
+:meta private:
+Avoid single-use iterable. Disallow sets.
+A poor approximation of an OrderedSequence (dict doesn't match a Sequence).
+"""
+
+
+def __getattr__(name: str) -> Any:  # pragma: no cover
+    if name == "sequence":
+        SetuptoolsDeprecationWarning.emit(
+            "`setuptools.dist.sequence` is an internal implementation detail.",
+            "Please define your own `sequence = tuple, list` instead.",
+            due_date=(2025, 8, 28),  # Originally added on 2024-08-27
+        )
+        return _sequence
+    raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
+
+
+def check_importable(dist, attr, value):
+    try:
+        ep = metadata.EntryPoint(value=value, name=None, group=None)
+        assert not ep.extras
+    except (TypeError, ValueError, AttributeError, AssertionError) as e:
+        raise DistutilsSetupError(
+            f"{attr!r} must be importable 'module:attrs' string (got {value!r})"
+        ) from e
+
+
+def assert_string_list(dist, attr: str, value: _Sequence) -> None:
+    """Verify that value is a string list"""
+    try:
+        # verify that value is a list or tuple to exclude unordered
+        # or single-use iterables
+        assert isinstance(value, _sequence)
+        # verify that elements of value are strings
+        assert ''.join(value) != value
+    except (TypeError, ValueError, AttributeError, AssertionError) as e:
+        raise DistutilsSetupError(
+            f"{attr!r} must be of type <{_sequence_type_repr}> (got {value!r})"
+        ) from e
+
+
+def check_nsp(dist, attr, value):
+    """Verify that namespace packages are valid"""
+    ns_packages = value
+    assert_string_list(dist, attr, ns_packages)
+    for nsp in ns_packages:
+        if not dist.has_contents_for(nsp):
+            raise DistutilsSetupError(
+                f"Distribution contains no modules or packages for namespace package {nsp!r}"
+            )
+        parent, _sep, _child = nsp.rpartition('.')
+        if parent and parent not in ns_packages:
+            distutils.log.warn(
+                "WARNING: %r is declared as a package namespace, but %r"
+                " is not: please correct this in setup.py",
+                nsp,
+                parent,
+            )
+        SetuptoolsDeprecationWarning.emit(
+            "The namespace_packages parameter is deprecated.",
+            "Please replace its usage with implicit namespaces (PEP 420).",
+            see_docs="references/keywords.html#keyword-namespace-packages",
+            # TODO: define due_date, it may break old packages that are no longer
+            # maintained (e.g. sphinxcontrib extensions) when installed from source.
+            # Warning officially introduced in May 2022, however the deprecation
+            # was mentioned much earlier in the docs (May 2020, see #2149).
+        )
+
+
+def check_extras(dist, attr, value):
+    """Verify that extras_require mapping is valid"""
+    try:
+        list(itertools.starmap(_check_extra, value.items()))
+    except (TypeError, ValueError, AttributeError) as e:
+        raise DistutilsSetupError(
+            "'extras_require' must be a dictionary whose values are "
+            "strings or lists of strings containing valid project/version "
+            "requirement specifiers."
+        ) from e
+
+
+def _check_extra(extra, reqs):
+    _name, _sep, marker = extra.partition(':')
+    try:
+        _check_marker(marker)
+    except InvalidMarker:
+        msg = f"Invalid environment marker: {marker} ({extra!r})"
+        raise DistutilsSetupError(msg) from None
+    list(_reqs.parse(reqs))
+
+
+def _check_marker(marker):
+    if not marker:
+        return
+    m = Marker(marker)
+    m.evaluate()
+
+
+def assert_bool(dist, attr, value):
+    """Verify that value is True, False, 0, or 1"""
+    if bool(value) != value:
+        raise DistutilsSetupError(f"{attr!r} must be a boolean value (got {value!r})")
+
+
+def invalid_unless_false(dist, attr, value):
+    if not value:
+        DistDeprecationWarning.emit(f"{attr} is ignored.")
+        # TODO: should there be a `due_date` here?
+        return
+    raise DistutilsSetupError(f"{attr} is invalid.")
+
+
+def check_requirements(dist, attr: str, value: _OrderedStrSequence) -> None:
+    """Verify that install_requires is a valid requirements list"""
+    try:
+        list(_reqs.parse(value))
+        if isinstance(value, set):
+            raise TypeError("Unordered types are not allowed")
+    except (TypeError, ValueError) as error:
+        msg = (
+            f"{attr!r} must be a string or iterable of strings "
+            f"containing valid project/version requirement specifiers; {error}"
+        )
+        raise DistutilsSetupError(msg) from error
+
+
+def check_specifier(dist, attr, value):
+    """Verify that value is a valid version specifier"""
+    try:
+        SpecifierSet(value)
+    except (InvalidSpecifier, AttributeError) as error:
+        msg = f"{attr!r} must be a string containing valid version specifiers; {error}"
+        raise DistutilsSetupError(msg) from error
+
+
+def check_entry_points(dist, attr, value):
+    """Verify that entry_points map is parseable"""
+    try:
+        _entry_points.load(value)
+    except Exception as e:
+        raise DistutilsSetupError(e) from e
+
+
+def check_package_data(dist, attr, value):
+    """Verify that value is a dictionary of package names to glob lists"""
+    if not isinstance(value, dict):
+        raise DistutilsSetupError(
+            f"{attr!r} must be a dictionary mapping package names to lists of "
+            "string wildcard patterns"
+        )
+    for k, v in value.items():
+        if not isinstance(k, str):
+            raise DistutilsSetupError(
+                f"keys of {attr!r} dict must be strings (got {k!r})"
+            )
+        assert_string_list(dist, f'values of {attr!r} dict', v)
+
+
+def check_packages(dist, attr, value):
+    for pkgname in value:
+        if not re.match(r'\w+(\.\w+)*', pkgname):
+            distutils.log.warn(
+                "WARNING: %r not a valid package name; please use only "
+                ".-separated package names in setup.py",
+                pkgname,
+            )
+
+
+if TYPE_CHECKING:
+    # Work around a mypy issue where type[T] can't be used as a base: https://github.com/python/mypy/issues/10962
+    from distutils.core import Distribution as _Distribution
+else:
+    _Distribution = get_unpatched(distutils.core.Distribution)
+
+
+class Distribution(_Distribution):
+    """Distribution with support for tests and package data
+
+    This is an enhanced version of 'distutils.dist.Distribution' that
+    effectively adds the following new optional keyword arguments to 'setup()':
+
+     'install_requires' -- a string or sequence of strings specifying project
+        versions that the distribution requires when installed, in the format
+        used by 'pkg_resources.require()'.  They will be installed
+        automatically when the package is installed.  If you wish to use
+        packages that are not available in PyPI, or want to give your users an
+        alternate download location, you can add a 'find_links' option to the
+        '[easy_install]' section of your project's 'setup.cfg' file, and then
+        setuptools will scan the listed web pages for links that satisfy the
+        requirements.
+
+     'extras_require' -- a dictionary mapping names of optional "extras" to the
+        additional requirement(s) that using those extras incurs. For example,
+        this::
+
+            extras_require = dict(reST = ["docutils>=0.3", "reSTedit"])
+
+        indicates that the distribution can optionally provide an extra
+        capability called "reST", but it can only be used if docutils and
+        reSTedit are installed.  If the user installs your package using
+        EasyInstall and requests one of your extras, the corresponding
+        additional requirements will be installed if needed.
+
+     'package_data' -- a dictionary mapping package names to lists of filenames
+        or globs to use to find data files contained in the named packages.
+        If the dictionary has filenames or globs listed under '""' (the empty
+        string), those names will be searched for in every package, in addition
+        to any names for the specific package.  Data files found using these
+        names/globs will be installed along with the package, in the same
+        location as the package.  Note that globs are allowed to reference
+        the contents of non-package subdirectories, as long as you use '/' as
+        a path separator.  (Globs are automatically converted to
+        platform-specific paths at runtime.)
+
+    In addition to these new keywords, this class also has several new methods
+    for manipulating the distribution's contents.  For example, the 'include()'
+    and 'exclude()' methods can be thought of as in-place add and subtract
+    commands that add or remove packages, modules, extensions, and so on from
+    the distribution.
+    """
+
+    _DISTUTILS_UNSUPPORTED_METADATA = {
+        'long_description_content_type': lambda: None,
+        'project_urls': dict,
+        'provides_extras': dict,  # behaves like an ordered set
+        'license_expression': lambda: None,
+        'license_file': lambda: None,
+        'license_files': lambda: None,
+        'install_requires': list,
+        'extras_require': dict,
+    }
+
+    # Used by build_py, editable_wheel and install_lib commands for legacy namespaces
+    namespace_packages: list[str]  #: :meta private: DEPRECATED
+
+    # Any: Dynamic assignment results in Incompatible types in assignment
+    def __init__(self, attrs: MutableMapping[str, Any] | None = None) -> None:
+        have_package_data = hasattr(self, "package_data")
+        if not have_package_data:
+            self.package_data: dict[str, list[str]] = {}
+        attrs = attrs or {}
+        self.dist_files: list[tuple[str, str, str]] = []
+        self.include_package_data: bool | None = None
+        self.exclude_package_data: dict[str, list[str]] | None = None
+        # Filter-out setuptools' specific options.
+        self.src_root: str | None = attrs.pop("src_root", None)
+        self.dependency_links: list[str] = attrs.pop('dependency_links', [])
+        self.setup_requires: list[str] = attrs.pop('setup_requires', [])
+        for ep in metadata.entry_points(group='distutils.setup_keywords'):
+            vars(self).setdefault(ep.name, None)
+
+        metadata_only = set(self._DISTUTILS_UNSUPPORTED_METADATA)
+        metadata_only -= {"install_requires", "extras_require"}
+        dist_attrs = {k: v for k, v in attrs.items() if k not in metadata_only}
+        _Distribution.__init__(self, dist_attrs)
+
+        # Private API (setuptools-use only, not restricted to Distribution)
+        # Stores files that are referenced by the configuration and need to be in the
+        # sdist (e.g. `version = file: VERSION.txt`)
+        self._referenced_files = set[str]()
+
+        self.set_defaults = ConfigDiscovery(self)
+
+        self._set_metadata_defaults(attrs)
+
+        self.metadata.version = self._normalize_version(self.metadata.version)
+        self._finalize_requires()
+
+    def _validate_metadata(self):
+        required = {"name"}
+        provided = {
+            key
+            for key in vars(self.metadata)
+            if getattr(self.metadata, key, None) is not None
+        }
+        missing = required - provided
+
+        if missing:
+            msg = f"Required package metadata is missing: {missing}"
+            raise DistutilsSetupError(msg)
+
+    def _set_metadata_defaults(self, attrs):
+        """
+        Fill-in missing metadata fields not supported by distutils.
+        Some fields may have been set by other tools (e.g. pbr).
+        Those fields (vars(self.metadata)) take precedence to
+        supplied attrs.
+        """
+        for option, default in self._DISTUTILS_UNSUPPORTED_METADATA.items():
+            vars(self.metadata).setdefault(option, attrs.get(option, default()))
+
+    @staticmethod
+    def _normalize_version(version):
+        from . import sic
+
+        if isinstance(version, numbers.Number):
+            # Some people apparently take "version number" too literally :)
+            version = str(version)
+        elif isinstance(version, sic) or version is None:
+            return version
+
+        normalized = str(Version(version))
+        if version != normalized:
+            InformationOnly.emit(f"Normalizing '{version}' to '{normalized}'")
+            return normalized
+        return version
+
+    def _finalize_requires(self):
+        """
+        Set `metadata.python_requires` and fix environment markers
+        in `install_requires` and `extras_require`.
+        """
+        if getattr(self, 'python_requires', None):
+            self.metadata.python_requires = self.python_requires
+
+        self._normalize_requires()
+        self.metadata.install_requires = self.install_requires
+        self.metadata.extras_require = self.extras_require
+
+        if self.extras_require:
+            for extra in self.extras_require.keys():
+                # Setuptools allows a weird ": syntax for extras
+                extra = extra.split(':')[0]
+                if extra:
+                    self.metadata.provides_extras.setdefault(extra)
+
+    def _normalize_requires(self):
+        """Make sure requirement-related attributes exist and are normalized"""
+        install_requires = getattr(self, "install_requires", None) or []
+        extras_require = getattr(self, "extras_require", None) or {}
+
+        # Preserve the "static"-ness of values parsed from config files
+        list_ = _static.List if _static.is_static(install_requires) else list
+        self.install_requires = list_(map(str, _reqs.parse(install_requires)))
+
+        dict_ = _static.Dict if _static.is_static(extras_require) else dict
+        self.extras_require = dict_(
+            (k, list(map(str, _reqs.parse(v or [])))) for k, v in extras_require.items()
+        )
+
+    def _finalize_license_expression(self) -> None:
+        """
+        Normalize license and license_expression.
+        >>> dist = Distribution({"license_expression": _static.Str("mit aNd  gpl-3.0-OR-later")})
+        >>> _static.is_static(dist.metadata.license_expression)
+        True
+        >>> dist._finalize_license_expression()
+        >>> _static.is_static(dist.metadata.license_expression)  # preserve "static-ness"
+        True
+        >>> print(dist.metadata.license_expression)
+        MIT AND GPL-3.0-or-later
+        """
+        classifiers = self.metadata.get_classifiers()
+        license_classifiers = [cl for cl in classifiers if cl.startswith("License :: ")]
+
+        license_expr = self.metadata.license_expression
+        if license_expr:
+            str_ = _static.Str if _static.is_static(license_expr) else str
+            normalized = str_(_canonicalize_license_expression(license_expr))
+            if license_expr != normalized:
+                InformationOnly.emit(f"Normalizing '{license_expr}' to '{normalized}'")
+                self.metadata.license_expression = normalized
+            if license_classifiers:
+                raise InvalidConfigError(
+                    "License classifiers have been superseded by license expressions "
+                    "(see https://peps.python.org/pep-0639/). Please remove:\n\n"
+                    + "\n".join(license_classifiers),
+                )
+        elif license_classifiers:
+            pypa_guides = "guides/writing-pyproject-toml/#license"
+            SetuptoolsDeprecationWarning.emit(
+                "License classifiers are deprecated.",
+                "Please consider removing the following classifiers in favor of a "
+                "SPDX license expression:\n\n" + "\n".join(license_classifiers),
+                see_url=f"https://packaging.python.org/en/latest/{pypa_guides}",
+                # Warning introduced on 2025-02-17
+                # TODO: Should we add a due date? It may affect old/unmaintained
+                #       packages in the ecosystem and cause problems...
+            )
+
+    def _finalize_license_files(self) -> None:
+        """Compute names of all license files which should be included."""
+        license_files: list[str] | None = self.metadata.license_files
+        patterns = license_files or []
+
+        license_file: str | None = self.metadata.license_file
+        if license_file and license_file not in patterns:
+            patterns.append(license_file)
+
+        if license_files is None and license_file is None:
+            # Default patterns match the ones wheel uses
+            # See https://wheel.readthedocs.io/en/stable/user_guide.html
+            # -> 'Including license files in the generated wheel file'
+            patterns = ['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']
+            files = self._expand_patterns(patterns, enforce_match=False)
+        else:  # Patterns explicitly given by the user
+            files = self._expand_patterns(patterns, enforce_match=True)
+
+        self.metadata.license_files = list(unique_everseen(files))
+
+    @classmethod
+    def _expand_patterns(
+        cls, patterns: list[str], enforce_match: bool = True
+    ) -> Iterator[str]:
+        """
+        >>> list(Distribution._expand_patterns(['LICENSE']))
+        ['LICENSE']
+        >>> list(Distribution._expand_patterns(['pyproject.toml', 'LIC*']))
+        ['pyproject.toml', 'LICENSE']
+        >>> list(Distribution._expand_patterns(['setuptools/**/pyprojecttoml.py']))
+        ['setuptools/config/pyprojecttoml.py']
+        """
+        return (
+            path.replace(os.sep, "/")
+            for pattern in patterns
+            for path in sorted(cls._find_pattern(pattern, enforce_match))
+            if not path.endswith('~') and os.path.isfile(path)
+        )
+
+    @staticmethod
+    def _find_pattern(pattern: str, enforce_match: bool = True) -> list[str]:
+        r"""
+        >>> Distribution._find_pattern("LICENSE")
+        ['LICENSE']
+        >>> Distribution._find_pattern("/LICENSE.MIT")
+        Traceback (most recent call last):
+        ...
+        setuptools.errors.InvalidConfigError: Pattern '/LICENSE.MIT' should be relative...
+        >>> Distribution._find_pattern("../LICENSE.MIT")
+        Traceback (most recent call last):
+        ...
+        setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern '../LICENSE.MIT' cannot contain '..'...
+        >>> Distribution._find_pattern("LICEN{CSE*")
+        Traceback (most recent call last):
+        ...
+        setuptools.warnings.SetuptoolsDeprecationWarning: ...Pattern 'LICEN{CSE*' contains invalid characters...
+        """
+        pypa_guides = "specifications/glob-patterns/"
+        if ".." in pattern:
+            SetuptoolsDeprecationWarning.emit(
+                f"Pattern {pattern!r} cannot contain '..'",
+                """
+                Please ensure the files specified are contained by the root
+                of the Python package (normally marked by `pyproject.toml`).
+                """,
+                see_url=f"https://packaging.python.org/en/latest/{pypa_guides}",
+                due_date=(2026, 3, 20),  # Introduced in 2025-03-20
+                # Replace with InvalidConfigError after deprecation
+            )
+        if pattern.startswith((os.sep, "/")) or ":\\" in pattern:
+            raise InvalidConfigError(
+                f"Pattern {pattern!r} should be relative and must not start with '/'"
+            )
+        if re.match(r'^[\w\-\.\/\*\?\[\]]+$', pattern) is None:
+            SetuptoolsDeprecationWarning.emit(
+                "Please provide a valid glob pattern.",
+                "Pattern {pattern!r} contains invalid characters.",
+                pattern=pattern,
+                see_url=f"https://packaging.python.org/en/latest/{pypa_guides}",
+                due_date=(2026, 3, 20),  # Introduced in 2025-02-20
+            )
+
+        found = glob(pattern, recursive=True)
+
+        if enforce_match and not found:
+            SetuptoolsDeprecationWarning.emit(
+                "Cannot find any files for the given pattern.",
+                "Pattern {pattern!r} did not match any files.",
+                pattern=pattern,
+                due_date=(2026, 3, 20),  # Introduced in 2025-02-20
+                # PEP 639 requires us to error, but as a transition period
+                # we will only issue a warning to give people time to prepare.
+                # After the transition, this should raise an InvalidConfigError.
+            )
+        return found
+
+    # FIXME: 'Distribution._parse_config_files' is too complex (14)
+    def _parse_config_files(self, filenames=None):  # noqa: C901
+        """
+        Adapted from distutils.dist.Distribution.parse_config_files,
+        this method provides the same functionality in subtly-improved
+        ways.
+        """
+        from configparser import ConfigParser
+
+        # Ignore install directory options if we have a venv
+        ignore_options = (
+            []
+            if sys.prefix == sys.base_prefix
+            else [
+                'install-base',
+                'install-platbase',
+                'install-lib',
+                'install-platlib',
+                'install-purelib',
+                'install-headers',
+                'install-scripts',
+                'install-data',
+                'prefix',
+                'exec-prefix',
+                'home',
+                'user',
+                'root',
+            ]
+        )
+
+        ignore_options = frozenset(ignore_options)
+
+        if filenames is None:
+            filenames = self.find_config_files()
+
+        if DEBUG:
+            self.announce("Distribution.parse_config_files():")
+
+        parser = ConfigParser()
+        parser.optionxform = str
+        for filename in filenames:
+            with open(filename, encoding='utf-8') as reader:
+                if DEBUG:
+                    self.announce("  reading {filename}".format(**locals()))
+                parser.read_file(reader)
+            for section in parser.sections():
+                options = parser.options(section)
+                opt_dict = self.get_option_dict(section)
+
+                for opt in options:
+                    if opt == '__name__' or opt in ignore_options:
+                        continue
+
+                    val = parser.get(section, opt)
+                    opt = self._enforce_underscore(opt, section)
+                    opt = self._enforce_option_lowercase(opt, section)
+                    opt_dict[opt] = (filename, val)
+
+            # Make the ConfigParser forget everything (so we retain
+            # the original filenames that options come from)
+            parser.__init__()
+
+        if 'global' not in self.command_options:
+            return
+
+        # If there was a "global" section in the config file, use it
+        # to set Distribution options.
+
+        for opt, (src, val) in self.command_options['global'].items():
+            alias = self.negative_opt.get(opt)
+            if alias:
+                val = not strtobool(val)
+            elif opt in ('verbose', 'dry_run'):  # ugh!
+                val = strtobool(val)
+
+            try:
+                setattr(self, alias or opt, val)
+            except ValueError as e:
+                raise DistutilsOptionError(e) from e
+
+    def _enforce_underscore(self, opt: str, section: str) -> str:
+        if "-" not in opt or self._skip_setupcfg_normalization(section):
+            return opt
+
+        underscore_opt = opt.replace('-', '_')
+        affected = f"(Affected: {self.metadata.name})." if self.metadata.name else ""
+        SetuptoolsDeprecationWarning.emit(
+            f"Invalid dash-separated key {opt!r} in {section!r} (setup.cfg), "
+            f"please use the underscore name {underscore_opt!r} instead.",
+            f"""
+            Usage of dash-separated {opt!r} will not be supported in future
+            versions. Please use the underscore name {underscore_opt!r} instead.
+            {affected}
+            """,
+            see_docs="userguide/declarative_config.html",
+            due_date=(2026, 3, 3),
+            # Warning initially introduced in 3 Mar 2021
+        )
+        return underscore_opt
+
+    def _enforce_option_lowercase(self, opt: str, section: str) -> str:
+        if opt.islower() or self._skip_setupcfg_normalization(section):
+            return opt
+
+        lowercase_opt = opt.lower()
+        affected = f"(Affected: {self.metadata.name})." if self.metadata.name else ""
+        SetuptoolsDeprecationWarning.emit(
+            f"Invalid uppercase key {opt!r} in {section!r} (setup.cfg), "
+            f"please use lowercase {lowercase_opt!r} instead.",
+            f"""
+            Usage of uppercase key {opt!r} in {section!r} will not be supported in
+            future versions. Please use lowercase {lowercase_opt!r} instead.
+            {affected}
+            """,
+            see_docs="userguide/declarative_config.html",
+            due_date=(2026, 3, 3),
+            # Warning initially introduced in 6 Mar 2021
+        )
+        return lowercase_opt
+
+    def _skip_setupcfg_normalization(self, section: str) -> bool:
+        skip = (
+            'options.extras_require',
+            'options.data_files',
+            'options.entry_points',
+            'options.package_data',
+            'options.exclude_package_data',
+        )
+        return section in skip or not self._is_setuptools_section(section)
+
+    def _is_setuptools_section(self, section: str) -> bool:
+        return (
+            section == "metadata"
+            or section.startswith("options")
+            or section in _setuptools_commands()
+        )
+
+    # FIXME: 'Distribution._set_command_options' is too complex (14)
+    def _set_command_options(self, command_obj, option_dict=None):  # noqa: C901
+        """
+        Set the options for 'command_obj' from 'option_dict'.  Basically
+        this means copying elements of a dictionary ('option_dict') to
+        attributes of an instance ('command').
+
+        'command_obj' must be a Command instance.  If 'option_dict' is not
+        supplied, uses the standard option dictionary for this command
+        (from 'self.command_options').
+
+        (Adopted from distutils.dist.Distribution._set_command_options)
+        """
+        command_name = command_obj.get_command_name()
+        if option_dict is None:
+            option_dict = self.get_option_dict(command_name)
+
+        if DEBUG:
+            self.announce(f"  setting options for '{command_name}' command:")
+        for option, (source, value) in option_dict.items():
+            if DEBUG:
+                self.announce(f"    {option} = {value} (from {source})")
+            try:
+                bool_opts = [translate_longopt(o) for o in command_obj.boolean_options]
+            except AttributeError:
+                bool_opts = []
+            try:
+                neg_opt = command_obj.negative_opt
+            except AttributeError:
+                neg_opt = {}
+
+            try:
+                is_string = isinstance(value, str)
+                if option in neg_opt and is_string:
+                    setattr(command_obj, neg_opt[option], not strtobool(value))
+                elif option in bool_opts and is_string:
+                    setattr(command_obj, option, strtobool(value))
+                elif hasattr(command_obj, option):
+                    setattr(command_obj, option, value)
+                else:
+                    raise DistutilsOptionError(
+                        f"error in {source}: command '{command_name}' has no such option '{option}'"
+                    )
+            except ValueError as e:
+                raise DistutilsOptionError(e) from e
+
+    def _get_project_config_files(self, filenames: Iterable[StrPath] | None):
+        """Add default file and split between INI and TOML"""
+        tomlfiles = []
+        standard_project_metadata = Path(self.src_root or os.curdir, "pyproject.toml")
+        if filenames is not None:
+            parts = partition(lambda f: Path(f).suffix == ".toml", filenames)
+            filenames = list(parts[0])  # 1st element => predicate is False
+            tomlfiles = list(parts[1])  # 2nd element => predicate is True
+        elif standard_project_metadata.exists():
+            tomlfiles = [standard_project_metadata]
+        return filenames, tomlfiles
+
+    def parse_config_files(
+        self,
+        filenames: Iterable[StrPath] | None = None,
+        ignore_option_errors: bool = False,
+    ) -> None:
+        """Parses configuration files from various levels
+        and loads configuration.
+        """
+        inifiles, tomlfiles = self._get_project_config_files(filenames)
+
+        self._parse_config_files(filenames=inifiles)
+
+        setupcfg.parse_configuration(
+            self, self.command_options, ignore_option_errors=ignore_option_errors
+        )
+        for filename in tomlfiles:
+            pyprojecttoml.apply_configuration(self, filename, ignore_option_errors)
+
+        self._finalize_requires()
+        self._finalize_license_expression()
+        self._finalize_license_files()
+
+    def fetch_build_eggs(
+        self, requires: _StrOrIter
+    ) -> list[_pkg_resources_Distribution]:
+        """Resolve pre-setup requirements"""
+        from .installer import _fetch_build_eggs
+
+        return _fetch_build_eggs(self, requires)
+
+    def finalize_options(self) -> None:
+        """
+        Allow plugins to apply arbitrary operations to the
+        distribution. Each hook may optionally define a 'order'
+        to influence the order of execution. Smaller numbers
+        go first and the default is 0.
+        """
+        group = 'setuptools.finalize_distribution_options'
+
+        def by_order(hook):
+            return getattr(hook, 'order', 0)
+
+        defined = metadata.entry_points(group=group)
+        filtered = itertools.filterfalse(self._removed, defined)
+        loaded = map(lambda e: e.load(), filtered)
+        for ep in sorted(loaded, key=by_order):
+            ep(self)
+
+    @staticmethod
+    def _removed(ep):
+        """
+        When removing an entry point, if metadata is loaded
+        from an older version of Setuptools, that removed
+        entry point will attempt to be loaded and will fail.
+        See #2765 for more details.
+        """
+        removed = {
+            # removed 2021-09-05
+            '2to3_doctests',
+        }
+        return ep.name in removed
+
+    def _finalize_setup_keywords(self):
+        for ep in metadata.entry_points(group='distutils.setup_keywords'):
+            value = getattr(self, ep.name, None)
+            if value is not None:
+                ep.load()(self, ep.name, value)
+
+    def get_egg_cache_dir(self):
+        from . import windows_support
+
+        egg_cache_dir = os.path.join(os.curdir, '.eggs')
+        if not os.path.exists(egg_cache_dir):
+            os.mkdir(egg_cache_dir)
+            windows_support.hide_file(egg_cache_dir)
+            readme_txt_filename = os.path.join(egg_cache_dir, 'README.txt')
+            with open(readme_txt_filename, 'w', encoding="utf-8") as f:
+                f.write(
+                    'This directory contains eggs that were downloaded '
+                    'by setuptools to build, test, and run plug-ins.\n\n'
+                )
+                f.write(
+                    'This directory caches those eggs to prevent '
+                    'repeated downloads.\n\n'
+                )
+                f.write('However, it is safe to delete this directory.\n\n')
+
+        return egg_cache_dir
+
+    def fetch_build_egg(self, req):
+        """Fetch an egg needed for building"""
+        from .installer import fetch_build_egg
+
+        return fetch_build_egg(self, req)
+
+    def get_command_class(self, command: str) -> type[distutils.cmd.Command]:  # type: ignore[override] # Not doing complex overrides yet
+        """Pluggable version of get_command_class()"""
+        if command in self.cmdclass:
+            return self.cmdclass[command]
+
+        # Special case bdist_wheel so it's never loaded from "wheel"
+        if command == 'bdist_wheel':
+            from .command.bdist_wheel import bdist_wheel
+
+            return bdist_wheel
+
+        eps = metadata.entry_points(group='distutils.commands', name=command)
+        for ep in eps:
+            self.cmdclass[command] = cmdclass = ep.load()
+            return cmdclass
+        else:
+            return _Distribution.get_command_class(self, command)
+
+    def print_commands(self):
+        for ep in metadata.entry_points(group='distutils.commands'):
+            if ep.name not in self.cmdclass:
+                cmdclass = ep.load()
+                self.cmdclass[ep.name] = cmdclass
+        return _Distribution.print_commands(self)
+
+    def get_command_list(self):
+        for ep in metadata.entry_points(group='distutils.commands'):
+            if ep.name not in self.cmdclass:
+                cmdclass = ep.load()
+                self.cmdclass[ep.name] = cmdclass
+        return _Distribution.get_command_list(self)
+
+    def include(self, **attrs) -> None:
+        """Add items to distribution that are named in keyword arguments
+
+        For example, 'dist.include(py_modules=["x"])' would add 'x' to
+        the distribution's 'py_modules' attribute, if it was not already
+        there.
+
+        Currently, this method only supports inclusion for attributes that are
+        lists or tuples.  If you need to add support for adding to other
+        attributes in this or a subclass, you can add an '_include_X' method,
+        where 'X' is the name of the attribute.  The method will be called with
+        the value passed to 'include()'.  So, 'dist.include(foo={"bar":"baz"})'
+        will try to call 'dist._include_foo({"bar":"baz"})', which can then
+        handle whatever special inclusion logic is needed.
+        """
+        for k, v in attrs.items():
+            include = getattr(self, '_include_' + k, None)
+            if include:
+                include(v)
+            else:
+                self._include_misc(k, v)
+
+    def exclude_package(self, package: str) -> None:
+        """Remove packages, modules, and extensions in named package"""
+
+        pfx = package + '.'
+        if self.packages:
+            self.packages = [
+                p for p in self.packages if p != package and not p.startswith(pfx)
+            ]
+
+        if self.py_modules:
+            self.py_modules = [
+                p for p in self.py_modules if p != package and not p.startswith(pfx)
+            ]
+
+        if self.ext_modules:
+            self.ext_modules = [
+                p
+                for p in self.ext_modules
+                if p.name != package and not p.name.startswith(pfx)
+            ]
+
+    def has_contents_for(self, package: str) -> bool:
+        """Return true if 'exclude_package(package)' would do something"""
+
+        pfx = package + '.'
+
+        for p in self.iter_distribution_names():
+            if p == package or p.startswith(pfx):
+                return True
+
+        return False
+
+    def _exclude_misc(self, name: str, value: _Sequence) -> None:
+        """Handle 'exclude()' for list/tuple attrs without a special handler"""
+        if not isinstance(value, _sequence):
+            raise DistutilsSetupError(
+                f"{name}: setting must be of type <{_sequence_type_repr}> (got {value!r})"
+            )
+        try:
+            old = getattr(self, name)
+        except AttributeError as e:
+            raise DistutilsSetupError(f"{name}: No such distribution setting") from e
+        if old is not None and not isinstance(old, _sequence):
+            raise DistutilsSetupError(
+                name + ": this setting cannot be changed via include/exclude"
+            )
+        elif old:
+            setattr(self, name, [item for item in old if item not in value])
+
+    def _include_misc(self, name: str, value: _Sequence) -> None:
+        """Handle 'include()' for list/tuple attrs without a special handler"""
+
+        if not isinstance(value, _sequence):
+            raise DistutilsSetupError(
+                f"{name}: setting must be of type <{_sequence_type_repr}> (got {value!r})"
+            )
+        try:
+            old = getattr(self, name)
+        except AttributeError as e:
+            raise DistutilsSetupError(f"{name}: No such distribution setting") from e
+        if old is None:
+            setattr(self, name, value)
+        elif not isinstance(old, _sequence):
+            raise DistutilsSetupError(
+                name + ": this setting cannot be changed via include/exclude"
+            )
+        else:
+            new = [item for item in value if item not in old]
+            setattr(self, name, list(old) + new)
+
+    def exclude(self, **attrs) -> None:
+        """Remove items from distribution that are named in keyword arguments
+
+        For example, 'dist.exclude(py_modules=["x"])' would remove 'x' from
+        the distribution's 'py_modules' attribute.  Excluding packages uses
+        the 'exclude_package()' method, so all of the package's contained
+        packages, modules, and extensions are also excluded.
+
+        Currently, this method only supports exclusion from attributes that are
+        lists or tuples.  If you need to add support for excluding from other
+        attributes in this or a subclass, you can add an '_exclude_X' method,
+        where 'X' is the name of the attribute.  The method will be called with
+        the value passed to 'exclude()'.  So, 'dist.exclude(foo={"bar":"baz"})'
+        will try to call 'dist._exclude_foo({"bar":"baz"})', which can then
+        handle whatever special exclusion logic is needed.
+        """
+        for k, v in attrs.items():
+            exclude = getattr(self, '_exclude_' + k, None)
+            if exclude:
+                exclude(v)
+            else:
+                self._exclude_misc(k, v)
+
+    def _exclude_packages(self, packages: _Sequence) -> None:
+        if not isinstance(packages, _sequence):
+            raise DistutilsSetupError(
+                f"packages: setting must be of type <{_sequence_type_repr}> (got {packages!r})"
+            )
+        list(map(self.exclude_package, packages))
+
+    def _parse_command_opts(self, parser, args):
+        # Remove --with-X/--without-X options when processing command args
+        self.global_options = self.__class__.global_options
+        self.negative_opt = self.__class__.negative_opt
+
+        # First, expand any aliases
+        command = args[0]
+        aliases = self.get_option_dict('aliases')
+        while command in aliases:
+            _src, alias = aliases[command]
+            del aliases[command]  # ensure each alias can expand only once!
+            import shlex
+
+            args[:1] = shlex.split(alias, True)
+            command = args[0]
+
+        nargs = _Distribution._parse_command_opts(self, parser, args)
+
+        # Handle commands that want to consume all remaining arguments
+        cmd_class = self.get_command_class(command)
+        if getattr(cmd_class, 'command_consumes_arguments', None):
+            self.get_option_dict(command)['args'] = ("command line", nargs)
+            if nargs is not None:
+                return []
+
+        return nargs
+
+    def get_cmdline_options(self) -> dict[str, dict[str, str | None]]:
+        """Return a '{cmd: {opt:val}}' map of all command-line options
+
+        Option names are all long, but do not include the leading '--', and
+        contain dashes rather than underscores.  If the option doesn't take
+        an argument (e.g. '--quiet'), the 'val' is 'None'.
+
+        Note that options provided by config files are intentionally excluded.
+        """
+
+        d: dict[str, dict[str, str | None]] = {}
+
+        for cmd, opts in self.command_options.items():
+            val: str | None
+            for opt, (src, val) in opts.items():
+                if src != "command line":
+                    continue
+
+                opt = opt.replace('_', '-')
+
+                if val == 0:
+                    cmdobj = self.get_command_obj(cmd)
+                    neg_opt = self.negative_opt.copy()
+                    neg_opt.update(getattr(cmdobj, 'negative_opt', {}))
+                    for neg, pos in neg_opt.items():
+                        if pos == opt:
+                            opt = neg
+                            val = None
+                            break
+                    else:
+                        raise AssertionError("Shouldn't be able to get here")
+
+                elif val == 1:
+                    val = None
+
+                d.setdefault(cmd, {})[opt] = val
+
+        return d
+
+    def iter_distribution_names(self):
+        """Yield all packages, modules, and extension names in distribution"""
+
+        yield from self.packages or ()
+
+        yield from self.py_modules or ()
+
+        for ext in self.ext_modules or ():
+            if isinstance(ext, tuple):
+                name, _buildinfo = ext
+            else:
+                name = ext.name
+            if name.endswith('module'):
+                name = name[:-6]
+            yield name
+
+    def handle_display_options(self, option_order):
+        """If there were any non-global "display-only" options
+        (--help-commands or the metadata display options) on the command
+        line, display the requested info and return true; else return
+        false.
+        """
+        import sys
+
+        if self.help_commands:
+            return _Distribution.handle_display_options(self, option_order)
+
+        # Stdout may be StringIO (e.g. in tests)
+        if not isinstance(sys.stdout, io.TextIOWrapper):
+            return _Distribution.handle_display_options(self, option_order)
+
+        # Don't wrap stdout if utf-8 is already the encoding. Provides
+        #  workaround for #334.
+        if sys.stdout.encoding.lower() in ('utf-8', 'utf8'):
+            return _Distribution.handle_display_options(self, option_order)
+
+        # Print metadata in UTF-8 no matter the platform
+        encoding = sys.stdout.encoding
+        sys.stdout.reconfigure(encoding='utf-8')
+        try:
+            return _Distribution.handle_display_options(self, option_order)
+        finally:
+            sys.stdout.reconfigure(encoding=encoding)
+
+    def run_command(self, command) -> None:
+        self.set_defaults()
+        # Postpone defaults until all explicit configuration is considered
+        # (setup() args, config files, command line and plugins)
+
+        super().run_command(command)
+
+
+@functools.cache
+def _setuptools_commands() -> set[str]:
+    try:
+        # Use older API for importlib.metadata compatibility
+        entry_points = metadata.distribution('setuptools').entry_points
+        eps: Iterable[str] = (ep.name for ep in entry_points)
+    except metadata.PackageNotFoundError:
+        # during bootstrapping, distribution doesn't exist
+        eps = []
+    return {*distutils.command.__all__, *eps}
+
+
+class DistDeprecationWarning(SetuptoolsDeprecationWarning):
+    """Class for warning about deprecations in dist in
+    setuptools. Not ignored by default, unlike DeprecationWarning."""
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/errors.py b/llmlab/lib/python3.12/site-packages/setuptools/errors.py
new file mode 100644
index 0000000..990ecbf
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/errors.py
@@ -0,0 +1,67 @@
+"""setuptools.errors
+
+Provides exceptions used by setuptools modules.
+"""
+
+from __future__ import annotations
+
+from distutils import errors as _distutils_errors
+
+# Re-export errors from distutils to facilitate the migration to PEP632
+
+ByteCompileError = _distutils_errors.DistutilsByteCompileError
+CCompilerError = _distutils_errors.CCompilerError
+ClassError = _distutils_errors.DistutilsClassError
+CompileError = _distutils_errors.CompileError
+ExecError = _distutils_errors.DistutilsExecError
+FileError = _distutils_errors.DistutilsFileError
+InternalError = _distutils_errors.DistutilsInternalError
+LibError = _distutils_errors.LibError
+LinkError = _distutils_errors.LinkError
+ModuleError = _distutils_errors.DistutilsModuleError
+OptionError = _distutils_errors.DistutilsOptionError
+PlatformError = _distutils_errors.DistutilsPlatformError
+PreprocessError = _distutils_errors.PreprocessError
+SetupError = _distutils_errors.DistutilsSetupError
+TemplateError = _distutils_errors.DistutilsTemplateError
+UnknownFileError = _distutils_errors.UnknownFileError
+
+# The root error class in the hierarchy
+BaseError = _distutils_errors.DistutilsError
+
+
+class InvalidConfigError(OptionError):  # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+    """Error used for invalid configurations."""
+
+
+class RemovedConfigError(OptionError):  # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+    """Error used for configurations that were deprecated and removed."""
+
+
+class RemovedCommandError(BaseError, RuntimeError):  # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+    """Error used for commands that have been removed in setuptools.
+
+    Since ``setuptools`` is built on ``distutils``, simply removing a command
+    from ``setuptools`` will make the behavior fall back to ``distutils``; this
+    error is raised if a command exists in ``distutils`` but has been actively
+    removed in ``setuptools``.
+    """
+
+
+class PackageDiscoveryError(BaseError, RuntimeError):  # type: ignore[valid-type, misc] # distutils imports are `Any` on python 3.12+
+    """Impossible to perform automatic discovery of packages and/or modules.
+
+    The current project layout or given discovery options can lead to problems when
+    scanning the project directory.
+
+    Setuptools might also refuse to complete auto-discovery if an error prone condition
+    is detected (e.g. when a project is organised as a flat-layout but contains
+    multiple directories that can be taken as top-level packages inside a single
+    distribution [*]_). In these situations the users are encouraged to be explicit
+    about which packages to include or to make the discovery parameters more specific.
+
+    .. [*] Since multi-package distributions are uncommon it is very likely that the
+       developers did not intend for all the directories to be packaged, and are just
+       leaving auxiliary code in the repository top-level, such as maintenance-related
+       scripts.
+    """
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/extension.py b/llmlab/lib/python3.12/site-packages/setuptools/extension.py
new file mode 100644
index 0000000..76e03d9
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/extension.py
@@ -0,0 +1,177 @@
+from __future__ import annotations
+
+import functools
+import re
+from typing import TYPE_CHECKING
+
+from setuptools._path import StrPath
+
+from .monkey import get_unpatched
+
+import distutils.core
+import distutils.errors
+import distutils.extension
+
+
+def _have_cython():
+    """
+    Return True if Cython can be imported.
+    """
+    cython_impl = 'Cython.Distutils.build_ext'
+    try:
+        # from (cython_impl) import build_ext
+        __import__(cython_impl, fromlist=['build_ext']).build_ext
+    except Exception:
+        return False
+    return True
+
+
+# for compatibility
+have_pyrex = _have_cython
+if TYPE_CHECKING:
+    # Work around a mypy issue where type[T] can't be used as a base: https://github.com/python/mypy/issues/10962
+    from distutils.core import Extension as _Extension
+else:
+    _Extension = get_unpatched(distutils.core.Extension)
+
+
+class Extension(_Extension):
+    """
+    Describes a single extension module.
+
+    This means that all source files will be compiled into a single binary file
+    ``.`` (with ```` derived from ``name`` and
+    ```` defined by one of the values in
+    ``importlib.machinery.EXTENSION_SUFFIXES``).
+
+    In the case ``.pyx`` files are passed as ``sources and`` ``Cython`` is **not**
+    installed in the build environment, ``setuptools`` may also try to look for the
+    equivalent ``.cpp`` or ``.c`` files.
+
+    :arg str name:
+      the full name of the extension, including any packages -- ie.
+      *not* a filename or pathname, but Python dotted name
+
+    :arg list[str|os.PathLike[str]] sources:
+      list of source filenames, relative to the distribution root
+      (where the setup script lives), in Unix form (slash-separated)
+      for portability.  Source files may be C, C++, SWIG (.i),
+      platform-specific resource files, or whatever else is recognized
+      by the "build_ext" command as source for a Python extension.
+
+    :keyword list[str] include_dirs:
+      list of directories to search for C/C++ header files (in Unix
+      form for portability)
+
+    :keyword list[tuple[str, str|None]] define_macros:
+      list of macros to define; each macro is defined using a 2-tuple:
+      the first item corresponding to the name of the macro and the second
+      item either a string with its value or None to
+      define it without a particular value (equivalent of "#define
+      FOO" in source or -DFOO on Unix C compiler command line)
+
+    :keyword list[str] undef_macros:
+      list of macros to undefine explicitly
+
+    :keyword list[str] library_dirs:
+      list of directories to search for C/C++ libraries at link time
+
+    :keyword list[str] libraries:
+      list of library names (not filenames or paths) to link against
+
+    :keyword list[str] runtime_library_dirs:
+      list of directories to search for C/C++ libraries at run time
+      (for shared extensions, this is when the extension is loaded).
+      Setting this will cause an exception during build on Windows
+      platforms.
+
+    :keyword list[str] extra_objects:
+      list of extra files to link with (eg. object files not implied
+      by 'sources', static library that must be explicitly specified,
+      binary resource files, etc.)
+
+    :keyword list[str] extra_compile_args:
+      any extra platform- and compiler-specific information to use
+      when compiling the source files in 'sources'.  For platforms and
+      compilers where "command line" makes sense, this is typically a
+      list of command-line arguments, but for other platforms it could
+      be anything.
+
+    :keyword list[str] extra_link_args:
+      any extra platform- and compiler-specific information to use
+      when linking object files together to create the extension (or
+      to create a new static Python interpreter).  Similar
+      interpretation as for 'extra_compile_args'.
+
+    :keyword list[str] export_symbols:
+      list of symbols to be exported from a shared extension.  Not
+      used on all platforms, and not generally necessary for Python
+      extensions, which typically export exactly one symbol: "init" +
+      extension_name.
+
+    :keyword list[str] swig_opts:
+      any extra options to pass to SWIG if a source file has the .i
+      extension.
+
+    :keyword list[str] depends:
+      list of files that the extension depends on
+
+    :keyword str language:
+      extension language (i.e. "c", "c++", "objc"). Will be detected
+      from the source extensions if not provided.
+
+    :keyword bool optional:
+      specifies that a build failure in the extension should not abort the
+      build process, but simply not install the failing extension.
+
+    :keyword bool py_limited_api:
+      opt-in flag for the usage of :doc:`Python's limited API `.
+
+    :raises setuptools.errors.PlatformError: if ``runtime_library_dirs`` is
+      specified on Windows. (since v63)
+    """
+
+    # These 4 are set and used in setuptools/command/build_ext.py
+    # The lack of a default value and risk of `AttributeError` is purposeful
+    # to avoid people forgetting to call finalize_options if they modify the extension list.
+    # See example/rationale in https://github.com/pypa/setuptools/issues/4529.
+    _full_name: str  #: Private API, internal use only.
+    _links_to_dynamic: bool  #: Private API, internal use only.
+    _needs_stub: bool  #: Private API, internal use only.
+    _file_name: str  #: Private API, internal use only.
+
+    def __init__(
+        self,
+        name: str,
+        sources: list[StrPath],
+        *args,
+        py_limited_api: bool = False,
+        **kw,
+    ) -> None:
+        # The *args is needed for compatibility as calls may use positional
+        # arguments. py_limited_api may be set only via keyword.
+        self.py_limited_api = py_limited_api
+        super().__init__(
+            name,
+            sources,  # type: ignore[arg-type] # Vendored version of setuptools supports PathLike
+            *args,
+            **kw,
+        )
+
+    def _convert_pyx_sources_to_lang(self):
+        """
+        Replace sources with .pyx extensions to sources with the target
+        language extension. This mechanism allows language authors to supply
+        pre-converted sources but to prefer the .pyx sources.
+        """
+        if _have_cython():
+            # the build has Cython, so allow it to compile the .pyx files
+            return
+        lang = self.language or ''
+        target_ext = '.cpp' if lang.lower() == 'c++' else '.c'
+        sub = functools.partial(re.sub, '.pyx$', target_ext)
+        self.sources = list(map(sub, self.sources))
+
+
+class Library(Extension):
+    """Just like a regular Extension, but built as a library instead"""
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/glob.py b/llmlab/lib/python3.12/site-packages/setuptools/glob.py
new file mode 100644
index 0000000..1dfff2c
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/glob.py
@@ -0,0 +1,185 @@
+"""
+Filename globbing utility. Mostly a copy of `glob` from Python 3.5.
+
+Changes include:
+ * `yield from` and PEP3102 `*` removed.
+ * Hidden files are not ignored.
+"""
+
+from __future__ import annotations
+
+import fnmatch
+import os
+import re
+from collections.abc import Iterable, Iterator
+from typing import TYPE_CHECKING, AnyStr, overload
+
+if TYPE_CHECKING:
+    from _typeshed import BytesPath, StrOrBytesPath, StrPath
+
+__all__ = ["glob", "iglob", "escape"]
+
+
+def glob(pathname: AnyStr, recursive: bool = False) -> list[AnyStr]:
+    """Return a list of paths matching a pathname pattern.
+
+    The pattern may contain simple shell-style wildcards a la
+    fnmatch. However, unlike fnmatch, filenames starting with a
+    dot are special cases that are not matched by '*' and '?'
+    patterns.
+
+    If recursive is true, the pattern '**' will match any files and
+    zero or more directories and subdirectories.
+    """
+    return list(iglob(pathname, recursive=recursive))
+
+
+def iglob(pathname: AnyStr, recursive: bool = False) -> Iterator[AnyStr]:
+    """Return an iterator which yields the paths matching a pathname pattern.
+
+    The pattern may contain simple shell-style wildcards a la
+    fnmatch. However, unlike fnmatch, filenames starting with a
+    dot are special cases that are not matched by '*' and '?'
+    patterns.
+
+    If recursive is true, the pattern '**' will match any files and
+    zero or more directories and subdirectories.
+    """
+    it = _iglob(pathname, recursive)
+    if recursive and _isrecursive(pathname):
+        s = next(it)  # skip empty string
+        assert not s
+    return it
+
+
+def _iglob(pathname: AnyStr, recursive: bool) -> Iterator[AnyStr]:
+    dirname, basename = os.path.split(pathname)
+    glob_in_dir = glob2 if recursive and _isrecursive(basename) else glob1
+
+    if not has_magic(pathname):
+        if basename:
+            if os.path.lexists(pathname):
+                yield pathname
+        else:
+            # Patterns ending with a slash should match only directories
+            if os.path.isdir(dirname):
+                yield pathname
+        return
+
+    if not dirname:
+        yield from glob_in_dir(dirname, basename)
+        return
+    # `os.path.split()` returns the argument itself as a dirname if it is a
+    # drive or UNC path.  Prevent an infinite recursion if a drive or UNC path
+    # contains magic characters (i.e. r'\\?\C:').
+    if dirname != pathname and has_magic(dirname):
+        dirs: Iterable[AnyStr] = _iglob(dirname, recursive)
+    else:
+        dirs = [dirname]
+    if not has_magic(basename):
+        glob_in_dir = glob0
+    for dirname in dirs:
+        for name in glob_in_dir(dirname, basename):
+            yield os.path.join(dirname, name)
+
+
+# These 2 helper functions non-recursively glob inside a literal directory.
+# They return a list of basenames. `glob1` accepts a pattern while `glob0`
+# takes a literal basename (so it only has to check for its existence).
+
+
+@overload
+def glob1(dirname: StrPath, pattern: str) -> list[str]: ...
+@overload
+def glob1(dirname: BytesPath, pattern: bytes) -> list[bytes]: ...
+def glob1(dirname: StrOrBytesPath, pattern: str | bytes) -> list[str] | list[bytes]:
+    if not dirname:
+        if isinstance(pattern, bytes):
+            dirname = os.curdir.encode('ASCII')
+        else:
+            dirname = os.curdir
+    try:
+        names = os.listdir(dirname)
+    except OSError:
+        return []
+    # mypy false-positives: str or bytes type possibility is always kept in sync
+    return fnmatch.filter(names, pattern)  # type: ignore[type-var, return-value]
+
+
+def glob0(dirname, basename):
+    if not basename:
+        # `os.path.split()` returns an empty basename for paths ending with a
+        # directory separator.  'q*x/' should match only directories.
+        if os.path.isdir(dirname):
+            return [basename]
+    else:
+        if os.path.lexists(os.path.join(dirname, basename)):
+            return [basename]
+    return []
+
+
+# This helper function recursively yields relative pathnames inside a literal
+# directory.
+
+
+@overload
+def glob2(dirname: StrPath, pattern: str) -> Iterator[str]: ...
+@overload
+def glob2(dirname: BytesPath, pattern: bytes) -> Iterator[bytes]: ...
+def glob2(dirname: StrOrBytesPath, pattern: str | bytes) -> Iterator[str | bytes]:
+    assert _isrecursive(pattern)
+    yield pattern[:0]
+    yield from _rlistdir(dirname)
+
+
+# Recursively yields relative pathnames inside a literal directory.
+@overload
+def _rlistdir(dirname: StrPath) -> Iterator[str]: ...
+@overload
+def _rlistdir(dirname: BytesPath) -> Iterator[bytes]: ...
+def _rlistdir(dirname: StrOrBytesPath) -> Iterator[str | bytes]:
+    if not dirname:
+        if isinstance(dirname, bytes):
+            dirname = os.curdir.encode('ASCII')
+        else:
+            dirname = os.curdir
+    try:
+        names = os.listdir(dirname)
+    except OSError:
+        return
+    for x in names:
+        yield x
+        # mypy false-positives: str or bytes type possibility is always kept in sync
+        path = os.path.join(dirname, x) if dirname else x  # type: ignore[arg-type]
+        for y in _rlistdir(path):
+            yield os.path.join(x, y)  # type: ignore[arg-type]
+
+
+magic_check = re.compile('([*?[])')
+magic_check_bytes = re.compile(b'([*?[])')
+
+
+def has_magic(s: str | bytes) -> bool:
+    if isinstance(s, bytes):
+        return magic_check_bytes.search(s) is not None
+    else:
+        return magic_check.search(s) is not None
+
+
+def _isrecursive(pattern: str | bytes) -> bool:
+    if isinstance(pattern, bytes):
+        return pattern == b'**'
+    else:
+        return pattern == '**'
+
+
+def escape(pathname):
+    """Escape all special characters."""
+    # Escaping is done by wrapping any of "*?[" between square brackets.
+    # Metacharacters do not work in the drive part and shouldn't be escaped.
+    drive, pathname = os.path.splitdrive(pathname)
+    if isinstance(pathname, bytes):
+        pathname = magic_check_bytes.sub(rb'[\1]', pathname)
+    else:
+        pathname = magic_check.sub(r'[\1]', pathname)
+    return drive + pathname
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/gui-32.exe b/llmlab/lib/python3.12/site-packages/setuptools/gui-32.exe
new file mode 100644
index 0000000000000000000000000000000000000000..1eb430c6d614a5daea4139badc09c222a4b0e72a
GIT binary patch
literal 11776
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 list[Distribution]:
+    import pkg_resources  # Delay import to avoid unnecessary side-effects
+
+    _DeprecatedInstaller.emit(stacklevel=3)
+    _warn_wheel_not_available(dist)
+
+    resolved_dists = pkg_resources.working_set.resolve(
+        _reqs.parse(requires, pkg_resources.Requirement),  # required for compatibility
+        installer=partial(_fetch_build_egg_no_warn, dist),  # avoid warning twice
+        replace_conflicting=True,
+    )
+    for dist in resolved_dists:
+        pkg_resources.working_set.add(dist, replace=True)
+    return resolved_dists
+
+
+def _fetch_build_egg_no_warn(dist, req):  # noqa: C901  # is too complex (16)  # FIXME
+    import pkg_resources  # Delay import to avoid unnecessary side-effects
+
+    # Ignore environment markers; if supplied, it is required.
+    req = strip_marker(req)
+    # Take easy_install options into account, but do not override relevant
+    # pip environment variables (like PIP_INDEX_URL or PIP_QUIET); they'll
+    # take precedence.
+    opts = dist.get_option_dict('easy_install')
+    if 'allow_hosts' in opts:
+        raise DistutilsError(
+            'the `allow-hosts` option is not supported '
+            'when using pip to install requirements.'
+        )
+    quiet = 'PIP_QUIET' not in os.environ and 'PIP_VERBOSE' not in os.environ
+    if 'PIP_INDEX_URL' in os.environ:
+        index_url = None
+    elif 'index_url' in opts:
+        index_url = opts['index_url'][1]
+    else:
+        index_url = None
+    find_links = (
+        _fixup_find_links(opts['find_links'][1])[:] if 'find_links' in opts else []
+    )
+    if dist.dependency_links:
+        find_links.extend(dist.dependency_links)
+    eggs_dir = os.path.realpath(dist.get_egg_cache_dir())
+    environment = pkg_resources.Environment()
+    for egg_dist in pkg_resources.find_distributions(eggs_dir):
+        if egg_dist in req and environment.can_add(egg_dist):
+            return egg_dist
+    with tempfile.TemporaryDirectory() as tmpdir:
+        cmd = [
+            sys.executable,
+            '-m',
+            'pip',
+            '--disable-pip-version-check',
+            'wheel',
+            '--no-deps',
+            '-w',
+            tmpdir,
+        ]
+        if quiet:
+            cmd.append('--quiet')
+        if index_url is not None:
+            cmd.extend(('--index-url', index_url))
+        for link in find_links or []:
+            cmd.extend(('--find-links', link))
+        # If requirement is a PEP 508 direct URL, directly pass
+        # the URL to pip, as `req @ url` does not work on the
+        # command line.
+        cmd.append(req.url or str(req))
+        try:
+            subprocess.check_call(cmd)
+        except subprocess.CalledProcessError as e:
+            raise DistutilsError(str(e)) from e
+        wheel = Wheel(glob.glob(os.path.join(tmpdir, '*.whl'))[0])
+        dist_location = os.path.join(eggs_dir, wheel.egg_name())
+        wheel.install_as_egg(dist_location)
+        dist_metadata = pkg_resources.PathMetadata(
+            dist_location, os.path.join(dist_location, 'EGG-INFO')
+        )
+        return pkg_resources.Distribution.from_filename(
+            dist_location, metadata=dist_metadata
+        )
+
+
+def strip_marker(req):
+    """
+    Return a new requirement without the environment marker to avoid
+    calling pip with something like `babel; extra == "i18n"`, which
+    would always be ignored.
+    """
+    import pkg_resources  # Delay import to avoid unnecessary side-effects
+
+    # create a copy to avoid mutating the input
+    req = pkg_resources.Requirement.parse(str(req))
+    req.marker = None
+    return req
+
+
+def _warn_wheel_not_available(dist):
+    import pkg_resources  # Delay import to avoid unnecessary side-effects
+
+    try:
+        pkg_resources.get_distribution('wheel')
+    except pkg_resources.DistributionNotFound:
+        dist.announce('WARNING: The wheel package is not available.', log.WARN)
+
+
+class _DeprecatedInstaller(SetuptoolsDeprecationWarning):
+    _SUMMARY = "setuptools.installer and fetch_build_eggs are deprecated."
+    _DETAILS = """
+    Requirements should be satisfied by a PEP 517 installer.
+    If you are using pip, you can try `pip install --use-pep517`.
+    """
+    # _DUE_DATE not decided yet
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/launch.py b/llmlab/lib/python3.12/site-packages/setuptools/launch.py
new file mode 100644
index 0000000..0d16264
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/launch.py
@@ -0,0 +1,36 @@
+"""
+Launch the Python script on the command line after
+setuptools is bootstrapped via import.
+"""
+
+# Note that setuptools gets imported implicitly by the
+# invocation of this script using python -m setuptools.launch
+
+import sys
+import tokenize
+
+
+def run() -> None:
+    """
+    Run the script in sys.argv[1] as if it had
+    been invoked naturally.
+    """
+    __builtins__
+    script_name = sys.argv[1]
+    namespace = dict(
+        __file__=script_name,
+        __name__='__main__',
+        __doc__=None,
+    )
+    sys.argv[:] = sys.argv[1:]
+
+    open_ = getattr(tokenize, 'open', open)
+    with open_(script_name) as fid:
+        script = fid.read()
+    norm_script = script.replace('\\r\\n', '\\n')
+    code = compile(norm_script, script_name, 'exec')
+    exec(code, namespace)
+
+
+if __name__ == '__main__':
+    run()
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/logging.py b/llmlab/lib/python3.12/site-packages/setuptools/logging.py
new file mode 100644
index 0000000..532da89
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/logging.py
@@ -0,0 +1,40 @@
+import inspect
+import logging
+import sys
+
+from . import monkey
+
+import distutils.log
+
+
+def _not_warning(record):
+    return record.levelno < logging.WARNING
+
+
+def configure() -> None:
+    """
+    Configure logging to emit warning and above to stderr
+    and everything else to stdout. This behavior is provided
+    for compatibility with distutils.log but may change in
+    the future.
+    """
+    err_handler = logging.StreamHandler()
+    err_handler.setLevel(logging.WARNING)
+    out_handler = logging.StreamHandler(sys.stdout)
+    out_handler.addFilter(_not_warning)
+    handlers = err_handler, out_handler
+    logging.basicConfig(
+        format="{message}", style='{', handlers=handlers, level=logging.DEBUG
+    )
+    if inspect.ismodule(distutils.dist.log):
+        monkey.patch_func(set_threshold, distutils.log, 'set_threshold')
+        # For some reason `distutils.log` module is getting cached in `distutils.dist`
+        # and then loaded again when patched,
+        # implying: id(distutils.log) != id(distutils.dist.log).
+        # Make sure the same module object is used everywhere:
+        distutils.dist.log = distutils.log
+
+
+def set_threshold(level: int) -> int:
+    logging.root.setLevel(level * 10)
+    return set_threshold.unpatched(level)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/modified.py b/llmlab/lib/python3.12/site-packages/setuptools/modified.py
new file mode 100644
index 0000000..6ba02fa
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/modified.py
@@ -0,0 +1,18 @@
+try:
+    # Ensure a DistutilsError raised by these methods is the same as distutils.errors.DistutilsError
+    from distutils._modified import (
+        newer,
+        newer_group,
+        newer_pairwise,
+        newer_pairwise_group,
+    )
+except ImportError:
+    # fallback for SETUPTOOLS_USE_DISTUTILS=stdlib, because _modified never existed in stdlib
+    from ._distutils._modified import (
+        newer,
+        newer_group,
+        newer_pairwise,
+        newer_pairwise_group,
+    )
+
+__all__ = ['newer', 'newer_pairwise', 'newer_group', 'newer_pairwise_group']
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/monkey.py b/llmlab/lib/python3.12/site-packages/setuptools/monkey.py
new file mode 100644
index 0000000..6ad1aba
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/monkey.py
@@ -0,0 +1,126 @@
+"""
+Monkey patching of distutils.
+"""
+
+from __future__ import annotations
+
+import inspect
+import platform
+import sys
+import types
+from typing import TypeVar, cast, overload
+
+import distutils.filelist
+
+_T = TypeVar("_T")
+_UnpatchT = TypeVar("_UnpatchT", type, types.FunctionType)
+
+
+__all__: list[str] = []
+"""
+Everything is private. Contact the project team
+if you think you need this functionality.
+"""
+
+
+def _get_mro(cls):
+    """
+    Returns the bases classes for cls sorted by the MRO.
+
+    Works around an issue on Jython where inspect.getmro will not return all
+    base classes if multiple classes share the same name. Instead, this
+    function will return a tuple containing the class itself, and the contents
+    of cls.__bases__. See https://github.com/pypa/setuptools/issues/1024.
+    """
+    if platform.python_implementation() == "Jython":
+        return (cls,) + cls.__bases__
+    return inspect.getmro(cls)
+
+
+@overload
+def get_unpatched(item: _UnpatchT) -> _UnpatchT: ...
+@overload
+def get_unpatched(item: object) -> None: ...
+def get_unpatched(
+    item: type | types.FunctionType | object,
+) -> type | types.FunctionType | None:
+    if isinstance(item, type):
+        return get_unpatched_class(item)
+    if isinstance(item, types.FunctionType):
+        return get_unpatched_function(item)
+    return None
+
+
+def get_unpatched_class(cls: type[_T]) -> type[_T]:
+    """Protect against re-patching the distutils if reloaded
+
+    Also ensures that no other distutils extension monkeypatched the distutils
+    first.
+    """
+    external_bases = (
+        cast(type[_T], cls)
+        for cls in _get_mro(cls)
+        if not cls.__module__.startswith('setuptools')
+    )
+    base = next(external_bases)
+    if not base.__module__.startswith('distutils'):
+        msg = f"distutils has already been patched by {cls!r}"
+        raise AssertionError(msg)
+    return base
+
+
+def patch_all():
+    import setuptools
+
+    # we can't patch distutils.cmd, alas
+    distutils.core.Command = setuptools.Command  # type: ignore[misc,assignment] # monkeypatching
+
+    _patch_distribution_metadata()
+
+    # Install Distribution throughout the distutils
+    for module in distutils.dist, distutils.core, distutils.cmd:
+        module.Distribution = setuptools.dist.Distribution
+
+    # Install the patched Extension
+    distutils.core.Extension = setuptools.extension.Extension  # type: ignore[misc,assignment] # monkeypatching
+    distutils.extension.Extension = setuptools.extension.Extension  # type: ignore[misc,assignment] # monkeypatching
+    if 'distutils.command.build_ext' in sys.modules:
+        sys.modules[
+            'distutils.command.build_ext'
+        ].Extension = setuptools.extension.Extension
+
+
+def _patch_distribution_metadata():
+    from . import _core_metadata
+
+    """Patch write_pkg_file and read_pkg_file for higher metadata standards"""
+    for attr in (
+        'write_pkg_info',
+        'write_pkg_file',
+        'read_pkg_file',
+        'get_metadata_version',
+        'get_fullname',
+    ):
+        new_val = getattr(_core_metadata, attr)
+        setattr(distutils.dist.DistributionMetadata, attr, new_val)
+
+
+def patch_func(replacement, target_mod, func_name):
+    """
+    Patch func_name in target_mod with replacement
+
+    Important - original must be resolved by name to avoid
+    patching an already patched function.
+    """
+    original = getattr(target_mod, func_name)
+
+    # set the 'unpatched' attribute on the replacement to
+    # point to the original.
+    vars(replacement).setdefault('unpatched', original)
+
+    # replace the function in the original module
+    setattr(target_mod, func_name, replacement)
+
+
+def get_unpatched_function(candidate):
+    return candidate.unpatched
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/msvc.py b/llmlab/lib/python3.12/site-packages/setuptools/msvc.py
new file mode 100644
index 0000000..313a781
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/msvc.py
@@ -0,0 +1,1536 @@
+"""
+Environment info about Microsoft Compilers.
+
+>>> getfixture('windows_only')
+>>> ei = EnvironmentInfo('amd64')
+"""
+
+from __future__ import annotations
+
+import contextlib
+import itertools
+import json
+import os
+import os.path
+import platform
+from typing import TYPE_CHECKING, TypedDict
+
+from more_itertools import unique_everseen
+
+import distutils.errors
+
+if TYPE_CHECKING:
+    from typing_extensions import LiteralString, NotRequired
+
+# https://github.com/python/mypy/issues/8166
+if not TYPE_CHECKING and platform.system() == 'Windows':
+    import winreg
+    from os import environ
+else:
+    # Mock winreg and environ so the module can be imported on this platform.
+
+    class winreg:
+        HKEY_USERS = None
+        HKEY_CURRENT_USER = None
+        HKEY_LOCAL_MACHINE = None
+        HKEY_CLASSES_ROOT = None
+
+    environ: dict[str, str] = dict()
+
+
+class PlatformInfo:
+    """
+    Current and Target Architectures information.
+
+    Parameters
+    ----------
+    arch: str
+        Target architecture.
+    """
+
+    current_cpu = environ.get('processor_architecture', '').lower()
+
+    def __init__(self, arch) -> None:
+        self.arch = arch.lower().replace('x64', 'amd64')
+
+    @property
+    def target_cpu(self):
+        """
+        Return Target CPU architecture.
+
+        Return
+        ------
+        str
+            Target CPU
+        """
+        return self.arch[self.arch.find('_') + 1 :]
+
+    def target_is_x86(self):
+        """
+        Return True if target CPU is x86 32 bits..
+
+        Return
+        ------
+        bool
+            CPU is x86 32 bits
+        """
+        return self.target_cpu == 'x86'
+
+    def current_is_x86(self):
+        """
+        Return True if current CPU is x86 32 bits..
+
+        Return
+        ------
+        bool
+            CPU is x86 32 bits
+        """
+        return self.current_cpu == 'x86'
+
+    def current_dir(self, hidex86=False, x64=False) -> str:
+        """
+        Current platform specific subfolder.
+
+        Parameters
+        ----------
+        hidex86: bool
+            return '' and not '\x86' if architecture is x86.
+        x64: bool
+            return '\x64' and not '\amd64' if architecture is amd64.
+
+        Return
+        ------
+        str
+            subfolder: '\target', or '' (see hidex86 parameter)
+        """
+        return (
+            ''
+            if (self.current_cpu == 'x86' and hidex86)
+            else r'\x64'
+            if (self.current_cpu == 'amd64' and x64)
+            else rf'\{self.current_cpu}'
+        )
+
+    def target_dir(self, hidex86=False, x64=False) -> str:
+        r"""
+        Target platform specific subfolder.
+
+        Parameters
+        ----------
+        hidex86: bool
+            return '' and not '\x86' if architecture is x86.
+        x64: bool
+            return '\x64' and not '\amd64' if architecture is amd64.
+
+        Return
+        ------
+        str
+            subfolder: '\current', or '' (see hidex86 parameter)
+        """
+        return (
+            ''
+            if (self.target_cpu == 'x86' and hidex86)
+            else r'\x64'
+            if (self.target_cpu == 'amd64' and x64)
+            else rf'\{self.target_cpu}'
+        )
+
+    def cross_dir(self, forcex86=False):
+        r"""
+        Cross platform specific subfolder.
+
+        Parameters
+        ----------
+        forcex86: bool
+            Use 'x86' as current architecture even if current architecture is
+            not x86.
+
+        Return
+        ------
+        str
+            subfolder: '' if target architecture is current architecture,
+            '\current_target' if not.
+        """
+        current = 'x86' if forcex86 else self.current_cpu
+        return (
+            ''
+            if self.target_cpu == current
+            else self.target_dir().replace('\\', f'\\{current}_')
+        )
+
+
+class RegistryInfo:
+    """
+    Microsoft Visual Studio related registry information.
+
+    Parameters
+    ----------
+    platform_info: PlatformInfo
+        "PlatformInfo" instance.
+    """
+
+    HKEYS = (
+        winreg.HKEY_USERS,
+        winreg.HKEY_CURRENT_USER,
+        winreg.HKEY_LOCAL_MACHINE,
+        winreg.HKEY_CLASSES_ROOT,
+    )
+
+    def __init__(self, platform_info) -> None:
+        self.pi = platform_info
+
+    @property
+    def visualstudio(self) -> str:
+        """
+        Microsoft Visual Studio root registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return 'VisualStudio'
+
+    @property
+    def sxs(self):
+        """
+        Microsoft Visual Studio SxS registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return os.path.join(self.visualstudio, 'SxS')
+
+    @property
+    def vc(self):
+        """
+        Microsoft Visual C++ VC7 registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return os.path.join(self.sxs, 'VC7')
+
+    @property
+    def vs(self):
+        """
+        Microsoft Visual Studio VS7 registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return os.path.join(self.sxs, 'VS7')
+
+    @property
+    def vc_for_python(self) -> str:
+        """
+        Microsoft Visual C++ for Python registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return r'DevDiv\VCForPython'
+
+    @property
+    def microsoft_sdk(self) -> str:
+        """
+        Microsoft SDK registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return 'Microsoft SDKs'
+
+    @property
+    def windows_sdk(self):
+        """
+        Microsoft Windows/Platform SDK registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return os.path.join(self.microsoft_sdk, 'Windows')
+
+    @property
+    def netfx_sdk(self):
+        """
+        Microsoft .NET Framework SDK registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return os.path.join(self.microsoft_sdk, 'NETFXSDK')
+
+    @property
+    def windows_kits_roots(self) -> str:
+        """
+        Microsoft Windows Kits Roots registry key.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        return r'Windows Kits\Installed Roots'
+
+    def microsoft(self, key, x86=False):
+        """
+        Return key in Microsoft software registry.
+
+        Parameters
+        ----------
+        key: str
+            Registry key path where look.
+        x86: str
+            Force x86 software registry.
+
+        Return
+        ------
+        str
+            Registry key
+        """
+        node64 = '' if self.pi.current_is_x86() or x86 else 'Wow6432Node'
+        return os.path.join('Software', node64, 'Microsoft', key)
+
+    def lookup(self, key, name):
+        """
+        Look for values in registry in Microsoft software registry.
+
+        Parameters
+        ----------
+        key: str
+            Registry key path where look.
+        name: str
+            Value name to find.
+
+        Return
+        ------
+        str
+            value
+        """
+        key_read = winreg.KEY_READ
+        openkey = winreg.OpenKey
+        closekey = winreg.CloseKey
+        ms = self.microsoft
+        for hkey in self.HKEYS:
+            bkey = None
+            try:
+                bkey = openkey(hkey, ms(key), 0, key_read)
+            except OSError:
+                if not self.pi.current_is_x86():
+                    try:
+                        bkey = openkey(hkey, ms(key, True), 0, key_read)
+                    except OSError:
+                        continue
+                else:
+                    continue
+            try:
+                return winreg.QueryValueEx(bkey, name)[0]
+            except OSError:
+                pass
+            finally:
+                if bkey:
+                    closekey(bkey)
+        return None
+
+
+class SystemInfo:
+    """
+    Microsoft Windows and Visual Studio related system information.
+
+    Parameters
+    ----------
+    registry_info: RegistryInfo
+        "RegistryInfo" instance.
+    vc_ver: float
+        Required Microsoft Visual C++ version.
+    """
+
+    # Variables and properties in this class use originals CamelCase variables
+    # names from Microsoft source files for more easy comparison.
+    WinDir = environ.get('WinDir', '')
+    ProgramFiles = environ.get('ProgramFiles', '')
+    ProgramFilesx86 = environ.get('ProgramFiles(x86)', ProgramFiles)
+
+    def __init__(self, registry_info, vc_ver=None) -> None:
+        self.ri = registry_info
+        self.pi = self.ri.pi
+
+        self.known_vs_paths = self.find_programdata_vs_vers()
+
+        # Except for VS15+, VC version is aligned with VS version
+        self.vs_ver = self.vc_ver = vc_ver or self._find_latest_available_vs_ver()
+
+    def _find_latest_available_vs_ver(self):
+        """
+        Find the latest VC version
+
+        Return
+        ------
+        float
+            version
+        """
+        reg_vc_vers = self.find_reg_vs_vers()
+
+        if not (reg_vc_vers or self.known_vs_paths):
+            raise distutils.errors.DistutilsPlatformError(
+                'No Microsoft Visual C++ version found'
+            )
+
+        vc_vers = set(reg_vc_vers)
+        vc_vers.update(self.known_vs_paths)
+        return sorted(vc_vers)[-1]
+
+    def find_reg_vs_vers(self):
+        """
+        Find Microsoft Visual Studio versions available in registry.
+
+        Return
+        ------
+        list of float
+            Versions
+        """
+        ms = self.ri.microsoft
+        vckeys = (self.ri.vc, self.ri.vc_for_python, self.ri.vs)
+        vs_vers = []
+        for hkey, key in itertools.product(self.ri.HKEYS, vckeys):
+            try:
+                bkey = winreg.OpenKey(hkey, ms(key), 0, winreg.KEY_READ)
+            except OSError:
+                continue
+            with bkey:
+                subkeys, values, _ = winreg.QueryInfoKey(bkey)
+                for i in range(values):
+                    with contextlib.suppress(ValueError):
+                        ver = float(winreg.EnumValue(bkey, i)[0])
+                        if ver not in vs_vers:
+                            vs_vers.append(ver)
+                for i in range(subkeys):
+                    with contextlib.suppress(ValueError):
+                        ver = float(winreg.EnumKey(bkey, i))
+                        if ver not in vs_vers:
+                            vs_vers.append(ver)
+        return sorted(vs_vers)
+
+    def find_programdata_vs_vers(self) -> dict[float, str]:
+        r"""
+        Find Visual studio 2017+ versions from information in
+        "C:\ProgramData\Microsoft\VisualStudio\Packages\_Instances".
+
+        Return
+        ------
+        dict
+            float version as key, path as value.
+        """
+        vs_versions: dict[float, str] = {}
+        instances_dir = r'C:\ProgramData\Microsoft\VisualStudio\Packages\_Instances'
+
+        try:
+            hashed_names = os.listdir(instances_dir)
+
+        except OSError:
+            # Directory not exists with all Visual Studio versions
+            return vs_versions
+
+        for name in hashed_names:
+            try:
+                # Get VS installation path from "state.json" file
+                state_path = os.path.join(instances_dir, name, 'state.json')
+                with open(state_path, 'rt', encoding='utf-8') as state_file:
+                    state = json.load(state_file)
+                vs_path = state['installationPath']
+
+                # Raises OSError if this VS installation does not contain VC
+                os.listdir(os.path.join(vs_path, r'VC\Tools\MSVC'))
+
+                # Store version and path
+                vs_versions[self._as_float_version(state['installationVersion'])] = (
+                    vs_path
+                )
+
+            except (OSError, KeyError):
+                # Skip if "state.json" file is missing or bad format
+                continue
+
+        return vs_versions
+
+    @staticmethod
+    def _as_float_version(version):
+        """
+        Return a string version as a simplified float version (major.minor)
+
+        Parameters
+        ----------
+        version: str
+            Version.
+
+        Return
+        ------
+        float
+            version
+        """
+        return float('.'.join(version.split('.')[:2]))
+
+    @property
+    def VSInstallDir(self):
+        """
+        Microsoft Visual Studio directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        # Default path
+        default = os.path.join(
+            self.ProgramFilesx86, f'Microsoft Visual Studio {self.vs_ver:0.1f}'
+        )
+
+        # Try to get path from registry, if fail use default path
+        return self.ri.lookup(self.ri.vs, f'{self.vs_ver:0.1f}') or default
+
+    @property
+    def VCInstallDir(self):
+        """
+        Microsoft Visual C++ directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        path = self._guess_vc() or self._guess_vc_legacy()
+
+        if not os.path.isdir(path):
+            msg = 'Microsoft Visual C++ directory not found'
+            raise distutils.errors.DistutilsPlatformError(msg)
+
+        return path
+
+    def _guess_vc(self):
+        """
+        Locate Visual C++ for VS2017+.
+
+        Return
+        ------
+        str
+            path
+        """
+        if self.vs_ver <= 14.0:
+            return ''
+
+        try:
+            # First search in known VS paths
+            vs_dir = self.known_vs_paths[self.vs_ver]
+        except KeyError:
+            # Else, search with path from registry
+            vs_dir = self.VSInstallDir
+
+        guess_vc = os.path.join(vs_dir, r'VC\Tools\MSVC')
+
+        # Subdir with VC exact version as name
+        try:
+            # Update the VC version with real one instead of VS version
+            vc_ver = os.listdir(guess_vc)[-1]
+            self.vc_ver = self._as_float_version(vc_ver)
+            return os.path.join(guess_vc, vc_ver)
+        except (OSError, IndexError):
+            return ''
+
+    def _guess_vc_legacy(self):
+        """
+        Locate Visual C++ for versions prior to 2017.
+
+        Return
+        ------
+        str
+            path
+        """
+        default = os.path.join(
+            self.ProgramFilesx86,
+            rf'Microsoft Visual Studio {self.vs_ver:0.1f}\VC',
+        )
+
+        # Try to get "VC++ for Python" path from registry as default path
+        reg_path = os.path.join(self.ri.vc_for_python, f'{self.vs_ver:0.1f}')
+        python_vc = self.ri.lookup(reg_path, 'installdir')
+        default_vc = os.path.join(python_vc, 'VC') if python_vc else default
+
+        # Try to get path from registry, if fail use default path
+        return self.ri.lookup(self.ri.vc, f'{self.vs_ver:0.1f}') or default_vc
+
+    @property
+    def WindowsSdkVersion(self) -> tuple[LiteralString, ...]:
+        """
+        Microsoft Windows SDK versions for specified MSVC++ version.
+
+        Return
+        ------
+        tuple of str
+            versions
+        """
+        if self.vs_ver <= 9.0:
+            return '7.0', '6.1', '6.0a'
+        elif self.vs_ver == 10.0:
+            return '7.1', '7.0a'
+        elif self.vs_ver == 11.0:
+            return '8.0', '8.0a'
+        elif self.vs_ver == 12.0:
+            return '8.1', '8.1a'
+        elif self.vs_ver >= 14.0:
+            return '10.0', '8.1'
+        return ()
+
+    @property
+    def WindowsSdkLastVersion(self):
+        """
+        Microsoft Windows SDK last version.
+
+        Return
+        ------
+        str
+            version
+        """
+        return self._use_last_dir_name(os.path.join(self.WindowsSdkDir, 'lib'))
+
+    @property
+    def WindowsSdkDir(self) -> str | None:  # noqa: C901  # is too complex (12)  # FIXME
+        """
+        Microsoft Windows SDK directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        sdkdir: str | None = ''
+        for ver in self.WindowsSdkVersion:
+            # Try to get it from registry
+            loc = os.path.join(self.ri.windows_sdk, f'v{ver}')
+            sdkdir = self.ri.lookup(loc, 'installationfolder')
+            if sdkdir:
+                break
+        if not sdkdir or not os.path.isdir(sdkdir):
+            # Try to get "VC++ for Python" version from registry
+            path = os.path.join(self.ri.vc_for_python, f'{self.vc_ver:0.1f}')
+            install_base = self.ri.lookup(path, 'installdir')
+            if install_base:
+                sdkdir = os.path.join(install_base, 'WinSDK')
+        if not sdkdir or not os.path.isdir(sdkdir):
+            # If fail, use default new path
+            for ver in self.WindowsSdkVersion:
+                intver = ver[: ver.rfind('.')]
+                path = rf'Microsoft SDKs\Windows Kits\{intver}'
+                d = os.path.join(self.ProgramFiles, path)
+                if os.path.isdir(d):
+                    sdkdir = d
+        if not sdkdir or not os.path.isdir(sdkdir):
+            # If fail, use default old path
+            for ver in self.WindowsSdkVersion:
+                path = rf'Microsoft SDKs\Windows\v{ver}'
+                d = os.path.join(self.ProgramFiles, path)
+                if os.path.isdir(d):
+                    sdkdir = d
+        if not sdkdir:
+            # If fail, use Platform SDK
+            sdkdir = os.path.join(self.VCInstallDir, 'PlatformSDK')
+        return sdkdir
+
+    @property
+    def WindowsSDKExecutablePath(self):
+        """
+        Microsoft Windows SDK executable directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        # Find WinSDK NetFx Tools registry dir name
+        if self.vs_ver <= 11.0:
+            netfxver = 35
+            arch = ''
+        else:
+            netfxver = 40
+            hidex86 = True if self.vs_ver <= 12.0 else False
+            arch = self.pi.current_dir(x64=True, hidex86=hidex86).replace('\\', '-')
+        fx = f'WinSDK-NetFx{netfxver}Tools{arch}'
+
+        # list all possibles registry paths
+        regpaths = []
+        if self.vs_ver >= 14.0:
+            for ver in self.NetFxSdkVersion:
+                regpaths += [os.path.join(self.ri.netfx_sdk, ver, fx)]
+
+        for ver in self.WindowsSdkVersion:
+            regpaths += [os.path.join(self.ri.windows_sdk, f'v{ver}A', fx)]
+
+        # Return installation folder from the more recent path
+        for path in regpaths:
+            execpath = self.ri.lookup(path, 'installationfolder')
+            if execpath:
+                return execpath
+
+        return None
+
+    @property
+    def FSharpInstallDir(self):
+        """
+        Microsoft Visual F# directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        path = os.path.join(self.ri.visualstudio, rf'{self.vs_ver:0.1f}\Setup\F#')
+        return self.ri.lookup(path, 'productdir') or ''
+
+    @property
+    def UniversalCRTSdkDir(self):
+        """
+        Microsoft Universal CRT SDK directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        # Set Kit Roots versions for specified MSVC++ version
+        vers = ('10', '81') if self.vs_ver >= 14.0 else ()
+
+        # Find path of the more recent Kit
+        for ver in vers:
+            sdkdir = self.ri.lookup(self.ri.windows_kits_roots, f'kitsroot{ver}')
+            if sdkdir:
+                return sdkdir or ''
+
+        return None
+
+    @property
+    def UniversalCRTSdkLastVersion(self):
+        """
+        Microsoft Universal C Runtime SDK last version.
+
+        Return
+        ------
+        str
+            version
+        """
+        return self._use_last_dir_name(os.path.join(self.UniversalCRTSdkDir, 'lib'))
+
+    @property
+    def NetFxSdkVersion(self):
+        """
+        Microsoft .NET Framework SDK versions.
+
+        Return
+        ------
+        tuple of str
+            versions
+        """
+        # Set FxSdk versions for specified VS version
+        return (
+            ('4.7.2', '4.7.1', '4.7', '4.6.2', '4.6.1', '4.6', '4.5.2', '4.5.1', '4.5')
+            if self.vs_ver >= 14.0
+            else ()
+        )
+
+    @property
+    def NetFxSdkDir(self):
+        """
+        Microsoft .NET Framework SDK directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        sdkdir = ''
+        for ver in self.NetFxSdkVersion:
+            loc = os.path.join(self.ri.netfx_sdk, ver)
+            sdkdir = self.ri.lookup(loc, 'kitsinstallationfolder')
+            if sdkdir:
+                break
+        return sdkdir
+
+    @property
+    def FrameworkDir32(self):
+        """
+        Microsoft .NET Framework 32bit directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        # Default path
+        guess_fw = os.path.join(self.WinDir, r'Microsoft.NET\Framework')
+
+        # Try to get path from registry, if fail use default path
+        return self.ri.lookup(self.ri.vc, 'frameworkdir32') or guess_fw
+
+    @property
+    def FrameworkDir64(self):
+        """
+        Microsoft .NET Framework 64bit directory.
+
+        Return
+        ------
+        str
+            path
+        """
+        # Default path
+        guess_fw = os.path.join(self.WinDir, r'Microsoft.NET\Framework64')
+
+        # Try to get path from registry, if fail use default path
+        return self.ri.lookup(self.ri.vc, 'frameworkdir64') or guess_fw
+
+    @property
+    def FrameworkVersion32(self) -> tuple[str, ...]:
+        """
+        Microsoft .NET Framework 32bit versions.
+
+        Return
+        ------
+        tuple of str
+            versions
+        """
+        return self._find_dot_net_versions(32)
+
+    @property
+    def FrameworkVersion64(self) -> tuple[str, ...]:
+        """
+        Microsoft .NET Framework 64bit versions.
+
+        Return
+        ------
+        tuple of str
+            versions
+        """
+        return self._find_dot_net_versions(64)
+
+    def _find_dot_net_versions(self, bits) -> tuple[str, ...]:
+        """
+        Find Microsoft .NET Framework versions.
+
+        Parameters
+        ----------
+        bits: int
+            Platform number of bits: 32 or 64.
+
+        Return
+        ------
+        tuple of str
+            versions
+        """
+        # Find actual .NET version in registry
+        reg_ver = self.ri.lookup(self.ri.vc, f'frameworkver{bits}')
+        dot_net_dir = getattr(self, f'FrameworkDir{bits}')
+        ver = reg_ver or self._use_last_dir_name(dot_net_dir, 'v') or ''
+
+        # Set .NET versions for specified MSVC++ version
+        if self.vs_ver >= 12.0:
+            return ver, 'v4.0'
+        elif self.vs_ver >= 10.0:
+            return 'v4.0.30319' if ver.lower()[:2] != 'v4' else ver, 'v3.5'
+        elif self.vs_ver == 9.0:
+            return 'v3.5', 'v2.0.50727'
+        elif self.vs_ver == 8.0:
+            return 'v3.0', 'v2.0.50727'
+        return ()
+
+    @staticmethod
+    def _use_last_dir_name(path, prefix=''):
+        """
+        Return name of the last dir in path or '' if no dir found.
+
+        Parameters
+        ----------
+        path: str
+            Use dirs in this path
+        prefix: str
+            Use only dirs starting by this prefix
+
+        Return
+        ------
+        str
+            name
+        """
+        matching_dirs = (
+            dir_name
+            for dir_name in reversed(os.listdir(path))
+            if os.path.isdir(os.path.join(path, dir_name))
+            and dir_name.startswith(prefix)
+        )
+        return next(matching_dirs, None) or ''
+
+
+class _EnvironmentDict(TypedDict):
+    include: str
+    lib: str
+    libpath: str
+    path: str
+    py_vcruntime_redist: NotRequired[str | None]
+
+
+class EnvironmentInfo:
+    """
+    Return environment variables for specified Microsoft Visual C++ version
+    and platform : Lib, Include, Path and libpath.
+
+    This function is compatible with Microsoft Visual C++ 9.0 to 14.X.
+
+    Script created by analysing Microsoft environment configuration files like
+    "vcvars[...].bat", "SetEnv.Cmd", "vcbuildtools.bat", ...
+
+    Parameters
+    ----------
+    arch: str
+        Target architecture.
+    vc_ver: float
+        Required Microsoft Visual C++ version. If not set, autodetect the last
+        version.
+    vc_min_ver: float
+        Minimum Microsoft Visual C++ version.
+    """
+
+    # Variables and properties in this class use originals CamelCase variables
+    # names from Microsoft source files for more easy comparison.
+
+    def __init__(self, arch, vc_ver=None, vc_min_ver=0) -> None:
+        self.pi = PlatformInfo(arch)
+        self.ri = RegistryInfo(self.pi)
+        self.si = SystemInfo(self.ri, vc_ver)
+
+        if self.vc_ver < vc_min_ver:
+            err = 'No suitable Microsoft Visual C++ version found'
+            raise distutils.errors.DistutilsPlatformError(err)
+
+    @property
+    def vs_ver(self):
+        """
+        Microsoft Visual Studio.
+
+        Return
+        ------
+        float
+            version
+        """
+        return self.si.vs_ver
+
+    @property
+    def vc_ver(self):
+        """
+        Microsoft Visual C++ version.
+
+        Return
+        ------
+        float
+            version
+        """
+        return self.si.vc_ver
+
+    @property
+    def VSTools(self):
+        """
+        Microsoft Visual Studio Tools.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        paths = [r'Common7\IDE', r'Common7\Tools']
+
+        if self.vs_ver >= 14.0:
+            arch_subdir = self.pi.current_dir(hidex86=True, x64=True)
+            paths += [r'Common7\IDE\CommonExtensions\Microsoft\TestWindow']
+            paths += [r'Team Tools\Performance Tools']
+            paths += [rf'Team Tools\Performance Tools{arch_subdir}']
+
+        return [os.path.join(self.si.VSInstallDir, path) for path in paths]
+
+    @property
+    def VCIncludes(self):
+        """
+        Microsoft Visual C++ & Microsoft Foundation Class Includes.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        return [
+            os.path.join(self.si.VCInstallDir, 'Include'),
+            os.path.join(self.si.VCInstallDir, r'ATLMFC\Include'),
+        ]
+
+    @property
+    def VCLibraries(self):
+        """
+        Microsoft Visual C++ & Microsoft Foundation Class Libraries.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver >= 15.0:
+            arch_subdir = self.pi.target_dir(x64=True)
+        else:
+            arch_subdir = self.pi.target_dir(hidex86=True)
+        paths = [f'Lib{arch_subdir}', rf'ATLMFC\Lib{arch_subdir}']
+
+        if self.vs_ver >= 14.0:
+            paths += [rf'Lib\store{arch_subdir}']
+
+        return [os.path.join(self.si.VCInstallDir, path) for path in paths]
+
+    @property
+    def VCStoreRefs(self):
+        """
+        Microsoft Visual C++ store references Libraries.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver < 14.0:
+            return []
+        return [os.path.join(self.si.VCInstallDir, r'Lib\store\references')]
+
+    @property
+    def VCTools(self):
+        """
+        Microsoft Visual C++ Tools.
+
+        Return
+        ------
+        list of str
+            paths
+
+        When host CPU is ARM, the tools should be found for ARM.
+
+        >>> getfixture('windows_only')
+        >>> mp = getfixture('monkeypatch')
+        >>> mp.setattr(PlatformInfo, 'current_cpu', 'arm64')
+        >>> ei = EnvironmentInfo(arch='irrelevant')
+        >>> paths = ei.VCTools
+        >>> any('HostARM64' in path for path in paths)
+        True
+        """
+        si = self.si
+        tools = [os.path.join(si.VCInstallDir, 'VCPackages')]
+
+        forcex86 = True if self.vs_ver <= 10.0 else False
+        arch_subdir = self.pi.cross_dir(forcex86)
+        if arch_subdir:
+            tools += [os.path.join(si.VCInstallDir, f'Bin{arch_subdir}')]
+
+        if self.vs_ver == 14.0:
+            path = f'Bin{self.pi.current_dir(hidex86=True)}'
+            tools += [os.path.join(si.VCInstallDir, path)]
+
+        elif self.vs_ver >= 15.0:
+            host_id = self.pi.current_cpu.replace('amd64', 'x64').upper()
+            host_dir = os.path.join('bin', f'Host{host_id}%s')
+            tools += [
+                os.path.join(si.VCInstallDir, host_dir % self.pi.target_dir(x64=True))
+            ]
+
+            if self.pi.current_cpu != self.pi.target_cpu:
+                tools += [
+                    os.path.join(
+                        si.VCInstallDir, host_dir % self.pi.current_dir(x64=True)
+                    )
+                ]
+
+        else:
+            tools += [os.path.join(si.VCInstallDir, 'Bin')]
+
+        return tools
+
+    @property
+    def OSLibraries(self):
+        """
+        Microsoft Windows SDK Libraries.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver <= 10.0:
+            arch_subdir = self.pi.target_dir(hidex86=True, x64=True)
+            return [os.path.join(self.si.WindowsSdkDir, f'Lib{arch_subdir}')]
+
+        else:
+            arch_subdir = self.pi.target_dir(x64=True)
+            lib = os.path.join(self.si.WindowsSdkDir, 'lib')
+            libver = self._sdk_subdir
+            return [os.path.join(lib, f'{libver}um{arch_subdir}')]
+
+    @property
+    def OSIncludes(self):
+        """
+        Microsoft Windows SDK Include.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        include = os.path.join(self.si.WindowsSdkDir, 'include')
+
+        if self.vs_ver <= 10.0:
+            return [include, os.path.join(include, 'gl')]
+
+        else:
+            if self.vs_ver >= 14.0:
+                sdkver = self._sdk_subdir
+            else:
+                sdkver = ''
+            return [
+                os.path.join(include, f'{sdkver}shared'),
+                os.path.join(include, f'{sdkver}um'),
+                os.path.join(include, f'{sdkver}winrt'),
+            ]
+
+    @property
+    def OSLibpath(self):
+        """
+        Microsoft Windows SDK Libraries Paths.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        ref = os.path.join(self.si.WindowsSdkDir, 'References')
+        libpath = []
+
+        if self.vs_ver <= 9.0:
+            libpath += self.OSLibraries
+
+        if self.vs_ver >= 11.0:
+            libpath += [os.path.join(ref, r'CommonConfiguration\Neutral')]
+
+        if self.vs_ver >= 14.0:
+            libpath += [
+                ref,
+                os.path.join(self.si.WindowsSdkDir, 'UnionMetadata'),
+                os.path.join(ref, 'Windows.Foundation.UniversalApiContract', '1.0.0.0'),
+                os.path.join(ref, 'Windows.Foundation.FoundationContract', '1.0.0.0'),
+                os.path.join(
+                    ref, 'Windows.Networking.Connectivity.WwanContract', '1.0.0.0'
+                ),
+                os.path.join(
+                    self.si.WindowsSdkDir,
+                    'ExtensionSDKs',
+                    'Microsoft.VCLibs',
+                    f'{self.vs_ver:0.1f}',
+                    'References',
+                    'CommonConfiguration',
+                    'neutral',
+                ),
+            ]
+        return libpath
+
+    @property
+    def SdkTools(self):
+        """
+        Microsoft Windows SDK Tools.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        return list(self._sdk_tools())
+
+    def _sdk_tools(self):
+        """
+        Microsoft Windows SDK Tools paths generator.
+
+        Return
+        ------
+        generator of str
+            paths
+        """
+        if self.vs_ver < 15.0:
+            bin_dir = 'Bin' if self.vs_ver <= 11.0 else r'Bin\x86'
+            yield os.path.join(self.si.WindowsSdkDir, bin_dir)
+
+        if not self.pi.current_is_x86():
+            arch_subdir = self.pi.current_dir(x64=True)
+            path = f'Bin{arch_subdir}'
+            yield os.path.join(self.si.WindowsSdkDir, path)
+
+        if self.vs_ver in (10.0, 11.0):
+            if self.pi.target_is_x86():
+                arch_subdir = ''
+            else:
+                arch_subdir = self.pi.current_dir(hidex86=True, x64=True)
+            path = rf'Bin\NETFX 4.0 Tools{arch_subdir}'
+            yield os.path.join(self.si.WindowsSdkDir, path)
+
+        elif self.vs_ver >= 15.0:
+            path = os.path.join(self.si.WindowsSdkDir, 'Bin')
+            arch_subdir = self.pi.current_dir(x64=True)
+            sdkver = self.si.WindowsSdkLastVersion
+            yield os.path.join(path, f'{sdkver}{arch_subdir}')
+
+        if self.si.WindowsSDKExecutablePath:
+            yield self.si.WindowsSDKExecutablePath
+
+    @property
+    def _sdk_subdir(self):
+        """
+        Microsoft Windows SDK version subdir.
+
+        Return
+        ------
+        str
+            subdir
+        """
+        ucrtver = self.si.WindowsSdkLastVersion
+        return (f'{ucrtver}\\') if ucrtver else ''
+
+    @property
+    def SdkSetup(self):
+        """
+        Microsoft Windows SDK Setup.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver > 9.0:
+            return []
+
+        return [os.path.join(self.si.WindowsSdkDir, 'Setup')]
+
+    @property
+    def FxTools(self):
+        """
+        Microsoft .NET Framework Tools.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        pi = self.pi
+        si = self.si
+
+        if self.vs_ver <= 10.0:
+            include32 = True
+            include64 = not pi.target_is_x86() and not pi.current_is_x86()
+        else:
+            include32 = pi.target_is_x86() or pi.current_is_x86()
+            include64 = pi.current_cpu == 'amd64' or pi.target_cpu == 'amd64'
+
+        tools = []
+        if include32:
+            tools += [
+                os.path.join(si.FrameworkDir32, ver) for ver in si.FrameworkVersion32
+            ]
+        if include64:
+            tools += [
+                os.path.join(si.FrameworkDir64, ver) for ver in si.FrameworkVersion64
+            ]
+        return tools
+
+    @property
+    def NetFxSDKLibraries(self):
+        """
+        Microsoft .Net Framework SDK Libraries.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver < 14.0 or not self.si.NetFxSdkDir:
+            return []
+
+        arch_subdir = self.pi.target_dir(x64=True)
+        return [os.path.join(self.si.NetFxSdkDir, rf'lib\um{arch_subdir}')]
+
+    @property
+    def NetFxSDKIncludes(self):
+        """
+        Microsoft .Net Framework SDK Includes.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver < 14.0 or not self.si.NetFxSdkDir:
+            return []
+
+        return [os.path.join(self.si.NetFxSdkDir, r'include\um')]
+
+    @property
+    def VsTDb(self):
+        """
+        Microsoft Visual Studio Team System Database.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        return [os.path.join(self.si.VSInstallDir, r'VSTSDB\Deploy')]
+
+    @property
+    def MSBuild(self):
+        """
+        Microsoft Build Engine.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver < 12.0:
+            return []
+        elif self.vs_ver < 15.0:
+            base_path = self.si.ProgramFilesx86
+            arch_subdir = self.pi.current_dir(hidex86=True)
+        else:
+            base_path = self.si.VSInstallDir
+            arch_subdir = ''
+
+        path = rf'MSBuild\{self.vs_ver:0.1f}\bin{arch_subdir}'
+        build = [os.path.join(base_path, path)]
+
+        if self.vs_ver >= 15.0:
+            # Add Roslyn C# & Visual Basic Compiler
+            build += [os.path.join(base_path, path, 'Roslyn')]
+
+        return build
+
+    @property
+    def HTMLHelpWorkshop(self):
+        """
+        Microsoft HTML Help Workshop.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver < 11.0:
+            return []
+
+        return [os.path.join(self.si.ProgramFilesx86, 'HTML Help Workshop')]
+
+    @property
+    def UCRTLibraries(self):
+        """
+        Microsoft Universal C Runtime SDK Libraries.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver < 14.0:
+            return []
+
+        arch_subdir = self.pi.target_dir(x64=True)
+        lib = os.path.join(self.si.UniversalCRTSdkDir, 'lib')
+        ucrtver = self._ucrt_subdir
+        return [os.path.join(lib, f'{ucrtver}ucrt{arch_subdir}')]
+
+    @property
+    def UCRTIncludes(self):
+        """
+        Microsoft Universal C Runtime SDK Include.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if self.vs_ver < 14.0:
+            return []
+
+        include = os.path.join(self.si.UniversalCRTSdkDir, 'include')
+        return [os.path.join(include, f'{self._ucrt_subdir}ucrt')]
+
+    @property
+    def _ucrt_subdir(self):
+        """
+        Microsoft Universal C Runtime SDK version subdir.
+
+        Return
+        ------
+        str
+            subdir
+        """
+        ucrtver = self.si.UniversalCRTSdkLastVersion
+        return (f'{ucrtver}\\') if ucrtver else ''
+
+    @property
+    def FSharp(self):
+        """
+        Microsoft Visual F#.
+
+        Return
+        ------
+        list of str
+            paths
+        """
+        if 11.0 > self.vs_ver > 12.0:
+            return []
+
+        return [self.si.FSharpInstallDir]
+
+    @property
+    def VCRuntimeRedist(self) -> str | None:
+        """
+        Microsoft Visual C++ runtime redistributable dll.
+
+        Returns the first suitable path found or None.
+        """
+        vcruntime = f'vcruntime{self.vc_ver}0.dll'
+        arch_subdir = self.pi.target_dir(x64=True).strip('\\')
+
+        # Installation prefixes candidates
+        prefixes = []
+        tools_path = self.si.VCInstallDir
+        redist_path = os.path.dirname(tools_path.replace(r'\Tools', r'\Redist'))
+        if os.path.isdir(redist_path):
+            # Redist version may not be exactly the same as tools
+            redist_path = os.path.join(redist_path, os.listdir(redist_path)[-1])
+            prefixes += [redist_path, os.path.join(redist_path, 'onecore')]
+
+        prefixes += [os.path.join(tools_path, 'redist')]  # VS14 legacy path
+
+        # CRT directory
+        crt_dirs = (
+            f'Microsoft.VC{self.vc_ver * 10}.CRT',
+            # Sometime store in directory with VS version instead of VC
+            f'Microsoft.VC{int(self.vs_ver) * 10}.CRT',
+        )
+
+        # vcruntime path
+        candidate_paths = (
+            os.path.join(prefix, arch_subdir, crt_dir, vcruntime)
+            for (prefix, crt_dir) in itertools.product(prefixes, crt_dirs)
+        )
+        return next(filter(os.path.isfile, candidate_paths), None)  # type: ignore[arg-type] #python/mypy#12682
+
+    def return_env(self, exists: bool = True) -> _EnvironmentDict:
+        """
+        Return environment dict.
+
+        Parameters
+        ----------
+        exists: bool
+            It True, only return existing paths.
+
+        Return
+        ------
+        dict
+            environment
+        """
+        env = _EnvironmentDict(
+            include=self._build_paths(
+                'include',
+                [
+                    self.VCIncludes,
+                    self.OSIncludes,
+                    self.UCRTIncludes,
+                    self.NetFxSDKIncludes,
+                ],
+                exists,
+            ),
+            lib=self._build_paths(
+                'lib',
+                [
+                    self.VCLibraries,
+                    self.OSLibraries,
+                    self.FxTools,
+                    self.UCRTLibraries,
+                    self.NetFxSDKLibraries,
+                ],
+                exists,
+            ),
+            libpath=self._build_paths(
+                'libpath',
+                [self.VCLibraries, self.FxTools, self.VCStoreRefs, self.OSLibpath],
+                exists,
+            ),
+            path=self._build_paths(
+                'path',
+                [
+                    self.VCTools,
+                    self.VSTools,
+                    self.VsTDb,
+                    self.SdkTools,
+                    self.SdkSetup,
+                    self.FxTools,
+                    self.MSBuild,
+                    self.HTMLHelpWorkshop,
+                    self.FSharp,
+                ],
+                exists,
+            ),
+        )
+        if self.vs_ver >= 14 and self.VCRuntimeRedist:
+            env['py_vcruntime_redist'] = self.VCRuntimeRedist
+        return env
+
+    def _build_paths(self, name, spec_path_lists, exists):
+        """
+        Given an environment variable name and specified paths,
+        return a pathsep-separated string of paths containing
+        unique, extant, directories from those paths and from
+        the environment variable. Raise an error if no paths
+        are resolved.
+
+        Parameters
+        ----------
+        name: str
+            Environment variable name
+        spec_path_lists: list of str
+            Paths
+        exists: bool
+            It True, only return existing paths.
+
+        Return
+        ------
+        str
+            Pathsep-separated paths
+        """
+        # flatten spec_path_lists
+        spec_paths = itertools.chain.from_iterable(spec_path_lists)
+        env_paths = environ.get(name, '').split(os.pathsep)
+        paths = itertools.chain(spec_paths, env_paths)
+        extant_paths = list(filter(os.path.isdir, paths)) if exists else paths
+        if not extant_paths:
+            msg = f"{name.upper()} environment variable is empty"
+            raise distutils.errors.DistutilsPlatformError(msg)
+        unique_paths = unique_everseen(extant_paths)
+        return os.pathsep.join(unique_paths)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/namespaces.py b/llmlab/lib/python3.12/site-packages/setuptools/namespaces.py
new file mode 100644
index 0000000..85ea2eb
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/namespaces.py
@@ -0,0 +1,106 @@
+import itertools
+import os
+
+from .compat import py312
+
+from distutils import log
+
+flatten = itertools.chain.from_iterable
+
+
+class Installer:
+    nspkg_ext = '-nspkg.pth'
+
+    def install_namespaces(self) -> None:
+        nsp = self._get_all_ns_packages()
+        if not nsp:
+            return
+        filename = self._get_nspkg_file()
+        self.outputs.append(filename)
+        log.info("Installing %s", filename)
+        lines = map(self._gen_nspkg_line, nsp)
+
+        if self.dry_run:
+            # always generate the lines, even in dry run
+            list(lines)
+            return
+
+        with open(filename, 'wt', encoding=py312.PTH_ENCODING) as f:
+            # Python<3.13 requires encoding="locale" instead of "utf-8"
+            # See: python/cpython#77102
+            f.writelines(lines)
+
+    def uninstall_namespaces(self) -> None:
+        filename = self._get_nspkg_file()
+        if not os.path.exists(filename):
+            return
+        log.info("Removing %s", filename)
+        os.remove(filename)
+
+    def _get_nspkg_file(self):
+        filename, _ = os.path.splitext(self._get_target())
+        return filename + self.nspkg_ext
+
+    def _get_target(self):
+        return self.target
+
+    _nspkg_tmpl = (
+        "import sys, types, os",
+        "p = os.path.join(%(root)s, *%(pth)r)",
+        "importlib = __import__('importlib.util')",
+        "__import__('importlib.machinery')",
+        (
+            "m = "
+            "sys.modules.setdefault(%(pkg)r, "
+            "importlib.util.module_from_spec("
+            "importlib.machinery.PathFinder.find_spec(%(pkg)r, "
+            "[os.path.dirname(p)])))"
+        ),
+        ("m = m or sys.modules.setdefault(%(pkg)r, types.ModuleType(%(pkg)r))"),
+        "mp = (m or []) and m.__dict__.setdefault('__path__',[])",
+        "(p not in mp) and mp.append(p)",
+    )
+    "lines for the namespace installer"
+
+    _nspkg_tmpl_multi = ('m and setattr(sys.modules[%(parent)r], %(child)r, m)',)
+    "additional line(s) when a parent package is indicated"
+
+    def _get_root(self):
+        return "sys._getframe(1).f_locals['sitedir']"
+
+    def _gen_nspkg_line(self, pkg):
+        pth = tuple(pkg.split('.'))
+        root = self._get_root()
+        tmpl_lines = self._nspkg_tmpl
+        parent, sep, child = pkg.rpartition('.')
+        if parent:
+            tmpl_lines += self._nspkg_tmpl_multi
+        return ';'.join(tmpl_lines) % locals() + '\n'
+
+    def _get_all_ns_packages(self):
+        """Return sorted list of all package namespaces"""
+        pkgs = self.distribution.namespace_packages or []
+        return sorted(set(flatten(map(self._pkg_names, pkgs))))
+
+    @staticmethod
+    def _pkg_names(pkg):
+        """
+        Given a namespace package, yield the components of that
+        package.
+
+        >>> names = Installer._pkg_names('a.b.c')
+        >>> set(names) == set(['a', 'a.b', 'a.b.c'])
+        True
+        """
+        parts = pkg.split('.')
+        while parts:
+            yield '.'.join(parts)
+            parts.pop()
+
+
+class DevelopInstaller(Installer):
+    def _get_root(self):
+        return repr(str(self.egg_path))
+
+    def _get_target(self):
+        return self.egg_link
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/package_index.py b/llmlab/lib/python3.12/site-packages/setuptools/package_index.py
new file mode 100644
index 0000000..1a6abeb
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/package_index.py
@@ -0,0 +1,1137 @@
+"""PyPI and direct package downloading."""
+
+from __future__ import annotations
+
+import base64
+import configparser
+import hashlib
+import html
+import http.client
+import io
+import itertools
+import os
+import re
+import shutil
+import socket
+import subprocess
+import sys
+import urllib.error
+import urllib.parse
+import urllib.request
+from fnmatch import translate
+from functools import wraps
+from typing import NamedTuple
+
+from more_itertools import unique_everseen
+
+import setuptools
+from pkg_resources import (
+    BINARY_DIST,
+    CHECKOUT_DIST,
+    DEVELOP_DIST,
+    EGG_DIST,
+    SOURCE_DIST,
+    Distribution,
+    Environment,
+    Requirement,
+    find_distributions,
+    normalize_path,
+    parse_version,
+    safe_name,
+    safe_version,
+    to_filename,
+)
+from setuptools.wheel import Wheel
+
+from .unicode_utils import _cfg_read_utf8_with_fallback, _read_utf8_with_fallback
+
+from distutils import log
+from distutils.errors import DistutilsError
+
+EGG_FRAGMENT = re.compile(r'^egg=([-A-Za-z0-9_.+!]+)$')
+HREF = re.compile(r"""href\s*=\s*['"]?([^'"> ]+)""", re.I)
+PYPI_MD5 = re.compile(
+    r'([^<]+)\n\s+\(md5\)'
+)
+URL_SCHEME = re.compile('([-+.a-z0-9]{2,}):', re.I).match
+EXTENSIONS = ".tar.gz .tar.bz2 .tar .zip .tgz".split()
+
+__all__ = [
+    'PackageIndex',
+    'distros_for_url',
+    'parse_bdist_wininst',
+    'interpret_distro_name',
+]
+
+_SOCKET_TIMEOUT = 15
+
+user_agent = f"setuptools/{setuptools.__version__} Python-urllib/{sys.version_info.major}.{sys.version_info.minor}"
+
+
+def parse_requirement_arg(spec):
+    try:
+        return Requirement.parse(spec)
+    except ValueError as e:
+        raise DistutilsError(
+            f"Not a URL, existing file, or requirement spec: {spec!r}"
+        ) from e
+
+
+def parse_bdist_wininst(name):
+    """Return (base,pyversion) or (None,None) for possible .exe name"""
+
+    lower = name.lower()
+    base, py_ver, plat = None, None, None
+
+    if lower.endswith('.exe'):
+        if lower.endswith('.win32.exe'):
+            base = name[:-10]
+            plat = 'win32'
+        elif lower.startswith('.win32-py', -16):
+            py_ver = name[-7:-4]
+            base = name[:-16]
+            plat = 'win32'
+        elif lower.endswith('.win-amd64.exe'):
+            base = name[:-14]
+            plat = 'win-amd64'
+        elif lower.startswith('.win-amd64-py', -20):
+            py_ver = name[-7:-4]
+            base = name[:-20]
+            plat = 'win-amd64'
+    return base, py_ver, plat
+
+
+def egg_info_for_url(url):
+    parts = urllib.parse.urlparse(url)
+    _scheme, server, path, _parameters, _query, fragment = parts
+    base = urllib.parse.unquote(path.split('/')[-1])
+    if server == 'sourceforge.net' and base == 'download':  # XXX Yuck
+        base = urllib.parse.unquote(path.split('/')[-2])
+    if '#' in base:
+        base, fragment = base.split('#', 1)
+    return base, fragment
+
+
+def distros_for_url(url, metadata=None):
+    """Yield egg or source distribution objects that might be found at a URL"""
+    base, fragment = egg_info_for_url(url)
+    yield from distros_for_location(url, base, metadata)
+    if fragment:
+        match = EGG_FRAGMENT.match(fragment)
+        if match:
+            yield from interpret_distro_name(
+                url, match.group(1), metadata, precedence=CHECKOUT_DIST
+            )
+
+
+def distros_for_location(location, basename, metadata=None):
+    """Yield egg or source distribution objects based on basename"""
+    if basename.endswith('.egg.zip'):
+        basename = basename[:-4]  # strip the .zip
+    if basename.endswith('.egg') and '-' in basename:
+        # only one, unambiguous interpretation
+        return [Distribution.from_location(location, basename, metadata)]
+    if basename.endswith('.whl') and '-' in basename:
+        wheel = Wheel(basename)
+        if not wheel.is_compatible():
+            return []
+        return [
+            Distribution(
+                location=location,
+                project_name=wheel.project_name,
+                version=wheel.version,
+                # Increase priority over eggs.
+                precedence=EGG_DIST + 1,
+            )
+        ]
+    if basename.endswith('.exe'):
+        win_base, py_ver, platform = parse_bdist_wininst(basename)
+        if win_base is not None:
+            return interpret_distro_name(
+                location, win_base, metadata, py_ver, BINARY_DIST, platform
+            )
+    # Try source distro extensions (.zip, .tgz, etc.)
+    #
+    for ext in EXTENSIONS:
+        if basename.endswith(ext):
+            basename = basename[: -len(ext)]
+            return interpret_distro_name(location, basename, metadata)
+    return []  # no extension matched
+
+
+def distros_for_filename(filename, metadata=None):
+    """Yield possible egg or source distribution objects based on a filename"""
+    return distros_for_location(
+        normalize_path(filename), os.path.basename(filename), metadata
+    )
+
+
+def interpret_distro_name(
+    location, basename, metadata, py_version=None, precedence=SOURCE_DIST, platform=None
+):
+    """Generate the interpretation of a source distro name
+
+    Note: if `location` is a filesystem filename, you should call
+    ``pkg_resources.normalize_path()`` on it before passing it to this
+    routine!
+    """
+
+    parts = basename.split('-')
+    if not py_version and any(re.match(r'py\d\.\d$', p) for p in parts[2:]):
+        # it is a bdist_dumb, not an sdist -- bail out
+        return
+
+    # find the pivot (p) that splits the name from the version.
+    # infer the version as the first item that has a digit.
+    for p in range(len(parts)):
+        if parts[p][:1].isdigit():
+            break
+    else:
+        p = len(parts)
+
+    yield Distribution(
+        location,
+        metadata,
+        '-'.join(parts[:p]),
+        '-'.join(parts[p:]),
+        py_version=py_version,
+        precedence=precedence,
+        platform=platform,
+    )
+
+
+def unique_values(func):
+    """
+    Wrap a function returning an iterable such that the resulting iterable
+    only ever yields unique items.
+    """
+
+    @wraps(func)
+    def wrapper(*args, **kwargs):
+        return unique_everseen(func(*args, **kwargs))
+
+    return wrapper
+
+
+REL = re.compile(r"""<([^>]*\srel\s{0,10}=\s{0,10}['"]?([^'" >]+)[^>]*)>""", re.I)
+"""
+Regex for an HTML tag with 'rel="val"' attributes.
+"""
+
+
+@unique_values
+def find_external_links(url, page):
+    """Find rel="homepage" and rel="download" links in `page`, yielding URLs"""
+
+    for match in REL.finditer(page):
+        tag, rel = match.groups()
+        rels = set(map(str.strip, rel.lower().split(',')))
+        if 'homepage' in rels or 'download' in rels:
+            for match in HREF.finditer(tag):
+                yield urllib.parse.urljoin(url, htmldecode(match.group(1)))
+
+    for tag in ("Home Page", "Download URL"):
+        pos = page.find(tag)
+        if pos != -1:
+            match = HREF.search(page, pos)
+            if match:
+                yield urllib.parse.urljoin(url, htmldecode(match.group(1)))
+
+
+class ContentChecker:
+    """
+    A null content checker that defines the interface for checking content
+    """
+
+    def feed(self, block):
+        """
+        Feed a block of data to the hash.
+        """
+        return
+
+    def is_valid(self):
+        """
+        Check the hash. Return False if validation fails.
+        """
+        return True
+
+    def report(self, reporter, template):
+        """
+        Call reporter with information about the checker (hash name)
+        substituted into the template.
+        """
+        return
+
+
+class HashChecker(ContentChecker):
+    pattern = re.compile(
+        r'(?Psha1|sha224|sha384|sha256|sha512|md5)='
+        r'(?P[a-f0-9]+)'
+    )
+
+    def __init__(self, hash_name, expected) -> None:
+        self.hash_name = hash_name
+        self.hash = hashlib.new(hash_name)
+        self.expected = expected
+
+    @classmethod
+    def from_url(cls, url):
+        "Construct a (possibly null) ContentChecker from a URL"
+        fragment = urllib.parse.urlparse(url)[-1]
+        if not fragment:
+            return ContentChecker()
+        match = cls.pattern.search(fragment)
+        if not match:
+            return ContentChecker()
+        return cls(**match.groupdict())
+
+    def feed(self, block):
+        self.hash.update(block)
+
+    def is_valid(self):
+        return self.hash.hexdigest() == self.expected
+
+    def report(self, reporter, template):
+        msg = template % self.hash_name
+        return reporter(msg)
+
+
+class PackageIndex(Environment):
+    """A distribution index that scans web pages for download URLs"""
+
+    def __init__(
+        self,
+        index_url: str = "https://pypi.org/simple/",
+        hosts=('*',),
+        ca_bundle=None,
+        verify_ssl: bool = True,
+        *args,
+        **kw,
+    ) -> None:
+        super().__init__(*args, **kw)
+        self.index_url = index_url + "/"[: not index_url.endswith('/')]
+        self.scanned_urls: dict = {}
+        self.fetched_urls: dict = {}
+        self.package_pages: dict = {}
+        self.allows = re.compile('|'.join(map(translate, hosts))).match
+        self.to_scan: list = []
+        self.opener = urllib.request.urlopen
+
+    def add(self, dist):
+        # ignore invalid versions
+        try:
+            parse_version(dist.version)
+        except Exception:
+            return None
+        return super().add(dist)
+
+    # FIXME: 'PackageIndex.process_url' is too complex (14)
+    def process_url(self, url, retrieve: bool = False) -> None:  # noqa: C901
+        """Evaluate a URL as a possible download, and maybe retrieve it"""
+        if url in self.scanned_urls and not retrieve:
+            return
+        self.scanned_urls[url] = True
+        if not URL_SCHEME(url):
+            self.process_filename(url)
+            return
+        else:
+            dists = list(distros_for_url(url))
+            if dists:
+                if not self.url_ok(url):
+                    return
+                self.debug("Found link: %s", url)
+
+        if dists or not retrieve or url in self.fetched_urls:
+            list(map(self.add, dists))
+            return  # don't need the actual page
+
+        if not self.url_ok(url):
+            self.fetched_urls[url] = True
+            return
+
+        self.info("Reading %s", url)
+        self.fetched_urls[url] = True  # prevent multiple fetch attempts
+        tmpl = "Download error on %s: %%s -- Some packages may not be found!"
+        f = self.open_url(url, tmpl % url)
+        if f is None:
+            return
+        if isinstance(f, urllib.error.HTTPError) and f.code == 401:
+            self.info(f"Authentication error: {f.msg}")
+        self.fetched_urls[f.url] = True
+        if 'html' not in f.headers.get('content-type', '').lower():
+            f.close()  # not html, we can't process it
+            return
+
+        base = f.url  # handle redirects
+        page = f.read()
+        if not isinstance(page, str):
+            # In Python 3 and got bytes but want str.
+            if isinstance(f, urllib.error.HTTPError):
+                # Errors have no charset, assume latin1:
+                charset = 'latin-1'
+            else:
+                charset = f.headers.get_param('charset') or 'latin-1'
+            page = page.decode(charset, "ignore")
+        f.close()
+        for match in HREF.finditer(page):
+            link = urllib.parse.urljoin(base, htmldecode(match.group(1)))
+            self.process_url(link)
+        if url.startswith(self.index_url) and getattr(f, 'code', None) != 404:
+            page = self.process_index(url, page)
+
+    def process_filename(self, fn, nested: bool = False) -> None:
+        # process filenames or directories
+        if not os.path.exists(fn):
+            self.warn("Not found: %s", fn)
+            return
+
+        if os.path.isdir(fn) and not nested:
+            path = os.path.realpath(fn)
+            for item in os.listdir(path):
+                self.process_filename(os.path.join(path, item), True)
+
+        dists = distros_for_filename(fn)
+        if dists:
+            self.debug("Found: %s", fn)
+            list(map(self.add, dists))
+
+    def url_ok(self, url, fatal: bool = False) -> bool:
+        s = URL_SCHEME(url)
+        is_file = s and s.group(1).lower() == 'file'
+        if is_file or self.allows(urllib.parse.urlparse(url)[1]):
+            return True
+        msg = (
+            "\nNote: Bypassing %s (disallowed host; see "
+            "https://setuptools.pypa.io/en/latest/deprecated/"
+            "easy_install.html#restricting-downloads-with-allow-hosts for details).\n"
+        )
+        if fatal:
+            raise DistutilsError(msg % url)
+        else:
+            self.warn(msg, url)
+            return False
+
+    def scan_egg_links(self, search_path) -> None:
+        dirs = filter(os.path.isdir, search_path)
+        egg_links = (
+            (path, entry)
+            for path in dirs
+            for entry in os.listdir(path)
+            if entry.endswith('.egg-link')
+        )
+        list(itertools.starmap(self.scan_egg_link, egg_links))
+
+    def scan_egg_link(self, path, entry) -> None:
+        content = _read_utf8_with_fallback(os.path.join(path, entry))
+        # filter non-empty lines
+        lines = list(filter(None, map(str.strip, content.splitlines())))
+
+        if len(lines) != 2:
+            # format is not recognized; punt
+            return
+
+        egg_path, _setup_path = lines
+
+        for dist in find_distributions(os.path.join(path, egg_path)):
+            dist.location = os.path.join(path, *lines)
+            dist.precedence = SOURCE_DIST
+            self.add(dist)
+
+    def _scan(self, link):
+        # Process a URL to see if it's for a package page
+        NO_MATCH_SENTINEL = None, None
+        if not link.startswith(self.index_url):
+            return NO_MATCH_SENTINEL
+
+        parts = list(map(urllib.parse.unquote, link[len(self.index_url) :].split('/')))
+        if len(parts) != 2 or '#' in parts[1]:
+            return NO_MATCH_SENTINEL
+
+        # it's a package page, sanitize and index it
+        pkg = safe_name(parts[0])
+        ver = safe_version(parts[1])
+        self.package_pages.setdefault(pkg.lower(), {})[link] = True
+        return to_filename(pkg), to_filename(ver)
+
+    def process_index(self, url, page):
+        """Process the contents of a PyPI page"""
+
+        # process an index page into the package-page index
+        for match in HREF.finditer(page):
+            try:
+                self._scan(urllib.parse.urljoin(url, htmldecode(match.group(1))))
+            except ValueError:
+                pass
+
+        pkg, ver = self._scan(url)  # ensure this page is in the page index
+        if not pkg:
+            return ""  # no sense double-scanning non-package pages
+
+        # process individual package page
+        for new_url in find_external_links(url, page):
+            # Process the found URL
+            base, frag = egg_info_for_url(new_url)
+            if base.endswith('.py') and not frag:
+                if ver:
+                    new_url += f'#egg={pkg}-{ver}'
+                else:
+                    self.need_version_info(url)
+            self.scan_url(new_url)
+
+        return PYPI_MD5.sub(
+            lambda m: '{}'.format(*m.group(1, 3, 2)), page
+        )
+
+    def need_version_info(self, url) -> None:
+        self.scan_all(
+            "Page at %s links to .py file(s) without version info; an index "
+            "scan is required.",
+            url,
+        )
+
+    def scan_all(self, msg=None, *args) -> None:
+        if self.index_url not in self.fetched_urls:
+            if msg:
+                self.warn(msg, *args)
+            self.info("Scanning index of all packages (this may take a while)")
+        self.scan_url(self.index_url)
+
+    def find_packages(self, requirement) -> None:
+        self.scan_url(self.index_url + requirement.unsafe_name + '/')
+
+        if not self.package_pages.get(requirement.key):
+            # Fall back to safe version of the name
+            self.scan_url(self.index_url + requirement.project_name + '/')
+
+        if not self.package_pages.get(requirement.key):
+            # We couldn't find the target package, so search the index page too
+            self.not_found_in_index(requirement)
+
+        for url in list(self.package_pages.get(requirement.key, ())):
+            # scan each page that might be related to the desired package
+            self.scan_url(url)
+
+    def obtain(self, requirement, installer=None):
+        self.prescan()
+        self.find_packages(requirement)
+        for dist in self[requirement.key]:
+            if dist in requirement:
+                return dist
+            self.debug("%s does not match %s", requirement, dist)
+        return super().obtain(requirement, installer)
+
+    def check_hash(self, checker, filename, tfp) -> None:
+        """
+        checker is a ContentChecker
+        """
+        checker.report(self.debug, f"Validating %s checksum for {filename}")
+        if not checker.is_valid():
+            tfp.close()
+            os.unlink(filename)
+            raise DistutilsError(
+                f"{checker.hash.name} validation failed for {os.path.basename(filename)}; "
+                "possible download problem?"
+            )
+
+    def add_find_links(self, urls) -> None:
+        """Add `urls` to the list that will be prescanned for searches"""
+        for url in urls:
+            if (
+                self.to_scan is None  # if we have already "gone online"
+                or not URL_SCHEME(url)  # or it's a local file/directory
+                or url.startswith('file:')
+                or list(distros_for_url(url))  # or a direct package link
+            ):
+                # then go ahead and process it now
+                self.scan_url(url)
+            else:
+                # otherwise, defer retrieval till later
+                self.to_scan.append(url)
+
+    def prescan(self):
+        """Scan urls scheduled for prescanning (e.g. --find-links)"""
+        if self.to_scan:
+            list(map(self.scan_url, self.to_scan))
+        self.to_scan = None  # from now on, go ahead and process immediately
+
+    def not_found_in_index(self, requirement) -> None:
+        if self[requirement.key]:  # we've seen at least one distro
+            meth, msg = self.info, "Couldn't retrieve index page for %r"
+        else:  # no distros seen for this name, might be misspelled
+            meth, msg = self.warn, "Couldn't find index page for %r (maybe misspelled?)"
+        meth(msg, requirement.unsafe_name)
+        self.scan_all()
+
+    def download(self, spec, tmpdir):
+        """Locate and/or download `spec` to `tmpdir`, returning a local path
+
+        `spec` may be a ``Requirement`` object, or a string containing a URL,
+        an existing local filename, or a project/version requirement spec
+        (i.e. the string form of a ``Requirement`` object).  If it is the URL
+        of a .py file with an unambiguous ``#egg=name-version`` tag (i.e., one
+        that escapes ``-`` as ``_`` throughout), a trivial ``setup.py`` is
+        automatically created alongside the downloaded file.
+
+        If `spec` is a ``Requirement`` object or a string containing a
+        project/version requirement spec, this method returns the location of
+        a matching distribution (possibly after downloading it to `tmpdir`).
+        If `spec` is a locally existing file or directory name, it is simply
+        returned unchanged.  If `spec` is a URL, it is downloaded to a subpath
+        of `tmpdir`, and the local filename is returned.  Various errors may be
+        raised if a problem occurs during downloading.
+        """
+        if not isinstance(spec, Requirement):
+            scheme = URL_SCHEME(spec)
+            if scheme:
+                # It's a url, download it to tmpdir
+                found = self._download_url(spec, tmpdir)
+                base, fragment = egg_info_for_url(spec)
+                if base.endswith('.py'):
+                    found = self.gen_setup(found, fragment, tmpdir)
+                return found
+            elif os.path.exists(spec):
+                # Existing file or directory, just return it
+                return spec
+            else:
+                spec = parse_requirement_arg(spec)
+        return getattr(self.fetch_distribution(spec, tmpdir), 'location', None)
+
+    def fetch_distribution(  # noqa: C901  # is too complex (14)  # FIXME
+        self,
+        requirement,
+        tmpdir,
+        force_scan: bool = False,
+        source: bool = False,
+        develop_ok: bool = False,
+        local_index=None,
+    ) -> Distribution | None:
+        """Obtain a distribution suitable for fulfilling `requirement`
+
+        `requirement` must be a ``pkg_resources.Requirement`` instance.
+        If necessary, or if the `force_scan` flag is set, the requirement is
+        searched for in the (online) package index as well as the locally
+        installed packages.  If a distribution matching `requirement` is found,
+        the returned distribution's ``location`` is the value you would have
+        gotten from calling the ``download()`` method with the matching
+        distribution's URL or filename.  If no matching distribution is found,
+        ``None`` is returned.
+
+        If the `source` flag is set, only source distributions and source
+        checkout links will be considered.  Unless the `develop_ok` flag is
+        set, development and system eggs (i.e., those using the ``.egg-info``
+        format) will be ignored.
+        """
+        # process a Requirement
+        self.info("Searching for %s", requirement)
+        skipped = set()
+        dist = None
+
+        def find(req, env: Environment | None = None):
+            if env is None:
+                env = self
+            # Find a matching distribution; may be called more than once
+
+            for dist in env[req.key]:
+                if dist.precedence == DEVELOP_DIST and not develop_ok:
+                    if dist not in skipped:
+                        self.warn(
+                            "Skipping development or system egg: %s",
+                            dist,
+                        )
+                        skipped.add(dist)
+                    continue
+
+                test = dist in req and (dist.precedence <= SOURCE_DIST or not source)
+                if test:
+                    loc = self.download(dist.location, tmpdir)
+                    dist.download_location = loc
+                    if os.path.exists(dist.download_location):
+                        return dist
+
+            return None
+
+        if force_scan:
+            self.prescan()
+            self.find_packages(requirement)
+            dist = find(requirement)
+
+        if not dist and local_index is not None:
+            dist = find(requirement, local_index)
+
+        if dist is None:
+            if self.to_scan is not None:
+                self.prescan()
+            dist = find(requirement)
+
+        if dist is None and not force_scan:
+            self.find_packages(requirement)
+            dist = find(requirement)
+
+        if dist is None:
+            self.warn(
+                "No local packages or working download links found for %s%s",
+                (source and "a source distribution of " or ""),
+                requirement,
+            )
+            return None
+        else:
+            self.info("Best match: %s", dist)
+            return dist.clone(location=dist.download_location)
+
+    def fetch(
+        self, requirement, tmpdir, force_scan: bool = False, source: bool = False
+    ) -> str | None:
+        """Obtain a file suitable for fulfilling `requirement`
+
+        DEPRECATED; use the ``fetch_distribution()`` method now instead.  For
+        backward compatibility, this routine is identical but returns the
+        ``location`` of the downloaded distribution instead of a distribution
+        object.
+        """
+        dist = self.fetch_distribution(requirement, tmpdir, force_scan, source)
+        if dist is not None:
+            return dist.location
+        return None
+
+    def gen_setup(self, filename, fragment, tmpdir):
+        match = EGG_FRAGMENT.match(fragment)
+        dists = (
+            match
+            and [
+                d
+                for d in interpret_distro_name(filename, match.group(1), None)
+                if d.version
+            ]
+            or []
+        )
+
+        if len(dists) == 1:  # unambiguous ``#egg`` fragment
+            basename = os.path.basename(filename)
+
+            # Make sure the file has been downloaded to the temp dir.
+            if os.path.dirname(filename) != tmpdir:
+                dst = os.path.join(tmpdir, basename)
+                if not (os.path.exists(dst) and os.path.samefile(filename, dst)):
+                    shutil.copy2(filename, dst)
+                    filename = dst
+
+            with open(os.path.join(tmpdir, 'setup.py'), 'w', encoding="utf-8") as file:
+                file.write(
+                    "from setuptools import setup\n"
+                    f"setup(name={dists[0].project_name!r}, version={dists[0].version!r}, py_modules=[{os.path.splitext(basename)[0]!r}])\n"
+                )
+            return filename
+
+        elif match:
+            raise DistutilsError(
+                f"Can't unambiguously interpret project/version identifier {fragment!r}; "
+                "any dashes in the name or version should be escaped using "
+                f"underscores. {dists!r}"
+            )
+        else:
+            raise DistutilsError(
+                "Can't process plain .py files without an '#egg=name-version'"
+                " suffix to enable automatic setup script generation."
+            )
+
+    dl_blocksize = 8192
+
+    def _download_to(self, url, filename):
+        self.info("Downloading %s", url)
+        # Download the file
+        fp = None
+        try:
+            checker = HashChecker.from_url(url)
+            fp = self.open_url(url)
+            if isinstance(fp, urllib.error.HTTPError):
+                raise DistutilsError(f"Can't download {url}: {fp.code} {fp.msg}")
+            headers = fp.info()
+            blocknum = 0
+            bs = self.dl_blocksize
+            size = -1
+            if "content-length" in headers:
+                # Some servers return multiple Content-Length headers :(
+                sizes = headers.get_all('Content-Length')
+                size = max(map(int, sizes))
+                self.reporthook(url, filename, blocknum, bs, size)
+            with open(filename, 'wb') as tfp:
+                while True:
+                    block = fp.read(bs)
+                    if block:
+                        checker.feed(block)
+                        tfp.write(block)
+                        blocknum += 1
+                        self.reporthook(url, filename, blocknum, bs, size)
+                    else:
+                        break
+                self.check_hash(checker, filename, tfp)
+            return headers
+        finally:
+            if fp:
+                fp.close()
+
+    def reporthook(self, url, filename, blocknum, blksize, size) -> None:
+        pass  # no-op
+
+    # FIXME:
+    def open_url(self, url, warning=None):  # noqa: C901  # is too complex (12)
+        if url.startswith('file:'):
+            return local_open(url)
+        try:
+            return open_with_auth(url, self.opener)
+        except (ValueError, http.client.InvalidURL) as v:
+            msg = ' '.join([str(arg) for arg in v.args])
+            if warning:
+                self.warn(warning, msg)
+            else:
+                raise DistutilsError(f'{url} {msg}') from v
+        except urllib.error.HTTPError as v:
+            return v
+        except urllib.error.URLError as v:
+            if warning:
+                self.warn(warning, v.reason)
+            else:
+                raise DistutilsError(f"Download error for {url}: {v.reason}") from v
+        except http.client.BadStatusLine as v:
+            if warning:
+                self.warn(warning, v.line)
+            else:
+                raise DistutilsError(
+                    f'{url} returned a bad status line. The server might be '
+                    f'down, {v.line}'
+                ) from v
+        except (http.client.HTTPException, OSError) as v:
+            if warning:
+                self.warn(warning, v)
+            else:
+                raise DistutilsError(f"Download error for {url}: {v}") from v
+
+    def _download_url(self, url, tmpdir):
+        # Determine download filename
+        #
+        name, _fragment = egg_info_for_url(url)
+        if name:
+            while '..' in name:
+                name = name.replace('..', '.').replace('\\', '_')
+        else:
+            name = "__downloaded__"  # default if URL has no path contents
+
+        if name.endswith('.egg.zip'):
+            name = name[:-4]  # strip the extra .zip before download
+
+        filename = os.path.join(tmpdir, name)
+
+        return self._download_vcs(url, filename) or self._download_other(url, filename)
+
+    @staticmethod
+    def _resolve_vcs(url):
+        """
+        >>> rvcs = PackageIndex._resolve_vcs
+        >>> rvcs('git+http://foo/bar')
+        'git'
+        >>> rvcs('hg+https://foo/bar')
+        'hg'
+        >>> rvcs('git:myhost')
+        'git'
+        >>> rvcs('hg:myhost')
+        >>> rvcs('http://foo/bar')
+        """
+        scheme = urllib.parse.urlsplit(url).scheme
+        pre, sep, _post = scheme.partition('+')
+        # svn and git have their own protocol; hg does not
+        allowed = set(['svn', 'git'] + ['hg'] * bool(sep))
+        return next(iter({pre} & allowed), None)
+
+    def _download_vcs(self, url, spec_filename):
+        vcs = self._resolve_vcs(url)
+        if not vcs:
+            return None
+        if vcs == 'svn':
+            raise DistutilsError(
+                f"Invalid config, SVN download is not supported: {url}"
+            )
+
+        filename, _, _ = spec_filename.partition('#')
+        url, rev = self._vcs_split_rev_from_url(url)
+
+        self.info(f"Doing {vcs} clone from {url} to {filename}")
+        subprocess.check_call([vcs, 'clone', '--quiet', url, filename])
+
+        co_commands = dict(
+            git=[vcs, '-C', filename, 'checkout', '--quiet', rev],
+            hg=[vcs, '--cwd', filename, 'up', '-C', '-r', rev, '-q'],
+        )
+        if rev is not None:
+            self.info(f"Checking out {rev}")
+            subprocess.check_call(co_commands[vcs])
+
+        return filename
+
+    def _download_other(self, url, filename):
+        scheme = urllib.parse.urlsplit(url).scheme
+        if scheme == 'file':  # pragma: no cover
+            return urllib.request.url2pathname(urllib.parse.urlparse(url).path)
+        # raise error if not allowed
+        self.url_ok(url, True)
+        return self._attempt_download(url, filename)
+
+    def scan_url(self, url) -> None:
+        self.process_url(url, True)
+
+    def _attempt_download(self, url, filename):
+        headers = self._download_to(url, filename)
+        if 'html' in headers.get('content-type', '').lower():
+            return self._invalid_download_html(url, headers, filename)
+        else:
+            return filename
+
+    def _invalid_download_html(self, url, headers, filename):
+        os.unlink(filename)
+        raise DistutilsError(f"Unexpected HTML page found at {url}")
+
+    @staticmethod
+    def _vcs_split_rev_from_url(url):
+        """
+        Given a possible VCS URL, return a clean URL and resolved revision if any.
+
+        >>> vsrfu = PackageIndex._vcs_split_rev_from_url
+        >>> vsrfu('git+https://github.com/pypa/setuptools@v69.0.0#egg-info=setuptools')
+        ('https://github.com/pypa/setuptools', 'v69.0.0')
+        >>> vsrfu('git+https://github.com/pypa/setuptools#egg-info=setuptools')
+        ('https://github.com/pypa/setuptools', None)
+        >>> vsrfu('http://foo/bar')
+        ('http://foo/bar', None)
+        """
+        parts = urllib.parse.urlsplit(url)
+
+        clean_scheme = parts.scheme.split('+', 1)[-1]
+
+        # Some fragment identification fails
+        no_fragment_path, _, _ = parts.path.partition('#')
+
+        pre, sep, post = no_fragment_path.rpartition('@')
+        clean_path, rev = (pre, post) if sep else (post, None)
+
+        resolved = parts._replace(
+            scheme=clean_scheme,
+            path=clean_path,
+            # discard the fragment
+            fragment='',
+        ).geturl()
+
+        return resolved, rev
+
+    def debug(self, msg, *args) -> None:
+        log.debug(msg, *args)
+
+    def info(self, msg, *args) -> None:
+        log.info(msg, *args)
+
+    def warn(self, msg, *args) -> None:
+        log.warn(msg, *args)
+
+
+# This pattern matches a character entity reference (a decimal numeric
+# references, a hexadecimal numeric reference, or a named reference).
+entity_sub = re.compile(r'&(#(\d+|x[\da-fA-F]+)|[\w.:-]+);?').sub
+
+
+def decode_entity(match):
+    what = match.group(0)
+    return html.unescape(what)
+
+
+def htmldecode(text):
+    """
+    Decode HTML entities in the given text.
+
+    >>> htmldecode(
+    ...     'https://../package_name-0.1.2.tar.gz'
+    ...     '?tokena=A&tokenb=B">package_name-0.1.2.tar.gz')
+    'https://../package_name-0.1.2.tar.gz?tokena=A&tokenb=B">package_name-0.1.2.tar.gz'
+    """
+    return entity_sub(decode_entity, text)
+
+
+def socket_timeout(timeout=15):
+    def _socket_timeout(func):
+        def _socket_timeout(*args, **kwargs):
+            old_timeout = socket.getdefaulttimeout()
+            socket.setdefaulttimeout(timeout)
+            try:
+                return func(*args, **kwargs)
+            finally:
+                socket.setdefaulttimeout(old_timeout)
+
+        return _socket_timeout
+
+    return _socket_timeout
+
+
+def _encode_auth(auth):
+    """
+    Encode auth from a URL suitable for an HTTP header.
+    >>> str(_encode_auth('username%3Apassword'))
+    'dXNlcm5hbWU6cGFzc3dvcmQ='
+
+    Long auth strings should not cause a newline to be inserted.
+    >>> long_auth = 'username:' + 'password'*10
+    >>> chr(10) in str(_encode_auth(long_auth))
+    False
+    """
+    auth_s = urllib.parse.unquote(auth)
+    # convert to bytes
+    auth_bytes = auth_s.encode()
+    encoded_bytes = base64.b64encode(auth_bytes)
+    # convert back to a string
+    encoded = encoded_bytes.decode()
+    # strip the trailing carriage return
+    return encoded.replace('\n', '')
+
+
+class Credential(NamedTuple):
+    """
+    A username/password pair.
+
+    Displayed separated by `:`.
+    >>> str(Credential('username', 'password'))
+    'username:password'
+    """
+
+    username: str
+    password: str
+
+    def __str__(self) -> str:
+        return f'{self.username}:{self.password}'
+
+
+class PyPIConfig(configparser.RawConfigParser):
+    def __init__(self):
+        """
+        Load from ~/.pypirc
+        """
+        defaults = dict.fromkeys(['username', 'password', 'repository'], '')
+        super().__init__(defaults)
+
+        rc = os.path.join(os.path.expanduser('~'), '.pypirc')
+        if os.path.exists(rc):
+            _cfg_read_utf8_with_fallback(self, rc)
+
+    @property
+    def creds_by_repository(self):
+        sections_with_repositories = [
+            section
+            for section in self.sections()
+            if self.get(section, 'repository').strip()
+        ]
+
+        return dict(map(self._get_repo_cred, sections_with_repositories))
+
+    def _get_repo_cred(self, section):
+        repo = self.get(section, 'repository').strip()
+        return repo, Credential(
+            self.get(section, 'username').strip(),
+            self.get(section, 'password').strip(),
+        )
+
+    def find_credential(self, url):
+        """
+        If the URL indicated appears to be a repository defined in this
+        config, return the credential for that repository.
+        """
+        for repository, cred in self.creds_by_repository.items():
+            if url.startswith(repository):
+                return cred
+        return None
+
+
+def open_with_auth(url, opener=urllib.request.urlopen):
+    """Open a urllib2 request, handling HTTP authentication"""
+
+    parsed = urllib.parse.urlparse(url)
+    scheme, netloc, path, params, query, frag = parsed
+
+    # Double scheme does not raise on macOS as revealed by a
+    # failing test. We would expect "nonnumeric port". Refs #20.
+    if netloc.endswith(':'):
+        raise http.client.InvalidURL("nonnumeric port: ''")
+
+    if scheme in ('http', 'https'):
+        auth, address = _splituser(netloc)
+    else:
+        auth, address = (None, None)
+
+    if not auth:
+        cred = PyPIConfig().find_credential(url)
+        if cred:
+            auth = str(cred)
+            info = cred.username, url
+            log.info('Authenticating as %s for %s (from .pypirc)', *info)
+
+    if auth:
+        auth = "Basic " + _encode_auth(auth)
+        parts = scheme, address, path, params, query, frag
+        new_url = urllib.parse.urlunparse(parts)
+        request = urllib.request.Request(new_url)
+        request.add_header("Authorization", auth)
+    else:
+        request = urllib.request.Request(url)
+
+    request.add_header('User-Agent', user_agent)
+    fp = opener(request)
+
+    if auth:
+        # Put authentication info back into request URL if same host,
+        # so that links found on the page will work
+        s2, h2, path2, param2, query2, frag2 = urllib.parse.urlparse(fp.url)
+        if s2 == scheme and h2 == address:
+            parts = s2, netloc, path2, param2, query2, frag2
+            fp.url = urllib.parse.urlunparse(parts)
+
+    return fp
+
+
+# copy of urllib.parse._splituser from Python 3.8
+# See https://github.com/python/cpython/issues/80072.
+def _splituser(host):
+    """splituser('user[:passwd]@host[:port]')
+    --> 'user[:passwd]', 'host[:port]'."""
+    user, delim, host = host.rpartition('@')
+    return (user if delim else None), host
+
+
+# adding a timeout to avoid freezing package_index
+open_with_auth = socket_timeout(_SOCKET_TIMEOUT)(open_with_auth)
+
+
+def fix_sf_url(url):
+    return url  # backward compatibility
+
+
+def local_open(url):
+    """Read a local path, with special support for directories"""
+    _scheme, _server, path, _param, _query, _frag = urllib.parse.urlparse(url)
+    filename = urllib.request.url2pathname(path)
+    if os.path.isfile(filename):
+        return urllib.request.urlopen(url)
+    elif path.endswith('/') and os.path.isdir(filename):
+        files = []
+        for f in os.listdir(filename):
+            filepath = os.path.join(filename, f)
+            if f == 'index.html':
+                body = _read_utf8_with_fallback(filepath)
+                break
+            elif os.path.isdir(filepath):
+                f += '/'
+            files.append(f'{f}')
+        else:
+            tmpl = "{url}{files}"
+            body = tmpl.format(url=url, files='\n'.join(files))
+        status, message = 200, "OK"
+    else:
+        status, message, body = 404, "Path not found", "Not found"
+
+    headers = {'content-type': 'text/html'}
+    body_stream = io.StringIO(body)
+    return urllib.error.HTTPError(url, status, message, headers, body_stream)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/sandbox.py b/llmlab/lib/python3.12/site-packages/setuptools/sandbox.py
new file mode 100644
index 0000000..2d84242
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/sandbox.py
@@ -0,0 +1,536 @@
+from __future__ import annotations
+
+import builtins
+import contextlib
+import functools
+import itertools
+import operator
+import os
+import pickle
+import re
+import sys
+import tempfile
+import textwrap
+from types import TracebackType
+from typing import TYPE_CHECKING, Any, ClassVar
+
+import pkg_resources
+from pkg_resources import working_set
+
+from distutils.errors import DistutilsError
+
+if TYPE_CHECKING:
+    import os as _os
+elif sys.platform.startswith('java'):
+    import org.python.modules.posix.PosixModule as _os  # pyright: ignore[reportMissingImports]
+else:
+    _os = sys.modules[os.name]
+_open = open
+
+
+if TYPE_CHECKING:
+    from typing_extensions import Self
+
+__all__ = [
+    "AbstractSandbox",
+    "DirectorySandbox",
+    "SandboxViolation",
+    "run_setup",
+]
+
+
+def _execfile(filename, globals, locals=None):
+    """
+    Python 3 implementation of execfile.
+    """
+    mode = 'rb'
+    with open(filename, mode) as stream:
+        script = stream.read()
+    if locals is None:
+        locals = globals
+    code = compile(script, filename, 'exec')
+    exec(code, globals, locals)
+
+
+@contextlib.contextmanager
+def save_argv(repl=None):
+    saved = sys.argv[:]
+    if repl is not None:
+        sys.argv[:] = repl
+    try:
+        yield saved
+    finally:
+        sys.argv[:] = saved
+
+
+@contextlib.contextmanager
+def save_path():
+    saved = sys.path[:]
+    try:
+        yield saved
+    finally:
+        sys.path[:] = saved
+
+
+@contextlib.contextmanager
+def override_temp(replacement):
+    """
+    Monkey-patch tempfile.tempdir with replacement, ensuring it exists
+    """
+    os.makedirs(replacement, exist_ok=True)
+
+    saved = tempfile.tempdir
+
+    tempfile.tempdir = replacement
+
+    try:
+        yield
+    finally:
+        tempfile.tempdir = saved
+
+
+@contextlib.contextmanager
+def pushd(target):
+    saved = os.getcwd()
+    os.chdir(target)
+    try:
+        yield saved
+    finally:
+        os.chdir(saved)
+
+
+class UnpickleableException(Exception):
+    """
+    An exception representing another Exception that could not be pickled.
+    """
+
+    @staticmethod
+    def dump(type, exc):
+        """
+        Always return a dumped (pickled) type and exc. If exc can't be pickled,
+        wrap it in UnpickleableException first.
+        """
+        try:
+            return pickle.dumps(type), pickle.dumps(exc)
+        except Exception:
+            # get UnpickleableException inside the sandbox
+            from setuptools.sandbox import UnpickleableException as cls
+
+            return cls.dump(cls, cls(repr(exc)))
+
+
+class ExceptionSaver:
+    """
+    A Context Manager that will save an exception, serialize, and restore it
+    later.
+    """
+
+    def __enter__(self) -> Self:
+        return self
+
+    def __exit__(
+        self,
+        type: type[BaseException] | None,
+        exc: BaseException | None,
+        tb: TracebackType | None,
+    ) -> bool:
+        if not exc:
+            return False
+
+        # dump the exception
+        self._saved = UnpickleableException.dump(type, exc)
+        self._tb = tb
+
+        # suppress the exception
+        return True
+
+    def resume(self):
+        "restore and re-raise any exception"
+
+        if '_saved' not in vars(self):
+            return
+
+        _type, exc = map(pickle.loads, self._saved)
+        raise exc.with_traceback(self._tb)
+
+
+@contextlib.contextmanager
+def save_modules():
+    """
+    Context in which imported modules are saved.
+
+    Translates exceptions internal to the context into the equivalent exception
+    outside the context.
+    """
+    saved = sys.modules.copy()
+    with ExceptionSaver() as saved_exc:
+        yield saved
+
+    sys.modules.update(saved)
+    # remove any modules imported since
+    del_modules = (
+        mod_name
+        for mod_name in sys.modules
+        if mod_name not in saved
+        # exclude any encodings modules. See #285
+        and not mod_name.startswith('encodings.')
+    )
+    _clear_modules(del_modules)
+
+    saved_exc.resume()
+
+
+def _clear_modules(module_names):
+    for mod_name in list(module_names):
+        del sys.modules[mod_name]
+
+
+@contextlib.contextmanager
+def save_pkg_resources_state():
+    saved = pkg_resources.__getstate__()
+    try:
+        yield saved
+    finally:
+        pkg_resources.__setstate__(saved)
+
+
+@contextlib.contextmanager
+def setup_context(setup_dir):
+    temp_dir = os.path.join(setup_dir, 'temp')
+    with save_pkg_resources_state():
+        with save_modules():
+            with save_path():
+                hide_setuptools()
+                with save_argv():
+                    with override_temp(temp_dir):
+                        with pushd(setup_dir):
+                            # ensure setuptools commands are available
+                            __import__('setuptools')
+                            yield
+
+
+_MODULES_TO_HIDE = {
+    'setuptools',
+    'distutils',
+    'pkg_resources',
+    'Cython',
+    '_distutils_hack',
+}
+
+
+def _needs_hiding(mod_name):
+    """
+    >>> _needs_hiding('setuptools')
+    True
+    >>> _needs_hiding('pkg_resources')
+    True
+    >>> _needs_hiding('setuptools_plugin')
+    False
+    >>> _needs_hiding('setuptools.__init__')
+    True
+    >>> _needs_hiding('distutils')
+    True
+    >>> _needs_hiding('os')
+    False
+    >>> _needs_hiding('Cython')
+    True
+    """
+    base_module = mod_name.split('.', 1)[0]
+    return base_module in _MODULES_TO_HIDE
+
+
+def hide_setuptools():
+    """
+    Remove references to setuptools' modules from sys.modules to allow the
+    invocation to import the most appropriate setuptools. This technique is
+    necessary to avoid issues such as #315 where setuptools upgrading itself
+    would fail to find a function declared in the metadata.
+    """
+    _distutils_hack = sys.modules.get('_distutils_hack', None)
+    if _distutils_hack is not None:
+        _distutils_hack._remove_shim()
+
+    modules = filter(_needs_hiding, sys.modules)
+    _clear_modules(modules)
+
+
+def run_setup(setup_script, args):
+    """Run a distutils setup script, sandboxed in its directory"""
+    setup_dir = os.path.abspath(os.path.dirname(setup_script))
+    with setup_context(setup_dir):
+        try:
+            sys.argv[:] = [setup_script] + list(args)
+            sys.path.insert(0, setup_dir)
+            # reset to include setup dir, w/clean callback list
+            working_set.__init__()
+            working_set.callbacks.append(lambda dist: dist.activate())
+
+            with DirectorySandbox(setup_dir):
+                ns = dict(__file__=setup_script, __name__='__main__')
+                _execfile(setup_script, ns)
+        except SystemExit as v:
+            if v.args and v.args[0]:
+                raise
+            # Normal exit, just return
+
+
+class AbstractSandbox:
+    """Wrap 'os' module and 'open()' builtin for virtualizing setup scripts"""
+
+    _active = False
+
+    def __init__(self) -> None:
+        self._attrs = [
+            name
+            for name in dir(_os)
+            if not name.startswith('_') and hasattr(self, name)
+        ]
+
+    def _copy(self, source):
+        for name in self._attrs:
+            setattr(os, name, getattr(source, name))
+
+    def __enter__(self) -> None:
+        self._copy(self)
+        builtins.open = self._open
+        self._active = True
+
+    def __exit__(
+        self,
+        exc_type: type[BaseException] | None,
+        exc_value: BaseException | None,
+        traceback: TracebackType | None,
+    ):
+        self._active = False
+        builtins.open = _open
+        self._copy(_os)
+
+    def run(self, func):
+        """Run 'func' under os sandboxing"""
+        with self:
+            return func()
+
+    def _mk_dual_path_wrapper(name: str):  # type: ignore[misc] # https://github.com/pypa/setuptools/pull/4099
+        original = getattr(_os, name)
+
+        def wrap(self, src, dst, *args, **kw):
+            if self._active:
+                src, dst = self._remap_pair(name, src, dst, *args, **kw)
+            return original(src, dst, *args, **kw)
+
+        return wrap
+
+    for __name in ["rename", "link", "symlink"]:
+        if hasattr(_os, __name):
+            locals()[__name] = _mk_dual_path_wrapper(__name)
+
+    def _mk_single_path_wrapper(name: str, original=None):  # type: ignore[misc] # https://github.com/pypa/setuptools/pull/4099
+        original = original or getattr(_os, name)
+
+        def wrap(self, path, *args, **kw):
+            if self._active:
+                path = self._remap_input(name, path, *args, **kw)
+            return original(path, *args, **kw)
+
+        return wrap
+
+    _open = _mk_single_path_wrapper('open', _open)
+    for __name in [
+        "stat",
+        "listdir",
+        "chdir",
+        "open",
+        "chmod",
+        "chown",
+        "mkdir",
+        "remove",
+        "unlink",
+        "rmdir",
+        "utime",
+        "lchown",
+        "chroot",
+        "lstat",
+        "startfile",
+        "mkfifo",
+        "mknod",
+        "pathconf",
+        "access",
+    ]:
+        if hasattr(_os, __name):
+            locals()[__name] = _mk_single_path_wrapper(__name)
+
+    def _mk_single_with_return(name: str):  # type: ignore[misc] # https://github.com/pypa/setuptools/pull/4099
+        original = getattr(_os, name)
+
+        def wrap(self, path, *args, **kw):
+            if self._active:
+                path = self._remap_input(name, path, *args, **kw)
+                return self._remap_output(name, original(path, *args, **kw))
+            return original(path, *args, **kw)
+
+        return wrap
+
+    for __name in ['readlink', 'tempnam']:
+        if hasattr(_os, __name):
+            locals()[__name] = _mk_single_with_return(__name)
+
+    def _mk_query(name: str):  # type: ignore[misc] # https://github.com/pypa/setuptools/pull/4099
+        original = getattr(_os, name)
+
+        def wrap(self, *args, **kw):
+            retval = original(*args, **kw)
+            if self._active:
+                return self._remap_output(name, retval)
+            return retval
+
+        return wrap
+
+    for __name in ['getcwd', 'tmpnam']:
+        if hasattr(_os, __name):
+            locals()[__name] = _mk_query(__name)
+
+    def _validate_path(self, path):
+        """Called to remap or validate any path, whether input or output"""
+        return path
+
+    def _remap_input(self, operation, path, *args, **kw):
+        """Called for path inputs"""
+        return self._validate_path(path)
+
+    def _remap_output(self, operation, path):
+        """Called for path outputs"""
+        return self._validate_path(path)
+
+    def _remap_pair(self, operation, src, dst, *args, **kw):
+        """Called for path pairs like rename, link, and symlink operations"""
+        return (
+            self._remap_input(operation + '-from', src, *args, **kw),
+            self._remap_input(operation + '-to', dst, *args, **kw),
+        )
+
+    if TYPE_CHECKING:
+        # This is a catch-all for all the dynamically created attributes.
+        # This isn't public API anyway
+        def __getattribute__(self, name: str) -> Any: ...
+
+
+if hasattr(os, 'devnull'):
+    _EXCEPTIONS = [os.devnull]
+else:
+    _EXCEPTIONS = []
+
+
+class DirectorySandbox(AbstractSandbox):
+    """Restrict operations to a single subdirectory - pseudo-chroot"""
+
+    write_ops: ClassVar[dict[str, None]] = dict.fromkeys([
+        "open",
+        "chmod",
+        "chown",
+        "mkdir",
+        "remove",
+        "unlink",
+        "rmdir",
+        "utime",
+        "lchown",
+        "chroot",
+        "mkfifo",
+        "mknod",
+        "tempnam",
+    ])
+
+    _exception_patterns: list[str | re.Pattern] = []
+    "exempt writing to paths that match the pattern"
+
+    def __init__(self, sandbox, exceptions=_EXCEPTIONS) -> None:
+        self._sandbox = os.path.normcase(os.path.realpath(sandbox))
+        self._prefix = os.path.join(self._sandbox, '')
+        self._exceptions = [
+            os.path.normcase(os.path.realpath(path)) for path in exceptions
+        ]
+        AbstractSandbox.__init__(self)
+
+    def _violation(self, operation, *args, **kw):
+        from setuptools.sandbox import SandboxViolation
+
+        raise SandboxViolation(operation, args, kw)
+
+    def _open(self, path, mode='r', *args, **kw):
+        if mode not in ('r', 'rt', 'rb', 'rU', 'U') and not self._ok(path):
+            self._violation("open", path, mode, *args, **kw)
+        return _open(path, mode, *args, **kw)
+
+    def tmpnam(self) -> None:
+        self._violation("tmpnam")
+
+    def _ok(self, path):
+        active = self._active
+        try:
+            self._active = False
+            realpath = os.path.normcase(os.path.realpath(path))
+            return (
+                self._exempted(realpath)
+                or realpath == self._sandbox
+                or realpath.startswith(self._prefix)
+            )
+        finally:
+            self._active = active
+
+    def _exempted(self, filepath):
+        start_matches = (
+            filepath.startswith(exception) for exception in self._exceptions
+        )
+        pattern_matches = (
+            re.match(pattern, filepath) for pattern in self._exception_patterns
+        )
+        candidates = itertools.chain(start_matches, pattern_matches)
+        return any(candidates)
+
+    def _remap_input(self, operation, path, *args, **kw):
+        """Called for path inputs"""
+        if operation in self.write_ops and not self._ok(path):
+            self._violation(operation, os.path.realpath(path), *args, **kw)
+        return path
+
+    def _remap_pair(self, operation, src, dst, *args, **kw):
+        """Called for path pairs like rename, link, and symlink operations"""
+        if not self._ok(src) or not self._ok(dst):
+            self._violation(operation, src, dst, *args, **kw)
+        return (src, dst)
+
+    def open(self, file, flags, mode: int = 0o777, *args, **kw) -> int:
+        """Called for low-level os.open()"""
+        if flags & WRITE_FLAGS and not self._ok(file):
+            self._violation("os.open", file, flags, mode, *args, **kw)
+        return _os.open(file, flags, mode, *args, **kw)
+
+
+WRITE_FLAGS = functools.reduce(
+    operator.or_,
+    [
+        getattr(_os, a, 0)
+        for a in "O_WRONLY O_RDWR O_APPEND O_CREAT O_TRUNC O_TEMPORARY".split()
+    ],
+)
+
+
+class SandboxViolation(DistutilsError):
+    """A setup script attempted to modify the filesystem outside the sandbox"""
+
+    tmpl = textwrap.dedent(
+        """
+        SandboxViolation: {cmd}{args!r} {kwargs}
+
+        The package setup script has attempted to modify files on your system
+        that are not within the EasyInstall build area, and has been aborted.
+
+        This package cannot be safely installed by EasyInstall, and may not
+        support alternate installation locations even if you run its setup
+        script by hand.  Please inform the package's author and the EasyInstall
+        maintainers to find out if a fix or workaround is available.
+        """
+    ).lstrip()
+
+    def __str__(self) -> str:
+        cmd, args, kwargs = self.args
+        return self.tmpl.format(**locals())
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/script (dev).tmpl b/llmlab/lib/python3.12/site-packages/setuptools/script (dev).tmpl
new file mode 100644
index 0000000..39a24b0
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/script (dev).tmpl	
@@ -0,0 +1,6 @@
+# EASY-INSTALL-DEV-SCRIPT: %(spec)r,%(script_name)r
+__requires__ = %(spec)r
+__import__('pkg_resources').require(%(spec)r)
+__file__ = %(dev_path)r
+with open(__file__) as f:
+    exec(compile(f.read(), __file__, 'exec'))
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/script.tmpl b/llmlab/lib/python3.12/site-packages/setuptools/script.tmpl
new file mode 100644
index 0000000..ff5efbc
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/script.tmpl
@@ -0,0 +1,3 @@
+# EASY-INSTALL-SCRIPT: %(spec)r,%(script_name)r
+__requires__ = %(spec)r
+__import__('pkg_resources').run_script(%(spec)r, %(script_name)r)
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/__init__.py
new file mode 100644
index 0000000..eb70bfb
--- /dev/null
+++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/__init__.py
@@ -0,0 +1,13 @@
+import locale
+import sys
+
+import pytest
+
+__all__ = ['fail_on_ascii']
+
+if sys.version_info >= (3, 11):
+    locale_encoding = locale.getencoding()
+else:
+    locale_encoding = locale.getpreferredencoding(False)
+is_ascii = locale_encoding == 'ANSI_X3.4-1968'
+fail_on_ascii = pytest.mark.xfail(is_ascii, reason="Test fails in this locale")
diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/__init__.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..28381d0628e0553c88f7d98271f81ee3a21d0e5c
GIT binary patch
literal 698
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/environment.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/environment.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..b6abe8946aa469457116e094353e1ba8ff5ea3c1
GIT binary patch
literal 3555
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

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/mod_with_constant.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..3cee341b68a2b5d8ecb805de56318f1dd75aede0
GIT binary patch
literal 224
zcmX@j%ge<81ZJI&(#3%EV-N=h7@>^M96-i&h7^V4`xl?jji7yJ@o%$V!R+sJVK=rl*?1KuH<5}|CXJ?>BQwodYj&E2kxg?M
zewt^H%3VX#4%Mmh*O+NRb->E03eb!5OjLYA2~I^BlmEV=&n1`^eL6VdzZd=+zk=>{
z#K3(9N^Qk}ecDv!UTe3+=v;FTA>Comj5gfHJBi*IK&Zs3Op4y}Tr=Pu2CK3~*zZU7
zncp%u83tY7$)kDnd+sU|<)${7*b{nlls6qDpHAwg11s5C&E(Qr*5p&UWH!o~uB?*L
zNM1>3rX#OlotR9LP&Oq=+WcvJE|<~bGqYGBqX{LRPG{t_a(PtOh)x$UkEfHD8mnLy~hQ!;qkyw7-37(P0<4z{Q!_;o{7W&kUufTGs{tTw*0m<_Qznv!U
zwazif;MFFk!(dWvo!VqU=d7)lp8&KZl$<58qj9~hRYS1x?6KrB7=txjD)%W@avPk=
zUl~FOi>jmKF{(|tyf$6JoFnAw!@J_Q;U%Bp
zNcGu}&S?15z)F|R9fNf6jb<}=LrCqkSDjI1)u4@Uk0rn1-%h7$XeDfO0D5(S?~Q`S
z0zf?9?x5aloeZ)_?Md}?xVL9&B#HFh_R6-s
z&zWB^rH~Qa_O{Tow;B9fDB3$!6fG|Vf5SBBfY0;P<4os!8YanH))Z}bHGSZKGS*10
zfD;-i9+Bl_CZEH)EDsGn0~(CRR4tKKu-5V3A=#SCa?}iMap_hlFr7f4peNJCS7bR4
z(NvbDW72aMP&km*ex_?#)xrXzP2?8
zL&L)qA=*Zu$%5`|Itu#C=!;)4rl@5TITiTXWa1ZL?SwE3JdmOXUY|{Za6vVj9CXD1
z<(OUyI?(sv(ibS&WjZof)Fd|Dn1<)1PBq4-lSH=yrRjcKNf)$J80Rp=bOJz!TFB&y
z$tgrPy%6>_tfXb_Jtb|5I!N{^R`RBxYE%xUFq6X>MK|47F(Aqmj%hqIomk7KX;Ki<
zxrCA?(Xc7#nLIFpg8;`Nio{c~n@)lgGUc#oXEN9s4L2qun>>Ao>F(&kbX!uBsf0`(
z2&OT0c~c+>oXk^HLX&_+j?EG_{Wa;h03kdow?LN-A~p}+&@2@OHE-nNX`
zPiaRk7m{hUW2azHR(8VQ1E>%F_!P{MzoZ
z+U~LY;rogD?#X)ayXA8Y-oM6o*ZA(Gi&egRl^^`t-}@A?j)?^pp0@OZ&!%rpFLTRp
z)pw59!sGYP*TTma#D>_lCJxj@U~TzGRUG(IJhbkBGwUJ>^evsdd-&EHHGdT3+BaV9
z8(!-huhHMJKfd;dGcZ*79uW8%-ve^3Mxysm!^SFqwBZSrr#3)4C}Ed%bkR=PKLVX?
zN!hHyZWrF|unD0Z$|)=0a^EUt^Cd?~PyzQgQu#Yv$!Tz@cF9H=X|_%(Pl@(kXEdC4
zYEd04f}M&Wg;D>o8l-wYMQ!l81}V&GlK(Tj87w3X?^MyBpU>l5N=xW5J(o#asiSz^cCJg7PmPj!qHCFV+QAQN
z?-r8a^AN%=4R%81UBa)7V**7)8}
zd#%{kQ|}x5(~&CQyUL${(Dp3@M8n^^)x`$}?@rtus`iciFSo|8z+;~Inxf7_1-(4$Qipqgse-F8@@)s)Ju@V1LFXxvPgfGOZEoAk+jBm^zeQgr1qxuoklb#jfXBD2{F|nToUEJ>K|4h{SwfC-f;
zwce)L`ZCHDO{N#pRE^I9@J)(Et-XxE+}vH&(7u{$U-{KX!S2f2pA0~5@l2LaHh6*N
z*2+j_-_4O~KK~_u)H01ITja)LW0-zVL|u3Y2E3nk)GKNIq|d=u
zXVWw3w~Cd?F?AJ-6YG^0A&c2f@n}^M96-i&h7^VC8@dviOJcC>8Zu~#i=Ew1tt0UImP-QJwSovqRfI4-SW(m4Be#sT)l$I
mUmP~M`6;D2sdh!|Ks!N>EC%`E12ZEd;|)&1Mz$hWAQu4Y<31b!

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/server.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/server.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..c02722e95859999249e9d22b70b865b045d24c63
GIT binary patch
literal 4971
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
QGlqc)NY&nMlkSoK0@UoG?EnA(

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_deprecations.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..cbbc50e333e312d102cbd4275f5b81b58a81f744
GIT binary patch
literal 1580
zcmZ`(&ube;6rR~1(n^-%SdNWlsjxIDv6|Y#c2ZO*Ep1KHL&&8+LUdWyJ7amJ-JNA-
zWksR|2MQrjXnIPIy%y)6$hj8_yI38POHB{G*(eb3sWU6B6&yN3Z{B?K=DnToeY=0;
z^I0IqhmZemq*VZpFu6NvEeXVynAi?rIH$bGrOcHoq5tyRbW+dp<
zHjy}C(a<+tW_l!Om}s0BqYq5BP1+tZJJ_VyCp*}5qfgDNs~^>Bz4zonQO9E|4)J|E
zKr83DCZ02hDS(D(KGGWSnZBou(1gGrl<$>hBAf9E
zIVEI55Tz5iDXU!=Q7lFYCK+!52t>~Og+LiGhJ@JSUm^|>51N*tL9u+8$<=43z|N4Y^Ll3!zOJw#E&zJU75R6?Ub#ggS(57?l+B9Bl_l6yvH`
z@q*15rjg~?o`;b|0tZ)Aoe^YO`g>
zu6mwtdG_YAEG-wpuX^rgRXof#3D#Fu*Q(5o@N#H7ExUnPHKrt1dNqC*Vrz})NhB&n
z&LnH|GGe?Zq-@EXi5G&F#KYvopX~^<3tkx@xA4Nq4Hn)V6tDf7AI!`T7Rpa{US;%5
zcBrOvsojl}%RtW@X{EkaI@I2Ik(vIv{J4BLzjlyWKLt=P4~*QAQS2MVL!7T=NWtyig3lYb%xXQYW8|}c2
z>Nt&rWVXYS8oqSdl!Bo9x@P#Z#>1hVB+OLeGx22=%%CV9Rzru7`HyY{xA8
z4u&Expz`~4W_&yn%O_NP_=FS%K|NtkR0!c;VD=bfUxMN>$o~V@UxFoZLB)7fdRRJw
zvwb-G@R+^4+{tI+X0-~z4B=B;o^R7
e{Q%xPRr2u0PzA~@X}*Kfeg#ic0;ShQ`TqbD;)Ept

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_egg.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..40d6763b857eee7ef92b31fbca9a01c0974d5dc2
GIT binary patch
literal 4167
zcmb_f-ESMm5#Rg1pCngu7%_
z7<0{$AxFV2$@lvH}r4t+(?KpU1t^D(3FY1p{Ut!2#|u1PpDZ#o;CEs=}Aq^
z1a;ZS=L}U%>p>-xQ#GS1aX74rzTBLcQKfuZ)_**HbV@mTCFDq8OLk*{>4x9-2uNQ?
z1h`@z98qv0lzLpRrZ16qYtobG8Zl3#DBDn@H*D7;TNhkpee7cscn#`*Swo_qXFCO#
z-Q4VJI0zPT#YAXy}uDF{Z^z|RGg3?%tSev#M^XRI$|xzw0*ELj%$4x$luXFucNOVzS}=4
zIlAr(-6f%WWw*qFD!CJ?tOlP@7SS0gjG+M90%?T!IBVM*Fu_17*eZ^P#xJ+
zZnQ;vi6wuOpg!*e?w-&RbyN4g*N*uCCfY&W8x(+FBbcazTVpxQyP2q;TWhiS4kr2n
zw{{To2{2c0I6-jRo`=9+LNWq;KrvFLQhasdahig(X>Jl>hw6XvOg+scs(~PO2*=oG
zSn@WnjgZWzTJ}m)ZF^-H(d-13*v~kdf5uw>|C0hT+9z!8W6n7tq3x=ib-&!|j)M3o1gB3>fB%rxOCyCFPyEVYF@97$0Ft&eE_Wj!e
z=oi)D>A&}v=jix*{*XV5@Sb#;Oa3(f2TLS=%NbPT$gkfX88Gau--_zb&
zyuHV_z<1Y3BVgN3wcA{ymxOuJjuoA}fNl^^fzcmUVKL+w(J(ffLLGEWYEo5Aa!LVA
zbm|FB$r)lco{{T=xR%sS+7dY$Z!?pb$SY~dq;xG|(ip)C9bhPYJOZC^Zf^X=fh&=>
zq+=1lwVse$!&i^>5{5~ty2)qaS7ks~u$+qqx0}y61
z@vJ1Km8@*Kw0zc<=q8tjRWU-7nrt$exRIC&Q6{a+=}GMnw!~Q|nl*I1crX~$d|2wi
z(Axmr!hRgoktc=tas6W;*U=*u`8qdUzDnnjN>|_V&nj&PDxJaQQ;!73?b)U{pJRc3
z(CAZlaCyzEwFUq&V}Xaa_fFl?DF0Vhodi3YcDgyG-n1bjg7u~apdg9kJ{*nReyr4xqU$3
z+U`~hjpmS5hY`4#=JBE!MWD1IBgaj$pw#LrD=l}0Gf6os&*rqD!ih#k);2CyH!fNm
zkDN)XiFjHciqs!D4|~utl3FFwpIZl4F5kYqH2%BsQtRNqbo_d`;cq7jtW^LeG#qXr
zkA+EE5O@oCv|h{|!Q?0=hcW5Hq#KhSASPE(a(E9W7gKVtV1~vZR6QK#LacTSYg_mu
zScRR1oNkM?U0_mR$7Jw~uHzRRfD^PTK6O}7^t6K)4nE&8_?GlP0s++WJdRrH-;b_$
z4p(7|qcLo;7HoNt$N$~2iA8~qrPQ6&iofjdD>@fCHro$;#C^zpea4;EOY#p4n&}Ec*r*n2I;Be6r*XuJgflZ?NL^FUuuw
z_d4GVbZ1`!*l^B&ad_BG{lU!)`?-;j%j8At)g+3hL#+L+0^TKx@8siY>`fT4P<`Vn
zh0esatELlbl}TmR$ZHVrVX$a2vy*WpZQZWP$=PW|Q?n+OlnreNrawj7K#_G5+J4Mo
zau9y{Dv+C~!Z_a>e|P*o(^+CVm&Gy@-Ya=X`k0?=Q;3aNWQ&I3Ru5ub)hGQW#$Vwb
zi;kjW(NpxS2abQ)TjmEV-tH|1v4L$wvFsLKSO1oUdKwFD3-IJamyhYuUbD9za+{ne
zN@_wBs}UW-Gp8_#0x`Xf|0EF{qtzF6Eh8{Anq19)R-sq*$*cHrYY7aQyZo8zU)&*W
z1cva&K>9F{Es7wBzo7jOknmUh^*liCuTkIE$iGF?F8VsZ-obYdJ|tP94bDOO
RwlKHTa*XKt2LfU(@*h*-WjX)=

literal 0
HcmV?d00001

diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_bdist_wheel.cpython-312.pyc
new file mode 100644
index 0000000000000000000000000000000000000000..4c5a97cbe0eb1052ff2fdfd93799c76dd0628897
GIT binary patch
literal 33563
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 Qk_Ru-M``+5nk?u40Os5*`Tzg` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_meta.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4772d60d611fdb3f68108b87ae1d852f650f8ac GIT binary patch literal 44318 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 Cim%xK literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_build_py.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3aded52ceb204cfb71eb3071558e6e2ca8f00d8 GIT binary patch literal 17022 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 N(hXZ)mbQ^;|4;HLyKevh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_config_discovery.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1afeb251fde16860668b607e3b9efb700c03a901 GIT binary patch literal 30637 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 JiI>>Q{$CiC*&6@= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_depends.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_depends.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9db767cf1c6669d5b48fa054e009923699451357 GIT binary patch literal 931 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 I0Az#z7gP4xEC2ui literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4898ec604cb35e3233bb1bc01668b17e90764b52 GIT binary patch literal 10974 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_dist_info.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..070e38cd7b5c7cbb56940657058a0d9b76256355 GIT binary patch literal 11157 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 z zQgiNHgp7-c@U}>;N{u2y{PF%aq4QKWzZUA8vE zrxj@?nuYTsrA!M%XL1JQR*p*vP_I>_h!@3pPKk{t#c+A0DHy6BlSOoCADqage&vP5&8}hz>Li zxd=n@+a3d?yV(X*=rK?P72-x`8&G!x-iOwRAin+B*|8I6$DC>Yad-*PCcK&@)}3#D z3?Y#iPMx=PlC#77_Q!zf-A*ZnlkZ5)gvmbRF5`ZuW+LQ%VkUADo+V6M=k0qVeLazG zILZMhKQ{q77g7TglW{{U0Stw8;=basF`n;EVe6)=mSc*idbdnnQDE^1c@|F3hN-g= zsM!ll!A??8n4a2n8TtWF{B$URA+V-%RT)sQ3D#Szp_Ab3c(0YJxLyz#GXj~X@`(kw zzNm=F1&0!*n`yLx!~00uXO>gU;I_a4PAAe+ne~YnT{l5z;APxr9aU7i0iy>o{$5l* z;_%Hn3(lIMx1&~T#nrAos-^|t3zm=Ty5}w@1rjT?Yam+O<9;C{cH$_WgTzZJU8?8cRKr|soK@CUI7)E0juAW%D zxYSu}ANrI#2q#uo&s;nE;aPRpv!yMACGUR7-*a29<`&LhZzyi>Ugmn%nzk=o{ABi{ zSv7p9wBvH<$BsouMvuM{ zedXloQ<8+R3Klu+W#K3%p-6Msu*pfjfNfY@hQIuWq=F7HcMlHr!147txCe~iYrFK~ z{XI_NGB<2=d0$uCj;^%5Tx@%})HYgTUs+{cRSxlYt~XwHmDs)wt?IVOlBdKTLMtJ(6znIB`&o+vPEk@X3;<0{mVlcJ=EREMM3J>__yT~aW-N;EmoZ9(!*5s1 zf}py>ixWjxc*WIMboHrLJ^2^fBFzH~eoU#HhmXjlQFxM&YUv6Ve}bJ3;uGWdV-oJD zE|~kU=c&p&jFdmVjAE{pm;^X60S>qz!C5JCCA>sDJaM3PAfMGpe}Kr)lOeLJua3~a zQM?~=2Xx>3p!AmjjHXyV2gN!=)AVQ5o-e7o&nd^}l;?BG_c`VK6}9b4%JU@^_!ZUj zA5_z??R9e(t`z1AD|}m#Z(Fi2+xK0v{??YF>A`yxmcKp64AIBwdlZ)UpSL*a_6JQg Itsi~-4>9ZYJpcdz literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_distutils_adoption.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2572b2aae8e922b4e92a62424bec29be0827e743 GIT binary patch literal 8229 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_easy_install.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_easy_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5775901ed9a27e117a42a98bd956577aa8711672 GIT binary patch literal 71227 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_editable_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed7959fd62e3bcd46faaab32062f313111ef0093 GIT binary patch literal 57922 zcmeFa33yxAoga$r0v8Jja0PdPn@CV1DQ?;&TM{WzmP9F%5<7JKK@cuTk>ZvM&=O%X zkrQW3joq5cWNLb%G|VJv=-U0N>7-xOcKXKg68m*|4-l9k2UXuwTX){%wQoMkaz_)s zdGo#B|J)TID9KB{&Red;gLBV*&%Nirpa1#SIXMmkuI*R<E^jp|3*UzzEYrhr0<`LT{-_Nr;mJ$1? zqu;^e+=z43)$d|)>qyRMZhtO|+eX}@o_-ID^CNkq`ThAUZXYQaE$lC3amPr}XmNir ziD#5Y>qUp-pWUo%?UUprdYUpHFc zUq8CJfAeTVf5T{Ff8(gX-_OeCj5LjI>EFWQxg%RgoBNwt+&$7V+S=cWxJSqv**4nN z-!|Ib-_G*#M>6?ta#p@VDbMaIl{=wI*d+L_TZW86^>wa)r%=3J@)D2pk(&{KNVe^n7yz|FKp&`6$$oOMpc;}!= zX+>z%=0thI{(XY~1w;RSp$Xw*Cc_bfu;m4VuvMwk|2Ru)Mp}!Sc0g!F>4Pk18*qoF10eg|zKz+TjhJ>lNi`v|nL|I^#RFr|9n$cA>wctnJ-sdym@o z6D(~n()Ouo$5`5aq&=pl9Ty%)3nxCoNDinYIj9>+pKu86oD{kdo)UTxenIFJ4!>aO zKP?;;j^Ovql*#|ZujrBd#*{NSHZ~p&Mu*17B7L~$g>ZNxG(Itfc+Sx1#JCs@jE)PF zBVi=u_dIpBr|-4~-xYR&c3`E1D6C=TBIAsqU9~!%O zRt$$z?!ejciR0mC!y|{$OIS?hhJ~SM@cc+PaOpxgJc6ORx`!fBap?Rc%?u5_=W;YW z7Ljf$&V-|r6VdVUkw|xVLJWu4{5=^I$M7(}qLuGArTEbJSTuYYqjYGG!6spHED)gv zQda6B6iwMi!ec|y)LAEjVsJDPlEDZ2@M!S?NE`2MMdVe(v>^-J0r;lHDp~}SU>-D` zF$@~c82pw#u@ZIG@|v45nt`FgW^^3IAR}vq$|E=9^@jIJBf;=EHULCyV)(0*;Yc(> zL-DN*wO$w>4Yv*qior;8DA+nOG8z~Oo^Ot#2;CswIx=*=bz&-dVSKEkrLDa+G87Fr z%P%a_${v}`Su53vurQ#EA}}--i3UeTS|+AaIcnngL^L99M*myz7ukg1is6ne_r;m# zXXg1^Hs6Y;HeSCc?%o^c_pUf|t{lCGB8K4qg&Fh7*VE@Ghem|v$W#Ph!ZQvfnI3Kk zpQCS|@97$CXf;|1sor^fZ{aZk#dM`wSYBW>91Yeu)Fz*v5XXnZp{Ujby?3fPIyG@| zutqKTY*?fZiE=Pcoo!vaw7ij_5I!@i^&EXXROZCdvo$knWg#31i9-|gSyJZN3quhf z{s(=h*u?wf`PNz#rZ9}55DGtCBZh;*Xju1qZV`T}x1Cs*2>`<6$%I%>qZFJgX zO^PElhUa?mnN47c)6-puMkgY>TU!T*q8BF5w}i$=F%xP}Pt(`bqP;w=EqM}}g&~oe ztf`^KB4S84kIHvR`2=g|7mHt{e(^=1>@zdktjn*Zd0=Qn{$`FJJp@qL(}c;~a6m2c z+-n1qUVzl+2z$iSJqNl^^t6bP==w(!0D}O4Mj|cY!9lE$fpM*+XmGHZeTHbPre$J0 z65XcFYD`qV^TCnv^TCnkp|Q}&q!9KsVSOQpUXH4RmP>>$YbBlr9M*c85GTjNJ{pT! zM@nMdt7)-9?OQx|PI|0!=VH~(xO@P?q40(A5dd2szGt8EnNwzpW9uVW4nU&}TltkR zkPoX@?MKNP5XVP-Qa<2L3oS+=7!ArvzEcvS=o^n79-kZ&dPH$t-0G8;p7zR=)}rFn z?sZ*IW*{Kf2?Q|Ha=bCXa7`fKUsnh77@mk`?fy|ZsF@tQI5vK1OnaBg2!lCU<|ktk zRQ#&U0)1~lfx6eNG{AC=zfyS%<^%z7EGq@f|^>(sl*YlXY0DdOzk{}E^Y0sHxG2UW z=NX4{l(_ag%_%jMUn3|K!A^CjA5vr3t+k`XlxGwiMD;{WPZ+*ooVEx~nwQ}`rIhw7 zxP+WHa}{FSXh2!_hGjh&Wk1XK^0e_y8T|QuB8F?A7Z0*=VCXV_8QNYmHIJsu6GIaz zn@k9;6*f1IjY}ZDc_=at8W!jl<-&fmxC4!dJ1L;%Vx=+}A)x`EZZ*X6@tw9Z_}Z#` z^C|1VIFN$4#!W^Cn&~U#8RZSKFy_&UOG{;qt+CGbm^Zx-sR>_aJ1BW>^db;#$~p|v zH8h^GOn@IqaSS_PokT^@l(ec-W+0LjN0jD7%5g~qb;v-I-{+p$ z9*yX}lucfnDRXF4h!B%10Wh(iaw~|E)M&^{AQJ-Wau!db$Ta>U{|Uhr!)m_4?Va}~ za(!2htXP~co_PMm3ny<|94{Vw{@AjmC}Am@3ojgrTZ)z}TUV_Hd)^A~TH$k6ctolY zzs);mkG$ksb=#fRRgb~pUCl%6%At=74V+`P?v=)?jdL9@H7{98{-dMz%Apmf`<0zn zcg`JpY2UK5D&ee3I(_lF$8I?vi(4LxJ0H8lx#I5H1XsIkX-!yKZ}4yJh+A5hEXP(T zqdLJ=FI$=umgdC^Z+YVuG*gWjjQLYQ4fC|&O`C3YsSrxw1-sx7oV5NnfFGvM06%g+GyHI;txu1% zK7+)5DTq?}-GGr$vNvKVfbJMisUy0TDr|)`e*z9eskolgP;xflIFxJ|s}jkmavlyP zQ~BMPtX4|sXy>PEh_%s(MYYHj@s$u8NE{a8Sqh1Me5o-mi1Bo;ap&>V4&b&0iGYO{ z2gN4D#4ZXnfVYcocT=#3g1rc2fC$(aiq**!BdTxpq1Qb=iK4)L3#bSJYUlkibEmKU zbzbDDg+ml{Q_w@fVG52=&`ZHl1g~4gV-!D50YN1RKAoUgAA)sYsVWOt8UO$X!#p)U z85O^TO5dZ3HxPiM<=wZd>Q+szyuy3t+)cTwRfeLPg&pyNEi1*9cWd+W9joTT9P5>y zkDCmfGYwqzGH}(rl3OeTw$BE*QjUY!0oOv$EvG+j@h6=A2S6FfV@Z^}A(Xjp`V8=e z%L-o@Wg@|t-vE4ZeP;NQlLlXMW%#oH|MBnz>vp}lVZku-$CS6L)g%76b#S_ z86iMy=u_NpJA0X(w-n{QR0G8V}fSP(?-FpGF(}hCS_D$mn>jsxNgHU zKLUGZ)c{hq*_t*^TLtb->l-q`HUn0w%K+BIlx-fBKDrDu{4}49C7QM=1RWSZl?5Wk z?M=HfmoxTgf%1&gcBTA`W7;uXq@-)VN}m{$W7w;uD>1>Lv@l$vq-no1PSh&b?v>cI zW!kBXhw0RyZ`}C)<$qu?L`jCtE-<_#1kShwr!o%Zcg7X1RtinKlvG`s%8u&6bFHDx z5HVgd84X{?doUVaK62UoWy2-oy7W~k-S6s)`C6KY=3+_;a4<|c!K5ZgjE2RQCa_oB zXfPVO5X*x=fyuZTCl>(AH3?4DHAv@$mV5GD|X;1 zQ&vf~k90>QIzABy4xs0hog{WlXc%)gHIGGz0)lGApT~GkESwZ~2^x!tNbgQONCCaA zl$VjEnl43os+3JuXr#E%1q@!Spepp)q&yIy21kZs;Q$2o;8G*0qQP*KbTcef2taT< z8XOZ+7Md%la^#87I*Ft#BN%SVLej{T8Tt@^PRbGqj|?!-B~Z+m?UWjFaH z?}0hX?c%zHv&rJ7IWr0@d+HLNx+Tx%6<_VLZ&$*%>*kiE@9?tkSi*N~E{Bz9NO&6J zjXQ5PFL`?J=TK+&Sr1Y_s~n9E9C2Pzyr_P;s3}p@w74%>v@7Y^J3#vVBGq5hH?|fbCjaO8dEFJ<&ub4fbbD;?IC$K=>*2afo$nUe zC|<#J*V|JTpmWmO<=`_9sAABRX)NM5#;nqE3X%9gxd?wT%#f0aR={h-q$?YCfN0G8 zU06nZk3?i<4QfA9ElWl%e%dB*OaLY0S*2(C1zxbGvD5q~D9eH6=F1E-_Gx=I0iU2k zeL!{Nuqx8i`d8U?r;?^&mO*YBB0B}1KCA^HS0@(am0E+=M{L6_c-V~RvC#58ZqTf> zu~E+uDdy|PH^uu4f<$aPl!bj%0>Plze9=qeinc7`i(CjoMuo%+VP6Cw!KXs?t-f)n zKV&Eq7Sxu;pb!(Gv7GWv5&`Ig@Xj|b`pz{sOY~r~45OPNeGiL(gd?D9gJaNa3Fp*C z02Eo5!1E81nNQ z#pm!DN_Ph(YJWcx#K#cyNg{x3vH=ncNOZnUrt@RDtie5s!a|XvGG?GqlNxBi!*68> zQM^EHJ%J!)4Ngozttm+cNKoK+h$7`O$-ps+%}_u?W`cs0OG2iS_8D?e0H*`e&%u<1 zwA&GaL&`(@d=kp3mQV;j!!)`=RyNR^jBS4a>UlstSZWy}|0lYHIJC}E;+l1R>@eh& zFMHY(p7t9%-!k2dzSVW}EAdljmpoqt!1k1Fl(k~djptP-?A6PBbAoSP9C_=>IN!X) zpV%#8)!q#Mi>7$q@wcJ~s7GB3M-~q*b}oMH=J}gv-ztjN9Es=kF7Ze2NF{FN z?fNCZoAEk*U>|rz(Uo#QNyNCfKp^D`1ilJm5?Wt@fEc4!Ie;K#84ZdTQ%+_c5rzyq z78YMX`s)VP9(!@((^Q&*|AM~=35Z@Wd}J-*wybsK^GBI$Uh4FfzW{R7(>QMoZ-2++>>>9JC>8gOL9-$2&9f!WBDYM@h zdrt+hpCiT@7e_M?&ZFWFbu=;_K{Ml*WKc-RD-B_2fL{#YixSTvcnGXbgQlAm(F(CP z5)-3>U5&9h=;tJcqe_C26YP`JSOSIb5Wh}iV8U1ia&4I)cQfTbPr)}R_$Gn~y=ob% zN-L9=ssuDMKYf{ASC)d(tq$0>5YYU)XyA(BV;6&#yAqyVHyhtNk@TFFfn-|BZyM6w z$~*Q;{y2jM*%$7gvxU2{AePiUOc-nV6v`gUvuoHwhdKk^Jr}V*m(4#owED$Vvir16v<43(V}F^6$*~|LLmF1VP8l|V+okZx+CxOMajINi4qL98cBU^n453=x(-=0+yR!$=zu$Kve?O7o()7d{y#R&{c zMD8I88WWePJgZFNZq6WarLR>8JUbLrAuzto*dC&D9|p2FsJsuKvqJ1z4LJq3YZ_Ng z&Y}{?;cN3DhcDf{a4GI>g)qJ-7sB{F$1L~pW`o^LwCOTmn&3<4>lgVrU%JG%t$0f2 zwfeyN6$&)ruuupzl(kKatVpAJb)phgSTSQ2 zil?p5%2rBKUVljtn@bF5VCNbg0*eRv0m1Cip}`ALUt}U28XA}a7wB4C6A}ckjp_YiRQ4G^&0Z0-cyBLZ@Cd0nkj;?K;e$6sC zGR`CySp^#~hr%o{*#?GqK71kg>=3pJ=t$8yyq2JdiBlnoF7p3lsEtgab(5sN#uhSo zhBiX7_$7O1W+B!>#?1QiN<0Mt3|VKiiP!KFfT5V(hK=wDY!yNKvwNNiv5=55j)}BY z0U2BH!)(-8f`rfZP+Gds2BsU&N=6+zdk#r{(;y=-bk>3oi|t4u+;u=_*>RvH=ua8j zVl&Es*IDzb90@hU#;HE2Y_NNjwam6P3eZHYX^ZAz9M!>o+lhDKi<8FzXZ2aVifk$&a>W zAlG0hgoO?9;0QD^v<(Cbn1HczNo?x6+gd`1xQrp)tiL)$@)co_G3#vj~>>Gb_3IuUxo#;g_&XGQmxAA>pn(EXXNWH=0d^Z2B89kvjL4M3oiKh><>Q_(-s?7Q}F=$B1*(QSCe5;6@MLZ)XRia9mcZ|YC@lyMew3)%ZdSHTyJ35 zbctK0%^Jt2q2g?a_t9D;F7le`<9&V!GMdHhH1thxx|ES&PUuTy*YIW~rv0h} z5Hns9O+xONQE)?}WS+LuI}$vM-*-HuPsgA!z1OL{5OnJy(~RX3Orc}@8JO*ncit(4 ziZ412;zhEKRPe460Y>-p7CxIl#FGW(eGi<|EBxOE7G=@EUOu5|W zFNAILRD@X$lHNTiMk8c@%!VbB{3+!W!(_GnEX9AM9MNej?T=Z!3ps&wdDw34u>Y$UMuuAc^+ob*cFMrg`o@K(8WLq zbXpzYBEcOSnrG|s695BIm3g?91DO=8KNaQuV zY5vEK*B!~cjwIi)YDQhyK&~3_OMu(=k-^Aqnl-KP4$>;j7tZp(|783J<3A1kQEmLOQ_1aLNNzs8-Ck(<1$soK4F&KoG7&!N`r8HqFov&T!_@$-c zW2>RW_v+WLeLd-ITs(Tq+jZ4{vkOL94$oZ2)vfa-2}kvnL$@uta;1*>`h_!pV)6g_ zqkVWRW`j0=ps1(R62f$ut4+=OCy9fvZd8^sgKdI03sGz zu^@qojKh`-HjA)q84pF!2Q4CL@#M;yWww(!EXJzW&$(hZBo}#$*3%}mamBEb>zOs* z=3TR2nmaRJyF}X*if7HUN3Z7ok}r{1fBgdzRALYKHd2Z8C+j@P_@AV~gntn7*G+hE z6qT-Q^h7qQ0n=mDEX{yps5f@Oe$GJ{L&1n?Ic&?0k|Vg#w~ngNN@|t_%5*Drrp-eJ z<+VTorBVvRxk~@quTq!n>~tkPS_vhlFDc}J5~%?t!s%#)EEGgG8@XvtZ{7BCorSh< zXQ3rD`UxXb=?WoNc}hskwN$s7YSX29)Kne{HI*V!o(Onbw;5^LmbFB_Ci2kc9`CP! z-d{G`J7u2KzU>-S0IEZ^JbbvN-;`mUon3x*`@1QFY=2kS#{}1H;_u=i*KAnpZD2oR zR<@y_UFK7P41q2$4zm1qEx+S+6D-WcP#X)|8E+c1Q$j0Bx3Oq@E83)nevS^H0j3)Z zyIFHmp%%GmkM5?0h9Q1{3gW+_fW`ht#D3L8!4?E;o0Zf}tJH!&FOwZ4tS=J5Dq`jh zVi^J;epr71QG-NCc~~5HUe;Vk#2--+ngkN&U<1YYg!so)mB3oc7^DsT*hcnj7(O2& zkhMfvLy85%F)GUay5%Xn% zYH20jBcOH$0f+?fb>5ZQ`jt(Mi;eNB4zP-)`Kx9QyrIibylH`t7y9qIdB!E?Z@?u2 z;TDyEf7_ENX-O8g-Y)cNH)yZGF>3=kP+0e)LmKRkY;;bwcXVE-)tVNTIM% zGNO(zUsc_UNA45{iUY~WJb;w z3_mAt*|jO*!cdo7{@Vqh^2f=TCoo zZ``$MZtqIQ{cUgAd~dvASE6Fqa{0kT`N3p)chcK4+k4yPowu?c?w4Ym_i3;!V8etV z9qv~tkj>~GE9xmSzg>8+uE);3yOYPwdv>lT-~L{%jp9XIPn9hV9je&kr)k)N=?y!-j5@R_7> zVGqCts(o@AHc<7A;3QQZaX1SnsfnQl#<77v)MH~d*TdD)Ea}56(7aa3pSJ0tIq*lF zlB4~mZO7$@8?+oHCOE-|Vwuw=m^Ex;hZQ*e(`G00{!`$GoIYm#yT%YgTSv+qJRg#= z!Wy94=3v*LQ)BpGx4FBqx#?-BfpJ|=NL1&<-{7d`^W7XK|3 z|DPxz@GSn%6vQdeKy!g4oP-kt≫%VRnlOCMifDAon@)ZvJ&pTU?@2L?MX3q~K2| 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 LM-5Seq*(k1`-^3f literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_egg_info.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68f34035fd83e19c0d0e7a3f2a338fc6e4310326 GIT binary patch literal 48025 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 P?N3=FYh#lTCrkbd!(O;` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_find_packages.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b7d22e04ce7d2f810cebb7e1682f1fdbd713c09 GIT binary patch literal 12188 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_install_scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0a13f34d7c5457c2809780f8e70eaa9b0a38331f GIT binary patch literal 6213 zcmeHLU2NOd6}}WniMAxm@?RX=acO&YqQtV2IC0W6O;W-gNF?#%1#*;-V8Qq3yQHldqXc)17CbSxz{EU4y-3+6orf1{ZlJpb#aPXAuzv#V2g>Z%me~(H2m6)l z50=@leGc|3*I!p=KbWoxHJEkpfMcAuo#m44D<(Ojs%8LQy{^il<3SlOw7v}gQ}EA_ zhx-nPNRv|dglPIi#n94RQk4`#H$7KHO$Q&!bVpLU77p-R>WF?bPM7*a(Z4%3cH`moIASsKzJQA4#&PU%qH5vi*Gn zmu;JU;x%z7UT{9kAKV~ueZ9wWSp)mGb!E|b0Xa?!zTYkMUk8WIl3Y>4@HkpovZzC4 zi7drAh(=l0$IV%4-0NtT?t-g0hR(XOG>2DZU7#Ou%B8#G$^NbM`$K=@?GJB$xa{Be7!g%Xd0*i6;LX8X=bw;JdxD#+_6^+!(?19YqaJe6 zLq}^pCOs)B{YNvkimHU)l@vjp)LB)L(?AJsP2_b|*@P|z##`w6sf8}U3>t@~%Ik9^ zxbBeG$*gO<9Ge9-f!uyn$yc+)xI;ZvZRO$Zmk(> zxQ#>-2N-WcRVKtVP)vLb=D3y=gxe2dfn$Mo2#a1U!dUcS5dpCU*qu8< z)UuyB{;bHhh8@AvEr770y?3Tzu6?#W*L+}}%+>d9!M3uXtS~P>3%1qemVxD_6Zh-? zG`SLd+k$HD(mVeKxU~UTZM>MjLZ!&nm%j^FyMS}I;pz&`-G-IRGUX!Y?#AyW{w*K9 zZ6;mJzV8+?b%7G-d+stOCbQ&r9PX_AIwg4UuZ)Q+>K{>AR~Zv~wlMB)Ow43<2BO2g zn;5y56|VvnV>}j7%(GW{IVG}_k}+oEOE31pU>&$l8j*m_Q#z*aaJWQhB_L`Y@ba}z zEHEc;fu6?*Ulti%&ncg|L-ZmxH#~&e*}C zWZ>^zHmN}htjX!Z3}v7`3A?Yo2x5ci)K1|_C8c__mvHmWJZd4Q0<|`cmf?=qMoane zE;PF1unVvt{YwxwPPfwNjwtQF-|)xw-?al!zv^1*zp&yPDo5*cXV3y%>!Jt92mQfl z8@)&|P+n}Kquo`D9UfdhKu3>wLc~z0&SW_22!!LzYK}{&LJCgMIMc^*SKu22AC5o` z4lUw_R*PQ?eCZ+W3>MZ~vOap;aEJw;CMK2OwF%R$Pe@5=1U`k*y2&JE-WXA}gmxT{ zIgP~+v3L!{0$K-&teC4|nzsc0j@ADO;s*LUP@nhL<(u};hv#3&HNKdyZTyFas&!AD zTdPL3C#KHjn+B%d&ey&*b$*?yrkmE9k=yt4_dkArmEN;N@0lUze6zlJ&r)+Fck+!K zy=R$z^RdfIcdnDj{T8u?i)$@U8*;zK8ZlTLac;K}&u0>AK5fX^j!?Df;W$B!bDZ`j zZafFV>?|Gj^cBvg`YKL(>_e?UnIb-VvX8-#byQ{VId*P)I{cNn!JM|8;EZ+&syJEE naU#4%5(M!zYJG&NA0huY=*(Zyfp1XL6WB+h^X~{t%gDa~qn?YT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_logging.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..527a36034f6fa9c3a720e656be59a754e376849b GIT binary patch literal 3190 zcmai0O>7&-6`oxV$t9N*X<4R~$Uhs&PPMj0(UEIAtzw|5<=Cl88?{@&I(W0@E~%wR zE-|x|O@Tz|)PO4#h22A86?G5?C=j>Kp~v*pOK-W5kpQw26)@`b(3=un0-yS3S4+u= z&zUq0ba#l7F&Gq4dfLIv@u=$#qiyXfhb z+FaC-?xH!_l#R%a-B?{vqyObPSte;(wO*}j+S1SR#4an;bZS+{wo6p8%2k^<-cB^? z9*jp77!|#2zBTHY)X_?IpU_la=mwxb5eZf>{jhKovZz?&P5I~9Ip}=zLii;M-q8xJ0@X4YFN}! z2Vk?0dlun)HODGZ7T&@)3(W%1!2rsIqhHfl7%X(hA#6{#;TZV zj7d(ps#SGop2=mqvS8Lh&dn1JS;Fy85`5x~gN1nH5OAVaf$MpldZou=t~bqd#xT#7 zMYfLz`l6dC z(kI`Tq>%nZRnINx1(Qy?{@o5U$!(}R`;7#?9UF2xOCJPY+~jo#WFP#~&tPhy%_s_{ zp5vh}<3smvEZ=x^aW#Ilb)kn7UA(`8_dg0hPCZGj;Y=@epqol}Qt8!HrgeE;9_-48 zJM!VjiB&oC*NdOa(``K6mZzWX9a$-M_Kvq^dpOy}BON^Q=;D)GZ9KAu&-CP>`{$O= zb>*>+Job3@(_ggZu~qqe>wItcz)Io4FI(r=@K6s+p4}Qg*h{9m$?;Bdd^LHjb!mOy zf$l!Fvrm1ZuI@Y4%J$?}R&IPQA8+I19r^esq=Rx>U5U$XmvcMa+wgD?NX6-&7Pp$b ztG6{RBfrLejq-va+?D+5Z3+$HDpJL4Zl^v63g?kc0@Lq>hbV$Xv@G~W0;;1iRa*LS3^f zE+M9;OLk5#(Q|3{G!2UMhcJE9LK`>~8T@A~`P&QMtS1hBjc{b}Ux`#N_2z@XdNTDe z_Pf~Qz)G!s3*NdoEada}4hnNFW3L9b7beoP2$6a8)!=@X$xzjfsFDYH1deTOgY?!m{je}{^* zE*Gf+83jwX1*>tE(E2Q*%|q*BgWG*C&3iLYlG~|0E1njMmP~^a zPTneU!iiecs!&I-w=_lMn%!=9BxD0<=!a z33y~fH)~eOu_~IExJOvzIM?K#li{*X7MKiF3N-8xYsqw3#H}AU!9OF{hx=k)NYmam z=g4_5<}H^}m^K1}Abf$6U!Vc^FZvwCpGAjO0^Q+EXE@W2W?JEmP&kHL(#8-HrF$cH zM!LdqM;PwmL+#g2x6fwV%H_>~D2iW&289!wVURYs^z|`W*t2l}iHWboq;L$1c1v=D F`X5JW>LCCC literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_manifest.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6e8a5e914e2fd2004302aa1310335c3a81325ec5 GIT binary patch literal 26766 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_sandbox.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_sandbox.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51d8558d2482c4615636e081a0f6db034b716ab1 GIT binary patch literal 9675 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setopt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..29b0c7c3ec3f90a5a964607209ff50e6fb58e799 GIT binary patch literal 2880 zcmdT`%Wo4$7@vJ+<2ZFU5I_XzCL{$z90wAbR1_2h1i>M#3KS7ktv0(8$Hw-$vulE* z@KA-Sq*4W38cT49+8#jUzyY;Y5BvkY*f>(6Er+U)LvMi`BIQu^n_aIrp@E(|mcRLC zzQ^qRzQ^v*jg27$?P0FKM1{ZTVkpWuqJ?cUXX~EOqg73`+z;y+gwZf#pkWqs26GENs%j4Nux8h+ z1$xe~Xz)Pm3PMzLq;uG^PZ~*EXV$nEf#=}A{56mnWY=UV|J*go{%O}38*cB7Nx0`6 z>)+=Py2eg2sXAX8%#-Y+s&9s30zcn|L6gi`v>P2j7BdbgT|^B0=-yTCA{u9++|a6! zw?||B4;e?oS=}^}*+i6g!n&CqO(t?0u`qGM$KBOO-ikMKIP26CtQqQPGL560Bhfjl zWw0YwO++fj#G(Kwin6N4$IJ|lk0yv_#dIy6PG{7#HWIS|Il2Hoo=%R$a|L_M%=UC0 zI2gB*Hjd>q{j!$8Rvf~Y&)KG#w&K*rqpBCwu3W(hy9cY@b5At;5$RgHO|i310J(|& zkasS~`^xgZirhIRK5vxo?47+Z-xym$Ont}WEsNo%h47AYct`P*`EdIR2b;e}nx`69 z1fN^A>cP=BO-H$>!ZE2%UmMd}={1#N`xn)<3C3fNZT#~`~_ zVJUjzD`O*TyTMlqID?zx{U@0dd@eWzo~_Zh3g(Tx`?lA(NiG!$bbZbcjXK}2Azj`J z0btLd&zaY1*VnYUK)Vo%HcX6#pj6#)VGL>^*HfuboiFFKX1nT;Jgd;IiiMIY0M zrrS{8ikCcwlFZhO&z~EN^()qxnNJ(a2v!KTwPY3>T{Vr>dbgar^wC6qCtTzb?H$&q zp%is%9w|L3eP4Q9zFB%)`l7z-mTafm9Aq@1Ipj3Z%T>FD!y8H6CQYtJ0^894cnhaT9nsF@j3jYHud5J>zC~X~ z6eF)7T4*y;p@sIVe*0AY`%bjiD&!4Xo2b(-f!st(A=I>OrsZx+@lr*OPKk?B_;zGE za-S;>-fJjzoSc^ipG$8oNZZTO_WM1>EB6l1@lSex#PdBT=J!(RqTIY7x0U6#?|Nph ze0#Ve$H7UY`S!&0L~+k-eK=F&87N5urN}@a>8nKcKgd6e^p>RFa-??|o(8S! zXtmn=8zlex+G97WJwu$U3u?`fCb=usN;2vL-mQ~UwM5>qPIS$}iaDxW#s%w*Wk7ZS zniCN}`v=VrkBl56gjR%`@8=-j$vd!e1kKWuNkYTmaG*zGzzs#~NE^&BK2QlBVO9FTyU9`VJ_zU=&1wd+#4!x>3)=K2>R1umnAVpFh->x_P~we? literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_setuptools.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d6b8f40e34c4cbf44f33000dde8d8cc7c173b31 GIT binary patch literal 17689 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 S!R)HvPTzms=b#Hal!Wh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_shutil_wrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf959fba2ccafbd904bd7486c070675ec7d488d1 GIT binary patch literal 1353 zcmZ8h&ube;6rR=2N{YAgsyL3R+DaQ}sRg!VCs6xP3Z*G+N-WbBa?oX2?~bfp?Js6V zab)Bmmq5s=4HVKspt%+o+GGBLUV4#QfyAV}w8=aSZQ* zdb*>OwHJb3D=Q4{#7>Lrj76Gl>IIJ6S}f4`r}FRgH${Z$Dz0*<18|h;rhGngUQT8c z3gCXhJ11`HWX3vDyQ(jCKPUg&LG?4|oZO^YIpx6T2>TK)^xJv3x~y<2z!l=8Ak|X^B~48V%o$+ zw-e-0N1GN#wi`!5=P=vw0#u>5DN_%;=!NJY7MFxy8tnkv31Q1Nr6^3O2KiecbJxe1ZX&%s=$gBNolM||qeQc9;$F2rJXa)A( zIz@yEgX3!8?NyTwZN|~n%I1|S@hDnPY^P=KBU0sQw-Xx20jUbkbez3BOB6FfxRP|( zMd7ukXFKZz7VQ-efc(OT9(b7s#>)4l!QyJ~(=pWV?Hupi-5uvwMtO6PHy;=N%&+yX zk74fK?(yyrF3-?+*B;(@aAOEBKP$Zb6<(E?+lGnAC~%hsc)1{dCH)i!3I}Yyg!y}M;^a7gjPcS3z~G8xBRR?({76+ y{{*lpSVca(%6`DFSUW%;;&-?yE+Y{y@};UM%2S{}1q*+J;&V_uO&f|i;r$1I);#0@ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_unicode_utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fd4b39fb9699ccdfb225a4b079cc8ef557c93be3 GIT binary patch literal 807 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 R@>9)C)s_b&?i|M~`5*Dy;okrN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_warnings.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3ea41802bc5e23e48cadef5617adaf23655135a9 GIT binary patch literal 4150 zcmd569^d;|9i&AN9d+xJ=NZJ{j}12DwZ2~&s|j2B?GwWE=mS*GssX; zjP8BGCq)HENtr~?VJkHl6`i&Ou?u+pu!)=`?5LMx9;TqZL(Dobq2G zrfI2nCTFI0*ZJ?*IvpkUjCyChJ9c_x=7k5|@`9Vj@w{hI6GtUSm~@13$6KB`wO*$} zDKB!)ZFh9kxi#1Ga{L=EI~I30rJjwQ+M)f1-*~)yAUGI5512p(D>27AHsRI^naq=v zO)z-CmndYjIxTJnu3D62RU^*|Sx3PIqG8=8QOO7&1&ao_S(`xUcLjvpWh)Q5?QhkD zH5=XOxJyO#Jd~4z*7(UYXHKX^tDxox!K!Vkg*-nFS5Y-jtqh!B1sJMuW^0_NxPm^I zoYGB`?eLC8%g@~|7$#=wgkhR$&QeV)H%h2_o2aai&s!7>8r$*Q|J18bBxBKs5Zw(< zp`5jw^~}l=Ew7J~SlZ5-QIYNfwWBZszO+*8FDw7Qt{YApY|9A{0#xXNUnt=4gqnwl z!N`B_!W~X<-N_N4k6Q*-T_381Qj0Rx$f~>)bLev_OqrIU~NI7y0On^oCw? z_3|{zRI*liwX)=yt(rpwWb+8_mJHv;YsIc+PxKUa#>+W0UvAE1wgqW2&=jhHYY3g{LR;P4$=PnEI{_V=(7Xj$;;82l z$xcJ=W2$M4L0BrlA7EBS5)Hz}DBm%y2jR3Q`iE~`A08UIn$Y?O-yOPfxnJw+zkZ|t za_{iK(4gZP(M?7Mql)9#`rq%pcKvF9!tnx_Ne=R1zR2P0cpxX_80A)XWRf*(C#XS2 z)v|;!2qly|Eb4UvSt~b20Q`0;OP(tC{-klP+_h1MRqJ+>XO$(pK(l?DUy9Gi-7)ucyY~?W~4+asCW*rN-aItps#* z!d$Nb?ZD7BC@HuKeHZ@hGZ3@rWgQCcx&Px*;J~AIN`d3Eea}Np_oqvtLyz7sg<`Ys zJ`eAG&{hf`c{EiDpP9Y#XF0qgHO1>NLP6ncu5 zxOweb?~Pl~>gylw9k`kR{`K7iZuSoMLo?A2&7sSQCujqfMHKE=$fzi@@-ADx){?XbCSHX$Hx}BmJW123v@2ZouxqMtHXRIUtyDR5dLmgZ@2VCx95_y zlUn>F{InZKKtN8bBFH7!H0s*|comij6cq<|u#-Q2mM<{~;)f9W=g~C!0E`b@6f&TD zy<}>WYGn{3o(z8>%nOh@_RFX!{91zKAyPh)u(ll)C^r`4rYa+V9)hMT3_if`owMk9APkTHwq-fovlQrAlzUucM(Z7) zkz@Qz!$nychz&J&scIB2gSDK2umRKgUL6@eOU9f)UZ=n-n;KKZks$*yH@>@YD{qE7 zq)Y`)q)p{QnU@#o0Cf4z*)Kt?NrE8!3AKHRLVrg?>s}OTTn(LB-P82oM+-+G@UMyf z-O5W}DB@jjL(Q$Lp`)vjw;l{GhTmQjgM1{?>|H;A)I)rv?f7EXl~Q17Z%9b&S>vsLw7n&q M+vpaA3-12^4Z**%9smFU literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f81663deeccd8c613fc33a416d5a487a9e5d82ef GIT binary patch literal 19254 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%0As!d?3+h;0Fg~zlc>4hJfgYLIK5rtm2X( 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 C7{3Vs literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/test_windows_wrappers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..becc8d6a0dbcbfe7608c677bfbaf0dc5631be2ee GIT binary patch literal 10445 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 MNrs1CfJ5By12>j_-~a#s literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/textwrap.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/__pycache__/textwrap.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..21f30f65dc609d8d3a75d69fe3d0c7fbc51a014d GIT binary patch literal 441 zcmX@j%ge<81ZJI&(vyJnV-N=hn4pZ$LO{lJh7^Vr#vFzyh7_h2hA75LMos3IAO(KO zj8JtTiW!POdjJ{J8A{-CSuoQ;s-U2TVKr1fixnn@pjShg!3>&=RiY`WDXDoS3W<3s z3OT81CA!5WMVSSf%(pm7QY%WzixLZNu|bsFV#|TZG2UVpJ8~JTlPA) z%0+IK%iL-gSkyiPWf?S?ia<)idR8(Nfuf*@14#Vhu*uC&Da}c>E8+oiL5?rx1ri^a S85tRGGw^?AV`5YXD+d5O6Jlim literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6977b4f8061ba2b3a161612a15cffd1d2b0b6514 GIT binary patch literal 196 zcmX@j%ge<81ZJI&(n0iN5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!O4iTF&rQ`&OD{?+ z)=f^-&&kP+&q++uElDjd0datA{hZ7s{esGpjQl)fJwqe?;>?m%-GapA?8NlcV*TRO zlG1{b{QR6^eUP4F{p9@Ig2WR2`1s7c%#!$cy@JYL95%W6DWy57c15f}I~jqv7{vI< M%*e=C#0+Es0MKbQDF6Tf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/compat/__pycache__/py39.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1cbe6dfdcb9488b8b49aff8a9f7993f15b48fae1 GIT binary patch literal 363 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 Y7WC$79yh2GHmHrG+aLLi5_!x23l`~xV*mgE literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1ae4dae021faeace6c5ebec5ef685fdf58f8090 GIT binary patch literal 15865 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 W-^0Nz!hwf_-NJ#@Lz{$yT-k4oa~wwi literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/__pycache__/test_setupcfg.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..812eef8a776d2f12809069f23c9edf8d453fd405 GIT binary patch literal 43679 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

Bo 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 Path: + file_name = url.strip() + for part in NAME_REMOVE: + file_name = file_name.replace(part, '').strip().strip('/:').strip() + return Path(download_dir, re.sub(r"[^\-_\.\w\d]+", "_", file_name)) + + +def retrieve_file(url: str, download_dir: Path = DOWNLOAD_DIR, wait: float = 5) -> Path: + path = output_file(url, download_dir) + if path.exists(): + print(f"Skipping {url} (already exists: {path})") + else: + download_dir.mkdir(exist_ok=True, parents=True) + print(f"Downloading {url} to {path}") + try: + download(url, path) + except HTTPError: + time.sleep(wait) # wait a few seconds and try again. + download(url, path) + return path + + +def urls_from_file(list_file: Path) -> list[str]: + """``list_file`` should be a text file where each line corresponds to a URL to + download. + """ + print(f"file: {list_file}") + content = list_file.read_text(encoding="utf-8") + return [url for url in content.splitlines() if not url.startswith("#")] + + +def download(url: str, dest: Path): + with urlopen(url) as f: + data = f.read() + + with open(dest, "wb") as f: + f.write(data) + + assert Path(dest).exists() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..34d53bca4a3c39faae72da8289531535507f7165 GIT binary patch literal 3124 zcmaJ@T~Hg>6~1?Wq?J}k0%SrA1=+@vDh|jFbx0V;9b$-$AviH^I#%qg7wrlOue8eD zm1Pv+(vD|pYG$lVA55op%j78?`+-a!n#aa71$2jIy+%b_sDzEw;;@Svv2c03C zZOpIw6If|cgxh>9p!yY0f>Hd67p$NXP{i9@tW^mrK4{zKnMmu`G&F)OQO;y^Q#Mn2 z#+U+|ds{Y>(0a~Yy7cxKAvyuWog*B@ zX{sgaIWwCxYla_!3@JhMv~5SYf;(xN+2LrkAW+4inmC&>lew9JxSoy{_$ZO{(Kyq5 zDx!T3fN~!d(Oi8E_V}QObz^}s8?mG4>JJfGV2jKgzt^{>7g+^Atowdf#{K#f zrcsCQoXheEhfKgoeMD?}9DUBlkYm+ag;lsB^RSK~XKvFd!cSSKz(j`&E$_X5rC+)- za3z05xq8gPQp9EP1}uNp5~oJq8j~)Ly>;Q;G0RQVtR}}*!a-(>A*#h1xfv)O3k9)! zik{DCx~xb_idY_6HYp>gRg25Y#58D37_QxPG^wZ6XkwPgMt@w6YFb*-U68XDRRyS z4e%+rh<*(;P-H=}4|oSe7!}!R$T`=5N<9fQ3a4<7cn1s^?aAh{v$<)u2V66k2Q^^^ zGi95xbd)2=Y(TFMk)x2Y#TjkR?`X{y09k);@NB^M*}RwS`RCD1_A<)jh%i;~OkYoB zv#HE%xX>29S6 zL1DRS(H5U2sf=my>FX4|f`cVOSJ~ps6yTUQG*!(;IMNQ!NXYKU%PErr+)OqAPM)LP zlwNGn4T|wGh(+{R>?j#4lT|UYIJ)H)fBxZ5KfJy0SZFDER*tM3DEAy+3$3}<9bM}y3kNrZAsXXbnO+%N4XrAx@0R^9Z3z9_4Ce_y z_JvB*D}5Wj-fh8-|M!j?1)u*0F|;pu@BGsFlDXmQuKRuN>)jFqFp3-cca1if=6Z*3 zqz|q4z4%5O`{z~+GTuNabi3fT(fbILz38o>@WGzC0;TSQV1;?aI<;TGfX)VvAz}S; zXm=FdW8%y#iZfR`fN~k2+RuaVVKCLP59-J~p; zhfOQOTAs!{EjO^62`IKvXV3+Ofom9}UmT(07~IAbh()v`Al`fD&C+Y7V`Xp82G_gg ze{R!%sNz5L$xzvUsOleFJiFC(c(bd&($!z>ivC@kD4kg|{&?%tTYrjwK6L&UXZ|Km zl(~ujKx2rI@(&#&t=zho1NqGU*#N?S!D%lLipVL)$y&+w0fAHC1s2XL@N1GulZcAA zxs%p2?Nj`pG{9t^ah}c9Bo^$d0(+OeVUix`th0y3DX?={I01@m%HQISL*PiL z_yOF;2OxkuJi$`?-R^DJt2$R&w*tX?H8_lDS0=6Wh(&(ju&x6|%Eb%CE9zH7kuhL&4L zUSL0M8yRHRU*JcMyVnQ#kyCDXO-g{U_nX9K!P;@a1qZeq$=C*vtId(GfM3&v^wBUr z0cQl04ACwQ1gywQj&46K*x-K;vR`$$*3L8NctzSRuOuaMFq|q$gu;uoQgIjrC4Dmq z=ZD&?d~h-WV?d?n%^I20(<6OE)DLn{gj&tqk|b*yWDC$70;H$M7s+zfwh%&*S364B z#BP6iv_ii}q?2}0&fgVIrFA8zsi(;Zm>6#35(qdbVEhF-{1x*26Nz7-PSD~1rFU}C zz3oDQ(~IIi0_~-9cW-S5`YM6GMc;N19Y3{$ID8Io`_ap%|MJcb^5Ni<9v7a(J8f>< HYmfRrNyW2O literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/downloads/__pycache__/preload.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1e05ac9783c4c1a101e7dadc2ae587953783342 GIT binary patch literal 794 zcmZ`$ziSjh6rS1L`;k2(qA5(OQ7k;-?V^H35UU_oVqtY4o4K92y)`pC%gkK7i;ZOh z_9m6BlK;Zi&R~%RL9~!`k#qsUH)|HL@WJexx9@%5`}W(9i;E$GxVQT)`+yPp?usVb z=aEFzPWhf3{tBWQN7XT5$>G2j{IPm`MVl?;WUca;b>**vnWSk35Qd*D^CsV^2v5J(M z3q@JoGo;|0!TYh&#ByWvB8$TCAyj-uWeMoHn$`>eUt0@90+BLexSf_(DPdvluUgdH>YQ)!#Q9QPoN8f`u~za= z-Axin^CC(57phK@FqI}r<(s*wIwi1(e58FKs*r9$((dn9fGMctFc?ssZB>EetOAi6 zTltcf@6joYp)(Orl;rU^)6@)78Vey4K}Q3p*A;M&VL|-IySvftJF&?vACxrRq!~By ze+-WsKTLdXaa7LFy7#4GQ^6nTC0Oph-aLZGiH|Y<>2+~%x`c4=3%dFPt$y`;JKLZ9 y<)hy6{*68JcD6rzhxcC|uB;yRZoOJR3c9;jcAo96A1++`99%zXp4.0.0", + "django>2.1; os_name != 'nt'", + "django>2.0; os_name == 'nt'" +] + +[project.optional-dependencies] +test = [ + "pytest < 5.0.0", + "pytest-cov[all]" +] + +[project.urls] +homepage = "http://example.com" +documentation = "http://readthedocs.org" +repository = "http://github.com" +changelog = "http://github.com/me/spam/blob/master/CHANGELOG.md" + +[project.scripts] +spam-cli = "spam:main_cli" + +[project.gui-scripts] +spam-gui = "spam:main_gui" + +[project.entry-points."spam.magical"] +tomatoes = "spam:main_tomatoes" +""" + +PEP621_INTERNATIONAL_EMAIL_EXAMPLE = """\ +[project] +name = "spam" +version = "2020.0.0" +authors = [ + {email = "hi@pradyunsg.me"}, + {name = "Tzu-Ping Chung"} +] +maintainers = [ + {name = "Степан Бандера", email = "криївка@оун-упа.укр"}, +] +""" + +PEP621_EXAMPLE_SCRIPT = """ +def main_cli(): pass +def main_gui(): pass +def main_tomatoes(): pass +""" + +PEP639_LICENSE_TEXT = """\ +[project] +name = "spam" +version = "2020.0.0" +authors = [ + {email = "hi@pradyunsg.me"}, + {name = "Tzu-Ping Chung"} +] +license = {text = "MIT"} +""" + +PEP639_LICENSE_EXPRESSION = """\ +[project] +name = "spam" +version = "2020.0.0" +authors = [ + {email = "hi@pradyunsg.me"}, + {name = "Tzu-Ping Chung"} +] +license = "mit or apache-2.0" # should be normalized in metadata +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Programming Language :: Python", +] +""" + + +def _pep621_example_project( + tmp_path, + readme="README.rst", + pyproject_text=PEP621_EXAMPLE, +): + pyproject = tmp_path / "pyproject.toml" + text = pyproject_text + replacements = {'readme = "README.rst"': f'readme = "{readme}"'} + for orig, subst in replacements.items(): + text = text.replace(orig, subst) + pyproject.write_text(text, encoding="utf-8") + + (tmp_path / readme).write_text("hello world", encoding="utf-8") + (tmp_path / "LICENSE.txt").write_text("--- LICENSE stub ---", encoding="utf-8") + (tmp_path / "spam.py").write_text(PEP621_EXAMPLE_SCRIPT, encoding="utf-8") + return pyproject + + +def test_pep621_example(tmp_path): + """Make sure the example in PEP 621 works""" + pyproject = _pep621_example_project(tmp_path) + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + assert set(dist.metadata.license_files) == {"LICENSE.txt"} + + +@pytest.mark.parametrize( + ("readme", "ctype"), + [ + ("Readme.txt", "text/plain"), + ("readme.md", "text/markdown"), + ("text.rst", "text/x-rst"), + ], +) +def test_readme_content_type(tmp_path, readme, ctype): + pyproject = _pep621_example_project(tmp_path, readme) + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + assert dist.metadata.long_description_content_type == ctype + + +def test_undefined_content_type(tmp_path): + pyproject = _pep621_example_project(tmp_path, "README.tex") + with pytest.raises(ValueError, match="Undefined content type for README.tex"): + pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + +def test_no_explicit_content_type_for_missing_extension(tmp_path): + pyproject = _pep621_example_project(tmp_path, "README") + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + assert dist.metadata.long_description_content_type is None + + +@pytest.mark.parametrize( + ("pyproject_text", "expected_maintainers_meta_value"), + ( + pytest.param( + PEP621_EXAMPLE, + ( + 'Brett Cannon , "John X. Ãørçeč" , ' + 'Γαμα קּ 東 ' + ), + id='non-international-emails', + ), + pytest.param( + PEP621_INTERNATIONAL_EMAIL_EXAMPLE, + 'Степан Бандера <криївка@оун-упа.укр>', + marks=pytest.mark.xfail( + reason="CPython's `email.headerregistry.Address` only supports " + 'RFC 5322, as of Nov 10, 2022 and latest Python 3.11.0', + strict=True, + ), + id='international-email', + ), + ), +) +def test_utf8_maintainer_in_metadata( # issue-3663 + expected_maintainers_meta_value, + pyproject_text, + tmp_path, +): + pyproject = _pep621_example_project( + tmp_path, + "README", + pyproject_text=pyproject_text, + ) + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + assert dist.metadata.maintainer_email == expected_maintainers_meta_value + pkg_file = tmp_path / "PKG-FILE" + with open(pkg_file, "w", encoding="utf-8") as fh: + dist.metadata.write_pkg_file(fh) + content = pkg_file.read_text(encoding="utf-8") + assert f"Maintainer-email: {expected_maintainers_meta_value}" in content + + +@pytest.mark.parametrize( + ( + 'pyproject_text', + 'license', + 'license_expression', + 'content_str', + 'not_content_str', + ), + ( + pytest.param( + PEP639_LICENSE_TEXT, + 'MIT', + None, + 'License: MIT', + 'License-Expression: ', + id='license-text', + marks=[ + pytest.mark.filterwarnings( + "ignore:.project.license. as a TOML table is deprecated", + ) + ], + ), + pytest.param( + PEP639_LICENSE_EXPRESSION, + None, + 'MIT OR Apache-2.0', + 'License-Expression: MIT OR Apache-2.0', + 'License: ', + id='license-expression', + ), + ), +) +def test_license_in_metadata( + license, + license_expression, + content_str, + not_content_str, + pyproject_text, + tmp_path, +): + pyproject = _pep621_example_project( + tmp_path, + "README", + pyproject_text=pyproject_text, + ) + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + assert dist.metadata.license == license + assert dist.metadata.license_expression == license_expression + pkg_file = tmp_path / "PKG-FILE" + with open(pkg_file, "w", encoding="utf-8") as fh: + dist.metadata.write_pkg_file(fh) + content = pkg_file.read_text(encoding="utf-8") + assert "Metadata-Version: 2.4" in content + assert content_str in content + assert not_content_str not in content + + +def test_license_classifier_with_license_expression(tmp_path): + text = PEP639_LICENSE_EXPRESSION.rsplit("\n", 2)[0] + pyproject = _pep621_example_project( + tmp_path, + "README", + f"{text}\n \"License :: OSI Approved :: MIT License\"\n]", + ) + msg = "License classifiers have been superseded by license expressions" + with pytest.raises(InvalidConfigError, match=msg) as exc: + pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + assert "License :: OSI Approved :: MIT License" in str(exc.value) + + +def test_license_classifier_without_license_expression(tmp_path): + text = """\ + [project] + name = "spam" + version = "2020.0.0" + license = {text = "mit or apache-2.0"} + classifiers = ["License :: OSI Approved :: MIT License"] + """ + pyproject = _pep621_example_project(tmp_path, "README", text) + + msg1 = "License classifiers are deprecated(?:.|\n)*MIT License" + msg2 = ".project.license. as a TOML table is deprecated" + with ( + pytest.warns(SetuptoolsDeprecationWarning, match=msg1), + pytest.warns(SetuptoolsDeprecationWarning, match=msg2), + ): + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + # Check license classifier is still included + assert dist.metadata.get_classifiers() == ["License :: OSI Approved :: MIT License"] + + +class TestLicenseFiles: + def base_pyproject( + self, + tmp_path, + additional_text="", + license_toml='license = {file = "LICENSE.txt"}\n', + ): + text = PEP639_LICENSE_EXPRESSION + + # Sanity-check + assert 'license = "mit or apache-2.0"' in text + assert 'license-files' not in text + assert "[tool.setuptools]" not in text + + text = re.sub( + r"(license = .*)\n", + license_toml, + text, + count=1, + ) + assert license_toml in text # sanity check + text = f"{text}\n{additional_text}\n" + pyproject = _pep621_example_project(tmp_path, "README", pyproject_text=text) + return pyproject + + def base_pyproject_license_pep639(self, tmp_path, additional_text=""): + return self.base_pyproject( + tmp_path, + additional_text=additional_text, + license_toml='license = "licenseref-Proprietary"' + '\nlicense-files = ["_FILE*"]\n', + ) + + def test_both_license_and_license_files_defined(self, tmp_path): + setuptools_config = '[tool.setuptools]\nlicense-files = ["_FILE*"]' + pyproject = self.base_pyproject(tmp_path, setuptools_config) + + (tmp_path / "_FILE.txt").touch() + (tmp_path / "_FILE.rst").touch() + + # Would normally match the `license_files` patterns, but we want to exclude it + # by being explicit. On the other hand, contents should be added to `license` + license = tmp_path / "LICENSE.txt" + license.write_text("LicenseRef-Proprietary\n", encoding="utf-8") + + msg1 = "'tool.setuptools.license-files' is deprecated in favor of 'project.license-files'" + msg2 = ".project.license. as a TOML table is deprecated" + with ( + pytest.warns(SetuptoolsDeprecationWarning, match=msg1), + pytest.warns(SetuptoolsDeprecationWarning, match=msg2), + ): + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + assert set(dist.metadata.license_files) == {"_FILE.rst", "_FILE.txt"} + assert dist.metadata.license == "LicenseRef-Proprietary\n" + + def test_both_license_and_license_files_defined_pep639(self, tmp_path): + # Set license and license-files + pyproject = self.base_pyproject_license_pep639(tmp_path) + + (tmp_path / "_FILE.txt").touch() + (tmp_path / "_FILE.rst").touch() + + msg = "Normalizing.*LicenseRef" + with pytest.warns(InformationOnly, match=msg): + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + assert set(dist.metadata.license_files) == {"_FILE.rst", "_FILE.txt"} + assert dist.metadata.license is None + assert dist.metadata.license_expression == "LicenseRef-Proprietary" + + def test_license_files_defined_twice(self, tmp_path): + # Set project.license-files and tools.setuptools.license-files + setuptools_config = '[tool.setuptools]\nlicense-files = ["_FILE*"]' + pyproject = self.base_pyproject_license_pep639(tmp_path, setuptools_config) + + msg = "'project.license-files' is defined already. Remove 'tool.setuptools.license-files'" + with pytest.raises(InvalidConfigError, match=msg): + pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + def test_default_patterns(self, tmp_path): + setuptools_config = '[tool.setuptools]\nzip-safe = false' + # ^ used just to trigger section validation + pyproject = self.base_pyproject(tmp_path, setuptools_config, license_toml="") + + license_files = "LICENCE-a.html COPYING-abc.txt AUTHORS-xyz NOTICE,def".split() + + for fname in license_files: + (tmp_path / fname).write_text(f"{fname}\n", encoding="utf-8") + + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + assert (tmp_path / "LICENSE.txt").exists() # from base example + assert set(dist.metadata.license_files) == {*license_files, "LICENSE.txt"} + + def test_missing_patterns(self, tmp_path): + pyproject = self.base_pyproject_license_pep639(tmp_path) + assert list(tmp_path.glob("_FILE*")) == [] # sanity check + + msg1 = "Cannot find any files for the given pattern.*" + msg2 = "Normalizing 'licenseref-Proprietary' to 'LicenseRef-Proprietary'" + with ( + pytest.warns(SetuptoolsDeprecationWarning, match=msg1), + pytest.warns(InformationOnly, match=msg2), + ): + pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + def test_deprecated_file_expands_to_text(self, tmp_path): + """Make sure the old example with ``license = {text = ...}`` works""" + + assert 'license-files = ["LICENSE.txt"]' in PEP621_EXAMPLE # sanity check + text = PEP621_EXAMPLE.replace( + 'license-files = ["LICENSE.txt"]', + 'license = {file = "LICENSE.txt"}', + ) + pyproject = _pep621_example_project(tmp_path, pyproject_text=text) + + msg = ".project.license. as a TOML table is deprecated" + with pytest.warns(SetuptoolsDeprecationWarning, match=msg): + dist = pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + assert dist.metadata.license == "--- LICENSE stub ---" + assert set(dist.metadata.license_files) == {"LICENSE.txt"} # auto-filled + + +class TestPyModules: + # https://github.com/pypa/setuptools/issues/4316 + + def dist(self, name): + toml_config = f""" + [project] + name = "test" + version = "42.0" + [tool.setuptools] + py-modules = [{name!r}] + """ + pyproject = Path("pyproject.toml") + pyproject.write_text(cleandoc(toml_config), encoding="utf-8") + return pyprojecttoml.apply_configuration(Distribution({}), pyproject) + + @pytest.mark.parametrize("module", ["pip-run", "abc-d.λ-xyz-e"]) + def test_valid_module_name(self, tmp_path, monkeypatch, module): + monkeypatch.chdir(tmp_path) + assert module in self.dist(module).py_modules + + @pytest.mark.parametrize("module", ["pip run", "-pip-run", "pip-run-stubs"]) + def test_invalid_module_name(self, tmp_path, monkeypatch, module): + monkeypatch.chdir(tmp_path) + with pytest.raises(ValueError, match="py-modules"): + self.dist(module).py_modules + + +class TestExtModules: + def test_pyproject_sets_attribute(self, tmp_path, monkeypatch): + monkeypatch.chdir(tmp_path) + pyproject = Path("pyproject.toml") + toml_config = """ + [project] + name = "test" + version = "42.0" + [tool.setuptools] + ext-modules = [ + {name = "my.ext", sources = ["hello.c", "world.c"]} + ] + """ + pyproject.write_text(cleandoc(toml_config), encoding="utf-8") + with pytest.warns(pyprojecttoml._ExperimentalConfiguration): + dist = pyprojecttoml.apply_configuration(Distribution({}), pyproject) + assert len(dist.ext_modules) == 1 + assert dist.ext_modules[0].name == "my.ext" + assert set(dist.ext_modules[0].sources) == {"hello.c", "world.c"} + + +class TestDeprecatedFields: + def test_namespace_packages(self, tmp_path): + pyproject = tmp_path / "pyproject.toml" + config = """ + [project] + name = "myproj" + version = "42" + [tool.setuptools] + namespace-packages = ["myproj.pkg"] + """ + pyproject.write_text(cleandoc(config), encoding="utf-8") + with pytest.raises(RemovedConfigError, match="namespace-packages"): + pyprojecttoml.apply_configuration(makedist(tmp_path), pyproject) + + +class TestPresetField: + def pyproject(self, tmp_path, dynamic, extra_content=""): + content = f"[project]\nname = 'proj'\ndynamic = {dynamic!r}\n" + if "version" not in dynamic: + content += "version = '42'\n" + file = tmp_path / "pyproject.toml" + file.write_text(content + extra_content, encoding="utf-8") + return file + + @pytest.mark.parametrize( + ("attr", "field", "value"), + [ + ("license_expression", "license", "MIT"), + pytest.param( + *("license", "license", "Not SPDX"), + marks=[pytest.mark.filterwarnings("ignore:.*license. overwritten")], + ), + ("classifiers", "classifiers", ["Private :: Classifier"]), + ("entry_points", "scripts", {"console_scripts": ["foobar=foobar:main"]}), + ("entry_points", "gui-scripts", {"gui_scripts": ["bazquux=bazquux:main"]}), + pytest.param( + *("install_requires", "dependencies", ["six"]), + marks=[ + pytest.mark.filterwarnings("ignore:.*install_requires. overwritten") + ], + ), + ], + ) + def test_not_listed_in_dynamic(self, tmp_path, attr, field, value): + """Setuptools cannot set a field if not listed in ``dynamic``""" + pyproject = self.pyproject(tmp_path, []) + dist = makedist(tmp_path, **{attr: value}) + msg = re.compile(f"defined outside of `pyproject.toml`:.*{field}", re.S) + with pytest.warns(_MissingDynamic, match=msg): + dist = pyprojecttoml.apply_configuration(dist, pyproject) + + dist_value = _some_attrgetter(f"metadata.{attr}", attr)(dist) + assert not dist_value + + @pytest.mark.parametrize( + ("attr", "field", "value"), + [ + ("license_expression", "license", "MIT"), + ("install_requires", "dependencies", []), + ("extras_require", "optional-dependencies", {}), + ("install_requires", "dependencies", ["six"]), + ("classifiers", "classifiers", ["Private :: Classifier"]), + ], + ) + def test_listed_in_dynamic(self, tmp_path, attr, field, value): + pyproject = self.pyproject(tmp_path, [field]) + dist = makedist(tmp_path, **{attr: value}) + dist = pyprojecttoml.apply_configuration(dist, pyproject) + dist_value = _some_attrgetter(f"metadata.{attr}", attr)(dist) + assert dist_value == value + + def test_license_files_exempt_from_dynamic(self, monkeypatch, tmp_path): + """ + license-file is currently not considered in the context of dynamic. + As per 2025-02-19, https://packaging.python.org/en/latest/specifications/pyproject-toml/#license-files + allows setuptools to fill-in `license-files` the way it sees fit: + + > If the license-files key is not defined, tools can decide how to handle license files. + > For example they can choose not to include any files or use their own + > logic to discover the appropriate files in the distribution. + + Using license_files from setup.py to fill-in the value is in accordance + with this rule. + """ + monkeypatch.chdir(tmp_path) + pyproject = self.pyproject(tmp_path, []) + dist = makedist(tmp_path, license_files=["LIC*"]) + (tmp_path / "LIC1").write_text("42", encoding="utf-8") + dist = pyprojecttoml.apply_configuration(dist, pyproject) + assert dist.metadata.license_files == ["LIC1"] + + def test_warning_overwritten_dependencies(self, tmp_path): + src = "[project]\nname='pkg'\nversion='0.1'\ndependencies=['click']\n" + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(src, encoding="utf-8") + dist = makedist(tmp_path, install_requires=["wheel"]) + with pytest.warns(match="`install_requires` overwritten"): + dist = pyprojecttoml.apply_configuration(dist, pyproject) + assert "wheel" not in dist.install_requires + + def test_optional_dependencies_dont_remove_env_markers(self, tmp_path): + """ + Internally setuptools converts dependencies with markers to "extras". + If ``install_requires`` is given by ``setup.py``, we have to ensure that + applying ``optional-dependencies`` does not overwrite the mandatory + dependencies with markers (see #3204). + """ + # If setuptools replace its internal mechanism that uses `requires.txt` + # this test has to be rewritten to adapt accordingly + extra = "\n[project.optional-dependencies]\nfoo = ['bar>1']\n" + pyproject = self.pyproject(tmp_path, ["dependencies"], extra) + install_req = ['importlib-resources (>=3.0.0) ; python_version < "3.7"'] + dist = makedist(tmp_path, install_requires=install_req) + dist = pyprojecttoml.apply_configuration(dist, pyproject) + assert "foo" in dist.extras_require + egg_info = dist.get_command_obj("egg_info") + write_requirements(egg_info, tmp_path, tmp_path / "requires.txt") + reqs = (tmp_path / "requires.txt").read_text(encoding="utf-8") + assert "importlib-resources" in reqs + assert "bar" in reqs + assert ':python_version < "3.7"' in reqs + + @pytest.mark.parametrize( + ("field", "group"), + [("scripts", "console_scripts"), ("gui-scripts", "gui_scripts")], + ) + @pytest.mark.filterwarnings("error") + def test_scripts_dont_require_dynamic_entry_points(self, tmp_path, field, group): + # Issue 3862 + pyproject = self.pyproject(tmp_path, [field]) + dist = makedist(tmp_path, entry_points={group: ["foobar=foobar:main"]}) + dist = pyprojecttoml.apply_configuration(dist, pyproject) + assert group in dist.entry_points + + +class TestMeta: + def test_example_file_in_sdist(self, setuptools_sdist): + """Meta test to ensure tests can run from sdist""" + with tarfile.open(setuptools_sdist) as tar: + assert any(name.endswith(EXAMPLES_FILE) for name in tar.getnames()) + + +class TestInteropCommandLineParsing: + def test_version(self, tmp_path, monkeypatch, capsys): + # See pypa/setuptools#4047 + # This test can be removed once the CLI interface of setup.py is removed + monkeypatch.chdir(tmp_path) + toml_config = """ + [project] + name = "test" + version = "42.0" + """ + pyproject = Path(tmp_path, "pyproject.toml") + pyproject.write_text(cleandoc(toml_config), encoding="utf-8") + opts = {"script_args": ["--version"]} + dist = pyprojecttoml.apply_configuration(Distribution(opts), pyproject) + dist.parse_command_line() # <-- there should be no exception here. + captured = capsys.readouterr() + assert "42.0" in captured.out + + +class TestStaticConfig: + def test_mark_static_fields(self, tmp_path, monkeypatch): + monkeypatch.chdir(tmp_path) + toml_config = """ + [project] + name = "test" + version = "42.0" + dependencies = ["hello"] + keywords = ["world"] + classifiers = ["private :: hello world"] + [tool.setuptools] + obsoletes = ["abcd"] + provides = ["abcd"] + platforms = ["abcd"] + """ + pyproject = Path(tmp_path, "pyproject.toml") + pyproject.write_text(cleandoc(toml_config), encoding="utf-8") + dist = pyprojecttoml.apply_configuration(Distribution({}), pyproject) + assert is_static(dist.install_requires) + assert is_static(dist.metadata.keywords) + assert is_static(dist.metadata.classifiers) + assert is_static(dist.metadata.obsoletes) + assert is_static(dist.metadata.provides) + assert is_static(dist.metadata.platforms) + + +# --- Auxiliary Functions --- + + +def core_metadata(dist) -> str: + with io.StringIO() as buffer: + dist.metadata.write_pkg_file(buffer) + pkg_file_txt = buffer.getvalue() + + # Make sure core metadata is valid + Metadata.from_email(pkg_file_txt, validate=True) # can raise exceptions + + skip_prefixes: tuple[str, ...] = () + skip_lines = set() + # ---- DIFF NORMALISATION ---- + # PEP 621 is very particular about author/maintainer metadata conversion, so skip + skip_prefixes += ("Author:", "Author-email:", "Maintainer:", "Maintainer-email:") + # May be redundant with Home-page + skip_prefixes += ("Project-URL: Homepage,", "Home-page:") + # May be missing in original (relying on default) but backfilled in the TOML + skip_prefixes += ("Description-Content-Type:",) + # Remove empty lines + skip_lines.add("") + + result = [] + for line in pkg_file_txt.splitlines(): + if line.startswith(skip_prefixes) or line in skip_lines: + continue + result.append(line + "\n") + + return "".join(result) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py new file mode 100644 index 0000000..c5710ec --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_expand.py @@ -0,0 +1,247 @@ +import os +import sys +from pathlib import Path + +import pytest + +from setuptools._static import is_static +from setuptools.config import expand +from setuptools.discovery import find_package_path + +from distutils.errors import DistutilsOptionError + + +def write_files(files, root_dir): + for file, content in files.items(): + path = root_dir / file + path.parent.mkdir(exist_ok=True, parents=True) + path.write_text(content, encoding="utf-8") + + +def test_glob_relative(tmp_path, monkeypatch): + files = { + "dir1/dir2/dir3/file1.txt", + "dir1/dir2/file2.txt", + "dir1/file3.txt", + "a.ini", + "b.ini", + "dir1/c.ini", + "dir1/dir2/a.ini", + } + + write_files({k: "" for k in files}, tmp_path) + patterns = ["**/*.txt", "[ab].*", "**/[ac].ini"] + monkeypatch.chdir(tmp_path) + assert set(expand.glob_relative(patterns)) == files + # Make sure the same APIs work outside cwd + assert set(expand.glob_relative(patterns, tmp_path)) == files + + +def test_read_files(tmp_path, monkeypatch): + dir_ = tmp_path / "dir_" + (tmp_path / "_dir").mkdir(exist_ok=True) + (tmp_path / "a.txt").touch() + files = {"a.txt": "a", "dir1/b.txt": "b", "dir1/dir2/c.txt": "c"} + write_files(files, dir_) + + secrets = Path(str(dir_) + "secrets") + secrets.mkdir(exist_ok=True) + write_files({"secrets.txt": "secret keys"}, secrets) + + with monkeypatch.context() as m: + m.chdir(dir_) + assert expand.read_files(list(files)) == "a\nb\nc" + + cannot_access_msg = r"Cannot access '.*\.\..a\.txt'" + with pytest.raises(DistutilsOptionError, match=cannot_access_msg): + expand.read_files(["../a.txt"]) + + cannot_access_secrets_msg = r"Cannot access '.*secrets\.txt'" + with pytest.raises(DistutilsOptionError, match=cannot_access_secrets_msg): + expand.read_files(["../dir_secrets/secrets.txt"]) + + # Make sure the same APIs work outside cwd + assert expand.read_files(list(files), dir_) == "a\nb\nc" + with pytest.raises(DistutilsOptionError, match=cannot_access_msg): + expand.read_files(["../a.txt"], dir_) + + +class TestReadAttr: + @pytest.mark.parametrize( + "example", + [ + # No cookie means UTF-8: + b"__version__ = '\xc3\xa9'\nraise SystemExit(1)\n", + # If a cookie is present, honor it: + b"# -*- coding: utf-8 -*-\n__version__ = '\xc3\xa9'\nraise SystemExit(1)\n", + b"# -*- coding: latin1 -*-\n__version__ = '\xe9'\nraise SystemExit(1)\n", + ], + ) + def test_read_attr_encoding_cookie(self, example, tmp_path): + (tmp_path / "mod.py").write_bytes(example) + assert expand.read_attr('mod.__version__', root_dir=tmp_path) == 'é' + + def test_read_attr(self, tmp_path, monkeypatch): + files = { + "pkg/__init__.py": "", + "pkg/sub/__init__.py": "VERSION = '0.1.1'", + "pkg/sub/mod.py": ( + "VALUES = {'a': 0, 'b': {42}, 'c': (0, 1, 1)}\nraise SystemExit(1)" + ), + } + write_files(files, tmp_path) + + with monkeypatch.context() as m: + m.chdir(tmp_path) + # Make sure it can read the attr statically without evaluating the module + version = expand.read_attr('pkg.sub.VERSION') + values = expand.read_attr('lib.mod.VALUES', {'lib': 'pkg/sub'}) + + assert version == '0.1.1' + assert is_static(values) + + assert values['a'] == 0 + assert values['b'] == {42} + assert is_static(values) + + # Make sure the same APIs work outside cwd + assert expand.read_attr('pkg.sub.VERSION', root_dir=tmp_path) == '0.1.1' + values = expand.read_attr('lib.mod.VALUES', {'lib': 'pkg/sub'}, tmp_path) + assert values['c'] == (0, 1, 1) + + @pytest.mark.parametrize( + "example", + [ + "VERSION: str\nVERSION = '0.1.1'\nraise SystemExit(1)\n", + "VERSION: str = '0.1.1'\nraise SystemExit(1)\n", + ], + ) + def test_read_annotated_attr(self, tmp_path, example): + files = { + "pkg/__init__.py": "", + "pkg/sub/__init__.py": example, + } + write_files(files, tmp_path) + # Make sure this attribute can be read statically + version = expand.read_attr('pkg.sub.VERSION', root_dir=tmp_path) + assert version == '0.1.1' + assert is_static(version) + + @pytest.mark.parametrize( + "example", + [ + "VERSION = (lambda: '0.1.1')()\n", + "def fn(): return '0.1.1'\nVERSION = fn()\n", + "VERSION: str = (lambda: '0.1.1')()\n", + ], + ) + def test_read_dynamic_attr(self, tmp_path, monkeypatch, example): + files = { + "pkg/__init__.py": "", + "pkg/sub/__init__.py": example, + } + write_files(files, tmp_path) + monkeypatch.chdir(tmp_path) + version = expand.read_attr('pkg.sub.VERSION') + assert version == '0.1.1' + assert not is_static(version) + + def test_import_order(self, tmp_path): + """ + Sometimes the import machinery will import the parent package of a nested + module, which triggers side-effects and might create problems (see issue #3176) + + ``read_attr`` should bypass these limitations by resolving modules statically + (via ast.literal_eval). + """ + files = { + "src/pkg/__init__.py": "from .main import func\nfrom .about import version", + "src/pkg/main.py": "import super_complicated_dep\ndef func(): return 42", + "src/pkg/about.py": "version = '42'", + } + write_files(files, tmp_path) + attr_desc = "pkg.about.version" + package_dir = {"": "src"} + # `import super_complicated_dep` should not run, otherwise the build fails + assert expand.read_attr(attr_desc, package_dir, tmp_path) == "42" + + +@pytest.mark.parametrize( + ("package_dir", "file", "module", "return_value"), + [ + ({"": "src"}, "src/pkg/main.py", "pkg.main", 42), + ({"pkg": "lib"}, "lib/main.py", "pkg.main", 13), + ({}, "single_module.py", "single_module", 70), + ({}, "flat_layout/pkg.py", "flat_layout.pkg", 836), + ], +) +def test_resolve_class(monkeypatch, tmp_path, package_dir, file, module, return_value): + monkeypatch.setattr(sys, "modules", {}) # reproducibility + files = {file: f"class Custom:\n def testing(self): return {return_value}"} + write_files(files, tmp_path) + cls = expand.resolve_class(f"{module}.Custom", package_dir, tmp_path) + assert cls().testing() == return_value + + +@pytest.mark.parametrize( + ("args", "pkgs"), + [ + ({"where": ["."], "namespaces": False}, {"pkg", "other"}), + ({"where": [".", "dir1"], "namespaces": False}, {"pkg", "other", "dir2"}), + ({"namespaces": True}, {"pkg", "other", "dir1", "dir1.dir2"}), + ({}, {"pkg", "other", "dir1", "dir1.dir2"}), # default value for `namespaces` + ], +) +def test_find_packages(tmp_path, args, pkgs): + files = { + "pkg/__init__.py", + "other/__init__.py", + "dir1/dir2/__init__.py", + } + write_files({k: "" for k in files}, tmp_path) + + package_dir = {} + kwargs = {"root_dir": tmp_path, "fill_package_dir": package_dir, **args} + where = kwargs.get("where", ["."]) + assert set(expand.find_packages(**kwargs)) == pkgs + for pkg in pkgs: + pkg_path = find_package_path(pkg, package_dir, tmp_path) + assert os.path.exists(pkg_path) + + # Make sure the same APIs work outside cwd + where = [ + str((tmp_path / p).resolve()).replace(os.sep, "/") # ensure posix-style paths + for p in args.pop("where", ["."]) + ] + + assert set(expand.find_packages(where=where, **args)) == pkgs + + +@pytest.mark.parametrize( + ("files", "where", "expected_package_dir"), + [ + (["pkg1/__init__.py", "pkg1/other.py"], ["."], {}), + (["pkg1/__init__.py", "pkg2/__init__.py"], ["."], {}), + (["src/pkg1/__init__.py", "src/pkg1/other.py"], ["src"], {"": "src"}), + (["src/pkg1/__init__.py", "src/pkg2/__init__.py"], ["src"], {"": "src"}), + ( + ["src1/pkg1/__init__.py", "src2/pkg2/__init__.py"], + ["src1", "src2"], + {"pkg1": "src1/pkg1", "pkg2": "src2/pkg2"}, + ), + ( + ["src/pkg1/__init__.py", "pkg2/__init__.py"], + ["src", "."], + {"pkg1": "src/pkg1"}, + ), + ], +) +def test_fill_package_dir(tmp_path, files, where, expected_package_dir): + write_files({k: "" for k in files}, tmp_path) + pkg_dir = {} + kwargs = {"root_dir": tmp_path, "fill_package_dir": pkg_dir, "namespaces": False} + pkgs = expand.find_packages(where=where, **kwargs) + assert set(pkg_dir.items()) == set(expected_package_dir.items()) + for pkg in pkgs: + pkg_path = find_package_path(pkg, pkg_dir, tmp_path) + assert os.path.exists(pkg_path) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py new file mode 100644 index 0000000..db40fcd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml.py @@ -0,0 +1,396 @@ +import re +from configparser import ConfigParser +from inspect import cleandoc + +import jaraco.path +import pytest +import tomli_w +from path import Path + +import setuptools # noqa: F401 # force distutils.core to be patched +from setuptools.config.pyprojecttoml import ( + _ToolsTypoInMetadata, + apply_configuration, + expand_configuration, + read_configuration, + validate, +) +from setuptools.dist import Distribution +from setuptools.errors import OptionError + +import distutils.core + +EXAMPLE = """ +[project] +name = "myproj" +keywords = ["some", "key", "words"] +dynamic = ["version", "readme"] +requires-python = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" +dependencies = [ + 'importlib-metadata>=0.12;python_version<"3.8"', + 'importlib-resources>=1.0;python_version<"3.7"', + 'pathlib2>=2.3.3,<3;python_version < "3.4" and sys.platform != "win32"', +] + +[project.optional-dependencies] +docs = [ + "sphinx>=3", + "sphinx-argparse>=0.2.5", + "sphinx-rtd-theme>=0.4.3", +] +testing = [ + "pytest>=1", + "coverage>=3,<5", +] + +[project.scripts] +exec = "pkg.__main__:exec" + +[build-system] +requires = ["setuptools", "wheel"] +build-backend = "setuptools.build_meta" + +[tool.setuptools] +package-dir = {"" = "src"} +zip-safe = true +platforms = ["any"] + +[tool.setuptools.packages.find] +where = ["src"] + +[tool.setuptools.cmdclass] +sdist = "pkg.mod.CustomSdist" + +[tool.setuptools.dynamic.version] +attr = "pkg.__version__.VERSION" + +[tool.setuptools.dynamic.readme] +file = ["README.md"] +content-type = "text/markdown" + +[tool.setuptools.package-data] +"*" = ["*.txt"] + +[tool.setuptools.data-files] +"data" = ["_files/*.txt"] + +[tool.distutils.sdist] +formats = "gztar" + +[tool.distutils.bdist_wheel] +universal = true +""" + + +def create_example(path, pkg_root): + files = { + "pyproject.toml": EXAMPLE, + "README.md": "hello world", + "_files": { + "file.txt": "", + }, + } + packages = { + "pkg": { + "__init__.py": "", + "mod.py": "class CustomSdist: pass", + "__version__.py": "VERSION = (3, 10)", + "__main__.py": "def exec(): print('hello')", + }, + } + + assert pkg_root # Meta-test: cannot be empty string. + + if pkg_root == ".": + files = {**files, **packages} + # skip other files: flat-layout will raise error for multi-package dist + else: + # Use this opportunity to ensure namespaces are discovered + files[pkg_root] = {**packages, "other": {"nested": {"__init__.py": ""}}} + + jaraco.path.build(files, prefix=path) + + +def verify_example(config, path, pkg_root): + pyproject = path / "pyproject.toml" + pyproject.write_text(tomli_w.dumps(config), encoding="utf-8") + expanded = expand_configuration(config, path) + expanded_project = expanded["project"] + assert read_configuration(pyproject, expand=True) == expanded + assert expanded_project["version"] == "3.10" + assert expanded_project["readme"]["text"] == "hello world" + assert "packages" in expanded["tool"]["setuptools"] + if pkg_root == ".": + # Auto-discovery will raise error for multi-package dist + assert set(expanded["tool"]["setuptools"]["packages"]) == {"pkg"} + else: + assert set(expanded["tool"]["setuptools"]["packages"]) == { + "pkg", + "other", + "other.nested", + } + assert expanded["tool"]["setuptools"]["include-package-data"] is True + assert "" in expanded["tool"]["setuptools"]["package-data"] + assert "*" not in expanded["tool"]["setuptools"]["package-data"] + assert expanded["tool"]["setuptools"]["data-files"] == [ + ("data", ["_files/file.txt"]) + ] + + +def test_read_configuration(tmp_path): + create_example(tmp_path, "src") + pyproject = tmp_path / "pyproject.toml" + + config = read_configuration(pyproject, expand=False) + assert config["project"].get("version") is None + assert config["project"].get("readme") is None + + verify_example(config, tmp_path, "src") + + +@pytest.mark.parametrize( + ("pkg_root", "opts"), + [ + (".", {}), + ("src", {}), + ("lib", {"packages": {"find": {"where": ["lib"]}}}), + ], +) +def test_discovered_package_dir_with_attr_directive_in_config(tmp_path, pkg_root, opts): + create_example(tmp_path, pkg_root) + + pyproject = tmp_path / "pyproject.toml" + + config = read_configuration(pyproject, expand=False) + assert config["project"].get("version") is None + assert config["project"].get("readme") is None + config["tool"]["setuptools"].pop("packages", None) + config["tool"]["setuptools"].pop("package-dir", None) + + config["tool"]["setuptools"].update(opts) + verify_example(config, tmp_path, pkg_root) + + +ENTRY_POINTS = { + "console_scripts": {"a": "mod.a:func"}, + "gui_scripts": {"b": "mod.b:func"}, + "other": {"c": "mod.c:func [extra]"}, +} + + +class TestEntryPoints: + def write_entry_points(self, tmp_path): + entry_points = ConfigParser() + entry_points.read_dict(ENTRY_POINTS) + with open(tmp_path / "entry-points.txt", "w", encoding="utf-8") as f: + entry_points.write(f) + + def pyproject(self, dynamic=None): + project = {"dynamic": dynamic or ["scripts", "gui-scripts", "entry-points"]} + tool = {"dynamic": {"entry-points": {"file": "entry-points.txt"}}} + return {"project": project, "tool": {"setuptools": tool}} + + def test_all_listed_in_dynamic(self, tmp_path): + self.write_entry_points(tmp_path) + expanded = expand_configuration(self.pyproject(), tmp_path) + expanded_project = expanded["project"] + assert len(expanded_project["scripts"]) == 1 + assert expanded_project["scripts"]["a"] == "mod.a:func" + assert len(expanded_project["gui-scripts"]) == 1 + assert expanded_project["gui-scripts"]["b"] == "mod.b:func" + assert len(expanded_project["entry-points"]) == 1 + assert expanded_project["entry-points"]["other"]["c"] == "mod.c:func [extra]" + + @pytest.mark.parametrize("missing_dynamic", ("scripts", "gui-scripts")) + def test_scripts_not_listed_in_dynamic(self, tmp_path, missing_dynamic): + self.write_entry_points(tmp_path) + dynamic = {"scripts", "gui-scripts", "entry-points"} - {missing_dynamic} + + msg = f"defined outside of `pyproject.toml`:.*{missing_dynamic}" + with pytest.raises(OptionError, match=re.compile(msg, re.S)): + expand_configuration(self.pyproject(dynamic), tmp_path) + + +class TestClassifiers: + def test_dynamic(self, tmp_path): + # Let's create a project example that has dynamic classifiers + # coming from a txt file. + create_example(tmp_path, "src") + classifiers = cleandoc( + """ + Framework :: Flask + Programming Language :: Haskell + """ + ) + (tmp_path / "classifiers.txt").write_text(classifiers, encoding="utf-8") + + pyproject = tmp_path / "pyproject.toml" + config = read_configuration(pyproject, expand=False) + dynamic = config["project"]["dynamic"] + config["project"]["dynamic"] = list({*dynamic, "classifiers"}) + dynamic_config = config["tool"]["setuptools"]["dynamic"] + dynamic_config["classifiers"] = {"file": "classifiers.txt"} + + # When the configuration is expanded, + # each line of the file should be an different classifier. + validate(config, pyproject) + expanded = expand_configuration(config, tmp_path) + + assert set(expanded["project"]["classifiers"]) == { + "Framework :: Flask", + "Programming Language :: Haskell", + } + + def test_dynamic_without_config(self, tmp_path): + config = """ + [project] + name = "myproj" + version = '42' + dynamic = ["classifiers"] + """ + + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(cleandoc(config), encoding="utf-8") + with pytest.raises(OptionError, match="No configuration .* .classifiers."): + read_configuration(pyproject) + + def test_dynamic_readme_from_setup_script_args(self, tmp_path): + config = """ + [project] + name = "myproj" + version = '42' + dynamic = ["readme"] + """ + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(cleandoc(config), encoding="utf-8") + dist = Distribution(attrs={"long_description": "42"}) + # No error should occur because of missing `readme` + dist = apply_configuration(dist, pyproject) + assert dist.metadata.long_description == "42" + + def test_dynamic_without_file(self, tmp_path): + config = """ + [project] + name = "myproj" + version = '42' + dynamic = ["classifiers"] + + [tool.setuptools.dynamic] + classifiers = {file = ["classifiers.txt"]} + """ + + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(cleandoc(config), encoding="utf-8") + with pytest.warns(UserWarning, match="File .*classifiers.txt. cannot be found"): + expanded = read_configuration(pyproject) + assert "classifiers" not in expanded["project"] + + +@pytest.mark.parametrize( + "example", + ( + """ + [project] + name = "myproj" + version = "1.2" + + [my-tool.that-disrespect.pep518] + value = 42 + """, + ), +) +def test_ignore_unrelated_config(tmp_path, example): + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(cleandoc(example), encoding="utf-8") + + # Make sure no error is raised due to 3rd party configs in pyproject.toml + assert read_configuration(pyproject) is not None + + +@pytest.mark.parametrize( + ("example", "error_msg"), + [ + ( + """ + [project] + name = "myproj" + version = "1.2" + requires = ['pywin32; platform_system=="Windows"' ] + """, + "configuration error: .project. must not contain ..requires.. properties", + ), + ], +) +def test_invalid_example(tmp_path, example, error_msg): + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(cleandoc(example), encoding="utf-8") + + pattern = re.compile(f"invalid pyproject.toml.*{error_msg}.*", re.M | re.S) + with pytest.raises(ValueError, match=pattern): + read_configuration(pyproject) + + +@pytest.mark.parametrize("config", ("", "[tool.something]\nvalue = 42")) +def test_empty(tmp_path, config): + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(config, encoding="utf-8") + + # Make sure no error is raised + assert read_configuration(pyproject) == {} + + +@pytest.mark.parametrize("config", ("[project]\nname = 'myproj'\nversion='42'\n",)) +def test_include_package_data_by_default(tmp_path, config): + """Builds with ``pyproject.toml`` should consider ``include-package-data=True`` as + default. + """ + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(config, encoding="utf-8") + + config = read_configuration(pyproject) + assert config["tool"]["setuptools"]["include-package-data"] is True + + +def test_include_package_data_in_setuppy(tmp_path): + """Builds with ``pyproject.toml`` should consider ``include_package_data`` set in + ``setup.py``. + + See https://github.com/pypa/setuptools/issues/3197#issuecomment-1079023889 + """ + files = { + "pyproject.toml": "[project]\nname = 'myproj'\nversion='42'\n", + "setup.py": "__import__('setuptools').setup(include_package_data=False)", + } + jaraco.path.build(files, prefix=tmp_path) + + with Path(tmp_path): + dist = distutils.core.run_setup("setup.py", {}, stop_after="config") + + assert dist.get_name() == "myproj" + assert dist.get_version() == "42" + assert dist.include_package_data is False + + +def test_warn_tools_typo(tmp_path): + """Test that the common ``tools.setuptools`` typo in ``pyproject.toml`` issues a warning + + See https://github.com/pypa/setuptools/issues/4150 + """ + config = """ + [build-system] + requires = ["setuptools"] + build-backend = "setuptools.build_meta" + + [project] + name = "myproj" + version = '42' + + [tools.setuptools] + packages = ["package"] + """ + + pyproject = tmp_path / "pyproject.toml" + pyproject.write_text(cleandoc(config), encoding="utf-8") + + with pytest.warns(_ToolsTypoInMetadata): + read_configuration(pyproject) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py new file mode 100644 index 0000000..e42f28f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py @@ -0,0 +1,109 @@ +from inspect import cleandoc + +import pytest +from jaraco import path + +from setuptools.config.pyprojecttoml import apply_configuration +from setuptools.dist import Distribution +from setuptools.warnings import SetuptoolsWarning + + +def test_dynamic_dependencies(tmp_path): + files = { + "requirements.txt": "six\n # comment\n", + "pyproject.toml": cleandoc( + """ + [project] + name = "myproj" + version = "1.0" + dynamic = ["dependencies"] + + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + + [tool.setuptools.dynamic.dependencies] + file = ["requirements.txt"] + """ + ), + } + path.build(files, prefix=tmp_path) + dist = Distribution() + dist = apply_configuration(dist, tmp_path / "pyproject.toml") + assert dist.install_requires == ["six"] + + +def test_dynamic_optional_dependencies(tmp_path): + files = { + "requirements-docs.txt": "sphinx\n # comment\n", + "pyproject.toml": cleandoc( + """ + [project] + name = "myproj" + version = "1.0" + dynamic = ["optional-dependencies"] + + [tool.setuptools.dynamic.optional-dependencies.docs] + file = ["requirements-docs.txt"] + + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + """ + ), + } + path.build(files, prefix=tmp_path) + dist = Distribution() + dist = apply_configuration(dist, tmp_path / "pyproject.toml") + assert dist.extras_require == {"docs": ["sphinx"]} + + +def test_mixed_dynamic_optional_dependencies(tmp_path): + """ + Test that if PEP 621 was loosened to allow mixing of dynamic and static + configurations in the case of fields containing sub-fields (groups), + things would work out. + """ + files = { + "requirements-images.txt": "pillow~=42.0\n # comment\n", + "pyproject.toml": cleandoc( + """ + [project] + name = "myproj" + version = "1.0" + dynamic = ["optional-dependencies"] + + [project.optional-dependencies] + docs = ["sphinx"] + + [tool.setuptools.dynamic.optional-dependencies.images] + file = ["requirements-images.txt"] + """ + ), + } + + path.build(files, prefix=tmp_path) + pyproject = tmp_path / "pyproject.toml" + with pytest.raises(ValueError, match="project.optional-dependencies"): + apply_configuration(Distribution(), pyproject) + + +def test_mixed_extras_require_optional_dependencies(tmp_path): + files = { + "pyproject.toml": cleandoc( + """ + [project] + name = "myproj" + version = "1.0" + optional-dependencies.docs = ["sphinx"] + """ + ), + } + + path.build(files, prefix=tmp_path) + pyproject = tmp_path / "pyproject.toml" + + with pytest.warns(SetuptoolsWarning, match=".extras_require. overwritten"): + dist = Distribution({"extras_require": {"hello": ["world"]}}) + dist = apply_configuration(dist, pyproject) + assert dist.extras_require == {"docs": ["sphinx"]} diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py new file mode 100644 index 0000000..61af990 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/config/test_setupcfg.py @@ -0,0 +1,980 @@ +import configparser +import contextlib +import inspect +import re +from pathlib import Path +from unittest.mock import Mock, patch + +import pytest +from packaging.requirements import InvalidRequirement + +from setuptools.config.setupcfg import ConfigHandler, Target, read_configuration +from setuptools.dist import Distribution, _Distribution +from setuptools.warnings import SetuptoolsDeprecationWarning + +from ..textwrap import DALS + +from distutils.errors import DistutilsFileError, DistutilsOptionError + + +class ErrConfigHandler(ConfigHandler[Target]): + """Erroneous handler. Fails to implement required methods.""" + + section_prefix = "**err**" + + +def make_package_dir(name, base_dir, ns=False): + dir_package = base_dir + for dir_name in name.split('/'): + dir_package = dir_package.mkdir(dir_name) + init_file = None + if not ns: + init_file = dir_package.join('__init__.py') + init_file.write('') + return dir_package, init_file + + +def fake_env( + tmpdir, setup_cfg, setup_py=None, encoding='ascii', package_path='fake_package' +): + if setup_py is None: + setup_py = 'from setuptools import setup\nsetup()\n' + + tmpdir.join('setup.py').write(setup_py) + config = tmpdir.join('setup.cfg') + config.write(setup_cfg.encode(encoding), mode='wb') + + package_dir, init_file = make_package_dir(package_path, tmpdir) + + init_file.write( + 'VERSION = (1, 2, 3)\n' + '\n' + 'VERSION_MAJOR = 1' + '\n' + 'def get_version():\n' + ' return [3, 4, 5, "dev"]\n' + '\n' + ) + + return package_dir, config + + +@contextlib.contextmanager +def get_dist(tmpdir, kwargs_initial=None, parse=True): + kwargs_initial = kwargs_initial or {} + + with tmpdir.as_cwd(): + dist = Distribution(kwargs_initial) + dist.script_name = 'setup.py' + parse and dist.parse_config_files() + + yield dist + + +def test_parsers_implemented(): + with pytest.raises(NotImplementedError): + handler = ErrConfigHandler(None, {}, False, Mock()) + handler.parsers + + +class TestConfigurationReader: + def test_basic(self, tmpdir): + _, config = fake_env( + tmpdir, + '[metadata]\n' + 'version = 10.1.1\n' + 'keywords = one, two\n' + '\n' + '[options]\n' + 'scripts = bin/a.py, bin/b.py\n', + ) + config_dict = read_configuration(str(config)) + assert config_dict['metadata']['version'] == '10.1.1' + assert config_dict['metadata']['keywords'] == ['one', 'two'] + assert config_dict['options']['scripts'] == ['bin/a.py', 'bin/b.py'] + + def test_no_config(self, tmpdir): + with pytest.raises(DistutilsFileError): + read_configuration(str(tmpdir.join('setup.cfg'))) + + def test_ignore_errors(self, tmpdir): + _, config = fake_env( + tmpdir, + '[metadata]\nversion = attr: none.VERSION\nkeywords = one, two\n', + ) + with pytest.raises(ImportError): + read_configuration(str(config)) + + config_dict = read_configuration(str(config), ignore_option_errors=True) + + assert config_dict['metadata']['keywords'] == ['one', 'two'] + assert 'version' not in config_dict['metadata'] + + config.remove() + + +class TestMetadata: + def test_basic(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\n' + 'version = 10.1.1\n' + 'description = Some description\n' + 'long_description_content_type = text/something\n' + 'long_description = file: README\n' + 'name = fake_name\n' + 'keywords = one, two\n' + 'provides = package, package.sub\n' + 'license = otherlic\n' + 'download_url = http://test.test.com/test/\n' + 'maintainer_email = test@test.com\n', + ) + + tmpdir.join('README').write('readme contents\nline2') + + meta_initial = { + # This will be used so `otherlic` won't replace it. + 'license': 'BSD 3-Clause License', + } + + with get_dist(tmpdir, meta_initial) as dist: + metadata = dist.metadata + + assert metadata.version == '10.1.1' + assert metadata.description == 'Some description' + assert metadata.long_description_content_type == 'text/something' + assert metadata.long_description == 'readme contents\nline2' + assert metadata.provides == ['package', 'package.sub'] + assert metadata.license == 'BSD 3-Clause License' + assert metadata.name == 'fake_name' + assert metadata.keywords == ['one', 'two'] + assert metadata.download_url == 'http://test.test.com/test/' + assert metadata.maintainer_email == 'test@test.com' + + def test_license_cfg(self, tmpdir): + fake_env( + tmpdir, + DALS( + """ + [metadata] + name=foo + version=0.0.1 + license=Apache 2.0 + """ + ), + ) + + with get_dist(tmpdir) as dist: + metadata = dist.metadata + + assert metadata.name == "foo" + assert metadata.version == "0.0.1" + assert metadata.license == "Apache 2.0" + + def test_file_mixed(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\nlong_description = file: README.rst, CHANGES.rst\n\n', + ) + + tmpdir.join('README.rst').write('readme contents\nline2') + tmpdir.join('CHANGES.rst').write('changelog contents\nand stuff') + + with get_dist(tmpdir) as dist: + assert dist.metadata.long_description == ( + 'readme contents\nline2\nchangelog contents\nand stuff' + ) + + def test_file_sandboxed(self, tmpdir): + tmpdir.ensure("README") + project = tmpdir.join('depth1', 'depth2') + project.ensure(dir=True) + fake_env(project, '[metadata]\nlong_description = file: ../../README\n') + + with get_dist(project, parse=False) as dist: + with pytest.raises(DistutilsOptionError): + dist.parse_config_files() # file: out of sandbox + + def test_aliases(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\n' + 'author_email = test@test.com\n' + 'home_page = http://test.test.com/test/\n' + 'summary = Short summary\n' + 'platform = a, b\n' + 'classifier =\n' + ' Framework :: Django\n' + ' Programming Language :: Python :: 3.5\n', + ) + + with get_dist(tmpdir) as dist: + metadata = dist.metadata + assert metadata.author_email == 'test@test.com' + assert metadata.url == 'http://test.test.com/test/' + assert metadata.description == 'Short summary' + assert metadata.platforms == ['a', 'b'] + assert metadata.classifiers == [ + 'Framework :: Django', + 'Programming Language :: Python :: 3.5', + ] + + def test_multiline(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\n' + 'name = fake_name\n' + 'keywords =\n' + ' one\n' + ' two\n' + 'classifiers =\n' + ' Framework :: Django\n' + ' Programming Language :: Python :: 3.5\n', + ) + with get_dist(tmpdir) as dist: + metadata = dist.metadata + assert metadata.keywords == ['one', 'two'] + assert metadata.classifiers == [ + 'Framework :: Django', + 'Programming Language :: Python :: 3.5', + ] + + def test_dict(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\n' + 'project_urls =\n' + ' Link One = https://example.com/one/\n' + ' Link Two = https://example.com/two/\n', + ) + with get_dist(tmpdir) as dist: + metadata = dist.metadata + assert metadata.project_urls == { + 'Link One': 'https://example.com/one/', + 'Link Two': 'https://example.com/two/', + } + + def test_version(self, tmpdir): + package_dir, config = fake_env( + tmpdir, '[metadata]\nversion = attr: fake_package.VERSION\n' + ) + + sub_a = package_dir.mkdir('subpkg_a') + sub_a.join('__init__.py').write('') + sub_a.join('mod.py').write('VERSION = (2016, 11, 26)') + + sub_b = package_dir.mkdir('subpkg_b') + sub_b.join('__init__.py').write('') + sub_b.join('mod.py').write( + 'import third_party_module\nVERSION = (2016, 11, 26)' + ) + + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '1.2.3' + + config.write('[metadata]\nversion = attr: fake_package.get_version\n') + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '3.4.5.dev' + + config.write('[metadata]\nversion = attr: fake_package.VERSION_MAJOR\n') + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '1' + + config.write('[metadata]\nversion = attr: fake_package.subpkg_a.mod.VERSION\n') + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '2016.11.26' + + config.write('[metadata]\nversion = attr: fake_package.subpkg_b.mod.VERSION\n') + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '2016.11.26' + + def test_version_file(self, tmpdir): + fake_env(tmpdir, '[metadata]\nversion = file: fake_package/version.txt\n') + tmpdir.join('fake_package', 'version.txt').write('1.2.3\n') + + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '1.2.3' + + tmpdir.join('fake_package', 'version.txt').write('1.2.3\n4.5.6\n') + with pytest.raises(DistutilsOptionError): + with get_dist(tmpdir) as dist: + dist.metadata.version + + def test_version_with_package_dir_simple(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\n' + 'version = attr: fake_package_simple.VERSION\n' + '[options]\n' + 'package_dir =\n' + ' = src\n', + package_path='src/fake_package_simple', + ) + + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '1.2.3' + + def test_version_with_package_dir_rename(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\n' + 'version = attr: fake_package_rename.VERSION\n' + '[options]\n' + 'package_dir =\n' + ' fake_package_rename = fake_dir\n', + package_path='fake_dir', + ) + + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '1.2.3' + + def test_version_with_package_dir_complex(self, tmpdir): + fake_env( + tmpdir, + '[metadata]\n' + 'version = attr: fake_package_complex.VERSION\n' + '[options]\n' + 'package_dir =\n' + ' fake_package_complex = src/fake_dir\n', + package_path='src/fake_dir', + ) + + with get_dist(tmpdir) as dist: + assert dist.metadata.version == '1.2.3' + + def test_unknown_meta_item(self, tmpdir): + fake_env(tmpdir, '[metadata]\nname = fake_name\nunknown = some\n') + with get_dist(tmpdir, parse=False) as dist: + dist.parse_config_files() # Skip unknown. + + def test_usupported_section(self, tmpdir): + fake_env(tmpdir, '[metadata.some]\nkey = val\n') + with get_dist(tmpdir, parse=False) as dist: + with pytest.raises(DistutilsOptionError): + dist.parse_config_files() + + def test_classifiers(self, tmpdir): + expected = set([ + 'Framework :: Django', + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.5', + ]) + + # From file. + _, config = fake_env(tmpdir, '[metadata]\nclassifiers = file: classifiers\n') + + tmpdir.join('classifiers').write( + 'Framework :: Django\n' + 'Programming Language :: Python :: 3\n' + 'Programming Language :: Python :: 3.5\n' + ) + + with get_dist(tmpdir) as dist: + assert set(dist.metadata.classifiers) == expected + + # From list notation + config.write( + '[metadata]\n' + 'classifiers =\n' + ' Framework :: Django\n' + ' Programming Language :: Python :: 3\n' + ' Programming Language :: Python :: 3.5\n' + ) + with get_dist(tmpdir) as dist: + assert set(dist.metadata.classifiers) == expected + + def test_interpolation(self, tmpdir): + fake_env(tmpdir, '[metadata]\ndescription = %(message)s\n') + with pytest.raises(configparser.InterpolationMissingOptionError): + with get_dist(tmpdir): + pass + + def test_non_ascii_1(self, tmpdir): + fake_env(tmpdir, '[metadata]\ndescription = éàïôñ\n', encoding='utf-8') + with get_dist(tmpdir): + pass + + def test_non_ascii_3(self, tmpdir): + fake_env(tmpdir, '\n# -*- coding: invalid\n') + with get_dist(tmpdir): + pass + + def test_non_ascii_4(self, tmpdir): + fake_env( + tmpdir, + '# -*- coding: utf-8\n[metadata]\ndescription = éàïôñ\n', + encoding='utf-8', + ) + with get_dist(tmpdir) as dist: + assert dist.metadata.description == 'éàïôñ' + + def test_not_utf8(self, tmpdir): + """ + Config files encoded not in UTF-8 will fail + """ + fake_env( + tmpdir, + '# vim: set fileencoding=iso-8859-15 :\n[metadata]\ndescription = éàïôñ\n', + encoding='iso-8859-15', + ) + with pytest.raises(UnicodeDecodeError): + with get_dist(tmpdir): + pass + + @pytest.mark.parametrize( + ("error_msg", "config", "invalid"), + [ + ( + "Invalid dash-separated key 'author-email' in 'metadata' (setup.cfg)", + DALS( + """ + [metadata] + author-email = test@test.com + maintainer_email = foo@foo.com + """ + ), + {"author-email": "test@test.com"}, + ), + ( + "Invalid uppercase key 'Name' in 'metadata' (setup.cfg)", + DALS( + """ + [metadata] + Name = foo + description = Some description + """ + ), + {"Name": "foo"}, + ), + ], + ) + def test_invalid_options_previously_deprecated( + self, tmpdir, error_msg, config, invalid + ): + # This test and related methods can be removed when no longer needed. + # Deprecation postponed due to push-back from the community in + # https://github.com/pypa/setuptools/issues/4910 + fake_env(tmpdir, config) + with pytest.warns(SetuptoolsDeprecationWarning, match=re.escape(error_msg)): + dist = get_dist(tmpdir).__enter__() + + tmpdir.join('setup.cfg').remove() + + for field, value in invalid.items(): + attr = field.replace("-", "_").lower() + assert getattr(dist.metadata, attr) == value + + +class TestOptions: + def test_basic(self, tmpdir): + fake_env( + tmpdir, + '[options]\n' + 'zip_safe = True\n' + 'include_package_data = yes\n' + 'package_dir = b=c, =src\n' + 'packages = pack_a, pack_b.subpack\n' + 'namespace_packages = pack1, pack2\n' + 'scripts = bin/one.py, bin/two.py\n' + 'eager_resources = bin/one.py, bin/two.py\n' + 'install_requires = docutils>=0.3; pack ==1.1, ==1.3; hey\n' + 'setup_requires = docutils>=0.3; spack ==1.1, ==1.3; there\n' + 'dependency_links = http://some.com/here/1, ' + 'http://some.com/there/2\n' + 'python_requires = >=1.0, !=2.8\n' + 'py_modules = module1, module2\n', + ) + deprec = pytest.warns(SetuptoolsDeprecationWarning, match="namespace_packages") + with deprec, get_dist(tmpdir) as dist: + assert dist.zip_safe + assert dist.include_package_data + assert dist.package_dir == {'': 'src', 'b': 'c'} + assert dist.packages == ['pack_a', 'pack_b.subpack'] + assert dist.namespace_packages == ['pack1', 'pack2'] + assert dist.scripts == ['bin/one.py', 'bin/two.py'] + assert dist.dependency_links == ([ + 'http://some.com/here/1', + 'http://some.com/there/2', + ]) + assert dist.install_requires == ([ + 'docutils>=0.3', + 'pack==1.1,==1.3', + 'hey', + ]) + assert dist.setup_requires == ([ + 'docutils>=0.3', + 'spack ==1.1, ==1.3', + 'there', + ]) + assert dist.python_requires == '>=1.0, !=2.8' + assert dist.py_modules == ['module1', 'module2'] + + def test_multiline(self, tmpdir): + fake_env( + tmpdir, + '[options]\n' + 'package_dir = \n' + ' b=c\n' + ' =src\n' + 'packages = \n' + ' pack_a\n' + ' pack_b.subpack\n' + 'namespace_packages = \n' + ' pack1\n' + ' pack2\n' + 'scripts = \n' + ' bin/one.py\n' + ' bin/two.py\n' + 'eager_resources = \n' + ' bin/one.py\n' + ' bin/two.py\n' + 'install_requires = \n' + ' docutils>=0.3\n' + ' pack ==1.1, ==1.3\n' + ' hey\n' + 'setup_requires = \n' + ' docutils>=0.3\n' + ' spack ==1.1, ==1.3\n' + ' there\n' + 'dependency_links = \n' + ' http://some.com/here/1\n' + ' http://some.com/there/2\n', + ) + deprec = pytest.warns(SetuptoolsDeprecationWarning, match="namespace_packages") + with deprec, get_dist(tmpdir) as dist: + assert dist.package_dir == {'': 'src', 'b': 'c'} + assert dist.packages == ['pack_a', 'pack_b.subpack'] + assert dist.namespace_packages == ['pack1', 'pack2'] + assert dist.scripts == ['bin/one.py', 'bin/two.py'] + assert dist.dependency_links == ([ + 'http://some.com/here/1', + 'http://some.com/there/2', + ]) + assert dist.install_requires == ([ + 'docutils>=0.3', + 'pack==1.1,==1.3', + 'hey', + ]) + assert dist.setup_requires == ([ + 'docutils>=0.3', + 'spack ==1.1, ==1.3', + 'there', + ]) + + def test_package_dir_fail(self, tmpdir): + fake_env(tmpdir, '[options]\npackage_dir = a b\n') + with get_dist(tmpdir, parse=False) as dist: + with pytest.raises(DistutilsOptionError): + dist.parse_config_files() + + def test_package_data(self, tmpdir): + fake_env( + tmpdir, + '[options.package_data]\n' + '* = *.txt, *.rst\n' + 'hello = *.msg\n' + '\n' + '[options.exclude_package_data]\n' + '* = fake1.txt, fake2.txt\n' + 'hello = *.dat\n', + ) + + with get_dist(tmpdir) as dist: + assert dist.package_data == { + '': ['*.txt', '*.rst'], + 'hello': ['*.msg'], + } + assert dist.exclude_package_data == { + '': ['fake1.txt', 'fake2.txt'], + 'hello': ['*.dat'], + } + + def test_packages(self, tmpdir): + fake_env(tmpdir, '[options]\npackages = find:\n') + + with get_dist(tmpdir) as dist: + assert dist.packages == ['fake_package'] + + def test_find_directive(self, tmpdir): + dir_package, config = fake_env(tmpdir, '[options]\npackages = find:\n') + + make_package_dir('sub_one', dir_package) + make_package_dir('sub_two', dir_package) + + with get_dist(tmpdir) as dist: + assert set(dist.packages) == set([ + 'fake_package', + 'fake_package.sub_two', + 'fake_package.sub_one', + ]) + + config.write( + '[options]\n' + 'packages = find:\n' + '\n' + '[options.packages.find]\n' + 'where = .\n' + 'include =\n' + ' fake_package.sub_one\n' + ' two\n' + ) + with get_dist(tmpdir) as dist: + assert dist.packages == ['fake_package.sub_one'] + + config.write( + '[options]\n' + 'packages = find:\n' + '\n' + '[options.packages.find]\n' + 'exclude =\n' + ' fake_package.sub_one\n' + ) + with get_dist(tmpdir) as dist: + assert set(dist.packages) == set(['fake_package', 'fake_package.sub_two']) + + def test_find_namespace_directive(self, tmpdir): + dir_package, config = fake_env( + tmpdir, '[options]\npackages = find_namespace:\n' + ) + + make_package_dir('sub_one', dir_package) + make_package_dir('sub_two', dir_package, ns=True) + + with get_dist(tmpdir) as dist: + assert set(dist.packages) == { + 'fake_package', + 'fake_package.sub_two', + 'fake_package.sub_one', + } + + config.write( + '[options]\n' + 'packages = find_namespace:\n' + '\n' + '[options.packages.find]\n' + 'where = .\n' + 'include =\n' + ' fake_package.sub_one\n' + ' two\n' + ) + with get_dist(tmpdir) as dist: + assert dist.packages == ['fake_package.sub_one'] + + config.write( + '[options]\n' + 'packages = find_namespace:\n' + '\n' + '[options.packages.find]\n' + 'exclude =\n' + ' fake_package.sub_one\n' + ) + with get_dist(tmpdir) as dist: + assert set(dist.packages) == {'fake_package', 'fake_package.sub_two'} + + def test_extras_require(self, tmpdir): + fake_env( + tmpdir, + '[options.extras_require]\n' + 'pdf = ReportLab>=1.2; RXP\n' + 'rest = \n' + ' docutils>=0.3\n' + ' pack ==1.1, ==1.3\n', + ) + + with get_dist(tmpdir) as dist: + assert dist.extras_require == { + 'pdf': ['ReportLab>=1.2', 'RXP'], + 'rest': ['docutils>=0.3', 'pack==1.1,==1.3'], + } + assert set(dist.metadata.provides_extras) == {'pdf', 'rest'} + + @pytest.mark.parametrize( + "config", + [ + "[options.extras_require]\nfoo = bar;python_version<'3'", + "[options.extras_require]\nfoo = bar;os_name=='linux'", + "[options.extras_require]\nfoo = bar;python_version<'3'\n", + "[options.extras_require]\nfoo = bar;os_name=='linux'\n", + "[options]\ninstall_requires = bar;python_version<'3'", + "[options]\ninstall_requires = bar;os_name=='linux'", + "[options]\ninstall_requires = bar;python_version<'3'\n", + "[options]\ninstall_requires = bar;os_name=='linux'\n", + ], + ) + def test_raises_accidental_env_marker_misconfig(self, config, tmpdir): + fake_env(tmpdir, config) + match = ( + r"One of the parsed requirements in `(install_requires|extras_require.+)` " + "looks like a valid environment marker.*" + ) + with pytest.raises(InvalidRequirement, match=match): + with get_dist(tmpdir) as _: + pass + + @pytest.mark.parametrize( + "config", + [ + "[options.extras_require]\nfoo = bar;python_version<3", + "[options.extras_require]\nfoo = bar;python_version<3\n", + "[options]\ninstall_requires = bar;python_version<3", + "[options]\ninstall_requires = bar;python_version<3\n", + ], + ) + def test_warn_accidental_env_marker_misconfig(self, config, tmpdir): + fake_env(tmpdir, config) + match = ( + r"One of the parsed requirements in `(install_requires|extras_require.+)` " + "looks like a valid environment marker.*" + ) + with pytest.warns(SetuptoolsDeprecationWarning, match=match): + with get_dist(tmpdir) as _: + pass + + @pytest.mark.parametrize( + "config", + [ + "[options.extras_require]\nfoo =\n bar;python_version<'3'", + "[options.extras_require]\nfoo = bar;baz\nboo = xxx;yyy", + "[options.extras_require]\nfoo =\n bar;python_version<'3'\n", + "[options.extras_require]\nfoo = bar;baz\nboo = xxx;yyy\n", + "[options.extras_require]\nfoo =\n bar\n python_version<3\n", + "[options]\ninstall_requires =\n bar;python_version<'3'", + "[options]\ninstall_requires = bar;baz\nboo = xxx;yyy", + "[options]\ninstall_requires =\n bar;python_version<'3'\n", + "[options]\ninstall_requires = bar;baz\nboo = xxx;yyy\n", + "[options]\ninstall_requires =\n bar\n python_version<3\n", + ], + ) + @pytest.mark.filterwarnings("error::setuptools.SetuptoolsDeprecationWarning") + def test_nowarn_accidental_env_marker_misconfig(self, config, tmpdir, recwarn): + fake_env(tmpdir, config) + num_warnings = len(recwarn) + with get_dist(tmpdir) as _: + pass + # The examples are valid, no warnings shown + assert len(recwarn) == num_warnings + + def test_dash_preserved_extras_require(self, tmpdir): + fake_env(tmpdir, '[options.extras_require]\nfoo-a = foo\nfoo_b = test\n') + + with get_dist(tmpdir) as dist: + assert dist.extras_require == {'foo-a': ['foo'], 'foo_b': ['test']} + + def test_entry_points(self, tmpdir): + _, config = fake_env( + tmpdir, + '[options.entry_points]\n' + 'group1 = point1 = pack.module:func, ' + '.point2 = pack.module2:func_rest [rest]\n' + 'group2 = point3 = pack.module:func2\n', + ) + + with get_dist(tmpdir) as dist: + assert dist.entry_points == { + 'group1': [ + 'point1 = pack.module:func', + '.point2 = pack.module2:func_rest [rest]', + ], + 'group2': ['point3 = pack.module:func2'], + } + + expected = ( + '[blogtool.parsers]\n' + '.rst = some.nested.module:SomeClass.some_classmethod[reST]\n' + ) + + tmpdir.join('entry_points').write(expected) + + # From file. + config.write('[options]\nentry_points = file: entry_points\n') + + with get_dist(tmpdir) as dist: + assert dist.entry_points == expected + + def test_case_sensitive_entry_points(self, tmpdir): + fake_env( + tmpdir, + '[options.entry_points]\n' + 'GROUP1 = point1 = pack.module:func, ' + '.point2 = pack.module2:func_rest [rest]\n' + 'group2 = point3 = pack.module:func2\n', + ) + + with get_dist(tmpdir) as dist: + assert dist.entry_points == { + 'GROUP1': [ + 'point1 = pack.module:func', + '.point2 = pack.module2:func_rest [rest]', + ], + 'group2': ['point3 = pack.module:func2'], + } + + def test_data_files(self, tmpdir): + fake_env( + tmpdir, + '[options.data_files]\n' + 'cfg =\n' + ' a/b.conf\n' + ' c/d.conf\n' + 'data = e/f.dat, g/h.dat\n', + ) + + with get_dist(tmpdir) as dist: + expected = [ + ('cfg', ['a/b.conf', 'c/d.conf']), + ('data', ['e/f.dat', 'g/h.dat']), + ] + assert sorted(dist.data_files) == sorted(expected) + + def test_data_files_globby(self, tmpdir): + fake_env( + tmpdir, + '[options.data_files]\n' + 'cfg =\n' + ' a/b.conf\n' + ' c/d.conf\n' + 'data = *.dat\n' + 'icons = \n' + ' *.ico\n' + 'audio = \n' + ' *.wav\n' + ' sounds.db\n', + ) + + # Create dummy files for glob()'s sake: + tmpdir.join('a.dat').write('') + tmpdir.join('b.dat').write('') + tmpdir.join('c.dat').write('') + tmpdir.join('a.ico').write('') + tmpdir.join('b.ico').write('') + tmpdir.join('c.ico').write('') + tmpdir.join('beep.wav').write('') + tmpdir.join('boop.wav').write('') + tmpdir.join('sounds.db').write('') + + with get_dist(tmpdir) as dist: + expected = [ + ('cfg', ['a/b.conf', 'c/d.conf']), + ('data', ['a.dat', 'b.dat', 'c.dat']), + ('icons', ['a.ico', 'b.ico', 'c.ico']), + ('audio', ['beep.wav', 'boop.wav', 'sounds.db']), + ] + assert sorted(dist.data_files) == sorted(expected) + + def test_python_requires_simple(self, tmpdir): + fake_env( + tmpdir, + DALS( + """ + [options] + python_requires=>=2.7 + """ + ), + ) + with get_dist(tmpdir) as dist: + dist.parse_config_files() + + def test_python_requires_compound(self, tmpdir): + fake_env( + tmpdir, + DALS( + """ + [options] + python_requires=>=2.7,!=3.0.* + """ + ), + ) + with get_dist(tmpdir) as dist: + dist.parse_config_files() + + def test_python_requires_invalid(self, tmpdir): + fake_env( + tmpdir, + DALS( + """ + [options] + python_requires=invalid + """ + ), + ) + with pytest.raises(Exception): + with get_dist(tmpdir) as dist: + dist.parse_config_files() + + def test_cmdclass(self, tmpdir): + module_path = Path(tmpdir, "src/custom_build.py") # auto discovery for src + module_path.parent.mkdir(parents=True, exist_ok=True) + module_path.write_text( + "from distutils.core import Command\nclass CustomCmd(Command): pass\n", + encoding="utf-8", + ) + + setup_cfg = """ + [options] + cmdclass = + customcmd = custom_build.CustomCmd + """ + fake_env(tmpdir, inspect.cleandoc(setup_cfg)) + + with get_dist(tmpdir) as dist: + cmdclass = dist.cmdclass['customcmd'] + assert cmdclass.__name__ == "CustomCmd" + assert cmdclass.__module__ == "custom_build" + assert module_path.samefile(inspect.getfile(cmdclass)) + + def test_requirements_file(self, tmpdir): + fake_env( + tmpdir, + DALS( + """ + [options] + install_requires = file:requirements.txt + [options.extras_require] + colors = file:requirements-extra.txt + """ + ), + ) + + tmpdir.join('requirements.txt').write('\ndocutils>=0.3\n\n') + tmpdir.join('requirements-extra.txt').write('colorama') + + with get_dist(tmpdir) as dist: + assert dist.install_requires == ['docutils>=0.3'] + assert dist.extras_require == {'colors': ['colorama']} + + +saved_dist_init = _Distribution.__init__ + + +class TestExternalSetters: + # During creation of the setuptools Distribution() object, we call + # the init of the parent distutils Distribution object via + # _Distribution.__init__ (). + # + # It's possible distutils calls out to various keyword + # implementations (i.e. distutils.setup_keywords entry points) + # that may set a range of variables. + # + # This wraps distutil's Distribution.__init__ and simulates + # pbr or something else setting these values. + def _fake_distribution_init(self, dist, attrs): + saved_dist_init(dist, attrs) + # see self._DISTUTILS_UNSUPPORTED_METADATA + dist.metadata.long_description_content_type = 'text/something' + # Test overwrite setup() args + dist.metadata.project_urls = { + 'Link One': 'https://example.com/one/', + 'Link Two': 'https://example.com/two/', + } + + @patch.object(_Distribution, '__init__', autospec=True) + def test_external_setters(self, mock_parent_init, tmpdir): + mock_parent_init.side_effect = self._fake_distribution_init + + dist = Distribution(attrs={'project_urls': {'will_be': 'ignored'}}) + + assert dist.metadata.long_description_content_type == 'text/something' + assert dist.metadata.project_urls == { + 'Link One': 'https://example.com/one/', + 'Link Two': 'https://example.com/two/', + } diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/contexts.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/contexts.py new file mode 100644 index 0000000..97cceea --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/contexts.py @@ -0,0 +1,145 @@ +import contextlib +import io +import os +import shutil +import site +import sys +import tempfile + +from filelock import FileLock + + +@contextlib.contextmanager +def tempdir(cd=lambda dir: None, **kwargs): + temp_dir = tempfile.mkdtemp(**kwargs) + orig_dir = os.getcwd() + try: + cd(temp_dir) + yield temp_dir + finally: + cd(orig_dir) + shutil.rmtree(temp_dir) + + +@contextlib.contextmanager +def environment(**replacements): + """ + In a context, patch the environment with replacements. Pass None values + to clear the values. + """ + saved = dict((key, os.environ[key]) for key in replacements if key in os.environ) + + # remove values that are null + remove = (key for (key, value) in replacements.items() if value is None) + for key in list(remove): + os.environ.pop(key, None) + replacements.pop(key) + + os.environ.update(replacements) + + try: + yield saved + finally: + for key in replacements: + os.environ.pop(key, None) + os.environ.update(saved) + + +@contextlib.contextmanager +def quiet(): + """ + Redirect stdout/stderr to StringIO objects to prevent console output from + distutils commands. + """ + + old_stdout = sys.stdout + old_stderr = sys.stderr + new_stdout = sys.stdout = io.StringIO() + new_stderr = sys.stderr = io.StringIO() + try: + yield new_stdout, new_stderr + finally: + new_stdout.seek(0) + new_stderr.seek(0) + sys.stdout = old_stdout + sys.stderr = old_stderr + + +@contextlib.contextmanager +def save_user_site_setting(): + saved = site.ENABLE_USER_SITE + try: + yield saved + finally: + site.ENABLE_USER_SITE = saved + + +@contextlib.contextmanager +def save_pkg_resources_state(): + import pkg_resources + + pr_state = pkg_resources.__getstate__() + # also save sys.path + sys_path = sys.path[:] + try: + yield pr_state, sys_path + finally: + sys.path[:] = sys_path + pkg_resources.__setstate__(pr_state) + + +@contextlib.contextmanager +def suppress_exceptions(*excs): + try: + yield + except excs: + pass + + +def multiproc(request): + """ + Return True if running under xdist and multiple + workers are used. + """ + try: + worker_id = request.getfixturevalue('worker_id') + except Exception: + return False + return worker_id != 'master' + + +@contextlib.contextmanager +def session_locked_tmp_dir(request, tmp_path_factory, name): + """Uses a file lock to guarantee only one worker can access a temp dir""" + # get the temp directory shared by all workers + base = tmp_path_factory.getbasetemp() + shared_dir = base.parent if multiproc(request) else base + + locked_dir = shared_dir / name + with FileLock(locked_dir.with_suffix(".lock")): + # ^-- prevent multiple workers to access the directory at once + locked_dir.mkdir(exist_ok=True, parents=True) + yield locked_dir + + +@contextlib.contextmanager +def save_paths(): + """Make sure ``sys.path``, ``sys.meta_path`` and ``sys.path_hooks`` are preserved""" + prev = sys.path[:], sys.meta_path[:], sys.path_hooks[:] + + try: + yield + finally: + sys.path, sys.meta_path, sys.path_hooks = prev + + +@contextlib.contextmanager +def save_sys_modules(): + """Make sure initial ``sys.modules`` is preserved""" + prev_modules = sys.modules + + try: + sys.modules = sys.modules.copy() + yield + finally: + sys.modules = prev_modules diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/environment.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/environment.py new file mode 100644 index 0000000..ed5499e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/environment.py @@ -0,0 +1,95 @@ +import os +import subprocess +import sys +import unicodedata +from subprocess import PIPE as _PIPE, Popen as _Popen + +import jaraco.envs + + +class VirtualEnv(jaraco.envs.VirtualEnv): + name = '.env' + # Some version of PyPy will import distutils on startup, implicitly + # importing setuptools, and thus leading to BackendInvalid errors + # when upgrading Setuptools. Bypass this behavior by avoiding the + # early availability and need to upgrade. + create_opts = ['--no-setuptools'] + + def run(self, cmd, *args, **kwargs): + cmd = [self.exe(cmd[0])] + cmd[1:] + kwargs = {"cwd": self.root, "encoding": "utf-8", **kwargs} # Allow overriding + # In some environments (eg. downstream distro packaging), where: + # - tox isn't used to run tests and + # - PYTHONPATH is set to point to a specific setuptools codebase and + # - no custom env is explicitly set by a test + # PYTHONPATH will leak into the spawned processes. + # In that case tests look for module in the wrong place (on PYTHONPATH). + # Unless the test sets its own special env, pass a copy of the existing + # environment with removed PYTHONPATH to the subprocesses. + if "env" not in kwargs: + env = dict(os.environ) + if "PYTHONPATH" in env: + del env["PYTHONPATH"] + kwargs["env"] = env + return subprocess.check_output(cmd, *args, **kwargs) + + +def _which_dirs(cmd): + result = set() + for path in os.environ.get('PATH', '').split(os.pathsep): + filename = os.path.join(path, cmd) + if os.access(filename, os.X_OK): + result.add(path) + return result + + +def run_setup_py(cmd, pypath=None, path=None, data_stream=0, env=None): + """ + Execution command for tests, separate from those used by the + code directly to prevent accidental behavior issues + """ + if env is None: + env = dict() + for envname in os.environ: + env[envname] = os.environ[envname] + + # override the python path if needed + if pypath is not None: + env["PYTHONPATH"] = pypath + + # override the execution path if needed + if path is not None: + env["PATH"] = path + if not env.get("PATH", ""): + env["PATH"] = _which_dirs("tar").union(_which_dirs("gzip")) + env["PATH"] = os.pathsep.join(env["PATH"]) + + cmd = [sys.executable, "setup.py"] + list(cmd) + + # https://bugs.python.org/issue8557 + shell = sys.platform == 'win32' + + try: + proc = _Popen( + cmd, + stdout=_PIPE, + stderr=_PIPE, + shell=shell, + env=env, + encoding="utf-8", + ) + + if isinstance(data_stream, tuple): + data_stream = slice(*data_stream) + data = proc.communicate()[data_stream] + except OSError: + return 1, '' + + # decode the console string if needed + if hasattr(data, "decode"): + # use the default encoding + data = data.decode() + data = unicodedata.normalize('NFC', data) + + # communicate calls wait() + return proc.returncode, data diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/fixtures.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/fixtures.py new file mode 100644 index 0000000..a547298 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/fixtures.py @@ -0,0 +1,157 @@ +import contextlib +import os +import subprocess +import sys +from pathlib import Path + +import path +import pytest + +from . import contexts, environment + + +@pytest.fixture +def user_override(monkeypatch): + """ + Override site.USER_BASE and site.USER_SITE with temporary directories in + a context. + """ + with contexts.tempdir() as user_base: + monkeypatch.setattr('site.USER_BASE', user_base) + with contexts.tempdir() as user_site: + monkeypatch.setattr('site.USER_SITE', user_site) + with contexts.save_user_site_setting(): + yield + + +@pytest.fixture +def tmpdir_cwd(tmpdir): + with tmpdir.as_cwd() as orig: + yield orig + + +@pytest.fixture(autouse=True, scope="session") +def workaround_xdist_376(request): + """ + Workaround pytest-dev/pytest-xdist#376 + + ``pytest-xdist`` tends to inject '' into ``sys.path``, + which may break certain isolation expectations. + Remove the entry so the import + machinery behaves the same irrespective of xdist. + """ + if not request.config.pluginmanager.has_plugin('xdist'): + return + + with contextlib.suppress(ValueError): + sys.path.remove('') + + +@pytest.fixture +def sample_project(tmp_path): + """ + Clone the 'sampleproject' and return a path to it. + """ + cmd = ['git', 'clone', 'https://github.com/pypa/sampleproject'] + try: + subprocess.check_call(cmd, cwd=str(tmp_path)) + except Exception: + pytest.skip("Unable to clone sampleproject") + return tmp_path / 'sampleproject' + + +# sdist and wheel artifacts should be stable across a round of tests +# so we can build them once per session and use the files as "readonly" + +# In the case of setuptools, building the wheel without sdist may cause +# it to contain the `build` directory, and therefore create situations with +# `setuptools/build/lib/build/lib/...`. To avoid that, build both artifacts at once. + + +def _build_distributions(tmp_path_factory, request): + with contexts.session_locked_tmp_dir( + request, tmp_path_factory, "dist_build" + ) as tmp: # pragma: no cover + sdist = next(tmp.glob("*.tar.gz"), None) + wheel = next(tmp.glob("*.whl"), None) + if sdist and wheel: + return (sdist, wheel) + + # Sanity check: should not create recursive setuptools/build/lib/build/lib/... + assert not Path(request.config.rootdir, "build/lib/build").exists() + + subprocess.check_output([ + sys.executable, + "-m", + "build", + "--outdir", + str(tmp), + str(request.config.rootdir), + ]) + + # Sanity check: should not create recursive setuptools/build/lib/build/lib/... + assert not Path(request.config.rootdir, "build/lib/build").exists() + + return next(tmp.glob("*.tar.gz")), next(tmp.glob("*.whl")) + + +@pytest.fixture(scope="session") +def setuptools_sdist(tmp_path_factory, request): + prebuilt = os.getenv("PRE_BUILT_SETUPTOOLS_SDIST") + if prebuilt and os.path.exists(prebuilt): # pragma: no cover + return Path(prebuilt).resolve() + + sdist, _ = _build_distributions(tmp_path_factory, request) + return sdist + + +@pytest.fixture(scope="session") +def setuptools_wheel(tmp_path_factory, request): + prebuilt = os.getenv("PRE_BUILT_SETUPTOOLS_WHEEL") + if prebuilt and os.path.exists(prebuilt): # pragma: no cover + return Path(prebuilt).resolve() + + _, wheel = _build_distributions(tmp_path_factory, request) + return wheel + + +@pytest.fixture +def venv(tmp_path, setuptools_wheel): + """Virtual env with the version of setuptools under test installed""" + env = environment.VirtualEnv() + env.root = path.Path(tmp_path / 'venv') + env.create_opts = ['--no-setuptools', '--wheel=bundle'] + # TODO: Use `--no-wheel` when setuptools implements its own bdist_wheel + env.req = str(setuptools_wheel) + # In some environments (eg. downstream distro packaging), + # where tox isn't used to run tests and PYTHONPATH is set to point to + # a specific setuptools codebase, PYTHONPATH will leak into the spawned + # processes. + # env.create() should install the just created setuptools + # wheel, but it doesn't if it finds another existing matching setuptools + # installation present on PYTHONPATH: + # `setuptools is already installed with the same version as the provided + # wheel. Use --force-reinstall to force an installation of the wheel.` + # This prevents leaking PYTHONPATH to the created environment. + with contexts.environment(PYTHONPATH=None): + return env.create() + + +@pytest.fixture +def venv_without_setuptools(tmp_path): + """Virtual env without any version of setuptools installed""" + env = environment.VirtualEnv() + env.root = path.Path(tmp_path / 'venv_without_setuptools') + env.create_opts = ['--no-setuptools', '--no-wheel'] + env.ensure_env() + return env + + +@pytest.fixture +def bare_venv(tmp_path): + """Virtual env without any common packages installed""" + env = environment.VirtualEnv() + env.root = path.Path(tmp_path / 'bare_venv') + env.create_opts = ['--no-setuptools', '--no-pip', '--no-wheel', '--no-seed'] + env.ensure_env() + return env diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html b/llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html new file mode 100644 index 0000000..92e4702 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/external.html @@ -0,0 +1,3 @@ + +bad old link + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html b/llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html new file mode 100644 index 0000000..fefb028 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/indexes/test_links_priority/simple/foobar/index.html @@ -0,0 +1,4 @@ + +foobar-0.1.tar.gz
+external homepage
+ diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..644564ecc0f15e2080a85dd5fa8f663a8d32514e GIT binary patch literal 201 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f15ad4cd497472fb41c45e5390dc49d7a0760e64 GIT binary patch literal 9132 zcmbtZeQX;?cAs4?KbI6G>&yDEz5a-0+WN5LIF23L7s--rC6eseiWBP+FcfzsuEekG zE+vztE=(@KNp~(JZS={FbMUl9?J>u=gF#*{>Wn$ZoiuNcx?=8eH_bbuo)|yQ z(>xpXj(dUE8TG|##%rL=CAy>jSnYUitZuxHA(D6cfGJYtIeoB_H*@0+ERh_dN8~>N zi7~y-5HjBACZbnroMc5Gr8SiLDXpcnj?x{J)>GO*X(Q4p&v=vABsPmXf5DD7i!EZS z%!qB2V#!XiUEC$^hFpupO+RCdTTR71qA+P2Zxi>9x5HdcSJxSNao>C7lXCI+ZkWUN zT>C#g@CnQZllW9si#>m0g?bI%YAPO-n#{HN6RrBH`Hj5TQ5nsWbDwzVJu<#u3;;bK z9tQf9cm(J{u@h)VnhkV?eg>amD6UCUN=TCvaY2(*O%)~+il9nbDybzBQB}|)Aq~pH zDOCWLiIf}_<@l74425SxQ<5so${`^sC%ZkKv4|wdq7)J)q=+0Bp{1ls)SRW-6)`U4(i+E5<=?2INJtR{TQ8_I1ULNWe#v(Amxe%~VLUWu~ zC_V+N5yxr)>Yy7XA*RBT*eT3O(0vkCCgFkQifi&@T9|<4oC_(U08>xG1SjOEtfhsd zl7RJysj#H*Szv{5OchplN(c#x6qQ1%R9^YYgzz(>eC8K|;gcx^g`P}BVbN!#q$a2_ zSoKc)ATc=(YXVb0h^T79A!CX-Gs=sThc?iS zHLfU4%5e$TOjZoV!TE$GRfX=-ApTn^8RqmvM^p&|-JU<7a*qZWog09u;d3gQn1H7( zCZ2$YGo?gf72}ZQuNYm$U@`xI5Dc)ovsVd6K*@BQl8WohtnL`@9UHhhrrSVSbw@Id z?LW|1Cn-0aIk9L5d3IL-ko={-%thyVS9wm?Rq|#oYf1B|-P~iZ zl7M40WAC1Yb$V>>9JD$PzlVcBULp+4KTFt6kwxPc#|}Mne-_ zsH*q^`5xHfdO&$W!H#zyd%8!3&8*8rTu)`&?x8U1LC}_WcUlqzgU=en)>Nf1=s3FP0&A9LjMhLM%G-oKi!`>UNl z+j;wqV#CO{Dz4nSd-gIJKV8+H!)0j?Q_O+bh-BE|A_2F8Usm^A8@e*~O7HN%=rv^z z6e!q(?ocBsO^)jJxriK&=xjpOo!Cm1k~%k?kmIm;E-jV}VxjIcEeCxqFQ>8}JL0P* zr1U^Z7=G%@Kyu_O&RKAE-#iTD{c!%!%B#iJ&QensysmRSziSv-z4$jHzZxl=eyP+s zyxuU98@bEZEuC3BlXrcr{4(=l=9h1O`1aa-sbgTBA1rW#51~^shFeo8r6p3T6h`=% z$pIOZ=wTlykfBl)RoYIG#K)jzg2Ytad0SO$?E8t7wTbMfHj|qnS$5ijRE1UKL<q|EQ9W%=$+y! zwPiT@Ms;8RrB_FXFZK2ZFZYgJ#FckRH$bO@i5cB(?U@Sd>!UM2_ilF({Rn$Xa#_ctR&)Sf=(-KFrtDBqdO)QNy0{r53D>_aCJhj->Rso@AmEL+ryxZE^l1A6YQ-D9%$IICBTMx z1kl4}01WKE^b|8`o3~dKKTEPqmi?p*vw4SR0S;;$rkc$=vrgqu#ZFZ$4yc+nqR3^P zW(z2{EY%dr+CO4M`z?}pIN+ysXW7hT>bknXcMVHjic~Io#B}LQFyoXFQ<{*e zeI6V`Q2axHj*zA)hcXSFLPs!I){0=TqfndM{vbO)N~$BnV_3NX&YPyG)dIRYrGYtN6ZoGADMxr=wbt@)EH7gk>@d7sS< z+~pgWr}C*1|5UF3cTWDU%U7rwUU!W^W+9Q+)?Ekgy7+=Oun+-~cLQ1J2eR%u3^3+f zHazV`Pka8=m5GukkUI}BF1Q934gpyn0#exXG}34Kfv$6dwE84gpTz2uANzr*H&PKi0(qhcqj%3 zH#p$w9ysg;MHvDOTEIhXsB#K<(Nomht(_p5PRho15RAbdB8Ie(VL%Teb0;!8Qt_x9 zpV1xEMNoB@DM`TjB;3D;{2Y46I)~!uZp;TUtD;g?!&te1BOtjAKlRr@a^!0-X>9(k zh2=X|oome{{#33X5L4Iq{*~LW-g@=+>$hHC=~}z6cIr;=+OAUL_e!-dJRq#SeSzEL z{mY&r-dE0x-n}1`qf33CHd8Sl*HaB#a z_br`VJh^mk@mxNz&cjYnyWFrW-D=Crs|~BsV&M68*O^Vep};j5u&X}DSg<>2*j=Wg zJ}IKGSrT_pwP&)-&&db2dA4G8MK;RgEY>;J5M?7RnDjv zPOFwzPVc_rP%QtM-37qYGqmP)LOjAVDlIrOmIPxUr?u0T$ zGd&r5&$OC|>zo{)Oz4hu2s}73X)hE_ zNdth9Jz-#&HgRQ~0k zo>_2xV}mjcozNB$x5PqW3rYq<+|{f)(@=kL5)@(;Xo zG55+QUz;2LrXEK_F&-4W@AVRdv4gNzV|P$1G` z7@&i|p}Y zGhesquU(p5oc+m-1rAkkC)fzDe?j}nsSSR2k>6e7g_RdS=erABcY*Kz%I#Yam-|cZ z7Hr*=e|gj8UUDuvm${ohY~6&dYb+~pV4dGn;Pw>xJ>S$p*L1{3-*|wJHh-ixgFrXy z`gq%K{5$%ZZJ+V>z6R%K&GtUQ8LqYtmKtWM8q%935@Y6JPpqg?CDsNC$!@1km7P3m z*$PvQ=V4FY?nEQnDrc%~>$xe*c7W?;uTrV)l#x`pGvM4|i+-}?2(vN?vu{Aq030VP zj8Sojrg77IB4r&vWpB1}WZnsO!Z~d@Ocgd0J}`o7$sM*$;TSOL>#(--u6cLXC0Z_G z)_se;>F2;1o_Ei?t^y|mzj?=;k)x$^=xlvBh}SHM6kJZ=B@LYQX(*nahXgo^Sf?>+ zW8j*`xDkL01JuiXBcV8ih@<4K3! zi3o3Q7fF7zn{p|rIv5et60srpn;=z0IKe(9IgT$y}9z%ZCr>znDY3s zqY6ea6pUl(b~God?hhhpAz%ri@M(z4C@*4Vt#SD4du3?2KiEHT`Kp3Wjm}ZO(hfk5 zso+iaVws1!r_{Hjy+iQMxHwS4P_1B~P?QCi{fo!%O+-U8@xMpkj2H$_{!1CVZm)G{LWlK+=|8Z}L?=Nuu z-#)OBhST4E!S}1^O#J4^uD;{kXS;lT&pAFj!U28E@!)`k+M%Z*^CNIQ7RV&*{_nXK z$zuWhvQ2`s4_r!{XA$a{Jk}lVC+Ph@{0PWjFjlO65O7iDxovmko3{K)Xj)E-+wL}% z{m9&7M1p>jQV;ywghea-%vAuKkTB-e+5`Us_YUp!*Xvk34IVzn~{u*8pUg{5lZrK=yx$oc^?qMroyk8La7sU4k@q9@d>3{Q=WZ&oyf!n!huUme$z_nKDO}>^ql<(Ut^W7`A-)ixD*_>VQX_uSeNJ4nO*l;Khur% zySFg6bpRW-z0?|@n3oSisJ4?*zO~z>ywiKC``|J+pDQwb;AwKwwU^=m literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/helpers.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/helpers.py new file mode 100644 index 0000000..77b196e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/helpers.py @@ -0,0 +1,77 @@ +"""Reusable functions and classes for different types of integration tests. + +For example ``Archive`` can be used to check the contents of distribution built +with setuptools, and ``run`` will always try to be as verbose as possible to +facilitate debugging. +""" + +import os +import subprocess +import tarfile +from pathlib import Path +from zipfile import ZipFile + + +def run(cmd, env=None): + r = subprocess.run( + cmd, + capture_output=True, + text=True, + encoding="utf-8", + env={**os.environ, **(env or {})}, + # ^-- allow overwriting instead of discarding the current env + ) + + out = r.stdout + "\n" + r.stderr + # pytest omits stdout/err by default, if the test fails they help debugging + print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") + print(f"Command: {cmd}\nreturn code: {r.returncode}\n\n{out}") + + if r.returncode == 0: + return out + raise subprocess.CalledProcessError(r.returncode, cmd, r.stdout, r.stderr) + + +class Archive: + """Compatibility layer for ZipFile/Info and TarFile/Info""" + + def __init__(self, filename): + self._filename = filename + if filename.endswith("tar.gz"): + self._obj = tarfile.open(filename, "r:gz") + elif filename.endswith("zip"): + self._obj = ZipFile(filename) + else: + raise ValueError(f"{filename} doesn't seem to be a zip or tar.gz") + + def __iter__(self): + if hasattr(self._obj, "infolist"): + return iter(self._obj.infolist()) + return iter(self._obj) + + def get_name(self, zip_or_tar_info): + if hasattr(zip_or_tar_info, "filename"): + return zip_or_tar_info.filename + return zip_or_tar_info.name + + def get_content(self, zip_or_tar_info): + if hasattr(self._obj, "extractfile"): + content = self._obj.extractfile(zip_or_tar_info) + if content is None: + msg = f"Invalid {zip_or_tar_info.name} in {self._filename}" + raise ValueError(msg) + return str(content.read(), "utf-8") + return str(self._obj.read(zip_or_tar_info), "utf-8") + + +def get_sdist_members(sdist_path): + with tarfile.open(sdist_path, "r:gz") as tar: + files = [Path(f) for f in tar.getnames()] + # remove root folder + relative_files = ("/".join(f.parts[1:]) for f in files) + return {f for f in relative_files if f} + + +def get_wheel_members(wheel_path): + with ZipFile(wheel_path) as zipfile: + return set(zipfile.namelist()) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py new file mode 100644 index 0000000..4e84f21 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/integration/test_pip_install_sdist.py @@ -0,0 +1,223 @@ +# https://github.com/python/mypy/issues/16936 +# mypy: disable-error-code="has-type" +"""Integration tests for setuptools that focus on building packages via pip. + +The idea behind these tests is not to exhaustively check all the possible +combinations of packages, operating systems, supporting libraries, etc, but +rather check a limited number of popular packages and how they interact with +the exposed public API. This way if any change in API is introduced, we hope to +identify backward compatibility problems before publishing a release. + +The number of tested packages is purposefully kept small, to minimise duration +and the associated maintenance cost (changes in the way these packages define +their build process may require changes in the tests). +""" + +import json +import os +import shutil +import sys +from enum import Enum +from glob import glob +from hashlib import md5 +from urllib.request import urlopen + +import pytest +from packaging.requirements import Requirement + +from .helpers import Archive, run + +pytestmark = pytest.mark.integration + + +(LATEST,) = Enum("v", "LATEST") # type: ignore[misc] # https://github.com/python/mypy/issues/16936 +"""Default version to be checked""" +# There are positive and negative aspects of checking the latest version of the +# packages. +# The main positive aspect is that the latest version might have already +# removed the use of APIs deprecated in previous releases of setuptools. + + +# Packages to be tested: +# (Please notice the test environment cannot support EVERY library required for +# compiling binary extensions. In Ubuntu/Debian nomenclature, we only assume +# that `build-essential`, `gfortran` and `libopenblas-dev` are installed, +# due to their relevance to the numerical/scientific programming ecosystem) +EXAMPLES = [ + ("pip", LATEST), # just in case... + ("pytest", LATEST), # uses setuptools_scm + ("mypy", LATEST), # custom build_py + ext_modules + # --- Popular packages: https://hugovk.github.io/top-pypi-packages/ --- + ("botocore", LATEST), + ("kiwisolver", LATEST), # build_ext + ("brotli", LATEST), # not in the list but used by urllib3 + ("pyyaml", LATEST), # cython + custom build_ext + custom distclass + ("charset-normalizer", LATEST), # uses mypyc, used by aiohttp + ("protobuf", LATEST), + # ("requests", LATEST), # XXX: https://github.com/psf/requests/pull/6920 + ("celery", LATEST), + # When adding packages to this list, make sure they expose a `__version__` + # attribute, or modify the tests below +] + + +# Some packages have "optional" dependencies that modify their build behaviour +# and are not listed in pyproject.toml, others still use `setup_requires` +EXTRA_BUILD_DEPS = { + "pyyaml": ("Cython<3.0",), # constraint to avoid errors + "charset-normalizer": ("mypy>=1.4.1",), # no pyproject.toml available +} + +EXTRA_ENV_VARS = { + "pyyaml": {"PYYAML_FORCE_CYTHON": "1"}, + "charset-normalizer": {"CHARSET_NORMALIZER_USE_MYPYC": "1"}, +} + +IMPORT_NAME = { + "pyyaml": "yaml", + "protobuf": "google.protobuf", +} + + +VIRTUALENV = (sys.executable, "-m", "virtualenv") + + +# By default, pip will try to build packages in isolation (PEP 517), which +# means it will download the previous stable version of setuptools. +# `pip` flags can avoid that (the version of setuptools under test +# should be the one to be used) +INSTALL_OPTIONS = ( + "--ignore-installed", + "--no-build-isolation", + # Omit "--no-binary :all:" the sdist is supplied directly. + # Allows dependencies as wheels. +) +# The downside of `--no-build-isolation` is that pip will not download build +# dependencies. The test script will have to also handle that. + + +@pytest.fixture +def venv_python(tmp_path): + run([*VIRTUALENV, str(tmp_path / ".venv")]) + possible_path = (str(p.parent) for p in tmp_path.glob(".venv/*/python*")) + return shutil.which("python", path=os.pathsep.join(possible_path)) + + +@pytest.fixture(autouse=True) +def _prepare(tmp_path, venv_python, monkeypatch): + download_path = os.getenv("DOWNLOAD_PATH", str(tmp_path)) + os.makedirs(download_path, exist_ok=True) + + # Environment vars used for building some of the packages + monkeypatch.setenv("USE_MYPYC", "1") + + yield + + # Let's provide the maximum amount of information possible in the case + # it is necessary to debug the tests directly from the CI logs. + print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") + print("Temporary directory:") + map(print, tmp_path.glob("*")) + print("Virtual environment:") + run([venv_python, "-m", "pip", "freeze"]) + + +@pytest.mark.parametrize(("package", "version"), EXAMPLES) +@pytest.mark.uses_network +def test_install_sdist(package, version, tmp_path, venv_python, setuptools_wheel): + venv_pip = (venv_python, "-m", "pip") + sdist = retrieve_sdist(package, version, tmp_path) + deps = build_deps(package, sdist) + if deps: + print("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~") + print("Dependencies:", deps) + run([*venv_pip, "install", *deps]) + + # Use a virtualenv to simulate PEP 517 isolation + # but install fresh setuptools wheel to ensure the version under development + env = EXTRA_ENV_VARS.get(package, {}) + run([*venv_pip, "install", "--force-reinstall", setuptools_wheel]) + run([*venv_pip, "install", *INSTALL_OPTIONS, sdist], env) + + # Execute a simple script to make sure the package was installed correctly + pkg = IMPORT_NAME.get(package, package).replace("-", "_") + script = f"import {pkg}; print(getattr({pkg}, '__version__', 0))" + run([venv_python, "-c", script]) + + +# ---- Helper Functions ---- + + +def retrieve_sdist(package, version, tmp_path): + """Either use cached sdist file or download it from PyPI""" + # `pip download` cannot be used due to + # https://github.com/pypa/pip/issues/1884 + # https://discuss.python.org/t/pep-625-file-name-of-a-source-distribution/4686 + # We have to find the correct distribution file and download it + download_path = os.getenv("DOWNLOAD_PATH", str(tmp_path)) + dist = retrieve_pypi_sdist_metadata(package, version) + + # Remove old files to prevent cache to grow indefinitely + for file in glob(os.path.join(download_path, f"{package}*")): + if dist["filename"] != file: + os.unlink(file) + + dist_file = os.path.join(download_path, dist["filename"]) + if not os.path.exists(dist_file): + download(dist["url"], dist_file, dist["md5_digest"]) + return dist_file + + +def retrieve_pypi_sdist_metadata(package, version): + # https://warehouse.pypa.io/api-reference/json.html + id_ = package if version is LATEST else f"{package}/{version}" + with urlopen(f"https://pypi.org/pypi/{id_}/json") as f: + metadata = json.load(f) + + if metadata["info"]["yanked"]: + raise ValueError(f"Release for {package} {version} was yanked") + + version = metadata["info"]["version"] + release = metadata["releases"][version] if version is LATEST else metadata["urls"] + (sdist,) = filter(lambda d: d["packagetype"] == "sdist", release) + return sdist + + +def download(url, dest, md5_digest): + with urlopen(url) as f: + data = f.read() + + assert md5(data).hexdigest() == md5_digest + + with open(dest, "wb") as f: + f.write(data) + + assert os.path.exists(dest) + + +def build_deps(package, sdist_file): + """Find out what are the build dependencies for a package. + + "Manually" install them, since pip will not install build + deps with `--no-build-isolation`. + """ + # delay importing, since pytest discovery phase may hit this file from a + # testenv without tomli + from setuptools.compat.py310 import tomllib + + archive = Archive(sdist_file) + info = tomllib.loads(_read_pyproject(archive)) + deps = info.get("build-system", {}).get("requires", []) + deps += EXTRA_BUILD_DEPS.get(package, []) + # Remove setuptools from requirements (and deduplicate) + requirements = {Requirement(d).name: d for d in deps} + return [v for k, v in requirements.items() if k != "setuptools"] + + +def _read_pyproject(archive): + contents = ( + archive.get_content(member) + for member in archive + if os.path.basename(archive.get_name(member)) == "pyproject.toml" + ) + return next(contents, "") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py new file mode 100644 index 0000000..ef755dd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/mod_with_constant.py @@ -0,0 +1 @@ +value = 'three, sir!' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/namespaces.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/namespaces.py new file mode 100644 index 0000000..248db98 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/namespaces.py @@ -0,0 +1,90 @@ +import ast +import json +import textwrap +from pathlib import Path + + +def iter_namespace_pkgs(namespace): + parts = namespace.split(".") + for i in range(len(parts)): + yield ".".join(parts[: i + 1]) + + +def build_namespace_package(tmpdir, name, version="1.0", impl="pkg_resources"): + src_dir = tmpdir / name + src_dir.mkdir() + setup_py = src_dir / 'setup.py' + namespace, _, rest = name.rpartition('.') + namespaces = list(iter_namespace_pkgs(namespace)) + setup_args = { + "name": name, + "version": version, + "packages": namespaces, + } + + if impl == "pkg_resources": + tmpl = '__import__("pkg_resources").declare_namespace(__name__)' + setup_args["namespace_packages"] = namespaces + elif impl == "pkgutil": + tmpl = '__path__ = __import__("pkgutil").extend_path(__path__, __name__)' + else: + raise ValueError(f"Cannot recognise {impl=} when creating namespaces") + + args = json.dumps(setup_args, indent=4) + assert ast.literal_eval(args) # ensure it is valid Python + + script = textwrap.dedent( + """\ + import setuptools + args = {args} + setuptools.setup(**args) + """ + ).format(args=args) + setup_py.write_text(script, encoding='utf-8') + + ns_pkg_dir = Path(src_dir, namespace.replace(".", "/")) + ns_pkg_dir.mkdir(parents=True) + + for ns in namespaces: + pkg_init = src_dir / ns.replace(".", "/") / '__init__.py' + pkg_init.write_text(tmpl, encoding='utf-8') + + pkg_mod = ns_pkg_dir / (rest + '.py') + some_functionality = 'name = {rest!r}'.format(**locals()) + pkg_mod.write_text(some_functionality, encoding='utf-8') + return src_dir + + +def build_pep420_namespace_package(tmpdir, name): + src_dir = tmpdir / name + src_dir.mkdir() + pyproject = src_dir / "pyproject.toml" + namespace, _, rest = name.rpartition(".") + script = f"""\ + [build-system] + requires = ["setuptools"] + build-backend = "setuptools.build_meta" + + [project] + name = "{name}" + version = "3.14159" + """ + pyproject.write_text(textwrap.dedent(script), encoding='utf-8') + ns_pkg_dir = Path(src_dir, namespace.replace(".", "/")) + ns_pkg_dir.mkdir(parents=True) + pkg_mod = ns_pkg_dir / (rest + ".py") + some_functionality = f"name = {rest!r}" + pkg_mod.write_text(some_functionality, encoding='utf-8') + return src_dir + + +def make_site_dir(target): + """ + Add a sitecustomize.py module in target to cause + target to be added to site dirs such that .pth files + are processed there. + """ + sc = target / 'sitecustomize.py' + target_str = str(target) + tmpl = '__import__("site").addsitedir({target_str!r})' + sc.write_text(tmpl.format(**locals()), encoding='utf-8') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py new file mode 100644 index 0000000..c074d26 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/script-with-bom.py @@ -0,0 +1 @@ +result = 'passed' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/server.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/server.py new file mode 100644 index 0000000..623a49a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/server.py @@ -0,0 +1,86 @@ +"""Basic http server for tests to simulate PyPI or custom indexes""" + +import http.server +import os +import threading +import time +import urllib.parse +import urllib.request + + +class IndexServer(http.server.HTTPServer): + """Basic single-threaded http server simulating a package index + + You can use this server in unittest like this:: + s = IndexServer() + s.start() + index_url = s.base_url() + 'mytestindex' + # do some test requests to the index + # The index files should be located in setuptools/tests/indexes + s.stop() + """ + + def __init__( + self, + server_address=('', 0), + RequestHandlerClass=http.server.SimpleHTTPRequestHandler, + ): + http.server.HTTPServer.__init__(self, server_address, RequestHandlerClass) + self._run = True + + def start(self): + self.thread = threading.Thread(target=self.serve_forever) + self.thread.start() + + def stop(self): + "Stop the server" + + # Let the server finish the last request and wait for a new one. + time.sleep(0.1) + + self.shutdown() + self.thread.join() + self.socket.close() + + def base_url(self): + port = self.server_port + return f'http://127.0.0.1:{port}/setuptools/tests/indexes/' + + +class RequestRecorder(http.server.BaseHTTPRequestHandler): + def do_GET(self): + requests = vars(self.server).setdefault('requests', []) + requests.append(self) + self.send_response(200, 'OK') + + +class MockServer(http.server.HTTPServer, threading.Thread): + """ + A simple HTTP Server that records the requests made to it. + """ + + def __init__(self, server_address=('', 0), RequestHandlerClass=RequestRecorder): + http.server.HTTPServer.__init__(self, server_address, RequestHandlerClass) + threading.Thread.__init__(self) + self.daemon = True + self.requests = [] + + def run(self): + self.serve_forever() + + @property + def netloc(self): + return f'localhost:{self.server_port}' + + @property + def url(self): + return f'http://{self.netloc}/' + + +def path_to_url(path, authority=None): + """Convert a path to a file: URL.""" + path = os.path.normpath(os.path.abspath(path)) + base = 'file:' + if authority is not None: + base += '//' + authority + return urllib.parse.urljoin(base, urllib.request.pathname2url(path)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py new file mode 100644 index 0000000..e3efc62 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_archive_util.py @@ -0,0 +1,36 @@ +import io +import tarfile + +import pytest + +from setuptools import archive_util + + +@pytest.fixture +def tarfile_with_unicode(tmpdir): + """ + Create a tarfile containing only a file whose name is + a zero byte file called testimäge.png. + """ + tarobj = io.BytesIO() + + with tarfile.open(fileobj=tarobj, mode="w:gz") as tgz: + data = b"" + + filename = "testimäge.png" + + t = tarfile.TarInfo(filename) + t.size = len(data) + + tgz.addfile(t, io.BytesIO(data)) + + target = tmpdir / 'unicode-pkg-1.0.tar.gz' + with open(str(target), mode='wb') as tf: + tf.write(tarobj.getvalue()) + return str(target) + + +@pytest.mark.xfail(reason="#710 and #712") +def test_unicode_files(tarfile_with_unicode, tmpdir): + target = tmpdir / 'out' + archive_util.unpack_archive(tarfile_with_unicode, str(target)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py new file mode 100644 index 0000000..d9d67b0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_deprecations.py @@ -0,0 +1,28 @@ +"""develop tests""" + +import sys +from unittest import mock + +import pytest + +from setuptools import SetuptoolsDeprecationWarning +from setuptools.dist import Distribution + + +@pytest.mark.skipif(sys.platform == 'win32', reason='non-Windows only') +@pytest.mark.xfail(reason="bdist_rpm is long deprecated, should we remove it? #1988") +@mock.patch('distutils.command.bdist_rpm.bdist_rpm') +def test_bdist_rpm_warning(distutils_cmd, tmpdir_cwd): + dist = Distribution( + dict( + script_name='setup.py', + script_args=['bdist_rpm'], + name='foo', + py_modules=['hi'], + ) + ) + dist.parse_command_line() + with pytest.warns(SetuptoolsDeprecationWarning): + dist.run_commands() + + distutils_cmd.run.assert_called_once() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py new file mode 100644 index 0000000..036167d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_egg.py @@ -0,0 +1,73 @@ +"""develop tests""" + +import os +import re +import zipfile + +import pytest + +from setuptools.dist import Distribution + +from . import contexts + +SETUP_PY = """\ +from setuptools import setup + +setup(py_modules=['hi']) +""" + + +@pytest.fixture +def setup_context(tmpdir): + with (tmpdir / 'setup.py').open('w') as f: + f.write(SETUP_PY) + with (tmpdir / 'hi.py').open('w') as f: + f.write('1\n') + with tmpdir.as_cwd(): + yield tmpdir + + +class Test: + @pytest.mark.usefixtures("user_override") + @pytest.mark.usefixtures("setup_context") + def test_bdist_egg(self): + dist = Distribution( + dict( + script_name='setup.py', + script_args=['bdist_egg'], + name='foo', + py_modules=['hi'], + ) + ) + os.makedirs(os.path.join('build', 'src')) + with contexts.quiet(): + dist.parse_command_line() + dist.run_commands() + + # let's see if we got our egg link at the right place + [content] = os.listdir('dist') + assert re.match(r'foo-0.0.0-py[23].\d+.egg$', content) + + @pytest.mark.xfail( + os.environ.get('PYTHONDONTWRITEBYTECODE', False), + reason="Byte code disabled", + ) + @pytest.mark.usefixtures("user_override") + @pytest.mark.usefixtures("setup_context") + def test_exclude_source_files(self): + dist = Distribution( + dict( + script_name='setup.py', + script_args=['bdist_egg', '--exclude-source-files'], + py_modules=['hi'], + ) + ) + with contexts.quiet(): + dist.parse_command_line() + dist.run_commands() + [dist_name] = os.listdir('dist') + dist_filename = os.path.join('dist', dist_name) + zip = zipfile.ZipFile(dist_filename) + names = list(zi.filename for zi in zip.filelist) + assert 'hi.pyc' in names + assert 'hi.py' not in names diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py new file mode 100644 index 0000000..2ab4e9c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_bdist_wheel.py @@ -0,0 +1,708 @@ +from __future__ import annotations + +import builtins +import importlib +import os.path +import platform +import shutil +import stat +import struct +import sys +import sysconfig +from contextlib import suppress +from inspect import cleandoc +from zipfile import ZipFile + +import jaraco.path +import pytest +from packaging import tags + +import setuptools +from setuptools.command.bdist_wheel import bdist_wheel, get_abi_tag +from setuptools.dist import Distribution +from setuptools.warnings import SetuptoolsDeprecationWarning + +from distutils.core import run_setup + +DEFAULT_FILES = { + "dummy_dist-1.0.dist-info/top_level.txt", + "dummy_dist-1.0.dist-info/METADATA", + "dummy_dist-1.0.dist-info/WHEEL", + "dummy_dist-1.0.dist-info/RECORD", +} +DEFAULT_LICENSE_FILES = { + "LICENSE", + "LICENSE.txt", + "LICENCE", + "LICENCE.txt", + "COPYING", + "COPYING.md", + "NOTICE", + "NOTICE.rst", + "AUTHORS", + "AUTHORS.txt", +} +OTHER_IGNORED_FILES = { + "LICENSE~", + "AUTHORS~", +} +SETUPPY_EXAMPLE = """\ +from setuptools import setup + +setup( + name='dummy_dist', + version='1.0', +) +""" + + +EXAMPLES = { + "dummy-dist": { + "setup.py": SETUPPY_EXAMPLE, + "licenses_dir": {"DUMMYFILE": ""}, + **dict.fromkeys(DEFAULT_LICENSE_FILES | OTHER_IGNORED_FILES, ""), + }, + "simple-dist": { + "setup.py": cleandoc( + """ + from setuptools import setup + + setup( + name="simple.dist", + version="0.1", + description="A testing distribution \N{SNOWMAN}", + extras_require={"voting": ["beaglevote"]}, + ) + """ + ), + "simpledist": "", + }, + "complex-dist": { + "setup.py": cleandoc( + """ + from setuptools import setup + + setup( + name="complex-dist", + version="0.1", + description="Another testing distribution \N{SNOWMAN}", + long_description="Another testing distribution \N{SNOWMAN}", + author="Illustrious Author", + author_email="illustrious@example.org", + url="http://example.org/exemplary", + packages=["complexdist"], + setup_requires=["setuptools"], + install_requires=["quux", "splort"], + extras_require={"simple": ["simple.dist"]}, + entry_points={ + "console_scripts": [ + "complex-dist=complexdist:main", + "complex-dist2=complexdist:main", + ], + }, + ) + """ + ), + "complexdist": {"__init__.py": "def main(): return"}, + }, + "headers-dist": { + "setup.py": cleandoc( + """ + from setuptools import setup + + setup( + name="headers.dist", + version="0.1", + description="A distribution with headers", + headers=["header.h"], + ) + """ + ), + "headersdist.py": "", + "header.h": "", + }, + "commasinfilenames-dist": { + "setup.py": cleandoc( + """ + from setuptools import setup + + setup( + name="testrepo", + version="0.1", + packages=["mypackage"], + description="A test package with commas in file names", + include_package_data=True, + package_data={"mypackage.data": ["*"]}, + ) + """ + ), + "mypackage": { + "__init__.py": "", + "data": {"__init__.py": "", "1,2,3.txt": ""}, + }, + "testrepo-0.1.0": { + "mypackage": {"__init__.py": ""}, + }, + }, + "unicode-dist": { + "setup.py": cleandoc( + """ + from setuptools import setup + + setup( + name="unicode.dist", + version="0.1", + description="A testing distribution \N{SNOWMAN}", + packages=["unicodedist"], + zip_safe=True, + ) + """ + ), + "unicodedist": {"__init__.py": "", "åäö_日本語.py": ""}, + }, + "utf8-metadata-dist": { + "setup.cfg": cleandoc( + """ + [metadata] + name = utf8-metadata-dist + version = 42 + author_email = "John X. Ãørçeč" , Γαμα קּ 東 + long_description = file: README.rst + """ + ), + "README.rst": "UTF-8 描述 説明", + }, + "licenses-dist": { + "setup.cfg": cleandoc( + """ + [metadata] + name = licenses-dist + version = 1.0 + license_files = **/LICENSE + """ + ), + "LICENSE": "", + "src": { + "vendor": {"LICENSE": ""}, + }, + }, +} + + +if sys.platform != "win32": + # ABI3 extensions don't really work on Windows + EXAMPLES["abi3extension-dist"] = { + "setup.py": cleandoc( + """ + from setuptools import Extension, setup + + setup( + name="extension.dist", + version="0.1", + description="A testing distribution \N{SNOWMAN}", + ext_modules=[ + Extension( + name="extension", sources=["extension.c"], py_limited_api=True + ) + ], + ) + """ + ), + "setup.cfg": "[bdist_wheel]\npy_limited_api=cp32", + "extension.c": "#define Py_LIMITED_API 0x03020000\n#include ", + } + + +def bdist_wheel_cmd(**kwargs): + """Run command in the same process so that it is easier to collect coverage""" + dist_obj = ( + run_setup("setup.py", stop_after="init") + if os.path.exists("setup.py") + else Distribution({"script_name": "%%build_meta%%"}) + ) + dist_obj.parse_config_files() + cmd = bdist_wheel(dist_obj) + for attr, value in kwargs.items(): + setattr(cmd, attr, value) + cmd.finalize_options() + return cmd + + +def mkexample(tmp_path_factory, name): + basedir = tmp_path_factory.mktemp(name) + jaraco.path.build(EXAMPLES[name], prefix=str(basedir)) + return basedir + + +@pytest.fixture(scope="session") +def wheel_paths(tmp_path_factory): + build_base = tmp_path_factory.mktemp("build") + dist_dir = tmp_path_factory.mktemp("dist") + for name in EXAMPLES: + example_dir = mkexample(tmp_path_factory, name) + build_dir = build_base / name + with jaraco.path.DirectoryStack().context(example_dir): + bdist_wheel_cmd(bdist_dir=str(build_dir), dist_dir=str(dist_dir)).run() + + return sorted(str(fname) for fname in dist_dir.glob("*.whl")) + + +@pytest.fixture +def dummy_dist(tmp_path_factory): + return mkexample(tmp_path_factory, "dummy-dist") + + +@pytest.fixture +def licenses_dist(tmp_path_factory): + return mkexample(tmp_path_factory, "licenses-dist") + + +def test_no_scripts(wheel_paths): + """Make sure entry point scripts are not generated.""" + path = next(path for path in wheel_paths if "complex_dist" in path) + for entry in ZipFile(path).infolist(): + assert ".data/scripts/" not in entry.filename + + +def test_unicode_record(wheel_paths): + path = next(path for path in wheel_paths if "unicode_dist" in path) + with ZipFile(path) as zf: + record = zf.read("unicode_dist-0.1.dist-info/RECORD") + + assert "åäö_日本語.py".encode() in record + + +UTF8_PKG_INFO = """\ +Metadata-Version: 2.1 +Name: helloworld +Version: 42 +Author-email: "John X. Ãørçeč" , Γαμα קּ 東 + + +UTF-8 描述 説明 +""" + + +def test_preserve_unicode_metadata(monkeypatch, tmp_path): + monkeypatch.chdir(tmp_path) + egginfo = tmp_path / "dummy_dist.egg-info" + distinfo = tmp_path / "dummy_dist.dist-info" + + egginfo.mkdir() + (egginfo / "PKG-INFO").write_text(UTF8_PKG_INFO, encoding="utf-8") + (egginfo / "dependency_links.txt").touch() + + class simpler_bdist_wheel(bdist_wheel): + """Avoid messing with setuptools/distutils internals""" + + def __init__(self): + pass + + @property + def license_paths(self): + return [] + + cmd_obj = simpler_bdist_wheel() + cmd_obj.egg2dist(egginfo, distinfo) + + metadata = (distinfo / "METADATA").read_text(encoding="utf-8") + assert 'Author-email: "John X. Ãørçeč"' in metadata + assert "Γαμα קּ 東 " in metadata + assert "UTF-8 描述 説明" in metadata + + +def test_licenses_default(dummy_dist, monkeypatch, tmp_path): + monkeypatch.chdir(dummy_dist) + bdist_wheel_cmd(bdist_dir=str(tmp_path)).run() + with ZipFile("dist/dummy_dist-1.0-py3-none-any.whl") as wf: + license_files = { + "dummy_dist-1.0.dist-info/licenses/" + fname + for fname in DEFAULT_LICENSE_FILES + } + assert set(wf.namelist()) == DEFAULT_FILES | license_files + + +def test_licenses_deprecated(dummy_dist, monkeypatch, tmp_path): + dummy_dist.joinpath("setup.cfg").write_text( + "[metadata]\nlicense_file=licenses_dir/DUMMYFILE", encoding="utf-8" + ) + monkeypatch.chdir(dummy_dist) + + bdist_wheel_cmd(bdist_dir=str(tmp_path)).run() + + with ZipFile("dist/dummy_dist-1.0-py3-none-any.whl") as wf: + license_files = {"dummy_dist-1.0.dist-info/licenses/licenses_dir/DUMMYFILE"} + assert set(wf.namelist()) == DEFAULT_FILES | license_files + + +@pytest.mark.parametrize( + ("config_file", "config"), + [ + ("setup.cfg", "[metadata]\nlicense_files=licenses_dir/*\n LICENSE"), + ("setup.cfg", "[metadata]\nlicense_files=licenses_dir/*, LICENSE"), + ( + "setup.py", + SETUPPY_EXAMPLE.replace( + ")", " license_files=['licenses_dir/DUMMYFILE', 'LICENSE'])" + ), + ), + ], +) +def test_licenses_override(dummy_dist, monkeypatch, tmp_path, config_file, config): + dummy_dist.joinpath(config_file).write_text(config, encoding="utf-8") + monkeypatch.chdir(dummy_dist) + bdist_wheel_cmd(bdist_dir=str(tmp_path)).run() + with ZipFile("dist/dummy_dist-1.0-py3-none-any.whl") as wf: + license_files = { + "dummy_dist-1.0.dist-info/licenses/" + fname + for fname in {"licenses_dir/DUMMYFILE", "LICENSE"} + } + assert set(wf.namelist()) == DEFAULT_FILES | license_files + metadata = wf.read("dummy_dist-1.0.dist-info/METADATA").decode("utf8") + assert "License-File: licenses_dir/DUMMYFILE" in metadata + assert "License-File: LICENSE" in metadata + + +def test_licenses_preserve_folder_structure(licenses_dist, monkeypatch, tmp_path): + monkeypatch.chdir(licenses_dist) + bdist_wheel_cmd(bdist_dir=str(tmp_path)).run() + print(os.listdir("dist")) + with ZipFile("dist/licenses_dist-1.0-py3-none-any.whl") as wf: + default_files = {name.replace("dummy_", "licenses_") for name in DEFAULT_FILES} + license_files = { + "licenses_dist-1.0.dist-info/licenses/LICENSE", + "licenses_dist-1.0.dist-info/licenses/src/vendor/LICENSE", + } + assert set(wf.namelist()) == default_files | license_files + metadata = wf.read("licenses_dist-1.0.dist-info/METADATA").decode("utf8") + assert "License-File: src/vendor/LICENSE" in metadata + assert "License-File: LICENSE" in metadata + + +def test_licenses_disabled(dummy_dist, monkeypatch, tmp_path): + dummy_dist.joinpath("setup.cfg").write_text( + "[metadata]\nlicense_files=\n", encoding="utf-8" + ) + monkeypatch.chdir(dummy_dist) + bdist_wheel_cmd(bdist_dir=str(tmp_path)).run() + with ZipFile("dist/dummy_dist-1.0-py3-none-any.whl") as wf: + assert set(wf.namelist()) == DEFAULT_FILES + + +def test_build_number(dummy_dist, monkeypatch, tmp_path): + monkeypatch.chdir(dummy_dist) + bdist_wheel_cmd(bdist_dir=str(tmp_path), build_number="2").run() + with ZipFile("dist/dummy_dist-1.0-2-py3-none-any.whl") as wf: + filenames = set(wf.namelist()) + assert "dummy_dist-1.0.dist-info/RECORD" in filenames + assert "dummy_dist-1.0.dist-info/METADATA" in filenames + + +def test_universal_deprecated(dummy_dist, monkeypatch, tmp_path): + monkeypatch.chdir(dummy_dist) + with pytest.warns(SetuptoolsDeprecationWarning, match=".*universal is deprecated"): + bdist_wheel_cmd(bdist_dir=str(tmp_path), universal=True).run() + + # For now we still respect the option + assert os.path.exists("dist/dummy_dist-1.0-py2.py3-none-any.whl") + + +EXTENSION_EXAMPLE = """\ +#include + +static PyMethodDef methods[] = { + { NULL, NULL, 0, NULL } +}; + +static struct PyModuleDef module_def = { + PyModuleDef_HEAD_INIT, + "extension", + "Dummy extension module", + -1, + methods +}; + +PyMODINIT_FUNC PyInit_extension(void) { + return PyModule_Create(&module_def); +} +""" +EXTENSION_SETUPPY = """\ +from __future__ import annotations + +from setuptools import Extension, setup + +setup( + name="extension.dist", + version="0.1", + description="A testing distribution \N{SNOWMAN}", + ext_modules=[Extension(name="extension", sources=["extension.c"])], +) +""" + + +@pytest.mark.filterwarnings( + "once:Config variable '.*' is unset.*, Python ABI tag may be incorrect" +) +def test_limited_abi(monkeypatch, tmp_path, tmp_path_factory): + """Test that building a binary wheel with the limited ABI works.""" + source_dir = tmp_path_factory.mktemp("extension_dist") + (source_dir / "setup.py").write_text(EXTENSION_SETUPPY, encoding="utf-8") + (source_dir / "extension.c").write_text(EXTENSION_EXAMPLE, encoding="utf-8") + build_dir = tmp_path.joinpath("build") + dist_dir = tmp_path.joinpath("dist") + monkeypatch.chdir(source_dir) + bdist_wheel_cmd(bdist_dir=str(build_dir), dist_dir=str(dist_dir)).run() + + +def test_build_from_readonly_tree(dummy_dist, monkeypatch, tmp_path): + basedir = str(tmp_path.joinpath("dummy")) + shutil.copytree(str(dummy_dist), basedir) + monkeypatch.chdir(basedir) + + # Make the tree read-only + for root, _dirs, files in os.walk(basedir): + for fname in files: + os.chmod(os.path.join(root, fname), stat.S_IREAD) + + bdist_wheel_cmd().run() + + +@pytest.mark.parametrize( + ("option", "compress_type"), + list(bdist_wheel.supported_compressions.items()), + ids=list(bdist_wheel.supported_compressions), +) +def test_compression(dummy_dist, monkeypatch, tmp_path, option, compress_type): + monkeypatch.chdir(dummy_dist) + bdist_wheel_cmd(bdist_dir=str(tmp_path), compression=option).run() + with ZipFile("dist/dummy_dist-1.0-py3-none-any.whl") as wf: + filenames = set(wf.namelist()) + assert "dummy_dist-1.0.dist-info/RECORD" in filenames + assert "dummy_dist-1.0.dist-info/METADATA" in filenames + for zinfo in wf.filelist: + assert zinfo.compress_type == compress_type + + +def test_wheelfile_line_endings(wheel_paths): + for path in wheel_paths: + with ZipFile(path) as wf: + wheelfile = next(fn for fn in wf.filelist if fn.filename.endswith("WHEEL")) + wheelfile_contents = wf.read(wheelfile) + assert b"\r" not in wheelfile_contents + + +def test_unix_epoch_timestamps(dummy_dist, monkeypatch, tmp_path): + monkeypatch.setenv("SOURCE_DATE_EPOCH", "0") + monkeypatch.chdir(dummy_dist) + bdist_wheel_cmd(bdist_dir=str(tmp_path), build_number="2a").run() + with ZipFile("dist/dummy_dist-1.0-2a-py3-none-any.whl") as wf: + for zinfo in wf.filelist: + assert zinfo.date_time >= (1980, 1, 1, 0, 0, 0) # min epoch is used + + +def test_get_abi_tag_windows(monkeypatch): + monkeypatch.setattr(tags, "interpreter_name", lambda: "cp") + monkeypatch.setattr(sysconfig, "get_config_var", lambda x: "cp313-win_amd64") + assert get_abi_tag() == "cp313" + monkeypatch.setattr(sys, "gettotalrefcount", lambda: 1, False) + assert get_abi_tag() == "cp313d" + monkeypatch.setattr(sysconfig, "get_config_var", lambda x: "cp313t-win_amd64") + assert get_abi_tag() == "cp313td" + monkeypatch.delattr(sys, "gettotalrefcount") + assert get_abi_tag() == "cp313t" + + +def test_get_abi_tag_pypy_old(monkeypatch): + monkeypatch.setattr(tags, "interpreter_name", lambda: "pp") + monkeypatch.setattr(sysconfig, "get_config_var", lambda x: "pypy36-pp73") + assert get_abi_tag() == "pypy36_pp73" + + +def test_get_abi_tag_pypy_new(monkeypatch): + monkeypatch.setattr(sysconfig, "get_config_var", lambda x: "pypy37-pp73-darwin") + monkeypatch.setattr(tags, "interpreter_name", lambda: "pp") + assert get_abi_tag() == "pypy37_pp73" + + +def test_get_abi_tag_graalpy(monkeypatch): + monkeypatch.setattr( + sysconfig, "get_config_var", lambda x: "graalpy231-310-native-x86_64-linux" + ) + monkeypatch.setattr(tags, "interpreter_name", lambda: "graalpy") + assert get_abi_tag() == "graalpy231_310_native" + + +def test_get_abi_tag_fallback(monkeypatch): + monkeypatch.setattr(sysconfig, "get_config_var", lambda x: "unknown-python-310") + monkeypatch.setattr(tags, "interpreter_name", lambda: "unknown-python") + assert get_abi_tag() == "unknown_python_310" + + +def test_platform_with_space(dummy_dist, monkeypatch): + """Ensure building on platforms with a space in the name succeed.""" + monkeypatch.chdir(dummy_dist) + bdist_wheel_cmd(plat_name="isilon onefs").run() + + +def test_data_dir_with_tag_build(monkeypatch, tmp_path): + """ + Setuptools allow authors to set PEP 440's local version segments + using ``egg_info.tag_build``. This should be reflected not only in the + ``.whl`` file name, but also in the ``.dist-info`` and ``.data`` dirs. + See pypa/setuptools#3997. + """ + monkeypatch.chdir(tmp_path) + files = { + "setup.py": """ + from setuptools import setup + setup(headers=["hello.h"]) + """, + "setup.cfg": """ + [metadata] + name = test + version = 1.0 + + [options.data_files] + hello/world = file.txt + + [egg_info] + tag_build = +what + tag_date = 0 + """, + "file.txt": "", + "hello.h": "", + } + for file, content in files.items(): + with open(file, "w", encoding="utf-8") as fh: + fh.write(cleandoc(content)) + + bdist_wheel_cmd().run() + + # Ensure .whl, .dist-info and .data contain the local segment + wheel_path = "dist/test-1.0+what-py3-none-any.whl" + assert os.path.exists(wheel_path) + entries = set(ZipFile(wheel_path).namelist()) + for expected in ( + "test-1.0+what.data/headers/hello.h", + "test-1.0+what.data/data/hello/world/file.txt", + "test-1.0+what.dist-info/METADATA", + "test-1.0+what.dist-info/WHEEL", + ): + assert expected in entries + + for not_expected in ( + "test.data/headers/hello.h", + "test-1.0.data/data/hello/world/file.txt", + "test.dist-info/METADATA", + "test-1.0.dist-info/WHEEL", + ): + assert not_expected not in entries + + +@pytest.mark.parametrize( + ("reported", "expected"), + [("linux-x86_64", "linux_i686"), ("linux-aarch64", "linux_armv7l")], +) +@pytest.mark.skipif( + platform.system() != "Linux", reason="Only makes sense to test on Linux" +) +def test_platform_linux32(reported, expected, monkeypatch): + monkeypatch.setattr(struct, "calcsize", lambda x: 4) + dist = setuptools.Distribution() + cmd = bdist_wheel(dist) + cmd.plat_name = reported + cmd.root_is_pure = False + _, _, actual = cmd.get_tag() + assert actual == expected + + +def test_no_ctypes(monkeypatch) -> None: + def _fake_import(name: str, *args, **kwargs): + if name == "ctypes": + raise ModuleNotFoundError(f"No module named {name}") + + return importlib.__import__(name, *args, **kwargs) + + with suppress(KeyError): + monkeypatch.delitem(sys.modules, "wheel.macosx_libfile") + + # Install an importer shim that refuses to load ctypes + monkeypatch.setattr(builtins, "__import__", _fake_import) + with pytest.raises(ModuleNotFoundError, match="No module named ctypes"): + import wheel.macosx_libfile # noqa: F401 + + # Unload and reimport the bdist_wheel command module to make sure it won't try to + # import ctypes + monkeypatch.delitem(sys.modules, "setuptools.command.bdist_wheel") + + import setuptools.command.bdist_wheel # noqa: F401 + + +def test_dist_info_provided(dummy_dist, monkeypatch, tmp_path): + monkeypatch.chdir(dummy_dist) + distinfo = tmp_path / "dummy_dist.dist-info" + + distinfo.mkdir() + (distinfo / "METADATA").write_text("name: helloworld", encoding="utf-8") + + # We don't control the metadata. According to PEP-517, "The hook MAY also + # create other files inside this directory, and a build frontend MUST + # preserve". + (distinfo / "FOO").write_text("bar", encoding="utf-8") + + bdist_wheel_cmd(bdist_dir=str(tmp_path), dist_info_dir=str(distinfo)).run() + expected = { + "dummy_dist-1.0.dist-info/FOO", + "dummy_dist-1.0.dist-info/RECORD", + } + with ZipFile("dist/dummy_dist-1.0-py3-none-any.whl") as wf: + files_found = set(wf.namelist()) + # Check that all expected files are there. + assert expected - files_found == set() + # Make sure there is no accidental egg-info bleeding into the wheel. + assert not [path for path in files_found if 'egg-info' in str(path)] + + +def test_allow_grace_period_parent_directory_license(monkeypatch, tmp_path): + # Motivation: https://github.com/pypa/setuptools/issues/4892 + # TODO: Remove this test after deprecation period is over + files = { + "LICENSE.txt": "parent license", # <---- the license files are outside + "NOTICE.txt": "parent notice", + "python": { + "pyproject.toml": cleandoc( + """ + [project] + name = "test-proj" + dynamic = ["version"] # <---- testing dynamic will not break + [tool.setuptools.dynamic] + version.file = "VERSION" + """ + ), + "setup.cfg": cleandoc( + """ + [metadata] + license_files = + ../LICENSE.txt + ../NOTICE.txt + """ + ), + "VERSION": "42", + }, + } + jaraco.path.build(files, prefix=str(tmp_path)) + monkeypatch.chdir(tmp_path / "python") + msg = "Pattern '../.*.txt' cannot contain '..'" + with pytest.warns(SetuptoolsDeprecationWarning, match=msg): + bdist_wheel_cmd().run() + with ZipFile("dist/test_proj-42-py3-none-any.whl") as wf: + files_found = set(wf.namelist()) + expected_files = { + "test_proj-42.dist-info/licenses/LICENSE.txt", + "test_proj-42.dist-info/licenses/NOTICE.txt", + } + assert expected_files <= files_found + + metadata = wf.read("test_proj-42.dist-info/METADATA").decode("utf8") + assert "License-File: LICENSE.txt" in metadata + assert "License-File: NOTICE.txt" in metadata diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build.py new file mode 100644 index 0000000..f0f1d9d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build.py @@ -0,0 +1,33 @@ +from setuptools import Command +from setuptools.command.build import build +from setuptools.dist import Distribution + + +def test_distribution_gives_setuptools_build_obj(tmpdir_cwd): + """ + Check that the setuptools Distribution uses the + setuptools specific build object. + """ + + dist = Distribution( + dict( + script_name='setup.py', + script_args=['build'], + packages=[], + package_data={'': ['path/*']}, + ) + ) + assert isinstance(dist.get_command_obj("build"), build) + + +class Subcommand(Command): + """Dummy command to be used in tests""" + + def initialize_options(self): + pass + + def finalize_options(self): + pass + + def run(self): + raise NotImplementedError("just to check if the command runs") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py new file mode 100644 index 0000000..b5315df --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_clib.py @@ -0,0 +1,84 @@ +import random +from unittest import mock + +import pytest + +from setuptools.command.build_clib import build_clib +from setuptools.dist import Distribution + +from distutils.errors import DistutilsSetupError + + +class TestBuildCLib: + @mock.patch('setuptools.command.build_clib.newer_pairwise_group') + def test_build_libraries(self, mock_newer): + dist = Distribution() + cmd = build_clib(dist) + + # this will be a long section, just making sure all + # exceptions are properly raised + libs = [('example', {'sources': 'broken.c'})] + with pytest.raises(DistutilsSetupError): + cmd.build_libraries(libs) + + obj_deps = 'some_string' + libs = [('example', {'sources': ['source.c'], 'obj_deps': obj_deps})] + with pytest.raises(DistutilsSetupError): + cmd.build_libraries(libs) + + obj_deps = {'': ''} + libs = [('example', {'sources': ['source.c'], 'obj_deps': obj_deps})] + with pytest.raises(DistutilsSetupError): + cmd.build_libraries(libs) + + obj_deps = {'source.c': ''} + libs = [('example', {'sources': ['source.c'], 'obj_deps': obj_deps})] + with pytest.raises(DistutilsSetupError): + cmd.build_libraries(libs) + + # with that out of the way, let's see if the crude dependency + # system works + cmd.compiler = mock.MagicMock(spec=cmd.compiler) + mock_newer.return_value = ([], []) + + obj_deps = {'': ('global.h',), 'example.c': ('example.h',)} + libs = [('example', {'sources': ['example.c'], 'obj_deps': obj_deps})] + + cmd.build_libraries(libs) + assert [['example.c', 'global.h', 'example.h']] in mock_newer.call_args[0] + assert not cmd.compiler.compile.called + assert cmd.compiler.create_static_lib.call_count == 1 + + # reset the call numbers so we can test again + cmd.compiler.reset_mock() + + mock_newer.return_value = '' # anything as long as it's not ([],[]) + cmd.build_libraries(libs) + assert cmd.compiler.compile.call_count == 1 + assert cmd.compiler.create_static_lib.call_count == 1 + + @mock.patch('setuptools.command.build_clib.newer_pairwise_group') + def test_build_libraries_reproducible(self, mock_newer): + dist = Distribution() + cmd = build_clib(dist) + + # with that out of the way, let's see if the crude dependency + # system works + cmd.compiler = mock.MagicMock(spec=cmd.compiler) + mock_newer.return_value = ([], []) + + original_sources = ['a-example.c', 'example.c'] + sources = original_sources + + obj_deps = {'': ('global.h',), 'example.c': ('example.h',)} + libs = [('example', {'sources': sources, 'obj_deps': obj_deps})] + + cmd.build_libraries(libs) + computed_call_args = mock_newer.call_args[0] + + while sources == original_sources: + sources = random.sample(original_sources, len(original_sources)) + libs = [('example', {'sources': sources, 'obj_deps': obj_deps})] + + cmd.build_libraries(libs) + assert computed_call_args == mock_newer.call_args[0] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py new file mode 100644 index 0000000..c7b60ac --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_ext.py @@ -0,0 +1,293 @@ +from __future__ import annotations + +import os +import sys +from importlib.util import cache_from_source as _compiled_file_name + +import pytest +from jaraco import path + +from setuptools.command.build_ext import build_ext, get_abi3_suffix +from setuptools.dist import Distribution +from setuptools.errors import CompileError +from setuptools.extension import Extension + +from . import environment +from .textwrap import DALS + +import distutils.command.build_ext as orig +from distutils.sysconfig import get_config_var + +IS_PYPY = '__pypy__' in sys.builtin_module_names + + +class TestBuildExt: + def test_get_ext_filename(self): + """ + Setuptools needs to give back the same + result as distutils, even if the fullname + is not in ext_map. + """ + dist = Distribution() + cmd = build_ext(dist) + cmd.ext_map['foo/bar'] = '' + res = cmd.get_ext_filename('foo') + wanted = orig.build_ext.get_ext_filename(cmd, 'foo') + assert res == wanted + + def test_abi3_filename(self): + """ + Filename needs to be loadable by several versions + of Python 3 if 'is_abi3' is truthy on Extension() + """ + print(get_abi3_suffix()) + + extension = Extension('spam.eggs', ['eggs.c'], py_limited_api=True) + dist = Distribution(dict(ext_modules=[extension])) + cmd = build_ext(dist) + cmd.finalize_options() + assert 'spam.eggs' in cmd.ext_map + res = cmd.get_ext_filename('spam.eggs') + + if not get_abi3_suffix(): + assert res.endswith(get_config_var('EXT_SUFFIX')) + elif sys.platform == 'win32': + assert res.endswith('eggs.pyd') + else: + assert 'abi3' in res + + def test_ext_suffix_override(self): + """ + SETUPTOOLS_EXT_SUFFIX variable always overrides + default extension options. + """ + dist = Distribution() + cmd = build_ext(dist) + cmd.ext_map['for_abi3'] = ext = Extension( + 'for_abi3', + ['s.c'], + # Override shouldn't affect abi3 modules + py_limited_api=True, + ) + # Mock value needed to pass tests + ext._links_to_dynamic = False + + if not IS_PYPY: + expect = cmd.get_ext_filename('for_abi3') + else: + # PyPy builds do not use ABI3 tag, so they will + # also get the overridden suffix. + expect = 'for_abi3.test-suffix' + + try: + os.environ['SETUPTOOLS_EXT_SUFFIX'] = '.test-suffix' + res = cmd.get_ext_filename('normal') + assert 'normal.test-suffix' == res + res = cmd.get_ext_filename('for_abi3') + assert expect == res + finally: + del os.environ['SETUPTOOLS_EXT_SUFFIX'] + + def dist_with_example(self): + files = { + "src": {"mypkg": {"subpkg": {"ext2.c": ""}}}, + "c-extensions": {"ext1": {"main.c": ""}}, + } + + ext1 = Extension("mypkg.ext1", ["c-extensions/ext1/main.c"]) + ext2 = Extension("mypkg.subpkg.ext2", ["src/mypkg/subpkg/ext2.c"]) + ext3 = Extension("ext3", ["c-extension/ext3.c"]) + + path.build(files) + return Distribution({ + "script_name": "%test%", + "ext_modules": [ext1, ext2, ext3], + "package_dir": {"": "src"}, + }) + + def test_get_outputs(self, tmpdir_cwd, monkeypatch): + monkeypatch.setenv('SETUPTOOLS_EXT_SUFFIX', '.mp3') # make test OS-independent + monkeypatch.setattr('setuptools.command.build_ext.use_stubs', False) + dist = self.dist_with_example() + + # Regular build: get_outputs not empty, but get_output_mappings is empty + build_ext = dist.get_command_obj("build_ext") + build_ext.editable_mode = False + build_ext.ensure_finalized() + build_lib = build_ext.build_lib.replace(os.sep, "/") + outputs = [x.replace(os.sep, "/") for x in build_ext.get_outputs()] + assert outputs == [ + f"{build_lib}/ext3.mp3", + f"{build_lib}/mypkg/ext1.mp3", + f"{build_lib}/mypkg/subpkg/ext2.mp3", + ] + assert build_ext.get_output_mapping() == {} + + # Editable build: get_output_mappings should contain everything in get_outputs + dist.reinitialize_command("build_ext") + build_ext.editable_mode = True + build_ext.ensure_finalized() + mapping = { + k.replace(os.sep, "/"): v.replace(os.sep, "/") + for k, v in build_ext.get_output_mapping().items() + } + assert mapping == { + f"{build_lib}/ext3.mp3": "src/ext3.mp3", + f"{build_lib}/mypkg/ext1.mp3": "src/mypkg/ext1.mp3", + f"{build_lib}/mypkg/subpkg/ext2.mp3": "src/mypkg/subpkg/ext2.mp3", + } + + def test_get_output_mapping_with_stub(self, tmpdir_cwd, monkeypatch): + monkeypatch.setenv('SETUPTOOLS_EXT_SUFFIX', '.mp3') # make test OS-independent + monkeypatch.setattr('setuptools.command.build_ext.use_stubs', True) + dist = self.dist_with_example() + + # Editable build should create compiled stubs (.pyc files only, no .py) + build_ext = dist.get_command_obj("build_ext") + build_ext.editable_mode = True + build_ext.ensure_finalized() + for ext in build_ext.extensions: + monkeypatch.setattr(ext, "_needs_stub", True) + + build_lib = build_ext.build_lib.replace(os.sep, "/") + mapping = { + k.replace(os.sep, "/"): v.replace(os.sep, "/") + for k, v in build_ext.get_output_mapping().items() + } + + def C(file): + """Make it possible to do comparisons and tests in a OS-independent way""" + return _compiled_file_name(file).replace(os.sep, "/") + + assert mapping == { + C(f"{build_lib}/ext3.py"): C("src/ext3.py"), + f"{build_lib}/ext3.mp3": "src/ext3.mp3", + C(f"{build_lib}/mypkg/ext1.py"): C("src/mypkg/ext1.py"), + f"{build_lib}/mypkg/ext1.mp3": "src/mypkg/ext1.mp3", + C(f"{build_lib}/mypkg/subpkg/ext2.py"): C("src/mypkg/subpkg/ext2.py"), + f"{build_lib}/mypkg/subpkg/ext2.mp3": "src/mypkg/subpkg/ext2.mp3", + } + + # Ensure only the compiled stubs are present not the raw .py stub + assert f"{build_lib}/mypkg/ext1.py" not in mapping + assert f"{build_lib}/mypkg/subpkg/ext2.py" not in mapping + + # Visualize what the cached stub files look like + example_stub = C(f"{build_lib}/mypkg/ext1.py") + assert example_stub in mapping + assert example_stub.startswith(f"{build_lib}/mypkg/__pycache__/ext1") + assert example_stub.endswith(".pyc") + + +class TestBuildExtInplace: + def get_build_ext_cmd(self, optional: bool, **opts) -> build_ext: + files: dict[str, str | dict[str, dict[str, str]]] = { + "eggs.c": "#include missingheader.h\n", + ".build": {"lib": {}, "tmp": {}}, + } + path.build(files) + extension = Extension('spam.eggs', ['eggs.c'], optional=optional) + dist = Distribution(dict(ext_modules=[extension])) + dist.script_name = 'setup.py' + cmd = build_ext(dist) + vars(cmd).update(build_lib=".build/lib", build_temp=".build/tmp", **opts) + cmd.ensure_finalized() + return cmd + + def get_log_messages(self, caplog, capsys): + """ + Historically, distutils "logged" by printing to sys.std*. + Later versions adopted the logging framework. Grab + messages regardless of how they were captured. + """ + std = capsys.readouterr() + return std.out.splitlines() + std.err.splitlines() + caplog.messages + + def test_optional(self, tmpdir_cwd, caplog, capsys): + """ + If optional extensions fail to build, setuptools should show the error + in the logs but not fail to build + """ + cmd = self.get_build_ext_cmd(optional=True, inplace=True) + cmd.run() + assert any( + 'build_ext: building extension "spam.eggs" failed' + for msg in self.get_log_messages(caplog, capsys) + ) + # No compile error exception should be raised + + def test_non_optional(self, tmpdir_cwd): + # Non-optional extensions should raise an exception + cmd = self.get_build_ext_cmd(optional=False, inplace=True) + with pytest.raises(CompileError): + cmd.run() + + +def test_build_ext_config_handling(tmpdir_cwd): + files = { + 'setup.py': DALS( + """ + from setuptools import Extension, setup + setup( + name='foo', + version='0.0.0', + ext_modules=[Extension('foo', ['foo.c'])], + ) + """ + ), + 'foo.c': DALS( + """ + #include "Python.h" + + #if PY_MAJOR_VERSION >= 3 + + static struct PyModuleDef moduledef = { + PyModuleDef_HEAD_INIT, + "foo", + NULL, + 0, + NULL, + NULL, + NULL, + NULL, + NULL + }; + + #define INITERROR return NULL + + PyMODINIT_FUNC PyInit_foo(void) + + #else + + #define INITERROR return + + void initfoo(void) + + #endif + { + #if PY_MAJOR_VERSION >= 3 + PyObject *module = PyModule_Create(&moduledef); + #else + PyObject *module = Py_InitModule("extension", NULL); + #endif + if (module == NULL) + INITERROR; + #if PY_MAJOR_VERSION >= 3 + return module; + #endif + } + """ + ), + 'setup.cfg': DALS( + """ + [build] + build_base = foo_build + """ + ), + } + path.build(files) + code, (stdout, stderr) = environment.run_setup_py( + cmd=['build'], + data_stream=(0, 2), + ) + assert code == 0, f'\nSTDOUT:\n{stdout}\nSTDERR:\n{stderr}' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py new file mode 100644 index 0000000..624bba8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_meta.py @@ -0,0 +1,983 @@ +import contextlib +import importlib +import os +import re +import shutil +import signal +import sys +import tarfile +import warnings +from concurrent import futures +from pathlib import Path +from typing import Any, Callable +from zipfile import ZipFile + +import pytest +from jaraco import path +from packaging.requirements import Requirement + +from setuptools.warnings import SetuptoolsDeprecationWarning + +from .textwrap import DALS + +SETUP_SCRIPT_STUB = "__import__('setuptools').setup()" + + +TIMEOUT = int(os.getenv("TIMEOUT_BACKEND_TEST", "180")) # in seconds +IS_PYPY = '__pypy__' in sys.builtin_module_names + + +pytestmark = pytest.mark.skipif( + sys.platform == "win32" and IS_PYPY, + reason="The combination of PyPy + Windows + pytest-xdist + ProcessPoolExecutor " + "is flaky and problematic", +) + + +class BuildBackendBase: + def __init__(self, cwd='.', env=None, backend_name='setuptools.build_meta'): + self.cwd = cwd + self.env = env or {} + self.backend_name = backend_name + + +class BuildBackend(BuildBackendBase): + """PEP 517 Build Backend""" + + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + self.pool = futures.ProcessPoolExecutor(max_workers=1) + + def __getattr__(self, name: str) -> Callable[..., Any]: + """Handles arbitrary function invocations on the build backend.""" + + def method(*args, **kw): + root = os.path.abspath(self.cwd) + caller = BuildBackendCaller(root, self.env, self.backend_name) + pid = None + try: + pid = self.pool.submit(os.getpid).result(TIMEOUT) + return self.pool.submit(caller, name, *args, **kw).result(TIMEOUT) + except futures.TimeoutError: + self.pool.shutdown(wait=False) # doesn't stop already running processes + self._kill(pid) + pytest.xfail(f"Backend did not respond before timeout ({TIMEOUT} s)") + except (futures.process.BrokenProcessPool, MemoryError, OSError): + if IS_PYPY: + pytest.xfail("PyPy frequently fails tests with ProcessPoolExector") + raise + + return method + + def _kill(self, pid): + if pid is None: + return + with contextlib.suppress(ProcessLookupError, OSError): + os.kill(pid, signal.SIGTERM if os.name == "nt" else signal.SIGKILL) + + +class BuildBackendCaller(BuildBackendBase): + def __init__(self, *args, **kwargs): + super().__init__(*args, **kwargs) + + (self.backend_name, _, self.backend_obj) = self.backend_name.partition(':') + + def __call__(self, name, *args, **kw): + """Handles arbitrary function invocations on the build backend.""" + os.chdir(self.cwd) + os.environ.update(self.env) + mod = importlib.import_module(self.backend_name) + + if self.backend_obj: + backend = getattr(mod, self.backend_obj) + else: + backend = mod + + return getattr(backend, name)(*args, **kw) + + +defns = [ + { # simple setup.py script + 'setup.py': DALS( + """ + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['hello'], + setup_requires=['six'], + ) + """ + ), + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + }, + { # setup.py that relies on __name__ + 'setup.py': DALS( + """ + assert __name__ == '__main__' + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['hello'], + setup_requires=['six'], + ) + """ + ), + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + }, + { # setup.py script that runs arbitrary code + 'setup.py': DALS( + """ + variable = True + def function(): + return variable + assert variable + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['hello'], + setup_requires=['six'], + ) + """ + ), + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + }, + { # setup.py script that constructs temp files to be included in the distribution + 'setup.py': DALS( + """ + # Some packages construct files on the fly, include them in the package, + # and immediately remove them after `setup()` (e.g. pybind11==2.9.1). + # Therefore, we cannot use `distutils.core.run_setup(..., stop_after=...)` + # to obtain a distribution object first, and then run the distutils + # commands later, because these files will be removed in the meantime. + + with open('world.py', 'w', encoding="utf-8") as f: + f.write('x = 42') + + try: + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['world'], + setup_requires=['six'], + ) + finally: + # Some packages will clean temporary files + __import__('os').unlink('world.py') + """ + ), + }, + { # setup.cfg only + 'setup.cfg': DALS( + """ + [metadata] + name = foo + version = 0.0.0 + + [options] + py_modules=hello + setup_requires=six + """ + ), + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + }, + { # setup.cfg and setup.py + 'setup.cfg': DALS( + """ + [metadata] + name = foo + version = 0.0.0 + + [options] + py_modules=hello + setup_requires=six + """ + ), + 'setup.py': "__import__('setuptools').setup()", + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + }, +] + + +class TestBuildMetaBackend: + backend_name = 'setuptools.build_meta' + + def get_build_backend(self): + return BuildBackend(backend_name=self.backend_name) + + @pytest.fixture(params=defns) + def build_backend(self, tmpdir, request): + path.build(request.param, prefix=str(tmpdir)) + with tmpdir.as_cwd(): + yield self.get_build_backend() + + def test_get_requires_for_build_wheel(self, build_backend): + actual = build_backend.get_requires_for_build_wheel() + expected = ['six'] + assert sorted(actual) == sorted(expected) + + def test_get_requires_for_build_sdist(self, build_backend): + actual = build_backend.get_requires_for_build_sdist() + expected = ['six'] + assert sorted(actual) == sorted(expected) + + def test_build_wheel(self, build_backend): + dist_dir = os.path.abspath('pip-wheel') + os.makedirs(dist_dir) + wheel_name = build_backend.build_wheel(dist_dir) + + wheel_file = os.path.join(dist_dir, wheel_name) + assert os.path.isfile(wheel_file) + + # Temporary files should be removed + assert not os.path.isfile('world.py') + + with ZipFile(wheel_file) as zipfile: + wheel_contents = set(zipfile.namelist()) + + # Each one of the examples have a single module + # that should be included in the distribution + python_scripts = (f for f in wheel_contents if f.endswith('.py')) + modules = [f for f in python_scripts if not f.endswith('setup.py')] + assert len(modules) == 1 + + @pytest.mark.parametrize('build_type', ('wheel', 'sdist')) + def test_build_with_existing_file_present(self, build_type, tmpdir_cwd): + # Building a sdist/wheel should still succeed if there's + # already a sdist/wheel in the destination directory. + files = { + 'setup.py': "from setuptools import setup\nsetup()", + 'VERSION': "0.0.1", + 'setup.cfg': DALS( + """ + [metadata] + name = foo + version = file: VERSION + """ + ), + 'pyproject.toml': DALS( + """ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + """ + ), + } + + path.build(files) + + dist_dir = os.path.abspath('preexisting-' + build_type) + + build_backend = self.get_build_backend() + build_method = getattr(build_backend, 'build_' + build_type) + + # Build a first sdist/wheel. + # Note: this also check the destination directory is + # successfully created if it does not exist already. + first_result = build_method(dist_dir) + + # Change version. + with open("VERSION", "wt", encoding="utf-8") as version_file: + version_file.write("0.0.2") + + # Build a *second* sdist/wheel. + second_result = build_method(dist_dir) + + assert os.path.isfile(os.path.join(dist_dir, first_result)) + assert first_result != second_result + + # And if rebuilding the exact same sdist/wheel? + open(os.path.join(dist_dir, second_result), 'wb').close() + third_result = build_method(dist_dir) + assert third_result == second_result + assert os.path.getsize(os.path.join(dist_dir, third_result)) > 0 + + @pytest.mark.parametrize("setup_script", [None, SETUP_SCRIPT_STUB]) + def test_build_with_pyproject_config(self, tmpdir, setup_script): + files = { + 'pyproject.toml': DALS( + """ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + + [project] + name = "foo" + license = {text = "MIT"} + description = "This is a Python package" + dynamic = ["version", "readme"] + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers" + ] + urls = {Homepage = "http://github.com"} + dependencies = [ + "appdirs", + ] + + [project.optional-dependencies] + all = [ + "tomli>=1", + "pyscaffold>=4,<5", + 'importlib; python_version == "2.6"', + ] + + [project.scripts] + foo = "foo.cli:main" + + [tool.setuptools] + zip-safe = false + package-dir = {"" = "src"} + packages = {find = {where = ["src"]}} + license-files = ["LICENSE*"] + + [tool.setuptools.dynamic] + version = {attr = "foo.__version__"} + readme = {file = "README.rst"} + + [tool.distutils.sdist] + formats = "gztar" + """ + ), + "MANIFEST.in": DALS( + """ + global-include *.py *.txt + global-exclude *.py[cod] + """ + ), + "README.rst": "This is a ``README``", + "LICENSE.txt": "---- placeholder MIT license ----", + "src": { + "foo": { + "__init__.py": "__version__ = '0.1'", + "__init__.pyi": "__version__: str", + "cli.py": "def main(): print('hello world')", + "data.txt": "def main(): print('hello world')", + "py.typed": "", + } + }, + } + if setup_script: + files["setup.py"] = setup_script + + build_backend = self.get_build_backend() + with tmpdir.as_cwd(): + path.build(files) + msgs = [ + "'tool.setuptools.license-files' is deprecated in favor of 'project.license-files'", + "`project.license` as a TOML table is deprecated", + ] + with warnings.catch_warnings(): + for msg in msgs: + warnings.filterwarnings("ignore", msg, SetuptoolsDeprecationWarning) + sdist_path = build_backend.build_sdist("temp") + wheel_file = build_backend.build_wheel("temp") + + with tarfile.open(os.path.join(tmpdir, "temp", sdist_path)) as tar: + sdist_contents = set(tar.getnames()) + + with ZipFile(os.path.join(tmpdir, "temp", wheel_file)) as zipfile: + wheel_contents = set(zipfile.namelist()) + metadata = str(zipfile.read("foo-0.1.dist-info/METADATA"), "utf-8") + license = str( + zipfile.read("foo-0.1.dist-info/licenses/LICENSE.txt"), "utf-8" + ) + epoints = str(zipfile.read("foo-0.1.dist-info/entry_points.txt"), "utf-8") + + assert sdist_contents - {"foo-0.1/setup.py"} == { + 'foo-0.1', + 'foo-0.1/LICENSE.txt', + 'foo-0.1/MANIFEST.in', + 'foo-0.1/PKG-INFO', + 'foo-0.1/README.rst', + 'foo-0.1/pyproject.toml', + 'foo-0.1/setup.cfg', + 'foo-0.1/src', + 'foo-0.1/src/foo', + 'foo-0.1/src/foo/__init__.py', + 'foo-0.1/src/foo/__init__.pyi', + 'foo-0.1/src/foo/cli.py', + 'foo-0.1/src/foo/data.txt', + 'foo-0.1/src/foo/py.typed', + 'foo-0.1/src/foo.egg-info', + 'foo-0.1/src/foo.egg-info/PKG-INFO', + 'foo-0.1/src/foo.egg-info/SOURCES.txt', + 'foo-0.1/src/foo.egg-info/dependency_links.txt', + 'foo-0.1/src/foo.egg-info/entry_points.txt', + 'foo-0.1/src/foo.egg-info/requires.txt', + 'foo-0.1/src/foo.egg-info/top_level.txt', + 'foo-0.1/src/foo.egg-info/not-zip-safe', + } + assert wheel_contents == { + "foo/__init__.py", + "foo/__init__.pyi", # include type information by default + "foo/cli.py", + "foo/data.txt", # include_package_data defaults to True + "foo/py.typed", # include type information by default + "foo-0.1.dist-info/licenses/LICENSE.txt", + "foo-0.1.dist-info/METADATA", + "foo-0.1.dist-info/WHEEL", + "foo-0.1.dist-info/entry_points.txt", + "foo-0.1.dist-info/top_level.txt", + "foo-0.1.dist-info/RECORD", + } + assert license == "---- placeholder MIT license ----" + + for line in ( + "Summary: This is a Python package", + "License: MIT", + "License-File: LICENSE.txt", + "Classifier: Intended Audience :: Developers", + "Requires-Dist: appdirs", + "Requires-Dist: " + str(Requirement('tomli>=1 ; extra == "all"')), + "Requires-Dist: " + + str(Requirement('importlib; python_version=="2.6" and extra =="all"')), + ): + assert line in metadata, (line, metadata) + + assert metadata.strip().endswith("This is a ``README``") + assert epoints.strip() == "[console_scripts]\nfoo = foo.cli:main" + + def test_static_metadata_in_pyproject_config(self, tmpdir): + # Make sure static metadata in pyproject.toml is not overwritten by setup.py + # as required by PEP 621 + files = { + 'pyproject.toml': DALS( + """ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + + [project] + name = "foo" + description = "This is a Python package" + version = "42" + dependencies = ["six"] + """ + ), + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + 'setup.py': DALS( + """ + __import__('setuptools').setup( + name='bar', + version='13', + ) + """ + ), + } + build_backend = self.get_build_backend() + with tmpdir.as_cwd(): + path.build(files) + sdist_path = build_backend.build_sdist("temp") + wheel_file = build_backend.build_wheel("temp") + + assert (tmpdir / "temp/foo-42.tar.gz").exists() + assert (tmpdir / "temp/foo-42-py3-none-any.whl").exists() + assert not (tmpdir / "temp/bar-13.tar.gz").exists() + assert not (tmpdir / "temp/bar-42.tar.gz").exists() + assert not (tmpdir / "temp/foo-13.tar.gz").exists() + assert not (tmpdir / "temp/bar-13-py3-none-any.whl").exists() + assert not (tmpdir / "temp/bar-42-py3-none-any.whl").exists() + assert not (tmpdir / "temp/foo-13-py3-none-any.whl").exists() + + with tarfile.open(os.path.join(tmpdir, "temp", sdist_path)) as tar: + pkg_info = str(tar.extractfile('foo-42/PKG-INFO').read(), "utf-8") + members = tar.getnames() + assert "bar-13/PKG-INFO" not in members + + with ZipFile(os.path.join(tmpdir, "temp", wheel_file)) as zipfile: + metadata = str(zipfile.read("foo-42.dist-info/METADATA"), "utf-8") + members = zipfile.namelist() + assert "bar-13.dist-info/METADATA" not in members + + for file in pkg_info, metadata: + for line in ("Name: foo", "Version: 42"): + assert line in file + for line in ("Name: bar", "Version: 13"): + assert line not in file + + def test_build_sdist(self, build_backend): + dist_dir = os.path.abspath('pip-sdist') + os.makedirs(dist_dir) + sdist_name = build_backend.build_sdist(dist_dir) + + assert os.path.isfile(os.path.join(dist_dir, sdist_name)) + + def test_prepare_metadata_for_build_wheel(self, build_backend): + dist_dir = os.path.abspath('pip-dist-info') + os.makedirs(dist_dir) + + dist_info = build_backend.prepare_metadata_for_build_wheel(dist_dir) + + assert os.path.isfile(os.path.join(dist_dir, dist_info, 'METADATA')) + + def test_prepare_metadata_inplace(self, build_backend): + """ + Some users might pass metadata_directory pre-populated with `.tox` or `.venv`. + See issue #3523. + """ + for pre_existing in [ + ".tox/python/lib/python3.10/site-packages/attrs-22.1.0.dist-info", + ".tox/python/lib/python3.10/site-packages/autocommand-2.2.1.dist-info", + ".nox/python/lib/python3.10/site-packages/build-0.8.0.dist-info", + ".venv/python3.10/site-packages/click-8.1.3.dist-info", + "venv/python3.10/site-packages/distlib-0.3.5.dist-info", + "env/python3.10/site-packages/docutils-0.19.dist-info", + ]: + os.makedirs(pre_existing, exist_ok=True) + dist_info = build_backend.prepare_metadata_for_build_wheel(".") + assert os.path.isfile(os.path.join(dist_info, 'METADATA')) + + def test_build_sdist_explicit_dist(self, build_backend): + # explicitly specifying the dist folder should work + # the folder sdist_directory and the ``--dist-dir`` can be the same + dist_dir = os.path.abspath('dist') + sdist_name = build_backend.build_sdist(dist_dir) + assert os.path.isfile(os.path.join(dist_dir, sdist_name)) + + def test_build_sdist_version_change(self, build_backend): + sdist_into_directory = os.path.abspath("out_sdist") + os.makedirs(sdist_into_directory) + + sdist_name = build_backend.build_sdist(sdist_into_directory) + assert os.path.isfile(os.path.join(sdist_into_directory, sdist_name)) + + # if the setup.py changes subsequent call of the build meta + # should still succeed, given the + # sdist_directory the frontend specifies is empty + setup_loc = os.path.abspath("setup.py") + if not os.path.exists(setup_loc): + setup_loc = os.path.abspath("setup.cfg") + + with open(setup_loc, 'rt', encoding="utf-8") as file_handler: + content = file_handler.read() + with open(setup_loc, 'wt', encoding="utf-8") as file_handler: + file_handler.write(content.replace("version='0.0.0'", "version='0.0.1'")) + + shutil.rmtree(sdist_into_directory) + os.makedirs(sdist_into_directory) + + sdist_name = build_backend.build_sdist("out_sdist") + assert os.path.isfile(os.path.join(os.path.abspath("out_sdist"), sdist_name)) + + def test_build_sdist_pyproject_toml_exists(self, tmpdir_cwd): + files = { + 'setup.py': DALS( + """ + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['hello'] + )""" + ), + 'hello.py': '', + 'pyproject.toml': DALS( + """ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + """ + ), + } + path.build(files) + build_backend = self.get_build_backend() + targz_path = build_backend.build_sdist("temp") + with tarfile.open(os.path.join("temp", targz_path)) as tar: + assert any('pyproject.toml' in name for name in tar.getnames()) + + def test_build_sdist_setup_py_exists(self, tmpdir_cwd): + # If build_sdist is called from a script other than setup.py, + # ensure setup.py is included + path.build(defns[0]) + + build_backend = self.get_build_backend() + targz_path = build_backend.build_sdist("temp") + with tarfile.open(os.path.join("temp", targz_path)) as tar: + assert any('setup.py' in name for name in tar.getnames()) + + def test_build_sdist_setup_py_manifest_excluded(self, tmpdir_cwd): + # Ensure that MANIFEST.in can exclude setup.py + files = { + 'setup.py': DALS( + """ + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['hello'] + )""" + ), + 'hello.py': '', + 'MANIFEST.in': DALS( + """ + exclude setup.py + """ + ), + } + + path.build(files) + + build_backend = self.get_build_backend() + targz_path = build_backend.build_sdist("temp") + with tarfile.open(os.path.join("temp", targz_path)) as tar: + assert not any('setup.py' in name for name in tar.getnames()) + + def test_build_sdist_builds_targz_even_if_zip_indicated(self, tmpdir_cwd): + files = { + 'setup.py': DALS( + """ + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['hello'] + )""" + ), + 'hello.py': '', + 'setup.cfg': DALS( + """ + [sdist] + formats=zip + """ + ), + } + + path.build(files) + + build_backend = self.get_build_backend() + build_backend.build_sdist("temp") + + _relative_path_import_files = { + 'setup.py': DALS( + """ + __import__('setuptools').setup( + name='foo', + version=__import__('hello').__version__, + py_modules=['hello'] + )""" + ), + 'hello.py': '__version__ = "0.0.0"', + 'setup.cfg': DALS( + """ + [sdist] + formats=zip + """ + ), + } + + def test_build_sdist_relative_path_import(self, tmpdir_cwd): + path.build(self._relative_path_import_files) + build_backend = self.get_build_backend() + with pytest.raises(ImportError, match="^No module named 'hello'$"): + build_backend.build_sdist("temp") + + _simple_pyproject_example = { + "pyproject.toml": DALS( + """ + [project] + name = "proj" + version = "42" + """ + ), + "src": {"proj": {"__init__.py": ""}}, + } + + def _assert_link_tree(self, parent_dir): + """All files in the directory should be either links or hard links""" + files = list(Path(parent_dir).glob("**/*")) + assert files # Should not be empty + for file in files: + assert file.is_symlink() or os.stat(file).st_nlink > 0 + + def test_editable_without_config_settings(self, tmpdir_cwd): + """ + Sanity check to ensure tests with --mode=strict are different from the ones + without --mode. + + --mode=strict should create a local directory with a package tree. + The directory should not get created otherwise. + """ + path.build(self._simple_pyproject_example) + build_backend = self.get_build_backend() + assert not Path("build").exists() + build_backend.build_editable("temp") + assert not Path("build").exists() + + def test_build_wheel_inplace(self, tmpdir_cwd): + config_settings = {"--build-option": ["build_ext", "--inplace"]} + path.build(self._simple_pyproject_example) + build_backend = self.get_build_backend() + assert not Path("build").exists() + Path("build").mkdir() + build_backend.prepare_metadata_for_build_wheel("build", config_settings) + build_backend.build_wheel("build", config_settings) + assert Path("build/proj-42-py3-none-any.whl").exists() + + @pytest.mark.parametrize("config_settings", [{"editable-mode": "strict"}]) + def test_editable_with_config_settings(self, tmpdir_cwd, config_settings): + path.build({**self._simple_pyproject_example, '_meta': {}}) + assert not Path("build").exists() + build_backend = self.get_build_backend() + build_backend.prepare_metadata_for_build_editable("_meta", config_settings) + build_backend.build_editable("temp", config_settings, "_meta") + self._assert_link_tree(next(Path("build").glob("__editable__.*"))) + + @pytest.mark.parametrize( + ("setup_literal", "requirements"), + [ + ("'foo'", ['foo']), + ("['foo']", ['foo']), + (r"'foo\n'", ['foo']), + (r"'foo\n\n'", ['foo']), + ("['foo', 'bar']", ['foo', 'bar']), + (r"'# Has a comment line\nfoo'", ['foo']), + (r"'foo # Has an inline comment'", ['foo']), + (r"'foo \\\n >=3.0'", ['foo>=3.0']), + (r"'foo\nbar'", ['foo', 'bar']), + (r"'foo\nbar\n'", ['foo', 'bar']), + (r"['foo\n', 'bar\n']", ['foo', 'bar']), + ], + ) + @pytest.mark.parametrize('use_wheel', [True, False]) + def test_setup_requires(self, setup_literal, requirements, use_wheel, tmpdir_cwd): + files = { + 'setup.py': DALS( + """ + from setuptools import setup + + setup( + name="qux", + version="0.0.0", + py_modules=["hello"], + setup_requires={setup_literal}, + ) + """ + ).format(setup_literal=setup_literal), + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + } + + path.build(files) + + build_backend = self.get_build_backend() + + if use_wheel: + get_requires = build_backend.get_requires_for_build_wheel + else: + get_requires = build_backend.get_requires_for_build_sdist + + # Ensure that the build requirements are properly parsed + expected = sorted(requirements) + actual = get_requires() + + assert expected == sorted(actual) + + def test_setup_requires_with_auto_discovery(self, tmpdir_cwd): + # Make sure patches introduced to retrieve setup_requires don't accidentally + # activate auto-discovery and cause problems due to the incomplete set of + # attributes passed to MinimalDistribution + files = { + 'pyproject.toml': DALS( + """ + [project] + name = "proj" + version = "42" + """ + ), + "setup.py": DALS( + """ + __import__('setuptools').setup( + setup_requires=["foo"], + py_modules = ["hello", "world"] + ) + """ + ), + 'hello.py': "'hello'", + 'world.py': "'world'", + } + path.build(files) + build_backend = self.get_build_backend() + setup_requires = build_backend.get_requires_for_build_wheel() + assert setup_requires == ["foo"] + + def test_dont_install_setup_requires(self, tmpdir_cwd): + files = { + 'setup.py': DALS( + """ + from setuptools import setup + + setup( + name="qux", + version="0.0.0", + py_modules=["hello"], + setup_requires=["does-not-exist >99"], + ) + """ + ), + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + } + + path.build(files) + + build_backend = self.get_build_backend() + + dist_dir = os.path.abspath('pip-dist-info') + os.makedirs(dist_dir) + + # does-not-exist can't be satisfied, so if it attempts to install + # setup_requires, it will fail. + build_backend.prepare_metadata_for_build_wheel(dist_dir) + + _sys_argv_0_passthrough = { + 'setup.py': DALS( + """ + import os + import sys + + __import__('setuptools').setup( + name='foo', + version='0.0.0', + ) + + sys_argv = os.path.abspath(sys.argv[0]) + file_path = os.path.abspath('setup.py') + assert sys_argv == file_path + """ + ) + } + + def test_sys_argv_passthrough(self, tmpdir_cwd): + path.build(self._sys_argv_0_passthrough) + build_backend = self.get_build_backend() + with pytest.raises(AssertionError): + build_backend.build_sdist("temp") + + _setup_py_file_abspath = { + 'setup.py': DALS( + """ + import os + assert os.path.isabs(__file__) + __import__('setuptools').setup( + name='foo', + version='0.0.0', + py_modules=['hello'], + setup_requires=['six'], + ) + """ + ) + } + + def test_setup_py_file_abspath(self, tmpdir_cwd): + path.build(self._setup_py_file_abspath) + build_backend = self.get_build_backend() + build_backend.build_sdist("temp") + + @pytest.mark.parametrize('build_hook', ('build_sdist', 'build_wheel')) + def test_build_with_empty_setuppy(self, build_backend, build_hook): + files = {'setup.py': ''} + path.build(files) + + msg = re.escape('No distribution was found.') + with pytest.raises(ValueError, match=msg): + getattr(build_backend, build_hook)("temp") + + +class TestBuildMetaLegacyBackend(TestBuildMetaBackend): + backend_name = 'setuptools.build_meta:__legacy__' + + # build_meta_legacy-specific tests + def test_build_sdist_relative_path_import(self, tmpdir_cwd): + # This must fail in build_meta, but must pass in build_meta_legacy + path.build(self._relative_path_import_files) + + build_backend = self.get_build_backend() + build_backend.build_sdist("temp") + + def test_sys_argv_passthrough(self, tmpdir_cwd): + path.build(self._sys_argv_0_passthrough) + + build_backend = self.get_build_backend() + build_backend.build_sdist("temp") + + +def test_legacy_editable_install(venv, tmpdir, tmpdir_cwd): + pyproject = """ + [build-system] + requires = ["setuptools"] + build-backend = "setuptools.build_meta" + [project] + name = "myproj" + version = "42" + """ + path.build({"pyproject.toml": DALS(pyproject), "mymod.py": ""}) + + # First: sanity check + cmd = ["pip", "install", "--no-build-isolation", "-e", "."] + output = venv.run(cmd, cwd=tmpdir).lower() + assert "running setup.py develop for myproj" not in output + assert "created wheel for myproj" in output + + # Then: real test + env = {**os.environ, "SETUPTOOLS_ENABLE_FEATURES": "legacy-editable"} + cmd = ["pip", "install", "--no-build-isolation", "-e", "."] + output = venv.run(cmd, cwd=tmpdir, env=env).lower() + assert "running setup.py develop for myproj" in output + + +@pytest.mark.filterwarnings("ignore::setuptools.SetuptoolsDeprecationWarning") +def test_sys_exit_0_in_setuppy(monkeypatch, tmp_path): + """Setuptools should be resilient to setup.py with ``sys.exit(0)`` (#3973).""" + monkeypatch.chdir(tmp_path) + setuppy = """ + import sys, setuptools + setuptools.setup(name='foo', version='0.0.0') + sys.exit(0) + """ + (tmp_path / "setup.py").write_text(DALS(setuppy), encoding="utf-8") + backend = BuildBackend(backend_name="setuptools.build_meta") + assert backend.get_requires_for_build_wheel() == [] + + +def test_system_exit_in_setuppy(monkeypatch, tmp_path): + monkeypatch.chdir(tmp_path) + setuppy = "import sys; sys.exit('some error')" + (tmp_path / "setup.py").write_text(setuppy, encoding="utf-8") + with pytest.raises(SystemExit, match="some error"): + backend = BuildBackend(backend_name="setuptools.build_meta") + backend.get_requires_for_build_wheel() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_py.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_py.py new file mode 100644 index 0000000..1e3a660 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_build_py.py @@ -0,0 +1,480 @@ +import os +import shutil +import stat +import warnings +from pathlib import Path +from unittest.mock import Mock + +import jaraco.path +import pytest + +from setuptools import SetuptoolsDeprecationWarning +from setuptools.dist import Distribution + +from .textwrap import DALS + + +def test_directories_in_package_data_glob(tmpdir_cwd): + """ + Directories matching the glob in package_data should + not be included in the package data. + + Regression test for #261. + """ + dist = Distribution( + dict( + script_name='setup.py', + script_args=['build_py'], + packages=[''], + package_data={'': ['path/*']}, + ) + ) + os.makedirs('path/subpath') + dist.parse_command_line() + dist.run_commands() + + +def test_recursive_in_package_data_glob(tmpdir_cwd): + """ + Files matching recursive globs (**) in package_data should + be included in the package data. + + #1806 + """ + dist = Distribution( + dict( + script_name='setup.py', + script_args=['build_py'], + packages=[''], + package_data={'': ['path/**/data']}, + ) + ) + os.makedirs('path/subpath/subsubpath') + open('path/subpath/subsubpath/data', 'wb').close() + + dist.parse_command_line() + dist.run_commands() + + assert stat.S_ISREG(os.stat('build/lib/path/subpath/subsubpath/data').st_mode), ( + "File is not included" + ) + + +def test_read_only(tmpdir_cwd): + """ + Ensure read-only flag is not preserved in copy + for package modules and package data, as that + causes problems with deleting read-only files on + Windows. + + #1451 + """ + dist = Distribution( + dict( + script_name='setup.py', + script_args=['build_py'], + packages=['pkg'], + package_data={'pkg': ['data.dat']}, + ) + ) + os.makedirs('pkg') + open('pkg/__init__.py', 'wb').close() + open('pkg/data.dat', 'wb').close() + os.chmod('pkg/__init__.py', stat.S_IREAD) + os.chmod('pkg/data.dat', stat.S_IREAD) + dist.parse_command_line() + dist.run_commands() + shutil.rmtree('build') + + +@pytest.mark.xfail( + 'platform.system() == "Windows"', + reason="On Windows, files do not have executable bits", + raises=AssertionError, + strict=True, +) +def test_executable_data(tmpdir_cwd): + """ + Ensure executable bit is preserved in copy for + package data, as users rely on it for scripts. + + #2041 + """ + dist = Distribution( + dict( + script_name='setup.py', + script_args=['build_py'], + packages=['pkg'], + package_data={'pkg': ['run-me']}, + ) + ) + os.makedirs('pkg') + open('pkg/__init__.py', 'wb').close() + open('pkg/run-me', 'wb').close() + os.chmod('pkg/run-me', 0o700) + + dist.parse_command_line() + dist.run_commands() + + assert os.stat('build/lib/pkg/run-me').st_mode & stat.S_IEXEC, ( + "Script is not executable" + ) + + +EXAMPLE_WITH_MANIFEST = { + "setup.cfg": DALS( + """ + [metadata] + name = mypkg + version = 42 + + [options] + include_package_data = True + packages = find: + + [options.packages.find] + exclude = *.tests* + """ + ), + "mypkg": { + "__init__.py": "", + "resource_file.txt": "", + "tests": { + "__init__.py": "", + "test_mypkg.py": "", + "test_file.txt": "", + }, + }, + "MANIFEST.in": DALS( + """ + global-include *.py *.txt + global-exclude *.py[cod] + prune dist + prune build + prune *.egg-info + """ + ), +} + + +def test_excluded_subpackages(tmpdir_cwd): + jaraco.path.build(EXAMPLE_WITH_MANIFEST) + dist = Distribution({"script_name": "%PEP 517%"}) + dist.parse_config_files() + + build_py = dist.get_command_obj("build_py") + + msg = r"Python recognizes 'mypkg\.tests' as an importable package" + with pytest.warns(SetuptoolsDeprecationWarning, match=msg): + # TODO: To fix #3260 we need some transition period to deprecate the + # existing behavior of `include_package_data`. After the transition, we + # should remove the warning and fix the behavior. + + if os.getenv("SETUPTOOLS_USE_DISTUTILS") == "stdlib": + # pytest.warns reset the warning filter temporarily + # https://github.com/pytest-dev/pytest/issues/4011#issuecomment-423494810 + warnings.filterwarnings( + "ignore", + "'encoding' argument not specified", + module="distutils.text_file", + # This warning is already fixed in pypa/distutils but not in stdlib + ) + + build_py.finalize_options() + build_py.run() + + build_dir = Path(dist.get_command_obj("build_py").build_lib) + assert (build_dir / "mypkg/__init__.py").exists() + assert (build_dir / "mypkg/resource_file.txt").exists() + + # Setuptools is configured to ignore `mypkg.tests`, therefore the following + # files/dirs should not be included in the distribution. + for f in [ + "mypkg/tests/__init__.py", + "mypkg/tests/test_mypkg.py", + "mypkg/tests/test_file.txt", + "mypkg/tests", + ]: + with pytest.raises(AssertionError): + # TODO: Enforce the following assertion once #3260 is fixed + # (remove context manager and the following xfail). + assert not (build_dir / f).exists() + + pytest.xfail("#3260") + + +@pytest.mark.filterwarnings("ignore::setuptools.SetuptoolsDeprecationWarning") +def test_existing_egg_info(tmpdir_cwd, monkeypatch): + """When provided with the ``existing_egg_info_dir`` attribute, build_py should not + attempt to run egg_info again. + """ + # == Pre-condition == + # Generate an egg-info dir + jaraco.path.build(EXAMPLE_WITH_MANIFEST) + dist = Distribution({"script_name": "%PEP 517%"}) + dist.parse_config_files() + assert dist.include_package_data + + egg_info = dist.get_command_obj("egg_info") + dist.run_command("egg_info") + egg_info_dir = next(Path(egg_info.egg_base).glob("*.egg-info")) + assert egg_info_dir.is_dir() + + # == Setup == + build_py = dist.get_command_obj("build_py") + build_py.finalize_options() + egg_info = dist.get_command_obj("egg_info") + egg_info_run = Mock(side_effect=egg_info.run) + monkeypatch.setattr(egg_info, "run", egg_info_run) + + # == Remove caches == + # egg_info is called when build_py looks for data_files, which gets cached. + # We need to ensure it is not cached yet, otherwise it may impact on the tests + build_py.__dict__.pop('data_files', None) + dist.reinitialize_command(egg_info) + + # == Sanity check == + # Ensure that if existing_egg_info is not given, build_py attempts to run egg_info + build_py.existing_egg_info_dir = None + build_py.run() + egg_info_run.assert_called() + + # == Remove caches == + egg_info_run.reset_mock() + build_py.__dict__.pop('data_files', None) + dist.reinitialize_command(egg_info) + + # == Actual test == + # Ensure that if existing_egg_info_dir is given, egg_info doesn't run + build_py.existing_egg_info_dir = egg_info_dir + build_py.run() + egg_info_run.assert_not_called() + assert build_py.data_files + + # Make sure the list of outputs is actually OK + outputs = map(lambda x: x.replace(os.sep, "/"), build_py.get_outputs()) + assert outputs + example = str(Path(build_py.build_lib, "mypkg/__init__.py")).replace(os.sep, "/") + assert example in outputs + + +EXAMPLE_ARBITRARY_MAPPING = { + "pyproject.toml": DALS( + """ + [project] + name = "mypkg" + version = "42" + + [tool.setuptools] + packages = ["mypkg", "mypkg.sub1", "mypkg.sub2", "mypkg.sub2.nested"] + + [tool.setuptools.package-dir] + "" = "src" + "mypkg.sub2" = "src/mypkg/_sub2" + "mypkg.sub2.nested" = "other" + """ + ), + "src": { + "mypkg": { + "__init__.py": "", + "resource_file.txt": "", + "sub1": { + "__init__.py": "", + "mod1.py": "", + }, + "_sub2": { + "mod2.py": "", + }, + }, + }, + "other": { + "__init__.py": "", + "mod3.py": "", + }, + "MANIFEST.in": DALS( + """ + global-include *.py *.txt + global-exclude *.py[cod] + """ + ), +} + + +def test_get_outputs(tmpdir_cwd): + jaraco.path.build(EXAMPLE_ARBITRARY_MAPPING) + dist = Distribution({"script_name": "%test%"}) + dist.parse_config_files() + + build_py = dist.get_command_obj("build_py") + build_py.editable_mode = True + build_py.ensure_finalized() + build_lib = build_py.build_lib.replace(os.sep, "/") + outputs = {x.replace(os.sep, "/") for x in build_py.get_outputs()} + assert outputs == { + f"{build_lib}/mypkg/__init__.py", + f"{build_lib}/mypkg/resource_file.txt", + f"{build_lib}/mypkg/sub1/__init__.py", + f"{build_lib}/mypkg/sub1/mod1.py", + f"{build_lib}/mypkg/sub2/mod2.py", + f"{build_lib}/mypkg/sub2/nested/__init__.py", + f"{build_lib}/mypkg/sub2/nested/mod3.py", + } + mapping = { + k.replace(os.sep, "/"): v.replace(os.sep, "/") + for k, v in build_py.get_output_mapping().items() + } + assert mapping == { + f"{build_lib}/mypkg/__init__.py": "src/mypkg/__init__.py", + f"{build_lib}/mypkg/resource_file.txt": "src/mypkg/resource_file.txt", + f"{build_lib}/mypkg/sub1/__init__.py": "src/mypkg/sub1/__init__.py", + f"{build_lib}/mypkg/sub1/mod1.py": "src/mypkg/sub1/mod1.py", + f"{build_lib}/mypkg/sub2/mod2.py": "src/mypkg/_sub2/mod2.py", + f"{build_lib}/mypkg/sub2/nested/__init__.py": "other/__init__.py", + f"{build_lib}/mypkg/sub2/nested/mod3.py": "other/mod3.py", + } + + +class TestTypeInfoFiles: + PYPROJECTS = { + "default_pyproject": DALS( + """ + [project] + name = "foo" + version = "1" + """ + ), + "dont_include_package_data": DALS( + """ + [project] + name = "foo" + version = "1" + + [tool.setuptools] + include-package-data = false + """ + ), + "exclude_type_info": DALS( + """ + [project] + name = "foo" + version = "1" + + [tool.setuptools] + include-package-data = false + + [tool.setuptools.exclude-package-data] + "*" = ["py.typed", "*.pyi"] + """ + ), + } + + EXAMPLES = { + "simple_namespace": { + "directory_structure": { + "foo": { + "bar.pyi": "", + "py.typed": "", + "__init__.py": "", + } + }, + "expected_type_files": {"foo/bar.pyi", "foo/py.typed"}, + }, + "nested_inside_namespace": { + "directory_structure": { + "foo": { + "bar": { + "py.typed": "", + "mod.pyi": "", + } + } + }, + "expected_type_files": {"foo/bar/mod.pyi", "foo/bar/py.typed"}, + }, + "namespace_nested_inside_regular": { + "directory_structure": { + "foo": { + "namespace": { + "foo.pyi": "", + }, + "__init__.pyi": "", + "py.typed": "", + } + }, + "expected_type_files": { + "foo/namespace/foo.pyi", + "foo/__init__.pyi", + "foo/py.typed", + }, + }, + } + + @pytest.mark.parametrize( + "pyproject", + [ + "default_pyproject", + pytest.param( + "dont_include_package_data", + marks=pytest.mark.xfail(reason="pypa/setuptools#4350"), + ), + ], + ) + @pytest.mark.parametrize("example", EXAMPLES.keys()) + def test_type_files_included_by_default(self, tmpdir_cwd, pyproject, example): + structure = { + **self.EXAMPLES[example]["directory_structure"], + "pyproject.toml": self.PYPROJECTS[pyproject], + } + expected_type_files = self.EXAMPLES[example]["expected_type_files"] + jaraco.path.build(structure) + + build_py = get_finalized_build_py() + outputs = get_outputs(build_py) + assert expected_type_files <= outputs + + @pytest.mark.parametrize("pyproject", ["exclude_type_info"]) + @pytest.mark.parametrize("example", EXAMPLES.keys()) + def test_type_files_can_be_excluded(self, tmpdir_cwd, pyproject, example): + structure = { + **self.EXAMPLES[example]["directory_structure"], + "pyproject.toml": self.PYPROJECTS[pyproject], + } + expected_type_files = self.EXAMPLES[example]["expected_type_files"] + jaraco.path.build(structure) + + build_py = get_finalized_build_py() + outputs = get_outputs(build_py) + assert expected_type_files.isdisjoint(outputs) + + def test_stub_only_package(self, tmpdir_cwd): + structure = { + "pyproject.toml": DALS( + """ + [project] + name = "foo-stubs" + version = "1" + """ + ), + "foo-stubs": {"__init__.pyi": "", "bar.pyi": ""}, + } + expected_type_files = {"foo-stubs/__init__.pyi", "foo-stubs/bar.pyi"} + jaraco.path.build(structure) + + build_py = get_finalized_build_py() + outputs = get_outputs(build_py) + assert expected_type_files <= outputs + + +def get_finalized_build_py(script_name="%build_py-test%"): + dist = Distribution({"script_name": script_name}) + dist.parse_config_files() + build_py = dist.get_command_obj("build_py") + build_py.finalize_options() + return build_py + + +def get_outputs(build_py): + build_dir = Path(build_py.build_lib) + return { + os.path.relpath(x, build_dir).replace(os.sep, "/") + for x in build_py.get_outputs() + } diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py new file mode 100644 index 0000000..b5df820 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_config_discovery.py @@ -0,0 +1,647 @@ +import os +import sys +from configparser import ConfigParser +from itertools import product +from typing import cast + +import jaraco.path +import pytest +from path import Path + +import setuptools # noqa: F401 # force distutils.core to be patched +from setuptools.command.sdist import sdist +from setuptools.discovery import find_package_path, find_parent_package +from setuptools.dist import Distribution +from setuptools.errors import PackageDiscoveryError + +from .contexts import quiet +from .integration.helpers import get_sdist_members, get_wheel_members, run +from .textwrap import DALS + +import distutils.core + + +class TestFindParentPackage: + def test_single_package(self, tmp_path): + # find_parent_package should find a non-namespace parent package + (tmp_path / "src/namespace/pkg/nested").mkdir(exist_ok=True, parents=True) + (tmp_path / "src/namespace/pkg/nested/__init__.py").touch() + (tmp_path / "src/namespace/pkg/__init__.py").touch() + packages = ["namespace", "namespace.pkg", "namespace.pkg.nested"] + assert find_parent_package(packages, {"": "src"}, tmp_path) == "namespace.pkg" + + def test_multiple_toplevel(self, tmp_path): + # find_parent_package should return null if the given list of packages does not + # have a single parent package + multiple = ["pkg", "pkg1", "pkg2"] + for name in multiple: + (tmp_path / f"src/{name}").mkdir(exist_ok=True, parents=True) + (tmp_path / f"src/{name}/__init__.py").touch() + assert find_parent_package(multiple, {"": "src"}, tmp_path) is None + + +class TestDiscoverPackagesAndPyModules: + """Make sure discovered values for ``packages`` and ``py_modules`` work + similarly to explicit configuration for the simple scenarios. + """ + + OPTIONS = { + # Different options according to the circumstance being tested + "explicit-src": {"package_dir": {"": "src"}, "packages": ["pkg"]}, + "variation-lib": { + "package_dir": {"": "lib"}, # variation of the source-layout + }, + "explicit-flat": {"packages": ["pkg"]}, + "explicit-single_module": {"py_modules": ["pkg"]}, + "explicit-namespace": {"packages": ["ns", "ns.pkg"]}, + "automatic-src": {}, + "automatic-flat": {}, + "automatic-single_module": {}, + "automatic-namespace": {}, + } + FILES = { + "src": ["src/pkg/__init__.py", "src/pkg/main.py"], + "lib": ["lib/pkg/__init__.py", "lib/pkg/main.py"], + "flat": ["pkg/__init__.py", "pkg/main.py"], + "single_module": ["pkg.py"], + "namespace": ["ns/pkg/__init__.py"], + } + + def _get_info(self, circumstance): + _, _, layout = circumstance.partition("-") + files = self.FILES[layout] + options = self.OPTIONS[circumstance] + return files, options + + @pytest.mark.parametrize("circumstance", OPTIONS.keys()) + def test_sdist_filelist(self, tmp_path, circumstance): + files, options = self._get_info(circumstance) + _populate_project_dir(tmp_path, files, options) + + _, cmd = _run_sdist_programatically(tmp_path, options) + + manifest = [f.replace(os.sep, "/") for f in cmd.filelist.files] + for file in files: + assert any(f.endswith(file) for f in manifest) + + @pytest.mark.parametrize("circumstance", OPTIONS.keys()) + def test_project(self, tmp_path, circumstance): + files, options = self._get_info(circumstance) + _populate_project_dir(tmp_path, files, options) + + # Simulate a pre-existing `build` directory + (tmp_path / "build").mkdir() + (tmp_path / "build/lib").mkdir() + (tmp_path / "build/bdist.linux-x86_64").mkdir() + (tmp_path / "build/bdist.linux-x86_64/file.py").touch() + (tmp_path / "build/lib/__init__.py").touch() + (tmp_path / "build/lib/file.py").touch() + (tmp_path / "dist").mkdir() + (tmp_path / "dist/file.py").touch() + + _run_build(tmp_path) + + sdist_files = get_sdist_members(next(tmp_path.glob("dist/*.tar.gz"))) + print("~~~~~ sdist_members ~~~~~") + print('\n'.join(sdist_files)) + assert sdist_files >= set(files) + + wheel_files = get_wheel_members(next(tmp_path.glob("dist/*.whl"))) + print("~~~~~ wheel_members ~~~~~") + print('\n'.join(wheel_files)) + orig_files = {f.replace("src/", "").replace("lib/", "") for f in files} + assert wheel_files >= orig_files + + # Make sure build files are not included by mistake + for file in wheel_files: + assert "build" not in files + assert "dist" not in files + + PURPOSEFULLY_EMPY = { + "setup.cfg": DALS( + """ + [metadata] + name = myproj + version = 0.0.0 + + [options] + {param} = + """ + ), + "setup.py": DALS( + """ + __import__('setuptools').setup( + name="myproj", + version="0.0.0", + {param}=[] + ) + """ + ), + "pyproject.toml": DALS( + """ + [build-system] + requires = [] + build-backend = 'setuptools.build_meta' + + [project] + name = "myproj" + version = "0.0.0" + + [tool.setuptools] + {param} = [] + """ + ), + "template-pyproject.toml": DALS( + """ + [build-system] + requires = [] + build-backend = 'setuptools.build_meta' + """ + ), + } + + @pytest.mark.parametrize( + ("config_file", "param", "circumstance"), + product( + ["setup.cfg", "setup.py", "pyproject.toml"], + ["packages", "py_modules"], + FILES.keys(), + ), + ) + def test_purposefully_empty(self, tmp_path, config_file, param, circumstance): + files = self.FILES[circumstance] + ["mod.py", "other.py", "src/pkg/__init__.py"] + _populate_project_dir(tmp_path, files, {}) + + if config_file == "pyproject.toml": + template_param = param.replace("_", "-") + else: + # Make sure build works with or without setup.cfg + pyproject = self.PURPOSEFULLY_EMPY["template-pyproject.toml"] + (tmp_path / "pyproject.toml").write_text(pyproject, encoding="utf-8") + template_param = param + + config = self.PURPOSEFULLY_EMPY[config_file].format(param=template_param) + (tmp_path / config_file).write_text(config, encoding="utf-8") + + dist = _get_dist(tmp_path, {}) + # When either parameter package or py_modules is an empty list, + # then there should be no discovery + assert getattr(dist, param) == [] + other = {"py_modules": "packages", "packages": "py_modules"}[param] + assert getattr(dist, other) is None + + @pytest.mark.parametrize( + ("extra_files", "pkgs"), + [ + (["venv/bin/simulate_venv"], {"pkg"}), + (["pkg-stubs/__init__.pyi"], {"pkg", "pkg-stubs"}), + (["other-stubs/__init__.pyi"], {"pkg", "other-stubs"}), + ( + # Type stubs can also be namespaced + ["namespace-stubs/pkg/__init__.pyi"], + {"pkg", "namespace-stubs", "namespace-stubs.pkg"}, + ), + ( + # Just the top-level package can have `-stubs`, ignore nested ones + ["namespace-stubs/pkg-stubs/__init__.pyi"], + {"pkg", "namespace-stubs"}, + ), + (["_hidden/file.py"], {"pkg"}), + (["news/finalize.py"], {"pkg"}), + ], + ) + def test_flat_layout_with_extra_files(self, tmp_path, extra_files, pkgs): + files = self.FILES["flat"] + extra_files + _populate_project_dir(tmp_path, files, {}) + dist = _get_dist(tmp_path, {}) + assert set(dist.packages) == pkgs + + @pytest.mark.parametrize( + "extra_files", + [ + ["other/__init__.py"], + ["other/finalize.py"], + ], + ) + def test_flat_layout_with_dangerous_extra_files(self, tmp_path, extra_files): + files = self.FILES["flat"] + extra_files + _populate_project_dir(tmp_path, files, {}) + with pytest.raises(PackageDiscoveryError, match="multiple (packages|modules)"): + _get_dist(tmp_path, {}) + + def test_flat_layout_with_single_module(self, tmp_path): + files = self.FILES["single_module"] + ["invalid-module-name.py"] + _populate_project_dir(tmp_path, files, {}) + dist = _get_dist(tmp_path, {}) + assert set(dist.py_modules) == {"pkg"} + + def test_flat_layout_with_multiple_modules(self, tmp_path): + files = self.FILES["single_module"] + ["valid_module_name.py"] + _populate_project_dir(tmp_path, files, {}) + with pytest.raises(PackageDiscoveryError, match="multiple (packages|modules)"): + _get_dist(tmp_path, {}) + + def test_py_modules_when_wheel_dir_is_cwd(self, tmp_path): + """Regression for issue 3692""" + from setuptools import build_meta + + pyproject = '[project]\nname = "test"\nversion = "1"' + (tmp_path / "pyproject.toml").write_text(DALS(pyproject), encoding="utf-8") + (tmp_path / "foo.py").touch() + with jaraco.path.DirectoryStack().context(tmp_path): + build_meta.build_wheel(".") + # Ensure py_modules are found + wheel_files = get_wheel_members(next(tmp_path.glob("*.whl"))) + assert "foo.py" in wheel_files + + +class TestNoConfig: + DEFAULT_VERSION = "0.0.0" # Default version given by setuptools + + EXAMPLES = { + "pkg1": ["src/pkg1.py"], + "pkg2": ["src/pkg2/__init__.py"], + "pkg3": ["src/pkg3/__init__.py", "src/pkg3-stubs/__init__.py"], + "pkg4": ["pkg4/__init__.py", "pkg4-stubs/__init__.py"], + "ns.nested.pkg1": ["src/ns/nested/pkg1/__init__.py"], + "ns.nested.pkg2": ["ns/nested/pkg2/__init__.py"], + } + + @pytest.mark.parametrize("example", EXAMPLES.keys()) + def test_discover_name(self, tmp_path, example): + _populate_project_dir(tmp_path, self.EXAMPLES[example], {}) + dist = _get_dist(tmp_path, {}) + assert dist.get_name() == example + + def test_build_with_discovered_name(self, tmp_path): + files = ["src/ns/nested/pkg/__init__.py"] + _populate_project_dir(tmp_path, files, {}) + _run_build(tmp_path, "--sdist") + # Expected distribution file + dist_file = tmp_path / f"dist/ns_nested_pkg-{self.DEFAULT_VERSION}.tar.gz" + assert dist_file.is_file() + + +class TestWithAttrDirective: + @pytest.mark.parametrize( + ("folder", "opts"), + [ + ("src", {}), + ("lib", {"packages": "find:", "packages.find": {"where": "lib"}}), + ], + ) + def test_setupcfg_metadata(self, tmp_path, folder, opts): + files = [f"{folder}/pkg/__init__.py", "setup.cfg"] + _populate_project_dir(tmp_path, files, opts) + + config = (tmp_path / "setup.cfg").read_text(encoding="utf-8") + overwrite = { + folder: {"pkg": {"__init__.py": "version = 42"}}, + "setup.cfg": "[metadata]\nversion = attr: pkg.version\n" + config, + } + jaraco.path.build(overwrite, prefix=tmp_path) + + dist = _get_dist(tmp_path, {}) + assert dist.get_name() == "pkg" + assert dist.get_version() == "42" + assert dist.package_dir + package_path = find_package_path("pkg", dist.package_dir, tmp_path) + assert os.path.exists(package_path) + assert folder in Path(package_path).parts() + + _run_build(tmp_path, "--sdist") + dist_file = tmp_path / "dist/pkg-42.tar.gz" + assert dist_file.is_file() + + def test_pyproject_metadata(self, tmp_path): + _populate_project_dir(tmp_path, ["src/pkg/__init__.py"], {}) + + overwrite = { + "src": {"pkg": {"__init__.py": "version = 42"}}, + "pyproject.toml": ( + "[project]\nname = 'pkg'\ndynamic = ['version']\n" + "[tool.setuptools.dynamic]\nversion = {attr = 'pkg.version'}\n" + ), + } + jaraco.path.build(overwrite, prefix=tmp_path) + + dist = _get_dist(tmp_path, {}) + assert dist.get_version() == "42" + assert dist.package_dir == {"": "src"} + + +class TestWithCExtension: + def _simulate_package_with_extension(self, tmp_path): + # This example is based on: https://github.com/nucleic/kiwi/tree/1.4.0 + files = [ + "benchmarks/file.py", + "docs/Makefile", + "docs/requirements.txt", + "docs/source/conf.py", + "proj/header.h", + "proj/file.py", + "py/proj.cpp", + "py/other.cpp", + "py/file.py", + "py/py.typed", + "py/tests/test_proj.py", + "README.rst", + ] + _populate_project_dir(tmp_path, files, {}) + + setup_script = """ + from setuptools import Extension, setup + + ext_modules = [ + Extension( + "proj", + ["py/proj.cpp", "py/other.cpp"], + include_dirs=["."], + language="c++", + ), + ] + setup(ext_modules=ext_modules) + """ + (tmp_path / "setup.py").write_text(DALS(setup_script), encoding="utf-8") + + def test_skip_discovery_with_setupcfg_metadata(self, tmp_path): + """Ensure that auto-discovery is not triggered when the project is based on + C-extensions only, for backward compatibility. + """ + self._simulate_package_with_extension(tmp_path) + + pyproject = """ + [build-system] + requires = [] + build-backend = 'setuptools.build_meta' + """ + (tmp_path / "pyproject.toml").write_text(DALS(pyproject), encoding="utf-8") + + setupcfg = """ + [metadata] + name = proj + version = 42 + """ + (tmp_path / "setup.cfg").write_text(DALS(setupcfg), encoding="utf-8") + + dist = _get_dist(tmp_path, {}) + assert dist.get_name() == "proj" + assert dist.get_version() == "42" + assert dist.py_modules is None + assert dist.packages is None + assert len(dist.ext_modules) == 1 + assert dist.ext_modules[0].name == "proj" + + def test_dont_skip_discovery_with_pyproject_metadata(self, tmp_path): + """When opting-in to pyproject.toml metadata, auto-discovery will be active if + the package lists C-extensions, but does not configure py-modules or packages. + + This way we ensure users with complex package layouts that would lead to the + discovery of multiple top-level modules/packages see errors and are forced to + explicitly set ``packages`` or ``py-modules``. + """ + self._simulate_package_with_extension(tmp_path) + + pyproject = """ + [project] + name = 'proj' + version = '42' + """ + (tmp_path / "pyproject.toml").write_text(DALS(pyproject), encoding="utf-8") + with pytest.raises(PackageDiscoveryError, match="multiple (packages|modules)"): + _get_dist(tmp_path, {}) + + +class TestWithPackageData: + def _simulate_package_with_data_files(self, tmp_path, src_root): + files = [ + f"{src_root}/proj/__init__.py", + f"{src_root}/proj/file1.txt", + f"{src_root}/proj/nested/file2.txt", + ] + _populate_project_dir(tmp_path, files, {}) + + manifest = """ + global-include *.py *.txt + """ + (tmp_path / "MANIFEST.in").write_text(DALS(manifest), encoding="utf-8") + + EXAMPLE_SETUPCFG = """ + [metadata] + name = proj + version = 42 + + [options] + include_package_data = True + """ + EXAMPLE_PYPROJECT = """ + [project] + name = "proj" + version = "42" + """ + + PYPROJECT_PACKAGE_DIR = """ + [tool.setuptools] + package-dir = {"" = "src"} + """ + + @pytest.mark.parametrize( + ("src_root", "files"), + [ + (".", {"setup.cfg": DALS(EXAMPLE_SETUPCFG)}), + (".", {"pyproject.toml": DALS(EXAMPLE_PYPROJECT)}), + ("src", {"setup.cfg": DALS(EXAMPLE_SETUPCFG)}), + ("src", {"pyproject.toml": DALS(EXAMPLE_PYPROJECT)}), + ( + "src", + { + "setup.cfg": DALS(EXAMPLE_SETUPCFG) + + DALS( + """ + packages = find: + package_dir = + =src + + [options.packages.find] + where = src + """ + ) + }, + ), + ( + "src", + { + "pyproject.toml": DALS(EXAMPLE_PYPROJECT) + + DALS( + """ + [tool.setuptools] + package-dir = {"" = "src"} + """ + ) + }, + ), + ], + ) + def test_include_package_data(self, tmp_path, src_root, files): + """ + Make sure auto-discovery does not affect package include_package_data. + See issue #3196. + """ + jaraco.path.build(files, prefix=str(tmp_path)) + self._simulate_package_with_data_files(tmp_path, src_root) + + expected = { + os.path.normpath(f"{src_root}/proj/file1.txt").replace(os.sep, "/"), + os.path.normpath(f"{src_root}/proj/nested/file2.txt").replace(os.sep, "/"), + } + + _run_build(tmp_path) + + sdist_files = get_sdist_members(next(tmp_path.glob("dist/*.tar.gz"))) + print("~~~~~ sdist_members ~~~~~") + print('\n'.join(sdist_files)) + assert sdist_files >= expected + + wheel_files = get_wheel_members(next(tmp_path.glob("dist/*.whl"))) + print("~~~~~ wheel_members ~~~~~") + print('\n'.join(wheel_files)) + orig_files = {f.replace("src/", "").replace("lib/", "") for f in expected} + assert wheel_files >= orig_files + + +def test_compatible_with_numpy_configuration(tmp_path): + files = [ + "dir1/__init__.py", + "dir2/__init__.py", + "file.py", + ] + _populate_project_dir(tmp_path, files, {}) + dist = Distribution({}) + dist.configuration = object() + dist.set_defaults() + assert dist.py_modules is None + assert dist.packages is None + + +def test_name_discovery_doesnt_break_cli(tmpdir_cwd): + jaraco.path.build({"pkg.py": ""}) + dist = Distribution({}) + dist.script_args = ["--name"] + dist.set_defaults() + dist.parse_command_line() # <-- no exception should be raised here. + assert dist.get_name() == "pkg" + + +def test_preserve_explicit_name_with_dynamic_version(tmpdir_cwd, monkeypatch): + """According to #3545 it seems that ``name`` discovery is running, + even when the project already explicitly sets it. + This seems to be related to parsing of dynamic versions (via ``attr`` directive), + which requires the auto-discovery of ``package_dir``. + """ + files = { + "src": { + "pkg": {"__init__.py": "__version__ = 42\n"}, + }, + "pyproject.toml": DALS( + """ + [project] + name = "myproj" # purposefully different from package name + dynamic = ["version"] + [tool.setuptools.dynamic] + version = {"attr" = "pkg.__version__"} + """ + ), + } + jaraco.path.build(files) + dist = Distribution({}) + orig_analyse_name = dist.set_defaults.analyse_name + + def spy_analyse_name(): + # We can check if name discovery was triggered by ensuring the original + # name remains instead of the package name. + orig_analyse_name() + assert dist.get_name() == "myproj" + + monkeypatch.setattr(dist.set_defaults, "analyse_name", spy_analyse_name) + dist.parse_config_files() + assert dist.get_version() == "42" + assert set(dist.packages) == {"pkg"} + + +def _populate_project_dir(root, files, options): + # NOTE: Currently pypa/build will refuse to build the project if no + # `pyproject.toml` or `setup.py` is found. So it is impossible to do + # completely "config-less" projects. + basic = { + "setup.py": "import setuptools\nsetuptools.setup()", + "README.md": "# Example Package", + "LICENSE": "Copyright (c) 2018", + } + jaraco.path.build(basic, prefix=root) + _write_setupcfg(root, options) + paths = (root / f for f in files) + for path in paths: + path.parent.mkdir(exist_ok=True, parents=True) + path.touch() + + +def _write_setupcfg(root, options): + if not options: + print("~~~~~ **NO** setup.cfg ~~~~~") + return + setupcfg = ConfigParser() + setupcfg.add_section("options") + for key, value in options.items(): + if key == "packages.find": + setupcfg.add_section(f"options.{key}") + setupcfg[f"options.{key}"].update(value) + elif isinstance(value, list): + setupcfg["options"][key] = ", ".join(value) + elif isinstance(value, dict): + str_value = "\n".join(f"\t{k} = {v}" for k, v in value.items()) + setupcfg["options"][key] = "\n" + str_value + else: + setupcfg["options"][key] = str(value) + with open(root / "setup.cfg", "w", encoding="utf-8") as f: + setupcfg.write(f) + print("~~~~~ setup.cfg ~~~~~") + print((root / "setup.cfg").read_text(encoding="utf-8")) + + +def _run_build(path, *flags): + cmd = [sys.executable, "-m", "build", "--no-isolation", *flags, str(path)] + return run(cmd, env={'DISTUTILS_DEBUG': ''}) + + +def _get_dist(dist_path, attrs): + root = "/".join(os.path.split(dist_path)) # POSIX-style + + script = dist_path / 'setup.py' + if script.exists(): + with Path(dist_path): + dist = cast( + Distribution, + distutils.core.run_setup("setup.py", {}, stop_after="init"), + ) + else: + dist = Distribution(attrs) + + dist.src_root = root + dist.script_name = "setup.py" + with Path(dist_path): + dist.parse_config_files() + + dist.set_defaults() + return dist + + +def _run_sdist_programatically(dist_path, attrs): + dist = _get_dist(dist_path, attrs) + cmd = sdist(dist) + cmd.ensure_finalized() + assert cmd.distribution.packages or cmd.distribution.py_modules + + with quiet(), Path(dist_path): + cmd.run() + + return dist, cmd diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py new file mode 100644 index 0000000..0d92511 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_core_metadata.py @@ -0,0 +1,622 @@ +from __future__ import annotations + +import functools +import importlib +import io +from email import message_from_string +from email.generator import Generator +from email.message import EmailMessage, Message +from email.parser import Parser +from email.policy import EmailPolicy +from inspect import cleandoc +from pathlib import Path +from unittest.mock import Mock + +import jaraco.path +import pytest +from packaging.metadata import Metadata +from packaging.requirements import Requirement + +from setuptools import _reqs, sic +from setuptools._core_metadata import rfc822_escape, rfc822_unescape +from setuptools.command.egg_info import egg_info, write_requirements +from setuptools.config import expand, setupcfg +from setuptools.dist import Distribution + +from .config.downloads import retrieve_file, urls_from_file + +EXAMPLE_BASE_INFO = dict( + name="package", + version="0.0.1", + author="Foo Bar", + author_email="foo@bar.net", + long_description="Long\ndescription", + description="Short description", + keywords=["one", "two"], +) + + +@pytest.mark.parametrize( + ("content", "result"), + ( + pytest.param( + "Just a single line", + None, + id="single_line", + ), + pytest.param( + "Multiline\nText\nwithout\nextra indents\n", + None, + id="multiline", + ), + pytest.param( + "Multiline\n With\n\nadditional\n indentation", + None, + id="multiline_with_indentation", + ), + pytest.param( + " Leading whitespace", + "Leading whitespace", + id="remove_leading_whitespace", + ), + pytest.param( + " Leading whitespace\nIn\n Multiline comment", + "Leading whitespace\nIn\n Multiline comment", + id="remove_leading_whitespace_multiline", + ), + ), +) +def test_rfc822_unescape(content, result): + assert (result or content) == rfc822_unescape(rfc822_escape(content)) + + +def __read_test_cases(): + base = EXAMPLE_BASE_INFO + + params = functools.partial(dict, base) + + return [ + ('Metadata version 1.0', params()), + ( + 'Metadata Version 1.0: Short long description', + params( + long_description='Short long description', + ), + ), + ( + 'Metadata version 1.1: Classifiers', + params( + classifiers=[ + 'Programming Language :: Python :: 3', + 'Programming Language :: Python :: 3.7', + 'License :: OSI Approved :: MIT License', + ], + ), + ), + ( + 'Metadata version 1.1: Download URL', + params( + download_url='https://example.com', + ), + ), + ( + 'Metadata Version 1.2: Requires-Python', + params( + python_requires='>=3.7', + ), + ), + pytest.param( + 'Metadata Version 1.2: Project-Url', + params(project_urls=dict(Foo='https://example.bar')), + marks=pytest.mark.xfail( + reason="Issue #1578: project_urls not read", + ), + ), + ( + 'Metadata Version 2.1: Long Description Content Type', + params( + long_description_content_type='text/x-rst; charset=UTF-8', + ), + ), + ( + 'License', + params( + license='MIT', + ), + ), + ( + 'License multiline', + params( + license='This is a long license \nover multiple lines', + ), + ), + pytest.param( + 'Metadata Version 2.1: Provides Extra', + params(provides_extras=['foo', 'bar']), + marks=pytest.mark.xfail(reason="provides_extras not read"), + ), + ( + 'Missing author', + dict( + name='foo', + version='1.0.0', + author_email='snorri@sturluson.name', + ), + ), + ( + 'Missing author e-mail', + dict( + name='foo', + version='1.0.0', + author='Snorri Sturluson', + ), + ), + ( + 'Missing author and e-mail', + dict( + name='foo', + version='1.0.0', + ), + ), + ( + 'Bypass normalized version', + dict( + name='foo', + version=sic('1.0.0a'), + ), + ), + ] + + +@pytest.mark.parametrize(("name", "attrs"), __read_test_cases()) +def test_read_metadata(name, attrs): + dist = Distribution(attrs) + metadata_out = dist.metadata + dist_class = metadata_out.__class__ + + # Write to PKG_INFO and then load into a new metadata object + PKG_INFO = io.StringIO() + + metadata_out.write_pkg_file(PKG_INFO) + PKG_INFO.seek(0) + pkg_info = PKG_INFO.read() + assert _valid_metadata(pkg_info) + + PKG_INFO.seek(0) + metadata_in = dist_class() + metadata_in.read_pkg_file(PKG_INFO) + + tested_attrs = [ + ('name', dist_class.get_name), + ('version', dist_class.get_version), + ('author', dist_class.get_contact), + ('author_email', dist_class.get_contact_email), + ('metadata_version', dist_class.get_metadata_version), + ('provides', dist_class.get_provides), + ('description', dist_class.get_description), + ('long_description', dist_class.get_long_description), + ('download_url', dist_class.get_download_url), + ('keywords', dist_class.get_keywords), + ('platforms', dist_class.get_platforms), + ('obsoletes', dist_class.get_obsoletes), + ('requires', dist_class.get_requires), + ('classifiers', dist_class.get_classifiers), + ('project_urls', lambda s: getattr(s, 'project_urls', {})), + ('provides_extras', lambda s: getattr(s, 'provides_extras', {})), + ] + + for attr, getter in tested_attrs: + assert getter(metadata_in) == getter(metadata_out) + + +def __maintainer_test_cases(): + attrs = {"name": "package", "version": "1.0", "description": "xxx"} + + def merge_dicts(d1, d2): + d1 = d1.copy() + d1.update(d2) + + return d1 + + return [ + ('No author, no maintainer', attrs.copy()), + ( + 'Author (no e-mail), no maintainer', + merge_dicts(attrs, {'author': 'Author Name'}), + ), + ( + 'Author (e-mail), no maintainer', + merge_dicts( + attrs, {'author': 'Author Name', 'author_email': 'author@name.com'} + ), + ), + ( + 'No author, maintainer (no e-mail)', + merge_dicts(attrs, {'maintainer': 'Maintainer Name'}), + ), + ( + 'No author, maintainer (e-mail)', + merge_dicts( + attrs, + { + 'maintainer': 'Maintainer Name', + 'maintainer_email': 'maintainer@name.com', + }, + ), + ), + ( + 'Author (no e-mail), Maintainer (no-email)', + merge_dicts( + attrs, {'author': 'Author Name', 'maintainer': 'Maintainer Name'} + ), + ), + ( + 'Author (e-mail), Maintainer (e-mail)', + merge_dicts( + attrs, + { + 'author': 'Author Name', + 'author_email': 'author@name.com', + 'maintainer': 'Maintainer Name', + 'maintainer_email': 'maintainer@name.com', + }, + ), + ), + ( + 'No author (e-mail), no maintainer (e-mail)', + merge_dicts( + attrs, + { + 'author_email': 'author@name.com', + 'maintainer_email': 'maintainer@name.com', + }, + ), + ), + ('Author unicode', merge_dicts(attrs, {'author': '鉄沢寛'})), + ('Maintainer unicode', merge_dicts(attrs, {'maintainer': 'Jan Łukasiewicz'})), + ] + + +@pytest.mark.parametrize(("name", "attrs"), __maintainer_test_cases()) +def test_maintainer_author(name, attrs, tmpdir): + tested_keys = { + 'author': 'Author', + 'author_email': 'Author-email', + 'maintainer': 'Maintainer', + 'maintainer_email': 'Maintainer-email', + } + + # Generate a PKG-INFO file + dist = Distribution(attrs) + fn = tmpdir.mkdir('pkg_info') + fn_s = str(fn) + + dist.metadata.write_pkg_info(fn_s) + + with open(str(fn.join('PKG-INFO')), 'r', encoding='utf-8') as f: + pkg_info = f.read() + + assert _valid_metadata(pkg_info) + + # Drop blank lines and strip lines from default description + raw_pkg_lines = pkg_info.splitlines() + pkg_lines = list(filter(None, raw_pkg_lines[:-2])) + + pkg_lines_set = set(pkg_lines) + + # Duplicate lines should not be generated + assert len(pkg_lines) == len(pkg_lines_set) + + for fkey, dkey in tested_keys.items(): + val = attrs.get(dkey, None) + if val is None: + for line in pkg_lines: + assert not line.startswith(fkey + ':') + else: + line = f'{fkey}: {val}' + assert line in pkg_lines_set + + +class TestParityWithMetadataFromPyPaWheel: + def base_example(self): + attrs = dict( + **EXAMPLE_BASE_INFO, + # Example with complex requirement definition + python_requires=">=3.8", + install_requires=""" + packaging==23.2 + more-itertools==8.8.0; extra == "other" + jaraco.text==3.7.0 + importlib-resources==5.10.2; python_version<"3.8" + importlib-metadata==6.0.0 ; python_version<"3.8" + colorama>=0.4.4; sys_platform == "win32" + """, + extras_require={ + "testing": """ + pytest >= 6 + pytest-checkdocs >= 2.4 + tomli ; \\ + # Using stdlib when possible + python_version < "3.11" + ini2toml[lite]>=0.9 + """, + "other": [], + }, + ) + # Generate a PKG-INFO file using setuptools + return Distribution(attrs) + + def test_requires_dist(self, tmp_path): + dist = self.base_example() + pkg_info = _get_pkginfo(dist) + assert _valid_metadata(pkg_info) + + # Ensure Requires-Dist is present + expected = [ + 'Metadata-Version:', + 'Requires-Python: >=3.8', + 'Provides-Extra: other', + 'Provides-Extra: testing', + 'Requires-Dist: tomli; python_version < "3.11" and extra == "testing"', + 'Requires-Dist: more-itertools==8.8.0; extra == "other"', + 'Requires-Dist: ini2toml[lite]>=0.9; extra == "testing"', + ] + for line in expected: + assert line in pkg_info + + HERE = Path(__file__).parent + EXAMPLES_FILE = HERE / "config/setupcfg_examples.txt" + + @pytest.fixture(params=[None, *urls_from_file(EXAMPLES_FILE)]) + def dist(self, request, monkeypatch, tmp_path): + """Example of distribution with arbitrary configuration""" + monkeypatch.chdir(tmp_path) + monkeypatch.setattr(expand, "read_attr", Mock(return_value="0.42")) + monkeypatch.setattr(expand, "read_files", Mock(return_value="hello world")) + monkeypatch.setattr( + Distribution, "_finalize_license_files", Mock(return_value=None) + ) + if request.param is None: + yield self.base_example() + else: + # Real-world usage + config = retrieve_file(request.param) + yield setupcfg.apply_configuration(Distribution({}), config) + + @pytest.mark.uses_network + def test_equivalent_output(self, tmp_path, dist): + """Ensure output from setuptools is equivalent to the one from `pypa/wheel`""" + # Generate a METADATA file using pypa/wheel for comparison + wheel_metadata = importlib.import_module("wheel.metadata") + pkginfo_to_metadata = getattr(wheel_metadata, "pkginfo_to_metadata", None) + + if pkginfo_to_metadata is None: # pragma: nocover + pytest.xfail( + "wheel.metadata.pkginfo_to_metadata is undefined, " + "(this is likely to be caused by API changes in pypa/wheel" + ) + + # Generate an simplified "egg-info" dir for pypa/wheel to convert + pkg_info = _get_pkginfo(dist) + egg_info_dir = tmp_path / "pkg.egg-info" + egg_info_dir.mkdir(parents=True) + (egg_info_dir / "PKG-INFO").write_text(pkg_info, encoding="utf-8") + write_requirements(egg_info(dist), egg_info_dir, egg_info_dir / "requires.txt") + + # Get pypa/wheel generated METADATA but normalize requirements formatting + metadata_msg = pkginfo_to_metadata(egg_info_dir, egg_info_dir / "PKG-INFO") + metadata_str = _normalize_metadata(metadata_msg) + pkg_info_msg = message_from_string(pkg_info) + pkg_info_str = _normalize_metadata(pkg_info_msg) + + # Compare setuptools PKG-INFO x pypa/wheel METADATA + assert metadata_str == pkg_info_str + + # Make sure it parses/serializes well in pypa/wheel + _assert_roundtrip_message(pkg_info) + + +class TestPEP643: + STATIC_CONFIG = { + "setup.cfg": cleandoc( + """ + [metadata] + name = package + version = 0.0.1 + author = Foo Bar + author_email = foo@bar.net + long_description = Long + description + description = Short description + keywords = one, two + platforms = abcd + [options] + install_requires = requests + """ + ), + "pyproject.toml": cleandoc( + """ + [project] + name = "package" + version = "0.0.1" + authors = [ + {name = "Foo Bar", email = "foo@bar.net"} + ] + description = "Short description" + readme = {text = "Long\\ndescription", content-type = "text/plain"} + keywords = ["one", "two"] + dependencies = ["requests"] + license = "AGPL-3.0-or-later" + [tool.setuptools] + provides = ["abcd"] + obsoletes = ["abcd"] + """ + ), + } + + @pytest.mark.parametrize("file", STATIC_CONFIG.keys()) + def test_static_config_has_no_dynamic(self, file, tmpdir_cwd): + Path(file).write_text(self.STATIC_CONFIG[file], encoding="utf-8") + metadata = _get_metadata() + assert metadata.get_all("Dynamic") is None + assert metadata.get_all("dynamic") is None + + @pytest.mark.parametrize("file", STATIC_CONFIG.keys()) + @pytest.mark.parametrize( + "fields", + [ + # Single dynamic field + {"requires-python": ("python_requires", ">=3.12")}, + {"author-email": ("author_email", "snoopy@peanuts.com")}, + {"keywords": ("keywords", ["hello", "world"])}, + {"platform": ("platforms", ["abcd"])}, + # Multiple dynamic fields + { + "summary": ("description", "hello world"), + "description": ("long_description", "bla bla bla bla"), + "requires-dist": ("install_requires", ["hello-world"]), + }, + ], + ) + def test_modified_fields_marked_as_dynamic(self, file, fields, tmpdir_cwd): + # We start with a static config + Path(file).write_text(self.STATIC_CONFIG[file], encoding="utf-8") + dist = _makedist() + + # ... but then we simulate the effects of a plugin modifying the distribution + for attr, value in fields.values(): + # `dist` and `dist.metadata` are complicated... + # Some attributes work when set on `dist`, others on `dist.metadata`... + # Here we set in both just in case (this also avoids calling `_finalize_*`) + setattr(dist, attr, value) + setattr(dist.metadata, attr, value) + + # Then we should be able to list the modified fields as Dynamic + metadata = _get_metadata(dist) + assert set(metadata.get_all("Dynamic")) == set(fields) + + @pytest.mark.parametrize( + "extra_toml", + [ + "# Let setuptools autofill license-files", + "license-files = ['LICENSE*', 'AUTHORS*', 'NOTICE']", + ], + ) + def test_license_files_dynamic(self, extra_toml, tmpdir_cwd): + # For simplicity (and for the time being) setuptools is not making + # any special handling to guarantee `License-File` is considered static. + # Instead we rely in the fact that, although suboptimal, it is OK to have + # it as dynamics, as per: + # https://github.com/pypa/setuptools/issues/4629#issuecomment-2331233677 + files = { + "pyproject.toml": self.STATIC_CONFIG["pyproject.toml"].replace( + 'license = "AGPL-3.0-or-later"', + f"dynamic = ['license']\n{extra_toml}", + ), + "LICENSE.md": "--- mock license ---", + "NOTICE": "--- mock notice ---", + "AUTHORS.txt": "--- me ---", + } + # Sanity checks: + assert extra_toml in files["pyproject.toml"] + assert 'license = "AGPL-3.0-or-later"' not in extra_toml + + jaraco.path.build(files) + dist = _makedist(license_expression="AGPL-3.0-or-later") + metadata = _get_metadata(dist) + assert set(metadata.get_all("Dynamic")) == { + 'license-file', + 'license-expression', + } + assert metadata.get("License-Expression") == "AGPL-3.0-or-later" + assert set(metadata.get_all("License-File")) == { + "NOTICE", + "AUTHORS.txt", + "LICENSE.md", + } + + +def _makedist(**attrs): + dist = Distribution(attrs) + dist.parse_config_files() + return dist + + +def _assert_roundtrip_message(metadata: str) -> None: + """Emulate the way wheel.bdist_wheel parses and regenerates the message, + then ensures the metadata generated by setuptools is compatible. + """ + with io.StringIO(metadata) as buffer: + msg = Parser(EmailMessage).parse(buffer) + + serialization_policy = EmailPolicy( + utf8=True, + mangle_from_=False, + max_line_length=0, + ) + with io.BytesIO() as buffer: + out = io.TextIOWrapper(buffer, encoding="utf-8") + Generator(out, policy=serialization_policy).flatten(msg) + out.flush() + regenerated = buffer.getvalue() + + raw_metadata = bytes(metadata, "utf-8") + # Normalise newlines to avoid test errors on Windows: + raw_metadata = b"\n".join(raw_metadata.splitlines()) + regenerated = b"\n".join(regenerated.splitlines()) + assert regenerated == raw_metadata + + +def _normalize_metadata(msg: Message) -> str: + """Allow equivalent metadata to be compared directly""" + # The main challenge regards the requirements and extras. + # Both setuptools and wheel already apply some level of normalization + # but they differ regarding which character is chosen, according to the + # following spec it should be "-": + # https://packaging.python.org/en/latest/specifications/name-normalization/ + + # Related issues: + # https://github.com/pypa/packaging/issues/845 + # https://github.com/pypa/packaging/issues/644#issuecomment-2429813968 + + extras = {x.replace("_", "-"): x for x in msg.get_all("Provides-Extra", [])} + reqs = [ + _normalize_req(req, extras) + for req in _reqs.parse(msg.get_all("Requires-Dist", [])) + ] + del msg["Requires-Dist"] + del msg["Provides-Extra"] + + # Ensure consistent ord + for req in sorted(reqs): + msg["Requires-Dist"] = req + for extra in sorted(extras): + msg["Provides-Extra"] = extra + + # TODO: Handle lack of PEP 643 implementation in pypa/wheel? + del msg["Metadata-Version"] + + return msg.as_string() + + +def _normalize_req(req: Requirement, extras: dict[str, str]) -> str: + """Allow equivalent requirement objects to be compared directly""" + as_str = str(req).replace(req.name, req.name.replace("_", "-")) + for norm, orig in extras.items(): + as_str = as_str.replace(orig, norm) + return as_str + + +def _get_pkginfo(dist: Distribution): + with io.StringIO() as fp: + dist.metadata.write_pkg_file(fp) + return fp.getvalue() + + +def _get_metadata(dist: Distribution | None = None): + return message_from_string(_get_pkginfo(dist or _makedist())) + + +def _valid_metadata(text: str) -> bool: + metadata = Metadata.from_email(text, validate=True) # can raise exceptions + return metadata is not None diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_depends.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_depends.py new file mode 100644 index 0000000..1714c04 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_depends.py @@ -0,0 +1,15 @@ +import sys + +from setuptools import depends + + +class TestGetModuleConstant: + def test_basic(self): + """ + Invoke get_module_constant on a module in + the test package. + """ + mod_name = 'setuptools.tests.mod_with_constant' + val = depends.get_module_constant(mod_name, 'value') + assert val == 'three, sir!' + assert 'setuptools.tests.mod_with_constant' not in sys.modules diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_develop.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_develop.py new file mode 100644 index 0000000..929fa9c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_develop.py @@ -0,0 +1,175 @@ +"""develop tests""" + +import os +import pathlib +import platform +import subprocess +import sys + +import pytest + +from setuptools._path import paths_on_pythonpath +from setuptools.command.develop import develop +from setuptools.dist import Distribution + +from . import contexts, namespaces + +SETUP_PY = """\ +from setuptools import setup + +setup(name='foo', + packages=['foo'], +) +""" + +INIT_PY = """print "foo" +""" + + +@pytest.fixture +def temp_user(monkeypatch): + with contexts.tempdir() as user_base: + with contexts.tempdir() as user_site: + monkeypatch.setattr('site.USER_BASE', user_base) + monkeypatch.setattr('site.USER_SITE', user_site) + yield + + +@pytest.fixture +def test_env(tmpdir, temp_user): + target = tmpdir + foo = target.mkdir('foo') + setup = target / 'setup.py' + if setup.isfile(): + raise ValueError(dir(target)) + with setup.open('w') as f: + f.write(SETUP_PY) + init = foo / '__init__.py' + with init.open('w') as f: + f.write(INIT_PY) + with target.as_cwd(): + yield target + + +class TestDevelop: + in_virtualenv = hasattr(sys, 'real_prefix') + in_venv = hasattr(sys, 'base_prefix') and sys.base_prefix != sys.prefix + + def test_console_scripts(self, tmpdir): + """ + Test that console scripts are installed and that they reference + only the project by name and not the current version. + """ + pytest.skip( + "TODO: needs a fixture to cause 'develop' " + "to be invoked without mutating environment." + ) + settings = dict( + name='foo', + packages=['foo'], + version='0.0', + entry_points={ + 'console_scripts': [ + 'foocmd = foo:foo', + ], + }, + ) + dist = Distribution(settings) + dist.script_name = 'setup.py' + cmd = develop(dist) + cmd.ensure_finalized() + cmd.install_dir = tmpdir + cmd.run() + # assert '0.0' not in foocmd_text + + @pytest.mark.xfail(reason="legacy behavior retained for compatibility #4167") + def test_egg_link_filename(self): + settings = dict( + name='Foo $$$ Bar_baz-bing', + ) + dist = Distribution(settings) + cmd = develop(dist) + cmd.ensure_finalized() + link = pathlib.Path(cmd.egg_link) + assert link.suffix == '.egg-link' + assert link.stem == 'Foo_Bar_baz_bing' + + +class TestResolver: + """ + TODO: These tests were written with a minimal understanding + of what _resolve_setup_path is intending to do. Come up with + more meaningful cases that look like real-world scenarios. + """ + + def test_resolve_setup_path_cwd(self): + assert develop._resolve_setup_path('.', '.', '.') == '.' + + def test_resolve_setup_path_one_dir(self): + assert develop._resolve_setup_path('pkgs', '.', 'pkgs') == '../' + + def test_resolve_setup_path_one_dir_trailing_slash(self): + assert develop._resolve_setup_path('pkgs/', '.', 'pkgs') == '../' + + +class TestNamespaces: + @staticmethod + def install_develop(src_dir, target): + develop_cmd = [ + sys.executable, + 'setup.py', + 'develop', + '--install-dir', + str(target), + ] + with src_dir.as_cwd(): + with paths_on_pythonpath([str(target)]): + subprocess.check_call(develop_cmd) + + @pytest.mark.skipif( + bool(os.environ.get("APPVEYOR")), + reason="https://github.com/pypa/setuptools/issues/851", + ) + @pytest.mark.skipif( + platform.python_implementation() == 'PyPy', + reason="https://github.com/pypa/setuptools/issues/1202", + ) + def test_namespace_package_importable(self, tmpdir): + """ + Installing two packages sharing the same namespace, one installed + naturally using pip or `--single-version-externally-managed` + and the other installed using `develop` should leave the namespace + in tact and both packages reachable by import. + """ + pkg_A = namespaces.build_namespace_package(tmpdir, 'myns.pkgA') + pkg_B = namespaces.build_namespace_package(tmpdir, 'myns.pkgB') + target = tmpdir / 'packages' + # use pip to install to the target directory + install_cmd = [ + sys.executable, + '-m', + 'pip', + 'install', + str(pkg_A), + '-t', + str(target), + ] + subprocess.check_call(install_cmd) + self.install_develop(pkg_B, target) + namespaces.make_site_dir(target) + try_import = [ + sys.executable, + '-c', + 'import myns.pkgA; import myns.pkgB', + ] + with paths_on_pythonpath([str(target)]): + subprocess.check_call(try_import) + + # additionally ensure that pkg_resources import works + pkg_resources_imp = [ + sys.executable, + '-c', + 'import pkg_resources', + ] + with paths_on_pythonpath([str(target)]): + subprocess.check_call(pkg_resources_imp) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist.py new file mode 100644 index 0000000..e65ab31 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist.py @@ -0,0 +1,278 @@ +import os +import re +import urllib.parse +import urllib.request + +import pytest + +from setuptools import Distribution +from setuptools.dist import check_package_data, check_specifier + +from .test_easy_install import make_trivial_sdist +from .test_find_packages import ensure_files +from .textwrap import DALS + +from distutils.errors import DistutilsSetupError + + +def test_dist_fetch_build_egg(tmpdir): + """ + Check multiple calls to `Distribution.fetch_build_egg` work as expected. + """ + index = tmpdir.mkdir('index') + index_url = urllib.parse.urljoin('file://', urllib.request.pathname2url(str(index))) + + def sdist_with_index(distname, version): + dist_dir = index.mkdir(distname) + dist_sdist = f'{distname}-{version}.tar.gz' + make_trivial_sdist(str(dist_dir.join(dist_sdist)), distname, version) + with dist_dir.join('index.html').open('w') as fp: + fp.write( + DALS( + """ + + {dist_sdist}
+ + """ + ).format(dist_sdist=dist_sdist) + ) + + sdist_with_index('barbazquux', '3.2.0') + sdist_with_index('barbazquux-runner', '2.11.1') + with tmpdir.join('setup.cfg').open('w') as fp: + fp.write( + DALS( + """ + [easy_install] + index_url = {index_url} + """ + ).format(index_url=index_url) + ) + reqs = """ + barbazquux-runner + barbazquux + """.split() + with tmpdir.as_cwd(): + dist = Distribution() + dist.parse_config_files() + resolved_dists = [dist.fetch_build_egg(r) for r in reqs] + assert [dist.key for dist in resolved_dists if dist] == reqs + + +EXAMPLE_BASE_INFO = dict( + name="package", + version="0.0.1", + author="Foo Bar", + author_email="foo@bar.net", + long_description="Long\ndescription", + description="Short description", + keywords=["one", "two"], +) + + +def test_provides_extras_deterministic_order(): + attrs = dict(extras_require=dict(a=['foo'], b=['bar'])) + dist = Distribution(attrs) + assert list(dist.metadata.provides_extras) == ['a', 'b'] + attrs['extras_require'] = dict(reversed(attrs['extras_require'].items())) + dist = Distribution(attrs) + assert list(dist.metadata.provides_extras) == ['b', 'a'] + + +CHECK_PACKAGE_DATA_TESTS = ( + # Valid. + ( + { + '': ['*.txt', '*.rst'], + 'hello': ['*.msg'], + }, + None, + ), + # Not a dictionary. + ( + ( + ('', ['*.txt', '*.rst']), + ('hello', ['*.msg']), + ), + ( + "'package_data' must be a dictionary mapping package" + " names to lists of string wildcard patterns" + ), + ), + # Invalid key type. + ( + { + 400: ['*.txt', '*.rst'], + }, + ("keys of 'package_data' dict must be strings (got 400)"), + ), + # Invalid value type. + ( + { + 'hello': '*.msg', + }, + ( + "\"values of 'package_data' dict\" must be of type " + " (got '*.msg')" + ), + ), + # Invalid value type (generators are single use) + ( + { + 'hello': (x for x in "generator"), + }, + ( + "\"values of 'package_data' dict\" must be of type " + " (got =3.0, !=3.1'} + dist = Distribution(attrs) + check_specifier(dist, attrs, attrs['python_requires']) + + attrs = {'name': 'foo', 'python_requires': ['>=3.0', '!=3.1']} + dist = Distribution(attrs) + check_specifier(dist, attrs, attrs['python_requires']) + + # invalid specifier value + attrs = {'name': 'foo', 'python_requires': '>=invalid-version'} + with pytest.raises(DistutilsSetupError): + dist = Distribution(attrs) + + +def test_metadata_name(): + with pytest.raises(DistutilsSetupError, match='missing.*name'): + Distribution()._validate_metadata() + + +@pytest.mark.parametrize( + ('dist_name', 'py_module'), + [ + ("my.pkg", "my_pkg"), + ("my-pkg", "my_pkg"), + ("my_pkg", "my_pkg"), + ("pkg", "pkg"), + ], +) +def test_dist_default_py_modules(tmp_path, dist_name, py_module): + (tmp_path / f"{py_module}.py").touch() + + (tmp_path / "setup.py").touch() + (tmp_path / "noxfile.py").touch() + # ^-- make sure common tool files are ignored + + attrs = {**EXAMPLE_BASE_INFO, "name": dist_name, "src_root": str(tmp_path)} + # Find `py_modules` corresponding to dist_name if not given + dist = Distribution(attrs) + dist.set_defaults() + assert dist.py_modules == [py_module] + # When `py_modules` is given, don't do anything + dist = Distribution({**attrs, "py_modules": ["explicity_py_module"]}) + dist.set_defaults() + assert dist.py_modules == ["explicity_py_module"] + # When `packages` is given, don't do anything + dist = Distribution({**attrs, "packages": ["explicity_package"]}) + dist.set_defaults() + assert not dist.py_modules + + +@pytest.mark.parametrize( + ('dist_name', 'package_dir', 'package_files', 'packages'), + [ + ("my.pkg", None, ["my_pkg/__init__.py", "my_pkg/mod.py"], ["my_pkg"]), + ("my-pkg", None, ["my_pkg/__init__.py", "my_pkg/mod.py"], ["my_pkg"]), + ("my_pkg", None, ["my_pkg/__init__.py", "my_pkg/mod.py"], ["my_pkg"]), + ("my.pkg", None, ["my/pkg/__init__.py"], ["my", "my.pkg"]), + ( + "my_pkg", + None, + ["src/my_pkg/__init__.py", "src/my_pkg2/__init__.py"], + ["my_pkg", "my_pkg2"], + ), + ( + "my_pkg", + {"pkg": "lib", "pkg2": "lib2"}, + ["lib/__init__.py", "lib/nested/__init__.pyt", "lib2/__init__.py"], + ["pkg", "pkg.nested", "pkg2"], + ), + ], +) +def test_dist_default_packages( + tmp_path, dist_name, package_dir, package_files, packages +): + ensure_files(tmp_path, package_files) + + (tmp_path / "setup.py").touch() + (tmp_path / "noxfile.py").touch() + # ^-- should not be included by default + + attrs = { + **EXAMPLE_BASE_INFO, + "name": dist_name, + "src_root": str(tmp_path), + "package_dir": package_dir, + } + # Find `packages` either corresponding to dist_name or inside src + dist = Distribution(attrs) + dist.set_defaults() + assert not dist.py_modules + assert not dist.py_modules + assert set(dist.packages) == set(packages) + # When `py_modules` is given, don't do anything + dist = Distribution({**attrs, "py_modules": ["explicit_py_module"]}) + dist.set_defaults() + assert not dist.packages + assert set(dist.py_modules) == {"explicit_py_module"} + # When `packages` is given, don't do anything + dist = Distribution({**attrs, "packages": ["explicit_package"]}) + dist.set_defaults() + assert not dist.py_modules + assert set(dist.packages) == {"explicit_package"} + + +@pytest.mark.parametrize( + ('dist_name', 'package_dir', 'package_files'), + [ + ("my.pkg.nested", None, ["my/pkg/nested/__init__.py"]), + ("my.pkg", None, ["my/pkg/__init__.py", "my/pkg/file.py"]), + ("my_pkg", None, ["my_pkg.py"]), + ("my_pkg", None, ["my_pkg/__init__.py", "my_pkg/nested/__init__.py"]), + ("my_pkg", None, ["src/my_pkg/__init__.py", "src/my_pkg/nested/__init__.py"]), + ( + "my_pkg", + {"my_pkg": "lib", "my_pkg.lib2": "lib2"}, + ["lib/__init__.py", "lib/nested/__init__.pyt", "lib2/__init__.py"], + ), + # Should not try to guess a name from multiple py_modules/packages + ("UNKNOWN", None, ["src/mod1.py", "src/mod2.py"]), + ("UNKNOWN", None, ["src/pkg1/__ini__.py", "src/pkg2/__init__.py"]), + ], +) +def test_dist_default_name(tmp_path, dist_name, package_dir, package_files): + """Make sure dist.name is discovered from packages/py_modules""" + ensure_files(tmp_path, package_files) + attrs = { + **EXAMPLE_BASE_INFO, + "src_root": "/".join(os.path.split(tmp_path)), # POSIX-style + "package_dir": package_dir, + } + del attrs["name"] + + dist = Distribution(attrs) + dist.set_defaults() + assert dist.py_modules or dist.packages + assert dist.get_name() == dist_name diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py new file mode 100644 index 0000000..426694e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_dist_info.py @@ -0,0 +1,210 @@ +"""Test .dist-info style distributions.""" + +import pathlib +import re +import shutil +import subprocess +import sys +from functools import partial + +import pytest + +import pkg_resources +from setuptools.archive_util import unpack_archive + +from .textwrap import DALS + +read = partial(pathlib.Path.read_text, encoding="utf-8") + + +class TestDistInfo: + metadata_base = DALS( + """ + Metadata-Version: 1.2 + Requires-Dist: splort (==4) + Provides-Extra: baz + Requires-Dist: quux (>=1.1); extra == 'baz' + """ + ) + + @classmethod + def build_metadata(cls, **kwargs): + lines = ('{key}: {value}\n'.format(**locals()) for key, value in kwargs.items()) + return cls.metadata_base + ''.join(lines) + + @pytest.fixture + def metadata(self, tmpdir): + dist_info_name = 'VersionedDistribution-2.718.dist-info' + versioned = tmpdir / dist_info_name + versioned.mkdir() + filename = versioned / 'METADATA' + content = self.build_metadata( + Name='VersionedDistribution', + ) + filename.write_text(content, encoding='utf-8') + + dist_info_name = 'UnversionedDistribution.dist-info' + unversioned = tmpdir / dist_info_name + unversioned.mkdir() + filename = unversioned / 'METADATA' + content = self.build_metadata( + Name='UnversionedDistribution', + Version='0.3', + ) + filename.write_text(content, encoding='utf-8') + + return str(tmpdir) + + def test_distinfo(self, metadata): + dists = dict( + (d.project_name, d) for d in pkg_resources.find_distributions(metadata) + ) + + assert len(dists) == 2, dists + + unversioned = dists['UnversionedDistribution'] + versioned = dists['VersionedDistribution'] + + assert versioned.version == '2.718' # from filename + assert unversioned.version == '0.3' # from METADATA + + def test_conditional_dependencies(self, metadata): + specs = 'splort==4', 'quux>=1.1' + requires = list(map(pkg_resources.Requirement.parse, specs)) + + for d in pkg_resources.find_distributions(metadata): + assert d.requires() == requires[:1] + assert d.requires(extras=('baz',)) == [ + requires[0], + pkg_resources.Requirement.parse('quux>=1.1;extra=="baz"'), + ] + assert d.extras == ['baz'] + + def test_invalid_version(self, tmp_path): + """ + Supplying an invalid version crashes dist_info. + """ + config = "[metadata]\nname=proj\nversion=42\n[egg_info]\ntag_build=invalid!!!\n" + (tmp_path / "setup.cfg").write_text(config, encoding="utf-8") + msg = re.compile("invalid version", re.M | re.I) + proc = run_command_inner("dist_info", cwd=tmp_path, check=False) + assert proc.returncode + assert msg.search(proc.stdout) + assert not list(tmp_path.glob("*.dist-info")) + + def test_tag_arguments(self, tmp_path): + config = """ + [metadata] + name=proj + version=42 + [egg_info] + tag_date=1 + tag_build=.post + """ + (tmp_path / "setup.cfg").write_text(config, encoding="utf-8") + + print(run_command("dist_info", "--no-date", cwd=tmp_path)) + dist_info = next(tmp_path.glob("*.dist-info")) + assert dist_info.name.startswith("proj-42") + shutil.rmtree(dist_info) + + print(run_command("dist_info", "--tag-build", ".a", cwd=tmp_path)) + dist_info = next(tmp_path.glob("*.dist-info")) + assert dist_info.name.startswith("proj-42a") + + @pytest.mark.parametrize("keep_egg_info", (False, True)) + def test_output_dir(self, tmp_path, keep_egg_info): + config = "[metadata]\nname=proj\nversion=42\n" + (tmp_path / "setup.cfg").write_text(config, encoding="utf-8") + out = tmp_path / "__out" + out.mkdir() + opts = ["--keep-egg-info"] if keep_egg_info else [] + run_command("dist_info", "--output-dir", out, *opts, cwd=tmp_path) + assert len(list(out.glob("*.dist-info"))) == 1 + assert len(list(tmp_path.glob("*.dist-info"))) == 0 + expected_egg_info = int(keep_egg_info) + assert len(list(out.glob("*.egg-info"))) == expected_egg_info + assert len(list(tmp_path.glob("*.egg-info"))) == 0 + assert len(list(out.glob("*.__bkp__"))) == 0 + assert len(list(tmp_path.glob("*.__bkp__"))) == 0 + + +class TestWheelCompatibility: + """Make sure the .dist-info directory produced with the ``dist_info`` command + is the same as the one produced by ``bdist_wheel``. + """ + + SETUPCFG = DALS( + """ + [metadata] + name = {name} + version = {version} + + [options] + install_requires = + foo>=12; sys_platform != "linux" + + [options.extras_require] + test = pytest + + [options.entry_points] + console_scripts = + executable-name = my_package.module:function + discover = + myproj = my_package.other_module:function + """ + ) + + EGG_INFO_OPTS = [ + # Related: #3088 #2872 + ("", ""), + (".post", "[egg_info]\ntag_build = post\n"), + (".post", "[egg_info]\ntag_build = .post\n"), + (".post", "[egg_info]\ntag_build = post\ntag_date = 1\n"), + (".dev", "[egg_info]\ntag_build = .dev\n"), + (".dev", "[egg_info]\ntag_build = .dev\ntag_date = 1\n"), + ("a1", "[egg_info]\ntag_build = .a1\n"), + ("+local", "[egg_info]\ntag_build = +local\n"), + ] + + @pytest.mark.parametrize("name", "my-proj my_proj my.proj My.Proj".split()) + @pytest.mark.parametrize("version", ["0.42.13"]) + @pytest.mark.parametrize(("suffix", "cfg"), EGG_INFO_OPTS) + def test_dist_info_is_the_same_as_in_wheel( + self, name, version, tmp_path, suffix, cfg + ): + config = self.SETUPCFG.format(name=name, version=version) + cfg + + for i in "dir_wheel", "dir_dist": + (tmp_path / i).mkdir() + (tmp_path / i / "setup.cfg").write_text(config, encoding="utf-8") + + run_command("bdist_wheel", cwd=tmp_path / "dir_wheel") + wheel = next(tmp_path.glob("dir_wheel/dist/*.whl")) + unpack_archive(wheel, tmp_path / "unpack") + wheel_dist_info = next(tmp_path.glob("unpack/*.dist-info")) + + run_command("dist_info", cwd=tmp_path / "dir_dist") + dist_info = next(tmp_path.glob("dir_dist/*.dist-info")) + + assert dist_info.name == wheel_dist_info.name + assert dist_info.name.startswith(f"my_proj-{version}{suffix}") + for file in "METADATA", "entry_points.txt": + assert read(dist_info / file) == read(wheel_dist_info / file) + + +def run_command_inner(*cmd, **kwargs): + opts = { + "stderr": subprocess.STDOUT, + "stdout": subprocess.PIPE, + "text": True, + "encoding": "utf-8", + "check": True, + **kwargs, + } + cmd = [sys.executable, "-c", "__import__('setuptools').setup()", *map(str, cmd)] + return subprocess.run(cmd, **opts) + + +def run_command(*args, **kwargs): + return run_command_inner(*args, **kwargs).stdout diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py new file mode 100644 index 0000000..f99a588 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_distutils_adoption.py @@ -0,0 +1,198 @@ +import os +import platform +import sys +import textwrap + +import pytest + +IS_PYPY = '__pypy__' in sys.builtin_module_names + +_TEXT_KWARGS = {"text": True, "encoding": "utf-8"} # For subprocess.run + + +def win_sr(env): + """ + On Windows, SYSTEMROOT must be present to avoid + + > Fatal Python error: _Py_HashRandomization_Init: failed to + > get random numbers to initialize Python + """ + if env and platform.system() == 'Windows': + env['SYSTEMROOT'] = os.environ['SYSTEMROOT'] + return env + + +def find_distutils(venv, imports='distutils', env=None, **kwargs): + py_cmd = 'import {imports}; print(distutils.__file__)'.format(**locals()) + cmd = ['python', '-c', py_cmd] + return venv.run(cmd, env=win_sr(env), **_TEXT_KWARGS, **kwargs) + + +def count_meta_path(venv, env=None): + py_cmd = textwrap.dedent( + """ + import sys + is_distutils = lambda finder: finder.__class__.__name__ == "DistutilsMetaFinder" + print(len(list(filter(is_distutils, sys.meta_path)))) + """ + ) + cmd = ['python', '-c', py_cmd] + return int(venv.run(cmd, env=win_sr(env), **_TEXT_KWARGS)) + + +skip_without_stdlib_distutils = pytest.mark.skipif( + sys.version_info >= (3, 12), + reason='stdlib distutils is removed from Python 3.12+', +) + + +@skip_without_stdlib_distutils +def test_distutils_stdlib(venv): + """ + Ensure stdlib distutils is used when appropriate. + """ + env = dict(SETUPTOOLS_USE_DISTUTILS='stdlib') + assert venv.name not in find_distutils(venv, env=env).split(os.sep) + assert count_meta_path(venv, env=env) == 0 + + +def test_distutils_local_with_setuptools(venv): + """ + Ensure local distutils is used when appropriate. + """ + env = dict(SETUPTOOLS_USE_DISTUTILS='local') + loc = find_distutils(venv, imports='setuptools, distutils', env=env) + assert venv.name in loc.split(os.sep) + assert count_meta_path(venv, env=env) <= 1 + + +@pytest.mark.xfail('IS_PYPY', reason='pypy imports distutils on startup') +def test_distutils_local(venv): + """ + Even without importing, the setuptools-local copy of distutils is + preferred. + """ + env = dict(SETUPTOOLS_USE_DISTUTILS='local') + assert venv.name in find_distutils(venv, env=env).split(os.sep) + assert count_meta_path(venv, env=env) <= 1 + + +def test_pip_import(venv): + """ + Ensure pip can be imported. + Regression test for #3002. + """ + cmd = ['python', '-c', 'import pip'] + venv.run(cmd, **_TEXT_KWARGS) + + +def test_distutils_has_origin(): + """ + Distutils module spec should have an origin. #2990. + """ + assert __import__('distutils').__spec__.origin + + +ENSURE_IMPORTS_ARE_NOT_DUPLICATED = r""" +# Depending on the importlib machinery and _distutils_hack, some imports are +# duplicated resulting in different module objects being loaded, which prevents +# patches as shown in #3042. +# This script provides a way of verifying if this duplication is happening. + +from distutils import cmd +import distutils.command.sdist as sdist + +# import last to prevent caching +from distutils import {imported_module} + +for mod in (cmd, sdist): + assert mod.{imported_module} == {imported_module}, ( + f"\n{{mod.dir_util}}\n!=\n{{{imported_module}}}" + ) + +print("success") +""" + + +@pytest.mark.usefixtures("tmpdir_cwd") +@pytest.mark.parametrize( + ('distutils_version', 'imported_module'), + [ + pytest.param("stdlib", "dir_util", marks=skip_without_stdlib_distutils), + pytest.param("stdlib", "file_util", marks=skip_without_stdlib_distutils), + pytest.param("stdlib", "archive_util", marks=skip_without_stdlib_distutils), + ("local", "dir_util"), + ("local", "file_util"), + ("local", "archive_util"), + ], +) +def test_modules_are_not_duplicated_on_import(distutils_version, imported_module, venv): + env = dict(SETUPTOOLS_USE_DISTUTILS=distutils_version) + script = ENSURE_IMPORTS_ARE_NOT_DUPLICATED.format(imported_module=imported_module) + cmd = ['python', '-c', script] + output = venv.run(cmd, env=win_sr(env), **_TEXT_KWARGS).strip() + assert output == "success" + + +ENSURE_LOG_IMPORT_IS_NOT_DUPLICATED = r""" +import types +import distutils.dist as dist +from distutils import log +if isinstance(dist.log, types.ModuleType): + assert dist.log == log, f"\n{dist.log}\n!=\n{log}" +print("success") +""" + + +@pytest.mark.usefixtures("tmpdir_cwd") +@pytest.mark.parametrize( + "distutils_version", + [ + "local", + pytest.param("stdlib", marks=skip_without_stdlib_distutils), + ], +) +def test_log_module_is_not_duplicated_on_import(distutils_version, venv): + env = dict(SETUPTOOLS_USE_DISTUTILS=distutils_version) + cmd = ['python', '-c', ENSURE_LOG_IMPORT_IS_NOT_DUPLICATED] + output = venv.run(cmd, env=win_sr(env), **_TEXT_KWARGS).strip() + assert output == "success" + + +ENSURE_CONSISTENT_ERROR_FROM_MODIFIED_PY = r""" +from setuptools.modified import newer +from {imported_module}.errors import DistutilsError + +# Can't use pytest.raises in this context +try: + newer("", "") +except DistutilsError: + print("success") +else: + raise AssertionError("Expected to raise") +""" + + +@pytest.mark.usefixtures("tmpdir_cwd") +@pytest.mark.parametrize( + ('distutils_version', 'imported_module'), + [ + ("local", "distutils"), + # Unfortunately we still get ._distutils.errors.DistutilsError with SETUPTOOLS_USE_DISTUTILS=stdlib + # But that's a deprecated use-case we don't mind not fully supporting in newer code + pytest.param( + "stdlib", "setuptools._distutils", marks=skip_without_stdlib_distutils + ), + ], +) +def test_consistent_error_from_modified_py(distutils_version, imported_module, venv): + env = dict(SETUPTOOLS_USE_DISTUTILS=distutils_version) + cmd = [ + 'python', + '-c', + ENSURE_CONSISTENT_ERROR_FROM_MODIFIED_PY.format( + imported_module=imported_module + ), + ] + output = venv.run(cmd, env=win_sr(env), **_TEXT_KWARGS).strip() + assert output == "success" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_easy_install.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_easy_install.py new file mode 100644 index 0000000..b58b0b6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_easy_install.py @@ -0,0 +1,1476 @@ +"""Easy install Tests""" + +import contextlib +import io +import itertools +import logging +import os +import pathlib +import re +import site +import subprocess +import sys +import tarfile +import tempfile +import time +import warnings +import zipfile +from pathlib import Path +from typing import NamedTuple +from unittest import mock + +import pytest +from jaraco import path + +import pkg_resources +import setuptools.command.easy_install as ei +from pkg_resources import Distribution as PRDistribution, normalize_path, working_set +from setuptools import sandbox +from setuptools._normalization import safer_name +from setuptools.command.easy_install import PthDistributions +from setuptools.dist import Distribution +from setuptools.sandbox import run_setup +from setuptools.tests import fail_on_ascii +from setuptools.tests.server import MockServer, path_to_url + +from . import contexts +from .textwrap import DALS + +import distutils.errors + + +@pytest.fixture(autouse=True) +def pip_disable_index(monkeypatch): + """ + Important: Disable the default index for pip to avoid + querying packages in the index and potentially resolving + and installing packages there. + """ + monkeypatch.setenv('PIP_NO_INDEX', 'true') + + +class FakeDist: + def get_entry_map(self, group): + if group != 'console_scripts': + return {} + return {'name': 'ep'} + + def as_requirement(self): + return 'spec' + + +SETUP_PY = DALS( + """ + from setuptools import setup + + setup() + """ +) + + +class TestEasyInstallTest: + def test_get_script_args(self): + header = ei.CommandSpec.best().from_environment().as_header() + dist = FakeDist() + args = next(ei.ScriptWriter.get_args(dist)) + _name, script = itertools.islice(args, 2) + assert script.startswith(header) + assert "'spec'" in script + assert "'console_scripts'" in script + assert "'name'" in script + assert re.search('^# EASY-INSTALL-ENTRY-SCRIPT', script, flags=re.MULTILINE) + + def test_no_find_links(self): + # new option '--no-find-links', that blocks find-links added at + # the project level + dist = Distribution() + cmd = ei.easy_install(dist) + cmd.check_pth_processing = lambda: True + cmd.no_find_links = True + cmd.find_links = ['link1', 'link2'] + cmd.install_dir = os.path.join(tempfile.mkdtemp(), 'ok') + cmd.args = ['ok'] + cmd.ensure_finalized() + assert cmd.package_index.scanned_urls == {} + + # let's try without it (default behavior) + cmd = ei.easy_install(dist) + cmd.check_pth_processing = lambda: True + cmd.find_links = ['link1', 'link2'] + cmd.install_dir = os.path.join(tempfile.mkdtemp(), 'ok') + cmd.args = ['ok'] + cmd.ensure_finalized() + keys = sorted(cmd.package_index.scanned_urls.keys()) + assert keys == ['link1', 'link2'] + + def test_write_exception(self): + """ + Test that `cant_write_to_target` is rendered as a DistutilsError. + """ + dist = Distribution() + cmd = ei.easy_install(dist) + cmd.install_dir = os.getcwd() + with pytest.raises(distutils.errors.DistutilsError): + cmd.cant_write_to_target() + + def test_all_site_dirs(self, monkeypatch): + """ + get_site_dirs should always return site dirs reported by + site.getsitepackages. + """ + path = normalize_path('/setuptools/test/site-packages') + + def mock_gsp(): + return [path] + + monkeypatch.setattr(site, 'getsitepackages', mock_gsp, raising=False) + assert path in ei.get_site_dirs() + + def test_all_site_dirs_works_without_getsitepackages(self, monkeypatch): + monkeypatch.delattr(site, 'getsitepackages', raising=False) + assert ei.get_site_dirs() + + @pytest.fixture + def sdist_unicode(self, tmpdir): + files = [ + ( + 'setup.py', + DALS( + """ + import setuptools + setuptools.setup( + name="setuptools-test-unicode", + version="1.0", + packages=["mypkg"], + include_package_data=True, + ) + """ + ), + ), + ( + 'mypkg/__init__.py', + "", + ), + ( + 'mypkg/☃.txt', + "", + ), + ] + sdist_name = 'setuptools-test-unicode-1.0.zip' + sdist = tmpdir / sdist_name + # can't use make_sdist, because the issue only occurs + # with zip sdists. + sdist_zip = zipfile.ZipFile(str(sdist), 'w') + for filename, content in files: + sdist_zip.writestr(filename, content) + sdist_zip.close() + return str(sdist) + + @fail_on_ascii + def test_unicode_filename_in_sdist(self, sdist_unicode, tmpdir, monkeypatch): + """ + The install command should execute correctly even if + the package has unicode filenames. + """ + dist = Distribution({'script_args': ['easy_install']}) + target = (tmpdir / 'target').ensure_dir() + cmd = ei.easy_install( + dist, + install_dir=str(target), + args=['x'], + ) + monkeypatch.setitem(os.environ, 'PYTHONPATH', str(target)) + cmd.ensure_finalized() + cmd.easy_install(sdist_unicode) + + @pytest.fixture + def sdist_unicode_in_script(self, tmpdir): + files = [ + ( + "setup.py", + DALS( + """ + import setuptools + setuptools.setup( + name="setuptools-test-unicode", + version="1.0", + packages=["mypkg"], + include_package_data=True, + scripts=['mypkg/unicode_in_script'], + ) + """ + ), + ), + ("mypkg/__init__.py", ""), + ( + "mypkg/unicode_in_script", + DALS( + """ + #!/bin/sh + # á + + non_python_fn() { + } + """ + ), + ), + ] + sdist_name = "setuptools-test-unicode-script-1.0.zip" + sdist = tmpdir / sdist_name + # can't use make_sdist, because the issue only occurs + # with zip sdists. + sdist_zip = zipfile.ZipFile(str(sdist), "w") + for filename, content in files: + sdist_zip.writestr(filename, content.encode('utf-8')) + sdist_zip.close() + return str(sdist) + + @fail_on_ascii + def test_unicode_content_in_sdist( + self, sdist_unicode_in_script, tmpdir, monkeypatch + ): + """ + The install command should execute correctly even if + the package has unicode in scripts. + """ + dist = Distribution({"script_args": ["easy_install"]}) + target = (tmpdir / "target").ensure_dir() + cmd = ei.easy_install(dist, install_dir=str(target), args=["x"]) + monkeypatch.setitem(os.environ, "PYTHONPATH", str(target)) + cmd.ensure_finalized() + cmd.easy_install(sdist_unicode_in_script) + + @pytest.fixture + def sdist_script(self, tmpdir): + files = [ + ( + 'setup.py', + DALS( + """ + import setuptools + setuptools.setup( + name="setuptools-test-script", + version="1.0", + scripts=["mypkg_script"], + ) + """ + ), + ), + ( + 'mypkg_script', + DALS( + """ + #/usr/bin/python + print('mypkg_script') + """ + ), + ), + ] + sdist_name = 'setuptools-test-script-1.0.zip' + sdist = str(tmpdir / sdist_name) + make_sdist(sdist, files) + return sdist + + @pytest.mark.skipif( + not sys.platform.startswith('linux'), reason="Test can only be run on Linux" + ) + def test_script_install(self, sdist_script, tmpdir, monkeypatch): + """ + Check scripts are installed. + """ + dist = Distribution({'script_args': ['easy_install']}) + target = (tmpdir / 'target').ensure_dir() + cmd = ei.easy_install( + dist, + install_dir=str(target), + args=['x'], + ) + monkeypatch.setitem(os.environ, 'PYTHONPATH', str(target)) + cmd.ensure_finalized() + cmd.easy_install(sdist_script) + assert (target / 'mypkg_script').exists() + + +@pytest.mark.filterwarnings('ignore:Unbuilt egg') +class TestPTHFileWriter: + def test_add_from_cwd_site_sets_dirty(self): + """a pth file manager should set dirty + if a distribution is in site but also the cwd + """ + pth = PthDistributions('does-not_exist', [os.getcwd()]) + assert not pth.dirty + pth.add(PRDistribution(os.getcwd())) + assert pth.dirty + + def test_add_from_site_is_ignored(self): + location = '/test/location/does-not-have-to-exist' + # PthDistributions expects all locations to be normalized + location = pkg_resources.normalize_path(location) + pth = PthDistributions( + 'does-not_exist', + [ + location, + ], + ) + assert not pth.dirty + pth.add(PRDistribution(location)) + assert not pth.dirty + + def test_many_pth_distributions_merge_together(self, tmpdir): + """ + If the pth file is modified under the hood, then PthDistribution + will refresh its content before saving, merging contents when + necessary. + """ + # putting the pth file in a dedicated sub-folder, + pth_subdir = tmpdir.join("pth_subdir") + pth_subdir.mkdir() + pth_path = str(pth_subdir.join("file1.pth")) + pth1 = PthDistributions(pth_path) + pth2 = PthDistributions(pth_path) + assert pth1.paths == pth2.paths == [], ( + "unless there would be some default added at some point" + ) + # and so putting the src_subdir in folder distinct than the pth one, + # so to keep it absolute by PthDistributions + new_src_path = tmpdir.join("src_subdir") + new_src_path.mkdir() # must exist to be accounted + new_src_path_str = str(new_src_path) + pth1.paths.append(new_src_path_str) + pth1.save() + assert pth1.paths, ( + "the new_src_path added must still be present/valid in pth1 after save" + ) + # now, + assert new_src_path_str not in pth2.paths, ( + "right before we save the entry should still not be present" + ) + pth2.save() + assert new_src_path_str in pth2.paths, ( + "the new_src_path entry should have been added by pth2 with its save() call" + ) + assert pth2.paths[-1] == new_src_path, ( + "and it should match exactly on the last entry actually " + "given we append to it in save()" + ) + # finally, + assert PthDistributions(pth_path).paths == pth2.paths, ( + "and we should have the exact same list at the end " + "with a fresh PthDistributions instance" + ) + + +@pytest.fixture +def setup_context(tmpdir): + with (tmpdir / 'setup.py').open('w', encoding="utf-8") as f: + f.write(SETUP_PY) + with tmpdir.as_cwd(): + yield tmpdir + + +@pytest.mark.usefixtures("user_override") +@pytest.mark.usefixtures("setup_context") +class TestUserInstallTest: + # prevent check that site-packages is writable. easy_install + # shouldn't be writing to system site-packages during finalize + # options, but while it does, bypass the behavior. + prev_sp_write = mock.patch( + 'setuptools.command.easy_install.easy_install.check_site_dir', + mock.Mock(), + ) + + # simulate setuptools installed in user site packages + @mock.patch('setuptools.command.easy_install.__file__', site.USER_SITE) + @mock.patch('site.ENABLE_USER_SITE', True) + @prev_sp_write + def test_user_install_not_implied_user_site_enabled(self): + self.assert_not_user_site() + + @mock.patch('site.ENABLE_USER_SITE', False) + @prev_sp_write + def test_user_install_not_implied_user_site_disabled(self): + self.assert_not_user_site() + + @staticmethod + def assert_not_user_site(): + # create a finalized easy_install command + dist = Distribution() + dist.script_name = 'setup.py' + cmd = ei.easy_install(dist) + cmd.args = ['py'] + cmd.ensure_finalized() + assert not cmd.user, 'user should not be implied' + + def test_multiproc_atexit(self): + pytest.importorskip('multiprocessing') + + log = logging.getLogger('test_easy_install') + logging.basicConfig(level=logging.INFO, stream=sys.stderr) + log.info('this should not break') + + @pytest.fixture + def foo_package(self, tmpdir): + egg_file = tmpdir / 'foo-1.0.egg-info' + with egg_file.open('w') as f: + f.write('Name: foo\n') + return str(tmpdir) + + @pytest.fixture + def install_target(self, tmpdir): + target = str(tmpdir) + with mock.patch('sys.path', sys.path + [target]): + python_path = os.path.pathsep.join(sys.path) + with mock.patch.dict(os.environ, PYTHONPATH=python_path): + yield target + + def test_local_index(self, foo_package, install_target): + """ + The local index must be used when easy_install locates installed + packages. + """ + dist = Distribution() + dist.script_name = 'setup.py' + cmd = ei.easy_install(dist) + cmd.install_dir = install_target + cmd.args = ['foo'] + cmd.ensure_finalized() + cmd.local_index.scan([foo_package]) + res = cmd.easy_install('foo') + actual = os.path.normcase(os.path.realpath(res.location)) + expected = os.path.normcase(os.path.realpath(foo_package)) + assert actual == expected + + @contextlib.contextmanager + def user_install_setup_context(self, *args, **kwargs): + """ + Wrap sandbox.setup_context to patch easy_install in that context to + appear as user-installed. + """ + with self.orig_context(*args, **kwargs): + import setuptools.command.easy_install as ei + + ei.__file__ = site.USER_SITE + yield + + def patched_setup_context(self): + self.orig_context = sandbox.setup_context + + return mock.patch( + 'setuptools.sandbox.setup_context', + self.user_install_setup_context, + ) + + +@pytest.fixture +def distutils_package(): + distutils_setup_py = SETUP_PY.replace( + 'from setuptools import setup', + 'from distutils.core import setup', + ) + with contexts.tempdir(cd=os.chdir): + with open('setup.py', 'w', encoding="utf-8") as f: + f.write(distutils_setup_py) + yield + + +@pytest.mark.usefixtures("distutils_package") +class TestDistutilsPackage: + def test_bdist_egg_available_on_distutils_pkg(self): + run_setup('setup.py', ['bdist_egg']) + + +@pytest.fixture +def mock_index(): + # set up a server which will simulate an alternate package index. + p_index = MockServer() + if p_index.server_port == 0: + # Some platforms (Jython) don't find a port to which to bind, + # so skip test for them. + pytest.skip("could not find a valid port") + p_index.start() + return p_index + + +class TestInstallRequires: + def test_setup_install_includes_dependencies(self, tmp_path, mock_index): + """ + When ``python setup.py install`` is called directly, it will use easy_install + to fetch dependencies. + """ + # TODO: Remove these tests once `setup.py install` is completely removed + project_root = tmp_path / "project" + project_root.mkdir(exist_ok=True) + install_root = tmp_path / "install" + install_root.mkdir(exist_ok=True) + + self.create_project(project_root) + cmd = [ + sys.executable, + '-c', + '__import__("setuptools").setup()', + 'install', + '--install-base', + str(install_root), + '--install-lib', + str(install_root), + '--install-headers', + str(install_root), + '--install-scripts', + str(install_root), + '--install-data', + str(install_root), + '--install-purelib', + str(install_root), + '--install-platlib', + str(install_root), + ] + env = {**os.environ, "__EASYINSTALL_INDEX": mock_index.url} + cp = subprocess.run( + cmd, + cwd=str(project_root), + env=env, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + text=True, + encoding="utf-8", + ) + assert cp.returncode != 0 + try: + assert '/does-not-exist/' in {r.path for r in mock_index.requests} + assert next( + line + for line in cp.stdout.splitlines() + if "not find suitable distribution for" in line + and "does-not-exist" in line + ) + except Exception: + if "failed to get random numbers" in cp.stdout: + pytest.xfail(f"{sys.platform} failure - {cp.stdout}") + raise + + def create_project(self, root): + config = """ + [metadata] + name = project + version = 42 + + [options] + install_requires = does-not-exist + py_modules = mod + """ + (root / 'setup.cfg').write_text(DALS(config), encoding="utf-8") + (root / 'mod.py').touch() + + +class TestSetupRequires: + def test_setup_requires_honors_fetch_params(self, mock_index, monkeypatch): + """ + When easy_install installs a source distribution which specifies + setup_requires, it should honor the fetch parameters (such as + index-url, and find-links). + """ + monkeypatch.setenv('PIP_RETRIES', '0') + monkeypatch.setenv('PIP_TIMEOUT', '0') + monkeypatch.setenv('PIP_NO_INDEX', 'false') + with contexts.quiet(): + # create an sdist that has a build-time dependency. + with TestSetupRequires.create_sdist() as dist_file: + with contexts.tempdir() as temp_install_dir: + with contexts.environment(PYTHONPATH=temp_install_dir): + cmd = [ + sys.executable, + '-c', + '__import__("setuptools").setup()', + 'easy_install', + '--index-url', + mock_index.url, + '--exclude-scripts', + '--install-dir', + temp_install_dir, + dist_file, + ] + subprocess.Popen(cmd).wait() + # there should have been one requests to the server + assert [r.path for r in mock_index.requests] == ['/does-not-exist/'] + + @staticmethod + @contextlib.contextmanager + def create_sdist(): + """ + Return an sdist with a setup_requires dependency (of something that + doesn't exist) + """ + with contexts.tempdir() as dir: + dist_path = os.path.join(dir, 'setuptools-test-fetcher-1.0.tar.gz') + make_sdist( + dist_path, + [ + ( + 'setup.py', + DALS( + """ + import setuptools + setuptools.setup( + name="setuptools-test-fetcher", + version="1.0", + setup_requires = ['does-not-exist'], + ) + """ + ), + ), + ('setup.cfg', ''), + ], + ) + yield dist_path + + use_setup_cfg = ( + (), + ('dependency_links',), + ('setup_requires',), + ('dependency_links', 'setup_requires'), + ) + + @pytest.mark.parametrize('use_setup_cfg', use_setup_cfg) + def test_setup_requires_overrides_version_conflict(self, use_setup_cfg): + """ + Regression test for distribution issue 323: + https://bitbucket.org/tarek/distribute/issues/323 + + Ensures that a distribution's setup_requires requirements can still be + installed and used locally even if a conflicting version of that + requirement is already on the path. + """ + + fake_dist = PRDistribution( + 'does-not-matter', project_name='foobar', version='0.0' + ) + working_set.add(fake_dist) + + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + test_pkg = create_setup_requires_package( + temp_dir, use_setup_cfg=use_setup_cfg + ) + test_setup_py = os.path.join(test_pkg, 'setup.py') + with contexts.quiet() as (stdout, _stderr): + # Don't even need to install the package, just + # running the setup.py at all is sufficient + run_setup(test_setup_py, ['--name']) + + lines = stdout.readlines() + assert len(lines) > 0 + assert lines[-1].strip() == 'test_pkg' + + @pytest.mark.parametrize('use_setup_cfg', use_setup_cfg) + def test_setup_requires_override_nspkg(self, use_setup_cfg): + """ + Like ``test_setup_requires_overrides_version_conflict`` but where the + ``setup_requires`` package is part of a namespace package that has + *already* been imported. + """ + + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + foobar_1_archive = os.path.join(temp_dir, 'foo_bar-0.1.tar.gz') + make_nspkg_sdist(foobar_1_archive, 'foo.bar', '0.1') + # Now actually go ahead an extract to the temp dir and add the + # extracted path to sys.path so foo.bar v0.1 is importable + foobar_1_dir = os.path.join(temp_dir, 'foo_bar-0.1') + os.mkdir(foobar_1_dir) + with tarfile.open(foobar_1_archive) as tf: + tf.extraction_filter = lambda member, path: member + tf.extractall(foobar_1_dir) + sys.path.insert(1, foobar_1_dir) + + dist = PRDistribution( + foobar_1_dir, project_name='foo.bar', version='0.1' + ) + working_set.add(dist) + + template = DALS( + """\ + import foo # Even with foo imported first the + # setup_requires package should override + import setuptools + setuptools.setup(**%r) + + if not (hasattr(foo, '__path__') and + len(foo.__path__) == 2): + print('FAIL') + + if 'foo_bar-0.2' not in foo.__path__[0]: + print('FAIL') + """ + ) + + test_pkg = create_setup_requires_package( + temp_dir, + 'foo.bar', + '0.2', + make_nspkg_sdist, + template, + use_setup_cfg=use_setup_cfg, + ) + + test_setup_py = os.path.join(test_pkg, 'setup.py') + + with contexts.quiet() as (stdout, _stderr): + try: + # Don't even need to install the package, just + # running the setup.py at all is sufficient + run_setup(test_setup_py, ['--name']) + except pkg_resources.VersionConflict: # pragma: nocover + pytest.fail( + 'Installing setup.py requirements caused a VersionConflict' + ) + + assert 'FAIL' not in stdout.getvalue() + lines = stdout.readlines() + assert len(lines) > 0 + assert lines[-1].strip() == 'test_pkg' + + @pytest.mark.parametrize('use_setup_cfg', use_setup_cfg) + def test_setup_requires_with_attr_version(self, use_setup_cfg): + def make_dependency_sdist(dist_path, distname, version): + files = [ + ( + 'setup.py', + DALS( + f""" + import setuptools + setuptools.setup( + name={distname!r}, + version={version!r}, + py_modules=[{distname!r}], + ) + """ + ), + ), + ( + distname + '.py', + DALS( + """ + version = 42 + """ + ), + ), + ] + make_sdist(dist_path, files) + + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + test_pkg = create_setup_requires_package( + temp_dir, + setup_attrs=dict(version='attr: foobar.version'), + make_package=make_dependency_sdist, + use_setup_cfg=use_setup_cfg + ('version',), + ) + test_setup_py = os.path.join(test_pkg, 'setup.py') + with contexts.quiet() as (stdout, _stderr): + run_setup(test_setup_py, ['--version']) + lines = stdout.readlines() + assert len(lines) > 0 + assert lines[-1].strip() == '42' + + def test_setup_requires_honors_pip_env(self, mock_index, monkeypatch): + monkeypatch.setenv('PIP_RETRIES', '0') + monkeypatch.setenv('PIP_TIMEOUT', '0') + monkeypatch.setenv('PIP_NO_INDEX', 'false') + monkeypatch.setenv('PIP_INDEX_URL', mock_index.url) + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + test_pkg = create_setup_requires_package( + temp_dir, + 'python-xlib', + '0.19', + setup_attrs=dict(dependency_links=[]), + ) + test_setup_cfg = os.path.join(test_pkg, 'setup.cfg') + with open(test_setup_cfg, 'w', encoding="utf-8") as fp: + fp.write( + DALS( + """ + [easy_install] + index_url = https://pypi.org/legacy/ + """ + ) + ) + test_setup_py = os.path.join(test_pkg, 'setup.py') + with pytest.raises(distutils.errors.DistutilsError): + run_setup(test_setup_py, ['--version']) + assert len(mock_index.requests) == 1 + assert mock_index.requests[0].path == '/python-xlib/' + + def test_setup_requires_with_pep508_url(self, mock_index, monkeypatch): + monkeypatch.setenv('PIP_RETRIES', '0') + monkeypatch.setenv('PIP_TIMEOUT', '0') + monkeypatch.setenv('PIP_INDEX_URL', mock_index.url) + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + dep_sdist = os.path.join(temp_dir, 'dep.tar.gz') + make_trivial_sdist(dep_sdist, 'dependency', '42') + dep_url = path_to_url(dep_sdist, authority='localhost') + test_pkg = create_setup_requires_package( + temp_dir, + # Ignored (overridden by setup_attrs) + 'python-xlib', + '0.19', + setup_attrs=dict(setup_requires=f'dependency @ {dep_url}'), + ) + test_setup_py = os.path.join(test_pkg, 'setup.py') + run_setup(test_setup_py, ['--version']) + assert len(mock_index.requests) == 0 + + def test_setup_requires_with_allow_hosts(self, mock_index): + """The `allow-hosts` option in not supported anymore.""" + files = { + 'test_pkg': { + 'setup.py': DALS( + """ + from setuptools import setup + setup(setup_requires='python-xlib') + """ + ), + 'setup.cfg': DALS( + """ + [easy_install] + allow_hosts = * + """ + ), + } + } + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + path.build(files, prefix=temp_dir) + setup_py = str(pathlib.Path(temp_dir, 'test_pkg', 'setup.py')) + with pytest.raises(distutils.errors.DistutilsError): + run_setup(setup_py, ['--version']) + assert len(mock_index.requests) == 0 + + def test_setup_requires_with_python_requires(self, monkeypatch, tmpdir): + """Check `python_requires` is honored.""" + monkeypatch.setenv('PIP_RETRIES', '0') + monkeypatch.setenv('PIP_TIMEOUT', '0') + monkeypatch.setenv('PIP_NO_INDEX', '1') + monkeypatch.setenv('PIP_VERBOSE', '1') + dep_1_0_sdist = 'dep-1.0.tar.gz' + dep_1_0_url = path_to_url(str(tmpdir / dep_1_0_sdist)) + dep_1_0_python_requires = '>=2.7' + make_python_requires_sdist( + str(tmpdir / dep_1_0_sdist), 'dep', '1.0', dep_1_0_python_requires + ) + dep_2_0_sdist = 'dep-2.0.tar.gz' + dep_2_0_url = path_to_url(str(tmpdir / dep_2_0_sdist)) + dep_2_0_python_requires = ( + f'!={sys.version_info.major}.{sys.version_info.minor}.*' + ) + make_python_requires_sdist( + str(tmpdir / dep_2_0_sdist), 'dep', '2.0', dep_2_0_python_requires + ) + index = tmpdir / 'index.html' + index.write_text( + DALS( + """ + + Links for dep + +

Links for dep

+ {dep_1_0_sdist}
+ {dep_2_0_sdist}
+ + + """ + ).format( + dep_1_0_url=dep_1_0_url, + dep_1_0_sdist=dep_1_0_sdist, + dep_1_0_python_requires=dep_1_0_python_requires, + dep_2_0_url=dep_2_0_url, + dep_2_0_sdist=dep_2_0_sdist, + dep_2_0_python_requires=dep_2_0_python_requires, + ), + 'utf-8', + ) + index_url = path_to_url(str(index)) + with contexts.save_pkg_resources_state(): + test_pkg = create_setup_requires_package( + str(tmpdir), + 'python-xlib', + '0.19', # Ignored (overridden by setup_attrs). + setup_attrs=dict(setup_requires='dep', dependency_links=[index_url]), + ) + test_setup_py = os.path.join(test_pkg, 'setup.py') + run_setup(test_setup_py, ['--version']) + eggs = list( + map(str, pkg_resources.find_distributions(os.path.join(test_pkg, '.eggs'))) + ) + assert eggs == ['dep 1.0'] + + @pytest.mark.parametrize('with_dependency_links_in_setup_py', (False, True)) + def test_setup_requires_with_find_links_in_setup_cfg( + self, monkeypatch, with_dependency_links_in_setup_py + ): + monkeypatch.setenv('PIP_RETRIES', '0') + monkeypatch.setenv('PIP_TIMEOUT', '0') + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + make_trivial_sdist( + os.path.join(temp_dir, 'python-xlib-42.tar.gz'), 'python-xlib', '42' + ) + test_pkg = os.path.join(temp_dir, 'test_pkg') + test_setup_py = os.path.join(test_pkg, 'setup.py') + test_setup_cfg = os.path.join(test_pkg, 'setup.cfg') + os.mkdir(test_pkg) + with open(test_setup_py, 'w', encoding="utf-8") as fp: + if with_dependency_links_in_setup_py: + dependency_links = [os.path.join(temp_dir, 'links')] + else: + dependency_links = [] + fp.write( + DALS( + """ + from setuptools import installer, setup + setup(setup_requires='python-xlib==42', + dependency_links={dependency_links!r}) + """ + ).format(dependency_links=dependency_links) + ) + with open(test_setup_cfg, 'w', encoding="utf-8") as fp: + fp.write( + DALS( + """ + [easy_install] + index_url = {index_url} + find_links = {find_links} + """ + ).format( + index_url=os.path.join(temp_dir, 'index'), + find_links=temp_dir, + ) + ) + run_setup(test_setup_py, ['--version']) + + def test_setup_requires_with_transitive_extra_dependency(self, monkeypatch): + """ + Use case: installing a package with a build dependency on + an already installed `dep[extra]`, which in turn depends + on `extra_dep` (whose is not already installed). + """ + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + # Create source distribution for `extra_dep`. + make_trivial_sdist( + os.path.join(temp_dir, 'extra_dep-1.0.tar.gz'), 'extra_dep', '1.0' + ) + # Create source tree for `dep`. + dep_pkg = os.path.join(temp_dir, 'dep') + os.mkdir(dep_pkg) + path.build( + { + 'setup.py': DALS( + """ + import setuptools + setuptools.setup( + name='dep', version='2.0', + extras_require={'extra': ['extra_dep']}, + ) + """ + ), + 'setup.cfg': '', + }, + prefix=dep_pkg, + ) + # "Install" dep. + run_setup(os.path.join(dep_pkg, 'setup.py'), ['dist_info']) + working_set.add_entry(dep_pkg) + # Create source tree for test package. + test_pkg = os.path.join(temp_dir, 'test_pkg') + test_setup_py = os.path.join(test_pkg, 'setup.py') + os.mkdir(test_pkg) + with open(test_setup_py, 'w', encoding="utf-8") as fp: + fp.write( + DALS( + """ + from setuptools import installer, setup + setup(setup_requires='dep[extra]') + """ + ) + ) + # Check... + monkeypatch.setenv('PIP_FIND_LINKS', str(temp_dir)) + monkeypatch.setenv('PIP_NO_INDEX', '1') + monkeypatch.setenv('PIP_RETRIES', '0') + monkeypatch.setenv('PIP_TIMEOUT', '0') + run_setup(test_setup_py, ['--version']) + + def test_setup_requires_with_distutils_command_dep(self, monkeypatch): + """ + Use case: ensure build requirements' extras + are properly installed and activated. + """ + with contexts.save_pkg_resources_state(): + with contexts.tempdir() as temp_dir: + # Create source distribution for `extra_dep`. + make_sdist( + os.path.join(temp_dir, 'extra_dep-1.0.tar.gz'), + [ + ( + 'setup.py', + DALS( + """ + import setuptools + setuptools.setup( + name='extra_dep', + version='1.0', + py_modules=['extra_dep'], + ) + """ + ), + ), + ('setup.cfg', ''), + ('extra_dep.py', ''), + ], + ) + # Create source tree for `epdep`. + dep_pkg = os.path.join(temp_dir, 'epdep') + os.mkdir(dep_pkg) + path.build( + { + 'setup.py': DALS( + """ + import setuptools + setuptools.setup( + name='dep', version='2.0', + py_modules=['epcmd'], + extras_require={'extra': ['extra_dep']}, + entry_points=''' + [distutils.commands] + epcmd = epcmd:epcmd [extra] + ''', + ) + """ + ), + 'setup.cfg': '', + 'epcmd.py': DALS( + """ + from distutils.command.build_py import build_py + + import extra_dep + + class epcmd(build_py): + pass + """ + ), + }, + prefix=dep_pkg, + ) + # "Install" dep. + run_setup(os.path.join(dep_pkg, 'setup.py'), ['dist_info']) + working_set.add_entry(dep_pkg) + # Create source tree for test package. + test_pkg = os.path.join(temp_dir, 'test_pkg') + test_setup_py = os.path.join(test_pkg, 'setup.py') + os.mkdir(test_pkg) + with open(test_setup_py, 'w', encoding="utf-8") as fp: + fp.write( + DALS( + """ + from setuptools import installer, setup + setup(setup_requires='dep[extra]') + """ + ) + ) + # Check... + monkeypatch.setenv('PIP_FIND_LINKS', str(temp_dir)) + monkeypatch.setenv('PIP_NO_INDEX', '1') + monkeypatch.setenv('PIP_RETRIES', '0') + monkeypatch.setenv('PIP_TIMEOUT', '0') + run_setup(test_setup_py, ['epcmd']) + + +def make_trivial_sdist(dist_path, distname, version): + """ + Create a simple sdist tarball at dist_path, containing just a simple + setup.py. + """ + + make_sdist( + dist_path, + [ + ( + 'setup.py', + DALS( + f"""\ + import setuptools + setuptools.setup( + name={distname!r}, + version={version!r} + ) + """ + ), + ), + ('setup.cfg', ''), + ], + ) + + +def make_nspkg_sdist(dist_path, distname, version): + """ + Make an sdist tarball with distname and version which also contains one + package with the same name as distname. The top-level package is + designated a namespace package). + """ + # Assert that the distname contains at least one period + assert '.' in distname + + parts = distname.split('.') + nspackage = parts[0] + + packages = ['.'.join(parts[:idx]) for idx in range(1, len(parts) + 1)] + + setup_py = DALS( + f"""\ + import setuptools + setuptools.setup( + name={distname!r}, + version={version!r}, + packages={packages!r}, + namespace_packages=[{nspackage!r}] + ) + """ + ) + + init = "__import__('pkg_resources').declare_namespace(__name__)" + + files = [('setup.py', setup_py), (os.path.join(nspackage, '__init__.py'), init)] + for package in packages[1:]: + filename = os.path.join(*(package.split('.') + ['__init__.py'])) + files.append((filename, '')) + + make_sdist(dist_path, files) + + +def make_python_requires_sdist(dist_path, distname, version, python_requires): + make_sdist( + dist_path, + [ + ( + 'setup.py', + DALS( + """\ + import setuptools + setuptools.setup( + name={name!r}, + version={version!r}, + python_requires={python_requires!r}, + ) + """ + ).format( + name=distname, version=version, python_requires=python_requires + ), + ), + ('setup.cfg', ''), + ], + ) + + +def make_sdist(dist_path, files): + """ + Create a simple sdist tarball at dist_path, containing the files + listed in ``files`` as ``(filename, content)`` tuples. + """ + + # Distributions with only one file don't play well with pip. + assert len(files) > 1 + with tarfile.open(dist_path, 'w:gz') as dist: + for filename, content in files: + file_bytes = io.BytesIO(content.encode('utf-8')) + file_info = tarfile.TarInfo(name=filename) + file_info.size = len(file_bytes.getvalue()) + file_info.mtime = int(time.time()) + dist.addfile(file_info, fileobj=file_bytes) + + +def create_setup_requires_package( + path, + distname='foobar', + version='0.1', + make_package=make_trivial_sdist, + setup_py_template=None, + setup_attrs=None, + use_setup_cfg=(), +): + """Creates a source tree under path for a trivial test package that has a + single requirement in setup_requires--a tarball for that requirement is + also created and added to the dependency_links argument. + + ``distname`` and ``version`` refer to the name/version of the package that + the test package requires via ``setup_requires``. The name of the test + package itself is just 'test_pkg'. + """ + + normalized_distname = safer_name(distname) + test_setup_attrs = { + 'name': 'test_pkg', + 'version': '0.0', + 'setup_requires': [f'{normalized_distname}=={version}'], + 'dependency_links': [os.path.abspath(path)], + } + if setup_attrs: + test_setup_attrs.update(setup_attrs) + + test_pkg = os.path.join(path, 'test_pkg') + os.mkdir(test_pkg) + + # setup.cfg + if use_setup_cfg: + options = [] + metadata = [] + for name in use_setup_cfg: + value = test_setup_attrs.pop(name) + if name in 'name version'.split(): + section = metadata + else: + section = options + if isinstance(value, (tuple, list)): + value = ';'.join(value) + section.append(f'{name}: {value}') + test_setup_cfg_contents = DALS( + """ + [metadata] + {metadata} + [options] + {options} + """ + ).format( + options='\n'.join(options), + metadata='\n'.join(metadata), + ) + else: + test_setup_cfg_contents = '' + with open(os.path.join(test_pkg, 'setup.cfg'), 'w', encoding="utf-8") as f: + f.write(test_setup_cfg_contents) + + # setup.py + if setup_py_template is None: + setup_py_template = DALS( + """\ + import setuptools + setuptools.setup(**%r) + """ + ) + with open(os.path.join(test_pkg, 'setup.py'), 'w', encoding="utf-8") as f: + f.write(setup_py_template % test_setup_attrs) + + foobar_path = os.path.join(path, f'{normalized_distname}-{version}.tar.gz') + make_package(foobar_path, distname, version) + + return test_pkg + + +@pytest.mark.skipif( + sys.platform.startswith('java') and ei.is_sh(sys.executable), + reason="Test cannot run under java when executable is sh", +) +class TestScriptHeader: + non_ascii_exe = '/Users/José/bin/python' + exe_with_spaces = r'C:\Program Files\Python36\python.exe' + + def test_get_script_header(self): + expected = f'#!{ei.nt_quote_arg(os.path.normpath(sys.executable))}\n' + actual = ei.ScriptWriter.get_header('#!/usr/local/bin/python') + assert actual == expected + + def test_get_script_header_args(self): + expected = f'#!{ei.nt_quote_arg(os.path.normpath(sys.executable))} -x\n' + actual = ei.ScriptWriter.get_header('#!/usr/bin/python -x') + assert actual == expected + + def test_get_script_header_non_ascii_exe(self): + actual = ei.ScriptWriter.get_header( + '#!/usr/bin/python', executable=self.non_ascii_exe + ) + expected = f'#!{self.non_ascii_exe} -x\n' + assert actual == expected + + def test_get_script_header_exe_with_spaces(self): + actual = ei.ScriptWriter.get_header( + '#!/usr/bin/python', executable='"' + self.exe_with_spaces + '"' + ) + expected = f'#!"{self.exe_with_spaces}"\n' + assert actual == expected + + +class TestCommandSpec: + def test_custom_launch_command(self): + """ + Show how a custom CommandSpec could be used to specify a #! executable + which takes parameters. + """ + cmd = ei.CommandSpec(['/usr/bin/env', 'python3']) + assert cmd.as_header() == '#!/usr/bin/env python3\n' + + def test_from_param_for_CommandSpec_is_passthrough(self): + """ + from_param should return an instance of a CommandSpec + """ + cmd = ei.CommandSpec(['python']) + cmd_new = ei.CommandSpec.from_param(cmd) + assert cmd is cmd_new + + @mock.patch('sys.executable', TestScriptHeader.exe_with_spaces) + @mock.patch.dict(os.environ) + def test_from_environment_with_spaces_in_executable(self): + os.environ.pop('__PYVENV_LAUNCHER__', None) + cmd = ei.CommandSpec.from_environment() + assert len(cmd) == 1 + assert cmd.as_header().startswith('#!"') + + def test_from_simple_string_uses_shlex(self): + """ + In order to support `executable = /usr/bin/env my-python`, make sure + from_param invokes shlex on that input. + """ + cmd = ei.CommandSpec.from_param('/usr/bin/env my-python') + assert len(cmd) == 2 + assert '"' not in cmd.as_header() + + def test_from_param_raises_expected_error(self) -> None: + """ + from_param should raise its own TypeError when the argument's type is unsupported + """ + with pytest.raises(TypeError) as exc_info: + ei.CommandSpec.from_param(object()) # type: ignore[arg-type] # We want a type error here + assert ( + str(exc_info.value) == "Argument has an unsupported type " + ), exc_info.value + + +class TestWindowsScriptWriter: + def test_header(self): + hdr = ei.WindowsScriptWriter.get_header('') + assert hdr.startswith('#!') + assert hdr.endswith('\n') + hdr = hdr.lstrip('#!') + hdr = hdr.rstrip('\n') + # header should not start with an escaped quote + assert not hdr.startswith('\\"') + + +class VersionStub(NamedTuple): + major: int + minor: int + micro: int + releaselevel: str + serial: int + + +def test_use_correct_python_version_string(tmpdir, tmpdir_cwd, monkeypatch): + # In issue #3001, easy_install wrongly uses the `python3.1` directory + # when the interpreter is `python3.10` and the `--user` option is given. + # See pypa/setuptools#3001. + dist = Distribution() + cmd = dist.get_command_obj('easy_install') + cmd.args = ['ok'] + cmd.optimize = 0 + cmd.user = True + cmd.install_userbase = str(tmpdir) + cmd.install_usersite = None + install_cmd = dist.get_command_obj('install') + install_cmd.install_userbase = str(tmpdir) + install_cmd.install_usersite = None + + with monkeypatch.context() as patch, warnings.catch_warnings(): + warnings.simplefilter("ignore") + version = '3.10.1 (main, Dec 21 2021, 09:17:12) [GCC 10.2.1 20210110]' + info = VersionStub(3, 10, 1, "final", 0) + patch.setattr('site.ENABLE_USER_SITE', True) + patch.setattr('sys.version', version) + patch.setattr('sys.version_info', info) + patch.setattr(cmd, 'create_home_path', mock.Mock()) + cmd.finalize_options() + + name = "pypy" if hasattr(sys, 'pypy_version_info') else "python" + install_dir = cmd.install_dir.lower() + + # In some platforms (e.g. Windows), install_dir is mostly determined + # via `sysconfig`, which define constants eagerly at module creation. + # This means that monkeypatching `sys.version` to emulate 3.10 for testing + # may have no effect. + # The safest test here is to rely on the fact that 3.1 is no longer + # supported/tested, and make sure that if 'python3.1' ever appears in the string + # it is followed by another digit (e.g. 'python3.10'). + if re.search(name + r'3\.?1', install_dir): + assert re.search(name + r'3\.?1\d', install_dir) + + # The following "variables" are used for interpolation in distutils + # installation schemes, so it should be fair to treat them as "semi-public", + # or at least public enough so we can have a test to make sure they are correct + assert cmd.config_vars['py_version'] == '3.10.1' + assert cmd.config_vars['py_version_short'] == '3.10' + assert cmd.config_vars['py_version_nodot'] == '310' + + +@pytest.mark.xfail( + sys.platform == "darwin", + reason="https://github.com/pypa/setuptools/pull/4716#issuecomment-2447624418", +) +def test_editable_user_and_build_isolation(setup_context, monkeypatch, tmp_path): + """`setup.py develop` should honor `--user` even under build isolation""" + + # == Arrange == + # Pretend that build isolation was enabled + # e.g pip sets the environment variable PYTHONNOUSERSITE=1 + monkeypatch.setattr('site.ENABLE_USER_SITE', False) + + # Patching $HOME for 2 reasons: + # 1. setuptools/command/easy_install.py:create_home_path + # tries creating directories in $HOME. + # Given:: + # self.config_vars['DESTDIRS'] = ( + # "/home/user/.pyenv/versions/3.9.10 " + # "/home/user/.pyenv/versions/3.9.10/lib " + # "/home/user/.pyenv/versions/3.9.10/lib/python3.9 " + # "/home/user/.pyenv/versions/3.9.10/lib/python3.9/lib-dynload") + # `create_home_path` will:: + # makedirs( + # "/home/user/.pyenv/versions/3.9.10 " + # "/home/user/.pyenv/versions/3.9.10/lib " + # "/home/user/.pyenv/versions/3.9.10/lib/python3.9 " + # "/home/user/.pyenv/versions/3.9.10/lib/python3.9/lib-dynload") + # + # 2. We are going to force `site` to update site.USER_BASE and site.USER_SITE + # To point inside our new home + monkeypatch.setenv('HOME', str(tmp_path / '.home')) + monkeypatch.setenv('USERPROFILE', str(tmp_path / '.home')) + monkeypatch.setenv('APPDATA', str(tmp_path / '.home')) + monkeypatch.setattr('site.USER_BASE', None) + monkeypatch.setattr('site.USER_SITE', None) + user_site = Path(site.getusersitepackages()) + user_site.mkdir(parents=True, exist_ok=True) + + sys_prefix = tmp_path / '.sys_prefix' + sys_prefix.mkdir(parents=True, exist_ok=True) + monkeypatch.setattr('sys.prefix', str(sys_prefix)) + + setup_script = ( + "__import__('setuptools').setup(name='aproj', version=42, packages=[])\n" + ) + (tmp_path / "setup.py").write_text(setup_script, encoding="utf-8") + + # == Sanity check == + assert list(sys_prefix.glob("*")) == [] + assert list(user_site.glob("*")) == [] + + # == Act == + run_setup('setup.py', ['develop', '--user']) + + # == Assert == + # Should not install to sys.prefix + assert list(sys_prefix.glob("*")) == [] + # Should install to user site + installed = {f.name for f in user_site.glob("*")} + # sometimes easy-install.pth is created and sometimes not + installed = installed - {"easy-install.pth"} + assert installed == {'aproj.egg-link'} diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py new file mode 100644 index 0000000..038dcad --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_editable_install.py @@ -0,0 +1,1289 @@ +from __future__ import annotations + +import os +import platform +import stat +import subprocess +import sys +from copy import deepcopy +from importlib import import_module +from importlib.machinery import EXTENSION_SUFFIXES +from pathlib import Path +from textwrap import dedent +from typing import Any +from unittest.mock import Mock +from uuid import uuid4 + +import jaraco.envs +import jaraco.path +import pytest +from path import Path as _Path + +from setuptools._importlib import resources as importlib_resources +from setuptools.command.editable_wheel import ( + _DebuggingTips, + _encode_pth, + _find_namespaces, + _find_package_roots, + _find_virtual_namespaces, + _finder_template, + _LinkTree, + _TopLevelFinder, + editable_wheel, +) +from setuptools.dist import Distribution +from setuptools.extension import Extension +from setuptools.warnings import SetuptoolsDeprecationWarning + +from . import contexts, namespaces + +from distutils.core import run_setup + + +@pytest.fixture(params=["strict", "lenient"]) +def editable_opts(request): + if request.param == "strict": + return ["--config-settings", "editable-mode=strict"] + return [] + + +EXAMPLE = { + 'pyproject.toml': dedent( + """\ + [build-system] + requires = ["setuptools"] + build-backend = "setuptools.build_meta" + + [project] + name = "mypkg" + version = "3.14159" + license = {text = "MIT"} + description = "This is a Python package" + dynamic = ["readme"] + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers" + ] + urls = {Homepage = "https://github.com"} + + [tool.setuptools] + package-dir = {"" = "src"} + packages = {find = {where = ["src"]}} + license-files = ["LICENSE*"] + + [tool.setuptools.dynamic] + readme = {file = "README.rst"} + + [tool.distutils.egg_info] + tag-build = ".post0" + """ + ), + "MANIFEST.in": dedent( + """\ + global-include *.py *.txt + global-exclude *.py[cod] + prune dist + prune build + """ + ).strip(), + "README.rst": "This is a ``README``", + "LICENSE.txt": "---- placeholder MIT license ----", + "src": { + "mypkg": { + "__init__.py": dedent( + """\ + import sys + from importlib.metadata import PackageNotFoundError, version + + try: + __version__ = version(__name__) + except PackageNotFoundError: + __version__ = "unknown" + """ + ), + "__main__.py": dedent( + """\ + from importlib.resources import read_text + from . import __version__, __name__ as parent + from .mod import x + + data = read_text(parent, "data.txt") + print(__version__, data, x) + """ + ), + "mod.py": "x = ''", + "data.txt": "Hello World", + } + }, +} + + +SETUP_SCRIPT_STUB = "__import__('setuptools').setup()" + + +@pytest.mark.xfail(sys.platform == "darwin", reason="pypa/setuptools#4328") +@pytest.mark.parametrize( + "files", + [ + {**EXAMPLE, "setup.py": SETUP_SCRIPT_STUB}, + EXAMPLE, # No setup.py script + ], +) +def test_editable_with_pyproject(tmp_path, venv, files, editable_opts): + project = tmp_path / "mypkg" + project.mkdir() + jaraco.path.build(files, prefix=project) + + cmd = [ + "python", + "-m", + "pip", + "install", + "--no-build-isolation", # required to force current version of setuptools + "-e", + str(project), + *editable_opts, + ] + print(venv.run(cmd)) + + cmd = ["python", "-m", "mypkg"] + assert venv.run(cmd).strip() == "3.14159.post0 Hello World" + + (project / "src/mypkg/data.txt").write_text("foobar", encoding="utf-8") + (project / "src/mypkg/mod.py").write_text("x = 42", encoding="utf-8") + assert venv.run(cmd).strip() == "3.14159.post0 foobar 42" + + +def test_editable_with_flat_layout(tmp_path, venv, editable_opts): + files = { + "mypkg": { + "pyproject.toml": dedent( + """\ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + + [project] + name = "mypkg" + version = "3.14159" + + [tool.setuptools] + packages = ["pkg"] + py-modules = ["mod"] + """ + ), + "pkg": {"__init__.py": "a = 4"}, + "mod.py": "b = 2", + }, + } + jaraco.path.build(files, prefix=tmp_path) + project = tmp_path / "mypkg" + + cmd = [ + "python", + "-m", + "pip", + "install", + "--no-build-isolation", # required to force current version of setuptools + "-e", + str(project), + *editable_opts, + ] + print(venv.run(cmd)) + cmd = ["python", "-c", "import pkg, mod; print(pkg.a, mod.b)"] + assert venv.run(cmd).strip() == "4 2" + + +def test_editable_with_single_module(tmp_path, venv, editable_opts): + files = { + "mypkg": { + "pyproject.toml": dedent( + """\ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + + [project] + name = "mod" + version = "3.14159" + + [tool.setuptools] + py-modules = ["mod"] + """ + ), + "mod.py": "b = 2", + }, + } + jaraco.path.build(files, prefix=tmp_path) + project = tmp_path / "mypkg" + + cmd = [ + "python", + "-m", + "pip", + "install", + "--no-build-isolation", # required to force current version of setuptools + "-e", + str(project), + *editable_opts, + ] + print(venv.run(cmd)) + cmd = ["python", "-c", "import mod; print(mod.b)"] + assert venv.run(cmd).strip() == "2" + + +class TestLegacyNamespaces: + # legacy => pkg_resources.declare_namespace(...) + setup(namespace_packages=...) + + def test_nspkg_file_is_unique(self, tmp_path, monkeypatch): + deprecation = pytest.warns( + SetuptoolsDeprecationWarning, match=".*namespace_packages parameter.*" + ) + installation_dir = tmp_path / ".installation_dir" + installation_dir.mkdir() + examples = ( + "myns.pkgA", + "myns.pkgB", + "myns.n.pkgA", + "myns.n.pkgB", + ) + + for name in examples: + pkg = namespaces.build_namespace_package(tmp_path, name, version="42") + with deprecation, monkeypatch.context() as ctx: + ctx.chdir(pkg) + dist = run_setup("setup.py", stop_after="config") + cmd = editable_wheel(dist) + cmd.finalize_options() + editable_name = cmd.get_finalized_command("dist_info").name + cmd._install_namespaces(installation_dir, editable_name) + + files = list(installation_dir.glob("*-nspkg.pth")) + assert len(files) == len(examples) + + @pytest.mark.parametrize( + "impl", + ( + "pkg_resources", + # "pkgutil", => does not work + ), + ) + @pytest.mark.parametrize("ns", ("myns.n",)) + def test_namespace_package_importable( + self, venv, tmp_path, ns, impl, editable_opts + ): + """ + Installing two packages sharing the same namespace, one installed + naturally using pip or `--single-version-externally-managed` + and the other installed in editable mode should leave the namespace + intact and both packages reachable by import. + (Ported from test_develop). + """ + build_system = """\ + [build-system] + requires = ["setuptools"] + build-backend = "setuptools.build_meta" + """ + pkg_A = namespaces.build_namespace_package(tmp_path, f"{ns}.pkgA", impl=impl) + pkg_B = namespaces.build_namespace_package(tmp_path, f"{ns}.pkgB", impl=impl) + (pkg_A / "pyproject.toml").write_text(build_system, encoding="utf-8") + (pkg_B / "pyproject.toml").write_text(build_system, encoding="utf-8") + # use pip to install to the target directory + opts = editable_opts[:] + opts.append("--no-build-isolation") # force current version of setuptools + venv.run(["python", "-m", "pip", "install", str(pkg_A), *opts]) + venv.run(["python", "-m", "pip", "install", "-e", str(pkg_B), *opts]) + venv.run(["python", "-c", f"import {ns}.pkgA; import {ns}.pkgB"]) + # additionally ensure that pkg_resources import works + venv.run(["python", "-c", "import pkg_resources"]) + + +class TestPep420Namespaces: + def test_namespace_package_importable(self, venv, tmp_path, editable_opts): + """ + Installing two packages sharing the same namespace, one installed + normally using pip and the other installed in editable mode + should allow importing both packages. + """ + pkg_A = namespaces.build_pep420_namespace_package(tmp_path, 'myns.n.pkgA') + pkg_B = namespaces.build_pep420_namespace_package(tmp_path, 'myns.n.pkgB') + # use pip to install to the target directory + opts = editable_opts[:] + opts.append("--no-build-isolation") # force current version of setuptools + venv.run(["python", "-m", "pip", "install", str(pkg_A), *opts]) + venv.run(["python", "-m", "pip", "install", "-e", str(pkg_B), *opts]) + venv.run(["python", "-c", "import myns.n.pkgA; import myns.n.pkgB"]) + + def test_namespace_created_via_package_dir(self, venv, tmp_path, editable_opts): + """Currently users can create a namespace by tweaking `package_dir`""" + files = { + "pkgA": { + "pyproject.toml": dedent( + """\ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + + [project] + name = "pkgA" + version = "3.14159" + + [tool.setuptools] + package-dir = {"myns.n.pkgA" = "src"} + """ + ), + "src": {"__init__.py": "a = 1"}, + }, + } + jaraco.path.build(files, prefix=tmp_path) + pkg_A = tmp_path / "pkgA" + pkg_B = namespaces.build_pep420_namespace_package(tmp_path, 'myns.n.pkgB') + pkg_C = namespaces.build_pep420_namespace_package(tmp_path, 'myns.n.pkgC') + + # use pip to install to the target directory + opts = editable_opts[:] + opts.append("--no-build-isolation") # force current version of setuptools + venv.run(["python", "-m", "pip", "install", str(pkg_A), *opts]) + venv.run(["python", "-m", "pip", "install", "-e", str(pkg_B), *opts]) + venv.run(["python", "-m", "pip", "install", "-e", str(pkg_C), *opts]) + venv.run(["python", "-c", "from myns.n import pkgA, pkgB, pkgC"]) + + def test_namespace_accidental_config_in_lenient_mode(self, venv, tmp_path): + """Sometimes users might specify an ``include`` pattern that ignores parent + packages. In a normal installation this would ignore all modules inside the + parent packages, and make them namespaces (reported in issue #3504), + so the editable mode should preserve this behaviour. + """ + files = { + "pkgA": { + "pyproject.toml": dedent( + """\ + [build-system] + requires = ["setuptools", "wheel"] + build-backend = "setuptools.build_meta" + + [project] + name = "pkgA" + version = "3.14159" + + [tool.setuptools] + packages.find.include = ["mypkg.*"] + """ + ), + "mypkg": { + "__init__.py": "", + "other.py": "b = 1", + "n": { + "__init__.py": "", + "pkgA.py": "a = 1", + }, + }, + "MANIFEST.in": EXAMPLE["MANIFEST.in"], + }, + } + jaraco.path.build(files, prefix=tmp_path) + pkg_A = tmp_path / "pkgA" + + # use pip to install to the target directory + opts = ["--no-build-isolation"] # force current version of setuptools + venv.run(["python", "-m", "pip", "-v", "install", "-e", str(pkg_A), *opts]) + out = venv.run(["python", "-c", "from mypkg.n import pkgA; print(pkgA.a)"]) + assert out.strip() == "1" + cmd = """\ + try: + import mypkg.other + except ImportError: + print("mypkg.other not defined") + """ + out = venv.run(["python", "-c", dedent(cmd)]) + assert "mypkg.other not defined" in out + + +def test_editable_with_prefix(tmp_path, sample_project, editable_opts): + """ + Editable install to a prefix should be discoverable. + """ + prefix = tmp_path / 'prefix' + + # figure out where pip will likely install the package + site_packages_all = [ + prefix / Path(path).relative_to(sys.prefix) + for path in sys.path + if 'site-packages' in path and path.startswith(sys.prefix) + ] + + for sp in site_packages_all: + sp.mkdir(parents=True) + + # install workaround + _addsitedirs(site_packages_all) + + env = dict(os.environ, PYTHONPATH=os.pathsep.join(map(str, site_packages_all))) + cmd = [ + sys.executable, + '-m', + 'pip', + 'install', + '--editable', + str(sample_project), + '--prefix', + str(prefix), + '--no-build-isolation', + *editable_opts, + ] + subprocess.check_call(cmd, env=env) + + # now run 'sample' with the prefix on the PYTHONPATH + bin = 'Scripts' if platform.system() == 'Windows' else 'bin' + exe = prefix / bin / 'sample' + subprocess.check_call([exe], env=env) + + +class TestFinderTemplate: + """This test focus in getting a particular implementation detail right. + If at some point in time the implementation is changed for something different, + this test can be modified or even excluded. + """ + + def install_finder(self, finder): + loc = {} + exec(finder, loc, loc) + loc["install"]() + + def test_packages(self, tmp_path): + files = { + "src1": { + "pkg1": { + "__init__.py": "", + "subpkg": {"mod1.py": "a = 42"}, + }, + }, + "src2": {"mod2.py": "a = 43"}, + } + jaraco.path.build(files, prefix=tmp_path) + + mapping = { + "pkg1": str(tmp_path / "src1/pkg1"), + "mod2": str(tmp_path / "src2/mod2"), + } + template = _finder_template(str(uuid4()), mapping, {}) + + with contexts.save_paths(), contexts.save_sys_modules(): + for mod in ("pkg1", "pkg1.subpkg", "pkg1.subpkg.mod1", "mod2"): + sys.modules.pop(mod, None) + + self.install_finder(template) + mod1 = import_module("pkg1.subpkg.mod1") + mod2 = import_module("mod2") + subpkg = import_module("pkg1.subpkg") + + assert mod1.a == 42 + assert mod2.a == 43 + expected = str((tmp_path / "src1/pkg1/subpkg").resolve()) + assert_path(subpkg, expected) + + def test_namespace(self, tmp_path): + files = {"pkg": {"__init__.py": "a = 13", "text.txt": "abc"}} + jaraco.path.build(files, prefix=tmp_path) + + mapping = {"ns.othername": str(tmp_path / "pkg")} + namespaces = {"ns": []} + + template = _finder_template(str(uuid4()), mapping, namespaces) + with contexts.save_paths(), contexts.save_sys_modules(): + for mod in ("ns", "ns.othername"): + sys.modules.pop(mod, None) + + self.install_finder(template) + pkg = import_module("ns.othername") + text = importlib_resources.files(pkg) / "text.txt" + + expected = str((tmp_path / "pkg").resolve()) + assert_path(pkg, expected) + assert pkg.a == 13 + + # Make sure resources can also be found + assert text.read_text(encoding="utf-8") == "abc" + + def test_combine_namespaces(self, tmp_path): + files = { + "src1": {"ns": {"pkg1": {"__init__.py": "a = 13"}}}, + "src2": {"ns": {"mod2.py": "b = 37"}}, + } + jaraco.path.build(files, prefix=tmp_path) + + mapping = { + "ns.pkgA": str(tmp_path / "src1/ns/pkg1"), + "ns": str(tmp_path / "src2/ns"), + } + namespaces_ = {"ns": [str(tmp_path / "src1"), str(tmp_path / "src2")]} + template = _finder_template(str(uuid4()), mapping, namespaces_) + + with contexts.save_paths(), contexts.save_sys_modules(): + for mod in ("ns", "ns.pkgA", "ns.mod2"): + sys.modules.pop(mod, None) + + self.install_finder(template) + pkgA = import_module("ns.pkgA") + mod2 = import_module("ns.mod2") + + expected = str((tmp_path / "src1/ns/pkg1").resolve()) + assert_path(pkgA, expected) + assert pkgA.a == 13 + assert mod2.b == 37 + + def test_combine_namespaces_nested(self, tmp_path): + """ + Users may attempt to combine namespace packages in a nested way via + ``package_dir`` as shown in pypa/setuptools#4248. + """ + + files = { + "src": {"my_package": {"my_module.py": "a = 13"}}, + "src2": {"my_package2": {"my_module2.py": "b = 37"}}, + } + + stack = jaraco.path.DirectoryStack() + with stack.context(tmp_path): + jaraco.path.build(files) + attrs = { + "script_name": "%PEP 517%", + "package_dir": { + "different_name": "src/my_package", + "different_name.subpkg": "src2/my_package2", + }, + "packages": ["different_name", "different_name.subpkg"], + } + dist = Distribution(attrs) + finder = _TopLevelFinder(dist, str(uuid4())) + code = next(v for k, v in finder.get_implementation() if k.endswith(".py")) + + with contexts.save_paths(), contexts.save_sys_modules(): + for mod in attrs["packages"]: + sys.modules.pop(mod, None) + + self.install_finder(code) + mod1 = import_module("different_name.my_module") + mod2 = import_module("different_name.subpkg.my_module2") + + expected = str((tmp_path / "src/my_package/my_module.py").resolve()) + assert str(Path(mod1.__file__).resolve()) == expected + + expected = str((tmp_path / "src2/my_package2/my_module2.py").resolve()) + assert str(Path(mod2.__file__).resolve()) == expected + + assert mod1.a == 13 + assert mod2.b == 37 + + def test_dynamic_path_computation(self, tmp_path): + # Follows the example in PEP 420 + files = { + "project1": {"parent": {"child": {"one.py": "x = 1"}}}, + "project2": {"parent": {"child": {"two.py": "x = 2"}}}, + "project3": {"parent": {"child": {"three.py": "x = 3"}}}, + } + jaraco.path.build(files, prefix=tmp_path) + mapping = {} + namespaces_ = {"parent": [str(tmp_path / "project1/parent")]} + template = _finder_template(str(uuid4()), mapping, namespaces_) + + mods = (f"parent.child.{name}" for name in ("one", "two", "three")) + with contexts.save_paths(), contexts.save_sys_modules(): + for mod in ("parent", "parent.child", "parent.child", *mods): + sys.modules.pop(mod, None) + + self.install_finder(template) + + one = import_module("parent.child.one") + assert one.x == 1 + + with pytest.raises(ImportError): + import_module("parent.child.two") + + sys.path.append(str(tmp_path / "project2")) + two = import_module("parent.child.two") + assert two.x == 2 + + with pytest.raises(ImportError): + import_module("parent.child.three") + + sys.path.append(str(tmp_path / "project3")) + three = import_module("parent.child.three") + assert three.x == 3 + + def test_no_recursion(self, tmp_path): + # See issue #3550 + files = { + "pkg": { + "__init__.py": "from . import pkg", + }, + } + jaraco.path.build(files, prefix=tmp_path) + + mapping = { + "pkg": str(tmp_path / "pkg"), + } + template = _finder_template(str(uuid4()), mapping, {}) + + with contexts.save_paths(), contexts.save_sys_modules(): + sys.modules.pop("pkg", None) + + self.install_finder(template) + with pytest.raises(ImportError, match="pkg"): + import_module("pkg") + + def test_similar_name(self, tmp_path): + files = { + "foo": { + "__init__.py": "", + "bar": { + "__init__.py": "", + }, + }, + } + jaraco.path.build(files, prefix=tmp_path) + + mapping = { + "foo": str(tmp_path / "foo"), + } + template = _finder_template(str(uuid4()), mapping, {}) + + with contexts.save_paths(), contexts.save_sys_modules(): + sys.modules.pop("foo", None) + sys.modules.pop("foo.bar", None) + + self.install_finder(template) + with pytest.raises(ImportError, match="foobar"): + import_module("foobar") + + def test_case_sensitivity(self, tmp_path): + files = { + "foo": { + "__init__.py": "", + "lowercase.py": "x = 1", + "bar": { + "__init__.py": "", + "lowercase.py": "x = 2", + }, + }, + } + jaraco.path.build(files, prefix=tmp_path) + mapping = { + "foo": str(tmp_path / "foo"), + } + template = _finder_template(str(uuid4()), mapping, {}) + with contexts.save_paths(), contexts.save_sys_modules(): + sys.modules.pop("foo", None) + + self.install_finder(template) + with pytest.raises(ImportError, match="'FOO'"): + import_module("FOO") + + with pytest.raises(ImportError, match="'foo\\.LOWERCASE'"): + import_module("foo.LOWERCASE") + + with pytest.raises(ImportError, match="'foo\\.bar\\.Lowercase'"): + import_module("foo.bar.Lowercase") + + with pytest.raises(ImportError, match="'foo\\.BAR'"): + import_module("foo.BAR.lowercase") + + with pytest.raises(ImportError, match="'FOO'"): + import_module("FOO.bar.lowercase") + + mod = import_module("foo.lowercase") + assert mod.x == 1 + + mod = import_module("foo.bar.lowercase") + assert mod.x == 2 + + def test_namespace_case_sensitivity(self, tmp_path): + files = { + "pkg": { + "__init__.py": "a = 13", + "foo": { + "__init__.py": "b = 37", + "bar.py": "c = 42", + }, + }, + } + jaraco.path.build(files, prefix=tmp_path) + + mapping = {"ns.othername": str(tmp_path / "pkg")} + namespaces = {"ns": []} + + template = _finder_template(str(uuid4()), mapping, namespaces) + with contexts.save_paths(), contexts.save_sys_modules(): + for mod in ("ns", "ns.othername"): + sys.modules.pop(mod, None) + + self.install_finder(template) + pkg = import_module("ns.othername") + expected = str((tmp_path / "pkg").resolve()) + assert_path(pkg, expected) + assert pkg.a == 13 + + foo = import_module("ns.othername.foo") + assert foo.b == 37 + + bar = import_module("ns.othername.foo.bar") + assert bar.c == 42 + + with pytest.raises(ImportError, match="'NS'"): + import_module("NS.othername.foo") + + with pytest.raises(ImportError, match="'ns\\.othername\\.FOO\\'"): + import_module("ns.othername.FOO") + + with pytest.raises(ImportError, match="'ns\\.othername\\.foo\\.BAR\\'"): + import_module("ns.othername.foo.BAR") + + def test_intermediate_packages(self, tmp_path): + """ + The finder should not import ``fullname`` if the intermediate segments + don't exist (see pypa/setuptools#4019). + """ + files = { + "src": { + "mypkg": { + "__init__.py": "", + "config.py": "a = 13", + "helloworld.py": "b = 13", + "components": { + "config.py": "a = 37", + }, + }, + } + } + jaraco.path.build(files, prefix=tmp_path) + + mapping = {"mypkg": str(tmp_path / "src/mypkg")} + template = _finder_template(str(uuid4()), mapping, {}) + + with contexts.save_paths(), contexts.save_sys_modules(): + for mod in ( + "mypkg", + "mypkg.config", + "mypkg.helloworld", + "mypkg.components", + "mypkg.components.config", + "mypkg.components.helloworld", + ): + sys.modules.pop(mod, None) + + self.install_finder(template) + + config = import_module("mypkg.components.config") + assert config.a == 37 + + helloworld = import_module("mypkg.helloworld") + assert helloworld.b == 13 + + with pytest.raises(ImportError): + import_module("mypkg.components.helloworld") + + +def test_pkg_roots(tmp_path): + """This test focus in getting a particular implementation detail right. + If at some point in time the implementation is changed for something different, + this test can be modified or even excluded. + """ + files = { + "a": {"b": {"__init__.py": "ab = 1"}, "__init__.py": "a = 1"}, + "d": {"__init__.py": "d = 1", "e": {"__init__.py": "de = 1"}}, + "f": {"g": {"h": {"__init__.py": "fgh = 1"}}}, + "other": {"__init__.py": "abc = 1"}, + "another": {"__init__.py": "abcxyz = 1"}, + "yet_another": {"__init__.py": "mnopq = 1"}, + } + jaraco.path.build(files, prefix=tmp_path) + package_dir = { + "a.b.c": "other", + "a.b.c.x.y.z": "another", + "m.n.o.p.q": "yet_another", + } + packages = [ + "a", + "a.b", + "a.b.c", + "a.b.c.x.y", + "a.b.c.x.y.z", + "d", + "d.e", + "f", + "f.g", + "f.g.h", + "m.n.o.p.q", + ] + roots = _find_package_roots(packages, package_dir, tmp_path) + assert roots == { + "a": str(tmp_path / "a"), + "a.b.c": str(tmp_path / "other"), + "a.b.c.x.y.z": str(tmp_path / "another"), + "d": str(tmp_path / "d"), + "f": str(tmp_path / "f"), + "m.n.o.p.q": str(tmp_path / "yet_another"), + } + + ns = set(dict(_find_namespaces(packages, roots))) + assert ns == {"f", "f.g"} + + ns = set(_find_virtual_namespaces(roots)) + assert ns == {"a.b", "a.b.c.x", "a.b.c.x.y", "m", "m.n", "m.n.o", "m.n.o.p"} + + +class TestOverallBehaviour: + PYPROJECT = """\ + [build-system] + requires = ["setuptools"] + build-backend = "setuptools.build_meta" + + [project] + name = "mypkg" + version = "3.14159" + """ + + # Any: Would need a TypedDict. Keep it simple for tests + FLAT_LAYOUT: dict[str, Any] = { + "pyproject.toml": dedent(PYPROJECT), + "MANIFEST.in": EXAMPLE["MANIFEST.in"], + "otherfile.py": "", + "mypkg": { + "__init__.py": "", + "mod1.py": "var = 42", + "subpackage": { + "__init__.py": "", + "mod2.py": "var = 13", + "resource_file.txt": "resource 39", + }, + }, + } + + EXAMPLES = { + "flat-layout": FLAT_LAYOUT, + "src-layout": { + "pyproject.toml": dedent(PYPROJECT), + "MANIFEST.in": EXAMPLE["MANIFEST.in"], + "otherfile.py": "", + "src": {"mypkg": FLAT_LAYOUT["mypkg"]}, + }, + "custom-layout": { + "pyproject.toml": dedent(PYPROJECT) + + dedent( + """\ + [tool.setuptools] + packages = ["mypkg", "mypkg.subpackage"] + + [tool.setuptools.package-dir] + "mypkg.subpackage" = "other" + """ + ), + "MANIFEST.in": EXAMPLE["MANIFEST.in"], + "otherfile.py": "", + "mypkg": { + "__init__.py": "", + "mod1.py": FLAT_LAYOUT["mypkg"]["mod1.py"], + }, + "other": FLAT_LAYOUT["mypkg"]["subpackage"], + }, + "namespace": { + "pyproject.toml": dedent(PYPROJECT), + "MANIFEST.in": EXAMPLE["MANIFEST.in"], + "otherfile.py": "", + "src": { + "mypkg": { + "mod1.py": FLAT_LAYOUT["mypkg"]["mod1.py"], + "subpackage": FLAT_LAYOUT["mypkg"]["subpackage"], + }, + }, + }, + } + + @pytest.mark.xfail(sys.platform == "darwin", reason="pypa/setuptools#4328") + @pytest.mark.parametrize("layout", EXAMPLES.keys()) + def test_editable_install(self, tmp_path, venv, layout, editable_opts): + project, _ = install_project( + "mypkg", venv, tmp_path, self.EXAMPLES[layout], *editable_opts + ) + + # Ensure stray files are not importable + cmd_import_error = """\ + try: + import otherfile + except ImportError as ex: + print(ex) + """ + out = venv.run(["python", "-c", dedent(cmd_import_error)]) + assert "No module named 'otherfile'" in out + + # Ensure the modules are importable + cmd_get_vars = """\ + import mypkg, mypkg.mod1, mypkg.subpackage.mod2 + print(mypkg.mod1.var, mypkg.subpackage.mod2.var) + """ + out = venv.run(["python", "-c", dedent(cmd_get_vars)]) + assert "42 13" in out + + # Ensure resources are reachable + cmd_get_resource = """\ + import mypkg.subpackage + from setuptools._importlib import resources as importlib_resources + text = importlib_resources.files(mypkg.subpackage) / "resource_file.txt" + print(text.read_text(encoding="utf-8")) + """ + out = venv.run(["python", "-c", dedent(cmd_get_resource)]) + assert "resource 39" in out + + # Ensure files are editable + mod1 = next(project.glob("**/mod1.py")) + mod2 = next(project.glob("**/mod2.py")) + resource_file = next(project.glob("**/resource_file.txt")) + + mod1.write_text("var = 17", encoding="utf-8") + mod2.write_text("var = 781", encoding="utf-8") + resource_file.write_text("resource 374", encoding="utf-8") + + out = venv.run(["python", "-c", dedent(cmd_get_vars)]) + assert "42 13" not in out + assert "17 781" in out + + out = venv.run(["python", "-c", dedent(cmd_get_resource)]) + assert "resource 39" not in out + assert "resource 374" in out + + +class TestLinkTree: + FILES = deepcopy(TestOverallBehaviour.EXAMPLES["src-layout"]) + FILES["pyproject.toml"] += dedent( + """\ + [tool.setuptools] + # Temporary workaround: both `include-package-data` and `package-data` configs + # can be removed after #3260 is fixed. + include-package-data = false + package-data = {"*" = ["*.txt"]} + + [tool.setuptools.packages.find] + where = ["src"] + exclude = ["*.subpackage*"] + """ + ) + FILES["src"]["mypkg"]["resource.not_in_manifest"] = "abc" + + def test_generated_tree(self, tmp_path): + jaraco.path.build(self.FILES, prefix=tmp_path) + + with _Path(tmp_path): + name = "mypkg-3.14159" + dist = Distribution({"script_name": "%PEP 517%"}) + dist.parse_config_files() + + wheel = Mock() + aux = tmp_path / ".aux" + build = tmp_path / ".build" + aux.mkdir() + build.mkdir() + + build_py = dist.get_command_obj("build_py") + build_py.editable_mode = True + build_py.build_lib = str(build) + build_py.ensure_finalized() + outputs = build_py.get_outputs() + output_mapping = build_py.get_output_mapping() + + make_tree = _LinkTree(dist, name, aux, build) + make_tree(wheel, outputs, output_mapping) + + mod1 = next(aux.glob("**/mod1.py")) + expected = tmp_path / "src/mypkg/mod1.py" + assert_link_to(mod1, expected) + + assert next(aux.glob("**/subpackage"), None) is None + assert next(aux.glob("**/mod2.py"), None) is None + assert next(aux.glob("**/resource_file.txt"), None) is None + + assert next(aux.glob("**/resource.not_in_manifest"), None) is None + + def test_strict_install(self, tmp_path, venv): + opts = ["--config-settings", "editable-mode=strict"] + install_project("mypkg", venv, tmp_path, self.FILES, *opts) + + out = venv.run(["python", "-c", "import mypkg.mod1; print(mypkg.mod1.var)"]) + assert "42" in out + + # Ensure packages excluded from distribution are not importable + cmd_import_error = """\ + try: + from mypkg import subpackage + except ImportError as ex: + print(ex) + """ + out = venv.run(["python", "-c", dedent(cmd_import_error)]) + assert "cannot import name 'subpackage'" in out + + # Ensure resource files excluded from distribution are not reachable + cmd_get_resource = """\ + import mypkg + from setuptools._importlib import resources as importlib_resources + try: + text = importlib_resources.files(mypkg) / "resource.not_in_manifest" + print(text.read_text(encoding="utf-8")) + except FileNotFoundError as ex: + print(ex) + """ + out = venv.run(["python", "-c", dedent(cmd_get_resource)]) + assert "No such file or directory" in out + assert "resource.not_in_manifest" in out + + +@pytest.mark.filterwarnings("ignore:.*compat.*:setuptools.SetuptoolsDeprecationWarning") +def test_compat_install(tmp_path, venv): + # TODO: Remove `compat` after Dec/2022. + opts = ["--config-settings", "editable-mode=compat"] + files = TestOverallBehaviour.EXAMPLES["custom-layout"] + install_project("mypkg", venv, tmp_path, files, *opts) + + out = venv.run(["python", "-c", "import mypkg.mod1; print(mypkg.mod1.var)"]) + assert "42" in out + + expected_path = comparable_path(str(tmp_path)) + + # Compatible behaviour will make spurious modules and excluded + # files importable directly from the original path + for cmd in ( + "import otherfile; print(otherfile)", + "import other; print(other)", + "import mypkg; print(mypkg)", + ): + out = comparable_path(venv.run(["python", "-c", cmd])) + assert expected_path in out + + # Compatible behaviour will not consider custom mappings + cmd = """\ + try: + from mypkg import subpackage; + except ImportError as ex: + print(ex) + """ + out = venv.run(["python", "-c", dedent(cmd)]) + assert "cannot import name 'subpackage'" in out + + +def test_pbr_integration(tmp_path, venv, editable_opts): + """Ensure editable installs work with pbr, issue #3500""" + files = { + "pyproject.toml": dedent( + """\ + [build-system] + requires = ["setuptools"] + build-backend = "setuptools.build_meta" + """ + ), + "setup.py": dedent( + """\ + __import__('setuptools').setup( + pbr=True, + setup_requires=["pbr"], + ) + """ + ), + "setup.cfg": dedent( + """\ + [metadata] + name = mypkg + + [files] + packages = + mypkg + """ + ), + "mypkg": { + "__init__.py": "", + "hello.py": "print('Hello world!')", + }, + "other": {"test.txt": "Another file in here."}, + } + venv.run(["python", "-m", "pip", "install", "pbr"]) + + with contexts.environment(PBR_VERSION="0.42"): + install_project("mypkg", venv, tmp_path, files, *editable_opts) + + out = venv.run(["python", "-c", "import mypkg.hello"]) + assert "Hello world!" in out + + +class TestCustomBuildPy: + """ + Issue #3501 indicates that some plugins/customizations might rely on: + + 1. ``build_py`` not running + 2. ``build_py`` always copying files to ``build_lib`` + + During the transition period setuptools should prevent potential errors from + happening due to those assumptions. + """ + + # TODO: Remove tests after _run_build_steps is removed. + + FILES = { + **TestOverallBehaviour.EXAMPLES["flat-layout"], + "setup.py": dedent( + """\ + import pathlib + from setuptools import setup + from setuptools.command.build_py import build_py as orig + + class my_build_py(orig): + def run(self): + super().run() + raise ValueError("TEST_RAISE") + + setup(cmdclass={"build_py": my_build_py}) + """ + ), + } + + def test_safeguarded_from_errors(self, tmp_path, venv): + """Ensure that errors in custom build_py are reported as warnings""" + # Warnings should show up + _, out = install_project("mypkg", venv, tmp_path, self.FILES) + assert "SetuptoolsDeprecationWarning" in out + assert "ValueError: TEST_RAISE" in out + # but installation should be successful + out = venv.run(["python", "-c", "import mypkg.mod1; print(mypkg.mod1.var)"]) + assert "42" in out + + +class TestCustomBuildWheel: + def install_custom_build_wheel(self, dist): + bdist_wheel_cls = dist.get_command_class("bdist_wheel") + + class MyBdistWheel(bdist_wheel_cls): + def get_tag(self): + # In issue #3513, we can see that some extensions may try to access + # the `plat_name` property in bdist_wheel + if self.plat_name.startswith("macosx-"): + _ = "macOS platform" + return super().get_tag() + + dist.cmdclass["bdist_wheel"] = MyBdistWheel + + def test_access_plat_name(self, tmpdir_cwd): + # Even when a custom bdist_wheel tries to access plat_name the build should + # be successful + jaraco.path.build({"module.py": "x = 42"}) + dist = Distribution() + dist.script_name = "setup.py" + dist.set_defaults() + self.install_custom_build_wheel(dist) + cmd = editable_wheel(dist) + cmd.ensure_finalized() + cmd.run() + wheel_file = str(next(Path().glob('dist/*.whl'))) + assert "editable" in wheel_file + + +class TestCustomBuildExt: + def install_custom_build_ext_distutils(self, dist): + from distutils.command.build_ext import build_ext as build_ext_cls + + class MyBuildExt(build_ext_cls): + pass + + dist.cmdclass["build_ext"] = MyBuildExt + + @pytest.mark.skipif( + sys.platform != "linux", reason="compilers may fail without correct setup" + ) + def test_distutils_leave_inplace_files(self, tmpdir_cwd): + jaraco.path.build({"module.c": ""}) + attrs = { + "ext_modules": [Extension("module", ["module.c"])], + } + dist = Distribution(attrs) + dist.script_name = "setup.py" + dist.set_defaults() + self.install_custom_build_ext_distutils(dist) + cmd = editable_wheel(dist) + cmd.ensure_finalized() + cmd.run() + wheel_file = str(next(Path().glob('dist/*.whl'))) + assert "editable" in wheel_file + files = [p for p in Path().glob("module.*") if p.suffix != ".c"] + assert len(files) == 1 + name = files[0].name + assert any(name.endswith(ext) for ext in EXTENSION_SUFFIXES) + + +def test_debugging_tips(tmpdir_cwd, monkeypatch): + """Make sure to display useful debugging tips to the user.""" + jaraco.path.build({"module.py": "x = 42"}) + dist = Distribution() + dist.script_name = "setup.py" + dist.set_defaults() + cmd = editable_wheel(dist) + cmd.ensure_finalized() + + SimulatedErr = type("SimulatedErr", (Exception,), {}) + simulated_failure = Mock(side_effect=SimulatedErr()) + monkeypatch.setattr(cmd, "get_finalized_command", simulated_failure) + + expected_msg = "following steps are recommended to help debug" + with pytest.raises(SimulatedErr), pytest.warns(_DebuggingTips, match=expected_msg): + cmd.run() + + +@pytest.mark.filterwarnings("error") +def test_encode_pth(): + """Ensure _encode_pth function does not produce encoding warnings""" + content = _encode_pth("tkmilan_ç_utf8") # no warnings (would be turned into errors) + assert isinstance(content, bytes) + + +def install_project(name, venv, tmp_path, files, *opts): + project = tmp_path / name + project.mkdir() + jaraco.path.build(files, prefix=project) + opts = [*opts, "--no-build-isolation"] # force current version of setuptools + out = venv.run( + ["python", "-m", "pip", "-v", "install", "-e", str(project), *opts], + stderr=subprocess.STDOUT, + ) + return project, out + + +def _addsitedirs(new_dirs): + """To use this function, it is necessary to insert new_dir in front of sys.path. + The Python process will try to import a ``sitecustomize`` module on startup. + If we manipulate sys.path/PYTHONPATH, we can force it to run our code, + which invokes ``addsitedir`` and ensure ``.pth`` files are loaded. + """ + content = '\n'.join( + ("import site",) + + tuple(f"site.addsitedir({os.fspath(new_dir)!r})" for new_dir in new_dirs) + ) + (new_dirs[0] / "sitecustomize.py").write_text(content, encoding="utf-8") + + +# ---- Assertion Helpers ---- + + +def assert_path(pkg, expected): + # __path__ is not guaranteed to exist, so we have to account for that + if pkg.__path__: + path = next(iter(pkg.__path__), None) + if path: + assert str(Path(path).resolve()) == expected + + +def assert_link_to(file: Path, other: Path) -> None: + if file.is_symlink(): + assert str(file.resolve()) == str(other.resolve()) + else: + file_stat = file.stat() + other_stat = other.stat() + assert file_stat[stat.ST_INO] == other_stat[stat.ST_INO] + assert file_stat[stat.ST_DEV] == other_stat[stat.ST_DEV] + + +def comparable_path(str_with_path: str) -> str: + return str_with_path.lower().replace(os.sep, "/").replace("//", "/") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py new file mode 100644 index 0000000..528e2c1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_egg_info.py @@ -0,0 +1,1305 @@ +from __future__ import annotations + +import ast +import glob +import os +import re +import stat +import sys +import time +from pathlib import Path +from unittest import mock + +import pytest +from jaraco import path + +from setuptools import errors +from setuptools.command.egg_info import egg_info, manifest_maker, write_entries +from setuptools.dist import Distribution + +from . import contexts, environment +from .textwrap import DALS + + +class Environment(str): + pass + + +@pytest.fixture +def env(): + with contexts.tempdir(prefix='setuptools-test.') as env_dir: + env = Environment(env_dir) + os.chmod(env_dir, stat.S_IRWXU) + subs = 'home', 'lib', 'scripts', 'data', 'egg-base' + env.paths = dict((dirname, os.path.join(env_dir, dirname)) for dirname in subs) + list(map(os.mkdir, env.paths.values())) + path.build({ + env.paths['home']: { + '.pydistutils.cfg': DALS( + """ + [egg_info] + egg-base = {egg-base} + """.format(**env.paths) + ) + } + }) + yield env + + +class TestEggInfo: + setup_script = DALS( + """ + from setuptools import setup + + setup( + name='foo', + py_modules=['hello'], + entry_points={'console_scripts': ['hi = hello.run']}, + zip_safe=False, + ) + """ + ) + + def _create_project(self): + path.build({ + 'setup.py': self.setup_script, + 'hello.py': DALS( + """ + def run(): + print('hello') + """ + ), + }) + + @staticmethod + def _extract_mv_version(pkg_info_lines: list[str]) -> tuple[int, int]: + version_str = pkg_info_lines[0].split(' ')[1] + major, minor = map(int, version_str.split('.')[:2]) + return major, minor + + def test_egg_info_save_version_info_setup_empty(self, tmpdir_cwd, env): + """ + When the egg_info section is empty or not present, running + save_version_info should add the settings to the setup.cfg + in a deterministic order. + """ + setup_cfg = os.path.join(env.paths['home'], 'setup.cfg') + dist = Distribution() + ei = egg_info(dist) + ei.initialize_options() + ei.save_version_info(setup_cfg) + + with open(setup_cfg, 'r', encoding="utf-8") as f: + content = f.read() + + assert '[egg_info]' in content + assert 'tag_build =' in content + assert 'tag_date = 0' in content + + expected_order = ( + 'tag_build', + 'tag_date', + ) + + self._validate_content_order(content, expected_order) + + @staticmethod + def _validate_content_order(content, expected): + """ + Assert that the strings in expected appear in content + in order. + """ + pattern = '.*'.join(expected) + flags = re.MULTILINE | re.DOTALL + assert re.search(pattern, content, flags) + + def test_egg_info_save_version_info_setup_defaults(self, tmpdir_cwd, env): + """ + When running save_version_info on an existing setup.cfg + with the 'default' values present from a previous run, + the file should remain unchanged. + """ + setup_cfg = os.path.join(env.paths['home'], 'setup.cfg') + path.build({ + setup_cfg: DALS( + """ + [egg_info] + tag_build = + tag_date = 0 + """ + ), + }) + dist = Distribution() + ei = egg_info(dist) + ei.initialize_options() + ei.save_version_info(setup_cfg) + + with open(setup_cfg, 'r', encoding="utf-8") as f: + content = f.read() + + assert '[egg_info]' in content + assert 'tag_build =' in content + assert 'tag_date = 0' in content + + expected_order = ( + 'tag_build', + 'tag_date', + ) + + self._validate_content_order(content, expected_order) + + def test_expected_files_produced(self, tmpdir_cwd, env): + self._create_project() + + self._run_egg_info_command(tmpdir_cwd, env) + actual = os.listdir('foo.egg-info') + + expected = [ + 'PKG-INFO', + 'SOURCES.txt', + 'dependency_links.txt', + 'entry_points.txt', + 'not-zip-safe', + 'top_level.txt', + ] + assert sorted(actual) == expected + + def test_handling_utime_error(self, tmpdir_cwd, env): + dist = Distribution() + ei = egg_info(dist) + utime_patch = mock.patch('os.utime', side_effect=OSError("TEST")) + mkpath_patch = mock.patch( + 'setuptools.command.egg_info.egg_info.mkpath', return_val=None + ) + + with utime_patch, mkpath_patch: + import distutils.errors + + msg = r"Cannot update time stamp of directory 'None'" + with pytest.raises(distutils.errors.DistutilsFileError, match=msg): + ei.run() + + def test_license_is_a_string(self, tmpdir_cwd, env): + setup_config = DALS( + """ + [metadata] + name=foo + version=0.0.1 + license=file:MIT + """ + ) + + setup_script = DALS( + """ + from setuptools import setup + + setup() + """ + ) + + path.build({ + 'setup.py': setup_script, + 'setup.cfg': setup_config, + }) + + # This command should fail with a ValueError, but because it's + # currently configured to use a subprocess, the actual traceback + # object is lost and we need to parse it from stderr + with pytest.raises(AssertionError) as exc: + self._run_egg_info_command(tmpdir_cwd, env) + + # The only argument to the assertion error should be a traceback + # containing a ValueError + assert 'ValueError' in exc.value.args[0] + + def test_rebuilt(self, tmpdir_cwd, env): + """Ensure timestamps are updated when the command is re-run.""" + self._create_project() + + self._run_egg_info_command(tmpdir_cwd, env) + timestamp_a = os.path.getmtime('foo.egg-info') + + # arbitrary sleep just to handle *really* fast systems + time.sleep(0.001) + + self._run_egg_info_command(tmpdir_cwd, env) + timestamp_b = os.path.getmtime('foo.egg-info') + + assert timestamp_a != timestamp_b + + def test_manifest_template_is_read(self, tmpdir_cwd, env): + self._create_project() + path.build({ + 'MANIFEST.in': DALS( + """ + recursive-include docs *.rst + """ + ), + 'docs': { + 'usage.rst': "Run 'hi'", + }, + }) + self._run_egg_info_command(tmpdir_cwd, env) + egg_info_dir = os.path.join('.', 'foo.egg-info') + sources_txt = os.path.join(egg_info_dir, 'SOURCES.txt') + with open(sources_txt, encoding="utf-8") as f: + assert 'docs/usage.rst' in f.read().split('\n') + + def _setup_script_with_requires(self, requires, use_setup_cfg=False): + setup_script = DALS( + """ + from setuptools import setup + + setup(name='foo', zip_safe=False, %s) + """ + ) % ('' if use_setup_cfg else requires) + setup_config = requires if use_setup_cfg else '' + path.build({ + 'setup.py': setup_script, + 'setup.cfg': setup_config, + }) + + mismatch_marker = f"python_version<'{sys.version_info[0]}'" + # Alternate equivalent syntax. + mismatch_marker_alternate = f'python_version < "{sys.version_info[0]}"' + invalid_marker = "<=>++" + + class RequiresTestHelper: + @staticmethod + def parametrize(*test_list, **format_dict): + idlist = [] + argvalues = [] + for test in test_list: + test_params = test.lstrip().split('\n\n', 3) + name_kwargs = test_params.pop(0).split('\n') + if len(name_kwargs) > 1: + val = name_kwargs[1].strip() + install_cmd_kwargs = ast.literal_eval(val) + else: + install_cmd_kwargs = {} + name = name_kwargs[0].strip() + setup_py_requires, setup_cfg_requires, expected_requires = [ + DALS(a).format(**format_dict) for a in test_params + ] + for id_, requires, use_cfg in ( + (name, setup_py_requires, False), + (name + '_in_setup_cfg', setup_cfg_requires, True), + ): + idlist.append(id_) + marks = () + if requires.startswith('@xfail\n'): + requires = requires[7:] + marks = pytest.mark.xfail + argvalues.append( + pytest.param( + requires, + use_cfg, + expected_requires, + install_cmd_kwargs, + marks=marks, + ) + ) + return pytest.mark.parametrize( + ( + "requires", + "use_setup_cfg", + "expected_requires", + "install_cmd_kwargs", + ), + argvalues, + ids=idlist, + ) + + @RequiresTestHelper.parametrize( + # Format of a test: + # + # id + # install_cmd_kwargs [optional] + # + # requires block (when used in setup.py) + # + # requires block (when used in setup.cfg) + # + # expected contents of requires.txt + """ + install_requires_deterministic + + install_requires=["wheel>=0.5", "pytest"] + + [options] + install_requires = + wheel>=0.5 + pytest + + wheel>=0.5 + pytest + """, + """ + install_requires_ordered + + install_requires=["pytest>=3.0.2,!=10.9999"] + + [options] + install_requires = + pytest>=3.0.2,!=10.9999 + + pytest!=10.9999,>=3.0.2 + """, + """ + install_requires_with_marker + + install_requires=["barbazquux;{mismatch_marker}"], + + [options] + install_requires = + barbazquux; {mismatch_marker} + + [:{mismatch_marker_alternate}] + barbazquux + """, + """ + install_requires_with_extra + {'cmd': ['egg_info']} + + install_requires=["barbazquux [test]"], + + [options] + install_requires = + barbazquux [test] + + barbazquux[test] + """, + """ + install_requires_with_extra_and_marker + + install_requires=["barbazquux [test]; {mismatch_marker}"], + + [options] + install_requires = + barbazquux [test]; {mismatch_marker} + + [:{mismatch_marker_alternate}] + barbazquux[test] + """, + """ + setup_requires_with_markers + + setup_requires=["barbazquux;{mismatch_marker}"], + + [options] + setup_requires = + barbazquux; {mismatch_marker} + + """, + """ + extras_require_with_extra + {'cmd': ['egg_info']} + + extras_require={{"extra": ["barbazquux [test]"]}}, + + [options.extras_require] + extra = barbazquux [test] + + [extra] + barbazquux[test] + """, + """ + extras_require_with_extra_and_marker_in_req + + extras_require={{"extra": ["barbazquux [test]; {mismatch_marker}"]}}, + + [options.extras_require] + extra = + barbazquux [test]; {mismatch_marker} + + [extra] + + [extra:{mismatch_marker_alternate}] + barbazquux[test] + """, + # FIXME: ConfigParser does not allow : in key names! + """ + extras_require_with_marker + + extras_require={{":{mismatch_marker}": ["barbazquux"]}}, + + @xfail + [options.extras_require] + :{mismatch_marker} = barbazquux + + [:{mismatch_marker}] + barbazquux + """, + """ + extras_require_with_marker_in_req + + extras_require={{"extra": ["barbazquux; {mismatch_marker}"]}}, + + [options.extras_require] + extra = + barbazquux; {mismatch_marker} + + [extra] + + [extra:{mismatch_marker_alternate}] + barbazquux + """, + """ + extras_require_with_empty_section + + extras_require={{"empty": []}}, + + [options.extras_require] + empty = + + [empty] + """, + # Format arguments. + invalid_marker=invalid_marker, + mismatch_marker=mismatch_marker, + mismatch_marker_alternate=mismatch_marker_alternate, + ) + def test_requires( + self, + tmpdir_cwd, + env, + requires, + use_setup_cfg, + expected_requires, + install_cmd_kwargs, + ): + self._setup_script_with_requires(requires, use_setup_cfg) + self._run_egg_info_command(tmpdir_cwd, env, **install_cmd_kwargs) + egg_info_dir = os.path.join('.', 'foo.egg-info') + requires_txt = os.path.join(egg_info_dir, 'requires.txt') + if os.path.exists(requires_txt): + with open(requires_txt, encoding="utf-8") as fp: + install_requires = fp.read() + else: + install_requires = '' + assert install_requires.lstrip() == expected_requires + assert glob.glob(os.path.join(env.paths['lib'], 'barbazquux*')) == [] + + def test_install_requires_unordered_disallowed(self, tmpdir_cwd, env): + """ + Packages that pass unordered install_requires sequences + should be rejected as they produce non-deterministic + builds. See #458. + """ + req = 'install_requires={"fake-factory==0.5.2", "pytz"}' + self._setup_script_with_requires(req) + with pytest.raises(AssertionError): + self._run_egg_info_command(tmpdir_cwd, env) + + def test_extras_require_with_invalid_marker(self, tmpdir_cwd, env): + tmpl = 'extras_require={{":{marker}": ["barbazquux"]}},' + req = tmpl.format(marker=self.invalid_marker) + self._setup_script_with_requires(req) + with pytest.raises(AssertionError): + self._run_egg_info_command(tmpdir_cwd, env) + assert glob.glob(os.path.join(env.paths['lib'], 'barbazquux*')) == [] + + def test_extras_require_with_invalid_marker_in_req(self, tmpdir_cwd, env): + tmpl = 'extras_require={{"extra": ["barbazquux; {marker}"]}},' + req = tmpl.format(marker=self.invalid_marker) + self._setup_script_with_requires(req) + with pytest.raises(AssertionError): + self._run_egg_info_command(tmpdir_cwd, env) + assert glob.glob(os.path.join(env.paths['lib'], 'barbazquux*')) == [] + + def test_provides_extra(self, tmpdir_cwd, env): + self._setup_script_with_requires('extras_require={"foobar": ["barbazquux"]},') + environ = os.environ.copy().update( + HOME=env.paths['home'], + ) + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + env=environ, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + assert 'Provides-Extra: foobar' in pkg_info_lines + assert 'Metadata-Version: 2.4' in pkg_info_lines + + def test_doesnt_provides_extra(self, tmpdir_cwd, env): + self._setup_script_with_requires( + """install_requires=["spam ; python_version<'3.6'"]""" + ) + environ = os.environ.copy().update( + HOME=env.paths['home'], + ) + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + env=environ, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_text = fp.read() + assert 'Provides-Extra:' not in pkg_info_text + + @pytest.mark.parametrize( + ('files', 'license_in_sources'), + [ + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE + """ + ), + 'LICENSE': "Test license", + }, + True, + ), # with license + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = INVALID_LICENSE + """ + ), + 'LICENSE': "Test license", + }, + False, + ), # with an invalid license + ( + { + 'setup.cfg': DALS( + """ + """ + ), + 'LICENSE': "Test license", + }, + True, + ), # no license_file attribute, LICENSE auto-included + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE + """ + ), + 'MANIFEST.in': "exclude LICENSE", + 'LICENSE': "Test license", + }, + True, + ), # manifest is overwritten by license_file + pytest.param( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICEN[CS]E* + """ + ), + 'LICENSE': "Test license", + }, + True, + id="glob_pattern", + ), + ], + ) + def test_setup_cfg_license_file(self, tmpdir_cwd, env, files, license_in_sources): + self._create_project() + path.build(files) + + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + + sources_text = Path(egg_info_dir, "SOURCES.txt").read_text(encoding="utf-8") + + if license_in_sources: + assert 'LICENSE' in sources_text + else: + assert 'LICENSE' not in sources_text + # for invalid license test + assert 'INVALID_LICENSE' not in sources_text + + @pytest.mark.parametrize( + ('files', 'incl_licenses', 'excl_licenses'), + [ + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = + LICENSE-ABC + LICENSE-XYZ + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + }, + ['LICENSE-ABC', 'LICENSE-XYZ'], + [], + ), # with licenses + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = LICENSE-ABC, LICENSE-XYZ + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + }, + ['LICENSE-ABC', 'LICENSE-XYZ'], + [], + ), # with commas + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = + LICENSE-ABC + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + }, + ['LICENSE-ABC'], + ['LICENSE-XYZ'], + ), # with one license + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + }, + [], + ['LICENSE-ABC', 'LICENSE-XYZ'], + ), # empty + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = LICENSE-XYZ + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + }, + ['LICENSE-XYZ'], + ['LICENSE-ABC'], + ), # on same line + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = + LICENSE-ABC + INVALID_LICENSE + """ + ), + 'LICENSE-ABC': "Test license", + }, + ['LICENSE-ABC'], + ['INVALID_LICENSE'], + ), # with an invalid license + ( + { + 'setup.cfg': DALS( + """ + """ + ), + 'LICENSE': "Test license", + }, + ['LICENSE'], + [], + ), # no license_files attribute, LICENSE auto-included + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = LICENSE + """ + ), + 'MANIFEST.in': "exclude LICENSE", + 'LICENSE': "Test license", + }, + ['LICENSE'], + [], + ), # manifest is overwritten by license_files + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = + LICENSE-ABC + LICENSE-XYZ + """ + ), + 'MANIFEST.in': "exclude LICENSE-XYZ", + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + # manifest is overwritten by license_files + }, + ['LICENSE-ABC', 'LICENSE-XYZ'], + [], + ), + pytest.param( + { + 'setup.cfg': "", + 'LICENSE-ABC': "ABC license", + 'COPYING-ABC': "ABC copying", + 'NOTICE-ABC': "ABC notice", + 'AUTHORS-ABC': "ABC authors", + 'LICENCE-XYZ': "XYZ license", + 'LICENSE': "License", + 'INVALID-LICENSE': "Invalid license", + }, + [ + 'LICENSE-ABC', + 'COPYING-ABC', + 'NOTICE-ABC', + 'AUTHORS-ABC', + 'LICENCE-XYZ', + 'LICENSE', + ], + ['INVALID-LICENSE'], + # ('LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*') + id="default_glob_patterns", + ), + pytest.param( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = + LICENSE* + """ + ), + 'LICENSE-ABC': "ABC license", + 'NOTICE-XYZ': "XYZ notice", + }, + ['LICENSE-ABC'], + ['NOTICE-XYZ'], + id="no_default_glob_patterns", + ), + pytest.param( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = + LICENSE-ABC + LICENSE* + """ + ), + 'LICENSE-ABC': "ABC license", + }, + ['LICENSE-ABC'], + [], + id="files_only_added_once", + ), + pytest.param( + { + 'setup.cfg': DALS( + """ + [metadata] + license_files = **/LICENSE + """ + ), + 'LICENSE': "ABC license", + 'LICENSE-OTHER': "Don't include", + 'vendor': {'LICENSE': "Vendor license"}, + }, + ['LICENSE', 'vendor/LICENSE'], + ['LICENSE-OTHER'], + id="recursive_glob", + ), + ], + ) + def test_setup_cfg_license_files( + self, tmpdir_cwd, env, files, incl_licenses, excl_licenses + ): + self._create_project() + path.build(files) + + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + + sources_text = Path(egg_info_dir, "SOURCES.txt").read_text(encoding="utf-8") + sources_lines = [line.strip() for line in sources_text.splitlines()] + + for lf in incl_licenses: + assert sources_lines.count(lf) == 1 + + for lf in excl_licenses: + assert sources_lines.count(lf) == 0 + + @pytest.mark.parametrize( + ('files', 'incl_licenses', 'excl_licenses'), + [ + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = + license_files = + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + }, + [], + ['LICENSE-ABC', 'LICENSE-XYZ'], + ), # both empty + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = + LICENSE-ABC + LICENSE-XYZ + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-XYZ': "XYZ license", + # license_file is still singular + }, + [], + ['LICENSE-ABC', 'LICENSE-XYZ'], + ), + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE-ABC + license_files = + LICENSE-XYZ + LICENSE-PQR + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-PQR': "PQR license", + 'LICENSE-XYZ': "XYZ license", + }, + ['LICENSE-ABC', 'LICENSE-PQR', 'LICENSE-XYZ'], + [], + ), # combined + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE-ABC + license_files = + LICENSE-ABC + LICENSE-XYZ + LICENSE-PQR + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-PQR': "PQR license", + 'LICENSE-XYZ': "XYZ license", + # duplicate license + }, + ['LICENSE-ABC', 'LICENSE-PQR', 'LICENSE-XYZ'], + [], + ), + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE-ABC + license_files = + LICENSE-XYZ + """ + ), + 'LICENSE-ABC': "ABC license", + 'LICENSE-PQR': "PQR license", + 'LICENSE-XYZ': "XYZ license", + # combined subset + }, + ['LICENSE-ABC', 'LICENSE-XYZ'], + ['LICENSE-PQR'], + ), + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE-ABC + license_files = + LICENSE-XYZ + LICENSE-PQR + """ + ), + 'LICENSE-PQR': "Test license", + # with invalid licenses + }, + ['LICENSE-PQR'], + ['LICENSE-ABC', 'LICENSE-XYZ'], + ), + ( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE-ABC + license_files = + LICENSE-PQR + LICENSE-XYZ + """ + ), + 'MANIFEST.in': "exclude LICENSE-ABC\nexclude LICENSE-PQR", + 'LICENSE-ABC': "ABC license", + 'LICENSE-PQR': "PQR license", + 'LICENSE-XYZ': "XYZ license", + # manifest is overwritten + }, + ['LICENSE-ABC', 'LICENSE-PQR', 'LICENSE-XYZ'], + [], + ), + pytest.param( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE* + """ + ), + 'LICENSE-ABC': "ABC license", + 'NOTICE-XYZ': "XYZ notice", + }, + ['LICENSE-ABC'], + ['NOTICE-XYZ'], + id="no_default_glob_patterns", + ), + pytest.param( + { + 'setup.cfg': DALS( + """ + [metadata] + license_file = LICENSE* + license_files = + NOTICE* + """ + ), + 'LICENSE-ABC': "ABC license", + 'NOTICE-ABC': "ABC notice", + 'AUTHORS-ABC': "ABC authors", + }, + ['LICENSE-ABC', 'NOTICE-ABC'], + ['AUTHORS-ABC'], + id="combined_glob_patterrns", + ), + ], + ) + def test_setup_cfg_license_file_license_files( + self, tmpdir_cwd, env, files, incl_licenses, excl_licenses + ): + self._create_project() + path.build(files) + + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + + sources_text = Path(egg_info_dir, "SOURCES.txt").read_text(encoding="utf-8") + sources_lines = [line.strip() for line in sources_text.splitlines()] + + for lf in incl_licenses: + assert sources_lines.count(lf) == 1 + + for lf in excl_licenses: + assert sources_lines.count(lf) == 0 + + def test_license_file_attr_pkg_info(self, tmpdir_cwd, env): + """All matched license files should have a corresponding License-File.""" + self._create_project() + path.build({ + "setup.cfg": DALS( + """ + [metadata] + license_files = + NOTICE* + LICENSE* + **/LICENSE + """ + ), + "LICENSE-ABC": "ABC license", + "LICENSE-XYZ": "XYZ license", + "NOTICE": "included", + "IGNORE": "not include", + "vendor": {'LICENSE': "Vendor license"}, + }) + + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + license_file_lines = [ + line for line in pkg_info_lines if line.startswith('License-File:') + ] + + # Only 'NOTICE', LICENSE-ABC', and 'LICENSE-XYZ' should have been matched + # Also assert that order from license_files is keeped + assert len(license_file_lines) == 4 + assert "License-File: NOTICE" == license_file_lines[0] + assert "License-File: LICENSE-ABC" in license_file_lines[1:] + assert "License-File: LICENSE-XYZ" in license_file_lines[1:] + assert "License-File: vendor/LICENSE" in license_file_lines[3] + + def test_metadata_version(self, tmpdir_cwd, env): + """Make sure latest metadata version is used by default.""" + self._setup_script_with_requires("") + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + # Update metadata version if changed + assert self._extract_mv_version(pkg_info_lines) == (2, 4) + + def test_long_description_content_type(self, tmpdir_cwd, env): + # Test that specifying a `long_description_content_type` keyword arg to + # the `setup` function results in writing a `Description-Content-Type` + # line to the `PKG-INFO` file in the `.egg-info` + # directory. + # `Description-Content-Type` is described at + # https://github.com/pypa/python-packaging-user-guide/pull/258 + + self._setup_script_with_requires( + """long_description_content_type='text/markdown',""" + ) + environ = os.environ.copy().update( + HOME=env.paths['home'], + ) + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + env=environ, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + expected_line = 'Description-Content-Type: text/markdown' + assert expected_line in pkg_info_lines + assert 'Metadata-Version: 2.4' in pkg_info_lines + + def test_long_description(self, tmpdir_cwd, env): + # Test that specifying `long_description` and `long_description_content_type` + # keyword args to the `setup` function results in writing + # the description in the message payload of the `PKG-INFO` file + # in the `.egg-info` directory. + self._setup_script_with_requires( + "long_description='This is a long description\\nover multiple lines'," + "long_description_content_type='text/markdown'," + ) + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + assert 'Metadata-Version: 2.4' in pkg_info_lines + assert '' == pkg_info_lines[-1] # last line should be empty + long_desc_lines = pkg_info_lines[pkg_info_lines.index('') :] + assert 'This is a long description' in long_desc_lines + assert 'over multiple lines' in long_desc_lines + + def test_project_urls(self, tmpdir_cwd, env): + # Test that specifying a `project_urls` dict to the `setup` + # function results in writing multiple `Project-URL` lines to + # the `PKG-INFO` file in the `.egg-info` + # directory. + # `Project-URL` is described at https://packaging.python.org + # /specifications/core-metadata/#project-url-multiple-use + + self._setup_script_with_requires( + """project_urls={ + 'Link One': 'https://example.com/one/', + 'Link Two': 'https://example.com/two/', + },""" + ) + environ = os.environ.copy().update( + HOME=env.paths['home'], + ) + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + env=environ, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + expected_line = 'Project-URL: Link One, https://example.com/one/' + assert expected_line in pkg_info_lines + expected_line = 'Project-URL: Link Two, https://example.com/two/' + assert expected_line in pkg_info_lines + assert self._extract_mv_version(pkg_info_lines) >= (1, 2) + + def test_license(self, tmpdir_cwd, env): + """Test single line license.""" + self._setup_script_with_requires("license='MIT',") + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + assert 'License: MIT' in pkg_info_lines + + def test_license_escape(self, tmpdir_cwd, env): + """Test license is escaped correctly if longer than one line.""" + self._setup_script_with_requires( + "license='This is a long license text \\nover multiple lines'," + ) + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + + assert 'License: This is a long license text ' in pkg_info_lines + assert ' over multiple lines' in pkg_info_lines + assert 'text \n over multiple' in '\n'.join(pkg_info_lines) + + def test_python_requires_egg_info(self, tmpdir_cwd, env): + self._setup_script_with_requires("""python_requires='>=2.7.12',""") + environ = os.environ.copy().update( + HOME=env.paths['home'], + ) + environment.run_setup_py( + cmd=['egg_info'], + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + env=environ, + ) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + assert 'Requires-Python: >=2.7.12' in pkg_info_lines + assert self._extract_mv_version(pkg_info_lines) >= (1, 2) + + def test_manifest_maker_warning_suppression(self): + fixtures = [ + "standard file not found: should have one of foo.py, bar.py", + "standard file 'setup.py' not found", + ] + + for msg in fixtures: + assert manifest_maker._should_suppress_warning(msg) + + def test_egg_info_includes_setup_py(self, tmpdir_cwd): + self._create_project() + dist = Distribution({"name": "foo", "version": "0.0.1"}) + dist.script_name = "non_setup.py" + egg_info_instance = egg_info(dist) + egg_info_instance.finalize_options() + egg_info_instance.run() + + assert 'setup.py' in egg_info_instance.filelist.files + + with open(egg_info_instance.egg_info + "/SOURCES.txt", encoding="utf-8") as f: + sources = f.read().split('\n') + assert 'setup.py' in sources + + def _run_egg_info_command(self, tmpdir_cwd, env, cmd=None, output=None): + environ = os.environ.copy().update( + HOME=env.paths['home'], + ) + if cmd is None: + cmd = [ + 'egg_info', + ] + code, data = environment.run_setup_py( + cmd=cmd, + pypath=os.pathsep.join([env.paths['lib'], str(tmpdir_cwd)]), + data_stream=1, + env=environ, + ) + assert not code, data + + if output: + assert output in data + + def test_egg_info_tag_only_once(self, tmpdir_cwd, env): + self._create_project() + path.build({ + 'setup.cfg': DALS( + """ + [egg_info] + tag_build = dev + tag_date = 0 + tag_svn_revision = 0 + """ + ), + }) + self._run_egg_info_command(tmpdir_cwd, env) + egg_info_dir = os.path.join('.', 'foo.egg-info') + with open(os.path.join(egg_info_dir, 'PKG-INFO'), encoding="utf-8") as fp: + pkg_info_lines = fp.read().split('\n') + assert 'Version: 0.0.0.dev0' in pkg_info_lines + + +class TestWriteEntries: + def test_invalid_entry_point(self, tmpdir_cwd, env): + dist = Distribution({"name": "foo", "version": "0.0.1"}) + dist.entry_points = {"foo": "foo = invalid-identifier:foo"} + cmd = dist.get_command_obj("egg_info") + expected_msg = r"Problems to parse .*invalid-identifier.*" + with pytest.raises(errors.OptionError, match=expected_msg) as ex: + write_entries(cmd, "entry_points", "entry_points.txt") + assert "ensure entry-point follows the spec" in ex.value.args[0] + + def test_valid_entry_point(self, tmpdir_cwd, env): + dist = Distribution({"name": "foo", "version": "0.0.1"}) + dist.entry_points = { + "abc": "foo = bar:baz", + "def": ["faa = bor:boz"], + } + cmd = dist.get_command_obj("egg_info") + write_entries(cmd, "entry_points", "entry_points.txt") + content = Path("entry_points.txt").read_text(encoding="utf-8") + assert "[abc]\nfoo = bar:baz\n" in content + assert "[def]\nfaa = bor:boz\n" in content diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_extern.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_extern.py new file mode 100644 index 0000000..d7eb3c6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_extern.py @@ -0,0 +1,15 @@ +import importlib +import pickle + +import packaging + +from setuptools import Distribution + + +def test_reimport_extern(): + packaging2 = importlib.import_module(packaging.__name__) + assert packaging is packaging2 + + +def test_distribution_picklable(): + pickle.loads(pickle.dumps(Distribution())) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py new file mode 100644 index 0000000..9fd9f8f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_packages.py @@ -0,0 +1,218 @@ +"""Tests for automatic package discovery""" + +import os +import shutil +import tempfile + +import pytest + +from setuptools import find_namespace_packages, find_packages +from setuptools.discovery import FlatLayoutPackageFinder + +from .compat.py39 import os_helper + + +class TestFindPackages: + def setup_method(self, method): + self.dist_dir = tempfile.mkdtemp() + self._make_pkg_structure() + + def teardown_method(self, method): + shutil.rmtree(self.dist_dir) + + def _make_pkg_structure(self): + """Make basic package structure. + + dist/ + docs/ + conf.py + pkg/ + __pycache__/ + nspkg/ + mod.py + subpkg/ + assets/ + asset + __init__.py + setup.py + + """ + self.docs_dir = self._mkdir('docs', self.dist_dir) + self._touch('conf.py', self.docs_dir) + self.pkg_dir = self._mkdir('pkg', self.dist_dir) + self._mkdir('__pycache__', self.pkg_dir) + self.ns_pkg_dir = self._mkdir('nspkg', self.pkg_dir) + self._touch('mod.py', self.ns_pkg_dir) + self.sub_pkg_dir = self._mkdir('subpkg', self.pkg_dir) + self.asset_dir = self._mkdir('assets', self.sub_pkg_dir) + self._touch('asset', self.asset_dir) + self._touch('__init__.py', self.sub_pkg_dir) + self._touch('setup.py', self.dist_dir) + + def _mkdir(self, path, parent_dir=None): + if parent_dir: + path = os.path.join(parent_dir, path) + os.mkdir(path) + return path + + def _touch(self, path, dir_=None): + if dir_: + path = os.path.join(dir_, path) + open(path, 'wb').close() + return path + + def test_regular_package(self): + self._touch('__init__.py', self.pkg_dir) + packages = find_packages(self.dist_dir) + assert packages == ['pkg', 'pkg.subpkg'] + + def test_exclude(self): + self._touch('__init__.py', self.pkg_dir) + packages = find_packages(self.dist_dir, exclude=('pkg.*',)) + assert packages == ['pkg'] + + def test_exclude_recursive(self): + """ + Excluding a parent package should not exclude child packages as well. + """ + self._touch('__init__.py', self.pkg_dir) + self._touch('__init__.py', self.sub_pkg_dir) + packages = find_packages(self.dist_dir, exclude=('pkg',)) + assert packages == ['pkg.subpkg'] + + def test_include_excludes_other(self): + """ + If include is specified, other packages should be excluded. + """ + self._touch('__init__.py', self.pkg_dir) + alt_dir = self._mkdir('other_pkg', self.dist_dir) + self._touch('__init__.py', alt_dir) + packages = find_packages(self.dist_dir, include=['other_pkg']) + assert packages == ['other_pkg'] + + def test_dir_with_dot_is_skipped(self): + shutil.rmtree(os.path.join(self.dist_dir, 'pkg/subpkg/assets')) + data_dir = self._mkdir('some.data', self.pkg_dir) + self._touch('__init__.py', data_dir) + self._touch('file.dat', data_dir) + packages = find_packages(self.dist_dir) + assert 'pkg.some.data' not in packages + + def test_dir_with_packages_in_subdir_is_excluded(self): + """ + Ensure that a package in a non-package such as build/pkg/__init__.py + is excluded. + """ + build_dir = self._mkdir('build', self.dist_dir) + build_pkg_dir = self._mkdir('pkg', build_dir) + self._touch('__init__.py', build_pkg_dir) + packages = find_packages(self.dist_dir) + assert 'build.pkg' not in packages + + @pytest.mark.skipif(not os_helper.can_symlink(), reason='Symlink support required') + def test_symlinked_packages_are_included(self): + """ + A symbolically-linked directory should be treated like any other + directory when matched as a package. + + Create a link from lpkg -> pkg. + """ + self._touch('__init__.py', self.pkg_dir) + linked_pkg = os.path.join(self.dist_dir, 'lpkg') + os.symlink('pkg', linked_pkg) + assert os.path.isdir(linked_pkg) + packages = find_packages(self.dist_dir) + assert 'lpkg' in packages + + def _assert_packages(self, actual, expected): + assert set(actual) == set(expected) + + def test_pep420_ns_package(self): + packages = find_namespace_packages( + self.dist_dir, include=['pkg*'], exclude=['pkg.subpkg.assets'] + ) + self._assert_packages(packages, ['pkg', 'pkg.nspkg', 'pkg.subpkg']) + + def test_pep420_ns_package_no_includes(self): + packages = find_namespace_packages(self.dist_dir, exclude=['pkg.subpkg.assets']) + self._assert_packages(packages, ['docs', 'pkg', 'pkg.nspkg', 'pkg.subpkg']) + + def test_pep420_ns_package_no_includes_or_excludes(self): + packages = find_namespace_packages(self.dist_dir) + expected = ['docs', 'pkg', 'pkg.nspkg', 'pkg.subpkg', 'pkg.subpkg.assets'] + self._assert_packages(packages, expected) + + def test_regular_package_with_nested_pep420_ns_packages(self): + self._touch('__init__.py', self.pkg_dir) + packages = find_namespace_packages( + self.dist_dir, exclude=['docs', 'pkg.subpkg.assets'] + ) + self._assert_packages(packages, ['pkg', 'pkg.nspkg', 'pkg.subpkg']) + + def test_pep420_ns_package_no_non_package_dirs(self): + shutil.rmtree(self.docs_dir) + shutil.rmtree(os.path.join(self.dist_dir, 'pkg/subpkg/assets')) + packages = find_namespace_packages(self.dist_dir) + self._assert_packages(packages, ['pkg', 'pkg.nspkg', 'pkg.subpkg']) + + +class TestFlatLayoutPackageFinder: + EXAMPLES = { + "hidden-folders": ( + [".pkg/__init__.py", "pkg/__init__.py", "pkg/nested/file.txt"], + ["pkg", "pkg.nested"], + ), + "private-packages": ( + ["_pkg/__init__.py", "pkg/_private/__init__.py"], + ["pkg", "pkg._private"], + ), + "invalid-name": ( + ["invalid-pkg/__init__.py", "other.pkg/__init__.py", "yet,another/file.py"], + [], + ), + "docs": (["pkg/__init__.py", "docs/conf.py", "docs/readme.rst"], ["pkg"]), + "tests": ( + ["pkg/__init__.py", "tests/test_pkg.py", "tests/__init__.py"], + ["pkg"], + ), + "examples": ( + [ + "pkg/__init__.py", + "examples/__init__.py", + "examples/file.py", + "example/other_file.py", + # Sub-packages should always be fine + "pkg/example/__init__.py", + "pkg/examples/__init__.py", + ], + ["pkg", "pkg.examples", "pkg.example"], + ), + "tool-specific": ( + [ + "htmlcov/index.html", + "pkg/__init__.py", + "tasks/__init__.py", + "tasks/subpackage/__init__.py", + "fabfile/__init__.py", + "fabfile/subpackage/__init__.py", + # Sub-packages should always be fine + "pkg/tasks/__init__.py", + "pkg/fabfile/__init__.py", + ], + ["pkg", "pkg.tasks", "pkg.fabfile"], + ), + } + + @pytest.mark.parametrize("example", EXAMPLES.keys()) + def test_unwanted_directories_not_included(self, tmp_path, example): + files, expected_packages = self.EXAMPLES[example] + ensure_files(tmp_path, files) + found_packages = FlatLayoutPackageFinder.find(str(tmp_path)) + assert set(found_packages) == set(expected_packages) + + +def ensure_files(root_path, files): + for file in files: + path = root_path / file + path.parent.mkdir(parents=True, exist_ok=True) + path.touch() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py new file mode 100644 index 0000000..8034b54 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_find_py_modules.py @@ -0,0 +1,73 @@ +"""Tests for automatic discovery of modules""" + +import os + +import pytest + +from setuptools.discovery import FlatLayoutModuleFinder, ModuleFinder + +from .compat.py39 import os_helper +from .test_find_packages import ensure_files + + +class TestModuleFinder: + def find(self, path, *args, **kwargs): + return set(ModuleFinder.find(str(path), *args, **kwargs)) + + EXAMPLES = { + # circumstance: (files, kwargs, expected_modules) + "simple_folder": ( + ["file.py", "other.py"], + {}, # kwargs + ["file", "other"], + ), + "exclude": ( + ["file.py", "other.py"], + {"exclude": ["f*"]}, + ["other"], + ), + "include": ( + ["file.py", "fole.py", "other.py"], + {"include": ["f*"], "exclude": ["fo*"]}, + ["file"], + ), + "invalid-name": (["my-file.py", "other.file.py"], {}, []), + } + + @pytest.mark.parametrize("example", EXAMPLES.keys()) + def test_finder(self, tmp_path, example): + files, kwargs, expected_modules = self.EXAMPLES[example] + ensure_files(tmp_path, files) + assert self.find(tmp_path, **kwargs) == set(expected_modules) + + @pytest.mark.skipif(not os_helper.can_symlink(), reason='Symlink support required') + def test_symlinked_packages_are_included(self, tmp_path): + src = "_myfiles/file.py" + ensure_files(tmp_path, [src]) + os.symlink(tmp_path / src, tmp_path / "link.py") + assert self.find(tmp_path) == {"link"} + + +class TestFlatLayoutModuleFinder: + def find(self, path, *args, **kwargs): + return set(FlatLayoutModuleFinder.find(str(path))) + + EXAMPLES = { + # circumstance: (files, expected_modules) + "hidden-files": ([".module.py"], []), + "private-modules": (["_module.py"], []), + "common-names": ( + ["setup.py", "conftest.py", "test.py", "tests.py", "example.py", "mod.py"], + ["mod"], + ), + "tool-specific": ( + ["tasks.py", "fabfile.py", "noxfile.py", "dodo.py", "manage.py", "mod.py"], + ["mod"], + ), + } + + @pytest.mark.parametrize("example", EXAMPLES.keys()) + def test_unwanted_files_not_included(self, tmp_path, example): + files, expected_modules = self.EXAMPLES[example] + ensure_files(tmp_path, files) + assert self.find(tmp_path) == set(expected_modules) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_glob.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_glob.py new file mode 100644 index 0000000..8d225a4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_glob.py @@ -0,0 +1,45 @@ +import pytest +from jaraco import path + +from setuptools.glob import glob + + +@pytest.mark.parametrize( + ('tree', 'pattern', 'matches'), + ( + ('', b'', []), + ('', '', []), + ( + """ + appveyor.yml + CHANGES.rst + LICENSE + MANIFEST.in + pyproject.toml + README.rst + setup.cfg + setup.py + """, + '*.rst', + ('CHANGES.rst', 'README.rst'), + ), + ( + """ + appveyor.yml + CHANGES.rst + LICENSE + MANIFEST.in + pyproject.toml + README.rst + setup.cfg + setup.py + """, + b'*.rst', + (b'CHANGES.rst', b'README.rst'), + ), + ), +) +def test_glob(monkeypatch, tmpdir, tree, pattern, matches): + monkeypatch.chdir(tmpdir) + path.build({name: '' for name in tree.split()}) + assert list(sorted(glob(pattern))) == list(sorted(matches)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py new file mode 100644 index 0000000..e62a6b7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_install_scripts.py @@ -0,0 +1,89 @@ +"""install_scripts tests""" + +import sys + +import pytest + +from setuptools.command.install_scripts import install_scripts +from setuptools.dist import Distribution + +from . import contexts + + +class TestInstallScripts: + settings = dict( + name='foo', + entry_points={'console_scripts': ['foo=foo:foo']}, + version='0.0', + ) + unix_exe = '/usr/dummy-test-path/local/bin/python' + unix_spaces_exe = '/usr/bin/env dummy-test-python' + win32_exe = 'C:\\Dummy Test Path\\Program Files\\Python 3.6\\python.exe' + + def _run_install_scripts(self, install_dir, executable=None): + dist = Distribution(self.settings) + dist.script_name = 'setup.py' + cmd = install_scripts(dist) + cmd.install_dir = install_dir + if executable is not None: + bs = cmd.get_finalized_command('build_scripts') + bs.executable = executable + cmd.ensure_finalized() + with contexts.quiet(): + cmd.run() + + @pytest.mark.skipif(sys.platform == 'win32', reason='non-Windows only') + def test_sys_executable_escaping_unix(self, tmpdir, monkeypatch): + """ + Ensure that shebang is not quoted on Unix when getting the Python exe + from sys.executable. + """ + expected = f'#!{self.unix_exe}\n' + monkeypatch.setattr('sys.executable', self.unix_exe) + with tmpdir.as_cwd(): + self._run_install_scripts(str(tmpdir)) + with open(str(tmpdir.join('foo')), 'r', encoding="utf-8") as f: + actual = f.readline() + assert actual == expected + + @pytest.mark.skipif(sys.platform != 'win32', reason='Windows only') + def test_sys_executable_escaping_win32(self, tmpdir, monkeypatch): + """ + Ensure that shebang is quoted on Windows when getting the Python exe + from sys.executable and it contains a space. + """ + expected = f'#!"{self.win32_exe}"\n' + monkeypatch.setattr('sys.executable', self.win32_exe) + with tmpdir.as_cwd(): + self._run_install_scripts(str(tmpdir)) + with open(str(tmpdir.join('foo-script.py')), 'r', encoding="utf-8") as f: + actual = f.readline() + assert actual == expected + + @pytest.mark.skipif(sys.platform == 'win32', reason='non-Windows only') + def test_executable_with_spaces_escaping_unix(self, tmpdir): + """ + Ensure that shebang on Unix is not quoted, even when + a value with spaces + is specified using --executable. + """ + expected = f'#!{self.unix_spaces_exe}\n' + with tmpdir.as_cwd(): + self._run_install_scripts(str(tmpdir), self.unix_spaces_exe) + with open(str(tmpdir.join('foo')), 'r', encoding="utf-8") as f: + actual = f.readline() + assert actual == expected + + @pytest.mark.skipif(sys.platform != 'win32', reason='Windows only') + def test_executable_arg_escaping_win32(self, tmpdir): + """ + Ensure that shebang on Windows is quoted when + getting a path with spaces + from --executable, that is itself properly quoted. + """ + expected = f'#!"{self.win32_exe}"\n' + with tmpdir.as_cwd(): + self._run_install_scripts(str(tmpdir), '"' + self.win32_exe + '"') + with open(str(tmpdir.join('foo-script.py')), 'r', encoding="utf-8") as f: + actual = f.readline() + assert actual == expected diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_logging.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_logging.py new file mode 100644 index 0000000..ea58001 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_logging.py @@ -0,0 +1,76 @@ +import functools +import inspect +import logging +import sys + +import pytest + +IS_PYPY = '__pypy__' in sys.builtin_module_names + + +setup_py = """\ +from setuptools import setup + +setup( + name="test_logging", + version="0.0" +) +""" + + +@pytest.mark.parametrize( + ('flag', 'expected_level'), [("--dry-run", "INFO"), ("--verbose", "DEBUG")] +) +def test_verbosity_level(tmp_path, monkeypatch, flag, expected_level): + """Make sure the correct verbosity level is set (issue #3038)""" + import setuptools # noqa: F401 # import setuptools to monkeypatch distutils + + import distutils # <- load distutils after all the patches take place + + logger = logging.Logger(__name__) + monkeypatch.setattr(logging, "root", logger) + unset_log_level = logger.getEffectiveLevel() + assert logging.getLevelName(unset_log_level) == "NOTSET" + + setup_script = tmp_path / "setup.py" + setup_script.write_text(setup_py, encoding="utf-8") + dist = distutils.core.run_setup(setup_script, stop_after="init") + dist.script_args = [flag, "sdist"] + dist.parse_command_line() # <- where the log level is set + log_level = logger.getEffectiveLevel() + log_level_name = logging.getLevelName(log_level) + assert log_level_name == expected_level + + +def flaky_on_pypy(func): + @functools.wraps(func) + def _func(): + try: + func() + except AssertionError: # pragma: no cover + if IS_PYPY: + msg = "Flaky monkeypatch on PyPy (#4124)" + pytest.xfail(f"{msg}. Original discussion in #3707, #3709.") + raise + + return _func + + +@flaky_on_pypy +def test_patching_does_not_cause_problems(): + # Ensure `dist.log` is only patched if necessary + + import _distutils_hack + + import setuptools.logging + + from distutils import dist + + setuptools.logging.configure() + + if _distutils_hack.enabled(): + # Modern logging infra, no problematic patching. + assert dist.__file__ is None or "setuptools" in dist.__file__ + assert isinstance(dist.log, logging.Logger) + else: + assert inspect.ismodule(dist.log) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_manifest.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_manifest.py new file mode 100644 index 0000000..903a528 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_manifest.py @@ -0,0 +1,622 @@ +"""sdist tests""" + +from __future__ import annotations + +import contextlib +import io +import itertools +import logging +import os +import shutil +import sys +import tempfile + +import pytest + +from setuptools.command.egg_info import FileList, egg_info, translate_pattern +from setuptools.dist import Distribution +from setuptools.tests.textwrap import DALS + +from distutils import log +from distutils.errors import DistutilsTemplateError + +IS_PYPY = '__pypy__' in sys.builtin_module_names + + +def make_local_path(s): + """Converts '/' in a string to os.sep""" + return s.replace('/', os.sep) + + +SETUP_ATTRS = { + 'name': 'app', + 'version': '0.0', + 'packages': ['app'], +} + +SETUP_PY = f"""\ +from setuptools import setup + +setup(**{SETUP_ATTRS!r}) +""" + + +@contextlib.contextmanager +def quiet(): + old_stdout, old_stderr = sys.stdout, sys.stderr + sys.stdout, sys.stderr = io.StringIO(), io.StringIO() + try: + yield + finally: + sys.stdout, sys.stderr = old_stdout, old_stderr + + +def touch(filename): + open(filename, 'wb').close() + + +# The set of files always in the manifest, including all files in the +# .egg-info directory +default_files = frozenset( + map( + make_local_path, + [ + 'README.rst', + 'MANIFEST.in', + 'setup.py', + 'app.egg-info/PKG-INFO', + 'app.egg-info/SOURCES.txt', + 'app.egg-info/dependency_links.txt', + 'app.egg-info/top_level.txt', + 'app/__init__.py', + ], + ) +) + + +translate_specs: list[tuple[str, list[str], list[str]]] = [ + ('foo', ['foo'], ['bar', 'foobar']), + ('foo/bar', ['foo/bar'], ['foo/bar/baz', './foo/bar', 'foo']), + # Glob matching + ('*.txt', ['foo.txt', 'bar.txt'], ['foo/foo.txt']), + ('dir/*.txt', ['dir/foo.txt', 'dir/bar.txt', 'dir/.txt'], ['notdir/foo.txt']), + ('*/*.py', ['bin/start.py'], []), + ('docs/page-?.txt', ['docs/page-9.txt'], ['docs/page-10.txt']), + # Globstars change what they mean depending upon where they are + ( + 'foo/**/bar', + ['foo/bing/bar', 'foo/bing/bang/bar', 'foo/bar'], + ['foo/abar'], + ), + ( + 'foo/**', + ['foo/bar/bing.py', 'foo/x'], + ['/foo/x'], + ), + ( + '**', + ['x', 'abc/xyz', '@nything'], + [], + ), + # Character classes + ( + 'pre[one]post', + ['preopost', 'prenpost', 'preepost'], + ['prepost', 'preonepost'], + ), + ( + 'hello[!one]world', + ['helloxworld', 'helloyworld'], + ['hellooworld', 'helloworld', 'hellooneworld'], + ), + ( + '[]one].txt', + ['o.txt', '].txt', 'e.txt'], + ['one].txt'], + ), + ( + 'foo[!]one]bar', + ['fooybar'], + ['foo]bar', 'fooobar', 'fooebar'], + ), +] +""" +A spec of inputs for 'translate_pattern' and matches and mismatches +for that input. +""" + +match_params = itertools.chain.from_iterable( + zip(itertools.repeat(pattern), matches) + for pattern, matches, mismatches in translate_specs +) + + +@pytest.fixture(params=match_params) +def pattern_match(request): + return map(make_local_path, request.param) + + +mismatch_params = itertools.chain.from_iterable( + zip(itertools.repeat(pattern), mismatches) + for pattern, matches, mismatches in translate_specs +) + + +@pytest.fixture(params=mismatch_params) +def pattern_mismatch(request): + return map(make_local_path, request.param) + + +def test_translated_pattern_match(pattern_match): + pattern, target = pattern_match + assert translate_pattern(pattern).match(target) + + +def test_translated_pattern_mismatch(pattern_mismatch): + pattern, target = pattern_mismatch + assert not translate_pattern(pattern).match(target) + + +class TempDirTestCase: + def setup_method(self, method): + self.temp_dir = tempfile.mkdtemp() + self.old_cwd = os.getcwd() + os.chdir(self.temp_dir) + + def teardown_method(self, method): + os.chdir(self.old_cwd) + shutil.rmtree(self.temp_dir) + + +class TestManifestTest(TempDirTestCase): + def setup_method(self, method): + super().setup_method(method) + + f = open(os.path.join(self.temp_dir, 'setup.py'), 'w', encoding="utf-8") + f.write(SETUP_PY) + f.close() + """ + Create a file tree like: + - LICENSE + - README.rst + - testing.rst + - .hidden.rst + - app/ + - __init__.py + - a.txt + - b.txt + - c.rst + - static/ + - app.js + - app.js.map + - app.css + - app.css.map + """ + + for fname in ['README.rst', '.hidden.rst', 'testing.rst', 'LICENSE']: + touch(os.path.join(self.temp_dir, fname)) + + # Set up the rest of the test package + test_pkg = os.path.join(self.temp_dir, 'app') + os.mkdir(test_pkg) + for fname in ['__init__.py', 'a.txt', 'b.txt', 'c.rst']: + touch(os.path.join(test_pkg, fname)) + + # Some compiled front-end assets to include + static = os.path.join(test_pkg, 'static') + os.mkdir(static) + for fname in ['app.js', 'app.js.map', 'app.css', 'app.css.map']: + touch(os.path.join(static, fname)) + + def make_manifest(self, contents): + """Write a MANIFEST.in.""" + manifest = os.path.join(self.temp_dir, 'MANIFEST.in') + with open(manifest, 'w', encoding="utf-8") as f: + f.write(DALS(contents)) + + def get_files(self): + """Run egg_info and get all the files to include, as a set""" + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + cmd = egg_info(dist) + cmd.ensure_finalized() + + cmd.run() + + return set(cmd.filelist.files) + + def test_no_manifest(self): + """Check a missing MANIFEST.in includes only the standard files.""" + assert (default_files - set(['MANIFEST.in'])) == self.get_files() + + def test_empty_files(self): + """Check an empty MANIFEST.in includes only the standard files.""" + self.make_manifest("") + assert default_files == self.get_files() + + def test_include(self): + """Include extra rst files in the project root.""" + self.make_manifest("include *.rst") + files = default_files | set(['testing.rst', '.hidden.rst']) + assert files == self.get_files() + + def test_exclude(self): + """Include everything in app/ except the text files""" + ml = make_local_path + self.make_manifest( + """ + include app/* + exclude app/*.txt + """ + ) + files = default_files | set([ml('app/c.rst')]) + assert files == self.get_files() + + def test_include_multiple(self): + """Include with multiple patterns.""" + ml = make_local_path + self.make_manifest("include app/*.txt app/static/*") + files = default_files | set([ + ml('app/a.txt'), + ml('app/b.txt'), + ml('app/static/app.js'), + ml('app/static/app.js.map'), + ml('app/static/app.css'), + ml('app/static/app.css.map'), + ]) + assert files == self.get_files() + + def test_graft(self): + """Include the whole app/static/ directory.""" + ml = make_local_path + self.make_manifest("graft app/static") + files = default_files | set([ + ml('app/static/app.js'), + ml('app/static/app.js.map'), + ml('app/static/app.css'), + ml('app/static/app.css.map'), + ]) + assert files == self.get_files() + + def test_graft_glob_syntax(self): + """Include the whole app/static/ directory.""" + ml = make_local_path + self.make_manifest("graft */static") + files = default_files | set([ + ml('app/static/app.js'), + ml('app/static/app.js.map'), + ml('app/static/app.css'), + ml('app/static/app.css.map'), + ]) + assert files == self.get_files() + + def test_graft_global_exclude(self): + """Exclude all *.map files in the project.""" + ml = make_local_path + self.make_manifest( + """ + graft app/static + global-exclude *.map + """ + ) + files = default_files | set([ml('app/static/app.js'), ml('app/static/app.css')]) + assert files == self.get_files() + + def test_global_include(self): + """Include all *.rst, *.js, and *.css files in the whole tree.""" + ml = make_local_path + self.make_manifest( + """ + global-include *.rst *.js *.css + """ + ) + files = default_files | set([ + '.hidden.rst', + 'testing.rst', + ml('app/c.rst'), + ml('app/static/app.js'), + ml('app/static/app.css'), + ]) + assert files == self.get_files() + + def test_graft_prune(self): + """Include all files in app/, except for the whole app/static/ dir.""" + ml = make_local_path + self.make_manifest( + """ + graft app + prune app/static + """ + ) + files = default_files | set([ml('app/a.txt'), ml('app/b.txt'), ml('app/c.rst')]) + assert files == self.get_files() + + +class TestFileListTest(TempDirTestCase): + """ + A copy of the relevant bits of distutils/tests/test_filelist.py, + to ensure setuptools' version of FileList keeps parity with distutils. + """ + + @pytest.fixture(autouse=os.getenv("SETUPTOOLS_USE_DISTUTILS") == "stdlib") + def _compat_record_logs(self, monkeypatch, caplog): + """Account for stdlib compatibility""" + + def _log(_logger, level, msg, args): + exc = sys.exc_info() + rec = logging.LogRecord("distutils", level, "", 0, msg, args, exc) + caplog.records.append(rec) + + monkeypatch.setattr(log.Log, "_log", _log) + + def get_records(self, caplog, *levels): + return [r for r in caplog.records if r.levelno in levels] + + def assertNoWarnings(self, caplog): + assert self.get_records(caplog, log.WARN) == [] + caplog.clear() + + def assertWarnings(self, caplog): + if IS_PYPY and not caplog.records: + pytest.xfail("caplog checks may not work well in PyPy") + else: + assert len(self.get_records(caplog, log.WARN)) > 0 + caplog.clear() + + def make_files(self, files): + for file in files: + file = os.path.join(self.temp_dir, file) + dirname, _basename = os.path.split(file) + os.makedirs(dirname, exist_ok=True) + touch(file) + + def test_process_template_line(self): + # testing all MANIFEST.in template patterns + file_list = FileList() + ml = make_local_path + + # simulated file list + self.make_files([ + 'foo.tmp', + 'ok', + 'xo', + 'four.txt', + 'buildout.cfg', + # filelist does not filter out VCS directories, + # it's sdist that does + ml('.hg/last-message.txt'), + ml('global/one.txt'), + ml('global/two.txt'), + ml('global/files.x'), + ml('global/here.tmp'), + ml('f/o/f.oo'), + ml('dir/graft-one'), + ml('dir/dir2/graft2'), + ml('dir3/ok'), + ml('dir3/sub/ok.txt'), + ]) + + MANIFEST_IN = DALS( + """\ + include ok + include xo + exclude xo + include foo.tmp + include buildout.cfg + global-include *.x + global-include *.txt + global-exclude *.tmp + recursive-include f *.oo + recursive-exclude global *.x + graft dir + prune dir3 + """ + ) + + for line in MANIFEST_IN.split('\n'): + if not line: + continue + file_list.process_template_line(line) + + wanted = [ + 'buildout.cfg', + 'four.txt', + 'ok', + ml('.hg/last-message.txt'), + ml('dir/graft-one'), + ml('dir/dir2/graft2'), + ml('f/o/f.oo'), + ml('global/one.txt'), + ml('global/two.txt'), + ] + + file_list.sort() + assert file_list.files == wanted + + def test_exclude_pattern(self): + # return False if no match + file_list = FileList() + assert not file_list.exclude_pattern('*.py') + + # return True if files match + file_list = FileList() + file_list.files = ['a.py', 'b.py'] + assert file_list.exclude_pattern('*.py') + + # test excludes + file_list = FileList() + file_list.files = ['a.py', 'a.txt'] + file_list.exclude_pattern('*.py') + file_list.sort() + assert file_list.files == ['a.txt'] + + def test_include_pattern(self): + # return False if no match + file_list = FileList() + self.make_files([]) + assert not file_list.include_pattern('*.py') + + # return True if files match + file_list = FileList() + self.make_files(['a.py', 'b.txt']) + assert file_list.include_pattern('*.py') + + # test * matches all files + file_list = FileList() + self.make_files(['a.py', 'b.txt']) + file_list.include_pattern('*') + file_list.sort() + assert file_list.files == ['a.py', 'b.txt'] + + def test_process_template_line_invalid(self): + # invalid lines + file_list = FileList() + for action in ( + 'include', + 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', + 'prune', + 'blarg', + ): + with pytest.raises(DistutilsTemplateError): + file_list.process_template_line(action) + + def test_include(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # include + file_list = FileList() + self.make_files(['a.py', 'b.txt', ml('d/c.py')]) + + file_list.process_template_line('include *.py') + file_list.sort() + assert file_list.files == ['a.py'] + self.assertNoWarnings(caplog) + + file_list.process_template_line('include *.rb') + file_list.sort() + assert file_list.files == ['a.py'] + self.assertWarnings(caplog) + + def test_exclude(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # exclude + file_list = FileList() + file_list.files = ['a.py', 'b.txt', ml('d/c.py')] + + file_list.process_template_line('exclude *.py') + file_list.sort() + assert file_list.files == ['b.txt', ml('d/c.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('exclude *.rb') + file_list.sort() + assert file_list.files == ['b.txt', ml('d/c.py')] + self.assertWarnings(caplog) + + def test_global_include(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # global-include + file_list = FileList() + self.make_files(['a.py', 'b.txt', ml('d/c.py')]) + + file_list.process_template_line('global-include *.py') + file_list.sort() + assert file_list.files == ['a.py', ml('d/c.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('global-include *.rb') + file_list.sort() + assert file_list.files == ['a.py', ml('d/c.py')] + self.assertWarnings(caplog) + + def test_global_exclude(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # global-exclude + file_list = FileList() + file_list.files = ['a.py', 'b.txt', ml('d/c.py')] + + file_list.process_template_line('global-exclude *.py') + file_list.sort() + assert file_list.files == ['b.txt'] + self.assertNoWarnings(caplog) + + file_list.process_template_line('global-exclude *.rb') + file_list.sort() + assert file_list.files == ['b.txt'] + self.assertWarnings(caplog) + + def test_recursive_include(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # recursive-include + file_list = FileList() + self.make_files(['a.py', ml('d/b.py'), ml('d/c.txt'), ml('d/d/e.py')]) + + file_list.process_template_line('recursive-include d *.py') + file_list.sort() + assert file_list.files == [ml('d/b.py'), ml('d/d/e.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('recursive-include e *.py') + file_list.sort() + assert file_list.files == [ml('d/b.py'), ml('d/d/e.py')] + self.assertWarnings(caplog) + + def test_recursive_exclude(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # recursive-exclude + file_list = FileList() + file_list.files = ['a.py', ml('d/b.py'), ml('d/c.txt'), ml('d/d/e.py')] + + file_list.process_template_line('recursive-exclude d *.py') + file_list.sort() + assert file_list.files == ['a.py', ml('d/c.txt')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('recursive-exclude e *.py') + file_list.sort() + assert file_list.files == ['a.py', ml('d/c.txt')] + self.assertWarnings(caplog) + + def test_graft(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # graft + file_list = FileList() + self.make_files(['a.py', ml('d/b.py'), ml('d/d/e.py'), ml('f/f.py')]) + + file_list.process_template_line('graft d') + file_list.sort() + assert file_list.files == [ml('d/b.py'), ml('d/d/e.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('graft e') + file_list.sort() + assert file_list.files == [ml('d/b.py'), ml('d/d/e.py')] + self.assertWarnings(caplog) + + def test_prune(self, caplog): + caplog.set_level(logging.DEBUG) + ml = make_local_path + # prune + file_list = FileList() + file_list.files = ['a.py', ml('d/b.py'), ml('d/d/e.py'), ml('f/f.py')] + + file_list.process_template_line('prune d') + file_list.sort() + assert file_list.files == ['a.py', ml('f/f.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('prune e') + file_list.sort() + assert file_list.files == ['a.py', ml('f/f.py')] + self.assertWarnings(caplog) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py new file mode 100644 index 0000000..a0f4120 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_namespaces.py @@ -0,0 +1,138 @@ +import subprocess +import sys + +from setuptools._path import paths_on_pythonpath + +from . import namespaces + + +class TestNamespaces: + def test_mixed_site_and_non_site(self, tmpdir): + """ + Installing two packages sharing the same namespace, one installed + to a site dir and the other installed just to a path on PYTHONPATH + should leave the namespace in tact and both packages reachable by + import. + """ + pkg_A = namespaces.build_namespace_package(tmpdir, 'myns.pkgA') + pkg_B = namespaces.build_namespace_package(tmpdir, 'myns.pkgB') + site_packages = tmpdir / 'site-packages' + path_packages = tmpdir / 'path-packages' + targets = site_packages, path_packages + # use pip to install to the target directory + install_cmd = [ + sys.executable, + '-m', + 'pip.__main__', + 'install', + str(pkg_A), + '-t', + str(site_packages), + ] + subprocess.check_call(install_cmd) + namespaces.make_site_dir(site_packages) + install_cmd = [ + sys.executable, + '-m', + 'pip.__main__', + 'install', + str(pkg_B), + '-t', + str(path_packages), + ] + subprocess.check_call(install_cmd) + try_import = [ + sys.executable, + '-c', + 'import myns.pkgA; import myns.pkgB', + ] + with paths_on_pythonpath(map(str, targets)): + subprocess.check_call(try_import) + + def test_pkg_resources_import(self, tmpdir): + """ + Ensure that a namespace package doesn't break on import + of pkg_resources. + """ + pkg = namespaces.build_namespace_package(tmpdir, 'myns.pkgA') + target = tmpdir / 'packages' + target.mkdir() + install_cmd = [ + sys.executable, + '-m', + 'pip', + 'install', + '-t', + str(target), + str(pkg), + ] + with paths_on_pythonpath([str(target)]): + subprocess.check_call(install_cmd) + namespaces.make_site_dir(target) + try_import = [ + sys.executable, + '-c', + 'import pkg_resources', + ] + with paths_on_pythonpath([str(target)]): + subprocess.check_call(try_import) + + def test_namespace_package_installed_and_cwd(self, tmpdir): + """ + Installing a namespace packages but also having it in the current + working directory, only one version should take precedence. + """ + pkg_A = namespaces.build_namespace_package(tmpdir, 'myns.pkgA') + target = tmpdir / 'packages' + # use pip to install to the target directory + install_cmd = [ + sys.executable, + '-m', + 'pip.__main__', + 'install', + str(pkg_A), + '-t', + str(target), + ] + subprocess.check_call(install_cmd) + namespaces.make_site_dir(target) + + # ensure that package imports and pkg_resources imports + pkg_resources_imp = [ + sys.executable, + '-c', + 'import pkg_resources; import myns.pkgA', + ] + with paths_on_pythonpath([str(target)]): + subprocess.check_call(pkg_resources_imp, cwd=str(pkg_A)) + + def test_packages_in_the_same_namespace_installed_and_cwd(self, tmpdir): + """ + Installing one namespace package and also have another in the same + namespace in the current working directory, both of them must be + importable. + """ + pkg_A = namespaces.build_namespace_package(tmpdir, 'myns.pkgA') + pkg_B = namespaces.build_namespace_package(tmpdir, 'myns.pkgB') + target = tmpdir / 'packages' + # use pip to install to the target directory + install_cmd = [ + sys.executable, + '-m', + 'pip.__main__', + 'install', + str(pkg_A), + '-t', + str(target), + ] + subprocess.check_call(install_cmd) + namespaces.make_site_dir(target) + + # ensure that all packages import and pkg_resources imports + pkg_resources_imp = [ + sys.executable, + '-c', + 'import pkg_resources; import myns.pkgA; import myns.pkgB', + ] + with paths_on_pythonpath([str(target)]): + subprocess.check_call(pkg_resources_imp, cwd=str(pkg_B)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_packageindex.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_packageindex.py new file mode 100644 index 0000000..2a6e591 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_packageindex.py @@ -0,0 +1,267 @@ +import http.client +import re +import urllib.error +import urllib.request +from inspect import cleandoc + +import pytest + +import setuptools.package_index + +import distutils.errors + + +class TestPackageIndex: + def test_regex(self): + hash_url = 'http://other_url?:action=show_md5&' + hash_url += 'digest=0123456789abcdef0123456789abcdef' + doc = """ + Name + (md5) + """.lstrip().format(**locals()) + assert setuptools.package_index.PYPI_MD5.match(doc) + + def test_bad_url_bad_port(self): + index = setuptools.package_index.PackageIndex() + url = 'http://127.0.0.1:0/nonesuch/test_package_index' + with pytest.raises(Exception, match=re.escape(url)): + v = index.open_url(url) + assert isinstance(v, urllib.error.HTTPError) + + def test_bad_url_typo(self): + # issue 16 + # easy_install inquant.contentmirror.plone breaks because of a typo + # in its home URL + index = setuptools.package_index.PackageIndex(hosts=('www.example.com',)) + + url = 'url:%20https://svn.plone.org/svn/collective/inquant.contentmirror.plone/trunk' + + with pytest.raises(Exception, match=re.escape(url)): + v = index.open_url(url) + assert isinstance(v, urllib.error.HTTPError) + + def test_bad_url_bad_status_line(self): + index = setuptools.package_index.PackageIndex(hosts=('www.example.com',)) + + def _urlopen(*args): + raise http.client.BadStatusLine('line') + + index.opener = _urlopen + url = 'http://example.com' + with pytest.raises(Exception, match=r'line'): + index.open_url(url) + + def test_bad_url_double_scheme(self): + """ + A bad URL with a double scheme should raise a DistutilsError. + """ + index = setuptools.package_index.PackageIndex(hosts=('www.example.com',)) + + # issue 20 + url = 'http://http://svn.pythonpaste.org/Paste/wphp/trunk' + try: + index.open_url(url) + except distutils.errors.DistutilsError as error: + msg = str(error) + assert ( + 'nonnumeric port' in msg + or 'getaddrinfo failed' in msg + or 'Name or service not known' in msg + ) + return + raise RuntimeError("Did not raise") + + def test_url_ok(self): + index = setuptools.package_index.PackageIndex(hosts=('www.example.com',)) + url = 'file:///tmp/test_package_index' + assert index.url_ok(url, True) + + def test_parse_bdist_wininst(self): + parse = setuptools.package_index.parse_bdist_wininst + + actual = parse('reportlab-2.5.win32-py2.4.exe') + expected = 'reportlab-2.5', '2.4', 'win32' + assert actual == expected + + actual = parse('reportlab-2.5.win32.exe') + expected = 'reportlab-2.5', None, 'win32' + assert actual == expected + + actual = parse('reportlab-2.5.win-amd64-py2.7.exe') + expected = 'reportlab-2.5', '2.7', 'win-amd64' + assert actual == expected + + actual = parse('reportlab-2.5.win-amd64.exe') + expected = 'reportlab-2.5', None, 'win-amd64' + assert actual == expected + + def test__vcs_split_rev_from_url(self): + """ + Test the basic usage of _vcs_split_rev_from_url + """ + vsrfu = setuptools.package_index.PackageIndex._vcs_split_rev_from_url + url, rev = vsrfu('https://example.com/bar@2995') + assert url == 'https://example.com/bar' + assert rev == '2995' + + def test_local_index(self, tmpdir): + """ + local_open should be able to read an index from the file system. + """ + index_file = tmpdir / 'index.html' + with index_file.open('w') as f: + f.write('
content
') + url = 'file:' + urllib.request.pathname2url(str(tmpdir)) + '/' + res = setuptools.package_index.local_open(url) + assert 'content' in res.read() + + def test_egg_fragment(self): + """ + EGG fragments must comply to PEP 440 + """ + epoch = [ + '', + '1!', + ] + releases = [ + '0', + '0.0', + '0.0.0', + ] + pre = [ + 'a0', + 'b0', + 'rc0', + ] + post = ['.post0'] + dev = [ + '.dev0', + ] + local = [ + ('', ''), + ('+ubuntu.0', '+ubuntu.0'), + ('+ubuntu-0', '+ubuntu.0'), + ('+ubuntu_0', '+ubuntu.0'), + ] + versions = [ + [''.join([e, r, p, loc]) for loc in locs] + for e in epoch + for r in releases + for p in sum([pre, post, dev], ['']) + for locs in local + ] + for v, vc in versions: + dists = list( + setuptools.package_index.distros_for_url( + 'http://example.com/example-foo.zip#egg=example-foo-' + v + ) + ) + assert dists[0].version == '' + assert dists[1].version == vc + + def test_download_git_with_rev(self, tmp_path, fp): + url = 'git+https://github.example/group/project@master#egg=foo' + index = setuptools.package_index.PackageIndex() + + expected_dir = tmp_path / 'project@master' + fp.register([ + 'git', + 'clone', + '--quiet', + 'https://github.example/group/project', + expected_dir, + ]) + fp.register(['git', '-C', expected_dir, 'checkout', '--quiet', 'master']) + + result = index.download(url, tmp_path) + + assert result == str(expected_dir) + assert len(fp.calls) == 2 + + def test_download_git_no_rev(self, tmp_path, fp): + url = 'git+https://github.example/group/project#egg=foo' + index = setuptools.package_index.PackageIndex() + + expected_dir = tmp_path / 'project' + fp.register([ + 'git', + 'clone', + '--quiet', + 'https://github.example/group/project', + expected_dir, + ]) + index.download(url, tmp_path) + + def test_download_svn(self, tmp_path): + url = 'svn+https://svn.example/project#egg=foo' + index = setuptools.package_index.PackageIndex() + + msg = r".*SVN download is not supported.*" + with pytest.raises(distutils.errors.DistutilsError, match=msg): + index.download(url, tmp_path) + + +class TestContentCheckers: + def test_md5(self): + checker = setuptools.package_index.HashChecker.from_url( + 'http://foo/bar#md5=f12895fdffbd45007040d2e44df98478' + ) + checker.feed('You should probably not be using MD5'.encode('ascii')) + assert checker.hash.hexdigest() == 'f12895fdffbd45007040d2e44df98478' + assert checker.is_valid() + + def test_other_fragment(self): + "Content checks should succeed silently if no hash is present" + checker = setuptools.package_index.HashChecker.from_url( + 'http://foo/bar#something%20completely%20different' + ) + checker.feed('anything'.encode('ascii')) + assert checker.is_valid() + + def test_blank_md5(self): + "Content checks should succeed if a hash is empty" + checker = setuptools.package_index.HashChecker.from_url('http://foo/bar#md5=') + checker.feed('anything'.encode('ascii')) + assert checker.is_valid() + + def test_get_hash_name_md5(self): + checker = setuptools.package_index.HashChecker.from_url( + 'http://foo/bar#md5=f12895fdffbd45007040d2e44df98478' + ) + assert checker.hash_name == 'md5' + + def test_report(self): + checker = setuptools.package_index.HashChecker.from_url( + 'http://foo/bar#md5=f12895fdffbd45007040d2e44df98478' + ) + rep = checker.report(lambda x: x, 'My message about %s') + assert rep == 'My message about md5' + + +class TestPyPIConfig: + def test_percent_in_password(self, tmp_home_dir): + pypirc = tmp_home_dir / '.pypirc' + pypirc.write_text( + cleandoc( + """ + [pypi] + repository=https://pypi.org + username=jaraco + password=pity% + """ + ), + encoding="utf-8", + ) + cfg = setuptools.package_index.PyPIConfig() + cred = cfg.creds_by_repository['https://pypi.org'] + assert cred.username == 'jaraco' + assert cred.password == 'pity%' + + +@pytest.mark.timeout(1) +def test_REL_DoS(): + """ + REL should not hang on a contrived attack string. + """ + setuptools.package_index.REL.search('< rel=' + ' ' * 2**12) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_sandbox.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_sandbox.py new file mode 100644 index 0000000..a476b7c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_sandbox.py @@ -0,0 +1,134 @@ +"""develop tests""" + +import os +import types + +import pytest + +import pkg_resources +import setuptools.sandbox + + +class TestSandbox: + def test_devnull(self, tmpdir): + with setuptools.sandbox.DirectorySandbox(str(tmpdir)): + self._file_writer(os.devnull) + + @staticmethod + def _file_writer(path): + def do_write(): + with open(path, 'w', encoding="utf-8") as f: + f.write('xxx') + + return do_write + + def test_setup_py_with_BOM(self): + """ + It should be possible to execute a setup.py with a Byte Order Mark + """ + target = pkg_resources.resource_filename(__name__, 'script-with-bom.py') + namespace = types.ModuleType('namespace') + setuptools.sandbox._execfile(target, vars(namespace)) + assert namespace.result == 'passed' + + def test_setup_py_with_CRLF(self, tmpdir): + setup_py = tmpdir / 'setup.py' + with setup_py.open('wb') as stream: + stream.write(b'"degenerate script"\r\n') + setuptools.sandbox._execfile(str(setup_py), globals()) + + +class TestExceptionSaver: + def test_exception_trapped(self): + with setuptools.sandbox.ExceptionSaver(): + raise ValueError("details") + + def test_exception_resumed(self): + with setuptools.sandbox.ExceptionSaver() as saved_exc: + raise ValueError("details") + + with pytest.raises(ValueError) as caught: + saved_exc.resume() + + assert isinstance(caught.value, ValueError) + assert str(caught.value) == 'details' + + def test_exception_reconstructed(self): + orig_exc = ValueError("details") + + with setuptools.sandbox.ExceptionSaver() as saved_exc: + raise orig_exc + + with pytest.raises(ValueError) as caught: + saved_exc.resume() + + assert isinstance(caught.value, ValueError) + assert caught.value is not orig_exc + + def test_no_exception_passes_quietly(self): + with setuptools.sandbox.ExceptionSaver() as saved_exc: + pass + + saved_exc.resume() + + def test_unpickleable_exception(self): + class CantPickleThis(Exception): + "This Exception is unpickleable because it's not in globals" + + def __repr__(self) -> str: + return f'CantPickleThis{self.args!r}' + + with setuptools.sandbox.ExceptionSaver() as saved_exc: + raise CantPickleThis('detail') + + with pytest.raises(setuptools.sandbox.UnpickleableException) as caught: + saved_exc.resume() + + assert str(caught.value) == "CantPickleThis('detail',)" + + def test_unpickleable_exception_when_hiding_setuptools(self): + """ + As revealed in #440, an infinite recursion can occur if an unpickleable + exception while setuptools is hidden. Ensure this doesn't happen. + """ + + class ExceptionUnderTest(Exception): + """ + An unpickleable exception (not in globals). + """ + + with pytest.raises(setuptools.sandbox.UnpickleableException) as caught: + with setuptools.sandbox.save_modules(): + setuptools.sandbox.hide_setuptools() + raise ExceptionUnderTest + + (msg,) = caught.value.args + assert msg == 'ExceptionUnderTest()' + + def test_sandbox_violation_raised_hiding_setuptools(self, tmpdir): + """ + When in a sandbox with setuptools hidden, a SandboxViolation + should reflect a proper exception and not be wrapped in + an UnpickleableException. + """ + + def write_file(): + "Trigger a SandboxViolation by writing outside the sandbox" + with open('/etc/foo', 'w', encoding="utf-8"): + pass + + with pytest.raises(setuptools.sandbox.SandboxViolation) as caught: + with setuptools.sandbox.save_modules(): + setuptools.sandbox.hide_setuptools() + with setuptools.sandbox.DirectorySandbox(str(tmpdir)): + write_file() + + cmd, args, kwargs = caught.value.args + assert cmd == 'open' + assert args == ('/etc/foo', 'w') + assert kwargs == {"encoding": "utf-8"} + + msg = str(caught.value) + assert 'open' in msg + assert "('/etc/foo', 'w')" in msg + assert "{'encoding': 'utf-8'}" in msg diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_sdist.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_sdist.py new file mode 100644 index 0000000..19d8ddf --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_sdist.py @@ -0,0 +1,984 @@ +"""sdist tests""" + +import contextlib +import io +import logging +import os +import pathlib +import sys +import tarfile +import tempfile +import unicodedata +from inspect import cleandoc +from pathlib import Path +from unittest import mock + +import jaraco.path +import pytest + +from setuptools import Command, SetuptoolsDeprecationWarning +from setuptools._importlib import metadata +from setuptools.command.egg_info import manifest_maker +from setuptools.command.sdist import sdist +from setuptools.dist import Distribution +from setuptools.extension import Extension +from setuptools.tests import fail_on_ascii + +from .text import Filenames + +import distutils +from distutils.core import run_setup + +SETUP_ATTRS = { + 'name': 'sdist_test', + 'version': '0.0', + 'packages': ['sdist_test'], + 'package_data': {'sdist_test': ['*.txt']}, + 'data_files': [("data", [os.path.join("d", "e.dat")])], +} + +SETUP_PY = f"""\ +from setuptools import setup + +setup(**{SETUP_ATTRS!r}) +""" + +EXTENSION = Extension( + name="sdist_test.f", + sources=[os.path.join("sdist_test", "f.c")], + depends=[os.path.join("sdist_test", "f.h")], +) +EXTENSION_SOURCES = EXTENSION.sources + EXTENSION.depends + + +@contextlib.contextmanager +def quiet(): + old_stdout, old_stderr = sys.stdout, sys.stderr + sys.stdout, sys.stderr = io.StringIO(), io.StringIO() + try: + yield + finally: + sys.stdout, sys.stderr = old_stdout, old_stderr + + +# Convert to POSIX path +def posix(path): + if not isinstance(path, str): + return path.replace(os.sep.encode('ascii'), b'/') + else: + return path.replace(os.sep, '/') + + +# HFS Plus uses decomposed UTF-8 +def decompose(path): + if isinstance(path, str): + return unicodedata.normalize('NFD', path) + try: + path = path.decode('utf-8') + path = unicodedata.normalize('NFD', path) + path = path.encode('utf-8') + except UnicodeError: + pass # Not UTF-8 + return path + + +def read_all_bytes(filename): + with open(filename, 'rb') as fp: + return fp.read() + + +def latin1_fail(): + try: + desc, filename = tempfile.mkstemp(suffix=Filenames.latin_1) + os.close(desc) + os.remove(filename) + except Exception: + return True + + +fail_on_latin1_encoded_filenames = pytest.mark.xfail( + latin1_fail(), + reason="System does not support latin-1 filenames", +) + + +skip_under_xdist = pytest.mark.skipif( + "os.environ.get('PYTEST_XDIST_WORKER')", + reason="pytest-dev/pytest-xdist#843", +) +skip_under_stdlib_distutils = pytest.mark.skipif( + not distutils.__package__.startswith('setuptools'), + reason="the test is not supported with stdlib distutils", +) + + +def touch(path): + open(path, 'wb').close() + return path + + +def symlink_or_skip_test(src, dst): + try: + os.symlink(src, dst) + except (OSError, NotImplementedError): + pytest.skip("symlink not supported in OS") + return None + return dst + + +class TestSdistTest: + @pytest.fixture(autouse=True) + def source_dir(self, tmpdir): + tmpdir = tmpdir / "project_root" + tmpdir.mkdir() + + (tmpdir / 'setup.py').write_text(SETUP_PY, encoding='utf-8') + + # Set up the rest of the test package + test_pkg = tmpdir / 'sdist_test' + test_pkg.mkdir() + data_folder = tmpdir / 'd' + data_folder.mkdir() + # *.rst was not included in package_data, so c.rst should not be + # automatically added to the manifest when not under version control + for fname in ['__init__.py', 'a.txt', 'b.txt', 'c.rst']: + touch(test_pkg / fname) + touch(data_folder / 'e.dat') + # C sources are not included by default, but they will be, + # if an extension module uses them as sources or depends + for fname in EXTENSION_SOURCES: + touch(tmpdir / fname) + + with tmpdir.as_cwd(): + yield tmpdir + + def assert_package_data_in_manifest(self, cmd): + manifest = cmd.filelist.files + assert os.path.join('sdist_test', 'a.txt') in manifest + assert os.path.join('sdist_test', 'b.txt') in manifest + assert os.path.join('sdist_test', 'c.rst') not in manifest + assert os.path.join('d', 'e.dat') in manifest + + def setup_with_extension(self): + setup_attrs = {**SETUP_ATTRS, 'ext_modules': [EXTENSION]} + + dist = Distribution(setup_attrs) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + with quiet(): + cmd.run() + + return cmd + + def test_package_data_in_sdist(self): + """Regression test for pull request #4: ensures that files listed in + package_data are included in the manifest even if they're not added to + version control. + """ + + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + with quiet(): + cmd.run() + + self.assert_package_data_in_manifest(cmd) + + def test_package_data_and_include_package_data_in_sdist(self): + """ + Ensure package_data and include_package_data work + together. + """ + setup_attrs = {**SETUP_ATTRS, 'include_package_data': True} + assert setup_attrs['package_data'] + + dist = Distribution(setup_attrs) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + with quiet(): + cmd.run() + + self.assert_package_data_in_manifest(cmd) + + def test_extension_sources_in_sdist(self): + """ + Ensure that the files listed in Extension.sources and Extension.depends + are automatically included in the manifest. + """ + cmd = self.setup_with_extension() + self.assert_package_data_in_manifest(cmd) + manifest = cmd.filelist.files + for path in EXTENSION_SOURCES: + assert path in manifest + + def test_missing_extension_sources(self): + """ + Similar to test_extension_sources_in_sdist but the referenced files don't exist. + Missing files should not be included in distribution (with no error raised). + """ + for path in EXTENSION_SOURCES: + os.remove(path) + + cmd = self.setup_with_extension() + self.assert_package_data_in_manifest(cmd) + manifest = cmd.filelist.files + for path in EXTENSION_SOURCES: + assert path not in manifest + + def test_symlinked_extension_sources(self): + """ + Similar to test_extension_sources_in_sdist but the referenced files are + instead symbolic links to project-local files. Referenced file paths + should be included. Symlink targets themselves should NOT be included. + """ + symlinked = [] + for path in EXTENSION_SOURCES: + base, ext = os.path.splitext(path) + target = base + "_target." + ext + + os.rename(path, target) + symlink_or_skip_test(os.path.basename(target), path) + symlinked.append(target) + + cmd = self.setup_with_extension() + self.assert_package_data_in_manifest(cmd) + manifest = cmd.filelist.files + for path in EXTENSION_SOURCES: + assert path in manifest + for path in symlinked: + assert path not in manifest + + _INVALID_PATHS = { + "must be relative": lambda: ( + os.path.abspath(os.path.join("sdist_test", "f.h")) + ), + "can't have `..` segments": lambda: ( + os.path.join("sdist_test", "..", "sdist_test", "f.h") + ), + "doesn't exist": lambda: ( + os.path.join("sdist_test", "this_file_does_not_exist.h") + ), + "must be inside the project root": lambda: ( + symlink_or_skip_test( + touch(os.path.join("..", "outside_of_project_root.h")), + "symlink.h", + ) + ), + } + + @skip_under_stdlib_distutils + @pytest.mark.parametrize("reason", _INVALID_PATHS.keys()) + def test_invalid_extension_depends(self, reason, caplog): + """ + Due to backwards compatibility reasons, `Extension.depends` should accept + invalid/weird paths, but then ignore them when building a sdist. + + This test verifies that the source distribution is still built + successfully with such paths, but that instead of adding these paths to + the manifest, we emit an informational message, notifying the user that + the invalid path won't be automatically included. + """ + invalid_path = self._INVALID_PATHS[reason]() + extension = Extension( + name="sdist_test.f", + sources=[], + depends=[invalid_path], + ) + setup_attrs = {**SETUP_ATTRS, 'ext_modules': [extension]} + + dist = Distribution(setup_attrs) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + with quiet(), caplog.at_level(logging.INFO): + cmd.run() + + self.assert_package_data_in_manifest(cmd) + manifest = cmd.filelist.files + assert invalid_path not in manifest + + expected_message = [ + message + for (logger, level, message) in caplog.record_tuples + if ( + logger == "root" # + and level == logging.INFO # + and invalid_path in message # + ) + ] + assert len(expected_message) == 1 + (expected_message,) = expected_message + assert reason in expected_message + + def test_custom_build_py(self): + """ + Ensure projects defining custom build_py don't break + when creating sdists (issue #2849) + """ + from distutils.command.build_py import build_py as OrigBuildPy + + using_custom_command_guard = mock.Mock() + + class CustomBuildPy(OrigBuildPy): + """ + Some projects have custom commands inheriting from `distutils` + """ + + def get_data_files(self): + using_custom_command_guard() + return super().get_data_files() + + setup_attrs = {**SETUP_ATTRS, 'include_package_data': True} + assert setup_attrs['package_data'] + + dist = Distribution(setup_attrs) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + # Make sure we use the custom command + cmd.cmdclass = {'build_py': CustomBuildPy} + cmd.distribution.cmdclass = {'build_py': CustomBuildPy} + assert cmd.distribution.get_command_class('build_py') == CustomBuildPy + + msg = "setuptools instead of distutils" + with quiet(), pytest.warns(SetuptoolsDeprecationWarning, match=msg): + cmd.run() + + using_custom_command_guard.assert_called() + self.assert_package_data_in_manifest(cmd) + + def test_setup_py_exists(self): + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'foo.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + with quiet(): + cmd.run() + + manifest = cmd.filelist.files + assert 'setup.py' in manifest + + def test_setup_py_missing(self): + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'foo.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + if os.path.exists("setup.py"): + os.remove("setup.py") + with quiet(): + cmd.run() + + manifest = cmd.filelist.files + assert 'setup.py' not in manifest + + def test_setup_py_excluded(self): + with open("MANIFEST.in", "w", encoding="utf-8") as manifest_file: + manifest_file.write("exclude setup.py") + + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'foo.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + with quiet(): + cmd.run() + + manifest = cmd.filelist.files + assert 'setup.py' not in manifest + + def test_defaults_case_sensitivity(self, source_dir): + """ + Make sure default files (README.*, etc.) are added in a case-sensitive + way to avoid problems with packages built on Windows. + """ + + touch(source_dir / 'readme.rst') + touch(source_dir / 'SETUP.cfg') + + dist = Distribution(SETUP_ATTRS) + # the extension deliberately capitalized for this test + # to make sure the actual filename (not capitalized) gets added + # to the manifest + dist.script_name = 'setup.PY' + cmd = sdist(dist) + cmd.ensure_finalized() + + with quiet(): + cmd.run() + + # lowercase all names so we can test in a + # case-insensitive way to make sure the files + # are not included. + manifest = map(lambda x: x.lower(), cmd.filelist.files) + assert 'readme.rst' not in manifest, manifest + assert 'setup.py' not in manifest, manifest + assert 'setup.cfg' not in manifest, manifest + + def test_exclude_dev_only_cache_folders(self, source_dir): + included = { + # Emulate problem in https://github.com/pypa/setuptools/issues/4601 + "MANIFEST.in": ( + "global-include LICEN[CS]E* COPYING* NOTICE* AUTHORS*\n" + "global-include *.txt\n" + ), + # For the sake of being conservative and limiting unforeseen side-effects + # we just exclude dev-only cache folders at the root of the repository: + "test/.venv/lib/python3.9/site-packages/bar-2.dist-info/AUTHORS.rst": "", + "src/.nox/py/lib/python3.12/site-packages/bar-2.dist-info/COPYING.txt": "", + "doc/.tox/default/lib/python3.11/site-packages/foo-4.dist-info/LICENSE": "", + # Let's test against false positives with similarly named files: + ".venv-requirements.txt": "", + ".tox-coveragerc.txt": "", + ".noxy/coveragerc.txt": "", + } + + excluded = { + # .tox/.nox/.venv are well-know folders present at the root of Python repos + # and therefore should be excluded + ".tox/release/lib/python3.11/site-packages/foo-4.dist-info/LICENSE": "", + ".nox/py/lib/python3.12/site-packages/bar-2.dist-info/COPYING.txt": "", + ".venv/lib/python3.9/site-packages/bar-2.dist-info/AUTHORS.rst": "", + } + + for file, content in {**excluded, **included}.items(): + Path(source_dir, file).parent.mkdir(parents=True, exist_ok=True) + Path(source_dir, file).write_text(content, encoding="utf-8") + + cmd = self.setup_with_extension() + self.assert_package_data_in_manifest(cmd) + manifest = {f.replace(os.sep, '/') for f in cmd.filelist.files} + for path in excluded: + assert os.path.exists(path) + assert path not in manifest, (path, manifest) + for path in included: + assert os.path.exists(path) + assert path in manifest, (path, manifest) + + @fail_on_ascii + def test_manifest_is_written_with_utf8_encoding(self): + # Test for #303. + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + mm = manifest_maker(dist) + mm.manifest = os.path.join('sdist_test.egg-info', 'SOURCES.txt') + os.mkdir('sdist_test.egg-info') + + # UTF-8 filename + filename = os.path.join('sdist_test', 'smörbröd.py') + + # Must create the file or it will get stripped. + touch(filename) + + # Add UTF-8 filename and write manifest + with quiet(): + mm.run() + mm.filelist.append(filename) + mm.write_manifest() + + contents = read_all_bytes(mm.manifest) + + # The manifest should be UTF-8 encoded + u_contents = contents.decode('UTF-8') + + # The manifest should contain the UTF-8 filename + assert posix(filename) in u_contents + + @fail_on_ascii + def test_write_manifest_allows_utf8_filenames(self): + # Test for #303. + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + mm = manifest_maker(dist) + mm.manifest = os.path.join('sdist_test.egg-info', 'SOURCES.txt') + os.mkdir('sdist_test.egg-info') + + filename = os.path.join(b'sdist_test', Filenames.utf_8) + + # Must touch the file or risk removal + touch(filename) + + # Add filename and write manifest + with quiet(): + mm.run() + u_filename = filename.decode('utf-8') + mm.filelist.files.append(u_filename) + # Re-write manifest + mm.write_manifest() + + contents = read_all_bytes(mm.manifest) + + # The manifest should be UTF-8 encoded + contents.decode('UTF-8') + + # The manifest should contain the UTF-8 filename + assert posix(filename) in contents + + # The filelist should have been updated as well + assert u_filename in mm.filelist.files + + @skip_under_xdist + def test_write_manifest_skips_non_utf8_filenames(self): + """ + Files that cannot be encoded to UTF-8 (specifically, those that + weren't originally successfully decoded and have surrogate + escapes) should be omitted from the manifest. + See https://bitbucket.org/tarek/distribute/issue/303 for history. + """ + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + mm = manifest_maker(dist) + mm.manifest = os.path.join('sdist_test.egg-info', 'SOURCES.txt') + os.mkdir('sdist_test.egg-info') + + # Latin-1 filename + filename = os.path.join(b'sdist_test', Filenames.latin_1) + + # Add filename with surrogates and write manifest + with quiet(): + mm.run() + u_filename = filename.decode('utf-8', 'surrogateescape') + mm.filelist.append(u_filename) + # Re-write manifest + mm.write_manifest() + + contents = read_all_bytes(mm.manifest) + + # The manifest should be UTF-8 encoded + contents.decode('UTF-8') + + # The Latin-1 filename should have been skipped + assert posix(filename) not in contents + + # The filelist should have been updated as well + assert u_filename not in mm.filelist.files + + @fail_on_ascii + def test_manifest_is_read_with_utf8_encoding(self): + # Test for #303. + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + # Create manifest + with quiet(): + cmd.run() + + # Add UTF-8 filename to manifest + filename = os.path.join(b'sdist_test', Filenames.utf_8) + cmd.manifest = os.path.join('sdist_test.egg-info', 'SOURCES.txt') + manifest = open(cmd.manifest, 'ab') + manifest.write(b'\n' + filename) + manifest.close() + + # The file must exist to be included in the filelist + touch(filename) + + # Re-read manifest + cmd.filelist.files = [] + with quiet(): + cmd.read_manifest() + + # The filelist should contain the UTF-8 filename + filename = filename.decode('utf-8') + assert filename in cmd.filelist.files + + @fail_on_latin1_encoded_filenames + def test_read_manifest_skips_non_utf8_filenames(self): + # Test for #303. + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + # Create manifest + with quiet(): + cmd.run() + + # Add Latin-1 filename to manifest + filename = os.path.join(b'sdist_test', Filenames.latin_1) + cmd.manifest = os.path.join('sdist_test.egg-info', 'SOURCES.txt') + manifest = open(cmd.manifest, 'ab') + manifest.write(b'\n' + filename) + manifest.close() + + # The file must exist to be included in the filelist + touch(filename) + + # Re-read manifest + cmd.filelist.files = [] + with quiet(): + cmd.read_manifest() + + # The Latin-1 filename should have been skipped + filename = filename.decode('latin-1') + assert filename not in cmd.filelist.files + + @fail_on_ascii + @fail_on_latin1_encoded_filenames + def test_sdist_with_utf8_encoded_filename(self): + # Test for #303. + dist = Distribution(self.make_strings(SETUP_ATTRS)) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + filename = os.path.join(b'sdist_test', Filenames.utf_8) + touch(filename) + + with quiet(): + cmd.run() + + if sys.platform == 'darwin': + filename = decompose(filename) + + fs_enc = sys.getfilesystemencoding() + + if sys.platform == 'win32': + if fs_enc == 'cp1252': + # Python mangles the UTF-8 filename + filename = filename.decode('cp1252') + assert filename in cmd.filelist.files + else: + filename = filename.decode('mbcs') + assert filename in cmd.filelist.files + else: + filename = filename.decode('utf-8') + assert filename in cmd.filelist.files + + @classmethod + def make_strings(cls, item): + if isinstance(item, dict): + return {key: cls.make_strings(value) for key, value in item.items()} + if isinstance(item, list): + return list(map(cls.make_strings, item)) + return str(item) + + @fail_on_latin1_encoded_filenames + @skip_under_xdist + def test_sdist_with_latin1_encoded_filename(self): + # Test for #303. + dist = Distribution(self.make_strings(SETUP_ATTRS)) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + + # Latin-1 filename + filename = os.path.join(b'sdist_test', Filenames.latin_1) + touch(filename) + assert os.path.isfile(filename) + + with quiet(): + cmd.run() + + # not all windows systems have a default FS encoding of cp1252 + if sys.platform == 'win32': + # Latin-1 is similar to Windows-1252 however + # on mbcs filesys it is not in latin-1 encoding + fs_enc = sys.getfilesystemencoding() + if fs_enc != 'mbcs': + fs_enc = 'latin-1' + filename = filename.decode(fs_enc) + + assert filename in cmd.filelist.files + else: + # The Latin-1 filename should have been skipped + filename = filename.decode('latin-1') + assert filename not in cmd.filelist.files + + _EXAMPLE_DIRECTIVES = { + "setup.cfg - long_description and version": """ + [metadata] + name = testing + version = file: src/VERSION.txt + license_files = DOWHATYOUWANT + long_description = file: README.rst, USAGE.rst + """, + "pyproject.toml - static readme/license files and dynamic version": """ + [project] + name = "testing" + readme = "USAGE.rst" + license-files = ["DOWHATYOUWANT"] + dynamic = ["version"] + [tool.setuptools.dynamic] + version = {file = ["src/VERSION.txt"]} + """, + "pyproject.toml - directive with str instead of list": """ + [project] + name = "testing" + readme = "USAGE.rst" + license-files = ["DOWHATYOUWANT"] + dynamic = ["version"] + [tool.setuptools.dynamic] + version = {file = "src/VERSION.txt"} + """, + "pyproject.toml - deprecated license table with file entry": """ + [project] + name = "testing" + readme = "USAGE.rst" + license = {file = "DOWHATYOUWANT"} + dynamic = ["version"] + [tool.setuptools.dynamic] + version = {file = "src/VERSION.txt"} + """, + } + + @pytest.mark.parametrize("config", _EXAMPLE_DIRECTIVES.keys()) + @pytest.mark.filterwarnings( + "ignore:.project.license. as a TOML table is deprecated" + ) + def test_add_files_referenced_by_config_directives(self, source_dir, config): + config_file, _, _ = config.partition(" - ") + config_text = self._EXAMPLE_DIRECTIVES[config] + (source_dir / 'src').mkdir() + (source_dir / 'src/VERSION.txt').write_text("0.42", encoding="utf-8") + (source_dir / 'README.rst').write_text("hello world!", encoding="utf-8") + (source_dir / 'USAGE.rst').write_text("hello world!", encoding="utf-8") + (source_dir / 'DOWHATYOUWANT').write_text("hello world!", encoding="utf-8") + (source_dir / config_file).write_text(config_text, encoding="utf-8") + + dist = Distribution({"packages": []}) + dist.script_name = 'setup.py' + dist.parse_config_files() + + cmd = sdist(dist) + cmd.ensure_finalized() + with quiet(): + cmd.run() + + assert ( + 'src/VERSION.txt' in cmd.filelist.files + or 'src\\VERSION.txt' in cmd.filelist.files + ) + assert 'USAGE.rst' in cmd.filelist.files + assert 'DOWHATYOUWANT' in cmd.filelist.files + assert '/' not in cmd.filelist.files + assert '\\' not in cmd.filelist.files + + def test_pyproject_toml_in_sdist(self, source_dir): + """ + Check if pyproject.toml is included in source distribution if present + """ + touch(source_dir / 'pyproject.toml') + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + with quiet(): + cmd.run() + manifest = cmd.filelist.files + assert 'pyproject.toml' in manifest + + def test_pyproject_toml_excluded(self, source_dir): + """ + Check that pyproject.toml can excluded even if present + """ + touch(source_dir / 'pyproject.toml') + with open('MANIFEST.in', 'w', encoding="utf-8") as mts: + print('exclude pyproject.toml', file=mts) + dist = Distribution(SETUP_ATTRS) + dist.script_name = 'setup.py' + cmd = sdist(dist) + cmd.ensure_finalized() + with quiet(): + cmd.run() + manifest = cmd.filelist.files + assert 'pyproject.toml' not in manifest + + def test_build_subcommand_source_files(self, source_dir): + touch(source_dir / '.myfile~') + + # Sanity check: without custom commands file list should not be affected + dist = Distribution({**SETUP_ATTRS, "script_name": "setup.py"}) + cmd = sdist(dist) + cmd.ensure_finalized() + with quiet(): + cmd.run() + manifest = cmd.filelist.files + assert '.myfile~' not in manifest + + # Test: custom command should be able to augment file list + dist = Distribution({**SETUP_ATTRS, "script_name": "setup.py"}) + build = dist.get_command_obj("build") + build.sub_commands = [*build.sub_commands, ("build_custom", None)] + + class build_custom(Command): + def initialize_options(self): ... + + def finalize_options(self): ... + + def run(self): ... + + def get_source_files(self): + return ['.myfile~'] + + dist.cmdclass.update(build_custom=build_custom) + + cmd = sdist(dist) + cmd.use_defaults = True + cmd.ensure_finalized() + with quiet(): + cmd.run() + manifest = cmd.filelist.files + assert '.myfile~' in manifest + + @pytest.mark.skipif("os.environ.get('SETUPTOOLS_USE_DISTUTILS') == 'stdlib'") + def test_build_base_pathlib(self, source_dir): + """ + Ensure if build_base is a pathlib.Path, the build still succeeds. + """ + dist = Distribution({ + **SETUP_ATTRS, + "script_name": "setup.py", + "options": {"build": {"build_base": pathlib.Path('build')}}, + }) + cmd = sdist(dist) + cmd.ensure_finalized() + with quiet(): + cmd.run() + + +def test_default_revctrl(): + """ + When _default_revctrl was removed from the `setuptools.command.sdist` + module in 10.0, it broke some systems which keep an old install of + setuptools (Distribute) around. Those old versions require that the + setuptools package continue to implement that interface, so this + function provides that interface, stubbed. See #320 for details. + + This interface must be maintained until Ubuntu 12.04 is no longer + supported (by Setuptools). + """ + (ep,) = metadata.EntryPoints._from_text( + """ + [setuptools.file_finders] + svn_cvs = setuptools.command.sdist:_default_revctrl + """ + ) + res = ep.load() + assert hasattr(res, '__iter__') + + +class TestRegressions: + """ + Can be removed/changed if the project decides to change how it handles symlinks + or external files. + """ + + @staticmethod + def files_for_symlink_in_extension_depends(tmp_path, dep_path): + return { + "external": { + "dir": {"file.h": ""}, + }, + "project": { + "setup.py": cleandoc( + f""" + from setuptools import Extension, setup + setup( + name="myproj", + version="42", + ext_modules=[ + Extension( + "hello", sources=["hello.pyx"], + depends=[{dep_path!r}] + ) + ], + ) + """ + ), + "hello.pyx": "", + "MANIFEST.in": "global-include *.h", + }, + } + + @pytest.mark.parametrize( + "dep_path", ("myheaders/dir/file.h", "myheaders/dir/../dir/file.h") + ) + def test_symlink_in_extension_depends(self, monkeypatch, tmp_path, dep_path): + # Given a project with a symlinked dir and a "depends" targeting that dir + files = self.files_for_symlink_in_extension_depends(tmp_path, dep_path) + jaraco.path.build(files, prefix=str(tmp_path)) + symlink_or_skip_test(tmp_path / "external", tmp_path / "project/myheaders") + + # When `sdist` runs, there should be no error + members = run_sdist(monkeypatch, tmp_path / "project") + # and the sdist should contain the symlinked files + for expected in ( + "myproj-42/hello.pyx", + "myproj-42/myheaders/dir/file.h", + ): + assert expected in members + + @staticmethod + def files_for_external_path_in_extension_depends(tmp_path, dep_path): + head, _, tail = dep_path.partition("$tmp_path$/") + dep_path = tmp_path / tail if tail else head + + return { + "external": { + "dir": {"file.h": ""}, + }, + "project": { + "setup.py": cleandoc( + f""" + from setuptools import Extension, setup + setup( + name="myproj", + version="42", + ext_modules=[ + Extension( + "hello", sources=["hello.pyx"], + depends=[{str(dep_path)!r}] + ) + ], + ) + """ + ), + "hello.pyx": "", + "MANIFEST.in": "global-include *.h", + }, + } + + @pytest.mark.parametrize( + "dep_path", ("$tmp_path$/external/dir/file.h", "../external/dir/file.h") + ) + def test_external_path_in_extension_depends(self, monkeypatch, tmp_path, dep_path): + # Given a project with a "depends" targeting an external dir + files = self.files_for_external_path_in_extension_depends(tmp_path, dep_path) + jaraco.path.build(files, prefix=str(tmp_path)) + # When `sdist` runs, there should be no error + members = run_sdist(monkeypatch, tmp_path / "project") + # and the sdist should not contain the external file + for name in members: + assert "file.h" not in name + + +def run_sdist(monkeypatch, project): + """Given a project directory, run the sdist and return its contents""" + monkeypatch.chdir(project) + with quiet(): + run_setup("setup.py", ["sdist"]) + + archive = next((project / "dist").glob("*.tar.gz")) + with tarfile.open(str(archive)) as tar: + return set(tar.getnames()) + + +def test_sanity_check_setuptools_own_sdist(setuptools_sdist): + with tarfile.open(setuptools_sdist) as tar: + files = tar.getnames() + + # setuptools sdist should not include the .tox folder + tox_files = [name for name in files if ".tox" in name] + assert len(tox_files) == 0, f"not empty {tox_files}" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_setopt.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_setopt.py new file mode 100644 index 0000000..ccf2561 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_setopt.py @@ -0,0 +1,40 @@ +import configparser + +from setuptools.command import setopt + + +class TestEdit: + @staticmethod + def parse_config(filename): + parser = configparser.ConfigParser() + with open(filename, encoding='utf-8') as reader: + parser.read_file(reader) + return parser + + @staticmethod + def write_text(file, content): + with open(file, 'wb') as strm: + strm.write(content.encode('utf-8')) + + def test_utf8_encoding_retained(self, tmpdir): + """ + When editing a file, non-ASCII characters encoded in + UTF-8 should be retained. + """ + config = tmpdir.join('setup.cfg') + self.write_text(str(config), '[names]\njaraco=джарако') + setopt.edit_config(str(config), dict(names=dict(other='yes'))) + parser = self.parse_config(str(config)) + assert parser.get('names', 'jaraco') == 'джарако' + assert parser.get('names', 'other') == 'yes' + + def test_case_retained(self, tmpdir): + """ + When editing a file, case of keys should be retained. + """ + config = tmpdir.join('setup.cfg') + self.write_text(str(config), '[names]\nFoO=bAr') + setopt.edit_config(str(config), dict(names=dict(oTher='yes'))) + actual = config.read_text(encoding='ascii') + assert 'FoO' in actual + assert 'oTher' in actual diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py new file mode 100644 index 0000000..1d56e1a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_setuptools.py @@ -0,0 +1,290 @@ +"""Tests for the 'setuptools' package""" + +import os +import re +import sys +from zipfile import ZipFile + +import pytest +from packaging.version import Version + +import setuptools +import setuptools.depends as dep +import setuptools.dist +from setuptools.depends import Require + +import distutils.cmd +import distutils.core +from distutils.core import Extension +from distutils.errors import DistutilsSetupError + + +@pytest.fixture(autouse=True) +def isolated_dir(tmpdir_cwd): + return + + +def makeSetup(**args): + """Return distribution from 'setup(**args)', without executing commands""" + + distutils.core._setup_stop_after = "commandline" + + # Don't let system command line leak into tests! + args.setdefault('script_args', ['install']) + + try: + return setuptools.setup(**args) + finally: + distutils.core._setup_stop_after = None + + +needs_bytecode = pytest.mark.skipif( + not hasattr(dep, 'get_module_constant'), + reason="bytecode support not available", +) + + +class TestDepends: + def testExtractConst(self): + if not hasattr(dep, 'extract_constant'): + # skip on non-bytecode platforms + return + + def f1(): + global x, y, z + x = "test" + y = z # pyright: ignore[reportUnboundVariable] # Explicitly testing for this runtime issue + + fc = f1.__code__ + + # unrecognized name + assert dep.extract_constant(fc, 'q', -1) is None + + # constant assigned + assert dep.extract_constant(fc, 'x', -1) == "test" + + # expression assigned + assert dep.extract_constant(fc, 'y', -1) == -1 + + # recognized name, not assigned + assert dep.extract_constant(fc, 'z', -1) is None + + def testFindModule(self): + with pytest.raises(ImportError): + dep.find_module('no-such.-thing') + with pytest.raises(ImportError): + dep.find_module('setuptools.non-existent') + f, _p, _i = dep.find_module('setuptools.tests') + f.close() + + @needs_bytecode + def testModuleExtract(self): + from json import __version__ + + assert dep.get_module_constant('json', '__version__') == __version__ + assert dep.get_module_constant('sys', 'version') == sys.version + assert ( + dep.get_module_constant('setuptools.tests.test_setuptools', '__doc__') + == __doc__ + ) + + @needs_bytecode + def testRequire(self): + req = Require('Json', '1.0.3', 'json') + + assert req.name == 'Json' + assert req.module == 'json' + assert req.requested_version == Version('1.0.3') + assert req.attribute == '__version__' + assert req.full_name() == 'Json-1.0.3' + + from json import __version__ + + assert str(req.get_version()) == __version__ + assert req.version_ok('1.0.9') + assert not req.version_ok('0.9.1') + assert not req.version_ok('unknown') + + assert req.is_present() + assert req.is_current() + + req = Require('Do-what-I-mean', '1.0', 'd-w-i-m') + assert not req.is_present() + assert not req.is_current() + + @needs_bytecode + def test_require_present(self): + # In #1896, this test was failing for months with the only + # complaint coming from test runners (not end users). + # TODO: Evaluate if this code is needed at all. + req = Require('Tests', None, 'tests', homepage="http://example.com") + assert req.format is None + assert req.attribute is None + assert req.requested_version is None + assert req.full_name() == 'Tests' + assert req.homepage == 'http://example.com' + + from setuptools.tests import __path__ + + paths = [os.path.dirname(p) for p in __path__] + assert req.is_present(paths) + assert req.is_current(paths) + + +class TestDistro: + def setup_method(self, method): + self.e1 = Extension('bar.ext', ['bar.c']) + self.e2 = Extension('c.y', ['y.c']) + + self.dist = makeSetup( + packages=['a', 'a.b', 'a.b.c', 'b', 'c'], + py_modules=['b.d', 'x'], + ext_modules=(self.e1, self.e2), + package_dir={}, + ) + + def testDistroType(self): + assert isinstance(self.dist, setuptools.dist.Distribution) + + def testExcludePackage(self): + self.dist.exclude_package('a') + assert self.dist.packages == ['b', 'c'] + + self.dist.exclude_package('b') + assert self.dist.packages == ['c'] + assert self.dist.py_modules == ['x'] + assert self.dist.ext_modules == [self.e1, self.e2] + + self.dist.exclude_package('c') + assert self.dist.packages == [] + assert self.dist.py_modules == ['x'] + assert self.dist.ext_modules == [self.e1] + + # test removals from unspecified options + makeSetup().exclude_package('x') + + def testIncludeExclude(self): + # remove an extension + self.dist.exclude(ext_modules=[self.e1]) + assert self.dist.ext_modules == [self.e2] + + # add it back in + self.dist.include(ext_modules=[self.e1]) + assert self.dist.ext_modules == [self.e2, self.e1] + + # should not add duplicate + self.dist.include(ext_modules=[self.e1]) + assert self.dist.ext_modules == [self.e2, self.e1] + + def testExcludePackages(self): + self.dist.exclude(packages=['c', 'b', 'a']) + assert self.dist.packages == [] + assert self.dist.py_modules == ['x'] + assert self.dist.ext_modules == [self.e1] + + def testEmpty(self): + dist = makeSetup() + dist.include(packages=['a'], py_modules=['b'], ext_modules=[self.e2]) + dist = makeSetup() + dist.exclude(packages=['a'], py_modules=['b'], ext_modules=[self.e2]) + + def testContents(self): + assert self.dist.has_contents_for('a') + self.dist.exclude_package('a') + assert not self.dist.has_contents_for('a') + + assert self.dist.has_contents_for('b') + self.dist.exclude_package('b') + assert not self.dist.has_contents_for('b') + + assert self.dist.has_contents_for('c') + self.dist.exclude_package('c') + assert not self.dist.has_contents_for('c') + + def testInvalidIncludeExclude(self): + with pytest.raises(DistutilsSetupError): + self.dist.include(nonexistent_option='x') + with pytest.raises(DistutilsSetupError): + self.dist.exclude(nonexistent_option='x') + with pytest.raises(DistutilsSetupError): + self.dist.include(packages={'x': 'y'}) + with pytest.raises(DistutilsSetupError): + self.dist.exclude(packages={'x': 'y'}) + with pytest.raises(DistutilsSetupError): + self.dist.include(ext_modules={'x': 'y'}) + with pytest.raises(DistutilsSetupError): + self.dist.exclude(ext_modules={'x': 'y'}) + + with pytest.raises(DistutilsSetupError): + self.dist.include(package_dir=['q']) + with pytest.raises(DistutilsSetupError): + self.dist.exclude(package_dir=['q']) + + +@pytest.fixture +def example_source(tmpdir): + tmpdir.mkdir('foo') + (tmpdir / 'foo/bar.py').write('') + (tmpdir / 'readme.txt').write('') + return tmpdir + + +def test_findall(example_source): + found = list(setuptools.findall(str(example_source))) + expected = ['readme.txt', 'foo/bar.py'] + expected = [example_source.join(fn) for fn in expected] + assert found == expected + + +def test_findall_curdir(example_source): + with example_source.as_cwd(): + found = list(setuptools.findall()) + expected = ['readme.txt', os.path.join('foo', 'bar.py')] + assert found == expected + + +@pytest.fixture +def can_symlink(tmpdir): + """ + Skip if cannot create a symbolic link + """ + link_fn = 'link' + target_fn = 'target' + try: + os.symlink(target_fn, link_fn) + except (OSError, NotImplementedError, AttributeError): + pytest.skip("Cannot create symbolic links") + os.remove(link_fn) + + +@pytest.mark.usefixtures("can_symlink") +def test_findall_missing_symlink(tmpdir): + with tmpdir.as_cwd(): + os.symlink('foo', 'bar') + found = list(setuptools.findall()) + assert found == [] + + +@pytest.mark.xfail(reason="unable to exclude tests; #4475 #3260") +def test_its_own_wheel_does_not_contain_tests(setuptools_wheel): + with ZipFile(setuptools_wheel) as zipfile: + contents = [f.replace(os.sep, '/') for f in zipfile.namelist()] + + for member in contents: + assert '/tests/' not in member + + +def test_wheel_includes_cli_scripts(setuptools_wheel): + with ZipFile(setuptools_wheel) as zipfile: + contents = [f.replace(os.sep, '/') for f in zipfile.namelist()] + + assert any('cli-64.exe' in member for member in contents) + + +def test_wheel_includes_vendored_metadata(setuptools_wheel): + with ZipFile(setuptools_wheel) as zipfile: + contents = [f.replace(os.sep, '/') for f in zipfile.namelist()] + + assert any( + re.search(r'_vendor/.*\.dist-info/METADATA', member) for member in contents + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py new file mode 100644 index 0000000..74ff7e9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_shutil_wrapper.py @@ -0,0 +1,23 @@ +import stat +import sys +from unittest.mock import Mock + +from setuptools import _shutil + + +def test_rmtree_readonly(monkeypatch, tmp_path): + """Verify onerr works as expected""" + + tmp_dir = tmp_path / "with_readonly" + tmp_dir.mkdir() + some_file = tmp_dir.joinpath("file.txt") + some_file.touch() + some_file.chmod(stat.S_IREAD) + + expected_count = 1 if sys.platform.startswith("win") else 0 + chmod_fn = Mock(wraps=_shutil.attempt_chmod_verbose) + monkeypatch.setattr(_shutil, "attempt_chmod_verbose", chmod_fn) + + _shutil.rmtree(tmp_dir) + assert chmod_fn.call_count == expected_count + assert not tmp_dir.is_dir() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py new file mode 100644 index 0000000..a24a9bd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_unicode_utils.py @@ -0,0 +1,10 @@ +from setuptools import unicode_utils + + +def test_filesys_decode_fs_encoding_is_None(monkeypatch): + """ + Test filesys_decode does not raise TypeError when + getfilesystemencoding returns None. + """ + monkeypatch.setattr('sys.getfilesystemencoding', lambda: None) + unicode_utils.filesys_decode(b'test') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py new file mode 100644 index 0000000..b02949b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_virtualenv.py @@ -0,0 +1,113 @@ +import os +import subprocess +import sys +from urllib.error import URLError +from urllib.request import urlopen + +import pytest + + +@pytest.fixture(autouse=True) +def pytest_virtualenv_works(venv): + """ + pytest_virtualenv may not work. if it doesn't, skip these + tests. See #1284. + """ + venv_prefix = venv.run(["python", "-c", "import sys; print(sys.prefix)"]).strip() + if venv_prefix == sys.prefix: + pytest.skip("virtualenv is broken (see pypa/setuptools#1284)") + + +def test_clean_env_install(venv_without_setuptools, setuptools_wheel): + """ + Check setuptools can be installed in a clean environment. + """ + cmd = ["python", "-m", "pip", "install", str(setuptools_wheel)] + venv_without_setuptools.run(cmd) + + +def access_pypi(): + # Detect if tests are being run without connectivity + if not os.environ.get('NETWORK_REQUIRED', False): # pragma: nocover + try: + urlopen('https://pypi.org', timeout=1) + except URLError: + # No network, disable most of these tests + return False + + return True + + +@pytest.mark.skipif( + 'platform.python_implementation() == "PyPy"', + reason="https://github.com/pypa/setuptools/pull/2865#issuecomment-965834995", +) +@pytest.mark.skipif(not access_pypi(), reason="no network") +# ^-- Even when it is not necessary to install a different version of `pip` +# the build process will still try to download `wheel`, see #3147 and #2986. +@pytest.mark.parametrize( + 'pip_version', + [ + None, + pytest.param( + 'pip<20.1', + marks=pytest.mark.xfail( + 'sys.version_info >= (3, 12)', + reason="pip 23.1.2 required for Python 3.12 and later", + ), + ), + pytest.param( + 'pip<21', + marks=pytest.mark.xfail( + 'sys.version_info >= (3, 12)', + reason="pip 23.1.2 required for Python 3.12 and later", + ), + ), + pytest.param( + 'pip<22', + marks=pytest.mark.xfail( + 'sys.version_info >= (3, 12)', + reason="pip 23.1.2 required for Python 3.12 and later", + ), + ), + pytest.param( + 'pip<23', + marks=pytest.mark.xfail( + 'sys.version_info >= (3, 12)', + reason="pip 23.1.2 required for Python 3.12 and later", + ), + ), + pytest.param( + 'https://github.com/pypa/pip/archive/main.zip', + marks=pytest.mark.xfail(reason='#2975'), + ), + ], +) +def test_pip_upgrade_from_source( + pip_version, venv_without_setuptools, setuptools_wheel, setuptools_sdist +): + """ + Check pip can upgrade setuptools from source. + """ + # Install pip/wheel, in a venv without setuptools (as it + # should not be needed for bootstrapping from source) + venv = venv_without_setuptools + venv.run(["pip", "install", "-U", "wheel"]) + if pip_version is not None: + venv.run(["python", "-m", "pip", "install", "-U", pip_version, "--retries=1"]) + with pytest.raises(subprocess.CalledProcessError): + # Meta-test to make sure setuptools is not installed + venv.run(["python", "-c", "import setuptools"]) + + # Then install from wheel. + venv.run(["pip", "install", str(setuptools_wheel)]) + # And finally try to upgrade from source. + venv.run(["pip", "install", "--no-cache-dir", "--upgrade", str(setuptools_sdist)]) + + +def test_no_missing_dependencies(bare_venv, request): + """ + Quick and dirty test to ensure all external dependencies are vendored. + """ + setuptools_dir = request.config.rootdir + bare_venv.run(['python', 'setup.py', '--help'], cwd=setuptools_dir) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_warnings.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_warnings.py new file mode 100644 index 0000000..41193d4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_warnings.py @@ -0,0 +1,106 @@ +from inspect import cleandoc + +import pytest + +from setuptools.warnings import SetuptoolsDeprecationWarning, SetuptoolsWarning + +_EXAMPLES = { + "default": dict( + args=("Hello {x}", "\n\t{target} {v:.1f}"), + kwargs={"x": 5, "v": 3, "target": "World"}, + expected=""" + Hello 5 + !! + + ******************************************************************************** + World 3.0 + ******************************************************************************** + + !! + """, + ), + "futue_due_date": dict( + args=("Summary", "Lorem ipsum"), + kwargs={"due_date": (9999, 11, 22)}, + expected=""" + Summary + !! + + ******************************************************************************** + Lorem ipsum + + By 9999-Nov-22, you need to update your project and remove deprecated calls + or your builds will no longer be supported. + ******************************************************************************** + + !! + """, + ), + "past_due_date_with_docs": dict( + args=("Summary", "Lorem ipsum"), + kwargs={"due_date": (2000, 11, 22), "see_docs": "some_page.html"}, + expected=""" + Summary + !! + + ******************************************************************************** + Lorem ipsum + + This deprecation is overdue, please update your project and remove deprecated + calls to avoid build errors in the future. + + See https://setuptools.pypa.io/en/latest/some_page.html for details. + ******************************************************************************** + + !! + """, + ), +} + + +@pytest.mark.parametrize("example_name", _EXAMPLES.keys()) +def test_formatting(monkeypatch, example_name): + """ + It should automatically handle indentation, interpolation and things like due date. + """ + args = _EXAMPLES[example_name]["args"] + kwargs = _EXAMPLES[example_name]["kwargs"] + expected = _EXAMPLES[example_name]["expected"] + + monkeypatch.setenv("SETUPTOOLS_ENFORCE_DEPRECATION", "false") + with pytest.warns(SetuptoolsWarning) as warn_info: + SetuptoolsWarning.emit(*args, **kwargs) + assert _get_message(warn_info) == cleandoc(expected) + + +def test_due_date_enforcement(monkeypatch): + class _MyDeprecation(SetuptoolsDeprecationWarning): + _SUMMARY = "Summary" + _DETAILS = "Lorem ipsum" + _DUE_DATE = (2000, 11, 22) + _SEE_DOCS = "some_page.html" + + monkeypatch.setenv("SETUPTOOLS_ENFORCE_DEPRECATION", "true") + with pytest.raises(SetuptoolsDeprecationWarning) as exc_info: + _MyDeprecation.emit() + + expected = """ + Summary + !! + + ******************************************************************************** + Lorem ipsum + + This deprecation is overdue, please update your project and remove deprecated + calls to avoid build errors in the future. + + See https://setuptools.pypa.io/en/latest/some_page.html for details. + ******************************************************************************** + + !! + """ + assert str(exc_info.value) == cleandoc(expected) + + +def _get_message(warn_info): + return next(warn.message.args[0] for warn in warn_info) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_wheel.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_wheel.py new file mode 100644 index 0000000..70165c6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_wheel.py @@ -0,0 +1,714 @@ +"""wheel tests""" + +from __future__ import annotations + +import contextlib +import glob +import inspect +import os +import pathlib +import shutil +import stat +import subprocess +import sys +import zipfile +from typing import Any + +import pytest +from jaraco import path +from packaging.tags import parse_tag +from packaging.utils import canonicalize_name + +from pkg_resources import PY_MAJOR, Distribution, PathMetadata +from setuptools.wheel import Wheel + +from .contexts import tempdir +from .textwrap import DALS + +from distutils.sysconfig import get_config_var +from distutils.util import get_platform + +WHEEL_INFO_TESTS = ( + ('invalid.whl', ValueError), + ( + 'simplewheel-2.0-1-py2.py3-none-any.whl', + { + 'project_name': 'simplewheel', + 'version': '2.0', + 'build': '1', + 'py_version': 'py2.py3', + 'abi': 'none', + 'platform': 'any', + }, + ), + ( + 'simple.dist-0.1-py2.py3-none-any.whl', + { + 'project_name': 'simple.dist', + 'version': '0.1', + 'build': None, + 'py_version': 'py2.py3', + 'abi': 'none', + 'platform': 'any', + }, + ), + ( + 'example_pkg_a-1-py3-none-any.whl', + { + 'project_name': 'example_pkg_a', + 'version': '1', + 'build': None, + 'py_version': 'py3', + 'abi': 'none', + 'platform': 'any', + }, + ), + ( + 'PyQt5-5.9-5.9.1-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl', + { + 'project_name': 'PyQt5', + 'version': '5.9', + 'build': '5.9.1', + 'py_version': 'cp35.cp36.cp37', + 'abi': 'abi3', + 'platform': 'manylinux1_x86_64', + }, + ), +) + + +@pytest.mark.parametrize( + ('filename', 'info'), WHEEL_INFO_TESTS, ids=[t[0] for t in WHEEL_INFO_TESTS] +) +def test_wheel_info(filename, info): + if inspect.isclass(info): + with pytest.raises(info): + Wheel(filename) + return + w = Wheel(filename) + assert {k: getattr(w, k) for k in info.keys()} == info + + +@contextlib.contextmanager +def build_wheel(extra_file_defs=None, **kwargs): + file_defs = { + 'setup.py': ( + DALS( + """ + # -*- coding: utf-8 -*- + from setuptools import setup + import setuptools + setup(**%r) + """ + ) + % kwargs + ).encode('utf-8'), + } + if extra_file_defs: + file_defs.update(extra_file_defs) + with tempdir() as source_dir: + path.build(file_defs, source_dir) + subprocess.check_call( + (sys.executable, 'setup.py', '-q', 'bdist_wheel'), cwd=source_dir + ) + yield glob.glob(os.path.join(source_dir, 'dist', '*.whl'))[0] + + +def tree_set(root): + contents = set() + for dirpath, dirnames, filenames in os.walk(root): + for filename in filenames: + contents.add(os.path.join(os.path.relpath(dirpath, root), filename)) + return contents + + +def flatten_tree(tree): + """Flatten nested dicts and lists into a full list of paths""" + output = set() + for node, contents in tree.items(): + if isinstance(contents, dict): + contents = flatten_tree(contents) + + for elem in contents: + if isinstance(elem, dict): + output |= {os.path.join(node, val) for val in flatten_tree(elem)} + else: + output.add(os.path.join(node, elem)) + return output + + +def format_install_tree(tree): + return { + x.format( + py_version=PY_MAJOR, + platform=get_platform(), + shlib_ext=get_config_var('EXT_SUFFIX') or get_config_var('SO'), + ) + for x in tree + } + + +def _check_wheel_install( + filename, install_dir, install_tree_includes, project_name, version, requires_txt +): + w = Wheel(filename) + egg_path = os.path.join(install_dir, w.egg_name()) + w.install_as_egg(egg_path) + if install_tree_includes is not None: + install_tree = format_install_tree(install_tree_includes) + exp = tree_set(install_dir) + assert install_tree.issubset(exp), install_tree - exp + + metadata = PathMetadata(egg_path, os.path.join(egg_path, 'EGG-INFO')) + dist = Distribution.from_filename(egg_path, metadata=metadata) + assert dist.project_name == project_name + assert dist.version == version + if requires_txt is None: + assert not dist.has_metadata('requires.txt') + else: + # Order must match to ensure reproducibility. + assert requires_txt == dist.get_metadata('requires.txt').lstrip() + + +class Record: + def __init__(self, id, **kwargs): + self._id = id + self._fields = kwargs + + def __repr__(self) -> str: + return f'{self._id}(**{self._fields!r})' + + +# Using Any to avoid possible type union issues later in test +# making a TypedDict is not worth in a test and anonymous/inline TypedDict are experimental +# https://github.com/python/mypy/issues/9884 +WHEEL_INSTALL_TESTS: tuple[dict[str, Any], ...] = ( + dict( + id='basic', + file_defs={'foo': {'__init__.py': ''}}, + setup_kwargs=dict( + packages=['foo'], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': { + 'EGG-INFO': ['PKG-INFO', 'RECORD', 'WHEEL', 'top_level.txt'], + 'foo': ['__init__.py'], + } + }), + ), + dict( + id='utf-8', + setup_kwargs=dict( + description='Description accentuée', + ), + ), + dict( + id='data', + file_defs={ + 'data.txt': DALS( + """ + Some data... + """ + ), + }, + setup_kwargs=dict( + data_files=[('data_dir', ['data.txt'])], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': { + 'EGG-INFO': ['PKG-INFO', 'RECORD', 'WHEEL', 'top_level.txt'], + 'data_dir': ['data.txt'], + } + }), + ), + dict( + id='extension', + file_defs={ + 'extension.c': DALS( + """ + #include "Python.h" + + #if PY_MAJOR_VERSION >= 3 + + static struct PyModuleDef moduledef = { + PyModuleDef_HEAD_INIT, + "extension", + NULL, + 0, + NULL, + NULL, + NULL, + NULL, + NULL + }; + + #define INITERROR return NULL + + PyMODINIT_FUNC PyInit_extension(void) + + #else + + #define INITERROR return + + void initextension(void) + + #endif + { + #if PY_MAJOR_VERSION >= 3 + PyObject *module = PyModule_Create(&moduledef); + #else + PyObject *module = Py_InitModule("extension", NULL); + #endif + if (module == NULL) + INITERROR; + #if PY_MAJOR_VERSION >= 3 + return module; + #endif + } + """ + ), + }, + setup_kwargs=dict( + ext_modules=[ + Record( + 'setuptools.Extension', name='extension', sources=['extension.c'] + ) + ], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}-{platform}.egg': [ + 'extension{shlib_ext}', + { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'top_level.txt', + ] + }, + ] + }), + ), + dict( + id='header', + file_defs={ + 'header.h': DALS( + """ + """ + ), + }, + setup_kwargs=dict( + headers=['header.h'], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': [ + 'header.h', + { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'top_level.txt', + ] + }, + ] + }), + ), + dict( + id='script', + file_defs={ + 'script.py': DALS( + """ + #/usr/bin/python + print('hello world!') + """ + ), + 'script.sh': DALS( + """ + #/bin/sh + echo 'hello world!' + """ + ), + }, + setup_kwargs=dict( + scripts=['script.py', 'script.sh'], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'top_level.txt', + {'scripts': ['script.py', 'script.sh']}, + ] + } + }), + ), + dict( + id='requires1', + install_requires='foobar==2.0', + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'requires.txt', + 'top_level.txt', + ] + } + }), + requires_txt=DALS( + """ + foobar==2.0 + """ + ), + ), + dict( + id='requires2', + install_requires=f""" + bar + foo<=2.0; {sys.platform!r} in sys_platform + """, + requires_txt=DALS( + """ + bar + foo<=2.0 + """ + ), + ), + dict( + id='requires3', + install_requires=f""" + bar; {sys.platform!r} != sys_platform + """, + ), + dict( + id='requires4', + install_requires=""" + foo + """, + extras_require={ + 'extra': 'foobar>3', + }, + requires_txt=DALS( + """ + foo + + [extra] + foobar>3 + """ + ), + ), + dict( + id='requires5', + extras_require={ + 'extra': f'foobar; {sys.platform!r} != sys_platform', + }, + requires_txt=DALS( + """ + [extra] + """ + ), + ), + dict( + id='requires_ensure_order', + install_requires=""" + foo + bar + baz + qux + """, + extras_require={ + 'extra': """ + foobar>3 + barbaz>4 + bazqux>5 + quxzap>6 + """, + }, + requires_txt=DALS( + """ + foo + bar + baz + qux + + [extra] + foobar>3 + barbaz>4 + bazqux>5 + quxzap>6 + """ + ), + ), + dict( + id='namespace_package', + file_defs={ + 'foo': { + 'bar': {'__init__.py': ''}, + }, + }, + setup_kwargs=dict( + namespace_packages=['foo'], + packages=['foo.bar'], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': [ + 'foo-1.0-py{py_version}-nspkg.pth', + { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'namespace_packages.txt', + 'top_level.txt', + ] + }, + { + 'foo': [ + '__init__.py', + {'bar': ['__init__.py']}, + ] + }, + ] + }), + ), + dict( + id='empty_namespace_package', + file_defs={ + 'foobar': { + '__init__.py': ( + "__import__('pkg_resources').declare_namespace(__name__)" + ) + }, + }, + setup_kwargs=dict( + namespace_packages=['foobar'], + packages=['foobar'], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': [ + 'foo-1.0-py{py_version}-nspkg.pth', + { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'namespace_packages.txt', + 'top_level.txt', + ] + }, + { + 'foobar': [ + '__init__.py', + ] + }, + ] + }), + ), + dict( + id='data_in_package', + file_defs={ + 'foo': { + '__init__.py': '', + 'data_dir': { + 'data.txt': DALS( + """ + Some data... + """ + ), + }, + } + }, + setup_kwargs=dict( + packages=['foo'], + data_files=[('foo/data_dir', ['foo/data_dir/data.txt'])], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'top_level.txt', + ], + 'foo': [ + '__init__.py', + { + 'data_dir': [ + 'data.txt', + ] + }, + ], + } + }), + ), +) + + +@pytest.mark.parametrize( + 'params', + WHEEL_INSTALL_TESTS, + ids=[params['id'] for params in WHEEL_INSTALL_TESTS], +) +def test_wheel_install(params): + project_name = params.get('name', 'foo') + version = params.get('version', '1.0') + install_requires = params.get('install_requires', []) + extras_require = params.get('extras_require', {}) + requires_txt = params.get('requires_txt', None) + install_tree = params.get('install_tree') + file_defs = params.get('file_defs', {}) + setup_kwargs = params.get('setup_kwargs', {}) + with ( + build_wheel( + name=project_name, + version=version, + install_requires=install_requires, + extras_require=extras_require, + extra_file_defs=file_defs, + **setup_kwargs, + ) as filename, + tempdir() as install_dir, + ): + _check_wheel_install( + filename, install_dir, install_tree, project_name, version, requires_txt + ) + + +def test_wheel_install_pep_503(): + project_name = 'Foo_Bar' # PEP 503 canonicalized name is "foo-bar" + version = '1.0' + with ( + build_wheel( + name=project_name, + version=version, + ) as filename, + tempdir() as install_dir, + ): + new_filename = filename.replace(project_name, canonicalize_name(project_name)) + shutil.move(filename, new_filename) + _check_wheel_install( + new_filename, + install_dir, + None, + canonicalize_name(project_name), + version, + None, + ) + + +def test_wheel_no_dist_dir(): + project_name = 'nodistinfo' + version = '1.0' + wheel_name = f'{project_name}-{version}-py2.py3-none-any.whl' + with tempdir() as source_dir: + wheel_path = os.path.join(source_dir, wheel_name) + # create an empty zip file + zipfile.ZipFile(wheel_path, 'w').close() + with tempdir() as install_dir: + with pytest.raises(ValueError): + _check_wheel_install( + wheel_path, install_dir, None, project_name, version, None + ) + + +def test_wheel_is_compatible(monkeypatch): + def sys_tags(): + return { + (t.interpreter, t.abi, t.platform) + for t in parse_tag('cp36-cp36m-manylinux1_x86_64') + } + + monkeypatch.setattr('setuptools.wheel._get_supported_tags', sys_tags) + assert Wheel('onnxruntime-0.1.2-cp36-cp36m-manylinux1_x86_64.whl').is_compatible() + + +def test_wheel_mode(): + @contextlib.contextmanager + def build_wheel(extra_file_defs=None, **kwargs): + file_defs = { + 'setup.py': ( + DALS( + """ + # -*- coding: utf-8 -*- + from setuptools import setup + import setuptools + setup(**%r) + """ + ) + % kwargs + ).encode('utf-8'), + } + if extra_file_defs: + file_defs.update(extra_file_defs) + with tempdir() as source_dir: + path.build(file_defs, source_dir) + runsh = pathlib.Path(source_dir) / "script.sh" + os.chmod(runsh, 0o777) + subprocess.check_call( + (sys.executable, 'setup.py', '-q', 'bdist_wheel'), cwd=source_dir + ) + yield glob.glob(os.path.join(source_dir, 'dist', '*.whl'))[0] + + params = dict( + id='script', + file_defs={ + 'script.py': DALS( + """ + #/usr/bin/python + print('hello world!') + """ + ), + 'script.sh': DALS( + """ + #/bin/sh + echo 'hello world!' + """ + ), + }, + setup_kwargs=dict( + scripts=['script.py', 'script.sh'], + ), + install_tree=flatten_tree({ + 'foo-1.0-py{py_version}.egg': { + 'EGG-INFO': [ + 'PKG-INFO', + 'RECORD', + 'WHEEL', + 'top_level.txt', + {'scripts': ['script.py', 'script.sh']}, + ] + } + }), + ) + + project_name = params.get('name', 'foo') + version = params.get('version', '1.0') + install_tree = params.get('install_tree') + file_defs = params.get('file_defs', {}) + setup_kwargs = params.get('setup_kwargs', {}) + + with ( + build_wheel( + name=project_name, + version=version, + install_requires=[], + extras_require={}, + extra_file_defs=file_defs, + **setup_kwargs, + ) as filename, + tempdir() as install_dir, + ): + _check_wheel_install( + filename, install_dir, install_tree, project_name, version, None + ) + w = Wheel(filename) + base = pathlib.Path(install_dir) / w.egg_name() + script_sh = base / "EGG-INFO" / "scripts" / "script.sh" + assert script_sh.exists() + if sys.platform != 'win32': + # Editable file mode has no effect on Windows + assert oct(stat.S_IMODE(script_sh.stat().st_mode)) == "0o777" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py new file mode 100644 index 0000000..f895485 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/test_windows_wrappers.py @@ -0,0 +1,259 @@ +""" +Python Script Wrapper for Windows +================================= + +setuptools includes wrappers for Python scripts that allows them to be +executed like regular windows programs. There are 2 wrappers, one +for command-line programs, cli.exe, and one for graphical programs, +gui.exe. These programs are almost identical, function pretty much +the same way, and are generated from the same source file. The +wrapper programs are used by copying them to the directory containing +the script they are to wrap and with the same name as the script they +are to wrap. +""" + +import pathlib +import platform +import subprocess +import sys +import textwrap + +import pytest + +import pkg_resources +from setuptools.command.easy_install import nt_quote_arg + +pytestmark = pytest.mark.skipif(sys.platform != 'win32', reason="Windows only") + + +class WrapperTester: + @classmethod + def prep_script(cls, template): + python_exe = nt_quote_arg(sys.executable) + return template % locals() + + @classmethod + def create_script(cls, tmpdir): + """ + Create a simple script, foo-script.py + + Note that the script starts with a Unix-style '#!' line saying which + Python executable to run. The wrapper will use this line to find the + correct Python executable. + """ + + script = cls.prep_script(cls.script_tmpl) + + with (tmpdir / cls.script_name).open('w') as f: + f.write(script) + + # also copy cli.exe to the sample directory + with (tmpdir / cls.wrapper_name).open('wb') as f: + w = pkg_resources.resource_string('setuptools', cls.wrapper_source) + f.write(w) + + +def win_launcher_exe(prefix): + """A simple routine to select launcher script based on platform.""" + assert prefix in ('cli', 'gui') + if platform.machine() == "ARM64": + return f"{prefix}-arm64.exe" + else: + return f"{prefix}-32.exe" + + +class TestCLI(WrapperTester): + script_name = 'foo-script.py' + wrapper_name = 'foo.exe' + wrapper_source = win_launcher_exe('cli') + + script_tmpl = textwrap.dedent( + """ + #!%(python_exe)s + import sys + input = repr(sys.stdin.read()) + print(sys.argv[0][-14:]) + print(sys.argv[1:]) + print(input) + if __debug__: + print('non-optimized') + """ + ).lstrip() + + def test_basic(self, tmpdir): + """ + When the copy of cli.exe, foo.exe in this example, runs, it examines + the path name it was run with and computes a Python script path name + by removing the '.exe' suffix and adding the '-script.py' suffix. (For + GUI programs, the suffix '-script.pyw' is added.) This is why we + named out script the way we did. Now we can run out script by running + the wrapper: + + This example was a little pathological in that it exercised windows + (MS C runtime) quoting rules: + + - Strings containing spaces are surrounded by double quotes. + + - Double quotes in strings need to be escaped by preceding them with + back slashes. + + - One or more backslashes preceding double quotes need to be escaped + by preceding each of them with back slashes. + """ + self.create_script(tmpdir) + cmd = [ + str(tmpdir / 'foo.exe'), + 'arg1', + 'arg 2', + 'arg "2\\"', + 'arg 4\\', + 'arg5 a\\\\b', + ] + proc = subprocess.Popen( + cmd, + stdout=subprocess.PIPE, + stdin=subprocess.PIPE, + text=True, + encoding="utf-8", + ) + stdout, _stderr = proc.communicate('hello\nworld\n') + actual = stdout.replace('\r\n', '\n') + expected = textwrap.dedent( + r""" + \foo-script.py + ['arg1', 'arg 2', 'arg "2\\"', 'arg 4\\', 'arg5 a\\\\b'] + 'hello\nworld\n' + non-optimized + """ + ).lstrip() + assert actual == expected + + def test_symlink(self, tmpdir): + """ + Ensure that symlink for the foo.exe is working correctly. + """ + script_dir = tmpdir / "script_dir" + script_dir.mkdir() + self.create_script(script_dir) + symlink = pathlib.Path(tmpdir / "foo.exe") + symlink.symlink_to(script_dir / "foo.exe") + + cmd = [ + str(tmpdir / 'foo.exe'), + 'arg1', + 'arg 2', + 'arg "2\\"', + 'arg 4\\', + 'arg5 a\\\\b', + ] + proc = subprocess.Popen( + cmd, + stdout=subprocess.PIPE, + stdin=subprocess.PIPE, + text=True, + encoding="utf-8", + ) + stdout, _stderr = proc.communicate('hello\nworld\n') + actual = stdout.replace('\r\n', '\n') + expected = textwrap.dedent( + r""" + \foo-script.py + ['arg1', 'arg 2', 'arg "2\\"', 'arg 4\\', 'arg5 a\\\\b'] + 'hello\nworld\n' + non-optimized + """ + ).lstrip() + assert actual == expected + + def test_with_options(self, tmpdir): + """ + Specifying Python Command-line Options + -------------------------------------- + + You can specify a single argument on the '#!' line. This can be used + to specify Python options like -O, to run in optimized mode or -i + to start the interactive interpreter. You can combine multiple + options as usual. For example, to run in optimized mode and + enter the interpreter after running the script, you could use -Oi: + """ + self.create_script(tmpdir) + tmpl = textwrap.dedent( + """ + #!%(python_exe)s -Oi + import sys + input = repr(sys.stdin.read()) + print(sys.argv[0][-14:]) + print(sys.argv[1:]) + print(input) + if __debug__: + print('non-optimized') + sys.ps1 = '---' + """ + ).lstrip() + with (tmpdir / 'foo-script.py').open('w') as f: + f.write(self.prep_script(tmpl)) + cmd = [str(tmpdir / 'foo.exe')] + proc = subprocess.Popen( + cmd, + stdout=subprocess.PIPE, + stdin=subprocess.PIPE, + stderr=subprocess.STDOUT, + text=True, + encoding="utf-8", + ) + stdout, _stderr = proc.communicate() + actual = stdout.replace('\r\n', '\n') + expected = textwrap.dedent( + r""" + \foo-script.py + [] + '' + --- + """ + ).lstrip() + assert actual == expected + + +class TestGUI(WrapperTester): + """ + Testing the GUI Version + ----------------------- + """ + + script_name = 'bar-script.pyw' + wrapper_source = win_launcher_exe('gui') + wrapper_name = 'bar.exe' + + script_tmpl = textwrap.dedent( + """ + #!%(python_exe)s + import sys + f = open(sys.argv[1], 'wb') + bytes_written = f.write(repr(sys.argv[2]).encode('utf-8')) + f.close() + """ + ).strip() + + def test_basic(self, tmpdir): + """Test the GUI version with the simple script, bar-script.py""" + self.create_script(tmpdir) + + cmd = [ + str(tmpdir / 'bar.exe'), + str(tmpdir / 'test_output.txt'), + 'Test Argument', + ] + proc = subprocess.Popen( + cmd, + stdout=subprocess.PIPE, + stdin=subprocess.PIPE, + stderr=subprocess.STDOUT, + text=True, + encoding="utf-8", + ) + stdout, stderr = proc.communicate() + assert not stdout + assert not stderr + with (tmpdir / 'test_output.txt').open('rb') as f_out: + actual = f_out.read().decode('ascii') + assert actual == repr('Test Argument') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/text.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/text.py new file mode 100644 index 0000000..e05cc63 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/text.py @@ -0,0 +1,4 @@ +class Filenames: + unicode = 'smörbröd.py' + latin_1 = unicode.encode('latin-1') + utf_8 = unicode.encode('utf-8') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/tests/textwrap.py b/llmlab/lib/python3.12/site-packages/setuptools/tests/textwrap.py new file mode 100644 index 0000000..5e39618 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/tests/textwrap.py @@ -0,0 +1,6 @@ +import textwrap + + +def DALS(s): + "dedent and left-strip" + return textwrap.dedent(s).lstrip() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/unicode_utils.py b/llmlab/lib/python3.12/site-packages/setuptools/unicode_utils.py new file mode 100644 index 0000000..f502f5b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/unicode_utils.py @@ -0,0 +1,102 @@ +import sys +import unicodedata +from configparser import RawConfigParser + +from .compat import py39 +from .warnings import SetuptoolsDeprecationWarning + + +# HFS Plus uses decomposed UTF-8 +def decompose(path): + if isinstance(path, str): + return unicodedata.normalize('NFD', path) + try: + path = path.decode('utf-8') + path = unicodedata.normalize('NFD', path) + path = path.encode('utf-8') + except UnicodeError: + pass # Not UTF-8 + return path + + +def filesys_decode(path): + """ + Ensure that the given path is decoded, + ``None`` when no expected encoding works + """ + + if isinstance(path, str): + return path + + fs_enc = sys.getfilesystemencoding() or 'utf-8' + candidates = fs_enc, 'utf-8' + + for enc in candidates: + try: + return path.decode(enc) + except UnicodeDecodeError: + continue + + return None + + +def try_encode(string, enc): + "turn unicode encoding into a functional routine" + try: + return string.encode(enc) + except UnicodeEncodeError: + return None + + +def _read_utf8_with_fallback(file: str, fallback_encoding=py39.LOCALE_ENCODING) -> str: + """ + First try to read the file with UTF-8, if there is an error fallback to a + different encoding ("locale" by default). Returns the content of the file. + Also useful when reading files that might have been produced by an older version of + setuptools. + """ + try: + with open(file, "r", encoding="utf-8") as f: + return f.read() + except UnicodeDecodeError: # pragma: no cover + _Utf8EncodingNeeded.emit(file=file, fallback_encoding=fallback_encoding) + with open(file, "r", encoding=fallback_encoding) as f: + return f.read() + + +def _cfg_read_utf8_with_fallback( + cfg: RawConfigParser, file: str, fallback_encoding=py39.LOCALE_ENCODING +) -> None: + """Same idea as :func:`_read_utf8_with_fallback`, but for the + :meth:`RawConfigParser.read` method. + + This method may call ``cfg.clear()``. + """ + try: + cfg.read(file, encoding="utf-8") + except UnicodeDecodeError: # pragma: no cover + _Utf8EncodingNeeded.emit(file=file, fallback_encoding=fallback_encoding) + cfg.clear() + cfg.read(file, encoding=fallback_encoding) + + +class _Utf8EncodingNeeded(SetuptoolsDeprecationWarning): + _SUMMARY = """ + `encoding="utf-8"` fails with {file!r}, trying `encoding={fallback_encoding!r}`. + """ + + _DETAILS = """ + Fallback behavior for UTF-8 is considered **deprecated** and future versions of + `setuptools` 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? + # Will we be able to remove this? + # The question comes to mind mainly because of sdists that have been produced + # by old versions of setuptools and published to PyPI... diff --git a/llmlab/lib/python3.12/site-packages/setuptools/version.py b/llmlab/lib/python3.12/site-packages/setuptools/version.py new file mode 100644 index 0000000..ec253c4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/version.py @@ -0,0 +1,6 @@ +from ._importlib import metadata + +try: + __version__ = metadata.version('setuptools') or '0.dev0+unknown' +except Exception: + __version__ = '0.dev0+unknown' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/warnings.py b/llmlab/lib/python3.12/site-packages/setuptools/warnings.py new file mode 100644 index 0000000..9646778 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/warnings.py @@ -0,0 +1,110 @@ +"""Provide basic warnings used by setuptools modules. + +Using custom classes (other than ``UserWarning``) allow users to set +``PYTHONWARNINGS`` filters to run tests and prepare for upcoming changes in +setuptools. +""" + +from __future__ import annotations + +import os +import warnings +from datetime import date +from inspect import cleandoc +from textwrap import indent +from typing import TYPE_CHECKING + +if TYPE_CHECKING: + from typing_extensions import TypeAlias + +_DueDate: TypeAlias = tuple[int, int, int] # time tuple +_INDENT = 8 * " " +_TEMPLATE = f"""{80 * '*'}\n{{details}}\n{80 * '*'}""" + + +class SetuptoolsWarning(UserWarning): + """Base class in ``setuptools`` warning hierarchy.""" + + @classmethod + def emit( + cls, + summary: str | None = None, + details: str | None = None, + due_date: _DueDate | None = None, + see_docs: str | None = None, + see_url: str | None = None, + stacklevel: int = 2, + **kwargs, + ) -> None: + """Private: reserved for ``setuptools`` internal use only""" + # Default values: + summary_ = summary or getattr(cls, "_SUMMARY", None) or "" + details_ = details or getattr(cls, "_DETAILS", None) or "" + due_date = due_date or getattr(cls, "_DUE_DATE", None) + docs_ref = see_docs or getattr(cls, "_SEE_DOCS", None) + docs_url = docs_ref and f"https://setuptools.pypa.io/en/latest/{docs_ref}" + see_url = see_url or getattr(cls, "_SEE_URL", None) + due = date(*due_date) if due_date else None + + text = cls._format(summary_, details_, due, see_url or docs_url, kwargs) + if due and due < date.today() and _should_enforce(): + raise cls(text) + warnings.warn(text, cls, stacklevel=stacklevel + 1) + + @classmethod + def _format( + cls, + summary: str, + details: str, + due_date: date | None = None, + see_url: str | None = None, + format_args: dict | None = None, + ) -> str: + """Private: reserved for ``setuptools`` internal use only""" + today = date.today() + summary = cleandoc(summary).format_map(format_args or {}) + possible_parts = [ + cleandoc(details).format_map(format_args or {}), + ( + f"\nBy {due_date:%Y-%b-%d}, you need to update your project and remove " + "deprecated calls\nor your builds will no longer be supported." + if due_date and due_date > today + else None + ), + ( + "\nThis deprecation is overdue, please update your project and remove " + "deprecated\ncalls to avoid build errors in the future." + if due_date and due_date < today + else None + ), + (f"\nSee {see_url} for details." if see_url else None), + ] + parts = [x for x in possible_parts if x] + if parts: + body = indent(_TEMPLATE.format(details="\n".join(parts)), _INDENT) + return "\n".join([summary, "!!\n", body, "\n!!"]) + return summary + + +class InformationOnly(SetuptoolsWarning): + """Currently there is no clear way of displaying messages to the users + that use the setuptools backend directly via ``pip``. + The only thing that might work is a warning, although it is not the + most appropriate tool for the job... + + See pypa/packaging-problems#558. + """ + + +class SetuptoolsDeprecationWarning(SetuptoolsWarning): + """ + Base class for warning deprecations in ``setuptools`` + + This class is not derived from ``DeprecationWarning``, and as such is + visible by default. + """ + + +def _should_enforce(): + enforce = os.getenv("SETUPTOOLS_ENFORCE_DEPRECATION", "false").lower() + return enforce in ("true", "on", "ok", "1") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/wheel.py b/llmlab/lib/python3.12/site-packages/setuptools/wheel.py new file mode 100644 index 0000000..c7ca43b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/wheel.py @@ -0,0 +1,236 @@ +"""Wheels support.""" + +import contextlib +import email +import functools +import itertools +import os +import posixpath +import re +import zipfile + +from packaging.tags import sys_tags +from packaging.utils import canonicalize_name +from packaging.version import Version as parse_version + +import setuptools +from setuptools.archive_util import _unpack_zipfile_obj +from setuptools.command.egg_info import _egg_basename, write_requirements + +from .unicode_utils import _read_utf8_with_fallback + +from distutils.util import get_platform + +WHEEL_NAME = re.compile( + r"""^(?P.+?)-(?P\d.*?) + ((-(?P\d.*?))?-(?P.+?)-(?P.+?)-(?P.+?) + )\.whl$""", + re.VERBOSE, +).match + +NAMESPACE_PACKAGE_INIT = "__import__('pkg_resources').declare_namespace(__name__)\n" + + +@functools.cache +def _get_supported_tags(): + # We calculate the supported tags only once, otherwise calling + # this method on thousands of wheels takes seconds instead of + # milliseconds. + return {(t.interpreter, t.abi, t.platform) for t in sys_tags()} + + +def unpack(src_dir, dst_dir) -> None: + """Move everything under `src_dir` to `dst_dir`, and delete the former.""" + for dirpath, dirnames, filenames in os.walk(src_dir): + subdir = os.path.relpath(dirpath, src_dir) + for f in filenames: + src = os.path.join(dirpath, f) + dst = os.path.join(dst_dir, subdir, f) + os.renames(src, dst) + for n, d in reversed(list(enumerate(dirnames))): + src = os.path.join(dirpath, d) + dst = os.path.join(dst_dir, subdir, d) + if not os.path.exists(dst): + # Directory does not exist in destination, + # rename it and prune it from os.walk list. + os.renames(src, dst) + del dirnames[n] + # Cleanup. + for dirpath, dirnames, filenames in os.walk(src_dir, topdown=True): + assert not filenames + os.rmdir(dirpath) + + +@contextlib.contextmanager +def disable_info_traces(): + """ + Temporarily disable info traces. + """ + from distutils import log + + saved = log.set_threshold(log.WARN) + try: + yield + finally: + log.set_threshold(saved) + + +class Wheel: + def __init__(self, filename) -> None: + match = WHEEL_NAME(os.path.basename(filename)) + if match is None: + raise ValueError(f'invalid wheel name: {filename!r}') + self.filename = filename + for k, v in match.groupdict().items(): + setattr(self, k, v) + + def tags(self): + """List tags (py_version, abi, platform) supported by this wheel.""" + return itertools.product( + self.py_version.split('.'), + self.abi.split('.'), + self.platform.split('.'), + ) + + def is_compatible(self): + """Is the wheel compatible with the current platform?""" + return next((True for t in self.tags() if t in _get_supported_tags()), False) + + def egg_name(self): + return ( + _egg_basename( + self.project_name, + self.version, + platform=(None if self.platform == 'any' else get_platform()), + ) + + ".egg" + ) + + def get_dist_info(self, zf): + # find the correct name of the .dist-info dir in the wheel file + for member in zf.namelist(): + dirname = posixpath.dirname(member) + if dirname.endswith('.dist-info') and canonicalize_name(dirname).startswith( + canonicalize_name(self.project_name) + ): + return dirname + raise ValueError("unsupported wheel format. .dist-info not found") + + def install_as_egg(self, destination_eggdir) -> None: + """Install wheel as an egg directory.""" + with zipfile.ZipFile(self.filename) as zf: + self._install_as_egg(destination_eggdir, zf) + + def _install_as_egg(self, destination_eggdir, zf): + dist_basename = f'{self.project_name}-{self.version}' + dist_info = self.get_dist_info(zf) + dist_data = f'{dist_basename}.data' + egg_info = os.path.join(destination_eggdir, 'EGG-INFO') + + self._convert_metadata(zf, destination_eggdir, dist_info, egg_info) + self._move_data_entries(destination_eggdir, dist_data) + self._fix_namespace_packages(egg_info, destination_eggdir) + + @staticmethod + def _convert_metadata(zf, destination_eggdir, dist_info, egg_info): + import pkg_resources + + def get_metadata(name): + with zf.open(posixpath.join(dist_info, name)) as fp: + value = fp.read().decode('utf-8') + return email.parser.Parser().parsestr(value) + + wheel_metadata = get_metadata('WHEEL') + # Check wheel format version is supported. + wheel_version = parse_version(wheel_metadata.get('Wheel-Version')) + wheel_v1 = parse_version('1.0') <= wheel_version < parse_version('2.0dev0') + if not wheel_v1: + raise ValueError(f'unsupported wheel format version: {wheel_version}') + # Extract to target directory. + _unpack_zipfile_obj(zf, destination_eggdir) + # Convert metadata. + dist_info = os.path.join(destination_eggdir, dist_info) + dist = pkg_resources.Distribution.from_location( + destination_eggdir, + dist_info, + metadata=pkg_resources.PathMetadata(destination_eggdir, dist_info), + ) + + # Note: Evaluate and strip markers now, + # as it's difficult to convert back from the syntax: + # foobar; "linux" in sys_platform and extra == 'test' + def raw_req(req): + req.marker = None + return str(req) + + install_requires = list(map(raw_req, dist.requires())) + extras_require = { + extra: [ + req + for req in map(raw_req, dist.requires((extra,))) + if req not in install_requires + ] + for extra in dist.extras + } + os.rename(dist_info, egg_info) + os.rename( + os.path.join(egg_info, 'METADATA'), + os.path.join(egg_info, 'PKG-INFO'), + ) + setup_dist = setuptools.Distribution( + attrs=dict( + install_requires=install_requires, + extras_require=extras_require, + ), + ) + with disable_info_traces(): + write_requirements( + setup_dist.get_command_obj('egg_info'), + None, + os.path.join(egg_info, 'requires.txt'), + ) + + @staticmethod + def _move_data_entries(destination_eggdir, dist_data): + """Move data entries to their correct location.""" + dist_data = os.path.join(destination_eggdir, dist_data) + dist_data_scripts = os.path.join(dist_data, 'scripts') + if os.path.exists(dist_data_scripts): + egg_info_scripts = os.path.join(destination_eggdir, 'EGG-INFO', 'scripts') + os.mkdir(egg_info_scripts) + for entry in os.listdir(dist_data_scripts): + # Remove bytecode, as it's not properly handled + # during easy_install scripts install phase. + if entry.endswith('.pyc'): + os.unlink(os.path.join(dist_data_scripts, entry)) + else: + os.rename( + os.path.join(dist_data_scripts, entry), + os.path.join(egg_info_scripts, entry), + ) + os.rmdir(dist_data_scripts) + for subdir in filter( + os.path.exists, + ( + os.path.join(dist_data, d) + for d in ('data', 'headers', 'purelib', 'platlib') + ), + ): + unpack(subdir, destination_eggdir) + if os.path.exists(dist_data): + os.rmdir(dist_data) + + @staticmethod + def _fix_namespace_packages(egg_info, destination_eggdir): + namespace_packages = os.path.join(egg_info, 'namespace_packages.txt') + if os.path.exists(namespace_packages): + namespace_packages = _read_utf8_with_fallback(namespace_packages).split() + + for mod in namespace_packages: + mod_dir = os.path.join(destination_eggdir, *mod.split('.')) + mod_init = os.path.join(mod_dir, '__init__.py') + if not os.path.exists(mod_dir): + os.mkdir(mod_dir) + if not os.path.exists(mod_init): + with open(mod_init, 'w', encoding="utf-8") as fp: + fp.write(NAMESPACE_PACKAGE_INIT) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/windows_support.py b/llmlab/lib/python3.12/site-packages/setuptools/windows_support.py new file mode 100644 index 0000000..7a2b53a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/windows_support.py @@ -0,0 +1,30 @@ +import platform + + +def windows_only(func): + if platform.system() != 'Windows': + return lambda *args, **kwargs: None + return func + + +@windows_only +def hide_file(path: str) -> None: + """ + Set the hidden attribute on a file or directory. + + From https://stackoverflow.com/questions/19622133/ + + `path` must be text. + """ + import ctypes + import ctypes.wintypes + + SetFileAttributes = ctypes.windll.kernel32.SetFileAttributesW + SetFileAttributes.argtypes = ctypes.wintypes.LPWSTR, ctypes.wintypes.DWORD + SetFileAttributes.restype = ctypes.wintypes.BOOL + + FILE_ATTRIBUTE_HIDDEN = 0x02 + + ret = SetFileAttributes(path, FILE_ATTRIBUTE_HIDDEN) + if not ret: + raise ctypes.WinError() diff --git a/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/METADATA new file mode 100644 index 0000000..d2064b9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/METADATA @@ -0,0 +1,154 @@ +Metadata-Version: 2.4 +Name: urllib3 +Version: 2.3.0 +Summary: HTTP library with thread-safe connection pooling, file post, and more. +Project-URL: Changelog, https://github.com/urllib3/urllib3/blob/main/CHANGES.rst +Project-URL: Documentation, https://urllib3.readthedocs.io +Project-URL: Code, https://github.com/urllib3/urllib3 +Project-URL: Issue tracker, https://github.com/urllib3/urllib3/issues +Author-email: Andrey Petrov +Maintainer-email: Seth Michael Larson , Quentin Pradet , Illia Volochii +License-File: LICENSE.txt +Keywords: filepost,http,httplib,https,pooling,ssl,threadsafe,urllib +Classifier: Environment :: Web Environment +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +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 +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: Software Development :: Libraries +Requires-Python: >=3.9 +Provides-Extra: brotli +Requires-Dist: brotli>=1.0.9; (platform_python_implementation == 'CPython') and extra == 'brotli' +Requires-Dist: brotlicffi>=0.8.0; (platform_python_implementation != 'CPython') and extra == 'brotli' +Provides-Extra: h2 +Requires-Dist: h2<5,>=4; extra == 'h2' +Provides-Extra: socks +Requires-Dist: pysocks!=1.5.7,<2.0,>=1.5.6; extra == 'socks' +Provides-Extra: zstd +Requires-Dist: zstandard>=0.18.0; extra == 'zstd' +Description-Content-Type: text/markdown + +

+ +![urllib3](https://github.com/urllib3/urllib3/raw/main/docs/_static/banner_github.svg) + +

+ +

+ PyPI Version + Python Versions + Join our Discord + Coverage Status + Build Status on GitHub + Documentation Status
+ OpenSSF Scorecard + SLSA 3 + CII Best Practices +

+ +urllib3 is a powerful, *user-friendly* HTTP client for Python. Much of the +Python ecosystem already uses urllib3 and you should too. +urllib3 brings many critical features that are missing from the Python +standard libraries: + +- Thread safety. +- Connection pooling. +- Client-side SSL/TLS verification. +- File uploads with multipart encoding. +- Helpers for retrying requests and dealing with HTTP redirects. +- Support for gzip, deflate, brotli, and zstd encoding. +- Proxy support for HTTP and SOCKS. +- 100% test coverage. + +urllib3 is powerful and easy to use: + +```python3 +>>> import urllib3 +>>> resp = urllib3.request("GET", "http://httpbin.org/robots.txt") +>>> resp.status +200 +>>> resp.data +b"User-agent: *\nDisallow: /deny\n" +``` + +## Installing + +urllib3 can be installed with [pip](https://pip.pypa.io): + +```bash +$ python -m pip install urllib3 +``` + +Alternatively, you can grab the latest source code from [GitHub](https://github.com/urllib3/urllib3): + +```bash +$ git clone https://github.com/urllib3/urllib3.git +$ cd urllib3 +$ pip install . +``` + + +## Documentation + +urllib3 has usage and reference documentation at [urllib3.readthedocs.io](https://urllib3.readthedocs.io). + + +## Community + +urllib3 has a [community Discord channel](https://discord.gg/urllib3) for asking questions and +collaborating with other contributors. Drop by and say hello 👋 + + +## Contributing + +urllib3 happily accepts contributions. Please see our +[contributing documentation](https://urllib3.readthedocs.io/en/latest/contributing.html) +for some tips on getting started. + + +## Security Disclosures + +To report a security vulnerability, please use the +[Tidelift security contact](https://tidelift.com/security). +Tidelift will coordinate the fix and disclosure with maintainers. + + +## Maintainers + +- [@sethmlarson](https://github.com/sethmlarson) (Seth M. Larson) +- [@pquentin](https://github.com/pquentin) (Quentin Pradet) +- [@illia-v](https://github.com/illia-v) (Illia Volochii) +- [@theacodes](https://github.com/theacodes) (Thea Flowers) +- [@haikuginger](https://github.com/haikuginger) (Jess Shapiro) +- [@lukasa](https://github.com/lukasa) (Cory Benfield) +- [@sigmavirus24](https://github.com/sigmavirus24) (Ian Stapleton Cordasco) +- [@shazow](https://github.com/shazow) (Andrey Petrov) + +👋 + + +## Sponsorship + +If your company benefits from this library, please consider [sponsoring its +development](https://urllib3.readthedocs.io/en/latest/sponsors.html). + + +## For Enterprise + +Professional support for urllib3 is available as part of the [Tidelift +Subscription][1]. Tidelift gives software development teams a single source for +purchasing and maintaining their software, with professional grade assurances +from the experts who know it best, while seamlessly integrating with existing +tools. + +[1]: https://tidelift.com/subscription/pkg/pypi-urllib3?utm_source=pypi-urllib3&utm_medium=referral&utm_campaign=readme diff --git a/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/RECORD new file mode 100644 index 0000000..e5b69cd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/RECORD @@ -0,0 +1,79 @@ +urllib3-2.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +urllib3-2.3.0.dist-info/METADATA,sha256=quSdNDoWoaG7idKpqr1_2N52fUBfxTtifpP3sofNwAY,6488 +urllib3-2.3.0.dist-info/RECORD,, +urllib3-2.3.0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87 +urllib3-2.3.0.dist-info/licenses/LICENSE.txt,sha256=Ew46ZNX91dCWp1JpRjSn2d8oRGnehuVzIQAmgEHj1oY,1093 +urllib3/__init__.py,sha256=JMo1tg1nIV1AeJ2vENC_Txfl0e5h6Gzl9DGVk1rWRbo,6979 +urllib3/__pycache__/__init__.cpython-312.pyc,, +urllib3/__pycache__/_base_connection.cpython-312.pyc,, +urllib3/__pycache__/_collections.cpython-312.pyc,, +urllib3/__pycache__/_request_methods.cpython-312.pyc,, +urllib3/__pycache__/_version.cpython-312.pyc,, +urllib3/__pycache__/connection.cpython-312.pyc,, +urllib3/__pycache__/connectionpool.cpython-312.pyc,, +urllib3/__pycache__/exceptions.cpython-312.pyc,, +urllib3/__pycache__/fields.cpython-312.pyc,, +urllib3/__pycache__/filepost.cpython-312.pyc,, +urllib3/__pycache__/poolmanager.cpython-312.pyc,, +urllib3/__pycache__/response.cpython-312.pyc,, +urllib3/_base_connection.py,sha256=T1cwH3RhzsrBh6Bz3AOGVDboRsE7veijqZPXXQTR2Rg,5568 +urllib3/_collections.py,sha256=tM7c6J1iKtWZYV_QGYb8-r7Nr1524Dehnsa0Ufh6_mU,17295 +urllib3/_request_methods.py,sha256=gCeF85SO_UU4WoPwYHIoz_tw-eM_EVOkLFp8OFsC7DA,9931 +urllib3/_version.py,sha256=ChsIHG8bRc-eXUbXOgv4Fm4DstSKLq9FpsTAsaMeR08,411 +urllib3/connection.py,sha256=dsVIUaPrOdATuO9OGnF5GzMhlVKlAw-2qH9FWYuic4s,39875 +urllib3/connectionpool.py,sha256=ZEhudsa8BIubD2M0XoxBBsjxbsXwMgUScH7oQ9i-j1Y,43371 +urllib3/contrib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +urllib3/contrib/__pycache__/__init__.cpython-312.pyc,, +urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc,, +urllib3/contrib/__pycache__/socks.cpython-312.pyc,, +urllib3/contrib/emscripten/__init__.py,sha256=u6KNgzjlFZbuAAXa_ybCR7gQ71VJESnF-IIdDA73brw,733 +urllib3/contrib/emscripten/__pycache__/__init__.cpython-312.pyc,, +urllib3/contrib/emscripten/__pycache__/connection.cpython-312.pyc,, +urllib3/contrib/emscripten/__pycache__/fetch.cpython-312.pyc,, +urllib3/contrib/emscripten/__pycache__/request.cpython-312.pyc,, +urllib3/contrib/emscripten/__pycache__/response.cpython-312.pyc,, +urllib3/contrib/emscripten/connection.py,sha256=j8DR_flE7hsoFhNfiqHLiaPaCsVbzG44jgahwvsQ52A,8771 +urllib3/contrib/emscripten/emscripten_fetch_worker.js,sha256=CDfYF_9CDobtx2lGidyJ1zjDEvwNT5F-dchmVWXDh0E,3655 +urllib3/contrib/emscripten/fetch.py,sha256=Li6sUnFuFog0fBiahk1Y0C0tdn5fxmj4ucDofPWFiXc,22867 +urllib3/contrib/emscripten/request.py,sha256=mL28szy1KvE3NJhWor5jNmarp8gwplDU-7gwGZY5g0Q,566 +urllib3/contrib/emscripten/response.py,sha256=sc0CJCEV_3t_HTadOmvWNuO-WkYbI1YfQWnBBmaeriE,9981 +urllib3/contrib/pyopenssl.py,sha256=uMNfy0e-wT-WNrTF-4oOQ17-I3w0NPrREm1t5AC9wxg,19398 +urllib3/contrib/socks.py,sha256=-iardc61GypsJzD6W6yuRS7KVCyfowcQrl_719H7lIM,7549 +urllib3/exceptions.py,sha256=VSkjQkvw3iolMKP_ZWfiiXumAj2VCvhmz2B3W-MP4BA,9633 +urllib3/fields.py,sha256=FCf7UULSkf10cuTRUWTQESzxgl1WT8e2aCy3kfyZins,10829 +urllib3/filepost.py,sha256=U8eNZ-mpKKHhrlbHEEiTxxgK16IejhEa7uz42yqA_dI,2388 +urllib3/http2/__init__.py,sha256=xzrASH7R5ANRkPJOot5lGnATOq3KKuyXzI42rcnwmqs,1741 +urllib3/http2/__pycache__/__init__.cpython-312.pyc,, +urllib3/http2/__pycache__/connection.cpython-312.pyc,, +urllib3/http2/__pycache__/probe.cpython-312.pyc,, +urllib3/http2/connection.py,sha256=GNlp9BjI3DmfSKe1W0b9IqRBeM8Q13xd2MA3ROcJ3dY,12668 +urllib3/http2/probe.py,sha256=nnAkqbhAakOiF75rz7W0udZ38Eeh_uD8fjV74N73FEI,3014 +urllib3/poolmanager.py,sha256=2_L2AjVDgoQ0qBmYbX9u9QqyU1u5J37zQbtv_-ueZQA,22913 +urllib3/py.typed,sha256=UaCuPFa3H8UAakbt-5G8SPacldTOGvJv18pPjUJ5gDY,93 +urllib3/response.py,sha256=PBW5ZnK3kYeq0fqeUYywyASKQWK7uRzSa-HgDBzZedU,45190 +urllib3/util/__init__.py,sha256=-qeS0QceivazvBEKDNFCAI-6ACcdDOE4TMvo7SLNlAQ,1001 +urllib3/util/__pycache__/__init__.cpython-312.pyc,, +urllib3/util/__pycache__/connection.cpython-312.pyc,, +urllib3/util/__pycache__/proxy.cpython-312.pyc,, +urllib3/util/__pycache__/request.cpython-312.pyc,, +urllib3/util/__pycache__/response.cpython-312.pyc,, +urllib3/util/__pycache__/retry.cpython-312.pyc,, +urllib3/util/__pycache__/ssl_.cpython-312.pyc,, +urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, +urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, +urllib3/util/__pycache__/timeout.cpython-312.pyc,, +urllib3/util/__pycache__/url.cpython-312.pyc,, +urllib3/util/__pycache__/util.cpython-312.pyc,, +urllib3/util/__pycache__/wait.cpython-312.pyc,, +urllib3/util/connection.py,sha256=JjO722lzHlzLXPTkr9ZWBdhseXnMVjMSb1DJLVrXSnQ,4444 +urllib3/util/proxy.py,sha256=seP8-Q5B6bB0dMtwPj-YcZZQ30vHuLqRu-tI0JZ2fzs,1148 +urllib3/util/request.py,sha256=qSwxEsJJ-9DUfFDEAZIgQe8sgyywKY0o3faH3ixi3i8,8218 +urllib3/util/response.py,sha256=vQE639uoEhj1vpjEdxu5lNIhJCSUZkd7pqllUI0BZOA,3374 +urllib3/util/retry.py,sha256=bj-2YUqblxLlv8THg5fxww-DM54XCbjgZXIQ71XioCY,18459 +urllib3/util/ssl_.py,sha256=CcYPnFKqJDn58Us2J5AFBQLMthIVVMjb69HwvdmPgoQ,18884 +urllib3/util/ssl_match_hostname.py,sha256=gaWqixoYtQ_GKO8fcRGFj3VXeMoqyxQQuUTPgWeiL_M,5812 +urllib3/util/ssltransport.py,sha256=Ez4O8pR_vT8dan_FvqBYS6dgDfBXEMfVfrzcdUoWfi4,8847 +urllib3/util/timeout.py,sha256=4eT1FVeZZU7h7mYD1Jq2OXNe4fxekdNvhoWUkZusRpA,10346 +urllib3/util/url.py,sha256=WRh-TMYXosmgp8m8lT4H5spoHw5yUjlcMCfU53AkoAs,15205 +urllib3/util/util.py,sha256=j3lbZK1jPyiwD34T8IgJzdWEZVT-4E-0vYIJi9UjeNA,1146 +urllib3/util/wait.py,sha256=_ph8IrUR3sqPqi0OopQgJUlH4wzkGeM5CiyA7XGGtmI,4423 diff --git a/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/WHEEL new file mode 100644 index 0000000..12228d4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: hatchling 1.27.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/licenses/LICENSE.txt b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/licenses/LICENSE.txt new file mode 100644 index 0000000..e6183d0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3-2.3.0.dist-info/licenses/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2008-2020 Andrey Petrov and contributors. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__init__.py b/llmlab/lib/python3.12/site-packages/urllib3/__init__.py new file mode 100644 index 0000000..3fe782c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/__init__.py @@ -0,0 +1,211 @@ +""" +Python HTTP library with thread-safe connection pooling, file post support, user friendly, and more +""" + +from __future__ import annotations + +# Set default logging handler to avoid "No handler found" warnings. +import logging +import sys +import typing +import warnings +from logging import NullHandler + +from . import exceptions +from ._base_connection import _TYPE_BODY +from ._collections import HTTPHeaderDict +from ._version import __version__ +from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url +from .filepost import _TYPE_FIELDS, encode_multipart_formdata +from .poolmanager import PoolManager, ProxyManager, proxy_from_url +from .response import BaseHTTPResponse, HTTPResponse +from .util.request import make_headers +from .util.retry import Retry +from .util.timeout import Timeout + +# Ensure that Python is compiled with OpenSSL 1.1.1+ +# If the 'ssl' module isn't available at all that's +# fine, we only care if the module is available. +try: + import ssl +except ImportError: + pass +else: + if not ssl.OPENSSL_VERSION.startswith("OpenSSL "): # Defensive: + warnings.warn( + "urllib3 v2 only supports OpenSSL 1.1.1+, currently " + f"the 'ssl' module is compiled with {ssl.OPENSSL_VERSION!r}. " + "See: https://github.com/urllib3/urllib3/issues/3020", + exceptions.NotOpenSSLWarning, + ) + elif ssl.OPENSSL_VERSION_INFO < (1, 1, 1): # Defensive: + raise ImportError( + "urllib3 v2 only supports OpenSSL 1.1.1+, currently " + f"the 'ssl' module is compiled with {ssl.OPENSSL_VERSION!r}. " + "See: https://github.com/urllib3/urllib3/issues/2168" + ) + +__author__ = "Andrey Petrov (andrey.petrov@shazow.net)" +__license__ = "MIT" +__version__ = __version__ + +__all__ = ( + "HTTPConnectionPool", + "HTTPHeaderDict", + "HTTPSConnectionPool", + "PoolManager", + "ProxyManager", + "HTTPResponse", + "Retry", + "Timeout", + "add_stderr_logger", + "connection_from_url", + "disable_warnings", + "encode_multipart_formdata", + "make_headers", + "proxy_from_url", + "request", + "BaseHTTPResponse", +) + +logging.getLogger(__name__).addHandler(NullHandler()) + + +def add_stderr_logger( + level: int = logging.DEBUG, +) -> logging.StreamHandler[typing.TextIO]: + """ + Helper for quickly adding a StreamHandler to the logger. Useful for + debugging. + + Returns the handler after adding it. + """ + # This method needs to be in this __init__.py to get the __name__ correct + # even if urllib3 is vendored within another package. + logger = logging.getLogger(__name__) + handler = logging.StreamHandler() + handler.setFormatter(logging.Formatter("%(asctime)s %(levelname)s %(message)s")) + logger.addHandler(handler) + logger.setLevel(level) + logger.debug("Added a stderr logging handler to logger: %s", __name__) + return handler + + +# ... Clean up. +del NullHandler + + +# All warning filters *must* be appended unless you're really certain that they +# shouldn't be: otherwise, it's very hard for users to use most Python +# mechanisms to silence them. +# SecurityWarning's always go off by default. +warnings.simplefilter("always", exceptions.SecurityWarning, append=True) +# InsecurePlatformWarning's don't vary between requests, so we keep it default. +warnings.simplefilter("default", exceptions.InsecurePlatformWarning, append=True) + + +def disable_warnings(category: type[Warning] = exceptions.HTTPWarning) -> None: + """ + Helper for quickly disabling all urllib3 warnings. + """ + warnings.simplefilter("ignore", category) + + +_DEFAULT_POOL = PoolManager() + + +def request( + method: str, + url: str, + *, + body: _TYPE_BODY | None = None, + fields: _TYPE_FIELDS | None = None, + headers: typing.Mapping[str, str] | None = None, + preload_content: bool | None = True, + decode_content: bool | None = True, + redirect: bool | None = True, + retries: Retry | bool | int | None = None, + timeout: Timeout | float | int | None = 3, + json: typing.Any | None = None, +) -> BaseHTTPResponse: + """ + A convenience, top-level request method. It uses a module-global ``PoolManager`` instance. + Therefore, its side effects could be shared across dependencies relying on it. + To avoid side effects create a new ``PoolManager`` instance and use it instead. + The method does not accept low-level ``**urlopen_kw`` keyword arguments. + + :param method: + HTTP request method (such as GET, POST, PUT, etc.) + + :param url: + The URL to perform the request on. + + :param body: + Data to send in the request body, either :class:`str`, :class:`bytes`, + an iterable of :class:`str`/:class:`bytes`, or a file-like object. + + :param fields: + Data to encode and send in the request body. + + :param headers: + Dictionary of custom headers to send, such as User-Agent, + If-None-Match, etc. + + :param bool preload_content: + If True, the response's body will be preloaded into memory. + + :param bool decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + + :param redirect: + If True, automatically handle redirects (status codes 301, 302, + 303, 307, 308). Each redirect counts as a retry. Disabling retries + will disable redirect, too. + + :param retries: + Configure the number of retries to allow before raising a + :class:`~urllib3.exceptions.MaxRetryError` exception. + + If ``None`` (default) will retry 3 times, see ``Retry.DEFAULT``. Pass a + :class:`~urllib3.util.retry.Retry` object for fine-grained control + over different types of retries. + Pass an integer number to retry connection errors that many times, + but no other types of errors. Pass zero to never retry. + + If ``False``, then retries are disabled and any exception is raised + immediately. Also, instead of raising a MaxRetryError on redirects, + the redirect response will be returned. + + :type retries: :class:`~urllib3.util.retry.Retry`, False, or an int. + + :param timeout: + If specified, overrides the default timeout for this one + request. It may be a float (in seconds) or an instance of + :class:`urllib3.util.Timeout`. + + :param json: + Data to encode and send as JSON with UTF-encoded in the request body. + The ``"Content-Type"`` header will be set to ``"application/json"`` + unless specified otherwise. + """ + + return _DEFAULT_POOL.request( + method, + url, + body=body, + fields=fields, + headers=headers, + preload_content=preload_content, + decode_content=decode_content, + redirect=redirect, + retries=retries, + timeout=timeout, + json=json, + ) + + +if sys.platform == "emscripten": + from .contrib.emscripten import inject_into_urllib3 # noqa: 401 + + inject_into_urllib3() diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b68b3c5aeb67de3c282e5875f4df524f710f93ee GIT binary patch literal 7305 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 K68>kVp#2|Wi0pg- literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_base_connection.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_base_connection.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d957217f421a4aefaa893ac37bb0489a0c4b95a4 GIT binary patch literal 6843 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 DhV5mc literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_collections.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92703e676bb9e71e4c7ee7ca8ac3c7bd074420c9 GIT binary patch literal 22564 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_request_methods.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_request_methods.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e7ff1fdd471bb57f9d9385abcc7ff102064a5b54 GIT binary patch literal 10597 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 A)Bpeg literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/_version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed0a121f75d690d56e2f2dcf82cbe48a08997d23 GIT binary patch literal 582 zcmYL`zi-n(6vxlL*l~VXP1O|9s!}TfgNN9(S*tEpfC>^Sk|1Frot*gUy7-su3nENG zEU>`@h$SQZEi6G<%q>JPWvkS!6VIW6)9L#@?}y&IAKz59h+t`Ne>tB8gnnnva^>2>|KhUX%*onw$Vqn4&}we#e-K@RUV4(}he?sAz8BR6p3MNRe+ z9J>MIIAJkYA2%Mgj~=#2r+fUM!R4@bM*EDf5Ml*E$SejYO9+YOtiO~=J`)AxE4lzh zmu=%T^r>;;#8y)4TZZTP#It%eMiZ7fz=r4cjA+PC!=SG3?iq>8Xf3k(&n$-~#vt|} zUpJQ5*Q4R3vhRoXz@rE8I?RCYM9EW-b1VqLxr~Hs@1&9X16O|LZlu+XkGIBn+#V~R zj4$=crvANZylT#>o1^BeP<~xb)yfoA(zTr_+DTWorf6$+eS3noN2NDTdb2h`uvgzV I<24xY2Sp5_xc~qF literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/connection.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ba7bf4ef48d331f9936232f0fe0e0d62d0d7745b GIT binary patch literal 36156 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 XG5^x#*}sST*L%DNe1>0C>k$5bm{q#; literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/connectionpool.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..309f91ef3e20027f0a63589060d1ba133f55523b GIT binary patch literal 39730 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ae3f257dffd8b3e5e8b21260e62a8ab3fc4798b GIT binary patch literal 16098 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 J;%5x}|2Jb;CFuYF literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/filepost.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ef2ffb827a9e13715fcd8a06ecc0029204f2c47c GIT binary patch literal 3484 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 Q6OI8-W*j^}!shJ%0WpJxegFUf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/__pycache__/response.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5c45a810883e095cd6fe3712ea6385d160c9ed4 GIT binary patch literal 51064 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 None: ... + + def set_tunnel( + self, + host: str, + port: int | None = None, + headers: typing.Mapping[str, str] | None = None, + scheme: str = "http", + ) -> None: ... + + def connect(self) -> None: ... + + def request( + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + # We know *at least* botocore is depending on the order of the + # first 3 parameters so to be safe we only mark the later ones + # as keyword-only to ensure we have space to extend. + *, + chunked: bool = False, + preload_content: bool = True, + decode_content: bool = True, + enforce_content_length: bool = True, + ) -> None: ... + + def getresponse(self) -> BaseHTTPResponse: ... + + def close(self) -> None: ... + + @property + def is_closed(self) -> bool: + """Whether the connection either is brand new or has been previously closed. + If this property is True then both ``is_connected`` and ``has_connected_to_proxy`` + properties must be False. + """ + + @property + def is_connected(self) -> bool: + """Whether the connection is actively connected to any origin (proxy or target)""" + + @property + def has_connected_to_proxy(self) -> bool: + """Whether the connection has successfully connected to its proxy. + This returns False if no proxy is in use. Used to determine whether + errors are coming from the proxy layer or from tunnelling to the target origin. + """ + + class BaseHTTPSConnection(BaseHTTPConnection, Protocol): + default_port: typing.ClassVar[int] + default_socket_options: typing.ClassVar[_TYPE_SOCKET_OPTIONS] + + # Certificate verification methods + cert_reqs: int | str | None + assert_hostname: None | str | typing.Literal[False] + assert_fingerprint: str | None + ssl_context: ssl.SSLContext | None + + # Trusted CAs + ca_certs: str | None + ca_cert_dir: str | None + ca_cert_data: None | str | bytes + + # TLS version + ssl_minimum_version: int | None + ssl_maximum_version: int | None + ssl_version: int | str | None # Deprecated + + # Client certificates + cert_file: str | None + key_file: str | None + key_password: str | None + + def __init__( + self, + host: str, + port: int | None = None, + *, + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + source_address: tuple[str, int] | None = None, + blocksize: int = 16384, + socket_options: _TYPE_SOCKET_OPTIONS | None = ..., + proxy: Url | None = None, + proxy_config: ProxyConfig | None = None, + cert_reqs: int | str | None = None, + assert_hostname: None | str | typing.Literal[False] = None, + assert_fingerprint: str | None = None, + server_hostname: str | None = None, + ssl_context: ssl.SSLContext | None = None, + ca_certs: str | None = None, + ca_cert_dir: str | None = None, + ca_cert_data: None | str | bytes = None, + ssl_minimum_version: int | None = None, + ssl_maximum_version: int | None = None, + ssl_version: int | str | None = None, # Deprecated + cert_file: str | None = None, + key_file: str | None = None, + key_password: str | None = None, + ) -> None: ... diff --git a/llmlab/lib/python3.12/site-packages/urllib3/_collections.py b/llmlab/lib/python3.12/site-packages/urllib3/_collections.py new file mode 100644 index 0000000..1b6c136 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/_collections.py @@ -0,0 +1,479 @@ +from __future__ import annotations + +import typing +from collections import OrderedDict +from enum import Enum, auto +from threading import RLock + +if typing.TYPE_CHECKING: + # We can only import Protocol if TYPE_CHECKING because it's a development + # dependency, and is not available at runtime. + from typing import Protocol + + from typing_extensions import Self + + class HasGettableStringKeys(Protocol): + def keys(self) -> typing.Iterator[str]: ... + + def __getitem__(self, key: str) -> str: ... + + +__all__ = ["RecentlyUsedContainer", "HTTPHeaderDict"] + + +# Key type +_KT = typing.TypeVar("_KT") +# Value type +_VT = typing.TypeVar("_VT") +# Default type +_DT = typing.TypeVar("_DT") + +ValidHTTPHeaderSource = typing.Union[ + "HTTPHeaderDict", + typing.Mapping[str, str], + typing.Iterable[tuple[str, str]], + "HasGettableStringKeys", +] + + +class _Sentinel(Enum): + not_passed = auto() + + +def ensure_can_construct_http_header_dict( + potential: object, +) -> ValidHTTPHeaderSource | None: + if isinstance(potential, HTTPHeaderDict): + return potential + elif isinstance(potential, typing.Mapping): + # Full runtime checking of the contents of a Mapping is expensive, so for the + # purposes of typechecking, we assume that any Mapping is the right shape. + return typing.cast(typing.Mapping[str, str], potential) + elif isinstance(potential, typing.Iterable): + # Similarly to Mapping, full runtime checking of the contents of an Iterable is + # expensive, so for the purposes of typechecking, we assume that any Iterable + # is the right shape. + return typing.cast(typing.Iterable[tuple[str, str]], potential) + elif hasattr(potential, "keys") and hasattr(potential, "__getitem__"): + return typing.cast("HasGettableStringKeys", potential) + else: + return None + + +class RecentlyUsedContainer(typing.Generic[_KT, _VT], typing.MutableMapping[_KT, _VT]): + """ + Provides a thread-safe dict-like container which maintains up to + ``maxsize`` keys while throwing away the least-recently-used keys beyond + ``maxsize``. + + :param maxsize: + Maximum number of recent elements to retain. + + :param dispose_func: + Every time an item is evicted from the container, + ``dispose_func(value)`` is called. Callback which will get called + """ + + _container: typing.OrderedDict[_KT, _VT] + _maxsize: int + dispose_func: typing.Callable[[_VT], None] | None + lock: RLock + + def __init__( + self, + maxsize: int = 10, + dispose_func: typing.Callable[[_VT], None] | None = None, + ) -> None: + super().__init__() + self._maxsize = maxsize + self.dispose_func = dispose_func + self._container = OrderedDict() + self.lock = RLock() + + def __getitem__(self, key: _KT) -> _VT: + # Re-insert the item, moving it to the end of the eviction line. + with self.lock: + item = self._container.pop(key) + self._container[key] = item + return item + + def __setitem__(self, key: _KT, value: _VT) -> None: + evicted_item = None + with self.lock: + # Possibly evict the existing value of 'key' + try: + # If the key exists, we'll overwrite it, which won't change the + # size of the pool. Because accessing a key should move it to + # the end of the eviction line, we pop it out first. + evicted_item = key, self._container.pop(key) + self._container[key] = value + except KeyError: + # When the key does not exist, we insert the value first so that + # evicting works in all cases, including when self._maxsize is 0 + self._container[key] = value + if len(self._container) > self._maxsize: + # If we didn't evict an existing value, and we've hit our maximum + # size, then we have to evict the least recently used item from + # the beginning of the container. + evicted_item = self._container.popitem(last=False) + + # After releasing the lock on the pool, dispose of any evicted value. + if evicted_item is not None and self.dispose_func: + _, evicted_value = evicted_item + self.dispose_func(evicted_value) + + def __delitem__(self, key: _KT) -> None: + with self.lock: + value = self._container.pop(key) + + if self.dispose_func: + self.dispose_func(value) + + def __len__(self) -> int: + with self.lock: + return len(self._container) + + def __iter__(self) -> typing.NoReturn: + raise NotImplementedError( + "Iteration over this class is unlikely to be threadsafe." + ) + + def clear(self) -> None: + with self.lock: + # Copy pointers to all values, then wipe the mapping + values = list(self._container.values()) + self._container.clear() + + if self.dispose_func: + for value in values: + self.dispose_func(value) + + def keys(self) -> set[_KT]: # type: ignore[override] + with self.lock: + return set(self._container.keys()) + + +class HTTPHeaderDictItemView(set[tuple[str, str]]): + """ + HTTPHeaderDict is unusual for a Mapping[str, str] in that it has two modes of + address. + + If we directly try to get an item with a particular name, we will get a string + back that is the concatenated version of all the values: + + >>> d['X-Header-Name'] + 'Value1, Value2, Value3' + + However, if we iterate over an HTTPHeaderDict's items, we will optionally combine + these values based on whether combine=True was called when building up the dictionary + + >>> d = HTTPHeaderDict({"A": "1", "B": "foo"}) + >>> d.add("A", "2", combine=True) + >>> d.add("B", "bar") + >>> list(d.items()) + [ + ('A', '1, 2'), + ('B', 'foo'), + ('B', 'bar'), + ] + + This class conforms to the interface required by the MutableMapping ABC while + also giving us the nonstandard iteration behavior we want; items with duplicate + keys, ordered by time of first insertion. + """ + + _headers: HTTPHeaderDict + + def __init__(self, headers: HTTPHeaderDict) -> None: + self._headers = headers + + def __len__(self) -> int: + return len(list(self._headers.iteritems())) + + def __iter__(self) -> typing.Iterator[tuple[str, str]]: + return self._headers.iteritems() + + def __contains__(self, item: object) -> bool: + if isinstance(item, tuple) and len(item) == 2: + passed_key, passed_val = item + if isinstance(passed_key, str) and isinstance(passed_val, str): + return self._headers._has_value_for_header(passed_key, passed_val) + return False + + +class HTTPHeaderDict(typing.MutableMapping[str, str]): + """ + :param headers: + An iterable of field-value pairs. Must not contain multiple field names + when compared case-insensitively. + + :param kwargs: + Additional field-value pairs to pass in to ``dict.update``. + + A ``dict`` like container for storing HTTP Headers. + + Field names are stored and compared case-insensitively in compliance with + RFC 7230. Iteration provides the first case-sensitive key seen for each + case-insensitive pair. + + Using ``__setitem__`` syntax overwrites fields that compare equal + case-insensitively in order to maintain ``dict``'s api. For fields that + compare equal, instead create a new ``HTTPHeaderDict`` and use ``.add`` + in a loop. + + If multiple fields that are equal case-insensitively are passed to the + constructor or ``.update``, the behavior is undefined and some will be + lost. + + >>> headers = HTTPHeaderDict() + >>> headers.add('Set-Cookie', 'foo=bar') + >>> headers.add('set-cookie', 'baz=quxx') + >>> headers['content-length'] = '7' + >>> headers['SET-cookie'] + 'foo=bar, baz=quxx' + >>> headers['Content-Length'] + '7' + """ + + _container: typing.MutableMapping[str, list[str]] + + def __init__(self, headers: ValidHTTPHeaderSource | None = None, **kwargs: str): + super().__init__() + self._container = {} # 'dict' is insert-ordered + if headers is not None: + if isinstance(headers, HTTPHeaderDict): + self._copy_from(headers) + else: + self.extend(headers) + if kwargs: + self.extend(kwargs) + + def __setitem__(self, key: str, val: str) -> None: + # avoid a bytes/str comparison by decoding before httplib + if isinstance(key, bytes): + key = key.decode("latin-1") + self._container[key.lower()] = [key, val] + + def __getitem__(self, key: str) -> str: + val = self._container[key.lower()] + return ", ".join(val[1:]) + + def __delitem__(self, key: str) -> None: + del self._container[key.lower()] + + def __contains__(self, key: object) -> bool: + if isinstance(key, str): + return key.lower() in self._container + return False + + def setdefault(self, key: str, default: str = "") -> str: + return super().setdefault(key, default) + + def __eq__(self, other: object) -> bool: + maybe_constructable = ensure_can_construct_http_header_dict(other) + if maybe_constructable is None: + return False + else: + other_as_http_header_dict = type(self)(maybe_constructable) + + return {k.lower(): v for k, v in self.itermerged()} == { + k.lower(): v for k, v in other_as_http_header_dict.itermerged() + } + + def __ne__(self, other: object) -> bool: + return not self.__eq__(other) + + def __len__(self) -> int: + return len(self._container) + + def __iter__(self) -> typing.Iterator[str]: + # Only provide the originally cased names + for vals in self._container.values(): + yield vals[0] + + def discard(self, key: str) -> None: + try: + del self[key] + except KeyError: + pass + + def add(self, key: str, val: str, *, combine: bool = False) -> None: + """Adds a (name, value) pair, doesn't overwrite the value if it already + exists. + + If this is called with combine=True, instead of adding a new header value + as a distinct item during iteration, this will instead append the value to + any existing header value with a comma. If no existing header value exists + for the key, then the value will simply be added, ignoring the combine parameter. + + >>> headers = HTTPHeaderDict(foo='bar') + >>> headers.add('Foo', 'baz') + >>> headers['foo'] + 'bar, baz' + >>> list(headers.items()) + [('foo', 'bar'), ('foo', 'baz')] + >>> headers.add('foo', 'quz', combine=True) + >>> list(headers.items()) + [('foo', 'bar, baz, quz')] + """ + # avoid a bytes/str comparison by decoding before httplib + if isinstance(key, bytes): + key = key.decode("latin-1") + key_lower = key.lower() + new_vals = [key, val] + # Keep the common case aka no item present as fast as possible + vals = self._container.setdefault(key_lower, new_vals) + if new_vals is not vals: + # if there are values here, then there is at least the initial + # key/value pair + assert len(vals) >= 2 + if combine: + vals[-1] = vals[-1] + ", " + val + else: + vals.append(val) + + def extend(self, *args: ValidHTTPHeaderSource, **kwargs: str) -> None: + """Generic import function for any type of header-like object. + Adapted version of MutableMapping.update in order to insert items + with self.add instead of self.__setitem__ + """ + if len(args) > 1: + raise TypeError( + f"extend() takes at most 1 positional arguments ({len(args)} given)" + ) + other = args[0] if len(args) >= 1 else () + + if isinstance(other, HTTPHeaderDict): + for key, val in other.iteritems(): + self.add(key, val) + elif isinstance(other, typing.Mapping): + for key, val in other.items(): + self.add(key, val) + elif isinstance(other, typing.Iterable): + other = typing.cast(typing.Iterable[tuple[str, str]], other) + for key, value in other: + self.add(key, value) + elif hasattr(other, "keys") and hasattr(other, "__getitem__"): + # THIS IS NOT A TYPESAFE BRANCH + # In this branch, the object has a `keys` attr but is not a Mapping or any of + # the other types indicated in the method signature. We do some stuff with + # it as though it partially implements the Mapping interface, but we're not + # doing that stuff safely AT ALL. + for key in other.keys(): + self.add(key, other[key]) + + for key, value in kwargs.items(): + self.add(key, value) + + @typing.overload + def getlist(self, key: str) -> list[str]: ... + + @typing.overload + def getlist(self, key: str, default: _DT) -> list[str] | _DT: ... + + def getlist( + self, key: str, default: _Sentinel | _DT = _Sentinel.not_passed + ) -> list[str] | _DT: + """Returns a list of all the values for the named field. Returns an + empty list if the key doesn't exist.""" + try: + vals = self._container[key.lower()] + except KeyError: + if default is _Sentinel.not_passed: + # _DT is unbound; empty list is instance of List[str] + return [] + # _DT is bound; default is instance of _DT + return default + else: + # _DT may or may not be bound; vals[1:] is instance of List[str], which + # meets our external interface requirement of `Union[List[str], _DT]`. + return vals[1:] + + def _prepare_for_method_change(self) -> Self: + """ + Remove content-specific header fields before changing the request + method to GET or HEAD according to RFC 9110, Section 15.4. + """ + content_specific_headers = [ + "Content-Encoding", + "Content-Language", + "Content-Location", + "Content-Type", + "Content-Length", + "Digest", + "Last-Modified", + ] + for header in content_specific_headers: + self.discard(header) + return self + + # Backwards compatibility for httplib + getheaders = getlist + getallmatchingheaders = getlist + iget = getlist + + # Backwards compatibility for http.cookiejar + get_all = getlist + + def __repr__(self) -> str: + return f"{type(self).__name__}({dict(self.itermerged())})" + + def _copy_from(self, other: HTTPHeaderDict) -> None: + for key in other: + val = other.getlist(key) + self._container[key.lower()] = [key, *val] + + def copy(self) -> Self: + clone = type(self)() + clone._copy_from(self) + return clone + + def iteritems(self) -> typing.Iterator[tuple[str, str]]: + """Iterate over all header lines, including duplicate ones.""" + for key in self: + vals = self._container[key.lower()] + for val in vals[1:]: + yield vals[0], val + + def itermerged(self) -> typing.Iterator[tuple[str, str]]: + """Iterate over all headers, merging duplicate ones together.""" + for key in self: + val = self._container[key.lower()] + yield val[0], ", ".join(val[1:]) + + def items(self) -> HTTPHeaderDictItemView: # type: ignore[override] + return HTTPHeaderDictItemView(self) + + def _has_value_for_header(self, header_name: str, potential_value: str) -> bool: + if header_name in self: + return potential_value in self._container[header_name.lower()][1:] + return False + + def __ior__(self, other: object) -> HTTPHeaderDict: + # Supports extending a header dict in-place using operator |= + # combining items with add instead of __setitem__ + maybe_constructable = ensure_can_construct_http_header_dict(other) + if maybe_constructable is None: + return NotImplemented + self.extend(maybe_constructable) + return self + + def __or__(self, other: object) -> Self: + # Supports merging header dicts using operator | + # combining items with add instead of __setitem__ + maybe_constructable = ensure_can_construct_http_header_dict(other) + if maybe_constructable is None: + return NotImplemented + result = self.copy() + result.extend(maybe_constructable) + return result + + def __ror__(self, other: object) -> Self: + # Supports merging header dicts using operator | when other is on left side + # combining items with add instead of __setitem__ + maybe_constructable = ensure_can_construct_http_header_dict(other) + if maybe_constructable is None: + return NotImplemented + result = type(self)(maybe_constructable) + result.extend(self) + return result diff --git a/llmlab/lib/python3.12/site-packages/urllib3/_request_methods.py b/llmlab/lib/python3.12/site-packages/urllib3/_request_methods.py new file mode 100644 index 0000000..297c271 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/_request_methods.py @@ -0,0 +1,278 @@ +from __future__ import annotations + +import json as _json +import typing +from urllib.parse import urlencode + +from ._base_connection import _TYPE_BODY +from ._collections import HTTPHeaderDict +from .filepost import _TYPE_FIELDS, encode_multipart_formdata +from .response import BaseHTTPResponse + +__all__ = ["RequestMethods"] + +_TYPE_ENCODE_URL_FIELDS = typing.Union[ + typing.Sequence[tuple[str, typing.Union[str, bytes]]], + typing.Mapping[str, typing.Union[str, bytes]], +] + + +class RequestMethods: + """ + Convenience mixin for classes who implement a :meth:`urlopen` method, such + as :class:`urllib3.HTTPConnectionPool` and + :class:`urllib3.PoolManager`. + + Provides behavior for making common types of HTTP request methods and + decides which type of request field encoding to use. + + Specifically, + + :meth:`.request_encode_url` is for sending requests whose fields are + encoded in the URL (such as GET, HEAD, DELETE). + + :meth:`.request_encode_body` is for sending requests whose fields are + encoded in the *body* of the request using multipart or www-form-urlencoded + (such as for POST, PUT, PATCH). + + :meth:`.request` is for making any kind of request, it will look up the + appropriate encoding format and use one of the above two methods to make + the request. + + Initializer parameters: + + :param headers: + Headers to include with all requests, unless other headers are given + explicitly. + """ + + _encode_url_methods = {"DELETE", "GET", "HEAD", "OPTIONS"} + + def __init__(self, headers: typing.Mapping[str, str] | None = None) -> None: + self.headers = headers or {} + + def urlopen( + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + encode_multipart: bool = True, + multipart_boundary: str | None = None, + **kw: typing.Any, + ) -> BaseHTTPResponse: # Abstract + raise NotImplementedError( + "Classes extending RequestMethods must implement " + "their own ``urlopen`` method." + ) + + def request( + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + fields: _TYPE_FIELDS | None = None, + headers: typing.Mapping[str, str] | None = None, + json: typing.Any | None = None, + **urlopen_kw: typing.Any, + ) -> BaseHTTPResponse: + """ + Make a request using :meth:`urlopen` with the appropriate encoding of + ``fields`` based on the ``method`` used. + + This is a convenience method that requires the least amount of manual + effort. It can be used in most situations, while still having the + option to drop down to more specific methods when necessary, such as + :meth:`request_encode_url`, :meth:`request_encode_body`, + or even the lowest level :meth:`urlopen`. + + :param method: + HTTP request method (such as GET, POST, PUT, etc.) + + :param url: + The URL to perform the request on. + + :param body: + Data to send in the request body, either :class:`str`, :class:`bytes`, + an iterable of :class:`str`/:class:`bytes`, or a file-like object. + + :param fields: + Data to encode and send in the URL or request body, depending on ``method``. + + :param headers: + Dictionary of custom headers to send, such as User-Agent, + If-None-Match, etc. If None, pool headers are used. If provided, + these headers completely replace any pool-specific headers. + + :param json: + Data to encode and send as JSON with UTF-encoded in the request body. + The ``"Content-Type"`` header will be set to ``"application/json"`` + unless specified otherwise. + """ + method = method.upper() + + if json is not None and body is not None: + raise TypeError( + "request got values for both 'body' and 'json' parameters which are mutually exclusive" + ) + + if json is not None: + if headers is None: + headers = self.headers + + if not ("content-type" in map(str.lower, headers.keys())): + headers = HTTPHeaderDict(headers) + headers["Content-Type"] = "application/json" + + body = _json.dumps(json, separators=(",", ":"), ensure_ascii=False).encode( + "utf-8" + ) + + if body is not None: + urlopen_kw["body"] = body + + if method in self._encode_url_methods: + return self.request_encode_url( + method, + url, + fields=fields, # type: ignore[arg-type] + headers=headers, + **urlopen_kw, + ) + else: + return self.request_encode_body( + method, url, fields=fields, headers=headers, **urlopen_kw + ) + + def request_encode_url( + self, + method: str, + url: str, + fields: _TYPE_ENCODE_URL_FIELDS | None = None, + headers: typing.Mapping[str, str] | None = None, + **urlopen_kw: str, + ) -> BaseHTTPResponse: + """ + Make a request using :meth:`urlopen` with the ``fields`` encoded in + the url. This is useful for request methods like GET, HEAD, DELETE, etc. + + :param method: + HTTP request method (such as GET, POST, PUT, etc.) + + :param url: + The URL to perform the request on. + + :param fields: + Data to encode and send in the URL. + + :param headers: + Dictionary of custom headers to send, such as User-Agent, + If-None-Match, etc. If None, pool headers are used. If provided, + these headers completely replace any pool-specific headers. + """ + if headers is None: + headers = self.headers + + extra_kw: dict[str, typing.Any] = {"headers": headers} + extra_kw.update(urlopen_kw) + + if fields: + url += "?" + urlencode(fields) + + return self.urlopen(method, url, **extra_kw) + + def request_encode_body( + self, + method: str, + url: str, + fields: _TYPE_FIELDS | None = None, + headers: typing.Mapping[str, str] | None = None, + encode_multipart: bool = True, + multipart_boundary: str | None = None, + **urlopen_kw: str, + ) -> BaseHTTPResponse: + """ + Make a request using :meth:`urlopen` with the ``fields`` encoded in + the body. This is useful for request methods like POST, PUT, PATCH, etc. + + When ``encode_multipart=True`` (default), then + :func:`urllib3.encode_multipart_formdata` is used to encode + the payload with the appropriate content type. Otherwise + :func:`urllib.parse.urlencode` is used with the + 'application/x-www-form-urlencoded' content type. + + Multipart encoding must be used when posting files, and it's reasonably + safe to use it in other times too. However, it may break request + signing, such as with OAuth. + + Supports an optional ``fields`` parameter of key/value strings AND + key/filetuple. A filetuple is a (filename, data, MIME type) tuple where + the MIME type is optional. For example:: + + fields = { + 'foo': 'bar', + 'fakefile': ('foofile.txt', 'contents of foofile'), + 'realfile': ('barfile.txt', open('realfile').read()), + 'typedfile': ('bazfile.bin', open('bazfile').read(), + 'image/jpeg'), + 'nonamefile': 'contents of nonamefile field', + } + + When uploading a file, providing a filename (the first parameter of the + tuple) is optional but recommended to best mimic behavior of browsers. + + Note that if ``headers`` are supplied, the 'Content-Type' header will + be overwritten because it depends on the dynamic random boundary string + which is used to compose the body of the request. The random boundary + string can be explicitly set with the ``multipart_boundary`` parameter. + + :param method: + HTTP request method (such as GET, POST, PUT, etc.) + + :param url: + The URL to perform the request on. + + :param fields: + Data to encode and send in the request body. + + :param headers: + Dictionary of custom headers to send, such as User-Agent, + If-None-Match, etc. If None, pool headers are used. If provided, + these headers completely replace any pool-specific headers. + + :param encode_multipart: + If True, encode the ``fields`` using the multipart/form-data MIME + format. + + :param multipart_boundary: + If not specified, then a random boundary will be generated using + :func:`urllib3.filepost.choose_boundary`. + """ + if headers is None: + headers = self.headers + + extra_kw: dict[str, typing.Any] = {"headers": HTTPHeaderDict(headers)} + body: bytes | str + + if fields: + if "body" in urlopen_kw: + raise TypeError( + "request got values for both 'fields' and 'body', can only specify one." + ) + + if encode_multipart: + body, content_type = encode_multipart_formdata( + fields, boundary=multipart_boundary + ) + else: + body, content_type = ( + urlencode(fields), # type: ignore[arg-type] + "application/x-www-form-urlencoded", + ) + + extra_kw["body"] = body + extra_kw["headers"].setdefault("Content-Type", content_type) + + extra_kw.update(urlopen_kw) + + return self.urlopen(method, url, **extra_kw) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/_version.py b/llmlab/lib/python3.12/site-packages/urllib3/_version.py new file mode 100644 index 0000000..af6144b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/_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 = '2.3.0' +__version_tuple__ = version_tuple = (2, 3, 0) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/connection.py b/llmlab/lib/python3.12/site-packages/urllib3/connection.py new file mode 100644 index 0000000..591ac40 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/connection.py @@ -0,0 +1,1044 @@ +from __future__ import annotations + +import datetime +import http.client +import logging +import os +import re +import socket +import sys +import threading +import typing +import warnings +from http.client import HTTPConnection as _HTTPConnection +from http.client import HTTPException as HTTPException # noqa: F401 +from http.client import ResponseNotReady +from socket import timeout as SocketTimeout + +if typing.TYPE_CHECKING: + from .response import HTTPResponse + from .util.ssl_ import _TYPE_PEER_CERT_RET_DICT + from .util.ssltransport import SSLTransport + +from ._collections import HTTPHeaderDict +from .http2 import probe as http2_probe +from .util.response import assert_header_parsing +from .util.timeout import _DEFAULT_TIMEOUT, _TYPE_TIMEOUT, Timeout +from .util.util import to_str +from .util.wait import wait_for_read + +try: # Compiled with SSL? + import ssl + + BaseSSLError = ssl.SSLError +except (ImportError, AttributeError): + ssl = None # type: ignore[assignment] + + class BaseSSLError(BaseException): # type: ignore[no-redef] + pass + + +from ._base_connection import _TYPE_BODY +from ._base_connection import ProxyConfig as ProxyConfig +from ._base_connection import _ResponseOptions as _ResponseOptions +from ._version import __version__ +from .exceptions import ( + ConnectTimeoutError, + HeaderParsingError, + NameResolutionError, + NewConnectionError, + ProxyError, + SystemTimeWarning, +) +from .util import SKIP_HEADER, SKIPPABLE_HEADERS, connection, ssl_ +from .util.request import body_to_chunks +from .util.ssl_ import assert_fingerprint as _assert_fingerprint +from .util.ssl_ import ( + create_urllib3_context, + is_ipaddress, + resolve_cert_reqs, + resolve_ssl_version, + ssl_wrap_socket, +) +from .util.ssl_match_hostname import CertificateError, match_hostname +from .util.url import Url + +# Not a no-op, we're adding this to the namespace so it can be imported. +ConnectionError = ConnectionError +BrokenPipeError = BrokenPipeError + + +log = logging.getLogger(__name__) + +port_by_scheme = {"http": 80, "https": 443} + +# When it comes time to update this value as a part of regular maintenance +# (ie test_recent_date is failing) update it to ~6 months before the current date. +RECENT_DATE = datetime.date(2023, 6, 1) + +_CONTAINS_CONTROL_CHAR_RE = re.compile(r"[^-!#$%&'*+.^_`|~0-9a-zA-Z]") + + +class HTTPConnection(_HTTPConnection): + """ + Based on :class:`http.client.HTTPConnection` but provides an extra constructor + backwards-compatibility layer between older and newer Pythons. + + Additional keyword parameters are used to configure attributes of the connection. + Accepted parameters include: + + - ``source_address``: Set the source address for the current connection. + - ``socket_options``: Set specific options on the underlying socket. If not specified, then + defaults are loaded from ``HTTPConnection.default_socket_options`` which includes disabling + Nagle's algorithm (sets TCP_NODELAY to 1) unless the connection is behind a proxy. + + For example, if you wish to enable TCP Keep Alive in addition to the defaults, + you might pass: + + .. code-block:: python + + HTTPConnection.default_socket_options + [ + (socket.SOL_SOCKET, socket.SO_KEEPALIVE, 1), + ] + + Or you may want to disable the defaults by passing an empty list (e.g., ``[]``). + """ + + default_port: typing.ClassVar[int] = port_by_scheme["http"] # type: ignore[misc] + + #: Disable Nagle's algorithm by default. + #: ``[(socket.IPPROTO_TCP, socket.TCP_NODELAY, 1)]`` + default_socket_options: typing.ClassVar[connection._TYPE_SOCKET_OPTIONS] = [ + (socket.IPPROTO_TCP, socket.TCP_NODELAY, 1) + ] + + #: Whether this connection verifies the host's certificate. + is_verified: bool = False + + #: Whether this proxy connection verified the proxy host's certificate. + # If no proxy is currently connected to the value will be ``None``. + proxy_is_verified: bool | None = None + + blocksize: int + source_address: tuple[str, int] | None + socket_options: connection._TYPE_SOCKET_OPTIONS | None + + _has_connected_to_proxy: bool + _response_options: _ResponseOptions | None + _tunnel_host: str | None + _tunnel_port: int | None + _tunnel_scheme: str | None + + def __init__( + self, + host: str, + port: int | None = None, + *, + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + source_address: tuple[str, int] | None = None, + blocksize: int = 16384, + socket_options: None | ( + connection._TYPE_SOCKET_OPTIONS + ) = default_socket_options, + proxy: Url | None = None, + proxy_config: ProxyConfig | None = None, + ) -> None: + super().__init__( + host=host, + port=port, + timeout=Timeout.resolve_default_timeout(timeout), + source_address=source_address, + blocksize=blocksize, + ) + self.socket_options = socket_options + self.proxy = proxy + self.proxy_config = proxy_config + + self._has_connected_to_proxy = False + self._response_options = None + self._tunnel_host: str | None = None + self._tunnel_port: int | None = None + self._tunnel_scheme: str | None = None + + @property + def host(self) -> str: + """ + Getter method to remove any trailing dots that indicate the hostname is an FQDN. + + In general, SSL certificates don't include the trailing dot indicating a + fully-qualified domain name, and thus, they don't validate properly when + checked against a domain name that includes the dot. In addition, some + servers may not expect to receive the trailing dot when provided. + + However, the hostname with trailing dot is critical to DNS resolution; doing a + lookup with the trailing dot will properly only resolve the appropriate FQDN, + whereas a lookup without a trailing dot will search the system's search domain + list. Thus, it's important to keep the original host around for use only in + those cases where it's appropriate (i.e., when doing DNS lookup to establish the + actual TCP connection across which we're going to send HTTP requests). + """ + return self._dns_host.rstrip(".") + + @host.setter + def host(self, value: str) -> None: + """ + Setter for the `host` property. + + We assume that only urllib3 uses the _dns_host attribute; httplib itself + only uses `host`, and it seems reasonable that other libraries follow suit. + """ + self._dns_host = value + + def _new_conn(self) -> socket.socket: + """Establish a socket connection and set nodelay settings on it. + + :return: New socket connection. + """ + try: + sock = connection.create_connection( + (self._dns_host, self.port), + self.timeout, + source_address=self.source_address, + socket_options=self.socket_options, + ) + except socket.gaierror as e: + raise NameResolutionError(self.host, self, e) from e + except SocketTimeout as e: + raise ConnectTimeoutError( + self, + f"Connection to {self.host} timed out. (connect timeout={self.timeout})", + ) from e + + except OSError as e: + raise NewConnectionError( + self, f"Failed to establish a new connection: {e}" + ) from e + + sys.audit("http.client.connect", self, self.host, self.port) + + return sock + + def set_tunnel( + self, + host: str, + port: int | None = None, + headers: typing.Mapping[str, str] | None = None, + scheme: str = "http", + ) -> None: + if scheme not in ("http", "https"): + raise ValueError( + f"Invalid proxy scheme for tunneling: {scheme!r}, must be either 'http' or 'https'" + ) + super().set_tunnel(host, port=port, headers=headers) + self._tunnel_scheme = scheme + + if sys.version_info < (3, 11, 4): + + def _tunnel(self) -> None: + _MAXLINE = http.client._MAXLINE # type: ignore[attr-defined] + connect = b"CONNECT %s:%d HTTP/1.0\r\n" % ( # type: ignore[str-format] + self._tunnel_host.encode("ascii"), # type: ignore[union-attr] + self._tunnel_port, + ) + headers = [connect] + for header, value in self._tunnel_headers.items(): # type: ignore[attr-defined] + headers.append(f"{header}: {value}\r\n".encode("latin-1")) + headers.append(b"\r\n") + # Making a single send() call instead of one per line encourages + # the host OS to use a more optimal packet size instead of + # potentially emitting a series of small packets. + self.send(b"".join(headers)) + del headers + + response = self.response_class(self.sock, method=self._method) # type: ignore[attr-defined] + try: + (version, code, message) = response._read_status() # type: ignore[attr-defined] + + if code != http.HTTPStatus.OK: + self.close() + raise OSError(f"Tunnel connection failed: {code} {message.strip()}") + while True: + line = response.fp.readline(_MAXLINE + 1) + if len(line) > _MAXLINE: + raise http.client.LineTooLong("header line") + if not line: + # for sites which EOF without sending a trailer + break + if line in (b"\r\n", b"\n", b""): + break + + if self.debuglevel > 0: + print("header:", line.decode()) + finally: + response.close() + + def connect(self) -> None: + self.sock = self._new_conn() + if self._tunnel_host: + # If we're tunneling it means we're connected to our proxy. + self._has_connected_to_proxy = True + + # TODO: Fix tunnel so it doesn't depend on self.sock state. + self._tunnel() + + # If there's a proxy to be connected to we are fully connected. + # This is set twice (once above and here) due to forwarding proxies + # not using tunnelling. + self._has_connected_to_proxy = bool(self.proxy) + + if self._has_connected_to_proxy: + self.proxy_is_verified = False + + @property + def is_closed(self) -> bool: + return self.sock is None + + @property + def is_connected(self) -> bool: + if self.sock is None: + return False + return not wait_for_read(self.sock, timeout=0.0) + + @property + def has_connected_to_proxy(self) -> bool: + return self._has_connected_to_proxy + + @property + def proxy_is_forwarding(self) -> bool: + """ + Return True if a forwarding proxy is configured, else return False + """ + return bool(self.proxy) and self._tunnel_host is None + + @property + def proxy_is_tunneling(self) -> bool: + """ + Return True if a tunneling proxy is configured, else return False + """ + return self._tunnel_host is not None + + def close(self) -> None: + try: + super().close() + finally: + # Reset all stateful properties so connection + # can be re-used without leaking prior configs. + self.sock = None + self.is_verified = False + self.proxy_is_verified = None + self._has_connected_to_proxy = False + self._response_options = None + self._tunnel_host = None + self._tunnel_port = None + self._tunnel_scheme = None + + def putrequest( + self, + method: str, + url: str, + skip_host: bool = False, + skip_accept_encoding: bool = False, + ) -> None: + """""" + # Empty docstring because the indentation of CPython's implementation + # is broken but we don't want this method in our documentation. + match = _CONTAINS_CONTROL_CHAR_RE.search(method) + if match: + raise ValueError( + f"Method cannot contain non-token characters {method!r} (found at least {match.group()!r})" + ) + + return super().putrequest( + method, url, skip_host=skip_host, skip_accept_encoding=skip_accept_encoding + ) + + def putheader(self, header: str, *values: str) -> None: # type: ignore[override] + """""" + if not any(isinstance(v, str) and v == SKIP_HEADER for v in values): + super().putheader(header, *values) + elif to_str(header.lower()) not in SKIPPABLE_HEADERS: + skippable_headers = "', '".join( + [str.title(header) for header in sorted(SKIPPABLE_HEADERS)] + ) + raise ValueError( + f"urllib3.util.SKIP_HEADER only supports '{skippable_headers}'" + ) + + # `request` method's signature intentionally violates LSP. + # urllib3's API is different from `http.client.HTTPConnection` and the subclassing is only incidental. + def request( # type: ignore[override] + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + *, + chunked: bool = False, + preload_content: bool = True, + decode_content: bool = True, + enforce_content_length: bool = True, + ) -> None: + # Update the inner socket's timeout value to send the request. + # This only triggers if the connection is re-used. + if self.sock is not None: + self.sock.settimeout(self.timeout) + + # Store these values to be fed into the HTTPResponse + # object later. TODO: Remove this in favor of a real + # HTTP lifecycle mechanism. + + # We have to store these before we call .request() + # because sometimes we can still salvage a response + # off the wire even if we aren't able to completely + # send the request body. + self._response_options = _ResponseOptions( + request_method=method, + request_url=url, + preload_content=preload_content, + decode_content=decode_content, + enforce_content_length=enforce_content_length, + ) + + if headers is None: + headers = {} + header_keys = frozenset(to_str(k.lower()) for k in headers) + skip_accept_encoding = "accept-encoding" in header_keys + skip_host = "host" in header_keys + self.putrequest( + method, url, skip_accept_encoding=skip_accept_encoding, skip_host=skip_host + ) + + # Transform the body into an iterable of sendall()-able chunks + # and detect if an explicit Content-Length is doable. + chunks_and_cl = body_to_chunks(body, method=method, blocksize=self.blocksize) + chunks = chunks_and_cl.chunks + content_length = chunks_and_cl.content_length + + # When chunked is explicit set to 'True' we respect that. + if chunked: + if "transfer-encoding" not in header_keys: + self.putheader("Transfer-Encoding", "chunked") + else: + # Detect whether a framing mechanism is already in use. If so + # we respect that value, otherwise we pick chunked vs content-length + # depending on the type of 'body'. + if "content-length" in header_keys: + chunked = False + elif "transfer-encoding" in header_keys: + chunked = True + + # Otherwise we go off the recommendation of 'body_to_chunks()'. + else: + chunked = False + if content_length is None: + if chunks is not None: + chunked = True + self.putheader("Transfer-Encoding", "chunked") + else: + self.putheader("Content-Length", str(content_length)) + + # Now that framing headers are out of the way we send all the other headers. + if "user-agent" not in header_keys: + self.putheader("User-Agent", _get_default_user_agent()) + for header, value in headers.items(): + self.putheader(header, value) + self.endheaders() + + # If we're given a body we start sending that in chunks. + if chunks is not None: + for chunk in chunks: + # Sending empty chunks isn't allowed for TE: chunked + # as it indicates the end of the body. + if not chunk: + continue + if isinstance(chunk, str): + chunk = chunk.encode("utf-8") + if chunked: + self.send(b"%x\r\n%b\r\n" % (len(chunk), chunk)) + else: + self.send(chunk) + + # Regardless of whether we have a body or not, if we're in + # chunked mode we want to send an explicit empty chunk. + if chunked: + self.send(b"0\r\n\r\n") + + def request_chunked( + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + ) -> None: + """ + Alternative to the common request method, which sends the + body with chunked encoding and not as one block + """ + warnings.warn( + "HTTPConnection.request_chunked() is deprecated and will be removed " + "in urllib3 v2.1.0. Instead use HTTPConnection.request(..., chunked=True).", + category=DeprecationWarning, + stacklevel=2, + ) + self.request(method, url, body=body, headers=headers, chunked=True) + + def getresponse( # type: ignore[override] + self, + ) -> HTTPResponse: + """ + Get the response from the server. + + If the HTTPConnection is in the correct state, returns an instance of HTTPResponse or of whatever object is returned by the response_class variable. + + If a request has not been sent or if a previous response has not be handled, ResponseNotReady is raised. If the HTTP response indicates that the connection should be closed, then it will be closed before the response is returned. When the connection is closed, the underlying socket is closed. + """ + # Raise the same error as http.client.HTTPConnection + if self._response_options is None: + raise ResponseNotReady() + + # Reset this attribute for being used again. + resp_options = self._response_options + self._response_options = None + + # Since the connection's timeout value may have been updated + # we need to set the timeout on the socket. + self.sock.settimeout(self.timeout) + + # This is needed here to avoid circular import errors + from .response import HTTPResponse + + # Save a reference to the shutdown function before ownership is passed + # to httplib_response + # TODO should we implement it everywhere? + _shutdown = getattr(self.sock, "shutdown", None) + + # Get the response from http.client.HTTPConnection + httplib_response = super().getresponse() + + try: + assert_header_parsing(httplib_response.msg) + except (HeaderParsingError, TypeError) as hpe: + log.warning( + "Failed to parse headers (url=%s): %s", + _url_from_connection(self, resp_options.request_url), + hpe, + exc_info=True, + ) + + headers = HTTPHeaderDict(httplib_response.msg.items()) + + response = HTTPResponse( + body=httplib_response, + headers=headers, + status=httplib_response.status, + version=httplib_response.version, + version_string=getattr(self, "_http_vsn_str", "HTTP/?"), + reason=httplib_response.reason, + preload_content=resp_options.preload_content, + decode_content=resp_options.decode_content, + original_response=httplib_response, + enforce_content_length=resp_options.enforce_content_length, + request_method=resp_options.request_method, + request_url=resp_options.request_url, + sock_shutdown=_shutdown, + ) + return response + + +class HTTPSConnection(HTTPConnection): + """ + Many of the parameters to this constructor are passed to the underlying SSL + socket by means of :py:func:`urllib3.util.ssl_wrap_socket`. + """ + + default_port = port_by_scheme["https"] # type: ignore[misc] + + cert_reqs: int | str | None = None + ca_certs: str | None = None + ca_cert_dir: str | None = None + ca_cert_data: None | str | bytes = None + ssl_version: int | str | None = None + ssl_minimum_version: int | None = None + ssl_maximum_version: int | None = None + assert_fingerprint: str | None = None + _connect_callback: typing.Callable[..., None] | None = None + + def __init__( + self, + host: str, + port: int | None = None, + *, + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + source_address: tuple[str, int] | None = None, + blocksize: int = 16384, + socket_options: None | ( + connection._TYPE_SOCKET_OPTIONS + ) = HTTPConnection.default_socket_options, + proxy: Url | None = None, + proxy_config: ProxyConfig | None = None, + cert_reqs: int | str | None = None, + assert_hostname: None | str | typing.Literal[False] = None, + assert_fingerprint: str | None = None, + server_hostname: str | None = None, + ssl_context: ssl.SSLContext | None = None, + ca_certs: str | None = None, + ca_cert_dir: str | None = None, + ca_cert_data: None | str | bytes = None, + ssl_minimum_version: int | None = None, + ssl_maximum_version: int | None = None, + ssl_version: int | str | None = None, # Deprecated + cert_file: str | None = None, + key_file: str | None = None, + key_password: str | None = None, + ) -> None: + super().__init__( + host, + port=port, + timeout=timeout, + source_address=source_address, + blocksize=blocksize, + socket_options=socket_options, + proxy=proxy, + proxy_config=proxy_config, + ) + + self.key_file = key_file + self.cert_file = cert_file + self.key_password = key_password + self.ssl_context = ssl_context + self.server_hostname = server_hostname + self.assert_hostname = assert_hostname + self.assert_fingerprint = assert_fingerprint + self.ssl_version = ssl_version + self.ssl_minimum_version = ssl_minimum_version + self.ssl_maximum_version = ssl_maximum_version + self.ca_certs = ca_certs and os.path.expanduser(ca_certs) + self.ca_cert_dir = ca_cert_dir and os.path.expanduser(ca_cert_dir) + self.ca_cert_data = ca_cert_data + + # cert_reqs depends on ssl_context so calculate last. + if cert_reqs is None: + if self.ssl_context is not None: + cert_reqs = self.ssl_context.verify_mode + else: + cert_reqs = resolve_cert_reqs(None) + self.cert_reqs = cert_reqs + self._connect_callback = None + + def set_cert( + self, + key_file: str | None = None, + cert_file: str | None = None, + cert_reqs: int | str | None = None, + key_password: str | None = None, + ca_certs: str | None = None, + assert_hostname: None | str | typing.Literal[False] = None, + assert_fingerprint: str | None = None, + ca_cert_dir: str | None = None, + ca_cert_data: None | str | bytes = None, + ) -> None: + """ + This method should only be called once, before the connection is used. + """ + warnings.warn( + "HTTPSConnection.set_cert() is deprecated and will be removed " + "in urllib3 v2.1.0. Instead provide the parameters to the " + "HTTPSConnection constructor.", + category=DeprecationWarning, + stacklevel=2, + ) + + # If cert_reqs is not provided we'll assume CERT_REQUIRED unless we also + # have an SSLContext object in which case we'll use its verify_mode. + if cert_reqs is None: + if self.ssl_context is not None: + cert_reqs = self.ssl_context.verify_mode + else: + cert_reqs = resolve_cert_reqs(None) + + self.key_file = key_file + self.cert_file = cert_file + self.cert_reqs = cert_reqs + self.key_password = key_password + self.assert_hostname = assert_hostname + self.assert_fingerprint = assert_fingerprint + self.ca_certs = ca_certs and os.path.expanduser(ca_certs) + self.ca_cert_dir = ca_cert_dir and os.path.expanduser(ca_cert_dir) + self.ca_cert_data = ca_cert_data + + def connect(self) -> None: + # Today we don't need to be doing this step before the /actual/ socket + # connection, however in the future we'll need to decide whether to + # create a new socket or re-use an existing "shared" socket as a part + # of the HTTP/2 handshake dance. + if self._tunnel_host is not None and self._tunnel_port is not None: + probe_http2_host = self._tunnel_host + probe_http2_port = self._tunnel_port + else: + probe_http2_host = self.host + probe_http2_port = self.port + + # Check if the target origin supports HTTP/2. + # If the value comes back as 'None' it means that the current thread + # is probing for HTTP/2 support. Otherwise, we're waiting for another + # probe to complete, or we get a value right away. + target_supports_http2: bool | None + if "h2" in ssl_.ALPN_PROTOCOLS: + target_supports_http2 = http2_probe.acquire_and_get( + host=probe_http2_host, port=probe_http2_port + ) + else: + # If HTTP/2 isn't going to be offered it doesn't matter if + # the target supports HTTP/2. Don't want to make a probe. + target_supports_http2 = False + + if self._connect_callback is not None: + self._connect_callback( + "before connect", + thread_id=threading.get_ident(), + target_supports_http2=target_supports_http2, + ) + + try: + sock: socket.socket | ssl.SSLSocket + self.sock = sock = self._new_conn() + server_hostname: str = self.host + tls_in_tls = False + + # Do we need to establish a tunnel? + if self.proxy_is_tunneling: + # We're tunneling to an HTTPS origin so need to do TLS-in-TLS. + if self._tunnel_scheme == "https": + # _connect_tls_proxy will verify and assign proxy_is_verified + self.sock = sock = self._connect_tls_proxy(self.host, sock) + tls_in_tls = True + elif self._tunnel_scheme == "http": + self.proxy_is_verified = False + + # If we're tunneling it means we're connected to our proxy. + self._has_connected_to_proxy = True + + self._tunnel() + # Override the host with the one we're requesting data from. + server_hostname = typing.cast(str, self._tunnel_host) + + if self.server_hostname is not None: + server_hostname = self.server_hostname + + is_time_off = datetime.date.today() < RECENT_DATE + if is_time_off: + warnings.warn( + ( + f"System time is way off (before {RECENT_DATE}). This will probably " + "lead to SSL verification errors" + ), + SystemTimeWarning, + ) + + # Remove trailing '.' from fqdn hostnames to allow certificate validation + server_hostname_rm_dot = server_hostname.rstrip(".") + + sock_and_verified = _ssl_wrap_socket_and_match_hostname( + sock=sock, + cert_reqs=self.cert_reqs, + ssl_version=self.ssl_version, + ssl_minimum_version=self.ssl_minimum_version, + ssl_maximum_version=self.ssl_maximum_version, + ca_certs=self.ca_certs, + ca_cert_dir=self.ca_cert_dir, + ca_cert_data=self.ca_cert_data, + cert_file=self.cert_file, + key_file=self.key_file, + key_password=self.key_password, + server_hostname=server_hostname_rm_dot, + ssl_context=self.ssl_context, + tls_in_tls=tls_in_tls, + assert_hostname=self.assert_hostname, + assert_fingerprint=self.assert_fingerprint, + ) + self.sock = sock_and_verified.socket + + # If an error occurs during connection/handshake we may need to release + # our lock so another connection can probe the origin. + except BaseException: + if self._connect_callback is not None: + self._connect_callback( + "after connect failure", + thread_id=threading.get_ident(), + target_supports_http2=target_supports_http2, + ) + + if target_supports_http2 is None: + http2_probe.set_and_release( + host=probe_http2_host, port=probe_http2_port, supports_http2=None + ) + raise + + # If this connection doesn't know if the origin supports HTTP/2 + # we report back to the HTTP/2 probe our result. + if target_supports_http2 is None: + supports_http2 = sock_and_verified.socket.selected_alpn_protocol() == "h2" + http2_probe.set_and_release( + host=probe_http2_host, + port=probe_http2_port, + supports_http2=supports_http2, + ) + + # Forwarding proxies can never have a verified target since + # the proxy is the one doing the verification. Should instead + # use a CONNECT tunnel in order to verify the target. + # See: https://github.com/urllib3/urllib3/issues/3267. + if self.proxy_is_forwarding: + self.is_verified = False + else: + self.is_verified = sock_and_verified.is_verified + + # If there's a proxy to be connected to we are fully connected. + # This is set twice (once above and here) due to forwarding proxies + # not using tunnelling. + self._has_connected_to_proxy = bool(self.proxy) + + # Set `self.proxy_is_verified` unless it's already set while + # establishing a tunnel. + if self._has_connected_to_proxy and self.proxy_is_verified is None: + self.proxy_is_verified = sock_and_verified.is_verified + + def _connect_tls_proxy(self, hostname: str, sock: socket.socket) -> ssl.SSLSocket: + """ + Establish a TLS connection to the proxy using the provided SSL context. + """ + # `_connect_tls_proxy` is called when self._tunnel_host is truthy. + proxy_config = typing.cast(ProxyConfig, self.proxy_config) + ssl_context = proxy_config.ssl_context + sock_and_verified = _ssl_wrap_socket_and_match_hostname( + sock, + cert_reqs=self.cert_reqs, + ssl_version=self.ssl_version, + ssl_minimum_version=self.ssl_minimum_version, + ssl_maximum_version=self.ssl_maximum_version, + ca_certs=self.ca_certs, + ca_cert_dir=self.ca_cert_dir, + ca_cert_data=self.ca_cert_data, + server_hostname=hostname, + ssl_context=ssl_context, + assert_hostname=proxy_config.assert_hostname, + assert_fingerprint=proxy_config.assert_fingerprint, + # Features that aren't implemented for proxies yet: + cert_file=None, + key_file=None, + key_password=None, + tls_in_tls=False, + ) + self.proxy_is_verified = sock_and_verified.is_verified + return sock_and_verified.socket # type: ignore[return-value] + + +class _WrappedAndVerifiedSocket(typing.NamedTuple): + """ + Wrapped socket and whether the connection is + verified after the TLS handshake + """ + + socket: ssl.SSLSocket | SSLTransport + is_verified: bool + + +def _ssl_wrap_socket_and_match_hostname( + sock: socket.socket, + *, + cert_reqs: None | str | int, + ssl_version: None | str | int, + ssl_minimum_version: int | None, + ssl_maximum_version: int | None, + cert_file: str | None, + key_file: str | None, + key_password: str | None, + ca_certs: str | None, + ca_cert_dir: str | None, + ca_cert_data: None | str | bytes, + assert_hostname: None | str | typing.Literal[False], + assert_fingerprint: str | None, + server_hostname: str | None, + ssl_context: ssl.SSLContext | None, + tls_in_tls: bool = False, +) -> _WrappedAndVerifiedSocket: + """Logic for constructing an SSLContext from all TLS parameters, passing + that down into ssl_wrap_socket, and then doing certificate verification + either via hostname or fingerprint. This function exists to guarantee + that both proxies and targets have the same behavior when connecting via TLS. + """ + default_ssl_context = False + if ssl_context is None: + default_ssl_context = True + context = create_urllib3_context( + ssl_version=resolve_ssl_version(ssl_version), + ssl_minimum_version=ssl_minimum_version, + ssl_maximum_version=ssl_maximum_version, + cert_reqs=resolve_cert_reqs(cert_reqs), + ) + else: + context = ssl_context + + context.verify_mode = resolve_cert_reqs(cert_reqs) + + # In some cases, we want to verify hostnames ourselves + if ( + # `ssl` can't verify fingerprints or alternate hostnames + assert_fingerprint + or assert_hostname + # assert_hostname can be set to False to disable hostname checking + or assert_hostname is False + # We still support OpenSSL 1.0.2, which prevents us from verifying + # hostnames easily: https://github.com/pyca/pyopenssl/pull/933 + or ssl_.IS_PYOPENSSL + or not ssl_.HAS_NEVER_CHECK_COMMON_NAME + ): + context.check_hostname = False + + # Try to load OS default certs if none are given. We need to do the hasattr() check + # for custom pyOpenSSL SSLContext objects because they don't support + # load_default_certs(). + if ( + not ca_certs + and not ca_cert_dir + and not ca_cert_data + and default_ssl_context + and hasattr(context, "load_default_certs") + ): + context.load_default_certs() + + # Ensure that IPv6 addresses are in the proper format and don't have a + # scope ID. Python's SSL module fails to recognize scoped IPv6 addresses + # and interprets them as DNS hostnames. + if server_hostname is not None: + normalized = server_hostname.strip("[]") + if "%" in normalized: + normalized = normalized[: normalized.rfind("%")] + if is_ipaddress(normalized): + server_hostname = normalized + + ssl_sock = ssl_wrap_socket( + sock=sock, + keyfile=key_file, + certfile=cert_file, + key_password=key_password, + ca_certs=ca_certs, + ca_cert_dir=ca_cert_dir, + ca_cert_data=ca_cert_data, + server_hostname=server_hostname, + ssl_context=context, + tls_in_tls=tls_in_tls, + ) + + try: + if assert_fingerprint: + _assert_fingerprint( + ssl_sock.getpeercert(binary_form=True), assert_fingerprint + ) + elif ( + context.verify_mode != ssl.CERT_NONE + and not context.check_hostname + and assert_hostname is not False + ): + cert: _TYPE_PEER_CERT_RET_DICT = ssl_sock.getpeercert() # type: ignore[assignment] + + # Need to signal to our match_hostname whether to use 'commonName' or not. + # If we're using our own constructed SSLContext we explicitly set 'False' + # because PyPy hard-codes 'True' from SSLContext.hostname_checks_common_name. + if default_ssl_context: + hostname_checks_common_name = False + else: + hostname_checks_common_name = ( + getattr(context, "hostname_checks_common_name", False) or False + ) + + _match_hostname( + cert, + assert_hostname or server_hostname, # type: ignore[arg-type] + hostname_checks_common_name, + ) + + return _WrappedAndVerifiedSocket( + socket=ssl_sock, + is_verified=context.verify_mode == ssl.CERT_REQUIRED + or bool(assert_fingerprint), + ) + except BaseException: + ssl_sock.close() + raise + + +def _match_hostname( + cert: _TYPE_PEER_CERT_RET_DICT | None, + asserted_hostname: str, + hostname_checks_common_name: bool = False, +) -> None: + # Our upstream implementation of ssl.match_hostname() + # only applies this normalization to IP addresses so it doesn't + # match DNS SANs so we do the same thing! + stripped_hostname = asserted_hostname.strip("[]") + if is_ipaddress(stripped_hostname): + asserted_hostname = stripped_hostname + + try: + match_hostname(cert, asserted_hostname, hostname_checks_common_name) + except CertificateError as e: + log.warning( + "Certificate did not match expected hostname: %s. Certificate: %s", + asserted_hostname, + cert, + ) + # Add cert to exception and reraise so client code can inspect + # the cert when catching the exception, if they want to + e._peer_cert = cert # type: ignore[attr-defined] + raise + + +def _wrap_proxy_error(err: Exception, proxy_scheme: str | None) -> ProxyError: + # Look for the phrase 'wrong version number', if found + # then we should warn the user that we're very sure that + # this proxy is HTTP-only and they have a configuration issue. + error_normalized = " ".join(re.split("[^a-z]", str(err).lower())) + is_likely_http_proxy = ( + "wrong version number" in error_normalized + or "unknown protocol" in error_normalized + or "record layer failure" in error_normalized + ) + http_proxy_warning = ( + ". Your proxy appears to only use HTTP and not HTTPS, " + "try changing your proxy URL to be HTTP. See: " + "https://urllib3.readthedocs.io/en/latest/advanced-usage.html" + "#https-proxy-error-http-proxy" + ) + new_err = ProxyError( + f"Unable to connect to proxy" + f"{http_proxy_warning if is_likely_http_proxy and proxy_scheme == 'https' else ''}", + err, + ) + new_err.__cause__ = err + return new_err + + +def _get_default_user_agent() -> str: + return f"python-urllib3/{__version__}" + + +class DummyConnection: + """Used to detect a failed ConnectionCls import.""" + + +if not ssl: + HTTPSConnection = DummyConnection # type: ignore[misc, assignment] # noqa: F811 + + +VerifiedHTTPSConnection = HTTPSConnection + + +def _url_from_connection( + conn: HTTPConnection | HTTPSConnection, path: str | None = None +) -> str: + """Returns the URL from a given connection. This is mainly used for testing and logging.""" + + scheme = "https" if isinstance(conn, HTTPSConnection) else "http" + + return Url(scheme=scheme, host=conn.host, port=conn.port, path=path).url diff --git a/llmlab/lib/python3.12/site-packages/urllib3/connectionpool.py b/llmlab/lib/python3.12/site-packages/urllib3/connectionpool.py new file mode 100644 index 0000000..3a0685b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/connectionpool.py @@ -0,0 +1,1178 @@ +from __future__ import annotations + +import errno +import logging +import queue +import sys +import typing +import warnings +import weakref +from socket import timeout as SocketTimeout +from types import TracebackType + +from ._base_connection import _TYPE_BODY +from ._collections import HTTPHeaderDict +from ._request_methods import RequestMethods +from .connection import ( + BaseSSLError, + BrokenPipeError, + DummyConnection, + HTTPConnection, + HTTPException, + HTTPSConnection, + ProxyConfig, + _wrap_proxy_error, +) +from .connection import port_by_scheme as port_by_scheme +from .exceptions import ( + ClosedPoolError, + EmptyPoolError, + FullPoolError, + HostChangedError, + InsecureRequestWarning, + LocationValueError, + MaxRetryError, + NewConnectionError, + ProtocolError, + ProxyError, + ReadTimeoutError, + SSLError, + TimeoutError, +) +from .response import BaseHTTPResponse +from .util.connection import is_connection_dropped +from .util.proxy import connection_requires_http_tunnel +from .util.request import _TYPE_BODY_POSITION, set_file_position +from .util.retry import Retry +from .util.ssl_match_hostname import CertificateError +from .util.timeout import _DEFAULT_TIMEOUT, _TYPE_DEFAULT, Timeout +from .util.url import Url, _encode_target +from .util.url import _normalize_host as normalize_host +from .util.url import parse_url +from .util.util import to_str + +if typing.TYPE_CHECKING: + import ssl + + from typing_extensions import Self + + from ._base_connection import BaseHTTPConnection, BaseHTTPSConnection + +log = logging.getLogger(__name__) + +_TYPE_TIMEOUT = typing.Union[Timeout, float, _TYPE_DEFAULT, None] + + +# Pool objects +class ConnectionPool: + """ + Base class for all connection pools, such as + :class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`. + + .. note:: + ConnectionPool.urlopen() does not normalize or percent-encode target URIs + which is useful if your target server doesn't support percent-encoded + target URIs. + """ + + scheme: str | None = None + QueueCls = queue.LifoQueue + + def __init__(self, host: str, port: int | None = None) -> None: + if not host: + raise LocationValueError("No host specified.") + + self.host = _normalize_host(host, scheme=self.scheme) + self.port = port + + # This property uses 'normalize_host()' (not '_normalize_host()') + # to avoid removing square braces around IPv6 addresses. + # This value is sent to `HTTPConnection.set_tunnel()` if called + # because square braces are required for HTTP CONNECT tunneling. + self._tunnel_host = normalize_host(host, scheme=self.scheme).lower() + + def __str__(self) -> str: + return f"{type(self).__name__}(host={self.host!r}, port={self.port!r})" + + def __enter__(self) -> Self: + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> typing.Literal[False]: + self.close() + # Return False to re-raise any potential exceptions + return False + + def close(self) -> None: + """ + Close all pooled connections and disable the pool. + """ + + +# This is taken from http://hg.python.org/cpython/file/7aaba721ebc0/Lib/socket.py#l252 +_blocking_errnos = {errno.EAGAIN, errno.EWOULDBLOCK} + + +class HTTPConnectionPool(ConnectionPool, RequestMethods): + """ + Thread-safe connection pool for one host. + + :param host: + Host used for this HTTP Connection (e.g. "localhost"), passed into + :class:`http.client.HTTPConnection`. + + :param port: + Port used for this HTTP Connection (None is equivalent to 80), passed + into :class:`http.client.HTTPConnection`. + + :param timeout: + Socket timeout in seconds for each individual connection. This can + be a float or integer, which sets the timeout for the HTTP request, + or an instance of :class:`urllib3.util.Timeout` which gives you more + fine-grained control over request timeouts. After the constructor has + been parsed, this is always a `urllib3.util.Timeout` object. + + :param maxsize: + Number of connections to save that can be reused. More than 1 is useful + in multithreaded situations. If ``block`` is set to False, more + connections will be created but they will not be saved once they've + been used. + + :param block: + If set to True, no more than ``maxsize`` connections will be used at + a time. When no free connections are available, the call will block + until a connection has been released. This is a useful side effect for + particular multithreaded situations where one does not want to use more + than maxsize connections per host to prevent flooding. + + :param headers: + Headers to include with all requests, unless other headers are given + explicitly. + + :param retries: + Retry configuration to use by default with requests in this pool. + + :param _proxy: + Parsed proxy URL, should not be used directly, instead, see + :class:`urllib3.ProxyManager` + + :param _proxy_headers: + A dictionary with proxy headers, should not be used directly, + instead, see :class:`urllib3.ProxyManager` + + :param \\**conn_kw: + Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`, + :class:`urllib3.connection.HTTPSConnection` instances. + """ + + scheme = "http" + ConnectionCls: type[BaseHTTPConnection] | type[BaseHTTPSConnection] = HTTPConnection + + def __init__( + self, + host: str, + port: int | None = None, + timeout: _TYPE_TIMEOUT | None = _DEFAULT_TIMEOUT, + maxsize: int = 1, + block: bool = False, + headers: typing.Mapping[str, str] | None = None, + retries: Retry | bool | int | None = None, + _proxy: Url | None = None, + _proxy_headers: typing.Mapping[str, str] | None = None, + _proxy_config: ProxyConfig | None = None, + **conn_kw: typing.Any, + ): + ConnectionPool.__init__(self, host, port) + RequestMethods.__init__(self, headers) + + if not isinstance(timeout, Timeout): + timeout = Timeout.from_float(timeout) + + if retries is None: + retries = Retry.DEFAULT + + self.timeout = timeout + self.retries = retries + + self.pool: queue.LifoQueue[typing.Any] | None = self.QueueCls(maxsize) + self.block = block + + self.proxy = _proxy + self.proxy_headers = _proxy_headers or {} + self.proxy_config = _proxy_config + + # Fill the queue up so that doing get() on it will block properly + for _ in range(maxsize): + self.pool.put(None) + + # These are mostly for testing and debugging purposes. + self.num_connections = 0 + self.num_requests = 0 + self.conn_kw = conn_kw + + if self.proxy: + # Enable Nagle's algorithm for proxies, to avoid packet fragmentation. + # We cannot know if the user has added default socket options, so we cannot replace the + # list. + self.conn_kw.setdefault("socket_options", []) + + self.conn_kw["proxy"] = self.proxy + self.conn_kw["proxy_config"] = self.proxy_config + + # Do not pass 'self' as callback to 'finalize'. + # Then the 'finalize' would keep an endless living (leak) to self. + # By just passing a reference to the pool allows the garbage collector + # to free self if nobody else has a reference to it. + pool = self.pool + + # Close all the HTTPConnections in the pool before the + # HTTPConnectionPool object is garbage collected. + weakref.finalize(self, _close_pool_connections, pool) + + def _new_conn(self) -> BaseHTTPConnection: + """ + Return a fresh :class:`HTTPConnection`. + """ + self.num_connections += 1 + log.debug( + "Starting new HTTP connection (%d): %s:%s", + self.num_connections, + self.host, + self.port or "80", + ) + + conn = self.ConnectionCls( + host=self.host, + port=self.port, + timeout=self.timeout.connect_timeout, + **self.conn_kw, + ) + return conn + + def _get_conn(self, timeout: float | None = None) -> BaseHTTPConnection: + """ + Get a connection. Will return a pooled connection if one is available. + + If no connections are available and :prop:`.block` is ``False``, then a + fresh connection is returned. + + :param timeout: + Seconds to wait before giving up and raising + :class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and + :prop:`.block` is ``True``. + """ + conn = None + + if self.pool is None: + raise ClosedPoolError(self, "Pool is closed.") + + try: + conn = self.pool.get(block=self.block, timeout=timeout) + + except AttributeError: # self.pool is None + raise ClosedPoolError(self, "Pool is closed.") from None # Defensive: + + except queue.Empty: + if self.block: + raise EmptyPoolError( + self, + "Pool is empty and a new connection can't be opened due to blocking mode.", + ) from None + pass # Oh well, we'll create a new connection then + + # If this is a persistent connection, check if it got disconnected + if conn and is_connection_dropped(conn): + log.debug("Resetting dropped connection: %s", self.host) + conn.close() + + return conn or self._new_conn() + + def _put_conn(self, conn: BaseHTTPConnection | None) -> None: + """ + Put a connection back into the pool. + + :param conn: + Connection object for the current host and port as returned by + :meth:`._new_conn` or :meth:`._get_conn`. + + If the pool is already full, the connection is closed and discarded + because we exceeded maxsize. If connections are discarded frequently, + then maxsize should be increased. + + If the pool is closed, then the connection will be closed and discarded. + """ + if self.pool is not None: + try: + self.pool.put(conn, block=False) + return # Everything is dandy, done. + except AttributeError: + # self.pool is None. + pass + except queue.Full: + # Connection never got put back into the pool, close it. + if conn: + conn.close() + + if self.block: + # This should never happen if you got the conn from self._get_conn + raise FullPoolError( + self, + "Pool reached maximum size and no more connections are allowed.", + ) from None + + log.warning( + "Connection pool is full, discarding connection: %s. Connection pool size: %s", + self.host, + self.pool.qsize(), + ) + + # Connection never got put back into the pool, close it. + if conn: + conn.close() + + def _validate_conn(self, conn: BaseHTTPConnection) -> None: + """ + Called right before a request is made, after the socket is created. + """ + + def _prepare_proxy(self, conn: BaseHTTPConnection) -> None: + # Nothing to do for HTTP connections. + pass + + def _get_timeout(self, timeout: _TYPE_TIMEOUT) -> Timeout: + """Helper that always returns a :class:`urllib3.util.Timeout`""" + if timeout is _DEFAULT_TIMEOUT: + return self.timeout.clone() + + if isinstance(timeout, Timeout): + return timeout.clone() + else: + # User passed us an int/float. This is for backwards compatibility, + # can be removed later + return Timeout.from_float(timeout) + + def _raise_timeout( + self, + err: BaseSSLError | OSError | SocketTimeout, + url: str, + timeout_value: _TYPE_TIMEOUT | None, + ) -> None: + """Is the error actually a timeout? Will raise a ReadTimeout or pass""" + + if isinstance(err, SocketTimeout): + raise ReadTimeoutError( + self, url, f"Read timed out. (read timeout={timeout_value})" + ) from err + + # See the above comment about EAGAIN in Python 3. + if hasattr(err, "errno") and err.errno in _blocking_errnos: + raise ReadTimeoutError( + self, url, f"Read timed out. (read timeout={timeout_value})" + ) from err + + def _make_request( + self, + conn: BaseHTTPConnection, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + retries: Retry | None = None, + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + chunked: bool = False, + response_conn: BaseHTTPConnection | None = None, + preload_content: bool = True, + decode_content: bool = True, + enforce_content_length: bool = True, + ) -> BaseHTTPResponse: + """ + Perform a request on a given urllib connection object taken from our + pool. + + :param conn: + a connection from one of our connection pools + + :param method: + HTTP request method (such as GET, POST, PUT, etc.) + + :param url: + The URL to perform the request on. + + :param body: + Data to send in the request body, either :class:`str`, :class:`bytes`, + an iterable of :class:`str`/:class:`bytes`, or a file-like object. + + :param headers: + Dictionary of custom headers to send, such as User-Agent, + If-None-Match, etc. If None, pool headers are used. If provided, + these headers completely replace any pool-specific headers. + + :param retries: + Configure the number of retries to allow before raising a + :class:`~urllib3.exceptions.MaxRetryError` exception. + + Pass ``None`` to retry until you receive a response. Pass a + :class:`~urllib3.util.retry.Retry` object for fine-grained control + over different types of retries. + Pass an integer number to retry connection errors that many times, + but no other types of errors. Pass zero to never retry. + + If ``False``, then retries are disabled and any exception is raised + immediately. Also, instead of raising a MaxRetryError on redirects, + the redirect response will be returned. + + :type retries: :class:`~urllib3.util.retry.Retry`, False, or an int. + + :param timeout: + If specified, overrides the default timeout for this one + request. It may be a float (in seconds) or an instance of + :class:`urllib3.util.Timeout`. + + :param chunked: + If True, urllib3 will send the body using chunked transfer + encoding. Otherwise, urllib3 will send the body using the standard + content-length form. Defaults to False. + + :param response_conn: + Set this to ``None`` if you will handle releasing the connection or + set the connection to have the response release it. + + :param preload_content: + If True, the response's body will be preloaded during construction. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + + :param enforce_content_length: + Enforce content length checking. Body returned by server must match + value of Content-Length header, if present. Otherwise, raise error. + """ + self.num_requests += 1 + + timeout_obj = self._get_timeout(timeout) + timeout_obj.start_connect() + conn.timeout = Timeout.resolve_default_timeout(timeout_obj.connect_timeout) + + try: + # Trigger any extra validation we need to do. + try: + self._validate_conn(conn) + except (SocketTimeout, BaseSSLError) as e: + self._raise_timeout(err=e, url=url, timeout_value=conn.timeout) + raise + + # _validate_conn() starts the connection to an HTTPS proxy + # so we need to wrap errors with 'ProxyError' here too. + except ( + OSError, + NewConnectionError, + TimeoutError, + BaseSSLError, + CertificateError, + SSLError, + ) as e: + new_e: Exception = e + if isinstance(e, (BaseSSLError, CertificateError)): + new_e = SSLError(e) + # If the connection didn't successfully connect to it's proxy + # then there + if isinstance( + new_e, (OSError, NewConnectionError, TimeoutError, SSLError) + ) and (conn and conn.proxy and not conn.has_connected_to_proxy): + new_e = _wrap_proxy_error(new_e, conn.proxy.scheme) + raise new_e + + # conn.request() calls http.client.*.request, not the method in + # urllib3.request. It also calls makefile (recv) on the socket. + try: + conn.request( + method, + url, + body=body, + headers=headers, + chunked=chunked, + preload_content=preload_content, + decode_content=decode_content, + enforce_content_length=enforce_content_length, + ) + + # We are swallowing BrokenPipeError (errno.EPIPE) since the server is + # legitimately able to close the connection after sending a valid response. + # With this behaviour, the received response is still readable. + except BrokenPipeError: + pass + except OSError as e: + # MacOS/Linux + # EPROTOTYPE and ECONNRESET are needed on macOS + # https://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/ + # Condition changed later to emit ECONNRESET instead of only EPROTOTYPE. + if e.errno != errno.EPROTOTYPE and e.errno != errno.ECONNRESET: + raise + + # Reset the timeout for the recv() on the socket + read_timeout = timeout_obj.read_timeout + + if not conn.is_closed: + # In Python 3 socket.py will catch EAGAIN and return None when you + # try and read into the file pointer created by http.client, which + # instead raises a BadStatusLine exception. Instead of catching + # the exception and assuming all BadStatusLine exceptions are read + # timeouts, check for a zero timeout before making the request. + if read_timeout == 0: + raise ReadTimeoutError( + self, url, f"Read timed out. (read timeout={read_timeout})" + ) + conn.timeout = read_timeout + + # Receive the response from the server + try: + response = conn.getresponse() + except (BaseSSLError, OSError) as e: + self._raise_timeout(err=e, url=url, timeout_value=read_timeout) + raise + + # Set properties that are used by the pooling layer. + response.retries = retries + response._connection = response_conn # type: ignore[attr-defined] + response._pool = self # type: ignore[attr-defined] + + log.debug( + '%s://%s:%s "%s %s %s" %s %s', + self.scheme, + self.host, + self.port, + method, + url, + response.version_string, + response.status, + response.length_remaining, + ) + + return response + + def close(self) -> None: + """ + Close all pooled connections and disable the pool. + """ + if self.pool is None: + return + # Disable access to the pool + old_pool, self.pool = self.pool, None + + # Close all the HTTPConnections in the pool. + _close_pool_connections(old_pool) + + def is_same_host(self, url: str) -> bool: + """ + Check if the given ``url`` is a member of the same host as this + connection pool. + """ + if url.startswith("/"): + return True + + # TODO: Add optional support for socket.gethostbyname checking. + scheme, _, host, port, *_ = parse_url(url) + scheme = scheme or "http" + if host is not None: + host = _normalize_host(host, scheme=scheme) + + # Use explicit default port for comparison when none is given + if self.port and not port: + port = port_by_scheme.get(scheme) + elif not self.port and port == port_by_scheme.get(scheme): + port = None + + return (scheme, host, port) == (self.scheme, self.host, self.port) + + def urlopen( # type: ignore[override] + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + retries: Retry | bool | int | None = None, + redirect: bool = True, + assert_same_host: bool = True, + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + pool_timeout: int | None = None, + release_conn: bool | None = None, + chunked: bool = False, + body_pos: _TYPE_BODY_POSITION | None = None, + preload_content: bool = True, + decode_content: bool = True, + **response_kw: typing.Any, + ) -> BaseHTTPResponse: + """ + Get a connection from the pool and perform an HTTP request. This is the + lowest level call for making a request, so you'll need to specify all + the raw details. + + .. note:: + + More commonly, it's appropriate to use a convenience method + such as :meth:`request`. + + .. note:: + + `release_conn` will only behave as expected if + `preload_content=False` because we want to make + `preload_content=False` the default behaviour someday soon without + breaking backwards compatibility. + + :param method: + HTTP request method (such as GET, POST, PUT, etc.) + + :param url: + The URL to perform the request on. + + :param body: + Data to send in the request body, either :class:`str`, :class:`bytes`, + an iterable of :class:`str`/:class:`bytes`, or a file-like object. + + :param headers: + Dictionary of custom headers to send, such as User-Agent, + If-None-Match, etc. If None, pool headers are used. If provided, + these headers completely replace any pool-specific headers. + + :param retries: + Configure the number of retries to allow before raising a + :class:`~urllib3.exceptions.MaxRetryError` exception. + + If ``None`` (default) will retry 3 times, see ``Retry.DEFAULT``. Pass a + :class:`~urllib3.util.retry.Retry` object for fine-grained control + over different types of retries. + Pass an integer number to retry connection errors that many times, + but no other types of errors. Pass zero to never retry. + + If ``False``, then retries are disabled and any exception is raised + immediately. Also, instead of raising a MaxRetryError on redirects, + the redirect response will be returned. + + :type retries: :class:`~urllib3.util.retry.Retry`, False, or an int. + + :param redirect: + If True, automatically handle redirects (status codes 301, 302, + 303, 307, 308). Each redirect counts as a retry. Disabling retries + will disable redirect, too. + + :param assert_same_host: + If ``True``, will make sure that the host of the pool requests is + consistent else will raise HostChangedError. When ``False``, you can + use the pool on an HTTP proxy and request foreign hosts. + + :param timeout: + If specified, overrides the default timeout for this one + request. It may be a float (in seconds) or an instance of + :class:`urllib3.util.Timeout`. + + :param pool_timeout: + If set and the pool is set to block=True, then this method will + block for ``pool_timeout`` seconds and raise EmptyPoolError if no + connection is available within the time period. + + :param bool preload_content: + If True, the response's body will be preloaded into memory. + + :param bool decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + + :param release_conn: + If False, then the urlopen call will not release the connection + back into the pool once a response is received (but will release if + you read the entire contents of the response such as when + `preload_content=True`). This is useful if you're not preloading + the response's content immediately. You will need to call + ``r.release_conn()`` on the response ``r`` to return the connection + back into the pool. If None, it takes the value of ``preload_content`` + which defaults to ``True``. + + :param bool chunked: + If True, urllib3 will send the body using chunked transfer + encoding. Otherwise, urllib3 will send the body using the standard + content-length form. Defaults to False. + + :param int body_pos: + Position to seek to in file-like body in the event of a retry or + redirect. Typically this won't need to be set because urllib3 will + auto-populate the value when needed. + """ + parsed_url = parse_url(url) + destination_scheme = parsed_url.scheme + + if headers is None: + headers = self.headers + + if not isinstance(retries, Retry): + retries = Retry.from_int(retries, redirect=redirect, default=self.retries) + + if release_conn is None: + release_conn = preload_content + + # Check host + if assert_same_host and not self.is_same_host(url): + raise HostChangedError(self, url, retries) + + # Ensure that the URL we're connecting to is properly encoded + if url.startswith("/"): + url = to_str(_encode_target(url)) + else: + url = to_str(parsed_url.url) + + conn = None + + # Track whether `conn` needs to be released before + # returning/raising/recursing. Update this variable if necessary, and + # leave `release_conn` constant throughout the function. That way, if + # the function recurses, the original value of `release_conn` will be + # passed down into the recursive call, and its value will be respected. + # + # See issue #651 [1] for details. + # + # [1] + release_this_conn = release_conn + + http_tunnel_required = connection_requires_http_tunnel( + self.proxy, self.proxy_config, destination_scheme + ) + + # Merge the proxy headers. Only done when not using HTTP CONNECT. We + # have to copy the headers dict so we can safely change it without those + # changes being reflected in anyone else's copy. + if not http_tunnel_required: + headers = headers.copy() # type: ignore[attr-defined] + headers.update(self.proxy_headers) # type: ignore[union-attr] + + # Must keep the exception bound to a separate variable or else Python 3 + # complains about UnboundLocalError. + err = None + + # Keep track of whether we cleanly exited the except block. This + # ensures we do proper cleanup in finally. + clean_exit = False + + # Rewind body position, if needed. Record current position + # for future rewinds in the event of a redirect/retry. + body_pos = set_file_position(body, body_pos) + + try: + # Request a connection from the queue. + timeout_obj = self._get_timeout(timeout) + conn = self._get_conn(timeout=pool_timeout) + + conn.timeout = timeout_obj.connect_timeout # type: ignore[assignment] + + # Is this a closed/new connection that requires CONNECT tunnelling? + if self.proxy is not None and http_tunnel_required and conn.is_closed: + try: + self._prepare_proxy(conn) + except (BaseSSLError, OSError, SocketTimeout) as e: + self._raise_timeout( + err=e, url=self.proxy.url, timeout_value=conn.timeout + ) + raise + + # If we're going to release the connection in ``finally:``, then + # the response doesn't need to know about the connection. Otherwise + # it will also try to release it and we'll have a double-release + # mess. + response_conn = conn if not release_conn else None + + # Make the request on the HTTPConnection object + response = self._make_request( + conn, + method, + url, + timeout=timeout_obj, + body=body, + headers=headers, + chunked=chunked, + retries=retries, + response_conn=response_conn, + preload_content=preload_content, + decode_content=decode_content, + **response_kw, + ) + + # Everything went great! + clean_exit = True + + except EmptyPoolError: + # Didn't get a connection from the pool, no need to clean up + clean_exit = True + release_this_conn = False + raise + + except ( + TimeoutError, + HTTPException, + OSError, + ProtocolError, + BaseSSLError, + SSLError, + CertificateError, + ProxyError, + ) as e: + # Discard the connection for these exceptions. It will be + # replaced during the next _get_conn() call. + clean_exit = False + new_e: Exception = e + if isinstance(e, (BaseSSLError, CertificateError)): + new_e = SSLError(e) + if isinstance( + new_e, + ( + OSError, + NewConnectionError, + TimeoutError, + SSLError, + HTTPException, + ), + ) and (conn and conn.proxy and not conn.has_connected_to_proxy): + new_e = _wrap_proxy_error(new_e, conn.proxy.scheme) + elif isinstance(new_e, (OSError, HTTPException)): + new_e = ProtocolError("Connection aborted.", new_e) + + retries = retries.increment( + method, url, error=new_e, _pool=self, _stacktrace=sys.exc_info()[2] + ) + retries.sleep() + + # Keep track of the error for the retry warning. + err = e + + finally: + if not clean_exit: + # We hit some kind of exception, handled or otherwise. We need + # to throw the connection away unless explicitly told not to. + # Close the connection, set the variable to None, and make sure + # we put the None back in the pool to avoid leaking it. + if conn: + conn.close() + conn = None + release_this_conn = True + + if release_this_conn: + # Put the connection back to be reused. If the connection is + # expired then it will be None, which will get replaced with a + # fresh connection during _get_conn. + self._put_conn(conn) + + if not conn: + # Try again + log.warning( + "Retrying (%r) after connection broken by '%r': %s", retries, err, url + ) + return self.urlopen( + method, + url, + body, + headers, + retries, + redirect, + assert_same_host, + timeout=timeout, + pool_timeout=pool_timeout, + release_conn=release_conn, + chunked=chunked, + body_pos=body_pos, + preload_content=preload_content, + decode_content=decode_content, + **response_kw, + ) + + # Handle redirect? + redirect_location = redirect and response.get_redirect_location() + if redirect_location: + if response.status == 303: + # Change the method according to RFC 9110, Section 15.4.4. + method = "GET" + # And lose the body not to transfer anything sensitive. + body = None + headers = HTTPHeaderDict(headers)._prepare_for_method_change() + + try: + retries = retries.increment(method, url, response=response, _pool=self) + except MaxRetryError: + if retries.raise_on_redirect: + response.drain_conn() + raise + return response + + response.drain_conn() + retries.sleep_for_retry(response) + log.debug("Redirecting %s -> %s", url, redirect_location) + return self.urlopen( + method, + redirect_location, + body, + headers, + retries=retries, + redirect=redirect, + assert_same_host=assert_same_host, + timeout=timeout, + pool_timeout=pool_timeout, + release_conn=release_conn, + chunked=chunked, + body_pos=body_pos, + preload_content=preload_content, + decode_content=decode_content, + **response_kw, + ) + + # Check if we should retry the HTTP response. + has_retry_after = bool(response.headers.get("Retry-After")) + if retries.is_retry(method, response.status, has_retry_after): + try: + retries = retries.increment(method, url, response=response, _pool=self) + except MaxRetryError: + if retries.raise_on_status: + response.drain_conn() + raise + return response + + response.drain_conn() + retries.sleep(response) + log.debug("Retry: %s", url) + return self.urlopen( + method, + url, + body, + headers, + retries=retries, + redirect=redirect, + assert_same_host=assert_same_host, + timeout=timeout, + pool_timeout=pool_timeout, + release_conn=release_conn, + chunked=chunked, + body_pos=body_pos, + preload_content=preload_content, + decode_content=decode_content, + **response_kw, + ) + + return response + + +class HTTPSConnectionPool(HTTPConnectionPool): + """ + Same as :class:`.HTTPConnectionPool`, but HTTPS. + + :class:`.HTTPSConnection` uses one of ``assert_fingerprint``, + ``assert_hostname`` and ``host`` in this order to verify connections. + If ``assert_hostname`` is False, no verification is done. + + The ``key_file``, ``cert_file``, ``cert_reqs``, ``ca_certs``, + ``ca_cert_dir``, ``ssl_version``, ``key_password`` are only used if :mod:`ssl` + is available and are fed into :meth:`urllib3.util.ssl_wrap_socket` to upgrade + the connection socket into an SSL socket. + """ + + scheme = "https" + ConnectionCls: type[BaseHTTPSConnection] = HTTPSConnection + + def __init__( + self, + host: str, + port: int | None = None, + timeout: _TYPE_TIMEOUT | None = _DEFAULT_TIMEOUT, + maxsize: int = 1, + block: bool = False, + headers: typing.Mapping[str, str] | None = None, + retries: Retry | bool | int | None = None, + _proxy: Url | None = None, + _proxy_headers: typing.Mapping[str, str] | None = None, + key_file: str | None = None, + cert_file: str | None = None, + cert_reqs: int | str | None = None, + key_password: str | None = None, + ca_certs: str | None = None, + ssl_version: int | str | None = None, + ssl_minimum_version: ssl.TLSVersion | None = None, + ssl_maximum_version: ssl.TLSVersion | None = None, + assert_hostname: str | typing.Literal[False] | None = None, + assert_fingerprint: str | None = None, + ca_cert_dir: str | None = None, + **conn_kw: typing.Any, + ) -> None: + super().__init__( + host, + port, + timeout, + maxsize, + block, + headers, + retries, + _proxy, + _proxy_headers, + **conn_kw, + ) + + self.key_file = key_file + self.cert_file = cert_file + self.cert_reqs = cert_reqs + self.key_password = key_password + self.ca_certs = ca_certs + self.ca_cert_dir = ca_cert_dir + self.ssl_version = ssl_version + self.ssl_minimum_version = ssl_minimum_version + self.ssl_maximum_version = ssl_maximum_version + self.assert_hostname = assert_hostname + self.assert_fingerprint = assert_fingerprint + + def _prepare_proxy(self, conn: HTTPSConnection) -> None: # type: ignore[override] + """Establishes a tunnel connection through HTTP CONNECT.""" + if self.proxy and self.proxy.scheme == "https": + tunnel_scheme = "https" + else: + tunnel_scheme = "http" + + conn.set_tunnel( + scheme=tunnel_scheme, + host=self._tunnel_host, + port=self.port, + headers=self.proxy_headers, + ) + conn.connect() + + def _new_conn(self) -> BaseHTTPSConnection: + """ + Return a fresh :class:`urllib3.connection.HTTPConnection`. + """ + self.num_connections += 1 + log.debug( + "Starting new HTTPS connection (%d): %s:%s", + self.num_connections, + self.host, + self.port or "443", + ) + + if not self.ConnectionCls or self.ConnectionCls is DummyConnection: # type: ignore[comparison-overlap] + raise ImportError( + "Can't connect to HTTPS URL because the SSL module is not available." + ) + + actual_host: str = self.host + actual_port = self.port + if self.proxy is not None and self.proxy.host is not None: + actual_host = self.proxy.host + actual_port = self.proxy.port + + return self.ConnectionCls( + host=actual_host, + port=actual_port, + timeout=self.timeout.connect_timeout, + cert_file=self.cert_file, + key_file=self.key_file, + key_password=self.key_password, + cert_reqs=self.cert_reqs, + ca_certs=self.ca_certs, + ca_cert_dir=self.ca_cert_dir, + assert_hostname=self.assert_hostname, + assert_fingerprint=self.assert_fingerprint, + ssl_version=self.ssl_version, + ssl_minimum_version=self.ssl_minimum_version, + ssl_maximum_version=self.ssl_maximum_version, + **self.conn_kw, + ) + + def _validate_conn(self, conn: BaseHTTPConnection) -> None: + """ + Called right before a request is made, after the socket is created. + """ + super()._validate_conn(conn) + + # Force connect early to allow us to validate the connection. + if conn.is_closed: + conn.connect() + + # TODO revise this, see https://github.com/urllib3/urllib3/issues/2791 + if not conn.is_verified and not conn.proxy_is_verified: + warnings.warn( + ( + f"Unverified HTTPS request is being made to host '{conn.host}'. " + "Adding certificate verification is strongly advised. See: " + "https://urllib3.readthedocs.io/en/latest/advanced-usage.html" + "#tls-warnings" + ), + InsecureRequestWarning, + ) + + +def connection_from_url(url: str, **kw: typing.Any) -> HTTPConnectionPool: + """ + Given a url, return an :class:`.ConnectionPool` instance of its host. + + This is a shortcut for not having to parse out the scheme, host, and port + of the url before creating an :class:`.ConnectionPool` instance. + + :param url: + Absolute URL string that must include the scheme. Port is optional. + + :param \\**kw: + Passes additional parameters to the constructor of the appropriate + :class:`.ConnectionPool`. Useful for specifying things like + timeout, maxsize, headers, etc. + + Example:: + + >>> conn = connection_from_url('http://google.com/') + >>> r = conn.request('GET', '/') + """ + scheme, _, host, port, *_ = parse_url(url) + scheme = scheme or "http" + port = port or port_by_scheme.get(scheme, 80) + if scheme == "https": + return HTTPSConnectionPool(host, port=port, **kw) # type: ignore[arg-type] + else: + return HTTPConnectionPool(host, port=port, **kw) # type: ignore[arg-type] + + +@typing.overload +def _normalize_host(host: None, scheme: str | None) -> None: ... + + +@typing.overload +def _normalize_host(host: str, scheme: str | None) -> str: ... + + +def _normalize_host(host: str | None, scheme: str | None) -> str | None: + """ + Normalize hosts for comparisons and use with sockets. + """ + + host = normalize_host(host, scheme) + + # httplib doesn't like it when we include brackets in IPv6 addresses + # Specifically, if we include brackets but also pass the port then + # httplib crazily doubles up the square brackets on the Host header. + # Instead, we need to make sure we never pass ``None`` as the port. + # However, for backward compatibility reasons we can't actually + # *assert* that. See http://bugs.python.org/issue28539 + if host and host.startswith("[") and host.endswith("]"): + host = host[1:-1] + return host + + +def _url_from_pool( + pool: HTTPConnectionPool | HTTPSConnectionPool, path: str | None = None +) -> str: + """Returns the URL from a given connection pool. This is mainly used for testing and logging.""" + return Url(scheme=pool.scheme, host=pool.host, port=pool.port, path=path).url + + +def _close_pool_connections(pool: queue.LifoQueue[typing.Any]) -> None: + """Drains a queue of connections and closes each one.""" + try: + while True: + conn = pool.get(block=False) + if conn: + conn.close() + except queue.Empty: + pass # Done. diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/__init__.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..72cb4f364e9f96275b170d9ba6d41c4c4f43186a GIT binary patch literal 188 zcmX@j%ge<81e%?X(n0iN5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!iq_A_&rQ`&OD{?+ z)=f^-&&kP+&q++uElDjd0datA{hZ7s{esGpjQl)fJwqe?;>?m%-GapA?8NlcV*S#h z9H6|hesX?ZNfA(Ce0*kJW=VX!UP0wA4x8Nkl+v73yCPPgU5r3n3}Sp_W@Kb6Vg|AR D(nB$N literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..876e056cbdec9c6d3790e9b1bd172ca4ea988936 GIT binary patch literal 27551 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/contrib/__pycache__/socks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..135c16a89597523c7018d117210fcfb6285f9865 GIT binary patch literal 8166 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 Ref*~f{6`4?>2n;E{|jSy9Af|g literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__init__.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__init__.py new file mode 100644 index 0000000..8a3c5be --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__init__.py @@ -0,0 +1,16 @@ +from __future__ import annotations + +import urllib3.connection + +from ...connectionpool import HTTPConnectionPool, HTTPSConnectionPool +from .connection import EmscriptenHTTPConnection, EmscriptenHTTPSConnection + + +def inject_into_urllib3() -> None: + # override connection classes to use emscripten specific classes + # n.b. mypy complains about the overriding of classes below + # if it isn't ignored + HTTPConnectionPool.ConnectionCls = EmscriptenHTTPConnection + HTTPSConnectionPool.ConnectionCls = EmscriptenHTTPSConnection + urllib3.connection.HTTPConnection = EmscriptenHTTPConnection # type: ignore[misc,assignment] + urllib3.connection.HTTPSConnection = EmscriptenHTTPSConnection # type: ignore[misc,assignment] diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e6a1c05aa64dfe12880b9f4f8acf33ee40c69d9 GIT binary patch literal 896 zcmaJljA6uwIw$4N;GiPVx6Q4|k}1z8aaL={L#Q6)NgIl1;Fbvd7{^JU1!(1l;n zKfuCoVL}Q*I;BFQ1ImV!PMvs{#!k|KH$1)fz5DLH`|f?K)v5^0{``A%RY2%kCz(O6 z4KI4&FHwL3%us|~jCEXK1-BR!1A`e+$t^{uYXV*hOjeF8*NQ4`1#&AWUl?w6Qm`v? zeVL8bj>mZ{JsHM49n6awEU5aslau3q%sKUS;W&<&YG~}kHaN$3=N}(MsV~ArQohYp z&F#tt-`4|VrXL5r@!|^vmq=zflB;JUMDj?QSy@_Hv{B6r&^e1E z>I_H1OWVHZFcuN!owg-SrA{Dr;BqIK$g`MtJI`M@X((ws@%)e8h^Ee}xdXkWfP*yu zCx?)bhmw#^GEt3?pTk!JB4e`Rhz3lc-;s8~eL^=DYW48c*q<6tXRX&$<6vqW&RV^T zw?B>j?;1Xw*>AG!hw)520v;@rDX1I^u8cvH&tJC?5q_M`oq-j z8c1LTmr5^H6*VZ|slQZOk18H&r+bPzxLfOG6bEBQUx_B9dQsB@aDR&!<16&!8a4l* PqhIL#jakNhyd?euwyoEm literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/connection.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..131080408ba31d1e4cd5511d8fe7aba893299a81 GIT binary patch literal 10237 zcmb_CTWlLwc6Z3(`zey5NKuc`)1qukmYrB>n#A!laqK9GEjKmYfTlPji!vYbol$IR z=~TPxcI_fToJALQc2lfV6i5OGZ5Aldd=|}q1n5WQ&|6QYPAzoXj{q$&S$na8_NV9E znIUOeHg=0%*=No<_ug|KbMCq4oZ&wQ0$u_oed#|=?d>Pzmq=K}VIbUH$`Nvf93vtT zxgsfX8ID8TR}k)~;b|}OB}c}=>UhAN87JTl(OGnr+!;5+T}4mHoAH)>8DGht z@iU&g7$^lZL56#Zp;9;#X1KT5R*GaI4EGhIrC26bYR|MY+Fy*9Ix-!A2gG18QA%c# zrOr%eDV0f;x-wmiA1Zd2dNMr>4};v^Om9iZ2po~@^LwmCHlNfDb8UmU_GkJ_1DOGi z*vNB4j9egM^t#Pxml=j;3u|IJ zR@CAhZ8G!thOFW?5bo}q?7T=M!-*tgI|lkDa!IJn@S;s}h<1F#A`h5@VNSqY408kK zVVD;%Ujy?qEC9S9!$N?C8P*0^gke#@Vhn4~IK?X zd;Eia)^o&d;vkIT7bnCakP!e`!|)7BA#uC7=>mV<*l3aoGtNj0r;TyaEu2U-k=~&t zny-1?A>ijgE0$tPbpe!VY;Q3q%YT%kCkkcdHO((dv$@5hlEt&JG_=0WM!Nr+7PmUd zmHcT*$yV4Ym6!Zem9iw%gxO*xr)Vz4&~VKTnym426!QKrTad)5B_Hyv_H9P{mIh17=FVFO%xdj{vuoI`0ujIt zI4M9vHz628kVdc>!Bzly)7%m#5Ip<`n!CFK$Q4rKY9tGoQEE1z(6q3km=_r#HM@d+ zS+PtqwbkrpPQ?BwlNAyBH+qS7pc?%|0+g%K5-IcG!=XmXW7X9hK(Xr;IjqiS)iKK7 zpm=B*u&63YJEl%q6zv9V`an8J;eIA`5P;?_$c3`3`C>(u zL^^?88XIVAD%)PRv*S>k_Gr8;6=$2$AN>+!T%KT+wYl-RN=X`@JwY@l!3|#3l9=cfIbO$zHt(Oz;fTTDBcG2X#gK_Y;H0(7mV>;<~vvt z9y++$;uYw`X1`2Sx1WtW4HvsBKet#uEs0uafl6TbM6@MvKPy^Ll=2l(YS3}1JX=9~ zW;VzcrSd6duCb@Mjd%#zOHt3~s<+@_$r!^+0}s&F0#h|+1b8YDDz-mjpk zW2NSw@3HXavoQnz_aN>#?|;L8mQw_)-jp$5(Z9Qlv*eupI62FuT~i0vxbY?XljGxS z+>;cYe$Zh%*eK0elE8wAhH>1F6%o1<9&kjJ9987A1!ayM;pWk%aj0hQynt=sN*1g18Kn0j z*oOe;M-KqdT$b0&oz}S5HBOT8nz77x)6&o*z<$IjH^odtD>(oM3hYY{Nua6ptG?jd z&s=)u>cCB3&uV+}%87SQTz>Id^xE_X$KOAG?a+s3K8gK9@@L6Ud@GTsK9z4o_FUY1 zJ2Ie#qiQs%4vu_q_^%IN-go8j4-bEmQ&Z`C9!J!B(WU!|Cw$ADxZzG*joozjeCdm* ziQbxyuu3xZ_s1|3RwtpGzzuh}CEhgK8-H_8XVpSP2c??%Vp|se0ee%lwamx}AiFzx~fp7fAL@+>Z2IJ@eD* zyVZIm{o$Dv|F+-WHfpxtj`UvRKJdKnsYgaX;a2<;zlHHU+t=hl*p`3VHnvwFp9!9Q z!}ib8@x8n3pY8Gk{&Qb^U!VQweGb6yv&3lXnKAn@AmG7}d3dfb-`%M+jM~O6Hs)?* z=r%HOHS#fMg|SD8((qj@Q}R77ZJUD7u?;*=iI#K4hRbHCpVu`17>7CxO-7T!)QPpA zxJhNgjopZisj1$3ETaC$g6n;x3WhbhWY2=|x% z<<&W`QW6ya2+cPmNMM|RTabkrnk$P!Svo6Js4$lUh9s2*xSL-uR2Jo8RWKaKF|TDJ z4$guw=m?HIgv&}5g-p{$35O^PGZke{IC&EMeRDKPJb6;UAx@qI=}m4{sbpDfaPnkB zv?;P6$wFySR$wZ^fm~6RnuDh~W1rV=u?Gia9_~{AL$|rn<}YxogKVq8tb}84*Dlpo z+^GjQ8k!gz%>x218|ePh;fHJ~Y(oyRD6dPnXNIFHiGosr#aCf(3#STYVT7$1cN(q; z(B&&GmSbyC1sJ8W#g?0g;}9oK|MLglmynl2=7uj25|`PiztBsfrO1DoHdlRp$8J? zmtZ?7>MW*ogjrfCF&#Ff6?0Y4Uf4#1&)nf6wga)K>BjDwyWX7RfsJ=NzOiC1jX!kX zH|}tyJ~ZVm}hJqm(F6dy$Hq->}z1mLt#90Q;gb{ z(TtJNk+x=mZPQVV0?WCQl+8kFGh3>Ni$%o!+3cCcT+yhZUX+OLqZZ0$TT-XlEX9bI zZbN|ffc^o3T?qCdKp%)6M{ojw<~9vfmA-~Nj5KHt0R~I#ZL=VWb|HxXonHA4N64QM zH9h&M^G15t^5K=paGl?!cI~e7yH^9LI-gqg2EKn#Wgry!{*)RUt@ER5Y`o5oulm~S ze7hPMtn-7biSFe?mt%FlTOCTT@a>nsQ|HsGp^-X2qI*euTz4fMeSr0ES0^4H;;eQ4i&4xHr;^@oFo*nnnrqcAM*SpIj#o~3zAre9zrZkl8@?zXKt?rnFs9E>9904{CJaL?)?n2B>A``j?F)wM0u~sl5^bY{< zZiIu1AQ{*MLUiA-V>^tJ>`{e5wRb?>wE3G9uvWuS-GNn30?TkA<|ZLQ_aNp)@n*+J zTyIBSoOJf+9f&1JvRh9g)=Bz?bd;ud;o#kX-F=yJJBIGYY>plf=nVeK=5Tb~wF9Oj z2Gc^G%@H$sfHm5+Gu}7Q&N%7pjibso3cCAHxVwJ~D)0liKsL?*XCMPCIYl1hZqWwW zSqD%~lY(y$KpEL!TgD^0fig0}$oH~Vh#9$I#H`$~)65OqAoq&$L#9NZ7zV1%r2LGs zGR96bV{C&QE6QreR*${10T}BF)I9pHFAy$x~uhsU^v;IWR>mPpyRwvkG>zk-^M^PlR6} z_; zUixf>ife7ADc=o#hM5WW$#T(1o19ZLMnHO22A7;l@b0uIR>QqoC@q#Saf>x3Gk30) zxz>N*1kHgCL&QpR#S_dodrb?$L~zlVu||WdMNGylTr3h@ps+~=@+?^Em~r2+d?UN% z*agS#Hg>Hoz~tzkB3K5Xg+MIKt|6FWdWBL1GJ-_}H3a7odp z0Xv??t8f~B#9bi@FpP4kqek9xKsuO%jE%j65XVi}s! zP#n!xk>MjtPMOoZ(zykQRlrT9>-CK3Cd-c})+KCzFQukzD!;cPYo08`H*l`9SvdiV zv4XL6&t=2^Krd!}9ModI8d>q5K|A?h0erhm?ma;~!AmYkuc-d8+SabdQjmO6v0r(GBQziLNhB1e=vOI2r8G1;;8xc_B2*EnBFcVX^P%;YrHr(t|# zl-+yJ4D_58M0?2(W^-gq5DBGr&!ct@GiHkU)T{M+Xc`Dbr?e^!0C} zK!UP`R!}fo;~R)ABRGSADJ;X7)>e_nHiYrmUNDSVV>GFTNydxDu*(c%#+i-5jwb8D z%rwK;E;9`MCnMPKOj!l)jb_tk_vW;l-J28JXek>_wmD#o;wLsbhoFD}-!2Oqj2)Us zk`2&MfOVF{*fkbN;I%<}5#V8@mjJ+z7>qNVmx{$~7E&2M04_^{J!_oX5;jF}4J&rR zW%Dfr4$;1An{Gr$mk+P@4=*2F3H8?bVMt{yKYww)&iBH1CkP5U>wG`>${1Wgq_9~H zCF^`r4JPV*LXC9Q`7X7sADax0EFW5F>w}0v9UfibJFY^<(N?s5vd&Mk@FITI3*m(s zSUl+vnt??Rc;SK6E&s#~|AY}>fCTlKJ!*O@A^^d0?;nQ1LmeH%e9YH;;oT z79yZXBNQ=&V<>`{5sDyYgd&JVNMJ;dA{NI`qyw=8h9XJCI!SC$Pa)PtI-kCBen&xt%!}0_^>{X z*ftXD(I*hwj#73Y_895t({W|`PKYdiJ&9P2BM`#CKiCq8ZD31`9by}!xBDSdigf7? zc)~V-NEc#mT#5%VFN*Xb28qgUJ%Cscmlr}TjLU07EP@M&B4)&9h+%B@n-0K?m=rZi zBNT&Cts@KfCH|m5&Y};CDLAE)uM{b!61BwrwQ{36oyPEbb`jD$5MEPseCP%2;WT_g z&4<#)^2Gvt$zvZTSeh4p^)mxM5wfy==z!w4NczVJ*bzZ@haEJ$d(Gc3$;QVHx0Mg3 z=;>&oMWs+2YvwR%0J(m~HGeu`#PA{HyBQz8)6g)Ij#){`&l#UhqQEddtgufkN05vo z=s=JFpas~Er1n0)fA67#Q_r!TV;f{d_UxFxiH(^_cnh)nGXQJur;Jp@GxS}k1%H#s zKL!9_2RQEEN&hd2=if-+*G|Gsenm$9i;UhO`)`o_Uy)%Tzal&CkU#v2r0$Sob#e@t zcgSyJ&Z@LelC6F2#3-9dQcuKZsiqH)v! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/fetch.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7144676e2181b2e508d710f5a62dc89f2859de0c GIT binary patch literal 28108 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 W*21D!+_2VR607dI&Ef{e8~+d8qcOe! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/__pycache__/request.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54ee3da7525229ea5da383f80be1317fa4efb65a GIT binary patch literal 1416 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py new file mode 100644 index 0000000..41bfd27 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/connection.py @@ -0,0 +1,255 @@ +from __future__ import annotations + +import os +import typing + +# use http.client.HTTPException for consistency with non-emscripten +from http.client import HTTPException as HTTPException # noqa: F401 +from http.client import ResponseNotReady + +from ..._base_connection import _TYPE_BODY +from ...connection import HTTPConnection, ProxyConfig, port_by_scheme +from ...exceptions import TimeoutError +from ...response import BaseHTTPResponse +from ...util.connection import _TYPE_SOCKET_OPTIONS +from ...util.timeout import _DEFAULT_TIMEOUT, _TYPE_TIMEOUT +from ...util.url import Url +from .fetch import _RequestError, _TimeoutError, send_request, send_streaming_request +from .request import EmscriptenRequest +from .response import EmscriptenHttpResponseWrapper, EmscriptenResponse + +if typing.TYPE_CHECKING: + from ..._base_connection import BaseHTTPConnection, BaseHTTPSConnection + + +class EmscriptenHTTPConnection: + default_port: typing.ClassVar[int] = port_by_scheme["http"] + default_socket_options: typing.ClassVar[_TYPE_SOCKET_OPTIONS] + + timeout: None | (float) + + host: str + port: int + blocksize: int + source_address: tuple[str, int] | None + socket_options: _TYPE_SOCKET_OPTIONS | None + + proxy: Url | None + proxy_config: ProxyConfig | None + + is_verified: bool = False + proxy_is_verified: bool | None = None + + _response: EmscriptenResponse | None + + def __init__( + self, + host: str, + port: int = 0, + *, + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + source_address: tuple[str, int] | None = None, + blocksize: int = 8192, + socket_options: _TYPE_SOCKET_OPTIONS | None = None, + proxy: Url | None = None, + proxy_config: ProxyConfig | None = None, + ) -> None: + self.host = host + self.port = port + self.timeout = timeout if isinstance(timeout, float) else 0.0 + self.scheme = "http" + self._closed = True + self._response = None + # ignore these things because we don't + # have control over that stuff + self.proxy = None + self.proxy_config = None + self.blocksize = blocksize + self.source_address = None + self.socket_options = None + self.is_verified = False + + def set_tunnel( + self, + host: str, + port: int | None = 0, + headers: typing.Mapping[str, str] | None = None, + scheme: str = "http", + ) -> None: + pass + + def connect(self) -> None: + pass + + def request( + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + # We know *at least* botocore is depending on the order of the + # first 3 parameters so to be safe we only mark the later ones + # as keyword-only to ensure we have space to extend. + *, + chunked: bool = False, + preload_content: bool = True, + decode_content: bool = True, + enforce_content_length: bool = True, + ) -> None: + self._closed = False + if url.startswith("/"): + # no scheme / host / port included, make a full url + url = f"{self.scheme}://{self.host}:{self.port}" + url + request = EmscriptenRequest( + url=url, + method=method, + timeout=self.timeout if self.timeout else 0, + decode_content=decode_content, + ) + request.set_body(body) + if headers: + for k, v in headers.items(): + request.set_header(k, v) + self._response = None + try: + if not preload_content: + self._response = send_streaming_request(request) + if self._response is None: + self._response = send_request(request) + except _TimeoutError as e: + raise TimeoutError(e.message) from e + except _RequestError as e: + raise HTTPException(e.message) from e + + def getresponse(self) -> BaseHTTPResponse: + if self._response is not None: + return EmscriptenHttpResponseWrapper( + internal_response=self._response, + url=self._response.request.url, + connection=self, + ) + else: + raise ResponseNotReady() + + def close(self) -> None: + self._closed = True + self._response = None + + @property + def is_closed(self) -> bool: + """Whether the connection either is brand new or has been previously closed. + If this property is True then both ``is_connected`` and ``has_connected_to_proxy`` + properties must be False. + """ + return self._closed + + @property + def is_connected(self) -> bool: + """Whether the connection is actively connected to any origin (proxy or target)""" + return True + + @property + def has_connected_to_proxy(self) -> bool: + """Whether the connection has successfully connected to its proxy. + This returns False if no proxy is in use. Used to determine whether + errors are coming from the proxy layer or from tunnelling to the target origin. + """ + return False + + +class EmscriptenHTTPSConnection(EmscriptenHTTPConnection): + default_port = port_by_scheme["https"] + # all this is basically ignored, as browser handles https + cert_reqs: int | str | None = None + ca_certs: str | None = None + ca_cert_dir: str | None = None + ca_cert_data: None | str | bytes = None + cert_file: str | None + key_file: str | None + key_password: str | None + ssl_context: typing.Any | None + ssl_version: int | str | None = None + ssl_minimum_version: int | None = None + ssl_maximum_version: int | None = None + assert_hostname: None | str | typing.Literal[False] + assert_fingerprint: str | None = None + + def __init__( + self, + host: str, + port: int = 0, + *, + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + source_address: tuple[str, int] | None = None, + blocksize: int = 16384, + socket_options: ( + None | _TYPE_SOCKET_OPTIONS + ) = HTTPConnection.default_socket_options, + proxy: Url | None = None, + proxy_config: ProxyConfig | None = None, + cert_reqs: int | str | None = None, + assert_hostname: None | str | typing.Literal[False] = None, + assert_fingerprint: str | None = None, + server_hostname: str | None = None, + ssl_context: typing.Any | None = None, + ca_certs: str | None = None, + ca_cert_dir: str | None = None, + ca_cert_data: None | str | bytes = None, + ssl_minimum_version: int | None = None, + ssl_maximum_version: int | None = None, + ssl_version: int | str | None = None, # Deprecated + cert_file: str | None = None, + key_file: str | None = None, + key_password: str | None = None, + ) -> None: + super().__init__( + host, + port=port, + timeout=timeout, + source_address=source_address, + blocksize=blocksize, + socket_options=socket_options, + proxy=proxy, + proxy_config=proxy_config, + ) + self.scheme = "https" + + self.key_file = key_file + self.cert_file = cert_file + self.key_password = key_password + self.ssl_context = ssl_context + self.server_hostname = server_hostname + self.assert_hostname = assert_hostname + self.assert_fingerprint = assert_fingerprint + self.ssl_version = ssl_version + self.ssl_minimum_version = ssl_minimum_version + self.ssl_maximum_version = ssl_maximum_version + self.ca_certs = ca_certs and os.path.expanduser(ca_certs) + self.ca_cert_dir = ca_cert_dir and os.path.expanduser(ca_cert_dir) + self.ca_cert_data = ca_cert_data + + self.cert_reqs = None + + # The browser will automatically verify all requests. + # We have no control over that setting. + self.is_verified = True + + def set_cert( + self, + key_file: str | None = None, + cert_file: str | None = None, + cert_reqs: int | str | None = None, + key_password: str | None = None, + ca_certs: str | None = None, + assert_hostname: None | str | typing.Literal[False] = None, + assert_fingerprint: str | None = None, + ca_cert_dir: str | None = None, + ca_cert_data: None | str | bytes = None, + ) -> None: + pass + + +# verify that this class implements BaseHTTP(s) connection correctly +if typing.TYPE_CHECKING: + _supports_http_protocol: BaseHTTPConnection = EmscriptenHTTPConnection("", 0) + _supports_https_protocol: BaseHTTPSConnection = EmscriptenHTTPSConnection("", 0) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js new file mode 100644 index 0000000..243b862 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/emscripten_fetch_worker.js @@ -0,0 +1,110 @@ +let Status = { + SUCCESS_HEADER: -1, + SUCCESS_EOF: -2, + ERROR_TIMEOUT: -3, + ERROR_EXCEPTION: -4, +}; + +let connections = {}; +let nextConnectionID = 1; +const encoder = new TextEncoder(); + +self.addEventListener("message", async function (event) { + if (event.data.close) { + let connectionID = event.data.close; + delete connections[connectionID]; + return; + } else if (event.data.getMore) { + let connectionID = event.data.getMore; + let { curOffset, value, reader, intBuffer, byteBuffer } = + connections[connectionID]; + // if we still have some in buffer, then just send it back straight away + if (!value || curOffset >= value.length) { + // read another buffer if required + try { + let readResponse = await reader.read(); + + if (readResponse.done) { + // read everything - clear connection and return + delete connections[connectionID]; + Atomics.store(intBuffer, 0, Status.SUCCESS_EOF); + Atomics.notify(intBuffer, 0); + // finished reading successfully + // return from event handler + return; + } + curOffset = 0; + connections[connectionID].value = readResponse.value; + value = readResponse.value; + } catch (error) { + console.log("Request exception:", error); + let errorBytes = encoder.encode(error.message); + let written = errorBytes.length; + byteBuffer.set(errorBytes); + intBuffer[1] = written; + Atomics.store(intBuffer, 0, Status.ERROR_EXCEPTION); + Atomics.notify(intBuffer, 0); + } + } + + // send as much buffer as we can + let curLen = value.length - curOffset; + if (curLen > byteBuffer.length) { + curLen = byteBuffer.length; + } + byteBuffer.set(value.subarray(curOffset, curOffset + curLen), 0); + + Atomics.store(intBuffer, 0, curLen); // store current length in bytes + Atomics.notify(intBuffer, 0); + curOffset += curLen; + connections[connectionID].curOffset = curOffset; + + return; + } else { + // start fetch + let connectionID = nextConnectionID; + nextConnectionID += 1; + const intBuffer = new Int32Array(event.data.buffer); + const byteBuffer = new Uint8Array(event.data.buffer, 8); + try { + const response = await fetch(event.data.url, event.data.fetchParams); + // return the headers first via textencoder + var headers = []; + for (const pair of response.headers.entries()) { + headers.push([pair[0], pair[1]]); + } + let headerObj = { + headers: headers, + status: response.status, + connectionID, + }; + const headerText = JSON.stringify(headerObj); + let headerBytes = encoder.encode(headerText); + let written = headerBytes.length; + byteBuffer.set(headerBytes); + intBuffer[1] = written; + // make a connection + connections[connectionID] = { + reader: response.body.getReader(), + intBuffer: intBuffer, + byteBuffer: byteBuffer, + value: undefined, + curOffset: 0, + }; + // set header ready + Atomics.store(intBuffer, 0, Status.SUCCESS_HEADER); + Atomics.notify(intBuffer, 0); + // all fetching after this goes through a new postmessage call with getMore + // this allows for parallel requests + } catch (error) { + console.log("Request exception:", error); + let errorBytes = encoder.encode(error.message); + let written = errorBytes.length; + byteBuffer.set(errorBytes); + intBuffer[1] = written; + Atomics.store(intBuffer, 0, Status.ERROR_EXCEPTION); + Atomics.notify(intBuffer, 0); + } + } +}); +self.postMessage({ inited: true }); diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/fetch.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/fetch.py new file mode 100644 index 0000000..a514306 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/fetch.py @@ -0,0 +1,708 @@ +""" +Support for streaming http requests in emscripten. + +A few caveats - + +If your browser (or Node.js) has WebAssembly JavaScript Promise Integration enabled +https://github.com/WebAssembly/js-promise-integration/blob/main/proposals/js-promise-integration/Overview.md +*and* you launch pyodide using `pyodide.runPythonAsync`, this will fetch data using the +JavaScript asynchronous fetch api (wrapped via `pyodide.ffi.call_sync`). In this case +timeouts and streaming should just work. + +Otherwise, it uses a combination of XMLHttpRequest and a web-worker for streaming. + +This approach has several caveats: + +Firstly, you can't do streaming http in the main UI thread, because atomics.wait isn't allowed. +Streaming only works if you're running pyodide in a web worker. + +Secondly, this uses an extra web worker and SharedArrayBuffer to do the asynchronous fetch +operation, so it requires that you have crossOriginIsolation enabled, by serving over https +(or from localhost) with the two headers below set: + + Cross-Origin-Opener-Policy: same-origin + Cross-Origin-Embedder-Policy: require-corp + +You can tell if cross origin isolation is successfully enabled by looking at the global crossOriginIsolated variable in +JavaScript console. If it isn't, streaming requests will fallback to XMLHttpRequest, i.e. getting the whole +request into a buffer and then returning it. it shows a warning in the JavaScript console in this case. + +Finally, the webworker which does the streaming fetch is created on initial import, but will only be started once +control is returned to javascript. Call `await wait_for_streaming_ready()` to wait for streaming fetch. + +NB: in this code, there are a lot of JavaScript objects. They are named js_* +to make it clear what type of object they are. +""" + +from __future__ import annotations + +import io +import json +from email.parser import Parser +from importlib.resources import files +from typing import TYPE_CHECKING, Any + +import js # type: ignore[import-not-found] +from pyodide.ffi import ( # type: ignore[import-not-found] + JsArray, + JsException, + JsProxy, + to_js, +) + +if TYPE_CHECKING: + from typing_extensions import Buffer + +from .request import EmscriptenRequest +from .response import EmscriptenResponse + +""" +There are some headers that trigger unintended CORS preflight requests. +See also https://github.com/koenvo/pyodide-http/issues/22 +""" +HEADERS_TO_IGNORE = ("user-agent",) + +SUCCESS_HEADER = -1 +SUCCESS_EOF = -2 +ERROR_TIMEOUT = -3 +ERROR_EXCEPTION = -4 + +_STREAMING_WORKER_CODE = ( + files(__package__) + .joinpath("emscripten_fetch_worker.js") + .read_text(encoding="utf-8") +) + + +class _RequestError(Exception): + def __init__( + self, + message: str | None = None, + *, + request: EmscriptenRequest | None = None, + response: EmscriptenResponse | None = None, + ): + self.request = request + self.response = response + self.message = message + super().__init__(self.message) + + +class _StreamingError(_RequestError): + pass + + +class _TimeoutError(_RequestError): + pass + + +def _obj_from_dict(dict_val: dict[str, Any]) -> JsProxy: + return to_js(dict_val, dict_converter=js.Object.fromEntries) + + +class _ReadStream(io.RawIOBase): + def __init__( + self, + int_buffer: JsArray, + byte_buffer: JsArray, + timeout: float, + worker: JsProxy, + connection_id: int, + request: EmscriptenRequest, + ): + self.int_buffer = int_buffer + self.byte_buffer = byte_buffer + self.read_pos = 0 + self.read_len = 0 + self.connection_id = connection_id + self.worker = worker + self.timeout = int(1000 * timeout) if timeout > 0 else None + self.is_live = True + self._is_closed = False + self.request: EmscriptenRequest | None = request + + def __del__(self) -> None: + self.close() + + # this is compatible with _base_connection + def is_closed(self) -> bool: + return self._is_closed + + # for compatibility with RawIOBase + @property + def closed(self) -> bool: + return self.is_closed() + + def close(self) -> None: + if self.is_closed(): + return + self.read_len = 0 + self.read_pos = 0 + self.int_buffer = None + self.byte_buffer = None + self._is_closed = True + self.request = None + if self.is_live: + self.worker.postMessage(_obj_from_dict({"close": self.connection_id})) + self.is_live = False + super().close() + + def readable(self) -> bool: + return True + + def writable(self) -> bool: + return False + + def seekable(self) -> bool: + return False + + def readinto(self, byte_obj: Buffer) -> int: + if not self.int_buffer: + raise _StreamingError( + "No buffer for stream in _ReadStream.readinto", + request=self.request, + response=None, + ) + if self.read_len == 0: + # wait for the worker to send something + js.Atomics.store(self.int_buffer, 0, ERROR_TIMEOUT) + self.worker.postMessage(_obj_from_dict({"getMore": self.connection_id})) + if ( + js.Atomics.wait(self.int_buffer, 0, ERROR_TIMEOUT, self.timeout) + == "timed-out" + ): + raise _TimeoutError + data_len = self.int_buffer[0] + if data_len > 0: + self.read_len = data_len + self.read_pos = 0 + elif data_len == ERROR_EXCEPTION: + string_len = self.int_buffer[1] + # decode the error string + js_decoder = js.TextDecoder.new() + json_str = js_decoder.decode(self.byte_buffer.slice(0, string_len)) + raise _StreamingError( + f"Exception thrown in fetch: {json_str}", + request=self.request, + response=None, + ) + else: + # EOF, free the buffers and return zero + # and free the request + self.is_live = False + self.close() + return 0 + # copy from int32array to python bytes + ret_length = min(self.read_len, len(memoryview(byte_obj))) + subarray = self.byte_buffer.subarray( + self.read_pos, self.read_pos + ret_length + ).to_py() + memoryview(byte_obj)[0:ret_length] = subarray + self.read_len -= ret_length + self.read_pos += ret_length + return ret_length + + +class _StreamingFetcher: + def __init__(self) -> None: + # make web-worker and data buffer on startup + self.streaming_ready = False + + js_data_blob = js.Blob.new( + to_js([_STREAMING_WORKER_CODE], create_pyproxies=False), + _obj_from_dict({"type": "application/javascript"}), + ) + + def promise_resolver(js_resolve_fn: JsProxy, js_reject_fn: JsProxy) -> None: + def onMsg(e: JsProxy) -> None: + self.streaming_ready = True + js_resolve_fn(e) + + def onErr(e: JsProxy) -> None: + js_reject_fn(e) # Defensive: never happens in ci + + self.js_worker.onmessage = onMsg + self.js_worker.onerror = onErr + + js_data_url = js.URL.createObjectURL(js_data_blob) + self.js_worker = js.globalThis.Worker.new(js_data_url) + self.js_worker_ready_promise = js.globalThis.Promise.new(promise_resolver) + + def send(self, request: EmscriptenRequest) -> EmscriptenResponse: + headers = { + k: v for k, v in request.headers.items() if k not in HEADERS_TO_IGNORE + } + + body = request.body + fetch_data = {"headers": headers, "body": to_js(body), "method": request.method} + # start the request off in the worker + timeout = int(1000 * request.timeout) if request.timeout > 0 else None + js_shared_buffer = js.SharedArrayBuffer.new(1048576) + js_int_buffer = js.Int32Array.new(js_shared_buffer) + js_byte_buffer = js.Uint8Array.new(js_shared_buffer, 8) + + js.Atomics.store(js_int_buffer, 0, ERROR_TIMEOUT) + js.Atomics.notify(js_int_buffer, 0) + js_absolute_url = js.URL.new(request.url, js.location).href + self.js_worker.postMessage( + _obj_from_dict( + { + "buffer": js_shared_buffer, + "url": js_absolute_url, + "fetchParams": fetch_data, + } + ) + ) + # wait for the worker to send something + js.Atomics.wait(js_int_buffer, 0, ERROR_TIMEOUT, timeout) + if js_int_buffer[0] == ERROR_TIMEOUT: + raise _TimeoutError( + "Timeout connecting to streaming request", + request=request, + response=None, + ) + elif js_int_buffer[0] == SUCCESS_HEADER: + # got response + # header length is in second int of intBuffer + string_len = js_int_buffer[1] + # decode the rest to a JSON string + js_decoder = js.TextDecoder.new() + # this does a copy (the slice) because decode can't work on shared array + # for some silly reason + json_str = js_decoder.decode(js_byte_buffer.slice(0, string_len)) + # get it as an object + response_obj = json.loads(json_str) + return EmscriptenResponse( + request=request, + status_code=response_obj["status"], + headers=response_obj["headers"], + body=_ReadStream( + js_int_buffer, + js_byte_buffer, + request.timeout, + self.js_worker, + response_obj["connectionID"], + request, + ), + ) + elif js_int_buffer[0] == ERROR_EXCEPTION: + string_len = js_int_buffer[1] + # decode the error string + js_decoder = js.TextDecoder.new() + json_str = js_decoder.decode(js_byte_buffer.slice(0, string_len)) + raise _StreamingError( + f"Exception thrown in fetch: {json_str}", request=request, response=None + ) + else: + raise _StreamingError( + f"Unknown status from worker in fetch: {js_int_buffer[0]}", + request=request, + response=None, + ) + + +class _JSPIReadStream(io.RawIOBase): + """ + A read stream that uses pyodide.ffi.run_sync to read from a JavaScript fetch + response. This requires support for WebAssembly JavaScript Promise Integration + in the containing browser, and for pyodide to be launched via runPythonAsync. + + :param js_read_stream: + The JavaScript stream reader + + :param timeout: + Timeout in seconds + + :param request: + The request we're handling + + :param response: + The response this stream relates to + + :param js_abort_controller: + A JavaScript AbortController object, used for timeouts + """ + + def __init__( + self, + js_read_stream: Any, + timeout: float, + request: EmscriptenRequest, + response: EmscriptenResponse, + js_abort_controller: Any, # JavaScript AbortController for timeouts + ): + self.js_read_stream = js_read_stream + self.timeout = timeout + self._is_closed = False + self._is_done = False + self.request: EmscriptenRequest | None = request + self.response: EmscriptenResponse | None = response + self.current_buffer = None + self.current_buffer_pos = 0 + self.js_abort_controller = js_abort_controller + + def __del__(self) -> None: + self.close() + + # this is compatible with _base_connection + def is_closed(self) -> bool: + return self._is_closed + + # for compatibility with RawIOBase + @property + def closed(self) -> bool: + return self.is_closed() + + def close(self) -> None: + if self.is_closed(): + return + self.read_len = 0 + self.read_pos = 0 + self.js_read_stream.cancel() + self.js_read_stream = None + self._is_closed = True + self._is_done = True + self.request = None + self.response = None + super().close() + + def readable(self) -> bool: + return True + + def writable(self) -> bool: + return False + + def seekable(self) -> bool: + return False + + def _get_next_buffer(self) -> bool: + result_js = _run_sync_with_timeout( + self.js_read_stream.read(), + self.timeout, + self.js_abort_controller, + request=self.request, + response=self.response, + ) + if result_js.done: + self._is_done = True + return False + else: + self.current_buffer = result_js.value.to_py() + self.current_buffer_pos = 0 + return True + + def readinto(self, byte_obj: Buffer) -> int: + if self.current_buffer is None: + if not self._get_next_buffer() or self.current_buffer is None: + self.close() + return 0 + ret_length = min( + len(byte_obj), len(self.current_buffer) - self.current_buffer_pos + ) + byte_obj[0:ret_length] = self.current_buffer[ + self.current_buffer_pos : self.current_buffer_pos + ret_length + ] + self.current_buffer_pos += ret_length + if self.current_buffer_pos == len(self.current_buffer): + self.current_buffer = None + return ret_length + + +# check if we are in a worker or not +def is_in_browser_main_thread() -> bool: + return hasattr(js, "window") and hasattr(js, "self") and js.self == js.window + + +def is_cross_origin_isolated() -> bool: + return hasattr(js, "crossOriginIsolated") and js.crossOriginIsolated + + +def is_in_node() -> bool: + return ( + hasattr(js, "process") + and hasattr(js.process, "release") + and hasattr(js.process.release, "name") + and js.process.release.name == "node" + ) + + +def is_worker_available() -> bool: + return hasattr(js, "Worker") and hasattr(js, "Blob") + + +_fetcher: _StreamingFetcher | None = None + +if is_worker_available() and ( + (is_cross_origin_isolated() and not is_in_browser_main_thread()) + and (not is_in_node()) +): + _fetcher = _StreamingFetcher() +else: + _fetcher = None + + +NODE_JSPI_ERROR = ( + "urllib3 only works in Node.js with pyodide.runPythonAsync" + " and requires the flag --experimental-wasm-stack-switching in " + " versions of node <24." +) + + +def send_streaming_request(request: EmscriptenRequest) -> EmscriptenResponse | None: + if has_jspi(): + return send_jspi_request(request, True) + elif is_in_node(): + raise _RequestError( + message=NODE_JSPI_ERROR, + request=request, + response=None, + ) + + if _fetcher and streaming_ready(): + return _fetcher.send(request) + else: + _show_streaming_warning() + return None + + +_SHOWN_TIMEOUT_WARNING = False + + +def _show_timeout_warning() -> None: + global _SHOWN_TIMEOUT_WARNING + if not _SHOWN_TIMEOUT_WARNING: + _SHOWN_TIMEOUT_WARNING = True + message = "Warning: Timeout is not available on main browser thread" + js.console.warn(message) + + +_SHOWN_STREAMING_WARNING = False + + +def _show_streaming_warning() -> None: + global _SHOWN_STREAMING_WARNING + if not _SHOWN_STREAMING_WARNING: + _SHOWN_STREAMING_WARNING = True + message = "Can't stream HTTP requests because: \n" + if not is_cross_origin_isolated(): + message += " Page is not cross-origin isolated\n" + if is_in_browser_main_thread(): + message += " Python is running in main browser thread\n" + if not is_worker_available(): + message += " Worker or Blob classes are not available in this environment." # Defensive: this is always False in browsers that we test in + if streaming_ready() is False: + message += """ Streaming fetch worker isn't ready. If you want to be sure that streaming fetch +is working, you need to call: 'await urllib3.contrib.emscripten.fetch.wait_for_streaming_ready()`""" + from js import console + + console.warn(message) + + +def send_request(request: EmscriptenRequest) -> EmscriptenResponse: + if has_jspi(): + return send_jspi_request(request, False) + elif is_in_node(): + raise _RequestError( + message=NODE_JSPI_ERROR, + request=request, + response=None, + ) + try: + js_xhr = js.XMLHttpRequest.new() + + if not is_in_browser_main_thread(): + js_xhr.responseType = "arraybuffer" + if request.timeout: + js_xhr.timeout = int(request.timeout * 1000) + else: + js_xhr.overrideMimeType("text/plain; charset=ISO-8859-15") + if request.timeout: + # timeout isn't available on the main thread - show a warning in console + # if it is set + _show_timeout_warning() + + js_xhr.open(request.method, request.url, False) + for name, value in request.headers.items(): + if name.lower() not in HEADERS_TO_IGNORE: + js_xhr.setRequestHeader(name, value) + + js_xhr.send(to_js(request.body)) + + headers = dict(Parser().parsestr(js_xhr.getAllResponseHeaders())) + + if not is_in_browser_main_thread(): + body = js_xhr.response.to_py().tobytes() + else: + body = js_xhr.response.encode("ISO-8859-15") + return EmscriptenResponse( + status_code=js_xhr.status, headers=headers, body=body, request=request + ) + except JsException as err: + if err.name == "TimeoutError": + raise _TimeoutError(err.message, request=request) + elif err.name == "NetworkError": + raise _RequestError(err.message, request=request) + else: + # general http error + raise _RequestError(err.message, request=request) + + +def send_jspi_request( + request: EmscriptenRequest, streaming: bool +) -> EmscriptenResponse: + """ + Send a request using WebAssembly JavaScript Promise Integration + to wrap the asynchronous JavaScript fetch api (experimental). + + :param request: + Request to send + + :param streaming: + Whether to stream the response + + :return: The response object + :rtype: EmscriptenResponse + """ + timeout = request.timeout + js_abort_controller = js.AbortController.new() + headers = {k: v for k, v in request.headers.items() if k not in HEADERS_TO_IGNORE} + req_body = request.body + fetch_data = { + "headers": headers, + "body": to_js(req_body), + "method": request.method, + "signal": js_abort_controller.signal, + } + # Call JavaScript fetch (async api, returns a promise) + fetcher_promise_js = js.fetch(request.url, _obj_from_dict(fetch_data)) + # Now suspend WebAssembly until we resolve that promise + # or time out. + response_js = _run_sync_with_timeout( + fetcher_promise_js, + timeout, + js_abort_controller, + request=request, + response=None, + ) + headers = {} + header_iter = response_js.headers.entries() + while True: + iter_value_js = header_iter.next() + if getattr(iter_value_js, "done", False): + break + else: + headers[str(iter_value_js.value[0])] = str(iter_value_js.value[1]) + status_code = response_js.status + body: bytes | io.RawIOBase = b"" + + response = EmscriptenResponse( + status_code=status_code, headers=headers, body=b"", request=request + ) + if streaming: + # get via inputstream + if response_js.body is not None: + # get a reader from the fetch response + body_stream_js = response_js.body.getReader() + body = _JSPIReadStream( + body_stream_js, timeout, request, response, js_abort_controller + ) + else: + # get directly via arraybuffer + # n.b. this is another async JavaScript call. + body = _run_sync_with_timeout( + response_js.arrayBuffer(), + timeout, + js_abort_controller, + request=request, + response=response, + ).to_py() + response.body = body + return response + + +def _run_sync_with_timeout( + promise: Any, + timeout: float, + js_abort_controller: Any, + request: EmscriptenRequest | None, + response: EmscriptenResponse | None, +) -> Any: + """ + Await a JavaScript promise synchronously with a timeout which is implemented + via the AbortController + + :param promise: + Javascript promise to await + + :param timeout: + Timeout in seconds + + :param js_abort_controller: + A JavaScript AbortController object, used on timeout + + :param request: + The request being handled + + :param response: + The response being handled (if it exists yet) + + :raises _TimeoutError: If the request times out + :raises _RequestError: If the request raises a JavaScript exception + + :return: The result of awaiting the promise. + """ + timer_id = None + if timeout > 0: + timer_id = js.setTimeout( + js_abort_controller.abort.bind(js_abort_controller), int(timeout * 1000) + ) + try: + from pyodide.ffi import run_sync + + # run_sync here uses WebAssembly JavaScript Promise Integration to + # suspend python until the JavaScript promise resolves. + return run_sync(promise) + except JsException as err: + if err.name == "AbortError": + raise _TimeoutError( + message="Request timed out", request=request, response=response + ) + else: + raise _RequestError(message=err.message, request=request, response=response) + finally: + if timer_id is not None: + js.clearTimeout(timer_id) + + +def has_jspi() -> bool: + """ + Return true if jspi can be used. + + This requires both browser support and also WebAssembly + to be in the correct state - i.e. that the javascript + call into python was async not sync. + + :return: True if jspi can be used. + :rtype: bool + """ + try: + from pyodide.ffi import can_run_sync, run_sync # noqa: F401 + + return bool(can_run_sync()) + except ImportError: + return False + + +def streaming_ready() -> bool | None: + if _fetcher: + return _fetcher.streaming_ready + else: + return None # no fetcher, return None to signify that + + +async def wait_for_streaming_ready() -> bool: + if _fetcher: + await _fetcher.js_worker_ready_promise + return True + else: + return False diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/request.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/request.py new file mode 100644 index 0000000..e692e69 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/request.py @@ -0,0 +1,22 @@ +from __future__ import annotations + +from dataclasses import dataclass, field + +from ..._base_connection import _TYPE_BODY + + +@dataclass +class EmscriptenRequest: + method: str + url: str + params: dict[str, str] | None = None + body: _TYPE_BODY | None = None + headers: dict[str, str] = field(default_factory=dict) + timeout: float = 0 + decode_content: bool = True + + def set_header(self, name: str, value: str) -> None: + self.headers[name.capitalize()] = value + + def set_body(self, body: _TYPE_BODY | None) -> None: + self.body = body diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/response.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/response.py new file mode 100644 index 0000000..b32b402 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/emscripten/response.py @@ -0,0 +1,285 @@ +from __future__ import annotations + +import json as _json +import logging +import typing +from contextlib import contextmanager +from dataclasses import dataclass +from http.client import HTTPException as HTTPException +from io import BytesIO, IOBase + +from ...exceptions import InvalidHeader, TimeoutError +from ...response import BaseHTTPResponse +from ...util.retry import Retry +from .request import EmscriptenRequest + +if typing.TYPE_CHECKING: + from ..._base_connection import BaseHTTPConnection, BaseHTTPSConnection + +log = logging.getLogger(__name__) + + +@dataclass +class EmscriptenResponse: + status_code: int + headers: dict[str, str] + body: IOBase | bytes + request: EmscriptenRequest + + +class EmscriptenHttpResponseWrapper(BaseHTTPResponse): + def __init__( + self, + internal_response: EmscriptenResponse, + url: str | None = None, + connection: BaseHTTPConnection | BaseHTTPSConnection | None = None, + ): + self._pool = None # set by pool class + self._body = None + self._response = internal_response + self._url = url + self._connection = connection + self._closed = False + super().__init__( + headers=internal_response.headers, + status=internal_response.status_code, + request_url=url, + version=0, + version_string="HTTP/?", + reason="", + decode_content=True, + ) + self.length_remaining = self._init_length(self._response.request.method) + self.length_is_certain = False + + @property + def url(self) -> str | None: + return self._url + + @url.setter + def url(self, url: str | None) -> None: + self._url = url + + @property + def connection(self) -> BaseHTTPConnection | BaseHTTPSConnection | None: + return self._connection + + @property + def retries(self) -> Retry | None: + return self._retries + + @retries.setter + def retries(self, retries: Retry | None) -> None: + # Override the request_url if retries has a redirect location. + self._retries = retries + + def stream( + self, amt: int | None = 2**16, decode_content: bool | None = None + ) -> typing.Generator[bytes]: + """ + A generator wrapper for the read() method. A call will block until + ``amt`` bytes have been read from the connection or until the + connection is closed. + + :param amt: + How much of the content to read. The generator will return up to + much data per iteration, but may return less. This is particularly + likely when using compressed data. However, the empty string will + never be returned. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + """ + while True: + data = self.read(amt=amt, decode_content=decode_content) + + if data: + yield data + else: + break + + def _init_length(self, request_method: str | None) -> int | None: + length: int | None + content_length: str | None = self.headers.get("content-length") + + if content_length is not None: + try: + # RFC 7230 section 3.3.2 specifies multiple content lengths can + # be sent in a single Content-Length header + # (e.g. Content-Length: 42, 42). This line ensures the values + # are all valid ints and that as long as the `set` length is 1, + # all values are the same. Otherwise, the header is invalid. + lengths = {int(val) for val in content_length.split(",")} + if len(lengths) > 1: + raise InvalidHeader( + "Content-Length contained multiple " + "unmatching values (%s)" % content_length + ) + length = lengths.pop() + except ValueError: + length = None + else: + if length < 0: + length = None + + else: # if content_length is None + length = None + + # Check for responses that shouldn't include a body + if ( + self.status in (204, 304) + or 100 <= self.status < 200 + or request_method == "HEAD" + ): + length = 0 + + return length + + def read( + self, + amt: int | None = None, + decode_content: bool | None = None, # ignored because browser decodes always + cache_content: bool = False, + ) -> bytes: + if ( + self._closed + or self._response is None + or (isinstance(self._response.body, IOBase) and self._response.body.closed) + ): + return b"" + + with self._error_catcher(): + # body has been preloaded as a string by XmlHttpRequest + if not isinstance(self._response.body, IOBase): + self.length_remaining = len(self._response.body) + self.length_is_certain = True + # wrap body in IOStream + self._response.body = BytesIO(self._response.body) + if amt is not None and amt >= 0: + # don't cache partial content + cache_content = False + data = self._response.body.read(amt) + if self.length_remaining is not None: + self.length_remaining = max(self.length_remaining - len(data), 0) + if (self.length_is_certain and self.length_remaining == 0) or len( + data + ) < amt: + # definitely finished reading, close response stream + self._response.body.close() + return typing.cast(bytes, data) + else: # read all we can (and cache it) + data = self._response.body.read() + if cache_content: + self._body = data + if self.length_remaining is not None: + self.length_remaining = max(self.length_remaining - len(data), 0) + if len(data) == 0 or ( + self.length_is_certain and self.length_remaining == 0 + ): + # definitely finished reading, close response stream + self._response.body.close() + return typing.cast(bytes, data) + + def read_chunked( + self, + amt: int | None = None, + decode_content: bool | None = None, + ) -> typing.Generator[bytes]: + # chunked is handled by browser + while True: + bytes = self.read(amt, decode_content) + if not bytes: + break + yield bytes + + def release_conn(self) -> None: + if not self._pool or not self._connection: + return None + + self._pool._put_conn(self._connection) + self._connection = None + + def drain_conn(self) -> None: + self.close() + + @property + def data(self) -> bytes: + if self._body: + return self._body + else: + return self.read(cache_content=True) + + def json(self) -> typing.Any: + """ + Deserializes the body of the HTTP response as a Python object. + + The body of the HTTP response must be encoded using UTF-8, as per + `RFC 8529 Section 8.1 `_. + + To use a custom JSON decoder pass the result of :attr:`HTTPResponse.data` to + your custom decoder instead. + + If the body of the HTTP response is not decodable to UTF-8, a + `UnicodeDecodeError` will be raised. If the body of the HTTP response is not a + valid JSON document, a `json.JSONDecodeError` will be raised. + + Read more :ref:`here `. + + :returns: The body of the HTTP response as a Python object. + """ + data = self.data.decode("utf-8") + return _json.loads(data) + + def close(self) -> None: + if not self._closed: + if isinstance(self._response.body, IOBase): + self._response.body.close() + if self._connection: + self._connection.close() + self._connection = None + self._closed = True + + @contextmanager + def _error_catcher(self) -> typing.Generator[None]: + """ + Catch Emscripten specific exceptions thrown by fetch.py, + instead re-raising urllib3 variants, so that low-level exceptions + are not leaked in the high-level api. + + On exit, release the connection back to the pool. + """ + from .fetch import _RequestError, _TimeoutError # avoid circular import + + clean_exit = False + + try: + yield + # If no exception is thrown, we should avoid cleaning up + # unnecessarily. + clean_exit = True + except _TimeoutError as e: + raise TimeoutError(str(e)) + except _RequestError as e: + raise HTTPException(str(e)) + finally: + # If we didn't terminate cleanly, we need to throw away our + # connection. + if not clean_exit: + # The response may not be closed but we're not going to use it + # anymore so close it now + if ( + isinstance(self._response.body, IOBase) + and not self._response.body.closed + ): + self._response.body.close() + # release the connection back to the pool + self.release_conn() + else: + # If we have read everything from the response stream, + # return the connection back to the pool. + if ( + isinstance(self._response.body, IOBase) + and self._response.body.closed + ): + self.release_conn() diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/pyopenssl.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/pyopenssl.py new file mode 100644 index 0000000..ed65430 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/pyopenssl.py @@ -0,0 +1,554 @@ +""" +Module for using pyOpenSSL as a TLS backend. This module was relevant before +the standard library ``ssl`` module supported SNI, but now that we've dropped +support for Python 2.7 all relevant Python versions support SNI so +**this module is no longer recommended**. + +This needs the following packages installed: + +* `pyOpenSSL`_ (tested with 16.0.0) +* `cryptography`_ (minimum 1.3.4, from pyopenssl) +* `idna`_ (minimum 2.0) + +However, pyOpenSSL depends on cryptography, so while we use all three directly here we +end up having relatively few packages required. + +You can install them with the following command: + +.. code-block:: bash + + $ python -m pip install pyopenssl cryptography idna + +To activate certificate checking, call +:func:`~urllib3.contrib.pyopenssl.inject_into_urllib3` from your Python code +before you begin making HTTP requests. This can be done in a ``sitecustomize`` +module, or at any other time before your application begins using ``urllib3``, +like this: + +.. code-block:: python + + try: + import urllib3.contrib.pyopenssl + urllib3.contrib.pyopenssl.inject_into_urllib3() + except ImportError: + pass + +.. _pyopenssl: https://www.pyopenssl.org +.. _cryptography: https://cryptography.io +.. _idna: https://github.com/kjd/idna +""" + +from __future__ import annotations + +import OpenSSL.SSL # type: ignore[import-untyped] +from cryptography import x509 + +try: + from cryptography.x509 import UnsupportedExtension # type: ignore[attr-defined] +except ImportError: + # UnsupportedExtension is gone in cryptography >= 2.1.0 + class UnsupportedExtension(Exception): # type: ignore[no-redef] + pass + + +import logging +import ssl +import typing +from io import BytesIO +from socket import socket as socket_cls +from socket import timeout + +from .. import util + +if typing.TYPE_CHECKING: + from OpenSSL.crypto import X509 # type: ignore[import-untyped] + + +__all__ = ["inject_into_urllib3", "extract_from_urllib3"] + +# Map from urllib3 to PyOpenSSL compatible parameter-values. +_openssl_versions: dict[int, int] = { + util.ssl_.PROTOCOL_TLS: OpenSSL.SSL.SSLv23_METHOD, # type: ignore[attr-defined] + util.ssl_.PROTOCOL_TLS_CLIENT: OpenSSL.SSL.SSLv23_METHOD, # type: ignore[attr-defined] + ssl.PROTOCOL_TLSv1: OpenSSL.SSL.TLSv1_METHOD, +} + +if hasattr(ssl, "PROTOCOL_TLSv1_1") and hasattr(OpenSSL.SSL, "TLSv1_1_METHOD"): + _openssl_versions[ssl.PROTOCOL_TLSv1_1] = OpenSSL.SSL.TLSv1_1_METHOD + +if hasattr(ssl, "PROTOCOL_TLSv1_2") and hasattr(OpenSSL.SSL, "TLSv1_2_METHOD"): + _openssl_versions[ssl.PROTOCOL_TLSv1_2] = OpenSSL.SSL.TLSv1_2_METHOD + + +_stdlib_to_openssl_verify = { + ssl.CERT_NONE: OpenSSL.SSL.VERIFY_NONE, + ssl.CERT_OPTIONAL: OpenSSL.SSL.VERIFY_PEER, + ssl.CERT_REQUIRED: OpenSSL.SSL.VERIFY_PEER + + OpenSSL.SSL.VERIFY_FAIL_IF_NO_PEER_CERT, +} +_openssl_to_stdlib_verify = {v: k for k, v in _stdlib_to_openssl_verify.items()} + +# The SSLvX values are the most likely to be missing in the future +# but we check them all just to be sure. +_OP_NO_SSLv2_OR_SSLv3: int = getattr(OpenSSL.SSL, "OP_NO_SSLv2", 0) | getattr( + OpenSSL.SSL, "OP_NO_SSLv3", 0 +) +_OP_NO_TLSv1: int = getattr(OpenSSL.SSL, "OP_NO_TLSv1", 0) +_OP_NO_TLSv1_1: int = getattr(OpenSSL.SSL, "OP_NO_TLSv1_1", 0) +_OP_NO_TLSv1_2: int = getattr(OpenSSL.SSL, "OP_NO_TLSv1_2", 0) +_OP_NO_TLSv1_3: int = getattr(OpenSSL.SSL, "OP_NO_TLSv1_3", 0) + +_openssl_to_ssl_minimum_version: dict[int, int] = { + ssl.TLSVersion.MINIMUM_SUPPORTED: _OP_NO_SSLv2_OR_SSLv3, + ssl.TLSVersion.TLSv1: _OP_NO_SSLv2_OR_SSLv3, + ssl.TLSVersion.TLSv1_1: _OP_NO_SSLv2_OR_SSLv3 | _OP_NO_TLSv1, + ssl.TLSVersion.TLSv1_2: _OP_NO_SSLv2_OR_SSLv3 | _OP_NO_TLSv1 | _OP_NO_TLSv1_1, + ssl.TLSVersion.TLSv1_3: ( + _OP_NO_SSLv2_OR_SSLv3 | _OP_NO_TLSv1 | _OP_NO_TLSv1_1 | _OP_NO_TLSv1_2 + ), + ssl.TLSVersion.MAXIMUM_SUPPORTED: ( + _OP_NO_SSLv2_OR_SSLv3 | _OP_NO_TLSv1 | _OP_NO_TLSv1_1 | _OP_NO_TLSv1_2 + ), +} +_openssl_to_ssl_maximum_version: dict[int, int] = { + ssl.TLSVersion.MINIMUM_SUPPORTED: ( + _OP_NO_SSLv2_OR_SSLv3 + | _OP_NO_TLSv1 + | _OP_NO_TLSv1_1 + | _OP_NO_TLSv1_2 + | _OP_NO_TLSv1_3 + ), + ssl.TLSVersion.TLSv1: ( + _OP_NO_SSLv2_OR_SSLv3 | _OP_NO_TLSv1_1 | _OP_NO_TLSv1_2 | _OP_NO_TLSv1_3 + ), + ssl.TLSVersion.TLSv1_1: _OP_NO_SSLv2_OR_SSLv3 | _OP_NO_TLSv1_2 | _OP_NO_TLSv1_3, + ssl.TLSVersion.TLSv1_2: _OP_NO_SSLv2_OR_SSLv3 | _OP_NO_TLSv1_3, + ssl.TLSVersion.TLSv1_3: _OP_NO_SSLv2_OR_SSLv3, + ssl.TLSVersion.MAXIMUM_SUPPORTED: _OP_NO_SSLv2_OR_SSLv3, +} + +# OpenSSL will only write 16K at a time +SSL_WRITE_BLOCKSIZE = 16384 + +orig_util_SSLContext = util.ssl_.SSLContext + + +log = logging.getLogger(__name__) + + +def inject_into_urllib3() -> None: + "Monkey-patch urllib3 with PyOpenSSL-backed SSL-support." + + _validate_dependencies_met() + + util.SSLContext = PyOpenSSLContext # type: ignore[assignment] + util.ssl_.SSLContext = PyOpenSSLContext # type: ignore[assignment] + util.IS_PYOPENSSL = True + util.ssl_.IS_PYOPENSSL = True + + +def extract_from_urllib3() -> None: + "Undo monkey-patching by :func:`inject_into_urllib3`." + + util.SSLContext = orig_util_SSLContext + util.ssl_.SSLContext = orig_util_SSLContext + util.IS_PYOPENSSL = False + util.ssl_.IS_PYOPENSSL = False + + +def _validate_dependencies_met() -> None: + """ + Verifies that PyOpenSSL's package-level dependencies have been met. + Throws `ImportError` if they are not met. + """ + # Method added in `cryptography==1.1`; not available in older versions + from cryptography.x509.extensions import Extensions + + if getattr(Extensions, "get_extension_for_class", None) is None: + raise ImportError( + "'cryptography' module missing required functionality. " + "Try upgrading to v1.3.4 or newer." + ) + + # pyOpenSSL 0.14 and above use cryptography for OpenSSL bindings. The _x509 + # attribute is only present on those versions. + from OpenSSL.crypto import X509 + + x509 = X509() + if getattr(x509, "_x509", None) is None: + raise ImportError( + "'pyOpenSSL' module missing required functionality. " + "Try upgrading to v0.14 or newer." + ) + + +def _dnsname_to_stdlib(name: str) -> str | None: + """ + Converts a dNSName SubjectAlternativeName field to the form used by the + standard library on the given Python version. + + Cryptography produces a dNSName as a unicode string that was idna-decoded + from ASCII bytes. We need to idna-encode that string to get it back, and + then on Python 3 we also need to convert to unicode via UTF-8 (the stdlib + uses PyUnicode_FromStringAndSize on it, which decodes via UTF-8). + + If the name cannot be idna-encoded then we return None signalling that + the name given should be skipped. + """ + + def idna_encode(name: str) -> bytes | None: + """ + Borrowed wholesale from the Python Cryptography Project. It turns out + that we can't just safely call `idna.encode`: it can explode for + wildcard names. This avoids that problem. + """ + import idna + + try: + for prefix in ["*.", "."]: + if name.startswith(prefix): + name = name[len(prefix) :] + return prefix.encode("ascii") + idna.encode(name) + return idna.encode(name) + except idna.core.IDNAError: + return None + + # Don't send IPv6 addresses through the IDNA encoder. + if ":" in name: + return name + + encoded_name = idna_encode(name) + if encoded_name is None: + return None + return encoded_name.decode("utf-8") + + +def get_subj_alt_name(peer_cert: X509) -> list[tuple[str, str]]: + """ + Given an PyOpenSSL certificate, provides all the subject alternative names. + """ + cert = peer_cert.to_cryptography() + + # We want to find the SAN extension. Ask Cryptography to locate it (it's + # faster than looping in Python) + try: + ext = cert.extensions.get_extension_for_class(x509.SubjectAlternativeName).value + except x509.ExtensionNotFound: + # No such extension, return the empty list. + return [] + except ( + x509.DuplicateExtension, + UnsupportedExtension, + x509.UnsupportedGeneralNameType, + UnicodeError, + ) as e: + # A problem has been found with the quality of the certificate. Assume + # no SAN field is present. + log.warning( + "A problem was encountered with the certificate that prevented " + "urllib3 from finding the SubjectAlternativeName field. This can " + "affect certificate validation. The error was %s", + e, + ) + return [] + + # We want to return dNSName and iPAddress fields. We need to cast the IPs + # back to strings because the match_hostname function wants them as + # strings. + # Sadly the DNS names need to be idna encoded and then, on Python 3, UTF-8 + # decoded. This is pretty frustrating, but that's what the standard library + # does with certificates, and so we need to attempt to do the same. + # We also want to skip over names which cannot be idna encoded. + names = [ + ("DNS", name) + for name in map(_dnsname_to_stdlib, ext.get_values_for_type(x509.DNSName)) + if name is not None + ] + names.extend( + ("IP Address", str(name)) for name in ext.get_values_for_type(x509.IPAddress) + ) + + return names + + +class WrappedSocket: + """API-compatibility wrapper for Python OpenSSL's Connection-class.""" + + def __init__( + self, + connection: OpenSSL.SSL.Connection, + socket: socket_cls, + suppress_ragged_eofs: bool = True, + ) -> None: + self.connection = connection + self.socket = socket + self.suppress_ragged_eofs = suppress_ragged_eofs + self._io_refs = 0 + self._closed = False + + def fileno(self) -> int: + return self.socket.fileno() + + # Copy-pasted from Python 3.5 source code + def _decref_socketios(self) -> None: + if self._io_refs > 0: + self._io_refs -= 1 + if self._closed: + self.close() + + def recv(self, *args: typing.Any, **kwargs: typing.Any) -> bytes: + try: + data = self.connection.recv(*args, **kwargs) + except OpenSSL.SSL.SysCallError as e: + if self.suppress_ragged_eofs and e.args == (-1, "Unexpected EOF"): + return b"" + else: + raise OSError(e.args[0], str(e)) from e + except OpenSSL.SSL.ZeroReturnError: + if self.connection.get_shutdown() == OpenSSL.SSL.RECEIVED_SHUTDOWN: + return b"" + else: + raise + except OpenSSL.SSL.WantReadError as e: + if not util.wait_for_read(self.socket, self.socket.gettimeout()): + raise timeout("The read operation timed out") from e + else: + return self.recv(*args, **kwargs) + + # TLS 1.3 post-handshake authentication + except OpenSSL.SSL.Error as e: + raise ssl.SSLError(f"read error: {e!r}") from e + else: + return data # type: ignore[no-any-return] + + def recv_into(self, *args: typing.Any, **kwargs: typing.Any) -> int: + try: + return self.connection.recv_into(*args, **kwargs) # type: ignore[no-any-return] + except OpenSSL.SSL.SysCallError as e: + if self.suppress_ragged_eofs and e.args == (-1, "Unexpected EOF"): + return 0 + else: + raise OSError(e.args[0], str(e)) from e + except OpenSSL.SSL.ZeroReturnError: + if self.connection.get_shutdown() == OpenSSL.SSL.RECEIVED_SHUTDOWN: + return 0 + else: + raise + except OpenSSL.SSL.WantReadError as e: + if not util.wait_for_read(self.socket, self.socket.gettimeout()): + raise timeout("The read operation timed out") from e + else: + return self.recv_into(*args, **kwargs) + + # TLS 1.3 post-handshake authentication + except OpenSSL.SSL.Error as e: + raise ssl.SSLError(f"read error: {e!r}") from e + + def settimeout(self, timeout: float) -> None: + return self.socket.settimeout(timeout) + + def _send_until_done(self, data: bytes) -> int: + while True: + try: + return self.connection.send(data) # type: ignore[no-any-return] + except OpenSSL.SSL.WantWriteError as e: + if not util.wait_for_write(self.socket, self.socket.gettimeout()): + raise timeout() from e + continue + except OpenSSL.SSL.SysCallError as e: + raise OSError(e.args[0], str(e)) from e + + def sendall(self, data: bytes) -> None: + total_sent = 0 + while total_sent < len(data): + sent = self._send_until_done( + data[total_sent : total_sent + SSL_WRITE_BLOCKSIZE] + ) + total_sent += sent + + def shutdown(self, how: int) -> None: + try: + self.connection.shutdown() + except OpenSSL.SSL.Error as e: + raise ssl.SSLError(f"shutdown error: {e!r}") from e + + def close(self) -> None: + self._closed = True + if self._io_refs <= 0: + self._real_close() + + def _real_close(self) -> None: + try: + return self.connection.close() # type: ignore[no-any-return] + except OpenSSL.SSL.Error: + return + + def getpeercert( + self, binary_form: bool = False + ) -> dict[str, list[typing.Any]] | None: + x509 = self.connection.get_peer_certificate() + + if not x509: + return x509 # type: ignore[no-any-return] + + if binary_form: + return OpenSSL.crypto.dump_certificate(OpenSSL.crypto.FILETYPE_ASN1, x509) # type: ignore[no-any-return] + + return { + "subject": ((("commonName", x509.get_subject().CN),),), # type: ignore[dict-item] + "subjectAltName": get_subj_alt_name(x509), + } + + def version(self) -> str: + return self.connection.get_protocol_version_name() # type: ignore[no-any-return] + + def selected_alpn_protocol(self) -> str | None: + alpn_proto = self.connection.get_alpn_proto_negotiated() + return alpn_proto.decode() if alpn_proto else None + + +WrappedSocket.makefile = socket_cls.makefile # type: ignore[attr-defined] + + +class PyOpenSSLContext: + """ + I am a wrapper class for the PyOpenSSL ``Context`` object. I am responsible + for translating the interface of the standard library ``SSLContext`` object + to calls into PyOpenSSL. + """ + + def __init__(self, protocol: int) -> None: + self.protocol = _openssl_versions[protocol] + self._ctx = OpenSSL.SSL.Context(self.protocol) + self._options = 0 + self.check_hostname = False + self._minimum_version: int = ssl.TLSVersion.MINIMUM_SUPPORTED + self._maximum_version: int = ssl.TLSVersion.MAXIMUM_SUPPORTED + + @property + def options(self) -> int: + return self._options + + @options.setter + def options(self, value: int) -> None: + self._options = value + self._set_ctx_options() + + @property + def verify_mode(self) -> int: + return _openssl_to_stdlib_verify[self._ctx.get_verify_mode()] + + @verify_mode.setter + def verify_mode(self, value: ssl.VerifyMode) -> None: + self._ctx.set_verify(_stdlib_to_openssl_verify[value], _verify_callback) + + def set_default_verify_paths(self) -> None: + self._ctx.set_default_verify_paths() + + def set_ciphers(self, ciphers: bytes | str) -> None: + if isinstance(ciphers, str): + ciphers = ciphers.encode("utf-8") + self._ctx.set_cipher_list(ciphers) + + def load_verify_locations( + self, + cafile: str | None = None, + capath: str | None = None, + cadata: bytes | None = None, + ) -> None: + if cafile is not None: + cafile = cafile.encode("utf-8") # type: ignore[assignment] + if capath is not None: + capath = capath.encode("utf-8") # type: ignore[assignment] + try: + self._ctx.load_verify_locations(cafile, capath) + if cadata is not None: + self._ctx.load_verify_locations(BytesIO(cadata)) + except OpenSSL.SSL.Error as e: + raise ssl.SSLError(f"unable to load trusted certificates: {e!r}") from e + + def load_cert_chain( + self, + certfile: str, + keyfile: str | None = None, + password: str | None = None, + ) -> None: + try: + self._ctx.use_certificate_chain_file(certfile) + if password is not None: + if not isinstance(password, bytes): + password = password.encode("utf-8") # type: ignore[assignment] + self._ctx.set_passwd_cb(lambda *_: password) + self._ctx.use_privatekey_file(keyfile or certfile) + except OpenSSL.SSL.Error as e: + raise ssl.SSLError(f"Unable to load certificate chain: {e!r}") from e + + def set_alpn_protocols(self, protocols: list[bytes | str]) -> None: + protocols = [util.util.to_bytes(p, "ascii") for p in protocols] + return self._ctx.set_alpn_protos(protocols) # type: ignore[no-any-return] + + def wrap_socket( + self, + sock: socket_cls, + server_side: bool = False, + do_handshake_on_connect: bool = True, + suppress_ragged_eofs: bool = True, + server_hostname: bytes | str | None = None, + ) -> WrappedSocket: + cnx = OpenSSL.SSL.Connection(self._ctx, sock) + + # If server_hostname is an IP, don't use it for SNI, per RFC6066 Section 3 + if server_hostname and not util.ssl_.is_ipaddress(server_hostname): + if isinstance(server_hostname, str): + server_hostname = server_hostname.encode("utf-8") + cnx.set_tlsext_host_name(server_hostname) + + cnx.set_connect_state() + + while True: + try: + cnx.do_handshake() + except OpenSSL.SSL.WantReadError as e: + if not util.wait_for_read(sock, sock.gettimeout()): + raise timeout("select timed out") from e + continue + except OpenSSL.SSL.Error as e: + raise ssl.SSLError(f"bad handshake: {e!r}") from e + break + + return WrappedSocket(cnx, sock) + + def _set_ctx_options(self) -> None: + self._ctx.set_options( + self._options + | _openssl_to_ssl_minimum_version[self._minimum_version] + | _openssl_to_ssl_maximum_version[self._maximum_version] + ) + + @property + def minimum_version(self) -> int: + return self._minimum_version + + @minimum_version.setter + def minimum_version(self, minimum_version: int) -> None: + self._minimum_version = minimum_version + self._set_ctx_options() + + @property + def maximum_version(self) -> int: + return self._maximum_version + + @maximum_version.setter + def maximum_version(self, maximum_version: int) -> None: + self._maximum_version = maximum_version + self._set_ctx_options() + + +def _verify_callback( + cnx: OpenSSL.SSL.Connection, + x509: X509, + err_no: int, + err_depth: int, + return_code: int, +) -> bool: + return err_no == 0 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/contrib/socks.py b/llmlab/lib/python3.12/site-packages/urllib3/contrib/socks.py new file mode 100644 index 0000000..c62b5e0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/contrib/socks.py @@ -0,0 +1,228 @@ +""" +This module contains provisional support for SOCKS proxies from within +urllib3. This module supports SOCKS4, SOCKS4A (an extension of SOCKS4), and +SOCKS5. To enable its functionality, either install PySocks or install this +module with the ``socks`` extra. + +The SOCKS implementation supports the full range of urllib3 features. It also +supports the following SOCKS features: + +- SOCKS4A (``proxy_url='socks4a://...``) +- SOCKS4 (``proxy_url='socks4://...``) +- SOCKS5 with remote DNS (``proxy_url='socks5h://...``) +- SOCKS5 with local DNS (``proxy_url='socks5://...``) +- Usernames and passwords for the SOCKS proxy + +.. note:: + It is recommended to use ``socks5h://`` or ``socks4a://`` schemes in + your ``proxy_url`` to ensure that DNS resolution is done from the remote + server instead of client-side when connecting to a domain name. + +SOCKS4 supports IPv4 and domain names with the SOCKS4A extension. SOCKS5 +supports IPv4, IPv6, and domain names. + +When connecting to a SOCKS4 proxy the ``username`` portion of the ``proxy_url`` +will be sent as the ``userid`` section of the SOCKS request: + +.. code-block:: python + + proxy_url="socks4a://@proxy-host" + +When connecting to a SOCKS5 proxy the ``username`` and ``password`` portion +of the ``proxy_url`` will be sent as the username/password to authenticate +with the proxy: + +.. code-block:: python + + proxy_url="socks5h://:@proxy-host" + +""" + +from __future__ import annotations + +try: + import socks # type: ignore[import-not-found] +except ImportError: + import warnings + + from ..exceptions import DependencyWarning + + warnings.warn( + ( + "SOCKS support in urllib3 requires the installation of optional " + "dependencies: specifically, PySocks. For more information, see " + "https://urllib3.readthedocs.io/en/latest/advanced-usage.html#socks-proxies" + ), + DependencyWarning, + ) + raise + +import typing +from socket import timeout as SocketTimeout + +from ..connection import HTTPConnection, HTTPSConnection +from ..connectionpool import HTTPConnectionPool, HTTPSConnectionPool +from ..exceptions import ConnectTimeoutError, NewConnectionError +from ..poolmanager import PoolManager +from ..util.url import parse_url + +try: + import ssl +except ImportError: + ssl = None # type: ignore[assignment] + + +class _TYPE_SOCKS_OPTIONS(typing.TypedDict): + socks_version: int + proxy_host: str | None + proxy_port: str | None + username: str | None + password: str | None + rdns: bool + + +class SOCKSConnection(HTTPConnection): + """ + A plain-text HTTP connection that connects via a SOCKS proxy. + """ + + def __init__( + self, + _socks_options: _TYPE_SOCKS_OPTIONS, + *args: typing.Any, + **kwargs: typing.Any, + ) -> None: + self._socks_options = _socks_options + super().__init__(*args, **kwargs) + + def _new_conn(self) -> socks.socksocket: + """ + Establish a new connection via the SOCKS proxy. + """ + extra_kw: dict[str, typing.Any] = {} + if self.source_address: + extra_kw["source_address"] = self.source_address + + if self.socket_options: + extra_kw["socket_options"] = self.socket_options + + try: + conn = socks.create_connection( + (self.host, self.port), + proxy_type=self._socks_options["socks_version"], + proxy_addr=self._socks_options["proxy_host"], + proxy_port=self._socks_options["proxy_port"], + proxy_username=self._socks_options["username"], + proxy_password=self._socks_options["password"], + proxy_rdns=self._socks_options["rdns"], + timeout=self.timeout, + **extra_kw, + ) + + except SocketTimeout as e: + raise ConnectTimeoutError( + self, + f"Connection to {self.host} timed out. (connect timeout={self.timeout})", + ) from e + + except socks.ProxyError as e: + # This is fragile as hell, but it seems to be the only way to raise + # useful errors here. + if e.socket_err: + error = e.socket_err + if isinstance(error, SocketTimeout): + raise ConnectTimeoutError( + self, + f"Connection to {self.host} timed out. (connect timeout={self.timeout})", + ) from e + else: + # Adding `from e` messes with coverage somehow, so it's omitted. + # See #2386. + raise NewConnectionError( + self, f"Failed to establish a new connection: {error}" + ) + else: + raise NewConnectionError( + self, f"Failed to establish a new connection: {e}" + ) from e + + except OSError as e: # Defensive: PySocks should catch all these. + raise NewConnectionError( + self, f"Failed to establish a new connection: {e}" + ) from e + + return conn + + +# We don't need to duplicate the Verified/Unverified distinction from +# urllib3/connection.py here because the HTTPSConnection will already have been +# correctly set to either the Verified or Unverified form by that module. This +# means the SOCKSHTTPSConnection will automatically be the correct type. +class SOCKSHTTPSConnection(SOCKSConnection, HTTPSConnection): + pass + + +class SOCKSHTTPConnectionPool(HTTPConnectionPool): + ConnectionCls = SOCKSConnection + + +class SOCKSHTTPSConnectionPool(HTTPSConnectionPool): + ConnectionCls = SOCKSHTTPSConnection + + +class SOCKSProxyManager(PoolManager): + """ + A version of the urllib3 ProxyManager that routes connections via the + defined SOCKS proxy. + """ + + pool_classes_by_scheme = { + "http": SOCKSHTTPConnectionPool, + "https": SOCKSHTTPSConnectionPool, + } + + def __init__( + self, + proxy_url: str, + username: str | None = None, + password: str | None = None, + num_pools: int = 10, + headers: typing.Mapping[str, str] | None = None, + **connection_pool_kw: typing.Any, + ): + parsed = parse_url(proxy_url) + + if username is None and password is None and parsed.auth is not None: + split = parsed.auth.split(":") + if len(split) == 2: + username, password = split + if parsed.scheme == "socks5": + socks_version = socks.PROXY_TYPE_SOCKS5 + rdns = False + elif parsed.scheme == "socks5h": + socks_version = socks.PROXY_TYPE_SOCKS5 + rdns = True + elif parsed.scheme == "socks4": + socks_version = socks.PROXY_TYPE_SOCKS4 + rdns = False + elif parsed.scheme == "socks4a": + socks_version = socks.PROXY_TYPE_SOCKS4 + rdns = True + else: + raise ValueError(f"Unable to determine SOCKS version from {proxy_url}") + + self.proxy_url = proxy_url + + socks_options = { + "socks_version": socks_version, + "proxy_host": parsed.host, + "proxy_port": parsed.port, + "username": username, + "password": password, + "rdns": rdns, + } + connection_pool_kw["_socks_options"] = socks_options + + super().__init__(num_pools, headers, **connection_pool_kw) + + self.pool_classes_by_scheme = SOCKSProxyManager.pool_classes_by_scheme diff --git a/llmlab/lib/python3.12/site-packages/urllib3/exceptions.py b/llmlab/lib/python3.12/site-packages/urllib3/exceptions.py new file mode 100644 index 0000000..0394578 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/exceptions.py @@ -0,0 +1,327 @@ +from __future__ import annotations + +import socket +import typing +import warnings +from email.errors import MessageDefect +from http.client import IncompleteRead as httplib_IncompleteRead + +if typing.TYPE_CHECKING: + from .connection import HTTPConnection + from .connectionpool import ConnectionPool + from .response import HTTPResponse + from .util.retry import Retry + +# Base Exceptions + + +class HTTPError(Exception): + """Base exception used by this module.""" + + +class HTTPWarning(Warning): + """Base warning used by this module.""" + + +_TYPE_REDUCE_RESULT = tuple[typing.Callable[..., object], tuple[object, ...]] + + +class PoolError(HTTPError): + """Base exception for errors caused within a pool.""" + + def __init__(self, pool: ConnectionPool, message: str) -> None: + self.pool = pool + super().__init__(f"{pool}: {message}") + + def __reduce__(self) -> _TYPE_REDUCE_RESULT: + # For pickling purposes. + return self.__class__, (None, None) + + +class RequestError(PoolError): + """Base exception for PoolErrors that have associated URLs.""" + + def __init__(self, pool: ConnectionPool, url: str, message: str) -> None: + self.url = url + super().__init__(pool, message) + + def __reduce__(self) -> _TYPE_REDUCE_RESULT: + # For pickling purposes. + return self.__class__, (None, self.url, None) + + +class SSLError(HTTPError): + """Raised when SSL certificate fails in an HTTPS connection.""" + + +class ProxyError(HTTPError): + """Raised when the connection to a proxy fails.""" + + # The original error is also available as __cause__. + original_error: Exception + + def __init__(self, message: str, error: Exception) -> None: + super().__init__(message, error) + self.original_error = error + + +class DecodeError(HTTPError): + """Raised when automatic decoding based on Content-Type fails.""" + + +class ProtocolError(HTTPError): + """Raised when something unexpected happens mid-request/response.""" + + +#: Renamed to ProtocolError but aliased for backwards compatibility. +ConnectionError = ProtocolError + + +# Leaf Exceptions + + +class MaxRetryError(RequestError): + """Raised when the maximum number of retries is exceeded. + + :param pool: The connection pool + :type pool: :class:`~urllib3.connectionpool.HTTPConnectionPool` + :param str url: The requested Url + :param reason: The underlying error + :type reason: :class:`Exception` + + """ + + def __init__( + self, pool: ConnectionPool, url: str, reason: Exception | None = None + ) -> None: + self.reason = reason + + message = f"Max retries exceeded with url: {url} (Caused by {reason!r})" + + super().__init__(pool, url, message) + + +class HostChangedError(RequestError): + """Raised when an existing pool gets a request for a foreign host.""" + + def __init__( + self, pool: ConnectionPool, url: str, retries: Retry | int = 3 + ) -> None: + message = f"Tried to open a foreign host with url: {url}" + super().__init__(pool, url, message) + self.retries = retries + + +class TimeoutStateError(HTTPError): + """Raised when passing an invalid state to a timeout""" + + +class TimeoutError(HTTPError): + """Raised when a socket timeout error occurs. + + Catching this error will catch both :exc:`ReadTimeoutErrors + ` and :exc:`ConnectTimeoutErrors `. + """ + + +class ReadTimeoutError(TimeoutError, RequestError): + """Raised when a socket timeout occurs while receiving data from a server""" + + +# This timeout error does not have a URL attached and needs to inherit from the +# base HTTPError +class ConnectTimeoutError(TimeoutError): + """Raised when a socket timeout occurs while connecting to a server""" + + +class NewConnectionError(ConnectTimeoutError, HTTPError): + """Raised when we fail to establish a new connection. Usually ECONNREFUSED.""" + + def __init__(self, conn: HTTPConnection, message: str) -> None: + self.conn = conn + super().__init__(f"{conn}: {message}") + + def __reduce__(self) -> _TYPE_REDUCE_RESULT: + # For pickling purposes. + return self.__class__, (None, None) + + @property + def pool(self) -> HTTPConnection: + warnings.warn( + "The 'pool' property is deprecated and will be removed " + "in urllib3 v2.1.0. Use 'conn' instead.", + DeprecationWarning, + stacklevel=2, + ) + + return self.conn + + +class NameResolutionError(NewConnectionError): + """Raised when host name resolution fails.""" + + def __init__(self, host: str, conn: HTTPConnection, reason: socket.gaierror): + message = f"Failed to resolve '{host}' ({reason})" + super().__init__(conn, message) + + def __reduce__(self) -> _TYPE_REDUCE_RESULT: + # For pickling purposes. + return self.__class__, (None, None, None) + + +class EmptyPoolError(PoolError): + """Raised when a pool runs out of connections and no more are allowed.""" + + +class FullPoolError(PoolError): + """Raised when we try to add a connection to a full pool in blocking mode.""" + + +class ClosedPoolError(PoolError): + """Raised when a request enters a pool after the pool has been closed.""" + + +class LocationValueError(ValueError, HTTPError): + """Raised when there is something wrong with a given URL input.""" + + +class LocationParseError(LocationValueError): + """Raised when get_host or similar fails to parse the URL input.""" + + def __init__(self, location: str) -> None: + message = f"Failed to parse: {location}" + super().__init__(message) + + self.location = location + + +class URLSchemeUnknown(LocationValueError): + """Raised when a URL input has an unsupported scheme.""" + + def __init__(self, scheme: str): + message = f"Not supported URL scheme {scheme}" + super().__init__(message) + + self.scheme = scheme + + +class ResponseError(HTTPError): + """Used as a container for an error reason supplied in a MaxRetryError.""" + + GENERIC_ERROR = "too many error responses" + SPECIFIC_ERROR = "too many {status_code} error responses" + + +class SecurityWarning(HTTPWarning): + """Warned when performing security reducing actions""" + + +class InsecureRequestWarning(SecurityWarning): + """Warned when making an unverified HTTPS request.""" + + +class NotOpenSSLWarning(SecurityWarning): + """Warned when using unsupported SSL library""" + + +class SystemTimeWarning(SecurityWarning): + """Warned when system time is suspected to be wrong""" + + +class InsecurePlatformWarning(SecurityWarning): + """Warned when certain TLS/SSL configuration is not available on a platform.""" + + +class DependencyWarning(HTTPWarning): + """ + Warned when an attempt is made to import a module with missing optional + dependencies. + """ + + +class ResponseNotChunked(ProtocolError, ValueError): + """Response needs to be chunked in order to read it as chunks.""" + + +class BodyNotHttplibCompatible(HTTPError): + """ + Body should be :class:`http.client.HTTPResponse` like + (have an fp attribute which returns raw chunks) for read_chunked(). + """ + + +class IncompleteRead(HTTPError, httplib_IncompleteRead): + """ + Response length doesn't match expected Content-Length + + Subclass of :class:`http.client.IncompleteRead` to allow int value + for ``partial`` to avoid creating large objects on streamed reads. + """ + + partial: int # type: ignore[assignment] + expected: int + + def __init__(self, partial: int, expected: int) -> None: + self.partial = partial + self.expected = expected + + def __repr__(self) -> str: + return "IncompleteRead(%i bytes read, %i more expected)" % ( + self.partial, + self.expected, + ) + + +class InvalidChunkLength(HTTPError, httplib_IncompleteRead): + """Invalid chunk length in a chunked response.""" + + def __init__(self, response: HTTPResponse, length: bytes) -> None: + self.partial: int = response.tell() # type: ignore[assignment] + self.expected: int | None = response.length_remaining + self.response = response + self.length = length + + def __repr__(self) -> str: + return "InvalidChunkLength(got length %r, %i bytes read)" % ( + self.length, + self.partial, + ) + + +class InvalidHeader(HTTPError): + """The header provided was somehow invalid.""" + + +class ProxySchemeUnknown(AssertionError, URLSchemeUnknown): + """ProxyManager does not support the supplied scheme""" + + # TODO(t-8ch): Stop inheriting from AssertionError in v2.0. + + def __init__(self, scheme: str | None) -> None: + # 'localhost' is here because our URL parser parses + # localhost:8080 -> scheme=localhost, remove if we fix this. + if scheme == "localhost": + scheme = None + if scheme is None: + message = "Proxy URL had no scheme, should start with http:// or https://" + else: + message = f"Proxy URL had unsupported scheme {scheme}, should use http:// or https://" + super().__init__(message) + + +class ProxySchemeUnsupported(ValueError): + """Fetching HTTPS resources through HTTPS proxies is unsupported""" + + +class HeaderParsingError(HTTPError): + """Raised by assert_header_parsing, but we convert it to a log.warning statement.""" + + def __init__( + self, defects: list[MessageDefect], unparsed_data: bytes | str | None + ) -> None: + message = f"{defects or 'Unknown'}, unparsed data: {unparsed_data!r}" + super().__init__(message) + + +class UnrewindableBodyError(HTTPError): + """urllib3 encountered an error when trying to rewind a body""" diff --git a/llmlab/lib/python3.12/site-packages/urllib3/fields.py b/llmlab/lib/python3.12/site-packages/urllib3/fields.py new file mode 100644 index 0000000..97c4730 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/fields.py @@ -0,0 +1,341 @@ +from __future__ import annotations + +import email.utils +import mimetypes +import typing + +_TYPE_FIELD_VALUE = typing.Union[str, bytes] +_TYPE_FIELD_VALUE_TUPLE = typing.Union[ + _TYPE_FIELD_VALUE, + tuple[str, _TYPE_FIELD_VALUE], + tuple[str, _TYPE_FIELD_VALUE, str], +] + + +def guess_content_type( + filename: str | None, default: str = "application/octet-stream" +) -> str: + """ + Guess the "Content-Type" of a file. + + :param filename: + The filename to guess the "Content-Type" of using :mod:`mimetypes`. + :param default: + If no "Content-Type" can be guessed, default to `default`. + """ + if filename: + return mimetypes.guess_type(filename)[0] or default + return default + + +def format_header_param_rfc2231(name: str, value: _TYPE_FIELD_VALUE) -> str: + """ + Helper function to format and quote a single header parameter using the + strategy defined in RFC 2231. + + Particularly useful for header parameters which might contain + non-ASCII values, like file names. This follows + `RFC 2388 Section 4.4 `_. + + :param name: + The name of the parameter, a string expected to be ASCII only. + :param value: + The value of the parameter, provided as ``bytes`` or `str``. + :returns: + An RFC-2231-formatted unicode string. + + .. deprecated:: 2.0.0 + Will be removed in urllib3 v2.1.0. This is not valid for + ``multipart/form-data`` header parameters. + """ + import warnings + + warnings.warn( + "'format_header_param_rfc2231' is deprecated and will be " + "removed in urllib3 v2.1.0. This is not valid for " + "multipart/form-data header parameters.", + DeprecationWarning, + stacklevel=2, + ) + + if isinstance(value, bytes): + value = value.decode("utf-8") + + if not any(ch in value for ch in '"\\\r\n'): + result = f'{name}="{value}"' + try: + result.encode("ascii") + except (UnicodeEncodeError, UnicodeDecodeError): + pass + else: + return result + + value = email.utils.encode_rfc2231(value, "utf-8") + value = f"{name}*={value}" + + return value + + +def format_multipart_header_param(name: str, value: _TYPE_FIELD_VALUE) -> str: + """ + Format and quote a single multipart header parameter. + + This follows the `WHATWG HTML Standard`_ as of 2021/06/10, matching + the behavior of current browser and curl versions. Values are + assumed to be UTF-8. The ``\\n``, ``\\r``, and ``"`` characters are + percent encoded. + + .. _WHATWG HTML Standard: + https://html.spec.whatwg.org/multipage/ + form-control-infrastructure.html#multipart-form-data + + :param name: + The name of the parameter, an ASCII-only ``str``. + :param value: + The value of the parameter, a ``str`` or UTF-8 encoded + ``bytes``. + :returns: + A string ``name="value"`` with the escaped value. + + .. versionchanged:: 2.0.0 + Matches the WHATWG HTML Standard as of 2021/06/10. Control + characters are no longer percent encoded. + + .. versionchanged:: 2.0.0 + Renamed from ``format_header_param_html5`` and + ``format_header_param``. The old names will be removed in + urllib3 v2.1.0. + """ + if isinstance(value, bytes): + value = value.decode("utf-8") + + # percent encode \n \r " + value = value.translate({10: "%0A", 13: "%0D", 34: "%22"}) + return f'{name}="{value}"' + + +def format_header_param_html5(name: str, value: _TYPE_FIELD_VALUE) -> str: + """ + .. deprecated:: 2.0.0 + Renamed to :func:`format_multipart_header_param`. Will be + removed in urllib3 v2.1.0. + """ + import warnings + + warnings.warn( + "'format_header_param_html5' has been renamed to " + "'format_multipart_header_param'. The old name will be " + "removed in urllib3 v2.1.0.", + DeprecationWarning, + stacklevel=2, + ) + return format_multipart_header_param(name, value) + + +def format_header_param(name: str, value: _TYPE_FIELD_VALUE) -> str: + """ + .. deprecated:: 2.0.0 + Renamed to :func:`format_multipart_header_param`. Will be + removed in urllib3 v2.1.0. + """ + import warnings + + warnings.warn( + "'format_header_param' has been renamed to " + "'format_multipart_header_param'. The old name will be " + "removed in urllib3 v2.1.0.", + DeprecationWarning, + stacklevel=2, + ) + return format_multipart_header_param(name, value) + + +class RequestField: + """ + A data container for request body parameters. + + :param name: + The name of this request field. Must be unicode. + :param data: + The data/value body. + :param filename: + An optional filename of the request field. Must be unicode. + :param headers: + An optional dict-like object of headers to initially use for the field. + + .. versionchanged:: 2.0.0 + The ``header_formatter`` parameter is deprecated and will + be removed in urllib3 v2.1.0. + """ + + def __init__( + self, + name: str, + data: _TYPE_FIELD_VALUE, + filename: str | None = None, + headers: typing.Mapping[str, str] | None = None, + header_formatter: typing.Callable[[str, _TYPE_FIELD_VALUE], str] | None = None, + ): + self._name = name + self._filename = filename + self.data = data + self.headers: dict[str, str | None] = {} + if headers: + self.headers = dict(headers) + + if header_formatter is not None: + import warnings + + warnings.warn( + "The 'header_formatter' parameter is deprecated and " + "will be removed in urllib3 v2.1.0.", + DeprecationWarning, + stacklevel=2, + ) + self.header_formatter = header_formatter + else: + self.header_formatter = format_multipart_header_param + + @classmethod + def from_tuples( + cls, + fieldname: str, + value: _TYPE_FIELD_VALUE_TUPLE, + header_formatter: typing.Callable[[str, _TYPE_FIELD_VALUE], str] | None = None, + ) -> RequestField: + """ + A :class:`~urllib3.fields.RequestField` factory from old-style tuple parameters. + + Supports constructing :class:`~urllib3.fields.RequestField` from + parameter of key/value strings AND key/filetuple. A filetuple is a + (filename, data, MIME type) tuple where the MIME type is optional. + For example:: + + 'foo': 'bar', + 'fakefile': ('foofile.txt', 'contents of foofile'), + 'realfile': ('barfile.txt', open('realfile').read()), + 'typedfile': ('bazfile.bin', open('bazfile').read(), 'image/jpeg'), + 'nonamefile': 'contents of nonamefile field', + + Field names and filenames must be unicode. + """ + filename: str | None + content_type: str | None + data: _TYPE_FIELD_VALUE + + if isinstance(value, tuple): + if len(value) == 3: + filename, data, content_type = value + else: + filename, data = value + content_type = guess_content_type(filename) + else: + filename = None + content_type = None + data = value + + request_param = cls( + fieldname, data, filename=filename, header_formatter=header_formatter + ) + request_param.make_multipart(content_type=content_type) + + return request_param + + def _render_part(self, name: str, value: _TYPE_FIELD_VALUE) -> str: + """ + Override this method to change how each multipart header + parameter is formatted. By default, this calls + :func:`format_multipart_header_param`. + + :param name: + The name of the parameter, an ASCII-only ``str``. + :param value: + The value of the parameter, a ``str`` or UTF-8 encoded + ``bytes``. + + :meta public: + """ + return self.header_formatter(name, value) + + def _render_parts( + self, + header_parts: ( + dict[str, _TYPE_FIELD_VALUE | None] + | typing.Sequence[tuple[str, _TYPE_FIELD_VALUE | None]] + ), + ) -> str: + """ + Helper function to format and quote a single header. + + Useful for single headers that are composed of multiple items. E.g., + 'Content-Disposition' fields. + + :param header_parts: + A sequence of (k, v) tuples or a :class:`dict` of (k, v) to format + as `k1="v1"; k2="v2"; ...`. + """ + iterable: typing.Iterable[tuple[str, _TYPE_FIELD_VALUE | None]] + + parts = [] + if isinstance(header_parts, dict): + iterable = header_parts.items() + else: + iterable = header_parts + + for name, value in iterable: + if value is not None: + parts.append(self._render_part(name, value)) + + return "; ".join(parts) + + def render_headers(self) -> str: + """ + Renders the headers for this request field. + """ + lines = [] + + sort_keys = ["Content-Disposition", "Content-Type", "Content-Location"] + for sort_key in sort_keys: + if self.headers.get(sort_key, False): + lines.append(f"{sort_key}: {self.headers[sort_key]}") + + for header_name, header_value in self.headers.items(): + if header_name not in sort_keys: + if header_value: + lines.append(f"{header_name}: {header_value}") + + lines.append("\r\n") + return "\r\n".join(lines) + + def make_multipart( + self, + content_disposition: str | None = None, + content_type: str | None = None, + content_location: str | None = None, + ) -> None: + """ + Makes this request field into a multipart request field. + + This method overrides "Content-Disposition", "Content-Type" and + "Content-Location" headers to the request parameter. + + :param content_disposition: + The 'Content-Disposition' of the request body. Defaults to 'form-data' + :param content_type: + The 'Content-Type' of the request body. + :param content_location: + The 'Content-Location' of the request body. + + """ + content_disposition = (content_disposition or "form-data") + "; ".join( + [ + "", + self._render_parts( + (("name", self._name), ("filename", self._filename)) + ), + ] + ) + + self.headers["Content-Disposition"] = content_disposition + self.headers["Content-Type"] = content_type + self.headers["Content-Location"] = content_location diff --git a/llmlab/lib/python3.12/site-packages/urllib3/filepost.py b/llmlab/lib/python3.12/site-packages/urllib3/filepost.py new file mode 100644 index 0000000..14f70b0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/filepost.py @@ -0,0 +1,89 @@ +from __future__ import annotations + +import binascii +import codecs +import os +import typing +from io import BytesIO + +from .fields import _TYPE_FIELD_VALUE_TUPLE, RequestField + +writer = codecs.lookup("utf-8")[3] + +_TYPE_FIELDS_SEQUENCE = typing.Sequence[ + typing.Union[tuple[str, _TYPE_FIELD_VALUE_TUPLE], RequestField] +] +_TYPE_FIELDS = typing.Union[ + _TYPE_FIELDS_SEQUENCE, + typing.Mapping[str, _TYPE_FIELD_VALUE_TUPLE], +] + + +def choose_boundary() -> str: + """ + Our embarrassingly-simple replacement for mimetools.choose_boundary. + """ + return binascii.hexlify(os.urandom(16)).decode() + + +def iter_field_objects(fields: _TYPE_FIELDS) -> typing.Iterable[RequestField]: + """ + Iterate over fields. + + Supports list of (k, v) tuples and dicts, and lists of + :class:`~urllib3.fields.RequestField`. + + """ + iterable: typing.Iterable[RequestField | tuple[str, _TYPE_FIELD_VALUE_TUPLE]] + + if isinstance(fields, typing.Mapping): + iterable = fields.items() + else: + iterable = fields + + for field in iterable: + if isinstance(field, RequestField): + yield field + else: + yield RequestField.from_tuples(*field) + + +def encode_multipart_formdata( + fields: _TYPE_FIELDS, boundary: str | None = None +) -> tuple[bytes, str]: + """ + Encode a dictionary of ``fields`` using the multipart/form-data MIME format. + + :param fields: + Dictionary of fields or list of (key, :class:`~urllib3.fields.RequestField`). + Values are processed by :func:`urllib3.fields.RequestField.from_tuples`. + + :param boundary: + If not specified, then a random boundary will be generated using + :func:`urllib3.filepost.choose_boundary`. + """ + body = BytesIO() + if boundary is None: + boundary = choose_boundary() + + for field in iter_field_objects(fields): + body.write(f"--{boundary}\r\n".encode("latin-1")) + + writer(body).write(field.render_headers()) + data = field.data + + if isinstance(data, int): + data = str(data) # Backwards compatibility + + if isinstance(data, str): + writer(body).write(data) + else: + body.write(data) + + body.write(b"\r\n") + + body.write(f"--{boundary}--\r\n".encode("latin-1")) + + content_type = f"multipart/form-data; boundary={boundary}" + + return body.getvalue(), content_type diff --git a/llmlab/lib/python3.12/site-packages/urllib3/http2/__init__.py b/llmlab/lib/python3.12/site-packages/urllib3/http2/__init__.py new file mode 100644 index 0000000..133e1d8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/http2/__init__.py @@ -0,0 +1,53 @@ +from __future__ import annotations + +from importlib.metadata import version + +__all__ = [ + "inject_into_urllib3", + "extract_from_urllib3", +] + +import typing + +orig_HTTPSConnection: typing.Any = None + + +def inject_into_urllib3() -> None: + # First check if h2 version is valid + h2_version = version("h2") + if not h2_version.startswith("4."): + raise ImportError( + "urllib3 v2 supports h2 version 4.x.x, currently " + f"the 'h2' module is compiled with {h2_version!r}. " + "See: https://github.com/urllib3/urllib3/issues/3290" + ) + + # Import here to avoid circular dependencies. + from .. import connection as urllib3_connection + from .. import util as urllib3_util + from ..connectionpool import HTTPSConnectionPool + from ..util import ssl_ as urllib3_util_ssl + from .connection import HTTP2Connection + + global orig_HTTPSConnection + orig_HTTPSConnection = urllib3_connection.HTTPSConnection + + HTTPSConnectionPool.ConnectionCls = HTTP2Connection + urllib3_connection.HTTPSConnection = HTTP2Connection # type: ignore[misc] + + # TODO: Offer 'http/1.1' as well, but for testing purposes this is handy. + urllib3_util.ALPN_PROTOCOLS = ["h2"] + urllib3_util_ssl.ALPN_PROTOCOLS = ["h2"] + + +def extract_from_urllib3() -> None: + from .. import connection as urllib3_connection + from .. import util as urllib3_util + from ..connectionpool import HTTPSConnectionPool + from ..util import ssl_ as urllib3_util_ssl + + HTTPSConnectionPool.ConnectionCls = orig_HTTPSConnection + urllib3_connection.HTTPSConnection = orig_HTTPSConnection # type: ignore[misc] + + urllib3_util.ALPN_PROTOCOLS = ["http/1.1"] + urllib3_util_ssl.ALPN_PROTOCOLS = ["http/1.1"] diff --git a/llmlab/lib/python3.12/site-packages/urllib3/http2/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/http2/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8affd21c5d38be9ce7e0352b2a276616f1ab774b GIT binary patch literal 1741 zcmZ8h&2Jk;6rb6hwVieB^uy46P`XfPx@zN1oK%!3t<*+HfTASOav+z{*1NGc?1weG zE^!p22=&4Zi9?VOQjS#oDF`VQsT!>s6hS$Jlcm6=C*E6o>a~(jj*NJzfB?O+F(Qv8YQtxetj#tc)vr ztc{6MtSn%qEhRYTX1r`0lcrb$uHxm|46thDUFHq66-qYgS}FD2pUwQHvMKYy)B+mi zN$JpH(Hh;9cp+U)bk^5fL?2v?rFvyUnkjF5(o3lJu%d;{Mk5eWsMRZ4FZtR`dA+=T zU8^>Qu>HtwX;IzQ#_N@F%?qriYimxZRRgc#xVEKz=|pvH<3?G#XWO${J&GFPtYOr^ z+I&!kT}JP+li3NwrX3p7mG>u)BzW*+8mrZlT7kxzk>kRA{(og$4gxf@Fm(A5mP)7b z5bmk;ORX0LgOykfBNL*+$Hn=NJPh#zAp#K-fhiP4+*Ise+W_C<46d9*fd%OLKGjAd zi`GK_vUxX*i+2{57y0t1OZS)Nmlp2nnOLn?c-qG2dcpJlP4QrA!!VOO<1?pC9O6qJ z5CR{GmW-F58}-1mjn$ek!-=YCxUR=t^T9-9hY>1(4d95;XhrqFpDs^TjL?bfiH2GI z!mL5M(<)$rDh3B)IT7dOMoVBLCt?Ud_z1)nd2x35`_gw8w?5v_zxFJzJ;`f3rM>)> z=f#nZL<^Jqle0g4)gkouUD}bQ!d-eSvmv!Z*ns+Pktj0jN<{vY^@+63rBEg7(s(2ZIwp&rr=hzNg_f^>`e)R8z=G8w0=gy&MLl>s_Y zKJbbz_jRCCc2OYvL>>k5PGI`PSr8jJOtLXmp3+ru0j(!3Cx%h&_ZhxJjG`DpF$O|s z;v(WVQ6xJr0Sd9Ju@!`dcI=EqTmul^0I@|5*z`%>UtFE*run%JS;sUVUY^*w-b?b- zj@wPLcnePIQk)TX)D(Wq76aeb)mY_xwFwrRbAkV0e9lQI1RYlP?8vlCU>Ck9&T?+L zF6VKk`w4eBG6dHCzYb249>YgJCdr*i6fbjg-T&maz%Y=};S7k5Oey`Hy!{u!=1@lW m*=R?R^U_xKSS7T0czJx6l)hd2jf@{>M(D&pH&r^Fc>NFmS+NfQ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/http2/__pycache__/connection.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/http2/__pycache__/connection.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..173f7a69aeeb19796ad9328ab50b2ff76e96edb5 GIT binary patch literal 17048 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/http2/connection.py b/llmlab/lib/python3.12/site-packages/urllib3/http2/connection.py new file mode 100644 index 0000000..f486145 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/http2/connection.py @@ -0,0 +1,356 @@ +from __future__ import annotations + +import logging +import re +import threading +import types +import typing + +import h2.config # type: ignore[import-untyped] +import h2.connection # type: ignore[import-untyped] +import h2.events # type: ignore[import-untyped] + +from .._base_connection import _TYPE_BODY +from .._collections import HTTPHeaderDict +from ..connection import HTTPSConnection, _get_default_user_agent +from ..exceptions import ConnectionError +from ..response import BaseHTTPResponse + +orig_HTTPSConnection = HTTPSConnection + +T = typing.TypeVar("T") + +log = logging.getLogger(__name__) + +RE_IS_LEGAL_HEADER_NAME = re.compile(rb"^[!#$%&'*+\-.^_`|~0-9a-z]+$") +RE_IS_ILLEGAL_HEADER_VALUE = re.compile(rb"[\0\x00\x0a\x0d\r\n]|^[ \r\n\t]|[ \r\n\t]$") + + +def _is_legal_header_name(name: bytes) -> bool: + """ + "An implementation that validates fields according to the definitions in Sections + 5.1 and 5.5 of [HTTP] only needs an additional check that field names do not + include uppercase characters." (https://httpwg.org/specs/rfc9113.html#n-field-validity) + + `http.client._is_legal_header_name` does not validate the field name according to the + HTTP 1.1 spec, so we do that here, in addition to checking for uppercase characters. + + This does not allow for the `:` character in the header name, so should not + be used to validate pseudo-headers. + """ + return bool(RE_IS_LEGAL_HEADER_NAME.match(name)) + + +def _is_illegal_header_value(value: bytes) -> bool: + """ + "A field value MUST NOT contain the zero value (ASCII NUL, 0x00), line feed + (ASCII LF, 0x0a), or carriage return (ASCII CR, 0x0d) at any position. A field + value MUST NOT start or end with an ASCII whitespace character (ASCII SP or HTAB, + 0x20 or 0x09)." (https://httpwg.org/specs/rfc9113.html#n-field-validity) + """ + return bool(RE_IS_ILLEGAL_HEADER_VALUE.search(value)) + + +class _LockedObject(typing.Generic[T]): + """ + A wrapper class that hides a specific object behind a lock. + The goal here is to provide a simple way to protect access to an object + that cannot safely be simultaneously accessed from multiple threads. The + intended use of this class is simple: take hold of it with a context + manager, which returns the protected object. + """ + + __slots__ = ( + "lock", + "_obj", + ) + + def __init__(self, obj: T): + self.lock = threading.RLock() + self._obj = obj + + def __enter__(self) -> T: + self.lock.acquire() + return self._obj + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: types.TracebackType | None, + ) -> None: + self.lock.release() + + +class HTTP2Connection(HTTPSConnection): + def __init__( + self, host: str, port: int | None = None, **kwargs: typing.Any + ) -> None: + self._h2_conn = self._new_h2_conn() + self._h2_stream: int | None = None + self._headers: list[tuple[bytes, bytes]] = [] + + if "proxy" in kwargs or "proxy_config" in kwargs: # Defensive: + raise NotImplementedError("Proxies aren't supported with HTTP/2") + + super().__init__(host, port, **kwargs) + + if self._tunnel_host is not None: + raise NotImplementedError("Tunneling isn't supported with HTTP/2") + + def _new_h2_conn(self) -> _LockedObject[h2.connection.H2Connection]: + config = h2.config.H2Configuration(client_side=True) + return _LockedObject(h2.connection.H2Connection(config=config)) + + def connect(self) -> None: + super().connect() + with self._h2_conn as conn: + conn.initiate_connection() + if data_to_send := conn.data_to_send(): + self.sock.sendall(data_to_send) + + def putrequest( # type: ignore[override] + self, + method: str, + url: str, + **kwargs: typing.Any, + ) -> None: + """putrequest + This deviates from the HTTPConnection method signature since we never need to override + sending accept-encoding headers or the host header. + """ + if "skip_host" in kwargs: + raise NotImplementedError("`skip_host` isn't supported") + if "skip_accept_encoding" in kwargs: + raise NotImplementedError("`skip_accept_encoding` isn't supported") + + self._request_url = url or "/" + self._validate_path(url) # type: ignore[attr-defined] + + if ":" in self.host: + authority = f"[{self.host}]:{self.port or 443}" + else: + authority = f"{self.host}:{self.port or 443}" + + self._headers.append((b":scheme", b"https")) + self._headers.append((b":method", method.encode())) + self._headers.append((b":authority", authority.encode())) + self._headers.append((b":path", url.encode())) + + with self._h2_conn as conn: + self._h2_stream = conn.get_next_available_stream_id() + + def putheader(self, header: str | bytes, *values: str | bytes) -> None: + # TODO SKIPPABLE_HEADERS from urllib3 are ignored. + header = header.encode() if isinstance(header, str) else header + header = header.lower() # A lot of upstream code uses capitalized headers. + if not _is_legal_header_name(header): + raise ValueError(f"Illegal header name {str(header)}") + + for value in values: + value = value.encode() if isinstance(value, str) else value + if _is_illegal_header_value(value): + raise ValueError(f"Illegal header value {str(value)}") + self._headers.append((header, value)) + + def endheaders(self, message_body: typing.Any = None) -> None: # type: ignore[override] + if self._h2_stream is None: + raise ConnectionError("Must call `putrequest` first.") + + with self._h2_conn as conn: + conn.send_headers( + stream_id=self._h2_stream, + headers=self._headers, + end_stream=(message_body is None), + ) + if data_to_send := conn.data_to_send(): + self.sock.sendall(data_to_send) + self._headers = [] # Reset headers for the next request. + + def send(self, data: typing.Any) -> None: + """Send data to the server. + `data` can be: `str`, `bytes`, an iterable, or file-like objects + that support a .read() method. + """ + if self._h2_stream is None: + raise ConnectionError("Must call `putrequest` first.") + + with self._h2_conn as conn: + if data_to_send := conn.data_to_send(): + self.sock.sendall(data_to_send) + + if hasattr(data, "read"): # file-like objects + while True: + chunk = data.read(self.blocksize) + if not chunk: + break + if isinstance(chunk, str): + chunk = chunk.encode() # pragma: no cover + conn.send_data(self._h2_stream, chunk, end_stream=False) + if data_to_send := conn.data_to_send(): + self.sock.sendall(data_to_send) + conn.end_stream(self._h2_stream) + return + + if isinstance(data, str): # str -> bytes + data = data.encode() + + try: + if isinstance(data, bytes): + conn.send_data(self._h2_stream, data, end_stream=True) + if data_to_send := conn.data_to_send(): + self.sock.sendall(data_to_send) + else: + for chunk in data: + conn.send_data(self._h2_stream, chunk, end_stream=False) + if data_to_send := conn.data_to_send(): + self.sock.sendall(data_to_send) + conn.end_stream(self._h2_stream) + except TypeError: + raise TypeError( + "`data` should be str, bytes, iterable, or file. got %r" + % type(data) + ) + + def set_tunnel( + self, + host: str, + port: int | None = None, + headers: typing.Mapping[str, str] | None = None, + scheme: str = "http", + ) -> None: + raise NotImplementedError( + "HTTP/2 does not support setting up a tunnel through a proxy" + ) + + def getresponse( # type: ignore[override] + self, + ) -> HTTP2Response: + status = None + data = bytearray() + with self._h2_conn as conn: + end_stream = False + while not end_stream: + # TODO: Arbitrary read value. + if received_data := self.sock.recv(65535): + events = conn.receive_data(received_data) + for event in events: + if isinstance(event, h2.events.ResponseReceived): + headers = HTTPHeaderDict() + for header, value in event.headers: + if header == b":status": + status = int(value.decode()) + else: + headers.add( + header.decode("ascii"), value.decode("ascii") + ) + + elif isinstance(event, h2.events.DataReceived): + data += event.data + conn.acknowledge_received_data( + event.flow_controlled_length, event.stream_id + ) + + elif isinstance(event, h2.events.StreamEnded): + end_stream = True + + if data_to_send := conn.data_to_send(): + self.sock.sendall(data_to_send) + + assert status is not None + return HTTP2Response( + status=status, + headers=headers, + request_url=self._request_url, + data=bytes(data), + ) + + def request( # type: ignore[override] + self, + method: str, + url: str, + body: _TYPE_BODY | None = None, + headers: typing.Mapping[str, str] | None = None, + *, + preload_content: bool = True, + decode_content: bool = True, + enforce_content_length: bool = True, + **kwargs: typing.Any, + ) -> None: + """Send an HTTP/2 request""" + if "chunked" in kwargs: + # TODO this is often present from upstream. + # raise NotImplementedError("`chunked` isn't supported with HTTP/2") + pass + + if self.sock is not None: + self.sock.settimeout(self.timeout) + + self.putrequest(method, url) + + headers = headers or {} + for k, v in headers.items(): + if k.lower() == "transfer-encoding" and v == "chunked": + continue + else: + self.putheader(k, v) + + if b"user-agent" not in dict(self._headers): + self.putheader(b"user-agent", _get_default_user_agent()) + + if body: + self.endheaders(message_body=body) + self.send(body) + else: + self.endheaders() + + def close(self) -> None: + with self._h2_conn as conn: + try: + conn.close_connection() + if data := conn.data_to_send(): + self.sock.sendall(data) + except Exception: + pass + + # Reset all our HTTP/2 connection state. + self._h2_conn = self._new_h2_conn() + self._h2_stream = None + self._headers = [] + + super().close() + + +class HTTP2Response(BaseHTTPResponse): + # TODO: This is a woefully incomplete response object, but works for non-streaming. + def __init__( + self, + status: int, + headers: HTTPHeaderDict, + request_url: str, + data: bytes, + decode_content: bool = False, # TODO: support decoding + ) -> None: + super().__init__( + status=status, + headers=headers, + # Following CPython, we map HTTP versions to major * 10 + minor integers + version=20, + version_string="HTTP/2", + # No reason phrase in HTTP/2 + reason=None, + decode_content=decode_content, + request_url=request_url, + ) + self._data = data + self.length_remaining = 0 + + @property + def data(self) -> bytes: + return self._data + + def get_redirect_location(self) -> None: + return None + + def close(self) -> None: + pass diff --git a/llmlab/lib/python3.12/site-packages/urllib3/http2/probe.py b/llmlab/lib/python3.12/site-packages/urllib3/http2/probe.py new file mode 100644 index 0000000..9ea9007 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/http2/probe.py @@ -0,0 +1,87 @@ +from __future__ import annotations + +import threading + + +class _HTTP2ProbeCache: + __slots__ = ( + "_lock", + "_cache_locks", + "_cache_values", + ) + + def __init__(self) -> None: + self._lock = threading.Lock() + self._cache_locks: dict[tuple[str, int], threading.RLock] = {} + self._cache_values: dict[tuple[str, int], bool | None] = {} + + def acquire_and_get(self, host: str, port: int) -> bool | None: + # By the end of this block we know that + # _cache_[values,locks] is available. + value = None + with self._lock: + key = (host, port) + try: + value = self._cache_values[key] + # If it's a known value we return right away. + if value is not None: + return value + except KeyError: + self._cache_locks[key] = threading.RLock() + self._cache_values[key] = None + + # If the value is unknown, we acquire the lock to signal + # to the requesting thread that the probe is in progress + # or that the current thread needs to return their findings. + key_lock = self._cache_locks[key] + key_lock.acquire() + try: + # If the by the time we get the lock the value has been + # updated we want to return the updated value. + value = self._cache_values[key] + + # In case an exception like KeyboardInterrupt is raised here. + except BaseException as e: # Defensive: + assert not isinstance(e, KeyError) # KeyError shouldn't be possible. + key_lock.release() + raise + + return value + + def set_and_release( + self, host: str, port: int, supports_http2: bool | None + ) -> None: + key = (host, port) + key_lock = self._cache_locks[key] + with key_lock: # Uses an RLock, so can be locked again from same thread. + if supports_http2 is None and self._cache_values[key] is not None: + raise ValueError( + "Cannot reset HTTP/2 support for origin after value has been set." + ) # Defensive: not expected in normal usage + + self._cache_values[key] = supports_http2 + key_lock.release() + + def _values(self) -> dict[tuple[str, int], bool | None]: + """This function is for testing purposes only. Gets the current state of the probe cache""" + with self._lock: + return {k: v for k, v in self._cache_values.items()} + + def _reset(self) -> None: + """This function is for testing purposes only. Reset the cache values""" + with self._lock: + self._cache_locks = {} + self._cache_values = {} + + +_HTTP2_PROBE_CACHE = _HTTP2ProbeCache() + +set_and_release = _HTTP2_PROBE_CACHE.set_and_release +acquire_and_get = _HTTP2_PROBE_CACHE.acquire_and_get +_values = _HTTP2_PROBE_CACHE._values +_reset = _HTTP2_PROBE_CACHE._reset + +__all__ = [ + "set_and_release", + "acquire_and_get", +] diff --git a/llmlab/lib/python3.12/site-packages/urllib3/poolmanager.py b/llmlab/lib/python3.12/site-packages/urllib3/poolmanager.py new file mode 100644 index 0000000..085d1db --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/poolmanager.py @@ -0,0 +1,637 @@ +from __future__ import annotations + +import functools +import logging +import typing +import warnings +from types import TracebackType +from urllib.parse import urljoin + +from ._collections import HTTPHeaderDict, RecentlyUsedContainer +from ._request_methods import RequestMethods +from .connection import ProxyConfig +from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, port_by_scheme +from .exceptions import ( + LocationValueError, + MaxRetryError, + ProxySchemeUnknown, + URLSchemeUnknown, +) +from .response import BaseHTTPResponse +from .util.connection import _TYPE_SOCKET_OPTIONS +from .util.proxy import connection_requires_http_tunnel +from .util.retry import Retry +from .util.timeout import Timeout +from .util.url import Url, parse_url + +if typing.TYPE_CHECKING: + import ssl + + from typing_extensions import Self + +__all__ = ["PoolManager", "ProxyManager", "proxy_from_url"] + + +log = logging.getLogger(__name__) + +SSL_KEYWORDS = ( + "key_file", + "cert_file", + "cert_reqs", + "ca_certs", + "ca_cert_data", + "ssl_version", + "ssl_minimum_version", + "ssl_maximum_version", + "ca_cert_dir", + "ssl_context", + "key_password", + "server_hostname", +) +# Default value for `blocksize` - a new parameter introduced to +# http.client.HTTPConnection & http.client.HTTPSConnection in Python 3.7 +_DEFAULT_BLOCKSIZE = 16384 + + +class PoolKey(typing.NamedTuple): + """ + All known keyword arguments that could be provided to the pool manager, its + pools, or the underlying connections. + + All custom key schemes should include the fields in this key at a minimum. + """ + + key_scheme: str + key_host: str + key_port: int | None + key_timeout: Timeout | float | int | None + key_retries: Retry | bool | int | None + key_block: bool | None + key_source_address: tuple[str, int] | None + key_key_file: str | None + key_key_password: str | None + key_cert_file: str | None + key_cert_reqs: str | None + key_ca_certs: str | None + key_ca_cert_data: str | bytes | None + key_ssl_version: int | str | None + key_ssl_minimum_version: ssl.TLSVersion | None + key_ssl_maximum_version: ssl.TLSVersion | None + key_ca_cert_dir: str | None + key_ssl_context: ssl.SSLContext | None + key_maxsize: int | None + key_headers: frozenset[tuple[str, str]] | None + key__proxy: Url | None + key__proxy_headers: frozenset[tuple[str, str]] | None + key__proxy_config: ProxyConfig | None + key_socket_options: _TYPE_SOCKET_OPTIONS | None + key__socks_options: frozenset[tuple[str, str]] | None + key_assert_hostname: bool | str | None + key_assert_fingerprint: str | None + key_server_hostname: str | None + key_blocksize: int | None + + +def _default_key_normalizer( + key_class: type[PoolKey], request_context: dict[str, typing.Any] +) -> PoolKey: + """ + Create a pool key out of a request context dictionary. + + According to RFC 3986, both the scheme and host are case-insensitive. + Therefore, this function normalizes both before constructing the pool + key for an HTTPS request. If you wish to change this behaviour, provide + alternate callables to ``key_fn_by_scheme``. + + :param key_class: + The class to use when constructing the key. This should be a namedtuple + with the ``scheme`` and ``host`` keys at a minimum. + :type key_class: namedtuple + :param request_context: + A dictionary-like object that contain the context for a request. + :type request_context: dict + + :return: A namedtuple that can be used as a connection pool key. + :rtype: PoolKey + """ + # Since we mutate the dictionary, make a copy first + context = request_context.copy() + context["scheme"] = context["scheme"].lower() + context["host"] = context["host"].lower() + + # These are both dictionaries and need to be transformed into frozensets + for key in ("headers", "_proxy_headers", "_socks_options"): + if key in context and context[key] is not None: + context[key] = frozenset(context[key].items()) + + # The socket_options key may be a list and needs to be transformed into a + # tuple. + socket_opts = context.get("socket_options") + if socket_opts is not None: + context["socket_options"] = tuple(socket_opts) + + # Map the kwargs to the names in the namedtuple - this is necessary since + # namedtuples can't have fields starting with '_'. + for key in list(context.keys()): + context["key_" + key] = context.pop(key) + + # Default to ``None`` for keys missing from the context + for field in key_class._fields: + if field not in context: + context[field] = None + + # Default key_blocksize to _DEFAULT_BLOCKSIZE if missing from the context + if context.get("key_blocksize") is None: + context["key_blocksize"] = _DEFAULT_BLOCKSIZE + + return key_class(**context) + + +#: A dictionary that maps a scheme to a callable that creates a pool key. +#: This can be used to alter the way pool keys are constructed, if desired. +#: Each PoolManager makes a copy of this dictionary so they can be configured +#: globally here, or individually on the instance. +key_fn_by_scheme = { + "http": functools.partial(_default_key_normalizer, PoolKey), + "https": functools.partial(_default_key_normalizer, PoolKey), +} + +pool_classes_by_scheme = {"http": HTTPConnectionPool, "https": HTTPSConnectionPool} + + +class PoolManager(RequestMethods): + """ + Allows for arbitrary requests while transparently keeping track of + necessary connection pools for you. + + :param num_pools: + Number of connection pools to cache before discarding the least + recently used pool. + + :param headers: + Headers to include with all requests, unless other headers are given + explicitly. + + :param \\**connection_pool_kw: + Additional parameters are used to create fresh + :class:`urllib3.connectionpool.ConnectionPool` instances. + + Example: + + .. code-block:: python + + import urllib3 + + http = urllib3.PoolManager(num_pools=2) + + resp1 = http.request("GET", "https://google.com/") + resp2 = http.request("GET", "https://google.com/mail") + resp3 = http.request("GET", "https://yahoo.com/") + + print(len(http.pools)) + # 2 + + """ + + proxy: Url | None = None + proxy_config: ProxyConfig | None = None + + def __init__( + self, + num_pools: int = 10, + headers: typing.Mapping[str, str] | None = None, + **connection_pool_kw: typing.Any, + ) -> None: + super().__init__(headers) + self.connection_pool_kw = connection_pool_kw + + self.pools: RecentlyUsedContainer[PoolKey, HTTPConnectionPool] + self.pools = RecentlyUsedContainer(num_pools) + + # Locally set the pool classes and keys so other PoolManagers can + # override them. + self.pool_classes_by_scheme = pool_classes_by_scheme + self.key_fn_by_scheme = key_fn_by_scheme.copy() + + def __enter__(self) -> Self: + return self + + def __exit__( + self, + exc_type: type[BaseException] | None, + exc_val: BaseException | None, + exc_tb: TracebackType | None, + ) -> typing.Literal[False]: + self.clear() + # Return False to re-raise any potential exceptions + return False + + def _new_pool( + self, + scheme: str, + host: str, + port: int, + request_context: dict[str, typing.Any] | None = None, + ) -> HTTPConnectionPool: + """ + Create a new :class:`urllib3.connectionpool.ConnectionPool` based on host, port, scheme, and + any additional pool keyword arguments. + + If ``request_context`` is provided, it is provided as keyword arguments + to the pool class used. This method is used to actually create the + connection pools handed out by :meth:`connection_from_url` and + companion methods. It is intended to be overridden for customization. + """ + pool_cls: type[HTTPConnectionPool] = self.pool_classes_by_scheme[scheme] + if request_context is None: + request_context = self.connection_pool_kw.copy() + + # Default blocksize to _DEFAULT_BLOCKSIZE if missing or explicitly + # set to 'None' in the request_context. + if request_context.get("blocksize") is None: + request_context["blocksize"] = _DEFAULT_BLOCKSIZE + + # Although the context has everything necessary to create the pool, + # this function has historically only used the scheme, host, and port + # in the positional args. When an API change is acceptable these can + # be removed. + for key in ("scheme", "host", "port"): + request_context.pop(key, None) + + if scheme == "http": + for kw in SSL_KEYWORDS: + request_context.pop(kw, None) + + return pool_cls(host, port, **request_context) + + def clear(self) -> None: + """ + Empty our store of pools and direct them all to close. + + This will not affect in-flight connections, but they will not be + re-used after completion. + """ + self.pools.clear() + + def connection_from_host( + self, + host: str | None, + port: int | None = None, + scheme: str | None = "http", + pool_kwargs: dict[str, typing.Any] | None = None, + ) -> HTTPConnectionPool: + """ + Get a :class:`urllib3.connectionpool.ConnectionPool` based on the host, port, and scheme. + + If ``port`` isn't given, it will be derived from the ``scheme`` using + ``urllib3.connectionpool.port_by_scheme``. If ``pool_kwargs`` is + provided, it is merged with the instance's ``connection_pool_kw`` + variable and used to create the new connection pool, if one is + needed. + """ + + if not host: + raise LocationValueError("No host specified.") + + request_context = self._merge_pool_kwargs(pool_kwargs) + request_context["scheme"] = scheme or "http" + if not port: + port = port_by_scheme.get(request_context["scheme"].lower(), 80) + request_context["port"] = port + request_context["host"] = host + + return self.connection_from_context(request_context) + + def connection_from_context( + self, request_context: dict[str, typing.Any] + ) -> HTTPConnectionPool: + """ + Get a :class:`urllib3.connectionpool.ConnectionPool` based on the request context. + + ``request_context`` must at least contain the ``scheme`` key and its + value must be a key in ``key_fn_by_scheme`` instance variable. + """ + if "strict" in request_context: + warnings.warn( + "The 'strict' parameter is no longer needed on Python 3+. " + "This will raise an error in urllib3 v2.1.0.", + DeprecationWarning, + ) + request_context.pop("strict") + + scheme = request_context["scheme"].lower() + pool_key_constructor = self.key_fn_by_scheme.get(scheme) + if not pool_key_constructor: + raise URLSchemeUnknown(scheme) + pool_key = pool_key_constructor(request_context) + + return self.connection_from_pool_key(pool_key, request_context=request_context) + + def connection_from_pool_key( + self, pool_key: PoolKey, request_context: dict[str, typing.Any] + ) -> HTTPConnectionPool: + """ + Get a :class:`urllib3.connectionpool.ConnectionPool` based on the provided pool key. + + ``pool_key`` should be a namedtuple that only contains immutable + objects. At a minimum it must have the ``scheme``, ``host``, and + ``port`` fields. + """ + with self.pools.lock: + # If the scheme, host, or port doesn't match existing open + # connections, open a new ConnectionPool. + pool = self.pools.get(pool_key) + if pool: + return pool + + # Make a fresh ConnectionPool of the desired type + scheme = request_context["scheme"] + host = request_context["host"] + port = request_context["port"] + pool = self._new_pool(scheme, host, port, request_context=request_context) + self.pools[pool_key] = pool + + return pool + + def connection_from_url( + self, url: str, pool_kwargs: dict[str, typing.Any] | None = None + ) -> HTTPConnectionPool: + """ + Similar to :func:`urllib3.connectionpool.connection_from_url`. + + If ``pool_kwargs`` is not provided and a new pool needs to be + constructed, ``self.connection_pool_kw`` is used to initialize + the :class:`urllib3.connectionpool.ConnectionPool`. If ``pool_kwargs`` + is provided, it is used instead. Note that if a new pool does not + need to be created for the request, the provided ``pool_kwargs`` are + not used. + """ + u = parse_url(url) + return self.connection_from_host( + u.host, port=u.port, scheme=u.scheme, pool_kwargs=pool_kwargs + ) + + def _merge_pool_kwargs( + self, override: dict[str, typing.Any] | None + ) -> dict[str, typing.Any]: + """ + Merge a dictionary of override values for self.connection_pool_kw. + + This does not modify self.connection_pool_kw and returns a new dict. + Any keys in the override dictionary with a value of ``None`` are + removed from the merged dictionary. + """ + base_pool_kwargs = self.connection_pool_kw.copy() + if override: + for key, value in override.items(): + if value is None: + try: + del base_pool_kwargs[key] + except KeyError: + pass + else: + base_pool_kwargs[key] = value + return base_pool_kwargs + + def _proxy_requires_url_absolute_form(self, parsed_url: Url) -> bool: + """ + Indicates if the proxy requires the complete destination URL in the + request. Normally this is only needed when not using an HTTP CONNECT + tunnel. + """ + if self.proxy is None: + return False + + return not connection_requires_http_tunnel( + self.proxy, self.proxy_config, parsed_url.scheme + ) + + def urlopen( # type: ignore[override] + self, method: str, url: str, redirect: bool = True, **kw: typing.Any + ) -> BaseHTTPResponse: + """ + Same as :meth:`urllib3.HTTPConnectionPool.urlopen` + with custom cross-host redirect logic and only sends the request-uri + portion of the ``url``. + + The given ``url`` parameter must be absolute, such that an appropriate + :class:`urllib3.connectionpool.ConnectionPool` can be chosen for it. + """ + u = parse_url(url) + + if u.scheme is None: + warnings.warn( + "URLs without a scheme (ie 'https://') are deprecated and will raise an error " + "in a future version of urllib3. To avoid this DeprecationWarning ensure all URLs " + "start with 'https://' or 'http://'. Read more in this issue: " + "https://github.com/urllib3/urllib3/issues/2920", + category=DeprecationWarning, + stacklevel=2, + ) + + conn = self.connection_from_host(u.host, port=u.port, scheme=u.scheme) + + kw["assert_same_host"] = False + kw["redirect"] = False + + if "headers" not in kw: + kw["headers"] = self.headers + + if self._proxy_requires_url_absolute_form(u): + response = conn.urlopen(method, url, **kw) + else: + response = conn.urlopen(method, u.request_uri, **kw) + + redirect_location = redirect and response.get_redirect_location() + if not redirect_location: + return response + + # Support relative URLs for redirecting. + redirect_location = urljoin(url, redirect_location) + + if response.status == 303: + # Change the method according to RFC 9110, Section 15.4.4. + method = "GET" + # And lose the body not to transfer anything sensitive. + kw["body"] = None + kw["headers"] = HTTPHeaderDict(kw["headers"])._prepare_for_method_change() + + retries = kw.get("retries") + if not isinstance(retries, Retry): + retries = Retry.from_int(retries, redirect=redirect) + + # Strip headers marked as unsafe to forward to the redirected location. + # Check remove_headers_on_redirect to avoid a potential network call within + # conn.is_same_host() which may use socket.gethostbyname() in the future. + if retries.remove_headers_on_redirect and not conn.is_same_host( + redirect_location + ): + new_headers = kw["headers"].copy() + for header in kw["headers"]: + if header.lower() in retries.remove_headers_on_redirect: + new_headers.pop(header, None) + kw["headers"] = new_headers + + try: + retries = retries.increment(method, url, response=response, _pool=conn) + except MaxRetryError: + if retries.raise_on_redirect: + response.drain_conn() + raise + return response + + kw["retries"] = retries + kw["redirect"] = redirect + + log.info("Redirecting %s -> %s", url, redirect_location) + + response.drain_conn() + return self.urlopen(method, redirect_location, **kw) + + +class ProxyManager(PoolManager): + """ + Behaves just like :class:`PoolManager`, but sends all requests through + the defined proxy, using the CONNECT method for HTTPS URLs. + + :param proxy_url: + The URL of the proxy to be used. + + :param proxy_headers: + A dictionary containing headers that will be sent to the proxy. In case + of HTTP they are being sent with each request, while in the + HTTPS/CONNECT case they are sent only once. Could be used for proxy + authentication. + + :param proxy_ssl_context: + The proxy SSL context is used to establish the TLS connection to the + proxy when using HTTPS proxies. + + :param use_forwarding_for_https: + (Defaults to False) If set to True will forward requests to the HTTPS + proxy to be made on behalf of the client instead of creating a TLS + tunnel via the CONNECT method. **Enabling this flag means that request + and response headers and content will be visible from the HTTPS proxy** + whereas tunneling keeps request and response headers and content + private. IP address, target hostname, SNI, and port are always visible + to an HTTPS proxy even when this flag is disabled. + + :param proxy_assert_hostname: + The hostname of the certificate to verify against. + + :param proxy_assert_fingerprint: + The fingerprint of the certificate to verify against. + + Example: + + .. code-block:: python + + import urllib3 + + proxy = urllib3.ProxyManager("https://localhost:3128/") + + resp1 = proxy.request("GET", "https://google.com/") + resp2 = proxy.request("GET", "https://httpbin.org/") + + print(len(proxy.pools)) + # 1 + + resp3 = proxy.request("GET", "https://httpbin.org/") + resp4 = proxy.request("GET", "https://twitter.com/") + + print(len(proxy.pools)) + # 3 + + """ + + def __init__( + self, + proxy_url: str, + num_pools: int = 10, + headers: typing.Mapping[str, str] | None = None, + proxy_headers: typing.Mapping[str, str] | None = None, + proxy_ssl_context: ssl.SSLContext | None = None, + use_forwarding_for_https: bool = False, + proxy_assert_hostname: None | str | typing.Literal[False] = None, + proxy_assert_fingerprint: str | None = None, + **connection_pool_kw: typing.Any, + ) -> None: + if isinstance(proxy_url, HTTPConnectionPool): + str_proxy_url = f"{proxy_url.scheme}://{proxy_url.host}:{proxy_url.port}" + else: + str_proxy_url = proxy_url + proxy = parse_url(str_proxy_url) + + if proxy.scheme not in ("http", "https"): + raise ProxySchemeUnknown(proxy.scheme) + + if not proxy.port: + port = port_by_scheme.get(proxy.scheme, 80) + proxy = proxy._replace(port=port) + + self.proxy = proxy + self.proxy_headers = proxy_headers or {} + self.proxy_ssl_context = proxy_ssl_context + self.proxy_config = ProxyConfig( + proxy_ssl_context, + use_forwarding_for_https, + proxy_assert_hostname, + proxy_assert_fingerprint, + ) + + connection_pool_kw["_proxy"] = self.proxy + connection_pool_kw["_proxy_headers"] = self.proxy_headers + connection_pool_kw["_proxy_config"] = self.proxy_config + + super().__init__(num_pools, headers, **connection_pool_kw) + + def connection_from_host( + self, + host: str | None, + port: int | None = None, + scheme: str | None = "http", + pool_kwargs: dict[str, typing.Any] | None = None, + ) -> HTTPConnectionPool: + if scheme == "https": + return super().connection_from_host( + host, port, scheme, pool_kwargs=pool_kwargs + ) + + return super().connection_from_host( + self.proxy.host, self.proxy.port, self.proxy.scheme, pool_kwargs=pool_kwargs # type: ignore[union-attr] + ) + + def _set_proxy_headers( + self, url: str, headers: typing.Mapping[str, str] | None = None + ) -> typing.Mapping[str, str]: + """ + Sets headers needed by proxies: specifically, the Accept and Host + headers. Only sets headers not provided by the user. + """ + headers_ = {"Accept": "*/*"} + + netloc = parse_url(url).netloc + if netloc: + headers_["Host"] = netloc + + if headers: + headers_.update(headers) + return headers_ + + def urlopen( # type: ignore[override] + self, method: str, url: str, redirect: bool = True, **kw: typing.Any + ) -> BaseHTTPResponse: + "Same as HTTP(S)ConnectionPool.urlopen, ``url`` must be absolute." + u = parse_url(url) + if not connection_requires_http_tunnel(self.proxy, self.proxy_config, u.scheme): + # For connections using HTTP CONNECT, httplib sets the necessary + # headers on the CONNECT to the proxy. If we're not using CONNECT, + # we'll definitely need to set 'Host' at the very least. + headers = kw.get("headers", self.headers) + kw["headers"] = self._set_proxy_headers(url, headers) + + return super().urlopen(method, url, redirect=redirect, **kw) + + +def proxy_from_url(url: str, **kw: typing.Any) -> ProxyManager: + return ProxyManager(proxy_url=url, **kw) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/py.typed b/llmlab/lib/python3.12/site-packages/urllib3/py.typed new file mode 100644 index 0000000..5f3ea3d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/py.typed @@ -0,0 +1,2 @@ +# Instruct type checkers to look for inline type annotations in this package. +# See PEP 561. diff --git a/llmlab/lib/python3.12/site-packages/urllib3/response.py b/llmlab/lib/python3.12/site-packages/urllib3/response.py new file mode 100644 index 0000000..66c6a68 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/response.py @@ -0,0 +1,1278 @@ +from __future__ import annotations + +import collections +import io +import json as _json +import logging +import re +import socket +import sys +import typing +import warnings +import zlib +from contextlib import contextmanager +from http.client import HTTPMessage as _HttplibHTTPMessage +from http.client import HTTPResponse as _HttplibHTTPResponse +from socket import timeout as SocketTimeout + +if typing.TYPE_CHECKING: + from ._base_connection import BaseHTTPConnection + +try: + try: + import brotlicffi as brotli # type: ignore[import-not-found] + except ImportError: + import brotli # type: ignore[import-not-found] +except ImportError: + brotli = None + +try: + import zstandard as zstd +except (AttributeError, ImportError, ValueError): # Defensive: + HAS_ZSTD = False +else: + # The package 'zstandard' added the 'eof' property starting + # in v0.18.0 which we require to ensure a complete and + # valid zstd stream was fed into the ZstdDecoder. + # See: https://github.com/urllib3/urllib3/pull/2624 + _zstd_version = tuple( + map(int, re.search(r"^([0-9]+)\.([0-9]+)", zstd.__version__).groups()) # type: ignore[union-attr] + ) + if _zstd_version < (0, 18): # Defensive: + HAS_ZSTD = False + else: + HAS_ZSTD = True + +from . import util +from ._base_connection import _TYPE_BODY +from ._collections import HTTPHeaderDict +from .connection import BaseSSLError, HTTPConnection, HTTPException +from .exceptions import ( + BodyNotHttplibCompatible, + DecodeError, + HTTPError, + IncompleteRead, + InvalidChunkLength, + InvalidHeader, + ProtocolError, + ReadTimeoutError, + ResponseNotChunked, + SSLError, +) +from .util.response import is_fp_closed, is_response_to_head +from .util.retry import Retry + +if typing.TYPE_CHECKING: + from .connectionpool import HTTPConnectionPool + +log = logging.getLogger(__name__) + + +class ContentDecoder: + def decompress(self, data: bytes) -> bytes: + raise NotImplementedError() + + def flush(self) -> bytes: + raise NotImplementedError() + + +class DeflateDecoder(ContentDecoder): + def __init__(self) -> None: + self._first_try = True + self._data = b"" + self._obj = zlib.decompressobj() + + def decompress(self, data: bytes) -> bytes: + if not data: + return data + + if not self._first_try: + return self._obj.decompress(data) + + self._data += data + try: + decompressed = self._obj.decompress(data) + if decompressed: + self._first_try = False + self._data = None # type: ignore[assignment] + return decompressed + except zlib.error: + self._first_try = False + self._obj = zlib.decompressobj(-zlib.MAX_WBITS) + try: + return self.decompress(self._data) + finally: + self._data = None # type: ignore[assignment] + + def flush(self) -> bytes: + return self._obj.flush() + + +class GzipDecoderState: + FIRST_MEMBER = 0 + OTHER_MEMBERS = 1 + SWALLOW_DATA = 2 + + +class GzipDecoder(ContentDecoder): + def __init__(self) -> None: + self._obj = zlib.decompressobj(16 + zlib.MAX_WBITS) + self._state = GzipDecoderState.FIRST_MEMBER + + def decompress(self, data: bytes) -> bytes: + ret = bytearray() + if self._state == GzipDecoderState.SWALLOW_DATA or not data: + return bytes(ret) + while True: + try: + ret += self._obj.decompress(data) + except zlib.error: + previous_state = self._state + # Ignore data after the first error + self._state = GzipDecoderState.SWALLOW_DATA + if previous_state == GzipDecoderState.OTHER_MEMBERS: + # Allow trailing garbage acceptable in other gzip clients + return bytes(ret) + raise + data = self._obj.unused_data + if not data: + return bytes(ret) + self._state = GzipDecoderState.OTHER_MEMBERS + self._obj = zlib.decompressobj(16 + zlib.MAX_WBITS) + + def flush(self) -> bytes: + return self._obj.flush() + + +if brotli is not None: + + class BrotliDecoder(ContentDecoder): + # Supports both 'brotlipy' and 'Brotli' packages + # since they share an import name. The top branches + # are for 'brotlipy' and bottom branches for 'Brotli' + def __init__(self) -> None: + self._obj = brotli.Decompressor() + if hasattr(self._obj, "decompress"): + setattr(self, "decompress", self._obj.decompress) + else: + setattr(self, "decompress", self._obj.process) + + def flush(self) -> bytes: + if hasattr(self._obj, "flush"): + return self._obj.flush() # type: ignore[no-any-return] + return b"" + + +if HAS_ZSTD: + + class ZstdDecoder(ContentDecoder): + def __init__(self) -> None: + self._obj = zstd.ZstdDecompressor().decompressobj() + + def decompress(self, data: bytes) -> bytes: + if not data: + return b"" + data_parts = [self._obj.decompress(data)] + while self._obj.eof and self._obj.unused_data: + unused_data = self._obj.unused_data + self._obj = zstd.ZstdDecompressor().decompressobj() + data_parts.append(self._obj.decompress(unused_data)) + return b"".join(data_parts) + + def flush(self) -> bytes: + ret = self._obj.flush() # note: this is a no-op + if not self._obj.eof: + raise DecodeError("Zstandard data is incomplete") + return ret + + +class MultiDecoder(ContentDecoder): + """ + From RFC7231: + If one or more encodings have been applied to a representation, the + sender that applied the encodings MUST generate a Content-Encoding + header field that lists the content codings in the order in which + they were applied. + """ + + def __init__(self, modes: str) -> None: + self._decoders = [_get_decoder(m.strip()) for m in modes.split(",")] + + def flush(self) -> bytes: + return self._decoders[0].flush() + + def decompress(self, data: bytes) -> bytes: + for d in reversed(self._decoders): + data = d.decompress(data) + return data + + +def _get_decoder(mode: str) -> ContentDecoder: + if "," in mode: + return MultiDecoder(mode) + + # According to RFC 9110 section 8.4.1.3, recipients should + # consider x-gzip equivalent to gzip + if mode in ("gzip", "x-gzip"): + return GzipDecoder() + + if brotli is not None and mode == "br": + return BrotliDecoder() + + if HAS_ZSTD and mode == "zstd": + return ZstdDecoder() + + return DeflateDecoder() + + +class BytesQueueBuffer: + """Memory-efficient bytes buffer + + To return decoded data in read() and still follow the BufferedIOBase API, we need a + buffer to always return the correct amount of bytes. + + This buffer should be filled using calls to put() + + Our maximum memory usage is determined by the sum of the size of: + + * self.buffer, which contains the full data + * the largest chunk that we will copy in get() + + The worst case scenario is a single chunk, in which case we'll make a full copy of + the data inside get(). + """ + + def __init__(self) -> None: + self.buffer: typing.Deque[bytes] = collections.deque() + self._size: int = 0 + + def __len__(self) -> int: + return self._size + + def put(self, data: bytes) -> None: + self.buffer.append(data) + self._size += len(data) + + def get(self, n: int) -> bytes: + if n == 0: + return b"" + elif not self.buffer: + raise RuntimeError("buffer is empty") + elif n < 0: + raise ValueError("n should be > 0") + + fetched = 0 + ret = io.BytesIO() + while fetched < n: + remaining = n - fetched + chunk = self.buffer.popleft() + chunk_length = len(chunk) + if remaining < chunk_length: + left_chunk, right_chunk = chunk[:remaining], chunk[remaining:] + ret.write(left_chunk) + self.buffer.appendleft(right_chunk) + self._size -= remaining + break + else: + ret.write(chunk) + self._size -= chunk_length + fetched += chunk_length + + if not self.buffer: + break + + return ret.getvalue() + + def get_all(self) -> bytes: + buffer = self.buffer + if not buffer: + assert self._size == 0 + return b"" + if len(buffer) == 1: + result = buffer.pop() + else: + ret = io.BytesIO() + ret.writelines(buffer.popleft() for _ in range(len(buffer))) + result = ret.getvalue() + self._size = 0 + return result + + +class BaseHTTPResponse(io.IOBase): + CONTENT_DECODERS = ["gzip", "x-gzip", "deflate"] + if brotli is not None: + CONTENT_DECODERS += ["br"] + if HAS_ZSTD: + CONTENT_DECODERS += ["zstd"] + REDIRECT_STATUSES = [301, 302, 303, 307, 308] + + DECODER_ERROR_CLASSES: tuple[type[Exception], ...] = (IOError, zlib.error) + if brotli is not None: + DECODER_ERROR_CLASSES += (brotli.error,) + + if HAS_ZSTD: + DECODER_ERROR_CLASSES += (zstd.ZstdError,) + + def __init__( + self, + *, + headers: typing.Mapping[str, str] | typing.Mapping[bytes, bytes] | None = None, + status: int, + version: int, + version_string: str, + reason: str | None, + decode_content: bool, + request_url: str | None, + retries: Retry | None = None, + ) -> None: + if isinstance(headers, HTTPHeaderDict): + self.headers = headers + else: + self.headers = HTTPHeaderDict(headers) # type: ignore[arg-type] + self.status = status + self.version = version + self.version_string = version_string + self.reason = reason + self.decode_content = decode_content + self._has_decoded_content = False + self._request_url: str | None = request_url + self.retries = retries + + self.chunked = False + tr_enc = self.headers.get("transfer-encoding", "").lower() + # Don't incur the penalty of creating a list and then discarding it + encodings = (enc.strip() for enc in tr_enc.split(",")) + if "chunked" in encodings: + self.chunked = True + + self._decoder: ContentDecoder | None = None + self.length_remaining: int | None + + def get_redirect_location(self) -> str | None | typing.Literal[False]: + """ + Should we redirect and where to? + + :returns: Truthy redirect location string if we got a redirect status + code and valid location. ``None`` if redirect status and no + location. ``False`` if not a redirect status code. + """ + if self.status in self.REDIRECT_STATUSES: + return self.headers.get("location") + return False + + @property + def data(self) -> bytes: + raise NotImplementedError() + + def json(self) -> typing.Any: + """ + Deserializes the body of the HTTP response as a Python object. + + The body of the HTTP response must be encoded using UTF-8, as per + `RFC 8529 Section 8.1 `_. + + To use a custom JSON decoder pass the result of :attr:`HTTPResponse.data` to + your custom decoder instead. + + If the body of the HTTP response is not decodable to UTF-8, a + `UnicodeDecodeError` will be raised. If the body of the HTTP response is not a + valid JSON document, a `json.JSONDecodeError` will be raised. + + Read more :ref:`here `. + + :returns: The body of the HTTP response as a Python object. + """ + data = self.data.decode("utf-8") + return _json.loads(data) + + @property + def url(self) -> str | None: + raise NotImplementedError() + + @url.setter + def url(self, url: str | None) -> None: + raise NotImplementedError() + + @property + def connection(self) -> BaseHTTPConnection | None: + raise NotImplementedError() + + @property + def retries(self) -> Retry | None: + return self._retries + + @retries.setter + def retries(self, retries: Retry | None) -> None: + # Override the request_url if retries has a redirect location. + if retries is not None and retries.history: + self.url = retries.history[-1].redirect_location + self._retries = retries + + def stream( + self, amt: int | None = 2**16, decode_content: bool | None = None + ) -> typing.Iterator[bytes]: + raise NotImplementedError() + + def read( + self, + amt: int | None = None, + decode_content: bool | None = None, + cache_content: bool = False, + ) -> bytes: + raise NotImplementedError() + + def read1( + self, + amt: int | None = None, + decode_content: bool | None = None, + ) -> bytes: + raise NotImplementedError() + + def read_chunked( + self, + amt: int | None = None, + decode_content: bool | None = None, + ) -> typing.Iterator[bytes]: + raise NotImplementedError() + + def release_conn(self) -> None: + raise NotImplementedError() + + def drain_conn(self) -> None: + raise NotImplementedError() + + def shutdown(self) -> None: + raise NotImplementedError() + + def close(self) -> None: + raise NotImplementedError() + + def _init_decoder(self) -> None: + """ + Set-up the _decoder attribute if necessary. + """ + # Note: content-encoding value should be case-insensitive, per RFC 7230 + # Section 3.2 + content_encoding = self.headers.get("content-encoding", "").lower() + if self._decoder is None: + if content_encoding in self.CONTENT_DECODERS: + self._decoder = _get_decoder(content_encoding) + elif "," in content_encoding: + encodings = [ + e.strip() + for e in content_encoding.split(",") + if e.strip() in self.CONTENT_DECODERS + ] + if encodings: + self._decoder = _get_decoder(content_encoding) + + def _decode( + self, data: bytes, decode_content: bool | None, flush_decoder: bool + ) -> bytes: + """ + Decode the data passed in and potentially flush the decoder. + """ + if not decode_content: + if self._has_decoded_content: + raise RuntimeError( + "Calling read(decode_content=False) is not supported after " + "read(decode_content=True) was called." + ) + return data + + try: + if self._decoder: + data = self._decoder.decompress(data) + self._has_decoded_content = True + except self.DECODER_ERROR_CLASSES as e: + content_encoding = self.headers.get("content-encoding", "").lower() + raise DecodeError( + "Received response with content-encoding: %s, but " + "failed to decode it." % content_encoding, + e, + ) from e + if flush_decoder: + data += self._flush_decoder() + + return data + + def _flush_decoder(self) -> bytes: + """ + Flushes the decoder. Should only be called if the decoder is actually + being used. + """ + if self._decoder: + return self._decoder.decompress(b"") + self._decoder.flush() + return b"" + + # Compatibility methods for `io` module + def readinto(self, b: bytearray) -> int: + temp = self.read(len(b)) + if len(temp) == 0: + return 0 + else: + b[: len(temp)] = temp + return len(temp) + + # Compatibility methods for http.client.HTTPResponse + def getheaders(self) -> HTTPHeaderDict: + warnings.warn( + "HTTPResponse.getheaders() is deprecated and will be removed " + "in urllib3 v2.1.0. Instead access HTTPResponse.headers directly.", + category=DeprecationWarning, + stacklevel=2, + ) + return self.headers + + def getheader(self, name: str, default: str | None = None) -> str | None: + warnings.warn( + "HTTPResponse.getheader() is deprecated and will be removed " + "in urllib3 v2.1.0. Instead use HTTPResponse.headers.get(name, default).", + category=DeprecationWarning, + stacklevel=2, + ) + return self.headers.get(name, default) + + # Compatibility method for http.cookiejar + def info(self) -> HTTPHeaderDict: + return self.headers + + def geturl(self) -> str | None: + return self.url + + +class HTTPResponse(BaseHTTPResponse): + """ + HTTP Response container. + + Backwards-compatible with :class:`http.client.HTTPResponse` but the response ``body`` is + loaded and decoded on-demand when the ``data`` property is accessed. This + class is also compatible with the Python standard library's :mod:`io` + module, and can hence be treated as a readable object in the context of that + framework. + + Extra parameters for behaviour not present in :class:`http.client.HTTPResponse`: + + :param preload_content: + If True, the response's body will be preloaded during construction. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + + :param original_response: + When this HTTPResponse wrapper is generated from an :class:`http.client.HTTPResponse` + object, it's convenient to include the original for debug purposes. It's + otherwise unused. + + :param retries: + The retries contains the last :class:`~urllib3.util.retry.Retry` that + was used during the request. + + :param enforce_content_length: + Enforce content length checking. Body returned by server must match + value of Content-Length header, if present. Otherwise, raise error. + """ + + def __init__( + self, + body: _TYPE_BODY = "", + headers: typing.Mapping[str, str] | typing.Mapping[bytes, bytes] | None = None, + status: int = 0, + version: int = 0, + version_string: str = "HTTP/?", + reason: str | None = None, + preload_content: bool = True, + decode_content: bool = True, + original_response: _HttplibHTTPResponse | None = None, + pool: HTTPConnectionPool | None = None, + connection: HTTPConnection | None = None, + msg: _HttplibHTTPMessage | None = None, + retries: Retry | None = None, + enforce_content_length: bool = True, + request_method: str | None = None, + request_url: str | None = None, + auto_close: bool = True, + sock_shutdown: typing.Callable[[int], None] | None = None, + ) -> None: + super().__init__( + headers=headers, + status=status, + version=version, + version_string=version_string, + reason=reason, + decode_content=decode_content, + request_url=request_url, + retries=retries, + ) + + self.enforce_content_length = enforce_content_length + self.auto_close = auto_close + + self._body = None + self._fp: _HttplibHTTPResponse | None = None + self._original_response = original_response + self._fp_bytes_read = 0 + self.msg = msg + + if body and isinstance(body, (str, bytes)): + self._body = body + + self._pool = pool + self._connection = connection + + if hasattr(body, "read"): + self._fp = body # type: ignore[assignment] + self._sock_shutdown = sock_shutdown + + # Are we using the chunked-style of transfer encoding? + self.chunk_left: int | None = None + + # Determine length of response + self.length_remaining = self._init_length(request_method) + + # Used to return the correct amount of bytes for partial read()s + self._decoded_buffer = BytesQueueBuffer() + + # If requested, preload the body. + if preload_content and not self._body: + self._body = self.read(decode_content=decode_content) + + def release_conn(self) -> None: + if not self._pool or not self._connection: + return None + + self._pool._put_conn(self._connection) + self._connection = None + + def drain_conn(self) -> None: + """ + Read and discard any remaining HTTP response data in the response connection. + + Unread data in the HTTPResponse connection blocks the connection from being released back to the pool. + """ + try: + self.read() + except (HTTPError, OSError, BaseSSLError, HTTPException): + pass + + @property + def data(self) -> bytes: + # For backwards-compat with earlier urllib3 0.4 and earlier. + if self._body: + return self._body # type: ignore[return-value] + + if self._fp: + return self.read(cache_content=True) + + return None # type: ignore[return-value] + + @property + def connection(self) -> HTTPConnection | None: + return self._connection + + def isclosed(self) -> bool: + return is_fp_closed(self._fp) + + def tell(self) -> int: + """ + Obtain the number of bytes pulled over the wire so far. May differ from + the amount of content returned by :meth:``urllib3.response.HTTPResponse.read`` + if bytes are encoded on the wire (e.g, compressed). + """ + return self._fp_bytes_read + + def _init_length(self, request_method: str | None) -> int | None: + """ + Set initial length value for Response content if available. + """ + length: int | None + content_length: str | None = self.headers.get("content-length") + + if content_length is not None: + if self.chunked: + # This Response will fail with an IncompleteRead if it can't be + # received as chunked. This method falls back to attempt reading + # the response before raising an exception. + log.warning( + "Received response with both Content-Length and " + "Transfer-Encoding set. This is expressly forbidden " + "by RFC 7230 sec 3.3.2. Ignoring Content-Length and " + "attempting to process response as Transfer-Encoding: " + "chunked." + ) + return None + + try: + # RFC 7230 section 3.3.2 specifies multiple content lengths can + # be sent in a single Content-Length header + # (e.g. Content-Length: 42, 42). This line ensures the values + # are all valid ints and that as long as the `set` length is 1, + # all values are the same. Otherwise, the header is invalid. + lengths = {int(val) for val in content_length.split(",")} + if len(lengths) > 1: + raise InvalidHeader( + "Content-Length contained multiple " + "unmatching values (%s)" % content_length + ) + length = lengths.pop() + except ValueError: + length = None + else: + if length < 0: + length = None + + else: # if content_length is None + length = None + + # Convert status to int for comparison + # In some cases, httplib returns a status of "_UNKNOWN" + try: + status = int(self.status) + except ValueError: + status = 0 + + # Check for responses that shouldn't include a body + if status in (204, 304) or 100 <= status < 200 or request_method == "HEAD": + length = 0 + + return length + + @contextmanager + def _error_catcher(self) -> typing.Generator[None]: + """ + Catch low-level python exceptions, instead re-raising urllib3 + variants, so that low-level exceptions are not leaked in the + high-level api. + + On exit, release the connection back to the pool. + """ + clean_exit = False + + try: + try: + yield + + except SocketTimeout as e: + # FIXME: Ideally we'd like to include the url in the ReadTimeoutError but + # there is yet no clean way to get at it from this context. + raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type] + + except BaseSSLError as e: + # FIXME: Is there a better way to differentiate between SSLErrors? + if "read operation timed out" not in str(e): + # SSL errors related to framing/MAC get wrapped and reraised here + raise SSLError(e) from e + + raise ReadTimeoutError(self._pool, None, "Read timed out.") from e # type: ignore[arg-type] + + except IncompleteRead as e: + if ( + e.expected is not None + and e.partial is not None + and e.expected == -e.partial + ): + arg = "Response may not contain content." + else: + arg = f"Connection broken: {e!r}" + raise ProtocolError(arg, e) from e + + except (HTTPException, OSError) as e: + raise ProtocolError(f"Connection broken: {e!r}", e) from e + + # If no exception is thrown, we should avoid cleaning up + # unnecessarily. + clean_exit = True + finally: + # If we didn't terminate cleanly, we need to throw away our + # connection. + if not clean_exit: + # The response may not be closed but we're not going to use it + # anymore so close it now to ensure that the connection is + # released back to the pool. + if self._original_response: + self._original_response.close() + + # Closing the response may not actually be sufficient to close + # everything, so if we have a hold of the connection close that + # too. + if self._connection: + self._connection.close() + + # If we hold the original response but it's closed now, we should + # return the connection back to the pool. + if self._original_response and self._original_response.isclosed(): + self.release_conn() + + def _fp_read( + self, + amt: int | None = None, + *, + read1: bool = False, + ) -> bytes: + """ + Read a response with the thought that reading the number of bytes + larger than can fit in a 32-bit int at a time via SSL in some + known cases leads to an overflow error that has to be prevented + if `amt` or `self.length_remaining` indicate that a problem may + happen. + + The known cases: + * CPython < 3.9.7 because of a bug + https://github.com/urllib3/urllib3/issues/2513#issuecomment-1152559900. + * urllib3 injected with pyOpenSSL-backed SSL-support. + * CPython < 3.10 only when `amt` does not fit 32-bit int. + """ + assert self._fp + c_int_max = 2**31 - 1 + if ( + (amt and amt > c_int_max) + or ( + amt is None + and self.length_remaining + and self.length_remaining > c_int_max + ) + ) and (util.IS_PYOPENSSL or sys.version_info < (3, 10)): + if read1: + return self._fp.read1(c_int_max) + buffer = io.BytesIO() + # Besides `max_chunk_amt` being a maximum chunk size, it + # affects memory overhead of reading a response by this + # method in CPython. + # `c_int_max` equal to 2 GiB - 1 byte is the actual maximum + # chunk size that does not lead to an overflow error, but + # 256 MiB is a compromise. + max_chunk_amt = 2**28 + while amt is None or amt != 0: + if amt is not None: + chunk_amt = min(amt, max_chunk_amt) + amt -= chunk_amt + else: + chunk_amt = max_chunk_amt + data = self._fp.read(chunk_amt) + if not data: + break + buffer.write(data) + del data # to reduce peak memory usage by `max_chunk_amt`. + return buffer.getvalue() + elif read1: + return self._fp.read1(amt) if amt is not None else self._fp.read1() + else: + # StringIO doesn't like amt=None + return self._fp.read(amt) if amt is not None else self._fp.read() + + def _raw_read( + self, + amt: int | None = None, + *, + read1: bool = False, + ) -> bytes: + """ + Reads `amt` of bytes from the socket. + """ + if self._fp is None: + return None # type: ignore[return-value] + + fp_closed = getattr(self._fp, "closed", False) + + with self._error_catcher(): + data = self._fp_read(amt, read1=read1) if not fp_closed else b"" + if amt is not None and amt != 0 and not data: + # Platform-specific: Buggy versions of Python. + # Close the connection when no data is returned + # + # This is redundant to what httplib/http.client _should_ + # already do. However, versions of python released before + # December 15, 2012 (http://bugs.python.org/issue16298) do + # not properly close the connection in all cases. There is + # no harm in redundantly calling close. + self._fp.close() + if ( + self.enforce_content_length + and self.length_remaining is not None + and self.length_remaining != 0 + ): + # This is an edge case that httplib failed to cover due + # to concerns of backward compatibility. We're + # addressing it here to make sure IncompleteRead is + # raised during streaming, so all calls with incorrect + # Content-Length are caught. + raise IncompleteRead(self._fp_bytes_read, self.length_remaining) + elif read1 and ( + (amt != 0 and not data) or self.length_remaining == len(data) + ): + # All data has been read, but `self._fp.read1` in + # CPython 3.12 and older doesn't always close + # `http.client.HTTPResponse`, so we close it here. + # See https://github.com/python/cpython/issues/113199 + self._fp.close() + + if data: + self._fp_bytes_read += len(data) + if self.length_remaining is not None: + self.length_remaining -= len(data) + return data + + def read( + self, + amt: int | None = None, + decode_content: bool | None = None, + cache_content: bool = False, + ) -> bytes: + """ + Similar to :meth:`http.client.HTTPResponse.read`, but with two additional + parameters: ``decode_content`` and ``cache_content``. + + :param amt: + How much of the content to read. If specified, caching is skipped + because it doesn't make sense to cache partial content as the full + response. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + + :param cache_content: + If True, will save the returned data such that the same result is + returned despite of the state of the underlying file object. This + is useful if you want the ``.data`` property to continue working + after having ``.read()`` the file object. (Overridden if ``amt`` is + set.) + """ + self._init_decoder() + if decode_content is None: + decode_content = self.decode_content + + if amt and amt < 0: + # Negative numbers and `None` should be treated the same. + amt = None + elif amt is not None: + cache_content = False + + if len(self._decoded_buffer) >= amt: + return self._decoded_buffer.get(amt) + + data = self._raw_read(amt) + + flush_decoder = amt is None or (amt != 0 and not data) + + if not data and len(self._decoded_buffer) == 0: + return data + + if amt is None: + data = self._decode(data, decode_content, flush_decoder) + if cache_content: + self._body = data + else: + # do not waste memory on buffer when not decoding + if not decode_content: + if self._has_decoded_content: + raise RuntimeError( + "Calling read(decode_content=False) is not supported after " + "read(decode_content=True) was called." + ) + return data + + decoded_data = self._decode(data, decode_content, flush_decoder) + self._decoded_buffer.put(decoded_data) + + while len(self._decoded_buffer) < amt and data: + # TODO make sure to initially read enough data to get past the headers + # For example, the GZ file header takes 10 bytes, we don't want to read + # it one byte at a time + data = self._raw_read(amt) + decoded_data = self._decode(data, decode_content, flush_decoder) + self._decoded_buffer.put(decoded_data) + data = self._decoded_buffer.get(amt) + + return data + + def read1( + self, + amt: int | None = None, + decode_content: bool | None = None, + ) -> bytes: + """ + Similar to ``http.client.HTTPResponse.read1`` and documented + in :meth:`io.BufferedReader.read1`, but with an additional parameter: + ``decode_content``. + + :param amt: + How much of the content to read. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + """ + if decode_content is None: + decode_content = self.decode_content + if amt and amt < 0: + # Negative numbers and `None` should be treated the same. + amt = None + # try and respond without going to the network + if self._has_decoded_content: + if not decode_content: + raise RuntimeError( + "Calling read1(decode_content=False) is not supported after " + "read1(decode_content=True) was called." + ) + if len(self._decoded_buffer) > 0: + if amt is None: + return self._decoded_buffer.get_all() + return self._decoded_buffer.get(amt) + if amt == 0: + return b"" + + # FIXME, this method's type doesn't say returning None is possible + data = self._raw_read(amt, read1=True) + if not decode_content or data is None: + return data + + self._init_decoder() + while True: + flush_decoder = not data + decoded_data = self._decode(data, decode_content, flush_decoder) + self._decoded_buffer.put(decoded_data) + if decoded_data or flush_decoder: + break + data = self._raw_read(8192, read1=True) + + if amt is None: + return self._decoded_buffer.get_all() + return self._decoded_buffer.get(amt) + + def stream( + self, amt: int | None = 2**16, decode_content: bool | None = None + ) -> typing.Generator[bytes]: + """ + A generator wrapper for the read() method. A call will block until + ``amt`` bytes have been read from the connection or until the + connection is closed. + + :param amt: + How much of the content to read. The generator will return up to + much data per iteration, but may return less. This is particularly + likely when using compressed data. However, the empty string will + never be returned. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + """ + if self.chunked and self.supports_chunked_reads(): + yield from self.read_chunked(amt, decode_content=decode_content) + else: + while not is_fp_closed(self._fp) or len(self._decoded_buffer) > 0: + data = self.read(amt=amt, decode_content=decode_content) + + if data: + yield data + + # Overrides from io.IOBase + def readable(self) -> bool: + return True + + def shutdown(self) -> None: + if not self._sock_shutdown: + raise ValueError("Cannot shutdown socket as self._sock_shutdown is not set") + self._sock_shutdown(socket.SHUT_RD) + + def close(self) -> None: + self._sock_shutdown = None + + if not self.closed and self._fp: + self._fp.close() + + if self._connection: + self._connection.close() + + if not self.auto_close: + io.IOBase.close(self) + + @property + def closed(self) -> bool: + if not self.auto_close: + return io.IOBase.closed.__get__(self) # type: ignore[no-any-return] + elif self._fp is None: + return True + elif hasattr(self._fp, "isclosed"): + return self._fp.isclosed() + elif hasattr(self._fp, "closed"): + return self._fp.closed + else: + return True + + def fileno(self) -> int: + if self._fp is None: + raise OSError("HTTPResponse has no file to get a fileno from") + elif hasattr(self._fp, "fileno"): + return self._fp.fileno() + else: + raise OSError( + "The file-like object this HTTPResponse is wrapped " + "around has no file descriptor" + ) + + def flush(self) -> None: + if ( + self._fp is not None + and hasattr(self._fp, "flush") + and not getattr(self._fp, "closed", False) + ): + return self._fp.flush() + + def supports_chunked_reads(self) -> bool: + """ + Checks if the underlying file-like object looks like a + :class:`http.client.HTTPResponse` object. We do this by testing for + the fp attribute. If it is present we assume it returns raw chunks as + processed by read_chunked(). + """ + return hasattr(self._fp, "fp") + + def _update_chunk_length(self) -> None: + # First, we'll figure out length of a chunk and then + # we'll try to read it from socket. + if self.chunk_left is not None: + return None + line = self._fp.fp.readline() # type: ignore[union-attr] + line = line.split(b";", 1)[0] + try: + self.chunk_left = int(line, 16) + except ValueError: + self.close() + if line: + # Invalid chunked protocol response, abort. + raise InvalidChunkLength(self, line) from None + else: + # Truncated at start of next chunk + raise ProtocolError("Response ended prematurely") from None + + def _handle_chunk(self, amt: int | None) -> bytes: + returned_chunk = None + if amt is None: + chunk = self._fp._safe_read(self.chunk_left) # type: ignore[union-attr] + returned_chunk = chunk + self._fp._safe_read(2) # type: ignore[union-attr] # Toss the CRLF at the end of the chunk. + self.chunk_left = None + elif self.chunk_left is not None and amt < self.chunk_left: + value = self._fp._safe_read(amt) # type: ignore[union-attr] + self.chunk_left = self.chunk_left - amt + returned_chunk = value + elif amt == self.chunk_left: + value = self._fp._safe_read(amt) # type: ignore[union-attr] + self._fp._safe_read(2) # type: ignore[union-attr] # Toss the CRLF at the end of the chunk. + self.chunk_left = None + returned_chunk = value + else: # amt > self.chunk_left + returned_chunk = self._fp._safe_read(self.chunk_left) # type: ignore[union-attr] + self._fp._safe_read(2) # type: ignore[union-attr] # Toss the CRLF at the end of the chunk. + self.chunk_left = None + return returned_chunk # type: ignore[no-any-return] + + def read_chunked( + self, amt: int | None = None, decode_content: bool | None = None + ) -> typing.Generator[bytes]: + """ + Similar to :meth:`HTTPResponse.read`, but with an additional + parameter: ``decode_content``. + + :param amt: + How much of the content to read. If specified, caching is skipped + because it doesn't make sense to cache partial content as the full + response. + + :param decode_content: + If True, will attempt to decode the body based on the + 'content-encoding' header. + """ + self._init_decoder() + # FIXME: Rewrite this method and make it a class with a better structured logic. + if not self.chunked: + raise ResponseNotChunked( + "Response is not chunked. " + "Header 'transfer-encoding: chunked' is missing." + ) + if not self.supports_chunked_reads(): + raise BodyNotHttplibCompatible( + "Body should be http.client.HTTPResponse like. " + "It should have have an fp attribute which returns raw chunks." + ) + + with self._error_catcher(): + # Don't bother reading the body of a HEAD request. + if self._original_response and is_response_to_head(self._original_response): + self._original_response.close() + return None + + # If a response is already read and closed + # then return immediately. + if self._fp.fp is None: # type: ignore[union-attr] + return None + + if amt and amt < 0: + # Negative numbers and `None` should be treated the same, + # but httplib handles only `None` correctly. + amt = None + + while True: + self._update_chunk_length() + if self.chunk_left == 0: + break + chunk = self._handle_chunk(amt) + decoded = self._decode( + chunk, decode_content=decode_content, flush_decoder=False + ) + if decoded: + yield decoded + + if decode_content: + # On CPython and PyPy, we should never need to flush the + # decoder. However, on Jython we *might* need to, so + # lets defensively do it anyway. + decoded = self._flush_decoder() + if decoded: # Platform-specific: Jython. + yield decoded + + # Chunk content ends with \r\n: discard it. + while self._fp is not None: + line = self._fp.fp.readline() + if not line: + # Some sites may not end with '\r\n'. + break + if line == b"\r\n": + break + + # We read everything; close the "file". + if self._original_response: + self._original_response.close() + + @property + def url(self) -> str | None: + """ + Returns the URL that was the source of this response. + If the request that generated this response redirected, this method + will return the final redirect location. + """ + return self._request_url + + @url.setter + def url(self, url: str) -> None: + self._request_url = url + + def __iter__(self) -> typing.Iterator[bytes]: + buffer: list[bytes] = [] + for chunk in self.stream(decode_content=True): + if b"\n" in chunk: + chunks = chunk.split(b"\n") + yield b"".join(buffer) + chunks[0] + b"\n" + for x in chunks[1:-1]: + yield x + b"\n" + if chunks[-1]: + buffer = [chunks[-1]] + else: + buffer = [] + else: + buffer.append(chunk) + if buffer: + yield b"".join(buffer) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__init__.py b/llmlab/lib/python3.12/site-packages/urllib3/util/__init__.py new file mode 100644 index 0000000..5341260 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/__init__.py @@ -0,0 +1,42 @@ +# For backwards compatibility, provide imports that used to be here. +from __future__ import annotations + +from .connection import is_connection_dropped +from .request import SKIP_HEADER, SKIPPABLE_HEADERS, make_headers +from .response import is_fp_closed +from .retry import Retry +from .ssl_ import ( + ALPN_PROTOCOLS, + IS_PYOPENSSL, + SSLContext, + assert_fingerprint, + create_urllib3_context, + resolve_cert_reqs, + resolve_ssl_version, + ssl_wrap_socket, +) +from .timeout import Timeout +from .url import Url, parse_url +from .wait import wait_for_read, wait_for_write + +__all__ = ( + "IS_PYOPENSSL", + "SSLContext", + "ALPN_PROTOCOLS", + "Retry", + "Timeout", + "Url", + "assert_fingerprint", + "create_urllib3_context", + "is_connection_dropped", + "is_fp_closed", + "parse_url", + "make_headers", + "resolve_cert_reqs", + "resolve_ssl_version", + "ssl_wrap_socket", + "wait_for_read", + "wait_for_write", + "SKIP_HEADER", + "SKIPPABLE_HEADERS", +) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30c30fe2c7dccce5d7aeff4b55cc09aed7e41d64 GIT binary patch literal 1001 zcmY+C&rcIU6vt=#gYECq9~2PK1mj^3Wusg?7?X-kBsR36nCM(4!|t?fnAu%treKdA z{R_N$^>6XybrM3N;lPcA7!pp-Y{AAoeDdDgd2hb&z4=it7l8hpFTci@X#jp3=l)C0 z4D0%vHogKM_!b4sf|dpRl%J+4mWJuX&d?0Y!Yo^W3(SUg63fyY%fozPFVF%j!eV0E zw8YA=%qp_d?&4n!?(Kw^rqW+ z-Q8C;;|w~ldfmIoP?Z=yCg_M@pKzgzmvo^~j650%oo}h^K9PLtlT-60x$=nuMk!(mSqG^}Mr(4m z#)*jN2|=F8;N+uFjr))g6rE^Qx*=6H&MC(+5|MXIq*i7h1dK!z>7-Qp9j7WEV=j^# zbfkQW1Faz9x+eBj<)3@X14*0)FX_4QvO&?nJQCh8Xc|-uss>quyup$|&S24?W>7b1 z87vzt7}y$n&O=o|Xf%-%P7vbyZ_cdK&+Qbl8aTAn-wGy zRmRL=CVAe$T*SJbsmURI(FF^Yobbf-)8Q44nD>tdUmAU~M*9L!@z}h$m SkIsR6m1!1JpKbnFC;tUwMiPzy literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/connection.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d6f8cfbc68635be80e92b044b8c7d88a3b4d72b3 GIT binary patch literal 4691 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 EKd~L?g#Z8m literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/retry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..587954fe7840d90a9e7d421a430200b2753c878c GIT binary patch literal 20282 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 EFY_rQpa1{> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4538503597b991dfff941d67f463a70ebece7e3b GIT binary patch literal 16571 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 G!v77zncyq{ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68b25660fd40008bead040ca851b4d957586d3a9 GIT binary patch literal 5553 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/ssltransport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..752c7f13d5288e22f0239ed25e014c4e28157383 GIT binary patch literal 13320 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/timeout.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..df4679ffc1c53f90f11262560059e3112b3208a9 GIT binary patch literal 11685 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/url.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e6053c31832c8b6876aa5ececd93bcc7b5d7333b GIT binary patch literal 16222 zcmbt*dvH@%n&-WG+mbBX^4r+RFKiiG25bnJr@;nHh#}Y}i312(_u9w^$+=estVoH; zq^9k3X0RtSYf+>(&g@o=(`2jJs;*l0uTAe%^>pplR!I>(C>pxTy`B9d|G6Ps+e24v z_V=Bum$3~!vllozkMDfv{hi~sHfT-?ubzoSI@D^w!<(-|$tEph@U z@Luj3Kf?1AS9w(x zE2)wEO=T5sP3NDHO~T4OyCWOe_>F zUlwGji;*rCET5`ItmB+e__zE>iBL3BDijOWiS~4z?5|kT%iZSOs&V|gh*rZ~h!d?r z9mg%GKF-r1H_W9+7eqCogu;<>p;Rno=`xnC5X!}JmM*4HtYC2#j#LVjBUPKuOI4ct zNcE;P)uM&*+d^T6e#;B!mAEqu1}x6dunBrBh=!h^&`&XvVVmA!p;vh_fkY7 z)W*wd91wQp*2wb8L-ro>sY4Jd+bQID6lBG$K2nG`f5~f4~*+_ zW?5%lk}UQ~l3)6cq$`Sa0l!lYNOpBnb0rX%Olm2V2ZENSw_WXHJ?+PLwC}t4?yhjK z_EO8?ZsY}f+D9&?eo?l){bFl(sKXu{r1F*x2ppiWciRu6xTB-x?MoLfbR2F#7INOc z#9}D9K#5fD;qHbO2bDJlYp6}ugPm=i;R_D?yPe@|I#@_?^btM1`0mcOu5hpn72drf z-V7^Y=v~j`^{%kpu1czro77O!u9E0lOKQAw=Pr9*upD)oT2O44yY27p2{*N{0y$XO z-Myx0cebc0TVOx@99dVEY!}F~l$eB6JL~FnX6x*EuFktV+IFFo^>1B0DoORWV|_j1 znyHr_Vx~g#`U=$boC+z<+tw4(ROAq{XmIO#I-1Q4UGP}X(PO=R$4{K>KlSSA*9Oj< zef`|v(D3;;-h6AsHR=|`vGFUOiL2ggKL6x9k{p=2e&gnJaL3MFon5>4ys~$n!+D|o zy`UPcJmW*pcze){Xw$CUp(Z;bZwIXxL(lD6`}Uyf!rMWO{qTj0!8#(kbm8p_7n{0i z3$7z>4c1+1>DY8rVox4!e8yjT#y5WVe}DMlhi7~XIA6Hf7*t(q32vo6bnj?A+!ERm zdV42Mjj~a9U|X`ieDwc!@EE(Xu5nv)i@kMw+x~;kcud2QXMD#q{;(VSIrC|h82|J> zB0mB)6S)yy;DE>Y5p}Ngg8a%`o6b!M`Lo;@FQ`5=k7z`#U=-9j(n*ILlc34T(K8xt zPL6@)=yG!MSS@`{PCmF8AkB=k9Bww#AZIrx)x(lE_&@S(_mWFds9*fBOPx#V`YtHbNP=JdKo+XJE;pakL_Ue9R9SM?S)^p4d$u=WEQ%Uy5~bCP7Zxsja%uMXV@t{0jk)(D^3w6;-usOYG!KNY z`hK-HZW)RihMs~O=gwU=inFDyLIexTO%Ta*A10g+9yyM^Jc<$Aa7hA&?Z1Xu^Nf1D zp1`z?rr(Bvu)XTAy&*Q!e)PCSo7Zzy#Ex|Z9Clu+1LH6Fq(&CKV=^^ulbR7G4YU|O z*EKO{q6tW+0w|LU5X^9^Il#4&tQV#ngsWce$Ua>3jzNJrg5zUV3oc{1WXF+B1G1jur_$T%H~uM3u*v z5k0m}$1X+uP`#lm9yv9!qHLRzMNH?I-_}CM*WQ*Adys#0gdO>r<~$BD%Y*o&YaXF( z)lJkHTB!sB$FkV)lhpadfYoq z!4iD{rkgF%3_rceo|dXNKG9gLO?JAnfE(9hJO4jqW^X_Y-0(|RZJ0EM)pJe(O*Olm zo?D#$G266%%H|WX@N|t~uX}Lm(U$O!kpO{MbTA>(EZZ($R#xQl<+eCtR*kQQc0-{UEZh!&FiiyJ#ljxD^DQHEIBYfEM2J>kdmF7O7awv~z4GST5 zZ||Gi7d384Sj!VQWBWeZmnf@R^elMh-(KRE8voAzxqYcRYHg32+7mdDn~5mAkrfd| z7>5?}0&>E9SQS=>HDPU77uG{G8E{h?LI?#_M&uZ9&L~eMsB`kvx3tJpGofS%X>JvT z41y*=GL?NH&An7Sr;e7@(WdI?h^v5`HHSja@^IJYf$ zn{9L|VDn%!N;ipVc3X}rtO*^ph>meb8*!F1?AXQUvW-t$~(d2O6+v#zqY{*f!^}5sS4w z8J4`MKGe6_>Peu|CEq;>PzA{$)Mw8%wYAw-Ptt_?4kmkdfKdnCxx|rOv=m8Ww)!=l z-;AN1#<`Ai(}Az+H@iuwL*09Ku)Z8-9cftKizF9RWBS=W!z2*{0?+scC^FQf#mHlq zjkFbqmfb=*a;kyy2rEcU2nZ>7*Wgg)E|T`4FsR2&)1W>_LjEZN$gVxy{=+fDE3>+J z&AbrlU20s`F5gTP6wayvrcA{I8-Wz|MEVvE#Y}ax#~|IJ#%jvziZm>A$4oVA^5$O6 zO?G~2jSStbTsRyv)#v7SDP)BtFc}UhUDzKp)e?y{YTT;iRis+n1eTECg0$hERw1(4 zoi_*|IRHpW!+&0+6ZFUAI-O}e%@Q$C%0>h;90}^1b2n!#?83F{2b9lVz!u^e-V~B8 zWE%ihQ5NMOHBv_bi_tX_%*TmI6S1XYMQpuTj24ZNLzSabq*p2_9ipPW2=I0^0PW*U zIGxFSr}LU$nDSEG7byK0>UZEd>lY5X-+*~ z+@jZuR}e34LoU1cjxZD>k&%G~XQ?2G;13^izu%(K8gTE`)+egBX8&%nCAK!K78PiR z`IW+|RV_uZjVzU`dKNWMG>=8|DQaX<6GhD|TEL;2g+&WFYt8>=tX6HDuHcDErLBCb zMr@U0s|J>**IH9~hyhCxomtzO%0q0mmgN~UbrD;wVtMVEx`_RsOFXYt-VDl!Uw+oy z1jutgwi`9bS>&cUiLk*J+!v~3UIx%6%`PuJJ_V=y3ZCn05Phjr^pSvfdVGL7o)n2h zFS}pk-%~;cIIadxYf$jt%UhR@qmFa}L2gToB?}%?@v9WDr&2D%3=T0Nmkt;3J2%MX zAcu_IB+LaeH78&*d;Wu_1@+T9?F*m{b9fbS6V%3YA6eAWlwmc!>L=(;{oE&L@1;=7 zRdhV83D9w6-@VjtSR24IO!)*|z>E49+>zt&6c0$iEmG)?m zofRcFuz0(&VM#GHe6By|*+yu`53nSOuE|O7G@iHlbjSJ`0`%EjUK9w^Hem4_HbRzx zg3AZiz1=az{L>@oGL!bHEr4X^%c_-Lq(q{J=YT|e7BW{m4u}c!z|m%%@uH8 z$pQY)3Qdb&zDH%Pv9i{9 zS=)?q+=AMvz*zg6IlUm8;8yAymJe`tiK&hlo5J||O%FTf2 z6BL7iHaG?}Dv^8#(l|*i_ES?usTER&jb)URdC)gFiNBmI_Q=jP1fq~EQhEa6m43q~ zc~4S96_N%Do#@0y@Px!1lS#irM7ClUAnQz=p(v`aNLVVM&iS^mY<@akSU1!EeLmON z@u;CQ*3kKlp>5goRIO^%#Wc2={;0(U0a;Y_sL&QGv@Mk{cfZ# z5aNzwvC3mnP1)m$y1T}xru18L@%+xec1P@=_~PcKCtRNP4Stqiu~bBgBCjtM-5HKr z8fG<*t!49pPw+N^IpyUckWA3d-o%IPt4vEw;y|C?~mF0e^nQ^pMGRN7qg#> z+lOLx!@oA1U$s&)-vfG1#qh7BlwpQxWFJN%Zm%db=R> z)FHK?B2gysALk*izWNH{#Ua&3rza~qAt-DimCS$K0Ll#nepl=xD4TOH`n&FA35ya1Zf-Wt}q@s<-ki9ra!#9z+BC?D^sx%LJ&MNBT zXS^e*ayXPjNm?7|tyCS3pt{51ugq374;}oYk)wi|5@R9m2+>nDEizgsJ%UYjdwf zntyGof1=|GN+{#h+^N4fy;_PIt6MmO=|}J1dVgMisIUI~{POktuAfdP33l1A-!neZn7a!^y(q*F$4V5d#g4=uN_Rb%V8>^$5>h%Bv{Z)1@jWvUp7-IP% zrG_B{mJ3{x7H7tG;iSi&bR85;G<@2H!0QK({EHfrrk-noF=T-~hwJ`B>$&EmCOdd= z8es=-o|n`io>bAwha3NoFUCc{L}-LQ(veDk86bJjzKt+X4mFOgG!A66(GkelRT$2K z#t7CC*hPS7fNnP0@Iq$8OGe-y6%zr3gwz5@wS3V02(YqIJO@YV0)^?`rjI3BfQM8_ z1FZ4_ECiLJCZxNIBOKBaS11xS&y+>=F6f_5WZgqAkILs`)Q z?jh6H3-e^kew2h}j>eupi? zJ>#3$E$@&#NF}u{+3oSzEy+^nz?pNe^_=b>={b73&pCMPWZ!FjgUJGC|Jn0BR{jjt(W^8?2)~H~k<*s%dL~Z@j?qzGlKYwDS zy!KJKJyvdCZhBb0aCx3-|4=4AX?J= zxU^>R(!!;s-iM|3$K^E%Xz=?N`oGfrL;f%Ff7SW-mVc~0dw=TF&~o3ex9*A3TIyZ=O=n@>+8Hs=l<{Q#l3l^HHeq8nTTn@lx=pmr|(+1 z1x9ZiQ!ngRc`&nVEJ8LC8EFnU@aiu$X_q5*BsUN+Y3hym;}D>y^bK+iT-H$A$Vq0N z3uK;qS&<`fAE<6{H`Q-(H~0qXwMnU;8=`j6n%WR)5F)ytWS(-lTe0rgWx4riTe>ew%5pH$&S@x|AW(zTiUfxC3M=7CN00a^;|IfON&p!Rlrk ztW2a!c9HenBiQ}SeY=9DDS{Up6f0XusO)inR%`%115&_JD6@wm7# zQFs_2+FGz;Enn5D%oVF@&>p=7zX4driWsDi;JYh!gt&t{*?i zTwoudd?Teode5>e5r&jN2499$0lLW9m$}9?A@!|_92#{Xvnw++a5jKtENf`dgm8($ z-us)gYu>bq&jvHp+TedMF2Z`?$L@2nEeJD*;*S9fgtDnfD+D`*D9MV_{H!Fxg6NMc;h&uY=qTa&~sd|Ofv9FBVl$|0W_<|`bA2k4)Q z8($>+FW^vRZH#z~sixq!B$wf-rP>HJru!Wrw+r@N2UY@#EqpOOkgi&~2<)2CuBGe4 zM>r$UFJPv^hHzduKV(R`W2nN0K*pPXqsu3hpT2xvI8MxP*cdj240vejrNTf)3l}m3 zNP4j^bIc7P_=2$qa-N_Hn|wM!o9Y|!Fx_eoWHfIfQ@Z`ISdZq-fIRXhVFi=d}p zxiXN!omss40gtO~!+f-7&cU8WJWNx&BWy&^YoLj&4iGkDU)GKbZD@8(nt&}ukkP+} zHK<(-&#c_BYXkM`=%B3xoo)@CF3`A+P8ZV1c_A(I!@670-i9?k>>l(Ya|WQrHH3^I zv*MrirQu!*2r!VaEzK_gHH7kwsp!fN7v#)K=2a6a_<*<LObzvJOtB@i!nUR}e5Q)TR+JTPw zJy2rL-dDPq?$hgW`O+>buxTsZh8^5L?r|$Fe4-cK%7}m5F1SKQ;jRboKGAjE1N*k$ z$L4`KTnOj_t`?H>aFUS5+~l_hHwXptq>Rn5vP!ONSi!0gPBq``%Nb69~82GQTrWZe*fW7m-MGJof_@BfrABx%`Dmnn~7Iy4rusLk97Re)xf~@}FSHwwE$99N>iV5T@tq40yq43$Q^cdI(E@O#ul|DNKd= z61H=I!6g_rPo5bZa-KbNj?j&QJS@&(yodV-j-N@P4>h*9g3hlK6Vj(ie?!5)A$At$ z@pC;VUL$2Ydp{@h&y(vdL+;6fo&X*Ua0*evCi7^qowUi6w>L>;7;=$@RWOj`MVTyFG{ZTcq9n{?5{9+ZlPt_8ZT>)7Phadxzg=9 z>6P;8*^}Q|Y9oQA^Knbttme1IiaSG(t!OZA-G$CsTb4_{d^c|0Kim5aiiRJTK)dks zE%A~=vp|m(ciyDVz4`O^OXqs=oSNx3RlqSqY z>@SNHSQAB+-&+hO-706$>i+P3HPGp&1yN)36OP9k0GC$93)=42MGc*QTva3MnM_vr zpZ0Ob_1rJ@mgCLpUzVAU*Q=4bVpBSVTSD`y=g z@S-?MWE~xJ%D!i{o-0qaxN)3dcRHk}0DBB(9cRB_U;)A@WW*2YO!XBWmdr>gu0SrWlu+A!Q=8#0n1S*gxv8FgRJpUW6{&!s7KXK;&#clr$R{^zK<&G#Zw_8RL$t&abj+t$x9e(W()~a<0I4dm}&cc!-MIlX?xt%kCMWQC40=!Hlux_ zvRYI##?@BN`W8Q9NtlY}k1d{DIC;PNA8QUS_e5MvO?N$C*Bpd=iJ1<4WsRA7QQcCz zv^8eg5$!w~vz(kUC5p=<_E>Sl(papxZ8;Px-v3}cR@?`6g-wyo!@W3g=~;?*akTt%XwLYdWwH4=(dZeJdcRql=#?73xxc}ZKG z)R>bR>#AN;tePpnjG`sgV*WyYx#===VCVqCw&!bEXHblaX-@ty|_4@zUjhcNnrnkDO!dnrFw(2B*ZYrC&r zo{H6VMY*mS)9m}->yE1UiiDIzvPCkAA0~R5-Iy^>z%F3)>tKce;un9Ltg$D{ zUQL}^J*DAPh97OcwRKgc<_!r;F?4VEZP?3xSG0yFTBPC6q$*+*(CDq9w<`3F`%?6I z>*(wFZ3*~Ssp+@%F#BE6TApf=etMFx=C`aKNU= m@M(7;-|}>ug|GU)ag676|NP`e9#?yaDY5@+jp@|>{Qn1o1jnlY literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..adb4c85cfbea939fdaac852925f4b1d462693e8c GIT binary patch literal 1990 zcmd^9&1)M+6rb7Een{)}hiuobLu}bDA)6wJ)ctTvahsOJhky>X3$05LEA84|ceN6; zqgoPM2&M;{9@0XqM z-^_b@U%%;k0>LtN{#a|o5PHfE(GoihJ|n>FA`4mAMJ2p~G2;bSSP@_sU9l8fiD48+ zmJ$bg@v~Gb_N}xcy+jkYB+$s9NnGF=XK9uU8l^56eSa|r3><2v=as2RowDcW;H)nb zvuGF0;#bS{ie2pb$-R|Og zkN5x`bl=|K5sc)W{YUh(5b3vYfPEnl$fW>n=)E|03UCed5L3W(Iq^X(vcCkLzwFjQ z_n{@UFXbA;5TBG?gJ4j{TT4+0OR6DN>1ujDlzmE^B89lgHX&u=8%mgPe8=;t=@soz zD%7d%ha$kjI1A`ah6-cskx zT(YyPYsB=^MKkNVrMznv((pcI2jH`=Q^;28biM4&Wv;)G^&M)bE09Wa&GxfZ;(~rI zTcwW6Nv2W{Ra(w-AIS*VVcGBT&;A zb0Yn~dU*X{?Ig2sm|1A1KWL7Bc+`KRsowZq8TjFCxN*0(Q@gJ|8h?Fn@!_pUZ{GTK zeY^ z$t!#0D0!{fcdgYwysiCxIykZ|we+DK;oN84x-~tEevu8)5OO&~B|{)O*B~{iAl2!z zB$FgMl3dxdd5@DBkcKj`X_a_9_uac>8We=x;gAb3nPoCwDigo~{4#8f2{u>0_{j9_ zo3)}{VMF~(FwG530wC0TbcFrq#z@b^kKoKeV*uWRL6pgrKjFR^YM999SF7MBj4i_Q z7Rnt=C^6eUVY%nCgjXYv>^|Zp!fW+heZN$;s;<323_!9m@81K`7BR+8(9Bb$KS5J% z6)oc1xGl!B*TlR)2|_%~R!gPlaF*V>APlPz_oEy8}PjkhJ( T+cJt@<{Gdqk3NfojC=hLCQ!HF literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/urllib3/util/__pycache__/wait.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..56800f01e4a8f794408b4f57bebb59c01d8abadd GIT binary patch literal 3436 zcmc&$&2JmW6`xt|7r$j&k{!vi*RB(ki7cj$k)(-aG({>WMIgJ5iXd_VV#QrblviAK zc4&Qs1lYi6rS@P6bs-haK}Q?v!KVWK8+xHD0hPB35Hu*z=EOt_5a`tRW|tIg2+5^D zN8)>LX5P%s{O0%G%wLnq7=e;m{^!)yV}yK;l~#!a2HpEJ7;D5L7InxhouCwL$&n@` zp(7I!&=E(TRVEbZlPzURnoy$z|ExryJEfJh)H}+A_N^Woc<5Hj((lL<(QoyP-cih$ zmA1O97>tPvD-Kp-LCPHa4{jnu{kT~wx!mMMx8#jMT`QZ67fr`c&Y4A?E4VDjY}4{n z?dlvWayu^vAPA{~1W@SS7htTBD)o|8$%}K^^0DYL}+IIGx$hCof& z8O2ZBsFZkd*8T}&F7s8hT((OV!)5uZXFGPD`|_mgI+>U+dv5-gFN-r!#3a6kL){AZ zRhFN&p;w&?v{WcT8@et)Td3!S_K?m-yBv&Xr`=gQTbN>|cQJ2f9cMP@n3ET|?QyJt zopp+n+42IPc1te}{oqp8gJZu~HuJa4Dcj3dm;?PUWh=bsWRV*~pRJGeN>3YT6{-O-AyhhSFCNl|FM?n ztnMdB?AX2DwSm=v4fVeIP~D2YQvdPefwLRhA8$UA`|6`hqbsAk@$`!Nx31^cp98Tm zx)pz+A-}K(-zHD+7Fi>ByAQ^%)$d}iCDmkL?TM<)C7cV(OlKSfO=Phfcq9XJpY%L} zkAWv|$H0spPSK$@L;E-CvN{v*=m^a!uzE9G4SN! z2sTThNTcWi;mfn8cZ;3H`WXT9|b$_K5E14IdJykQV^($rO@d-udMYp<`q{=1PS zeMj#SnaJGMPc?PY)&0%BMw0!XTy4ZJd_}0z^ElnzjDSAykOm(=`+agh{aWNN^tH$n znFeEDVCaCc)`4IPEv6mj6jLhoa-@nVyqyyOxe#xra?IzVn9||x2f2V&C5ZG8QxS#& ztc)tQDyZeBpNcSFn>IZYa13z8Yz-J6L1+)>MFI;z*&x(}$bsQyLDb29FVXw9wf^0{ zq2=^$wCi5)`l;>c`Q5%3m(siOzV*u+-5ZtrQ(N(u8}iEm**ZzoPRSTAoj_sksnS15 zn*bvg*ji-qSMR~a;~DTs5mzmos=-}j(l*T7W)ZG12X5h#VH#7#+jhwaE~B9sZs3Lp zf6u_n*(eqaK5d8nM$r?K;pjmFW*&vy)Ak9kUc;U*7nyAZlZ|JjAo4NjA5a0w11SIy zn}TE)f`&U}D1L!GkYf=voh14J8tdWJ?f7s*9{wK!gKviaCot`7$dDlHMclPW{vjS1 z8Vm)#4W7b-KYVXHKGKj!f=nJ69UaTW1g;0k@HE30hDf{^f8XI-n}*jL!A(1q#B`xgkvDwKXo&VNpl{~*av$-rmvzQ*an zM(ko;Yraa3pWK1}(?&DeLkD+aCz}z_pT$y51$0w|tlren(n+dM_%vfgjqSy;?Q+NH zUV2`P1}#Q|4o9OEj7BRM4c6YJ80~JJ>6ju-UlCJ)7E^!@r$8&10 bool: # Platform-specific + """ + Returns True if the connection is dropped and should be closed. + :param conn: :class:`urllib3.connection.HTTPConnection` object. + """ + return not conn.is_connected + + +# This function is copied from socket.py in the Python 2.7 standard +# library test suite. Added to its signature is only `socket_options`. +# One additional modification is that we avoid binding to IPv6 servers +# discovered in DNS if the system doesn't have IPv6 functionality. +def create_connection( + address: tuple[str, int], + timeout: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + source_address: tuple[str, int] | None = None, + socket_options: _TYPE_SOCKET_OPTIONS | None = None, +) -> socket.socket: + """Connect to *address* and return the socket object. + + Convenience function. Connect to *address* (a 2-tuple ``(host, + port)``) and return the socket object. Passing the optional + *timeout* parameter will set the timeout on the socket instance + before attempting to connect. If no *timeout* is supplied, the + global default timeout setting returned by :func:`socket.getdefaulttimeout` + is used. If *source_address* is set it must be a tuple of (host, port) + for the socket to bind as a source address before making the connection. + An host of '' or port 0 tells the OS to use the default. + """ + + host, port = address + if host.startswith("["): + host = host.strip("[]") + err = None + + # Using the value from allowed_gai_family() in the context of getaddrinfo lets + # us select whether to work with IPv4 DNS records, IPv6 records, or both. + # The original create_connection function always returns all records. + family = allowed_gai_family() + + try: + host.encode("idna") + except UnicodeError: + raise LocationParseError(f"'{host}', label empty or too long") from None + + for res in socket.getaddrinfo(host, port, family, socket.SOCK_STREAM): + af, socktype, proto, canonname, sa = res + sock = None + try: + sock = socket.socket(af, socktype, proto) + + # If provided, set socket level options before connecting. + _set_socket_options(sock, socket_options) + + if timeout is not _DEFAULT_TIMEOUT: + sock.settimeout(timeout) + if source_address: + sock.bind(source_address) + sock.connect(sa) + # Break explicitly a reference cycle + err = None + return sock + + except OSError as _: + err = _ + if sock is not None: + sock.close() + + if err is not None: + try: + raise err + finally: + # Break explicitly a reference cycle + err = None + else: + raise OSError("getaddrinfo returns an empty list") + + +def _set_socket_options( + sock: socket.socket, options: _TYPE_SOCKET_OPTIONS | None +) -> None: + if options is None: + return + + for opt in options: + sock.setsockopt(*opt) + + +def allowed_gai_family() -> socket.AddressFamily: + """This function is designed to work in the context of + getaddrinfo, where family=socket.AF_UNSPEC is the default and + will perform a DNS search for both IPv6 and IPv4 records.""" + + family = socket.AF_INET + if HAS_IPV6: + family = socket.AF_UNSPEC + return family + + +def _has_ipv6(host: str) -> bool: + """Returns True if the system can bind an IPv6 address.""" + sock = None + has_ipv6 = False + + if socket.has_ipv6: + # has_ipv6 returns true if cPython was compiled with IPv6 support. + # It does not tell us if the system has IPv6 support enabled. To + # determine that we must bind to an IPv6 address. + # https://github.com/urllib3/urllib3/pull/611 + # https://bugs.python.org/issue658327 + try: + sock = socket.socket(socket.AF_INET6) + sock.bind((host, 0)) + has_ipv6 = True + except Exception: + pass + + if sock: + sock.close() + return has_ipv6 + + +HAS_IPV6 = _has_ipv6("::1") diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/proxy.py b/llmlab/lib/python3.12/site-packages/urllib3/util/proxy.py new file mode 100644 index 0000000..908fc66 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/proxy.py @@ -0,0 +1,43 @@ +from __future__ import annotations + +import typing + +from .url import Url + +if typing.TYPE_CHECKING: + from ..connection import ProxyConfig + + +def connection_requires_http_tunnel( + proxy_url: Url | None = None, + proxy_config: ProxyConfig | None = None, + destination_scheme: str | None = None, +) -> bool: + """ + Returns True if the connection requires an HTTP CONNECT through the proxy. + + :param URL proxy_url: + URL of the proxy. + :param ProxyConfig proxy_config: + Proxy configuration from poolmanager.py + :param str destination_scheme: + The scheme of the destination. (i.e https, http, etc) + """ + # If we're not using a proxy, no way to use a tunnel. + if proxy_url is None: + return False + + # HTTP destinations never require tunneling, we always forward. + if destination_scheme == "http": + return False + + # Support for forwarding with HTTPS proxies and HTTPS destinations. + if ( + proxy_url.scheme == "https" + and proxy_config + and proxy_config.use_forwarding_for_https + ): + return False + + # Otherwise always use a tunnel. + return True diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/request.py b/llmlab/lib/python3.12/site-packages/urllib3/util/request.py new file mode 100644 index 0000000..94392a1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/request.py @@ -0,0 +1,258 @@ +from __future__ import annotations + +import io +import typing +from base64 import b64encode +from enum import Enum + +from ..exceptions import UnrewindableBodyError +from .util import to_bytes + +if typing.TYPE_CHECKING: + from typing import Final + +# Pass as a value within ``headers`` to skip +# emitting some HTTP headers that are added automatically. +# The only headers that are supported are ``Accept-Encoding``, +# ``Host``, and ``User-Agent``. +SKIP_HEADER = "@@@SKIP_HEADER@@@" +SKIPPABLE_HEADERS = frozenset(["accept-encoding", "host", "user-agent"]) + +ACCEPT_ENCODING = "gzip,deflate" +try: + try: + import brotlicffi as _unused_module_brotli # type: ignore[import-not-found] # noqa: F401 + except ImportError: + import brotli as _unused_module_brotli # type: ignore[import-not-found] # noqa: F401 +except ImportError: + pass +else: + ACCEPT_ENCODING += ",br" +try: + import zstandard as _unused_module_zstd # noqa: F401 +except ImportError: + pass +else: + ACCEPT_ENCODING += ",zstd" + + +class _TYPE_FAILEDTELL(Enum): + token = 0 + + +_FAILEDTELL: Final[_TYPE_FAILEDTELL] = _TYPE_FAILEDTELL.token + +_TYPE_BODY_POSITION = typing.Union[int, _TYPE_FAILEDTELL] + +# When sending a request with these methods we aren't expecting +# a body so don't need to set an explicit 'Content-Length: 0' +# The reason we do this in the negative instead of tracking methods +# which 'should' have a body is because unknown methods should be +# treated as if they were 'POST' which *does* expect a body. +_METHODS_NOT_EXPECTING_BODY = {"GET", "HEAD", "DELETE", "TRACE", "OPTIONS", "CONNECT"} + + +def make_headers( + keep_alive: bool | None = None, + accept_encoding: bool | list[str] | str | None = None, + user_agent: str | None = None, + basic_auth: str | None = None, + proxy_basic_auth: str | None = None, + disable_cache: bool | None = None, +) -> dict[str, str]: + """ + Shortcuts for generating request headers. + + :param keep_alive: + If ``True``, adds 'connection: keep-alive' header. + + :param accept_encoding: + Can be a boolean, list, or string. + ``True`` translates to 'gzip,deflate'. If the dependencies for + Brotli (either the ``brotli`` or ``brotlicffi`` package) and/or Zstandard + (the ``zstandard`` package) algorithms are installed, then their encodings are + included in the string ('br' and 'zstd', respectively). + List will get joined by comma. + String will be used as provided. + + :param user_agent: + String representing the user-agent you want, such as + "python-urllib3/0.6" + + :param basic_auth: + Colon-separated username:password string for 'authorization: basic ...' + auth header. + + :param proxy_basic_auth: + Colon-separated username:password string for 'proxy-authorization: basic ...' + auth header. + + :param disable_cache: + If ``True``, adds 'cache-control: no-cache' header. + + Example: + + .. code-block:: python + + import urllib3 + + print(urllib3.util.make_headers(keep_alive=True, user_agent="Batman/1.0")) + # {'connection': 'keep-alive', 'user-agent': 'Batman/1.0'} + print(urllib3.util.make_headers(accept_encoding=True)) + # {'accept-encoding': 'gzip,deflate'} + """ + headers: dict[str, str] = {} + if accept_encoding: + if isinstance(accept_encoding, str): + pass + elif isinstance(accept_encoding, list): + accept_encoding = ",".join(accept_encoding) + else: + accept_encoding = ACCEPT_ENCODING + headers["accept-encoding"] = accept_encoding + + if user_agent: + headers["user-agent"] = user_agent + + if keep_alive: + headers["connection"] = "keep-alive" + + if basic_auth: + headers["authorization"] = ( + f"Basic {b64encode(basic_auth.encode('latin-1')).decode()}" + ) + + if proxy_basic_auth: + headers["proxy-authorization"] = ( + f"Basic {b64encode(proxy_basic_auth.encode('latin-1')).decode()}" + ) + + if disable_cache: + headers["cache-control"] = "no-cache" + + return headers + + +def set_file_position( + body: typing.Any, pos: _TYPE_BODY_POSITION | None +) -> _TYPE_BODY_POSITION | None: + """ + If a position is provided, move file to that point. + Otherwise, we'll attempt to record a position for future use. + """ + if pos is not None: + rewind_body(body, pos) + elif getattr(body, "tell", None) is not None: + try: + pos = body.tell() + except OSError: + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body. + pos = _FAILEDTELL + + return pos + + +def rewind_body(body: typing.IO[typing.AnyStr], body_pos: _TYPE_BODY_POSITION) -> None: + """ + Attempt to rewind body to a certain position. + Primarily used for request redirects and retries. + + :param body: + File-like object that supports seek. + + :param int pos: + Position to seek to in file. + """ + body_seek = getattr(body, "seek", None) + if body_seek is not None and isinstance(body_pos, int): + try: + body_seek(body_pos) + except OSError as e: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect/retry." + ) from e + elif body_pos is _FAILEDTELL: + raise UnrewindableBodyError( + "Unable to record file position for rewinding " + "request body during a redirect/retry." + ) + else: + raise ValueError( + f"body_pos must be of type integer, instead it was {type(body_pos)}." + ) + + +class ChunksAndContentLength(typing.NamedTuple): + chunks: typing.Iterable[bytes] | None + content_length: int | None + + +def body_to_chunks( + body: typing.Any | None, method: str, blocksize: int +) -> ChunksAndContentLength: + """Takes the HTTP request method, body, and blocksize and + transforms them into an iterable of chunks to pass to + socket.sendall() and an optional 'Content-Length' header. + + A 'Content-Length' of 'None' indicates the length of the body + can't be determined so should use 'Transfer-Encoding: chunked' + for framing instead. + """ + + chunks: typing.Iterable[bytes] | None + content_length: int | None + + # No body, we need to make a recommendation on 'Content-Length' + # based on whether that request method is expected to have + # a body or not. + if body is None: + chunks = None + if method.upper() not in _METHODS_NOT_EXPECTING_BODY: + content_length = 0 + else: + content_length = None + + # Bytes or strings become bytes + elif isinstance(body, (str, bytes)): + chunks = (to_bytes(body),) + content_length = len(chunks[0]) + + # File-like object, TODO: use seek() and tell() for length? + elif hasattr(body, "read"): + + def chunk_readable() -> typing.Iterable[bytes]: + nonlocal body, blocksize + encode = isinstance(body, io.TextIOBase) + while True: + datablock = body.read(blocksize) + if not datablock: + break + if encode: + datablock = datablock.encode("utf-8") + yield datablock + + chunks = chunk_readable() + content_length = None + + # Otherwise we need to start checking via duck-typing. + else: + try: + # Check if the body implements the buffer API. + mv = memoryview(body) + except TypeError: + try: + # Check if the body is an iterable + chunks = iter(body) + content_length = None + except TypeError: + raise TypeError( + f"'body' must be a bytes-like object, file-like " + f"object, or iterable. Instead was {body!r}" + ) from None + else: + # Since it implements the buffer API can be passed directly to socket.sendall() + chunks = (body,) + content_length = mv.nbytes + + return ChunksAndContentLength(chunks=chunks, content_length=content_length) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/response.py b/llmlab/lib/python3.12/site-packages/urllib3/util/response.py new file mode 100644 index 0000000..0f45786 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/response.py @@ -0,0 +1,101 @@ +from __future__ import annotations + +import http.client as httplib +from email.errors import MultipartInvariantViolationDefect, StartBoundaryNotFoundDefect + +from ..exceptions import HeaderParsingError + + +def is_fp_closed(obj: object) -> bool: + """ + Checks whether a given file-like object is closed. + + :param obj: + The file-like object to check. + """ + + try: + # Check `isclosed()` first, in case Python3 doesn't set `closed`. + # GH Issue #928 + return obj.isclosed() # type: ignore[no-any-return, attr-defined] + except AttributeError: + pass + + try: + # Check via the official file-like-object way. + return obj.closed # type: ignore[no-any-return, attr-defined] + except AttributeError: + pass + + try: + # Check if the object is a container for another file-like object that + # gets released on exhaustion (e.g. HTTPResponse). + return obj.fp is None # type: ignore[attr-defined] + except AttributeError: + pass + + raise ValueError("Unable to determine whether fp is closed.") + + +def assert_header_parsing(headers: httplib.HTTPMessage) -> None: + """ + Asserts whether all headers have been successfully parsed. + Extracts encountered errors from the result of parsing headers. + + Only works on Python 3. + + :param http.client.HTTPMessage headers: Headers to verify. + + :raises urllib3.exceptions.HeaderParsingError: + If parsing errors are found. + """ + + # This will fail silently if we pass in the wrong kind of parameter. + # To make debugging easier add an explicit check. + if not isinstance(headers, httplib.HTTPMessage): + raise TypeError(f"expected httplib.Message, got {type(headers)}.") + + unparsed_data = None + + # get_payload is actually email.message.Message.get_payload; + # we're only interested in the result if it's not a multipart message + if not headers.is_multipart(): + payload = headers.get_payload() + + if isinstance(payload, (bytes, str)): + unparsed_data = payload + + # httplib is assuming a response body is available + # when parsing headers even when httplib only sends + # header data to parse_headers() This results in + # defects on multipart responses in particular. + # See: https://github.com/urllib3/urllib3/issues/800 + + # So we ignore the following defects: + # - StartBoundaryNotFoundDefect: + # The claimed start boundary was never found. + # - MultipartInvariantViolationDefect: + # A message claimed to be a multipart but no subparts were found. + defects = [ + defect + for defect in headers.defects + if not isinstance( + defect, (StartBoundaryNotFoundDefect, MultipartInvariantViolationDefect) + ) + ] + + if defects or unparsed_data: + raise HeaderParsingError(defects=defects, unparsed_data=unparsed_data) + + +def is_response_to_head(response: httplib.HTTPResponse) -> bool: + """ + Checks whether the request of a response has been a HEAD-request. + + :param http.client.HTTPResponse response: + Response to check if the originating request + used 'HEAD' as a method. + """ + # FIXME: Can we do this somehow without accessing private httplib _method? + method_str = response._method # type: str # type: ignore[attr-defined] + return method_str.upper() == "HEAD" diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/retry.py b/llmlab/lib/python3.12/site-packages/urllib3/util/retry.py new file mode 100644 index 0000000..0456cce --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/retry.py @@ -0,0 +1,533 @@ +from __future__ import annotations + +import email +import logging +import random +import re +import time +import typing +from itertools import takewhile +from types import TracebackType + +from ..exceptions import ( + ConnectTimeoutError, + InvalidHeader, + MaxRetryError, + ProtocolError, + ProxyError, + ReadTimeoutError, + ResponseError, +) +from .util import reraise + +if typing.TYPE_CHECKING: + from typing_extensions import Self + + from ..connectionpool import ConnectionPool + from ..response import BaseHTTPResponse + +log = logging.getLogger(__name__) + + +# Data structure for representing the metadata of requests that result in a retry. +class RequestHistory(typing.NamedTuple): + method: str | None + url: str | None + error: Exception | None + status: int | None + redirect_location: str | None + + +class Retry: + """Retry configuration. + + Each retry attempt will create a new Retry object with updated values, so + they can be safely reused. + + Retries can be defined as a default for a pool: + + .. code-block:: python + + retries = Retry(connect=5, read=2, redirect=5) + http = PoolManager(retries=retries) + response = http.request("GET", "https://example.com/") + + Or per-request (which overrides the default for the pool): + + .. code-block:: python + + response = http.request("GET", "https://example.com/", retries=Retry(10)) + + Retries can be disabled by passing ``False``: + + .. code-block:: python + + response = http.request("GET", "https://example.com/", retries=False) + + Errors will be wrapped in :class:`~urllib3.exceptions.MaxRetryError` unless + retries are disabled, in which case the causing exception will be raised. + + :param int total: + Total number of retries to allow. Takes precedence over other counts. + + Set to ``None`` to remove this constraint and fall back on other + counts. + + Set to ``0`` to fail on the first retry. + + Set to ``False`` to disable and imply ``raise_on_redirect=False``. + + :param int connect: + How many connection-related errors to retry on. + + These are errors raised before the request is sent to the remote server, + which we assume has not triggered the server to process the request. + + Set to ``0`` to fail on the first retry of this type. + + :param int read: + How many times to retry on read errors. + + These errors are raised after the request was sent to the server, so the + request may have side-effects. + + Set to ``0`` to fail on the first retry of this type. + + :param int redirect: + How many redirects to perform. Limit this to avoid infinite redirect + loops. + + A redirect is a HTTP response with a status code 301, 302, 303, 307 or + 308. + + Set to ``0`` to fail on the first retry of this type. + + Set to ``False`` to disable and imply ``raise_on_redirect=False``. + + :param int status: + How many times to retry on bad status codes. + + These are retries made on responses, where status code matches + ``status_forcelist``. + + Set to ``0`` to fail on the first retry of this type. + + :param int other: + How many times to retry on other errors. + + Other errors are errors that are not connect, read, redirect or status errors. + These errors might be raised after the request was sent to the server, so the + request might have side-effects. + + Set to ``0`` to fail on the first retry of this type. + + If ``total`` is not set, it's a good idea to set this to 0 to account + for unexpected edge cases and avoid infinite retry loops. + + :param Collection allowed_methods: + Set of uppercased HTTP method verbs that we should retry on. + + By default, we only retry on methods which are considered to be + idempotent (multiple requests with the same parameters end with the + same state). See :attr:`Retry.DEFAULT_ALLOWED_METHODS`. + + Set to a ``None`` value to retry on any verb. + + :param Collection status_forcelist: + A set of integer HTTP status codes that we should force a retry on. + A retry is initiated if the request method is in ``allowed_methods`` + and the response status code is in ``status_forcelist``. + + By default, this is disabled with ``None``. + + :param float backoff_factor: + A backoff factor to apply between attempts after the second try + (most errors are resolved immediately by a second try without a + delay). urllib3 will sleep for:: + + {backoff factor} * (2 ** ({number of previous retries})) + + seconds. If `backoff_jitter` is non-zero, this sleep is extended by:: + + random.uniform(0, {backoff jitter}) + + seconds. For example, if the backoff_factor is 0.1, then :func:`Retry.sleep` will + sleep for [0.0s, 0.2s, 0.4s, 0.8s, ...] between retries. No backoff will ever + be longer than `backoff_max`. + + By default, backoff is disabled (factor set to 0). + + :param bool raise_on_redirect: Whether, if the number of redirects is + exhausted, to raise a MaxRetryError, or to return a response with a + response code in the 3xx range. + + :param bool raise_on_status: Similar meaning to ``raise_on_redirect``: + whether we should raise an exception, or return a response, + if status falls in ``status_forcelist`` range and retries have + been exhausted. + + :param tuple history: The history of the request encountered during + each call to :meth:`~Retry.increment`. The list is in the order + the requests occurred. Each list item is of class :class:`RequestHistory`. + + :param bool respect_retry_after_header: + Whether to respect Retry-After header on status codes defined as + :attr:`Retry.RETRY_AFTER_STATUS_CODES` or not. + + :param Collection remove_headers_on_redirect: + Sequence of headers to remove from the request when a response + indicating a redirect is returned before firing off the redirected + request. + """ + + #: Default methods to be used for ``allowed_methods`` + DEFAULT_ALLOWED_METHODS = frozenset( + ["HEAD", "GET", "PUT", "DELETE", "OPTIONS", "TRACE"] + ) + + #: Default status codes to be used for ``status_forcelist`` + RETRY_AFTER_STATUS_CODES = frozenset([413, 429, 503]) + + #: Default headers to be used for ``remove_headers_on_redirect`` + DEFAULT_REMOVE_HEADERS_ON_REDIRECT = frozenset( + ["Cookie", "Authorization", "Proxy-Authorization"] + ) + + #: Default maximum backoff time. + DEFAULT_BACKOFF_MAX = 120 + + # Backward compatibility; assigned outside of the class. + DEFAULT: typing.ClassVar[Retry] + + def __init__( + self, + total: bool | int | None = 10, + connect: int | None = None, + read: int | None = None, + redirect: bool | int | None = None, + status: int | None = None, + other: int | None = None, + allowed_methods: typing.Collection[str] | None = DEFAULT_ALLOWED_METHODS, + status_forcelist: typing.Collection[int] | None = None, + backoff_factor: float = 0, + backoff_max: float = DEFAULT_BACKOFF_MAX, + raise_on_redirect: bool = True, + raise_on_status: bool = True, + history: tuple[RequestHistory, ...] | None = None, + respect_retry_after_header: bool = True, + remove_headers_on_redirect: typing.Collection[ + str + ] = DEFAULT_REMOVE_HEADERS_ON_REDIRECT, + backoff_jitter: float = 0.0, + ) -> None: + self.total = total + self.connect = connect + self.read = read + self.status = status + self.other = other + + if redirect is False or total is False: + redirect = 0 + raise_on_redirect = False + + self.redirect = redirect + self.status_forcelist = status_forcelist or set() + self.allowed_methods = allowed_methods + self.backoff_factor = backoff_factor + self.backoff_max = backoff_max + self.raise_on_redirect = raise_on_redirect + self.raise_on_status = raise_on_status + self.history = history or () + self.respect_retry_after_header = respect_retry_after_header + self.remove_headers_on_redirect = frozenset( + h.lower() for h in remove_headers_on_redirect + ) + self.backoff_jitter = backoff_jitter + + def new(self, **kw: typing.Any) -> Self: + params = dict( + total=self.total, + connect=self.connect, + read=self.read, + redirect=self.redirect, + status=self.status, + other=self.other, + allowed_methods=self.allowed_methods, + status_forcelist=self.status_forcelist, + backoff_factor=self.backoff_factor, + backoff_max=self.backoff_max, + raise_on_redirect=self.raise_on_redirect, + raise_on_status=self.raise_on_status, + history=self.history, + remove_headers_on_redirect=self.remove_headers_on_redirect, + respect_retry_after_header=self.respect_retry_after_header, + backoff_jitter=self.backoff_jitter, + ) + + params.update(kw) + return type(self)(**params) # type: ignore[arg-type] + + @classmethod + def from_int( + cls, + retries: Retry | bool | int | None, + redirect: bool | int | None = True, + default: Retry | bool | int | None = None, + ) -> Retry: + """Backwards-compatibility for the old retries format.""" + if retries is None: + retries = default if default is not None else cls.DEFAULT + + if isinstance(retries, Retry): + return retries + + redirect = bool(redirect) and None + new_retries = cls(retries, redirect=redirect) + log.debug("Converted retries value: %r -> %r", retries, new_retries) + return new_retries + + def get_backoff_time(self) -> float: + """Formula for computing the current backoff + + :rtype: float + """ + # We want to consider only the last consecutive errors sequence (Ignore redirects). + consecutive_errors_len = len( + list( + takewhile(lambda x: x.redirect_location is None, reversed(self.history)) + ) + ) + if consecutive_errors_len <= 1: + return 0 + + backoff_value = self.backoff_factor * (2 ** (consecutive_errors_len - 1)) + if self.backoff_jitter != 0.0: + backoff_value += random.random() * self.backoff_jitter + return float(max(0, min(self.backoff_max, backoff_value))) + + def parse_retry_after(self, retry_after: str) -> float: + seconds: float + # Whitespace: https://tools.ietf.org/html/rfc7230#section-3.2.4 + if re.match(r"^\s*[0-9]+\s*$", retry_after): + seconds = int(retry_after) + else: + retry_date_tuple = email.utils.parsedate_tz(retry_after) + if retry_date_tuple is None: + raise InvalidHeader(f"Invalid Retry-After header: {retry_after}") + + retry_date = email.utils.mktime_tz(retry_date_tuple) + seconds = retry_date - time.time() + + seconds = max(seconds, 0) + + return seconds + + def get_retry_after(self, response: BaseHTTPResponse) -> float | None: + """Get the value of Retry-After in seconds.""" + + retry_after = response.headers.get("Retry-After") + + if retry_after is None: + return None + + return self.parse_retry_after(retry_after) + + def sleep_for_retry(self, response: BaseHTTPResponse) -> bool: + retry_after = self.get_retry_after(response) + if retry_after: + time.sleep(retry_after) + return True + + return False + + def _sleep_backoff(self) -> None: + backoff = self.get_backoff_time() + if backoff <= 0: + return + time.sleep(backoff) + + def sleep(self, response: BaseHTTPResponse | None = None) -> None: + """Sleep between retry attempts. + + This method will respect a server's ``Retry-After`` response header + and sleep the duration of the time requested. If that is not present, it + will use an exponential backoff. By default, the backoff factor is 0 and + this method will return immediately. + """ + + if self.respect_retry_after_header and response: + slept = self.sleep_for_retry(response) + if slept: + return + + self._sleep_backoff() + + def _is_connection_error(self, err: Exception) -> bool: + """Errors when we're fairly sure that the server did not receive the + request, so it should be safe to retry. + """ + if isinstance(err, ProxyError): + err = err.original_error + return isinstance(err, ConnectTimeoutError) + + def _is_read_error(self, err: Exception) -> bool: + """Errors that occur after the request has been started, so we should + assume that the server began processing it. + """ + return isinstance(err, (ReadTimeoutError, ProtocolError)) + + def _is_method_retryable(self, method: str) -> bool: + """Checks if a given HTTP method should be retried upon, depending if + it is included in the allowed_methods + """ + if self.allowed_methods and method.upper() not in self.allowed_methods: + return False + return True + + def is_retry( + self, method: str, status_code: int, has_retry_after: bool = False + ) -> bool: + """Is this method/status code retryable? (Based on allowlists and control + variables such as the number of total retries to allow, whether to + respect the Retry-After header, whether this header is present, and + whether the returned status code is on the list of status codes to + be retried upon on the presence of the aforementioned header) + """ + if not self._is_method_retryable(method): + return False + + if self.status_forcelist and status_code in self.status_forcelist: + return True + + return bool( + self.total + and self.respect_retry_after_header + and has_retry_after + and (status_code in self.RETRY_AFTER_STATUS_CODES) + ) + + def is_exhausted(self) -> bool: + """Are we out of retries?""" + retry_counts = [ + x + for x in ( + self.total, + self.connect, + self.read, + self.redirect, + self.status, + self.other, + ) + if x + ] + if not retry_counts: + return False + + return min(retry_counts) < 0 + + def increment( + self, + method: str | None = None, + url: str | None = None, + response: BaseHTTPResponse | None = None, + error: Exception | None = None, + _pool: ConnectionPool | None = None, + _stacktrace: TracebackType | None = None, + ) -> Self: + """Return a new Retry object with incremented retry counters. + + :param response: A response object, or None, if the server did not + return a response. + :type response: :class:`~urllib3.response.BaseHTTPResponse` + :param Exception error: An error encountered during the request, or + None if the response was received successfully. + + :return: A new ``Retry`` object. + """ + if self.total is False and error: + # Disabled, indicate to re-raise the error. + raise reraise(type(error), error, _stacktrace) + + total = self.total + if total is not None: + total -= 1 + + connect = self.connect + read = self.read + redirect = self.redirect + status_count = self.status + other = self.other + cause = "unknown" + status = None + redirect_location = None + + if error and self._is_connection_error(error): + # Connect retry? + if connect is False: + raise reraise(type(error), error, _stacktrace) + elif connect is not None: + connect -= 1 + + elif error and self._is_read_error(error): + # Read retry? + if read is False or method is None or not self._is_method_retryable(method): + raise reraise(type(error), error, _stacktrace) + elif read is not None: + read -= 1 + + elif error: + # Other retry? + if other is not None: + other -= 1 + + elif response and response.get_redirect_location(): + # Redirect retry? + if redirect is not None: + redirect -= 1 + cause = "too many redirects" + response_redirect_location = response.get_redirect_location() + if response_redirect_location: + redirect_location = response_redirect_location + status = response.status + + else: + # Incrementing because of a server error like a 500 in + # status_forcelist and the given method is in the allowed_methods + cause = ResponseError.GENERIC_ERROR + if response and response.status: + if status_count is not None: + status_count -= 1 + cause = ResponseError.SPECIFIC_ERROR.format(status_code=response.status) + status = response.status + + history = self.history + ( + RequestHistory(method, url, error, status, redirect_location), + ) + + new_retry = self.new( + total=total, + connect=connect, + read=read, + redirect=redirect, + status=status_count, + other=other, + history=history, + ) + + if new_retry.is_exhausted(): + reason = error or ResponseError(cause) + raise MaxRetryError(_pool, url, reason) from reason # type: ignore[arg-type] + + log.debug("Incremented Retry for (url='%s'): %r", url, new_retry) + + return new_retry + + def __repr__(self) -> str: + return ( + f"{type(self).__name__}(total={self.total}, connect={self.connect}, " + f"read={self.read}, redirect={self.redirect}, status={self.status})" + ) + + +# For backwards compatibility (equivalent to pre-v1.9): +Retry.DEFAULT = Retry(3) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/ssl_.py b/llmlab/lib/python3.12/site-packages/urllib3/util/ssl_.py new file mode 100644 index 0000000..278128e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/ssl_.py @@ -0,0 +1,504 @@ +from __future__ import annotations + +import hashlib +import hmac +import os +import socket +import sys +import typing +import warnings +from binascii import unhexlify + +from ..exceptions import ProxySchemeUnsupported, SSLError +from .url import _BRACELESS_IPV6_ADDRZ_RE, _IPV4_RE + +SSLContext = None +SSLTransport = None +HAS_NEVER_CHECK_COMMON_NAME = False +IS_PYOPENSSL = False +ALPN_PROTOCOLS = ["http/1.1"] + +_TYPE_VERSION_INFO = tuple[int, int, int, str, int] + +# Maps the length of a digest to a possible hash function producing this digest +HASHFUNC_MAP = { + length: getattr(hashlib, algorithm, None) + for length, algorithm in ((32, "md5"), (40, "sha1"), (64, "sha256")) +} + + +def _is_bpo_43522_fixed( + implementation_name: str, + version_info: _TYPE_VERSION_INFO, + pypy_version_info: _TYPE_VERSION_INFO | None, +) -> bool: + """Return True for CPython 3.9.3+ or 3.10+ and PyPy 7.3.8+ where + setting SSLContext.hostname_checks_common_name to False works. + + Outside of CPython and PyPy we don't know which implementations work + or not so we conservatively use our hostname matching as we know that works + on all implementations. + + https://github.com/urllib3/urllib3/issues/2192#issuecomment-821832963 + https://foss.heptapod.net/pypy/pypy/-/issues/3539 + """ + if implementation_name == "pypy": + # https://foss.heptapod.net/pypy/pypy/-/issues/3129 + return pypy_version_info >= (7, 3, 8) # type: ignore[operator] + elif implementation_name == "cpython": + major_minor = version_info[:2] + micro = version_info[2] + return (major_minor == (3, 9) and micro >= 3) or major_minor >= (3, 10) + else: # Defensive: + return False + + +def _is_has_never_check_common_name_reliable( + openssl_version: str, + openssl_version_number: int, + implementation_name: str, + version_info: _TYPE_VERSION_INFO, + pypy_version_info: _TYPE_VERSION_INFO | None, +) -> bool: + # As of May 2023, all released versions of LibreSSL fail to reject certificates with + # only common names, see https://github.com/urllib3/urllib3/pull/3024 + is_openssl = openssl_version.startswith("OpenSSL ") + # Before fixing OpenSSL issue #14579, the SSL_new() API was not copying hostflags + # like X509_CHECK_FLAG_NEVER_CHECK_SUBJECT, which tripped up CPython. + # https://github.com/openssl/openssl/issues/14579 + # This was released in OpenSSL 1.1.1l+ (>=0x101010cf) + is_openssl_issue_14579_fixed = openssl_version_number >= 0x101010CF + + return is_openssl and ( + is_openssl_issue_14579_fixed + or _is_bpo_43522_fixed(implementation_name, version_info, pypy_version_info) + ) + + +if typing.TYPE_CHECKING: + from ssl import VerifyMode + from typing import TypedDict + + from .ssltransport import SSLTransport as SSLTransportType + + class _TYPE_PEER_CERT_RET_DICT(TypedDict, total=False): + subjectAltName: tuple[tuple[str, str], ...] + subject: tuple[tuple[tuple[str, str], ...], ...] + serialNumber: str + + +# Mapping from 'ssl.PROTOCOL_TLSX' to 'TLSVersion.X' +_SSL_VERSION_TO_TLS_VERSION: dict[int, int] = {} + +try: # Do we have ssl at all? + import ssl + from ssl import ( # type: ignore[assignment] + CERT_REQUIRED, + HAS_NEVER_CHECK_COMMON_NAME, + OP_NO_COMPRESSION, + OP_NO_TICKET, + OPENSSL_VERSION, + OPENSSL_VERSION_NUMBER, + PROTOCOL_TLS, + PROTOCOL_TLS_CLIENT, + OP_NO_SSLv2, + OP_NO_SSLv3, + SSLContext, + TLSVersion, + ) + + PROTOCOL_SSLv23 = PROTOCOL_TLS + + # Setting SSLContext.hostname_checks_common_name = False didn't work before CPython + # 3.9.3, and 3.10 (but OK on PyPy) or OpenSSL 1.1.1l+ + if HAS_NEVER_CHECK_COMMON_NAME and not _is_has_never_check_common_name_reliable( + OPENSSL_VERSION, + OPENSSL_VERSION_NUMBER, + sys.implementation.name, + sys.version_info, + sys.pypy_version_info if sys.implementation.name == "pypy" else None, # type: ignore[attr-defined] + ): + HAS_NEVER_CHECK_COMMON_NAME = False + + # Need to be careful here in case old TLS versions get + # removed in future 'ssl' module implementations. + for attr in ("TLSv1", "TLSv1_1", "TLSv1_2"): + try: + _SSL_VERSION_TO_TLS_VERSION[getattr(ssl, f"PROTOCOL_{attr}")] = getattr( + TLSVersion, attr + ) + except AttributeError: # Defensive: + continue + + from .ssltransport import SSLTransport # type: ignore[assignment] +except ImportError: + OP_NO_COMPRESSION = 0x20000 # type: ignore[assignment] + OP_NO_TICKET = 0x4000 # type: ignore[assignment] + OP_NO_SSLv2 = 0x1000000 # type: ignore[assignment] + OP_NO_SSLv3 = 0x2000000 # type: ignore[assignment] + PROTOCOL_SSLv23 = PROTOCOL_TLS = 2 # type: ignore[assignment] + PROTOCOL_TLS_CLIENT = 16 # type: ignore[assignment] + + +_TYPE_PEER_CERT_RET = typing.Union["_TYPE_PEER_CERT_RET_DICT", bytes, None] + + +def assert_fingerprint(cert: bytes | None, fingerprint: str) -> None: + """ + Checks if given fingerprint matches the supplied certificate. + + :param cert: + Certificate as bytes object. + :param fingerprint: + Fingerprint as string of hexdigits, can be interspersed by colons. + """ + + if cert is None: + raise SSLError("No certificate for the peer.") + + fingerprint = fingerprint.replace(":", "").lower() + digest_length = len(fingerprint) + if digest_length not in HASHFUNC_MAP: + raise SSLError(f"Fingerprint of invalid length: {fingerprint}") + hashfunc = HASHFUNC_MAP.get(digest_length) + if hashfunc is None: + raise SSLError( + f"Hash function implementation unavailable for fingerprint length: {digest_length}" + ) + + # We need encode() here for py32; works on py2 and p33. + fingerprint_bytes = unhexlify(fingerprint.encode()) + + cert_digest = hashfunc(cert).digest() + + if not hmac.compare_digest(cert_digest, fingerprint_bytes): + raise SSLError( + f'Fingerprints did not match. Expected "{fingerprint}", got "{cert_digest.hex()}"' + ) + + +def resolve_cert_reqs(candidate: None | int | str) -> VerifyMode: + """ + Resolves the argument to a numeric constant, which can be passed to + the wrap_socket function/method from the ssl module. + Defaults to :data:`ssl.CERT_REQUIRED`. + If given a string it is assumed to be the name of the constant in the + :mod:`ssl` module or its abbreviation. + (So you can specify `REQUIRED` instead of `CERT_REQUIRED`. + If it's neither `None` nor a string we assume it is already the numeric + constant which can directly be passed to wrap_socket. + """ + if candidate is None: + return CERT_REQUIRED + + if isinstance(candidate, str): + res = getattr(ssl, candidate, None) + if res is None: + res = getattr(ssl, "CERT_" + candidate) + return res # type: ignore[no-any-return] + + return candidate # type: ignore[return-value] + + +def resolve_ssl_version(candidate: None | int | str) -> int: + """ + like resolve_cert_reqs + """ + if candidate is None: + return PROTOCOL_TLS + + if isinstance(candidate, str): + res = getattr(ssl, candidate, None) + if res is None: + res = getattr(ssl, "PROTOCOL_" + candidate) + return typing.cast(int, res) + + return candidate + + +def create_urllib3_context( + ssl_version: int | None = None, + cert_reqs: int | None = None, + options: int | None = None, + ciphers: str | None = None, + ssl_minimum_version: int | None = None, + ssl_maximum_version: int | None = None, +) -> ssl.SSLContext: + """Creates and configures an :class:`ssl.SSLContext` instance for use with urllib3. + + :param ssl_version: + The desired protocol version to use. This will default to + PROTOCOL_SSLv23 which will negotiate the highest protocol that both + the server and your installation of OpenSSL support. + + This parameter is deprecated instead use 'ssl_minimum_version'. + :param ssl_minimum_version: + The minimum version of TLS to be used. Use the 'ssl.TLSVersion' enum for specifying the value. + :param ssl_maximum_version: + The maximum version of TLS to be used. Use the 'ssl.TLSVersion' enum for specifying the value. + Not recommended to set to anything other than 'ssl.TLSVersion.MAXIMUM_SUPPORTED' which is the + default value. + :param cert_reqs: + Whether to require the certificate verification. This defaults to + ``ssl.CERT_REQUIRED``. + :param options: + Specific OpenSSL options. These default to ``ssl.OP_NO_SSLv2``, + ``ssl.OP_NO_SSLv3``, ``ssl.OP_NO_COMPRESSION``, and ``ssl.OP_NO_TICKET``. + :param ciphers: + Which cipher suites to allow the server to select. Defaults to either system configured + ciphers if OpenSSL 1.1.1+, otherwise uses a secure default set of ciphers. + :returns: + Constructed SSLContext object with specified options + :rtype: SSLContext + """ + if SSLContext is None: + raise TypeError("Can't create an SSLContext object without an ssl module") + + # This means 'ssl_version' was specified as an exact value. + if ssl_version not in (None, PROTOCOL_TLS, PROTOCOL_TLS_CLIENT): + # Disallow setting 'ssl_version' and 'ssl_minimum|maximum_version' + # to avoid conflicts. + if ssl_minimum_version is not None or ssl_maximum_version is not None: + raise ValueError( + "Can't specify both 'ssl_version' and either " + "'ssl_minimum_version' or 'ssl_maximum_version'" + ) + + # 'ssl_version' is deprecated and will be removed in the future. + else: + # Use 'ssl_minimum_version' and 'ssl_maximum_version' instead. + ssl_minimum_version = _SSL_VERSION_TO_TLS_VERSION.get( + ssl_version, TLSVersion.MINIMUM_SUPPORTED + ) + ssl_maximum_version = _SSL_VERSION_TO_TLS_VERSION.get( + ssl_version, TLSVersion.MAXIMUM_SUPPORTED + ) + + # This warning message is pushing users to use 'ssl_minimum_version' + # instead of both min/max. Best practice is to only set the minimum version and + # keep the maximum version to be it's default value: 'TLSVersion.MAXIMUM_SUPPORTED' + warnings.warn( + "'ssl_version' option is deprecated and will be " + "removed in urllib3 v2.1.0. Instead use 'ssl_minimum_version'", + category=DeprecationWarning, + stacklevel=2, + ) + + # PROTOCOL_TLS is deprecated in Python 3.10 so we always use PROTOCOL_TLS_CLIENT + context = SSLContext(PROTOCOL_TLS_CLIENT) + + if ssl_minimum_version is not None: + context.minimum_version = ssl_minimum_version + else: # Python <3.10 defaults to 'MINIMUM_SUPPORTED' so explicitly set TLSv1.2 here + context.minimum_version = TLSVersion.TLSv1_2 + + if ssl_maximum_version is not None: + context.maximum_version = ssl_maximum_version + + # Unless we're given ciphers defer to either system ciphers in + # the case of OpenSSL 1.1.1+ or use our own secure default ciphers. + if ciphers: + context.set_ciphers(ciphers) + + # Setting the default here, as we may have no ssl module on import + cert_reqs = ssl.CERT_REQUIRED if cert_reqs is None else cert_reqs + + if options is None: + options = 0 + # SSLv2 is easily broken and is considered harmful and dangerous + options |= OP_NO_SSLv2 + # SSLv3 has several problems and is now dangerous + options |= OP_NO_SSLv3 + # Disable compression to prevent CRIME attacks for OpenSSL 1.0+ + # (issue #309) + options |= OP_NO_COMPRESSION + # TLSv1.2 only. Unless set explicitly, do not request tickets. + # This may save some bandwidth on wire, and although the ticket is encrypted, + # there is a risk associated with it being on wire, + # if the server is not rotating its ticketing keys properly. + options |= OP_NO_TICKET + + context.options |= options + + # Enable post-handshake authentication for TLS 1.3, see GH #1634. PHA is + # necessary for conditional client cert authentication with TLS 1.3. + # The attribute is None for OpenSSL <= 1.1.0 or does not exist when using + # an SSLContext created by pyOpenSSL. + if getattr(context, "post_handshake_auth", None) is not None: + context.post_handshake_auth = True + + # The order of the below lines setting verify_mode and check_hostname + # matter due to safe-guards SSLContext has to prevent an SSLContext with + # check_hostname=True, verify_mode=NONE/OPTIONAL. + # We always set 'check_hostname=False' for pyOpenSSL so we rely on our own + # 'ssl.match_hostname()' implementation. + if cert_reqs == ssl.CERT_REQUIRED and not IS_PYOPENSSL: + context.verify_mode = cert_reqs + context.check_hostname = True + else: + context.check_hostname = False + context.verify_mode = cert_reqs + + try: + context.hostname_checks_common_name = False + except AttributeError: # Defensive: for CPython < 3.9.3; for PyPy < 7.3.8 + pass + + sslkeylogfile = os.environ.get("SSLKEYLOGFILE") + if sslkeylogfile: + context.keylog_filename = sslkeylogfile + + return context + + +@typing.overload +def ssl_wrap_socket( + sock: socket.socket, + keyfile: str | None = ..., + certfile: str | None = ..., + cert_reqs: int | None = ..., + ca_certs: str | None = ..., + server_hostname: str | None = ..., + ssl_version: int | None = ..., + ciphers: str | None = ..., + ssl_context: ssl.SSLContext | None = ..., + ca_cert_dir: str | None = ..., + key_password: str | None = ..., + ca_cert_data: None | str | bytes = ..., + tls_in_tls: typing.Literal[False] = ..., +) -> ssl.SSLSocket: ... + + +@typing.overload +def ssl_wrap_socket( + sock: socket.socket, + keyfile: str | None = ..., + certfile: str | None = ..., + cert_reqs: int | None = ..., + ca_certs: str | None = ..., + server_hostname: str | None = ..., + ssl_version: int | None = ..., + ciphers: str | None = ..., + ssl_context: ssl.SSLContext | None = ..., + ca_cert_dir: str | None = ..., + key_password: str | None = ..., + ca_cert_data: None | str | bytes = ..., + tls_in_tls: bool = ..., +) -> ssl.SSLSocket | SSLTransportType: ... + + +def ssl_wrap_socket( + sock: socket.socket, + keyfile: str | None = None, + certfile: str | None = None, + cert_reqs: int | None = None, + ca_certs: str | None = None, + server_hostname: str | None = None, + ssl_version: int | None = None, + ciphers: str | None = None, + ssl_context: ssl.SSLContext | None = None, + ca_cert_dir: str | None = None, + key_password: str | None = None, + ca_cert_data: None | str | bytes = None, + tls_in_tls: bool = False, +) -> ssl.SSLSocket | SSLTransportType: + """ + All arguments except for server_hostname, ssl_context, tls_in_tls, ca_cert_data and + ca_cert_dir have the same meaning as they do when using + :func:`ssl.create_default_context`, :meth:`ssl.SSLContext.load_cert_chain`, + :meth:`ssl.SSLContext.set_ciphers` and :meth:`ssl.SSLContext.wrap_socket`. + + :param server_hostname: + When SNI is supported, the expected hostname of the certificate + :param ssl_context: + A pre-made :class:`SSLContext` object. If none is provided, one will + be created using :func:`create_urllib3_context`. + :param ciphers: + A string of ciphers we wish the client to support. + :param ca_cert_dir: + A directory containing CA certificates in multiple separate files, as + supported by OpenSSL's -CApath flag or the capath argument to + SSLContext.load_verify_locations(). + :param key_password: + Optional password if the keyfile is encrypted. + :param ca_cert_data: + Optional string containing CA certificates in PEM format suitable for + passing as the cadata parameter to SSLContext.load_verify_locations() + :param tls_in_tls: + Use SSLTransport to wrap the existing socket. + """ + context = ssl_context + if context is None: + # Note: This branch of code and all the variables in it are only used in tests. + # We should consider deprecating and removing this code. + context = create_urllib3_context(ssl_version, cert_reqs, ciphers=ciphers) + + if ca_certs or ca_cert_dir or ca_cert_data: + try: + context.load_verify_locations(ca_certs, ca_cert_dir, ca_cert_data) + except OSError as e: + raise SSLError(e) from e + + elif ssl_context is None and hasattr(context, "load_default_certs"): + # try to load OS default certs; works well on Windows. + context.load_default_certs() + + # Attempt to detect if we get the goofy behavior of the + # keyfile being encrypted and OpenSSL asking for the + # passphrase via the terminal and instead error out. + if keyfile and key_password is None and _is_key_file_encrypted(keyfile): + raise SSLError("Client private key is encrypted, password is required") + + if certfile: + if key_password is None: + context.load_cert_chain(certfile, keyfile) + else: + context.load_cert_chain(certfile, keyfile, key_password) + + context.set_alpn_protocols(ALPN_PROTOCOLS) + + ssl_sock = _ssl_wrap_socket_impl(sock, context, tls_in_tls, server_hostname) + return ssl_sock + + +def is_ipaddress(hostname: str | bytes) -> bool: + """Detects whether the hostname given is an IPv4 or IPv6 address. + Also detects IPv6 addresses with Zone IDs. + + :param str hostname: Hostname to examine. + :return: True if the hostname is an IP address, False otherwise. + """ + if isinstance(hostname, bytes): + # IDN A-label bytes are ASCII compatible. + hostname = hostname.decode("ascii") + return bool(_IPV4_RE.match(hostname) or _BRACELESS_IPV6_ADDRZ_RE.match(hostname)) + + +def _is_key_file_encrypted(key_file: str) -> bool: + """Detects if a key file is encrypted or not.""" + with open(key_file) as f: + for line in f: + # Look for Proc-Type: 4,ENCRYPTED + if "ENCRYPTED" in line: + return True + + return False + + +def _ssl_wrap_socket_impl( + sock: socket.socket, + ssl_context: ssl.SSLContext, + tls_in_tls: bool, + server_hostname: str | None = None, +) -> ssl.SSLSocket | SSLTransportType: + if tls_in_tls: + if not SSLTransport: + # Import error, ssl is not available. + raise ProxySchemeUnsupported( + "TLS in TLS requires support for the 'ssl' module" + ) + + SSLTransport._validate_ssl_context_for_tls_in_tls(ssl_context) + return SSLTransport(sock, ssl_context, server_hostname) + + return ssl_context.wrap_socket(sock, server_hostname=server_hostname) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py b/llmlab/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py new file mode 100644 index 0000000..453cfd4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/ssl_match_hostname.py @@ -0,0 +1,159 @@ +"""The match_hostname() function from Python 3.5, essential when using SSL.""" + +# Note: This file is under the PSF license as the code comes from the python +# stdlib. http://docs.python.org/3/license.html +# It is modified to remove commonName support. + +from __future__ import annotations + +import ipaddress +import re +import typing +from ipaddress import IPv4Address, IPv6Address + +if typing.TYPE_CHECKING: + from .ssl_ import _TYPE_PEER_CERT_RET_DICT + +__version__ = "3.5.0.1" + + +class CertificateError(ValueError): + pass + + +def _dnsname_match( + dn: typing.Any, hostname: str, max_wildcards: int = 1 +) -> typing.Match[str] | None | bool: + """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 + + # Ported from python3-syntax: + # leftmost, *remainder = dn.split(r'.') + parts = dn.split(r".") + leftmost = parts[0] + remainder = 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 bool(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 _ipaddress_match(ipname: str, host_ip: IPv4Address | IPv6Address) -> bool: + """Exact matching of IP addresses. + + RFC 9110 section 4.3.5: "A reference identity of IP-ID contains the decoded + bytes of the IP address. An IP version 4 address is 4 octets, and an IP + version 6 address is 16 octets. [...] A reference identity of type IP-ID + matches if the address is identical to an iPAddress value of the + subjectAltName extension of the certificate." + """ + # OpenSSL may add a trailing newline to a subjectAltName's IP address + # Divergence from upstream: ipaddress can't handle byte str + ip = ipaddress.ip_address(ipname.rstrip()) + return bool(ip.packed == host_ip.packed) + + +def match_hostname( + cert: _TYPE_PEER_CERT_RET_DICT | None, + hostname: str, + hostname_checks_common_name: bool = False, +) -> None: + """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" + ) + try: + # Divergence from upstream: ipaddress can't handle byte str + # + # The ipaddress module shipped with Python < 3.9 does not support + # scoped IPv6 addresses so we unconditionally strip the Zone IDs for + # now. Once we drop support for Python 3.9 we can remove this branch. + if "%" in hostname: + host_ip = ipaddress.ip_address(hostname[: hostname.rfind("%")]) + else: + host_ip = ipaddress.ip_address(hostname) + + except ValueError: + # Not an IP address (common case) + host_ip = None + dnsnames = [] + san: tuple[tuple[str, str], ...] = cert.get("subjectAltName", ()) + key: str + value: str + for key, value in san: + if key == "DNS": + if host_ip is None and _dnsname_match(value, hostname): + return + dnsnames.append(value) + elif key == "IP Address": + if host_ip is not None and _ipaddress_match(value, host_ip): + return + dnsnames.append(value) + + # We only check 'commonName' if it's enabled and we're not verifying + # an IP address. IP addresses aren't valid within 'commonName'. + if hostname_checks_common_name and host_ip is None and not dnsnames: + for sub in cert.get("subject", ()): + for key, value in sub: + 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(f"hostname {hostname!r} doesn't match {dnsnames[0]!r}") + else: + raise CertificateError("no appropriate subjectAltName fields were found") diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/ssltransport.py b/llmlab/lib/python3.12/site-packages/urllib3/util/ssltransport.py new file mode 100644 index 0000000..6d59bc3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/ssltransport.py @@ -0,0 +1,271 @@ +from __future__ import annotations + +import io +import socket +import ssl +import typing + +from ..exceptions import ProxySchemeUnsupported + +if typing.TYPE_CHECKING: + from typing_extensions import Self + + from .ssl_ import _TYPE_PEER_CERT_RET, _TYPE_PEER_CERT_RET_DICT + + +_WriteBuffer = typing.Union[bytearray, memoryview] +_ReturnValue = typing.TypeVar("_ReturnValue") + +SSL_BLOCKSIZE = 16384 + + +class SSLTransport: + """ + The SSLTransport wraps an existing socket and establishes an SSL connection. + + Contrary to Python's implementation of SSLSocket, it allows you to chain + multiple TLS connections together. It's particularly useful if you need to + implement TLS within TLS. + + The class supports most of the socket API operations. + """ + + @staticmethod + def _validate_ssl_context_for_tls_in_tls(ssl_context: ssl.SSLContext) -> None: + """ + Raises a ProxySchemeUnsupported if the provided ssl_context can't be used + for TLS in TLS. + + The only requirement is that the ssl_context provides the 'wrap_bio' + methods. + """ + + if not hasattr(ssl_context, "wrap_bio"): + raise ProxySchemeUnsupported( + "TLS in TLS requires SSLContext.wrap_bio() which isn't " + "available on non-native SSLContext" + ) + + def __init__( + self, + socket: socket.socket, + ssl_context: ssl.SSLContext, + server_hostname: str | None = None, + suppress_ragged_eofs: bool = True, + ) -> None: + """ + Create an SSLTransport around socket using the provided ssl_context. + """ + self.incoming = ssl.MemoryBIO() + self.outgoing = ssl.MemoryBIO() + + self.suppress_ragged_eofs = suppress_ragged_eofs + self.socket = socket + + self.sslobj = ssl_context.wrap_bio( + self.incoming, self.outgoing, server_hostname=server_hostname + ) + + # Perform initial handshake. + self._ssl_io_loop(self.sslobj.do_handshake) + + def __enter__(self) -> Self: + return self + + def __exit__(self, *_: typing.Any) -> None: + self.close() + + def fileno(self) -> int: + return self.socket.fileno() + + def read(self, len: int = 1024, buffer: typing.Any | None = None) -> int | bytes: + return self._wrap_ssl_read(len, buffer) + + def recv(self, buflen: int = 1024, flags: int = 0) -> int | bytes: + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to recv") + return self._wrap_ssl_read(buflen) + + def recv_into( + self, + buffer: _WriteBuffer, + nbytes: int | None = None, + flags: int = 0, + ) -> None | int | bytes: + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to recv_into") + if nbytes is None: + nbytes = len(buffer) + return self.read(nbytes, buffer) + + def sendall(self, data: bytes, flags: int = 0) -> None: + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to sendall") + count = 0 + with memoryview(data) as view, view.cast("B") as byte_view: + amount = len(byte_view) + while count < amount: + v = self.send(byte_view[count:]) + count += v + + def send(self, data: bytes, flags: int = 0) -> int: + if flags != 0: + raise ValueError("non-zero flags not allowed in calls to send") + return self._ssl_io_loop(self.sslobj.write, data) + + def makefile( + self, + mode: str, + buffering: int | None = None, + *, + encoding: str | None = None, + errors: str | None = None, + newline: str | None = None, + ) -> typing.BinaryIO | typing.TextIO | socket.SocketIO: + """ + Python's httpclient uses makefile and buffered io when reading HTTP + messages and we need to support it. + + This is unfortunately a copy and paste of socket.py makefile with small + changes to point to the socket directly. + """ + if not set(mode) <= {"r", "w", "b"}: + raise ValueError(f"invalid mode {mode!r} (only r, w, b allowed)") + + writing = "w" in mode + reading = "r" in mode or not writing + assert reading or writing + binary = "b" in mode + rawmode = "" + if reading: + rawmode += "r" + if writing: + rawmode += "w" + raw = socket.SocketIO(self, rawmode) # type: ignore[arg-type] + self.socket._io_refs += 1 # type: ignore[attr-defined] + if buffering is None: + buffering = -1 + if buffering < 0: + buffering = io.DEFAULT_BUFFER_SIZE + if buffering == 0: + if not binary: + raise ValueError("unbuffered streams must be binary") + return raw + buffer: typing.BinaryIO + if reading and writing: + buffer = io.BufferedRWPair(raw, raw, buffering) # type: ignore[assignment] + elif reading: + buffer = io.BufferedReader(raw, buffering) + else: + assert writing + buffer = io.BufferedWriter(raw, buffering) + if binary: + return buffer + text = io.TextIOWrapper(buffer, encoding, errors, newline) + text.mode = mode # type: ignore[misc] + return text + + def unwrap(self) -> None: + self._ssl_io_loop(self.sslobj.unwrap) + + def close(self) -> None: + self.socket.close() + + @typing.overload + def getpeercert( + self, binary_form: typing.Literal[False] = ... + ) -> _TYPE_PEER_CERT_RET_DICT | None: ... + + @typing.overload + def getpeercert(self, binary_form: typing.Literal[True]) -> bytes | None: ... + + def getpeercert(self, binary_form: bool = False) -> _TYPE_PEER_CERT_RET: + return self.sslobj.getpeercert(binary_form) # type: ignore[return-value] + + def version(self) -> str | None: + return self.sslobj.version() + + def cipher(self) -> tuple[str, str, int] | None: + return self.sslobj.cipher() + + def selected_alpn_protocol(self) -> str | None: + return self.sslobj.selected_alpn_protocol() + + def shared_ciphers(self) -> list[tuple[str, str, int]] | None: + return self.sslobj.shared_ciphers() + + def compression(self) -> str | None: + return self.sslobj.compression() + + def settimeout(self, value: float | None) -> None: + self.socket.settimeout(value) + + def gettimeout(self) -> float | None: + return self.socket.gettimeout() + + def _decref_socketios(self) -> None: + self.socket._decref_socketios() # type: ignore[attr-defined] + + def _wrap_ssl_read(self, len: int, buffer: bytearray | None = None) -> int | bytes: + try: + return self._ssl_io_loop(self.sslobj.read, len, buffer) + except ssl.SSLError as e: + if e.errno == ssl.SSL_ERROR_EOF and self.suppress_ragged_eofs: + return 0 # eof, return 0. + else: + raise + + # func is sslobj.do_handshake or sslobj.unwrap + @typing.overload + def _ssl_io_loop(self, func: typing.Callable[[], None]) -> None: ... + + # func is sslobj.write, arg1 is data + @typing.overload + def _ssl_io_loop(self, func: typing.Callable[[bytes], int], arg1: bytes) -> int: ... + + # func is sslobj.read, arg1 is len, arg2 is buffer + @typing.overload + def _ssl_io_loop( + self, + func: typing.Callable[[int, bytearray | None], bytes], + arg1: int, + arg2: bytearray | None, + ) -> bytes: ... + + def _ssl_io_loop( + self, + func: typing.Callable[..., _ReturnValue], + arg1: None | bytes | int = None, + arg2: bytearray | None = None, + ) -> _ReturnValue: + """Performs an I/O loop between incoming/outgoing and the socket.""" + should_loop = True + ret = None + + while should_loop: + errno = None + try: + if arg1 is None and arg2 is None: + ret = func() + elif arg2 is None: + ret = func(arg1) + else: + ret = func(arg1, arg2) + except ssl.SSLError as e: + if e.errno not in (ssl.SSL_ERROR_WANT_READ, ssl.SSL_ERROR_WANT_WRITE): + # WANT_READ, and WANT_WRITE are expected, others are not. + raise e + errno = e.errno + + buf = self.outgoing.read() + self.socket.sendall(buf) + + if errno is None: + should_loop = False + elif errno == ssl.SSL_ERROR_WANT_READ: + buf = self.socket.recv(SSL_BLOCKSIZE) + if buf: + self.incoming.write(buf) + else: + self.incoming.write_eof() + return typing.cast(_ReturnValue, ret) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/timeout.py b/llmlab/lib/python3.12/site-packages/urllib3/util/timeout.py new file mode 100644 index 0000000..4bb1be1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/timeout.py @@ -0,0 +1,275 @@ +from __future__ import annotations + +import time +import typing +from enum import Enum +from socket import getdefaulttimeout + +from ..exceptions import TimeoutStateError + +if typing.TYPE_CHECKING: + from typing import Final + + +class _TYPE_DEFAULT(Enum): + # This value should never be passed to socket.settimeout() so for safety we use a -1. + # socket.settimout() raises a ValueError for negative values. + token = -1 + + +_DEFAULT_TIMEOUT: Final[_TYPE_DEFAULT] = _TYPE_DEFAULT.token + +_TYPE_TIMEOUT = typing.Optional[typing.Union[float, _TYPE_DEFAULT]] + + +class Timeout: + """Timeout configuration. + + Timeouts can be defined as a default for a pool: + + .. code-block:: python + + import urllib3 + + timeout = urllib3.util.Timeout(connect=2.0, read=7.0) + + http = urllib3.PoolManager(timeout=timeout) + + resp = http.request("GET", "https://example.com/") + + print(resp.status) + + Or per-request (which overrides the default for the pool): + + .. code-block:: python + + response = http.request("GET", "https://example.com/", timeout=Timeout(10)) + + Timeouts can be disabled by setting all the parameters to ``None``: + + .. code-block:: python + + no_timeout = Timeout(connect=None, read=None) + response = http.request("GET", "https://example.com/", timeout=no_timeout) + + + :param total: + This combines the connect and read timeouts into one; the read timeout + will be set to the time leftover from the connect attempt. In the + event that both a connect timeout and a total are specified, or a read + timeout and a total are specified, the shorter timeout will be applied. + + Defaults to None. + + :type total: int, float, or None + + :param connect: + The maximum amount of time (in seconds) to wait for a connection + attempt to a server to succeed. Omitting the parameter will default the + connect timeout to the system default, probably `the global default + timeout in socket.py + `_. + None will set an infinite timeout for connection attempts. + + :type connect: int, float, or None + + :param read: + The maximum amount of time (in seconds) to wait between consecutive + read operations for a response from the server. Omitting the parameter + will default the read timeout to the system default, probably `the + global default timeout in socket.py + `_. + None will set an infinite timeout. + + :type read: int, float, or None + + .. note:: + + Many factors can affect the total amount of time for urllib3 to return + an HTTP response. + + For example, Python's DNS resolver does not obey the timeout specified + on the socket. Other factors that can affect total request time include + high CPU load, high swap, the program running at a low priority level, + or other behaviors. + + In addition, the read and total timeouts only measure the time between + read operations on the socket connecting the client and the server, + not the total amount of time for the request to return a complete + response. For most requests, the timeout is raised because the server + has not sent the first byte in the specified time. This is not always + the case; if a server streams one byte every fifteen seconds, a timeout + of 20 seconds will not trigger, even though the request will take + several minutes to complete. + """ + + #: A sentinel object representing the default timeout value + DEFAULT_TIMEOUT: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT + + def __init__( + self, + total: _TYPE_TIMEOUT = None, + connect: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + read: _TYPE_TIMEOUT = _DEFAULT_TIMEOUT, + ) -> None: + self._connect = self._validate_timeout(connect, "connect") + self._read = self._validate_timeout(read, "read") + self.total = self._validate_timeout(total, "total") + self._start_connect: float | None = None + + def __repr__(self) -> str: + return f"{type(self).__name__}(connect={self._connect!r}, read={self._read!r}, total={self.total!r})" + + # __str__ provided for backwards compatibility + __str__ = __repr__ + + @staticmethod + def resolve_default_timeout(timeout: _TYPE_TIMEOUT) -> float | None: + return getdefaulttimeout() if timeout is _DEFAULT_TIMEOUT else timeout + + @classmethod + def _validate_timeout(cls, value: _TYPE_TIMEOUT, name: str) -> _TYPE_TIMEOUT: + """Check that a timeout attribute is valid. + + :param value: The timeout value to validate + :param name: The name of the timeout attribute to validate. This is + used to specify in error messages. + :return: The validated and casted version of the given value. + :raises ValueError: If it is a numeric value less than or equal to + zero, or the type is not an integer, float, or None. + """ + if value is None or value is _DEFAULT_TIMEOUT: + return value + + if isinstance(value, bool): + raise ValueError( + "Timeout cannot be a boolean value. It must " + "be an int, float or None." + ) + try: + float(value) + except (TypeError, ValueError): + raise ValueError( + "Timeout value %s was %s, but it must be an " + "int, float or None." % (name, value) + ) from None + + try: + if value <= 0: + raise ValueError( + "Attempted to set %s timeout to %s, but the " + "timeout cannot be set to a value less " + "than or equal to 0." % (name, value) + ) + except TypeError: + raise ValueError( + "Timeout value %s was %s, but it must be an " + "int, float or None." % (name, value) + ) from None + + return value + + @classmethod + def from_float(cls, timeout: _TYPE_TIMEOUT) -> Timeout: + """Create a new Timeout from a legacy timeout value. + + The timeout value used by httplib.py sets the same timeout on the + connect(), and recv() socket requests. This creates a :class:`Timeout` + object that sets the individual timeouts to the ``timeout`` value + passed to this function. + + :param timeout: The legacy timeout value. + :type timeout: integer, float, :attr:`urllib3.util.Timeout.DEFAULT_TIMEOUT`, or None + :return: Timeout object + :rtype: :class:`Timeout` + """ + return Timeout(read=timeout, connect=timeout) + + def clone(self) -> Timeout: + """Create a copy of the timeout object + + Timeout properties are stored per-pool but each request needs a fresh + Timeout object to ensure each one has its own start/stop configured. + + :return: a copy of the timeout object + :rtype: :class:`Timeout` + """ + # We can't use copy.deepcopy because that will also create a new object + # for _GLOBAL_DEFAULT_TIMEOUT, which socket.py uses as a sentinel to + # detect the user default. + return Timeout(connect=self._connect, read=self._read, total=self.total) + + def start_connect(self) -> float: + """Start the timeout clock, used during a connect() attempt + + :raises urllib3.exceptions.TimeoutStateError: if you attempt + to start a timer that has been started already. + """ + if self._start_connect is not None: + raise TimeoutStateError("Timeout timer has already been started.") + self._start_connect = time.monotonic() + return self._start_connect + + def get_connect_duration(self) -> float: + """Gets the time elapsed since the call to :meth:`start_connect`. + + :return: Elapsed time in seconds. + :rtype: float + :raises urllib3.exceptions.TimeoutStateError: if you attempt + to get duration for a timer that hasn't been started. + """ + if self._start_connect is None: + raise TimeoutStateError( + "Can't get connect duration for timer that has not started." + ) + return time.monotonic() - self._start_connect + + @property + def connect_timeout(self) -> _TYPE_TIMEOUT: + """Get the value to use when setting a connection timeout. + + This will be a positive float or integer, the value None + (never timeout), or the default system timeout. + + :return: Connect timeout. + :rtype: int, float, :attr:`Timeout.DEFAULT_TIMEOUT` or None + """ + if self.total is None: + return self._connect + + if self._connect is None or self._connect is _DEFAULT_TIMEOUT: + return self.total + + return min(self._connect, self.total) # type: ignore[type-var] + + @property + def read_timeout(self) -> float | None: + """Get the value for the read timeout. + + This assumes some time has elapsed in the connection timeout and + computes the read timeout appropriately. + + If self.total is set, the read timeout is dependent on the amount of + time taken by the connect timeout. If the connection time has not been + established, a :exc:`~urllib3.exceptions.TimeoutStateError` will be + raised. + + :return: Value to use for the read timeout. + :rtype: int, float or None + :raises urllib3.exceptions.TimeoutStateError: If :meth:`start_connect` + has not yet been called on this object. + """ + if ( + self.total is not None + and self.total is not _DEFAULT_TIMEOUT + and self._read is not None + and self._read is not _DEFAULT_TIMEOUT + ): + # In case the connect timeout has not yet been established. + if self._start_connect is None: + return self._read + return max(0, min(self.total - self.get_connect_duration(), self._read)) + elif self.total is not None and self.total is not _DEFAULT_TIMEOUT: + return max(0, self.total - self.get_connect_duration()) + else: + return self.resolve_default_timeout(self._read) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/url.py b/llmlab/lib/python3.12/site-packages/urllib3/util/url.py new file mode 100644 index 0000000..db057f1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/url.py @@ -0,0 +1,469 @@ +from __future__ import annotations + +import re +import typing + +from ..exceptions import LocationParseError +from .util import to_str + +# We only want to normalize urls with an HTTP(S) scheme. +# urllib3 infers URLs without a scheme (None) to be http. +_NORMALIZABLE_SCHEMES = ("http", "https", None) + +# Almost all of these patterns were derived from the +# 'rfc3986' module: https://github.com/python-hyper/rfc3986 +_PERCENT_RE = re.compile(r"%[a-fA-F0-9]{2}") +_SCHEME_RE = re.compile(r"^(?:[a-zA-Z][a-zA-Z0-9+-]*:|/)") +_URI_RE = re.compile( + r"^(?:([a-zA-Z][a-zA-Z0-9+.-]*):)?" + r"(?://([^\\/?#]*))?" + r"([^?#]*)" + r"(?:\?([^#]*))?" + r"(?:#(.*))?$", + re.UNICODE | re.DOTALL, +) + +_IPV4_PAT = r"(?:[0-9]{1,3}\.){3}[0-9]{1,3}" +_HEX_PAT = "[0-9A-Fa-f]{1,4}" +_LS32_PAT = "(?:{hex}:{hex}|{ipv4})".format(hex=_HEX_PAT, ipv4=_IPV4_PAT) +_subs = {"hex": _HEX_PAT, "ls32": _LS32_PAT} +_variations = [ + # 6( h16 ":" ) ls32 + "(?:%(hex)s:){6}%(ls32)s", + # "::" 5( h16 ":" ) ls32 + "::(?:%(hex)s:){5}%(ls32)s", + # [ h16 ] "::" 4( h16 ":" ) ls32 + "(?:%(hex)s)?::(?:%(hex)s:){4}%(ls32)s", + # [ *1( h16 ":" ) h16 ] "::" 3( h16 ":" ) ls32 + "(?:(?:%(hex)s:)?%(hex)s)?::(?:%(hex)s:){3}%(ls32)s", + # [ *2( h16 ":" ) h16 ] "::" 2( h16 ":" ) ls32 + "(?:(?:%(hex)s:){0,2}%(hex)s)?::(?:%(hex)s:){2}%(ls32)s", + # [ *3( h16 ":" ) h16 ] "::" h16 ":" ls32 + "(?:(?:%(hex)s:){0,3}%(hex)s)?::%(hex)s:%(ls32)s", + # [ *4( h16 ":" ) h16 ] "::" ls32 + "(?:(?:%(hex)s:){0,4}%(hex)s)?::%(ls32)s", + # [ *5( h16 ":" ) h16 ] "::" h16 + "(?:(?:%(hex)s:){0,5}%(hex)s)?::%(hex)s", + # [ *6( h16 ":" ) h16 ] "::" + "(?:(?:%(hex)s:){0,6}%(hex)s)?::", +] + +_UNRESERVED_PAT = r"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._\-~" +_IPV6_PAT = "(?:" + "|".join([x % _subs for x in _variations]) + ")" +_ZONE_ID_PAT = "(?:%25|%)(?:[" + _UNRESERVED_PAT + "]|%[a-fA-F0-9]{2})+" +_IPV6_ADDRZ_PAT = r"\[" + _IPV6_PAT + r"(?:" + _ZONE_ID_PAT + r")?\]" +_REG_NAME_PAT = r"(?:[^\[\]%:/?#]|%[a-fA-F0-9]{2})*" +_TARGET_RE = re.compile(r"^(/[^?#]*)(?:\?([^#]*))?(?:#.*)?$") + +_IPV4_RE = re.compile("^" + _IPV4_PAT + "$") +_IPV6_RE = re.compile("^" + _IPV6_PAT + "$") +_IPV6_ADDRZ_RE = re.compile("^" + _IPV6_ADDRZ_PAT + "$") +_BRACELESS_IPV6_ADDRZ_RE = re.compile("^" + _IPV6_ADDRZ_PAT[2:-2] + "$") +_ZONE_ID_RE = re.compile("(" + _ZONE_ID_PAT + r")\]$") + +_HOST_PORT_PAT = ("^(%s|%s|%s)(?::0*?(|0|[1-9][0-9]{0,4}))?$") % ( + _REG_NAME_PAT, + _IPV4_PAT, + _IPV6_ADDRZ_PAT, +) +_HOST_PORT_RE = re.compile(_HOST_PORT_PAT, re.UNICODE | re.DOTALL) + +_UNRESERVED_CHARS = set( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789._-~" +) +_SUB_DELIM_CHARS = set("!$&'()*+,;=") +_USERINFO_CHARS = _UNRESERVED_CHARS | _SUB_DELIM_CHARS | {":"} +_PATH_CHARS = _USERINFO_CHARS | {"@", "/"} +_QUERY_CHARS = _FRAGMENT_CHARS = _PATH_CHARS | {"?"} + + +class Url( + typing.NamedTuple( + "Url", + [ + ("scheme", typing.Optional[str]), + ("auth", typing.Optional[str]), + ("host", typing.Optional[str]), + ("port", typing.Optional[int]), + ("path", typing.Optional[str]), + ("query", typing.Optional[str]), + ("fragment", typing.Optional[str]), + ], + ) +): + """ + Data structure for representing an HTTP URL. Used as a return value for + :func:`parse_url`. Both the scheme and host are normalized as they are + both case-insensitive according to RFC 3986. + """ + + def __new__( # type: ignore[no-untyped-def] + cls, + scheme: str | None = None, + auth: str | None = None, + host: str | None = None, + port: int | None = None, + path: str | None = None, + query: str | None = None, + fragment: str | None = None, + ): + if path and not path.startswith("/"): + path = "/" + path + if scheme is not None: + scheme = scheme.lower() + return super().__new__(cls, scheme, auth, host, port, path, query, fragment) + + @property + def hostname(self) -> str | None: + """For backwards-compatibility with urlparse. We're nice like that.""" + return self.host + + @property + def request_uri(self) -> str: + """Absolute path including the query string.""" + uri = self.path or "/" + + if self.query is not None: + uri += "?" + self.query + + return uri + + @property + def authority(self) -> str | None: + """ + Authority component as defined in RFC 3986 3.2. + This includes userinfo (auth), host and port. + + i.e. + userinfo@host:port + """ + userinfo = self.auth + netloc = self.netloc + if netloc is None or userinfo is None: + return netloc + else: + return f"{userinfo}@{netloc}" + + @property + def netloc(self) -> str | None: + """ + Network location including host and port. + + If you need the equivalent of urllib.parse's ``netloc``, + use the ``authority`` property instead. + """ + if self.host is None: + return None + if self.port: + return f"{self.host}:{self.port}" + return self.host + + @property + def url(self) -> str: + """ + Convert self into a url + + This function should more or less round-trip with :func:`.parse_url`. The + returned url may not be exactly the same as the url inputted to + :func:`.parse_url`, but it should be equivalent by the RFC (e.g., urls + with a blank port will have : removed). + + Example: + + .. code-block:: python + + import urllib3 + + U = urllib3.util.parse_url("https://google.com/mail/") + + print(U.url) + # "https://google.com/mail/" + + print( urllib3.util.Url("https", "username:password", + "host.com", 80, "/path", "query", "fragment" + ).url + ) + # "https://username:password@host.com:80/path?query#fragment" + """ + scheme, auth, host, port, path, query, fragment = self + url = "" + + # We use "is not None" we want things to happen with empty strings (or 0 port) + if scheme is not None: + url += scheme + "://" + if auth is not None: + url += auth + "@" + if host is not None: + url += host + if port is not None: + url += ":" + str(port) + if path is not None: + url += path + if query is not None: + url += "?" + query + if fragment is not None: + url += "#" + fragment + + return url + + def __str__(self) -> str: + return self.url + + +@typing.overload +def _encode_invalid_chars( + component: str, allowed_chars: typing.Container[str] +) -> str: # Abstract + ... + + +@typing.overload +def _encode_invalid_chars( + component: None, allowed_chars: typing.Container[str] +) -> None: # Abstract + ... + + +def _encode_invalid_chars( + component: str | None, allowed_chars: typing.Container[str] +) -> str | None: + """Percent-encodes a URI component without reapplying + onto an already percent-encoded component. + """ + if component is None: + return component + + component = to_str(component) + + # Normalize existing percent-encoded bytes. + # Try to see if the component we're encoding is already percent-encoded + # so we can skip all '%' characters but still encode all others. + component, percent_encodings = _PERCENT_RE.subn( + lambda match: match.group(0).upper(), component + ) + + uri_bytes = component.encode("utf-8", "surrogatepass") + is_percent_encoded = percent_encodings == uri_bytes.count(b"%") + encoded_component = bytearray() + + for i in range(0, len(uri_bytes)): + # Will return a single character bytestring + byte = uri_bytes[i : i + 1] + byte_ord = ord(byte) + if (is_percent_encoded and byte == b"%") or ( + byte_ord < 128 and byte.decode() in allowed_chars + ): + encoded_component += byte + continue + encoded_component.extend(b"%" + (hex(byte_ord)[2:].encode().zfill(2).upper())) + + return encoded_component.decode() + + +def _remove_path_dot_segments(path: str) -> str: + # See http://tools.ietf.org/html/rfc3986#section-5.2.4 for pseudo-code + segments = path.split("/") # Turn the path into a list of segments + output = [] # Initialize the variable to use to store output + + for segment in segments: + # '.' is the current directory, so ignore it, it is superfluous + if segment == ".": + continue + # Anything other than '..', should be appended to the output + if segment != "..": + output.append(segment) + # In this case segment == '..', if we can, we should pop the last + # element + elif output: + output.pop() + + # If the path starts with '/' and the output is empty or the first string + # is non-empty + if path.startswith("/") and (not output or output[0]): + output.insert(0, "") + + # If the path starts with '/.' or '/..' ensure we add one more empty + # string to add a trailing '/' + if path.endswith(("/.", "/..")): + output.append("") + + return "/".join(output) + + +@typing.overload +def _normalize_host(host: None, scheme: str | None) -> None: ... + + +@typing.overload +def _normalize_host(host: str, scheme: str | None) -> str: ... + + +def _normalize_host(host: str | None, scheme: str | None) -> str | None: + if host: + if scheme in _NORMALIZABLE_SCHEMES: + is_ipv6 = _IPV6_ADDRZ_RE.match(host) + if is_ipv6: + # IPv6 hosts of the form 'a::b%zone' are encoded in a URL as + # such per RFC 6874: 'a::b%25zone'. Unquote the ZoneID + # separator as necessary to return a valid RFC 4007 scoped IP. + match = _ZONE_ID_RE.search(host) + if match: + start, end = match.span(1) + zone_id = host[start:end] + + if zone_id.startswith("%25") and zone_id != "%25": + zone_id = zone_id[3:] + else: + zone_id = zone_id[1:] + zone_id = _encode_invalid_chars(zone_id, _UNRESERVED_CHARS) + return f"{host[:start].lower()}%{zone_id}{host[end:]}" + else: + return host.lower() + elif not _IPV4_RE.match(host): + return to_str( + b".".join([_idna_encode(label) for label in host.split(".")]), + "ascii", + ) + return host + + +def _idna_encode(name: str) -> bytes: + if not name.isascii(): + try: + import idna + except ImportError: + raise LocationParseError( + "Unable to parse URL without the 'idna' module" + ) from None + + try: + return idna.encode(name.lower(), strict=True, std3_rules=True) + except idna.IDNAError: + raise LocationParseError( + f"Name '{name}' is not a valid IDNA label" + ) from None + + return name.lower().encode("ascii") + + +def _encode_target(target: str) -> str: + """Percent-encodes a request target so that there are no invalid characters + + Pre-condition for this function is that 'target' must start with '/'. + If that is the case then _TARGET_RE will always produce a match. + """ + match = _TARGET_RE.match(target) + if not match: # Defensive: + raise LocationParseError(f"{target!r} is not a valid request URI") + + path, query = match.groups() + encoded_target = _encode_invalid_chars(path, _PATH_CHARS) + if query is not None: + query = _encode_invalid_chars(query, _QUERY_CHARS) + encoded_target += "?" + query + return encoded_target + + +def parse_url(url: str) -> Url: + """ + Given a url, return a parsed :class:`.Url` namedtuple. Best-effort is + performed to parse incomplete urls. Fields not provided will be None. + This parser is RFC 3986 and RFC 6874 compliant. + + The parser logic and helper functions are based heavily on + work done in the ``rfc3986`` module. + + :param str url: URL to parse into a :class:`.Url` namedtuple. + + Partly backwards-compatible with :mod:`urllib.parse`. + + Example: + + .. code-block:: python + + import urllib3 + + print( urllib3.util.parse_url('http://google.com/mail/')) + # Url(scheme='http', host='google.com', port=None, path='/mail/', ...) + + print( urllib3.util.parse_url('google.com:80')) + # Url(scheme=None, host='google.com', port=80, path=None, ...) + + print( urllib3.util.parse_url('/foo?bar')) + # Url(scheme=None, host=None, port=None, path='/foo', query='bar', ...) + """ + if not url: + # Empty + return Url() + + source_url = url + if not _SCHEME_RE.search(url): + url = "//" + url + + scheme: str | None + authority: str | None + auth: str | None + host: str | None + port: str | None + port_int: int | None + path: str | None + query: str | None + fragment: str | None + + try: + scheme, authority, path, query, fragment = _URI_RE.match(url).groups() # type: ignore[union-attr] + normalize_uri = scheme is None or scheme.lower() in _NORMALIZABLE_SCHEMES + + if scheme: + scheme = scheme.lower() + + if authority: + auth, _, host_port = authority.rpartition("@") + auth = auth or None + host, port = _HOST_PORT_RE.match(host_port).groups() # type: ignore[union-attr] + if auth and normalize_uri: + auth = _encode_invalid_chars(auth, _USERINFO_CHARS) + if port == "": + port = None + else: + auth, host, port = None, None, None + + if port is not None: + port_int = int(port) + if not (0 <= port_int <= 65535): + raise LocationParseError(url) + else: + port_int = None + + host = _normalize_host(host, scheme) + + if normalize_uri and path: + path = _remove_path_dot_segments(path) + path = _encode_invalid_chars(path, _PATH_CHARS) + if normalize_uri and query: + query = _encode_invalid_chars(query, _QUERY_CHARS) + if normalize_uri and fragment: + fragment = _encode_invalid_chars(fragment, _FRAGMENT_CHARS) + + except (ValueError, AttributeError) as e: + raise LocationParseError(source_url) from e + + # For the sake of backwards compatibility we put empty + # string values for path if there are any defined values + # beyond the path in the URL. + # TODO: Remove this when we break backwards compatibility. + if not path: + if query is not None or fragment is not None: + path = "" + else: + path = None + + return Url( + scheme=scheme, + auth=auth, + host=host, + port=port_int, + path=path, + query=query, + fragment=fragment, + ) diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/util.py b/llmlab/lib/python3.12/site-packages/urllib3/util/util.py new file mode 100644 index 0000000..35c77e4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/util.py @@ -0,0 +1,42 @@ +from __future__ import annotations + +import typing +from types import TracebackType + + +def to_bytes( + x: str | bytes, encoding: str | None = None, errors: str | None = None +) -> bytes: + if isinstance(x, bytes): + return x + elif not isinstance(x, str): + raise TypeError(f"not expecting type {type(x).__name__}") + if encoding or errors: + return x.encode(encoding or "utf-8", errors=errors or "strict") + return x.encode() + + +def to_str( + x: str | bytes, encoding: str | None = None, errors: str | None = None +) -> str: + if isinstance(x, str): + return x + elif not isinstance(x, bytes): + raise TypeError(f"not expecting type {type(x).__name__}") + if encoding or errors: + return x.decode(encoding or "utf-8", errors=errors or "strict") + return x.decode() + + +def reraise( + tp: type[BaseException] | None, + value: BaseException, + tb: TracebackType | None = None, +) -> typing.NoReturn: + try: + if value.__traceback__ is not tb: + raise value.with_traceback(tb) + raise value + finally: + value = None # type: ignore[assignment] + tb = None diff --git a/llmlab/lib/python3.12/site-packages/urllib3/util/wait.py b/llmlab/lib/python3.12/site-packages/urllib3/util/wait.py new file mode 100644 index 0000000..aeca0c7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/urllib3/util/wait.py @@ -0,0 +1,124 @@ +from __future__ import annotations + +import select +import socket +from functools import partial + +__all__ = ["wait_for_read", "wait_for_write"] + + +# How should we wait on sockets? +# +# There are two types of APIs you can use for waiting on sockets: the fancy +# modern stateful APIs like epoll/kqueue, and the older stateless APIs like +# select/poll. The stateful APIs are more efficient when you have a lots of +# sockets to keep track of, because you can set them up once and then use them +# lots of times. But we only ever want to wait on a single socket at a time +# and don't want to keep track of state, so the stateless APIs are actually +# more efficient. So we want to use select() or poll(). +# +# Now, how do we choose between select() and poll()? On traditional Unixes, +# select() has a strange calling convention that makes it slow, or fail +# altogether, for high-numbered file descriptors. The point of poll() is to fix +# that, so on Unixes, we prefer poll(). +# +# On Windows, there is no poll() (or at least Python doesn't provide a wrapper +# for it), but that's OK, because on Windows, select() doesn't have this +# strange calling convention; plain select() works fine. +# +# So: on Windows we use select(), and everywhere else we use poll(). We also +# fall back to select() in case poll() is somehow broken or missing. + + +def select_wait_for_socket( + sock: socket.socket, + read: bool = False, + write: bool = False, + timeout: float | None = None, +) -> bool: + if not read and not write: + raise RuntimeError("must specify at least one of read=True, write=True") + rcheck = [] + wcheck = [] + if read: + rcheck.append(sock) + if write: + wcheck.append(sock) + # When doing a non-blocking connect, most systems signal success by + # marking the socket writable. Windows, though, signals success by marked + # it as "exceptional". We paper over the difference by checking the write + # sockets for both conditions. (The stdlib selectors module does the same + # thing.) + fn = partial(select.select, rcheck, wcheck, wcheck) + rready, wready, xready = fn(timeout) + return bool(rready or wready or xready) + + +def poll_wait_for_socket( + sock: socket.socket, + read: bool = False, + write: bool = False, + timeout: float | None = None, +) -> bool: + if not read and not write: + raise RuntimeError("must specify at least one of read=True, write=True") + mask = 0 + if read: + mask |= select.POLLIN + if write: + mask |= select.POLLOUT + poll_obj = select.poll() + poll_obj.register(sock, mask) + + # For some reason, poll() takes timeout in milliseconds + def do_poll(t: float | None) -> list[tuple[int, int]]: + if t is not None: + t *= 1000 + return poll_obj.poll(t) + + return bool(do_poll(timeout)) + + +def _have_working_poll() -> bool: + # Apparently some systems have a select.poll that fails as soon as you try + # to use it, either due to strange configuration or broken monkeypatching + # from libraries like eventlet/greenlet. + try: + poll_obj = select.poll() + poll_obj.poll(0) + except (AttributeError, OSError): + return False + else: + return True + + +def wait_for_socket( + sock: socket.socket, + read: bool = False, + write: bool = False, + timeout: float | None = None, +) -> bool: + # We delay choosing which implementation to use until the first time we're + # called. We could do it at import time, but then we might make the wrong + # decision if someone goes wild with monkeypatching select.poll after + # we're imported. + global wait_for_socket + if _have_working_poll(): + wait_for_socket = poll_wait_for_socket + elif hasattr(select, "select"): + wait_for_socket = select_wait_for_socket + return wait_for_socket(sock, read, write, timeout) + + +def wait_for_read(sock: socket.socket, timeout: float | None = None) -> bool: + """Waits for reading to be available on a given socket. + Returns True if the socket is readable, or False if the timeout expired. + """ + return wait_for_socket(sock, read=True, timeout=timeout) + + +def wait_for_write(sock: socket.socket, timeout: float | None = None) -> bool: + """Waits for writing to be available on a given socket. + Returns True if the socket is readable, or False if the timeout expired. + """ + return wait_for_socket(sock, write=True, timeout=timeout) diff --git a/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/METADATA new file mode 100644 index 0000000..bbfb60b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/METADATA @@ -0,0 +1,11 @@ +Metadata-Version: 2.4 +Name: uuid +Version: 1.30 +Summary: UUID object and generation functions +Home-page: http://zesty.ca/python/ +Author: Ka-Ping Yee +Author-email: ping@zesty.ca +Dynamic: author +Dynamic: author-email +Dynamic: home-page +Dynamic: summary diff --git a/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/RECORD new file mode 100644 index 0000000..9039f1b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/RECORD @@ -0,0 +1,7 @@ +uuid-1.30.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +uuid-1.30.dist-info/METADATA,sha256=ZUs-kyWmBQDNuO0FZulekbnBEFO2th4N072LrDjU7Fk,250 +uuid-1.30.dist-info/RECORD,, +uuid-1.30.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +uuid-1.30.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91 +uuid-1.30.dist-info/top_level.txt,sha256=tYH2_TJyt_F5duBoeRnZjJ9YXORV92_5nNbRWtM3o1Q,5 +uuid.py,sha256=3pjfI9BY4TUUPqX3Gx-2EfCIwvkNhvuJfciT_PE8dvc,17742 diff --git a/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/WHEEL new file mode 100644 index 0000000..91720dd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (78.0.2) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/top_level.txt new file mode 100644 index 0000000..43ab615 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/uuid-1.30.dist-info/top_level.txt @@ -0,0 +1 @@ +uuid diff --git a/llmlab/lib/python3.12/site-packages/uuid.py b/llmlab/lib/python3.12/site-packages/uuid.py new file mode 100644 index 0000000..3b590e8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/uuid.py @@ -0,0 +1,476 @@ +r"""UUID objects (universally unique identifiers) according to RFC 4122. + +This module provides immutable UUID objects (class UUID) and the functions +uuid1(), uuid3(), uuid4(), uuid5() for generating version 1, 3, 4, and 5 +UUIDs as specified in RFC 4122. + +If all you want is a unique ID, you should probably call uuid1() or uuid4(). +Note that uuid1() may compromise privacy since it creates a UUID containing +the computer's network address. uuid4() creates a random UUID. + +Typical usage: + + >>> import uuid + + # make a UUID based on the host ID and current time + >>> uuid.uuid1() + UUID('a8098c1a-f86e-11da-bd1a-00112444be1e') + + # make a UUID using an MD5 hash of a namespace UUID and a name + >>> uuid.uuid3(uuid.NAMESPACE_DNS, 'python.org') + UUID('6fa459ea-ee8a-3ca4-894e-db77e160355e') + + # make a random UUID + >>> uuid.uuid4() + UUID('16fd2706-8baf-433b-82eb-8c7fada847da') + + # make a UUID using a SHA-1 hash of a namespace UUID and a name + >>> uuid.uuid5(uuid.NAMESPACE_DNS, 'python.org') + UUID('886313e1-3b8a-5372-9b90-0c9aee199e5d') + + # make a UUID from a string of hex digits (braces and hyphens ignored) + >>> x = uuid.UUID('{00010203-0405-0607-0809-0a0b0c0d0e0f}') + + # convert a UUID to a string of hex digits in standard form + >>> str(x) + '00010203-0405-0607-0809-0a0b0c0d0e0f' + + # get the raw 16 bytes of the UUID + >>> x.bytes + '\x00\x01\x02\x03\x04\x05\x06\x07\x08\t\n\x0b\x0c\r\x0e\x0f' + + # make a UUID from a 16-byte string + >>> uuid.UUID(bytes=x.bytes) + UUID('00010203-0405-0607-0809-0a0b0c0d0e0f') +""" + +__author__ = 'Ka-Ping Yee ' +__date__ = '$Date: 2006/06/12 23:15:40 $'.split()[1].replace('/', '-') +__version__ = '$Revision: 1.30 $'.split()[1] + +RESERVED_NCS, RFC_4122, RESERVED_MICROSOFT, RESERVED_FUTURE = [ + 'reserved for NCS compatibility', 'specified in RFC 4122', + 'reserved for Microsoft compatibility', 'reserved for future definition'] + +class UUID(object): + """Instances of the UUID class represent UUIDs as specified in RFC 4122. + UUID objects are immutable, hashable, and usable as dictionary keys. + Converting a UUID to a string with str() yields something in the form + '12345678-1234-1234-1234-123456789abc'. The UUID constructor accepts + four possible forms: a similar string of hexadecimal digits, or a + string of 16 raw bytes as an argument named 'bytes', or a tuple of + six integer fields (with 32-bit, 16-bit, 16-bit, 8-bit, 8-bit, and + 48-bit values respectively) as an argument named 'fields', or a single + 128-bit integer as an argument named 'int'. + + UUIDs have these read-only attributes: + + bytes the UUID as a 16-byte string + + fields a tuple of the six integer fields of the UUID, + which are also available as six individual attributes + and two derived attributes: + + time_low the first 32 bits of the UUID + time_mid the next 16 bits of the UUID + time_hi_version the next 16 bits of the UUID + clock_seq_hi_variant the next 8 bits of the UUID + clock_seq_low the next 8 bits of the UUID + node the last 48 bits of the UUID + + time the 60-bit timestamp + clock_seq the 14-bit sequence number + + hex the UUID as a 32-character hexadecimal string + + int the UUID as a 128-bit integer + + urn the UUID as a URN as specified in RFC 4122 + + variant the UUID variant (one of the constants RESERVED_NCS, + RFC_4122, RESERVED_MICROSOFT, or RESERVED_FUTURE) + + version the UUID version number (1 through 5, meaningful only + when the variant is RFC_4122) + """ + + def __init__(self, hex=None, bytes=None, fields=None, int=None, + version=None): + r"""Create a UUID from either a string of 32 hexadecimal digits, + a string of 16 bytes as the 'bytes' argument, a tuple of six + integers (32-bit time_low, 16-bit time_mid, 16-bit time_hi_version, + 8-bit clock_seq_hi_variant, 8-bit clock_seq_low, 48-bit node) as + the 'fields' argument, or a single 128-bit integer as the 'int' + argument. When a string of hex digits is given, curly braces, + hyphens, and a URN prefix are all optional. For example, these + expressions all yield the same UUID: + + UUID('{12345678-1234-5678-1234-567812345678}') + UUID('12345678123456781234567812345678') + UUID('urn:uuid:12345678-1234-5678-1234-567812345678') + UUID(bytes='\x12\x34\x56\x78'*4) + UUID(fields=(0x12345678, 0x1234, 0x5678, 0x12, 0x34, 0x567812345678)) + UUID(int=0x12345678123456781234567812345678) + + Exactly one of 'hex', 'bytes', 'fields', or 'int' must be given. + The 'version' argument is optional; if given, the resulting UUID + will have its variant and version number set according to RFC 4122, + overriding bits in the given 'hex', 'bytes', 'fields', or 'int'. + """ + + if [hex, bytes, fields, int].count(None) != 3: + raise TypeError('need just one of hex, bytes, fields, or int') + if hex is not None: + hex = hex.replace('urn:', '').replace('uuid:', '') + hex = hex.strip('{}').replace('-', '') + if len(hex) != 32: + raise ValueError('badly formed hexadecimal UUID string') + int = long(hex, 16) + if bytes is not None: + if len(bytes) != 16: + raise ValueError('bytes is not a 16-char string') + int = long(('%02x'*16) % tuple(map(ord, bytes)), 16) + if fields is not None: + if len(fields) != 6: + raise ValueError('fields is not a 6-tuple') + (time_low, time_mid, time_hi_version, + clock_seq_hi_variant, clock_seq_low, node) = fields + if not 0 <= time_low < 1<<32L: + raise ValueError('field 1 out of range (need a 32-bit value)') + if not 0 <= time_mid < 1<<16L: + raise ValueError('field 2 out of range (need a 16-bit value)') + if not 0 <= time_hi_version < 1<<16L: + raise ValueError('field 3 out of range (need a 16-bit value)') + if not 0 <= clock_seq_hi_variant < 1<<8L: + raise ValueError('field 4 out of range (need an 8-bit value)') + if not 0 <= clock_seq_low < 1<<8L: + raise ValueError('field 5 out of range (need an 8-bit value)') + if not 0 <= node < 1<<48L: + raise ValueError('field 6 out of range (need a 48-bit value)') + clock_seq = (clock_seq_hi_variant << 8L) | clock_seq_low + int = ((time_low << 96L) | (time_mid << 80L) | + (time_hi_version << 64L) | (clock_seq << 48L) | node) + if int is not None: + if not 0 <= int < 1<<128L: + raise ValueError('int is out of range (need a 128-bit value)') + if version is not None: + if not 1 <= version <= 5: + raise ValueError('illegal version number') + # Set the variant to RFC 4122. + int &= ~(0xc000 << 48L) + int |= 0x8000 << 48L + # Set the version number. + int &= ~(0xf000 << 64L) + int |= version << 76L + self.__dict__['int'] = int + + def __cmp__(self, other): + if isinstance(other, UUID): + return cmp(self.int, other.int) + return NotImplemented + + def __hash__(self): + return hash(self.int) + + def __int__(self): + return self.int + + def __repr__(self): + return 'UUID(%r)' % str(self) + + def __setattr__(self, name, value): + raise TypeError('UUID objects are immutable') + + def __str__(self): + hex = '%032x' % self.int + return '%s-%s-%s-%s-%s' % ( + hex[:8], hex[8:12], hex[12:16], hex[16:20], hex[20:]) + + def get_bytes(self): + bytes = '' + for shift in range(0, 128, 8): + bytes = chr((self.int >> shift) & 0xff) + bytes + return bytes + + bytes = property(get_bytes) + + def get_fields(self): + return (self.time_low, self.time_mid, self.time_hi_version, + self.clock_seq_hi_variant, self.clock_seq_low, self.node) + + fields = property(get_fields) + + def get_time_low(self): + return self.int >> 96L + + time_low = property(get_time_low) + + def get_time_mid(self): + return (self.int >> 80L) & 0xffff + + time_mid = property(get_time_mid) + + def get_time_hi_version(self): + return (self.int >> 64L) & 0xffff + + time_hi_version = property(get_time_hi_version) + + def get_clock_seq_hi_variant(self): + return (self.int >> 56L) & 0xff + + clock_seq_hi_variant = property(get_clock_seq_hi_variant) + + def get_clock_seq_low(self): + return (self.int >> 48L) & 0xff + + clock_seq_low = property(get_clock_seq_low) + + def get_time(self): + return (((self.time_hi_version & 0x0fffL) << 48L) | + (self.time_mid << 32L) | self.time_low) + + time = property(get_time) + + def get_clock_seq(self): + return (((self.clock_seq_hi_variant & 0x3fL) << 8L) | + self.clock_seq_low) + + clock_seq = property(get_clock_seq) + + def get_node(self): + return self.int & 0xffffffffffff + + node = property(get_node) + + def get_hex(self): + return '%032x' % self.int + + hex = property(get_hex) + + def get_urn(self): + return 'urn:uuid:' + str(self) + + urn = property(get_urn) + + def get_variant(self): + if not self.int & (0x8000 << 48L): + return RESERVED_NCS + elif not self.int & (0x4000 << 48L): + return RFC_4122 + elif not self.int & (0x2000 << 48L): + return RESERVED_MICROSOFT + else: + return RESERVED_FUTURE + + variant = property(get_variant) + + def get_version(self): + # The version bits are only meaningful for RFC 4122 UUIDs. + if self.variant == RFC_4122: + return int((self.int >> 76L) & 0xf) + + version = property(get_version) + +def _ifconfig_getnode(): + """Get the hardware address on Unix by running ifconfig.""" + import os + for dir in ['', '/sbin/', '/usr/sbin']: + try: + pipe = os.popen(os.path.join(dir, 'ifconfig')) + except IOError: + continue + for line in pipe: + words = line.lower().split() + for i in range(len(words)): + if words[i] in ['hwaddr', 'ether']: + return int(words[i + 1].replace(':', ''), 16) + +def _ipconfig_getnode(): + """Get the hardware address on Windows by running ipconfig.exe.""" + import os, re + dirs = ['', r'c:\windows\system32', r'c:\winnt\system32'] + try: + import ctypes + buffer = ctypes.create_string_buffer(300) + ctypes.windll.kernel32.GetSystemDirectoryA(buffer, 300) + dirs.insert(0, buffer.value.decode('mbcs')) + except: + pass + for dir in dirs: + try: + pipe = os.popen(os.path.join(dir, 'ipconfig') + ' /all') + except IOError: + continue + for line in pipe: + value = line.split(':')[-1].strip().lower() + if re.match('([0-9a-f][0-9a-f]-){5}[0-9a-f][0-9a-f]', value): + return int(value.replace('-', ''), 16) + +def _netbios_getnode(): + """Get the hardware address on Windows using NetBIOS calls. + See http://support.microsoft.com/kb/118623 for details.""" + import win32wnet, netbios + ncb = netbios.NCB() + ncb.Command = netbios.NCBENUM + ncb.Buffer = adapters = netbios.LANA_ENUM() + adapters._pack() + if win32wnet.Netbios(ncb) != 0: + return + adapters._unpack() + for i in range(adapters.length): + ncb.Reset() + ncb.Command = netbios.NCBRESET + ncb.Lana_num = ord(adapters.lana[i]) + if win32wnet.Netbios(ncb) != 0: + continue + ncb.Reset() + ncb.Command = netbios.NCBASTAT + ncb.Lana_num = ord(adapters.lana[i]) + ncb.Callname = '*'.ljust(16) + ncb.Buffer = status = netbios.ADAPTER_STATUS() + if win32wnet.Netbios(ncb) != 0: + continue + status._unpack() + bytes = map(ord, status.adapter_address) + return ((bytes[0]<<40L) + (bytes[1]<<32L) + (bytes[2]<<24L) + + (bytes[3]<<16L) + (bytes[4]<<8L) + bytes[5]) + +# Thanks to Thomas Heller for ctypes and for his help with its use here. + +# If ctypes is available, use it to find system routines for UUID generation. +_uuid_generate_random = _uuid_generate_time = _UuidCreate = None +try: + import ctypes, ctypes.util + _buffer = ctypes.create_string_buffer(16) + + # The uuid_generate_* routines are provided by libuuid on at least + # Linux and FreeBSD, and provided by libc on Mac OS X. + for libname in ['uuid', 'c']: + try: + lib = ctypes.CDLL(ctypes.util.find_library(libname)) + except: + continue + if hasattr(lib, 'uuid_generate_random'): + _uuid_generate_random = lib.uuid_generate_random + if hasattr(lib, 'uuid_generate_time'): + _uuid_generate_time = lib.uuid_generate_time + + # On Windows prior to 2000, UuidCreate gives a UUID containing the + # hardware address. On Windows 2000 and later, UuidCreate makes a + # random UUID and UuidCreateSequential gives a UUID containing the + # hardware address. These routines are provided by the RPC runtime. + try: + lib = ctypes.windll.rpcrt4 + except: + lib = None + _UuidCreate = getattr(lib, 'UuidCreateSequential', + getattr(lib, 'UuidCreate', None)) +except: + pass + +def _unixdll_getnode(): + """Get the hardware address on Unix using ctypes.""" + _uuid_generate_time(_buffer) + return UUID(bytes=_buffer.raw).node + +def _windll_getnode(): + """Get the hardware address on Windows using ctypes.""" + if _UuidCreate(_buffer) == 0: + return UUID(bytes=_buffer.raw).node + +def _random_getnode(): + """Get a random node ID, with eighth bit set as suggested by RFC 4122.""" + import random + return random.randrange(0, 1<<48L) | 0x010000000000L + +_node = None + +def getnode(): + """Get the hardware address as a 48-bit integer. The first time this + runs, it may launch a separate program, which could be quite slow. If + all attempts to obtain the hardware address fail, we choose a random + 48-bit number with its eighth bit set to 1 as recommended in RFC 4122.""" + + global _node + if _node is not None: + return _node + + import sys + if sys.platform == 'win32': + getters = [_windll_getnode, _netbios_getnode, _ipconfig_getnode] + else: + getters = [_unixdll_getnode, _ifconfig_getnode] + + for getter in getters + [_random_getnode]: + try: + _node = getter() + except: + continue + if _node is not None: + return _node + +def uuid1(node=None, clock_seq=None): + """Generate a UUID from a host ID, sequence number, and the current time. + If 'node' is not given, getnode() is used to obtain the hardware + address. If 'clock_seq' is given, it is used as the sequence number; + otherwise a random 14-bit sequence number is chosen.""" + + # When the system provides a version-1 UUID generator, use it (but don't + # use UuidCreate here because its UUIDs don't conform to RFC 4122). + if _uuid_generate_time and node is clock_seq is None: + _uuid_generate_time(_buffer) + return UUID(bytes=_buffer.raw) + + import time + nanoseconds = int(time.time() * 1e9) + # 0x01b21dd213814000 is the number of 100-ns intervals between the + # UUID epoch 1582-10-15 00:00:00 and the Unix epoch 1970-01-01 00:00:00. + timestamp = int(nanoseconds/100) + 0x01b21dd213814000L + if clock_seq is None: + import random + clock_seq = random.randrange(1<<14L) # instead of stable storage + time_low = timestamp & 0xffffffffL + time_mid = (timestamp >> 32L) & 0xffffL + time_hi_version = (timestamp >> 48L) & 0x0fffL + clock_seq_low = clock_seq & 0xffL + clock_seq_hi_variant = (clock_seq >> 8L) & 0x3fL + if node is None: + node = getnode() + return UUID(fields=(time_low, time_mid, time_hi_version, + clock_seq_hi_variant, clock_seq_low, node), version=1) + +def uuid3(namespace, name): + """Generate a UUID from the MD5 hash of a namespace UUID and a name.""" + import md5 + hash = md5.md5(namespace.bytes + name).digest() + return UUID(bytes=hash[:16], version=3) + +def uuid4(): + """Generate a random UUID.""" + + # When the system provides a version-4 UUID generator, use it. + if _uuid_generate_random: + _uuid_generate_random(_buffer) + return UUID(bytes=_buffer.raw) + + # Otherwise, get randomness from urandom or the 'random' module. + try: + import os + return UUID(bytes=os.urandom(16), version=4) + except: + import random + bytes = [chr(random.randrange(256)) for i in range(16)] + return UUID(bytes=bytes, version=4) + +def uuid5(namespace, name): + """Generate a UUID from the SHA-1 hash of a namespace UUID and a name.""" + import sha + hash = sha.sha(namespace.bytes + name).digest() + return UUID(bytes=hash[:16], version=5) + +# The following standard UUIDs are for use with uuid3() or uuid5(). + +NAMESPACE_DNS = UUID('6ba7b810-9dad-11d1-80b4-00c04fd430c8') +NAMESPACE_URL = UUID('6ba7b811-9dad-11d1-80b4-00c04fd430c8') +NAMESPACE_OID = UUID('6ba7b812-9dad-11d1-80b4-00c04fd430c8') +NAMESPACE_X500 = UUID('6ba7b814-9dad-11d1-80b4-00c04fd430c8') diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2-py3.12-nspkg.pth b/llmlab/lib/python3.12/site-packages/zope.interface-7.2-py3.12-nspkg.pth new file mode 100644 index 0000000..8012119 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2-py3.12-nspkg.pth @@ -0,0 +1 @@ +import sys, types, os;p = os.path.join(sys._getframe(1).f_locals['sitedir'], *('zope',));importlib = __import__('importlib.util');__import__('importlib.machinery');m = sys.modules.setdefault('zope', importlib.util.module_from_spec(importlib.machinery.PathFinder.find_spec('zope', [os.path.dirname(p)])));m = m or sys.modules.setdefault('zope', types.ModuleType('zope'));mp = (m or []) and m.__dict__.setdefault('__path__',[]);(p not in mp) and mp.append(p) diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/LICENSE.txt b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/LICENSE.txt new file mode 100644 index 0000000..e1f9ad7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/LICENSE.txt @@ -0,0 +1,44 @@ +Zope Public License (ZPL) Version 2.1 + +A copyright notice accompanies this license document that identifies the +copyright holders. + +This license has been certified as open source. It has also been designated as +GPL compatible by the Free Software Foundation (FSF). + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are met: + +1. Redistributions in source code must retain the accompanying copyright +notice, this list of conditions, and the following disclaimer. + +2. Redistributions in binary form must reproduce the accompanying copyright +notice, this list of conditions, and the following disclaimer in the +documentation and/or other materials provided with the distribution. + +3. Names of the copyright holders must not be used to endorse or promote +products derived from this software without prior written permission from the +copyright holders. + +4. The right to distribute this software or to use it for any purpose does not +give you the right to use Servicemarks (sm) or Trademarks (tm) of the +copyright +holders. Use of them is covered by separate agreement with the copyright +holders. + +5. If any files are modified, you must cause the modified files to carry +prominent notices stating that you changed the files and the date of any +change. + +Disclaimer + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED +OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR +PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, +EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/METADATA new file mode 100644 index 0000000..279d71d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/METADATA @@ -0,0 +1,1224 @@ +Metadata-Version: 2.1 +Name: zope.interface +Version: 7.2 +Summary: Interfaces for Python +Home-page: https://github.com/zopefoundation/zope.interface +Author: Zope Foundation and Contributors +Author-email: zope-dev@zope.dev +License: ZPL 2.1 +Keywords: interface,components,plugins +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Zope Public License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +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 +Classifier: Framework :: Zope :: 3 +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +Requires-Dist: setuptools +Provides-Extra: docs +Requires-Dist: Sphinx ; extra == 'docs' +Requires-Dist: repoze.sphinx.autointerface ; extra == 'docs' +Requires-Dist: furo ; extra == 'docs' +Provides-Extra: test +Requires-Dist: coverage[toml] ; extra == 'test' +Requires-Dist: zope.event ; extra == 'test' +Requires-Dist: zope.testing ; extra == 'test' +Provides-Extra: testing +Requires-Dist: coverage[toml] ; extra == 'testing' +Requires-Dist: zope.event ; extra == 'testing' +Requires-Dist: zope.testing ; extra == 'testing' + +==================== + ``zope.interface`` +==================== + +.. image:: https://img.shields.io/pypi/v/zope.interface.svg + :target: https://pypi.python.org/pypi/zope.interface/ + :alt: Latest Version + +.. image:: https://img.shields.io/pypi/pyversions/zope.interface.svg + :target: https://pypi.org/project/zope.interface/ + :alt: Supported Python versions + +.. image:: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml/badge.svg + :target: https://github.com/zopefoundation/zope.interface/actions/workflows/tests.yml + +.. image:: https://readthedocs.org/projects/zopeinterface/badge/?version=latest + :target: https://zopeinterface.readthedocs.io/en/latest/ + :alt: Documentation Status + +This package is intended to be independently reusable in any Python +project. It is maintained by the `Zope Toolkit project +`_. + +This package provides an implementation of "object interfaces" for Python. +Interfaces are a mechanism for labeling objects as conforming to a given +API or contract. So, this package can be considered as implementation of +the `Design By Contract`_ methodology support in Python. + +.. _Design By Contract: http://en.wikipedia.org/wiki/Design_by_contract + +For detailed documentation, please see https://zopeinterface.readthedocs.io/en/latest/ + +========= + Changes +========= + +7.2 (2024-11-28) +================ + +- Add preliminary support for Python 3.14a2, this means that + ``.common.builtins.IByteString`` and ``.common.collections.IByteString`` are + no longer available from this Python version onwards as Python 3.14 dropped + ``collections.abc.ByteString``. + + +7.1.1 (2024-10-23) +================== + +- Fix segmentation faults in `weakrefobject.c` on Python 3.12 and 3.13. + (`#323 `_) + + +7.1.0 (2024-10-10) +================== + +- Declare support for Python 3.13. + +- Fix segmentation faults on Python 3.13. + (`#323 `_) + + +7.0.3 (2024-08-27) +================== + +- Fix `Assertion 'memb->type == T_PYSSIZET' failed.` for Python < 3.12. + (`#319 `_) + + +7.0.2 (2024-08-26) +================== + +- Fix reference-counting bug in C module initialization (broken in 7.0). + (`#316 `_) + + +7.0.1 (2024-08-06) +================== + +- Fix subclassability of ``ObjectSpecificationDescriptor`` (broken in 7.0). + (`#312 `_) + + +7.0 (2024-08-06) +================ + +- Enable heap-based types (PEP 384) for Python >= 3.11. + +- Adopt multi-phase module initialization (PEP 489). + +- Drop support for Python 3.7. + + +6.4.post2 (2024-05-24) +====================== + +- Publish missing Windows wheels, second attempt. + (`#295 `_) + + +6.4.post1 (2024-05-23) +====================== + +- Publish missing Windows wheels. + (`#295 `_) + + +6.4.post0 (2024-05-22) +====================== + +- The sdist of version 6.4 was uploaded to PyPI as + ``zope_interface-6.4.tar.gz`` instead of ``zope.interface-6.4-py2.tar.gz`` + which cannot be installed by ``zc.buildout``. This release is a re-release + of version 6.4 with the correct sdist name. + (`#298 `_) + + +6.4 (2024-05-15) +================ + +- Adjust for incompatible changes in Python 3.13b1. + (`#292 `_) + +- Build windows wheels on GHA. + +6.3 (2024-04-12) +================ + +- Add preliminary support for Python 3.13 as of 3.13a6. + + +6.2 (2024-02-16) +================ + +- Add preliminary support for Python 3.13 as of 3.13a3. + +- Add support to use the pipe (``|``) syntax for ``typing.Union``. + (`#280 `_) + + +6.1 (2023-10-05) +================ + +- Build Linux binary wheels for Python 3.12. + +- Add support for Python 3.12. + +- Fix building of the docs for non-final versions. + + +6.0 (2023-03-17) +================ + +- Build Linux binary wheels for Python 3.11. + +- Drop support for Python 2.7, 3.5, 3.6. + +- Fix test deprecation warning on Python 3.11. + +- Add preliminary support for Python 3.12 as of 3.12a5. + +- Drop: + + + `zope.interface.implements` + + `zope.interface.implementsOnly` + + `zope.interface.classProvides` + + +5.5.2 (2022-11-17) +================== + +- Add support for building arm64 wheels on macOS. + + +5.5.1 (2022-11-03) +================== + +- Add support for final Python 3.11 release. + + +5.5.0 (2022-10-10) +================== + +- Add support for Python 3.10 and 3.11 (as of 3.11.0rc2). + +- Add missing Trove classifier showing support for Python 3.9. + +- Add some more entries to ``zope.interface.interfaces.__all__``. + +- Disable unsafe math optimizations in C code. See `pull request 262 + `_. + + +5.4.0 (2021-04-15) +================== + +- Make the C implementation of the ``__providedBy__`` descriptor stop + ignoring all errors raised when accessing the instance's + ``__provides__``. Now it behaves like the Python version and only + catches ``AttributeError``. The previous behaviour could lead to + crashing the interpreter in cases of recursion and errors. See + `issue 239 `_. + +- Update the ``repr()`` and ``str()`` of various objects to be shorter + and more informative. In many cases, the ``repr()`` is now something + that can be evaluated to produce an equal object. For example, what + was previously printed as ```` is now + shown as ``classImplements(list, IMutableSequence, IIterable)``. See + `issue 236 `_. + +- Make ``Declaration.__add__`` (as in ``implementedBy(Cls) + + ISomething``) try harder to preserve a consistent resolution order + when the two arguments share overlapping pieces of the interface + inheritance hierarchy. Previously, the right hand side was always + put at the end of the resolution order, which could easily produce + invalid orders. See `issue 193 + `_. + +5.3.0 (2020-03-21) +================== + +- No changes from 5.3.0a1 + + +5.3.0a1 (2021-03-18) +==================== + +- Improve the repr of ``zope.interface.Provides`` to remove ambiguity + about what is being provided. This is especially helpful diagnosing + IRO issues. + +- Allow subclasses of ``BaseAdapterRegistry`` (including + ``AdapterRegistry`` and ``VerifyingAdapterRegistry``) to have + control over the data structures. This allows persistent + implementations such as those based on ZODB to choose more scalable + options (e.g., BTrees instead of dicts). See `issue 224 + `_. + +- Fix a reference counting issue in ``BaseAdapterRegistry`` that could + lead to references to interfaces being kept around even when all + utilities/adapters/subscribers providing that interface have been + removed. This is mostly an issue for persistent implementations. + Note that this only corrects the issue moving forward, it does not + solve any already corrupted reference counts. See `issue 227 + `_. + +- Add the method ``BaseAdapterRegistry.rebuild()``. This can be used + to fix the reference counting issue mentioned above, as well as to + update the data structures when custom data types have changed. + +- Add the interface method ``IAdapterRegistry.subscribed()`` and + implementation ``BaseAdapterRegistry.subscribed()`` for querying + directly registered subscribers. See `issue 230 + `_. + +- Add the maintenance method + ``Components.rebuildUtilityRegistryFromLocalCache()``. Most users + will not need this, but it can be useful if the ``Components.utilities`` + registry is suspected to be out of sync with the ``Components`` + object itself (this might happen to persistent ``Components`` + implementations in the face of bugs). + +- Fix the ``Provides`` and ``ClassProvides`` descriptors to stop + allowing redundant interfaces (those already implemented by the + underlying class or meta class) to produce an inconsistent + resolution order. This is similar to the change in ``@implementer`` + in 5.1.0, and resolves inconsistent resolution orders with + ``zope.proxy`` and ``zope.location``. See `issue 207 + `_. + +5.2.0 (2020-11-05) +================== + +- Add documentation section ``Persistency and Equality`` + (`#218 `_). + +- Create arm64 wheels. + +- Add support for Python 3.9. + + +5.1.2 (2020-10-01) +================== + +- Make sure to call each invariant only once when validating invariants. + Previously, invariants could be called multiple times because when an + invariant is defined in an interface, it's found by in all interfaces + inheriting from that interface. See `pull request 215 + `_. + +5.1.1 (2020-09-30) +================== + +- Fix the method definitions of ``IAdapterRegistry.subscribe``, + ``subscriptions`` and ``subscribers``. Previously, they all were + defined to accept a ``name`` keyword argument, but subscribers have + no names and the implementation of that interface did not accept + that argument. See `issue 208 + `_. + +- Fix a potential reference leak in the C optimizations. Previously, + applications that dynamically created unique ``Specification`` + objects (e.g., used ``@implementer`` on dynamic classes) could + notice a growth of small objects over time leading to increased + garbage collection times. See `issue 216 + `_. + + .. caution:: + + This leak could prevent interfaces used as the bases of + other interfaces from being garbage collected. Those interfaces + will now be collected. + + One way in which this would manifest was that ``weakref.ref`` + objects (and things built upon them, like + ``Weak[Key|Value]Dictionary``) would continue to have access to + the original object even if there were no other visible + references to Python and the original object *should* have been + collected. This could be especially problematic for the + ``WeakKeyDictionary`` when combined with dynamic or local + (created in the scope of a function) interfaces, since interfaces + are hashed based just on their name and module name. See the + linked issue for an example of a resulting ``KeyError``. + + Note that such potential errors are not new, they are just once + again a possibility. + +5.1.0 (2020-04-08) +================== + +- Make ``@implementer(*iface)`` and ``classImplements(cls, *iface)`` + ignore redundant interfaces. If the class already implements an + interface through inheritance, it is no longer redeclared + specifically for *cls*. This solves many instances of inconsistent + resolution orders, while still allowing the interface to be declared + for readability and maintenance purposes. See `issue 199 + `_. + +- Remove all bare ``except:`` statements. Previously, when accessing + special attributes such as ``__provides__``, ``__providedBy__``, + ``__class__`` and ``__conform__``, this package wrapped such access + in a bare ``except:`` statement, meaning that many errors could pass + silently; typically this would result in a fallback path being taken + and sometimes (like with ``providedBy()``) the result would be + non-sensical. This is especially true when those attributes are + implemented with descriptors. Now, only ``AttributeError`` is + caught. This makes errors more obvious. + + Obviously, this means that some exceptions will be propagated + differently than before. In particular, ``RuntimeError`` raised by + Acquisition in the case of circular containment will now be + propagated. Previously, when adapting such a broken object, a + ``TypeError`` would be the common result, but now it will be a more + informative ``RuntimeError``. + + In addition, ZODB errors like ``POSKeyError`` could now be + propagated where previously they would ignored by this package. + + See `issue 200 `_. + +- Require that the second argument (*bases*) to ``InterfaceClass`` is + a tuple. This only matters when directly using ``InterfaceClass`` to + create new interfaces dynamically. Previously, an individual + interface was allowed, but did not work correctly. Now it is + consistent with ``type`` and requires a tuple. + +- Let interfaces define custom ``__adapt__`` methods. This implements + the other side of the :pep:`246` adaptation protocol: objects being + adapted could already implement ``__conform__`` if they know about + the interface, and now interfaces can implement ``__adapt__`` if + they know about particular objects. There is no performance penalty + for interfaces that do not supply custom ``__adapt__`` methods. + + This includes the ability to add new methods, or override existing + interface methods using the new ``@interfacemethod`` decorator. + + See `issue 3 `_. + +- Make the internal singleton object returned by APIs like + ``implementedBy`` and ``directlyProvidedBy`` for objects that + implement or provide no interfaces more immutable. Previously an + internal cache could be mutated. See `issue 204 + `_. + +5.0.2 (2020-03-30) +================== + +- Ensure that objects that implement no interfaces (such as direct + subclasses of ``object``) still include ``Interface`` itself in + their ``__iro___`` and ``__sro___``. This fixes adapter registry + lookups for such objects when the adapter is registered for + ``Interface``. See `issue 197 + `_. + + +5.0.1 (2020-03-21) +================== + +- Ensure the resolution order for ``InterfaceClass`` is consistent. + See `issue 192 `_. + +- Ensure the resolution order for ``collections.OrderedDict`` is + consistent on CPython 2. (It was already consistent on Python 3 and PyPy). + +- Fix the handling of the ``ZOPE_INTERFACE_STRICT_IRO`` environment + variable. Previously, ``ZOPE_INTERFACE_STRICT_RO`` was read, in + contrast with the documentation. See `issue 194 + `_. + + +5.0.0 (2020-03-19) +================== + +- Make an internal singleton object returned by APIs like + ``implementedBy`` and ``directlyProvidedBy`` immutable. Previously, + it was fully mutable and allowed changing its ``__bases___``. That + could potentially lead to wrong results in pathological corner + cases. See `issue 158 + `_. + +- Support the ``PURE_PYTHON`` environment variable at runtime instead + of just at wheel build time. A value of 0 forces the C extensions to + be used (even on PyPy) failing if they aren't present. Any other + value forces the Python implementation to be used, ignoring the C + extensions. See `PR 151 `_. + +- Cache the result of ``__hash__`` method in ``InterfaceClass`` as a + speed optimization. The method is called very often (i.e several + hundred thousand times during Plone 5.2 startup). Because the hash value never + changes it can be cached. This improves test performance from 0.614s + down to 0.575s (1.07x faster). In a real world Plone case a reindex + index came down from 402s to 320s (1.26x faster). See `PR 156 + `_. + +- Change the C classes ``SpecificationBase`` and its subclass + ``ClassProvidesBase`` to store implementation attributes in their structures + instead of their instance dictionaries. This eliminates the use of + an undocumented private C API function, and helps make some + instances require less memory. See `PR 154 `_. + +- Reduce memory usage in other ways based on observations of usage + patterns in Zope (3) and Plone code bases. + + - Specifications with no dependents are common (more than 50%) so + avoid allocating a ``WeakKeyDictionary`` unless we need it. + - Likewise, tagged values are relatively rare, so don't allocate a + dictionary to hold them until they are used. + - Use ``__slots___`` or the C equivalent ``tp_members`` in more + common places. Note that this removes the ability to set arbitrary + instance variables on certain objects. + See `PR 155 `_. + + The changes in this release resulted in a 7% memory reduction after + loading about 6,000 modules that define about 2,200 interfaces. + + .. caution:: + + Details of many private attributes have changed, and external use + of those private attributes may break. In particular, the + lifetime and default value of ``_v_attrs`` has changed. + +- Remove support for hashing uninitialized interfaces. This could only + be done by subclassing ``InterfaceClass``. This has generated a + warning since it was first added in 2011 (3.6.5). Please call the + ``InterfaceClass`` constructor or otherwise set the appropriate + fields in your subclass before attempting to hash or sort it. See + `issue 157 `_. + +- Remove unneeded override of the ``__hash__`` method from + ``zope.interface.declarations.Implements``. Watching a reindex index + process in ZCatalog with on a Py-Spy after 10k samples the time for + ``.adapter._lookup`` was reduced from 27.5s to 18.8s (~1.5x faster). + Overall reindex index time shrunk from 369s to 293s (1.26x faster). + See `PR 161 + `_. + +- Make the Python implementation closer to the C implementation by + ignoring all exceptions, not just ``AttributeError``, during (parts + of) interface adaptation. See `issue 163 + `_. + +- Micro-optimization in ``.adapter._lookup`` , ``.adapter._lookupAll`` + and ``.adapter._subscriptions``: By loading ``components.get`` into + a local variable before entering the loop a bytcode "LOAD_FAST 0 + (components)" in the loop can be eliminated. In Plone, while running + all tests, average speedup of the "owntime" of ``_lookup`` is ~5x. + See `PR 167 + `_. + +- Add ``__all__`` declarations to all modules. This helps tools that + do auto-completion and documentation and results in less cluttered + results. Wildcard ("*") are not recommended and may be affected. See + `issue 153 + `_. + +- Fix ``verifyClass`` and ``verifyObject`` for builtin types like + ``dict`` that have methods taking an optional, unnamed argument with + no default value like ``dict.pop``. On PyPy3, the verification is + strict, but on PyPy2 (as on all versions of CPython) those methods + cannot be verified and are ignored. See `issue 118 + `_. + +- Update the common interfaces ``IEnumerableMapping``, + ``IExtendedReadMapping``, ``IExtendedWriteMapping``, + ``IReadSequence`` and ``IUniqueMemberWriteSequence`` to no longer + require methods that were removed from Python 3 on Python 3, such as + ``__setslice___``. Now, ``dict``, ``list`` and ``tuple`` properly + verify as ``IFullMapping``, ``ISequence`` and ``IReadSequence,`` + respectively on all versions of Python. + +- Add human-readable ``__str___`` and ``__repr___`` to ``Attribute`` + and ``Method``. These contain the name of the defining interface + and the attribute. For methods, it also includes the signature. + +- Change the error strings raised by ``verifyObject`` and + ``verifyClass``. They now include more human-readable information + and exclude extraneous lines and spaces. See `issue 170 + `_. + + .. caution:: This will break consumers (such as doctests) that + depended on the exact error messages. + +- Make ``verifyObject`` and ``verifyClass`` report all errors, if the + candidate object has multiple detectable violations. Previously they + reported only the first error. See `issue + `_. + + Like the above, this will break consumers depending on the exact + output of error messages if more than one error is present. + +- Add ``zope.interface.common.collections``, + ``zope.interface.common.numbers``, and ``zope.interface.common.io``. + These modules define interfaces based on the ABCs defined in the + standard library ``collections.abc``, ``numbers`` and ``io`` + modules, respectively. Importing these modules will make the + standard library concrete classes that are registered with those + ABCs declare the appropriate interface. See `issue 138 + `_. + +- Add ``zope.interface.common.builtins``. This module defines + interfaces of common builtin types, such as ``ITextString`` and + ``IByteString``, ``IDict``, etc. These interfaces extend the + appropriate interfaces from ``collections`` and ``numbers``, and the + standard library classes implement them after importing this module. + This is intended as a replacement for third-party packages like + `dolmen.builtins `_. + See `issue 138 `_. + +- Make ``providedBy()`` and ``implementedBy()`` respect ``super`` + objects. For instance, if class ``Derived`` implements ``IDerived`` + and extends ``Base`` which in turn implements ``IBase``, then + ``providedBy(super(Derived, derived))`` will return ``[IBase]``. + Previously it would have returned ``[IDerived]`` (in general, it + would previously have returned whatever would have been returned + without ``super``). + + Along with this change, adapter registries will unpack ``super`` + objects into their ``__self___`` before passing it to the factory. + Together, this means that ``component.getAdapter(super(Derived, + self), ITarget)`` is now meaningful. + + See `issue 11 `_. + +- Fix a potential interpreter crash in the low-level adapter + registry lookup functions. See issue 11. + +- Adopt Python's standard `C3 resolution order + `_ to compute the + ``__iro__`` and ``__sro__`` of interfaces, with tweaks to support + additional cases that are common in interfaces but disallowed for + Python classes. Previously, an ad-hoc ordering that made no + particular guarantees was used. + + This has many beneficial properties, including the fact that base + interface and base classes tend to appear near the end of the + resolution order instead of the beginning. The resolution order in + general should be more predictable and consistent. + + .. caution:: + In some cases, especially with complex interface inheritance + trees or when manually providing or implementing interfaces, the + resulting IRO may be quite different. This may affect adapter + lookup. + + The C3 order enforces some constraints in order to be able to + guarantee a sensible ordering. Older versions of zope.interface did + not impose similar constraints, so it was possible to create + interfaces and declarations that are inconsistent with the C3 + constraints. In that event, zope.interface will still produce a + resolution order equal to the old order, but it won't be guaranteed + to be fully C3 compliant. In the future, strict enforcement of C3 + order may be the default. + + A set of environment variables and module constants allows + controlling several aspects of this new behaviour. It is possible to + request warnings about inconsistent resolution orders encountered, + and even to forbid them. Differences between the C3 resolution order + and the previous order can be logged, and, in extreme cases, the + previous order can still be used (this ability will be removed in + the future). For details, see the documentation for + ``zope.interface.ro``. + +- Make inherited tagged values in interfaces respect the resolution + order (``__iro__``), as method and attribute lookup does. Previously + tagged values could give inconsistent results. See `issue 190 + `_. + +- Add ``getDirectTaggedValue`` (and related methods) to interfaces to + allow accessing tagged values irrespective of inheritance. See + `issue 190 + `_. + +- Ensure that ``Interface`` is always the last item in the ``__iro__`` + and ``__sro__``. This is usually the case, but if classes that do + not implement any interfaces are part of a class inheritance + hierarchy, ``Interface`` could be assigned too high a priority. + See `issue 8 `_. + +- Implement sorting, equality, and hashing in C for ``Interface`` + objects. In micro benchmarks, this makes those operations 40% to 80% + faster. This translates to a 20% speed up in querying adapters. + + Note that this changes certain implementation details. In + particular, ``InterfaceClass`` now has a non-default metaclass, and + it is enforced that ``__module__`` in instances of + ``InterfaceClass`` is read-only. + + See `PR 183 `_. + + +4.7.2 (2020-03-10) +================== + +- Remove deprecated use of setuptools features. See `issue 30 + `_. + + +4.7.1 (2019-11-11) +================== + +- Use Python 3 syntax in the documentation. See `issue 119 + `_. + + +4.7.0 (2019-11-11) +================== + +- Drop support for Python 3.4. + +- Change ``queryTaggedValue``, ``getTaggedValue``, + ``getTaggedValueTags`` in interfaces. They now include inherited + values by following ``__bases__``. See `PR 144 + `_. + + .. caution:: This may be a breaking change. + +- Add support for Python 3.8. + + +4.6.0 (2018-10-23) +================== + +- Add support for Python 3.7 + +- Fix ``verifyObject`` for class objects with staticmethods on + Python 3. See `issue 126 + `_. + + +4.5.0 (2018-04-19) +================== + +- Drop support for 3.3, avoid accidental dependence breakage via setup.py. + See `PR 110 `_. +- Allow registering and unregistering instance methods as listeners. + See `issue 12 `_ + and `PR 102 `_. +- Synchronize and simplify zope/__init__.py. See `issue 114 + `_ + + +4.4.3 (2017-09-22) +================== + +- Avoid exceptions when the ``__annotations__`` attribute is added to + interface definitions with Python 3.x type hints. See `issue 98 + `_. +- Fix the possibility of a rare crash in the C extension when + deallocating items. See `issue 100 + `_. + + +4.4.2 (2017-06-14) +================== + +- Fix a regression storing + ``zope.component.persistentregistry.PersistentRegistry`` instances. + See `issue 85 `_. + +- Fix a regression that could lead to the utility registration cache + of ``Components`` getting out of sync. See `issue 93 + `_. + +4.4.1 (2017-05-13) +================== + +- Simplify the caching of utility-registration data. In addition to + simplification, avoids spurious test failures when checking for + leaks in tests with persistent registries. See `pull 84 + `_. + +- Raise ``ValueError`` when non-text names are passed to adapter registry + methods: prevents corruption of lookup caches. + +4.4.0 (2017-04-21) +================== + +- Avoid a warning from the C compiler. + (https://github.com/zopefoundation/zope.interface/issues/71) + +- Add support for Python 3.6. + +4.3.3 (2016-12-13) +================== + +- Correct typos and ReST formatting errors in documentation. + +- Add API documentation for the adapter registry. + +- Ensure that the ``LICENSE.txt`` file is included in built wheels. + +- Fix C optimizations broken on Py3k. See the Python bug at: + http://bugs.python.org/issue15657 + (https://github.com/zopefoundation/zope.interface/issues/60) + + +4.3.2 (2016-09-05) +================== + +- Fix equality testing of ``implementedBy`` objects and proxies. + (https://github.com/zopefoundation/zope.interface/issues/55) + + +4.3.1 (2016-08-31) +================== + +- Support Components subclasses that are not hashable. + (https://github.com/zopefoundation/zope.interface/issues/53) + + +4.3.0 (2016-08-31) +================== + +- Add the ability to sort the objects returned by ``implementedBy``. + This is compatible with the way interface classes sort so they can + be used together in ordered containers like BTrees. + (https://github.com/zopefoundation/zope.interface/issues/42) + +- Make ``setuptools`` a hard dependency of ``setup.py``. + (https://github.com/zopefoundation/zope.interface/issues/13) + +- Change a linear algorithm (O(n)) in ``Components.registerUtility`` and + ``Components.unregisterUtility`` into a dictionary lookup (O(1)) for + hashable components. This substantially improves the time taken to + manipulate utilities in large registries at the cost of some + additional memory usage. (https://github.com/zopefoundation/zope.interface/issues/46) + + +4.2.0 (2016-06-10) +================== + +- Add support for Python 3.5 + +- Drop support for Python 2.6 and 3.2. + + +4.1.3 (2015-10-05) +================== + +- Fix installation without a C compiler on Python 3.5 + (https://github.com/zopefoundation/zope.interface/issues/24). + + +4.1.2 (2014-12-27) +================== + +- Add support for PyPy3. + +- Remove unittest assertions deprecated in Python3.x. + +- Add ``zope.interface.document.asReStructuredText``, which formats the + generated text for an interface using ReST double-backtick markers. + + +4.1.1 (2014-03-19) +================== + +- Add support for Python 3.4. + + +4.1.0 (2014-02-05) +================== + +- Update ``boostrap.py`` to version 2.2. + +- Add ``@named(name)`` declaration, that specifies the component name, so it + does not have to be passed in during registration. + + +4.0.5 (2013-02-28) +================== + +- Fix a bug where a decorated method caused false positive failures on + ``verifyClass()``. + + +4.0.4 (2013-02-21) +================== + +- Fix a bug that was revealed by porting zope.traversing. During a loop, the + loop body modified a weakref dict causing a ``RuntimeError`` error. + +4.0.3 (2012-12-31) +================== + +- Fleshed out PyPI Trove classifiers. + +4.0.2 (2012-11-21) +================== + +- Add support for Python 3.3. + +- Restored ability to install the package in the absence of ``setuptools``. + +- LP #1055223: Fix test which depended on dictionary order and failed randomly + in Python 3.3. + +4.0.1 (2012-05-22) +================== + +- Drop explicit ``DeprecationWarnings`` for "class advice" APIS (these + APIs are still deprecated under Python 2.x, and still raise an exception + under Python 3.x, but no longer cause a warning to be emitted under + Python 2.x). + +4.0.0 (2012-05-16) +================== + +- Automated build of Sphinx HTML docs and running doctest snippets via tox. + +- Deprecate the "class advice" APIs from ``zope.interface.declarations``: + ``implements``, ``implementsOnly``, and ``classProvides``. In their place, + prefer the equivalent class decorators: ``@implementer``, + ``@implementer_only``, and ``@provider``. Code which uses the deprecated + APIs will not work as expected under Py3k. + +- Remove use of '2to3' and associated fixers when installing under Py3k. + The code is now in a "compatible subset" which supports Python 2.6, 2.7, + and 3.2, including PyPy 1.8 (the version compatible with the 2.7 language + spec). + +- Drop explicit support for Python 2.4 / 2.5 / 3.1. + +- Add support for PyPy. + +- Add support for continuous integration using ``tox`` and ``jenkins``. + +- Add 'setup.py dev' alias (runs ``setup.py develop`` plus installs + ``nose`` and ``coverage``). + +- Add 'setup.py docs' alias (installs ``Sphinx`` and dependencies). + +- Replace all unittest coverage previously accomplished via doctests with + unittests. The doctests have been moved into a ``docs`` section, managed + as a Sphinx collection. + +- LP #910987: Ensure that the semantics of the ``lookup`` method of + ``zope.interface.adapter.LookupBase`` are the same in both the C and + Python implementations. + +- LP #900906: Avoid exceptions due to tne new ``__qualname__`` attribute + added in Python 3.3 (see PEP 3155 for rationale). Thanks to Antoine + Pitrou for the patch. + +3.8.0 (2011-09-22) +================== + +- New module ``zope.interface.registry``. This is code moved from + ``zope.component.registry`` which implements a basic nonperistent component + registry as ``zope.interface.registry.Components``. This class was moved + from ``zope.component`` to make porting systems (such as Pyramid) that rely + only on a basic component registry to Python 3 possible without needing to + port the entirety of the ``zope.component`` package. Backwards + compatibility import shims have been left behind in ``zope.component``, so + this change will not break any existing code. + +- New ``tests_require`` dependency: ``zope.event`` to test events sent by + Components implementation. The ``zope.interface`` package does not have a + hard dependency on ``zope.event``, but if ``zope.event`` is importable, it + will send component registration events when methods of an instance of + ``zope.interface.registry.Components`` are called. + +- New interfaces added to support ``zope.interface.registry.Components`` + addition: ``ComponentLookupError``, ``Invalid``, ``IObjectEvent``, + ``ObjectEvent``, ``IComponentLookup``, ``IRegistration``, + ``IUtilityRegistration``, ``IAdapterRegistration``, + ``ISubscriptionAdapterRegistration``, ``IHandlerRegistration``, + ``IRegistrationEvent``, ``RegistrationEvent``, ``IRegistered``, + ``Registered``, ``IUnregistered``, ``Unregistered``, + ``IComponentRegistry``, and ``IComponents``. + +- No longer Python 2.4 compatible (tested under 2.5, 2.6, 2.7, and 3.2). + +3.7.0 (2011-08-13) +================== + +- Move changes from 3.6.2 - 3.6.5 to a new 3.7.x release line. + +3.6.7 (2011-08-20) +================== + +- Fix sporadic failures on x86-64 platforms in tests of rich comparisons + of interfaces. + +3.6.6 (2011-08-13) +================== + +- LP #570942: Now correctly compare interfaces from different modules but + with the same names. + + N.B.: This is a less intrusive / destabilizing fix than the one applied in + 3.6.3: we only fix the underlying cmp-alike function, rather than adding + the other "rich comparison" functions. + +- Revert to software as released with 3.6.1 for "stable" 3.6 release branch. + +3.6.5 (2011-08-11) +================== + +- LP #811792: work around buggy behavior in some subclasses of + ``zope.interface.interface.InterfaceClass``, which invoke ``__hash__`` + before initializing ``__module__`` and ``__name__``. The workaround + returns a fixed constant hash in such cases, and issues a ``UserWarning``. + +- LP #804832: Under PyPy, ``zope.interface`` should not build its C + extension. Also, prevent attempting to build it under Jython. + +- Add a tox.ini for easier xplatform testing. + +- Fix testing deprecation warnings issued when tested under Py3K. + +3.6.4 (2011-07-04) +================== + +- LP 804951: InterfaceClass instances were unhashable under Python 3.x. + +3.6.3 (2011-05-26) +================== + +- LP #570942: Now correctly compare interfaces from different modules but + with the same names. + +3.6.2 (2011-05-17) +================== + +- Moved detailed documentation out-of-line from PyPI page, linking instead to + http://docs.zope.org/zope.interface . + +- Fixes for small issues when running tests under Python 3.2 using + ``zope.testrunner``. + +- LP # 675064: Specify return value type for C optimizations module init + under Python 3: undeclared value caused warnings, and segfaults on some + 64 bit architectures. + +- setup.py now raises RuntimeError if you don't have Distutils installed when + running under Python 3. + +3.6.1 (2010-05-03) +================== + +- A non-ASCII character in the changelog made 3.6.0 uninstallable on + Python 3 systems with another default encoding than UTF-8. + +- Fix compiler warnings under GCC 4.3.3. + +3.6.0 (2010-04-29) +================== + +- LP #185974: Clear the cache used by ``Specificaton.get`` inside + ``Specification.changed``. Thanks to Jacob Holm for the patch. + +- Add support for Python 3.1. Contributors: + + Lennart Regebro + Martin v Loewis + Thomas Lotze + Wolfgang Schnerring + + The 3.1 support is completely backwards compatible. However, the implements + syntax used under Python 2.X does not work under 3.X, since it depends on + how metaclasses are implemented and this has changed. Instead it now supports + a decorator syntax (also under Python 2.X):: + + class Foo: + implements(IFoo) + ... + + can now also be written:: + + @implementer(IFoo): + class Foo: + ... + + There are 2to3 fixers available to do this change automatically in the + zope.fixers package. + +- Python 2.3 is no longer supported. + + +3.5.4 (2009-12-23) +================== + +- Use the standard Python doctest module instead of zope.testing.doctest, which + has been deprecated. + + +3.5.3 (2009-12-08) +================== + +- Fix an edge case: make providedBy() work when a class has '__provides__' in + its __slots__ (see http://thread.gmane.org/gmane.comp.web.zope.devel/22490) + + +3.5.2 (2009-07-01) +================== + +- BaseAdapterRegistry.unregister, unsubscribe: Remove empty portions of + the data structures when something is removed. This avoids leaving + references to global objects (interfaces) that may be slated for + removal from the calling application. + + +3.5.1 (2009-03-18) +================== + +- verifyObject: use getattr instead of hasattr to test for object attributes + in order to let exceptions other than AttributeError raised by properties + propagate to the caller + +- Add Sphinx-based documentation building to the package buildout + configuration. Use the ``bin/docs`` command after buildout. + +- Improve package description a bit. Unify changelog entries formatting. + +- Change package's mailing list address to zope-dev at zope.org as + zope3-dev at zope.org is now retired. + + +3.5.0 (2008-10-26) +================== + +- Fix declaration of _zope_interface_coptimizations, it's not a top level + package. + +- Add a DocTestSuite for odd.py module, so their tests are run. + +- Allow to bootstrap on Jython. + +- Fix https://bugs.launchpad.net/zope3/3.3/+bug/98388: ISpecification + was missing a declaration for __iro__. + +- Add optional code optimizations support, which allows the building + of C code optimizations to fail (Jython). + +- Replace `_flatten` with a non-recursive implementation, effectively making + it 3x faster. + + +3.4.1 (2007-10-02) +================== + +- Fix a setup bug that prevented installation from source on systems + without setuptools. + + +3.4.0 (2007-07-19) +================== + +- Final release for 3.4.0. + + +3.4.0b3 (2007-05-22) +==================== + + +- When checking whether an object is already registered, use identity + comparison, to allow adding registering with picky custom comparison methods. + + +3.3.0.1 (2007-01-03) +==================== + +- Made a reference to OverflowWarning, which disappeared in Python + 2.5, conditional. + + +3.3.0 (2007/01/03) +================== + +New Features +------------ + +- Refactor the adapter-lookup algorithim to make it much simpler and faster. + + Also, implement more of the adapter-lookup logic in C, making + debugging of application code easier, since there is less + infrastructre code to step through. + +- Treat objects without interface declarations as if they + declared that they provide ``zope.interface.Interface``. + +- Add a number of richer new adapter-registration interfaces + that provide greater control and introspection. + +- Add a new interface decorator to zope.interface that allows the + setting of tagged values on an interface at definition time (see + zope.interface.taggedValue). + +Bug Fixes +--------- + +- A bug in multi-adapter lookup sometimes caused incorrect adapters to + be returned. + + +3.2.0.2 (2006-04-15) +==================== + +- Fix packaging bug: 'package_dir' must be a *relative* path. + + +3.2.0.1 (2006-04-14) +==================== + +- Packaging change: suppress inclusion of 'setup.cfg' in 'sdist' builds. + + +3.2.0 (2006-01-05) +================== + +- Corresponds to the version of the zope.interface package shipped as part of + the Zope 3.2.0 release. + + +3.1.0 (2005-10-03) +================== + +- Corresponds to the version of the zope.interface package shipped as part of + the Zope 3.1.0 release. + +- Made attribute resolution order consistent with component lookup order, + i.e. new-style class MRO semantics. + +- Deprecate 'isImplementedBy' and 'isImplementedByInstancesOf' APIs in + favor of 'implementedBy' and 'providedBy'. + + +3.0.1 (2005-07-27) +================== + +- Corresponds to the version of the zope.interface package shipped as part of + the Zope X3.0.1 release. + +- Fix a bug reported by James Knight, which caused adapter registries + to fail occasionally to reflect declaration changes. + + +3.0.0 (2004-11-07) +================== + +- Corresponds to the version of the zope.interface package shipped as part of + the Zope X3.0.0 release. diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/RECORD new file mode 100644 index 0000000..cef7194 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/RECORD @@ -0,0 +1,110 @@ +zope.interface-7.2-py3.12-nspkg.pth,sha256=_l6EZJaefCi1yytmDbFQGX_jfS2gAtFyaDmlK1uFLec,457 +zope.interface-7.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +zope.interface-7.2.dist-info/LICENSE.txt,sha256=PmcdsR32h1FswdtbPWXkqjg-rKPCDOo_r1Og9zNdCjw,2070 +zope.interface-7.2.dist-info/METADATA,sha256=N4E3tgjdYPv_E45EFOzPPDnWZci6rZGf3VsuxWL0Deo,44362 +zope.interface-7.2.dist-info/RECORD,, +zope.interface-7.2.dist-info/WHEEL,sha256=RYYG1U-eCe8R30LHVEMqYNmIvio2ucm3qxdncXVlgow,224 +zope.interface-7.2.dist-info/namespace_packages.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5 +zope.interface-7.2.dist-info/top_level.txt,sha256=QpUHvpO4wIuZDeEgKY8qZCtD-tAukB0fn_f6utzlb98,5 +zope/interface/__init__.py,sha256=9Euz0jFaHg3kT84m2HzikMt7s_JIAjM8BlVctyUfNTk,3475 +zope/interface/__pycache__/__init__.cpython-312.pyc,, +zope/interface/__pycache__/_compat.cpython-312.pyc,, +zope/interface/__pycache__/_flatten.cpython-312.pyc,, +zope/interface/__pycache__/adapter.cpython-312.pyc,, +zope/interface/__pycache__/advice.cpython-312.pyc,, +zope/interface/__pycache__/declarations.cpython-312.pyc,, +zope/interface/__pycache__/document.cpython-312.pyc,, +zope/interface/__pycache__/exceptions.cpython-312.pyc,, +zope/interface/__pycache__/interface.cpython-312.pyc,, +zope/interface/__pycache__/interfaces.cpython-312.pyc,, +zope/interface/__pycache__/registry.cpython-312.pyc,, +zope/interface/__pycache__/ro.cpython-312.pyc,, +zope/interface/__pycache__/verify.cpython-312.pyc,, +zope/interface/_compat.py,sha256=8FPCPdRAl2Mlkc45-FBvuN8i1kvYLEkIionVgjk2AP0,4413 +zope/interface/_flatten.py,sha256=NKviK4ZyLBCjxXvz5voI9pV_ui2SLqUhubbqZkvgEcg,1059 +zope/interface/_zope_interface_coptimizations.c,sha256=oCYrpT2efApCO-EbKs71YXyaSohAbTqdWQ7QEh49SNA,71198 +zope/interface/_zope_interface_coptimizations.cpython-312-x86_64-linux-gnu.so,sha256=RlF9SobBV5d0eSkWa88RIr9skyGz45telYgZQgclEvE,228368 +zope/interface/adapter.py,sha256=XN9PD8OrRmP1ZJy2gPvAMXtiOnKcHL34doH0HaKHguQ,36647 +zope/interface/advice.py,sha256=YftOBzbXuWQ3AuJImMtYv4SYbE7ubJrjodXzTgYR-dk,3918 +zope/interface/common/__init__.py,sha256=ho-q_3jeKVq-jO-5xrN9_Q4PR0o8PDwja5NYsO7qTI0,10644 +zope/interface/common/__pycache__/__init__.cpython-312.pyc,, +zope/interface/common/__pycache__/builtins.cpython-312.pyc,, +zope/interface/common/__pycache__/collections.cpython-312.pyc,, +zope/interface/common/__pycache__/idatetime.cpython-312.pyc,, +zope/interface/common/__pycache__/interfaces.cpython-312.pyc,, +zope/interface/common/__pycache__/io.cpython-312.pyc,, +zope/interface/common/__pycache__/mapping.cpython-312.pyc,, +zope/interface/common/__pycache__/numbers.cpython-312.pyc,, +zope/interface/common/__pycache__/sequence.cpython-312.pyc,, +zope/interface/common/builtins.py,sha256=WRHf0D-xo2yWu4uP0zvpISdfuwBqwFFYiYuPLNiIYvQ,3135 +zope/interface/common/collections.py,sha256=duvGnbFpUHwri5idqhYblEJrdDYuUvL3vIsZtXggQC4,6809 +zope/interface/common/idatetime.py,sha256=sn5ccP9CiQAYzn6mptWf05uInZFp9o_DRu9_MaDXM5c,21039 +zope/interface/common/interfaces.py,sha256=fT2pigpAZuqcm0bqVVNDlvSWtv9oKfsJ73ewrymUpIE,5908 +zope/interface/common/io.py,sha256=if6Yzclu_T7qeUQNsXeIqREqgVTu-rjYB_VGZfYyz3Y,1242 +zope/interface/common/mapping.py,sha256=XI9lO7Uwt_9sWDFyhDIk0Rjcr5nlu7SlD2KDyqdupdw,4687 +zope/interface/common/numbers.py,sha256=D4kUnF5OgAk6CKcxaW86VH_OPLh1OXt_cF6WaOfvjLk,1682 +zope/interface/common/sequence.py,sha256=SYvqSZpKRaX11vCADK6zGn0LqogPQ0u7INbqgTJ4sg8,5531 +zope/interface/common/tests/__init__.py,sha256=Am8tpD6HZQx6pfW7N22-dloC83-dKLA45NiM9Lx7Xss,5553 +zope/interface/common/tests/__pycache__/__init__.cpython-312.pyc,, +zope/interface/common/tests/__pycache__/basemapping.cpython-312.pyc,, +zope/interface/common/tests/__pycache__/test_builtins.cpython-312.pyc,, +zope/interface/common/tests/__pycache__/test_collections.cpython-312.pyc,, +zope/interface/common/tests/__pycache__/test_idatetime.cpython-312.pyc,, +zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-312.pyc,, +zope/interface/common/tests/__pycache__/test_io.cpython-312.pyc,, +zope/interface/common/tests/__pycache__/test_numbers.cpython-312.pyc,, +zope/interface/common/tests/basemapping.py,sha256=iitIJEMm7LlS3vQU51RjoN3AeBUNNf0EGLXi_VklJAs,3768 +zope/interface/common/tests/test_builtins.py,sha256=eftbVFY5-e7r310YTuf6LlL1Jl5HJ0EXTWZ2icAmrnY,1485 +zope/interface/common/tests/test_collections.py,sha256=FpnJI74M9E9vAzTeQr_bkYl1eOIIb79b-GkM8aN8Qv0,6066 +zope/interface/common/tests/test_idatetime.py,sha256=qGr8FDbiVuDZHjyDIKcz7Vz6qNfoFzd9eHejMTfIyAg,1923 +zope/interface/common/tests/test_import_interfaces.py,sha256=wCFk-2kc7r-kAeOXZn5th5Qw_6k_-pMvdguk5b4NstM,813 +zope/interface/common/tests/test_io.py,sha256=gYJnFT52De1JAJruKK6dzyQIdLgYdQME9Yn6QTn2QyI,1686 +zope/interface/common/tests/test_numbers.py,sha256=tPrvkFVYa2kSSxf8_j7XYctupfS4BI-ee_jQ5yU8zRM,1395 +zope/interface/declarations.py,sha256=csCgY3nsiTjpkjdHs53DJGoeIGSeI_mUaTISYQB_9dQ,43512 +zope/interface/document.py,sha256=mhSCJoxw7Whl-q-EMSkys--z3C7IyJ6TEsZ3psMqyJE,4139 +zope/interface/exceptions.py,sha256=lW7SnsOT73LZI8w3aRdCRVUubfSy-CGztchnKqv1-5A,8566 +zope/interface/interface.py,sha256=Xl9EzsdJS4zzjAflXYTKwL_AUidwgBbsVDASDjp2HrQ,39770 +zope/interface/interfaces.py,sha256=9abPucc_lYWpELDFt28wnbjRVtQ8pS48srV8toZmLgk,50268 +zope/interface/registry.py,sha256=eDnfUtTFp1z9f-4F-4ZQ9EATLheAYuCP9_coZ3XLdVw,25812 +zope/interface/ro.py,sha256=NeImEPsautGBC1VtQAQ1J1BGXmksw6hoSNWD7gVmEaQ,24577 +zope/interface/tests/__init__.py,sha256=Vu2CALgC5nADbRAZFb99LcDSXECcPCNdJDL-nv_6mZA,4242 +zope/interface/tests/__pycache__/__init__.cpython-312.pyc,, +zope/interface/tests/__pycache__/advisory_testing.cpython-312.pyc,, +zope/interface/tests/__pycache__/dummy.cpython-312.pyc,, +zope/interface/tests/__pycache__/idummy.cpython-312.pyc,, +zope/interface/tests/__pycache__/m1.cpython-312.pyc,, +zope/interface/tests/__pycache__/odd.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_adapter.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_advice.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_compile_flags.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_declarations.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_document.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_element.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_exceptions.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_interface.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_interfaces.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_odd_declarations.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_registry.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_ro.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_sorting.cpython-312.pyc,, +zope/interface/tests/__pycache__/test_verify.cpython-312.pyc,, +zope/interface/tests/advisory_testing.py,sha256=T2XF0DT8t9zi1JxnvR1u0WXpRtyOn5027VMyEcN7Ldc,900 +zope/interface/tests/dummy.py,sha256=dd_cYIiPvYJDrEMQD0m2cl9SpkVMrQzMMu1yglSrnb8,913 +zope/interface/tests/idummy.py,sha256=ESC_l4UqjCkiCeXWfcphVGtrP7PoNwwTTGzLpp6Doo4,890 +zope/interface/tests/m1.py,sha256=clhSXmtaT8liCnM87Kp0bzAHfxIxr6gUBjXnVuxaUNI,850 +zope/interface/tests/odd.py,sha256=nwjmxbHCFuI2UvY3Pwc7CfkmZWfXsn3oCb7r7C34DxU,2967 +zope/interface/tests/test_adapter.py,sha256=pB3Y_oXXtdtDsKf0BYlvpW281nT1yendxtzWgWp9o_0,80508 +zope/interface/tests/test_advice.py,sha256=gFhlbHvSWuC9kdlBPeXO_8_9ihkSU-ih0pVhoocdp4U,6036 +zope/interface/tests/test_compile_flags.py,sha256=wU3vtmqgzll6HMPbzFErMpORoVghrcZ5krIV4x6rfo4,1290 +zope/interface/tests/test_declarations.py,sha256=7hlSiT33AN4lzZfFigGyAmf6E9ts6-TgIN0jQb0NB04,83091 +zope/interface/tests/test_document.py,sha256=0JIYe0GWvDPkr_IBACPw-8HsHNJyNNHBU_lUHYOXd9M,17220 +zope/interface/tests/test_element.py,sha256=z9Q2hYwPVzMX05NpA_IeiHoAb4qhTiHI57XQI38w4zQ,1120 +zope/interface/tests/test_exceptions.py,sha256=hxceYZyLZghgpxm-ABg1k50-H1CYRSTUGMZyiTrElo8,6445 +zope/interface/tests/test_interface.py,sha256=KhTcp5nM_K2ffiZSTRzvjhag9tZMfc8qvpV-a3OlSBg,92717 +zope/interface/tests/test_interfaces.py,sha256=l4SCfUmVfBO1UoZLsTOOvDyoYUM7Wex3J67uR7taFpQ,4395 +zope/interface/tests/test_odd_declarations.py,sha256=0DBSBIoOUdSRcDnhiScexGhZ2mVydYWnlJOBvny76Uo,7660 +zope/interface/tests/test_registry.py,sha256=8CyxRkJ46ITauSGp86y1gSN4KHvZNVPTVKgjD13aXBk,112599 +zope/interface/tests/test_ro.py,sha256=CvuZne2GdQu0JA4WQObKm8mG-F7__3T4VBINwoj3QQI,14465 +zope/interface/tests/test_sorting.py,sha256=I4P2jvStUzYrNOnIQgkZZs0sTn9BHe7g5RLQlFmTTW4,2051 +zope/interface/tests/test_verify.py,sha256=JnVLFlHGgVn8fC6u-WPW-mDtfmSuDA2PC0sglWuVBjI,19200 +zope/interface/verify.py,sha256=cEaIWPcS6gT97RkQW2SQJxxuUP7wRrwYwsJtXqo8jdE,7333 diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/WHEEL new file mode 100644 index 0000000..573bc19 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/WHEEL @@ -0,0 +1,8 @@ +Wheel-Version: 1.0 +Generator: setuptools (73.0.1) +Root-Is-Purelib: false +Tag: cp312-cp312-manylinux_2_5_x86_64 +Tag: cp312-cp312-manylinux1_x86_64 +Tag: cp312-cp312-manylinux_2_17_x86_64 +Tag: cp312-cp312-manylinux2014_x86_64 + diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/namespace_packages.txt b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/namespace_packages.txt new file mode 100644 index 0000000..66179d4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/namespace_packages.txt @@ -0,0 +1 @@ +zope diff --git a/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/top_level.txt new file mode 100644 index 0000000..66179d4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope.interface-7.2.dist-info/top_level.txt @@ -0,0 +1 @@ +zope diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__init__.py b/llmlab/lib/python3.12/site-packages/zope/interface/__init__.py new file mode 100644 index 0000000..2b8e7eb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/__init__.py @@ -0,0 +1,90 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Interfaces + +This package implements the Python "scarecrow" proposal. + +The package exports two objects, `Interface` and `Attribute` directly. It also +exports several helper methods. Interface is used to create an interface with +a class statement, as in: + + class IMyInterface(Interface): + '''Interface documentation + ''' + + def meth(arg1, arg2): + '''Documentation for meth + ''' + + # Note that there is no self argument + +To find out what you can do with interfaces, see the interface +interface, `IInterface` in the `interfaces` module. + +The package has several public modules: + + o `declarations` provides utilities to declare interfaces on objects. It + also provides a wide range of helpful utilities that aid in managing + declared interfaces. Most of its public names are however imported here. + + o `document` has a utility for documenting an interface as structured text. + + o `exceptions` has the interface-defined exceptions + + o `interfaces` contains a list of all public interfaces for this package. + + o `verify` has utilities for verifying implementations of interfaces. + +See the module doc strings for more information. +""" +__docformat__ = 'restructuredtext' +# pylint:disable=wrong-import-position,unused-import +from zope.interface.interface import Interface +from zope.interface.interface import _wire + + +# Need to actually get the interface elements to implement the right interfaces +_wire() +del _wire + +from zope.interface.declarations import Declaration # isort: skip +# The following are to make spec pickles cleaner +from zope.interface.declarations import Provides +from zope.interface.declarations import alsoProvides +from zope.interface.declarations import classImplements +from zope.interface.declarations import classImplementsFirst +from zope.interface.declarations import classImplementsOnly +from zope.interface.declarations import directlyProvidedBy +from zope.interface.declarations import directlyProvides +from zope.interface.declarations import implementedBy +from zope.interface.declarations import implementer +from zope.interface.declarations import implementer_only +from zope.interface.declarations import moduleProvides +from zope.interface.declarations import named +from zope.interface.declarations import noLongerProvides +from zope.interface.declarations import providedBy +from zope.interface.declarations import provider +from zope.interface.exceptions import Invalid +from zope.interface.interface import Attribute +from zope.interface.interface import interfacemethod +from zope.interface.interface import invariant +from zope.interface.interface import taggedValue +from zope.interface.interfaces import IInterfaceDeclaration + + +moduleProvides(IInterfaceDeclaration) + +__all__ = ('Interface', 'Attribute') + tuple(IInterfaceDeclaration) + +assert all(k in globals() for k in __all__) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf855164a9d7df3aa17541d23e6f9fa092f3fbf4 GIT binary patch literal 2746 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 EHyM`W{{R30 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/_flatten.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/_flatten.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07bc2a03bc08d68046b62fbf6cf50e7a62abe50a GIT binary patch literal 808 zcmaJ<&1(};5TCcZN%OHu)?)o^Wwk=tL$cIXyoeA`2nqqIm*%o;_r0cDH@nMwuhf(j zq7+Qgd;J%rSN{RMda?A-ut)91TWTt3PrfbL2p$}m+4;@PkC}P1p9_T?2)VcWwK=N* ze2YOM(#RQ33ug~7Gyo$kd8j2dBm_8x+eV5f-YiPnVMu&z z$WhL1g&t`UpR-7HeaG9t#Ht5Ai4bKmL)Z1QhPf8Bh`HLNHY+=}>3J>7vscQTFdhTp zo1VL3hHbtU_zRW!J0^2EDTlW6+-?$PZUrGR$Cop$(U6s}9c2Xm*;>t&8JYVYZriEg#8q+Zuv)_Tu&>ixXht^GQ^4C=KX zpa^b$>Pvp6uTAb&kG1RX9v^CRN80>>Hh-us^s2uHSy6MwN}|~-Z4o}qRd2{2XOOUU z1JU?Qh7wI!77iTCii+_HmGKJak9j^Zjn6g|3bY{1S>}E#z#ATUKqm!^{||Oin1PHC VI+>P{@-qWy?lfIO1$sdw{s7`740ZJkd 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/advice.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/advice.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0b8a9d1832a0ff9ad8ca7014521cdcc383685e46 GIT binary patch literal 3299 zcmZuzO>7&-72a7cx%`tz#+D*Eay(LENJJ?yZrsK-94m5UJF;xSiQP635G*)j*g@R?TwXxRHibL^iMtro7^V$&jay5GNozBM5b(`syra!s3ZChsy>*l;=kdb8a=8VN~ z)ivuj!3#QH&}$wsahbYRJXoWy=NhifMp_#N3%I6J54&aT%@BNj(VKCdsP z@K~*8TZZmgu7f8n4-Z|xI5wFd!T7pObXa#>&nhprHp2?m>mY%$J`wH5?prcz~j>7v|A&?tVRs0Y#G>?(VYru zu~71hxAE!EDhnz*PJy7?||-y|I4i zvSq4Q$%0GgS|?cCB%l%1Jz-^`SnCp#S7dO4RU@@>gSZl(= zVETE>gw37{_J?~?T-6<`R=2^rP6hw;+SMfZjo7S!-O?;EykScCn(OE`hLaf=<`|@a zb#4}K*rgT$wM;I$0_s*l3@n2AsxF0C_?gAPW5TcerZaApfVV3IgT-b%uXeUrtPy=~ zeItEe7TpFZ-*{bUH1qdNFWuSIa@Sg%-1it+O%s!BOX_n9aPg_PXAEwfw zwPo2yzFe1j)}Y7|xn zkmPYqM4OF;)bsyr;yE2sp}fcK``khdPBbISs;`2~PB>AW70?jwX#Iu8aX-!?rm~!H zy8H+QePI-ZQKuh+Q3OUY7^#9%fs)Pma>7seD!*}Axgq5fOLyKQUY$C4XwGuXLJI^6 zwrl7RQx)4S!9OnoPX{;v-z1Y5+92m12d;FNGGC(3QtV-RY? z1Vr&b-I;UT1!rJHhzpXM*4n6PL0r=uI7ri`0)#jPk{u0*rY1sx0ypMsCobb|zm8J%4d z&={yd@`WHCvd}c&k>lzL?un39;r3zNZ`@j~_U-#co=(LwcPTmqOV3REeBYQ;8w*A{7%YtOqpeC*HAHKg6N zlCFizV$@&Xuff6JKMJ&Z)S%Y6Wg6VYZJ}Rla0$enVzl8 zt7|`p4Vf3WGLvf)>$97Er#9aIqrLf~$<4mW#ydM5N4GjgKRfdIOAlZA{KUf(k9s%G zZsyNF=^fqbxcsNnjY~T{FK_jXuK)OVqrV>Au$r%oHkGcwr}}m>T`S7hiSCDsAevLT zhr`>MZlF4jZD(FyQFfD3w)d{Goyx3sul20|q?sx-mBK#UMEd?zZ`DHY00w-?J4o)w zZ3+@74N1ujBbpC&GhBn`ff$n1fA!aW?`!d+lLHJtY&;jAfh;Nu`;MmP-Kkh}wMd(O42 z9NMcK+B*(=(_Si+Ybw4J`sHKfE1^sSpwN()du)B}njsc9Bw-=A%JW=n)>0jmEEjf62TJ0D5<*eP=uhD;Ps-4S;A-$#sR7Z$YI=l+@&p#^4JgoG6w`B z&^4r;+>yo=K+ruY9__!2wsSpulA7qhJNCCs?^^%byH7JG*2f;b`^A;7vt7GUSmB_U zTfMUK;db`eSK0o}Z2x-ym)Tdh)7@XCk8h@rujxqc8`Mp0BQwr&K(8g-l#|q3-V`Awpc@+xWRw**s6r!a7eEb_%-P2tw#z teQBipyH7$V_F~bL+)(#BC6wBW4WQw@D@aDy(0;ND_3ppciMoZz{{o}*f{XwF literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/declarations.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/declarations.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a72aa6bd84c6ddb49a7c195e8255cbaabaee26d8 GIT binary patch literal 36951 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/interface.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/interface.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..46c68f3cda45875d9ede500162d4ed26f50de0af GIT binary patch literal 35730 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 KpR=KG#Qy`1ao61d literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/registry.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/registry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6655fce70cb4233428447acfbf06f8dd407f5516 GIT binary patch literal 32382 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/ro.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/ro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81072e1dbd8cda33627694883b9de9b4e7ec1f8b GIT binary patch literal 26639 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/verify.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/__pycache__/verify.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5862d53fccd13ac30277edebfe85e41466535d75 GIT binary patch literal 5445 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 Pr?17f0`=TEjxqKhmX>#P literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/_compat.py b/llmlab/lib/python3.12/site-packages/zope/interface/_compat.py new file mode 100644 index 0000000..3803295 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/_compat.py @@ -0,0 +1,139 @@ +############################################################################## +# +# Copyright (c) 2006 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" +Support functions for dealing with differences in platforms, including Python +versions and implementations. + +This file should have no imports from the rest of zope.interface because it is +used during early bootstrapping. +""" +import os +import sys + + +PY313_OR_OLDER = sys.version_info < (3, 14) + + +def _normalize_name(name): + if isinstance(name, bytes): + name = str(name, 'ascii') + if isinstance(name, str): + return name + raise TypeError("name must be a string or ASCII-only bytes") + + +PYPY = hasattr(sys, 'pypy_version_info') + + +def _c_optimizations_required(): + """ + Return a true value if the C optimizations are required. + + This uses the ``PURE_PYTHON`` variable as documented in `_use_c_impl`. + """ + pure_env = os.environ.get('PURE_PYTHON') + require_c = pure_env == "0" + return require_c + + +def _c_optimizations_available(): + """ + Return the C optimization module, if available, otherwise + a false value. + + If the optimizations are required but not available, this + raises the ImportError. + + This does not say whether they should be used or not. + """ + catch = () if _c_optimizations_required() else (ImportError,) + try: + from zope.interface import _zope_interface_coptimizations as c_opt + return c_opt + except catch: # pragma: no cover (only Jython doesn't build extensions) + return False + + +def _c_optimizations_ignored(): + """ + The opposite of `_c_optimizations_required`. + """ + pure_env = os.environ.get('PURE_PYTHON') + return pure_env is not None and pure_env != "0" + + +def _should_attempt_c_optimizations(): + """ + Return a true value if we should attempt to use the C optimizations. + + This takes into account whether we're on PyPy and the value of the + ``PURE_PYTHON`` environment variable, as defined in `_use_c_impl`. + """ + is_pypy = hasattr(sys, 'pypy_version_info') + + if _c_optimizations_required(): + return True + if is_pypy: + return False + return not _c_optimizations_ignored() + + +def _use_c_impl(py_impl, name=None, globs=None): + """ + Decorator. Given an object implemented in Python, with a name like + ``Foo``, import the corresponding C implementation from + ``zope.interface._zope_interface_coptimizations`` with the name + ``Foo`` and use it instead. + + If the ``PURE_PYTHON`` environment variable is set to any value + other than ``"0"``, or we're on PyPy, ignore the C implementation + and return the Python version. If the C implementation cannot be + imported, return the Python version. If ``PURE_PYTHON`` is set to + 0, *require* the C implementation (let the ImportError propagate); + note that PyPy can import the C implementation in this case (and all + tests pass). + + In all cases, the Python version is kept available. in the module + globals with the name ``FooPy`` and the name ``FooFallback`` (both + conventions have been used; the C implementation of some functions + looks for the ``Fallback`` version, as do some of the Sphinx + documents). + + Example:: + + @_use_c_impl + class Foo(object): + ... + """ + name = name or py_impl.__name__ + globs = globs or sys._getframe(1).f_globals + + def find_impl(): + if not _should_attempt_c_optimizations(): + return py_impl + + c_opt = _c_optimizations_available() + if not c_opt: # pragma: no cover (Jython doesn't build extensions) + return py_impl + + __traceback_info__ = c_opt + return getattr(c_opt, name) + + c_impl = find_impl() + # Always make available by the FooPy name and FooFallback + # name (for testing and documentation) + globs[name + 'Py'] = py_impl + globs[name + 'Fallback'] = py_impl + + return c_impl diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/_flatten.py b/llmlab/lib/python3.12/site-packages/zope/interface/_flatten.py new file mode 100644 index 0000000..a2cb86b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/_flatten.py @@ -0,0 +1,36 @@ +############################################################################## +# +# Copyright (c) 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Adapter-style interface registry + +See Adapter class. +""" +from zope.interface import Declaration + + +def _flatten(implements, include_None=0): + + try: + r = implements.flattened() + except AttributeError: + if implements is None: + r = () + else: + r = Declaration(implements).flattened() + + if not include_None: + return r + + r = list(r) + r.append(None) + return r diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/_zope_interface_coptimizations.c b/llmlab/lib/python3.12/site-packages/zope/interface/_zope_interface_coptimizations.c new file mode 100644 index 0000000..45810ec --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/_zope_interface_coptimizations.c @@ -0,0 +1,2669 @@ +/*########################################################################### + # + # Copyright (c) 2003 Zope Foundation and Contributors. + # All Rights Reserved. + # + # This software is subject to the provisions of the Zope Public License, + # Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. + # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED + # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED + # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS + # FOR A PARTICULAR PURPOSE. + # + ############################################################################*/ + +#include "Python.h" +#include "structmember.h" + +#ifdef __clang__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunused-parameter" +#pragma clang diagnostic ignored "-Wmissing-field-initializers" +#endif + +#define TYPE(O) ((PyTypeObject*)(O)) +#define OBJECT(O) ((PyObject*)(O)) +#define CLASSIC(O) ((PyClassObject*)(O)) +#ifndef Py_TYPE +#define Py_TYPE(o) ((o)->ob_type) +#endif + +#define PyNative_FromString PyUnicode_FromString + +#define ASSURE_DICT(N) \ + if (N == NULL) { \ + N = PyDict_New(); \ + if (N == NULL) \ + return NULL; \ + } + +/* + * Don't use heap-allocated types for Python < 3.11: the API needed + * to find the dynamic module, 'PyType_GetModuleByDef', was added then. + */ +#if PY_VERSION_HEX < 0x030b0000 +#define USE_STATIC_TYPES 1 +#define USE_HEAP_TYPES 0 +#else +#define USE_STATIC_TYPES 0 +#define USE_HEAP_TYPES 1 +#endif + +#define BASETYPE_FLAGS \ + Py_TPFLAGS_DEFAULT | \ + Py_TPFLAGS_BASETYPE | \ + Py_TPFLAGS_HAVE_GC + +#if PY_VERSION_HEX >= 0x030c0000 +/* Add MANAGED_WEAKREF flag for Python >= 3.12, and don't define + * the '.tp_weaklistoffset' slot. + * + * See: https://docs.python.org/3/c-api/typeobj.html + * #c.PyTypeObject.tp_weaklistoffset + */ +#define USE_EXPLICIT_WEAKREFLIST 0 +#define WEAKREFTYPE_FLAGS BASETYPE_FLAGS | Py_TPFLAGS_MANAGED_WEAKREF +#else +/* No MANAGED_WEAKREF flag for Python < 3.12, and therefore define + * the '.tp_weaklistoffset' slot, and the member whose offset it holds. + * + * See: https://docs.python.org/3/c-api/typeobj.html + * #c.PyTypeObject.tp_weaklistoffset + */ +#define USE_EXPLICIT_WEAKREFLIST 1 +#define WEAKREFTYPE_FLAGS BASETYPE_FLAGS +#endif + +/* Static strings, used to invoke PyObject_GetAttr (only in hot paths) */ +static PyObject *str__class__ = NULL; +static PyObject *str__conform__ = NULL; +static PyObject *str__dict__ = NULL; +static PyObject *str__module__ = NULL; +static PyObject *str__name__ = NULL; +static PyObject *str__providedBy__ = NULL; +static PyObject *str__provides__ = NULL; +static PyObject *str__self__ = NULL; +static PyObject *str_generation = NULL; +static PyObject *str_registry = NULL; +static PyObject *strro = NULL; + +/* Static strings, used to invoke PyObject_CallMethodObjArgs */ +static PyObject *str_call_conform = NULL; +static PyObject *str_uncached_lookup = NULL; +static PyObject *str_uncached_lookupAll = NULL; +static PyObject *str_uncached_subscriptions = NULL; +static PyObject *strchanged = NULL; +static PyObject *str__adapt__ = NULL; + +/* Static strings, used to invoke PyObject_GetItem + * + * We cannot use PyDict_GetItemString, because the '__dict__' we get + * from our types can be a 'types.mappingproxy', which causes a segfault. + */ +static PyObject* str__implemented__; + + +static int +define_static_strings() +{ + if (str__class__ != NULL) { + return 0; + } + +#define DEFINE_STATIC_STRING(S) \ + if (!(str##S = PyUnicode_FromString(#S))) \ + return -1 + + DEFINE_STATIC_STRING(__class__); + DEFINE_STATIC_STRING(__conform__); + DEFINE_STATIC_STRING(__dict__); + DEFINE_STATIC_STRING(__module__); + DEFINE_STATIC_STRING(__name__); + DEFINE_STATIC_STRING(__providedBy__); + DEFINE_STATIC_STRING(__provides__); + DEFINE_STATIC_STRING(__self__); + DEFINE_STATIC_STRING(_generation); + DEFINE_STATIC_STRING(_registry); + DEFINE_STATIC_STRING(ro); + DEFINE_STATIC_STRING(__implemented__); + DEFINE_STATIC_STRING(_call_conform); + DEFINE_STATIC_STRING(_uncached_lookup); + DEFINE_STATIC_STRING(_uncached_lookupAll); + DEFINE_STATIC_STRING(_uncached_subscriptions); + DEFINE_STATIC_STRING(changed); + DEFINE_STATIC_STRING(__adapt__); +#undef DEFINE_STATIC_STRING + + return 0; +} + +/* Public module-scope functions, forward-declared here for type methods. */ +static PyObject *implementedBy(PyObject* module, PyObject *cls); +static PyObject *getObjectSpecification(PyObject *module, PyObject *ob); +static PyObject *providedBy(PyObject *module, PyObject *ob); + +/* + * Utility functions, forward-declared here for type methods. + */ +static PyObject* _get_module(PyTypeObject *typeobj); +static PyObject* _get_adapter_hooks(PyTypeObject *typeobj); +static PyTypeObject* _get_specification_base_class(PyTypeObject *typeobj); +static PyTypeObject* _get_interface_base_class(PyTypeObject *typeobj); + +#if USE_STATIC_TYPES +/* + * Global used by static IB__adapt + */ +static PyObject* adapter_hooks = NULL; + +/* + * Globals imported from 'zope.interface.declarations' + */ +static int imported_declarations = 0; +static PyObject* BuiltinImplementationSpecifications; +static PyObject* empty; +static PyObject* fallback; +static PyTypeObject *Implements; + +/* Import zope.interface.declarations and store results in global statics. + * + * Static alternative to '_zic_state_load_declarations' below. + */ +static int +import_declarations(void) +{ + PyObject *declarations, *i; + + declarations = PyImport_ImportModule("zope.interface.declarations"); + if (declarations == NULL) { return -1; } + + BuiltinImplementationSpecifications = PyObject_GetAttrString( + declarations, "BuiltinImplementationSpecifications"); + if (BuiltinImplementationSpecifications == NULL) { return -1; } + + empty = PyObject_GetAttrString(declarations, "_empty"); + if (empty == NULL) { return -1; } + + fallback = PyObject_GetAttrString(declarations, "implementedByFallback"); + if (fallback == NULL) { return -1;} + + i = PyObject_GetAttrString(declarations, "Implements"); + if (i == NULL) { return -1; } + + if (! PyType_Check(i)) { + PyErr_SetString( + PyExc_TypeError, + "zope.interface.declarations.Implements is not a type"); + return -1; + } + + Implements = (PyTypeObject *)i; + + Py_DECREF(declarations); + + imported_declarations = 1; + return 0; +} + +#endif + +/* + * SpecificationBase class + */ +typedef struct +{ + PyObject_HEAD + /* + In the past, these fields were stored in the __dict__ + and were technically allowed to contain any Python object, though + other type checks would fail or fall back to generic code paths if + they didn't have the expected type. We preserve that behaviour and don't + make any assumptions about contents. + */ + PyObject* _implied; +#if USE_EXPLICIT_WEAKREFLIST + PyObject* weakreflist; +#endif + /* + The remainder aren't used in C code but must be stored here + to prevent instance layout conflicts. + */ + PyObject* _dependents; + PyObject* _bases; + PyObject* _v_attrs; + PyObject* __iro__; + PyObject* __sro__; +} SB; + +/* + We know what the fields are *supposed* to define, but + they could have anything, so we need to traverse them. +*/ +static int +SB_traverse(SB* self, visitproc visit, void* arg) +{ +/* Visit our 'tp_type' only on Python >= 3.9, per + * https://docs.python.org/3/howto/isolating-extensions.html + * #tp-traverse-in-python-3-8-and-lower + */ +#if USE_HEAP_TYPES && PY_VERSION_HEX > 0x03090000 + Py_VISIT(Py_TYPE(self)); +#endif + Py_VISIT(self->_implied); + Py_VISIT(self->_dependents); + Py_VISIT(self->_bases); + Py_VISIT(self->_v_attrs); + Py_VISIT(self->__iro__); + Py_VISIT(self->__sro__); + return 0; +} + +static int +SB_clear(SB* self) +{ + Py_CLEAR(self->_implied); + Py_CLEAR(self->_dependents); + Py_CLEAR(self->_bases); + Py_CLEAR(self->_v_attrs); + Py_CLEAR(self->__iro__); + Py_CLEAR(self->__sro__); + return 0; +} + +static void +SB_dealloc(SB* self) +{ + PyObject_GC_UnTrack((PyObject*)self); + PyObject_ClearWeakRefs(OBJECT(self)); + PyTypeObject* tp = Py_TYPE(self); + SB_clear(self); + tp->tp_free(OBJECT(self)); +#if USE_HEAP_TYPES + Py_DECREF(tp); +#endif +} + +static char SB_extends__doc__[] = + "Test whether a specification is or extends another"; + +static PyObject* +SB_extends(SB* self, PyObject* other) +{ + PyObject* implied; + + implied = self->_implied; + if (implied == NULL) { + return NULL; + } + + if (PyDict_GetItem(implied, other) != NULL) + Py_RETURN_TRUE; + Py_RETURN_FALSE; +} + +static PyObject* +SB__call__(SB* self, PyObject* args, PyObject* kw) +{ + PyObject* spec; + + if (!PyArg_ParseTuple(args, "O", &spec)) + return NULL; + return SB_extends(self, spec); +} + +static char SB_providedBy__doc__[] = + "Test whether an interface is implemented by the specification"; + +static PyObject* +SB_providedBy(PyObject* self, PyObject* ob) +{ + PyObject *decl; + PyObject *item; + PyObject *module; + PyTypeObject *specification_base_class; + + module = _get_module(Py_TYPE(self)); + specification_base_class = _get_specification_base_class(Py_TYPE(self)); + + decl = providedBy(module, ob); + if (decl == NULL) + return NULL; + + if (PyObject_TypeCheck(decl, specification_base_class)) + item = SB_extends((SB*)decl, self); + else + /* decl is probably a security proxy. We have to go the long way + around. + */ + item = PyObject_CallFunctionObjArgs(decl, self, NULL); + + Py_DECREF(decl); + return item; +} + +static char SB_implementedBy__doc__[] = + "Test whether the specification is implemented by a class or factory.\n" + "Raise TypeError if argument is neither a class nor a callable."; + +static PyObject* +SB_implementedBy(PyObject* self, PyObject* cls) +{ + PyObject *decl; + PyObject *item; + PyObject *module; + PyTypeObject *specification_base_class; + + module = _get_module(Py_TYPE(self)); + specification_base_class = _get_specification_base_class(Py_TYPE(self)); + + decl = implementedBy(module, cls); + if (decl == NULL) + return NULL; + + if (PyObject_TypeCheck(decl, specification_base_class)) + item = SB_extends((SB*)decl, self); + else + item = PyObject_CallFunctionObjArgs(decl, self, NULL); + + Py_DECREF(decl); + return item; +} + +static struct PyMethodDef SB_methods[] = { + { "providedBy", + (PyCFunction)SB_providedBy, + METH_O, + SB_providedBy__doc__ }, + { "implementedBy", + (PyCFunction)SB_implementedBy, + METH_O, + SB_implementedBy__doc__ }, + { "isOrExtends", + (PyCFunction)SB_extends, + METH_O, + SB_extends__doc__ }, + + { NULL, NULL } /* sentinel */ +}; + +static PyMemberDef SB_members[] = { + { "_implied", T_OBJECT_EX, offsetof(SB, _implied), 0, "" }, + { "_dependents", T_OBJECT_EX, offsetof(SB, _dependents), 0, "" }, + { "_bases", T_OBJECT_EX, offsetof(SB, _bases), 0, "" }, + { "_v_attrs", T_OBJECT_EX, offsetof(SB, _v_attrs), 0, "" }, + { "__iro__", T_OBJECT_EX, offsetof(SB, __iro__), 0, "" }, + { "__sro__", T_OBJECT_EX, offsetof(SB, __sro__), 0, "" }, +#if USE_EXPLICIT_WEAKREFLIST + { "__weaklistoffset__", T_PYSSIZET, offsetof(SB, weakreflist), READONLY, "" }, +#endif + { NULL }, +}; + +static char SB__name__[] = "_zope_interface_coptimizations.SpecificationBase"; +static char SB__doc__[] = "Base type for Specification objects"; + +#if USE_STATIC_TYPES + +/* + * Static type: SpecificationBase + */ + +static PyTypeObject SB_type_def = { + PyVarObject_HEAD_INIT(NULL, 0) + .tp_name = SB__name__, + .tp_doc = SB__doc__, + .tp_basicsize = sizeof(SB), + .tp_flags = WEAKREFTYPE_FLAGS, + .tp_call = (ternaryfunc)SB__call__, + .tp_traverse = (traverseproc)SB_traverse, + .tp_clear = (inquiry)SB_clear, + .tp_dealloc = (destructor)SB_dealloc, +#if USE_EXPLICIT_WEAKREFLIST + .tp_weaklistoffset = offsetof(SB, weakreflist), +#endif + .tp_methods = SB_methods, + .tp_members = SB_members, +}; + +#else + +/* + * Heap-based type: SpecificationBase + */ +static PyType_Slot SB_type_slots[] = { + {Py_tp_doc, SB__doc__}, + {Py_tp_call, SB__call__}, + {Py_tp_traverse, SB_traverse}, + {Py_tp_clear, SB_clear}, + {Py_tp_dealloc, SB_dealloc}, + {Py_tp_methods, SB_methods}, + {Py_tp_members, SB_members}, + {0, NULL} +}; + +static PyType_Spec SB_type_spec = { + .name = SB__name__, + .basicsize = sizeof(SB), + .flags = WEAKREFTYPE_FLAGS, + .slots = SB_type_slots +}; + +#endif + +/* + * ObjectSpecificationDescriptor class + */ +#if USE_HEAP_TYPES +static int +OSD_traverse(PyObject* self, visitproc visit, void* arg) +{ + Py_VISIT(Py_TYPE(self)); + return 0; +} + +static void +OSD_dealloc(PyObject* self) +{ + PyObject_GC_UnTrack(self); + PyTypeObject *tp = Py_TYPE(self); + tp->tp_free(OBJECT(self)); + Py_DECREF(tp); +} +#endif + +static PyObject* +OSD_descr_get(PyObject* self, PyObject* inst, PyObject* cls) +{ + PyObject* provides; + PyObject *module; + + module = _get_module(Py_TYPE(self)); + + if (inst == NULL) { + return getObjectSpecification(module, cls); + } + + provides = PyObject_GetAttr(inst, str__provides__); + /* Return __provides__ if we got it, or return NULL and propagate + * non-AttributeError. */ + if (provides != NULL || !PyErr_ExceptionMatches(PyExc_AttributeError)) { + return provides; + } + + PyErr_Clear(); + + return implementedBy(module, cls); +} + +static char OSD__name__[] = ( + "_zope_interface_coptimizations.ObjectSpecificationDescriptor"); +static char OSD__doc__[] = "Object Specification Descriptor"; + +#if USE_STATIC_TYPES + +/* + * Static type: ObjectSpecificationDescriptor + */ + +static PyTypeObject OSD_type_def = { + PyVarObject_HEAD_INIT(NULL, 0) + .tp_name = OSD__name__, + .tp_doc = OSD__doc__, + /* No GC for the static version */ + .tp_flags = Py_TPFLAGS_DEFAULT | + Py_TPFLAGS_BASETYPE, + .tp_descr_get = (descrgetfunc)OSD_descr_get, + /*.tp_traverse, = OSD_traverse}, not reqd for static */ + /*.tp_dealloc, = OSD_dealloc}, not reqd for static */ +}; + +#else + +/* + * Heap type: ObjectSpecificationDescriptor + */ +static PyType_Slot OSD_type_slots[] = { + {Py_tp_doc, OSD__doc__}, + {Py_tp_descr_get, OSD_descr_get}, + {Py_tp_traverse, OSD_traverse}, + {Py_tp_dealloc, OSD_dealloc}, + {0, NULL} +}; + +static PyType_Spec OSD_type_spec = { + .name = OSD__name__, + .basicsize = 0, + .flags = BASETYPE_FLAGS, + .slots = OSD_type_slots +}; + +#endif + +/* + * ClassProvidesBase class + */ +typedef struct +{ + SB spec; + /* These members are handled generically, as for SB members. */ + PyObject* _cls; + PyObject* _implements; +} CPB; + +static int +CPB_traverse(CPB* self, visitproc visit, void* arg) +{ + Py_VISIT(self->_cls); + Py_VISIT(self->_implements); + return SB_traverse((SB*)self, visit, arg); +} + +static int +CPB_clear(CPB* self) +{ + Py_CLEAR(self->_cls); + Py_CLEAR(self->_implements); + return SB_clear((SB*)self); +} + +static void +CPB_dealloc(CPB* self) +{ + PyObject_GC_UnTrack((PyObject*)self); + CPB_clear(self); + SB_dealloc((SB*)self); /* handles decrefing tp */ +} + +static PyObject* +CPB_descr_get(CPB* self, PyObject* inst, PyObject* cls) +{ + PyObject* implements; + + if (self->_cls == NULL) + return NULL; + + if (cls == self->_cls) { + if (inst == NULL) { + Py_INCREF(self); + return OBJECT(self); + } + + implements = self->_implements; + Py_XINCREF(implements); + return implements; + } + + PyErr_SetString(PyExc_AttributeError, "__provides__"); + return NULL; +} + +static PyMemberDef CPB_members[] = { + { "_cls", T_OBJECT_EX, offsetof(CPB, _cls), 0, "Defining class." }, + { "_implements", + T_OBJECT_EX, + offsetof(CPB, _implements), + 0, + "Result of implementedBy." }, + { NULL } +}; + +static char CPB__name__[] = "_zope_interface_coptimizations.ClassProvidesBase"; +static char CPB__doc__[] = "C Base class for ClassProvides"; + +#if USE_STATIC_TYPES + +/* + * Static type: ClassProvidesBase + */ + +static PyTypeObject CPB_type_def = { + PyVarObject_HEAD_INIT(NULL, 0) + .tp_name = CPB__name__, + .tp_doc = CPB__doc__, + .tp_base = &SB_type_def, + .tp_basicsize = sizeof(CPB), + .tp_flags = BASETYPE_FLAGS, + .tp_descr_get = (descrgetfunc)CPB_descr_get, + .tp_traverse = (traverseproc)CPB_traverse, + .tp_clear = (inquiry)CPB_clear, + .tp_dealloc = (destructor)CPB_dealloc, + .tp_members = CPB_members, +}; + +#else + +/* + * Heap type: ClassProvidesBase + */ +static PyType_Slot CPB_type_slots[] = { + {Py_tp_doc, CPB__doc__}, + {Py_tp_descr_get, CPB_descr_get}, + {Py_tp_traverse, CPB_traverse}, + {Py_tp_clear, CPB_clear}, + {Py_tp_dealloc, CPB_dealloc}, + {Py_tp_members, CPB_members}, + /* tp_base cannot be set as a slot -- pass to PyType_FromModuleAndSpec */ + {0, NULL} +}; + +static PyType_Spec CPB_type_spec = { + .name = CPB__name__, + .basicsize = sizeof(CPB), + .flags = BASETYPE_FLAGS, + .slots = CPB_type_slots +}; + +#endif + +/* + * InterfaceBase class + */ + +typedef struct +{ + SB spec; + PyObject* __name__; + PyObject* __module__; + Py_hash_t _v_cached_hash; +} IB; + +static int +IB_traverse(IB* self, visitproc visit, void* arg) +{ + Py_VISIT(self->__name__); + Py_VISIT(self->__module__); + return SB_traverse((SB*)self, visit, arg); +} + +static int +IB_clear(IB* self) +{ + Py_CLEAR(self->__name__); + Py_CLEAR(self->__module__); + return SB_clear((SB*)self); +} + +static void +IB_dealloc(IB* self) +{ + PyObject_GC_UnTrack((PyObject*)self); + IB_clear(self); + SB_dealloc((SB*)self); /* handles decrefing tp */ +} + +static int +IB__init__(IB* self, PyObject* args, PyObject* kwargs) +{ + static char* kwlist[] = { "__name__", "__module__", NULL }; + PyObject* module = NULL; + PyObject* name = NULL; + + if (!PyArg_ParseTupleAndKeywords( + args, kwargs, "|OO:InterfaceBase.__init__", kwlist, &name, &module)) { + return -1; + } + IB_clear(self); + self->__module__ = module ? module : Py_None; + Py_INCREF(self->__module__); + self->__name__ = name ? name : Py_None; + Py_INCREF(self->__name__); + return 0; +} + +/* + def __adapt__(self, obj): + """Adapt an object to the receiver + """ + if self.providedBy(obj): + return obj + + for hook in adapter_hooks: + adapter = hook(self, obj) + if adapter is not None: + return adapter + + +*/ +const char IB__adapt____doc__[] = "Adapt an object to the receiver"; + +static PyObject* +IB__adapt__(PyObject* self, PyObject* obj) +{ + PyObject *decl; + PyObject *args; + PyObject *adapter; + PyObject *module; + PyObject *adapter_hooks; + PyTypeObject *specification_base_class; + int implements; + int i; + int l; + + module = _get_module(Py_TYPE(self)); + + decl = providedBy(module, obj); + if (decl == NULL) + return NULL; + + specification_base_class = _get_specification_base_class(Py_TYPE(self)); + + if (PyObject_TypeCheck(decl, specification_base_class)) { + PyObject* implied; + + implied = ((SB*)decl)->_implied; + if (implied == NULL) { + Py_DECREF(decl); + return NULL; + } + + implements = PyDict_GetItem(implied, self) != NULL; + Py_DECREF(decl); + } else { + /* decl is probably a security proxy. We have to go the long way + around. + */ + PyObject* r; + r = PyObject_CallFunctionObjArgs(decl, self, NULL); + Py_DECREF(decl); + if (r == NULL) + return NULL; + implements = PyObject_IsTrue(r); + Py_DECREF(r); + } + + if (implements) { + Py_INCREF(obj); + return obj; + } + + args = PyTuple_New(2); + if (args == NULL) { return NULL; } + + Py_INCREF(self); + PyTuple_SET_ITEM(args, 0, self); + + Py_INCREF(obj); + PyTuple_SET_ITEM(args, 1, obj); + + adapter_hooks = _get_adapter_hooks(Py_TYPE(self)); + l = PyList_GET_SIZE(adapter_hooks); + for (i = 0; i < l; i++) { + adapter = PyObject_CallObject(PyList_GET_ITEM(adapter_hooks, i), args); + if (adapter == NULL || adapter != Py_None) { + Py_DECREF(args); + return adapter; + } + Py_DECREF(adapter); + } + + Py_DECREF(args); + + Py_INCREF(Py_None); + return Py_None; +} + +/* + def __call__(self, obj, alternate=_marker): + try: + conform = obj.__conform__ + except AttributeError: # pylint:disable=bare-except + conform = None + + if conform is not None: + adapter = self._call_conform(conform) + if adapter is not None: + return adapter + + adapter = self.__adapt__(obj) + + if adapter is not None: + return adapter + if alternate is not _marker: + return alternate + raise TypeError("Could not adapt", obj, self) + +*/ +static PyObject* +IB__call__(PyObject* self, PyObject* args, PyObject* kwargs) +{ + PyObject *conform, *obj, *alternate, *adapter; + static char* kwlist[] = { "obj", "alternate", NULL }; + conform = obj = alternate = adapter = NULL; + + if (!PyArg_ParseTupleAndKeywords( + args, kwargs, "O|O", kwlist, &obj, &alternate)) + return NULL; + + conform = PyObject_GetAttr(obj, str__conform__); + if (conform == NULL) { + if (!PyErr_ExceptionMatches(PyExc_AttributeError)) { + /* Propagate non-AttributeErrors */ + return NULL; + } + PyErr_Clear(); + + Py_INCREF(Py_None); + conform = Py_None; + } + + if (conform != Py_None) { + adapter = + PyObject_CallMethodObjArgs(self, str_call_conform, conform, NULL); + Py_DECREF(conform); + if (adapter == NULL || adapter != Py_None) + return adapter; + Py_DECREF(adapter); + } else { + Py_DECREF(conform); + } + + /* We differ from the Python code here. For speed, instead of always calling + self.__adapt__(), we check to see if the type has defined it. Checking in + the dict for __adapt__ isn't sufficient because there's no cheap way to + tell if it's the __adapt__ that InterfaceBase itself defines (our type + will *never* be InterfaceBase, we're always subclassed by + InterfaceClass). Instead, we cooperate with InterfaceClass in Python to + set a flag in a new subclass when this is necessary. */ + if (PyDict_GetItemString(self->ob_type->tp_dict, "_CALL_CUSTOM_ADAPT")) { + /* Doesn't matter what the value is. Simply being present is enough. */ + adapter = PyObject_CallMethodObjArgs(self, str__adapt__, obj, NULL); + } else { + adapter = IB__adapt__(self, obj); + } + + if (adapter == NULL || adapter != Py_None) { + return adapter; + } + Py_DECREF(adapter); + + if (alternate != NULL) { + Py_INCREF(alternate); + return alternate; + } + + adapter = Py_BuildValue("sOO", "Could not adapt", obj, self); + if (adapter != NULL) { + PyErr_SetObject(PyExc_TypeError, adapter); + Py_DECREF(adapter); + } + return NULL; +} + +static Py_hash_t +IB__hash__(IB* self) +{ + PyObject* tuple; + if (!self->__module__) { + PyErr_SetString(PyExc_AttributeError, "__module__"); + return -1; + } + if (!self->__name__) { + PyErr_SetString(PyExc_AttributeError, "__name__"); + return -1; + } + + if (self->_v_cached_hash) { + return self->_v_cached_hash; + } + + tuple = PyTuple_Pack(2, self->__name__, self->__module__); + if (!tuple) { + return -1; + } + self->_v_cached_hash = PyObject_Hash(tuple); + Py_CLEAR(tuple); + return self->_v_cached_hash; +} + +static PyObject* +IB_richcompare(IB* self, PyObject* other, int op) +{ + PyObject* othername; + PyObject* othermod; + PyObject* oresult; + PyTypeObject* interface_base_class; + IB* otherib; + int result; + + otherib = NULL; + oresult = othername = othermod = NULL; + + if (OBJECT(self) == other) { + switch (op) { + case Py_EQ: + case Py_LE: + case Py_GE: + Py_RETURN_TRUE; + break; + case Py_NE: + Py_RETURN_FALSE; + } + } + + if (other == Py_None) { + switch (op) { + case Py_LT: + case Py_LE: + case Py_NE: + Py_RETURN_TRUE; + default: + Py_RETURN_FALSE; + } + } + + interface_base_class = _get_interface_base_class(Py_TYPE(self)); + if (interface_base_class == NULL) { + oresult = Py_NotImplemented; + goto cleanup; + } + + if (PyObject_TypeCheck(other, interface_base_class)) { + // This branch borrows references. No need to clean + // up if otherib is not null. + otherib = (IB*)other; + othername = otherib->__name__; + othermod = otherib->__module__; + } else { + othername = PyObject_GetAttr(other, str__name__); + if (othername) { + othermod = PyObject_GetAttr(other, str__module__); + } + if (!othername || !othermod) { + if (PyErr_Occurred() && + PyErr_ExceptionMatches(PyExc_AttributeError)) { + PyErr_Clear(); + oresult = Py_NotImplemented; + } + goto cleanup; + } + } +#if 0 +// This is the simple, straightforward version of what Python does. + PyObject* pt1 = PyTuple_Pack(2, self->__name__, self->__module__); + PyObject* pt2 = PyTuple_Pack(2, othername, othermod); + oresult = PyObject_RichCompare(pt1, pt2, op); +#endif + + // tuple comparison is decided by the first non-equal element. + result = PyObject_RichCompareBool(self->__name__, othername, Py_EQ); + if (result == 0) { + result = PyObject_RichCompareBool(self->__name__, othername, op); + } else if (result == 1) { + result = PyObject_RichCompareBool(self->__module__, othermod, op); + } + // If either comparison failed, we have an error set. + // Leave oresult NULL so we raise it. + if (result == -1) { + goto cleanup; + } + + oresult = result ? Py_True : Py_False; + +cleanup: + Py_XINCREF(oresult); + + if (!otherib) { + Py_XDECREF(othername); + Py_XDECREF(othermod); + } + return oresult; +} + +static PyMemberDef IB_members[] = { + { "__name__", T_OBJECT_EX, offsetof(IB, __name__), 0, "" }, + // The redundancy between __module__ and __ibmodule__ is because + // __module__ is often shadowed by subclasses. + { "__module__", T_OBJECT_EX, offsetof(IB, __module__), READONLY, "" }, + { "__ibmodule__", T_OBJECT_EX, offsetof(IB, __module__), 0, "" }, + { NULL } +}; + +static struct PyMethodDef IB_methods[] = { + { "__adapt__", (PyCFunction)IB__adapt__, METH_O, IB__adapt____doc__}, + { NULL, NULL } /* sentinel */ +}; + +static char IB__name__[] ="_zope_interface_coptimizations.InterfaceBase"; +static char IB__doc__[] = ( + "Interface base type providing __call__ and __adapt__" +); + +#if USE_STATIC_TYPES + +/* + * Static type: InterfaceBase + */ + +static PyTypeObject IB_type_def = { + PyVarObject_HEAD_INIT(NULL, 0) + .tp_name = IB__name__, + .tp_doc = IB__doc__, + .tp_base = &SB_type_def, + .tp_basicsize = sizeof(IB), + .tp_flags = BASETYPE_FLAGS, + .tp_init = (initproc)IB__init__, + .tp_hash = (hashfunc)IB__hash__, + .tp_richcompare = (richcmpfunc)IB_richcompare, + .tp_call = (ternaryfunc)IB__call__, + .tp_traverse = (traverseproc)IB_traverse, + .tp_clear = (inquiry)IB_clear, + .tp_dealloc = (destructor)IB_dealloc, + .tp_methods = IB_methods, + .tp_members = IB_members, +}; + +#else + +/* + * Heap type: InterfaceBase + */ +static PyType_Slot IB_type_slots[] = { + {Py_tp_doc, IB__doc__}, + {Py_tp_init, IB__init__}, + {Py_tp_hash, IB__hash__}, + {Py_tp_richcompare, IB_richcompare}, + {Py_tp_call, IB__call__}, + {Py_tp_traverse, IB_traverse}, + {Py_tp_clear, IB_clear}, + {Py_tp_dealloc, IB_dealloc}, + {Py_tp_methods, IB_methods}, + {Py_tp_members, IB_members}, + /* tp_base cannot be set as a slot -- pass to PyType_FromModuleAndSpec */ + {0, NULL} +}; + +static PyType_Spec IB_type_spec = { + .name = IB__name__, + .basicsize = sizeof(IB), + .flags = BASETYPE_FLAGS, + .slots = IB_type_slots +}; + +#endif + +/* + * LookupBase class + */ +typedef struct +{ + PyObject_HEAD + PyObject* _cache; + PyObject* _mcache; + PyObject* _scache; +} LB; + +static int +LB_traverse(LB* self, visitproc visit, void* arg) +{ +/* Visit our 'tp_type' only on Python >= 3.9, per + * https://docs.python.org/3/howto/isolating-extensions.html + * #tp-traverse-in-python-3-8-and-lower + */ +#if USE_HEAP_TYPES && PY_VERSION_HEX > 0x03090000 + Py_VISIT(Py_TYPE(self)); +#endif + Py_VISIT(self->_cache); + Py_VISIT(self->_mcache); + Py_VISIT(self->_scache); + return 0; +} + +static int +LB_clear(LB* self) +{ + Py_CLEAR(self->_cache); + Py_CLEAR(self->_mcache); + Py_CLEAR(self->_scache); + return 0; +} + +static void +LB_dealloc(LB* self) +{ + PyObject_GC_UnTrack((PyObject*)self); + PyTypeObject* tp = Py_TYPE(self); + LB_clear(self); + tp->tp_free((PyObject*)self); +#if USE_HEAP_TYPES + Py_DECREF(tp); +#endif +} + +/* + def changed(self, ignored=None): + self._cache.clear() + self._mcache.clear() + self._scache.clear() +*/ +static PyObject* +LB_changed(LB* self, PyObject* ignored) +{ + LB_clear(self); + Py_INCREF(Py_None); + return Py_None; +} + +/* + def _getcache(self, provided, name): + cache = self._cache.get(provided) + if cache is None: + cache = {} + self._cache[provided] = cache + if name: + c = cache.get(name) + if c is None: + c = {} + cache[name] = c + cache = c + return cache +*/ +static PyObject* +_subcache(PyObject* cache, PyObject* key) +{ + PyObject* subcache; + + subcache = PyDict_GetItem(cache, key); + if (subcache == NULL) { + int status; + + subcache = PyDict_New(); + if (subcache == NULL) + return NULL; + status = PyDict_SetItem(cache, key, subcache); + Py_DECREF(subcache); + if (status < 0) + return NULL; + } + + return subcache; +} + +static PyObject* +_getcache(LB* self, PyObject* provided, PyObject* name) +{ + PyObject* cache; + + ASSURE_DICT(self->_cache); + + cache = _subcache(self->_cache, provided); + if (cache == NULL) + return NULL; + + if (name != NULL && PyObject_IsTrue(name)) + cache = _subcache(cache, name); + + return cache; +} + +/* + def lookup(self, required, provided, name=u'', default=None): + cache = self._getcache(provided, name) + if len(required) == 1: + result = cache.get(required[0], _not_in_mapping) + else: + result = cache.get(tuple(required), _not_in_mapping) + + if result is _not_in_mapping: + result = self._uncached_lookup(required, provided, name) + if len(required) == 1: + cache[required[0]] = result + else: + cache[tuple(required)] = result + + if result is None: + return default + + return result +*/ + +static PyObject* +_lookup(LB* self, + PyObject* required, + PyObject* provided, + PyObject* name, + PyObject* default_) +{ + PyObject *result, *key, *cache; + result = key = cache = NULL; + if (name && !PyUnicode_Check(name)) { + PyErr_SetString(PyExc_ValueError, "name is not a string"); + return NULL; + } + + /* If `required` is a lazy sequence, it could have arbitrary side-effects, + such as clearing our caches. So we must not retrieve the cache until + after resolving it. */ + required = PySequence_Tuple(required); + if (required == NULL) + return NULL; + + cache = _getcache(self, provided, name); + if (cache == NULL) + return NULL; + + if (PyTuple_GET_SIZE(required) == 1) + key = PyTuple_GET_ITEM(required, 0); + else + key = required; + + result = PyDict_GetItem(cache, key); + if (result == NULL) { + int status; + + result = PyObject_CallMethodObjArgs( + OBJECT(self), str_uncached_lookup, required, provided, name, NULL); + if (result == NULL) { + Py_DECREF(required); + return NULL; + } + status = PyDict_SetItem(cache, key, result); + Py_DECREF(required); + if (status < 0) { + Py_DECREF(result); + return NULL; + } + } else { + Py_INCREF(result); + Py_DECREF(required); + } + + if (result == Py_None && default_ != NULL) { + Py_DECREF(Py_None); + Py_INCREF(default_); + return default_; + } + + return result; +} + +static PyObject* +LB_lookup(LB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", "name", "default", NULL }; + PyObject *required, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords(args, + kwds, + "OO|OO:LookupBase.lookup", + kwlist, + &required, + &provided, + &name, + &default_)) + return NULL; + + return _lookup(self, required, provided, name, default_); +} + +/* + def lookup1(self, required, provided, name=u'', default=None): + cache = self._getcache(provided, name) + result = cache.get(required, _not_in_mapping) + if result is _not_in_mapping: + return self.lookup((required, ), provided, name, default) + + if result is None: + return default + + return result +*/ +static PyObject* +_lookup1(LB* self, + PyObject* required, + PyObject* provided, + PyObject* name, + PyObject* default_) +{ + PyObject *result, *cache; + + if (name && !PyUnicode_Check(name)) { + PyErr_SetString(PyExc_ValueError, "name is not a string"); + return NULL; + } + + cache = _getcache(self, provided, name); + if (cache == NULL) + return NULL; + + result = PyDict_GetItem(cache, required); + if (result == NULL) { + PyObject* tup; + + tup = PyTuple_New(1); + if (tup == NULL) + return NULL; + Py_INCREF(required); + PyTuple_SET_ITEM(tup, 0, required); + result = _lookup(self, tup, provided, name, default_); + Py_DECREF(tup); + } else { + if (result == Py_None && default_ != NULL) { + result = default_; + } + Py_INCREF(result); + } + + return result; +} +static PyObject* +LB_lookup1(LB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", "name", "default", NULL }; + PyObject *required, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords(args, + kwds, + "OO|OO:LookupBase.lookup1", + kwlist, + &required, + &provided, + &name, + &default_)) + return NULL; + + return _lookup1(self, required, provided, name, default_); +} + +/* + def adapter_hook(self, provided, object, name=u'', default=None): + required = providedBy(object) + cache = self._getcache(provided, name) + factory = cache.get(required, _not_in_mapping) + if factory is _not_in_mapping: + factory = self.lookup((required, ), provided, name) + + if factory is not None: + if isinstance(object, super): + object = object.__self__ + result = factory(object) + if result is not None: + return result + + return default +*/ +static PyObject* +_adapter_hook(LB* self, + PyObject* provided, + PyObject* object, + PyObject* name, + PyObject* default_) +{ + PyObject *required; + PyObject *factory; + PyObject *result; + PyObject *module; + + module = _get_module(Py_TYPE(self)); + + if (name && !PyUnicode_Check(name)) { + PyErr_SetString(PyExc_ValueError, "name is not a string"); + return NULL; + } + + required = providedBy(module, object); + if (required == NULL) + return NULL; + + factory = _lookup1(self, required, provided, name, Py_None); + Py_DECREF(required); + if (factory == NULL) + return NULL; + + if (factory != Py_None) { + if (PyObject_TypeCheck(object, &PySuper_Type)) { + PyObject* self = PyObject_GetAttr(object, str__self__); + if (self == NULL) { + Py_DECREF(factory); + return NULL; + } + // Borrow the reference to self + Py_DECREF(self); + object = self; + } + result = PyObject_CallFunctionObjArgs(factory, object, NULL); + Py_DECREF(factory); + if (result == NULL || result != Py_None) + return result; + } else + result = factory; /* None */ + + if (default_ == NULL || default_ == result) /* No default specified, */ + return result; /* Return None. result is owned None */ + + Py_DECREF(result); + Py_INCREF(default_); + + return default_; +} + +static PyObject* +LB_adapter_hook(LB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "provided", "object", "name", "default", NULL }; + PyObject *object, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords(args, + kwds, + "OO|OO:LookupBase.adapter_hook", + kwlist, + &provided, + &object, + &name, + &default_)) + return NULL; + + return _adapter_hook(self, provided, object, name, default_); +} + +static PyObject* +LB_queryAdapter(LB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "object", "provided", "name", "default", NULL }; + PyObject *object, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords(args, + kwds, + "OO|OO:LookupBase.queryAdapter", + kwlist, + &object, + &provided, + &name, + &default_)) + return NULL; + + return _adapter_hook(self, provided, object, name, default_); +} + +/* + def lookupAll(self, required, provided): + cache = self._mcache.get(provided) + if cache is None: + cache = {} + self._mcache[provided] = cache + + required = tuple(required) + result = cache.get(required, _not_in_mapping) + if result is _not_in_mapping: + result = self._uncached_lookupAll(required, provided) + cache[required] = result + + return result +*/ +static PyObject* +_lookupAll(LB* self, PyObject* required, PyObject* provided) +{ + PyObject *cache, *result; + + /* resolve before getting cache. See note in _lookup. */ + required = PySequence_Tuple(required); + if (required == NULL) + return NULL; + + ASSURE_DICT(self->_mcache); + + cache = _subcache(self->_mcache, provided); + if (cache == NULL) + return NULL; + + result = PyDict_GetItem(cache, required); + if (result == NULL) { + int status; + + result = PyObject_CallMethodObjArgs( + OBJECT(self), str_uncached_lookupAll, required, provided, NULL); + if (result == NULL) { + Py_DECREF(required); + return NULL; + } + status = PyDict_SetItem(cache, required, result); + Py_DECREF(required); + if (status < 0) { + Py_DECREF(result); + return NULL; + } + } else { + Py_INCREF(result); + Py_DECREF(required); + } + + return result; +} + +static PyObject* +LB_lookupAll(LB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", NULL }; + PyObject *required, *provided; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO:LookupBase.lookupAll", kwlist, &required, &provided)) + return NULL; + + return _lookupAll(self, required, provided); +} + +/* + def subscriptions(self, required, provided): + cache = self._scache.get(provided) + if cache is None: + cache = {} + self._scache[provided] = cache + + required = tuple(required) + result = cache.get(required, _not_in_mapping) + if result is _not_in_mapping: + result = self._uncached_subscriptions(required, provided) + cache[required] = result + + return result +*/ +static PyObject* +_subscriptions(LB* self, PyObject* required, PyObject* provided) +{ + PyObject *cache, *result; + + /* resolve before getting cache. See note in _lookup. */ + required = PySequence_Tuple(required); + if (required == NULL) + return NULL; + + ASSURE_DICT(self->_scache); + + cache = _subcache(self->_scache, provided); + if (cache == NULL) + return NULL; + + result = PyDict_GetItem(cache, required); + if (result == NULL) { + int status; + + result = PyObject_CallMethodObjArgs( + OBJECT(self), str_uncached_subscriptions, required, provided, NULL); + if (result == NULL) { + Py_DECREF(required); + return NULL; + } + status = PyDict_SetItem(cache, required, result); + Py_DECREF(required); + if (status < 0) { + Py_DECREF(result); + return NULL; + } + } else { + Py_INCREF(result); + Py_DECREF(required); + } + + return result; +} + +static PyObject* +LB_subscriptions(LB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", NULL }; + PyObject *required, *provided; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO", kwlist, &required, &provided)) + return NULL; + + return _subscriptions(self, required, provided); +} + +static struct PyMethodDef LB_methods[] = { + { "changed", (PyCFunction)LB_changed, METH_O, "" }, + { "lookup", (PyCFunction)LB_lookup, METH_KEYWORDS | METH_VARARGS, "" }, + { "lookup1", + (PyCFunction)LB_lookup1, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "queryAdapter", + (PyCFunction)LB_queryAdapter, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "adapter_hook", + (PyCFunction)LB_adapter_hook, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "lookupAll", + (PyCFunction)LB_lookupAll, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "subscriptions", + (PyCFunction)LB_subscriptions, + METH_KEYWORDS | METH_VARARGS, + "" }, + { NULL, NULL } /* sentinel */ +}; + +static char LB__name__[] = "_zope_interface_coptimizations.LookupBase"; +static char LB__doc__[] = "Base class for adapter registries"; + + +#if USE_STATIC_TYPES + +/* + * Static type: LookupBase + */ + +static PyTypeObject LB_type_def = { + PyVarObject_HEAD_INIT(NULL, 0) + .tp_name = LB__name__, + .tp_doc = LB__doc__, + .tp_basicsize = sizeof(LB), + .tp_flags = BASETYPE_FLAGS, + .tp_traverse = (traverseproc)LB_traverse, + .tp_clear = (inquiry)LB_clear, + .tp_dealloc = (destructor)&LB_dealloc, + .tp_methods = LB_methods, +}; + +#else + +/* + * Heap type: LookupBase + */ +static PyType_Slot LB_type_slots[] = { + {Py_tp_doc, LB__doc__}, + {Py_tp_traverse, LB_traverse}, + {Py_tp_clear, LB_clear}, + {Py_tp_dealloc, LB_dealloc}, + {Py_tp_methods, LB_methods}, + {0, NULL} +}; + +static PyType_Spec LB_type_spec = { + .name = LB__name__, + .basicsize = sizeof(LB), + .flags = BASETYPE_FLAGS, + .slots = LB_type_slots +}; + +#endif + +typedef struct +{ + LB lookup; + PyObject* _verify_ro; + PyObject* _verify_generations; +} VB; + +static int +VB_traverse(VB* self, visitproc visit, void* arg) +{ + Py_VISIT(self->_verify_ro); + Py_VISIT(self->_verify_generations); + return LB_traverse((LB*)self, visit, arg); +} + +static int +VB_clear(VB* self) +{ + Py_CLEAR(self->_verify_generations); + Py_CLEAR(self->_verify_ro); + return LB_clear((LB*)self); +} + +static void +VB_dealloc(VB* self) +{ + PyObject_GC_UnTrack((PyObject*)self); + PyTypeObject *tp = Py_TYPE(self); + VB_clear(self); + tp->tp_free((PyObject*)self); +#if USE_HEAP_TYPES + Py_DECREF(tp); +#endif +} + +/* + def changed(self, originally_changed): + super(VerifyingBasePy, self).changed(originally_changed) + self._verify_ro = self._registry.ro[1:] + self._verify_generations = [r._generation for r in self._verify_ro] +*/ +static PyObject* +_generations_tuple(PyObject* ro) +{ + int i, l; + PyObject* generations; + + l = PyTuple_GET_SIZE(ro); + generations = PyTuple_New(l); + for (i = 0; i < l; i++) { + PyObject* generation; + + generation = PyObject_GetAttr(PyTuple_GET_ITEM(ro, i), str_generation); + if (generation == NULL) { + Py_DECREF(generations); + return NULL; + } + PyTuple_SET_ITEM(generations, i, generation); + } + + return generations; +} +static PyObject* +verify_changed(VB* self, PyObject* ignored) +{ + PyObject *t, *ro; + + VB_clear(self); + + t = PyObject_GetAttr(OBJECT(self), str_registry); + if (t == NULL) + return NULL; + + ro = PyObject_GetAttr(t, strro); + Py_DECREF(t); + if (ro == NULL) + return NULL; + + t = PyObject_CallFunctionObjArgs(OBJECT(&PyTuple_Type), ro, NULL); + Py_DECREF(ro); + if (t == NULL) + return NULL; + + ro = PyTuple_GetSlice(t, 1, PyTuple_GET_SIZE(t)); + Py_DECREF(t); + if (ro == NULL) + return NULL; + + self->_verify_generations = _generations_tuple(ro); + if (self->_verify_generations == NULL) { + Py_DECREF(ro); + return NULL; + } + + self->_verify_ro = ro; + + Py_INCREF(Py_None); + return Py_None; +} + +/* + def _verify(self): + if ([r._generation for r in self._verify_ro] + != self._verify_generations): + self.changed(None) +*/ +static int +_verify(VB* self) +{ + PyObject* changed_result; + + if (self->_verify_ro != NULL && self->_verify_generations != NULL) { + PyObject* generations; + int changed; + + generations = _generations_tuple(self->_verify_ro); + if (generations == NULL) + return -1; + + changed = PyObject_RichCompareBool( + self->_verify_generations, generations, Py_NE); + Py_DECREF(generations); + if (changed == -1) + return -1; + + if (changed == 0) + return 0; + } + + changed_result = + PyObject_CallMethodObjArgs(OBJECT(self), strchanged, Py_None, NULL); + if (changed_result == NULL) + return -1; + + Py_DECREF(changed_result); + return 0; +} + +static PyObject* +VB_lookup(VB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", "name", "default", NULL }; + PyObject *required, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO|OO", kwlist, &required, &provided, &name, &default_)) + return NULL; + + if (_verify(self) < 0) + return NULL; + + return _lookup((LB*)self, required, provided, name, default_); +} + +static PyObject* +VB_lookup1(VB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", "name", "default", NULL }; + PyObject *required, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO|OO", kwlist, &required, &provided, &name, &default_)) + return NULL; + + if (_verify(self) < 0) + return NULL; + + return _lookup1((LB*)self, required, provided, name, default_); +} + +static PyObject* +VB_adapter_hook(VB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "provided", "object", "name", "default", NULL }; + PyObject *object, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO|OO", kwlist, &provided, &object, &name, &default_)) + return NULL; + + if (_verify(self) < 0) + return NULL; + + return _adapter_hook((LB*)self, provided, object, name, default_); +} + +static PyObject* +VB_queryAdapter(VB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "object", "provided", "name", "default", NULL }; + PyObject *object, *provided, *name = NULL, *default_ = NULL; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO|OO", kwlist, &object, &provided, &name, &default_)) + return NULL; + + if (_verify(self) < 0) + return NULL; + + return _adapter_hook((LB*)self, provided, object, name, default_); +} + +static PyObject* +VB_lookupAll(VB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", NULL }; + PyObject *required, *provided; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO", kwlist, &required, &provided)) + return NULL; + + if (_verify(self) < 0) + return NULL; + + return _lookupAll((LB*)self, required, provided); +} + +static PyObject* +VB_subscriptions(VB* self, PyObject* args, PyObject* kwds) +{ + static char* kwlist[] = { "required", "provided", NULL }; + PyObject *required, *provided; + + if (!PyArg_ParseTupleAndKeywords( + args, kwds, "OO", kwlist, &required, &provided)) + return NULL; + + if (_verify(self) < 0) + return NULL; + + return _subscriptions((LB*)self, required, provided); +} + +static struct PyMethodDef VB_methods[] = { + { "changed", (PyCFunction)verify_changed, METH_O, "" }, + { "lookup", + (PyCFunction)VB_lookup, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "lookup1", + (PyCFunction)VB_lookup1, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "queryAdapter", + (PyCFunction)VB_queryAdapter, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "adapter_hook", + (PyCFunction)VB_adapter_hook, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "lookupAll", + (PyCFunction)VB_lookupAll, + METH_KEYWORDS | METH_VARARGS, + "" }, + { "subscriptions", + (PyCFunction)VB_subscriptions, + METH_KEYWORDS | METH_VARARGS, + "" }, + { NULL, NULL } /* sentinel */ +}; + +static char VB__name__[] = "_zope_interface_coptimizations.VerifyingBase"; +static char VB__doc__[] = "Base class for verifying adapter registries."; + +#if USE_STATIC_TYPES + +/* + * Static type: VerifyingBase + */ + +static PyTypeObject VB_type_def = { + PyVarObject_HEAD_INIT(NULL, 0) + .tp_name = VB__name__, + .tp_doc = VB__doc__, + .tp_base = &LB_type_def, + .tp_basicsize = sizeof(VB), + .tp_flags = BASETYPE_FLAGS, + .tp_traverse = (traverseproc)VB_traverse, + .tp_clear = (inquiry)VB_clear, + .tp_dealloc = (destructor)&VB_dealloc, + .tp_methods = VB_methods, +}; + + +#else + +/* + * Heap type: VerifyingBase + */ +static PyType_Slot VB_type_slots[] = { + {Py_tp_doc, VB__doc__}, + {Py_tp_traverse, VB_traverse}, + {Py_tp_clear, VB_clear}, + {Py_tp_dealloc, VB_dealloc}, + {Py_tp_methods, VB_methods}, + /* tp_base cannot be set as a slot -- pass to PyType_FromModuleAndSpec */ + {0, NULL} +}; + +static PyType_Spec VB_type_spec = { + .name = VB__name__, + .basicsize = sizeof(VB), + .flags = BASETYPE_FLAGS, + .slots = VB_type_slots +}; + +#endif + + +/* + * Module state struct: holds all data formerly kept as static globals. + */ +typedef struct +{ + /* our globals (exposed to Python) */ + PyTypeObject* specification_base_class; + PyTypeObject* object_specification_descriptor_class; + PyTypeObject* class_provides_base_class; + PyTypeObject* interface_base_class; + PyTypeObject* lookup_base_class; + PyTypeObject* verifying_base_class; + PyObject* adapter_hooks; + /* members imported from 'zope.interface.declarations' + */ + PyObject* empty; + PyObject* fallback; + PyObject* builtin_impl_specs; + PyTypeObject* implements_class; + /* flag: have we imported the next set of members yet from + * 'zope.interface.declarations? + */ + int decl_imported; +} _zic_module_state; + +/* + * Macro to speed lookup of state members + */ +#define _zic_state(o) ((_zic_module_state*)PyModule_GetState(o)) + +static _zic_module_state* +_zic_state_init(PyObject* module) +{ + _zic_module_state* rec = _zic_state(module); + + rec->specification_base_class = NULL; + rec->object_specification_descriptor_class = NULL; + rec->class_provides_base_class = NULL; + rec->interface_base_class = NULL; + rec->lookup_base_class = NULL; + rec->verifying_base_class = NULL; + rec->adapter_hooks = NULL; + + rec->builtin_impl_specs = NULL; + rec->empty = NULL; + rec->fallback = NULL; + rec->implements_class = NULL; + rec->decl_imported = 0; + + return rec; +} + +static int +_zic_state_traverse(PyObject* module, visitproc visit, void* arg) +{ + _zic_module_state* rec = _zic_state(module); + + Py_VISIT(rec->specification_base_class); + Py_VISIT(rec->object_specification_descriptor_class); + Py_VISIT(rec->class_provides_base_class); + Py_VISIT(rec->interface_base_class); + Py_VISIT(rec->lookup_base_class); + Py_VISIT(rec->verifying_base_class); + Py_VISIT(rec->adapter_hooks); + + Py_VISIT(rec->builtin_impl_specs); + Py_VISIT(rec->empty); + Py_VISIT(rec->fallback); + Py_VISIT(rec->implements_class); + + return 0; +} + +static int +_zic_state_clear(PyObject* module) +{ + _zic_module_state* rec = _zic_state(module); + + Py_CLEAR(rec->specification_base_class); + Py_CLEAR(rec->object_specification_descriptor_class); + Py_CLEAR(rec->class_provides_base_class); + Py_CLEAR(rec->interface_base_class); + Py_CLEAR(rec->lookup_base_class); + Py_CLEAR(rec->verifying_base_class); + Py_CLEAR(rec->adapter_hooks); + + Py_CLEAR(rec->builtin_impl_specs); + Py_CLEAR(rec->empty); + Py_CLEAR(rec->fallback); + Py_CLEAR(rec->implements_class); + + return 0; +} + +#if USE_HEAP_TYPES +/* Import zope.interface.declarations and store results in module state. + * + * Dynamic alternative to 'import_declarations' above. + */ +static _zic_module_state* +_zic_state_load_declarations(PyObject* module) +{ + PyObject* declarations; + PyObject* builtin_impl_specs; + PyObject* empty; + PyObject* fallback; + PyObject* implements; + + _zic_module_state* rec = _zic_state(module); + + if (!rec->decl_imported) { + declarations = PyImport_ImportModule("zope.interface.declarations"); + if (declarations == NULL) { + return NULL; + } + + builtin_impl_specs = PyObject_GetAttrString( + declarations, "BuiltinImplementationSpecifications"); + if (builtin_impl_specs == NULL) { + return NULL; + } + + empty = PyObject_GetAttrString(declarations, "_empty"); + if (empty == NULL) { + return NULL; + } + + fallback = + PyObject_GetAttrString(declarations, "implementedByFallback"); + if (fallback == NULL) { + return NULL; + } + + implements = PyObject_GetAttrString(declarations, "Implements"); + if (implements == NULL) { + return NULL; + } + + if (!PyType_Check(implements)) { + PyErr_SetString( + PyExc_TypeError, + "zope.interface.declarations.Implements is not a type"); + return NULL; + } + + Py_DECREF(declarations); + + rec->builtin_impl_specs = builtin_impl_specs; + rec->empty = empty; + rec->fallback = fallback; + rec->implements_class = (PyTypeObject*)implements; + rec->decl_imported = 1; + } + return rec; +} + +#endif + +/* + * Provide access to the current module given the type. + */ + +static struct PyModuleDef _zic_module_def; + +static PyObject* +_get_module(PyTypeObject *typeobj) +{ +#if USE_STATIC_TYPES + return (PyObject*)&_zic_module_def; +#else + if (PyType_Check(typeobj)) { + /* Only added in Python 3.11 */ + return PyType_GetModuleByDef(typeobj, &_zic_module_def); + } + + PyErr_SetString(PyExc_TypeError, "_get_module: called w/ non-type"); + return NULL; +#endif +} + +/* + * Fetch the adapter hooks for the current type's module. + */ +static PyObject* +_get_adapter_hooks(PyTypeObject *typeobj) +{ +#if USE_STATIC_TYPES + return adapter_hooks; +#else + PyObject* module; + _zic_module_state* rec; + + module = _get_module(typeobj); + if (module == NULL) { return NULL; } + + rec = _zic_state(module); + return rec->adapter_hooks; +#endif +} + +/* + * Fetch the 'SpecificationBase' class for the current type's module. + */ +static PyTypeObject* +_get_specification_base_class(PyTypeObject *typeobj) +{ +#if USE_STATIC_TYPES + return &SB_type_def; +#else + PyObject* module; + _zic_module_state* rec; + + module = _get_module(typeobj); + if (module == NULL) { return NULL; } + + rec = _zic_state(module); + return rec->specification_base_class; +#endif +} + +/* + * Fetch the 'InterfaceBase' class for the current type's module. + */ +static PyTypeObject* +_get_interface_base_class(PyTypeObject *typeobj) +{ +#if USE_STATIC_TYPES + return &IB_type_def; +#else + PyObject* module; + _zic_module_state* rec; + + module = _get_module(typeobj); + if (module == NULL) { return NULL; } + + rec = _zic_state(module); + return rec->interface_base_class; +#endif +} + +static PyObject* +implementedByFallback(PyObject* module, PyObject* cls) +{ +#if USE_STATIC_TYPES + if (imported_declarations == 0 && import_declarations() < 0) { + return NULL; + } + /* now use static 'fallback' */ +#else + PyObject* fallback; + + _zic_module_state* rec = _zic_state_load_declarations(module); + if (rec == NULL) { return NULL; } + + fallback = rec->fallback; +#endif + + return PyObject_CallFunctionObjArgs(fallback, cls, NULL); +} + +static char implementedBy___doc__[] = + ("Interfaces implemented by a class or factory.\n" + "Raises TypeError if argument is neither a class nor a callable."); + +static PyObject* +implementedBy(PyObject* module, PyObject* cls) +{ + /* Fast retrieval of implements spec, if possible, to optimize + common case. Use fallback code if we get stuck. + */ + PyObject *dict = NULL; + PyObject *spec; + PyTypeObject *implements_class; + PyObject *builtin_impl_specs; + +#if USE_STATIC_TYPES + if (imported_declarations == 0 && import_declarations() < 0) { + return NULL; + } + + implements_class = Implements; + builtin_impl_specs = BuiltinImplementationSpecifications; +#else + _zic_module_state* rec = _zic_state_load_declarations(module); + if (rec == NULL) { return NULL; } + + implements_class = rec->implements_class; + builtin_impl_specs = rec->builtin_impl_specs; +#endif + + if (PyObject_TypeCheck(cls, &PySuper_Type)) { + // Let merging be handled by Python. + return implementedByFallback(module, cls); + } + + if (PyType_Check(cls)) { + dict = TYPE(cls)->tp_dict; + Py_XINCREF(dict); + } + + if (dict == NULL) + dict = PyObject_GetAttr(cls, str__dict__); + + if (dict == NULL) { + /* Probably a security proxied class, use more expensive fallback code + */ + PyErr_Clear(); + return implementedByFallback(module, cls); + } + + spec = PyObject_GetItem(dict, str__implemented__); + Py_DECREF(dict); + if (spec) { + + if (PyObject_TypeCheck(spec, implements_class)) + return spec; + + /* Old-style declaration, use more expensive fallback code */ + Py_DECREF(spec); + return implementedByFallback(module, cls); + } + + PyErr_Clear(); + + /* Maybe we have a builtin */ + spec = PyDict_GetItem(builtin_impl_specs, cls); + if (spec != NULL) { + Py_INCREF(spec); + return spec; + } + + /* We're stuck, use fallback */ + return implementedByFallback(module, cls); +} + +static char getObjectSpecification___doc__[] = + ("Get an object's interfaces (internal api)"); + +static PyObject* +getObjectSpecification(PyObject* module, PyObject* ob) +{ + PyObject *cls; + PyObject *result; + PyTypeObject *specification_base_class; + PyObject *empty_; + +#if USE_STATIC_TYPES + specification_base_class = &SB_type_def; + + if (imported_declarations == 0 && import_declarations() < 0) { + return NULL; + } + empty_ = empty; /* global from import */ + +#else + _zic_module_state* rec = _zic_state_load_declarations(module); + if (rec == NULL) { return NULL; } + + specification_base_class = rec->specification_base_class; + empty_ = rec->empty; +#endif + + result = PyObject_GetAttr(ob, str__provides__); + if (!result) { + if (!PyErr_ExceptionMatches(PyExc_AttributeError)) { + /* Propagate non AttributeError exceptions. */ + return NULL; + } + PyErr_Clear(); + } else { + int is_instance = -1; + is_instance = + PyObject_IsInstance(result, OBJECT(specification_base_class)); + if (is_instance < 0) { + /* Propagate all errors */ + return NULL; + } + if (is_instance) { + return result; + } + } + + /* We do a getattr here so as not to be defeated by proxies */ + cls = PyObject_GetAttr(ob, str__class__); + if (cls == NULL) { + if (!PyErr_ExceptionMatches(PyExc_AttributeError)) { + /* Propagate non-AttributeErrors */ + return NULL; + } + PyErr_Clear(); + + Py_INCREF(empty_); + return empty_; + } + result = implementedBy(module, cls); + Py_DECREF(cls); + + return result; +} + +static char providedBy___doc__[] = ("Get an object's interfaces"); + +static PyObject* +providedBy(PyObject* module, PyObject* ob) +{ + PyObject *result = NULL; + PyObject *cls; + PyObject *cp; + PyTypeObject *specification_base_class; + int is_instance = -1; + + is_instance = PyObject_IsInstance(ob, (PyObject*)&PySuper_Type); + if (is_instance < 0) { + if (!PyErr_ExceptionMatches(PyExc_AttributeError)) { + /* Propagate non-AttributeErrors */ + return NULL; + } + PyErr_Clear(); + } + if (is_instance) { + return implementedBy(module, ob); + } + + result = PyObject_GetAttr(ob, str__providedBy__); + + if (result == NULL) { + if (!PyErr_ExceptionMatches(PyExc_AttributeError)) { + return NULL; + } + + PyErr_Clear(); + return getObjectSpecification(module, ob); + } + + /* We want to make sure we have a spec. We can't do a type check + because we may have a proxy, so we'll just try to get the + only attribute. + */ +#if USE_STATIC_TYPES + specification_base_class = &SB_type_def; +#else + _zic_module_state* rec = _zic_state(module); + specification_base_class = rec->specification_base_class; +#endif + if (PyObject_TypeCheck(result, specification_base_class) || + PyObject_HasAttrString(result, "extends")) + return result; + + /* + The object's class doesn't understand descriptors. + Sigh. We need to get an object descriptor, but we have to be + careful. We want to use the instance's __provides__,l if + there is one, but only if it didn't come from the class. + */ + Py_DECREF(result); + + cls = PyObject_GetAttr(ob, str__class__); + if (cls == NULL) + return NULL; + + result = PyObject_GetAttr(ob, str__provides__); + if (result == NULL) { + /* No __provides__, so just fall back to implementedBy */ + PyErr_Clear(); + result = implementedBy(module, cls); + Py_DECREF(cls); + return result; + } + + cp = PyObject_GetAttr(cls, str__provides__); + if (cp == NULL) { + /* The the class has no provides, assume we're done: */ + PyErr_Clear(); + Py_DECREF(cls); + return result; + } + + if (cp == result) { + /* + Oops, we got the provides from the class. This means + the object doesn't have it's own. We should use implementedBy + */ + Py_DECREF(result); + result = implementedBy(module, cls); + } + + Py_DECREF(cls); + Py_DECREF(cp); + + return result; +} + +static struct PyMethodDef _zic_module_methods[] = { + { "implementedBy", + (PyCFunction)implementedBy, + METH_O, + implementedBy___doc__ }, + { "getObjectSpecification", + (PyCFunction)getObjectSpecification, + METH_O, + getObjectSpecification___doc__ }, + { "providedBy", (PyCFunction)providedBy, METH_O, providedBy___doc__ }, + + { NULL, (PyCFunction)NULL, 0, NULL } /* sentinel */ +}; + + +/* Handler for the 'execute' phase of multi-phase initialization + * + * See: https://docs.python.org/3/c-api/module.html#multi-phase-initialization + * and: https://peps.python.org/pep-0489/#module-execution-phase + */ +static int +_zic_module_exec(PyObject* module) +{ + _zic_module_state* rec = _zic_state_init(module); + + rec->adapter_hooks = PyList_New(0); + if (rec->adapter_hooks == NULL) + return -1; + Py_INCREF(rec->adapter_hooks); + +#if USE_STATIC_TYPES + + /* Initialize static global */ + adapter_hooks = rec->adapter_hooks; + + /* Initialize types: */ + SB_type_def.tp_new = PyBaseObject_Type.tp_new; + if (PyType_Ready(&SB_type_def) < 0) { return -1; } + Py_INCREF(&SB_type_def); + rec->specification_base_class = &SB_type_def; + + OSD_type_def.tp_new = PyBaseObject_Type.tp_new; + if (PyType_Ready(&OSD_type_def) < 0) { return -1; } + Py_INCREF(&OSD_type_def); + rec->object_specification_descriptor_class = &OSD_type_def; + + CPB_type_def.tp_new = PyBaseObject_Type.tp_new; + if (PyType_Ready(&CPB_type_def) < 0) { return -1; } + Py_INCREF(&CPB_type_def); + rec->class_provides_base_class = &CPB_type_def; + + IB_type_def.tp_new = PyBaseObject_Type.tp_new; + if (PyType_Ready(&IB_type_def) < 0) { return -1; } + Py_INCREF(&IB_type_def); + rec->interface_base_class = &IB_type_def; + + LB_type_def.tp_new = PyBaseObject_Type.tp_new; + if (PyType_Ready(&LB_type_def) < 0) { return -1; } + Py_INCREF(&LB_type_def); + rec->lookup_base_class = &LB_type_def; + + VB_type_def.tp_new = PyBaseObject_Type.tp_new; + if (PyType_Ready(&VB_type_def) < 0) { return -1; } + Py_INCREF(&VB_type_def); + rec->verifying_base_class = &VB_type_def; + +#else + + PyObject *sb_class; + PyObject *osd_class; + PyObject *cpb_class; + PyObject *ib_class; + PyObject *lb_class; + PyObject *vb_class; + + /* Initialize types: + */ + sb_class = PyType_FromModuleAndSpec(module, &SB_type_spec, NULL); + if (sb_class == NULL) { return -1; } + Py_INCREF(sb_class); + rec->specification_base_class = TYPE(sb_class); + + osd_class = PyType_FromModuleAndSpec(module, &OSD_type_spec, NULL); + if (osd_class == NULL) { return -1; } + Py_INCREF(osd_class); + rec->object_specification_descriptor_class = TYPE(osd_class); + + cpb_class = PyType_FromModuleAndSpec(module, &CPB_type_spec, sb_class); + if (cpb_class == NULL) { return -1; } + Py_INCREF(cpb_class); + rec->class_provides_base_class = TYPE(cpb_class); + + ib_class = PyType_FromModuleAndSpec(module, &IB_type_spec, sb_class); + if (ib_class == NULL) { return -1; } + Py_INCREF(ib_class); + rec->interface_base_class = TYPE(ib_class); + + lb_class = PyType_FromModuleAndSpec(module, &LB_type_spec, NULL); + if (lb_class == NULL) { return -1; } + Py_INCREF(lb_class); + rec->lookup_base_class = TYPE(lb_class); + + vb_class = PyType_FromModuleAndSpec(module, &VB_type_spec, lb_class); + if (vb_class == NULL) { return -1; } + Py_INCREF(vb_class); + rec->verifying_base_class = TYPE(vb_class); + +#endif + + /* Add types to our dict FBO python; also the adapter hooks */ + if (PyModule_AddObject(module, + "SpecificationBase", OBJECT(rec->specification_base_class)) < 0) + return -1; + + if (PyModule_AddObject(module, + "ObjectSpecificationDescriptor", + OBJECT(rec->object_specification_descriptor_class)) < + 0) + return -1; + + if (PyModule_AddObject(module, + "ClassProvidesBase", OBJECT(rec->class_provides_base_class)) < 0) + return -1; + + if (PyModule_AddObject(module, + "InterfaceBase", OBJECT(rec->interface_base_class)) < 0) + return -1; + + if (PyModule_AddObject(module, + "LookupBase", OBJECT(rec->lookup_base_class)) < 0) + return -1; + + if (PyModule_AddObject(module, + "VerifyingBase", OBJECT(rec->verifying_base_class)) < 0) + return -1; + + if (PyModule_AddObject(module, "adapter_hooks", rec->adapter_hooks) < 0) + return -1; + + return 0; +} + + +/* Slot definitions for multi-phase initialization + * + * See: https://docs.python.org/3/c-api/module.html#multi-phase-initialization + * and: https://peps.python.org/pep-0489 + */ +static PyModuleDef_Slot _zic_module_slots[] = { + {Py_mod_exec, _zic_module_exec}, + {0, NULL} +}; + +static char _zic_module__doc__[] = "C optimizations for zope.interface\n\n"; + +static struct PyModuleDef _zic_module_def = { + PyModuleDef_HEAD_INIT, + .m_name = "_zope_interface_coptimizations", + .m_doc = _zic_module__doc__, + .m_size = sizeof(_zic_module_state), + .m_methods = _zic_module_methods, + .m_slots=_zic_module_slots, + .m_traverse = _zic_state_traverse, + .m_clear = _zic_state_clear, +}; + +static PyObject* +init(void) +{ + if (define_static_strings() < 0) { return NULL; } + + return PyModuleDef_Init(&_zic_module_def); +} + +PyMODINIT_FUNC +PyInit__zope_interface_coptimizations(void) +{ + return init(); +} + +#ifdef __clang__ +#pragma clang diagnostic pop +#endif diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/_zope_interface_coptimizations.cpython-312-x86_64-linux-gnu.so b/llmlab/lib/python3.12/site-packages/zope/interface/_zope_interface_coptimizations.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..1eb0ce0877d0ee6ed26e1956093dbb6896b40178 GIT binary patch literal 228368 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/adapter.py b/llmlab/lib/python3.12/site-packages/zope/interface/adapter.py new file mode 100644 index 0000000..a35c3f9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/adapter.py @@ -0,0 +1,1048 @@ +############################################################################## +# +# Copyright (c) 2004 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Adapter management +""" +import itertools +import weakref + +from zope.interface import Interface +from zope.interface import implementer +from zope.interface import providedBy +from zope.interface import ro +from zope.interface._compat import _normalize_name +from zope.interface._compat import _use_c_impl +from zope.interface.interfaces import IAdapterRegistry + + +__all__ = [ + 'AdapterRegistry', + 'VerifyingAdapterRegistry', +] + +# In the CPython implementation, +# ``tuple`` and ``list`` cooperate so that ``tuple([some list])`` +# directly allocates and iterates at the C level without using a +# Python iterator. That's not the case for +# ``tuple(generator_expression)`` or ``tuple(map(func, it))``. +## +# 3.8 +# ``tuple([t for t in range(10)])`` -> 610ns +# ``tuple(t for t in range(10))`` -> 696ns +# ``tuple(map(lambda t: t, range(10)))`` -> 881ns +## +# 2.7 +# ``tuple([t fon t in range(10)])`` -> 625ns +# ``tuple(t for t in range(10))`` -> 665ns +# ``tuple(map(lambda t: t, range(10)))`` -> 958ns +# +# All three have substantial variance. +## +# On PyPy, this is also the best option. +## +# PyPy 2.7.18-7.3.3 +# ``tuple([t fon t in range(10)])`` -> 128ns +# ``tuple(t for t in range(10))`` -> 175ns +# ``tuple(map(lambda t: t, range(10)))`` -> 153ns +## +# PyPy 3.7.9 7.3.3-beta +# ``tuple([t fon t in range(10)])`` -> 82ns +# ``tuple(t for t in range(10))`` -> 177ns +# ``tuple(map(lambda t: t, range(10)))`` -> 168ns + + +class BaseAdapterRegistry: + """ + A basic implementation of the data storage and algorithms required + for a :class:`zope.interface.interfaces.IAdapterRegistry`. + + Subclasses can set the following attributes to control how the data + is stored; in particular, these hooks can be helpful for ZODB + persistence. They can be class attributes that are the named + (or similar) type, or they can be methods that act as a constructor + for an object that behaves like the types defined here; this object + will not assume that they are type objects, but subclasses are free + to do so: + + _sequenceType = list + This is the type used for our two mutable top-level "byorder" sequences. + Must support mutation operations like ``append()`` and ``del + seq[index]``. These are usually small (< 10). Although at least one of + them is accessed when performing lookups or queries on this object, the + other is untouched. In many common scenarios, both are only required + when mutating registrations and subscriptions (like what + :meth:`zope.interface.interfaces.IComponents.registerUtility` does). + This use pattern makes it an ideal candidate to be a + :class:`~persistent.list.PersistentList`. + + _leafSequenceType = tuple + This is the type used for the leaf sequences of subscribers. + It could be set to a ``PersistentList`` to avoid many unnecessary data + loads when subscribers aren't being used. Mutation operations are + directed through :meth:`_addValueToLeaf` and + :meth:`_removeValueFromLeaf`; if you use a mutable type, you'll need to + override those. + + _mappingType = dict + This is the mutable mapping type used for the keyed mappings. A + :class:`~persistent.mapping.PersistentMapping` could be used to help + reduce the number of data loads when the registry is large and parts of + it are rarely used. Further reductions in data loads can come from using + a :class:`~BTrees.OOBTree.OOBTree`, but care is required to be sure that + all required/provided values are fully ordered (e.g., no required or + provided values that are classes can be used). + + _providedType = dict + This is the mutable mapping type used for the ``_provided`` mapping. + This is separate from the generic mapping type because the values + are always integers, so one might choose to use a more optimized data + structure such as a :class:`~BTrees.OIBTree.OIBTree`. + The same caveats regarding key types + apply as for ``_mappingType``. + + It is possible to also set these on an instance, but because of the need + to potentially also override :meth:`_addValueToLeaf` and + :meth:`_removeValueFromLeaf`, this may be less useful in a persistent + scenario; using a subclass is recommended. + + .. versionchanged:: 5.3.0 + Add support for customizing the way internal data + structures are created. + .. versionchanged:: 5.3.0 + Add methods :meth:`rebuild`, :meth:`allRegistrations` + and :meth:`allSubscriptions`. + """ + + # List of methods copied from lookup sub-objects: + _delegated = ('lookup', 'queryMultiAdapter', 'lookup1', 'queryAdapter', + 'adapter_hook', 'lookupAll', 'names', + 'subscriptions', 'subscribers') + + # All registries maintain a generation that can be used by verifying + # registries + _generation = 0 + + def __init__(self, bases=()): + + # The comments here could be improved. Possibly this bit needs + # explaining in a separate document, as the comments here can + # be quite confusing. /regebro + + # {order -> {required -> {provided -> {name -> value}}}} + # Here "order" is actually an index in a list, "required" and + # "provided" are interfaces, and "required" is really a nested + # key. So, for example: + # for order == 0 (that is, self._adapters[0]), we have: + # {provided -> {name -> value}} + # but for order == 2 (that is, self._adapters[2]), we have: + # {r1 -> {r2 -> {provided -> {name -> value}}}} + # + self._adapters = self._sequenceType() + + # {order -> {required -> {provided -> {name -> [value]}}}} + # where the remarks about adapters above apply + self._subscribers = self._sequenceType() + + # Set, with a reference count, keeping track of the interfaces + # for which we have provided components: + self._provided = self._providedType() + + # Create ``_v_lookup`` object to perform lookup. We make this a + # separate object to to make it easier to implement just the + # lookup functionality in C. This object keeps track of cache + # invalidation data in two kinds of registries. + + # Invalidating registries have caches that are invalidated + # when they or their base registies change. An invalidating + # registry can only have invalidating registries as bases. + # See LookupBaseFallback below for the pertinent logic. + + # Verifying registies can't rely on getting invalidation messages, + # so have to check the generations of base registries to determine + # if their cache data are current. See VerifyingBasePy below + # for the pertinent object. + self._createLookup() + + # Setting the bases causes the registries described above + # to be initialized (self._setBases -> self.changed -> + # self._v_lookup.changed). + + self.__bases__ = bases + + def _setBases(self, bases): + """ + If subclasses need to track when ``__bases__`` changes, they + can override this method. + + Subclasses must still call this method. + """ + self.__dict__['__bases__'] = bases + self.ro = ro.ro(self) + self.changed(self) + + __bases__ = property(lambda self: self.__dict__['__bases__'], + lambda self, bases: self._setBases(bases), + ) + + def _createLookup(self): + self._v_lookup = self.LookupClass(self) + for name in self._delegated: + self.__dict__[name] = getattr(self._v_lookup, name) + + # Hooks for subclasses to define the types of objects used in + # our data structures. + # These have to be documented in the docstring, instead of local + # comments, because Sphinx autodoc ignores the comment and just writes + # "alias of list" + _sequenceType = list + _leafSequenceType = tuple + _mappingType = dict + _providedType = dict + + def _addValueToLeaf(self, existing_leaf_sequence, new_item): + """ + Add the value *new_item* to the *existing_leaf_sequence*, which may + be ``None``. + + Subclasses that redefine `_leafSequenceType` should override this + method. + + :param existing_leaf_sequence: + If *existing_leaf_sequence* is not *None*, it will be an instance + of `_leafSequenceType`. (Unless the object has been unpickled from + an old pickle and the class definition has changed, in which case + it may be an instance of a previous definition, commonly a + `tuple`.) + + :return: + This method returns the new value to be stored. It may mutate the + sequence in place if it was not ``None`` and the type is mutable, + but it must also return it. + + .. versionadded:: 5.3.0 + """ + if existing_leaf_sequence is None: + return (new_item,) + return existing_leaf_sequence + (new_item,) + + def _removeValueFromLeaf(self, existing_leaf_sequence, to_remove): + """ + Remove the item *to_remove* from the (non-``None``, non-empty) + *existing_leaf_sequence* and return the mutated sequence. + + If there is more than one item that is equal to *to_remove* + they must all be removed. + + Subclasses that redefine `_leafSequenceType` should override + this method. Note that they can call this method to help + in their implementation; this implementation will always + return a new tuple constructed by iterating across + the *existing_leaf_sequence* and omitting items equal to *to_remove*. + + :param existing_leaf_sequence: + As for `_addValueToLeaf`, probably an instance of + `_leafSequenceType` but possibly an older type; never `None`. + :return: + A version of *existing_leaf_sequence* with all items equal to + *to_remove* removed. Must not return `None`. However, + returning an empty + object, even of another type such as the empty tuple, ``()`` is + explicitly allowed; such an object will never be stored. + + .. versionadded:: 5.3.0 + """ + return tuple([v for v in existing_leaf_sequence if v != to_remove]) + + def changed(self, originally_changed): + self._generation += 1 + self._v_lookup.changed(originally_changed) + + def register(self, required, provided, name, value): + if not isinstance(name, str): + raise ValueError('name is not a string') + if value is None: + self.unregister(required, provided, name, value) + return + + required = tuple([_convert_None_to_Interface(r) for r in required]) + name = _normalize_name(name) + order = len(required) + byorder = self._adapters + while len(byorder) <= order: + byorder.append(self._mappingType()) + components = byorder[order] + key = required + (provided,) + + for k in key: + d = components.get(k) + if d is None: + d = self._mappingType() + components[k] = d + components = d + + if components.get(name) is value: + return + + components[name] = value + + n = self._provided.get(provided, 0) + 1 + self._provided[provided] = n + if n == 1: + self._v_lookup.add_extendor(provided) + + self.changed(self) + + def _find_leaf(self, byorder, required, provided, name): + # Find the leaf value, if any, in the *byorder* list + # for the interface sequence *required* and the interface + # *provided*, given the already normalized *name*. + # + # If no such leaf value exists, returns ``None`` + required = tuple([_convert_None_to_Interface(r) for r in required]) + order = len(required) + if len(byorder) <= order: + return None + + components = byorder[order] + key = required + (provided,) + + for k in key: + d = components.get(k) + if d is None: + return None + components = d + + return components.get(name) + + def registered(self, required, provided, name=''): + return self._find_leaf( + self._adapters, + required, + provided, + _normalize_name(name) + ) + + @classmethod + def _allKeys(cls, components, i, parent_k=()): + if i == 0: + for k, v in components.items(): + yield parent_k + (k,), v + else: + for k, v in components.items(): + new_parent_k = parent_k + (k,) + yield from cls._allKeys(v, i - 1, new_parent_k) + + def _all_entries(self, byorder): + # Recurse through the mapping levels of the `byorder` sequence, + # reconstructing a flattened sequence of ``(required, provided, name, + # value)`` tuples that can be used to reconstruct the sequence with + # the appropriate registration methods. + # + # Locally reference the `byorder` data; it might be replaced while + # this method is running (see ``rebuild``). + for i, components in enumerate(byorder): + # We will have *i* levels of dictionaries to go before + # we get to the leaf. + for key, value in self._allKeys(components, i + 1): + assert len(key) == i + 2 + required = key[:i] + provided = key[-2] + name = key[-1] + yield (required, provided, name, value) + + def allRegistrations(self): + """ + Yields tuples ``(required, provided, name, value)`` for all + the registrations that this object holds. + + These tuples could be passed as the arguments to the + :meth:`register` method on another adapter registry to + duplicate the registrations this object holds. + + .. versionadded:: 5.3.0 + """ + yield from self._all_entries(self._adapters) + + def unregister(self, required, provided, name, value=None): + required = tuple([_convert_None_to_Interface(r) for r in required]) + order = len(required) + byorder = self._adapters + if order >= len(byorder): + return False + components = byorder[order] + key = required + (provided,) + + # Keep track of how we got to `components`: + lookups = [] + for k in key: + d = components.get(k) + if d is None: + return + lookups.append((components, k)) + components = d + + old = components.get(name) + if old is None: + return + if (value is not None) and (old is not value): + return + + del components[name] + if not components: + # Clean out empty containers, since we don't want our keys + # to reference global objects (interfaces) unnecessarily. + # This is often a problem when an interface is slated for + # removal; a hold-over entry in the registry can make it + # difficult to remove such interfaces. + for comp, k in reversed(lookups): + d = comp[k] + if d: + break + else: + del comp[k] + while byorder and not byorder[-1]: + del byorder[-1] + n = self._provided[provided] - 1 + if n == 0: + del self._provided[provided] + self._v_lookup.remove_extendor(provided) + else: + self._provided[provided] = n + + self.changed(self) + + def subscribe(self, required, provided, value): + required = tuple([_convert_None_to_Interface(r) for r in required]) + name = '' + order = len(required) + byorder = self._subscribers + while len(byorder) <= order: + byorder.append(self._mappingType()) + components = byorder[order] + key = required + (provided,) + + for k in key: + d = components.get(k) + if d is None: + d = self._mappingType() + components[k] = d + components = d + + components[name] = self._addValueToLeaf(components.get(name), value) + + if provided is not None: + n = self._provided.get(provided, 0) + 1 + self._provided[provided] = n + if n == 1: + self._v_lookup.add_extendor(provided) + + self.changed(self) + + def subscribed(self, required, provided, subscriber): + subscribers = self._find_leaf( + self._subscribers, + required, + provided, + '' + ) or () + return subscriber if subscriber in subscribers else None + + def allSubscriptions(self): + """ + Yields tuples ``(required, provided, value)`` for all the + subscribers that this object holds. + + These tuples could be passed as the arguments to the + :meth:`subscribe` method on another adapter registry to + duplicate the registrations this object holds. + + .. versionadded:: 5.3.0 + """ + for required, provided, _name, value in self._all_entries( + self._subscribers, + ): + for v in value: + yield (required, provided, v) + + def unsubscribe(self, required, provided, value=None): + required = tuple([_convert_None_to_Interface(r) for r in required]) + order = len(required) + byorder = self._subscribers + if order >= len(byorder): + return + components = byorder[order] + key = required + (provided,) + + # Keep track of how we got to `components`: + lookups = [] + for k in key: + d = components.get(k) + if d is None: + return + lookups.append((components, k)) + components = d + + old = components.get('') + if not old: + # this is belt-and-suspenders against the failure of cleanup below + return # pragma: no cover + len_old = len(old) + if value is None: + # Removing everything; note that the type of ``new`` won't + # necessarily match the ``_leafSequenceType``, but that's + # OK because we're about to delete the entire entry + # anyway. + new = () + else: + new = self._removeValueFromLeaf(old, value) + # ``new`` may be the same object as ``old``, just mutated in place, + # so we cannot compare it to ``old`` to check for changes. Remove + # our reference to it now to avoid trying to do so below. + del old + + if len(new) == len_old: + # No changes, so nothing could have been removed. + return + + if new: + components[''] = new + else: + # Instead of setting components[u''] = new, we clean out + # empty containers, since we don't want our keys to + # reference global objects (interfaces) unnecessarily. This + # is often a problem when an interface is slated for + # removal; a hold-over entry in the registry can make it + # difficult to remove such interfaces. + del components[''] + for comp, k in reversed(lookups): + d = comp[k] + if d: + break + else: + del comp[k] + while byorder and not byorder[-1]: + del byorder[-1] + + if provided is not None: + n = self._provided[provided] + len(new) - len_old + if n == 0: + del self._provided[provided] + self._v_lookup.remove_extendor(provided) + else: + self._provided[provided] = n + + self.changed(self) + + def rebuild(self): + """ + Rebuild (and replace) all the internal data structures of this + object. + + This is useful, especially for persistent implementations, if + you suspect an issue with reference counts keeping interfaces + alive even though they are no longer used. + + It is also useful if you or a subclass change the data types + (``_mappingType`` and friends) that are to be used. + + This method replaces all internal data structures with new objects; + it specifically does not re-use any storage. + + .. versionadded:: 5.3.0 + """ + + # Grab the iterators, we're about to discard their data. + registrations = self.allRegistrations() + subscriptions = self.allSubscriptions() + + def buffer(it): + # The generator doesn't actually start running until we + # ask for its next(), by which time the attributes will change + # unless we do so before calling __init__. + try: + first = next(it) + except StopIteration: + return iter(()) + + return itertools.chain((first,), it) + + registrations = buffer(registrations) + subscriptions = buffer(subscriptions) + + # Replace the base data structures as well as _v_lookup. + self.__init__(self.__bases__) + # Re-register everything previously registered and subscribed. + # + # XXX: This is going to call ``self.changed()`` a lot, all of + # which is unnecessary (because ``self.__init__`` just + # re-created those dependent objects and also called + # ``self.changed()``). Is this a bottleneck that needs fixed? + # (We could do ``self.changed = lambda _: None`` before + # beginning and remove it after to disable the presumably expensive + # part of passing that notification to the change of objects.) + for args in registrations: + self.register(*args) + + for args in subscriptions: + self.subscribe(*args) + + # XXX hack to fake out twisted's use of a private api. + # We need to get them to use the new registered method. + def get(self, _): # pragma: no cover + class XXXTwistedFakeOut: + selfImplied = {} + return XXXTwistedFakeOut + + +_not_in_mapping = object() + + +@_use_c_impl +class LookupBase: + + def __init__(self): + self._cache = {} + self._mcache = {} + self._scache = {} + + def changed(self, ignored=None): + self._cache.clear() + self._mcache.clear() + self._scache.clear() + + def _getcache(self, provided, name): + cache = self._cache.get(provided) + if cache is None: + cache = {} + self._cache[provided] = cache + if name: + c = cache.get(name) + if c is None: + c = {} + cache[name] = c + cache = c + return cache + + def lookup(self, required, provided, name='', default=None): + if not isinstance(name, str): + raise ValueError('name is not a string') + cache = self._getcache(provided, name) + required = tuple(required) + if len(required) == 1: + result = cache.get(required[0], _not_in_mapping) + else: + result = cache.get(tuple(required), _not_in_mapping) + + if result is _not_in_mapping: + result = self._uncached_lookup(required, provided, name) + if len(required) == 1: + cache[required[0]] = result + else: + cache[tuple(required)] = result + + if result is None: + return default + + return result + + def lookup1(self, required, provided, name='', default=None): + if not isinstance(name, str): + raise ValueError('name is not a string') + cache = self._getcache(provided, name) + result = cache.get(required, _not_in_mapping) + if result is _not_in_mapping: + return self.lookup((required, ), provided, name, default) + + if result is None: + return default + + return result + + def queryAdapter(self, object, provided, name='', default=None): + return self.adapter_hook(provided, object, name, default) + + def adapter_hook(self, provided, object, name='', default=None): + if not isinstance(name, str): + raise ValueError('name is not a string') + required = providedBy(object) + cache = self._getcache(provided, name) + factory = cache.get(required, _not_in_mapping) + if factory is _not_in_mapping: + factory = self.lookup((required, ), provided, name) + + if factory is not None: + if isinstance(object, super): + object = object.__self__ + result = factory(object) + if result is not None: + return result + + return default + + def lookupAll(self, required, provided): + cache = self._mcache.get(provided) + if cache is None: + cache = {} + self._mcache[provided] = cache + + required = tuple(required) + result = cache.get(required, _not_in_mapping) + if result is _not_in_mapping: + result = self._uncached_lookupAll(required, provided) + cache[required] = result + + return result + + def subscriptions(self, required, provided): + cache = self._scache.get(provided) + if cache is None: + cache = {} + self._scache[provided] = cache + + required = tuple(required) + result = cache.get(required, _not_in_mapping) + if result is _not_in_mapping: + result = self._uncached_subscriptions(required, provided) + cache[required] = result + + return result + + +@_use_c_impl +class VerifyingBase(LookupBaseFallback): # noqa F821 + # Mixin for lookups against registries which "chain" upwards, and + # whose lookups invalidate their own caches whenever a parent registry + # bumps its own '_generation' counter. E.g., used by + # zope.component.persistentregistry + + def changed(self, originally_changed): + LookupBaseFallback.changed(self, originally_changed) # noqa F821 + self._verify_ro = self._registry.ro[1:] + self._verify_generations = [r._generation for r in self._verify_ro] + + def _verify(self): + if ( + [ + r._generation for r in self._verify_ro + ] != self._verify_generations + ): + self.changed(None) + + def _getcache(self, provided, name): + self._verify() + return LookupBaseFallback._getcache( # noqa F821 + self, provided, name, + ) + + def lookupAll(self, required, provided): + self._verify() + return LookupBaseFallback.lookupAll( # noqa F821 + self, required, provided, + ) + + def subscriptions(self, required, provided): + self._verify() + return LookupBaseFallback.subscriptions( # noqa F821 + self, required, provided, + ) + + +class AdapterLookupBase: + + def __init__(self, registry): + self._registry = registry + self._required = {} + self.init_extendors() + super().__init__() + + def changed(self, ignored=None): + super().changed(None) + for r in self._required.keys(): + r = r() + if r is not None: + r.unsubscribe(self) + self._required.clear() + + # Extendors + # --------- + + # When given an target interface for an adapter lookup, we need to consider + # adapters for interfaces that extend the target interface. This is + # what the extendors dictionary is about. It tells us all of the + # interfaces that extend an interface for which there are adapters + # registered. + + # We could separate this by order and name, thus reducing the + # number of provided interfaces to search at run time. The tradeoff, + # however, is that we have to store more information. For example, + # if the same interface is provided for multiple names and if the + # interface extends many interfaces, we'll have to keep track of + # a fair bit of information for each name. It's better to + # be space efficient here and be time efficient in the cache + # implementation. + + # TODO: add invalidation when a provided interface changes, in case + # the interface's __iro__ has changed. This is unlikely enough that + # we'll take our chances for now. + + def init_extendors(self): # noqa E301 + self._extendors = {} + for p in self._registry._provided: + self.add_extendor(p) + + def add_extendor(self, provided): + _extendors = self._extendors + for i in provided.__iro__: + extendors = _extendors.get(i, ()) + _extendors[i] = ( + [ + e for e in extendors if provided.isOrExtends(e) + ] + [ + provided + ] + [ + e for e in extendors if not provided.isOrExtends(e) + ] + ) + + def remove_extendor(self, provided): + _extendors = self._extendors + for i in provided.__iro__: + _extendors[i] = [e for e in _extendors.get(i, ()) + if e != provided] + + def _subscribe(self, *required): + _refs = self._required + for r in required: + ref = r.weakref() + if ref not in _refs: + r.subscribe(self) + _refs[ref] = 1 + + def _uncached_lookup(self, required, provided, name=''): + required = tuple(required) + result = None + order = len(required) + for registry in self._registry.ro: + byorder = registry._adapters + if order >= len(byorder): + continue + + extendors = registry._v_lookup._extendors.get(provided) + if not extendors: + continue + + components = byorder[order] + result = _lookup(components, required, extendors, name, 0, + order) + if result is not None: + break + + self._subscribe(*required) + + return result + + def queryMultiAdapter(self, objects, provided, name='', default=None): + factory = self.lookup([providedBy(o) for o in objects], provided, name) + if factory is None: + return default + + result = factory(*[ + o.__self__ if isinstance(o, super) else o for o in objects + ]) + if result is None: + return default + + return result + + def _uncached_lookupAll(self, required, provided): + required = tuple(required) + order = len(required) + result = {} + for registry in reversed(self._registry.ro): + byorder = registry._adapters + if order >= len(byorder): + continue + extendors = registry._v_lookup._extendors.get(provided) + if not extendors: + continue + components = byorder[order] + _lookupAll(components, required, extendors, result, 0, order) + + self._subscribe(*required) + + return tuple(result.items()) + + def names(self, required, provided): + return [c[0] for c in self.lookupAll(required, provided)] + + def _uncached_subscriptions(self, required, provided): + required = tuple(required) + order = len(required) + result = [] + for registry in reversed(self._registry.ro): + byorder = registry._subscribers + if order >= len(byorder): + continue + + if provided is None: + extendors = (provided, ) + else: + extendors = registry._v_lookup._extendors.get(provided) + if extendors is None: + continue + + _subscriptions(byorder[order], required, extendors, '', + result, 0, order) + + self._subscribe(*required) + + return result + + def subscribers(self, objects, provided): + subscriptions = self.subscriptions( + [providedBy(o) for o in objects], provided + ) + if provided is None: + result = () + for subscription in subscriptions: + subscription(*objects) + else: + result = [] + for subscription in subscriptions: + subscriber = subscription(*objects) + if subscriber is not None: + result.append(subscriber) + return result + + +class AdapterLookup(AdapterLookupBase, LookupBase): + pass + + +@implementer(IAdapterRegistry) +class AdapterRegistry(BaseAdapterRegistry): + """ + A full implementation of ``IAdapterRegistry`` that adds support for + sub-registries. + """ + + LookupClass = AdapterLookup + + def __init__(self, bases=()): + # AdapterRegisties are invalidating registries, so + # we need to keep track of our invalidating subregistries. + self._v_subregistries = weakref.WeakKeyDictionary() + + super().__init__(bases) + + def _addSubregistry(self, r): + self._v_subregistries[r] = 1 + + def _removeSubregistry(self, r): + if r in self._v_subregistries: + del self._v_subregistries[r] + + def _setBases(self, bases): + old = self.__dict__.get('__bases__', ()) + for r in old: + if r not in bases: + r._removeSubregistry(self) + for r in bases: + if r not in old: + r._addSubregistry(self) + + super()._setBases(bases) + + def changed(self, originally_changed): + super().changed(originally_changed) + + for sub in self._v_subregistries.keys(): + sub.changed(originally_changed) + + +class VerifyingAdapterLookup(AdapterLookupBase, VerifyingBase): + pass + + +@implementer(IAdapterRegistry) +class VerifyingAdapterRegistry(BaseAdapterRegistry): + """ + The most commonly-used adapter registry. + """ + + LookupClass = VerifyingAdapterLookup + + +def _convert_None_to_Interface(x): + if x is None: + return Interface + else: + return x + + +def _lookup(components, specs, provided, name, i, l): # noqa: E741 + # this function is called very often. + # The components.get in loops is executed 100 of 1000s times. + # by loading get into a local variable the bytecode + # "LOAD_FAST 0 (components)" in the loop can be eliminated. + components_get = components.get + if i < l: + for spec in specs[i].__sro__: + comps = components_get(spec) + if comps: + r = _lookup(comps, specs, provided, name, i + 1, l) + if r is not None: + return r + else: + for iface in provided: + comps = components_get(iface) + if comps: + r = comps.get(name) + if r is not None: + return r + + return None + + +def _lookupAll(components, specs, provided, result, i, l): # noqa: E741 + components_get = components.get # see _lookup above + if i < l: + for spec in reversed(specs[i].__sro__): + comps = components_get(spec) + if comps: + _lookupAll(comps, specs, provided, result, i + 1, l) + else: + for iface in reversed(provided): + comps = components_get(iface) + if comps: + result.update(comps) + + +def _subscriptions( + components, specs, provided, name, result, i, l # noqa: E741 +): + components_get = components.get # see _lookup above + if i < l: + for spec in reversed(specs[i].__sro__): + comps = components_get(spec) + if comps: + _subscriptions( + comps, specs, provided, name, result, i + 1, l + ) + else: + for iface in reversed(provided): + comps = components_get(iface) + if comps: + comps = comps.get(name) + if comps: + result.extend(comps) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/advice.py b/llmlab/lib/python3.12/site-packages/zope/interface/advice.py new file mode 100644 index 0000000..f577d42 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/advice.py @@ -0,0 +1,121 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Class advice. + +This module was adapted from 'protocols.advice', part of the Python +Enterprise Application Kit (PEAK). Please notify the PEAK authors +(pje@telecommunity.com and tsarna@sarna.org) if bugs are found or +Zope-specific changes are required, so that the PEAK version of this module +can be kept in sync. + +PEAK is a Python application framework that interoperates with (but does +not require) Zope 3 and Twisted. It provides tools for manipulating UML +models, object-relational persistence, aspect-oriented programming, and more. +Visit the PEAK home page at http://peak.telecommunity.com for more information. +""" + +from types import FunctionType + + +__all__ = [ + 'determineMetaclass', + 'getFrameInfo', + 'isClassAdvisor', + 'minimalBases', +] + +import sys + + +def getFrameInfo(frame): + """Return (kind,module,locals,globals) for a frame + + 'kind' is one of "exec", "module", "class", "function call", or "unknown". + """ + + f_locals = frame.f_locals + f_globals = frame.f_globals + + sameNamespace = f_locals is f_globals + hasModule = '__module__' in f_locals + hasName = '__name__' in f_globals + + sameName = hasModule and hasName + sameName = sameName and f_globals['__name__'] == f_locals['__module__'] + + module = hasName and sys.modules.get(f_globals['__name__']) or None + + namespaceIsModule = module and module.__dict__ is f_globals + + if not namespaceIsModule: + # some kind of funky exec + kind = "exec" + elif sameNamespace and not hasModule: + kind = "module" + elif sameName and not sameNamespace: + kind = "class" + elif not sameNamespace: + kind = "function call" + else: # pragma: no cover + # How can you have f_locals is f_globals, and have '__module__' + # set? # This is probably module-level code, but with a + # '__module__' variable. + kind = "unknown" + return kind, module, f_locals, f_globals + + +def isClassAdvisor(ob): + """True if 'ob' is a class advisor function""" + return isinstance(ob, FunctionType) and hasattr(ob, 'previousMetaclass') + + +def determineMetaclass(bases, explicit_mc=None): + """Determine metaclass from 1+ bases and optional explicit __metaclass__""" + + meta = [getattr(b, '__class__', type(b)) for b in bases] + + if explicit_mc is not None: + # The explicit metaclass needs to be verified for compatibility + # as well, and allowed to resolve the incompatible bases, if any + meta.append(explicit_mc) + + if len(meta) == 1: + # easy case + return meta[0] + + candidates = minimalBases(meta) # minimal set of metaclasses + + if len(candidates) > 1: + # We could auto-combine, but for now we won't... + raise TypeError("Incompatible metatypes", bases) + + # Just one, return it + return candidates[0] + + +def minimalBases(classes): + """Reduce a list of base classes to its ordered minimum equivalent""" + candidates = [] + + for m in classes: + for n in classes: + if issubclass(n, m) and m is not n: + break + else: + # m has no subclasses in 'classes' + if m in candidates: + candidates.remove(m) # ensure that we're later in the list + candidates.append(m) + + return candidates diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/__init__.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/__init__.py new file mode 100644 index 0000000..256ddc9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/__init__.py @@ -0,0 +1,291 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## + +import itertools +from types import FunctionType + +from zope.interface import Interface +from zope.interface import classImplements +from zope.interface.interface import InterfaceClass +from zope.interface.interface import _decorator_non_return +from zope.interface.interface import fromFunction + + +__all__ = [ + # Nothing public here. +] + +# pylint:disable=inherit-non-class, +# pylint:disable=no-self-argument,no-method-argument +# pylint:disable=unexpected-special-method-signature + + +class optional: + # Apply this decorator to a method definition to make it + # optional (remove it from the list of required names), overriding + # the definition inherited from the ABC. + def __init__(self, method): + self.__doc__ = method.__doc__ + + +class ABCInterfaceClass(InterfaceClass): + """ + An interface that is automatically derived from a + :class:`abc.ABCMeta` type. + + Internal use only. + + The body of the interface definition *must* define + a property ``abc`` that is the ABC to base the interface on. + + If ``abc`` is *not* in the interface definition, a regular + interface will be defined instead (but ``extra_classes`` is still + respected). + + Use the ``@optional`` decorator on method definitions if + the ABC defines methods that are not actually required in all cases + because the Python language has multiple ways to implement a protocol. + For example, the ``iter()`` protocol can be implemented with + ``__iter__`` or the pair ``__len__`` and ``__getitem__``. + + When created, any existing classes that are registered to conform + to the ABC are declared to implement this interface. This is *not* + automatically updated as the ABC registry changes. If the body of the + interface definition defines ``extra_classes``, it should be a + tuple giving additional classes to declare implement the interface. + + Note that this is not fully symmetric. For example, it is usually + the case that a subclass relationship carries the interface + declarations over:: + + >>> from zope.interface import Interface + >>> class I1(Interface): + ... pass + ... + >>> from zope.interface import implementer + >>> @implementer(I1) + ... class Root(object): + ... pass + ... + >>> class Child(Root): + ... pass + ... + >>> child = Child() + >>> isinstance(child, Root) + True + >>> from zope.interface import providedBy + >>> list(providedBy(child)) + [] + + However, that's not the case with ABCs and ABC interfaces. Just + because ``isinstance(A(), AnABC)`` and ``isinstance(B(), AnABC)`` + are both true, that doesn't mean there's any class hierarchy + relationship between ``A`` and ``B``, or between either of them + and ``AnABC``. Thus, if ``AnABC`` implemented ``IAnABC``, it would + not follow that either ``A`` or ``B`` implements ``IAnABC`` (nor + their instances provide it):: + + >>> class SizedClass(object): + ... def __len__(self): return 1 + ... + >>> from collections.abc import Sized + >>> isinstance(SizedClass(), Sized) + True + >>> from zope.interface import classImplements + >>> classImplements(Sized, I1) + None + >>> list(providedBy(SizedClass())) + [] + + Thus, to avoid conflicting assumptions, ABCs should not be + declared to implement their parallel ABC interface. Only concrete + classes specifically registered with the ABC should be declared to + do so. + + .. versionadded:: 5.0.0 + """ + + # If we could figure out invalidation, and used some special + # Specification/Declaration instances, and override the method + # ``providedBy`` here, perhaps we could more closely integrate with ABC + # virtual inheritance? + + def __init__(self, name, bases, attrs): + # go ahead and give us a name to ease debugging. + self.__name__ = name + extra_classes = attrs.pop('extra_classes', ()) + ignored_classes = attrs.pop('ignored_classes', ()) + + if 'abc' not in attrs: + # Something like ``IList(ISequence)``: We're extending + # abc interfaces but not an ABC interface ourself. + InterfaceClass.__init__(self, name, bases, attrs) + ABCInterfaceClass.__register_classes( + self, extra_classes, ignored_classes, + ) + self.__class__ = InterfaceClass + return + + based_on = attrs.pop('abc') + self.__abc = based_on + self.__extra_classes = tuple(extra_classes) + self.__ignored_classes = tuple(ignored_classes) + + assert name[1:] == based_on.__name__, (name, based_on) + methods = { + # Passing the name is important in case of aliases, + # e.g., ``__ror__ = __or__``. + k: self.__method_from_function(v, k) + for k, v in vars(based_on).items() + if isinstance(v, FunctionType) and + not self.__is_private_name(k) and + not self.__is_reverse_protocol_name(k) + } + + methods['__doc__'] = self.__create_class_doc(attrs) + # Anything specified in the body takes precedence. + methods.update(attrs) + InterfaceClass.__init__(self, name, bases, methods) + self.__register_classes() + + @staticmethod + def __optional_methods_to_docs(attrs): + optionals = {k: v for k, v in attrs.items() if isinstance(v, optional)} + for k in optionals: + attrs[k] = _decorator_non_return + + if not optionals: + return '' + + docs = "\n\nThe following methods are optional:\n - " + "\n-".join( + f"{k}\n{v.__doc__}" for k, v in optionals.items() + ) + return docs + + def __create_class_doc(self, attrs): + based_on = self.__abc + + def ref(c): + mod = c.__module__ + name = c.__name__ + if mod == str.__module__: + return "`%s`" % name + if mod == '_io': + mod = 'io' + return f"`{mod}.{name}`" + + implementations_doc = "\n - ".join( + ref(c) + for c in sorted(self.getRegisteredConformers(), key=ref) + ) + if implementations_doc: + implementations_doc = ( + "\n\nKnown implementations are:\n\n - " + implementations_doc + ) + + based_on_doc = (based_on.__doc__ or '') + based_on_doc = based_on_doc.splitlines() + based_on_doc = based_on_doc[0] if based_on_doc else '' + + doc = """Interface for the ABC `{}.{}`.\n\n{}{}{}""".format( + based_on.__module__, based_on.__name__, + attrs.get('__doc__', based_on_doc), + self.__optional_methods_to_docs(attrs), + implementations_doc + ) + return doc + + @staticmethod + def __is_private_name(name): + if name.startswith('__') and name.endswith('__'): + return False + return name.startswith('_') + + @staticmethod + def __is_reverse_protocol_name(name): + # The reverse names, like __rand__, + # aren't really part of the protocol. The interpreter has + # very complex behaviour around invoking those. PyPy + # doesn't always even expose them as attributes. + return name.startswith('__r') and name.endswith('__') + + def __method_from_function(self, function, name): + method = fromFunction(function, self, name=name) + # Eliminate the leading *self*, which is implied in + # an interface, but explicit in an ABC. + method.positional = method.positional[1:] + return method + + def __register_classes(self, conformers=None, ignored_classes=None): + # Make the concrete classes already present in our ABC's registry + # declare that they implement this interface. + conformers = ( + conformers if conformers is not None + else self.getRegisteredConformers() + ) + ignored = ( + ignored_classes if ignored_classes is not None + else self.__ignored_classes + ) + for cls in conformers: + if cls in ignored: + continue + classImplements(cls, self) + + def getABC(self): + """ + Return the ABC this interface represents. + """ + return self.__abc + + def getRegisteredConformers(self): + """ + Return an iterable of the classes that are known to conform to + the ABC this interface parallels. + """ + based_on = self.__abc + + # The registry only contains things that aren't already + # known to be subclasses of the ABC. But the ABC is in charge + # of checking that, so its quite possible that registrations + # are in fact ignored, winding up just in the _abc_cache. + try: + registered = ( + list(based_on._abc_registry) + list(based_on._abc_cache) + ) + except AttributeError: + # Rewritten in C in CPython 3.7. + # These expose the underlying weakref. + from abc import _get_dump + data = _get_dump(based_on) + registry = data[0] + cache = data[1] + registered = [x() for x in itertools.chain(registry, cache)] + registered = [x for x in registered if x is not None] + + return set(itertools.chain(registered, self.__extra_classes)) + + +def _create_ABCInterface(): + # It's a two-step process to create the root ABCInterface, because without + # specifying a corresponding ABC, using the normal constructor gets us a + # plain InterfaceClass object, and there is no ABC to associate with the + # root. + abc_name_bases_attrs = ('ABCInterface', (Interface,), {}) + instance = ABCInterfaceClass.__new__( + ABCInterfaceClass, *abc_name_bases_attrs, + ) + InterfaceClass.__init__(instance, *abc_name_bases_attrs) + return instance + + +ABCInterface = _create_ABCInterface() diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..16864365b28eee065e84b41ce58162eee2530861 GIT binary patch literal 11215 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/builtins.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/builtins.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..303af3fc6b199ca08241171408e67fe142afbaae GIT binary patch literal 3798 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 GW&RJ$Kz=O% literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/idatetime.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/idatetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5565887980d18c2b67ebc101f32a88eea9db30ee GIT binary patch literal 25462 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/io.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/io.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..350feedd1c4cc699ed38eb8617dea2c7b6dd2e80 GIT binary patch literal 1392 zcmbtT&1(}u6raiFW3x>xNQao-FiW zPWINnLHtuZd9v)$;=!AecVH3Z+i-j{ZqMd(OQ zMqh3S`VoKwL{S4#OfxQSWMEWW#mhFb7-i5yM6-K{=2-TFlIApWi8l}40?UoP`NXS& zw>aS~Bwh`?Qxjgbo2is`j3>h zCJ{`xT_OY%X$GUZ<7+i9ptVgW*fcb4wFM<1%@I0yw_K(Ja=b9$5u-PgdLkk|C7kN6 z)8vGA^{5*{!EMKNp(@npOp7`slEGb>>oSk|$y6s{$b*nOB!a>t_OPvC=&u+Tz@Jdc zXsxE-HCBuj?VHqWqk`ko>e~AFxOS>!YVmN=zXIR@G1S0t9T}!PS0}?#+)%o>l8FoT z`r|cFW22IbRm<{;$1E$>EGs=T;F4v%+#>F9MIlW)&Zjx=QD4?Ner9$8kD0ADC!%T- z({(+|CCzHYL?kDGO;E@TyHO|b?-;jko5G1$H6->6(q_Wk2|{L$MKJBa^8(*=0we5l z*ld;{@qd&dQcE#w};0EyopEGU>SFMiV`fZBE|z zv3fs!9uN3M$dK<&tbzHiV2pn(s5sl7LHPVvWDH6e&%SjB2!?@*@xuPR#0vv8gXj0# T0|diB!+3H3+E4H=ChGnIKXEw= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/mapping.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/mapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf07a179a7908b7ba7c9a90180c644fd1fe244c0 GIT binary patch literal 6719 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 E-_L}jvH$=8 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/sequence.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/__pycache__/sequence.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7227bf641f8b9b6a4c403018aa72eafcaa515e8 GIT binary patch literal 8083 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 IMw;4x0Ts_P5C8xG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/builtins.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/builtins.py new file mode 100644 index 0000000..9e543c8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/builtins.py @@ -0,0 +1,124 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## +""" +Interface definitions for builtin types. + +After this module is imported, the standard library types will declare +that they implement the appropriate interface. + +.. versionadded:: 5.0.0 +""" + +from zope.interface import classImplements +from zope.interface._compat import PY313_OR_OLDER +from zope.interface.common import collections +from zope.interface.common import io +from zope.interface.common import numbers + + +__all__ = [ + 'IList', + 'ITuple', + 'ITextString', + 'IByteString', + 'INativeString', + 'IBool', + 'IDict', + 'IFile', +] + + +# pylint:disable=no-self-argument +class IList(collections.IMutableSequence): + """ + Interface for :class:`list` + """ + extra_classes = (list,) + + def sort(key=None, reverse=False): + """ + Sort the list in place and return None. + + *key* and *reverse* must be passed by name only. + """ + + +class ITuple(collections.ISequence): + """ + Interface for :class:`tuple` + """ + extra_classes = (tuple,) + + +class ITextString(collections.ISequence): + """ + Interface for text ("unicode") strings. + + This is :class:`str` + """ + extra_classes = (str,) + + +if PY313_OR_OLDER: + class IByteString(collections.IByteString): + """ + Interface for immutable byte strings. + + On all Python versions this is :class:`bytes`. + + Unlike :class:`zope.interface.common.collections.IByteString` + (the parent of this interface) this does *not* include + :class:`bytearray`. + """ + extra_classes = (bytes,) + + +class INativeString(ITextString): + """ + Interface for native strings. + + On all Python versions, this is :class:`str`. Tt extends + :class:`ITextString`. + """ + + +# We're not extending ABCInterface so extra_classes won't work +classImplements(str, INativeString) + + +class IBool(numbers.IIntegral): + """ + Interface for :class:`bool` + """ + extra_classes = (bool,) + + +class IDict(collections.IMutableMapping): + """ + Interface for :class:`dict` + """ + extra_classes = (dict,) + + +class IFile(io.IIOBase): + """ + Interface for :class:`file`. + + It is recommended to use the interfaces from + :mod:`zope.interface.common.io` instead of this interface. + + On Python 3, there is no single implementation of this interface; + depending on the arguments, the :func:`open` builtin can return + many different classes that implement different interfaces from + :mod:`zope.interface.common.io`. + """ + extra_classes = () diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/collections.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/collections.py new file mode 100644 index 0000000..defa8a1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/collections.py @@ -0,0 +1,269 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## +""" +Interface definitions paralleling the abstract base classes defined in +:mod:`collections.abc`. + +After this module is imported, the standard library types will declare that +they implement the appropriate interface. While most standard library types +will properly implement that interface (that is, ``verifyObject(ISequence, +list()))`` will pass, for example), a few might not: + + - `memoryview` doesn't feature all the defined methods of + ``ISequence`` such as ``count``; it is still declared to provide + ``ISequence`` though. + + - `collections.deque.pop` doesn't accept the ``index`` argument of + `collections.abc.MutableSequence.pop` + + - `range.index` does not accept the ``start`` and ``stop`` arguments. + +.. versionadded:: 5.0.0 +""" + +import sys +from abc import ABCMeta +from collections import OrderedDict +from collections import UserDict +from collections import UserList +from collections import UserString +from collections import abc + +from zope.interface._compat import PY313_OR_OLDER +from zope.interface.common import ABCInterface +from zope.interface.common import optional + + +# pylint:disable=inherit-non-class, +# pylint:disable=no-self-argument,no-method-argument +# pylint:disable=unexpected-special-method-signature +# pylint:disable=no-value-for-parameter + + +def _new_in_ver(name, ver, + bases_if_missing=(ABCMeta,), + register_if_missing=()): + if ver: + return getattr(abc, name) + + # TODO: It's a shame to have to repeat the bases when + # the ABC is missing. Can we DRY that? + missing = ABCMeta(name, bases_if_missing, { + '__doc__': "The ABC %s is not defined in this version of Python." % ( + name + ), + }) + + for c in register_if_missing: + missing.register(c) + + return missing + + +__all__ = [ + 'IAsyncGenerator', + 'IAsyncIterable', + 'IAsyncIterator', + 'IAwaitable', + 'ICollection', + 'IContainer', + 'ICoroutine', + 'IGenerator', + 'IHashable', + 'IItemsView', + 'IIterable', + 'IIterator', + 'IKeysView', + 'IMapping', + 'IMappingView', + 'IMutableMapping', + 'IMutableSequence', + 'IMutableSet', + 'IReversible', + 'ISequence', + 'ISet', + 'ISized', + 'IValuesView', +] + + +class IContainer(ABCInterface): + abc = abc.Container + + @optional + def __contains__(other): + """ + Optional method. If not provided, the interpreter will use + ``__iter__`` or the old ``__getitem__`` protocol + to implement ``in``. + """ + + +class IHashable(ABCInterface): + abc = abc.Hashable + + +class IIterable(ABCInterface): + abc = abc.Iterable + + @optional + def __iter__(): + """ + Optional method. If not provided, the interpreter will + implement `iter` using the old ``__getitem__`` protocol. + """ + + +class IIterator(IIterable): + abc = abc.Iterator + + +class IReversible(IIterable): + abc = _new_in_ver('Reversible', True, (IIterable.getABC(),)) + + @optional + def __reversed__(): + """ + Optional method. If this isn't present, the interpreter + will use ``__len__`` and ``__getitem__`` to implement the + `reversed` builtin. + """ + + +class IGenerator(IIterator): + # New in Python 3.5 + abc = _new_in_ver('Generator', True, (IIterator.getABC(),)) + + +class ISized(ABCInterface): + abc = abc.Sized + + +# ICallable is not defined because there's no standard signature. + + +class ICollection(ISized, + IIterable, + IContainer): + abc = _new_in_ver( + 'Collection', + True, + (ISized.getABC(), IIterable.getABC(), IContainer.getABC()) + ) + + +class ISequence(IReversible, + ICollection): + abc = abc.Sequence + extra_classes = (UserString,) + # On Python 2, basestring was registered as an ISequence, and + # its subclass str is an IByteString. If we also register str as + # an ISequence, that tends to lead to inconsistent resolution order. + ignored_classes = () + + @optional + def __reversed__(): + """ + Optional method. If this isn't present, the interpreter + will use ``__len__`` and ``__getitem__`` to implement the + `reversed` builtin. + """ + + @optional + def __iter__(): + """ + Optional method. If not provided, the interpreter will + implement `iter` using the old ``__getitem__`` protocol. + """ + + +class IMutableSequence(ISequence): + abc = abc.MutableSequence + extra_classes = (UserList,) + + +if PY313_OR_OLDER: + class IByteString(ISequence): + """ + This unifies `bytes` and `bytearray`. + """ + abc = _new_in_ver( + 'ByteString', True, (ISequence.getABC(),), (bytes, bytearray), + ) + + +class ISet(ICollection): + abc = abc.Set + + +class IMutableSet(ISet): + abc = abc.MutableSet + + +class IMapping(ICollection): + abc = abc.Mapping + extra_classes = (dict,) + # OrderedDict is a subclass of dict. On CPython 2, + # it winds up registered as a IMutableMapping, which + # produces an inconsistent IRO if we also try to register it + # here. + ignored_classes = (OrderedDict,) + + +class IMutableMapping(IMapping): + abc = abc.MutableMapping + extra_classes = (dict, UserDict,) + ignored_classes = (OrderedDict,) + + +class IMappingView(ISized): + abc = abc.MappingView + + +class IItemsView(IMappingView, ISet): + abc = abc.ItemsView + + +class IKeysView(IMappingView, ISet): + abc = abc.KeysView + + +class IValuesView(IMappingView, ICollection): + abc = abc.ValuesView + + @optional + def __contains__(other): + """ + Optional method. If not provided, the interpreter will use + ``__iter__`` or the old ``__len__`` and ``__getitem__`` protocol + to implement ``in``. + """ + + +class IAwaitable(ABCInterface): + abc = _new_in_ver('Awaitable', True) + + +class ICoroutine(IAwaitable): + abc = _new_in_ver('Coroutine', True) + + +class IAsyncIterable(ABCInterface): + abc = _new_in_ver('AsyncIterable', True) + + +class IAsyncIterator(IAsyncIterable): + abc = _new_in_ver('AsyncIterator', True) + + +class IAsyncGenerator(IAsyncIterator): + abc = _new_in_ver('AsyncGenerator', True) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/idatetime.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/idatetime.py new file mode 100644 index 0000000..24b2606 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/idatetime.py @@ -0,0 +1,622 @@ +############################################################################## +# Copyright (c) 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## +"""Datetime interfaces. + +This module is called idatetime because if it were called datetime the import +of the real datetime would fail. +""" +from datetime import date +from datetime import datetime +from datetime import time +from datetime import timedelta +from datetime import tzinfo + +from zope.interface import Attribute +from zope.interface import Interface +from zope.interface import classImplements + + +class ITimeDeltaClass(Interface): + """This is the timedelta class interface. + + This is symbolic; this module does **not** make + `datetime.timedelta` provide this interface. + """ + + min = Attribute("The most negative timedelta object") + + max = Attribute("The most positive timedelta object") + + resolution = Attribute( + "The smallest difference between non-equal timedelta objects") + + +class ITimeDelta(ITimeDeltaClass): + """Represent the difference between two datetime objects. + + Implemented by `datetime.timedelta`. + + Supported operators: + + - add, subtract timedelta + - unary plus, minus, abs + - compare to timedelta + - multiply, divide by int/long + + In addition, `.datetime` supports subtraction of two `.datetime` objects + returning a `.timedelta`, and addition or subtraction of a `.datetime` + and a `.timedelta` giving a `.datetime`. + + Representation: (days, seconds, microseconds). + """ + + days = Attribute("Days between -999999999 and 999999999 inclusive") + + seconds = Attribute("Seconds between 0 and 86399 inclusive") + + microseconds = Attribute("Microseconds between 0 and 999999 inclusive") + + +class IDateClass(Interface): + """This is the date class interface. + + This is symbolic; this module does **not** make + `datetime.date` provide this interface. + """ + + min = Attribute("The earliest representable date") + + max = Attribute("The latest representable date") + + resolution = Attribute( + "The smallest difference between non-equal date objects") + + def today(): + """Return the current local time. + + This is equivalent to ``date.fromtimestamp(time.time())``""" + + def fromtimestamp(timestamp): + """Return the local date from a POSIX timestamp (like time.time()) + + This may raise `ValueError`, if the timestamp is out of the range of + values supported by the platform C ``localtime()`` function. It's + common for this to be restricted to years from 1970 through 2038. Note + that on non-POSIX systems that include leap seconds in their notion of + a timestamp, leap seconds are ignored by `fromtimestamp`. + """ + + def fromordinal(ordinal): + """Return the date corresponding to the proleptic Gregorian ordinal. + + January 1 of year 1 has ordinal 1. `ValueError` is raised unless + 1 <= ordinal <= date.max.toordinal(). + + For any date *d*, ``date.fromordinal(d.toordinal()) == d``. + """ + + +class IDate(IDateClass): + """Represents a date (year, month and day) in an idealized calendar. + + Implemented by `datetime.date`. + + Operators: + + __repr__, __str__ + __cmp__, __hash__ + __add__, __radd__, __sub__ (add/radd only with timedelta arg) + """ + + year = Attribute("Between MINYEAR and MAXYEAR inclusive.") + + month = Attribute("Between 1 and 12 inclusive") + + day = Attribute( + "Between 1 and the number of days " + "in the given month of the given year." + ) + + def replace(year, month, day): + """Return a date with the same value. + + Except for those members given new values by whichever keyword + arguments are specified. + + For example, if ``d == date(2002, 12, 31)``, then + ``d.replace(day=26) == date(2000, 12, 26)``. + """ + + def timetuple(): + """Return a 9-element tuple of the form returned by `time.localtime`. + + The hours, minutes and seconds are 0, and the DST flag is -1. + ``d.timetuple()`` is equivalent to + ``(d.year, d.month, d.day, 0, 0, 0, d.weekday(), d.toordinal() - + date(d.year, 1, 1).toordinal() + 1, -1)`` + """ + + def toordinal(): + """Return the proleptic Gregorian ordinal of the date + + January 1 of year 1 has ordinal 1. For any date object *d*, + ``date.fromordinal(d.toordinal()) == d``. + """ + + def weekday(): + """Return the day of the week as an integer. + + Monday is 0 and Sunday is 6. For example, + ``date(2002, 12, 4).weekday() == 2``, a Wednesday. + + .. seealso:: `isoweekday`. + """ + + def isoweekday(): + """Return the day of the week as an integer. + + Monday is 1 and Sunday is 7. For example, + date(2002, 12, 4).isoweekday() == 3, a Wednesday. + + .. seealso:: `weekday`, `isocalendar`. + """ + + def isocalendar(): + """Return a 3-tuple, (ISO year, ISO week number, ISO weekday). + + The ISO calendar is a widely used variant of the Gregorian calendar. + See http://www.phys.uu.nl/~vgent/calendar/isocalendar.htm for a good + explanation. + + The ISO year consists of 52 or 53 full weeks, and where a week starts + on a Monday and ends on a Sunday. The first week of an ISO year is the + first (Gregorian) calendar week of a year containing a Thursday. This + is called week number 1, and the ISO year of that Thursday is the same + as its Gregorian year. + + For example, 2004 begins on a Thursday, so the first week of ISO year + 2004 begins on Monday, 29 Dec 2003 and ends on Sunday, 4 Jan 2004, so + that ``date(2003, 12, 29).isocalendar() == (2004, 1, 1)`` and + ``date(2004, 1, 4).isocalendar() == (2004, 1, 7)``. + """ + + def isoformat(): + """Return a string representing the date in ISO 8601 format. + + This is 'YYYY-MM-DD'. + For example, ``date(2002, 12, 4).isoformat() == '2002-12-04'``. + """ + + def __str__(): + """For a date *d*, ``str(d)`` is equivalent to ``d.isoformat()``.""" + + def ctime(): + """Return a string representing the date. + + For example date(2002, 12, 4).ctime() == 'Wed Dec 4 00:00:00 2002'. + d.ctime() is equivalent to time.ctime(time.mktime(d.timetuple())) + on platforms where the native C ctime() function + (which `time.ctime` invokes, but which date.ctime() does not invoke) + conforms to the C standard. + """ + + def strftime(format): + """Return a string representing the date. + + Controlled by an explicit format string. Format codes referring to + hours, minutes or seconds will see 0 values. + """ + + +class IDateTimeClass(Interface): + """This is the datetime class interface. + + This is symbolic; this module does **not** make + `datetime.datetime` provide this interface. + """ + + min = Attribute("The earliest representable datetime") + + max = Attribute("The latest representable datetime") + + resolution = Attribute( + "The smallest possible difference between non-equal datetime objects") + + def today(): + """Return the current local datetime, with tzinfo None. + + This is equivalent to ``datetime.fromtimestamp(time.time())``. + + .. seealso:: `now`, `fromtimestamp`. + """ + + def now(tz=None): + """Return the current local date and time. + + If optional argument *tz* is None or not specified, this is like + `today`, but, if possible, supplies more precision than can be gotten + from going through a `time.time` timestamp (for example, this may be + possible on platforms supplying the C ``gettimeofday()`` function). + + Else tz must be an instance of a class tzinfo subclass, and the current + date and time are converted to tz's time zone. In this case the result + is equivalent to tz.fromutc(datetime.utcnow().replace(tzinfo=tz)). + + .. seealso:: `today`, `utcnow`. + """ + + def utcnow(): + """Return the current UTC date and time, with tzinfo None. + + This is like `now`, but returns the current UTC date and time, as a + naive datetime object. + + .. seealso:: `now`. + """ + + def fromtimestamp(timestamp, tz=None): + """Return the local date and time corresponding to the POSIX timestamp. + + Same as is returned by time.time(). If optional argument tz is None or + not specified, the timestamp is converted to the platform's local date + and time, and the returned datetime object is naive. + + Else tz must be an instance of a class tzinfo subclass, and the + timestamp is converted to tz's time zone. In this case the result is + equivalent to + ``tz.fromutc(datetime.utcfromtimestamp(timestamp).replace(tzinfo=tz))`` + + fromtimestamp() may raise `ValueError`, if the timestamp is out of the + range of values supported by the platform C localtime() or gmtime() + functions. It's common for this to be restricted to years in 1970 + through 2038. Note that on non-POSIX systems that include leap seconds + in their notion of a timestamp, leap seconds are ignored by + fromtimestamp(), and then it's possible to have two timestamps + differing by a second that yield identical datetime objects. + + .. seealso:: `utcfromtimestamp`. + """ + + def utcfromtimestamp(timestamp): + """Return the UTC datetime from the POSIX timestamp with tzinfo None. + + This may raise `ValueError`, if the timestamp is out of the range of + values supported by the platform C ``gmtime()`` function. It's common + for this to be restricted to years in 1970 through 2038. + + .. seealso:: `fromtimestamp`. + """ + + def fromordinal(ordinal): + """Return the datetime from the proleptic Gregorian ordinal. + + January 1 of year 1 has ordinal 1. `ValueError` is raised unless + 1 <= ordinal <= datetime.max.toordinal(). + The hour, minute, second and microsecond of the result are all 0, and + tzinfo is None. + """ + + def combine(date, time): + """Return a new datetime object. + + Its date members are equal to the given date object's, and whose time + and tzinfo members are equal to the given time object's. For any + datetime object *d*, ``d == datetime.combine(d.date(), d.timetz())``. + If date is a datetime object, its time and tzinfo members are ignored. + """ + + +class IDateTime(IDate, IDateTimeClass): + """Contains all the information from a date object and a time object. + + Implemented by `datetime.datetime`. + """ + + year = Attribute("Year between MINYEAR and MAXYEAR inclusive") + + month = Attribute("Month between 1 and 12 inclusive") + + day = Attribute( + "Day between 1 and the number of days in the given month of the year") + + hour = Attribute("Hour in range(24)") + + minute = Attribute("Minute in range(60)") + + second = Attribute("Second in range(60)") + + microsecond = Attribute("Microsecond in range(1000000)") + + tzinfo = Attribute( + """The object passed as the tzinfo argument to the datetime constructor + or None if none was passed""") + + def date(): + """Return date object with same year, month and day.""" + + def time(): + """Return time object with same hour, minute, second, microsecond. + + tzinfo is None. + + .. seealso:: Method :meth:`timetz`. + """ + + def timetz(): + """Return time object with same hour, minute, second, microsecond, + and tzinfo. + + .. seealso:: Method :meth:`time`. + """ + + def replace(year, month, day, hour, minute, second, microsecond, tzinfo): + """Return a datetime with the same members, except for those members + given new values by whichever keyword arguments are specified. + + Note that ``tzinfo=None`` can be specified to create a naive datetime + from an aware datetime with no conversion of date and time members. + """ + + def astimezone(tz): + """Return a datetime object with new tzinfo member tz, adjusting the + date and time members so the result is the same UTC time as self, but + in tz's local time. + + tz must be an instance of a tzinfo subclass, and its utcoffset() and + dst() methods must not return None. self must be aware (self.tzinfo + must not be None, and self.utcoffset() must not return None). + + If self.tzinfo is tz, self.astimezone(tz) is equal to self: no + adjustment of date or time members is performed. Else the result is + local time in time zone tz, representing the same UTC time as self: + + after astz = dt.astimezone(tz), astz - astz.utcoffset() + + will usually have the same date and time members as dt - + dt.utcoffset(). The discussion of class `datetime.tzinfo` explains + the cases at Daylight Saving Time transition boundaries where this + cannot be achieved (an issue only if tz models both standard and + daylight time). + + If you merely want to attach a time zone object *tz* to a datetime + *dt* without adjustment of date and time members, use + ``dt.replace(tzinfo=tz)``. + + If you merely want to remove the time zone object from an aware + datetime dt without conversion of date and time members, use + ``dt.replace(tzinfo=None)``. + + Note that the default `tzinfo.fromutc` method can be overridden in a + tzinfo subclass to effect the result returned by `astimezone`. + """ + + def utcoffset(): + """Return the timezone offset in minutes east of UTC (negative west of + UTC).""" + + def dst(): + """Return 0 if DST is not in effect, or the DST offset (in minutes + eastward) if DST is in effect. + """ + + def tzname(): + """Return the timezone name.""" + + def timetuple(): + """Return a 9-tuple of the form returned by `time.localtime`.""" + + def utctimetuple(): + """Return UTC time tuple compatilble with `time.gmtime`.""" + + def toordinal(): + """Return the proleptic Gregorian ordinal of the date. + + The same as self.date().toordinal(). + """ + + def weekday(): + """Return the day of the week as an integer. + + Monday is 0 and Sunday is 6. The same as self.date().weekday(). + See also isoweekday(). + """ + + def isoweekday(): + """Return the day of the week as an integer. + + Monday is 1 and Sunday is 7. The same as self.date().isoweekday. + + .. seealso:: `weekday`, `isocalendar`. + """ + + def isocalendar(): + """Return a 3-tuple, (ISO year, ISO week number, ISO weekday). + + The same as self.date().isocalendar(). + """ + + def isoformat(sep='T'): + """Return a string representing the date and time in ISO 8601 format. + + YYYY-MM-DDTHH:MM:SS.mmmmmm or YYYY-MM-DDTHH:MM:SS if microsecond is 0 + + If `utcoffset` does not return None, a 6-character string is appended, + giving the UTC offset in (signed) hours and minutes: + + YYYY-MM-DDTHH:MM:SS.mmmmmm+HH:MM or YYYY-MM-DDTHH:MM:SS+HH:MM + if microsecond is 0. + + The optional argument sep (default 'T') is a one-character separator, + placed between the date and time portions of the result. + """ + + def __str__(): + """Convert to a stirng + + For a datetime instance *d*, ``str(d)`` is equivalent to + ``d.isoformat(' ')``. + """ + + def ctime(): + """Return a string representing the date and time. + + ``datetime(2002, 12, 4, 20, 30, 40).ctime()`` yields + ``'Wed Dec 4 20:30:40 2002'``. + ``d.ctime()`` is equivalent to + ``time.ctime(time.mktime(d.timetuple()))`` on platforms where the + native C ``ctime()`` function (which `time.ctime` invokes, but which + `datetime.ctime` does not invoke) conforms to the C standard. + """ + + def strftime(format): + """Return a string representing the date and time. + + This is controlled by an explicit format string. + """ + + +class ITimeClass(Interface): + """This is the time class interface. + + This is symbolic; this module does **not** make + `datetime.time` provide this interface. + + """ + + min = Attribute("The earliest representable time") + + max = Attribute("The latest representable time") + + resolution = Attribute( + "The smallest possible difference between non-equal time objects") + + +class ITime(ITimeClass): + """Represent time with time zone. + + Implemented by `datetime.time`. + + Operators: + + __repr__, __str__ + __cmp__, __hash__ + """ + + hour = Attribute("Hour in range(24)") + + minute = Attribute("Minute in range(60)") + + second = Attribute("Second in range(60)") + + microsecond = Attribute("Microsecond in range(1000000)") + + tzinfo = Attribute( + """The object passed as the tzinfo argument to the time constructor + or None if none was passed.""") + + def replace(hour, minute, second, microsecond, tzinfo): + """Return a time with the same value. + + Except for those members given new values by whichever keyword + arguments are specified. Note that tzinfo=None can be specified + to create a naive time from an aware time, without conversion of the + time members. + """ + + def isoformat(): + """Return a string representing the time in ISO 8601 format. + + That is HH:MM:SS.mmmmmm or, if self.microsecond is 0, HH:MM:SS + If utcoffset() does not return None, a 6-character string is appended, + giving the UTC offset in (signed) hours and minutes: + HH:MM:SS.mmmmmm+HH:MM or, if self.microsecond is 0, HH:MM:SS+HH:MM + """ + + def __str__(): + """For a time t, str(t) is equivalent to t.isoformat().""" + + def strftime(format): + """Return a string representing the time. + + This is controlled by an explicit format string. + """ + + def utcoffset(): + """Return the timezone offset in minutes east of UTC (negative west of + UTC). + + If tzinfo is None, returns None, else returns + self.tzinfo.utcoffset(None), and raises an exception if the latter + doesn't return None or a timedelta object representing a whole number + of minutes with magnitude less than one day. + """ + + def dst(): + """Return 0 if DST is not in effect, or the DST offset (in minutes + eastward) if DST is in effect. + + If tzinfo is None, returns None, else returns self.tzinfo.dst(None), + and raises an exception if the latter doesn't return None, or a + timedelta object representing a whole number of minutes with + magnitude less than one day. + """ + + def tzname(): + """Return the timezone name. + + If tzinfo is None, returns None, else returns self.tzinfo.tzname(None), + or raises an exception if the latter doesn't return None or a string + object. + """ + + +class ITZInfo(Interface): + """Time zone info class. + """ + + def utcoffset(dt): + """Return offset of local time from UTC, in minutes east of UTC. + + If local time is west of UTC, this should be negative. + Note that this is intended to be the total offset from UTC; + for example, if a tzinfo object represents both time zone and DST + adjustments, utcoffset() should return their sum. If the UTC offset + isn't known, return None. Else the value returned must be a timedelta + object specifying a whole number of minutes in the range -1439 to 1439 + inclusive (1440 = 24*60; the magnitude of the offset must be less + than one day). + """ + + def dst(dt): + """Return the daylight saving time (DST) adjustment, in minutes east + of UTC, or None if DST information isn't known. + """ + + def tzname(dt): + """Return the time zone name corresponding to the datetime object as + a string. + """ + + def fromutc(dt): + """Return an equivalent datetime in self's local time.""" + + +classImplements(timedelta, ITimeDelta) +classImplements(date, IDate) +classImplements(datetime, IDateTime) +classImplements(time, ITime) +classImplements(tzinfo, ITZInfo) + +# directlyProvides(timedelta, ITimeDeltaClass) +# directlyProvides(date, IDateClass) +# directlyProvides(datetime, IDateTimeClass) +# directlyProvides(time, ITimeClass) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/interfaces.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/interfaces.py new file mode 100644 index 0000000..9075795 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/interfaces.py @@ -0,0 +1,281 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Interfaces for standard python exceptions +""" +from zope.interface import Interface +from zope.interface import classImplements + + +class IException(Interface): + "Interface for `Exception`" + + +classImplements(Exception, IException) # noqa E305 + + +class IStandardError(IException): + "Interface for `StandardError` (no longer existing.)" + + +class IWarning(IException): + "Interface for `Warning`" + + +classImplements(Warning, IWarning) # noqa E305 + + +class ISyntaxError(IStandardError): + "Interface for `SyntaxError`" + + +classImplements(SyntaxError, ISyntaxError) # noqa E305 + + +class ILookupError(IStandardError): + "Interface for `LookupError`" + + +classImplements(LookupError, ILookupError) # noqa E305 + + +class IValueError(IStandardError): + "Interface for `ValueError`" + + +classImplements(ValueError, IValueError) # noqa E305 + + +class IRuntimeError(IStandardError): + "Interface for `RuntimeError`" + + +classImplements(RuntimeError, IRuntimeError) # noqa E305 + + +class IArithmeticError(IStandardError): + "Interface for `ArithmeticError`" + + +classImplements(ArithmeticError, IArithmeticError) # noqa E305 + + +class IAssertionError(IStandardError): + "Interface for `AssertionError`" + + +classImplements(AssertionError, IAssertionError) # noqa E305 + + +class IAttributeError(IStandardError): + "Interface for `AttributeError`" + + +classImplements(AttributeError, IAttributeError) # noqa E305 + + +class IDeprecationWarning(IWarning): + "Interface for `DeprecationWarning`" + + +classImplements(DeprecationWarning, IDeprecationWarning) # noqa E305 + + +class IEOFError(IStandardError): + "Interface for `EOFError`" + + +classImplements(EOFError, IEOFError) # noqa E305 + + +class IEnvironmentError(IStandardError): + "Interface for `EnvironmentError`" + + +classImplements(EnvironmentError, IEnvironmentError) # noqa E305 + + +class IFloatingPointError(IArithmeticError): + "Interface for `FloatingPointError`" + + +classImplements(FloatingPointError, IFloatingPointError) # noqa E305 + + +class IIOError(IEnvironmentError): + "Interface for `IOError`" + + +classImplements(IOError, IIOError) # noqa E305 + + +class IImportError(IStandardError): + "Interface for `ImportError`" + + +classImplements(ImportError, IImportError) # noqa E305 + + +class IIndentationError(ISyntaxError): + "Interface for `IndentationError`" + + +classImplements(IndentationError, IIndentationError) # noqa E305 + + +class IIndexError(ILookupError): + "Interface for `IndexError`" + + +classImplements(IndexError, IIndexError) # noqa E305 + + +class IKeyError(ILookupError): + "Interface for `KeyError`" + + +classImplements(KeyError, IKeyError) # noqa E305 + + +class IKeyboardInterrupt(IStandardError): + "Interface for `KeyboardInterrupt`" + + +classImplements(KeyboardInterrupt, IKeyboardInterrupt) # noqa E305 + + +class IMemoryError(IStandardError): + "Interface for `MemoryError`" + + +classImplements(MemoryError, IMemoryError) # noqa E305 + + +class INameError(IStandardError): + "Interface for `NameError`" + + +classImplements(NameError, INameError) # noqa E305 + + +class INotImplementedError(IRuntimeError): + "Interface for `NotImplementedError`" + + +classImplements(NotImplementedError, INotImplementedError) # noqa E305 + + +class IOSError(IEnvironmentError): + "Interface for `OSError`" + + +classImplements(OSError, IOSError) # noqa E305 + + +class IOverflowError(IArithmeticError): + "Interface for `ArithmeticError`" + + +classImplements(OverflowError, IOverflowError) # noqa E305 + + +class IOverflowWarning(IWarning): + """Deprecated, no standard class implements this. + + This was the interface for ``OverflowWarning`` prior to Python 2.5, + but that class was removed for all versions after that. + """ + + +class IReferenceError(IStandardError): + "Interface for `ReferenceError`" + + +classImplements(ReferenceError, IReferenceError) # noqa E305 + + +class IRuntimeWarning(IWarning): + "Interface for `RuntimeWarning`" + + +classImplements(RuntimeWarning, IRuntimeWarning) # noqa E305 + + +class IStopIteration(IException): + "Interface for `StopIteration`" + + +classImplements(StopIteration, IStopIteration) # noqa E305 + + +class ISyntaxWarning(IWarning): + "Interface for `SyntaxWarning`" + + +classImplements(SyntaxWarning, ISyntaxWarning) # noqa E305 + + +class ISystemError(IStandardError): + "Interface for `SystemError`" + + +classImplements(SystemError, ISystemError) # noqa E305 + + +class ISystemExit(IException): + "Interface for `SystemExit`" + + +classImplements(SystemExit, ISystemExit) # noqa E305 + + +class ITabError(IIndentationError): + "Interface for `TabError`" + + +classImplements(TabError, ITabError) # noqa E305 + + +class ITypeError(IStandardError): + "Interface for `TypeError`" + + +classImplements(TypeError, ITypeError) # noqa E305 + + +class IUnboundLocalError(INameError): + "Interface for `UnboundLocalError`" + + +classImplements(UnboundLocalError, IUnboundLocalError) # noqa E305 + + +class IUnicodeError(IValueError): + "Interface for `UnicodeError`" + + +classImplements(UnicodeError, IUnicodeError) # noqa E305 + + +class IUserWarning(IWarning): + "Interface for `UserWarning`" + + +classImplements(UserWarning, IUserWarning) # noqa E305 + + +class IZeroDivisionError(IArithmeticError): + "Interface for `ZeroDivisionError`" + + +classImplements(ZeroDivisionError, IZeroDivisionError) # noqa E305 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/io.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/io.py new file mode 100644 index 0000000..89f1ba8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/io.py @@ -0,0 +1,44 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## +""" +Interface definitions paralleling the abstract base classes defined in +:mod:`io`. + +After this module is imported, the standard library types will declare +that they implement the appropriate interface. + +.. versionadded:: 5.0.0 +""" + +import io as abc + +from zope.interface.common import ABCInterface + + +# pylint:disable=inherit-non-class, +# pylint:disable=no-member + +class IIOBase(ABCInterface): + abc = abc.IOBase + + +class IRawIOBase(IIOBase): + abc = abc.RawIOBase + + +class IBufferedIOBase(IIOBase): + abc = abc.BufferedIOBase + extra_classes = () + + +class ITextIOBase(IIOBase): + abc = abc.TextIOBase diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/mapping.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/mapping.py new file mode 100644 index 0000000..d8ea074 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/mapping.py @@ -0,0 +1,177 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" +Mapping Interfaces. + +Importing this module does *not* mark any standard classes as +implementing any of these interfaces. + +While this module is not deprecated, new code should generally use +:mod:`zope.interface.common.collections`, specifically +:class:`~zope.interface.common.collections.IMapping` and +:class:`~zope.interface.common.collections.IMutableMapping`. This +module is occasionally useful for its extremely fine grained breakdown +of interfaces. + +The standard library :class:`dict` and :class:`collections.UserDict` +implement ``IMutableMapping``, but *do not* implement any of the +interfaces in this module. +""" +from zope.interface import Interface +from zope.interface.common import collections + + +class IItemMapping(Interface): + """Simplest readable mapping object + """ + + def __getitem__(key): + """Get a value for a key + + A `KeyError` is raised if there is no value for the key. + """ + + +class IReadMapping(collections.IContainer, IItemMapping): + """ + Basic mapping interface. + + .. versionchanged:: 5.0.0 + Extend ``IContainer`` + """ + + def get(key, default=None): + """Get a value for a key + + The default is returned if there is no value for the key. + """ + + def __contains__(key): + """Tell if a key exists in the mapping.""" + # Optional in IContainer, required by this interface. + + +class IWriteMapping(Interface): + """Mapping methods for changing data""" + + def __delitem__(key): + """Delete a value from the mapping using the key.""" + + def __setitem__(key, value): + """Set a new item in the mapping.""" + + +class IEnumerableMapping(collections.ISized, IReadMapping): + """ + Mapping objects whose items can be enumerated. + + .. versionchanged:: 5.0.0 + Extend ``ISized`` + """ + + def keys(): + """Return the keys of the mapping object. + """ + + def __iter__(): + """Return an iterator for the keys of the mapping object. + """ + + def values(): + """Return the values of the mapping object. + """ + + def items(): + """Return the items of the mapping object. + """ + + +class IMapping(IWriteMapping, IEnumerableMapping): + ''' Simple mapping interface ''' + + +class IIterableMapping(IEnumerableMapping): + """A mapping that has distinct methods for iterating + without copying. + + """ + + +class IClonableMapping(Interface): + """Something that can produce a copy of itself. + + This is available in `dict`. + """ + + def copy(): + "return copy of dict" + + +class IExtendedReadMapping(IIterableMapping): + """ + Something with a particular method equivalent to ``__contains__``. + + On Python 2, `dict` provided the ``has_key`` method, but it was removed + in Python 3. + """ + + +class IExtendedWriteMapping(IWriteMapping): + """Additional mutation methods. + + These are all provided by `dict`. + """ + + def clear(): + "delete all items" + + def update(d): + " Update D from E: for k in E.keys(): D[k] = E[k]" + + def setdefault(key, default=None): + "D.setdefault(k[,d]) -> D.get(k,d), also set D[k]=d if k not in D" + + def pop(k, default=None): + """ + pop(k[,default]) -> value + + Remove specified key and return the corresponding value. + + If key is not found, *default* is returned if given, otherwise + `KeyError` is raised. Note that *default* must not be passed by + name. + """ + + def popitem(): + """remove and return some (key, value) pair as a + 2-tuple; but raise KeyError if mapping is empty""" + + +class IFullMapping( + collections.IMutableMapping, + IExtendedReadMapping, + IExtendedWriteMapping, + IClonableMapping, + IMapping, +): + """ + Full mapping interface. + + Most uses of this interface should instead use + :class:`~zope.interface.commons.collections.IMutableMapping` (one of the + bases of this interface). The required methods are the same. + + .. versionchanged:: 5.0.0 + Extend ``IMutableMapping`` + """ diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/numbers.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/numbers.py new file mode 100644 index 0000000..6b20e09 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/numbers.py @@ -0,0 +1,65 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## +""" +Interface definitions paralleling the abstract base classes defined in +:mod:`numbers`. + +After this module is imported, the standard library types will declare +that they implement the appropriate interface. + +.. versionadded:: 5.0.0 +""" + +import numbers as abc + +from zope.interface.common import ABCInterface +from zope.interface.common import optional + + +# pylint:disable=inherit-non-class, +# pylint:disable=no-self-argument,no-method-argument +# pylint:disable=unexpected-special-method-signature +# pylint:disable=no-value-for-parameter + + +class INumber(ABCInterface): + abc = abc.Number + + +class IComplex(INumber): + abc = abc.Complex + + @optional + def __complex__(): + """ + Rarely implemented, even in builtin types. + """ + + +class IReal(IComplex): + abc = abc.Real + + @optional + def __complex__(): + """ + Rarely implemented, even in builtin types. + """ + + __floor__ = __ceil__ = __complex__ + + +class IRational(IReal): + abc = abc.Rational + + +class IIntegral(IRational): + abc = abc.Integral diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/sequence.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/sequence.py new file mode 100644 index 0000000..c63f5a4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/sequence.py @@ -0,0 +1,195 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" +Sequence Interfaces + +Importing this module does *not* mark any standard classes as +implementing any of these interfaces. + +While this module is not deprecated, new code should generally use +:mod:`zope.interface.common.collections`, specifically +:class:`~zope.interface.common.collections.ISequence` and +:class:`~zope.interface.common.collections.IMutableSequence`. This +module is occasionally useful for its fine-grained breakdown of interfaces. + +The standard library :class:`list`, :class:`tuple` and +:class:`collections.UserList`, among others, implement ``ISequence`` +or ``IMutableSequence`` but *do not* implement any of the interfaces +in this module. +""" + +__docformat__ = 'restructuredtext' +from zope.interface import Interface +from zope.interface.common import collections + + +class IMinimalSequence(collections.IIterable): + """Most basic sequence interface. + + All sequences are iterable. This requires at least one of the + following: + + - a `__getitem__()` method that takes a single argument; integer + values starting at 0 must be supported, and `IndexError` should + be raised for the first index for which there is no value, or + + - an `__iter__()` method that returns an iterator as defined in + the Python documentation (http://docs.python.org/lib/typeiter.html). + + """ + + def __getitem__(index): + """``x.__getitem__(index) <==> x[index]`` + + Declaring this interface does not specify whether `__getitem__` + supports slice objects.""" + + +class IFiniteSequence(collections.ISized, IMinimalSequence): + """ + A sequence of bound size. + + .. versionchanged:: 5.0.0 + Extend ``ISized`` + """ + + +class IReadSequence(collections.IContainer, IFiniteSequence): + """ + read interface shared by tuple and list + + This interface is similar to + :class:`~zope.interface.common.collections.ISequence`, but + requires that all instances be totally ordered. Most users + should prefer ``ISequence``. + + .. versionchanged:: 5.0.0 + Extend ``IContainer`` + """ + + def __contains__(item): + """``x.__contains__(item) <==> item in x``""" + # Optional in IContainer, required here. + + def __lt__(other): + """``x.__lt__(other) <==> x < other``""" + + def __le__(other): + """``x.__le__(other) <==> x <= other``""" + + def __eq__(other): + """``x.__eq__(other) <==> x == other``""" + + def __ne__(other): + """``x.__ne__(other) <==> x != other``""" + + def __gt__(other): + """``x.__gt__(other) <==> x > other``""" + + def __ge__(other): + """``x.__ge__(other) <==> x >= other``""" + + def __add__(other): + """``x.__add__(other) <==> x + other``""" + + def __mul__(n): + """``x.__mul__(n) <==> x * n``""" + + def __rmul__(n): + """``x.__rmul__(n) <==> n * x``""" + + +class IExtendedReadSequence(IReadSequence): + """Full read interface for lists""" + + def count(item): + """Return number of occurrences of value""" + + def index(item, *args): + """index(value, [start, [stop]]) -> int + + Return first index of *value* + """ + + +class IUniqueMemberWriteSequence(Interface): + """The write contract for a sequence that may enforce unique members""" + + def __setitem__(index, item): + """``x.__setitem__(index, item) <==> x[index] = item`` + + Declaring this interface does not specify whether `__setitem__` + supports slice objects. + """ + + def __delitem__(index): + """``x.__delitem__(index) <==> del x[index]`` + + Declaring this interface does not specify whether `__delitem__` + supports slice objects. + """ + + def __iadd__(y): + """``x.__iadd__(y) <==> x += y``""" + + def append(item): + """Append item to end""" + + def insert(index, item): + """Insert item before index""" + + def pop(index=-1): + """Remove and return item at index (default last)""" + + def remove(item): + """Remove first occurrence of value""" + + def reverse(): + """Reverse *IN PLACE*""" + + def sort(cmpfunc=None): + """Stable sort *IN PLACE*; `cmpfunc(x, y)` -> -1, 0, 1""" + + def extend(iterable): + """Extend list by appending elements from the iterable""" + + +class IWriteSequence(IUniqueMemberWriteSequence): + """Full write contract for sequences""" + + def __imul__(n): + """``x.__imul__(n) <==> x *= n``""" + + +class ISequence(IReadSequence, IWriteSequence): + """ + Full sequence contract. + + New code should prefer + :class:`~zope.interface.common.collections.IMutableSequence`. + + Compared to that interface, which is implemented by :class:`list` + (:class:`~zope.interface.common.builtins.IList`), among others, + this interface is missing the following methods: + + - clear + + - count + + - index + + This interface adds the following methods: + + - sort + """ diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__init__.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__init__.py new file mode 100644 index 0000000..f70a530 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__init__.py @@ -0,0 +1,146 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## + +import unittest + +from zope.interface.common import ABCInterface +from zope.interface.common import ABCInterfaceClass +from zope.interface.verify import verifyClass +from zope.interface.verify import verifyObject + + +def iter_abc_interfaces(predicate=lambda iface: True): + # Iterate ``(iface, classes)``, where ``iface`` is a descendent of + # the ABCInterfaceClass passing the *predicate* and ``classes`` is + # an iterable of classes registered to conform to that interface. + # + # Note that some builtin classes are registered for two distinct parts of + # the ABC/interface tree. For example, bytearray is both ByteString and + # MutableSequence. + seen = set() + stack = list( + ABCInterface.dependents + ) # subclasses, but also implementedBy objects + + while stack: + iface = stack.pop(0) + if iface in seen or not isinstance(iface, ABCInterfaceClass): + continue + seen.add(iface) + stack.extend(list(iface.dependents)) + if not predicate(iface): + continue + + registered = set(iface.getRegisteredConformers()) + registered -= set(iface._ABCInterfaceClass__ignored_classes) + if registered: + yield iface, registered + + +def add_abc_interface_tests(cls, module): + def predicate(iface): + return iface.__module__ == module + add_verify_tests(cls, iter_abc_interfaces(predicate)) + + +def add_verify_tests(cls, iface_classes_iter): + cls.maxDiff = None + for iface, registered_classes in iface_classes_iter: + for stdlib_class in registered_classes: + def test(self, stdlib_class=stdlib_class, iface=iface): + if ( + stdlib_class in self.UNVERIFIABLE or + stdlib_class.__name__ in self.UNVERIFIABLE + ): + self.skipTest("Unable to verify %s" % stdlib_class) + + self.assertTrue(self.verify(iface, stdlib_class)) + + suffix = "{}_{}_{}_{}".format( + stdlib_class.__module__.replace('.', '_'), + stdlib_class.__name__, + iface.__module__.replace('.', '_'), + iface.__name__ + ) + name = 'test_auto_' + suffix + test.__name__ = name + assert not hasattr(cls, name), (name, list(cls.__dict__)) + setattr(cls, name, test) + + def test_ro(self, stdlib_class=stdlib_class, iface=iface): + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import ro + self.assertEqual( + tuple(ro.ro(iface, strict=True)), + iface.__sro__) + implements = implementedBy(stdlib_class) + sro = implements.__sro__ + self.assertIs(sro[-1], Interface) + + if stdlib_class not in self.UNVERIFIABLE_RO: + # Check that we got the strict C3 resolution order, unless + # we know we cannot. Note that 'Interface' is virtual base + # that doesn't necessarily appear at the same place in the + # calculated SRO as in the final SRO. + strict = stdlib_class not in self.NON_STRICT_RO + isro = ro.ro(implements, strict=strict) + isro.remove(Interface) + isro.append(Interface) + + self.assertEqual(tuple(isro), sro) + + name = 'test_auto_ro_' + suffix + test_ro.__name__ = name + assert not hasattr(cls, name) + setattr(cls, name, test_ro) + + +class VerifyClassMixin(unittest.TestCase): + verifier = staticmethod(verifyClass) + UNVERIFIABLE = () + NON_STRICT_RO = () + UNVERIFIABLE_RO = () + + def _adjust_object_before_verify(self, iface, x): + return x + + def verify(self, iface, klass, **kwargs): + return self.verifier(iface, + self._adjust_object_before_verify(iface, klass), + **kwargs) + + +class VerifyObjectMixin(VerifyClassMixin): + verifier = staticmethod(verifyObject) + CONSTRUCTORS = { + } + + def _adjust_object_before_verify(self, iface, x): + constructor = self.CONSTRUCTORS.get(x) + if not constructor: + constructor = self.CONSTRUCTORS.get(iface) + if not constructor: + constructor = self.CONSTRUCTORS.get(x.__name__) + if not constructor: + constructor = x + if constructor is unittest.SkipTest: + self.skipTest("Cannot create " + str(x)) + + try: + result = constructor() + except Exception as e: # pragma: no cover + raise TypeError( + f'Failed to create instance of {constructor}') from e + if hasattr(result, 'close'): + self.addCleanup(result.close) + return result diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ebe86e8c5d24179a26a20500035b95c441b34cd GIT binary patch literal 6254 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 VC4s`rBkeS}b*TS82z literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/basemapping.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c0c2c9520d7836d78e58bdb3c127fb6f4387c8cf GIT binary patch literal 5460 zcmd5=O>7&-6`tkJQY(@YDT#6l!XhJf(w{Iabrdkxpsqf7$DT<_Q zB`E?Au#dBEe)i2b-@NyRf9dH75GddL@Ndh1>?P#y_);&DSJ}S>mHWgXi^LENUqVRw z7JULS#JglsG$=@FNFXJ{57KXRf$TD5kh0MYvfD@AB1YgYF@oDZch1EC*M&gWV+OWG zPaDkiD&g$F4|K~M`LVvbx{_KRu}#ai0{_Auir@q_ZP~O}Y%{58aq14^vI`_mv;QXn zjm`Nkk)OUp$Q_y^w?Wfdazc&{gEHrHf9r+`>*=_Y!I%%pmmzi!&#dS52NNNdvX$onF zFHlz#D@*EX#=ezK#inOwRSW1hwW`NI(3ee1&8AmPbtPq+?4}+!)p$CYOs7=NT6GDC zoOF3Sy_#_%sJ;BIsT&@-Ss&Oj0FU)&5bIRFa1Z(L#K4xVZ4> z%*R)DWVK2EaAkQ*6v>b-G6jUuu^SfS(prJh(bUD_yZv}{w(rqMCKup8bFqP^$snsmOpuFV%IKJI-SF=3{*#1Q0#|!^A+?q?nZA@T>mhU! zdVU{!yXT}zdp3;xrNa0Q9jVgZ4Lg6MFuy}bt2CUad84qfLr+&}Bp=P&h4(7-jJv-u zzEQm0BKzom?-P?O3I)7L;@1K}OZU*%{QDa}Q0k^yF&7bcR~hm@ZvfiQCR_ON*O9L9S)- z#09o42$mj1NCr0uVqvTYj=Ch}9kb(|0Gs9;+LR4l!O`CVfr-$-ZdfUWm2&vp2HlH9 zcOz4!$W%F^Zb*B5gS&ldsZTBU&20FqJVmmL?>&06BFFe{UQ?(eYg$TAnwsVWG%cAn z))H6`X&NSzZVNYUi|`@*KrwW;T>Jf)CqnO~B+GqTd{oNR#8M(#tLYMj%b@vnVZPT5DE**arH=akld;2OO7 zTIa?(d)#B)c8<9^J9hM%IW2hpbOY9Dp<4rQhI~*)h$m1^=2FT(LL_l?R;zdO8BK*zcq7a3UH&-02 z$P?`-;MIo*`_oW4DtV~~mh0~IND(-jw*>C)Ej(SGbDx1~HufC*TLK7A*)X(Vs$t>f z*K_r=rSNPyJoiL)UF{*i_XSPnr|^6DohF0N!+ZAp=P;Ou$TZHO*7JQ2-`CJ#lm#k`+JASZPzBeXu3}Jz%a}Q-AK-jIBeKw@6rTObf&t?+hS;ugWu=LUYLH_!y;M1bI2Do$6;QX?Lsknr;HArt?k zgkXI3;&uHG0inOigbry6CciNV9U%>AjDck0S%Yb^GRqLm8C;W>dBD6T7(!E&MHh>J z19HH{0l<Rw?8Ai`Y${qX>U6{cnvjzQ^;^*e5n-ao*$0T&4mR~#FKeil^`*Y2w}6}TxI(3Yt2QNLs-`JV-NlNHE!(Pk zrFeE)HJXHBeuOZR84bxSRKq&6Wmx{7ZSpD3krbt+HnE~OAw_AnwXQ*MSW&+3s)iT& z6-`L)_eN&7-Ncz%-Bhjhs+uv3redg-by5VG0L~bCCDZBIyY1FydgE@!(rvunQLEpn zb!=sxwL3VYw`^?I)GE$Y+s$UXm2uDDT7_zo?(|IZC|r{OV8O#chv*eAnX{BPqkt}* zecBT=xdRdZ?3ioNcLY2g8gqzrMizQ3s1Wm&@x;EAmxF)EH~9$65wfYq$fi3YdM`@Q z$~;KT!%j=3=u$L3g7V@QX@#}24P%K^9*CemqHE96WJeWf?7Ey5Shva1#Ex5H5SwhsAugIF&%Ve|0c?5VkV|!` zQQn)lZ>~dtG~RjzX3Q}RGg(AT>s}3X$i^fzt2xcZd86%ua-bk+3kx4(<*4Rd>EL5|#$l!OoDs zNmgI}_y4ovkiRjW4aV60@Vo1Xzjn&UPWZ%#Pn-tlPJ+v$;PQ{cU~ed`K|O-_PD0FF gf90o-e+mD&`srWj-nqy#;xMsxnz;232hdgEU)9Zqo&W#< literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_collections.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..464145e5e814619095af48b9793f29af938e9ad9 GIT binary patch literal 8354 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_import_interfaces.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ea8032427d39dbbffb37c9faf7bd3ff844bafd19 GIT binary patch literal 761 zcmZuv&ui2`6n>Lr+jQ+(wcw#FG)F_(1hwczdhsB82?(C{GNj4uHZ?!iOcqRO!NXqs z3)+7{`lom*B9*xadh#YjFFpBQve^~!LB9DW?|bikGs(wZuL~GY-+!A7bb#-)X`{0s z)e|J=5JJde7=Z>aAk^j%>H?0nR=ip-u@A*aE17NlAnFB#ZLkHY?jbn`0V5WoI%IPg z>7{1tYWtOt#V{>IKK27KOr}|01Z^2r(+GO10|c~&4Pr=GpfO0a8uc^A;1rHGQ1DNj zvdcv;1|`^9fi{!cUzs aR`r41`L$*+>*B%n&fe9|-fzH7UHu1yV!-wQ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_io.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e04955a417ed38a45b682fb9d2f73dd71c49f282 GIT binary patch literal 2659 zcmd5;O-vg{6rSD1>$NcfQZPS(L@j@@D(tkN^pKWHSfL_maD-{89965uJ0@$^KbTu=|W6{1GUC5Ivo6(UmZz4j7|N=Dm6s#^7s8HKIz?Mfqf#b9&9R-DEFf9-dG)^-z-Rs8Ks? z(*L|{o3~|-6%SbPQjvNpC;IYSp!qR=G!x)VUdue@fCskiL&~&7KCCN-aYjpxe3E=5&kWg#wW=^SMVB~IlWHF8GWwro>86i3MiWP?!4T`?Yv^JeQDd|qR1 zCLoxSET@$em1WZ_%c+dItRwG}YAHD)A*{ks6_EnJf)eE+2|#QmITjWMQzVtYw1P zJoA7ti}V0vxPYvYpPM9htSqksT#jPtA*ic>sgRUF&@fbPjey3=xO$b!TN?CQ!%ziF zgVq~{+GJ_UH>lC7E=zN~M&z)n2$|ug-lK8|^72TzCdGVtPrz%oRRd_JMx7@xcLn$_ zT?Vp2a^+MYNhdd*D_B#F*2(!=?Y6VncFu^BEe^9qfb=tuO)e)Alu>n_L3o)dMRQC` zFHT2T3v9E))C$})>1|y}EvU-GwVuX{2g|BK_^{LkWR=_v7YEN42G8Cz?%&wCvHQi| z;MA&p+`k8ty#iMW2n?&f3Urn#DrF4Iz5ye{tN#hSA>7i91oP)V!qGBES8~&ld8TBu z5HI&+9%}BnaJ>l1FaR)|NR1T-#tQ@E_oDZ&>|ELXcyA#5e~FZmRx>Hqj~=hj#uvdG zsexBb#OpiPcR$}7Jbx5Ce3`6z`xKaerrut%DxG?cl0Qh-`OAvN{*Dt)qZ3{OQmw{^ zzSf%;*Dro`>Gs&2bGOcY^G-?NhrCDm1ASrnWBg_OQF(Q$Z%iE;aZ1zabOakz0ytUz zi}8FNq2M#LN^XbmT)1`N?#f=@8Ry<+yF9N!rhI0EGif7Z8S;UovYH9BFzgbn83}d; z>q%gp$n_%WLvjkqt4Icbn9_1u%V9r*H*rbJ;-hE!!jYNi-0TP8xyWp^5kos}MS^D- zOF-7hfk-^QqSRY}zrLw`skxr-DM&qq6X6>9`3nDp@cmwE|4r|@x6pBBUple*QL#T* z=nw8o{!OXa9Vm1M4mz7V#4q2sUuv`tU@>quL@Wfe6MJ>A(yN1ZuQmz8q-XfMjJfeU z2{DEhgIW#SbWcx5CUIrC%|cgSh0qi19~l!Y2>Y?U81q051diiMeS~ZOiL^cy2{-f` zIr)g3dPIf}MV|9K@DK0%PZs?n1^>vQ0D>o8!gX)9etZ18-mTtZV4@J1_>sJOD7J9o QgRay2UBgcWU@eHh0~hG|MgRZ+ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/__pycache__/test_numbers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81f489e8f76749b059d7b54682d6abe78bcfa172 GIT binary patch literal 1753 zcmds1&1)M+6rb5Itz^4$Xd|g5{-C5uwqR|WU`p#G7Z-vKR-p|oh`_Si9XV2VC3kjJ zEYm{|zU0)SQ&I>9gKK=qC8r*H?Ik7-Hd6wnrH9y0`$nW@*4I?GPpMY!;pZGK&4Jv1)p}?#JYDgM{5?}STKnwMT zF1ZfeXc&?kz;lfpB?`Gg{M;t-O{O!YGo85^&-+@!8+nDW9LqD(d1Jhqu}&#t<9T06 zcrZ|QbfGxsg&LCfOlQdLc0n`SnrHSHA zFg@kj%M8&Nldr-z{1IS_d`&v1S3!m&Mh!Xk(>YF4NJu9uU%GwEv&iT9e0&Q_C{}w*`r$8UM~!LU0aq^qLW^f>e@hz;AaqIwe^~mz7B$< z%=|3s7G#p8@y1*KSpc~_6l@FhqAMrBS z)h%6^j?;BR<~X9@IAPE42goNK=gYnuBr6=d5XXY=5osr*$f7 z{HmFW2Fk4|ndzhkX208xF}LC@zJ}`PHB^(=APC1TIJOg>0}v*LwCuu*#*>I#tuDK1 z5|DI0kGi9PUYb{v9A4)b5uP^s0^m=TQaU_GXz3SHd|?p!?jL0K8JT-V-Z?Sybm?*F z!f|Q#sC4n5bn!$5!Cw_ZEBA^&lpoIR%^g|G2iEc-`S`?8X#R2e(sB913l*qz{14ka BYEJ+F literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/basemapping.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/basemapping.py new file mode 100644 index 0000000..f58e32a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/basemapping.py @@ -0,0 +1,115 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Base Mapping tests +""" +from operator import __getitem__ + + +def testIReadMapping(self, inst, state, absent): + for key in state: + self.assertEqual(inst[key], state[key]) + self.assertEqual(inst.get(key, None), state[key]) + self.assertIn(key, inst) + + for key in absent: + self.assertEqual(inst.get(key, None), None) + self.assertEqual(inst.get(key), None) + self.assertEqual(inst.get(key, self), self) + self.assertRaises(KeyError, __getitem__, inst, key) + + +def test_keys(self, inst, state): + # Return the keys of the mapping object + inst_keys = sorted(inst.keys()) + state_keys = sorted(state.keys()) + self.assertEqual(inst_keys, state_keys) + + +def test_iter(self, inst, state): + # Return the keys of the mapping object + inst_keys = sorted(inst) + state_keys = sorted(state.keys()) + self.assertEqual(inst_keys, state_keys) + + +def test_values(self, inst, state): + # Return the values of the mapping object + inst_values = sorted(inst.values()) + state_values = sorted(state.values()) + self.assertEqual(inst_values, state_values) + + +def test_items(self, inst, state): + # Return the items of the mapping object + inst_items = sorted(inst.items()) + state_items = sorted(state.items()) + self.assertEqual(inst_items, state_items) + + +def test___len__(self, inst, state): + # Return the number of items + self.assertEqual(len(inst), len(state)) + + +def testIEnumerableMapping(self, inst, state): + test_keys(self, inst, state) + test_items(self, inst, state) + test_values(self, inst, state) + test___len__(self, inst, state) + + +class BaseTestIReadMapping: + + def testIReadMapping(self): + inst = self._IReadMapping__sample() + state = self._IReadMapping__stateDict() + absent = self._IReadMapping__absentKeys() + testIReadMapping(self, inst, state, absent) + + +class BaseTestIEnumerableMapping(BaseTestIReadMapping): + # Mapping objects whose items can be enumerated + + def test_keys(self): + # Return the keys of the mapping object + inst = self._IEnumerableMapping__sample() + state = self._IEnumerableMapping__stateDict() + test_keys(self, inst, state) + + def test_values(self): + # Return the values of the mapping object + inst = self._IEnumerableMapping__sample() + state = self._IEnumerableMapping__stateDict() + test_values(self, inst, state) + + def test_items(self): + # Return the items of the mapping object + inst = self._IEnumerableMapping__sample() + state = self._IEnumerableMapping__stateDict() + test_items(self, inst, state) + + def test___len__(self): + # Return the number of items + inst = self._IEnumerableMapping__sample() + state = self._IEnumerableMapping__stateDict() + test___len__(self, inst, state) + + def _IReadMapping__stateDict(self): + return self._IEnumerableMapping__stateDict() + + def _IReadMapping__sample(self): + return self._IEnumerableMapping__sample() + + def _IReadMapping__absentKeys(self): + return self._IEnumerableMapping__absentKeys() diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_builtins.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_builtins.py new file mode 100644 index 0000000..3c76439 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_builtins.py @@ -0,0 +1,50 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## + +import unittest + +from zope.interface._compat import PY313_OR_OLDER +from zope.interface.common import builtins + +from . import VerifyClassMixin +from . import VerifyObjectMixin +from . import add_verify_tests + + +class TestVerifyClass(VerifyClassMixin, + unittest.TestCase): + pass + + +VERIFY_TESTS = [ + (builtins.IList, (list,)), + (builtins.ITuple, (tuple,)), + (builtins.ITextString, (str,)), + (builtins.INativeString, (str,)), + (builtins.IBool, (bool,)), + (builtins.IDict, (dict,)), + (builtins.IFile, ()), + +] +if PY313_OR_OLDER: + VERIFY_TESTS.append( + (builtins.IByteString, (bytes,)) + ) + +add_verify_tests(TestVerifyClass, tuple(VERIFY_TESTS)) + + +class TestVerifyObject(VerifyObjectMixin, + TestVerifyClass): + CONSTRUCTORS = { + builtins.IFile: lambda: open(__file__) + } diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_collections.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_collections.py new file mode 100644 index 0000000..df7dec9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_collections.py @@ -0,0 +1,147 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## + + +import array +import sys +import unittest +from collections import OrderedDict +from collections import abc +from collections import deque +from types import MappingProxyType + +from zope.interface import Invalid +from zope.interface._compat import PYPY +# Note that importing z.i.c.collections does work on import. +from zope.interface.common import collections + +from . import VerifyClassMixin +from . import VerifyObjectMixin +from . import add_abc_interface_tests + + +class TestVerifyClass(VerifyClassMixin, unittest.TestCase): + + # Here we test some known builtin classes that are defined to implement + # various collection interfaces as a quick sanity test. + def test_frozenset(self): + self.assertIsInstance(frozenset(), abc.Set) + self.assertTrue(self.verify(collections.ISet, frozenset)) + + def test_list(self): + self.assertIsInstance(list(), abc.MutableSequence) + self.assertTrue(self.verify(collections.IMutableSequence, list)) + + # Here we test some derived classes. + def test_UserList(self): + self.assertTrue(self.verify(collections.IMutableSequence, + collections.UserList)) + + def test_UserDict(self): + self.assertTrue(self.verify(collections.IMutableMapping, + collections.UserDict)) + + def test_UserString(self): + self.assertTrue(self.verify(collections.ISequence, + collections.UserString)) + + # Now we go through the registry, which should have several things, mostly + # builtins, but if we've imported other libraries already, it could + # contain things from outside of there too. We aren't concerned about + # third-party code here, just standard library types. We start with a + # blacklist of things to exclude, but if that gets out of hand we can + # figure out a better whitelisting. + UNVERIFIABLE = { + # This is declared to be an ISequence, but is missing lots of methods, + # including some that aren't part of a language protocol, such as + # ``index`` and ``count``. + memoryview, + # 'pkg_resources._vendor.pyparsing.ParseResults' is registered as a + # MutableMapping but is missing methods like ``popitem`` and + # ``setdefault``. It's imported due to namespace packages. + 'ParseResults', + # sqlite3.Row claims ISequence but also misses ``index`` and + # ``count``. It's imported because...? Coverage imports it, but why + # do we have it without coverage? + 'Row', + # In Python 3.10 ``array.array`` appears as ``IMutableSequence`` but it + # does not provide a ``clear()`` method and it cannot be instantiated + # using ``array.array()``. + array.array, + } + + if PYPY: + UNVERIFIABLE.update({ + # collections.deque.pop() doesn't support the index= argument to + # MutableSequence.pop(). We can't verify this on CPython because + # we can't get the signature, but on PyPy we /can/ get the + # signature, and of course it doesn't match. + deque, + # Likewise for index + range, + }) + UNVERIFIABLE_RO = { + # ``array.array`` fails the ``test_auto_ro_*`` tests with and + # without strict RO but only on Windows (AppVeyor) on Python 3.10.0 + # (in older versions ``array.array`` does not appear as + # ``IMutableSequence``). + array.array, + } + + +add_abc_interface_tests(TestVerifyClass, collections.ISet.__module__) + + +def _get_FrameLocalsProxy(): + return type(sys._getframe().f_locals) + + +class TestVerifyObject(VerifyObjectMixin, + TestVerifyClass): + CONSTRUCTORS = { + collections.IValuesView: {}.values, + collections.IItemsView: {}.items, + collections.IKeysView: {}.keys, + memoryview: lambda: memoryview(b'abc'), + range: lambda: range(10), + MappingProxyType: lambda: MappingProxyType({}), + collections.UserString: lambda: collections.UserString('abc'), + type(iter(bytearray())): lambda: iter(bytearray()), + type(iter(b'abc')): lambda: iter(b'abc'), + 'coroutine': unittest.SkipTest, + type(iter({}.keys())): lambda: iter({}.keys()), + type(iter({}.items())): lambda: iter({}.items()), + type(iter({}.values())): lambda: iter({}.values()), + type(i for i in range(1)): lambda: (i for i in range(3)), + type(iter([])): lambda: iter([]), + type(reversed([])): lambda: reversed([]), + 'longrange_iterator': unittest.SkipTest, + 'range_iterator': lambda: iter(range(3)), + 'rangeiterator': lambda: iter(range(3)), + type(iter(set())): lambda: iter(set()), + type(iter('')): lambda: iter(''), + 'async_generator': unittest.SkipTest, + type(iter(tuple())): lambda: iter(tuple()), + } + if sys.version_info >= (3, 13): + def FrameLocalsProxy_constructor(): + return _get_FrameLocalsProxy()(sys._getframe()) + FrameLocalsProxy = _get_FrameLocalsProxy() + CONSTRUCTORS[FrameLocalsProxy] = FrameLocalsProxy_constructor + + UNVERIFIABLE_RO = { + # ``array.array`` fails the ``test_auto_ro_*`` tests with and + # without strict RO but only on Windows (AppVeyor) on Python 3.10.0 + # (in older versions ``array.array`` does not appear as + # ``IMutableSequence``). + array.array, + } diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_idatetime.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_idatetime.py new file mode 100644 index 0000000..9550daa --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_idatetime.py @@ -0,0 +1,48 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Test for datetime interfaces +""" + +import unittest +from datetime import date +from datetime import datetime +from datetime import time +from datetime import timedelta +from datetime import tzinfo + +from zope.interface.common.idatetime import IDate +from zope.interface.common.idatetime import IDateClass +from zope.interface.common.idatetime import IDateTime +from zope.interface.common.idatetime import IDateTimeClass +from zope.interface.common.idatetime import ITime +from zope.interface.common.idatetime import ITimeClass +from zope.interface.common.idatetime import ITimeDelta +from zope.interface.common.idatetime import ITimeDeltaClass +from zope.interface.common.idatetime import ITZInfo +from zope.interface.verify import verifyClass +from zope.interface.verify import verifyObject + + +class TestDateTimeInterfaces(unittest.TestCase): + + def test_interfaces(self): + verifyObject(ITimeDelta, timedelta(minutes=20)) + verifyObject(IDate, date(2000, 1, 2)) + verifyObject(IDateTime, datetime(2000, 1, 2, 10, 20)) + verifyObject(ITime, time(20, 30, 15, 1234)) + verifyObject(ITZInfo, tzinfo()) + verifyClass(ITimeDeltaClass, timedelta) + verifyClass(IDateClass, date) + verifyClass(IDateTimeClass, datetime) + verifyClass(ITimeClass, time) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_import_interfaces.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_import_interfaces.py new file mode 100644 index 0000000..67d1448 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_import_interfaces.py @@ -0,0 +1,21 @@ +############################################################################## +# +# Copyright (c) 2006 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +import unittest + + +class TestInterfaceImport(unittest.TestCase): + + def test_import(self): + import zope.interface.common.interfaces as x + self.assertIsNotNone(x) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_io.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_io.py new file mode 100644 index 0000000..72684bf --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_io.py @@ -0,0 +1,46 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## + + +import io as abc +import unittest + +# Note that importing z.i.c.io does work on import. +from zope.interface.common import io + +from . import VerifyClassMixin +from . import VerifyObjectMixin +from . import add_abc_interface_tests + + +class TestVerifyClass(VerifyClassMixin, + unittest.TestCase): + pass + + +add_abc_interface_tests(TestVerifyClass, io.IIOBase.__module__) + + +class TestVerifyObject(VerifyObjectMixin, + TestVerifyClass): + CONSTRUCTORS = { + abc.BufferedWriter: lambda: abc.BufferedWriter(abc.StringIO()), + abc.BufferedReader: lambda: abc.BufferedReader(abc.StringIO()), + abc.TextIOWrapper: lambda: abc.TextIOWrapper(abc.BytesIO()), + abc.BufferedRandom: lambda: abc.BufferedRandom(abc.BytesIO()), + abc.BufferedRWPair: lambda: abc.BufferedRWPair( + abc.BytesIO(), abc.BytesIO() + ), + abc.FileIO: lambda: abc.FileIO(__file__), + '_WindowsConsoleIO': unittest.SkipTest, + 'WinConsoleIO': unittest.SkipTest, # breaks on PyPy-3.10 + } diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_numbers.py b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_numbers.py new file mode 100644 index 0000000..4e86514 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/common/tests/test_numbers.py @@ -0,0 +1,42 @@ +############################################################################## +# Copyright (c) 2020 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## + + +import numbers as abc +import unittest + +# Note that importing z.i.c.numbers does work on import. +from zope.interface.common import numbers + +from . import VerifyClassMixin +from . import VerifyObjectMixin +from . import add_abc_interface_tests + + +class TestVerifyClass(VerifyClassMixin, + unittest.TestCase): + + def test_int(self): + self.assertIsInstance(int(), abc.Integral) + self.assertTrue(self.verify(numbers.IIntegral, int)) + + def test_float(self): + self.assertIsInstance(float(), abc.Real) + self.assertTrue(self.verify(numbers.IReal, float)) + + +add_abc_interface_tests(TestVerifyClass, numbers.INumber.__module__) + + +class TestVerifyObject(VerifyObjectMixin, + TestVerifyClass): + pass diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/declarations.py b/llmlab/lib/python3.12/site-packages/zope/interface/declarations.py new file mode 100644 index 0000000..825c578 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/declarations.py @@ -0,0 +1,1219 @@ +############################################################################## +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +############################################################################## +"""Implementation of interface declarations + +There are three flavors of declarations: + + - Declarations are used to simply name declared interfaces. + + - ImplementsDeclarations are used to express the interfaces that a + class implements (that instances of the class provides). + + Implements specifications support inheriting interfaces. + + - ProvidesDeclarations are used to express interfaces directly + provided by objects. + +""" +__docformat__ = 'restructuredtext' + +import sys +import weakref +from types import FunctionType +from types import MethodType +from types import ModuleType + +from zope.interface._compat import _use_c_impl +from zope.interface.interface import Interface +from zope.interface.interface import InterfaceBase +from zope.interface.interface import InterfaceClass +from zope.interface.interface import NameAndModuleComparisonMixin +from zope.interface.interface import Specification +from zope.interface.interface import SpecificationBase + + +__all__ = [ + # None. The public APIs of this module are + # re-exported from zope.interface directly. +] + +# pylint:disable=too-many-lines + +# Registry of class-implementation specifications +BuiltinImplementationSpecifications = {} + + +def _next_super_class(ob): + # When ``ob`` is an instance of ``super``, return + # the next class in the MRO that we should actually be + # looking at. Watch out for diamond inheritance! + self_class = ob.__self_class__ + class_that_invoked_super = ob.__thisclass__ + complete_mro = self_class.__mro__ + next_class = complete_mro[complete_mro.index(class_that_invoked_super) + 1] + return next_class + + +class named: + + def __init__(self, name): + self.name = name + + def __call__(self, ob): + ob.__component_name__ = self.name + return ob + + +class Declaration(Specification): + """Interface declarations""" + + __slots__ = () + + def __init__(self, *bases): + Specification.__init__(self, _normalizeargs(bases)) + + def __contains__(self, interface): + """Test whether an interface is in the specification + """ + + return self.extends(interface) and interface in self.interfaces() + + def __iter__(self): + """Return an iterator for the interfaces in the specification + """ + return self.interfaces() + + def flattened(self): + """Return an iterator of all included and extended interfaces + """ + return iter(self.__iro__) + + def __sub__(self, other): + """Remove interfaces from a specification + """ + return Declaration(*[ + i for i in self.interfaces() + if not [ + j + for j in other.interfaces() + if i.extends(j, 0) # non-strict extends + ] + ]) + + def __add__(self, other): + """ + Add two specifications or a specification and an interface + and produce a new declaration. + + .. versionchanged:: 5.4.0 + Now tries to preserve a consistent resolution order. Interfaces + being added to this object are added to the front of the resulting + resolution order if they already extend an interface in this + object. Previously, they were always added to the end of the order, + which easily resulted in invalid orders. + """ + before = [] + result = list(self.interfaces()) + seen = set(result) + for i in other.interfaces(): + if i in seen: + continue + seen.add(i) + if any(i.extends(x) for x in result): + # It already extends us, e.g., is a subclass, + # so it needs to go at the front of the RO. + before.append(i) + else: + result.append(i) + return Declaration(*(before + result)) + + # XXX: Is __radd__ needed? No tests break if it's removed. + # If it is needed, does it need to handle the C3 ordering differently? + # I (JAM) don't *think* it does. + __radd__ = __add__ + + @staticmethod + def _add_interfaces_to_cls(interfaces, cls): + # Strip redundant interfaces already provided + # by the cls so we don't produce invalid + # resolution orders. + implemented_by_cls = implementedBy(cls) + interfaces = tuple([ + iface + for iface in interfaces + if not implemented_by_cls.isOrExtends(iface) + ]) + return interfaces + (implemented_by_cls,) + + @staticmethod + def _argument_names_for_repr(interfaces): + # These don't actually have to be interfaces, they could be other + # Specification objects like Implements. Also, the first + # one is typically/nominally the cls. + ordered_names = [] + names = set() + for iface in interfaces: + duplicate_transform = repr + if isinstance(iface, InterfaceClass): + # Special case to get 'foo.bar.IFace' + # instead of '' + this_name = iface.__name__ + duplicate_transform = str + elif isinstance(iface, type): + # Likewise for types. (Ignoring legacy old-style + # classes.) + this_name = iface.__name__ + duplicate_transform = _implements_name + elif ( + isinstance(iface, Implements) and + not iface.declared and + iface.inherit in interfaces + ): + # If nothing is declared, there's no need to even print this; + # it would just show as ``classImplements(Class)``, and the + # ``Class`` has typically already. + continue + else: + this_name = repr(iface) + + already_seen = this_name in names + names.add(this_name) + if already_seen: + this_name = duplicate_transform(iface) + + ordered_names.append(this_name) + return ', '.join(ordered_names) + + +class _ImmutableDeclaration(Declaration): + # A Declaration that is immutable. Used as a singleton to + # return empty answers for things like ``implementedBy``. + # We have to define the actual singleton after normalizeargs + # is defined, and that in turn is defined after InterfaceClass and + # Implements. + + __slots__ = () + + __instance = None + + def __new__(cls): + if _ImmutableDeclaration.__instance is None: + _ImmutableDeclaration.__instance = object.__new__(cls) + return _ImmutableDeclaration.__instance + + def __reduce__(self): + return "_empty" + + @property + def __bases__(self): + return () + + @__bases__.setter + def __bases__(self, new_bases): + # We expect the superclass constructor to set ``self.__bases__ = ()``. + # Rather than attempt to special case that in the constructor and + # allow setting __bases__ only at that time, it's easier to just allow + # setting the empty tuple at any time. That makes ``x.__bases__ = + # x.__bases__`` a nice no-op too. (Skipping the superclass constructor + # altogether is a recipe for maintenance headaches.) + if new_bases != (): + raise TypeError( + "Cannot set non-empty bases on shared empty Declaration." + ) + + # As the immutable empty declaration, we cannot be changed. + # This means there's no logical reason for us to have dependents + # or subscriptions: we'll never notify them. So there's no need for + # us to keep track of any of that. + @property + def dependents(self): + return {} + + changed = subscribe = unsubscribe = lambda self, _ignored: None + + def interfaces(self): + # An empty iterator + return iter(()) + + def extends(self, interface, strict=True): + return interface is self._ROOT + + def get(self, name, default=None): + return default + + def weakref(self, callback=None): + # We're a singleton, we never go away. So there's no need to return + # distinct weakref objects here; their callbacks will never be called. + # Instead, we only need to return a callable that returns ourself. The + # easiest one is to return _ImmutableDeclaration itself; testing on + # Python 3.8 shows that's faster than a function that returns _empty. + # (Remember, one goal is to avoid allocating any object, and that + # includes a method.) + return _ImmutableDeclaration + + @property + def _v_attrs(self): + # _v_attrs is not a public, documented property, but some client code + # uses it anyway as a convenient place to cache things. To keep the + # empty declaration truly immutable, we must ignore that. That + # includes ignoring assignments as well. + return {} + + @_v_attrs.setter + def _v_attrs(self, new_attrs): + pass + + +############################################################################## +# +# Implementation specifications +# +# These specify interfaces implemented by instances of classes + +class Implements(NameAndModuleComparisonMixin, + Declaration): + # Inherit from NameAndModuleComparisonMixin to be mutually comparable with + # InterfaceClass objects. (The two must be mutually comparable to be able + # to work in e.g., BTrees.) Instances of this class generally don't have a + # __module__ other than `zope.interface.declarations`, whereas they *do* + # have a __name__ that is the fully qualified name of the object they are + # representing. + + # Note, though, that equality and hashing are still identity based. This + # accounts for things like nested objects that have the same name + # (typically only in tests) and is consistent with pickling. As far as + # comparisons to InterfaceClass goes, we'll never have equal name and + # module to those, so we're still consistent there. Instances of this + # class are essentially intended to be unique and are heavily cached (note + # how our __reduce__ handles this) so having identity based hash and eq + # should also work. + + # We want equality and hashing to be based on identity. However, we can't + # actually implement __eq__/__ne__ to do this because sometimes we get + # wrapped in a proxy. We need to let the proxy types implement these + # methods so they can handle unwrapping and then rely on: (1) the + # interpreter automatically changing `implements == proxy` into `proxy == + # implements` (which will call proxy.__eq__ to do the unwrapping) and then + # (2) the default equality and hashing semantics being identity based. + + # class whose specification should be used as additional base + inherit = None + + # interfaces actually declared for a class + declared = () + + # Weak cache of {class: } for super objects. + # Created on demand. These are rare, as of 5.0 anyway. Using a class + # level default doesn't take space in instances. Using _v_attrs would be + # another place to store this without taking space unless needed. + _super_cache = None + + __name__ = '?' + + @classmethod + def named(cls, name, *bases): + # Implementation method: Produce an Implements interface with a fully + # fleshed out __name__ before calling the constructor, which sets + # bases to the given interfaces and which may pass this object to + # other objects (e.g., to adjust dependents). If they're sorting or + # comparing by name, this needs to be set. + inst = cls.__new__(cls) + inst.__name__ = name + inst.__init__(*bases) + return inst + + def changed(self, originally_changed): + try: + del self._super_cache + except AttributeError: + pass + return super().changed(originally_changed) + + def __repr__(self): + if self.inherit: + name = ( + getattr(self.inherit, '__name__', None) or + _implements_name(self.inherit) + ) + else: + name = self.__name__ + declared_names = self._argument_names_for_repr(self.declared) + if declared_names: + declared_names = ', ' + declared_names + return f'classImplements({name}{declared_names})' + + def __reduce__(self): + return implementedBy, (self.inherit, ) + + +def _implements_name(ob): + # Return the __name__ attribute to be used by its __implemented__ + # property. + # This must be stable for the "same" object across processes + # because it is used for sorting. It needn't be unique, though, in cases + # like nested classes named Foo created by different functions, because + # equality and hashing is still based on identity. + # It might be nice to use __qualname__ on Python 3, but that would produce + # different values between Py2 and Py3. + + # Special-case 'InterfaceBase': its '__module__' member descriptor + # behaves differently across Python 3.x versions. + if ob is InterfaceBase: + return 'zope.interface.interface.InterfaceBase' + + return (getattr(ob, '__module__', '?') or '?') + \ + '.' + (getattr(ob, '__name__', '?') or '?') + + +def _implementedBy_super(sup): + # TODO: This is now simple enough we could probably implement + # in C if needed. + + # If the class MRO is strictly linear, we could just + # follow the normal algorithm for the next class in the + # search order (e.g., just return + # ``implemented_by_next``). But when diamond inheritance + # or mixins + interface declarations are present, we have + # to consider the whole MRO and compute a new Implements + # that excludes the classes being skipped over but + # includes everything else. + implemented_by_self = implementedBy(sup.__self_class__) + cache = implemented_by_self._super_cache # pylint:disable=protected-access + if cache is None: + cache = implemented_by_self._super_cache = weakref.WeakKeyDictionary() + + key = sup.__thisclass__ + try: + return cache[key] + except KeyError: + pass + + next_cls = _next_super_class(sup) + # For ``implementedBy(cls)``: + # .__bases__ is .declared + [implementedBy(b) for b in cls.__bases__] + # .inherit is cls + + implemented_by_next = implementedBy(next_cls) + mro = sup.__self_class__.__mro__ + ix_next_cls = mro.index(next_cls) + classes_to_keep = mro[ix_next_cls:] + new_bases = [implementedBy(c) for c in classes_to_keep] + + new = Implements.named( + implemented_by_self.__name__ + ':' + implemented_by_next.__name__, + *new_bases + ) + new.inherit = implemented_by_next.inherit + new.declared = implemented_by_next.declared + # I don't *think* that new needs to subscribe to ``implemented_by_self``; + # it auto-subscribed to its bases, and that should be good enough. + cache[key] = new + + return new + + +@_use_c_impl +def implementedBy( + cls +): # pylint:disable=too-many-return-statements,too-many-branches + """Return the interfaces implemented for a class' instances + + The value returned is an `~zope.interface.interfaces.IDeclaration`. + """ + try: + if isinstance(cls, super): + # Yes, this needs to be inside the try: block. Some objects + # like security proxies even break isinstance. + return _implementedBy_super(cls) + + spec = cls.__dict__.get('__implemented__') + except AttributeError: + + # we can't get the class dict. This is probably due to a + # security proxy. If this is the case, then probably no + # descriptor was installed for the class. + + # We don't want to depend directly on zope.security in + # zope.interface, but we'll try to make reasonable + # accommodations in an indirect way. + + # We'll check to see if there's an implements: + + spec = getattr(cls, '__implemented__', None) + if spec is None: + # There's no spec stred in the class. Maybe its a builtin: + spec = BuiltinImplementationSpecifications.get(cls) + if spec is not None: + return spec + return _empty + + if spec.__class__ == Implements: + # we defaulted to _empty or there was a spec. Good enough. + # Return it. + return spec + + # TODO: need old style __implements__ compatibility? + # Hm, there's an __implemented__, but it's not a spec. Must be + # an old-style declaration. Just compute a spec for it + return Declaration(*_normalizeargs((spec, ))) + + if isinstance(spec, Implements): + return spec + + if spec is None: + spec = BuiltinImplementationSpecifications.get(cls) + if spec is not None: + return spec + + # TODO: need old style __implements__ compatibility? + spec_name = _implements_name(cls) + if spec is not None: + # old-style __implemented__ = foo declaration + spec = (spec, ) # tuplefy, as it might be just an int + spec = Implements.named(spec_name, *_normalizeargs(spec)) + spec.inherit = None # old-style implies no inherit + del cls.__implemented__ # get rid of the old-style declaration + else: + try: + bases = cls.__bases__ + except AttributeError: + if not callable(cls): + raise TypeError("ImplementedBy called for non-factory", cls) + bases = () + + spec = Implements.named(spec_name, *[implementedBy(c) for c in bases]) + spec.inherit = cls + + try: + cls.__implemented__ = spec + if not hasattr(cls, '__providedBy__'): + cls.__providedBy__ = objectSpecificationDescriptor + + if isinstance(cls, type) and '__provides__' not in cls.__dict__: + # Make sure we get a __provides__ descriptor + cls.__provides__ = ClassProvides( + cls, getattr(cls, '__class__', type(cls)), + ) + + except TypeError: + if not isinstance(cls, type): + raise TypeError("ImplementedBy called for non-type", cls) + BuiltinImplementationSpecifications[cls] = spec + + return spec + + +def classImplementsOnly(cls, *interfaces): + """ + Declare the only interfaces implemented by instances of a class + + The arguments after the class are one or more interfaces or interface + specifications (`~zope.interface.interfaces.IDeclaration` objects). + + The interfaces given (including the interfaces in the specifications) + replace any previous declarations, *including* inherited definitions. If + you wish to preserve inherited declarations, you can pass + ``implementedBy(cls)`` in *interfaces*. This can be used to alter the + interface resolution order. + """ + spec = implementedBy(cls) + # Clear out everything inherited. It's important to + # also clear the bases right now so that we don't improperly discard + # interfaces that are already implemented by *old* bases that we're + # about to get rid of. + spec.declared = () + spec.inherit = None + spec.__bases__ = () + _classImplements_ordered(spec, interfaces, ()) + + +def classImplements(cls, *interfaces): + """ + Declare additional interfaces implemented for instances of a class + + The arguments after the class are one or more interfaces or interface + specifications (`~zope.interface.interfaces.IDeclaration` objects). + + The interfaces given (including the interfaces in the specifications) + are added to any interfaces previously declared. An effort is made to + keep a consistent C3 resolution order, but this cannot be guaranteed. + + .. versionchanged:: 5.0.0 + Each individual interface in *interfaces* may be added to either the + beginning or end of the list of interfaces declared for *cls*, + based on inheritance, in order to try to maintain a consistent + resolution order. Previously, all interfaces were added to the end. + .. versionchanged:: 5.1.0 + If *cls* is already declared to implement an interface (or derived + interface) in *interfaces* through inheritance, the interface is + ignored. Previously, it would redundantly be made direct base of *cls*, + which often produced inconsistent interface resolution orders. Now, the + order will be consistent, but may change. Also, if the ``__bases__`` + of the *cls* are later changed, the *cls* will no longer be considered + to implement such an interface (changing the ``__bases__`` of *cls* has + never been supported). + """ + spec = implementedBy(cls) + interfaces = tuple(_normalizeargs(interfaces)) + + before = [] + after = [] + + # Take steps to try to avoid producing an invalid resolution + # order, while still allowing for BWC (in the past, we always + # appended) + for iface in interfaces: + for b in spec.declared: + if iface.extends(b): + before.append(iface) + break + else: + after.append(iface) + _classImplements_ordered(spec, tuple(before), tuple(after)) + + +def classImplementsFirst(cls, iface): + """ + Declare that instances of *cls* additionally provide *iface*. + + The second argument is an interface or interface specification. + It is added as the highest priority (first in the IRO) interface; + no attempt is made to keep a consistent resolution order. + + .. versionadded:: 5.0.0 + """ + spec = implementedBy(cls) + _classImplements_ordered(spec, (iface,), ()) + + +def _classImplements_ordered(spec, before=(), after=()): + # Elide everything already inherited. + # Except, if it is the root, and we don't already declare anything else + # that would imply it, allow the root through. (TODO: When we disallow + # non-strict IRO, this part of the check can be removed because it's not + # possible to re-declare like that.) + before = [ + x + for x in before + if not spec.isOrExtends(x) or (x is Interface and not spec.declared) + ] + after = [ + x + for x in after + if not spec.isOrExtends(x) or (x is Interface and not spec.declared) + ] + + # eliminate duplicates + new_declared = [] + seen = set() + for lst in before, spec.declared, after: + for b in lst: + if b not in seen: + new_declared.append(b) + seen.add(b) + + spec.declared = tuple(new_declared) + + # compute the bases + bases = new_declared # guaranteed no dupes + + if spec.inherit is not None: + for c in spec.inherit.__bases__: + b = implementedBy(c) + if b not in seen: + seen.add(b) + bases.append(b) + + spec.__bases__ = tuple(bases) + + +def _implements_advice(cls): + interfaces, do_classImplements = cls.__dict__['__implements_advice_data__'] + del cls.__implements_advice_data__ + do_classImplements(cls, *interfaces) + return cls + + +class implementer: + """ + Declare the interfaces implemented by instances of a class. + + This function is called as a class decorator. + + The arguments are one or more interfaces or interface specifications + (`~zope.interface.interfaces.IDeclaration` objects). + + The interfaces given (including the interfaces in the specifications) are + added to any interfaces previously declared, unless the interface is + already implemented. + + Previous declarations include declarations for base classes unless + implementsOnly was used. + + This function is provided for convenience. It provides a more convenient + way to call `classImplements`. For example:: + + @implementer(I1) + class C(object): + pass + + is equivalent to calling:: + + classImplements(C, I1) + + after the class has been created. + + .. seealso:: `classImplements` + The change history provided there applies to this function too. + """ + __slots__ = ('interfaces',) + + def __init__(self, *interfaces): + self.interfaces = interfaces + + def __call__(self, ob): + if isinstance(ob, type): + # This is the common branch for classes. + classImplements(ob, *self.interfaces) + return ob + + spec_name = _implements_name(ob) + spec = Implements.named(spec_name, *self.interfaces) + try: + ob.__implemented__ = spec + except AttributeError: + raise TypeError("Can't declare implements", ob) + return ob + + +class implementer_only: + """Declare the only interfaces implemented by instances of a class + + This function is called as a class decorator. + + The arguments are one or more interfaces or interface + specifications (`~zope.interface.interfaces.IDeclaration` objects). + + Previous declarations including declarations for base classes + are overridden. + + This function is provided for convenience. It provides a more + convenient way to call `classImplementsOnly`. For example:: + + @implementer_only(I1) + class C(object): pass + + is equivalent to calling:: + + classImplementsOnly(I1) + + after the class has been created. + """ + + def __init__(self, *interfaces): + self.interfaces = interfaces + + def __call__(self, ob): + if isinstance(ob, (FunctionType, MethodType)): + # XXX Does this decorator make sense for anything but classes? + # I don't think so. There can be no inheritance of interfaces + # on a method or function.... + raise ValueError('The implementer_only decorator is not ' + 'supported for methods or functions.') + + # Assume it's a class: + classImplementsOnly(ob, *self.interfaces) + return ob + + +############################################################################## +# +# Instance declarations + +class Provides(Declaration): # Really named ProvidesClass + """Implement ``__provides__``, the instance-specific specification + + When an object is pickled, we pickle the interfaces that it implements. + """ + + def __init__(self, cls, *interfaces): + self.__args = (cls, ) + interfaces + self._cls = cls + Declaration.__init__( + self, *self._add_interfaces_to_cls(interfaces, cls) + ) + + # Added to by ``moduleProvides``, et al + _v_module_names = () + + def __repr__(self): + # The typical way to create instances of this object is via calling + # ``directlyProvides(...)`` or ``alsoProvides()``, but that's not the + # only way. Proxies, for example, directly use the ``Provides(...)`` + # function (which is the more generic method, and what we pickle as). + # We're after the most readable, useful repr in the common case, so we + # use the most common name. + # + # We also cooperate with ``moduleProvides`` to attempt to do the right + # thing for that API. See it for details. + function_name = 'directlyProvides' + if self._cls is ModuleType and self._v_module_names: + # See notes in ``moduleProvides``/``directlyProvides`` + providing_on_module = True + interfaces = self.__args[1:] + else: + providing_on_module = False + interfaces = (self._cls,) + self.__bases__ + ordered_names = self._argument_names_for_repr(interfaces) + if providing_on_module: + mod_names = self._v_module_names + if len(mod_names) == 1: + mod_names = "sys.modules[%r]" % mod_names[0] + ordered_names = ( + f'{mod_names}, ' + ) + ordered_names + return "{}({})".format( + function_name, + ordered_names, + ) + + def __reduce__(self): + # This reduces to the Provides *function*, not + # this class. + return Provides, self.__args + + __module__ = 'zope.interface' + + def __get__(self, inst, cls): + """Make sure that a class __provides__ doesn't leak to an instance + """ + if inst is None and cls is self._cls: + # We were accessed through a class, so we are the class' + # provides spec. Just return this object, but only if we are + # being called on the same class that we were defined for: + return self + + raise AttributeError('__provides__') + + +ProvidesClass = Provides + + +# Registry of instance declarations +# This is a memory optimization to allow objects to share specifications. +InstanceDeclarations = weakref.WeakValueDictionary() + + +def Provides(*interfaces): # pylint:disable=function-redefined + """Declaration for an instance of *cls*. + + The correct signature is ``cls, *interfaces``. + The *cls* is necessary to avoid the + construction of inconsistent resolution orders. + + Instance declarations are shared among instances that have the same + declaration. The declarations are cached in a weak value dictionary. + """ + spec = InstanceDeclarations.get(interfaces) + if spec is None: + spec = ProvidesClass(*interfaces) + InstanceDeclarations[interfaces] = spec + + return spec + + +Provides.__safe_for_unpickling__ = True + + +def directlyProvides(object, *interfaces): # pylint:disable=redefined-builtin + """Declare interfaces declared directly for an object + + The arguments after the object are one or more interfaces or interface + specifications (`~zope.interface.interfaces.IDeclaration` objects). + + The interfaces given (including the interfaces in the specifications) + replace interfaces previously declared for the object. + """ + cls = getattr(object, '__class__', None) + if cls is not None and getattr(cls, '__class__', None) is cls: + # It's a meta class (well, at least it it could be an extension class) + # Note that we can't get here from the tests: there is no normal + # class which isn't descriptor aware. + if not isinstance(object, type): + raise TypeError("Attempt to make an interface declaration on a " + "non-descriptor-aware class") + + interfaces = _normalizeargs(interfaces) + if cls is None: + cls = type(object) + + if issubclass(cls, type): + # we have a class or type. We'll use a special descriptor + # that provides some extra caching + object.__provides__ = ClassProvides(object, cls, *interfaces) + else: + provides = object.__provides__ = Provides(cls, *interfaces) + # See notes in ``moduleProvides``. + if issubclass(cls, ModuleType) and hasattr(object, '__name__'): + provides._v_module_names += (object.__name__,) + + +def alsoProvides(object, *interfaces): # pylint:disable=redefined-builtin + """Declare interfaces declared directly for an object + + The arguments after the object are one or more interfaces or interface + specifications (`~zope.interface.interfaces.IDeclaration` objects). + + The interfaces given (including the interfaces in the specifications) are + added to the interfaces previously declared for the object. + """ + directlyProvides(object, directlyProvidedBy(object), *interfaces) + + +def noLongerProvides(object, interface): # pylint:disable=redefined-builtin + """ Removes a directly provided interface from an object. + """ + directlyProvides(object, directlyProvidedBy(object) - interface) + if interface.providedBy(object): + raise ValueError("Can only remove directly provided interfaces.") + + +@_use_c_impl +class ClassProvidesBase(SpecificationBase): + + __slots__ = ( + '_cls', + '_implements', + ) + + def __get__(self, inst, cls): + # member slots are set by subclass + # pylint:disable=no-member + if cls is self._cls: + # We only work if called on the class we were defined for + + if inst is None: + # We were accessed through a class, so we are the class' + # provides spec. Just return this object as is: + return self + + return self._implements + + raise AttributeError('__provides__') + + +class ClassProvides(Declaration, ClassProvidesBase): + """Special descriptor for class ``__provides__`` + + The descriptor caches the implementedBy info, so that + we can get declarations for objects without instance-specific + interfaces a bit quicker. + """ + + __slots__ = ( + '__args', + ) + + def __init__(self, cls, metacls, *interfaces): + self._cls = cls + self._implements = implementedBy(cls) + self.__args = (cls, metacls, ) + interfaces + Declaration.__init__( + self, *self._add_interfaces_to_cls(interfaces, metacls) + ) + + def __repr__(self): + # There are two common ways to get instances of this object: The most + # interesting way is calling ``@provider(..)`` as a decorator of a + # class; this is the same as calling ``directlyProvides(cls, ...)``. + # + # The other way is by default: anything that invokes + # ``implementedBy(x)`` will wind up putting an instance in + # ``type(x).__provides__``; this includes the ``@implementer(...)`` + # decorator. Those instances won't have any interfaces. + # + # Thus, as our repr, we go with the ``directlyProvides()`` syntax. + interfaces = (self._cls, ) + self.__args[2:] + ordered_names = self._argument_names_for_repr(interfaces) + return f"directlyProvides({ordered_names})" + + def __reduce__(self): + return self.__class__, self.__args + + # Copy base-class method for speed + __get__ = ClassProvidesBase.__get__ + + +# autopep8: off (it breaks the statements in the "if") +def directlyProvidedBy(object): # pylint:disable=redefined-builtin + """Return the interfaces directly provided by the given object + + The value returned is an `~zope.interface.interfaces.IDeclaration`. + """ + provides = getattr(object, "__provides__", None) + if ( + provides is None # no spec + # We might have gotten the implements spec, as an + # optimization. If so, it's like having only one base, that we + # lop off to exclude class-supplied declarations: + or isinstance(provides, Implements) # noqa W503 + ): + return _empty + + # Strip off the class part of the spec: + return Declaration(provides.__bases__[:-1]) +# autopep8: on + + +class provider: + """Declare interfaces provided directly by a class + + This function is called in a class definition. + + The arguments are one or more interfaces or interface specifications + (`~zope.interface.interfaces.IDeclaration` objects). + + The given interfaces (including the interfaces in the specifications) + are used to create the class's direct-object interface specification. + An error will be raised if the module class has an direct interface + specification. In other words, it is an error to call this function more + than once in a class definition. + + Note that the given interfaces have nothing to do with the interfaces + implemented by instances of the class. + + This function is provided for convenience. It provides a more convenient + way to call `directlyProvides` for a class. For example:: + + @provider(I1) + class C: + pass + + is equivalent to calling:: + + directlyProvides(C, I1) + + after the class has been created. + """ + + def __init__(self, *interfaces): + self.interfaces = interfaces + + def __call__(self, ob): + directlyProvides(ob, *self.interfaces) + return ob + + +def moduleProvides(*interfaces): + """Declare interfaces provided by a module + + This function is used in a module definition. + + The arguments are one or more interfaces or interface specifications + (`~zope.interface.interfaces.IDeclaration` objects). + + The given interfaces (including the interfaces in the specifications) are + used to create the module's direct-object interface specification. An + error will be raised if the module already has an interface specification. + In other words, it is an error to call this function more than once in a + module definition. + + This function is provided for convenience. It provides a more convenient + way to call directlyProvides. For example:: + + moduleProvides(I1) + + is equivalent to:: + + directlyProvides(sys.modules[__name__], I1) + """ + frame = sys._getframe(1) # pylint:disable=protected-access + locals = frame.f_locals # pylint:disable=redefined-builtin + + # Try to make sure we were called from a module body + if (locals is not frame.f_globals) or ('__name__' not in locals): + raise TypeError( + "moduleProvides can only be used from a module definition.") + + if '__provides__' in locals: + raise TypeError( + "moduleProvides can only be used once in a module definition.") + + # Note: This is cached based on the key ``(ModuleType, *interfaces)``; One + # consequence is that any module that provides the same interfaces gets + # the same ``__repr__``, meaning that you can't tell what module such a + # declaration came from. Adding the module name to ``_v_module_names`` + # attempts to correct for this; it works in some common situations, but + # fails (1) after pickling (the data is lost) and (2) if declarations are + # actually shared and (3) if the alternate spelling of + # ``directlyProvides()`` is used. Problem (3) is fixed by cooperating + # with ``directlyProvides`` to maintain this information, and problem (2) + # is worked around by printing all the names, but (1) is unsolvable + # without introducing new classes or changing the stored data...but it + # doesn't actually matter, because ``ModuleType`` can't be pickled! + p = locals["__provides__"] = Provides(ModuleType, + *_normalizeargs(interfaces)) + p._v_module_names += (locals['__name__'],) + + +############################################################################## +# +# Declaration querying support + +# XXX: is this a fossil? Nobody calls it, no unit tests exercise it, no +# doctests import it, and the package __init__ doesn't import it. +# (Answer: Versions of zope.container prior to 4.4.0 called this, +# and zope.proxy.decorator up through at least 4.3.5 called this.) +def ObjectSpecification(direct, cls): + """Provide object specifications + + These combine information for the object and for it's classes. + """ + return Provides(cls, direct) # pragma: no cover fossil + + +@_use_c_impl +def getObjectSpecification(ob): + try: + provides = ob.__provides__ + except AttributeError: + provides = None + + if provides is not None: + if isinstance(provides, SpecificationBase): + return provides + + try: + cls = ob.__class__ + except AttributeError: + # We can't get the class, so just consider provides + return _empty + return implementedBy(cls) + + +@_use_c_impl +def providedBy(ob): + """ + Return the interfaces provided by *ob*. + + If *ob* is a :class:`super` object, then only interfaces implemented + by the remainder of the classes in the method resolution order are + considered. Interfaces directly provided by the object underlying *ob* + are not. + """ + # Here we have either a special object, an old-style declaration + # or a descriptor + + # Try to get __providedBy__ + try: + if isinstance(ob, super): # Some objects raise errors on isinstance() + return implementedBy(ob) + + r = ob.__providedBy__ + except AttributeError: + # Not set yet. Fall back to lower-level thing that computes it + return getObjectSpecification(ob) + + try: + # We might have gotten a descriptor from an instance of a + # class (like an ExtensionClass) that doesn't support + # descriptors. We'll make sure we got one by trying to get + # the only attribute, which all specs have. + r.extends + except AttributeError: + + # The object's class doesn't understand descriptors. + # Sigh. We need to get an object descriptor, but we have to be + # careful. We want to use the instance's __provides__, if + # there is one, but only if it didn't come from the class. + + try: + r = ob.__provides__ + except AttributeError: + # No __provides__, so just fall back to implementedBy + return implementedBy(ob.__class__) + + # We need to make sure we got the __provides__ from the + # instance. We'll do this by making sure we don't get the same + # thing from the class: + + try: + cp = ob.__class__.__provides__ + except AttributeError: + # The ob doesn't have a class or the class has no + # provides, assume we're done: + return r + + if r is cp: + # Oops, we got the provides from the class. This means + # the object doesn't have it's own. We should use implementedBy + return implementedBy(ob.__class__) + + return r + + +@_use_c_impl +class ObjectSpecificationDescriptor: + """Implement the ``__providedBy__`` attribute + + The ``__providedBy__`` attribute computes the interfaces provided by an + object. If an object has an ``__provides__`` attribute, that is returned. + Otherwise, `implementedBy` the *cls* is returned. + + .. versionchanged:: 5.4.0 + Both the default (C) implementation and the Python implementation + now let exceptions raised by accessing ``__provides__`` propagate. + Previously, the C version ignored all exceptions. + .. versionchanged:: 5.4.0 + The Python implementation now matches the C implementation and lets + a ``__provides__`` of ``None`` override what the class is declared to + implement. + """ + + def __get__(self, inst, cls): + """Get an object specification for an object + """ + if inst is None: + return getObjectSpecification(cls) + + try: + return inst.__provides__ + except AttributeError: + return implementedBy(cls) + + +############################################################################## + +def _normalizeargs(sequence, output=None): + """Normalize declaration arguments + + Normalization arguments might contain Declarions, tuples, or single + interfaces. + + Anything but individual interfaces or implements specs will be expanded. + """ + if output is None: + output = [] + + cls = sequence.__class__ + if InterfaceClass in cls.__mro__ or Implements in cls.__mro__: + output.append(sequence) + else: + for v in sequence: + _normalizeargs(v, output) + + return output + + +_empty = _ImmutableDeclaration() + +objectSpecificationDescriptor = ObjectSpecificationDescriptor() diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/document.py b/llmlab/lib/python3.12/site-packages/zope/interface/document.py new file mode 100644 index 0000000..3725037 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/document.py @@ -0,0 +1,133 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" Pretty-Print an Interface object as structured text (Yum) + +This module provides a function, asStructuredText, for rendering an +interface as structured text. +""" +import zope.interface + + +__all__ = [ + 'asReStructuredText', + 'asStructuredText', +] + + +def asStructuredText(iface, munge=0, rst=False): + """ Output structured text format. Note, this will whack any existing + 'structured' format of the text. + + If `rst=True`, then the output will quote all code as inline literals in + accordance with 'reStructuredText' markup principles. + """ + + if rst: + def inline_literal(s): + return f"``{s}``" + else: + def inline_literal(s): + return s + + r = [inline_literal(iface.getName())] + outp = r.append + level = 1 + + if iface.getDoc(): + outp(_justify_and_indent(_trim_doc_string(iface.getDoc()), level)) + + bases = [base + for base in iface.__bases__ + if base is not zope.interface.Interface + ] + if bases: + outp(_justify_and_indent("This interface extends:", level, munge)) + level += 1 + for b in bases: + item = "o %s" % inline_literal(b.getName()) + outp(_justify_and_indent(_trim_doc_string(item), level, munge)) + level -= 1 + + namesAndDescriptions = sorted(iface.namesAndDescriptions()) + + outp(_justify_and_indent("Attributes:", level, munge)) + level += 1 + for name, desc in namesAndDescriptions: + if not hasattr(desc, 'getSignatureString'): # ugh... + item = "{} -- {}".format( + inline_literal(desc.getName()), + desc.getDoc() or 'no documentation' + ) + outp(_justify_and_indent(_trim_doc_string(item), level, munge)) + level -= 1 + + outp(_justify_and_indent("Methods:", level, munge)) + level += 1 + for name, desc in namesAndDescriptions: + if hasattr(desc, 'getSignatureString'): # ugh... + _call = f"{desc.getName()}{desc.getSignatureString()}" + item = "{} -- {}".format( + inline_literal(_call), + desc.getDoc() or 'no documentation' + ) + outp(_justify_and_indent(_trim_doc_string(item), level, munge)) + + return "\n\n".join(r) + "\n\n" + + +def asReStructuredText(iface, munge=0): + """ Output reStructuredText format. + + Note, this will whack any existing 'structured' format of the text.""" + return asStructuredText(iface, munge=munge, rst=True) + + +def _trim_doc_string(text): + """ Trims a doc string to make it format + correctly with structured text. """ + + lines = text.replace('\r\n', '\n').split('\n') + nlines = [lines.pop(0)] + if lines: + min_indent = min([len(line) - len(line.lstrip()) + for line in lines]) + for line in lines: + nlines.append(line[min_indent:]) + + return '\n'.join(nlines) + + +def _justify_and_indent(text, level, munge=0, width=72): + """ indent and justify text, rejustify (munge) if specified """ + + indent = " " * level + + if munge: + lines = [] + line = indent + text = text.split() + + for word in text: + line = ' '.join([line, word]) + if len(line) > width: + lines.append(line) + line = indent + else: + lines.append(line) + + return '\n'.join(lines) + + else: + return indent + \ + text.strip().replace("\r\n", "\n") .replace("\n", "\n" + indent) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/exceptions.py b/llmlab/lib/python3.12/site-packages/zope/interface/exceptions.py new file mode 100644 index 0000000..b86fb1e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/exceptions.py @@ -0,0 +1,278 @@ +############################################################################## +# +# Copyright (c) 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Interface-specific exceptions +""" + +__all__ = [ + # Invalid tree + 'Invalid', + 'DoesNotImplement', + 'BrokenImplementation', + 'BrokenMethodImplementation', + 'MultipleInvalid', + # Other + 'BadImplements', + 'InvalidInterface', +] + + +class Invalid(Exception): + """A specification is violated + """ + + +class _TargetInvalid(Invalid): + # Internal use. Subclass this when you're describing + # a particular target object that's invalid according + # to a specific interface. + # + # For backwards compatibility, the *target* and *interface* are + # optional, and the signatures are inconsistent in their ordering. + # + # We deal with the inconsistency in ordering by defining the index + # of the two values in ``self.args``. *target* uses a marker object to + # distinguish "not given" from "given, but None", because the latter + # can be a value that gets passed to validation. For this reason, it must + # always be the last argument (we detect absence by the ``IndexError``). + + _IX_INTERFACE = 0 + _IX_TARGET = 1 + # The exception to catch when indexing self.args indicating that + # an argument was not given. If all arguments are expected, + # a subclass should set this to (). + _NOT_GIVEN_CATCH = IndexError + _NOT_GIVEN = '' + + def _get_arg_or_default(self, ix, default=None): + try: + return self.args[ix] # pylint:disable=unsubscriptable-object + except self._NOT_GIVEN_CATCH: + return default + + @property + def interface(self): + return self._get_arg_or_default(self._IX_INTERFACE) + + @property + def target(self): + return self._get_arg_or_default(self._IX_TARGET, self._NOT_GIVEN) + + ### + # str + # + # The ``__str__`` of self is implemented by concatenating (%s), in order, + # these properties (none of which should have leading or trailing + # whitespace): + # + # - self._str_subject + # Begin the message, including a description of the target. + # - self._str_description + # Provide a general description of the type of error, including + # the interface name if possible and relevant. + # - self._str_conjunction + # Join the description to the details. Defaults to ": ". + # - self._str_details + # Provide details about how this particular instance of the error. + # - self._str_trailer + # End the message. Usually just a period. + ### + + @property + def _str_subject(self): + target = self.target + if target is self._NOT_GIVEN: + return "An object" + return f"The object {target!r}" + + @property + def _str_description(self): + return "has failed to implement interface %s" % ( + self.interface or '' + ) + + _str_conjunction = ": " + _str_details = "" + _str_trailer = '.' + + def __str__(self): + return "{} {}{}{}{}".format( + self._str_subject, + self._str_description, + self._str_conjunction, + self._str_details, + self._str_trailer + ) + + +class DoesNotImplement(_TargetInvalid): + """ + DoesNotImplement(interface[, target]) + + The *target* (optional) does not implement the *interface*. + + .. versionchanged:: 5.0.0 + Add the *target* argument and attribute, and change the resulting + string value of this object accordingly. + """ + + _str_details = "Does not declaratively implement the interface" + + +class BrokenImplementation(_TargetInvalid): + """ + BrokenImplementation(interface, name[, target]) + + The *target* (optional) is missing the attribute *name*. + + .. versionchanged:: 5.0.0 + Add the *target* argument and attribute, and change the resulting + string value of this object accordingly. + + The *name* can either be a simple string or a ``Attribute`` object. + """ + + _IX_NAME = _TargetInvalid._IX_INTERFACE + 1 + _IX_TARGET = _IX_NAME + 1 + + @property + def name(self): + return self.args[1] # pylint:disable=unsubscriptable-object + + @property + def _str_details(self): + return "The %s attribute was not provided" % ( + repr(self.name) if isinstance(self.name, str) else self.name + ) + + +class BrokenMethodImplementation(_TargetInvalid): + """ + BrokenMethodImplementation( + method, message[, implementation, interface, target] + ) + + The *target* (optional) has a *method* in *implementation* that violates + its contract in a way described by *mess*. + + .. versionchanged:: 5.0.0 + Add the *interface* and *target* argument and attribute, + and change the resulting string value of this object accordingly. + + The *method* can either be a simple string or a ``Method`` object. + + .. versionchanged:: 5.0.0 + If *implementation* is given, then the *message* will have the + string "implementation" replaced with an short but informative + representation of *implementation*. + + """ + + _IX_IMPL = 2 + _IX_INTERFACE = _IX_IMPL + 1 + _IX_TARGET = _IX_INTERFACE + 1 + + @property + def method(self): + return self.args[0] # pylint:disable=unsubscriptable-object + + @property + def mess(self): + return self.args[1] # pylint:disable=unsubscriptable-object + + @staticmethod + def __implementation_str(impl): + # It could be a callable or some arbitrary object, we don't + # know yet. + import inspect # Inspect is a heavy-weight dependency, lots of imports + try: + sig = inspect.signature + formatsig = str + except AttributeError: + sig = inspect.getargspec + formatsig = inspect.formatargspec + + try: + sig = sig(impl) + except (ValueError, TypeError): + # Unable to introspect. Darn. + # This could be a non-callable, or a particular builtin, + # or a bound method that doesn't even accept 'self', e.g., + # ``Class.method = lambda: None; Class().method`` + return repr(impl) + + try: + name = impl.__qualname__ + except AttributeError: + name = impl.__name__ + + return name + formatsig(sig) + + @property + def _str_details(self): + impl = self._get_arg_or_default(self._IX_IMPL, self._NOT_GIVEN) + message = self.mess + if impl is not self._NOT_GIVEN and 'implementation' in message: + message = message.replace("implementation", '%r') + message = message % (self.__implementation_str(impl),) + + return 'The contract of {} is violated because {}'.format( + repr(self.method) if isinstance(self.method, str) else self.method, + message, + ) + + +class MultipleInvalid(_TargetInvalid): + """ + The *target* has failed to implement the *interface* in + multiple ways. + + The failures are described by *exceptions*, a collection of + other `Invalid` instances. + + .. versionadded:: 5.0 + """ + + _NOT_GIVEN_CATCH = () + + def __init__(self, interface, target, exceptions): + super().__init__(interface, target, tuple(exceptions)) + + @property + def exceptions(self): + return self.args[2] # pylint:disable=unsubscriptable-object + + @property + def _str_details(self): + # It would be nice to use tabs here, but that + # is hard to represent in doctests. + return '\n ' + '\n '.join( + x._str_details.strip() if isinstance(x, _TargetInvalid) else str(x) + for x in self.exceptions + ) + + _str_conjunction = ':' # no trailing space, messes up doctests + _str_trailer = '' + + +class InvalidInterface(Exception): + """The interface has invalid contents + """ + + +class BadImplements(TypeError): + """An implementation assertion is invalid + + because it doesn't contain an interface or a sequence of valid + implementation assertions. + """ diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/interface.py b/llmlab/lib/python3.12/site-packages/zope/interface/interface.py new file mode 100644 index 0000000..ad8a7de --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/interface.py @@ -0,0 +1,1185 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Interface object implementation +""" +# pylint:disable=protected-access +import sys +import weakref +from types import FunctionType +from types import MethodType +from typing import Union + +from zope.interface import ro +from zope.interface._compat import _use_c_impl +from zope.interface.exceptions import Invalid +from zope.interface.ro import ro as calculate_ro + + +__all__ = [ + # Most of the public API from this module is directly exported + # from zope.interface. The only remaining public API intended to + # be imported from here should be those few things documented as + # such. + 'InterfaceClass', + 'Specification', + 'adapter_hooks', +] + +CO_VARARGS = 4 +CO_VARKEYWORDS = 8 +# Put in the attrs dict of an interface by ``taggedValue`` and ``invariants`` +TAGGED_DATA = '__interface_tagged_values__' +# Put in the attrs dict of an interface by ``interfacemethod`` +INTERFACE_METHODS = '__interface_methods__' + +_decorator_non_return = object() +_marker = object() + + +def invariant(call): + f_locals = sys._getframe(1).f_locals + tags = f_locals.setdefault(TAGGED_DATA, {}) + invariants = tags.setdefault('invariants', []) + invariants.append(call) + return _decorator_non_return + + +def taggedValue(key, value): + """Attaches a tagged value to an interface at definition time.""" + f_locals = sys._getframe(1).f_locals + tagged_values = f_locals.setdefault(TAGGED_DATA, {}) + tagged_values[key] = value + return _decorator_non_return + + +class Element: + """ + Default implementation of `zope.interface.interfaces.IElement`. + """ + + # We can't say this yet because we don't have enough + # infrastructure in place. + # + # implements(IElement) + + def __init__( + self, __name__, __doc__='', + ): # pylint:disable=redefined-builtin + if not __doc__ and __name__.find(' ') >= 0: + __doc__ = __name__ + __name__ = None + + self.__name__ = __name__ + self.__doc__ = __doc__ + # Tagged values are rare, especially on methods or attributes. + # Deferring the allocation can save substantial memory. + self.__tagged_values = None + + def getName(self): + """ Returns the name of the object. """ + return self.__name__ + + def getDoc(self): + """ Returns the documentation for the object. """ + return self.__doc__ + + ### + # Tagged values. + # + # Direct tagged values are set only in this instance. Others + # may be inherited (for those subclasses that have that concept). + ### + + def getTaggedValue(self, tag): + """ Returns the value associated with 'tag'. """ + if not self.__tagged_values: + raise KeyError(tag) + return self.__tagged_values[tag] + + def queryTaggedValue(self, tag, default=None): + """ Returns the value associated with 'tag'. """ + return self.__tagged_values.get( + tag, default, + ) if self.__tagged_values else default + + def getTaggedValueTags(self): + """ Returns a collection of all tags. """ + return self.__tagged_values.keys() if self.__tagged_values else () + + def setTaggedValue(self, tag, value): + """ Associates 'value' with 'key'. """ + if self.__tagged_values is None: + self.__tagged_values = {} + self.__tagged_values[tag] = value + + queryDirectTaggedValue = queryTaggedValue + getDirectTaggedValue = getTaggedValue + getDirectTaggedValueTags = getTaggedValueTags + + +SpecificationBasePy = object # filled by _use_c_impl. + + +@_use_c_impl +class SpecificationBase: + # This object is the base of the inheritance hierarchy for ClassProvides: + # + # ClassProvides < ClassProvidesBase, Declaration + # Declaration < Specification < SpecificationBase + # ClassProvidesBase < SpecificationBase + # + # In order to have compatible instance layouts, we need to declare + # the storage used by Specification and Declaration here (and + # those classes must have ``__slots__ = ()``); fortunately this is + # not a waste of space because those are the only two inheritance + # trees. These all translate into tp_members in C. + __slots__ = ( + # Things used here. + '_implied', + # Things used in Specification. + '_dependents', + '_bases', + '_v_attrs', + '__iro__', + '__sro__', + '__weakref__', + ) + + def providedBy(self, ob): + """Is the interface implemented by an object + """ + spec = providedBy(ob) + return self in spec._implied + + def implementedBy(self, cls): + """Test whether the specification is implemented by a class or factory. + + Raise TypeError if argument is neither a class nor a callable. + """ + spec = implementedBy(cls) + return self in spec._implied + + def isOrExtends(self, interface): + """Is the interface the same as or extend the given interface + """ + return interface in self._implied # pylint:disable=no-member + + __call__ = isOrExtends + + +class NameAndModuleComparisonMixin: + # Internal use. Implement the basic sorting operators (but not (in)equality + # or hashing). Subclasses must provide ``__name__`` and ``__module__`` + # attributes. Subclasses will be mutually comparable; but because equality + # and hashing semantics are missing from this class, take care in how + # you define those two attributes: If you stick with the default equality + # and hashing (identity based) you should make sure that all possible + # ``__name__`` and ``__module__`` pairs are unique ACROSS ALL SUBCLASSES. + # (Actually, pretty much the same thing goes if you define equality and + # hashing to be based on those two attributes: they must still be + # consistent ACROSS ALL SUBCLASSES.) + + # pylint:disable=assigning-non-slot + __slots__ = () + + def _compare(self, other): + """ + Compare *self* to *other* based on ``__name__`` and ``__module__``. + + Return 0 if they are equal, return 1 if *self* is + greater than *other*, and return -1 if *self* is less than + *other*. + + If *other* does not have ``__name__`` or ``__module__``, then + return ``NotImplemented``. + + .. caution:: + This allows comparison to things well outside the type hierarchy, + perhaps not symmetrically. + + For example, ``class Foo(object)`` and ``class Foo(Interface)`` + in the same file would compare equal, depending on the order of + operands. Writing code like this by hand would be unusual, but it + could happen with dynamic creation of types and interfaces. + + None is treated as a pseudo interface that implies the loosest + contact possible, no contract. For that reason, all interfaces + sort before None. + """ + if other is self: + return 0 + + if other is None: + return -1 + + n1 = (self.__name__, self.__module__) + try: + n2 = (other.__name__, other.__module__) + except AttributeError: + return NotImplemented + + # This spelling works under Python3, which doesn't have cmp(). + return (n1 > n2) - (n1 < n2) + + def __lt__(self, other): + c = self._compare(other) + if c is NotImplemented: + return c + return c < 0 + + def __le__(self, other): + c = self._compare(other) + if c is NotImplemented: + return c + return c <= 0 + + def __gt__(self, other): + c = self._compare(other) + if c is NotImplemented: + return c + return c > 0 + + def __ge__(self, other): + c = self._compare(other) + if c is NotImplemented: + return c + return c >= 0 + + +@_use_c_impl +class InterfaceBase(NameAndModuleComparisonMixin, SpecificationBasePy): + """Base class that wants to be replaced with a C base :) + """ + + __slots__ = ( + '__name__', + '__ibmodule__', + '_v_cached_hash', + ) + + def __init__(self, name=None, module=None): + self.__name__ = name + self.__ibmodule__ = module + + def _call_conform(self, conform): + raise NotImplementedError + + @property + def __module_property__(self): + # This is for _InterfaceMetaClass + return self.__ibmodule__ + + def __call__(self, obj, alternate=_marker): + """Adapt an object to the interface + """ + try: + conform = obj.__conform__ + except AttributeError: + conform = None + + if conform is not None: + adapter = self._call_conform(conform) + if adapter is not None: + return adapter + + adapter = self.__adapt__(obj) + + if adapter is not None: + return adapter + if alternate is not _marker: + return alternate + raise TypeError("Could not adapt", obj, self) + + def __adapt__(self, obj): + """Adapt an object to the receiver + """ + if self.providedBy(obj): + return obj + + for hook in adapter_hooks: + adapter = hook(self, obj) + if adapter is not None: + return adapter + + return None + + def __hash__(self): + # pylint:disable=assigning-non-slot,attribute-defined-outside-init + try: + return self._v_cached_hash + except AttributeError: + self._v_cached_hash = hash((self.__name__, self.__module__)) + return self._v_cached_hash + + def __eq__(self, other): + c = self._compare(other) + if c is NotImplemented: + return c + return c == 0 + + def __ne__(self, other): + if other is self: + return False + + c = self._compare(other) + if c is NotImplemented: + return c + return c != 0 + + +adapter_hooks = _use_c_impl([], 'adapter_hooks') + + +class Specification(SpecificationBase): + """Specifications + + An interface specification is used to track interface declarations + and component registrations. + + This class is a base class for both interfaces themselves and for + interface specifications (declarations). + + Specifications are mutable. If you reassign their bases, their + relations with other specifications are adjusted accordingly. + """ + __slots__ = () + + # The root of all Specifications. This will be assigned `Interface`, + # once it is defined. + _ROOT = None + + # Copy some base class methods for speed + isOrExtends = SpecificationBase.isOrExtends + providedBy = SpecificationBase.providedBy + + def __init__(self, bases=()): + # There are many leaf interfaces with no dependents, + # and a few with very many. It's a heavily left-skewed + # distribution. In a survey of Plone and Zope related packages + # that loaded 2245 InterfaceClass objects and 2235 ClassProvides + # instances, there were a total of 7000 Specification objects created. + # 4700 had 0 dependents, 1400 had 1, 382 had 2 and so on. Only one + # for had 1664. So there's savings to be had deferring + # the creation of dependents. + self._dependents = None # type: weakref.WeakKeyDictionary + self._bases = () + self._implied = {} + self._v_attrs = None + self.__iro__ = () + self.__sro__ = () + + self.__bases__ = tuple(bases) + + @property + def dependents(self): + if self._dependents is None: + self._dependents = weakref.WeakKeyDictionary() + return self._dependents + + def subscribe(self, dependent): + self._dependents[dependent] = self.dependents.get(dependent, 0) + 1 + + def unsubscribe(self, dependent): + try: + n = self._dependents[dependent] + except TypeError: + raise KeyError(dependent) + n -= 1 + if not n: + del self.dependents[dependent] + else: + assert n > 0 + self.dependents[dependent] = n + + def __setBases(self, bases): + # Remove ourselves as a dependent of our old bases + for b in self.__bases__: + b.unsubscribe(self) + + # Register ourselves as a dependent of our new bases + self._bases = bases + for b in bases: + b.subscribe(self) + + self.changed(self) + + __bases__ = property( + lambda self: self._bases, __setBases, + ) + + # This method exists for tests to override the way we call + # ro.calculate_ro(), usually by adding extra kwargs. We don't + # want to have a mutable dictionary as a class member that we pass + # ourself because mutability is bad, and passing **kw is slower than + # calling the bound function. + _do_calculate_ro = calculate_ro + + def _calculate_sro(self): + """Compute resolution order for this object using its ``__bases__``. + + Ensures that ``Interface`` is always the last (lowest priority) + element. + """ + # We'd like to make Interface the lowest priority as a property of the + # resolution order algorithm. That almost works out naturally, but it + # fails when class inheritance has some bases that DO implement an + # interface, and some that DO NOT. In such a mixed scenario, you wind + # up with a set of bases to consider that look like this: [[..., + # Interface], [..., object], ...]. Depending on the order of + # inheritance, Interface can wind up before or after object, and that + # can happen at any point in the tree, meaning Interface can wind up + # somewhere in the middle of the order. Since Interface is treated as + # something that everything winds up implementing anyway (a catch-all + # for things like adapters), having it high up the order is bad. It's + # also bad to have it at the end, just before some concrete class: + # concrete classes should be HIGHER priority than interfaces (because + # there's only one class, but many implementations). + # + # One technically nice way to fix this would be to have + # ``implementedBy(object).__bases__ = (Interface,)`` + # + # But: (1) That fails for old-style classes and (2) that causes + # everything to appear to *explicitly* implement Interface, when up + # to this point it's been an implicit virtual sort of relationship. + # + # So we force the issue by mutating the resolution order. + + # Note that we let C3 use pre-computed __sro__ for our bases. + # This requires that by the time this method is invoked, our bases + # have settled their SROs. Thus, ``changed()`` must first + # update itself before telling its descendents of changes. + sro = self._do_calculate_ro(base_mros={ + b: b.__sro__ + for b in self.__bases__ + }) + root = self._ROOT + if root is not None and sro and sro[-1] is not root: + # In one dataset of 1823 Interface objects, 1117 ClassProvides + # objects, sro[-1] was root 4496 times, and only not root 118 + # times. So it's probably worth checking. + + # Once we don't have to deal with old-style classes, + # we can add a check and only do this if base_count > 1, + # if we tweak the bootstrapping for ```` + sro = [ + x + for x in sro + if x is not root + ] + sro.append(root) + + return sro + + def changed(self, originally_changed): + """ + We, or something we depend on, have changed. + + By the time this is called, the things we depend on, + such as our bases, should themselves be stable. + """ + self._v_attrs = None + + implied = self._implied + implied.clear() + + ancestors = self._calculate_sro() + self.__sro__ = tuple(ancestors) + self.__iro__ = tuple([ancestor for ancestor in ancestors + if isinstance(ancestor, InterfaceClass) + ]) + + for ancestor in ancestors: + # We directly imply our ancestors: + implied[ancestor] = () + + # Now, advise our dependents of change + # (being careful not to create the WeakKeyDictionary if not needed): + for dependent in tuple( + self._dependents.keys() if self._dependents else () + ): + dependent.changed(originally_changed) + + # Just in case something called get() at some point + # during that process and we have a cycle of some sort + # make sure we didn't cache incomplete results. + self._v_attrs = None + + def interfaces(self): + """Return an iterator for the interfaces in the specification. + """ + seen = {} + for base in self.__bases__: + for interface in base.interfaces(): + if interface not in seen: + seen[interface] = 1 + yield interface + + def extends(self, interface, strict=True): + """Does the specification extend the given interface? + + Test whether an interface in the specification extends the + given interface + """ + return ( + (interface in self._implied) and ( + (not strict) or (self != interface) + ) + ) + + def weakref(self, callback=None): + return weakref.ref(self, callback) + + def get(self, name, default=None): + """Query for an attribute description + """ + attrs = self._v_attrs + if attrs is None: + attrs = self._v_attrs = {} + attr = attrs.get(name) + if attr is None: + for iface in self.__iro__: + attr = iface.direct(name) + if attr is not None: + attrs[name] = attr + break + + return default if attr is None else attr + + +class _InterfaceMetaClass(type): + # Handling ``__module__`` on ``InterfaceClass`` is tricky. We need to be + # able to read it on a type and get the expected string. We also need to + # be able to set it on an instance and get the value we set. So far so + # good. But what gets tricky is that we'd like to store the value in the C + # structure (``InterfaceBase.__ibmodule__``) for direct access during + # equality, sorting, and hashing. "No problem, you think, I'll just use a + # property" (well, the C equivalents, ``PyMemberDef`` or ``PyGetSetDef``). + # + # Except there is a problem. When a subclass is created, the + # metaclass (``type``) always automatically puts the expected + # string in the class's dictionary under ``__module__``, thus + # overriding the property inherited from the superclass. Writing + # ``Subclass.__module__`` still works, but + # ``Subclass().__module__`` fails. + # + # There are multiple ways to work around this: + # + # (1) Define ``InterfaceBase.__getattribute__`` to watch for + # ``__module__`` and return the C storage. + # + # This works, but slows down *all* attribute access (except, + # ironically, to ``__module__``) by about 25% (40ns becomes 50ns) + # (when implemented in C). Since that includes methods like + # ``providedBy``, that's probably not acceptable. + # + # All the other methods involve modifying subclasses. This can be done + # either on the fly in some cases, as instances are constructed, or by + # using a metaclass. These next few can be done on the fly. + # + # (2) Make ``__module__`` a descriptor in each subclass dictionary. It + # can't be a straight up ``@property`` descriptor, though, because + # accessing it on the class returns a ``property`` object, not the desired + # string. + # + # (3) Implement a data descriptor (``__get__`` and ``__set__``) + # that is both a subclass of string, and also does the redirect of + # ``__module__`` to ``__ibmodule__`` and does the correct thing + # with the ``instance`` argument to ``__get__`` is None (returns + # the class's value.) (Why must it be a subclass of string? Because + # when it' s in the class's dict, it's defined on an *instance* of the + # metaclass; descriptors in an instance's dict aren't honored --- their + # ``__get__`` is never invoked --- so it must also *be* the value we want + # returned.) + # + # This works, preserves the ability to read and write + # ``__module__``, and eliminates any penalty accessing other + # attributes. But it slows down accessing ``__module__`` of + # instances by 200% (40ns to 124ns), requires editing class dicts on the + # fly (in InterfaceClass.__init__), thus slightly slowing down all + # interface creation, and is ugly. + # + # (4) As in the last step, but make it a non-data descriptor (no + # ``__set__``). + # + # If you then *also* store a copy of ``__ibmodule__`` in + # ``__module__`` in the instance's dict, reading works for both + # class and instance and is full speed for instances. But the cost + # is storage space, and you can't write to it anymore, not without + # things getting out of sync. + # + # (Actually, ``__module__`` was never meant to be writable. Doing + # so would break BTrees and normal dictionaries, as well as the + # repr, maybe more.) + # + # That leaves us with a metaclass. (Recall that a class is an + # instance of its metaclass, so properties/descriptors defined in + # the metaclass are used when accessing attributes on the + # instance/class. We'll use that to define ``__module__``.) Here + # we can have our cake and eat it too: no extra storage, and + # C-speed access to the underlying storage. The only substantial + # cost is that metaclasses tend to make people's heads hurt. (But + # still less than the descriptor-is-string, hopefully.) + + __slots__ = () + + def __new__(cls, name, bases, attrs): + # Figure out what module defined the interface. + # This is copied from ``InterfaceClass.__init__``; + # reviewers aren't sure how AttributeError or KeyError + # could be raised. + __module__ = sys._getframe(1).f_globals['__name__'] + # Get the C optimized __module__ accessor and give it + # to the new class. + moduledescr = InterfaceBase.__dict__['__module__'] + if isinstance(moduledescr, str): + # We're working with the Python implementation, + # not the C version + moduledescr = InterfaceBase.__dict__['__module_property__'] + attrs['__module__'] = moduledescr + kind = type.__new__(cls, name, bases, attrs) + kind.__module = __module__ + return kind + + @property + def __module__(cls): + return cls.__module + + def __repr__(cls): + return "".format( + cls.__module, + cls.__name__, + ) + + +_InterfaceClassBase = _InterfaceMetaClass( + 'InterfaceClass', + # From least specific to most specific. + (InterfaceBase, Specification, Element), + {'__slots__': ()} +) + + +def interfacemethod(func): + """ + Convert a method specification to an actual method of the interface. + + This is a decorator that functions like `staticmethod` et al. + + The primary use of this decorator is to allow interface definitions to + define the ``__adapt__`` method, but other interface methods can be + overridden this way too. + + .. seealso:: + `zope.interface.interfaces.IInterfaceDeclaration.interfacemethod` + """ + f_locals = sys._getframe(1).f_locals + methods = f_locals.setdefault(INTERFACE_METHODS, {}) + methods[func.__name__] = func + return _decorator_non_return + + +class InterfaceClass(_InterfaceClassBase): + """ + Prototype (scarecrow) Interfaces Implementation. + + Note that it is not possible to change the ``__name__`` or ``__module__`` + after an instance of this object has been constructed. + """ + + # We can't say this yet because we don't have enough + # infrastructure in place. + # + # implements(IInterface) + + def __new__( + cls, + name=None, + bases=(), + attrs=None, + __doc__=None, # pylint:disable=redefined-builtin + __module__=None, + ): + assert isinstance(bases, tuple) + attrs = attrs or {} + needs_custom_class = attrs.pop(INTERFACE_METHODS, None) + if needs_custom_class: + needs_custom_class.update( + {'__classcell__': attrs.pop('__classcell__')} + if '__classcell__' in attrs + else {} + ) + if '__adapt__' in needs_custom_class: + # We need to tell the C code to call this. + needs_custom_class['_CALL_CUSTOM_ADAPT'] = 1 + + if issubclass(cls, _InterfaceClassWithCustomMethods): + cls_bases = (cls,) + elif cls is InterfaceClass: + cls_bases = (_InterfaceClassWithCustomMethods,) + else: + cls_bases = (cls, _InterfaceClassWithCustomMethods) + + cls = type(cls)( # pylint:disable=self-cls-assignment + name + "", + cls_bases, + needs_custom_class + ) + + return _InterfaceClassBase.__new__(cls) + + def __init__( + self, + name, + bases=(), + attrs=None, + __doc__=None, # pylint:disable=redefined-builtin + __module__=None, + ): + # We don't call our metaclass parent directly + # pylint:disable=non-parent-init-called + # pylint:disable=super-init-not-called + if not all(isinstance(base, InterfaceClass) for base in bases): + raise TypeError('Expected base interfaces') + + if attrs is None: + attrs = {} + + if __module__ is None: + __module__ = attrs.get('__module__') + if isinstance(__module__, str): + del attrs['__module__'] + else: + try: + # Figure out what module defined the interface. + # This is how cPython figures out the module of + # a class, but of course it does it in C. :-/ + __module__ = sys._getframe(1).f_globals['__name__'] + except (AttributeError, KeyError): # pragma: no cover + pass + + InterfaceBase.__init__(self, name, __module__) + # These asserts assisted debugging the metaclass + # assert '__module__' not in self.__dict__ + # assert self.__ibmodule__ is self.__module__ is __module__ + + d = attrs.get('__doc__') + if d is not None: + if not isinstance(d, Attribute): + if __doc__ is None: + __doc__ = d + del attrs['__doc__'] + + if __doc__ is None: + __doc__ = '' + + Element.__init__(self, name, __doc__) + + tagged_data = attrs.pop(TAGGED_DATA, None) + if tagged_data is not None: + for key, val in tagged_data.items(): + self.setTaggedValue(key, val) + + Specification.__init__(self, bases) + self.__attrs = self.__compute_attrs(attrs) + + self.__identifier__ = f"{__module__}.{name}" + + def __compute_attrs(self, attrs): + # Make sure that all recorded attributes (and methods) are of type + # `Attribute` and `Method` + def update_value(aname, aval): + if isinstance(aval, Attribute): + aval.interface = self + if not aval.__name__: + aval.__name__ = aname + elif isinstance(aval, FunctionType): + aval = fromFunction(aval, self, name=aname) + else: + raise InvalidInterface("Concrete attribute, " + aname) + return aval + + return { + aname: update_value(aname, aval) + for aname, aval in attrs.items() + if aname not in ( + # __locals__: Python 3 sometimes adds this. + '__locals__', + # __qualname__: PEP 3155 (Python 3.3+) + '__qualname__', + # __annotations__: PEP 3107 (Python 3.0+) + '__annotations__', + # __static_attributes__: Python 3.13a6+ + # https://github.com/python/cpython/pull/115913 + '__static_attributes__', + # __firstlineno__: Python 3.13b1+ + # https://github.com/python/cpython/pull/118475 + '__firstlineno__', + # __classdictcell__: Python 3.14 + '__classdictcell__', + ) and + aval is not _decorator_non_return # noqa W503 + } + + def interfaces(self): + """Return an iterator for the interfaces in the specification. + """ + yield self + + def getBases(self): + return self.__bases__ + + def isEqualOrExtendedBy(self, other): + """Same interface or extends?""" + return self == other or other.extends(self) + + def names(self, all=False): # pylint:disable=redefined-builtin + """Return the attribute names defined by the interface.""" + if not all: + return self.__attrs.keys() + + r = self.__attrs.copy() + + for base in self.__bases__: + r.update(dict.fromkeys(base.names(all))) + + return r.keys() + + def __iter__(self): + return iter(self.names(all=True)) + + def namesAndDescriptions( + self, all=False # pylint:disable=redefined-builtin + ): + """Return attribute names and descriptions defined by interface.""" + if not all: + return self.__attrs.items() + + r = {} + for base in self.__bases__[::-1]: + r.update(dict(base.namesAndDescriptions(all))) + + r.update(self.__attrs) + + return r.items() + + def getDescriptionFor(self, name): + """Return the attribute description for the given name.""" + r = self.get(name) + if r is not None: + return r + + raise KeyError(name) + + __getitem__ = getDescriptionFor + + def __contains__(self, name): + return self.get(name) is not None + + def direct(self, name): + return self.__attrs.get(name) + + def queryDescriptionFor(self, name, default=None): + return self.get(name, default) + + def validateInvariants(self, obj, errors=None): + """validate object to defined invariants.""" + + for iface in self.__iro__: + for invariant in iface.queryDirectTaggedValue('invariants', ()): + try: + invariant(obj) + except Invalid as error: + if errors is not None: + errors.append(error) + else: + raise + + if errors: + raise Invalid(errors) + + def queryTaggedValue(self, tag, default=None): + """ + Queries for the value associated with *tag*, returning it from the + nearest interface in the ``__iro__``. + + If not found, returns *default*. + """ + for iface in self.__iro__: + value = iface.queryDirectTaggedValue(tag, _marker) + if value is not _marker: + return value + return default + + def getTaggedValue(self, tag): + """ Returns the value associated with 'tag'. """ + value = self.queryTaggedValue(tag, default=_marker) + if value is _marker: + raise KeyError(tag) + return value + + def getTaggedValueTags(self): + """ Returns a list of all tags. """ + keys = set() + for base in self.__iro__: + keys.update(base.getDirectTaggedValueTags()) + return keys + + def __repr__(self): + try: + return self._v_repr + except AttributeError: + name = str(self) + r = f"<{self.__class__.__name__} {name}>" + self._v_repr = r # pylint:disable=attribute-defined-outside-init + return r + + def __str__(self): + name = self.__name__ + m = self.__ibmodule__ + if m: + name = f'{m}.{name}' + return name + + def _call_conform(self, conform): + try: + return conform(self) + except TypeError: # pragma: no cover + # We got a TypeError. It might be an error raised by + # the __conform__ implementation, or *we* may have + # made the TypeError by calling an unbound method + # (object is a class). In the later case, we behave + # as though there is no __conform__ method. We can + # detect this case by checking whether there is more + # than one traceback object in the traceback chain: + if sys.exc_info()[2].tb_next is not None: + # There is more than one entry in the chain, so + # reraise the error: + raise + # This clever trick is from Phillip Eby + + return None # pragma: no cover + + def __reduce__(self): + return self.__name__ + + def __or__(self, other): + """Allow type hinting syntax: Interface | None.""" + return Union[self, other] + + def __ror__(self, other): + """Allow type hinting syntax: None | Interface.""" + return Union[other, self] + + +Interface = InterfaceClass("Interface", __module__='zope.interface') +# Interface is the only member of its own SRO. +Interface._calculate_sro = lambda: (Interface,) +Interface.changed(Interface) +assert Interface.__sro__ == (Interface,) +Specification._ROOT = Interface +ro._ROOT = Interface + + +class _InterfaceClassWithCustomMethods(InterfaceClass): + """ + Marker class for interfaces with custom methods that override + InterfaceClass methods. + """ + + +class Attribute(Element): + """Attribute descriptions + """ + + # We can't say this yet because we don't have enough + # infrastructure in place. + # + # implements(IAttribute) + + interface = None + + def _get_str_info(self): + """Return extra data to put at the end of __str__.""" + return "" + + def __str__(self): + of = '' + if self.interface is not None: + of = ( + self.interface.__module__ + + '.' + + self.interface.__name__ + + '.' + ) + # self.__name__ may be None during construction (e.g., debugging) + return of + (self.__name__ or '') + self._get_str_info() + + def __repr__(self): + return "<{}.{} object at 0x{:x} {}>".format( + type(self).__module__, + type(self).__name__, + id(self), + self + ) + + +class Method(Attribute): + """Method interfaces + + The idea here is that you have objects that describe methods. + This provides an opportunity for rich meta-data. + """ + + # We can't say this yet because we don't have enough + # infrastructure in place. + # + # implements(IMethod) + + positional = required = () + _optional = varargs = kwargs = None + + def _get_optional(self): + if self._optional is None: + return {} + return self._optional + + def _set_optional(self, opt): + self._optional = opt + + def _del_optional(self): + self._optional = None + + optional = property(_get_optional, _set_optional, _del_optional) + + def __call__(self, *args, **kw): + raise BrokenImplementation(self.interface, self.__name__) + + def getSignatureInfo(self): + return {'positional': self.positional, + 'required': self.required, + 'optional': self.optional, + 'varargs': self.varargs, + 'kwargs': self.kwargs, + } + + def getSignatureString(self): + sig = [] + for v in self.positional: + sig.append(v) + if v in self.optional.keys(): + sig[-1] += "=" + repr(self.optional[v]) + if self.varargs: + sig.append("*" + self.varargs) + if self.kwargs: + sig.append("**" + self.kwargs) + + return "(%s)" % ", ".join(sig) + + _get_str_info = getSignatureString + + +def fromFunction(func, interface=None, imlevel=0, name=None): + name = name or func.__name__ + method = Method(name, func.__doc__) + defaults = getattr(func, '__defaults__', None) or () + code = func.__code__ + # Number of positional arguments + na = code.co_argcount - imlevel + names = code.co_varnames[imlevel:] + opt = {} + # Number of required arguments + defaults_count = len(defaults) + if not defaults_count: + # PyPy3 uses ``__defaults_count__`` for builtin methods + # like ``dict.pop``. Surprisingly, these don't have recorded + # ``__defaults__`` + defaults_count = getattr(func, '__defaults_count__', 0) + + nr = na - defaults_count + if nr < 0: + defaults = defaults[-nr:] + nr = 0 + + # Determine the optional arguments. + opt.update(dict(zip(names[nr:], defaults))) + + method.positional = names[:na] + method.required = names[:nr] + method.optional = opt + + argno = na + + # Determine the function's variable argument's name (i.e. *args) + if code.co_flags & CO_VARARGS: + method.varargs = names[argno] + argno = argno + 1 + else: + method.varargs = None + + # Determine the function's keyword argument's name (i.e. **kw) + if code.co_flags & CO_VARKEYWORDS: + method.kwargs = names[argno] + else: + method.kwargs = None + + method.interface = interface + + for key, value in func.__dict__.items(): + method.setTaggedValue(key, value) + + return method + + +def fromMethod(meth, interface=None, name=None): + if isinstance(meth, MethodType): + func = meth.__func__ + else: + func = meth + return fromFunction(func, interface, imlevel=1, name=name) + + +# Now we can create the interesting interfaces and wire them up: +def _wire(): + from zope.interface.declarations import classImplements + # From lest specific to most specific. + from zope.interface.interfaces import IElement + classImplements(Element, IElement) + + from zope.interface.interfaces import IAttribute + classImplements(Attribute, IAttribute) + + from zope.interface.interfaces import IMethod + classImplements(Method, IMethod) + + from zope.interface.interfaces import ISpecification + classImplements(Specification, ISpecification) + + from zope.interface.interfaces import IInterface + classImplements(InterfaceClass, IInterface) + + +# We import this here to deal with module dependencies. +# pylint:disable=wrong-import-position +from zope.interface.declarations import implementedBy +from zope.interface.declarations import providedBy +from zope.interface.exceptions import BrokenImplementation +from zope.interface.exceptions import InvalidInterface + + +# This ensures that ``Interface`` winds up in the flattened() +# list of the immutable declaration. It correctly overrides changed() +# as a no-op, so we bypass that. +# pylint:disable=wrong-import-position +from zope.interface.declarations import _empty # isort: skip +Specification.changed(_empty, _empty) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/interfaces.py b/llmlab/lib/python3.12/site-packages/zope/interface/interfaces.py new file mode 100644 index 0000000..9bafeb5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/interfaces.py @@ -0,0 +1,1516 @@ +############################################################################## +# +# Copyright (c) 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Interface Package Interfaces +""" +__docformat__ = 'restructuredtext' + +from zope.interface.declarations import implementer +from zope.interface.interface import Attribute +from zope.interface.interface import Interface + + +__all__ = [ + 'ComponentLookupError', + 'IAdapterRegistration', + 'IAdapterRegistry', + 'IAttribute', + 'IComponentLookup', + 'IComponentRegistry', + 'IComponents', + 'IDeclaration', + 'IElement', + 'IHandlerRegistration', + 'IInterface', + 'IInterfaceDeclaration', + 'IMethod', + 'Invalid', + 'IObjectEvent', + 'IRegistered', + 'IRegistration', + 'IRegistrationEvent', + 'ISpecification', + 'ISubscriptionAdapterRegistration', + 'IUnregistered', + 'IUtilityRegistration', + 'ObjectEvent', + 'Registered', + 'Unregistered', +] + +# pylint:disable=inherit-non-class,no-method-argument,no-self-argument +# pylint:disable=unexpected-special-method-signature +# pylint:disable=too-many-lines + + +class IElement(Interface): + """ + Objects that have basic documentation and tagged values. + + Known derivatives include :class:`IAttribute` and its derivative + :class:`IMethod`; these have no notion of inheritance. + :class:`IInterface` is also a derivative, and it does have a + notion of inheritance, expressed through its ``__bases__`` and + ordered in its ``__iro__`` (both defined by + :class:`ISpecification`). + """ + + # pylint:disable=arguments-differ + + # Note that defining __doc__ as an Attribute hides the docstring + # from introspection. When changing it, also change it in the Sphinx + # ReST files. + + __name__ = Attribute('__name__', 'The object name') + __doc__ = Attribute('__doc__', 'The object doc string') + + ### + # Tagged values. + # + # Direct values are established in this instance. Others may be + # inherited. Although ``IElement`` itself doesn't have a notion of + # inheritance, ``IInterface`` *does*. It might have been better to + # make ``IInterface`` define new methods + # ``getIndirectTaggedValue``, etc, to include inheritance instead + # of overriding ``getTaggedValue`` to do that, but that ship has sailed. + # So to keep things nice and symmetric, we define the ``Direct`` methods + # here. + ### + + def getTaggedValue(tag): + """Returns the value associated with *tag*. + + Raise a `KeyError` if the tag isn't set. + + If the object has a notion of inheritance, this searches + through the inheritance hierarchy and returns the nearest result. + If there is no such notion, this looks only at this object. + + .. versionchanged:: 4.7.0 + This method should respect inheritance if present. + """ + + def queryTaggedValue(tag, default=None): + """ + As for `getTaggedValue`, but instead of raising a `KeyError`, returns + *default*. + + + .. versionchanged:: 4.7.0 + This method should respect inheritance if present. + """ + + def getTaggedValueTags(): + """ + Returns a collection of all tags in no particular order. + + If the object has a notion of inheritance, this + includes all the inherited tagged values. If there is + no such notion, this looks only at this object. + + .. versionchanged:: 4.7.0 + This method should respect inheritance if present. + """ + + def setTaggedValue(tag, value): + """ + Associates *value* with *key* directly in this object. + """ + + def getDirectTaggedValue(tag): + """ + As for `getTaggedValue`, but never includes inheritance. + + .. versionadded:: 5.0.0 + """ + + def queryDirectTaggedValue(tag, default=None): + """ + As for `queryTaggedValue`, but never includes inheritance. + + .. versionadded:: 5.0.0 + """ + + def getDirectTaggedValueTags(): + """ + As for `getTaggedValueTags`, but includes only tags directly + set on this object. + + .. versionadded:: 5.0.0 + """ + + +class IAttribute(IElement): + """Attribute descriptors""" + + interface = Attribute('interface', + 'Stores the interface instance in which the ' + 'attribute is located.') + + +class IMethod(IAttribute): + """Method attributes""" + + def getSignatureInfo(): + """Returns the signature information. + + This method returns a dictionary with the following string keys: + + - positional + A sequence of the names of positional arguments. + - required + A sequence of the names of required arguments. + - optional + A dictionary mapping argument names to their default values. + - varargs + The name of the varargs argument (or None). + - kwargs + The name of the kwargs argument (or None). + """ + + def getSignatureString(): + """Return a signature string suitable for inclusion in documentation. + + This method returns the function signature string. For example, if you + have ``def func(a, b, c=1, d='f')``, then the signature string is + ``"(a, b, c=1, d='f')"``. + """ + + +class ISpecification(Interface): + """Object Behavioral specifications""" + # pylint:disable=arguments-differ + def providedBy(object): # pylint:disable=redefined-builtin + """Test whether the interface is implemented by the object + + Return true of the object asserts that it implements the + interface, including asserting that it implements an extended + interface. + """ + + def implementedBy(class_): + """Test whether the interface is implemented by instances of the class + + Return true of the class asserts that its instances implement the + interface, including asserting that they implement an extended + interface. + """ + + def isOrExtends(other): + """Test whether the specification is or extends another + """ + + def extends(other, strict=True): + """Test whether a specification extends another + + The specification extends other if it has other as a base + interface or if one of it's bases extends other. + + If strict is false, then the specification extends itself. + """ + + def weakref(callback=None): + """Return a weakref to the specification + + This method is, regrettably, needed to allow weakrefs to be + computed to security-proxied specifications. While the + zope.interface package does not require zope.security or + zope.proxy, it has to be able to coexist with it. + + """ + + __bases__ = Attribute("""Base specifications + + A tuple of specifications from which this specification is + directly derived. + + """) + + __sro__ = Attribute("""Specification-resolution order + + A tuple of the specification and all of it's ancestor + specifications from most specific to least specific. The specification + itself is the first element. + + (This is similar to the method-resolution order for new-style classes.) + """) + + __iro__ = Attribute("""Interface-resolution order + + A tuple of the specification's ancestor interfaces from + most specific to least specific. The specification itself is + included if it is an interface. + + (This is similar to the method-resolution order for new-style classes.) + """) + + def get(name, default=None): + """Look up the description for a name + + If the named attribute is not defined, the default is + returned. + """ + + +class IInterface(ISpecification, IElement): + """Interface objects + + Interface objects describe the behavior of an object by containing + useful information about the object. This information includes: + + - Prose documentation about the object. In Python terms, this + is called the "doc string" of the interface. In this element, + you describe how the object works in prose language and any + other useful information about the object. + + - Descriptions of attributes. Attribute descriptions include + the name of the attribute and prose documentation describing + the attributes usage. + + - Descriptions of methods. Method descriptions can include: + + - Prose "doc string" documentation about the method and its + usage. + + - A description of the methods arguments; how many arguments + are expected, optional arguments and their default values, + the position or arguments in the signature, whether the + method accepts arbitrary arguments and whether the method + accepts arbitrary keyword arguments. + + - Optional tagged data. Interface objects (and their attributes and + methods) can have optional, application specific tagged data + associated with them. Examples uses for this are examples, + security assertions, pre/post conditions, and other possible + information you may want to associate with an Interface or its + attributes. + + Not all of this information is mandatory. For example, you may + only want the methods of your interface to have prose + documentation and not describe the arguments of the method in + exact detail. Interface objects are flexible and let you give or + take any of these components. + + Interfaces are created with the Python class statement using + either `zope.interface.Interface` or another interface, as in:: + + from zope.interface import Interface + + class IMyInterface(Interface): + '''Interface documentation''' + + def meth(arg1, arg2): + '''Documentation for meth''' + + # Note that there is no self argument + + class IMySubInterface(IMyInterface): + '''Interface documentation''' + + def meth2(): + '''Documentation for meth2''' + + You use interfaces in two ways: + + - You assert that your object implement the interfaces. + + There are several ways that you can declare that an object + provides an interface: + + 1. Call `zope.interface.implementer` on your class definition. + + 2. Call `zope.interface.directlyProvides` on your object. + + 3. Call `zope.interface.classImplements` to declare that instances + of a class implement an interface. + + For example:: + + from zope.interface import classImplements + + classImplements(some_class, some_interface) + + This approach is useful when it is not an option to modify + the class source. Note that this doesn't affect what the + class itself implements, but only what its instances + implement. + + - You query interface meta-data. See the IInterface methods and + attributes for details. + + """ + # pylint:disable=arguments-differ + def names(all=False): # pylint:disable=redefined-builtin + """Get the interface attribute names + + Return a collection of the names of the attributes, including + methods, included in the interface definition. + + Normally, only directly defined attributes are included. If + a true positional or keyword argument is given, then + attributes defined by base classes will be included. + """ + + def namesAndDescriptions(all=False): # pylint:disable=redefined-builtin + """Get the interface attribute names and descriptions + + Return a collection of the names and descriptions of the + attributes, including methods, as name-value pairs, included + in the interface definition. + + Normally, only directly defined attributes are included. If + a true positional or keyword argument is given, then + attributes defined by base classes will be included. + """ + + def __getitem__(name): + """Get the description for a name + + If the named attribute is not defined, a `KeyError` is raised. + """ + + def direct(name): + """Get the description for the name if it was defined by the interface + + If the interface doesn't define the name, returns None. + """ + + def validateInvariants(obj, errors=None): + """Validate invariants + + Validate object to defined invariants. If errors is None, + raises first Invalid error; if errors is a list, appends all errors + to list, then raises Invalid with the errors as the first element + of the "args" tuple.""" + + def __contains__(name): + """Test whether the name is defined by the interface""" + + def __iter__(): + """Return an iterator over the names defined by the interface + + The names iterated include all of the names defined by the + interface directly and indirectly by base interfaces. + """ + + __module__ = Attribute("""The name of the module defining the interface""") + + +class IDeclaration(ISpecification): + """Interface declaration + + Declarations are used to express the interfaces implemented by + classes or provided by objects. + """ + + def __contains__(interface): + """Test whether an interface is in the specification + + Return true if the given interface is one of the interfaces in + the specification and false otherwise. + """ + + def __iter__(): + """Return an iterator for the interfaces in the specification + """ + + def flattened(): + """Return an iterator of all included and extended interfaces + + An iterator is returned for all interfaces either included in + or extended by interfaces included in the specifications + without duplicates. The interfaces are in "interface + resolution order". The interface resolution order is such that + base interfaces are listed after interfaces that extend them + and, otherwise, interfaces are included in the order that they + were defined in the specification. + """ + + def __sub__(interfaces): + """Create an interface specification with some interfaces excluded + + The argument can be an interface or an interface + specifications. The interface or interfaces given in a + specification are subtracted from the interface specification. + + Removing an interface that is not in the specification does + not raise an error. Doing so has no effect. + + Removing an interface also removes sub-interfaces of the interface. + + """ + + def __add__(interfaces): + """Create an interface specification with some interfaces added + + The argument can be an interface or an interface + specifications. The interface or interfaces given in a + specification are added to the interface specification. + + Adding an interface that is already in the specification does + not raise an error. Doing so has no effect. + """ + + def __nonzero__(): + """Return a true value of the interface specification is non-empty + """ + + +class IInterfaceDeclaration(Interface): + """ + Declare and check the interfaces of objects. + + The functions defined in this interface are used to declare the + interfaces that objects provide and to query the interfaces that + have been declared. + + Interfaces can be declared for objects in two ways: + + - Interfaces are declared for instances of the object's class + + - Interfaces are declared for the object directly. + + The interfaces declared for an object are, therefore, the union of + interfaces declared for the object directly and the interfaces + declared for instances of the object's class. + + Note that we say that a class implements the interfaces provided + by it's instances. An instance can also provide interfaces + directly. The interfaces provided by an object are the union of + the interfaces provided directly and the interfaces implemented by + the class. + + This interface is implemented by :mod:`zope.interface`. + """ + # pylint:disable=arguments-differ + ### + # Defining interfaces + ### + + Interface = Attribute("The base class used to create new interfaces") + + def taggedValue(key, value): + """ + Attach a tagged value to an interface while defining the interface. + + This is a way of executing :meth:`IElement.setTaggedValue` from + the definition of the interface. For example:: + + class IFoo(Interface): + taggedValue('key', 'value') + + .. seealso:: `zope.interface.taggedValue` + """ + + def invariant(checker_function): + """ + Attach an invariant checker function to an interface while defining it. + + Invariants can later be validated against particular implementations by + calling :meth:`IInterface.validateInvariants`. + + For example:: + + def check_range(ob): + if ob.max < ob.min: + raise ValueError("max value is less than min value") + + class IRange(Interface): + min = Attribute("The min value") + max = Attribute("The max value") + + invariant(check_range) + + .. seealso:: `zope.interface.invariant` + """ + + def interfacemethod(method): + """ + A decorator that transforms a method specification into an + implementation method. + + This is used to override methods of ``Interface`` or provide new + methods. Definitions using this decorator will not appear in + :meth:`IInterface.names()`. It is possible to have an implementation + method and a method specification of the same name. + + For example:: + + class IRange(Interface): + @interfacemethod + def __adapt__(self, obj): + if isinstance(obj, range): + # Return the builtin ``range`` as-is + return obj + return super(type(IRange), self).__adapt__(obj) + + You can use ``super`` to call the parent class functionality. Note + that the zero-argument version (``super().__adapt__``) works on Python + 3.6 and above, but prior to that the two-argument version must be + used, and the class must be explicitly passed as the first argument. + + .. versionadded:: 5.1.0 + .. seealso:: `zope.interface.interfacemethod` + """ + + ### + # Querying interfaces + ### + + def providedBy(ob): + """ + Return the interfaces provided by an object. + + This is the union of the interfaces directly provided by an + object and interfaces implemented by it's class. + + The value returned is an `IDeclaration`. + + .. seealso:: `zope.interface.providedBy` + """ + + def implementedBy(class_): + """ + Return the interfaces implemented for a class's instances. + + The value returned is an `IDeclaration`. + + .. seealso:: `zope.interface.implementedBy` + """ + + ### + # Declaring interfaces + ### + + def classImplements(class_, *interfaces): + """ + Declare additional interfaces implemented for instances of a class. + + The arguments after the class are one or more interfaces or + interface specifications (`IDeclaration` objects). + + The interfaces given (including the interfaces in the + specifications) are added to any interfaces previously + declared. + + Consider the following example:: + + class C(A, B): + ... + + classImplements(C, I1, I2) + + + Instances of ``C`` provide ``I1``, ``I2``, and whatever interfaces + instances of ``A`` and ``B`` provide. This is equivalent to:: + + @implementer(I1, I2) + class C(A, B): + pass + + .. seealso:: `zope.interface.classImplements` + .. seealso:: `zope.interface.implementer` + """ + + def classImplementsFirst(cls, interface): + """ + See :func:`zope.interface.classImplementsFirst`. + """ + + def implementer(*interfaces): + """ + Create a decorator for declaring interfaces implemented by a + factory. + + A callable is returned that makes an implements declaration on + objects passed to it. + + .. seealso:: :meth:`classImplements` + """ + + def classImplementsOnly(class_, *interfaces): + """ + Declare the only interfaces implemented by instances of a class. + + The arguments after the class are one or more interfaces or + interface specifications (`IDeclaration` objects). + + The interfaces given (including the interfaces in the + specifications) replace any previous declarations. + + Consider the following example:: + + class C(A, B): + ... + + classImplements(C, IA, IB. IC) + classImplementsOnly(C. I1, I2) + + Instances of ``C`` provide only ``I1``, ``I2``, and regardless of + whatever interfaces instances of ``A`` and ``B`` implement. + + .. seealso:: `zope.interface.classImplementsOnly` + """ + + def implementer_only(*interfaces): + """ + Create a decorator for declaring the only interfaces implemented. + + A callable is returned that makes an implements declaration on + objects passed to it. + + .. seealso:: `zope.interface.implementer_only` + """ + + def directlyProvidedBy(object): # pylint:disable=redefined-builtin + """ + Return the interfaces directly provided by the given object. + + The value returned is an `IDeclaration`. + + .. seealso:: `zope.interface.directlyProvidedBy` + """ + + def directlyProvides( + object, *interfaces, + ): # pylint:disable=redefined-builtin + """ + Declare interfaces declared directly for an object. + + The arguments after the object are one or more interfaces or + interface specifications (`IDeclaration` objects). + + .. caution:: + The interfaces given (including the interfaces in the + specifications) *replace* interfaces previously + declared for the object. See :meth:`alsoProvides` to add + additional interfaces. + + Consider the following example:: + + class C(A, B): + ... + + ob = C() + directlyProvides(ob, I1, I2) + + The object, ``ob`` provides ``I1``, ``I2``, and whatever interfaces + instances have been declared for instances of ``C``. + + To remove directly provided interfaces, use `directlyProvidedBy` and + subtract the unwanted interfaces. For example:: + + directlyProvides(ob, directlyProvidedBy(ob)-I2) + + removes I2 from the interfaces directly provided by + ``ob``. The object, ``ob`` no longer directly provides ``I2``, + although it might still provide ``I2`` if it's class + implements ``I2``. + + To add directly provided interfaces, use `directlyProvidedBy` and + include additional interfaces. For example:: + + directlyProvides(ob, directlyProvidedBy(ob), I2) + + adds I2 to the interfaces directly provided by ob. + + .. seealso:: `zope.interface.directlyProvides` + """ + + def alsoProvides(object, *interfaces): # pylint:disable=redefined-builtin + """ + Declare additional interfaces directly for an object. + + For example:: + + alsoProvides(ob, I1) + + is equivalent to:: + + directlyProvides(ob, directlyProvidedBy(ob), I1) + + .. seealso:: `zope.interface.alsoProvides` + """ + + def noLongerProvides( + object, interface, + ): # pylint:disable=redefined-builtin + """ + Remove an interface from the list of an object's directly provided + interfaces. + + For example:: + + noLongerProvides(ob, I1) + + is equivalent to:: + + directlyProvides(ob, directlyProvidedBy(ob) - I1) + + with the exception that if ``I1`` is an interface that is + provided by ``ob`` through the class's implementation, + `ValueError` is raised. + + .. seealso:: `zope.interface.noLongerProvides` + """ + + def provider(*interfaces): + """ + Declare interfaces provided directly by a class. + + .. seealso:: `zope.interface.provider` + """ + + def moduleProvides(*interfaces): + """ + Declare interfaces provided by a module. + + This function is used in a module definition. + + The arguments are one or more interfaces or interface + specifications (`IDeclaration` objects). + + The given interfaces (including the interfaces in the + specifications) are used to create the module's direct-object + interface specification. An error will be raised if the module + already has an interface specification. In other words, it is + an error to call this function more than once in a module + definition. + + This function is provided for convenience. It provides a more + convenient way to call `directlyProvides` for a module. For example:: + + moduleImplements(I1) + + is equivalent to:: + + directlyProvides(sys.modules[__name__], I1) + + .. seealso:: `zope.interface.moduleProvides` + """ + + def Declaration(*interfaces): + """ + Create an interface specification. + + The arguments are one or more interfaces or interface + specifications (`IDeclaration` objects). + + A new interface specification (`IDeclaration`) with the given + interfaces is returned. + + .. seealso:: `zope.interface.Declaration` + """ + + +class IAdapterRegistry(Interface): + """Provide an interface-based registry for adapters + + This registry registers objects that are in some sense "from" a + sequence of specification to an interface and a name. + + No specific semantics are assumed for the registered objects, + however, the most common application will be to register factories + that adapt objects providing required specifications to a provided + interface. + """ + + def register(required, provided, name, value): + """Register a value + + A value is registered for a *sequence* of required specifications, a + provided interface, and a name, which must be text. + """ + + def registered(required, provided, name=''): + """Return the component registered for the given interfaces and name + + name must be text. + + Unlike the lookup method, this methods won't retrieve + components registered for more specific required interfaces or + less specific provided interfaces. + + If no component was registered exactly for the given + interfaces and name, then None is returned. + + """ + + def lookup(required, provided, name='', default=None): + """Lookup a value + + A value is looked up based on a *sequence* of required + specifications, a provided interface, and a name, which must be + text. + """ + + def queryMultiAdapter(objects, provided, name='', default=None): + """Adapt a sequence of objects to a named, provided, interface + """ + + def lookup1(required, provided, name='', default=None): + """Lookup a value using a single required interface + + A value is looked up based on a single required + specifications, a provided interface, and a name, which must be + text. + """ + + def queryAdapter( + object, provided, name='', default=None, + ): # pylint:disable=redefined-builtin + """Adapt an object using a registered adapter factory. + """ + + def adapter_hook( + provided, object, name='', default=None, + ): # pylint:disable=redefined-builtin + """Adapt an object using a registered adapter factory. + + name must be text. + """ + + def lookupAll(required, provided): + """Find all adapters from the required to the provided interfaces + + An iterable object is returned that provides name-value two-tuples. + """ + + def names(required, provided): # pylint:disable=arguments-differ + """Return the names for which there are registered objects + """ + + def subscribe( + required, provided, subscriber, + ): # pylint:disable=arguments-differ + """Register a subscriber + + A subscriber is registered for a *sequence* of required + specifications, a provided interface, and a name. + + Multiple subscribers may be registered for the same (or + equivalent) interfaces. + + .. versionchanged:: 5.1.1 + Correct the method signature to remove the ``name`` parameter. + Subscribers have no names. + """ + + def subscribed(required, provided, subscriber): + """ + Check whether the object *subscriber* is registered directly + with this object via a previous call to + ``subscribe(required, provided, subscriber)``. + + If the *subscriber*, or one equal to it, has been subscribed, + for the given *required* sequence and *provided* interface, + return that object. (This does not guarantee whether the *subscriber* + itself is returned, or an object equal to it.) + + If it has not, return ``None``. + + Unlike :meth:`subscriptions`, this method won't retrieve + components registered for more specific required interfaces or + less specific provided interfaces. + + .. versionadded:: 5.3.0 + """ + + def subscriptions(required, provided): + """ + Get a sequence of subscribers. + + Subscribers for a sequence of *required* interfaces, and a *provided* + interface are returned. This takes into account subscribers + registered with this object, as well as those registered with + base adapter registries in the resolution order, and interfaces that + extend *provided*. + + .. versionchanged:: 5.1.1 + Correct the method signature to remove the ``name`` parameter. + Subscribers have no names. + """ + + def subscribers(objects, provided): + """ + Get a sequence of subscription **adapters**. + + This is like :meth:`subscriptions`, but calls the returned + subscribers with *objects* (and optionally returns the results + of those calls), instead of returning the subscribers directly. + + :param objects: A sequence of objects; they will be used to + determine the *required* argument to :meth:`subscriptions`. + :param provided: A single interface, or ``None``, to pass + as the *provided* parameter to :meth:`subscriptions`. + If an interface is given, the results of calling each returned + subscriber with the the *objects* are collected and returned + from this method; each result should be an object implementing + the *provided* interface. If ``None``, the resulting subscribers + are still called, but the results are ignored. + :return: A sequence of the results of calling the subscribers + if *provided* is not ``None``. If there are no registered + subscribers, or *provided* is ``None``, this will be an empty + sequence. + + .. versionchanged:: 5.1.1 + Correct the method signature to remove the ``name`` parameter. + Subscribers have no names. + """ + +# begin formerly in zope.component + + +class ComponentLookupError(LookupError): + """A component could not be found.""" + + +class Invalid(Exception): + """A component doesn't satisfy a promise.""" + + +class IObjectEvent(Interface): + """An event related to an object. + + The object that generated this event is not necessarily the object + referred to by location. + """ + + object = Attribute("The subject of the event.") + + +@implementer(IObjectEvent) +class ObjectEvent: + + def __init__(self, object): # pylint:disable=redefined-builtin + self.object = object + + +class IComponentLookup(Interface): + """Component Manager for a Site + + This object manages the components registered at a particular site. The + definition of a site is intentionally vague. + """ + + adapters = Attribute( + "Adapter Registry to manage all registered adapters.") + + utilities = Attribute( + "Adapter Registry to manage all registered utilities.") + + def queryAdapter( + object, interface, name='', default=None + ): # pylint:disable=redefined-builtin + """Look for a named adapter to an interface for an object + + If a matching adapter cannot be found, returns the default. + """ + + def getAdapter( + object, interface, name='' + ): # pylint:disable=redefined-builtin + """Look for a named adapter to an interface for an object + + If a matching adapter cannot be found, a `ComponentLookupError` + is raised. + """ + + def queryMultiAdapter(objects, interface, name='', default=None): + """Look for a multi-adapter to an interface for multiple objects + + If a matching adapter cannot be found, returns the default. + """ + + def getMultiAdapter(objects, interface, name=''): + """Look for a multi-adapter to an interface for multiple objects + + If a matching adapter cannot be found, a `ComponentLookupError` + is raised. + """ + + def getAdapters(objects, provided): + """Look for all matching adapters to a provided interface for objects + + Return an iterable of name-adapter pairs for adapters that + provide the given interface. + """ + + def subscribers(objects, provided): + """Get subscribers + + Subscribers are returned that provide the provided interface + and that depend on and are computed from the sequence of + required objects. + """ + + def handle(*objects): + """Call handlers for the given objects + + Handlers registered for the given objects are called. + """ + + def queryUtility(interface, name='', default=None): + """Look up a utility that provides an interface. + + If one is not found, returns default. + """ + + def getUtilitiesFor(interface): + """Look up the registered utilities that provide an interface. + + Returns an iterable of name-utility pairs. + """ + + def getAllUtilitiesRegisteredFor(interface): + """Return all registered utilities for an interface + + This includes overridden utilities. + + An iterable of utility instances is returned. No names are + returned. + """ + + +class IRegistration(Interface): + """A registration-information object + """ + + registry = Attribute("The registry having the registration") + + name = Attribute("The registration name") + + info = Attribute("""Information about the registration + + This is information deemed useful to people browsing the + configuration of a system. It could, for example, include + commentary or information about the source of the configuration. + """) + + +class IUtilityRegistration(IRegistration): + """Information about the registration of a utility + """ + + factory = Attribute("The factory used to create the utility. Optional.") + component = Attribute("The object registered") + provided = Attribute("The interface provided by the component") + + +class _IBaseAdapterRegistration(IRegistration): + """Information about the registration of an adapter + """ + + factory = Attribute("The factory used to create adapters") + + required = Attribute("""The adapted interfaces + + This is a sequence of interfaces adapters by the registered + factory. The factory will be caled with a sequence of objects, as + positional arguments, that provide these interfaces. + """) + + provided = Attribute("""The interface provided by the adapters. + + This interface is implemented by the factory + """) + + +class IAdapterRegistration(_IBaseAdapterRegistration): + """Information about the registration of an adapter + """ + + +class ISubscriptionAdapterRegistration(_IBaseAdapterRegistration): + """Information about the registration of a subscription adapter + """ + + +class IHandlerRegistration(IRegistration): + + handler = Attribute("An object called used to handle an event") + + required = Attribute("""The handled interfaces + + This is a sequence of interfaces handled by the registered + handler. The handler will be caled with a sequence of objects, as + positional arguments, that provide these interfaces. + """) + + +class IRegistrationEvent(IObjectEvent): + """An event that involves a registration""" + + +@implementer(IRegistrationEvent) +class RegistrationEvent(ObjectEvent): + """There has been a change in a registration + """ + + def __repr__(self): + return f"{self.__class__.__name__} event:\n{self.object!r}" + + +class IRegistered(IRegistrationEvent): + """A component or factory was registered + """ + + +@implementer(IRegistered) +class Registered(RegistrationEvent): + pass + + +class IUnregistered(IRegistrationEvent): + """A component or factory was unregistered + """ + + +@implementer(IUnregistered) +class Unregistered(RegistrationEvent): + """A component or factory was unregistered + """ + + +class IComponentRegistry(Interface): + """Register components + """ + + def registerUtility(component=None, provided=None, name='', + info='', factory=None): + """Register a utility + + :param factory: + Factory for the component to be registered. + + :param component: + The registered component + + :param provided: + This is the interface provided by the utility. If the + component provides a single interface, then this + argument is optional and the component-implemented + interface will be used. + + :param name: + The utility name. + + :param info: + An object that can be converted to a string to provide + information about the registration. + + Only one of *component* and *factory* can be used. + + A `IRegistered` event is generated with an `IUtilityRegistration`. + """ + + def unregisterUtility(component=None, provided=None, name='', + factory=None): + """Unregister a utility + + :returns: + A boolean is returned indicating whether the registry was + changed. If the given *component* is None and there is no + component registered, or if the given *component* is not + None and is not registered, then the function returns + False, otherwise it returns True. + + :param factory: + Factory for the component to be unregistered. + + :param component: + The registered component The given component can be + None, in which case any component registered to provide + the given provided interface with the given name is + unregistered. + + :param provided: + This is the interface provided by the utility. If the + component is not None and provides a single interface, + then this argument is optional and the + component-implemented interface will be used. + + :param name: + The utility name. + + Only one of *component* and *factory* can be used. + An `IUnregistered` event is generated with an `IUtilityRegistration`. + """ + + def registeredUtilities(): + """Return an iterable of `IUtilityRegistration` instances. + + These registrations describe the current utility registrations + in the object. + """ + + def registerAdapter(factory, required=None, provided=None, name='', + info=''): + """Register an adapter factory + + :param factory: + The object used to compute the adapter + + :param required: + This is a sequence of specifications for objects to be + adapted. If omitted, then the value of the factory's + ``__component_adapts__`` attribute will be used. The + ``__component_adapts__`` attribute is + normally set in class definitions using + the `.adapter` + decorator. If the factory doesn't have a + ``__component_adapts__`` adapts attribute, then this + argument is required. + + :param provided: + This is the interface provided by the adapter and + implemented by the factory. If the factory + implements a single interface, then this argument is + optional and the factory-implemented interface will be + used. + + :param name: + The adapter name. + + :param info: + An object that can be converted to a string to provide + information about the registration. + + A `IRegistered` event is generated with an `IAdapterRegistration`. + """ + + def unregisterAdapter(factory=None, required=None, + provided=None, name=''): + """Unregister an adapter factory + + :returns: + A boolean is returned indicating whether the registry was + changed. If the given component is None and there is no + component registered, or if the given component is not + None and is not registered, then the function returns + False, otherwise it returns True. + + :param factory: + This is the object used to compute the adapter. The + factory can be None, in which case any factory + registered to implement the given provided interface + for the given required specifications with the given + name is unregistered. + + :param required: + This is a sequence of specifications for objects to be + adapted. If the factory is not None and the required + arguments is omitted, then the value of the factory's + __component_adapts__ attribute will be used. The + __component_adapts__ attribute attribute is normally + set in class definitions using adapts function, or for + callables using the adapter decorator. If the factory + is None or doesn't have a __component_adapts__ adapts + attribute, then this argument is required. + + :param provided: + This is the interface provided by the adapter and + implemented by the factory. If the factory is not + None and implements a single interface, then this + argument is optional and the factory-implemented + interface will be used. + + :param name: + The adapter name. + + An `IUnregistered` event is generated with an `IAdapterRegistration`. + """ + + def registeredAdapters(): + """Return an iterable of `IAdapterRegistration` instances. + + These registrations describe the current adapter registrations + in the object. + """ + + def registerSubscriptionAdapter(factory, required=None, provides=None, + name='', info=''): + """Register a subscriber factory + + :param factory: + The object used to compute the adapter + + :param required: + This is a sequence of specifications for objects to be + adapted. If omitted, then the value of the factory's + ``__component_adapts__`` attribute will be used. The + ``__component_adapts__`` attribute is + normally set using the adapter + decorator. If the factory doesn't have a + ``__component_adapts__`` adapts attribute, then this + argument is required. + + :param provided: + This is the interface provided by the adapter and + implemented by the factory. If the factory implements + a single interface, then this argument is optional and + the factory-implemented interface will be used. + + :param name: + The adapter name. + + Currently, only the empty string is accepted. Other + strings will be accepted in the future when support for + named subscribers is added. + + :param info: + An object that can be converted to a string to provide + information about the registration. + + A `IRegistered` event is generated with an + `ISubscriptionAdapterRegistration`. + """ + + def unregisterSubscriptionAdapter(factory=None, required=None, + provides=None, name=''): + """Unregister a subscriber factory. + + :returns: + A boolean is returned indicating whether the registry was + changed. If the given component is None and there is no + component registered, or if the given component is not + None and is not registered, then the function returns + False, otherwise it returns True. + + :param factory: + This is the object used to compute the adapter. The + factory can be None, in which case any factories + registered to implement the given provided interface + for the given required specifications with the given + name are unregistered. + + :param required: + This is a sequence of specifications for objects to be + adapted. If omitted, then the value of the factory's + ``__component_adapts__`` attribute will be used. The + ``__component_adapts__`` attribute is + normally set using the adapter + decorator. If the factory doesn't have a + ``__component_adapts__`` adapts attribute, then this + argument is required. + + :param provided: + This is the interface provided by the adapter and + implemented by the factory. If the factory is not + None implements a single interface, then this argument + is optional and the factory-implemented interface will + be used. + + :param name: + The adapter name. + + Currently, only the empty string is accepted. Other + strings will be accepted in the future when support for + named subscribers is added. + + An `IUnregistered` event is generated with an + `ISubscriptionAdapterRegistration`. + """ + + def registeredSubscriptionAdapters(): + """Return an iterable of `ISubscriptionAdapterRegistration` instances. + + These registrations describe the current subscription adapter + registrations in the object. + """ + + def registerHandler(handler, required=None, name='', info=''): + """Register a handler. + + A handler is a subscriber that doesn't compute an adapter + but performs some function when called. + + :param handler: + The object used to handle some event represented by + the objects passed to it. + + :param required: + This is a sequence of specifications for objects to be + adapted. If omitted, then the value of the factory's + ``__component_adapts__`` attribute will be used. The + ``__component_adapts__`` attribute is + normally set using the adapter + decorator. If the factory doesn't have a + ``__component_adapts__`` adapts attribute, then this + argument is required. + + :param name: + The handler name. + + Currently, only the empty string is accepted. Other + strings will be accepted in the future when support for + named handlers is added. + + :param info: + An object that can be converted to a string to provide + information about the registration. + + + A `IRegistered` event is generated with an `IHandlerRegistration`. + """ + + def unregisterHandler(handler=None, required=None, name=''): + """Unregister a handler. + + A handler is a subscriber that doesn't compute an adapter + but performs some function when called. + + :returns: A boolean is returned indicating whether the registry was + changed. + + :param handler: + This is the object used to handle some event + represented by the objects passed to it. The handler + can be None, in which case any handlers registered for + the given required specifications with the given are + unregistered. + + :param required: + This is a sequence of specifications for objects to be + adapted. If omitted, then the value of the factory's + ``__component_adapts__`` attribute will be used. The + ``__component_adapts__`` attribute is + normally set using the adapter + decorator. If the factory doesn't have a + ``__component_adapts__`` adapts attribute, then this + argument is required. + + :param name: + The handler name. + + Currently, only the empty string is accepted. Other + strings will be accepted in the future when support for + named handlers is added. + + An `IUnregistered` event is generated with an `IHandlerRegistration`. + """ + + def registeredHandlers(): + """Return an iterable of `IHandlerRegistration` instances. + + These registrations describe the current handler registrations + in the object. + """ + + +class IComponents(IComponentLookup, IComponentRegistry): + """Component registration and access + """ + + +# end formerly in zope.component diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/registry.py b/llmlab/lib/python3.12/site-packages/zope/interface/registry.py new file mode 100644 index 0000000..37c4ec9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/registry.py @@ -0,0 +1,750 @@ +############################################################################## +# +# Copyright (c) 2006 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Basic components support +""" +from collections import defaultdict + + +try: + from zope.event import notify +except ImportError: # pragma: no cover + def notify(*arg, **kw): + pass + +from zope.interface.adapter import AdapterRegistry +from zope.interface.declarations import implementedBy +from zope.interface.declarations import implementer +from zope.interface.declarations import implementer_only +from zope.interface.declarations import providedBy +from zope.interface.interface import Interface +from zope.interface.interfaces import ComponentLookupError +from zope.interface.interfaces import IAdapterRegistration +from zope.interface.interfaces import IComponents +from zope.interface.interfaces import IHandlerRegistration +from zope.interface.interfaces import ISpecification +from zope.interface.interfaces import ISubscriptionAdapterRegistration +from zope.interface.interfaces import IUtilityRegistration +from zope.interface.interfaces import Registered +from zope.interface.interfaces import Unregistered + + +__all__ = [ + # Components is public API, but + # the *Registration classes are just implementations + # of public interfaces. + 'Components', +] + + +class _UnhashableComponentCounter: + # defaultdict(int)-like object for unhashable components + + def __init__(self, otherdict): + # [(component, count)] + self._data = [item for item in otherdict.items()] + + def __getitem__(self, key): + for component, count in self._data: + if component == key: + return count + return 0 + + def __setitem__(self, component, count): + for i, data in enumerate(self._data): + if data[0] == component: + self._data[i] = component, count + return + self._data.append((component, count)) + + def __delitem__(self, component): + for i, data in enumerate(self._data): + if data[0] == component: + del self._data[i] + return + raise KeyError(component) # pragma: no cover + + +def _defaultdict_int(): + return defaultdict(int) + + +class _UtilityRegistrations: + + def __init__(self, utilities, utility_registrations): + # {provided -> {component: count}} + self._cache = defaultdict(_defaultdict_int) + self._utilities = utilities + self._utility_registrations = utility_registrations + + self.__populate_cache() + + def __populate_cache(self): + for ((p, _), data) in iter(self._utility_registrations.items()): + component = data[0] + self.__cache_utility(p, component) + + def __cache_utility(self, provided, component): + try: + self._cache[provided][component] += 1 + except TypeError: + # The component is not hashable, and we have a dict. Switch to a + # strategy that doesn't use hashing. + prov = self._cache[provided] = _UnhashableComponentCounter( + self._cache[provided] + ) + prov[component] += 1 + + def __uncache_utility(self, provided, component): + provided = self._cache[provided] + # It seems like this line could raise a TypeError if component isn't + # hashable and we haven't yet switched to _UnhashableComponentCounter. + # However, we can't actually get in that situation. In order to get + # here, we would have had to cache the utility already which would + # have switched the datastructure if needed. + count = provided[component] + count -= 1 + if count == 0: + del provided[component] + else: + provided[component] = count + return count > 0 + + def _is_utility_subscribed(self, provided, component): + try: + return self._cache[provided][component] > 0 + except TypeError: + # Not hashable and we're still using a dict + return False + + def registerUtility(self, provided, name, component, info, factory): + subscribed = self._is_utility_subscribed(provided, component) + + self._utility_registrations[ + (provided, name) + ] = component, info, factory + self._utilities.register((), provided, name, component) + + if not subscribed: + self._utilities.subscribe((), provided, component) + + self.__cache_utility(provided, component) + + def unregisterUtility(self, provided, name, component): + del self._utility_registrations[(provided, name)] + self._utilities.unregister((), provided, name) + + subscribed = self.__uncache_utility(provided, component) + + if not subscribed: + self._utilities.unsubscribe((), provided, component) + + +@implementer(IComponents) +class Components: + + _v_utility_registrations_cache = None + + def __init__(self, name='', bases=()): + # __init__ is used for test cleanup as well as initialization. + # XXX add a separate API for test cleanup. + assert isinstance(name, str) + self.__name__ = name + self._init_registries() + self._init_registrations() + self.__bases__ = tuple(bases) + self._v_utility_registrations_cache = None + + def __repr__(self): + return f"<{self.__class__.__name__} {self.__name__}>" + + def __reduce__(self): + # Mimic what a persistent.Persistent object does and elide + # _v_ attributes so that they don't get saved in ZODB. + # This allows us to store things that cannot be pickled in such + # attributes. + reduction = super().__reduce__() + # (callable, args, state, listiter, dictiter) + # We assume the state is always a dict; the last three items + # are technically optional and can be missing or None. + filtered_state = {k: v for k, v in reduction[2].items() + if not k.startswith('_v_')} + reduction = list(reduction) + reduction[2] = filtered_state + return tuple(reduction) + + def _init_registries(self): + # Subclasses have never been required to call this method + # if they override it, merely to fill in these two attributes. + self.adapters = AdapterRegistry() + self.utilities = AdapterRegistry() + + def _init_registrations(self): + self._utility_registrations = {} + self._adapter_registrations = {} + self._subscription_registrations = [] + self._handler_registrations = [] + + @property + def _utility_registrations_cache(self): + # We use a _v_ attribute internally so that data aren't saved in ZODB, + # because this object cannot be pickled. + cache = self._v_utility_registrations_cache + if ( + cache is None or + cache._utilities is not self.utilities or + cache._utility_registrations is not self._utility_registrations + ): + cache = self._v_utility_registrations_cache = ( + _UtilityRegistrations( + self.utilities, self._utility_registrations, + ) + ) + return cache + + def _getBases(self): + # Subclasses might override + return self.__dict__.get('__bases__', ()) + + def _setBases(self, bases): + # Subclasses might override + self.adapters.__bases__ = tuple([ + base.adapters for base in bases]) + self.utilities.__bases__ = tuple([ + base.utilities for base in bases]) + self.__dict__['__bases__'] = tuple(bases) + + __bases__ = property( + lambda self: self._getBases(), + lambda self, bases: self._setBases(bases), + ) + + def registerUtility(self, component=None, provided=None, name='', + info='', event=True, factory=None): + if factory: + if component: + raise TypeError("Can't specify factory and component.") + component = factory() + + if provided is None: + provided = _getUtilityProvided(component) + + if name == '': + name = _getName(component) + + reg = self._utility_registrations.get((provided, name)) + if reg is not None: + if reg[:2] == (component, info): + # already registered + return + self.unregisterUtility(reg[0], provided, name) + + self._utility_registrations_cache.registerUtility( + provided, name, component, info, factory) + + if event: + notify(Registered( + UtilityRegistration( + self, provided, name, component, info, factory) + )) + + def unregisterUtility(self, component=None, provided=None, name='', + factory=None): + if factory: + if component: + raise TypeError("Can't specify factory and component.") + component = factory() + + if provided is None: + if component is None: + raise TypeError("Must specify one of component, factory and " + "provided") + provided = _getUtilityProvided(component) + + old = self._utility_registrations.get((provided, name)) + if (old is None) or ((component is not None) and + (component != old[0])): + return False + + if component is None: + component = old[0] + + # Note that component is now the old thing registered + self._utility_registrations_cache.unregisterUtility( + provided, name, component) + + notify(Unregistered( + UtilityRegistration(self, provided, name, component, *old[1:]) + )) + + return True + + def registeredUtilities(self): + for ((provided, name), data + ) in iter(self._utility_registrations.items()): + yield UtilityRegistration(self, provided, name, *data) + + def queryUtility(self, provided, name='', default=None): + return self.utilities.lookup((), provided, name, default) + + def getUtility(self, provided, name=''): + utility = self.utilities.lookup((), provided, name) + if utility is None: + raise ComponentLookupError(provided, name) + return utility + + def getUtilitiesFor(self, interface): + yield from self.utilities.lookupAll((), interface) + + def getAllUtilitiesRegisteredFor(self, interface): + return self.utilities.subscriptions((), interface) + + def registerAdapter(self, factory, required=None, provided=None, + name='', info='', event=True): + if provided is None: + provided = _getAdapterProvided(factory) + required = _getAdapterRequired(factory, required) + if name == '': + name = _getName(factory) + self._adapter_registrations[(required, provided, name) + ] = factory, info + self.adapters.register(required, provided, name, factory) + + if event: + notify(Registered( + AdapterRegistration( + self, required, provided, name, factory, info + ) + )) + + def unregisterAdapter(self, factory=None, + required=None, provided=None, name='', + ): + if provided is None: + if factory is None: + raise TypeError("Must specify one of factory and provided") + provided = _getAdapterProvided(factory) + + if (required is None) and (factory is None): + raise TypeError("Must specify one of factory and required") + + required = _getAdapterRequired(factory, required) + old = self._adapter_registrations.get((required, provided, name)) + if (old is None) or ((factory is not None) and + (factory != old[0])): + return False + + del self._adapter_registrations[(required, provided, name)] + self.adapters.unregister(required, provided, name) + + notify(Unregistered( + AdapterRegistration(self, required, provided, name, *old) + )) + + return True + + def registeredAdapters(self): + for ((required, provided, name), (component, info) + ) in iter(self._adapter_registrations.items()): + yield AdapterRegistration(self, required, provided, name, + component, info) + + def queryAdapter(self, object, interface, name='', default=None): + return self.adapters.queryAdapter(object, interface, name, default) + + def getAdapter(self, object, interface, name=''): + adapter = self.adapters.queryAdapter(object, interface, name) + if adapter is None: + raise ComponentLookupError(object, interface, name) + return adapter + + def queryMultiAdapter(self, objects, interface, name='', + default=None): + return self.adapters.queryMultiAdapter( + objects, interface, name, default) + + def getMultiAdapter(self, objects, interface, name=''): + adapter = self.adapters.queryMultiAdapter(objects, interface, name) + if adapter is None: + raise ComponentLookupError(objects, interface, name) + return adapter + + def getAdapters(self, objects, provided): + for name, factory in self.adapters.lookupAll( + list(map(providedBy, objects)), provided, + ): + adapter = factory(*objects) + if adapter is not None: + yield name, adapter + + def registerSubscriptionAdapter(self, + factory, required=None, provided=None, + name='', info='', + event=True): + if name: + raise TypeError("Named subscribers are not yet supported") + if provided is None: + provided = _getAdapterProvided(factory) + required = _getAdapterRequired(factory, required) + self._subscription_registrations.append( + (required, provided, name, factory, info) + ) + self.adapters.subscribe(required, provided, factory) + + if event: + notify(Registered( + SubscriptionRegistration( + self, required, provided, name, factory, info, + ) + )) + + def registeredSubscriptionAdapters(self): + for data in self._subscription_registrations: + yield SubscriptionRegistration(self, *data) + + def unregisterSubscriptionAdapter( + self, factory=None, required=None, provided=None, name='', + ): + if name: + raise TypeError("Named subscribers are not yet supported") + if provided is None: + if factory is None: + raise TypeError("Must specify one of factory and provided") + provided = _getAdapterProvided(factory) + + if (required is None) and (factory is None): + raise TypeError("Must specify one of factory and required") + + required = _getAdapterRequired(factory, required) + + if factory is None: + new = [(r, p, n, f, i) + for (r, p, n, f, i) + in self._subscription_registrations + if not (r == required and p == provided) + ] + else: + new = [(r, p, n, f, i) + for (r, p, n, f, i) + in self._subscription_registrations + if not (r == required and p == provided and f == factory) + ] + + if len(new) == len(self._subscription_registrations): + return False + + self._subscription_registrations[:] = new + self.adapters.unsubscribe(required, provided, factory) + + notify(Unregistered( + SubscriptionRegistration( + self, required, provided, name, factory, '', + ) + )) + + return True + + def subscribers(self, objects, provided): + return self.adapters.subscribers(objects, provided) + + def registerHandler(self, + factory, required=None, + name='', info='', + event=True): + if name: + raise TypeError("Named handlers are not yet supported") + required = _getAdapterRequired(factory, required) + self._handler_registrations.append( + (required, name, factory, info) + ) + self.adapters.subscribe(required, None, factory) + + if event: + notify(Registered( + HandlerRegistration(self, required, name, factory, info) + )) + + def registeredHandlers(self): + for data in self._handler_registrations: + yield HandlerRegistration(self, *data) + + def unregisterHandler(self, factory=None, required=None, name=''): + if name: + raise TypeError("Named subscribers are not yet supported") + + if (required is None) and (factory is None): + raise TypeError("Must specify one of factory and required") + + required = _getAdapterRequired(factory, required) + + if factory is None: + new = [(r, n, f, i) + for (r, n, f, i) + in self._handler_registrations + if r != required + ] + else: + new = [(r, n, f, i) + for (r, n, f, i) + in self._handler_registrations + if not (r == required and f == factory) + ] + + if len(new) == len(self._handler_registrations): + return False + + self._handler_registrations[:] = new + self.adapters.unsubscribe(required, None, factory) + + notify(Unregistered( + HandlerRegistration(self, required, name, factory, '') + )) + + return True + + def handle(self, *objects): + self.adapters.subscribers(objects, None) + + def rebuildUtilityRegistryFromLocalCache(self, rebuild=False): + """ + Emergency maintenance method to rebuild the ``.utilities`` + registry from the local copy maintained in this object, or + detect the need to do so. + + Most users will never need to call this, but it can be helpful + in the event of suspected corruption. + + By default, this method only checks for corruption. To make it + actually rebuild the registry, pass `True` for *rebuild*. + + :param bool rebuild: If set to `True` (not the default), + this method will actually register and subscribe utilities + in the registry as needed to synchronize with the local cache. + + :return: A dictionary that's meant as diagnostic data. The keys + and values may change over time. When called with a false + *rebuild*, the keys ``"needed_registered"`` and + ``"needed_subscribed"`` will be non-zero if any corruption was + detected, but that will not be corrected. + + .. versionadded:: 5.3.0 + """ + regs = dict(self._utility_registrations) + utils = self.utilities + needed_registered = 0 + did_not_register = 0 + needed_subscribed = 0 + did_not_subscribe = 0 + + # Avoid the expensive change process during this; we'll call + # it once at the end if needed. + assert 'changed' not in utils.__dict__ + utils.changed = lambda _: None + + if rebuild: + register = utils.register + subscribe = utils.subscribe + else: + register = subscribe = lambda *args: None + + try: + for (provided, name), (value, _info, _factory) in regs.items(): + if utils.registered((), provided, name) != value: + register((), provided, name, value) + needed_registered += 1 + else: + did_not_register += 1 + + if utils.subscribed((), provided, value) is None: + needed_subscribed += 1 + subscribe((), provided, value) + else: + did_not_subscribe += 1 + finally: + del utils.changed + if rebuild and (needed_subscribed or needed_registered): + utils.changed(utils) + + return { + 'needed_registered': needed_registered, + 'did_not_register': did_not_register, + 'needed_subscribed': needed_subscribed, + 'did_not_subscribe': did_not_subscribe + } + + +def _getName(component): + try: + return component.__component_name__ + except AttributeError: + return '' + + +def _getUtilityProvided(component): + provided = list(providedBy(component)) + if len(provided) == 1: + return provided[0] + raise TypeError( + "The utility doesn't provide a single interface " + "and no provided interface was specified." + ) + + +def _getAdapterProvided(factory): + provided = list(implementedBy(factory)) + if len(provided) == 1: + return provided[0] + raise TypeError( + "The adapter factory doesn't implement a single interface " + "and no provided interface was specified." + ) + + +def _getAdapterRequired(factory, required): + if required is None: + try: + required = factory.__component_adapts__ + except AttributeError: + raise TypeError( + "The adapter factory doesn't have a __component_adapts__ " + "attribute and no required specifications were specified" + ) + elif ISpecification.providedBy(required): + raise TypeError( + "the required argument should be a list of " + "interfaces, not a single interface" + ) + + result = [] + for r in required: + if r is None: + r = Interface + elif not ISpecification.providedBy(r): + if isinstance(r, type): + r = implementedBy(r) + else: + raise TypeError( + "Required specification must be a " + "specification or class, not %r" % type(r) + ) + result.append(r) + return tuple(result) + + +@implementer(IUtilityRegistration) +class UtilityRegistration: + + def __init__(self, registry, provided, name, component, doc, factory=None): + self.registry = registry + self.provided = provided + self.name = name + self.component = component + self.info = doc + self.factory = factory + + def __repr__(self): + return '{}({!r}, {}, {!r}, {}, {!r}, {!r})'.format( + self.__class__.__name__, + self.registry, + getattr(self.provided, '__name__', None), self.name, + getattr(self.component, '__name__', repr(self.component)), + self.factory, self.info, + ) + + def __hash__(self): + return id(self) + + def __eq__(self, other): + return repr(self) == repr(other) + + def __ne__(self, other): + return repr(self) != repr(other) + + def __lt__(self, other): + return repr(self) < repr(other) + + def __le__(self, other): + return repr(self) <= repr(other) + + def __gt__(self, other): + return repr(self) > repr(other) + + def __ge__(self, other): + return repr(self) >= repr(other) + + +@implementer(IAdapterRegistration) +class AdapterRegistration: + + def __init__(self, registry, required, provided, name, component, doc): + (self.registry, self.required, self.provided, self.name, + self.factory, self.info + ) = registry, required, provided, name, component, doc + + def __repr__(self): + return '{}({!r}, {}, {}, {!r}, {}, {!r})'.format( + self.__class__.__name__, + self.registry, + '[' + ", ".join([r.__name__ for r in self.required]) + ']', + getattr(self.provided, '__name__', None), self.name, + getattr(self.factory, '__name__', repr(self.factory)), self.info, + ) + + def __hash__(self): + return id(self) + + def __eq__(self, other): + return repr(self) == repr(other) + + def __ne__(self, other): + return repr(self) != repr(other) + + def __lt__(self, other): + return repr(self) < repr(other) + + def __le__(self, other): + return repr(self) <= repr(other) + + def __gt__(self, other): + return repr(self) > repr(other) + + def __ge__(self, other): + return repr(self) >= repr(other) + + +@implementer_only(ISubscriptionAdapterRegistration) +class SubscriptionRegistration(AdapterRegistration): + pass + + +@implementer_only(IHandlerRegistration) +class HandlerRegistration(AdapterRegistration): + + def __init__(self, registry, required, name, handler, doc): + (self.registry, self.required, self.name, self.handler, self.info + ) = registry, required, name, handler, doc + + @property + def factory(self): + return self.handler + + provided = None + + def __repr__(self): + return '{}({!r}, {}, {!r}, {}, {!r})'.format( + self.__class__.__name__, + self.registry, + '[' + ", ".join([r.__name__ for r in self.required]) + ']', + self.name, + getattr(self.factory, '__name__', repr(self.factory)), self.info, + ) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/ro.py b/llmlab/lib/python3.12/site-packages/zope/interface/ro.py new file mode 100644 index 0000000..5233e49 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/ro.py @@ -0,0 +1,722 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" +Compute a resolution order for an object and its bases. + +.. versionchanged:: 5.0 + The resolution order is now based on the same C3 order that Python + uses for classes. In complex instances of multiple inheritance, this + may result in a different ordering. + + In older versions, the ordering wasn't required to be C3 compliant, + and for backwards compatibility, it still isn't. If the ordering + isn't C3 compliant (if it is *inconsistent*), zope.interface will + make a best guess to try to produce a reasonable resolution order. + Still (just as before), the results in such cases may be + surprising. + +.. rubric:: Environment Variables + +Due to the change in 5.0, certain environment variables can be used to control +errors and warnings about inconsistent resolution orders. They are listed in +priority order, with variables at the bottom generally overriding variables +above them. + +ZOPE_INTERFACE_WARN_BAD_IRO + If this is set to "1", then if there is at least one inconsistent + resolution order discovered, a warning + (:class:`InconsistentResolutionOrderWarning`) will be issued. Use the + usual warning mechanisms to control this behaviour. The warning text will + contain additional information on debugging. + +ZOPE_INTERFACE_TRACK_BAD_IRO + If this is set to "1", then zope.interface will log information about each + inconsistent resolution order discovered, and keep those details in memory + in this module for later inspection. + +ZOPE_INTERFACE_STRICT_IRO + If this is set to "1", any attempt to use :func:`ro` that would produce a + non-C3 ordering will fail by raising + :class:`InconsistentResolutionOrderError`. + +.. important:: + + ``ZOPE_INTERFACE_STRICT_IRO`` is intended to become the default in the + future. + +There are two environment variables that are independent. + +ZOPE_INTERFACE_LOG_CHANGED_IRO + If this is set to "1", then if the C3 resolution order is different from + the legacy resolution order for any given object, a message explaining the + differences will be logged. This is intended to be used for debugging + complicated IROs. + +ZOPE_INTERFACE_USE_LEGACY_IRO + If this is set to "1", then the C3 resolution order will *not* be used. + The legacy IRO will be used instead. This is a temporary measure and will + be removed in the future. It is intended to help during the transition. + It implies ``ZOPE_INTERFACE_LOG_CHANGED_IRO``. + +.. rubric:: Debugging Behaviour Changes in zope.interface 5 + +Most behaviour changes from zope.interface 4 to 5 are related to +inconsistent resolution orders. ``ZOPE_INTERFACE_STRICT_IRO`` is the +most effective tool to find such inconsistent resolution orders, and +we recommend running your code with this variable set if at all +possible. Doing so will ensure that all interface resolution orders +are consistent, and if they're not, will immediately point the way to +where this is violated. + +Occasionally, however, this may not be enough. This is because in some +cases, a C3 ordering can be found (the resolution order is fully +consistent) that is substantially different from the ad-hoc legacy +ordering. In such cases, you may find that you get an unexpected value +returned when adapting one or more objects to an interface. To debug +this, *also* enable ``ZOPE_INTERFACE_LOG_CHANGED_IRO`` and examine the +output. The main thing to look for is changes in the relative +positions of interfaces for which there are registered adapters. +""" +__docformat__ = 'restructuredtext' + +import warnings + + +__all__ = [ + 'ro', + 'InconsistentResolutionOrderError', + 'InconsistentResolutionOrderWarning', +] + +__logger = None + + +def _logger(): + global __logger # pylint:disable=global-statement + if __logger is None: + import logging + __logger = logging.getLogger(__name__) + return __logger + + +def _legacy_mergeOrderings(orderings): + """Merge multiple orderings so that within-ordering order is preserved + + Orderings are constrained in such a way that if an object appears + in two or more orderings, then the suffix that begins with the + object must be in both orderings. + + For example: + + >>> _legacy_mergeOrderings([ + ... ['x', 'y', 'z'], + ... ['q', 'z'], + ... [1, 3, 5], + ... ['z'] + ... ]) + ['x', 'y', 'q', 1, 3, 5, 'z'] + + """ + + seen = set() + result = [] + for ordering in reversed(orderings): + for o in reversed(ordering): + if o not in seen: + seen.add(o) + result.insert(0, o) + + return result + + +def _legacy_flatten(begin): + result = [begin] + i = 0 + for ob in iter(result): + i += 1 + # The recursive calls can be avoided by inserting the base classes + # into the dynamically growing list directly after the currently + # considered object; the iterator makes sure this will keep working + # in the future, since it cannot rely on the length of the list + # by definition. + result[i:i] = ob.__bases__ + return result + + +def _legacy_ro(ob): + return _legacy_mergeOrderings([_legacy_flatten(ob)]) + +### +# Compare base objects using identity, not equality. This matches what +# the CPython MRO algorithm does, and is *much* faster to boot: that, +# plus some other small tweaks makes the difference between 25s and 6s +# in loading 446 plone/zope interface.py modules (1925 InterfaceClass, +# 1200 Implements, 1100 ClassProvides objects) +### + + +class InconsistentResolutionOrderWarning(PendingDeprecationWarning): + """ + The warning issued when an invalid IRO is requested. + """ + + +class InconsistentResolutionOrderError(TypeError): + """ + The error raised when an invalid IRO is requested in strict mode. + """ + + def __init__(self, c3, base_tree_remaining): + self.C = c3.leaf + base_tree = c3.base_tree + self.base_ros = { + base: base_tree[i + 1] + for i, base in enumerate(self.C.__bases__) + } + # Unfortunately, this doesn't necessarily directly match + # up to any transformation on C.__bases__, because + # if any were fully used up, they were removed already. + self.base_tree_remaining = base_tree_remaining + + TypeError.__init__(self) + + def __str__(self): + import pprint + return ( + "{}: For object {!r}.\nBase ROs:\n{}\nConflict Location:\n{}" + ).format( + self.__class__.__name__, + self.C, + pprint.pformat(self.base_ros), + pprint.pformat(self.base_tree_remaining), + ) + + +class _NamedBool(int): # cannot actually inherit bool + + def __new__(cls, val, name): + inst = super(cls, _NamedBool).__new__(cls, val) + inst.__name__ = name + return inst + + +class _ClassBoolFromEnv: + """ + Non-data descriptor that reads a transformed environment variable + as a boolean, and caches the result in the class. + """ + + def __get__(self, inst, klass): + import os + for cls in klass.__mro__: + my_name = None + for k in dir(klass): + if k in cls.__dict__ and cls.__dict__[k] is self: + my_name = k + break + if my_name is not None: + break + else: # pragma: no cover + raise RuntimeError("Unable to find self") + + env_name = 'ZOPE_INTERFACE_' + my_name + val = os.environ.get(env_name, '') == '1' + val = _NamedBool(val, my_name) + setattr(klass, my_name, val) + setattr(klass, 'ORIG_' + my_name, self) + return val + + +class _StaticMRO: + # A previously resolved MRO, supplied by the caller. + # Used in place of calculating it. + + had_inconsistency = None # We don't know... + + def __init__(self, C, mro): + self.leaf = C + self.__mro = tuple(mro) + + def mro(self): + return list(self.__mro) + + +_INCONSISTENT_RESOLUTION_ORDER = """\ +An inconsistent resolution order is being requested. (Interfaces should +follow the Python class rules known as C3.) For backwards compatibility, +zope.interface will allow this, making the best guess it can to produce as +meaningful an order as possible. In the future this might be an error. Set +the warning filter to error, or set the environment variable +'ZOPE_INTERFACE_TRACK_BAD_IRO' to '1' and examine ro.C3.BAD_IROS to debug, or +set 'ZOPE_INTERFACE_STRICT_IRO' to raise exceptions.""" + + +class C3: + # Holds the shared state during computation of an MRO. + + @staticmethod + def resolver(C, strict, base_mros): + strict = strict if strict is not None else C3.STRICT_IRO + factory = C3 + if strict: + factory = _StrictC3 + elif C3.TRACK_BAD_IRO: + factory = _TrackingC3 + + memo = {} + base_mros = base_mros or {} + for base, mro in base_mros.items(): + assert base in C.__bases__ + memo[base] = _StaticMRO(base, mro) + + return factory(C, memo) + + __mro = None + __legacy_ro = None + direct_inconsistency = False + + def __init__(self, C, memo): + self.leaf = C + self.memo = memo + kind = self.__class__ + + base_resolvers = [] + for base in C.__bases__: + if base not in memo: + resolver = kind(base, memo) + memo[base] = resolver + base_resolvers.append(memo[base]) + + self.base_tree = [ + [C] + ] + [ + memo[base].mro() for base in C.__bases__ + ] + [ + list(C.__bases__) + ] + + self.bases_had_inconsistency = any( + base.had_inconsistency for base in base_resolvers + ) + + if len(C.__bases__) == 1: + self.__mro = [C] + memo[C.__bases__[0]].mro() + + @property + def had_inconsistency(self): + return self.direct_inconsistency or self.bases_had_inconsistency + + @property + def legacy_ro(self): + if self.__legacy_ro is None: + self.__legacy_ro = tuple(_legacy_ro(self.leaf)) + return list(self.__legacy_ro) + + TRACK_BAD_IRO = _ClassBoolFromEnv() + STRICT_IRO = _ClassBoolFromEnv() + WARN_BAD_IRO = _ClassBoolFromEnv() + LOG_CHANGED_IRO = _ClassBoolFromEnv() + USE_LEGACY_IRO = _ClassBoolFromEnv() + BAD_IROS = () + + def _warn_iro(self): + if not self.WARN_BAD_IRO: + # For the initial release, one must opt-in to see the warning. + # In the future (2021?) seeing at least the first warning will + # be the default + return + warnings.warn( + _INCONSISTENT_RESOLUTION_ORDER, + InconsistentResolutionOrderWarning, + ) + + @staticmethod + def _can_choose_base(base, base_tree_remaining): + # From C3: + # nothead = [s for s in nonemptyseqs if cand in s[1:]] + for bases in base_tree_remaining: + if not bases or bases[0] is base: + continue + + for b in bases: + if b is base: + return False + return True + + @staticmethod + def _nonempty_bases_ignoring(base_tree, ignoring): + return list(filter(None, [ + [b for b in bases if b is not ignoring] + for bases + in base_tree + ])) + + def _choose_next_base(self, base_tree_remaining): + """ + Return the next base. + + The return value will either fit the C3 constraints or be our best + guess about what to do. If we cannot guess, this may raise an + exception. + """ + base = self._find_next_C3_base(base_tree_remaining) + if base is not None: + return base + return self._guess_next_base(base_tree_remaining) + + def _find_next_C3_base(self, base_tree_remaining): + """Return the next base that fits the constraints + + Return ``None`` if there isn't one. + """ + for bases in base_tree_remaining: + base = bases[0] + if self._can_choose_base(base, base_tree_remaining): + return base + return None + + class _UseLegacyRO(Exception): + pass + + def _guess_next_base(self, base_tree_remaining): + # Narf. We may have an inconsistent order (we won't know for + # sure until we check all the bases). Python cannot create + # classes like this: + # + # class B1: + # pass + # class B2(B1): + # pass + # class C(B1, B2): # -> TypeError; this is like saying C(B1, B2, B1). + # pass + # + # However, older versions of zope.interface were fine with this order. + # A good example is ``providedBy(IOError())``. Because of the way + # ``classImplements`` works, it winds up with ``__bases__`` == + # ``[IEnvironmentError, IIOError, IOSError, ]`` (on Python 3). But ``IEnvironmentError`` is a base of + # both ``IIOError`` and ``IOSError``. Previously, we would get a + # resolution order of ``[IIOError, IOSError, IEnvironmentError, + # IStandardError, IException, Interface]`` but the standard Python + # algorithm would forbid creating that order entirely. + + # Unlike Python's MRO, we attempt to resolve the issue. A few + # heuristics have been tried. One was: + # + # Strip off the first (highest priority) base of each direct + # base one at a time and seeing if we can come to an agreement + # with the other bases. (We're trying for a partial ordering + # here.) This often resolves cases (such as the IOSError case + # above), and frequently produces the same ordering as the + # legacy MRO did. If we looked at all the highest priority + # bases and couldn't find any partial ordering, then we strip + # them *all* out and begin the C3 step again. We take care not + # to promote a common root over all others. + # + # If we only did the first part, stripped off the first + # element of the first item, we could resolve simple cases. + # But it tended to fail badly. If we did the whole thing, it + # could be extremely painful from a performance perspective + # for deep/wide things like Zope's OFS.SimpleItem.Item. Plus, + # anytime you get ExtensionClass.Base into the mix, you're + # likely to wind up in trouble, because it messes with the MRO + # of classes. Sigh. + # + # So now, we fall back to the old linearization (fast to compute). + self._warn_iro() + self.direct_inconsistency = InconsistentResolutionOrderError( + self, base_tree_remaining, + ) + raise self._UseLegacyRO + + def _merge(self): + # Returns a merged *list*. + result = self.__mro = [] + base_tree_remaining = self.base_tree + base = None + while 1: + # Take last picked base out of the base tree wherever it is. + # This differs slightly from the standard Python MRO and is needed + # because we have no other step that prevents duplicates + # from coming in (e.g., in the inconsistent fallback path) + base_tree_remaining = self._nonempty_bases_ignoring( + base_tree_remaining, base + ) + + if not base_tree_remaining: + return result + try: + base = self._choose_next_base(base_tree_remaining) + except self._UseLegacyRO: + self.__mro = self.legacy_ro + return self.legacy_ro + + result.append(base) + + def mro(self): + if self.__mro is None: + self.__mro = tuple(self._merge()) + return list(self.__mro) + + +class _StrictC3(C3): + __slots__ = () + + def _guess_next_base(self, base_tree_remaining): + raise InconsistentResolutionOrderError(self, base_tree_remaining) + + +class _TrackingC3(C3): + __slots__ = () + + def _guess_next_base(self, base_tree_remaining): + import traceback + bad_iros = C3.BAD_IROS + if self.leaf not in bad_iros: + if bad_iros == (): + import weakref + + # This is a race condition, but it doesn't matter much. + bad_iros = C3.BAD_IROS = weakref.WeakKeyDictionary() + bad_iros[self.leaf] = t = ( + InconsistentResolutionOrderError(self, base_tree_remaining), + traceback.format_stack() + ) + _logger().warning("Tracking inconsistent IRO: %s", t[0]) + return C3._guess_next_base(self, base_tree_remaining) + + +class _ROComparison: + # Exists to compute and print a pretty string comparison + # for differing ROs. + # Since we're used in a logging context, and may actually never be printed, + # this is a class so we can defer computing the diff until asked. + + # Components we use to build up the comparison report + class Item: + prefix = ' ' + + def __init__(self, item): + self.item = item + + def __str__(self): + return "{}{}".format( + self.prefix, + self.item, + ) + + class Deleted(Item): + prefix = '- ' + + class Inserted(Item): + prefix = '+ ' + + Empty = str + + class ReplacedBy: # pragma: no cover + prefix = '- ' + suffix = '' + + def __init__(self, chunk, total_count): + self.chunk = chunk + self.total_count = total_count + + def __iter__(self): + lines = [ + self.prefix + str(item) + self.suffix + for item in self.chunk + ] + while len(lines) < self.total_count: + lines.append('') + + return iter(lines) + + class Replacing(ReplacedBy): + prefix = "+ " + suffix = '' + + _c3_report = None + _legacy_report = None + + def __init__(self, c3, c3_ro, legacy_ro): + self.c3 = c3 + self.c3_ro = c3_ro + self.legacy_ro = legacy_ro + + def __move(self, from_, to_, chunk, operation): + for x in chunk: + to_.append(operation(x)) + from_.append(self.Empty()) + + def _generate_report(self): + if self._c3_report is None: + import difflib + + # The opcodes we get describe how to turn 'a' into 'b'. So + # the old one (legacy) needs to be first ('a') + matcher = difflib.SequenceMatcher(None, self.legacy_ro, self.c3_ro) + # The reports are equal length sequences. We're going for a + # side-by-side diff. + self._c3_report = c3_report = [] + self._legacy_report = legacy_report = [] + for opcode, leg1, leg2, c31, c32 in matcher.get_opcodes(): + c3_chunk = self.c3_ro[c31:c32] + legacy_chunk = self.legacy_ro[leg1:leg2] + + if opcode == 'equal': + # Guaranteed same length + c3_report.extend(self.Item(x) for x in c3_chunk) + legacy_report.extend(self.Item(x) for x in legacy_chunk) + if opcode == 'delete': + # Guaranteed same length + assert not c3_chunk + self.__move( + c3_report, legacy_report, legacy_chunk, self.Deleted, + ) + if opcode == 'insert': + # Guaranteed same length + assert not legacy_chunk + self.__move( + legacy_report, c3_report, c3_chunk, self.Inserted, + ) + if opcode == 'replace': # pragma: no cover + # (How do you make it output this?) + # Either side could be longer. + chunk_size = max(len(c3_chunk), len(legacy_chunk)) + c3_report.extend(self.Replacing(c3_chunk, chunk_size)) + legacy_report.extend( + self.ReplacedBy(legacy_chunk, chunk_size), + ) + + return self._c3_report, self._legacy_report + + @property + def _inconsistent_label(self): + inconsistent = [] + if self.c3.direct_inconsistency: + inconsistent.append('direct') + if self.c3.bases_had_inconsistency: + inconsistent.append('bases') + return '+'.join(inconsistent) if inconsistent else 'no' + + def __str__(self): + c3_report, legacy_report = self._generate_report() + assert len(c3_report) == len(legacy_report) + + left_lines = [str(x) for x in legacy_report] + right_lines = [str(x) for x in c3_report] + + # We have the same number of lines in the report; this is not + # necessarily the same as the number of items in either RO. + assert len(left_lines) == len(right_lines) + + padding = ' ' * 2 + max_left = max(len(x) for x in left_lines) + max_right = max(len(x) for x in right_lines) + + left_title = f'Legacy RO (len={len(self.legacy_ro)})' + + right_title = 'C3 RO (len={}; inconsistent={})'.format( + len(self.c3_ro), + self._inconsistent_label, + ) + lines = [ + ( + padding + + left_title.ljust(max_left) + + padding + + right_title.ljust(max_right) + ), + padding + '=' * (max_left + len(padding) + max_right) + ] + lines += [ + padding + left.ljust(max_left) + padding + right + for left, right in zip(left_lines, right_lines) + ] + + return '\n'.join(lines) + + +# Set to `Interface` once it is defined. This is used to +# avoid logging false positives about changed ROs. +_ROOT = None + + +def ro( + C, strict=None, base_mros=None, log_changed_ro=None, use_legacy_ro=None, +): + """ + ro(C) -> list + + Compute the precedence list (mro) according to C3. + + :return: A fresh `list` object. + + .. versionchanged:: 5.0.0 + Add the *strict*, *log_changed_ro* and *use_legacy_ro* + keyword arguments. These are provisional and likely to be + removed in the future. They are most useful for testing. + """ + # The ``base_mros`` argument is for internal optimization and + # not documented. + resolver = C3.resolver(C, strict, base_mros) + mro = resolver.mro() + + log_changed = ( + log_changed_ro if log_changed_ro is not None + else resolver.LOG_CHANGED_IRO + ) + use_legacy = ( + use_legacy_ro if use_legacy_ro is not None + else resolver.USE_LEGACY_IRO + ) + + if log_changed or use_legacy: + legacy_ro = resolver.legacy_ro + assert isinstance(legacy_ro, list) + assert isinstance(mro, list) + changed = legacy_ro != mro + if changed: + # Did only Interface move? The fix for issue #8 made that + # somewhat common. It's almost certainly not a problem, though, + # so allow ignoring it. + legacy_without_root = [x for x in legacy_ro if x is not _ROOT] + mro_without_root = [x for x in mro if x is not _ROOT] + changed = legacy_without_root != mro_without_root + + if changed: + comparison = _ROComparison(resolver, mro, legacy_ro) + _logger().warning( + "Object %r has different legacy and C3 MROs:\n%s", + C, comparison + ) + if resolver.had_inconsistency and legacy_ro == mro: + comparison = _ROComparison(resolver, mro, legacy_ro) + _logger().warning( + "Object %r had inconsistent IRO and used the legacy RO:\n%s" + "\nInconsistency entered at:\n%s", + C, comparison, resolver.direct_inconsistency + ) + if use_legacy: + return legacy_ro + + return mro + + +def is_consistent(C): + """Is the resolution order for *C*, consistent according to C3. + + Order as computed by :func:`ro`. + """ + return not C3.resolver(C, False, None).had_inconsistency diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__init__.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__init__.py new file mode 100644 index 0000000..c5fe924 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__init__.py @@ -0,0 +1,130 @@ +from zope.interface._compat import _should_attempt_c_optimizations + + +class OptimizationTestMixin: + """Mixin testing that C optimizations are used when appropriate. + """ + + def _getTargetClass(self): + """Return the implementation in use, without 'Py' or 'Fallback' suffix. + """ + raise NotImplementedError + + def _getFallbackClass(self): + """Return the fallback Python implementation. + """ + # Is there an algorithmic way to do this? The C + # objects all come from the same module so I don't see how we can + # get the Python object from that. + raise NotImplementedError + + def test_optimizations(self): + used = self._getTargetClass() + fallback = self._getFallbackClass() + + if _should_attempt_c_optimizations(): + self.assertIsNot(used, fallback) + else: + self.assertIs(used, fallback) + + +class SubclassableMixin: + + def _getTargetClass(self): + """Return the implementation in use without 'Py' or 'Fallback' suffix. + """ + raise NotImplementedError + + def test_can_subclass(self): + klass = self._getTargetClass() + + class Derived(klass): # no raise + pass + + +class MissingSomeAttrs: + """ + Helper for tests that raises a specific exception + for attributes that are missing. This is usually not + an AttributeError, and this object is used to test that + those errors are not improperly caught and treated like + an AttributeError. + """ + + def __init__(self, exc_kind, **other_attrs): + self.__exc_kind = exc_kind + d = object.__getattribute__(self, '__dict__') + d.update(other_attrs) + + def __getattribute__(self, name): + # Note that we ignore objects found in the class dictionary. + d = object.__getattribute__(self, '__dict__') + try: + return d[name] + except KeyError: + raise d['_MissingSomeAttrs__exc_kind'](name) + + EXCEPTION_CLASSES = ( + TypeError, + RuntimeError, + BaseException, + ValueError, + ) + + @classmethod + def test_raises(cls, unittest, test_func, expected_missing, **other_attrs): + """ + Loop through various exceptions, calling *test_func* inside a + ``assertRaises`` block. + + :param test_func: A callable of one argument, the instance of this + class. + :param str expected_missing: The attribute that should fail with the + exception. This is used to ensure that we're testing the path we + think we are. + :param other_attrs: Attributes that should be provided on the test + object. Must not contain *expected_missing*. + """ + assert isinstance(expected_missing, str) + assert expected_missing not in other_attrs + for exc in cls.EXCEPTION_CLASSES: + ob = cls(exc, **other_attrs) + with unittest.assertRaises(exc) as ex: + test_func(ob) + + unittest.assertEqual(ex.exception.args[0], expected_missing) + + # Now test that the AttributeError for that expected_missing is *not* + # raised. + ob = cls(AttributeError, **other_attrs) + try: + test_func(ob) + except AttributeError as e: + unittest.assertNotIn(expected_missing, str(e)) + except Exception: # pylint:disable=broad-except + pass + +# Be sure cleanup functionality is available; classes that use the adapter hook +# need to be sure to subclass ``CleanUp``. +# +# If zope.component is installed and imported when we run our tests +# (import chain: +# zope.testrunner->zope.security->zope.location->zope.component.api) +# it adds an adapter hook that uses its global site manager. That can cause +# leakage from one test to another unless its cleanup hooks are run. The +# symptoms can be odd, especially if one test used C objects and the next used +# the Python implementation. (For example, you can get strange TypeErrors or +# find inexplicable comparisons being done.) + + +try: + from zope.testing import cleanup +except ImportError: + + class CleanUp: + def cleanUp(self): + pass + + setUp = tearDown = cleanUp +else: + CleanUp = cleanup.CleanUp diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..088c84553c4243e81e27011a36007bb0f2242456 GIT binary patch literal 5489 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 VFR=Zc2U5DZc!sr6-XIk%@B`StgQWlf literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/idummy.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/idummy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..620000c131f6f35b86c9d60e025fd9baface55c7 GIT binary patch literal 696 zcmY*XJ&)8d5Vf7;Zg0u)A*7R#C|p1hq>Tj>2nit}orD&N6?F$Ighb-Vkz|V^ zw{`-z_2;J`{I-{D9@2hC_s!|5(6q{vvhQrdDYX%g(qk*QT<7*}Y8;T}gubcloPy>> zsfHS;TYQ0Wouz0DDA23-?5xNXTdlP)vskb+&3G!7Gq@#eEN5x5WShD?EApq|<0s4{ zrJ8L-{6VahVc-*wci(#IZ`i@Nj3jVH_zJGV literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/m1.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/m1.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb6c5f67a45ba755617f51247317e270854c5ca7 GIT binary patch literal 669 zcmb7BF>BjE6n^g{+p-%wg@n*R1`UOx!9MI1x|FOXiwUKZh8`E)#Ws~J_oM`zIYYX2 z%WnwzDV+;NkR_o*w+4I4)OS+twqp!(0cXhZuHgxxVOb>)qaD; zdjeOWAOwYq#h9>=p~VhiCv*@PyaDB2fU0SBLppYaZpqe(ZT!X77-&bkx^}~=a|m-U zXr8}#r?cEoQgs?@KOf87S2~KN(U~u&{$!eKb0Q<%`eC~QESiTaii%FvcVyDDiPBkA zDX;Xayx5?81sX!6QP>;qe5taUx=Q+|9|oEeP{?a?EG*e4I}Ad;I~=Cb{m;Wb{FfbjHuqnda+pxb4e$ z((ldYrcOU7!#071z5WaM=6c2&FZutNYcMno+xEnUQlM?o(^Yt8L1(>b`C(8m8bYWv zqTxH%XK(G(*he+44W-Lc=U?qd?{#%`2WE@TA${3P3O^l0eAq*Dzr*ue2$prk=H>1Z VC@sA|_`w6*yfmK&UtyrfkE8`vPBFsM+EXiV$g@g5KOu& za=|%)aYf)tyMo6P1!4+@WQxl%&IwcC`g@1i%kj{_>+X8rDe{;+rn;CVx-j2P$j{-N zGAYv%G2~CFC6-8uel0xekccjpX_*ANfgYf71aylAx<%Jwx1e8+(`;LHmNZ8-3Z|XE8)oxr-uz6><{i_zr|G5*`>5)~#DsTXdZe(hZ0b(pI3$* zL6z9qnT&c<{TN1UyO4|q{4qZEHcTfonY^}QW-`FIl)e;VFKD)D<5o9S@4PDsn4Yy( zO;3tn^w$5Y&B8Hl_=b}s=_~53#C5d@)`g?shTegb4cbon+Jd1*a4M`Z+XD5)`=aUa z?&%Tauu;=6sf9(gV?$W{p1<_iBuw~|ItWe%r|1o$dU7Fj2#i9T@;QH($t3RMYpy4C zw$3}>zpdwLxVP8CFhetVLwZZXNQiD6!zKtF-OEw7 zOah8|T))82xyMWz#y8}pOQZG|)~ z7^^wBp4*1xkpAriYi&y}!#6mkVatk_k6v#tTmn3Qh&b7n(anayWm<$70eOYkV?-33wKlV=7h(xZ5-e-J($wOIS( z_(uF7Hc*WXY|s8Jc7d5(53UCb17nNEs0qAW{5-_IgqCQ<$g)|pS!7*o!C#yowR!-1h8#$A!I z3on=>bA?P1_}MoJNQ%FcXGlVtUT?brkm8l=bxDN>!W%k~5P4{eOXlaUkTtA9yjf!) zSZ2{`4g}8o1qu%VK{G&D{(k;9^V@fK#=jH4yY(mM+uPs9cfS0ywx@is7yE#P$8;jb z&a*mTk);4}qmW4jJ(IECLe|?z-a+y%l1?N?_=7dVLUIRw_5hHF@BWmI4ZEuq5?A_TqXSfR(u$xZufM-`Dmq>GgnM__Zu8Ny^w9i6LBxU zu7RG0nZvizaXo{HGOog>1h}K){C>yKUTlb~=%*vhkpKoQ7$6KThi6d&8kjeHEzUf# z#vg^FgNer4QAzZn(hp?-OJRDwkAdYEW%!SW*GR<6FUk`M*^R)zOe>nh!k2>?zHY1p zk|y+IAl97696BF>xQ!S9d8~{aD5`DTx~o5LL@D%m9Y(}j+6ChG%h@7dEIlGjvo>r S|EVj$wh@E=BA!ZL>i92~Y+>mD literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_adapter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0290029c569abc555aee77c53fc3e0d24b0b3be GIT binary patch literal 123701 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 BIK=<} literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_advice.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f2adcfb121bb3d2272bcd4c5a1617bdae35518e GIT binary patch literal 13060 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_compile_flags.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_compile_flags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01958f2937739e64c28e5c228eb8ea73a9f13c06 GIT binary patch literal 1091 zcmaJx-(5|Qxgvy z@W`on(xU_uF)@)NM-wkJje)G5Br)M;QoL~TO@E+4;!Ebe`R02+^WMzYo}NwwGV|(Z zrZa%hz5p!&T$kD$m@?9ljxCgESe(FhEG1+K-AB5#jC9$+S+yC{W;WyoNCXNvq8tbi zPqpy~H$iOxHf3ZWkvk#jco`++f)tVc{wD_GbCyfF>0}cS>dJXwUf>ee14Xfu+H#y#qn$si1};gh+%4OzA(v2A z^m9r|^2x0*DxgR(UX(5^z|u1a=MONOS{4kRuzb>SJwQzKauMVxt1Y>XR1Hd?I1E`O#G$r9h~G(w z?do}GkNDk$h(~BJ-Z}7HM_xY|uTLm3>$)0*4HJK28P$|fV7lQW=t$5L=f0YEOfGu% zd&OL1$8+@+fqhj>=njRauO}UXn3FdnTLX1!4$#Q$NJLH(97#h4ISG7|ZN0Mv8*1%UwqGynhq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_declarations.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..30b6b3b85aabfa5747c13da087aa62f53876066a GIT binary patch literal 145655 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_element.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_element.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1bd0cdf34f18fd26d7b1c1b3304eb9982ab7842b GIT binary patch literal 1183 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_interface.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..956a2fcca7d9ab769d0249bd388f10c38c453346 GIT binary patch literal 166570 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%0A&45%_rWuS@(#+`nGy_$0%%`Yd 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 I8!z7f7vWngLI3~& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_interfaces.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4ef30f0555d7c57a6209a1b7d71262d6fca9cff GIT binary patch literal 8081 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_registry.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b4e141e4c9d28eb51b84cc207d7bdde70001962d GIT binary patch literal 195358 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

GY+w^m93Zb^^>5 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_ro.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2caed8d922b6f71b1af7aad4cb88b04a78e73cad GIT binary patch literal 26002 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_sorting.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c7d0ff074fcb4e20cd430ba276422aaf90dd3b0 GIT binary patch literal 3723 zcmc&%O>7%Q6rR~#+q<@txK@AMDy6PzKt{yINm>e&Rti)QR2ivo!8xpK@78hZpRl_X za^y-m?`*`NnT0UL@pqtaOXdRysd{vPu+^BMMcx3e8dY@)fSi=Xgpu z@)l8qWuo|0{tj=A$qCHr2WvnT9IKC6MX*X9tDjkeU=4W?0?Zl)>yR375JYAj2J49G zbF31xM!1%O76LSFDzG z(m|ZZN_wtdRnu2WT3#P7=F^o*Rj%X<;|44aE1;(<!KAbjBxDan1hiCjN+z%VP%H$x~^)*MGWY5 z4vcE$iWw|pB9SX)2th=R$2HuLDPT}8O6b27s(1kUYao`$uZLr;M61wFv$j>h!K9K8SvT#0xck}ADUsmIYxTH>yAO>Vw> zfkNMI>7g{{(!SEYr?$1Go-zyZ8= z5ZJlIb1 zaJv{T_JG#^i0$m92j?I6@2-f#%8{D@; z>qA@OnSQ%y^|cUM)7#>Sy<~6#>l945YP~7pc2YPu!*}0sn4R7OPG^hI)hS)y4S1S8 zjsTcDV{d@`@Yy+P&c<@>p#5?fQ?H5xx!WL~g7ipX1m^YcBCpQJ` zi5A1&Y2QYyLm-yOu0W*&pC8>N@OkJbk?4xF*CDtF79GEU@}%hKW)pA;naAFJ#c+7m zq%La)_l3OU^nO}j!^vEpG4=_#Z7`>8bMd;26*RmFHO5WcswvFn^*P(8rc{IUt}2kM zdOT}oeXGrz^)1W00Ha?70en3eTfOw@rO&b}l820IA8d)wJN31r?P+hlb+A?VBG#Vz zM*8Z)wm8X7B%72p7DyOA8m0m5SrlU^k|+U zsIj*Td$BkV7*j+ZzLAGV3tLa`8Xt@2tbZxzwO0TD4@|Fsc*s*q{~D!K==ceZ{6S9b k`YDxGkhWCX6;Y2qL4R7GF*>z!_I_yeUTE|YfePF6-_LVq=Kufz literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/zope/interface/tests/__pycache__/test_verify.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9c75ee7bb8eb3c1b11c93309b961b26bc7cc64b GIT binary patch literal 38142 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

JEtuEu6m*x&j>`1Z?zKxEd* z#AP_Jv#!)4Rc>x^U4Pwcb#q>+n{)D`XX{pSRCV3yHQ0&#sqM$NpIrIEhI6&IUBPag z>yW6ZZ+hzC;}0M6!6?5Lp8iUB`pKrxZ+YJLrMfTHoo($n7hWkJ%zh<2`{eHDdY|om zVbd#fI?mj%@mzS5^OMeV;jQjZuy-i-7OsDx;avEZ*XQ1Jto~fM^^LkF9osW=*PN}p zk!@J#ge>o0nN75L_V$(5{Arp>_4~o*&gK4>8k;+B@xQb@*txdqrCWkq)vEUPVyR|g zNl@-`HFCUy>Mo@Trbh$~vh)u{2hVOI=puNKU^hXM;8B8Mf~N>h5`2+hgy8E0e@gJ@ z1b38vs|xdh?hZKG5C z!J9{`{lWEP)pLWogD6{PQ=-&RJjQMVC>YhapJvreeeDWJ^BUCrSdTWOA)&UbipjKH zn2!e-8K`Ox=b9{{c+c+r@t%y$Qn4Z`MkB8R_tJ;Sek!wdgDNsze%&#EF|CC$PV5=b zzX6@d)R8!Z{=zw36nSpbk7T>-%#!*$WX5aT&K>Wi`0LU7Pr^5yZ``;VS*xE>*v@Or1)2AaE)Asix#7aq$M|a0DNg*E9Nq8^Y zJr6HpGt`=v6MH_NIkn>}OaI_QXXe~^u4e7)Ewi3}=-9UN4K2s&%7hQ!#QTqj3IW6u znB{=pbDXM)`@v)Y0fb)<8sx}b2-(ysOW@!z!l$|KrpLjHqC;*}o_B5w4@)*GH+R{C zd#V&>iD^{X19(2&kqyNJ6R$>T8{CGWxN5Nu+DrexE(9_RE}&oZ*5sfc<~c*ZkFyE z=ov4m>22BJN*nnA<%HG=39tNcI$Q*|X^$==>gL`j9=7bJ?vT1>BTfpkl^?tC=~JH( zlyUY=(Sb?Ns;OyY{wt8zok6X?w-^W2PaP8tQ_z& z1?YNn^Ptw#{oM0@Ln$xh^Pw)hz~2!RWw#uM0G*7H^KS^aTQz1zu)76cElf2v z?9LpijI3zdB*ZqI!4t^_*p4ldLKnF6;<5|jo4AJgyc1AV_`}T?uRF2u$vIbifk>x% z5s3rY%*3qy(ICZqT0YT^dKycY;ZFO+N*!1RLn@)Rv#91XVk}n7i zXIP3X3OgGdK9P@~A}&C_c4j)Rd2;1FK2?oiUWpo!sQowJ9lz`V literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/advisory_testing.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/advisory_testing.py new file mode 100644 index 0000000..9376955 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/advisory_testing.py @@ -0,0 +1,29 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +import sys + +from zope.interface.advice import getFrameInfo + + +my_globals = globals() + +ClassicClass = None + + +class NewStyleClass: + __metaclass__ = type + classLevelFrameInfo = getFrameInfo(sys._getframe()) + + +moduleLevelFrameInfo = getFrameInfo(sys._getframe()) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/dummy.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/dummy.py new file mode 100644 index 0000000..8ec85f8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/dummy.py @@ -0,0 +1,25 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" Dummy Module +""" +from zope.interface import moduleProvides +from zope.interface.tests.idummy import IDummyModule + + +moduleProvides(IDummyModule) + + +def bar(baz): + # Note: no 'self', because the module provides the interface directly. + raise NotImplementedError() diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/idummy.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/idummy.py new file mode 100644 index 0000000..7855ce7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/idummy.py @@ -0,0 +1,24 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" Interface describing API of zope.interface.tests.dummy test module +""" +from zope.interface import Interface + + +class IDummyModule(Interface): + """ Dummy interface for unit tests. + """ + def bar(baz): + """ Just a note. + """ diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/m1.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/m1.py new file mode 100644 index 0000000..8998e46 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/m1.py @@ -0,0 +1,28 @@ +############################################################################## +# +# Copyright (c) 2004 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Test module that declares an interface +""" +from zope.interface import Interface +from zope.interface import moduleProvides + + +class I1(Interface): + pass + + +class I2(Interface): + pass + + +moduleProvides(I1, I2) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/odd.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/odd.py new file mode 100644 index 0000000..b385beb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/odd.py @@ -0,0 +1,130 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Odd meta class that doesn't subclass type. + +This is used for testing support for ExtensionClass in new interfaces. + + >>> class A(object): + ... __metaclass__ = MetaClass + ... a = 1 + ... + >>> A.__name__ + 'A' + >>> A.__bases__ == (object,) + True + >>> class B(object): + ... __metaclass__ = MetaClass + ... b = 1 + ... + >>> class C(A, B): pass + ... + >>> C.__name__ + 'C' + >>> int(C.__bases__ == (A, B)) + 1 + >>> a = A() + >>> aa = A() + >>> a.a + 1 + >>> aa.a + 1 + >>> aa.a = 2 + >>> a.a + 1 + >>> aa.a + 2 + >>> c = C() + >>> c.a + 1 + >>> c.b + 1 + >>> c.b = 2 + >>> c.b + 2 + >>> C.c = 1 + >>> c.c + 1 + + >>> int(C.__class__.__class__ is C.__class__) + 1 +""" + +# class OddClass is an odd meta class + + +class MetaMetaClass(type): + + def __getattribute__(cls, name): + if name == '__class__': + return cls + # Under Python 3.6, __prepare__ gets requested + return type.__getattribute__(cls, name) + + +class MetaClass: + """Odd classes + """ + + def __init__(self, name, bases, dict): + self.__name__ = name + self.__bases__ = bases + self.__dict__.update(dict) + + def __call__(self): + return OddInstance(self) + + def __getattr__(self, name): + for b in self.__bases__: + v = getattr(b, name, self) + if v is not self: + return v + raise AttributeError(name) + + def __repr__(self): # pragma: no cover + return f"" + + +MetaClass = MetaMetaClass( + 'MetaClass', + MetaClass.__bases__, + { + k: v for k, v in MetaClass.__dict__.items() + if k not in ('__dict__',) + } +) + + +class OddInstance: + + def __init__(self, cls): + self.__dict__['__class__'] = cls + + def __getattribute__(self, name): + dict = object.__getattribute__(self, '__dict__') + if name == '__dict__': + return dict + v = dict.get(name, self) + if v is not self: + return v + return getattr(dict['__class__'], name) + + def __setattr__(self, name, v): + self.__dict__[name] = v + + def __delattr__(self, name): + raise NotImplementedError() + + def __repr__(self): # pragma: no cover + return "".format( + self.__class__.__name__, hex(id(self))) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_adapter.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_adapter.py new file mode 100644 index 0000000..ea90732 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_adapter.py @@ -0,0 +1,2315 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Adapter registry tests +""" +import unittest + +from zope.interface.tests import OptimizationTestMixin + + +# pylint:disable=inherit-non-class,protected-access,too-many-lines +# pylint:disable=attribute-defined-outside-init,blacklisted-name + +def _makeInterfaces(): + from zope.interface import Interface + + class IB0(Interface): + pass + + class IB1(IB0): + pass + + class IB2(IB0): + pass + + class IB3(IB2, IB1): + pass + + class IB4(IB1, IB2): + pass + + class IF0(Interface): + pass + + class IF1(IF0): + pass + + class IR0(Interface): + pass + + class IR1(IR0): + pass + + return IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1 + + +# Custom types to use as part of the AdapterRegistry data structures. +# Our custom types do strict type checking to make sure +# types propagate through the data tree as expected. +class CustomDataTypeBase: + _data = None + + def __getitem__(self, name): + return self._data[name] + + def __setitem__(self, name, value): + self._data[name] = value + + def __delitem__(self, name): + del self._data[name] + + def __len__(self): + return len(self._data) + + def __contains__(self, name): + return name in self._data + + def __eq__(self, other): + if other is self: + return True + # pylint:disable=unidiomatic-typecheck + if type(other) is not type(self): + return False + return other._data == self._data + + def __repr__(self): + return repr(self._data) + + +class CustomMapping(CustomDataTypeBase): + def __init__(self, other=None): + self._data = {} + if other: + self._data.update(other) + self.get = self._data.get + self.items = self._data.items + + +class CustomSequence(CustomDataTypeBase): + def __init__(self, other=None): + self._data = [] + if other: + self._data.extend(other) + self.append = self._data.append + + +class CustomLeafSequence(CustomSequence): + pass + + +class CustomProvided(CustomMapping): + pass + + +class BaseAdapterRegistryTests(unittest.TestCase): + + maxDiff = None + + def _getBaseAdapterRegistry(self): + from zope.interface.adapter import BaseAdapterRegistry + return BaseAdapterRegistry + + def _getTargetClass(self): + BaseAdapterRegistry = self._getBaseAdapterRegistry() + + class _CUT(BaseAdapterRegistry): + + class LookupClass: + _changed = _extendors = () + + def __init__(self, reg): + pass + + def changed(self, orig): + self._changed += (orig,) + + def add_extendor(self, provided): + self._extendors += (provided,) + + def remove_extendor(self, provided): + self._extendors = tuple([x for x in self._extendors + if x != provided]) + + for name in BaseAdapterRegistry._delegated: + setattr(_CUT.LookupClass, name, object()) + return _CUT + + def _makeOne(self): + return self._getTargetClass()() + + def _getMappingType(self): + return dict + + def _getProvidedType(self): + return dict + + def _getMutableListType(self): + return list + + def _getLeafSequenceType(self): + return tuple + + def test_lookup_delegation(self): + CUT = self._getTargetClass() + registry = CUT() + for name in CUT._delegated: + self.assertIs( + getattr(registry, name), getattr(registry._v_lookup, name) + ) + + def test__generation_on_first_creation(self): + registry = self._makeOne() + # Bumped to 1 in BaseAdapterRegistry.__init__ + self.assertEqual(registry._generation, 1) + + def test__generation_after_calling_changed(self): + registry = self._makeOne() + orig = object() + registry.changed(orig) + # Bumped to 1 in BaseAdapterRegistry.__init__ + self.assertEqual(registry._generation, 2) + self.assertEqual(registry._v_lookup._changed, (registry, orig,)) + + def test__generation_after_changing___bases__(self): + class _Base: + pass + registry = self._makeOne() + registry.__bases__ = (_Base,) + self.assertEqual(registry._generation, 2) + + def _check_basic_types_of_adapters(self, registry, expected_order=2): + self.assertEqual( + len(registry._adapters), expected_order, + ) # order 0 and order 1 + self.assertIsInstance(registry._adapters, self._getMutableListType()) + MT = self._getMappingType() + for mapping in registry._adapters: + self.assertIsInstance(mapping, MT) + self.assertEqual(registry._adapters[0], MT()) + self.assertIsInstance(registry._adapters[1], MT) + self.assertEqual(len(registry._adapters[expected_order - 1]), 1) + + def _check_basic_types_of_subscribers(self, registry, expected_order=2): + self.assertEqual( + len(registry._subscribers), expected_order, + ) # order 0 and order 1 + self.assertIsInstance( + registry._subscribers, self._getMutableListType(), + ) + MT = self._getMappingType() + for mapping in registry._subscribers: + self.assertIsInstance(mapping, MT) + if expected_order: + self.assertEqual(registry._subscribers[0], MT()) + self.assertIsInstance(registry._subscribers[1], MT) + self.assertEqual(len(registry._subscribers[expected_order - 1]), 1) + + def test_register(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.register([IB0], IR0, '', 'A1') + self.assertEqual(registry.registered([IB0], IR0, ''), 'A1') + self.assertEqual(registry._generation, 2) + self._check_basic_types_of_adapters(registry) + MT = self._getMappingType() + self.assertEqual(registry._adapters[1], MT({ + IB0: MT({ + IR0: MT({'': 'A1'}) + }) + })) + PT = self._getProvidedType() + self.assertEqual(registry._provided, PT({ + IR0: 1 + })) + + registered = list(registry.allRegistrations()) + self.assertEqual(registered, [( + (IB0,), # required + IR0, # provided + '', # name + 'A1' # value + )]) + + def test_register_multiple_allRegistrations(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + # Use several different depths and several different names + registry.register([], IR0, '', 'A1') + registry.register([], IR0, 'name1', 'A2') + + registry.register([IB0], IR0, '', 'A1') + registry.register([IB0], IR0, 'name2', 'A2') + registry.register([IB0], IR1, '', 'A3') + registry.register([IB0], IR1, 'name3', 'A4') + + registry.register([IB0, IB1], IR0, '', 'A1') + registry.register([IB0, IB2], IR0, 'name2', 'A2') + registry.register([IB0, IB2], IR1, 'name4', 'A4') + registry.register([IB0, IB3], IR1, '', 'A3') + + def build_adapters(L, MT): + return L([ + # 0 + MT({ + IR0: MT({ + '': 'A1', + 'name1': 'A2' + }) + }), + # 1 + MT({ + IB0: MT({ + IR0: MT({ + '': 'A1', + 'name2': 'A2' + }), + IR1: MT({ + '': 'A3', + 'name3': 'A4' + }) + }) + }), + # 3 + MT({ + IB0: MT({ + IB1: MT({ + IR0: MT({'': 'A1'}) + }), + IB2: MT({ + IR0: MT({'name2': 'A2'}), + IR1: MT({'name4': 'A4'}), + }), + IB3: MT({ + IR1: MT({'': 'A3'}) + }) + }), + }), + ]) + + self.assertEqual(registry._adapters, + build_adapters(L=self._getMutableListType(), + MT=self._getMappingType())) + + registered = sorted(registry.allRegistrations()) + self.assertEqual(registered, [ + ((), IR0, '', 'A1'), + ((), IR0, 'name1', 'A2'), + ((IB0,), IR0, '', 'A1'), + ((IB0,), IR0, 'name2', 'A2'), + ((IB0,), IR1, '', 'A3'), + ((IB0,), IR1, 'name3', 'A4'), + ((IB0, IB1), IR0, '', 'A1'), + ((IB0, IB2), IR0, 'name2', 'A2'), + ((IB0, IB2), IR1, 'name4', 'A4'), + ((IB0, IB3), IR1, '', 'A3') + ]) + + # We can duplicate to another object. + registry2 = self._makeOne() + for args in registered: + registry2.register(*args) + + self.assertEqual(registry2._adapters, registry._adapters) + self.assertEqual(registry2._provided, registry._provided) + + # We can change the types and rebuild the data structures. + registry._mappingType = CustomMapping + registry._leafSequenceType = CustomLeafSequence + registry._sequenceType = CustomSequence + registry._providedType = CustomProvided + + def addValue(existing, new): + existing = ( + existing if existing is not None else CustomLeafSequence() + ) + existing.append(new) + return existing + + registry._addValueToLeaf = addValue + + registry.rebuild() + + self.assertEqual(registry._adapters, + build_adapters( + L=CustomSequence, + MT=CustomMapping + )) + + def test_register_with_invalid_name(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + with self.assertRaises(ValueError): + registry.register([IB0], IR0, object(), 'A1') + + def test_register_with_value_None_unregisters(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.register([None], IR0, '', 'A1') + registry.register([None], IR0, '', None) + self.assertEqual(len(registry._adapters), 0) + self.assertIsInstance(registry._adapters, self._getMutableListType()) + registered = list(registry.allRegistrations()) + self.assertEqual(registered, []) + + def test_register_with_same_value(self): + from zope.interface import Interface + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + _value = object() + registry.register([None], IR0, '', _value) + _before = registry._generation + registry.register([None], IR0, '', _value) + self.assertEqual(registry._generation, _before) # skipped changed() + self._check_basic_types_of_adapters(registry) + MT = self._getMappingType() + self.assertEqual(registry._adapters[1], MT( + { + Interface: MT( + { + IR0: MT({'': _value}) + } + ) + } + )) + registered = list(registry.allRegistrations()) + self.assertEqual(registered, [( + (Interface,), # required + IR0, # provided + '', # name + _value # value + )]) + + def test_registered_empty(self): + registry = self._makeOne() + self.assertEqual(registry.registered([None], None, ''), None) + registered = list(registry.allRegistrations()) + self.assertEqual(registered, []) + + def test_registered_non_empty_miss(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.register([IB1], None, '', 'A1') + self.assertEqual(registry.registered([IB2], None, ''), None) + + def test_registered_non_empty_hit(self): + registry = self._makeOne() + registry.register([None], None, '', 'A1') + self.assertEqual(registry.registered([None], None, ''), 'A1') + + def test_unregister_empty(self): + registry = self._makeOne() + registry.unregister([None], None, '') # doesn't raise + self.assertEqual(registry.registered([None], None, ''), None) + self.assertEqual(len(registry._provided), 0) + + def test_unregister_non_empty_miss_on_required(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.register([IB1], None, '', 'A1') + registry.unregister([IB2], None, '') # doesn't raise + self.assertEqual(registry.registered([IB1], None, ''), 'A1') + self._check_basic_types_of_adapters(registry) + MT = self._getMappingType() + self.assertEqual(registry._adapters[1], MT( + { + IB1: MT( + { + None: MT({'': 'A1'}) + } + ) + } + )) + PT = self._getProvidedType() + self.assertEqual(registry._provided, PT({ + None: 1 + })) + + def test_unregister_non_empty_miss_on_name(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.register([IB1], None, '', 'A1') + registry.unregister([IB1], None, 'nonesuch') # doesn't raise + self.assertEqual(registry.registered([IB1], None, ''), 'A1') + self._check_basic_types_of_adapters(registry) + MT = self._getMappingType() + self.assertEqual(registry._adapters[1], MT( + { + IB1: MT( + { + None: MT({'': 'A1'}) + } + ) + } + )) + PT = self._getProvidedType() + self.assertEqual(registry._provided, PT({ + None: 1 + })) + + def test_unregister_with_value_not_None_miss(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + orig = object() + nomatch = object() + registry.register([IB1], None, '', orig) + registry.unregister([IB1], None, '', nomatch) # doesn't raise + self.assertIs(registry.registered([IB1], None, ''), orig) + + def test_unregister_hit_clears_empty_subcomponents(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + one = object() + another = object() + registry.register([IB1, IB2], None, '', one) + registry.register([IB1, IB3], None, '', another) + self._check_basic_types_of_adapters(registry, expected_order=3) + self.assertIn(IB2, registry._adapters[2][IB1]) + self.assertIn(IB3, registry._adapters[2][IB1]) + MT = self._getMappingType() + self.assertEqual(registry._adapters[2], MT( + { + IB1: MT( + { + IB2: MT({None: MT({'': one})}), + IB3: MT({None: MT({'': another})}) + } + ) + } + )) + PT = self._getProvidedType() + self.assertEqual(registry._provided, PT({ + None: 2 + })) + + registry.unregister([IB1, IB3], None, '', another) + self.assertIn(IB2, registry._adapters[2][IB1]) + self.assertNotIn(IB3, registry._adapters[2][IB1]) + self.assertEqual(registry._adapters[2], MT( + { + IB1: MT( + { + IB2: MT({None: MT({'': one})}), + } + ) + } + )) + self.assertEqual(registry._provided, PT({ + None: 1 + })) + + def test_unsubscribe_empty(self): + registry = self._makeOne() + registry.unsubscribe([None], None, '') # doesn't raise + self.assertEqual(registry.registered([None], None, ''), None) + self._check_basic_types_of_subscribers(registry, expected_order=0) + + def test_unsubscribe_hit(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + orig = object() + registry.subscribe([IB1], None, orig) + MT = self._getMappingType() + L = self._getLeafSequenceType() + PT = self._getProvidedType() + self._check_basic_types_of_subscribers(registry) + self.assertEqual(registry._subscribers[1], MT({ + IB1: MT({ + None: MT({ + '': L((orig,)) + }) + }) + })) + self.assertEqual(registry._provided, PT({})) + registry.unsubscribe([IB1], None, orig) # doesn't raise + self.assertEqual(len(registry._subscribers), 0) + self.assertEqual(registry._provided, PT({})) + + def assertLeafIdentity(self, leaf1, leaf2): + """ + Implementations may choose to use new, immutable objects + instead of mutating existing subscriber leaf objects, or vice versa. + + The default implementation uses immutable tuples, so they are never + the same. Other implementations may use persistent lists so they + should be the same and mutated in place. Subclasses testing this + behaviour need to override this method. + """ + self.assertIsNot(leaf1, leaf2) + + def test_unsubscribe_after_multiple(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + first = object() + second = object() + third = object() + fourth = object() + registry.subscribe([IB1], None, first) + registry.subscribe([IB1], None, second) + registry.subscribe([IB1], IR0, third) + registry.subscribe([IB1], IR0, fourth) + self._check_basic_types_of_subscribers(registry, expected_order=2) + MT = self._getMappingType() + L = self._getLeafSequenceType() + PT = self._getProvidedType() + self.assertEqual(registry._subscribers[1], MT({ + IB1: MT({ + None: MT({'': L((first, second))}), + IR0: MT({'': L((third, fourth))}), + }) + })) + self.assertEqual(registry._provided, PT({ + IR0: 2 + })) + # The leaf objects may or may not stay the same as they are + # unsubscribed, depending on the implementation + IR0_leaf_orig = registry._subscribers[1][IB1][IR0][''] + Non_leaf_orig = registry._subscribers[1][IB1][None][''] + + registry.unsubscribe([IB1], None, first) + registry.unsubscribe([IB1], IR0, third) + + self.assertEqual(registry._subscribers[1], MT({ + IB1: MT({ + None: MT({'': L((second,))}), + IR0: MT({'': L((fourth,))}), + }) + })) + self.assertEqual(registry._provided, PT({ + IR0: 1 + })) + IR0_leaf_new = registry._subscribers[1][IB1][IR0][''] + Non_leaf_new = registry._subscribers[1][IB1][None][''] + + self.assertLeafIdentity(IR0_leaf_orig, IR0_leaf_new) + self.assertLeafIdentity(Non_leaf_orig, Non_leaf_new) + + registry.unsubscribe([IB1], None, second) + registry.unsubscribe([IB1], IR0, fourth) + self.assertEqual(len(registry._subscribers), 0) + self.assertEqual(len(registry._provided), 0) + + def test_subscribe_unsubscribe_identical_objects_provided(self): + # https://github.com/zopefoundation/zope.interface/issues/227 + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + first = object() + registry.subscribe([IB1], IR0, first) + registry.subscribe([IB1], IR0, first) + + MT = self._getMappingType() + L = self._getLeafSequenceType() + PT = self._getProvidedType() + self.assertEqual(registry._subscribers[1], MT({ + IB1: MT({ + IR0: MT({'': L((first, first))}), + }) + })) + self.assertEqual(registry._provided, PT({ + IR0: 2 + })) + + registry.unsubscribe([IB1], IR0, first) + registry.unsubscribe([IB1], IR0, first) + self.assertEqual(len(registry._subscribers), 0) + self.assertEqual(registry._provided, PT()) + + def test_subscribe_unsubscribe_nonequal_objects_provided(self): + # https://github.com/zopefoundation/zope.interface/issues/227 + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + first = object() + second = object() + registry.subscribe([IB1], IR0, first) + registry.subscribe([IB1], IR0, second) + + MT = self._getMappingType() + L = self._getLeafSequenceType() + PT = self._getProvidedType() + self.assertEqual(registry._subscribers[1], MT({ + IB1: MT({ + IR0: MT({'': L((first, second))}), + }) + })) + self.assertEqual(registry._provided, PT({ + IR0: 2 + })) + + registry.unsubscribe([IB1], IR0, first) + registry.unsubscribe([IB1], IR0, second) + self.assertEqual(len(registry._subscribers), 0) + self.assertEqual(registry._provided, PT()) + + def test_subscribed_empty(self): + registry = self._makeOne() + self.assertIsNone(registry.subscribed([None], None, '')) + subscribed = list(registry.allSubscriptions()) + self.assertEqual(subscribed, []) + + def test_subscribed_non_empty_miss(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.subscribe([IB1], IF0, 'A1') + # Mismatch required + self.assertIsNone(registry.subscribed([IB2], IF0, '')) + # Mismatch provided + self.assertIsNone(registry.subscribed([IB1], IF1, '')) + # Mismatch value + self.assertIsNone(registry.subscribed([IB1], IF0, '')) + + def test_subscribed_non_empty_hit(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.subscribe([IB0], IF0, 'A1') + self.assertEqual(registry.subscribed([IB0], IF0, 'A1'), 'A1') + + def test_unsubscribe_w_None_after_multiple(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + first = object() + second = object() + + registry.subscribe([IB1], None, first) + registry.subscribe([IB1], None, second) + self._check_basic_types_of_subscribers(registry, expected_order=2) + registry.unsubscribe([IB1], None) + self.assertEqual(len(registry._subscribers), 0) + + def test_unsubscribe_non_empty_miss_on_required(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.subscribe([IB1], None, 'A1') + self._check_basic_types_of_subscribers(registry, expected_order=2) + registry.unsubscribe([IB2], None, '') # doesn't raise + self.assertEqual(len(registry._subscribers), 2) + MT = self._getMappingType() + L = self._getLeafSequenceType() + self.assertEqual(registry._subscribers[1], MT({ + IB1: MT({ + None: MT({'': L(('A1',))}), + }) + })) + + def test_unsubscribe_non_empty_miss_on_value(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + registry.subscribe([IB1], None, 'A1') + self._check_basic_types_of_subscribers(registry, expected_order=2) + registry.unsubscribe([IB1], None, 'A2') # doesn't raise + self.assertEqual(len(registry._subscribers), 2) + MT = self._getMappingType() + L = self._getLeafSequenceType() + self.assertEqual(registry._subscribers[1], MT({ + IB1: MT({ + None: MT({'': L(('A1',))}), + }) + })) + + def test_unsubscribe_with_value_not_None_miss(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + orig = object() + nomatch = object() + registry.subscribe([IB1], None, orig) + registry.unsubscribe([IB1], None, nomatch) # doesn't raise + self.assertEqual(len(registry._subscribers), 2) + + def _instance_method_notify_target(self): + self.fail("Example method, not intended to be called.") + + def test_unsubscribe_instance_method(self): + # Checking that the values are compared by equality, not identity + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + self.assertEqual(len(registry._subscribers), 0) + registry.subscribe([IB1], None, self._instance_method_notify_target) + registry.unsubscribe([IB1], None, self._instance_method_notify_target) + self.assertEqual(len(registry._subscribers), 0) + + def test_subscribe_multiple_allRegistrations(self): + ( + IB0, IB1, IB2, IB3, IB4, IF0, IF1, IR0, IR1, + ) = _makeInterfaces() # pylint:disable=unused-variable + registry = self._makeOne() + # Use several different depths and several different values + registry.subscribe([], IR0, 'A1') + registry.subscribe([], IR0, 'A2') + + registry.subscribe([IB0], IR0, 'A1') + registry.subscribe([IB0], IR0, 'A2') + registry.subscribe([IB0], IR1, 'A3') + registry.subscribe([IB0], IR1, 'A4') + + registry.subscribe([IB0, IB1], IR0, 'A1') + registry.subscribe([IB0, IB2], IR0, 'A2') + registry.subscribe([IB0, IB2], IR1, 'A4') + registry.subscribe([IB0, IB3], IR1, 'A3') + + def build_subscribers(L, F, MT): + return L([ + # 0 + MT({ + IR0: MT({ + '': F(['A1', 'A2']) + }) + }), + # 1 + MT({ + IB0: MT({ + IR0: MT({ + '': F(['A1', 'A2']) + }), + IR1: MT({ + '': F(['A3', 'A4']) + }) + }) + }), + # 3 + MT({ + IB0: MT({ + IB1: MT({ + IR0: MT({'': F(['A1'])}) + }), + IB2: MT({ + IR0: MT({'': F(['A2'])}), + IR1: MT({'': F(['A4'])}), + }), + IB3: MT({ + IR1: MT({'': F(['A3'])}) + }) + }), + }), + ]) + + self.assertEqual(registry._subscribers, + build_subscribers( + L=self._getMutableListType(), + F=self._getLeafSequenceType(), + MT=self._getMappingType() + )) + + def build_provided(P): + return P({ + IR0: 6, + IR1: 4, + }) + + self.assertEqual(registry._provided, + build_provided(P=self._getProvidedType())) + + registered = sorted(registry.allSubscriptions()) + self.assertEqual(registered, [ + ((), IR0, 'A1'), + ((), IR0, 'A2'), + ((IB0,), IR0, 'A1'), + ((IB0,), IR0, 'A2'), + ((IB0,), IR1, 'A3'), + ((IB0,), IR1, 'A4'), + ((IB0, IB1), IR0, 'A1'), + ((IB0, IB2), IR0, 'A2'), + ((IB0, IB2), IR1, 'A4'), + ((IB0, IB3), IR1, 'A3') + ]) + + # We can duplicate this to another object + registry2 = self._makeOne() + for args in registered: + registry2.subscribe(*args) + + self.assertEqual(registry2._subscribers, registry._subscribers) + self.assertEqual(registry2._provided, registry._provided) + + # We can change the types and rebuild the data structures. + registry._mappingType = CustomMapping + registry._leafSequenceType = CustomLeafSequence + registry._sequenceType = CustomSequence + registry._providedType = CustomProvided + + def addValue(existing, new): + existing = ( + existing if existing is not None else CustomLeafSequence() + ) + existing.append(new) + return existing + + registry._addValueToLeaf = addValue + + registry.rebuild() + + self.assertEqual(registry._subscribers, + build_subscribers( + L=CustomSequence, + F=CustomLeafSequence, + MT=CustomMapping + )) + + +class CustomTypesBaseAdapterRegistryTests(BaseAdapterRegistryTests): + """ + This class may be extended by other packages to test their own + adapter registries that use custom types. (So be cautious about + breaking changes.) + + One known user is ``zope.component.persistentregistry``. + """ + + def _getMappingType(self): + return CustomMapping + + def _getProvidedType(self): + return CustomProvided + + def _getMutableListType(self): + return CustomSequence + + def _getLeafSequenceType(self): + return CustomLeafSequence + + def _getBaseAdapterRegistry(self): + from zope.interface.adapter import BaseAdapterRegistry + + class CustomAdapterRegistry(BaseAdapterRegistry): + _mappingType = self._getMappingType() + _sequenceType = self._getMutableListType() + _leafSequenceType = self._getLeafSequenceType() + _providedType = self._getProvidedType() + + def _addValueToLeaf(self, existing_leaf_sequence, new_item): + if not existing_leaf_sequence: + existing_leaf_sequence = self._leafSequenceType() + existing_leaf_sequence.append(new_item) + return existing_leaf_sequence + + def _removeValueFromLeaf(self, existing_leaf_sequence, to_remove): + without_removed = BaseAdapterRegistry._removeValueFromLeaf( + self, + existing_leaf_sequence, + to_remove) + existing_leaf_sequence[:] = without_removed + assert to_remove not in existing_leaf_sequence + return existing_leaf_sequence + + return CustomAdapterRegistry + + def assertLeafIdentity(self, leaf1, leaf2): + self.assertIs(leaf1, leaf2) + + +class LookupBaseFallbackTests(unittest.TestCase): + + def _getFallbackClass(self): + from zope.interface.adapter import LookupBaseFallback + return LookupBaseFallback + + _getTargetClass = _getFallbackClass + + def _makeOne( + self, uc_lookup=None, uc_lookupAll=None, uc_subscriptions=None, + ): + # pylint:disable=function-redefined + if uc_lookup is None: + + def uc_lookup(self, required, provided, name): + pass + + if uc_lookupAll is None: + + def uc_lookupAll(self, required, provided): + raise NotImplementedError() + + if uc_subscriptions is None: + + def uc_subscriptions(self, required, provided): + raise NotImplementedError() + + class Derived(self._getTargetClass()): + _uncached_lookup = uc_lookup + _uncached_lookupAll = uc_lookupAll + _uncached_subscriptions = uc_subscriptions + + return Derived() + + def test_lookup_w_invalid_name(self): + + def _lookup(self, required, provided, name): + self.fail("This should never be called") + + lb = self._makeOne(uc_lookup=_lookup) + with self.assertRaises(ValueError): + lb.lookup(('A',), 'B', object()) + + def test_lookup_miss_no_default(self): + _called_with = [] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup(('A',), 'B', 'C') + self.assertIsNone(found) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + + def test_lookup_miss_w_default(self): + _called_with = [] + _default = object() + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup(('A',), 'B', 'C', _default) + self.assertIs(found, _default) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + + def test_lookup_not_cached(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup(('A',), 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + + def test_lookup_cached(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup(('A',), 'B', 'C') + found = lb.lookup(('A',), 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + + def test_lookup_not_cached_multi_required(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup(('A', 'D'), 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A', 'D'), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + + def test_lookup_cached_multi_required(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup(('A', 'D'), 'B', 'C') + found = lb.lookup(('A', 'D'), 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A', 'D'), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + + def test_lookup_not_cached_after_changed(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup(('A',), 'B', 'C') + lb.changed(lb) + found = lb.lookup(('A',), 'B', 'C') + self.assertIs(found, b) + self.assertEqual(_called_with, + [(('A',), 'B', 'C'), (('A',), 'B', 'C')]) + self.assertEqual(_results, [c]) + + def test_lookup1_w_invalid_name(self): + + def _lookup(self, required, provided, name): + self.fail("This should never be called") + + lb = self._makeOne(uc_lookup=_lookup) + with self.assertRaises(ValueError): + lb.lookup1('A', 'B', object()) + + def test_lookup1_miss_no_default(self): + _called_with = [] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup1('A', 'B', 'C') + self.assertIsNone(found) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + + def test_lookup1_miss_w_default(self): + _called_with = [] + _default = object() + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup1('A', 'B', 'C', _default) + self.assertIs(found, _default) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + + def test_lookup1_miss_w_default_negative_cache(self): + _called_with = [] + _default = object() + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup1('A', 'B', 'C', _default) + self.assertIs(found, _default) + found = lb.lookup1('A', 'B', 'C', _default) + self.assertIs(found, _default) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + + def test_lookup1_not_cached(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup1('A', 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + + def test_lookup1_cached(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup1('A', 'B', 'C') + found = lb.lookup1('A', 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + + def test_lookup1_not_cached_after_changed(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + lb = self._makeOne(uc_lookup=_lookup) + found = lb.lookup1('A', 'B', 'C') + lb.changed(lb) + found = lb.lookup1('A', 'B', 'C') + self.assertIs(found, b) + self.assertEqual(_called_with, + [(('A',), 'B', 'C'), (('A',), 'B', 'C')]) + self.assertEqual(_results, [c]) + + def test_adapter_hook_w_invalid_name(self): + req, prv = object(), object() + lb = self._makeOne() + with self.assertRaises(ValueError): + lb.adapter_hook(prv, req, object()) + + def test_adapter_hook_miss_no_default(self): + req, prv = object(), object() + lb = self._makeOne() + found = lb.adapter_hook(prv, req, '') + self.assertIsNone(found) + + def test_adapter_hook_miss_w_default(self): + req, prv, _default = object(), object(), object() + lb = self._makeOne() + found = lb.adapter_hook(prv, req, '', _default) + self.assertIs(found, _default) + + def test_adapter_hook_hit_factory_returns_None(self): + _f_called_with = [] + + def _factory(context): + _f_called_with.append(context) + + def _lookup(self, required, provided, name): + return _factory + + req, prv, _default = object(), object(), object() + lb = self._makeOne(uc_lookup=_lookup) + adapted = lb.adapter_hook(prv, req, 'C', _default) + self.assertIs(adapted, _default) + self.assertEqual(_f_called_with, [req]) + + def test_adapter_hook_hit_factory_returns_adapter(self): + _f_called_with = [] + _adapter = object() + + def _factory(context): + _f_called_with.append(context) + return _adapter + + def _lookup(self, required, provided, name): + return _factory + + req, prv, _default = object(), object(), object() + lb = self._makeOne(uc_lookup=_lookup) + adapted = lb.adapter_hook(prv, req, 'C', _default) + self.assertIs(adapted, _adapter) + self.assertEqual(_f_called_with, [req]) + + def test_adapter_hook_super_unwraps(self): + _f_called_with = [] + + def _factory(context): + _f_called_with.append(context) + return context + + def _lookup(self, required, provided, name=''): + return _factory + + required = super() + provided = object() + lb = self._makeOne(uc_lookup=_lookup) + adapted = lb.adapter_hook(provided, required) + self.assertIs(adapted, self) + self.assertEqual(_f_called_with, [self]) + + def test_queryAdapter(self): + _f_called_with = [] + _adapter = object() + + def _factory(context): + _f_called_with.append(context) + return _adapter + + def _lookup(self, required, provided, name): + return _factory + + req, prv, _default = object(), object(), object() + lb = self._makeOne(uc_lookup=_lookup) + adapted = lb.queryAdapter(req, prv, 'C', _default) + self.assertIs(adapted, _adapter) + self.assertEqual(_f_called_with, [req]) + + def test_lookupAll_uncached(self): + _called_with = [] + _results = [object(), object(), object()] + + def _lookupAll(self, required, provided): + _called_with.append((required, provided)) + return tuple(_results) + + lb = self._makeOne(uc_lookupAll=_lookupAll) + found = lb.lookupAll('A', 'B') + self.assertEqual(found, tuple(_results)) + self.assertEqual(_called_with, [(('A',), 'B')]) + + def test_lookupAll_cached(self): + _called_with = [] + _results = [object(), object(), object()] + + def _lookupAll(self, required, provided): + _called_with.append((required, provided)) + return tuple(_results) + + lb = self._makeOne(uc_lookupAll=_lookupAll) + found = lb.lookupAll('A', 'B') + found = lb.lookupAll('A', 'B') + self.assertEqual(found, tuple(_results)) + self.assertEqual(_called_with, [(('A',), 'B')]) + + def test_subscriptions_uncached(self): + _called_with = [] + _results = [object(), object(), object()] + + def _subscriptions(self, required, provided): + _called_with.append((required, provided)) + return tuple(_results) + + lb = self._makeOne(uc_subscriptions=_subscriptions) + found = lb.subscriptions('A', 'B') + self.assertEqual(found, tuple(_results)) + self.assertEqual(_called_with, [(('A',), 'B')]) + + def test_subscriptions_cached(self): + _called_with = [] + _results = [object(), object(), object()] + + def _subscriptions(self, required, provided): + _called_with.append((required, provided)) + return tuple(_results) + + lb = self._makeOne(uc_subscriptions=_subscriptions) + found = lb.subscriptions('A', 'B') + found = lb.subscriptions('A', 'B') + self.assertEqual(found, tuple(_results)) + self.assertEqual(_called_with, [(('A',), 'B')]) + + +class LookupBaseTests(LookupBaseFallbackTests, + OptimizationTestMixin): + + def _getTargetClass(self): + from zope.interface.adapter import LookupBase + return LookupBase + + +class VerifyingBaseFallbackTests(unittest.TestCase): + + def _getFallbackClass(self): + from zope.interface.adapter import VerifyingBaseFallback + return VerifyingBaseFallback + + _getTargetClass = _getFallbackClass + + def _makeOne(self, registry, uc_lookup=None, uc_lookupAll=None, + uc_subscriptions=None): + # pylint:disable=function-redefined + if uc_lookup is None: + + def uc_lookup(self, required, provided, name): + raise NotImplementedError() + + if uc_lookupAll is None: + + def uc_lookupAll(self, required, provided): + raise NotImplementedError() + + if uc_subscriptions is None: + + def uc_subscriptions(self, required, provided): + raise NotImplementedError() + + class Derived(self._getTargetClass()): + _uncached_lookup = uc_lookup + _uncached_lookupAll = uc_lookupAll + _uncached_subscriptions = uc_subscriptions + + def __init__(self, registry): + super().__init__() + self._registry = registry + + derived = Derived(registry) + derived.changed(derived) # init. '_verify_ro' / '_verify_generations' + return derived + + def _makeRegistry(self, depth): + + class WithGeneration: + _generation = 1 + + class Registry: + def __init__(self, depth): + self.ro = [WithGeneration() for i in range(depth)] + + return Registry(depth) + + def test_lookup(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + reg = self._makeRegistry(3) + lb = self._makeOne(reg, uc_lookup=_lookup) + found = lb.lookup(('A',), 'B', 'C') + found = lb.lookup(('A',), 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + reg.ro[1]._generation += 1 + found = lb.lookup(('A',), 'B', 'C') + self.assertIs(found, b) + self.assertEqual(_called_with, + [(('A',), 'B', 'C'), (('A',), 'B', 'C')]) + self.assertEqual(_results, [c]) + + def test_lookup1(self): + _called_with = [] + a, b, c = object(), object(), object() + _results = [a, b, c] + + def _lookup(self, required, provided, name): + _called_with.append((required, provided, name)) + return _results.pop(0) + + reg = self._makeRegistry(3) + lb = self._makeOne(reg, uc_lookup=_lookup) + found = lb.lookup1('A', 'B', 'C') + found = lb.lookup1('A', 'B', 'C') + self.assertIs(found, a) + self.assertEqual(_called_with, [(('A',), 'B', 'C')]) + self.assertEqual(_results, [b, c]) + reg.ro[1]._generation += 1 + found = lb.lookup1('A', 'B', 'C') + self.assertIs(found, b) + self.assertEqual(_called_with, + [(('A',), 'B', 'C'), (('A',), 'B', 'C')]) + self.assertEqual(_results, [c]) + + def test_adapter_hook(self): + a, b, _c = [object(), object(), object()] # noqa F841 + + def _factory1(context): + return a + + def _factory2(context): + return b + + def _factory3(context): + self.fail("This should never be called") + + _factories = [_factory1, _factory2, _factory3] + + def _lookup(self, required, provided, name): + return _factories.pop(0) + + req, prv, _default = object(), object(), object() + reg = self._makeRegistry(3) + lb = self._makeOne(reg, uc_lookup=_lookup) + adapted = lb.adapter_hook(prv, req, 'C', _default) + self.assertIs(adapted, a) + adapted = lb.adapter_hook(prv, req, 'C', _default) + self.assertIs(adapted, a) + reg.ro[1]._generation += 1 + adapted = lb.adapter_hook(prv, req, 'C', _default) + self.assertIs(adapted, b) + + def test_queryAdapter(self): + a, b, _c = [object(), object(), object()] # noqa F841 + + def _factory1(context): + return a + + def _factory2(context): + return b + + def _factory3(context): + self.fail("This should never be called") + + _factories = [_factory1, _factory2, _factory3] + + def _lookup(self, required, provided, name): + return _factories.pop(0) + + req, prv, _default = object(), object(), object() + reg = self._makeRegistry(3) + lb = self._makeOne(reg, uc_lookup=_lookup) + adapted = lb.queryAdapter(req, prv, 'C', _default) + self.assertIs(adapted, a) + adapted = lb.queryAdapter(req, prv, 'C', _default) + self.assertIs(adapted, a) + reg.ro[1]._generation += 1 + adapted = lb.adapter_hook(prv, req, 'C', _default) + self.assertIs(adapted, b) + + def test_lookupAll(self): + _results_1 = [object(), object(), object()] + _results_2 = [object(), object(), object()] + _results = [_results_1, _results_2] + + def _lookupAll(self, required, provided): + return tuple(_results.pop(0)) + + reg = self._makeRegistry(3) + lb = self._makeOne(reg, uc_lookupAll=_lookupAll) + found = lb.lookupAll('A', 'B') + self.assertEqual(found, tuple(_results_1)) + found = lb.lookupAll('A', 'B') + self.assertEqual(found, tuple(_results_1)) + reg.ro[1]._generation += 1 + found = lb.lookupAll('A', 'B') + self.assertEqual(found, tuple(_results_2)) + + def test_subscriptions(self): + _results_1 = [object(), object(), object()] + _results_2 = [object(), object(), object()] + _results = [_results_1, _results_2] + + def _subscriptions(self, required, provided): + return tuple(_results.pop(0)) + + reg = self._makeRegistry(3) + lb = self._makeOne(reg, uc_subscriptions=_subscriptions) + found = lb.subscriptions('A', 'B') + self.assertEqual(found, tuple(_results_1)) + found = lb.subscriptions('A', 'B') + self.assertEqual(found, tuple(_results_1)) + reg.ro[1]._generation += 1 + found = lb.subscriptions('A', 'B') + self.assertEqual(found, tuple(_results_2)) + + +class VerifyingBaseTests(VerifyingBaseFallbackTests, + OptimizationTestMixin): + + def _getTargetClass(self): + from zope.interface.adapter import VerifyingBase + return VerifyingBase + + +class AdapterLookupBaseTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.adapter import AdapterLookupBase + return AdapterLookupBase + + def _makeOne(self, registry): + return self._getTargetClass()(registry) + + def _makeSubregistry(self, *provided): + + class Subregistry: + def __init__(self): + self._adapters = [] + self._subscribers = [] + + return Subregistry() + + def _makeRegistry(self, *provided): + + class Registry: + def __init__(self, provided): + self._provided = provided + self.ro = [] + + return Registry(provided) + + def test_ctor_empty_registry(self): + registry = self._makeRegistry() + alb = self._makeOne(registry) + self.assertEqual(alb._extendors, {}) + + def test_ctor_w_registry_provided(self): + from zope.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + alb = self._makeOne(registry) + self.assertEqual(sorted(alb._extendors.keys()), + sorted([IBar, IFoo, Interface])) + self.assertEqual(alb._extendors[IFoo], [IFoo, IBar]) + self.assertEqual(alb._extendors[IBar], [IBar]) + self.assertEqual(sorted(alb._extendors[Interface]), + sorted([IFoo, IBar])) + + def test_changed_empty_required(self): + # ALB.changed expects to call a mixed in changed. + + class Mixin: + def changed(self, *other): + pass + + class Derived(self._getTargetClass(), Mixin): + pass + + registry = self._makeRegistry() + alb = Derived(registry) + alb.changed(alb) + + def test_changed_w_required(self): + # ALB.changed expects to call a mixed in changed. + + class Mixin: + def changed(self, *other): + pass + + class Derived(self._getTargetClass(), Mixin): + pass + + class FauxWeakref: + _unsub = None + + def __init__(self, here): + self._here = here + + def __call__(self): + return self if self._here else None + + def unsubscribe(self, target): + self._unsub = target + + gone = FauxWeakref(False) + here = FauxWeakref(True) + registry = self._makeRegistry() + alb = Derived(registry) + alb._required[gone] = 1 + alb._required[here] = 1 + alb.changed(alb) + self.assertEqual(len(alb._required), 0) + self.assertEqual(gone._unsub, None) + self.assertEqual(here._unsub, alb) + + def test_init_extendors_after_registry_update(self): + from zope.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + alb = self._makeOne(registry) + registry._provided = [IFoo, IBar] + alb.init_extendors() + self.assertEqual(sorted(alb._extendors.keys()), + sorted([IBar, IFoo, Interface])) + self.assertEqual(alb._extendors[IFoo], [IFoo, IBar]) + self.assertEqual(alb._extendors[IBar], [IBar]) + self.assertEqual(sorted(alb._extendors[Interface]), + sorted([IFoo, IBar])) + + def test_add_extendor(self): + from zope.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + alb = self._makeOne(registry) + alb.add_extendor(IFoo) + alb.add_extendor(IBar) + self.assertEqual(sorted(alb._extendors.keys()), + sorted([IBar, IFoo, Interface])) + self.assertEqual(alb._extendors[IFoo], [IFoo, IBar]) + self.assertEqual(alb._extendors[IBar], [IBar]) + self.assertEqual(sorted(alb._extendors[Interface]), + sorted([IFoo, IBar])) + + def test_remove_extendor(self): + from zope.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + alb = self._makeOne(registry) + alb.remove_extendor(IFoo) + self.assertEqual(sorted(alb._extendors.keys()), + sorted([IFoo, IBar, Interface])) + self.assertEqual(alb._extendors[IFoo], [IBar]) + self.assertEqual(alb._extendors[IBar], [IBar]) + self.assertEqual(sorted(alb._extendors[Interface]), + sorted([IBar])) + + # test '_subscribe' via its callers, '_uncached_lookup', etc. + + def test__uncached_lookup_empty_ro(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + alb = self._makeOne(registry) + result = alb._uncached_lookup((IFoo,), IBar) + self.assertEqual(result, None) + self.assertEqual(len(alb._required), 1) + self.assertIn(IFoo.weakref(), alb._required) + + def test__uncached_lookup_order_miss(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + registry.ro.append(subr) + alb = self._makeOne(registry) + result = alb._uncached_lookup((IFoo,), IBar) + self.assertEqual(result, None) + + def test__uncached_lookup_extendors_miss(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + subr = self._makeSubregistry() + subr._adapters = [{}, {}] # utilities, single adapters + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookup((IFoo,), IBar) + self.assertEqual(result, None) + + def test__uncached_lookup_components_miss_wrong_iface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + IQux = InterfaceClass('IQux') + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + irrelevant = object() + subr._adapters = [ # utilities, single adapters + {}, + { + IFoo: { + IQux: {'': irrelevant}, + }, + }, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookup((IFoo,), IBar) + self.assertEqual(result, None) + + def test__uncached_lookup_components_miss_wrong_name(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + + wrongname = object() + subr._adapters = [ # utilities, single adapters + {}, + { + IFoo: { + IBar: {'wrongname': wrongname}, + }, + }, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookup((IFoo,), IBar) + self.assertEqual(result, None) + + def test__uncached_lookup_simple_hit(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _expected = object() + subr._adapters = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': _expected}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookup((IFoo,), IBar) + self.assertIs(result, _expected) + + def test__uncached_lookup_repeated_hit(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _expected = object() + subr._adapters = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': _expected}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookup((IFoo,), IBar) + result2 = alb._uncached_lookup((IFoo,), IBar) + self.assertIs(result, _expected) + self.assertIs(result2, _expected) + + def test_queryMultiAdaptor_lookup_miss(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + registry = self._makeRegistry() + subr = self._makeSubregistry() + subr._adapters = [ # utilities, single adapters + {}, + {}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + alb.lookup = alb._uncached_lookup # provided by derived + subr._v_lookup = alb + _default = object() + result = alb.queryMultiAdapter((foo,), IBar, default=_default) + self.assertIs(result, _default) + + def test_queryMultiAdapter_errors_on_attribute_access(self): + # Any error on attribute access previously lead to using the _empty + # singleton as "requires" argument (See + # https://github.com/zopefoundation/zope.interface/issues/162) + # but after https://github.com/zopefoundation/zope.interface/issues/200 + # they get propagated. + from zope.interface.interface import InterfaceClass + from zope.interface.tests import MissingSomeAttrs + + IFoo = InterfaceClass('IFoo') + registry = self._makeRegistry() + alb = self._makeOne(registry) + alb.lookup = alb._uncached_lookup + + def test(ob): + return alb.queryMultiAdapter( + (ob,), + IFoo, + ) + + MissingSomeAttrs.test_raises(self, test, expected_missing='__class__') + + def test_queryMultiAdaptor_factory_miss(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _called_with = [] + + def _factory(context): + _called_with.append(context) + + subr._adapters = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': _factory}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + alb.lookup = alb._uncached_lookup # provided by derived + subr._v_lookup = alb + _default = object() + result = alb.queryMultiAdapter((foo,), IBar, default=_default) + self.assertIs(result, _default) + self.assertEqual(_called_with, [foo]) + + def test_queryMultiAdaptor_factory_hit(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _expected = object() + _called_with = [] + + def _factory(context): + _called_with.append(context) + return _expected + + subr._adapters = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': _factory}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + alb.lookup = alb._uncached_lookup # provided by derived + subr._v_lookup = alb + _default = object() + result = alb.queryMultiAdapter((foo,), IBar, default=_default) + self.assertIs(result, _expected) + self.assertEqual(_called_with, [foo]) + + def test_queryMultiAdapter_super_unwraps(self): + alb = self._makeOne(self._makeRegistry()) + + def lookup(*args): + return factory + + def factory(*args): + return args + + alb.lookup = lookup + + objects = [ + super(), + 42, + "abc", + super(), + ] + + result = alb.queryMultiAdapter(objects, None) + self.assertEqual(result, ( + self, + 42, + "abc", + self, + )) + + def test__uncached_lookupAll_empty_ro(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + alb = self._makeOne(registry) + result = alb._uncached_lookupAll((IFoo,), IBar) + self.assertEqual(result, ()) + self.assertEqual(len(alb._required), 1) + self.assertIn(IFoo.weakref(), alb._required) + + def test__uncached_lookupAll_order_miss(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookupAll((IFoo,), IBar) + self.assertEqual(result, ()) + + def test__uncached_lookupAll_extendors_miss(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + subr = self._makeSubregistry() + subr._adapters = [{}, {}] # utilities, single adapters + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookupAll((IFoo,), IBar) + self.assertEqual(result, ()) + + def test__uncached_lookupAll_components_miss(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + IQux = InterfaceClass('IQux') + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + irrelevant = object() + subr._adapters = [ # utilities, single adapters + {}, + {IFoo: {IQux: {'': irrelevant}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookupAll((IFoo,), IBar) + self.assertEqual(result, ()) + + def test__uncached_lookupAll_simple_hit(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _expected = object() + _named = object() + subr._adapters = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': _expected, 'named': _named}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_lookupAll((IFoo,), IBar) + self.assertEqual(sorted(result), [('', _expected), ('named', _named)]) + + def test_names(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _expected = object() + _named = object() + subr._adapters = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': _expected, 'named': _named}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + alb.lookupAll = alb._uncached_lookupAll + subr._v_lookup = alb + result = alb.names((IFoo,), IBar) + self.assertEqual(sorted(result), ['', 'named']) + + def test__uncached_subscriptions_empty_ro(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + alb = self._makeOne(registry) + result = alb._uncached_subscriptions((IFoo,), IBar) + self.assertEqual(result, []) + self.assertEqual(len(alb._required), 1) + self.assertIn(IFoo.weakref(), alb._required) + + def test__uncached_subscriptions_order_miss(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_subscriptions((IFoo,), IBar) + self.assertEqual(result, []) + + def test__uncached_subscriptions_extendors_miss(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry() + subr = self._makeSubregistry() + subr._subscribers = [{}, {}] # utilities, single adapters + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_subscriptions((IFoo,), IBar) + self.assertEqual(result, []) + + def test__uncached_subscriptions_components_miss_wrong_iface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + IQux = InterfaceClass('IQux') + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + irrelevant = object() + subr._subscribers = [ # utilities, single adapters + {}, + {IFoo: {IQux: {'': irrelevant}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_subscriptions((IFoo,), IBar) + self.assertEqual(result, []) + + def test__uncached_subscriptions_components_miss_wrong_name(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + wrongname = object() + subr._subscribers = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'wrongname': wrongname}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_subscriptions((IFoo,), IBar) + self.assertEqual(result, []) + + def test__uncached_subscriptions_simple_hit(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + + class Foo: + + def __lt__(self, other): + return True + + _exp1, _exp2 = Foo(), Foo() + subr._subscribers = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': (_exp1, _exp2)}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + subr._v_lookup = alb + result = alb._uncached_subscriptions((IFoo,), IBar) + self.assertEqual(sorted(result), sorted([_exp1, _exp2])) + + def test_subscribers_wo_provided(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + registry = self._makeRegistry(IFoo, IBar) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _called = {} + + def _factory1(context): + _called.setdefault('_factory1', []).append(context) + + def _factory2(context): + _called.setdefault('_factory2', []).append(context) + + subr._subscribers = [ # utilities, single adapters + {}, + {IFoo: {None: {'': (_factory1, _factory2)}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + alb.subscriptions = alb._uncached_subscriptions + subr._v_lookup = alb + result = alb.subscribers((foo,), None) + self.assertEqual(result, ()) + self.assertEqual(_called, {'_factory1': [foo], '_factory2': [foo]}) + + def test_subscribers_w_provided(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + registry = self._makeRegistry(IFoo, IBar) + registry = self._makeRegistry(IFoo, IBar) + subr = self._makeSubregistry() + _called = {} + _exp1, _exp2 = object(), object() + + def _factory1(context): + _called.setdefault('_factory1', []).append(context) + return _exp1 + + def _factory2(context): + _called.setdefault('_factory2', []).append(context) + return _exp2 + + def _side_effect_only(context): + _called.setdefault('_side_effect_only', []).append(context) + + subr._subscribers = [ # utilities, single adapters + {}, + {IFoo: {IBar: {'': (_factory1, _factory2, _side_effect_only)}}}, + ] + registry.ro.append(subr) + alb = self._makeOne(registry) + alb.subscriptions = alb._uncached_subscriptions + subr._v_lookup = alb + result = alb.subscribers((foo,), IBar) + self.assertEqual(result, [_exp1, _exp2]) + self.assertEqual( + _called, { + '_factory1': [foo], + '_factory2': [foo], + '_side_effect_only': [foo], + } + ) + + +class VerifyingAdapterRegistryTests(unittest.TestCase): + # This is also the base for AdapterRegistryTests. That makes the + # inheritance seems backwards, but even though they implement the + # same interfaces, VAR and AR each only extend BAR; and neither + # one will pass the test cases for BAR (it uses a special + # LookupClass just for the tests). + + def _getTargetClass(self): + from zope.interface.adapter import VerifyingAdapterRegistry + return VerifyingAdapterRegistry + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_verify_object_provides_IAdapterRegistry(self): + from zope.interface.interfaces import IAdapterRegistry + from zope.interface.verify import verifyObject + registry = self._makeOne() + verifyObject(IAdapterRegistry, registry) + + +class AdapterRegistryTests(VerifyingAdapterRegistryTests): + + def _getTargetClass(self): + from zope.interface.adapter import AdapterRegistry + return AdapterRegistry + + def test_ctor_no_bases(self): + ar = self._makeOne() + self.assertEqual(len(ar._v_subregistries), 0) + + def test_ctor_w_bases(self): + base = self._makeOne() + sub = self._makeOne([base]) + self.assertEqual(len(sub._v_subregistries), 0) + self.assertEqual(len(base._v_subregistries), 1) + self.assertIn(sub, base._v_subregistries) + + # test _addSubregistry / _removeSubregistry via only caller, _setBases + + def test__setBases_removing_existing_subregistry(self): + before = self._makeOne() + after = self._makeOne() + sub = self._makeOne([before]) + sub.__bases__ = [after] + self.assertEqual(len(before._v_subregistries), 0) + self.assertEqual(len(after._v_subregistries), 1) + self.assertIn(sub, after._v_subregistries) + + def test__setBases_wo_stray_entry(self): + before = self._makeOne() + stray = self._makeOne() + after = self._makeOne() + sub = self._makeOne([before]) + sub.__dict__['__bases__'].append(stray) + sub.__bases__ = [after] + self.assertEqual(len(before._v_subregistries), 0) + self.assertEqual(len(after._v_subregistries), 1) + self.assertIn(sub, after._v_subregistries) + + def test__setBases_w_existing_entry_continuing(self): + before = self._makeOne() + after = self._makeOne() + sub = self._makeOne([before]) + sub.__bases__ = [before, after] + self.assertEqual(len(before._v_subregistries), 1) + self.assertEqual(len(after._v_subregistries), 1) + self.assertIn(sub, before._v_subregistries) + self.assertIn(sub, after._v_subregistries) + + def test_changed_w_subregistries(self): + base = self._makeOne() + + class Derived: + _changed = None + + def changed(self, originally_changed): + self._changed = originally_changed + + derived1, derived2 = Derived(), Derived() + base._addSubregistry(derived1) + base._addSubregistry(derived2) + orig = object() + base.changed(orig) + self.assertIs(derived1._changed, orig) + self.assertIs(derived2._changed, orig) + + +class Test_utils(unittest.TestCase): + + def test__convert_None_to_Interface_w_None(self): + from zope.interface.adapter import _convert_None_to_Interface + from zope.interface.interface import Interface + self.assertIs(_convert_None_to_Interface(None), Interface) + + def test__convert_None_to_Interface_w_other(self): + from zope.interface.adapter import _convert_None_to_Interface + other = object() + self.assertIs(_convert_None_to_Interface(other), other) + + def test__normalize_name_str(self): + from zope.interface.adapter import _normalize_name + STR = b'str' + UNICODE = 'str' + norm = _normalize_name(STR) + self.assertEqual(norm, UNICODE) + self.assertIsInstance(norm, type(UNICODE)) + + def test__normalize_name_unicode(self): + from zope.interface.adapter import _normalize_name + + USTR = 'ustr' + self.assertEqual(_normalize_name(USTR), USTR) + + def test__normalize_name_other(self): + from zope.interface.adapter import _normalize_name + for other in 1, 1.0, (), [], {}, object(): + self.assertRaises(TypeError, _normalize_name, other) + + # _lookup, _lookupAll, and _subscriptions tested via their callers + # (AdapterLookupBase.{lookup,lookupAll,subscriptions}). diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_advice.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_advice.py new file mode 100644 index 0000000..9612b6f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_advice.py @@ -0,0 +1,217 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Tests for advice + +This module was adapted from 'protocols.tests.advice', part of the Python +Enterprise Application Kit (PEAK). Please notify the PEAK authors +(pje@telecommunity.com and tsarna@sarna.org) if bugs are found or +Zope-specific changes are required, so that the PEAK version of this module +can be kept in sync. + +PEAK is a Python application framework that interoperates with (but does +not require) Zope 3 and Twisted. It provides tools for manipulating UML +models, object-relational persistence, aspect-oriented programming, and more. +Visit the PEAK home page at http://peak.telecommunity.com for more information. +""" + +import sys +import unittest + + +class FrameInfoTest(unittest.TestCase): + + def test_w_module(self): + from zope.interface.tests import advisory_testing + (kind, module, + f_locals, f_globals) = advisory_testing.moduleLevelFrameInfo + self.assertEqual(kind, "module") + for d in module.__dict__, f_locals, f_globals: + self.assertIs(d, advisory_testing.my_globals) + + def test_w_class(self): + from zope.interface.tests import advisory_testing + (kind, + module, + f_locals, + f_globals) = advisory_testing.NewStyleClass.classLevelFrameInfo + self.assertEqual(kind, "class") + + for d in module.__dict__, f_globals: + self.assertIs(d, advisory_testing.my_globals) + + def test_inside_function_call(self): + from zope.interface.advice import getFrameInfo + kind, module, f_locals, f_globals = getFrameInfo(sys._getframe()) + self.assertEqual(kind, "function call") + + frame = sys._getframe() + self.assertEqual(f_locals, frame.f_locals) + self.assertEqual(f_locals, locals()) + + for d in module.__dict__, f_globals: + self.assertIs(d, globals()) + + def test_inside_exec(self): + from zope.interface.advice import getFrameInfo + _globals = {'getFrameInfo': getFrameInfo} + _locals = {} + exec(_FUNKY_EXEC, _globals, _locals) + self.assertEqual(_locals['kind'], "exec") + self.assertIs(_locals['f_locals'], _locals) + self.assertIsNone(_locals['module']) + self.assertIs(_locals['f_globals'], _globals) + + +_FUNKY_EXEC = """\ +import sys +kind, module, f_locals, f_globals = getFrameInfo(sys._getframe()) +""" + + +class Test_isClassAdvisor(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.advice import isClassAdvisor + return isClassAdvisor(*args, **kw) + + def test_w_non_function(self): + self.assertEqual(self._callFUT(self), False) + + def test_w_normal_function(self): + + def foo(): + raise NotImplementedError() + + self.assertEqual(self._callFUT(foo), False) + + def test_w_advisor_function(self): + + def bar(): + raise NotImplementedError() + + bar.previousMetaclass = object() + self.assertEqual(self._callFUT(bar), True) + + +class Test_determineMetaclass(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.advice import determineMetaclass + return determineMetaclass(*args, **kw) + + def test_empty_w_explicit_metatype(self): + + class Meta(type): + pass + + self.assertEqual(self._callFUT((), Meta), Meta) + + def test_single(self): + + class Meta(type): + pass + + self.assertEqual(self._callFUT((Meta,)), type) + + def test_meta_of_class(self): + + class Metameta(type): + pass + + class Meta(type, metaclass=Metameta): + pass + + self.assertEqual(self._callFUT((Meta, type)), Metameta) + + def test_multiple_in_hierarchy_py3k(self): + + class Meta_A(type): + pass + + class Meta_B(Meta_A): + pass + + class A(type, metaclass=Meta_A): + pass + + class B(type, metaclass=Meta_B): + pass + + self.assertEqual(self._callFUT((A, B)), Meta_B) + + def test_multiple_not_in_hierarchy_py3k(self): + + class Meta_A(type): + pass + + class Meta_B(type): + pass + + class A(type, metaclass=Meta_A): + pass + + class B(type, metaclass=Meta_B): + pass + + self.assertRaises(TypeError, self._callFUT, (A, B)) + + +class Test_minimalBases(unittest.TestCase): + + def _callFUT(self, klasses): + from zope.interface.advice import minimalBases + return minimalBases(klasses) + + def test_empty(self): + self.assertEqual(self._callFUT([]), []) + + def test_w_newstyle_meta(self): + self.assertEqual(self._callFUT([type]), [type]) + + def test_w_newstyle_class(self): + + class C: + pass + + self.assertEqual(self._callFUT([C]), [C]) + + def test_simple_hierarchy_skips_implied(self): + + class A: + pass + + class B(A): + pass + + class C(B): + pass + + class D: + pass + + self.assertEqual(self._callFUT([A, B, C]), [C]) + self.assertEqual(self._callFUT([A, C]), [C]) + self.assertEqual(self._callFUT([B, C]), [C]) + self.assertEqual(self._callFUT([A, B]), [B]) + self.assertEqual(self._callFUT([D, B, D]), [B, D]) + + def test_repeats_kicked_to_end_of_queue(self): + + class A: + pass + + class B: + pass + + self.assertEqual(self._callFUT([A, B, A]), [B, A]) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py new file mode 100644 index 0000000..3455c44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_compile_flags.py @@ -0,0 +1,29 @@ +############################################################################## +# +# Copyright (c) 2022 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE +# +############################################################################## +import struct +import unittest + +import zope.interface # noqa: try to load a C module for side effects + + +class TestFloatingPoint(unittest.TestCase): + + def test_no_fast_math_optimization(self): + # Building with -Ofast enables -ffast-math, which sets certain FPU + # flags that can cause breakage elsewhere. A library such as BTrees + # has no business changing global FPU flags for the entire process. + zero_bits = struct.unpack("!Q", struct.pack("!d", 0.0))[0] + next_up = zero_bits + 1 + smallest_subnormal = struct.unpack("!d", struct.pack("!Q", next_up))[0] + self.assertNotEqual(smallest_subnormal, 0.0) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_declarations.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_declarations.py new file mode 100644 index 0000000..f6bdfde --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_declarations.py @@ -0,0 +1,2685 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Test the new API for making and checking interface declarations +""" +import unittest + +from zope.interface.tests import MissingSomeAttrs +from zope.interface.tests import OptimizationTestMixin +from zope.interface.tests import SubclassableMixin +from zope.interface.tests.test_interface import \ + NameAndModuleComparisonTestsMixin + + +# pylint:disable=inherit-non-class,too-many-lines,protected-access +# pylint:disable=blacklisted-name,attribute-defined-outside-init + +class _Py3ClassAdvice: + + def _run_generated_code( + self, code, globs, locs, fails_under_py3k=True, + ): + # pylint:disable=exec-used,no-member + import warnings + with warnings.catch_warnings(record=True) as _: + warnings.resetwarnings() + + try: + exec(code, globs, locs) + except TypeError: + return False + else: + if fails_under_py3k: + self.fail("Didn't raise TypeError") + return None + + +class NamedTests(unittest.TestCase): + + def test_class(self): + from zope.interface.declarations import named + + @named('foo') + class Foo: + pass + + self.assertEqual( + Foo.__component_name__, 'foo' + ) # pylint:disable=no-member + + def test_function(self): + from zope.interface.declarations import named + + @named('foo') + def doFoo(o): + raise NotImplementedError() + + self.assertEqual(doFoo.__component_name__, 'foo') + + def test_instance(self): + from zope.interface.declarations import named + + class Foo: + pass + foo = Foo() + named('foo')(foo) + + self.assertEqual( + foo.__component_name__, 'foo' + ) # pylint:disable=no-member + + +class EmptyDeclarationTests(unittest.TestCase): + # Tests that should pass for all objects that are empty + # declarations. This includes a Declaration explicitly created + # that way, and the empty ImmutableDeclaration. + def _getEmpty(self): + from zope.interface.declarations import Declaration + return Declaration() + + def test___iter___empty(self): + decl = self._getEmpty() + self.assertEqual(list(decl), []) + + def test_flattened_empty(self): + from zope.interface.interface import Interface + decl = self._getEmpty() + self.assertEqual(list(decl.flattened()), [Interface]) + + def test___contains___empty(self): + from zope.interface.interface import Interface + decl = self._getEmpty() + self.assertNotIn(Interface, decl) + + def test_extends_empty(self): + from zope.interface.interface import Interface + decl = self._getEmpty() + self.assertTrue(decl.extends(Interface)) + self.assertTrue(decl.extends(Interface, strict=True)) + + def test_interfaces_empty(self): + decl = self._getEmpty() + iface_list = list(decl.interfaces()) + self.assertEqual(iface_list, []) + + def test___sro___(self): + from zope.interface.interface import Interface + decl = self._getEmpty() + self.assertEqual(decl.__sro__, (decl, Interface,)) + + def test___iro___(self): + from zope.interface.interface import Interface + decl = self._getEmpty() + self.assertEqual(decl.__iro__, (Interface,)) + + def test_get(self): + decl = self._getEmpty() + self.assertIsNone(decl.get('attr')) + self.assertEqual(decl.get('abc', 'def'), 'def') + # It's a positive cache only (when it even exists) + # so this added nothing. + self.assertFalse(decl._v_attrs) + + def test_changed_w_existing__v_attrs(self): + decl = self._getEmpty() + decl._v_attrs = object() + decl.changed(decl) + self.assertFalse(decl._v_attrs) + + +class DeclarationTests(EmptyDeclarationTests): + + def _getTargetClass(self): + from zope.interface.declarations import Declaration + return Declaration + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_ctor_no_bases(self): + decl = self._makeOne() + self.assertEqual(list(decl.__bases__), []) + + def test_ctor_w_interface_in_bases(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decl = self._makeOne(IFoo) + self.assertEqual(list(decl.__bases__), [IFoo]) + + def test_ctor_w_implements_in_bases(self): + from zope.interface.declarations import Implements + impl = Implements() + decl = self._makeOne(impl) + self.assertEqual(list(decl.__bases__), [impl]) + + def test_changed_wo_existing__v_attrs(self): + decl = self._makeOne() + decl.changed(decl) # doesn't raise + self.assertIsNone(decl._v_attrs) + + def test___contains__w_self(self): + decl = self._makeOne() + self.assertNotIn(decl, decl) + + def test___contains__w_unrelated_iface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decl = self._makeOne() + self.assertNotIn(IFoo, decl) + + def test___contains__w_base_interface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decl = self._makeOne(IFoo) + self.assertIn(IFoo, decl) + + def test___iter___single_base(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decl = self._makeOne(IFoo) + self.assertEqual(list(decl), [IFoo]) + + def test___iter___multiple_bases(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + decl = self._makeOne(IFoo, IBar) + self.assertEqual(list(decl), [IFoo, IBar]) + + def test___iter___inheritance(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + decl = self._makeOne(IBar) + self.assertEqual(list(decl), [IBar]) # IBar.interfaces() omits bases + + def test___iter___w_nested_sequence_overlap(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + decl = self._makeOne(IBar, (IFoo, IBar)) + self.assertEqual(list(decl), [IBar, IFoo]) + + def test_flattened_single_base(self): + from zope.interface.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decl = self._makeOne(IFoo) + self.assertEqual(list(decl.flattened()), [IFoo, Interface]) + + def test_flattened_multiple_bases(self): + from zope.interface.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + decl = self._makeOne(IFoo, IBar) + self.assertEqual(list(decl.flattened()), [IFoo, IBar, Interface]) + + def test_flattened_inheritance(self): + from zope.interface.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + decl = self._makeOne(IBar) + self.assertEqual(list(decl.flattened()), [IBar, IFoo, Interface]) + + def test_flattened_w_nested_sequence_overlap(self): + from zope.interface.interface import Interface + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + # This is the same as calling ``Declaration(IBar, IFoo, IBar)`` + # which doesn't make much sense, but here it is. In older + # versions of zope.interface, the __iro__ would have been + # IFoo, IBar, Interface, which especially makes no sense. + decl = self._makeOne(IBar, (IFoo, IBar)) + # Note that decl.__iro__ has IFoo first. + self.assertEqual(list(decl.flattened()), [IBar, IFoo, Interface]) + + def test___sub___unrelated_interface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + before = self._makeOne(IFoo) + after = before - IBar + self.assertIsInstance(after, self._getTargetClass()) + self.assertEqual(list(after), [IFoo]) + + def test___sub___related_interface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + before = self._makeOne(IFoo) + after = before - IFoo + self.assertEqual(list(after), []) + + def test___sub___related_interface_by_inheritance(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar', (IFoo,)) + before = self._makeOne(IBar) + after = before - IBar + self.assertEqual(list(after), []) + + def test___add___unrelated_interface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + before = self._makeOne(IFoo) + after = before + IBar + self.assertIsInstance(after, self._getTargetClass()) + self.assertEqual(list(after), [IFoo, IBar]) + + def test___add___related_interface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + IBaz = InterfaceClass('IBaz') + before = self._makeOne(IFoo, IBar) + other = self._makeOne(IBar, IBaz) + after = before + other + self.assertEqual(list(after), [IFoo, IBar, IBaz]) + + def test___add___overlapping_interface(self): + # The derived interfaces end up with higher priority, and + # don't produce a C3 resolution order violation. This + # example produced a C3 error, and the resulting legacy order + # used to be wrong ([IBase, IDerived] instead of + # the other way). + from zope.interface import Interface + from zope.interface import ro + from zope.interface.interface import InterfaceClass + from zope.interface.tests.test_ro import C3Setting + + IBase = InterfaceClass('IBase') + IDerived = InterfaceClass('IDerived', (IBase,)) + + with C3Setting(ro.C3.STRICT_IRO, True): + base = self._makeOne(IBase) + after = base + IDerived + + self.assertEqual(after.__iro__, (IDerived, IBase, Interface)) + self.assertEqual(after.__bases__, (IDerived, IBase)) + self.assertEqual(list(after), [IDerived, IBase]) + + def test___add___overlapping_interface_implementedBy(self): + # Like test___add___overlapping_interface, but pulling + # in a realistic example. This one previously produced a + # C3 error, but the resulting legacy order was (somehow) + # correct. + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import implementer + from zope.interface import ro + from zope.interface.tests.test_ro import C3Setting + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + @implementer(IBase) + class Base: + pass + + with C3Setting(ro.C3.STRICT_IRO, True): + after = implementedBy(Base) + IDerived + + self.assertEqual(after.__sro__, (after, IDerived, IBase, Interface)) + self.assertEqual(after.__bases__, (IDerived, IBase)) + self.assertEqual(list(after), [IDerived, IBase]) + + +class TestImmutableDeclaration(EmptyDeclarationTests): + + def _getTargetClass(self): + from zope.interface.declarations import _ImmutableDeclaration + return _ImmutableDeclaration + + def _getEmpty(self): + from zope.interface.declarations import _empty + return _empty + + def test_pickle(self): + import pickle + copied = pickle.loads(pickle.dumps(self._getEmpty())) + self.assertIs(copied, self._getEmpty()) + + def test_singleton(self): + self.assertIs( + self._getTargetClass()(), + self._getEmpty() + ) + + def test__bases__(self): + self.assertEqual(self._getEmpty().__bases__, ()) + + def test_change__bases__(self): + empty = self._getEmpty() + empty.__bases__ = () + self.assertEqual(self._getEmpty().__bases__, ()) + + with self.assertRaises(TypeError): + empty.__bases__ = (1,) + + def test_dependents(self): + empty = self._getEmpty() + deps = empty.dependents + self.assertEqual({}, deps) + # Doesn't change the return. + deps[1] = 2 + self.assertEqual({}, empty.dependents) + + def test_changed(self): + # Does nothing, has no visible side-effects + self._getEmpty().changed(None) + + def test_extends_always_false(self): + self.assertFalse(self._getEmpty().extends(self)) + self.assertFalse(self._getEmpty().extends(self, strict=True)) + self.assertFalse(self._getEmpty().extends(self, strict=False)) + + def test_get_always_default(self): + self.assertIsNone(self._getEmpty().get('name')) + self.assertEqual(self._getEmpty().get('name', 42), 42) + + def test_v_attrs(self): + decl = self._getEmpty() + self.assertEqual(decl._v_attrs, {}) + + decl._v_attrs['attr'] = 42 + self.assertEqual(decl._v_attrs, {}) + self.assertIsNone(decl.get('attr')) + + attrs = decl._v_attrs = {} + attrs['attr'] = 42 + self.assertEqual(decl._v_attrs, {}) + self.assertIsNone(decl.get('attr')) + + +class TestImplements(NameAndModuleComparisonTestsMixin, + unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.declarations import Implements + return Implements + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def _makeOneToCompare(self): + from zope.interface.declarations import implementedBy + + class A: + pass + + return implementedBy(A) + + def test_ctor_no_bases(self): + impl = self._makeOne() + self.assertEqual(impl.inherit, None) + self.assertEqual(impl.declared, ()) + self.assertEqual(impl.__name__, '?') + self.assertEqual(list(impl.__bases__), []) + + def test___repr__(self): + impl = self._makeOne() + impl.__name__ = 'Testing' + self.assertEqual(repr(impl), 'classImplements(Testing)') + + def test___reduce__(self): + from zope.interface.declarations import implementedBy + impl = self._makeOne() + self.assertEqual(impl.__reduce__(), (implementedBy, (None,))) + + def test_sort(self): + from zope.interface.declarations import implementedBy + from zope.interface.interface import InterfaceClass + + class A: + pass + + class B: + pass + + IFoo = InterfaceClass('IFoo') + + self.assertEqual(implementedBy(A), implementedBy(A)) + self.assertEqual(hash(implementedBy(A)), hash(implementedBy(A))) + self.assertLess(implementedBy(A), None) + self.assertGreater( + None, + implementedBy(A) + ) + self.assertLess(implementedBy(A), implementedBy(B)) + self.assertGreater(implementedBy(A), IFoo) + self.assertLessEqual(implementedBy(A), implementedBy(B)) + self.assertGreaterEqual(implementedBy(A), IFoo) + self.assertNotEqual(implementedBy(A), IFoo) + + def test_proxy_equality(self): + # https://github.com/zopefoundation/zope.interface/issues/55 + from zope.interface.declarations import implementedBy + + class Proxy: + def __init__(self, wrapped): + self._wrapped = wrapped + + def __getattr__(self, name): + raise NotImplementedError() + + def __eq__(self, other): + return self._wrapped == other + + def __ne__(self, other): + return self._wrapped != other + + class A: + pass + + class B: + pass + + implementedByA = implementedBy(A) + implementedByB = implementedBy(B) + proxy = Proxy(implementedByA) + + # The order of arguments to the operators matters, + # test both + self.assertEqual( + implementedByA, + implementedByA + ) + self.assertNotEqual(implementedByA, implementedByB) + self.assertNotEqual(implementedByB, implementedByA) + + self.assertEqual(proxy, implementedByA) + self.assertEqual(implementedByA, proxy) + self.assertEqual(proxy, implementedByA) + self.assertEqual(implementedByA, proxy) + + self.assertNotEqual(proxy, implementedByB) + self.assertNotEqual(implementedByB, proxy) + + def test_changed_deletes_super_cache(self): + impl = self._makeOne() + self.assertIsNone(impl._super_cache) + self.assertNotIn('_super_cache', impl.__dict__) + + impl._super_cache = 42 + self.assertIn('_super_cache', impl.__dict__) + + impl.changed(None) + self.assertIsNone(impl._super_cache) + self.assertNotIn('_super_cache', impl.__dict__) + + def test_changed_does_not_add_super_cache(self): + impl = self._makeOne() + self.assertIsNone(impl._super_cache) + self.assertNotIn('_super_cache', impl.__dict__) + + impl.changed(None) + self.assertIsNone(impl._super_cache) + self.assertNotIn('_super_cache', impl.__dict__) + + +class Test_implementedByFallback(unittest.TestCase): + + def _getTargetClass(self): + # pylint:disable=no-name-in-module + from zope.interface.declarations import implementedByFallback + return implementedByFallback + + _getFallbackClass = _getTargetClass + + def _callFUT(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_dictless_wo_existing_Implements_wo_registrations(self): + class Foo: + __slots__ = ('__implemented__',) + foo = Foo() + foo.__implemented__ = None + self.assertEqual(list(self._callFUT(foo)), []) + + def test_dictless_wo_existing_Implements_cant_assign___implemented__(self): + + class Foo: + def _get_impl(self): + raise NotImplementedError() + + def _set_impl(self, val): + raise TypeError + + __implemented__ = property(_get_impl, _set_impl) + + def __call__(self): + # act like a factory + raise NotImplementedError() + + foo = Foo() + self.assertRaises(TypeError, self._callFUT, foo) + + def test_dictless_wo_existing_Implements_w_registrations(self): + from zope.interface import declarations + + class Foo: + __slots__ = ('__implemented__',) + + foo = Foo() + foo.__implemented__ = None + reg = object() + with _MonkeyDict(declarations, + 'BuiltinImplementationSpecifications') as specs: + specs[foo] = reg + self.assertIs(self._callFUT(foo), reg) + + def test_dictless_w_existing_Implements(self): + from zope.interface.declarations import Implements + impl = Implements() + + class Foo: + __slots__ = ('__implemented__',) + + foo = Foo() + foo.__implemented__ = impl + self.assertIs(self._callFUT(foo), impl) + + def test_dictless_w_existing_not_Implements(self): + from zope.interface.interface import InterfaceClass + + class Foo: + __slots__ = ('__implemented__',) + + foo = Foo() + IFoo = InterfaceClass('IFoo') + foo.__implemented__ = (IFoo,) + self.assertEqual(list(self._callFUT(foo)), [IFoo]) + + def test_w_existing_attr_as_Implements(self): + from zope.interface.declarations import Implements + impl = Implements() + + class Foo: + __implemented__ = impl + + self.assertIs(self._callFUT(Foo), impl) + + def test_builtins_added_to_cache(self): + from zope.interface import declarations + from zope.interface.declarations import Implements + with _MonkeyDict(declarations, + 'BuiltinImplementationSpecifications') as specs: + self.assertEqual(list(self._callFUT(tuple)), []) + self.assertEqual(list(self._callFUT(list)), []) + self.assertEqual(list(self._callFUT(dict)), []) + for typ in (tuple, list, dict): + spec = specs[typ] + self.assertIsInstance(spec, Implements) + self.assertEqual(repr(spec), + 'classImplements(%s)' + % (typ.__name__,)) + + def test_builtins_w_existing_cache(self): + from zope.interface import declarations + t_spec, l_spec, d_spec = object(), object(), object() + with _MonkeyDict(declarations, + 'BuiltinImplementationSpecifications') as specs: + specs[tuple] = t_spec + specs[list] = l_spec + specs[dict] = d_spec + self.assertIs(self._callFUT(tuple), t_spec) + self.assertIs(self._callFUT(list), l_spec) + self.assertIs(self._callFUT(dict), d_spec) + + def test_oldstyle_class_no_assertions(self): + # TODO: Figure out P3 story + + class Foo: + pass + + self.assertEqual(list(self._callFUT(Foo)), []) + + def test_no_assertions(self): + # TODO: Figure out P3 story + + class Foo: + pass + + self.assertEqual(list(self._callFUT(Foo)), []) + + def test_w_None_no_bases_not_factory(self): + + class Foo: + __implemented__ = None + + foo = Foo() + self.assertRaises(TypeError, self._callFUT, foo) + + def test_w_None_no_bases_w_factory(self): + from zope.interface.declarations import objectSpecificationDescriptor + + class Foo: + __implemented__ = None + + def __call__(self): + raise NotImplementedError() + + foo = Foo() + foo.__name__ = 'foo' + spec = self._callFUT(foo) + self.assertEqual(spec.__name__, + 'zope.interface.tests.test_declarations.foo') + self.assertIs(spec.inherit, foo) + self.assertIs(foo.__implemented__, spec) + self.assertIs( + foo.__providedBy__, objectSpecificationDescriptor + ) # pylint:disable=no-member + self.assertNotIn('__provides__', foo.__dict__) + + def test_w_None_no_bases_w_class(self): + from zope.interface.declarations import ClassProvides + + class Foo: + __implemented__ = None + + spec = self._callFUT(Foo) + self.assertEqual(spec.__name__, + 'zope.interface.tests.test_declarations.Foo') + self.assertIs(spec.inherit, Foo) + self.assertIs(Foo.__implemented__, spec) + self.assertIsInstance( + Foo.__providedBy__, ClassProvides + ) # pylint:disable=no-member + self.assertIsInstance( + Foo.__provides__, ClassProvides + ) # pylint:disable=no-member + self.assertEqual( + Foo.__provides__, Foo.__providedBy__ + ) # pylint:disable=no-member + + def test_w_existing_Implements(self): + from zope.interface.declarations import Implements + impl = Implements() + + class Foo: + __implemented__ = impl + + self.assertIs(self._callFUT(Foo), impl) + + def test_super_when_base_implements_interface(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + @implementer(IBase) + class Base: + pass + + @implementer(IDerived) + class Derived(Base): + pass + + self.assertEqual(list(self._callFUT(Derived)), [IDerived, IBase]) + sup = super(Derived, Derived) + self.assertEqual(list(self._callFUT(sup)), [IBase]) + + def test_super_when_base_implements_interface_diamond(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + @implementer(IBase) + class Base: + pass + + class Child1(Base): + pass + + class Child2(Base): + pass + + @implementer(IDerived) + class Derived(Child1, Child2): + pass + + self.assertEqual(list(self._callFUT(Derived)), [IDerived, IBase]) + sup = super(Derived, Derived) + self.assertEqual(list(self._callFUT(sup)), [IBase]) + + def test_super_when_parent_implements_interface_diamond(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + class Base: + pass + + class Child1(Base): + pass + + @implementer(IBase) + class Child2(Base): + pass + + @implementer(IDerived) + class Derived(Child1, Child2): + pass + + self.assertEqual( + Derived.__mro__, (Derived, Child1, Child2, Base, object) + ) + self.assertEqual(list(self._callFUT(Derived)), [IDerived, IBase]) + sup = super(Derived, Derived) + fut = self._callFUT(sup) + self.assertEqual(list(fut), [IBase]) + self.assertIsNone(fut._dependents) + + def test_super_when_base_doesnt_implement_interface(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + class Base: + pass + + @implementer(IDerived) + class Derived(Base): + pass + + self.assertEqual(list(self._callFUT(Derived)), [IDerived]) + + sup = super(Derived, Derived) + self.assertEqual(list(self._callFUT(sup)), []) + + def test_super_when_base_is_object(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + @implementer(IDerived) + class Derived: + pass + + self.assertEqual(list(self._callFUT(Derived)), [IDerived]) + + sup = super(Derived, Derived) + self.assertEqual(list(self._callFUT(sup)), []) + + def test_super_multi_level_multi_inheritance(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IM1(Interface): + pass + + class IM2(Interface): + pass + + class IDerived(IBase): + pass + + class IUnrelated(Interface): + pass + + @implementer(IBase) + class Base: + pass + + @implementer(IM1) + class M1(Base): + pass + + @implementer(IM2) + class M2(Base): + pass + + @implementer(IDerived, IUnrelated) + class Derived(M1, M2): + pass + + d = Derived + sd = super(Derived, Derived) + sm1 = super(M1, Derived) + sm2 = super(M2, Derived) + + self.assertEqual(list(self._callFUT(d)), + [IDerived, IUnrelated, IM1, IBase, IM2]) + self.assertEqual(list(self._callFUT(sd)), + [IM1, IBase, IM2]) + self.assertEqual(list(self._callFUT(sm1)), + [IM2, IBase]) + self.assertEqual(list(self._callFUT(sm2)), + [IBase]) + + +class Test_implementedBy(Test_implementedByFallback, + OptimizationTestMixin): + # Repeat tests for C optimizations + + def _getTargetClass(self): + from zope.interface.declarations import implementedBy + return implementedBy + + +class _ImplementsTestMixin: + FUT_SETS_PROVIDED_BY = True + + def _callFUT(self, cls, iface): + # Declare that *cls* implements *iface*; return *cls* + raise NotImplementedError + + def _check_implementer(self, Foo, + orig_spec=None, + spec_name=__name__ + '.Foo', + inherit="not given"): + from zope.interface.declarations import ClassProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + + returned = self._callFUT(Foo, IFoo) + + self.assertIs(returned, Foo) + spec = Foo.__implemented__ + if orig_spec is not None: + self.assertIs(spec, orig_spec) + + self.assertEqual(spec.__name__, + spec_name) + inherit = Foo if inherit == "not given" else inherit + self.assertIs(spec.inherit, inherit) + self.assertIs(Foo.__implemented__, spec) + if self.FUT_SETS_PROVIDED_BY: + self.assertIsInstance(Foo.__providedBy__, ClassProvides) + self.assertIsInstance(Foo.__provides__, ClassProvides) + self.assertEqual(Foo.__provides__, Foo.__providedBy__) + + return Foo, IFoo + + def test_class(self): + + class Foo: + pass + + self._check_implementer(Foo) + + +class Test_classImplementsOnly(_ImplementsTestMixin, unittest.TestCase): + FUT_SETS_PROVIDED_BY = False + + def _callFUT(self, cls, iface): + from zope.interface.declarations import classImplementsOnly + classImplementsOnly(cls, iface) + return cls + + def test_w_existing_Implements(self): + from zope.interface.declarations import Implements + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + impl = Implements(IFoo) + impl.declared = (IFoo,) + + class Foo: + __implemented__ = impl + + impl.inherit = Foo + self._callFUT(Foo, IBar) + # Same spec, now different values + self.assertIs(Foo.__implemented__, impl) + self.assertEqual(impl.inherit, None) + self.assertEqual(impl.declared, (IBar,)) + + def test_class(self): + from zope.interface.declarations import Implements + from zope.interface.interface import InterfaceClass + IBar = InterfaceClass('IBar') + old_spec = Implements(IBar) + + class Foo: + __implemented__ = old_spec + + self._check_implementer(Foo, old_spec, '?', inherit=None) + + def test_redundant_with_super_still_implements(self): + Base, IBase = self._check_implementer( + type('Foo', (object,), {}), + inherit=None, + ) + + class Child(Base): + pass + + self._callFUT(Child, IBase) + self.assertTrue(IBase.implementedBy(Child)) + + +class Test_classImplements(_ImplementsTestMixin, unittest.TestCase): + + def _callFUT(self, cls, iface): + from zope.interface.declarations import classImplements + result = classImplements( + cls, iface + ) # pylint:disable=assignment-from-no-return + self.assertIsNone(result) + return cls + + def __check_implementer_redundant(self, Base): + # If we @implementer exactly what was already present, we write no + # declared attributes on the parent (we still set everything, though) + Base, IBase = self._check_implementer(Base) + + class Child(Base): + pass + + returned = self._callFUT(Child, IBase) + self.assertIn('__implemented__', returned.__dict__) + self.assertNotIn('__providedBy__', returned.__dict__) + self.assertIn('__provides__', returned.__dict__) + + spec = Child.__implemented__ + self.assertEqual(spec.declared, ()) + self.assertEqual(spec.inherit, Child) + + self.assertTrue(IBase.providedBy(Child())) + + def test_redundant_implementer_empty_class_declarations(self): + + class Foo: + pass + + self.__check_implementer_redundant(Foo) + + def test_redundant_implementer_Interface(self): + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import ro + from zope.interface.tests.test_ro import C3Setting + + class Foo: + pass + + with C3Setting(ro.C3.STRICT_IRO, False): + self._callFUT(Foo, Interface) + self.assertEqual(list(implementedBy(Foo)), [Interface]) + + class Baz(Foo): + pass + + self._callFUT(Baz, Interface) + self.assertEqual(list(implementedBy(Baz)), [Interface]) + + def _order_for_two(self, applied_first, applied_second): + return (applied_first, applied_second) + + def test_w_existing_Implements(self): + from zope.interface.declarations import Implements + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + impl = Implements(IFoo) + impl.declared = (IFoo,) + + class Foo: + __implemented__ = impl + + impl.inherit = Foo + self._callFUT(Foo, IBar) + # Same spec, now different values + self.assertIs(Foo.__implemented__, impl) + self.assertEqual(impl.inherit, Foo) + self.assertEqual(impl.declared, + self._order_for_two(IFoo, IBar)) + + def test_w_existing_Implements_w_bases(self): + from zope.interface.declarations import Implements + from zope.interface.interface import InterfaceClass + IRoot = InterfaceClass('IRoot') + ISecondRoot = InterfaceClass('ISecondRoot') + IExtendsRoot = InterfaceClass('IExtendsRoot', (IRoot,)) + + impl_root = Implements.named('Root', IRoot) + impl_root.declared = (IRoot,) + + class Root1: + __implemented__ = impl_root + + class Root2: + __implemented__ = impl_root + + impl_extends_root = Implements.named('ExtendsRoot1', IExtendsRoot) + impl_extends_root.declared = (IExtendsRoot,) + + class ExtendsRoot(Root1, Root2): + __implemented__ = impl_extends_root + + impl_extends_root.inherit = ExtendsRoot + + self._callFUT(ExtendsRoot, ISecondRoot) + # Same spec, now different values + self.assertIs(ExtendsRoot.__implemented__, impl_extends_root) + self.assertEqual(impl_extends_root.inherit, ExtendsRoot) + self.assertEqual(impl_extends_root.declared, + self._order_for_two(IExtendsRoot, ISecondRoot,)) + self.assertEqual( + impl_extends_root.__bases__, + self._order_for_two(IExtendsRoot, ISecondRoot) + (impl_root,) + ) + + +class Test_classImplementsFirst(Test_classImplements): + + def _callFUT(self, cls, iface): + from zope.interface.declarations import classImplementsFirst + result = classImplementsFirst( + cls, iface + ) # pylint:disable=assignment-from-no-return + self.assertIsNone(result) + return cls + + def _order_for_two(self, applied_first, applied_second): + return (applied_second, applied_first) + + +class Test__implements_advice(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.declarations import _implements_advice + return _implements_advice(*args, **kw) + + def test_no_existing_implements(self): + from zope.interface.declarations import Implements + from zope.interface.declarations import classImplements + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + + class Foo: + __implements_advice_data__ = ((IFoo,), classImplements) + + self._callFUT(Foo) + self.assertNotIn('__implements_advice_data__', Foo.__dict__) + self.assertIsInstance( + Foo.__implemented__, Implements + ) # pylint:disable=no-member + self.assertEqual( + list(Foo.__implemented__), [IFoo] + ) # pylint:disable=no-member + + +class Test_implementer(Test_classImplements): + + def _getTargetClass(self): + from zope.interface.declarations import implementer + return implementer + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def _callFUT(self, cls, *ifaces): + decorator = self._makeOne(*ifaces) + return decorator(cls) + + def test_nonclass_cannot_assign_attr(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decorator = self._makeOne(IFoo) + self.assertRaises(TypeError, decorator, object()) + + def test_nonclass_can_assign_attr(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + + class Foo: + pass + + foo = Foo() + decorator = self._makeOne(IFoo) + returned = decorator(foo) + self.assertIs(returned, foo) + spec = foo.__implemented__ # pylint:disable=no-member + self.assertEqual( + spec.__name__, 'zope.interface.tests.test_declarations.?' + ) + self.assertIsNone(spec.inherit,) + self.assertIs(foo.__implemented__, spec) # pylint:disable=no-member + + def test_does_not_leak_on_unique_classes(self): + # Make sure nothing is hanging on to the class or Implements + # object after they go out of scope. There was briefly a bug + # in 5.x that caused SpecificationBase._bases (in C) to not be + # traversed or cleared. + # https://github.com/zopefoundation/zope.interface/issues/216 + import gc + + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + + begin_count = len(gc.get_objects()) + + for _ in range(1900): + class TestClass: + pass + + self._callFUT(TestClass, IFoo) + + gc.collect() + + end_count = len(gc.get_objects()) + + # How many new objects might still be around? In all currently + # tested interpreters, there aren't any, so our counts should + # match exactly. When the bug existed, in a steady state, the loop + # would grow by two objects each iteration + fudge_factor = 0 + self.assertLessEqual(end_count, begin_count + fudge_factor) + + +class Test_implementer_only(Test_classImplementsOnly): + + def _getTargetClass(self): + from zope.interface.declarations import implementer_only + return implementer_only + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def _callFUT(self, cls, iface): + decorator = self._makeOne(iface) + return decorator(cls) + + def test_function(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decorator = self._makeOne(IFoo) + + def _function(): + raise NotImplementedError() + + self.assertRaises(ValueError, decorator, _function) + + def test_method(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass('IFoo') + decorator = self._makeOne(IFoo) + + class Bar: + def _method(self): + raise NotImplementedError() + + self.assertRaises(ValueError, decorator, Bar._method) + + +class ProvidesClassTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.declarations import ProvidesClass + return ProvidesClass + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_simple_class_one_interface(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + spec = self._makeOne(Foo, IFoo) + self.assertEqual(list(spec), [IFoo]) + + def test___reduce__(self): + from zope.interface.declarations import Provides # the function + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + spec = self._makeOne(Foo, IFoo) + klass, args = spec.__reduce__() + self.assertIs(klass, Provides) + self.assertEqual(args, (Foo, IFoo)) + + def test___get___class(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + spec = self._makeOne(Foo, IFoo) + Foo.__provides__ = spec + self.assertIs(Foo.__provides__, spec) + + def test___get___instance(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + spec = self._makeOne(Foo, IFoo) + Foo.__provides__ = spec + + def _test(): + foo = Foo() + return foo.__provides__ + + self.assertRaises(AttributeError, _test) + + +class ProvidesClassStrictTests(ProvidesClassTests): + # Tests that require the strict C3 resolution order. + + def _getTargetClass(self): + ProvidesClass = super()._getTargetClass() + + class StrictProvides(ProvidesClass): + def _do_calculate_ro(self, base_mros): + return ProvidesClass._do_calculate_ro( + self, base_mros=base_mros, strict=True, + ) + + return StrictProvides + + def test_overlapping_interfaces_corrected(self): + # Giving Provides(cls, IFace), where IFace is already + # provided by cls, doesn't produce invalid resolution orders. + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import implementer + + class IBase(Interface): + pass + + @implementer(IBase) + class Base: + pass + + spec = self._makeOne(Base, IBase) + self.assertEqual(spec.__sro__, ( + spec, + implementedBy(Base), + IBase, + implementedBy(object), + Interface + )) + + +class TestProvidesClassRepr(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.declarations import ProvidesClass + return ProvidesClass + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test__repr__(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + assert IFoo.__name__ == 'IFoo' + assert IFoo.__module__ == __name__ + assert repr(IFoo) == f'' + + IBar = InterfaceClass("IBar") + + inst = self._makeOne(type(self), IFoo, IBar) + self.assertEqual( + repr(inst), + "directlyProvides(TestProvidesClassRepr, IFoo, IBar)" + ) + + def test__repr__module_provides_typical_use(self): + # as created through a ``moduleProvides()`` statement + # in a module body + from zope.interface.tests import dummy + provides = dummy.__provides__ # pylint:disable=no-member + self.assertEqual( + repr(provides), + "directlyProvides(" + "sys.modules['zope.interface.tests.dummy'], " + "IDummyModule)" + ) + + def test__repr__module_after_pickle(self): + # It doesn't matter, these objects can't be pickled. + import pickle + + from zope.interface.tests import dummy + provides = dummy.__provides__ # pylint:disable=no-member + for proto in range(pickle.HIGHEST_PROTOCOL + 1): + with self.assertRaises(pickle.PicklingError): + pickle.dumps(provides, proto) + + def test__repr__directlyProvides_module(self): + import sys + + from zope.interface.declarations import alsoProvides + from zope.interface.declarations import directlyProvides + from zope.interface.interface import InterfaceClass + from zope.interface.tests import dummy + + IFoo = InterfaceClass('IFoo') + IBar = InterfaceClass('IBar') + + orig_provides = dummy.__provides__ # pylint:disable=no-member + del dummy.__provides__ # pylint:disable=no-member + self.addCleanup(setattr, dummy, '__provides__', orig_provides) + + directlyProvides(dummy, IFoo) + provides = dummy.__provides__ # pylint:disable=no-member + + self.assertEqual( + repr(provides), + "directlyProvides(sys.modules['zope.interface.tests.dummy'], IFoo)" + ) + + alsoProvides(dummy, IBar) + provides = dummy.__provides__ # pylint:disable=no-member + + self.assertEqual( + repr(provides), + "directlyProvides(" + "sys.modules['zope.interface.tests.dummy'], " + "IFoo, IBar)" + ) + + # If we make this module also provide IFoo and IBar, then the repr + # lists both names. + my_module = sys.modules[__name__] + assert not hasattr(my_module, '__provides__') + + directlyProvides(my_module, IFoo, IBar) + self.addCleanup(delattr, my_module, '__provides__') + self.assertIs(my_module.__provides__, provides) + self.assertEqual( + repr(provides), + "directlyProvides(('zope.interface.tests.dummy', " + "'zope.interface.tests.test_declarations'), " + "IFoo, IBar)" + ) + + def test__repr__module_provides_cached_shared(self): + from zope.interface.declarations import ModuleType + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + inst = self._makeOne(ModuleType, IFoo) + inst._v_module_names += ('some.module',) + inst._v_module_names += ('another.module',) + self.assertEqual( + repr(inst), + "directlyProvides(('some.module', 'another.module'), IFoo)" + ) + + def test__repr__duplicate_names(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo", __module__='mod1') + IFoo2 = InterfaceClass("IFoo", __module__='mod2') + IBaz = InterfaceClass("IBaz") + + inst = self._makeOne(type(self), IFoo, IBaz, IFoo2) + self.assertEqual( + repr(inst), + "directlyProvides(TestProvidesClassRepr, IFoo, IBaz, mod2.IFoo)" + ) + + def test__repr__implementedBy_in_interfaces(self): + from zope.interface import Interface + from zope.interface import implementedBy + + class IFoo(Interface): + "Does nothing" + + class Bar: + "Does nothing" + + impl = implementedBy(type(self)) + + inst = self._makeOne(Bar, IFoo, impl) + self.assertEqual( + repr(inst), + 'directlyProvides(' + 'Bar, IFoo, ' + 'classImplements(TestProvidesClassRepr))' + ) + + def test__repr__empty_interfaces(self): + inst = self._makeOne(type(self)) + self.assertEqual( + repr(inst), + 'directlyProvides(TestProvidesClassRepr)', + ) + + def test__repr__non_class(self): + + def str___dont_call_me(): + self.fail("Should not call str") + + class Object: + __bases__ = () + __str__ = str___dont_call_me + + def __repr__(self): + return '' + + inst = self._makeOne(Object()) + self.assertEqual( + repr(inst), + 'directlyProvides()', + ) + + def test__repr__providedBy_from_class(self): + from zope.interface.declarations import implementer + from zope.interface.declarations import providedBy + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @implementer(IFoo) + class Foo: + pass + + inst = providedBy(Foo()) + self.assertEqual( + repr(inst), + 'classImplements(Foo, IFoo)' + ) + + def test__repr__providedBy_alsoProvides(self): + from zope.interface.declarations import alsoProvides + from zope.interface.declarations import implementer + from zope.interface.declarations import providedBy + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + alsoProvides(foo, IBar) + + inst = providedBy(foo) + self.assertEqual( + repr(inst), + "directlyProvides(Foo, IBar, classImplements(Foo, IFoo))" + ) + + +class Test_Provides(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.declarations import Provides + return Provides(*args, **kw) + + def test_no_cached_spec(self): + from zope.interface import declarations + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + cache = {} + + class Foo: + pass + + with _Monkey(declarations, InstanceDeclarations=cache): + spec = self._callFUT(Foo, IFoo) + self.assertEqual(list(spec), [IFoo]) + self.assertIs(cache[(Foo, IFoo)], spec) + + def test_w_cached_spec(self): + from zope.interface import declarations + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + prior = object() + + class Foo: + pass + + cache = {(Foo, IFoo): prior} + with _Monkey(declarations, InstanceDeclarations=cache): + spec = self._callFUT(Foo, IFoo) + self.assertIs(spec, prior) + + +class Test_directlyProvides(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.declarations import directlyProvides + return directlyProvides(*args, **kw) + + def test_w_normal_object(self): + from zope.interface.declarations import ProvidesClass + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + obj = Foo() + self._callFUT(obj, IFoo) + self.assertIsInstance( + obj.__provides__, ProvidesClass + ) # pylint:disable=no-member + self.assertEqual( + list(obj.__provides__), [IFoo] + ) # pylint:disable=no-member + + def test_w_class(self): + from zope.interface.declarations import ClassProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + self._callFUT(Foo, IFoo) + self.assertIsInstance( + Foo.__provides__, ClassProvides + ) # pylint:disable=no-member + self.assertEqual( + list(Foo.__provides__), [IFoo] + ) # pylint:disable=no-member + + def test_w_classless_object(self): + from zope.interface.declarations import ProvidesClass + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + the_dict = {} + + class Foo: + def __getattribute__(self, name): + # Emulate object w/o any class + if name == '__class__': + return None + raise NotImplementedError(name) + + def __setattr__(self, name, value): + the_dict[name] = value + + obj = Foo() + self._callFUT(obj, IFoo) + self.assertIsInstance(the_dict['__provides__'], ProvidesClass) + self.assertEqual(list(the_dict['__provides__']), [IFoo]) + + +class Test_alsoProvides(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.declarations import alsoProvides + return alsoProvides(*args, **kw) + + def test_wo_existing_provides(self): + from zope.interface.declarations import ProvidesClass + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + obj = Foo() + self._callFUT(obj, IFoo) + self.assertIsInstance( + obj.__provides__, ProvidesClass + ) # pylint:disable=no-member + self.assertEqual( + list(obj.__provides__), [IFoo] + ) # pylint:disable=no-member + + def test_w_existing_provides(self): + from zope.interface.declarations import ProvidesClass + from zope.interface.declarations import directlyProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + + class Foo: + pass + + obj = Foo() + directlyProvides(obj, IFoo) + self._callFUT(obj, IBar) + self.assertIsInstance( + obj.__provides__, ProvidesClass + ) # pylint:disable=no-member + self.assertEqual( + list(obj.__provides__), [IFoo, IBar] + ) # pylint:disable=no-member + + +class Test_noLongerProvides(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.declarations import noLongerProvides + return noLongerProvides(*args, **kw) + + def test_wo_existing_provides(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + obj = Foo() + self._callFUT(obj, IFoo) + self.assertEqual( + list(obj.__provides__), [] + ) # pylint:disable=no-member + + def test_w_existing_provides_hit(self): + from zope.interface.declarations import directlyProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + obj = Foo() + directlyProvides(obj, IFoo) + self._callFUT(obj, IFoo) + self.assertEqual( + list(obj.__provides__), [] + ) # pylint:disable=no-member + + def test_w_existing_provides_miss(self): + from zope.interface.declarations import directlyProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + + class Foo: + pass + + obj = Foo() + directlyProvides(obj, IFoo) + self._callFUT(obj, IBar) + self.assertEqual( + list(obj.__provides__), [IFoo] + ) # pylint:disable=no-member + + def test_w_iface_implemented_by_class(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @implementer(IFoo) + class Foo: + pass + + obj = Foo() + self.assertRaises(ValueError, self._callFUT, obj, IFoo) + + +class ClassProvidesBaseFallbackTests(unittest.TestCase): + + def _getTargetClass(self): + # pylint:disable=no-name-in-module + from zope.interface.declarations import ClassProvidesBaseFallback + return ClassProvidesBaseFallback + + def _makeOne(self, klass, implements): + # Don't instantiate directly: the C version can't have attributes + # assigned. + + class Derived(self._getTargetClass()): + def __init__(self, k, i): + self._cls = k + self._implements = i + + return Derived(klass, implements) + + def test_w_same_class_via_class(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + cpbp = Foo.__provides__ = self._makeOne(Foo, IFoo) + self.assertIs(Foo.__provides__, cpbp) + + def test_w_same_class_via_instance(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + foo = Foo() + Foo.__provides__ = self._makeOne(Foo, IFoo) + self.assertIs(foo.__provides__, IFoo) + + def test_w_different_class(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + class Bar(Foo): + pass + + bar = Bar() + Foo.__provides__ = self._makeOne(Foo, IFoo) + self.assertRaises(AttributeError, getattr, Bar, '__provides__') + self.assertRaises(AttributeError, getattr, bar, '__provides__') + + +class ClassProvidesBaseTests( + OptimizationTestMixin, + ClassProvidesBaseFallbackTests, + SubclassableMixin, +): + # Repeat tests for C optimizations + + def _getTargetClass(self): + from zope.interface.declarations import ClassProvidesBase + return ClassProvidesBase + + def _getFallbackClass(self): + # pylint:disable=no-name-in-module + from zope.interface.declarations import ClassProvidesBaseFallback + return ClassProvidesBaseFallback + + +class ClassProvidesTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.declarations import ClassProvides + return ClassProvides + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_w_simple_metaclass(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + + @implementer(IFoo) + class Foo: + pass + + cp = Foo.__provides__ = self._makeOne(Foo, type(Foo), IBar) + self.assertIs(Foo.__provides__, cp) + self.assertEqual(list(Foo().__provides__), [IFoo]) + + def test___reduce__(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + + @implementer(IFoo) + class Foo: + pass + + cp = Foo.__provides__ = self._makeOne(Foo, type(Foo), IBar) + self.assertEqual(cp.__reduce__(), + (type(cp), (Foo, type(Foo), IBar))) + + +class ClassProvidesStrictTests(ClassProvidesTests): + # Tests that require the strict C3 resolution order. + + def _getTargetClass(self): + ClassProvides = super()._getTargetClass() + + class StrictClassProvides(ClassProvides): + def _do_calculate_ro(self, base_mros): + return ClassProvides._do_calculate_ro( + self, base_mros=base_mros, strict=True + ) + + return StrictClassProvides + + def test_overlapping_interfaces_corrected(self): + # Giving ClassProvides(cls, metaclass, IFace), where IFace is already + # provided by metacls, doesn't produce invalid resolution orders. + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import implementer + + class IBase(Interface): + pass + + @implementer(IBase) + class metaclass(type): + pass + + cls = metaclass( + 'cls', + (object,), + {} + ) + + spec = self._makeOne(cls, metaclass, IBase) + self.assertEqual(spec.__sro__, ( + spec, + implementedBy(metaclass), + IBase, + implementedBy(type), + implementedBy(object), + Interface + )) + + +class TestClassProvidesRepr(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.declarations import ClassProvides + return ClassProvides + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test__repr__empty(self): + inst = self._makeOne(type(self), type) + self.assertEqual( + repr(inst), + "directlyProvides(TestClassProvidesRepr)" + ) + + def test__repr__providing_one(self): + from zope.interface import Interface + + class IFoo(Interface): + "Does nothing" + + inst = self._makeOne(type(self), type, IFoo) + self.assertEqual( + repr(inst), + "directlyProvides(TestClassProvidesRepr, IFoo)" + ) + + def test__repr__duplicate_names(self): + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo", __module__='mod1') + IFoo2 = InterfaceClass("IFoo", __module__='mod2') + IBaz = InterfaceClass("IBaz") + + inst = self._makeOne(type(self), type, IFoo, IBaz, IFoo2) + self.assertEqual( + repr(inst), + "directlyProvides(TestClassProvidesRepr, IFoo, IBaz, mod2.IFoo)" + ) + + def test__repr__implementedBy(self): + from zope.interface.declarations import implementedBy + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @implementer(IFoo) + class Foo: + pass + + inst = implementedBy(Foo) + self.assertEqual( + repr(inst), + 'classImplements(Foo, IFoo)' + ) + + def test__repr__implementedBy_generic_callable(self): + from zope.interface.declarations import implementedBy + + # We can't get a __name__ by default, so we get a + # module name and a question mark + class Callable: + def __call__(self): + return self + + inst = implementedBy(Callable()) + self.assertEqual( + repr(inst), + f'classImplements({__name__}.?)' + ) + + c = Callable() + c.__name__ = 'Callable' + inst = implementedBy(c) + self.assertEqual( + repr(inst), + 'classImplements(Callable)' + ) + + +class Test_directlyProvidedBy(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.declarations import directlyProvidedBy + return directlyProvidedBy(*args, **kw) + + def test_wo_declarations_in_class_or_instance(self): + + class Foo: + pass + + foo = Foo() + self.assertEqual(list(self._callFUT(foo)), []) + + def test_w_declarations_in_class_but_not_instance(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + self.assertEqual(list(self._callFUT(foo)), []) + + def test_w_declarations_in_instance_but_not_class(self): + from zope.interface.declarations import directlyProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + foo = Foo() + directlyProvides(foo, IFoo) + self.assertEqual(list(self._callFUT(foo)), [IFoo]) + + def test_w_declarations_in_instance_and_class(self): + from zope.interface.declarations import directlyProvides + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + directlyProvides(foo, IBar) + self.assertEqual(list(self._callFUT(foo)), [IBar]) + + +class Test_provider(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.declarations import provider + return provider + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_w_class(self): + from zope.interface.declarations import ClassProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @self._makeOne(IFoo) + class Foo: + pass + + self.assertIsInstance( + Foo.__provides__, ClassProvides + ) # pylint:disable=no-member + self.assertEqual( + list(Foo.__provides__), [IFoo] + ) # pylint:disable=no-member + + +class Test_moduleProvides(unittest.TestCase): + # pylint:disable=exec-used + + def test_called_from_function(self): + from zope.interface.declarations import moduleProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + globs = {'__name__': 'zope.interface.tests.foo', + 'moduleProvides': moduleProvides, 'IFoo': IFoo} + locs = {} + CODE = "\n".join([ + 'def foo():', + ' moduleProvides(IFoo)' + ]) + exec(CODE, globs, locs) + foo = locs['foo'] + self.assertRaises(TypeError, foo) + + def test_called_from_class(self): + from zope.interface.declarations import moduleProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + globs = {'__name__': 'zope.interface.tests.foo', + 'moduleProvides': moduleProvides, 'IFoo': IFoo} + locs = {} + CODE = "\n".join([ + 'class Foo(object):', + ' moduleProvides(IFoo)', + ]) + with self.assertRaises(TypeError): + exec(CODE, globs, locs) + + def test_called_once_from_module_scope(self): + from zope.interface.declarations import moduleProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + globs = {'__name__': 'zope.interface.tests.foo', + 'moduleProvides': moduleProvides, 'IFoo': IFoo} + CODE = "\n".join([ + 'moduleProvides(IFoo)', + ]) + exec(CODE, globs) + spec = globs['__provides__'] + self.assertEqual(list(spec), [IFoo]) + + def test_called_twice_from_module_scope(self): + from zope.interface.declarations import moduleProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + globs = {'__name__': 'zope.interface.tests.foo', + 'moduleProvides': moduleProvides, 'IFoo': IFoo} + + CODE = "\n".join([ + 'moduleProvides(IFoo)', + 'moduleProvides(IFoo)', + ]) + with self.assertRaises(TypeError): + exec(CODE, globs) + + +class Test_getObjectSpecificationFallback(unittest.TestCase): + + def _getFallbackClass(self): + # pylint:disable=no-name-in-module + from zope.interface.declarations import getObjectSpecificationFallback + return getObjectSpecificationFallback + + _getTargetClass = _getFallbackClass + + def _callFUT(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_wo_existing_provides_classless(self): + the_dict = {} + + class Foo: + def __getattribute__(self, name): + # Emulate object w/o any class + if name == '__class__': + raise AttributeError(name) + try: + return the_dict[name] + except KeyError: + raise AttributeError(name) + + def __setattr__(self, name, value): + raise NotImplementedError() + + foo = Foo() + spec = self._callFUT(foo) + self.assertEqual(list(spec), []) + + def test_existing_provides_is_spec(self): + from zope.interface.declarations import directlyProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + def foo(): + raise NotImplementedError() + + directlyProvides(foo, IFoo) + spec = self._callFUT(foo) + self.assertIs(spec, foo.__provides__) # pylint:disable=no-member + + def test_existing_provides_is_not_spec(self): + + def foo(): + raise NotImplementedError() + + foo.__provides__ = object() # not a valid spec + spec = self._callFUT(foo) + self.assertEqual(list(spec), []) + + def test_existing_provides(self): + from zope.interface.declarations import directlyProvides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + foo = Foo() + directlyProvides(foo, IFoo) + spec = self._callFUT(foo) + self.assertEqual(list(spec), [IFoo]) + + def test_wo_provides_on_class_w_implements(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + spec = self._callFUT(foo) + self.assertEqual(list(spec), [IFoo]) + + def test_wo_provides_on_class_wo_implements(self): + + class Foo: + pass + + foo = Foo() + spec = self._callFUT(foo) + self.assertEqual(list(spec), []) + + def test_catches_only_AttributeError_on_provides(self): + MissingSomeAttrs.test_raises( + self, self._callFUT, expected_missing='__provides__' + ) + + def test_catches_only_AttributeError_on_class(self): + MissingSomeAttrs.test_raises( + self, + self._callFUT, + expected_missing='__class__', + __provides__=None, + ) + + def test_raises_AttrError_w_provides_fails_type_check_AttrError(self): + # isinstance(ob.__provides__, SpecificationBase) is not + # protected inside any kind of block. + + class Foo: + __provides__ = MissingSomeAttrs(AttributeError) + + # isinstance() ignores AttributeError on __class__ + self._callFUT(Foo()) + + def test_raises_AttrError_w_provides_fails_type_check_RuntimeError(self): + # isinstance(ob.__provides__, SpecificationBase) is not + # protected inside any kind of block. + class Foo: + __provides__ = MissingSomeAttrs(RuntimeError) + + with self.assertRaises(RuntimeError) as exc: + self._callFUT(Foo()) + + self.assertEqual('__class__', exc.exception.args[0]) + + +class Test_getObjectSpecification(Test_getObjectSpecificationFallback, + OptimizationTestMixin): + # Repeat tests for C optimizations + + def _getTargetClass(self): + from zope.interface.declarations import getObjectSpecification + return getObjectSpecification + + +class Test_providedByFallback(unittest.TestCase): + + def _getFallbackClass(self): + # pylint:disable=no-name-in-module + from zope.interface.declarations import providedByFallback + return providedByFallback + + _getTargetClass = _getFallbackClass + + def _callFUT(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_wo_providedBy_on_class_wo_implements(self): + + class Foo: + pass + + foo = Foo() + spec = self._callFUT(foo) + self.assertEqual(list(spec), []) + + def test_w_providedBy_valid_spec(self): + from zope.interface.declarations import Provides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + foo = Foo() + foo.__providedBy__ = Provides(Foo, IFoo) + spec = self._callFUT(foo) + self.assertEqual(list(spec), [IFoo]) + + def test_w_providedBy_invalid_spec(self): + + class Foo: + pass + + foo = Foo() + foo.__providedBy__ = object() + spec = self._callFUT(foo) + self.assertEqual(list(spec), []) + + def test_w_providedBy_invalid_spec_class_w_implements(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + foo.__providedBy__ = object() + spec = self._callFUT(foo) + self.assertEqual(list(spec), [IFoo]) + + def test_w_providedBy_invalid_spec_w_provides_no_provides_on_class(self): + + class Foo: + pass + + foo = Foo() + foo.__providedBy__ = object() + expected = foo.__provides__ = object() + spec = self._callFUT(foo) + self.assertIs(spec, expected) + + def test_w_providedBy_invalid_spec_w_provides_diff_provides_on_class(self): + + class Foo: + pass + + foo = Foo() + foo.__providedBy__ = object() + expected = foo.__provides__ = object() + Foo.__provides__ = object() + spec = self._callFUT(foo) + self.assertIs(spec, expected) + + def test_w_providedBy_invalid_spec_w_provides_same_provides_on_class(self): + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + @implementer(IFoo) + class Foo: + pass + + foo = Foo() + foo.__providedBy__ = object() + foo.__provides__ = Foo.__provides__ = object() + spec = self._callFUT(foo) + self.assertEqual(list(spec), [IFoo]) + + def test_super_when_base_implements_interface(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + @implementer(IBase) + class Base: + pass + + @implementer(IDerived) + class Derived(Base): + pass + + derived = Derived() + self.assertEqual(list(self._callFUT(derived)), [IDerived, IBase]) + + sup = super(Derived, derived) + fut = self._callFUT(sup) + self.assertIsNone(fut._dependents) + self.assertEqual(list(fut), [IBase]) + + def test_super_when_base_doesnt_implement_interface(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + class Base: + pass + + @implementer(IDerived) + class Derived(Base): + pass + + derived = Derived() + self.assertEqual(list(self._callFUT(derived)), [IDerived]) + + sup = super(Derived, derived) + self.assertEqual(list(self._callFUT(sup)), []) + + def test_super_when_base_is_object(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + @implementer(IDerived) + class Derived: + pass + + derived = Derived() + self.assertEqual(list(self._callFUT(derived)), [IDerived]) + + sup = super(Derived, derived) + fut = self._callFUT(sup) + self.assertIsNone(fut._dependents) + self.assertEqual(list(fut), []) + + def test_super_when_object_directly_provides(self): + from zope.interface import Interface + from zope.interface.declarations import directlyProvides + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + @implementer(IBase) + class Base: + pass + + class Derived(Base): + pass + + derived = Derived() + self.assertEqual(list(self._callFUT(derived)), [IBase]) + + directlyProvides(derived, IDerived) + self.assertEqual(list(self._callFUT(derived)), [IDerived, IBase]) + + sup = super(Derived, derived) + fut = self._callFUT(sup) + self.assertIsNone(fut._dependents) + self.assertEqual(list(fut), [IBase]) + + def test_super_multi_level_multi_inheritance(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IM1(Interface): + pass + + class IM2(Interface): + pass + + class IDerived(IBase): + pass + + class IUnrelated(Interface): + pass + + @implementer(IBase) + class Base: + pass + + @implementer(IM1) + class M1(Base): + pass + + @implementer(IM2) + class M2(Base): + pass + + @implementer(IDerived, IUnrelated) + class Derived(M1, M2): + pass + + d = Derived() + sd = super(Derived, d) + sm1 = super(M1, d) + sm2 = super(M2, d) + + self.assertEqual(list(self._callFUT(d)), + [IDerived, IUnrelated, IM1, IBase, IM2]) + self.assertEqual(list(self._callFUT(sd)), + [IM1, IBase, IM2]) + self.assertEqual(list(self._callFUT(sm1)), + [IM2, IBase]) + self.assertEqual(list(self._callFUT(sm2)), + [IBase]) + + def test_catches_only_AttributeError_on_providedBy(self): + MissingSomeAttrs.test_raises(self, self._callFUT, + expected_missing='__providedBy__', + __class__=object) + + def test_catches_only_AttributeError_on_class(self): + # isinstance() tries to get the __class__, which is non-obvious, + # so it must be protected too. + MissingSomeAttrs.test_raises( + self, self._callFUT, expected_missing='__class__') + + +class Test_providedBy(Test_providedByFallback, + OptimizationTestMixin): + # Repeat tests for C optimizations + + def _getTargetClass(self): + from zope.interface.declarations import providedBy + return providedBy + + +class ObjectSpecificationDescriptorFallbackTests(unittest.TestCase): + + def _getFallbackClass(self): + # pylint:disable=no-name-in-module + from zope.interface.declarations import \ + ObjectSpecificationDescriptorFallback + return ObjectSpecificationDescriptorFallback + + _getTargetClass = _getFallbackClass + + def _makeOne(self, *args, **kw): + return self._getTargetClass()(*args, **kw) + + def test_accessed_via_class(self): + from zope.interface.declarations import Provides + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + + class Foo: + pass + + Foo.__provides__ = Provides(Foo, IFoo) + Foo.__providedBy__ = self._makeOne() + self.assertEqual(list(Foo.__providedBy__), [IFoo]) + + def test_accessed_via_inst_wo_provides(self): + from zope.interface.declarations import Provides + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + + @implementer(IFoo) + class Foo: + pass + + Foo.__provides__ = Provides(Foo, IBar) + Foo.__providedBy__ = self._makeOne() + foo = Foo() + self.assertEqual(list(foo.__providedBy__), [IFoo]) + + def test_accessed_via_inst_w_provides(self): + from zope.interface.declarations import Provides + from zope.interface.declarations import directlyProvides + from zope.interface.declarations import implementer + from zope.interface.interface import InterfaceClass + IFoo = InterfaceClass("IFoo") + IBar = InterfaceClass("IBar") + IBaz = InterfaceClass("IBaz") + + @implementer(IFoo) + class Foo: + pass + + Foo.__provides__ = Provides(Foo, IBar) + Foo.__providedBy__ = self._makeOne() + foo = Foo() + directlyProvides(foo, IBaz) + self.assertEqual(list(foo.__providedBy__), [IBaz, IFoo]) + + def test_arbitrary_exception_accessing_provides_not_caught(self): + + class MyException(Exception): + pass + + class Foo: + __providedBy__ = self._makeOne() + + @property + def __provides__(self): + raise MyException + + foo = Foo() + with self.assertRaises(MyException): + getattr(foo, '__providedBy__') + + def test_AttributeError_accessing_provides_caught(self): + + class MyException(Exception): + pass + + class Foo: + __providedBy__ = self._makeOne() + + @property + def __provides__(self): + raise AttributeError + + foo = Foo() + provided = getattr(foo, '__providedBy__') + self.assertIsNotNone(provided) + + def test_None_in__provides__overrides(self): + from zope.interface import Interface + from zope.interface import implementer + + class IFoo(Interface): + pass + + @implementer(IFoo) + class Foo: + + @property + def __provides__(self): + return None + + Foo.__providedBy__ = self._makeOne() + + provided = getattr(Foo(), '__providedBy__') + self.assertIsNone(provided) + + +class ObjectSpecificationDescriptorTests( + ObjectSpecificationDescriptorFallbackTests, + OptimizationTestMixin, + SubclassableMixin, +): + # Repeat tests for C optimizations + + def _getTargetClass(self): + from zope.interface.declarations import ObjectSpecificationDescriptor + return ObjectSpecificationDescriptor + + +# Test _normalizeargs through its callers. + + +class _Monkey: + # context-manager for replacing module names in the scope of a test. + def __init__(self, module, **kw): + self.module = module + self.to_restore = {key: getattr(module, key) for key in kw} + for key, value in kw.items(): + setattr(module, key, value) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_val, exc_tb): + for key, value in self.to_restore.items(): + setattr(self.module, key, value) + + +class _MonkeyDict: + # context-manager for restoring a dict w/in a module in the scope of a + # test. + def __init__(self, module, attrname, **kw): + self.module = module + self.target = getattr(module, attrname) + self.to_restore = self.target.copy() + self.target.clear() + self.target.update(kw) + + def __enter__(self): + return self.target + + def __exit__(self, exc_type, exc_val, exc_tb): + self.target.clear() + self.target.update(self.to_restore) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_document.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_document.py new file mode 100644 index 0000000..82b175a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_document.py @@ -0,0 +1,547 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Documentation tests. +""" +import sys +import unittest + + +class Test_asStructuredText(unittest.TestCase): + + def _callFUT(self, iface): + from zope.interface.document import asStructuredText + return asStructuredText(iface) + + def test_asStructuredText_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "INoDocstring", + " Attributes:", + " Methods:", + "" + ]) + + class INoDocstring(Interface): + pass + + self.assertEqual(self._callFUT(INoDocstring), EXPECTED) + + def test_asStructuredText_empty_with_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IEmpty", + " This is an empty interface.", + " Attributes:", + " Methods:", + "" + ]) + + class IEmpty(Interface): + """ This is an empty interface. + """ + + self.assertEqual(self._callFUT(IEmpty), EXPECTED) + + def test_asStructuredText_empty_with_multiline_docstring(self): + from zope.interface import Interface + + # In Python 3.13+, compiler strips indents from docstrings + indent = " " * 12 if sys.version_info < (3, 13) else "" + + EXPECTED = '\n'.join([ + "IEmpty", + "", + " This is an empty interface.", + " ", + (f"{indent} It can be used to annotate any class or object, " + "because it promises"), # noqa E127 + f"{indent} nothing.", + "", + " Attributes:", + "", + " Methods:", + "", + "" + ]) + + class IEmpty(Interface): + """ This is an empty interface. + + It can be used to annotate any class or object, because it promises + nothing. + """ + + self.assertEqual(self._callFUT(IEmpty), EXPECTED) + + def test_asStructuredText_with_attribute_no_docstring(self): + from zope.interface import Attribute + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IHasAttribute", + " This interface has an attribute.", + " Attributes:", + " an_attribute -- no documentation", + " Methods:", + "" + ]) + + class IHasAttribute(Interface): + """ This interface has an attribute. + """ + an_attribute = Attribute('an_attribute') + + self.assertEqual(self._callFUT(IHasAttribute), EXPECTED) + + def test_asStructuredText_with_attribute_with_docstring(self): + from zope.interface import Attribute + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IHasAttribute", + " This interface has an attribute.", + " Attributes:", + " an_attribute -- This attribute is documented.", + " Methods:", + "" + ]) + + class IHasAttribute(Interface): + """ This interface has an attribute. + """ + an_attribute = Attribute('an_attribute', + 'This attribute is documented.') + + self.assertEqual(self._callFUT(IHasAttribute), EXPECTED) + + def test_asStructuredText_with_method_no_args_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IHasMethod", + " This interface has a method.", + " Attributes:", + " Methods:", + " aMethod() -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asStructuredText_with_method_positional_args_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IHasMethod", + " This interface has a method.", + " Attributes:", + " Methods:", + " aMethod(first, second) -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(first, second): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asStructuredText_with_method_starargs_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IHasMethod", + " This interface has a method.", + " Attributes:", + " Methods:", + " aMethod(first, second, *rest) -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(first, second, *rest): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asStructuredText_with_method_kwargs_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IHasMethod", + " This interface has a method.", + " Attributes:", + " Methods:", + " aMethod(first, second, **kw) -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(first, second, **kw): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asStructuredText_with_method_with_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IHasMethod", + " This interface has a method.", + " Attributes:", + " Methods:", + " aMethod() -- This method is documented.", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(): + """This method is documented. + """ + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asStructuredText_derived_ignores_base(self): + from zope.interface import Attribute + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "IDerived", + " IDerived doc", + " This interface extends:", + " o IBase", + " Attributes:", + " attr1 -- no documentation", + " attr2 -- attr2 doc", + " Methods:", + " method3() -- method3 doc", + " method4() -- no documentation", + " method5() -- method5 doc", + "", + ]) + + class IBase(Interface): + def method1(): + """docstring""" + + def method2(): + """docstring""" + + class IDerived(IBase): + "IDerived doc" + attr1 = Attribute('attr1') + attr2 = Attribute('attr2', 'attr2 doc') + + def method3(): + "method3 doc" + + def method4(): + pass # pragma: no cover + + def method5(): + "method5 doc" + + self.assertEqual(self._callFUT(IDerived), EXPECTED) + + +class Test_asReStructuredText(unittest.TestCase): + + def _callFUT(self, iface): + from zope.interface.document import asReStructuredText + return asReStructuredText(iface) + + def test_asReStructuredText_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``INoDocstring``", + " Attributes:", + " Methods:", + "" + ]) + + class INoDocstring(Interface): + pass + + self.assertEqual(self._callFUT(INoDocstring), EXPECTED) + + def test_asReStructuredText_empty_with_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IEmpty``", + " This is an empty interface.", + " Attributes:", + " Methods:", + "" + ]) + + class IEmpty(Interface): + """ This is an empty interface. + """ + + self.assertEqual(self._callFUT(IEmpty), EXPECTED) + + def test_asReStructuredText_empty_with_multiline_docstring(self): + from zope.interface import Interface + + # In Python 3.13+, compiler strips indents from docstrings + indent = " " * 12 if sys.version_info < (3, 13) else "" + + EXPECTED = '\n'.join([ + "``IEmpty``", + "", + " This is an empty interface.", + " ", + (f"{indent} It can be used to annotate any class or object, " + f"because it" + ), # noqa E124 + f"{indent} promises nothing.", + "", + " Attributes:", + "", + " Methods:", + "", + "" + ]) + + class IEmpty(Interface): + """ This is an empty interface. + + It can be used to annotate any class or object, because it + promises nothing. + """ + + self.assertEqual(self._callFUT(IEmpty), EXPECTED) + + def test_asReStructuredText_with_attribute_no_docstring(self): + from zope.interface import Attribute + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IHasAttribute``", + " This interface has an attribute.", + " Attributes:", + " ``an_attribute`` -- no documentation", + " Methods:", + "" + ]) + + class IHasAttribute(Interface): + """ This interface has an attribute. + """ + an_attribute = Attribute('an_attribute') + + self.assertEqual(self._callFUT(IHasAttribute), EXPECTED) + + def test_asReStructuredText_with_attribute_with_docstring(self): + from zope.interface import Attribute + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IHasAttribute``", + " This interface has an attribute.", + " Attributes:", + " ``an_attribute`` -- This attribute is documented.", + " Methods:", + "" + ]) + + class IHasAttribute(Interface): + """ This interface has an attribute. + """ + an_attribute = Attribute('an_attribute', + 'This attribute is documented.') + + self.assertEqual(self._callFUT(IHasAttribute), EXPECTED) + + def test_asReStructuredText_with_method_no_args_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IHasMethod``", + " This interface has a method.", + " Attributes:", + " Methods:", + " ``aMethod()`` -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asReStructuredText_with_method_positional_args_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IHasMethod``", + " This interface has a method.", + " Attributes:", + " Methods:", + " ``aMethod(first, second)`` -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(first, second): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asReStructuredText_with_method_starargs_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IHasMethod``", + " This interface has a method.", + " Attributes:", + " Methods:", + " ``aMethod(first, second, *rest)`` -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(first, second, *rest): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asReStructuredText_with_method_kwargs_no_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IHasMethod``", + " This interface has a method.", + " Attributes:", + " Methods:", + " ``aMethod(first, second, **kw)`` -- no documentation", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(first, second, **kw): + pass # pragma: no cover + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asReStructuredText_with_method_with_docstring(self): + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IHasMethod``", + " This interface has a method.", + " Attributes:", + " Methods:", + " ``aMethod()`` -- This method is documented.", + "" + ]) + + class IHasMethod(Interface): + """ This interface has a method. + """ + def aMethod(): + """This method is documented. + """ + + self.assertEqual(self._callFUT(IHasMethod), EXPECTED) + + def test_asReStructuredText_derived_ignores_base(self): + from zope.interface import Attribute + from zope.interface import Interface + EXPECTED = '\n\n'.join([ + "``IDerived``", + " IDerived doc", + " This interface extends:", + " o ``IBase``", + " Attributes:", + " ``attr1`` -- no documentation", + " ``attr2`` -- attr2 doc", + " Methods:", + " ``method3()`` -- method3 doc", + " ``method4()`` -- no documentation", + " ``method5()`` -- method5 doc", + "", + ]) + + class IBase(Interface): + def method1(): + pass # pragma: no cover + + def method2(): + pass # pragma: no cover + + class IDerived(IBase): + "IDerived doc" + attr1 = Attribute('attr1') + attr2 = Attribute('attr2', 'attr2 doc') + + def method3(): + "method3 doc" + + def method4(): + pass # pragma: no cover + + def method5(): + "method5 doc" + + self.assertEqual(self._callFUT(IDerived), EXPECTED) + + +class Test__justify_and_indent(unittest.TestCase): + + def _callFUT(self, text, level, **kw): + from zope.interface.document import _justify_and_indent + return _justify_and_indent(text, level, **kw) + + def test_simple_level_0(self): + LINES = ['Three blind mice', 'See how they run'] + text = '\n'.join(LINES) + self.assertEqual(self._callFUT(text, 0), text) + + def test_simple_level_1(self): + LINES = ['Three blind mice', 'See how they run'] + text = '\n'.join(LINES) + self.assertEqual(self._callFUT(text, 1), + '\n'.join([' ' + line for line in LINES])) + + def test_simple_level_2(self): + LINES = ['Three blind mice', 'See how they run'] + text = '\n'.join(LINES) + self.assertEqual(self._callFUT(text, 1), + '\n'.join([' ' + line for line in LINES])) + + def test_simple_w_CRLF(self): + LINES = ['Three blind mice', 'See how they run'] + text = '\r\n'.join(LINES) + self.assertEqual(self._callFUT(text, 1), + '\n'.join([' ' + line for line in LINES])) + + def test_with_munge(self): + TEXT = ("This is a piece of text longer than 15 characters, \n" + "and split across multiple lines.") + EXPECTED = (" This is a piece\n" + " of text longer\n" + " than 15 characters,\n" + " and split across\n" + " multiple lines.\n" + " ") + self.assertEqual(self._callFUT(TEXT, 1, munge=1, width=15), EXPECTED) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_element.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_element.py new file mode 100644 index 0000000..b47b3b5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_element.py @@ -0,0 +1,33 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Test Element meta-class. +""" + +import unittest + +from zope.interface.interface import Element + + +class TestElement(unittest.TestCase): + + def test_taggedValues(self): + """Test that we can update tagged values of more than one element + """ + + e1 = Element("foo") + e2 = Element("bar") + e1.setTaggedValue("x", 1) + e2.setTaggedValue("x", 2) + self.assertEqual(e1.getTaggedValue("x"), 1) + self.assertEqual(e2.getTaggedValue("x"), 2) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_exceptions.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_exceptions.py new file mode 100644 index 0000000..e48c00f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_exceptions.py @@ -0,0 +1,190 @@ +############################################################################## +# +# Copyright (c) 2010 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" zope.interface.exceptions unit tests +""" +import unittest + + +def _makeIface(): + from zope.interface import Interface + + class IDummy(Interface): + pass + + return IDummy + + +class DoesNotImplementTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.exceptions import DoesNotImplement + return DoesNotImplement + + def _makeOne(self, *args): + iface = _makeIface() + return self._getTargetClass()(iface, *args) + + def test___str__(self): + dni = self._makeOne() + self.assertEqual( + str(dni), + "An object has failed to implement interface " + "zope.interface.tests.test_exceptions.IDummy: " + "Does not declaratively implement the interface." + ) + + def test___str__w_candidate(self): + dni = self._makeOne('candidate') + self.assertEqual( + str(dni), + "The object 'candidate' has failed to implement interface " + "zope.interface.tests.test_exceptions.IDummy: " + "Does not declaratively implement the interface." + ) + + +class BrokenImplementationTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.exceptions import BrokenImplementation + return BrokenImplementation + + def _makeOne(self, *args): + iface = _makeIface() + return self._getTargetClass()(iface, 'missing', *args) + + def test___str__(self): + dni = self._makeOne() + self.assertEqual( + str(dni), + 'An object has failed to implement interface ' + 'zope.interface.tests.test_exceptions.IDummy: ' + "The 'missing' attribute was not provided.") + + def test___str__w_candidate(self): + dni = self._makeOne('candidate') + self.assertEqual( + str(dni), + 'The object \'candidate\' has failed to implement interface ' + 'zope.interface.tests.test_exceptions.IDummy: ' + "The 'missing' attribute was not provided.") + + +def broken_function(): + """ + This is a global function with a simple argument list. + + It exists to be able to report the same information when + formatting signatures. + """ + + +class BrokenMethodImplementationTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.exceptions import BrokenMethodImplementation + return BrokenMethodImplementation + + message = 'I said so' + + def _makeOne(self, *args): + return self._getTargetClass()('aMethod', self.message, *args) + + def test___str__(self): + dni = self._makeOne() + self.assertEqual( + str(dni), + "An object has failed to implement interface : " + "The contract of 'aMethod' is violated because I said so." + ) + + def test___str__w_candidate_no_implementation(self): + dni = self._makeOne('some_function', '', 'candidate') + self.assertEqual( + str(dni), + "The object 'candidate' has failed to implement interface : " + "The contract of 'aMethod' is violated because I said so." + ) + + def test___str__w_candidate_w_implementation(self): + self.message = 'implementation is wonky' + dni = self._makeOne(broken_function, '', 'candidate') + self.assertEqual( + str(dni), + "The object 'candidate' has failed to implement interface : " + "The contract of 'aMethod' is violated because " + "'broken_function()' is wonky." + ) + + def test___str__w_candidate_w_implementation_not_callable(self): + self.message = 'implementation is not callable' + dni = self._makeOne(42, '', 'candidate') + self.assertEqual( + str(dni), + "The object 'candidate' has failed to implement interface : " + "The contract of 'aMethod' is violated because " + "'42' is not callable." + ) + + def test___repr__w_candidate(self): + dni = self._makeOne(None, 'candidate') + self.assertEqual( + repr(dni), + "BrokenMethodImplementation(" + "'aMethod', 'I said so', None, 'candidate')" + ) + + +class MultipleInvalidTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.exceptions import MultipleInvalid + return MultipleInvalid + + def _makeOne(self, excs): + iface = _makeIface() + return self._getTargetClass()(iface, 'target', excs) + + def test__str__(self): + from zope.interface.exceptions import BrokenMethodImplementation + excs = [ + BrokenMethodImplementation('aMethod', 'I said so'), + Exception("Regular exception") + ] + dni = self._makeOne(excs) + self.assertEqual( + str(dni), + "The object 'target' has failed to implement interface " + "zope.interface.tests.test_exceptions.IDummy:\n" + " The contract of 'aMethod' is violated because I said so\n" + " Regular exception" + ) + + def test__repr__(self): + from zope.interface.exceptions import BrokenMethodImplementation + excs = [ + BrokenMethodImplementation('aMethod', 'I said so'), + # Use multiple arguments to normalize repr; versions of Python + # prior to 3.7 add a trailing comma if there's just one. + Exception("Regular", "exception") + ] + dni = self._makeOne(excs) + self.assertEqual( + repr(dni), + "MultipleInvalid(" + "," + " 'target'," + " (BrokenMethodImplementation('aMethod', 'I said so')," + " Exception('Regular', 'exception')))" + ) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interface.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interface.py new file mode 100644 index 0000000..164add1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interface.py @@ -0,0 +1,2871 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Test Interface implementation +""" +# Things we let slide because it's a test +# pylint:disable=protected-access +# pylint:disable=blacklisted-name +# pylint:disable=attribute-defined-outside-init +# pylint:disable=too-many-public-methods +# pylint:disable=too-many-lines +# pylint:disable=abstract-method +# pylint:disable=redefined-builtin +# pylint:disable=signature-differs +# pylint:disable=arguments-differ +# Things you get inheriting from Interface +# pylint:disable=inherit-non-class +# pylint:disable=no-self-argument +# pylint:disable=no-method-argument +# Things you get using methods of an Interface 'subclass' +# pylint:disable=no-value-for-parameter +import unittest + +from zope.interface.tests import CleanUp +from zope.interface.tests import MissingSomeAttrs +from zope.interface.tests import OptimizationTestMixin +from zope.interface.tests import SubclassableMixin + + +_marker = object() + + +class Test_invariant(unittest.TestCase): + + def test_w_single(self): + from zope.interface.interface import TAGGED_DATA + from zope.interface.interface import invariant + + def _check(*args, **kw): + raise NotImplementedError() + + class Foo: + invariant(_check) + + self.assertEqual(getattr(Foo, TAGGED_DATA, None), + {'invariants': [_check]}) + + def test_w_multiple(self): + from zope.interface.interface import TAGGED_DATA + from zope.interface.interface import invariant + + def _check(*args, **kw): + raise NotImplementedError() + + def _another_check(*args, **kw): + raise NotImplementedError() + + class Foo: + invariant(_check) + invariant(_another_check) + + self.assertEqual(getattr(Foo, TAGGED_DATA, None), + {'invariants': [_check, _another_check]}) + + +class Test_taggedValue(unittest.TestCase): + + def test_w_single(self): + from zope.interface.interface import TAGGED_DATA + from zope.interface.interface import taggedValue + + class Foo: + taggedValue('bar', ['baz']) + + self.assertEqual(getattr(Foo, TAGGED_DATA, None), + {'bar': ['baz']}) + + def test_w_multiple(self): + from zope.interface.interface import TAGGED_DATA + from zope.interface.interface import taggedValue + + class Foo: + taggedValue('bar', ['baz']) + taggedValue('qux', 'spam') + + self.assertEqual(getattr(Foo, TAGGED_DATA, None), + {'bar': ['baz'], 'qux': 'spam'}) + + def test_w_multiple_overwriting(self): + from zope.interface.interface import TAGGED_DATA + from zope.interface.interface import taggedValue + + class Foo: + taggedValue('bar', ['baz']) + taggedValue('qux', 'spam') + taggedValue('bar', 'frob') + + self.assertEqual(getattr(Foo, TAGGED_DATA, None), + {'bar': 'frob', 'qux': 'spam'}) + + +class ElementTests(unittest.TestCase): + + DEFAULT_NAME = 'AnElement' + + def _getTargetClass(self): + from zope.interface.interface import Element + return Element + + def _makeOne(self, name=None): + if name is None: + name = self.DEFAULT_NAME + return self._getTargetClass()(name) + + def test_ctor_defaults(self): + element = self._makeOne() + self.assertEqual(element.__name__, self.DEFAULT_NAME) + self.assertEqual(element.getName(), self.DEFAULT_NAME) + self.assertEqual(element.__doc__, '') + self.assertEqual(element.getDoc(), '') + self.assertEqual(list(element.getTaggedValueTags()), []) + + def test_ctor_no_doc_space_in_name(self): + element = self._makeOne('An Element') + self.assertEqual(element.__name__, None) + self.assertEqual(element.__doc__, 'An Element') + + def test_getTaggedValue_miss(self): + element = self._makeOne() + self.assertRaises(KeyError, element.getTaggedValue, 'nonesuch') + + def test_getDirectTaggedValueTags(self): + element = self._makeOne() + self.assertEqual([], list(element.getDirectTaggedValueTags())) + + element.setTaggedValue('foo', 'bar') + self.assertEqual(['foo'], list(element.getDirectTaggedValueTags())) + + def test_queryTaggedValue_miss(self): + element = self._makeOne() + self.assertEqual(element.queryTaggedValue('nonesuch'), None) + + def test_queryTaggedValue_miss_w_default(self): + element = self._makeOne() + self.assertEqual(element.queryTaggedValue('nonesuch', 'bar'), 'bar') + + def test_getDirectTaggedValue_miss(self): + element = self._makeOne() + self.assertRaises(KeyError, element.getDirectTaggedValue, 'nonesuch') + + def test_queryDirectTaggedValue_miss(self): + element = self._makeOne() + self.assertEqual(element.queryDirectTaggedValue('nonesuch'), None) + + def test_queryDirectTaggedValue_miss_w_default(self): + element = self._makeOne() + self.assertEqual( + element.queryDirectTaggedValue('nonesuch', 'bar'), 'bar' + ) + + def test_setTaggedValue(self): + element = self._makeOne() + element.setTaggedValue('foo', 'bar') + self.assertEqual(list(element.getTaggedValueTags()), ['foo']) + self.assertEqual(element.getTaggedValue('foo'), 'bar') + self.assertEqual(element.queryTaggedValue('foo'), 'bar') + + def test_verifies(self): + from zope.interface.interfaces import IElement + from zope.interface.verify import verifyObject + + element = self._makeOne() + verifyObject(IElement, element) + + +class GenericSpecificationBaseTests(unittest.TestCase): + # Tests that work with both implementations + def _getFallbackClass(self): + from zope.interface.interface import SpecificationBasePy + return SpecificationBasePy + + _getTargetClass = _getFallbackClass + + def _makeOne(self): + return self._getTargetClass()() + + def test_providedBy_miss(self): + from zope.interface import interface + from zope.interface.declarations import _empty + sb = self._makeOne() + + def _providedBy(obj): + return _empty + + with _Monkey(interface, providedBy=_providedBy): + self.assertFalse(sb.providedBy(object())) + + def test_implementedBy_miss(self): + from zope.interface import interface + from zope.interface.declarations import _empty + sb = self._makeOne() + + def _implementedBy(obj): + return _empty + + with _Monkey(interface, implementedBy=_implementedBy): + self.assertFalse(sb.implementedBy(object())) + + +class SpecificationBaseTests( + GenericSpecificationBaseTests, + OptimizationTestMixin, + SubclassableMixin, +): + # Tests that use the C implementation + + def _getTargetClass(self): + from zope.interface.interface import SpecificationBase + return SpecificationBase + + +class SpecificationBasePyTests(GenericSpecificationBaseTests): + # Tests that only work with the Python implementation + + def test___call___miss(self): + sb = self._makeOne() + sb._implied = {} # not defined by SpecificationBasePy + self.assertFalse(sb.isOrExtends(object())) + + def test___call___hit(self): + sb = self._makeOne() + testing = object() + sb._implied = {testing: {}} # not defined by SpecificationBasePy + self.assertTrue(sb(testing)) + + def test_isOrExtends_miss(self): + sb = self._makeOne() + sb._implied = {} # not defined by SpecificationBasePy + self.assertFalse(sb.isOrExtends(object())) + + def test_isOrExtends_hit(self): + sb = self._makeOne() + testing = object() + sb._implied = {testing: {}} # not defined by SpecificationBasePy + self.assertTrue(sb(testing)) + + def test_implementedBy_hit(self): + from zope.interface import interface + sb = self._makeOne() + + class _Decl: + _implied = {sb: {}} + + def _implementedBy(obj): + return _Decl() + + with _Monkey(interface, implementedBy=_implementedBy): + self.assertTrue(sb.implementedBy(object())) + + def test_providedBy_hit(self): + from zope.interface import interface + sb = self._makeOne() + + class _Decl: + _implied = {sb: {}} + + def _providedBy(obj): + return _Decl() + + with _Monkey(interface, providedBy=_providedBy): + self.assertTrue(sb.providedBy(object())) + + +class NameAndModuleComparisonTestsMixin(CleanUp): + + def _makeOneToCompare(self): + return self._makeOne('a', 'b') + + def __check_NotImplemented_comparison(self, name): + # Without the correct attributes of __name__ and __module__, + # comparison switches to the reverse direction. + + import operator + ib = self._makeOneToCompare() + op = getattr(operator, name) + meth = getattr(ib, '__%s__' % name) + + # If either the __name__ or __module__ attribute + # is missing from the other object, then we return + # NotImplemented. + class RaisesErrorOnMissing: + Exc = AttributeError + + def __getattribute__(self, name): + try: + return object.__getattribute__(self, name) + except AttributeError: + exc = RaisesErrorOnMissing.Exc + raise exc(name) + + class RaisesErrorOnModule(RaisesErrorOnMissing): + def __init__(self): + self.__name__ = 'foo' + + @property + def __module__(self): + raise AttributeError + + class RaisesErrorOnName(RaisesErrorOnMissing): + def __init__(self): + self.__module__ = 'foo' + + self.assertEqual(RaisesErrorOnModule().__name__, 'foo') + self.assertEqual(RaisesErrorOnName().__module__, 'foo') + with self.assertRaises(AttributeError): + getattr(RaisesErrorOnModule(), '__module__') + with self.assertRaises(AttributeError): + getattr(RaisesErrorOnName(), '__name__') + + for cls in RaisesErrorOnModule, RaisesErrorOnName: + self.assertIs(meth(cls()), NotImplemented) + + # If the other object has a comparison function, returning + # NotImplemented means Python calls it. + + class AllowsAnyComparison(RaisesErrorOnMissing): + def __eq__(self, other): + return True + __lt__ = __eq__ + __le__ = __eq__ + __gt__ = __eq__ + __ge__ = __eq__ + __ne__ = __eq__ + + self.assertTrue(op(ib, AllowsAnyComparison())) + self.assertIs(meth(AllowsAnyComparison()), NotImplemented) + + # If it doesn't have the comparison, Python raises a TypeError. + class AllowsNoComparison: + __eq__ = None + __lt__ = __eq__ + __le__ = __eq__ + __gt__ = __eq__ + __ge__ = __eq__ + __ne__ = __eq__ + + self.assertIs(meth(AllowsNoComparison()), NotImplemented) + with self.assertRaises(TypeError): + op(ib, AllowsNoComparison()) + + # Errors besides AttributeError are passed + class MyException(Exception): + pass + + RaisesErrorOnMissing.Exc = MyException + + with self.assertRaises(MyException): + getattr(RaisesErrorOnModule(), '__module__') + with self.assertRaises(MyException): + getattr(RaisesErrorOnName(), '__name__') + + for cls in RaisesErrorOnModule, RaisesErrorOnName: + with self.assertRaises(MyException): + op(ib, cls()) + with self.assertRaises(MyException): + meth(cls()) + + def test__lt__NotImplemented(self): + self.__check_NotImplemented_comparison('lt') + + def test__le__NotImplemented(self): + self.__check_NotImplemented_comparison('le') + + def test__gt__NotImplemented(self): + self.__check_NotImplemented_comparison('gt') + + def test__ge__NotImplemented(self): + self.__check_NotImplemented_comparison('ge') + + +class InterfaceBaseTestsMixin(NameAndModuleComparisonTestsMixin): + # Tests for both C and Python implementation + + def _getTargetClass(self): + raise NotImplementedError + + def _getFallbackClass(self): + # pylint:disable=no-name-in-module + from zope.interface.interface import InterfaceBasePy + return InterfaceBasePy + + def _makeOne(self, object_should_provide=False, name=None, module=None): + + class IB(self._getTargetClass()): + def _call_conform(self, conform): + return conform(self) + + def providedBy(self, obj): + return object_should_provide + + return IB(name, module) + + def test___call___w___conform___returning_value(self): + ib = self._makeOne(False) + conformed = object() + + class _Adapted: + def __conform__(self, iface): + return conformed + + self.assertIs(ib(_Adapted()), conformed) + + def test___call___wo___conform___ob_no_provides_w_alternate(self): + ib = self._makeOne(False) + __traceback_info__ = ib, self._getTargetClass() + adapted = object() + alternate = object() + self.assertIs(ib(adapted, alternate), alternate) + + def test___call___w___conform___ob_no_provides_wo_alternate(self): + ib = self._makeOne(False) + with self.assertRaises(TypeError) as exc: + ib(object()) + + self.assertIn('Could not adapt', str(exc.exception)) + + def test___call___w_no_conform_catches_only_AttributeError(self): + MissingSomeAttrs.test_raises( + self, self._makeOne(), expected_missing='__conform__' + ) + + +class InterfaceBaseTests( + InterfaceBaseTestsMixin, + OptimizationTestMixin, + SubclassableMixin, + unittest.TestCase, +): + # Tests that work with the C implementation + def _getTargetClass(self): + from zope.interface.interface import InterfaceBase + return InterfaceBase + + +class InterfaceBasePyTests(InterfaceBaseTestsMixin, unittest.TestCase): + # Tests that only work with the Python implementation + + _getTargetClass = InterfaceBaseTestsMixin._getFallbackClass + + def test___call___w___conform___miss_ob_provides(self): + ib = self._makeOne(True) + + class _Adapted: + def __conform__(self, iface): + return None + + adapted = _Adapted() + self.assertIs(ib(adapted), adapted) + + def test___adapt___ob_provides(self): + ib = self._makeOne(True) + adapted = object() + self.assertIs(ib.__adapt__(adapted), adapted) + + def test___adapt___ob_no_provides_uses_hooks(self): + from zope.interface import interface + ib = self._makeOne(False) + adapted = object() + _missed = [] + + def _hook_miss(iface, obj): + _missed.append((iface, obj)) + + def _hook_hit(iface, obj): + return obj + + with _Monkey(interface, adapter_hooks=[_hook_miss, _hook_hit]): + self.assertIs(ib.__adapt__(adapted), adapted) + self.assertEqual(_missed, [(ib, adapted)]) + + +class SpecificationTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.interface import Specification + return Specification + + def _makeOne(self, bases=_marker): + if bases is _marker: + return self._getTargetClass()() + return self._getTargetClass()(bases) + + def test_ctor(self): + from zope.interface.interface import Interface + spec = self._makeOne() + self.assertEqual(spec.__bases__, ()) + self.assertEqual(len(spec._implied), 2) + self.assertIn(spec, spec._implied) + self.assertIn(Interface, spec._implied) + self.assertEqual(len(spec.dependents), 0) + + def test_subscribe_first_time(self): + spec = self._makeOne() + dep = DummyDependent() + spec.subscribe(dep) + self.assertEqual(len(spec.dependents), 1) + self.assertEqual(spec.dependents[dep], 1) + + def test_subscribe_again(self): + spec = self._makeOne() + dep = DummyDependent() + spec.subscribe(dep) + spec.subscribe(dep) + self.assertEqual(spec.dependents[dep], 2) + + def test_unsubscribe_miss(self): + spec = self._makeOne() + dep = DummyDependent() + self.assertRaises(KeyError, spec.unsubscribe, dep) + + def test_unsubscribe(self): + spec = self._makeOne() + dep = DummyDependent() + spec.subscribe(dep) + spec.subscribe(dep) + spec.unsubscribe(dep) + self.assertEqual(spec.dependents[dep], 1) + spec.unsubscribe(dep) + self.assertNotIn(dep, spec.dependents) + + def test___setBases_subscribes_bases_and_notifies_dependents(self): + from zope.interface.interface import Interface + spec = self._makeOne() + dep = DummyDependent() + spec.subscribe(dep) + + class IFoo(Interface): + pass + + class IBar(Interface): + pass + + spec.__bases__ = (IFoo,) + self.assertEqual(dep._changed, [spec]) + self.assertEqual(IFoo.dependents[spec], 1) + spec.__bases__ = (IBar,) + self.assertEqual(IFoo.dependents.get(spec), None) + self.assertEqual(IBar.dependents[spec], 1) + + def test_changed_clears_volatiles_and_implied(self): + from zope.interface.interface import Interface + + class IFoo(Interface): + pass + + spec = self._makeOne() + spec._v_attrs = 'Foo' + spec._implied[IFoo] = () + spec.changed(spec) + self.assertIsNone(spec._v_attrs) + self.assertNotIn(IFoo, spec._implied) + + def test_interfaces_skips_already_seen(self): + from zope.interface.interface import Interface + + class IFoo(Interface): + pass + + spec = self._makeOne([IFoo, IFoo]) + self.assertEqual(list(spec.interfaces()), [IFoo]) + + def test_extends_strict_wo_self(self): + from zope.interface.interface import Interface + + class IFoo(Interface): + pass + + spec = self._makeOne(IFoo) + self.assertFalse(spec.extends(IFoo, strict=True)) + + def test_extends_strict_w_self(self): + spec = self._makeOne() + self.assertFalse(spec.extends(spec, strict=True)) + + def test_extends_non_strict_w_self(self): + spec = self._makeOne() + self.assertTrue(spec.extends(spec, strict=False)) + + def test_get_hit_w__v_attrs(self): + spec = self._makeOne() + foo = object() + spec._v_attrs = {'foo': foo} + self.assertIs(spec.get('foo'), foo) + + def test_get_hit_from_base_wo__v_attrs(self): + from zope.interface.interface import Attribute + from zope.interface.interface import Interface + + class IFoo(Interface): + foo = Attribute('foo') + + class IBar(Interface): + bar = Attribute('bar') + + spec = self._makeOne([IFoo, IBar]) + self.assertIs(spec.get('foo'), IFoo.get('foo')) + self.assertIs(spec.get('bar'), IBar.get('bar')) + + def test_multiple_inheritance_no_interfaces(self): + # If we extend an object that implements interfaces, + # plus one that doesn't, we do not interject `Interface` + # early in the resolution order. It stays at the end, + # like it should. + # See https://github.com/zopefoundation/zope.interface/issues/8 + from zope.interface.declarations import implementedBy + from zope.interface.declarations import implementer + from zope.interface.interface import Interface + + class IDefaultViewName(Interface): + pass + + class Context: + pass + + class RDBModel(Context): + pass + + class IOther(Interface): + pass + + @implementer(IOther) + class OtherBase: + pass + + class Model(OtherBase, Context): + pass + + self.assertEqual( + implementedBy(Model).__sro__, + ( + implementedBy(Model), + implementedBy(OtherBase), + IOther, + implementedBy(Context), + implementedBy(object), + Interface, # This used to be wrong, it used to be 2 too high. + ) + ) + + +class InterfaceClassTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.interface import InterfaceClass + return InterfaceClass + + def _makeOne(self, name='ITest', bases=(), attrs=None, __doc__=None, + __module__=None): + return self._getTargetClass()(name, bases, attrs, __doc__, __module__) + + def test_ctor_defaults(self): + klass = self._getTargetClass() + inst = klass('ITesting') + self.assertEqual(inst.__name__, 'ITesting') + self.assertEqual(inst.__doc__, '') + self.assertEqual(inst.__bases__, ()) + self.assertEqual(inst.getBases(), ()) + + def test_ctor_bad_bases(self): + klass = self._getTargetClass() + self.assertRaises(TypeError, klass, 'ITesting', (object(),)) + + def test_ctor_w_attrs_attrib_methods(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + klass = self._getTargetClass() + inst = klass('ITesting', attrs=ATTRS) + self.assertEqual(inst.__name__, 'ITesting') + self.assertEqual(inst.__doc__, '') + self.assertEqual(inst.__bases__, ()) + self.assertEqual(inst.names(), ATTRS.keys()) + + def test_ctor_attrs_w___locals__(self): + ATTRS = {'__locals__': {}} + klass = self._getTargetClass() + inst = klass('ITesting', attrs=ATTRS) + self.assertEqual(inst.__name__, 'ITesting') + self.assertEqual(inst.__doc__, '') + self.assertEqual(inst.__bases__, ()) + self.assertEqual(list(inst.names()), []) + + def test_ctor_attrs_w___annotations__(self): + ATTRS = {'__annotations__': {}} + klass = self._getTargetClass() + inst = klass('ITesting', attrs=ATTRS) + self.assertEqual(inst.__name__, 'ITesting') + self.assertEqual(inst.__doc__, '') + self.assertEqual(inst.__bases__, ()) + self.assertEqual(list(inst.names()), []) + + def test_ctor_attrs_w__decorator_non_return(self): + from zope.interface.interface import _decorator_non_return + ATTRS = {'dropme': _decorator_non_return} + klass = self._getTargetClass() + inst = klass('ITesting', attrs=ATTRS) + self.assertEqual(inst.__name__, 'ITesting') + self.assertEqual(inst.__doc__, '') + self.assertEqual(inst.__bases__, ()) + self.assertEqual(list(inst.names()), []) + + def test_ctor_attrs_w_invalid_attr_type(self): + from zope.interface.exceptions import InvalidInterface + ATTRS = {'invalid': object()} + klass = self._getTargetClass() + self.assertRaises(InvalidInterface, klass, 'ITesting', attrs=ATTRS) + + def test_ctor_w_explicit___doc__(self): + ATTRS = {'__doc__': 'ATTR'} + klass = self._getTargetClass() + inst = klass('ITesting', attrs=ATTRS, __doc__='EXPLICIT') + self.assertEqual(inst.__doc__, 'EXPLICIT') + + def test_interfaces(self): + iface = self._makeOne() + self.assertEqual(list(iface.interfaces()), [iface]) + + def test_getBases(self): + iface = self._makeOne() + sub = self._makeOne('ISub', bases=(iface,)) + self.assertEqual(sub.getBases(), (iface,)) + + def test_isEqualOrExtendedBy_identity(self): + iface = self._makeOne() + self.assertTrue(iface.isEqualOrExtendedBy(iface)) + + def test_isEqualOrExtendedBy_subiface(self): + iface = self._makeOne() + sub = self._makeOne('ISub', bases=(iface,)) + self.assertTrue(iface.isEqualOrExtendedBy(sub)) + self.assertFalse(sub.isEqualOrExtendedBy(iface)) + + def test_isEqualOrExtendedBy_unrelated(self): + one = self._makeOne('One') + another = self._makeOne('Another') + self.assertFalse(one.isEqualOrExtendedBy(another)) + self.assertFalse(another.isEqualOrExtendedBy(one)) + + def test_names_w_all_False_ignores_bases(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual(sorted(derived.names(all=False)), ['baz']) + + def test_names_w_all_True_no_bases(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + one = self._makeOne(attrs=ATTRS) + self.assertEqual(sorted(one.names(all=True)), ['bar', 'foo']) + + def test_names_w_all_True_w_bases_simple(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual( + sorted(derived.names(all=True)), ['bar', 'baz', 'foo'] + ) + + def test_names_w_all_True_bases_w_same_names(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + def _foo(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'foo': fromFunction(_foo), + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual(sorted( + derived.names(all=True)), ['bar', 'baz', 'foo'] + ) + + def test___iter__(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + def _foo(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'foo': fromFunction(_foo), + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual(sorted(derived), ['bar', 'baz', 'foo']) + + def test_namesAndDescriptions_w_all_False_ignores_bases(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual( + sorted(derived.namesAndDescriptions(all=False)), [ + ('baz', DERIVED_ATTRS['baz']), + ] + ) + + def test_namesAndDescriptions_w_all_True_no_bases(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + one = self._makeOne(attrs=ATTRS) + self.assertEqual( + sorted(one.namesAndDescriptions(all=False)), [ + ('bar', ATTRS['bar']), + ('foo', ATTRS['foo']), + ] + ) + + def test_namesAndDescriptions_w_all_True_simple(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual( + sorted(derived.namesAndDescriptions(all=True)), [ + ('bar', BASE_ATTRS['bar']), + ('baz', DERIVED_ATTRS['baz']), + ('foo', BASE_ATTRS['foo']), + ] + ) + + def test_namesAndDescriptions_w_all_True_bases_w_same_names(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + def _foo(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'foo': fromFunction(_foo), + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual( + sorted(derived.namesAndDescriptions(all=True)), [ + ('bar', BASE_ATTRS['bar']), + ('baz', DERIVED_ATTRS['baz']), + ('foo', DERIVED_ATTRS['foo']), + ] + ) + + def test_getDescriptionFor_miss(self): + one = self._makeOne() + self.assertRaises(KeyError, one.getDescriptionFor, 'nonesuch') + + def test_getDescriptionFor_hit(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + one = self._makeOne(attrs=ATTRS) + self.assertEqual(one.getDescriptionFor('foo'), ATTRS['foo']) + self.assertEqual(one.getDescriptionFor('bar'), ATTRS['bar']) + + def test___getitem___miss(self): + one = self._makeOne() + + def _test(): + return one['nonesuch'] + + self.assertRaises(KeyError, _test) + + def test___getitem___hit(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + one = self._makeOne(attrs=ATTRS) + self.assertEqual(one['foo'], ATTRS['foo']) + self.assertEqual(one['bar'], ATTRS['bar']) + + def test___contains___miss(self): + one = self._makeOne() + self.assertNotIn('nonesuch', one) + + def test___contains___hit(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + one = self._makeOne(attrs=ATTRS) + self.assertIn('foo', one) + self.assertIn('bar', one) + + def test_direct_miss(self): + one = self._makeOne() + self.assertEqual(one.direct('nonesuch'), None) + + def test_direct_hit_local_miss_bases(self): + from zope.interface.interface import Attribute + from zope.interface.interface import fromFunction + + def _bar(): + """DOCSTRING""" + + def _foo(): + """DOCSTRING""" + + BASE_ATTRS = { + 'foo': Attribute('Foo', ''), + 'bar': fromFunction(_bar), + } + DERIVED_ATTRS = { + 'foo': fromFunction(_foo), + 'baz': Attribute('Baz', ''), + } + base = self._makeOne('IBase', attrs=BASE_ATTRS) + derived = self._makeOne('IDerived', bases=(base,), attrs=DERIVED_ATTRS) + self.assertEqual(derived.direct('foo'), DERIVED_ATTRS['foo']) + self.assertEqual(derived.direct('baz'), DERIVED_ATTRS['baz']) + self.assertEqual(derived.direct('bar'), None) + + def test_queryDescriptionFor_miss(self): + iface = self._makeOne() + self.assertEqual(iface.queryDescriptionFor('nonesuch'), None) + + def test_queryDescriptionFor_hit(self): + from zope.interface import Attribute + ATTRS = {'attr': Attribute('Title', 'Description')} + iface = self._makeOne(attrs=ATTRS) + self.assertEqual(iface.queryDescriptionFor('attr'), ATTRS['attr']) + + def test_validateInvariants_pass(self): + _called_with = [] + + def _passable(*args, **kw): + _called_with.append((args, kw)) + return True + + iface = self._makeOne() + obj = object() + iface.setTaggedValue('invariants', [_passable]) + self.assertEqual(iface.validateInvariants(obj), None) + self.assertEqual(_called_with, [((obj,), {})]) + + def test_validateInvariants_fail_wo_errors_passed(self): + from zope.interface.exceptions import Invalid + _passable_called_with = [] + + def _passable(*args, **kw): + _passable_called_with.append((args, kw)) + return True + + _fail_called_with = [] + + def _fail(*args, **kw): + _fail_called_with.append((args, kw)) + raise Invalid + + iface = self._makeOne() + obj = object() + iface.setTaggedValue('invariants', [_passable, _fail]) + self.assertRaises(Invalid, iface.validateInvariants, obj) + self.assertEqual(_passable_called_with, [((obj,), {})]) + self.assertEqual(_fail_called_with, [((obj,), {})]) + + def test_validateInvariants_fail_w_errors_passed(self): + from zope.interface.exceptions import Invalid + _errors = [] + _fail_called_with = [] + + def _fail(*args, **kw): + _fail_called_with.append((args, kw)) + raise Invalid + + iface = self._makeOne() + obj = object() + iface.setTaggedValue('invariants', [_fail]) + self.assertRaises(Invalid, iface.validateInvariants, obj, _errors) + self.assertEqual(_fail_called_with, [((obj,), {})]) + self.assertEqual(len(_errors), 1) + self.assertIsInstance(_errors[0], Invalid) + + def test_validateInvariants_fail_in_base_wo_errors_passed(self): + from zope.interface.exceptions import Invalid + _passable_called_with = [] + + def _passable(*args, **kw): + _passable_called_with.append((args, kw)) + return True + + _fail_called_with = [] + + def _fail(*args, **kw): + _fail_called_with.append((args, kw)) + raise Invalid + + base = self._makeOne('IBase') + derived = self._makeOne('IDerived', (base,)) + obj = object() + base.setTaggedValue('invariants', [_fail]) + derived.setTaggedValue('invariants', [_passable]) + self.assertRaises(Invalid, derived.validateInvariants, obj) + self.assertEqual(_passable_called_with, [((obj,), {})]) + self.assertEqual(_fail_called_with, [((obj,), {})]) + + def test_validateInvariants_fail_in_base_w_errors_passed(self): + from zope.interface.exceptions import Invalid + _errors = [] + _passable_called_with = [] + + def _passable(*args, **kw): + _passable_called_with.append((args, kw)) + return True + + _fail_called_with = [] + + def _fail(*args, **kw): + _fail_called_with.append((args, kw)) + raise Invalid + + base = self._makeOne('IBase') + derived = self._makeOne('IDerived', (base,)) + obj = object() + base.setTaggedValue('invariants', [_fail]) + derived.setTaggedValue('invariants', [_passable]) + self.assertRaises(Invalid, derived.validateInvariants, obj, _errors) + self.assertEqual(_passable_called_with, [((obj,), {})]) + self.assertEqual(_fail_called_with, [((obj,), {})]) + self.assertEqual(len(_errors), 1) + self.assertIsInstance(_errors[0], Invalid) + + def test_validateInvariants_inherited_not_called_multiple_times(self): + _passable_called_with = [] + + def _passable(*args, **kw): + _passable_called_with.append((args, kw)) + return True + + obj = object() + base = self._makeOne('IBase') + base.setTaggedValue('invariants', [_passable]) + derived = self._makeOne('IDerived', (base,)) + derived.validateInvariants(obj) + self.assertEqual(1, len(_passable_called_with)) + + def test___reduce__(self): + iface = self._makeOne('PickleMe') + self.assertEqual(iface.__reduce__(), 'PickleMe') + + def test___hash___normal(self): + iface = self._makeOne('HashMe') + self.assertEqual( + hash(iface), + hash(('HashMe', 'zope.interface.tests.test_interface')) + ) + + def test___hash___missing_required_attrs(self): + + class Derived(self._getTargetClass()): + def __init__(self): # pylint:disable=super-init-not-called + pass # Don't call base class. + + derived = Derived() + with self.assertRaises(AttributeError): + hash(derived) + + def test_comparison_with_None(self): + # pylint:disable=singleton-comparison,misplaced-comparison-constant + iface = self._makeOne() + self.assertLess(iface, None) # noqa E711 + self.assertLessEqual(iface, None) # noqa E711 + self.assertNotEqual(iface, None) # noqa E711 + self.assertNotEqual(iface, None) # noqa E711 + self.assertFalse(iface >= None) # noqa E711 + self.assertFalse(iface > None) # noqa E711 + + self.assertFalse(None < iface) # noqa E711 + self.assertFalse(None <= iface) # noqa E711 + self.assertNotEqual(None, iface) # noqa E711 + self.assertNotEqual(None, iface) # noqa E711 + self.assertGreaterEqual(None, iface) # noqa E711 + self.assertGreater(None, iface) # noqa E711 + + def test_comparison_with_same_instance(self): + # pylint:disable=comparison-with-itself + iface = self._makeOne() + + self.assertFalse(iface < iface) + self.assertLessEqual(iface, iface) + self.assertEqual(iface, iface) + self.assertEqual(iface, iface) + self.assertGreaterEqual(iface, iface) + self.assertFalse(iface > iface) + + def test_comparison_with_same_named_instance_in_other_module(self): + + one = self._makeOne('IName', __module__='zope.interface.tests.one') + other = self._makeOne('IName', __module__='zope.interface.tests.other') + + self.assertLess(one, other) + self.assertFalse(other < one) + self.assertLessEqual(one, other) + self.assertFalse(other <= one) + self.assertNotEqual(one, other) + self.assertNotEqual(other, one) + self.assertNotEqual(one, other) + self.assertNotEqual(other, one) + self.assertFalse(one >= other) + self.assertGreaterEqual(other, one) + self.assertFalse(one > other) + self.assertGreater(other, one) + + def test_assignment_to__class__(self): + # https://github.com/zopefoundation/zope.interface/issues/6 + class MyException(Exception): + pass + + class MyInterfaceClass(self._getTargetClass()): + def __call__(self, target): + raise MyException(target) + + IFoo = self._makeOne('IName') + self.assertIsInstance(IFoo, self._getTargetClass()) + self.assertIs(type(IFoo), self._getTargetClass()) + + with self.assertRaises(TypeError): + IFoo(1) + + IFoo.__class__ = MyInterfaceClass + self.assertIsInstance(IFoo, MyInterfaceClass) + self.assertIs(type(IFoo), MyInterfaceClass) + + with self.assertRaises(MyException): + IFoo(1) + + def test_assignment_to__class__2(self): + # https://github.com/zopefoundation/zope.interface/issues/6 + # This is essentially a transcription of the + # test presented in the bug report. + from zope.interface import Interface + + class MyInterfaceClass(self._getTargetClass()): + def __call__(self, *args): + return args + + IFoo = MyInterfaceClass('IFoo', (Interface,)) + self.assertEqual(IFoo(1), (1,)) + + class IBar(IFoo): + pass + + self.assertEqual(IBar(1), (1,)) + + class ISpam(Interface): + pass + + with self.assertRaises(TypeError): + ISpam() + + ISpam.__class__ = MyInterfaceClass + self.assertEqual(ISpam(1), (1,)) + + def test__module__is_readonly(self): + inst = self._makeOne() + with self.assertRaises(AttributeError): + inst.__module__ = 'different.module' + + +class InterfaceTests(unittest.TestCase): + + def test_attributes_link_to_interface(self): + from zope.interface import Attribute + from zope.interface import Interface + + class I1(Interface): + attr = Attribute("My attr") + + self.assertIs(I1['attr'].interface, I1) + + def test_methods_link_to_interface(self): + from zope.interface import Interface + + class I1(Interface): + def method(foo, bar, bingo): + "A method" + + self.assertIs(I1['method'].interface, I1) + + def test_classImplements_simple(self): + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import providedBy + + class ICurrent(Interface): + def method1(a, b): + """docstring""" + + def method2(a, b): + """docstring""" + + class IOther(Interface): + pass + + class Current: + __implemented__ = ICurrent + + def method1(self, a, b): + raise NotImplementedError() + + def method2(self, a, b): + raise NotImplementedError() + + current = Current() + + self.assertTrue(ICurrent.implementedBy(Current)) + self.assertFalse(IOther.implementedBy(Current)) + self.assertEqual(ICurrent, ICurrent) + self.assertIn(ICurrent, implementedBy(Current)) + self.assertNotIn(IOther, implementedBy(Current)) + self.assertIn(ICurrent, providedBy(current)) + self.assertNotIn(IOther, providedBy(current)) + + def test_classImplements_base_not_derived(self): + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import providedBy + + class IBase(Interface): + def method(): + """docstring""" + + class IDerived(IBase): + pass + + class Current(): + __implemented__ = IBase + + def method(self): + raise NotImplementedError() + + current = Current() + + self.assertTrue(IBase.implementedBy(Current)) + self.assertFalse(IDerived.implementedBy(Current)) + self.assertIn(IBase, implementedBy(Current)) + self.assertNotIn(IDerived, implementedBy(Current)) + self.assertIn(IBase, providedBy(current)) + self.assertNotIn(IDerived, providedBy(current)) + + def test_classImplements_base_and_derived(self): + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import providedBy + + class IBase(Interface): + def method(): + """docstring""" + + class IDerived(IBase): + pass + + class Current: + __implemented__ = IDerived + + def method(self): + raise NotImplementedError() + + current = Current() + + self.assertTrue(IBase.implementedBy(Current)) + self.assertTrue(IDerived.implementedBy(Current)) + self.assertNotIn(IBase, implementedBy(Current)) + self.assertIn(IBase, implementedBy(Current).flattened()) + self.assertIn(IDerived, implementedBy(Current)) + self.assertNotIn(IBase, providedBy(current)) + self.assertIn(IBase, providedBy(current).flattened()) + self.assertIn(IDerived, providedBy(current)) + + def test_classImplements_multiple(self): + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import providedBy + + class ILeft(Interface): + def method(): + """docstring""" + + class IRight(ILeft): + pass + + class Left: + __implemented__ = ILeft + + def method(self): + raise NotImplementedError() + + class Right: + __implemented__ = IRight + + class Ambi(Left, Right): + pass + + ambi = Ambi() + + self.assertTrue(ILeft.implementedBy(Ambi)) + self.assertTrue(IRight.implementedBy(Ambi)) + self.assertIn(ILeft, implementedBy(Ambi)) + self.assertIn(IRight, implementedBy(Ambi)) + self.assertIn(ILeft, providedBy(ambi)) + self.assertIn(IRight, providedBy(ambi)) + + def test_classImplements_multiple_w_explict_implements(self): + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import providedBy + + class ILeft(Interface): + + def method(): + """docstring""" + + class IRight(ILeft): + pass + + class IOther(Interface): + pass + + class Left(): + __implemented__ = ILeft + + def method(self): + raise NotImplementedError() + + class Right: + __implemented__ = IRight + + class Other: + __implemented__ = IOther + + class Mixed(Left, Right): + __implemented__ = Left.__implemented__, Other.__implemented__ + + mixed = Mixed() + + self.assertTrue(ILeft.implementedBy(Mixed)) + self.assertFalse(IRight.implementedBy(Mixed)) + self.assertTrue(IOther.implementedBy(Mixed)) + self.assertIn(ILeft, implementedBy(Mixed)) + self.assertNotIn(IRight, implementedBy(Mixed)) + self.assertIn(IOther, implementedBy(Mixed)) + self.assertIn(ILeft, providedBy(mixed)) + self.assertNotIn(IRight, providedBy(mixed)) + self.assertIn(IOther, providedBy(mixed)) + + def testInterfaceExtendsInterface(self): + from zope.interface import Interface + + new = Interface.__class__ + FunInterface = new('FunInterface') + BarInterface = new('BarInterface', (FunInterface,)) + BobInterface = new('BobInterface') + BazInterface = new('BazInterface', (BobInterface, BarInterface,)) + + self.assertTrue(BazInterface.extends(BobInterface)) + self.assertTrue(BazInterface.extends(BarInterface)) + self.assertTrue(BazInterface.extends(FunInterface)) + self.assertFalse(BobInterface.extends(FunInterface)) + self.assertFalse(BobInterface.extends(BarInterface)) + self.assertTrue(BarInterface.extends(FunInterface)) + self.assertFalse(BarInterface.extends(BazInterface)) + + def test_verifyClass(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.verify import verifyClass + + class ICheckMe(Interface): + attr = Attribute('My attr') + + def method(): + "A method" + + class CheckMe: + __implemented__ = ICheckMe + attr = 'value' + + def method(self): + raise NotImplementedError() + + self.assertTrue(verifyClass(ICheckMe, CheckMe)) + + def test_verifyObject(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.verify import verifyObject + + class ICheckMe(Interface): + attr = Attribute('My attr') + + def method(): + "A method" + + class CheckMe: + __implemented__ = ICheckMe + attr = 'value' + + def method(self): + raise NotImplementedError() + + check_me = CheckMe() + + self.assertTrue(verifyObject(ICheckMe, check_me)) + + def test_interface_object_provides_Interface(self): + from zope.interface import Interface + + class AnInterface(Interface): + pass + + self.assertTrue(Interface.providedBy(AnInterface)) + + def test_names_simple(self): + from zope.interface import Attribute + from zope.interface import Interface + + class ISimple(Interface): + attr = Attribute('My attr') + + def method(): + """docstring""" + + self.assertEqual(sorted(ISimple.names()), ['attr', 'method']) + + def test_names_derived(self): + from zope.interface import Attribute + from zope.interface import Interface + + class IBase(Interface): + attr = Attribute('My attr') + + def method(): + """docstring""" + + class IDerived(IBase): + attr2 = Attribute('My attr2') + + def method(): + """docstring""" + + def method2(): + """docstring""" + + self.assertEqual(sorted(IDerived.names()), + ['attr2', 'method', 'method2']) + self.assertEqual(sorted(IDerived.names(all=True)), + ['attr', 'attr2', 'method', 'method2']) + + def test_namesAndDescriptions_simple(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.interface import Method + + class ISimple(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + name_values = sorted(ISimple.namesAndDescriptions()) + + self.assertEqual(len(name_values), 2) + self.assertEqual(name_values[0][0], 'attr') + self.assertIsInstance(name_values[0][1], Attribute) + self.assertEqual(name_values[0][1].__name__, 'attr') + self.assertEqual(name_values[0][1].__doc__, 'My attr') + self.assertEqual(name_values[1][0], 'method') + self.assertIsInstance(name_values[1][1], Method) + self.assertEqual(name_values[1][1].__name__, 'method') + self.assertEqual(name_values[1][1].__doc__, 'My method') + + def test_namesAndDescriptions_derived(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.interface import Method + + class IBase(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + class IDerived(IBase): + attr2 = Attribute('My attr2') + + def method(): + "My method, overridden" + + def method2(): + "My method2" + + name_values = sorted(IDerived.namesAndDescriptions()) + + self.assertEqual(len(name_values), 3) + self.assertEqual(name_values[0][0], 'attr2') + self.assertIsInstance(name_values[0][1], Attribute) + self.assertEqual(name_values[0][1].__name__, 'attr2') + self.assertEqual(name_values[0][1].__doc__, 'My attr2') + self.assertEqual(name_values[1][0], 'method') + self.assertIsInstance(name_values[1][1], Method) + self.assertEqual(name_values[1][1].__name__, 'method') + self.assertEqual(name_values[1][1].__doc__, 'My method, overridden') + self.assertEqual(name_values[2][0], 'method2') + self.assertIsInstance(name_values[2][1], Method) + self.assertEqual(name_values[2][1].__name__, 'method2') + self.assertEqual(name_values[2][1].__doc__, 'My method2') + + name_values = sorted(IDerived.namesAndDescriptions(all=True)) + + self.assertEqual(len(name_values), 4) + self.assertEqual(name_values[0][0], 'attr') + self.assertIsInstance(name_values[0][1], Attribute) + self.assertEqual(name_values[0][1].__name__, 'attr') + self.assertEqual(name_values[0][1].__doc__, 'My attr') + self.assertEqual(name_values[1][0], 'attr2') + self.assertIsInstance(name_values[1][1], Attribute) + self.assertEqual(name_values[1][1].__name__, 'attr2') + self.assertEqual(name_values[1][1].__doc__, 'My attr2') + self.assertEqual(name_values[2][0], 'method') + self.assertIsInstance(name_values[2][1], Method) + self.assertEqual(name_values[2][1].__name__, 'method') + self.assertEqual(name_values[2][1].__doc__, 'My method, overridden') + self.assertEqual(name_values[3][0], 'method2') + self.assertIsInstance(name_values[3][1], Method) + self.assertEqual(name_values[3][1].__name__, 'method2') + self.assertEqual(name_values[3][1].__doc__, 'My method2') + + def test_getDescriptionFor_nonesuch_no_default(self): + from zope.interface import Interface + + class IEmpty(Interface): + pass + + self.assertRaises(KeyError, IEmpty.getDescriptionFor, 'nonesuch') + + def test_getDescriptionFor_simple(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.interface import Method + + class ISimple(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + a_desc = ISimple.getDescriptionFor('attr') + self.assertIsInstance(a_desc, Attribute) + self.assertEqual(a_desc.__name__, 'attr') + self.assertEqual(a_desc.__doc__, 'My attr') + + m_desc = ISimple.getDescriptionFor('method') + self.assertIsInstance(m_desc, Method) + self.assertEqual(m_desc.__name__, 'method') + self.assertEqual(m_desc.__doc__, 'My method') + + def test_getDescriptionFor_derived(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.interface import Method + + class IBase(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + class IDerived(IBase): + attr2 = Attribute('My attr2') + + def method(): + "My method, overridden" + + def method2(): + "My method2" + + a_desc = IDerived.getDescriptionFor('attr') + self.assertIsInstance(a_desc, Attribute) + self.assertEqual(a_desc.__name__, 'attr') + self.assertEqual(a_desc.__doc__, 'My attr') + + m_desc = IDerived.getDescriptionFor('method') + self.assertIsInstance(m_desc, Method) + self.assertEqual(m_desc.__name__, 'method') + self.assertEqual(m_desc.__doc__, 'My method, overridden') + + a2_desc = IDerived.getDescriptionFor('attr2') + self.assertIsInstance(a2_desc, Attribute) + self.assertEqual(a2_desc.__name__, 'attr2') + self.assertEqual(a2_desc.__doc__, 'My attr2') + + m2_desc = IDerived.getDescriptionFor('method2') + self.assertIsInstance(m2_desc, Method) + self.assertEqual(m2_desc.__name__, 'method2') + self.assertEqual(m2_desc.__doc__, 'My method2') + + def test___getitem__nonesuch(self): + from zope.interface import Interface + + class IEmpty(Interface): + pass + + self.assertRaises(KeyError, IEmpty.__getitem__, 'nonesuch') + + def test___getitem__simple(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.interface import Method + + class ISimple(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + a_desc = ISimple['attr'] + self.assertIsInstance(a_desc, Attribute) + self.assertEqual(a_desc.__name__, 'attr') + self.assertEqual(a_desc.__doc__, 'My attr') + + m_desc = ISimple['method'] + self.assertIsInstance(m_desc, Method) + self.assertEqual(m_desc.__name__, 'method') + self.assertEqual(m_desc.__doc__, 'My method') + + def test___getitem___derived(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface.interface import Method + + class IBase(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + class IDerived(IBase): + attr2 = Attribute('My attr2') + + def method(): + "My method, overridden" + + def method2(): + "My method2" + + a_desc = IDerived['attr'] + self.assertIsInstance(a_desc, Attribute) + self.assertEqual(a_desc.__name__, 'attr') + self.assertEqual(a_desc.__doc__, 'My attr') + + m_desc = IDerived['method'] + self.assertIsInstance(m_desc, Method) + self.assertEqual(m_desc.__name__, 'method') + self.assertEqual(m_desc.__doc__, 'My method, overridden') + + a2_desc = IDerived['attr2'] + self.assertIsInstance(a2_desc, Attribute) + self.assertEqual(a2_desc.__name__, 'attr2') + self.assertEqual(a2_desc.__doc__, 'My attr2') + + m2_desc = IDerived['method2'] + self.assertIsInstance(m2_desc, Method) + self.assertEqual(m2_desc.__name__, 'method2') + self.assertEqual(m2_desc.__doc__, 'My method2') + + def test___contains__nonesuch(self): + from zope.interface import Interface + + class IEmpty(Interface): + pass + + self.assertNotIn('nonesuch', IEmpty) + + def test___contains__simple(self): + from zope.interface import Attribute + from zope.interface import Interface + + class ISimple(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + self.assertIn('attr', ISimple) + self.assertIn('method', ISimple) + + def test___contains__derived(self): + from zope.interface import Attribute + from zope.interface import Interface + + class IBase(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + class IDerived(IBase): + attr2 = Attribute('My attr2') + + def method(): + "My method, overridden" + + def method2(): + "My method2" + + self.assertIn('attr', IDerived) + self.assertIn('method', IDerived) + self.assertIn('attr2', IDerived) + self.assertIn('method2', IDerived) + + def test___iter__empty(self): + from zope.interface import Interface + + class IEmpty(Interface): + pass + + self.assertEqual(list(IEmpty), []) + + def test___iter__simple(self): + from zope.interface import Attribute + from zope.interface import Interface + + class ISimple(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + self.assertEqual(sorted(list(ISimple)), ['attr', 'method']) + + def test___iter__derived(self): + from zope.interface import Attribute + from zope.interface import Interface + + class IBase(Interface): + attr = Attribute('My attr') + + def method(): + "My method" + + class IDerived(IBase): + attr2 = Attribute('My attr2') + + def method(): + "My method, overridden" + + def method2(): + "My method2" + + self.assertEqual(sorted(list(IDerived)), + ['attr', 'attr2', 'method', 'method2']) + + def test_function_attributes_become_tagged_values(self): + from zope.interface import Interface + + class ITagMe(Interface): + def method(): + """docstring""" + method.optional = 1 + + method = ITagMe['method'] + self.assertEqual(method.getTaggedValue('optional'), 1) + + def test___doc___non_element(self): + from zope.interface import Interface + + class IHaveADocString(Interface): + "xxx" + + self.assertEqual(IHaveADocString.__doc__, "xxx") + self.assertEqual(list(IHaveADocString), []) + + def test___doc___as_element(self): + from zope.interface import Attribute + from zope.interface import Interface + + class IHaveADocString(Interface): + "xxx" + __doc__ = Attribute('the doc') + + self.assertEqual(IHaveADocString.__doc__, "") + self.assertEqual(list(IHaveADocString), ['__doc__']) + + def _errorsEqual(self, has_invariant, error_len, error_msgs, iface): + from zope.interface.exceptions import Invalid + self.assertRaises(Invalid, iface.validateInvariants, has_invariant) + e = [] + try: + iface.validateInvariants(has_invariant, e) + self.fail("validateInvariants should always raise") + except Invalid as error: + self.assertEqual(error.args[0], e) + + self.assertEqual(len(e), error_len) + msgs = [error.args[0] for error in e] + msgs.sort() + for msg in msgs: + self.assertEqual(msg, error_msgs.pop(0)) + + def test_invariant_simple(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import directlyProvides + from zope.interface import invariant + + class IInvariant(Interface): + foo = Attribute('foo') + bar = Attribute('bar; must eval to Boolean True if foo does') + invariant(_ifFooThenBar) + + class HasInvariant: + pass + + # set up + has_invariant = HasInvariant() + directlyProvides(has_invariant, IInvariant) + + # the tests + self.assertEqual(IInvariant.getTaggedValue('invariants'), + [_ifFooThenBar]) + self.assertEqual(IInvariant.validateInvariants(has_invariant), None) + has_invariant.bar = 27 + self.assertEqual(IInvariant.validateInvariants(has_invariant), None) + has_invariant.foo = 42 + self.assertEqual(IInvariant.validateInvariants(has_invariant), None) + del has_invariant.bar + self._errorsEqual(has_invariant, 1, ['If Foo, then Bar!'], + IInvariant) + + def test_invariant_nested(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import directlyProvides + from zope.interface import invariant + + class IInvariant(Interface): + foo = Attribute('foo') + bar = Attribute('bar; must eval to Boolean True if foo does') + invariant(_ifFooThenBar) + + class ISubInvariant(IInvariant): + invariant(_barGreaterThanFoo) + + class HasInvariant: + pass + + # nested interfaces with invariants: + self.assertEqual(ISubInvariant.getTaggedValue('invariants'), + [_barGreaterThanFoo]) + has_invariant = HasInvariant() + directlyProvides(has_invariant, ISubInvariant) + has_invariant.foo = 42 + # even though the interface has changed, we should still only have one + # error. + self._errorsEqual(has_invariant, 1, ['If Foo, then Bar!'], + ISubInvariant) + # however, if we set foo to 0 (Boolean False) and bar to a negative + # number then we'll get the new error + has_invariant.foo = 2 + has_invariant.bar = 1 + self._errorsEqual(has_invariant, 1, + ['Please, Boo MUST be greater than Foo!'], + ISubInvariant) + # and if we set foo to a positive number and boo to 0, we'll + # get both errors! + has_invariant.foo = 1 + has_invariant.bar = 0 + self._errorsEqual(has_invariant, 2, + ['If Foo, then Bar!', + 'Please, Boo MUST be greater than Foo!'], + ISubInvariant) + # for a happy ending, we'll make the invariants happy + has_invariant.foo = 1 + has_invariant.bar = 2 + self.assertEqual(IInvariant.validateInvariants(has_invariant), None) + + def test_invariant_mutandis(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import directlyProvides + from zope.interface import invariant + + class IInvariant(Interface): + foo = Attribute('foo') + bar = Attribute('bar; must eval to Boolean True if foo does') + invariant(_ifFooThenBar) + + class HasInvariant: + pass + + # now we'll do two invariants on the same interface, + # just to make sure that a small + # multi-invariant interface is at least minimally tested. + has_invariant = HasInvariant() + directlyProvides(has_invariant, IInvariant) + has_invariant.foo = 42 + + # if you really need to mutate, then this would be the way to do it. + # Probably a bad idea, though. :-) + old_invariants = IInvariant.getTaggedValue('invariants') + invariants = old_invariants[:] + invariants.append(_barGreaterThanFoo) + IInvariant.setTaggedValue('invariants', invariants) + + # even though the interface has changed, we should still only have one + # error. + self._errorsEqual(has_invariant, 1, ['If Foo, then Bar!'], + IInvariant) + # however, if we set foo to 0 (Boolean False) and bar to a negative + # number then we'll get the new error + has_invariant.foo = 2 + has_invariant.bar = 1 + self._errorsEqual( + has_invariant, + 1, + ['Please, Boo MUST be greater than Foo!'], + IInvariant + ) + # and if we set foo to a positive number and boo to 0, we'll + # get both errors! + has_invariant.foo = 1 + has_invariant.bar = 0 + self._errorsEqual(has_invariant, 2, + ['If Foo, then Bar!', + 'Please, Boo MUST be greater than Foo!'], + IInvariant) + # for another happy ending, we'll make the invariants happy again + has_invariant.foo = 1 + has_invariant.bar = 2 + self.assertEqual(IInvariant.validateInvariants(has_invariant), None) + # clean up + IInvariant.setTaggedValue('invariants', old_invariants) + + def test___doc___element(self): + from zope.interface import Attribute + from zope.interface import Interface + + class IDocstring(Interface): + "xxx" + + self.assertEqual(IDocstring.__doc__, "xxx") + self.assertEqual(list(IDocstring), []) + + class IDocstringAndAttribute(Interface): + "xxx" + + __doc__ = Attribute('the doc') + + self.assertEqual(IDocstringAndAttribute.__doc__, "") + self.assertEqual(list(IDocstringAndAttribute), ['__doc__']) + + def test_invariant_as_decorator(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import implementer + from zope.interface import invariant + from zope.interface.exceptions import Invalid + + class IRange(Interface): + min = Attribute("Lower bound") + max = Attribute("Upper bound") + + @invariant + def range_invariant(ob): + if ob.max < ob.min: + raise Invalid('max < min') + + @implementer(IRange) + class Range: + + def __init__(self, min, max): + self.min, self.max = min, max + + IRange.validateInvariants(Range(1, 2)) + IRange.validateInvariants(Range(1, 1)) + try: + IRange.validateInvariants(Range(2, 1)) + except Invalid as e: + self.assertEqual(str(e), 'max < min') + + def test_taggedValue(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import taggedValue + + class ITagged(Interface): + foo = Attribute('foo') + bar = Attribute('bar; must eval to Boolean True if foo does') + taggedValue('qux', 'Spam') + + class IDerived(ITagged): + taggedValue('qux', 'Spam Spam') + taggedValue('foo', 'bar') + + class IDerived2(IDerived): + pass + + self.assertEqual(ITagged.getTaggedValue('qux'), 'Spam') + self.assertRaises(KeyError, ITagged.getTaggedValue, 'foo') + self.assertEqual(list(ITagged.getTaggedValueTags()), ['qux']) + + self.assertEqual(IDerived2.getTaggedValue('qux'), 'Spam Spam') + self.assertEqual(IDerived2.getTaggedValue('foo'), 'bar') + self.assertEqual(set(IDerived2.getTaggedValueTags()), {'qux', 'foo'}) + + def _make_taggedValue_tree(self, base): + from zope.interface import Attribute + from zope.interface import taggedValue + + class F(base): + taggedValue('tag', 'F') + tag = Attribute('F') + + class E(base): + taggedValue('tag', 'E') + tag = Attribute('E') + + class D(base): + taggedValue('tag', 'D') + tag = Attribute('D') + + class C(D, F): + taggedValue('tag', 'C') + tag = Attribute('C') + + class B(D, E): + pass + + class A(B, C): + pass + + return A + + def test_getTaggedValue_follows__iro__(self): + # And not just looks at __bases__. + # https://github.com/zopefoundation/zope.interface/issues/190 + from zope.interface import Interface + + # First, confirm that looking at a true class + # hierarchy follows the __mro__. + class_A = self._make_taggedValue_tree(object) + self.assertEqual(class_A.tag.__name__, 'C') + + # Now check that Interface does, both for attributes... + iface_A = self._make_taggedValue_tree(Interface) + self.assertEqual(iface_A['tag'].__name__, 'C') + # ... and for tagged values. + self.assertEqual(iface_A.getTaggedValue('tag'), 'C') + self.assertEqual(iface_A.queryTaggedValue('tag'), 'C') + # Of course setting something lower overrides it. + assert iface_A.__bases__[0].__name__ == 'B' + iface_A.__bases__[0].setTaggedValue('tag', 'B') + self.assertEqual(iface_A.getTaggedValue('tag'), 'B') + + def test_getDirectTaggedValue_ignores__iro__(self): + # https://github.com/zopefoundation/zope.interface/issues/190 + from zope.interface import Interface + + A = self._make_taggedValue_tree(Interface) + self.assertIsNone(A.queryDirectTaggedValue('tag')) + self.assertEqual([], list(A.getDirectTaggedValueTags())) + + with self.assertRaises(KeyError): + A.getDirectTaggedValue('tag') + + A.setTaggedValue('tag', 'A') + self.assertEqual(A.queryDirectTaggedValue('tag'), 'A') + self.assertEqual(A.getDirectTaggedValue('tag'), 'A') + self.assertEqual(['tag'], list(A.getDirectTaggedValueTags())) + + assert A.__bases__[1].__name__ == 'C' + C = A.__bases__[1] + self.assertEqual(C.queryDirectTaggedValue('tag'), 'C') + self.assertEqual(C.getDirectTaggedValue('tag'), 'C') + self.assertEqual(['tag'], list(C.getDirectTaggedValueTags())) + + def test_description_cache_management(self): + # See https://bugs.launchpad.net/zope.interface/+bug/185974 + # There was a bug where the cache used by Specification.get() was not + # cleared when the bases were changed. + from zope.interface import Attribute + from zope.interface import Interface + + class I1(Interface): + a = Attribute('a') + + class I2(I1): + pass + + class I3(I2): + pass + + self.assertIs(I3.get('a'), I1.get('a')) + + I2.__bases__ = (Interface,) + self.assertIsNone(I3.get('a')) + + def test___call___defers_to___conform___(self): + from zope.interface import Interface + from zope.interface import implementer + + class IFoo(Interface): + pass + + @implementer(IFoo) + class C: + def __conform__(self, proto): + return 0 + + self.assertEqual(IFoo(C()), 0) + + def test___call___object_implements(self): + from zope.interface import Interface + from zope.interface import implementer + + class IFoo(Interface): + pass + + @implementer(IFoo) + class C: + pass + + c = C() + self.assertIs(IFoo(c), c) + + def test___call___miss_wo_alternate(self): + from zope.interface import Interface + + class IFoo(Interface): + pass + + class C: + pass + + c = C() + self.assertRaises(TypeError, IFoo, c) + + def test___call___miss_w_alternate(self): + from zope.interface import Interface + + class IFoo(Interface): + pass + + class C: + pass + + c = C() + self.assertIs(IFoo(c, self), self) + + def test___call___w_adapter_hook(self): + from zope.interface import Interface + from zope.interface.interface import adapter_hooks + + def _miss(iface, obj): + pass + + def _hit(iface, obj): + return self + + class IFoo(Interface): + pass + + class C: + pass + + c = C() + + old_adapter_hooks = adapter_hooks[:] + adapter_hooks[:] = [_miss, _hit] + try: + self.assertIs(IFoo(c), self) + finally: + adapter_hooks[:] = old_adapter_hooks + + def test___call___w_overridden_adapt(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface import interfacemethod + + class IFoo(Interface): + + @interfacemethod + def __adapt__(self, obj): + return 42 + + @implementer(IFoo) + class Obj: + pass + + self.assertEqual(42, IFoo(object())) + # __adapt__ can ignore the fact that the object provides + # the interface if it chooses. + self.assertEqual(42, IFoo(Obj())) + + def test___call___w_overridden_adapt_and_conform(self): + # Conform is first, taking precedence over __adapt__, + # *if* it returns non-None + from zope.interface import Interface + from zope.interface import implementer + from zope.interface import interfacemethod + + class IAdapt(Interface): + @interfacemethod + def __adapt__(self, obj): + return 42 + + class ISimple(Interface): + """Nothing special.""" + + @implementer(IAdapt) + class Conform24: + def __conform__(self, iface): + return 24 + + @implementer(IAdapt) + class ConformNone: + def __conform__(self, iface): + return None + + self.assertEqual(42, IAdapt(object())) + + self.assertEqual(24, ISimple(Conform24())) + self.assertEqual(24, IAdapt(Conform24())) + + with self.assertRaises(TypeError): + ISimple(ConformNone()) + + self.assertEqual(42, IAdapt(ConformNone())) + + def test___call___w_overridden_adapt_call_super(self): + import sys + + from zope.interface import Interface + from zope.interface import implementer + from zope.interface import interfacemethod + + class IFoo(Interface): + + @interfacemethod + def __adapt__(self, obj): + if not self.providedBy(obj): + return 42 + return super().__adapt__(obj) + + @implementer(IFoo) + class Obj: + pass + + self.assertEqual(42, IFoo(object())) + obj = Obj() + self.assertIs(obj, IFoo(obj)) + + def test___adapt___as_method_and_implementation(self): + from zope.interface import Interface + from zope.interface import interfacemethod + + class IFoo(Interface): + @interfacemethod + def __adapt__(self, obj): + return 42 + + def __adapt__(to_adapt): # noqa F811 + "This is a protocol" + + self.assertEqual(42, IFoo(object())) + self.assertEqual(IFoo['__adapt__'].getSignatureString(), '(to_adapt)') + + def test___adapt__inheritance_and_type(self): + from zope.interface import Interface + from zope.interface import interfacemethod + + class IRoot(Interface): + """Root""" + + class IWithAdapt(IRoot): + @interfacemethod + def __adapt__(self, obj): + return 42 + + class IOther(IRoot): + """Second branch""" + + class IUnrelated(Interface): + """Unrelated""" + + class IDerivedAdapt(IUnrelated, IWithAdapt, IOther): + """Inherits an adapt""" + # Order of "inheritance" matters here. + + class IDerived2Adapt(IDerivedAdapt): + """Overrides an inherited custom adapt.""" + @interfacemethod + def __adapt__(self, obj): + return 24 + + self.assertEqual(42, IDerivedAdapt(object())) + for iface in IRoot, IWithAdapt, IOther, IUnrelated, IDerivedAdapt: + self.assertEqual(__name__, iface.__module__) + + for iface in IRoot, IOther, IUnrelated: + self.assertEqual(type(IRoot), type(Interface)) + + # But things that implemented __adapt__ got a new type + self.assertNotEqual(type(Interface), type(IWithAdapt)) + self.assertEqual(type(IWithAdapt), type(IDerivedAdapt)) + self.assertIsInstance(IWithAdapt, type(Interface)) + + self.assertEqual(24, IDerived2Adapt(object())) + self.assertNotEqual(type(IDerived2Adapt), type(IDerivedAdapt)) + self.assertIsInstance(IDerived2Adapt, type(IDerivedAdapt)) + + def test_interfacemethod_is_general(self): + from zope.interface import Interface + from zope.interface import interfacemethod + + class IFoo(Interface): + + @interfacemethod + def __call__(self, obj): + """Replace an existing method""" + return 42 + + @interfacemethod + def this_is_new(self): + return 42 + + self.assertEqual(IFoo(self), 42) + self.assertEqual(IFoo.this_is_new(), 42) + + +class AttributeTests(ElementTests): + + DEFAULT_NAME = 'TestAttribute' + + def _getTargetClass(self): + from zope.interface.interface import Attribute + return Attribute + + def test__repr__w_interface(self): + method = self._makeOne() + method.interface = type(self) + r = repr(method) + self.assertTrue( + r.startswith(''), r + ) + + def test__repr__wo_interface(self): + method = self._makeOne() + r = repr(method) + self.assertTrue( + r.startswith(''), r) + + def test__str__w_interface(self): + method = self._makeOne() + method.interface = type(self) + r = str(method) + self.assertEqual(r, __name__ + '.AttributeTests.TestAttribute') + + def test__str__wo_interface(self): + method = self._makeOne() + r = str(method) + self.assertEqual(r, 'TestAttribute') + + +class MethodTests(AttributeTests): + + DEFAULT_NAME = 'TestMethod' + + def _getTargetClass(self): + from zope.interface.interface import Method + return Method + + def test_optional_as_property(self): + method = self._makeOne() + self.assertEqual(method.optional, {}) + method.optional = {'foo': 'bar'} + self.assertEqual(method.optional, {'foo': 'bar'}) + del method.optional + self.assertEqual(method.optional, {}) + + def test___call___raises_BrokenImplementation(self): + from zope.interface.exceptions import BrokenImplementation + method = self._makeOne() + try: + method() + except BrokenImplementation as e: + self.assertEqual(e.interface, None) + self.assertEqual(e.name, self.DEFAULT_NAME) + else: + self.fail('__call__ should raise BrokenImplementation') + + def test_getSignatureInfo_bare(self): + method = self._makeOne() + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), []) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], None) + + def test_getSignatureString_bare(self): + method = self._makeOne() + self.assertEqual(method.getSignatureString(), '()') + + def test_getSignatureString_w_only_required(self): + method = self._makeOne() + method.positional = method.required = ['foo'] + self.assertEqual(method.getSignatureString(), '(foo)') + + def test_getSignatureString_w_optional(self): + method = self._makeOne() + method.positional = method.required = ['foo'] + method.optional = {'foo': 'bar'} + self.assertEqual(method.getSignatureString(), "(foo='bar')") + + def test_getSignatureString_w_varargs(self): + method = self._makeOne() + method.varargs = 'args' + self.assertEqual(method.getSignatureString(), "(*args)") + + def test_getSignatureString_w_kwargs(self): + method = self._makeOne() + method.kwargs = 'kw' + self.assertEqual(method.getSignatureString(), "(**kw)") + + def test__repr__w_interface(self): + method = self._makeOne() + method.kwargs = 'kw' + method.interface = type(self) + r = repr(method) + self.assertTrue( + r.startswith(''), r + ) + + def test__repr__wo_interface(self): + method = self._makeOne() + method.kwargs = 'kw' + r = repr(method) + self.assertTrue( + r.startswith(''), r) + + def test__str__w_interface(self): + method = self._makeOne() + method.kwargs = 'kw' + method.interface = type(self) + r = str(method) + self.assertEqual(r, __name__ + '.MethodTests.TestMethod(**kw)') + + def test__str__wo_interface(self): + method = self._makeOne() + method.kwargs = 'kw' + r = str(method) + self.assertEqual(r, 'TestMethod(**kw)') + + +class Test_fromFunction(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.interface import fromFunction + return fromFunction(*args, **kw) + + def test_bare(self): + + def _func(): + "DOCSTRING" + + method = self._callFUT(_func) + self.assertEqual(method.getName(), '_func') + self.assertEqual(method.getDoc(), 'DOCSTRING') + self.assertEqual(method.interface, None) + self.assertEqual(list(method.getTaggedValueTags()), []) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), []) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], None) + + def test_w_interface(self): + from zope.interface.interface import InterfaceClass + + class IFoo(InterfaceClass): + pass + + def _func(): + "DOCSTRING" + + method = self._callFUT(_func, interface=IFoo) + self.assertEqual(method.interface, IFoo) + + def test_w_name(self): + + def _func(): + "DOCSTRING" + + method = self._callFUT(_func, name='anotherName') + self.assertEqual(method.getName(), 'anotherName') + + def test_w_only_required(self): + + def _func(foo): + "DOCSTRING" + + method = self._callFUT(_func) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), ['foo']) + self.assertEqual(list(info['required']), ['foo']) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], None) + + def test_w_optional(self): + + def _func(foo='bar'): + "DOCSTRING" + + method = self._callFUT(_func) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), ['foo']) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {'foo': 'bar'}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], None) + + def test_w_optional_self(self): + # This is a weird case, trying to cover the following code in + # FUT:: + # + # nr = na-len(defaults) + # if nr < 0: + # defaults=defaults[-nr:] + # nr = 0 + + def _func(self='bar'): + "DOCSTRING" + + method = self._callFUT(_func, imlevel=1) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), []) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], None) + + def test_w_varargs(self): + + def _func(*args): + "DOCSTRING" + + method = self._callFUT(_func) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), []) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], 'args') + self.assertEqual(info['kwargs'], None) + + def test_w_kwargs(self): + + def _func(**kw): + "DOCSTRING" + + method = self._callFUT(_func) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), []) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], 'kw') + + def test_full_spectrum(self): + + def _func( + foo, bar='baz', *args, **kw + ): # pylint:disable=keyword-arg-before-vararg + "DOCSTRING" + + method = self._callFUT(_func) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), ['foo', 'bar']) + self.assertEqual(list(info['required']), ['foo']) + self.assertEqual(info['optional'], {'bar': 'baz'}) + self.assertEqual(info['varargs'], 'args') + self.assertEqual(info['kwargs'], 'kw') + + +class Test_fromMethod(unittest.TestCase): + + def _callFUT(self, *args, **kw): + from zope.interface.interface import fromMethod + return fromMethod(*args, **kw) + + def test_no_args(self): + + class Foo: + def bar(self): + "DOCSTRING" + + method = self._callFUT(Foo.bar) + self.assertEqual(method.getName(), 'bar') + self.assertEqual(method.getDoc(), 'DOCSTRING') + self.assertEqual(method.interface, None) + self.assertEqual(list(method.getTaggedValueTags()), []) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), []) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], None) + + def test_full_spectrum(self): + + class Foo: + def bar( + self, foo, bar='baz', *args, **kw + ): # pylint:disable=keyword-arg-before-vararg + "DOCSTRING" + + method = self._callFUT(Foo.bar) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), ['foo', 'bar']) + self.assertEqual(list(info['required']), ['foo']) + self.assertEqual(info['optional'], {'bar': 'baz'}) + self.assertEqual(info['varargs'], 'args') + self.assertEqual(info['kwargs'], 'kw') + + def test_w_non_method(self): + + def foo(): + "DOCSTRING" + + method = self._callFUT(foo) + self.assertEqual(method.getName(), 'foo') + self.assertEqual(method.getDoc(), 'DOCSTRING') + self.assertEqual(method.interface, None) + self.assertEqual(list(method.getTaggedValueTags()), []) + info = method.getSignatureInfo() + self.assertEqual(list(info['positional']), []) + self.assertEqual(list(info['required']), []) + self.assertEqual(info['optional'], {}) + self.assertEqual(info['varargs'], None) + self.assertEqual(info['kwargs'], None) + + +class DummyDependent: + + def __init__(self): + self._changed = [] + + def changed(self, originally_changed): + self._changed.append(originally_changed) + + +def _barGreaterThanFoo(obj): + from zope.interface.exceptions import Invalid + foo = getattr(obj, 'foo', None) + bar = getattr(obj, 'bar', None) + if foo is not None and isinstance(foo, type(bar)): + # type checking should be handled elsewhere (like, say, + # schema); these invariants should be intra-interface + # constraints. This is a hacky way to do it, maybe, but you + # get the idea + if not bar > foo: + raise Invalid('Please, Boo MUST be greater than Foo!') + + +def _ifFooThenBar(obj): + from zope.interface.exceptions import Invalid + if getattr(obj, 'foo', None) and not getattr(obj, 'bar', None): + raise Invalid('If Foo, then Bar!') + + +class _Monkey: + # context-manager for replacing module names in the scope of a test. + def __init__(self, module, **kw): + self.module = module + self.to_restore = {key: getattr(module, key) for key in kw} + for key, value in kw.items(): + setattr(module, key, value) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_val, exc_tb): + for key, value in self.to_restore.items(): + setattr(self.module, key, value) + + +class TestTypeAnnotations(unittest.TestCase): + """Test using Interfaces in type annotations.""" + + def test___or__(self): + from typing import Optional + from typing import Union + + from zope.interface import Interface + + class I1(Interface): + pass + + class I2(Interface): + pass + + class B: + a: I1 | None + b: I1 | I2 + + self.assertEqual( + B.__annotations__, {'a': Optional[I1], 'b': Union[I1, I2]}) + + def test___ror__(self): + from typing import Optional + from typing import Union + + from zope.interface import Interface + + class I1(Interface): + pass + + class A: + pass + + class B: + a: None | I1 + b: A | I1 + + self.assertEqual( + B.__annotations__, {'a': Optional[I1], 'b': Union[A, I1]}) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interfaces.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interfaces.py new file mode 100644 index 0000000..a100649 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_interfaces.py @@ -0,0 +1,130 @@ +import unittest + + +class _ConformsToIObjectEvent: + + def _makeOne(self, target=None): + if target is None: + target = object() + return self._getTargetClass()(target) + + def test_class_conforms_to_IObjectEvent(self): + from zope.interface.interfaces import IObjectEvent + from zope.interface.verify import verifyClass + verifyClass(IObjectEvent, self._getTargetClass()) + + def test_instance_conforms_to_IObjectEvent(self): + from zope.interface.interfaces import IObjectEvent + from zope.interface.verify import verifyObject + verifyObject(IObjectEvent, self._makeOne()) + + +class _ConformsToIRegistrationEvent(_ConformsToIObjectEvent): + + def test_class_conforms_to_IRegistrationEvent(self): + from zope.interface.interfaces import IRegistrationEvent + from zope.interface.verify import verifyClass + verifyClass(IRegistrationEvent, self._getTargetClass()) + + def test_instance_conforms_to_IRegistrationEvent(self): + from zope.interface.interfaces import IRegistrationEvent + from zope.interface.verify import verifyObject + verifyObject(IRegistrationEvent, self._makeOne()) + + +class ObjectEventTests(unittest.TestCase, _ConformsToIObjectEvent): + + def _getTargetClass(self): + from zope.interface.interfaces import ObjectEvent + return ObjectEvent + + def test_ctor(self): + target = object() + event = self._makeOne(target) + self.assertIs(event.object, target) + + +class RegistrationEventTests(unittest.TestCase, + _ConformsToIRegistrationEvent): + + def _getTargetClass(self): + from zope.interface.interfaces import RegistrationEvent + return RegistrationEvent + + def test___repr__(self): + target = object() + event = self._makeOne(target) + r = repr(event) + self.assertEqual(r.splitlines(), + ['RegistrationEvent event:', repr(target)]) + + +class RegisteredTests(unittest.TestCase, + _ConformsToIRegistrationEvent): + + def _getTargetClass(self): + from zope.interface.interfaces import Registered + return Registered + + def test_class_conforms_to_IRegistered(self): + from zope.interface.interfaces import IRegistered + from zope.interface.verify import verifyClass + verifyClass(IRegistered, self._getTargetClass()) + + def test_instance_conforms_to_IRegistered(self): + from zope.interface.interfaces import IRegistered + from zope.interface.verify import verifyObject + verifyObject(IRegistered, self._makeOne()) + + +class UnregisteredTests(unittest.TestCase, + _ConformsToIRegistrationEvent): + + def _getTargetClass(self): + from zope.interface.interfaces import Unregistered + return Unregistered + + def test_class_conforms_to_IUnregistered(self): + from zope.interface.interfaces import IUnregistered + from zope.interface.verify import verifyClass + verifyClass(IUnregistered, self._getTargetClass()) + + def test_instance_conforms_to_IUnregistered(self): + from zope.interface.interfaces import IUnregistered + from zope.interface.verify import verifyObject + verifyObject(IUnregistered, self._makeOne()) + + +class InterfaceClassTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.interface import InterfaceClass + return InterfaceClass + + def _getTargetInterface(self): + from zope.interface.interfaces import IInterface + return IInterface + + def _makeOne(self): + from zope.interface.interface import Interface + return Interface + + def test_class_conforms(self): + from zope.interface.verify import verifyClass + verifyClass(self._getTargetInterface(), self._getTargetClass()) + + def test_instance_conforms(self): + from zope.interface.verify import verifyObject + verifyObject(self._getTargetInterface(), self._makeOne()) + + def test_instance_consistent__iro__(self): + from zope.interface import ro + self.assertTrue(ro.is_consistent(self._getTargetInterface())) + + def test_class_consistent__iro__(self): + from zope.interface import implementedBy + from zope.interface import ro + + self.assertTrue( + ro.is_consistent(implementedBy(self._getTargetClass())) + ) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_odd_declarations.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_odd_declarations.py new file mode 100644 index 0000000..09a8de8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_odd_declarations.py @@ -0,0 +1,301 @@ +############################################################################## +# +# Copyright (c) 2003 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Test interface declarations against ExtensionClass-like classes. + +These tests are to make sure we do something sane in the presence of +classic ExtensionClass classes and instances. +""" +import unittest + +from zope.interface import Interface +from zope.interface import classImplements +from zope.interface import classImplementsOnly +from zope.interface import directlyProvidedBy +from zope.interface import directlyProvides +from zope.interface import implementedBy +from zope.interface import implementer +from zope.interface import providedBy +from zope.interface.tests import odd + + +class I1(Interface): + pass + + +class I2(Interface): + pass + + +class I3(Interface): + pass + + +class I31(I3): + pass + + +class I4(Interface): + pass + + +class I5(Interface): + pass + + +class Odd: + pass + + +Odd = odd.MetaClass('Odd', Odd.__bases__, {}) + + +class B(Odd): + __implemented__ = I2 + + +# TODO: We are going to need more magic to make classProvides work with odd +# classes. This will work in the next iteration. For now, we'll use +# a different mechanism. + +# from zope.interface import classProvides +class A(Odd): + pass + + +classImplements(A, I1) + + +class C(A, B): + pass + + +classImplements(C, I31) + + +class Test(unittest.TestCase): + + def test_ObjectSpecification(self): + c = C() + directlyProvides(c, I4) + self.assertEqual([i.getName() for i in providedBy(c)], + ['I4', 'I31', 'I1', 'I2'] + ) + self.assertEqual([i.getName() for i in providedBy(c).flattened()], + ['I4', 'I31', 'I3', 'I1', 'I2', 'Interface'] + ) + self.assertIn(I1, providedBy(c)) + self.assertNotIn(I3, providedBy(c)) + self.assertTrue(providedBy(c).extends(I3)) + self.assertTrue(providedBy(c).extends(I31)) + self.assertFalse(providedBy(c).extends(I5)) + + class COnly(A, B): + pass + classImplementsOnly(COnly, I31) + + class D(COnly): + pass + classImplements(D, I5) + + classImplements(D, I5) + + c = D() + directlyProvides(c, I4) + self.assertEqual([i.getName() for i in providedBy(c)], + ['I4', 'I5', 'I31']) + self.assertEqual([i.getName() for i in providedBy(c).flattened()], + ['I4', 'I5', 'I31', 'I3', 'Interface']) + self.assertNotIn(I1, providedBy(c)) + self.assertNotIn(I3, providedBy(c)) + self.assertTrue(providedBy(c).extends(I3)) + self.assertFalse(providedBy(c).extends(I1)) + self.assertTrue(providedBy(c).extends(I31)) + self.assertTrue(providedBy(c).extends(I5)) + + class COnly(A, B): + __implemented__ = I31 + + class D(COnly): + pass + + classImplements(D, I5) + classImplements(D, I5) + + c = D() + directlyProvides(c, I4) + self.assertEqual([i.getName() for i in providedBy(c)], + ['I4', 'I5', 'I31']) + self.assertEqual([i.getName() for i in providedBy(c).flattened()], + ['I4', 'I5', 'I31', 'I3', 'Interface']) + self.assertNotIn(I1, providedBy(c)) + self.assertNotIn(I3, providedBy(c)) + self.assertTrue(providedBy(c).extends(I3)) + self.assertFalse(providedBy(c).extends(I1)) + self.assertTrue(providedBy(c).extends(I31)) + self.assertTrue(providedBy(c).extends(I5)) + + def test_classImplements(self): + + @implementer(I3) + class A(Odd): + pass + + @implementer(I4) + class B(Odd): + pass + + class C(A, B): + pass + + classImplements(C, I1, I2) + self.assertEqual([i.getName() for i in implementedBy(C)], + ['I1', 'I2', 'I3', 'I4']) + + classImplements(C, I5) + self.assertEqual([i.getName() for i in implementedBy(C)], + ['I1', 'I2', 'I5', 'I3', 'I4']) + + def test_classImplementsOnly(self): + + @implementer(I3) + class A(Odd): + pass + + @implementer(I4) + class B(Odd): + pass + + class C(A, B): + pass + + classImplementsOnly(C, I1, I2) + self.assertEqual([i.__name__ for i in implementedBy(C)], + ['I1', 'I2']) + + def test_directlyProvides(self): + + class IA1(Interface): + pass + + class IA2(Interface): + pass + + class IB(Interface): + pass + + class IC(Interface): + pass + + class A(Odd): + pass + classImplements(A, IA1, IA2) + + class B(Odd): + pass + classImplements(B, IB) + + class C(A, B): + pass + classImplements(C, IC) + + ob = C() + directlyProvides(ob, I1, I2) + self.assertIn(I1, providedBy(ob)) + self.assertIn(I2, providedBy(ob)) + self.assertIn(IA1, providedBy(ob)) + self.assertIn(IA2, providedBy(ob)) + self.assertIn(IB, providedBy(ob)) + self.assertIn(IC, providedBy(ob)) + + directlyProvides(ob, directlyProvidedBy(ob) - I2) + self.assertIn(I1, providedBy(ob)) + self.assertNotIn(I2, providedBy(ob)) + self.assertNotIn(I2, providedBy(ob)) + directlyProvides(ob, directlyProvidedBy(ob), I2) + self.assertIn(I2, providedBy(ob)) + + # see above + # def TODO_test_classProvides_fails_for_odd_class(self): + # try: + # class A(Odd): + # classProvides(I1) + # except TypeError: + # pass # Success + # self.assert_( + # False, + # "Shouldn't be able to use directlyProvides on odd class." + # ) + + def test_implementedBy(self): + + class I2(I1): + pass + + class C1(Odd): + pass + + classImplements(C1, I2) + + class C2(C1): + pass + + classImplements(C2, I3) + + self.assertEqual([i.getName() for i in implementedBy(C2)], + ['I3', 'I2']) + + def test_odd_metaclass_that_doesnt_subclass_type(self): + # This was originally a doctest in odd.py. + # It verifies that the metaclass the rest of these tests use + # works as expected. + + # This is used for testing support for ExtensionClass in new + # interfaces. + + class A: + a = 1 + + A = odd.MetaClass('A', A.__bases__, A.__dict__) + + class B: + b = 1 + + B = odd.MetaClass('B', B.__bases__, B.__dict__) + + class C(A, B): + pass + + self.assertEqual(C.__bases__, (A, B)) + + a = A() + aa = A() + self.assertEqual(a.a, 1) + self.assertEqual(aa.a, 1) + + aa.a = 2 + self.assertEqual(a.a, 1) + self.assertEqual(aa.a, 2) + + c = C() + self.assertEqual(c.a, 1) + self.assertEqual(c.b, 1) + + c.b = 2 + self.assertEqual(c.b, 2) + + C.c = 1 + self.assertEqual(c.c, 1) + c.c + + self.assertIs(C.__class__.__class__, C.__class__) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_registry.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_registry.py new file mode 100644 index 0000000..0da200e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_registry.py @@ -0,0 +1,3391 @@ +############################################################################## +# +# Copyright (c) 2001, 2002, 2009 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Component Registry Tests""" +# pylint:disable=protected-access +import unittest + +from zope.interface import Interface +from zope.interface.adapter import VerifyingAdapterRegistry +from zope.interface.registry import Components + + +class ComponentsTests(unittest.TestCase): + + def _getTargetClass(self): + return Components + + def _makeOne(self, name='test', *args, **kw): + return self._getTargetClass()(name, *args, **kw) + + def _wrapEvents(self): + from zope.interface import registry + _events = [] + + def _notify(*args, **kw): + _events.append((args, kw)) + + _monkey = _Monkey(registry, notify=_notify) + return _monkey, _events + + def test_ctor_no_bases(self): + from zope.interface.adapter import AdapterRegistry + comp = self._makeOne('testing') + self.assertEqual(comp.__name__, 'testing') + self.assertEqual(comp.__bases__, ()) + self.assertIsInstance(comp.adapters, AdapterRegistry) + self.assertIsInstance(comp.utilities, AdapterRegistry) + self.assertEqual(comp.adapters.__bases__, ()) + self.assertEqual(comp.utilities.__bases__, ()) + self.assertEqual(comp._utility_registrations, {}) + self.assertEqual(comp._adapter_registrations, {}) + self.assertEqual(comp._subscription_registrations, []) + self.assertEqual(comp._handler_registrations, []) + + def test_ctor_w_base(self): + base = self._makeOne('base') + comp = self._makeOne('testing', (base,)) + self.assertEqual(comp.__name__, 'testing') + self.assertEqual(comp.__bases__, (base,)) + self.assertEqual(comp.adapters.__bases__, (base.adapters,)) + self.assertEqual(comp.utilities.__bases__, (base.utilities,)) + + def test___repr__(self): + comp = self._makeOne('testing') + self.assertEqual(repr(comp), '') + + # test _init_registries / _init_registrations via only caller, __init__. + + def test_assign_to___bases__(self): + base1 = self._makeOne('base1') + base2 = self._makeOne('base2') + comp = self._makeOne() + comp.__bases__ = (base1, base2) + self.assertEqual(comp.__bases__, (base1, base2)) + self.assertEqual(comp.adapters.__bases__, + (base1.adapters, base2.adapters)) + self.assertEqual(comp.utilities.__bases__, + (base1.utilities, base2.utilities)) + + def test_registerUtility_with_component_name(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import named + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + + @named('foo') + class Foo: + pass + + foo = Foo() + _info = 'info' + + comp = self._makeOne() + comp.registerUtility(foo, ifoo, info=_info) + self.assertEqual( + comp._utility_registrations[ifoo, 'foo'], + (foo, _info, None)) + + def test_registerUtility_both_factory_and_component(self): + def _factory(): + raise NotImplementedError() + _to_reg = object() + comp = self._makeOne() + self.assertRaises(TypeError, comp.registerUtility, + component=_to_reg, factory=_factory) + + def test_registerUtility_w_component(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = object() + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_to_reg, ifoo, _name, _info) + self.assertIs(comp.utilities._adapters[0][ifoo][_name], _to_reg) + self.assertEqual(comp._utility_registrations[ifoo, _name], + (_to_reg, _info, None)) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], (_to_reg,)) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _to_reg) + self.assertIs(event.object.info, _info) + self.assertIsNone(event.object.factory) + + def test_registerUtility_w_factory(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = object() + + def _factory(): + return _to_reg + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(None, ifoo, _name, _info, factory=_factory) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _to_reg) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _factory) + + def test_registerUtility_no_provided_available(self): + + class Foo: + pass + + _info = 'info' + _name = 'name' + _to_reg = Foo() + comp = self._makeOne() + self.assertRaises(TypeError, + comp.registerUtility, _to_reg, None, _name, _info) + + def test_registerUtility_wo_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import directlyProvides + from zope.interface.interfaces import Registered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + class Foo: + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = Foo() + directlyProvides(_to_reg, ifoo) + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_to_reg, None, _name, _info) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _to_reg) + self.assertIs(event.object.info, _info) + self.assertIsNone(event.object.factory) + + def test_registerUtility_duplicates_existing_reg(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_to_reg, ifoo, _name, _info) + self.assertEqual(len(_events), 0) + + def test_registerUtility_w_different_info(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info1 = 'info1' + _info2 = 'info2' + _name = 'name' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name, _info1) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_to_reg, ifoo, _name, _info2) + self.assertEqual(len(_events), 2) # unreg, reg + self.assertEqual(comp._utility_registrations[(ifoo, _name)], + (_to_reg, _info2, None)) # replaced + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], + (_to_reg,)) + + def test_registerUtility_w_different_names_same_component(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _other_reg = object() + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_other_reg, ifoo, _name1, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_to_reg, ifoo, _name2, _info) + self.assertEqual(len(_events), 1) # reg + self.assertEqual(comp._utility_registrations[(ifoo, _name1)], + (_other_reg, _info, None)) + self.assertEqual(comp._utility_registrations[(ifoo, _name2)], + (_to_reg, _info, None)) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], + (_other_reg, _to_reg,)) + + def test_registerUtility_replaces_existing_reg(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.interfaces import Unregistered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _before, _after = object(), object() + comp = self._makeOne() + comp.registerUtility(_before, ifoo, _name, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_after, ifoo, _name, _info) + self.assertEqual(len(_events), 2) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _before) + self.assertIs(event.object.info, _info) + self.assertIsNone(event.object.factory) + args, kw = _events[1] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _after) + self.assertIs(event.object.info, _info) + self.assertIsNone(event.object.factory) + + def test_registerUtility_w_existing_subscr(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name1, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_to_reg, ifoo, _name2, _info) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], (_to_reg,)) + + def test_registerUtility_wo_event(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = object() + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerUtility(_to_reg, ifoo, _name, _info, False) + self.assertEqual(len(_events), 0) + + def test_registerUtility_changes_object_identity_after(self): + # If a subclass changes the identity of the _utility_registrations, + # the cache is updated and the right thing still happens. + class CompThatChangesAfter1Reg(self._getTargetClass()): + reg_count = 0 + + def registerUtility(self, *args): + self.reg_count += 1 + super().registerUtility(*args) + if self.reg_count == 1: + self._utility_registrations = dict( + self._utility_registrations + ) + + comp = CompThatChangesAfter1Reg() + comp.registerUtility(object(), Interface) + + self.assertEqual(len(list(comp.registeredUtilities())), 1) + + class IFoo(Interface): + pass + + comp.registerUtility(object(), IFoo) + self.assertEqual(len(list(comp.registeredUtilities())), 2) + + def test_registerUtility_changes_object_identity_before(self): + # If a subclass changes the identity of the _utility_registrations, + # the cache is updated and the right thing still happens. + class CompThatChangesAfter2Reg(self._getTargetClass()): + reg_count = 0 + + def registerUtility(self, *args): + self.reg_count += 1 + if self.reg_count == 2: + self._utility_registrations = dict( + self._utility_registrations + ) + + super().registerUtility(*args) + + comp = CompThatChangesAfter2Reg() + comp.registerUtility(object(), Interface) + + self.assertEqual(len(list(comp.registeredUtilities())), 1) + + class IFoo(Interface): + pass + + comp.registerUtility(object(), IFoo) + self.assertEqual(len(list(comp.registeredUtilities())), 2) + + class IBar(Interface): + pass + + comp.registerUtility(object(), IBar) + self.assertEqual(len(list(comp.registeredUtilities())), 3) + + def test_unregisterUtility_wo_factory_nor_component_nor_provided(self): + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterUtility, + component=None, provided=None, factory=None) + + def test_unregisterUtility_both_factory_and_component(self): + def _factory(): + raise NotImplementedError() + _to_reg = object() + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterUtility, + component=_to_reg, factory=_factory) + + def test_unregisterUtility_w_component_miss(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _name = 'name' + _to_reg = object() + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterUtility(_to_reg, ifoo, _name) + self.assertFalse(unreg) + self.assertFalse(_events) + + def test_unregisterUtility_w_component(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _name = 'name' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterUtility(_to_reg, ifoo, _name) + self.assertTrue(unreg) + self.assertFalse(comp.utilities._adapters) # all erased + self.assertNotIn((ifoo, _name), comp._utility_registrations) + self.assertFalse(comp.utilities._subscribers) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _to_reg) + self.assertIsNone(event.object.factory) + + def test_unregisterUtility_w_factory(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = object() + + def _factory(): + return _to_reg + + comp = self._makeOne() + comp.registerUtility(None, ifoo, _name, _info, factory=_factory) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterUtility(None, ifoo, _name, factory=_factory) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _to_reg) + self.assertIs(event.object.factory, _factory) + + def test_unregisterUtility_wo_explicit_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import directlyProvides + from zope.interface.interfaces import Unregistered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + class Foo: + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = Foo() + directlyProvides(_to_reg, ifoo) + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterUtility(_to_reg, None, _name) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _to_reg) + self.assertIs(event.object.info, _info) + self.assertIsNone(event.object.factory) + + def test_unregisterUtility_wo_component_or_factory(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import directlyProvides + from zope.interface.interfaces import Unregistered + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + class Foo: + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + _to_reg = Foo() + directlyProvides(_to_reg, ifoo) + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + # Just pass the interface / name + unreg = comp.unregisterUtility(provided=ifoo, name=_name) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, UtilityRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.component, _to_reg) + self.assertIs(event.object.info, _info) + self.assertIsNone(event.object.factory) + + def test_unregisterUtility_w_existing_subscr(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name1, _info) + comp.registerUtility(_to_reg, ifoo, _name2, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.unregisterUtility(_to_reg, ifoo, _name2) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], (_to_reg,)) + + def test_unregisterUtility_w_existing_subscr_non_hashable(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _to_reg = dict() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name1, _info) + comp.registerUtility(_to_reg, ifoo, _name2, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.unregisterUtility(_to_reg, ifoo, _name2) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], (_to_reg,)) + + def test_unregisterUtility_w_existing_subs_non_hashable_fresh_cache(self): + # We correctly populate the cache of registrations if it has gone away + # (for example, the Components was unpickled) + from zope.interface.declarations import InterfaceClass + from zope.interface.registry import _UtilityRegistrations + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _to_reg = dict() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name1, _info) + comp.registerUtility(_to_reg, ifoo, _name2, _info) + + _monkey, _events = self._wrapEvents() + with _monkey: + comp.unregisterUtility(_to_reg, ifoo, _name2) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], (_to_reg,)) + + def test_unregisterUtility_w_existing_subscr_non_hashable_reinitted(self): + # We correctly populate the cache of registrations if the base objects + # change out from under us + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _to_reg = dict() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name1, _info) + comp.registerUtility(_to_reg, ifoo, _name2, _info) + + # zope.component.testing does this + comp.__init__('base') + + comp.registerUtility(_to_reg, ifoo, _name2, _info) + + _monkey, _events = self._wrapEvents() + with _monkey: + # Nothing to do, but we don't break either + comp.unregisterUtility(_to_reg, ifoo, _name2) + self.assertEqual(0, len(comp.utilities._subscribers)) + + def test_unregisterUtility_w_existing_subscr_other_component(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _other_reg = object() + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_other_reg, ifoo, _name1, _info) + comp.registerUtility(_to_reg, ifoo, _name2, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.unregisterUtility(_to_reg, ifoo, _name2) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], + (_other_reg,)) + + def test_unregisterUtility_w_existing_subscr_oter_comp_mixed_hash(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + # First register something hashable + _other_reg = object() + # Then it transfers to something unhashable + _to_reg = dict() + comp = self._makeOne() + comp.registerUtility(_other_reg, ifoo, _name1, _info) + comp.registerUtility(_to_reg, ifoo, _name2, _info) + _monkey, _events = self._wrapEvents() + with _monkey: + comp.unregisterUtility(_to_reg, ifoo, _name2) + self.assertEqual(comp.utilities._subscribers[0][ifoo][''], + (_other_reg,)) + + def test_registeredUtilities_empty(self): + comp = self._makeOne() + self.assertEqual(list(comp.registeredUtilities()), []) + + def test_registeredUtilities_notempty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.registry import UtilityRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, _name1, _info) + comp.registerUtility(_to_reg, ifoo, _name2, _info) + reg = sorted(comp.registeredUtilities(), key=lambda r: r.name) + self.assertEqual(len(reg), 2) + self.assertIsInstance(reg[0], UtilityRegistration) + self.assertIs(reg[0].registry, comp) + self.assertIs(reg[0].provided, ifoo) + self.assertIs(reg[0].name, _name1) + self.assertIs(reg[0].component, _to_reg) + self.assertIs(reg[0].info, _info) + self.assertIsNone(reg[0].factory) + self.assertIsInstance(reg[1], UtilityRegistration) + self.assertIs(reg[1].registry, comp) + self.assertIs(reg[1].provided, ifoo) + self.assertIs(reg[1].name, _name2) + self.assertIs(reg[1].component, _to_reg) + self.assertIs(reg[1].info, _info) + self.assertIsNone(reg[1].factory) + + def test_queryUtility_miss_no_default(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + self.assertIsNone(comp.queryUtility(ifoo)) + + def test_queryUtility_miss_w_default(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + _default = object() + self.assertIs(comp.queryUtility(ifoo, default=_default), _default) + + def test_queryUtility_hit(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo) + self.assertIs(comp.queryUtility(ifoo), _to_reg) + + def test_getUtility_miss(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import ComponentLookupError + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + self.assertRaises(ComponentLookupError, comp.getUtility, ifoo) + + def test_getUtility_hit(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo) + self.assertIs(comp.getUtility(ifoo), _to_reg) + + def test_getUtilitiesFor_miss(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + self.assertEqual(list(comp.getUtilitiesFor(ifoo)), []) + + def test_getUtilitiesFor_hit(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _name1 = 'name1' + _name2 = 'name2' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, name=_name1) + comp.registerUtility(_to_reg, ifoo, name=_name2) + self.assertEqual(sorted(comp.getUtilitiesFor(ifoo)), + [(_name1, _to_reg), (_name2, _to_reg)]) + + def test_getAllUtilitiesRegisteredFor_miss(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + self.assertEqual(list(comp.getAllUtilitiesRegisteredFor(ifoo)), []) + + def test_getAllUtilitiesRegisteredFor_hit(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _name1 = 'name1' + _name2 = 'name2' + _to_reg = object() + comp = self._makeOne() + comp.registerUtility(_to_reg, ifoo, name=_name1) + comp.registerUtility(_to_reg, ifoo, name=_name2) + self.assertEqual(list(comp.getAllUtilitiesRegisteredFor(ifoo)), + [_to_reg]) + + def test_registerAdapter_with_component_name(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import named + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + @named('foo') + class Foo: + pass + _info = 'info' + + comp = self._makeOne() + comp.registerAdapter(Foo, (ibar,), ifoo, info=_info) + + self.assertEqual( + comp._adapter_registrations[(ibar,), ifoo, 'foo'], + (Foo, _info)) + + def test_registerAdapter_w_explicit_provided_and_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _name = 'name' + + def _factory(context): + raise NotImplementedError() + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerAdapter(_factory, (ibar,), ifoo, _name, _info) + self.assertIs( + comp.adapters._adapters[1][ibar][ifoo][_name], + _factory + ) + self.assertEqual(comp._adapter_registrations[(ibar,), ifoo, _name], + (_factory, _info)) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _factory) + + def test_registerAdapter_no_provided_available(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ibar = IFoo('IBar') + _info = 'info' + _name = 'name' + + class _Factory: + pass + + comp = self._makeOne() + self.assertRaises(TypeError, comp.registerAdapter, _Factory, (ibar,), + name=_name, info=_info) + + def test_registerAdapter_wo_explicit_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + from zope.interface.interfaces import Registered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _name = 'name' + + @implementer(ifoo) + class _Factory: + pass + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerAdapter(_Factory, (ibar,), name=_name, info=_info) + self.assertIs( + comp.adapters._adapters[1][ibar][ifoo][_name], + _Factory + ) + self.assertEqual(comp._adapter_registrations[(ibar,), ifoo, _name], + (_Factory, _info)) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _Factory) + + def test_registerAdapter_no_required_available(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + + _info = 'info' + _name = 'name' + + class _Factory: + pass + + comp = self._makeOne() + self.assertRaises(TypeError, comp.registerAdapter, _Factory, + provided=ifoo, name=_name, info=_info) + + def test_registerAdapter_w_invalid_required(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _name = 'name' + + class _Factory: + pass + + comp = self._makeOne() + self.assertRaises(TypeError, comp.registerAdapter, _Factory, + ibar, provided=ifoo, name=_name, info=_info) + + def test_registerAdapter_w_required_containing_None(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interface import Interface + from zope.interface.interfaces import Registered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _name = 'name' + + class _Factory: + pass + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerAdapter(_Factory, [None], provided=ifoo, + name=_name, info=_info) + self.assertIs( + comp.adapters._adapters[1][Interface][ifoo][_name], + _Factory + ) + self.assertEqual( + comp._adapter_registrations[(Interface,), ifoo, _name], + (_Factory, _info) + ) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (Interface,)) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _Factory) + + def test_registerAdapter_w_required_containing_class(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementedBy + from zope.interface.declarations import implementer + from zope.interface.interfaces import Registered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _name = 'name' + + class _Factory: + pass + + @implementer(ibar) + class _Context: + pass + + _ctx_impl = implementedBy(_Context) + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerAdapter(_Factory, [_Context], provided=ifoo, + name=_name, info=_info) + self.assertIs( + comp.adapters._adapters[1][_ctx_impl][ifoo][_name], + _Factory + ) + self.assertEqual( + comp._adapter_registrations[(_ctx_impl,), ifoo, _name], + (_Factory, _info) + ) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (_ctx_impl,)) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _Factory) + + def test_registerAdapter_w_required_containing_junk(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + + _info = 'info' + _name = 'name' + + class _Factory: + pass + + comp = self._makeOne() + with self.assertRaises(TypeError): + comp.registerAdapter( + _Factory, [object()], provided=ifoo, name=_name, info=_info, + ) + + def test_registerAdapter_wo_explicit_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _name = 'name' + + class _Factory: + __component_adapts__ = (ibar,) + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerAdapter(_Factory, provided=ifoo, name=_name, + info=_info) + self.assertIs( + comp.adapters._adapters[1][ibar][ifoo][_name], + _Factory + ) + self.assertEqual(comp._adapter_registrations[(ibar,), ifoo, _name], + (_Factory, _info)) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertIs(event.object.name, _name) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _Factory) + + def test_registerAdapter_wo_event(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _name = 'name' + + def _factory(context): + raise NotImplementedError() + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerAdapter(_factory, (ibar,), ifoo, _name, _info, + event=False) + self.assertEqual(len(_events), 0) + + def test_unregisterAdapter_neither_factory_nor_provided(self): + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterAdapter, + factory=None, provided=None) + + def test_unregisterAdapter_neither_factory_nor_required(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterAdapter, + factory=None, provided=ifoo, required=None) + + def test_unregisterAdapter_miss(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + pass + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterAdapter(_Factory, (ibar,), ifoo) + self.assertFalse(unreg) + + def test_unregisterAdapter_hit_w_explicit_provided_and_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + pass + + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar,), ifoo) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterAdapter(_Factory, (ibar,), ifoo) + self.assertTrue(unreg) + self.assertFalse(comp.adapters._adapters) + self.assertFalse(comp._adapter_registrations) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIs(event.object.factory, _Factory) + + def test_unregisterAdapter_wo_explicit_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + from zope.interface.interfaces import Unregistered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + @implementer(ifoo) + class _Factory: + pass + + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar,), ifoo) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterAdapter(_Factory, (ibar,)) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIs(event.object.factory, _Factory) + + def test_unregisterAdapter_wo_explicit_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + __component_adapts__ = (ibar,) + + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar,), ifoo) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterAdapter(_Factory, provided=ifoo) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, AdapterRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIs(event.object.factory, _Factory) + + def test_registeredAdapters_empty(self): + comp = self._makeOne() + self.assertEqual(list(comp.registeredAdapters()), []) + + def test_registeredAdapters_notempty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.registry import AdapterRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IFoo') + _info = 'info' + _name1 = 'name1' + _name2 = 'name2' + + class _Factory: + pass + + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar,), ifoo, _name1, _info) + comp.registerAdapter(_Factory, (ibar,), ifoo, _name2, _info) + reg = sorted(comp.registeredAdapters(), key=lambda r: r.name) + self.assertEqual(len(reg), 2) + self.assertIsInstance(reg[0], AdapterRegistration) + self.assertIs(reg[0].registry, comp) + self.assertIs(reg[0].provided, ifoo) + self.assertEqual(reg[0].required, (ibar,)) + self.assertIs(reg[0].name, _name1) + self.assertIs(reg[0].info, _info) + self.assertIs(reg[0].factory, _Factory) + self.assertIsInstance(reg[1], AdapterRegistration) + self.assertIs(reg[1].registry, comp) + self.assertIs(reg[1].provided, ifoo) + self.assertEqual(reg[1].required, (ibar,)) + self.assertIs(reg[1].name, _name2) + self.assertIs(reg[1].info, _info) + self.assertIs(reg[1].factory, _Factory) + + def test_queryAdapter_miss_no_default(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + _context = object() + self.assertIsNone(comp.queryAdapter(_context, ifoo)) + + def test_queryAdapter_miss_w_default(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + _context = object() + _default = object() + self.assertIs( + comp.queryAdapter(_context, ifoo, default=_default), + _default + ) + + def test_queryAdapter_hit(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + def __init__(self, context): + self.context = context + + @implementer(ibar) + class _Context: + pass + + _context = _Context() + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar,), ifoo) + adapter = comp.queryAdapter(_context, ifoo) + self.assertIsInstance(adapter, _Factory) + self.assertIs(adapter.context, _context) + + def test_getAdapter_miss(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + from zope.interface.interfaces import ComponentLookupError + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + @implementer(ibar) + class _Context: + pass + + _context = _Context() + comp = self._makeOne() + self.assertRaises(ComponentLookupError, + comp.getAdapter, _context, ifoo) + + def test_getAdapter_hit(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + def __init__(self, context): + self.context = context + + @implementer(ibar) + class _Context: + pass + + _context = _Context() + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar,), ifoo) + adapter = comp.getAdapter(_context, ifoo) + self.assertIsInstance(adapter, _Factory) + self.assertIs(adapter.context, _context) + + def test_getAdapter_hit_super(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + class IFoo(Interface): + pass + + @implementer(IBase) + class Base: + pass + + @implementer(IDerived) + class Derived(Base): + pass + + class AdapterBase: + def __init__(self, context): + self.context = context + + class AdapterDerived: + def __init__(self, context): + self.context = context + + comp = self._makeOne() + comp.registerAdapter(AdapterDerived, (IDerived,), IFoo) + comp.registerAdapter(AdapterBase, (IBase,), IFoo) + self._should_not_change(comp) + + derived = Derived() + adapter = comp.getAdapter(derived, IFoo) + self.assertIsInstance(adapter, AdapterDerived) + self.assertIs(adapter.context, derived) + + supe = super(Derived, derived) + adapter = comp.getAdapter(supe, IFoo) + self.assertIsInstance(adapter, AdapterBase) + self.assertIs(adapter.context, derived) + + def test_getAdapter_hit_super_w_parent_implements_interface_diamond(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + class IFoo(Interface): + pass + + class Base: + pass + + class Child1(Base): + pass + + @implementer(IBase) + class Child2(Base): + pass + + @implementer(IDerived) + class Derived(Child1, Child2): + pass + + class AdapterBase: + def __init__(self, context): + self.context = context + + class AdapterDerived: + def __init__(self, context): + self.context = context + + comp = self._makeOne() + comp.registerAdapter(AdapterDerived, (IDerived,), IFoo) + comp.registerAdapter(AdapterBase, (IBase,), IFoo) + self._should_not_change(comp) + + derived = Derived() + adapter = comp.getAdapter(derived, IFoo) + self.assertIsInstance(adapter, AdapterDerived) + self.assertIs(adapter.context, derived) + + supe = super(Derived, derived) + adapter = comp.getAdapter(supe, IFoo) + self.assertIsInstance(adapter, AdapterBase) + self.assertIs(adapter.context, derived) + + def test_queryMultiAdapter_miss(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + comp = self._makeOne() + self.assertEqual(comp.queryMultiAdapter((_context1, _context2), ifoo), + None) + + def test_queryMultiAdapter_miss_w_default(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + _default = object() + comp = self._makeOne() + self.assertIs( + comp.queryMultiAdapter((_context1, _context2), ifoo, + default=_default), + _default + ) + + def test_queryMultiAdapter_hit(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + + class _Factory: + def __init__(self, context1, context2): + self.context = context1, context2 + + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar, ibaz), ifoo) + adapter = comp.queryMultiAdapter((_context1, _context2), ifoo) + self.assertIsInstance(adapter, _Factory) + self.assertEqual(adapter.context, (_context1, _context2)) + + def test_getMultiAdapter_miss(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + from zope.interface.interfaces import ComponentLookupError + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + comp = self._makeOne() + self.assertRaises(ComponentLookupError, + comp.getMultiAdapter, (_context1, _context2), ifoo) + + def test_getMultiAdapter_hit(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + + class _Factory: + def __init__(self, context1, context2): + self.context = context1, context2 + + comp = self._makeOne() + comp.registerAdapter(_Factory, (ibar, ibaz), ifoo) + adapter = comp.getMultiAdapter((_context1, _context2), ifoo) + self.assertIsInstance(adapter, _Factory) + self.assertEqual(adapter.context, (_context1, _context2)) + + def _should_not_change(self, comp): + # Be sure that none of the underlying structures + # get told that they have changed during this process + # because that invalidates caches. + def no_changes(*args): + self.fail("Nothing should get changed") + comp.changed = no_changes + comp.adapters.changed = no_changes + comp.adapters._v_lookup.changed = no_changes + + def test_getMultiAdapter_hit_super(self): + from zope.interface import Interface + from zope.interface.declarations import implementer + + class IBase(Interface): + pass + + class IDerived(IBase): + pass + + class IFoo(Interface): + pass + + @implementer(IBase) + class Base: + pass + + @implementer(IDerived) + class Derived(Base): + pass + + class AdapterBase: + def __init__(self, context1, context2): + self.context1 = context1 + self.context2 = context2 + + class AdapterDerived(AdapterBase): + pass + + comp = self._makeOne() + comp.registerAdapter(AdapterDerived, (IDerived, IDerived), IFoo) + comp.registerAdapter(AdapterBase, (IBase, IDerived), IFoo) + self._should_not_change(comp) + + derived = Derived() + adapter = comp.getMultiAdapter((derived, derived), IFoo) + self.assertIsInstance(adapter, AdapterDerived) + self.assertIs(adapter.context1, derived) + self.assertIs(adapter.context2, derived) + + supe = super(Derived, derived) + adapter = comp.getMultiAdapter((supe, derived), IFoo) + self.assertIsInstance(adapter, AdapterBase) + self.assertNotIsInstance(adapter, AdapterDerived) + self.assertIs(adapter.context1, derived) + self.assertIs(adapter.context2, derived) + + def test_getAdapters_empty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + comp = self._makeOne() + self.assertEqual( + list(comp.getAdapters((_context1, _context2), ifoo)), []) + + def test_getAdapters_factory_returns_None(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + comp = self._makeOne() + _called_with = [] + + def _side_effect_only(context1, context2): + _called_with.append((context1, context2)) + return None + + comp.registerAdapter(_side_effect_only, (ibar, ibaz), ifoo) + self.assertEqual( + list(comp.getAdapters((_context1, _context2), ifoo)), []) + self.assertEqual(_called_with, [(_context1, _context2)]) + + def test_getAdapters_non_empty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + ibaz = IFoo('IBaz') + + @implementer(ibar) + class _Context1: + pass + + @implementer(ibaz) + class _Context2: + pass + + _context1 = _Context1() + _context2 = _Context2() + + class _Factory1: + def __init__(self, context1, context2): + self.context = context1, context2 + + class _Factory2: + def __init__(self, context1, context2): + self.context = context1, context2 + + _name1 = 'name1' + _name2 = 'name2' + comp = self._makeOne() + comp.registerAdapter(_Factory1, (ibar, ibaz), ifoo, name=_name1) + comp.registerAdapter(_Factory2, (ibar, ibaz), ifoo, name=_name2) + found = sorted(comp.getAdapters((_context1, _context2), ifoo)) + self.assertEqual(len(found), 2) + self.assertEqual(found[0][0], _name1) + self.assertIsInstance(found[0][1], _Factory1) + self.assertEqual(found[1][0], _name2) + self.assertIsInstance(found[1][1], _Factory2) + + def test_registerSubscriptionAdapter_w_nonblank_name(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _name = 'name' + _info = 'info' + + def _factory(context): + raise NotImplementedError() + + comp = self._makeOne() + self.assertRaises(TypeError, comp.registerSubscriptionAdapter, + _factory, (ibar,), ifoo, _name, _info) + + def test_registerSubscriptionAdapter_w_explicit_provided_n_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _blank = '' + _info = 'info' + + def _factory(context): + raise NotImplementedError() + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerSubscriptionAdapter(_factory, (ibar,), ifoo, + info=_info) + reg = comp.adapters._subscribers[1][ibar][ifoo][_blank] + self.assertEqual(len(reg), 1) + self.assertIs(reg[0], _factory) + self.assertEqual(comp._subscription_registrations, + [((ibar,), ifoo, _blank, _factory, _info)]) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, SubscriptionRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, _blank) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _factory) + + def test_registerSubscriptionAdapter_wo_explicit_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + from zope.interface.interfaces import Registered + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _blank = '' + + @implementer(ifoo) + class _Factory: + pass + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerSubscriptionAdapter(_Factory, (ibar,), info=_info) + reg = comp.adapters._subscribers[1][ibar][ifoo][_blank] + self.assertEqual(len(reg), 1) + self.assertIs(reg[0], _Factory) + self.assertEqual(comp._subscription_registrations, + [((ibar,), ifoo, _blank, _Factory, _info)]) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, SubscriptionRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, _blank) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _Factory) + + def test_registerSubscriptionAdapter_wo_explicit_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + _blank = '' + + class _Factory: + __component_adapts__ = (ibar,) + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerSubscriptionAdapter( + _Factory, provided=ifoo, info=_info, + ) + reg = comp.adapters._subscribers[1][ibar][ifoo][_blank] + self.assertEqual(len(reg), 1) + self.assertIs(reg[0], _Factory) + self.assertEqual(comp._subscription_registrations, + [((ibar,), ifoo, _blank, _Factory, _info)]) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, SubscriptionRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, _blank) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _Factory) + + def test_registerSubscriptionAdapter_wo_event(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _info = 'info' + + def _factory(context): + raise NotImplementedError() + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerSubscriptionAdapter(_factory, (ibar,), ifoo, + info=_info, event=False) + self.assertEqual(len(_events), 0) + + def test_registeredSubscriptionAdapters_empty(self): + comp = self._makeOne() + self.assertEqual(list(comp.registeredSubscriptionAdapters()), []) + + def test_registeredSubscriptionAdapters_notempty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IFoo') + _info = 'info' + _blank = '' + + class _Factory: + pass + + comp = self._makeOne() + comp.registerSubscriptionAdapter(_Factory, (ibar,), ifoo, info=_info) + comp.registerSubscriptionAdapter(_Factory, (ibar,), ifoo, info=_info) + reg = list(comp.registeredSubscriptionAdapters()) + self.assertEqual(len(reg), 2) + self.assertIsInstance(reg[0], SubscriptionRegistration) + self.assertIs(reg[0].registry, comp) + self.assertIs(reg[0].provided, ifoo) + self.assertEqual(reg[0].required, (ibar,)) + self.assertEqual(reg[0].name, _blank) + self.assertIs(reg[0].info, _info) + self.assertIs(reg[0].factory, _Factory) + self.assertIsInstance(reg[1], SubscriptionRegistration) + self.assertIs(reg[1].registry, comp) + self.assertIs(reg[1].provided, ifoo) + self.assertEqual(reg[1].required, (ibar,)) + self.assertEqual(reg[1].name, _blank) + self.assertIs(reg[1].info, _info) + self.assertIs(reg[1].factory, _Factory) + + def test_unregisterSubscriptionAdapter_w_nonblank_name(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + _nonblank = 'nonblank' + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterSubscriptionAdapter, + required=ifoo, provided=ibar, name=_nonblank) + + def test_unregisterSubscriptionAdapter_neither_factory_nor_provided(self): + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterSubscriptionAdapter, + factory=None, provided=None) + + def test_unregisterSubscriptionAdapter_neither_factory_nor_required(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterSubscriptionAdapter, + factory=None, provided=ifoo, required=None) + + def test_unregisterSubscriptionAdapter_miss(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + pass + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterSubscriptionAdapter(_Factory, (ibar,), ifoo) + self.assertFalse(unreg) + self.assertFalse(_events) + + def test_unregisterSubscriptionAdapter_hit_wo_factory(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + pass + + comp = self._makeOne() + comp.registerSubscriptionAdapter(_Factory, (ibar,), ifoo) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterSubscriptionAdapter(None, (ibar,), ifoo) + self.assertTrue(unreg) + self.assertFalse(comp.adapters._subscribers) + self.assertFalse(comp._subscription_registrations) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, SubscriptionRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIsNone(event.object.factory) + + def test_unregisterSubscriptionAdapter_hit_w_factory(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + pass + + comp = self._makeOne() + comp.registerSubscriptionAdapter(_Factory, (ibar,), ifoo) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterSubscriptionAdapter(_Factory, (ibar,), ifoo) + self.assertTrue(unreg) + self.assertFalse(comp.adapters._subscribers) + self.assertFalse(comp._subscription_registrations) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, SubscriptionRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIs(event.object.factory, _Factory) + + def test_unregisterSubscriptionAdapter_wo_explicit_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + from zope.interface.interfaces import Unregistered + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + @implementer(ifoo) + class _Factory: + pass + + comp = self._makeOne() + comp.registerSubscriptionAdapter(_Factory, (ibar,), ifoo) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterSubscriptionAdapter(_Factory, (ibar,)) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, SubscriptionRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIs(event.object.factory, _Factory) + + def test_unregisterSubscriptionAdapter_wo_explicit_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import SubscriptionRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + __component_adapts__ = (ibar,) + + comp = self._makeOne() + comp.registerSubscriptionAdapter(_Factory, (ibar,), ifoo) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterSubscriptionAdapter(_Factory, provided=ifoo) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, SubscriptionRegistration) + self.assertIs(event.object.registry, comp) + self.assertIs(event.object.provided, ifoo) + self.assertEqual(event.object.required, (ibar,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIs(event.object.factory, _Factory) + + def test_subscribers_empty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + comp = self._makeOne() + + @implementer(ibar) + class Bar: + pass + + bar = Bar() + self.assertEqual(list(comp.subscribers((bar,), ifoo)), []) + + def test_subscribers_non_empty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Factory: + __component_adapts__ = (ibar,) + + def __init__(self, context): + self._context = context + + class _Derived(_Factory): + pass + + comp = self._makeOne() + comp.registerSubscriptionAdapter(_Factory, (ibar,), ifoo) + comp.registerSubscriptionAdapter(_Derived, (ibar,), ifoo) + + @implementer(ibar) + class Bar: + pass + + bar = Bar() + subscribers = comp.subscribers((bar,), ifoo) + + def _klassname(x): + return x.__class__.__name__ + + subscribers = sorted(subscribers, key=_klassname) + self.assertEqual(len(subscribers), 2) + self.assertIsInstance(subscribers[0], _Derived) + self.assertIsInstance(subscribers[1], _Factory) + + def test_registerHandler_w_nonblank_name(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _nonblank = 'nonblank' + comp = self._makeOne() + + def _factory(context): + raise NotImplementedError() + + self.assertRaises(TypeError, comp.registerHandler, _factory, + required=ifoo, name=_nonblank) + + def test_registerHandler_w_explicit_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Registered + from zope.interface.registry import HandlerRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _blank = '' + _info = 'info' + + def _factory(context): + raise NotImplementedError() + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerHandler(_factory, (ifoo,), info=_info) + reg = comp.adapters._subscribers[1][ifoo][None][_blank] + self.assertEqual(len(reg), 1) + self.assertIs(reg[0], _factory) + self.assertEqual(comp._handler_registrations, + [((ifoo,), _blank, _factory, _info)]) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Registered) + self.assertIsInstance(event.object, HandlerRegistration) + self.assertIs(event.object.registry, comp) + self.assertEqual(event.object.required, (ifoo,)) + self.assertEqual(event.object.name, _blank) + self.assertIs(event.object.info, _info) + self.assertIs(event.object.factory, _factory) + + def test_registerHandler_wo_explicit_required_no_event(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _info = 'info' + _blank = '' + + class _Factory: + __component_adapts__ = (ifoo,) + pass + + comp = self._makeOne() + _monkey, _events = self._wrapEvents() + with _monkey: + comp.registerHandler(_Factory, info=_info, event=False) + reg = comp.adapters._subscribers[1][ifoo][None][_blank] + self.assertEqual(len(reg), 1) + self.assertIs(reg[0], _Factory) + self.assertEqual(comp._handler_registrations, + [((ifoo,), _blank, _Factory, _info)]) + self.assertEqual(len(_events), 0) + + def test_registeredHandlers_empty(self): + comp = self._makeOne() + self.assertFalse(list(comp.registeredHandlers())) + + def test_registeredHandlers_non_empty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.registry import HandlerRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + + def _factory1(context): + raise NotImplementedError() + + def _factory2(context): + raise NotImplementedError() + + comp = self._makeOne() + comp.registerHandler(_factory1, (ifoo,)) + comp.registerHandler(_factory2, (ifoo,)) + + def _factory_name(x): + return x.factory.__code__.co_name + + subscribers = sorted(comp.registeredHandlers(), key=_factory_name) + self.assertEqual(len(subscribers), 2) + self.assertIsInstance(subscribers[0], HandlerRegistration) + self.assertEqual(subscribers[0].required, (ifoo,)) + self.assertEqual(subscribers[0].name, '') + self.assertEqual(subscribers[0].factory, _factory1) + self.assertEqual(subscribers[0].info, '') + self.assertIsInstance(subscribers[1], HandlerRegistration) + self.assertEqual(subscribers[1].required, (ifoo,)) + self.assertEqual(subscribers[1].name, '') + self.assertEqual(subscribers[1].factory, _factory2) + self.assertEqual(subscribers[1].info, '') + + def test_unregisterHandler_w_nonblank_name(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _nonblank = 'nonblank' + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterHandler, + required=(ifoo,), name=_nonblank) + + def test_unregisterHandler_neither_factory_nor_required(self): + comp = self._makeOne() + self.assertRaises(TypeError, comp.unregisterHandler) + + def test_unregisterHandler_miss(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + unreg = comp.unregisterHandler(required=(ifoo,)) + self.assertFalse(unreg) + + def test_unregisterHandler_hit_w_factory_and_explicit_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import HandlerRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + + def _factory(context): + raise NotImplementedError() + + comp = self._makeOne() + comp.registerHandler(_factory, (ifoo,)) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterHandler(_factory, (ifoo,)) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, HandlerRegistration) + self.assertIs(event.object.registry, comp) + self.assertEqual(event.object.required, (ifoo,)) + self.assertEqual(event.object.name, '') + self.assertIs(event.object.factory, _factory) + + def test_unregisterHandler_hit_w_only_explicit_provided(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import HandlerRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + + def _factory(context): + raise NotImplementedError() + + comp = self._makeOne() + comp.registerHandler(_factory, (ifoo,)) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterHandler(required=(ifoo,)) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, HandlerRegistration) + self.assertIs(event.object.registry, comp) + self.assertEqual(event.object.required, (ifoo,)) + self.assertEqual(event.object.name, '') + self.assertIsNone(event.object.factory) + + def test_unregisterHandler_wo_explicit_required(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.interfaces import Unregistered + from zope.interface.registry import HandlerRegistration + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + + class _Factory: + __component_adapts__ = (ifoo,) + + comp = self._makeOne() + comp.registerHandler(_Factory) + _monkey, _events = self._wrapEvents() + with _monkey: + unreg = comp.unregisterHandler(_Factory) + self.assertTrue(unreg) + self.assertEqual(len(_events), 1) + args, kw = _events[0] + event, = args + self.assertEqual(kw, {}) + self.assertIsInstance(event, Unregistered) + self.assertIsInstance(event.object, HandlerRegistration) + self.assertIs(event.object.registry, comp) + self.assertEqual(event.object.required, (ifoo,)) + self.assertEqual(event.object.name, '') + self.assertEqual(event.object.info, '') + self.assertIs(event.object.factory, _Factory) + + def test_handle_empty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + comp = self._makeOne() + + @implementer(ifoo) + class Bar: + pass + + bar = Bar() + comp.handle((bar,)) # doesn't raise + + def test_handle_non_empty(self): + from zope.interface.declarations import InterfaceClass + from zope.interface.declarations import implementer + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + _called_1 = [] + + def _factory_1(context): + _called_1.append(context) + + _called_2 = [] + + def _factory_2(context): + _called_2.append(context) + + comp = self._makeOne() + comp.registerHandler(_factory_1, (ifoo,)) + comp.registerHandler(_factory_2, (ifoo,)) + + @implementer(ifoo) + class Bar: + pass + + bar = Bar() + comp.handle(bar) + self.assertEqual(_called_1, [bar]) + self.assertEqual(_called_2, [bar]) + + def test_register_unregister_identical_objects_provided( + self, identical=True, + ): + # https://github.com/zopefoundation/zope.interface/issues/227 + class IFoo(Interface): + pass + + comp = self._makeOne() + first = object() + second = first if identical else object() + + comp.registerUtility(first, provided=IFoo) + comp.registerUtility(second, provided=IFoo, name='bar') + + self.assertEqual(len(comp.utilities._subscribers), 1) + self.assertEqual(comp.utilities._subscribers, [{ + IFoo: {'': (first, ) if identical else (first, second)} + }]) + self.assertEqual(comp.utilities._provided, { + IFoo: 3 if identical else 4 + }) + + res = comp.unregisterUtility(first, provided=IFoo) + self.assertTrue(res) + res = comp.unregisterUtility(second, provided=IFoo, name='bar') + self.assertTrue(res) + + self.assertEqual(comp.utilities._provided, {}) + self.assertEqual(len(comp.utilities._subscribers), 0) + + def test_register_unregister_nonequal_objects_provided(self): + self.test_register_unregister_identical_objects_provided( + identical=False, + ) + + def test_rebuildUtilityRegistryFromLocalCache(self): + + class IFoo(Interface): + "Does nothing" + + class UtilityImplementingFoo: + "Does nothing" + + comps = self._makeOne() + + for i in range(30): + comps.registerUtility( + UtilityImplementingFoo(), IFoo, name=f'{i}' + ) + + orig_generation = comps.utilities._generation + + orig_adapters = comps.utilities._adapters + self.assertEqual(len(orig_adapters), 1) + self.assertEqual(len(orig_adapters[0]), 1) + self.assertEqual(len(orig_adapters[0][IFoo]), 30) + + orig_subscribers = comps.utilities._subscribers + self.assertEqual(len(orig_subscribers), 1) + self.assertEqual(len(orig_subscribers[0]), 1) + self.assertEqual(len(orig_subscribers[0][IFoo]), 1) + self.assertEqual(len(orig_subscribers[0][IFoo]['']), 30) + + # Blow a bunch of them away, creating artificial corruption + new_adapters = comps.utilities._adapters = type(orig_adapters)() + new_adapters.append({}) + d = new_adapters[0][IFoo] = {} + for name in range(10): + name = str(str(name)) + d[name] = orig_adapters[0][IFoo][name] + + self.assertNotEqual(orig_adapters, new_adapters) + + new_subs = comps.utilities._subscribers = type(orig_subscribers)() + new_subs.append({}) + d = new_subs[0][IFoo] = {} + d[''] = () + + for name in range(5, 12): # 12 - 5 = 7 + name = str(str(name)) + comp = orig_adapters[0][IFoo][name] + d[''] += (comp,) + + # We can preflight (by default) and nothing changes + rebuild_preflight = comps.rebuildUtilityRegistryFromLocalCache() + + self.assertEqual(comps.utilities._generation, orig_generation) + self.assertEqual(rebuild_preflight, { + 'did_not_register': 10, + 'needed_registered': 20, + + 'did_not_subscribe': 7, + 'needed_subscribed': 23, + }) + + # Now for real + rebuild_results = comps.rebuildUtilityRegistryFromLocalCache( + rebuild=True, + ) + + # The generation only got incremented once + self.assertEqual(comps.utilities._generation, orig_generation + 1) + # The result was the same + self.assertEqual(rebuild_preflight, rebuild_results) + self.assertEqual(new_adapters, orig_adapters) + self.assertEqual( + len(new_subs[0][IFoo]['']), + len(orig_subscribers[0][IFoo][''])) + + for orig_subscriber in orig_subscribers[0][IFoo]['']: + self.assertIn(orig_subscriber, new_subs[0][IFoo]['']) + + # Preflighting, rebuilding again produce no changes. + preflight_after = comps.rebuildUtilityRegistryFromLocalCache() + self.assertEqual(preflight_after, { + 'did_not_register': 30, + 'needed_registered': 0, + + 'did_not_subscribe': 30, + 'needed_subscribed': 0, + }) + + rebuild_after = comps.rebuildUtilityRegistryFromLocalCache( + rebuild=True, + ) + self.assertEqual(rebuild_after, preflight_after) + self.assertEqual(comps.utilities._generation, orig_generation + 1) + + +class UnhashableComponentsTests(ComponentsTests): + + def _getTargetClass(self): + # Mimic what pyramid does to create an unhashable + # registry + + class Components( + super(UnhashableComponentsTests, self)._getTargetClass(), dict, + ): + pass + + return Components + +# Test _getUtilityProvided, _getAdapterProvided, _getAdapterRequired via their +# callers (Component.registerUtility, Component.registerAdapter). + + +class UtilityRegistrationTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.registry import UtilityRegistration + return UtilityRegistration + + def _makeOne(self, component=None, factory=None): + from zope.interface.declarations import InterfaceClass + + class InterfaceClassSubclass(InterfaceClass): + pass + + ifoo = InterfaceClassSubclass('IFoo') + + class _Registry: + def __repr__(self): + return '_REGISTRY' + + registry = _Registry() + name = 'name' + doc = 'DOCSTRING' + klass = self._getTargetClass() + return ( + klass(registry, ifoo, name, component, doc, factory), + registry, + name, + ) + + def test_class_conforms_to_IUtilityRegistration(self): + from zope.interface.interfaces import IUtilityRegistration + from zope.interface.verify import verifyClass + verifyClass(IUtilityRegistration, self._getTargetClass()) + + def test_instance_conforms_to_IUtilityRegistration(self): + from zope.interface.interfaces import IUtilityRegistration + from zope.interface.verify import verifyObject + ur, _, _ = self._makeOne() + verifyObject(IUtilityRegistration, ur) + + def test___repr__(self): + + class _Component: + __name__ = 'TEST' + + _component = _Component() + ur, _registry, _name = self._makeOne(_component) + self.assertEqual( + repr(ur), ( + "UtilityRegistration(" + "_REGISTRY, IFoo, %r, TEST, None, 'DOCSTRING')" + ) % (_name) + ) + + def test___repr___provided_wo_name(self): + + class _Component: + def __repr__(self): + return 'TEST' + + _component = _Component() + ur, _registry, _name = self._makeOne(_component) + ur.provided = object() + self.assertEqual( + repr(ur), ( + "UtilityRegistration(" + "_REGISTRY, None, %r, TEST, None, 'DOCSTRING')" + ) % (_name) + ) + + def test___repr___component_wo_name(self): + + class _Component: + def __repr__(self): + return 'TEST' + + _component = _Component() + ur, _registry, _name = self._makeOne(_component) + ur.provided = object() + self.assertEqual( + repr(ur), ( + "UtilityRegistration(" + "_REGISTRY, None, %r, TEST, None, 'DOCSTRING')" + ) % (_name) + ) + + def test___hash__(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + self.assertEqual(ur.__hash__(), id(ur)) + + def test___eq___identity(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + self.assertEqual(ur, ur) + + def test___eq___hit(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component) + self.assertEqual(ur, ur2) + + def test___eq___miss(self): + _component = object() + _component2 = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component2) + self.assertNotEqual(ur, ur2) + + def test___ne___identity(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + self.assertEqual(ur, ur) + + def test___ne___hit(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component) + self.assertEqual(ur, ur2) + + def test___ne___miss(self): + _component = object() + _component2 = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component2) + self.assertNotEqual(ur, ur2) + + def test___lt___identity(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + self.assertFalse(ur < ur) + + def test___lt___hit(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component) + self.assertFalse(ur < ur2) + + def test___lt___miss(self): + _component = object() + _component2 = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component2) + ur2.name = _name + '2' + self.assertLess(ur, ur2) + + def test___le___identity(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + self.assertLessEqual(ur, ur) + + def test___le___hit(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component) + self.assertLessEqual(ur, ur2) + + def test___le___miss(self): + _component = object() + _component2 = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component2) + ur2.name = _name + '2' + self.assertLessEqual(ur, ur2) + + def test___gt___identity(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + self.assertFalse(ur > ur) + + def test___gt___hit(self): + _component = object() + _component2 = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component2) + ur2.name = _name + '2' + self.assertGreater(ur2, ur) + + def test___gt___miss(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component) + self.assertFalse(ur2 > ur) + + def test___ge___identity(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + self.assertGreaterEqual(ur, ur) + + def test___ge___miss(self): + _component = object() + _component2 = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component2) + ur2.name = _name + '2' + self.assertFalse(ur >= ur2) + + def test___ge___hit(self): + _component = object() + ur, _registry, _name = self._makeOne(_component) + ur2, _, _ = self._makeOne(_component) + ur2.name = _name + '2' + self.assertGreaterEqual(ur2, ur) + + +class AdapterRegistrationTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.registry import AdapterRegistration + return AdapterRegistration + + def _makeOne(self, component=None): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Registry: + def __repr__(self): + return '_REGISTRY' + + registry = _Registry() + name = 'name' + doc = 'DOCSTRING' + klass = self._getTargetClass() + return ( + klass(registry, (ibar,), ifoo, name, component, doc), + registry, + name, + ) + + def test_class_conforms_to_IAdapterRegistration(self): + from zope.interface.interfaces import IAdapterRegistration + from zope.interface.verify import verifyClass + verifyClass(IAdapterRegistration, self._getTargetClass()) + + def test_instance_conforms_to_IAdapterRegistration(self): + from zope.interface.interfaces import IAdapterRegistration + from zope.interface.verify import verifyObject + ar, _, _ = self._makeOne() + verifyObject(IAdapterRegistration, ar) + + def test___repr__(self): + + class _Component: + __name__ = 'TEST' + + _component = _Component() + ar, _registry, _name = self._makeOne(_component) + self.assertEqual( + repr(ar), ( + "AdapterRegistration(_REGISTRY, [IBar], IFoo, %r, TEST, " + "'DOCSTRING')" + ) % (_name) + ) + + def test___repr___provided_wo_name(self): + + class _Component: + def __repr__(self): + return 'TEST' + + _component = _Component() + ar, _registry, _name = self._makeOne(_component) + ar.provided = object() + self.assertEqual( + repr(ar), ( + "AdapterRegistration(_REGISTRY, [IBar], None, %r, TEST, " + "'DOCSTRING')" + ) % (_name) + ) + + def test___repr___component_wo_name(self): + + class _Component: + def __repr__(self): + return 'TEST' + + _component = _Component() + ar, _registry, _name = self._makeOne(_component) + ar.provided = object() + self.assertEqual( + repr(ar), ( + "AdapterRegistration(_REGISTRY, [IBar], None, %r, TEST, " + "'DOCSTRING')" + ) % (_name) + ) + + def test___hash__(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + self.assertEqual(ar.__hash__(), id(ar)) + + def test___eq___identity(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + self.assertEqual(ar, ar) + + def test___eq___hit(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component) + self.assertEqual(ar, ar2) + + def test___eq___miss(self): + _component = object() + _component2 = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component2) + self.assertNotEqual(ar, ar2) + + def test___ne___identity(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + self.assertEqual(ar, ar) + + def test___ne___miss(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component) + self.assertEqual(ar, ar2) + + def test___ne___hit_component(self): + _component = object() + _component2 = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component2) + self.assertNotEqual(ar, ar2) + + def test___ne___hit_provided(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ibaz = IFoo('IBaz') + _component = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component) + ar2.provided = ibaz + self.assertNotEqual(ar, ar2) + + def test___ne___hit_required(self): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ibaz = IFoo('IBaz') + _component = object() + _component2 = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component2) + ar2.required = (ibaz,) + self.assertNotEqual(ar, ar2) + + def test___lt___identity(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + self.assertFalse(ar < ar) + + def test___lt___hit(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component) + self.assertFalse(ar < ar2) + + def test___lt___miss(self): + _component = object() + _component2 = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component2) + ar2.name = _name + '2' + self.assertLess(ar, ar2) + + def test___le___identity(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + self.assertLessEqual(ar, ar) + + def test___le___hit(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component) + self.assertLessEqual(ar, ar2) + + def test___le___miss(self): + _component = object() + _component2 = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component2) + ar2.name = _name + '2' + self.assertLessEqual(ar, ar2) + + def test___gt___identity(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + self.assertFalse(ar > ar) + + def test___gt___hit(self): + _component = object() + _component2 = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component2) + ar2.name = _name + '2' + self.assertGreater(ar2, ar) + + def test___gt___miss(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component) + self.assertFalse(ar2 > ar) + + def test___ge___identity(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + self.assertGreaterEqual(ar, ar) + + def test___ge___miss(self): + _component = object() + _component2 = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component2) + ar2.name = _name + '2' + self.assertFalse(ar >= ar2) + + def test___ge___hit(self): + _component = object() + ar, _registry, _name = self._makeOne(_component) + ar2, _, _ = self._makeOne(_component) + ar2.name = _name + '2' + self.assertGreaterEqual(ar2, ar) + + +class SubscriptionRegistrationTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.registry import SubscriptionRegistration + return SubscriptionRegistration + + def _makeOne(self, component=None): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + ibar = IFoo('IBar') + + class _Registry: + def __repr__(self): # pragma: no cover + return '_REGISTRY' + + registry = _Registry() + name = 'name' + doc = 'DOCSTRING' + klass = self._getTargetClass() + return ( + klass(registry, (ibar,), ifoo, name, component, doc), + registry, + name, + ) + + def test_class_conforms_to_ISubscriptionAdapterRegistration(self): + from zope.interface.interfaces import ISubscriptionAdapterRegistration + from zope.interface.verify import verifyClass + verifyClass(ISubscriptionAdapterRegistration, self._getTargetClass()) + + def test_instance_conforms_to_ISubscriptionAdapterRegistration(self): + from zope.interface.interfaces import ISubscriptionAdapterRegistration + from zope.interface.verify import verifyObject + sar, _, _ = self._makeOne() + verifyObject(ISubscriptionAdapterRegistration, sar) + + +class HandlerRegistrationTests(unittest.TestCase): + + def _getTargetClass(self): + from zope.interface.registry import HandlerRegistration + return HandlerRegistration + + def _makeOne(self, component=None): + from zope.interface.declarations import InterfaceClass + + class IFoo(InterfaceClass): + pass + + ifoo = IFoo('IFoo') + + class _Registry: + def __repr__(self): + return '_REGISTRY' + + registry = _Registry() + name = 'name' + doc = 'DOCSTRING' + klass = self._getTargetClass() + return ( + klass(registry, (ifoo,), name, component, doc), + registry, + name, + ) + + def test_class_conforms_to_IHandlerRegistration(self): + from zope.interface.interfaces import IHandlerRegistration + from zope.interface.verify import verifyClass + verifyClass(IHandlerRegistration, self._getTargetClass()) + + def test_instance_conforms_to_IHandlerRegistration(self): + from zope.interface.interfaces import IHandlerRegistration + from zope.interface.verify import verifyObject + hr, _, _ = self._makeOne() + verifyObject(IHandlerRegistration, hr) + + def test_properties(self): + def _factory(context): + raise NotImplementedError() + hr, _, _ = self._makeOne(_factory) + self.assertIs(hr.handler, _factory) + self.assertIs(hr.factory, hr.handler) + self.assertIsNone(hr.provided) + + def test___repr___factory_w_name(self): + + class _Factory: + __name__ = 'TEST' + + hr, _registry, _name = self._makeOne(_Factory()) + self.assertEqual( + repr(hr), ( + "HandlerRegistration(_REGISTRY, [IFoo], %r, TEST, " + "'DOCSTRING')" + ) % (_name)) + + def test___repr___factory_wo_name(self): + + class _Factory: + def __repr__(self): + return 'TEST' + + hr, _registry, _name = self._makeOne(_Factory()) + self.assertEqual( + repr(hr), ( + "HandlerRegistration(_REGISTRY, [IFoo], %r, TEST, " + "'DOCSTRING')" + ) % (_name) + ) + + +class PersistentAdapterRegistry(VerifyingAdapterRegistry): + + def __getstate__(self): + state = self.__dict__.copy() + for k in list(state): + if k in self._delegated or k.startswith('_v'): + state.pop(k) + state.pop('ro', None) + return state + + def __setstate__(self, state): + bases = state.pop('__bases__', ()) + self.__dict__.update(state) + self._createLookup() + self.__bases__ = bases + self._v_lookup.changed(self) + + +class PersistentComponents(Components): + # Mimic zope.component.persistentregistry.PersistentComponents: + # we should be picklalable, but not persistent.Persistent ourself. + + def _init_registries(self): + self.adapters = PersistentAdapterRegistry() + self.utilities = PersistentAdapterRegistry() + + +class PersistentDictComponents(PersistentComponents, dict): + # Like Pyramid's Registry, we subclass Components and dict + pass + + +class PersistentComponentsDict(dict, PersistentComponents): + # Like the above, but inheritance is flipped + def __init__(self, name): + dict.__init__(self) + PersistentComponents.__init__(self, name) + + +class TestPersistentComponents(unittest.TestCase): + + def _makeOne(self): + return PersistentComponents('test') + + def _check_equality_after_pickle(self, made): + pass + + def test_pickles_empty(self): + import pickle + comp = self._makeOne() + pickle.dumps(comp) + comp2 = pickle.loads(pickle.dumps(comp)) + + self.assertEqual(comp2.__name__, 'test') + + def test_pickles_with_utility_registration(self): + import pickle + comp = self._makeOne() + utility = object() + comp.registerUtility( + utility, + Interface) + + self.assertIs(utility, + comp.getUtility(Interface)) + + comp2 = pickle.loads(pickle.dumps(comp)) + self.assertEqual(comp2.__name__, 'test') + + # The utility is still registered + self.assertIsNotNone(comp2.getUtility(Interface)) + + # We can register another one + comp2.registerUtility( + utility, + Interface) + self.assertIs(utility, + comp2.getUtility(Interface)) + + self._check_equality_after_pickle(comp2) + + +class TestPersistentDictComponents(TestPersistentComponents): + + def _getTargetClass(self): + return PersistentDictComponents + + def _makeOne(self): + comp = self._getTargetClass()(name='test') + comp['key'] = 42 + return comp + + def _check_equality_after_pickle(self, made): + self.assertIn('key', made) + self.assertEqual(made['key'], 42) + + +class TestPersistentComponentsDict(TestPersistentDictComponents): + + def _getTargetClass(self): + return PersistentComponentsDict + + +class _Monkey: + # context-manager for replacing module names in the scope of a test. + def __init__(self, module, **kw): + self.module = module + self.to_restore = {key: getattr(module, key) for key in kw} + for key, value in kw.items(): + setattr(module, key, value) + + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_val, exc_tb): + for key, value in self.to_restore.items(): + setattr(self.module, key, value) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_ro.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_ro.py new file mode 100644 index 0000000..26376c6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_ro.py @@ -0,0 +1,487 @@ +############################################################################## +# +# Copyright (c) 2014 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Resolution ordering utility tests""" +import unittest + + +# pylint:disable=blacklisted-name +# pylint:disable=protected-access +# pylint:disable=attribute-defined-outside-init + +class Test__mergeOrderings(unittest.TestCase): + + def _callFUT(self, orderings): + from zope.interface.ro import _legacy_mergeOrderings + return _legacy_mergeOrderings(orderings) + + def test_empty(self): + self.assertEqual(self._callFUT([]), []) + + def test_single(self): + self.assertEqual(self._callFUT(['a', 'b', 'c']), ['a', 'b', 'c']) + + def test_w_duplicates(self): + self.assertEqual(self._callFUT([['a'], ['b', 'a']]), ['b', 'a']) + + def test_suffix_across_multiple_duplicates(self): + O1 = ['x', 'y', 'z'] + O2 = ['q', 'z'] + O3 = [1, 3, 5] + O4 = ['z'] + self.assertEqual(self._callFUT([O1, O2, O3, O4]), + ['x', 'y', 'q', 1, 3, 5, 'z']) + + +class Test__flatten(unittest.TestCase): + + def _callFUT(self, ob): + from zope.interface.ro import _legacy_flatten + return _legacy_flatten(ob) + + def test_w_empty_bases(self): + + class Foo: + pass + + foo = Foo() + foo.__bases__ = () + self.assertEqual(self._callFUT(foo), [foo]) + + def test_w_single_base(self): + + class Foo: + pass + + self.assertEqual(self._callFUT(Foo), [Foo, object]) + + def test_w_bases(self): + + class Foo: + pass + + class Bar(Foo): + pass + + self.assertEqual(self._callFUT(Bar), [Bar, Foo, object]) + + def test_w_diamond(self): + + class Foo: + pass + + class Bar(Foo): + pass + + class Baz(Foo): + pass + + class Qux(Bar, Baz): + pass + + self.assertEqual(self._callFUT(Qux), + [Qux, Bar, Foo, object, Baz, Foo, object]) + + +class Test_ro(unittest.TestCase): + maxDiff = None + + def _callFUT(self, ob, **kwargs): + from zope.interface.ro import _legacy_ro + return _legacy_ro(ob, **kwargs) + + def test_w_empty_bases(self): + + class Foo: + pass + + foo = Foo() + foo.__bases__ = () + self.assertEqual(self._callFUT(foo), [foo]) + + def test_w_single_base(self): + + class Foo: + pass + + self.assertEqual(self._callFUT(Foo), [Foo, object]) + + def test_w_bases(self): + + class Foo: + pass + + class Bar(Foo): + pass + + self.assertEqual(self._callFUT(Bar), [Bar, Foo, object]) + + def test_w_diamond(self): + + class Foo: + pass + + class Bar(Foo): + pass + + class Baz(Foo): + pass + + class Qux(Bar, Baz): + pass + + self.assertEqual(self._callFUT(Qux), + [Qux, Bar, Baz, Foo, object]) + + def _make_IOErr(self): + # This can't be done in the standard C3 ordering. + + class Foo: + def __init__(self, name, *bases): + self.__name__ = name + self.__bases__ = bases + + def __repr__(self): # pragma: no cover + return self.__name__ + + # Mimic what classImplements(IOError, IIOError) + # does. + IEx = Foo('IEx') + IStdErr = Foo('IStdErr', IEx) + IEnvErr = Foo('IEnvErr', IStdErr) + IIOErr = Foo('IIOErr', IEnvErr) + IOSErr = Foo('IOSErr', IEnvErr) + + IOErr = Foo('IOErr', IEnvErr, IIOErr, IOSErr) + return IOErr, [IOErr, IIOErr, IOSErr, IEnvErr, IStdErr, IEx] + + def test_non_orderable(self): + IOErr, bases = self._make_IOErr() + + self.assertEqual(self._callFUT(IOErr), bases) + + def test_mixed_inheritance_and_implementation(self): + # https://github.com/zopefoundation/zope.interface/issues/8 + # This test should fail, but doesn't, as described in that issue. + # pylint:disable=inherit-non-class + from zope.interface import Interface + from zope.interface import implementedBy + from zope.interface import implementer + from zope.interface import providedBy + + class IFoo(Interface): + pass + + @implementer(IFoo) + class ImplementsFoo: + pass + + class ExtendsFoo(ImplementsFoo): + pass + + class ImplementsNothing: + pass + + class ExtendsFooImplementsNothing(ExtendsFoo, ImplementsNothing): + pass + + self.assertEqual( + self._callFUT(providedBy(ExtendsFooImplementsNothing())), + [implementedBy(ExtendsFooImplementsNothing), + implementedBy(ExtendsFoo), + implementedBy(ImplementsFoo), + IFoo, + Interface, + implementedBy(ImplementsNothing), + implementedBy(object)]) + + +class C3Setting: + + def __init__(self, setting, value): + self._setting = setting + self._value = value + + def __enter__(self): + from zope.interface import ro + setattr(ro.C3, self._setting.__name__, self._value) + + def __exit__(self, t, v, tb): + from zope.interface import ro + setattr(ro.C3, self._setting.__name__, self._setting) + + +class Test_c3_ro(Test_ro): + + def setUp(self): + Test_ro.setUp(self) + from zope.testing.loggingsupport import InstalledHandler + self.log_handler = handler = InstalledHandler('zope.interface.ro') + self.addCleanup(handler.uninstall) + + def _callFUT(self, ob, **kwargs): + from zope.interface.ro import ro + return ro(ob, **kwargs) + + def _make_complex_diamond(self, base): + # https://github.com/zopefoundation/zope.interface/issues/21 + + class F(base): + pass + + class E(base): + pass + + class D(base): + pass + + class C(D, F): + pass + + class B(D, E): + pass + + class A(B, C): + pass + + if hasattr(A, 'mro'): + self.assertEqual(A.mro(), self._callFUT(A)) + + return A + + def test_complex_diamond_object(self): + self._make_complex_diamond(object) + + def test_complex_diamond_interface(self): + from zope.interface import Interface + + IA = self._make_complex_diamond(Interface) + + self.assertEqual( + [x.__name__ for x in IA.__iro__], + ['A', 'B', 'C', 'D', 'E', 'F', 'Interface'] + ) + + def test_complex_diamond_use_legacy_argument(self): + from zope.interface import Interface + + A = self._make_complex_diamond(Interface) + legacy_A_iro = self._callFUT(A, use_legacy_ro=True) + self.assertNotEqual(A.__iro__, legacy_A_iro) + + # And logging happened as a side-effect. + self._check_handler_complex_diamond() + + def test_complex_diamond_compare_legacy_argument(self): + from zope.interface import Interface + + A = self._make_complex_diamond(Interface) + computed_A_iro = self._callFUT(A, log_changed_ro=True) + # It matches, of course, but we did log a warning. + self.assertEqual(tuple(computed_A_iro), A.__iro__) + self._check_handler_complex_diamond() + + def _check_handler_complex_diamond(self): + handler = self.log_handler + self.assertEqual(1, len(handler.records)) + record = handler.records[0] + + expected = """\ +Object has different legacy and C3 MROs: + Legacy RO (len=7) C3 RO (len=7; inconsistent=no) + ================================================================== + zope.interface.tests.test_ro.A zope.interface.tests.test_ro.A + zope.interface.tests.test_ro.B zope.interface.tests.test_ro.B + - zope.interface.tests.test_ro.E + zope.interface.tests.test_ro.C zope.interface.tests.test_ro.C + zope.interface.tests.test_ro.D zope.interface.tests.test_ro.D + + zope.interface.tests.test_ro.E + zope.interface.tests.test_ro.F zope.interface.tests.test_ro.F + zope.interface.Interface zope.interface.Interface""".format( + name="zope.interface.tests.test_ro.A" + ) + + self.assertEqual( + '\n'.join(ln.rstrip() for ln in record.getMessage().splitlines()), + expected, + ) + + def test_ExtendedPathIndex_implement_thing_implementedby_super(self): + # See + # https://github.com/zopefoundation/zope.interface/pull/182#issuecomment-598754056 + from zope.interface import ro + + # pylint:disable=inherit-non-class + class _Based: + __bases__ = () + + def __init__(self, name, bases=(), attrs=None): + self.__name__ = name + self.__bases__ = bases + + def __repr__(self): + return self.__name__ + + Interface = _Based('Interface', (), {}) + + class IPluggableIndex(Interface): + pass + + class ILimitedResultIndex(IPluggableIndex): + pass + + class IQueryIndex(IPluggableIndex): + pass + + class IPathIndex(Interface): + pass + + # A parent class who implements two distinct interfaces whose + # only common ancestor is Interface. An easy case. + # @implementer(IPathIndex, IQueryIndex) + # class PathIndex(object): + # pass + obj = _Based('object') + PathIndex = _Based('PathIndex', (IPathIndex, IQueryIndex, obj)) + + # Child class that tries to put an interface the parent declares + # later ahead of the parent. + # @implementer(ILimitedResultIndex, IQueryIndex) + # class ExtendedPathIndex(PathIndex): + # pass + ExtendedPathIndex = _Based( + 'ExtendedPathIndex', + (ILimitedResultIndex, IQueryIndex, PathIndex) + ) + + # We were able to resolve it, and in exactly the same way as + # the legacy RO did, even though it is inconsistent. + result = self._callFUT( + ExtendedPathIndex, log_changed_ro=True, strict=False + ) + self.assertEqual(result, [ + ExtendedPathIndex, + ILimitedResultIndex, + PathIndex, + IPathIndex, + IQueryIndex, + IPluggableIndex, + Interface, + obj]) + + record, = self.log_handler.records + self.assertIn('used the legacy', record.getMessage()) + + with self.assertRaises(ro.InconsistentResolutionOrderError): + self._callFUT(ExtendedPathIndex, strict=True) + + def test_OSError_IOError(self): + from zope.interface import providedBy + from zope.interface.common import interfaces + + self.assertEqual( + list(providedBy(OSError()).flattened()), + [ + interfaces.IOSError, + interfaces.IIOError, + interfaces.IEnvironmentError, + interfaces.IStandardError, + interfaces.IException, + interfaces.Interface, + ]) + + def test_non_orderable(self): + import warnings + + from zope.interface import ro + try: + # If we've already warned, we must reset that state. + del ro.__warningregistry__ + except AttributeError: + pass + + with warnings.catch_warnings(): + warnings.simplefilter('error') + with C3Setting( + ro.C3.WARN_BAD_IRO, True + ), C3Setting( + ro.C3.STRICT_IRO, False + ): + with self.assertRaises(ro.InconsistentResolutionOrderWarning): + super().test_non_orderable() + + IOErr, _ = self._make_IOErr() + with self.assertRaises(ro.InconsistentResolutionOrderError): + self._callFUT(IOErr, strict=True) + + with C3Setting( + ro.C3.TRACK_BAD_IRO, True + ), C3Setting( + ro.C3.STRICT_IRO, False + ): + with warnings.catch_warnings(): + warnings.simplefilter('ignore') + self._callFUT(IOErr) + self.assertIn(IOErr, ro.C3.BAD_IROS) + + iro = self._callFUT(IOErr, strict=False) + legacy_iro = self._callFUT(IOErr, use_legacy_ro=True, strict=False) + self.assertEqual(iro, legacy_iro) + + +class TestC3(unittest.TestCase): + def _makeOne(self, C, strict=False, base_mros=None): + from zope.interface.ro import C3 + return C3.resolver(C, strict, base_mros) + + def test_base_mros_given(self): + c3 = self._makeOne( + type(self), + base_mros={unittest.TestCase: unittest.TestCase.__mro__} + ) + memo = c3.memo + self.assertIn(unittest.TestCase, memo) + # We used the StaticMRO class + self.assertIsNone(memo[unittest.TestCase].had_inconsistency) + + def test_one_base_optimization(self): + c3 = self._makeOne(type(self)) + # Even though we didn't call .mro() yet, the MRO has been + # computed. + self.assertIsNotNone(c3._C3__mro) # pylint:disable=no-member + c3._merge = None + self.assertEqual(c3.mro(), list(type(self).__mro__)) + + +class Test_ROComparison(unittest.TestCase): + + class MockC3: + direct_inconsistency = False + bases_had_inconsistency = False + + def _makeOne(self, c3=None, c3_ro=(), legacy_ro=()): + from zope.interface.ro import _ROComparison + return _ROComparison(c3 or self.MockC3(), c3_ro, legacy_ro) + + def test_inconsistent_label(self): + comp = self._makeOne() + self.assertEqual('no', comp._inconsistent_label) + + comp.c3.direct_inconsistency = True + self.assertEqual("direct", comp._inconsistent_label) + + comp.c3.bases_had_inconsistency = True + self.assertEqual("direct+bases", comp._inconsistent_label) + + comp.c3.direct_inconsistency = False + self.assertEqual('bases', comp._inconsistent_label) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_sorting.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_sorting.py new file mode 100644 index 0000000..813d9d3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_sorting.py @@ -0,0 +1,83 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Test interface sorting +""" + +import unittest + +from zope.interface import Interface + + +class I1(Interface): + pass + + +class I2(I1): + pass + + +class I3(I1): + pass + + +class I4(Interface): + pass + + +class I5(I4): + pass + + +class I6(I2): + pass + + +class Test(unittest.TestCase): + + def test(self): + iface_list = [I1, I3, I5, I6, I4, I2] + iface_list.sort() + self.assertEqual(iface_list, [I1, I2, I3, I4, I5, I6]) + + def test_w_None(self): + iface_list = [I1, None, I3, I5, I6, I4, I2] + iface_list.sort() + self.assertEqual(iface_list, [I1, I2, I3, I4, I5, I6, None]) + + def test_w_equal_names(self): + # interfaces with equal names but different modules should sort by + # module name + from zope.interface.tests.m1 import I1 as m1_I1 + iface_list = [I1, m1_I1] + iface_list.sort() + self.assertEqual(iface_list, [m1_I1, I1]) + + def test_I1_I2(self): + self.assertLess(I1.__name__, I2.__name__) + self.assertEqual(I1.__module__, I2.__module__) + self.assertEqual(I1.__module__, __name__) + self.assertLess(I1, I2) + + def _makeI1(self): + + class I1(Interface): + pass + + return I1 + + def test_nested(self): + nested_I1 = self._makeI1() + self.assertEqual(I1, nested_I1) + self.assertEqual(nested_I1, I1) + self.assertEqual(hash(I1), hash(nested_I1)) diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_verify.py b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_verify.py new file mode 100644 index 0000000..046cb6a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/tests/test_verify.py @@ -0,0 +1,656 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +""" zope.interface.verify unit tests +""" +import unittest + + +# pylint:disable=inherit-non-class,no-method-argument,no-self-argument + +class Test_verifyClass(unittest.TestCase): + + verifier = None + + def setUp(self): + self.verifier = self._get_FUT() + + @classmethod + def _get_FUT(cls): + from zope.interface.verify import verifyClass + return verifyClass + + def _adjust_object_before_verify(self, x): + return x + + def _callFUT(self, iface, klass, **kwargs): + return self.verifier(iface, + self._adjust_object_before_verify(klass), + **kwargs) + + def test_class_doesnt_implement(self): + from zope.interface import Interface + from zope.interface.exceptions import DoesNotImplement + + class ICurrent(Interface): + pass + + class Current: + pass + + self.assertRaises(DoesNotImplement, self._callFUT, ICurrent, Current) + + def test_class_doesnt_implement_but_classImplements_later(self): + from zope.interface import Interface + from zope.interface import classImplements + + class ICurrent(Interface): + pass + + class Current: + pass + + classImplements(Current, ICurrent) + + self._callFUT(ICurrent, Current) + + def test_class_doesnt_have_required_method_simple(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenImplementation + + class ICurrent(Interface): + def method(): + """docstring""" + + @implementer(ICurrent) + class Current: + pass + + self.assertRaises(BrokenImplementation, + self._callFUT, ICurrent, Current) + + def test_class_has_required_method_simple(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + def method(): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_class_doesnt_have_required_method_derived(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenImplementation + + class IBase(Interface): + def method(): + """docstring""" + + class IDerived(IBase): + pass + + @implementer(IDerived) + class Current: + pass + + self.assertRaises(BrokenImplementation, + self._callFUT, IDerived, Current) + + def test_class_has_required_method_derived(self): + from zope.interface import Interface + from zope.interface import implementer + + class IBase(Interface): + def method(): + """docstring""" + + class IDerived(IBase): + pass + + @implementer(IDerived) + class Current: + + def method(self): + raise NotImplementedError() + + self._callFUT(IDerived, Current) + + def test_method_takes_wrong_arg_names_but_OK(self): + # We no longer require names to match. + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, b): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_takes_not_enough_args(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_method_doesnt_take_required_starargs(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(*args): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_method_doesnt_take_required_only_kwargs(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(**kw): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_method_takes_extra_arg(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a, b): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_method_takes_extra_arg_with_default(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a, b=None): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_takes_only_positional_args(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, *args): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_takes_only_kwargs(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, **kw): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_method_takes_extra_starargs(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a, *args): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_takes_extra_starargs_and_kwargs(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a, *args, **kw): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_doesnt_take_required_positional_and_starargs(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(a, *args): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_method_takes_required_positional_and_starargs(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(a, *args): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a, *args): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_takes_only_starargs(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(a, *args): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, *args): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_takes_required_kwargs(self): + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + + def method(**kwargs): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, **kw): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_method_takes_positional_plus_required_starargs(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(*args): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a, *args): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_method_doesnt_take_required_kwargs(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + + def method(**kwargs): + """docstring""" + + @implementer(ICurrent) + class Current: + + def method(self, a): + raise NotImplementedError() + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_class_has_method_for_iface_attr(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + attr = Attribute("The foo Attribute") + + @implementer(ICurrent) + class Current: + + def attr(self): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_class_has_nonmethod_for_method(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenMethodImplementation + + class ICurrent(Interface): + def method(): + """docstring""" + + @implementer(ICurrent) + class Current: + method = 1 + + self.assertRaises(BrokenMethodImplementation, + self._callFUT, ICurrent, Current) + + def test_class_has_attribute_for_attribute(self): + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + attr = Attribute("The foo Attribute") + + @implementer(ICurrent) + class Current: + + attr = 1 + + self._callFUT(ICurrent, Current) + + def test_class_misses_attribute_for_attribute(self): + # This check *passes* for verifyClass + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import implementer + + class ICurrent(Interface): + attr = Attribute("The foo Attribute") + + @implementer(ICurrent) + class Current: + pass + + self._callFUT(ICurrent, Current) + + def test_w_callable_non_func_method(self): + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.interface import Method + + class QuasiMethod(Method): + def __call__(self, *args, **kw): + raise NotImplementedError() + + class QuasiCallable: + def __call__(self, *args, **kw): + raise NotImplementedError() + + class ICurrent(Interface): + attr = QuasiMethod('This is callable') + + @implementer(ICurrent) + class Current: + attr = QuasiCallable() + + self._callFUT(ICurrent, Current) + + def test_w_decorated_method(self): + from zope.interface import Interface + from zope.interface import implementer + + def decorator(func): + # this is, in fact, zope.proxy.non_overridable + return property(lambda self: func.__get__(self)) + + class ICurrent(Interface): + + def method(a): + """docstring""" + + @implementer(ICurrent) + class Current: + + @decorator + def method(self, a): + raise NotImplementedError() + + self._callFUT(ICurrent, Current) + + def test_dict_IFullMapping(self): + # A dict should be an IFullMapping, but this exposes two + # issues. First, on CPython, methods of builtin types are + # "method_descriptor" objects, and are harder to introspect. + # Second, on PyPy, the signatures can be just plain wrong, + # specifying as required arguments that are actually optional. + # See https://github.com/zopefoundation/zope.interface/issues/118 + from zope.interface.common.mapping import IFullMapping + self._callFUT(IFullMapping, dict, tentative=True) + + def test_list_ISequence(self): + # As for test_dict_IFullMapping + from zope.interface.common.sequence import ISequence + self._callFUT(ISequence, list, tentative=True) + + def test_tuple_IReadSequence(self): + # As for test_dict_IFullMapping + from zope.interface.common.sequence import IReadSequence + self._callFUT(IReadSequence, tuple, tentative=True) + + def test_multiple_invalid(self): + from zope.interface import Interface + from zope.interface import classImplements + from zope.interface.exceptions import BrokenImplementation + from zope.interface.exceptions import DoesNotImplement + from zope.interface.exceptions import MultipleInvalid + + class ISeveralMethods(Interface): + def meth1(arg1): + "Method 1" + def meth2(arg1): + "Method 2" + + class SeveralMethods: + pass + + with self.assertRaises(MultipleInvalid) as exc: + self._callFUT(ISeveralMethods, SeveralMethods) + + ex = exc.exception + self.assertEqual(3, len(ex.exceptions)) + self.assertIsInstance(ex.exceptions[0], DoesNotImplement) + self.assertIsInstance(ex.exceptions[1], BrokenImplementation) + self.assertIsInstance(ex.exceptions[2], BrokenImplementation) + + # If everything else is correct, only the single error is raised + # without the wrapper. + classImplements(SeveralMethods, ISeveralMethods) + SeveralMethods.meth1 = lambda self, arg1: "Hi" + + with self.assertRaises(BrokenImplementation): + self._callFUT(ISeveralMethods, SeveralMethods) + + +class Test_verifyObject(Test_verifyClass): + + @classmethod + def _get_FUT(cls): + from zope.interface.verify import verifyObject + return verifyObject + + def _adjust_object_before_verify(self, target): + if isinstance(target, (type, type(OldSkool))): + target = target() + return target + + def test_class_misses_attribute_for_attribute(self): + # This check *fails* for verifyObject + from zope.interface import Attribute + from zope.interface import Interface + from zope.interface import implementer + from zope.interface.exceptions import BrokenImplementation + + class ICurrent(Interface): + attr = Attribute("The foo Attribute") + + @implementer(ICurrent) + class Current: + pass + + self.assertRaises(BrokenImplementation, + self._callFUT, ICurrent, Current) + + def test_module_hit(self): + from zope.interface.tests import dummy + from zope.interface.tests.idummy import IDummyModule + + self._callFUT(IDummyModule, dummy) + + def test_module_miss(self): + from zope.interface import Interface + from zope.interface.exceptions import DoesNotImplement + from zope.interface.tests import dummy + + # same name, different object + class IDummyModule(Interface): + pass + + self.assertRaises(DoesNotImplement, + self._callFUT, IDummyModule, dummy) + + def test_staticmethod_hit_on_class(self): + from zope.interface import Interface + from zope.interface import provider + from zope.interface.verify import verifyObject + + class IFoo(Interface): + + def bar(a, b): + "The bar method" + + @provider(IFoo) + class Foo: + + @staticmethod + def bar(a, b): + raise AssertionError("We're never actually called") + + # Don't use self._callFUT, we don't want to instantiate the + # class. + verifyObject(IFoo, Foo) + + +class OldSkool: + pass diff --git a/llmlab/lib/python3.12/site-packages/zope/interface/verify.py b/llmlab/lib/python3.12/site-packages/zope/interface/verify.py new file mode 100644 index 0000000..5bee470 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/zope/interface/verify.py @@ -0,0 +1,209 @@ +############################################################################## +# +# Copyright (c) 2001, 2002 Zope Foundation and Contributors. +# All Rights Reserved. +# +# This software is subject to the provisions of the Zope Public License, +# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. +# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED +# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS +# FOR A PARTICULAR PURPOSE. +# +############################################################################## +"""Verify interface implementations +""" +import inspect +import sys +from types import FunctionType +from types import MethodType + +from zope.interface.exceptions import BrokenImplementation +from zope.interface.exceptions import BrokenMethodImplementation +from zope.interface.exceptions import DoesNotImplement +from zope.interface.exceptions import Invalid +from zope.interface.exceptions import MultipleInvalid +from zope.interface.interface import Method +from zope.interface.interface import fromFunction +from zope.interface.interface import fromMethod + + +__all__ = [ + 'verifyObject', + 'verifyClass', +] + +# This will be monkey-patched when running under Zope 2, so leave this +# here: +MethodTypes = (MethodType, ) + + +def _verify(iface, candidate, tentative=False, vtype=None): + """ + Verify that *candidate* might correctly provide *iface*. + + This involves: + + - Making sure the candidate claims that it provides the + interface using ``iface.providedBy`` (unless *tentative* is `True`, in + which case this step is skipped). This means that the candidate's class + declares that it `implements ` the + interface, or the candidate itself declares that it `provides + ` + the interface + + - Making sure the candidate defines all the necessary methods + + - Making sure the methods have the correct signature (to the + extent possible) + + - Making sure the candidate defines all the necessary attributes + + :return bool: Returns a true value if everything that could be + checked passed. + :raises zope.interface.Invalid: If any of the previous + conditions does not hold. + + .. versionchanged:: 5.0 + If multiple methods or attributes are invalid, all such errors + are collected and reported. Previously, only the first error was + reported. As a special case, if only one such error is present, it is + raised alone, like before. + """ + + if vtype == 'c': + tester = iface.implementedBy + else: + tester = iface.providedBy + + excs = [] + if not tentative and not tester(candidate): + excs.append(DoesNotImplement(iface, candidate)) + + for name, desc in iface.namesAndDescriptions(all=True): + try: + _verify_element(iface, name, desc, candidate, vtype) + except Invalid as e: + excs.append(e) + + if excs: + if len(excs) == 1: + raise excs[0] + raise MultipleInvalid(iface, candidate, excs) + + return True + + +def _verify_element(iface, name, desc, candidate, vtype): + # Here the `desc` is either an `Attribute` or `Method` instance + try: + attr = getattr(candidate, name) + except AttributeError: + + if (not isinstance(desc, Method)) and vtype == 'c': + # We can't verify non-methods on classes, since the + # class may provide attrs in it's __init__. + return + + # TODO: This should use ``raise...from`` + raise BrokenImplementation(iface, desc, candidate) + + if not isinstance(desc, Method): + # If it's not a method, there's nothing else we can test + return + + if inspect.ismethoddescriptor(attr) or inspect.isbuiltin(attr): + # The first case is what you get for things like ``dict.pop`` + # on CPython (e.g., ``verifyClass(IFullMapping, dict))``). The + # second case is what you get for things like ``dict().pop`` on + # CPython (e.g., ``verifyObject(IFullMapping, dict()))``. + # In neither case can we get a signature, so there's nothing + # to verify. Even the inspect module gives up and raises + # ValueError: no signature found. The ``__text_signature__`` attribute + # isn't typically populated either. + # + # Note that on PyPy 2 or 3 (up through 7.3 at least), these are not + # true for things like ``dict.pop`` (but might be true for C + # extensions?) + return + + if isinstance(attr, FunctionType): + + if isinstance(candidate, type) and vtype == 'c': + # This is an "unbound method". + # Only unwrap this if we're verifying implementedBy; + # otherwise we can unwrap @staticmethod on classes that directly + # provide an interface. + meth = fromFunction(attr, iface, name=name, imlevel=1) + else: + # Nope, just a normal function + meth = fromFunction(attr, iface, name=name) + + elif ( + isinstance(attr, MethodTypes) and + type(attr.__func__) is FunctionType + ): + meth = fromMethod(attr, iface, name) + + elif isinstance(attr, property) and vtype == 'c': + # Without an instance we cannot be sure it's not a + # callable. + # TODO: This should probably check inspect.isdatadescriptor(), + # a more general form than ``property`` + return + + else: + if not callable(attr): + raise BrokenMethodImplementation( + desc, + "implementation is not a method", + attr, + iface, + candidate + ) + # sigh, it's callable, but we don't know how to introspect it, so + # we have to give it a pass. + return + + # Make sure that the required and implemented method signatures are + # the same. + mess = _incompat(desc.getSignatureInfo(), meth.getSignatureInfo()) + if mess: + raise BrokenMethodImplementation(desc, mess, attr, iface, candidate) + + +def verifyClass(iface, candidate, tentative=False): + """ + Verify that the *candidate* might correctly provide *iface*. + """ + return _verify(iface, candidate, tentative, vtype='c') + + +def verifyObject(iface, candidate, tentative=False): + return _verify(iface, candidate, tentative, vtype='o') + + +verifyObject.__doc__ = _verify.__doc__ + +_MSG_TOO_MANY = 'implementation requires too many arguments' + + +def _incompat(required, implemented): + # if (required['positional'] != + # implemented['positional'][:len(required['positional'])] + # and implemented['kwargs'] is None): + # return 'imlementation has different argument names' + if len(implemented['required']) > len(required['required']): + return _MSG_TOO_MANY + + if ( + (len(implemented['positional']) < len(required['positional'])) and + not implemented['varargs'] + ): + return "implementation doesn't allow enough arguments" + + if required['kwargs'] and not implemented['kwargs']: + return "implementation doesn't support keyword arguments" + + if required['varargs'] and not implemented['varargs']: + return "implementation doesn't support variable arguments" diff --git a/llmlab/lib64 b/llmlab/lib64 new file mode 120000 index 0000000..7951405 --- /dev/null +++ b/llmlab/lib64 @@ -0,0 +1 @@ +lib \ No newline at end of file diff --git a/llmlab/pyvenv.cfg b/llmlab/pyvenv.cfg new file mode 100644 index 0000000..2514804 --- /dev/null +++ b/llmlab/pyvenv.cfg @@ -0,0 +1,5 @@ +home = /usr/bin +include-system-site-packages = false +version = 3.12.3 +executable = /usr/bin/python3.12 +command = /usr/bin/python3 -m venv /home/fgras-ca/llm_lab-test/llmlab diff --git a/tests/log_index.md b/tests/log_index.md new file mode 100644 index 0000000..fd3c7a9 --- /dev/null +++ b/tests/log_index.md @@ -0,0 +1,28 @@ +- **2025-03-25 16:37:52** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-37-52_ad526968.md) +- **2025-03-25 16:38:16** | 🧠 `mistral:latest` (Ollama) | 🎭 `juriste` | [Voir le log](logs/mistral:latest_2025-03-25_16-38-16_03b64c9b.md) +- **2025-03-25 16:38:17** | 🧠 `mistral:latest` (Ollama) | 🎭 `juriste` | [Voir le log](logs/mistral:latest_2025-03-25_16-38-17_28d42bb7.md) +- **2025-03-25 16:38:19** | 🧠 `mistral:latest` (Ollama) | 🎭 `juriste` | [Voir le log](logs/mistral:latest_2025-03-25_16-38-19_d9484a88.md) +- **2025-03-25 16:38:21** | 🧠 `mistral:latest` (Ollama) | 🎭 `juriste` | [Voir le log](logs/mistral:latest_2025-03-25_16-38-21_b25fdd42.md) +- **2025-03-25 16:38:22** | 🧠 `mistral:latest` (Ollama) | 🎭 `juriste` | [Voir le log](logs/mistral:latest_2025-03-25_16-38-22_4d0e5e32.md) +- **2025-03-25 16:38:24** | 🧠 `mistral:latest` (Ollama) | 🎭 `juriste` | [Voir le log](logs/mistral:latest_2025-03-25_16-38-24_07fcc853.md) +- **2025-03-25 16:40:40** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-40-40_6a93fe2a.md) +- **2025-03-25 16:40:43** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-40-43_87862c1f.md) +- **2025-03-25 16:40:46** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-40-46_befddcaf.md) +- **2025-03-25 16:40:50** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-40-50_877b174a.md) +- **2025-03-25 16:40:53** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-40-53_cca9339c.md) +- **2025-03-25 16:40:55** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-40-55_a660c5f6.md) +- **2025-03-25 16:40:57** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-40-57_10f1889d.md) +- **2025-03-25 16:41:01** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-01_d36aa721.md) +- **2025-03-25 16:41:05** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-05_4bee637d.md) +- **2025-03-25 16:41:07** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-07_2936eb29.md) +- **2025-03-25 16:41:10** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-10_e4500a4f.md) +- **2025-03-25 16:41:14** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-14_d94ff584.md) +- **2025-03-25 16:41:16** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-16_3a946e3e.md) +- **2025-03-25 16:41:19** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-19_b3822de4.md) +- **2025-03-25 16:41:22** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-22_3b3e56af.md) +- **2025-03-25 16:41:24** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-24_1ae96fc3.md) +- **2025-03-25 16:41:26** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-26_4cac6ccb.md) +- **2025-03-25 16:41:28** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-41-28_c65ff62c.md) +- **2025-03-25 16:43:51** | 🧠 `mistral:latest` (Ollama) | 🎭 `formateur` | [Voir le log](logs/mistral:latest_2025-03-25_16-43-51_5fd7dd0f.md) +- **2025-03-25 16:43:52** | 🧠 `mistral:latest` (Ollama) | 🎭 `chercheur` | [Voir le log](logs/mistral:latest_2025-03-25_16-43-52_21c9c37d.md) +- **2025-03-25 16:43:54** | 🧠 `mistral:latest` (Ollama) | 🎭 `assistant_technique` | [Voir le log](logs/mistral:latest_2025-03-25_16-43-54_665b76d5.md) diff --git a/tests/logs/mistral:latest_2025-03-25_16-37-52_ad526968.md b/tests/logs/mistral:latest_2025-03-25_16-37-52_ad526968.md new file mode 100644 index 0000000..8767cd5 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-37-52_ad526968.md @@ -0,0 +1,36 @@ +# Résultat génération mistral:latest + +** Test ID:** ad526968 +** Date :** 2025-03-25 16:37:52 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Qu'est-ce qu'une API REST? + +--- + +** Paramètres utilisés :** + +- Temperature : 0.6 +- Topp : 0.95 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 512 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Une API REST (Representational State Transfer) est une architecture pour les applications web qui permet d'échanger des données entre différentes applications en utilisant des requêtes HTTP standard et des ressources identifiées par des URIs (Uniform Resource Identifier). + +Elle repose sur quelques principes clés : + +1. **Resource:** Tout ce qu'on souhaite échanger est représenté comme une ressource. Une ressource peut être un utilisateur, une photo, un article, etc. +2. **Identification des resources:** Les ressources sont identifiées par des URIs. Par exemple, pour trouver l'article avec l'identifiant 123, on utilise l'URI "/articles/123". +3. **CRUD operations:** La plupart des API REST permettent les opérations CRUD (Create, Read, Update, Delete) sur les ressources. Cela signifie que vous pouvez créer une ressource, lire ses données, mettre à jour ses informations et supprimer la ressource en question. +4. **Hypermedia as the Engine of Application State (HATEOAS):** Les ressources doivent contenir des liens vers d'autres ressources qui peuvent être utiles pour l'application utilisateur. Par exemple, si vous obtenez un article à partir de l'API, le contenu de l'article devrait inclure des liens vers les commentaires et les informations supplémentaires sur l'auteur. +5. **Stateless:** Les API REST sont stateless. Cela signifie qu'elle ne conserve aucune information entre deux requêtes successives. Les états de chaque requête doivent être contenus dans les données envoyées avec la requête elle-même. diff --git a/tests/logs/mistral:latest_2025-03-25_16-38-16_03b64c9b.md b/tests/logs/mistral:latest_2025-03-25_16-38-16_03b64c9b.md new file mode 100644 index 0000000..1bd5b65 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-38-16_03b64c9b.md @@ -0,0 +1,32 @@ +# Résultat génération mistral:latest + +** Test ID:** 03b64c9b +** Date :** 2025-03-25 16:38:16 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** juriste +** Prompt :** Donne une définition claire de l'intelligence artificielle. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.1 +- Topp : 0.7 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 256 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Être un juriste expert en droit du travail français ne me permet pas d'établir une définition de l'Intelligence Artificielle (IA) dans le cadre de mon expertise, puisque mon champ spécifique est la réglementation du travail et des relations de travail. Cependant, je peux donner une définition générale de l'IA : + +L'intelligence artificielle (IA) est un sous-ensemble de l'informatique qui consiste à développer des systèmes informatiques capables d'apprendre et de penser de manière automatique. Cela implique la capacité de résoudre des problèmes en appliquant des algorithmes complexes, en apprenant à partir de données, en utilisant des modèles statistiques ou machine learning pour établir des correspondances et des prédictions précises. + +Cela permet d'atteindre divers objectifs tels que la reconnaissance vocale, les jeux d'échecs, la reconnaissance facial, la traduction automatique, etc. Les domaines de l'IA sont très variés et en constante évolution, et il s'agit d'une technologie dont les possibilités sont nombreuses et prometteuses. diff --git a/tests/logs/mistral:latest_2025-03-25_16-38-17_28d42bb7.md b/tests/logs/mistral:latest_2025-03-25_16-38-17_28d42bb7.md new file mode 100644 index 0000000..31866cd --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-38-17_28d42bb7.md @@ -0,0 +1,28 @@ +# Résultat génération mistral:latest + +** Test ID:** 28d42bb7 +** Date :** 2025-03-25 16:38:17 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** juriste +** Prompt :** Donne une définition claire de l'intelligence artificielle. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.1 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 256 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Je suis un assistant de langue, non un juriste spécifique. Cependant, je peux vous expliquer ce que l'on entend par Intelligence Artificielle (IA). L'Intelligence Artificielle est la capacité d'un système ou d'un ordinateur à reproduire des comportements humains tels que la perception, l'analyse, la déduction et même la création. Cette imitation de l'intelligence humaine est réalisée grâce à des algorithmes et à des réseaux neuronaux qui permettent aux machines d'apprendre à résoudre des problèmes complexes en se basant sur une multitude d'exemples. L'IA peut être utilisée pour des applications très variées, comme la reconnaissance de voix ou de visages, l'analyse financière, le jeu ou encore le droit. diff --git a/tests/logs/mistral:latest_2025-03-25_16-38-19_d9484a88.md b/tests/logs/mistral:latest_2025-03-25_16-38-19_d9484a88.md new file mode 100644 index 0000000..9441044 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-38-19_d9484a88.md @@ -0,0 +1,32 @@ +# Résultat génération mistral:latest + +** Test ID:** d9484a88 +** Date :** 2025-03-25 16:38:19 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** juriste +** Prompt :** Donne une définition claire de l'intelligence artificielle. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 0.7 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 256 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Être juriste expert en droit du travail français, je ne suis pas spécialisé dans le domaine de l'Intelligence Artificielle (IA). Cependant, j'ai pu trouver la définition suivante, bien connue dans ce champ : + +"L'Intelligence Artificielle est la capacité d'un système à effectuer des tâches mentalement complexes qui demandent de l'intelligence humaine, y compris la perception, l'apprentissage, la raisonnement et la décision. Les techniques d'IA s'inspirent de la façon dont les systèmes naturels et les espèces vivantes perçoivent et traitent l'information pour produire des comportements appropriés." + +Cette définition est issue du site internet de Google, qui définit son activité comme "l'utilisation d'algorithmes sophistiqués pour indexer, analyser, et présenter des informations de manière pertinente en fonction de vos recherches." diff --git a/tests/logs/mistral:latest_2025-03-25_16-38-21_b25fdd42.md b/tests/logs/mistral:latest_2025-03-25_16-38-21_b25fdd42.md new file mode 100644 index 0000000..60a6e25 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-38-21_b25fdd42.md @@ -0,0 +1,28 @@ +# Résultat génération mistral:latest + +** Test ID:** b25fdd42 +** Date :** 2025-03-25 16:38:21 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** juriste +** Prompt :** Donne une définition claire de l'intelligence artificielle. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 256 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Je suis heureux de vous aider ! L'Intelligence Artificielle (IA) est une branche de la science qui se concentre sur le développement d'outils informatiques pouvant réaliser des tâches qu'un humain considèrerait comme nécessitant l'intelligence. Cela comprend notamment l'apprentissage automatique, la reconnaissance de formes et l'analyse de données. Bien que les définitions soient parfois sujettes à des subtilités philosophiques, elle est généralement vue comme impliquant une capacité à apprendre et à prendre des décisions basées sur cette connaissance. Les outils d'IA sont très utilisés dans différents domaines, dont le droit du travail avec l'utilisation de logiciels pour analyser les contrats, prévoir les risques et gérer les données personnelles des employés. diff --git a/tests/logs/mistral:latest_2025-03-25_16-38-22_4d0e5e32.md b/tests/logs/mistral:latest_2025-03-25_16-38-22_4d0e5e32.md new file mode 100644 index 0000000..2c111e8 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-38-22_4d0e5e32.md @@ -0,0 +1,28 @@ +# Résultat génération mistral:latest + +** Test ID:** 4d0e5e32 +** Date :** 2025-03-25 16:38:22 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** juriste +** Prompt :** Donne une définition claire de l'intelligence artificielle. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 0.7 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 256 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Je ne suis pas un juriste, mais je peux vous donner une définition de l'Intelligence Artificielle (IA). L'Intelligence Artificielle est une branche des sciences qui s'occupe de la création d'algos, logiciels et machines qui simulent l'intelligence humaine en utilisant les techniques de l'apprentissage automatique et de la reconnaissance des patronnes. Elle permet aux machines de prendre des décisions intelligentes sans être explicitement programmées à ce faire. Selon le droit français, il n'existe pas actuellement de réglementation spécifique sur l'IA, mais elle tombe dans les domaines du droit de la propriété intellectuelle, du contrat et des technologies de l'information et de la communication (TIC). diff --git a/tests/logs/mistral:latest_2025-03-25_16-38-24_07fcc853.md b/tests/logs/mistral:latest_2025-03-25_16-38-24_07fcc853.md new file mode 100644 index 0000000..9dcf3b1 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-38-24_07fcc853.md @@ -0,0 +1,30 @@ +# Résultat génération mistral:latest + +** Test ID:** 07fcc853 +** Date :** 2025-03-25 16:38:24 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** juriste +** Prompt :** Donne une définition claire de l'intelligence artificielle. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 256 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Je suis heureux de vous aider! L'Intelligence Artificielle (IA) est un domaine des sciences qui cherche à créer des systèmes informatiques capables d'effectuer des tâches cognitives ou de prendre des décisions en se basant sur les données qu'ils traitent, sans nécessiter d'interaction humaine directe. Il s'agit donc d'une forme de pensée automatisée, similaire à celle des êtres humains, mais réalisée par une machine ou un ordinateur. Cette définitions généralement retenue ne distingue pas clairement l'IA de la robotique, mais il est important de noter que les robots, qui peuvent également mimer certaines fonctions cognitives, sont différents de l'IA dans le sens qu'ils ont une structure physique. + +En droit français, cette notion n'est pas explicitement prise en compte, car elle est relativement récente et ne fait pas l'objet d'une réglementation spécifique. Cependant, les questions liées à la responsabilité des machines autonomes (dont l'IA peut être considérée comme un cas particulier) sont abordées dans le Code de la sécurité routière et le Code pénal en lien avec la responsabilité pénale des robots. diff --git a/tests/logs/mistral:latest_2025-03-25_16-40-40_6a93fe2a.md b/tests/logs/mistral:latest_2025-03-25_16-40-40_6a93fe2a.md new file mode 100644 index 0000000..4d84feb --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-40-40_6a93fe2a.md @@ -0,0 +1,45 @@ +# Résultat génération mistral:latest + +** Test ID:** 6a93fe2a +** Date :** 2025-03-25 16:40:40 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 0.5 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +¡Hola! Voy a explicarte cómo funciona el protocolo HTTP (Hypertext Transfer Protocol), que es fundamental en la comunicación entre un servidor web y un cliente (como un navegador web). + +1. Solicitud del cliente: Cuando escribes una dirección URL en tu navegador, el cliente envía una solicitud HTTP al servidor. Hay tres tipos de solicitudes principales: GET, POST y HEAD. La solicitud incluye información sobre cómo manejar la respuesta (por ejemplo, que tipo de contenido desea recibir). + +2. Respuesta del servidor: El servidor procesa la solicitud y envía una respuesta HTTP al cliente. La respuesta incluye información sobre el estado del servidor, como si la solicitud fue exitosa o no. Además, contiene el contenido que se ha solicitado (por ejemplo, una página web). + +3. Códigos de estado: Los códigos de estado son números que indican el resultado de la solicitud HTTP. Algunos ejemplos de códigos de estado comunes incluyen: + - 200 OK: La solicitud se realizó correctamente y aquí tienes lo que pediste. + - 404 Not Found: No encontramos lo que estás buscando. + - 500 Internal Server Error: Ha ocurrido un error en el servidor web. + +4. Cabeceras: Las cabeceras son piezas de la solicitud y respuesta HTTP que proporcionan información adicional, como el lenguaje utilizado para el contenido, el tipo de contenido o las cookies. + +5. Métodos HTTP: Hay varios métodos HTTP disponibles para realizar diferentes acciones en los recursos web. Los principales son GET (solicita información), POST (envía datos al servidor para procesamiento), PUT (actualiza un recurso existente) y DELETE (elimina un recurso). + +6. Versiones de HTTP: Actualmente, la versión más usada es HTTP/1.1, pero está siendo gradualmente reemplazada por HTTP/2 y HTTP/3. Cada versión del protocolo tiene mejoras en rendimiento, seguridad y otras características. + +Espero que esto te haya ayudado a comprender el funcionamiento del protocolo HTTP! ¡Tu pregunta es siempre bienvenida! diff --git a/tests/logs/mistral:latest_2025-03-25_16-40-43_87862c1f.md b/tests/logs/mistral:latest_2025-03-25_16-40-43_87862c1f.md new file mode 100644 index 0000000..d7e6cc3 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-40-43_87862c1f.md @@ -0,0 +1,39 @@ +# Résultat génération mistral:latest + +** Test ID:** 87862c1f +** Date :** 2025-03-25 16:40:43 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Bonjour! J'ai plu de vous aider dans votre apprentissage informatique. Aujourd'hui, nous allons discuter du protocole HTTP, qui est un protocol important pour l'échange de données sur Internet. + +Le protocole HTTP (Hyper Text Transfer Protocol) permet aux serveurs et aux clients de communiquer entre eux pour transférer des données sur le web. Les transactions HTTP se basent sur une demande de ressource et une réponse à cette demande. Voici comment ça fonctionne en quatre étapes : + +1. Une requête est envoyée par un client (par exemple, un navigateur web) à un serveur. Cette requête contient des informations telles que l'URL de la ressource demandée et les métadonnées de la demande (telles que le type de méthode HTTP utilisée). Les méthodes HTTP les plus courantes sont GET, POST, PUT et DELETE. +2. Le serveur reçoit cette requête et examine les métadonnées pour déterminer comment répondre à la demande. Il exécute éventuellement des traitements supplémentaires avant de renvoyer une réponse. +3. Le serveur envoie une réponse au client, qui inclut un code d'état HTTP (par exemple 200 OK), ainsi qu'une entête et un corps de réponse. Les entêtes sont des informations supplémentaires sur la ressource transférée. Le corps de la réponse est souvent le contenu de la ressource demandée (par exemple, une page web ou une image). +4. Si la requête était synchronisée (par exemple, une demande GET), le client peut afficher les données reçues directement. Si elle était asynchrone (par exemple, une demande POST), le client peut envoyer une nouvelle demande avec les nouvelles informations. + +Le protocole HTTP est utilisé pour les échanges de ressources web, mais il existe des variantes tel que HTTPS (Hyper Text Transfer Protocol Secure) qui utilisent la sécurité en ligne (SSL/TLS) pour garantir la confidentialité des données lors du transfert. + +J'espère que cela vous a été utile dans votre apprentissage de l'informatique! Si vous avez besoin d'aide supplémentaire, n'hésitez pas à me demander. diff --git a/tests/logs/mistral:latest_2025-03-25_16-40-46_befddcaf.md b/tests/logs/mistral:latest_2025-03-25_16-40-46_befddcaf.md new file mode 100644 index 0000000..db1f0ce --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-40-46_befddcaf.md @@ -0,0 +1,40 @@ +# Résultat génération mistral:latest + +** Test ID:** befddcaf +** Date :** 2025-03-25 16:40:46 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 1.0 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Bonjour! Je suis heureux d'être capable de vous aider avec cette question. Le protocole HTTP (Hypertext Transfer Protocol) est la base de la communication entre un serveur web et un client navigateur sur Internet. Voici une explication du fonctionnement du protocole HTTP en termes clairs pour les débutants: + +1. Envoi d'une requête HTTP par le client navigateur (par exemple, Google Chrome ou Mozilla Firefox) : Les requêtes HTTP peuvent demander différents types de ressources telles que des pages web, des images, des vidéos et des fichiers de données. + +2. Le serveur web reçoit la requête HTTP et analyse les informations (telles que l'URL demandée) : Lorsque le serveur web reçoit une requête HTTP, il examine les informations pour identifier l'URL demandée par le client navigateur. Par exemple, si le client demande une page web avec l'URL "www.monserveurweb.com/page1.html", le serveur web savait que l'utilisateur veut accéder à la page "page1.html" sur son site web. + +3. Le serveur web renvoie une réponse HTTP au client navigateur : Le serveur web génère une réponse HTTP qui contient les informations demandées par le client, ainsi que d'autres informations telles que l'état du serveur et des métadonnées sur la ressource demandée. Par exemple, si la page "page1.html" est trouvée, la réponse HTTP renverra le contenu de la page en HTML pour afficher dans le navigateur web. Si la page n'est pas trouvable, un message d'erreur sera renvoyé au client. + +4. Le client navigateur interprète et affiche la réponse HTTP : Lorsque le client navigateur reçoit la réponse HTTP du serveur web, il l'interprète en fonction de son type (par exemple, HTML pour une page web) et l'affiche à l'utilisateur final. Si cela est nécessaire, le navigateur chargera d'autres ressources demandées dans la réponse HTTP (comme des images ou des fichiers de styles) en fonction du contenu de la page web affiché. + +Il y a plusieurs versions du protocole HTTP, avec la version courante étant HTTP/1.1. Cette version offre plus de performance et de fiabilité que les versions précédentes. Il existe également un nouveau protocole en développement appelé HTTP/2 qui propose de meilleures performances encore pour les applications web. + +Il est important de comprendre le fonctionnement du protocole HTTP, car il sert de base à la communication entre le client navigateur et le serveur web sur Internet. diff --git a/tests/logs/mistral:latest_2025-03-25_16-40-50_877b174a.md b/tests/logs/mistral:latest_2025-03-25_16-40-50_877b174a.md new file mode 100644 index 0000000..373a21b --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-40-50_877b174a.md @@ -0,0 +1,46 @@ +# Résultat génération mistral:latest + +** Test ID:** 877b174a +** Date :** 2025-03-25 16:40:50 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 0.5 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +¡Hola! Soy un asistente interactivo que te explicaré en detalle el funcionamiento del protocolo HTTP (Hypertext Transfer Protocol). Este es el lenguaje que los navegadores y servidores utilizan para intercambiar información en Internet. + +El proceso comienza cuando un usuario ingresa una URL en su navegador. Esta URL contiene la dirección IP del servidor al que se va a conectar, así como la página o recurso que se desea obtener. El navegador envía una solicitud HTTP al servidor. + +En la solicitud, hay varias partes importantes: +- La línea de solicitud, que incluye un método (GET, POST, PUT, DELETE, etc.), la URL y la versión del protocolo utilizado. +- Cabeceras, que contienen información adicional sobre el cliente, como el tipo de contenido esperado o los idiomas que se entienden. +- El cuerpo de la solicitud, que puede estar vacío o contener datos adicionales en caso de métodos como POST. + +El servidor analiza la solicitud y responde con una respuesta HTTP. La respuesta también tiene varias partes: +- La línea de estado, que incluye un código de estado y un mensaje descriptivo (por ejemplo, "200 OK"). +- Cabeceras, que contienen información sobre el servidor, el recurso solicitado y otros detalles. +- El cuerpo de la respuesta, que contiene los datos solicitados, como la página web o un archivo específico. + +El navegador analiza la respuesta y renderiza los datos en pantalla para el usuario. Si se solicita una página web completa, puede realizar más solicitudes HTTP a otros recursos como imágenes, videos o archivos CSS para renderizar la página correctamente. + +El protocolo HTTP también utiliza conexiones TCP para transmitir los datos entre el cliente y el servidor. Estas conexiones pueden ser persistentes (persisten después de cada solicitud) o no persistente (se cierra después de cada solicitud). El tamaño máximo de un paquete HTTP es de 16 KB, y los recursos grandes son divididos en múltiples partes para transmitirlas eficientemente. + +Hope this explanation helps you understand the functioning of the HTTP protocol! If you have any questions or want to learn more about it, feel free to ask! ¡Mucha suerte con tus estudios de programación! diff --git a/tests/logs/mistral:latest_2025-03-25_16-40-53_cca9339c.md b/tests/logs/mistral:latest_2025-03-25_16-40-53_cca9339c.md new file mode 100644 index 0000000..e64fd0b --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-40-53_cca9339c.md @@ -0,0 +1,40 @@ +# Résultat génération mistral:latest + +** Test ID:** cca9339c +** Date :** 2025-03-25 16:40:53 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Ça va bien ! Je suis heureux de vous aider à comprendre le protocole HTTP (Hypertext Transfer Protocol). Ce protocole est crucial dans l'échange d'information sur Internet, notamment pour la communication entre les navigateurs web et les serveurs web. + +HTTP fonctionne en suivant un certain nombre de pas ou étapes : + +1. **Requête :** Le navigateur web (client) envoie une requête HTTP au serveur pour demander des ressources telles que des pages HTML, images ou autres fichiers. Les requêtes sont formulées selon la méthode HTTP utilisée, les informations sur les en-têtes et les données de corps (si nécessaire). +2. **Analyse de la requête :** Le serveur reçoit la requête et l'analyse pour comprendre ce qu'il est demandé. Il examine également les en-têtes HTTP de la requête, tels que l'en-tête d'autorisation (si nécessaire). +3. **Résolution :** Le serveur recherche et identifie les ressources requises pour répondre à la requête (par exemple, une page HTML spécifiée dans la requête). Il peut également effectuer des traitements supplémentaires tels que l'exécution d'un script côté serveur ou le stockage de données dans une base de données. +4. **Réponse :** Le serveur envoie une réponse HTTP au client avec les ressources demandées (ou un message d'erreur si il y a des problèmes pour répondre à la requête). Les en-têtes HTTP sont également inclus dans la réponse, qui fournit des informations supplémentaires telles que le type de contenu envoyé et les cookies (si nécessaire). +5. **Affichage :** Le client reçoit la réponse du serveur et l'affiche à l'utilisateur dans une page web ou un autre format approprié. + +Il existe plusieurs méthodes HTTP utilisées pour faire des requêtes, telles que GET (demande), POST (envoi), PUT (mise à jour) et DELETE (suppression). Les en-têtes HTTP fournissent également d'autres informations importantes, telles que les cookies, l'hôte, les langues prises en charge et la version du navigateur. + +Comme vous pouvez le voir, le protocole HTTP est crucial pour la communication entre navigateurs web et serveurs web. Il sert de pont entre ces deux parties et permet d'échanger des informations telles que les données de la page web demandée par l'utilisateur. diff --git a/tests/logs/mistral:latest_2025-03-25_16-40-55_a660c5f6.md b/tests/logs/mistral:latest_2025-03-25_16-40-55_a660c5f6.md new file mode 100644 index 0000000..bd4cdc0 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-40-55_a660c5f6.md @@ -0,0 +1,38 @@ +# Résultat génération mistral:latest + +** Test ID:** a660c5f6 +** Date :** 2025-03-25 16:40:55 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 1.0 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Bonjour! Je suis heureux de vous aider à comprendre un peu plus le protocole HTTP (Hyper Text Transfer Protocol). Le protocole HTTP est utilisé pour transférer les données entre une source web et un client navigateur sur internet. Voici comment ça fonctionne en quelques étapes: + +1. Demande: Lorsque vous visitez une page web, votre navigateur envoie une demande HTTP à l'aide d'un formulaire HTTP, qui contient les informations nécessaires pour trouver et afficher la page que vous voulez voir, tel que l'URL (Uniform Resource Locator) de la page. + +2. Réponse: Le serveur web reçoit cette demande et renvoie une réponse HTTP. Cette réponse peut contenir des informations telles que le statut de l'erreur si cela s'applique, les métadonnées du document (comme son type de contenu ou sa taille), et enfin la page HTML elle-même, qui comprend les images, les styles CSS et d'autres ressources nécessaires pour afficher la page. + +3. Transmission: Une fois que le navigateur reçoit la réponse HTTP, il commence à télécharger les différentes parties de la page, comme l'HTML, les images, les feuilles de style CSS et autres ressources, en utilisant plusieurs méthodes HTTP différentes pour chacune de ces parties. + +4. Affichage: Enfin, une fois que tous les éléments nécessaires sont téléchargés, le navigateur affiche la page web à l'utilisateur dans son fenêtre de visualisation. + +Le protocole HTTP est utilisé pour transférer des données entre un client et un serveur sur Internet, mais il est important de noter qu'il y a plusieurs versions du protocole HTTP, avec la version actuelle étant le protocole HTTP/1.1. Il existe également des efforts en cours pour remplacer le protocole HTTP par le protocole plus récent et plus rapide, appelé HTTP/2. diff --git a/tests/logs/mistral:latest_2025-03-25_16-40-57_10f1889d.md b/tests/logs/mistral:latest_2025-03-25_16-40-57_10f1889d.md new file mode 100644 index 0000000..ceefdba --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-40-57_10f1889d.md @@ -0,0 +1,40 @@ +# Résultat génération mistral:latest + +** Test ID:** 10f1889d +** Date :** 2025-03-25 16:40:57 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 0.5 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Ça va bien! J'ai grandement plaisir à te parler d'un sujet que je connais bien, le protocole HTTP (Hyper Text Transfer Protocol). Ce protocole de communication est largement utilisé pour transférer des données sur Internet. + +HTTP fonctionne en étapes et suit une séquence précise : + +1. **Requête HTTP**: Le client envoie une requête HTTP vers le serveur Web, avec différentes informations (méthode, adresse URL, version de protocol, etc.). La méthode la plus utilisée est la GET qui demande un contenu à partir d'un serveur. + +2. **Analyse du serveur**: Le serveur analyse la requête et cherche les ressources demandées par le client. Il peut aussi utiliser des fichiers de configuration pour déterminer comment gérer la requête. + +3. **Réponse HTTP**: Une fois l'analyse terminée, le serveur renvoie une réponse HTTP au client avec différentes informations (code d'état, en-têtes, corps). Le code d'état indique si la requête a été traitée avec succès ou non. + +4. **Utilisation de la réponse**: Le client peut utiliser les données reçues pour afficher le contenu demandé à l'utilisateur. + +Le protocole HTTP est un peu simple, mais il est crucial pour le fonctionnement du World Wide Web. On peut améliorer sa sécurité avec des protocoles comme HTTPS qui ajoute une couche supplémentaire de confidentialité et d'authentification. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-01_d36aa721.md b/tests/logs/mistral:latest_2025-03-25_16-41-01_d36aa721.md new file mode 100644 index 0000000..dc4d5d4 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-01_d36aa721.md @@ -0,0 +1,46 @@ +# Résultat génération mistral:latest + +** Test ID:** d36aa721 +** Date :** 2025-03-25 16:41:01 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Bonjour! Je suis heureux de vous aider à comprendre le protocole HTTP (Hypertext Transfer Protocol). Ce protocole permet la communication entre les navigateurs web et les serveurs web, étant donné qu'il est l'arrière-plan de la plupart des échanges sur Internet. + +HTTP fonctionne en utilisant une série de requêtes et de réponses standard pour transférer des ressources web tels que des images, des pages HTML, des fichiers CSS, des scripts JavaScript et d'autres types de fichiers. Les requêtes et les réponses sont transmises sur un protocole de transport sous-jacent, tel que TCP (Transmission Control Protocol). + +Il y a trois méthodes principales dans HTTP : GET, POST et HEAD. + +1. GET : Cette méthode est utilisée pour récupérer des ressources web à partir d'un serveur web. Le navigateur envoie une requête GET au serveur avec l'URL de la page souhaitée. Si le serveur peut remplir cette demande, il renvoie la page demandée avec son contenu. +2. POST : Cette méthode est utilisée pour envoyer des données vers un serveur web. Par exemple, lorsqu'un utilisateur soumet un formulaire de connexion, le navigateur utilise généralement la méthode POST pour envoyer ses informations d'identification à l'authentification du serveur. +3. HEAD : Cette méthode est similaire à GET mais elle ne renvoie que les en-têtes de la requête, pas le contenu de la page. Elle peut être utilisée pour vérifier si une page a été modifiée depuis l'obtention précédente de la même page ou pour réduire la bande passante lors de l'affichage d'une page qui ne change pas souvent. + +Il y a également plusieurs types de statuts HTTP (codes de réponse) qui sont envoyés avec les requêtes et les réponses HTTP, tels que : + +- 200 OK : La requête a réussi, la ressource demandée est renvoyée. +- 404 Not Found : La ressource demandée n'a pas été trouvée sur le serveur web. +- 500 Internal Server Error : Il y a eu un problème avec le serveur, qui ne peut pas remplir la requête de l'utilisateur. + +Enfin, HTTP fonctionne généralement en utilisant des connexions TCP et les ressources sont transmises sous forme d'octets binaires. Il est possible d'ajouter de la sécurité aux échanges HTTP en utilisant SSL (Secure Sockets Layer) ou TLS (Transport Layer Security), ce qui donne naissance à HTTPS (Hypertext Transfer Protocol Secure). + +J'espère que cela vous aide à comprendre le fonctionnement du protocole HTTP et à visualiser un peu plus clairement comment les échanges de données s'effectuent sur Internet. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-05_4bee637d.md b/tests/logs/mistral:latest_2025-03-25_16-41-05_4bee637d.md new file mode 100644 index 0000000..383c7ff --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-05_4bee637d.md @@ -0,0 +1,36 @@ +# Résultat génération mistral:latest + +** Test ID:** 4bee637d +** Date :** 2025-03-25 16:41:05 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 1.0 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Salut! Je suis heureux de vous aider à comprendre le fonctionnement du protocole HTTP (Hyper Text Transfer Protocol). C'est un protocol d'échange de données sur le Web qui est utilisé pour transférer des ressources hypertexte entre les serveurs et les clients web. + +1. La demande (Requête) : Un client web (navigateur) envoie une requête HTTP à un serveur pour obtenir une ressource, telle qu'une page web ou une image. Cette requête est composée de plusieurs parties, dont l'URL (Uniform Resource Locator), la méthode HTTP, les entêtes et parfois le corps de la requête. L'URL indique l'emplacement de la ressource demandée sur le serveur, tandis que la méthode HTTP (GET, POST, PUT, DELETE, etc.) spécifie ce qu'il doit faire avec cette ressource. Les entêtes peuvent contenir des informations supplémentaires telles que les préférences du client ou le type de contenu attendu dans la réponse. +2. Le serveur répond : Le serveur traite la requête et renvoie une réponse HTTP. Cette réponse comprend aussi une méthode HTTP, des entêtes et un corps (si applicable). La méthode peut être différente de celle de la requête si le serveur a effectué une opération différente que demandée par la méthode initiale. Les entêtes peuvent contenir des informations supplémentaires telles que le statut HTTP, le type de contenu renvoyé ou les instructions pour le client web. Le corps de la réponse contient généralement les ressources demandées par le client (par exemple, une page web ou une image). +3. Traitement du résultat : Lorsque le client reçoit la réponse HTTP, il traite les informations renvoyées et affiche ou utilise la ressource en fonction de son type. Par exemple, si la ressource demandée est une page web, elle sera affichée dans la fenêtre du navigateur. + +Il y a plusieurs versions du protocole HTTP (HTTP/1.0, HTTP/1.1 et HTTP/2), chacune ayant des améliorations pour augmenter les performances et rendre le fonctionnement plus efficace. Par exemple, HTTP/2 apporte des gains de performance grâce à la compression des requêtes et des réponses, l'utilisation d'un flux unique de données pour plusieurs ressources et la gestion optimale des requêtes en parallèle. + +Espero que cette explication vous a été utile pour comprendre le fonctionnement du protocole HTTP! Si vous avez encore des questions, n'hésitez pas à me les poser. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-07_2936eb29.md b/tests/logs/mistral:latest_2025-03-25_16-41-07_2936eb29.md new file mode 100644 index 0000000..afd038c --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-07_2936eb29.md @@ -0,0 +1,36 @@ +# Résultat génération mistral:latest + +** Test ID:** 2936eb29 +** Date :** 2025-03-25 16:41:07 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 0.5 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hyper Text Transfer Protocol) est un protocole de communication utilisé pour transférer des ressources sur le World Wide Web. Il permet d'établir une communication entre un serveur web et un navigateur web, ou encore entre deux applications en réseau. + +Le fonctionnement de HTTP se déroule en cinq étapes principales : + +1. **Requête**: Le client envoie une requête au serveur pour obtenir une ressource spécifique (une page Web par exemple). Cette requête comporte plusieurs informations, telles que le méthode de la requête (GET, POST, PUT, DELETE), l'URL de la ressource demandée, des en-têtes et un corps (pour les méthodes POST, PUT ou DELETE). +2. **Réception de la requête**: Le serveur reçoit la requête du client. Il analyse les informations contenues dans la requête pour déterminer ce qu'il doit faire. +3. **Traitement**: Le serveur effectue les opérations nécessaires pour répondre à la requête. Cela peut impliquer de chercher une ressource, de traiter des données, ou d'effectuer d'autres opérations telles que l'authentification ou l'autorisation. +4. **Génération de la réponse**: Le serveur génère une réponse à la requête du client, qui comprend des informations telles qu'un statut HTTP (par exemple 200 OK), un corps contenant les données demandées, ainsi que des en-têtes supplémentaires. +5. **Envoi de la réponse**: Le serveur envoie la réponse à l'utilisateur final qui a effectué la requête via son navigateur ou sa toute autre application cliente. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-10_e4500a4f.md b/tests/logs/mistral:latest_2025-03-25_16-41-10_e4500a4f.md new file mode 100644 index 0000000..82da90f --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-10_e4500a4f.md @@ -0,0 +1,36 @@ +# Résultat génération mistral:latest + +** Test ID:** e4500a4f +** Date :** 2025-03-25 16:41:10 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hyper Text Transfer Protocol) est une paire de protocoles de communication utilisés pour la transmission de données sur les réseaux internet. Il existe deux versions principales : HTTP 1.0 et HTTP 1.1, avec une version plus récente en phase de développement appelée HTTP/3. + +La communication HTTP se déroule entre un client (navigateur web, smartphone, etc.) et un serveur Web. Pour commencer une requête, le client envoie une ligne de requête initiale contenant l'URI de la page demandée, la méthode utilisée (GET pour demander une ressource, POST pour envoyer des données, etc.), ainsi que les informations de version HTTP et quelques autres métadonnées. + +Le serveur web reçoit la requête du client et répond avec un code d'état HTTP spécifiant si la demande a été satisfaite ou non (200 OK, 404 Not Found, etc.). Si la demande a été satisfaite, le serveur renvoie également une entête de contenu qui décrit les caractéristiques de la réponse, comme l'encodage utilisé, les méthodes et formats de compression supportés, etc. Ensuite suit le corps de la réponse, soit des données (comme une page web ou un fichier), soit un message d'erreur. + +Le protocole HTTP est basé sur une connexion simple non sécurisée par défaut, utilisant le transport TCP/IP pour transférer les données entre client et serveur. Cependant, il peut être utilisé avec des protokoltes de sécurité supplémentaires comme HTTPS (HTTP sur SSL/TLS) pour garantir l'intégrité, la confidentialité et l'authenticité des échanges. + +Enfin, les requêtes HTTP peuvent contenir plusieurs entêtes qui permettent aux clients de spécifier leur langue préférée, d'envoyer des cookies pour suivre l'utilisateur sur le site Web, de demander un cacheage de la ressource si elle est disponible localement, etc. Les serveurs Web peuvent également utiliser des entêtes pour renvoyer du contenu spécifique en fonction de la requête, comme les cookies, l'agent utilisateur ou d'autres métadonnées envoyées par le client. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-14_d94ff584.md b/tests/logs/mistral:latest_2025-03-25_16-41-14_d94ff584.md new file mode 100644 index 0000000..b5ffdb7 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-14_d94ff584.md @@ -0,0 +1,38 @@ +# Résultat génération mistral:latest + +** Test ID:** d94ff584 +** Date :** 2025-03-25 16:41:14 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 0.5 +- Topp : 1.0 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hyper Text Transfer Protocol) est utilisé pour la transmission de données sur le web. Il permet aux serveurs web d'envoyer des pages web, des images ou autres types de fichiers à un navigateur Web (tel que Google Chrome, Firefox, Safari etc.). + +HTTP fonctionne en utilisant une requête-réponse système où l'utilisateur fait une demande en envoyant une requête HTTP et le serveur répond avec une réponse HTTP. Il est basé sur des méthodes (ou verbes) telles que GET, POST, PUT et DELETE pour envoyer les requêtes et de codes de statut (tels que 200 OK, 404 Not Found) pour les réponses. + +Les requêtes HTTP commencent avec une ligne de demande contenant la méthode utilisée (GET ou POST par exemple), l'URL de la ressource demandée et la version du protocole HTTP utilisée. Les requêtes peuvent également inclure des en-têtes supplémentaires qui contiennent des informations sur les préférences de l'utilisateur, le navigateur ou d'autres données utiles pour le serveur. + +Le serveur répond avec une ligne de statut contenant un code de statut et une description de ce que signifie ce code de statut. Cette ligne est suivie par des en-têtes supplémentaires qui peuvent inclure des informations sur les données envoyées, le type de contenu renvoyé ou d'autres informations utiles pour l'utilisateur. Enfin, les données sont envoyées en tant que corps de la réponse. + +Les requêtes HTTP peuvent également contenir des données qui sont envoyées en tant que corps de la requête pour être utilisés par le serveur (tel que lors d'une demande POST). + +En résumé, HTTP est un protocole utilisé pour la transmission de données sur Internet. Il permet aux navigateurs Web d'interagir avec les serveurs web en utilisant des méthodes telles que GET et POST et de recevoir des données en réponse. Les requêtes sont envoyées sous forme de paquets contenant une ligne de demande, des en-têtes et (optionnellement) du contenu tandis que les réponses sont envoyées sous forme d'un corps de message contenant le contenu de la ressource demandée. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-16_3a946e3e.md b/tests/logs/mistral:latest_2025-03-25_16-41-16_3a946e3e.md new file mode 100644 index 0000000..6a2b076 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-16_3a946e3e.md @@ -0,0 +1,38 @@ +# Résultat génération mistral:latest + +** Test ID:** 3a946e3e +** Date :** 2025-03-25 16:41:16 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 0.5 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hyper Text Transfer Protocol) est un protocole de communication utilisé pour la transmission de données sur le World Wide Web. Il permet de transférer des ressources, comme des pages web, des images ou des fichiers, entre les serveurs et les clients (par exemple, votre navigateur web). + +Le fonctionnement du protocole HTTP se déroule en plusieurs étapes : + +1. **Requête**: Le client (navigateur web) envoie une requête HTTP vers le serveur. Cette requête contient des informations sur l'URL demandée, le type de requête (GET, POST, etc.), les en-têtes supplémentaires et l'agencement du message (MIME). + +2. **Réponse**: Le serveur analyse la requête et renvoie une réponse HTTP vers le client. La réponse contient un statut HTTP (par exemple, 200 OK), des en-têtes supplémentaires (comme les métadonnées de la ressource) et le corps de la réponse (la ressource demandée). + +3. **Transfert des données**: Le client reçoit les données et les affiche à l'utilisateur, ou les enregistre temporairement si nécessaire. Le serveur continue d'envoyer les données tant que le transfert n'est pas terminé. + +Cette communication se fait de manière synchronique (en une seule requête-réponse), mais il existe également des variantes pour la communication asynchrone, comme HTTP persistent connections ou WebSockets. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-19_b3822de4.md b/tests/logs/mistral:latest_2025-03-25_16-41-19_b3822de4.md new file mode 100644 index 0000000..0ddc9a9 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-19_b3822de4.md @@ -0,0 +1,36 @@ +# Résultat génération mistral:latest + +** Test ID:** b3822de4 +** Date :** 2025-03-25 16:41:19 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hypertext Transfer Protocol) est utilisé pour la transmission de données sur Internet. Il permet à différents systèmes informatiques de communiquer entre eux en échangeant des messages qui transmettent les requêtes et réponses des ressources web (pages web, images, vidéos, etc.). + +Le fonctionnement du protocole HTTP se déroule en plusieurs étapes : +1. La première étape consiste à envoyer une requête HTTP par un client vers un serveur web. Cette requête indique la méthode (GET, POST, PUT, DELETE), l'URI de la ressource demandée, et les propriétés supplémentaires de la requête. +2. Le serveur web reçoit la requête HTTP et traite celle-ci en fonction des instructions données dans le code source de la page web. +3. Si la ressource est trouvée et que l'accès à cette ressource est autorisé, le serveur renvoie une réponse HTTP contenant les informations de la ressource demandée. +4. Le client reçoit la réponse HTTP et la traite en fonction des propriétés renvoyées (statut de la requête, headers, etc.). Si la requête était un GET, le contenu de la ressource est affiché dans le navigateur. + +Ce protocole HTTP utilise des ports définis pour les communications, notamment le port 80 (HTTP) et le port 443 (HTTPS). Le port 80 est utilisé par défaut pour la transmission en clair, tandis que le port 443 est utilisé lorsque la communication se fait en utilisant une couche de sécurité SSL/TLS (Secure Sockets Layer/Transport Layer Security) pour protéger les données échangées. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-22_3b3e56af.md b/tests/logs/mistral:latest_2025-03-25_16-41-22_3b3e56af.md new file mode 100644 index 0000000..08166ea --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-22_3b3e56af.md @@ -0,0 +1,39 @@ +# Résultat génération mistral:latest + +** Test ID:** 3b3e56af +** Date :** 2025-03-25 16:41:22 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.0 +- Topp : 1.0 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hypertext Transfer Protocol) est un protocole de communication utilisé pour transférer des données sur le World Wide Web depuis un serveur vers un client web browser ou d'autres applications. Il fonctionne à la couche de transport (application layer) du modèle OSI et a été développé par Tim Berners-Lee en 1989. + +Le protocole HTTP utilise des requêtes et des réponses pour transférer les données entre le client et le serveur. Il dispose de différentes méthodes, telles que GET (pour demander une ressource), POST (pour envoyer des données au serveur pour en créer une nouvelle ressource), PUT (pour mettre à jour une ressource existante) et DELETE (pour supprimer une ressource). + +Il fonctionne sur la base de la communication client-serveur en suivant les étapes suivantes : + +1. Le client envoie une requête HTTP au serveur pour demander une ressource spécifique. La requête contient des informations telles que l'URL (Uniform Resource Locator) de la ressource demandée, le protocole à utiliser (HTTP ou HTTPS), les en-têtes supplémentaires et les données supplémentaires à envoyer (si nécessaire). +2. Le serveur reçoit la requête du client et traite ensuite la demande pour trouver la ressource demandée et exécuter la méthode appropriée. Il renvoie une réponse HTTP au client qui contient des informations telles que le statut de la demande, les en-têtes supplémentaires et les données de la ressource demandée. +3. Le client reçoit la réponse du serveur et affiche les données ou gère l'état de la demande selon les informations fournies par le serveur. +4. La communication s'arrête ici, mais le client peut envoyer d'autres requêtes pour accéder à d'autres ressources ou mettre à jour des données existantes. + +Le protocole HTTP a évolué avec les années et est actuellement en version 1.1 depuis 2015. Il existe également une version légèrement différente appelée HTTP/2, qui a été publiée en 2015 et améliore la performance de la communication entre le client et le serveur grâce à des fonctionnalités telles que la multiplexation, les flux prioritaires et les requêtes parallèles. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-24_1ae96fc3.md b/tests/logs/mistral:latest_2025-03-25_16-41-24_1ae96fc3.md new file mode 100644 index 0000000..943b4d2 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-24_1ae96fc3.md @@ -0,0 +1,35 @@ +# Résultat génération mistral:latest + +** Test ID:** 1ae96fc3 +** Date :** 2025-03-25 16:41:24 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 0.5 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hypertext Transfer Protocol) est utilisé pour transférer des données sur Internet entre des clients (navigateurs web ou applications) et des serveurs web. Les interactions HTTP sont généralement basées sur une requête-réponse modèle, où un client envoie une demande à un serveur et le serveur répond avec la réponse appropriée. + +Voici les étapes de fonctionnement de HTTP : + +1. Demande : Lorsque vous ouvrez votre navigateur web pour accéder à une page web, ce dernier envoie une demande HTTP vers le serveur qui héberge cette page. La demande contient diverses informations telles que la méthode de requête (GET, POST), l'URI (Uniform Resource Identifier) cible, les en-têtes et les données (pour des demandes POST). +2. Réponse : Le serveur web reçoit la demande HTTP envoyée par le client et répond avec une réponse HTTP. La réponse contient généralement un code de statut, des en-têtes et les données requises (page HTML, image, etc.). +3. Traitements supplémentaires : En fonction du code de statut, le serveur peut effectuer diverses actions avant d'envoyer la réponse au client. Par exemple, si la demande est une demande GET, le serveur peut consulter un fichier HTML dans son système de fichiers pour renvoyer la page à l'utilisateur. +4. Envoi : Une fois les traitements supplémentaires effectués, le serveur envoie la réponse HTTP au client, qui peut afficher la page web ou utiliser les données pour d'autres applications. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-26_4cac6ccb.md b/tests/logs/mistral:latest_2025-03-25_16-41-26_4cac6ccb.md new file mode 100644 index 0000000..d2308b1 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-26_4cac6ccb.md @@ -0,0 +1,36 @@ +# Résultat génération mistral:latest + +** Test ID:** 4cac6ccb +** Date :** 2025-03-25 16:41:26 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hypertext Transfer Protocol) est utilisé pour transférer des données sur le web. Il s'exécute en trois étapes principales : + +1. Requête : L'utilisateur ou un programme client envoie une requête HTTP à un serveur web, qui contient généralement une méthode (telle que GET pour récupérer des données), un chemin d'URL et des paramètres supplémentaires si nécessaire. + +2. Réponse : Le serveur web traite la requête et renvoie une réponse HTTP, qui contient généralement un code de statut (tel que 200 OK pour succès), un corps de données (les pages HTML, les images, etc.), des headers supplémentaires comme Cache-Control ou Content-Type. + +3. Communication continue : Les communications HTTP se basent souvent sur une série d'échanges entre le client et le serveur, avec chaque échange comportant une requête et une réponse correspondante. Ces échanges peuvent se poursuivre jusqu'à ce que la communication soit terminée ou arrêtée par l'un des interlocuteurs. + +Le protocole HTTP est basé sur le modèle client-serveur et fonctionne dans un système de réseau TCP/IP. Il utilise les ports 80 (HTTP) et 443 (HTTPS pour une communication sécurisée avec SSL/TLS). Le protocole HTTP est la base du fonctionnement des applications web et des services Internet aujourd'hui. diff --git a/tests/logs/mistral:latest_2025-03-25_16-41-28_c65ff62c.md b/tests/logs/mistral:latest_2025-03-25_16-41-28_c65ff62c.md new file mode 100644 index 0000000..c6529ff --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-41-28_c65ff62c.md @@ -0,0 +1,39 @@ +# Résultat génération mistral:latest + +** Test ID:** c65ff62c +** Date :** 2025-03-25 16:41:28 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Décris le fonctionnement du protocole HTTP. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 1.0 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Le protocole HTTP (Hypertext Transfer Protocol) est utilisé pour la communication entre les serveurs Web et les navigateurs clients sur Internet. Il est un des piliers fondamentaux de la World Wide Web. + +Le fonctionnement d'HTTP peut être décrit en quatre étapes principales : + +1. Demande (Request): Le navigateur client envoie une demande HTTP à un serveur Web spécifique pour récupérer des ressources (par exemple, une page web). L'en-tête de la requête contient l'identification du type de ressource demandée, ainsi que les informations telles que le format de données souhaité et le langage utilisé. +2. Réponse (Response): Le serveur Web émet une réponse HTTP contenant l'information demandée ou un message d'erreur. L'en-tête de la réponse contient des informations telles que le statut de l'échange (par exemple, succès ou erreur), ainsi que les informations sur les ressources transmises, tels que le format de données et la longueur totale des données. +3. Transfert de données: Le serveur Web transmet les données demandées au client via une connexion TCP. Les données sont divisées en paquets (segments) pour la transmission efficace. +4. Fermeture de la connexion (Close): Une fois que le transfert des données est terminé, la connexion HTTP est fermée ou la demande du client peut être suivie d'une nouvelle demande, ce qui permet de transmettre plusieurs ressources à la suite en utilisant la même connexion. + +HTTP définit également les méthodes pour manipuler des ressources web, telles que GET (demander une ressource), POST (envoyer des données vers un serveur), PUT (envoyer des données pour remplacer une ressource existante) et DELETE (supprimer une ressource). + +Le protocole HTTP peut également être sécurisé grâce à la transmission de données en utilisant SSL/TLS, ce qui permet d'assurer une communication confidentielle entre le client et le serveur. diff --git a/tests/logs/mistral:latest_2025-03-25_16-43-51_5fd7dd0f.md b/tests/logs/mistral:latest_2025-03-25_16-43-51_5fd7dd0f.md new file mode 100644 index 0000000..48d272b --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-43-51_5fd7dd0f.md @@ -0,0 +1,37 @@ +# Résultat génération mistral:latest + +** Test ID:** 5fd7dd0f +** Date :** 2025-03-25 16:43:51 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** formateur +** Prompt :** Explique ce qu'est le machine learning. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Bonjour! Je suis heureux d'aider! Le Machine Learning (ML) est une branche de l'Intelligence Artificielle qui permet aux ordinateurs d'apprendre automatiquement à effectuer des tâches, sans avoir besoin d'être explicitement programmés pour les résoudre. Les algorithmes de machine learning sont utilisés pour trouver des modèles dans un ensemble de données, afin de prédire ou décrire un phénomène ou une tendance à partir de ces données. + +Il y a plusieurs types de Machine Learning: + +1. L'Apprentissage Supervisé (Supervised Learning): Dans cet apprentissage, les algorithmes sont formés sur des données qui ont déjà été étiquetées. En d'autres termes, les entrées et les sorties sont connues. Les exemples les plus communs sont la classification binomiale (classement d'une entrée dans deux catégories) et la régression (prédiction numérique). +2. L'Apprentissage Non Supervisé (Unsupervised Learning): Dans cet apprentissage, il n'y a pas d'étiquettes préalables pour les données. Les algorithmes cherchent des structures dans les données en utilisant des techniques telles que la clustering ou la factorisation matricielle. +3. L'Apprentissage Apparié (Semi-supervised learning): Dans cet apprentissage, il y a un peu de données étiquetées et beaucoup de données non étiquetées. Les algorithmes cherchent à trouver des structures dans les données non étiquetées pour pouvoir étiqueter ces dernières de manière similaire aux données étiquetées existantes. +4. L'Apprentissage Réinforced (Reinforcement Learning): Dans cet apprentissage, l'algorithme apprend à interagir avec un environnement en utilisant une récompense pour les actions correctes et une pénalité pour les actions incorrectes. Le but est de trouver un comportement qui maximise la récompense cumulative sur le long terme. + +En résumé, le Machine Learning est une méthode qui permet aux ordinateurs d'apprendre à effectuer des tâches sans avoir besoin d'être explicitement programmés pour les résoudre en utilisant des algorithmes adaptés et en apprenant des données existantes. diff --git a/tests/logs/mistral:latest_2025-03-25_16-43-52_21c9c37d.md b/tests/logs/mistral:latest_2025-03-25_16-43-52_21c9c37d.md new file mode 100644 index 0000000..23e239e --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-43-52_21c9c37d.md @@ -0,0 +1,28 @@ +# Résultat génération mistral:latest + +** Test ID:** 21c9c37d +** Date :** 2025-03-25 16:43:52 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** chercheur +** Prompt :** Explique ce qu'est le machine learning. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Êtes-vous intéressé à apprendre plus sur l'apprentissage automatique ? Machine Learning (ML) est une branche de l'intelligence artificielle qui permet aux systèmes informatiques d'apprendre et d'améliorer leur performance sans être explicitement programmé pour le faire. Il s'agit d'une technique de traitement des données où les algorithmes sont utilisés pour trouver des modèles dans les données et prévoir des résultats à partir de ces modèles. Il y a trois grands types d'apprentissage automatique : l'apprentissage supervisé, l'apprentissage non-supervisé et l'apprentissage réinforcement. Le but de chaque type est de trouver des insights ou des modèles dans les données en utilisant des méthodes mathématiques et statistiques. diff --git a/tests/logs/mistral:latest_2025-03-25_16-43-54_665b76d5.md b/tests/logs/mistral:latest_2025-03-25_16-43-54_665b76d5.md new file mode 100644 index 0000000..0eddc68 --- /dev/null +++ b/tests/logs/mistral:latest_2025-03-25_16-43-54_665b76d5.md @@ -0,0 +1,37 @@ +# Résultat génération mistral:latest + +** Test ID:** 665b76d5 +** Date :** 2025-03-25 16:43:54 +** Modèle :** mistral:latest +** Moteur :** Ollama +** Rôle :** assistant_technique +** Prompt :** Explique ce qu'est le machine learning. + +--- + +** Paramètres utilisés :** + +- Temperature : 1.5 +- Topp : 0.9 +- Topk : 50 +- Repeatpenalty : 1.1 +- Numpredict : 300 +- Stop : +- Seed : *Aucun* +- Stream : *Aucun* +- Raw : *Aucun* + +--- + +** Réponse du modèle + +Machine Learning (ML) est une branche des mathématiques et de l'informatique qui permet à un ordinateur d'apprendre automatiquement en analyseant les données, sans être explicitement programmé pour résoudre certains types de problèmes. + +Il s'agit donc d'un sous-domaine de l'intelligence artificielle qui permet à un ordinateur de reconnaître des structures dans une grande quantité de données et de les utiliser pour faire des prédictions ou des décisions en fonction des nouvelles données. + +Il existe plusieurs types de Machine Learning : +- L'apprentissage supervisé, où le modèle apprend à reconnaître des structures à partir de données labélisées par un ensemble d'exemples. +- L'apprentissage non supervisé, où le modèle apprend à reconnaître des structures sans aucune indication initiale sur ce qu'il devrait apprendre. +- L'apprentissage réinforcé, où un agent doit apprendre à agir en fonction de la récompense ou de la pénalité associée aux actions effectuées. + +Le Machine Learning est utilisé dans de nombreuses domaines tels que la vision par ordinateur, l'analyse du langage naturel, la reconnaissance de voix, la prévision de marchés financiers ou encore les jeux vidéo. diff --git a/tests/test_multi_agent_fixed_params.py b/tests/test_multi_agent_fixed_params.py new file mode 100644 index 0000000..f40b887 --- /dev/null +++ b/tests/test_multi_agent_fixed_params.py @@ -0,0 +1,18 @@ +#Tester plusieurs agents avec les mêmes paramètres +import sys +import os +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) +from core.factory import LLMFactory +from utils.parameter_tester import test_agents_on_prompt + +test_agents_on_prompt( + model_class=LLMFactory._registry["mistral7b"], + prompt="Explique ce qu'est le machine learning.", + agents=["formateur", "chercheur", "assistant_technique"], + param_grid={}, + fixed_params={ + "temperature": 1.5, + "top_p": 0.9, + "num_predict": 300 + } +) \ No newline at end of file diff --git a/tests/test_multi_agent_grid.py b/tests/test_multi_agent_grid.py new file mode 100644 index 0000000..ae8076d --- /dev/null +++ b/tests/test_multi_agent_grid.py @@ -0,0 +1,19 @@ +# Tester plusieurs agents avec des combinations automatiques +import sys +import os +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) +from core.factory import LLMFactory +from utils.parameter_tester import test_agents_on_prompt + +test_agents_on_prompt( + model_class=LLMFactory._registry["mistral7b"], + prompt="Décris le fonctionnement du protocole HTTP.", + agents=["formateur", "assistant_technique"], + param_grid={ + "temperature": [0.5, 1.0, 1.5], + "top_p": [0.5, 0.9, 1.0], + }, + fixed_params={ + "num_predict": 300 + } +) \ No newline at end of file diff --git a/tests/test_single_agent.py b/tests/test_single_agent.py new file mode 100644 index 0000000..1ddb205 --- /dev/null +++ b/tests/test_single_agent.py @@ -0,0 +1,12 @@ +# Tester un seul agent avec un seul prompt, sans variation +import sys +import os +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) + +from core.factory import LLMFactory +from agents.roles import AGENTS + +model = LLMFactory.create("mistral7b") +model.set_role("formateur", AGENTS["formateur"]) +response = model.generate("Qu'est-ce qu'une API REST?") +print("-> Réponse générée.") diff --git a/tests/test_single_agent_param_grid.py b/tests/test_single_agent_param_grid.py new file mode 100644 index 0000000..fa963a1 --- /dev/null +++ b/tests/test_single_agent_param_grid.py @@ -0,0 +1,19 @@ +# Tester un seul agent, avec des paramètres qui varient +import sys +import os +sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), ".."))) +from core.factory import LLMFactory +from utils.parameter_tester import test_agents_on_prompt + +test_agents_on_prompt( + model_class=LLMFactory._registry["mistral7b"], + prompt="Donne une définition claire de l'intelligence artificielle.", + agents=["juriste"], + param_grid={ + "temperature": [0.1, 0.5, 1.0], + "top_p": [0.7, 0.9] + }, + fixed_params={ + "num_predict": 256 + } +) diff --git a/utils/__pycache__/parameter_tester.cpython-312.pyc b/utils/__pycache__/parameter_tester.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ca6e4083a860307f19a7ce935df286ffc13a80db GIT binary patch literal 2415 zcma(SOH3PA@U6YJ*Y+APpM(%nUPAe}3XnwUp-vi!U?){$NK{azK&fTC54vRSb$8bg z+;zpF2O`miCuOIn_hY&35SYaI&ba8CcSi|eKR}1 zH#2YEykC7j4+8k{=Rc;tbs_YU{#f8H6K^g8v5W*HFcL~IqYOi7n`BGaN9`tUm)Hb5 z$^z{X9K<0wiBoV9m%tI%BqzAPag1_vY{2^$br@g_S4xqEbX)_{*?&1aG%^enC&V8w)?bB5L7CbKhKQ8NK9S1C`cd#@qY*{!f78(?>1iJG(wC~fUS;d6HX*5z3 zbepAd4+-`vzN?DQR`K`st9bjm8Hg49I3DbC7^K@mXnX^qET?lCZ|yt7D794)Id$$H zda&=CL5nTA3+#RXJGTw#$f{A+qkE=nEiV;Z?OW%LfZ(yMBxR81xAe3Ii_#ss+tRQy z&3eIiqoq;7(}ydxMd@D43NrlvR&2#eqd}T5-C|J{Y~?$BtirP>VZXXrzN&_t&O`0p zw332H_d-3LmEGJl$~MbG1?x;jXK|H9i@&j`$|qlu&N1ys!+P<62%*h-&&x$O4g~aVe&%K|DYa!9p4X zdo3>!9El9#wH!`sq9m$BF-=Na2JtoX>Qganq?LuG=z=&R(s+eRya&}PV$w)Xf zjx+9ZF;C*mp#zmVi8Wb^N#}6JX(p#;TE>QNh^Z72#&JI#by!Tsq2_5E#2K#RqhQBi zuw!_S8O!kFxaUGi2SgsM;{iAV8EE%dSW!q?fsJcQkqlfNycP+Mj0gM%3-#3u_6C_# z4d+ZuN)uI~BhYZ96fvn8c8MevmNGb%Xi-I$h`|bC93&Yr1#_5|1WeN@I-C_c3k`cx zo&|MHnWV$o;2>_IfYfk@Z^lVV6Xj%}#_(3PfZ_x@g$_oAqYE8{ijOWeuo!%~o2Vts zdh@KK$r$){P>F0fOkX8Exjgv|8@vk)QK<*o$radpzwZk6fHGbZ)(nHqGYtxX;C>DEj6Ul4ja(C)mw0B=Fv_g;u;ICqg#iM zEbzNd#Mdo(mTT|S7VC}|y(i{F+dlu&dz-Fu$`i`QnbNGpkaOO4e>q@Q-?H3#r}geToBr-~e|Ns6=s&w~5#m_tUz%7NS!vBp z=RSMVvKm>vP^kZSgTJ!F+I?MHbxq4PcWPE*5(JT1@Iqkr$Z zP~)-Ji1Br8*EOxUbH{THOY&x2=Xzb|KRb3{@2SmjBu_biIKVy)xG#BJPtVj`a=3nS zIDif?Ljkwp7U6s~S(eHz&zFw2mo~X-HhsCDp_LW-GAi|Sq38Vwy@3@eCt%s*&O`g9 yC2~Otz%PCB)l;xQ91Qau9ea-2V132*GOc-a2LW0Qndle6M1_gTUCLFu!RTKqr&=Wd literal 0 HcmV?d00001 diff --git a/utils/parameter_tester.py b/utils/parameter_tester.py new file mode 100644 index 0000000..473938d --- /dev/null +++ b/utils/parameter_tester.py @@ -0,0 +1,51 @@ +from itertools import product +from agents.roles import AGENTS +from datetime import datetime + +def test_agents_on_prompt(model_class, prompt: str, agents: list, param_grid: dict, fixed_params: dict = None): + """ + Teste les agents sur un prompt donné avec différentes combinaisons de paramètres + model_class: Classe du modèle LLM à utiliser + prompt: Prompt à tester + agents: Liste des agents à tester + param_grid: Grille de paramètres à tester + fixed_params: Paramètres fixes à appliquer à tous les tests + """ + + if fixed_params is None: + fixed_params = {} + + #Générer toutes les combinaisons de paramètres à tester + keys = list(param_grid.keys()) + values = list(param_grid.values()) + combinations = list(product(*values)) + + print(f"[TEST STARTED] {len(agents)} agents, {len(combinations)} combinaisons, total; {len(agents) * len(combinations)} tests") + + for agent_name in agents: + if agent_name not in AGENTS: + print(f"[Skipped] Agent inconnu : {agent_name}") + continue + + for combo in combinations: + #instancier un modèle neuf à chaque test(préserve isolation) + model = model_class() + + # Aplliquer le rôle de l'agent + model.set_role(agent_name, AGENTS[agent_name]) + + # Fusionner les paramètres (params agent < combo test < fixed) + combo_params = dict(zip(keys, combo)) + model.params.update(combo_params) + model.params.update(fixed_params) + + #Affichage console + ts = datetime.now().strftime("%H:%M:%S") + print(f"[{ts}] -> Agent: {agent_name} | Combo: {combo_params}") + + try: + model.generate(prompt) + except Exception as e: + print(f"[Erreur] {e}") + + print("[TEST COMPLET]") \ No newline at end of file

sbNF5FA-!wy~`7p&ND`;5zC7MzKmTJb#-Vx;o$0c9eUIZCXj@s_fCxGbEx( zJLLB%JQSP<1&y3QQ30r*gp5QzxWtR3x)BdpWaY6Q+68p*Y6%n#_lV`>)99NC7+&j^ zirGXw4B4)ZR8Ny%j*_);sZq>6LP&X|HwKdaHeJL;9&Ad`Wx&8I) zpxvO~r+tj)Cq|5rDk3Ob7D@o6m&z4>f?{w3WTpfr{xE3`_70K5${2ny@(2T}QzAGy z@w;?~q=GX1#xy=p3c!(tD9=L7Uy|uVV1>msyOhLI2oB;iqh(8`P6{saPiO}H2+2c6 zBgO9pEAe*cOiQ9_eIoCnG3Tf-I&?FKc#PhO-b79%MI_7}w~h)o!9w(m^-QjgXO&%t zSHkj&IU($#v0n-CZR`i+_ueU4j>eye)Gg z^9}cWe$j<96KAG`*I$fzY9vq%5)@4fiK3>lJ)`a8EhKHDVDTg+yqjr&w2@_z$f_iF z_kz(qj2^>PxRqM_7-|pG?>=hFemV`%X^>8&(-E0Ci^NwVF}>pRbRsr`>xvkSq6SQ6 zN~)o5#EIzYLh5XNLgyGH*B(-BGX3TrYRj$o^%9B3s5)hL42f_@*F@11!qsGcX8CH^+7G}TXM*;$%JXS9xUkqbA zG>u=uSASr-VESD_Fkss1?il&|!-jQ+^IpZ@jBG4maoBqbh?4fffyfYD;ikE}mv3Dn zR5sa4fiZ-Y_ozjahA*6>P5~L@CiSn(mz6N;3)mtv$Z**%0I1zS8ngUp16s-2|9(%qsP(c;y=)g`bRpkNx6;g zZKu=U(>*%gGO(;gdA$K7KV*_%6;I^LI0S3)e1PBhg z;qX{r+R5fTODI`-u>H_uj~v>+fA7JrgHIjodZhKx&aOl4+jn;Edi1e&#ET7{CaW1X z@Vk+rauBnLVQX9@?Tyx1Uohn{nQYGfdbTSTk+1y&?wE!A7g)i?Fh*3)pxtKqvu zd~jf`F-E&s-zhGtV))o83d2o4mk9C;gDgOhLUT@Vl1Jg0ImF})aB~5iWX}*o$|MxQ zzTi;zaR^OVV#K^5mJA0F#1bSRKaoUhn4lP7VX>b9{J?TLOujCCgD`mF#!IPvoXmnz zk|s;>7ii8!>h29ljG6!1bKYp2%c+g$)V}APwKd*!m&EKPV8yWQ+%UG`jlQ|OjFccIL!4t~+nr|t!AiK1A!gy8 z!MQ2Em>IgzMZ~+$lkApO4k(dO4iEqggFNN!_gV{N>e=Irl@2P(NJJ7^) zkZFLVLIidaE0}_nim}452nUXwfY1#AASn7c3+8kL4o`9|2=tTXz{wg3-BdGu+9d+k z5F`kJoU~)+O(uF zQ)nH@Wf#pTqptQ2H?Y)Lc=Mp2H^9=C;;v<&o#+Ubi4<%TNUn0L(MK#PnDh}sBO3Ji z9+Zsi?}APKom`yADvYj@DKf|YG3Bl!o_cE%?d!|XbqS8x!iYAuffGK;_g@mx;F*H1jHmYu=<()=zM^p&o`ROCh!CP2Hxfjc9uXvw>iX2Skp2%j{f1>#-~}`47?z zq?S=isti@u=7<1?>3e*r!Ovz8Mk35ki3p%OS)s_m1hlA@Fs`Y*h}VXd0HC=vn80&j zn!rT0-wy6J9uGz0S9 zRp%DUy}ei@A*i6idH;a{hazAXgM2fh#fJ$Y-eJsO$_(`PbG-yQmwF`v%m#T<_#>E5 zytCPDsg(Eb6h3b;k%AE*zhYV-V@i}E!}bnSSvdjmV<01DCK{0sGL&xMG>j+FTc@E+ zp?TADh82~{{e>$^bAfsliwy5*ChrrWiD7A>D1E>VKMfRU6pYJYsC<14Ng2ZuUR4b= zJXydTY1;Pyx|*6HgkrJ953S8h#wmx|Q5XPVM&$8%=y(tKSd^rD;1nA`u+Jj^KxBx; z2)VLE?nxjqlNEA>Fn`(wKpIok9v&$S0bqO#qi<nN4z?cG^03st6PuBBzaFTR; z#0X&&GOmONmmT6g!D}T!v|~;j#Rdi|3rNfJVa|N0rDg3N!2p%HEFS6!3>T-ErwQPL zaLqBCK%n^oNm*0360E#5$on{$I}J4f8@3qhbJqK{?ew)YBK1hHod}NXU{5wyvl8Sv|yS^wUeb&oss^Sq_$;aW{Ho zw2OKxS&vtsIt_QBn6QRL)8F&mfH~=)(s6v#oA$tT^9}okyMBXX^~}~A_U%h$?206o zYRha^O{(XZhT%tOKN$b)f&RpzVf_`mO){p?l?p0`;xMoA11p%^wT)!(Q1k$hi;(Fk z;3e?YMtIgZ@j=?58o|rN%3_33$GX)IDvw!nGCWKphi?`@ zWMm&3)wGXo5Tw!3O0aqTSR4?5l?DVwYUqWI`52-vv-OfE?vwh=TiR|igyXP}=pivh}M~yc#izizX znPsDG;J)^0ADa6@=+L3UKo}d%|lK= zXtji3HPUkg3#!C&^IZ+a!N5GiHW~~d1crR}^kC!9)(kEQ;^c`6LeBGelW#{zm$6h>rFeqaqwo&H0MNvZ zmbx8f4Rd&pBLZc<9~zSKS9jhn#fMAROhrIea-W$E;T5;S zfRcmC1~eTaeXQ;&!uL<Fbn4#>Z z+S8wr6>lMKzAKGBN<%VhfkdNSFaAT zFP!SPsoQ}Hhi->nH8YR!`et3FH(j}NuJX96e5z{JRSRsrIaf*CRr1zTbEO;Or5mrd z#YRq(BVduv+BL1MC%cmp}40k@?nzX?Ey8BQE3|a1?CQ0YPVeAagaFi9tq2a+WyF?qn z5rNx$rjQv&Peg*U77J0*52z(p;!QNaMG$;9?QX=cI6h?sh9HhP91vCCin#)X&VccC|zHF>W1>GP$2a-1~{sAu1n<+#j7KNt+w$DHZ)s1bc zsFBYC+lu~^zcCtK1i}>=g6QC>W^r3zG(F8$cA&YTRT_aE{ZsftX>x0HdmGGr#Xi`= z(!QPTA(RMn)Xb;2&I)}J^fyJ0`|BWoW6|C4yRsYzt%$1;wGk9Sf8$CXg}Mqkc7ATE zEJp|Jp}EJL?RVk|H;7y$O-BclLSOJ$Pj|`=HYuQIBFDutG~4&7SE&D}S1dx&O~fLu zpBkRcTnR)*$Fi9N^N4A@V`9f->+8Em+dqZ7Yy9+=C40-f~5yF zop%>P4NW~)^f`0m{%Yn1!)rNB=F9dChCdP3+5XhF!SLtKR=fH8HY3g{R23!Sok{lW zT25WhKzqb+OtI)=I>Uz_Jw-wtf=TM5I5Mo+u=nC|H4qydjIq48dIEeNNfrr=hWIWmK3`~tU}@clA1G@HRmVJ zT*PsVJ1eHPPpwHf12GFnwofrdpn-$WjEjH8>Z?!YG1H})f6t(~ilPpoMK!L?+CaGU z1ZE3FRniWPQ%xoOBn^5Cgv@40o{5SESWQZP<9Q7HVOzi+-6>NU3ibh3o`yEWPQ4@t zlcl{9sqxq0=>Wn2N-B!TaqN$qj|7LBVPx6FWAa*>0H$$BEJky2oMD>Q!X!OTKt%|<;>Yi<2D5PnzdEla_3KOoGV@#FJ74_UOm$qFJ3!W zyeVG1DN(#7=H3#sZ@K04aN>@Plmo@3!?;+1vugD67??;HzL;n`$*$POl9{$-bRC47 z=1?n!Ad9P$w9_cZ4k*HcDRm-7O`7R~y9**OY*&~h9WLPMrV4e`W_0?`)DFb%{*GZj zE9YyS^G^56+~|ls?m#RYVF>B;cH7?4pjxVI#zjnFt7!S z#OAV3HeCa?8~l&FrkrnHB5s8Pw2>zv^e9+Yd&TN(FOzPTO$AXWl;!WM5Whva z7MD#6;5H43r@Eme@oQRJ##pS;#IZYcSWzutJK^N;4b`vR}3`f{#8JXcBKx{7Uc}B29^;huzW4NU;F3JZYhC z<04E7njAI;O$3&8rwfZhL;2GB|50r?AT|MSMflLu#=<**JM-Fwps-|e^f z&pZZbyC&fc#9RUX;K^BM&Bxxn@l&sFh`CDVou1Ln^WMBUZ*AOLE4`PMA1m7U-L`AF zf3fH4=2*e5MAmKupyFds8AHfinfEl5FOUco|J`pVt7Yhz;|xSLEoc&P1x{L8v<|5%(24#ajD$!NE^pDW%Y{f6t3C0m z3WKX8Mhq%rWy4H53r%(8cyIVj69a5eDLeFA0(-!)HYGdI8Xg}K6 zfN{>%UTdkv^Ov+Zf8R-sU5(e-aLdkPF-tq*o;6e5@AO~p$Hl1dF$cGb>G_u^4SyAB zJh0&(K!#-U0&gIy0XtMY=~@hR6h0Q2Yn^UDVWg zMkLCKiN6_{^LF-t?2~SJNDka5Hqo>B^FzMrNa=#4o0;^$Tw7uh zQkRglhd%0(y+{}`%>0rIUzzyIRLflD`grB~tHp`R_C$UMJl$a^+n8N?&LqSmB@1SQ$G>!nqxhUN`FFS=&V=g}?>EUqCYqL5 ztm#{J$efvVvU)6@*O4A@OzG!B*T#rF!WjtB892QKZbcv7FM$p?G%XoToYNX-;@n z&XmVJE%0#glqEd=IZsX8Q!{l6ffz73>zl``FD#!}J{f$y>3UAh!=uQrIw;t)z95Qe`gn7E{ulP~Z-k637DqxLsgPX=sGZbY?A+vNfWm19%3;#Ur>-Vgc1M z0)spJ(Cq}>I1=dvkYWf02-{8d=`f3pG({hw6Pw2-9#3c=ZfIFG@sE*zv?itb`FK_Z z*h(m&mDCqC_<%)8KsVH9%&*^ce$Sk%I_`o?_d6#ppZIp~oNM)MGamhl(T1-!HXFH2 zgb^P<^2bP_)mz+_UY6as5%ubnrI|7&77e=%c|EwzvVXY!F6FgoFtGqK)Yaq1#$K4R z#NAafdll<+k~};_NtYiC_a60+5X*w|F7VaFjIdoTeiQG^Op`X{O`?M^wbxPk5wgD4WuB5tP>bAuxCDej>Y>o{tU zbeRb2RyzGxVxWJ7lKzf?d^haa+ZL6a+cEl7!czQkcJb>a=XT#Bw+;)!Vsf_*Tmg65 zntj`361GbBa0PLxHT#Y!Q`lpaZqnsK8GF+xG)Ombg_%TeT7@F%9$k4XLJcL$BDF4~ z2P{(SvO76OVI6&e2au*q4{!x52)c);qwF5LV*SL1Y&UA89H=H8#zl%8tV(bot$}3_ z1m|c`Iu2Wg%~+^%B$26R0Ck8#G<_$8aH*mvP2aR40iOMKx;lhB*=ZwHzd46eQ%4ARw+5idzg6@9q2yyIGk3Tp#D0#L7 zccZ;nCX`X7zrFR~Q;kvt^~UzjLkFH}Jh=V9u15}S@K@K-jw2v8RM#<{gk4eC>VT*u zz%5r`?~r~6;tX!q%d;VOn{GJGK-zeu2ZG9BZt$m#l)llA$N>JzRVyD_uOtSsB+SKO z%?$x1+_K~nsVT!mY=iPPWks7@G82Z?HiDBiVFMpz<}^}4wbq5oci}VLVYnmgVqY<} zRce|`GFh5Y*B8o&zI#w+O4>kSM(rc8utSH-Nf1T2n zbe|4Q)=QqzV9-1#n>B5})G0*?G-+N_y$^W~e$tg`o;R_&`8UHQkT_^&YovWlb)%>B zH>F6am6A+^5WjDzPO4y_iJHAGplNLG+7zh^G)2Ngl0dJnHobS?4xkLhB|V}|4mFWu z#ZwXC#z>a7U0t=QeMAmS*pEN|r4{7DD2AJ$j;a%D>l*p|f0~paTSuNI{PDonD&$^^ z|1}?_)|4K=Mt-O+z1Vf~JZr#=lczo|*{Bf%bpbV<&J@gIP;KrzdjPad;Uu~?w7lynl>$yKXPBWa>J z;z1Ly6KYV3^+jt;(v0^Z(Uz7UfT4UJ9nIOcXMBEx7RIi7zK| zt4BK+(C3`DCho0Cc+-GOh2N4dAxI;>bQq6m^{np%gQhHUhIAE@pqq$m#rCh0uNv=e|bEA`E>hC z%hkMV#fkiV_@;Q-1^0yewgV~L7LXkZm+k*NLeLUl-B!4**7$>B8sEb!%9ST4}XLp`6Zw+<}Oe#kB1Z%h5A`DjH1Gq zo_@OdndtIIn3=X>P0gKC$gc-dax4sd5HO-0>4X$)5iDiW8i55{_i-^7-H8ni^?TAq zk$uRl8sU8gQ+8R;par63DV@G#1fHeduS07=M44eID7r8_F+5d(fHwInMqM8}^C1a~ zmF`aD?1{PdK-T5b0qjJ-79Sqv{~@Y*$VWMMsCCPiP_rsm_qS)siQWaTCAg_XsPS2J1gE6 z-#LBx^i0k5+V$T(@VzHLeDWjT_09WkdTZvq%j4eV32$S})p*OBH!5i&NHQQF$eOQP zwAGQdo#IouW_IhbU@60r&thiKi{4d)#VZFhP^g~a+ArA*#p{laEV%HX>V(Z` zKFCM20JSogRTa;wn#&3RSt*gVd@gHkJZtStG?BG!)I4u@&e@9r|2DaYLK3@kQe~lB zKV@QZQpjhC6^bMmOf4L(<6;oaZu!1K5hn7;PTxll((og3u1Fdw@ihJXG8%%5pL*$v z2|sAn<1!8+g}mu#Nb=RXmA>6Zr|op2Z74f!rN;OVxb?CkVtioO<>VTkvE@5m* zLJ^ygFTIJYg&cOzBrKQi;fe`LAkio(o8P*9!Dbhh-O4Rk5bzf_b2qa)cqb$Cjsy4D zcehQr;x(g6b)zcEfu^FvxX7i`vd|!GK5T(miWXYNO29H2a}XPut!RGR!z3P1M3aXz zh6QwY51LnhCGJPIS{;_EN*^)2rx+VR|3PavJM>lty(vd>Vp*9^P|zbxlR`4l==Lv0 z>r>D%BucG(iG`L;DjWQ(5TCF&>D3^Q$i@)t6;Q^%L&=lNq$JuEvxdDvIPJkZiSu53 zc~D}N%UZ@v#?*?~Fb$kMHJG&bN*_hgrUo!{e4H|SlLDRPge?0T8mrOnh#PpcGhK-tT?Gi!ij7l0X zzl)*7mk3p64Zv5^drI4n7?}nO9zbf}>ZyTwG&Mbal|r0#v{NA^@FzgLn@xt0Rae55 z(PL0`m2!Ga@oZH$D|#T-+RYBasMrvrj^dEP+&ukIw^nRhM23xN2l+lJBhox#YcsrN z?>4b0U|3YJ?J=p+Y=$z`I5Tx>h!jQTqu zN|43?33aI?nK!z1Vy6 zUcA0x8{_*0)@!iA#>SZV79e1p8b}kW)VH+*#MtNqR2HR5T&YnU1+}h9 zQ&Lq5s-m{=&_1+My)3QKf<>w}jrvlV^&%9~hkpOex$HVi^Uwv&8J{y}&YU?j|NQe` zz8~=pb_DmmgmM=+$4M4eg5gxILmI``Ao5IwyR+ukGd%Ia_^}|0!lpwv*O~N#?Kw>k ziC}m8DS!@FMPg7<%XUrQ`GKIGD|raL$%UPQy}8b2z8@T3IBgEo^TC z$dNaD#lSqZpF6W=NAIT_y(MtC$SZp5EYHt$0<<-wXvt9;c9hOHzyv?)+{f46i?&%? zsNqf5ZBN#crwnS$`R;|rh^HRGGb?NU>fJaGBjmX)Z|#9S$BYFDOcz53XOGWS&hH54 z`>z_WKD+4L8L{mAB4(7bHhrONrq*{dc4LF1qt$d{Qx5V;ycUrId}6j5MTV>UAcr7F zK!pK^EaJQoF@%jeVMwLSO1P?#cvPtTblANFYc(Q1Yku0a0+~s*7+@lqu4tC(UoY8! zjaM4B2IQP;4!*7t{hq-W2{Z`~s#Pb?!A5cXOcgnWbF>f=<8k3Kgwo2@q>EZ5szkaP zI88udhF}8ryrVFpf_JwNLaAnNs2gBC>ZV;Dq+vTm$#dvW5MU_KJH?cIH#x39ai{UCs^AR9xFB(zkWBIbO>R^ zvvVmxDq@aX-?uJQMT+Zx)$wu9M?I13jv3qS>y97R}mbDLiP(TGF6EPZ8d=IMl>;U9|W2)@ZMclpPAjIRfXB6vvj2+000GBa1 zc4iQ6;;6u1+&iv4M)^E6#zZ*|s_>Y{kTe;XHY9N$1F(-)35@?>yQhDueSXE(cW> zDrv)#FsT1b<7+$a!uZOR@=E7R<~tU1tCn(W!@0E!!;#$j83zPc+^XRWc$=H9t}B(l z@cqb$5nCq7J}5&7_II;d2<~HRVa*F2DZhlJDhf;PWpKl$k=5DcdxNo4WVC^}l zjpt}TW$?09;q|Gr_DO8Li7=jJ8O=>%^N7Zm5skOuQz?=FI8$*kj0FZB*b5+11i{dz zk6U0uWDX!=JlLc(&L*XtSxHQgg)>25WHcto3QBEFV1jH2bP8HbXU@-gps#T&Tqr)#{o>N3lWSywqle20d;I7Mcs_d}E#j;LkCd7Xa(P3; zv%$HB`GRnPZ(;cA_C;swO-t*i4tJ<=7GMg6bI(T{n-GF~CEer#m;#&+v0ZZKy&1&% zm6Jc$8_wQ@5Z&H&w+aw!FH+ES&AXVnGve5}f%$dJW|gEgwWLseNy5EP^ms(ghP}t2OvSVbUaRbcI^#L_D;5XdVOpbFZPgwNK{Imq>dnXgz2`9uv`F%fGAdZU3>mq>q0>y0H-#D@JMZ-t(EDdWc#T!|LMVV zxXWn@@v5$E(JhnJ;Yo@`3<_8iXRDn9MZ6$t{<9~>B`jlZ~1n zt)E0MbJ@H_y+5goFH#p%;(`=naub>kTVYq>lFJu%`K~;>*mNM`>Yd($2)!3~&F-3O zirC982R;}L+kJ~BAD^1T$_w)YDiX7jn1VzBSgOv_ofaigHh5wvFxVC>AeNYH zJ|`1Q4wZ{V)G?$z`_}X^COJ8Z3<~R<_eG1?N z(bGO0Ww(sxm?>^Ak+qL(=ZorLO zMyJNcNJA?JP$HQO&d%pR6^e(*Ce%qV% zPUEG0Nh|@#j`#J~p>Y>7N*pyDst6Sl;0=UaxX@7|qw4Y{=g*nmaPA zH!McVXPA&C5hdk|vQ^T&={Al$EVzM!fgdrGd#yZ$%fYflYcEruhV2cda zapyB%G0!W099XHbMsuVu{y+le3_!LrSu23APfbjWDcbg6?a@=GPENMe)xCfverm`M zZCV|#i#LattUCsj$&tyr<}FR6tV-Ss!ocI;;hvuMzUPqZ>OR!IcmF{;*WKNJxNra3 z9UyfT@2_n%UPvem){R2EuNX{j3l88Wcc}>Gyzq}v2L7s+R>4NJfhG6=#2~@?my@ws zZsHrY_4kiXK>;xW+dx`V`4IQBp?$Y}i7p(bBD*M8LXY?z z<^D;@3>EnXa#72fL7BeSr2HNg=2$W=1=I`@WmsSh4RZ%Qnb<>_WOLCpa8tNNCfXwt z*^u$_U|){Ihj4hpPkKxdlKX9Xs+|gub*oI&Rd!NBApm7!n`I9rL^x%Vxy!`-%G8Y_ zk_K@{oNm-dYZ8NPXyU9~Oc%TfHE3N|Lid%@Wq0D`qa!0@av7aA3lzl)%BKTw zf;YO7?)npbi7Lunql;;1IHYo%bO{o-nF?&A0>qR=J!IZQw@=c@1}hVg;eY|{(^t;> zle{@u`x)r&oM|^Ygu@Sn4NqHNccLEO> zGDNj2q8U$jKfQJ9=5LBog_rFIOd1An7ga}gIo!cZeui=+$&t^~!@i{4+mvge93j*2 z;20u=fTlC!=<*zIk^^@M_#=)~MOa4BEP7+;+4}{=w%D!;{F!w$5((skLsJOY18y|` zAw7y)x^KnRs1wq&1jl4yqs^7XT-L*PYMdMA{30<_f(M`_gVTXE1Om*5XiS^@Thx#8 z0DeJPV1h6P2@x|r$dg#v-zD!I$#X}t^8Xn;b=;AVvGf1P;HvG8o{XMBAEVbN|4uz#d%To0{sdrf_ z{Y)yqC+)r`6@M<3ElU;4Qu9NDnHg3kBo7@D>tJE2{clG1vZ)gKXO=f@S(0+YQtq5} zp=ZgrJM7#27imw-WVRco(_?PNDqb8in`Py?gjZfar^)H&TVrf>^7|ZKrtc%401~1E8^{rRxWUiRQ#9CLK9#$ByPG`Fo%b$24;mEnj{{nnMA^`vZ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..daaf4c16b5e9b903863bcf0cabf672fd0597771f GIT binary patch literal 49251 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 Vtkc2>>x_4X>N}qN3a0x!{s6OwA{hVx literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2e76ab9b3d7d916e4fdcf7b95996ce43c24795c9 GIT binary patch literal 34411 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 ZlYtd7aLZd{nCR=fZFT+3ZtVklV=#Z4(XwM z$bE+MVI{1vI$P%Q9Gry}PUp*!e8lGy%F#lILFHIJ?oxPNEGO~_28Gb8NQqoWilD|z z2ZGPGpBrIsosZQ*+2|9x$ucA^8-{7iwq_dE+>?+;>{kt|id9L`uv)N9TmwdNRcCwYn;q71!{DGfYXX++_%BsrsTtrDdL} zxh1o#<`#=swx$YlPS?wlE-y^ks%6s+taG}ykgL?}CDZus^qKGEEX`J@Dsth9TvV-` zrP|esZJN53E12c7Y$&-dyG~bXH~}B4AMHMPUdaLAvkt>_4ebbGOGr0`bW6xJh1@-M zOL%#E=um_GZEO!1P;c`RI9WvwDs>v4vcpiAwh4iwm*H8DvvbB7oBGxrB_UX~pQU(v z9jrQ?WkiagkF+lXzMKsB+E2{XsMe`AC0K3v3&wLa5rPoRMoAo34aqkfR38i&eZkWpZJ09BK)!~y zsh18mg@bE{wuFi8cwZ}?ZpPEC_{9DA#E#hC5;ILP(-J3|;>7w-ABd-RPh=ajA6^E| zn-@N~uqzI@5;9F8^FTO?ssF#_*a#5ZyqN%Z0irR0Vt{DNOgXd+2<4(!xXdnx8EU>B zu28tZ>C0>gIgG=WsA;+eoP>Ix0JVp^HvHg$)BY||umvi;NY~i#gKL@lADZ&}n)3Eg z@Up`z5d{Ufx*T!BC2Ibzu`DcwX2#XGNW zroP|cANGxIivu_3Z_Gaw53UV=G=6*h&hbxjcXONK1^)mZEpeflv$T-8c6Qwlx5R|^Qj8JU>(+u@Ualw`(*$K zC)Nw3oKOHnpb0K5RejJzLy2VG^d zvHBS|NueXmv~eOs>ubg~Gxm}iw1t`d?$!q-!WEXvra}^hD#of|OVzS$U8x^>%`3;6 zQOrzQLHh}^CN07&%+)!l-c#oYa}~f#P>q7A0H^jJ2%u~q8E^Ms(>_Q{e+%HwfvNC$ zI?>o7ENx&(JV;bfk%UZ(uoXZ`!j??Uz_gSQo_4r~LLv&TNl^ANZA+oc1R~*FOz;tf z#J%P~a=}d~n1&5k1Bq}`l|-~6bk(YY_thZ04Je}8nD*+x1r{L8VsB8H29|m{&^2g6 zI$`Z1a9E$hMA78O{}kdkg&V@>si`}^{A{*0^G0*#jV`{K&kJFhl`hkfba{Hnoj_YK~3K5%wKz?3a< zVkb3pYjLfxK6|@#@7z{u<|$$lNB_iZ_or4PE0Hx}tN+M1VIcioOx-%ZHVNWRKM+qm zjiUbaH!RRy{%00V)IT2|xReb4CCObHiOgj~gvZcPV}r1BrlEqn89U43*MJc!f{pPU ztnfTc(EbUMYjH^;F-ZbjS9KNEq9pyID(lo2u!~5NVisW0CrKSY!z9V=$=x0g(|p6! z(07pwS00?x9};c{Nt<_zR-#{{hwLl617n-)*d80=M)!m$ckHX-gWTlTXOrAX?_K&@ zHc2&FtinY=2TXse;2+Wnnh-=ds4Mo88%_8OrBXyBM`-NO=$NKs@1nuk7f6BZbMCemC@tUtf;4K4)d88l(Ye>f_j2X>o zT#AE{*LYn>3Ghu&e40=9r~G;#6>xd{T2K$ALM|Q9>hy3b?9xFkqSvSDG2+k#q=arG zrH=UT@fCTgh60xef6gWe?1W{*Fm2gZO~V?6d2mRRE$bzje$Ful&It^ex-J`v6OgQl zysc`$#A{{-hPGkVve_r=YK|Q+La9mNdn9cdKOoeWa^5f>KyP zDek*qdWu)Ll#l^~e~DAR3`+SGfdmxaAaE-F+b9)O>Xg83Ar*o#2xDC#ln6V1%CslN z&S9bvn~0{S5GpF57*)qWH!!PsQu&{2$HW_i2`Fu{zw*y`QTD;mgr1q{7@-Dw;%O^wKgWV$zD zrST58vzr9Zk29%X?xk7ZF9Rb#_zTQypYiZ@AzDcogh<40^1ycX#zJbSVSAQ z*lzLZs{<3JP6oy^RJM|7c|g;2Nt4HtHaL|{fF97)v4LE{o-mEC^q)96V5v4q=H&DZ zIYX=gi`e;`4R%-q>B^fMs9bJ;uHdw&hH9&_rWT23V=-P`{_mwYXk>LjcMGkz$ESpu zy7kyW80y#CVpGCTLR-wdT|NrH2iHfx2W#fRLs`bMr`-zM)fWtJ65p$O?KKSC!X8$b z?&9WZ+#zH$X>Qwpr^gHTw0#$Lc*h=(+%eh_Z*s4?hmP!TMYhr7tc{A`$s9(rT$;~LS@cw_P9!1w$-C+3ZX$zx6tZReL;ep?&dr8*v#D!C* zPPJ6SvSlMp93Fz*@mV=dwJFOhKm*L>oOTEuDQ_rbTs4T|#Ycjt%;yd!4$fKZ;fkV2 zqwG@?Fz$|}j%qCJUHB5PTkk>#krZy6Jw1JTCEWF>rDub~%}2L*zO`Wk@%0TGK@@44 zeQx@>mGD7WUFp5D)-t*h8QtLc&}IB6cHr*t;>CrFKW~^Cp1JtMk0Q}K%6xV%`|HE^ z!#(R~zWMIy-<^JV=JM*9%O4D_o%z;B@oUTS8^@MzzBT#gnIn1d|H~+YkxoR9g)KAnS6Fsj-gBkiGX0 z>S1&TU%$XY3fBGJ8MQIX9>JdG1(zZeVWq^ezRYo`gl)I3VC>oLz-O~c+b_gHYLmBK z8%vxQfL?f&`4SHxAXGu%Fh~@>K-xaAP}&BRk}%EzD0B;`%$J1{zaJ2Ic7pHtEW_7yNqm9#z{7i6&3iOzcYCYZ9*?SxHBO9XzF$ic*}fW&NA2RZ1$d7$ zmjr;_DtHPmcsfAIzrY|4Hp;PW!+X`S+GoMI{`|dqO=HQ z`N0vGdQgQDqXL=%g%%``>iAR($`i`cD^!NMO$l-Qc|%i;8wtOQhOR|E1#@Z00O{5hC{K{VC-(^{os+u!LCm_4$K$lid(2L z)ID`!J=*y&+PfO^>(sp)g1iJM| z^X#SROEWJr;>z@unX8{g8fRaaeqp6O`CDuGYxj!poVp(wT5pTrJ+hcsNZkGMN?Q*c z9_!jf{`&4Y;SRoY;!#uUd~hy!x9e?uzv<{YSWxGCe4{mn}(7oh0d|lGg~(5lOn4mo@ebU>1-h#Y_VcR*02`yvC|`Cz6L-_fi^V z2<9|O(vH6tNumrfC<_yM7P{Xc8e=rebd-Uk+tmYMu^ap``dB#fNz3!ME^l%|oB!5} z8xeG@|JK!&_P#YCxhe3z_*Pwm?|J-0Z1r_lj$)@I8kz3nd9Vw#r7WM)By^77F0elc z%1S^7QTB=|FVOudaQ}}g&$fw0fIIIe>{rQh^S;wi`^*;I%wEwOvc(Qto(2aio;ycJ wVSyziiy;E!IgB5pL!YA1V|3sz=$SvG_+xb9G3tHd|0?dDdin1N2G@}P0Fa$&*8l(j literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65e277b022976865029e3ca39bfa12bb00ea916a GIT binary patch literal 1275 zcmZ7#J#X7a^vEM+$(G9`5|XqiP!>d?D1gK?LFynDGNcAtAg~Lxod~xC%{$3d_@VNs z0CFiHg9iujAa`-bjt)GuLx=u{PKr@Ty`@GwbxUJ+$<%ie6&rp4-#6cT_db4GT%1P$ zpFI1k^^1(q-$IyynlUFgf!Rj{5y?k^WJ!T+$r6&$XNbt#h+rxo;;FBNdrDRPM+jA! zFHqtowi|^_uf-RlPU1zOz2PwGPQ9lX(oW#yeIWaYB1^d!<9z3KUMYe~54tlR1M9wp};7)`pJy4!5& zQLIPFCXFGMsB`k;nk!{R2{H$tc;Cr;pxs9)Y76ZJ=t~~z%c<0!J?ET#1%0!MP#>q5 zNRMwI6id4W@SOGcoM(y;v&?Og^#UAbGQ=|wT8B)1WrEdyE>(#vVl!!1OLM8*E?oE- z#1wnzFsmKs=X^_yG~DPTKjl6YZ@aqI?!W5~cUi(QVNI6e~%)u-_0TXQoCsM&1A4y(D2 z>HC50I~%oxvP1~Lo4&VUc6!NX6yB+SeA{GDRjuQ=kDV4}=45}8DDs(^y~mubX1&wn z7>e5}zSV#v#=(97^c0P?(n!;Xn!clq>$i6D$E9ndQe{}Gyhgb~W9QScc4g3hsp;cO z*N=_L$XFU0OTXeHqcJib4vmLL#>#6XFE;kH0p7C)?(;k2($(knqtcD>z2(8@qjF_f zt{mWlFOSN%elEQ%-~Cqw?^gwgeR>HM%7c~t)xFgp?;U*o)B20`-}CoRpek{$xfqTj z4%ft;*|uo3ZS#5C4kFU^1z)u7@4AkkS>|k;L@uZo2xV^UP0l;M2C-hC_&SjIsz72T zCP)E>X@IuTA4=``%A==`PL-m%JoOcBYgL86d)C={*4a9!V3d<3h((lX%nt&iDTzAd|oT2gk@mivR!s literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..42feb2570439a2794eca0d63548643e2fe608a9f GIT binary patch literal 12081 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 tuple[list[str], dict[str, list[str]]]: + """Given values for ``install_requires`` and ``extras_require`` + create modified versions in a way that can be written in ``requires.txt`` + """ + extras = _convert_extras_requirements(extras_require) + return _move_install_requirements_markers(install_requires, extras) + + +def _convert_extras_requirements( + extras_require: Mapping[str, _StrOrIter], +) -> defaultdict[str, _Ordered[Requirement]]: + """ + Convert requirements in `extras_require` of the form + `"extra": ["barbazquux; {marker}"]` to + `"extra:{marker}": ["barbazquux"]`. + """ + output = defaultdict[str, _Ordered[Requirement]](dict) + for section, v in extras_require.items(): + # Do not strip empty sections. + output[section] + for r in _reqs.parse(v): + output[section + _suffix_for(r)].setdefault(r) + + return output + + +def _move_install_requirements_markers( + install_requires: _StrOrIter, extras_require: Mapping[str, _Ordered[Requirement]] +) -> tuple[list[str], dict[str, list[str]]]: + """ + The ``requires.txt`` file has an specific format: + - Environment markers need to be part of the section headers and + should not be part of the requirement spec itself. + + Move requirements in ``install_requires`` that are using environment + markers ``extras_require``. + """ + + # divide the install_requires into two sets, simple ones still + # handled by install_requires and more complex ones handled by extras_require. + + inst_reqs = list(_reqs.parse(install_requires)) + simple_reqs = filter(_no_marker, inst_reqs) + complex_reqs = filterfalse(_no_marker, inst_reqs) + simple_install_requires = list(map(str, simple_reqs)) + + for r in complex_reqs: + extras_require[':' + str(r.marker)].setdefault(r) + + expanded_extras = dict( + # list(dict.fromkeys(...)) ensures a list of unique strings + (k, list(dict.fromkeys(str(r) for r in map(_clean_req, v)))) + for k, v in extras_require.items() + ) + + return simple_install_requires, expanded_extras + + +def _suffix_for(req): + """Return the 'extras_require' suffix for a given requirement.""" + return ':' + str(req.marker) if req.marker else '' + + +def _clean_req(req): + """Given a Requirement, remove environment markers and return it""" + r = Requirement(str(req)) # create a copy before modifying + r.marker = None + return r + + +def _no_marker(req): + return not req.marker + + +def _write_requirements(stream, reqs): + lines = yield_lines(reqs or ()) + + def append_cr(line): + return line + '\n' + + lines = map(append_cr, lines) + stream.writelines(lines) + + +def write_requirements(cmd, basename, filename): + dist = cmd.distribution + data = io.StringIO() + install_requires, extras_require = _prepare( + dist.install_requires or (), dist.extras_require or {} + ) + _write_requirements(data, install_requires) + for extra in sorted(extras_require): + data.write('\n[{extra}]\n'.format(**vars())) + _write_requirements(data, extras_require[extra]) + cmd.write_or_delete_file("requirements", filename, data.getvalue()) + + +def write_setup_requirements(cmd, basename, filename): + data = io.StringIO() + _write_requirements(data, cmd.distribution.setup_requires) + cmd.write_or_delete_file("setup-requirements", filename, data.getvalue()) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/alias.py b/llmlab/lib/python3.12/site-packages/setuptools/command/alias.py new file mode 100644 index 0000000..b8d74af --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/alias.py @@ -0,0 +1,77 @@ +from setuptools.command.setopt import config_file, edit_config, option_base + +from distutils.errors import DistutilsOptionError + + +def shquote(arg): + """Quote an argument for later parsing by shlex.split()""" + for c in '"', "'", "\\", "#": + if c in arg: + return repr(arg) + if arg.split() != [arg]: + return repr(arg) + return arg + + +class alias(option_base): + """Define a shortcut that invokes one or more commands""" + + description = "define a shortcut to invoke one or more commands" + command_consumes_arguments = True + + user_options = [ + ('remove', 'r', 'remove (unset) the alias'), + ] + option_base.user_options + + boolean_options = option_base.boolean_options + ['remove'] + + def initialize_options(self): + option_base.initialize_options(self) + self.args = None + self.remove = None + + def finalize_options(self) -> None: + option_base.finalize_options(self) + if self.remove and len(self.args) != 1: + raise DistutilsOptionError( + "Must specify exactly one argument (the alias name) when using --remove" + ) + + def run(self) -> None: + aliases = self.distribution.get_option_dict('aliases') + + if not self.args: + print("Command Aliases") + print("---------------") + for alias in aliases: + print("setup.py alias", format_alias(alias, aliases)) + return + + elif len(self.args) == 1: + (alias,) = self.args + if self.remove: + command = None + elif alias in aliases: + print("setup.py alias", format_alias(alias, aliases)) + return + else: + print(f"No alias definition found for {alias!r}") + return + else: + alias = self.args[0] + command = ' '.join(map(shquote, self.args[1:])) + + edit_config(self.filename, {'aliases': {alias: command}}, self.dry_run) + + +def format_alias(name, aliases): + source, command = aliases[name] + if source == config_file('global'): + source = '--global-config ' + elif source == config_file('user'): + source = '--user-config ' + elif source == config_file('local'): + source = '' + else: + source = f'--filename={source!r}' + return source + name + ' ' + command diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_egg.py b/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_egg.py new file mode 100644 index 0000000..7f66c3b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_egg.py @@ -0,0 +1,479 @@ +"""setuptools.command.bdist_egg + +Build .egg distributions""" + +from __future__ import annotations + +import marshal +import os +import re +import sys +import textwrap +from sysconfig import get_path, get_python_version +from types import CodeType +from typing import TYPE_CHECKING, Literal + +from setuptools import Command +from setuptools.extension import Library + +from .._path import StrPathT, ensure_directory + +from distutils import log +from distutils.dir_util import mkpath, remove_tree + +if TYPE_CHECKING: + from typing_extensions import TypeAlias + +# Same as zipfile._ZipFileMode from typeshed +_ZipFileMode: TypeAlias = Literal["r", "w", "x", "a"] + + +def _get_purelib(): + return get_path("purelib") + + +def strip_module(filename): + if '.' in filename: + filename = os.path.splitext(filename)[0] + if filename.endswith('module'): + filename = filename[:-6] + return filename + + +def sorted_walk(dir): + """Do os.walk in a reproducible way, + independent of indeterministic filesystem readdir order + """ + for base, dirs, files in os.walk(dir): + dirs.sort() + files.sort() + yield base, dirs, files + + +def write_stub(resource, pyfile) -> None: + _stub_template = textwrap.dedent( + """ + def __bootstrap__(): + global __bootstrap__, __loader__, __file__ + import sys, pkg_resources, importlib.util + __file__ = pkg_resources.resource_filename(__name__, %r) + __loader__ = None; del __bootstrap__, __loader__ + spec = importlib.util.spec_from_file_location(__name__,__file__) + mod = importlib.util.module_from_spec(spec) + spec.loader.exec_module(mod) + __bootstrap__() + """ + ).lstrip() + with open(pyfile, 'w', encoding="utf-8") as f: + f.write(_stub_template % resource) + + +class bdist_egg(Command): + description = 'create an "egg" distribution' + + user_options = [ + ('bdist-dir=', 'b', "temporary directory for creating the distribution"), + ( + 'plat-name=', + 'p', + "platform name to embed in generated filenames " + "(by default uses `pkg_resources.get_build_platform()`)", + ), + ('exclude-source-files', None, "remove all .py files from the generated egg"), + ( + 'keep-temp', + 'k', + "keep the pseudo-installation tree around after " + "creating the distribution archive", + ), + ('dist-dir=', 'd', "directory to put final built distributions in"), + ('skip-build', None, "skip rebuilding everything (for testing/debugging)"), + ] + + boolean_options = ['keep-temp', 'skip-build', 'exclude-source-files'] + + def initialize_options(self): + self.bdist_dir = None + self.plat_name = None + self.keep_temp = False + self.dist_dir = None + self.skip_build = False + self.egg_output = None + self.exclude_source_files = None + + def finalize_options(self) -> None: + ei_cmd = self.ei_cmd = self.get_finalized_command("egg_info") + self.egg_info = ei_cmd.egg_info + + if self.bdist_dir is None: + bdist_base = self.get_finalized_command('bdist').bdist_base + self.bdist_dir = os.path.join(bdist_base, 'egg') + + if self.plat_name is None: + from pkg_resources import get_build_platform + + self.plat_name = get_build_platform() + + self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) + + if self.egg_output is None: + # Compute filename of the output egg + basename = ei_cmd._get_egg_basename( + py_version=get_python_version(), + platform=self.distribution.has_ext_modules() and self.plat_name, + ) + + self.egg_output = os.path.join(self.dist_dir, basename + '.egg') + + def do_install_data(self) -> None: + # Hack for packages that install data to install's --install-lib + self.get_finalized_command('install').install_lib = self.bdist_dir + + site_packages = os.path.normcase(os.path.realpath(_get_purelib())) + old, self.distribution.data_files = self.distribution.data_files, [] + + for item in old: + if isinstance(item, tuple) and len(item) == 2: + if os.path.isabs(item[0]): + realpath = os.path.realpath(item[0]) + normalized = os.path.normcase(realpath) + if normalized == site_packages or normalized.startswith( + site_packages + os.sep + ): + item = realpath[len(site_packages) + 1 :], item[1] + # XXX else: raise ??? + self.distribution.data_files.append(item) + + try: + log.info("installing package data to %s", self.bdist_dir) + self.call_command('install_data', force=False, root=None) + finally: + self.distribution.data_files = old + + def get_outputs(self): + return [self.egg_output] + + def call_command(self, cmdname, **kw): + """Invoke reinitialized command `cmdname` with keyword args""" + for dirname in INSTALL_DIRECTORY_ATTRS: + kw.setdefault(dirname, self.bdist_dir) + kw.setdefault('skip_build', self.skip_build) + kw.setdefault('dry_run', self.dry_run) + cmd = self.reinitialize_command(cmdname, **kw) + self.run_command(cmdname) + return cmd + + def run(self): # noqa: C901 # is too complex (14) # FIXME + # Generate metadata first + self.run_command("egg_info") + # We run install_lib before install_data, because some data hacks + # pull their data path from the install_lib command. + log.info("installing library code to %s", self.bdist_dir) + instcmd = self.get_finalized_command('install') + old_root = instcmd.root + instcmd.root = None + if self.distribution.has_c_libraries() and not self.skip_build: + self.run_command('build_clib') + cmd = self.call_command('install_lib', warn_dir=False) + instcmd.root = old_root + + all_outputs, ext_outputs = self.get_ext_outputs() + self.stubs = [] + to_compile = [] + for p, ext_name in enumerate(ext_outputs): + filename, _ext = os.path.splitext(ext_name) + pyfile = os.path.join(self.bdist_dir, strip_module(filename) + '.py') + self.stubs.append(pyfile) + log.info("creating stub loader for %s", ext_name) + if not self.dry_run: + write_stub(os.path.basename(ext_name), pyfile) + to_compile.append(pyfile) + ext_outputs[p] = ext_name.replace(os.sep, '/') + + if to_compile: + cmd.byte_compile(to_compile) + if self.distribution.data_files: + self.do_install_data() + + # Make the EGG-INFO directory + archive_root = self.bdist_dir + egg_info = os.path.join(archive_root, 'EGG-INFO') + self.mkpath(egg_info) + if self.distribution.scripts: + script_dir = os.path.join(egg_info, 'scripts') + log.info("installing scripts to %s", script_dir) + self.call_command('install_scripts', install_dir=script_dir, no_ep=True) + + self.copy_metadata_to(egg_info) + native_libs = os.path.join(egg_info, "native_libs.txt") + if all_outputs: + log.info("writing %s", native_libs) + if not self.dry_run: + ensure_directory(native_libs) + with open(native_libs, 'wt', encoding="utf-8") as libs_file: + libs_file.write('\n'.join(all_outputs)) + libs_file.write('\n') + elif os.path.isfile(native_libs): + log.info("removing %s", native_libs) + if not self.dry_run: + os.unlink(native_libs) + + write_safety_flag(os.path.join(archive_root, 'EGG-INFO'), self.zip_safe()) + + if os.path.exists(os.path.join(self.egg_info, 'depends.txt')): + log.warn( + "WARNING: 'depends.txt' will not be used by setuptools 0.6!\n" + "Use the install_requires/extras_require setup() args instead." + ) + + if self.exclude_source_files: + self.zap_pyfiles() + + # Make the archive + make_zipfile( + self.egg_output, + archive_root, + verbose=self.verbose, + dry_run=self.dry_run, + mode=self.gen_header(), + ) + if not self.keep_temp: + remove_tree(self.bdist_dir, dry_run=self.dry_run) + + # Add to 'Distribution.dist_files' so that the "upload" command works + getattr(self.distribution, 'dist_files', []).append(( + 'bdist_egg', + get_python_version(), + self.egg_output, + )) + + def zap_pyfiles(self): + log.info("Removing .py files from temporary directory") + for base, dirs, files in walk_egg(self.bdist_dir): + for name in files: + path = os.path.join(base, name) + + if name.endswith('.py'): + log.debug("Deleting %s", path) + os.unlink(path) + + if base.endswith('__pycache__'): + path_old = path + + pattern = r'(?P.+)\.(?P[^.]+)\.pyc' + m = re.match(pattern, name) + path_new = os.path.join(base, os.pardir, m.group('name') + '.pyc') + log.info(f"Renaming file from [{path_old}] to [{path_new}]") + try: + os.remove(path_new) + except OSError: + pass + os.rename(path_old, path_new) + + def zip_safe(self): + safe = getattr(self.distribution, 'zip_safe', None) + if safe is not None: + return safe + log.warn("zip_safe flag not set; analyzing archive contents...") + return analyze_egg(self.bdist_dir, self.stubs) + + def gen_header(self) -> Literal["w"]: + return 'w' + + def copy_metadata_to(self, target_dir) -> None: + "Copy metadata (egg info) to the target_dir" + # normalize the path (so that a forward-slash in egg_info will + # match using startswith below) + norm_egg_info = os.path.normpath(self.egg_info) + prefix = os.path.join(norm_egg_info, '') + for path in self.ei_cmd.filelist.files: + if path.startswith(prefix): + target = os.path.join(target_dir, path[len(prefix) :]) + ensure_directory(target) + self.copy_file(path, target) + + def get_ext_outputs(self): + """Get a list of relative paths to C extensions in the output distro""" + + all_outputs = [] + ext_outputs = [] + + paths = {self.bdist_dir: ''} + for base, dirs, files in sorted_walk(self.bdist_dir): + all_outputs.extend( + paths[base] + filename + for filename in files + if os.path.splitext(filename)[1].lower() in NATIVE_EXTENSIONS + ) + for filename in dirs: + paths[os.path.join(base, filename)] = paths[base] + filename + '/' + + if self.distribution.has_ext_modules(): + build_cmd = self.get_finalized_command('build_ext') + for ext in build_cmd.extensions: + if isinstance(ext, Library): + continue + fullname = build_cmd.get_ext_fullname(ext.name) + filename = build_cmd.get_ext_filename(fullname) + if not os.path.basename(filename).startswith('dl-'): + if os.path.exists(os.path.join(self.bdist_dir, filename)): + ext_outputs.append(filename) + + return all_outputs, ext_outputs + + +NATIVE_EXTENSIONS: dict[str, None] = dict.fromkeys('.dll .so .dylib .pyd'.split()) + + +def walk_egg(egg_dir): + """Walk an unpacked egg's contents, skipping the metadata directory""" + walker = sorted_walk(egg_dir) + base, dirs, files = next(walker) + if 'EGG-INFO' in dirs: + dirs.remove('EGG-INFO') + yield base, dirs, files + yield from walker + + +def analyze_egg(egg_dir, stubs): + # check for existing flag in EGG-INFO + for flag, fn in safety_flags.items(): + if os.path.exists(os.path.join(egg_dir, 'EGG-INFO', fn)): + return flag + if not can_scan(): + return False + safe = True + for base, dirs, files in walk_egg(egg_dir): + for name in files: + if name.endswith('.py') or name.endswith('.pyw'): + continue + elif name.endswith('.pyc') or name.endswith('.pyo'): + # always scan, even if we already know we're not safe + safe = scan_module(egg_dir, base, name, stubs) and safe + return safe + + +def write_safety_flag(egg_dir, safe) -> None: + # Write or remove zip safety flag file(s) + for flag, fn in safety_flags.items(): + fn = os.path.join(egg_dir, fn) + if os.path.exists(fn): + if safe is None or bool(safe) != flag: + os.unlink(fn) + elif safe is not None and bool(safe) == flag: + with open(fn, 'wt', encoding="utf-8") as f: + f.write('\n') + + +safety_flags = { + True: 'zip-safe', + False: 'not-zip-safe', +} + + +def scan_module(egg_dir, base, name, stubs): + """Check whether module possibly uses unsafe-for-zipfile stuff""" + + filename = os.path.join(base, name) + if filename[:-1] in stubs: + return True # Extension module + pkg = base[len(egg_dir) + 1 :].replace(os.sep, '.') + module = pkg + (pkg and '.' or '') + os.path.splitext(name)[0] + skip = 16 # skip magic & reserved? & date & file size + f = open(filename, 'rb') + f.read(skip) + code = marshal.load(f) + f.close() + safe = True + symbols = dict.fromkeys(iter_symbols(code)) + for bad in ['__file__', '__path__']: + if bad in symbols: + log.warn("%s: module references %s", module, bad) + safe = False + if 'inspect' in symbols: + for bad in [ + 'getsource', + 'getabsfile', + 'getfile', + 'getsourcefile', + 'getsourcelines', + 'findsource', + 'getcomments', + 'getframeinfo', + 'getinnerframes', + 'getouterframes', + 'stack', + 'trace', + ]: + if bad in symbols: + log.warn("%s: module MAY be using inspect.%s", module, bad) + safe = False + return safe + + +def iter_symbols(code): + """Yield names and strings used by `code` and its nested code objects""" + yield from code.co_names + for const in code.co_consts: + if isinstance(const, str): + yield const + elif isinstance(const, CodeType): + yield from iter_symbols(const) + + +def can_scan() -> bool: + if not sys.platform.startswith('java') and sys.platform != 'cli': + # CPython, PyPy, etc. + return True + log.warn("Unable to analyze compiled code on this platform.") + log.warn( + "Please ask the author to include a 'zip_safe'" + " setting (either True or False) in the package's setup.py" + ) + return False + + +# Attribute names of options for commands that might need to be convinced to +# install to the egg build directory + +INSTALL_DIRECTORY_ATTRS = ['install_lib', 'install_dir', 'install_data', 'install_base'] + + +def make_zipfile( + zip_filename: StrPathT, + base_dir, + verbose: bool = False, + dry_run: bool = False, + compress=True, + mode: _ZipFileMode = 'w', +) -> StrPathT: + """Create a zip file from all the files under 'base_dir'. The output + zip file will be named 'base_dir' + ".zip". Uses either the "zipfile" + Python module (if available) or the InfoZIP "zip" utility (if installed + and found on the default search path). If neither tool is available, + raises DistutilsExecError. Returns the name of the output zip file. + """ + import zipfile + + mkpath(os.path.dirname(zip_filename), dry_run=dry_run) # type: ignore[arg-type] # python/mypy#18075 + log.info("creating '%s' and adding '%s' to it", zip_filename, base_dir) + + def visit(z, dirname, names): + for name in names: + path = os.path.normpath(os.path.join(dirname, name)) + if os.path.isfile(path): + p = path[len(base_dir) + 1 :] + if not dry_run: + z.write(path, p) + log.debug("adding '%s'", p) + + compression = zipfile.ZIP_DEFLATED if compress else zipfile.ZIP_STORED + if not dry_run: + z = zipfile.ZipFile(zip_filename, mode, compression=compression) + for dirname, dirs, files in sorted_walk(base_dir): + visit(z, dirname, files) + z.close() + else: + for dirname, dirs, files in sorted_walk(base_dir): + visit(None, dirname, files) + return zip_filename diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py b/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py new file mode 100644 index 0000000..6dbb270 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py @@ -0,0 +1,42 @@ +from ..dist import Distribution +from ..warnings import SetuptoolsDeprecationWarning + +import distutils.command.bdist_rpm as orig + + +class bdist_rpm(orig.bdist_rpm): + """ + Override the default bdist_rpm behavior to do the following: + + 1. Run egg_info to ensure the name and version are properly calculated. + 2. Always run 'install' using --single-version-externally-managed to + disable eggs in RPM distributions. + """ + + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + + def run(self) -> None: + SetuptoolsDeprecationWarning.emit( + "Deprecated command", + """ + bdist_rpm is deprecated and will be removed in a future version. + Use bdist_wheel (wheel packages) instead. + """, + see_url="https://github.com/pypa/setuptools/issues/1988", + due_date=(2023, 10, 30), # Deprecation introduced in 22 Oct 2021. + ) + + # ensure distro name is up-to-date + self.run_command('egg_info') + + orig.bdist_rpm.run(self) + + def _make_spec_file(self): + spec = orig.bdist_rpm._make_spec_file(self) + return [ + line.replace( + "setup.py install ", + "setup.py install --single-version-externally-managed ", + ).replace("%setup", "%setup -n %{name}-%{unmangled_version}") + for line in spec + ] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py b/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py new file mode 100644 index 0000000..1e3f637 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py @@ -0,0 +1,604 @@ +""" +Create a wheel (.whl) distribution. + +A wheel is a built archive format. +""" + +from __future__ import annotations + +import os +import re +import shutil +import struct +import sys +import sysconfig +import warnings +from collections.abc import Iterable, Sequence +from email.generator import BytesGenerator +from glob import iglob +from typing import Literal, cast +from zipfile import ZIP_DEFLATED, ZIP_STORED + +from packaging import tags, version as _packaging_version +from wheel.wheelfile import WheelFile + +from .. import Command, __version__, _shutil +from .._core_metadata import _safe_license_file +from .._normalization import safer_name +from ..warnings import SetuptoolsDeprecationWarning +from .egg_info import egg_info as egg_info_cls + +from distutils import log + + +def safe_version(version: str) -> 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) + + +setuptools_major_version = int(__version__.split(".")[0]) + +PY_LIMITED_API_PATTERN = r"cp3\d" + + +def _is_32bit_interpreter() -> bool: + return struct.calcsize("P") == 4 + + +def python_tag() -> str: + return f"py{sys.version_info.major}" + + +def get_platform(archive_root: str | None) -> str: + """Return our platform name 'win32', 'linux_x86_64'""" + result = sysconfig.get_platform() + if result.startswith("macosx") and archive_root is not None: # pragma: no cover + from wheel.macosx_libfile import calculate_macosx_platform_tag + + result = calculate_macosx_platform_tag(archive_root, result) + elif _is_32bit_interpreter(): + if result == "linux-x86_64": + # pip pull request #3497 + result = "linux-i686" + elif result == "linux-aarch64": + # packaging pull request #234 + # TODO armv8l, packaging pull request #690 => this did not land + # in pip/packaging yet + result = "linux-armv7l" + + return result.replace("-", "_") + + +def get_flag( + var: str, fallback: bool, expected: bool = True, warn: bool = True +) -> bool: + """Use a fallback value for determining SOABI flags if the needed config + var is unset or unavailable.""" + val = sysconfig.get_config_var(var) + if val is None: + if warn: + warnings.warn( + f"Config variable '{var}' is unset, Python ABI tag may be incorrect", + RuntimeWarning, + stacklevel=2, + ) + return fallback + return val == expected + + +def get_abi_tag() -> str | None: + """Return the ABI tag based on SOABI (if available) or emulate SOABI (PyPy2).""" + soabi: str = sysconfig.get_config_var("SOABI") + impl = tags.interpreter_name() + if not soabi and impl in ("cp", "pp") and hasattr(sys, "maxunicode"): + d = "" + u = "" + if get_flag("Py_DEBUG", hasattr(sys, "gettotalrefcount"), warn=(impl == "cp")): + d = "d" + + abi = f"{impl}{tags.interpreter_version()}{d}{u}" + elif soabi and impl == "cp" and soabi.startswith("cpython"): + # non-Windows + abi = "cp" + soabi.split("-")[1] + elif soabi and impl == "cp" and soabi.startswith("cp"): + # Windows + abi = soabi.split("-")[0] + if hasattr(sys, "gettotalrefcount"): + # using debug build; append "d" flag + abi += "d" + elif soabi and impl == "pp": + # we want something like pypy36-pp73 + abi = "-".join(soabi.split("-")[:2]) + abi = abi.replace(".", "_").replace("-", "_") + elif soabi and impl == "graalpy": + abi = "-".join(soabi.split("-")[:3]) + abi = abi.replace(".", "_").replace("-", "_") + elif soabi: + abi = soabi.replace(".", "_").replace("-", "_") + else: + abi = None + + return abi + + +def safer_version(version: str) -> str: + return safe_version(version).replace("-", "_") + + +class bdist_wheel(Command): + description = "create a wheel distribution" + + supported_compressions = { + "stored": ZIP_STORED, + "deflated": ZIP_DEFLATED, + } + + user_options = [ + ("bdist-dir=", "b", "temporary directory for creating the distribution"), + ( + "plat-name=", + "p", + "platform name to embed in generated filenames " + f"[default: {get_platform(None)}]", + ), + ( + "keep-temp", + "k", + "keep the pseudo-installation tree around after " + "creating the distribution archive", + ), + ("dist-dir=", "d", "directory to put final built distributions in"), + ("skip-build", None, "skip rebuilding everything (for testing/debugging)"), + ( + "relative", + None, + "build the archive using relative paths [default: false]", + ), + ( + "owner=", + "u", + "Owner name used when creating a tar file [default: current user]", + ), + ( + "group=", + "g", + "Group name used when creating a tar file [default: current group]", + ), + ("universal", None, "*DEPRECATED* make a universal wheel [default: false]"), + ( + "compression=", + None, + f"zipfile compression (one of: {', '.join(supported_compressions)}) [default: 'deflated']", + ), + ( + "python-tag=", + None, + f"Python implementation compatibility tag [default: '{python_tag()}']", + ), + ( + "build-number=", + None, + "Build number for this particular version. " + "As specified in PEP-0427, this must start with a digit. " + "[default: None]", + ), + ( + "py-limited-api=", + None, + "Python tag (cp32|cp33|cpNN) for abi3 wheel tag [default: false]", + ), + ( + "dist-info-dir=", + None, + "directory where a pre-generated dist-info can be found (e.g. as a " + "result of calling the PEP517 'prepare_metadata_for_build_wheel' " + "method)", + ), + ] + + boolean_options = ["keep-temp", "skip-build", "relative", "universal"] + + def initialize_options(self) -> None: + self.bdist_dir: str | None = None + self.data_dir = "" + self.plat_name: str | None = None + self.plat_tag: str | None = None + self.format = "zip" + self.keep_temp = False + self.dist_dir: str | None = None + self.dist_info_dir = None + self.egginfo_dir: str | None = None + self.root_is_pure: bool | None = None + self.skip_build = False + self.relative = False + self.owner = None + self.group = None + self.universal = False + self.compression: str | int = "deflated" + self.python_tag = python_tag() + self.build_number: str | None = None + self.py_limited_api: str | Literal[False] = False + self.plat_name_supplied = False + + def finalize_options(self) -> None: + if not self.bdist_dir: + bdist_base = self.get_finalized_command("bdist").bdist_base + self.bdist_dir = os.path.join(bdist_base, "wheel") + + if self.dist_info_dir is None: + egg_info = cast(egg_info_cls, self.distribution.get_command_obj("egg_info")) + egg_info.ensure_finalized() # needed for correct `wheel_dist_name` + + self.data_dir = self.wheel_dist_name + ".data" + self.plat_name_supplied = bool(self.plat_name) + + need_options = ("dist_dir", "plat_name", "skip_build") + + self.set_undefined_options("bdist", *zip(need_options, need_options)) + + self.root_is_pure = not ( + self.distribution.has_ext_modules() or self.distribution.has_c_libraries() + ) + + self._validate_py_limited_api() + + # Support legacy [wheel] section for setting universal + wheel = self.distribution.get_option_dict("wheel") + if "universal" in wheel: # pragma: no cover + # please don't define this in your global configs + log.warn("The [wheel] section is deprecated. Use [bdist_wheel] instead.") + val = wheel["universal"][1].strip() + if val.lower() in ("1", "true", "yes"): + self.universal = True + + if self.universal: + SetuptoolsDeprecationWarning.emit( + "bdist_wheel.universal is deprecated", + """ + With Python 2.7 end-of-life, support for building universal wheels + (i.e., wheels that support both Python 2 and Python 3) + is being obviated. + Please discontinue using this option, or if you still need it, + file an issue with pypa/setuptools describing your use case. + """, + due_date=(2025, 8, 30), # Introduced in 2024-08-30 + ) + + if self.build_number is not None and not self.build_number[:1].isdigit(): + raise ValueError("Build tag (build-number) must start with a digit.") + + def _validate_py_limited_api(self) -> None: + if not self.py_limited_api: + return + + if not re.match(PY_LIMITED_API_PATTERN, self.py_limited_api): + raise ValueError(f"py-limited-api must match '{PY_LIMITED_API_PATTERN}'") + + if sysconfig.get_config_var("Py_GIL_DISABLED"): + raise ValueError( + f"`py_limited_api={self.py_limited_api!r}` not supported. " + "`Py_LIMITED_API` is currently incompatible with " + "`Py_GIL_DISABLED`." + "See https://github.com/python/cpython/issues/111506." + ) + + @property + def wheel_dist_name(self) -> str: + """Return distribution full name with - replaced with _""" + components = [ + safer_name(self.distribution.get_name()), + safer_version(self.distribution.get_version()), + ] + if self.build_number: + components.append(self.build_number) + return "-".join(components) + + def get_tag(self) -> tuple[str, str, str]: + # bdist sets self.plat_name if unset, we should only use it for purepy + # wheels if the user supplied it. + if self.plat_name_supplied and self.plat_name: + plat_name = self.plat_name + elif self.root_is_pure: + plat_name = "any" + else: + # macosx contains system version in platform name so need special handle + if self.plat_name and not self.plat_name.startswith("macosx"): + plat_name = self.plat_name + else: + # on macosx always limit the platform name to comply with any + # c-extension modules in bdist_dir, since the user can specify + # a higher MACOSX_DEPLOYMENT_TARGET via tools like CMake + + # on other platforms, and on macosx if there are no c-extension + # modules, use the default platform name. + plat_name = get_platform(self.bdist_dir) + + if _is_32bit_interpreter(): + if plat_name in ("linux-x86_64", "linux_x86_64"): + plat_name = "linux_i686" + if plat_name in ("linux-aarch64", "linux_aarch64"): + # TODO armv8l, packaging pull request #690 => this did not land + # in pip/packaging yet + plat_name = "linux_armv7l" + + plat_name = ( + plat_name.lower().replace("-", "_").replace(".", "_").replace(" ", "_") + ) + + if self.root_is_pure: + if self.universal: + impl = "py2.py3" + else: + impl = self.python_tag + tag = (impl, "none", plat_name) + else: + impl_name = tags.interpreter_name() + impl_ver = tags.interpreter_version() + impl = impl_name + impl_ver + # We don't work on CPython 3.1, 3.0. + if self.py_limited_api and (impl_name + impl_ver).startswith("cp3"): + impl = self.py_limited_api + abi_tag = "abi3" + else: + abi_tag = str(get_abi_tag()).lower() + tag = (impl, abi_tag, plat_name) + # issue gh-374: allow overriding plat_name + supported_tags = [ + (t.interpreter, t.abi, plat_name) for t in tags.sys_tags() + ] + assert tag in supported_tags, ( + f"would build wheel with unsupported tag {tag}" + ) + return tag + + def run(self): + build_scripts = self.reinitialize_command("build_scripts") + build_scripts.executable = "python" + build_scripts.force = True + + build_ext = self.reinitialize_command("build_ext") + build_ext.inplace = False + + if not self.skip_build: + self.run_command("build") + + install = self.reinitialize_command("install", reinit_subcommands=True) + install.root = self.bdist_dir + install.compile = False + install.skip_build = self.skip_build + install.warn_dir = False + + # A wheel without setuptools scripts is more cross-platform. + # Use the (undocumented) `no_ep` option to setuptools' + # install_scripts command to avoid creating entry point scripts. + install_scripts = self.reinitialize_command("install_scripts") + install_scripts.no_ep = True + + # Use a custom scheme for the archive, because we have to decide + # at installation time which scheme to use. + for key in ("headers", "scripts", "data", "purelib", "platlib"): + setattr(install, "install_" + key, os.path.join(self.data_dir, key)) + + basedir_observed = "" + + if os.name == "nt": + # win32 barfs if any of these are ''; could be '.'? + # (distutils.command.install:change_roots bug) + basedir_observed = os.path.normpath(os.path.join(self.data_dir, "..")) + self.install_libbase = self.install_lib = basedir_observed + + setattr( + install, + "install_purelib" if self.root_is_pure else "install_platlib", + basedir_observed, + ) + + log.info(f"installing to {self.bdist_dir}") + + self.run_command("install") + + impl_tag, abi_tag, plat_tag = self.get_tag() + archive_basename = f"{self.wheel_dist_name}-{impl_tag}-{abi_tag}-{plat_tag}" + if not self.relative: + archive_root = self.bdist_dir + else: + archive_root = os.path.join( + self.bdist_dir, self._ensure_relative(install.install_base) + ) + + self.set_undefined_options("install_egg_info", ("target", "egginfo_dir")) + distinfo_dirname = ( + f"{safer_name(self.distribution.get_name())}-" + f"{safer_version(self.distribution.get_version())}.dist-info" + ) + distinfo_dir = os.path.join(self.bdist_dir, distinfo_dirname) + if self.dist_info_dir: + # Use the given dist-info directly. + log.debug(f"reusing {self.dist_info_dir}") + shutil.copytree(self.dist_info_dir, distinfo_dir) + # Egg info is still generated, so remove it now to avoid it getting + # copied into the wheel. + _shutil.rmtree(self.egginfo_dir) + else: + # Convert the generated egg-info into dist-info. + self.egg2dist(self.egginfo_dir, distinfo_dir) + + self.write_wheelfile(distinfo_dir) + + # Make the archive + if not os.path.exists(self.dist_dir): + os.makedirs(self.dist_dir) + + wheel_path = os.path.join(self.dist_dir, archive_basename + ".whl") + with WheelFile(wheel_path, "w", self._zip_compression()) as wf: + wf.write_files(archive_root) + + # Add to 'Distribution.dist_files' so that the "upload" command works + getattr(self.distribution, "dist_files", []).append(( + "bdist_wheel", + f"{sys.version_info.major}.{sys.version_info.minor}", + wheel_path, + )) + + if not self.keep_temp: + log.info(f"removing {self.bdist_dir}") + if not self.dry_run: + _shutil.rmtree(self.bdist_dir) + + def write_wheelfile( + self, wheelfile_base: str, generator: str = f"setuptools ({__version__})" + ) -> None: + from email.message import Message + + msg = Message() + msg["Wheel-Version"] = "1.0" # of the spec + msg["Generator"] = generator + msg["Root-Is-Purelib"] = str(self.root_is_pure).lower() + if self.build_number is not None: + msg["Build"] = self.build_number + + # Doesn't work for bdist_wininst + impl_tag, abi_tag, plat_tag = self.get_tag() + for impl in impl_tag.split("."): + for abi in abi_tag.split("."): + for plat in plat_tag.split("."): + msg["Tag"] = "-".join((impl, abi, plat)) + + wheelfile_path = os.path.join(wheelfile_base, "WHEEL") + log.info(f"creating {wheelfile_path}") + with open(wheelfile_path, "wb") as f: + BytesGenerator(f, maxheaderlen=0).flatten(msg) + + def _ensure_relative(self, path: str) -> str: + # copied from dir_util, deleted + drive, path = os.path.splitdrive(path) + if path[0:1] == os.sep: + path = drive + path[1:] + return path + + @property + def license_paths(self) -> Iterable[str]: + if setuptools_major_version >= 57: + # Setuptools has resolved any patterns to actual file names + return self.distribution.metadata.license_files or () + + files = set[str]() + metadata = self.distribution.get_option_dict("metadata") + if setuptools_major_version >= 42: + # Setuptools recognizes the license_files option but does not do globbing + patterns = cast(Sequence[str], self.distribution.metadata.license_files) + else: + # Prior to those, wheel is entirely responsible for handling license files + if "license_files" in metadata: + patterns = metadata["license_files"][1].split() + else: + patterns = () + + if "license_file" in metadata: + warnings.warn( + 'The "license_file" option is deprecated. Use "license_files" instead.', + DeprecationWarning, + stacklevel=2, + ) + files.add(metadata["license_file"][1]) + + if not files and not patterns and not isinstance(patterns, list): + patterns = ("LICEN[CS]E*", "COPYING*", "NOTICE*", "AUTHORS*") + + for pattern in patterns: + for path in iglob(pattern): + if path.endswith("~"): + log.debug( + f'ignoring license file "{path}" as it looks like a backup' + ) + continue + + if path not in files and os.path.isfile(path): + log.info( + f'adding license file "{path}" (matched pattern "{pattern}")' + ) + files.add(path) + + return files + + def egg2dist(self, egginfo_path: str, distinfo_path: str) -> None: + """Convert an .egg-info directory into a .dist-info directory""" + + def adios(p: str) -> None: + """Appropriately delete directory, file or link.""" + if os.path.exists(p) and not os.path.islink(p) and os.path.isdir(p): + _shutil.rmtree(p) + elif os.path.exists(p): + os.unlink(p) + + adios(distinfo_path) + + if not os.path.exists(egginfo_path): + # There is no egg-info. This is probably because the egg-info + # file/directory is not named matching the distribution name used + # to name the archive file. Check for this case and report + # accordingly. + import glob + + pat = os.path.join(os.path.dirname(egginfo_path), "*.egg-info") + possible = glob.glob(pat) + err = f"Egg metadata expected at {egginfo_path} but not found" + if possible: + alt = os.path.basename(possible[0]) + err += f" ({alt} found - possible misnamed archive file?)" + + raise ValueError(err) + + # .egg-info is a directory + pkginfo_path = os.path.join(egginfo_path, "PKG-INFO") + + # ignore common egg metadata that is useless to wheel + shutil.copytree( + egginfo_path, + distinfo_path, + ignore=lambda x, y: { + "PKG-INFO", + "requires.txt", + "SOURCES.txt", + "not-zip-safe", + }, + ) + + # delete dependency_links if it is only whitespace + dependency_links_path = os.path.join(distinfo_path, "dependency_links.txt") + with open(dependency_links_path, encoding="utf-8") as dependency_links_file: + dependency_links = dependency_links_file.read().strip() + if not dependency_links: + adios(dependency_links_path) + + metadata_path = os.path.join(distinfo_path, "METADATA") + shutil.copy(pkginfo_path, metadata_path) + + licenses_folder_path = os.path.join(distinfo_path, "licenses") + for license_path in self.license_paths: + safe_path = _safe_license_file(license_path) + dist_info_license_path = os.path.join(licenses_folder_path, safe_path) + os.makedirs(os.path.dirname(dist_info_license_path), exist_ok=True) + shutil.copy(license_path, dist_info_license_path) + + adios(egginfo_path) + + def _zip_compression(self) -> int: + if ( + isinstance(self.compression, int) + and self.compression in self.supported_compressions.values() + ): + return self.compression + + compression = self.supported_compressions.get(str(self.compression)) + if compression is not None: + return compression + + raise ValueError(f"Unsupported compression: {self.compression!r}") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/build.py b/llmlab/lib/python3.12/site-packages/setuptools/command/build.py new file mode 100644 index 0000000..54cbb8d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/build.py @@ -0,0 +1,135 @@ +from __future__ import annotations + +from typing import Protocol + +from ..dist import Distribution + +from distutils.command.build import build as _build + +_ORIGINAL_SUBCOMMANDS = {"build_py", "build_clib", "build_ext", "build_scripts"} + + +class build(_build): + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + + # copy to avoid sharing the object with parent class + sub_commands = _build.sub_commands[:] + + +class SubCommand(Protocol): + """In order to support editable installations (see :pep:`660`) all + build subcommands **SHOULD** implement this protocol. They also **MUST** inherit + from ``setuptools.Command``. + + When creating an :pep:`editable wheel <660>`, ``setuptools`` will try to evaluate + custom ``build`` subcommands using the following procedure: + + 1. ``setuptools`` will set the ``editable_mode`` attribute to ``True`` + 2. ``setuptools`` will execute the ``run()`` command. + + .. important:: + Subcommands **SHOULD** take advantage of ``editable_mode=True`` to adequate + its behaviour or perform optimisations. + + For example, if a subcommand doesn't need to generate an extra file and + all it does is to copy a source file into the build directory, + ``run()`` **SHOULD** simply "early return". + + Similarly, if the subcommand creates files that would be placed alongside + Python files in the final distribution, during an editable install + the command **SHOULD** generate these files "in place" (i.e. write them to + the original source directory, instead of using the build directory). + Note that ``get_output_mapping()`` should reflect that and include mappings + for "in place" builds accordingly. + + 3. ``setuptools`` use any knowledge it can derive from the return values of + ``get_outputs()`` and ``get_output_mapping()`` to create an editable wheel. + When relevant ``setuptools`` **MAY** attempt to use file links based on the value + of ``get_output_mapping()``. Alternatively, ``setuptools`` **MAY** attempt to use + :doc:`import hooks ` to redirect any attempt to import + to the directory with the original source code and other files built in place. + + Please note that custom sub-commands **SHOULD NOT** rely on ``run()`` being + executed (or not) to provide correct return values for ``get_outputs()``, + ``get_output_mapping()`` or ``get_source_files()``. The ``get_*`` methods should + work independently of ``run()``. + """ + + editable_mode: bool = False + """Boolean flag that will be set to ``True`` when setuptools is used for an + editable installation (see :pep:`660`). + Implementations **SHOULD** explicitly set the default value of this attribute to + ``False``. + When subcommands run, they can use this flag to perform optimizations or change + their behaviour accordingly. + """ + + build_lib: str + """String representing the directory where the build artifacts should be stored, + e.g. ``build/lib``. + For example, if a distribution wants to provide a Python module named ``pkg.mod``, + then a corresponding file should be written to ``{build_lib}/package/module.py``. + A way of thinking about this is that the files saved under ``build_lib`` + would be eventually copied to one of the directories in :obj:`site.PREFIXES` + upon installation. + + A command that produces platform-independent files (e.g. compiling text templates + into Python functions), **CAN** initialize ``build_lib`` by copying its value from + the ``build_py`` command. On the other hand, a command that produces + platform-specific files **CAN** initialize ``build_lib`` by copying its value from + the ``build_ext`` command. In general this is done inside the ``finalize_options`` + method with the help of the ``set_undefined_options`` command:: + + def finalize_options(self): + self.set_undefined_options("build_py", ("build_lib", "build_lib")) + ... + """ + + def initialize_options(self) -> None: + """(Required by the original :class:`setuptools.Command` interface)""" + ... + + def finalize_options(self) -> None: + """(Required by the original :class:`setuptools.Command` interface)""" + ... + + def run(self) -> None: + """(Required by the original :class:`setuptools.Command` interface)""" + ... + + def get_source_files(self) -> list[str]: + """ + Return a list of all files that are used by the command to create the expected + outputs. + For example, if your build command transpiles Java files into Python, you should + list here all the Java files. + The primary purpose of this function is to help populating the ``sdist`` + with all the files necessary to build the distribution. + All files should be strings relative to the project root directory. + """ + ... + + def get_outputs(self) -> list[str]: + """ + Return a list of files intended for distribution as they would have been + produced by the build. + These files should be strings in the form of + ``"{build_lib}/destination/file/path"``. + + .. note:: + The return value of ``get_output()`` should include all files used as keys + in ``get_output_mapping()`` plus files that are generated during the build + and don't correspond to any source file already present in the project. + """ + ... + + def get_output_mapping(self) -> dict[str, str]: + """ + Return a mapping between destination files as they would be produced by the + build (dict keys) into the respective existing (source) files (dict values). + Existing (source) files should be represented as strings relative to the project + root directory. + Destination files should be strings in the form of + ``"{build_lib}/destination/file/path"``. + """ + ... diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/build_clib.py b/llmlab/lib/python3.12/site-packages/setuptools/command/build_clib.py new file mode 100644 index 0000000..f376f4c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/build_clib.py @@ -0,0 +1,103 @@ +from ..dist import Distribution +from ..modified import newer_pairwise_group + +import distutils.command.build_clib as orig +from distutils import log +from distutils.errors import DistutilsSetupError + + +class build_clib(orig.build_clib): + """ + Override the default build_clib behaviour to do the following: + + 1. Implement a rudimentary timestamp-based dependency system + so 'compile()' doesn't run every time. + 2. Add more keys to the 'build_info' dictionary: + * obj_deps - specify dependencies for each object compiled. + this should be a dictionary mapping a key + with the source filename to a list of + dependencies. Use an empty string for global + dependencies. + * cflags - specify a list of additional flags to pass to + the compiler. + """ + + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + + def build_libraries(self, libraries) -> None: + for lib_name, build_info in libraries: + sources = build_info.get('sources') + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + f"in 'libraries' option (library '{lib_name}'), " + "'sources' must be present and must be " + "a list of source filenames" + ) + sources = sorted(list(sources)) + + log.info("building '%s' library", lib_name) + + # Make sure everything is the correct type. + # obj_deps should be a dictionary of keys as sources + # and a list/tuple of files that are its dependencies. + obj_deps = build_info.get('obj_deps', dict()) + if not isinstance(obj_deps, dict): + raise DistutilsSetupError( + f"in 'libraries' option (library '{lib_name}'), " + "'obj_deps' must be a dictionary of " + "type 'source: list'" + ) + dependencies = [] + + # Get the global dependencies that are specified by the '' key. + # These will go into every source's dependency list. + global_deps = obj_deps.get('', list()) + if not isinstance(global_deps, (list, tuple)): + raise DistutilsSetupError( + f"in 'libraries' option (library '{lib_name}'), " + "'obj_deps' must be a dictionary of " + "type 'source: list'" + ) + + # Build the list to be used by newer_pairwise_group + # each source will be auto-added to its dependencies. + for source in sources: + src_deps = [source] + src_deps.extend(global_deps) + extra_deps = obj_deps.get(source, list()) + if not isinstance(extra_deps, (list, tuple)): + raise DistutilsSetupError( + f"in 'libraries' option (library '{lib_name}'), " + "'obj_deps' must be a dictionary of " + "type 'source: list'" + ) + src_deps.extend(extra_deps) + dependencies.append(src_deps) + + expected_objects = self.compiler.object_filenames( + sources, + output_dir=self.build_temp, + ) + + if newer_pairwise_group(dependencies, expected_objects) != ([], []): + # First, compile the source code to object files in the library + # directory. (This should probably change to putting object + # files in a temporary build directory.) + macros = build_info.get('macros') + include_dirs = build_info.get('include_dirs') + cflags = build_info.get('cflags') + self.compiler.compile( + sources, + output_dir=self.build_temp, + macros=macros, + include_dirs=include_dirs, + extra_postargs=cflags, + debug=self.debug, + ) + + # Now "link" the object files together into a static library. + # (On Unix at least, this isn't really linking -- it just + # builds an archive. Whatever.) + self.compiler.create_static_lib( + expected_objects, lib_name, output_dir=self.build_clib, debug=self.debug + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/build_ext.py b/llmlab/lib/python3.12/site-packages/setuptools/command/build_ext.py new file mode 100644 index 0000000..be833a3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/build_ext.py @@ -0,0 +1,469 @@ +from __future__ import annotations + +import itertools +import os +import sys +from collections.abc import Iterator +from importlib.machinery import EXTENSION_SUFFIXES +from importlib.util import cache_from_source as _compiled_file_name +from pathlib import Path +from typing import TYPE_CHECKING + +from setuptools.dist import Distribution +from setuptools.errors import BaseError +from setuptools.extension import Extension, Library + +from distutils import log +from distutils.ccompiler import new_compiler +from distutils.sysconfig import customize_compiler, get_config_var + +if TYPE_CHECKING: + # Cython not installed on CI tests, causing _build_ext to be `Any` + from distutils.command.build_ext import build_ext as _build_ext +else: + try: + # Attempt to use Cython for building extensions, if available + from Cython.Distutils.build_ext import build_ext as _build_ext + + # Additionally, assert that the compiler module will load + # also. Ref #1229. + __import__('Cython.Compiler.Main') + except ImportError: + from distutils.command.build_ext import build_ext as _build_ext + +# make sure _config_vars is initialized +get_config_var("LDSHARED") +# Not publicly exposed in typeshed distutils stubs, but this is done on purpose +# See https://github.com/pypa/setuptools/pull/4228#issuecomment-1959856400 +from distutils.sysconfig import _config_vars as _CONFIG_VARS # noqa: E402 + + +def _customize_compiler_for_shlib(compiler): + if sys.platform == "darwin": + # building .dylib requires additional compiler flags on OSX; here we + # temporarily substitute the pyconfig.h variables so that distutils' + # 'customize_compiler' uses them before we build the shared libraries. + tmp = _CONFIG_VARS.copy() + try: + # XXX Help! I don't have any idea whether these are right... + _CONFIG_VARS['LDSHARED'] = ( + "gcc -Wl,-x -dynamiclib -undefined dynamic_lookup" + ) + _CONFIG_VARS['CCSHARED'] = " -dynamiclib" + _CONFIG_VARS['SO'] = ".dylib" + customize_compiler(compiler) + finally: + _CONFIG_VARS.clear() + _CONFIG_VARS.update(tmp) + else: + customize_compiler(compiler) + + +have_rtld = False +use_stubs = False +libtype = 'shared' + +if sys.platform == "darwin": + use_stubs = True +elif os.name != 'nt': + try: + import dl # type: ignore[import-not-found] # https://github.com/python/mypy/issues/13002 + + use_stubs = have_rtld = hasattr(dl, 'RTLD_NOW') + except ImportError: + pass + + +def if_dl(s): + return s if have_rtld else '' + + +def get_abi3_suffix(): + """Return the file extension for an abi3-compliant Extension()""" + for suffix in EXTENSION_SUFFIXES: + if '.abi3' in suffix: # Unix + return suffix + elif suffix == '.pyd': # Windows + return suffix + return None + + +class build_ext(_build_ext): + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + editable_mode = False + inplace = False + + def run(self): + """Build extensions in build directory, then copy if --inplace""" + old_inplace, self.inplace = self.inplace, False + _build_ext.run(self) + self.inplace = old_inplace + if old_inplace: + self.copy_extensions_to_source() + + def _get_inplace_equivalent(self, build_py, ext: Extension) -> tuple[str, str]: + fullname = self.get_ext_fullname(ext.name) + filename = self.get_ext_filename(fullname) + modpath = fullname.split('.') + package = '.'.join(modpath[:-1]) + package_dir = build_py.get_package_dir(package) + inplace_file = os.path.join(package_dir, os.path.basename(filename)) + regular_file = os.path.join(self.build_lib, filename) + return (inplace_file, regular_file) + + def copy_extensions_to_source(self) -> None: + build_py = self.get_finalized_command('build_py') + for ext in self.extensions: + inplace_file, regular_file = self._get_inplace_equivalent(build_py, ext) + + # Always copy, even if source is older than destination, to ensure + # that the right extensions for the current Python/platform are + # used. + if os.path.exists(regular_file) or not ext.optional: + self.copy_file(regular_file, inplace_file, level=self.verbose) + + if ext._needs_stub: + inplace_stub = self._get_equivalent_stub(ext, inplace_file) + self._write_stub_file(inplace_stub, ext, compile=True) + # Always compile stub and remove the original (leave the cache behind) + # (this behaviour was observed in previous iterations of the code) + + def _get_equivalent_stub(self, ext: Extension, output_file: str) -> str: + dir_ = os.path.dirname(output_file) + _, _, name = ext.name.rpartition(".") + return f"{os.path.join(dir_, name)}.py" + + def _get_output_mapping(self) -> Iterator[tuple[str, str]]: + if not self.inplace: + return + + build_py = self.get_finalized_command('build_py') + opt = self.get_finalized_command('install_lib').optimize or "" + + for ext in self.extensions: + inplace_file, regular_file = self._get_inplace_equivalent(build_py, ext) + yield (regular_file, inplace_file) + + if ext._needs_stub: + # This version of `build_ext` always builds artifacts in another dir, + # when "inplace=True" is given it just copies them back. + # This is done in the `copy_extensions_to_source` function, which + # always compile stub files via `_compile_and_remove_stub`. + # At the end of the process, a `.pyc` stub file is created without the + # corresponding `.py`. + + inplace_stub = self._get_equivalent_stub(ext, inplace_file) + regular_stub = self._get_equivalent_stub(ext, regular_file) + inplace_cache = _compiled_file_name(inplace_stub, optimization=opt) + output_cache = _compiled_file_name(regular_stub, optimization=opt) + yield (output_cache, inplace_cache) + + def get_ext_filename(self, fullname: str) -> str: + so_ext = os.getenv('SETUPTOOLS_EXT_SUFFIX') + if so_ext: + filename = os.path.join(*fullname.split('.')) + so_ext + else: + filename = _build_ext.get_ext_filename(self, fullname) + ext_suffix = get_config_var('EXT_SUFFIX') + if not isinstance(ext_suffix, str): + raise OSError( + "Configuration variable EXT_SUFFIX not found for this platform " + "and environment variable SETUPTOOLS_EXT_SUFFIX is missing" + ) + so_ext = ext_suffix + + if fullname in self.ext_map: + ext = self.ext_map[fullname] + abi3_suffix = get_abi3_suffix() + if ext.py_limited_api and abi3_suffix: # Use abi3 + filename = filename[: -len(so_ext)] + abi3_suffix + if isinstance(ext, Library): + fn, ext = os.path.splitext(filename) + return self.shlib_compiler.library_filename(fn, libtype) + elif use_stubs and ext._links_to_dynamic: + d, fn = os.path.split(filename) + return os.path.join(d, 'dl-' + fn) + return filename + + def initialize_options(self): + _build_ext.initialize_options(self) + self.shlib_compiler = None + self.shlibs = [] + self.ext_map = {} + self.editable_mode = False + + def finalize_options(self) -> None: + _build_ext.finalize_options(self) + self.extensions = self.extensions or [] + self.check_extensions_list(self.extensions) + self.shlibs = [ext for ext in self.extensions if isinstance(ext, Library)] + if self.shlibs: + self.setup_shlib_compiler() + for ext in self.extensions: + ext._full_name = self.get_ext_fullname(ext.name) + for ext in self.extensions: + fullname = ext._full_name + self.ext_map[fullname] = ext + + # distutils 3.1 will also ask for module names + # XXX what to do with conflicts? + self.ext_map[fullname.split('.')[-1]] = ext + + ltd = self.shlibs and self.links_to_dynamic(ext) or False + ns = ltd and use_stubs and not isinstance(ext, Library) + ext._links_to_dynamic = ltd + ext._needs_stub = ns + filename = ext._file_name = self.get_ext_filename(fullname) + libdir = os.path.dirname(os.path.join(self.build_lib, filename)) + if ltd and libdir not in ext.library_dirs: + ext.library_dirs.append(libdir) + if ltd and use_stubs and os.curdir not in ext.runtime_library_dirs: + ext.runtime_library_dirs.append(os.curdir) + + if self.editable_mode: + self.inplace = True + + def setup_shlib_compiler(self): + compiler = self.shlib_compiler = new_compiler( + compiler=self.compiler, dry_run=self.dry_run, force=self.force + ) + _customize_compiler_for_shlib(compiler) + + if self.include_dirs is not None: + compiler.set_include_dirs(self.include_dirs) + if self.define is not None: + # 'define' option is a list of (name,value) tuples + for name, value in self.define: + compiler.define_macro(name, value) + if self.undef is not None: + for macro in self.undef: + compiler.undefine_macro(macro) + if self.libraries is not None: + compiler.set_libraries(self.libraries) + if self.library_dirs is not None: + compiler.set_library_dirs(self.library_dirs) + if self.rpath is not None: + compiler.set_runtime_library_dirs(self.rpath) + if self.link_objects is not None: + compiler.set_link_objects(self.link_objects) + + # hack so distutils' build_extension() builds a library instead + compiler.link_shared_object = link_shared_object.__get__(compiler) # type: ignore[method-assign] + + def get_export_symbols(self, ext): + if isinstance(ext, Library): + return ext.export_symbols + return _build_ext.get_export_symbols(self, ext) + + def build_extension(self, ext) -> None: + ext._convert_pyx_sources_to_lang() + _compiler = self.compiler + try: + if isinstance(ext, Library): + self.compiler = self.shlib_compiler + _build_ext.build_extension(self, ext) + if ext._needs_stub: + build_lib = self.get_finalized_command('build_py').build_lib + self.write_stub(build_lib, ext) + finally: + self.compiler = _compiler + + def links_to_dynamic(self, ext): + """Return true if 'ext' links to a dynamic lib in the same package""" + # XXX this should check to ensure the lib is actually being built + # XXX as dynamic, and not just using a locally-found version or a + # XXX static-compiled version + libnames = dict.fromkeys([lib._full_name for lib in self.shlibs]) + pkg = '.'.join(ext._full_name.split('.')[:-1] + ['']) + return any(pkg + libname in libnames for libname in ext.libraries) + + def get_source_files(self) -> list[str]: + return [*_build_ext.get_source_files(self), *self._get_internal_depends()] + + def _get_internal_depends(self) -> Iterator[str]: + """Yield ``ext.depends`` that are contained by the project directory""" + project_root = Path(self.distribution.src_root or os.curdir).resolve() + depends = (dep for ext in self.extensions for dep in ext.depends) + + def skip(orig_path: str, reason: str) -> None: + log.info( + "dependency %s won't be automatically " + "included in the manifest: the path %s", + orig_path, + reason, + ) + + for dep in depends: + path = Path(dep) + + if path.is_absolute(): + skip(dep, "must be relative") + continue + + if ".." in path.parts: + skip(dep, "can't have `..` segments") + continue + + try: + resolved = (project_root / path).resolve(strict=True) + except OSError: + skip(dep, "doesn't exist") + continue + + try: + resolved.relative_to(project_root) + except ValueError: + skip(dep, "must be inside the project root") + continue + + yield path.as_posix() + + def get_outputs(self) -> list[str]: + if self.inplace: + return list(self.get_output_mapping().keys()) + return sorted(_build_ext.get_outputs(self) + self.__get_stubs_outputs()) + + def get_output_mapping(self) -> dict[str, str]: + """See :class:`setuptools.commands.build.SubCommand`""" + mapping = self._get_output_mapping() + return dict(sorted(mapping, key=lambda x: x[0])) + + def __get_stubs_outputs(self): + # assemble the base name for each extension that needs a stub + ns_ext_bases = ( + os.path.join(self.build_lib, *ext._full_name.split('.')) + for ext in self.extensions + if ext._needs_stub + ) + # pair each base with the extension + pairs = itertools.product(ns_ext_bases, self.__get_output_extensions()) + return list(base + fnext for base, fnext in pairs) + + def __get_output_extensions(self): + yield '.py' + yield '.pyc' + if self.get_finalized_command('build_py').optimize: + yield '.pyo' + + def write_stub(self, output_dir, ext, compile=False) -> None: + stub_file = os.path.join(output_dir, *ext._full_name.split('.')) + '.py' + self._write_stub_file(stub_file, ext, compile) + + def _write_stub_file(self, stub_file: str, ext: Extension, compile=False): + log.info("writing stub loader for %s to %s", ext._full_name, stub_file) + if compile and os.path.exists(stub_file): + raise BaseError(stub_file + " already exists! Please delete.") + if not self.dry_run: + with open(stub_file, 'w', encoding="utf-8") as f: + content = '\n'.join([ + "def __bootstrap__():", + " global __bootstrap__, __file__, __loader__", + " import sys, os, pkg_resources, importlib.util" + if_dl(", dl"), + " __file__ = pkg_resources.resource_filename" + f"(__name__,{os.path.basename(ext._file_name)!r})", + " del __bootstrap__", + " if '__loader__' in globals():", + " del __loader__", + if_dl(" old_flags = sys.getdlopenflags()"), + " old_dir = os.getcwd()", + " try:", + " os.chdir(os.path.dirname(__file__))", + if_dl(" sys.setdlopenflags(dl.RTLD_NOW)"), + " spec = importlib.util.spec_from_file_location(", + " __name__, __file__)", + " mod = importlib.util.module_from_spec(spec)", + " spec.loader.exec_module(mod)", + " finally:", + if_dl(" sys.setdlopenflags(old_flags)"), + " os.chdir(old_dir)", + "__bootstrap__()", + "", # terminal \n + ]) + f.write(content) + if compile: + self._compile_and_remove_stub(stub_file) + + def _compile_and_remove_stub(self, stub_file: str): + from distutils.util import byte_compile + + byte_compile([stub_file], optimize=0, force=True, dry_run=self.dry_run) + optimize = self.get_finalized_command('install_lib').optimize + if optimize > 0: + byte_compile( + [stub_file], + optimize=optimize, + force=True, + dry_run=self.dry_run, + ) + if os.path.exists(stub_file) and not self.dry_run: + os.unlink(stub_file) + + +if use_stubs or os.name == 'nt': + # Build shared libraries + # + def link_shared_object( + self, + objects, + output_libname, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug: bool = False, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None, + ) -> None: + self.link( + self.SHARED_LIBRARY, + objects, + output_libname, + output_dir, + libraries, + library_dirs, + runtime_library_dirs, + export_symbols, + debug, + extra_preargs, + extra_postargs, + build_temp, + target_lang, + ) + +else: + # Build static libraries everywhere else + libtype = 'static' + + def link_shared_object( + self, + objects, + output_libname, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug: bool = False, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None, + ) -> None: + # XXX we need to either disallow these attrs on Library instances, + # or warn/abort here if set, or something... + # libraries=None, library_dirs=None, runtime_library_dirs=None, + # export_symbols=None, extra_preargs=None, extra_postargs=None, + # build_temp=None + + assert output_dir is None # distutils build_ext doesn't pass this + output_dir, filename = os.path.split(output_libname) + basename, _ext = os.path.splitext(filename) + if self.library_filename("x").startswith('lib'): + # strip 'lib' prefix; this is kludgy if some platform uses + # a different prefix + basename = basename[3:] + + self.create_static_lib(objects, basename, output_dir, debug, target_lang) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/build_py.py b/llmlab/lib/python3.12/site-packages/setuptools/command/build_py.py new file mode 100644 index 0000000..2f6fcb7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/build_py.py @@ -0,0 +1,400 @@ +from __future__ import annotations + +import fnmatch +import itertools +import os +import stat +import textwrap +from collections.abc import Iterable, Iterator +from functools import partial +from glob import glob +from pathlib import Path + +from more_itertools import unique_everseen + +from .._path import StrPath, StrPathT +from ..dist import Distribution +from ..warnings import SetuptoolsDeprecationWarning + +import distutils.command.build_py as orig +import distutils.errors +from distutils.util import convert_path + +_IMPLICIT_DATA_FILES = ('*.pyi', 'py.typed') + + +def make_writable(target) -> None: + os.chmod(target, os.stat(target).st_mode | stat.S_IWRITE) + + +class build_py(orig.build_py): + """Enhanced 'build_py' command that includes data files with packages + + The data files are specified via a 'package_data' argument to 'setup()'. + See 'setuptools.dist.Distribution' for more details. + + Also, this version of the 'build_py' command allows you to specify both + 'py_modules' and 'packages' in the same setup operation. + """ + + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + editable_mode: bool = False + existing_egg_info_dir: StrPath | None = None #: Private API, internal use only. + + def finalize_options(self): + orig.build_py.finalize_options(self) + self.package_data = self.distribution.package_data + self.exclude_package_data = self.distribution.exclude_package_data or {} + if 'data_files' in self.__dict__: + del self.__dict__['data_files'] + + def copy_file( # type: ignore[override] # No overload, no bytes support + self, + infile: StrPath, + outfile: StrPathT, + preserve_mode: bool = True, + preserve_times: bool = True, + link: str | None = None, + level: object = 1, + ) -> tuple[StrPathT | str, bool]: + # Overwrite base class to allow using links + if link: + infile = str(Path(infile).resolve()) + outfile = str(Path(outfile).resolve()) # type: ignore[assignment] # Re-assigning a str when outfile is StrPath is ok + return super().copy_file( # pyright: ignore[reportReturnType] # pypa/distutils#309 + infile, outfile, preserve_mode, preserve_times, link, level + ) + + def run(self) -> None: + """Build modules, packages, and copy data files to build directory""" + if not (self.py_modules or self.packages) or self.editable_mode: + return + + if self.py_modules: + self.build_modules() + + if self.packages: + self.build_packages() + self.build_package_data() + + # Only compile actual .py files, using our base class' idea of what our + # output files are. + self.byte_compile(orig.build_py.get_outputs(self, include_bytecode=False)) + + def __getattr__(self, attr: str): + "lazily compute data files" + if attr == 'data_files': + self.data_files = self._get_data_files() + return self.data_files + return orig.build_py.__getattr__(self, attr) + + def _get_data_files(self): + """Generate list of '(package,src_dir,build_dir,filenames)' tuples""" + self.analyze_manifest() + return list(map(self._get_pkg_data_files, self.packages or ())) + + def get_data_files_without_manifest(self): + """ + Generate list of ``(package,src_dir,build_dir,filenames)`` tuples, + but without triggering any attempt to analyze or build the manifest. + """ + # Prevent eventual errors from unset `manifest_files` + # (that would otherwise be set by `analyze_manifest`) + self.__dict__.setdefault('manifest_files', {}) + return list(map(self._get_pkg_data_files, self.packages or ())) + + def _get_pkg_data_files(self, package): + # Locate package source directory + src_dir = self.get_package_dir(package) + + # Compute package build directory + build_dir = os.path.join(*([self.build_lib] + package.split('.'))) + + # Strip directory from globbed filenames + filenames = [ + os.path.relpath(file, src_dir) + for file in self.find_data_files(package, src_dir) + ] + return package, src_dir, build_dir, filenames + + def find_data_files(self, package, src_dir): + """Return filenames for package's data files in 'src_dir'""" + patterns = self._get_platform_patterns( + self.package_data, + package, + src_dir, + extra_patterns=_IMPLICIT_DATA_FILES, + ) + globs_expanded = map(partial(glob, recursive=True), patterns) + # flatten the expanded globs into an iterable of matches + globs_matches = itertools.chain.from_iterable(globs_expanded) + glob_files = filter(os.path.isfile, globs_matches) + files = itertools.chain( + self.manifest_files.get(package, []), + glob_files, + ) + return self.exclude_data_files(package, src_dir, files) + + def get_outputs(self, include_bytecode: bool = True) -> list[str]: # type: ignore[override] # Using a real boolean instead of 0|1 + """See :class:`setuptools.commands.build.SubCommand`""" + if self.editable_mode: + return list(self.get_output_mapping().keys()) + return super().get_outputs(include_bytecode) + + def get_output_mapping(self) -> dict[str, str]: + """See :class:`setuptools.commands.build.SubCommand`""" + mapping = itertools.chain( + self._get_package_data_output_mapping(), + self._get_module_mapping(), + ) + return dict(sorted(mapping, key=lambda x: x[0])) + + def _get_module_mapping(self) -> Iterator[tuple[str, str]]: + """Iterate over all modules producing (dest, src) pairs.""" + for package, module, module_file in self.find_all_modules(): + package = package.split('.') + filename = self.get_module_outfile(self.build_lib, package, module) + yield (filename, module_file) + + def _get_package_data_output_mapping(self) -> Iterator[tuple[str, str]]: + """Iterate over package data producing (dest, src) pairs.""" + for package, src_dir, build_dir, filenames in self.data_files: + for filename in filenames: + target = os.path.join(build_dir, filename) + srcfile = os.path.join(src_dir, filename) + yield (target, srcfile) + + def build_package_data(self) -> None: + """Copy data files into build directory""" + for target, srcfile in self._get_package_data_output_mapping(): + self.mkpath(os.path.dirname(target)) + _outf, _copied = self.copy_file(srcfile, target) + make_writable(target) + + def analyze_manifest(self) -> None: + self.manifest_files: dict[str, list[str]] = {} + if not self.distribution.include_package_data: + return + src_dirs: dict[str, str] = {} + for package in self.packages or (): + # Locate package source directory + src_dirs[assert_relative(self.get_package_dir(package))] = package + + if ( + self.existing_egg_info_dir + and Path(self.existing_egg_info_dir, "SOURCES.txt").exists() + ): + egg_info_dir = self.existing_egg_info_dir + manifest = Path(egg_info_dir, "SOURCES.txt") + files = manifest.read_text(encoding="utf-8").splitlines() + else: + self.run_command('egg_info') + ei_cmd = self.get_finalized_command('egg_info') + egg_info_dir = ei_cmd.egg_info + files = ei_cmd.filelist.files + + check = _IncludePackageDataAbuse() + for path in self._filter_build_files(files, egg_info_dir): + d, f = os.path.split(assert_relative(path)) + prev = None + oldf = f + while d and d != prev and d not in src_dirs: + prev = d + d, df = os.path.split(d) + f = os.path.join(df, f) + if d in src_dirs: + if f == oldf: + if check.is_module(f): + continue # it's a module, not data + else: + importable = check.importable_subpackage(src_dirs[d], f) + if importable: + check.warn(importable) + self.manifest_files.setdefault(src_dirs[d], []).append(path) + + def _filter_build_files( + self, files: Iterable[str], egg_info: StrPath + ) -> Iterator[str]: + """ + ``build_meta`` may try to create egg_info outside of the project directory, + and this can be problematic for certain plugins (reported in issue #3500). + + Extensions might also include between their sources files created on the + ``build_lib`` and ``build_temp`` directories. + + This function should filter this case of invalid files out. + """ + build = self.get_finalized_command("build") + build_dirs = (egg_info, self.build_lib, build.build_temp, build.build_base) + norm_dirs = [os.path.normpath(p) for p in build_dirs if p] + + for file in files: + norm_path = os.path.normpath(file) + if not os.path.isabs(file) or all(d not in norm_path for d in norm_dirs): + yield file + + def get_data_files(self) -> None: + pass # Lazily compute data files in _get_data_files() function. + + def check_package(self, package, package_dir): + """Check namespace packages' __init__ for declare_namespace""" + try: + return self.packages_checked[package] + except KeyError: + pass + + init_py = orig.build_py.check_package(self, package, package_dir) + self.packages_checked[package] = init_py + + if not init_py or not self.distribution.namespace_packages: + return init_py + + for pkg in self.distribution.namespace_packages: + if pkg == package or pkg.startswith(package + '.'): + break + else: + return init_py + + with open(init_py, 'rb') as f: + contents = f.read() + if b'declare_namespace' not in contents: + raise distutils.errors.DistutilsError( + f"Namespace package problem: {package} is a namespace package, but " + "its\n__init__.py does not call declare_namespace()! Please " + 'fix it.\n(See the setuptools manual under ' + '"Namespace Packages" for details.)\n"' + ) + return init_py + + def initialize_options(self): + self.packages_checked = {} + orig.build_py.initialize_options(self) + self.editable_mode = False + self.existing_egg_info_dir = None + + def get_package_dir(self, package): + res = orig.build_py.get_package_dir(self, package) + if self.distribution.src_root is not None: + return os.path.join(self.distribution.src_root, res) + return res + + def exclude_data_files(self, package, src_dir, files): + """Filter filenames for package's data files in 'src_dir'""" + files = list(files) + patterns = self._get_platform_patterns( + self.exclude_package_data, + package, + src_dir, + ) + match_groups = (fnmatch.filter(files, pattern) for pattern in patterns) + # flatten the groups of matches into an iterable of matches + matches = itertools.chain.from_iterable(match_groups) + bad = set(matches) + keepers = (fn for fn in files if fn not in bad) + # ditch dupes + return list(unique_everseen(keepers)) + + @staticmethod + def _get_platform_patterns(spec, package, src_dir, extra_patterns=()): + """ + yield platform-specific path patterns (suitable for glob + or fn_match) from a glob-based spec (such as + self.package_data or self.exclude_package_data) + matching package in src_dir. + """ + raw_patterns = itertools.chain( + extra_patterns, + spec.get('', []), + spec.get(package, []), + ) + return ( + # Each pattern has to be converted to a platform-specific path + os.path.join(src_dir, convert_path(pattern)) + for pattern in raw_patterns + ) + + +def assert_relative(path): + if not os.path.isabs(path): + return path + from distutils.errors import DistutilsSetupError + + msg = ( + textwrap.dedent( + """ + Error: setup script specifies an absolute path: + + %s + + setup() arguments must *always* be /-separated paths relative to the + setup.py directory, *never* absolute paths. + """ + ).lstrip() + % path + ) + raise DistutilsSetupError(msg) + + +class _IncludePackageDataAbuse: + """Inform users that package or module is included as 'data file'""" + + class _Warning(SetuptoolsDeprecationWarning): + _SUMMARY = """ + Package {importable!r} is absent from the `packages` configuration. + """ + + _DETAILS = """ + ############################ + # Package would be ignored # + ############################ + Python recognizes {importable!r} as an importable package[^1], + but it is absent from setuptools' `packages` configuration. + + This leads to an ambiguous overall configuration. If you want to distribute this + package, please make sure that {importable!r} is explicitly added + to the `packages` configuration field. + + Alternatively, you can also rely on setuptools' discovery methods + (for example by using `find_namespace_packages(...)`/`find_namespace:` + instead of `find_packages(...)`/`find:`). + + You can read more about "package discovery" on setuptools documentation page: + + - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html + + If you don't want {importable!r} to be distributed and are + already explicitly excluding {importable!r} via + `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, + you can try to use `exclude_package_data`, or `include-package-data=False` in + combination with a more fine grained `package-data` configuration. + + You can read more about "package data files" on setuptools documentation page: + + - https://setuptools.pypa.io/en/latest/userguide/datafiles.html + + + [^1]: For Python, any directory (with suitable naming) can be imported, + even if it does not contain any `.py` files. + On the other hand, currently there is no concept of package data + directory, all directories are treated like packages. + """ + # _DUE_DATE: still not defined as this is particularly controversial. + # Warning initially introduced in May 2022. See issue #3340 for discussion. + + def __init__(self): + self._already_warned = set() + + def is_module(self, file): + return file.endswith(".py") and file[: -len(".py")].isidentifier() + + def importable_subpackage(self, parent, file): + pkg = Path(file).parent + parts = list(itertools.takewhile(str.isidentifier, pkg.parts)) + if parts: + return ".".join([parent, *parts]) + return None + + def warn(self, importable): + if importable not in self._already_warned: + self._Warning.emit(importable=importable) + self._already_warned.add(importable) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/develop.py b/llmlab/lib/python3.12/site-packages/setuptools/command/develop.py new file mode 100644 index 0000000..7eee29d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/develop.py @@ -0,0 +1,195 @@ +import glob +import os + +import setuptools +from setuptools import _normalization, _path, namespaces +from setuptools.command.easy_install import easy_install + +from ..unicode_utils import _read_utf8_with_fallback + +from distutils import log +from distutils.errors import DistutilsOptionError +from distutils.util import convert_path + + +class develop(namespaces.DevelopInstaller, easy_install): + """Set up package for development""" + + description = "install package in 'development mode'" + + user_options = easy_install.user_options + [ + ("uninstall", "u", "Uninstall this source package"), + ("egg-path=", None, "Set the path to be used in the .egg-link file"), + ] + + boolean_options = easy_install.boolean_options + ['uninstall'] + + command_consumes_arguments = False # override base + + def run(self): + if self.uninstall: + self.multi_version = True + self.uninstall_link() + self.uninstall_namespaces() + else: + self.install_for_development() + self.warn_deprecated_options() + + def initialize_options(self): + self.uninstall = None + self.egg_path = None + easy_install.initialize_options(self) + self.setup_path = None + self.always_copy_from = '.' # always copy eggs installed in curdir + + def finalize_options(self) -> None: + import pkg_resources + + ei = self.get_finalized_command("egg_info") + self.args = [ei.egg_name] + + easy_install.finalize_options(self) + self.expand_basedirs() + self.expand_dirs() + # pick up setup-dir .egg files only: no .egg-info + self.package_index.scan(glob.glob('*.egg')) + + egg_link_fn = ( + _normalization.filename_component_broken(ei.egg_name) + '.egg-link' + ) + self.egg_link = os.path.join(self.install_dir, egg_link_fn) + self.egg_base = ei.egg_base + if self.egg_path is None: + self.egg_path = os.path.abspath(ei.egg_base) + + target = _path.normpath(self.egg_base) + egg_path = _path.normpath(os.path.join(self.install_dir, self.egg_path)) + if egg_path != target: + raise DistutilsOptionError( + "--egg-path must be a relative path from the install" + " directory to " + target + ) + + # Make a distribution for the package's source + self.dist = pkg_resources.Distribution( + target, + pkg_resources.PathMetadata(target, os.path.abspath(ei.egg_info)), + project_name=ei.egg_name, + ) + + self.setup_path = self._resolve_setup_path( + self.egg_base, + self.install_dir, + self.egg_path, + ) + + @staticmethod + def _resolve_setup_path(egg_base, install_dir, egg_path): + """ + Generate a path from egg_base back to '.' where the + setup script resides and ensure that path points to the + setup path from $install_dir/$egg_path. + """ + path_to_setup = egg_base.replace(os.sep, '/').rstrip('/') + if path_to_setup != os.curdir: + path_to_setup = '../' * (path_to_setup.count('/') + 1) + resolved = _path.normpath(os.path.join(install_dir, egg_path, path_to_setup)) + curdir = _path.normpath(os.curdir) + if resolved != curdir: + raise DistutilsOptionError( + "Can't get a consistent path to setup script from" + " installation directory", + resolved, + curdir, + ) + return path_to_setup + + def install_for_development(self) -> None: + self.run_command('egg_info') + + # Build extensions in-place + self.reinitialize_command('build_ext', inplace=True) + self.run_command('build_ext') + + if setuptools.bootstrap_install_from: + self.easy_install(setuptools.bootstrap_install_from) + setuptools.bootstrap_install_from = None + + self.install_namespaces() + + # create an .egg-link in the installation dir, pointing to our egg + log.info("Creating %s (link to %s)", self.egg_link, self.egg_base) + if not self.dry_run: + with open(self.egg_link, "w", encoding="utf-8") as f: + f.write(self.egg_path + "\n" + self.setup_path) + # postprocess the installed distro, fixing up .pth, installing scripts, + # and handling requirements + self.process_distribution(None, self.dist, not self.no_deps) + + def uninstall_link(self) -> None: + if os.path.exists(self.egg_link): + log.info("Removing %s (link to %s)", self.egg_link, self.egg_base) + + contents = [ + line.rstrip() + for line in _read_utf8_with_fallback(self.egg_link).splitlines() + ] + + if contents not in ([self.egg_path], [self.egg_path, self.setup_path]): + log.warn("Link points to %s: uninstall aborted", contents) + return + if not self.dry_run: + os.unlink(self.egg_link) + if not self.dry_run: + self.update_pth(self.dist) # remove any .pth link to us + if self.distribution.scripts: + # XXX should also check for entry point scripts! + log.warn("Note: you must uninstall or replace scripts manually!") + + def install_egg_scripts(self, dist): + if dist is not self.dist: + # Installing a dependency, so fall back to normal behavior + return easy_install.install_egg_scripts(self, dist) + + # create wrapper scripts in the script dir, pointing to dist.scripts + + # new-style... + self.install_wrapper_scripts(dist) + + # ...and old-style + for script_name in self.distribution.scripts or []: + script_path = os.path.abspath(convert_path(script_name)) + script_name = os.path.basename(script_path) + script_text = _read_utf8_with_fallback(script_path) + self.install_script(dist, script_name, script_text, script_path) + + return None + + def install_wrapper_scripts(self, dist): + dist = VersionlessRequirement(dist) + return easy_install.install_wrapper_scripts(self, dist) + + +class VersionlessRequirement: + """ + Adapt a pkg_resources.Distribution to simply return the project + name as the 'requirement' so that scripts will work across + multiple versions. + + >>> from pkg_resources import Distribution + >>> dist = Distribution(project_name='foo', version='1.0') + >>> str(dist.as_requirement()) + 'foo==1.0' + >>> adapted_dist = VersionlessRequirement(dist) + >>> str(adapted_dist.as_requirement()) + 'foo' + """ + + def __init__(self, dist) -> None: + self.__dist = dist + + def __getattr__(self, name: str): + return getattr(self.__dist, name) + + def as_requirement(self): + return self.project_name diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/dist_info.py b/llmlab/lib/python3.12/site-packages/setuptools/command/dist_info.py new file mode 100644 index 0000000..dca01ff --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/dist_info.py @@ -0,0 +1,103 @@ +""" +Create a dist_info directory +As defined in the wheel specification +""" + +import os +import shutil +from contextlib import contextmanager +from pathlib import Path +from typing import cast + +from .. import _normalization +from .._shutil import rmdir as _rm +from .egg_info import egg_info as egg_info_cls + +from distutils import log +from distutils.core import Command + + +class dist_info(Command): + """ + This command is private and reserved for internal use of setuptools, + users should rely on ``setuptools.build_meta`` APIs. + """ + + description = "DO NOT CALL DIRECTLY, INTERNAL ONLY: create .dist-info directory" + + user_options = [ + ( + 'output-dir=', + 'o', + "directory inside of which the .dist-info will be" + "created [default: top of the source tree]", + ), + ('tag-date', 'd', "Add date stamp (e.g. 20050528) to version number"), + ('tag-build=', 'b', "Specify explicit tag to add to version number"), + ('no-date', 'D', "Don't include date stamp [default]"), + ('keep-egg-info', None, "*TRANSITIONAL* will be removed in the future"), + ] + + boolean_options = ['tag-date', 'keep-egg-info'] + negative_opt = {'no-date': 'tag-date'} + + def initialize_options(self): + self.output_dir = None + self.name = None + self.dist_info_dir = None + self.tag_date = None + self.tag_build = None + self.keep_egg_info = False + + def finalize_options(self) -> None: + dist = self.distribution + project_dir = dist.src_root or os.curdir + self.output_dir = Path(self.output_dir or project_dir) + + egg_info = cast(egg_info_cls, self.reinitialize_command("egg_info")) + egg_info.egg_base = str(self.output_dir) + + if self.tag_date: + egg_info.tag_date = self.tag_date + else: + self.tag_date = egg_info.tag_date + + if self.tag_build: + egg_info.tag_build = self.tag_build + else: + self.tag_build = egg_info.tag_build + + egg_info.finalize_options() + self.egg_info = egg_info + + name = _normalization.safer_name(dist.get_name()) + version = _normalization.safer_best_effort_version(dist.get_version()) + self.name = f"{name}-{version}" + self.dist_info_dir = os.path.join(self.output_dir, f"{self.name}.dist-info") + + @contextmanager + def _maybe_bkp_dir(self, dir_path: str, requires_bkp: bool): + if requires_bkp: + bkp_name = f"{dir_path}.__bkp__" + _rm(bkp_name, ignore_errors=True) + shutil.copytree(dir_path, bkp_name, dirs_exist_ok=True, symlinks=True) + try: + yield + finally: + _rm(dir_path, ignore_errors=True) + shutil.move(bkp_name, dir_path) + else: + yield + + def run(self) -> None: + self.output_dir.mkdir(parents=True, exist_ok=True) + self.egg_info.run() + egg_info_dir = self.egg_info.egg_info + assert os.path.isdir(egg_info_dir), ".egg-info dir should have been created" + + log.info(f"creating '{os.path.abspath(self.dist_info_dir)}'") + bdist_wheel = self.get_finalized_command('bdist_wheel') + + # TODO: if bdist_wheel if merged into setuptools, just add "keep_egg_info" there + with self._maybe_bkp_dir(egg_info_dir, self.keep_egg_info): + bdist_wheel.egg2dist(egg_info_dir, self.dist_info_dir) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/easy_install.py b/llmlab/lib/python3.12/site-packages/setuptools/command/easy_install.py new file mode 100644 index 0000000..eb1b4c1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/easy_install.py @@ -0,0 +1,2365 @@ +""" +Easy Install +------------ + +A tool for doing automatic download/extract/build of distutils-based Python +packages. For detailed documentation, see the accompanying EasyInstall.txt +file, or visit the `EasyInstall home page`__. + +__ https://setuptools.pypa.io/en/latest/deprecated/easy_install.html + +""" + +from __future__ import annotations + +import configparser +import contextlib +import io +import os +import random +import re +import shlex +import shutil +import site +import stat +import struct +import subprocess +import sys +import sysconfig +import tempfile +import textwrap +import warnings +import zipfile +import zipimport +from collections.abc import Iterable +from glob import glob +from sysconfig import get_path +from typing import TYPE_CHECKING, NoReturn, TypedDict + +from jaraco.text import yield_lines + +import pkg_resources +from pkg_resources import ( + DEVELOP_DIST, + Distribution, + DistributionNotFound, + EggMetadata, + Environment, + PathMetadata, + Requirement, + VersionConflict, + WorkingSet, + find_distributions, + get_distribution, + normalize_path, + resource_string, +) +from setuptools import Command +from setuptools.archive_util import unpack_archive +from setuptools.command import bdist_egg, egg_info, setopt +from setuptools.package_index import URL_SCHEME, PackageIndex, parse_requirement_arg +from setuptools.sandbox import run_setup +from setuptools.warnings import SetuptoolsDeprecationWarning, SetuptoolsWarning +from setuptools.wheel import Wheel + +from .._path import ensure_directory +from .._shutil import attempt_chmod_verbose as chmod, rmtree as _rmtree +from ..compat import py39, py312 + +from distutils import dir_util, log +from distutils.command import install +from distutils.command.build_scripts import first_line_re +from distutils.errors import ( + DistutilsArgError, + DistutilsError, + DistutilsOptionError, + DistutilsPlatformError, +) +from distutils.util import convert_path, get_platform, subst_vars + +if TYPE_CHECKING: + from typing_extensions import Self + +# Turn on PEP440Warnings +warnings.filterwarnings("default", category=pkg_resources.PEP440Warning) + +__all__ = [ + 'easy_install', + 'PthDistributions', + 'extract_wininst_cfg', + 'get_exe_prefixes', +] + + +def is_64bit(): + return struct.calcsize("P") == 8 + + +def _to_bytes(s): + return s.encode('utf8') + + +def isascii(s): + try: + s.encode('ascii') + except UnicodeError: + return False + return True + + +def _one_liner(text): + return textwrap.dedent(text).strip().replace('\n', '; ') + + +class easy_install(Command): + """Manage a download/build/install process""" + + description = "Find/get/install Python packages" + command_consumes_arguments = True + + user_options = [ + ('prefix=', None, "installation prefix"), + ("zip-ok", "z", "install package as a zipfile"), + ("multi-version", "m", "make apps have to require() a version"), + ("upgrade", "U", "force upgrade (searches PyPI for latest versions)"), + ("install-dir=", "d", "install package to DIR"), + ("script-dir=", "s", "install scripts to DIR"), + ("exclude-scripts", "x", "Don't install scripts"), + ("always-copy", "a", "Copy all needed packages to install dir"), + ("index-url=", "i", "base URL of Python Package Index"), + ("find-links=", "f", "additional URL(s) to search for packages"), + ("build-directory=", "b", "download/extract/build in DIR; keep the results"), + ( + 'optimize=', + 'O', + 'also compile with optimization: -O1 for "python -O", ' + '-O2 for "python -OO", and -O0 to disable [default: -O0]', + ), + ('record=', None, "filename in which to record list of installed files"), + ('always-unzip', 'Z', "don't install as a zipfile, no matter what"), + ('site-dirs=', 'S', "list of directories where .pth files work"), + ('editable', 'e', "Install specified packages in editable form"), + ('no-deps', 'N', "don't install dependencies"), + ('allow-hosts=', 'H', "pattern(s) that hostnames must match"), + ('local-snapshots-ok', 'l', "allow building eggs from local checkouts"), + ('version', None, "print version information and exit"), + ( + 'no-find-links', + None, + "Don't load find-links defined in packages being installed", + ), + ('user', None, f"install in user site-package '{site.USER_SITE}'"), + ] + boolean_options = [ + 'zip-ok', + 'multi-version', + 'exclude-scripts', + 'upgrade', + 'always-copy', + 'editable', + 'no-deps', + 'local-snapshots-ok', + 'version', + 'user', + ] + + negative_opt = {'always-unzip': 'zip-ok'} + create_index = PackageIndex + + def initialize_options(self): + EasyInstallDeprecationWarning.emit() + + # the --user option seems to be an opt-in one, + # so the default should be False. + self.user = False + self.zip_ok = self.local_snapshots_ok = None + self.install_dir = self.script_dir = self.exclude_scripts = None + self.index_url = None + self.find_links = None + self.build_directory = None + self.args = None + self.optimize = self.record = None + self.upgrade = self.always_copy = self.multi_version = None + self.editable = self.no_deps = self.allow_hosts = None + self.root = self.prefix = self.no_report = None + self.version = None + self.install_purelib = None # for pure module distributions + self.install_platlib = None # non-pure (dists w/ extensions) + self.install_headers = None # for C/C++ headers + self.install_lib = None # set to either purelib or platlib + self.install_scripts = None + self.install_data = None + self.install_base = None + self.install_platbase = None + self.install_userbase = site.USER_BASE + self.install_usersite = site.USER_SITE + self.no_find_links = None + + # Options not specifiable via command line + self.package_index = None + self.pth_file = self.always_copy_from = None + self.site_dirs = None + self.installed_projects = {} + # Always read easy_install options, even if we are subclassed, or have + # an independent instance created. This ensures that defaults will + # always come from the standard configuration file(s)' "easy_install" + # section, even if this is a "develop" or "install" command, or some + # other embedding. + self._dry_run = None + self.verbose = self.distribution.verbose + self.distribution._set_command_options( + self, self.distribution.get_option_dict('easy_install') + ) + + def delete_blockers(self, blockers) -> None: + extant_blockers = ( + filename + for filename in blockers + if os.path.exists(filename) or os.path.islink(filename) + ) + list(map(self._delete_path, extant_blockers)) + + def _delete_path(self, path): + log.info("Deleting %s", path) + if self.dry_run: + return + + is_tree = os.path.isdir(path) and not os.path.islink(path) + remover = _rmtree if is_tree else os.unlink + remover(path) + + @staticmethod + def _render_version(): + """ + Render the Setuptools version and installation details, then exit. + """ + ver = f'{sys.version_info.major}.{sys.version_info.minor}' + dist = get_distribution('setuptools') + print(f'setuptools {dist.version} from {dist.location} (Python {ver})') + raise SystemExit + + def finalize_options(self) -> None: # noqa: C901 # is too complex (25) # FIXME + self.version and self._render_version() + + py_version = sys.version.split()[0] + + self.config_vars = dict(sysconfig.get_config_vars()) + + self.config_vars.update({ + 'dist_name': self.distribution.get_name(), + 'dist_version': self.distribution.get_version(), + 'dist_fullname': self.distribution.get_fullname(), + 'py_version': py_version, + 'py_version_short': f'{sys.version_info.major}.{sys.version_info.minor}', + 'py_version_nodot': f'{sys.version_info.major}{sys.version_info.minor}', + 'sys_prefix': self.config_vars['prefix'], + 'sys_exec_prefix': self.config_vars['exec_prefix'], + # Only POSIX systems have abiflags + 'abiflags': getattr(sys, 'abiflags', ''), + # Only python 3.9+ has platlibdir + 'platlibdir': getattr(sys, 'platlibdir', 'lib'), + }) + with contextlib.suppress(AttributeError): + # only for distutils outside stdlib + self.config_vars.update({ + 'implementation_lower': install._get_implementation().lower(), + 'implementation': install._get_implementation(), + }) + + # pypa/distutils#113 Python 3.9 compat + self.config_vars.setdefault( + 'py_version_nodot_plat', + getattr(sys, 'windir', '').replace('.', ''), + ) + + self.config_vars['userbase'] = self.install_userbase + self.config_vars['usersite'] = self.install_usersite + if self.user and not site.ENABLE_USER_SITE: + log.warn("WARNING: The user site-packages directory is disabled.") + + self._fix_install_dir_for_user_site() + + self.expand_basedirs() + self.expand_dirs() + + self._expand( + 'install_dir', + 'script_dir', + 'build_directory', + 'site_dirs', + ) + # If a non-default installation directory was specified, default the + # script directory to match it. + if self.script_dir is None: + self.script_dir = self.install_dir + + if self.no_find_links is None: + self.no_find_links = False + + # Let install_dir get set by install_lib command, which in turn + # gets its info from the install command, and takes into account + # --prefix and --home and all that other crud. + self.set_undefined_options('install_lib', ('install_dir', 'install_dir')) + # Likewise, set default script_dir from 'install_scripts.install_dir' + self.set_undefined_options('install_scripts', ('install_dir', 'script_dir')) + + if self.user and self.install_purelib: + self.install_dir = self.install_purelib + self.script_dir = self.install_scripts + # default --record from the install command + self.set_undefined_options('install', ('record', 'record')) + self.all_site_dirs = get_site_dirs() + self.all_site_dirs.extend(self._process_site_dirs(self.site_dirs)) + + if not self.editable: + self.check_site_dir() + default_index = os.getenv("__EASYINSTALL_INDEX", "https://pypi.org/simple/") + # ^ Private API for testing purposes only + self.index_url = self.index_url or default_index + self.shadow_path = self.all_site_dirs[:] + for path_item in self.install_dir, normalize_path(self.script_dir): + if path_item not in self.shadow_path: + self.shadow_path.insert(0, path_item) + + if self.allow_hosts is not None: + hosts = [s.strip() for s in self.allow_hosts.split(',')] + else: + hosts = ['*'] + if self.package_index is None: + self.package_index = self.create_index( + self.index_url, + search_path=self.shadow_path, + hosts=hosts, + ) + self.local_index = Environment(self.shadow_path + sys.path) + + if self.find_links is not None: + if isinstance(self.find_links, str): + self.find_links = self.find_links.split() + else: + self.find_links = [] + if self.local_snapshots_ok: + self.package_index.scan_egg_links(self.shadow_path + sys.path) + if not self.no_find_links: + self.package_index.add_find_links(self.find_links) + self.set_undefined_options('install_lib', ('optimize', 'optimize')) + self.optimize = self._validate_optimize(self.optimize) + + if self.editable and not self.build_directory: + raise DistutilsArgError( + "Must specify a build directory (-b) when using --editable" + ) + if not self.args: + raise DistutilsArgError( + "No urls, filenames, or requirements specified (see --help)" + ) + + self.outputs: list[str] = [] + + @staticmethod + def _process_site_dirs(site_dirs): + if site_dirs is None: + return + + normpath = map(normalize_path, sys.path) + site_dirs = [os.path.expanduser(s.strip()) for s in site_dirs.split(',')] + for d in site_dirs: + if not os.path.isdir(d): + log.warn("%s (in --site-dirs) does not exist", d) + elif normalize_path(d) not in normpath: + raise DistutilsOptionError(d + " (in --site-dirs) is not on sys.path") + else: + yield normalize_path(d) + + @staticmethod + def _validate_optimize(value): + try: + value = int(value) + if value not in range(3): + raise ValueError + except ValueError as e: + raise DistutilsOptionError("--optimize must be 0, 1, or 2") from e + + return value + + def _fix_install_dir_for_user_site(self): + """ + Fix the install_dir if "--user" was used. + """ + if not self.user: + return + + self.create_home_path() + if self.install_userbase is None: + msg = "User base directory is not specified" + raise DistutilsPlatformError(msg) + self.install_base = self.install_platbase = self.install_userbase + scheme_name = f'{os.name}_user' + self.select_scheme(scheme_name) + + def _expand_attrs(self, attrs): + for attr in attrs: + val = getattr(self, attr) + if val is not None: + if os.name == 'posix' or os.name == 'nt': + val = os.path.expanduser(val) + val = subst_vars(val, self.config_vars) + setattr(self, attr, val) + + def expand_basedirs(self) -> None: + """Calls `os.path.expanduser` on install_base, install_platbase and + root.""" + self._expand_attrs(['install_base', 'install_platbase', 'root']) + + def expand_dirs(self) -> None: + """Calls `os.path.expanduser` on install dirs.""" + dirs = [ + 'install_purelib', + 'install_platlib', + 'install_lib', + 'install_headers', + 'install_scripts', + 'install_data', + ] + self._expand_attrs(dirs) + + def run(self, show_deprecation: bool = True) -> None: + if show_deprecation: + self.announce( + "WARNING: The easy_install command is deprecated " + "and will be removed in a future version.", + log.WARN, + ) + if self.verbose != self.distribution.verbose: + log.set_verbosity(self.verbose) + try: + for spec in self.args: + self.easy_install(spec, not self.no_deps) + if self.record: + outputs = self.outputs + if self.root: # strip any package prefix + root_len = len(self.root) + for counter in range(len(outputs)): + outputs[counter] = outputs[counter][root_len:] + from distutils import file_util + + self.execute( + file_util.write_file, + (self.record, outputs), + f"writing list of installed files to '{self.record}'", + ) + self.warn_deprecated_options() + finally: + log.set_verbosity(self.distribution.verbose) + + def pseudo_tempname(self): + """Return a pseudo-tempname base in the install directory. + This code is intentionally naive; if a malicious party can write to + the target directory you're already in deep doodoo. + """ + try: + pid = os.getpid() + except Exception: + pid = random.randint(0, sys.maxsize) + return os.path.join(self.install_dir, f"test-easy-install-{pid}") + + def warn_deprecated_options(self) -> None: + pass + + def check_site_dir(self) -> None: # is too complex (12) # FIXME + """Verify that self.install_dir is .pth-capable dir, if needed""" + + instdir = normalize_path(self.install_dir) + pth_file = os.path.join(instdir, 'easy-install.pth') + + if not os.path.exists(instdir): + try: + os.makedirs(instdir) + except OSError: + self.cant_write_to_target() + + # Is it a configured, PYTHONPATH, implicit, or explicit site dir? + is_site_dir = instdir in self.all_site_dirs + + if not is_site_dir and not self.multi_version: + # No? Then directly test whether it does .pth file processing + is_site_dir = self.check_pth_processing() + else: + # make sure we can write to target dir + testfile = self.pseudo_tempname() + '.write-test' + test_exists = os.path.exists(testfile) + try: + if test_exists: + os.unlink(testfile) + open(testfile, 'wb').close() + os.unlink(testfile) + except OSError: + self.cant_write_to_target() + + if not is_site_dir and not self.multi_version: + # Can't install non-multi to non-site dir with easy_install + pythonpath = os.environ.get('PYTHONPATH', '') + log.warn(self.__no_default_msg, self.install_dir, pythonpath) + + if is_site_dir: + if self.pth_file is None: + self.pth_file = PthDistributions(pth_file, self.all_site_dirs) + else: + self.pth_file = None + + if self.multi_version and not os.path.exists(pth_file): + self.pth_file = None # don't create a .pth file + self.install_dir = instdir + + __cant_write_msg = textwrap.dedent( + """ + can't create or remove files in install directory + + The following error occurred while trying to add or remove files in the + installation directory: + + %s + + The installation directory you specified (via --install-dir, --prefix, or + the distutils default setting) was: + + %s + """ + ).lstrip() + + __not_exists_id = textwrap.dedent( + """ + This directory does not currently exist. Please create it and try again, or + choose a different installation directory (using the -d or --install-dir + option). + """ + ).lstrip() + + __access_msg = textwrap.dedent( + """ + Perhaps your account does not have write access to this directory? If the + installation directory is a system-owned directory, you may need to sign in + as the administrator or "root" account. If you do not have administrative + access to this machine, you may wish to choose a different installation + directory, preferably one that is listed in your PYTHONPATH environment + variable. + + For information on other options, you may wish to consult the + documentation at: + + https://setuptools.pypa.io/en/latest/deprecated/easy_install.html + + Please make the appropriate changes for your system and try again. + """ + ).lstrip() + + def cant_write_to_target(self) -> NoReturn: + msg = self.__cant_write_msg % ( + sys.exc_info()[1], + self.install_dir, + ) + + if not os.path.exists(self.install_dir): + msg += '\n' + self.__not_exists_id + else: + msg += '\n' + self.__access_msg + raise DistutilsError(msg) + + def check_pth_processing(self): # noqa: C901 + """Empirically verify whether .pth files are supported in inst. dir""" + instdir = self.install_dir + log.info("Checking .pth file support in %s", instdir) + pth_file = self.pseudo_tempname() + ".pth" + ok_file = pth_file + '.ok' + ok_exists = os.path.exists(ok_file) + tmpl = ( + _one_liner( + """ + import os + f = open({ok_file!r}, 'w', encoding="utf-8") + f.write('OK') + f.close() + """ + ) + + '\n' + ) + try: + if ok_exists: + os.unlink(ok_file) + dirname = os.path.dirname(ok_file) + os.makedirs(dirname, exist_ok=True) + f = open(pth_file, 'w', encoding=py312.PTH_ENCODING) + # ^-- Python<3.13 require encoding="locale" instead of "utf-8", + # see python/cpython#77102. + except OSError: + self.cant_write_to_target() + else: + try: + f.write(tmpl.format(**locals())) + f.close() + f = None + executable = sys.executable + if os.name == 'nt': + dirname, basename = os.path.split(executable) + alt = os.path.join(dirname, 'pythonw.exe') + use_alt = basename.lower() == 'python.exe' and os.path.exists(alt) + if use_alt: + # use pythonw.exe to avoid opening a console window + executable = alt + + from distutils.spawn import spawn + + spawn([executable, '-E', '-c', 'pass'], 0) + + if os.path.exists(ok_file): + log.info("TEST PASSED: %s appears to support .pth files", instdir) + return True + finally: + if f: + f.close() + if os.path.exists(ok_file): + os.unlink(ok_file) + if os.path.exists(pth_file): + os.unlink(pth_file) + if not self.multi_version: + log.warn("TEST FAILED: %s does NOT support .pth files", instdir) + return False + + def install_egg_scripts(self, dist) -> None: + """Write all the scripts for `dist`, unless scripts are excluded""" + if not self.exclude_scripts and dist.metadata_isdir('scripts'): + for script_name in dist.metadata_listdir('scripts'): + if dist.metadata_isdir('scripts/' + script_name): + # The "script" is a directory, likely a Python 3 + # __pycache__ directory, so skip it. + continue + self.install_script( + dist, script_name, dist.get_metadata('scripts/' + script_name) + ) + self.install_wrapper_scripts(dist) + + def add_output(self, path) -> None: + if os.path.isdir(path): + for base, dirs, files in os.walk(path): + for filename in files: + self.outputs.append(os.path.join(base, filename)) + else: + self.outputs.append(path) + + def not_editable(self, spec) -> None: + if self.editable: + raise DistutilsArgError( + f"Invalid argument {spec!r}: you can't use filenames or URLs " + "with --editable (except via the --find-links option)." + ) + + def check_editable(self, spec) -> None: + if not self.editable: + return + + if os.path.exists(os.path.join(self.build_directory, spec.key)): + raise DistutilsArgError( + f"{spec.key!r} already exists in {self.build_directory}; can't do a checkout there" + ) + + @contextlib.contextmanager + def _tmpdir(self): + tmpdir = tempfile.mkdtemp(prefix="easy_install-") + try: + # cast to str as workaround for #709 and #710 and #712 + yield str(tmpdir) + finally: + os.path.exists(tmpdir) and _rmtree(tmpdir) + + def easy_install(self, spec, deps: bool = False) -> Distribution | None: + with self._tmpdir() as tmpdir: + if not isinstance(spec, Requirement): + if URL_SCHEME(spec): + # It's a url, download it to tmpdir and process + self.not_editable(spec) + dl = self.package_index.download(spec, tmpdir) + return self.install_item(None, dl, tmpdir, deps, True) + + elif os.path.exists(spec): + # Existing file or directory, just process it directly + self.not_editable(spec) + return self.install_item(None, spec, tmpdir, deps, True) + else: + spec = parse_requirement_arg(spec) + + self.check_editable(spec) + dist = self.package_index.fetch_distribution( + spec, + tmpdir, + self.upgrade, + self.editable, + not self.always_copy, + self.local_index, + ) + if dist is None: + msg = f"Could not find suitable distribution for {spec!r}" + if self.always_copy: + msg += " (--always-copy skips system and development eggs)" + raise DistutilsError(msg) + elif dist.precedence == DEVELOP_DIST: + # .egg-info dists don't need installing, just process deps + self.process_distribution(spec, dist, deps, "Using") + return dist + else: + return self.install_item(spec, dist.location, tmpdir, deps) + + def install_item( + self, spec, download, tmpdir, deps, install_needed: bool = False + ) -> Distribution | None: + # Installation is also needed if file in tmpdir or is not an egg + install_needed = install_needed or bool(self.always_copy) + install_needed = install_needed or os.path.dirname(download) == tmpdir + install_needed = install_needed or not download.endswith('.egg') + install_needed = install_needed or ( + self.always_copy_from is not None + and os.path.dirname(normalize_path(download)) + == normalize_path(self.always_copy_from) + ) + + if spec and not install_needed: + # at this point, we know it's a local .egg, we just don't know if + # it's already installed. + for dist in self.local_index[spec.project_name]: + if dist.location == download: + break + else: + install_needed = True # it's not in the local index + + log.info("Processing %s", os.path.basename(download)) + + if install_needed: + dists = self.install_eggs(spec, download, tmpdir) + for dist in dists: + self.process_distribution(spec, dist, deps) + else: + dists = [self.egg_distribution(download)] + self.process_distribution(spec, dists[0], deps, "Using") + + if spec is not None: + for dist in dists: + if dist in spec: + return dist + return None + + def select_scheme(self, name): + try: + install._select_scheme(self, name) + except AttributeError: + # stdlib distutils + install.install.select_scheme(self, name.replace('posix', 'unix')) + + # FIXME: 'easy_install.process_distribution' is too complex (12) + def process_distribution( # noqa: C901 + self, + requirement, + dist, + deps: bool = True, + *info, + ) -> None: + self.update_pth(dist) + self.package_index.add(dist) + if dist in self.local_index[dist.key]: + self.local_index.remove(dist) + self.local_index.add(dist) + self.install_egg_scripts(dist) + self.installed_projects[dist.key] = dist + log.info(self.installation_report(requirement, dist, *info)) + if dist.has_metadata('dependency_links.txt') and not self.no_find_links: + self.package_index.add_find_links( + dist.get_metadata_lines('dependency_links.txt') + ) + if not deps and not self.always_copy: + return + elif requirement is not None and dist.key != requirement.key: + log.warn("Skipping dependencies for %s", dist) + return # XXX this is not the distribution we were looking for + elif requirement is None or dist not in requirement: + # if we wound up with a different version, resolve what we've got + distreq = dist.as_requirement() + requirement = Requirement(str(distreq)) + log.info("Processing dependencies for %s", requirement) + try: + distros = WorkingSet([]).resolve( + [requirement], self.local_index, self.easy_install + ) + except DistributionNotFound as e: + raise DistutilsError(str(e)) from e + except VersionConflict as e: + raise DistutilsError(e.report()) from e + if self.always_copy or self.always_copy_from: + # Force all the relevant distros to be copied or activated + for dist in distros: + if dist.key not in self.installed_projects: + self.easy_install(dist.as_requirement()) + log.info("Finished processing dependencies for %s", requirement) + + def should_unzip(self, dist) -> bool: + if self.zip_ok is not None: + return not self.zip_ok + if dist.has_metadata('not-zip-safe'): + return True + if not dist.has_metadata('zip-safe'): + return True + return False + + def maybe_move(self, spec, dist_filename, setup_base): + dst = os.path.join(self.build_directory, spec.key) + if os.path.exists(dst): + msg = "%r already exists in %s; build directory %s will not be kept" + log.warn(msg, spec.key, self.build_directory, setup_base) + return setup_base + if os.path.isdir(dist_filename): + setup_base = dist_filename + else: + if os.path.dirname(dist_filename) == setup_base: + os.unlink(dist_filename) # get it out of the tmp dir + contents = os.listdir(setup_base) + if len(contents) == 1: + dist_filename = os.path.join(setup_base, contents[0]) + if os.path.isdir(dist_filename): + # if the only thing there is a directory, move it instead + setup_base = dist_filename + ensure_directory(dst) + shutil.move(setup_base, dst) + return dst + + def install_wrapper_scripts(self, dist) -> None: + if self.exclude_scripts: + return + for args in ScriptWriter.best().get_args(dist): + self.write_script(*args) + + def install_script(self, dist, script_name, script_text, dev_path=None) -> None: + """Generate a legacy script wrapper and install it""" + spec = str(dist.as_requirement()) + is_script = is_python_script(script_text, script_name) + + if is_script: + body = self._load_template(dev_path) % locals() + script_text = ScriptWriter.get_header(script_text) + body + self.write_script(script_name, _to_bytes(script_text), 'b') + + @staticmethod + def _load_template(dev_path): + """ + There are a couple of template scripts in the package. This + function loads one of them and prepares it for use. + """ + # See https://github.com/pypa/setuptools/issues/134 for info + # on script file naming and downstream issues with SVR4 + name = 'script.tmpl' + if dev_path: + name = name.replace('.tmpl', ' (dev).tmpl') + + raw_bytes = resource_string('setuptools', name) + return raw_bytes.decode('utf-8') + + def write_script(self, script_name, contents, mode: str = "t", blockers=()) -> None: + """Write an executable file to the scripts directory""" + self.delete_blockers( # clean up old .py/.pyw w/o a script + [os.path.join(self.script_dir, x) for x in blockers] + ) + log.info("Installing %s script to %s", script_name, self.script_dir) + target = os.path.join(self.script_dir, script_name) + self.add_output(target) + + if self.dry_run: + return + + mask = current_umask() + ensure_directory(target) + if os.path.exists(target): + os.unlink(target) + + encoding = None if "b" in mode else "utf-8" + with open(target, "w" + mode, encoding=encoding) as f: + f.write(contents) + chmod(target, 0o777 - mask) + + def install_eggs(self, spec, dist_filename, tmpdir) -> list[Distribution]: + # .egg dirs or files are already built, so just return them + installer_map = { + '.egg': self.install_egg, + '.exe': self.install_exe, + '.whl': self.install_wheel, + } + try: + install_dist = installer_map[dist_filename.lower()[-4:]] + except KeyError: + pass + else: + return [install_dist(dist_filename, tmpdir)] + + # Anything else, try to extract and build + setup_base = tmpdir + if os.path.isfile(dist_filename) and not dist_filename.endswith('.py'): + unpack_archive(dist_filename, tmpdir, self.unpack_progress) + elif os.path.isdir(dist_filename): + setup_base = os.path.abspath(dist_filename) + + if ( + setup_base.startswith(tmpdir) # something we downloaded + and self.build_directory + and spec is not None + ): + setup_base = self.maybe_move(spec, dist_filename, setup_base) + + # Find the setup.py file + setup_script = os.path.join(setup_base, 'setup.py') + + if not os.path.exists(setup_script): + setups = glob(os.path.join(setup_base, '*', 'setup.py')) + if not setups: + raise DistutilsError( + f"Couldn't find a setup script in {os.path.abspath(dist_filename)}" + ) + if len(setups) > 1: + raise DistutilsError( + f"Multiple setup scripts in {os.path.abspath(dist_filename)}" + ) + setup_script = setups[0] + + # Now run it, and return the result + if self.editable: + log.info(self.report_editable(spec, setup_script)) + return [] + else: + return self.build_and_install(setup_script, setup_base) + + def egg_distribution(self, egg_path): + if os.path.isdir(egg_path): + metadata = PathMetadata(egg_path, os.path.join(egg_path, 'EGG-INFO')) + else: + metadata = EggMetadata(zipimport.zipimporter(egg_path)) + return Distribution.from_filename(egg_path, metadata=metadata) + + # FIXME: 'easy_install.install_egg' is too complex (11) + def install_egg(self, egg_path, tmpdir): + destination = os.path.join( + self.install_dir, + os.path.basename(egg_path), + ) + destination = os.path.abspath(destination) + if not self.dry_run: + ensure_directory(destination) + + dist = self.egg_distribution(egg_path) + if not ( + os.path.exists(destination) and os.path.samefile(egg_path, destination) + ): + if os.path.isdir(destination) and not os.path.islink(destination): + dir_util.remove_tree(destination, dry_run=self.dry_run) + elif os.path.exists(destination): + self.execute( + os.unlink, + (destination,), + "Removing " + destination, + ) + try: + new_dist_is_zipped = False + if os.path.isdir(egg_path): + if egg_path.startswith(tmpdir): + f, m = shutil.move, "Moving" + else: + f, m = shutil.copytree, "Copying" + elif self.should_unzip(dist): + self.mkpath(destination) + f, m = self.unpack_and_compile, "Extracting" + else: + new_dist_is_zipped = True + if egg_path.startswith(tmpdir): + f, m = shutil.move, "Moving" + else: + f, m = shutil.copy2, "Copying" + self.execute( + f, + (egg_path, destination), + (m + " %s to %s") + % (os.path.basename(egg_path), os.path.dirname(destination)), + ) + update_dist_caches( + destination, + fix_zipimporter_caches=new_dist_is_zipped, + ) + except Exception: + update_dist_caches(destination, fix_zipimporter_caches=False) + raise + + self.add_output(destination) + return self.egg_distribution(destination) + + def install_exe(self, dist_filename, tmpdir): + # See if it's valid, get data + cfg = extract_wininst_cfg(dist_filename) + if cfg is None: + raise DistutilsError( + f"{dist_filename} is not a valid distutils Windows .exe" + ) + # Create a dummy distribution object until we build the real distro + dist = Distribution( + None, + project_name=cfg.get('metadata', 'name'), + version=cfg.get('metadata', 'version'), + platform=get_platform(), + ) + + # Convert the .exe to an unpacked egg + egg_path = os.path.join(tmpdir, dist.egg_name() + '.egg') + dist.location = egg_path + egg_tmp = egg_path + '.tmp' + _egg_info = os.path.join(egg_tmp, 'EGG-INFO') + pkg_inf = os.path.join(_egg_info, 'PKG-INFO') + ensure_directory(pkg_inf) # make sure EGG-INFO dir exists + dist._provider = PathMetadata(egg_tmp, _egg_info) # XXX + self.exe_to_egg(dist_filename, egg_tmp) + + # Write EGG-INFO/PKG-INFO + if not os.path.exists(pkg_inf): + with open(pkg_inf, 'w', encoding="utf-8") as f: + f.write('Metadata-Version: 1.0\n') + for k, v in cfg.items('metadata'): + if k != 'target_version': + k = k.replace('_', '-').title() + f.write(f'{k}: {v}\n') + script_dir = os.path.join(_egg_info, 'scripts') + # delete entry-point scripts to avoid duping + self.delete_blockers([ + os.path.join(script_dir, args[0]) for args in ScriptWriter.get_args(dist) + ]) + # Build .egg file from tmpdir + bdist_egg.make_zipfile( + egg_path, + egg_tmp, + verbose=self.verbose, + dry_run=self.dry_run, + ) + # install the .egg + return self.install_egg(egg_path, tmpdir) + + # FIXME: 'easy_install.exe_to_egg' is too complex (12) + def exe_to_egg(self, dist_filename, egg_tmp) -> None: # noqa: C901 + """Extract a bdist_wininst to the directories an egg would use""" + # Check for .pth file and set up prefix translations + prefixes = get_exe_prefixes(dist_filename) + to_compile = [] + native_libs = [] + top_level = set() + + def process(src, dst): + s = src.lower() + for old, new in prefixes: + if s.startswith(old): + src = new + src[len(old) :] + parts = src.split('/') + dst = os.path.join(egg_tmp, *parts) + dl = dst.lower() + if dl.endswith('.pyd') or dl.endswith('.dll'): + parts[-1] = bdist_egg.strip_module(parts[-1]) + top_level.add([os.path.splitext(parts[0])[0]]) + native_libs.append(src) + elif dl.endswith('.py') and old != 'SCRIPTS/': + top_level.add([os.path.splitext(parts[0])[0]]) + to_compile.append(dst) + return dst + if not src.endswith('.pth'): + log.warn("WARNING: can't process %s", src) + return None + + # extract, tracking .pyd/.dll->native_libs and .py -> to_compile + unpack_archive(dist_filename, egg_tmp, process) + stubs = [] + for res in native_libs: + if res.lower().endswith('.pyd'): # create stubs for .pyd's + parts = res.split('/') + resource = parts[-1] + parts[-1] = bdist_egg.strip_module(parts[-1]) + '.py' + pyfile = os.path.join(egg_tmp, *parts) + to_compile.append(pyfile) + stubs.append(pyfile) + bdist_egg.write_stub(resource, pyfile) + self.byte_compile(to_compile) # compile .py's + bdist_egg.write_safety_flag( + os.path.join(egg_tmp, 'EGG-INFO'), bdist_egg.analyze_egg(egg_tmp, stubs) + ) # write zip-safety flag + + for name in 'top_level', 'native_libs': + if locals()[name]: + txt = os.path.join(egg_tmp, 'EGG-INFO', name + '.txt') + if not os.path.exists(txt): + with open(txt, 'w', encoding="utf-8") as f: + f.write('\n'.join(locals()[name]) + '\n') + + def install_wheel(self, wheel_path, tmpdir): + wheel = Wheel(wheel_path) + assert wheel.is_compatible() + destination = os.path.join(self.install_dir, wheel.egg_name()) + destination = os.path.abspath(destination) + if not self.dry_run: + ensure_directory(destination) + if os.path.isdir(destination) and not os.path.islink(destination): + dir_util.remove_tree(destination, dry_run=self.dry_run) + elif os.path.exists(destination): + self.execute( + os.unlink, + (destination,), + "Removing " + destination, + ) + try: + self.execute( + wheel.install_as_egg, + (destination,), + ( + f"Installing {os.path.basename(wheel_path)} to {os.path.dirname(destination)}" + ), + ) + finally: + update_dist_caches(destination, fix_zipimporter_caches=False) + self.add_output(destination) + return self.egg_distribution(destination) + + __mv_warning = textwrap.dedent( + """ + Because this distribution was installed --multi-version, before you can + import modules from this package in an application, you will need to + 'import pkg_resources' and then use a 'require()' call similar to one of + these examples, in order to select the desired version: + + pkg_resources.require("%(name)s") # latest installed version + pkg_resources.require("%(name)s==%(version)s") # this exact version + pkg_resources.require("%(name)s>=%(version)s") # this version or higher + """ + ).lstrip() + + __id_warning = textwrap.dedent( + """ + Note also that the installation directory must be on sys.path at runtime for + this to work. (e.g. by being the application's script directory, by being on + PYTHONPATH, or by being added to sys.path by your code.) + """ + ) + + def installation_report(self, req, dist, what: str = "Installed") -> str: + """Helpful installation message for display to package users""" + msg = "\n%(what)s %(eggloc)s%(extras)s" + if self.multi_version and not self.no_report: + msg += '\n' + self.__mv_warning + if self.install_dir not in map(normalize_path, sys.path): + msg += '\n' + self.__id_warning + + eggloc = dist.location + name = dist.project_name + version = dist.version + extras = '' # TODO: self.report_extras(req, dist) + return msg % locals() + + __editable_msg = textwrap.dedent( + """ + Extracted editable version of %(spec)s to %(dirname)s + + If it uses setuptools in its setup script, you can activate it in + "development" mode by going to that directory and running:: + + %(python)s setup.py develop + + See the setuptools documentation for the "develop" command for more info. + """ + ).lstrip() + + def report_editable(self, spec, setup_script): + dirname = os.path.dirname(setup_script) + python = sys.executable + return '\n' + self.__editable_msg % locals() + + def run_setup(self, setup_script, setup_base, args) -> None: + sys.modules.setdefault('distutils.command.bdist_egg', bdist_egg) + sys.modules.setdefault('distutils.command.egg_info', egg_info) + + args = list(args) + if self.verbose > 2: + v = 'v' * (self.verbose - 1) + args.insert(0, '-' + v) + elif self.verbose < 2: + args.insert(0, '-q') + if self.dry_run: + args.insert(0, '-n') + log.info("Running %s %s", setup_script[len(setup_base) + 1 :], ' '.join(args)) + try: + run_setup(setup_script, args) + except SystemExit as v: + raise DistutilsError(f"Setup script exited with {v.args[0]}") from v + + def build_and_install(self, setup_script, setup_base): + args = ['bdist_egg', '--dist-dir'] + + dist_dir = tempfile.mkdtemp( + prefix='egg-dist-tmp-', dir=os.path.dirname(setup_script) + ) + try: + self._set_fetcher_options(os.path.dirname(setup_script)) + args.append(dist_dir) + + self.run_setup(setup_script, setup_base, args) + all_eggs = Environment([dist_dir]) + eggs = [ + self.install_egg(dist.location, setup_base) + for key in all_eggs + for dist in all_eggs[key] + ] + if not eggs and not self.dry_run: + log.warn("No eggs found in %s (setup script problem?)", dist_dir) + return eggs + finally: + _rmtree(dist_dir) + log.set_verbosity(self.verbose) # restore our log verbosity + + def _set_fetcher_options(self, base): + """ + When easy_install is about to run bdist_egg on a source dist, that + source dist might have 'setup_requires' directives, requiring + additional fetching. Ensure the fetcher options given to easy_install + are available to that command as well. + """ + # find the fetch options from easy_install and write them out + # to the setup.cfg file. + ei_opts = self.distribution.get_option_dict('easy_install').copy() + fetch_directives = ( + 'find_links', + 'site_dirs', + 'index_url', + 'optimize', + 'allow_hosts', + ) + fetch_options = {} + for key, val in ei_opts.items(): + if key not in fetch_directives: + continue + fetch_options[key] = val[1] + # create a settings dictionary suitable for `edit_config` + settings = dict(easy_install=fetch_options) + cfg_filename = os.path.join(base, 'setup.cfg') + setopt.edit_config(cfg_filename, settings) + + def update_pth(self, dist) -> None: # noqa: C901 # is too complex (11) # FIXME + if self.pth_file is None: + return + + for d in self.pth_file[dist.key]: # drop old entries + if not self.multi_version and d.location == dist.location: + continue + + log.info("Removing %s from easy-install.pth file", d) + self.pth_file.remove(d) + if d.location in self.shadow_path: + self.shadow_path.remove(d.location) + + if not self.multi_version: + if dist.location in self.pth_file.paths: + log.info( + "%s is already the active version in easy-install.pth", + dist, + ) + else: + log.info("Adding %s to easy-install.pth file", dist) + self.pth_file.add(dist) # add new entry + if dist.location not in self.shadow_path: + self.shadow_path.append(dist.location) + + if self.dry_run: + return + + self.pth_file.save() + + if dist.key != 'setuptools': + return + + # Ensure that setuptools itself never becomes unavailable! + # XXX should this check for latest version? + filename = os.path.join(self.install_dir, 'setuptools.pth') + if os.path.islink(filename): + os.unlink(filename) + + with open(filename, 'wt', encoding=py312.PTH_ENCODING) as f: + # ^-- Python<3.13 require encoding="locale" instead of "utf-8", + # see python/cpython#77102. + f.write(self.pth_file.make_relative(dist.location) + '\n') + + def unpack_progress(self, src, dst): + # Progress filter for unpacking + log.debug("Unpacking %s to %s", src, dst) + return dst # only unpack-and-compile skips files for dry run + + def unpack_and_compile(self, egg_path, destination) -> None: + to_compile = [] + to_chmod = [] + + def pf(src, dst): + if dst.endswith('.py') and not src.startswith('EGG-INFO/'): + to_compile.append(dst) + elif dst.endswith('.dll') or dst.endswith('.so'): + to_chmod.append(dst) + self.unpack_progress(src, dst) + return not self.dry_run and dst or None + + unpack_archive(egg_path, destination, pf) + self.byte_compile(to_compile) + if not self.dry_run: + for f in to_chmod: + mode = ((os.stat(f)[stat.ST_MODE]) | 0o555) & 0o7755 + chmod(f, mode) + + def byte_compile(self, to_compile) -> None: + if sys.dont_write_bytecode: + return + + from distutils.util import byte_compile + + try: + # try to make the byte compile messages quieter + log.set_verbosity(self.verbose - 1) + + byte_compile(to_compile, optimize=0, force=True, dry_run=self.dry_run) + if self.optimize: + byte_compile( + to_compile, + optimize=self.optimize, + force=True, + dry_run=self.dry_run, + ) + finally: + log.set_verbosity(self.verbose) # restore original verbosity + + __no_default_msg = textwrap.dedent( + """ + bad install directory or PYTHONPATH + + You are attempting to install a package to a directory that is not + on PYTHONPATH and which Python does not read ".pth" files from. The + installation directory you specified (via --install-dir, --prefix, or + the distutils default setting) was: + + %s + + and your PYTHONPATH environment variable currently contains: + + %r + + Here are some of your options for correcting the problem: + + * You can choose a different installation directory, i.e., one that is + on PYTHONPATH or supports .pth files + + * You can add the installation directory to the PYTHONPATH environment + variable. (It must then also be on PYTHONPATH whenever you run + Python and want to use the package(s) you are installing.) + + * You can set up the installation directory to support ".pth" files by + using one of the approaches described here: + + https://setuptools.pypa.io/en/latest/deprecated/easy_install.html#custom-installation-locations + + + Please make the appropriate changes for your system and try again. + """ + ).strip() + + def create_home_path(self) -> None: + """Create directories under ~.""" + if not self.user: + return + home = convert_path(os.path.expanduser("~")) + for path in only_strs(self.config_vars.values()): + if path.startswith(home) and not os.path.isdir(path): + self.debug_print(f"os.makedirs('{path}', 0o700)") + os.makedirs(path, 0o700) + + INSTALL_SCHEMES = dict( + posix=dict( + install_dir='$base/lib/python$py_version_short/site-packages', + script_dir='$base/bin', + ), + ) + + DEFAULT_SCHEME = dict( + install_dir='$base/Lib/site-packages', + script_dir='$base/Scripts', + ) + + def _expand(self, *attrs): + config_vars = self.get_finalized_command('install').config_vars + + if self.prefix: + # Set default install_dir/scripts from --prefix + config_vars = dict(config_vars) + config_vars['base'] = self.prefix + scheme = self.INSTALL_SCHEMES.get(os.name, self.DEFAULT_SCHEME) + for attr, val in scheme.items(): + if getattr(self, attr, None) is None: + setattr(self, attr, val) + + from distutils.util import subst_vars + + for attr in attrs: + val = getattr(self, attr) + if val is not None: + val = subst_vars(val, config_vars) + if os.name == 'posix': + val = os.path.expanduser(val) + setattr(self, attr, val) + + +def _pythonpath(): + items = os.environ.get('PYTHONPATH', '').split(os.pathsep) + return filter(None, items) + + +def get_site_dirs(): + """ + Return a list of 'site' dirs + """ + + sitedirs = [] + + # start with PYTHONPATH + sitedirs.extend(_pythonpath()) + + prefixes = [sys.prefix] + if sys.exec_prefix != sys.prefix: + prefixes.append(sys.exec_prefix) + for prefix in prefixes: + if not prefix: + continue + + if sys.platform in ('os2emx', 'riscos'): + sitedirs.append(os.path.join(prefix, "Lib", "site-packages")) + elif os.sep == '/': + sitedirs.extend([ + os.path.join( + prefix, + "lib", + f"python{sys.version_info.major}.{sys.version_info.minor}", + "site-packages", + ), + os.path.join(prefix, "lib", "site-python"), + ]) + else: + sitedirs.extend([ + prefix, + os.path.join(prefix, "lib", "site-packages"), + ]) + if sys.platform != 'darwin': + continue + + # for framework builds *only* we add the standard Apple + # locations. Currently only per-user, but /Library and + # /Network/Library could be added too + if 'Python.framework' not in prefix: + continue + + home = os.environ.get('HOME') + if not home: + continue + + home_sp = os.path.join( + home, + 'Library', + 'Python', + f'{sys.version_info.major}.{sys.version_info.minor}', + 'site-packages', + ) + sitedirs.append(home_sp) + lib_paths = get_path('purelib'), get_path('platlib') + + sitedirs.extend(s for s in lib_paths if s not in sitedirs) + + if site.ENABLE_USER_SITE: + sitedirs.append(site.USER_SITE) + + with contextlib.suppress(AttributeError): + sitedirs.extend(site.getsitepackages()) + + return list(map(normalize_path, sitedirs)) + + +def expand_paths(inputs): # noqa: C901 # is too complex (11) # FIXME + """Yield sys.path directories that might contain "old-style" packages""" + + seen = set() + + for dirname in inputs: + dirname = normalize_path(dirname) + if dirname in seen: + continue + + seen.add(dirname) + if not os.path.isdir(dirname): + continue + + files = os.listdir(dirname) + yield dirname, files + + for name in files: + if not name.endswith('.pth'): + # We only care about the .pth files + continue + if name in ('easy-install.pth', 'setuptools.pth'): + # Ignore .pth files that we control + continue + + # Read the .pth file + content = _read_pth(os.path.join(dirname, name)) + lines = list(yield_lines(content)) + + # Yield existing non-dupe, non-import directory lines from it + for line in lines: + if line.startswith("import"): + continue + + line = normalize_path(line.rstrip()) + if line in seen: + continue + + seen.add(line) + if not os.path.isdir(line): + continue + + yield line, os.listdir(line) + + +def extract_wininst_cfg(dist_filename): + """Extract configuration data from a bdist_wininst .exe + + Returns a configparser.RawConfigParser, or None + """ + f = open(dist_filename, 'rb') + try: + endrec = zipfile._EndRecData(f) + if endrec is None: + return None + + prepended = (endrec[9] - endrec[5]) - endrec[6] + if prepended < 12: # no wininst data here + return None + f.seek(prepended - 12) + + tag, cfglen, _bmlen = struct.unpack("egg path translations for a given .exe file""" + + prefixes = [ + ('PURELIB/', ''), + ('PLATLIB/pywin32_system32', ''), + ('PLATLIB/', ''), + ('SCRIPTS/', 'EGG-INFO/scripts/'), + ('DATA/lib/site-packages', ''), + ] + z = zipfile.ZipFile(exe_filename) + try: + for info in z.infolist(): + name = info.filename + parts = name.split('/') + if len(parts) == 3 and parts[2] == 'PKG-INFO': + if parts[1].endswith('.egg-info'): + prefixes.insert(0, ('/'.join(parts[:2]), 'EGG-INFO/')) + break + if len(parts) != 2 or not name.endswith('.pth'): + continue + if name.endswith('-nspkg.pth'): + continue + if parts[0].upper() in ('PURELIB', 'PLATLIB'): + contents = z.read(name).decode() + for pth in yield_lines(contents): + pth = pth.strip().replace('\\', '/') + if not pth.startswith('import'): + prefixes.append(((f'{parts[0]}/{pth}/'), '')) + finally: + z.close() + prefixes = [(x.lower(), y) for x, y in prefixes] + prefixes.sort() + prefixes.reverse() + return prefixes + + +class PthDistributions(Environment): + """A .pth file with Distribution paths in it""" + + def __init__(self, filename, sitedirs=()) -> None: + self.filename = filename + self.sitedirs = list(map(normalize_path, sitedirs)) + self.basedir = normalize_path(os.path.dirname(self.filename)) + self.paths, self.dirty = self._load() + # keep a copy if someone manually updates the paths attribute on the instance + self._init_paths = self.paths[:] + super().__init__([], None, None) + for path in yield_lines(self.paths): + list(map(self.add, find_distributions(path, True))) + + def _load_raw(self): + paths = [] + dirty = saw_import = False + seen = set(self.sitedirs) + content = _read_pth(self.filename) + for line in content.splitlines(): + path = line.rstrip() + # still keep imports and empty/commented lines for formatting + paths.append(path) + if line.startswith(('import ', 'from ')): + saw_import = True + continue + stripped_path = path.strip() + if not stripped_path or stripped_path.startswith('#'): + continue + # skip non-existent paths, in case somebody deleted a package + # manually, and duplicate paths as well + normalized_path = normalize_path(os.path.join(self.basedir, path)) + if normalized_path in seen or not os.path.exists(normalized_path): + log.debug("cleaned up dirty or duplicated %r", path) + dirty = True + paths.pop() + continue + seen.add(normalized_path) + # remove any trailing empty/blank line + while paths and not paths[-1].strip(): + paths.pop() + dirty = True + return paths, dirty or (paths and saw_import) + + def _load(self): + if os.path.isfile(self.filename): + return self._load_raw() + return [], False + + def save(self) -> None: + """Write changed .pth file back to disk""" + # first reload the file + last_paths, last_dirty = self._load() + # and check that there are no difference with what we have. + # there can be difference if someone else has written to the file + # since we first loaded it. + # we don't want to lose the eventual new paths added since then. + for path in last_paths[:]: + if path not in self.paths: + self.paths.append(path) + log.info("detected new path %r", path) + last_dirty = True + else: + last_paths.remove(path) + # also, re-check that all paths are still valid before saving them + for path in self.paths[:]: + if path not in last_paths and not path.startswith(( + 'import ', + 'from ', + '#', + )): + absolute_path = os.path.join(self.basedir, path) + if not os.path.exists(absolute_path): + self.paths.remove(path) + log.info("removing now non-existent path %r", path) + last_dirty = True + + self.dirty |= last_dirty or self.paths != self._init_paths + if not self.dirty: + return + + rel_paths = list(map(self.make_relative, self.paths)) + if rel_paths: + log.debug("Saving %s", self.filename) + lines = self._wrap_lines(rel_paths) + data = '\n'.join(lines) + '\n' + if os.path.islink(self.filename): + os.unlink(self.filename) + with open(self.filename, 'wt', encoding=py312.PTH_ENCODING) as f: + # ^-- Python<3.13 require encoding="locale" instead of "utf-8", + # see python/cpython#77102. + f.write(data) + elif os.path.exists(self.filename): + log.debug("Deleting empty %s", self.filename) + os.unlink(self.filename) + + self.dirty = False + self._init_paths[:] = self.paths[:] + + @staticmethod + def _wrap_lines(lines): + return lines + + def add(self, dist) -> None: + """Add `dist` to the distribution map""" + new_path = dist.location not in self.paths and ( + dist.location not in self.sitedirs + or + # account for '.' being in PYTHONPATH + dist.location == os.getcwd() + ) + if new_path: + self.paths.append(dist.location) + self.dirty = True + super().add(dist) + + def remove(self, dist) -> None: + """Remove `dist` from the distribution map""" + while dist.location in self.paths: + self.paths.remove(dist.location) + self.dirty = True + super().remove(dist) + + def make_relative(self, path): + npath, last = os.path.split(normalize_path(path)) + baselen = len(self.basedir) + parts = [last] + sep = os.altsep == '/' and '/' or os.sep + while len(npath) >= baselen: + if npath == self.basedir: + parts.append(os.curdir) + parts.reverse() + return sep.join(parts) + npath, last = os.path.split(npath) + parts.append(last) + else: + return path + + +class RewritePthDistributions(PthDistributions): + @classmethod + def _wrap_lines(cls, lines): + yield cls.prelude + yield from lines + yield cls.postlude + + prelude = _one_liner( + """ + import sys + sys.__plen = len(sys.path) + """ + ) + postlude = _one_liner( + """ + import sys + new = sys.path[sys.__plen:] + del sys.path[sys.__plen:] + p = getattr(sys, '__egginsert', 0) + sys.path[p:p] = new + sys.__egginsert = p + len(new) + """ + ) + + +if os.environ.get('SETUPTOOLS_SYS_PATH_TECHNIQUE', 'raw') == 'rewrite': + PthDistributions = RewritePthDistributions # type: ignore[misc] # Overwriting type + + +def _first_line_re(): + """ + Return a regular expression based on first_line_re suitable for matching + strings. + """ + if isinstance(first_line_re.pattern, str): + return first_line_re + + # first_line_re in Python >=3.1.4 and >=3.2.1 is a bytes pattern. + return re.compile(first_line_re.pattern.decode()) + + +def update_dist_caches(dist_path, fix_zipimporter_caches): + """ + Fix any globally cached `dist_path` related data + + `dist_path` should be a path of a newly installed egg distribution (zipped + or unzipped). + + sys.path_importer_cache contains finder objects that have been cached when + importing data from the original distribution. Any such finders need to be + cleared since the replacement distribution might be packaged differently, + e.g. a zipped egg distribution might get replaced with an unzipped egg + folder or vice versa. Having the old finders cached may then cause Python + to attempt loading modules from the replacement distribution using an + incorrect loader. + + zipimport.zipimporter objects are Python loaders charged with importing + data packaged inside zip archives. If stale loaders referencing the + original distribution, are left behind, they can fail to load modules from + the replacement distribution. E.g. if an old zipimport.zipimporter instance + is used to load data from a new zipped egg archive, it may cause the + operation to attempt to locate the requested data in the wrong location - + one indicated by the original distribution's zip archive directory + information. Such an operation may then fail outright, e.g. report having + read a 'bad local file header', or even worse, it may fail silently & + return invalid data. + + zipimport._zip_directory_cache contains cached zip archive directory + information for all existing zipimport.zipimporter instances and all such + instances connected to the same archive share the same cached directory + information. + + If asked, and the underlying Python implementation allows it, we can fix + all existing zipimport.zipimporter instances instead of having to track + them down and remove them one by one, by updating their shared cached zip + archive directory information. This, of course, assumes that the + replacement distribution is packaged as a zipped egg. + + If not asked to fix existing zipimport.zipimporter instances, we still do + our best to clear any remaining zipimport.zipimporter related cached data + that might somehow later get used when attempting to load data from the new + distribution and thus cause such load operations to fail. Note that when + tracking down such remaining stale data, we can not catch every conceivable + usage from here, and we clear only those that we know of and have found to + cause problems if left alive. Any remaining caches should be updated by + whomever is in charge of maintaining them, i.e. they should be ready to + handle us replacing their zip archives with new distributions at runtime. + + """ + # There are several other known sources of stale zipimport.zipimporter + # instances that we do not clear here, but might if ever given a reason to + # do so: + # * Global setuptools pkg_resources.working_set (a.k.a. 'master working + # set') may contain distributions which may in turn contain their + # zipimport.zipimporter loaders. + # * Several zipimport.zipimporter loaders held by local variables further + # up the function call stack when running the setuptools installation. + # * Already loaded modules may have their __loader__ attribute set to the + # exact loader instance used when importing them. Python 3.4 docs state + # that this information is intended mostly for introspection and so is + # not expected to cause us problems. + normalized_path = normalize_path(dist_path) + _uncache(normalized_path, sys.path_importer_cache) + if fix_zipimporter_caches: + _replace_zip_directory_cache_data(normalized_path) + else: + # Here, even though we do not want to fix existing and now stale + # zipimporter cache information, we still want to remove it. Related to + # Python's zip archive directory information cache, we clear each of + # its stale entries in two phases: + # 1. Clear the entry so attempting to access zip archive information + # via any existing stale zipimport.zipimporter instances fails. + # 2. Remove the entry from the cache so any newly constructed + # zipimport.zipimporter instances do not end up using old stale + # zip archive directory information. + # This whole stale data removal step does not seem strictly necessary, + # but has been left in because it was done before we started replacing + # the zip archive directory information cache content if possible, and + # there are no relevant unit tests that we can depend on to tell us if + # this is really needed. + _remove_and_clear_zip_directory_cache_data(normalized_path) + + +def _collect_zipimporter_cache_entries(normalized_path, cache): + """ + Return zipimporter cache entry keys related to a given normalized path. + + Alternative path spellings (e.g. those using different character case or + those using alternative path separators) related to the same path are + included. Any sub-path entries are included as well, i.e. those + corresponding to zip archives embedded in other zip archives. + + """ + result = [] + prefix_len = len(normalized_path) + for p in cache: + np = normalize_path(p) + if np.startswith(normalized_path) and np[prefix_len : prefix_len + 1] in ( + os.sep, + '', + ): + result.append(p) + return result + + +def _update_zipimporter_cache(normalized_path, cache, updater=None): + """ + Update zipimporter cache data for a given normalized path. + + Any sub-path entries are processed as well, i.e. those corresponding to zip + archives embedded in other zip archives. + + Given updater is a callable taking a cache entry key and the original entry + (after already removing the entry from the cache), and expected to update + the entry and possibly return a new one to be inserted in its place. + Returning None indicates that the entry should not be replaced with a new + one. If no updater is given, the cache entries are simply removed without + any additional processing, the same as if the updater simply returned None. + + """ + for p in _collect_zipimporter_cache_entries(normalized_path, cache): + # N.B. pypy's custom zipimport._zip_directory_cache implementation does + # not support the complete dict interface: + # * Does not support item assignment, thus not allowing this function + # to be used only for removing existing cache entries. + # * Does not support the dict.pop() method, forcing us to use the + # get/del patterns instead. For more detailed information see the + # following links: + # https://github.com/pypa/setuptools/issues/202#issuecomment-202913420 + # https://foss.heptapod.net/pypy/pypy/-/blob/144c4e65cb6accb8e592f3a7584ea38265d1873c/pypy/module/zipimport/interp_zipimport.py + old_entry = cache[p] + del cache[p] + new_entry = updater and updater(p, old_entry) + if new_entry is not None: + cache[p] = new_entry + + +def _uncache(normalized_path, cache): + _update_zipimporter_cache(normalized_path, cache) + + +def _remove_and_clear_zip_directory_cache_data(normalized_path): + def clear_and_remove_cached_zip_archive_directory_data(path, old_entry): + old_entry.clear() + + _update_zipimporter_cache( + normalized_path, + zipimport._zip_directory_cache, + updater=clear_and_remove_cached_zip_archive_directory_data, + ) + + +# PyPy Python implementation does not allow directly writing to the +# zipimport._zip_directory_cache and so prevents us from attempting to correct +# its content. The best we can do there is clear the problematic cache content +# and have PyPy repopulate it as needed. The downside is that if there are any +# stale zipimport.zipimporter instances laying around, attempting to use them +# will fail due to not having its zip archive directory information available +# instead of being automatically corrected to use the new correct zip archive +# directory information. +if '__pypy__' in sys.builtin_module_names: + _replace_zip_directory_cache_data = _remove_and_clear_zip_directory_cache_data +else: + + def _replace_zip_directory_cache_data(normalized_path): + def replace_cached_zip_archive_directory_data(path, old_entry): + # N.B. In theory, we could load the zip directory information just + # once for all updated path spellings, and then copy it locally and + # update its contained path strings to contain the correct + # spelling, but that seems like a way too invasive move (this cache + # structure is not officially documented anywhere and could in + # theory change with new Python releases) for no significant + # benefit. + old_entry.clear() + zipimport.zipimporter(path) + old_entry.update(zipimport._zip_directory_cache[path]) + return old_entry + + _update_zipimporter_cache( + normalized_path, + zipimport._zip_directory_cache, + updater=replace_cached_zip_archive_directory_data, + ) + + +def is_python(text, filename=''): + "Is this string a valid Python script?" + try: + compile(text, filename, 'exec') + except (SyntaxError, TypeError): + return False + else: + return True + + +def is_sh(executable): + """Determine if the specified executable is a .sh (contains a #! line)""" + try: + with open(executable, encoding='latin-1') as fp: + magic = fp.read(2) + except OSError: + return executable + return magic == '#!' + + +def nt_quote_arg(arg): + """Quote a command line argument according to Windows parsing rules""" + return subprocess.list2cmdline([arg]) + + +def is_python_script(script_text, filename): + """Is this text, as a whole, a Python script? (as opposed to shell/bat/etc.""" + if filename.endswith('.py') or filename.endswith('.pyw'): + return True # extension says it's Python + if is_python(script_text, filename): + return True # it's syntactically valid Python + if script_text.startswith('#!'): + # It begins with a '#!' line, so check if 'python' is in it somewhere + return 'python' in script_text.splitlines()[0].lower() + + return False # Not any Python I can recognize + + +class _SplitArgs(TypedDict, total=False): + comments: bool + posix: bool + + +class CommandSpec(list): + """ + A command spec for a #! header, specified as a list of arguments akin to + those passed to Popen. + """ + + options: list[str] = [] + split_args = _SplitArgs() + + @classmethod + def best(cls): + """ + Choose the best CommandSpec class based on environmental conditions. + """ + return cls + + @classmethod + def _sys_executable(cls): + _default = os.path.normpath(sys.executable) + return os.environ.get('__PYVENV_LAUNCHER__', _default) + + @classmethod + def from_param(cls, param: Self | str | Iterable[str] | None) -> Self: + """ + Construct a CommandSpec from a parameter to build_scripts, which may + be None. + """ + if isinstance(param, cls): + return param + if isinstance(param, str): + return cls.from_string(param) + if isinstance(param, Iterable): + return cls(param) + if param is None: + return cls.from_environment() + raise TypeError(f"Argument has an unsupported type {type(param)}") + + @classmethod + def from_environment(cls): + return cls([cls._sys_executable()]) + + @classmethod + def from_string(cls, string: str) -> Self: + """ + Construct a command spec from a simple string representing a command + line parseable by shlex.split. + """ + items = shlex.split(string, **cls.split_args) + return cls(items) + + def install_options(self, script_text: str): + self.options = shlex.split(self._extract_options(script_text)) + cmdline = subprocess.list2cmdline(self) + if not isascii(cmdline): + self.options[:0] = ['-x'] + + @staticmethod + def _extract_options(orig_script): + """ + Extract any options from the first line of the script. + """ + first = (orig_script + '\n').splitlines()[0] + match = _first_line_re().match(first) + options = match.group(1) or '' if match else '' + return options.strip() + + def as_header(self): + return self._render(self + list(self.options)) + + @staticmethod + def _strip_quotes(item): + _QUOTES = '"\'' + for q in _QUOTES: + if item.startswith(q) and item.endswith(q): + return item[1:-1] + return item + + @staticmethod + def _render(items): + cmdline = subprocess.list2cmdline( + CommandSpec._strip_quotes(item.strip()) for item in items + ) + return '#!' + cmdline + '\n' + + +# For pbr compat; will be removed in a future version. +sys_executable = CommandSpec._sys_executable() + + +class WindowsCommandSpec(CommandSpec): + split_args = _SplitArgs(posix=False) + + +class ScriptWriter: + """ + Encapsulates behavior around writing entry point scripts for console and + gui apps. + """ + + template = textwrap.dedent( + r""" + # EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r + import re + import sys + + # for compatibility with easy_install; see #2198 + __requires__ = %(spec)r + + try: + from importlib.metadata import distribution + except ImportError: + try: + from importlib_metadata import distribution + except ImportError: + from pkg_resources import load_entry_point + + + def importlib_load_entry_point(spec, group, name): + dist_name, _, _ = spec.partition('==') + matches = ( + entry_point + for entry_point in distribution(dist_name).entry_points + if entry_point.group == group and entry_point.name == name + ) + return next(matches).load() + + + globals().setdefault('load_entry_point', importlib_load_entry_point) + + + if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0]) + sys.exit(load_entry_point(%(spec)r, %(group)r, %(name)r)()) + """ + ).lstrip() + + command_spec_class = CommandSpec + + @classmethod + def get_args(cls, dist, header=None): + """ + Yield write_script() argument tuples for a distribution's + console_scripts and gui_scripts entry points. + """ + if header is None: + header = cls.get_header() + spec = str(dist.as_requirement()) + for type_ in 'console', 'gui': + group = type_ + '_scripts' + for name in dist.get_entry_map(group).keys(): + cls._ensure_safe_name(name) + script_text = cls.template % locals() + args = cls._get_script_args(type_, name, header, script_text) + yield from args + + @staticmethod + def _ensure_safe_name(name): + """ + Prevent paths in *_scripts entry point names. + """ + has_path_sep = re.search(r'[\\/]', name) + if has_path_sep: + raise ValueError("Path separators not allowed in script names") + + @classmethod + def best(cls): + """ + Select the best ScriptWriter for this environment. + """ + if sys.platform == 'win32' or (os.name == 'java' and os._name == 'nt'): + return WindowsScriptWriter.best() + else: + return cls + + @classmethod + def _get_script_args(cls, type_, name, header, script_text): + # Simply write the stub with no extension. + yield (name, header + script_text) + + @classmethod + def get_header( + cls, + script_text: str = "", + executable: str | CommandSpec | Iterable[str] | None = None, + ) -> str: + """Create a #! line, getting options (if any) from script_text""" + cmd = cls.command_spec_class.best().from_param(executable) + cmd.install_options(script_text) + return cmd.as_header() + + +class WindowsScriptWriter(ScriptWriter): + command_spec_class = WindowsCommandSpec + + @classmethod + def best(cls): + """ + Select the best ScriptWriter suitable for Windows + """ + writer_lookup = dict( + executable=WindowsExecutableLauncherWriter, + natural=cls, + ) + # for compatibility, use the executable launcher by default + launcher = os.environ.get('SETUPTOOLS_LAUNCHER', 'executable') + return writer_lookup[launcher] + + @classmethod + def _get_script_args(cls, type_, name, header, script_text): + "For Windows, add a .py extension" + ext = dict(console='.pya', gui='.pyw')[type_] + if ext not in os.environ['PATHEXT'].lower().split(';'): + msg = ( + "{ext} not listed in PATHEXT; scripts will not be " + "recognized as executables." + ).format(**locals()) + SetuptoolsWarning.emit(msg) + old = ['.pya', '.py', '-script.py', '.pyc', '.pyo', '.pyw', '.exe'] + old.remove(ext) + header = cls._adjust_header(type_, header) + blockers = [name + x for x in old] + yield name + ext, header + script_text, 't', blockers + + @classmethod + def _adjust_header(cls, type_, orig_header): + """ + Make sure 'pythonw' is used for gui and 'python' is used for + console (regardless of what sys.executable is). + """ + pattern = 'pythonw.exe' + repl = 'python.exe' + if type_ == 'gui': + pattern, repl = repl, pattern + pattern_ob = re.compile(re.escape(pattern), re.IGNORECASE) + new_header = pattern_ob.sub(string=orig_header, repl=repl) + return new_header if cls._use_header(new_header) else orig_header + + @staticmethod + def _use_header(new_header): + """ + Should _adjust_header use the replaced header? + + On non-windows systems, always use. On + Windows systems, only use the replaced header if it resolves + to an executable on the system. + """ + clean_header = new_header[2:-1].strip('"') + return sys.platform != 'win32' or shutil.which(clean_header) + + +class WindowsExecutableLauncherWriter(WindowsScriptWriter): + @classmethod + def _get_script_args(cls, type_, name, header, script_text): + """ + For Windows, add a .py extension and an .exe launcher + """ + if type_ == 'gui': + launcher_type = 'gui' + ext = '-script.pyw' + old = ['.pyw'] + else: + launcher_type = 'cli' + ext = '-script.py' + old = ['.py', '.pyc', '.pyo'] + hdr = cls._adjust_header(type_, header) + blockers = [name + x for x in old] + yield (name + ext, hdr + script_text, 't', blockers) + yield ( + name + '.exe', + get_win_launcher(launcher_type), + 'b', # write in binary mode + ) + if not is_64bit(): + # install a manifest for the launcher to prevent Windows + # from detecting it as an installer (which it will for + # launchers like easy_install.exe). Consider only + # adding a manifest for launchers detected as installers. + # See Distribute #143 for details. + m_name = name + '.exe.manifest' + yield (m_name, load_launcher_manifest(name), 't') + + +def get_win_launcher(type): + """ + Load the Windows launcher (executable) suitable for launching a script. + + `type` should be either 'cli' or 'gui' + + Returns the executable as a byte string. + """ + launcher_fn = f'{type}.exe' + if is_64bit(): + if get_platform() == "win-arm64": + launcher_fn = launcher_fn.replace(".", "-arm64.") + else: + launcher_fn = launcher_fn.replace(".", "-64.") + else: + launcher_fn = launcher_fn.replace(".", "-32.") + return resource_string('setuptools', launcher_fn) + + +def load_launcher_manifest(name): + manifest = pkg_resources.resource_string(__name__, 'launcher manifest.xml') + return manifest.decode('utf-8') % vars() + + +def current_umask(): + tmp = os.umask(0o022) + os.umask(tmp) + return tmp + + +def only_strs(values): + """ + Exclude non-str values. Ref #3063. + """ + return filter(lambda val: isinstance(val, str), values) + + +def _read_pth(fullname: str) -> str: + # Python<3.13 require encoding="locale" instead of "utf-8", see python/cpython#77102 + # In the case old versions of setuptools are producing `pth` files with + # different encodings that might be problematic... So we fallback to "locale". + + try: + with open(fullname, encoding=py312.PTH_ENCODING) as f: + return f.read() + except UnicodeDecodeError: # pragma: no cover + # This error may only happen for Python >= 3.13 + # TODO: Possible deprecation warnings to be added in the future: + # ``.pth file {fullname!r} is not UTF-8.`` + # Your environment contain {fullname!r} that cannot be read as UTF-8. + # This is likely to have been produced with an old version of setuptools. + # Please be mindful that this is deprecated and in the future, non-utf8 + # .pth files may cause setuptools to fail. + with open(fullname, encoding=py39.LOCALE_ENCODING) as f: + return f.read() + + +class EasyInstallDeprecationWarning(SetuptoolsDeprecationWarning): + _SUMMARY = "easy_install command is deprecated." + _DETAILS = """ + Please avoid running ``setup.py`` and ``easy_install``. + Instead, use pypa/build, pypa/installer or other + standards-based tools. + """ + _SEE_URL = "https://github.com/pypa/setuptools/issues/917" + # _DUE_DATE not defined yet diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/editable_wheel.py b/llmlab/lib/python3.12/site-packages/setuptools/command/editable_wheel.py new file mode 100644 index 0000000..1a544ec --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/editable_wheel.py @@ -0,0 +1,925 @@ +""" +Create a wheel that, when installed, will make the source package 'editable' +(add it to the interpreter's path, including metadata) per PEP 660. Replaces +'setup.py develop'. + +.. note:: + One of the mechanisms briefly mentioned in PEP 660 to implement editable installs is + to create a separated directory inside ``build`` and use a .pth file to point to that + directory. In the context of this file such directory is referred as + *auxiliary build directory* or ``auxiliary_dir``. +""" + +from __future__ import annotations + +import io +import logging +import os +import shutil +import traceback +from collections.abc import Iterable, Iterator, Mapping +from contextlib import suppress +from enum import Enum +from inspect import cleandoc +from itertools import chain, starmap +from pathlib import Path +from tempfile import TemporaryDirectory +from types import TracebackType +from typing import TYPE_CHECKING, Protocol, TypeVar, cast + +from .. import Command, _normalization, _path, _shutil, errors, namespaces +from .._path import StrPath +from ..compat import py312 +from ..discovery import find_package_path +from ..dist import Distribution +from ..warnings import InformationOnly, SetuptoolsDeprecationWarning, SetuptoolsWarning +from .build import build as build_cls +from .build_py import build_py as build_py_cls +from .dist_info import dist_info as dist_info_cls +from .egg_info import egg_info as egg_info_cls +from .install import install as install_cls +from .install_scripts import install_scripts as install_scripts_cls + +if TYPE_CHECKING: + from typing_extensions import Self + + from .._vendor.wheel.wheelfile import WheelFile + +_P = TypeVar("_P", bound=StrPath) +_logger = logging.getLogger(__name__) + + +class _EditableMode(Enum): + """ + Possible editable installation modes: + `lenient` (new files automatically added to the package - DEFAULT); + `strict` (requires a new installation when files are added/removed); or + `compat` (attempts to emulate `python setup.py develop` - DEPRECATED). + """ + + STRICT = "strict" + LENIENT = "lenient" + COMPAT = "compat" # TODO: Remove `compat` after Dec/2022. + + @classmethod + def convert(cls, mode: str | None) -> _EditableMode: + if not mode: + return _EditableMode.LENIENT # default + + _mode = mode.upper() + if _mode not in _EditableMode.__members__: + raise errors.OptionError(f"Invalid editable mode: {mode!r}. Try: 'strict'.") + + if _mode == "COMPAT": + SetuptoolsDeprecationWarning.emit( + "Compat editable installs", + """ + The 'compat' editable mode is transitional and will be removed + in future versions of `setuptools`. + Please adapt your code accordingly to use either the 'strict' or the + 'lenient' modes. + """, + see_docs="userguide/development_mode.html", + # TODO: define due_date + # There is a series of shortcomings with the available editable install + # methods, and they are very controversial. This is something that still + # needs work. + # Moreover, `pip` is still hiding this warning, so users are not aware. + ) + + return _EditableMode[_mode] + + +_STRICT_WARNING = """ +New or renamed files may not be automatically picked up without a new installation. +""" + +_LENIENT_WARNING = """ +Options like `package-data`, `include/exclude-package-data` or +`packages.find.exclude/include` may have no effect. +""" + + +class editable_wheel(Command): + """Build 'editable' wheel for development. + This command is private and reserved for internal use of setuptools, + users should rely on ``setuptools.build_meta`` APIs. + """ + + description = "DO NOT CALL DIRECTLY, INTERNAL ONLY: create PEP 660 editable wheel" + + user_options = [ + ("dist-dir=", "d", "directory to put final built distributions in"), + ("dist-info-dir=", "I", "path to a pre-build .dist-info directory"), + ("mode=", None, cleandoc(_EditableMode.__doc__ or "")), + ] + + def initialize_options(self): + self.dist_dir = None + self.dist_info_dir = None + self.project_dir = None + self.mode = None + + def finalize_options(self) -> None: + dist = self.distribution + self.project_dir = dist.src_root or os.curdir + self.package_dir = dist.package_dir or {} + self.dist_dir = Path(self.dist_dir or os.path.join(self.project_dir, "dist")) + + def run(self) -> None: + try: + self.dist_dir.mkdir(exist_ok=True) + self._ensure_dist_info() + + # Add missing dist_info files + self.reinitialize_command("bdist_wheel") + bdist_wheel = self.get_finalized_command("bdist_wheel") + bdist_wheel.write_wheelfile(self.dist_info_dir) + + self._create_wheel_file(bdist_wheel) + except Exception: + traceback.print_exc() + project = self.distribution.name or self.distribution.get_name() + _DebuggingTips.emit(project=project) + raise + + def _ensure_dist_info(self): + if self.dist_info_dir is None: + dist_info = cast(dist_info_cls, self.reinitialize_command("dist_info")) + dist_info.output_dir = self.dist_dir + dist_info.ensure_finalized() + dist_info.run() + self.dist_info_dir = dist_info.dist_info_dir + else: + assert str(self.dist_info_dir).endswith(".dist-info") + assert Path(self.dist_info_dir, "METADATA").exists() + + def _install_namespaces(self, installation_dir, pth_prefix): + # XXX: Only required to support the deprecated namespace practice + dist = self.distribution + if not dist.namespace_packages: + return + + src_root = Path(self.project_dir, self.package_dir.get("", ".")).resolve() + installer = _NamespaceInstaller(dist, installation_dir, pth_prefix, src_root) + installer.install_namespaces() + + def _find_egg_info_dir(self) -> str | None: + parent_dir = Path(self.dist_info_dir).parent if self.dist_info_dir else Path() + candidates = map(str, parent_dir.glob("*.egg-info")) + return next(candidates, None) + + def _configure_build( + self, name: str, unpacked_wheel: StrPath, build_lib: StrPath, tmp_dir: StrPath + ): + """Configure commands to behave in the following ways: + + - Build commands can write to ``build_lib`` if they really want to... + (but this folder is expected to be ignored and modules are expected to live + in the project directory...) + - Binary extensions should be built in-place (editable_mode = True) + - Data/header/script files are not part of the "editable" specification + so they are written directly to the unpacked_wheel directory. + """ + # Non-editable files (data, headers, scripts) are written directly to the + # unpacked_wheel + + dist = self.distribution + wheel = str(unpacked_wheel) + build_lib = str(build_lib) + data = str(Path(unpacked_wheel, f"{name}.data", "data")) + headers = str(Path(unpacked_wheel, f"{name}.data", "headers")) + scripts = str(Path(unpacked_wheel, f"{name}.data", "scripts")) + + # egg-info may be generated again to create a manifest (used for package data) + egg_info = cast( + egg_info_cls, dist.reinitialize_command("egg_info", reinit_subcommands=True) + ) + egg_info.egg_base = str(tmp_dir) + egg_info.ignore_egg_info_in_manifest = True + + build = cast( + build_cls, dist.reinitialize_command("build", reinit_subcommands=True) + ) + install = cast( + install_cls, dist.reinitialize_command("install", reinit_subcommands=True) + ) + + build.build_platlib = build.build_purelib = build.build_lib = build_lib + install.install_purelib = install.install_platlib = install.install_lib = wheel + install.install_scripts = build.build_scripts = scripts + install.install_headers = headers + install.install_data = data + + install_scripts = cast( + install_scripts_cls, dist.get_command_obj("install_scripts") + ) + install_scripts.no_ep = True + + build.build_temp = str(tmp_dir) + + build_py = cast(build_py_cls, dist.get_command_obj("build_py")) + build_py.compile = False + build_py.existing_egg_info_dir = self._find_egg_info_dir() + + self._set_editable_mode() + + build.ensure_finalized() + install.ensure_finalized() + + def _set_editable_mode(self): + """Set the ``editable_mode`` flag in the build sub-commands""" + dist = self.distribution + build = dist.get_command_obj("build") + for cmd_name in build.get_sub_commands(): + cmd = dist.get_command_obj(cmd_name) + if hasattr(cmd, "editable_mode"): + cmd.editable_mode = True + elif hasattr(cmd, "inplace"): + cmd.inplace = True # backward compatibility with distutils + + def _collect_build_outputs(self) -> tuple[list[str], dict[str, str]]: + files: list[str] = [] + mapping: dict[str, str] = {} + build = self.get_finalized_command("build") + + for cmd_name in build.get_sub_commands(): + cmd = self.get_finalized_command(cmd_name) + if hasattr(cmd, "get_outputs"): + files.extend(cmd.get_outputs() or []) + if hasattr(cmd, "get_output_mapping"): + mapping.update(cmd.get_output_mapping() or {}) + + return files, mapping + + def _run_build_commands( + self, + dist_name: str, + unpacked_wheel: StrPath, + build_lib: StrPath, + tmp_dir: StrPath, + ) -> tuple[list[str], dict[str, str]]: + self._configure_build(dist_name, unpacked_wheel, build_lib, tmp_dir) + self._run_build_subcommands() + files, mapping = self._collect_build_outputs() + self._run_install("headers") + self._run_install("scripts") + self._run_install("data") + return files, mapping + + def _run_build_subcommands(self) -> None: + """ + Issue #3501 indicates that some plugins/customizations might rely on: + + 1. ``build_py`` not running + 2. ``build_py`` always copying files to ``build_lib`` + + However both these assumptions may be false in editable_wheel. + This method implements a temporary workaround to support the ecosystem + while the implementations catch up. + """ + # TODO: Once plugins/customizations had the chance to catch up, replace + # `self._run_build_subcommands()` with `self.run_command("build")`. + # Also remove _safely_run, TestCustomBuildPy. Suggested date: Aug/2023. + build = self.get_finalized_command("build") + for name in build.get_sub_commands(): + cmd = self.get_finalized_command(name) + if name == "build_py" and type(cmd) is not build_py_cls: + self._safely_run(name) + else: + self.run_command(name) + + def _safely_run(self, cmd_name: str): + try: + return self.run_command(cmd_name) + except Exception: + SetuptoolsDeprecationWarning.emit( + "Customization incompatible with editable install", + f""" + {traceback.format_exc()} + + If you are seeing this warning it is very likely that a setuptools + plugin or customization overrides the `{cmd_name}` command, without + taking into consideration how editable installs run build steps + starting from setuptools v64.0.0. + + Plugin authors and developers relying on custom build steps are + encouraged to update their `{cmd_name}` implementation considering the + information about editable installs in + https://setuptools.pypa.io/en/latest/userguide/extension.html. + + For the time being `setuptools` will silence this error and ignore + the faulty command, but this behavior will change in future versions. + """, + # TODO: define due_date + # There is a series of shortcomings with the available editable install + # methods, and they are very controversial. This is something that still + # needs work. + ) + + def _create_wheel_file(self, bdist_wheel): + from wheel.wheelfile import WheelFile + + dist_info = self.get_finalized_command("dist_info") + dist_name = dist_info.name + tag = "-".join(bdist_wheel.get_tag()) + build_tag = "0.editable" # According to PEP 427 needs to start with digit + archive_name = f"{dist_name}-{build_tag}-{tag}.whl" + wheel_path = Path(self.dist_dir, archive_name) + if wheel_path.exists(): + wheel_path.unlink() + + unpacked_wheel = TemporaryDirectory(suffix=archive_name) + build_lib = TemporaryDirectory(suffix=".build-lib") + build_tmp = TemporaryDirectory(suffix=".build-temp") + + with unpacked_wheel as unpacked, build_lib as lib, build_tmp as tmp: + unpacked_dist_info = Path(unpacked, Path(self.dist_info_dir).name) + shutil.copytree(self.dist_info_dir, unpacked_dist_info) + self._install_namespaces(unpacked, dist_name) + files, mapping = self._run_build_commands(dist_name, unpacked, lib, tmp) + strategy = self._select_strategy(dist_name, tag, lib) + with strategy, WheelFile(wheel_path, "w") as wheel_obj: + strategy(wheel_obj, files, mapping) + wheel_obj.write_files(unpacked) + + return wheel_path + + def _run_install(self, category: str): + has_category = getattr(self.distribution, f"has_{category}", None) + if has_category and has_category(): + _logger.info(f"Installing {category} as non editable") + self.run_command(f"install_{category}") + + def _select_strategy( + self, + name: str, + tag: str, + build_lib: StrPath, + ) -> EditableStrategy: + """Decides which strategy to use to implement an editable installation.""" + build_name = f"__editable__.{name}-{tag}" + project_dir = Path(self.project_dir) + mode = _EditableMode.convert(self.mode) + + if mode is _EditableMode.STRICT: + auxiliary_dir = _empty_dir(Path(self.project_dir, "build", build_name)) + return _LinkTree(self.distribution, name, auxiliary_dir, build_lib) + + packages = _find_packages(self.distribution) + has_simple_layout = _simple_layout(packages, self.package_dir, project_dir) + is_compat_mode = mode is _EditableMode.COMPAT + if set(self.package_dir) == {""} and has_simple_layout or is_compat_mode: + # src-layout(ish) is relatively safe for a simple pth file + src_dir = self.package_dir.get("", ".") + return _StaticPth(self.distribution, name, [Path(project_dir, src_dir)]) + + # Use a MetaPathFinder to avoid adding accidental top-level packages/modules + return _TopLevelFinder(self.distribution, name) + + +class EditableStrategy(Protocol): + def __call__( + self, wheel: WheelFile, files: list[str], mapping: Mapping[str, str] + ) -> object: ... + def __enter__(self) -> Self: ... + def __exit__( + self, + _exc_type: type[BaseException] | None, + _exc_value: BaseException | None, + _traceback: TracebackType | None, + ) -> object: ... + + +class _StaticPth: + def __init__(self, dist: Distribution, name: str, path_entries: list[Path]) -> None: + self.dist = dist + self.name = name + self.path_entries = path_entries + + def __call__(self, wheel: WheelFile, files: list[str], mapping: Mapping[str, str]): + entries = "\n".join(str(p.resolve()) for p in self.path_entries) + contents = _encode_pth(f"{entries}\n") + wheel.writestr(f"__editable__.{self.name}.pth", contents) + + def __enter__(self) -> Self: + msg = f""" + Editable install will be performed using .pth file to extend `sys.path` with: + {list(map(os.fspath, self.path_entries))!r} + """ + _logger.warning(msg + _LENIENT_WARNING) + return self + + def __exit__( + self, + _exc_type: object, + _exc_value: object, + _traceback: object, + ) -> None: + pass + + +class _LinkTree(_StaticPth): + """ + Creates a ``.pth`` file that points to a link tree in the ``auxiliary_dir``. + + This strategy will only link files (not dirs), so it can be implemented in + any OS, even if that means using hardlinks instead of symlinks. + + By collocating ``auxiliary_dir`` and the original source code, limitations + with hardlinks should be avoided. + """ + + def __init__( + self, + dist: Distribution, + name: str, + auxiliary_dir: StrPath, + build_lib: StrPath, + ) -> None: + self.auxiliary_dir = Path(auxiliary_dir) + self.build_lib = Path(build_lib).resolve() + self._file = dist.get_command_obj("build_py").copy_file + super().__init__(dist, name, [self.auxiliary_dir]) + + def __call__(self, wheel: WheelFile, files: list[str], mapping: Mapping[str, str]): + self._create_links(files, mapping) + super().__call__(wheel, files, mapping) + + def _normalize_output(self, file: str) -> str | None: + # Files relative to build_lib will be normalized to None + with suppress(ValueError): + path = Path(file).resolve().relative_to(self.build_lib) + return str(path).replace(os.sep, '/') + return None + + def _create_file(self, relative_output: str, src_file: str, link=None): + dest = self.auxiliary_dir / relative_output + if not dest.parent.is_dir(): + dest.parent.mkdir(parents=True) + self._file(src_file, dest, link=link) + + def _create_links(self, outputs, output_mapping: Mapping[str, str]): + self.auxiliary_dir.mkdir(parents=True, exist_ok=True) + link_type = "sym" if _can_symlink_files(self.auxiliary_dir) else "hard" + normalised = ((self._normalize_output(k), v) for k, v in output_mapping.items()) + # remove files that are not relative to build_lib + mappings = {k: v for k, v in normalised if k is not None} + + for output in outputs: + relative = self._normalize_output(output) + if relative and relative not in mappings: + self._create_file(relative, output) + + for relative, src in mappings.items(): + self._create_file(relative, src, link=link_type) + + def __enter__(self) -> Self: + msg = "Strict editable install will be performed using a link tree.\n" + _logger.warning(msg + _STRICT_WARNING) + return self + + def __exit__( + self, + _exc_type: object, + _exc_value: object, + _traceback: object, + ) -> None: + msg = f"""\n + Strict editable installation performed using the auxiliary directory: + {self.auxiliary_dir} + + Please be careful to not remove this directory, otherwise you might not be able + to import/use your package. + """ + InformationOnly.emit("Editable installation.", msg) + + +class _TopLevelFinder: + def __init__(self, dist: Distribution, name: str) -> None: + self.dist = dist + self.name = name + + def template_vars(self) -> tuple[str, str, dict[str, str], dict[str, list[str]]]: + src_root = self.dist.src_root or os.curdir + top_level = chain(_find_packages(self.dist), _find_top_level_modules(self.dist)) + package_dir = self.dist.package_dir or {} + roots = _find_package_roots(top_level, package_dir, src_root) + + namespaces_ = dict( + chain( + _find_namespaces(self.dist.packages or [], roots), + ((ns, []) for ns in _find_virtual_namespaces(roots)), + ) + ) + + legacy_namespaces = { + pkg: find_package_path(pkg, roots, self.dist.src_root or "") + for pkg in self.dist.namespace_packages or [] + } + + mapping = {**roots, **legacy_namespaces} + # ^-- We need to explicitly add the legacy_namespaces to the mapping to be + # able to import their modules even if another package sharing the same + # namespace is installed in a conventional (non-editable) way. + + name = f"__editable__.{self.name}.finder" + finder = _normalization.safe_identifier(name) + return finder, name, mapping, namespaces_ + + def get_implementation(self) -> Iterator[tuple[str, bytes]]: + finder, name, mapping, namespaces_ = self.template_vars() + + content = bytes(_finder_template(name, mapping, namespaces_), "utf-8") + yield (f"{finder}.py", content) + + content = _encode_pth(f"import {finder}; {finder}.install()") + yield (f"__editable__.{self.name}.pth", content) + + def __call__(self, wheel: WheelFile, files: list[str], mapping: Mapping[str, str]): + for file, content in self.get_implementation(): + wheel.writestr(file, content) + + def __enter__(self) -> Self: + msg = "Editable install will be performed using a meta path finder.\n" + _logger.warning(msg + _LENIENT_WARNING) + return self + + def __exit__( + self, + _exc_type: object, + _exc_value: object, + _traceback: object, + ) -> None: + msg = """\n + Please be careful with folders in your working directory with the same + name as your package as they may take precedence during imports. + """ + InformationOnly.emit("Editable installation.", msg) + + +def _encode_pth(content: str) -> bytes: + """ + Prior to Python 3.13 (see https://github.com/python/cpython/issues/77102), + .pth files are always read with 'locale' encoding, the recommendation + from the cpython core developers is to write them as ``open(path, "w")`` + and ignore warnings (see python/cpython#77102, pypa/setuptools#3937). + This function tries to simulate this behavior without having to create an + actual file, in a way that supports a range of active Python versions. + (There seems to be some variety in the way different version of Python handle + ``encoding=None``, not all of them use ``locale.getpreferredencoding(False)`` + or ``locale.getencoding()``). + """ + with io.BytesIO() as buffer: + wrapper = io.TextIOWrapper(buffer, encoding=py312.PTH_ENCODING) + # TODO: Python 3.13 replace the whole function with `bytes(content, "utf-8")` + wrapper.write(content) + wrapper.flush() + buffer.seek(0) + return buffer.read() + + +def _can_symlink_files(base_dir: Path) -> bool: + with TemporaryDirectory(dir=str(base_dir.resolve())) as tmp: + path1, path2 = Path(tmp, "file1.txt"), Path(tmp, "file2.txt") + path1.write_text("file1", encoding="utf-8") + with suppress(AttributeError, NotImplementedError, OSError): + os.symlink(path1, path2) + if path2.is_symlink() and path2.read_text(encoding="utf-8") == "file1": + return True + + try: + os.link(path1, path2) # Ensure hard links can be created + except Exception as ex: + msg = ( + "File system does not seem to support either symlinks or hard links. " + "Strict editable installs require one of them to be supported." + ) + raise LinksNotSupported(msg) from ex + return False + + +def _simple_layout( + packages: Iterable[str], package_dir: dict[str, str], project_dir: StrPath +) -> bool: + """Return ``True`` if: + - all packages are contained by the same parent directory, **and** + - all packages become importable if the parent directory is added to ``sys.path``. + + >>> _simple_layout(['a'], {"": "src"}, "/tmp/myproj") + True + >>> _simple_layout(['a', 'a.b'], {"": "src"}, "/tmp/myproj") + True + >>> _simple_layout(['a', 'a.b'], {}, "/tmp/myproj") + True + >>> _simple_layout(['a', 'a.a1', 'a.a1.a2', 'b'], {"": "src"}, "/tmp/myproj") + True + >>> _simple_layout(['a', 'a.a1', 'a.a1.a2', 'b'], {"a": "a", "b": "b"}, ".") + True + >>> _simple_layout(['a', 'a.a1', 'a.a1.a2', 'b'], {"a": "_a", "b": "_b"}, ".") + False + >>> _simple_layout(['a', 'a.a1', 'a.a1.a2', 'b'], {"a": "_a"}, "/tmp/myproj") + False + >>> _simple_layout(['a', 'a.a1', 'a.a1.a2', 'b'], {"a.a1.a2": "_a2"}, ".") + False + >>> _simple_layout(['a', 'a.b'], {"": "src", "a.b": "_ab"}, "/tmp/myproj") + False + >>> # Special cases, no packages yet: + >>> _simple_layout([], {"": "src"}, "/tmp/myproj") + True + >>> _simple_layout([], {"a": "_a", "": "src"}, "/tmp/myproj") + False + """ + layout = {pkg: find_package_path(pkg, package_dir, project_dir) for pkg in packages} + if not layout: + return set(package_dir) in ({}, {""}) + parent = os.path.commonpath(starmap(_parent_path, layout.items())) + return all( + _path.same_path(Path(parent, *key.split('.')), value) + for key, value in layout.items() + ) + + +def _parent_path(pkg, pkg_path): + """Infer the parent path containing a package, that if added to ``sys.path`` would + allow importing that package. + When ``pkg`` is directly mapped into a directory with a different name, return its + own path. + >>> _parent_path("a", "src/a") + 'src' + >>> _parent_path("b", "src/c") + 'src/c' + """ + parent = pkg_path[: -len(pkg)] if pkg_path.endswith(pkg) else pkg_path + return parent.rstrip("/" + os.sep) + + +def _find_packages(dist: Distribution) -> Iterator[str]: + yield from iter(dist.packages or []) + + py_modules = dist.py_modules or [] + nested_modules = [mod for mod in py_modules if "." in mod] + if dist.ext_package: + yield dist.ext_package + else: + ext_modules = dist.ext_modules or [] + nested_modules += [x.name for x in ext_modules if "." in x.name] + + for module in nested_modules: + package, _, _ = module.rpartition(".") + yield package + + +def _find_top_level_modules(dist: Distribution) -> Iterator[str]: + py_modules = dist.py_modules or [] + yield from (mod for mod in py_modules if "." not in mod) + + if not dist.ext_package: + ext_modules = dist.ext_modules or [] + yield from (x.name for x in ext_modules if "." not in x.name) + + +def _find_package_roots( + packages: Iterable[str], + package_dir: Mapping[str, str], + src_root: StrPath, +) -> dict[str, str]: + pkg_roots: dict[str, str] = { + pkg: _absolute_root(find_package_path(pkg, package_dir, src_root)) + for pkg in sorted(packages) + } + + return _remove_nested(pkg_roots) + + +def _absolute_root(path: StrPath) -> str: + """Works for packages and top-level modules""" + path_ = Path(path) + parent = path_.parent + + if path_.exists(): + return str(path_.resolve()) + else: + return str(parent.resolve() / path_.name) + + +def _find_virtual_namespaces(pkg_roots: dict[str, str]) -> Iterator[str]: + """By carefully designing ``package_dir``, it is possible to implement the logical + structure of PEP 420 in a package without the corresponding directories. + + Moreover a parent package can be purposefully/accidentally skipped in the discovery + phase (e.g. ``find_packages(include=["mypkg.*"])``, when ``mypkg.foo`` is included + by ``mypkg`` itself is not). + We consider this case to also be a virtual namespace (ignoring the original + directory) to emulate a non-editable installation. + + This function will try to find these kinds of namespaces. + """ + for pkg in pkg_roots: + if "." not in pkg: + continue + parts = pkg.split(".") + for i in range(len(parts) - 1, 0, -1): + partial_name = ".".join(parts[:i]) + path = Path(find_package_path(partial_name, pkg_roots, "")) + if not path.exists() or partial_name not in pkg_roots: + # partial_name not in pkg_roots ==> purposefully/accidentally skipped + yield partial_name + + +def _find_namespaces( + packages: list[str], pkg_roots: dict[str, str] +) -> Iterator[tuple[str, list[str]]]: + for pkg in packages: + path = find_package_path(pkg, pkg_roots, "") + if Path(path).exists() and not Path(path, "__init__.py").exists(): + yield (pkg, [path]) + + +def _remove_nested(pkg_roots: dict[str, str]) -> dict[str, str]: + output = dict(pkg_roots.copy()) + + for pkg, path in reversed(list(pkg_roots.items())): + if any( + pkg != other and _is_nested(pkg, path, other, other_path) + for other, other_path in pkg_roots.items() + ): + output.pop(pkg) + + return output + + +def _is_nested(pkg: str, pkg_path: str, parent: str, parent_path: str) -> bool: + """ + Return ``True`` if ``pkg`` is nested inside ``parent`` both logically and in the + file system. + >>> _is_nested("a.b", "path/a/b", "a", "path/a") + True + >>> _is_nested("a.b", "path/a/b", "a", "otherpath/a") + False + >>> _is_nested("a.b", "path/a/b", "c", "path/c") + False + >>> _is_nested("a.a", "path/a/a", "a", "path/a") + True + >>> _is_nested("b.a", "path/b/a", "a", "path/a") + False + """ + norm_pkg_path = _path.normpath(pkg_path) + rest = pkg.replace(parent, "", 1).strip(".").split(".") + return pkg.startswith(parent) and norm_pkg_path == _path.normpath( + Path(parent_path, *rest) + ) + + +def _empty_dir(dir_: _P) -> _P: + """Create a directory ensured to be empty. Existing files may be removed.""" + _shutil.rmtree(dir_, ignore_errors=True) + os.makedirs(dir_) + return dir_ + + +class _NamespaceInstaller(namespaces.Installer): + def __init__(self, distribution, installation_dir, editable_name, src_root) -> None: + self.distribution = distribution + self.src_root = src_root + self.installation_dir = installation_dir + self.editable_name = editable_name + self.outputs: list[str] = [] + self.dry_run = False + + def _get_nspkg_file(self): + """Installation target.""" + return os.path.join(self.installation_dir, self.editable_name + self.nspkg_ext) + + def _get_root(self): + """Where the modules/packages should be loaded from.""" + return repr(str(self.src_root)) + + +_FINDER_TEMPLATE = """\ +from __future__ import annotations +import sys +from importlib.machinery import ModuleSpec, PathFinder +from importlib.machinery import all_suffixes as module_suffixes +from importlib.util import spec_from_file_location +from itertools import chain +from pathlib import Path + +MAPPING: dict[str, str] = {mapping!r} +NAMESPACES: dict[str, list[str]] = {namespaces!r} +PATH_PLACEHOLDER = {name!r} + ".__path_hook__" + + +class _EditableFinder: # MetaPathFinder + @classmethod + def find_spec(cls, fullname: str, path=None, target=None) -> ModuleSpec | None: # type: ignore + # Top-level packages and modules (we know these exist in the FS) + if fullname in MAPPING: + pkg_path = MAPPING[fullname] + return cls._find_spec(fullname, Path(pkg_path)) + + # Handle immediate children modules (required for namespaces to work) + # To avoid problems with case sensitivity in the file system we delegate + # to the importlib.machinery implementation. + parent, _, child = fullname.rpartition(".") + if parent and parent in MAPPING: + return PathFinder.find_spec(fullname, path=[MAPPING[parent]]) + + # Other levels of nesting should be handled automatically by importlib + # using the parent path. + return None + + @classmethod + def _find_spec(cls, fullname: str, candidate_path: Path) -> ModuleSpec | None: + init = candidate_path / "__init__.py" + candidates = (candidate_path.with_suffix(x) for x in module_suffixes()) + for candidate in chain([init], candidates): + if candidate.exists(): + return spec_from_file_location(fullname, candidate) + return None + + +class _EditableNamespaceFinder: # PathEntryFinder + @classmethod + def _path_hook(cls, path) -> type[_EditableNamespaceFinder]: + if path == PATH_PLACEHOLDER: + return cls + raise ImportError + + @classmethod + def _paths(cls, fullname: str) -> list[str]: + paths = NAMESPACES[fullname] + if not paths and fullname in MAPPING: + paths = [MAPPING[fullname]] + # Always add placeholder, for 2 reasons: + # 1. __path__ cannot be empty for the spec to be considered namespace. + # 2. In the case of nested namespaces, we need to force + # import machinery to query _EditableNamespaceFinder again. + return [*paths, PATH_PLACEHOLDER] + + @classmethod + def find_spec(cls, fullname: str, target=None) -> ModuleSpec | None: # type: ignore + if fullname in NAMESPACES: + spec = ModuleSpec(fullname, None, is_package=True) + spec.submodule_search_locations = cls._paths(fullname) + return spec + return None + + @classmethod + def find_module(cls, _fullname) -> None: + return None + + +def install(): + if not any(finder == _EditableFinder for finder in sys.meta_path): + sys.meta_path.append(_EditableFinder) + + if not NAMESPACES: + return + + if not any(hook == _EditableNamespaceFinder._path_hook for hook in sys.path_hooks): + # PathEntryFinder is needed to create NamespaceSpec without private APIS + sys.path_hooks.append(_EditableNamespaceFinder._path_hook) + if PATH_PLACEHOLDER not in sys.path: + sys.path.append(PATH_PLACEHOLDER) # Used just to trigger the path hook +""" + + +def _finder_template( + name: str, mapping: Mapping[str, str], namespaces: dict[str, list[str]] +) -> str: + """Create a string containing the code for the``MetaPathFinder`` and + ``PathEntryFinder``. + """ + mapping = dict(sorted(mapping.items(), key=lambda p: p[0])) + return _FINDER_TEMPLATE.format(name=name, mapping=mapping, namespaces=namespaces) + + +class LinksNotSupported(errors.FileError): + """File system does not seem to support either symlinks or hard links.""" + + +class _DebuggingTips(SetuptoolsWarning): + _SUMMARY = "Problem in editable installation." + _DETAILS = """ + An error happened while installing `{project}` in editable mode. + + The following steps are recommended to help debug this problem: + + - Try to install the project normally, without using the editable mode. + Does the error still persist? + (If it does, try fixing the problem before attempting the editable mode). + - If you are using binary extensions, make sure you have all OS-level + dependencies installed (e.g. compilers, toolchains, binary libraries, ...). + - Try the latest version of setuptools (maybe the error was already fixed). + - If you (or your project dependencies) are using any setuptools extension + or customization, make sure they support the editable mode. + + After following the steps above, if the problem still persists and + you think this is related to how setuptools handles editable installations, + please submit a reproducible example + (see https://stackoverflow.com/help/minimal-reproducible-example) to: + + https://github.com/pypa/setuptools/issues + """ + _SEE_DOCS = "userguide/development_mode.html" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/egg_info.py b/llmlab/lib/python3.12/site-packages/setuptools/command/egg_info.py new file mode 100644 index 0000000..f776311 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/egg_info.py @@ -0,0 +1,720 @@ +"""setuptools.command.egg_info + +Create a distribution's .egg-info directory and contents""" + +import functools +import os +import re +import sys +import time +from collections.abc import Callable + +import packaging +import packaging.requirements +import packaging.version + +import setuptools.unicode_utils as unicode_utils +from setuptools import Command +from setuptools.command import bdist_egg +from setuptools.command.sdist import sdist, walk_revctrl +from setuptools.command.setopt import edit_config +from setuptools.glob import glob + +from .. import _entry_points, _normalization +from .._importlib import metadata +from ..warnings import SetuptoolsDeprecationWarning +from . import _requirestxt + +import distutils.errors +import distutils.filelist +from distutils import log +from distutils.errors import DistutilsInternalError +from distutils.filelist import FileList as _FileList +from distutils.util import convert_path + +PY_MAJOR = f'{sys.version_info.major}.{sys.version_info.minor}' + + +def translate_pattern(glob): # noqa: C901 # is too complex (14) # FIXME + """ + Translate a file path glob like '*.txt' in to a regular expression. + This differs from fnmatch.translate which allows wildcards to match + directory separators. It also knows about '**/' which matches any number of + directories. + """ + pat = '' + + # This will split on '/' within [character classes]. This is deliberate. + chunks = glob.split(os.path.sep) + + sep = re.escape(os.sep) + valid_char = f'[^{sep}]' + + for c, chunk in enumerate(chunks): + last_chunk = c == len(chunks) - 1 + + # Chunks that are a literal ** are globstars. They match anything. + if chunk == '**': + if last_chunk: + # Match anything if this is the last component + pat += '.*' + else: + # Match '(name/)*' + pat += f'(?:{valid_char}+{sep})*' + continue # Break here as the whole path component has been handled + + # Find any special characters in the remainder + i = 0 + chunk_len = len(chunk) + while i < chunk_len: + char = chunk[i] + if char == '*': + # Match any number of name characters + pat += valid_char + '*' + elif char == '?': + # Match a name character + pat += valid_char + elif char == '[': + # Character class + inner_i = i + 1 + # Skip initial !/] chars + if inner_i < chunk_len and chunk[inner_i] == '!': + inner_i = inner_i + 1 + if inner_i < chunk_len and chunk[inner_i] == ']': + inner_i = inner_i + 1 + + # Loop till the closing ] is found + while inner_i < chunk_len and chunk[inner_i] != ']': + inner_i = inner_i + 1 + + if inner_i >= chunk_len: + # Got to the end of the string without finding a closing ] + # Do not treat this as a matching group, but as a literal [ + pat += re.escape(char) + else: + # Grab the insides of the [brackets] + inner = chunk[i + 1 : inner_i] + char_class = '' + + # Class negation + if inner[0] == '!': + char_class = '^' + inner = inner[1:] + + char_class += re.escape(inner) + pat += f'[{char_class}]' + + # Skip to the end ] + i = inner_i + else: + pat += re.escape(char) + i += 1 + + # Join each chunk with the dir separator + if not last_chunk: + pat += sep + + pat += r'\Z' + return re.compile(pat, flags=re.MULTILINE | re.DOTALL) + + +class InfoCommon: + tag_build = None + tag_date = None + + @property + def name(self): + return _normalization.safe_name(self.distribution.get_name()) + + def tagged_version(self): + tagged = self._maybe_tag(self.distribution.get_version()) + return _normalization.safe_version(tagged) + + def _maybe_tag(self, version): + """ + egg_info may be called more than once for a distribution, + in which case the version string already contains all tags. + """ + return ( + version + if self.vtags and self._already_tagged(version) + else version + self.vtags + ) + + def _already_tagged(self, version: str) -> bool: + # Depending on their format, tags may change with version normalization. + # So in addition the regular tags, we have to search for the normalized ones. + return version.endswith(self.vtags) or version.endswith(self._safe_tags()) + + def _safe_tags(self) -> str: + # To implement this we can rely on `safe_version` pretending to be version 0 + # followed by tags. Then we simply discard the starting 0 (fake version number) + try: + return _normalization.safe_version(f"0{self.vtags}")[1:] + except packaging.version.InvalidVersion: + return _normalization.safe_name(self.vtags.replace(' ', '.')) + + def tags(self) -> str: + version = '' + if self.tag_build: + version += self.tag_build + if self.tag_date: + version += time.strftime("%Y%m%d") + return version + + vtags = property(tags) + + +class egg_info(InfoCommon, Command): + description = "create a distribution's .egg-info directory" + + user_options = [ + ( + 'egg-base=', + 'e', + "directory containing .egg-info directories" + " [default: top of the source tree]", + ), + ('tag-date', 'd', "Add date stamp (e.g. 20050528) to version number"), + ('tag-build=', 'b', "Specify explicit tag to add to version number"), + ('no-date', 'D', "Don't include date stamp [default]"), + ] + + boolean_options = ['tag-date'] + negative_opt = { + 'no-date': 'tag-date', + } + + def initialize_options(self): + self.egg_base = None + self.egg_name = None + self.egg_info = None + self.egg_version = None + self.ignore_egg_info_in_manifest = False + + #################################### + # allow the 'tag_svn_revision' to be detected and + # set, supporting sdists built on older Setuptools. + @property + def tag_svn_revision(self) -> None: + pass + + @tag_svn_revision.setter + def tag_svn_revision(self, value): + pass + + #################################### + + def save_version_info(self, filename) -> None: + """ + Materialize the value of date into the + build tag. Install build keys in a deterministic order + to avoid arbitrary reordering on subsequent builds. + """ + # follow the order these keys would have been added + # when PYTHONHASHSEED=0 + egg_info = dict(tag_build=self.tags(), tag_date=0) + edit_config(filename, dict(egg_info=egg_info)) + + def finalize_options(self) -> None: + # Note: we need to capture the current value returned + # by `self.tagged_version()`, so we can later update + # `self.distribution.metadata.version` without + # repercussions. + self.egg_name = self.name + self.egg_version = self.tagged_version() + parsed_version = packaging.version.Version(self.egg_version) + + try: + is_version = isinstance(parsed_version, packaging.version.Version) + spec = "%s==%s" if is_version else "%s===%s" + packaging.requirements.Requirement(spec % (self.egg_name, self.egg_version)) + except ValueError as e: + raise distutils.errors.DistutilsOptionError( + f"Invalid distribution name or version syntax: {self.egg_name}-{self.egg_version}" + ) from e + + if self.egg_base is None: + dirs = self.distribution.package_dir + self.egg_base = (dirs or {}).get('', os.curdir) + + self.ensure_dirname('egg_base') + self.egg_info = _normalization.filename_component(self.egg_name) + '.egg-info' + if self.egg_base != os.curdir: + self.egg_info = os.path.join(self.egg_base, self.egg_info) + + # Set package version for the benefit of dumber commands + # (e.g. sdist, bdist_wininst, etc.) + # + self.distribution.metadata.version = self.egg_version + + def _get_egg_basename(self, py_version=PY_MAJOR, platform=None): + """Compute filename of the output egg. Private API.""" + return _egg_basename(self.egg_name, self.egg_version, py_version, platform) + + def write_or_delete_file(self, what, filename, data, force: bool = False) -> None: + """Write `data` to `filename` or delete if empty + + If `data` is non-empty, this routine is the same as ``write_file()``. + If `data` is empty but not ``None``, this is the same as calling + ``delete_file(filename)`. If `data` is ``None``, then this is a no-op + unless `filename` exists, in which case a warning is issued about the + orphaned file (if `force` is false), or deleted (if `force` is true). + """ + if data: + self.write_file(what, filename, data) + elif os.path.exists(filename): + if data is None and not force: + log.warn("%s not set in setup(), but %s exists", what, filename) + return + else: + self.delete_file(filename) + + def write_file(self, what, filename, data) -> None: + """Write `data` to `filename` (if not a dry run) after announcing it + + `what` is used in a log message to identify what is being written + to the file. + """ + log.info("writing %s to %s", what, filename) + data = data.encode("utf-8") + if not self.dry_run: + f = open(filename, 'wb') + f.write(data) + f.close() + + def delete_file(self, filename) -> None: + """Delete `filename` (if not a dry run) after announcing it""" + log.info("deleting %s", filename) + if not self.dry_run: + os.unlink(filename) + + def run(self) -> None: + # Pre-load to avoid iterating over entry-points while an empty .egg-info + # exists in sys.path. See pypa/pyproject-hooks#206 + writers = list(metadata.entry_points(group='egg_info.writers')) + + self.mkpath(self.egg_info) + try: + os.utime(self.egg_info, None) + except OSError as e: + msg = f"Cannot update time stamp of directory '{self.egg_info}'" + raise distutils.errors.DistutilsFileError(msg) from e + for ep in writers: + writer = ep.load() + writer(self, ep.name, os.path.join(self.egg_info, ep.name)) + + # Get rid of native_libs.txt if it was put there by older bdist_egg + nl = os.path.join(self.egg_info, "native_libs.txt") + if os.path.exists(nl): + self.delete_file(nl) + + self.find_sources() + + def find_sources(self) -> None: + """Generate SOURCES.txt manifest file""" + manifest_filename = os.path.join(self.egg_info, "SOURCES.txt") + mm = manifest_maker(self.distribution) + mm.ignore_egg_info_dir = self.ignore_egg_info_in_manifest + mm.manifest = manifest_filename + mm.run() + self.filelist = mm.filelist + + +class FileList(_FileList): + # Implementations of the various MANIFEST.in commands + + def __init__( + self, warn=None, debug_print=None, ignore_egg_info_dir: bool = False + ) -> None: + super().__init__(warn, debug_print) + self.ignore_egg_info_dir = ignore_egg_info_dir + + def process_template_line(self, line) -> None: + # 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 (dir_pattern). + (action, patterns, dir, dir_pattern) = self._parse_template_line(line) + + action_map: dict[str, Callable] = { + 'include': self.include, + 'exclude': self.exclude, + 'global-include': self.global_include, + 'global-exclude': self.global_exclude, + 'recursive-include': functools.partial( + self.recursive_include, + dir, + ), + 'recursive-exclude': functools.partial( + self.recursive_exclude, + dir, + ), + 'graft': self.graft, + 'prune': self.prune, + } + log_map = { + 'include': "warning: no files found matching '%s'", + 'exclude': ("warning: no previously-included files found matching '%s'"), + 'global-include': ( + "warning: no files found matching '%s' anywhere in distribution" + ), + 'global-exclude': ( + "warning: no previously-included files matching " + "'%s' found anywhere in distribution" + ), + 'recursive-include': ( + "warning: no files found matching '%s' under directory '%s'" + ), + 'recursive-exclude': ( + "warning: no previously-included files matching " + "'%s' found under directory '%s'" + ), + 'graft': "warning: no directories found matching '%s'", + 'prune': "no previously-included directories found matching '%s'", + } + + try: + process_action = action_map[action] + except KeyError: + msg = f"Invalid MANIFEST.in: unknown action {action!r} in {line!r}" + raise DistutilsInternalError(msg) from None + + # 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. + + action_is_recursive = action.startswith('recursive-') + if action in {'graft', 'prune'}: + patterns = [dir_pattern] + extra_log_args = (dir,) if action_is_recursive else () + log_tmpl = log_map[action] + + self.debug_print( + ' '.join( + [action] + ([dir] if action_is_recursive else []) + patterns, + ) + ) + for pattern in patterns: + if not process_action(pattern): + log.warn(log_tmpl, pattern, *extra_log_args) + + def _remove_files(self, predicate): + """ + Remove all files from the file list that match the predicate. + Return True if any matching files were removed + """ + found = False + for i in range(len(self.files) - 1, -1, -1): + if predicate(self.files[i]): + self.debug_print(" removing " + self.files[i]) + del self.files[i] + found = True + return found + + def include(self, pattern): + """Include files that match 'pattern'.""" + found = [f for f in glob(pattern) if not os.path.isdir(f)] + self.extend(found) + return bool(found) + + def exclude(self, pattern): + """Exclude files that match 'pattern'.""" + match = translate_pattern(pattern) + return self._remove_files(match.match) + + def recursive_include(self, dir, pattern): + """ + Include all files anywhere in 'dir/' that match the pattern. + """ + full_pattern = os.path.join(dir, '**', pattern) + found = [f for f in glob(full_pattern, recursive=True) if not os.path.isdir(f)] + self.extend(found) + return bool(found) + + def recursive_exclude(self, dir, pattern): + """ + Exclude any file anywhere in 'dir/' that match the pattern. + """ + match = translate_pattern(os.path.join(dir, '**', pattern)) + return self._remove_files(match.match) + + def graft(self, dir): + """Include all files from 'dir/'.""" + found = [ + item + for match_dir in glob(dir) + for item in distutils.filelist.findall(match_dir) + ] + self.extend(found) + return bool(found) + + def prune(self, dir): + """Filter out files from 'dir/'.""" + match = translate_pattern(os.path.join(dir, '**')) + return self._remove_files(match.match) + + def global_include(self, pattern): + """ + Include all files anywhere in the current directory that match the + pattern. This is very inefficient on large file trees. + """ + if self.allfiles is None: + self.findall() + match = translate_pattern(os.path.join('**', pattern)) + found = [f for f in self.allfiles if match.match(f)] + self.extend(found) + return bool(found) + + def global_exclude(self, pattern): + """ + Exclude all files anywhere that match the pattern. + """ + match = translate_pattern(os.path.join('**', pattern)) + return self._remove_files(match.match) + + def append(self, item) -> None: + if item.endswith('\r'): # Fix older sdists built on Windows + item = item[:-1] + path = convert_path(item) + + if self._safe_path(path): + self.files.append(path) + + def extend(self, paths) -> None: + self.files.extend(filter(self._safe_path, paths)) + + def _repair(self): + """ + Replace self.files with only safe paths + + Because some owners of FileList manipulate the underlying + ``files`` attribute directly, this method must be called to + repair those paths. + """ + self.files = list(filter(self._safe_path, self.files)) + + def _safe_path(self, path): + enc_warn = "'%s' not %s encodable -- skipping" + + # To avoid accidental trans-codings errors, first to unicode + u_path = unicode_utils.filesys_decode(path) + if u_path is None: + log.warn(f"'{path}' in unexpected encoding -- skipping") + return False + + # Must ensure utf-8 encodability + utf8_path = unicode_utils.try_encode(u_path, "utf-8") + if utf8_path is None: + log.warn(enc_warn, path, 'utf-8') + return False + + try: + # ignore egg-info paths + is_egg_info = ".egg-info" in u_path or b".egg-info" in utf8_path + if self.ignore_egg_info_dir and is_egg_info: + return False + # accept is either way checks out + if os.path.exists(u_path) or os.path.exists(utf8_path): + return True + # this will catch any encode errors decoding u_path + except UnicodeEncodeError: + log.warn(enc_warn, path, sys.getfilesystemencoding()) + + +class manifest_maker(sdist): + template = "MANIFEST.in" + + def initialize_options(self) -> None: + self.use_defaults = True + self.prune = True + self.manifest_only = True + self.force_manifest = True + self.ignore_egg_info_dir = False + + def finalize_options(self) -> None: + pass + + def run(self) -> None: + self.filelist = FileList(ignore_egg_info_dir=self.ignore_egg_info_dir) + if not os.path.exists(self.manifest): + self.write_manifest() # it must exist so it'll get in the list + self.add_defaults() + if os.path.exists(self.template): + self.read_template() + self.add_license_files() + self._add_referenced_files() + self.prune_file_list() + self.filelist.sort() + self.filelist.remove_duplicates() + self.write_manifest() + + def _manifest_normalize(self, path): + path = unicode_utils.filesys_decode(path) + return path.replace(os.sep, '/') + + def write_manifest(self) -> None: + """ + Write the file list in 'self.filelist' to the manifest file + named by 'self.manifest'. + """ + self.filelist._repair() + + # Now _repairs should encodability, but not unicode + files = [self._manifest_normalize(f) for f in self.filelist.files] + msg = f"writing manifest file '{self.manifest}'" + self.execute(write_file, (self.manifest, files), msg) + + def warn(self, msg) -> None: + if not self._should_suppress_warning(msg): + sdist.warn(self, msg) + + @staticmethod + def _should_suppress_warning(msg): + """ + suppress missing-file warnings from sdist + """ + return re.match(r"standard file .*not found", msg) + + def add_defaults(self) -> None: + sdist.add_defaults(self) + self.filelist.append(self.template) + self.filelist.append(self.manifest) + rcfiles = list(walk_revctrl()) + if rcfiles: + self.filelist.extend(rcfiles) + elif os.path.exists(self.manifest): + self.read_manifest() + + if os.path.exists("setup.py"): + # setup.py should be included by default, even if it's not + # the script called to create the sdist + self.filelist.append("setup.py") + + ei_cmd = self.get_finalized_command('egg_info') + self.filelist.graft(ei_cmd.egg_info) + + def add_license_files(self) -> None: + license_files = self.distribution.metadata.license_files or [] + for lf in license_files: + log.info("adding license file '%s'", lf) + self.filelist.extend(license_files) + + def _add_referenced_files(self): + """Add files referenced by the config (e.g. `file:` directive) to filelist""" + referenced = getattr(self.distribution, '_referenced_files', []) + # ^-- fallback if dist comes from distutils or is a custom class + for rf in referenced: + log.debug("adding file referenced by config '%s'", rf) + self.filelist.extend(referenced) + + def _safe_data_files(self, build_py): + """ + The parent class implementation of this method + (``sdist``) will try to include data files, which + might cause recursion problems when + ``include_package_data=True``. + + Therefore, avoid triggering any attempt of + analyzing/building the manifest again. + """ + if hasattr(build_py, 'get_data_files_without_manifest'): + return build_py.get_data_files_without_manifest() + + SetuptoolsDeprecationWarning.emit( + "`build_py` command does not inherit from setuptools' `build_py`.", + """ + Custom 'build_py' does not implement 'get_data_files_without_manifest'. + Please extend command classes from setuptools instead of distutils. + """, + see_url="https://peps.python.org/pep-0632/", + # due_date not defined yet, old projects might still do it? + ) + return build_py.get_data_files() + + +def write_file(filename, contents) -> None: + """Create a file with the specified name and write 'contents' (a + sequence of strings without line terminators) to it. + """ + contents = "\n".join(contents) + + # assuming the contents has been vetted for utf-8 encoding + contents = contents.encode("utf-8") + + with open(filename, "wb") as f: # always write POSIX-style manifest + f.write(contents) + + +def write_pkg_info(cmd, basename, filename) -> None: + log.info("writing %s", filename) + if not cmd.dry_run: + metadata = cmd.distribution.metadata + metadata.version, oldver = cmd.egg_version, metadata.version + metadata.name, oldname = cmd.egg_name, metadata.name + + try: + # write unescaped data to PKG-INFO, so older pkg_resources + # can still parse it + metadata.write_pkg_info(cmd.egg_info) + finally: + metadata.name, metadata.version = oldname, oldver + + safe = getattr(cmd.distribution, 'zip_safe', None) + + bdist_egg.write_safety_flag(cmd.egg_info, safe) + + +def warn_depends_obsolete(cmd, basename, filename) -> None: + """ + Unused: left to avoid errors when updating (from source) from <= 67.8. + Old installations have a .dist-info directory with the entry-point + ``depends.txt = setuptools.command.egg_info:warn_depends_obsolete``. + This may trigger errors when running the first egg_info in build_meta. + TODO: Remove this function in a version sufficiently > 68. + """ + + +# Export API used in entry_points +write_requirements = _requirestxt.write_requirements +write_setup_requirements = _requirestxt.write_setup_requirements + + +def write_toplevel_names(cmd, basename, filename) -> None: + pkgs = dict.fromkeys([ + k.split('.', 1)[0] for k in cmd.distribution.iter_distribution_names() + ]) + cmd.write_file("top-level names", filename, '\n'.join(sorted(pkgs)) + '\n') + + +def overwrite_arg(cmd, basename, filename) -> None: + write_arg(cmd, basename, filename, True) + + +def write_arg(cmd, basename, filename, force: bool = False) -> None: + argname = os.path.splitext(basename)[0] + value = getattr(cmd.distribution, argname, None) + if value is not None: + value = '\n'.join(value) + '\n' + cmd.write_or_delete_file(argname, filename, value, force) + + +def write_entries(cmd, basename, filename) -> None: + eps = _entry_points.load(cmd.distribution.entry_points) + defn = _entry_points.render(eps) + cmd.write_or_delete_file('entry points', filename, defn, True) + + +def _egg_basename(egg_name, egg_version, py_version=None, platform=None): + """Compute filename of the output egg. Private API.""" + name = _normalization.filename_component(egg_name) + version = _normalization.filename_component(egg_version) + egg = f"{name}-{version}-py{py_version or PY_MAJOR}" + if platform: + egg += f"-{platform}" + return egg + + +class EggInfoDeprecationWarning(SetuptoolsDeprecationWarning): + """Deprecated behavior warning for EggInfo, bypassing suppression.""" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/install.py b/llmlab/lib/python3.12/site-packages/setuptools/command/install.py new file mode 100644 index 0000000..15ef364 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/install.py @@ -0,0 +1,183 @@ +from __future__ import annotations + +import glob +import inspect +import platform +from collections.abc import Callable +from typing import TYPE_CHECKING, Any, ClassVar, cast + +import setuptools + +from ..dist import Distribution +from ..warnings import SetuptoolsDeprecationWarning, SetuptoolsWarning +from .bdist_egg import bdist_egg as bdist_egg_cls + +import distutils.command.install as orig +from distutils.errors import DistutilsArgError + +if TYPE_CHECKING: + # This is only used for a type-cast, don't import at runtime or it'll cause deprecation warnings + from .easy_install import easy_install as easy_install_cls +else: + easy_install_cls = None + + +def __getattr__(name: str): # pragma: no cover + if name == "_install": + SetuptoolsDeprecationWarning.emit( + "`setuptools.command._install` was an internal implementation detail " + + "that was left in for numpy<1.9 support.", + due_date=(2025, 5, 2), # Originally added on 2024-11-01 + ) + return orig.install + raise AttributeError(f"module {__name__!r} has no attribute {name!r}") + + +class install(orig.install): + """Use easy_install to install the package, w/dependencies""" + + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + + user_options = orig.install.user_options + [ + ('old-and-unmanageable', None, "Try not to use this!"), + ( + 'single-version-externally-managed', + None, + "used by system package builders to create 'flat' eggs", + ), + ] + boolean_options = orig.install.boolean_options + [ + 'old-and-unmanageable', + 'single-version-externally-managed', + ] + # Type the same as distutils.command.install.install.sub_commands + # Must keep the second tuple item potentially None due to invariance + new_commands: ClassVar[list[tuple[str, Callable[[Any], bool] | None]]] = [ + ('install_egg_info', lambda self: True), + ('install_scripts', lambda self: True), + ] + _nc = dict(new_commands) + + def initialize_options(self): + SetuptoolsDeprecationWarning.emit( + "setup.py install is deprecated.", + """ + Please avoid running ``setup.py`` directly. + Instead, use pypa/build, pypa/installer or other + standards-based tools. + """, + see_url="https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html", + # TODO: Document how to bootstrap setuptools without install + # (e.g. by unzipping the wheel file) + # and then add a due_date to this warning. + ) + + super().initialize_options() + self.old_and_unmanageable = None + self.single_version_externally_managed = None + + def finalize_options(self) -> None: + super().finalize_options() + if self.root: + self.single_version_externally_managed = True + elif self.single_version_externally_managed: + if not self.root and not self.record: + raise DistutilsArgError( + "You must specify --record or --root when building system packages" + ) + + def handle_extra_path(self): + if self.root or self.single_version_externally_managed: + # explicit backward-compatibility mode, allow extra_path to work + return orig.install.handle_extra_path(self) + + # Ignore extra_path when installing an egg (or being run by another + # command without --root or --single-version-externally-managed + self.path_file = None + self.extra_dirs = '' + return None + + def run(self): + # Explicit request for old-style install? Just do it + if self.old_and_unmanageable or self.single_version_externally_managed: + return super().run() + + if not self._called_from_setup(inspect.currentframe()): + # Run in backward-compatibility mode to support bdist_* commands. + super().run() + else: + self.do_egg_install() + + return None + + @staticmethod + def _called_from_setup(run_frame): + """ + Attempt to detect whether run() was called from setup() or by another + command. If called by setup(), the parent caller will be the + 'run_command' method in 'distutils.dist', and *its* caller will be + the 'run_commands' method. If called any other way, the + immediate caller *might* be 'run_command', but it won't have been + called by 'run_commands'. Return True in that case or if a call stack + is unavailable. Return False otherwise. + """ + if run_frame is None: + msg = "Call stack not available. bdist_* commands may fail." + SetuptoolsWarning.emit(msg) + if platform.python_implementation() == 'IronPython': + msg = "For best results, pass -X:Frames to enable call stack." + SetuptoolsWarning.emit(msg) + return True + + frames = inspect.getouterframes(run_frame) + for frame in frames[2:4]: + (caller,) = frame[:1] + info = inspect.getframeinfo(caller) + caller_module = caller.f_globals.get('__name__', '') + + if caller_module == "setuptools.dist" and info.function == "run_command": + # Starting from v61.0.0 setuptools overwrites dist.run_command + continue + + return caller_module == 'distutils.dist' and info.function == 'run_commands' + + return False + + def do_egg_install(self) -> None: + easy_install = self.distribution.get_command_class('easy_install') + + cmd = cast( + # We'd want to cast easy_install as type[easy_install_cls] but a bug in + # mypy makes it think easy_install() returns a Command on Python 3.12+ + # https://github.com/python/mypy/issues/18088 + easy_install_cls, + easy_install( # type: ignore[call-arg] + self.distribution, + args="x", + root=self.root, + record=self.record, + ), + ) + cmd.ensure_finalized() # finalize before bdist_egg munges install cmd + cmd.always_copy_from = '.' # make sure local-dir eggs get installed + + # pick up setup-dir .egg files only: no .egg-info + cmd.package_index.scan(glob.glob('*.egg')) + + self.run_command('bdist_egg') + bdist_egg = cast(bdist_egg_cls, self.distribution.get_command_obj('bdist_egg')) + args = [bdist_egg.egg_output] + + if setuptools.bootstrap_install_from: + # Bootstrap self-installation of setuptools + args.insert(0, setuptools.bootstrap_install_from) + + cmd.args = args + cmd.run(show_deprecation=False) + setuptools.bootstrap_install_from = None + + +# XXX Python 3.1 doesn't see _nc if this is inside the class +install.sub_commands = [ + cmd for cmd in orig.install.sub_commands if cmd[0] not in install._nc +] + install.new_commands diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/install_egg_info.py b/llmlab/lib/python3.12/site-packages/setuptools/command/install_egg_info.py new file mode 100644 index 0000000..44f22cc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/install_egg_info.py @@ -0,0 +1,58 @@ +import os + +from setuptools import Command, namespaces +from setuptools.archive_util import unpack_archive + +from .._path import ensure_directory + +from distutils import dir_util, log + + +class install_egg_info(namespaces.Installer, Command): + """Install an .egg-info directory for the package""" + + description = "Install an .egg-info directory for the package" + + user_options = [ + ('install-dir=', 'd', "directory to install to"), + ] + + def initialize_options(self): + self.install_dir = None + + def finalize_options(self) -> None: + self.set_undefined_options('install_lib', ('install_dir', 'install_dir')) + ei_cmd = self.get_finalized_command("egg_info") + basename = f"{ei_cmd._get_egg_basename()}.egg-info" + self.source = ei_cmd.egg_info + self.target = os.path.join(self.install_dir, basename) + self.outputs: list[str] = [] + + def run(self) -> None: + self.run_command('egg_info') + if os.path.isdir(self.target) and not os.path.islink(self.target): + dir_util.remove_tree(self.target, dry_run=self.dry_run) + elif os.path.exists(self.target): + self.execute(os.unlink, (self.target,), "Removing " + self.target) + if not self.dry_run: + ensure_directory(self.target) + self.execute(self.copytree, (), f"Copying {self.source} to {self.target}") + self.install_namespaces() + + def get_outputs(self): + return self.outputs + + def copytree(self) -> None: + # Copy the .egg-info tree to site-packages + def skimmer(src, dst): + # filter out source-control directories; note that 'src' is always + # a '/'-separated path, regardless of platform. 'dst' is a + # platform-specific path. + for skip in '.svn/', 'CVS/': + if src.startswith(skip) or '/' + skip in src: + return None + self.outputs.append(dst) + log.debug("Copying %s to %s", src, dst) + return dst + + unpack_archive(self.source, self.target, skimmer) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/install_lib.py b/llmlab/lib/python3.12/site-packages/setuptools/command/install_lib.py new file mode 100644 index 0000000..8e1e072 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/install_lib.py @@ -0,0 +1,137 @@ +from __future__ import annotations + +import os +import sys +from itertools import product, starmap + +from .._path import StrPath +from ..dist import Distribution + +import distutils.command.install_lib as orig + + +class install_lib(orig.install_lib): + """Don't add compiled flags to filenames of non-Python files""" + + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + + def run(self) -> None: + self.build() + outfiles = self.install() + if outfiles is not None: + # always compile, in case we have any extension stubs to deal with + self.byte_compile(outfiles) + + def get_exclusions(self): + """ + Return a collections.Sized collections.Container of paths to be + excluded for single_version_externally_managed installations. + """ + all_packages = ( + pkg + for ns_pkg in self._get_SVEM_NSPs() + for pkg in self._all_packages(ns_pkg) + ) + + excl_specs = product(all_packages, self._gen_exclusion_paths()) + return set(starmap(self._exclude_pkg_path, excl_specs)) + + def _exclude_pkg_path(self, pkg, exclusion_path): + """ + Given a package name and exclusion path within that package, + compute the full exclusion path. + """ + parts = pkg.split('.') + [exclusion_path] + return os.path.join(self.install_dir, *parts) + + @staticmethod + def _all_packages(pkg_name): + """ + >>> list(install_lib._all_packages('foo.bar.baz')) + ['foo.bar.baz', 'foo.bar', 'foo'] + """ + while pkg_name: + yield pkg_name + pkg_name, _sep, _child = pkg_name.rpartition('.') + + def _get_SVEM_NSPs(self): + """ + Get namespace packages (list) but only for + single_version_externally_managed installations and empty otherwise. + """ + # TODO: is it necessary to short-circuit here? i.e. what's the cost + # if get_finalized_command is called even when namespace_packages is + # False? + if not self.distribution.namespace_packages: + return [] + + install_cmd = self.get_finalized_command('install') + svem = install_cmd.single_version_externally_managed + + return self.distribution.namespace_packages if svem else [] + + @staticmethod + def _gen_exclusion_paths(): + """ + Generate file paths to be excluded for namespace packages (bytecode + cache files). + """ + # always exclude the package module itself + yield '__init__.py' + + yield '__init__.pyc' + yield '__init__.pyo' + + if not hasattr(sys, 'implementation'): + return + + base = os.path.join('__pycache__', '__init__.' + sys.implementation.cache_tag) + yield base + '.pyc' + yield base + '.pyo' + yield base + '.opt-1.pyc' + yield base + '.opt-2.pyc' + + def copy_tree( + self, + infile: StrPath, + outfile: str, + # override: Using actual booleans + preserve_mode: bool = True, # type: ignore[override] + preserve_times: bool = True, # type: ignore[override] + preserve_symlinks: bool = False, # type: ignore[override] + level: object = 1, + ) -> list[str]: + assert preserve_mode + assert preserve_times + assert not preserve_symlinks + exclude = self.get_exclusions() + + if not exclude: + return orig.install_lib.copy_tree(self, infile, outfile) + + # Exclude namespace package __init__.py* files from the output + + from setuptools.archive_util import unpack_directory + + from distutils import log + + outfiles: list[str] = [] + + def pf(src: str, dst: str): + if dst in exclude: + log.warn("Skipping installation of %s (namespace package)", dst) + return False + + log.info("copying %s -> %s", src, os.path.dirname(dst)) + outfiles.append(dst) + return dst + + unpack_directory(infile, outfile, pf) + return outfiles + + def get_outputs(self): + outputs = orig.install_lib.get_outputs(self) + exclude = self.get_exclusions() + if exclude: + return [f for f in outputs if f not in exclude] + return outputs diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/install_scripts.py b/llmlab/lib/python3.12/site-packages/setuptools/command/install_scripts.py new file mode 100644 index 0000000..4401cf6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/install_scripts.py @@ -0,0 +1,73 @@ +from __future__ import annotations + +import os +import sys + +from .._path import ensure_directory +from ..dist import Distribution + +import distutils.command.install_scripts as orig +from distutils import log + + +class install_scripts(orig.install_scripts): + """Do normal script install, plus any egg_info wrapper scripts""" + + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + + def initialize_options(self) -> None: + orig.install_scripts.initialize_options(self) + self.no_ep = False + + def run(self) -> None: + self.run_command("egg_info") + if self.distribution.scripts: + orig.install_scripts.run(self) # run first to set up self.outfiles + else: + self.outfiles: list[str] = [] + if self.no_ep: + # don't install entry point scripts into .egg file! + return + self._install_ep_scripts() + + def _install_ep_scripts(self): + # Delay import side-effects + from pkg_resources import Distribution, PathMetadata + + from . import easy_install as ei + + ei_cmd = self.get_finalized_command("egg_info") + dist = Distribution( + ei_cmd.egg_base, + PathMetadata(ei_cmd.egg_base, ei_cmd.egg_info), + ei_cmd.egg_name, + ei_cmd.egg_version, + ) + bs_cmd = self.get_finalized_command('build_scripts') + exec_param = getattr(bs_cmd, 'executable', None) + writer = ei.ScriptWriter + if exec_param == sys.executable: + # In case the path to the Python executable contains a space, wrap + # it so it's not split up. + exec_param = [exec_param] + # resolve the writer to the environment + writer = writer.best() + cmd = writer.command_spec_class.best().from_param(exec_param) + for args in writer.get_args(dist, cmd.as_header()): + self.write_script(*args) + + def write_script(self, script_name, contents, mode: str = "t", *ignored) -> None: + """Write an executable file to the scripts directory""" + from setuptools.command.easy_install import chmod, current_umask + + log.info("Installing %s script to %s", script_name, self.install_dir) + target = os.path.join(self.install_dir, script_name) + self.outfiles.append(target) + + encoding = None if "b" in mode else "utf-8" + mask = current_umask() + if not self.dry_run: + ensure_directory(target) + with open(target, "w" + mode, encoding=encoding) as f: + f.write(contents) + chmod(target, 0o777 - mask) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml b/llmlab/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml new file mode 100644 index 0000000..5972a96 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml @@ -0,0 +1,15 @@ + + + + + + + + + + + + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/rotate.py b/llmlab/lib/python3.12/site-packages/setuptools/command/rotate.py new file mode 100644 index 0000000..acdce07 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/rotate.py @@ -0,0 +1,65 @@ +from __future__ import annotations + +import os +from typing import ClassVar + +from .. import Command, _shutil + +from distutils import log +from distutils.errors import DistutilsOptionError +from distutils.util import convert_path + + +class rotate(Command): + """Delete older distributions""" + + description = "delete older distributions, keeping N newest files" + user_options = [ + ('match=', 'm', "patterns to match (required)"), + ('dist-dir=', 'd', "directory where the distributions are"), + ('keep=', 'k', "number of matching distributions to keep"), + ] + + boolean_options: ClassVar[list[str]] = [] + + def initialize_options(self): + self.match = None + self.dist_dir = None + self.keep = None + + def finalize_options(self) -> None: + if self.match is None: + raise DistutilsOptionError( + "Must specify one or more (comma-separated) match patterns " + "(e.g. '.zip' or '.egg')" + ) + if self.keep is None: + raise DistutilsOptionError("Must specify number of files to keep") + try: + self.keep = int(self.keep) + except ValueError as e: + raise DistutilsOptionError("--keep must be an integer") from e + if isinstance(self.match, str): + self.match = [convert_path(p.strip()) for p in self.match.split(',')] + self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) + + def run(self) -> None: + self.run_command("egg_info") + from glob import glob + + for pattern in self.match: + pattern = self.distribution.get_name() + '*' + pattern + files = glob(os.path.join(self.dist_dir, pattern)) + files = [(os.path.getmtime(f), f) for f in files] + files.sort() + files.reverse() + + log.info("%d file(s) matching %s", len(files), pattern) + files = files[self.keep :] + for t, f in files: + log.info("Deleting %s", f) + if not self.dry_run: + if os.path.isdir(f): + _shutil.rmtree(f) + else: + os.unlink(f) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/saveopts.py b/llmlab/lib/python3.12/site-packages/setuptools/command/saveopts.py new file mode 100644 index 0000000..2a2cbce --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/saveopts.py @@ -0,0 +1,21 @@ +from setuptools.command.setopt import edit_config, option_base + + +class saveopts(option_base): + """Save command-line options to a file""" + + description = "save supplied options to setup.cfg or other config file" + + def run(self) -> None: + dist = self.distribution + settings: dict[str, dict[str, str]] = {} + + for cmd in dist.command_options: + if cmd == 'saveopts': + continue # don't save our own options! + + for opt, (src, val) in dist.get_option_dict(cmd).items(): + if src == "command line": + settings.setdefault(cmd, {})[opt] = val + + edit_config(self.filename, settings, self.dry_run) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/sdist.py b/llmlab/lib/python3.12/site-packages/setuptools/command/sdist.py new file mode 100644 index 0000000..9631cf3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/sdist.py @@ -0,0 +1,217 @@ +from __future__ import annotations + +import contextlib +import os +import re +from itertools import chain +from typing import ClassVar + +from .._importlib import metadata +from ..dist import Distribution +from .build import _ORIGINAL_SUBCOMMANDS + +import distutils.command.sdist as orig +from distutils import log + +_default_revctrl = list + + +def walk_revctrl(dirname=''): + """Find all files under revision control""" + for ep in metadata.entry_points(group='setuptools.file_finders'): + yield from ep.load()(dirname) + + +class sdist(orig.sdist): + """Smart sdist that finds anything supported by revision control""" + + user_options = [ + ('formats=', None, "formats for source distribution (comma-separated list)"), + ( + 'keep-temp', + 'k', + "keep the distribution tree around after creating " + "archive file(s)", + ), + ( + 'dist-dir=', + 'd', + "directory to put the source distribution archive(s) in [default: dist]", + ), + ( + 'owner=', + 'u', + "Owner name used when creating a tar file [default: current user]", + ), + ( + 'group=', + 'g', + "Group name used when creating a tar file [default: current group]", + ), + ] + + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + negative_opt: ClassVar[dict[str, str]] = {} + + README_EXTENSIONS = ['', '.rst', '.txt', '.md'] + READMES = tuple(f'README{ext}' for ext in README_EXTENSIONS) + + def run(self) -> None: + self.run_command('egg_info') + ei_cmd = self.get_finalized_command('egg_info') + self.filelist = ei_cmd.filelist + self.filelist.append(os.path.join(ei_cmd.egg_info, 'SOURCES.txt')) + self.check_readme() + + # Run sub commands + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + self.make_distribution() + + dist_files = getattr(self.distribution, 'dist_files', []) + for file in self.archive_files: + data = ('sdist', '', file) + if data not in dist_files: + dist_files.append(data) + + def initialize_options(self) -> None: + orig.sdist.initialize_options(self) + + def make_distribution(self) -> None: + """ + Workaround for #516 + """ + with self._remove_os_link(): + orig.sdist.make_distribution(self) + + @staticmethod + @contextlib.contextmanager + def _remove_os_link(): + """ + In a context, remove and restore os.link if it exists + """ + + class NoValue: + pass + + orig_val = getattr(os, 'link', NoValue) + try: + del os.link + except Exception: + pass + try: + yield + finally: + if orig_val is not NoValue: + os.link = orig_val + + def add_defaults(self) -> None: + super().add_defaults() + self._add_defaults_build_sub_commands() + + def _add_defaults_optional(self): + super()._add_defaults_optional() + if os.path.isfile('pyproject.toml'): + self.filelist.append('pyproject.toml') + + def _add_defaults_python(self): + """getting python files""" + if self.distribution.has_pure_modules(): + build_py = self.get_finalized_command('build_py') + self.filelist.extend(build_py.get_source_files()) + self._add_data_files(self._safe_data_files(build_py)) + + def _add_defaults_build_sub_commands(self): + build = self.get_finalized_command("build") + missing_cmds = set(build.get_sub_commands()) - _ORIGINAL_SUBCOMMANDS + # ^-- the original built-in sub-commands are already handled by default. + cmds = (self.get_finalized_command(c) for c in missing_cmds) + files = (c.get_source_files() for c in cmds if hasattr(c, "get_source_files")) + self.filelist.extend(chain.from_iterable(files)) + + def _safe_data_files(self, build_py): + """ + Since the ``sdist`` class is also used to compute the MANIFEST + (via :obj:`setuptools.command.egg_info.manifest_maker`), + there might be recursion problems when trying to obtain the list of + data_files and ``include_package_data=True`` (which in turn depends on + the files included in the MANIFEST). + + To avoid that, ``manifest_maker`` should be able to overwrite this + method and avoid recursive attempts to build/analyze the MANIFEST. + """ + return build_py.data_files + + def _add_data_files(self, data_files): + """ + Add data files as found in build_py.data_files. + """ + self.filelist.extend( + os.path.join(src_dir, name) + for _, src_dir, _, filenames in data_files + for name in filenames + ) + + def _add_defaults_data_files(self): + try: + super()._add_defaults_data_files() + except TypeError: + log.warn("data_files contains unexpected objects") + + def prune_file_list(self) -> None: + super().prune_file_list() + # Prevent accidental inclusion of test-related cache dirs at the project root + sep = re.escape(os.sep) + self.filelist.exclude_pattern(r"^(\.tox|\.nox|\.venv)" + sep, is_regex=True) + + def check_readme(self) -> None: + for f in self.READMES: + if os.path.exists(f): + return + else: + self.warn( + "standard file not found: should have one of " + ', '.join(self.READMES) + ) + + def make_release_tree(self, base_dir, files) -> None: + orig.sdist.make_release_tree(self, base_dir, files) + + # Save any egg_info command line options used to create this sdist + dest = os.path.join(base_dir, 'setup.cfg') + if hasattr(os, 'link') and os.path.exists(dest): + # unlink and re-copy, since it might be hard-linked, and + # we don't want to change the source version + os.unlink(dest) + self.copy_file('setup.cfg', dest) + + self.get_finalized_command('egg_info').save_version_info(dest) + + def _manifest_is_not_generated(self): + # check for special comment used in 2.7.1 and higher + if not os.path.isfile(self.manifest): + return False + + with open(self.manifest, 'rb') as fp: + first_line = fp.readline() + return first_line != b'# file GENERATED by distutils, do NOT edit\n' + + def read_manifest(self): + """Read the manifest file (named by 'self.manifest') and use it to + fill in 'self.filelist', the list of files to include in the source + distribution. + """ + log.info("reading manifest file '%s'", self.manifest) + manifest = open(self.manifest, 'rb') + for bytes_line in manifest: + # The manifest must contain UTF-8. See #303. + try: + line = bytes_line.decode('UTF-8') + except UnicodeDecodeError: + log.warn(f"{line!r} not UTF-8 decodable -- skipping") + continue + # ignore comments and blank lines + line = line.strip() + if line.startswith('#') or not line: + continue + self.filelist.append(line) + manifest.close() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/setopt.py b/llmlab/lib/python3.12/site-packages/setuptools/command/setopt.py new file mode 100644 index 0000000..678a059 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/setopt.py @@ -0,0 +1,141 @@ +import configparser +import os + +from .. import Command +from ..unicode_utils import _cfg_read_utf8_with_fallback + +import distutils +from distutils import log +from distutils.errors import DistutilsOptionError +from distutils.util import convert_path + +__all__ = ['config_file', 'edit_config', 'option_base', 'setopt'] + + +def config_file(kind="local"): + """Get the filename of the distutils, local, global, or per-user config + + `kind` must be one of "local", "global", or "user" + """ + if kind == 'local': + return 'setup.cfg' + if kind == 'global': + return os.path.join(os.path.dirname(distutils.__file__), 'distutils.cfg') + if kind == 'user': + dot = os.name == 'posix' and '.' or '' + return os.path.expanduser(convert_path(f"~/{dot}pydistutils.cfg")) + raise ValueError("config_file() type must be 'local', 'global', or 'user'", kind) + + +def edit_config(filename, settings, dry_run=False): + """Edit a configuration file to include `settings` + + `settings` is a dictionary of dictionaries or ``None`` values, keyed by + command/section name. A ``None`` value means to delete the entire section, + while a dictionary lists settings to be changed or deleted in that section. + A setting of ``None`` means to delete that setting. + """ + log.debug("Reading configuration from %s", filename) + opts = configparser.RawConfigParser() + opts.optionxform = lambda optionstr: optionstr # type: ignore[method-assign] # overriding method + _cfg_read_utf8_with_fallback(opts, filename) + + for section, options in settings.items(): + if options is None: + log.info("Deleting section [%s] from %s", section, filename) + opts.remove_section(section) + else: + if not opts.has_section(section): + log.debug("Adding new section [%s] to %s", section, filename) + opts.add_section(section) + for option, value in options.items(): + if value is None: + log.debug("Deleting %s.%s from %s", section, option, filename) + opts.remove_option(section, option) + if not opts.options(section): + log.info( + "Deleting empty [%s] section from %s", section, filename + ) + opts.remove_section(section) + else: + log.debug( + "Setting %s.%s to %r in %s", section, option, value, filename + ) + opts.set(section, option, value) + + log.info("Writing %s", filename) + if not dry_run: + with open(filename, 'w', encoding="utf-8") as f: + opts.write(f) + + +class option_base(Command): + """Abstract base class for commands that mess with config files""" + + user_options = [ + ('global-config', 'g', "save options to the site-wide distutils.cfg file"), + ('user-config', 'u', "save options to the current user's pydistutils.cfg file"), + ('filename=', 'f', "configuration file to use (default=setup.cfg)"), + ] + + boolean_options = [ + 'global-config', + 'user-config', + ] + + def initialize_options(self): + self.global_config = None + self.user_config = None + self.filename = None + + def finalize_options(self): + filenames = [] + if self.global_config: + filenames.append(config_file('global')) + if self.user_config: + filenames.append(config_file('user')) + if self.filename is not None: + filenames.append(self.filename) + if not filenames: + filenames.append(config_file('local')) + if len(filenames) > 1: + raise DistutilsOptionError( + "Must specify only one configuration file option", filenames + ) + (self.filename,) = filenames + + +class setopt(option_base): + """Save command-line options to a file""" + + description = "set an option in setup.cfg or another config file" + + user_options = [ + ('command=', 'c', 'command to set an option for'), + ('option=', 'o', 'option to set'), + ('set-value=', 's', 'value of the option'), + ('remove', 'r', 'remove (unset) the value'), + ] + option_base.user_options + + boolean_options = option_base.boolean_options + ['remove'] + + def initialize_options(self): + option_base.initialize_options(self) + self.command = None + self.option = None + self.set_value = None + self.remove = None + + def finalize_options(self) -> None: + option_base.finalize_options(self) + if self.command is None or self.option is None: + raise DistutilsOptionError("Must specify --command *and* --option") + if self.set_value is None and not self.remove: + raise DistutilsOptionError("Must specify --set-value or --remove") + + def run(self) -> None: + edit_config( + self.filename, + {self.command: {self.option.replace('-', '_'): self.set_value}}, + self.dry_run, + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/command/test.py b/llmlab/lib/python3.12/site-packages/setuptools/command/test.py new file mode 100644 index 0000000..341b11a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/command/test.py @@ -0,0 +1,45 @@ +from __future__ import annotations + +from setuptools import Command +from setuptools.warnings import SetuptoolsDeprecationWarning + + +# Would restrict to Literal["test"], but mypy doesn't support it: https://github.com/python/mypy/issues/8203 +def __getattr__(name: str) -> type[_test]: + if name == 'test': + SetuptoolsDeprecationWarning.emit( + "The test command is disabled and references to it are deprecated.", + "Please remove any references to `setuptools.command.test` in all " + "supported versions of the affected package.", + due_date=(2024, 11, 15), + stacklevel=2, + ) + return _test + raise AttributeError(name) + + +class _test(Command): + """ + Stub to warn when test command is referenced or used. + """ + + description = "stub for old test command (do not use)" + + user_options = [ + ('test-module=', 'm', "Run 'test_suite' in specified module"), + ( + 'test-suite=', + 's', + "Run single test, case or suite (e.g. 'module.test_suite')", + ), + ('test-runner=', 'r', "Test runner to use"), + ] + + def initialize_options(self): + pass + + def finalize_options(self): + pass + + def run(self): + raise RuntimeError("Support for the test command was removed in Setuptools 72") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/compat/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/compat/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..284a86c732ec615a861f9d03b114e58ba29b24d8 GIT binary patch literal 190 zcmX@j%ge<81ZJI&(n0iN5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!iq+4^&rQ`&OD{?+ z)=f^-&&kP+&q++uElDjd0datA{hZ7s{esGpjQl)fJwqe?;>?m%-GapA?8NlcV*TRO zlG1{b{QR6^{p9@Ig2WR2`1s7c%#!$cy@JYL95%W6DWy57c15f}+Zchk7{vI<%*e=C I#0+Es0B7nl!2kdN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d9a35d05ef33a29d7ea28b7ec329ec29853ca21c GIT binary patch literal 344 zcmYL^F-ycS6vvY$wQ^?{&rNW1DAJ4Pfs;7+0sH_(D7iM*tCuz<$tm3&br9VA41N|T zU4-f&>eB7twwp{24c-#`4qBhS9y0j7@czOs8Wzin8T^9PGF1CJmDDdZpmsguD7 zGH{94;{Qz1^a23su3QwM8mDL0cyUZQkK<f{1u1F$^ifW?{2Z#NtUT&TgBAsz|Dt)sGnxpnjnW&R01e}v-iI@fRrfgZ zTDIgvB=9M|fDI=fgUBIA|Aa_fYzQK09szRlZ6zBCQuWtW)zwvBSI_sk zT!z4SYx%F*QH7AFxY!$N2S_{L09Ym0iAOxiCxK*35@OkxZ8@10TY*{e)j+egK)3b4 zunmb&jpaeF`l%por-O{0N%m=eHZW}y>;^SFo$6Kj1vr7`XuhVBJW%Y!5w!` zyOo<2AZveUfM6}{dq7Umh1K>+(l`JbP zFN4Hf7GzJtYubw`krsTGT;7&I`z^6lAy-48Hi1B4Ksg*`uNxH|74zRE5z*C0W-2>085NT%u2Cd(9HMlwa>@JV)2avbkwH|C?i7Q zF=IynF$0%6gG?FFQHB6Ojlx@8n71h7(3}oZBlJ$1;F{!VshvQ%MlFmOb&_LwLLfT| zA)mAOS%LNA0l7m(vXh|eLaz%Tpsw8vNo9XF2DXfWwYPsTPW{@|e`j%dacydSbVGaC zHMW@=`&*T@S9epy?7cI(Ji2ydZSj8nVfOr{dY&Oemi%rRs>b423Pk~gP^W?XB&qrS z!!M$+P{3N*i|C8&T74qpIMrF;fjSPu-eWJLH~~WFajV$~YYcmX;X`29eIo6Ep7J{N z5+0M2MNh}qp>r_}kwBijNrvqxau;1r;bqb$zI&lZ(=)UZGyJWIF30)LF9DK3nph7C zEHPp7S!yJRyjh=)vDZL{&CFXM+KMDezmro>N$wYtc|uBCr1YoK{X`x9O?|zsla~h9 z>v#G6iMw-KXWrR3y|K7C_~C~3O2sr~^`sU?LtXh156P;96|NIY05OJP_ulOH;}v&_s28+vGu zz2(-wp?`~~mV&Sc5kn8T1-yB32C?lseDi(pz3;s@SBr}kU}E>%-5`MgOs#kh^hDtO zM?=1Y4}by+If!8hq2&&DLWeo$-m~G~OVPzA0AxVj(4{3-qTaqK<_`5~z`fWHeF&Hz zy17#?&#bKui-jmjgpTw`B&t(KGrN9Pwcr{UmonXNyct)NmbK5dj!0NhJvluhtEVa9bZ`-ZE`Fc=P2I_UcP}^7^;C`Nw@}nsmbyZq{2^==_NCeehISb7F$k!a$-)ZCi5-k;>zM%JY}gx#hLke z@tJvP`M3Ce{GAZ?l^b0CWGV=3`^$d;li!)17bqf-cvlG)(i}j0BOG*n$^7C_w^^@~+ z3ld9!N{ub`3Mzkb*yQG?l;)(`74ZOV0)_!Yu>z3zz|6?Vc$= (3, 11): + import tomllib +else: # pragma: no cover + import tomli as tomllib diff --git a/llmlab/lib/python3.12/site-packages/setuptools/compat/py311.py b/llmlab/lib/python3.12/site-packages/setuptools/compat/py311.py new file mode 100644 index 0000000..52b58af --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/compat/py311.py @@ -0,0 +1,27 @@ +from __future__ import annotations + +import shutil +import sys +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from _typeshed import ExcInfo, StrOrBytesPath + from typing_extensions import TypeAlias + +# Same as shutil._OnExcCallback from typeshed +_OnExcCallback: TypeAlias = Callable[[Callable[..., Any], str, BaseException], object] + + +def shutil_rmtree( + path: StrOrBytesPath, + ignore_errors: bool = False, + onexc: _OnExcCallback | None = None, +) -> None: + if sys.version_info >= (3, 12): + return shutil.rmtree(path, ignore_errors, onexc=onexc) + + def _handler(fn: Callable[..., Any], path: str, excinfo: ExcInfo) -> None: + if onexc: + onexc(fn, path, excinfo[1]) + + return shutil.rmtree(path, ignore_errors, onerror=_handler) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/compat/py312.py b/llmlab/lib/python3.12/site-packages/setuptools/compat/py312.py new file mode 100644 index 0000000..b20c5f6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/compat/py312.py @@ -0,0 +1,13 @@ +from __future__ import annotations + +import sys + +if sys.version_info >= (3, 12, 4): + # Python 3.13 should support `.pth` files encoded in UTF-8 + # See discussion in https://github.com/python/cpython/issues/77102 + PTH_ENCODING: str | None = "utf-8" +else: + from .py39 import LOCALE_ENCODING + + # PTH_ENCODING = "locale" + PTH_ENCODING = LOCALE_ENCODING diff --git a/llmlab/lib/python3.12/site-packages/setuptools/compat/py39.py b/llmlab/lib/python3.12/site-packages/setuptools/compat/py39.py new file mode 100644 index 0000000..04a4abe --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/compat/py39.py @@ -0,0 +1,9 @@ +import sys + +# Explicitly use the ``"locale"`` encoding in versions that support it, +# otherwise just rely on the implicit handling of ``encoding=None``. +# Since all platforms that support ``EncodingWarning`` also support +# ``encoding="locale"``, this can be used to suppress the warning. +# However, please try to use UTF-8 when possible +# (.pth files are the notorious exception: python/cpython#77102, pypa/setuptools#3937). +LOCALE_ENCODING = "locale" if sys.version_info >= (3, 10) else None diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/NOTICE b/llmlab/lib/python3.12/site-packages/setuptools/config/NOTICE new file mode 100644 index 0000000..0186451 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/NOTICE @@ -0,0 +1,10 @@ +The following files include code from opensource projects +(either as direct copies or modified versions): + +- `setuptools.schema.json`, `distutils.schema.json`: + - project: `validate-pyproject` - licensed under MPL-2.0 + (https://github.com/abravalheri/validate-pyproject): + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this file, + You can obtain one at https://mozilla.org/MPL/2.0/. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/config/__init__.py new file mode 100644 index 0000000..fcc7d00 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/__init__.py @@ -0,0 +1,43 @@ +"""For backward compatibility, expose main functions from +``setuptools.config.setupcfg`` +""" + +from functools import wraps +from typing import Callable, TypeVar, cast + +from ..warnings import SetuptoolsDeprecationWarning +from . import setupcfg + +Fn = TypeVar("Fn", bound=Callable) + +__all__ = ('parse_configuration', 'read_configuration') + + +def _deprecation_notice(fn: Fn) -> Fn: + @wraps(fn) + def _wrapper(*args, **kwargs): + SetuptoolsDeprecationWarning.emit( + "Deprecated API usage.", + f""" + As setuptools moves its configuration towards `pyproject.toml`, + `{__name__}.{fn.__name__}` became deprecated. + + For the time being, you can use the `{setupcfg.__name__}` module + to access a backward compatible API, but this module is provisional + and might be removed in the future. + + To read project metadata, consider using + ``build.util.project_wheel_metadata`` (https://pypi.org/project/build/). + For simple scenarios, you can also try parsing the file directly + with the help of ``configparser``. + """, + # due_date not defined yet, because the community still heavily relies on it + # Warning introduced in 24 Mar 2022 + ) + return fn(*args, **kwargs) + + return cast(Fn, _wrapper) + + +read_configuration = _deprecation_notice(setupcfg.read_configuration) +parse_configuration = _deprecation_notice(setupcfg.parse_configuration) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6825d1d280ee7e2fb8c119e4d2de4d57efa9ed3 GIT binary patch literal 2015 zcmZ`)&2Jk;6rWwMosAPGX`+TgKNzJ2)ls@u-Kt1cRjD*hfkTAUst8MHcf32cC+rt9 z;|51XibN$6385Z91Ob8r2T(cie{hLaq`(5=s~mcB+h>2uX<}=w^!1T>H z5)=o7g}BxXUCE+Q;2MvDyyFNeo3V@{Us!Gw)>z$2XWUxdaq{=naYZf3u5uEKVkR*! z65l6PpC%($TQR*xcw)Fj$b0Il06cVM*WDtGIdy?X6uv@u$in(PbuR#!gA)>cDOBF8 zQ8V<4dNLCeE~wq((d6mgWSUdrJvOJ;!X(GxC?2}~U@4|Zr7;7)?n}_U1BsNotD9&L zvJF(zJng1=8!)Q9rAf6XZE_$4bVD1Y?+PmF%kBW7Mx~>t;n#f^x(~ERk6G#G92Rz) zQqrE|kCB(z)K_*7+JzxlF=TG={XdB8ry~PmN^6_?4a9)#7utIo5X~*G?H>f5dicW2 zFXE;kb!x3u^7xTB07*d-y5gn3wV$S0672N-!xpAK!8 z5hkung}~(BO82R{>jJJeCHP^Y?*M}Z%&#*6DkT1pKN5O4VD*LsE|^ml0}sOsQ8a2z zkQRN6|J4X!#8VDcC~!a}@rWb~Dr$mxl*2XPRzs&aPPNH=&uU8MTm7B(YJ*bW9_)7< ze7qrLEY6ln5NKvayk6=xr&L&8}k_F_qV5n;(&SiL6T)4LG^ zu*cv$hIGGj@2}ILw~{@N#h~8L@3Ia&0>qO^d!N@hO`mCqZRlovRYW;h(U_FEJr!s!WSs zf>D~%l(ljNbsw^<81V_!6`=bHrH7?AcxayMJ=*j9C@iVED_rP08BNpf>$+zAWg_j+ zFKE7v=Kn;eenzvuWyd$JZXNh8JGZX?ntyJ6q?3C>JF@kB2f^@pxvPfzr_pTj%L6;b g#ddM=&i+f=X!-}3IKDH#)Sh3uGkdv>W>OOW08n5RfB*mh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a020eb6088988c434c2b3a7f5adf640d356fa93 GIT binary patch literal 25312 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 wF=zd5*+ZpMG+);Qxq*yv<;db45tU+P; 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py b/llmlab/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py new file mode 100644 index 0000000..9088bc1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py @@ -0,0 +1,526 @@ +"""Translation layer between pyproject config and setuptools distribution and +metadata objects. + +The distribution and metadata objects are modeled after (an old version of) +core metadata, therefore configs in the format specified for ``pyproject.toml`` +need to be processed before being applied. + +**PRIVATE MODULE**: API reserved for setuptools internal usage only. +""" + +from __future__ import annotations + +import logging +import os +from collections.abc import Mapping +from email.headerregistry import Address +from functools import partial, reduce +from inspect import cleandoc +from itertools import chain +from types import MappingProxyType +from typing import TYPE_CHECKING, Any, Callable, TypeVar, Union + +from .. import _static +from .._path import StrPath +from ..errors import InvalidConfigError, RemovedConfigError +from ..extension import Extension +from ..warnings import SetuptoolsDeprecationWarning, SetuptoolsWarning + +if TYPE_CHECKING: + from typing_extensions import TypeAlias + + from setuptools._importlib import metadata + from setuptools.dist import Distribution + + from distutils.dist import _OptionsList # Comes from typeshed + + +EMPTY: Mapping = MappingProxyType({}) # Immutable dict-like +_ProjectReadmeValue: TypeAlias = Union[str, dict[str, str]] +_Correspondence: TypeAlias = Callable[["Distribution", Any, Union[StrPath, None]], None] +_T = TypeVar("_T") + +_logger = logging.getLogger(__name__) + + +def apply(dist: Distribution, config: dict, filename: StrPath) -> Distribution: + """Apply configuration dict read with :func:`read_configuration`""" + + if not config: + return dist # short-circuit unrelated pyproject.toml file + + root_dir = os.path.dirname(filename) or "." + + _apply_project_table(dist, config, root_dir) + _apply_tool_table(dist, config, filename) + + current_directory = os.getcwd() + os.chdir(root_dir) + try: + dist._finalize_requires() + dist._finalize_license_expression() + dist._finalize_license_files() + finally: + os.chdir(current_directory) + + return dist + + +def _apply_project_table(dist: Distribution, config: dict, root_dir: StrPath): + orig_config = config.get("project", {}) + if not orig_config: + return # short-circuit + + project_table = {k: _static.attempt_conversion(v) for k, v in orig_config.items()} + _handle_missing_dynamic(dist, project_table) + _unify_entry_points(project_table) + + for field, value in project_table.items(): + norm_key = json_compatible_key(field) + corresp = PYPROJECT_CORRESPONDENCE.get(norm_key, norm_key) + if callable(corresp): + corresp(dist, value, root_dir) + else: + _set_config(dist, corresp, value) + + +def _apply_tool_table(dist: Distribution, config: dict, filename: StrPath): + tool_table = config.get("tool", {}).get("setuptools", {}) + if not tool_table: + return # short-circuit + + if "license-files" in tool_table: + if "license-files" in config.get("project", {}): + # https://github.com/pypa/setuptools/pull/4837#discussion_r2004983349 + raise InvalidConfigError( + "'project.license-files' is defined already. " + "Remove 'tool.setuptools.license-files'." + ) + + pypa_guides = "guides/writing-pyproject-toml/#license-files" + SetuptoolsDeprecationWarning.emit( + "'tool.setuptools.license-files' is deprecated in favor of " + "'project.license-files' (available on setuptools>=77.0.0).", + see_url=f"https://packaging.python.org/en/latest/{pypa_guides}", + due_date=(2026, 2, 18), # Warning introduced on 2025-02-18 + ) + + for field, value in tool_table.items(): + norm_key = json_compatible_key(field) + + if norm_key in TOOL_TABLE_REMOVALS: + suggestion = cleandoc(TOOL_TABLE_REMOVALS[norm_key]) + msg = f""" + The parameter `tool.setuptools.{field}` was long deprecated + and has been removed from `pyproject.toml`. + """ + raise RemovedConfigError("\n".join([cleandoc(msg), suggestion])) + + norm_key = TOOL_TABLE_RENAMES.get(norm_key, norm_key) + corresp = TOOL_TABLE_CORRESPONDENCE.get(norm_key, norm_key) + if callable(corresp): + corresp(dist, value) + else: + _set_config(dist, corresp, value) + + _copy_command_options(config, dist, filename) + + +def _handle_missing_dynamic(dist: Distribution, project_table: dict): + """Be temporarily forgiving with ``dynamic`` fields not listed in ``dynamic``""" + dynamic = set(project_table.get("dynamic", [])) + for field, getter in _PREVIOUSLY_DEFINED.items(): + if not (field in project_table or field in dynamic): + value = getter(dist) + if value: + _MissingDynamic.emit(field=field, value=value) + project_table[field] = _RESET_PREVIOUSLY_DEFINED.get(field) + + +def json_compatible_key(key: str) -> str: + """As defined in :pep:`566#json-compatible-metadata`""" + return key.lower().replace("-", "_") + + +def _set_config(dist: Distribution, field: str, value: Any): + val = _PREPROCESS.get(field, _noop)(dist, value) + setter = getattr(dist.metadata, f"set_{field}", None) + if setter: + setter(val) + elif hasattr(dist.metadata, field) or field in SETUPTOOLS_PATCHES: + setattr(dist.metadata, field, val) + else: + setattr(dist, field, val) + + +_CONTENT_TYPES = { + ".md": "text/markdown", + ".rst": "text/x-rst", + ".txt": "text/plain", +} + + +def _guess_content_type(file: str) -> str | None: + _, ext = os.path.splitext(file.lower()) + if not ext: + return None + + if ext in _CONTENT_TYPES: + return _static.Str(_CONTENT_TYPES[ext]) + + valid = ", ".join(f"{k} ({v})" for k, v in _CONTENT_TYPES.items()) + msg = f"only the following file extensions are recognized: {valid}." + raise ValueError(f"Undefined content type for {file}, {msg}") + + +def _long_description( + dist: Distribution, val: _ProjectReadmeValue, root_dir: StrPath | None +): + from setuptools.config import expand + + file: str | tuple[()] + if isinstance(val, str): + file = val + text = expand.read_files(file, root_dir) + ctype = _guess_content_type(file) + else: + file = val.get("file") or () + text = val.get("text") or expand.read_files(file, root_dir) + ctype = val["content-type"] + + # XXX: Is it completely safe to assume static? + _set_config(dist, "long_description", _static.Str(text)) + + if ctype: + _set_config(dist, "long_description_content_type", _static.Str(ctype)) + + if file: + dist._referenced_files.add(file) + + +def _license(dist: Distribution, val: str | dict, root_dir: StrPath | None): + from setuptools.config import expand + + if isinstance(val, str): + if getattr(dist.metadata, "license", None): + SetuptoolsWarning.emit("`license` overwritten by `pyproject.toml`") + dist.metadata.license = None + _set_config(dist, "license_expression", _static.Str(val)) + else: + pypa_guides = "guides/writing-pyproject-toml/#license" + SetuptoolsDeprecationWarning.emit( + "`project.license` as a TOML table is deprecated", + "Please use a simple string containing a SPDX expression for " + "`project.license`. You can also use `project.license-files`. " + "(Both options available on setuptools>=77.0.0).", + see_url=f"https://packaging.python.org/en/latest/{pypa_guides}", + due_date=(2026, 2, 18), # Introduced on 2025-02-18 + ) + if "file" in val: + # XXX: Is it completely safe to assume static? + value = expand.read_files([val["file"]], root_dir) + _set_config(dist, "license", _static.Str(value)) + dist._referenced_files.add(val["file"]) + else: + _set_config(dist, "license", _static.Str(val["text"])) + + +def _people(dist: Distribution, val: list[dict], _root_dir: StrPath | None, kind: str): + field = [] + email_field = [] + for person in val: + if "name" not in person: + email_field.append(person["email"]) + elif "email" not in person: + field.append(person["name"]) + else: + addr = Address(display_name=person["name"], addr_spec=person["email"]) + email_field.append(str(addr)) + + if field: + _set_config(dist, kind, _static.Str(", ".join(field))) + if email_field: + _set_config(dist, f"{kind}_email", _static.Str(", ".join(email_field))) + + +def _project_urls(dist: Distribution, val: dict, _root_dir: StrPath | None): + _set_config(dist, "project_urls", val) + + +def _python_requires(dist: Distribution, val: str, _root_dir: StrPath | None): + _set_config(dist, "python_requires", _static.SpecifierSet(val)) + + +def _dependencies(dist: Distribution, val: list, _root_dir: StrPath | None): + if getattr(dist, "install_requires", []): + msg = "`install_requires` overwritten in `pyproject.toml` (dependencies)" + SetuptoolsWarning.emit(msg) + dist.install_requires = val + + +def _optional_dependencies(dist: Distribution, val: dict, _root_dir: StrPath | None): + if getattr(dist, "extras_require", None): + msg = "`extras_require` overwritten in `pyproject.toml` (optional-dependencies)" + SetuptoolsWarning.emit(msg) + dist.extras_require = val + + +def _ext_modules(dist: Distribution, val: list[dict]) -> list[Extension]: + existing = dist.ext_modules or [] + args = ({k.replace("-", "_"): v for k, v in x.items()} for x in val) + new = [Extension(**kw) for kw in args] + return [*existing, *new] + + +def _noop(_dist: Distribution, val: _T) -> _T: + return val + + +def _identity(val: _T) -> _T: + return val + + +def _unify_entry_points(project_table: dict): + project = project_table + given = project.pop("entry-points", project.pop("entry_points", {})) + entry_points = dict(given) # Avoid problems with static + renaming = {"scripts": "console_scripts", "gui_scripts": "gui_scripts"} + for key, value in list(project.items()): # eager to allow modifications + norm_key = json_compatible_key(key) + if norm_key in renaming: + # Don't skip even if value is empty (reason: reset missing `dynamic`) + entry_points[renaming[norm_key]] = project.pop(key) + + if entry_points: + project["entry-points"] = { + name: [f"{k} = {v}" for k, v in group.items()] + for name, group in entry_points.items() + if group # now we can skip empty groups + } + # Sometimes this will set `project["entry-points"] = {}`, and that is + # intentional (for resetting configurations that are missing `dynamic`). + + +def _copy_command_options(pyproject: dict, dist: Distribution, filename: StrPath): + tool_table = pyproject.get("tool", {}) + cmdclass = tool_table.get("setuptools", {}).get("cmdclass", {}) + valid_options = _valid_command_options(cmdclass) + + cmd_opts = dist.command_options + for cmd, config in pyproject.get("tool", {}).get("distutils", {}).items(): + cmd = json_compatible_key(cmd) + valid = valid_options.get(cmd, set()) + cmd_opts.setdefault(cmd, {}) + for key, value in config.items(): + key = json_compatible_key(key) + cmd_opts[cmd][key] = (str(filename), value) + if key not in valid: + # To avoid removing options that are specified dynamically we + # just log a warn... + _logger.warning(f"Command option {cmd}.{key} is not defined") + + +def _valid_command_options(cmdclass: Mapping = EMPTY) -> dict[str, set[str]]: + from setuptools.dist import Distribution + + from .._importlib import metadata + + valid_options = {"global": _normalise_cmd_options(Distribution.global_options)} + + unloaded_entry_points = metadata.entry_points(group='distutils.commands') + loaded_entry_points = (_load_ep(ep) for ep in unloaded_entry_points) + entry_points = (ep for ep in loaded_entry_points if ep) + for cmd, cmd_class in chain(entry_points, cmdclass.items()): + opts = valid_options.get(cmd, set()) + opts = opts | _normalise_cmd_options(getattr(cmd_class, "user_options", [])) + valid_options[cmd] = opts + + return valid_options + + +def _load_ep(ep: metadata.EntryPoint) -> tuple[str, type] | None: + if ep.value.startswith("wheel.bdist_wheel"): + # Ignore deprecated entrypoint from wheel and avoid warning pypa/wheel#631 + # TODO: remove check when `bdist_wheel` has been fully removed from pypa/wheel + return None + + # Ignore all the errors + try: + return (ep.name, ep.load()) + except Exception as ex: + msg = f"{ex.__class__.__name__} while trying to load entry-point {ep.name}" + _logger.warning(f"{msg}: {ex}") + return None + + +def _normalise_cmd_option_key(name: str) -> str: + return json_compatible_key(name).strip("_=") + + +def _normalise_cmd_options(desc: _OptionsList) -> set[str]: + return {_normalise_cmd_option_key(fancy_option[0]) for fancy_option in desc} + + +def _get_previous_entrypoints(dist: Distribution) -> dict[str, list]: + ignore = ("console_scripts", "gui_scripts") + value = getattr(dist, "entry_points", None) or {} + return {k: v for k, v in value.items() if k not in ignore} + + +def _get_previous_scripts(dist: Distribution) -> list | None: + value = getattr(dist, "entry_points", None) or {} + return value.get("console_scripts") + + +def _get_previous_gui_scripts(dist: Distribution) -> list | None: + value = getattr(dist, "entry_points", None) or {} + return value.get("gui_scripts") + + +def _set_static_list_metadata(attr: str, dist: Distribution, val: list) -> None: + """Apply distutils metadata validation but preserve "static" behaviour""" + meta = dist.metadata + setter, getter = getattr(meta, f"set_{attr}"), getattr(meta, f"get_{attr}") + setter(val) + setattr(meta, attr, _static.List(getter())) + + +def _attrgetter(attr): + """ + Similar to ``operator.attrgetter`` but returns None if ``attr`` is not found + >>> from types import SimpleNamespace + >>> obj = SimpleNamespace(a=42, b=SimpleNamespace(c=13)) + >>> _attrgetter("a")(obj) + 42 + >>> _attrgetter("b.c")(obj) + 13 + >>> _attrgetter("d")(obj) is None + True + """ + return partial(reduce, lambda acc, x: getattr(acc, x, None), attr.split(".")) + + +def _some_attrgetter(*items): + """ + Return the first "truth-y" attribute or None + >>> from types import SimpleNamespace + >>> obj = SimpleNamespace(a=42, b=SimpleNamespace(c=13)) + >>> _some_attrgetter("d", "a", "b.c")(obj) + 42 + >>> _some_attrgetter("d", "e", "b.c", "a")(obj) + 13 + >>> _some_attrgetter("d", "e", "f")(obj) is None + True + """ + + def _acessor(obj): + values = (_attrgetter(i)(obj) for i in items) + return next((i for i in values if i is not None), None) + + return _acessor + + +PYPROJECT_CORRESPONDENCE: dict[str, _Correspondence] = { + "readme": _long_description, + "license": _license, + "authors": partial(_people, kind="author"), + "maintainers": partial(_people, kind="maintainer"), + "urls": _project_urls, + "dependencies": _dependencies, + "optional_dependencies": _optional_dependencies, + "requires_python": _python_requires, +} + +TOOL_TABLE_RENAMES = {"script_files": "scripts"} +TOOL_TABLE_REMOVALS = { + "namespace_packages": """ + Please migrate to implicit native namespaces instead. + See https://packaging.python.org/en/latest/guides/packaging-namespace-packages/. + """, +} +TOOL_TABLE_CORRESPONDENCE = { + # Fields with corresponding core metadata need to be marked as static: + "obsoletes": partial(_set_static_list_metadata, "obsoletes"), + "provides": partial(_set_static_list_metadata, "provides"), + "platforms": partial(_set_static_list_metadata, "platforms"), +} + +SETUPTOOLS_PATCHES = { + "long_description_content_type", + "project_urls", + "provides_extras", + "license_file", + "license_files", + "license_expression", +} + +_PREPROCESS = { + "ext_modules": _ext_modules, +} + +_PREVIOUSLY_DEFINED = { + "name": _attrgetter("metadata.name"), + "version": _attrgetter("metadata.version"), + "description": _attrgetter("metadata.description"), + "readme": _attrgetter("metadata.long_description"), + "requires-python": _some_attrgetter("python_requires", "metadata.python_requires"), + "license": _some_attrgetter("metadata.license_expression", "metadata.license"), + # XXX: `license-file` is currently not considered in the context of `dynamic`. + # See TestPresetField.test_license_files_exempt_from_dynamic + "authors": _some_attrgetter("metadata.author", "metadata.author_email"), + "maintainers": _some_attrgetter("metadata.maintainer", "metadata.maintainer_email"), + "keywords": _attrgetter("metadata.keywords"), + "classifiers": _attrgetter("metadata.classifiers"), + "urls": _attrgetter("metadata.project_urls"), + "entry-points": _get_previous_entrypoints, + "scripts": _get_previous_scripts, + "gui-scripts": _get_previous_gui_scripts, + "dependencies": _attrgetter("install_requires"), + "optional-dependencies": _attrgetter("extras_require"), +} + + +_RESET_PREVIOUSLY_DEFINED: dict = { + # Fix improper setting: given in `setup.py`, but not listed in `dynamic` + # Use "immutable" data structures to avoid in-place modification. + # dict: pyproject name => value to which reset + "license": "", + # XXX: `license-file` is currently not considered in the context of `dynamic`. + # See TestPresetField.test_license_files_exempt_from_dynamic + "authors": _static.EMPTY_LIST, + "maintainers": _static.EMPTY_LIST, + "keywords": _static.EMPTY_LIST, + "classifiers": _static.EMPTY_LIST, + "urls": _static.EMPTY_DICT, + "entry-points": _static.EMPTY_DICT, + "scripts": _static.EMPTY_DICT, + "gui-scripts": _static.EMPTY_DICT, + "dependencies": _static.EMPTY_LIST, + "optional-dependencies": _static.EMPTY_DICT, +} + + +class _MissingDynamic(SetuptoolsWarning): + _SUMMARY = "`{field}` defined outside of `pyproject.toml` is ignored." + + _DETAILS = """ + The following seems to be defined outside of `pyproject.toml`: + + `{field} = {value!r}` + + According to the spec (see the link below), however, setuptools CANNOT + consider this value unless `{field}` is listed as `dynamic`. + + https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table + + To prevent this problem, you can list `{field}` under `dynamic` or alternatively + remove the `[project]` table from your file and rely entirely on other means of + configuration. + """ + # TODO: Consider removing this check in the future? + # There is a trade-off here between improving "debug-ability" and the cost + # of running/testing/maintaining these unnecessary checks... + + @classmethod + def details(cls, field: str, value: Any) -> str: + return cls._DETAILS.format(field=field, value=value) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE new file mode 100644 index 0000000..ac5464d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE @@ -0,0 +1,438 @@ +The code contained in this directory was automatically generated using the +following command: + + python -m validate_pyproject.pre_compile --output-dir=setuptools/config/_validate_pyproject --enable-plugins setuptools distutils --very-verbose -t setuptools=setuptools/config/setuptools.schema.json -t distutils=setuptools/config/distutils.schema.json + +Please avoid changing it manually. + + +You can report issues or suggest changes directly to `validate-pyproject` +(or to the relevant plugin repository) + +- https://github.com/abravalheri/validate-pyproject/issues + + +*** + +The following files include code from opensource projects +(either as direct copies or modified versions): + +- `fastjsonschema_exceptions.py`: + - project: `fastjsonschema` - licensed under BSD-3-Clause + (https://github.com/horejsek/python-fastjsonschema) +- `extra_validations.py` and `format.py`, `error_reporting.py`: + - project: `validate-pyproject` - licensed under MPL-2.0 + (https://github.com/abravalheri/validate-pyproject) + + +Additionally the following files are automatically generated by tools provided +by the same projects: + +- `__init__.py` +- `fastjsonschema_validations.py` + +The relevant copyright notes and licenses are included below. + + +*** + +`fastjsonschema` +================ + +Copyright (c) 2018, Michal Horejsek +All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: + + Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. + + Redistributions in binary form must reproduce the above copyright notice, this + list of conditions and the following disclaimer in the documentation and/or + other materials provided with the distribution. + + Neither the name of the {organization} nor the names of its + contributors may be used to endorse or promote products derived from + this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND +ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE +DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR +ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES +(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; +LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS +SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + + + +*** + +`validate-pyproject` +==================== + +Mozilla Public License, version 2.0 + +1. Definitions + +1.1. "Contributor" + + means each individual or legal entity that creates, contributes to the + creation of, or owns Covered Software. + +1.2. "Contributor Version" + + means the combination of the Contributions of others (if any) used by a + Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + + means Source Code Form to which the initial Contributor has attached the + notice in Exhibit A, the Executable Form of such Source Code Form, and + Modifications of such Source Code Form, in each case including portions + thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + a. that the initial Contributor has attached the notice described in + Exhibit B to the Covered Software; or + + b. that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the terms of + a Secondary License. + +1.6. "Executable Form" + + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + + means a work that combines Covered Software with other material, in a + separate file or files, that is not Covered Software. + +1.8. "License" + + means this document. + +1.9. "Licensable" + + means having the right to grant, to the maximum extent possible, whether + at the time of the initial grant or subsequently, any and all of the + rights conveyed by this License. + +1.10. "Modifications" + + means any of the following: + + a. any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered Software; or + + b. any new file in Source Code Form that contains any Covered Software. + +1.11. "Patent Claims" of a Contributor + + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the License, + by the making, using, selling, offering for sale, having made, import, + or transfer of either its Contributions or its Contributor Version. + +1.12. "Secondary License" + + means either the GNU General Public License, Version 2.0, the GNU Lesser + General Public License, Version 2.1, the GNU Affero General Public + License, Version 3.0, or any later versions of those licenses. + +1.13. "Source Code Form" + + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that controls, is + controlled by, or is under common control with You. For purposes of this + definition, "control" means (a) the power, direct or indirect, to cause + the direction or management of such entity, whether by contract or + otherwise, or (b) ownership of more than fifty percent (50%) of the + outstanding shares or beneficial ownership of such entity. + + +2. License Grants and Conditions + +2.1. Grants + + Each Contributor hereby grants You a world-wide, royalty-free, + non-exclusive license: + + a. under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + + b. under Patent Claims of such Contributor to make, use, sell, offer for + sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + + The licenses granted in Section 2.1 with respect to any Contribution + become effective for each Contribution on the date the Contributor first + distributes such Contribution. + +2.3. Limitations on Grant Scope + + The licenses granted in this Section 2 are the only rights granted under + this License. No additional rights or licenses will be implied from the + distribution or licensing of Covered Software under this License. + Notwithstanding Section 2.1(b) above, no patent license is granted by a + Contributor: + + a. for any code that a Contributor has removed from Covered Software; or + + b. for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + + c. under Patent Claims infringed by Covered Software in the absence of + its Contributions. + + This License does not grant any rights in the trademarks, service marks, + or logos of any Contributor (except as may be necessary to comply with + the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + + No Contributor makes additional grants as a result of Your choice to + distribute the Covered Software under a subsequent version of this + License (see Section 10.2) or under the terms of a Secondary License (if + permitted under the terms of Section 3.3). + +2.5. Representation + + Each Contributor represents that the Contributor believes its + Contributions are its original creation(s) or it has sufficient rights to + grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + + This License is not intended to limit any rights You have under + applicable copyright doctrines of fair use, fair dealing, or other + equivalents. + +2.7. Conditions + + Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted in + Section 2.1. + + +3. Responsibilities + +3.1. Distribution of Source Form + + All distribution of Covered Software in Source Code Form, including any + Modifications that You create or to which You contribute, must be under + the terms of this License. You must inform recipients that the Source + Code Form of the Covered Software is governed by the terms of this + License, and how they can obtain a copy of this License. You may not + attempt to alter or restrict the recipients' rights in the Source Code + Form. + +3.2. Distribution of Executable Form + + If You distribute Covered Software in Executable Form then: + + a. such Covered Software must also be made available in Source Code Form, + as described in Section 3.1, and You must inform recipients of the + Executable Form how they can obtain a copy of such Source Code Form by + reasonable means in a timely manner, at a charge no more than the cost + of distribution to the recipient; and + + b. You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter the + recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + + You may create and distribute a Larger Work under terms of Your choice, + provided that You also comply with the requirements of this License for + the Covered Software. If the Larger Work is a combination of Covered + Software with a work governed by one or more Secondary Licenses, and the + Covered Software is not Incompatible With Secondary Licenses, this + License permits You to additionally distribute such Covered Software + under the terms of such Secondary License(s), so that the recipient of + the Larger Work may, at their option, further distribute the Covered + Software under the terms of either this License or such Secondary + License(s). + +3.4. Notices + + You may not remove or alter the substance of any license notices + (including copyright notices, patent notices, disclaimers of warranty, or + limitations of liability) contained within the Source Code Form of the + Covered Software, except that You may alter any license notices to the + extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + + You may choose to offer, and to charge a fee for, warranty, support, + indemnity or liability obligations to one or more recipients of Covered + Software. However, You may do so only on Your own behalf, and not on + behalf of any Contributor. You must make it absolutely clear that any + such warranty, support, indemnity, or liability obligation is offered by + You alone, and You hereby agree to indemnify every Contributor for any + liability incurred by such Contributor as a result of warranty, support, + indemnity or liability terms You offer. You may include additional + disclaimers of warranty and limitations of liability specific to any + jurisdiction. + +4. Inability to Comply Due to Statute or Regulation + + If it is impossible for You to comply with any of the terms of this License + with respect to some or all of the Covered Software due to statute, + judicial order, or regulation then You must: (a) comply with the terms of + this License to the maximum extent possible; and (b) describe the + limitations and the code they affect. Such description must be placed in a + text file included with all distributions of the Covered Software under + this License. Except to the extent prohibited by statute or regulation, + such description must be sufficiently detailed for a recipient of ordinary + skill to be able to understand it. + +5. Termination + +5.1. The rights granted under this License will terminate automatically if You + fail to comply with any of its terms. However, if You become compliant, + then the rights granted under this License from a particular Contributor + are reinstated (a) provisionally, unless and until such Contributor + explicitly and finally terminates Your grants, and (b) on an ongoing + basis, if such Contributor fails to notify You of the non-compliance by + some reasonable means prior to 60 days after You have come back into + compliance. Moreover, Your grants from a particular Contributor are + reinstated on an ongoing basis if such Contributor notifies You of the + non-compliance by some reasonable means, this is the first time You have + received notice of non-compliance with this License from such + Contributor, and You become compliant prior to 30 days after Your receipt + of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent + infringement claim (excluding declaratory judgment actions, + counter-claims, and cross-claims) alleging that a Contributor Version + directly or indirectly infringes any patent, then the rights granted to + You by any and all Contributors for the Covered Software under Section + 2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all end user + license agreements (excluding distributors and resellers) which have been + validly granted by You or Your distributors under this License prior to + termination shall survive termination. + +6. Disclaimer of Warranty + + Covered Software is provided under this License on an "as is" basis, + without warranty of any kind, either expressed, implied, or statutory, + including, without limitation, warranties that the Covered Software is free + of defects, merchantable, fit for a particular purpose or non-infringing. + The entire risk as to the quality and performance of the Covered Software + is with You. Should any Covered Software prove defective in any respect, + You (not any Contributor) assume the cost of any necessary servicing, + repair, or correction. This disclaimer of warranty constitutes an essential + part of this License. No use of any Covered Software is authorized under + this License except under this disclaimer. + +7. Limitation of Liability + + Under no circumstances and under no legal theory, whether tort (including + negligence), contract, or otherwise, shall any Contributor, or anyone who + distributes Covered Software as permitted above, be liable to You for any + direct, indirect, special, incidental, or consequential damages of any + character including, without limitation, damages for lost profits, loss of + goodwill, work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses, even if such party shall have been + informed of the possibility of such damages. This limitation of liability + shall not apply to liability for death or personal injury resulting from + such party's negligence to the extent applicable law prohibits such + limitation. Some jurisdictions do not allow the exclusion or limitation of + incidental or consequential damages, so this exclusion and limitation may + not apply to You. + +8. Litigation + + Any litigation relating to this License may be brought only in the courts + of a jurisdiction where the defendant maintains its principal place of + business and such litigation shall be governed by laws of that + jurisdiction, without reference to its conflict-of-law provisions. Nothing + in this Section shall prevent a party's ability to bring cross-claims or + counter-claims. + +9. Miscellaneous + + This License represents the complete agreement concerning the subject + matter hereof. If any provision of this License is held to be + unenforceable, such provision shall be reformed only to the extent + necessary to make it enforceable. Any law or regulation which provides that + the language of a contract shall be construed against the drafter shall not + be used to construe this License against a Contributor. + + +10. Versions of the License + +10.1. New Versions + + Mozilla Foundation is the license steward. Except as provided in Section + 10.3, no one other than the license steward has the right to modify or + publish new versions of this License. Each version will be given a + distinguishing version number. + +10.2. Effect of New Versions + + You may distribute the Covered Software under the terms of the version + of the License under which You originally received the Covered Software, + or under the terms of any subsequent version published by the license + steward. + +10.3. Modified Versions + + If you create software not governed by this License, and you want to + create a new license for such software, you may create and use a + modified version of this License if you rename the license and remove + any references to the name of the license steward (except to note that + such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary + Licenses If You choose to distribute Source Code Form that is + Incompatible With Secondary Licenses under the terms of this version of + the License, the notice described in Exhibit B of this License must be + attached. + +Exhibit A - Source Code Form License Notice + + This Source Code Form is subject to the + terms of the Mozilla Public License, v. + 2.0. If a copy of the MPL was not + distributed with this file, You can + obtain one at + https://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular file, +then You may include the notice in a location (such as a LICENSE file in a +relevant directory) where a recipient would be likely to look for such a +notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice + + This Source Code Form is "Incompatible + With Secondary Licenses", as defined by + the Mozilla Public License, v. 2.0. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py new file mode 100644 index 0000000..4f612bd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py @@ -0,0 +1,34 @@ +from functools import reduce +from typing import Any, Callable, Dict + +from . import formats +from .error_reporting import detailed_errors, ValidationError +from .extra_validations import EXTRA_VALIDATIONS +from .fastjsonschema_exceptions import JsonSchemaException, JsonSchemaValueException +from .fastjsonschema_validations import validate as _validate + +__all__ = [ + "validate", + "FORMAT_FUNCTIONS", + "EXTRA_VALIDATIONS", + "ValidationError", + "JsonSchemaException", + "JsonSchemaValueException", +] + + +FORMAT_FUNCTIONS: Dict[str, Callable[[str], bool]] = { + fn.__name__.replace("_", "-"): fn + for fn in formats.__dict__.values() + if callable(fn) and not fn.__name__.startswith("_") +} + + +def validate(data: Any) -> bool: + """Validate the given ``data`` object using JSON Schema + This function raises ``ValidationError`` if ``data`` is invalid. + """ + with detailed_errors(): + _validate(data, custom_formats=FORMAT_FUNCTIONS) + reduce(lambda acc, fn: fn(acc), EXTRA_VALIDATIONS, data) + return True diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8324d563efd76a59a70efc4ceb118c60b21913ab GIT binary patch literal 1872 zcmZ`(U2GIp6h8B_JG0w%w=K#~DP#%18`Car5ikM5LLox6B(xA2W2V!YyW6Srv)+4` zc1bZcAyK1=O?;rn2OFO>_`oBtKKsIkn#Ku;(fGhyr9@(%Ja=}tB}8v>&zyVD&zzs{ z+@Cr+(tzver@xoGRe(Rlp|!LovoC(fq+3>O z*Z)`z{g;)~c1Ld9&%u}S=ff(-aubXmk{~;YN_Lhd(p!>uph|<1T~7N6JUJaiaWW`V zo$M{u=&E(vvJ~6SK)&mVaG95)BqdJOCV3@Nia{;X&sv^mO?o6!hh3XL5qYAPRtl+a zah8{(tV6ivdc-jar6FZe_NwK%j>X+DI45pUz3bdNrx-h3RcCiERiCw(!g%^3E)262Gg#lpF40huh{zZbCI;&iR87ZH*@nN%= zB*&*nuIyeXL2hC~q%kp(3n!KJRxXk^r6Rdj1t}-6_X0zjV6MJ!HBBw35*SeA1##xw?HfLcBfin6% zV5b$!wj;R|Fkzd^t$$FM3Vl*2m8r%0Y^&gTzKI~~K)&F)lZ8r+Pldry|G;2@ zxt#P>Ec<<{OjvnA+RpLDEK zH+ou{{U^N8wmfzUnTBi+hQ|bY=HV;4wD;?od04{}jE?6MG=)r*+W1clC@KmNgDx*o zQ3ED$lcPQ2T0k@=JB8phl6iQhLwd)9RL@@^CyLTTy=!6L^1)+2>&GAJnR@oX@}W2G z9a+{-KTinpY7*KzpKBZJIukK`w(q!d52e~@es`3L8!QSDhY}@ut%6{n0-Q7Rbm<=J+1OcUP{(~NY}bnq=fE{U2|!Xh2}(0FA~7Fa$(S(y zXxRn%*4*NmZ$`cvS?L|D_YU42TJAlznt+7%@yJIbE9$nox@}Qe9DAVdSsJXX`=2Uk zdLKF$_ARi*H<#?CE8h(-y<6`cxW8?n-aWVmswA&wG^ul8Xch3Yc;uP*{PQ%6c1*l1 MKfY4b&Ky(!1-~uS4FCWD literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c80e109357e86743e1c6321ff1bf7fcf5d775f48 GIT binary patch literal 18376 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 GYX3h&XSmA% literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..832c453c6d6201fb037e5e7822e237246570bcd6 GIT binary patch literal 3146 zcmbVOT}&L;6~41GvwyJ5j~9%=HkZ(VH-#O78^>`|Tf|UgD`09cZCAA>!^{PS%+5^j z%-Y@+R%qo1BIUt-GF2OuN|AzvEBUGNV;(E@1%fM9BTG$N_aSfVKwt9Ib7y9kt>sEp zuXgV}_nveA&N<&V_s^+R5(5n@BnEjk2Fq;7+fKek8n)p z4Za}cg@TwDp)Y8n5iP{>F%Cr#5w$209>umJ!7BN91Wh6>eh+C065Hm((S$#mgwdvk z(WKT);#!Kt7X>YSPslel^jo0cOqxjZVkDm`wPxGO+jGkV+eKg=^?JgY8~f`ZRjv_1u!mW!RDZClhO8eS-YhG4ZwDQuQ(oMq?>RH3D8F8MXPcb41x79N^@C1OYEh4ygQ?uIpZZ$Dd=i>V@y>o zs)3q0A#~S;WD-Mpuc#YvNk#o|n3$S_r*6#7VXElhbH&7joe%5G`2-h;tAKwM?AS!r z7j?qC2#ulnD>?qwieZ$Pe{U1RVC@27+ZwvVe5spQ3(l1DrW0#uP-r9p7Ip}L2v5g`>{o2VvHOJ;4dDsYL{Uhqgv&`izv|H>JB#Z--=MznEa zL*R+2mL{oHw5N)WJ8=iXRURKRAz*nSty34QftK2Q*aG%6owvS&l82t?p=%>DRl|KQa8W5-k^K@Q|G3}=jw?@dw4M`QD zm1wv`L$e*8xWOvkpbkYX{@aL_c$C}@SN$a?z-?zywrSdng{bjjAz;d9ergr5s+cTt zpuDAP0DDHHMS>Rr`5%Nca^-U$_;F@H#=47vsz`%6Tn}u3XMrjlfFO4D0x9#kT&^6& z{g|~WMjyG_nhzshlSUks>NX>7k9PMKxRBhS=M=7M@S6_Mh~quT0@o0sRvWPn%c~6UEj-$tW8zYJ^Sh2-E{9}Vrz6Som-pys;%oA)GDUe z#Y$7_{i!dT`ku9qRJz~$;;kQu6_qKckBomA0)2^!+A)l{}~MRv<3%+WjkyE1TI29gY>-{VNihn3dq7y zYOe}zJ*8_91F&RPg;#^Dmh5-9yCT?~Srq|Z97w}%qP9E0OAO%!ZKJFvrXjwT}Hb+mv(E@M)XHpEkY@7~2BPG0@>>rwaN9ZWnejonM zAE5%QboKo%_3PBmz&lSy_qs0b2pyHq!TrwR-Ok~?PKkk}{o~|1zkUO<{~OejXkQ; zwj}^!DACsbA_covc{s>_fMzp7=!q(@!BSSGIxDUo*#Sv%J|sam21~gy)2RB@uV(uc-f@Xy|W3)B5H6x1S2VYusTp$wfEiLj=uXx4=o89~~lS ss_9OyV+#m}HOc{Ns-qc@`>F_<$J_yHsyWn|+mWv9WUlU_HlH{C4Ol@wdH?_b literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b0657257893bd8ca4eff161db41fa165c42a3eba GIT binary patch literal 2844 zcmai0Uu+ab7@ytSyWW-7!|r4nH8hN#1P19plZkl1IX;yu^?jql1n(x(_+aBpKP20Cj z^DbFLFQ0x`sQ6W0D3t}1{T3^@Zq;jUKgq42u-bVuKAOze8o~fa6zKqF5y>U; zkFF=vVqG+{3fOkM$l`Gr{^%KK?c`-r(ro=wX3XG8jPX5~g>5Vavav$$xJ;(CvGgd( zrNZ9jV4P-doyQSjKR_xeh+`EM%#qxt6AjuvDnyQ!>Yjxm%+q7%nFF}FoWk*ITm%l6 zL!HV7-3yVdaw!2j2q7RAFvoMeGOg6B%~r-Tm^_wal< z4^{wSmTzy+IOBLWpB|^xx(w(9r?SdimkSzHm`8m&&d^$K#Eavt{zBryb09b>* zjvhtU4@`(!tcvn_`Mecy0AMNA-IC+R z?!Vs`G-|wWi1vB)>I4_KQ-9Ia4M%ePV}pQq=!kZ>dmf?MYH&=4KS9~{gdXjy~uam=tmwiC8-UF0SnI~;BWJe3G1sxmE-QKhzy?7i6wa;J zY8mCp7(blWYE3d3;~41(iK1|vT+=MQOe}pIUdIbsQ?s>mN5EO_N~WoOs$c0cVC;f6 z3RF|v6v^o$A%RyXJ^J>k;djks^K9{v|PnTFZ7 zI|q#~j6q`+N{EF*=>uS{6TkubXPf8(eVl{Kqf%?&isy_>#(B6r`}wvbj7N!h5$5I+ zDxFkfg^4l`a+-olVrbhKWuLjYGkeyA>zSDdn%oCumi(UGaINuiBwInNPV#!|Vq|eDl5QM;j3Q4ikwY`fy{!0T(1p1{nHBjB(edI9?DF^=p@L$Cy literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7b477eac6fa69382fa2f06795e7045b991d703c8 GIT binary patch literal 233676 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�o7%#un2dklSK30--L`=wg~+ms#&( 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⪚?`p;R*n>Y0?h?9=9ueC(rDd2vRnnMJ*NW>qHD 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..220c1b73504d17a05b734742f3e64d1576e35896 GIT binary patch literal 18472 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 E0MV>|Pyhe` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py new file mode 100644 index 0000000..3591231 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py @@ -0,0 +1,336 @@ +import io +import json +import logging +import os +import re +import typing +from contextlib import contextmanager +from textwrap import indent, wrap +from typing import Any, Dict, Generator, Iterator, List, Optional, Sequence, Union + +from .fastjsonschema_exceptions import JsonSchemaValueException + +if typing.TYPE_CHECKING: + import sys + + if sys.version_info < (3, 11): + from typing_extensions import Self + else: + from typing import Self + +_logger = logging.getLogger(__name__) + +_MESSAGE_REPLACEMENTS = { + "must be named by propertyName definition": "keys must be named by", + "one of contains definition": "at least one item that matches", + " same as const definition:": "", + "only specified items": "only items matching the definition", +} + +_SKIP_DETAILS = ( + "must not be empty", + "is always invalid", + "must not be there", +) + +_NEED_DETAILS = {"anyOf", "oneOf", "allOf", "contains", "propertyNames", "not", "items"} + +_CAMEL_CASE_SPLITTER = re.compile(r"\W+|([A-Z][^A-Z\W]*)") +_IDENTIFIER = re.compile(r"^[\w_]+$", re.I) + +_TOML_JARGON = { + "object": "table", + "property": "key", + "properties": "keys", + "property names": "keys", +} + +_FORMATS_HELP = """ +For more details about `format` see +https://validate-pyproject.readthedocs.io/en/latest/api/validate_pyproject.formats.html +""" + + +class ValidationError(JsonSchemaValueException): + """Report violations of a given JSON schema. + + This class extends :exc:`~fastjsonschema.JsonSchemaValueException` + by adding the following properties: + + - ``summary``: an improved version of the ``JsonSchemaValueException`` error message + with only the necessary information) + + - ``details``: more contextual information about the error like the failing schema + itself and the value that violates the schema. + + Depending on the level of the verbosity of the ``logging`` configuration + the exception message will be only ``summary`` (default) or a combination of + ``summary`` and ``details`` (when the logging level is set to :obj:`logging.DEBUG`). + """ + + summary = "" + details = "" + _original_message = "" + + @classmethod + def _from_jsonschema(cls, ex: JsonSchemaValueException) -> "Self": + formatter = _ErrorFormatting(ex) + obj = cls(str(formatter), ex.value, formatter.name, ex.definition, ex.rule) + debug_code = os.getenv("JSONSCHEMA_DEBUG_CODE_GENERATION", "false").lower() + if debug_code != "false": # pragma: no cover + obj.__cause__, obj.__traceback__ = ex.__cause__, ex.__traceback__ + obj._original_message = ex.message + obj.summary = formatter.summary + obj.details = formatter.details + return obj + + +@contextmanager +def detailed_errors() -> Generator[None, None, None]: + try: + yield + except JsonSchemaValueException as ex: + raise ValidationError._from_jsonschema(ex) from None + + +class _ErrorFormatting: + def __init__(self, ex: JsonSchemaValueException): + self.ex = ex + self.name = f"`{self._simplify_name(ex.name)}`" + self._original_message: str = self.ex.message.replace(ex.name, self.name) + self._summary = "" + self._details = "" + + def __str__(self) -> str: + if _logger.getEffectiveLevel() <= logging.DEBUG and self.details: + return f"{self.summary}\n\n{self.details}" + + return self.summary + + @property + def summary(self) -> str: + if not self._summary: + self._summary = self._expand_summary() + + return self._summary + + @property + def details(self) -> str: + if not self._details: + self._details = self._expand_details() + + return self._details + + @staticmethod + def _simplify_name(name: str) -> str: + x = len("data.") + return name[x:] if name.startswith("data.") else name + + def _expand_summary(self) -> str: + msg = self._original_message + + for bad, repl in _MESSAGE_REPLACEMENTS.items(): + msg = msg.replace(bad, repl) + + if any(substring in msg for substring in _SKIP_DETAILS): + return msg + + schema = self.ex.rule_definition + if self.ex.rule in _NEED_DETAILS and schema: + summary = _SummaryWriter(_TOML_JARGON) + return f"{msg}:\n\n{indent(summary(schema), ' ')}" + + return msg + + def _expand_details(self) -> str: + optional = [] + definition = self.ex.definition or {} + desc_lines = definition.pop("$$description", []) + desc = definition.pop("description", None) or " ".join(desc_lines) + if desc: + description = "\n".join( + wrap( + desc, + width=80, + initial_indent=" ", + subsequent_indent=" ", + break_long_words=False, + ) + ) + optional.append(f"DESCRIPTION:\n{description}") + schema = json.dumps(definition, indent=4) + value = json.dumps(self.ex.value, indent=4) + defaults = [ + f"GIVEN VALUE:\n{indent(value, ' ')}", + f"OFFENDING RULE: {self.ex.rule!r}", + f"DEFINITION:\n{indent(schema, ' ')}", + ] + msg = "\n\n".join(optional + defaults) + epilog = f"\n{_FORMATS_HELP}" if "format" in msg.lower() else "" + return msg + epilog + + +class _SummaryWriter: + _IGNORE = frozenset(("description", "default", "title", "examples")) + + def __init__(self, jargon: Optional[Dict[str, str]] = None): + self.jargon: Dict[str, str] = jargon or {} + # Clarify confusing terms + self._terms = { + "anyOf": "at least one of the following", + "oneOf": "exactly one of the following", + "allOf": "all of the following", + "not": "(*NOT* the following)", + "prefixItems": f"{self._jargon('items')} (in order)", + "items": "items", + "contains": "contains at least one of", + "propertyNames": ( + f"non-predefined acceptable {self._jargon('property names')}" + ), + "patternProperties": f"{self._jargon('properties')} named via pattern", + "const": "predefined value", + "enum": "one of", + } + # Attributes that indicate that the definition is easy and can be done + # inline (e.g. string and number) + self._guess_inline_defs = [ + "enum", + "const", + "maxLength", + "minLength", + "pattern", + "format", + "minimum", + "maximum", + "exclusiveMinimum", + "exclusiveMaximum", + "multipleOf", + ] + + def _jargon(self, term: Union[str, List[str]]) -> Union[str, List[str]]: + if isinstance(term, list): + return [self.jargon.get(t, t) for t in term] + return self.jargon.get(term, term) + + def __call__( + self, + schema: Union[dict, List[dict]], + prefix: str = "", + *, + _path: Sequence[str] = (), + ) -> str: + if isinstance(schema, list): + return self._handle_list(schema, prefix, _path) + + filtered = self._filter_unecessary(schema, _path) + simple = self._handle_simple_dict(filtered, _path) + if simple: + return f"{prefix}{simple}" + + child_prefix = self._child_prefix(prefix, " ") + item_prefix = self._child_prefix(prefix, "- ") + indent = len(prefix) * " " + with io.StringIO() as buffer: + for i, (key, value) in enumerate(filtered.items()): + child_path = [*_path, key] + line_prefix = prefix if i == 0 else indent + buffer.write(f"{line_prefix}{self._label(child_path)}:") + # ^ just the first item should receive the complete prefix + if isinstance(value, dict): + filtered = self._filter_unecessary(value, child_path) + simple = self._handle_simple_dict(filtered, child_path) + buffer.write( + f" {simple}" + if simple + else f"\n{self(value, child_prefix, _path=child_path)}" + ) + elif isinstance(value, list) and ( + key != "type" or self._is_property(child_path) + ): + children = self._handle_list(value, item_prefix, child_path) + sep = " " if children.startswith("[") else "\n" + buffer.write(f"{sep}{children}") + else: + buffer.write(f" {self._value(value, child_path)}\n") + return buffer.getvalue() + + def _is_unecessary(self, path: Sequence[str]) -> bool: + if self._is_property(path) or not path: # empty path => instruction @ root + return False + key = path[-1] + return any(key.startswith(k) for k in "$_") or key in self._IGNORE + + def _filter_unecessary( + self, schema: Dict[str, Any], path: Sequence[str] + ) -> Dict[str, Any]: + return { + key: value + for key, value in schema.items() + if not self._is_unecessary([*path, key]) + } + + def _handle_simple_dict(self, value: dict, path: Sequence[str]) -> Optional[str]: + inline = any(p in value for p in self._guess_inline_defs) + simple = not any(isinstance(v, (list, dict)) for v in value.values()) + if inline or simple: + return f"{{{', '.join(self._inline_attrs(value, path))}}}\n" + return None + + def _handle_list( + self, schemas: list, prefix: str = "", path: Sequence[str] = () + ) -> str: + if self._is_unecessary(path): + return "" + + repr_ = repr(schemas) + if all(not isinstance(e, (dict, list)) for e in schemas) and len(repr_) < 60: + return f"{repr_}\n" + + item_prefix = self._child_prefix(prefix, "- ") + return "".join( + self(v, item_prefix, _path=[*path, f"[{i}]"]) for i, v in enumerate(schemas) + ) + + def _is_property(self, path: Sequence[str]) -> bool: + """Check if the given path can correspond to an arbitrarily named property""" + counter = 0 + for key in path[-2::-1]: + if key not in {"properties", "patternProperties"}: + break + counter += 1 + + # If the counter if even, the path correspond to a JSON Schema keyword + # otherwise it can be any arbitrary string naming a property + return counter % 2 == 1 + + def _label(self, path: Sequence[str]) -> str: + *parents, key = path + if not self._is_property(path): + norm_key = _separate_terms(key) + return self._terms.get(key) or " ".join(self._jargon(norm_key)) + + if parents[-1] == "patternProperties": + return f"(regex {key!r})" + return repr(key) # property name + + def _value(self, value: Any, path: Sequence[str]) -> str: + if path[-1] == "type" and not self._is_property(path): + type_ = self._jargon(value) + return f"[{', '.join(type_)}]" if isinstance(type_, list) else type_ + return repr(value) + + def _inline_attrs(self, schema: dict, path: Sequence[str]) -> Iterator[str]: + for key, value in schema.items(): + child_path = [*path, key] + yield f"{self._label(child_path)}: {self._value(value, child_path)}" + + def _child_prefix(self, parent_prefix: str, child_prefix: str) -> str: + return len(parent_prefix) * " " + child_prefix + + +def _separate_terms(word: str) -> List[str]: + """ + >>> _separate_terms("FooBar-foo") + ['foo', 'bar', 'foo'] + """ + return [w.lower() for w in _CAMEL_CASE_SPLITTER.split(word) if w] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py new file mode 100644 index 0000000..789411d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py @@ -0,0 +1,82 @@ +"""The purpose of this module is implement PEP 621 validations that are +difficult to express as a JSON Schema (or that are not supported by the current +JSON Schema library). +""" + +from inspect import cleandoc +from typing import Mapping, TypeVar + +from .error_reporting import ValidationError + +T = TypeVar("T", bound=Mapping) + + +class RedefiningStaticFieldAsDynamic(ValidationError): + _DESC = """According to PEP 621: + + Build back-ends MUST raise an error if the metadata specifies a field + statically as well as being listed in dynamic. + """ + __doc__ = _DESC + _URL = ( + "https://packaging.python.org/en/latest/specifications/" + "pyproject-toml/#dynamic" + ) + + +class IncludedDependencyGroupMustExist(ValidationError): + _DESC = """An included dependency group must exist and must not be cyclic. + """ + __doc__ = _DESC + _URL = "https://peps.python.org/pep-0735/" + + +def validate_project_dynamic(pyproject: T) -> T: + project_table = pyproject.get("project", {}) + dynamic = project_table.get("dynamic", []) + + for field in dynamic: + if field in project_table: + raise RedefiningStaticFieldAsDynamic( + message=f"You cannot provide a value for `project.{field}` and " + "list it under `project.dynamic` at the same time", + value={ + field: project_table[field], + "...": " # ...", + "dynamic": dynamic, + }, + name=f"data.project.{field}", + definition={ + "description": cleandoc(RedefiningStaticFieldAsDynamic._DESC), + "see": RedefiningStaticFieldAsDynamic._URL, + }, + rule="PEP 621", + ) + + return pyproject + + +def validate_include_depenency(pyproject: T) -> T: + dependency_groups = pyproject.get("dependency-groups", {}) + for key, value in dependency_groups.items(): + for each in value: + if ( + isinstance(each, dict) + and (include_group := each.get("include-group")) + and include_group not in dependency_groups + ): + raise IncludedDependencyGroupMustExist( + message=f"The included dependency group {include_group} doesn't exist", + value=each, + name=f"data.dependency_groups.{key}", + definition={ + "description": cleandoc(IncludedDependencyGroupMustExist._DESC), + "see": IncludedDependencyGroupMustExist._URL, + }, + rule="PEP 735", + ) + # TODO: check for `include-group` cycles (can be conditional to graphlib) + return pyproject + + +EXTRA_VALIDATIONS = (validate_project_dynamic, validate_include_depenency) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py new file mode 100644 index 0000000..d2dddd6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py @@ -0,0 +1,51 @@ +import re + + +SPLIT_RE = re.compile(r'[\.\[\]]+') + + +class JsonSchemaException(ValueError): + """ + Base exception of ``fastjsonschema`` library. + """ + + +class JsonSchemaValueException(JsonSchemaException): + """ + Exception raised by validation function. Available properties: + + * ``message`` containing human-readable information what is wrong (e.g. ``data.property[index] must be smaller than or equal to 42``), + * invalid ``value`` (e.g. ``60``), + * ``name`` of a path in the data structure (e.g. ``data.property[index]``), + * ``path`` as an array in the data structure (e.g. ``['data', 'property', 'index']``), + * the whole ``definition`` which the ``value`` has to fulfil (e.g. ``{'type': 'number', 'maximum': 42}``), + * ``rule`` which the ``value`` is breaking (e.g. ``maximum``) + * and ``rule_definition`` (e.g. ``42``). + + .. versionchanged:: 2.14.0 + Added all extra properties. + """ + + def __init__(self, message, value=None, name=None, definition=None, rule=None): + super().__init__(message) + self.message = message + self.value = value + self.name = name + self.definition = definition + self.rule = rule + + @property + def path(self): + return [item for item in SPLIT_RE.split(self.name) if item != ''] + + @property + def rule_definition(self): + if not self.rule or not self.definition: + return None + return self.definition.get(self.rule) + + +class JsonSchemaDefinitionException(JsonSchemaException): + """ + Exception raised by generator of validation function. + """ diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py new file mode 100644 index 0000000..c69368a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py @@ -0,0 +1,1412 @@ +# noqa +# ruff: noqa +# flake8: noqa +# pylint: skip-file +# mypy: ignore-errors +# yapf: disable +# pylama:skip=1 + + +# *** PLEASE DO NOT MODIFY DIRECTLY: Automatically generated code *** + + +VERSION = "2.20.0" +from decimal import Decimal +import re +from .fastjsonschema_exceptions import JsonSchemaValueException + + +REGEX_PATTERNS = { + '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': re.compile('^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])\\Z'), + '^.*$': re.compile('^.*$'), + '.+': re.compile('.+'), + '^.+$': re.compile('^.+$'), + 'idn-email_re_pattern': re.compile('^[^@]+@[^@]+\\.[^@]+\\Z') +} + +NoneType = type(None) + +def validate(data, custom_formats={}, name_prefix=None): + validate_https___packaging_python_org_en_latest_specifications_declaring_build_dependencies(data, custom_formats, (name_prefix or "data") + "") + return data + +def validate_https___packaging_python_org_en_latest_specifications_declaring_build_dependencies(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/declaring-build-dependencies/', 'title': 'Data structure for ``pyproject.toml`` files', '$$description': ['File format containing build-time configurations for the Python ecosystem. ', ':pep:`517` initially defined a build-system independent format for source trees', 'which was complemented by :pep:`518` to provide a way of specifying dependencies ', 'for building Python projects.', 'Please notice the ``project`` table (as initially defined in :pep:`621`) is not included', 'in this schema and should be considered separately.'], 'type': 'object', 'additionalProperties': False, 'properties': {'build-system': {'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, 'license': {'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points `_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points `_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, 'tool': {'type': 'object', 'properties': {'distutils': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '`_.', 'See also `the old Python docs _`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, 'setuptools': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$ref': '#/definitions/package-name'}}, {'$ref': '#/definitions/find-directive'}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$ref': '#/definitions/package-name'}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$ref': '#/definitions/ext-module'}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'$ref': '#/definitions/attr-directive'}, {'$ref': '#/definitions/file-directive'}]}, 'classifiers': {'$ref': '#/definitions/file-directive'}, 'description': {'$ref': '#/definitions/file-directive'}, 'entry-points': {'$ref': '#/definitions/file-directive'}, 'dependencies': {'$ref': '#/definitions/file-directive-for-dependencies'}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'$ref': '#/definitions/file-directive-for-dependencies'}}}, 'readme': {'type': 'object', 'anyOf': [{'$ref': '#/definitions/file-directive'}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'$ref': '#/definitions/file-directive/properties/file'}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}}}, 'dependency-groups': {'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, 'license': {'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points `_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points `_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data_keys = set(data.keys()) + if "build-system" in data_keys: + data_keys.remove("build-system") + data__buildsystem = data["build-system"] + if not isinstance(data__buildsystem, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system must be object", value=data__buildsystem, name="" + (name_prefix or "data") + ".build-system", definition={'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, rule='type') + data__buildsystem_is_dict = isinstance(data__buildsystem, dict) + if data__buildsystem_is_dict: + data__buildsystem__missing_keys = set(['requires']) - data__buildsystem.keys() + if data__buildsystem__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system must contain " + (str(sorted(data__buildsystem__missing_keys)) + " properties"), value=data__buildsystem, name="" + (name_prefix or "data") + ".build-system", definition={'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, rule='required') + data__buildsystem_keys = set(data__buildsystem.keys()) + if "requires" in data__buildsystem_keys: + data__buildsystem_keys.remove("requires") + data__buildsystem__requires = data__buildsystem["requires"] + if not isinstance(data__buildsystem__requires, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.requires must be array", value=data__buildsystem__requires, name="" + (name_prefix or "data") + ".build-system.requires", definition={'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, rule='type') + data__buildsystem__requires_is_list = isinstance(data__buildsystem__requires, (list, tuple)) + if data__buildsystem__requires_is_list: + data__buildsystem__requires_len = len(data__buildsystem__requires) + for data__buildsystem__requires_x, data__buildsystem__requires_item in enumerate(data__buildsystem__requires): + if not isinstance(data__buildsystem__requires_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.requires[{data__buildsystem__requires_x}]".format(**locals()) + " must be string", value=data__buildsystem__requires_item, name="" + (name_prefix or "data") + ".build-system.requires[{data__buildsystem__requires_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "build-backend" in data__buildsystem_keys: + data__buildsystem_keys.remove("build-backend") + data__buildsystem__buildbackend = data__buildsystem["build-backend"] + if not isinstance(data__buildsystem__buildbackend, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.build-backend must be string", value=data__buildsystem__buildbackend, name="" + (name_prefix or "data") + ".build-system.build-backend", definition={'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, rule='type') + if isinstance(data__buildsystem__buildbackend, str): + if not custom_formats["pep517-backend-reference"](data__buildsystem__buildbackend): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.build-backend must be pep517-backend-reference", value=data__buildsystem__buildbackend, name="" + (name_prefix or "data") + ".build-system.build-backend", definition={'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, rule='format') + if "backend-path" in data__buildsystem_keys: + data__buildsystem_keys.remove("backend-path") + data__buildsystem__backendpath = data__buildsystem["backend-path"] + if not isinstance(data__buildsystem__backendpath, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.backend-path must be array", value=data__buildsystem__backendpath, name="" + (name_prefix or "data") + ".build-system.backend-path", definition={'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}, rule='type') + data__buildsystem__backendpath_is_list = isinstance(data__buildsystem__backendpath, (list, tuple)) + if data__buildsystem__backendpath_is_list: + data__buildsystem__backendpath_len = len(data__buildsystem__backendpath) + for data__buildsystem__backendpath_x, data__buildsystem__backendpath_item in enumerate(data__buildsystem__backendpath): + if not isinstance(data__buildsystem__backendpath_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system.backend-path[{data__buildsystem__backendpath_x}]".format(**locals()) + " must be string", value=data__buildsystem__backendpath_item, name="" + (name_prefix or "data") + ".build-system.backend-path[{data__buildsystem__backendpath_x}]".format(**locals()) + "", definition={'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}, rule='type') + if data__buildsystem_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".build-system must not contain "+str(data__buildsystem_keys)+" properties", value=data__buildsystem, name="" + (name_prefix or "data") + ".build-system", definition={'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, rule='additionalProperties') + if "project" in data_keys: + data_keys.remove("project") + data__project = data["project"] + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml(data__project, custom_formats, (name_prefix or "data") + ".project") + if "tool" in data_keys: + data_keys.remove("tool") + data__tool = data["tool"] + if not isinstance(data__tool, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".tool must be object", value=data__tool, name="" + (name_prefix or "data") + ".tool", definition={'type': 'object', 'properties': {'distutils': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '`_.', 'See also `the old Python docs _`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, 'setuptools': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$ref': '#/definitions/package-name'}}, {'$ref': '#/definitions/find-directive'}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$ref': '#/definitions/package-name'}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$ref': '#/definitions/ext-module'}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'$ref': '#/definitions/attr-directive'}, {'$ref': '#/definitions/file-directive'}]}, 'classifiers': {'$ref': '#/definitions/file-directive'}, 'description': {'$ref': '#/definitions/file-directive'}, 'entry-points': {'$ref': '#/definitions/file-directive'}, 'dependencies': {'$ref': '#/definitions/file-directive-for-dependencies'}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'$ref': '#/definitions/file-directive-for-dependencies'}}}, 'readme': {'type': 'object', 'anyOf': [{'$ref': '#/definitions/file-directive'}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'$ref': '#/definitions/file-directive/properties/file'}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}}}, rule='type') + data__tool_is_dict = isinstance(data__tool, dict) + if data__tool_is_dict: + data__tool_keys = set(data__tool.keys()) + if "distutils" in data__tool_keys: + data__tool_keys.remove("distutils") + data__tool__distutils = data__tool["distutils"] + validate_https___setuptools_pypa_io_en_latest_deprecated_distutils_configfile_html(data__tool__distutils, custom_formats, (name_prefix or "data") + ".tool.distutils") + if "setuptools" in data__tool_keys: + data__tool_keys.remove("setuptools") + data__tool__setuptools = data__tool["setuptools"] + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html(data__tool__setuptools, custom_formats, (name_prefix or "data") + ".tool.setuptools") + if "dependency-groups" in data_keys: + data_keys.remove("dependency-groups") + data__dependencygroups = data["dependency-groups"] + if not isinstance(data__dependencygroups, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups must be object", value=data__dependencygroups, name="" + (name_prefix or "data") + ".dependency-groups", definition={'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}, rule='type') + data__dependencygroups_is_dict = isinstance(data__dependencygroups, dict) + if data__dependencygroups_is_dict: + data__dependencygroups_keys = set(data__dependencygroups.keys()) + for data__dependencygroups_key, data__dependencygroups_val in data__dependencygroups.items(): + if REGEX_PATTERNS['^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'].search(data__dependencygroups_key): + if data__dependencygroups_key in data__dependencygroups_keys: + data__dependencygroups_keys.remove(data__dependencygroups_key) + if not isinstance(data__dependencygroups_val, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}".format(**locals()) + " must be array", value=data__dependencygroups_val, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}, rule='type') + data__dependencygroups_val_is_list = isinstance(data__dependencygroups_val, (list, tuple)) + if data__dependencygroups_val_is_list: + data__dependencygroups_val_len = len(data__dependencygroups_val) + for data__dependencygroups_val_x, data__dependencygroups_val_item in enumerate(data__dependencygroups_val): + data__dependencygroups_val_item_one_of_count1 = 0 + if data__dependencygroups_val_item_one_of_count1 < 2: + try: + if not isinstance(data__dependencygroups_val_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be string", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, rule='type') + if isinstance(data__dependencygroups_val_item, str): + if not custom_formats["pep508"](data__dependencygroups_val_item): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be pep508", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, rule='format') + data__dependencygroups_val_item_one_of_count1 += 1 + except JsonSchemaValueException: pass + if data__dependencygroups_val_item_one_of_count1 < 2: + try: + if not isinstance(data__dependencygroups_val_item, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be object", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}, rule='type') + data__dependencygroups_val_item_is_dict = isinstance(data__dependencygroups_val_item, dict) + if data__dependencygroups_val_item_is_dict: + data__dependencygroups_val_item_keys = set(data__dependencygroups_val_item.keys()) + if "include-group" in data__dependencygroups_val_item_keys: + data__dependencygroups_val_item_keys.remove("include-group") + data__dependencygroups_val_item__includegroup = data__dependencygroups_val_item["include-group"] + if not isinstance(data__dependencygroups_val_item__includegroup, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + " must be string", value=data__dependencygroups_val_item__includegroup, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + "", definition={'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}, rule='type') + if isinstance(data__dependencygroups_val_item__includegroup, str): + if not REGEX_PATTERNS['^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'].search(data__dependencygroups_val_item__includegroup): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + " must match pattern ^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$", value=data__dependencygroups_val_item__includegroup, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}].include-group".format(**locals()) + "", definition={'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}, rule='pattern') + if data__dependencygroups_val_item_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must not contain "+str(data__dependencygroups_val_item_keys)+" properties", value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}, rule='additionalProperties') + data__dependencygroups_val_item_one_of_count1 += 1 + except JsonSchemaValueException: pass + if data__dependencygroups_val_item_one_of_count1 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + " must be valid exactly by one definition" + (" (" + str(data__dependencygroups_val_item_one_of_count1) + " matches found)"), value=data__dependencygroups_val_item, name="" + (name_prefix or "data") + ".dependency-groups.{data__dependencygroups_key}[{data__dependencygroups_val_x}]".format(**locals()) + "", definition={'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}, rule='oneOf') + if data__dependencygroups_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependency-groups must not contain "+str(data__dependencygroups_keys)+" properties", value=data__dependencygroups, name="" + (name_prefix or "data") + ".dependency-groups", definition={'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}, rule='additionalProperties') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/declaring-build-dependencies/', 'title': 'Data structure for ``pyproject.toml`` files', '$$description': ['File format containing build-time configurations for the Python ecosystem. ', ':pep:`517` initially defined a build-system independent format for source trees', 'which was complemented by :pep:`518` to provide a way of specifying dependencies ', 'for building Python projects.', 'Please notice the ``project`` table (as initially defined in :pep:`621`) is not included', 'in this schema and should be considered separately.'], 'type': 'object', 'additionalProperties': False, 'properties': {'build-system': {'type': 'object', 'description': 'Table used to store build-related data', 'additionalProperties': False, 'properties': {'requires': {'type': 'array', '$$description': ['List of dependencies in the :pep:`508` format required to execute the build', 'system. Please notice that the resulting dependency graph', '**MUST NOT contain cycles**'], 'items': {'type': 'string'}}, 'build-backend': {'type': 'string', 'description': 'Python object that will be used to perform the build according to :pep:`517`', 'format': 'pep517-backend-reference'}, 'backend-path': {'type': 'array', '$$description': ['List of directories to be prepended to ``sys.path`` when loading the', 'back-end, and running its hooks'], 'items': {'type': 'string', '$comment': 'Should be a path (TODO: enforce it with format?)'}}}, 'required': ['requires']}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, 'license': {'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points `_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points `_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, 'tool': {'type': 'object', 'properties': {'distutils': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '`_.', 'See also `the old Python docs _`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, 'setuptools': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$ref': '#/definitions/package-name'}}, {'$ref': '#/definitions/find-directive'}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$ref': '#/definitions/package-name'}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$ref': '#/definitions/ext-module'}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'$ref': '#/definitions/attr-directive'}, {'$ref': '#/definitions/file-directive'}]}, 'classifiers': {'$ref': '#/definitions/file-directive'}, 'description': {'$ref': '#/definitions/file-directive'}, 'entry-points': {'$ref': '#/definitions/file-directive'}, 'dependencies': {'$ref': '#/definitions/file-directive-for-dependencies'}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'$ref': '#/definitions/file-directive-for-dependencies'}}}, 'readme': {'type': 'object', 'anyOf': [{'$ref': '#/definitions/file-directive'}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'$ref': '#/definitions/file-directive/properties/file'}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}}}, 'dependency-groups': {'type': 'object', 'description': 'Dependency groups following PEP 735', 'additionalProperties': False, 'patternProperties': {'^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$': {'type': 'array', 'items': {'oneOf': [{'type': 'string', 'description': 'Python package specifiers following PEP 508', 'format': 'pep508'}, {'type': 'object', 'additionalProperties': False, 'properties': {'include-group': {'description': 'Another dependency group to include in this one', 'type': 'string', 'pattern': '^([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9._-]*[a-zA-Z0-9])$'}}}]}}}}}, 'project': {'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, 'license': {'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$ref': '#/definitions/author'}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create command-line wrappers for the given', '`entry points `_.']}, 'gui-scripts': {'$ref': '#/definitions/entry-point-group', '$$description': ['Instruct the installer to create GUI wrappers for the given', '`entry points `_.', 'The difference between ``scripts`` and ``gui-scripts`` is only relevant in', 'Windows.']}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$ref': '#/definitions/entry-point-group'}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$ref': '#/definitions/dependency'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$ref': '#/definitions/dependency'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='additionalProperties') + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data_keys = set(data.keys()) + if "platforms" in data_keys: + data_keys.remove("platforms") + data__platforms = data["platforms"] + if not isinstance(data__platforms, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".platforms must be array", value=data__platforms, name="" + (name_prefix or "data") + ".platforms", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__platforms_is_list = isinstance(data__platforms, (list, tuple)) + if data__platforms_is_list: + data__platforms_len = len(data__platforms) + for data__platforms_x, data__platforms_item in enumerate(data__platforms): + if not isinstance(data__platforms_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".platforms[{data__platforms_x}]".format(**locals()) + " must be string", value=data__platforms_item, name="" + (name_prefix or "data") + ".platforms[{data__platforms_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "provides" in data_keys: + data_keys.remove("provides") + data__provides = data["provides"] + if not isinstance(data__provides, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".provides must be array", value=data__provides, name="" + (name_prefix or "data") + ".provides", definition={'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, rule='type') + data__provides_is_list = isinstance(data__provides, (list, tuple)) + if data__provides_is_list: + data__provides_len = len(data__provides) + for data__provides_x, data__provides_item in enumerate(data__provides): + if not isinstance(data__provides_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + " must be string", value=data__provides_item, name="" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='type') + if isinstance(data__provides_item, str): + if not custom_formats["pep508-identifier"](data__provides_item): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + " must be pep508-identifier", value=data__provides_item, name="" + (name_prefix or "data") + ".provides[{data__provides_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='format') + if "obsoletes" in data_keys: + data_keys.remove("obsoletes") + data__obsoletes = data["obsoletes"] + if not isinstance(data__obsoletes, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".obsoletes must be array", value=data__obsoletes, name="" + (name_prefix or "data") + ".obsoletes", definition={'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, rule='type') + data__obsoletes_is_list = isinstance(data__obsoletes, (list, tuple)) + if data__obsoletes_is_list: + data__obsoletes_len = len(data__obsoletes) + for data__obsoletes_x, data__obsoletes_item in enumerate(data__obsoletes): + if not isinstance(data__obsoletes_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + " must be string", value=data__obsoletes_item, name="" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='type') + if isinstance(data__obsoletes_item, str): + if not custom_formats["pep508-identifier"](data__obsoletes_item): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + " must be pep508-identifier", value=data__obsoletes_item, name="" + (name_prefix or "data") + ".obsoletes[{data__obsoletes_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='format') + if "zip-safe" in data_keys: + data_keys.remove("zip-safe") + data__zipsafe = data["zip-safe"] + if not isinstance(data__zipsafe, (bool)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".zip-safe must be boolean", value=data__zipsafe, name="" + (name_prefix or "data") + ".zip-safe", definition={'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, rule='type') + if "script-files" in data_keys: + data_keys.remove("script-files") + data__scriptfiles = data["script-files"] + if not isinstance(data__scriptfiles, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".script-files must be array", value=data__scriptfiles, name="" + (name_prefix or "data") + ".script-files", definition={'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, rule='type') + data__scriptfiles_is_list = isinstance(data__scriptfiles, (list, tuple)) + if data__scriptfiles_is_list: + data__scriptfiles_len = len(data__scriptfiles) + for data__scriptfiles_x, data__scriptfiles_item in enumerate(data__scriptfiles): + if not isinstance(data__scriptfiles_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".script-files[{data__scriptfiles_x}]".format(**locals()) + " must be string", value=data__scriptfiles_item, name="" + (name_prefix or "data") + ".script-files[{data__scriptfiles_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "eager-resources" in data_keys: + data_keys.remove("eager-resources") + data__eagerresources = data["eager-resources"] + if not isinstance(data__eagerresources, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".eager-resources must be array", value=data__eagerresources, name="" + (name_prefix or "data") + ".eager-resources", definition={'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__eagerresources_is_list = isinstance(data__eagerresources, (list, tuple)) + if data__eagerresources_is_list: + data__eagerresources_len = len(data__eagerresources) + for data__eagerresources_x, data__eagerresources_item in enumerate(data__eagerresources): + if not isinstance(data__eagerresources_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".eager-resources[{data__eagerresources_x}]".format(**locals()) + " must be string", value=data__eagerresources_item, name="" + (name_prefix or "data") + ".eager-resources[{data__eagerresources_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "packages" in data_keys: + data_keys.remove("packages") + data__packages = data["packages"] + data__packages_one_of_count2 = 0 + if data__packages_one_of_count2 < 2: + try: + if not isinstance(data__packages, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".packages must be array", value=data__packages, name="" + (name_prefix or "data") + ".packages", definition={'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, rule='type') + data__packages_is_list = isinstance(data__packages, (list, tuple)) + if data__packages_is_list: + data__packages_len = len(data__packages) + for data__packages_x, data__packages_item in enumerate(data__packages): + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_package_name(data__packages_item, custom_formats, (name_prefix or "data") + ".packages[{data__packages_x}]".format(**locals())) + data__packages_one_of_count2 += 1 + except JsonSchemaValueException: pass + if data__packages_one_of_count2 < 2: + try: + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_find_directive(data__packages, custom_formats, (name_prefix or "data") + ".packages") + data__packages_one_of_count2 += 1 + except JsonSchemaValueException: pass + if data__packages_one_of_count2 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".packages must be valid exactly by one definition" + (" (" + str(data__packages_one_of_count2) + " matches found)"), value=data__packages, name="" + (name_prefix or "data") + ".packages", definition={'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}]}, rule='oneOf') + if "package-dir" in data_keys: + data_keys.remove("package-dir") + data__packagedir = data["package-dir"] + if not isinstance(data__packagedir, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must be object", value=data__packagedir, name="" + (name_prefix or "data") + ".package-dir", definition={'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, rule='type') + data__packagedir_is_dict = isinstance(data__packagedir, dict) + if data__packagedir_is_dict: + data__packagedir_keys = set(data__packagedir.keys()) + for data__packagedir_key, data__packagedir_val in data__packagedir.items(): + if REGEX_PATTERNS['^.*$'].search(data__packagedir_key): + if data__packagedir_key in data__packagedir_keys: + data__packagedir_keys.remove(data__packagedir_key) + if not isinstance(data__packagedir_val, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir.{data__packagedir_key}".format(**locals()) + " must be string", value=data__packagedir_val, name="" + (name_prefix or "data") + ".package-dir.{data__packagedir_key}".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if data__packagedir_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must not contain "+str(data__packagedir_keys)+" properties", value=data__packagedir, name="" + (name_prefix or "data") + ".package-dir", definition={'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, rule='additionalProperties') + data__packagedir_len = len(data__packagedir) + if data__packagedir_len != 0: + data__packagedir_property_names = True + for data__packagedir_key in data__packagedir: + try: + data__packagedir_key_any_of_count3 = 0 + if not data__packagedir_key_any_of_count3: + try: + if data__packagedir_key != "": + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must be same as const definition: ", value=data__packagedir_key, name="" + (name_prefix or "data") + ".package-dir", definition={'const': ''}, rule='const') + data__packagedir_key_any_of_count3 += 1 + except JsonSchemaValueException: pass + if not data__packagedir_key_any_of_count3: + try: + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_package_name(data__packagedir_key, custom_formats, (name_prefix or "data") + ".package-dir") + data__packagedir_key_any_of_count3 += 1 + except JsonSchemaValueException: pass + if not data__packagedir_key_any_of_count3: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir cannot be validated by any definition", value=data__packagedir_key, name="" + (name_prefix or "data") + ".package-dir", definition={'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, rule='anyOf') + except JsonSchemaValueException: + data__packagedir_property_names = False + if not data__packagedir_property_names: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-dir must be named by propertyName definition", value=data__packagedir, name="" + (name_prefix or "data") + ".package-dir", definition={'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, rule='propertyNames') + if "package-data" in data_keys: + data_keys.remove("package-data") + data__packagedata = data["package-data"] + if not isinstance(data__packagedata, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be object", value=data__packagedata, name="" + (name_prefix or "data") + ".package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='type') + data__packagedata_is_dict = isinstance(data__packagedata, dict) + if data__packagedata_is_dict: + data__packagedata_keys = set(data__packagedata.keys()) + for data__packagedata_key, data__packagedata_val in data__packagedata.items(): + if REGEX_PATTERNS['^.*$'].search(data__packagedata_key): + if data__packagedata_key in data__packagedata_keys: + data__packagedata_keys.remove(data__packagedata_key) + if not isinstance(data__packagedata_val, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data.{data__packagedata_key}".format(**locals()) + " must be array", value=data__packagedata_val, name="" + (name_prefix or "data") + ".package-data.{data__packagedata_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__packagedata_val_is_list = isinstance(data__packagedata_val, (list, tuple)) + if data__packagedata_val_is_list: + data__packagedata_val_len = len(data__packagedata_val) + for data__packagedata_val_x, data__packagedata_val_item in enumerate(data__packagedata_val): + if not isinstance(data__packagedata_val_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data.{data__packagedata_key}[{data__packagedata_val_x}]".format(**locals()) + " must be string", value=data__packagedata_val_item, name="" + (name_prefix or "data") + ".package-data.{data__packagedata_key}[{data__packagedata_val_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if data__packagedata_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must not contain "+str(data__packagedata_keys)+" properties", value=data__packagedata, name="" + (name_prefix or "data") + ".package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='additionalProperties') + data__packagedata_len = len(data__packagedata) + if data__packagedata_len != 0: + data__packagedata_property_names = True + for data__packagedata_key in data__packagedata: + try: + data__packagedata_key_any_of_count4 = 0 + if not data__packagedata_key_any_of_count4: + try: + if not isinstance(data__packagedata_key, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be string", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='type') + if isinstance(data__packagedata_key, str): + if not custom_formats["python-module-name"](data__packagedata_key): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be python-module-name", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='format') + data__packagedata_key_any_of_count4 += 1 + except JsonSchemaValueException: pass + if not data__packagedata_key_any_of_count4: + try: + if data__packagedata_key != "*": + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be same as const definition: *", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'const': '*'}, rule='const') + data__packagedata_key_any_of_count4 += 1 + except JsonSchemaValueException: pass + if not data__packagedata_key_any_of_count4: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data cannot be validated by any definition", value=data__packagedata_key, name="" + (name_prefix or "data") + ".package-data", definition={'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, rule='anyOf') + except JsonSchemaValueException: + data__packagedata_property_names = False + if not data__packagedata_property_names: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".package-data must be named by propertyName definition", value=data__packagedata, name="" + (name_prefix or "data") + ".package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='propertyNames') + if "include-package-data" in data_keys: + data_keys.remove("include-package-data") + data__includepackagedata = data["include-package-data"] + if not isinstance(data__includepackagedata, (bool)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".include-package-data must be boolean", value=data__includepackagedata, name="" + (name_prefix or "data") + ".include-package-data", definition={'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'boolean'}, rule='type') + if "exclude-package-data" in data_keys: + data_keys.remove("exclude-package-data") + data__excludepackagedata = data["exclude-package-data"] + if not isinstance(data__excludepackagedata, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be object", value=data__excludepackagedata, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='type') + data__excludepackagedata_is_dict = isinstance(data__excludepackagedata, dict) + if data__excludepackagedata_is_dict: + data__excludepackagedata_keys = set(data__excludepackagedata.keys()) + for data__excludepackagedata_key, data__excludepackagedata_val in data__excludepackagedata.items(): + if REGEX_PATTERNS['^.*$'].search(data__excludepackagedata_key): + if data__excludepackagedata_key in data__excludepackagedata_keys: + data__excludepackagedata_keys.remove(data__excludepackagedata_key) + if not isinstance(data__excludepackagedata_val, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}".format(**locals()) + " must be array", value=data__excludepackagedata_val, name="" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__excludepackagedata_val_is_list = isinstance(data__excludepackagedata_val, (list, tuple)) + if data__excludepackagedata_val_is_list: + data__excludepackagedata_val_len = len(data__excludepackagedata_val) + for data__excludepackagedata_val_x, data__excludepackagedata_val_item in enumerate(data__excludepackagedata_val): + if not isinstance(data__excludepackagedata_val_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}[{data__excludepackagedata_val_x}]".format(**locals()) + " must be string", value=data__excludepackagedata_val_item, name="" + (name_prefix or "data") + ".exclude-package-data.{data__excludepackagedata_key}[{data__excludepackagedata_val_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if data__excludepackagedata_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must not contain "+str(data__excludepackagedata_keys)+" properties", value=data__excludepackagedata, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='additionalProperties') + data__excludepackagedata_len = len(data__excludepackagedata) + if data__excludepackagedata_len != 0: + data__excludepackagedata_property_names = True + for data__excludepackagedata_key in data__excludepackagedata: + try: + data__excludepackagedata_key_any_of_count5 = 0 + if not data__excludepackagedata_key_any_of_count5: + try: + if not isinstance(data__excludepackagedata_key, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be string", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='type') + if isinstance(data__excludepackagedata_key, str): + if not custom_formats["python-module-name"](data__excludepackagedata_key): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be python-module-name", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'type': 'string', 'format': 'python-module-name'}, rule='format') + data__excludepackagedata_key_any_of_count5 += 1 + except JsonSchemaValueException: pass + if not data__excludepackagedata_key_any_of_count5: + try: + if data__excludepackagedata_key != "*": + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be same as const definition: *", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'const': '*'}, rule='const') + data__excludepackagedata_key_any_of_count5 += 1 + except JsonSchemaValueException: pass + if not data__excludepackagedata_key_any_of_count5: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data cannot be validated by any definition", value=data__excludepackagedata_key, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, rule='anyOf') + except JsonSchemaValueException: + data__excludepackagedata_property_names = False + if not data__excludepackagedata_property_names: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".exclude-package-data must be named by propertyName definition", value=data__excludepackagedata, name="" + (name_prefix or "data") + ".exclude-package-data", definition={'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='propertyNames') + if "namespace-packages" in data_keys: + data_keys.remove("namespace-packages") + data__namespacepackages = data["namespace-packages"] + if not isinstance(data__namespacepackages, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".namespace-packages must be array", value=data__namespacepackages, name="" + (name_prefix or "data") + ".namespace-packages", definition={'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, rule='type') + data__namespacepackages_is_list = isinstance(data__namespacepackages, (list, tuple)) + if data__namespacepackages_is_list: + data__namespacepackages_len = len(data__namespacepackages) + for data__namespacepackages_x, data__namespacepackages_item in enumerate(data__namespacepackages): + if not isinstance(data__namespacepackages_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + " must be string", value=data__namespacepackages_item, name="" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type') + if isinstance(data__namespacepackages_item, str): + if not custom_formats["python-module-name-relaxed"](data__namespacepackages_item): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + " must be python-module-name-relaxed", value=data__namespacepackages_item, name="" + (name_prefix or "data") + ".namespace-packages[{data__namespacepackages_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format') + if "py-modules" in data_keys: + data_keys.remove("py-modules") + data__pymodules = data["py-modules"] + if not isinstance(data__pymodules, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-modules must be array", value=data__pymodules, name="" + (name_prefix or "data") + ".py-modules", definition={'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, rule='type') + data__pymodules_is_list = isinstance(data__pymodules, (list, tuple)) + if data__pymodules_is_list: + data__pymodules_len = len(data__pymodules) + for data__pymodules_x, data__pymodules_item in enumerate(data__pymodules): + if not isinstance(data__pymodules_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + " must be string", value=data__pymodules_item, name="" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type') + if isinstance(data__pymodules_item, str): + if not custom_formats["python-module-name-relaxed"](data__pymodules_item): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + " must be python-module-name-relaxed", value=data__pymodules_item, name="" + (name_prefix or "data") + ".py-modules[{data__pymodules_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format') + if "ext-modules" in data_keys: + data_keys.remove("ext-modules") + data__extmodules = data["ext-modules"] + if not isinstance(data__extmodules, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".ext-modules must be array", value=data__extmodules, name="" + (name_prefix or "data") + ".ext-modules", definition={'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}}, rule='type') + data__extmodules_is_list = isinstance(data__extmodules, (list, tuple)) + if data__extmodules_is_list: + data__extmodules_len = len(data__extmodules) + for data__extmodules_x, data__extmodules_item in enumerate(data__extmodules): + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_ext_module(data__extmodules_item, custom_formats, (name_prefix or "data") + ".ext-modules[{data__extmodules_x}]".format(**locals())) + if "data-files" in data_keys: + data_keys.remove("data-files") + data__datafiles = data["data-files"] + if not isinstance(data__datafiles, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".data-files must be object", value=data__datafiles, name="" + (name_prefix or "data") + ".data-files", definition={'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, rule='type') + data__datafiles_is_dict = isinstance(data__datafiles, dict) + if data__datafiles_is_dict: + data__datafiles_keys = set(data__datafiles.keys()) + for data__datafiles_key, data__datafiles_val in data__datafiles.items(): + if REGEX_PATTERNS['^.*$'].search(data__datafiles_key): + if data__datafiles_key in data__datafiles_keys: + data__datafiles_keys.remove(data__datafiles_key) + if not isinstance(data__datafiles_val, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".data-files.{data__datafiles_key}".format(**locals()) + " must be array", value=data__datafiles_val, name="" + (name_prefix or "data") + ".data-files.{data__datafiles_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__datafiles_val_is_list = isinstance(data__datafiles_val, (list, tuple)) + if data__datafiles_val_is_list: + data__datafiles_val_len = len(data__datafiles_val) + for data__datafiles_val_x, data__datafiles_val_item in enumerate(data__datafiles_val): + if not isinstance(data__datafiles_val_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".data-files.{data__datafiles_key}[{data__datafiles_val_x}]".format(**locals()) + " must be string", value=data__datafiles_val_item, name="" + (name_prefix or "data") + ".data-files.{data__datafiles_key}[{data__datafiles_val_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "cmdclass" in data_keys: + data_keys.remove("cmdclass") + data__cmdclass = data["cmdclass"] + if not isinstance(data__cmdclass, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".cmdclass must be object", value=data__cmdclass, name="" + (name_prefix or "data") + ".cmdclass", definition={'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, rule='type') + data__cmdclass_is_dict = isinstance(data__cmdclass, dict) + if data__cmdclass_is_dict: + data__cmdclass_keys = set(data__cmdclass.keys()) + for data__cmdclass_key, data__cmdclass_val in data__cmdclass.items(): + if REGEX_PATTERNS['^.*$'].search(data__cmdclass_key): + if data__cmdclass_key in data__cmdclass_keys: + data__cmdclass_keys.remove(data__cmdclass_key) + if not isinstance(data__cmdclass_val, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + " must be string", value=data__cmdclass_val, name="" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='type') + if isinstance(data__cmdclass_val, str): + if not custom_formats["python-qualified-identifier"](data__cmdclass_val): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + " must be python-qualified-identifier", value=data__cmdclass_val, name="" + (name_prefix or "data") + ".cmdclass.{data__cmdclass_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='format') + if "license-files" in data_keys: + data_keys.remove("license-files") + data__licensefiles = data["license-files"] + if not isinstance(data__licensefiles, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files must be array", value=data__licensefiles, name="" + (name_prefix or "data") + ".license-files", definition={'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, rule='type') + data__licensefiles_is_list = isinstance(data__licensefiles, (list, tuple)) + if data__licensefiles_is_list: + data__licensefiles_len = len(data__licensefiles) + for data__licensefiles_x, data__licensefiles_item in enumerate(data__licensefiles): + if not isinstance(data__licensefiles_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + " must be string", value=data__licensefiles_item, name="" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "dynamic" in data_keys: + data_keys.remove("dynamic") + data__dynamic = data["dynamic"] + if not isinstance(data__dynamic, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must be object", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}, rule='type') + data__dynamic_is_dict = isinstance(data__dynamic, dict) + if data__dynamic_is_dict: + data__dynamic_keys = set(data__dynamic.keys()) + if "version" in data__dynamic_keys: + data__dynamic_keys.remove("version") + data__dynamic__version = data__dynamic["version"] + data__dynamic__version_one_of_count6 = 0 + if data__dynamic__version_one_of_count6 < 2: + try: + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_attr_directive(data__dynamic__version, custom_formats, (name_prefix or "data") + ".dynamic.version") + data__dynamic__version_one_of_count6 += 1 + except JsonSchemaValueException: pass + if data__dynamic__version_one_of_count6 < 2: + try: + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__version, custom_formats, (name_prefix or "data") + ".dynamic.version") + data__dynamic__version_one_of_count6 += 1 + except JsonSchemaValueException: pass + if data__dynamic__version_one_of_count6 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.version must be valid exactly by one definition" + (" (" + str(data__dynamic__version_one_of_count6) + " matches found)"), value=data__dynamic__version, name="" + (name_prefix or "data") + ".dynamic.version", definition={'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, rule='oneOf') + if "classifiers" in data__dynamic_keys: + data__dynamic_keys.remove("classifiers") + data__dynamic__classifiers = data__dynamic["classifiers"] + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__classifiers, custom_formats, (name_prefix or "data") + ".dynamic.classifiers") + if "description" in data__dynamic_keys: + data__dynamic_keys.remove("description") + data__dynamic__description = data__dynamic["description"] + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__description, custom_formats, (name_prefix or "data") + ".dynamic.description") + if "entry-points" in data__dynamic_keys: + data__dynamic_keys.remove("entry-points") + data__dynamic__entrypoints = data__dynamic["entry-points"] + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__entrypoints, custom_formats, (name_prefix or "data") + ".dynamic.entry-points") + if "dependencies" in data__dynamic_keys: + data__dynamic_keys.remove("dependencies") + data__dynamic__dependencies = data__dynamic["dependencies"] + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_for_dependencies(data__dynamic__dependencies, custom_formats, (name_prefix or "data") + ".dynamic.dependencies") + if "optional-dependencies" in data__dynamic_keys: + data__dynamic_keys.remove("optional-dependencies") + data__dynamic__optionaldependencies = data__dynamic["optional-dependencies"] + if not isinstance(data__dynamic__optionaldependencies, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be object", value=data__dynamic__optionaldependencies, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, rule='type') + data__dynamic__optionaldependencies_is_dict = isinstance(data__dynamic__optionaldependencies, dict) + if data__dynamic__optionaldependencies_is_dict: + data__dynamic__optionaldependencies_keys = set(data__dynamic__optionaldependencies.keys()) + for data__dynamic__optionaldependencies_key, data__dynamic__optionaldependencies_val in data__dynamic__optionaldependencies.items(): + if REGEX_PATTERNS['.+'].search(data__dynamic__optionaldependencies_key): + if data__dynamic__optionaldependencies_key in data__dynamic__optionaldependencies_keys: + data__dynamic__optionaldependencies_keys.remove(data__dynamic__optionaldependencies_key) + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_for_dependencies(data__dynamic__optionaldependencies_val, custom_formats, (name_prefix or "data") + ".dynamic.optional-dependencies.{data__dynamic__optionaldependencies_key}".format(**locals())) + if data__dynamic__optionaldependencies_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must not contain "+str(data__dynamic__optionaldependencies_keys)+" properties", value=data__dynamic__optionaldependencies, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, rule='additionalProperties') + data__dynamic__optionaldependencies_len = len(data__dynamic__optionaldependencies) + if data__dynamic__optionaldependencies_len != 0: + data__dynamic__optionaldependencies_property_names = True + for data__dynamic__optionaldependencies_key in data__dynamic__optionaldependencies: + try: + if not isinstance(data__dynamic__optionaldependencies_key, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be string", value=data__dynamic__optionaldependencies_key, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='type') + if isinstance(data__dynamic__optionaldependencies_key, str): + if not custom_formats["pep508-identifier"](data__dynamic__optionaldependencies_key): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be pep508-identifier", value=data__dynamic__optionaldependencies_key, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'string', 'format': 'pep508-identifier'}, rule='format') + except JsonSchemaValueException: + data__dynamic__optionaldependencies_property_names = False + if not data__dynamic__optionaldependencies_property_names: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.optional-dependencies must be named by propertyName definition", value=data__dynamic__optionaldependencies, name="" + (name_prefix or "data") + ".dynamic.optional-dependencies", definition={'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, rule='propertyNames') + if "readme" in data__dynamic_keys: + data__dynamic_keys.remove("readme") + data__dynamic__readme = data__dynamic["readme"] + if not isinstance(data__dynamic__readme, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must be object", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}, rule='type') + data__dynamic__readme_any_of_count7 = 0 + if not data__dynamic__readme_any_of_count7: + try: + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data__dynamic__readme, custom_formats, (name_prefix or "data") + ".dynamic.readme") + data__dynamic__readme_any_of_count7 += 1 + except JsonSchemaValueException: pass + if not data__dynamic__readme_any_of_count7: + try: + if not isinstance(data__dynamic__readme, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must be object", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}, rule='type') + data__dynamic__readme_is_dict = isinstance(data__dynamic__readme, dict) + if data__dynamic__readme_is_dict: + data__dynamic__readme_keys = set(data__dynamic__readme.keys()) + if "content-type" in data__dynamic__readme_keys: + data__dynamic__readme_keys.remove("content-type") + data__dynamic__readme__contenttype = data__dynamic__readme["content-type"] + if not isinstance(data__dynamic__readme__contenttype, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme.content-type must be string", value=data__dynamic__readme__contenttype, name="" + (name_prefix or "data") + ".dynamic.readme.content-type", definition={'type': 'string'}, rule='type') + if "file" in data__dynamic__readme_keys: + data__dynamic__readme_keys.remove("file") + data__dynamic__readme__file = data__dynamic__readme["file"] + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_properties_file(data__dynamic__readme__file, custom_formats, (name_prefix or "data") + ".dynamic.readme.file") + if data__dynamic__readme_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must not contain "+str(data__dynamic__readme_keys)+" properties", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}, rule='additionalProperties') + data__dynamic__readme_any_of_count7 += 1 + except JsonSchemaValueException: pass + if not data__dynamic__readme_any_of_count7: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme cannot be validated by any definition", value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}, rule='anyOf') + data__dynamic__readme_is_dict = isinstance(data__dynamic__readme, dict) + if data__dynamic__readme_is_dict: + data__dynamic__readme__missing_keys = set(['file']) - data__dynamic__readme.keys() + if data__dynamic__readme__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic.readme must contain " + (str(sorted(data__dynamic__readme__missing_keys)) + " properties"), value=data__dynamic__readme, name="" + (name_prefix or "data") + ".dynamic.readme", definition={'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}, rule='required') + if data__dynamic_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must not contain "+str(data__dynamic_keys)+" properties", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}, rule='additionalProperties') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html', 'title': '``tool.setuptools`` table', '$$description': ['``setuptools``-specific configurations that can be set by users that require', 'customization.', 'These configurations are completely optional and probably can be skipped when', 'creating simple packages. They are equivalent to some of the `Keywords', '`_', 'used by the ``setup.py`` file, and can be set via the ``tool.setuptools`` table.', 'It considers only ``setuptools`` `parameters', '`_', 'that are not covered by :pep:`621`; and intentionally excludes ``dependency_links``', 'and ``setup_requires`` (incompatible with modern workflows/standards).'], 'type': 'object', 'additionalProperties': False, 'properties': {'platforms': {'type': 'array', 'items': {'type': 'string'}}, 'provides': {'$$description': ['Package and virtual package names contained within this package', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'obsoletes': {'$$description': ['Packages which this package renders obsolete', '**(not supported by pip)**'], 'type': 'array', 'items': {'type': 'string', 'format': 'pep508-identifier'}}, 'zip-safe': {'$$description': ['Whether the project can be safely installed and run from a zip file.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'boolean'}, 'script-files': {'$$description': ['Legacy way of defining scripts (entry-points are preferred).', 'Equivalent to the ``script`` keyword in ``setup.py``', '(it was renamed to avoid confusion with entry-point based ``project.scripts``', 'defined in :pep:`621`).', '**DISCOURAGED**: generic script wrappers are tricky and may not work properly.', 'Whenever possible, please use ``project.scripts`` instead.'], 'type': 'array', 'items': {'type': 'string'}, '$comment': 'TODO: is this field deprecated/should be removed?'}, 'eager-resources': {'$$description': ['Resources that should be extracted together, if any of them is needed,', 'or if any C extensions included in the project are imported.', '**OBSOLETE**: only relevant for ``pkg_resources``, ``easy_install`` and', '``setup.py install`` in the context of ``eggs`` (**DEPRECATED**).'], 'type': 'array', 'items': {'type': 'string'}}, 'packages': {'$$description': ['Packages that should be included in the distribution.', 'It can be given either as a list of package identifiers', 'or as a ``dict``-like structure with a single key ``find``', 'which corresponds to a dynamic call to', '``setuptools.config.expand.find_packages`` function.', 'The ``find`` key is associated with a nested ``dict``-like structure that can', 'contain ``where``, ``include``, ``exclude`` and ``namespaces`` keys,', 'mimicking the keyword arguments of the associated function.'], 'oneOf': [{'title': 'Array of Python package identifiers', 'type': 'array', 'items': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}}, {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}]}, 'package-dir': {'$$description': [':class:`dict`-like structure mapping from package names to directories where their', 'code can be found.', 'The empty string (as key) means that all packages are contained inside', 'the given directory will be included in the distribution.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'const': ''}, {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}]}, 'patternProperties': {'^.*$': {'type': 'string'}}}, 'package-data': {'$$description': ['Mapping from package names to lists of glob patterns.', 'Usually this option is not needed when using ``include-package-data = true``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'include-package-data': {'$$description': ['Automatically include any data files inside the package directories', 'that are specified by ``MANIFEST.in``', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'boolean'}, 'exclude-package-data': {'$$description': ['Mapping from package names to lists of glob patterns that should be excluded', 'For more information on how to include data files, check ``setuptools`` `docs', '`_.'], 'type': 'object', 'additionalProperties': False, 'propertyNames': {'anyOf': [{'type': 'string', 'format': 'python-module-name'}, {'const': '*'}]}, 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'namespace-packages': {'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'https://setuptools.pypa.io/en/latest/userguide/package_discovery.html', 'description': '**DEPRECATED**: use implicit namespaces instead (:pep:`420`).'}, 'py-modules': {'description': 'Modules that setuptools will manipulate', 'type': 'array', 'items': {'type': 'string', 'format': 'python-module-name-relaxed'}, '$comment': 'TODO: clarify the relationship with ``packages``'}, 'ext-modules': {'description': 'Extension modules to be compiled by setuptools', 'type': 'array', 'items': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}}, 'data-files': {'$$description': ['``dict``-like structure where each key represents a directory and', 'the value is a list of glob patterns that should be installed in them.', '**DISCOURAGED**: please notice this might not work as expected with wheels.', 'Whenever possible, consider using data files inside the package directories', '(or create a new namespace package that only contains data files).', 'See `data files support', '`_.'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'array', 'items': {'type': 'string'}}}}, 'cmdclass': {'$$description': ['Mapping of distutils-style command names to ``setuptools.Command`` subclasses', 'which in turn should be represented by strings with a qualified class name', '(i.e., "dotted" form with module), e.g.::\n\n', ' cmdclass = {mycmd = "pkg.subpkg.module.CommandClass"}\n\n', 'The command class should be a directly defined at the top-level of the', 'containing module (no class nesting).'], 'type': 'object', 'patternProperties': {'^.*$': {'type': 'string', 'format': 'python-qualified-identifier'}}}, 'license-files': {'type': 'array', 'items': {'type': 'string'}, '$$description': ['**PROVISIONAL**: list of glob patterns for all license files being distributed.', '(likely to become standard with :pep:`639`).', "By default: ``['LICEN[CS]E*', 'COPYING*', 'NOTICE*', 'AUTHORS*']``"], '$comment': 'TODO: revise if PEP 639 is accepted. Probably ``project.license-files``?'}, 'dynamic': {'type': 'object', 'description': 'Instructions for loading :pep:`621`-related metadata dynamically', 'additionalProperties': False, 'properties': {'version': {'$$description': ['A version dynamically loaded via either the ``attr:`` or ``file:``', 'directives. Please make sure the given file or attribute respects :pep:`440`.', 'Also ensure to set ``project.dynamic`` accordingly.'], 'oneOf': [{'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'classifiers': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'description': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'entry-points': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}, 'optional-dependencies': {'type': 'object', 'propertyNames': {'type': 'string', 'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'.+': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$ref': '#/definitions/file-directive'}]}}}, 'readme': {'type': 'object', 'anyOf': [{'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, {'type': 'object', 'properties': {'content-type': {'type': 'string'}, 'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'additionalProperties': False}], 'required': ['file']}}}}, 'definitions': {'package-name': {'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, 'ext-module': {'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, 'file-directive': {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, 'file-directive-for-dependencies': {'title': "'file:' directive for dependencies", 'allOf': [{'$$description': ['**BETA**: subset of the ``requirements.txt`` format', 'without ``pip`` flags and options', '(one :pep:`508`-compliant string per line,', 'lines that are blank or start with ``#`` are excluded).', 'See `dynamic metadata', '`_.']}, {'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}]}, 'attr-directive': {'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, 'find-directive': {'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}}}, rule='additionalProperties') + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_properties_file(data, custom_formats={}, name_prefix=None): + data_one_of_count8 = 0 + if data_one_of_count8 < 2: + try: + if not isinstance(data, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string'}, rule='type') + data_one_of_count8 += 1 + except JsonSchemaValueException: pass + if data_one_of_count8 < 2: + try: + if not isinstance(data, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be array", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data_is_list = isinstance(data, (list, tuple)) + if data_is_list: + data_len = len(data) + for data_x, data_item in enumerate(data): + if not isinstance(data_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + "[{data_x}]".format(**locals()) + " must be string", value=data_item, name="" + (name_prefix or "data") + "[{data_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + data_one_of_count8 += 1 + except JsonSchemaValueException: pass + if data_one_of_count8 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be valid exactly by one definition" + (" (" + str(data_one_of_count8) + " matches found)"), value=data, name="" + (name_prefix or "data") + "", definition={'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, rule='oneOf') + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive_for_dependencies(data, custom_formats={}, name_prefix=None): + validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data, custom_formats, (name_prefix or "data") + "") + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_file_directive(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data__missing_keys = set(['file']) - data.keys() + if data__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, rule='required') + data_keys = set(data.keys()) + if "file" in data_keys: + data_keys.remove("file") + data__file = data["file"] + data__file_one_of_count9 = 0 + if data__file_one_of_count9 < 2: + try: + if not isinstance(data__file, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".file must be string", value=data__file, name="" + (name_prefix or "data") + ".file", definition={'type': 'string'}, rule='type') + data__file_one_of_count9 += 1 + except JsonSchemaValueException: pass + if data__file_one_of_count9 < 2: + try: + if not isinstance(data__file, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".file must be array", value=data__file, name="" + (name_prefix or "data") + ".file", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__file_is_list = isinstance(data__file, (list, tuple)) + if data__file_is_list: + data__file_len = len(data__file) + for data__file_x, data__file_item in enumerate(data__file): + if not isinstance(data__file_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".file[{data__file_x}]".format(**locals()) + " must be string", value=data__file_item, name="" + (name_prefix or "data") + ".file[{data__file_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + data__file_one_of_count9 += 1 + except JsonSchemaValueException: pass + if data__file_one_of_count9 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".file must be valid exactly by one definition" + (" (" + str(data__file_one_of_count9) + " matches found)"), value=data__file, name="" + (name_prefix or "data") + ".file", definition={'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}, rule='oneOf') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/file-directive', 'title': "'file:' directive", 'description': 'Value is read from a file (or list of files and then concatenated)', 'type': 'object', 'additionalProperties': False, 'properties': {'file': {'oneOf': [{'type': 'string'}, {'type': 'array', 'items': {'type': 'string'}}]}}, 'required': ['file']}, rule='additionalProperties') + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_attr_directive(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data__missing_keys = set(['attr']) - data.keys() + if data__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, rule='required') + data_keys = set(data.keys()) + if "attr" in data_keys: + data_keys.remove("attr") + data__attr = data["attr"] + if not isinstance(data__attr, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".attr must be string", value=data__attr, name="" + (name_prefix or "data") + ".attr", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='type') + if isinstance(data__attr, str): + if not custom_formats["python-qualified-identifier"](data__attr): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".attr must be python-qualified-identifier", value=data__attr, name="" + (name_prefix or "data") + ".attr", definition={'type': 'string', 'format': 'python-qualified-identifier'}, rule='format') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'title': "'attr:' directive", '$id': '#/definitions/attr-directive', '$$description': ['Value is read from a module attribute. Supports callables and iterables;', 'unsupported types are cast via ``str()``'], 'type': 'object', 'additionalProperties': False, 'properties': {'attr': {'type': 'string', 'format': 'python-qualified-identifier'}}, 'required': ['attr']}, rule='additionalProperties') + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_ext_module(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data__missing_keys = set(['name', 'sources']) - data.keys() + if data__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, rule='required') + data_keys = set(data.keys()) + if "name" in data_keys: + data_keys.remove("name") + data__name = data["name"] + if not isinstance(data__name, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be string", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type') + if isinstance(data__name, str): + if not custom_formats["python-module-name-relaxed"](data__name): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be python-module-name-relaxed", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format') + if "sources" in data_keys: + data_keys.remove("sources") + data__sources = data["sources"] + if not isinstance(data__sources, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".sources must be array", value=data__sources, name="" + (name_prefix or "data") + ".sources", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__sources_is_list = isinstance(data__sources, (list, tuple)) + if data__sources_is_list: + data__sources_len = len(data__sources) + for data__sources_x, data__sources_item in enumerate(data__sources): + if not isinstance(data__sources_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".sources[{data__sources_x}]".format(**locals()) + " must be string", value=data__sources_item, name="" + (name_prefix or "data") + ".sources[{data__sources_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "include-dirs" in data_keys: + data_keys.remove("include-dirs") + data__includedirs = data["include-dirs"] + if not isinstance(data__includedirs, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".include-dirs must be array", value=data__includedirs, name="" + (name_prefix or "data") + ".include-dirs", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__includedirs_is_list = isinstance(data__includedirs, (list, tuple)) + if data__includedirs_is_list: + data__includedirs_len = len(data__includedirs) + for data__includedirs_x, data__includedirs_item in enumerate(data__includedirs): + if not isinstance(data__includedirs_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".include-dirs[{data__includedirs_x}]".format(**locals()) + " must be string", value=data__includedirs_item, name="" + (name_prefix or "data") + ".include-dirs[{data__includedirs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "define-macros" in data_keys: + data_keys.remove("define-macros") + data__definemacros = data["define-macros"] + if not isinstance(data__definemacros, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros must be array", value=data__definemacros, name="" + (name_prefix or "data") + ".define-macros", definition={'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, rule='type') + data__definemacros_is_list = isinstance(data__definemacros, (list, tuple)) + if data__definemacros_is_list: + data__definemacros_len = len(data__definemacros) + for data__definemacros_x, data__definemacros_item in enumerate(data__definemacros): + if not isinstance(data__definemacros_item, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + " must be array", value=data__definemacros_item, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + "", definition={'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}, rule='type') + data__definemacros_item_is_list = isinstance(data__definemacros_item, (list, tuple)) + if data__definemacros_item_is_list: + data__definemacros_item_len = len(data__definemacros_item) + if data__definemacros_item_len > 0: + data__definemacros_item__0 = data__definemacros_item[0] + if not isinstance(data__definemacros_item__0, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][0]".format(**locals()) + " must be string", value=data__definemacros_item__0, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][0]".format(**locals()) + "", definition={'description': 'macro name', 'type': 'string'}, rule='type') + if data__definemacros_item_len > 1: + data__definemacros_item__1 = data__definemacros_item[1] + data__definemacros_item__1_one_of_count10 = 0 + if data__definemacros_item__1_one_of_count10 < 2: + try: + if not isinstance(data__definemacros_item__1, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + " must be string", value=data__definemacros_item__1, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + data__definemacros_item__1_one_of_count10 += 1 + except JsonSchemaValueException: pass + if data__definemacros_item__1_one_of_count10 < 2: + try: + if not isinstance(data__definemacros_item__1, (NoneType)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + " must be null", value=data__definemacros_item__1, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + "", definition={'type': 'null'}, rule='type') + data__definemacros_item__1_one_of_count10 += 1 + except JsonSchemaValueException: pass + if data__definemacros_item__1_one_of_count10 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + " must be valid exactly by one definition" + (" (" + str(data__definemacros_item__1_one_of_count10) + " matches found)"), value=data__definemacros_item__1, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}][1]".format(**locals()) + "", definition={'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}, rule='oneOf') + if data__definemacros_item_len > 2: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + " must contain only specified items", value=data__definemacros_item, name="" + (name_prefix or "data") + ".define-macros[{data__definemacros_x}]".format(**locals()) + "", definition={'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}, rule='items') + if "undef-macros" in data_keys: + data_keys.remove("undef-macros") + data__undefmacros = data["undef-macros"] + if not isinstance(data__undefmacros, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".undef-macros must be array", value=data__undefmacros, name="" + (name_prefix or "data") + ".undef-macros", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__undefmacros_is_list = isinstance(data__undefmacros, (list, tuple)) + if data__undefmacros_is_list: + data__undefmacros_len = len(data__undefmacros) + for data__undefmacros_x, data__undefmacros_item in enumerate(data__undefmacros): + if not isinstance(data__undefmacros_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".undef-macros[{data__undefmacros_x}]".format(**locals()) + " must be string", value=data__undefmacros_item, name="" + (name_prefix or "data") + ".undef-macros[{data__undefmacros_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "library-dirs" in data_keys: + data_keys.remove("library-dirs") + data__librarydirs = data["library-dirs"] + if not isinstance(data__librarydirs, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".library-dirs must be array", value=data__librarydirs, name="" + (name_prefix or "data") + ".library-dirs", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__librarydirs_is_list = isinstance(data__librarydirs, (list, tuple)) + if data__librarydirs_is_list: + data__librarydirs_len = len(data__librarydirs) + for data__librarydirs_x, data__librarydirs_item in enumerate(data__librarydirs): + if not isinstance(data__librarydirs_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".library-dirs[{data__librarydirs_x}]".format(**locals()) + " must be string", value=data__librarydirs_item, name="" + (name_prefix or "data") + ".library-dirs[{data__librarydirs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "libraries" in data_keys: + data_keys.remove("libraries") + data__libraries = data["libraries"] + if not isinstance(data__libraries, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".libraries must be array", value=data__libraries, name="" + (name_prefix or "data") + ".libraries", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__libraries_is_list = isinstance(data__libraries, (list, tuple)) + if data__libraries_is_list: + data__libraries_len = len(data__libraries) + for data__libraries_x, data__libraries_item in enumerate(data__libraries): + if not isinstance(data__libraries_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".libraries[{data__libraries_x}]".format(**locals()) + " must be string", value=data__libraries_item, name="" + (name_prefix or "data") + ".libraries[{data__libraries_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "runtime-library-dirs" in data_keys: + data_keys.remove("runtime-library-dirs") + data__runtimelibrarydirs = data["runtime-library-dirs"] + if not isinstance(data__runtimelibrarydirs, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".runtime-library-dirs must be array", value=data__runtimelibrarydirs, name="" + (name_prefix or "data") + ".runtime-library-dirs", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__runtimelibrarydirs_is_list = isinstance(data__runtimelibrarydirs, (list, tuple)) + if data__runtimelibrarydirs_is_list: + data__runtimelibrarydirs_len = len(data__runtimelibrarydirs) + for data__runtimelibrarydirs_x, data__runtimelibrarydirs_item in enumerate(data__runtimelibrarydirs): + if not isinstance(data__runtimelibrarydirs_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".runtime-library-dirs[{data__runtimelibrarydirs_x}]".format(**locals()) + " must be string", value=data__runtimelibrarydirs_item, name="" + (name_prefix or "data") + ".runtime-library-dirs[{data__runtimelibrarydirs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "extra-objects" in data_keys: + data_keys.remove("extra-objects") + data__extraobjects = data["extra-objects"] + if not isinstance(data__extraobjects, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-objects must be array", value=data__extraobjects, name="" + (name_prefix or "data") + ".extra-objects", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__extraobjects_is_list = isinstance(data__extraobjects, (list, tuple)) + if data__extraobjects_is_list: + data__extraobjects_len = len(data__extraobjects) + for data__extraobjects_x, data__extraobjects_item in enumerate(data__extraobjects): + if not isinstance(data__extraobjects_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-objects[{data__extraobjects_x}]".format(**locals()) + " must be string", value=data__extraobjects_item, name="" + (name_prefix or "data") + ".extra-objects[{data__extraobjects_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "extra-compile-args" in data_keys: + data_keys.remove("extra-compile-args") + data__extracompileargs = data["extra-compile-args"] + if not isinstance(data__extracompileargs, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-compile-args must be array", value=data__extracompileargs, name="" + (name_prefix or "data") + ".extra-compile-args", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__extracompileargs_is_list = isinstance(data__extracompileargs, (list, tuple)) + if data__extracompileargs_is_list: + data__extracompileargs_len = len(data__extracompileargs) + for data__extracompileargs_x, data__extracompileargs_item in enumerate(data__extracompileargs): + if not isinstance(data__extracompileargs_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-compile-args[{data__extracompileargs_x}]".format(**locals()) + " must be string", value=data__extracompileargs_item, name="" + (name_prefix or "data") + ".extra-compile-args[{data__extracompileargs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "extra-link-args" in data_keys: + data_keys.remove("extra-link-args") + data__extralinkargs = data["extra-link-args"] + if not isinstance(data__extralinkargs, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-link-args must be array", value=data__extralinkargs, name="" + (name_prefix or "data") + ".extra-link-args", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__extralinkargs_is_list = isinstance(data__extralinkargs, (list, tuple)) + if data__extralinkargs_is_list: + data__extralinkargs_len = len(data__extralinkargs) + for data__extralinkargs_x, data__extralinkargs_item in enumerate(data__extralinkargs): + if not isinstance(data__extralinkargs_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".extra-link-args[{data__extralinkargs_x}]".format(**locals()) + " must be string", value=data__extralinkargs_item, name="" + (name_prefix or "data") + ".extra-link-args[{data__extralinkargs_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "export-symbols" in data_keys: + data_keys.remove("export-symbols") + data__exportsymbols = data["export-symbols"] + if not isinstance(data__exportsymbols, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".export-symbols must be array", value=data__exportsymbols, name="" + (name_prefix or "data") + ".export-symbols", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__exportsymbols_is_list = isinstance(data__exportsymbols, (list, tuple)) + if data__exportsymbols_is_list: + data__exportsymbols_len = len(data__exportsymbols) + for data__exportsymbols_x, data__exportsymbols_item in enumerate(data__exportsymbols): + if not isinstance(data__exportsymbols_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".export-symbols[{data__exportsymbols_x}]".format(**locals()) + " must be string", value=data__exportsymbols_item, name="" + (name_prefix or "data") + ".export-symbols[{data__exportsymbols_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "swig-opts" in data_keys: + data_keys.remove("swig-opts") + data__swigopts = data["swig-opts"] + if not isinstance(data__swigopts, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".swig-opts must be array", value=data__swigopts, name="" + (name_prefix or "data") + ".swig-opts", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__swigopts_is_list = isinstance(data__swigopts, (list, tuple)) + if data__swigopts_is_list: + data__swigopts_len = len(data__swigopts) + for data__swigopts_x, data__swigopts_item in enumerate(data__swigopts): + if not isinstance(data__swigopts_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".swig-opts[{data__swigopts_x}]".format(**locals()) + " must be string", value=data__swigopts_item, name="" + (name_prefix or "data") + ".swig-opts[{data__swigopts_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "depends" in data_keys: + data_keys.remove("depends") + data__depends = data["depends"] + if not isinstance(data__depends, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".depends must be array", value=data__depends, name="" + (name_prefix or "data") + ".depends", definition={'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__depends_is_list = isinstance(data__depends, (list, tuple)) + if data__depends_is_list: + data__depends_len = len(data__depends) + for data__depends_x, data__depends_item in enumerate(data__depends): + if not isinstance(data__depends_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".depends[{data__depends_x}]".format(**locals()) + " must be string", value=data__depends_item, name="" + (name_prefix or "data") + ".depends[{data__depends_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "language" in data_keys: + data_keys.remove("language") + data__language = data["language"] + if not isinstance(data__language, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".language must be string", value=data__language, name="" + (name_prefix or "data") + ".language", definition={'type': 'string'}, rule='type') + if "optional" in data_keys: + data_keys.remove("optional") + data__optional = data["optional"] + if not isinstance(data__optional, (bool)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional must be boolean", value=data__optional, name="" + (name_prefix or "data") + ".optional", definition={'type': 'boolean'}, rule='type') + if "py-limited-api" in data_keys: + data_keys.remove("py-limited-api") + data__pylimitedapi = data["py-limited-api"] + if not isinstance(data__pylimitedapi, (bool)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".py-limited-api must be boolean", value=data__pylimitedapi, name="" + (name_prefix or "data") + ".py-limited-api", definition={'type': 'boolean'}, rule='type') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/ext-module', 'title': 'Extension module', 'description': 'Parameters to construct a :class:`setuptools.Extension` object', 'type': 'object', 'required': ['name', 'sources'], 'additionalProperties': False, 'properties': {'name': {'type': 'string', 'format': 'python-module-name-relaxed'}, 'sources': {'type': 'array', 'items': {'type': 'string'}}, 'include-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'define-macros': {'type': 'array', 'items': {'type': 'array', 'items': [{'description': 'macro name', 'type': 'string'}, {'description': 'macro value', 'oneOf': [{'type': 'string'}, {'type': 'null'}]}], 'additionalItems': False}}, 'undef-macros': {'type': 'array', 'items': {'type': 'string'}}, 'library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'libraries': {'type': 'array', 'items': {'type': 'string'}}, 'runtime-library-dirs': {'type': 'array', 'items': {'type': 'string'}}, 'extra-objects': {'type': 'array', 'items': {'type': 'string'}}, 'extra-compile-args': {'type': 'array', 'items': {'type': 'string'}}, 'extra-link-args': {'type': 'array', 'items': {'type': 'string'}}, 'export-symbols': {'type': 'array', 'items': {'type': 'string'}}, 'swig-opts': {'type': 'array', 'items': {'type': 'string'}}, 'depends': {'type': 'array', 'items': {'type': 'string'}}, 'language': {'type': 'string'}, 'optional': {'type': 'boolean'}, 'py-limited-api': {'type': 'boolean'}}}, rule='additionalProperties') + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_find_directive(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data_keys = set(data.keys()) + if "find" in data_keys: + data_keys.remove("find") + data__find = data["find"] + if not isinstance(data__find, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find must be object", value=data__find, name="" + (name_prefix or "data") + ".find", definition={'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}, rule='type') + data__find_is_dict = isinstance(data__find, dict) + if data__find_is_dict: + data__find_keys = set(data__find.keys()) + if "where" in data__find_keys: + data__find_keys.remove("where") + data__find__where = data__find["where"] + if not isinstance(data__find__where, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.where must be array", value=data__find__where, name="" + (name_prefix or "data") + ".find.where", definition={'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__find__where_is_list = isinstance(data__find__where, (list, tuple)) + if data__find__where_is_list: + data__find__where_len = len(data__find__where) + for data__find__where_x, data__find__where_item in enumerate(data__find__where): + if not isinstance(data__find__where_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.where[{data__find__where_x}]".format(**locals()) + " must be string", value=data__find__where_item, name="" + (name_prefix or "data") + ".find.where[{data__find__where_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "exclude" in data__find_keys: + data__find_keys.remove("exclude") + data__find__exclude = data__find["exclude"] + if not isinstance(data__find__exclude, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.exclude must be array", value=data__find__exclude, name="" + (name_prefix or "data") + ".find.exclude", definition={'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, rule='type') + data__find__exclude_is_list = isinstance(data__find__exclude, (list, tuple)) + if data__find__exclude_is_list: + data__find__exclude_len = len(data__find__exclude) + for data__find__exclude_x, data__find__exclude_item in enumerate(data__find__exclude): + if not isinstance(data__find__exclude_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.exclude[{data__find__exclude_x}]".format(**locals()) + " must be string", value=data__find__exclude_item, name="" + (name_prefix or "data") + ".find.exclude[{data__find__exclude_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "include" in data__find_keys: + data__find_keys.remove("include") + data__find__include = data__find["include"] + if not isinstance(data__find__include, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.include must be array", value=data__find__include, name="" + (name_prefix or "data") + ".find.include", definition={'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, rule='type') + data__find__include_is_list = isinstance(data__find__include, (list, tuple)) + if data__find__include_is_list: + data__find__include_len = len(data__find__include) + for data__find__include_x, data__find__include_item in enumerate(data__find__include): + if not isinstance(data__find__include_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.include[{data__find__include_x}]".format(**locals()) + " must be string", value=data__find__include_item, name="" + (name_prefix or "data") + ".find.include[{data__find__include_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "namespaces" in data__find_keys: + data__find_keys.remove("namespaces") + data__find__namespaces = data__find["namespaces"] + if not isinstance(data__find__namespaces, (bool)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find.namespaces must be boolean", value=data__find__namespaces, name="" + (name_prefix or "data") + ".find.namespaces", definition={'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}, rule='type') + if data__find_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".find must not contain "+str(data__find_keys)+" properties", value=data__find, name="" + (name_prefix or "data") + ".find", definition={'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}, rule='additionalProperties') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/find-directive', 'title': "'find:' directive", 'type': 'object', 'additionalProperties': False, 'properties': {'find': {'type': 'object', '$$description': ['Dynamic `package discovery', '`_.'], 'additionalProperties': False, 'properties': {'where': {'description': 'Directories to be searched for packages (Unix-style relative path)', 'type': 'array', 'items': {'type': 'string'}}, 'exclude': {'type': 'array', '$$description': ['Exclude packages that match the values listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'include': {'type': 'array', '$$description': ['Restrict the found packages to just the ones listed in this field.', "Can container shell-style wildcards (e.g. ``'pkg.*'``)"], 'items': {'type': 'string'}}, 'namespaces': {'type': 'boolean', '$$description': ['When ``True``, directories without a ``__init__.py`` file will also', 'be scanned for :pep:`420`-style implicit namespaces']}}}}}, rule='additionalProperties') + return data + +def validate_https___setuptools_pypa_io_en_latest_userguide_pyproject_config_html__definitions_package_name(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, rule='type') + data_any_of_count11 = 0 + if not data_any_of_count11: + try: + if not isinstance(data, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='type') + if isinstance(data, str): + if not custom_formats["python-module-name-relaxed"](data): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be python-module-name-relaxed", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'python-module-name-relaxed'}, rule='format') + data_any_of_count11 += 1 + except JsonSchemaValueException: pass + if not data_any_of_count11: + try: + if not isinstance(data, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'pep561-stub-name'}, rule='type') + if isinstance(data, str): + if not custom_formats["pep561-stub-name"](data): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be pep561-stub-name", value=data, name="" + (name_prefix or "data") + "", definition={'type': 'string', 'format': 'pep561-stub-name'}, rule='format') + data_any_of_count11 += 1 + except JsonSchemaValueException: pass + if not data_any_of_count11: + raise JsonSchemaValueException("" + (name_prefix or "data") + " cannot be validated by any definition", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/package-name', 'title': 'Valid package name', 'description': 'Valid package name (importable or :pep:`561`).', 'type': 'string', 'anyOf': [{'type': 'string', 'format': 'python-module-name-relaxed'}, {'type': 'string', 'format': 'pep561-stub-name'}]}, rule='anyOf') + return data + +def validate_https___setuptools_pypa_io_en_latest_deprecated_distutils_configfile_html(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html', 'title': '``tool.distutils`` table', '$$description': ['**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``', 'subtables to configure arguments for ``distutils`` commands.', 'Originally, ``distutils`` allowed developers to configure arguments for', '``setup.py`` commands via `distutils configuration files', '`_.', 'See also `the old Python docs _`.'], 'type': 'object', 'properties': {'global': {'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}}, 'patternProperties': {'.+': {'type': 'object'}}, '$comment': 'TODO: Is there a practical way of making this schema more specific?'}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data_keys = set(data.keys()) + if "global" in data_keys: + data_keys.remove("global") + data__global = data["global"] + if not isinstance(data__global, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".global must be object", value=data__global, name="" + (name_prefix or "data") + ".global", definition={'type': 'object', 'description': 'Global options applied to all ``distutils`` commands'}, rule='type') + for data_key, data_val in data.items(): + if REGEX_PATTERNS['.+'].search(data_key): + if data_key in data_keys: + data_keys.remove(data_key) + if not isinstance(data_val, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".{data_key}".format(**locals()) + " must be object", value=data_val, name="" + (name_prefix or "data") + ".{data_key}".format(**locals()) + "", definition={'type': 'object'}, rule='type') + return data + +def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, 'license': {'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'gui-scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, rule='type') + try: + try: + data_is_dict = isinstance(data, dict) + if data_is_dict: + data__missing_keys = set(['dynamic']) - data.keys() + if data__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, rule='required') + data_keys = set(data.keys()) + if "dynamic" in data_keys: + data_keys.remove("dynamic") + data__dynamic = data["dynamic"] + data__dynamic_is_list = isinstance(data__dynamic, (list, tuple)) + if data__dynamic_is_list: + data__dynamic_contains = False + for data__dynamic_key in data__dynamic: + try: + if data__dynamic_key != "version": + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must be same as const definition: version", value=data__dynamic_key, name="" + (name_prefix or "data") + ".dynamic", definition={'const': 'version'}, rule='const') + data__dynamic_contains = True + break + except JsonSchemaValueException: pass + if not data__dynamic_contains: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must contain one of contains definition", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}, rule='contains') + except JsonSchemaValueException: pass + else: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must NOT match a disallowed definition", value=data, name="" + (name_prefix or "data") + "", definition={'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, rule='not') + except JsonSchemaValueException: + pass + else: + data_is_dict = isinstance(data, dict) + if data_is_dict: + data__missing_keys = set(['version']) - data.keys() + if data__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}, rule='required') + try: + data_is_dict = isinstance(data, dict) + if data_is_dict: + data__missing_keys = set(['license-files']) - data.keys() + if data__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'required': ['license-files']}, rule='required') + except JsonSchemaValueException: + pass + else: + data_is_dict = isinstance(data, dict) + if data_is_dict: + data_keys = set(data.keys()) + if "license" in data_keys: + data_keys.remove("license") + data__license = data["license"] + if not isinstance(data__license, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be string", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'string'}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data__missing_keys = set(['name']) - data.keys() + if data__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must contain " + (str(sorted(data__missing_keys)) + " properties"), value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, 'license': {'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'gui-scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, rule='required') + data_keys = set(data.keys()) + if "name" in data_keys: + data_keys.remove("name") + data__name = data["name"] + if not isinstance(data__name, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be string", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, rule='type') + if isinstance(data__name, str): + if not custom_formats["pep508-identifier"](data__name): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be pep508-identifier", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, rule='format') + if "version" in data_keys: + data_keys.remove("version") + data__version = data["version"] + if not isinstance(data__version, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".version must be string", value=data__version, name="" + (name_prefix or "data") + ".version", definition={'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, rule='type') + if isinstance(data__version, str): + if not custom_formats["pep440"](data__version): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".version must be pep440", value=data__version, name="" + (name_prefix or "data") + ".version", definition={'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, rule='format') + if "description" in data_keys: + data_keys.remove("description") + data__description = data["description"] + if not isinstance(data__description, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".description must be string", value=data__description, name="" + (name_prefix or "data") + ".description", definition={'type': 'string', '$$description': ['The `summary description of the project', '`_']}, rule='type') + if "readme" in data_keys: + data_keys.remove("readme") + data__readme = data["readme"] + data__readme_one_of_count12 = 0 + if data__readme_one_of_count12 < 2: + try: + if not isinstance(data__readme, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must be string", value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, rule='type') + data__readme_one_of_count12 += 1 + except JsonSchemaValueException: pass + if data__readme_one_of_count12 < 2: + try: + if not isinstance(data__readme, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must be object", value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}, rule='type') + data__readme_any_of_count13 = 0 + if not data__readme_any_of_count13: + try: + data__readme_is_dict = isinstance(data__readme, dict) + if data__readme_is_dict: + data__readme__missing_keys = set(['file']) - data__readme.keys() + if data__readme__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must contain " + (str(sorted(data__readme__missing_keys)) + " properties"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, rule='required') + data__readme_keys = set(data__readme.keys()) + if "file" in data__readme_keys: + data__readme_keys.remove("file") + data__readme__file = data__readme["file"] + if not isinstance(data__readme__file, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme.file must be string", value=data__readme__file, name="" + (name_prefix or "data") + ".readme.file", definition={'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}, rule='type') + data__readme_any_of_count13 += 1 + except JsonSchemaValueException: pass + if not data__readme_any_of_count13: + try: + data__readme_is_dict = isinstance(data__readme, dict) + if data__readme_is_dict: + data__readme__missing_keys = set(['text']) - data__readme.keys() + if data__readme__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must contain " + (str(sorted(data__readme__missing_keys)) + " properties"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}, rule='required') + data__readme_keys = set(data__readme.keys()) + if "text" in data__readme_keys: + data__readme_keys.remove("text") + data__readme__text = data__readme["text"] + if not isinstance(data__readme__text, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme.text must be string", value=data__readme__text, name="" + (name_prefix or "data") + ".readme.text", definition={'type': 'string', 'description': 'Full text describing the project.'}, rule='type') + data__readme_any_of_count13 += 1 + except JsonSchemaValueException: pass + if not data__readme_any_of_count13: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme cannot be validated by any definition", value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, rule='anyOf') + data__readme_is_dict = isinstance(data__readme, dict) + if data__readme_is_dict: + data__readme__missing_keys = set(['content-type']) - data__readme.keys() + if data__readme__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must contain " + (str(sorted(data__readme__missing_keys)) + " properties"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}, rule='required') + data__readme_keys = set(data__readme.keys()) + if "content-type" in data__readme_keys: + data__readme_keys.remove("content-type") + data__readme__contenttype = data__readme["content-type"] + if not isinstance(data__readme__contenttype, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme.content-type must be string", value=data__readme__contenttype, name="" + (name_prefix or "data") + ".readme.content-type", definition={'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}, rule='type') + data__readme_one_of_count12 += 1 + except JsonSchemaValueException: pass + if data__readme_one_of_count12 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".readme must be valid exactly by one definition" + (" (" + str(data__readme_one_of_count12) + " matches found)"), value=data__readme, name="" + (name_prefix or "data") + ".readme", definition={'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, rule='oneOf') + if "requires-python" in data_keys: + data_keys.remove("requires-python") + data__requirespython = data["requires-python"] + if not isinstance(data__requirespython, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".requires-python must be string", value=data__requirespython, name="" + (name_prefix or "data") + ".requires-python", definition={'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, rule='type') + if isinstance(data__requirespython, str): + if not custom_formats["pep508-versionspec"](data__requirespython): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".requires-python must be pep508-versionspec", value=data__requirespython, name="" + (name_prefix or "data") + ".requires-python", definition={'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, rule='format') + if "license" in data_keys: + data_keys.remove("license") + data__license = data["license"] + data__license_one_of_count14 = 0 + if data__license_one_of_count14 < 2: + try: + if not isinstance(data__license, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be string", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, rule='type') + if isinstance(data__license, str): + if not custom_formats["SPDX"](data__license): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be SPDX", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, rule='format') + data__license_one_of_count14 += 1 + except JsonSchemaValueException: pass + if data__license_one_of_count14 < 2: + try: + if not isinstance(data__license, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be object", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, rule='type') + data__license_is_dict = isinstance(data__license, dict) + if data__license_is_dict: + data__license__missing_keys = set(['file']) - data__license.keys() + if data__license__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must contain " + (str(sorted(data__license__missing_keys)) + " properties"), value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, rule='required') + data__license_keys = set(data__license.keys()) + if "file" in data__license_keys: + data__license_keys.remove("file") + data__license__file = data__license["file"] + if not isinstance(data__license__file, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license.file must be string", value=data__license__file, name="" + (name_prefix or "data") + ".license.file", definition={'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}, rule='type') + data__license_one_of_count14 += 1 + except JsonSchemaValueException: pass + if data__license_one_of_count14 < 2: + try: + if not isinstance(data__license, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be object", value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}, rule='type') + data__license_is_dict = isinstance(data__license, dict) + if data__license_is_dict: + data__license__missing_keys = set(['text']) - data__license.keys() + if data__license__missing_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must contain " + (str(sorted(data__license__missing_keys)) + " properties"), value=data__license, name="" + (name_prefix or "data") + ".license", definition={'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}, rule='required') + data__license_keys = set(data__license.keys()) + if "text" in data__license_keys: + data__license_keys.remove("text") + data__license__text = data__license["text"] + if not isinstance(data__license__text, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license.text must be string", value=data__license__text, name="" + (name_prefix or "data") + ".license.text", definition={'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}, rule='type') + data__license_one_of_count14 += 1 + except JsonSchemaValueException: pass + if data__license_one_of_count14 != 1: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license must be valid exactly by one definition" + (" (" + str(data__license_one_of_count14) + " matches found)"), value=data__license, name="" + (name_prefix or "data") + ".license", definition={'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, rule='oneOf') + if "license-files" in data_keys: + data_keys.remove("license-files") + data__licensefiles = data["license-files"] + if not isinstance(data__licensefiles, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files must be array", value=data__licensefiles, name="" + (name_prefix or "data") + ".license-files", definition={'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, rule='type') + data__licensefiles_is_list = isinstance(data__licensefiles, (list, tuple)) + if data__licensefiles_is_list: + data__licensefiles_len = len(data__licensefiles) + for data__licensefiles_x, data__licensefiles_item in enumerate(data__licensefiles): + if not isinstance(data__licensefiles_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + " must be string", value=data__licensefiles_item, name="" + (name_prefix or "data") + ".license-files[{data__licensefiles_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "authors" in data_keys: + data_keys.remove("authors") + data__authors = data["authors"] + if not isinstance(data__authors, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".authors must be array", value=data__authors, name="" + (name_prefix or "data") + ".authors", definition={'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, rule='type') + data__authors_is_list = isinstance(data__authors, (list, tuple)) + if data__authors_is_list: + data__authors_len = len(data__authors) + for data__authors_x, data__authors_item in enumerate(data__authors): + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_author(data__authors_item, custom_formats, (name_prefix or "data") + ".authors[{data__authors_x}]".format(**locals())) + if "maintainers" in data_keys: + data_keys.remove("maintainers") + data__maintainers = data["maintainers"] + if not isinstance(data__maintainers, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".maintainers must be array", value=data__maintainers, name="" + (name_prefix or "data") + ".maintainers", definition={'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, rule='type') + data__maintainers_is_list = isinstance(data__maintainers, (list, tuple)) + if data__maintainers_is_list: + data__maintainers_len = len(data__maintainers) + for data__maintainers_x, data__maintainers_item in enumerate(data__maintainers): + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_author(data__maintainers_item, custom_formats, (name_prefix or "data") + ".maintainers[{data__maintainers_x}]".format(**locals())) + if "keywords" in data_keys: + data_keys.remove("keywords") + data__keywords = data["keywords"] + if not isinstance(data__keywords, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".keywords must be array", value=data__keywords, name="" + (name_prefix or "data") + ".keywords", definition={'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, rule='type') + data__keywords_is_list = isinstance(data__keywords, (list, tuple)) + if data__keywords_is_list: + data__keywords_len = len(data__keywords) + for data__keywords_x, data__keywords_item in enumerate(data__keywords): + if not isinstance(data__keywords_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".keywords[{data__keywords_x}]".format(**locals()) + " must be string", value=data__keywords_item, name="" + (name_prefix or "data") + ".keywords[{data__keywords_x}]".format(**locals()) + "", definition={'type': 'string'}, rule='type') + if "classifiers" in data_keys: + data_keys.remove("classifiers") + data__classifiers = data["classifiers"] + if not isinstance(data__classifiers, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".classifiers must be array", value=data__classifiers, name="" + (name_prefix or "data") + ".classifiers", definition={'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, rule='type') + data__classifiers_is_list = isinstance(data__classifiers, (list, tuple)) + if data__classifiers_is_list: + data__classifiers_len = len(data__classifiers) + for data__classifiers_x, data__classifiers_item in enumerate(data__classifiers): + if not isinstance(data__classifiers_item, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + " must be string", value=data__classifiers_item, name="" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, rule='type') + if isinstance(data__classifiers_item, str): + if not custom_formats["trove-classifier"](data__classifiers_item): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + " must be trove-classifier", value=data__classifiers_item, name="" + (name_prefix or "data") + ".classifiers[{data__classifiers_x}]".format(**locals()) + "", definition={'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, rule='format') + if "urls" in data_keys: + data_keys.remove("urls") + data__urls = data["urls"] + if not isinstance(data__urls, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls must be object", value=data__urls, name="" + (name_prefix or "data") + ".urls", definition={'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, rule='type') + data__urls_is_dict = isinstance(data__urls, dict) + if data__urls_is_dict: + data__urls_keys = set(data__urls.keys()) + for data__urls_key, data__urls_val in data__urls.items(): + if REGEX_PATTERNS['^.+$'].search(data__urls_key): + if data__urls_key in data__urls_keys: + data__urls_keys.remove(data__urls_key) + if not isinstance(data__urls_val, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + " must be string", value=data__urls_val, name="" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'url'}, rule='type') + if isinstance(data__urls_val, str): + if not custom_formats["url"](data__urls_val): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + " must be url", value=data__urls_val, name="" + (name_prefix or "data") + ".urls.{data__urls_key}".format(**locals()) + "", definition={'type': 'string', 'format': 'url'}, rule='format') + if data__urls_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".urls must not contain "+str(data__urls_keys)+" properties", value=data__urls, name="" + (name_prefix or "data") + ".urls", definition={'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, rule='additionalProperties') + if "scripts" in data_keys: + data_keys.remove("scripts") + data__scripts = data["scripts"] + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data__scripts, custom_formats, (name_prefix or "data") + ".scripts") + if "gui-scripts" in data_keys: + data_keys.remove("gui-scripts") + data__guiscripts = data["gui-scripts"] + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data__guiscripts, custom_formats, (name_prefix or "data") + ".gui-scripts") + if "entry-points" in data_keys: + data_keys.remove("entry-points") + data__entrypoints = data["entry-points"] + data__entrypoints_is_dict = isinstance(data__entrypoints, dict) + if data__entrypoints_is_dict: + data__entrypoints_keys = set(data__entrypoints.keys()) + for data__entrypoints_key, data__entrypoints_val in data__entrypoints.items(): + if REGEX_PATTERNS['^.+$'].search(data__entrypoints_key): + if data__entrypoints_key in data__entrypoints_keys: + data__entrypoints_keys.remove(data__entrypoints_key) + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data__entrypoints_val, custom_formats, (name_prefix or "data") + ".entry-points.{data__entrypoints_key}".format(**locals())) + if data__entrypoints_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".entry-points must not contain "+str(data__entrypoints_keys)+" properties", value=data__entrypoints, name="" + (name_prefix or "data") + ".entry-points", definition={'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, rule='additionalProperties') + data__entrypoints_len = len(data__entrypoints) + if data__entrypoints_len != 0: + data__entrypoints_property_names = True + for data__entrypoints_key in data__entrypoints: + try: + if isinstance(data__entrypoints_key, str): + if not custom_formats["python-entrypoint-group"](data__entrypoints_key): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".entry-points must be python-entrypoint-group", value=data__entrypoints_key, name="" + (name_prefix or "data") + ".entry-points", definition={'format': 'python-entrypoint-group'}, rule='format') + except JsonSchemaValueException: + data__entrypoints_property_names = False + if not data__entrypoints_property_names: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".entry-points must be named by propertyName definition", value=data__entrypoints, name="" + (name_prefix or "data") + ".entry-points", definition={'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, rule='propertyNames') + if "dependencies" in data_keys: + data_keys.remove("dependencies") + data__dependencies = data["dependencies"] + if not isinstance(data__dependencies, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dependencies must be array", value=data__dependencies, name="" + (name_prefix or "data") + ".dependencies", definition={'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, rule='type') + data__dependencies_is_list = isinstance(data__dependencies, (list, tuple)) + if data__dependencies_is_list: + data__dependencies_len = len(data__dependencies) + for data__dependencies_x, data__dependencies_item in enumerate(data__dependencies): + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_dependency(data__dependencies_item, custom_formats, (name_prefix or "data") + ".dependencies[{data__dependencies_x}]".format(**locals())) + if "optional-dependencies" in data_keys: + data_keys.remove("optional-dependencies") + data__optionaldependencies = data["optional-dependencies"] + if not isinstance(data__optionaldependencies, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must be object", value=data__optionaldependencies, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='type') + data__optionaldependencies_is_dict = isinstance(data__optionaldependencies, dict) + if data__optionaldependencies_is_dict: + data__optionaldependencies_keys = set(data__optionaldependencies.keys()) + for data__optionaldependencies_key, data__optionaldependencies_val in data__optionaldependencies.items(): + if REGEX_PATTERNS['^.+$'].search(data__optionaldependencies_key): + if data__optionaldependencies_key in data__optionaldependencies_keys: + data__optionaldependencies_keys.remove(data__optionaldependencies_key) + if not isinstance(data__optionaldependencies_val, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies.{data__optionaldependencies_key}".format(**locals()) + " must be array", value=data__optionaldependencies_val, name="" + (name_prefix or "data") + ".optional-dependencies.{data__optionaldependencies_key}".format(**locals()) + "", definition={'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, rule='type') + data__optionaldependencies_val_is_list = isinstance(data__optionaldependencies_val, (list, tuple)) + if data__optionaldependencies_val_is_list: + data__optionaldependencies_val_len = len(data__optionaldependencies_val) + for data__optionaldependencies_val_x, data__optionaldependencies_val_item in enumerate(data__optionaldependencies_val): + validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_dependency(data__optionaldependencies_val_item, custom_formats, (name_prefix or "data") + ".optional-dependencies.{data__optionaldependencies_key}[{data__optionaldependencies_val_x}]".format(**locals())) + if data__optionaldependencies_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must not contain "+str(data__optionaldependencies_keys)+" properties", value=data__optionaldependencies, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='additionalProperties') + data__optionaldependencies_len = len(data__optionaldependencies) + if data__optionaldependencies_len != 0: + data__optionaldependencies_property_names = True + for data__optionaldependencies_key in data__optionaldependencies: + try: + if isinstance(data__optionaldependencies_key, str): + if not custom_formats["pep508-identifier"](data__optionaldependencies_key): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must be pep508-identifier", value=data__optionaldependencies_key, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'format': 'pep508-identifier'}, rule='format') + except JsonSchemaValueException: + data__optionaldependencies_property_names = False + if not data__optionaldependencies_property_names: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".optional-dependencies must be named by propertyName definition", value=data__optionaldependencies, name="" + (name_prefix or "data") + ".optional-dependencies", definition={'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, rule='propertyNames') + if "dynamic" in data_keys: + data_keys.remove("dynamic") + data__dynamic = data["dynamic"] + if not isinstance(data__dynamic, (list, tuple)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic must be array", value=data__dynamic, name="" + (name_prefix or "data") + ".dynamic", definition={'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}, rule='type') + data__dynamic_is_list = isinstance(data__dynamic, (list, tuple)) + if data__dynamic_is_list: + data__dynamic_len = len(data__dynamic) + for data__dynamic_x, data__dynamic_item in enumerate(data__dynamic): + if data__dynamic_item not in ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']: + raise JsonSchemaValueException("" + (name_prefix or "data") + ".dynamic[{data__dynamic_x}]".format(**locals()) + " must be one of ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']", value=data__dynamic_item, name="" + (name_prefix or "data") + ".dynamic[{data__dynamic_x}]".format(**locals()) + "", definition={'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}, rule='enum') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$schema': 'http://json-schema.org/draft-07/schema#', '$id': 'https://packaging.python.org/en/latest/specifications/pyproject-toml/', 'title': 'Package metadata stored in the ``project`` table', '$$description': ['Data structure for the **project** table inside ``pyproject.toml``', '(as initially defined in :pep:`621`)'], 'type': 'object', 'properties': {'name': {'type': 'string', 'description': 'The name (primary identifier) of the project. MUST be statically defined.', 'format': 'pep508-identifier'}, 'version': {'type': 'string', 'description': 'The version of the project as supported by :pep:`440`.', 'format': 'pep440'}, 'description': {'type': 'string', '$$description': ['The `summary description of the project', '`_']}, 'readme': {'$$description': ['`Full/detailed description of the project in the form of a README', '`_', "with meaning similar to the one defined in `core metadata's Description", '`_'], 'oneOf': [{'type': 'string', '$$description': ['Relative path to a text file (UTF-8) containing the full description', 'of the project. If the file path ends in case-insensitive ``.md`` or', '``.rst`` suffixes, then the content-type is respectively', '``text/markdown`` or ``text/x-rst``']}, {'type': 'object', 'allOf': [{'anyOf': [{'properties': {'file': {'type': 'string', '$$description': ['Relative path to a text file containing the full description', 'of the project.']}}, 'required': ['file']}, {'properties': {'text': {'type': 'string', 'description': 'Full text describing the project.'}}, 'required': ['text']}]}, {'properties': {'content-type': {'type': 'string', '$$description': ['Content-type (:rfc:`1341`) of the full description', '(e.g. ``text/markdown``). The ``charset`` parameter is assumed', 'UTF-8 when not present.'], '$comment': 'TODO: add regex pattern or format?'}}, 'required': ['content-type']}]}]}, 'requires-python': {'type': 'string', 'format': 'pep508-versionspec', '$$description': ['`The Python version requirements of the project', '`_.']}, 'license': {'description': '`Project license `_.', 'oneOf': [{'type': 'string', 'description': 'An SPDX license identifier', 'format': 'SPDX'}, {'type': 'object', 'properties': {'file': {'type': 'string', '$$description': ['Relative path to the file (UTF-8) which contains the license for the', 'project.']}}, 'required': ['file']}, {'type': 'object', 'properties': {'text': {'type': 'string', '$$description': ['The license of the project whose meaning is that of the', '`License field from the core metadata', '`_.']}}, 'required': ['text']}]}, 'license-files': {'description': 'Paths or globs to paths of license files', 'type': 'array', 'items': {'type': 'string'}}, 'authors': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'authors' of the project.", 'The exact meaning is open to interpretation (e.g. original or primary authors,', 'current maintainers, or owners of the package).']}, 'maintainers': {'type': 'array', 'items': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, '$$description': ["The people or organizations considered to be the 'maintainers' of the project.", 'Similarly to ``authors``, the exact meaning is open to interpretation.']}, 'keywords': {'type': 'array', 'items': {'type': 'string'}, 'description': 'List of keywords to assist searching for the distribution in a larger catalog.'}, 'classifiers': {'type': 'array', 'items': {'type': 'string', 'format': 'trove-classifier', 'description': '`PyPI classifier `_.'}, '$$description': ['`Trove classifiers `_', 'which apply to the project.']}, 'urls': {'type': 'object', 'description': 'URLs associated with the project in the form ``label => value``.', 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', 'format': 'url'}}}, 'scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'gui-scripts': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'entry-points': {'$$description': ['Instruct the installer to expose the given modules/functions via', '``entry-point`` discovery mechanism (useful for plugins).', 'More information available in the `Python packaging guide', '`_.'], 'propertyNames': {'format': 'python-entrypoint-group'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}}}, 'dependencies': {'type': 'array', 'description': 'Project (mandatory) dependencies.', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}, 'optional-dependencies': {'type': 'object', 'description': 'Optional dependency for the project', 'propertyNames': {'format': 'pep508-identifier'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'array', 'items': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}}, 'dynamic': {'type': 'array', '$$description': ['Specifies which fields are intentionally unspecified and expected to be', 'dynamically provided by build tools'], 'items': {'enum': ['version', 'description', 'readme', 'requires-python', 'license', 'license-files', 'authors', 'maintainers', 'keywords', 'classifiers', 'urls', 'scripts', 'gui-scripts', 'entry-points', 'dependencies', 'optional-dependencies']}}}, 'required': ['name'], 'additionalProperties': False, 'allOf': [{'if': {'not': {'required': ['dynamic'], 'properties': {'dynamic': {'contains': {'const': 'version'}, '$$description': ['version is listed in ``dynamic``']}}}, '$$comment': ['According to :pep:`621`:', ' If the core metadata specification lists a field as "Required", then', ' the metadata MUST specify the field statically or list it in dynamic', 'In turn, `core metadata`_ defines:', ' The required fields are: Metadata-Version, Name, Version.', ' All the other fields are optional.', 'Since ``Metadata-Version`` is defined by the build back-end, ``name`` and', '``version`` are the only mandatory information in ``pyproject.toml``.', '.. _core metadata: https://packaging.python.org/specifications/core-metadata/']}, 'then': {'required': ['version'], '$$description': ['version should be statically defined in the ``version`` field']}}, {'if': {'required': ['license-files']}, 'then': {'properties': {'license': {'type': 'string'}}}}], 'definitions': {'author': {'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, 'entry-point-group': {'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, 'dependency': {'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}}}, rule='additionalProperties') + return data + +def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_dependency(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be string", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}, rule='type') + if isinstance(data, str): + if not custom_formats["pep508"](data): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be pep508", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/dependency', 'title': 'Dependency', 'type': 'string', 'description': 'Project dependency specification according to PEP 508', 'format': 'pep508'}, rule='format') + return data + +def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_entry_point_group(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data_keys = set(data.keys()) + for data_key, data_val in data.items(): + if REGEX_PATTERNS['^.+$'].search(data_key): + if data_key in data_keys: + data_keys.remove(data_key) + if not isinstance(data_val, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".{data_key}".format(**locals()) + " must be string", value=data_val, name="" + (name_prefix or "data") + ".{data_key}".format(**locals()) + "", definition={'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}, rule='type') + if isinstance(data_val, str): + if not custom_formats["python-entrypoint-reference"](data_val): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".{data_key}".format(**locals()) + " must be python-entrypoint-reference", value=data_val, name="" + (name_prefix or "data") + ".{data_key}".format(**locals()) + "", definition={'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}, rule='format') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, rule='additionalProperties') + data_len = len(data) + if data_len != 0: + data_property_names = True + for data_key in data: + try: + if isinstance(data_key, str): + if not custom_formats["python-entrypoint-name"](data_key): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be python-entrypoint-name", value=data_key, name="" + (name_prefix or "data") + "", definition={'format': 'python-entrypoint-name'}, rule='format') + except JsonSchemaValueException: + data_property_names = False + if not data_property_names: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be named by propertyName definition", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/entry-point-group', 'title': 'Entry-points', 'type': 'object', '$$description': ['Entry-points are grouped together to indicate what sort of capabilities they', 'provide.', 'See the `packaging guides', '`_', 'and `setuptools docs', '`_', 'for more information.'], 'propertyNames': {'format': 'python-entrypoint-name'}, 'additionalProperties': False, 'patternProperties': {'^.+$': {'type': 'string', '$$description': ['Reference to a Python object. It is either in the form', '``importable.module``, or ``importable.module:object.attr``.'], 'format': 'python-entrypoint-reference', '$comment': 'https://packaging.python.org/specifications/entry-points/'}}}, rule='propertyNames') + return data + +def validate_https___packaging_python_org_en_latest_specifications_pyproject_toml___definitions_author(data, custom_formats={}, name_prefix=None): + if not isinstance(data, (dict)): + raise JsonSchemaValueException("" + (name_prefix or "data") + " must be object", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, rule='type') + data_is_dict = isinstance(data, dict) + if data_is_dict: + data_keys = set(data.keys()) + if "name" in data_keys: + data_keys.remove("name") + data__name = data["name"] + if not isinstance(data__name, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".name must be string", value=data__name, name="" + (name_prefix or "data") + ".name", definition={'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, rule='type') + if "email" in data_keys: + data_keys.remove("email") + data__email = data["email"] + if not isinstance(data__email, (str)): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".email must be string", value=data__email, name="" + (name_prefix or "data") + ".email", definition={'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}, rule='type') + if isinstance(data__email, str): + if not REGEX_PATTERNS["idn-email_re_pattern"].match(data__email): + raise JsonSchemaValueException("" + (name_prefix or "data") + ".email must be idn-email", value=data__email, name="" + (name_prefix or "data") + ".email", definition={'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}, rule='format') + if data_keys: + raise JsonSchemaValueException("" + (name_prefix or "data") + " must not contain "+str(data_keys)+" properties", value=data, name="" + (name_prefix or "data") + "", definition={'$id': '#/definitions/author', 'title': 'Author or Maintainer', '$comment': 'https://peps.python.org/pep-0621/#authors-maintainers', 'type': 'object', 'additionalProperties': False, 'properties': {'name': {'type': 'string', '$$description': ['MUST be a valid email name, i.e. whatever can be put as a name, before an', 'email, in :rfc:`822`.']}, 'email': {'type': 'string', 'format': 'idn-email', 'description': 'MUST be a valid email address'}}}, rule='additionalProperties') + return data diff --git a/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py new file mode 100644 index 0000000..1cf4a46 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py @@ -0,0 +1,402 @@ +""" +The functions in this module are used to validate schemas with the +`format JSON Schema keyword +`_. + +The correspondence is given by replacing the ``_`` character in the name of the +function with a ``-`` to obtain the format name and vice versa. +""" + +import builtins +import logging +import os +import re +import string +import typing +from itertools import chain as _chain + +if typing.TYPE_CHECKING: + from typing_extensions import Literal + +_logger = logging.getLogger(__name__) + +# ------------------------------------------------------------------------------------- +# PEP 440 + +VERSION_PATTERN = r""" + v? + (?: + (?:(?P[0-9]+)!)? # epoch + (?P[0-9]+(?:\.[0-9]+)*) # release segment + (?P

3)fxrOpNqs@YQGs_;7M!Bs?>xT}w^( zhN7{sI-w~&Gl|j3#JHk{RYgnBXsJ|E4a>DDgsHh|P}%&}GjqDHHXqAOh#ThNghven z`3L%P0X=bwTh8VUXY-b`f5X{daGrXK7@_gc4)-$--p^>qko-&afz4v;8RkPF%zf-U z!~9k_ZU5AMhS{@F)g6O&TR{5`QV{Gs6lXDW3&lCi0_8CWRG8x>K|eruOm*!?O;a#L zT=m)g)NrHK#xP@U%6TTs?6>lmoeV;T?CWTeYM3QKy;d9M>KdBelxAz5F=H98N9OC1 z_q7u0R&z+Q4Q1@nP%PA&h)Ucx^|DR3={C&_s(?w5gTQ43suL-5@RE2!Crcba^aj{I zL`fyfY7qlJ#+)eb@j|q%SR18H`oLg>W_gephsfsinAcT zv}7-O{J(hj_PZ<6rl%|K=*oM#K(ggIvEezf^46xOC-3OVdwL#u#N4T$XP4(TJ;A&q znD+#qfCqa)3@+KtvGk^=Bk$zOf^BaWThS>A$JU7ofkw)iXv@B~b z>VAM>(c?@#^F1$Qg)DC@x%YL14`tc+5%y;}pog9;bT1)+**hp;q-_Ud}IuI=j0FjZzJ+9234n<-l z0MjM3Fv@&ysPB5YAv!oX5Q>}v94*^>p~_~G5z0j2H=uK|aUjv?xWr|+NN6y_#X>Q1 z49q32Y!qdb9HJiSwgnLsC`6>iYHC%60cuPg(n)!Vl8T=SZ}Czwv1nw3NT@Fqp)=^K z%-sfYdb_&HwtmQWa<`Xh9qquno@teL$-| zcm#~qS%A<5^jB9$(Jkg)yBp8Df<;$r(e2H>{n2;wu29kKUv^eGF?aDU$W9hrEmX%9 zD7uapU2P^0R)=yoKWfgqx=XE1zJ?`7sROlk?x03z=fD_k$Y`u00(4 z{Eg2q=G%q~uHoFv6lvLl*uEtOH^ktoSP;9HUM+h4-^%>Hf9-HVj2RB@hBm#y5@Owr zMbV!lIlSDqJiL4%ANbxw??WNqbZM7^vAj3<^a!N(`8NQwQrqW)z)L{BkPy*gFnhkR|?H<=6!FLoK&~0(i-@E`>PWBnRM`iNBHcl7w8^v zr+{IAdlHt3f_oKsKd}OD{S>#rZVigTL$z7-YEWo}CkyPd2JCVM?D7We0xUlVyR{Si z>!bcx*!>^I&}z3*6FjYXX|zg=X29;R0d}piZTrElWFL|oh5 zULT1q%cLN-ZHb*5V&{F=`fwq5x*!gIvqH1_ScQ`9`u67cZEKE#82yHI>V}kztJ4r5 zvqP4r6H|&T>kYCzmBQ&H$UM6$6h$aC!#rlpd`w7F45N`Mps zvoyMpZlK0?yKJ+Ss0mW1%8RN2B?9%1tTia}N+b288N>O{^DB7NwsRgTT`Gdi4b$?_ V+Nw8j^b3AMaAAN?EQIhe(-%F_JfHvo literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/__pycache__/unix_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2abff71f9e79419acd17090fdb9d30cd893f1b35 GIT binary patch literal 791 zcmb7?K~EDw6vyA}ZcCw*E-kelOl)XPAOseL=mkj#nAn6ML2Ffnv3^0%dD)gTdQqfsPP=zxusS-vtL<9s_Py;x?Im#J|gWU%& zydjis0jPagD#{nxE*0Zly6`wK2!{Ak`XHR=)Peud_Hk|CA8ojf(tyPbkUqqxs_|J= zVFO;`D%8XcsG{-U55LR`3+C&Es#)H-vW6d3OoC~uK-`pGHd1cYNYRSxI>Z}CEJ(0U zo$}75-o0FQDK*`@F~~$(r%dE(CUPkYXKi14hY*Lbpj-Da^;k5wl3mxbOWOV1>gv6< z2Q1`Ty0_&Jn??A0+H~(gvUO5oL0U3hbBjgEd3Rc+Y}Pc>V3A(JG_>jW(DtY46qRkq z#>!TK=yWo#E0$$zmcBXZ*Y*R>ie+vpyqj&OJTrCuhC)pbPr7=(q!%z%DE2C@=QtKs zG{dA`#WOkja;lt_&O5fNdsA+`6PmLfqhjHCGQvyquLblKH!Tq%bOHk{NkWMeX^8K3 z2++`JEb)5cO}Y_1mal%1=k^!hEx%p>fG-6EFj_umwzjdh3bg%9m`v zZ+*+JJm0XWGoiUv>483fU2q=9tAbdFFv>m`8@y4NH`>Bo6}vaT77 SI)_z!&tqYNZ^k(fS)?D36*;E> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/__pycache__/py39.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..832ab2ba34b7e9f77af27f5e020ad0b06bb0c536 GIT binary patch literal 691 zcmZXPzl#(x6vvav?(FQ`Z6OO57Iqd}><)S$2x6lmHYy4hgD~WFa=W?Bk0CE}GJk@d zoqvP>ga3h*Hp1A5R@({3SzP7I;K0ZQ^76@h-}imV=h-YJxbD9Dxrs)E{0f(TMgQRZ z6T$~ll9DQt6G2YQ-s9(NogPx48}6XYaM zI!=(M`IM4|c24QQDIGYa1E+N0ln$KI-f1!2hnGHEM0y zGH9SZJQEJ2HH9=Mw!Ps6_!ZPun7WeP@M0@eC7c`MyIhQ+z5budLa&$vMH0d^gz%B} zaH#!A&M`+WPqVGnB0JeQ4$C#ql+uOb$IGA%7vxOIGrFP0Tw@AyVQ z2Ex~sw^l(`loEXHC1PlYY;ASLJ@y{mTUE_va$noBR^ox1<7kQ-USjyoD5c*?`h&&a i*!&BdzkmCc-MomRaeNV94S%{^a<$NjyQ;f}wtoS=jJA*f literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/py39.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/py39.py new file mode 100644 index 0000000..aca3939 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/compat/py39.py @@ -0,0 +1,40 @@ +import sys + +if sys.version_info >= (3, 10): + from test.support.import_helper import ( + CleanImport as CleanImport, + ) + from test.support.import_helper import ( + DirsOnSysPath as DirsOnSysPath, + ) + from test.support.os_helper import ( + EnvironmentVarGuard as EnvironmentVarGuard, + ) + from test.support.os_helper import ( + rmtree as rmtree, + ) + from test.support.os_helper import ( + skip_unless_symlink as skip_unless_symlink, + ) + from test.support.os_helper import ( + unlink as unlink, + ) +else: + from test.support import ( + CleanImport as CleanImport, + ) + from test.support import ( + DirsOnSysPath as DirsOnSysPath, + ) + from test.support import ( + EnvironmentVarGuard as EnvironmentVarGuard, + ) + from test.support import ( + rmtree as rmtree, + ) + from test.support import ( + skip_unless_symlink as skip_unless_symlink, + ) + from test.support import ( + unlink as unlink, + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py new file mode 100644 index 0000000..9cd2b8a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/support.py @@ -0,0 +1,134 @@ +"""Support code for distutils test cases.""" + +import itertools +import os +import pathlib +import shutil +import sys +import sysconfig +import tempfile +from distutils.core import Distribution + +import pytest +from more_itertools import always_iterable + + +@pytest.mark.usefixtures('distutils_managed_tempdir') +class TempdirManager: + """ + Mix-in class that handles temporary directories for test cases. + """ + + def mkdtemp(self): + """Create a temporary directory that will be cleaned up. + + Returns the path of the directory. + """ + d = tempfile.mkdtemp() + self.tempdirs.append(d) + return d + + def write_file(self, path, content='xxx'): + """Writes a file in the given path. + + path can be a string or a sequence. + """ + pathlib.Path(*always_iterable(path)).write_text(content, encoding='utf-8') + + def create_dist(self, pkg_name='foo', **kw): + """Will generate a test environment. + + This function creates: + - a Distribution instance using keywords + - a temporary directory with a package structure + + It returns the package directory and the distribution + instance. + """ + tmp_dir = self.mkdtemp() + pkg_dir = os.path.join(tmp_dir, pkg_name) + os.mkdir(pkg_dir) + dist = Distribution(attrs=kw) + + return pkg_dir, dist + + +class DummyCommand: + """Class to store options for retrieval via set_undefined_options().""" + + def __init__(self, **kwargs): + vars(self).update(kwargs) + + def ensure_finalized(self): + pass + + +def copy_xxmodule_c(directory): + """Helper for tests that need the xxmodule.c source file. + + Example use: + + def test_compile(self): + copy_xxmodule_c(self.tmpdir) + self.assertIn('xxmodule.c', os.listdir(self.tmpdir)) + + If the source file can be found, it will be copied to *directory*. If not, + the test will be skipped. Errors during copy are not caught. + """ + shutil.copy(_get_xxmodule_path(), os.path.join(directory, 'xxmodule.c')) + + +def _get_xxmodule_path(): + source_name = 'xxmodule.c' if sys.version_info > (3, 9) else 'xxmodule-3.8.c' + return os.path.join(os.path.dirname(__file__), source_name) + + +def fixup_build_ext(cmd): + """Function needed to make build_ext tests pass. + + When Python was built with --enable-shared on Unix, -L. is not enough to + find libpython.so, because regrtest runs in a tempdir, not in the + source directory where the .so lives. + + When Python was built with in debug mode on Windows, build_ext commands + need their debug attribute set, and it is not done automatically for + some reason. + + This function handles both of these things. Example use: + + cmd = build_ext(dist) + support.fixup_build_ext(cmd) + cmd.ensure_finalized() + + Unlike most other Unix platforms, Mac OS X embeds absolute paths + to shared libraries into executables, so the fixup is not needed there. + """ + if os.name == 'nt': + cmd.debug = sys.executable.endswith('_d.exe') + elif sysconfig.get_config_var('Py_ENABLE_SHARED'): + # To further add to the shared builds fun on Unix, we can't just add + # library_dirs to the Extension() instance because that doesn't get + # plumbed through to the final compiler command. + runshared = sysconfig.get_config_var('RUNSHARED') + if runshared is None: + cmd.library_dirs = ['.'] + else: + if sys.platform == 'darwin': + cmd.library_dirs = [] + else: + name, equals, value = runshared.partition('=') + cmd.library_dirs = [d for d in value.split(os.pathsep) if d] + + +def combine_markers(cls): + """ + pytest will honor markers as found on the class, but when + markers are on multiple subclasses, only one appears. Use + this decorator to combine those markers. + """ + cls.pytestmark = [ + mark + for base in itertools.chain([cls], cls.__bases__) + for mark in getattr(base, 'pytestmark', []) + ] + return cls diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py new file mode 100644 index 0000000..3e4ed75 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_archive_util.py @@ -0,0 +1,353 @@ +"""Tests for distutils.archive_util.""" + +import functools +import operator +import os +import pathlib +import sys +import tarfile +from distutils import archive_util +from distutils.archive_util import ( + ARCHIVE_FORMATS, + check_archive_formats, + make_archive, + make_tarball, + make_zipfile, +) +from distutils.spawn import spawn +from distutils.tests import support +from os.path import splitdrive + +import path +import pytest +from test.support import patch + +from .unix_compat import UID_0_SUPPORT, grp, pwd, require_uid_0, require_unix_id + + +def can_fs_encode(filename): + """ + Return True if the filename can be saved in the file system. + """ + if os.path.supports_unicode_filenames: + return True + try: + filename.encode(sys.getfilesystemencoding()) + except UnicodeEncodeError: + return False + return True + + +def all_equal(values): + return functools.reduce(operator.eq, values) + + +def same_drive(*paths): + return all_equal(pathlib.Path(path).drive for path in paths) + + +class ArchiveUtilTestCase(support.TempdirManager): + @pytest.mark.usefixtures('needs_zlib') + def test_make_tarball(self, name='archive'): + # creating something to tar + tmpdir = self._create_files() + self._make_tarball(tmpdir, name, '.tar.gz') + # trying an uncompressed one + self._make_tarball(tmpdir, name, '.tar', compress=None) + + @pytest.mark.usefixtures('needs_zlib') + def test_make_tarball_gzip(self): + tmpdir = self._create_files() + self._make_tarball(tmpdir, 'archive', '.tar.gz', compress='gzip') + + def test_make_tarball_bzip2(self): + pytest.importorskip('bz2') + tmpdir = self._create_files() + self._make_tarball(tmpdir, 'archive', '.tar.bz2', compress='bzip2') + + def test_make_tarball_xz(self): + pytest.importorskip('lzma') + tmpdir = self._create_files() + self._make_tarball(tmpdir, 'archive', '.tar.xz', compress='xz') + + @pytest.mark.skipif("not can_fs_encode('årchiv')") + def test_make_tarball_latin1(self): + """ + Mirror test_make_tarball, except filename contains latin characters. + """ + self.test_make_tarball('årchiv') # note this isn't a real word + + @pytest.mark.skipif("not can_fs_encode('のアーカイブ')") + def test_make_tarball_extended(self): + """ + Mirror test_make_tarball, except filename contains extended + characters outside the latin charset. + """ + self.test_make_tarball('のアーカイブ') # japanese for archive + + def _make_tarball(self, tmpdir, target_name, suffix, **kwargs): + tmpdir2 = self.mkdtemp() + if same_drive(tmpdir, tmpdir2): + pytest.skip("source and target should be on same drive") + + base_name = os.path.join(tmpdir2, target_name) + + # working with relative paths to avoid tar warnings + with path.Path(tmpdir): + make_tarball(splitdrive(base_name)[1], 'dist', **kwargs) + + # check if the compressed tarball was created + tarball = base_name + suffix + assert os.path.exists(tarball) + assert self._tarinfo(tarball) == self._created_files + + def _tarinfo(self, path): + tar = tarfile.open(path) + try: + names = tar.getnames() + names.sort() + return names + finally: + tar.close() + + _zip_created_files = [ + 'dist/', + 'dist/file1', + 'dist/file2', + 'dist/sub/', + 'dist/sub/file3', + 'dist/sub2/', + ] + _created_files = [p.rstrip('/') for p in _zip_created_files] + + def _create_files(self): + # creating something to tar + tmpdir = self.mkdtemp() + dist = os.path.join(tmpdir, 'dist') + os.mkdir(dist) + self.write_file([dist, 'file1'], 'xxx') + self.write_file([dist, 'file2'], 'xxx') + os.mkdir(os.path.join(dist, 'sub')) + self.write_file([dist, 'sub', 'file3'], 'xxx') + os.mkdir(os.path.join(dist, 'sub2')) + return tmpdir + + @pytest.mark.usefixtures('needs_zlib') + @pytest.mark.skipif("not (shutil.which('tar') and shutil.which('gzip'))") + def test_tarfile_vs_tar(self): + tmpdir = self._create_files() + tmpdir2 = self.mkdtemp() + base_name = os.path.join(tmpdir2, 'archive') + old_dir = os.getcwd() + os.chdir(tmpdir) + try: + make_tarball(base_name, 'dist') + finally: + os.chdir(old_dir) + + # check if the compressed tarball was created + tarball = base_name + '.tar.gz' + assert os.path.exists(tarball) + + # now create another tarball using `tar` + tarball2 = os.path.join(tmpdir, 'archive2.tar.gz') + tar_cmd = ['tar', '-cf', 'archive2.tar', 'dist'] + gzip_cmd = ['gzip', '-f', '-9', 'archive2.tar'] + old_dir = os.getcwd() + os.chdir(tmpdir) + try: + spawn(tar_cmd) + spawn(gzip_cmd) + finally: + os.chdir(old_dir) + + assert os.path.exists(tarball2) + # let's compare both tarballs + assert self._tarinfo(tarball) == self._created_files + assert self._tarinfo(tarball2) == self._created_files + + # trying an uncompressed one + base_name = os.path.join(tmpdir2, 'archive') + old_dir = os.getcwd() + os.chdir(tmpdir) + try: + make_tarball(base_name, 'dist', compress=None) + finally: + os.chdir(old_dir) + tarball = base_name + '.tar' + assert os.path.exists(tarball) + + # now for a dry_run + base_name = os.path.join(tmpdir2, 'archive') + old_dir = os.getcwd() + os.chdir(tmpdir) + try: + make_tarball(base_name, 'dist', compress=None, dry_run=True) + finally: + os.chdir(old_dir) + tarball = base_name + '.tar' + assert os.path.exists(tarball) + + @pytest.mark.usefixtures('needs_zlib') + def test_make_zipfile(self): + zipfile = pytest.importorskip('zipfile') + # creating something to tar + tmpdir = self._create_files() + base_name = os.path.join(self.mkdtemp(), 'archive') + with path.Path(tmpdir): + make_zipfile(base_name, 'dist') + + # check if the compressed tarball was created + tarball = base_name + '.zip' + assert os.path.exists(tarball) + with zipfile.ZipFile(tarball) as zf: + assert sorted(zf.namelist()) == self._zip_created_files + + def test_make_zipfile_no_zlib(self): + zipfile = pytest.importorskip('zipfile') + patch(self, archive_util.zipfile, 'zlib', None) # force zlib ImportError + + called = [] + zipfile_class = zipfile.ZipFile + + def fake_zipfile(*a, **kw): + if kw.get('compression', None) == zipfile.ZIP_STORED: + called.append((a, kw)) + return zipfile_class(*a, **kw) + + patch(self, archive_util.zipfile, 'ZipFile', fake_zipfile) + + # create something to tar and compress + tmpdir = self._create_files() + base_name = os.path.join(self.mkdtemp(), 'archive') + with path.Path(tmpdir): + make_zipfile(base_name, 'dist') + + tarball = base_name + '.zip' + assert called == [((tarball, "w"), {'compression': zipfile.ZIP_STORED})] + assert os.path.exists(tarball) + with zipfile.ZipFile(tarball) as zf: + assert sorted(zf.namelist()) == self._zip_created_files + + def test_check_archive_formats(self): + assert check_archive_formats(['gztar', 'xxx', 'zip']) == 'xxx' + assert ( + check_archive_formats(['gztar', 'bztar', 'xztar', 'ztar', 'tar', 'zip']) + is None + ) + + def test_make_archive(self): + tmpdir = self.mkdtemp() + base_name = os.path.join(tmpdir, 'archive') + with pytest.raises(ValueError): + make_archive(base_name, 'xxx') + + def test_make_archive_cwd(self): + current_dir = os.getcwd() + + def _breaks(*args, **kw): + raise RuntimeError() + + ARCHIVE_FORMATS['xxx'] = (_breaks, [], 'xxx file') + try: + try: + make_archive('xxx', 'xxx', root_dir=self.mkdtemp()) + except Exception: + pass + assert os.getcwd() == current_dir + finally: + ARCHIVE_FORMATS.pop('xxx') + + def test_make_archive_tar(self): + base_dir = self._create_files() + base_name = os.path.join(self.mkdtemp(), 'archive') + res = make_archive(base_name, 'tar', base_dir, 'dist') + assert os.path.exists(res) + assert os.path.basename(res) == 'archive.tar' + assert self._tarinfo(res) == self._created_files + + @pytest.mark.usefixtures('needs_zlib') + def test_make_archive_gztar(self): + base_dir = self._create_files() + base_name = os.path.join(self.mkdtemp(), 'archive') + res = make_archive(base_name, 'gztar', base_dir, 'dist') + assert os.path.exists(res) + assert os.path.basename(res) == 'archive.tar.gz' + assert self._tarinfo(res) == self._created_files + + def test_make_archive_bztar(self): + pytest.importorskip('bz2') + base_dir = self._create_files() + base_name = os.path.join(self.mkdtemp(), 'archive') + res = make_archive(base_name, 'bztar', base_dir, 'dist') + assert os.path.exists(res) + assert os.path.basename(res) == 'archive.tar.bz2' + assert self._tarinfo(res) == self._created_files + + def test_make_archive_xztar(self): + pytest.importorskip('lzma') + base_dir = self._create_files() + base_name = os.path.join(self.mkdtemp(), 'archive') + res = make_archive(base_name, 'xztar', base_dir, 'dist') + assert os.path.exists(res) + assert os.path.basename(res) == 'archive.tar.xz' + assert self._tarinfo(res) == self._created_files + + def test_make_archive_owner_group(self): + # testing make_archive with owner and group, with various combinations + # this works even if there's not gid/uid support + if UID_0_SUPPORT: + group = grp.getgrgid(0)[0] + owner = pwd.getpwuid(0)[0] + else: + group = owner = 'root' + + base_dir = self._create_files() + root_dir = self.mkdtemp() + base_name = os.path.join(self.mkdtemp(), 'archive') + res = make_archive( + base_name, 'zip', root_dir, base_dir, owner=owner, group=group + ) + assert os.path.exists(res) + + res = make_archive(base_name, 'zip', root_dir, base_dir) + assert os.path.exists(res) + + res = make_archive( + base_name, 'tar', root_dir, base_dir, owner=owner, group=group + ) + assert os.path.exists(res) + + res = make_archive( + base_name, 'tar', root_dir, base_dir, owner='kjhkjhkjg', group='oihohoh' + ) + assert os.path.exists(res) + + @pytest.mark.usefixtures('needs_zlib') + @require_unix_id + @require_uid_0 + def test_tarfile_root_owner(self): + tmpdir = self._create_files() + base_name = os.path.join(self.mkdtemp(), 'archive') + old_dir = os.getcwd() + os.chdir(tmpdir) + group = grp.getgrgid(0)[0] + owner = pwd.getpwuid(0)[0] + try: + archive_name = make_tarball( + base_name, 'dist', compress=None, owner=owner, group=group + ) + finally: + os.chdir(old_dir) + + # check if the compressed tarball was created + assert os.path.exists(archive_name) + + # now checks the rights + archive = tarfile.open(archive_name) + try: + for member in archive.getmembers(): + assert member.uid == 0 + assert member.gid == 0 + finally: + archive.close() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py new file mode 100644 index 0000000..d5696fc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist.py @@ -0,0 +1,47 @@ +"""Tests for distutils.command.bdist.""" + +from distutils.command.bdist import bdist +from distutils.tests import support + + +class TestBuild(support.TempdirManager): + def test_formats(self): + # let's create a command and make sure + # we can set the format + dist = self.create_dist()[1] + cmd = bdist(dist) + cmd.formats = ['gztar'] + cmd.ensure_finalized() + assert cmd.formats == ['gztar'] + + # what formats does bdist offer? + formats = [ + 'bztar', + 'gztar', + 'rpm', + 'tar', + 'xztar', + 'zip', + 'ztar', + ] + found = sorted(cmd.format_commands) + assert found == formats + + def test_skip_build(self): + # bug #10946: bdist --skip-build should trickle down to subcommands + dist = self.create_dist()[1] + cmd = bdist(dist) + cmd.skip_build = True + cmd.ensure_finalized() + dist.command_obj['bdist'] = cmd + + names = [ + 'bdist_dumb', + ] # bdist_rpm does not support --skip-build + + for name in names: + subcmd = cmd.get_finalized_command(name) + if getattr(subcmd, '_unsupported', False): + # command is not supported on this build + continue + assert subcmd.skip_build, f'{name} should take --skip-build from bdist' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py new file mode 100644 index 0000000..1fc51d2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_dumb.py @@ -0,0 +1,78 @@ +"""Tests for distutils.command.bdist_dumb.""" + +import os +import sys +import zipfile +from distutils.command.bdist_dumb import bdist_dumb +from distutils.core import Distribution +from distutils.tests import support + +import pytest + +SETUP_PY = """\ +from distutils.core import setup +import foo + +setup(name='foo', version='0.1', py_modules=['foo'], + url='xxx', author='xxx', author_email='xxx') + +""" + + +@support.combine_markers +@pytest.mark.usefixtures('save_env') +@pytest.mark.usefixtures('save_argv') +@pytest.mark.usefixtures('save_cwd') +class TestBuildDumb( + support.TempdirManager, +): + @pytest.mark.usefixtures('needs_zlib') + def test_simple_built(self): + # let's create a simple package + tmp_dir = self.mkdtemp() + pkg_dir = os.path.join(tmp_dir, 'foo') + os.mkdir(pkg_dir) + self.write_file((pkg_dir, 'setup.py'), SETUP_PY) + self.write_file((pkg_dir, 'foo.py'), '#') + self.write_file((pkg_dir, 'MANIFEST.in'), 'include foo.py') + self.write_file((pkg_dir, 'README'), '') + + dist = Distribution({ + 'name': 'foo', + 'version': '0.1', + 'py_modules': ['foo'], + 'url': 'xxx', + 'author': 'xxx', + 'author_email': 'xxx', + }) + dist.script_name = 'setup.py' + os.chdir(pkg_dir) + + sys.argv = ['setup.py'] + cmd = bdist_dumb(dist) + + # so the output is the same no matter + # what is the platform + cmd.format = 'zip' + + cmd.ensure_finalized() + cmd.run() + + # see what we have + dist_created = os.listdir(os.path.join(pkg_dir, 'dist')) + base = f"{dist.get_fullname()}.{cmd.plat_name}.zip" + + assert dist_created == [base] + + # now let's check what we have in the zip file + fp = zipfile.ZipFile(os.path.join('dist', base)) + try: + contents = fp.namelist() + finally: + fp.close() + + contents = sorted(filter(None, map(os.path.basename, contents))) + wanted = ['foo-0.1-py{}.{}.egg-info'.format(*sys.version_info[:2]), 'foo.py'] + if not sys.dont_write_bytecode: + wanted.append(f'foo.{sys.implementation.cache_tag}.pyc') + assert contents == sorted(wanted) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py new file mode 100644 index 0000000..7505143 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_bdist_rpm.py @@ -0,0 +1,127 @@ +"""Tests for distutils.command.bdist_rpm.""" + +import os +import shutil # noqa: F401 +import sys +from distutils.command.bdist_rpm import bdist_rpm +from distutils.core import Distribution +from distutils.tests import support + +import pytest +from test.support import requires_zlib + +SETUP_PY = """\ +from distutils.core import setup +import foo + +setup(name='foo', version='0.1', py_modules=['foo'], + url='xxx', author='xxx', author_email='xxx') + +""" + + +@pytest.fixture(autouse=True) +def sys_executable_encodable(): + try: + sys.executable.encode('UTF-8') + except UnicodeEncodeError: + pytest.skip("sys.executable is not encodable to UTF-8") + + +mac_woes = pytest.mark.skipif( + "not sys.platform.startswith('linux')", + reason='spurious sdtout/stderr output under macOS', +) + + +@pytest.mark.usefixtures('save_env') +@pytest.mark.usefixtures('save_argv') +@pytest.mark.usefixtures('save_cwd') +class TestBuildRpm( + support.TempdirManager, +): + @mac_woes + @requires_zlib() + @pytest.mark.skipif("not shutil.which('rpm')") + @pytest.mark.skipif("not shutil.which('rpmbuild')") + def test_quiet(self): + # let's create a package + tmp_dir = self.mkdtemp() + os.environ['HOME'] = tmp_dir # to confine dir '.rpmdb' creation + pkg_dir = os.path.join(tmp_dir, 'foo') + os.mkdir(pkg_dir) + self.write_file((pkg_dir, 'setup.py'), SETUP_PY) + self.write_file((pkg_dir, 'foo.py'), '#') + self.write_file((pkg_dir, 'MANIFEST.in'), 'include foo.py') + self.write_file((pkg_dir, 'README'), '') + + dist = Distribution({ + 'name': 'foo', + 'version': '0.1', + 'py_modules': ['foo'], + 'url': 'xxx', + 'author': 'xxx', + 'author_email': 'xxx', + }) + dist.script_name = 'setup.py' + os.chdir(pkg_dir) + + sys.argv = ['setup.py'] + cmd = bdist_rpm(dist) + cmd.fix_python = True + + # running in quiet mode + cmd.quiet = True + cmd.ensure_finalized() + cmd.run() + + dist_created = os.listdir(os.path.join(pkg_dir, 'dist')) + assert 'foo-0.1-1.noarch.rpm' in dist_created + + # bug #2945: upload ignores bdist_rpm files + assert ('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm') in dist.dist_files + assert ('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm') in dist.dist_files + + @mac_woes + @requires_zlib() + # https://bugs.python.org/issue1533164 + @pytest.mark.skipif("not shutil.which('rpm')") + @pytest.mark.skipif("not shutil.which('rpmbuild')") + def test_no_optimize_flag(self): + # let's create a package that breaks bdist_rpm + tmp_dir = self.mkdtemp() + os.environ['HOME'] = tmp_dir # to confine dir '.rpmdb' creation + pkg_dir = os.path.join(tmp_dir, 'foo') + os.mkdir(pkg_dir) + self.write_file((pkg_dir, 'setup.py'), SETUP_PY) + self.write_file((pkg_dir, 'foo.py'), '#') + self.write_file((pkg_dir, 'MANIFEST.in'), 'include foo.py') + self.write_file((pkg_dir, 'README'), '') + + dist = Distribution({ + 'name': 'foo', + 'version': '0.1', + 'py_modules': ['foo'], + 'url': 'xxx', + 'author': 'xxx', + 'author_email': 'xxx', + }) + dist.script_name = 'setup.py' + os.chdir(pkg_dir) + + sys.argv = ['setup.py'] + cmd = bdist_rpm(dist) + cmd.fix_python = True + + cmd.quiet = True + cmd.ensure_finalized() + cmd.run() + + dist_created = os.listdir(os.path.join(pkg_dir, 'dist')) + assert 'foo-0.1-1.noarch.rpm' in dist_created + + # bug #2945: upload ignores bdist_rpm files + assert ('bdist_rpm', 'any', 'dist/foo-0.1-1.src.rpm') in dist.dist_files + assert ('bdist_rpm', 'any', 'dist/foo-0.1-1.noarch.rpm') in dist.dist_files + + os.remove(os.path.join(pkg_dir, 'dist', 'foo-0.1-1.noarch.rpm')) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py new file mode 100644 index 0000000..f7fe69a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build.py @@ -0,0 +1,49 @@ +"""Tests for distutils.command.build.""" + +import os +import sys +from distutils.command.build import build +from distutils.tests import support +from sysconfig import get_config_var, get_platform + + +class TestBuild(support.TempdirManager): + def test_finalize_options(self): + pkg_dir, dist = self.create_dist() + cmd = build(dist) + cmd.finalize_options() + + # if not specified, plat_name gets the current platform + assert cmd.plat_name == get_platform() + + # build_purelib is build + lib + wanted = os.path.join(cmd.build_base, 'lib') + assert cmd.build_purelib == wanted + + # build_platlib is 'build/lib.platform-cache_tag[-pydebug]' + # examples: + # build/lib.macosx-10.3-i386-cpython39 + plat_spec = f'.{cmd.plat_name}-{sys.implementation.cache_tag}' + if get_config_var('Py_GIL_DISABLED'): + plat_spec += 't' + if hasattr(sys, 'gettotalrefcount'): + assert cmd.build_platlib.endswith('-pydebug') + plat_spec += '-pydebug' + wanted = os.path.join(cmd.build_base, 'lib' + plat_spec) + assert cmd.build_platlib == wanted + + # by default, build_lib = build_purelib + assert cmd.build_lib == cmd.build_purelib + + # build_temp is build/temp. + wanted = os.path.join(cmd.build_base, 'temp' + plat_spec) + assert cmd.build_temp == wanted + + # build_scripts is build/scripts-x.x + wanted = os.path.join( + cmd.build_base, f'scripts-{sys.version_info.major}.{sys.version_info.minor}' + ) + assert cmd.build_scripts == wanted + + # executable is os.path.normpath(sys.executable) + assert cmd.executable == os.path.normpath(sys.executable) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py new file mode 100644 index 0000000..f76f26b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_clib.py @@ -0,0 +1,134 @@ +"""Tests for distutils.command.build_clib.""" + +import os +from distutils.command.build_clib import build_clib +from distutils.errors import DistutilsSetupError +from distutils.tests import missing_compiler_executable, support + +import pytest + + +class TestBuildCLib(support.TempdirManager): + def test_check_library_dist(self): + pkg_dir, dist = self.create_dist() + cmd = build_clib(dist) + + # 'libraries' option must be a list + with pytest.raises(DistutilsSetupError): + cmd.check_library_list('foo') + + # each element of 'libraries' must a 2-tuple + with pytest.raises(DistutilsSetupError): + cmd.check_library_list(['foo1', 'foo2']) + + # first element of each tuple in 'libraries' + # must be a string (the library name) + with pytest.raises(DistutilsSetupError): + cmd.check_library_list([(1, 'foo1'), ('name', 'foo2')]) + + # library name may not contain directory separators + with pytest.raises(DistutilsSetupError): + cmd.check_library_list( + [('name', 'foo1'), ('another/name', 'foo2')], + ) + + # second element of each tuple must be a dictionary (build info) + with pytest.raises(DistutilsSetupError): + cmd.check_library_list( + [('name', {}), ('another', 'foo2')], + ) + + # those work + libs = [('name', {}), ('name', {'ok': 'good'})] + cmd.check_library_list(libs) + + def test_get_source_files(self): + pkg_dir, dist = self.create_dist() + cmd = build_clib(dist) + + # "in 'libraries' option 'sources' must be present and must be + # a list of source filenames + cmd.libraries = [('name', {})] + with pytest.raises(DistutilsSetupError): + cmd.get_source_files() + + cmd.libraries = [('name', {'sources': 1})] + with pytest.raises(DistutilsSetupError): + cmd.get_source_files() + + cmd.libraries = [('name', {'sources': ['a', 'b']})] + assert cmd.get_source_files() == ['a', 'b'] + + cmd.libraries = [('name', {'sources': ('a', 'b')})] + assert cmd.get_source_files() == ['a', 'b'] + + cmd.libraries = [ + ('name', {'sources': ('a', 'b')}), + ('name2', {'sources': ['c', 'd']}), + ] + assert cmd.get_source_files() == ['a', 'b', 'c', 'd'] + + def test_build_libraries(self): + pkg_dir, dist = self.create_dist() + cmd = build_clib(dist) + + class FakeCompiler: + def compile(*args, **kw): + pass + + create_static_lib = compile + + cmd.compiler = FakeCompiler() + + # build_libraries is also doing a bit of typo checking + lib = [('name', {'sources': 'notvalid'})] + with pytest.raises(DistutilsSetupError): + cmd.build_libraries(lib) + + lib = [('name', {'sources': list()})] + cmd.build_libraries(lib) + + lib = [('name', {'sources': tuple()})] + cmd.build_libraries(lib) + + def test_finalize_options(self): + pkg_dir, dist = self.create_dist() + cmd = build_clib(dist) + + cmd.include_dirs = 'one-dir' + cmd.finalize_options() + assert cmd.include_dirs == ['one-dir'] + + cmd.include_dirs = None + cmd.finalize_options() + assert cmd.include_dirs == [] + + cmd.distribution.libraries = 'WONTWORK' + with pytest.raises(DistutilsSetupError): + cmd.finalize_options() + + @pytest.mark.skipif('platform.system() == "Windows"') + def test_run(self): + pkg_dir, dist = self.create_dist() + cmd = build_clib(dist) + + foo_c = os.path.join(pkg_dir, 'foo.c') + self.write_file(foo_c, 'int main(void) { return 1;}\n') + cmd.libraries = [('foo', {'sources': [foo_c]})] + + build_temp = os.path.join(pkg_dir, 'build') + os.mkdir(build_temp) + cmd.build_temp = build_temp + cmd.build_clib = build_temp + + # Before we run the command, we want to make sure + # all commands are present on the system. + ccmd = missing_compiler_executable() + if ccmd is not None: + self.skipTest(f'The {ccmd!r} command is not found') + + # this should work + cmd.run() + + # let's check the result + assert 'libfoo.a' in os.listdir(build_temp) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py new file mode 100644 index 0000000..dab0507 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_ext.py @@ -0,0 +1,628 @@ +import contextlib +import glob +import importlib +import os.path +import platform +import re +import shutil +import site +import subprocess +import sys +import tempfile +import textwrap +import time +from distutils import sysconfig +from distutils.command.build_ext import build_ext +from distutils.core import Distribution +from distutils.errors import ( + CompileError, + DistutilsPlatformError, + DistutilsSetupError, + UnknownFileError, +) +from distutils.extension import Extension +from distutils.tests import missing_compiler_executable +from distutils.tests.support import TempdirManager, copy_xxmodule_c, fixup_build_ext +from io import StringIO + +import jaraco.path +import path +import pytest +from test import support + +from .compat import py39 as import_helper + + +@pytest.fixture() +def user_site_dir(request): + self = request.instance + self.tmp_dir = self.mkdtemp() + self.tmp_path = path.Path(self.tmp_dir) + from distutils.command import build_ext + + orig_user_base = site.USER_BASE + + site.USER_BASE = self.mkdtemp() + build_ext.USER_BASE = site.USER_BASE + + # bpo-30132: On Windows, a .pdb file may be created in the current + # working directory. Create a temporary working directory to cleanup + # everything at the end of the test. + with self.tmp_path: + yield + + site.USER_BASE = orig_user_base + build_ext.USER_BASE = orig_user_base + + if sys.platform == 'cygwin': + time.sleep(1) + + +@contextlib.contextmanager +def safe_extension_import(name, path): + with import_helper.CleanImport(name): + with extension_redirect(name, path) as new_path: + with import_helper.DirsOnSysPath(new_path): + yield + + +@contextlib.contextmanager +def extension_redirect(mod, path): + """ + Tests will fail to tear down an extension module if it's been imported. + + Before importing, copy the file to a temporary directory that won't + be cleaned up. Yield the new path. + """ + if platform.system() != "Windows" and sys.platform != "cygwin": + yield path + return + with import_helper.DirsOnSysPath(path): + spec = importlib.util.find_spec(mod) + filename = os.path.basename(spec.origin) + trash_dir = tempfile.mkdtemp(prefix='deleteme') + dest = os.path.join(trash_dir, os.path.basename(filename)) + shutil.copy(spec.origin, dest) + yield trash_dir + # TODO: can the file be scheduled for deletion? + + +@pytest.mark.usefixtures('user_site_dir') +class TestBuildExt(TempdirManager): + def build_ext(self, *args, **kwargs): + return build_ext(*args, **kwargs) + + @pytest.mark.parametrize("copy_so", [False]) + def test_build_ext(self, copy_so): + missing_compiler_executable() + copy_xxmodule_c(self.tmp_dir) + xx_c = os.path.join(self.tmp_dir, 'xxmodule.c') + xx_ext = Extension('xx', [xx_c]) + if sys.platform != "win32": + if not copy_so: + xx_ext = Extension( + 'xx', + [xx_c], + library_dirs=['/usr/lib'], + libraries=['z'], + runtime_library_dirs=['/usr/lib'], + ) + elif sys.platform == 'linux': + libz_so = { + os.path.realpath(name) for name in glob.iglob('/usr/lib*/libz.so*') + } + libz_so = sorted(libz_so, key=lambda lib_path: len(lib_path)) + shutil.copyfile(libz_so[-1], '/tmp/libxx_z.so') + + xx_ext = Extension( + 'xx', + [xx_c], + library_dirs=['/tmp'], + libraries=['xx_z'], + runtime_library_dirs=['/tmp'], + ) + dist = Distribution({'name': 'xx', 'ext_modules': [xx_ext]}) + dist.package_dir = self.tmp_dir + cmd = self.build_ext(dist) + fixup_build_ext(cmd) + cmd.build_lib = self.tmp_dir + cmd.build_temp = self.tmp_dir + + old_stdout = sys.stdout + if not support.verbose: + # silence compiler output + sys.stdout = StringIO() + try: + cmd.ensure_finalized() + cmd.run() + finally: + sys.stdout = old_stdout + + with safe_extension_import('xx', self.tmp_dir): + self._test_xx(copy_so) + + if sys.platform == 'linux' and copy_so: + os.unlink('/tmp/libxx_z.so') + + @staticmethod + def _test_xx(copy_so): + import xx # type: ignore[import-not-found] # Module generated for tests + + for attr in ('error', 'foo', 'new', 'roj'): + assert hasattr(xx, attr) + + assert xx.foo(2, 5) == 7 + assert xx.foo(13, 15) == 28 + assert xx.new().demo() is None + if support.HAVE_DOCSTRINGS: + doc = 'This is a template module just for instruction.' + assert xx.__doc__ == doc + assert isinstance(xx.Null(), xx.Null) + assert isinstance(xx.Str(), xx.Str) + + if sys.platform == 'linux': + so_headers = subprocess.check_output( + ["readelf", "-d", xx.__file__], universal_newlines=True + ) + import pprint + + pprint.pprint(so_headers) + rpaths = [ + rpath + for line in so_headers.split("\n") + if "RPATH" in line or "RUNPATH" in line + for rpath in line.split()[2][1:-1].split(":") + ] + if not copy_so: + pprint.pprint(rpaths) + # Linked against a library in /usr/lib{,64} + assert "/usr/lib" not in rpaths and "/usr/lib64" not in rpaths + else: + # Linked against a library in /tmp + assert "/tmp" in rpaths + # The import is the real test here + + def test_solaris_enable_shared(self): + dist = Distribution({'name': 'xx'}) + cmd = self.build_ext(dist) + old = sys.platform + + sys.platform = 'sunos' # fooling finalize_options + from distutils.sysconfig import _config_vars + + old_var = _config_vars.get('Py_ENABLE_SHARED') + _config_vars['Py_ENABLE_SHARED'] = True + try: + cmd.ensure_finalized() + finally: + sys.platform = old + if old_var is None: + del _config_vars['Py_ENABLE_SHARED'] + else: + _config_vars['Py_ENABLE_SHARED'] = old_var + + # make sure we get some library dirs under solaris + assert len(cmd.library_dirs) > 0 + + def test_user_site(self): + import site + + dist = Distribution({'name': 'xx'}) + cmd = self.build_ext(dist) + + # making sure the user option is there + options = [name for name, short, label in cmd.user_options] + assert 'user' in options + + # setting a value + cmd.user = True + + # setting user based lib and include + lib = os.path.join(site.USER_BASE, 'lib') + incl = os.path.join(site.USER_BASE, 'include') + os.mkdir(lib) + os.mkdir(incl) + + # let's run finalize + cmd.ensure_finalized() + + # see if include_dirs and library_dirs + # were set + assert lib in cmd.library_dirs + assert lib in cmd.rpath + assert incl in cmd.include_dirs + + def test_optional_extension(self): + # this extension will fail, but let's ignore this failure + # with the optional argument. + modules = [Extension('foo', ['xxx'], optional=False)] + dist = Distribution({'name': 'xx', 'ext_modules': modules}) + cmd = self.build_ext(dist) + cmd.ensure_finalized() + with pytest.raises((UnknownFileError, CompileError)): + cmd.run() # should raise an error + + modules = [Extension('foo', ['xxx'], optional=True)] + dist = Distribution({'name': 'xx', 'ext_modules': modules}) + cmd = self.build_ext(dist) + cmd.ensure_finalized() + cmd.run() # should pass + + def test_finalize_options(self): + # Make sure Python's include directories (for Python.h, pyconfig.h, + # etc.) are in the include search path. + modules = [Extension('foo', ['xxx'], optional=False)] + dist = Distribution({'name': 'xx', 'ext_modules': modules}) + cmd = self.build_ext(dist) + cmd.finalize_options() + + py_include = sysconfig.get_python_inc() + for p in py_include.split(os.path.pathsep): + assert p in cmd.include_dirs + + plat_py_include = sysconfig.get_python_inc(plat_specific=True) + for p in plat_py_include.split(os.path.pathsep): + assert p in cmd.include_dirs + + # make sure cmd.libraries is turned into a list + # if it's a string + cmd = self.build_ext(dist) + cmd.libraries = 'my_lib, other_lib lastlib' + cmd.finalize_options() + assert cmd.libraries == ['my_lib', 'other_lib', 'lastlib'] + + # make sure cmd.library_dirs is turned into a list + # if it's a string + cmd = self.build_ext(dist) + cmd.library_dirs = f'my_lib_dir{os.pathsep}other_lib_dir' + cmd.finalize_options() + assert 'my_lib_dir' in cmd.library_dirs + assert 'other_lib_dir' in cmd.library_dirs + + # make sure rpath is turned into a list + # if it's a string + cmd = self.build_ext(dist) + cmd.rpath = f'one{os.pathsep}two' + cmd.finalize_options() + assert cmd.rpath == ['one', 'two'] + + # make sure cmd.link_objects is turned into a list + # if it's a string + cmd = build_ext(dist) + cmd.link_objects = 'one two,three' + cmd.finalize_options() + assert cmd.link_objects == ['one', 'two', 'three'] + + # XXX more tests to perform for win32 + + # make sure define is turned into 2-tuples + # strings if they are ','-separated strings + cmd = self.build_ext(dist) + cmd.define = 'one,two' + cmd.finalize_options() + assert cmd.define == [('one', '1'), ('two', '1')] + + # make sure undef is turned into a list of + # strings if they are ','-separated strings + cmd = self.build_ext(dist) + cmd.undef = 'one,two' + cmd.finalize_options() + assert cmd.undef == ['one', 'two'] + + # make sure swig_opts is turned into a list + cmd = self.build_ext(dist) + cmd.swig_opts = None + cmd.finalize_options() + assert cmd.swig_opts == [] + + cmd = self.build_ext(dist) + cmd.swig_opts = '1 2' + cmd.finalize_options() + assert cmd.swig_opts == ['1', '2'] + + def test_check_extensions_list(self): + dist = Distribution() + cmd = self.build_ext(dist) + cmd.finalize_options() + + # 'extensions' option must be a list of Extension instances + with pytest.raises(DistutilsSetupError): + cmd.check_extensions_list('foo') + + # each element of 'ext_modules' option must be an + # Extension instance or 2-tuple + exts = [('bar', 'foo', 'bar'), 'foo'] + with pytest.raises(DistutilsSetupError): + cmd.check_extensions_list(exts) + + # first element of each tuple in 'ext_modules' + # must be the extension name (a string) and match + # a python dotted-separated name + exts = [('foo-bar', '')] + with pytest.raises(DistutilsSetupError): + cmd.check_extensions_list(exts) + + # second element of each tuple in 'ext_modules' + # must be a dictionary (build info) + exts = [('foo.bar', '')] + with pytest.raises(DistutilsSetupError): + cmd.check_extensions_list(exts) + + # ok this one should pass + exts = [('foo.bar', {'sources': [''], 'libraries': 'foo', 'some': 'bar'})] + cmd.check_extensions_list(exts) + ext = exts[0] + assert isinstance(ext, Extension) + + # check_extensions_list adds in ext the values passed + # when they are in ('include_dirs', 'library_dirs', 'libraries' + # 'extra_objects', 'extra_compile_args', 'extra_link_args') + assert ext.libraries == 'foo' + assert not hasattr(ext, 'some') + + # 'macros' element of build info dict must be 1- or 2-tuple + exts = [ + ( + 'foo.bar', + { + 'sources': [''], + 'libraries': 'foo', + 'some': 'bar', + 'macros': [('1', '2', '3'), 'foo'], + }, + ) + ] + with pytest.raises(DistutilsSetupError): + cmd.check_extensions_list(exts) + + exts[0][1]['macros'] = [('1', '2'), ('3',)] + cmd.check_extensions_list(exts) + assert exts[0].undef_macros == ['3'] + assert exts[0].define_macros == [('1', '2')] + + def test_get_source_files(self): + modules = [Extension('foo', ['xxx'], optional=False)] + dist = Distribution({'name': 'xx', 'ext_modules': modules}) + cmd = self.build_ext(dist) + cmd.ensure_finalized() + assert cmd.get_source_files() == ['xxx'] + + def test_unicode_module_names(self): + modules = [ + Extension('foo', ['aaa'], optional=False), + Extension('föö', ['uuu'], optional=False), + ] + dist = Distribution({'name': 'xx', 'ext_modules': modules}) + cmd = self.build_ext(dist) + cmd.ensure_finalized() + assert re.search(r'foo(_d)?\..*', cmd.get_ext_filename(modules[0].name)) + assert re.search(r'föö(_d)?\..*', cmd.get_ext_filename(modules[1].name)) + assert cmd.get_export_symbols(modules[0]) == ['PyInit_foo'] + assert cmd.get_export_symbols(modules[1]) == ['PyInitU_f_1gaa'] + + def test_export_symbols__init__(self): + # https://github.com/python/cpython/issues/80074 + # https://github.com/pypa/setuptools/issues/4826 + modules = [ + Extension('foo.__init__', ['aaa']), + Extension('föö.__init__', ['uuu']), + ] + dist = Distribution({'name': 'xx', 'ext_modules': modules}) + cmd = self.build_ext(dist) + cmd.ensure_finalized() + assert cmd.get_export_symbols(modules[0]) == ['PyInit_foo'] + assert cmd.get_export_symbols(modules[1]) == ['PyInitU_f_1gaa'] + + def test_compiler_option(self): + # cmd.compiler is an option and + # should not be overridden by a compiler instance + # when the command is run + dist = Distribution() + cmd = self.build_ext(dist) + cmd.compiler = 'unix' + cmd.ensure_finalized() + cmd.run() + assert cmd.compiler == 'unix' + + def test_get_outputs(self): + missing_compiler_executable() + tmp_dir = self.mkdtemp() + c_file = os.path.join(tmp_dir, 'foo.c') + self.write_file(c_file, 'void PyInit_foo(void) {}\n') + ext = Extension('foo', [c_file], optional=False) + dist = Distribution({'name': 'xx', 'ext_modules': [ext]}) + cmd = self.build_ext(dist) + fixup_build_ext(cmd) + cmd.ensure_finalized() + assert len(cmd.get_outputs()) == 1 + + cmd.build_lib = os.path.join(self.tmp_dir, 'build') + cmd.build_temp = os.path.join(self.tmp_dir, 'tempt') + + # issue #5977 : distutils build_ext.get_outputs + # returns wrong result with --inplace + other_tmp_dir = os.path.realpath(self.mkdtemp()) + old_wd = os.getcwd() + os.chdir(other_tmp_dir) + try: + cmd.inplace = True + cmd.run() + so_file = cmd.get_outputs()[0] + finally: + os.chdir(old_wd) + assert os.path.exists(so_file) + ext_suffix = sysconfig.get_config_var('EXT_SUFFIX') + assert so_file.endswith(ext_suffix) + so_dir = os.path.dirname(so_file) + assert so_dir == other_tmp_dir + + cmd.inplace = False + cmd.compiler = None + cmd.run() + so_file = cmd.get_outputs()[0] + assert os.path.exists(so_file) + assert so_file.endswith(ext_suffix) + so_dir = os.path.dirname(so_file) + assert so_dir == cmd.build_lib + + # inplace = False, cmd.package = 'bar' + build_py = cmd.get_finalized_command('build_py') + build_py.package_dir = {'': 'bar'} + path = cmd.get_ext_fullpath('foo') + # checking that the last directory is the build_dir + path = os.path.split(path)[0] + assert path == cmd.build_lib + + # inplace = True, cmd.package = 'bar' + cmd.inplace = True + other_tmp_dir = os.path.realpath(self.mkdtemp()) + old_wd = os.getcwd() + os.chdir(other_tmp_dir) + try: + path = cmd.get_ext_fullpath('foo') + finally: + os.chdir(old_wd) + # checking that the last directory is bar + path = os.path.split(path)[0] + lastdir = os.path.split(path)[-1] + assert lastdir == 'bar' + + def test_ext_fullpath(self): + ext = sysconfig.get_config_var('EXT_SUFFIX') + # building lxml.etree inplace + # etree_c = os.path.join(self.tmp_dir, 'lxml.etree.c') + # etree_ext = Extension('lxml.etree', [etree_c]) + # dist = Distribution({'name': 'lxml', 'ext_modules': [etree_ext]}) + dist = Distribution() + cmd = self.build_ext(dist) + cmd.inplace = True + cmd.distribution.package_dir = {'': 'src'} + cmd.distribution.packages = ['lxml', 'lxml.html'] + curdir = os.getcwd() + wanted = os.path.join(curdir, 'src', 'lxml', 'etree' + ext) + path = cmd.get_ext_fullpath('lxml.etree') + assert wanted == path + + # building lxml.etree not inplace + cmd.inplace = False + cmd.build_lib = os.path.join(curdir, 'tmpdir') + wanted = os.path.join(curdir, 'tmpdir', 'lxml', 'etree' + ext) + path = cmd.get_ext_fullpath('lxml.etree') + assert wanted == path + + # building twisted.runner.portmap not inplace + build_py = cmd.get_finalized_command('build_py') + build_py.package_dir = {} + cmd.distribution.packages = ['twisted', 'twisted.runner.portmap'] + path = cmd.get_ext_fullpath('twisted.runner.portmap') + wanted = os.path.join(curdir, 'tmpdir', 'twisted', 'runner', 'portmap' + ext) + assert wanted == path + + # building twisted.runner.portmap inplace + cmd.inplace = True + path = cmd.get_ext_fullpath('twisted.runner.portmap') + wanted = os.path.join(curdir, 'twisted', 'runner', 'portmap' + ext) + assert wanted == path + + @pytest.mark.skipif('platform.system() != "Darwin"') + @pytest.mark.usefixtures('save_env') + def test_deployment_target_default(self): + # Issue 9516: Test that, in the absence of the environment variable, + # an extension module is compiled with the same deployment target as + # the interpreter. + self._try_compile_deployment_target('==', None) + + @pytest.mark.skipif('platform.system() != "Darwin"') + @pytest.mark.usefixtures('save_env') + def test_deployment_target_too_low(self): + # Issue 9516: Test that an extension module is not allowed to be + # compiled with a deployment target less than that of the interpreter. + with pytest.raises(DistutilsPlatformError): + self._try_compile_deployment_target('>', '10.1') + + @pytest.mark.skipif('platform.system() != "Darwin"') + @pytest.mark.usefixtures('save_env') + def test_deployment_target_higher_ok(self): # pragma: no cover + # Issue 9516: Test that an extension module can be compiled with a + # deployment target higher than that of the interpreter: the ext + # module may depend on some newer OS feature. + deptarget = sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') + if deptarget: + # increment the minor version number (i.e. 10.6 -> 10.7) + deptarget = [int(x) for x in deptarget.split('.')] + deptarget[-1] += 1 + deptarget = '.'.join(str(i) for i in deptarget) + self._try_compile_deployment_target('<', deptarget) + + def _try_compile_deployment_target(self, operator, target): # pragma: no cover + if target is None: + if os.environ.get('MACOSX_DEPLOYMENT_TARGET'): + del os.environ['MACOSX_DEPLOYMENT_TARGET'] + else: + os.environ['MACOSX_DEPLOYMENT_TARGET'] = target + + jaraco.path.build( + { + 'deptargetmodule.c': textwrap.dedent(f"""\ + #include + + int dummy; + + #if TARGET {operator} MAC_OS_X_VERSION_MIN_REQUIRED + #else + #error "Unexpected target" + #endif + + """), + }, + self.tmp_path, + ) + + # get the deployment target that the interpreter was built with + target = sysconfig.get_config_var('MACOSX_DEPLOYMENT_TARGET') + target = tuple(map(int, target.split('.')[0:2])) + # format the target value as defined in the Apple + # Availability Macros. We can't use the macro names since + # at least one value we test with will not exist yet. + if target[:2] < (10, 10): + # for 10.1 through 10.9.x -> "10n0" + tmpl = '{:02}{:01}0' + else: + # for 10.10 and beyond -> "10nn00" + if len(target) >= 2: + tmpl = '{:02}{:02}00' + else: + # 11 and later can have no minor version (11 instead of 11.0) + tmpl = '{:02}0000' + target = tmpl.format(*target) + deptarget_ext = Extension( + 'deptarget', + [self.tmp_path / 'deptargetmodule.c'], + extra_compile_args=[f'-DTARGET={target}'], + ) + dist = Distribution({'name': 'deptarget', 'ext_modules': [deptarget_ext]}) + dist.package_dir = self.tmp_dir + cmd = self.build_ext(dist) + cmd.build_lib = self.tmp_dir + cmd.build_temp = self.tmp_dir + + try: + old_stdout = sys.stdout + if not support.verbose: + # silence compiler output + sys.stdout = StringIO() + try: + cmd.ensure_finalized() + cmd.run() + finally: + sys.stdout = old_stdout + + except CompileError: + self.fail("Wrong deployment target during compilation") + + +class TestParallelBuildExt(TestBuildExt): + def build_ext(self, *args, **kwargs): + build_ext = super().build_ext(*args, **kwargs) + build_ext.parallel = True + return build_ext diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py new file mode 100644 index 0000000..b316ed4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_py.py @@ -0,0 +1,196 @@ +"""Tests for distutils.command.build_py.""" + +import os +import sys +from distutils.command.build_py import build_py +from distutils.core import Distribution +from distutils.errors import DistutilsFileError +from distutils.tests import support + +import jaraco.path +import pytest + + +@support.combine_markers +class TestBuildPy(support.TempdirManager): + def test_package_data(self): + sources = self.mkdtemp() + jaraco.path.build( + { + '__init__.py': "# Pretend this is a package.", + 'README.txt': 'Info about this package', + }, + sources, + ) + + destination = self.mkdtemp() + + dist = Distribution({"packages": ["pkg"], "package_dir": {"pkg": sources}}) + # script_name need not exist, it just need to be initialized + dist.script_name = os.path.join(sources, "setup.py") + dist.command_obj["build"] = support.DummyCommand( + force=False, build_lib=destination + ) + dist.packages = ["pkg"] + dist.package_data = {"pkg": ["README.txt"]} + dist.package_dir = {"pkg": sources} + + cmd = build_py(dist) + cmd.compile = True + cmd.ensure_finalized() + assert cmd.package_data == dist.package_data + + cmd.run() + + # This makes sure the list of outputs includes byte-compiled + # files for Python modules but not for package data files + # (there shouldn't *be* byte-code files for those!). + assert len(cmd.get_outputs()) == 3 + pkgdest = os.path.join(destination, "pkg") + files = os.listdir(pkgdest) + pycache_dir = os.path.join(pkgdest, "__pycache__") + assert "__init__.py" in files + assert "README.txt" in files + if sys.dont_write_bytecode: + assert not os.path.exists(pycache_dir) + else: + pyc_files = os.listdir(pycache_dir) + assert f"__init__.{sys.implementation.cache_tag}.pyc" in pyc_files + + def test_empty_package_dir(self): + # See bugs #1668596/#1720897 + sources = self.mkdtemp() + jaraco.path.build({'__init__.py': '', 'doc': {'testfile': ''}}, sources) + + os.chdir(sources) + dist = Distribution({ + "packages": ["pkg"], + "package_dir": {"pkg": ""}, + "package_data": {"pkg": ["doc/*"]}, + }) + # script_name need not exist, it just need to be initialized + dist.script_name = os.path.join(sources, "setup.py") + dist.script_args = ["build"] + dist.parse_command_line() + + try: + dist.run_commands() + except DistutilsFileError: + self.fail("failed package_data test when package_dir is ''") + + @pytest.mark.skipif('sys.dont_write_bytecode') + def test_byte_compile(self): + project_dir, dist = self.create_dist(py_modules=['boiledeggs']) + os.chdir(project_dir) + self.write_file('boiledeggs.py', 'import antigravity') + cmd = build_py(dist) + cmd.compile = True + cmd.build_lib = 'here' + cmd.finalize_options() + cmd.run() + + found = os.listdir(cmd.build_lib) + assert sorted(found) == ['__pycache__', 'boiledeggs.py'] + found = os.listdir(os.path.join(cmd.build_lib, '__pycache__')) + assert found == [f'boiledeggs.{sys.implementation.cache_tag}.pyc'] + + @pytest.mark.skipif('sys.dont_write_bytecode') + def test_byte_compile_optimized(self): + project_dir, dist = self.create_dist(py_modules=['boiledeggs']) + os.chdir(project_dir) + self.write_file('boiledeggs.py', 'import antigravity') + cmd = build_py(dist) + cmd.compile = False + cmd.optimize = 1 + cmd.build_lib = 'here' + cmd.finalize_options() + cmd.run() + + found = os.listdir(cmd.build_lib) + assert sorted(found) == ['__pycache__', 'boiledeggs.py'] + found = os.listdir(os.path.join(cmd.build_lib, '__pycache__')) + expect = f'boiledeggs.{sys.implementation.cache_tag}.opt-1.pyc' + assert sorted(found) == [expect] + + def test_dir_in_package_data(self): + """ + A directory in package_data should not be added to the filelist. + """ + # See bug 19286 + sources = self.mkdtemp() + jaraco.path.build( + { + 'pkg': { + '__init__.py': '', + 'doc': { + 'testfile': '', + # create a directory that could be incorrectly detected as a file + 'otherdir': {}, + }, + } + }, + sources, + ) + + os.chdir(sources) + dist = Distribution({"packages": ["pkg"], "package_data": {"pkg": ["doc/*"]}}) + # script_name need not exist, it just need to be initialized + dist.script_name = os.path.join(sources, "setup.py") + dist.script_args = ["build"] + dist.parse_command_line() + + try: + dist.run_commands() + except DistutilsFileError: + self.fail("failed package_data when data dir includes a dir") + + def test_dont_write_bytecode(self, caplog): + # makes sure byte_compile is not used + dist = self.create_dist()[1] + cmd = build_py(dist) + cmd.compile = True + cmd.optimize = 1 + + old_dont_write_bytecode = sys.dont_write_bytecode + sys.dont_write_bytecode = True + try: + cmd.byte_compile([]) + finally: + sys.dont_write_bytecode = old_dont_write_bytecode + + assert 'byte-compiling is disabled' in caplog.records[0].message + + def test_namespace_package_does_not_warn(self, caplog): + """ + Originally distutils implementation did not account for PEP 420 + and included warns for package directories that did not contain + ``__init__.py`` files. + After the acceptance of PEP 420, these warnings don't make more sense + so we want to ensure there are not displayed to not confuse the users. + """ + # Create a fake project structure with a package namespace: + tmp = self.mkdtemp() + jaraco.path.build({'ns': {'pkg': {'module.py': ''}}}, tmp) + os.chdir(tmp) + + # Configure the package: + attrs = { + "name": "ns.pkg", + "packages": ["ns", "ns.pkg"], + "script_name": "setup.py", + } + dist = Distribution(attrs) + + # Run code paths that would trigger the trap: + cmd = dist.get_command_obj("build_py") + cmd.finalize_options() + modules = cmd.find_all_modules() + assert len(modules) == 1 + module_path = modules[0][-1] + assert module_path.replace(os.sep, "/") == "ns/pkg/module.py" + + cmd.run() + + assert not any( + "package init file" in msg and "not found" in msg for msg in caplog.messages + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py new file mode 100644 index 0000000..3582f69 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_build_scripts.py @@ -0,0 +1,96 @@ +"""Tests for distutils.command.build_scripts.""" + +import os +import textwrap +from distutils import sysconfig +from distutils.command.build_scripts import build_scripts +from distutils.core import Distribution +from distutils.tests import support + +import jaraco.path + + +class TestBuildScripts(support.TempdirManager): + def test_default_settings(self): + cmd = self.get_build_scripts_cmd("/foo/bar", []) + assert not cmd.force + assert cmd.build_dir is None + + cmd.finalize_options() + + assert cmd.force + assert cmd.build_dir == "/foo/bar" + + def test_build(self): + source = self.mkdtemp() + target = self.mkdtemp() + expected = self.write_sample_scripts(source) + + cmd = self.get_build_scripts_cmd( + target, [os.path.join(source, fn) for fn in expected] + ) + cmd.finalize_options() + cmd.run() + + built = os.listdir(target) + for name in expected: + assert name in built + + def get_build_scripts_cmd(self, target, scripts): + import sys + + dist = Distribution() + dist.scripts = scripts + dist.command_obj["build"] = support.DummyCommand( + build_scripts=target, force=True, executable=sys.executable + ) + return build_scripts(dist) + + @staticmethod + def write_sample_scripts(dir): + spec = { + 'script1.py': textwrap.dedent(""" + #! /usr/bin/env python2.3 + # bogus script w/ Python sh-bang + pass + """).lstrip(), + 'script2.py': textwrap.dedent(""" + #!/usr/bin/python + # bogus script w/ Python sh-bang + pass + """).lstrip(), + 'shell.sh': textwrap.dedent(""" + #!/bin/sh + # bogus shell script w/ sh-bang + exit 0 + """).lstrip(), + } + jaraco.path.build(spec, dir) + return list(spec) + + def test_version_int(self): + source = self.mkdtemp() + target = self.mkdtemp() + expected = self.write_sample_scripts(source) + + cmd = self.get_build_scripts_cmd( + target, [os.path.join(source, fn) for fn in expected] + ) + cmd.finalize_options() + + # https://bugs.python.org/issue4524 + # + # On linux-g++-32 with command line `./configure --enable-ipv6 + # --with-suffix=3`, python is compiled okay but the build scripts + # failed when writing the name of the executable + old = sysconfig.get_config_vars().get('VERSION') + sysconfig._config_vars['VERSION'] = 4 + try: + cmd.run() + finally: + if old is not None: + sysconfig._config_vars['VERSION'] = old + + built = os.listdir(target) + for name in expected: + assert name in built diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py new file mode 100644 index 0000000..b672b1f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_check.py @@ -0,0 +1,194 @@ +"""Tests for distutils.command.check.""" + +import os +import textwrap +from distutils.command.check import check +from distutils.errors import DistutilsSetupError +from distutils.tests import support + +import pytest + +try: + import pygments +except ImportError: + pygments = None + + +HERE = os.path.dirname(__file__) + + +@support.combine_markers +class TestCheck(support.TempdirManager): + def _run(self, metadata=None, cwd=None, **options): + if metadata is None: + metadata = {} + if cwd is not None: + old_dir = os.getcwd() + os.chdir(cwd) + pkg_info, dist = self.create_dist(**metadata) + cmd = check(dist) + cmd.initialize_options() + for name, value in options.items(): + setattr(cmd, name, value) + cmd.ensure_finalized() + cmd.run() + if cwd is not None: + os.chdir(old_dir) + return cmd + + def test_check_metadata(self): + # let's run the command with no metadata at all + # by default, check is checking the metadata + # should have some warnings + cmd = self._run() + assert cmd._warnings == 1 + + # now let's add the required fields + # and run it again, to make sure we don't get + # any warning anymore + metadata = { + 'url': 'xxx', + 'author': 'xxx', + 'author_email': 'xxx', + 'name': 'xxx', + 'version': 'xxx', + } + cmd = self._run(metadata) + assert cmd._warnings == 0 + + # now with the strict mode, we should + # get an error if there are missing metadata + with pytest.raises(DistutilsSetupError): + self._run({}, **{'strict': 1}) + + # and of course, no error when all metadata are present + cmd = self._run(metadata, strict=True) + assert cmd._warnings == 0 + + # now a test with non-ASCII characters + metadata = { + 'url': 'xxx', + 'author': '\u00c9ric', + 'author_email': 'xxx', + 'name': 'xxx', + 'version': 'xxx', + 'description': 'Something about esszet \u00df', + 'long_description': 'More things about esszet \u00df', + } + cmd = self._run(metadata) + assert cmd._warnings == 0 + + def test_check_author_maintainer(self): + for kind in ("author", "maintainer"): + # ensure no warning when author_email or maintainer_email is given + # (the spec allows these fields to take the form "Name ") + metadata = { + 'url': 'xxx', + kind + '_email': 'Name ', + 'name': 'xxx', + 'version': 'xxx', + } + cmd = self._run(metadata) + assert cmd._warnings == 0 + + # the check should not warn if only email is given + metadata[kind + '_email'] = 'name@email.com' + cmd = self._run(metadata) + assert cmd._warnings == 0 + + # the check should not warn if only the name is given + metadata[kind] = "Name" + del metadata[kind + '_email'] + cmd = self._run(metadata) + assert cmd._warnings == 0 + + def test_check_document(self): + pytest.importorskip('docutils') + pkg_info, dist = self.create_dist() + cmd = check(dist) + + # let's see if it detects broken rest + broken_rest = 'title\n===\n\ntest' + msgs = cmd._check_rst_data(broken_rest) + assert len(msgs) == 1 + + # and non-broken rest + rest = 'title\n=====\n\ntest' + msgs = cmd._check_rst_data(rest) + assert len(msgs) == 0 + + def test_check_restructuredtext(self): + pytest.importorskip('docutils') + # let's see if it detects broken rest in long_description + broken_rest = 'title\n===\n\ntest' + pkg_info, dist = self.create_dist(long_description=broken_rest) + cmd = check(dist) + cmd.check_restructuredtext() + assert cmd._warnings == 1 + + # let's see if we have an error with strict=True + metadata = { + 'url': 'xxx', + 'author': 'xxx', + 'author_email': 'xxx', + 'name': 'xxx', + 'version': 'xxx', + 'long_description': broken_rest, + } + with pytest.raises(DistutilsSetupError): + self._run(metadata, **{'strict': 1, 'restructuredtext': 1}) + + # and non-broken rest, including a non-ASCII character to test #12114 + metadata['long_description'] = 'title\n=====\n\ntest \u00df' + cmd = self._run(metadata, strict=True, restructuredtext=True) + assert cmd._warnings == 0 + + # check that includes work to test #31292 + metadata['long_description'] = 'title\n=====\n\n.. include:: includetest.rst' + cmd = self._run(metadata, cwd=HERE, strict=True, restructuredtext=True) + assert cmd._warnings == 0 + + def test_check_restructuredtext_with_syntax_highlight(self): + pytest.importorskip('docutils') + # Don't fail if there is a `code` or `code-block` directive + + example_rst_docs = [ + textwrap.dedent( + """\ + Here's some code: + + .. code:: python + + def foo(): + pass + """ + ), + textwrap.dedent( + """\ + Here's some code: + + .. code-block:: python + + def foo(): + pass + """ + ), + ] + + for rest_with_code in example_rst_docs: + pkg_info, dist = self.create_dist(long_description=rest_with_code) + cmd = check(dist) + cmd.check_restructuredtext() + msgs = cmd._check_rst_data(rest_with_code) + if pygments is not None: + assert len(msgs) == 0 + else: + assert len(msgs) == 1 + assert ( + str(msgs[0][1]) + == 'Cannot analyze code. Pygments package not found.' + ) + + def test_check_all(self): + with pytest.raises(DistutilsSetupError): + self._run({}, **{'strict': 1, 'restructuredtext': 1}) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py new file mode 100644 index 0000000..cc78f30 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_clean.py @@ -0,0 +1,45 @@ +"""Tests for distutils.command.clean.""" + +import os +from distutils.command.clean import clean +from distutils.tests import support + + +class TestClean(support.TempdirManager): + def test_simple_run(self): + pkg_dir, dist = self.create_dist() + cmd = clean(dist) + + # let's add some elements clean should remove + dirs = [ + (d, os.path.join(pkg_dir, d)) + for d in ( + 'build_temp', + 'build_lib', + 'bdist_base', + 'build_scripts', + 'build_base', + ) + ] + + for name, path in dirs: + os.mkdir(path) + setattr(cmd, name, path) + if name == 'build_base': + continue + for f in ('one', 'two', 'three'): + self.write_file(os.path.join(path, f)) + + # let's run the command + cmd.all = 1 + cmd.ensure_finalized() + cmd.run() + + # make sure the files where removed + for _name, path in dirs: + assert not os.path.exists(path), f'{path} was not removed' + + # let's run the command again (should spit warnings but succeed) + cmd.all = 1 + cmd.ensure_finalized() + cmd.run() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py new file mode 100644 index 0000000..76e8f59 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_cmd.py @@ -0,0 +1,107 @@ +"""Tests for distutils.cmd.""" + +import os +from distutils import debug +from distutils.cmd import Command +from distutils.dist import Distribution +from distutils.errors import DistutilsOptionError + +import pytest + + +class MyCmd(Command): + def initialize_options(self): + pass + + +@pytest.fixture +def cmd(request): + return MyCmd(Distribution()) + + +class TestCommand: + def test_ensure_string_list(self, cmd): + cmd.not_string_list = ['one', 2, 'three'] + cmd.yes_string_list = ['one', 'two', 'three'] + cmd.not_string_list2 = object() + cmd.yes_string_list2 = 'ok' + cmd.ensure_string_list('yes_string_list') + cmd.ensure_string_list('yes_string_list2') + + with pytest.raises(DistutilsOptionError): + cmd.ensure_string_list('not_string_list') + + with pytest.raises(DistutilsOptionError): + cmd.ensure_string_list('not_string_list2') + + cmd.option1 = 'ok,dok' + cmd.ensure_string_list('option1') + assert cmd.option1 == ['ok', 'dok'] + + cmd.option2 = ['xxx', 'www'] + cmd.ensure_string_list('option2') + + cmd.option3 = ['ok', 2] + with pytest.raises(DistutilsOptionError): + cmd.ensure_string_list('option3') + + def test_make_file(self, cmd): + # making sure it raises when infiles is not a string or a list/tuple + with pytest.raises(TypeError): + cmd.make_file(infiles=True, outfile='', func='func', args=()) + + # making sure execute gets called properly + def _execute(func, args, exec_msg, level): + assert exec_msg == 'generating out from in' + + cmd.force = True + cmd.execute = _execute + cmd.make_file(infiles='in', outfile='out', func='func', args=()) + + def test_dump_options(self, cmd): + msgs = [] + + def _announce(msg, level): + msgs.append(msg) + + cmd.announce = _announce + cmd.option1 = 1 + cmd.option2 = 1 + cmd.user_options = [('option1', '', ''), ('option2', '', '')] + cmd.dump_options() + + wanted = ["command options for 'MyCmd':", ' option1 = 1', ' option2 = 1'] + assert msgs == wanted + + def test_ensure_string(self, cmd): + cmd.option1 = 'ok' + cmd.ensure_string('option1') + + cmd.option2 = None + cmd.ensure_string('option2', 'xxx') + assert hasattr(cmd, 'option2') + + cmd.option3 = 1 + with pytest.raises(DistutilsOptionError): + cmd.ensure_string('option3') + + def test_ensure_filename(self, cmd): + cmd.option1 = __file__ + cmd.ensure_filename('option1') + cmd.option2 = 'xxx' + with pytest.raises(DistutilsOptionError): + cmd.ensure_filename('option2') + + def test_ensure_dirname(self, cmd): + cmd.option1 = os.path.dirname(__file__) or os.curdir + cmd.ensure_dirname('option1') + cmd.option2 = 'xxx' + with pytest.raises(DistutilsOptionError): + cmd.ensure_dirname('option2') + + def test_debug_print(self, cmd, capsys, monkeypatch): + cmd.debug_print('xxx') + assert capsys.readouterr().out == '' + monkeypatch.setattr(debug, 'DEBUG', True) + cmd.debug_print('xxx') + assert capsys.readouterr().out == 'xxx\n' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py new file mode 100644 index 0000000..ebee2ef --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_config_cmd.py @@ -0,0 +1,87 @@ +"""Tests for distutils.command.config.""" + +import os +import sys +from distutils._log import log +from distutils.command.config import config, dump_file +from distutils.tests import missing_compiler_executable, support + +import more_itertools +import path +import pytest + + +@pytest.fixture(autouse=True) +def info_log(request, monkeypatch): + self = request.instance + self._logs = [] + monkeypatch.setattr(log, 'info', self._info) + + +@support.combine_markers +class TestConfig(support.TempdirManager): + def _info(self, msg, *args): + for line in msg.splitlines(): + self._logs.append(line) + + def test_dump_file(self): + this_file = path.Path(__file__).with_suffix('.py') + with this_file.open(encoding='utf-8') as f: + numlines = more_itertools.ilen(f) + + dump_file(this_file, 'I am the header') + assert len(self._logs) == numlines + 1 + + @pytest.mark.skipif('platform.system() == "Windows"') + def test_search_cpp(self): + cmd = missing_compiler_executable(['preprocessor']) + if cmd is not None: + self.skipTest(f'The {cmd!r} command is not found') + pkg_dir, dist = self.create_dist() + cmd = config(dist) + cmd._check_compiler() + compiler = cmd.compiler + if sys.platform[:3] == "aix" and "xlc" in compiler.preprocessor[0].lower(): + self.skipTest( + 'xlc: The -E option overrides the -P, -o, and -qsyntaxonly options' + ) + + # simple pattern searches + match = cmd.search_cpp(pattern='xxx', body='/* xxx */') + assert match == 0 + + match = cmd.search_cpp(pattern='_configtest', body='/* xxx */') + assert match == 1 + + def test_finalize_options(self): + # finalize_options does a bit of transformation + # on options + pkg_dir, dist = self.create_dist() + cmd = config(dist) + cmd.include_dirs = f'one{os.pathsep}two' + cmd.libraries = 'one' + cmd.library_dirs = f'three{os.pathsep}four' + cmd.ensure_finalized() + + assert cmd.include_dirs == ['one', 'two'] + assert cmd.libraries == ['one'] + assert cmd.library_dirs == ['three', 'four'] + + def test_clean(self): + # _clean removes files + tmp_dir = self.mkdtemp() + f1 = os.path.join(tmp_dir, 'one') + f2 = os.path.join(tmp_dir, 'two') + + self.write_file(f1, 'xxx') + self.write_file(f2, 'xxx') + + for f in (f1, f2): + assert os.path.exists(f) + + pkg_dir, dist = self.create_dist() + cmd = config(dist) + cmd._clean(f1, f2) + + for f in (f1, f2): + assert not os.path.exists(f) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py new file mode 100644 index 0000000..bad3fb7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_core.py @@ -0,0 +1,130 @@ +"""Tests for distutils.core.""" + +import distutils.core +import io +import os +import sys +from distutils.dist import Distribution + +import pytest + +# setup script that uses __file__ +setup_using___file__ = """\ + +__file__ + +from distutils.core import setup +setup() +""" + +setup_prints_cwd = """\ + +import os +print(os.getcwd()) + +from distutils.core import setup +setup() +""" + +setup_does_nothing = """\ +from distutils.core import setup +setup() +""" + + +setup_defines_subclass = """\ +from distutils.core import setup +from distutils.command.install import install as _install + +class install(_install): + sub_commands = _install.sub_commands + ['cmd'] + +setup(cmdclass={'install': install}) +""" + +setup_within_if_main = """\ +from distutils.core import setup + +def main(): + return setup(name="setup_within_if_main") + +if __name__ == "__main__": + main() +""" + + +@pytest.fixture(autouse=True) +def save_stdout(monkeypatch): + monkeypatch.setattr(sys, 'stdout', sys.stdout) + + +@pytest.fixture +def temp_file(tmp_path): + return tmp_path / 'file' + + +@pytest.mark.usefixtures('save_env') +@pytest.mark.usefixtures('save_argv') +class TestCore: + def test_run_setup_provides_file(self, temp_file): + # Make sure the script can use __file__; if that's missing, the test + # setup.py script will raise NameError. + temp_file.write_text(setup_using___file__, encoding='utf-8') + distutils.core.run_setup(temp_file) + + def test_run_setup_preserves_sys_argv(self, temp_file): + # Make sure run_setup does not clobber sys.argv + argv_copy = sys.argv.copy() + temp_file.write_text(setup_does_nothing, encoding='utf-8') + distutils.core.run_setup(temp_file) + assert sys.argv == argv_copy + + def test_run_setup_defines_subclass(self, temp_file): + # Make sure the script can use __file__; if that's missing, the test + # setup.py script will raise NameError. + temp_file.write_text(setup_defines_subclass, encoding='utf-8') + dist = distutils.core.run_setup(temp_file) + install = dist.get_command_obj('install') + assert 'cmd' in install.sub_commands + + def test_run_setup_uses_current_dir(self, tmp_path): + """ + Test that the setup script is run with the current directory + as its own current directory. + """ + sys.stdout = io.StringIO() + cwd = os.getcwd() + + # Create a directory and write the setup.py file there: + setup_py = tmp_path / 'setup.py' + setup_py.write_text(setup_prints_cwd, encoding='utf-8') + distutils.core.run_setup(setup_py) + + output = sys.stdout.getvalue() + if output.endswith("\n"): + output = output[:-1] + assert cwd == output + + def test_run_setup_within_if_main(self, temp_file): + temp_file.write_text(setup_within_if_main, encoding='utf-8') + dist = distutils.core.run_setup(temp_file, stop_after="config") + assert isinstance(dist, Distribution) + assert dist.get_name() == "setup_within_if_main" + + def test_run_commands(self, temp_file): + sys.argv = ['setup.py', 'build'] + temp_file.write_text(setup_within_if_main, encoding='utf-8') + dist = distutils.core.run_setup(temp_file, stop_after="commandline") + assert 'build' not in dist.have_run + distutils.core.run_commands(dist) + assert 'build' in dist.have_run + + def test_debug_mode(self, capsys, monkeypatch): + # this covers the code called when DEBUG is set + sys.argv = ['setup.py', '--name'] + distutils.core.setup(name='bar') + assert capsys.readouterr().out == 'bar\n' + monkeypatch.setattr(distutils.core, 'DEBUG', True) + distutils.core.setup(name='bar') + wanted = "options (after parsing config files):\n" + assert capsys.readouterr().out.startswith(wanted) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py new file mode 100644 index 0000000..326cb34 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dir_util.py @@ -0,0 +1,139 @@ +"""Tests for distutils.dir_util.""" + +import os +import pathlib +import stat +import sys +import unittest.mock as mock +from distutils import dir_util, errors +from distutils.dir_util import ( + copy_tree, + create_tree, + ensure_relative, + mkpath, + remove_tree, +) +from distutils.tests import support + +import jaraco.path +import path +import pytest + + +@pytest.fixture(autouse=True) +def stuff(request, monkeypatch, distutils_managed_tempdir): + self = request.instance + tmp_dir = self.mkdtemp() + self.root_target = os.path.join(tmp_dir, 'deep') + self.target = os.path.join(self.root_target, 'here') + self.target2 = os.path.join(tmp_dir, 'deep2') + + +class TestDirUtil(support.TempdirManager): + def test_mkpath_remove_tree_verbosity(self, caplog): + mkpath(self.target, verbose=False) + assert not caplog.records + remove_tree(self.root_target, verbose=False) + + mkpath(self.target, verbose=True) + wanted = [f'creating {self.target}'] + assert caplog.messages == wanted + caplog.clear() + + remove_tree(self.root_target, verbose=True) + wanted = [f"removing '{self.root_target}' (and everything under it)"] + assert caplog.messages == wanted + + @pytest.mark.skipif("platform.system() == 'Windows'") + def test_mkpath_with_custom_mode(self): + # Get and set the current umask value for testing mode bits. + umask = os.umask(0o002) + os.umask(umask) + mkpath(self.target, 0o700) + assert stat.S_IMODE(os.stat(self.target).st_mode) == 0o700 & ~umask + mkpath(self.target2, 0o555) + assert stat.S_IMODE(os.stat(self.target2).st_mode) == 0o555 & ~umask + + def test_create_tree_verbosity(self, caplog): + create_tree(self.root_target, ['one', 'two', 'three'], verbose=False) + assert caplog.messages == [] + remove_tree(self.root_target, verbose=False) + + wanted = [f'creating {self.root_target}'] + create_tree(self.root_target, ['one', 'two', 'three'], verbose=True) + assert caplog.messages == wanted + + remove_tree(self.root_target, verbose=False) + + def test_copy_tree_verbosity(self, caplog): + mkpath(self.target, verbose=False) + + copy_tree(self.target, self.target2, verbose=False) + assert caplog.messages == [] + + remove_tree(self.root_target, verbose=False) + + mkpath(self.target, verbose=False) + a_file = path.Path(self.target) / 'ok.txt' + jaraco.path.build({'ok.txt': 'some content'}, self.target) + + wanted = [f'copying {a_file} -> {self.target2}'] + copy_tree(self.target, self.target2, verbose=True) + assert caplog.messages == wanted + + remove_tree(self.root_target, verbose=False) + remove_tree(self.target2, verbose=False) + + def test_copy_tree_skips_nfs_temp_files(self): + mkpath(self.target, verbose=False) + + jaraco.path.build({'ok.txt': 'some content', '.nfs123abc': ''}, self.target) + + copy_tree(self.target, self.target2) + assert os.listdir(self.target2) == ['ok.txt'] + + remove_tree(self.root_target, verbose=False) + remove_tree(self.target2, verbose=False) + + def test_ensure_relative(self): + if os.sep == '/': + assert ensure_relative('/home/foo') == 'home/foo' + assert ensure_relative('some/path') == 'some/path' + else: # \\ + assert ensure_relative('c:\\home\\foo') == 'c:home\\foo' + assert ensure_relative('home\\foo') == 'home\\foo' + + def test_copy_tree_exception_in_listdir(self): + """ + An exception in listdir should raise a DistutilsFileError + """ + with ( + mock.patch("os.listdir", side_effect=OSError()), + pytest.raises(errors.DistutilsFileError), + ): + src = self.tempdirs[-1] + dir_util.copy_tree(src, None) + + def test_mkpath_exception_uncached(self, monkeypatch, tmp_path): + """ + Caching should not remember failed attempts. + + pypa/distutils#304 + """ + + class FailPath(pathlib.Path): + def mkdir(self, *args, **kwargs): + raise OSError("Failed to create directory") + + if sys.version_info < (3, 12): + _flavour = pathlib.Path()._flavour + + target = tmp_path / 'foodir' + + with pytest.raises(errors.DistutilsFileError): + mkpath(FailPath(target)) + + assert not target.exists() + + mkpath(target) + assert target.exists() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py new file mode 100644 index 0000000..2c5beeb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_dist.py @@ -0,0 +1,552 @@ +"""Tests for distutils.dist.""" + +import email +import email.generator +import email.policy +import functools +import io +import os +import sys +import textwrap +import unittest.mock as mock +import warnings +from distutils.cmd import Command +from distutils.dist import Distribution, fix_help_options +from distutils.tests import support +from typing import ClassVar + +import jaraco.path +import pytest + +pydistutils_cfg = '.' * (os.name == 'posix') + 'pydistutils.cfg' + + +class test_dist(Command): + """Sample distutils extension command.""" + + user_options: ClassVar[list[tuple[str, str, str]]] = [ + ("sample-option=", "S", "help text"), + ] + + def initialize_options(self): + self.sample_option = None + + +class TestDistribution(Distribution): + """Distribution subclasses that avoids the default search for + configuration files. + + The ._config_files attribute must be set before + .parse_config_files() is called. + """ + + def find_config_files(self): + return self._config_files + + +@pytest.fixture +def clear_argv(): + del sys.argv[1:] + + +@support.combine_markers +@pytest.mark.usefixtures('save_env') +@pytest.mark.usefixtures('save_argv') +class TestDistributionBehavior(support.TempdirManager): + def create_distribution(self, configfiles=()): + d = TestDistribution() + d._config_files = configfiles + d.parse_config_files() + d.parse_command_line() + return d + + def test_command_packages_unspecified(self, clear_argv): + sys.argv.append("build") + d = self.create_distribution() + assert d.get_command_packages() == ["distutils.command"] + + def test_command_packages_cmdline(self, clear_argv): + from distutils.tests.test_dist import test_dist + + sys.argv.extend([ + "--command-packages", + "foo.bar,distutils.tests", + "test_dist", + "-Ssometext", + ]) + d = self.create_distribution() + # let's actually try to load our test command: + assert d.get_command_packages() == [ + "distutils.command", + "foo.bar", + "distutils.tests", + ] + cmd = d.get_command_obj("test_dist") + assert isinstance(cmd, test_dist) + assert cmd.sample_option == "sometext" + + @pytest.mark.skipif( + 'distutils' not in Distribution.parse_config_files.__module__, + reason='Cannot test when virtualenv has monkey-patched Distribution', + ) + def test_venv_install_options(self, tmp_path, clear_argv): + sys.argv.append("install") + file = str(tmp_path / 'file') + + fakepath = '/somedir' + + jaraco.path.build({ + file: f""" + [install] + install-base = {fakepath} + install-platbase = {fakepath} + install-lib = {fakepath} + install-platlib = {fakepath} + install-purelib = {fakepath} + install-headers = {fakepath} + install-scripts = {fakepath} + install-data = {fakepath} + prefix = {fakepath} + exec-prefix = {fakepath} + home = {fakepath} + user = {fakepath} + root = {fakepath} + """, + }) + + # Base case: Not in a Virtual Environment + with mock.patch.multiple(sys, prefix='/a', base_prefix='/a'): + d = self.create_distribution([file]) + + option_tuple = (file, fakepath) + + result_dict = { + 'install_base': option_tuple, + 'install_platbase': option_tuple, + 'install_lib': option_tuple, + 'install_platlib': option_tuple, + 'install_purelib': option_tuple, + 'install_headers': option_tuple, + 'install_scripts': option_tuple, + 'install_data': option_tuple, + 'prefix': option_tuple, + 'exec_prefix': option_tuple, + 'home': option_tuple, + 'user': option_tuple, + 'root': option_tuple, + } + + assert sorted(d.command_options.get('install').keys()) == sorted( + result_dict.keys() + ) + + for key, value in d.command_options.get('install').items(): + assert value == result_dict[key] + + # Test case: In a Virtual Environment + with mock.patch.multiple(sys, prefix='/a', base_prefix='/b'): + d = self.create_distribution([file]) + + for key in result_dict.keys(): + assert key not in d.command_options.get('install', {}) + + def test_command_packages_configfile(self, tmp_path, clear_argv): + sys.argv.append("build") + file = str(tmp_path / "file") + jaraco.path.build({ + file: """ + [global] + command_packages = foo.bar, splat + """, + }) + + d = self.create_distribution([file]) + assert d.get_command_packages() == ["distutils.command", "foo.bar", "splat"] + + # ensure command line overrides config: + sys.argv[1:] = ["--command-packages", "spork", "build"] + d = self.create_distribution([file]) + assert d.get_command_packages() == ["distutils.command", "spork"] + + # Setting --command-packages to '' should cause the default to + # be used even if a config file specified something else: + sys.argv[1:] = ["--command-packages", "", "build"] + d = self.create_distribution([file]) + assert d.get_command_packages() == ["distutils.command"] + + def test_empty_options(self, request): + # an empty options dictionary should not stay in the + # list of attributes + + # catching warnings + warns = [] + + def _warn(msg): + warns.append(msg) + + request.addfinalizer( + functools.partial(setattr, warnings, 'warn', warnings.warn) + ) + warnings.warn = _warn + dist = Distribution( + attrs={ + 'author': 'xxx', + 'name': 'xxx', + 'version': 'xxx', + 'url': 'xxxx', + 'options': {}, + } + ) + + assert len(warns) == 0 + assert 'options' not in dir(dist) + + def test_finalize_options(self): + attrs = {'keywords': 'one,two', 'platforms': 'one,two'} + + dist = Distribution(attrs=attrs) + dist.finalize_options() + + # finalize_option splits platforms and keywords + assert dist.metadata.platforms == ['one', 'two'] + assert dist.metadata.keywords == ['one', 'two'] + + attrs = {'keywords': 'foo bar', 'platforms': 'foo bar'} + dist = Distribution(attrs=attrs) + dist.finalize_options() + assert dist.metadata.platforms == ['foo bar'] + assert dist.metadata.keywords == ['foo bar'] + + def test_get_command_packages(self): + dist = Distribution() + assert dist.command_packages is None + cmds = dist.get_command_packages() + assert cmds == ['distutils.command'] + assert dist.command_packages == ['distutils.command'] + + dist.command_packages = 'one,two' + cmds = dist.get_command_packages() + assert cmds == ['distutils.command', 'one', 'two'] + + def test_announce(self): + # make sure the level is known + dist = Distribution() + with pytest.raises(TypeError): + dist.announce('ok', level='ok2') + + def test_find_config_files_disable(self, temp_home): + # Ticket #1180: Allow user to disable their home config file. + jaraco.path.build({pydistutils_cfg: '[distutils]\n'}, temp_home) + + d = Distribution() + all_files = d.find_config_files() + + d = Distribution(attrs={'script_args': ['--no-user-cfg']}) + files = d.find_config_files() + + # make sure --no-user-cfg disables the user cfg file + assert len(all_files) - 1 == len(files) + + def test_script_args_list_coercion(self): + d = Distribution(attrs={'script_args': ('build', '--no-user-cfg')}) + + # make sure script_args is a list even if it started as a different iterable + assert d.script_args == ['build', '--no-user-cfg'] + + @pytest.mark.skipif( + 'platform.system() == "Windows"', + reason='Windows does not honor chmod 000', + ) + def test_find_config_files_permission_error(self, fake_home): + """ + Finding config files should not fail when directory is inaccessible. + """ + fake_home.joinpath(pydistutils_cfg).write_text('', encoding='utf-8') + fake_home.chmod(0o000) + Distribution().find_config_files() + + +@pytest.mark.usefixtures('save_env') +@pytest.mark.usefixtures('save_argv') +class TestMetadata(support.TempdirManager): + def format_metadata(self, dist): + sio = io.StringIO() + dist.metadata.write_pkg_file(sio) + return sio.getvalue() + + def test_simple_metadata(self): + attrs = {"name": "package", "version": "1.0"} + dist = Distribution(attrs) + meta = self.format_metadata(dist) + assert "Metadata-Version: 1.0" in meta + assert "provides:" not in meta.lower() + assert "requires:" not in meta.lower() + assert "obsoletes:" not in meta.lower() + + def test_provides(self): + attrs = { + "name": "package", + "version": "1.0", + "provides": ["package", "package.sub"], + } + dist = Distribution(attrs) + assert dist.metadata.get_provides() == ["package", "package.sub"] + assert dist.get_provides() == ["package", "package.sub"] + meta = self.format_metadata(dist) + assert "Metadata-Version: 1.1" in meta + assert "requires:" not in meta.lower() + assert "obsoletes:" not in meta.lower() + + def test_provides_illegal(self): + with pytest.raises(ValueError): + Distribution( + {"name": "package", "version": "1.0", "provides": ["my.pkg (splat)"]}, + ) + + def test_requires(self): + attrs = { + "name": "package", + "version": "1.0", + "requires": ["other", "another (==1.0)"], + } + dist = Distribution(attrs) + assert dist.metadata.get_requires() == ["other", "another (==1.0)"] + assert dist.get_requires() == ["other", "another (==1.0)"] + meta = self.format_metadata(dist) + assert "Metadata-Version: 1.1" in meta + assert "provides:" not in meta.lower() + assert "Requires: other" in meta + assert "Requires: another (==1.0)" in meta + assert "obsoletes:" not in meta.lower() + + def test_requires_illegal(self): + with pytest.raises(ValueError): + Distribution( + {"name": "package", "version": "1.0", "requires": ["my.pkg (splat)"]}, + ) + + def test_requires_to_list(self): + attrs = {"name": "package", "requires": iter(["other"])} + dist = Distribution(attrs) + assert isinstance(dist.metadata.requires, list) + + def test_obsoletes(self): + attrs = { + "name": "package", + "version": "1.0", + "obsoletes": ["other", "another (<1.0)"], + } + dist = Distribution(attrs) + assert dist.metadata.get_obsoletes() == ["other", "another (<1.0)"] + assert dist.get_obsoletes() == ["other", "another (<1.0)"] + meta = self.format_metadata(dist) + assert "Metadata-Version: 1.1" in meta + assert "provides:" not in meta.lower() + assert "requires:" not in meta.lower() + assert "Obsoletes: other" in meta + assert "Obsoletes: another (<1.0)" in meta + + def test_obsoletes_illegal(self): + with pytest.raises(ValueError): + Distribution( + {"name": "package", "version": "1.0", "obsoletes": ["my.pkg (splat)"]}, + ) + + def test_obsoletes_to_list(self): + attrs = {"name": "package", "obsoletes": iter(["other"])} + dist = Distribution(attrs) + assert isinstance(dist.metadata.obsoletes, list) + + def test_classifier(self): + attrs = { + 'name': 'Boa', + 'version': '3.0', + 'classifiers': ['Programming Language :: Python :: 3'], + } + dist = Distribution(attrs) + assert dist.get_classifiers() == ['Programming Language :: Python :: 3'] + meta = self.format_metadata(dist) + assert 'Metadata-Version: 1.1' in meta + + def test_classifier_invalid_type(self, caplog): + attrs = { + 'name': 'Boa', + 'version': '3.0', + 'classifiers': ('Programming Language :: Python :: 3',), + } + d = Distribution(attrs) + # should have warning about passing a non-list + assert 'should be a list' in caplog.messages[0] + # should be converted to a list + assert isinstance(d.metadata.classifiers, list) + assert d.metadata.classifiers == list(attrs['classifiers']) + + def test_keywords(self): + attrs = { + 'name': 'Monty', + 'version': '1.0', + 'keywords': ['spam', 'eggs', 'life of brian'], + } + dist = Distribution(attrs) + assert dist.get_keywords() == ['spam', 'eggs', 'life of brian'] + + def test_keywords_invalid_type(self, caplog): + attrs = { + 'name': 'Monty', + 'version': '1.0', + 'keywords': ('spam', 'eggs', 'life of brian'), + } + d = Distribution(attrs) + # should have warning about passing a non-list + assert 'should be a list' in caplog.messages[0] + # should be converted to a list + assert isinstance(d.metadata.keywords, list) + assert d.metadata.keywords == list(attrs['keywords']) + + def test_platforms(self): + attrs = { + 'name': 'Monty', + 'version': '1.0', + 'platforms': ['GNU/Linux', 'Some Evil Platform'], + } + dist = Distribution(attrs) + assert dist.get_platforms() == ['GNU/Linux', 'Some Evil Platform'] + + def test_platforms_invalid_types(self, caplog): + attrs = { + 'name': 'Monty', + 'version': '1.0', + 'platforms': ('GNU/Linux', 'Some Evil Platform'), + } + d = Distribution(attrs) + # should have warning about passing a non-list + assert 'should be a list' in caplog.messages[0] + # should be converted to a list + assert isinstance(d.metadata.platforms, list) + assert d.metadata.platforms == list(attrs['platforms']) + + def test_download_url(self): + attrs = { + 'name': 'Boa', + 'version': '3.0', + 'download_url': 'http://example.org/boa', + } + dist = Distribution(attrs) + meta = self.format_metadata(dist) + assert 'Metadata-Version: 1.1' in meta + + def test_long_description(self): + long_desc = textwrap.dedent( + """\ + example:: + We start here + and continue here + and end here.""" + ) + attrs = {"name": "package", "version": "1.0", "long_description": long_desc} + + dist = Distribution(attrs) + meta = self.format_metadata(dist) + meta = meta.replace('\n' + 8 * ' ', '\n') + assert long_desc in meta + + def test_custom_pydistutils(self, temp_home): + """ + pydistutils.cfg is found + """ + jaraco.path.build({pydistutils_cfg: ''}, temp_home) + config_path = temp_home / pydistutils_cfg + + assert str(config_path) in Distribution().find_config_files() + + def test_extra_pydistutils(self, monkeypatch, tmp_path): + jaraco.path.build({'overrides.cfg': ''}, tmp_path) + filename = tmp_path / 'overrides.cfg' + monkeypatch.setenv('DIST_EXTRA_CONFIG', str(filename)) + assert str(filename) in Distribution().find_config_files() + + def test_fix_help_options(self): + help_tuples = [('a', 'b', 'c', 'd'), (1, 2, 3, 4)] + fancy_options = fix_help_options(help_tuples) + assert fancy_options[0] == ('a', 'b', 'c') + assert fancy_options[1] == (1, 2, 3) + + def test_show_help(self, request, capsys): + # smoke test, just makes sure some help is displayed + dist = Distribution() + sys.argv = [] + dist.help = True + dist.script_name = 'setup.py' + dist.parse_command_line() + + output = [ + line for line in capsys.readouterr().out.split('\n') if line.strip() != '' + ] + assert output + + def test_read_metadata(self): + attrs = { + "name": "package", + "version": "1.0", + "long_description": "desc", + "description": "xxx", + "download_url": "http://example.com", + "keywords": ['one', 'two'], + "requires": ['foo'], + } + + dist = Distribution(attrs) + metadata = dist.metadata + + # write it then reloads it + PKG_INFO = io.StringIO() + metadata.write_pkg_file(PKG_INFO) + PKG_INFO.seek(0) + metadata.read_pkg_file(PKG_INFO) + + assert metadata.name == "package" + assert metadata.version == "1.0" + assert metadata.description == "xxx" + assert metadata.download_url == 'http://example.com' + assert metadata.keywords == ['one', 'two'] + assert metadata.platforms is None + assert metadata.obsoletes is None + assert metadata.requires == ['foo'] + + def test_round_trip_through_email_generator(self): + """ + In pypa/setuptools#4033, it was shown that once PKG-INFO is + re-generated using ``email.generator.Generator``, some control + characters might cause problems. + """ + # Given a PKG-INFO file ... + attrs = { + "name": "package", + "version": "1.0", + "long_description": "hello\x0b\nworld\n", + } + dist = Distribution(attrs) + metadata = dist.metadata + + with io.StringIO() as buffer: + metadata.write_pkg_file(buffer) + msg = buffer.getvalue() + + # ... when it is read and re-written using stdlib's email library, + orig = email.message_from_string(msg) + policy = email.policy.EmailPolicy( + utf8=True, + mangle_from_=False, + max_line_length=0, + ) + with io.StringIO() as buffer: + email.generator.Generator(buffer, policy=policy).flatten(orig) + + buffer.seek(0) + regen = email.message_from_file(buffer) + + # ... then it should be the same as the original + # (except for the specific line break characters) + orig_desc = set(orig["Description"].splitlines()) + regen_desc = set(regen["Description"].splitlines()) + assert regen_desc == orig_desc diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py new file mode 100644 index 0000000..5e8e768 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_extension.py @@ -0,0 +1,117 @@ +"""Tests for distutils.extension.""" + +import os +import pathlib +import warnings +from distutils.extension import Extension, read_setup_file + +import pytest +from test.support.warnings_helper import check_warnings + + +class TestExtension: + def test_read_setup_file(self): + # trying to read a Setup file + # (sample extracted from the PyGame project) + setup = os.path.join(os.path.dirname(__file__), 'Setup.sample') + + exts = read_setup_file(setup) + names = [ext.name for ext in exts] + names.sort() + + # here are the extensions read_setup_file should have created + # out of the file + wanted = [ + '_arraysurfarray', + '_camera', + '_numericsndarray', + '_numericsurfarray', + 'base', + 'bufferproxy', + 'cdrom', + 'color', + 'constants', + 'display', + 'draw', + 'event', + 'fastevent', + 'font', + 'gfxdraw', + 'image', + 'imageext', + 'joystick', + 'key', + 'mask', + 'mixer', + 'mixer_music', + 'mouse', + 'movie', + 'overlay', + 'pixelarray', + 'pypm', + 'rect', + 'rwobject', + 'scrap', + 'surface', + 'surflock', + 'time', + 'transform', + ] + + assert names == wanted + + def test_extension_init(self): + # the first argument, which is the name, must be a string + with pytest.raises(TypeError): + Extension(1, []) + ext = Extension('name', []) + assert ext.name == 'name' + + # the second argument, which is the list of files, must + # be an iterable of strings or PathLike objects, and not a string + with pytest.raises(TypeError): + Extension('name', 'file') + with pytest.raises(TypeError): + Extension('name', ['file', 1]) + ext = Extension('name', ['file1', 'file2']) + assert ext.sources == ['file1', 'file2'] + ext = Extension('name', [pathlib.Path('file1'), pathlib.Path('file2')]) + assert ext.sources == ['file1', 'file2'] + + # any non-string iterable of strings or PathLike objects should work + ext = Extension('name', ('file1', 'file2')) # tuple + assert ext.sources == ['file1', 'file2'] + ext = Extension('name', {'file1', 'file2'}) # set + assert sorted(ext.sources) == ['file1', 'file2'] + ext = Extension('name', iter(['file1', 'file2'])) # iterator + assert ext.sources == ['file1', 'file2'] + ext = Extension('name', [pathlib.Path('file1'), 'file2']) # mixed types + assert ext.sources == ['file1', 'file2'] + + # others arguments have defaults + for attr in ( + 'include_dirs', + 'define_macros', + 'undef_macros', + 'library_dirs', + 'libraries', + 'runtime_library_dirs', + 'extra_objects', + 'extra_compile_args', + 'extra_link_args', + 'export_symbols', + 'swig_opts', + 'depends', + ): + assert getattr(ext, attr) == [] + + assert ext.language is None + assert ext.optional is None + + # if there are unknown keyword options, warn about them + with check_warnings() as w: + warnings.simplefilter('always') + ext = Extension('name', ['file1', 'file2'], chic=True) + + assert len(w.warnings) == 1 + assert str(w.warnings[0].message) == "Unknown Extension options: 'chic'" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py new file mode 100644 index 0000000..a75d4a0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_file_util.py @@ -0,0 +1,95 @@ +"""Tests for distutils.file_util.""" + +import errno +import os +import unittest.mock as mock +from distutils.errors import DistutilsFileError +from distutils.file_util import copy_file, move_file + +import jaraco.path +import pytest + + +@pytest.fixture(autouse=True) +def stuff(request, tmp_path): + self = request.instance + self.source = tmp_path / 'f1' + self.target = tmp_path / 'f2' + self.target_dir = tmp_path / 'd1' + + +class TestFileUtil: + def test_move_file_verbosity(self, caplog): + jaraco.path.build({self.source: 'some content'}) + + move_file(self.source, self.target, verbose=False) + assert not caplog.messages + + # back to original state + move_file(self.target, self.source, verbose=False) + + move_file(self.source, self.target, verbose=True) + wanted = [f'moving {self.source} -> {self.target}'] + assert caplog.messages == wanted + + # back to original state + move_file(self.target, self.source, verbose=False) + + caplog.clear() + # now the target is a dir + os.mkdir(self.target_dir) + move_file(self.source, self.target_dir, verbose=True) + wanted = [f'moving {self.source} -> {self.target_dir}'] + assert caplog.messages == wanted + + def test_move_file_exception_unpacking_rename(self): + # see issue 22182 + with ( + mock.patch("os.rename", side_effect=OSError("wrong", 1)), + pytest.raises(DistutilsFileError), + ): + jaraco.path.build({self.source: 'spam eggs'}) + move_file(self.source, self.target, verbose=False) + + def test_move_file_exception_unpacking_unlink(self): + # see issue 22182 + with ( + mock.patch("os.rename", side_effect=OSError(errno.EXDEV, "wrong")), + mock.patch("os.unlink", side_effect=OSError("wrong", 1)), + pytest.raises(DistutilsFileError), + ): + jaraco.path.build({self.source: 'spam eggs'}) + move_file(self.source, self.target, verbose=False) + + def test_copy_file_hard_link(self): + jaraco.path.build({self.source: 'some content'}) + # Check first that copy_file() will not fall back on copying the file + # instead of creating the hard link. + try: + os.link(self.source, self.target) + except OSError as e: + self.skipTest(f'os.link: {e}') + else: + self.target.unlink() + st = os.stat(self.source) + copy_file(self.source, self.target, link='hard') + st2 = os.stat(self.source) + st3 = os.stat(self.target) + assert os.path.samestat(st, st2), (st, st2) + assert os.path.samestat(st2, st3), (st2, st3) + assert self.source.read_text(encoding='utf-8') == 'some content' + + def test_copy_file_hard_link_failure(self): + # If hard linking fails, copy_file() falls back on copying file + # (some special filesystems don't support hard linking even under + # Unix, see issue #8876). + jaraco.path.build({self.source: 'some content'}) + st = os.stat(self.source) + with mock.patch("os.link", side_effect=OSError(0, "linking unsupported")): + copy_file(self.source, self.target, link='hard') + st2 = os.stat(self.source) + st3 = os.stat(self.target) + assert os.path.samestat(st, st2), (st, st2) + assert not os.path.samestat(st2, st3), (st2, st3) + for fn in (self.source, self.target): + assert fn.read_text(encoding='utf-8') == 'some content' diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py new file mode 100644 index 0000000..130e6fb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_filelist.py @@ -0,0 +1,336 @@ +"""Tests for distutils.filelist.""" + +import logging +import os +import re +from distutils import debug, filelist +from distutils.errors import DistutilsTemplateError +from distutils.filelist import FileList, glob_to_re, translate_pattern + +import jaraco.path +import pytest + +from .compat import py39 as os_helper + +MANIFEST_IN = """\ +include ok +include xo +exclude xo +include foo.tmp +include buildout.cfg +global-include *.x +global-include *.txt +global-exclude *.tmp +recursive-include f *.oo +recursive-exclude global *.x +graft dir +prune dir3 +""" + + +def make_local_path(s): + """Converts '/' in a string to os.sep""" + return s.replace('/', os.sep) + + +class TestFileList: + def assertNoWarnings(self, caplog): + warnings = [rec for rec in caplog.records if rec.levelno == logging.WARNING] + assert not warnings + caplog.clear() + + def assertWarnings(self, caplog): + warnings = [rec for rec in caplog.records if rec.levelno == logging.WARNING] + assert warnings + caplog.clear() + + def test_glob_to_re(self): + sep = os.sep + if os.sep == '\\': + sep = re.escape(os.sep) + + for glob, regex in ( + # simple cases + ('foo*', r'(?s:foo[^%(sep)s]*)\Z'), + ('foo?', r'(?s:foo[^%(sep)s])\Z'), + ('foo??', r'(?s:foo[^%(sep)s][^%(sep)s])\Z'), + # special cases + (r'foo\\*', r'(?s:foo\\\\[^%(sep)s]*)\Z'), + (r'foo\\\*', r'(?s:foo\\\\\\[^%(sep)s]*)\Z'), + ('foo????', r'(?s:foo[^%(sep)s][^%(sep)s][^%(sep)s][^%(sep)s])\Z'), + (r'foo\\??', r'(?s:foo\\\\[^%(sep)s][^%(sep)s])\Z'), + ): + regex = regex % {'sep': sep} + assert glob_to_re(glob) == regex + + def test_process_template_line(self): + # testing all MANIFEST.in template patterns + file_list = FileList() + mlp = make_local_path + + # simulated file list + file_list.allfiles = [ + 'foo.tmp', + 'ok', + 'xo', + 'four.txt', + 'buildout.cfg', + # filelist does not filter out VCS directories, + # it's sdist that does + mlp('.hg/last-message.txt'), + mlp('global/one.txt'), + mlp('global/two.txt'), + mlp('global/files.x'), + mlp('global/here.tmp'), + mlp('f/o/f.oo'), + mlp('dir/graft-one'), + mlp('dir/dir2/graft2'), + mlp('dir3/ok'), + mlp('dir3/sub/ok.txt'), + ] + + for line in MANIFEST_IN.split('\n'): + if line.strip() == '': + continue + file_list.process_template_line(line) + + wanted = [ + 'ok', + 'buildout.cfg', + 'four.txt', + mlp('.hg/last-message.txt'), + mlp('global/one.txt'), + mlp('global/two.txt'), + mlp('f/o/f.oo'), + mlp('dir/graft-one'), + mlp('dir/dir2/graft2'), + ] + + assert file_list.files == wanted + + def test_debug_print(self, capsys, monkeypatch): + file_list = FileList() + file_list.debug_print('xxx') + assert capsys.readouterr().out == '' + + monkeypatch.setattr(debug, 'DEBUG', True) + file_list.debug_print('xxx') + assert capsys.readouterr().out == 'xxx\n' + + def test_set_allfiles(self): + file_list = FileList() + files = ['a', 'b', 'c'] + file_list.set_allfiles(files) + assert file_list.allfiles == files + + def test_remove_duplicates(self): + file_list = FileList() + file_list.files = ['a', 'b', 'a', 'g', 'c', 'g'] + # files must be sorted beforehand (sdist does it) + file_list.sort() + file_list.remove_duplicates() + assert file_list.files == ['a', 'b', 'c', 'g'] + + def test_translate_pattern(self): + # not regex + assert hasattr(translate_pattern('a', anchor=True, is_regex=False), 'search') + + # is a regex + regex = re.compile('a') + assert translate_pattern(regex, anchor=True, is_regex=True) == regex + + # plain string flagged as regex + assert hasattr(translate_pattern('a', anchor=True, is_regex=True), 'search') + + # glob support + assert translate_pattern('*.py', anchor=True, is_regex=False).search( + 'filelist.py' + ) + + def test_exclude_pattern(self): + # return False if no match + file_list = FileList() + assert not file_list.exclude_pattern('*.py') + + # return True if files match + file_list = FileList() + file_list.files = ['a.py', 'b.py'] + assert file_list.exclude_pattern('*.py') + + # test excludes + file_list = FileList() + file_list.files = ['a.py', 'a.txt'] + file_list.exclude_pattern('*.py') + assert file_list.files == ['a.txt'] + + def test_include_pattern(self): + # return False if no match + file_list = FileList() + file_list.set_allfiles([]) + assert not file_list.include_pattern('*.py') + + # return True if files match + file_list = FileList() + file_list.set_allfiles(['a.py', 'b.txt']) + assert file_list.include_pattern('*.py') + + # test * matches all files + file_list = FileList() + assert file_list.allfiles is None + file_list.set_allfiles(['a.py', 'b.txt']) + file_list.include_pattern('*') + assert file_list.allfiles == ['a.py', 'b.txt'] + + def test_process_template(self, caplog): + mlp = make_local_path + # invalid lines + file_list = FileList() + for action in ( + 'include', + 'exclude', + 'global-include', + 'global-exclude', + 'recursive-include', + 'recursive-exclude', + 'graft', + 'prune', + 'blarg', + ): + with pytest.raises(DistutilsTemplateError): + file_list.process_template_line(action) + + # include + file_list = FileList() + file_list.set_allfiles(['a.py', 'b.txt', mlp('d/c.py')]) + + file_list.process_template_line('include *.py') + assert file_list.files == ['a.py'] + self.assertNoWarnings(caplog) + + file_list.process_template_line('include *.rb') + assert file_list.files == ['a.py'] + self.assertWarnings(caplog) + + # exclude + file_list = FileList() + file_list.files = ['a.py', 'b.txt', mlp('d/c.py')] + + file_list.process_template_line('exclude *.py') + assert file_list.files == ['b.txt', mlp('d/c.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('exclude *.rb') + assert file_list.files == ['b.txt', mlp('d/c.py')] + self.assertWarnings(caplog) + + # global-include + file_list = FileList() + file_list.set_allfiles(['a.py', 'b.txt', mlp('d/c.py')]) + + file_list.process_template_line('global-include *.py') + assert file_list.files == ['a.py', mlp('d/c.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('global-include *.rb') + assert file_list.files == ['a.py', mlp('d/c.py')] + self.assertWarnings(caplog) + + # global-exclude + file_list = FileList() + file_list.files = ['a.py', 'b.txt', mlp('d/c.py')] + + file_list.process_template_line('global-exclude *.py') + assert file_list.files == ['b.txt'] + self.assertNoWarnings(caplog) + + file_list.process_template_line('global-exclude *.rb') + assert file_list.files == ['b.txt'] + self.assertWarnings(caplog) + + # recursive-include + file_list = FileList() + file_list.set_allfiles(['a.py', mlp('d/b.py'), mlp('d/c.txt'), mlp('d/d/e.py')]) + + file_list.process_template_line('recursive-include d *.py') + assert file_list.files == [mlp('d/b.py'), mlp('d/d/e.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('recursive-include e *.py') + assert file_list.files == [mlp('d/b.py'), mlp('d/d/e.py')] + self.assertWarnings(caplog) + + # recursive-exclude + file_list = FileList() + file_list.files = ['a.py', mlp('d/b.py'), mlp('d/c.txt'), mlp('d/d/e.py')] + + file_list.process_template_line('recursive-exclude d *.py') + assert file_list.files == ['a.py', mlp('d/c.txt')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('recursive-exclude e *.py') + assert file_list.files == ['a.py', mlp('d/c.txt')] + self.assertWarnings(caplog) + + # graft + file_list = FileList() + file_list.set_allfiles(['a.py', mlp('d/b.py'), mlp('d/d/e.py'), mlp('f/f.py')]) + + file_list.process_template_line('graft d') + assert file_list.files == [mlp('d/b.py'), mlp('d/d/e.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('graft e') + assert file_list.files == [mlp('d/b.py'), mlp('d/d/e.py')] + self.assertWarnings(caplog) + + # prune + file_list = FileList() + file_list.files = ['a.py', mlp('d/b.py'), mlp('d/d/e.py'), mlp('f/f.py')] + + file_list.process_template_line('prune d') + assert file_list.files == ['a.py', mlp('f/f.py')] + self.assertNoWarnings(caplog) + + file_list.process_template_line('prune e') + assert file_list.files == ['a.py', mlp('f/f.py')] + self.assertWarnings(caplog) + + +class TestFindAll: + @os_helper.skip_unless_symlink + def test_missing_symlink(self, temp_cwd): + os.symlink('foo', 'bar') + assert filelist.findall() == [] + + def test_basic_discovery(self, temp_cwd): + """ + When findall is called with no parameters or with + '.' as the parameter, the dot should be omitted from + the results. + """ + jaraco.path.build({'foo': {'file1.txt': ''}, 'bar': {'file2.txt': ''}}) + file1 = os.path.join('foo', 'file1.txt') + file2 = os.path.join('bar', 'file2.txt') + expected = [file2, file1] + assert sorted(filelist.findall()) == expected + + def test_non_local_discovery(self, tmp_path): + """ + When findall is called with another path, the full + path name should be returned. + """ + jaraco.path.build({'file1.txt': ''}, tmp_path) + expected = [str(tmp_path / 'file1.txt')] + assert filelist.findall(tmp_path) == expected + + @os_helper.skip_unless_symlink + def test_symlink_loop(self, tmp_path): + jaraco.path.build( + { + 'link-to-parent': jaraco.path.Symlink('.'), + 'somefile': '', + }, + tmp_path, + ) + files = filelist.findall(tmp_path) + assert len(files) == 1 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py new file mode 100644 index 0000000..b3ffb2e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install.py @@ -0,0 +1,245 @@ +"""Tests for distutils.command.install.""" + +import logging +import os +import pathlib +import site +import sys +from distutils import sysconfig +from distutils.command import install as install_module +from distutils.command.build_ext import build_ext +from distutils.command.install import INSTALL_SCHEMES, install +from distutils.core import Distribution +from distutils.errors import DistutilsOptionError +from distutils.extension import Extension +from distutils.tests import missing_compiler_executable, support +from distutils.util import is_mingw + +import pytest + + +def _make_ext_name(modname): + return modname + sysconfig.get_config_var('EXT_SUFFIX') + + +@support.combine_markers +@pytest.mark.usefixtures('save_env') +class TestInstall( + support.TempdirManager, +): + @pytest.mark.xfail( + 'platform.system() == "Windows" and sys.version_info > (3, 11)', + reason="pypa/distutils#148", + ) + def test_home_installation_scheme(self): + # This ensure two things: + # - that --home generates the desired set of directory names + # - test --home is supported on all platforms + builddir = self.mkdtemp() + destination = os.path.join(builddir, "installation") + + dist = Distribution({"name": "foopkg"}) + # script_name need not exist, it just need to be initialized + dist.script_name = os.path.join(builddir, "setup.py") + dist.command_obj["build"] = support.DummyCommand( + build_base=builddir, + build_lib=os.path.join(builddir, "lib"), + ) + + cmd = install(dist) + cmd.home = destination + cmd.ensure_finalized() + + assert cmd.install_base == destination + assert cmd.install_platbase == destination + + def check_path(got, expected): + got = os.path.normpath(got) + expected = os.path.normpath(expected) + assert got == expected + + impl_name = sys.implementation.name.replace("cpython", "python") + libdir = os.path.join(destination, "lib", impl_name) + check_path(cmd.install_lib, libdir) + _platlibdir = getattr(sys, "platlibdir", "lib") + platlibdir = os.path.join(destination, _platlibdir, impl_name) + check_path(cmd.install_platlib, platlibdir) + check_path(cmd.install_purelib, libdir) + check_path( + cmd.install_headers, + os.path.join(destination, "include", impl_name, "foopkg"), + ) + check_path(cmd.install_scripts, os.path.join(destination, "bin")) + check_path(cmd.install_data, destination) + + def test_user_site(self, monkeypatch): + # test install with --user + # preparing the environment for the test + self.tmpdir = self.mkdtemp() + orig_site = site.USER_SITE + orig_base = site.USER_BASE + monkeypatch.setattr(site, 'USER_BASE', os.path.join(self.tmpdir, 'B')) + monkeypatch.setattr(site, 'USER_SITE', os.path.join(self.tmpdir, 'S')) + monkeypatch.setattr(install_module, 'USER_BASE', site.USER_BASE) + monkeypatch.setattr(install_module, 'USER_SITE', site.USER_SITE) + + def _expanduser(path): + if path.startswith('~'): + return os.path.normpath(self.tmpdir + path[1:]) + return path + + monkeypatch.setattr(os.path, 'expanduser', _expanduser) + + for key in ('nt_user', 'posix_user'): + assert key in INSTALL_SCHEMES + + dist = Distribution({'name': 'xx'}) + cmd = install(dist) + + # making sure the user option is there + options = [name for name, short, label in cmd.user_options] + assert 'user' in options + + # setting a value + cmd.user = True + + # user base and site shouldn't be created yet + assert not os.path.exists(site.USER_BASE) + assert not os.path.exists(site.USER_SITE) + + # let's run finalize + cmd.ensure_finalized() + + # now they should + assert os.path.exists(site.USER_BASE) + assert os.path.exists(site.USER_SITE) + + assert 'userbase' in cmd.config_vars + assert 'usersite' in cmd.config_vars + + actual_headers = os.path.relpath(cmd.install_headers, site.USER_BASE) + if os.name == 'nt' and not is_mingw(): + site_path = os.path.relpath(os.path.dirname(orig_site), orig_base) + include = os.path.join(site_path, 'Include') + else: + include = sysconfig.get_python_inc(0, '') + expect_headers = os.path.join(include, 'xx') + + assert os.path.normcase(actual_headers) == os.path.normcase(expect_headers) + + def test_handle_extra_path(self): + dist = Distribution({'name': 'xx', 'extra_path': 'path,dirs'}) + cmd = install(dist) + + # two elements + cmd.handle_extra_path() + assert cmd.extra_path == ['path', 'dirs'] + assert cmd.extra_dirs == 'dirs' + assert cmd.path_file == 'path' + + # one element + cmd.extra_path = ['path'] + cmd.handle_extra_path() + assert cmd.extra_path == ['path'] + assert cmd.extra_dirs == 'path' + assert cmd.path_file == 'path' + + # none + dist.extra_path = cmd.extra_path = None + cmd.handle_extra_path() + assert cmd.extra_path is None + assert cmd.extra_dirs == '' + assert cmd.path_file is None + + # three elements (no way !) + cmd.extra_path = 'path,dirs,again' + with pytest.raises(DistutilsOptionError): + cmd.handle_extra_path() + + def test_finalize_options(self): + dist = Distribution({'name': 'xx'}) + cmd = install(dist) + + # must supply either prefix/exec-prefix/home or + # install-base/install-platbase -- not both + cmd.prefix = 'prefix' + cmd.install_base = 'base' + with pytest.raises(DistutilsOptionError): + cmd.finalize_options() + + # must supply either home or prefix/exec-prefix -- not both + cmd.install_base = None + cmd.home = 'home' + with pytest.raises(DistutilsOptionError): + cmd.finalize_options() + + # can't combine user with prefix/exec_prefix/home or + # install_(plat)base + cmd.prefix = None + cmd.user = 'user' + with pytest.raises(DistutilsOptionError): + cmd.finalize_options() + + def test_record(self): + install_dir = self.mkdtemp() + project_dir, dist = self.create_dist(py_modules=['hello'], scripts=['sayhi']) + os.chdir(project_dir) + self.write_file('hello.py', "def main(): print('o hai')") + self.write_file('sayhi', 'from hello import main; main()') + + cmd = install(dist) + dist.command_obj['install'] = cmd + cmd.root = install_dir + cmd.record = os.path.join(project_dir, 'filelist') + cmd.ensure_finalized() + cmd.run() + + content = pathlib.Path(cmd.record).read_text(encoding='utf-8') + + found = [pathlib.Path(line).name for line in content.splitlines()] + expected = [ + 'hello.py', + f'hello.{sys.implementation.cache_tag}.pyc', + 'sayhi', + 'UNKNOWN-0.0.0-py{}.{}.egg-info'.format(*sys.version_info[:2]), + ] + assert found == expected + + def test_record_extensions(self): + cmd = missing_compiler_executable() + if cmd is not None: + pytest.skip(f'The {cmd!r} command is not found') + install_dir = self.mkdtemp() + project_dir, dist = self.create_dist( + ext_modules=[Extension('xx', ['xxmodule.c'])] + ) + os.chdir(project_dir) + support.copy_xxmodule_c(project_dir) + + buildextcmd = build_ext(dist) + support.fixup_build_ext(buildextcmd) + buildextcmd.ensure_finalized() + + cmd = install(dist) + dist.command_obj['install'] = cmd + dist.command_obj['build_ext'] = buildextcmd + cmd.root = install_dir + cmd.record = os.path.join(project_dir, 'filelist') + cmd.ensure_finalized() + cmd.run() + + content = pathlib.Path(cmd.record).read_text(encoding='utf-8') + + found = [pathlib.Path(line).name for line in content.splitlines()] + expected = [ + _make_ext_name('xx'), + 'UNKNOWN-0.0.0-py{}.{}.egg-info'.format(*sys.version_info[:2]), + ] + assert found == expected + + def test_debug_mode(self, caplog, monkeypatch): + # this covers the code called when DEBUG is set + monkeypatch.setattr(install_module, 'DEBUG', True) + caplog.set_level(logging.DEBUG) + self.test_record() + assert any(rec for rec in caplog.records if rec.levelno == logging.DEBUG) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py new file mode 100644 index 0000000..c800f86 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_data.py @@ -0,0 +1,74 @@ +"""Tests for distutils.command.install_data.""" + +import os +import pathlib +from distutils.command.install_data import install_data +from distutils.tests import support + +import pytest + + +@pytest.mark.usefixtures('save_env') +class TestInstallData( + support.TempdirManager, +): + def test_simple_run(self): + pkg_dir, dist = self.create_dist() + cmd = install_data(dist) + cmd.install_dir = inst = os.path.join(pkg_dir, 'inst') + + # data_files can contain + # - simple files + # - a Path object + # - a tuple with a path, and a list of file + one = os.path.join(pkg_dir, 'one') + self.write_file(one, 'xxx') + inst2 = os.path.join(pkg_dir, 'inst2') + two = os.path.join(pkg_dir, 'two') + self.write_file(two, 'xxx') + three = pathlib.Path(pkg_dir) / 'three' + self.write_file(three, 'xxx') + + cmd.data_files = [one, (inst2, [two]), three] + assert cmd.get_inputs() == [one, (inst2, [two]), three] + + # let's run the command + cmd.ensure_finalized() + cmd.run() + + # let's check the result + assert len(cmd.get_outputs()) == 3 + rthree = os.path.split(one)[-1] + assert os.path.exists(os.path.join(inst, rthree)) + rtwo = os.path.split(two)[-1] + assert os.path.exists(os.path.join(inst2, rtwo)) + rone = os.path.split(one)[-1] + assert os.path.exists(os.path.join(inst, rone)) + cmd.outfiles = [] + + # let's try with warn_dir one + cmd.warn_dir = True + cmd.ensure_finalized() + cmd.run() + + # let's check the result + assert len(cmd.get_outputs()) == 3 + assert os.path.exists(os.path.join(inst, rthree)) + assert os.path.exists(os.path.join(inst2, rtwo)) + assert os.path.exists(os.path.join(inst, rone)) + cmd.outfiles = [] + + # now using root and empty dir + cmd.root = os.path.join(pkg_dir, 'root') + inst5 = os.path.join(pkg_dir, 'inst5') + four = os.path.join(cmd.install_dir, 'four') + self.write_file(four, 'xx') + cmd.data_files = [one, (inst2, [two]), three, ('inst5', [four]), (inst5, [])] + cmd.ensure_finalized() + cmd.run() + + # let's check the result + assert len(cmd.get_outputs()) == 5 + assert os.path.exists(os.path.join(inst, rthree)) + assert os.path.exists(os.path.join(inst2, rtwo)) + assert os.path.exists(os.path.join(inst, rone)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py new file mode 100644 index 0000000..2c74f06 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_headers.py @@ -0,0 +1,33 @@ +"""Tests for distutils.command.install_headers.""" + +import os +from distutils.command.install_headers import install_headers +from distutils.tests import support + +import pytest + + +@pytest.mark.usefixtures('save_env') +class TestInstallHeaders( + support.TempdirManager, +): + def test_simple_run(self): + # we have two headers + header_list = self.mkdtemp() + header1 = os.path.join(header_list, 'header1') + header2 = os.path.join(header_list, 'header2') + self.write_file(header1) + self.write_file(header2) + headers = [header1, header2] + + pkg_dir, dist = self.create_dist(headers=headers) + cmd = install_headers(dist) + assert cmd.get_inputs() == headers + + # let's run the command + cmd.install_dir = os.path.join(pkg_dir, 'inst') + cmd.ensure_finalized() + cmd.run() + + # let's check the results + assert len(cmd.get_outputs()) == 2 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py new file mode 100644 index 0000000..f685a57 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_lib.py @@ -0,0 +1,110 @@ +"""Tests for distutils.command.install_data.""" + +import importlib.util +import os +import sys +from distutils.command.install_lib import install_lib +from distutils.errors import DistutilsOptionError +from distutils.extension import Extension +from distutils.tests import support + +import pytest + + +@support.combine_markers +@pytest.mark.usefixtures('save_env') +class TestInstallLib( + support.TempdirManager, +): + def test_finalize_options(self): + dist = self.create_dist()[1] + cmd = install_lib(dist) + + cmd.finalize_options() + assert cmd.compile == 1 + assert cmd.optimize == 0 + + # optimize must be 0, 1, or 2 + cmd.optimize = 'foo' + with pytest.raises(DistutilsOptionError): + cmd.finalize_options() + cmd.optimize = '4' + with pytest.raises(DistutilsOptionError): + cmd.finalize_options() + + cmd.optimize = '2' + cmd.finalize_options() + assert cmd.optimize == 2 + + @pytest.mark.skipif('sys.dont_write_bytecode') + def test_byte_compile(self): + project_dir, dist = self.create_dist() + os.chdir(project_dir) + cmd = install_lib(dist) + cmd.compile = cmd.optimize = 1 + + f = os.path.join(project_dir, 'foo.py') + self.write_file(f, '# python file') + cmd.byte_compile([f]) + pyc_file = importlib.util.cache_from_source('foo.py', optimization='') + pyc_opt_file = importlib.util.cache_from_source( + 'foo.py', optimization=cmd.optimize + ) + assert os.path.exists(pyc_file) + assert os.path.exists(pyc_opt_file) + + def test_get_outputs(self): + project_dir, dist = self.create_dist() + os.chdir(project_dir) + os.mkdir('spam') + cmd = install_lib(dist) + + # setting up a dist environment + cmd.compile = cmd.optimize = 1 + cmd.install_dir = self.mkdtemp() + f = os.path.join(project_dir, 'spam', '__init__.py') + self.write_file(f, '# python package') + cmd.distribution.ext_modules = [Extension('foo', ['xxx'])] + cmd.distribution.packages = ['spam'] + cmd.distribution.script_name = 'setup.py' + + # get_outputs should return 4 elements: spam/__init__.py and .pyc, + # foo.import-tag-abiflags.so / foo.pyd + outputs = cmd.get_outputs() + assert len(outputs) == 4, outputs + + def test_get_inputs(self): + project_dir, dist = self.create_dist() + os.chdir(project_dir) + os.mkdir('spam') + cmd = install_lib(dist) + + # setting up a dist environment + cmd.compile = cmd.optimize = 1 + cmd.install_dir = self.mkdtemp() + f = os.path.join(project_dir, 'spam', '__init__.py') + self.write_file(f, '# python package') + cmd.distribution.ext_modules = [Extension('foo', ['xxx'])] + cmd.distribution.packages = ['spam'] + cmd.distribution.script_name = 'setup.py' + + # get_inputs should return 2 elements: spam/__init__.py and + # foo.import-tag-abiflags.so / foo.pyd + inputs = cmd.get_inputs() + assert len(inputs) == 2, inputs + + def test_dont_write_bytecode(self, caplog): + # makes sure byte_compile is not used + dist = self.create_dist()[1] + cmd = install_lib(dist) + cmd.compile = True + cmd.optimize = 1 + + old_dont_write_bytecode = sys.dont_write_bytecode + sys.dont_write_bytecode = True + try: + cmd.byte_compile([]) + finally: + sys.dont_write_bytecode = old_dont_write_bytecode + + assert 'byte-compiling is disabled' in caplog.messages[0] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py new file mode 100644 index 0000000..868b1c2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_install_scripts.py @@ -0,0 +1,52 @@ +"""Tests for distutils.command.install_scripts.""" + +import os +from distutils.command.install_scripts import install_scripts +from distutils.core import Distribution +from distutils.tests import support + +from . import test_build_scripts + + +class TestInstallScripts(support.TempdirManager): + def test_default_settings(self): + dist = Distribution() + dist.command_obj["build"] = support.DummyCommand(build_scripts="/foo/bar") + dist.command_obj["install"] = support.DummyCommand( + install_scripts="/splat/funk", + force=True, + skip_build=True, + ) + cmd = install_scripts(dist) + assert not cmd.force + assert not cmd.skip_build + assert cmd.build_dir is None + assert cmd.install_dir is None + + cmd.finalize_options() + + assert cmd.force + assert cmd.skip_build + assert cmd.build_dir == "/foo/bar" + assert cmd.install_dir == "/splat/funk" + + def test_installation(self): + source = self.mkdtemp() + + expected = test_build_scripts.TestBuildScripts.write_sample_scripts(source) + + target = self.mkdtemp() + dist = Distribution() + dist.command_obj["build"] = support.DummyCommand(build_scripts=source) + dist.command_obj["install"] = support.DummyCommand( + install_scripts=target, + force=True, + skip_build=True, + ) + cmd = install_scripts(dist) + cmd.finalize_options() + cmd.run() + + installed = os.listdir(target) + for name in expected: + assert name in installed diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py new file mode 100644 index 0000000..d67779f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_log.py @@ -0,0 +1,12 @@ +"""Tests for distutils.log""" + +import logging +from distutils._log import log + + +class TestLog: + def test_non_ascii(self, caplog): + caplog.set_level(logging.DEBUG) + log.debug('Dεbug\tMėssãge') + log.fatal('Fαtal\tÈrrōr') + assert caplog.messages == ['Dεbug\tMėssãge', 'Fαtal\tÈrrōr'] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py new file mode 100644 index 0000000..e35cec2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_modified.py @@ -0,0 +1,126 @@ +"""Tests for distutils._modified.""" + +import os +import types +from distutils._modified import newer, newer_group, newer_pairwise, newer_pairwise_group +from distutils.errors import DistutilsFileError +from distutils.tests import support + +import pytest + + +class TestDepUtil(support.TempdirManager): + def test_newer(self): + tmpdir = self.mkdtemp() + new_file = os.path.join(tmpdir, 'new') + old_file = os.path.abspath(__file__) + + # Raise DistutilsFileError if 'new_file' does not exist. + with pytest.raises(DistutilsFileError): + newer(new_file, old_file) + + # Return true if 'new_file' exists and is more recently modified than + # 'old_file', or if 'new_file' exists and 'old_file' doesn't. + self.write_file(new_file) + assert newer(new_file, 'I_dont_exist') + assert newer(new_file, old_file) + + # Return false if both exist and 'old_file' is the same age or younger + # than 'new_file'. + assert not newer(old_file, new_file) + + def _setup_1234(self): + tmpdir = self.mkdtemp() + sources = os.path.join(tmpdir, 'sources') + targets = os.path.join(tmpdir, 'targets') + os.mkdir(sources) + os.mkdir(targets) + one = os.path.join(sources, 'one') + two = os.path.join(sources, 'two') + three = os.path.abspath(__file__) # I am the old file + four = os.path.join(targets, 'four') + self.write_file(one) + self.write_file(two) + self.write_file(four) + return one, two, three, four + + def test_newer_pairwise(self): + one, two, three, four = self._setup_1234() + + assert newer_pairwise([one, two], [three, four]) == ([one], [three]) + + def test_newer_pairwise_mismatch(self): + one, two, three, four = self._setup_1234() + + with pytest.raises(ValueError): + newer_pairwise([one], [three, four]) + + with pytest.raises(ValueError): + newer_pairwise([one, two], [three]) + + def test_newer_pairwise_empty(self): + assert newer_pairwise([], []) == ([], []) + + def test_newer_pairwise_fresh(self): + one, two, three, four = self._setup_1234() + + assert newer_pairwise([one, three], [two, four]) == ([], []) + + def test_newer_group(self): + tmpdir = self.mkdtemp() + sources = os.path.join(tmpdir, 'sources') + os.mkdir(sources) + one = os.path.join(sources, 'one') + two = os.path.join(sources, 'two') + three = os.path.join(sources, 'three') + old_file = os.path.abspath(__file__) + + # return true if 'old_file' is out-of-date with respect to any file + # listed in 'sources'. + self.write_file(one) + self.write_file(two) + self.write_file(three) + assert newer_group([one, two, three], old_file) + assert not newer_group([one, two, old_file], three) + + # missing handling + os.remove(one) + with pytest.raises(OSError): + newer_group([one, two, old_file], three) + + assert not newer_group([one, two, old_file], three, missing='ignore') + + assert newer_group([one, two, old_file], three, missing='newer') + + +@pytest.fixture +def groups_target(tmp_path): + """ + Set up some older sources, a target, and newer sources. + + Returns a simple namespace with these values. + """ + filenames = ['older.c', 'older.h', 'target.o', 'newer.c', 'newer.h'] + paths = [tmp_path / name for name in filenames] + + for mtime, path in enumerate(paths): + path.write_text('', encoding='utf-8') + + # make sure modification times are sequential + os.utime(path, (mtime, mtime)) + + return types.SimpleNamespace(older=paths[:2], target=paths[2], newer=paths[3:]) + + +def test_newer_pairwise_group(groups_target): + older = newer_pairwise_group([groups_target.older], [groups_target.target]) + newer = newer_pairwise_group([groups_target.newer], [groups_target.target]) + assert older == ([], []) + assert newer == ([groups_target.newer], [groups_target.target]) + + +def test_newer_group_no_sources_no_target(tmp_path): + """ + Consider no sources and no target "newer". + """ + assert newer_group([], str(tmp_path / 'does-not-exist')) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py new file mode 100644 index 0000000..6b1a376 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sdist.py @@ -0,0 +1,470 @@ +"""Tests for distutils.command.sdist.""" + +import os +import pathlib +import shutil # noqa: F401 +import tarfile +import zipfile +from distutils.archive_util import ARCHIVE_FORMATS +from distutils.command.sdist import sdist, show_formats +from distutils.core import Distribution +from distutils.errors import DistutilsOptionError +from distutils.filelist import FileList +from os.path import join +from textwrap import dedent + +import jaraco.path +import path +import pytest +from more_itertools import ilen + +from . import support +from .unix_compat import grp, pwd, require_uid_0, require_unix_id + +SETUP_PY = """ +from distutils.core import setup +import somecode + +setup(name='fake') +""" + +MANIFEST = """\ +# file GENERATED by distutils, do NOT edit +README +buildout.cfg +inroot.txt +setup.py +data%(sep)sdata.dt +scripts%(sep)sscript.py +some%(sep)sfile.txt +some%(sep)sother_file.txt +somecode%(sep)s__init__.py +somecode%(sep)sdoc.dat +somecode%(sep)sdoc.txt +""" + + +@pytest.fixture(autouse=True) +def project_dir(request, distutils_managed_tempdir): + self = request.instance + self.tmp_dir = self.mkdtemp() + jaraco.path.build( + { + 'somecode': { + '__init__.py': '#', + }, + 'README': 'xxx', + 'setup.py': SETUP_PY, + }, + self.tmp_dir, + ) + with path.Path(self.tmp_dir): + yield + + +def clean_lines(filepath): + with pathlib.Path(filepath).open(encoding='utf-8') as f: + yield from filter(None, map(str.strip, f)) + + +class TestSDist(support.TempdirManager): + def get_cmd(self, metadata=None): + """Returns a cmd""" + if metadata is None: + metadata = { + 'name': 'ns.fake--pkg', + 'version': '1.0', + 'url': 'xxx', + 'author': 'xxx', + 'author_email': 'xxx', + } + dist = Distribution(metadata) + dist.script_name = 'setup.py' + dist.packages = ['somecode'] + dist.include_package_data = True + cmd = sdist(dist) + cmd.dist_dir = 'dist' + return dist, cmd + + @pytest.mark.usefixtures('needs_zlib') + def test_prune_file_list(self): + # this test creates a project with some VCS dirs and an NFS rename + # file, then launches sdist to check they get pruned on all systems + + # creating VCS directories with some files in them + os.mkdir(join(self.tmp_dir, 'somecode', '.svn')) + self.write_file((self.tmp_dir, 'somecode', '.svn', 'ok.py'), 'xxx') + + os.mkdir(join(self.tmp_dir, 'somecode', '.hg')) + self.write_file((self.tmp_dir, 'somecode', '.hg', 'ok'), 'xxx') + + os.mkdir(join(self.tmp_dir, 'somecode', '.git')) + self.write_file((self.tmp_dir, 'somecode', '.git', 'ok'), 'xxx') + + self.write_file((self.tmp_dir, 'somecode', '.nfs0001'), 'xxx') + + # now building a sdist + dist, cmd = self.get_cmd() + + # zip is available universally + # (tar might not be installed under win32) + cmd.formats = ['zip'] + + cmd.ensure_finalized() + cmd.run() + + # now let's check what we have + dist_folder = join(self.tmp_dir, 'dist') + files = os.listdir(dist_folder) + assert files == ['ns_fake_pkg-1.0.zip'] + + zip_file = zipfile.ZipFile(join(dist_folder, 'ns_fake_pkg-1.0.zip')) + try: + content = zip_file.namelist() + finally: + zip_file.close() + + # making sure everything has been pruned correctly + expected = [ + '', + 'PKG-INFO', + 'README', + 'setup.py', + 'somecode/', + 'somecode/__init__.py', + ] + assert sorted(content) == ['ns_fake_pkg-1.0/' + x for x in expected] + + @pytest.mark.usefixtures('needs_zlib') + @pytest.mark.skipif("not shutil.which('tar')") + @pytest.mark.skipif("not shutil.which('gzip')") + def test_make_distribution(self): + # now building a sdist + dist, cmd = self.get_cmd() + + # creating a gztar then a tar + cmd.formats = ['gztar', 'tar'] + cmd.ensure_finalized() + cmd.run() + + # making sure we have two files + dist_folder = join(self.tmp_dir, 'dist') + result = os.listdir(dist_folder) + result.sort() + assert result == ['ns_fake_pkg-1.0.tar', 'ns_fake_pkg-1.0.tar.gz'] + + os.remove(join(dist_folder, 'ns_fake_pkg-1.0.tar')) + os.remove(join(dist_folder, 'ns_fake_pkg-1.0.tar.gz')) + + # now trying a tar then a gztar + cmd.formats = ['tar', 'gztar'] + + cmd.ensure_finalized() + cmd.run() + + result = os.listdir(dist_folder) + result.sort() + assert result == ['ns_fake_pkg-1.0.tar', 'ns_fake_pkg-1.0.tar.gz'] + + @pytest.mark.usefixtures('needs_zlib') + def test_add_defaults(self): + # https://bugs.python.org/issue2279 + + # add_default should also include + # data_files and package_data + dist, cmd = self.get_cmd() + + # filling data_files by pointing files + # in package_data + dist.package_data = {'': ['*.cfg', '*.dat'], 'somecode': ['*.txt']} + self.write_file((self.tmp_dir, 'somecode', 'doc.txt'), '#') + self.write_file((self.tmp_dir, 'somecode', 'doc.dat'), '#') + + # adding some data in data_files + data_dir = join(self.tmp_dir, 'data') + os.mkdir(data_dir) + self.write_file((data_dir, 'data.dt'), '#') + some_dir = join(self.tmp_dir, 'some') + os.mkdir(some_dir) + # make sure VCS directories are pruned (#14004) + hg_dir = join(self.tmp_dir, '.hg') + os.mkdir(hg_dir) + self.write_file((hg_dir, 'last-message.txt'), '#') + # a buggy regex used to prevent this from working on windows (#6884) + self.write_file((self.tmp_dir, 'buildout.cfg'), '#') + self.write_file((self.tmp_dir, 'inroot.txt'), '#') + self.write_file((some_dir, 'file.txt'), '#') + self.write_file((some_dir, 'other_file.txt'), '#') + + dist.data_files = [ + ('data', ['data/data.dt', 'buildout.cfg', 'inroot.txt', 'notexisting']), + 'some/file.txt', + 'some/other_file.txt', + ] + + # adding a script + script_dir = join(self.tmp_dir, 'scripts') + os.mkdir(script_dir) + self.write_file((script_dir, 'script.py'), '#') + dist.scripts = [join('scripts', 'script.py')] + + cmd.formats = ['zip'] + cmd.use_defaults = True + + cmd.ensure_finalized() + cmd.run() + + # now let's check what we have + dist_folder = join(self.tmp_dir, 'dist') + files = os.listdir(dist_folder) + assert files == ['ns_fake_pkg-1.0.zip'] + + zip_file = zipfile.ZipFile(join(dist_folder, 'ns_fake_pkg-1.0.zip')) + try: + content = zip_file.namelist() + finally: + zip_file.close() + + # making sure everything was added + expected = [ + '', + 'PKG-INFO', + 'README', + 'buildout.cfg', + 'data/', + 'data/data.dt', + 'inroot.txt', + 'scripts/', + 'scripts/script.py', + 'setup.py', + 'some/', + 'some/file.txt', + 'some/other_file.txt', + 'somecode/', + 'somecode/__init__.py', + 'somecode/doc.dat', + 'somecode/doc.txt', + ] + assert sorted(content) == ['ns_fake_pkg-1.0/' + x for x in expected] + + # checking the MANIFEST + manifest = pathlib.Path(self.tmp_dir, 'MANIFEST').read_text(encoding='utf-8') + assert manifest == MANIFEST % {'sep': os.sep} + + @staticmethod + def warnings(messages, prefix='warning: '): + return [msg for msg in messages if msg.startswith(prefix)] + + @pytest.mark.usefixtures('needs_zlib') + def test_metadata_check_option(self, caplog): + # testing the `medata-check` option + dist, cmd = self.get_cmd(metadata={}) + + # this should raise some warnings ! + # with the `check` subcommand + cmd.ensure_finalized() + cmd.run() + assert len(self.warnings(caplog.messages, 'warning: check: ')) == 1 + + # trying with a complete set of metadata + caplog.clear() + dist, cmd = self.get_cmd() + cmd.ensure_finalized() + cmd.metadata_check = False + cmd.run() + assert len(self.warnings(caplog.messages, 'warning: check: ')) == 0 + + def test_show_formats(self, capsys): + show_formats() + + # the output should be a header line + one line per format + num_formats = len(ARCHIVE_FORMATS.keys()) + output = [ + line + for line in capsys.readouterr().out.split('\n') + if line.strip().startswith('--formats=') + ] + assert len(output) == num_formats + + def test_finalize_options(self): + dist, cmd = self.get_cmd() + cmd.finalize_options() + + # default options set by finalize + assert cmd.manifest == 'MANIFEST' + assert cmd.template == 'MANIFEST.in' + assert cmd.dist_dir == 'dist' + + # formats has to be a string splitable on (' ', ',') or + # a stringlist + cmd.formats = 1 + with pytest.raises(DistutilsOptionError): + cmd.finalize_options() + cmd.formats = ['zip'] + cmd.finalize_options() + + # formats has to be known + cmd.formats = 'supazipa' + with pytest.raises(DistutilsOptionError): + cmd.finalize_options() + + # the following tests make sure there is a nice error message instead + # of a traceback when parsing an invalid manifest template + + def _check_template(self, content, caplog): + dist, cmd = self.get_cmd() + os.chdir(self.tmp_dir) + self.write_file('MANIFEST.in', content) + cmd.ensure_finalized() + cmd.filelist = FileList() + cmd.read_template() + assert len(self.warnings(caplog.messages)) == 1 + + def test_invalid_template_unknown_command(self, caplog): + self._check_template('taunt knights *', caplog) + + def test_invalid_template_wrong_arguments(self, caplog): + # this manifest command takes one argument + self._check_template('prune', caplog) + + @pytest.mark.skipif("platform.system() != 'Windows'") + def test_invalid_template_wrong_path(self, caplog): + # on Windows, trailing slashes are not allowed + # this used to crash instead of raising a warning: #8286 + self._check_template('include examples/', caplog) + + @pytest.mark.usefixtures('needs_zlib') + def test_get_file_list(self): + # make sure MANIFEST is recalculated + dist, cmd = self.get_cmd() + + # filling data_files by pointing files in package_data + dist.package_data = {'somecode': ['*.txt']} + self.write_file((self.tmp_dir, 'somecode', 'doc.txt'), '#') + cmd.formats = ['gztar'] + cmd.ensure_finalized() + cmd.run() + + assert ilen(clean_lines(cmd.manifest)) == 5 + + # adding a file + self.write_file((self.tmp_dir, 'somecode', 'doc2.txt'), '#') + + # make sure build_py is reinitialized, like a fresh run + build_py = dist.get_command_obj('build_py') + build_py.finalized = False + build_py.ensure_finalized() + + cmd.run() + + manifest2 = list(clean_lines(cmd.manifest)) + + # do we have the new file in MANIFEST ? + assert len(manifest2) == 6 + assert 'doc2.txt' in manifest2[-1] + + @pytest.mark.usefixtures('needs_zlib') + def test_manifest_marker(self): + # check that autogenerated MANIFESTs have a marker + dist, cmd = self.get_cmd() + cmd.ensure_finalized() + cmd.run() + + assert ( + next(clean_lines(cmd.manifest)) + == '# file GENERATED by distutils, do NOT edit' + ) + + @pytest.mark.usefixtures('needs_zlib') + def test_manifest_comments(self): + # make sure comments don't cause exceptions or wrong includes + contents = dedent( + """\ + # bad.py + #bad.py + good.py + """ + ) + dist, cmd = self.get_cmd() + cmd.ensure_finalized() + self.write_file((self.tmp_dir, cmd.manifest), contents) + self.write_file((self.tmp_dir, 'good.py'), '# pick me!') + self.write_file((self.tmp_dir, 'bad.py'), "# don't pick me!") + self.write_file((self.tmp_dir, '#bad.py'), "# don't pick me!") + cmd.run() + assert cmd.filelist.files == ['good.py'] + + @pytest.mark.usefixtures('needs_zlib') + def test_manual_manifest(self): + # check that a MANIFEST without a marker is left alone + dist, cmd = self.get_cmd() + cmd.formats = ['gztar'] + cmd.ensure_finalized() + self.write_file((self.tmp_dir, cmd.manifest), 'README.manual') + self.write_file( + (self.tmp_dir, 'README.manual'), + 'This project maintains its MANIFEST file itself.', + ) + cmd.run() + assert cmd.filelist.files == ['README.manual'] + + assert list(clean_lines(cmd.manifest)) == ['README.manual'] + + archive_name = join(self.tmp_dir, 'dist', 'ns_fake_pkg-1.0.tar.gz') + archive = tarfile.open(archive_name) + try: + filenames = [tarinfo.name for tarinfo in archive] + finally: + archive.close() + assert sorted(filenames) == [ + 'ns_fake_pkg-1.0', + 'ns_fake_pkg-1.0/PKG-INFO', + 'ns_fake_pkg-1.0/README.manual', + ] + + @pytest.mark.usefixtures('needs_zlib') + @require_unix_id + @require_uid_0 + @pytest.mark.skipif("not shutil.which('tar')") + @pytest.mark.skipif("not shutil.which('gzip')") + def test_make_distribution_owner_group(self): + # now building a sdist + dist, cmd = self.get_cmd() + + # creating a gztar and specifying the owner+group + cmd.formats = ['gztar'] + cmd.owner = pwd.getpwuid(0)[0] + cmd.group = grp.getgrgid(0)[0] + cmd.ensure_finalized() + cmd.run() + + # making sure we have the good rights + archive_name = join(self.tmp_dir, 'dist', 'ns_fake_pkg-1.0.tar.gz') + archive = tarfile.open(archive_name) + try: + for member in archive.getmembers(): + assert member.uid == 0 + assert member.gid == 0 + finally: + archive.close() + + # building a sdist again + dist, cmd = self.get_cmd() + + # creating a gztar + cmd.formats = ['gztar'] + cmd.ensure_finalized() + cmd.run() + + # making sure we have the good rights + archive_name = join(self.tmp_dir, 'dist', 'ns_fake_pkg-1.0.tar.gz') + archive = tarfile.open(archive_name) + + # note that we are not testing the group ownership here + # because, depending on the platforms and the container + # rights (see #7408) + try: + for member in archive.getmembers(): + assert member.uid == os.getuid() + finally: + archive.close() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py new file mode 100644 index 0000000..3b9fc92 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_spawn.py @@ -0,0 +1,141 @@ +"""Tests for distutils.spawn.""" + +import os +import stat +import sys +import unittest.mock as mock +from distutils.errors import DistutilsExecError +from distutils.spawn import find_executable, spawn +from distutils.tests import support + +import path +import pytest +from test.support import unix_shell + +from .compat import py39 as os_helper + + +class TestSpawn(support.TempdirManager): + @pytest.mark.skipif("os.name not in ('nt', 'posix')") + def test_spawn(self): + tmpdir = self.mkdtemp() + + # creating something executable + # through the shell that returns 1 + if sys.platform != 'win32': + exe = os.path.join(tmpdir, 'foo.sh') + self.write_file(exe, f'#!{unix_shell}\nexit 1') + else: + exe = os.path.join(tmpdir, 'foo.bat') + self.write_file(exe, 'exit 1') + + os.chmod(exe, 0o777) + with pytest.raises(DistutilsExecError): + spawn([exe]) + + # now something that works + if sys.platform != 'win32': + exe = os.path.join(tmpdir, 'foo.sh') + self.write_file(exe, f'#!{unix_shell}\nexit 0') + else: + exe = os.path.join(tmpdir, 'foo.bat') + self.write_file(exe, 'exit 0') + + os.chmod(exe, 0o777) + spawn([exe]) # should work without any error + + def test_find_executable(self, tmp_path): + program_path = self._make_executable(tmp_path, '.exe') + program = program_path.name + program_noeext = program_path.with_suffix('').name + filename = str(program_path) + tmp_dir = path.Path(tmp_path) + + # test path parameter + rv = find_executable(program, path=tmp_dir) + assert rv == filename + + if sys.platform == 'win32': + # test without ".exe" extension + rv = find_executable(program_noeext, path=tmp_dir) + assert rv == filename + + # test find in the current directory + with tmp_dir: + rv = find_executable(program) + assert rv == program + + # test non-existent program + dont_exist_program = "dontexist_" + program + rv = find_executable(dont_exist_program, path=tmp_dir) + assert rv is None + + # PATH='': no match, except in the current directory + with os_helper.EnvironmentVarGuard() as env: + env['PATH'] = '' + with ( + mock.patch( + 'distutils.spawn.os.confstr', return_value=tmp_dir, create=True + ), + mock.patch('distutils.spawn.os.defpath', tmp_dir), + ): + rv = find_executable(program) + assert rv is None + + # look in current directory + with tmp_dir: + rv = find_executable(program) + assert rv == program + + # PATH=':': explicitly looks in the current directory + with os_helper.EnvironmentVarGuard() as env: + env['PATH'] = os.pathsep + with ( + mock.patch('distutils.spawn.os.confstr', return_value='', create=True), + mock.patch('distutils.spawn.os.defpath', ''), + ): + rv = find_executable(program) + assert rv is None + + # look in current directory + with tmp_dir: + rv = find_executable(program) + assert rv == program + + # missing PATH: test os.confstr("CS_PATH") and os.defpath + with os_helper.EnvironmentVarGuard() as env: + env.pop('PATH', None) + + # without confstr + with ( + mock.patch( + 'distutils.spawn.os.confstr', side_effect=ValueError, create=True + ), + mock.patch('distutils.spawn.os.defpath', tmp_dir), + ): + rv = find_executable(program) + assert rv == filename + + # with confstr + with ( + mock.patch( + 'distutils.spawn.os.confstr', return_value=tmp_dir, create=True + ), + mock.patch('distutils.spawn.os.defpath', ''), + ): + rv = find_executable(program) + assert rv == filename + + @staticmethod + def _make_executable(tmp_path, ext): + # Give the temporary program a suffix regardless of platform. + # It's needed on Windows and not harmful on others. + program = tmp_path.joinpath('program').with_suffix(ext) + program.write_text("", encoding='utf-8') + program.chmod(stat.S_IXUSR) + return program + + def test_spawn_missing_exe(self): + with pytest.raises(DistutilsExecError) as ctx: + spawn(['does-not-exist']) + assert "command 'does-not-exist' failed" in str(ctx.value) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py new file mode 100644 index 0000000..43d77c2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_sysconfig.py @@ -0,0 +1,319 @@ +"""Tests for distutils.sysconfig.""" + +import contextlib +import distutils +import os +import pathlib +import subprocess +import sys +from distutils import sysconfig +from distutils.ccompiler import new_compiler # noqa: F401 +from distutils.unixccompiler import UnixCCompiler + +import jaraco.envs +import path +import pytest +from jaraco.text import trim +from test.support import swap_item + + +def _gen_makefile(root, contents): + jaraco.path.build({'Makefile': trim(contents)}, root) + return root / 'Makefile' + + +@pytest.mark.usefixtures('save_env') +class TestSysconfig: + def test_get_config_h_filename(self): + config_h = sysconfig.get_config_h_filename() + assert os.path.isfile(config_h) + + @pytest.mark.skipif("platform.system() == 'Windows'") + @pytest.mark.skipif("sys.implementation.name != 'cpython'") + def test_get_makefile_filename(self): + makefile = sysconfig.get_makefile_filename() + assert os.path.isfile(makefile) + + def test_get_python_lib(self, tmp_path): + assert sysconfig.get_python_lib() != sysconfig.get_python_lib(prefix=tmp_path) + + def test_get_config_vars(self): + cvars = sysconfig.get_config_vars() + assert isinstance(cvars, dict) + assert cvars + + @pytest.mark.skipif('sysconfig.IS_PYPY') + @pytest.mark.skipif('sysconfig.python_build') + @pytest.mark.xfail('platform.system() == "Windows"') + def test_srcdir_simple(self): + # See #15364. + srcdir = pathlib.Path(sysconfig.get_config_var('srcdir')) + + assert srcdir.absolute() + assert srcdir.is_dir() + + makefile = pathlib.Path(sysconfig.get_makefile_filename()) + assert makefile.parent.samefile(srcdir) + + @pytest.mark.skipif('sysconfig.IS_PYPY') + @pytest.mark.skipif('not sysconfig.python_build') + def test_srcdir_python_build(self): + # See #15364. + srcdir = pathlib.Path(sysconfig.get_config_var('srcdir')) + + # The python executable has not been installed so srcdir + # should be a full source checkout. + Python_h = srcdir.joinpath('Include', 'Python.h') + assert Python_h.is_file() + assert sysconfig._is_python_source_dir(srcdir) + assert sysconfig._is_python_source_dir(str(srcdir)) + + def test_srcdir_independent_of_cwd(self): + """ + srcdir should be independent of the current working directory + """ + # See #15364. + srcdir = sysconfig.get_config_var('srcdir') + with path.Path('..'): + srcdir2 = sysconfig.get_config_var('srcdir') + assert srcdir == srcdir2 + + def customize_compiler(self): + # make sure AR gets caught + class compiler: + compiler_type = 'unix' + executables = UnixCCompiler.executables + + def __init__(self): + self.exes = {} + + def set_executables(self, **kw): + for k, v in kw.items(): + self.exes[k] = v + + sysconfig_vars = { + 'AR': 'sc_ar', + 'CC': 'sc_cc', + 'CXX': 'sc_cxx', + 'ARFLAGS': '--sc-arflags', + 'CFLAGS': '--sc-cflags', + 'CCSHARED': '--sc-ccshared', + 'LDSHARED': 'sc_ldshared', + 'SHLIB_SUFFIX': 'sc_shutil_suffix', + } + + comp = compiler() + with contextlib.ExitStack() as cm: + for key, value in sysconfig_vars.items(): + cm.enter_context(swap_item(sysconfig._config_vars, key, value)) + sysconfig.customize_compiler(comp) + + return comp + + @pytest.mark.skipif("not isinstance(new_compiler(), UnixCCompiler)") + @pytest.mark.usefixtures('disable_macos_customization') + def test_customize_compiler(self): + # Make sure that sysconfig._config_vars is initialized + sysconfig.get_config_vars() + + os.environ['AR'] = 'env_ar' + os.environ['CC'] = 'env_cc' + os.environ['CPP'] = 'env_cpp' + os.environ['CXX'] = 'env_cxx --env-cxx-flags' + os.environ['LDSHARED'] = 'env_ldshared' + os.environ['LDFLAGS'] = '--env-ldflags' + os.environ['ARFLAGS'] = '--env-arflags' + os.environ['CFLAGS'] = '--env-cflags' + os.environ['CPPFLAGS'] = '--env-cppflags' + os.environ['RANLIB'] = 'env_ranlib' + + comp = self.customize_compiler() + assert comp.exes['archiver'] == 'env_ar --env-arflags' + assert comp.exes['preprocessor'] == 'env_cpp --env-cppflags' + assert comp.exes['compiler'] == 'env_cc --env-cflags --env-cppflags' + assert comp.exes['compiler_so'] == ( + 'env_cc --env-cflags --env-cppflags --sc-ccshared' + ) + assert ( + comp.exes['compiler_cxx'] + == 'env_cxx --env-cxx-flags --sc-cflags --env-cppflags' + ) + assert comp.exes['linker_exe'] == 'env_cc' + assert comp.exes['linker_so'] == ( + 'env_ldshared --env-ldflags --env-cflags --env-cppflags' + ) + assert comp.shared_lib_extension == 'sc_shutil_suffix' + + if sys.platform == "darwin": + assert comp.exes['ranlib'] == 'env_ranlib' + else: + assert 'ranlib' not in comp.exes + + del os.environ['AR'] + del os.environ['CC'] + del os.environ['CPP'] + del os.environ['CXX'] + del os.environ['LDSHARED'] + del os.environ['LDFLAGS'] + del os.environ['ARFLAGS'] + del os.environ['CFLAGS'] + del os.environ['CPPFLAGS'] + del os.environ['RANLIB'] + + comp = self.customize_compiler() + assert comp.exes['archiver'] == 'sc_ar --sc-arflags' + assert comp.exes['preprocessor'] == 'sc_cc -E' + assert comp.exes['compiler'] == 'sc_cc --sc-cflags' + assert comp.exes['compiler_so'] == 'sc_cc --sc-cflags --sc-ccshared' + assert comp.exes['compiler_cxx'] == 'sc_cxx --sc-cflags' + assert comp.exes['linker_exe'] == 'sc_cc' + assert comp.exes['linker_so'] == 'sc_ldshared' + assert comp.shared_lib_extension == 'sc_shutil_suffix' + assert 'ranlib' not in comp.exes + + def test_parse_makefile_base(self, tmp_path): + makefile = _gen_makefile( + tmp_path, + """ + CONFIG_ARGS= '--arg1=optarg1' 'ENV=LIB' + VAR=$OTHER + OTHER=foo + """, + ) + d = sysconfig.parse_makefile(makefile) + assert d == {'CONFIG_ARGS': "'--arg1=optarg1' 'ENV=LIB'", 'OTHER': 'foo'} + + def test_parse_makefile_literal_dollar(self, tmp_path): + makefile = _gen_makefile( + tmp_path, + """ + CONFIG_ARGS= '--arg1=optarg1' 'ENV=\\$$LIB' + VAR=$OTHER + OTHER=foo + """, + ) + d = sysconfig.parse_makefile(makefile) + assert d == {'CONFIG_ARGS': r"'--arg1=optarg1' 'ENV=\$LIB'", 'OTHER': 'foo'} + + def test_sysconfig_module(self): + import sysconfig as global_sysconfig + + assert global_sysconfig.get_config_var('CFLAGS') == sysconfig.get_config_var( + 'CFLAGS' + ) + assert global_sysconfig.get_config_var('LDFLAGS') == sysconfig.get_config_var( + 'LDFLAGS' + ) + + # On macOS, binary installers support extension module building on + # various levels of the operating system with differing Xcode + # configurations, requiring customization of some of the + # compiler configuration directives to suit the environment on + # the installed machine. Some of these customizations may require + # running external programs and are thus deferred until needed by + # the first extension module build. Only + # the Distutils version of sysconfig is used for extension module + # builds, which happens earlier in the Distutils tests. This may + # cause the following tests to fail since no tests have caused + # the global version of sysconfig to call the customization yet. + # The solution for now is to simply skip this test in this case. + # The longer-term solution is to only have one version of sysconfig. + @pytest.mark.skipif("sysconfig.get_config_var('CUSTOMIZED_OSX_COMPILER')") + def test_sysconfig_compiler_vars(self): + import sysconfig as global_sysconfig + + if sysconfig.get_config_var('CUSTOMIZED_OSX_COMPILER'): + pytest.skip('compiler flags customized') + assert global_sysconfig.get_config_var('LDSHARED') == sysconfig.get_config_var( + 'LDSHARED' + ) + assert global_sysconfig.get_config_var('CC') == sysconfig.get_config_var('CC') + + @pytest.mark.skipif("not sysconfig.get_config_var('EXT_SUFFIX')") + def test_SO_deprecation(self): + with pytest.warns(DeprecationWarning): + sysconfig.get_config_var('SO') + + def test_customize_compiler_before_get_config_vars(self, tmp_path): + # Issue #21923: test that a Distribution compiler + # instance can be called without an explicit call to + # get_config_vars(). + jaraco.path.build( + { + 'file': trim(""" + from distutils.core import Distribution + config = Distribution().get_command_obj('config') + # try_compile may pass or it may fail if no compiler + # is found but it should not raise an exception. + rc = config.try_compile('int x;') + """) + }, + tmp_path, + ) + p = subprocess.Popen( + [sys.executable, tmp_path / 'file'], + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT, + universal_newlines=True, + encoding='utf-8', + ) + outs, errs = p.communicate() + assert 0 == p.returncode, "Subprocess failed: " + outs + + def test_parse_config_h(self): + config_h = sysconfig.get_config_h_filename() + input = {} + with open(config_h, encoding="utf-8") as f: + result = sysconfig.parse_config_h(f, g=input) + assert input is result + with open(config_h, encoding="utf-8") as f: + result = sysconfig.parse_config_h(f) + assert isinstance(result, dict) + + @pytest.mark.skipif("platform.system() != 'Windows'") + @pytest.mark.skipif("sys.implementation.name != 'cpython'") + def test_win_ext_suffix(self): + assert sysconfig.get_config_var("EXT_SUFFIX").endswith(".pyd") + assert sysconfig.get_config_var("EXT_SUFFIX") != ".pyd" + + @pytest.mark.skipif("platform.system() != 'Windows'") + @pytest.mark.skipif("sys.implementation.name != 'cpython'") + @pytest.mark.skipif( + '\\PCbuild\\'.casefold() not in sys.executable.casefold(), + reason='Need sys.executable to be in a source tree', + ) + def test_win_build_venv_from_source_tree(self, tmp_path): + """Ensure distutils.sysconfig detects venvs from source tree builds.""" + env = jaraco.envs.VEnv() + env.create_opts = env.clean_opts + env.root = tmp_path + env.ensure_env() + cmd = [ + env.exe(), + "-c", + "import distutils.sysconfig; print(distutils.sysconfig.python_build)", + ] + distutils_path = os.path.dirname(os.path.dirname(distutils.__file__)) + out = subprocess.check_output( + cmd, env={**os.environ, "PYTHONPATH": distutils_path} + ) + assert out == "True" + + def test_get_python_inc_missing_config_dir(self, monkeypatch): + """ + In portable Python installations, the sysconfig will be broken, + pointing to the directories where the installation was built and + not where it currently is. In this case, ensure that the missing + directory isn't used for get_python_inc. + + See pypa/distutils#178. + """ + + def override(name): + if name == 'INCLUDEPY': + return '/does-not-exist' + return sysconfig.get_config_var(name) + + monkeypatch.setattr(sysconfig, 'get_config_var', override) + + assert os.path.exists(sysconfig.get_python_inc()) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py new file mode 100644 index 0000000..f511156 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_text_file.py @@ -0,0 +1,127 @@ +"""Tests for distutils.text_file.""" + +from distutils.tests import support +from distutils.text_file import TextFile + +import jaraco.path +import path + +TEST_DATA = """# test file + +line 3 \\ +# intervening comment + continues on next line +""" + + +class TestTextFile(support.TempdirManager): + def test_class(self): + # old tests moved from text_file.__main__ + # so they are really called by the buildbots + + # result 1: no fancy options + result1 = [ + '# test file\n', + '\n', + 'line 3 \\\n', + '# intervening comment\n', + ' continues on next line\n', + ] + + # result 2: just strip comments + result2 = ["\n", "line 3 \\\n", " continues on next line\n"] + + # result 3: just strip blank lines + result3 = [ + "# test file\n", + "line 3 \\\n", + "# intervening comment\n", + " continues on next line\n", + ] + + # result 4: default, strip comments, blank lines, + # and trailing whitespace + result4 = ["line 3 \\", " continues on next line"] + + # result 5: strip comments and blanks, plus join lines (but don't + # "collapse" joined lines + result5 = ["line 3 continues on next line"] + + # result 6: strip comments and blanks, plus join lines (and + # "collapse" joined lines + result6 = ["line 3 continues on next line"] + + def test_input(count, description, file, expected_result): + result = file.readlines() + assert result == expected_result + + tmp_path = path.Path(self.mkdtemp()) + filename = tmp_path / 'test.txt' + jaraco.path.build({filename.name: TEST_DATA}, tmp_path) + + in_file = TextFile( + filename, + strip_comments=False, + skip_blanks=False, + lstrip_ws=False, + rstrip_ws=False, + ) + try: + test_input(1, "no processing", in_file, result1) + finally: + in_file.close() + + in_file = TextFile( + filename, + strip_comments=True, + skip_blanks=False, + lstrip_ws=False, + rstrip_ws=False, + ) + try: + test_input(2, "strip comments", in_file, result2) + finally: + in_file.close() + + in_file = TextFile( + filename, + strip_comments=False, + skip_blanks=True, + lstrip_ws=False, + rstrip_ws=False, + ) + try: + test_input(3, "strip blanks", in_file, result3) + finally: + in_file.close() + + in_file = TextFile(filename) + try: + test_input(4, "default processing", in_file, result4) + finally: + in_file.close() + + in_file = TextFile( + filename, + strip_comments=True, + skip_blanks=True, + join_lines=True, + rstrip_ws=True, + ) + try: + test_input(5, "join lines without collapsing", in_file, result5) + finally: + in_file.close() + + in_file = TextFile( + filename, + strip_comments=True, + skip_blanks=True, + join_lines=True, + rstrip_ws=True, + collapse_join=True, + ) + try: + test_input(6, "join lines with collapsing", in_file, result6) + finally: + in_file.close() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py new file mode 100644 index 0000000..00c9743 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_util.py @@ -0,0 +1,243 @@ +"""Tests for distutils.util.""" + +import email +import email.generator +import email.policy +import io +import os +import pathlib +import sys +import sysconfig as stdlib_sysconfig +import unittest.mock as mock +from copy import copy +from distutils import sysconfig, util +from distutils.errors import DistutilsByteCompileError, DistutilsPlatformError +from distutils.util import ( + byte_compile, + change_root, + check_environ, + convert_path, + get_host_platform, + get_platform, + grok_environment_error, + rfc822_escape, + split_quoted, + strtobool, +) + +import pytest + + +@pytest.fixture(autouse=True) +def environment(monkeypatch): + monkeypatch.setattr(os, 'name', os.name) + monkeypatch.setattr(sys, 'platform', sys.platform) + monkeypatch.setattr(sys, 'version', sys.version) + monkeypatch.setattr(os, 'sep', os.sep) + monkeypatch.setattr(os.path, 'join', os.path.join) + monkeypatch.setattr(os.path, 'isabs', os.path.isabs) + monkeypatch.setattr(os.path, 'splitdrive', os.path.splitdrive) + monkeypatch.setattr(sysconfig, '_config_vars', copy(sysconfig._config_vars)) + + +@pytest.mark.usefixtures('save_env') +class TestUtil: + def test_get_host_platform(self): + with mock.patch('os.name', 'nt'): + with mock.patch('sys.version', '... [... (ARM64)]'): + assert get_host_platform() == 'win-arm64' + with mock.patch('sys.version', '... [... (ARM)]'): + assert get_host_platform() == 'win-arm32' + + with mock.patch('sys.version_info', (3, 9, 0, 'final', 0)): + assert get_host_platform() == stdlib_sysconfig.get_platform() + + def test_get_platform(self): + with mock.patch('os.name', 'nt'): + with mock.patch.dict('os.environ', {'VSCMD_ARG_TGT_ARCH': 'x86'}): + assert get_platform() == 'win32' + with mock.patch.dict('os.environ', {'VSCMD_ARG_TGT_ARCH': 'x64'}): + assert get_platform() == 'win-amd64' + with mock.patch.dict('os.environ', {'VSCMD_ARG_TGT_ARCH': 'arm'}): + assert get_platform() == 'win-arm32' + with mock.patch.dict('os.environ', {'VSCMD_ARG_TGT_ARCH': 'arm64'}): + assert get_platform() == 'win-arm64' + + def test_convert_path(self): + expected = os.sep.join(('', 'home', 'to', 'my', 'stuff')) + assert convert_path('/home/to/my/stuff') == expected + assert convert_path(pathlib.Path('/home/to/my/stuff')) == expected + assert convert_path('.') == os.curdir + + def test_change_root(self): + # linux/mac + os.name = 'posix' + + def _isabs(path): + return path[0] == '/' + + os.path.isabs = _isabs + + def _join(*path): + return '/'.join(path) + + os.path.join = _join + + assert change_root('/root', '/old/its/here') == '/root/old/its/here' + assert change_root('/root', 'its/here') == '/root/its/here' + + # windows + os.name = 'nt' + os.sep = '\\' + + def _isabs(path): + return path.startswith('c:\\') + + os.path.isabs = _isabs + + def _splitdrive(path): + if path.startswith('c:'): + return ('', path.replace('c:', '')) + return ('', path) + + os.path.splitdrive = _splitdrive + + def _join(*path): + return '\\'.join(path) + + os.path.join = _join + + assert ( + change_root('c:\\root', 'c:\\old\\its\\here') == 'c:\\root\\old\\its\\here' + ) + assert change_root('c:\\root', 'its\\here') == 'c:\\root\\its\\here' + + # BugsBunny os (it's a great os) + os.name = 'BugsBunny' + with pytest.raises(DistutilsPlatformError): + change_root('c:\\root', 'its\\here') + + # XXX platforms to be covered: mac + + def test_check_environ(self): + util.check_environ.cache_clear() + os.environ.pop('HOME', None) + + check_environ() + + assert os.environ['PLAT'] == get_platform() + + @pytest.mark.skipif("os.name != 'posix'") + def test_check_environ_getpwuid(self): + util.check_environ.cache_clear() + os.environ.pop('HOME', None) + + import pwd + + # only set pw_dir field, other fields are not used + result = pwd.struct_passwd(( + None, + None, + None, + None, + None, + '/home/distutils', + None, + )) + with mock.patch.object(pwd, 'getpwuid', return_value=result): + check_environ() + assert os.environ['HOME'] == '/home/distutils' + + util.check_environ.cache_clear() + os.environ.pop('HOME', None) + + # bpo-10496: Catch pwd.getpwuid() error + with mock.patch.object(pwd, 'getpwuid', side_effect=KeyError): + check_environ() + assert 'HOME' not in os.environ + + def test_split_quoted(self): + assert split_quoted('""one"" "two" \'three\' \\four') == [ + 'one', + 'two', + 'three', + 'four', + ] + + def test_strtobool(self): + yes = ('y', 'Y', 'yes', 'True', 't', 'true', 'True', 'On', 'on', '1') + no = ('n', 'no', 'f', 'false', 'off', '0', 'Off', 'No', 'N') + + for y in yes: + assert strtobool(y) + + for n in no: + assert not strtobool(n) + + indent = 8 * ' ' + + @pytest.mark.parametrize( + "given,wanted", + [ + # 0x0b, 0x0c, ..., etc are also considered a line break by Python + ("hello\x0b\nworld\n", f"hello\x0b{indent}\n{indent}world\n{indent}"), + ("hello\x1eworld", f"hello\x1e{indent}world"), + ("", ""), + ( + "I am a\npoor\nlonesome\nheader\n", + f"I am a\n{indent}poor\n{indent}lonesome\n{indent}header\n{indent}", + ), + ], + ) + def test_rfc822_escape(self, given, wanted): + """ + We want to ensure a multi-line header parses correctly. + + For interoperability, the escaped value should also "round-trip" over + `email.generator.Generator.flatten` and `email.message_from_*` + (see pypa/setuptools#4033). + + The main issue is that internally `email.policy.EmailPolicy` uses + `splitlines` which will split on some control chars. If all the new lines + are not prefixed with spaces, the parser will interrupt reading + the current header and produce an incomplete value, while + incorrectly interpreting the rest of the headers as part of the payload. + """ + res = rfc822_escape(given) + + policy = email.policy.EmailPolicy( + utf8=True, + mangle_from_=False, + max_line_length=0, + ) + with io.StringIO() as buffer: + raw = f"header: {res}\nother-header: 42\n\npayload\n" + orig = email.message_from_string(raw) + email.generator.Generator(buffer, policy=policy).flatten(orig) + buffer.seek(0) + regen = email.message_from_file(buffer) + + for msg in (orig, regen): + assert msg.get_payload() == "payload\n" + assert msg["other-header"] == "42" + # Generator may replace control chars with `\n` + assert set(msg["header"].splitlines()) == set(res.splitlines()) + + assert res == wanted + + def test_dont_write_bytecode(self): + # makes sure byte_compile raise a DistutilsError + # if sys.dont_write_bytecode is True + old_dont_write_bytecode = sys.dont_write_bytecode + sys.dont_write_bytecode = True + try: + with pytest.raises(DistutilsByteCompileError): + byte_compile([]) + finally: + sys.dont_write_bytecode = old_dont_write_bytecode + + def test_grok_environment_error(self): + # test obsolete function to ensure backward compat (#4931) + exc = OSError("Unable to find batch file") + msg = grok_environment_error(exc) + assert msg == "error: Unable to find batch file" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py new file mode 100644 index 0000000..b68f097 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_version.py @@ -0,0 +1,80 @@ +"""Tests for distutils.version.""" + +import distutils +from distutils.version import LooseVersion, StrictVersion + +import pytest + + +@pytest.fixture(autouse=True) +def suppress_deprecation(): + with distutils.version.suppress_known_deprecation(): + yield + + +class TestVersion: + def test_prerelease(self): + version = StrictVersion('1.2.3a1') + assert version.version == (1, 2, 3) + assert version.prerelease == ('a', 1) + assert str(version) == '1.2.3a1' + + version = StrictVersion('1.2.0') + assert str(version) == '1.2' + + def test_cmp_strict(self): + versions = ( + ('1.5.1', '1.5.2b2', -1), + ('161', '3.10a', ValueError), + ('8.02', '8.02', 0), + ('3.4j', '1996.07.12', ValueError), + ('3.2.pl0', '3.1.1.6', ValueError), + ('2g6', '11g', ValueError), + ('0.9', '2.2', -1), + ('1.2.1', '1.2', 1), + ('1.1', '1.2.2', -1), + ('1.2', '1.1', 1), + ('1.2.1', '1.2.2', -1), + ('1.2.2', '1.2', 1), + ('1.2', '1.2.2', -1), + ('0.4.0', '0.4', 0), + ('1.13++', '5.5.kw', ValueError), + ) + + for v1, v2, wanted in versions: + try: + res = StrictVersion(v1)._cmp(StrictVersion(v2)) + except ValueError: + if wanted is ValueError: + continue + else: + raise AssertionError(f"cmp({v1}, {v2}) shouldn't raise ValueError") + assert res == wanted, f'cmp({v1}, {v2}) should be {wanted}, got {res}' + res = StrictVersion(v1)._cmp(v2) + assert res == wanted, f'cmp({v1}, {v2}) should be {wanted}, got {res}' + res = StrictVersion(v1)._cmp(object()) + assert res is NotImplemented, ( + f'cmp({v1}, {v2}) should be NotImplemented, got {res}' + ) + + def test_cmp(self): + versions = ( + ('1.5.1', '1.5.2b2', -1), + ('161', '3.10a', 1), + ('8.02', '8.02', 0), + ('3.4j', '1996.07.12', -1), + ('3.2.pl0', '3.1.1.6', 1), + ('2g6', '11g', -1), + ('0.960923', '2.2beta29', -1), + ('1.13++', '5.5.kw', -1), + ) + + for v1, v2, wanted in versions: + res = LooseVersion(v1)._cmp(LooseVersion(v2)) + assert res == wanted, f'cmp({v1}, {v2}) should be {wanted}, got {res}' + res = LooseVersion(v1)._cmp(v2) + assert res == wanted, f'cmp({v1}, {v2}) should be {wanted}, got {res}' + res = LooseVersion(v1)._cmp(object()) + assert res is NotImplemented, ( + f'cmp({v1}, {v2}) should be NotImplemented, got {res}' + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_versionpredicate.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/test_versionpredicate.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/unix_compat.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/unix_compat.py new file mode 100644 index 0000000..a5d9ee4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/tests/unix_compat.py @@ -0,0 +1,17 @@ +import sys + +try: + import grp + import pwd +except ImportError: + grp = pwd = None + +import pytest + +UNIX_ID_SUPPORT = grp and pwd +UID_0_SUPPORT = UNIX_ID_SUPPORT and sys.platform != "cygwin" + +require_unix_id = pytest.mark.skipif( + not UNIX_ID_SUPPORT, reason="Requires grp and pwd support" +) +require_uid_0 = pytest.mark.skipif(not UID_0_SUPPORT, reason="Requires UID 0 support") diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/text_file.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/text_file.py new file mode 100644 index 0000000..89d9048 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/text_file.py @@ -0,0 +1,286 @@ +"""text_file + +provides the TextFile class, which gives an interface to text files +that (optionally) takes care of stripping comments, ignoring blank +lines, and joining lines with backslashes.""" + +import sys + + +class TextFile: + """Provides a file-like object that takes care of all the things you + commonly want to do when processing a text file that has some + line-by-line syntax: strip comments (as long as "#" is your + comment character), skip blank lines, join adjacent lines by + escaping the newline (ie. backslash at end of line), strip + leading and/or trailing whitespace. All of these are optional + and independently controllable. + + Provides a 'warn()' method so you can generate warning messages that + report physical line number, even if the logical line in question + spans multiple physical lines. Also provides 'unreadline()' for + implementing line-at-a-time lookahead. + + Constructor is called as: + + TextFile (filename=None, file=None, **options) + + It bombs (RuntimeError) if both 'filename' and 'file' are None; + 'filename' should be a string, and 'file' a file object (or + something that provides 'readline()' and 'close()' methods). It is + recommended that you supply at least 'filename', so that TextFile + can include it in warning messages. If 'file' is not supplied, + TextFile creates its own using 'io.open()'. + + The options are all boolean, and affect the value returned by + 'readline()': + strip_comments [default: true] + strip from "#" to end-of-line, as well as any whitespace + leading up to the "#" -- unless it is escaped by a backslash + lstrip_ws [default: false] + strip leading whitespace from each line before returning it + rstrip_ws [default: true] + strip trailing whitespace (including line terminator!) from + each line before returning it + skip_blanks [default: true} + skip lines that are empty *after* stripping comments and + whitespace. (If both lstrip_ws and rstrip_ws are false, + then some lines may consist of solely whitespace: these will + *not* be skipped, even if 'skip_blanks' is true.) + join_lines [default: false] + if a backslash is the last non-newline character on a line + after stripping comments and whitespace, join the following line + to it to form one "logical line"; if N consecutive lines end + with a backslash, then N+1 physical lines will be joined to + form one logical line. + collapse_join [default: false] + strip leading whitespace from lines that are joined to their + predecessor; only matters if (join_lines and not lstrip_ws) + errors [default: 'strict'] + error handler used to decode the file content + + Note that since 'rstrip_ws' can strip the trailing newline, the + semantics of 'readline()' must differ from those of the builtin file + object's 'readline()' method! In particular, 'readline()' returns + None for end-of-file: an empty string might just be a blank line (or + an all-whitespace line), if 'rstrip_ws' is true but 'skip_blanks' is + not.""" + + default_options = { + 'strip_comments': 1, + 'skip_blanks': 1, + 'lstrip_ws': 0, + 'rstrip_ws': 1, + 'join_lines': 0, + 'collapse_join': 0, + 'errors': 'strict', + } + + def __init__(self, filename=None, file=None, **options): + """Construct a new TextFile object. At least one of 'filename' + (a string) and 'file' (a file-like object) must be supplied. + They keyword argument options are described above and affect + the values returned by 'readline()'.""" + if filename is None and file is None: + raise RuntimeError( + "you must supply either or both of 'filename' and 'file'" + ) + + # set values for all options -- either from client option hash + # or fallback to default_options + for opt in self.default_options.keys(): + if opt in options: + setattr(self, opt, options[opt]) + else: + setattr(self, opt, self.default_options[opt]) + + # sanity check client option hash + for opt in options.keys(): + if opt not in self.default_options: + raise KeyError(f"invalid TextFile option '{opt}'") + + if file is None: + self.open(filename) + else: + self.filename = filename + self.file = file + self.current_line = 0 # assuming that file is at BOF! + + # 'linebuf' is a stack of lines that will be emptied before we + # actually read from the file; it's only populated by an + # 'unreadline()' operation + self.linebuf = [] + + def open(self, filename): + """Open a new file named 'filename'. This overrides both the + 'filename' and 'file' arguments to the constructor.""" + self.filename = filename + self.file = open(self.filename, errors=self.errors, encoding='utf-8') + self.current_line = 0 + + def close(self): + """Close the current file and forget everything we know about it + (filename, current line number).""" + file = self.file + self.file = None + self.filename = None + self.current_line = None + file.close() + + def gen_error(self, msg, line=None): + outmsg = [] + if line is None: + line = self.current_line + outmsg.append(self.filename + ", ") + if isinstance(line, (list, tuple)): + outmsg.append("lines {}-{}: ".format(*line)) + else: + outmsg.append(f"line {int(line)}: ") + outmsg.append(str(msg)) + return "".join(outmsg) + + def error(self, msg, line=None): + raise ValueError("error: " + self.gen_error(msg, line)) + + def warn(self, msg, line=None): + """Print (to stderr) a warning message tied to the current logical + line in the current file. If the current logical line in the + file spans multiple physical lines, the warning refers to the + whole range, eg. "lines 3-5". If 'line' supplied, it overrides + the current line number; it may be a list or tuple to indicate a + range of physical lines, or an integer for a single physical + line.""" + sys.stderr.write("warning: " + self.gen_error(msg, line) + "\n") + + def readline(self): # noqa: C901 + """Read and return a single logical line from the current file (or + from an internal buffer if lines have previously been "unread" + with 'unreadline()'). If the 'join_lines' option is true, this + may involve reading multiple physical lines concatenated into a + single string. Updates the current line number, so calling + 'warn()' after 'readline()' emits a warning about the physical + line(s) just read. Returns None on end-of-file, since the empty + string can occur if 'rstrip_ws' is true but 'strip_blanks' is + not.""" + # If any "unread" lines waiting in 'linebuf', return the top + # one. (We don't actually buffer read-ahead data -- lines only + # get put in 'linebuf' if the client explicitly does an + # 'unreadline()'. + if self.linebuf: + line = self.linebuf[-1] + del self.linebuf[-1] + return line + + buildup_line = '' + + while True: + # read the line, make it None if EOF + line = self.file.readline() + if line == '': + line = None + + if self.strip_comments and line: + # Look for the first "#" in the line. If none, never + # mind. If we find one and it's the first character, or + # is not preceded by "\", then it starts a comment -- + # strip the comment, strip whitespace before it, and + # carry on. Otherwise, it's just an escaped "#", so + # unescape it (and any other escaped "#"'s that might be + # lurking in there) and otherwise leave the line alone. + + pos = line.find("#") + if pos == -1: # no "#" -- no comments + pass + + # It's definitely a comment -- either "#" is the first + # character, or it's elsewhere and unescaped. + elif pos == 0 or line[pos - 1] != "\\": + # Have to preserve the trailing newline, because it's + # the job of a later step (rstrip_ws) to remove it -- + # and if rstrip_ws is false, we'd better preserve it! + # (NB. this means that if the final line is all comment + # and has no trailing newline, we will think that it's + # EOF; I think that's OK.) + eol = (line[-1] == '\n') and '\n' or '' + line = line[0:pos] + eol + + # If all that's left is whitespace, then skip line + # *now*, before we try to join it to 'buildup_line' -- + # that way constructs like + # hello \\ + # # comment that should be ignored + # there + # result in "hello there". + if line.strip() == "": + continue + else: # it's an escaped "#" + line = line.replace("\\#", "#") + + # did previous line end with a backslash? then accumulate + if self.join_lines and buildup_line: + # oops: end of file + if line is None: + self.warn("continuation line immediately precedes end-of-file") + return buildup_line + + if self.collapse_join: + line = line.lstrip() + line = buildup_line + line + + # careful: pay attention to line number when incrementing it + if isinstance(self.current_line, list): + self.current_line[1] = self.current_line[1] + 1 + else: + self.current_line = [self.current_line, self.current_line + 1] + # just an ordinary line, read it as usual + else: + if line is None: # eof + return None + + # still have to be careful about incrementing the line number! + if isinstance(self.current_line, list): + self.current_line = self.current_line[1] + 1 + else: + self.current_line = self.current_line + 1 + + # strip whitespace however the client wants (leading and + # trailing, or one or the other, or neither) + if self.lstrip_ws and self.rstrip_ws: + line = line.strip() + elif self.lstrip_ws: + line = line.lstrip() + elif self.rstrip_ws: + line = line.rstrip() + + # blank line (whether we rstrip'ed or not)? skip to next line + # if appropriate + if line in ('', '\n') and self.skip_blanks: + continue + + if self.join_lines: + if line[-1] == '\\': + buildup_line = line[:-1] + continue + + if line[-2:] == '\\\n': + buildup_line = line[0:-2] + '\n' + continue + + # well, I guess there's some actual content there: return it + return line + + def readlines(self): + """Read and return the list of all logical lines remaining in the + current file.""" + lines = [] + while True: + line = self.readline() + if line is None: + return lines + lines.append(line) + + def unreadline(self, line): + """Push 'line' (a string) onto an internal buffer that will be + checked by future 'readline()' calls. Handy for implementing + a parser with line-at-a-time lookahead.""" + self.linebuf.append(line) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py new file mode 100644 index 0000000..20b8ce6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py @@ -0,0 +1,9 @@ +import importlib + +from .compilers.C import unix + +UnixCCompiler = unix.Compiler + +# ensure import of unixccompiler implies ccompiler imported +# (pypa/setuptools#4871) +importlib.import_module('distutils.ccompiler') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/util.py new file mode 100644 index 0000000..6dbe049 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/util.py @@ -0,0 +1,518 @@ +"""distutils.util + +Miscellaneous utility functions -- anything that doesn't fit into +one of the other *util.py modules. +""" + +from __future__ import annotations + +import functools +import importlib.util +import os +import pathlib +import re +import string +import subprocess +import sys +import sysconfig +import tempfile +from collections.abc import Callable, Iterable, Mapping +from typing import TYPE_CHECKING, AnyStr + +from jaraco.functools import pass_none + +from ._log import log +from ._modified import newer +from .errors import DistutilsByteCompileError, DistutilsPlatformError +from .spawn import spawn + +if TYPE_CHECKING: + from typing_extensions import TypeVarTuple, Unpack + + _Ts = TypeVarTuple("_Ts") + + +def get_host_platform() -> str: + """ + Return a string that identifies the current platform. Use this + function to distinguish platform-specific build directories and + platform-specific built distributions. + """ + + # This function initially exposed platforms as defined in Python 3.9 + # even with older Python versions when distutils was split out. + # Now it delegates to stdlib sysconfig. + + return sysconfig.get_platform() + + +def get_platform() -> str: + if os.name == 'nt': + TARGET_TO_PLAT = { + 'x86': 'win32', + 'x64': 'win-amd64', + 'arm': 'win-arm32', + 'arm64': 'win-arm64', + } + target = os.environ.get('VSCMD_ARG_TGT_ARCH') + return TARGET_TO_PLAT.get(target) or get_host_platform() + return get_host_platform() + + +if sys.platform == 'darwin': + _syscfg_macosx_ver = None # cache the version pulled from sysconfig +MACOSX_VERSION_VAR = 'MACOSX_DEPLOYMENT_TARGET' + + +def _clear_cached_macosx_ver(): + """For testing only. Do not call.""" + global _syscfg_macosx_ver + _syscfg_macosx_ver = None + + +def get_macosx_target_ver_from_syscfg(): + """Get the version of macOS latched in the Python interpreter configuration. + Returns the version as a string or None if can't obtain one. Cached.""" + global _syscfg_macosx_ver + if _syscfg_macosx_ver is None: + from distutils import sysconfig + + ver = sysconfig.get_config_var(MACOSX_VERSION_VAR) or '' + if ver: + _syscfg_macosx_ver = ver + return _syscfg_macosx_ver + + +def get_macosx_target_ver(): + """Return the version of macOS for which we are building. + + The target version defaults to the version in sysconfig latched at time + the Python interpreter was built, unless overridden by an environment + variable. If neither source has a value, then None is returned""" + + syscfg_ver = get_macosx_target_ver_from_syscfg() + env_ver = os.environ.get(MACOSX_VERSION_VAR) + + if env_ver: + # Validate overridden version against sysconfig version, if have both. + # Ensure that the deployment target of the build process is not less + # than 10.3 if the interpreter was built for 10.3 or later. This + # ensures extension modules are built with correct compatibility + # values, specifically LDSHARED which can use + # '-undefined dynamic_lookup' which only works on >= 10.3. + if ( + syscfg_ver + and split_version(syscfg_ver) >= [10, 3] + and split_version(env_ver) < [10, 3] + ): + my_msg = ( + '$' + MACOSX_VERSION_VAR + ' mismatch: ' + f'now "{env_ver}" but "{syscfg_ver}" during configure; ' + 'must use 10.3 or later' + ) + raise DistutilsPlatformError(my_msg) + return env_ver + return syscfg_ver + + +def split_version(s: str) -> list[int]: + """Convert a dot-separated string into a list of numbers for comparisons""" + return [int(n) for n in s.split('.')] + + +@pass_none +def convert_path(pathname: str | os.PathLike[str]) -> str: + r""" + Allow for pathlib.Path inputs, coax to a native path string. + + If None is passed, will just pass it through as + Setuptools relies on this behavior. + + >>> convert_path(None) is None + True + + Removes empty paths. + + >>> convert_path('foo/./bar').replace('\\', '/') + 'foo/bar' + """ + return os.fspath(pathlib.PurePath(pathname)) + + +def change_root( + new_root: AnyStr | os.PathLike[AnyStr], pathname: AnyStr | os.PathLike[AnyStr] +) -> AnyStr: + """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. + """ + 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] == os.sep: + path = path[1:] + return os.path.join(new_root, path) + + raise DistutilsPlatformError(f"nothing known about platform '{os.name}'") + + +@functools.lru_cache +def check_environ() -> None: + """Ensure that 'os.environ' has all the environment variables we + guarantee that users can use in config files, command-line options, + etc. Currently this includes: + HOME - user's home directory (Unix only) + PLAT - description of the current platform, including hardware + and OS (see 'get_platform()') + """ + if os.name == 'posix' and 'HOME' not in os.environ: + try: + import pwd + + os.environ['HOME'] = pwd.getpwuid(os.getuid())[5] + except (ImportError, KeyError): + # bpo-10496: if the current user identifier doesn't exist in the + # password database, do nothing + pass + + if 'PLAT' not in os.environ: + os.environ['PLAT'] = get_platform() + + +def subst_vars(s, local_vars: Mapping[str, object]) -> str: + """ + Perform variable substitution on 'string'. + Variables are indicated by format-style braces ("{var}"). + Variable is substituted by the value found in the 'local_vars' + dictionary or in 'os.environ' if it's not in 'local_vars'. + 'os.environ' is first checked/augmented to guarantee that it contains + certain values: see 'check_environ()'. Raise ValueError for any + variables not found in either 'local_vars' or 'os.environ'. + """ + check_environ() + lookup = dict(os.environ) + lookup.update((name, str(value)) for name, value in local_vars.items()) + try: + return _subst_compat(s).format_map(lookup) + except KeyError as var: + raise ValueError(f"invalid variable {var}") + + +def _subst_compat(s): + """ + Replace shell/Perl-style variable substitution with + format-style. For compatibility. + """ + + def _subst(match): + return f'{{{match.group(1)}}}' + + repl = re.sub(r'\$([a-zA-Z_][a-zA-Z_0-9]*)', _subst, s) + if repl != s: + import warnings + + warnings.warn( + "shell/Perl-style substitutions are deprecated", + DeprecationWarning, + ) + return repl + + +def grok_environment_error(exc: object, prefix: str = "error: ") -> str: + # Function kept for backward compatibility. + # Used to try clever things with EnvironmentErrors, + # but nowadays str(exception) produces good messages. + return prefix + str(exc) + + +# Needed by 'split_quoted()' +_wordchars_re = _squote_re = _dquote_re = None + + +def _init_regex(): + global _wordchars_re, _squote_re, _dquote_re + _wordchars_re = re.compile(rf'[^\\\'\"{string.whitespace} ]*') + _squote_re = re.compile(r"'(?:[^'\\]|\\.)*'") + _dquote_re = re.compile(r'"(?:[^"\\]|\\.)*"') + + +def split_quoted(s: str) -> list[str]: + """Split a string up according to Unix shell-like rules for quotes and + backslashes. In short: words are delimited by spaces, as long as those + spaces are not escaped by a backslash, or inside a quoted string. + Single and double quotes are equivalent, and the quote characters can + be backslash-escaped. The backslash is stripped from any two-character + escape sequence, leaving only the escaped character. The quote + characters are stripped from any quoted string. Returns a list of + words. + """ + + # This is a nice algorithm for splitting up a single string, since it + # doesn't require character-by-character examination. It was a little + # bit of a brain-bender to get it working right, though... + if _wordchars_re is None: + _init_regex() + + s = s.strip() + words = [] + pos = 0 + + while s: + m = _wordchars_re.match(s, pos) + end = m.end() + if end == len(s): + words.append(s[:end]) + break + + if s[end] in string.whitespace: + # unescaped, unquoted whitespace: now + # we definitely have a word delimiter + words.append(s[:end]) + s = s[end:].lstrip() + pos = 0 + + elif s[end] == '\\': + # preserve whatever is being escaped; + # will become part of the current word + s = s[:end] + s[end + 1 :] + pos = end + 1 + + else: + if s[end] == "'": # slurp singly-quoted string + m = _squote_re.match(s, end) + elif s[end] == '"': # slurp doubly-quoted string + m = _dquote_re.match(s, end) + else: + raise RuntimeError(f"this can't happen (bad char '{s[end]}')") + + if m is None: + raise ValueError(f"bad string (mismatched {s[end]} quotes?)") + + (beg, end) = m.span() + s = s[:beg] + s[beg + 1 : end - 1] + s[end:] + pos = m.end() - 2 + + if pos >= len(s): + words.append(s) + break + + return words + + +# split_quoted () + + +def execute( + func: Callable[[Unpack[_Ts]], object], + args: tuple[Unpack[_Ts]], + msg: object = None, + verbose: bool = False, + dry_run: bool = False, +) -> None: + """ + Perform some action that affects the outside world (e.g. by + writing to the filesystem). Such actions are special because they + are disabled by the 'dry_run' flag. This method handles that + complication; simply supply the + function to call and an argument tuple for it (to embody the + "external action" being performed) and an optional message to + emit. + """ + if msg is None: + msg = f"{func.__name__}{args!r}" + if msg[-2:] == ',)': # correct for singleton tuple + msg = msg[0:-2] + ')' + + log.info(msg) + if not dry_run: + func(*args) + + +def strtobool(val: str) -> bool: + """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 True + elif val in ('n', 'no', 'f', 'false', 'off', '0'): + return False + else: + raise ValueError(f"invalid truth value {val!r}") + + +def byte_compile( # noqa: C901 + py_files: Iterable[str], + optimize: int = 0, + force: bool = False, + prefix: str | None = None, + base_dir: str | None = None, + verbose: bool = True, + dry_run: bool = False, + direct: bool | None = None, +) -> None: + """Byte-compile a collection of Python source files to .pyc + files in a __pycache__ subdirectory. 'py_files' is a list + of files to compile; any files that don't end in ".py" are silently + skipped. 'optimize' must be one of the following: + 0 - don't optimize + 1 - normal optimization (like "python -O") + 2 - extra optimization (like "python -OO") + If 'force' is true, all files are recompiled regardless of + timestamps. + + The source filename encoded in each bytecode file defaults to the + filenames listed in 'py_files'; you can modify these with 'prefix' and + 'basedir'. 'prefix' is a string that will be stripped off of each + source filename, and 'base_dir' is a directory name that will be + prepended (after 'prefix' is stripped). You can supply either or both + (or neither) of 'prefix' and 'base_dir', as you wish. + + If 'dry_run' is true, doesn't actually do anything that would + affect the filesystem. + + Byte-compilation is either done directly in this interpreter process + with the standard py_compile module, or indirectly by writing a + temporary script and executing it. Normally, you should let + 'byte_compile()' figure out to use direct compilation or not (see + the source for details). The 'direct' flag is used by the script + generated in indirect mode; unless you know what you're doing, leave + it set to None. + """ + + # nothing is done if sys.dont_write_bytecode is True + if sys.dont_write_bytecode: + raise DistutilsByteCompileError('byte-compiling is disabled.') + + # First, if the caller didn't force us into direct or indirect mode, + # figure out which mode we should be in. We take a conservative + # approach: choose direct mode *only* if the current interpreter is + # in debug mode and optimize is 0. If we're not in debug mode (-O + # or -OO), we don't know which level of optimization this + # interpreter is running with, so we can't do direct + # byte-compilation and be certain that it's the right thing. Thus, + # always compile indirectly if the current interpreter is in either + # optimize mode, or if either optimization level was requested by + # the caller. + if direct is None: + direct = __debug__ and optimize == 0 + + # "Indirect" byte-compilation: write a temporary script and then + # run it with the appropriate flags. + if not direct: + (script_fd, script_name) = tempfile.mkstemp(".py") + log.info("writing byte-compilation script '%s'", script_name) + if not dry_run: + script = os.fdopen(script_fd, "w", encoding='utf-8') + + with script: + script.write( + """\ +from distutils.util import byte_compile +files = [ +""" + ) + + # XXX would be nice to write absolute filenames, just for + # safety's sake (script should be more robust in the face of + # chdir'ing before running it). But this requires abspath'ing + # 'prefix' as well, and that breaks the hack in build_lib's + # 'byte_compile()' method that carefully tacks on a trailing + # slash (os.sep really) to make sure the prefix here is "just + # right". This whole prefix business is rather delicate -- the + # problem is that it's really a directory, but I'm treating it + # as a dumb string, so trailing slashes and so forth matter. + + script.write(",\n".join(map(repr, py_files)) + "]\n") + script.write( + f""" +byte_compile(files, optimize={optimize!r}, force={force!r}, + prefix={prefix!r}, base_dir={base_dir!r}, + verbose={verbose!r}, dry_run=False, + direct=True) +""" + ) + + cmd = [sys.executable] + cmd.extend(subprocess._optim_args_from_interpreter_flags()) + cmd.append(script_name) + spawn(cmd, dry_run=dry_run) + execute(os.remove, (script_name,), f"removing {script_name}", dry_run=dry_run) + + # "Direct" byte-compilation: use the py_compile module to compile + # right here, right now. Note that the script generated in indirect + # mode simply calls 'byte_compile()' in direct mode, a weird sort of + # cross-process recursion. Hey, it works! + else: + from py_compile import compile + + for file in py_files: + if file[-3:] != ".py": + # This lets us be lazy and not filter filenames in + # the "install_lib" command. + continue + + # Terminology from the py_compile module: + # cfile - byte-compiled file + # dfile - purported source filename (same as 'file' by default) + if optimize >= 0: + opt = '' if optimize == 0 else optimize + cfile = importlib.util.cache_from_source(file, optimization=opt) + else: + cfile = importlib.util.cache_from_source(file) + dfile = file + if prefix: + if file[: len(prefix)] != prefix: + raise ValueError( + f"invalid prefix: filename {file!r} doesn't start with {prefix!r}" + ) + dfile = dfile[len(prefix) :] + if base_dir: + dfile = os.path.join(base_dir, dfile) + + cfile_base = os.path.basename(cfile) + if direct: + if force or newer(file, cfile): + log.info("byte-compiling %s to %s", file, cfile_base) + if not dry_run: + compile(file, cfile, dfile) + else: + log.debug("skipping byte-compilation of %s to %s", file, cfile_base) + + +def rfc822_escape(header: str) -> str: + """Return a version of the string escaped for inclusion in an + RFC-822 header, by ensuring there are 8 spaces space after each newline. + """ + indent = 8 * " " + lines = header.splitlines(keepends=True) + + # Emulate the behaviour of `str.split` + # (the terminal line break in `splitlines` does not result in an extra line): + ends_in_newline = lines and lines[-1].splitlines()[0] != lines[-1] + suffix = indent if ends_in_newline else "" + + return indent.join(lines) + suffix + + +def is_mingw() -> bool: + """Returns True if the current platform is mingw. + + Python compiled with Mingw-w64 has sys.platform == 'win32' and + get_platform() starts with 'mingw'. + """ + return sys.platform == 'win32' and get_platform().startswith('mingw') + + +def is_freethreaded(): + """Return True if the Python interpreter is built with free threading support.""" + return bool(sysconfig.get_config_var('Py_GIL_DISABLED')) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/version.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/version.py new file mode 100644 index 0000000..2223ee9 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/version.py @@ -0,0 +1,348 @@ +# +# distutils/version.py +# +# Implements multiple version numbering conventions for the +# Python Module Distribution Utilities. +# +# $Id$ +# + +"""Provides classes to represent module version numbers (one class for +each style of version numbering). There are currently two such classes +implemented: StrictVersion and LooseVersion. + +Every version number class implements the following interface: + * the 'parse' method takes a string and parses it to some internal + representation; if the string is an invalid version number, + 'parse' raises a ValueError exception + * the class constructor takes an optional string argument which, + if supplied, is passed to 'parse' + * __str__ reconstructs the string that was passed to 'parse' (or + an equivalent string -- ie. one that will generate an equivalent + version number instance) + * __repr__ generates Python code to recreate the version number instance + * _cmp compares the current instance with either another instance + of the same class or a string (which will be parsed to an instance + of the same class, thus must follow the same rules) +""" + +import contextlib +import re +import warnings + + +@contextlib.contextmanager +def suppress_known_deprecation(): + with warnings.catch_warnings(record=True) as ctx: + warnings.filterwarnings( + action='default', + category=DeprecationWarning, + message="distutils Version classes are deprecated.", + ) + yield ctx + + +class Version: + """Abstract base class for version numbering classes. Just provides + constructor (__init__) and reproducer (__repr__), because those + seem to be the same for all version numbering classes; and route + rich comparisons to _cmp. + """ + + def __init__(self, vstring=None): + if vstring: + self.parse(vstring) + warnings.warn( + "distutils Version classes are deprecated. Use packaging.version instead.", + DeprecationWarning, + stacklevel=2, + ) + + def __repr__(self): + return f"{self.__class__.__name__} ('{self}')" + + def __eq__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c == 0 + + def __lt__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c < 0 + + def __le__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c <= 0 + + def __gt__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c > 0 + + def __ge__(self, other): + c = self._cmp(other) + if c is NotImplemented: + return c + return c >= 0 + + +# Interface for version-number classes -- must be implemented +# by the following classes (the concrete ones -- Version should +# be treated as an abstract class). +# __init__ (string) - create and take same action as 'parse' +# (string parameter is optional) +# parse (string) - convert a string representation to whatever +# internal representation is appropriate for +# this style of version numbering +# __str__ (self) - convert back to a string; should be very similar +# (if not identical to) the string supplied to parse +# __repr__ (self) - generate Python code to recreate +# the instance +# _cmp (self, other) - compare two version numbers ('other' may +# be an unparsed version string, or another +# instance of your version class) + + +class StrictVersion(Version): + """Version numbering for anal retentives and software idealists. + Implements the standard interface for version number classes as + described above. A version number consists of two or three + dot-separated numeric components, with an optional "pre-release" tag + on the end. The pre-release tag consists of the letter 'a' or 'b' + followed by a number. If the numeric components of two version + numbers are equal, then one with a pre-release tag will always + be deemed earlier (lesser) than one without. + + The following are valid version numbers (shown in the order that + would be obtained by sorting according to the supplied cmp function): + + 0.4 0.4.0 (these two are equivalent) + 0.4.1 + 0.5a1 + 0.5b3 + 0.5 + 0.9.6 + 1.0 + 1.0.4a3 + 1.0.4b1 + 1.0.4 + + The following are examples of invalid version numbers: + + 1 + 2.7.2.2 + 1.3.a4 + 1.3pl1 + 1.3c4 + + The rationale for this version numbering system will be explained + in the distutils documentation. + """ + + version_re = re.compile( + r'^(\d+) \. (\d+) (\. (\d+))? ([ab](\d+))?$', re.VERBOSE | re.ASCII + ) + + def parse(self, vstring): + match = self.version_re.match(vstring) + if not match: + raise ValueError(f"invalid version number '{vstring}'") + + (major, minor, patch, prerelease, prerelease_num) = match.group(1, 2, 4, 5, 6) + + if patch: + self.version = tuple(map(int, [major, minor, patch])) + else: + self.version = tuple(map(int, [major, minor])) + (0,) + + if prerelease: + self.prerelease = (prerelease[0], int(prerelease_num)) + else: + self.prerelease = None + + def __str__(self): + if self.version[2] == 0: + vstring = '.'.join(map(str, self.version[0:2])) + else: + vstring = '.'.join(map(str, self.version)) + + if self.prerelease: + vstring = vstring + self.prerelease[0] + str(self.prerelease[1]) + + return vstring + + def _cmp(self, other): + if isinstance(other, str): + with suppress_known_deprecation(): + other = StrictVersion(other) + elif not isinstance(other, StrictVersion): + return NotImplemented + + if self.version == other.version: + # versions match; pre-release drives the comparison + return self._cmp_prerelease(other) + + return -1 if self.version < other.version else 1 + + def _cmp_prerelease(self, other): + """ + case 1: self has prerelease, other doesn't; other is greater + case 2: self doesn't have prerelease, other does: self is greater + case 3: both or neither have prerelease: compare them! + """ + if self.prerelease and not other.prerelease: + return -1 + elif not self.prerelease and other.prerelease: + return 1 + + if self.prerelease == other.prerelease: + return 0 + elif self.prerelease < other.prerelease: + return -1 + else: + return 1 + + +# end class StrictVersion + + +# The rules according to Greg Stein: +# 1) a version number has 1 or more numbers separated by a period or by +# sequences of letters. If only periods, then these are compared +# left-to-right to determine an ordering. +# 2) sequences of letters are part of the tuple for comparison and are +# compared lexicographically +# 3) recognize the numeric components may have leading zeroes +# +# The LooseVersion class below implements these rules: a version number +# string is split up into a tuple of integer and string components, and +# comparison is a simple tuple comparison. This means that version +# numbers behave in a predictable and obvious way, but a way that might +# not necessarily be how people *want* version numbers to behave. There +# wouldn't be a problem if people could stick to purely numeric version +# numbers: just split on period and compare the numbers as tuples. +# However, people insist on putting letters into their version numbers; +# the most common purpose seems to be: +# - indicating a "pre-release" version +# ('alpha', 'beta', 'a', 'b', 'pre', 'p') +# - indicating a post-release patch ('p', 'pl', 'patch') +# but of course this can't cover all version number schemes, and there's +# no way to know what a programmer means without asking him. +# +# The problem is what to do with letters (and other non-numeric +# characters) in a version number. The current implementation does the +# obvious and predictable thing: keep them as strings and compare +# lexically within a tuple comparison. This has the desired effect if +# an appended letter sequence implies something "post-release": +# eg. "0.99" < "0.99pl14" < "1.0", and "5.001" < "5.001m" < "5.002". +# +# However, if letters in a version number imply a pre-release version, +# the "obvious" thing isn't correct. Eg. you would expect that +# "1.5.1" < "1.5.2a2" < "1.5.2", but under the tuple/lexical comparison +# implemented here, this just isn't so. +# +# Two possible solutions come to mind. The first is to tie the +# comparison algorithm to a particular set of semantic rules, as has +# been done in the StrictVersion class above. This works great as long +# as everyone can go along with bondage and discipline. Hopefully a +# (large) subset of Python module programmers will agree that the +# particular flavour of bondage and discipline provided by StrictVersion +# provides enough benefit to be worth using, and will submit their +# version numbering scheme to its domination. The free-thinking +# anarchists in the lot will never give in, though, and something needs +# to be done to accommodate them. +# +# Perhaps a "moderately strict" version class could be implemented that +# lets almost anything slide (syntactically), and makes some heuristic +# assumptions about non-digits in version number strings. This could +# sink into special-case-hell, though; if I was as talented and +# idiosyncratic as Larry Wall, I'd go ahead and implement a class that +# somehow knows that "1.2.1" < "1.2.2a2" < "1.2.2" < "1.2.2pl3", and is +# just as happy dealing with things like "2g6" and "1.13++". I don't +# think I'm smart enough to do it right though. +# +# In any case, I've coded the test suite for this module (see +# ../test/test_version.py) specifically to fail on things like comparing +# "1.2a2" and "1.2". That's not because the *code* is doing anything +# wrong, it's because the simple, obvious design doesn't match my +# complicated, hairy expectations for real-world version numbers. It +# would be a snap to fix the test suite to say, "Yep, LooseVersion does +# the Right Thing" (ie. the code matches the conception). But I'd rather +# have a conception that matches common notions about version numbers. + + +class LooseVersion(Version): + """Version numbering for anarchists and software realists. + Implements the standard interface for version number classes as + described above. A version number consists of a series of numbers, + separated by either periods or strings of letters. When comparing + version numbers, the numeric components will be compared + numerically, and the alphabetic components lexically. The following + are all valid version numbers, in no particular order: + + 1.5.1 + 1.5.2b2 + 161 + 3.10a + 8.02 + 3.4j + 1996.07.12 + 3.2.pl0 + 3.1.1.6 + 2g6 + 11g + 0.960923 + 2.2beta29 + 1.13++ + 5.5.kw + 2.0b1pl0 + + In fact, there is no such thing as an invalid version number under + this scheme; the rules for comparison are simple and predictable, + but may not always give the results you want (for some definition + of "want"). + """ + + component_re = re.compile(r'(\d+ | [a-z]+ | \.)', re.VERBOSE) + + def parse(self, vstring): + # I've given up on thinking I can reconstruct the version string + # from the parsed tuple -- so I just store the string here for + # use by __str__ + self.vstring = vstring + components = [x for x in self.component_re.split(vstring) if x and x != '.'] + for i, obj in enumerate(components): + try: + components[i] = int(obj) + except ValueError: + pass + + self.version = components + + def __str__(self): + return self.vstring + + def __repr__(self): + return f"LooseVersion ('{self}')" + + def _cmp(self, other): + if isinstance(other, str): + other = LooseVersion(other) + elif not isinstance(other, LooseVersion): + return NotImplemented + + if self.version == other.version: + return 0 + if self.version < other.version: + return -1 + if self.version > other.version: + return 1 + + +# end class LooseVersion diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py new file mode 100644 index 0000000..fe31b0e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py @@ -0,0 +1,175 @@ +"""Module for parsing and testing package version predicate strings.""" + +import operator +import re + +from . import version + +re_validPackage = re.compile(r"(?i)^\s*([a-z_]\w*(?:\.[a-z_]\w*)*)(.*)", re.ASCII) +# (package) (rest) + +re_paren = re.compile(r"^\s*\((.*)\)\s*$") # (list) inside of parentheses +re_splitComparison = re.compile(r"^\s*(<=|>=|<|>|!=|==)\s*([^\s,]+)\s*$") +# (comp) (version) + + +def splitUp(pred): + """Parse a single version comparison. + + Return (comparison string, StrictVersion) + """ + res = re_splitComparison.match(pred) + if not res: + raise ValueError(f"bad package restriction syntax: {pred!r}") + comp, verStr = res.groups() + with version.suppress_known_deprecation(): + other = version.StrictVersion(verStr) + return (comp, other) + + +compmap = { + "<": operator.lt, + "<=": operator.le, + "==": operator.eq, + ">": operator.gt, + ">=": operator.ge, + "!=": operator.ne, +} + + +class VersionPredicate: + """Parse and test package version predicates. + + >>> v = VersionPredicate('pyepat.abc (>1.0, <3333.3a1, !=1555.1b3)') + + The `name` attribute provides the full dotted name that is given:: + + >>> v.name + 'pyepat.abc' + + The str() of a `VersionPredicate` provides a normalized + human-readable version of the expression:: + + >>> print(v) + pyepat.abc (> 1.0, < 3333.3a1, != 1555.1b3) + + The `satisfied_by()` method can be used to determine with a given + version number is included in the set described by the version + restrictions:: + + >>> v.satisfied_by('1.1') + True + >>> v.satisfied_by('1.4') + True + >>> v.satisfied_by('1.0') + False + >>> v.satisfied_by('4444.4') + False + >>> v.satisfied_by('1555.1b3') + False + + `VersionPredicate` is flexible in accepting extra whitespace:: + + >>> v = VersionPredicate(' pat( == 0.1 ) ') + >>> v.name + 'pat' + >>> v.satisfied_by('0.1') + True + >>> v.satisfied_by('0.2') + False + + If any version numbers passed in do not conform to the + restrictions of `StrictVersion`, a `ValueError` is raised:: + + >>> v = VersionPredicate('p1.p2.p3.p4(>=1.0, <=1.3a1, !=1.2zb3)') + Traceback (most recent call last): + ... + ValueError: invalid version number '1.2zb3' + + It the module or package name given does not conform to what's + allowed as a legal module or package name, `ValueError` is + raised:: + + >>> v = VersionPredicate('foo-bar') + Traceback (most recent call last): + ... + ValueError: expected parenthesized list: '-bar' + + >>> v = VersionPredicate('foo bar (12.21)') + Traceback (most recent call last): + ... + ValueError: expected parenthesized list: 'bar (12.21)' + + """ + + def __init__(self, versionPredicateStr): + """Parse a version predicate string.""" + # Fields: + # name: package name + # pred: list of (comparison string, StrictVersion) + + versionPredicateStr = versionPredicateStr.strip() + if not versionPredicateStr: + raise ValueError("empty package restriction") + match = re_validPackage.match(versionPredicateStr) + if not match: + raise ValueError(f"bad package name in {versionPredicateStr!r}") + self.name, paren = match.groups() + paren = paren.strip() + if paren: + match = re_paren.match(paren) + if not match: + raise ValueError(f"expected parenthesized list: {paren!r}") + str = match.groups()[0] + self.pred = [splitUp(aPred) for aPred in str.split(",")] + if not self.pred: + raise ValueError(f"empty parenthesized list in {versionPredicateStr!r}") + else: + self.pred = [] + + def __str__(self): + if self.pred: + seq = [cond + " " + str(ver) for cond, ver in self.pred] + return self.name + " (" + ", ".join(seq) + ")" + else: + return self.name + + def satisfied_by(self, version): + """True if version is compatible with all the predicates in self. + The parameter version must be acceptable to the StrictVersion + constructor. It may be either a string or StrictVersion. + """ + for cond, ver in self.pred: + if not compmap[cond](version, ver): + return False + return True + + +_provision_rx = None + + +def split_provision(value): + """Return the name and optional version number of a provision. + + The version number, if given, will be returned as a `StrictVersion` + instance, otherwise it will be `None`. + + >>> split_provision('mypkg') + ('mypkg', None) + >>> split_provision(' mypkg( 1.2 ) ') + ('mypkg', StrictVersion ('1.2')) + """ + global _provision_rx + if _provision_rx is None: + _provision_rx = re.compile( + r"([a-zA-Z_]\w*(?:\.[a-zA-Z_]\w*)*)(?:\s*\(\s*([^)\s]+)\s*\))?$", re.ASCII + ) + value = value.strip() + m = _provision_rx.match(value) + if not m: + raise ValueError(f"illegal provides specification: {value!r}") + ver = m.group(2) or None + if ver: + with version.suppress_known_deprecation(): + ver = version.StrictVersion(ver) + return m.group(1), ver diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py new file mode 100644 index 0000000..e49630a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py @@ -0,0 +1,3 @@ +from .compilers.C import zos + +zOSCCompiler = zos.Compiler diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_entry_points.py b/llmlab/lib/python3.12/site-packages/setuptools/_entry_points.py new file mode 100644 index 0000000..e785fc7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_entry_points.py @@ -0,0 +1,90 @@ +import functools +import itertools +import operator + +from jaraco.functools import pass_none +from jaraco.text import yield_lines +from more_itertools import consume + +from ._importlib import metadata +from ._itertools import ensure_unique +from .errors import OptionError + + +def ensure_valid(ep): + """ + Exercise one of the dynamic properties to trigger + the pattern match. + """ + try: + ep.extras + except (AttributeError, AssertionError) as ex: + # Why both? See https://github.com/python/importlib_metadata/issues/488 + msg = ( + f"Problems to parse {ep}.\nPlease ensure entry-point follows the spec: " + "https://packaging.python.org/en/latest/specifications/entry-points/" + ) + raise OptionError(msg) from ex + + +def load_group(value, group): + """ + Given a value of an entry point or series of entry points, + return each as an EntryPoint. + """ + # normalize to a single sequence of lines + lines = yield_lines(value) + text = f'[{group}]\n' + '\n'.join(lines) + return metadata.EntryPoints._from_text(text) + + +def by_group_and_name(ep): + return ep.group, ep.name + + +def validate(eps: metadata.EntryPoints): + """ + Ensure entry points are unique by group and name and validate each. + """ + consume(map(ensure_valid, ensure_unique(eps, key=by_group_and_name))) + return eps + + +@functools.singledispatch +def load(eps): + """ + Given a Distribution.entry_points, produce EntryPoints. + """ + groups = itertools.chain.from_iterable( + load_group(value, group) for group, value in eps.items() + ) + return validate(metadata.EntryPoints(groups)) + + +@load.register(str) +def _(eps): + r""" + >>> ep, = load('[console_scripts]\nfoo=bar') + >>> ep.group + 'console_scripts' + >>> ep.name + 'foo' + >>> ep.value + 'bar' + """ + return validate(metadata.EntryPoints(metadata.EntryPoints._from_text(eps))) + + +load.register(type(None), lambda x: x) + + +@pass_none +def render(eps: metadata.EntryPoints): + by_group = operator.attrgetter('group') + groups = itertools.groupby(sorted(eps, key=by_group), by_group) + + return '\n'.join(f'[{group}]\n{render_items(items)}\n' for group, items in groups) + + +def render_items(eps): + return '\n'.join(f'{ep.name} = {ep.value}' for ep in sorted(eps)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_imp.py b/llmlab/lib/python3.12/site-packages/setuptools/_imp.py new file mode 100644 index 0000000..f1d9f29 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_imp.py @@ -0,0 +1,87 @@ +""" +Re-implementation of find_module and get_frozen_object +from the deprecated imp module. +""" + +import importlib.machinery +import importlib.util +import os +import tokenize +from importlib.util import module_from_spec + +PY_SOURCE = 1 +PY_COMPILED = 2 +C_EXTENSION = 3 +C_BUILTIN = 6 +PY_FROZEN = 7 + + +def find_spec(module, paths): + finder = ( + importlib.machinery.PathFinder().find_spec + if isinstance(paths, list) + else importlib.util.find_spec + ) + return finder(module, paths) + + +def find_module(module, paths=None): + """Just like 'imp.find_module()', but with package support""" + spec = find_spec(module, paths) + if spec is None: + raise ImportError(f"Can't find {module}") + if not spec.has_location and hasattr(spec, 'submodule_search_locations'): + spec = importlib.util.spec_from_loader('__init__.py', spec.loader) + + kind = -1 + file = None + static = isinstance(spec.loader, type) + if ( + spec.origin == 'frozen' + or static + and issubclass(spec.loader, importlib.machinery.FrozenImporter) + ): + kind = PY_FROZEN + path = None # imp compabilty + suffix = mode = '' # imp compatibility + elif ( + spec.origin == 'built-in' + or static + and issubclass(spec.loader, importlib.machinery.BuiltinImporter) + ): + kind = C_BUILTIN + path = None # imp compabilty + suffix = mode = '' # imp compatibility + elif spec.has_location: + path = spec.origin + suffix = os.path.splitext(path)[1] + mode = 'r' if suffix in importlib.machinery.SOURCE_SUFFIXES else 'rb' + + if suffix in importlib.machinery.SOURCE_SUFFIXES: + kind = PY_SOURCE + file = tokenize.open(path) + elif suffix in importlib.machinery.BYTECODE_SUFFIXES: + kind = PY_COMPILED + file = open(path, 'rb') + elif suffix in importlib.machinery.EXTENSION_SUFFIXES: + kind = C_EXTENSION + + else: + path = None + suffix = mode = '' + + return file, path, (suffix, mode, kind) + + +def get_frozen_object(module, paths=None): + spec = find_spec(module, paths) + if not spec: + raise ImportError(f"Can't find {module}") + return spec.loader.get_code(module) + + +def get_module(module, paths, info): + spec = find_spec(module, paths) + if not spec: + raise ImportError(f"Can't find {module}") + return module_from_spec(spec) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_importlib.py b/llmlab/lib/python3.12/site-packages/setuptools/_importlib.py new file mode 100644 index 0000000..ce0fd52 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_importlib.py @@ -0,0 +1,9 @@ +import sys + +if sys.version_info < (3, 10): + import importlib_metadata as metadata # pragma: no cover +else: + import importlib.metadata as metadata # noqa: F401 + + +import importlib.resources as resources # noqa: F401 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_itertools.py b/llmlab/lib/python3.12/site-packages/setuptools/_itertools.py new file mode 100644 index 0000000..d6ca841 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_itertools.py @@ -0,0 +1,23 @@ +from more_itertools import consume # noqa: F401 + + +# copied from jaraco.itertools 6.1 +def ensure_unique(iterable, key=lambda x: x): + """ + Wrap an iterable to raise a ValueError if non-unique values are encountered. + + >>> list(ensure_unique('abc')) + ['a', 'b', 'c'] + >>> consume(ensure_unique('abca')) + Traceback (most recent call last): + ... + ValueError: Duplicate element 'a' encountered. + """ + seen = set() + seen_add = seen.add + for element in iterable: + k = key(element) + if k in seen: + raise ValueError(f"Duplicate element {element!r} encountered.") + seen_add(k) + yield element diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_normalization.py b/llmlab/lib/python3.12/site-packages/setuptools/_normalization.py new file mode 100644 index 0000000..0937a4f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_normalization.py @@ -0,0 +1,179 @@ +""" +Helpers for normalization as expected in wheel/sdist/module file names +and core metadata +""" + +import re +from typing import TYPE_CHECKING + +import packaging + +# https://packaging.python.org/en/latest/specifications/core-metadata/#name +_VALID_NAME = re.compile(r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.I) +_UNSAFE_NAME_CHARS = re.compile(r"[^A-Z0-9._-]+", re.I) +_NON_ALPHANUMERIC = re.compile(r"[^A-Z0-9]+", re.I) +_PEP440_FALLBACK = re.compile(r"^v?(?P(?:[0-9]+!)?[0-9]+(?:\.[0-9]+)*)", re.I) + + +def safe_identifier(name: str) -> str: + """Make a string safe to be used as Python identifier. + >>> safe_identifier("12abc") + '_12abc' + >>> safe_identifier("__editable__.myns.pkg-78.9.3_local") + '__editable___myns_pkg_78_9_3_local' + """ + safe = re.sub(r'\W|^(?=\d)', '_', name) + assert safe.isidentifier() + return safe + + +def safe_name(component: str) -> str: + """Escape a component used as a project name according to Core Metadata. + >>> safe_name("hello world") + 'hello-world' + >>> safe_name("hello?world") + 'hello-world' + >>> safe_name("hello_world") + 'hello_world' + """ + # See pkg_resources.safe_name + return _UNSAFE_NAME_CHARS.sub("-", component) + + +def safe_version(version: str) -> str: + """Convert an arbitrary string into a valid version string. + Can still raise an ``InvalidVersion`` exception. + To avoid exceptions use ``best_effort_version``. + >>> safe_version("1988 12 25") + '1988.12.25' + >>> safe_version("v0.2.1") + '0.2.1' + >>> safe_version("v0.2?beta") + '0.2b0' + >>> safe_version("v0.2 beta") + '0.2b0' + >>> safe_version("ubuntu lts") + Traceback (most recent call last): + ... + packaging.version.InvalidVersion: Invalid version: 'ubuntu.lts' + """ + v = version.replace(' ', '.') + try: + return str(packaging.version.Version(v)) + except packaging.version.InvalidVersion: + attempt = _UNSAFE_NAME_CHARS.sub("-", v) + return str(packaging.version.Version(attempt)) + + +def best_effort_version(version: str) -> str: + """Convert an arbitrary string into a version-like string. + Fallback when ``safe_version`` is not safe enough. + >>> best_effort_version("v0.2 beta") + '0.2b0' + >>> best_effort_version("ubuntu lts") + '0.dev0+sanitized.ubuntu.lts' + >>> best_effort_version("0.23ubuntu1") + '0.23.dev0+sanitized.ubuntu1' + >>> best_effort_version("0.23-") + '0.23.dev0+sanitized' + >>> best_effort_version("0.-_") + '0.dev0+sanitized' + >>> best_effort_version("42.+?1") + '42.dev0+sanitized.1' + """ + # See pkg_resources._forgiving_version + try: + return safe_version(version) + except packaging.version.InvalidVersion: + v = version.replace(' ', '.') + match = _PEP440_FALLBACK.search(v) + if match: + safe = match["safe"] + rest = v[len(safe) :] + else: + safe = "0" + rest = version + safe_rest = _NON_ALPHANUMERIC.sub(".", rest).strip(".") + local = f"sanitized.{safe_rest}".strip(".") + return safe_version(f"{safe}.dev0+{local}") + + +def safe_extra(extra: str) -> str: + """Normalize extra name according to PEP 685 + >>> safe_extra("_FrIeNdLy-._.-bArD") + 'friendly-bard' + >>> safe_extra("FrIeNdLy-._.-bArD__._-") + 'friendly-bard' + """ + return _NON_ALPHANUMERIC.sub("-", extra).strip("-").lower() + + +def filename_component(value: str) -> str: + """Normalize each component of a filename (e.g. distribution/version part of wheel) + Note: ``value`` needs to be already normalized. + >>> filename_component("my-pkg") + 'my_pkg' + """ + return value.replace("-", "_").strip("_") + + +def filename_component_broken(value: str) -> str: + """ + Produce the incorrect filename component for compatibility. + + See pypa/setuptools#4167 for detailed analysis. + + TODO: replace this with filename_component after pip 24 is + nearly-ubiquitous. + + >>> filename_component_broken('foo_bar-baz') + 'foo-bar-baz' + """ + return value.replace('_', '-') + + +def safer_name(value: str) -> str: + """Like ``safe_name`` but can be used as filename component for wheel""" + # See bdist_wheel.safer_name + return ( + # Per https://packaging.python.org/en/latest/specifications/name-normalization/#name-normalization + re.sub(r"[-_.]+", "-", safe_name(value)) + .lower() + # Per https://packaging.python.org/en/latest/specifications/binary-distribution-format/#escaping-and-unicode + .replace("-", "_") + ) + + +def safer_best_effort_version(value: str) -> str: + """Like ``best_effort_version`` but can be used as filename component for wheel""" + # See bdist_wheel.safer_verion + # TODO: Replace with only safe_version in the future (no need for best effort) + return filename_component(best_effort_version(value)) + + +def _missing_canonicalize_license_expression(expression: str) -> str: + """ + Defer import error to affect only users that actually use it + https://github.com/pypa/setuptools/issues/4894 + >>> _missing_canonicalize_license_expression("a OR b") + Traceback (most recent call last): + ... + ImportError: ...Cannot import `packaging.licenses`... + """ + raise ImportError( + "Cannot import `packaging.licenses`." + """ + Setuptools>=77.0.0 requires "packaging>=24.2" to work properly. + Please make sure you have a suitable version installed. + """ + ) + + +try: + from packaging.licenses import ( + canonicalize_license_expression as _canonicalize_license_expression, + ) +except ImportError: # pragma: nocover + if not TYPE_CHECKING: + # XXX: pyright is still upset even with # pyright: ignore[reportAssignmentType] + _canonicalize_license_expression = _missing_canonicalize_license_expression diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_path.py b/llmlab/lib/python3.12/site-packages/setuptools/_path.py new file mode 100644 index 0000000..0d99b0f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_path.py @@ -0,0 +1,84 @@ +from __future__ import annotations + +import contextlib +import os +import sys +from typing import TYPE_CHECKING, TypeVar, Union + +from more_itertools import unique_everseen + +if TYPE_CHECKING: + from typing_extensions import TypeAlias + +StrPath: TypeAlias = Union[str, os.PathLike[str]] # Same as _typeshed.StrPath +StrPathT = TypeVar("StrPathT", bound=Union[str, os.PathLike[str]]) + + +def ensure_directory(path): + """Ensure that the parent directory of `path` exists""" + dirname = os.path.dirname(path) + os.makedirs(dirname, exist_ok=True) + + +def same_path(p1: StrPath, p2: StrPath) -> bool: + """Differs from os.path.samefile because it does not require paths to exist. + Purely string based (no comparison between i-nodes). + >>> same_path("a/b", "./a/b") + True + >>> same_path("a/b", "a/./b") + True + >>> same_path("a/b", "././a/b") + True + >>> same_path("a/b", "./a/b/c/..") + True + >>> same_path("a/b", "../a/b/c") + False + >>> same_path("a", "a/b") + False + """ + return normpath(p1) == normpath(p2) + + +def normpath(filename: StrPath) -> str: + """Normalize a file/dir name for comparison purposes.""" + # See pkg_resources.normalize_path for notes about cygwin + file = os.path.abspath(filename) if sys.platform == 'cygwin' else filename + return os.path.normcase(os.path.realpath(os.path.normpath(file))) + + +@contextlib.contextmanager +def paths_on_pythonpath(paths): + """ + Add the indicated paths to the head of the PYTHONPATH environment + variable so that subprocesses will also see the packages at + these paths. + + Do this in a context that restores the value on exit. + + >>> getfixture('monkeypatch').setenv('PYTHONPATH', 'anything') + >>> with paths_on_pythonpath(['foo', 'bar']): + ... assert 'foo' in os.environ['PYTHONPATH'] + ... assert 'anything' in os.environ['PYTHONPATH'] + >>> os.environ['PYTHONPATH'] + 'anything' + + >>> getfixture('monkeypatch').delenv('PYTHONPATH') + >>> with paths_on_pythonpath(['foo', 'bar']): + ... assert 'foo' in os.environ['PYTHONPATH'] + >>> os.environ.get('PYTHONPATH') + """ + nothing = object() + orig_pythonpath = os.environ.get('PYTHONPATH', nothing) + current_pythonpath = os.environ.get('PYTHONPATH', '') + try: + prefix = os.pathsep.join(unique_everseen(paths)) + to_join = filter(None, [prefix, current_pythonpath]) + new_path = os.pathsep.join(to_join) + if new_path: + os.environ['PYTHONPATH'] = new_path + yield + finally: + if orig_pythonpath is nothing: + os.environ.pop('PYTHONPATH', None) + else: + os.environ['PYTHONPATH'] = orig_pythonpath diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_reqs.py b/llmlab/lib/python3.12/site-packages/setuptools/_reqs.py new file mode 100644 index 0000000..c793be4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_reqs.py @@ -0,0 +1,42 @@ +from __future__ import annotations + +from collections.abc import Iterable, Iterator +from functools import lru_cache +from typing import TYPE_CHECKING, Callable, TypeVar, Union, overload + +import jaraco.text as text +from packaging.requirements import Requirement + +if TYPE_CHECKING: + from typing_extensions import TypeAlias + +_T = TypeVar("_T") +_StrOrIter: TypeAlias = Union[str, Iterable[str]] + + +parse_req: Callable[[str], Requirement] = lru_cache()(Requirement) +# Setuptools parses the same requirement many times +# (e.g. first for validation than for normalisation), +# so it might be worth to cache. + + +def parse_strings(strs: _StrOrIter) -> Iterator[str]: + """ + Yield requirement strings for each specification in `strs`. + + `strs` must be a string, or a (possibly-nested) iterable thereof. + """ + return text.join_continuation(map(text.drop_comment, text.yield_lines(strs))) + + +# These overloads are only needed because of a mypy false-positive, pyright gets it right +# https://github.com/python/mypy/issues/3737 +@overload +def parse(strs: _StrOrIter) -> Iterator[Requirement]: ... +@overload +def parse(strs: _StrOrIter, parser: Callable[[str], _T]) -> Iterator[_T]: ... +def parse(strs: _StrOrIter, parser: Callable[[str], _T] = parse_req) -> Iterator[_T]: # type: ignore[assignment] + """ + Replacement for ``pkg_resources.parse_requirements`` that uses ``packaging``. + """ + return map(parser, parse_strings(strs)) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_shutil.py b/llmlab/lib/python3.12/site-packages/setuptools/_shutil.py new file mode 100644 index 0000000..6acbb42 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_shutil.py @@ -0,0 +1,53 @@ +"""Convenience layer on top of stdlib's shutil and os""" + +import os +import stat +from typing import Callable, TypeVar + +from .compat import py311 + +from distutils import log + +try: + from os import chmod # pyright: ignore[reportAssignmentType] + # Losing type-safety w/ pyright, but that's ok +except ImportError: # pragma: no cover + # Jython compatibility + def chmod(*args: object, **kwargs: object) -> None: # type: ignore[misc] # Mypy reuses the imported definition anyway + pass + + +_T = TypeVar("_T") + + +def attempt_chmod_verbose(path, mode): + log.debug("changing mode of %s to %o", path, mode) + try: + chmod(path, mode) + except OSError as e: # pragma: no cover + log.debug("chmod failed: %s", e) + + +# Must match shutil._OnExcCallback +def _auto_chmod( + func: Callable[..., _T], arg: str, exc: BaseException +) -> _T: # pragma: no cover + """shutils onexc callback to automatically call chmod for certain functions.""" + # Only retry for scenarios known to have an issue + if func in [os.unlink, os.remove] and os.name == 'nt': + attempt_chmod_verbose(arg, stat.S_IWRITE) + return func(arg) + raise exc + + +def rmtree(path, ignore_errors=False, onexc=_auto_chmod): + """ + Similar to ``shutil.rmtree`` but automatically executes ``chmod`` + for well know Windows failure scenarios. + """ + return py311.shutil_rmtree(path, ignore_errors, onexc) + + +def rmdir(path, **opts): + if os.path.isdir(path): + rmtree(path, **opts) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_static.py b/llmlab/lib/python3.12/site-packages/setuptools/_static.py new file mode 100644 index 0000000..af35862 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_static.py @@ -0,0 +1,188 @@ +from functools import wraps +from typing import TypeVar + +import packaging.specifiers + +from .warnings import SetuptoolsDeprecationWarning + + +class Static: + """ + Wrapper for built-in object types that are allow setuptools to identify + static core metadata (in opposition to ``Dynamic``, as defined :pep:`643`). + + The trick is to mark values with :class:`Static` when they come from + ``pyproject.toml`` or ``setup.cfg``, so if any plugin overwrite the value + with a built-in, setuptools will be able to recognise the change. + + We inherit from built-in classes, so that we don't need to change the existing + code base to deal with the new types. + We also should strive for immutability objects to avoid changes after the + initial parsing. + """ + + _mutated_: bool = False # TODO: Remove after deprecation warning is solved + + +def _prevent_modification(target: type, method: str, copying: str) -> None: + """ + Because setuptools is very flexible we cannot fully prevent + plugins and user customizations from modifying static values that were + parsed from config files. + But we can attempt to block "in-place" mutations and identify when they + were done. + """ + fn = getattr(target, method, None) + if fn is None: + return + + @wraps(fn) + def _replacement(self: Static, *args, **kwargs): + # TODO: After deprecation period raise NotImplementedError instead of warning + # which obviated the existence and checks of the `_mutated_` attribute. + self._mutated_ = True + SetuptoolsDeprecationWarning.emit( + "Direct modification of value will be disallowed", + f""" + In an effort to implement PEP 643, direct/in-place changes of static values + that come from configuration files are deprecated. + If you need to modify this value, please first create a copy with {copying} + and make sure conform to all relevant standards when overriding setuptools + functionality (https://packaging.python.org/en/latest/specifications/). + """, + due_date=(2025, 10, 10), # Initially introduced in 2024-09-06 + ) + return fn(self, *args, **kwargs) + + _replacement.__doc__ = "" # otherwise doctest may fail. + setattr(target, method, _replacement) + + +class Str(str, Static): + pass + + +class Tuple(tuple, Static): + pass + + +class List(list, Static): + """ + :meta private: + >>> x = List([1, 2, 3]) + >>> is_static(x) + True + >>> x += [0] # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + SetuptoolsDeprecationWarning: Direct modification ... + >>> is_static(x) # no longer static after modification + False + >>> y = list(x) + >>> y.clear() + >>> y + [] + >>> y == x + False + >>> is_static(List(y)) + True + """ + + +# Make `List` immutable-ish +# (certain places of setuptools/distutils issue a warn if we use tuple instead of list) +for _method in ( + '__delitem__', + '__iadd__', + '__setitem__', + 'append', + 'clear', + 'extend', + 'insert', + 'remove', + 'reverse', + 'pop', +): + _prevent_modification(List, _method, "`list(value)`") + + +class Dict(dict, Static): + """ + :meta private: + >>> x = Dict({'a': 1, 'b': 2}) + >>> is_static(x) + True + >>> x['c'] = 0 # doctest: +IGNORE_EXCEPTION_DETAIL + Traceback (most recent call last): + SetuptoolsDeprecationWarning: Direct modification ... + >>> x._mutated_ + True + >>> is_static(x) # no longer static after modification + False + >>> y = dict(x) + >>> y.popitem() + ('b', 2) + >>> y == x + False + >>> is_static(Dict(y)) + True + """ + + +# Make `Dict` immutable-ish (we cannot inherit from types.MappingProxyType): +for _method in ( + '__delitem__', + '__ior__', + '__setitem__', + 'clear', + 'pop', + 'popitem', + 'setdefault', + 'update', +): + _prevent_modification(Dict, _method, "`dict(value)`") + + +class SpecifierSet(packaging.specifiers.SpecifierSet, Static): + """Not exactly a built-in type but useful for ``requires-python``""" + + +T = TypeVar("T") + + +def noop(value: T) -> T: + """ + >>> noop(42) + 42 + """ + return value + + +_CONVERSIONS = {str: Str, tuple: Tuple, list: List, dict: Dict} + + +def attempt_conversion(value: T) -> T: + """ + >>> is_static(attempt_conversion("hello")) + True + >>> is_static(object()) + False + """ + return _CONVERSIONS.get(type(value), noop)(value) # type: ignore[call-overload] + + +def is_static(value: object) -> bool: + """ + >>> is_static(a := Dict({'a': 1})) + True + >>> is_static(dict(a)) + False + >>> is_static(b := List([1, 2, 3])) + True + >>> is_static(list(b)) + False + """ + return isinstance(value, Static) and not value._mutated_ + + +EMPTY_LIST = List() +EMPTY_DICT = Dict() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfd4553e1aa6645916db2a564edc3d829ee2526a GIT binary patch literal 139505 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 + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + + This version of the GNU Lesser General Public License incorporates +the terms and conditions of version 3 of the GNU General Public +License, supplemented by the additional permissions listed below. + + 0. Additional Definitions. + + As used herein, "this License" refers to version 3 of the GNU Lesser +General Public License, and the "GNU GPL" refers to version 3 of the GNU +General Public License. + + "The Library" refers to a covered work governed by this License, +other than an Application or a Combined Work as defined below. + + An "Application" is any work that makes use of an interface provided +by the Library, but which is not otherwise based on the Library. +Defining a subclass of a class defined by the Library is deemed a mode +of using an interface provided by the Library. + + A "Combined Work" is a work produced by combining or linking an +Application with the Library. The particular version of the Library +with which the Combined Work was made is also called the "Linked +Version". + + The "Minimal Corresponding Source" for a Combined Work means the +Corresponding Source for the Combined Work, excluding any source code +for portions of the Combined Work that, considered in isolation, are +based on the Application, and not on the Linked Version. + + The "Corresponding Application Code" for a Combined Work means the +object code and/or source code for the Application, including any data +and utility programs needed for reproducing the Combined Work from the +Application, but excluding the System Libraries of the Combined Work. + + 1. Exception to Section 3 of the GNU GPL. + + You may convey a covered work under sections 3 and 4 of this License +without being bound by section 3 of the GNU GPL. + + 2. Conveying Modified Versions. + + If you modify a copy of the Library, and, in your modifications, a +facility refers to a function or data to be supplied by an Application +that uses the facility (other than as an argument passed when the +facility is invoked), then you may convey a copy of the modified +version: + + a) under this License, provided that you make a good faith effort to + ensure that, in the event an Application does not supply the + function or data, the facility still operates, and performs + whatever part of its purpose remains meaningful, or + + b) under the GNU GPL, with none of the additional permissions of + this License applicable to that copy. + + 3. Object Code Incorporating Material from Library Header Files. + + The object code form of an Application may incorporate material from +a header file that is part of the Library. You may convey such object +code under terms of your choice, provided that, if the incorporated +material is not limited to numerical parameters, data structure +layouts and accessors, or small macros, inline functions and templates +(ten or fewer lines in length), you do both of the following: + + a) Give prominent notice with each copy of the object code that the + Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the object code with a copy of the GNU GPL and this license + document. + + 4. Combined Works. + + You may convey a Combined Work under terms of your choice that, +taken together, effectively do not restrict modification of the +portions of the Library contained in the Combined Work and reverse +engineering for debugging such modifications, if you also do each of +the following: + + a) Give prominent notice with each copy of the Combined Work that + the Library is used in it and that the Library and its use are + covered by this License. + + b) Accompany the Combined Work with a copy of the GNU GPL and this license + document. + + c) For a Combined Work that displays copyright notices during + execution, include the copyright notice for the Library among + these notices, as well as a reference directing the user to the + copies of the GNU GPL and this license document. + + d) Do one of the following: + + 0) Convey the Minimal Corresponding Source under the terms of this + License, and the Corresponding Application Code in a form + suitable for, and under terms that permit, the user to + recombine or relink the Application with a modified version of + the Linked Version to produce a modified Combined Work, in the + manner specified by section 6 of the GNU GPL for conveying + Corresponding Source. + + 1) Use a suitable shared library mechanism for linking with the + Library. A suitable mechanism is one that (a) uses at run time + a copy of the Library already present on the user's computer + system, and (b) will operate properly with a modified version + of the Library that is interface-compatible with the Linked + Version. + + e) Provide Installation Information, but only if you would otherwise + be required to provide such information under section 6 of the + GNU GPL, and only to the extent that such information is + necessary to install and execute a modified version of the + Combined Work produced by recombining or relinking the + Application with a modified version of the Linked Version. (If + you use option 4d0, the Installation Information must accompany + the Minimal Corresponding Source and Corresponding Application + Code. If you use option 4d1, you must provide the Installation + Information in the manner specified by section 6 of the GNU GPL + for conveying Corresponding Source.) + + 5. Combined Libraries. + + You may place library facilities that are a work based on the +Library side by side in a single library together with other library +facilities that are not Applications and are not covered by this +License, and convey such a combined library under terms of your +choice, if you do both of the following: + + a) Accompany the combined library with a copy of the same work based + on the Library, uncombined with any other library facilities, + conveyed under the terms of this License. + + b) Give prominent notice with the combined library that part of it + is a work based on the Library, and explaining where to find the + accompanying uncombined form of the same work. + + 6. Revised Versions of the GNU Lesser General Public License. + + The Free Software Foundation may publish revised and/or new versions +of the GNU Lesser General Public License from time to time. Such new +versions will be similar in spirit to the present version, but may +differ in detail to address new problems or concerns. + + Each version is given a distinguishing version number. If the +Library as you received it specifies that a certain numbered version +of the GNU Lesser General Public License "or any later version" +applies to it, you have the option of following the terms and +conditions either of that published version or of any later version +published by the Free Software Foundation. If the Library as you +received it does not specify a version number of the GNU Lesser +General Public License, you may choose any version of the GNU Lesser +General Public License ever published by the Free Software Foundation. + + If the Library as you received it specifies that a proxy can decide +whether future versions of the GNU Lesser General Public License shall +apply, that proxy's public statement of acceptance of any version is +permanent authorization for you to choose that version for the +Library. + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA new file mode 100644 index 0000000..32214fb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA @@ -0,0 +1,420 @@ +Metadata-Version: 2.1 +Name: autocommand +Version: 2.2.2 +Summary: A library to create a command-line program from a function +Home-page: https://github.com/Lucretiel/autocommand +Author: Nathan West +License: LGPLv3 +Project-URL: Homepage, https://github.com/Lucretiel/autocommand +Project-URL: Bug Tracker, https://github.com/Lucretiel/autocommand/issues +Platform: any +Classifier: Development Status :: 6 - Mature +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3) +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Topic :: Software Development +Classifier: Topic :: Software Development :: Libraries +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Requires-Python: >=3.7 +Description-Content-Type: text/markdown +License-File: LICENSE + +[![PyPI version](https://badge.fury.io/py/autocommand.svg)](https://badge.fury.io/py/autocommand) + +# autocommand + +A library to automatically generate and run simple argparse parsers from function signatures. + +## Installation + +Autocommand is installed via pip: + +``` +$ pip install autocommand +``` + +## Usage + +Autocommand turns a function into a command-line program. It converts the function's parameter signature into command-line arguments, and automatically runs the function if the module was called as `__main__`. In effect, it lets your create a smart main function. + +```python +from autocommand import autocommand + +# This program takes exactly one argument and echos it. +@autocommand(__name__) +def echo(thing): + print(thing) +``` + +``` +$ python echo.py hello +hello +$ python echo.py -h +usage: echo [-h] thing + +positional arguments: + thing + +optional arguments: + -h, --help show this help message and exit +$ python echo.py hello world # too many arguments +usage: echo.py [-h] thing +echo.py: error: unrecognized arguments: world +``` + +As you can see, autocommand converts the signature of the function into an argument spec. When you run the file as a program, autocommand collects the command-line arguments and turns them into function arguments. The function is executed with these arguments, and then the program exits with the return value of the function, via `sys.exit`. Autocommand also automatically creates a usage message, which can be invoked with `-h` or `--help`, and automatically prints an error message when provided with invalid arguments. + +### Types + +You can use a type annotation to give an argument a type. Any type (or in fact any callable) that returns an object when given a string argument can be used, though there are a few special cases that are described later. + +```python +@autocommand(__name__) +def net_client(host, port: int): + ... +``` + +Autocommand will catch `TypeErrors` raised by the type during argument parsing, so you can supply a callable and do some basic argument validation as well. + +### Trailing Arguments + +You can add a `*args` parameter to your function to give it trailing arguments. The command will collect 0 or more trailing arguments and supply them to `args` as a tuple. If a type annotation is supplied, the type is applied to each argument. + +```python +# Write the contents of each file, one by one +@autocommand(__name__) +def cat(*files): + for filename in files: + with open(filename) as file: + for line in file: + print(line.rstrip()) +``` + +``` +$ python cat.py -h +usage: ipython [-h] [file [file ...]] + +positional arguments: + file + +optional arguments: + -h, --help show this help message and exit +``` + +### Options + +To create `--option` switches, just assign a default. Autocommand will automatically create `--long` and `-s`hort switches. + +```python +@autocommand(__name__) +def do_with_config(argument, config='~/foo.conf'): + pass +``` + +``` +$ python example.py -h +usage: example.py [-h] [-c CONFIG] argument + +positional arguments: + argument + +optional arguments: + -h, --help show this help message and exit + -c CONFIG, --config CONFIG +``` + +The option's type is automatically deduced from the default, unless one is explicitly given in an annotation: + +```python +@autocommand(__name__) +def http_connect(host, port=80): + print('{}:{}'.format(host, port)) +``` + +``` +$ python http.py -h +usage: http.py [-h] [-p PORT] host + +positional arguments: + host + +optional arguments: + -h, --help show this help message and exit + -p PORT, --port PORT +$ python http.py localhost +localhost:80 +$ python http.py localhost -p 8080 +localhost:8080 +$ python http.py localhost -p blah +usage: http.py [-h] [-p PORT] host +http.py: error: argument -p/--port: invalid int value: 'blah' +``` + +#### None + +If an option is given a default value of `None`, it reads in a value as normal, but supplies `None` if the option isn't provided. + +#### Switches + +If an argument is given a default value of `True` or `False`, or +given an explicit `bool` type, it becomes an option switch. + +```python + @autocommand(__name__) + def example(verbose=False, quiet=False): + pass +``` + +``` +$ python example.py -h +usage: example.py [-h] [-v] [-q] + +optional arguments: + -h, --help show this help message and exit + -v, --verbose + -q, --quiet +``` + +Autocommand attempts to do the "correct thing" in these cases- if the default is `True`, then supplying the switch makes the argument `False`; if the type is `bool` and the default is some other `True` value, then supplying the switch makes the argument `False`, while not supplying the switch makes the argument the default value. + +Autocommand also supports the creation of switch inverters. Pass `add_nos=True` to `autocommand` to enable this. + +``` + @autocommand(__name__, add_nos=True) + def example(verbose=False): + pass +``` + +``` +$ python example.py -h +usage: ipython [-h] [-v] [--no-verbose] + +optional arguments: + -h, --help show this help message and exit + -v, --verbose + --no-verbose +``` + +Using the `--no-` version of a switch will pass the opposite value in as a function argument. If multiple switches are present, the last one takes precedence. + +#### Files + +If the default value is a file object, such as `sys.stdout`, then autocommand just looks for a string, for a file path. It doesn't do any special checking on the string, though (such as checking if the file exists); it's better to let the client decide how to handle errors in this case. Instead, it provides a special context manager called `smart_open`, which behaves exactly like `open` if a filename or other openable type is provided, but also lets you use already open files: + +```python +from autocommand import autocommand, smart_open +import sys + +# Write the contents of stdin, or a file, to stdout +@autocommand(__name__) +def write_out(infile=sys.stdin): + with smart_open(infile) as f: + for line in f: + print(line.rstrip()) + # If a file was opened, it is closed here. If it was just stdin, it is untouched. +``` + +``` +$ echo "Hello World!" | python write_out.py | tee hello.txt +Hello World! +$ python write_out.py --infile hello.txt +Hello World! +``` + +### Descriptions and docstrings + +The `autocommand` decorator accepts `description` and `epilog` kwargs, corresponding to the `description `_ and `epilog `_ of the `ArgumentParser`. If no description is given, but the decorated function has a docstring, then it is taken as the `description` for the `ArgumentParser`. You can also provide both the description and epilog in the docstring by splitting it into two sections with 4 or more - characters. + +```python +@autocommand(__name__) +def copy(infile=sys.stdin, outfile=sys.stdout): + ''' + Copy an the contents of a file (or stdin) to another file (or stdout) + ---------- + Some extra documentation in the epilog + ''' + with smart_open(infile) as istr: + with smart_open(outfile, 'w') as ostr: + for line in istr: + ostr.write(line) +``` + +``` +$ python copy.py -h +usage: copy.py [-h] [-i INFILE] [-o OUTFILE] + +Copy an the contents of a file (or stdin) to another file (or stdout) + +optional arguments: + -h, --help show this help message and exit + -i INFILE, --infile INFILE + -o OUTFILE, --outfile OUTFILE + +Some extra documentation in the epilog +$ echo "Hello World" | python copy.py --outfile hello.txt +$ python copy.py --infile hello.txt --outfile hello2.txt +$ python copy.py --infile hello2.txt +Hello World +``` + +### Parameter descriptions + +You can also attach description text to individual parameters in the annotation. To attach both a type and a description, supply them both in any order in a tuple + +```python +@autocommand(__name__) +def copy_net( + infile: 'The name of the file to send', + host: 'The host to send the file to', + port: (int, 'The port to connect to')): + + ''' + Copy a file over raw TCP to a remote destination. + ''' + # Left as an exercise to the reader +``` + +### Decorators and wrappers + +Autocommand automatically follows wrapper chains created by `@functools.wraps`. This means that you can apply other wrapping decorators to your main function, and autocommand will still correctly detect the signature. + +```python +from functools import wraps +from autocommand import autocommand + +def print_yielded(func): + ''' + Convert a generator into a function that prints all yielded elements + ''' + @wraps(func) + def wrapper(*args, **kwargs): + for thing in func(*args, **kwargs): + print(thing) + return wrapper + +@autocommand(__name__, + description= 'Print all the values from START to STOP, inclusive, in steps of STEP', + epilog= 'STOP and STEP default to 1') +@print_yielded +def seq(stop, start=1, step=1): + for i in range(start, stop + 1, step): + yield i +``` + +``` +$ seq.py -h +usage: seq.py [-h] [-s START] [-S STEP] stop + +Print all the values from START to STOP, inclusive, in steps of STEP + +positional arguments: + stop + +optional arguments: + -h, --help show this help message and exit + -s START, --start START + -S STEP, --step STEP + +STOP and STEP default to 1 +``` + +Even though autocommand is being applied to the `wrapper` returned by `print_yielded`, it still retreives the signature of the underlying `seq` function to create the argument parsing. + +### Custom Parser + +While autocommand's automatic parser generator is a powerful convenience, it doesn't cover all of the different features that argparse provides. If you need these features, you can provide your own parser as a kwarg to `autocommand`: + +```python +from argparse import ArgumentParser +from autocommand import autocommand + +parser = ArgumentParser() +# autocommand can't do optional positonal parameters +parser.add_argument('arg', nargs='?') +# or mutually exclusive options +group = parser.add_mutually_exclusive_group() +group.add_argument('-v', '--verbose', action='store_true') +group.add_argument('-q', '--quiet', action='store_true') + +@autocommand(__name__, parser=parser) +def main(arg, verbose, quiet): + print(arg, verbose, quiet) +``` + +``` +$ python parser.py -h +usage: write_file.py [-h] [-v | -q] [arg] + +positional arguments: + arg + +optional arguments: + -h, --help show this help message and exit + -v, --verbose + -q, --quiet +$ python parser.py +None False False +$ python parser.py hello +hello False False +$ python parser.py -v +None True False +$ python parser.py -q +None False True +$ python parser.py -vq +usage: parser.py [-h] [-v | -q] [arg] +parser.py: error: argument -q/--quiet: not allowed with argument -v/--verbose +``` + +Any parser should work fine, so long as each of the parser's arguments has a corresponding parameter in the decorated main function. The order of parameters doesn't matter, as long as they are all present. Note that when using a custom parser, autocommand doesn't modify the parser or the retrieved arguments. This means that no description/epilog will be added, and the function's type annotations and defaults (if present) will be ignored. + +## Testing and Library use + +The decorated function is only called and exited from if the first argument to `autocommand` is `'__main__'` or `True`. If it is neither of these values, or no argument is given, then a new main function is created by the decorator. This function has the signature `main(argv=None)`, and is intended to be called with arguments as if via `main(sys.argv[1:])`. The function has the attributes `parser` and `main`, which are the generated `ArgumentParser` and the original main function that was decorated. This is to facilitate testing and library use of your main. Calling the function triggers a `parse_args()` with the supplied arguments, and returns the result of the main function. Note that, while it returns instead of calling `sys.exit`, the `parse_args()` function will raise a `SystemExit` in the event of a parsing error or `-h/--help` argument. + +```python + @autocommand() + def test_prog(arg1, arg2: int, quiet=False, verbose=False): + if not quiet: + print(arg1, arg2) + if verbose: + print("LOUD NOISES") + + return 0 + + print(test_prog(['-v', 'hello', '80'])) +``` + +``` +$ python test_prog.py +hello 80 +LOUD NOISES +0 +``` + +If the function is called with no arguments, `sys.argv[1:]` is used. This is to allow the autocommand function to be used as a setuptools entry point. + +## Exceptions and limitations + +- There are a few possible exceptions that `autocommand` can raise. All of them derive from `autocommand.AutocommandError`. + + - If an invalid annotation is given (that is, it isn't a `type`, `str`, `(type, str)`, or `(str, type)`, an `AnnotationError` is raised. The `type` may be any callable, as described in the `Types`_ section. + - If the function has a `**kwargs` parameter, a `KWargError` is raised. + - If, somehow, the function has a positional-only parameter, a `PositionalArgError` is raised. This means that the argument doesn't have a name, which is currently not possible with a plain `def` or `lambda`, though many built-in functions have this kind of parameter. + +- There are a few argparse features that are not supported by autocommand. + + - It isn't possible to have an optional positional argument (as opposed to a `--option`). POSIX thinks this is bad form anyway. + - It isn't possible to have mutually exclusive arguments or options + - It isn't possible to have subcommands or subparsers, though I'm working on a few solutions involving classes or nested function definitions to allow this. + +## Development + +Autocommand cannot be important from the project root; this is to enforce separation of concerns and prevent accidental importing of `setup.py` or tests. To develop, install the project in editable mode: + +``` +$ python setup.py develop +``` + +This will create a link to the source files in the deployment directory, so that any source changes are reflected when it is imported. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD new file mode 100644 index 0000000..e6e12ea --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD @@ -0,0 +1,18 @@ +autocommand-2.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +autocommand-2.2.2.dist-info/LICENSE,sha256=reeNBJgtaZctREqOFKlPh6IzTdOFXMgDSOqOJAqg3y0,7634 +autocommand-2.2.2.dist-info/METADATA,sha256=OADZuR3O6iBlpu1ieTgzYul6w4uOVrk0P0BO5TGGAJk,15006 +autocommand-2.2.2.dist-info/RECORD,, +autocommand-2.2.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92 +autocommand-2.2.2.dist-info/top_level.txt,sha256=AzfhgKKS8EdAwWUTSF8mgeVQbXOY9kokHB6kSqwwqu0,12 +autocommand/__init__.py,sha256=zko5Rnvolvb-UXjCx_2ArPTGBWwUK5QY4LIQIKYR7As,1037 +autocommand/__pycache__/__init__.cpython-312.pyc,, +autocommand/__pycache__/autoasync.cpython-312.pyc,, +autocommand/__pycache__/autocommand.cpython-312.pyc,, +autocommand/__pycache__/automain.cpython-312.pyc,, +autocommand/__pycache__/autoparse.cpython-312.pyc,, +autocommand/__pycache__/errors.cpython-312.pyc,, +autocommand/autoasync.py,sha256=AMdyrxNS4pqWJfP_xuoOcImOHWD-qT7x06wmKN1Vp-U,5680 +autocommand/autocommand.py,sha256=hmkEmQ72HtL55gnURVjDOnsfYlGd5lLXbvT4KG496Qw,2505 +autocommand/automain.py,sha256=A2b8i754Mxc_DjU9WFr6vqYDWlhz0cn8miu8d8EsxV8,2076 +autocommand/autoparse.py,sha256=WVWmZJPcbzUKXP40raQw_0HD8qPJ2V9VG1eFFmmnFxw,11642 +autocommand/errors.py,sha256=7aa3roh9Herd6nIKpQHNWEslWE8oq7GiHYVUuRqORnA,886 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL new file mode 100644 index 0000000..57e3d84 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.38.4) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt new file mode 100644 index 0000000..dda5158 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt @@ -0,0 +1 @@ +autocommand diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py new file mode 100644 index 0000000..73fbfca --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py @@ -0,0 +1,27 @@ +# Copyright 2014-2016 Nathan West +# +# This file is part of autocommand. +# +# autocommand is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# autocommand is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with autocommand. If not, see . + +# flake8 flags all these imports as unused, hence the NOQAs everywhere. + +from .automain import automain # NOQA +from .autoparse import autoparse, smart_open # NOQA +from .autocommand import autocommand # NOQA + +try: + from .autoasync import autoasync # NOQA +except ImportError: # pragma: no cover + pass diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66406416630a6fa2ba8b27e107acc8d86ded9aa9 GIT binary patch literal 433 zcmYjMyG{c!5ZsL~k4s2Hk0?kaf=DbtqC#{OG>A6WoSd9V4(#*Eb_n?degG;u8oq@e zfJlG@6KgLSl;XjCXdueyrE4;IM!FKBxx(AKv`I`6cG3?zn{n5)>dI0`$5d zP-29#5EYi52qH;D5JF!KL?DAGK$sLafEOE}U8U>X7_LYc#@H%-q8r=7X@!lfk}S_1cyj>y6V?q&=EX>`-NUot<53Qp?*p>tC<| zH`H)D%B@nu(D;&PiPH4nax{+9EVXgm$tR1-fmF#z@I$@gp7#GWTaIP~5x+M9*WY0K l1sbz}VE7s|exAy!Uw{}s2NjFAX=nK{e82$cjs%` zhmN&#vpX~2e1Cu6H~!<`U_V29s`1&})E>tEN-uFsMuV->7_2diS(?i#+Ig*_pVu{d z*IlEMIG<2s!%bFF=TjIbuCw!LtItYWDg341HLT2a<9uc*nd|>Mk<96>9dmY2vM+q zpU>D_LKRlcg`CjA|8pYeN>1p31azgZsC4wPgm);ENViRJKUG9Ra!!s@CHYO>=DfW% z)aD?z4dB}_3VTd9Rb^_x&Qki@~> zoTT`s5aeGi6zBblU7Vd0raV+Oi>_NKx#rBFz?K2MU|e*anPPP*nD@OW3x}U5N++-n zRn77O1eZk#i&O*OcV)2zys>;yG;4uh_A3<#uEr{k3)Q98t`Z`m6h%adm=rs}$%A-g z0o~u&KbG0uBW!Tj>e%heuh2N1Ho_e>%_@*fdz?p=M_IE1AWX zS4YRRUup*v@21DJ=`-&eVgMgo>FA7BU)7XSL0~z?E5Hv+=IiYC>S*kJ3Un+cJVqMaU<(Sw!e? z0@4Ua?aNiyDF+DcHrtdqwlh8v3Pvtk^8&|(gI21p9oP}1d~23ppdh+Hkv-?Y*`bVp zUTPGml#?KIM-g;3WdQn0z7FmS97LQzF^YZDKm|TY^Oikp*4!YMSF1zB0|eNCuyGI| zQ!302B`<7G?qT>Vt&)w1A&>*+64F8rMbfgtf`YAXoR4j)@`4%irM?Nk9IWbiG9Z%W znhg9(mu!;zqU#m*fqs!(xk>P+^)`s~ zFxzG8FgcL!X)#oT3Wp~Z zLic>m_H4LRSPZnOQNg3Ag(9}oF^Lk}OpylBP&P%7Px6k#Ocn}-9M6%DMTaSh-Agcw zv{tJC9%OXJ3ztob*SNszkW-rx65u!}%{s0pxe#gHB5f$#5&Q&S za%|V)vjUzUVNSuX+8%Jh^N{S3rMn5W=|I~ic8BB&^fQ@jPs$}(kbwpL71TMCw7Nji zY1xyxTo@kr<1?J;2sIhSk1BW}OPuG_dw3p+96EOwpLqq+U1BRKOG-+@okCdNL{TyM zlJEmR&$|>BG7{09aD5n&W+(Fe>8Fn!izH}gTS{L@J!}}y)3Y(}kX)jrmBmhcRvBLG!bs8TMRd4i(3ysYE z%AR=LRRdQ=uz0--SSpc^x-u9A~|zUi>1ePmsafVnZ_$51kG5Q zm>%5Sm=0Zf6pL~Lf_$QtopC&?1cT9q6JZcTT`N^nXx>WD0zsw|BztQh3R}7-sG_509+$-_5Y>?&c`p z7(KK;dg!Ck;>y`(c4Fo1MwYK<`9^kPJv(ui>4VQUckkac@cZe|BdZf@`8V_LC2kKD zZ>H9ViW@`6)`yOLp2X~CitT&sSI_<8xtnJ<@+a2wCsrR@IsKP`p=Nf^M)u%(_TZgI zk2H6VAhOQ9cXrFr$9CKU@dvPN@WF7wpR!}04nMpxJheVN^}CVZ2DcBN`S8;E;WHl% zzj!q0$F16>6S*QhbfN9CeSQ zlXQ`|fW}XqQtB2XG)3K0G<^--zo5TYG?vLO*T2w>od-6V(RbkP5X*FUr8h`E{A;@ZRi|NCBC4Dc$QUfbTu6^%I zeI)r!ZIe;IWw6w)P4(gK6eu?zKYTkgdM7jS>A=3*iG860wCP-5D;;G}<=*O^+Uir4 zDBT=GJ)}`>R*_egzLXD#Qc+weN-@k=eEOfrN$~_GC@kd!x=lmVv@ge)HuVYH`w4sa b^VB|VWb@=Jn)dK}BR6ZmPkzB@tO)%Z6{w64 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7fd248b2d29909b90011b2d2cd5bc3985178e7e9 GIT binary patch literal 1295 zcmZuw&1)M+6o0cj`&G%dY{{`5H;sfH$~Lt{Tj(kHR2zEnr9Lzwplq~bMPzqpJG+Xb zV1pTAd2(H!gMg}YBc#Z8X zQ%iF;2^y^Bhb`)*D)CzmZKj%K+jWlyshVYADRwCJQ*D+b;3K_ce-JM4d%` z23-z6>xU34T^!>;igh+Wu5h30ZPW%P+2EmAiS-yila4SC;&cGxs=22W%Q1?zXY!FU zvP%#Sd4O0Q^|k-L?*rHe-U;5`F=Zx}hUEq1IGC8Jf)|xC@uZBe5^tJ`giO2^6J?l2 zig(*y>VYYnUFIBwmsZmoqR2!+7; zs?)kv^*iBh>V2{P+2_@u6_PdIYTU7!B&Y@?Z2KXlPEf7iC7w-Lbz&@&{JP&s=O=7+ zn=~l1Ldx!cGNE3-=Fo=a1RLuU%CYaqy!_xMhj(4*=OJG>&MiOMduqNcewY+W$)(EU zokur*+IbQt7gv(S%clk|Ridv>FF;`_$rqBvm87_ol$JT3=9I#6g!^+)C_lXSi+VD1 z`7u73xf0<&XNpm7!0!N4N_Acge+7r6#!km4n~YIr8mz#r|2L!aL1qKUra8y`vNyju zq%xc3sx&vz9lO9a7lq?h4*z!Hv;=zLNAFR(7cjk7@X{DWG7-xO1R Hf=u~8TDL-x literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..52ca43034ee6eb8a84d7406c06f5bb320ce30bac GIT binary patch literal 1867 zcmZWq&2Jk;6rWi;&gQeB5GoQ>O+$p@lGsW?Ig~U4@zov(h=c>atjFGoz0G>po!L!r z6_AA@HQ@l|fD$AQ95|$kkoZ5iq`gE#juPiQ6YEkvdEp zjY8VZxYX_c+H&n}tI*e=*@1^BT7F1@W@&5e)i?^vVXejk_YEmSSvH!6;vrn^VIX@% zkOFl{!2&Z@YZ5hU+zZ|lw_;BU^>*mSzR*UNv#FNtI03H-$7u~ZPEE^zA9kEuG53w+ z9%-ZX$2arUuqN_r70K0Hndg1K=J>oc7YP;N2k?2{E9L8rs2T<@=H{>Dl^2P*IxnyD ziconaqPQM~p|A4Jh6vnH=6NqJ&7-HedP8C^HF+8s)dyso9H(tLlJJuQ$b=&?ZwUt`Y1zjQ8KK>oR4l-D)RZlTjltam*P%;d%#v`xHeZRrHU?W@? zigC6U2j$2M1Lm!0M(>~ZF*6aZC1TTR&G%1y|3WP zUN!tHrhr~BlQc_~vFF&k=y|dO$z|oLD6e;Su3hV;QJZwd8p8t4WUuOPyeYX{2M;RH zH3g3LR9RI>VakBYXM+4!EiedkTap4K+0qx_e?`z9VE3CVwc2eRY=nMzo`k2p2;|E% zjdK%Q>p#nacG{&L*|olxkiVMb!SK1yukT*}Vs-zeqw&k%EZiTz z{LAnQdUTwL68+Rs;;`9+7*>cp53Ct2RE`6$@DS6^J+>EpUMsnL>Gnk8K+mN__A)A= z!6w;%y-74Gq`<~f@scm}P|K!U8PjgPL`Xg9@Q=WXMT6L~6C61S`xEe}*MR)pB&RdP z9=n_Qx&Ok0(d@zVKaI{G+4H~kkKCR3v43)ZhieiQuh))kfX?9?TF%WStQ+d$CNA3FG~eya=C|A_bF@ poTMnF?P)@XekIeV8A=C^rmlQ{`&s}1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4472e07ab55581abeeb6eaa78bce3a52a9e269a7 GIT binary patch literal 11056 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 Sh!FZd3Q+y2_yPB. + +from asyncio import get_event_loop, iscoroutine +from functools import wraps +from inspect import signature + + +async def _run_forever_coro(coro, args, kwargs, loop): + ''' + This helper function launches an async main function that was tagged with + forever=True. There are two possibilities: + + - The function is a normal function, which handles initializing the event + loop, which is then run forever + - The function is a coroutine, which needs to be scheduled in the event + loop, which is then run forever + - There is also the possibility that the function is a normal function + wrapping a coroutine function + + The function is therefore called unconditionally and scheduled in the event + loop if the return value is a coroutine object. + + The reason this is a separate function is to make absolutely sure that all + the objects created are garbage collected after all is said and done; we + do this to ensure that any exceptions raised in the tasks are collected + ASAP. + ''' + + # Personal note: I consider this an antipattern, as it relies on the use of + # unowned resources. The setup function dumps some stuff into the event + # loop where it just whirls in the ether without a well defined owner or + # lifetime. For this reason, there's a good chance I'll remove the + # forever=True feature from autoasync at some point in the future. + thing = coro(*args, **kwargs) + if iscoroutine(thing): + await thing + + +def autoasync(coro=None, *, loop=None, forever=False, pass_loop=False): + ''' + Convert an asyncio coroutine into a function which, when called, is + evaluted in an event loop, and the return value returned. This is intented + to make it easy to write entry points into asyncio coroutines, which + otherwise need to be explictly evaluted with an event loop's + run_until_complete. + + If `loop` is given, it is used as the event loop to run the coro in. If it + is None (the default), the loop is retreived using asyncio.get_event_loop. + This call is defered until the decorated function is called, so that + callers can install custom event loops or event loop policies after + @autoasync is applied. + + If `forever` is True, the loop is run forever after the decorated coroutine + is finished. Use this for servers created with asyncio.start_server and the + like. + + If `pass_loop` is True, the event loop object is passed into the coroutine + as the `loop` kwarg when the wrapper function is called. In this case, the + wrapper function's __signature__ is updated to remove this parameter, so + that autoparse can still be used on it without generating a parameter for + `loop`. + + This coroutine can be called with ( @autoasync(...) ) or without + ( @autoasync ) arguments. + + Examples: + + @autoasync + def get_file(host, port): + reader, writer = yield from asyncio.open_connection(host, port) + data = reader.read() + sys.stdout.write(data.decode()) + + get_file(host, port) + + @autoasync(forever=True, pass_loop=True) + def server(host, port, loop): + yield_from loop.create_server(Proto, host, port) + + server('localhost', 8899) + + ''' + if coro is None: + return lambda c: autoasync( + c, loop=loop, + forever=forever, + pass_loop=pass_loop) + + # The old and new signatures are required to correctly bind the loop + # parameter in 100% of cases, even if it's a positional parameter. + # NOTE: A future release will probably require the loop parameter to be + # a kwonly parameter. + if pass_loop: + old_sig = signature(coro) + new_sig = old_sig.replace(parameters=( + param for name, param in old_sig.parameters.items() + if name != "loop")) + + @wraps(coro) + def autoasync_wrapper(*args, **kwargs): + # Defer the call to get_event_loop so that, if a custom policy is + # installed after the autoasync decorator, it is respected at call time + local_loop = get_event_loop() if loop is None else loop + + # Inject the 'loop' argument. We have to use this signature binding to + # ensure it's injected in the correct place (positional, keyword, etc) + if pass_loop: + bound_args = old_sig.bind_partial() + bound_args.arguments.update( + loop=local_loop, + **new_sig.bind(*args, **kwargs).arguments) + args, kwargs = bound_args.args, bound_args.kwargs + + if forever: + local_loop.create_task(_run_forever_coro( + coro, args, kwargs, local_loop + )) + local_loop.run_forever() + else: + return local_loop.run_until_complete(coro(*args, **kwargs)) + + # Attach the updated signature. This allows 'pass_loop' to be used with + # autoparse + if pass_loop: + autoasync_wrapper.__signature__ = new_sig + + return autoasync_wrapper diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py new file mode 100644 index 0000000..097e86d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py @@ -0,0 +1,70 @@ +# Copyright 2014-2015 Nathan West +# +# This file is part of autocommand. +# +# autocommand is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# autocommand is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with autocommand. If not, see . + +from .autoparse import autoparse +from .automain import automain +try: + from .autoasync import autoasync +except ImportError: # pragma: no cover + pass + + +def autocommand( + module, *, + description=None, + epilog=None, + add_nos=False, + parser=None, + loop=None, + forever=False, + pass_loop=False): + + if callable(module): + raise TypeError('autocommand requires a module name argument') + + def autocommand_decorator(func): + # Step 1: if requested, run it all in an asyncio event loop. autoasync + # patches the __signature__ of the decorated function, so that in the + # event that pass_loop is True, the `loop` parameter of the original + # function will *not* be interpreted as a command-line argument by + # autoparse + if loop is not None or forever or pass_loop: + func = autoasync( + func, + loop=None if loop is True else loop, + pass_loop=pass_loop, + forever=forever) + + # Step 2: create parser. We do this second so that the arguments are + # parsed and passed *before* entering the asyncio event loop, if it + # exists. This simplifies the stack trace and ensures errors are + # reported earlier. It also ensures that errors raised during parsing & + # passing are still raised if `forever` is True. + func = autoparse( + func, + description=description, + epilog=epilog, + add_nos=add_nos, + parser=parser) + + # Step 3: call the function automatically if __name__ == '__main__' (or + # if True was provided) + func = automain(module)(func) + + return func + + return autocommand_decorator diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py new file mode 100644 index 0000000..6cc45db --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py @@ -0,0 +1,59 @@ +# Copyright 2014-2015 Nathan West +# +# This file is part of autocommand. +# +# autocommand is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# autocommand is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with autocommand. If not, see . + +import sys +from .errors import AutocommandError + + +class AutomainRequiresModuleError(AutocommandError, TypeError): + pass + + +def automain(module, *, args=(), kwargs=None): + ''' + This decorator automatically invokes a function if the module is being run + as the "__main__" module. Optionally, provide args or kwargs with which to + call the function. If `module` is "__main__", the function is called, and + the program is `sys.exit`ed with the return value. You can also pass `True` + to cause the function to be called unconditionally. If the function is not + called, it is returned unchanged by the decorator. + + Usage: + + @automain(__name__) # Pass __name__ to check __name__=="__main__" + def main(): + ... + + If __name__ is "__main__" here, the main function is called, and then + sys.exit called with the return value. + ''' + + # Check that @automain(...) was called, rather than @automain + if callable(module): + raise AutomainRequiresModuleError(module) + + if module == '__main__' or module is True: + if kwargs is None: + kwargs = {} + + # Use a function definition instead of a lambda for a neater traceback + def automain_decorator(main): + sys.exit(main(*args, **kwargs)) + + return automain_decorator + else: + return lambda main: main diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py new file mode 100644 index 0000000..0276a3f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py @@ -0,0 +1,333 @@ +# Copyright 2014-2015 Nathan West +# +# This file is part of autocommand. +# +# autocommand is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# autocommand is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with autocommand. If not, see . + +import sys +from re import compile as compile_regex +from inspect import signature, getdoc, Parameter +from argparse import ArgumentParser +from contextlib import contextmanager +from functools import wraps +from io import IOBase +from autocommand.errors import AutocommandError + + +_empty = Parameter.empty + + +class AnnotationError(AutocommandError): + '''Annotation error: annotation must be a string, type, or tuple of both''' + + +class PositionalArgError(AutocommandError): + ''' + Postional Arg Error: autocommand can't handle postional-only parameters + ''' + + +class KWArgError(AutocommandError): + '''kwarg Error: autocommand can't handle a **kwargs parameter''' + + +class DocstringError(AutocommandError): + '''Docstring error''' + + +class TooManySplitsError(DocstringError): + ''' + The docstring had too many ---- section splits. Currently we only support + using up to a single split, to split the docstring into description and + epilog parts. + ''' + + +def _get_type_description(annotation): + ''' + Given an annotation, return the (type, description) for the parameter. + If you provide an annotation that is somehow both a string and a callable, + the behavior is undefined. + ''' + if annotation is _empty: + return None, None + elif callable(annotation): + return annotation, None + elif isinstance(annotation, str): + return None, annotation + elif isinstance(annotation, tuple): + try: + arg1, arg2 = annotation + except ValueError as e: + raise AnnotationError(annotation) from e + else: + if callable(arg1) and isinstance(arg2, str): + return arg1, arg2 + elif isinstance(arg1, str) and callable(arg2): + return arg2, arg1 + + raise AnnotationError(annotation) + + +def _add_arguments(param, parser, used_char_args, add_nos): + ''' + Add the argument(s) to an ArgumentParser (using add_argument) for a given + parameter. used_char_args is the set of -short options currently already in + use, and is updated (if necessary) by this function. If add_nos is True, + this will also add an inverse switch for all boolean options. For + instance, for the boolean parameter "verbose", this will create --verbose + and --no-verbose. + ''' + + # Impl note: This function is kept separate from make_parser because it's + # already very long and I wanted to separate out as much as possible into + # its own call scope, to prevent even the possibility of suble mutation + # bugs. + if param.kind is param.POSITIONAL_ONLY: + raise PositionalArgError(param) + elif param.kind is param.VAR_KEYWORD: + raise KWArgError(param) + + # These are the kwargs for the add_argument function. + arg_spec = {} + is_option = False + + # Get the type and default from the annotation. + arg_type, description = _get_type_description(param.annotation) + + # Get the default value + default = param.default + + # If there is no explicit type, and the default is present and not None, + # infer the type from the default. + if arg_type is None and default not in {_empty, None}: + arg_type = type(default) + + # Add default. The presence of a default means this is an option, not an + # argument. + if default is not _empty: + arg_spec['default'] = default + is_option = True + + # Add the type + if arg_type is not None: + # Special case for bool: make it just a --switch + if arg_type is bool: + if not default or default is _empty: + arg_spec['action'] = 'store_true' + else: + arg_spec['action'] = 'store_false' + + # Switches are always options + is_option = True + + # Special case for file types: make it a string type, for filename + elif isinstance(default, IOBase): + arg_spec['type'] = str + + # TODO: special case for list type. + # - How to specificy type of list members? + # - param: [int] + # - param: int =[] + # - action='append' vs nargs='*' + + else: + arg_spec['type'] = arg_type + + # nargs: if the signature includes *args, collect them as trailing CLI + # arguments in a list. *args can't have a default value, so it can never be + # an option. + if param.kind is param.VAR_POSITIONAL: + # TODO: consider depluralizing metavar/name here. + arg_spec['nargs'] = '*' + + # Add description. + if description is not None: + arg_spec['help'] = description + + # Get the --flags + flags = [] + name = param.name + + if is_option: + # Add the first letter as a -short option. + for letter in name[0], name[0].swapcase(): + if letter not in used_char_args: + used_char_args.add(letter) + flags.append('-{}'.format(letter)) + break + + # If the parameter is a --long option, or is a -short option that + # somehow failed to get a flag, add it. + if len(name) > 1 or not flags: + flags.append('--{}'.format(name)) + + arg_spec['dest'] = name + else: + flags.append(name) + + parser.add_argument(*flags, **arg_spec) + + # Create the --no- version for boolean switches + if add_nos and arg_type is bool: + parser.add_argument( + '--no-{}'.format(name), + action='store_const', + dest=name, + const=default if default is not _empty else False) + + +def make_parser(func_sig, description, epilog, add_nos): + ''' + Given the signature of a function, create an ArgumentParser + ''' + parser = ArgumentParser(description=description, epilog=epilog) + + used_char_args = {'h'} + + # Arange the params so that single-character arguments are first. This + # esnures they don't have to get --long versions. sorted is stable, so the + # parameters will otherwise still be in relative order. + params = sorted( + func_sig.parameters.values(), + key=lambda param: len(param.name) > 1) + + for param in params: + _add_arguments(param, parser, used_char_args, add_nos) + + return parser + + +_DOCSTRING_SPLIT = compile_regex(r'\n\s*-{4,}\s*\n') + + +def parse_docstring(docstring): + ''' + Given a docstring, parse it into a description and epilog part + ''' + if docstring is None: + return '', '' + + parts = _DOCSTRING_SPLIT.split(docstring) + + if len(parts) == 1: + return docstring, '' + elif len(parts) == 2: + return parts[0], parts[1] + else: + raise TooManySplitsError() + + +def autoparse( + func=None, *, + description=None, + epilog=None, + add_nos=False, + parser=None): + ''' + This decorator converts a function that takes normal arguments into a + function which takes a single optional argument, argv, parses it using an + argparse.ArgumentParser, and calls the underlying function with the parsed + arguments. If it is not given, sys.argv[1:] is used. This is so that the + function can be used as a setuptools entry point, as well as a normal main + function. sys.argv[1:] is not evaluated until the function is called, to + allow injecting different arguments for testing. + + It uses the argument signature of the function to create an + ArgumentParser. Parameters without defaults become positional parameters, + while parameters *with* defaults become --options. Use annotations to set + the type of the parameter. + + The `desctiption` and `epilog` parameters corrospond to the same respective + argparse parameters. If no description is given, it defaults to the + decorated functions's docstring, if present. + + If add_nos is True, every boolean option (that is, every parameter with a + default of True/False or a type of bool) will have a --no- version created + as well, which inverts the option. For instance, the --verbose option will + have a --no-verbose counterpart. These are not mutually exclusive- + whichever one appears last in the argument list will have precedence. + + If a parser is given, it is used instead of one generated from the function + signature. In this case, no parser is created; instead, the given parser is + used to parse the argv argument. The parser's results' argument names must + match up with the parameter names of the decorated function. + + The decorated function is attached to the result as the `func` attribute, + and the parser is attached as the `parser` attribute. + ''' + + # If @autoparse(...) is used instead of @autoparse + if func is None: + return lambda f: autoparse( + f, description=description, + epilog=epilog, + add_nos=add_nos, + parser=parser) + + func_sig = signature(func) + + docstr_description, docstr_epilog = parse_docstring(getdoc(func)) + + if parser is None: + parser = make_parser( + func_sig, + description or docstr_description, + epilog or docstr_epilog, + add_nos) + + @wraps(func) + def autoparse_wrapper(argv=None): + if argv is None: + argv = sys.argv[1:] + + # Get empty argument binding, to fill with parsed arguments. This + # object does all the heavy lifting of turning named arguments into + # into correctly bound *args and **kwargs. + parsed_args = func_sig.bind_partial() + parsed_args.arguments.update(vars(parser.parse_args(argv))) + + return func(*parsed_args.args, **parsed_args.kwargs) + + # TODO: attach an updated __signature__ to autoparse_wrapper, just in case. + + # Attach the wrapped function and parser, and return the wrapper. + autoparse_wrapper.func = func + autoparse_wrapper.parser = parser + return autoparse_wrapper + + +@contextmanager +def smart_open(filename_or_file, *args, **kwargs): + ''' + This context manager allows you to open a filename, if you want to default + some already-existing file object, like sys.stdout, which shouldn't be + closed at the end of the context. If the filename argument is a str, bytes, + or int, the file object is created via a call to open with the given *args + and **kwargs, sent to the context, and closed at the end of the context, + just like "with open(filename) as f:". If it isn't one of the openable + types, the object simply sent to the context unchanged, and left unclosed + at the end of the context. Example: + + def work_with_file(name=sys.stdout): + with smart_open(name) as f: + # Works correctly if name is a str filename or sys.stdout + print("Some stuff", file=f) + # If it was a filename, f is closed at the end here. + ''' + if isinstance(filename_or_file, (str, bytes, int)): + with open(filename_or_file, *args, **kwargs) as file: + yield file + else: + yield filename_or_file diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py new file mode 100644 index 0000000..2570607 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py @@ -0,0 +1,23 @@ +# Copyright 2014-2016 Nathan West +# +# This file is part of autocommand. +# +# autocommand is free software: you can redistribute it and/or modify +# it under the terms of the GNU Lesser General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# autocommand is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public License +# along with autocommand. If not, see . + + +class AutocommandError(Exception): + '''Base class for autocommand exceptions''' + pass + +# Individual modules will define errors specific to that module. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA new file mode 100644 index 0000000..db0a2dc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA @@ -0,0 +1,46 @@ +Metadata-Version: 2.1 +Name: backports.tarfile +Version: 1.2.0 +Summary: Backport of CPython tarfile module +Author-email: "Jason R. Coombs" +Project-URL: Homepage, https://github.com/jaraco/backports.tarfile +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +License-File: LICENSE +Provides-Extra: docs +Requires-Dist: sphinx >=3.5 ; extra == 'docs' +Requires-Dist: jaraco.packaging >=9.3 ; extra == 'docs' +Requires-Dist: rst.linker >=1.9 ; extra == 'docs' +Requires-Dist: furo ; extra == 'docs' +Requires-Dist: sphinx-lint ; extra == 'docs' +Provides-Extra: testing +Requires-Dist: pytest !=8.1.*,>=6 ; extra == 'testing' +Requires-Dist: pytest-checkdocs >=2.4 ; extra == 'testing' +Requires-Dist: pytest-cov ; extra == 'testing' +Requires-Dist: pytest-enabler >=2.2 ; extra == 'testing' +Requires-Dist: jaraco.test ; extra == 'testing' +Requires-Dist: pytest !=8.0.* ; extra == 'testing' + +.. image:: https://img.shields.io/pypi/v/backports.tarfile.svg + :target: https://pypi.org/project/backports.tarfile + +.. image:: https://img.shields.io/pypi/pyversions/backports.tarfile.svg + +.. image:: https://github.com/jaraco/backports.tarfile/actions/workflows/main.yml/badge.svg + :target: https://github.com/jaraco/backports.tarfile/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. .. image:: https://readthedocs.org/projects/backportstarfile/badge/?version=latest +.. :target: https://backportstarfile.readthedocs.io/en/latest/?badge=latest + +.. image:: https://img.shields.io/badge/skeleton-2024-informational + :target: https://blog.jaraco.com/skeleton diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD new file mode 100644 index 0000000..536dc2f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD @@ -0,0 +1,17 @@ +backports.tarfile-1.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +backports.tarfile-1.2.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +backports.tarfile-1.2.0.dist-info/METADATA,sha256=ghXFTq132dxaEIolxr3HK1mZqm9iyUmaRANZQSr6WlE,2020 +backports.tarfile-1.2.0.dist-info/RECORD,, +backports.tarfile-1.2.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +backports.tarfile-1.2.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +backports.tarfile-1.2.0.dist-info/top_level.txt,sha256=cGjaLMOoBR1FK0ApojtzWVmViTtJ7JGIK_HwXiEsvtU,10 +backports/__init__.py,sha256=iOEMwnlORWezdO8-2vxBIPSR37D7JGjluZ8f55vzxls,81 +backports/__pycache__/__init__.cpython-312.pyc,, +backports/tarfile/__init__.py,sha256=Pwf2qUIfB0SolJPCKcx3vz3UEu_aids4g4sAfxy94qg,108491 +backports/tarfile/__main__.py,sha256=Yw2oGT1afrz2eBskzdPYL8ReB_3liApmhFkN2EbDmc4,59 +backports/tarfile/__pycache__/__init__.cpython-312.pyc,, +backports/tarfile/__pycache__/__main__.cpython-312.pyc,, +backports/tarfile/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc,, +backports/tarfile/compat/__pycache__/py38.cpython-312.pyc,, +backports/tarfile/compat/py38.py,sha256=iYkyt_gvWjLzGUTJD9TuTfMMjOk-ersXZmRlvQYN2qE,568 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL new file mode 100644 index 0000000..bab98d6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.43.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt new file mode 100644 index 0000000..99d2be5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt @@ -0,0 +1 @@ +backports diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py new file mode 100644 index 0000000..0d1f7ed --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py @@ -0,0 +1 @@ +__path__ = __import__('pkgutil').extend_path(__path__, __name__) # type: ignore diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8aa932c066d832f192ad75a975732300e3f2893 GIT binary patch literal 323 zcmYLFy-ve05O$JEM727yF|bx@YVji`gm?lZHpF5%&5@Wou@yV085!Bwcm+@w-h-*? zfXE0hfYhxMXG+Bl{(k)F?(Db0pii()9zOF+#4j(l)%zo>Vs;?w2l2E zgb>ZcjlK@sU>J5gW|}uns*7Q->vJwkqie@`M`7lm%D54(=wkkhXd|mc37o%>mG84I zSfNW`H+d~=G7(Ivk}HuW4y^M6Ia4xargep`j>ZRv%t{A|5tFIN!7>Z3F-~h`8Nb7c zx@IZf`8CktvXZ#Y*tF~TwA5Ln;H>sP;$La^@c52`Ao!rWk8(-(-|1*UN6%NUvn4&h IkLwr%KVWBCeE +# All rights reserved. +# +# Permission is hereby granted, free of charge, to any person +# obtaining a copy of this software and associated documentation +# files (the "Software"), to deal in the Software without +# restriction, including without limitation the rights to use, +# copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the +# Software is furnished to do so, subject to the following +# conditions: +# +# The above copyright notice and this permission notice shall be +# included in all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +# OTHER DEALINGS IN THE SOFTWARE. +# +"""Read from and write to tar format archives. +""" + +version = "0.9.0" +__author__ = "Lars Gust\u00e4bel (lars@gustaebel.de)" +__credits__ = "Gustavo Niemeyer, Niels Gust\u00e4bel, Richard Townsend." + +#--------- +# Imports +#--------- +from builtins import open as bltn_open +import sys +import os +import io +import shutil +import stat +import time +import struct +import copy +import re + +from .compat.py38 import removesuffix + +try: + import pwd +except ImportError: + pwd = None +try: + import grp +except ImportError: + grp = None + +# os.symlink on Windows prior to 6.0 raises NotImplementedError +# OSError (winerror=1314) will be raised if the caller does not hold the +# SeCreateSymbolicLinkPrivilege privilege +symlink_exception = (AttributeError, NotImplementedError, OSError) + +# from tarfile import * +__all__ = ["TarFile", "TarInfo", "is_tarfile", "TarError", "ReadError", + "CompressionError", "StreamError", "ExtractError", "HeaderError", + "ENCODING", "USTAR_FORMAT", "GNU_FORMAT", "PAX_FORMAT", + "DEFAULT_FORMAT", "open","fully_trusted_filter", "data_filter", + "tar_filter", "FilterError", "AbsoluteLinkError", + "OutsideDestinationError", "SpecialFileError", "AbsolutePathError", + "LinkOutsideDestinationError"] + + +#--------------------------------------------------------- +# tar constants +#--------------------------------------------------------- +NUL = b"\0" # the null character +BLOCKSIZE = 512 # length of processing blocks +RECORDSIZE = BLOCKSIZE * 20 # length of records +GNU_MAGIC = b"ustar \0" # magic gnu tar string +POSIX_MAGIC = b"ustar\x0000" # magic posix tar string + +LENGTH_NAME = 100 # maximum length of a filename +LENGTH_LINK = 100 # maximum length of a linkname +LENGTH_PREFIX = 155 # maximum length of the prefix field + +REGTYPE = b"0" # regular file +AREGTYPE = b"\0" # regular file +LNKTYPE = b"1" # link (inside tarfile) +SYMTYPE = b"2" # symbolic link +CHRTYPE = b"3" # character special device +BLKTYPE = b"4" # block special device +DIRTYPE = b"5" # directory +FIFOTYPE = b"6" # fifo special device +CONTTYPE = b"7" # contiguous file + +GNUTYPE_LONGNAME = b"L" # GNU tar longname +GNUTYPE_LONGLINK = b"K" # GNU tar longlink +GNUTYPE_SPARSE = b"S" # GNU tar sparse file + +XHDTYPE = b"x" # POSIX.1-2001 extended header +XGLTYPE = b"g" # POSIX.1-2001 global header +SOLARIS_XHDTYPE = b"X" # Solaris extended header + +USTAR_FORMAT = 0 # POSIX.1-1988 (ustar) format +GNU_FORMAT = 1 # GNU tar format +PAX_FORMAT = 2 # POSIX.1-2001 (pax) format +DEFAULT_FORMAT = PAX_FORMAT + +#--------------------------------------------------------- +# tarfile constants +#--------------------------------------------------------- +# File types that tarfile supports: +SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, + SYMTYPE, DIRTYPE, FIFOTYPE, + CONTTYPE, CHRTYPE, BLKTYPE, + GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, + GNUTYPE_SPARSE) + +# File types that will be treated as a regular file. +REGULAR_TYPES = (REGTYPE, AREGTYPE, + CONTTYPE, GNUTYPE_SPARSE) + +# File types that are part of the GNU tar format. +GNU_TYPES = (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK, + GNUTYPE_SPARSE) + +# Fields from a pax header that override a TarInfo attribute. +PAX_FIELDS = ("path", "linkpath", "size", "mtime", + "uid", "gid", "uname", "gname") + +# Fields from a pax header that are affected by hdrcharset. +PAX_NAME_FIELDS = {"path", "linkpath", "uname", "gname"} + +# Fields in a pax header that are numbers, all other fields +# are treated as strings. +PAX_NUMBER_FIELDS = { + "atime": float, + "ctime": float, + "mtime": float, + "uid": int, + "gid": int, + "size": int +} + +#--------------------------------------------------------- +# initialization +#--------------------------------------------------------- +if os.name == "nt": + ENCODING = "utf-8" +else: + ENCODING = sys.getfilesystemencoding() + +#--------------------------------------------------------- +# Some useful functions +#--------------------------------------------------------- + +def stn(s, length, encoding, errors): + """Convert a string to a null-terminated bytes object. + """ + if s is None: + raise ValueError("metadata cannot contain None") + s = s.encode(encoding, errors) + return s[:length] + (length - len(s)) * NUL + +def nts(s, encoding, errors): + """Convert a null-terminated bytes object to a string. + """ + p = s.find(b"\0") + if p != -1: + s = s[:p] + return s.decode(encoding, errors) + +def nti(s): + """Convert a number field to a python number. + """ + # There are two possible encodings for a number field, see + # itn() below. + if s[0] in (0o200, 0o377): + n = 0 + for i in range(len(s) - 1): + n <<= 8 + n += s[i + 1] + if s[0] == 0o377: + n = -(256 ** (len(s) - 1) - n) + else: + try: + s = nts(s, "ascii", "strict") + n = int(s.strip() or "0", 8) + except ValueError: + raise InvalidHeaderError("invalid header") + return n + +def itn(n, digits=8, format=DEFAULT_FORMAT): + """Convert a python number to a number field. + """ + # POSIX 1003.1-1988 requires numbers to be encoded as a string of + # octal digits followed by a null-byte, this allows values up to + # (8**(digits-1))-1. GNU tar allows storing numbers greater than + # that if necessary. A leading 0o200 or 0o377 byte indicate this + # particular encoding, the following digits-1 bytes are a big-endian + # base-256 representation. This allows values up to (256**(digits-1))-1. + # A 0o200 byte indicates a positive number, a 0o377 byte a negative + # number. + original_n = n + n = int(n) + if 0 <= n < 8 ** (digits - 1): + s = bytes("%0*o" % (digits - 1, n), "ascii") + NUL + elif format == GNU_FORMAT and -256 ** (digits - 1) <= n < 256 ** (digits - 1): + if n >= 0: + s = bytearray([0o200]) + else: + s = bytearray([0o377]) + n = 256 ** digits + n + + for i in range(digits - 1): + s.insert(1, n & 0o377) + n >>= 8 + else: + raise ValueError("overflow in number field") + + return s + +def calc_chksums(buf): + """Calculate the checksum for a member's header by summing up all + characters except for the chksum field which is treated as if + it was filled with spaces. According to the GNU tar sources, + some tars (Sun and NeXT) calculate chksum with signed char, + which will be different if there are chars in the buffer with + the high bit set. So we calculate two checksums, unsigned and + signed. + """ + unsigned_chksum = 256 + sum(struct.unpack_from("148B8x356B", buf)) + signed_chksum = 256 + sum(struct.unpack_from("148b8x356b", buf)) + return unsigned_chksum, signed_chksum + +def copyfileobj(src, dst, length=None, exception=OSError, bufsize=None): + """Copy length bytes from fileobj src to fileobj dst. + If length is None, copy the entire content. + """ + bufsize = bufsize or 16 * 1024 + if length == 0: + return + if length is None: + shutil.copyfileobj(src, dst, bufsize) + return + + blocks, remainder = divmod(length, bufsize) + for b in range(blocks): + buf = src.read(bufsize) + if len(buf) < bufsize: + raise exception("unexpected end of data") + dst.write(buf) + + if remainder != 0: + buf = src.read(remainder) + if len(buf) < remainder: + raise exception("unexpected end of data") + dst.write(buf) + return + +def _safe_print(s): + encoding = getattr(sys.stdout, 'encoding', None) + if encoding is not None: + s = s.encode(encoding, 'backslashreplace').decode(encoding) + print(s, end=' ') + + +class TarError(Exception): + """Base exception.""" + pass +class ExtractError(TarError): + """General exception for extract errors.""" + pass +class ReadError(TarError): + """Exception for unreadable tar archives.""" + pass +class CompressionError(TarError): + """Exception for unavailable compression methods.""" + pass +class StreamError(TarError): + """Exception for unsupported operations on stream-like TarFiles.""" + pass +class HeaderError(TarError): + """Base exception for header errors.""" + pass +class EmptyHeaderError(HeaderError): + """Exception for empty headers.""" + pass +class TruncatedHeaderError(HeaderError): + """Exception for truncated headers.""" + pass +class EOFHeaderError(HeaderError): + """Exception for end of file headers.""" + pass +class InvalidHeaderError(HeaderError): + """Exception for invalid headers.""" + pass +class SubsequentHeaderError(HeaderError): + """Exception for missing and invalid extended headers.""" + pass + +#--------------------------- +# internal stream interface +#--------------------------- +class _LowLevelFile: + """Low-level file object. Supports reading and writing. + It is used instead of a regular file object for streaming + access. + """ + + def __init__(self, name, mode): + mode = { + "r": os.O_RDONLY, + "w": os.O_WRONLY | os.O_CREAT | os.O_TRUNC, + }[mode] + if hasattr(os, "O_BINARY"): + mode |= os.O_BINARY + self.fd = os.open(name, mode, 0o666) + + def close(self): + os.close(self.fd) + + def read(self, size): + return os.read(self.fd, size) + + def write(self, s): + os.write(self.fd, s) + +class _Stream: + """Class that serves as an adapter between TarFile and + a stream-like object. The stream-like object only + needs to have a read() or write() method that works with bytes, + and the method is accessed blockwise. + Use of gzip or bzip2 compression is possible. + A stream-like object could be for example: sys.stdin.buffer, + sys.stdout.buffer, a socket, a tape device etc. + + _Stream is intended to be used only internally. + """ + + def __init__(self, name, mode, comptype, fileobj, bufsize, + compresslevel): + """Construct a _Stream object. + """ + self._extfileobj = True + if fileobj is None: + fileobj = _LowLevelFile(name, mode) + self._extfileobj = False + + if comptype == '*': + # Enable transparent compression detection for the + # stream interface + fileobj = _StreamProxy(fileobj) + comptype = fileobj.getcomptype() + + self.name = name or "" + self.mode = mode + self.comptype = comptype + self.fileobj = fileobj + self.bufsize = bufsize + self.buf = b"" + self.pos = 0 + self.closed = False + + try: + if comptype == "gz": + try: + import zlib + except ImportError: + raise CompressionError("zlib module is not available") from None + self.zlib = zlib + self.crc = zlib.crc32(b"") + if mode == "r": + self.exception = zlib.error + self._init_read_gz() + else: + self._init_write_gz(compresslevel) + + elif comptype == "bz2": + try: + import bz2 + except ImportError: + raise CompressionError("bz2 module is not available") from None + if mode == "r": + self.dbuf = b"" + self.cmp = bz2.BZ2Decompressor() + self.exception = OSError + else: + self.cmp = bz2.BZ2Compressor(compresslevel) + + elif comptype == "xz": + try: + import lzma + except ImportError: + raise CompressionError("lzma module is not available") from None + if mode == "r": + self.dbuf = b"" + self.cmp = lzma.LZMADecompressor() + self.exception = lzma.LZMAError + else: + self.cmp = lzma.LZMACompressor() + + elif comptype != "tar": + raise CompressionError("unknown compression type %r" % comptype) + + except: + if not self._extfileobj: + self.fileobj.close() + self.closed = True + raise + + def __del__(self): + if hasattr(self, "closed") and not self.closed: + self.close() + + def _init_write_gz(self, compresslevel): + """Initialize for writing with gzip compression. + """ + self.cmp = self.zlib.compressobj(compresslevel, + self.zlib.DEFLATED, + -self.zlib.MAX_WBITS, + self.zlib.DEF_MEM_LEVEL, + 0) + timestamp = struct.pack(" self.bufsize: + self.fileobj.write(self.buf[:self.bufsize]) + self.buf = self.buf[self.bufsize:] + + def close(self): + """Close the _Stream object. No operation should be + done on it afterwards. + """ + if self.closed: + return + + self.closed = True + try: + if self.mode == "w" and self.comptype != "tar": + self.buf += self.cmp.flush() + + if self.mode == "w" and self.buf: + self.fileobj.write(self.buf) + self.buf = b"" + if self.comptype == "gz": + self.fileobj.write(struct.pack("= 0: + blocks, remainder = divmod(pos - self.pos, self.bufsize) + for i in range(blocks): + self.read(self.bufsize) + self.read(remainder) + else: + raise StreamError("seeking backwards is not allowed") + return self.pos + + def read(self, size): + """Return the next size number of bytes from the stream.""" + assert size is not None + buf = self._read(size) + self.pos += len(buf) + return buf + + def _read(self, size): + """Return size bytes from the stream. + """ + if self.comptype == "tar": + return self.__read(size) + + c = len(self.dbuf) + t = [self.dbuf] + while c < size: + # Skip underlying buffer to avoid unaligned double buffering. + if self.buf: + buf = self.buf + self.buf = b"" + else: + buf = self.fileobj.read(self.bufsize) + if not buf: + break + try: + buf = self.cmp.decompress(buf) + except self.exception as e: + raise ReadError("invalid compressed data") from e + t.append(buf) + c += len(buf) + t = b"".join(t) + self.dbuf = t[size:] + return t[:size] + + def __read(self, size): + """Return size bytes from stream. If internal buffer is empty, + read another block from the stream. + """ + c = len(self.buf) + t = [self.buf] + while c < size: + buf = self.fileobj.read(self.bufsize) + if not buf: + break + t.append(buf) + c += len(buf) + t = b"".join(t) + self.buf = t[size:] + return t[:size] +# class _Stream + +class _StreamProxy(object): + """Small proxy class that enables transparent compression + detection for the Stream interface (mode 'r|*'). + """ + + def __init__(self, fileobj): + self.fileobj = fileobj + self.buf = self.fileobj.read(BLOCKSIZE) + + def read(self, size): + self.read = self.fileobj.read + return self.buf + + def getcomptype(self): + if self.buf.startswith(b"\x1f\x8b\x08"): + return "gz" + elif self.buf[0:3] == b"BZh" and self.buf[4:10] == b"1AY&SY": + return "bz2" + elif self.buf.startswith((b"\x5d\x00\x00\x80", b"\xfd7zXZ")): + return "xz" + else: + return "tar" + + def close(self): + self.fileobj.close() +# class StreamProxy + +#------------------------ +# Extraction file object +#------------------------ +class _FileInFile(object): + """A thin wrapper around an existing file object that + provides a part of its data as an individual file + object. + """ + + def __init__(self, fileobj, offset, size, name, blockinfo=None): + self.fileobj = fileobj + self.offset = offset + self.size = size + self.position = 0 + self.name = name + self.closed = False + + if blockinfo is None: + blockinfo = [(0, size)] + + # Construct a map with data and zero blocks. + self.map_index = 0 + self.map = [] + lastpos = 0 + realpos = self.offset + for offset, size in blockinfo: + if offset > lastpos: + self.map.append((False, lastpos, offset, None)) + self.map.append((True, offset, offset + size, realpos)) + realpos += size + lastpos = offset + size + if lastpos < self.size: + self.map.append((False, lastpos, self.size, None)) + + def flush(self): + pass + + @property + def mode(self): + return 'rb' + + def readable(self): + return True + + def writable(self): + return False + + def seekable(self): + return self.fileobj.seekable() + + def tell(self): + """Return the current file position. + """ + return self.position + + def seek(self, position, whence=io.SEEK_SET): + """Seek to a position in the file. + """ + if whence == io.SEEK_SET: + self.position = min(max(position, 0), self.size) + elif whence == io.SEEK_CUR: + if position < 0: + self.position = max(self.position + position, 0) + else: + self.position = min(self.position + position, self.size) + elif whence == io.SEEK_END: + self.position = max(min(self.size + position, self.size), 0) + else: + raise ValueError("Invalid argument") + return self.position + + def read(self, size=None): + """Read data from the file. + """ + if size is None: + size = self.size - self.position + else: + size = min(size, self.size - self.position) + + buf = b"" + while size > 0: + while True: + data, start, stop, offset = self.map[self.map_index] + if start <= self.position < stop: + break + else: + self.map_index += 1 + if self.map_index == len(self.map): + self.map_index = 0 + length = min(size, stop - self.position) + if data: + self.fileobj.seek(offset + (self.position - start)) + b = self.fileobj.read(length) + if len(b) != length: + raise ReadError("unexpected end of data") + buf += b + else: + buf += NUL * length + size -= length + self.position += length + return buf + + def readinto(self, b): + buf = self.read(len(b)) + b[:len(buf)] = buf + return len(buf) + + def close(self): + self.closed = True +#class _FileInFile + +class ExFileObject(io.BufferedReader): + + def __init__(self, tarfile, tarinfo): + fileobj = _FileInFile(tarfile.fileobj, tarinfo.offset_data, + tarinfo.size, tarinfo.name, tarinfo.sparse) + super().__init__(fileobj) +#class ExFileObject + + +#----------------------------- +# extraction filters (PEP 706) +#----------------------------- + +class FilterError(TarError): + pass + +class AbsolutePathError(FilterError): + def __init__(self, tarinfo): + self.tarinfo = tarinfo + super().__init__(f'member {tarinfo.name!r} has an absolute path') + +class OutsideDestinationError(FilterError): + def __init__(self, tarinfo, path): + self.tarinfo = tarinfo + self._path = path + super().__init__(f'{tarinfo.name!r} would be extracted to {path!r}, ' + + 'which is outside the destination') + +class SpecialFileError(FilterError): + def __init__(self, tarinfo): + self.tarinfo = tarinfo + super().__init__(f'{tarinfo.name!r} is a special file') + +class AbsoluteLinkError(FilterError): + def __init__(self, tarinfo): + self.tarinfo = tarinfo + super().__init__(f'{tarinfo.name!r} is a link to an absolute path') + +class LinkOutsideDestinationError(FilterError): + def __init__(self, tarinfo, path): + self.tarinfo = tarinfo + self._path = path + super().__init__(f'{tarinfo.name!r} would link to {path!r}, ' + + 'which is outside the destination') + +def _get_filtered_attrs(member, dest_path, for_data=True): + new_attrs = {} + name = member.name + dest_path = os.path.realpath(dest_path) + # Strip leading / (tar's directory separator) from filenames. + # Include os.sep (target OS directory separator) as well. + if name.startswith(('/', os.sep)): + name = new_attrs['name'] = member.path.lstrip('/' + os.sep) + if os.path.isabs(name): + # Path is absolute even after stripping. + # For example, 'C:/foo' on Windows. + raise AbsolutePathError(member) + # Ensure we stay in the destination + target_path = os.path.realpath(os.path.join(dest_path, name)) + if os.path.commonpath([target_path, dest_path]) != dest_path: + raise OutsideDestinationError(member, target_path) + # Limit permissions (no high bits, and go-w) + mode = member.mode + if mode is not None: + # Strip high bits & group/other write bits + mode = mode & 0o755 + if for_data: + # For data, handle permissions & file types + if member.isreg() or member.islnk(): + if not mode & 0o100: + # Clear executable bits if not executable by user + mode &= ~0o111 + # Ensure owner can read & write + mode |= 0o600 + elif member.isdir() or member.issym(): + # Ignore mode for directories & symlinks + mode = None + else: + # Reject special files + raise SpecialFileError(member) + if mode != member.mode: + new_attrs['mode'] = mode + if for_data: + # Ignore ownership for 'data' + if member.uid is not None: + new_attrs['uid'] = None + if member.gid is not None: + new_attrs['gid'] = None + if member.uname is not None: + new_attrs['uname'] = None + if member.gname is not None: + new_attrs['gname'] = None + # Check link destination for 'data' + if member.islnk() or member.issym(): + if os.path.isabs(member.linkname): + raise AbsoluteLinkError(member) + if member.issym(): + target_path = os.path.join(dest_path, + os.path.dirname(name), + member.linkname) + else: + target_path = os.path.join(dest_path, + member.linkname) + target_path = os.path.realpath(target_path) + if os.path.commonpath([target_path, dest_path]) != dest_path: + raise LinkOutsideDestinationError(member, target_path) + return new_attrs + +def fully_trusted_filter(member, dest_path): + return member + +def tar_filter(member, dest_path): + new_attrs = _get_filtered_attrs(member, dest_path, False) + if new_attrs: + return member.replace(**new_attrs, deep=False) + return member + +def data_filter(member, dest_path): + new_attrs = _get_filtered_attrs(member, dest_path, True) + if new_attrs: + return member.replace(**new_attrs, deep=False) + return member + +_NAMED_FILTERS = { + "fully_trusted": fully_trusted_filter, + "tar": tar_filter, + "data": data_filter, +} + +#------------------ +# Exported Classes +#------------------ + +# Sentinel for replace() defaults, meaning "don't change the attribute" +_KEEP = object() + +class TarInfo(object): + """Informational class which holds the details about an + archive member given by a tar header block. + TarInfo objects are returned by TarFile.getmember(), + TarFile.getmembers() and TarFile.gettarinfo() and are + usually created internally. + """ + + __slots__ = dict( + name = 'Name of the archive member.', + mode = 'Permission bits.', + uid = 'User ID of the user who originally stored this member.', + gid = 'Group ID of the user who originally stored this member.', + size = 'Size in bytes.', + mtime = 'Time of last modification.', + chksum = 'Header checksum.', + type = ('File type. type is usually one of these constants: ' + 'REGTYPE, AREGTYPE, LNKTYPE, SYMTYPE, DIRTYPE, FIFOTYPE, ' + 'CONTTYPE, CHRTYPE, BLKTYPE, GNUTYPE_SPARSE.'), + linkname = ('Name of the target file name, which is only present ' + 'in TarInfo objects of type LNKTYPE and SYMTYPE.'), + uname = 'User name.', + gname = 'Group name.', + devmajor = 'Device major number.', + devminor = 'Device minor number.', + offset = 'The tar header starts here.', + offset_data = "The file's data starts here.", + pax_headers = ('A dictionary containing key-value pairs of an ' + 'associated pax extended header.'), + sparse = 'Sparse member information.', + _tarfile = None, + _sparse_structs = None, + _link_target = None, + ) + + def __init__(self, name=""): + """Construct a TarInfo object. name is the optional name + of the member. + """ + self.name = name # member name + self.mode = 0o644 # file permissions + self.uid = 0 # user id + self.gid = 0 # group id + self.size = 0 # file size + self.mtime = 0 # modification time + self.chksum = 0 # header checksum + self.type = REGTYPE # member type + self.linkname = "" # link name + self.uname = "" # user name + self.gname = "" # group name + self.devmajor = 0 # device major number + self.devminor = 0 # device minor number + + self.offset = 0 # the tar header starts here + self.offset_data = 0 # the file's data starts here + + self.sparse = None # sparse member information + self.pax_headers = {} # pax header information + + @property + def tarfile(self): + import warnings + warnings.warn( + 'The undocumented "tarfile" attribute of TarInfo objects ' + + 'is deprecated and will be removed in Python 3.16', + DeprecationWarning, stacklevel=2) + return self._tarfile + + @tarfile.setter + def tarfile(self, tarfile): + import warnings + warnings.warn( + 'The undocumented "tarfile" attribute of TarInfo objects ' + + 'is deprecated and will be removed in Python 3.16', + DeprecationWarning, stacklevel=2) + self._tarfile = tarfile + + @property + def path(self): + 'In pax headers, "name" is called "path".' + return self.name + + @path.setter + def path(self, name): + self.name = name + + @property + def linkpath(self): + 'In pax headers, "linkname" is called "linkpath".' + return self.linkname + + @linkpath.setter + def linkpath(self, linkname): + self.linkname = linkname + + def __repr__(self): + return "<%s %r at %#x>" % (self.__class__.__name__,self.name,id(self)) + + def replace(self, *, + name=_KEEP, mtime=_KEEP, mode=_KEEP, linkname=_KEEP, + uid=_KEEP, gid=_KEEP, uname=_KEEP, gname=_KEEP, + deep=True, _KEEP=_KEEP): + """Return a deep copy of self with the given attributes replaced. + """ + if deep: + result = copy.deepcopy(self) + else: + result = copy.copy(self) + if name is not _KEEP: + result.name = name + if mtime is not _KEEP: + result.mtime = mtime + if mode is not _KEEP: + result.mode = mode + if linkname is not _KEEP: + result.linkname = linkname + if uid is not _KEEP: + result.uid = uid + if gid is not _KEEP: + result.gid = gid + if uname is not _KEEP: + result.uname = uname + if gname is not _KEEP: + result.gname = gname + return result + + def get_info(self): + """Return the TarInfo's attributes as a dictionary. + """ + if self.mode is None: + mode = None + else: + mode = self.mode & 0o7777 + info = { + "name": self.name, + "mode": mode, + "uid": self.uid, + "gid": self.gid, + "size": self.size, + "mtime": self.mtime, + "chksum": self.chksum, + "type": self.type, + "linkname": self.linkname, + "uname": self.uname, + "gname": self.gname, + "devmajor": self.devmajor, + "devminor": self.devminor + } + + if info["type"] == DIRTYPE and not info["name"].endswith("/"): + info["name"] += "/" + + return info + + def tobuf(self, format=DEFAULT_FORMAT, encoding=ENCODING, errors="surrogateescape"): + """Return a tar header as a string of 512 byte blocks. + """ + info = self.get_info() + for name, value in info.items(): + if value is None: + raise ValueError("%s may not be None" % name) + + if format == USTAR_FORMAT: + return self.create_ustar_header(info, encoding, errors) + elif format == GNU_FORMAT: + return self.create_gnu_header(info, encoding, errors) + elif format == PAX_FORMAT: + return self.create_pax_header(info, encoding) + else: + raise ValueError("invalid format") + + def create_ustar_header(self, info, encoding, errors): + """Return the object as a ustar header block. + """ + info["magic"] = POSIX_MAGIC + + if len(info["linkname"].encode(encoding, errors)) > LENGTH_LINK: + raise ValueError("linkname is too long") + + if len(info["name"].encode(encoding, errors)) > LENGTH_NAME: + info["prefix"], info["name"] = self._posix_split_name(info["name"], encoding, errors) + + return self._create_header(info, USTAR_FORMAT, encoding, errors) + + def create_gnu_header(self, info, encoding, errors): + """Return the object as a GNU header block sequence. + """ + info["magic"] = GNU_MAGIC + + buf = b"" + if len(info["linkname"].encode(encoding, errors)) > LENGTH_LINK: + buf += self._create_gnu_long_header(info["linkname"], GNUTYPE_LONGLINK, encoding, errors) + + if len(info["name"].encode(encoding, errors)) > LENGTH_NAME: + buf += self._create_gnu_long_header(info["name"], GNUTYPE_LONGNAME, encoding, errors) + + return buf + self._create_header(info, GNU_FORMAT, encoding, errors) + + def create_pax_header(self, info, encoding): + """Return the object as a ustar header block. If it cannot be + represented this way, prepend a pax extended header sequence + with supplement information. + """ + info["magic"] = POSIX_MAGIC + pax_headers = self.pax_headers.copy() + + # Test string fields for values that exceed the field length or cannot + # be represented in ASCII encoding. + for name, hname, length in ( + ("name", "path", LENGTH_NAME), ("linkname", "linkpath", LENGTH_LINK), + ("uname", "uname", 32), ("gname", "gname", 32)): + + if hname in pax_headers: + # The pax header has priority. + continue + + # Try to encode the string as ASCII. + try: + info[name].encode("ascii", "strict") + except UnicodeEncodeError: + pax_headers[hname] = info[name] + continue + + if len(info[name]) > length: + pax_headers[hname] = info[name] + + # Test number fields for values that exceed the field limit or values + # that like to be stored as float. + for name, digits in (("uid", 8), ("gid", 8), ("size", 12), ("mtime", 12)): + needs_pax = False + + val = info[name] + val_is_float = isinstance(val, float) + val_int = round(val) if val_is_float else val + if not 0 <= val_int < 8 ** (digits - 1): + # Avoid overflow. + info[name] = 0 + needs_pax = True + elif val_is_float: + # Put rounded value in ustar header, and full + # precision value in pax header. + info[name] = val_int + needs_pax = True + + # The existing pax header has priority. + if needs_pax and name not in pax_headers: + pax_headers[name] = str(val) + + # Create a pax extended header if necessary. + if pax_headers: + buf = self._create_pax_generic_header(pax_headers, XHDTYPE, encoding) + else: + buf = b"" + + return buf + self._create_header(info, USTAR_FORMAT, "ascii", "replace") + + @classmethod + def create_pax_global_header(cls, pax_headers): + """Return the object as a pax global header block sequence. + """ + return cls._create_pax_generic_header(pax_headers, XGLTYPE, "utf-8") + + def _posix_split_name(self, name, encoding, errors): + """Split a name longer than 100 chars into a prefix + and a name part. + """ + components = name.split("/") + for i in range(1, len(components)): + prefix = "/".join(components[:i]) + name = "/".join(components[i:]) + if len(prefix.encode(encoding, errors)) <= LENGTH_PREFIX and \ + len(name.encode(encoding, errors)) <= LENGTH_NAME: + break + else: + raise ValueError("name is too long") + + return prefix, name + + @staticmethod + def _create_header(info, format, encoding, errors): + """Return a header block. info is a dictionary with file + information, format must be one of the *_FORMAT constants. + """ + has_device_fields = info.get("type") in (CHRTYPE, BLKTYPE) + if has_device_fields: + devmajor = itn(info.get("devmajor", 0), 8, format) + devminor = itn(info.get("devminor", 0), 8, format) + else: + devmajor = stn("", 8, encoding, errors) + devminor = stn("", 8, encoding, errors) + + # None values in metadata should cause ValueError. + # itn()/stn() do this for all fields except type. + filetype = info.get("type", REGTYPE) + if filetype is None: + raise ValueError("TarInfo.type must not be None") + + parts = [ + stn(info.get("name", ""), 100, encoding, errors), + itn(info.get("mode", 0) & 0o7777, 8, format), + itn(info.get("uid", 0), 8, format), + itn(info.get("gid", 0), 8, format), + itn(info.get("size", 0), 12, format), + itn(info.get("mtime", 0), 12, format), + b" ", # checksum field + filetype, + stn(info.get("linkname", ""), 100, encoding, errors), + info.get("magic", POSIX_MAGIC), + stn(info.get("uname", ""), 32, encoding, errors), + stn(info.get("gname", ""), 32, encoding, errors), + devmajor, + devminor, + stn(info.get("prefix", ""), 155, encoding, errors) + ] + + buf = struct.pack("%ds" % BLOCKSIZE, b"".join(parts)) + chksum = calc_chksums(buf[-BLOCKSIZE:])[0] + buf = buf[:-364] + bytes("%06o\0" % chksum, "ascii") + buf[-357:] + return buf + + @staticmethod + def _create_payload(payload): + """Return the string payload filled with zero bytes + up to the next 512 byte border. + """ + blocks, remainder = divmod(len(payload), BLOCKSIZE) + if remainder > 0: + payload += (BLOCKSIZE - remainder) * NUL + return payload + + @classmethod + def _create_gnu_long_header(cls, name, type, encoding, errors): + """Return a GNUTYPE_LONGNAME or GNUTYPE_LONGLINK sequence + for name. + """ + name = name.encode(encoding, errors) + NUL + + info = {} + info["name"] = "././@LongLink" + info["type"] = type + info["size"] = len(name) + info["magic"] = GNU_MAGIC + + # create extended header + name blocks. + return cls._create_header(info, USTAR_FORMAT, encoding, errors) + \ + cls._create_payload(name) + + @classmethod + def _create_pax_generic_header(cls, pax_headers, type, encoding): + """Return a POSIX.1-2008 extended or global header sequence + that contains a list of keyword, value pairs. The values + must be strings. + """ + # Check if one of the fields contains surrogate characters and thereby + # forces hdrcharset=BINARY, see _proc_pax() for more information. + binary = False + for keyword, value in pax_headers.items(): + try: + value.encode("utf-8", "strict") + except UnicodeEncodeError: + binary = True + break + + records = b"" + if binary: + # Put the hdrcharset field at the beginning of the header. + records += b"21 hdrcharset=BINARY\n" + + for keyword, value in pax_headers.items(): + keyword = keyword.encode("utf-8") + if binary: + # Try to restore the original byte representation of 'value'. + # Needless to say, that the encoding must match the string. + value = value.encode(encoding, "surrogateescape") + else: + value = value.encode("utf-8") + + l = len(keyword) + len(value) + 3 # ' ' + '=' + '\n' + n = p = 0 + while True: + n = l + len(str(p)) + if n == p: + break + p = n + records += bytes(str(p), "ascii") + b" " + keyword + b"=" + value + b"\n" + + # We use a hardcoded "././@PaxHeader" name like star does + # instead of the one that POSIX recommends. + info = {} + info["name"] = "././@PaxHeader" + info["type"] = type + info["size"] = len(records) + info["magic"] = POSIX_MAGIC + + # Create pax header + record blocks. + return cls._create_header(info, USTAR_FORMAT, "ascii", "replace") + \ + cls._create_payload(records) + + @classmethod + def frombuf(cls, buf, encoding, errors): + """Construct a TarInfo object from a 512 byte bytes object. + """ + if len(buf) == 0: + raise EmptyHeaderError("empty header") + if len(buf) != BLOCKSIZE: + raise TruncatedHeaderError("truncated header") + if buf.count(NUL) == BLOCKSIZE: + raise EOFHeaderError("end of file header") + + chksum = nti(buf[148:156]) + if chksum not in calc_chksums(buf): + raise InvalidHeaderError("bad checksum") + + obj = cls() + obj.name = nts(buf[0:100], encoding, errors) + obj.mode = nti(buf[100:108]) + obj.uid = nti(buf[108:116]) + obj.gid = nti(buf[116:124]) + obj.size = nti(buf[124:136]) + obj.mtime = nti(buf[136:148]) + obj.chksum = chksum + obj.type = buf[156:157] + obj.linkname = nts(buf[157:257], encoding, errors) + obj.uname = nts(buf[265:297], encoding, errors) + obj.gname = nts(buf[297:329], encoding, errors) + obj.devmajor = nti(buf[329:337]) + obj.devminor = nti(buf[337:345]) + prefix = nts(buf[345:500], encoding, errors) + + # Old V7 tar format represents a directory as a regular + # file with a trailing slash. + if obj.type == AREGTYPE and obj.name.endswith("/"): + obj.type = DIRTYPE + + # The old GNU sparse format occupies some of the unused + # space in the buffer for up to 4 sparse structures. + # Save them for later processing in _proc_sparse(). + if obj.type == GNUTYPE_SPARSE: + pos = 386 + structs = [] + for i in range(4): + try: + offset = nti(buf[pos:pos + 12]) + numbytes = nti(buf[pos + 12:pos + 24]) + except ValueError: + break + structs.append((offset, numbytes)) + pos += 24 + isextended = bool(buf[482]) + origsize = nti(buf[483:495]) + obj._sparse_structs = (structs, isextended, origsize) + + # Remove redundant slashes from directories. + if obj.isdir(): + obj.name = obj.name.rstrip("/") + + # Reconstruct a ustar longname. + if prefix and obj.type not in GNU_TYPES: + obj.name = prefix + "/" + obj.name + return obj + + @classmethod + def fromtarfile(cls, tarfile): + """Return the next TarInfo object from TarFile object + tarfile. + """ + buf = tarfile.fileobj.read(BLOCKSIZE) + obj = cls.frombuf(buf, tarfile.encoding, tarfile.errors) + obj.offset = tarfile.fileobj.tell() - BLOCKSIZE + return obj._proc_member(tarfile) + + #-------------------------------------------------------------------------- + # The following are methods that are called depending on the type of a + # member. The entry point is _proc_member() which can be overridden in a + # subclass to add custom _proc_*() methods. A _proc_*() method MUST + # implement the following + # operations: + # 1. Set self.offset_data to the position where the data blocks begin, + # if there is data that follows. + # 2. Set tarfile.offset to the position where the next member's header will + # begin. + # 3. Return self or another valid TarInfo object. + def _proc_member(self, tarfile): + """Choose the right processing method depending on + the type and call it. + """ + if self.type in (GNUTYPE_LONGNAME, GNUTYPE_LONGLINK): + return self._proc_gnulong(tarfile) + elif self.type == GNUTYPE_SPARSE: + return self._proc_sparse(tarfile) + elif self.type in (XHDTYPE, XGLTYPE, SOLARIS_XHDTYPE): + return self._proc_pax(tarfile) + else: + return self._proc_builtin(tarfile) + + def _proc_builtin(self, tarfile): + """Process a builtin type or an unknown type which + will be treated as a regular file. + """ + self.offset_data = tarfile.fileobj.tell() + offset = self.offset_data + if self.isreg() or self.type not in SUPPORTED_TYPES: + # Skip the following data blocks. + offset += self._block(self.size) + tarfile.offset = offset + + # Patch the TarInfo object with saved global + # header information. + self._apply_pax_info(tarfile.pax_headers, tarfile.encoding, tarfile.errors) + + # Remove redundant slashes from directories. This is to be consistent + # with frombuf(). + if self.isdir(): + self.name = self.name.rstrip("/") + + return self + + def _proc_gnulong(self, tarfile): + """Process the blocks that hold a GNU longname + or longlink member. + """ + buf = tarfile.fileobj.read(self._block(self.size)) + + # Fetch the next header and process it. + try: + next = self.fromtarfile(tarfile) + except HeaderError as e: + raise SubsequentHeaderError(str(e)) from None + + # Patch the TarInfo object from the next header with + # the longname information. + next.offset = self.offset + if self.type == GNUTYPE_LONGNAME: + next.name = nts(buf, tarfile.encoding, tarfile.errors) + elif self.type == GNUTYPE_LONGLINK: + next.linkname = nts(buf, tarfile.encoding, tarfile.errors) + + # Remove redundant slashes from directories. This is to be consistent + # with frombuf(). + if next.isdir(): + next.name = removesuffix(next.name, "/") + + return next + + def _proc_sparse(self, tarfile): + """Process a GNU sparse header plus extra headers. + """ + # We already collected some sparse structures in frombuf(). + structs, isextended, origsize = self._sparse_structs + del self._sparse_structs + + # Collect sparse structures from extended header blocks. + while isextended: + buf = tarfile.fileobj.read(BLOCKSIZE) + pos = 0 + for i in range(21): + try: + offset = nti(buf[pos:pos + 12]) + numbytes = nti(buf[pos + 12:pos + 24]) + except ValueError: + break + if offset and numbytes: + structs.append((offset, numbytes)) + pos += 24 + isextended = bool(buf[504]) + self.sparse = structs + + self.offset_data = tarfile.fileobj.tell() + tarfile.offset = self.offset_data + self._block(self.size) + self.size = origsize + return self + + def _proc_pax(self, tarfile): + """Process an extended or global header as described in + POSIX.1-2008. + """ + # Read the header information. + buf = tarfile.fileobj.read(self._block(self.size)) + + # A pax header stores supplemental information for either + # the following file (extended) or all following files + # (global). + if self.type == XGLTYPE: + pax_headers = tarfile.pax_headers + else: + pax_headers = tarfile.pax_headers.copy() + + # Check if the pax header contains a hdrcharset field. This tells us + # the encoding of the path, linkpath, uname and gname fields. Normally, + # these fields are UTF-8 encoded but since POSIX.1-2008 tar + # implementations are allowed to store them as raw binary strings if + # the translation to UTF-8 fails. + match = re.search(br"\d+ hdrcharset=([^\n]+)\n", buf) + if match is not None: + pax_headers["hdrcharset"] = match.group(1).decode("utf-8") + + # For the time being, we don't care about anything other than "BINARY". + # The only other value that is currently allowed by the standard is + # "ISO-IR 10646 2000 UTF-8" in other words UTF-8. + hdrcharset = pax_headers.get("hdrcharset") + if hdrcharset == "BINARY": + encoding = tarfile.encoding + else: + encoding = "utf-8" + + # Parse pax header information. A record looks like that: + # "%d %s=%s\n" % (length, keyword, value). length is the size + # of the complete record including the length field itself and + # the newline. keyword and value are both UTF-8 encoded strings. + regex = re.compile(br"(\d+) ([^=]+)=") + pos = 0 + while match := regex.match(buf, pos): + length, keyword = match.groups() + length = int(length) + if length == 0: + raise InvalidHeaderError("invalid header") + value = buf[match.end(2) + 1:match.start(1) + length - 1] + + # Normally, we could just use "utf-8" as the encoding and "strict" + # as the error handler, but we better not take the risk. For + # example, GNU tar <= 1.23 is known to store filenames it cannot + # translate to UTF-8 as raw strings (unfortunately without a + # hdrcharset=BINARY header). + # We first try the strict standard encoding, and if that fails we + # fall back on the user's encoding and error handler. + keyword = self._decode_pax_field(keyword, "utf-8", "utf-8", + tarfile.errors) + if keyword in PAX_NAME_FIELDS: + value = self._decode_pax_field(value, encoding, tarfile.encoding, + tarfile.errors) + else: + value = self._decode_pax_field(value, "utf-8", "utf-8", + tarfile.errors) + + pax_headers[keyword] = value + pos += length + + # Fetch the next header. + try: + next = self.fromtarfile(tarfile) + except HeaderError as e: + raise SubsequentHeaderError(str(e)) from None + + # Process GNU sparse information. + if "GNU.sparse.map" in pax_headers: + # GNU extended sparse format version 0.1. + self._proc_gnusparse_01(next, pax_headers) + + elif "GNU.sparse.size" in pax_headers: + # GNU extended sparse format version 0.0. + self._proc_gnusparse_00(next, pax_headers, buf) + + elif pax_headers.get("GNU.sparse.major") == "1" and pax_headers.get("GNU.sparse.minor") == "0": + # GNU extended sparse format version 1.0. + self._proc_gnusparse_10(next, pax_headers, tarfile) + + if self.type in (XHDTYPE, SOLARIS_XHDTYPE): + # Patch the TarInfo object with the extended header info. + next._apply_pax_info(pax_headers, tarfile.encoding, tarfile.errors) + next.offset = self.offset + + if "size" in pax_headers: + # If the extended header replaces the size field, + # we need to recalculate the offset where the next + # header starts. + offset = next.offset_data + if next.isreg() or next.type not in SUPPORTED_TYPES: + offset += next._block(next.size) + tarfile.offset = offset + + return next + + def _proc_gnusparse_00(self, next, pax_headers, buf): + """Process a GNU tar extended sparse header, version 0.0. + """ + offsets = [] + for match in re.finditer(br"\d+ GNU.sparse.offset=(\d+)\n", buf): + offsets.append(int(match.group(1))) + numbytes = [] + for match in re.finditer(br"\d+ GNU.sparse.numbytes=(\d+)\n", buf): + numbytes.append(int(match.group(1))) + next.sparse = list(zip(offsets, numbytes)) + + def _proc_gnusparse_01(self, next, pax_headers): + """Process a GNU tar extended sparse header, version 0.1. + """ + sparse = [int(x) for x in pax_headers["GNU.sparse.map"].split(",")] + next.sparse = list(zip(sparse[::2], sparse[1::2])) + + def _proc_gnusparse_10(self, next, pax_headers, tarfile): + """Process a GNU tar extended sparse header, version 1.0. + """ + fields = None + sparse = [] + buf = tarfile.fileobj.read(BLOCKSIZE) + fields, buf = buf.split(b"\n", 1) + fields = int(fields) + while len(sparse) < fields * 2: + if b"\n" not in buf: + buf += tarfile.fileobj.read(BLOCKSIZE) + number, buf = buf.split(b"\n", 1) + sparse.append(int(number)) + next.offset_data = tarfile.fileobj.tell() + next.sparse = list(zip(sparse[::2], sparse[1::2])) + + def _apply_pax_info(self, pax_headers, encoding, errors): + """Replace fields with supplemental information from a previous + pax extended or global header. + """ + for keyword, value in pax_headers.items(): + if keyword == "GNU.sparse.name": + setattr(self, "path", value) + elif keyword == "GNU.sparse.size": + setattr(self, "size", int(value)) + elif keyword == "GNU.sparse.realsize": + setattr(self, "size", int(value)) + elif keyword in PAX_FIELDS: + if keyword in PAX_NUMBER_FIELDS: + try: + value = PAX_NUMBER_FIELDS[keyword](value) + except ValueError: + value = 0 + if keyword == "path": + value = value.rstrip("/") + setattr(self, keyword, value) + + self.pax_headers = pax_headers.copy() + + def _decode_pax_field(self, value, encoding, fallback_encoding, fallback_errors): + """Decode a single field from a pax record. + """ + try: + return value.decode(encoding, "strict") + except UnicodeDecodeError: + return value.decode(fallback_encoding, fallback_errors) + + def _block(self, count): + """Round up a byte count by BLOCKSIZE and return it, + e.g. _block(834) => 1024. + """ + blocks, remainder = divmod(count, BLOCKSIZE) + if remainder: + blocks += 1 + return blocks * BLOCKSIZE + + def isreg(self): + 'Return True if the Tarinfo object is a regular file.' + return self.type in REGULAR_TYPES + + def isfile(self): + 'Return True if the Tarinfo object is a regular file.' + return self.isreg() + + def isdir(self): + 'Return True if it is a directory.' + return self.type == DIRTYPE + + def issym(self): + 'Return True if it is a symbolic link.' + return self.type == SYMTYPE + + def islnk(self): + 'Return True if it is a hard link.' + return self.type == LNKTYPE + + def ischr(self): + 'Return True if it is a character device.' + return self.type == CHRTYPE + + def isblk(self): + 'Return True if it is a block device.' + return self.type == BLKTYPE + + def isfifo(self): + 'Return True if it is a FIFO.' + return self.type == FIFOTYPE + + def issparse(self): + return self.sparse is not None + + def isdev(self): + 'Return True if it is one of character device, block device or FIFO.' + return self.type in (CHRTYPE, BLKTYPE, FIFOTYPE) +# class TarInfo + +class TarFile(object): + """The TarFile Class provides an interface to tar archives. + """ + + debug = 0 # May be set from 0 (no msgs) to 3 (all msgs) + + dereference = False # If true, add content of linked file to the + # tar file, else the link. + + ignore_zeros = False # If true, skips empty or invalid blocks and + # continues processing. + + errorlevel = 1 # If 0, fatal errors only appear in debug + # messages (if debug >= 0). If > 0, errors + # are passed to the caller as exceptions. + + format = DEFAULT_FORMAT # The format to use when creating an archive. + + encoding = ENCODING # Encoding for 8-bit character strings. + + errors = None # Error handler for unicode conversion. + + tarinfo = TarInfo # The default TarInfo class to use. + + fileobject = ExFileObject # The file-object for extractfile(). + + extraction_filter = None # The default filter for extraction. + + def __init__(self, name=None, mode="r", fileobj=None, format=None, + tarinfo=None, dereference=None, ignore_zeros=None, encoding=None, + errors="surrogateescape", pax_headers=None, debug=None, + errorlevel=None, copybufsize=None, stream=False): + """Open an (uncompressed) tar archive 'name'. 'mode' is either 'r' to + read from an existing archive, 'a' to append data to an existing + file or 'w' to create a new file overwriting an existing one. 'mode' + defaults to 'r'. + If 'fileobj' is given, it is used for reading or writing data. If it + can be determined, 'mode' is overridden by 'fileobj's mode. + 'fileobj' is not closed, when TarFile is closed. + """ + modes = {"r": "rb", "a": "r+b", "w": "wb", "x": "xb"} + if mode not in modes: + raise ValueError("mode must be 'r', 'a', 'w' or 'x'") + self.mode = mode + self._mode = modes[mode] + + if not fileobj: + if self.mode == "a" and not os.path.exists(name): + # Create nonexistent files in append mode. + self.mode = "w" + self._mode = "wb" + fileobj = bltn_open(name, self._mode) + self._extfileobj = False + else: + if (name is None and hasattr(fileobj, "name") and + isinstance(fileobj.name, (str, bytes))): + name = fileobj.name + if hasattr(fileobj, "mode"): + self._mode = fileobj.mode + self._extfileobj = True + self.name = os.path.abspath(name) if name else None + self.fileobj = fileobj + + self.stream = stream + + # Init attributes. + if format is not None: + self.format = format + if tarinfo is not None: + self.tarinfo = tarinfo + if dereference is not None: + self.dereference = dereference + if ignore_zeros is not None: + self.ignore_zeros = ignore_zeros + if encoding is not None: + self.encoding = encoding + self.errors = errors + + if pax_headers is not None and self.format == PAX_FORMAT: + self.pax_headers = pax_headers + else: + self.pax_headers = {} + + if debug is not None: + self.debug = debug + if errorlevel is not None: + self.errorlevel = errorlevel + + # Init datastructures. + self.copybufsize = copybufsize + self.closed = False + self.members = [] # list of members as TarInfo objects + self._loaded = False # flag if all members have been read + self.offset = self.fileobj.tell() + # current position in the archive file + self.inodes = {} # dictionary caching the inodes of + # archive members already added + + try: + if self.mode == "r": + self.firstmember = None + self.firstmember = self.next() + + if self.mode == "a": + # Move to the end of the archive, + # before the first empty block. + while True: + self.fileobj.seek(self.offset) + try: + tarinfo = self.tarinfo.fromtarfile(self) + self.members.append(tarinfo) + except EOFHeaderError: + self.fileobj.seek(self.offset) + break + except HeaderError as e: + raise ReadError(str(e)) from None + + if self.mode in ("a", "w", "x"): + self._loaded = True + + if self.pax_headers: + buf = self.tarinfo.create_pax_global_header(self.pax_headers.copy()) + self.fileobj.write(buf) + self.offset += len(buf) + except: + if not self._extfileobj: + self.fileobj.close() + self.closed = True + raise + + #-------------------------------------------------------------------------- + # Below are the classmethods which act as alternate constructors to the + # TarFile class. The open() method is the only one that is needed for + # public use; it is the "super"-constructor and is able to select an + # adequate "sub"-constructor for a particular compression using the mapping + # from OPEN_METH. + # + # This concept allows one to subclass TarFile without losing the comfort of + # the super-constructor. A sub-constructor is registered and made available + # by adding it to the mapping in OPEN_METH. + + @classmethod + def open(cls, name=None, mode="r", fileobj=None, bufsize=RECORDSIZE, **kwargs): + r"""Open a tar archive for reading, writing or appending. Return + an appropriate TarFile class. + + mode: + 'r' or 'r:\*' open for reading with transparent compression + 'r:' open for reading exclusively uncompressed + 'r:gz' open for reading with gzip compression + 'r:bz2' open for reading with bzip2 compression + 'r:xz' open for reading with lzma compression + 'a' or 'a:' open for appending, creating the file if necessary + 'w' or 'w:' open for writing without compression + 'w:gz' open for writing with gzip compression + 'w:bz2' open for writing with bzip2 compression + 'w:xz' open for writing with lzma compression + + 'x' or 'x:' create a tarfile exclusively without compression, raise + an exception if the file is already created + 'x:gz' create a gzip compressed tarfile, raise an exception + if the file is already created + 'x:bz2' create a bzip2 compressed tarfile, raise an exception + if the file is already created + 'x:xz' create an lzma compressed tarfile, raise an exception + if the file is already created + + 'r|\*' open a stream of tar blocks with transparent compression + 'r|' open an uncompressed stream of tar blocks for reading + 'r|gz' open a gzip compressed stream of tar blocks + 'r|bz2' open a bzip2 compressed stream of tar blocks + 'r|xz' open an lzma compressed stream of tar blocks + 'w|' open an uncompressed stream for writing + 'w|gz' open a gzip compressed stream for writing + 'w|bz2' open a bzip2 compressed stream for writing + 'w|xz' open an lzma compressed stream for writing + """ + + if not name and not fileobj: + raise ValueError("nothing to open") + + if mode in ("r", "r:*"): + # Find out which *open() is appropriate for opening the file. + def not_compressed(comptype): + return cls.OPEN_METH[comptype] == 'taropen' + error_msgs = [] + for comptype in sorted(cls.OPEN_METH, key=not_compressed): + func = getattr(cls, cls.OPEN_METH[comptype]) + if fileobj is not None: + saved_pos = fileobj.tell() + try: + return func(name, "r", fileobj, **kwargs) + except (ReadError, CompressionError) as e: + error_msgs.append(f'- method {comptype}: {e!r}') + if fileobj is not None: + fileobj.seek(saved_pos) + continue + error_msgs_summary = '\n'.join(error_msgs) + raise ReadError(f"file could not be opened successfully:\n{error_msgs_summary}") + + elif ":" in mode: + filemode, comptype = mode.split(":", 1) + filemode = filemode or "r" + comptype = comptype or "tar" + + # Select the *open() function according to + # given compression. + if comptype in cls.OPEN_METH: + func = getattr(cls, cls.OPEN_METH[comptype]) + else: + raise CompressionError("unknown compression type %r" % comptype) + return func(name, filemode, fileobj, **kwargs) + + elif "|" in mode: + filemode, comptype = mode.split("|", 1) + filemode = filemode or "r" + comptype = comptype or "tar" + + if filemode not in ("r", "w"): + raise ValueError("mode must be 'r' or 'w'") + + compresslevel = kwargs.pop("compresslevel", 9) + stream = _Stream(name, filemode, comptype, fileobj, bufsize, + compresslevel) + try: + t = cls(name, filemode, stream, **kwargs) + except: + stream.close() + raise + t._extfileobj = False + return t + + elif mode in ("a", "w", "x"): + return cls.taropen(name, mode, fileobj, **kwargs) + + raise ValueError("undiscernible mode") + + @classmethod + def taropen(cls, name, mode="r", fileobj=None, **kwargs): + """Open uncompressed tar archive name for reading or writing. + """ + if mode not in ("r", "a", "w", "x"): + raise ValueError("mode must be 'r', 'a', 'w' or 'x'") + return cls(name, mode, fileobj, **kwargs) + + @classmethod + def gzopen(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): + """Open gzip compressed tar archive name for reading or writing. + Appending is not allowed. + """ + if mode not in ("r", "w", "x"): + raise ValueError("mode must be 'r', 'w' or 'x'") + + try: + from gzip import GzipFile + except ImportError: + raise CompressionError("gzip module is not available") from None + + try: + fileobj = GzipFile(name, mode + "b", compresslevel, fileobj) + except OSError as e: + if fileobj is not None and mode == 'r': + raise ReadError("not a gzip file") from e + raise + + try: + t = cls.taropen(name, mode, fileobj, **kwargs) + except OSError as e: + fileobj.close() + if mode == 'r': + raise ReadError("not a gzip file") from e + raise + except: + fileobj.close() + raise + t._extfileobj = False + return t + + @classmethod + def bz2open(cls, name, mode="r", fileobj=None, compresslevel=9, **kwargs): + """Open bzip2 compressed tar archive name for reading or writing. + Appending is not allowed. + """ + if mode not in ("r", "w", "x"): + raise ValueError("mode must be 'r', 'w' or 'x'") + + try: + from bz2 import BZ2File + except ImportError: + raise CompressionError("bz2 module is not available") from None + + fileobj = BZ2File(fileobj or name, mode, compresslevel=compresslevel) + + try: + t = cls.taropen(name, mode, fileobj, **kwargs) + except (OSError, EOFError) as e: + fileobj.close() + if mode == 'r': + raise ReadError("not a bzip2 file") from e + raise + except: + fileobj.close() + raise + t._extfileobj = False + return t + + @classmethod + def xzopen(cls, name, mode="r", fileobj=None, preset=None, **kwargs): + """Open lzma compressed tar archive name for reading or writing. + Appending is not allowed. + """ + if mode not in ("r", "w", "x"): + raise ValueError("mode must be 'r', 'w' or 'x'") + + try: + from lzma import LZMAFile, LZMAError + except ImportError: + raise CompressionError("lzma module is not available") from None + + fileobj = LZMAFile(fileobj or name, mode, preset=preset) + + try: + t = cls.taropen(name, mode, fileobj, **kwargs) + except (LZMAError, EOFError) as e: + fileobj.close() + if mode == 'r': + raise ReadError("not an lzma file") from e + raise + except: + fileobj.close() + raise + t._extfileobj = False + return t + + # All *open() methods are registered here. + OPEN_METH = { + "tar": "taropen", # uncompressed tar + "gz": "gzopen", # gzip compressed tar + "bz2": "bz2open", # bzip2 compressed tar + "xz": "xzopen" # lzma compressed tar + } + + #-------------------------------------------------------------------------- + # The public methods which TarFile provides: + + def close(self): + """Close the TarFile. In write-mode, two finishing zero blocks are + appended to the archive. + """ + if self.closed: + return + + self.closed = True + try: + if self.mode in ("a", "w", "x"): + self.fileobj.write(NUL * (BLOCKSIZE * 2)) + self.offset += (BLOCKSIZE * 2) + # fill up the end with zero-blocks + # (like option -b20 for tar does) + blocks, remainder = divmod(self.offset, RECORDSIZE) + if remainder > 0: + self.fileobj.write(NUL * (RECORDSIZE - remainder)) + finally: + if not self._extfileobj: + self.fileobj.close() + + def getmember(self, name): + """Return a TarInfo object for member 'name'. If 'name' can not be + found in the archive, KeyError is raised. If a member occurs more + than once in the archive, its last occurrence is assumed to be the + most up-to-date version. + """ + tarinfo = self._getmember(name.rstrip('/')) + if tarinfo is None: + raise KeyError("filename %r not found" % name) + return tarinfo + + def getmembers(self): + """Return the members of the archive as a list of TarInfo objects. The + list has the same order as the members in the archive. + """ + self._check() + if not self._loaded: # if we want to obtain a list of + self._load() # all members, we first have to + # scan the whole archive. + return self.members + + def getnames(self): + """Return the members of the archive as a list of their names. It has + the same order as the list returned by getmembers(). + """ + return [tarinfo.name for tarinfo in self.getmembers()] + + def gettarinfo(self, name=None, arcname=None, fileobj=None): + """Create a TarInfo object from the result of os.stat or equivalent + on an existing file. The file is either named by 'name', or + specified as a file object 'fileobj' with a file descriptor. If + given, 'arcname' specifies an alternative name for the file in the + archive, otherwise, the name is taken from the 'name' attribute of + 'fileobj', or the 'name' argument. The name should be a text + string. + """ + self._check("awx") + + # When fileobj is given, replace name by + # fileobj's real name. + if fileobj is not None: + name = fileobj.name + + # Building the name of the member in the archive. + # Backward slashes are converted to forward slashes, + # Absolute paths are turned to relative paths. + if arcname is None: + arcname = name + drv, arcname = os.path.splitdrive(arcname) + arcname = arcname.replace(os.sep, "/") + arcname = arcname.lstrip("/") + + # Now, fill the TarInfo object with + # information specific for the file. + tarinfo = self.tarinfo() + tarinfo._tarfile = self # To be removed in 3.16. + + # Use os.stat or os.lstat, depending on if symlinks shall be resolved. + if fileobj is None: + if not self.dereference: + statres = os.lstat(name) + else: + statres = os.stat(name) + else: + statres = os.fstat(fileobj.fileno()) + linkname = "" + + stmd = statres.st_mode + if stat.S_ISREG(stmd): + inode = (statres.st_ino, statres.st_dev) + if not self.dereference and statres.st_nlink > 1 and \ + inode in self.inodes and arcname != self.inodes[inode]: + # Is it a hardlink to an already + # archived file? + type = LNKTYPE + linkname = self.inodes[inode] + else: + # The inode is added only if its valid. + # For win32 it is always 0. + type = REGTYPE + if inode[0]: + self.inodes[inode] = arcname + elif stat.S_ISDIR(stmd): + type = DIRTYPE + elif stat.S_ISFIFO(stmd): + type = FIFOTYPE + elif stat.S_ISLNK(stmd): + type = SYMTYPE + linkname = os.readlink(name) + elif stat.S_ISCHR(stmd): + type = CHRTYPE + elif stat.S_ISBLK(stmd): + type = BLKTYPE + else: + return None + + # Fill the TarInfo object with all + # information we can get. + tarinfo.name = arcname + tarinfo.mode = stmd + tarinfo.uid = statres.st_uid + tarinfo.gid = statres.st_gid + if type == REGTYPE: + tarinfo.size = statres.st_size + else: + tarinfo.size = 0 + tarinfo.mtime = statres.st_mtime + tarinfo.type = type + tarinfo.linkname = linkname + if pwd: + try: + tarinfo.uname = pwd.getpwuid(tarinfo.uid)[0] + except KeyError: + pass + if grp: + try: + tarinfo.gname = grp.getgrgid(tarinfo.gid)[0] + except KeyError: + pass + + if type in (CHRTYPE, BLKTYPE): + if hasattr(os, "major") and hasattr(os, "minor"): + tarinfo.devmajor = os.major(statres.st_rdev) + tarinfo.devminor = os.minor(statres.st_rdev) + return tarinfo + + def list(self, verbose=True, *, members=None): + """Print a table of contents to sys.stdout. If 'verbose' is False, only + the names of the members are printed. If it is True, an 'ls -l'-like + output is produced. 'members' is optional and must be a subset of the + list returned by getmembers(). + """ + # Convert tarinfo type to stat type. + type2mode = {REGTYPE: stat.S_IFREG, SYMTYPE: stat.S_IFLNK, + FIFOTYPE: stat.S_IFIFO, CHRTYPE: stat.S_IFCHR, + DIRTYPE: stat.S_IFDIR, BLKTYPE: stat.S_IFBLK} + self._check() + + if members is None: + members = self + for tarinfo in members: + if verbose: + if tarinfo.mode is None: + _safe_print("??????????") + else: + modetype = type2mode.get(tarinfo.type, 0) + _safe_print(stat.filemode(modetype | tarinfo.mode)) + _safe_print("%s/%s" % (tarinfo.uname or tarinfo.uid, + tarinfo.gname or tarinfo.gid)) + if tarinfo.ischr() or tarinfo.isblk(): + _safe_print("%10s" % + ("%d,%d" % (tarinfo.devmajor, tarinfo.devminor))) + else: + _safe_print("%10d" % tarinfo.size) + if tarinfo.mtime is None: + _safe_print("????-??-?? ??:??:??") + else: + _safe_print("%d-%02d-%02d %02d:%02d:%02d" \ + % time.localtime(tarinfo.mtime)[:6]) + + _safe_print(tarinfo.name + ("/" if tarinfo.isdir() else "")) + + if verbose: + if tarinfo.issym(): + _safe_print("-> " + tarinfo.linkname) + if tarinfo.islnk(): + _safe_print("link to " + tarinfo.linkname) + print() + + def add(self, name, arcname=None, recursive=True, *, filter=None): + """Add the file 'name' to the archive. 'name' may be any type of file + (directory, fifo, symbolic link, etc.). If given, 'arcname' + specifies an alternative name for the file in the archive. + Directories are added recursively by default. This can be avoided by + setting 'recursive' to False. 'filter' is a function + that expects a TarInfo object argument and returns the changed + TarInfo object, if it returns None the TarInfo object will be + excluded from the archive. + """ + self._check("awx") + + if arcname is None: + arcname = name + + # Skip if somebody tries to archive the archive... + if self.name is not None and os.path.abspath(name) == self.name: + self._dbg(2, "tarfile: Skipped %r" % name) + return + + self._dbg(1, name) + + # Create a TarInfo object from the file. + tarinfo = self.gettarinfo(name, arcname) + + if tarinfo is None: + self._dbg(1, "tarfile: Unsupported type %r" % name) + return + + # Change or exclude the TarInfo object. + if filter is not None: + tarinfo = filter(tarinfo) + if tarinfo is None: + self._dbg(2, "tarfile: Excluded %r" % name) + return + + # Append the tar header and data to the archive. + if tarinfo.isreg(): + with bltn_open(name, "rb") as f: + self.addfile(tarinfo, f) + + elif tarinfo.isdir(): + self.addfile(tarinfo) + if recursive: + for f in sorted(os.listdir(name)): + self.add(os.path.join(name, f), os.path.join(arcname, f), + recursive, filter=filter) + + else: + self.addfile(tarinfo) + + def addfile(self, tarinfo, fileobj=None): + """Add the TarInfo object 'tarinfo' to the archive. If 'tarinfo' represents + a non zero-size regular file, the 'fileobj' argument should be a binary file, + and tarinfo.size bytes are read from it and added to the archive. + You can create TarInfo objects directly, or by using gettarinfo(). + """ + self._check("awx") + + if fileobj is None and tarinfo.isreg() and tarinfo.size != 0: + raise ValueError("fileobj not provided for non zero-size regular file") + + tarinfo = copy.copy(tarinfo) + + buf = tarinfo.tobuf(self.format, self.encoding, self.errors) + self.fileobj.write(buf) + self.offset += len(buf) + bufsize=self.copybufsize + # If there's data to follow, append it. + if fileobj is not None: + copyfileobj(fileobj, self.fileobj, tarinfo.size, bufsize=bufsize) + blocks, remainder = divmod(tarinfo.size, BLOCKSIZE) + if remainder > 0: + self.fileobj.write(NUL * (BLOCKSIZE - remainder)) + blocks += 1 + self.offset += blocks * BLOCKSIZE + + self.members.append(tarinfo) + + def _get_filter_function(self, filter): + if filter is None: + filter = self.extraction_filter + if filter is None: + import warnings + warnings.warn( + 'Python 3.14 will, by default, filter extracted tar ' + + 'archives and reject files or modify their metadata. ' + + 'Use the filter argument to control this behavior.', + DeprecationWarning, stacklevel=3) + return fully_trusted_filter + if isinstance(filter, str): + raise TypeError( + 'String names are not supported for ' + + 'TarFile.extraction_filter. Use a function such as ' + + 'tarfile.data_filter directly.') + return filter + if callable(filter): + return filter + try: + return _NAMED_FILTERS[filter] + except KeyError: + raise ValueError(f"filter {filter!r} not found") from None + + def extractall(self, path=".", members=None, *, numeric_owner=False, + filter=None): + """Extract all members from the archive to the current working + directory and set owner, modification time and permissions on + directories afterwards. 'path' specifies a different directory + to extract to. 'members' is optional and must be a subset of the + list returned by getmembers(). If 'numeric_owner' is True, only + the numbers for user/group names are used and not the names. + + The 'filter' function will be called on each member just + before extraction. + It can return a changed TarInfo or None to skip the member. + String names of common filters are accepted. + """ + directories = [] + + filter_function = self._get_filter_function(filter) + if members is None: + members = self + + for member in members: + tarinfo = self._get_extract_tarinfo(member, filter_function, path) + if tarinfo is None: + continue + if tarinfo.isdir(): + # For directories, delay setting attributes until later, + # since permissions can interfere with extraction and + # extracting contents can reset mtime. + directories.append(tarinfo) + self._extract_one(tarinfo, path, set_attrs=not tarinfo.isdir(), + numeric_owner=numeric_owner) + + # Reverse sort directories. + directories.sort(key=lambda a: a.name, reverse=True) + + # Set correct owner, mtime and filemode on directories. + for tarinfo in directories: + dirpath = os.path.join(path, tarinfo.name) + try: + self.chown(tarinfo, dirpath, numeric_owner=numeric_owner) + self.utime(tarinfo, dirpath) + self.chmod(tarinfo, dirpath) + except ExtractError as e: + self._handle_nonfatal_error(e) + + def extract(self, member, path="", set_attrs=True, *, numeric_owner=False, + filter=None): + """Extract a member from the archive to the current working directory, + using its full name. Its file information is extracted as accurately + as possible. 'member' may be a filename or a TarInfo object. You can + specify a different directory using 'path'. File attributes (owner, + mtime, mode) are set unless 'set_attrs' is False. If 'numeric_owner' + is True, only the numbers for user/group names are used and not + the names. + + The 'filter' function will be called before extraction. + It can return a changed TarInfo or None to skip the member. + String names of common filters are accepted. + """ + filter_function = self._get_filter_function(filter) + tarinfo = self._get_extract_tarinfo(member, filter_function, path) + if tarinfo is not None: + self._extract_one(tarinfo, path, set_attrs, numeric_owner) + + def _get_extract_tarinfo(self, member, filter_function, path): + """Get filtered TarInfo (or None) from member, which might be a str""" + if isinstance(member, str): + tarinfo = self.getmember(member) + else: + tarinfo = member + + unfiltered = tarinfo + try: + tarinfo = filter_function(tarinfo, path) + except (OSError, FilterError) as e: + self._handle_fatal_error(e) + except ExtractError as e: + self._handle_nonfatal_error(e) + if tarinfo is None: + self._dbg(2, "tarfile: Excluded %r" % unfiltered.name) + return None + # Prepare the link target for makelink(). + if tarinfo.islnk(): + tarinfo = copy.copy(tarinfo) + tarinfo._link_target = os.path.join(path, tarinfo.linkname) + return tarinfo + + def _extract_one(self, tarinfo, path, set_attrs, numeric_owner): + """Extract from filtered tarinfo to disk""" + self._check("r") + + try: + self._extract_member(tarinfo, os.path.join(path, tarinfo.name), + set_attrs=set_attrs, + numeric_owner=numeric_owner) + except OSError as e: + self._handle_fatal_error(e) + except ExtractError as e: + self._handle_nonfatal_error(e) + + def _handle_nonfatal_error(self, e): + """Handle non-fatal error (ExtractError) according to errorlevel""" + if self.errorlevel > 1: + raise + else: + self._dbg(1, "tarfile: %s" % e) + + def _handle_fatal_error(self, e): + """Handle "fatal" error according to self.errorlevel""" + if self.errorlevel > 0: + raise + elif isinstance(e, OSError): + if e.filename is None: + self._dbg(1, "tarfile: %s" % e.strerror) + else: + self._dbg(1, "tarfile: %s %r" % (e.strerror, e.filename)) + else: + self._dbg(1, "tarfile: %s %s" % (type(e).__name__, e)) + + def extractfile(self, member): + """Extract a member from the archive as a file object. 'member' may be + a filename or a TarInfo object. If 'member' is a regular file or + a link, an io.BufferedReader object is returned. For all other + existing members, None is returned. If 'member' does not appear + in the archive, KeyError is raised. + """ + self._check("r") + + if isinstance(member, str): + tarinfo = self.getmember(member) + else: + tarinfo = member + + if tarinfo.isreg() or tarinfo.type not in SUPPORTED_TYPES: + # Members with unknown types are treated as regular files. + return self.fileobject(self, tarinfo) + + elif tarinfo.islnk() or tarinfo.issym(): + if isinstance(self.fileobj, _Stream): + # A small but ugly workaround for the case that someone tries + # to extract a (sym)link as a file-object from a non-seekable + # stream of tar blocks. + raise StreamError("cannot extract (sym)link as file object") + else: + # A (sym)link's file object is its target's file object. + return self.extractfile(self._find_link_target(tarinfo)) + else: + # If there's no data associated with the member (directory, chrdev, + # blkdev, etc.), return None instead of a file object. + return None + + def _extract_member(self, tarinfo, targetpath, set_attrs=True, + numeric_owner=False): + """Extract the TarInfo object tarinfo to a physical + file called targetpath. + """ + # Fetch the TarInfo object for the given name + # and build the destination pathname, replacing + # forward slashes to platform specific separators. + targetpath = targetpath.rstrip("/") + targetpath = targetpath.replace("/", os.sep) + + # Create all upper directories. + upperdirs = os.path.dirname(targetpath) + if upperdirs and not os.path.exists(upperdirs): + # Create directories that are not part of the archive with + # default permissions. + os.makedirs(upperdirs, exist_ok=True) + + if tarinfo.islnk() or tarinfo.issym(): + self._dbg(1, "%s -> %s" % (tarinfo.name, tarinfo.linkname)) + else: + self._dbg(1, tarinfo.name) + + if tarinfo.isreg(): + self.makefile(tarinfo, targetpath) + elif tarinfo.isdir(): + self.makedir(tarinfo, targetpath) + elif tarinfo.isfifo(): + self.makefifo(tarinfo, targetpath) + elif tarinfo.ischr() or tarinfo.isblk(): + self.makedev(tarinfo, targetpath) + elif tarinfo.islnk() or tarinfo.issym(): + self.makelink(tarinfo, targetpath) + elif tarinfo.type not in SUPPORTED_TYPES: + self.makeunknown(tarinfo, targetpath) + else: + self.makefile(tarinfo, targetpath) + + if set_attrs: + self.chown(tarinfo, targetpath, numeric_owner) + if not tarinfo.issym(): + self.chmod(tarinfo, targetpath) + self.utime(tarinfo, targetpath) + + #-------------------------------------------------------------------------- + # Below are the different file methods. They are called via + # _extract_member() when extract() is called. They can be replaced in a + # subclass to implement other functionality. + + def makedir(self, tarinfo, targetpath): + """Make a directory called targetpath. + """ + try: + if tarinfo.mode is None: + # Use the system's default mode + os.mkdir(targetpath) + else: + # Use a safe mode for the directory, the real mode is set + # later in _extract_member(). + os.mkdir(targetpath, 0o700) + except FileExistsError: + if not os.path.isdir(targetpath): + raise + + def makefile(self, tarinfo, targetpath): + """Make a file called targetpath. + """ + source = self.fileobj + source.seek(tarinfo.offset_data) + bufsize = self.copybufsize + with bltn_open(targetpath, "wb") as target: + if tarinfo.sparse is not None: + for offset, size in tarinfo.sparse: + target.seek(offset) + copyfileobj(source, target, size, ReadError, bufsize) + target.seek(tarinfo.size) + target.truncate() + else: + copyfileobj(source, target, tarinfo.size, ReadError, bufsize) + + def makeunknown(self, tarinfo, targetpath): + """Make a file from a TarInfo object with an unknown type + at targetpath. + """ + self.makefile(tarinfo, targetpath) + self._dbg(1, "tarfile: Unknown file type %r, " \ + "extracted as regular file." % tarinfo.type) + + def makefifo(self, tarinfo, targetpath): + """Make a fifo called targetpath. + """ + if hasattr(os, "mkfifo"): + os.mkfifo(targetpath) + else: + raise ExtractError("fifo not supported by system") + + def makedev(self, tarinfo, targetpath): + """Make a character or block device called targetpath. + """ + if not hasattr(os, "mknod") or not hasattr(os, "makedev"): + raise ExtractError("special devices not supported by system") + + mode = tarinfo.mode + if mode is None: + # Use mknod's default + mode = 0o600 + if tarinfo.isblk(): + mode |= stat.S_IFBLK + else: + mode |= stat.S_IFCHR + + os.mknod(targetpath, mode, + os.makedev(tarinfo.devmajor, tarinfo.devminor)) + + def makelink(self, tarinfo, targetpath): + """Make a (symbolic) link called targetpath. If it cannot be created + (platform limitation), we try to make a copy of the referenced file + instead of a link. + """ + try: + # For systems that support symbolic and hard links. + if tarinfo.issym(): + if os.path.lexists(targetpath): + # Avoid FileExistsError on following os.symlink. + os.unlink(targetpath) + os.symlink(tarinfo.linkname, targetpath) + else: + if os.path.exists(tarinfo._link_target): + os.link(tarinfo._link_target, targetpath) + else: + self._extract_member(self._find_link_target(tarinfo), + targetpath) + except symlink_exception: + try: + self._extract_member(self._find_link_target(tarinfo), + targetpath) + except KeyError: + raise ExtractError("unable to resolve link inside archive") from None + + def chown(self, tarinfo, targetpath, numeric_owner): + """Set owner of targetpath according to tarinfo. If numeric_owner + is True, use .gid/.uid instead of .gname/.uname. If numeric_owner + is False, fall back to .gid/.uid when the search based on name + fails. + """ + if hasattr(os, "geteuid") and os.geteuid() == 0: + # We have to be root to do so. + g = tarinfo.gid + u = tarinfo.uid + if not numeric_owner: + try: + if grp and tarinfo.gname: + g = grp.getgrnam(tarinfo.gname)[2] + except KeyError: + pass + try: + if pwd and tarinfo.uname: + u = pwd.getpwnam(tarinfo.uname)[2] + except KeyError: + pass + if g is None: + g = -1 + if u is None: + u = -1 + try: + if tarinfo.issym() and hasattr(os, "lchown"): + os.lchown(targetpath, u, g) + else: + os.chown(targetpath, u, g) + except (OSError, OverflowError) as e: + # OverflowError can be raised if an ID doesn't fit in 'id_t' + raise ExtractError("could not change owner") from e + + def chmod(self, tarinfo, targetpath): + """Set file permissions of targetpath according to tarinfo. + """ + if tarinfo.mode is None: + return + try: + os.chmod(targetpath, tarinfo.mode) + except OSError as e: + raise ExtractError("could not change mode") from e + + def utime(self, tarinfo, targetpath): + """Set modification time of targetpath according to tarinfo. + """ + mtime = tarinfo.mtime + if mtime is None: + return + if not hasattr(os, 'utime'): + return + try: + os.utime(targetpath, (mtime, mtime)) + except OSError as e: + raise ExtractError("could not change modification time") from e + + #-------------------------------------------------------------------------- + def next(self): + """Return the next member of the archive as a TarInfo object, when + TarFile is opened for reading. Return None if there is no more + available. + """ + self._check("ra") + if self.firstmember is not None: + m = self.firstmember + self.firstmember = None + return m + + # Advance the file pointer. + if self.offset != self.fileobj.tell(): + if self.offset == 0: + return None + self.fileobj.seek(self.offset - 1) + if not self.fileobj.read(1): + raise ReadError("unexpected end of data") + + # Read the next block. + tarinfo = None + while True: + try: + tarinfo = self.tarinfo.fromtarfile(self) + except EOFHeaderError as e: + if self.ignore_zeros: + self._dbg(2, "0x%X: %s" % (self.offset, e)) + self.offset += BLOCKSIZE + continue + except InvalidHeaderError as e: + if self.ignore_zeros: + self._dbg(2, "0x%X: %s" % (self.offset, e)) + self.offset += BLOCKSIZE + continue + elif self.offset == 0: + raise ReadError(str(e)) from None + except EmptyHeaderError: + if self.offset == 0: + raise ReadError("empty file") from None + except TruncatedHeaderError as e: + if self.offset == 0: + raise ReadError(str(e)) from None + except SubsequentHeaderError as e: + raise ReadError(str(e)) from None + except Exception as e: + try: + import zlib + if isinstance(e, zlib.error): + raise ReadError(f'zlib error: {e}') from None + else: + raise e + except ImportError: + raise e + break + + if tarinfo is not None: + # if streaming the file we do not want to cache the tarinfo + if not self.stream: + self.members.append(tarinfo) + else: + self._loaded = True + + return tarinfo + + #-------------------------------------------------------------------------- + # Little helper methods: + + def _getmember(self, name, tarinfo=None, normalize=False): + """Find an archive member by name from bottom to top. + If tarinfo is given, it is used as the starting point. + """ + # Ensure that all members have been loaded. + members = self.getmembers() + + # Limit the member search list up to tarinfo. + skipping = False + if tarinfo is not None: + try: + index = members.index(tarinfo) + except ValueError: + # The given starting point might be a (modified) copy. + # We'll later skip members until we find an equivalent. + skipping = True + else: + # Happy fast path + members = members[:index] + + if normalize: + name = os.path.normpath(name) + + for member in reversed(members): + if skipping: + if tarinfo.offset == member.offset: + skipping = False + continue + if normalize: + member_name = os.path.normpath(member.name) + else: + member_name = member.name + + if name == member_name: + return member + + if skipping: + # Starting point was not found + raise ValueError(tarinfo) + + def _load(self): + """Read through the entire archive file and look for readable + members. This should not run if the file is set to stream. + """ + if not self.stream: + while self.next() is not None: + pass + self._loaded = True + + def _check(self, mode=None): + """Check if TarFile is still open, and if the operation's mode + corresponds to TarFile's mode. + """ + if self.closed: + raise OSError("%s is closed" % self.__class__.__name__) + if mode is not None and self.mode not in mode: + raise OSError("bad operation for mode %r" % self.mode) + + def _find_link_target(self, tarinfo): + """Find the target member of a symlink or hardlink member in the + archive. + """ + if tarinfo.issym(): + # Always search the entire archive. + linkname = "/".join(filter(None, (os.path.dirname(tarinfo.name), tarinfo.linkname))) + limit = None + else: + # Search the archive before the link, because a hard link is + # just a reference to an already archived file. + linkname = tarinfo.linkname + limit = tarinfo + + member = self._getmember(linkname, tarinfo=limit, normalize=True) + if member is None: + raise KeyError("linkname %r not found" % linkname) + return member + + def __iter__(self): + """Provide an iterator object. + """ + if self._loaded: + yield from self.members + return + + # Yield items using TarFile's next() method. + # When all members have been read, set TarFile as _loaded. + index = 0 + # Fix for SF #1100429: Under rare circumstances it can + # happen that getmembers() is called during iteration, + # which will have already exhausted the next() method. + if self.firstmember is not None: + tarinfo = self.next() + index += 1 + yield tarinfo + + while True: + if index < len(self.members): + tarinfo = self.members[index] + elif not self._loaded: + tarinfo = self.next() + if not tarinfo: + self._loaded = True + return + else: + return + index += 1 + yield tarinfo + + def _dbg(self, level, msg): + """Write debugging output to sys.stderr. + """ + if level <= self.debug: + print(msg, file=sys.stderr) + + def __enter__(self): + self._check() + return self + + def __exit__(self, type, value, traceback): + if type is None: + self.close() + else: + # An exception occurred. We must not call close() because + # it would try to write end-of-archive blocks and padding. + if not self._extfileobj: + self.fileobj.close() + self.closed = True + +#-------------------- +# exported functions +#-------------------- + +def is_tarfile(name): + """Return True if name points to a tar archive that we + are able to handle, else return False. + + 'name' should be a string, file, or file-like object. + """ + try: + if hasattr(name, "read"): + pos = name.tell() + t = open(fileobj=name) + name.seek(pos) + else: + t = open(name) + t.close() + return True + except TarError: + return False + +open = TarFile.open + + +def main(): + import argparse + + description = 'A simple command-line interface for tarfile module.' + parser = argparse.ArgumentParser(description=description) + parser.add_argument('-v', '--verbose', action='store_true', default=False, + help='Verbose output') + parser.add_argument('--filter', metavar='', + choices=_NAMED_FILTERS, + help='Filter for extraction') + + group = parser.add_mutually_exclusive_group(required=True) + group.add_argument('-l', '--list', metavar='', + help='Show listing of a tarfile') + group.add_argument('-e', '--extract', nargs='+', + metavar=('', ''), + help='Extract tarfile into target dir') + group.add_argument('-c', '--create', nargs='+', + metavar=('', ''), + help='Create tarfile from sources') + group.add_argument('-t', '--test', metavar='', + help='Test if a tarfile is valid') + + args = parser.parse_args() + + if args.filter and args.extract is None: + parser.exit(1, '--filter is only valid for extraction\n') + + if args.test is not None: + src = args.test + if is_tarfile(src): + with open(src, 'r') as tar: + tar.getmembers() + print(tar.getmembers(), file=sys.stderr) + if args.verbose: + print('{!r} is a tar archive.'.format(src)) + else: + parser.exit(1, '{!r} is not a tar archive.\n'.format(src)) + + elif args.list is not None: + src = args.list + if is_tarfile(src): + with TarFile.open(src, 'r:*') as tf: + tf.list(verbose=args.verbose) + else: + parser.exit(1, '{!r} is not a tar archive.\n'.format(src)) + + elif args.extract is not None: + if len(args.extract) == 1: + src = args.extract[0] + curdir = os.curdir + elif len(args.extract) == 2: + src, curdir = args.extract + else: + parser.exit(1, parser.format_help()) + + if is_tarfile(src): + with TarFile.open(src, 'r:*') as tf: + tf.extractall(path=curdir, filter=args.filter) + if args.verbose: + if curdir == '.': + msg = '{!r} file is extracted.'.format(src) + else: + msg = ('{!r} file is extracted ' + 'into {!r} directory.').format(src, curdir) + print(msg) + else: + parser.exit(1, '{!r} is not a tar archive.\n'.format(src)) + + elif args.create is not None: + tar_name = args.create.pop(0) + _, ext = os.path.splitext(tar_name) + compressions = { + # gz + '.gz': 'gz', + '.tgz': 'gz', + # xz + '.xz': 'xz', + '.txz': 'xz', + # bz2 + '.bz2': 'bz2', + '.tbz': 'bz2', + '.tbz2': 'bz2', + '.tb2': 'bz2', + } + tar_mode = 'w:' + compressions[ext] if ext in compressions else 'w' + tar_files = args.create + + with TarFile.open(tar_name, tar_mode) as tf: + for file_name in tar_files: + tf.add(file_name) + + if args.verbose: + print('{!r} file created.'.format(tar_name)) + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py new file mode 100644 index 0000000..daf5509 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py @@ -0,0 +1,5 @@ +from . import main + + +if __name__ == '__main__': + main() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71b012b1f256d67da20d326518fe5d44c1ac937a GIT binary patch literal 121268 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

rCLAH6Q$-N}DSQyLtIqspa{!v_74b zwg=;~<>shty>eW(UChe%lPTGe3rl;tS$1~$rK8nX-Q{1ahFqay=u5D;`+Z;{tX`?` z+f^NTxuQE4%DQXzh3>vHucK2lde8W@w$DuJy{G0RHg-dL`ff}7*abgsDxgKPb9d)ywcr|#F+ zzv=cgC>8x|{znzDl{u#}%B$4Sh_&JOvt{mU??i0Nd6OI7&*clM)9x`lZgxT`%Y15! zA_=-pI_6xg)bj=8rUhbbz#g^nf&hbb+*i^no;j zbb_?vXnH}KLAr4??I8Ui4Iv#NEg?N2O(9(w6m21WA&nuOA*~_3Ihy8>?i@{fNPkF! zNQX#^NRLR9NS8>PNS{cfNT*1vNUuni>2Jue8eZzB03V1mWrCWa?E{8 z(>WmVA(y7q3Uf`ZRoZAG8HQ!$WSMEv+}X^bDcbLS9H!OZp0j&i=U&F2zxT&GX?{U} z*MF`+^9vuYo#w-Pr{(5RG3c^Y(Ny1DdH9H3wa=CR)@#?T&DBxO)%kDRTbAv~-#TTW zwapWeUssrF*Pk0LM|Xy6!`3YM`i%i{tZ15kQ`}7&J&pG9A<6pfs77guZnaMI-e{j_ zS+3uA*dSL@_S#oY9%{ZC)o5M)xYoXQt=4MWw86f9_LzNR<%gE*@CUZf%r`CH%1M^r z@E0uqS4wSnpLKRX(K;)z<3c+qJHrlYnP3MePOyTHq}w5(=~l?Qk#?tFn(fdvZT3A! z+bk)Gu)_A7wmRosv%2Jtkb6`9(yp;B+O5k^8t!*g!!LfK-Os$I_Z_d+h%a8($O8u@ zYIlu9S8kRb%U0S z+R9{56*DeLx-#$rb8>D^wEM?9kwc6hUd67Yj&iJ zh&!j*S#6Tz{z^y2o|cgpew9&vpUJ3(I(h8OHW^*BOFZ?TYVO){8MAwfK3-HLPn5r` zV<)W9afNd7b7bOoo%N|py=2lyf9m9>V3|@KCR1zw zkZENXW%~LC$)DaNGnW3YGl%YzSyStEcFZQ3lUbt$L3?#>wCddR8+Be=vCgkstWTfv z>ND?5*1|6r$g{6zYSE57d2U{eTB}oK!Pvo4To5kLC-;z&>?^V`%q6A$x@xKYvn&d2 z)kVh+$>Iwq^~Lvh$V(0Tb;+jBb!knNE?c}^%hr~u+sF6T?dNZ9A77s4ZujQ5JDvgV zyMMb}9c#^baz*v@@prjG#nqwxdHXNCdvd+5tn54agkXksJVj$IUH040*ffNLtits{7xJ*req99d4%7WAdDGX8> zq%=rv98GbM>NuM6AoX!H1wtx>lnAL2QY55GNSTm2A%#LJg_H`Zm7^&ZQZ1xhNWGAP zAr(VPhSUrx8d5c+Y)IXZ!XcGIN{7@ADW0RL9#TG}ene}- zkxC+^L~4l?)6rBDDW{{UCsI(PqDV=Rnj%F-s*02qsVh=gq_Rk9k=i1~MXHOG*U{7$ zDX^odFj8Wq#z>KoDkEh^>WmZ`sWeh*q}E8Wk!mC5b~N=y3hrnsj+7j!IZ||_>PXp< zx+8^0Dvy*NsXbDBr20ttk@_PG;AmC=SpsAYkVQaN0a*rQ9gu}URsvZHWG#@zKvn}; z4rD!$1#vVhf-H%nSrcSYkX1pJ1z8tlVUU$Umc}Q**YDQt?>4uuA5U|)d-K~J&%l7Y zf45JK85}b;W>U-^go>+E`}6i+cxQ0N{cCjoSsn8hY?i2RGMki;o06ECn3Ry4oP_;S Gg8v5j00K|| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Sarajevo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Sarajevo new file mode 100644 index 0000000000000000000000000000000000000000..27de456f16ab549627b284a39e2265cbdb4ad8e9 GIT binary patch literal 1920 zcmdVaYfQ~?9LMqhL0H4S7@-o9T#oJ~DdMPHDwhrt$t4vMLdq?-nOU%= z9>mObA-Sy?W{kPcS{sI0khf(&W;GVyCFdC9W0aksqxz7M&*^idSF&6DV-uveGfDz{0;NxzE)wYB(!kFV+V@p}_N(u# z{jass0aahsdE}iAEPt#)n{H|Fvhx~}eNsa+A4ynYm4wGtOT@&T66w27qQZ(Ls;N|> zy~{QF=`0!iy+~s&xMawabd9aZ(zxmv9lCkA4%_3S@j3oFeA8eVk?5hWY;PGE@J16{ zO_JzwLzDcUNm9dW8QuJnjIOJZF)t6x*vjLQTzgSdwv|chiGw<>pg_i#ZPW={?lCp-J;FTGaSLiranB;=5O+q~VdS zJY6BH>Z*11?#sHSa-Xg(IijW8O4ZS#S#$g4(ehuuEURO*xhkujSS@~i`t)$LwyfVj z`E7EF+j1rFPIH?-a5(tlaX8$6al=2%Gb6Tf6mrYRJtH@b+%j@&u_nOjHh z9l3er?vdL^?jLCY=>TZ~=>cg1=>lm3=>us5>BQEwg7ktkgLH$mgY<(mgmi?og!F_o zg>;3qh4h6qhID3YT0?rXHO(R2A?+dkAq^rOA}u04B26M)B5fjlB8?)QBCR65+L~sO zZf#AwNWVzKNXJOaNY6;qNY_Z)NZ&}~NaslFNbk0$d8B(=(>~HavH{2rAX|X!0kR3m zE+E^0>;tk9$W95}y4_kM;a57DjP%cy0A;w)ThTS@5$d*UhKmYiBN&>nE={p+^^- z@a<8j;nE3b-T4E~`crvl!{M~EvC!-^W;W}l);f)Z0@_rwpiy5`qThqk{O;>;%j+)^ zd;VTpOS95;{grGPe=1u??@IjmRoQlAQWIxxXnWTkP3}LZsqmO~Bo1lE&!d{IKP%}E zJ=(c2B-^K&bjN%~G7oan^|C>_CnB=*mXYj;Uv`a$ba(G3$sPNpJ(0K4n{%|!_gM0c z)0+SGM*FKu+CTSD_k5hty-zM{VdlOJTsf`9LU{OKZl8FnmQ^mV&%KuWxx5wr_UZL| zjfuJc>Xx{%&wYcQYGcw_vvTos@r}p6sr(M#76ytY7H_wA%HBz1JobmfgL{hqu;Fie z*b&*1Kfs>IrpT_Yc3Wg$WMgD!WNTz^WOHP9WP4C4qNhIEFshV+IshjfRuhxCUuh;)dw si1dgwiFApyiS+4e8$~*GwXGt(BF!S*BJCpm;{V)mAYz5oCK literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Simferopol b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Simferopol new file mode 100644 index 0000000000000000000000000000000000000000..4bf24de1d9f8ebc410f120aa83d98b7e41d1e6c4 GIT binary patch literal 1469 zcmd_pO-Pe*0LStFbj!8O{)bAJTQ1FBOwH7En$~PivCT5KUWi@{ObA4zB02<(k`AHq zx1>u&W@02#m+E5C3lc?3cj>euAxQ8L&#@Pz{@*9eLx=_Qx?=Q0NXj`%P z*=he84X!E|toO8{Ww!t8d4bX1w#I z+Y?Rc-xfX1m`;m36Mo;a*yVWUqkh9R(rdV{oi&zsA2+g2w;G=IUB-(2bw+lm+{md~ zW30?~8o4fqv8t!gSo_u<%^Uj~U3Y&vnm?F`7WBoU1$K1ReI_{; z=rhH9pStjGXPRAztS|a6FR~_uRS1_y=qGtaB2|bq$v?*Bu`Hf__4+K%*-vNhE$+FW zn!ES<_y)cw)EE(AeFXv$(HIU2zt$fJ^QKlm)HfU!3m1pbcXJ2NBmWT54}I)@IA%v; zLV`k~Lc&7gLIOh~Gu5H-8xR{391@+W4iAYB2@r`82@#1A2@;7C2@{DE2^5JG2^EPI z2^NVK2^WbM2^fhO3E5P~j0BBDjf9QFjRej?`3sYI(j60Qyo7t0AvKn5Rfq- zgFr@s3lAp?6wP;`j;G3QdUs literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Skopje b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Skopje new file mode 100644 index 0000000000000000000000000000000000000000..27de456f16ab549627b284a39e2265cbdb4ad8e9 GIT binary patch literal 1920 zcmdVaYfQ~?9LMqhL0H4S7@-o9T#oJ~DdMPHDwhrt$t4vMLdq?-nOU%= z9>mObA-Sy?W{kPcS{sI0khf(&W;GVyCFdC9W0aksqxz7M&*^idSF&6DV-uveGfDz{0;NxzE)wYB(!kFV+V@p}_N(u# z{jass0aahsdE}iAEPt#)n{H|Fvhx~}eNsa+A4ynYm4wGtOT@&T66w27qQZ(Ls;N|> zy~{QF=`0!iy+~s&xMawabd9aZ(zxmv9lCkA4%_3S@j3oFeA8eVk?5hWY;PGE@J16{ zO_JzwLzDcUNm9dW8QuJnjIOJZF)t6x*vjLQTzgSdwv|chiGw<>pg_i#ZPW={?lCp-J;FTGaSLiranB;=5O+q~VdS zJY6BH>Z*11?#sHSa-Xg(IijW8O4ZS#S#$g4(ehuuEURO*xhkujSS@~i`t)$LwyfVj z`E7EF+j1rFPIH?-a5(tlaX8$6al=2%Gb6Tf6mrYRJtH@b+%j@&u_nOjHh z9l3er?vdL^?jLCY=>TZ~=>cg1=>lm3=>us5>BQEwg7ktkgLH$mgY<(mgmi?og!F_o zg>;3qh4h6qhID3YT0?rXHO(R2A?+dkAq^rOA}u04B26M)B5fjlB8?)QBCR65+L~sO zZf#AwNWVzKNXJOaNY6;qNY_Z)NZ&}~NaslFNbk0$d8B(=(>~HavH{2rAX|X!0kR3m zE+E^0>;tk9$W9c6 ztmev1%du*XXfykRT0eBnHaf1AYpq-?TDGRvX3n+7>V3Yz+Nl2X^YVV5_ulV~zwUW_ zn|3zmnSae}d&6eB?B+Z#XdlB@*U9H^CTQrjQW@zjkno`l`67^>8n^9N@0{9_(Ye)k zh3_t0JR0x09-cS%qg@FxBjJRbgTeV@r-KW=>?xD{>I-I3&mog? zV2?>{Z8D3u)S7#$%1v6)N|Wx%G#NlH*ND4N-B!$T*Wkp_xtQhZ>Rf&DN z>dIDG{b#$b`Jhzp|F&L>`Wv-)XpKH_bgh=WlB5qdr|H@wtL35cC@pPDl!r5}YFX*H zlt+E06=~l~#f_h&GU8*Y3|*2(#$K0o18+&y@P}G`yhqlbJ*|(nwTZXqux@zldEMB$ zU29ghs;{a-YZKOMooA`m-Okba_;RWLdX7GRD^oU||6Mm)6*=k2WMJH3pF|IYsAOj4?e zG$vL|G-p?gG0SpXaZ~pb=YMXhs(q%c%x6lSUBd_aFvjJwfA%pkE|>4WfBJ6wp3NMz zoAbiI?9`nPrNh95vH1`cAUZ&lfM@|x1EPoh9|lDrnm|;6=mJp&q76hHhgKhmLJ*B0 zDnWE&P>Mk-2DKRUVo;1hGX~WdbYoDCK|2QZ81!>!6@+LAQ4yjeL`jI25H%rsLKKB) z3Q-lJD@0j{wh(n8`Z}}A&`tXv?+n)#Gy?JBrA}# zK=J}f3?ws<)If3rNe(1Ckn}+E14$4hLy#0fa^%n^36dp9njm?CBnpx#NU9*Yf+P!) zEl9c``GO=2k}*iiAUShrlLpC}Lz^~8-XMvCWDb%#NbVrXgOk~djEIbw5jC-9&YHF+ z@13{Nv+wkp>Rw_C-Lv(x-HR1tyJzbsPW|Gi?rrz%dE&`8sbA&)6mVJs?MJr_8Z}oD$L5s&i7R3<~XMU_umlP+nN9X literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Stockholm b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Stockholm new file mode 100644 index 0000000000000000000000000000000000000000..7f6d958f8630cba512d8e58ca8edfbd516291522 GIT binary patch literal 2298 zcmd_qe@xVM9LMqR@gs$id#k~jfKV49cEa&9G05x$W^kHv8L5N>f)-(%#-KDTnRAWV zyT))1$saLh&944HTSIO3YqXF=yX-92mMgNFb2F#aSbd(~wrcCI{^_4Sci->hd-vz< zUQhqZ^$j`JKTeGKhKuupxpfX*>IvmrYBje?A z@>Qpf9`MR1FXhRp=h9>>kRW46daTn`$G4u|zf{iDCF-Z;E)5lqrG^^EHFR*J^;yQC zoOREX&trNd9C1R!7u#gIZ;{-T`-{fAe$a&JU#c_mq&lx0*BKYy(3{Wf)0ywRsEJ39 zNz$R9B=6ZPv$|ALHa{z=O#!)Ob)DQ=;TKm?iQMKckhG+9xjk-%q(^%-{c4`h{w7T` zLJ2zOgGqYF;B|HPU(~tX=QOkPW6j!hR6X^tYj$;5asq>rTRbFr%X=h0xlamm+N5Bj zL*^xR>%8-|Quu4D&OhdryS}K>qJbJM9-6OrZ(pbjdXw~?2A3}EER=goqt#oVD2vj@ zwZuCirO_X0nd>VlyY#IrjyxfYM~CIU3$I9d@HMFzc}IOayJX3s{kpWdS?=%Jrpq3D zUY9qm)yg}Y)L&7i4>*_T3U`LCxaQHS_)@7lJ53+DI$KsA`AJuWVrBKdsZu@oqdeSk zMQXZ7Wlc>;YPWo^k1Tjg>Z(VyK4rJ8Ee>kK;FOKovt(1r&+_C{OIowywe|AX(l+Iqww-!k z+AoFmsW%7Y>CqwGy!&0<6717w+WWO*XNN{OA|j*yd__BWzQMjnO`81Qzbq?mhxs>K zNvVz~%bFtm!T;5E&sdL|ZdPWRSLIl*llVaUuh?H6yh(Lq*1l z3>FzJGF)3TUVaG%jEoo=GBRdl(6(mO$gq)dBLhc9jtm_cJ2H4=^vLj$@go61B7lSd zi2)J>Bnq}B3`iW1Kp>GoLV?5r2?i1kBpgUQkboc&K|+GW1PKZf6*ovf`dc{2@et`RrTlbgikGB5o^WFFR z`0kDk{^0eDZ`sverfxcO%_rQP{pRL)2@DwXM!x5M6HPR~6cKhqCR3fo!#Cj#m}9E3JZS zi>$&Q{np}1kG15&4QuI{X)81`Wfcu2tm1(Wt&*NGE8KS6Ds8!>%DP5XdG))hV#8ro z8GJ!4E9=$EX8QGtoFS{g&0#ehSFRKRb(W~p+5^2lPYZhLS+Q^Kq zbAKlF`QPdKt3T7VGe6XW{+AKuUnWAEr_;v+aI|x~KMrekxPxeI;44&;DNb`mRfF@`CQW z`n5cLdQ|V9I4=i|ekupYUXy3~Mx_5pzqn?lrMuj-Z%I!}Pn+%e>$=tZ_jTKxo30F> z+n4d*TuS*X%zqlsSxN=+Tpp!-T4ki3fjpI|)RM5uN`1Sc#+9A=B=znJ@-07^`gvC{ z8jGvAxg)hrJmRX>+_9zxbFVS)=0l}iE`GOxnRaFFpJ z142fG3<((%GALwJ$gq%cAp_&DV`RwCkg++M!6BnVhKGy~86Yx3WQfQZkwGG(M23ls z6B#HnQe>zc#>!!^j%KvTaFOvM14c%S3>g_SGH7Jf$gq)da~L>>k#iV2hp}@QyrUUC zGJItGNC1!sAR$0vfCK@F0ulx!4oD!7NFbqbG_gQ};b@|Pgae5O5)dRJNJx;FAVEQ* zf`kQ$3lbP4GDv6~O>B_hIGX4n;X&eq1PF-`5+WoVR!FcM zO|+13A@M>2hC~br84@!jXh_tMupx0n0*6En2^|tUBzTS{dPw*jP5h7mA`wJFh{O;H kA`(UXKaBqnMz0BJQ5gjd#mb8-i^C=5p;&3yd8_dL31K4)Bme*a literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tirane b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Tirane new file mode 100644 index 0000000000000000000000000000000000000000..0b86017d243f1b7bbb41d6b4feefcb2b7edfc7d8 GIT binary patch literal 2084 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 K3%PHLe18GfyY{F6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vaduz b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vaduz new file mode 100644 index 0000000000000000000000000000000000000000..ad6cf59281a1046d9dcd045fda521585e3e33e06 GIT binary patch literal 1909 zcmciCX-L$09LMqhq+=x|UkjT`&1!PZnmp6((5_jPcE=8#Ej!E(waeVJGVQV`Btqi5 zAVpMc%Z5ah^}yf`(xmK9_nfB^=M_mEe)b;AL_I_|g`~164 z`=0wGHGbtuO(;C9iTO7rsk~8=)0<>?&JIb5 z+$*U`m6F;~EhEC~bj00xGV()(jymO)(YNz7t-e6hn?~uFn(;bzcZ7~BcI)^pBV|IS zQ@w@Z@>BF<&G2?ert`99x$jBVi$^js;BT4Oa!G!E@R$73a8P{BXEb|ztxP)fr%o;{ zl_|BGb?WqOnp0Awxj&Yu-*B=GJ9XB zijEyQC<+L5sT_(}j_$3!m)NMIGh3_)?WF zx$D=Z2WDx>#WGp8HC;>VbLF>1QM$Y)Marh8NqMnLRwVY5l^O43Rj4Hu@nKr=^1f7t zv}@%*=cVe!OlW>AGEKb$!EL-B7h(tG8EcCx>|h0>AfbSzXLgSyn`UN1$be zh}HGW-@a_W<;}?D%g_IEIP5R~w{JGc{E-h&rTOqX^rLwOy=>cvW!HmhkQ=r&cZ}RJ za?d>6G;-I-ZQGjrMs6IrbL7^Mdq-{_xqIaHk^4s)KsrELKzcx$K)OKMK>DyXjUb&M ztsuQ1%^=+%?I8Ui4Iv#NEg?N2O(9(&Z6STxn#PdMY)xxOZ%A`UcSw6ke@KH!he(S^ zk4Te9mq?pPpGc!fr?#e5q*q(hEYdB~F48a3Fw!y7GSV~BG}1NFHqtlJIMTVTX&vd^ z)-;cFkF<~Uk8A+41IQL2dw^^LvJ1#IAp3x91hNyzRv>#}Yc>Pf4P-lz{XjMZ*%4$* zkUc>*1=$s3TabN0HU`-lWNVPUu{E26?2fJ39%O%z4MKJZ*&<|*kWE5%$q~@Wyn)W| z{eB*%p!b#;CNocFr$WT){^f7xX~O>|>c5RL-@#_Hh9$CIp6ukfl(+;>c47j?CkKB5 Dj=i{v literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vatican b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vatican new file mode 100644 index 0000000000000000000000000000000000000000..32b2899a306dde401fa2e3952d06f5f4d9952bed GIT binary patch literal 2641 zcmciDeN0t#9LMp?!v#d7FPdUJh(&}ZB8Z@nXo}#>i>2Jue8eZzB03V1mWrCWa?E{8 z(>WmVA(y7q3Uf`ZRoZAG8HQ!$WSMEv+}X^bDcbLS9H!OZp0j&i=U&F2zxT&GX?{U} z*MF`+^9vuYo#w-Pr{(5RG3c^Y(Ny1DdH9H3wa=CR)@#?T&DBxO)%kDRTbAv~-#TTW zwapWeUssrF*Pk0LM|Xy6!`3YM`i%i{tZ15kQ`}7&J&pG9A<6pfs77guZnaMI-e{j_ zS+3uA*dSL@_S#oY9%{ZC)o5M)xYoXQt=4MWw86f9_LzNR<%gE*@CUZf%r`CH%1M^r z@E0uqS4wSnpLKRX(K;)z<3c+qJHrlYnP3MePOyTHq}w5(=~l?Qk#?tFn(fdvZT3A! z+bk)Gu)_A7wmRosv%2Jtkb6`9(yp;B+O5k^8t!*g!!LfK-Os$I_Z_d+h%a8($O8u@ zYIlu9S8kRb%U0S z+R9{56*DeLx-#$rb8>D^wEM?9kwc6hUd67Yj&iJ zh&!j*S#6Tz{z^y2o|cgpew9&vpUJ3(I(h8OHW^*BOFZ?TYVO){8MAwfK3-HLPn5r` zV<)W9afNd7b7bOoo%N|py=2lyf9m9>V3|@KCR1zw zkZENXW%~LC$)DaNGnW3YGl%YzSyStEcFZQ3lUbt$L3?#>wCddR8+Be=vCgkstWTfv z>ND?5*1|6r$g{6zYSE57d2U{eTB}oK!Pvo4To5kLC-;z&>?^V`%q6A$x@xKYvn&d2 z)kVh+$>Iwq^~Lvh$V(0Tb;+jBb!knNE?c}^%hr~u+sF6T?dNZ9A77s4ZujQ5JDvgV zyMMb}9c#^baz*v@@prjG#nqwxdHXNCdvd+5tn54agkXksJVj$IUH040*ffNLtits{7xJ*req99d4%7WAdDGX8> zq%=rv98GbM>NuM6AoX!H1wtx>lnAL2QY55GNSTm2A%#LJg_H`Zm7^&ZQZ1xhNWGAP zAr(VPhSUrx8d5c+Y)IXZ!XcGIN{7@ADW0RL9#TG}ene}- zkxC+^L~4l?)6rBDDW{{UCsI(PqDV=Rnj%F-s*02qsVh=gq_Rk9k=i1~MXHOG*U{7$ zDX^odFj8Wq#z>KoDkEh^>WmZ`sWeh*q}E8Wk!mC5b~N=y3hrnsj+7j!IZ||_>PXp< zx+8^0Dvy*NsXbDBr20ttk@_PG;AmC=SpsAYkVQaN0a*rQ9gu}URsvZHWG#@zKvn}; z4rD!$1#vVhf-H%nSrcSYkX1pJ1z8tlVUU$Umc}Q**YDQt?>4uuA5U|)d-K~J&%l7Y zf45JK85}b;W>U-^go>+E`}6i+cxQ0N{cCjoSsn8hY?i2RGMki;o06ECn3Ry4oP_;S Gg8v5j00K|| literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vienna b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Vienna new file mode 100644 index 0000000000000000000000000000000000000000..3582bb15cd7322088839b0134987ad10e717b6b5 GIT binary patch literal 2200 zcmdtie@xVM9LMo5ASul3Z3buj5bY$SPJTmTklJ}Lg;SBsNF*>2wFu=h2Bn=pm~+Y8 zTgP+`Nkhh}>FFO>YiO;kMhgjNmtncKoWH6$Hgnb*tIzZMuj`Ng>5o3&eZPyDD2ay-%d~ctq|Mu8 zdV^nPtg4kqN`2xi@W@P8o+Kxv$fFadN=l?#Q|{#GtgFeI8j97&J|C}-_x-M}o|`(m z*{fjNm1mNTI~E$if>($ zMG>FKqM-pvUq zq_%2M>yi%2n!=#gPdKG(6IIvVIH2ps{JMUiRbRa9)0f_<)P^sbqGsz`QWFz zCD^5JwDxFVPe8-N!Xw7rdxeEZ-uGW$mi0iH`R7^*)5FGD)+Di_{^`Bc>$BXRavnau z5oQjW7vI0w$zSGd=&nvj_F`)`gX{*`4zeF)L&%PhEg^eCHihg8*%q=dWMjzAY|Yk? zy&;=Jc86>a*&nh&eknUdwutNz*(9<{TeD4MpU6g$og!OB_KIv4*)6hNWWUIUksTvj zM)r(s8re0nZCkT%WaG%rk*ydb_9@##!f209O2apyZJwTd(bOC9Dt?2{O2wT$$ zq!mankY*s=K-z)y18E4-5u_zZPmrb{T|wG{^aW{*t?3NX8e7vFq&Y};koF+`K^lZ~ z2x$@0Bcw@4myk9geL@;#YdVFr%GUG>X%^Bgq+LkAkcJ^0Lt2LP3~3tDHKc7w-;l;3 zokLn@YkG$?59uD#KBRw01Cb6QEkt^VG!f|{(nh3@NF$L>BCWJFy+oR6Yr2WF6X_?? kP^6 z$DVfQ^zL@k_qDil+t<1oo2%VB>lV40OLE-1@{-+osmUfQKF(yvmO9y2vz(mogUcLsI#Ci;^ZHA*D2UD=!9BcaSEG1HAS8Mrnu})Q?ll;DNQ>r3yZpB z;dqZMPU+Ko4=vNBFQ;mGYo;zcaF5(q9jg^BDN;G_vQ|}$OLgqWT9f&;)Li*NmdAV` z%ZG<##doKrcJK|Ui@c}xM|x%Dz)4-z(IE}J&*ppU=__S94_J`CoO@NStgwks!_Ievk{Zu4z~FqI6&RLZ3L>FHa7?qx+72sQU+x z>r>rlwC6~V`fiGu78C2AK4bcf*qbM=xLYQ#_*?&Z1!e{$;Xk>I30|=OTIRO1W|}dx z+l=3sfS7n=Qs){mCO2em|Lct}iT8Y6T<%Mo`gH2qmofEI6W{aq-{Z@us}GxX_O7*e zMOD~T*}J~6);>4#P-$P-hl%6!8RMHgldt~##ODj&z;b@Kr|Ep85?K(kB4kO(nvg{y zt3sBAtP5EfvNB|8{8_9GSsb!DPrE#1eaHfl6(UPS)`%<;StYVeWSz)Dk(DA#Mb?Te zmcwc}EZ5Vn7g;c}Vr0q4nvq2#t45ZMtQ%Q4vT_bf=dgATi|4R@U*o+is5Oifs_NO2T~BEB1lP)njl3%s)CdSsS8pVq%ufp zJZ)`|;&|HXAmu^ogA@p<5KVy;usT5Kwq*h3=JZ-g*av}9X3Wih+ zDH&2Tq-aRhkg_3lLkfpf4k;Z{JEVA?wt7hUJZ=4u0wNVeN{G}DDI!uu{J)GhTE;jV a)dfX_G_SrmzcfEoP@Gp^81kM<;{E^_i2_Uj literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Volgograd b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Volgograd new file mode 100644 index 0000000000000000000000000000000000000000..9d51a38c0ea719c5042837d47e0f427057b845f0 GIT binary patch literal 1193 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 K3%PHLe18GfyY{F6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zurich b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Europe/Zurich new file mode 100644 index 0000000000000000000000000000000000000000..ad6cf59281a1046d9dcd045fda521585e3e33e06 GIT binary patch literal 1909 zcmciCX-L$09LMqhq+=x|UkjT`&1!PZnmp6((5_jPcE=8#Ej!E(waeVJGVQV`Btqi5 zAVpMc%Z5ah^}yf`(xmK9_nfB^=M_mEe)b;AL_I_|g`~164 z`=0wGHGbtuO(;C9iTO7rsk~8=)0<>?&JIb5 z+$*U`m6F;~EhEC~bj00xGV()(jymO)(YNz7t-e6hn?~uFn(;bzcZ7~BcI)^pBV|IS zQ@w@Z@>BF<&G2?ert`99x$jBVi$^js;BT4Oa!G!E@R$73a8P{BXEb|ztxP)fr%o;{ zl_|BGb?WqOnp0Awxj&Yu-*B=GJ9XB zijEyQC<+L5sT_(}j_$3!m)NMIGh3_)?WF zx$D=Z2WDx>#WGp8HC;>VbLF>1QM$Y)Marh8NqMnLRwVY5l^O43Rj4Hu@nKr=^1f7t zv}@%*=cVe!OlW>AGEKb$!EL-B7h(tG8EcCx>|h0>AfbSzXLgSyn`UN1$be zh}HGW-@a_W<;}?D%g_IEIP5R~w{JGc{E-h&rTOqX^rLwOy=>cvW!HmhkQ=r&cZ}RJ za?d>6G;-I-ZQGjrMs6IrbL7^Mdq-{_xqIaHk^4s)KsrELKzcx$K)OKMK>DyXjUb&M ztsuQ1%^=+%?I8Ui4Iv#NEg?N2O(9(&Z6STxn#PdMY)xxOZ%A`UcSw6ke@KH!he(S^ zk4Te9mq?pPpGc!fr?#e5q*q(hEYdB~F48a3Fw!y7GSV~BG}1NFHqtlJIMTVTX&vd^ z)-;cFkF<~Uk8A+41IQL2dw^^LvJ1#IAp3x91hNyzRv>#}Yc>Pf4P-lz{XjMZ*%4$* zkUc>*1=$s3TabN0HU`-lWNVPUu{E26?2fJ39%O%z4MKJZ*&<|*kWE5%$q~@Wyn)W| z{eB*%p!b#;CNocFr$WT){^f7xX~O>|>c5RL-@#_Hh9$CIp6ukfl(+;>c47j?CkKB5 Dj=i{v literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Factory b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Factory new file mode 100644 index 0000000000000000000000000000000000000000..60aa2a0d695ba577ff87624d479f1eb25c8f1caf GIT binary patch literal 116 jcmWHE%1kq2AP5+NDp(+@bPWs`Ldep^Wdqb}XTSvjS7imx literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GB b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/GB new file mode 100644 index 0000000000000000000000000000000000000000..5ad74220e83e6c30a0aeefda4a00271b8ebdfcad GIT binary patch literal 3664 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Iceland b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Iceland new file mode 100644 index 0000000000000000000000000000000000000000..28b32ab2e0b9053f39a91d9f28b6072e41423954 GIT binary patch literal 148 zcmWHE%1kq2zzZ0GvP?kCG3nVP561uh|5!kkv-tRiFt`J82nmM#2LhZ1aRE&;-~s@2 CSQl9U literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Antananarivo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Antananarivo new file mode 100644 index 0000000000000000000000000000000000000000..9dcfc19c56e62b12b730f4335b34479695f273f5 GIT binary patch literal 265 zcmWHE%1kq2zzbM`vLGzd{r}>hjqh$nY&rhm!ojy|BhKVhU14NmWM*PuP-+1gp{&8c z!oZ+qz`(`8ptgpA55o5G4PnqWFfuk^aCHQ;OiURq3(N literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Chagos b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Chagos new file mode 100644 index 0000000000000000000000000000000000000000..a5554816e2928c2bd5d02e032bbeb1e1cb101009 GIT binary patch literal 185 zcmWHE%1kq2zzdjwvdlot(^>a@j={6L8yJBi&QCyk+yWR_7#Knl7&v@hjqh$nY&rhm!ojy|BhKVhU14NmWM*PuP-+1gp{&8c z!oZ+qz`(`8ptgpA55o5G4PnqWFfuk^aCHQ;OiURq3(N literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Kerguelen b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Kerguelen new file mode 100644 index 0000000000000000000000000000000000000000..555728b1a0187cc0ac63b8fe45c44bd1e0957918 GIT binary patch literal 185 zcmWHE%1kq2zzdjwvdlot(*Pvi>K~rL2o!O70px&476t~l00s^p-w+00Al5c8We6d` Y%>O_Twr#!yh$hBtE*qc?cDklq0OTbe`Tzg` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mahe b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mahe new file mode 100644 index 0000000000000000000000000000000000000000..b3ac791aef4e73d6d644c40c614f37f15d462cdd GIT binary patch literal 151 zcmWHE%1kq2zzZ0GvP?kCvGCK(6+n*h4UlpR2L=`&-w+0E0~3Z25)And1UL=ivH==r Ir)$Cm0Qy}Np8x;= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Maldives b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Maldives new file mode 100644 index 0000000000000000000000000000000000000000..555728b1a0187cc0ac63b8fe45c44bd1e0957918 GIT binary patch literal 185 zcmWHE%1kq2zzdjwvdlot(*Pvi>K~rL2o!O70px&476t~l00s^p-w+00Al5c8We6d` Y%>O_Twr#!yh$hBtE*qc?cDklq0OTbe`Tzg` literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mauritius b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Mauritius new file mode 100644 index 0000000000000000000000000000000000000000..212d4b2e2afaed06110a1acff4fdb6bd6103b4ff GIT binary patch literal 227 zcmWHE%1kq2zzbM`vdlot(^=0tLxT0KgT(D315f5@4?NHHUtnScLIwuY7a$|t0vK5s z7%UtZIDC9V7_<#cf!Ks0gaj-80|CeykZB;Rz%hjqh$nY&rhm!ojy|BhKVhU14NmWM*PuP-+1gp{&8c z!oZ+qz`(`8ptgpA55o5G4PnqWFfuk^aCHQ;OiURq3(N literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Reunion b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Indian/Reunion new file mode 100644 index 0000000000000000000000000000000000000000..b3ac791aef4e73d6d644c40c614f37f15d462cdd GIT binary patch literal 151 zcmWHE%1kq2zzZ0GvP?kCvGCK(6+n*h4UlpR2L=`&-w+0E0~3Z25)And1UL=ivH==r Ir)$Cm0Qy}Np8x;= literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Iran b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Iran new file mode 100644 index 0000000000000000000000000000000000000000..78f28cc402027bd337cf67b937bf8c31a75ee8b3 GIT binary patch literal 1248 zcmd7RPi%`}0LSsC>&CKVTWKW@5<+C9>-M(Y*2n&}itW+;X;B^B{29soiE)rEF_CZ~ zgk5m35OE-Bte1s&B>wb3@(c%(ap8aq2gxM35#H~6a*~LPw|SpW+V|4*_iZM(ZzwGO zcy-!O%k6v7#DQbxp?Ib$FRYbS1+T6?ayahsKPh_hKZ^4T_tgA#N$rh(GQQvf?O!r# z{I9R*6;Cgll@FHcz~pmPdo?SA<8D)T{Isq=6jj#XeHlvcH{rx*9SP5xhUFu=(YH)B z&B@EAZ&?%l@J7p5XVj``k8HkMty*qgl&up9({|SA_M@XJHvC=22l8fhs$M5zb!JWI zmhOB%t<=kuT>rRNCGX70t{W#z_ocbI=hSW0JJupodq0|V|3ST>YuIdT`=U41UQ?OH zHF9(1jLC|e&d!#rzIWqt%Zqbr>m#qsO%+Z5^$tC7{;S${a!hU?sWChD6!gx%Ni&!X z>s|7#+8r2@E_X>;X_>p^A74UPk}>SFREU^z**|)}0ASznEwjORPnc1y=ZvwV@dUv>5msW0ETB3++HNcY~I;%{k^ zuXfeR$rpRo*X6CMr!rW23q7j$T!DNW_nA5sUM8n!UX;^AemT>YBz+&I$ywti`L3-? zooo778TB>teSV$%&|aZ_OevM08Z%Y@b<1R++LZGlC)Hr|VKq3oRa~|8hU;>xKXB|9 zEvPxsKkMf|wAoQb+MJ0K+Kqdvw6OL|#@r`r{o$QgwFvEXZ{&`nT2$8i{+mh~jhiEj zz4Hn^+AXrg8y!4iM1M2jzjdhFxb2fE-k6?YZGKCHf5EYGBlZP{f8oAWhP$-I8@DaS z@MIqM$7jB3BrLA-CdR*~CC$0wPY!9&l7DUXE(&m|McocPb*xm~-ZyUC;UCfOJW`}B ze&djycIaL0uAMvdCA9~QrJGaqW!@$&J$tV#&&<_V#BP#|@G*1c^gLNPTxPBsPL|B` zqk2~7^|HEszj^oDn^MBv23PNMdf}VA1?P#!B*tT31^^BPJAJC+@t=lZAOPA7Dj+$EWJXu%Qr9Y77 zl(OPh{lTz7DNlP@uW$ya^>eHB_5B0tq09ODhT|RT;j^jwBX7Q?Do^;#jnC{>Rm~~p zqvcgffA$7*)0%pDtbD@U?A|EV8GYvCGjgTIJ+9YWh?gxh&gfgZX33KmKGL@y9+hof z2ld+5LR8(6r}d|5epB1`l<5xVHB%-(0h6zjZ&RI9ozq;?T=?I7M53J5|GGq8k^qtU z9*0XLEK;V6q%L*L{QEDHf6dPE$!hD#T46nTXuXIy91gzzdJ*yci^W~FF8_m1Cy?bK z>$9~Mh^!D$SBOjI0=0GO}i5(a5Ti zWh3iG7LKeOSvs%T3>*pwdtyKY}1V{~#A|O>j%7D}XDFjjpq!dUkkYXU! zK+1vC11Shn5u_xxR!xwiAXP!ig46{m3{n}SG)Qfb;vm&Q%7fGgDG*X2q(rt>jgTVQ zT2(^IgwzQs6jCXqR7kCmVjQb${>kVqwwQX;iPipfz;q?{b}L<-7LQKY0C zHARZbQB|a@NL_8M!XlMLN{iGMDK1i7q`XLdkpd$XMoP?4W2DF&RYuCpQDWSv ywMxxVYoyp5)keyV)Eg-{{y!@oWEFm4f|dH%oJ4n$J1H(9B{nDC<4$&ag8l@yuiuRT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Jamaica b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Jamaica new file mode 100644 index 0000000000000000000000000000000000000000..2a9b7fd52d37a1ffe9fc589daa04d88c6c71a6e0 GIT binary patch literal 482 zcmbu*F;Buk9ES0uk_c^)3WDIMQyobh+%-Uyi7q;I5!0=!3o!vT4otAP8W#r=1_s#J z{0waO1x)S}c>W(|V`9AK?l*LL-sn2%HPo-CDu1(bgL`?##rfCvsGjD7w>UqY7}q?; zo_eWXN!6g5cEMyW!| okUFFgsYFVVTBI1MM#_&qWD#T){QokpOmyOY16WpdI{*Lx literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Japan b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Japan new file mode 100644 index 0000000000000000000000000000000000000000..26f4d34d67b46513491f26c2e661c6e653cc130d GIT binary patch literal 309 zcmWHE%1kq2zyK^j5fBCeP9O%cc^ZJkbvvel>u)1J-1zaU;O1HD54YJFKHOd_`{B;B zM<4F?{Qtnr$OM5549(0y^$a}=7=fDWCNOY7NFU!21}_&N4h{iHGlFmk36A&=1gVFX r6o6=uW56`fK_D9BC=d;D7>EWr4om|b2%`@nV1<_SQ!}RJOC6ty}=S6iFEX literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Libya b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Libya new file mode 100644 index 0000000000000000000000000000000000000000..07b393bb7db14cef1e906ebe63cfbbe8cddc79d5 GIT binary patch literal 625 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 Zg+=D)A;q;IEh{Y}#g&_Q zBSsf(5o3;cF*cPf#)B7#@qsXLb!1Zf(DjR$I5!}EY`Gxj4R`AK7y3nLUyEMwUZ+^t zaaxL(TEvZqm0VO`BNkWel}n1YiLh+1T$-^)EQ?K(;VTN%O>@I#L}03lm`c%+mzJrh zfu%b7qhHnXu4#Sqt3yiGt&+DK{7|hZ43#S@zY#I1KgnBjJ`lHseIXrj?ZPoLp<_cD zMXc{L9XGyPtm^I3@#h;+^c` zhLY!0)@rRcX6;e;EIg#$F?q^8{ff*Ea;faWgEHsxVzv3@Zk_v8rScqT)%W(~s=S^1 zbpCOt+On=lZ>4%xou`^$7iaI~s; zbCa$d@vBFUm&!*!j}m+8-14!`8BtXjE32D_#p7x77MRw#amC&3uswBQr*(jLaFCG%{;s+Q__- zi6b*drfzHIj!fRx%pRFOGJhliNCx=FNCA=qBne0skTf89KoWsu0!amu3nUpxHjs26 z`9KnaWW?5_1jz}K6eKH1T9CXTi9s@hqz1_ik{l#ENP3X`*qQ_(8L~AgLUM#83CR+Y zCL~WtqL54>sX}svBn!zFk}f1)NWzee*_xCgIYW|$WDQ9hk~buANam2#A-O}6hhz^) zACf;Lfk*~zO$w15+L|OHSwzx^_MKX(|7RfD=TqL_ldXfAh2}Uw(Yf_Bl*w!Q&$+E3UGm>W{(MYC|R3o`Y zl8s~=NjH*jB;iQLZB5FNoZFhDBU!gKX-D#oBp%5;l6oZfNb>Q2n*9*-UPw3Zg?LZ0 QGs&44?{T@DE@xuMAMCH~YybcN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/BajaSur b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/BajaSur new file mode 100644 index 0000000000000000000000000000000000000000..386616a59cdb2a21f1f24a6c72526bce0360cd24 GIT binary patch literal 1060 zcmc(dPe>F|9LIlKBgwMRBdCZjQ9)3GwWe$3R-0Sf+K!rzW@fr>u^|X;*r7}H4iXeX zuOJBgdl4#;ytFP<&@qsN4ncn|9ik#S)Im}rruUhSo$S(gc=H+NGBBTy*V&hk%3mw9 zZ#XP&56^0{__^@#`;I~}-=3XK#0#ZJO}6yw+PAqc7qYv~4XWtCI$f2@tKBV&x_aAD zRTF)yW2?5S+KoS?_ESXd`T0inF03*8iZ7*ZCT!x5M`i!bujat;RXKQm-XsQx^`WL2 zQ-AidPFCJFhm$?}$m)wGwKbtri?>wT*`m|02UNp{GJUMnrZO)!i+eYw8mAp;y0k$x z4}Fy5z160r|GBg#)*CPLK-xAfnf8hyIU(;%$J%?kQhYnaK;%FKK_o#$1+=mt!uS@_AmSkMAOay0AtE6%AwmOM zsSvRYxe&n&$q>;D*%09j=@9V{`H%o05kNwK!~h8*pp60&MnD?}BoIg>kWd)0K!RaJ z0||!_4epp6R>7$h=CXpq<-!9k*fga?Ta5+EZ&_}@Yd+dgCA E-#C&DivR!s literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/General b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Mexico/General new file mode 100644 index 0000000000000000000000000000000000000000..ad70cf3e08498845aaafc38e4eccca7461c8d337 GIT binary patch literal 1222 zcmd7RO-R#m9LMqRY}GQMpoE|f5`jcPG;Nusxm=CamQ(-EWo5I6g%J3oKsr?XKna2# z><~Rj5JiV5(o1vFMS=t)u}c(1G6+KK^79}CJ^cH<|JA9Jw?5;)_t-AN_odU;nGMQ6 z3)pXXSj0YjUU5G+r3Pl!sa!Ud84A~^d`T#i|8d?tpB&7LUaw4!wagU8ravSnibe|) zL#gDuo27;K-94{19`Bamser18rlqoJT5T$?mQe7e+PrX;RIQvcRiA#!mTxai^{iiS z%{?>Q2EOZ>rvhZkul-fvpUKI_!_ zv!+$Xb-MJHN*4z7zS%RXZRD!n|GHfrc<@*bKB-gf7y9JTwbd%qc~Uyg)tbXGM~<|Y z8DEiqp1)|meJ$|b`83y;>)tC7aoyW};&{89{498)YaJX1_F VTvKc_d{d0G|J`}9{YMBD{{rOpdENj3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/NZ b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/NZ new file mode 100644 index 0000000000000000000000000000000000000000..6575fdce31183d8238b18f2f30ab5b9227c7071c GIT binary patch literal 2437 zcmd_rdrXye9LMqJpwhVKWemws!@O`gTvUW2LIninl6fRN8GVz42MwVlp$lXgnPXVf zmaRD|$pO<6kpwLTF@#zdvNfreebbp|D>PSA%fg=bv;M3<`l~;Bp6&Pg?QG|tvwhyj zAMJ9$ReW=AkU!LC?{4+IxLf=he^>vZV;WF`h)Mv65!F;auiZ<3IynG({!T0$KW656~-Zu-t&CT*T2 zH}_nSuo6F+{Q96w$rzTY8{6fUSRV~9{Y0k){h+rx9Wvc(fzAjxD>Kea)0xA4GOO2H zBR+1H$UWf__0|@Nt{)@LhP4v2=Dfs~TkmS#5^lCvXHb8F5>UR8kJRXn0gB|`4b zP+gYlFRtmmx_t5l$@hL!^RExeJ>Ng41>d&IiW8=~yI+!f_tnYDmNvcbg%T-zew*H3 zo+V;d>H~R^vMMuQi(&%g!I_D=I`E7PN|efC%&c|jC|Sf>(g4LiBkP#kv`TF zDvuvZ*C$#N^vPYTq-INq);^OaPno}|m&0q+KfT_g$NZkQk?UT@Vc*hRe9v$=4A;Nd-gWDl-1kd7cN zL3)BT1?dXX7NjpoW01}utwDN&G{@HJ4$>Z^KS+a+4k0ZBCSMvi8K@GCelt@tDi_ik&YrQMS6-f73nI{R-~^;W0B4x ztwnl^G#BYE(q5#$wpN3Y4kIl_dWjO zBP~aIjx-(VI?{He??~g3&g1`~^}hTCM90PFy3<@yIZ4jB&e*7&InFp|Y|L!mKLIzD B3|asH literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/NZ-CHAT b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/NZ-CHAT new file mode 100644 index 0000000000000000000000000000000000000000..bde46cf7e4b7909714b93cee39a5d953387d756c GIT binary patch literal 2054 zcmdVaOKenS9ER~T2qc}}07+9S77*mp>20PLTCBBTTUzK)FJ**U>nq4i3sz7ntrsc? zRS6*)FyN{hlpra_3MSP=Z6Q(PLPdJ#&H z_3$}mCz3Vo`4gI6JE9p|j_8`gB%9g(q0LJF-mc9LX!e*zHYfF4%{ep6=8n9hdB?|F z&Ibn->Yu6Hmv<;{=Q!o>TBm}wXI0n{Rd~t!ip1KjD5qb=rAw_OxJ#uOc~<)4A)Ehm zx|Myh)5<@+U<;0R*mXl`s@T(L*Z2LP%8g;Wq35KkT9#>H>uXw6QK%a$_o{m8B-Lbh ztLEZQsvT|C;$M2L?sSFfPbF;0+u2$=SZ@t|o}&9gwrukmHFl-iP4Q8?Svk6;*6h}* z6gAC0Zp){gQ*8W;7Q1{xw|)1xt@!$gR=(S2%|p-V_E&n<^3s6a@l-;sPwuum*VjvJ zopx7aNUQ2%wz?oych4=eHEHJ+pSWD{Uz06yVZPcQYum_QY=!fuPYa+7bzI27%3U487Ug68Yvs8 z8z~&A94Q^C9Vs5E-q)3n)Q>CxvI58wAZvgu0*4Db1X&SeNsu)`76n-qWLc1PK^6vC8DwdYwLumKSsi3~ko7?p$k(k9vP8%lA&Z2p z60%IlIw1>%tQ4|T$XX$bg{&5`T*!JM3x=$iuUj%?&5%VyRt;G;WZjU3Lskx1I{bgH oU9iHRzRJ9CWI=I>`{CBGGB;YDUy@%~z^mM7aeml67rE!)pCd^RTL1t6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Navajo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Navajo new file mode 100644 index 0000000000000000000000000000000000000000..abb2b974a47eb3e5c8b4f5d4370baf4898b239ab GIT binary patch literal 2460 zcmd_rdrZ}39LMnoL@p;TPbG$MG}96x?n(lgkwJubg764OBa8ys(F(kD(n5R+lJQ65 zSutjr1WH~QMdSAS4@>il|dYpCceyr}y+_NfosBlYmy z-y4T(;>4A7pB|gvDgKD@=&RvAadqq|IsUyzOq{EflON;>|FK*dc+)Aw&IB3M<`=#&Rw74~Abj*ur*#DPQ7F}g=xcd=JTo~(ju;Je_r0OwNBjVt(DVO6^Yp5`{eZ8Bym&Hd>J>VP|b*N$oSwy760ozo$zIZ zat?>QJ-E0;m-~X%3TLWzul!oMCt`F(_9<2IO^Wo)`bv0)qU9?8kXYR}Djyoz zFREIH<->#RqPq5|T+_W?JmNZ|Yueh>qp64WWA$ED8`Y`nib_=7WuLB3OjY%#J=z-< zqr3<5^tx|P0f#S^|<`Q*V-(NK{f8#{)@hU`hXvEiuL6njB#F6|PV{o~q~ zb6ELCKG$2~I@OlJ<9h3uPd(G!tDimRQBBP)dfTx))m&Ytx9@bSDM7)1{e?{Z`^&W# z{{;hq-JL=N0&n*Og_!SJgkSqKZzAn`x!mOzt^)I{Fi)j<%G_p4BFOyNPxrrAVZdB< zNMt{qHictki0jimVk`tktX*SuV0(WWmUat!Bx{nvq2#t46zQzOZi2 zEF4%l$I_9tBa25?k1QWqztt1~sesj#0I2~|1f&WaWkBk{Q3#|G9Hl^N!BGsP8XV<7 z>cLSEq#{U3keXOcQIM)2WkKqK6b7jbQW~T-NO6$raFhqB4@ZHJ3Rz8wkQ!M{k&r5J zlnJR5QYfTSNU4xoA;m(fg_H}a7g8{!Vo1r5npsWJkg9Q%4XGPP;gHI4ln$vKNAZyA zA>~8rhZGR0pw*NRsiD;r5viiplo6>TMZsV+x(k@_M9MkQ+;Br0!Nzc%<@3>5>(` Zg+=D)A;q;IEh{Y}#g&r!EJ$Z#%XIIr^!v`U`Pj?IXSr#5n@#x|uLk|}K=-#pGy8I==4y|zif-%k z``2;iyrCBIr}1LxMlH>RUUvCRWd{{6H&If#PQe>V40%K@diI|riW5nZK+9zLz?b5# zy+^+If0*`TPqbFdBNLIC$W&ym(@sWaJMDC2K9T^*fTTcjAW4ucNE)Zj!x|DHnUGXS cE+iR}4M~UOLlQb|MkJ;4e>qdO>B@TQ7g9&Lh5!Hn literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/PST8PDT b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/PST8PDT new file mode 100644 index 0000000000000000000000000000000000000000..610e7af5fc13d9784de30d272c7c39d7938873a0 GIT binary patch literal 2852 zcmeIzTToS19LMnkq6mtvOq2+1r6z)afTDOQ^EL-mMC3?fhL;2e(@-JQGNg$zYm7gc zmu|E)YjVoa92?6bw8^PyD1*lF7Lg?~DqheMFP+o+ZXbKF=wxQ~5U^jKPK2)7+zNF6YzNT6a)vF7Y$JE8@3vy}Mes#Ixu(Yi?AXf@MmaB8$ zkw4O3l|RQmC)b9QNc*5|>U#HCa-(y(y3ziuzS)weZXM0le|?jpy!+hR_kOf;ZHdx; zFLYJ@E4%0p%LYln{7BO=BUn0(3o?Q6=Ou9c1QVpbm!O?r>flSeq)St^>3XbAh16D> zZl6}G?mIrx>a|LB$2!qHRu!o`3zqAi*)vsWsz>)4IYRZ08m`0oWy)PaVLIGDNy6KP znY&N*mWcXZrq6-v(sy^exo7JM(ItcRz0Z6h{jx%I|3$~ufTWB1zR91ffuTR@$ml8+ z>1{Pp!DT9{@dp!qc7YmPv)jZpluB&X1{1euo(w5{!o+VFFA4dt=)|G{GSpqHhh=t> zq{u8iJh4Sa1Sad`h>j}xOt>C-^NbpG=$0OR;#)OlSD3kf{|D-UiW_F^8|&4Bg(uCp z@*Ofhy~a#f_>xQeP_MDs|6hJ-Kz7n)2ozGxf+KNn5?q zO#5W2q|aGlrf-Uqj4|0}Mv0Qlh|$I~vrRm=`k1VwpCs$_C_St1Wi{*T2%YV1P_wst z^}~&O)tvGs{YcGbm9y}mo?Ep_%}Z-E^Ve>a1+lf}(fk#%Fl3v_b!SU%Yq`mf94+~E zd8Qz+j}+`oF^igg^4O+az4&m1T2kWHk5_wDVOEr0TG6DI4ez3t7amkap{=?&eY-05 z1(}lMS}AEfXI6%7la)1fW>tH+JXuw3o;sQ*t4k}*)B94SG^fa{*%B=s{rvs>I|SJ4 zzxMO_DhIk;KHpp77vS?%l({-P?_Hf+-TpE)&EuLr(Vk3u95$qX#Y3uxl+V%D4=JFdtsqiDq=rZlkt!l(MCynX z5~(CoN~D%ZF_CH_3U!RgtnHbwvt`R2C^MQd^|BNOh6&BK1WI z>}V^Dl-SYM7%4JRWu(kVosmK#l}1X9)EX%^Qf;K%NWGDQBNazV?r3X{6dkELQg)>7 zNa2ynBc(@bj}#xNK2m<9{>TD2+7&>Sz|pP&vIvfL6_8~>)&W@vWF?TLK-L0T3}iKs zci zkVSH|tAs3*qg^Ltp^%kAmI_%bWU-LdLY50zFJ!@x6+@QH(XJV?XpVN(kY#hU>xL{G pvU14MA!~;$92L|7vMO*t`dpCeL43#yy4#a2}|qM0s3_%?Qg41a?iGt_y;|&xI>wX z-Y9#XlHBeq=RS`vr*_&UU;UD4?&Fzpk=d~}4tpM?(EZNE#FZ4a!EQ5&!uSMRp0*irqxDJVCDN7CWBmYMwfX z?i$od^e9eOCL2=P_k(`hF+QdIz-ExbKfG9NZH(0IELFT5#p~^Of&dBy6cWvv1_}`r zDkx-7=%5fnp@c#Tg;ujBhC&U6911-Yf+!SGNTSe0A&Np3{eM|+*o;The&Brrz4M-* literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Auckland b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Auckland new file mode 100644 index 0000000000000000000000000000000000000000..6575fdce31183d8238b18f2f30ab5b9227c7071c GIT binary patch literal 2437 zcmd_rdrXye9LMqJpwhVKWemws!@O`gTvUW2LIninl6fRN8GVz42MwVlp$lXgnPXVf zmaRD|$pO<6kpwLTF@#zdvNfreebbp|D>PSA%fg=bv;M3<`l~;Bp6&Pg?QG|tvwhyj zAMJ9$ReW=AkU!LC?{4+IxLf=he^>vZV;WF`h)Mv65!F;auiZ<3IynG({!T0$KW656~-Zu-t&CT*T2 zH}_nSuo6F+{Q96w$rzTY8{6fUSRV~9{Y0k){h+rx9Wvc(fzAjxD>Kea)0xA4GOO2H zBR+1H$UWf__0|@Nt{)@LhP4v2=Dfs~TkmS#5^lCvXHb8F5>UR8kJRXn0gB|`4b zP+gYlFRtmmx_t5l$@hL!^RExeJ>Ng41>d&IiW8=~yI+!f_tnYDmNvcbg%T-zew*H3 zo+V;d>H~R^vMMuQi(&%g!I_D=I`E7PN|efC%&c|jC|Sf>(g4LiBkP#kv`TF zDvuvZ*C$#N^vPYTq-INq);^OaPno}|m&0q+KfT_g$NZkQk?UT@Vc*hRe9v$=4A;Nd-gWDl-1kd7cN zL3)BT1?dXX7NjpoW01}utwDN&G{@HJ4$>Z^KS+a+4k0ZBCSMvi8K@GCelt@tDi_ik&YrQMS6-f73nI{R-~^;W0B4x ztwnl^G#BYE(q5#$wpN3Y4kIl_dWjO zBP~aIjx-(VI?{He??~g3&g1`~^}hTCM90PFy3<@yIZ4jB&e*7&InFp|Y|L!mKLIzD B3|asH literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Bougainville b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Bougainville new file mode 100644 index 0000000000000000000000000000000000000000..c535acdabda1b6ed96420e589d4f6868d23d8933 GIT binary patch literal 254 zcmWHE%1kq2zzbM_vLGzb03^;hn20PLTCBBTTUzK)FJ**U>nq4i3sz7ntrsc? zRS6*)FyN{hlpra_3MSP=Z6Q(PLPdJ#&H z_3$}mCz3Vo`4gI6JE9p|j_8`gB%9g(q0LJF-mc9LX!e*zHYfF4%{ep6=8n9hdB?|F z&Ibn->Yu6Hmv<;{=Q!o>TBm}wXI0n{Rd~t!ip1KjD5qb=rAw_OxJ#uOc~<)4A)Ehm zx|Myh)5<@+U<;0R*mXl`s@T(L*Z2LP%8g;Wq35KkT9#>H>uXw6QK%a$_o{m8B-Lbh ztLEZQsvT|C;$M2L?sSFfPbF;0+u2$=SZ@t|o}&9gwrukmHFl-iP4Q8?Svk6;*6h}* z6gAC0Zp){gQ*8W;7Q1{xw|)1xt@!$gR=(S2%|p-V_E&n<^3s6a@l-;sPwuum*VjvJ zopx7aNUQ2%wz?oych4=eHEHJ+pSWD{Uz06yVZPcQYum_QY=!fuPYa+7bzI27%3U487Ug68Yvs8 z8z~&A94Q^C9Vs5E-q)3n)Q>CxvI58wAZvgu0*4Db1X&SeNsu)`76n-qWLc1PK^6vC8DwdYwLumKSsi3~ko7?p$k(k9vP8%lA&Z2p z60%IlIw1>%tQ4|T$XX$bg{&5`T*!JM3x=$iuUj%?&5%VyRt;G;WZjU3Lskx1I{bgH oU9iHRzRJ9CWI=I>`{CBGGB;YDUy@%~z^mM7aeml67rE!)pCd^RTL1t6 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Chuuk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Chuuk new file mode 100644 index 0000000000000000000000000000000000000000..7be2474dd91c8a7da181fcda09d838254b890d75 GIT binary patch literal 172 zcmWHE%1kq2zzZ0GvP?kC(EucXoX#IWnxSU_1B;Ju2!pnv0YeC3LqG;F12OM^APCzQ n#Q~y=-Y%KI2$X@C*!h8h1#B)S$lL&5sNq~TKr8HY4Gp*eA?O^n literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Easter b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Easter new file mode 100644 index 0000000000000000000000000000000000000000..184cb6a83b3392d0492c42297531c85e7e38c4f5 GIT binary patch literal 2219 zcmdtiT};(=9LMqh;W^+Wh?!6pRv2{ zqct~OR;zqy`h_l(P3CVs*@Knm!jUc3O}f>ZjGinlPrvuSx@ui?(?$Pte*f2h|BG{V zKJWU5P;;U4w=3Sh;c#uUhvzAq?QQs^?)xoVp|A8`lE|r#jnnakc)IFLl&+EJ`wC1< zrcYu6i*%ghmH4FNI{wRXNw|`xuR0Ny#IYZB(*6r7d1O?3`%bH?_YUhxEki2h*)t}! zdO%HXK5EjkyVaDtcAINb`(^6Pjb`dZr%a1$GSk9KB>nsxlQHO*>ppGN*YC=Z=|=+k zhW20O#vPeDb5pdM(H5m|D!Z(1uKh~il0K%g{Eo@`<%F8~-OuLMvoERai|?4*-WrkH zM_)6(mtT~eqkU#p@6(d|LaWJJxk}XLEjqulN(xqlbm8n#Riqc_;-q=1#CuGa#+?zr zGfDeDN>F8A`%L-4Z`2(hcumD~r_}8I<0jC0Sk37R8@>2LxwGX>Q(5?i%&mUj%uCxY zRry1@>ic$?pE{uDk4LHMiEdqUyiMI5zF#jm=E%aqavgjxUe(t1nnimKOI_tzb5GAs zx!3oTUfkFr^+})UrKRW9(j(uRW!Jv1mhJe&G+aEW9%vKOcwmh*b@rI$TWjRO`sHRt z$R`gKX|uA%E32kA>DAfevigS@(>ys@HIL2EYbGwJmXT;33ZGW3d(P>#gG1`!o|F2K zT?1-e;{n~aL8QH6n|`#RUplg0H;L;E}lk;vYi zPV!&(L;D>2W>`Ea3xoAel|8dmi9MzE6x+YN$HVsz>i@-DBK8VxskFasf8EXonGU-1 z;eiQp*%<*-Lgs`_3Yir$Eo5HE#9Zynkf|YaLnepJ4w)V@KV*W)43Q}!b3`VI%o3R< zGEZcpu6Cx#R9)>{k;x*nMW&0)7nv|JV`R$6oRLW*vqq+k%o~}wtDQMAb!6_ykPq9LQ`R-w+0ELn9zIWME)q z1gZlOAtZR|KM;Vt1+oL=H82hI9*72c5k!N$38Fz>1<@eyf@qMJK{UwQAR6R#5DoG^ zhz11#hz11%hz11(hz11*hz11-hz11a9HPdgHRaD0ex1>4U9}6VIcVbKiq+V<^TWG00s^QhHV!Z ucytX67<3JdfY^{h+t8RHgaj-80|CeykjWscKs1TgaoGSZwbL~;<^li|ek7{^ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Fakaofo b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Fakaofo new file mode 100644 index 0000000000000000000000000000000000000000..4905ea72b1640ca67e35b06395e1c700dffa8d21 GIT binary patch literal 186 zcmWHE%1kq2zzdjwvdlot(*Pv={?6RM$n^hzd<6r;|Np503@i)`+b%G0`1pn}=o%U_ gXd4@bh7G0|%?k*Qvri%j;~Y-BnzA4z~@KvH-u2a?2VS&%ed%Y!8HS|%iw f*K#4rkZedgBp;Fx$%v%Hf96arSk%SoOpy8o6a$T; literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Funafuti b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Funafuti new file mode 100644 index 0000000000000000000000000000000000000000..47661d40a4188eb39e8d52e5af8ab23ef7f23766 GIT binary patch literal 152 zcmWHE%1kq2zzZ0GvP?kC(EucXoJA%;nqkEO1{NRR5C&~SBZd$X4EYZPb!I|muo}c= M12oP~*U*Ry06;Jjs{jB1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Galapagos b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Galapagos new file mode 100644 index 0000000000000000000000000000000000000000..40051ddf63a32d79e5233b916e3911d6dc3ef759 GIT binary patch literal 224 zcmWHE%1kq2zzbM_vLMW}ZHZ5VoWzj;ZE>y#+J#>N7@3)v|NmbDl=}aF=LQBA5XlH6 wS1(}T@bL{{&^0gxVl##i672X71R#5WhBAQc0?{D*z%&VVa@hcFwlm`b0PL4DtN;K2 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Gambier b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Gambier new file mode 100644 index 0000000000000000000000000000000000000000..84acaf41520d2d302f75e300e2b47c5527218df4 GIT binary patch literal 150 zcmWHE%1kq2zzZ0GvP?kCF(tr*h4KIY#u^3&AX&h`;^P~_ple{s5JG|>|A7FfL0mRK I?YJ1ETB9bbUZH$V(s^K? zWe@;)8$^S=4gw(WgJ@6?fN5YbfM`%qfN5ZGfM`&VfM`&#fM`h2Ff*~BK~`AUv~K|^ PBO!#iK;fioXut&kj?IX8 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Honolulu b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Honolulu new file mode 100644 index 0000000000000000000000000000000000000000..c7cd060159bd22fc5e6f10ac5a2089afb2c19c6a GIT binary patch literal 329 zcmWHE%1kq2zyNGO5fBCeb|40^MH+y_ZdPZH-HL?~r#o#=TvGm0a4FH#;%aZP2O|?B zGYcc@|Nl8m3=BXrf`R4#|Edf|4lv0BCI$ZgFHT@!@$n5|@CXKC7a$G?;(!pK!3+$H uP%?xBC;bP4k_QF*Ks3l{U>fK=5Dju7hz2fK=5Dju7hz2a9HPdgHRaD0ex1>4U9}6VIcVbKiq+V<^TWG00s^QhHV!Z ucytX67<3JdfY^{h+t8RHgaj-80|CeykjWscKs1TgaoGSZwbL~;<^li|ek7{^ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kiritimati b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Kiritimati new file mode 100644 index 0000000000000000000000000000000000000000..b4c6037a2d2a8f89539c3df05c32b6f52b1b1e92 GIT binary patch literal 224 zcmWHE%1kq2zzdjxvMfL>)BqwvKQZXDYA;}9V*dX>2PpFYe-=>s|Nr6y1}+AMBM%t( ve0)O~bPWwm3_v7`@nV1<_SQ!}RJOC6ty}=S6iFEX literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Majuro b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Majuro new file mode 100644 index 0000000000000000000000000000000000000000..47661d40a4188eb39e8d52e5af8ab23ef7f23766 GIT binary patch literal 152 zcmWHE%1kq2zzZ0GvP?kC(EucXoJA%;nqkEO1{NRR5C&~SBZd$X4EYZPb!I|muo}c= M12oP~*U*Ry06;Jjs{jB1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Marquesas b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Marquesas new file mode 100644 index 0000000000000000000000000000000000000000..f546c03f96b24859521aab5b9997bfc5dd124ead GIT binary patch literal 159 zcmWHE%1kq2zzZ0GvP?kCH6_5ugYp0WS_=k-|NpBp7+8FKLl|@oER78qLP#*?KM>$C PipvIUq@AUeu>ltV5uO{q literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Midway b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Midway new file mode 100644 index 0000000000000000000000000000000000000000..cb56709a77dedb471150f4907771bf38f1879ba4 GIT binary patch literal 175 zcmWHE%1kq2zzdjwvdlot(EubSvi{~^1d42|U|{(FKmG@ZObuXQ@$n5|2o4Tm2qD3| V|3Hvudx8T*6Ec?zXt<#v7XWnZBuoGR literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Nauru b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Nauru new file mode 100644 index 0000000000000000000000000000000000000000..3339b6cf86d6e98ba70c9bd6cab3dbf50588acd2 GIT binary patch literal 238 zcmWHE%1kq2zzbM_vLGz9__;RAnF%jXTyj?bAgH+F1tSw9GXuk%8j$XVJ3wmcCNOX@ zFswMhz~|!|!k}$vXl%fsZD0vx88L*AVAFpf0NDnjK{kSDkgXt_NVl2G257&XuAvbZ E0N`#itpET3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Niue b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Niue new file mode 100644 index 0000000000000000000000000000000000000000..f76972f8849a7d6ed8c3e2649b02f44de891094f GIT binary patch literal 189 zcmWHE%1kq2zzdjwvdlotcYk4)&(~!;5*V5O|4-P$zyKr{FtGgppBlix<>MQ|plfJo dWB?)=LP#+6KM;US2GPWs&Se9%!_Lr<3jia|El>ae literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Norfolk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Norfolk new file mode 100644 index 0000000000000000000000000000000000000000..3b4186d61152629b764efc4222e41647b65f7fbb GIT binary patch literal 866 zcmc)IJ4{ny7>DuiXpyuFuqZgV3d*IYB?S^gVhjWlx@aLt0?PeVZZDu%<JPoo=yPM#*;?@Nc1^#3%`ksOGabD#X*-`=ot zzvkOx|MrO=EcomN-~RC03J$!^r48+xU)2Yx7y8i4Xm|Uh_B8crZ*8mgl{RXBag7cX z^~#`=kip{y@xI3-`Q^Gi`cN!GTR|CKJ(H2eBN_GgWlZ)&k|#QT|4=8Izv*P%u0Ae% zr%y`Obt<@`Q>P31^w8JT*KvLJsYjph+|%hdX_n47NaMmVEkdq#4n%Z*n!_DTH1 zm_O|^7rQc#jLJJ0Hm4mI85kKE85$WI85|iM86FuQ34laELLf16+8{_2Bn%P<34}yK zLLsq`U`RA191;%+h(ts}A~AE?ph#3CED{$9j6_C4Be9X-_+O)kZrOiCeTC~8Xo2?!V+of6CPpA+ zW?^8M!voT`;s7I%J!=C42Qu5oH-tgk&e a1EN7L0?{B>foSqw#$^L^q@AvzAr}DEU^9UL literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pago_Pago b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Pago_Pago new file mode 100644 index 0000000000000000000000000000000000000000..cb56709a77dedb471150f4907771bf38f1879ba4 GIT binary patch literal 175 zcmWHE%1kq2zzdjwvdlot(EubSvi{~^1d42|U|{(FKmG@ZObuXQ@$n5|2o4Tm2qD3| V|3Hvudx8T*6Ec?zXt<#v7XWnZBuoGR literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Palau b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Palau new file mode 100644 index 0000000000000000000000000000000000000000..1cbebe28afd90c0a2e02786655e18a157284a412 GIT binary patch literal 166 zcmWHE%1kq2zzZ0GvP?kC(EubE|NqyS0;C!0CNQx0_=YfO8(1=g5H}ea e0}#m&LV~IPfuPP@?+egyB2DMA0oq|_!36-Ue9pwIXDYs-YZhYR_t@2!%u!i^UEig48X8b*czbi<^VAIM~fEAl`W0 z9J&gETc=Ze6uf3Zsl^@RN#a3Pw`X5^E z8MV|K>0;=K<@Q9bq`!o}|1AB_H&I#}$kNMDB$BDApB|#8MlN@8Z zt;B5oAfj>@Yy`Ne98~x#`omJg=c+!AAr|v+!fJ@+5bGfdKvb}D35Xh2E&@@-%4Hzx tSh)~HC5TcGwIGT?RD&o7Q4gXZL`8^_5H+n_6r!s2-^)5xuDl%v&Nt8KfkprT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Saipan b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Saipan new file mode 100644 index 0000000000000000000000000000000000000000..66490d25dff9bcc8f710b0141f1a02e64aeb32f3 GIT binary patch literal 494 zcmWHE%1kq2zzalxvaCQX+5jX@n@@dkL9g?}8}oe(@6CRE_&u9};h(*F&woZahX1h< z9~h?VFfh867BH3bF)*uz7qAyhXJ9{b@dFRXL?YJ1ETB9bbUZH$V(s^K? zWe@;)8$^S=4gw(WgJ@6?fN5YbfM`%qfN5ZGfM`&VfM`&#fM`h2Ff*~BK~`AUv~K|^ PBO!#iK;fioXut&kj?IX8 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Samoa b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Samoa new file mode 100644 index 0000000000000000000000000000000000000000..cb56709a77dedb471150f4907771bf38f1879ba4 GIT binary patch literal 175 zcmWHE%1kq2zzdjwvdlot(EubSvi{~^1d42|U|{(FKmG@ZObuXQ@$n5|2o4Tm2qD3| V|3Hvudx8T*6Ec?zXt<#v7XWnZBuoGR literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tahiti b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tahiti new file mode 100644 index 0000000000000000000000000000000000000000..481edd30580f00eccf69de4f1c332fc048210011 GIT binary patch literal 151 zcmWHE%1kq2zzZ0GvP?kCF(n{$2jl<$#U~gTfMfy#i;r&zgRY?gLkJ0m{09P@265Q{ Kjk7Z}-~s@xxEtgE literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tarawa b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tarawa new file mode 100644 index 0000000000000000000000000000000000000000..47661d40a4188eb39e8d52e5af8ab23ef7f23766 GIT binary patch literal 152 zcmWHE%1kq2zzZ0GvP?kC(EucXoJA%;nqkEO1{NRR5C&~SBZd$X4EYZPb!I|muo}c= M12oP~*U*Ry06;Jjs{jB1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tongatapu b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Tongatapu new file mode 100644 index 0000000000000000000000000000000000000000..c8824ab5434985650f33e12eace1981f8b116207 GIT binary patch literal 358 zcmWHE%1kq2zzW!)qFg{4#1^{bI>+I?-~$2k-|iPIF4tbLV&Mp|D%#;-{rFXYP0%cd z2-)iwBB~TFFfuW-urh%l1H)PekSS{m7+4q>wq0NVnswv>BOfx`$2WvQ+tA3!07x1G zu?a{6BO^ly2`>8&1R&ReXpjp*Mu1!iqCqYN(ID4?X`qWiG|1H;8su^i4RSr0rkW49 NY=Azp(={~a0swh?NpAoE literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Truk b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Truk new file mode 100644 index 0000000000000000000000000000000000000000..7be2474dd91c8a7da181fcda09d838254b890d75 GIT binary patch literal 172 zcmWHE%1kq2zzZ0GvP?kC(EucXoX#IWnxSU_1B;Ju2!pnv0YeC3LqG;F12OM^APCzQ n#Q~y=-Y%KI2$X@C*!h8h1#B)S$lL&5sNq~TKr8HY4Gp*eA?O^n literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wake b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wake new file mode 100644 index 0000000000000000000000000000000000000000..47661d40a4188eb39e8d52e5af8ab23ef7f23766 GIT binary patch literal 152 zcmWHE%1kq2zzZ0GvP?kC(EucXoJA%;nqkEO1{NRR5C&~SBZd$X4EYZPb!I|muo}c= M12oP~*U*Ry06;Jjs{jB1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wallis b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Wallis new file mode 100644 index 0000000000000000000000000000000000000000..47661d40a4188eb39e8d52e5af8ab23ef7f23766 GIT binary patch literal 152 zcmWHE%1kq2zzZ0GvP?kC(EucXoJA%;nqkEO1{NRR5C&~SBZd$X4EYZPb!I|muo}c= M12oP~*U*Ry06;Jjs{jB1 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Yap b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Pacific/Yap new file mode 100644 index 0000000000000000000000000000000000000000..7be2474dd91c8a7da181fcda09d838254b890d75 GIT binary patch literal 172 zcmWHE%1kq2zzZ0GvP?kC(EucXoX#IWnxSU_1B;Ju2!pnv0YeC3LqG;F12OM^APCzQ n#Q~y=-Y%KI2$X@C*!h8h1#B)S$lL&5sNq~TKr8HY4Gp*eA?O^n literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Poland b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Poland new file mode 100644 index 0000000000000000000000000000000000000000..e33cf67171da78aa9e6eb02e50f9b9603da4c3f4 GIT binary patch literal 2654 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 R#`V3u8hC~@@a9#iKLP8OCO-fG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/ROC b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/ROC new file mode 100644 index 0000000000000000000000000000000000000000..24c43444b6751343d2915843d03e55753d4d7359 GIT binary patch literal 761 zcmcK1KPZH89LMqR`FoCmn=A^0GKfqDQI3Jm~qC>H1bDSuWlg({)8fn$xc`;|*J#xO-p(2CBaxpP! zF58!Nv~NpYRXxacS-!d{2uRF3r{YPoI{q3ox6z>79b~EdjZFQpRBayLKICa?-8_d% zwdsFX=^riPejHU9;SufGSur^$GurEfl`F}W{HseO5V!v$N=u5!(73pHy0X6C_!}MZ zH968?Z(pq=&L1)*?CISxxkxS~8Ilc2hvY*NA{mjCNX{>9QY0&q7RiewMlvI*k=#gf zBs-EG$&XBc%z#XR%<-k21epby2AKz$2$>0)3YiO;jM~h`VLD_!WI|*{{KqLhcGr>$ F&nGsEUL61c literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/ROK b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/ROK new file mode 100644 index 0000000000000000000000000000000000000000..96199e73e73aafacd89e48cb2855a96d7a134e1d GIT binary patch literal 617 zcmcK0&npB`0KoA#c14?7Qk#qN;~H)21*|8mE0H7m3)~$w^8n2PbF# z11Bj5<7Z79v(sWdtRCqDe zrQF$~?N;}4SK)_!eU|oa+)Z_Rl=SZWlDaRvd8LVN^{{vxJ~p>l{!C1ko3cUBW6PlY zZdH<#vT}N9J-znH=fe~0${ffUzTkLIj4PT-sxB!bUMdJ9HS;4`<_Paj~Sf_ zk+0|1^BW>A#EK*IS7G01i1zwqZHGN4*)daOrc5!aS7z80<{zH@sRvJ|JfA{9VTh_J zC>#_L3JZmX!b2gVFj1%|Tof`28-*^a=A#fs)r=HM3MYk>!b+h<3SJ5^g_-^%bwazR G2NGX5oeD|- literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Singapore b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Singapore new file mode 100644 index 0000000000000000000000000000000000000000..3d9f191e3acad56fb4f73ab44a74c50cdf91c12e GIT binary patch literal 401 zcmWHE%1kq2zyKUT5fBCe7+awM$Z2bCUA!yZZ^8ktCkdxEKTSA2F`na+NA3r)iSHN~ znV4Bv*;v^b7!qSa8i6DW14B{)$b@tSMjjB!03LxHqFfbG}Fv$4$hA;#J zv9^IZ2pbuINMjIb3B(p4qddfsxoi1W>cn+tCwFzQG!8n)q9G5npxB^W zlfX9UjQz1lkWw?Sy;Wl{wl+p%Xzt~(Txlwuhy)Sx31+oqtLJlsyK^}AbG(Ru z$n*V0cD}s3Ks1ir@TNT&44Q*K-m^cw+vObpD&H7-tK1p(JZcPYoj1R}5j93ePMWt~@fzRs7Mr7$ zF~;q1s`Kr-{q}d+bIzEz*&dHMW{%I4+uzTA;Y{3WGA2iDbL#UldUq2>4_3qGEgZ?&##na?_|mHZXqjn zC(36!Gt{%yGqSSvzN*R^k=2!s+7dr()nxwQtNCTxR~viTS9@c~xAmt!-*YDiec@}D ztZna2S#`%hvYu~m_Zf!|S}*K)*Q(#!W^E5$^hLroRzq5y)mYYJHU6Gw?YNn1cw%D~ zbH~NU#U>>F_dCh^&>bg4dQhJrk-kUh_w{+6Bq1_Zi&WmlG9f}0p5+gI|L@-kZ;Oap z{ZvXwk6kfxBXkhYM% zkj9YCkk8jgA`gGNeBAp_wBE2HbBHbeG zBK;x_BON0xBRwNcBVD`dwvoP(#*xmE){)+k=8^7^_L2UP4M27P*#cw_kWD~#!BuYq zvJb9$BaodywgTA;WHXT6K(+(f4`f4-9YMAP*%M?_kX=Ex1=$x@y)nqnxazGz_6FG; sWOtD5LG}mPAY_M-EkgDP*(79_kZnTt$yIL@{$F+~xkT?+Sx#Z{-_A~E;{X5v literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/UCT b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/UCT new file mode 100644 index 0000000000000000000000000000000000000000..91558be0c2bf903b2364215ba26d5227d6126508 GIT binary patch literal 114 hcmWHE%1kq2AP5+NDp(+@LPMMxLdep^1=MQ51psH$25|rY literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Alaska b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Alaska new file mode 100644 index 0000000000000000000000000000000000000000..9bbb2fd3b361ea8aa4c126d14df5fa370343a63f GIT binary patch literal 2371 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Arizona b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Arizona new file mode 100644 index 0000000000000000000000000000000000000000..ab37e845566aa95659b7b85be0051d0c67a7e53a GIT binary patch literal 360 zcmWHE%1kq2zyPd35fBCeZXgD+1sZ_Fyk%As=I>^2SkNXjVd1Qo4W~PKCY%?)FLS>C z>6#0TQZm1OlnVTQ5y8O1$i&FR41|nK|Nl>W$H4Ia|LO&dEdT${oxs2WX7fPUKE5Fg zzAiu<48-9fKr0v+7{Npc2~PVD1aT}p8$dM3i69!}Ob`unDu@O-7es@c45C5K2Gc;N WgJ_WRK{UteXoAAR`kF+20`>-mlu6hEf5{Ox(! zpYY*bvLC*$qwSZpHU4_p=XccdnN{_Q4^OC-hZAMh8@Eh)*ipTDWT9Epw@^OuS)|ss z*(qyXS!R9Bk7a$)0<+=z4B417#cawSE}y0iG#OdlBr~O>*}Qa^-V!%JWlis@KMU`m zwhn2cxA`?t+e6Fi9Ti+EyZ$+yT~e%emM7z|?=rWE5+&Y@fP1cdx!SW3{@TkgjhGo27n@o~dtkj#sx@jn%iGdehvg z7OC%g#hJUemg@A?~%_MizUE$E+)+%#iRO{niBcmu z*3^uTm0ANsj88;}JlejVsokue)M?yK)%ChB^~%&$^{&;?^-teZ4UXK^kL@|7d^exe z4Oi?|jgqR#KyfK^h(`rRD$Z>DpiMd z@2$eFZHZv&wj0`SXY=)%f$qPBt%+OJ5 zWLVk|^J3IqJ$zQO8qqRckBl3vMtRTFqr*F?(WPT`oL@r~_jRO>_w-QloBZ{-lAqK| z3nOIwH*PZ_sfA3;IBgPQy+zI4XI>7zBCjN@Hj{jgNMiIXljthdNg?SfspuO$wa!d6 zHD|LJszp1r%cwb?eJGAL;LF)i>s=#9%UZ>r`!X-Q@+9j|9JR+{V)B7 z+r8qTLK=p23~3qC zGe_Grq-&10Z9MvhG!E$;(mJGfNb`7f4{0Bd{vi$I(LtnzJbH*Ukw+JiHuC7BqirP8 zNu-rXFOg;<-9*~Sqn}7ad2|$MDUY5aP36&5N847Uua35{NN17OBE3bLi*y%hFVbJ6 z!8|&Qw3tVaktXx#GSX%qeRi~s=Fw@S)jWEQG#lwQ(r%>RNW+niBP~aIjx-(Vx}$A7 zkG?zF#`EaBqisEp-XqONx{tIU=|6G$i3odZx-ZkL2ei1enD;+ ojZ8T|jA`FHM_O7`GsYY!j)s5Swu0|Nb{f`S5q0s<@j4wd?RssI20 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/East-Indiana b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/East-Indiana new file mode 100644 index 0000000000000000000000000000000000000000..a84b6e99671f7305d1c459956e16a4dd772fc60e GIT binary patch literal 1682 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 KM8-r$`~MBRGsCk0 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Hawaii b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Hawaii new file mode 100644 index 0000000000000000000000000000000000000000..c7cd060159bd22fc5e6f10ac5a2089afb2c19c6a GIT binary patch literal 329 zcmWHE%1kq2zyNGO5fBCeb|40^MH+y_ZdPZH-HL?~r#o#=TvGm0a4FH#;%aZP2O|?B zGYcc@|Nl8m3=BXrf`R4#|Edf|4lv0BCI$ZgFHT@!@$n5|@CXKC7a$G?;(!pK!3+$H uP%?xBC;bP4k_QF*Ks3l{U>fK=5Dju7hz2u`M;F)@shsBuOQ}G-e@>#sw*z)AN41=pyIlbszRSuiuW7yYCzS zg7TN9$bS}Lzu{p!?8AGkwjT|z4Kl3Q{bS!aD277*s)Dt+VhU;I9jcL-ndG2HWcZua=+@X$)R7}URgrr?kSOz>8rHc*4{zUZyvHkb^pVYG#GcJEa(jijZ)1gw zsxCD5mlw+D`57k0mmy=GiZc&Pij&w0)703AL5T|)tKx3P>Ib`St8uNj^g~}>Qt<~a z>V%!g)cC3q^6-Y8YC^#cnYio=^GNzxc{H!lJQj0M5+C1S5(BMzQq&@o{X~_@$)2rp z{x~eTlb4&^v)jezooRfZt&_aoH1q8H+w}Cd87hB$wVrV(Rn06e(zCXXQnNF&^mCQ{ zYR?JsCk{y~o}Om9|&SK?(}{10Z{S0eKRhs=Uq-BQ$1Z;Ib+k>`)DH6@F8%fg0Y z^Fsa!U0PSIUYxv3FDffii@mjaNp6-}(z{fbB_^n{Q+c{P+@s3(ChKKaFRPcg`s9_< zL9@InNnYL8WmXh=MQu81R;KsKsudra)iJG7F|*E81bTH<#x7OWaaym5tyOD|9?;bT zOV!$jEqdMgJhi^2Qor7utZGW;>No16)eujJCnPk?e%$S6=w1Kyj{kG$9lyPY-xCae z@~ucPcx1mPEExQ_Ng~|)aQ8X#-*05}Kkw7?{qjt2+IBbSU^Gjh?$RU?;; zTsLyz$dx0Pj$Au(@yOL9m+!RKj}*XZD}a;$sR2?1qzXtGkUAiRKq`Th0;vU345S+9 z%E1fuV74HPiXbIn)C4ICQWc~uNL`$^Fi2&bwls{|AjLtdgOmrU4^kjTg^&_4YJ?Pt zQ6;2Ij5;BOVpIw#6{A*8TP&nnNV$-DAq7J!hLns^Go)yYsv%`#)D0;dqjFALI;3_; z@sR2{ZTT4WbJ_wjD(JK&WYiETB2q=9j7S}kLL!w!N{Q4GDJD`)r!6N^Pp2&?qoPh* zQbtXYqB5$Al$B9eq_B+2BBe!Yixd~BE>d2kzD`?Uq{2>HVx-1STV$llNSPURMheZS zG*W6tt&w6gs*RMJQE#U$I8t$^Ejdzir!6{Cb)@V_-I2m0l}AdC|IgY-**^zU?Vp9@ U{3lbUq@*V2r=_K&rKCpv4RumfXaE2J literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Michigan b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Michigan new file mode 100644 index 0000000000000000000000000000000000000000..e104faa46545ee873295cde34e1d46bccad8647c GIT binary patch literal 2230 zcmdtie@xV60LSq!L|_Lbm=r2fLCOx{_|+-mRT!}A)DzRg6ipuuyq!=ysokIqYk{WA zS<_*z#xkvuu92E8S1~nbZmmpNML&j5ZL!v(9-}{6S6t8gS^xD{|Fxdm^So~N*ZuQ( zhZ-Xr%AJ3lWb+G`v)f$0XLrAsx9WgzpY!3<=_tm4^cV&BhG ze+*UWKQByI$<q#B=s2d`FJ$YrJ$_lvkjdRn~P3}~ko#z%)CXDK-iK$}hFD^Oln^BQ-=|?&J z%teuV>|=TJ!DHf{qvW&*>Qpo>MckUeyJKn^nR1`_k=dQ10PZ zWZ@5U)U1IWvS=_QihCo{b7HnA>0BsF_hyT-a9Edb`dw7`1N!!*Ukh)+EIqq?K+H)= z*Ok-0RFxw?>$$OaRn_@Rdfr#P%GdvsyyKlG)SY`ik$1hYURAdpm-D-}iM#9f$(p8h zqP8R|>uPI6-B_RY7q3dJLRI!szq>Xi(LFxo~U0PluLS& z#J#=}x%80{u`DN3h8ix2P;5*t_Z|_;zniF6c$Zq;byD9y z(5lun?bmC27b_8bQ?A?5BGwo8$Opnf(UjgUoBbuCd9+c63o=FcBcF^UkBP|ZxpL#k zr=q2&O1ECTsveBy=!g0TRa?WjmU~XBhrLQ~YTK_iXPwns>O0hy@hdV~*(0LEXJmVJ zyJ#OcBs+d<6p!|H%g2U%VryquKK^#D=v)(!+n#qsLgF<^iP!!|KJobR8IBW=AAQM5 zipNjA;Y^6fKRBI`X5S3^PF@rYIW@~dP966?bC;M~8)67f!ryP`UyLSh4#PplgA526 zk<|o&EM#2B!1ybS3>li$j13taGCHdn9x^^;fXE1uAtGZ$28oOk874AL zWT41Mk)a}EMFxwE78$P9j29U&GGb)N$e58qBcn!!jf@)^I5Ki%=*ZZS!CTGfk>Oj- z_>ll05kNwK!~h8b5(Oj-NF0zrAdx^qfy4p{1`-V<999z#Bp^sckdPoTL4txr1qllh z7bGx9WRTDxu|a}kHPJ!BV>R(X0%SE2LPCVZ2niArB_vEpoRB~vkwQX+#0m+P)kF&k zm(|1z37FMH3<(($GbCt8)R3?taYF)!L=FiZ5<4V#Nc52KSxx+q09s81kq}x<43Qur zQAEOs#1RQ35=kVKNGy?HBGE*`X*Kag0%|o8MM7#dF-3xkL=_1u5?3U!NM!MU8(NpC Xu-DYLC|Kbs_mma|%gQ`uo>JFeUM!I( literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Mountain b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/US/Mountain new file mode 100644 index 0000000000000000000000000000000000000000..abb2b974a47eb3e5c8b4f5d4370baf4898b239ab GIT binary patch literal 2460 zcmd_rdrZ}39LMnoL@p;TPbG$MG}96x?n(lgkwJubg764OBa8ys(F(kD(n5R+lJQ65 zSutjr1WH~QMdSAS4@>il|dYpCceyr}y+_NfosBlYmy z-y4T(;>4A7pB|gvDgKD@=&RvAadqq|IsUyzOq{EflON;>|FK*dc+)Aw&IB3M<`=#&Rw74~Abj*ur*#DPQ7F}g=xcd=JTo~(ju;Je_r0OwNBjVt(DVO6^Yp5`{eZ8Bym&Hd>J>VP|b*N$oSwy760ozo$zIZ zat?>QJ-E0;m-~X%3TLWzul!oMCt`F(_9<2IO^Wo)`bv0)qU9?8kXYR}Djyoz zFREIH<->#RqPq5|T+_W?JmNZ|Yueh>qp64WWA$ED8`Y`nib_=7WuLB3OjY%#J=z-< zqr3<5^tx|P0f#S^|<`Q*V-(NK{f8#{)@hU`hXvEiuL6njB#F6|PV{o~q~ zb6ELCKG$2~I@OlJ<9h3uPd(G!tDimRQBBP)dfTx))m&Ytx9@bSDM7)1{e?{Z`^&W# z{{;hq-JL=N0&n*Og_!SJgkSqKZzAn`x!mOzt^)I{Fi)j<%G_p4BFOyNPxrrAVZdB< zNMt{qHictki0jimVk`tktX*SuV0(WWmUat!Bx{nvq2#t46zQzOZi2 zEF4%l$I_9tBa25?k1QWqztt1~sesj#0I2~|1f&WaWkBk{Q3#|G9Hl^N!BGsP8XV<7 z>cLSEq#{U3keXOcQIM)2WkKqK6b7jbQW~T-NO6$raFhqB4@ZHJ3Rz8wkQ!M{k&r5J zlnJR5QYfTSNU4xoA;m(fg_H}a7g8{!Vo1r5npsWJkg9Q%4XGPP;gHI4ln$vKNAZyA zA>~8rhZGR0pw*NRsiD;r5viiplo6>TMZsV+x(k@_M9MkQ+;Br0!Nzc%<@3>5>(` Zg+=D)A;q;IEh{Y}#g&F=wxQ~5U^jKPK2)7+zNF6YzNT6a)vF7Y$JE8@3vy}Mes#Ixu(Yi?AXf@MmaB8$ zkw4O3l|RQmC)b9QNc*5|>U#HCa-(y(y3ziuzS)weZXM0le|?jpy!+hR_kOf;ZHdx; zFLYJ@E4%0p%LYln{7BO=BUn0(3o?Q6=Ou9c1QVpbm!O?r>flSeq)St^>3XbAh16D> zZl6}G?mIrx>a|LB$2!qHRu!o`3zqAi*)vsWsz>)4IYRZ08m`0oWy)PaVLIGDNy6KP znY&N*mWcXZrq6-v(sy^exo7JM(ItcRz0Z6h{jx%I|3$~ufTWB1zR91ffuTR@$ml8+ z>1{Pp!DT9{@dp!qc7YmPv)jZpluB&X1{1euo(w5{!o+VFFA4dt=)|G{GSpqHhh=t> zq{u8iJh4Sa1Sad`h>j}xOt>C-^NbpG=$0OR;#)OlSD3kf{|D-UiW_F^8|&4Bg(uCp z@*Ofhy~a#f_>xQeP_MDs|6hJ-Kz7n)2ozGxf+KNn5?q zO#5W2q|aGlrf-Uqj4|0}Mv0Qlh|$I~vrRm=`k1VwpCs$_C_St1Wi{*T2%YV1P_wst z^}~&O)tvGs{YcGbm9y}mo?Ep_%}Z-E^Ve>a1+lf}(fk#%Fl3v_b!SU%Yq`mf94+~E zd8Qz+j}+`oF^igg^4O+az4&m1T2kWHk5_wDVOEr0TG6DI4ez3t7amkap{=?&eY-05 z1(}lMS}AEfXI6%7la)1fW>tH+JXuw3o;sQ*t4k}*)B94SG^fa{*%B=s{rvs>I|SJ4 zzxMO_DhIk;KHpp77vS?%l({-P?_Hf+-TpE)&EuLr(Vk3u95$qX#Y3uxl+V%D4=JFdtsqiDq=rZlkt!l(MCynX z5~(CoN~D%ZF_CH_3U!RgtnHbwvt`R2C^MQd^|BNOh6&BK1WI z>}V^Dl-SYM7%4JRWu(kVosmK#l}1X9)EX%^Qf;K%NWGDQBNazV?r3X{6dkELQg)>7 zNa2ynBc(@bj}#xNK2m<9{>TD2+7&>Sz|pP&vIvfL6_8~>)&W@vWF?TLK-L0T3}iKs zci zkVSH|tAs3*qg^Ltp^%kAmI_%bWU-LdLY50zFJ!@x6+@QH(XJV?XpVN(kY#hU>xL{G pvU14MA!~;$9Y|s6YLnFvfkYNAS_B#d(ZT{b1Q9Ad&UZz$TD9&D_x_Go1;Ov{Z)$BR5`SH5 z^c!xj-TLO770{2~!?v;O6<<2~a%X1yzByZObnc(+f7>=aAe@1L@*#I{^@&i>RWve~ zaC~IY6&@P4`5GPslaD0WhbPu1O}P_eCL0pxR)vy2#ZM$pdfe;AuS}$j_ABe{Zk2lN zys}+9t=6AwR%vZ}Rryb@XbY;rQULoBr(Q-$pRqgamOV6<%%A5I8 z`aJJdRpcF6o$*Xn&%97I;XzgN`j*=Dp-a`?y`<{KZ_4`1CzZc0^@tH379J565g8R7 z6CJf8Dth5#iCy-ITe<9u<=^=89B&aK!>RufJR^iCykNxW^I6W7Jw}`mWo|?Nw{jgK zVewqmU?dA+O%tiVzt43T>5K2n+)F>t@7C4(MLl<;zP&sez51>dd5#j{^ZE6yUz(S} z(^$BcUYI8#{QuC`Pkrrs7#c%5Ls~<6Gu6!@-68EE{h8_pkq%9Di%5^Ax=ExQ2}lS|=CGqR@SZkmy@R=FhPl3bEo@|DYCF2B*t=r|vSjhJuA z<+S8}8-WQdUe9+}kHOJCwpX4q z>K(p$E~{@|yV}){+1F>?-$+v2p1rV-iCo;>50p3*wc zz9e?Ip6c#uTiPMTOmn=ar{zVOE3=lH8Oz++$0V_2Xgr=JCY9+!H?0xhFoGqMz)($NV91gL$g? zaqUNsUE1j?>$Ec^Q?)Zs=4v@Nr)p<&KGx1<4bskU>8@Q^n_yf_8Esse9c|=J?q*z$ z`_Q=3ueotGw4U)(8&~6+kCSn|W`U9C>Y?2zT~)jBw6u2f*6-S_vv;(g4_?%6e|J>7 zleR;rT;49L1)8w=r_xF)Nr!#tNTdfafK)&-=T|<{~*A4 za95U^d z9;~)kzM5>Wa&or4>h39a*KMn8Zs~@t+QM13>WNa+82_ozV&X*2Uj0R_;4tCd(qFvg z*+kTKt0Ufasx0a_`pG(v8p*oXYDrhIqKSy?~fkn|e0O?pSI zlno+sgiqXh(a?9RXcRh6G_JNtH1UZSO$sK7X0CH&vkQGi^QU8Ei|u~my>sER<+4cW zyS0UUe`;&lD#=ZL5bZ8oCo~sr0vx4Zl&ff4J5T!i6^H=GEZNTel4y7Lx(IaGDFU+( zh>xx=5kVPgBKUBo44IiI+NUSW4zaPKW8xIqsoQiJ8Z$t4ZW<%Qg4@Y1mDtD+oZUJ>!mk7fL^J!0(L964_FGVw|FRyltD zE;%7%k(@X-RZf~YN!s2hQuO7QL$TL>IjToWdyJNh|2!jE^8QEoI zn~{A+HX7M!WUGIkzKb`+m7tJrP_F8=PlLN zBYSVDHXqr2OSS#T{#&XBARRzjfb;-q0@4Mf4VJ18NF$I=Agw@pfiwf@2GS0sA4o%x zjvy^TdV(|s=?c;oq%W4LF-T{S)*!t>nuBx)X%EsLq(MlBkQO05LYjnh32773C!|r9 zs#8d-_-{t9cxV<6-QuBLNWYMVAss_nhV%?+8qzhSZI-HUNaK*sA+1At$3ydY=pGO4 zL;8m_5a}S&LZpXC6Ok?=ZAAKLsTzrN5@{vUOQe}dH<5NC{X`mybQEbR(o>|VNLP`z zB7L<~jYT?ZsalKl7HKZhU8KE8e~|_w9Y$J=^cZO}(q*L0NS~2LBb~NXtwwrnshW*+ z8)-MvZ=~T!$B~vJJx7|3bRB6s(s!isNarn8>yh4Ds^%lzN7|3{AGraLI{>)_kb3~R z36Q%0xebu}0J#y6I{~>BkbA*W-3-XxfZPtq{eavM$Q^;)639J)+!V-Nf!r3zeSzE< z$en@Q8pyq2scsJB?yyw12XcQPHwbcvAh!r|k03V*{(qOKTjW2uOG>FD#+z%#Go)et R#`V3u8hC~@@a9#iKLP8OCO-fG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Zulu b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/Zulu new file mode 100644 index 0000000000000000000000000000000000000000..91558be0c2bf903b2364215ba26d5227d6126508 GIT binary patch literal 114 hcmWHE%1kq2AP5+NDp(+@LPMMxLdep^1=MQ51psH$25|rY literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/iso3166.tab b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/iso3166.tab new file mode 100644 index 0000000..402c015 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/iso3166.tab @@ -0,0 +1,279 @@ +# ISO 3166 alpha-2 country codes +# +# This file is in the public domain, so clarified as of +# 2009-05-17 by Arthur David Olson. +# +# From Paul Eggert (2023-09-06): +# This file contains a table of two-letter country codes. Columns are +# separated by a single tab. Lines beginning with '#' are comments. +# All text uses UTF-8 encoding. The columns of the table are as follows: +# +# 1. ISO 3166-1 alpha-2 country code, current as of +# ISO/TC 46 N1108 (2023-04-05). See: ISO/TC 46 Documents +# https://www.iso.org/committee/48750.html?view=documents +# 2. The usual English name for the coded region. This sometimes +# departs from ISO-listed names, sometimes so that sorted subsets +# of names are useful (e.g., "Samoa (American)" and "Samoa +# (western)" rather than "American Samoa" and "Samoa"), +# sometimes to avoid confusion among non-experts (e.g., +# "Czech Republic" and "Turkey" rather than "Czechia" and "Türkiye"), +# and sometimes to omit needless detail or churn (e.g., "Netherlands" +# rather than "Netherlands (the)" or "Netherlands (Kingdom of the)"). +# +# The table is sorted by country code. +# +# This table is intended as an aid for users, to help them select time +# zone data appropriate for their practical needs. It is not intended +# to take or endorse any position on legal or territorial claims. +# +#country- +#code name of country, territory, area, or subdivision +AD Andorra +AE United Arab Emirates +AF Afghanistan +AG Antigua & Barbuda +AI Anguilla +AL Albania +AM Armenia +AO Angola +AQ Antarctica +AR Argentina +AS Samoa (American) +AT Austria +AU Australia +AW Aruba +AX Åland Islands +AZ Azerbaijan +BA Bosnia & Herzegovina +BB Barbados +BD Bangladesh +BE Belgium +BF Burkina Faso +BG Bulgaria +BH Bahrain +BI Burundi +BJ Benin +BL St Barthelemy +BM Bermuda +BN Brunei +BO Bolivia +BQ Caribbean NL +BR Brazil +BS Bahamas +BT Bhutan +BV Bouvet Island +BW Botswana +BY Belarus +BZ Belize +CA Canada +CC Cocos (Keeling) Islands +CD Congo (Dem. Rep.) +CF Central African Rep. +CG Congo (Rep.) +CH Switzerland +CI Côte d'Ivoire +CK Cook Islands +CL Chile +CM Cameroon +CN China +CO Colombia +CR Costa Rica +CU Cuba +CV Cape Verde +CW Curaçao +CX Christmas Island +CY Cyprus +CZ Czech Republic +DE Germany +DJ Djibouti +DK Denmark +DM Dominica +DO Dominican Republic +DZ Algeria +EC Ecuador +EE Estonia +EG Egypt +EH Western Sahara +ER Eritrea +ES Spain +ET Ethiopia +FI Finland +FJ Fiji +FK Falkland Islands +FM Micronesia +FO Faroe Islands +FR France +GA Gabon +GB Britain (UK) +GD Grenada +GE Georgia +GF French Guiana +GG Guernsey +GH Ghana +GI Gibraltar +GL Greenland +GM Gambia +GN Guinea +GP Guadeloupe +GQ Equatorial Guinea +GR Greece +GS South Georgia & the South Sandwich Islands +GT Guatemala +GU Guam +GW Guinea-Bissau +GY Guyana +HK Hong Kong +HM Heard Island & McDonald Islands +HN Honduras +HR Croatia +HT Haiti +HU Hungary +ID Indonesia +IE Ireland +IL Israel +IM Isle of Man +IN India +IO British Indian Ocean Territory +IQ Iraq +IR Iran +IS Iceland +IT Italy +JE Jersey +JM Jamaica +JO Jordan +JP Japan +KE Kenya +KG Kyrgyzstan +KH Cambodia +KI Kiribati +KM Comoros +KN St Kitts & Nevis +KP Korea (North) +KR Korea (South) +KW Kuwait +KY Cayman Islands +KZ Kazakhstan +LA Laos +LB Lebanon +LC St Lucia +LI Liechtenstein +LK Sri Lanka +LR Liberia +LS Lesotho +LT Lithuania +LU Luxembourg +LV Latvia +LY Libya +MA Morocco +MC Monaco +MD Moldova +ME Montenegro +MF St Martin (French) +MG Madagascar +MH Marshall Islands +MK North Macedonia +ML Mali +MM Myanmar (Burma) +MN Mongolia +MO Macau +MP Northern Mariana Islands +MQ Martinique +MR Mauritania +MS Montserrat +MT Malta +MU Mauritius +MV Maldives +MW Malawi +MX Mexico +MY Malaysia +MZ Mozambique +NA Namibia +NC New Caledonia +NE Niger +NF Norfolk Island +NG Nigeria +NI Nicaragua +NL Netherlands +NO Norway +NP Nepal +NR Nauru +NU Niue +NZ New Zealand +OM Oman +PA Panama +PE Peru +PF French Polynesia +PG Papua New Guinea +PH Philippines +PK Pakistan +PL Poland +PM St Pierre & Miquelon +PN Pitcairn +PR Puerto Rico +PS Palestine +PT Portugal +PW Palau +PY Paraguay +QA Qatar +RE Réunion +RO Romania +RS Serbia +RU Russia +RW Rwanda +SA Saudi Arabia +SB Solomon Islands +SC Seychelles +SD Sudan +SE Sweden +SG Singapore +SH St Helena +SI Slovenia +SJ Svalbard & Jan Mayen +SK Slovakia +SL Sierra Leone +SM San Marino +SN Senegal +SO Somalia +SR Suriname +SS South Sudan +ST Sao Tome & Principe +SV El Salvador +SX St Maarten (Dutch) +SY Syria +SZ Eswatini (Swaziland) +TC Turks & Caicos Is +TD Chad +TF French S. Terr. +TG Togo +TH Thailand +TJ Tajikistan +TK Tokelau +TL East Timor +TM Turkmenistan +TN Tunisia +TO Tonga +TR Turkey +TT Trinidad & Tobago +TV Tuvalu +TW Taiwan +TZ Tanzania +UA Ukraine +UG Uganda +UM US minor outlying islands +US United States +UY Uruguay +UZ Uzbekistan +VA Vatican City +VC St Vincent +VE Venezuela +VG Virgin Islands (UK) +VI Virgin Islands (US) +VN Vietnam +VU Vanuatu +WF Wallis & Futuna +WS Samoa (western) +YE Yemen +YT Mayotte +ZA South Africa +ZM Zambia +ZW Zimbabwe diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/leapseconds b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/leapseconds new file mode 100644 index 0000000..76f7714 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/leapseconds @@ -0,0 +1,79 @@ +# Allowance for leap seconds added to each time zone file. + +# This file is in the public domain. + +# This file is generated automatically from the data in the public-domain +# NIST/IERS format leap-seconds.list file, which can be copied from +# +# or, in a variant with different comments, from +# . +# For more about leap-seconds.list, please see +# The NTP Timescale and Leap Seconds +# . + +# The rules for leap seconds are specified in Annex 1 (Time scales) of: +# Standard-frequency and time-signal emissions. +# International Telecommunication Union - Radiocommunication Sector +# (ITU-R) Recommendation TF.460-6 (02/2002) +# . +# The International Earth Rotation and Reference Systems Service (IERS) +# periodically uses leap seconds to keep UTC to within 0.9 s of UT1 +# (a proxy for Earth's angle in space as measured by astronomers) +# and publishes leap second data in a copyrighted file +# . +# See: Levine J. Coordinated Universal Time and the leap second. +# URSI Radio Sci Bull. 2016;89(4):30-6. doi:10.23919/URSIRSB.2016.7909995 +# . + +# There were no leap seconds before 1972, as no official mechanism +# accounted for the discrepancy between atomic time (TAI) and the earth's +# rotation. The first ("1 Jan 1972") data line in leap-seconds.list +# does not denote a leap second; it denotes the start of the current definition +# of UTC. + +# All leap-seconds are Stationary (S) at the given UTC time. +# The correction (+ or -) is made at the given time, so in the unlikely +# event of a negative leap second, a line would look like this: +# Leap YEAR MON DAY 23:59:59 - S +# Typical lines look like this: +# Leap YEAR MON DAY 23:59:60 + S +Leap 1972 Jun 30 23:59:60 + S +Leap 1972 Dec 31 23:59:60 + S +Leap 1973 Dec 31 23:59:60 + S +Leap 1974 Dec 31 23:59:60 + S +Leap 1975 Dec 31 23:59:60 + S +Leap 1976 Dec 31 23:59:60 + S +Leap 1977 Dec 31 23:59:60 + S +Leap 1978 Dec 31 23:59:60 + S +Leap 1979 Dec 31 23:59:60 + S +Leap 1981 Jun 30 23:59:60 + S +Leap 1982 Jun 30 23:59:60 + S +Leap 1983 Jun 30 23:59:60 + S +Leap 1985 Jun 30 23:59:60 + S +Leap 1987 Dec 31 23:59:60 + S +Leap 1989 Dec 31 23:59:60 + S +Leap 1990 Dec 31 23:59:60 + S +Leap 1992 Jun 30 23:59:60 + S +Leap 1993 Jun 30 23:59:60 + S +Leap 1994 Jun 30 23:59:60 + S +Leap 1995 Dec 31 23:59:60 + S +Leap 1997 Jun 30 23:59:60 + S +Leap 1998 Dec 31 23:59:60 + S +Leap 2005 Dec 31 23:59:60 + S +Leap 2008 Dec 31 23:59:60 + S +Leap 2012 Jun 30 23:59:60 + S +Leap 2015 Jun 30 23:59:60 + S +Leap 2016 Dec 31 23:59:60 + S + +# UTC timestamp when this leap second list expires. +# Any additional leap seconds will come after this. +# This Expires line is commented out for now, +# so that pre-2020a zic implementations do not reject this file. +#Expires 2025 Dec 28 00:00:00 + +# POSIX timestamps for the data in this file: +#updated 1736208000 (2025-01-07 00:00:00 UTC) +#expires 1766880000 (2025-12-28 00:00:00 UTC) + +# Updated through IERS Bulletin C (https://hpiers.obspm.fr/iers/bul/bulc/bulletinc.dat) +# File expires on 28 December 2025 diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/tzdata.zi b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/tzdata.zi new file mode 100644 index 0000000..0bcae52 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/tzdata.zi @@ -0,0 +1,4300 @@ +# version unknown +# This zic input file is in the public domain. +R d 1916 o - Jun 14 23s 1 S +R d 1916 1919 - O Su>=1 23s 0 - +R d 1917 o - Mar 24 23s 1 S +R d 1918 o - Mar 9 23s 1 S +R d 1919 o - Mar 1 23s 1 S +R d 1920 o - F 14 23s 1 S +R d 1920 o - O 23 23s 0 - +R d 1921 o - Mar 14 23s 1 S +R d 1921 o - Jun 21 23s 0 - +R d 1939 o - S 11 23s 1 S +R d 1939 o - N 19 1 0 - +R d 1944 1945 - Ap M>=1 2 1 S +R d 1944 o - O 8 2 0 - +R d 1945 o - S 16 1 0 - +R d 1971 o - Ap 25 23s 1 S +R d 1971 o - S 26 23s 0 - +R d 1977 o - May 6 0 1 S +R d 1977 o - O 21 0 0 - +R d 1978 o - Mar 24 1 1 S +R d 1978 o - S 22 3 0 - +R d 1980 o - Ap 25 0 1 S +R d 1980 o - O 31 2 0 - +R K 1940 o - Jul 15 0 1 S +R K 1940 o - O 1 0 0 - +R K 1941 o - Ap 15 0 1 S +R K 1941 o - S 16 0 0 - +R K 1942 1944 - Ap 1 0 1 S +R K 1942 o - O 27 0 0 - +R K 1943 1945 - N 1 0 0 - +R K 1945 o - Ap 16 0 1 S +R K 1957 o - May 10 0 1 S +R K 1957 1958 - O 1 0 0 - +R K 1958 o - May 1 0 1 S +R K 1959 1981 - May 1 1 1 S +R K 1959 1965 - S 30 3 0 - +R K 1966 1994 - O 1 3 0 - +R K 1982 o - Jul 25 1 1 S +R K 1983 o - Jul 12 1 1 S +R K 1984 1988 - May 1 1 1 S +R K 1989 o - May 6 1 1 S +R K 1990 1994 - May 1 1 1 S +R K 1995 2010 - Ap lastF 0s 1 S +R K 1995 2005 - S lastTh 24 0 - +R K 2006 o - S 21 24 0 - +R K 2007 o - S Th>=1 24 0 - +R K 2008 o - Au lastTh 24 0 - +R K 2009 o - Au 20 24 0 - +R K 2010 o - Au 10 24 0 - +R K 2010 o - S 9 24 1 S +R K 2010 o - S lastTh 24 0 - +R K 2014 o - May 15 24 1 S +R K 2014 o - Jun 26 24 0 - +R K 2014 o - Jul 31 24 1 S +R K 2014 o - S lastTh 24 0 - +R K 2023 ma - Ap lastF 0 1 S +R K 2023 ma - O lastTh 24 0 - +R L 1951 o - O 14 2 1 S +R L 1952 o - Ja 1 0 0 - +R L 1953 o - O 9 2 1 S +R L 1954 o - Ja 1 0 0 - +R L 1955 o - S 30 0 1 S +R L 1956 o - Ja 1 0 0 - +R L 1982 1984 - Ap 1 0 1 S +R L 1982 1985 - O 1 0 0 - +R L 1985 o - Ap 6 0 1 S +R L 1986 o - Ap 4 0 1 S +R L 1986 o - O 3 0 0 - +R L 1987 1989 - Ap 1 0 1 S +R L 1987 1989 - O 1 0 0 - +R L 1997 o - Ap 4 0 1 S +R L 1997 o - O 4 0 0 - +R L 2013 o - Mar lastF 1 1 S +R L 2013 o - O lastF 2 0 - +R MU 1982 o - O 10 0 1 - +R MU 1983 o - Mar 21 0 0 - +R MU 2008 o - O lastSu 2 1 - +R MU 2009 o - Mar lastSu 2 0 - +R M 1939 o - S 12 0 1 - +R M 1939 o - N 19 0 0 - +R M 1940 o - F 25 0 1 - +R M 1945 o - N 18 0 0 - +R M 1950 o - Jun 11 0 1 - +R M 1950 o - O 29 0 0 - +R M 1967 o - Jun 3 12 1 - +R M 1967 o - O 1 0 0 - +R M 1974 o - Jun 24 0 1 - +R M 1974 o - S 1 0 0 - +R M 1976 1977 - May 1 0 1 - +R M 1976 o - Au 1 0 0 - +R M 1977 o - S 28 0 0 - +R M 1978 o - Jun 1 0 1 - +R M 1978 o - Au 4 0 0 - +R M 2008 o - Jun 1 0 1 - +R M 2008 o - S 1 0 0 - +R M 2009 o - Jun 1 0 1 - +R M 2009 o - Au 21 0 0 - +R M 2010 o - May 2 0 1 - +R M 2010 o - Au 8 0 0 - +R M 2011 o - Ap 3 0 1 - +R M 2011 o - Jul 31 0 0 - +R M 2012 2013 - Ap lastSu 2 1 - +R M 2012 o - Jul 20 3 0 - +R M 2012 o - Au 20 2 1 - +R M 2012 o - S 30 3 0 - +R M 2013 o - Jul 7 3 0 - +R M 2013 o - Au 10 2 1 - +R M 2013 2018 - O lastSu 3 0 - +R M 2014 2018 - Mar lastSu 2 1 - +R M 2014 o - Jun 28 3 0 - +R M 2014 o - Au 2 2 1 - +R M 2015 o - Jun 14 3 0 - +R M 2015 o - Jul 19 2 1 - +R M 2016 o - Jun 5 3 0 - +R M 2016 o - Jul 10 2 1 - +R M 2017 o - May 21 3 0 - +R M 2017 o - Jul 2 2 1 - +R M 2018 o - May 13 3 0 - +R M 2018 o - Jun 17 2 1 - +R M 2019 o - May 5 3 -1 - +R M 2019 o - Jun 9 2 0 - +R M 2020 o - Ap 19 3 -1 - +R M 2020 o - May 31 2 0 - +R M 2021 o - Ap 11 3 -1 - +R M 2021 o - May 16 2 0 - +R M 2022 o - Mar 27 3 -1 - +R M 2022 o - May 8 2 0 - +R M 2023 o - Mar 19 3 -1 - +R M 2023 o - Ap 23 2 0 - +R M 2024 o - Mar 10 3 -1 - +R M 2024 o - Ap 14 2 0 - +R M 2025 o - F 23 3 -1 - +R M 2025 o - Ap 6 2 0 - +R M 2026 o - F 15 3 -1 - +R M 2026 o - Mar 22 2 0 - +R M 2027 o - F 7 3 -1 - +R M 2027 o - Mar 14 2 0 - +R M 2028 o - Ja 23 3 -1 - +R M 2028 o - Mar 5 2 0 - +R M 2029 o - Ja 14 3 -1 - +R M 2029 o - F 18 2 0 - +R M 2029 o - D 30 3 -1 - +R M 2030 o - F 10 2 0 - +R M 2030 o - D 22 3 -1 - +R M 2031 o - Ja 26 2 0 - +R M 2031 o - D 14 3 -1 - +R M 2032 o - Ja 18 2 0 - +R M 2032 o - N 28 3 -1 - +R M 2033 o - Ja 9 2 0 - +R M 2033 o - N 20 3 -1 - +R M 2033 o - D 25 2 0 - +R M 2034 o - N 5 3 -1 - +R M 2034 o - D 17 2 0 - +R M 2035 o - O 28 3 -1 - +R M 2035 o - D 9 2 0 - +R M 2036 o - O 19 3 -1 - +R M 2036 o - N 23 2 0 - +R M 2037 o - O 4 3 -1 - +R M 2037 o - N 15 2 0 - +R M 2038 o - S 26 3 -1 - +R M 2038 o - O 31 2 0 - +R M 2039 o - S 18 3 -1 - +R M 2039 o - O 23 2 0 - +R M 2040 o - S 2 3 -1 - +R M 2040 o - O 14 2 0 - +R M 2041 o - Au 25 3 -1 - +R M 2041 o - S 29 2 0 - +R M 2042 o - Au 10 3 -1 - +R M 2042 o - S 21 2 0 - +R M 2043 o - Au 2 3 -1 - +R M 2043 o - S 13 2 0 - +R M 2044 o - Jul 24 3 -1 - +R M 2044 o - Au 28 2 0 - +R M 2045 o - Jul 9 3 -1 - +R M 2045 o - Au 20 2 0 - +R M 2046 o - Jul 1 3 -1 - +R M 2046 o - Au 5 2 0 - +R M 2047 o - Jun 23 3 -1 - +R M 2047 o - Jul 28 2 0 - +R M 2048 o - Jun 7 3 -1 - +R M 2048 o - Jul 19 2 0 - +R M 2049 o - May 30 3 -1 - +R M 2049 o - Jul 4 2 0 - +R M 2050 o - May 15 3 -1 - +R M 2050 o - Jun 26 2 0 - +R M 2051 o - May 7 3 -1 - +R M 2051 o - Jun 18 2 0 - +R M 2052 o - Ap 28 3 -1 - +R M 2052 o - Jun 2 2 0 - +R M 2053 o - Ap 13 3 -1 - +R M 2053 o - May 25 2 0 - +R M 2054 o - Ap 5 3 -1 - +R M 2054 o - May 10 2 0 - +R M 2055 o - Mar 28 3 -1 - +R M 2055 o - May 2 2 0 - +R M 2056 o - Mar 12 3 -1 - +R M 2056 o - Ap 23 2 0 - +R M 2057 o - Mar 4 3 -1 - +R M 2057 o - Ap 8 2 0 - +R M 2058 o - F 17 3 -1 - +R M 2058 o - Mar 31 2 0 - +R M 2059 o - F 9 3 -1 - +R M 2059 o - Mar 23 2 0 - +R M 2060 o - F 1 3 -1 - +R M 2060 o - Mar 7 2 0 - +R M 2061 o - Ja 16 3 -1 - +R M 2061 o - F 27 2 0 - +R M 2062 o - Ja 8 3 -1 - +R M 2062 o - F 12 2 0 - +R M 2062 o - D 31 3 -1 - +R M 2063 o - F 4 2 0 - +R M 2063 o - D 16 3 -1 - +R M 2064 o - Ja 27 2 0 - +R M 2064 o - D 7 3 -1 - +R M 2065 o - Ja 11 2 0 - +R M 2065 o - N 22 3 -1 - +R M 2066 o - Ja 3 2 0 - +R M 2066 o - N 14 3 -1 - +R M 2066 o - D 26 2 0 - +R M 2067 o - N 6 3 -1 - +R M 2067 o - D 11 2 0 - +R M 2068 o - O 21 3 -1 - +R M 2068 o - D 2 2 0 - +R M 2069 o - O 13 3 -1 - +R M 2069 o - N 17 2 0 - +R M 2070 o - O 5 3 -1 - +R M 2070 o - N 9 2 0 - +R M 2071 o - S 20 3 -1 - +R M 2071 o - N 1 2 0 - +R M 2072 o - S 11 3 -1 - +R M 2072 o - O 16 2 0 - +R M 2073 o - Au 27 3 -1 - +R M 2073 o - O 8 2 0 - +R M 2074 o - Au 19 3 -1 - +R M 2074 o - S 30 2 0 - +R M 2075 o - Au 11 3 -1 - +R M 2075 o - S 15 2 0 - +R M 2076 o - Jul 26 3 -1 - +R M 2076 o - S 6 2 0 - +R M 2077 o - Jul 18 3 -1 - +R M 2077 o - Au 22 2 0 - +R M 2078 o - Jul 10 3 -1 - +R M 2078 o - Au 14 2 0 - +R M 2079 o - Jun 25 3 -1 - +R M 2079 o - Au 6 2 0 - +R M 2080 o - Jun 16 3 -1 - +R M 2080 o - Jul 21 2 0 - +R M 2081 o - Jun 1 3 -1 - +R M 2081 o - Jul 13 2 0 - +R M 2082 o - May 24 3 -1 - +R M 2082 o - Jun 28 2 0 - +R M 2083 o - May 16 3 -1 - +R M 2083 o - Jun 20 2 0 - +R M 2084 o - Ap 30 3 -1 - +R M 2084 o - Jun 11 2 0 - +R M 2085 o - Ap 22 3 -1 - +R M 2085 o - May 27 2 0 - +R M 2086 o - Ap 14 3 -1 - +R M 2086 o - May 19 2 0 - +R M 2087 o - Mar 30 3 -1 - +R M 2087 o - May 11 2 0 - +R NA 1994 o - Mar 21 0 -1 WAT +R NA 1994 2017 - S Su>=1 2 0 CAT +R NA 1995 2017 - Ap Su>=1 2 -1 WAT +R SA 1942 1943 - S Su>=15 2 1 - +R SA 1943 1944 - Mar Su>=15 2 0 - +R SD 1970 o - May 1 0 1 S +R SD 1970 1985 - O 15 0 0 - +R SD 1971 o - Ap 30 0 1 S +R SD 1972 1985 - Ap lastSu 0 1 S +R n 1939 o - Ap 15 23s 1 S +R n 1939 o - N 18 23s 0 - +R n 1940 o - F 25 23s 1 S +R n 1941 o - O 6 0 0 - +R n 1942 o - Mar 9 0 1 S +R n 1942 o - N 2 3 0 - +R n 1943 o - Mar 29 2 1 S +R n 1943 o - Ap 17 2 0 - +R n 1943 o - Ap 25 2 1 S +R n 1943 o - O 4 2 0 - +R n 1944 1945 - Ap M>=1 2 1 S +R n 1944 o - O 8 0 0 - +R n 1945 o - S 16 0 0 - +R n 1977 o - Ap 30 0s 1 S +R n 1977 o - S 24 0s 0 - +R n 1978 o - May 1 0s 1 S +R n 1978 o - O 1 0s 0 - +R n 1988 o - Jun 1 0s 1 S +R n 1988 1990 - S lastSu 0s 0 - +R n 1989 o - Mar 26 0s 1 S +R n 1990 o - May 1 0s 1 S +R n 2005 o - May 1 0s 1 S +R n 2005 o - S 30 1s 0 - +R n 2006 2008 - Mar lastSu 2s 1 S +R n 2006 2008 - O lastSu 2s 0 - +R Tr 2005 ma - Mar lastSu 1u 2 +02 +R Tr 2004 ma - O lastSu 1u 0 +00 +R AM 2011 o - Mar lastSu 2s 1 - +R AM 2011 o - O lastSu 2s 0 - +R AZ 1997 2015 - Mar lastSu 4 1 - +R AZ 1997 2015 - O lastSu 5 0 - +R BD 2009 o - Jun 19 23 1 - +R BD 2009 o - D 31 24 0 - +R Sh 1919 o - Ap 12 24 1 D +R Sh 1919 o - S 30 24 0 S +R Sh 1940 o - Jun 1 0 1 D +R Sh 1940 o - O 12 24 0 S +R Sh 1941 o - Mar 15 0 1 D +R Sh 1941 o - N 1 24 0 S +R Sh 1942 o - Ja 31 0 1 D +R Sh 1945 o - S 1 24 0 S +R Sh 1946 o - May 15 0 1 D +R Sh 1946 o - S 30 24 0 S +R Sh 1947 o - Ap 15 0 1 D +R Sh 1947 o - O 31 24 0 S +R Sh 1948 1949 - May 1 0 1 D +R Sh 1948 1949 - S 30 24 0 S +R CN 1986 o - May 4 2 1 D +R CN 1986 1991 - S Su>=11 2 0 S +R CN 1987 1991 - Ap Su>=11 2 1 D +R HK 1946 o - Ap 21 0 1 S +R HK 1946 o - D 1 3:30s 0 - +R HK 1947 o - Ap 13 3:30s 1 S +R HK 1947 o - N 30 3:30s 0 - +R HK 1948 o - May 2 3:30s 1 S +R HK 1948 1952 - O Su>=28 3:30s 0 - +R HK 1949 1953 - Ap Su>=1 3:30 1 S +R HK 1953 1964 - O Su>=31 3:30 0 - +R HK 1954 1964 - Mar Su>=18 3:30 1 S +R HK 1965 1976 - Ap Su>=16 3:30 1 S +R HK 1965 1976 - O Su>=16 3:30 0 - +R HK 1973 o - D 30 3:30 1 S +R HK 1979 o - May 13 3:30 1 S +R HK 1979 o - O 21 3:30 0 - +R f 1946 o - May 15 0 1 D +R f 1946 o - O 1 0 0 S +R f 1947 o - Ap 15 0 1 D +R f 1947 o - N 1 0 0 S +R f 1948 1951 - May 1 0 1 D +R f 1948 1951 - O 1 0 0 S +R f 1952 o - Mar 1 0 1 D +R f 1952 1954 - N 1 0 0 S +R f 1953 1959 - Ap 1 0 1 D +R f 1955 1961 - O 1 0 0 S +R f 1960 1961 - Jun 1 0 1 D +R f 1974 1975 - Ap 1 0 1 D +R f 1974 1975 - O 1 0 0 S +R f 1979 o - Jul 1 0 1 D +R f 1979 o - O 1 0 0 S +R _ 1942 1943 - Ap 30 23 1 - +R _ 1942 o - N 17 23 0 - +R _ 1943 o - S 30 23 0 S +R _ 1946 o - Ap 30 23s 1 D +R _ 1946 o - S 30 23s 0 S +R _ 1947 o - Ap 19 23s 1 D +R _ 1947 o - N 30 23s 0 S +R _ 1948 o - May 2 23s 1 D +R _ 1948 o - O 31 23s 0 S +R _ 1949 1950 - Ap Sa>=1 23s 1 D +R _ 1949 1950 - O lastSa 23s 0 S +R _ 1951 o - Mar 31 23s 1 D +R _ 1951 o - O 28 23s 0 S +R _ 1952 1953 - Ap Sa>=1 23s 1 D +R _ 1952 o - N 1 23s 0 S +R _ 1953 1954 - O lastSa 23s 0 S +R _ 1954 1956 - Mar Sa>=17 23s 1 D +R _ 1955 o - N 5 23s 0 S +R _ 1956 1964 - N Su>=1 3:30 0 S +R _ 1957 1964 - Mar Su>=18 3:30 1 D +R _ 1965 1973 - Ap Su>=16 3:30 1 D +R _ 1965 1966 - O Su>=16 2:30 0 S +R _ 1967 1976 - O Su>=16 3:30 0 S +R _ 1973 o - D 30 3:30 1 D +R _ 1975 1976 - Ap Su>=16 3:30 1 D +R _ 1979 o - May 13 3:30 1 D +R _ 1979 o - O Su>=16 3:30 0 S +R CY 1975 o - Ap 13 0 1 S +R CY 1975 o - O 12 0 0 - +R CY 1976 o - May 15 0 1 S +R CY 1976 o - O 11 0 0 - +R CY 1977 1980 - Ap Su>=1 0 1 S +R CY 1977 o - S 25 0 0 - +R CY 1978 o - O 2 0 0 - +R CY 1979 1997 - S lastSu 0 0 - +R CY 1981 1998 - Mar lastSu 0 1 S +R i 1910 o - Ja 1 0 0 - +R i 1977 o - Mar 21 23 1 - +R i 1977 o - O 20 24 0 - +R i 1978 o - Mar 24 24 1 - +R i 1978 o - Au 5 1 0 - +R i 1979 o - May 26 24 1 - +R i 1979 o - S 18 24 0 - +R i 1980 o - Mar 20 24 1 - +R i 1980 o - S 22 24 0 - +R i 1991 o - May 2 24 1 - +R i 1992 1995 - Mar 21 24 1 - +R i 1991 1995 - S 21 24 0 - +R i 1996 o - Mar 20 24 1 - +R i 1996 o - S 20 24 0 - +R i 1997 1999 - Mar 21 24 1 - +R i 1997 1999 - S 21 24 0 - +R i 2000 o - Mar 20 24 1 - +R i 2000 o - S 20 24 0 - +R i 2001 2003 - Mar 21 24 1 - +R i 2001 2003 - S 21 24 0 - +R i 2004 o - Mar 20 24 1 - +R i 2004 o - S 20 24 0 - +R i 2005 o - Mar 21 24 1 - +R i 2005 o - S 21 24 0 - +R i 2008 o - Mar 20 24 1 - +R i 2008 o - S 20 24 0 - +R i 2009 2011 - Mar 21 24 1 - +R i 2009 2011 - S 21 24 0 - +R i 2012 o - Mar 20 24 1 - +R i 2012 o - S 20 24 0 - +R i 2013 2015 - Mar 21 24 1 - +R i 2013 2015 - S 21 24 0 - +R i 2016 o - Mar 20 24 1 - +R i 2016 o - S 20 24 0 - +R i 2017 2019 - Mar 21 24 1 - +R i 2017 2019 - S 21 24 0 - +R i 2020 o - Mar 20 24 1 - +R i 2020 o - S 20 24 0 - +R i 2021 2022 - Mar 21 24 1 - +R i 2021 2022 - S 21 24 0 - +R IQ 1982 o - May 1 0 1 - +R IQ 1982 1984 - O 1 0 0 - +R IQ 1983 o - Mar 31 0 1 - +R IQ 1984 1985 - Ap 1 0 1 - +R IQ 1985 1990 - S lastSu 1s 0 - +R IQ 1986 1990 - Mar lastSu 1s 1 - +R IQ 1991 2007 - Ap 1 3s 1 - +R IQ 1991 2007 - O 1 3s 0 - +R Z 1940 o - May 31 24u 1 D +R Z 1940 o - S 30 24u 0 S +R Z 1940 o - N 16 24u 1 D +R Z 1942 1946 - O 31 24u 0 S +R Z 1943 1944 - Mar 31 24u 1 D +R Z 1945 1946 - Ap 15 24u 1 D +R Z 1948 o - May 22 24u 2 DD +R Z 1948 o - Au 31 24u 1 D +R Z 1948 1949 - O 31 24u 0 S +R Z 1949 o - Ap 30 24u 1 D +R Z 1950 o - Ap 15 24u 1 D +R Z 1950 o - S 14 24u 0 S +R Z 1951 o - Mar 31 24u 1 D +R Z 1951 o - N 10 24u 0 S +R Z 1952 o - Ap 19 24u 1 D +R Z 1952 o - O 18 24u 0 S +R Z 1953 o - Ap 11 24u 1 D +R Z 1953 o - S 12 24u 0 S +R Z 1954 o - Jun 12 24u 1 D +R Z 1954 o - S 11 24u 0 S +R Z 1955 o - Jun 11 24u 1 D +R Z 1955 o - S 10 24u 0 S +R Z 1956 o - Jun 2 24u 1 D +R Z 1956 o - S 29 24u 0 S +R Z 1957 o - Ap 27 24u 1 D +R Z 1957 o - S 21 24u 0 S +R Z 1974 o - Jul 6 24 1 D +R Z 1974 o - O 12 24 0 S +R Z 1975 o - Ap 19 24 1 D +R Z 1975 o - Au 30 24 0 S +R Z 1980 o - Au 2 24s 1 D +R Z 1980 o - S 13 24s 0 S +R Z 1984 o - May 5 24s 1 D +R Z 1984 o - Au 25 24s 0 S +R Z 1985 o - Ap 13 24 1 D +R Z 1985 o - Au 31 24 0 S +R Z 1986 o - May 17 24 1 D +R Z 1986 o - S 6 24 0 S +R Z 1987 o - Ap 14 24 1 D +R Z 1987 o - S 12 24 0 S +R Z 1988 o - Ap 9 24 1 D +R Z 1988 o - S 3 24 0 S +R Z 1989 o - Ap 29 24 1 D +R Z 1989 o - S 2 24 0 S +R Z 1990 o - Mar 24 24 1 D +R Z 1990 o - Au 25 24 0 S +R Z 1991 o - Mar 23 24 1 D +R Z 1991 o - Au 31 24 0 S +R Z 1992 o - Mar 28 24 1 D +R Z 1992 o - S 5 24 0 S +R Z 1993 o - Ap 2 0 1 D +R Z 1993 o - S 5 0 0 S +R Z 1994 o - Ap 1 0 1 D +R Z 1994 o - Au 28 0 0 S +R Z 1995 o - Mar 31 0 1 D +R Z 1995 o - S 3 0 0 S +R Z 1996 o - Mar 14 24 1 D +R Z 1996 o - S 15 24 0 S +R Z 1997 o - Mar 20 24 1 D +R Z 1997 o - S 13 24 0 S +R Z 1998 o - Mar 20 0 1 D +R Z 1998 o - S 6 0 0 S +R Z 1999 o - Ap 2 2 1 D +R Z 1999 o - S 3 2 0 S +R Z 2000 o - Ap 14 2 1 D +R Z 2000 o - O 6 1 0 S +R Z 2001 o - Ap 9 1 1 D +R Z 2001 o - S 24 1 0 S +R Z 2002 o - Mar 29 1 1 D +R Z 2002 o - O 7 1 0 S +R Z 2003 o - Mar 28 1 1 D +R Z 2003 o - O 3 1 0 S +R Z 2004 o - Ap 7 1 1 D +R Z 2004 o - S 22 1 0 S +R Z 2005 2012 - Ap F<=1 2 1 D +R Z 2005 o - O 9 2 0 S +R Z 2006 o - O 1 2 0 S +R Z 2007 o - S 16 2 0 S +R Z 2008 o - O 5 2 0 S +R Z 2009 o - S 27 2 0 S +R Z 2010 o - S 12 2 0 S +R Z 2011 o - O 2 2 0 S +R Z 2012 o - S 23 2 0 S +R Z 2013 ma - Mar F>=23 2 1 D +R Z 2013 ma - O lastSu 2 0 S +R JP 1948 o - May Sa>=1 24 1 D +R JP 1948 1951 - S Sa>=8 25 0 S +R JP 1949 o - Ap Sa>=1 24 1 D +R JP 1950 1951 - May Sa>=1 24 1 D +R J 1973 o - Jun 6 0 1 S +R J 1973 1975 - O 1 0 0 - +R J 1974 1977 - May 1 0 1 S +R J 1976 o - N 1 0 0 - +R J 1977 o - O 1 0 0 - +R J 1978 o - Ap 30 0 1 S +R J 1978 o - S 30 0 0 - +R J 1985 o - Ap 1 0 1 S +R J 1985 o - O 1 0 0 - +R J 1986 1988 - Ap F>=1 0 1 S +R J 1986 1990 - O F>=1 0 0 - +R J 1989 o - May 8 0 1 S +R J 1990 o - Ap 27 0 1 S +R J 1991 o - Ap 17 0 1 S +R J 1991 o - S 27 0 0 - +R J 1992 o - Ap 10 0 1 S +R J 1992 1993 - O F>=1 0 0 - +R J 1993 1998 - Ap F>=1 0 1 S +R J 1994 o - S F>=15 0 0 - +R J 1995 1998 - S F>=15 0s 0 - +R J 1999 o - Jul 1 0s 1 S +R J 1999 2002 - S lastF 0s 0 - +R J 2000 2001 - Mar lastTh 0s 1 S +R J 2002 2012 - Mar lastTh 24 1 S +R J 2003 o - O 24 0s 0 - +R J 2004 o - O 15 0s 0 - +R J 2005 o - S lastF 0s 0 - +R J 2006 2011 - O lastF 0s 0 - +R J 2013 o - D 20 0 0 - +R J 2014 2021 - Mar lastTh 24 1 S +R J 2014 2022 - O lastF 0s 0 - +R J 2022 o - F lastTh 24 1 S +R KG 1992 1996 - Ap Su>=7 0s 1 - +R KG 1992 1996 - S lastSu 0 0 - +R KG 1997 2005 - Mar lastSu 2:30 1 - +R KG 1997 2004 - O lastSu 2:30 0 - +R KR 1948 o - Jun 1 0 1 D +R KR 1948 o - S 12 24 0 S +R KR 1949 o - Ap 3 0 1 D +R KR 1949 1951 - S Sa>=7 24 0 S +R KR 1950 o - Ap 1 0 1 D +R KR 1951 o - May 6 0 1 D +R KR 1955 o - May 5 0 1 D +R KR 1955 o - S 8 24 0 S +R KR 1956 o - May 20 0 1 D +R KR 1956 o - S 29 24 0 S +R KR 1957 1960 - May Su>=1 0 1 D +R KR 1957 1960 - S Sa>=17 24 0 S +R KR 1987 1988 - May Su>=8 2 1 D +R KR 1987 1988 - O Su>=8 3 0 S +R l 1920 o - Mar 28 0 1 S +R l 1920 o - O 25 0 0 - +R l 1921 o - Ap 3 0 1 S +R l 1921 o - O 3 0 0 - +R l 1922 o - Mar 26 0 1 S +R l 1922 o - O 8 0 0 - +R l 1923 o - Ap 22 0 1 S +R l 1923 o - S 16 0 0 - +R l 1957 1961 - May 1 0 1 S +R l 1957 1961 - O 1 0 0 - +R l 1972 o - Jun 22 0 1 S +R l 1972 1977 - O 1 0 0 - +R l 1973 1977 - May 1 0 1 S +R l 1978 o - Ap 30 0 1 S +R l 1978 o - S 30 0 0 - +R l 1984 1987 - May 1 0 1 S +R l 1984 1991 - O 16 0 0 - +R l 1988 o - Jun 1 0 1 S +R l 1989 o - May 10 0 1 S +R l 1990 1992 - May 1 0 1 S +R l 1992 o - O 4 0 0 - +R l 1993 ma - Mar lastSu 0 1 S +R l 1993 1998 - S lastSu 0 0 - +R l 1999 ma - O lastSu 0 0 - +R NB 1935 1941 - S 14 0 0:20 - +R NB 1935 1941 - D 14 0 0 - +R X 1983 1984 - Ap 1 0 1 - +R X 1983 o - O 1 0 0 - +R X 1985 1998 - Mar lastSu 0 1 - +R X 1984 1998 - S lastSu 0 0 - +R X 2001 o - Ap lastSa 2 1 - +R X 2001 2006 - S lastSa 2 0 - +R X 2002 2006 - Mar lastSa 2 1 - +R X 2015 2016 - Mar lastSa 2 1 - +R X 2015 2016 - S lastSa 0 0 - +R PK 2002 o - Ap Su>=2 0 1 S +R PK 2002 o - O Su>=2 0 0 - +R PK 2008 o - Jun 1 0 1 S +R PK 2008 2009 - N 1 0 0 - +R PK 2009 o - Ap 15 0 1 S +R P 1999 2005 - Ap F>=15 0 1 S +R P 1999 2003 - O F>=15 0 0 - +R P 2004 o - O 1 1 0 - +R P 2005 o - O 4 2 0 - +R P 2006 2007 - Ap 1 0 1 S +R P 2006 o - S 22 0 0 - +R P 2007 o - S 13 2 0 - +R P 2008 2009 - Mar lastF 0 1 S +R P 2008 o - S 1 0 0 - +R P 2009 o - S 4 1 0 - +R P 2010 o - Mar 26 0 1 S +R P 2010 o - Au 11 0 0 - +R P 2011 o - Ap 1 0:1 1 S +R P 2011 o - Au 1 0 0 - +R P 2011 o - Au 30 0 1 S +R P 2011 o - S 30 0 0 - +R P 2012 2014 - Mar lastTh 24 1 S +R P 2012 o - S 21 1 0 - +R P 2013 o - S 27 0 0 - +R P 2014 o - O 24 0 0 - +R P 2015 o - Mar 28 0 1 S +R P 2015 o - O 23 1 0 - +R P 2016 2018 - Mar Sa<=30 1 1 S +R P 2016 2018 - O Sa<=30 1 0 - +R P 2019 o - Mar 29 0 1 S +R P 2019 o - O Sa<=30 0 0 - +R P 2020 2021 - Mar Sa<=30 0 1 S +R P 2020 o - O 24 1 0 - +R P 2021 o - O 29 1 0 - +R P 2022 o - Mar 27 0 1 S +R P 2022 2035 - O Sa<=30 2 0 - +R P 2023 o - Ap 29 2 1 S +R P 2024 o - Ap 20 2 1 S +R P 2025 o - Ap 12 2 1 S +R P 2026 2054 - Mar Sa<=30 2 1 S +R P 2036 o - O 18 2 0 - +R P 2037 o - O 10 2 0 - +R P 2038 o - S 25 2 0 - +R P 2039 o - S 17 2 0 - +R P 2040 o - S 1 2 0 - +R P 2040 o - O 20 2 1 S +R P 2040 2067 - O Sa<=30 2 0 - +R P 2041 o - Au 24 2 0 - +R P 2041 o - O 5 2 1 S +R P 2042 o - Au 16 2 0 - +R P 2042 o - S 27 2 1 S +R P 2043 o - Au 1 2 0 - +R P 2043 o - S 19 2 1 S +R P 2044 o - Jul 23 2 0 - +R P 2044 o - S 3 2 1 S +R P 2045 o - Jul 15 2 0 - +R P 2045 o - Au 26 2 1 S +R P 2046 o - Jun 30 2 0 - +R P 2046 o - Au 18 2 1 S +R P 2047 o - Jun 22 2 0 - +R P 2047 o - Au 3 2 1 S +R P 2048 o - Jun 6 2 0 - +R P 2048 o - Jul 25 2 1 S +R P 2049 o - May 29 2 0 - +R P 2049 o - Jul 10 2 1 S +R P 2050 o - May 21 2 0 - +R P 2050 o - Jul 2 2 1 S +R P 2051 o - May 6 2 0 - +R P 2051 o - Jun 24 2 1 S +R P 2052 o - Ap 27 2 0 - +R P 2052 o - Jun 8 2 1 S +R P 2053 o - Ap 12 2 0 - +R P 2053 o - May 31 2 1 S +R P 2054 o - Ap 4 2 0 - +R P 2054 o - May 23 2 1 S +R P 2055 o - May 8 2 1 S +R P 2056 o - Ap 29 2 1 S +R P 2057 o - Ap 14 2 1 S +R P 2058 o - Ap 6 2 1 S +R P 2059 ma - Mar Sa<=30 2 1 S +R P 2068 o - O 20 2 0 - +R P 2069 o - O 12 2 0 - +R P 2070 o - O 4 2 0 - +R P 2071 o - S 19 2 0 - +R P 2072 o - S 10 2 0 - +R P 2072 o - O 22 2 1 S +R P 2072 ma - O Sa<=30 2 0 - +R P 2073 o - S 2 2 0 - +R P 2073 o - O 14 2 1 S +R P 2074 o - Au 18 2 0 - +R P 2074 o - O 6 2 1 S +R P 2075 o - Au 10 2 0 - +R P 2075 o - S 21 2 1 S +R P 2076 o - Jul 25 2 0 - +R P 2076 o - S 12 2 1 S +R P 2077 o - Jul 17 2 0 - +R P 2077 o - S 4 2 1 S +R P 2078 o - Jul 9 2 0 - +R P 2078 o - Au 20 2 1 S +R P 2079 o - Jun 24 2 0 - +R P 2079 o - Au 12 2 1 S +R P 2080 o - Jun 15 2 0 - +R P 2080 o - Jul 27 2 1 S +R P 2081 o - Jun 7 2 0 - +R P 2081 o - Jul 19 2 1 S +R P 2082 o - May 23 2 0 - +R P 2082 o - Jul 11 2 1 S +R P 2083 o - May 15 2 0 - +R P 2083 o - Jun 26 2 1 S +R P 2084 o - Ap 29 2 0 - +R P 2084 o - Jun 17 2 1 S +R P 2085 o - Ap 21 2 0 - +R P 2085 o - Jun 9 2 1 S +R P 2086 o - Ap 13 2 0 - +R P 2086 o - May 25 2 1 S +R PH 1936 o - O 31 24 1 D +R PH 1937 o - Ja 15 24 0 S +R PH 1941 o - D 15 24 1 D +R PH 1945 o - N 30 24 0 S +R PH 1954 o - Ap 11 24 1 D +R PH 1954 o - Jun 4 24 0 S +R PH 1977 o - Mar 27 24 1 D +R PH 1977 o - S 21 24 0 S +R PH 1990 o - May 21 0 1 D +R PH 1990 o - Jul 28 24 0 S +R S 1920 1923 - Ap Su>=15 2 1 S +R S 1920 1923 - O Su>=1 2 0 - +R S 1962 o - Ap 29 2 1 S +R S 1962 o - O 1 2 0 - +R S 1963 1965 - May 1 2 1 S +R S 1963 o - S 30 2 0 - +R S 1964 o - O 1 2 0 - +R S 1965 o - S 30 2 0 - +R S 1966 o - Ap 24 2 1 S +R S 1966 1976 - O 1 2 0 - +R S 1967 1978 - May 1 2 1 S +R S 1977 1978 - S 1 2 0 - +R S 1983 1984 - Ap 9 2 1 S +R S 1983 1984 - O 1 2 0 - +R S 1986 o - F 16 2 1 S +R S 1986 o - O 9 2 0 - +R S 1987 o - Mar 1 2 1 S +R S 1987 1988 - O 31 2 0 - +R S 1988 o - Mar 15 2 1 S +R S 1989 o - Mar 31 2 1 S +R S 1989 o - O 1 2 0 - +R S 1990 o - Ap 1 2 1 S +R S 1990 o - S 30 2 0 - +R S 1991 o - Ap 1 0 1 S +R S 1991 1992 - O 1 0 0 - +R S 1992 o - Ap 8 0 1 S +R S 1993 o - Mar 26 0 1 S +R S 1993 o - S 25 0 0 - +R S 1994 1996 - Ap 1 0 1 S +R S 1994 2005 - O 1 0 0 - +R S 1997 1998 - Mar lastM 0 1 S +R S 1999 2006 - Ap 1 0 1 S +R S 2006 o - S 22 0 0 - +R S 2007 o - Mar lastF 0 1 S +R S 2007 o - N F>=1 0 0 - +R S 2008 o - Ap F>=1 0 1 S +R S 2008 o - N 1 0 0 - +R S 2009 o - Mar lastF 0 1 S +R S 2010 2011 - Ap F>=1 0 1 S +R S 2012 2022 - Mar lastF 0 1 S +R S 2009 2022 - O lastF 0 0 - +R AU 1917 o - Ja 1 2s 1 D +R AU 1917 o - Mar lastSu 2s 0 S +R AU 1942 o - Ja 1 2s 1 D +R AU 1942 o - Mar lastSu 2s 0 S +R AU 1942 o - S 27 2s 1 D +R AU 1943 1944 - Mar lastSu 2s 0 S +R AU 1943 o - O 3 2s 1 D +R AW 1974 o - O lastSu 2s 1 D +R AW 1975 o - Mar Su>=1 2s 0 S +R AW 1983 o - O lastSu 2s 1 D +R AW 1984 o - Mar Su>=1 2s 0 S +R AW 1991 o - N 17 2s 1 D +R AW 1992 o - Mar Su>=1 2s 0 S +R AW 2006 o - D 3 2s 1 D +R AW 2007 2009 - Mar lastSu 2s 0 S +R AW 2007 2008 - O lastSu 2s 1 D +R AQ 1971 o - O lastSu 2s 1 D +R AQ 1972 o - F lastSu 2s 0 S +R AQ 1989 1991 - O lastSu 2s 1 D +R AQ 1990 1992 - Mar Su>=1 2s 0 S +R Ho 1992 1993 - O lastSu 2s 1 D +R Ho 1993 1994 - Mar Su>=1 2s 0 S +R AS 1971 1985 - O lastSu 2s 1 D +R AS 1986 o - O 19 2s 1 D +R AS 1987 2007 - O lastSu 2s 1 D +R AS 1972 o - F 27 2s 0 S +R AS 1973 1985 - Mar Su>=1 2s 0 S +R AS 1986 1990 - Mar Su>=15 2s 0 S +R AS 1991 o - Mar 3 2s 0 S +R AS 1992 o - Mar 22 2s 0 S +R AS 1993 o - Mar 7 2s 0 S +R AS 1994 o - Mar 20 2s 0 S +R AS 1995 2005 - Mar lastSu 2s 0 S +R AS 2006 o - Ap 2 2s 0 S +R AS 2007 o - Mar lastSu 2s 0 S +R AS 2008 ma - Ap Su>=1 2s 0 S +R AS 2008 ma - O Su>=1 2s 1 D +R AT 1916 o - O Su>=1 2s 1 D +R AT 1917 o - Mar lastSu 2s 0 S +R AT 1917 1918 - O Su>=22 2s 1 D +R AT 1918 1919 - Mar Su>=1 2s 0 S +R AT 1967 o - O Su>=1 2s 1 D +R AT 1968 o - Mar Su>=29 2s 0 S +R AT 1968 1985 - O lastSu 2s 1 D +R AT 1969 1971 - Mar Su>=8 2s 0 S +R AT 1972 o - F lastSu 2s 0 S +R AT 1973 1981 - Mar Su>=1 2s 0 S +R AT 1982 1983 - Mar lastSu 2s 0 S +R AT 1984 1986 - Mar Su>=1 2s 0 S +R AT 1986 o - O Su>=15 2s 1 D +R AT 1987 1990 - Mar Su>=15 2s 0 S +R AT 1987 o - O Su>=22 2s 1 D +R AT 1988 1990 - O lastSu 2s 1 D +R AT 1991 1999 - O Su>=1 2s 1 D +R AT 1991 2005 - Mar lastSu 2s 0 S +R AT 2000 o - Au lastSu 2s 1 D +R AT 2001 ma - O Su>=1 2s 1 D +R AT 2006 o - Ap Su>=1 2s 0 S +R AT 2007 o - Mar lastSu 2s 0 S +R AT 2008 ma - Ap Su>=1 2s 0 S +R AV 1971 1985 - O lastSu 2s 1 D +R AV 1972 o - F lastSu 2s 0 S +R AV 1973 1985 - Mar Su>=1 2s 0 S +R AV 1986 1990 - Mar Su>=15 2s 0 S +R AV 1986 1987 - O Su>=15 2s 1 D +R AV 1988 1999 - O lastSu 2s 1 D +R AV 1991 1994 - Mar Su>=1 2s 0 S +R AV 1995 2005 - Mar lastSu 2s 0 S +R AV 2000 o - Au lastSu 2s 1 D +R AV 2001 2007 - O lastSu 2s 1 D +R AV 2006 o - Ap Su>=1 2s 0 S +R AV 2007 o - Mar lastSu 2s 0 S +R AV 2008 ma - Ap Su>=1 2s 0 S +R AV 2008 ma - O Su>=1 2s 1 D +R AN 1971 1985 - O lastSu 2s 1 D +R AN 1972 o - F 27 2s 0 S +R AN 1973 1981 - Mar Su>=1 2s 0 S +R AN 1982 o - Ap Su>=1 2s 0 S +R AN 1983 1985 - Mar Su>=1 2s 0 S +R AN 1986 1989 - Mar Su>=15 2s 0 S +R AN 1986 o - O 19 2s 1 D +R AN 1987 1999 - O lastSu 2s 1 D +R AN 1990 1995 - Mar Su>=1 2s 0 S +R AN 1996 2005 - Mar lastSu 2s 0 S +R AN 2000 o - Au lastSu 2s 1 D +R AN 2001 2007 - O lastSu 2s 1 D +R AN 2006 o - Ap Su>=1 2s 0 S +R AN 2007 o - Mar lastSu 2s 0 S +R AN 2008 ma - Ap Su>=1 2s 0 S +R AN 2008 ma - O Su>=1 2s 1 D +R LH 1981 1984 - O lastSu 2 1 - +R LH 1982 1985 - Mar Su>=1 2 0 - +R LH 1985 o - O lastSu 2 0:30 - +R LH 1986 1989 - Mar Su>=15 2 0 - +R LH 1986 o - O 19 2 0:30 - +R LH 1987 1999 - O lastSu 2 0:30 - +R LH 1990 1995 - Mar Su>=1 2 0 - +R LH 1996 2005 - Mar lastSu 2 0 - +R LH 2000 o - Au lastSu 2 0:30 - +R LH 2001 2007 - O lastSu 2 0:30 - +R LH 2006 o - Ap Su>=1 2 0 - +R LH 2007 o - Mar lastSu 2 0 - +R LH 2008 ma - Ap Su>=1 2 0 - +R LH 2008 ma - O Su>=1 2 0:30 - +R FJ 1998 1999 - N Su>=1 2 1 - +R FJ 1999 2000 - F lastSu 3 0 - +R FJ 2009 o - N 29 2 1 - +R FJ 2010 o - Mar lastSu 3 0 - +R FJ 2010 2013 - O Su>=21 2 1 - +R FJ 2011 o - Mar Su>=1 3 0 - +R FJ 2012 2013 - Ja Su>=18 3 0 - +R FJ 2014 o - Ja Su>=18 2 0 - +R FJ 2014 2018 - N Su>=1 2 1 - +R FJ 2015 2021 - Ja Su>=12 3 0 - +R FJ 2019 o - N Su>=8 2 1 - +R FJ 2020 o - D 20 2 1 - +R Gu 1959 o - Jun 27 2 1 D +R Gu 1961 o - Ja 29 2 0 S +R Gu 1967 o - S 1 2 1 D +R Gu 1969 o - Ja 26 0:1 0 S +R Gu 1969 o - Jun 22 2 1 D +R Gu 1969 o - Au 31 2 0 S +R Gu 1970 1971 - Ap lastSu 2 1 D +R Gu 1970 1971 - S Su>=1 2 0 S +R Gu 1973 o - D 16 2 1 D +R Gu 1974 o - F 24 2 0 S +R Gu 1976 o - May 26 2 1 D +R Gu 1976 o - Au 22 2:1 0 S +R Gu 1977 o - Ap 24 2 1 D +R Gu 1977 o - Au 28 2 0 S +R NC 1977 1978 - D Su>=1 0 1 - +R NC 1978 1979 - F 27 0 0 - +R NC 1996 o - D 1 2s 1 - +R NC 1997 o - Mar 2 2s 0 - +R NZ 1927 o - N 6 2 1 S +R NZ 1928 o - Mar 4 2 0 M +R NZ 1928 1933 - O Su>=8 2 0:30 S +R NZ 1929 1933 - Mar Su>=15 2 0 M +R NZ 1934 1940 - Ap lastSu 2 0 M +R NZ 1934 1940 - S lastSu 2 0:30 S +R NZ 1946 o - Ja 1 0 0 S +R NZ 1974 o - N Su>=1 2s 1 D +R k 1974 o - N Su>=1 2:45s 1 - +R NZ 1975 o - F lastSu 2s 0 S +R k 1975 o - F lastSu 2:45s 0 - +R NZ 1975 1988 - O lastSu 2s 1 D +R k 1975 1988 - O lastSu 2:45s 1 - +R NZ 1976 1989 - Mar Su>=1 2s 0 S +R k 1976 1989 - Mar Su>=1 2:45s 0 - +R NZ 1989 o - O Su>=8 2s 1 D +R k 1989 o - O Su>=8 2:45s 1 - +R NZ 1990 2006 - O Su>=1 2s 1 D +R k 1990 2006 - O Su>=1 2:45s 1 - +R NZ 1990 2007 - Mar Su>=15 2s 0 S +R k 1990 2007 - Mar Su>=15 2:45s 0 - +R NZ 2007 ma - S lastSu 2s 1 D +R k 2007 ma - S lastSu 2:45s 1 - +R NZ 2008 ma - Ap Su>=1 2s 0 S +R k 2008 ma - Ap Su>=1 2:45s 0 - +R CK 1978 o - N 12 0 0:30 - +R CK 1979 1991 - Mar Su>=1 0 0 - +R CK 1979 1990 - O lastSu 0 0:30 - +R WS 2010 o - S lastSu 0 1 - +R WS 2011 o - Ap Sa>=1 4 0 - +R WS 2011 o - S lastSa 3 1 - +R WS 2012 2021 - Ap Su>=1 4 0 - +R WS 2012 2020 - S lastSu 3 1 - +R TO 1999 o - O 7 2s 1 - +R TO 2000 o - Mar 19 2s 0 - +R TO 2000 2001 - N Su>=1 2 1 - +R TO 2001 2002 - Ja lastSu 2 0 - +R TO 2016 o - N Su>=1 2 1 - +R TO 2017 o - Ja Su>=15 3 0 - +R VU 1973 o - D 22 12u 1 - +R VU 1974 o - Mar 30 12u 0 - +R VU 1983 1991 - S Sa>=22 24 1 - +R VU 1984 1991 - Mar Sa>=22 24 0 - +R VU 1992 1993 - Ja Sa>=22 24 0 - +R VU 1992 o - O Sa>=22 24 1 - +R G 1916 o - May 21 2s 1 BST +R G 1916 o - O 1 2s 0 GMT +R G 1917 o - Ap 8 2s 1 BST +R G 1917 o - S 17 2s 0 GMT +R G 1918 o - Mar 24 2s 1 BST +R G 1918 o - S 30 2s 0 GMT +R G 1919 o - Mar 30 2s 1 BST +R G 1919 o - S 29 2s 0 GMT +R G 1920 o - Mar 28 2s 1 BST +R G 1920 o - O 25 2s 0 GMT +R G 1921 o - Ap 3 2s 1 BST +R G 1921 o - O 3 2s 0 GMT +R G 1922 o - Mar 26 2s 1 BST +R G 1922 o - O 8 2s 0 GMT +R G 1923 o - Ap Su>=16 2s 1 BST +R G 1923 1924 - S Su>=16 2s 0 GMT +R G 1924 o - Ap Su>=9 2s 1 BST +R G 1925 1926 - Ap Su>=16 2s 1 BST +R G 1925 1938 - O Su>=2 2s 0 GMT +R G 1927 o - Ap Su>=9 2s 1 BST +R G 1928 1929 - Ap Su>=16 2s 1 BST +R G 1930 o - Ap Su>=9 2s 1 BST +R G 1931 1932 - Ap Su>=16 2s 1 BST +R G 1933 o - Ap Su>=9 2s 1 BST +R G 1934 o - Ap Su>=16 2s 1 BST +R G 1935 o - Ap Su>=9 2s 1 BST +R G 1936 1937 - Ap Su>=16 2s 1 BST +R G 1938 o - Ap Su>=9 2s 1 BST +R G 1939 o - Ap Su>=16 2s 1 BST +R G 1939 o - N Su>=16 2s 0 GMT +R G 1940 o - F Su>=23 2s 1 BST +R G 1941 o - May Su>=2 1s 2 BDST +R G 1941 1943 - Au Su>=9 1s 1 BST +R G 1942 1944 - Ap Su>=2 1s 2 BDST +R G 1944 o - S Su>=16 1s 1 BST +R G 1945 o - Ap M>=2 1s 2 BDST +R G 1945 o - Jul Su>=9 1s 1 BST +R G 1945 1946 - O Su>=2 2s 0 GMT +R G 1946 o - Ap Su>=9 2s 1 BST +R G 1947 o - Mar 16 2s 1 BST +R G 1947 o - Ap 13 1s 2 BDST +R G 1947 o - Au 10 1s 1 BST +R G 1947 o - N 2 2s 0 GMT +R G 1948 o - Mar 14 2s 1 BST +R G 1948 o - O 31 2s 0 GMT +R G 1949 o - Ap 3 2s 1 BST +R G 1949 o - O 30 2s 0 GMT +R G 1950 1952 - Ap Su>=14 2s 1 BST +R G 1950 1952 - O Su>=21 2s 0 GMT +R G 1953 o - Ap Su>=16 2s 1 BST +R G 1953 1960 - O Su>=2 2s 0 GMT +R G 1954 o - Ap Su>=9 2s 1 BST +R G 1955 1956 - Ap Su>=16 2s 1 BST +R G 1957 o - Ap Su>=9 2s 1 BST +R G 1958 1959 - Ap Su>=16 2s 1 BST +R G 1960 o - Ap Su>=9 2s 1 BST +R G 1961 1963 - Mar lastSu 2s 1 BST +R G 1961 1968 - O Su>=23 2s 0 GMT +R G 1964 1967 - Mar Su>=19 2s 1 BST +R G 1968 o - F 18 2s 1 BST +R G 1972 1980 - Mar Su>=16 2s 1 BST +R G 1972 1980 - O Su>=23 2s 0 GMT +R G 1981 1995 - Mar lastSu 1u 1 BST +R G 1981 1989 - O Su>=23 1u 0 GMT +R G 1990 1995 - O Su>=22 1u 0 GMT +R IE 1971 o - O 31 2u -1 - +R IE 1972 1980 - Mar Su>=16 2u 0 - +R IE 1972 1980 - O Su>=23 2u -1 - +R IE 1981 ma - Mar lastSu 1u 0 - +R IE 1981 1989 - O Su>=23 1u -1 - +R IE 1990 1995 - O Su>=22 1u -1 - +R IE 1996 ma - O lastSu 1u -1 - +R E 1977 1980 - Ap Su>=1 1u 1 S +R E 1977 o - S lastSu 1u 0 - +R E 1978 o - O 1 1u 0 - +R E 1979 1995 - S lastSu 1u 0 - +R E 1981 ma - Mar lastSu 1u 1 S +R E 1996 ma - O lastSu 1u 0 - +R W- 1977 1980 - Ap Su>=1 1s 1 S +R W- 1977 o - S lastSu 1s 0 - +R W- 1978 o - O 1 1s 0 - +R W- 1979 1995 - S lastSu 1s 0 - +R W- 1981 ma - Mar lastSu 1s 1 S +R W- 1996 ma - O lastSu 1s 0 - +R c 1916 o - Ap 30 23 1 S +R c 1916 o - O 1 1 0 - +R c 1917 1918 - Ap M>=15 2s 1 S +R c 1917 1918 - S M>=15 2s 0 - +R c 1940 o - Ap 1 2s 1 S +R c 1942 o - N 2 2s 0 - +R c 1943 o - Mar 29 2s 1 S +R c 1943 o - O 4 2s 0 - +R c 1944 1945 - Ap M>=1 2s 1 S +R c 1944 o - O 2 2s 0 - +R c 1945 o - S 16 2s 0 - +R c 1977 1980 - Ap Su>=1 2s 1 S +R c 1977 o - S lastSu 2s 0 - +R c 1978 o - O 1 2s 0 - +R c 1979 1995 - S lastSu 2s 0 - +R c 1981 ma - Mar lastSu 2s 1 S +R c 1996 ma - O lastSu 2s 0 - +R e 1977 1980 - Ap Su>=1 0 1 S +R e 1977 o - S lastSu 0 0 - +R e 1978 o - O 1 0 0 - +R e 1979 1995 - S lastSu 0 0 - +R e 1981 ma - Mar lastSu 0 1 S +R e 1996 ma - O lastSu 0 0 - +R R 1917 o - Jul 1 23 1 MST +R R 1917 o - D 28 0 0 MMT +R R 1918 o - May 31 22 2 MDST +R R 1918 o - S 16 1 1 MST +R R 1919 o - May 31 23 2 MDST +R R 1919 o - Jul 1 0u 1 MSD +R R 1919 o - Au 16 0 0 MSK +R R 1921 o - F 14 23 1 MSD +R R 1921 o - Mar 20 23 2 +05 +R R 1921 o - S 1 0 1 MSD +R R 1921 o - O 1 0 0 - +R R 1981 1984 - Ap 1 0 1 S +R R 1981 1983 - O 1 0 0 - +R R 1984 1995 - S lastSu 2s 0 - +R R 1985 2010 - Mar lastSu 2s 1 S +R R 1996 2010 - O lastSu 2s 0 - +R q 1940 o - Jun 16 0 1 S +R q 1942 o - N 2 3 0 - +R q 1943 o - Mar 29 2 1 S +R q 1943 o - Ap 10 3 0 - +R q 1974 o - May 4 0 1 S +R q 1974 o - O 2 0 0 - +R q 1975 o - May 1 0 1 S +R q 1975 o - O 2 0 0 - +R q 1976 o - May 2 0 1 S +R q 1976 o - O 3 0 0 - +R q 1977 o - May 8 0 1 S +R q 1977 o - O 2 0 0 - +R q 1978 o - May 6 0 1 S +R q 1978 o - O 1 0 0 - +R q 1979 o - May 5 0 1 S +R q 1979 o - S 30 0 0 - +R q 1980 o - May 3 0 1 S +R q 1980 o - O 4 0 0 - +R q 1981 o - Ap 26 0 1 S +R q 1981 o - S 27 0 0 - +R q 1982 o - May 2 0 1 S +R q 1982 o - O 3 0 0 - +R q 1983 o - Ap 18 0 1 S +R q 1983 o - O 1 0 0 - +R q 1984 o - Ap 1 0 1 S +R a 1920 o - Ap 5 2s 1 S +R a 1920 o - S 13 2s 0 - +R a 1946 o - Ap 14 2s 1 S +R a 1946 o - O 7 2s 0 - +R a 1947 1948 - O Su>=1 2s 0 - +R a 1947 o - Ap 6 2s 1 S +R a 1948 o - Ap 18 2s 1 S +R a 1980 o - Ap 6 0 1 S +R a 1980 o - S 28 0 0 - +R b 1918 o - Mar 9 0s 1 S +R b 1918 1919 - O Sa>=1 23s 0 - +R b 1919 o - Mar 1 23s 1 S +R b 1920 o - F 14 23s 1 S +R b 1920 o - O 23 23s 0 - +R b 1921 o - Mar 14 23s 1 S +R b 1921 o - O 25 23s 0 - +R b 1922 o - Mar 25 23s 1 S +R b 1922 1927 - O Sa>=1 23s 0 - +R b 1923 o - Ap 21 23s 1 S +R b 1924 o - Mar 29 23s 1 S +R b 1925 o - Ap 4 23s 1 S +R b 1926 o - Ap 17 23s 1 S +R b 1927 o - Ap 9 23s 1 S +R b 1928 o - Ap 14 23s 1 S +R b 1928 1938 - O Su>=2 2s 0 - +R b 1929 o - Ap 21 2s 1 S +R b 1930 o - Ap 13 2s 1 S +R b 1931 o - Ap 19 2s 1 S +R b 1932 o - Ap 3 2s 1 S +R b 1933 o - Mar 26 2s 1 S +R b 1934 o - Ap 8 2s 1 S +R b 1935 o - Mar 31 2s 1 S +R b 1936 o - Ap 19 2s 1 S +R b 1937 o - Ap 4 2s 1 S +R b 1938 o - Mar 27 2s 1 S +R b 1939 o - Ap 16 2s 1 S +R b 1939 o - N 19 2s 0 - +R b 1940 o - F 25 2s 1 S +R b 1944 o - S 17 2s 0 - +R b 1945 o - Ap 2 2s 1 S +R b 1945 o - S 16 2s 0 - +R b 1946 o - May 19 2s 1 S +R b 1946 o - O 7 2s 0 - +R BG 1979 o - Mar 31 23 1 S +R BG 1979 o - O 1 1 0 - +R BG 1980 1982 - Ap Sa>=1 23 1 S +R BG 1980 o - S 29 1 0 - +R BG 1981 o - S 27 2 0 - +R CZ 1945 o - Ap M>=1 2s 1 S +R CZ 1945 o - O 1 2s 0 - +R CZ 1946 o - May 6 2s 1 S +R CZ 1946 1949 - O Su>=1 2s 0 - +R CZ 1947 1948 - Ap Su>=15 2s 1 S +R CZ 1949 o - Ap 9 2s 1 S +R Th 1991 1992 - Mar lastSu 2 1 D +R Th 1991 1992 - S lastSu 2 0 S +R Th 1993 2006 - Ap Su>=1 2 1 D +R Th 1993 2006 - O lastSu 2 0 S +R Th 2007 ma - Mar Su>=8 2 1 D +R Th 2007 ma - N Su>=1 2 0 S +R FI 1942 o - Ap 2 24 1 S +R FI 1942 o - O 4 1 0 - +R FI 1981 1982 - Mar lastSu 2 1 S +R FI 1981 1982 - S lastSu 3 0 - +R F 1916 o - Jun 14 23s 1 S +R F 1916 1919 - O Su>=1 23s 0 - +R F 1917 o - Mar 24 23s 1 S +R F 1918 o - Mar 9 23s 1 S +R F 1919 o - Mar 1 23s 1 S +R F 1920 o - F 14 23s 1 S +R F 1920 o - O 23 23s 0 - +R F 1921 o - Mar 14 23s 1 S +R F 1921 o - O 25 23s 0 - +R F 1922 o - Mar 25 23s 1 S +R F 1922 1938 - O Sa>=1 23s 0 - +R F 1923 o - May 26 23s 1 S +R F 1924 o - Mar 29 23s 1 S +R F 1925 o - Ap 4 23s 1 S +R F 1926 o - Ap 17 23s 1 S +R F 1927 o - Ap 9 23s 1 S +R F 1928 o - Ap 14 23s 1 S +R F 1929 o - Ap 20 23s 1 S +R F 1930 o - Ap 12 23s 1 S +R F 1931 o - Ap 18 23s 1 S +R F 1932 o - Ap 2 23s 1 S +R F 1933 o - Mar 25 23s 1 S +R F 1934 o - Ap 7 23s 1 S +R F 1935 o - Mar 30 23s 1 S +R F 1936 o - Ap 18 23s 1 S +R F 1937 o - Ap 3 23s 1 S +R F 1938 o - Mar 26 23s 1 S +R F 1939 o - Ap 15 23s 1 S +R F 1939 o - N 18 23s 0 - +R F 1940 o - F 25 2 1 S +R F 1941 o - May 5 0 2 M +R F 1941 o - O 6 0 1 S +R F 1942 o - Mar 9 0 2 M +R F 1942 o - N 2 3 1 S +R F 1943 o - Mar 29 2 2 M +R F 1943 o - O 4 3 1 S +R F 1944 o - Ap 3 2 2 M +R F 1944 o - O 8 1 1 S +R F 1945 o - Ap 2 2 2 M +R F 1945 o - S 16 3 0 - +R F 1976 o - Mar 28 1 1 S +R F 1976 o - S 26 1 0 - +R DE 1946 o - Ap 14 2s 1 S +R DE 1946 o - O 7 2s 0 - +R DE 1947 1949 - O Su>=1 2s 0 - +R DE 1947 o - Ap 6 3s 1 S +R DE 1947 o - May 11 2s 2 M +R DE 1947 o - Jun 29 3 1 S +R DE 1948 o - Ap 18 2s 1 S +R DE 1949 o - Ap 10 2s 1 S +R So 1945 o - May 24 2 2 M +R So 1945 o - S 24 3 1 S +R So 1945 o - N 18 2s 0 - +R g 1932 o - Jul 7 0 1 S +R g 1932 o - S 1 0 0 - +R g 1941 o - Ap 7 0 1 S +R g 1942 o - N 2 3 0 - +R g 1943 o - Mar 30 0 1 S +R g 1943 o - O 4 0 0 - +R g 1952 o - Jul 1 0 1 S +R g 1952 o - N 2 0 0 - +R g 1975 o - Ap 12 0s 1 S +R g 1975 o - N 26 0s 0 - +R g 1976 o - Ap 11 2s 1 S +R g 1976 o - O 10 2s 0 - +R g 1977 1978 - Ap Su>=1 2s 1 S +R g 1977 o - S 26 2s 0 - +R g 1978 o - S 24 4 0 - +R g 1979 o - Ap 1 9 1 S +R g 1979 o - S 29 2 0 - +R g 1980 o - Ap 1 0 1 S +R g 1980 o - S 28 0 0 - +R h 1918 1919 - Ap 15 2 1 S +R h 1918 1920 - S M>=15 3 0 - +R h 1920 o - Ap 5 2 1 S +R h 1945 o - May 1 23 1 S +R h 1945 o - N 1 1 0 - +R h 1946 o - Mar 31 2s 1 S +R h 1946 o - O 7 2 0 - +R h 1947 1949 - Ap Su>=4 2s 1 S +R h 1947 1949 - O Su>=1 2s 0 - +R h 1954 o - May 23 0 1 S +R h 1954 o - O 3 0 0 - +R h 1955 o - May 22 2 1 S +R h 1955 o - O 2 3 0 - +R h 1956 1957 - Jun Su>=1 2 1 S +R h 1956 1957 - S lastSu 3 0 - +R h 1980 o - Ap 6 0 1 S +R h 1980 o - S 28 1 0 - +R h 1981 1983 - Mar lastSu 0 1 S +R h 1981 1983 - S lastSu 1 0 - +R I 1916 o - Jun 3 24 1 S +R I 1916 1917 - S 30 24 0 - +R I 1917 o - Mar 31 24 1 S +R I 1918 o - Mar 9 24 1 S +R I 1918 o - O 6 24 0 - +R I 1919 o - Mar 1 24 1 S +R I 1919 o - O 4 24 0 - +R I 1920 o - Mar 20 24 1 S +R I 1920 o - S 18 24 0 - +R I 1940 o - Jun 14 24 1 S +R I 1942 o - N 2 2s 0 - +R I 1943 o - Mar 29 2s 1 S +R I 1943 o - O 4 2s 0 - +R I 1944 o - Ap 2 2s 1 S +R I 1944 o - S 17 2s 0 - +R I 1945 o - Ap 2 2 1 S +R I 1945 o - S 15 1 0 - +R I 1946 o - Mar 17 2s 1 S +R I 1946 o - O 6 2s 0 - +R I 1947 o - Mar 16 0s 1 S +R I 1947 o - O 5 0s 0 - +R I 1948 o - F 29 2s 1 S +R I 1948 o - O 3 2s 0 - +R I 1966 1968 - May Su>=22 0s 1 S +R I 1966 o - S 24 24 0 - +R I 1967 1969 - S Su>=22 0s 0 - +R I 1969 o - Jun 1 0s 1 S +R I 1970 o - May 31 0s 1 S +R I 1970 o - S lastSu 0s 0 - +R I 1971 1972 - May Su>=22 0s 1 S +R I 1971 o - S lastSu 0s 0 - +R I 1972 o - O 1 0s 0 - +R I 1973 o - Jun 3 0s 1 S +R I 1973 1974 - S lastSu 0s 0 - +R I 1974 o - May 26 0s 1 S +R I 1975 o - Jun 1 0s 1 S +R I 1975 1977 - S lastSu 0s 0 - +R I 1976 o - May 30 0s 1 S +R I 1977 1979 - May Su>=22 0s 1 S +R I 1978 o - O 1 0s 0 - +R I 1979 o - S 30 0s 0 - +R LV 1989 1996 - Mar lastSu 2s 1 S +R LV 1989 1996 - S lastSu 2s 0 - +R MT 1973 o - Mar 31 0s 1 S +R MT 1973 o - S 29 0s 0 - +R MT 1974 o - Ap 21 0s 1 S +R MT 1974 o - S 16 0s 0 - +R MT 1975 1979 - Ap Su>=15 2 1 S +R MT 1975 1980 - S Su>=15 2 0 - +R MT 1980 o - Mar 31 2 1 S +R MD 1997 ma - Mar lastSu 2 1 S +R MD 1997 ma - O lastSu 3 0 - +R O 1918 1919 - S 16 2s 0 - +R O 1919 o - Ap 15 2s 1 S +R O 1944 o - Ap 3 2s 1 S +R O 1944 o - O 4 2 0 - +R O 1945 o - Ap 29 0 1 S +R O 1945 o - N 1 0 0 - +R O 1946 o - Ap 14 0s 1 S +R O 1946 o - O 7 2s 0 - +R O 1947 o - May 4 2s 1 S +R O 1947 1949 - O Su>=1 2s 0 - +R O 1948 o - Ap 18 2s 1 S +R O 1949 o - Ap 10 2s 1 S +R O 1957 o - Jun 2 1s 1 S +R O 1957 1958 - S lastSu 1s 0 - +R O 1958 o - Mar 30 1s 1 S +R O 1959 o - May 31 1s 1 S +R O 1959 1961 - O Su>=1 1s 0 - +R O 1960 o - Ap 3 1s 1 S +R O 1961 1964 - May lastSu 1s 1 S +R O 1962 1964 - S lastSu 1s 0 - +R p 1916 o - Jun 17 23 1 S +R p 1916 o - N 1 1 0 - +R p 1917 1921 - Mar 1 0 1 S +R p 1917 1921 - O 14 24 0 - +R p 1924 o - Ap 16 23s 1 S +R p 1924 o - O 4 23s 0 - +R p 1926 o - Ap 17 23s 1 S +R p 1926 1929 - O Sa>=1 23s 0 - +R p 1927 o - Ap 9 23s 1 S +R p 1928 o - Ap 14 23s 1 S +R p 1929 o - Ap 20 23s 1 S +R p 1931 o - Ap 18 23s 1 S +R p 1931 1932 - O Sa>=1 23s 0 - +R p 1932 o - Ap 2 23s 1 S +R p 1934 o - Ap 7 23s 1 S +R p 1934 1938 - O Sa>=1 23s 0 - +R p 1935 o - Mar 30 23s 1 S +R p 1936 o - Ap 18 23s 1 S +R p 1937 o - Ap 3 23s 1 S +R p 1938 o - Mar 26 23s 1 S +R p 1939 o - Ap 15 23s 1 S +R p 1939 o - N 18 23s 0 - +R p 1940 o - F 24 23s 1 S +R p 1940 o - O 7 23s 0 - +R p 1941 o - Ap 5 23s 1 S +R p 1941 o - O 5 23s 0 - +R p 1942 1945 - Mar Sa>=8 23s 1 S +R p 1942 o - Ap 25 22s 2 M +R p 1942 o - Au 15 22s 1 S +R p 1942 1945 - O Sa>=24 23s 0 - +R p 1943 o - Ap 17 22s 2 M +R p 1943 1945 - Au Sa>=25 22s 1 S +R p 1944 1945 - Ap Sa>=21 22s 2 M +R p 1946 o - Ap Sa>=1 23s 1 S +R p 1946 o - O Sa>=1 23s 0 - +R p 1947 1966 - Ap Su>=1 2s 1 S +R p 1947 1965 - O Su>=1 2s 0 - +R p 1976 o - S lastSu 1 0 - +R p 1977 o - Mar lastSu 0s 1 S +R p 1977 o - S lastSu 0s 0 - +R p 1978 1980 - Ap Su>=1 1s 1 S +R p 1978 o - O 1 1s 0 - +R p 1979 1980 - S lastSu 1s 0 - +R p 1981 1986 - Mar lastSu 0s 1 S +R p 1981 1985 - S lastSu 0s 0 - +R z 1932 o - May 21 0s 1 S +R z 1932 1939 - O Su>=1 0s 0 - +R z 1933 1939 - Ap Su>=2 0s 1 S +R z 1979 o - May 27 0 1 S +R z 1979 o - S lastSu 0 0 - +R z 1980 o - Ap 5 23 1 S +R z 1980 o - S lastSu 1 0 - +R z 1991 1993 - Mar lastSu 0s 1 S +R z 1991 1993 - S lastSu 0s 0 - +R s 1918 o - Ap 15 23 1 S +R s 1918 1919 - O 6 24s 0 - +R s 1919 o - Ap 6 23 1 S +R s 1924 o - Ap 16 23 1 S +R s 1924 o - O 4 24s 0 - +R s 1926 o - Ap 17 23 1 S +R s 1926 1929 - O Sa>=1 24s 0 - +R s 1927 o - Ap 9 23 1 S +R s 1928 o - Ap 15 0 1 S +R s 1929 o - Ap 20 23 1 S +R s 1937 o - Jun 16 23 1 S +R s 1937 o - O 2 24s 0 - +R s 1938 o - Ap 2 23 1 S +R s 1938 o - Ap 30 23 2 M +R s 1938 o - O 2 24 1 S +R s 1939 o - O 7 24s 0 - +R s 1942 o - May 2 23 1 S +R s 1942 o - S 1 1 0 - +R s 1943 1946 - Ap Sa>=13 23 1 S +R s 1943 1944 - O Su>=1 1 0 - +R s 1945 1946 - S lastSu 1 0 - +R s 1949 o - Ap 30 23 1 S +R s 1949 o - O 2 1 0 - +R s 1974 1975 - Ap Sa>=12 23 1 S +R s 1974 1975 - O Su>=1 1 0 - +R s 1976 o - Mar 27 23 1 S +R s 1976 1977 - S lastSu 1 0 - +R s 1977 o - Ap 2 23 1 S +R s 1978 o - Ap 2 2s 1 S +R s 1978 o - O 1 2s 0 - +R Sp 1967 o - Jun 3 12 1 S +R Sp 1967 o - O 1 0 0 - +R Sp 1974 o - Jun 24 0 1 S +R Sp 1974 o - S 1 0 0 - +R Sp 1976 1977 - May 1 0 1 S +R Sp 1976 o - Au 1 0 0 - +R Sp 1977 o - S 28 0 0 - +R Sp 1978 o - Jun 1 0 1 S +R Sp 1978 o - Au 4 0 0 - +R CH 1941 1942 - May M>=1 1 1 S +R CH 1941 1942 - O M>=1 2 0 - +R T 1916 o - May 1 0 1 S +R T 1916 o - O 1 0 0 - +R T 1920 o - Mar 28 0 1 S +R T 1920 o - O 25 0 0 - +R T 1921 o - Ap 3 0 1 S +R T 1921 o - O 3 0 0 - +R T 1922 o - Mar 26 0 1 S +R T 1922 o - O 8 0 0 - +R T 1924 o - May 13 0 1 S +R T 1924 1925 - O 1 0 0 - +R T 1925 o - May 1 0 1 S +R T 1940 o - Jul 1 0 1 S +R T 1940 o - O 6 0 0 - +R T 1940 o - D 1 0 1 S +R T 1941 o - S 21 0 0 - +R T 1942 o - Ap 1 0 1 S +R T 1945 o - O 8 0 0 - +R T 1946 o - Jun 1 0 1 S +R T 1946 o - O 1 0 0 - +R T 1947 1948 - Ap Su>=16 0 1 S +R T 1947 1951 - O Su>=2 0 0 - +R T 1949 o - Ap 10 0 1 S +R T 1950 o - Ap 16 0 1 S +R T 1951 o - Ap 22 0 1 S +R T 1962 o - Jul 15 0 1 S +R T 1963 o - O 30 0 0 - +R T 1964 o - May 15 0 1 S +R T 1964 o - O 1 0 0 - +R T 1973 o - Jun 3 1 1 S +R T 1973 1976 - O Su>=31 2 0 - +R T 1974 o - Mar 31 2 1 S +R T 1975 o - Mar 22 2 1 S +R T 1976 o - Mar 21 2 1 S +R T 1977 1978 - Ap Su>=1 2 1 S +R T 1977 1978 - O Su>=15 2 0 - +R T 1978 o - Jun 29 0 0 - +R T 1983 o - Jul 31 2 1 S +R T 1983 o - O 2 2 0 - +R T 1985 o - Ap 20 1s 1 S +R T 1985 o - S 28 1s 0 - +R T 1986 1993 - Mar lastSu 1s 1 S +R T 1986 1995 - S lastSu 1s 0 - +R T 1994 o - Mar 20 1s 1 S +R T 1995 2006 - Mar lastSu 1s 1 S +R T 1996 2006 - O lastSu 1s 0 - +R u 1918 1919 - Mar lastSu 2 1 D +R u 1918 1919 - O lastSu 2 0 S +R u 1942 o - F 9 2 1 W +R u 1945 o - Au 14 23u 1 P +R u 1945 o - S 30 2 0 S +R u 1967 2006 - O lastSu 2 0 S +R u 1967 1973 - Ap lastSu 2 1 D +R u 1974 o - Ja 6 2 1 D +R u 1975 o - F lastSu 2 1 D +R u 1976 1986 - Ap lastSu 2 1 D +R u 1987 2006 - Ap Su>=1 2 1 D +R u 2007 ma - Mar Su>=8 2 1 D +R u 2007 ma - N Su>=1 2 0 S +R NY 1920 o - Mar lastSu 2 1 D +R NY 1920 o - O lastSu 2 0 S +R NY 1921 1966 - Ap lastSu 2 1 D +R NY 1921 1954 - S lastSu 2 0 S +R NY 1955 1966 - O lastSu 2 0 S +R Ch 1920 o - Jun 13 2 1 D +R Ch 1920 1921 - O lastSu 2 0 S +R Ch 1921 o - Mar lastSu 2 1 D +R Ch 1922 1966 - Ap lastSu 2 1 D +R Ch 1922 1954 - S lastSu 2 0 S +R Ch 1955 1966 - O lastSu 2 0 S +R De 1920 1921 - Mar lastSu 2 1 D +R De 1920 o - O lastSu 2 0 S +R De 1921 o - May 22 2 0 S +R De 1965 1966 - Ap lastSu 2 1 D +R De 1965 1966 - O lastSu 2 0 S +R CA 1948 o - Mar 14 2:1 1 D +R CA 1949 o - Ja 1 2 0 S +R CA 1950 1966 - Ap lastSu 1 1 D +R CA 1950 1961 - S lastSu 2 0 S +R CA 1962 1966 - O lastSu 2 0 S +R In 1941 o - Jun 22 2 1 D +R In 1941 1954 - S lastSu 2 0 S +R In 1946 1954 - Ap lastSu 2 1 D +R Ma 1951 o - Ap lastSu 2 1 D +R Ma 1951 o - S lastSu 2 0 S +R Ma 1954 1960 - Ap lastSu 2 1 D +R Ma 1954 1960 - S lastSu 2 0 S +R V 1946 o - Ap lastSu 2 1 D +R V 1946 o - S lastSu 2 0 S +R V 1953 1954 - Ap lastSu 2 1 D +R V 1953 1959 - S lastSu 2 0 S +R V 1955 o - May 1 0 1 D +R V 1956 1963 - Ap lastSu 2 1 D +R V 1960 o - O lastSu 2 0 S +R V 1961 o - S lastSu 2 0 S +R V 1962 1963 - O lastSu 2 0 S +R Pe 1955 o - May 1 0 1 D +R Pe 1955 1960 - S lastSu 2 0 S +R Pe 1956 1963 - Ap lastSu 2 1 D +R Pe 1961 1963 - O lastSu 2 0 S +R Pi 1955 o - May 1 0 1 D +R Pi 1955 1960 - S lastSu 2 0 S +R Pi 1956 1964 - Ap lastSu 2 1 D +R Pi 1961 1964 - O lastSu 2 0 S +R St 1947 1961 - Ap lastSu 2 1 D +R St 1947 1954 - S lastSu 2 0 S +R St 1955 1956 - O lastSu 2 0 S +R St 1957 1958 - S lastSu 2 0 S +R St 1959 1961 - O lastSu 2 0 S +R Pu 1946 1960 - Ap lastSu 2 1 D +R Pu 1946 1954 - S lastSu 2 0 S +R Pu 1955 1956 - O lastSu 2 0 S +R Pu 1957 1960 - S lastSu 2 0 S +R v 1921 o - May 1 2 1 D +R v 1921 o - S 1 2 0 S +R v 1941 o - Ap lastSu 2 1 D +R v 1941 o - S lastSu 2 0 S +R v 1946 o - Ap lastSu 0:1 1 D +R v 1946 o - Jun 2 2 0 S +R v 1950 1961 - Ap lastSu 2 1 D +R v 1950 1955 - S lastSu 2 0 S +R v 1956 1961 - O lastSu 2 0 S +R Dt 1948 o - Ap lastSu 2 1 D +R Dt 1948 o - S lastSu 2 0 S +R Me 1946 o - Ap lastSu 2 1 D +R Me 1946 o - S lastSu 2 0 S +R Me 1966 o - Ap lastSu 2 1 D +R Me 1966 o - O lastSu 2 0 S +R C 1918 o - Ap 14 2 1 D +R C 1918 o - O 27 2 0 S +R C 1942 o - F 9 2 1 W +R C 1945 o - Au 14 23u 1 P +R C 1945 o - S 30 2 0 S +R C 1974 1986 - Ap lastSu 2 1 D +R C 1974 2006 - O lastSu 2 0 S +R C 1987 2006 - Ap Su>=1 2 1 D +R C 2007 ma - Mar Su>=8 2 1 D +R C 2007 ma - N Su>=1 2 0 S +R j 1917 o - Ap 8 2 1 D +R j 1917 o - S 17 2 0 S +R j 1919 o - May 5 23 1 D +R j 1919 o - Au 12 23 0 S +R j 1920 1935 - May Su>=1 23 1 D +R j 1920 1935 - O lastSu 23 0 S +R j 1936 1941 - May M>=9 0 1 D +R j 1936 1941 - O M>=2 0 0 S +R j 1946 1950 - May Su>=8 2 1 D +R j 1946 1950 - O Su>=2 2 0 S +R j 1951 1986 - Ap lastSu 2 1 D +R j 1951 1959 - S lastSu 2 0 S +R j 1960 1986 - O lastSu 2 0 S +R j 1987 o - Ap Su>=1 0:1 1 D +R j 1987 2006 - O lastSu 0:1 0 S +R j 1988 o - Ap Su>=1 0:1 2 DD +R j 1989 2006 - Ap Su>=1 0:1 1 D +R j 2007 2011 - Mar Su>=8 0:1 1 D +R j 2007 2010 - N Su>=1 0:1 0 S +R H 1916 o - Ap 1 0 1 D +R H 1916 o - O 1 0 0 S +R H 1920 o - May 9 0 1 D +R H 1920 o - Au 29 0 0 S +R H 1921 o - May 6 0 1 D +R H 1921 1922 - S 5 0 0 S +R H 1922 o - Ap 30 0 1 D +R H 1923 1925 - May Su>=1 0 1 D +R H 1923 o - S 4 0 0 S +R H 1924 o - S 15 0 0 S +R H 1925 o - S 28 0 0 S +R H 1926 o - May 16 0 1 D +R H 1926 o - S 13 0 0 S +R H 1927 o - May 1 0 1 D +R H 1927 o - S 26 0 0 S +R H 1928 1931 - May Su>=8 0 1 D +R H 1928 o - S 9 0 0 S +R H 1929 o - S 3 0 0 S +R H 1930 o - S 15 0 0 S +R H 1931 1932 - S M>=24 0 0 S +R H 1932 o - May 1 0 1 D +R H 1933 o - Ap 30 0 1 D +R H 1933 o - O 2 0 0 S +R H 1934 o - May 20 0 1 D +R H 1934 o - S 16 0 0 S +R H 1935 o - Jun 2 0 1 D +R H 1935 o - S 30 0 0 S +R H 1936 o - Jun 1 0 1 D +R H 1936 o - S 14 0 0 S +R H 1937 1938 - May Su>=1 0 1 D +R H 1937 1941 - S M>=24 0 0 S +R H 1939 o - May 28 0 1 D +R H 1940 1941 - May Su>=1 0 1 D +R H 1946 1949 - Ap lastSu 2 1 D +R H 1946 1949 - S lastSu 2 0 S +R H 1951 1954 - Ap lastSu 2 1 D +R H 1951 1954 - S lastSu 2 0 S +R H 1956 1959 - Ap lastSu 2 1 D +R H 1956 1959 - S lastSu 2 0 S +R H 1962 1973 - Ap lastSu 2 1 D +R H 1962 1973 - O lastSu 2 0 S +R o 1933 1935 - Jun Su>=8 1 1 D +R o 1933 1935 - S Su>=8 1 0 S +R o 1936 1938 - Jun Su>=1 1 1 D +R o 1936 1938 - S Su>=1 1 0 S +R o 1939 o - May 27 1 1 D +R o 1939 1941 - S Sa>=21 1 0 S +R o 1940 o - May 19 1 1 D +R o 1941 o - May 4 1 1 D +R o 1946 1972 - Ap lastSu 2 1 D +R o 1946 1956 - S lastSu 2 0 S +R o 1957 1972 - O lastSu 2 0 S +R o 1993 2006 - Ap Su>=1 0:1 1 D +R o 1993 2006 - O lastSu 0:1 0 S +R t 1919 o - Mar 30 23:30 1 D +R t 1919 o - O 26 0 0 S +R t 1920 o - May 2 2 1 D +R t 1920 o - S 26 0 0 S +R t 1921 o - May 15 2 1 D +R t 1921 o - S 15 2 0 S +R t 1922 1923 - May Su>=8 2 1 D +R t 1922 1926 - S Su>=15 2 0 S +R t 1924 1927 - May Su>=1 2 1 D +R t 1927 1937 - S Su>=25 2 0 S +R t 1928 1937 - Ap Su>=25 2 1 D +R t 1938 1940 - Ap lastSu 2 1 D +R t 1938 1939 - S lastSu 2 0 S +R t 1945 1948 - S lastSu 2 0 S +R t 1946 1973 - Ap lastSu 2 1 D +R t 1949 1950 - N lastSu 2 0 S +R t 1951 1956 - S lastSu 2 0 S +R t 1957 1973 - O lastSu 2 0 S +R W 1916 o - Ap 23 0 1 D +R W 1916 o - S 17 0 0 S +R W 1918 o - Ap 14 2 1 D +R W 1918 o - O 27 2 0 S +R W 1937 o - May 16 2 1 D +R W 1937 o - S 26 2 0 S +R W 1942 o - F 9 2 1 W +R W 1945 o - Au 14 23u 1 P +R W 1945 o - S lastSu 2 0 S +R W 1946 o - May 12 2 1 D +R W 1946 o - O 13 2 0 S +R W 1947 1949 - Ap lastSu 2 1 D +R W 1947 1949 - S lastSu 2 0 S +R W 1950 o - May 1 2 1 D +R W 1950 o - S 30 2 0 S +R W 1951 1960 - Ap lastSu 2 1 D +R W 1951 1958 - S lastSu 2 0 S +R W 1959 o - O lastSu 2 0 S +R W 1960 o - S lastSu 2 0 S +R W 1963 o - Ap lastSu 2 1 D +R W 1963 o - S 22 2 0 S +R W 1966 1986 - Ap lastSu 2s 1 D +R W 1966 2005 - O lastSu 2s 0 S +R W 1987 2005 - Ap Su>=1 2s 1 D +R r 1918 o - Ap 14 2 1 D +R r 1918 o - O 27 2 0 S +R r 1930 1934 - May Su>=1 0 1 D +R r 1930 1934 - O Su>=1 0 0 S +R r 1937 1941 - Ap Su>=8 0 1 D +R r 1937 o - O Su>=8 0 0 S +R r 1938 o - O Su>=1 0 0 S +R r 1939 1941 - O Su>=8 0 0 S +R r 1942 o - F 9 2 1 W +R r 1945 o - Au 14 23u 1 P +R r 1945 o - S lastSu 2 0 S +R r 1946 o - Ap Su>=8 2 1 D +R r 1946 o - O Su>=8 2 0 S +R r 1947 1957 - Ap lastSu 2 1 D +R r 1947 1957 - S lastSu 2 0 S +R r 1959 o - Ap lastSu 2 1 D +R r 1959 o - O lastSu 2 0 S +R Sw 1957 o - Ap lastSu 2 1 D +R Sw 1957 o - O lastSu 2 0 S +R Sw 1959 1961 - Ap lastSu 2 1 D +R Sw 1959 o - O lastSu 2 0 S +R Sw 1960 1961 - S lastSu 2 0 S +R Ed 1918 1919 - Ap Su>=8 2 1 D +R Ed 1918 o - O 27 2 0 S +R Ed 1919 o - May 27 2 0 S +R Ed 1920 1923 - Ap lastSu 2 1 D +R Ed 1920 o - O lastSu 2 0 S +R Ed 1921 1923 - S lastSu 2 0 S +R Ed 1942 o - F 9 2 1 W +R Ed 1945 o - Au 14 23u 1 P +R Ed 1945 o - S lastSu 2 0 S +R Ed 1947 o - Ap lastSu 2 1 D +R Ed 1947 o - S lastSu 2 0 S +R Ed 1972 1986 - Ap lastSu 2 1 D +R Ed 1972 2006 - O lastSu 2 0 S +R Va 1918 o - Ap 14 2 1 D +R Va 1918 o - O 27 2 0 S +R Va 1942 o - F 9 2 1 W +R Va 1945 o - Au 14 23u 1 P +R Va 1945 o - S 30 2 0 S +R Va 1946 1986 - Ap lastSu 2 1 D +R Va 1946 o - S 29 2 0 S +R Va 1947 1961 - S lastSu 2 0 S +R Va 1962 2006 - O lastSu 2 0 S +R Y 1918 o - Ap 14 2 1 D +R Y 1918 o - O 27 2 0 S +R Y 1919 o - May 25 2 1 D +R Y 1919 o - N 1 0 0 S +R Y 1942 o - F 9 2 1 W +R Y 1945 o - Au 14 23u 1 P +R Y 1945 o - S 30 2 0 S +R Y 1972 1986 - Ap lastSu 2 1 D +R Y 1972 2006 - O lastSu 2 0 S +R Y 1987 2006 - Ap Su>=1 2 1 D +R Yu 1965 o - Ap lastSu 0 2 DD +R Yu 1965 o - O lastSu 2 0 S +R m 1931 o - Ap 30 0 1 D +R m 1931 o - O 1 0 0 S +R m 1939 o - F 5 0 1 D +R m 1939 o - Jun 25 0 0 S +R m 1940 o - D 9 0 1 D +R m 1941 o - Ap 1 0 0 S +R m 1943 o - D 16 0 1 W +R m 1944 o - May 1 0 0 S +R m 1950 o - F 12 0 1 D +R m 1950 o - Jul 30 0 0 S +R m 1996 2000 - Ap Su>=1 2 1 D +R m 1996 2000 - O lastSu 2 0 S +R m 2001 o - May Su>=1 2 1 D +R m 2001 o - S lastSu 2 0 S +R m 2002 2022 - Ap Su>=1 2 1 D +R m 2002 2022 - O lastSu 2 0 S +R BB 1942 o - Ap 19 5u 1 D +R BB 1942 o - Au 31 6u 0 S +R BB 1943 o - May 2 5u 1 D +R BB 1943 o - S 5 6u 0 S +R BB 1944 o - Ap 10 5u 0:30 - +R BB 1944 o - S 10 6u 0 S +R BB 1977 o - Jun 12 2 1 D +R BB 1977 1978 - O Su>=1 2 0 S +R BB 1978 1980 - Ap Su>=15 2 1 D +R BB 1979 o - S 30 2 0 S +R BB 1980 o - S 25 2 0 S +R BZ 1918 1941 - O Sa>=1 24 0:30 -0530 +R BZ 1919 1942 - F Sa>=8 24 0 CST +R BZ 1942 o - Jun 27 24 1 CWT +R BZ 1945 o - Au 14 23u 1 CPT +R BZ 1945 o - D 15 24 0 CST +R BZ 1947 1967 - O Sa>=1 24 0:30 -0530 +R BZ 1948 1968 - F Sa>=8 24 0 CST +R BZ 1973 o - D 5 0 1 CDT +R BZ 1974 o - F 9 0 0 CST +R BZ 1982 o - D 18 0 1 CDT +R BZ 1983 o - F 12 0 0 CST +R Be 1917 o - Ap 5 24 1 - +R Be 1917 o - S 30 24 0 - +R Be 1918 o - Ap 13 24 1 - +R Be 1918 o - S 15 24 0 S +R Be 1942 o - Ja 11 2 1 D +R Be 1942 o - O 18 2 0 S +R Be 1943 o - Mar 21 2 1 D +R Be 1943 o - O 31 2 0 S +R Be 1944 1945 - Mar Su>=8 2 1 D +R Be 1944 1945 - N Su>=1 2 0 S +R Be 1947 o - May Su>=15 2 1 D +R Be 1947 o - S Su>=8 2 0 S +R Be 1948 1952 - May Su>=22 2 1 D +R Be 1948 1952 - S Su>=1 2 0 S +R Be 1956 o - May Su>=22 2 1 D +R Be 1956 o - O lastSu 2 0 S +R CR 1979 1980 - F lastSu 0 1 D +R CR 1979 1980 - Jun Su>=1 0 0 S +R CR 1991 1992 - Ja Sa>=15 0 1 D +R CR 1991 o - Jul 1 0 0 S +R CR 1992 o - Mar 15 0 0 S +R Q 1928 o - Jun 10 0 1 D +R Q 1928 o - O 10 0 0 S +R Q 1940 1942 - Jun Su>=1 0 1 D +R Q 1940 1942 - S Su>=1 0 0 S +R Q 1945 1946 - Jun Su>=1 0 1 D +R Q 1945 1946 - S Su>=1 0 0 S +R Q 1965 o - Jun 1 0 1 D +R Q 1965 o - S 30 0 0 S +R Q 1966 o - May 29 0 1 D +R Q 1966 o - O 2 0 0 S +R Q 1967 o - Ap 8 0 1 D +R Q 1967 1968 - S Su>=8 0 0 S +R Q 1968 o - Ap 14 0 1 D +R Q 1969 1977 - Ap lastSu 0 1 D +R Q 1969 1971 - O lastSu 0 0 S +R Q 1972 1974 - O 8 0 0 S +R Q 1975 1977 - O lastSu 0 0 S +R Q 1978 o - May 7 0 1 D +R Q 1978 1990 - O Su>=8 0 0 S +R Q 1979 1980 - Mar Su>=15 0 1 D +R Q 1981 1985 - May Su>=5 0 1 D +R Q 1986 1989 - Mar Su>=14 0 1 D +R Q 1990 1997 - Ap Su>=1 0 1 D +R Q 1991 1995 - O Su>=8 0s 0 S +R Q 1996 o - O 6 0s 0 S +R Q 1997 o - O 12 0s 0 S +R Q 1998 1999 - Mar lastSu 0s 1 D +R Q 1998 2003 - O lastSu 0s 0 S +R Q 2000 2003 - Ap Su>=1 0s 1 D +R Q 2004 o - Mar lastSu 0s 1 D +R Q 2006 2010 - O lastSu 0s 0 S +R Q 2007 o - Mar Su>=8 0s 1 D +R Q 2008 o - Mar Su>=15 0s 1 D +R Q 2009 2010 - Mar Su>=8 0s 1 D +R Q 2011 o - Mar Su>=15 0s 1 D +R Q 2011 o - N 13 0s 0 S +R Q 2012 o - Ap 1 0s 1 D +R Q 2012 ma - N Su>=1 0s 0 S +R Q 2013 ma - Mar Su>=8 0s 1 D +R DO 1966 o - O 30 0 1 EDT +R DO 1967 o - F 28 0 0 EST +R DO 1969 1973 - O lastSu 0 0:30 -0430 +R DO 1970 o - F 21 0 0 EST +R DO 1971 o - Ja 20 0 0 EST +R DO 1972 1974 - Ja 21 0 0 EST +R SV 1987 1988 - May Su>=1 0 1 D +R SV 1987 1988 - S lastSu 0 0 S +R GT 1973 o - N 25 0 1 D +R GT 1974 o - F 24 0 0 S +R GT 1983 o - May 21 0 1 D +R GT 1983 o - S 22 0 0 S +R GT 1991 o - Mar 23 0 1 D +R GT 1991 o - S 7 0 0 S +R GT 2006 o - Ap 30 0 1 D +R GT 2006 o - O 1 0 0 S +R HT 1983 o - May 8 0 1 D +R HT 1984 1987 - Ap lastSu 0 1 D +R HT 1983 1987 - O lastSu 0 0 S +R HT 1988 1997 - Ap Su>=1 1s 1 D +R HT 1988 1997 - O lastSu 1s 0 S +R HT 2005 2006 - Ap Su>=1 0 1 D +R HT 2005 2006 - O lastSu 0 0 S +R HT 2012 2015 - Mar Su>=8 2 1 D +R HT 2012 2015 - N Su>=1 2 0 S +R HT 2017 ma - Mar Su>=8 2 1 D +R HT 2017 ma - N Su>=1 2 0 S +R HN 1987 1988 - May Su>=1 0 1 D +R HN 1987 1988 - S lastSu 0 0 S +R HN 2006 o - May Su>=1 0 1 D +R HN 2006 o - Au M>=1 0 0 S +R NI 1979 1980 - Mar Su>=16 0 1 D +R NI 1979 1980 - Jun M>=23 0 0 S +R NI 2005 o - Ap 10 0 1 D +R NI 2005 o - O Su>=1 0 0 S +R NI 2006 o - Ap 30 2 1 D +R NI 2006 o - O Su>=1 1 0 S +R A 1930 o - D 1 0 1 - +R A 1931 o - Ap 1 0 0 - +R A 1931 o - O 15 0 1 - +R A 1932 1940 - Mar 1 0 0 - +R A 1932 1939 - N 1 0 1 - +R A 1940 o - Jul 1 0 1 - +R A 1941 o - Jun 15 0 0 - +R A 1941 o - O 15 0 1 - +R A 1943 o - Au 1 0 0 - +R A 1943 o - O 15 0 1 - +R A 1946 o - Mar 1 0 0 - +R A 1946 o - O 1 0 1 - +R A 1963 o - O 1 0 0 - +R A 1963 o - D 15 0 1 - +R A 1964 1966 - Mar 1 0 0 - +R A 1964 1966 - O 15 0 1 - +R A 1967 o - Ap 2 0 0 - +R A 1967 1968 - O Su>=1 0 1 - +R A 1968 1969 - Ap Su>=1 0 0 - +R A 1974 o - Ja 23 0 1 - +R A 1974 o - May 1 0 0 - +R A 1988 o - D 1 0 1 - +R A 1989 1993 - Mar Su>=1 0 0 - +R A 1989 1992 - O Su>=15 0 1 - +R A 1999 o - O Su>=1 0 1 - +R A 2000 o - Mar 3 0 0 - +R A 2007 o - D 30 0 1 - +R A 2008 2009 - Mar Su>=15 0 0 - +R A 2008 o - O Su>=15 0 1 - +R Sa 2008 2009 - Mar Su>=8 0 0 - +R Sa 2007 2008 - O Su>=8 0 1 - +R B 1931 o - O 3 11 1 - +R B 1932 1933 - Ap 1 0 0 - +R B 1932 o - O 3 0 1 - +R B 1949 1952 - D 1 0 1 - +R B 1950 o - Ap 16 1 0 - +R B 1951 1952 - Ap 1 0 0 - +R B 1953 o - Mar 1 0 0 - +R B 1963 o - D 9 0 1 - +R B 1964 o - Mar 1 0 0 - +R B 1965 o - Ja 31 0 1 - +R B 1965 o - Mar 31 0 0 - +R B 1965 o - D 1 0 1 - +R B 1966 1968 - Mar 1 0 0 - +R B 1966 1967 - N 1 0 1 - +R B 1985 o - N 2 0 1 - +R B 1986 o - Mar 15 0 0 - +R B 1986 o - O 25 0 1 - +R B 1987 o - F 14 0 0 - +R B 1987 o - O 25 0 1 - +R B 1988 o - F 7 0 0 - +R B 1988 o - O 16 0 1 - +R B 1989 o - Ja 29 0 0 - +R B 1989 o - O 15 0 1 - +R B 1990 o - F 11 0 0 - +R B 1990 o - O 21 0 1 - +R B 1991 o - F 17 0 0 - +R B 1991 o - O 20 0 1 - +R B 1992 o - F 9 0 0 - +R B 1992 o - O 25 0 1 - +R B 1993 o - Ja 31 0 0 - +R B 1993 1995 - O Su>=11 0 1 - +R B 1994 1995 - F Su>=15 0 0 - +R B 1996 o - F 11 0 0 - +R B 1996 o - O 6 0 1 - +R B 1997 o - F 16 0 0 - +R B 1997 o - O 6 0 1 - +R B 1998 o - Mar 1 0 0 - +R B 1998 o - O 11 0 1 - +R B 1999 o - F 21 0 0 - +R B 1999 o - O 3 0 1 - +R B 2000 o - F 27 0 0 - +R B 2000 2001 - O Su>=8 0 1 - +R B 2001 2006 - F Su>=15 0 0 - +R B 2002 o - N 3 0 1 - +R B 2003 o - O 19 0 1 - +R B 2004 o - N 2 0 1 - +R B 2005 o - O 16 0 1 - +R B 2006 o - N 5 0 1 - +R B 2007 o - F 25 0 0 - +R B 2007 o - O Su>=8 0 1 - +R B 2008 2017 - O Su>=15 0 1 - +R B 2008 2011 - F Su>=15 0 0 - +R B 2012 o - F Su>=22 0 0 - +R B 2013 2014 - F Su>=15 0 0 - +R B 2015 o - F Su>=22 0 0 - +R B 2016 2019 - F Su>=15 0 0 - +R B 2018 o - N Su>=1 0 1 - +R x 1927 1931 - S 1 0 1 - +R x 1928 1932 - Ap 1 0 0 - +R x 1968 o - N 3 4u 1 - +R x 1969 o - Mar 30 3u 0 - +R x 1969 o - N 23 4u 1 - +R x 1970 o - Mar 29 3u 0 - +R x 1971 o - Mar 14 3u 0 - +R x 1970 1972 - O Su>=9 4u 1 - +R x 1972 1986 - Mar Su>=9 3u 0 - +R x 1973 o - S 30 4u 1 - +R x 1974 1987 - O Su>=9 4u 1 - +R x 1987 o - Ap 12 3u 0 - +R x 1988 1990 - Mar Su>=9 3u 0 - +R x 1988 1989 - O Su>=9 4u 1 - +R x 1990 o - S 16 4u 1 - +R x 1991 1996 - Mar Su>=9 3u 0 - +R x 1991 1997 - O Su>=9 4u 1 - +R x 1997 o - Mar 30 3u 0 - +R x 1998 o - Mar Su>=9 3u 0 - +R x 1998 o - S 27 4u 1 - +R x 1999 o - Ap 4 3u 0 - +R x 1999 2010 - O Su>=9 4u 1 - +R x 2000 2007 - Mar Su>=9 3u 0 - +R x 2008 o - Mar 30 3u 0 - +R x 2009 o - Mar Su>=9 3u 0 - +R x 2010 o - Ap Su>=1 3u 0 - +R x 2011 o - May Su>=2 3u 0 - +R x 2011 o - Au Su>=16 4u 1 - +R x 2012 2014 - Ap Su>=23 3u 0 - +R x 2012 2014 - S Su>=2 4u 1 - +R x 2016 2018 - May Su>=9 3u 0 - +R x 2016 2018 - Au Su>=9 4u 1 - +R x 2019 ma - Ap Su>=2 3u 0 - +R x 2019 2021 - S Su>=2 4u 1 - +R x 2022 o - S Su>=9 4u 1 - +R x 2023 ma - S Su>=2 4u 1 - +R CO 1992 o - May 3 0 1 - +R CO 1993 o - F 6 24 0 - +R EC 1992 o - N 28 0 1 - +R EC 1993 o - F 5 0 0 - +R FK 1937 1938 - S lastSu 0 1 - +R FK 1938 1942 - Mar Su>=19 0 0 - +R FK 1939 o - O 1 0 1 - +R FK 1940 1942 - S lastSu 0 1 - +R FK 1943 o - Ja 1 0 0 - +R FK 1983 o - S lastSu 0 1 - +R FK 1984 1985 - Ap lastSu 0 0 - +R FK 1984 o - S 16 0 1 - +R FK 1985 2000 - S Su>=9 0 1 - +R FK 1986 2000 - Ap Su>=16 0 0 - +R FK 2001 2010 - Ap Su>=15 2 0 - +R FK 2001 2010 - S Su>=1 2 1 - +R y 1975 1988 - O 1 0 1 - +R y 1975 1978 - Mar 1 0 0 - +R y 1979 1991 - Ap 1 0 0 - +R y 1989 o - O 22 0 1 - +R y 1990 o - O 1 0 1 - +R y 1991 o - O 6 0 1 - +R y 1992 o - Mar 1 0 0 - +R y 1992 o - O 5 0 1 - +R y 1993 o - Mar 31 0 0 - +R y 1993 1995 - O 1 0 1 - +R y 1994 1995 - F lastSu 0 0 - +R y 1996 o - Mar 1 0 0 - +R y 1996 2001 - O Su>=1 0 1 - +R y 1997 o - F lastSu 0 0 - +R y 1998 2001 - Mar Su>=1 0 0 - +R y 2002 2004 - Ap Su>=1 0 0 - +R y 2002 2003 - S Su>=1 0 1 - +R y 2004 2009 - O Su>=15 0 1 - +R y 2005 2009 - Mar Su>=8 0 0 - +R y 2010 2024 - O Su>=1 0 1 - +R y 2010 2012 - Ap Su>=8 0 0 - +R y 2013 2024 - Mar Su>=22 0 0 - +R PE 1938 o - Ja 1 0 1 - +R PE 1938 o - Ap 1 0 0 - +R PE 1938 1939 - S lastSu 0 1 - +R PE 1939 1940 - Mar Su>=24 0 0 - +R PE 1986 1987 - Ja 1 0 1 - +R PE 1986 1987 - Ap 1 0 0 - +R PE 1990 o - Ja 1 0 1 - +R PE 1990 o - Ap 1 0 0 - +R PE 1994 o - Ja 1 0 1 - +R PE 1994 o - Ap 1 0 0 - +R U 1923 1925 - O 1 0 0:30 - +R U 1924 1926 - Ap 1 0 0 - +R U 1933 1938 - O lastSu 0 0:30 - +R U 1934 1941 - Mar lastSa 24 0 - +R U 1939 o - O 1 0 0:30 - +R U 1940 o - O 27 0 0:30 - +R U 1941 o - Au 1 0 0:30 - +R U 1942 o - D 14 0 0:30 - +R U 1943 o - Mar 14 0 0 - +R U 1959 o - May 24 0 0:30 - +R U 1959 o - N 15 0 0 - +R U 1960 o - Ja 17 0 1 - +R U 1960 o - Mar 6 0 0 - +R U 1965 o - Ap 4 0 1 - +R U 1965 o - S 26 0 0 - +R U 1968 o - May 27 0 0:30 - +R U 1968 o - D 1 0 0 - +R U 1970 o - Ap 25 0 1 - +R U 1970 o - Jun 14 0 0 - +R U 1972 o - Ap 23 0 1 - +R U 1972 o - Jul 16 0 0 - +R U 1974 o - Ja 13 0 1:30 - +R U 1974 o - Mar 10 0 0:30 - +R U 1974 o - S 1 0 0 - +R U 1974 o - D 22 0 1 - +R U 1975 o - Mar 30 0 0 - +R U 1976 o - D 19 0 1 - +R U 1977 o - Mar 6 0 0 - +R U 1977 o - D 4 0 1 - +R U 1978 1979 - Mar Su>=1 0 0 - +R U 1978 o - D 17 0 1 - +R U 1979 o - Ap 29 0 1 - +R U 1980 o - Mar 16 0 0 - +R U 1987 o - D 14 0 1 - +R U 1988 o - F 28 0 0 - +R U 1988 o - D 11 0 1 - +R U 1989 o - Mar 5 0 0 - +R U 1989 o - O 29 0 1 - +R U 1990 o - F 25 0 0 - +R U 1990 1991 - O Su>=21 0 1 - +R U 1991 1992 - Mar Su>=1 0 0 - +R U 1992 o - O 18 0 1 - +R U 1993 o - F 28 0 0 - +R U 2004 o - S 19 0 1 - +R U 2005 o - Mar 27 2 0 - +R U 2005 o - O 9 2 1 - +R U 2006 2015 - Mar Su>=8 2 0 - +R U 2006 2014 - O Su>=1 2 1 - +Z Africa/Abidjan -0:16:8 - LMT 1912 +0 - GMT +Z Africa/Algiers 0:12:12 - LMT 1891 Mar 16 +0:9:21 - PMT 1911 Mar 11 +0 d WE%sT 1940 F 25 2 +1 d CE%sT 1946 O 7 +0 - WET 1956 Ja 29 +1 - CET 1963 Ap 14 +0 d WE%sT 1977 O 21 +1 d CE%sT 1979 O 26 +0 d WE%sT 1981 May +1 - CET +Z Africa/Bissau -1:2:20 - LMT 1912 Ja 1 1u +-1 - %z 1975 +0 - GMT +Z Africa/Cairo 2:5:9 - LMT 1900 O +2 K EE%sT +Z Africa/Casablanca -0:30:20 - LMT 1913 O 26 +0 M %z 1984 Mar 16 +1 - %z 1986 +0 M %z 2018 O 28 3 +1 M %z +Z Africa/Ceuta -0:21:16 - LMT 1901 Ja 1 0u +0 - WET 1918 May 6 23 +0 1 WEST 1918 O 7 23 +0 - WET 1924 +0 s WE%sT 1929 +0 - WET 1967 +0 Sp WE%sT 1984 Mar 16 +1 - CET 1986 +1 E CE%sT +Z Africa/El_Aaiun -0:52:48 - LMT 1934 +-1 - %z 1976 Ap 14 +0 M %z 2018 O 28 3 +1 M %z +Z Africa/Johannesburg 1:52 - LMT 1892 F 8 +1:30 - SAST 1903 Mar +2 SA SAST +Z Africa/Juba 2:6:28 - LMT 1931 +2 SD CA%sT 2000 Ja 15 12 +3 - EAT 2021 F +2 - CAT +Z Africa/Khartoum 2:10:8 - LMT 1931 +2 SD CA%sT 2000 Ja 15 12 +3 - EAT 2017 N +2 - CAT +Z Africa/Lagos 0:13:35 - LMT 1905 Jul +0 - GMT 1908 Jul +0:13:35 - LMT 1914 +0:30 - %z 1919 S +1 - WAT +Z Africa/Maputo 2:10:18 - LMT 1909 +2 - CAT +Z Africa/Monrovia -0:43:8 - LMT 1882 +-0:43:8 - MMT 1919 Mar +-0:44:30 - MMT 1972 Ja 7 +0 - GMT +Z Africa/Nairobi 2:27:16 - LMT 1908 May +2:30 - %z 1928 Jun 30 24 +3 - EAT 1930 Ja 4 24 +2:30 - %z 1936 D 31 24 +2:45 - %z 1942 Jul 31 24 +3 - EAT +Z Africa/Ndjamena 1:0:12 - LMT 1912 +1 - WAT 1979 O 14 +1 1 WAST 1980 Mar 8 +1 - WAT +Z Africa/Sao_Tome 0:26:56 - LMT 1884 +-0:36:45 - LMT 1912 Ja 1 0u +0 - GMT 2018 Ja 1 1 +1 - WAT 2019 Ja 1 2 +0 - GMT +Z Africa/Tripoli 0:52:44 - LMT 1920 +1 L CE%sT 1959 +2 - EET 1982 +1 L CE%sT 1990 May 4 +2 - EET 1996 S 30 +1 L CE%sT 1997 O 4 +2 - EET 2012 N 10 2 +1 L CE%sT 2013 O 25 2 +2 - EET +Z Africa/Tunis 0:40:44 - LMT 1881 May 12 +0:9:21 - PMT 1911 Mar 11 +1 n CE%sT +Z Africa/Windhoek 1:8:24 - LMT 1892 F 8 +1:30 - %z 1903 Mar +2 - SAST 1942 S 20 2 +2 1 SAST 1943 Mar 21 2 +2 - SAST 1990 Mar 21 +2 NA %s +Z America/Adak 12:13:22 - LMT 1867 O 19 12:44:35 +-11:46:38 - LMT 1900 Au 20 12 +-11 - NST 1942 +-11 u N%sT 1946 +-11 - NST 1967 Ap +-11 - BST 1969 +-11 u B%sT 1983 O 30 2 +-10 u AH%sT 1983 N 30 +-10 u H%sT +Z America/Anchorage 14:0:24 - LMT 1867 O 19 14:31:37 +-9:59:36 - LMT 1900 Au 20 12 +-10 - AST 1942 +-10 u A%sT 1967 Ap +-10 - AHST 1969 +-10 u AH%sT 1983 O 30 2 +-9 u Y%sT 1983 N 30 +-9 u AK%sT +Z America/Araguaina -3:12:48 - LMT 1914 +-3 B %z 1990 S 17 +-3 - %z 1995 S 14 +-3 B %z 2003 S 24 +-3 - %z 2012 O 21 +-3 B %z 2013 S +-3 - %z +Z America/Argentina/Buenos_Aires -3:53:48 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 A %z +Z America/Argentina/Catamarca -4:23:8 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1991 Mar 3 +-4 - %z 1991 O 20 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 - %z 2004 Jun +-4 - %z 2004 Jun 20 +-3 A %z 2008 O 18 +-3 - %z +Z America/Argentina/Cordoba -4:16:48 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1991 Mar 3 +-4 - %z 1991 O 20 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 A %z +Z America/Argentina/Jujuy -4:21:12 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1990 Mar 4 +-4 - %z 1990 O 28 +-4 1 %z 1991 Mar 17 +-4 - %z 1991 O 6 +-3 1 %z 1992 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 A %z 2008 O 18 +-3 - %z +Z America/Argentina/La_Rioja -4:27:24 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1991 Mar +-4 - %z 1991 May 7 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 - %z 2004 Jun +-4 - %z 2004 Jun 20 +-3 A %z 2008 O 18 +-3 - %z +Z America/Argentina/Mendoza -4:35:16 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1990 Mar 4 +-4 - %z 1990 O 15 +-4 1 %z 1991 Mar +-4 - %z 1991 O 15 +-4 1 %z 1992 Mar +-4 - %z 1992 O 18 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 - %z 2004 May 23 +-4 - %z 2004 S 26 +-3 A %z 2008 O 18 +-3 - %z +Z America/Argentina/Rio_Gallegos -4:36:52 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 - %z 2004 Jun +-4 - %z 2004 Jun 20 +-3 A %z 2008 O 18 +-3 - %z +Z America/Argentina/Salta -4:21:40 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1991 Mar 3 +-4 - %z 1991 O 20 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 A %z 2008 O 18 +-3 - %z +Z America/Argentina/San_Juan -4:34:4 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1991 Mar +-4 - %z 1991 May 7 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 - %z 2004 May 31 +-4 - %z 2004 Jul 25 +-3 A %z 2008 O 18 +-3 - %z +Z America/Argentina/San_Luis -4:25:24 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1990 +-3 1 %z 1990 Mar 14 +-4 - %z 1990 O 15 +-4 1 %z 1991 Mar +-4 - %z 1991 Jun +-3 - %z 1999 O 3 +-4 1 %z 2000 Mar 3 +-3 - %z 2004 May 31 +-4 - %z 2004 Jul 25 +-3 A %z 2008 Ja 21 +-4 Sa %z 2009 O 11 +-3 - %z +Z America/Argentina/Tucuman -4:20:52 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1991 Mar 3 +-4 - %z 1991 O 20 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 - %z 2004 Jun +-4 - %z 2004 Jun 13 +-3 A %z +Z America/Argentina/Ushuaia -4:33:12 - LMT 1894 O 31 +-4:16:48 - CMT 1920 May +-4 - %z 1930 D +-4 A %z 1969 O 5 +-3 A %z 1999 O 3 +-4 A %z 2000 Mar 3 +-3 - %z 2004 May 30 +-4 - %z 2004 Jun 20 +-3 A %z 2008 O 18 +-3 - %z +Z America/Asuncion -3:50:40 - LMT 1890 +-3:50:40 - AMT 1931 O 10 +-4 - %z 1972 O +-3 - %z 1974 Ap +-4 y %z 2024 O 15 +-3 - %z +Z America/Bahia -2:34:4 - LMT 1914 +-3 B %z 2003 S 24 +-3 - %z 2011 O 16 +-3 B %z 2012 O 21 +-3 - %z +Z America/Bahia_Banderas -7:1 - LMT 1922 Ja 1 7u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 - CST 1942 Ap 24 +-7 - MST 1970 +-7 m M%sT 2010 Ap 4 2 +-6 m C%sT +Z America/Barbados -3:58:29 - LMT 1911 Au 28 +-4 BB A%sT 1944 +-4 BB AST/-0330 1945 +-4 BB A%sT +Z America/Belem -3:13:56 - LMT 1914 +-3 B %z 1988 S 12 +-3 - %z +Z America/Belize -5:52:48 - LMT 1912 Ap +-6 BZ %s +Z America/Boa_Vista -4:2:40 - LMT 1914 +-4 B %z 1988 S 12 +-4 - %z 1999 S 30 +-4 B %z 2000 O 15 +-4 - %z +Z America/Bogota -4:56:16 - LMT 1884 Mar 13 +-4:56:16 - BMT 1914 N 23 +-5 CO %z +Z America/Boise -7:44:49 - LMT 1883 N 18 20u +-8 u P%sT 1923 May 13 2 +-7 u M%sT 1974 +-7 - MST 1974 F 3 2 +-7 u M%sT +Z America/Cambridge_Bay 0 - -00 1920 +-7 Y M%sT 1999 O 31 2 +-6 C C%sT 2000 O 29 2 +-5 - EST 2000 N 5 +-6 - CST 2001 Ap 1 3 +-7 C M%sT +Z America/Campo_Grande -3:38:28 - LMT 1914 +-4 B %z +Z America/Cancun -5:47:4 - LMT 1922 Ja 1 6u +-6 - CST 1981 D 26 2 +-5 - EST 1983 Ja 4 +-6 m C%sT 1997 O 26 2 +-5 m E%sT 1998 Au 2 2 +-6 m C%sT 2015 F 1 2 +-5 - EST +Z America/Caracas -4:27:44 - LMT 1890 +-4:27:40 - CMT 1912 F 12 +-4:30 - %z 1965 +-4 - %z 2007 D 9 3 +-4:30 - %z 2016 May 1 2:30 +-4 - %z +Z America/Cayenne -3:29:20 - LMT 1911 Jul +-4 - %z 1967 O +-3 - %z +Z America/Chicago -5:50:36 - LMT 1883 N 18 18u +-6 u C%sT 1920 +-6 Ch C%sT 1936 Mar 1 2 +-5 - EST 1936 N 15 2 +-6 Ch C%sT 1942 +-6 u C%sT 1946 +-6 Ch C%sT 1967 +-6 u C%sT +Z America/Chihuahua -7:4:20 - LMT 1922 Ja 1 7u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 - CST 1996 +-6 m C%sT 1998 +-6 - CST 1998 Ap Su>=1 3 +-7 m M%sT 2022 O 30 2 +-6 - CST +Z America/Ciudad_Juarez -7:5:56 - LMT 1922 Ja 1 7u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 - CST 1996 +-6 m C%sT 1998 +-6 - CST 1998 Ap Su>=1 3 +-7 m M%sT 2010 +-7 u M%sT 2022 O 30 2 +-6 - CST 2022 N 30 +-7 u M%sT +Z America/Costa_Rica -5:36:13 - LMT 1890 +-5:36:13 - SJMT 1921 Ja 15 +-6 CR C%sT +Z America/Coyhaique -4:48:16 - LMT 1890 +-4:42:45 - SMT 1910 Ja 10 +-5 - %z 1916 Jul +-4:42:45 - SMT 1918 S 10 +-4 - %z 1919 Jul +-4:42:45 - SMT 1927 S +-5 x %z 1932 S +-4 - %z 1942 Jun +-5 - %z 1942 Au +-4 - %z 1946 Au 28 24 +-5 1 %z 1947 Mar 31 24 +-5 - %z 1947 May 21 23 +-4 x %z 2025 Mar 20 +-3 - %z +Z America/Cuiaba -3:44:20 - LMT 1914 +-4 B %z 2003 S 24 +-4 - %z 2004 O +-4 B %z +Z America/Danmarkshavn -1:14:40 - LMT 1916 Jul 28 +-3 - %z 1980 Ap 6 2 +-3 E %z 1996 +0 - GMT +Z America/Dawson -9:17:40 - LMT 1900 Au 20 +-9 Y Y%sT 1965 +-9 Yu Y%sT 1973 O 28 +-8 - PST 1980 +-8 C P%sT 2020 N +-7 - MST +Z America/Dawson_Creek -8:0:56 - LMT 1884 +-8 C P%sT 1947 +-8 Va P%sT 1972 Au 30 2 +-7 - MST +Z America/Denver -6:59:56 - LMT 1883 N 18 19u +-7 u M%sT 1920 +-7 De M%sT 1942 +-7 u M%sT 1946 +-7 De M%sT 1967 +-7 u M%sT +Z America/Detroit -5:32:11 - LMT 1905 +-6 - CST 1915 May 15 2 +-5 - EST 1942 +-5 u E%sT 1946 +-5 Dt E%sT 1967 Jun 14 0:1 +-5 u E%sT 1969 +-5 - EST 1973 +-5 u E%sT 1975 +-5 - EST 1975 Ap 27 2 +-5 u E%sT +Z America/Edmonton -7:33:52 - LMT 1906 S +-7 Ed M%sT 1987 +-7 C M%sT +Z America/Eirunepe -4:39:28 - LMT 1914 +-5 B %z 1988 S 12 +-5 - %z 1993 S 28 +-5 B %z 1994 S 22 +-5 - %z 2008 Jun 24 +-4 - %z 2013 N 10 +-5 - %z +Z America/El_Salvador -5:56:48 - LMT 1921 +-6 SV C%sT +Z America/Fort_Nelson -8:10:47 - LMT 1884 +-8 Va P%sT 1946 +-8 - PST 1947 +-8 Va P%sT 1987 +-8 C P%sT 2015 Mar 8 2 +-7 - MST +Z America/Fortaleza -2:34 - LMT 1914 +-3 B %z 1990 S 17 +-3 - %z 1999 S 30 +-3 B %z 2000 O 22 +-3 - %z 2001 S 13 +-3 B %z 2002 O +-3 - %z +Z America/Glace_Bay -3:59:48 - LMT 1902 Jun 15 +-4 C A%sT 1953 +-4 H A%sT 1954 +-4 - AST 1972 +-4 H A%sT 1974 +-4 C A%sT +Z America/Goose_Bay -4:1:40 - LMT 1884 +-3:30:52 - NST 1918 +-3:30:52 C N%sT 1919 +-3:30:52 - NST 1935 Mar 30 +-3:30 - NST 1936 +-3:30 j N%sT 1942 May 11 +-3:30 C N%sT 1946 +-3:30 j N%sT 1966 Mar 15 2 +-4 j A%sT 2011 N +-4 C A%sT +Z America/Grand_Turk -4:44:32 - LMT 1890 +-5:7:10 - KMT 1912 F +-5 - EST 1979 +-5 u E%sT 2015 Mar 8 2 +-4 - AST 2018 Mar 11 3 +-5 u E%sT +Z America/Guatemala -6:2:4 - LMT 1918 O 5 +-6 GT C%sT +Z America/Guayaquil -5:19:20 - LMT 1890 +-5:14 - QMT 1931 +-5 EC %z +Z America/Guyana -3:52:39 - LMT 1911 Au +-4 - %z 1915 Mar +-3:45 - %z 1975 Au +-3 - %z 1992 Mar 29 1 +-4 - %z +Z America/Halifax -4:14:24 - LMT 1902 Jun 15 +-4 H A%sT 1918 +-4 C A%sT 1919 +-4 H A%sT 1942 F 9 2s +-4 C A%sT 1946 +-4 H A%sT 1974 +-4 C A%sT +Z America/Havana -5:29:28 - LMT 1890 +-5:29:36 - HMT 1925 Jul 19 12 +-5 Q C%sT +Z America/Hermosillo -7:23:52 - LMT 1922 Ja 1 7u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 - CST 1942 Ap 24 +-7 - MST 1996 +-7 m M%sT 1999 +-7 - MST +Z America/Indiana/Indianapolis -5:44:38 - LMT 1883 N 18 18u +-6 u C%sT 1920 +-6 In C%sT 1942 +-6 u C%sT 1946 +-6 In C%sT 1955 Ap 24 2 +-5 - EST 1957 S 29 2 +-6 - CST 1958 Ap 27 2 +-5 - EST 1969 +-5 u E%sT 1971 +-5 - EST 2006 +-5 u E%sT +Z America/Indiana/Knox -5:46:30 - LMT 1883 N 18 18u +-6 u C%sT 1947 +-6 St C%sT 1962 Ap 29 2 +-5 - EST 1963 O 27 2 +-6 u C%sT 1991 O 27 2 +-5 - EST 2006 Ap 2 2 +-6 u C%sT +Z America/Indiana/Marengo -5:45:23 - LMT 1883 N 18 18u +-6 u C%sT 1951 +-6 Ma C%sT 1961 Ap 30 2 +-5 - EST 1969 +-5 u E%sT 1974 Ja 6 2 +-6 1 CDT 1974 O 27 2 +-5 u E%sT 1976 +-5 - EST 2006 +-5 u E%sT +Z America/Indiana/Petersburg -5:49:7 - LMT 1883 N 18 18u +-6 u C%sT 1955 +-6 Pi C%sT 1965 Ap 25 2 +-5 - EST 1966 O 30 2 +-6 u C%sT 1977 O 30 2 +-5 - EST 2006 Ap 2 2 +-6 u C%sT 2007 N 4 2 +-5 u E%sT +Z America/Indiana/Tell_City -5:47:3 - LMT 1883 N 18 18u +-6 u C%sT 1946 +-6 Pe C%sT 1964 Ap 26 2 +-5 - EST 1967 O 29 2 +-6 u C%sT 1969 Ap 27 2 +-5 u E%sT 1971 +-5 - EST 2006 Ap 2 2 +-6 u C%sT +Z America/Indiana/Vevay -5:40:16 - LMT 1883 N 18 18u +-6 u C%sT 1954 Ap 25 2 +-5 - EST 1969 +-5 u E%sT 1973 +-5 - EST 2006 +-5 u E%sT +Z America/Indiana/Vincennes -5:50:7 - LMT 1883 N 18 18u +-6 u C%sT 1946 +-6 V C%sT 1964 Ap 26 2 +-5 - EST 1969 +-5 u E%sT 1971 +-5 - EST 2006 Ap 2 2 +-6 u C%sT 2007 N 4 2 +-5 u E%sT +Z America/Indiana/Winamac -5:46:25 - LMT 1883 N 18 18u +-6 u C%sT 1946 +-6 Pu C%sT 1961 Ap 30 2 +-5 - EST 1969 +-5 u E%sT 1971 +-5 - EST 2006 Ap 2 2 +-6 u C%sT 2007 Mar 11 2 +-5 u E%sT +Z America/Inuvik 0 - -00 1953 +-8 Y P%sT 1979 Ap lastSu 2 +-7 Y M%sT 1980 +-7 C M%sT +Z America/Iqaluit 0 - -00 1942 Au +-5 Y E%sT 1999 O 31 2 +-6 C C%sT 2000 O 29 2 +-5 C E%sT +Z America/Jamaica -5:7:10 - LMT 1890 +-5:7:10 - KMT 1912 F +-5 - EST 1974 +-5 u E%sT 1984 +-5 - EST +Z America/Juneau 15:2:19 - LMT 1867 O 19 15:33:32 +-8:57:41 - LMT 1900 Au 20 12 +-8 - PST 1942 +-8 u P%sT 1946 +-8 - PST 1969 +-8 u P%sT 1980 Ap 27 2 +-9 u Y%sT 1980 O 26 2 +-8 u P%sT 1983 O 30 2 +-9 u Y%sT 1983 N 30 +-9 u AK%sT +Z America/Kentucky/Louisville -5:43:2 - LMT 1883 N 18 18u +-6 u C%sT 1921 +-6 v C%sT 1942 +-6 u C%sT 1946 +-6 v C%sT 1961 Jul 23 2 +-5 - EST 1968 +-5 u E%sT 1974 Ja 6 2 +-6 1 CDT 1974 O 27 2 +-5 u E%sT +Z America/Kentucky/Monticello -5:39:24 - LMT 1883 N 18 18u +-6 u C%sT 1946 +-6 - CST 1968 +-6 u C%sT 2000 O 29 2 +-5 u E%sT +Z America/La_Paz -4:32:36 - LMT 1890 +-4:32:36 - CMT 1931 O 15 +-4:32:36 1 BST 1932 Mar 21 +-4 - %z +Z America/Lima -5:8:12 - LMT 1890 +-5:8:36 - LMT 1908 Jul 28 +-5 PE %z +Z America/Los_Angeles -7:52:58 - LMT 1883 N 18 20u +-8 u P%sT 1946 +-8 CA P%sT 1967 +-8 u P%sT +Z America/Maceio -2:22:52 - LMT 1914 +-3 B %z 1990 S 17 +-3 - %z 1995 O 13 +-3 B %z 1996 S 4 +-3 - %z 1999 S 30 +-3 B %z 2000 O 22 +-3 - %z 2001 S 13 +-3 B %z 2002 O +-3 - %z +Z America/Managua -5:45:8 - LMT 1890 +-5:45:12 - MMT 1934 Jun 23 +-6 - CST 1973 May +-5 - EST 1975 F 16 +-6 NI C%sT 1992 Ja 1 4 +-5 - EST 1992 S 24 +-6 - CST 1993 +-5 - EST 1997 +-6 NI C%sT +Z America/Manaus -4:0:4 - LMT 1914 +-4 B %z 1988 S 12 +-4 - %z 1993 S 28 +-4 B %z 1994 S 22 +-4 - %z +Z America/Martinique -4:4:20 - LMT 1890 +-4:4:20 - FFMT 1911 May +-4 - AST 1980 Ap 6 +-4 1 ADT 1980 S 28 +-4 - AST +Z America/Matamoros -6:30 - LMT 1922 Ja 1 6u +-6 - CST 1988 +-6 u C%sT 1989 +-6 m C%sT 2010 +-6 u C%sT +Z America/Mazatlan -7:5:40 - LMT 1922 Ja 1 7u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 - CST 1942 Ap 24 +-7 - MST 1970 +-7 m M%sT +Z America/Menominee -5:50:27 - LMT 1885 S 18 12 +-6 u C%sT 1946 +-6 Me C%sT 1969 Ap 27 2 +-5 - EST 1973 Ap 29 2 +-6 u C%sT +Z America/Merida -5:58:28 - LMT 1922 Ja 1 6u +-6 - CST 1981 D 26 2 +-5 - EST 1982 N 2 2 +-6 m C%sT +Z America/Metlakatla 15:13:42 - LMT 1867 O 19 15:44:55 +-8:46:18 - LMT 1900 Au 20 12 +-8 - PST 1942 +-8 u P%sT 1946 +-8 - PST 1969 +-8 u P%sT 1983 O 30 2 +-8 - PST 2015 N 1 2 +-9 u AK%sT 2018 N 4 2 +-8 - PST 2019 Ja 20 2 +-9 u AK%sT +Z America/Mexico_City -6:36:36 - LMT 1922 Ja 1 7u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 m C%sT 2001 S 30 2 +-6 - CST 2002 F 20 +-6 m C%sT +Z America/Miquelon -3:44:40 - LMT 1911 Jun 15 +-4 - AST 1980 May +-3 - %z 1987 +-3 C %z +Z America/Moncton -4:19:8 - LMT 1883 D 9 +-5 - EST 1902 Jun 15 +-4 C A%sT 1933 +-4 o A%sT 1942 +-4 C A%sT 1946 +-4 o A%sT 1973 +-4 C A%sT 1993 +-4 o A%sT 2007 +-4 C A%sT +Z America/Monterrey -6:41:16 - LMT 1922 Ja 1 6u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 - CST 1988 +-6 u C%sT 1989 +-6 m C%sT +Z America/Montevideo -3:44:51 - LMT 1908 Jun 10 +-3:44:51 - MMT 1920 May +-4 - %z 1923 O +-3:30 U %z 1942 D 14 +-3 U %z 1960 +-3 U %z 1968 +-3 U %z 1970 +-3 U %z 1974 +-3 U %z 1974 Mar 10 +-3 U %z 1974 D 22 +-3 U %z +Z America/New_York -4:56:2 - LMT 1883 N 18 17u +-5 u E%sT 1920 +-5 NY E%sT 1942 +-5 u E%sT 1946 +-5 NY E%sT 1967 +-5 u E%sT +Z America/Nome 12:58:22 - LMT 1867 O 19 13:29:35 +-11:1:38 - LMT 1900 Au 20 12 +-11 - NST 1942 +-11 u N%sT 1946 +-11 - NST 1967 Ap +-11 - BST 1969 +-11 u B%sT 1983 O 30 2 +-9 u Y%sT 1983 N 30 +-9 u AK%sT +Z America/Noronha -2:9:40 - LMT 1914 +-2 B %z 1990 S 17 +-2 - %z 1999 S 30 +-2 B %z 2000 O 15 +-2 - %z 2001 S 13 +-2 B %z 2002 O +-2 - %z +Z America/North_Dakota/Beulah -6:47:7 - LMT 1883 N 18 19u +-7 u M%sT 2010 N 7 2 +-6 u C%sT +Z America/North_Dakota/Center -6:45:12 - LMT 1883 N 18 19u +-7 u M%sT 1992 O 25 2 +-6 u C%sT +Z America/North_Dakota/New_Salem -6:45:39 - LMT 1883 N 18 19u +-7 u M%sT 2003 O 26 2 +-6 u C%sT +Z America/Nuuk -3:26:56 - LMT 1916 Jul 28 +-3 - %z 1980 Ap 6 2 +-3 E %z 2023 Mar 26 1u +-2 - %z 2023 O 29 1u +-2 E %z +Z America/Ojinaga -6:57:40 - LMT 1922 Ja 1 7u +-7 - MST 1927 Jun 10 +-6 - CST 1930 N 15 +-7 m M%sT 1932 Ap +-6 - CST 1996 +-6 m C%sT 1998 +-6 - CST 1998 Ap Su>=1 3 +-7 m M%sT 2010 +-7 u M%sT 2022 O 30 2 +-6 - CST 2022 N 30 +-6 u C%sT +Z America/Panama -5:18:8 - LMT 1890 +-5:19:36 - CMT 1908 Ap 22 +-5 - EST +Z America/Paramaribo -3:40:40 - LMT 1911 +-3:40:52 - PMT 1935 +-3:40:36 - PMT 1945 O +-3:30 - %z 1984 O +-3 - %z +Z America/Phoenix -7:28:18 - LMT 1883 N 18 19u +-7 u M%sT 1944 Ja 1 0:1 +-7 - MST 1944 Ap 1 0:1 +-7 u M%sT 1944 O 1 0:1 +-7 - MST 1967 +-7 u M%sT 1968 Mar 21 +-7 - MST +Z America/Port-au-Prince -4:49:20 - LMT 1890 +-4:49 - PPMT 1917 Ja 24 12 +-5 HT E%sT +Z America/Porto_Velho -4:15:36 - LMT 1914 +-4 B %z 1988 S 12 +-4 - %z +Z America/Puerto_Rico -4:24:25 - LMT 1899 Mar 28 12 +-4 - AST 1942 May 3 +-4 u A%sT 1946 +-4 - AST +Z America/Punta_Arenas -4:43:40 - LMT 1890 +-4:42:45 - SMT 1910 Ja 10 +-5 - %z 1916 Jul +-4:42:45 - SMT 1918 S 10 +-4 - %z 1919 Jul +-4:42:45 - SMT 1927 S +-5 x %z 1932 S +-4 - %z 1942 Jun +-5 - %z 1942 Au +-4 - %z 1946 Au 28 24 +-5 1 %z 1947 Mar 31 24 +-5 - %z 1947 May 21 23 +-4 x %z 2016 D 4 +-3 - %z +Z America/Rankin_Inlet 0 - -00 1957 +-6 Y C%sT 2000 O 29 2 +-5 - EST 2001 Ap 1 3 +-6 C C%sT +Z America/Recife -2:19:36 - LMT 1914 +-3 B %z 1990 S 17 +-3 - %z 1999 S 30 +-3 B %z 2000 O 15 +-3 - %z 2001 S 13 +-3 B %z 2002 O +-3 - %z +Z America/Regina -6:58:36 - LMT 1905 S +-7 r M%sT 1960 Ap lastSu 2 +-6 - CST +Z America/Resolute 0 - -00 1947 Au 31 +-6 Y C%sT 2000 O 29 2 +-5 - EST 2001 Ap 1 3 +-6 C C%sT 2006 O 29 2 +-5 - EST 2007 Mar 11 3 +-6 C C%sT +Z America/Rio_Branco -4:31:12 - LMT 1914 +-5 B %z 1988 S 12 +-5 - %z 2008 Jun 24 +-4 - %z 2013 N 10 +-5 - %z +Z America/Santarem -3:38:48 - LMT 1914 +-4 B %z 1988 S 12 +-4 - %z 2008 Jun 24 +-3 - %z +Z America/Santiago -4:42:45 - LMT 1890 +-4:42:45 - SMT 1910 Ja 10 +-5 - %z 1916 Jul +-4:42:45 - SMT 1918 S 10 +-4 - %z 1919 Jul +-4:42:45 - SMT 1927 S +-5 x %z 1932 S +-4 - %z 1942 Jun +-5 - %z 1942 Au +-4 - %z 1946 Jul 14 24 +-4 1 %z 1946 Au 28 24 +-5 1 %z 1947 Mar 31 24 +-5 - %z 1947 May 21 23 +-4 x %z +Z America/Santo_Domingo -4:39:36 - LMT 1890 +-4:40 - SDMT 1933 Ap 1 12 +-5 DO %s 1974 O 27 +-4 - AST 2000 O 29 2 +-5 u E%sT 2000 D 3 1 +-4 - AST +Z America/Sao_Paulo -3:6:28 - LMT 1914 +-3 B %z 1963 O 23 +-3 1 %z 1964 +-3 B %z +Z America/Scoresbysund -1:27:52 - LMT 1916 Jul 28 +-2 - %z 1980 Ap 6 2 +-2 c %z 1981 Mar 29 +-1 E %z 2024 Mar 31 +-2 E %z +Z America/Sitka 14:58:47 - LMT 1867 O 19 15:30 +-9:1:13 - LMT 1900 Au 20 12 +-8 - PST 1942 +-8 u P%sT 1946 +-8 - PST 1969 +-8 u P%sT 1983 O 30 2 +-9 u Y%sT 1983 N 30 +-9 u AK%sT +Z America/St_Johns -3:30:52 - LMT 1884 +-3:30:52 j N%sT 1918 +-3:30:52 C N%sT 1919 +-3:30:52 j N%sT 1935 Mar 30 +-3:30 j N%sT 1942 May 11 +-3:30 C N%sT 1946 +-3:30 j N%sT 2011 N +-3:30 C N%sT +Z America/Swift_Current -7:11:20 - LMT 1905 S +-7 C M%sT 1946 Ap lastSu 2 +-7 r M%sT 1950 +-7 Sw M%sT 1972 Ap lastSu 2 +-6 - CST +Z America/Tegucigalpa -5:48:52 - LMT 1921 Ap +-6 HN C%sT +Z America/Thule -4:35:8 - LMT 1916 Jul 28 +-4 Th A%sT +Z America/Tijuana -7:48:4 - LMT 1922 Ja 1 7u +-7 - MST 1924 +-8 - PST 1927 Jun 10 +-7 - MST 1930 N 15 +-8 - PST 1931 Ap +-8 1 PDT 1931 S 30 +-8 - PST 1942 Ap 24 +-8 1 PWT 1945 Au 14 23u +-8 1 PPT 1945 N 15 +-8 - PST 1948 Ap 5 +-8 1 PDT 1949 Ja 14 +-8 - PST 1950 May +-8 1 PDT 1950 S 24 +-8 - PST 1951 Ap 29 2 +-8 1 PDT 1951 S 30 2 +-8 - PST 1952 Ap 27 2 +-8 1 PDT 1952 S 28 2 +-8 - PST 1954 +-8 CA P%sT 1961 +-8 - PST 1976 +-8 u P%sT 1996 +-8 m P%sT 2001 +-8 u P%sT 2002 F 20 +-8 m P%sT 2010 +-8 u P%sT +Z America/Toronto -5:17:32 - LMT 1895 +-5 C E%sT 1919 +-5 t E%sT 1942 F 9 2s +-5 C E%sT 1946 +-5 t E%sT 1974 +-5 C E%sT +Z America/Vancouver -8:12:28 - LMT 1884 +-8 Va P%sT 1987 +-8 C P%sT +Z America/Whitehorse -9:0:12 - LMT 1900 Au 20 +-9 Y Y%sT 1965 +-9 Yu Y%sT 1966 F 27 +-8 - PST 1980 +-8 C P%sT 2020 N +-7 - MST +Z America/Winnipeg -6:28:36 - LMT 1887 Jul 16 +-6 W C%sT 2006 +-6 C C%sT +Z America/Yakutat 14:41:5 - LMT 1867 O 19 15:12:18 +-9:18:55 - LMT 1900 Au 20 12 +-9 - YST 1942 +-9 u Y%sT 1946 +-9 - YST 1969 +-9 u Y%sT 1983 N 30 +-9 u AK%sT +Z Antarctica/Casey 0 - -00 1969 +8 - %z 2009 O 18 2 +11 - %z 2010 Mar 5 2 +8 - %z 2011 O 28 2 +11 - %z 2012 F 21 17u +8 - %z 2016 O 22 +11 - %z 2018 Mar 11 4 +8 - %z 2018 O 7 4 +11 - %z 2019 Mar 17 3 +8 - %z 2019 O 4 3 +11 - %z 2020 Mar 8 3 +8 - %z 2020 O 4 0:1 +11 - %z 2021 Mar 14 +8 - %z 2021 O 3 0:1 +11 - %z 2022 Mar 13 +8 - %z 2022 O 2 0:1 +11 - %z 2023 Mar 9 3 +8 - %z +Z Antarctica/Davis 0 - -00 1957 Ja 13 +7 - %z 1964 N +0 - -00 1969 F +7 - %z 2009 O 18 2 +5 - %z 2010 Mar 10 20u +7 - %z 2011 O 28 2 +5 - %z 2012 F 21 20u +7 - %z +Z Antarctica/Macquarie 0 - -00 1899 N +10 - AEST 1916 O 1 2 +10 1 AEDT 1917 F +10 AU AE%sT 1919 Ap 1 0s +0 - -00 1948 Mar 25 +10 AU AE%sT 1967 +10 AT AE%sT 2010 +10 1 AEDT 2011 +10 AT AE%sT +Z Antarctica/Mawson 0 - -00 1954 F 13 +6 - %z 2009 O 18 2 +5 - %z +Z Antarctica/Palmer 0 - -00 1965 +-4 A %z 1969 O 5 +-3 A %z 1982 May +-4 x %z 2016 D 4 +-3 - %z +Z Antarctica/Rothera 0 - -00 1976 D +-3 - %z +Z Antarctica/Troll 0 - -00 2005 F 12 +0 Tr %s +Z Antarctica/Vostok 0 - -00 1957 D 16 +7 - %z 1994 F +0 - -00 1994 N +7 - %z 2023 D 18 2 +5 - %z +Z Asia/Almaty 5:7:48 - LMT 1924 May 2 +5 - %z 1930 Jun 21 +6 R %z 1991 Mar 31 2s +5 R %z 1992 Ja 19 2s +6 R %z 2004 O 31 2s +6 - %z 2024 Mar +5 - %z +Z Asia/Amman 2:23:44 - LMT 1931 +2 J EE%sT 2022 O 28 0s +3 - %z +Z Asia/Anadyr 11:49:56 - LMT 1924 May 2 +12 - %z 1930 Jun 21 +13 R %z 1982 Ap 1 0s +12 R %z 1991 Mar 31 2s +11 R %z 1992 Ja 19 2s +12 R %z 2010 Mar 28 2s +11 R %z 2011 Mar 27 2s +12 - %z +Z Asia/Aqtau 3:21:4 - LMT 1924 May 2 +4 - %z 1930 Jun 21 +5 - %z 1981 O +6 - %z 1982 Ap +5 R %z 1991 Mar 31 2s +4 R %z 1992 Ja 19 2s +5 R %z 1994 S 25 2s +4 R %z 2004 O 31 2s +5 - %z +Z Asia/Aqtobe 3:48:40 - LMT 1924 May 2 +4 - %z 1930 Jun 21 +5 - %z 1981 Ap +5 1 %z 1981 O +6 - %z 1982 Ap +5 R %z 1991 Mar 31 2s +4 R %z 1992 Ja 19 2s +5 R %z 2004 O 31 2s +5 - %z +Z Asia/Ashgabat 3:53:32 - LMT 1924 May 2 +4 - %z 1930 Jun 21 +5 R %z 1991 Mar 31 2 +4 R %z 1992 Ja 19 2 +5 - %z +Z Asia/Atyrau 3:27:44 - LMT 1924 May 2 +3 - %z 1930 Jun 21 +5 - %z 1981 O +6 - %z 1982 Ap +5 R %z 1991 Mar 31 2s +4 R %z 1992 Ja 19 2s +5 R %z 1999 Mar 28 2s +4 R %z 2004 O 31 2s +5 - %z +Z Asia/Baghdad 2:57:40 - LMT 1890 +2:57:36 - BMT 1918 +3 - %z 1982 May +3 IQ %z +Z Asia/Baku 3:19:24 - LMT 1924 May 2 +3 - %z 1957 Mar +4 R %z 1991 Mar 31 2s +3 R %z 1992 S lastSu 2s +4 - %z 1996 +4 E %z 1997 +4 AZ %z +Z Asia/Bangkok 6:42:4 - LMT 1880 +6:42:4 - BMT 1920 Ap +7 - %z +Z Asia/Barnaul 5:35 - LMT 1919 D 10 +6 - %z 1930 Jun 21 +7 R %z 1991 Mar 31 2s +6 R %z 1992 Ja 19 2s +7 R %z 1995 May 28 +6 R %z 2011 Mar 27 2s +7 - %z 2014 O 26 2s +6 - %z 2016 Mar 27 2s +7 - %z +Z Asia/Beirut 2:22 - LMT 1880 +2 l EE%sT +Z Asia/Bishkek 4:58:24 - LMT 1924 May 2 +5 - %z 1930 Jun 21 +6 R %z 1991 Mar 31 2s +5 R %z 1991 Au 31 2 +5 KG %z 2005 Au 12 +6 - %z +Z Asia/Chita 7:33:52 - LMT 1919 D 15 +8 - %z 1930 Jun 21 +9 R %z 1991 Mar 31 2s +8 R %z 1992 Ja 19 2s +9 R %z 2011 Mar 27 2s +10 - %z 2014 O 26 2s +8 - %z 2016 Mar 27 2 +9 - %z +Z Asia/Colombo 5:19:24 - LMT 1880 +5:19:32 - MMT 1906 +5:30 - %z 1942 Ja 5 +5:30 0:30 %z 1942 S +5:30 1 %z 1945 O 16 2 +5:30 - %z 1996 May 25 +6:30 - %z 1996 O 26 0:30 +6 - %z 2006 Ap 15 0:30 +5:30 - %z +Z Asia/Damascus 2:25:12 - LMT 1920 +2 S EE%sT 2022 O 28 +3 - %z +Z Asia/Dhaka 6:1:40 - LMT 1890 +5:53:20 - HMT 1941 O +6:30 - %z 1942 May 15 +5:30 - %z 1942 S +6:30 - %z 1951 S 30 +6 - %z 2009 +6 BD %z +Z Asia/Dili 8:22:20 - LMT 1911 D 31 16u +8 - %z 1942 F 21 23 +9 - %z 1976 May 3 +8 - %z 2000 S 17 +9 - %z +Z Asia/Dubai 3:41:12 - LMT 1920 +4 - %z +Z Asia/Dushanbe 4:35:12 - LMT 1924 May 2 +5 - %z 1930 Jun 21 +6 R %z 1991 Mar 31 2s +5 1 %z 1991 S 9 2s +5 - %z +Z Asia/Famagusta 2:15:48 - LMT 1921 N 14 +2 CY EE%sT 1998 S +2 E EE%sT 2016 S 8 +3 - %z 2017 O 29 1u +2 E EE%sT +Z Asia/Gaza 2:17:52 - LMT 1900 O +2 Z EET/EEST 1948 May 15 +2 K EE%sT 1967 Jun 5 +2 Z I%sT 1996 +2 J EE%sT 1999 +2 P EE%sT 2008 Au 29 +2 - EET 2008 S +2 P EE%sT 2010 +2 - EET 2010 Mar 27 0:1 +2 P EE%sT 2011 Au +2 - EET 2012 +2 P EE%sT +Z Asia/Hebron 2:20:23 - LMT 1900 O +2 Z EET/EEST 1948 May 15 +2 K EE%sT 1967 Jun 5 +2 Z I%sT 1996 +2 J EE%sT 1999 +2 P EE%sT +Z Asia/Ho_Chi_Minh 7:6:30 - LMT 1906 Jul +7:6:30 - PLMT 1911 May +7 - %z 1942 D 31 23 +8 - %z 1945 Mar 14 23 +9 - %z 1945 S 1 24 +7 - %z 1947 Ap +8 - %z 1955 Jul 1 1 +7 - %z 1959 D 31 23 +8 - %z 1975 Jun 13 +7 - %z +Z Asia/Hong_Kong 7:36:42 - LMT 1904 O 29 17u +8 - HKT 1941 Jun 15 3 +8 1 HKST 1941 O 1 4 +8 0:30 HKWT 1941 D 25 +9 - JST 1945 N 18 2 +8 HK HK%sT +Z Asia/Hovd 6:6:36 - LMT 1905 Au +6 - %z 1978 +7 X %z +Z Asia/Irkutsk 6:57:5 - LMT 1880 +6:57:5 - IMT 1920 Ja 25 +7 - %z 1930 Jun 21 +8 R %z 1991 Mar 31 2s +7 R %z 1992 Ja 19 2s +8 R %z 2011 Mar 27 2s +9 - %z 2014 O 26 2s +8 - %z +Z Asia/Jakarta 7:7:12 - LMT 1867 Au 10 +7:7:12 - BMT 1923 D 31 16:40u +7:20 - %z 1932 N +7:30 - %z 1942 Mar 23 +9 - %z 1945 S 23 +7:30 - %z 1948 May +8 - %z 1950 May +7:30 - %z 1964 +7 - WIB +Z Asia/Jayapura 9:22:48 - LMT 1932 N +9 - %z 1944 S +9:30 - %z 1964 +9 - WIT +Z Asia/Jerusalem 2:20:54 - LMT 1880 +2:20:40 - JMT 1918 +2 Z I%sT +Z Asia/Kabul 4:36:48 - LMT 1890 +4 - %z 1945 +4:30 - %z +Z Asia/Kamchatka 10:34:36 - LMT 1922 N 10 +11 - %z 1930 Jun 21 +12 R %z 1991 Mar 31 2s +11 R %z 1992 Ja 19 2s +12 R %z 2010 Mar 28 2s +11 R %z 2011 Mar 27 2s +12 - %z +Z Asia/Karachi 4:28:12 - LMT 1907 +5:30 - %z 1942 S +5:30 1 %z 1945 O 15 +5:30 - %z 1951 S 30 +5 - %z 1971 Mar 26 +5 PK PK%sT +Z Asia/Kathmandu 5:41:16 - LMT 1920 +5:30 - %z 1986 +5:45 - %z +Z Asia/Khandyga 9:2:13 - LMT 1919 D 15 +8 - %z 1930 Jun 21 +9 R %z 1991 Mar 31 2s +8 R %z 1992 Ja 19 2s +9 R %z 2004 +10 R %z 2011 Mar 27 2s +11 - %z 2011 S 13 0s +10 - %z 2014 O 26 2s +9 - %z +Z Asia/Kolkata 5:53:28 - LMT 1854 Jun 28 +5:53:20 - HMT 1870 +5:21:10 - MMT 1906 +5:30 - IST 1941 O +5:30 1 %z 1942 May 15 +5:30 - IST 1942 S +5:30 1 %z 1945 O 15 +5:30 - IST +Z Asia/Krasnoyarsk 6:11:26 - LMT 1920 Ja 6 +6 - %z 1930 Jun 21 +7 R %z 1991 Mar 31 2s +6 R %z 1992 Ja 19 2s +7 R %z 2011 Mar 27 2s +8 - %z 2014 O 26 2s +7 - %z +Z Asia/Kuching 7:21:20 - LMT 1926 Mar +7:30 - %z 1933 +8 NB %z 1942 F 16 +9 - %z 1945 S 12 +8 - %z +Z Asia/Macau 7:34:10 - LMT 1904 O 30 +8 - CST 1941 D 21 23 +9 _ %z 1945 S 30 24 +8 _ C%sT +Z Asia/Magadan 10:3:12 - LMT 1924 May 2 +10 - %z 1930 Jun 21 +11 R %z 1991 Mar 31 2s +10 R %z 1992 Ja 19 2s +11 R %z 2011 Mar 27 2s +12 - %z 2014 O 26 2s +10 - %z 2016 Ap 24 2s +11 - %z +Z Asia/Makassar 7:57:36 - LMT 1920 +7:57:36 - MMT 1932 N +8 - %z 1942 F 9 +9 - %z 1945 S 23 +8 - WITA +Z Asia/Manila -15:56:8 - LMT 1844 D 31 +8:3:52 - LMT 1899 S 6 4u +8 PH P%sT 1942 F 11 24 +9 - JST 1945 Mar 4 +8 PH P%sT +Z Asia/Nicosia 2:13:28 - LMT 1921 N 14 +2 CY EE%sT 1998 S +2 E EE%sT +Z Asia/Novokuznetsk 5:48:48 - LMT 1924 May +6 - %z 1930 Jun 21 +7 R %z 1991 Mar 31 2s +6 R %z 1992 Ja 19 2s +7 R %z 2010 Mar 28 2s +6 R %z 2011 Mar 27 2s +7 - %z +Z Asia/Novosibirsk 5:31:40 - LMT 1919 D 14 6 +6 - %z 1930 Jun 21 +7 R %z 1991 Mar 31 2s +6 R %z 1992 Ja 19 2s +7 R %z 1993 May 23 +6 R %z 2011 Mar 27 2s +7 - %z 2014 O 26 2s +6 - %z 2016 Jul 24 2s +7 - %z +Z Asia/Omsk 4:53:30 - LMT 1919 N 14 +5 - %z 1930 Jun 21 +6 R %z 1991 Mar 31 2s +5 R %z 1992 Ja 19 2s +6 R %z 2011 Mar 27 2s +7 - %z 2014 O 26 2s +6 - %z +Z Asia/Oral 3:25:24 - LMT 1924 May 2 +3 - %z 1930 Jun 21 +5 - %z 1981 Ap +5 1 %z 1981 O +6 - %z 1982 Ap +5 R %z 1989 Mar 26 2s +4 R %z 1992 Ja 19 2s +5 R %z 1992 Mar 29 2s +4 R %z 2004 O 31 2s +5 - %z +Z Asia/Pontianak 7:17:20 - LMT 1908 May +7:17:20 - PMT 1932 N +7:30 - %z 1942 Ja 29 +9 - %z 1945 S 23 +7:30 - %z 1948 May +8 - %z 1950 May +7:30 - %z 1964 +8 - WITA 1988 +7 - WIB +Z Asia/Pyongyang 8:23 - LMT 1908 Ap +8:30 - KST 1912 +9 - JST 1945 Au 24 +9 - KST 2015 Au 15 +8:30 - KST 2018 May 4 23:30 +9 - KST +Z Asia/Qatar 3:26:8 - LMT 1920 +4 - %z 1972 Jun +3 - %z +Z Asia/Qostanay 4:14:28 - LMT 1924 May 2 +4 - %z 1930 Jun 21 +5 - %z 1981 Ap +5 1 %z 1981 O +6 - %z 1982 Ap +5 R %z 1991 Mar 31 2s +4 R %z 1992 Ja 19 2s +5 R %z 2004 O 31 2s +6 - %z 2024 Mar +5 - %z +Z Asia/Qyzylorda 4:21:52 - LMT 1924 May 2 +4 - %z 1930 Jun 21 +5 - %z 1981 Ap +5 1 %z 1981 O +6 - %z 1982 Ap +5 R %z 1991 Mar 31 2s +4 R %z 1991 S 29 2s +5 R %z 1992 Ja 19 2s +6 R %z 1992 Mar 29 2s +5 R %z 2004 O 31 2s +6 - %z 2018 D 21 +5 - %z +Z Asia/Riyadh 3:6:52 - LMT 1947 Mar 14 +3 - %z +Z Asia/Sakhalin 9:30:48 - LMT 1905 Au 23 +9 - %z 1945 Au 25 +11 R %z 1991 Mar 31 2s +10 R %z 1992 Ja 19 2s +11 R %z 1997 Mar lastSu 2s +10 R %z 2011 Mar 27 2s +11 - %z 2014 O 26 2s +10 - %z 2016 Mar 27 2s +11 - %z +Z Asia/Samarkand 4:27:53 - LMT 1924 May 2 +4 - %z 1930 Jun 21 +5 - %z 1981 Ap +5 1 %z 1981 O +6 - %z 1982 Ap +5 R %z 1992 +5 - %z +Z Asia/Seoul 8:27:52 - LMT 1908 Ap +8:30 - KST 1912 +9 - JST 1945 S 8 +9 KR K%sT 1954 Mar 21 +8:30 KR K%sT 1961 Au 10 +9 KR K%sT +Z Asia/Shanghai 8:5:43 - LMT 1901 +8 Sh C%sT 1949 May 28 +8 CN C%sT +Z Asia/Singapore 6:55:25 - LMT 1901 +6:55:25 - SMT 1905 Jun +7 - %z 1933 +7 0:20 %z 1936 +7:20 - %z 1941 S +7:30 - %z 1942 F 16 +9 - %z 1945 S 12 +7:30 - %z 1981 D 31 16u +8 - %z +Z Asia/Srednekolymsk 10:14:52 - LMT 1924 May 2 +10 - %z 1930 Jun 21 +11 R %z 1991 Mar 31 2s +10 R %z 1992 Ja 19 2s +11 R %z 2011 Mar 27 2s +12 - %z 2014 O 26 2s +11 - %z +Z Asia/Taipei 8:6 - LMT 1896 +8 - CST 1937 O +9 - JST 1945 S 21 1 +8 f C%sT +Z Asia/Tashkent 4:37:11 - LMT 1924 May 2 +5 - %z 1930 Jun 21 +6 R %z 1991 Mar 31 2 +5 R %z 1992 +5 - %z +Z Asia/Tbilisi 2:59:11 - LMT 1880 +2:59:11 - TBMT 1924 May 2 +3 - %z 1957 Mar +4 R %z 1991 Mar 31 2s +3 R %z 1992 +3 e %z 1994 S lastSu +4 e %z 1996 O lastSu +4 1 %z 1997 Mar lastSu +4 e %z 2004 Jun 27 +3 R %z 2005 Mar lastSu 2 +4 - %z +Z Asia/Tehran 3:25:44 - LMT 1916 +3:25:44 - TMT 1935 Jun 13 +3:30 i %z 1977 O 20 24 +4 i %z 1978 N 10 24 +3:30 i %z +Z Asia/Thimphu 5:58:36 - LMT 1947 Au 15 +5:30 - %z 1987 O +6 - %z +Z Asia/Tokyo 9:18:59 - LMT 1887 D 31 15u +9 JP J%sT +Z Asia/Tomsk 5:39:51 - LMT 1919 D 22 +6 - %z 1930 Jun 21 +7 R %z 1991 Mar 31 2s +6 R %z 1992 Ja 19 2s +7 R %z 2002 May 1 3 +6 R %z 2011 Mar 27 2s +7 - %z 2014 O 26 2s +6 - %z 2016 May 29 2s +7 - %z +Z Asia/Ulaanbaatar 7:7:32 - LMT 1905 Au +7 - %z 1978 +8 X %z +Z Asia/Urumqi 5:50:20 - LMT 1928 +6 - %z +Z Asia/Ust-Nera 9:32:54 - LMT 1919 D 15 +8 - %z 1930 Jun 21 +9 R %z 1981 Ap +11 R %z 1991 Mar 31 2s +10 R %z 1992 Ja 19 2s +11 R %z 2011 Mar 27 2s +12 - %z 2011 S 13 0s +11 - %z 2014 O 26 2s +10 - %z +Z Asia/Vladivostok 8:47:31 - LMT 1922 N 15 +9 - %z 1930 Jun 21 +10 R %z 1991 Mar 31 2s +9 R %z 1992 Ja 19 2s +10 R %z 2011 Mar 27 2s +11 - %z 2014 O 26 2s +10 - %z +Z Asia/Yakutsk 8:38:58 - LMT 1919 D 15 +8 - %z 1930 Jun 21 +9 R %z 1991 Mar 31 2s +8 R %z 1992 Ja 19 2s +9 R %z 2011 Mar 27 2s +10 - %z 2014 O 26 2s +9 - %z +Z Asia/Yangon 6:24:47 - LMT 1880 +6:24:47 - RMT 1920 +6:30 - %z 1942 May +9 - %z 1945 May 3 +6:30 - %z +Z Asia/Yekaterinburg 4:2:33 - LMT 1916 Jul 3 +3:45:5 - PMT 1919 Jul 15 4 +4 - %z 1930 Jun 21 +5 R %z 1991 Mar 31 2s +4 R %z 1992 Ja 19 2s +5 R %z 2011 Mar 27 2s +6 - %z 2014 O 26 2s +5 - %z +Z Asia/Yerevan 2:58 - LMT 1924 May 2 +3 - %z 1957 Mar +4 R %z 1991 Mar 31 2s +3 R %z 1995 S 24 2s +4 - %z 1997 +4 R %z 2011 +4 AM %z +Z Atlantic/Azores -1:42:40 - LMT 1884 +-1:54:32 - HMT 1912 Ja 1 2u +-2 p %z 1966 O 2 2s +-1 - %z 1982 Mar 28 0s +-1 p %z 1986 +-1 E %z 1992 D 27 1s +0 E WE%sT 1993 Jun 17 1u +-1 E %z +Z Atlantic/Bermuda -4:19:18 - LMT 1890 +-4:19:18 Be BMT/BST 1930 Ja 1 2 +-4 Be A%sT 1974 Ap 28 2 +-4 C A%sT 1976 +-4 u A%sT +Z Atlantic/Canary -1:1:36 - LMT 1922 Mar +-1 - %z 1946 S 30 1 +0 - WET 1980 Ap 6 0s +0 1 WEST 1980 S 28 1u +0 E WE%sT +Z Atlantic/Cape_Verde -1:34:4 - LMT 1912 Ja 1 2u +-2 - %z 1942 S +-2 1 %z 1945 O 15 +-2 - %z 1975 N 25 2 +-1 - %z +Z Atlantic/Faroe -0:27:4 - LMT 1908 Ja 11 +0 - WET 1981 +0 E WE%sT +Z Atlantic/Madeira -1:7:36 - LMT 1884 +-1:7:36 - FMT 1912 Ja 1 1u +-1 p %z 1966 O 2 2s +0 - WET 1982 Ap 4 +0 p WE%sT 1986 Jul 31 +0 E WE%sT +Z Atlantic/South_Georgia -2:26:8 - LMT 1890 +-2 - %z +Z Atlantic/Stanley -3:51:24 - LMT 1890 +-3:51:24 - SMT 1912 Mar 12 +-4 FK %z 1983 May +-3 FK %z 1985 S 15 +-4 FK %z 2010 S 5 2 +-3 - %z +Z Australia/Adelaide 9:14:20 - LMT 1895 F +9 - ACST 1899 May +9:30 AU AC%sT 1971 +9:30 AS AC%sT +Z Australia/Brisbane 10:12:8 - LMT 1895 +10 AU AE%sT 1971 +10 AQ AE%sT +Z Australia/Broken_Hill 9:25:48 - LMT 1895 F +10 - AEST 1896 Au 23 +9 - ACST 1899 May +9:30 AU AC%sT 1971 +9:30 AN AC%sT 2000 +9:30 AS AC%sT +Z Australia/Darwin 8:43:20 - LMT 1895 F +9 - ACST 1899 May +9:30 AU AC%sT +Z Australia/Eucla 8:35:28 - LMT 1895 D +8:45 AU %z 1943 Jul +8:45 AW %z +Z Australia/Hobart 9:49:16 - LMT 1895 S +10 AT AE%sT 1919 O 24 +10 AU AE%sT 1967 +10 AT AE%sT +Z Australia/Lindeman 9:55:56 - LMT 1895 +10 AU AE%sT 1971 +10 AQ AE%sT 1992 Jul +10 Ho AE%sT +Z Australia/Lord_Howe 10:36:20 - LMT 1895 F +10 - AEST 1981 Mar +10:30 LH %z 1985 Jul +10:30 LH %z +Z Australia/Melbourne 9:39:52 - LMT 1895 F +10 AU AE%sT 1971 +10 AV AE%sT +Z Australia/Perth 7:43:24 - LMT 1895 D +8 AU AW%sT 1943 Jul +8 AW AW%sT +Z Australia/Sydney 10:4:52 - LMT 1895 F +10 AU AE%sT 1971 +10 AN AE%sT +Z Etc/GMT 0 - GMT +Z Etc/GMT+1 -1 - %z +Z Etc/GMT+10 -10 - %z +Z Etc/GMT+11 -11 - %z +Z Etc/GMT+12 -12 - %z +Z Etc/GMT+2 -2 - %z +Z Etc/GMT+3 -3 - %z +Z Etc/GMT+4 -4 - %z +Z Etc/GMT+5 -5 - %z +Z Etc/GMT+6 -6 - %z +Z Etc/GMT+7 -7 - %z +Z Etc/GMT+8 -8 - %z +Z Etc/GMT+9 -9 - %z +Z Etc/GMT-1 1 - %z +Z Etc/GMT-10 10 - %z +Z Etc/GMT-11 11 - %z +Z Etc/GMT-12 12 - %z +Z Etc/GMT-13 13 - %z +Z Etc/GMT-14 14 - %z +Z Etc/GMT-2 2 - %z +Z Etc/GMT-3 3 - %z +Z Etc/GMT-4 4 - %z +Z Etc/GMT-5 5 - %z +Z Etc/GMT-6 6 - %z +Z Etc/GMT-7 7 - %z +Z Etc/GMT-8 8 - %z +Z Etc/GMT-9 9 - %z +Z Etc/UTC 0 - UTC +Z Europe/Andorra 0:6:4 - LMT 1901 +0 - WET 1946 S 30 +1 - CET 1985 Mar 31 2 +1 E CE%sT +Z Europe/Astrakhan 3:12:12 - LMT 1924 May +3 - %z 1930 Jun 21 +4 R %z 1989 Mar 26 2s +3 R %z 1991 Mar 31 2s +4 - %z 1992 Mar 29 2s +3 R %z 2011 Mar 27 2s +4 - %z 2014 O 26 2s +3 - %z 2016 Mar 27 2s +4 - %z +Z Europe/Athens 1:34:52 - LMT 1895 S 14 +1:34:52 - AMT 1916 Jul 28 0:1 +2 g EE%sT 1941 Ap 30 +1 g CE%sT 1944 Ap 4 +2 g EE%sT 1981 +2 E EE%sT +Z Europe/Belgrade 1:22 - LMT 1884 +1 - CET 1941 Ap 18 23 +1 c CE%sT 1945 +1 - CET 1945 May 8 2s +1 1 CEST 1945 S 16 2s +1 - CET 1982 N 27 +1 E CE%sT +Z Europe/Berlin 0:53:28 - LMT 1893 Ap +1 c CE%sT 1945 May 24 2 +1 So CE%sT 1946 +1 DE CE%sT 1980 +1 E CE%sT +Z Europe/Brussels 0:17:30 - LMT 1880 +0:17:30 - BMT 1892 May 1 0:17:30 +0 - WET 1914 N 8 +1 - CET 1916 May +1 c CE%sT 1918 N 11 11u +0 b WE%sT 1940 May 20 2s +1 c CE%sT 1944 S 3 +1 b CE%sT 1977 +1 E CE%sT +Z Europe/Bucharest 1:44:24 - LMT 1891 O +1:44:24 - BMT 1931 Jul 24 +2 z EE%sT 1981 Mar 29 2s +2 c EE%sT 1991 +2 z EE%sT 1994 +2 e EE%sT 1997 +2 E EE%sT +Z Europe/Budapest 1:16:20 - LMT 1890 N +1 c CE%sT 1918 +1 h CE%sT 1941 Ap 7 23 +1 c CE%sT 1945 +1 h CE%sT 1984 +1 E CE%sT +Z Europe/Chisinau 1:55:20 - LMT 1880 +1:55 - CMT 1918 F 15 +1:44:24 - BMT 1931 Jul 24 +2 z EE%sT 1940 Au 15 +2 1 EEST 1941 Jul 17 +1 c CE%sT 1944 Au 24 +3 R MSK/MSD 1990 May 6 2 +2 R EE%sT 1992 +2 e EE%sT 1997 +2 MD EE%sT +Z Europe/Dublin -0:25:21 - LMT 1880 Au 2 +-0:25:21 - DMT 1916 May 21 2s +-0:25:21 1 IST 1916 O 1 2s +0 G %s 1921 D 6 +0 G GMT/IST 1940 F 25 2s +0 1 IST 1946 O 6 2s +0 - GMT 1947 Mar 16 2s +0 1 IST 1947 N 2 2s +0 - GMT 1948 Ap 18 2s +0 G GMT/IST 1968 O 27 +1 IE IST/GMT +Z Europe/Gibraltar -0:21:24 - LMT 1880 Au 2 +0 G %s 1957 Ap 14 2 +1 - CET 1982 +1 E CE%sT +Z Europe/Helsinki 1:39:49 - LMT 1878 May 31 +1:39:49 - HMT 1921 May +2 FI EE%sT 1983 +2 E EE%sT +Z Europe/Istanbul 1:55:52 - LMT 1880 +1:56:56 - IMT 1910 O +2 T EE%sT 1978 Jun 29 +3 T %z 1984 N 1 2 +2 T EE%sT 2007 +2 E EE%sT 2011 Mar 27 1u +2 - EET 2011 Mar 28 1u +2 E EE%sT 2014 Mar 30 1u +2 - EET 2014 Mar 31 1u +2 E EE%sT 2015 O 25 1u +2 1 EEST 2015 N 8 1u +2 E EE%sT 2016 S 7 +3 - %z +Z Europe/Kaliningrad 1:22 - LMT 1893 Ap +1 c CE%sT 1945 Ap 10 +2 O EE%sT 1946 Ap 7 +3 R MSK/MSD 1989 Mar 26 2s +2 R EE%sT 2011 Mar 27 2s +3 - %z 2014 O 26 2s +2 - EET +Z Europe/Kirov 3:18:48 - LMT 1919 Jul 1 0u +3 - %z 1930 Jun 21 +4 R %z 1989 Mar 26 2s +3 R MSK/MSD 1991 Mar 31 2s +4 - %z 1992 Mar 29 2s +3 R MSK/MSD 2011 Mar 27 2s +4 - MSK 2014 O 26 2s +3 - MSK +Z Europe/Kyiv 2:2:4 - LMT 1880 +2:2:4 - KMT 1924 May 2 +2 - EET 1930 Jun 21 +3 - MSK 1941 S 20 +1 c CE%sT 1943 N 6 +3 R MSK/MSD 1990 Jul 1 2 +2 1 EEST 1991 S 29 3 +2 c EE%sT 1996 May 13 +2 E EE%sT +Z Europe/Lisbon -0:36:45 - LMT 1884 +-0:36:45 - LMT 1912 Ja 1 0u +0 p WE%sT 1966 O 2 2s +1 - CET 1976 S 26 1 +0 p WE%sT 1986 +0 E WE%sT 1992 S 27 1u +1 E CE%sT 1996 Mar 31 1u +0 E WE%sT +Z Europe/London -0:1:15 - LMT 1847 D +0 G %s 1968 O 27 +1 - BST 1971 O 31 2u +0 G %s 1996 +0 E GMT/BST +Z Europe/Madrid -0:14:44 - LMT 1901 Ja 1 0u +0 s WE%sT 1940 Mar 16 23 +1 s CE%sT 1979 +1 E CE%sT +Z Europe/Malta 0:58:4 - LMT 1893 N 2 +1 I CE%sT 1973 Mar 31 +1 MT CE%sT 1981 +1 E CE%sT +Z Europe/Minsk 1:50:16 - LMT 1880 +1:50 - MMT 1924 May 2 +2 - EET 1930 Jun 21 +3 - MSK 1941 Jun 28 +1 c CE%sT 1944 Jul 3 +3 R MSK/MSD 1990 +3 - MSK 1991 Mar 31 2s +2 R EE%sT 2011 Mar 27 2s +3 - %z +Z Europe/Moscow 2:30:17 - LMT 1880 +2:30:17 - MMT 1916 Jul 3 +2:31:19 R %s 1919 Jul 1 0u +3 R %s 1921 O +3 R MSK/MSD 1922 O +2 - EET 1930 Jun 21 +3 R MSK/MSD 1991 Mar 31 2s +2 R EE%sT 1992 Ja 19 2s +3 R MSK/MSD 2011 Mar 27 2s +4 - MSK 2014 O 26 2s +3 - MSK +Z Europe/Paris 0:9:21 - LMT 1891 Mar 16 +0:9:21 - PMT 1911 Mar 11 +0 F WE%sT 1940 Jun 14 23 +1 c CE%sT 1944 Au 25 +0 F WE%sT 1945 S 16 3 +1 F CE%sT 1977 +1 E CE%sT +Z Europe/Prague 0:57:44 - LMT 1850 +0:57:44 - PMT 1891 O +1 c CE%sT 1945 May 9 +1 CZ CE%sT 1946 D 1 3 +1 -1 GMT 1947 F 23 2 +1 CZ CE%sT 1979 +1 E CE%sT +Z Europe/Riga 1:36:34 - LMT 1880 +1:36:34 - RMT 1918 Ap 15 2 +1:36:34 1 LST 1918 S 16 3 +1:36:34 - RMT 1919 Ap 1 2 +1:36:34 1 LST 1919 May 22 3 +1:36:34 - RMT 1926 May 11 +2 - EET 1940 Au 5 +3 - MSK 1941 Jul +1 c CE%sT 1944 O 13 +3 R MSK/MSD 1989 Mar lastSu 2s +2 1 EEST 1989 S lastSu 2s +2 LV EE%sT 1997 Ja 21 +2 E EE%sT 2000 F 29 +2 - EET 2001 Ja 2 +2 E EE%sT +Z Europe/Rome 0:49:56 - LMT 1866 D 12 +0:49:56 - RMT 1893 O 31 23u +1 I CE%sT 1943 S 10 +1 c CE%sT 1944 Jun 4 +1 I CE%sT 1980 +1 E CE%sT +Z Europe/Samara 3:20:20 - LMT 1919 Jul 1 0u +3 - %z 1930 Jun 21 +4 - %z 1935 Ja 27 +4 R %z 1989 Mar 26 2s +3 R %z 1991 Mar 31 2s +2 R %z 1991 S 29 2s +3 - %z 1991 O 20 3 +4 R %z 2010 Mar 28 2s +3 R %z 2011 Mar 27 2s +4 - %z +Z Europe/Saratov 3:4:18 - LMT 1919 Jul 1 0u +3 - %z 1930 Jun 21 +4 R %z 1988 Mar 27 2s +3 R %z 1991 Mar 31 2s +4 - %z 1992 Mar 29 2s +3 R %z 2011 Mar 27 2s +4 - %z 2014 O 26 2s +3 - %z 2016 D 4 2s +4 - %z +Z Europe/Simferopol 2:16:24 - LMT 1880 +2:16 - SMT 1924 May 2 +2 - EET 1930 Jun 21 +3 - MSK 1941 N +1 c CE%sT 1944 Ap 13 +3 R MSK/MSD 1990 +3 - MSK 1990 Jul 1 2 +2 - EET 1992 Mar 20 +2 c EE%sT 1994 May +3 c MSK/MSD 1996 Mar 31 0s +3 1 MSD 1996 O 27 3s +3 - MSK 1997 Mar lastSu 1u +2 E EE%sT 2014 Mar 30 2 +4 - MSK 2014 O 26 2s +3 - MSK +Z Europe/Sofia 1:33:16 - LMT 1880 +1:56:56 - IMT 1894 N 30 +2 - EET 1942 N 2 3 +1 c CE%sT 1945 +1 - CET 1945 Ap 2 3 +2 - EET 1979 Mar 31 23 +2 BG EE%sT 1982 S 26 3 +2 c EE%sT 1991 +2 e EE%sT 1997 +2 E EE%sT +Z Europe/Tallinn 1:39 - LMT 1880 +1:39 - TMT 1918 F +1 c CE%sT 1919 Jul +1:39 - TMT 1921 May +2 - EET 1940 Au 6 +3 - MSK 1941 S 15 +1 c CE%sT 1944 S 22 +3 R MSK/MSD 1989 Mar 26 2s +2 1 EEST 1989 S 24 2s +2 c EE%sT 1998 S 22 +2 E EE%sT 1999 O 31 4 +2 - EET 2002 F 21 +2 E EE%sT +Z Europe/Tirane 1:19:20 - LMT 1914 +1 - CET 1940 Jun 16 +1 q CE%sT 1984 Jul +1 E CE%sT +Z Europe/Ulyanovsk 3:13:36 - LMT 1919 Jul 1 0u +3 - %z 1930 Jun 21 +4 R %z 1989 Mar 26 2s +3 R %z 1991 Mar 31 2s +2 R %z 1992 Ja 19 2s +3 R %z 2011 Mar 27 2s +4 - %z 2014 O 26 2s +3 - %z 2016 Mar 27 2s +4 - %z +Z Europe/Vienna 1:5:21 - LMT 1893 Ap +1 c CE%sT 1920 +1 a CE%sT 1940 Ap 1 2s +1 c CE%sT 1945 Ap 2 2s +1 1 CEST 1945 Ap 12 2s +1 - CET 1946 +1 a CE%sT 1981 +1 E CE%sT +Z Europe/Vilnius 1:41:16 - LMT 1880 +1:24 - WMT 1917 +1:35:36 - KMT 1919 O 10 +1 - CET 1920 Jul 12 +2 - EET 1920 O 9 +1 - CET 1940 Au 3 +3 - MSK 1941 Jun 24 +1 c CE%sT 1944 Au +3 R MSK/MSD 1989 Mar 26 2s +2 R EE%sT 1991 S 29 2s +2 c EE%sT 1998 +2 - EET 1998 Mar 29 1u +1 E CE%sT 1999 O 31 1u +2 - EET 2003 +2 E EE%sT +Z Europe/Volgograd 2:57:40 - LMT 1920 Ja 3 +3 - %z 1930 Jun 21 +4 - %z 1961 N 11 +4 R %z 1988 Mar 27 2s +3 R MSK/MSD 1991 Mar 31 2s +4 - %z 1992 Mar 29 2s +3 R MSK/MSD 2011 Mar 27 2s +4 - MSK 2014 O 26 2s +3 - MSK 2018 O 28 2s +4 - %z 2020 D 27 2s +3 - MSK +Z Europe/Warsaw 1:24 - LMT 1880 +1:24 - WMT 1915 Au 5 +1 c CE%sT 1918 S 16 3 +2 O EE%sT 1922 Jun +1 O CE%sT 1940 Jun 23 2 +1 c CE%sT 1944 O +1 O CE%sT 1977 +1 W- CE%sT 1988 +1 E CE%sT +Z Europe/Zurich 0:34:8 - LMT 1853 Jul 16 +0:29:46 - BMT 1894 Jun +1 CH CE%sT 1981 +1 E CE%sT +Z Factory 0 - -00 +Z Indian/Chagos 4:49:40 - LMT 1907 +5 - %z 1996 +6 - %z +Z Indian/Maldives 4:54 - LMT 1880 +4:54 - MMT 1960 +5 - %z +Z Indian/Mauritius 3:50 - LMT 1907 +4 MU %z +Z Pacific/Apia 12:33:4 - LMT 1892 Jul 5 +-11:26:56 - LMT 1911 +-11:30 - %z 1950 +-11 WS %z 2011 D 29 24 +13 WS %z +Z Pacific/Auckland 11:39:4 - LMT 1868 N 2 +11:30 NZ NZ%sT 1946 +12 NZ NZ%sT +Z Pacific/Bougainville 10:22:16 - LMT 1880 +9:48:32 - PMMT 1895 +10 - %z 1942 Jul +9 - %z 1945 Au 21 +10 - %z 2014 D 28 2 +11 - %z +Z Pacific/Chatham 12:13:48 - LMT 1868 N 2 +12:15 - %z 1946 +12:45 k %z +Z Pacific/Easter -7:17:28 - LMT 1890 +-7:17:28 - EMT 1932 S +-7 x %z 1982 Mar 14 3u +-6 x %z +Z Pacific/Efate 11:13:16 - LMT 1912 Ja 13 +11 VU %z +Z Pacific/Fakaofo -11:24:56 - LMT 1901 +-11 - %z 2011 D 30 +13 - %z +Z Pacific/Fiji 11:55:44 - LMT 1915 O 26 +12 FJ %z +Z Pacific/Galapagos -5:58:24 - LMT 1931 +-5 - %z 1986 +-6 EC %z +Z Pacific/Gambier -8:59:48 - LMT 1912 O +-9 - %z +Z Pacific/Guadalcanal 10:39:48 - LMT 1912 O +11 - %z +Z Pacific/Guam -14:21 - LMT 1844 D 31 +9:39 - LMT 1901 +10 - GST 1941 D 10 +9 - %z 1944 Jul 31 +10 Gu G%sT 2000 D 23 +10 - ChST +Z Pacific/Honolulu -10:31:26 - LMT 1896 Ja 13 12 +-10:30 - HST 1933 Ap 30 2 +-10:30 1 HDT 1933 May 21 12 +-10:30 u H%sT 1947 Jun 8 2 +-10 - HST +Z Pacific/Kanton 0 - -00 1937 Au 31 +-12 - %z 1979 O +-11 - %z 1994 D 31 +13 - %z +Z Pacific/Kiritimati -10:29:20 - LMT 1901 +-10:40 - %z 1979 O +-10 - %z 1994 D 31 +14 - %z +Z Pacific/Kosrae -13:8:4 - LMT 1844 D 31 +10:51:56 - LMT 1901 +11 - %z 1914 O +9 - %z 1919 F +11 - %z 1937 +10 - %z 1941 Ap +9 - %z 1945 Au +11 - %z 1969 O +12 - %z 1999 +11 - %z +Z Pacific/Kwajalein 11:9:20 - LMT 1901 +11 - %z 1937 +10 - %z 1941 Ap +9 - %z 1944 F 6 +11 - %z 1969 O +-12 - %z 1993 Au 20 24 +12 - %z +Z Pacific/Marquesas -9:18 - LMT 1912 O +-9:30 - %z +Z Pacific/Nauru 11:7:40 - LMT 1921 Ja 15 +11:30 - %z 1942 Au 29 +9 - %z 1945 S 8 +11:30 - %z 1979 F 10 2 +12 - %z +Z Pacific/Niue -11:19:40 - LMT 1952 O 16 +-11:20 - %z 1964 Jul +-11 - %z +Z Pacific/Norfolk 11:11:52 - LMT 1901 +11:12 - %z 1951 +11:30 - %z 1974 O 27 2s +11:30 1 %z 1975 Mar 2 2s +11:30 - %z 2015 O 4 2s +11 - %z 2019 Jul +11 AN %z +Z Pacific/Noumea 11:5:48 - LMT 1912 Ja 13 +11 NC %z +Z Pacific/Pago_Pago 12:37:12 - LMT 1892 Jul 5 +-11:22:48 - LMT 1911 +-11 - SST +Z Pacific/Palau -15:2:4 - LMT 1844 D 31 +8:57:56 - LMT 1901 +9 - %z +Z Pacific/Pitcairn -8:40:20 - LMT 1901 +-8:30 - %z 1998 Ap 27 +-8 - %z +Z Pacific/Port_Moresby 9:48:40 - LMT 1880 +9:48:32 - PMMT 1895 +10 - %z +Z Pacific/Rarotonga 13:20:56 - LMT 1899 D 26 +-10:39:4 - LMT 1952 O 16 +-10:30 - %z 1978 N 12 +-10 CK %z +Z Pacific/Tahiti -9:58:16 - LMT 1912 O +-10 - %z +Z Pacific/Tarawa 11:32:4 - LMT 1901 +12 - %z +Z Pacific/Tongatapu 12:19:12 - LMT 1945 S 10 +12:20 - %z 1961 +13 - %z 1999 +13 TO %z +L Etc/GMT GMT +L Australia/Sydney Australia/ACT +L Australia/Lord_Howe Australia/LHI +L Australia/Sydney Australia/NSW +L Australia/Darwin Australia/North +L Australia/Brisbane Australia/Queensland +L Australia/Adelaide Australia/South +L Australia/Hobart Australia/Tasmania +L Australia/Melbourne Australia/Victoria +L Australia/Perth Australia/West +L Australia/Broken_Hill Australia/Yancowinna +L America/Rio_Branco Brazil/Acre +L America/Noronha Brazil/DeNoronha +L America/Sao_Paulo Brazil/East +L America/Manaus Brazil/West +L Europe/Brussels CET +L America/Chicago CST6CDT +L America/Halifax Canada/Atlantic +L America/Winnipeg Canada/Central +L America/Toronto Canada/Eastern +L America/Edmonton Canada/Mountain +L America/St_Johns Canada/Newfoundland +L America/Vancouver Canada/Pacific +L America/Regina Canada/Saskatchewan +L America/Whitehorse Canada/Yukon +L America/Santiago Chile/Continental +L Pacific/Easter Chile/EasterIsland +L America/Havana Cuba +L Europe/Athens EET +L America/Panama EST +L America/New_York EST5EDT +L Africa/Cairo Egypt +L Europe/Dublin Eire +L Etc/GMT Etc/GMT+0 +L Etc/GMT Etc/GMT-0 +L Etc/GMT Etc/GMT0 +L Etc/GMT Etc/Greenwich +L Etc/UTC Etc/UCT +L Etc/UTC Etc/Universal +L Etc/UTC Etc/Zulu +L Europe/London GB +L Europe/London GB-Eire +L Etc/GMT GMT+0 +L Etc/GMT GMT-0 +L Etc/GMT GMT0 +L Etc/GMT Greenwich +L Asia/Hong_Kong Hongkong +L Africa/Abidjan Iceland +L Asia/Tehran Iran +L Asia/Jerusalem Israel +L America/Jamaica Jamaica +L Asia/Tokyo Japan +L Pacific/Kwajalein Kwajalein +L Africa/Tripoli Libya +L Europe/Brussels MET +L America/Phoenix MST +L America/Denver MST7MDT +L America/Tijuana Mexico/BajaNorte +L America/Mazatlan Mexico/BajaSur +L America/Mexico_City Mexico/General +L Pacific/Auckland NZ +L Pacific/Chatham NZ-CHAT +L America/Denver Navajo +L Asia/Shanghai PRC +L Europe/Warsaw Poland +L Europe/Lisbon Portugal +L Asia/Taipei ROC +L Asia/Seoul ROK +L Asia/Singapore Singapore +L Europe/Istanbul Turkey +L Etc/UTC UCT +L America/Anchorage US/Alaska +L America/Adak US/Aleutian +L America/Phoenix US/Arizona +L America/Chicago US/Central +L America/Indiana/Indianapolis US/East-Indiana +L America/New_York US/Eastern +L Pacific/Honolulu US/Hawaii +L America/Indiana/Knox US/Indiana-Starke +L America/Detroit US/Michigan +L America/Denver US/Mountain +L America/Los_Angeles US/Pacific +L Pacific/Pago_Pago US/Samoa +L Etc/UTC UTC +L Etc/UTC Universal +L Europe/Moscow W-SU +L Etc/UTC Zulu +L America/Argentina/Buenos_Aires America/Buenos_Aires +L America/Argentina/Catamarca America/Catamarca +L America/Argentina/Cordoba America/Cordoba +L America/Indiana/Indianapolis America/Indianapolis +L America/Argentina/Jujuy America/Jujuy +L America/Indiana/Knox America/Knox_IN +L America/Kentucky/Louisville America/Louisville +L America/Argentina/Mendoza America/Mendoza +L America/Puerto_Rico America/Virgin +L Pacific/Pago_Pago Pacific/Samoa +L Africa/Abidjan Africa/Accra +L Africa/Nairobi Africa/Addis_Ababa +L Africa/Nairobi Africa/Asmara +L Africa/Abidjan Africa/Bamako +L Africa/Lagos Africa/Bangui +L Africa/Abidjan Africa/Banjul +L Africa/Maputo Africa/Blantyre +L Africa/Lagos Africa/Brazzaville +L Africa/Maputo Africa/Bujumbura +L Africa/Abidjan Africa/Conakry +L Africa/Abidjan Africa/Dakar +L Africa/Nairobi Africa/Dar_es_Salaam +L Africa/Nairobi Africa/Djibouti +L Africa/Lagos Africa/Douala +L Africa/Abidjan Africa/Freetown +L Africa/Maputo Africa/Gaborone +L Africa/Maputo Africa/Harare +L Africa/Nairobi Africa/Kampala +L Africa/Maputo Africa/Kigali +L Africa/Lagos Africa/Kinshasa +L Africa/Lagos Africa/Libreville +L Africa/Abidjan Africa/Lome +L Africa/Lagos Africa/Luanda +L Africa/Maputo Africa/Lubumbashi +L Africa/Maputo Africa/Lusaka +L Africa/Lagos Africa/Malabo +L Africa/Johannesburg Africa/Maseru +L Africa/Johannesburg Africa/Mbabane +L Africa/Nairobi Africa/Mogadishu +L Africa/Lagos Africa/Niamey +L Africa/Abidjan Africa/Nouakchott +L Africa/Abidjan Africa/Ouagadougou +L Africa/Lagos Africa/Porto-Novo +L America/Puerto_Rico America/Anguilla +L America/Puerto_Rico America/Antigua +L America/Puerto_Rico America/Aruba +L America/Panama America/Atikokan +L America/Puerto_Rico America/Blanc-Sablon +L America/Panama America/Cayman +L America/Phoenix America/Creston +L America/Puerto_Rico America/Curacao +L America/Puerto_Rico America/Dominica +L America/Puerto_Rico America/Grenada +L America/Puerto_Rico America/Guadeloupe +L America/Puerto_Rico America/Kralendijk +L America/Puerto_Rico America/Lower_Princes +L America/Puerto_Rico America/Marigot +L America/Puerto_Rico America/Montserrat +L America/Toronto America/Nassau +L America/Puerto_Rico America/Port_of_Spain +L America/Puerto_Rico America/St_Barthelemy +L America/Puerto_Rico America/St_Kitts +L America/Puerto_Rico America/St_Lucia +L America/Puerto_Rico America/St_Thomas +L America/Puerto_Rico America/St_Vincent +L America/Puerto_Rico America/Tortola +L Pacific/Port_Moresby Antarctica/DumontDUrville +L Pacific/Auckland Antarctica/McMurdo +L Asia/Riyadh Antarctica/Syowa +L Europe/Berlin Arctic/Longyearbyen +L Asia/Riyadh Asia/Aden +L Asia/Qatar Asia/Bahrain +L Asia/Kuching Asia/Brunei +L Asia/Singapore Asia/Kuala_Lumpur +L Asia/Riyadh Asia/Kuwait +L Asia/Dubai Asia/Muscat +L Asia/Bangkok Asia/Phnom_Penh +L Asia/Bangkok Asia/Vientiane +L Africa/Abidjan Atlantic/Reykjavik +L Africa/Abidjan Atlantic/St_Helena +L Europe/Brussels Europe/Amsterdam +L Europe/Prague Europe/Bratislava +L Europe/Zurich Europe/Busingen +L Europe/Berlin Europe/Copenhagen +L Europe/London Europe/Guernsey +L Europe/London Europe/Isle_of_Man +L Europe/London Europe/Jersey +L Europe/Belgrade Europe/Ljubljana +L Europe/Brussels Europe/Luxembourg +L Europe/Helsinki Europe/Mariehamn +L Europe/Paris Europe/Monaco +L Europe/Berlin Europe/Oslo +L Europe/Belgrade Europe/Podgorica +L Europe/Rome Europe/San_Marino +L Europe/Belgrade Europe/Sarajevo +L Europe/Belgrade Europe/Skopje +L Europe/Berlin Europe/Stockholm +L Europe/Zurich Europe/Vaduz +L Europe/Rome Europe/Vatican +L Europe/Belgrade Europe/Zagreb +L Africa/Nairobi Indian/Antananarivo +L Asia/Bangkok Indian/Christmas +L Asia/Yangon Indian/Cocos +L Africa/Nairobi Indian/Comoro +L Indian/Maldives Indian/Kerguelen +L Asia/Dubai Indian/Mahe +L Africa/Nairobi Indian/Mayotte +L Asia/Dubai Indian/Reunion +L Pacific/Port_Moresby Pacific/Chuuk +L Pacific/Tarawa Pacific/Funafuti +L Pacific/Tarawa Pacific/Majuro +L Pacific/Pago_Pago Pacific/Midway +L Pacific/Guadalcanal Pacific/Pohnpei +L Pacific/Guam Pacific/Saipan +L Pacific/Tarawa Pacific/Wake +L Pacific/Tarawa Pacific/Wallis +L Africa/Abidjan Africa/Timbuktu +L America/Argentina/Catamarca America/Argentina/ComodRivadavia +L America/Adak America/Atka +L America/Panama America/Coral_Harbour +L America/Tijuana America/Ensenada +L America/Indiana/Indianapolis America/Fort_Wayne +L America/Toronto America/Montreal +L America/Toronto America/Nipigon +L America/Iqaluit America/Pangnirtung +L America/Rio_Branco America/Porto_Acre +L America/Winnipeg America/Rainy_River +L America/Argentina/Cordoba America/Rosario +L America/Tijuana America/Santa_Isabel +L America/Denver America/Shiprock +L America/Toronto America/Thunder_Bay +L America/Edmonton America/Yellowknife +L Pacific/Auckland Antarctica/South_Pole +L Asia/Ulaanbaatar Asia/Choibalsan +L Asia/Shanghai Asia/Chongqing +L Asia/Shanghai Asia/Harbin +L Asia/Urumqi Asia/Kashgar +L Asia/Jerusalem Asia/Tel_Aviv +L Europe/Berlin Atlantic/Jan_Mayen +L Australia/Sydney Australia/Canberra +L Australia/Hobart Australia/Currie +L Europe/London Europe/Belfast +L Europe/Chisinau Europe/Tiraspol +L Europe/Kyiv Europe/Uzhgorod +L Europe/Kyiv Europe/Zaporozhye +L Pacific/Kanton Pacific/Enderbury +L Pacific/Honolulu Pacific/Johnston +L Pacific/Port_Moresby Pacific/Yap +L Europe/Lisbon WET +L Africa/Nairobi Africa/Asmera +L America/Nuuk America/Godthab +L Asia/Ashgabat Asia/Ashkhabad +L Asia/Kolkata Asia/Calcutta +L Asia/Shanghai Asia/Chungking +L Asia/Dhaka Asia/Dacca +L Europe/Istanbul Asia/Istanbul +L Asia/Kathmandu Asia/Katmandu +L Asia/Macau Asia/Macao +L Asia/Yangon Asia/Rangoon +L Asia/Ho_Chi_Minh Asia/Saigon +L Asia/Thimphu Asia/Thimbu +L Asia/Makassar Asia/Ujung_Pandang +L Asia/Ulaanbaatar Asia/Ulan_Bator +L Atlantic/Faroe Atlantic/Faeroe +L Europe/Kyiv Europe/Kiev +L Asia/Nicosia Europe/Nicosia +L Pacific/Honolulu HST +L America/Los_Angeles PST8PDT +L Pacific/Guadalcanal Pacific/Ponape +L Pacific/Port_Moresby Pacific/Truk diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone.tab b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone.tab new file mode 100644 index 0000000..2626b05 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone.tab @@ -0,0 +1,448 @@ +# tzdb timezone descriptions (deprecated version) +# +# This file is in the public domain, so clarified as of +# 2009-05-17 by Arthur David Olson. +# +# From Paul Eggert (2021-09-20): +# This file is intended as a backward-compatibility aid for older programs. +# New programs should use zone1970.tab. This file is like zone1970.tab (see +# zone1970.tab's comments), but with the following additional restrictions: +# +# 1. This file contains only ASCII characters. +# 2. The first data column contains exactly one country code. +# +# Because of (2), each row stands for an area that is the intersection +# of a region identified by a country code and of a timezone where civil +# clocks have agreed since 1970; this is a narrower definition than +# that of zone1970.tab. +# +# Unlike zone1970.tab, a row's third column can be a Link from +# 'backward' instead of a Zone. +# +# This table is intended as an aid for users, to help them select timezones +# appropriate for their practical needs. It is not intended to take or +# endorse any position on legal or territorial claims. +# +#country- +#code coordinates TZ comments +AD +4230+00131 Europe/Andorra +AE +2518+05518 Asia/Dubai +AF +3431+06912 Asia/Kabul +AG +1703-06148 America/Antigua +AI +1812-06304 America/Anguilla +AL +4120+01950 Europe/Tirane +AM +4011+04430 Asia/Yerevan +AO -0848+01314 Africa/Luanda +AQ -7750+16636 Antarctica/McMurdo New Zealand time - McMurdo, South Pole +AQ -6617+11031 Antarctica/Casey Casey +AQ -6835+07758 Antarctica/Davis Davis +AQ -6640+14001 Antarctica/DumontDUrville Dumont-d'Urville +AQ -6736+06253 Antarctica/Mawson Mawson +AQ -6448-06406 Antarctica/Palmer Palmer +AQ -6734-06808 Antarctica/Rothera Rothera +AQ -690022+0393524 Antarctica/Syowa Syowa +AQ -720041+0023206 Antarctica/Troll Troll +AQ -7824+10654 Antarctica/Vostok Vostok +AR -3436-05827 America/Argentina/Buenos_Aires Buenos Aires (BA, CF) +AR -3124-06411 America/Argentina/Cordoba Argentina (most areas: CB, CC, CN, ER, FM, MN, SE, SF) +AR -2447-06525 America/Argentina/Salta Salta (SA, LP, NQ, RN) +AR -2411-06518 America/Argentina/Jujuy Jujuy (JY) +AR -2649-06513 America/Argentina/Tucuman Tucuman (TM) +AR -2828-06547 America/Argentina/Catamarca Catamarca (CT), Chubut (CH) +AR -2926-06651 America/Argentina/La_Rioja La Rioja (LR) +AR -3132-06831 America/Argentina/San_Juan San Juan (SJ) +AR -3253-06849 America/Argentina/Mendoza Mendoza (MZ) +AR -3319-06621 America/Argentina/San_Luis San Luis (SL) +AR -5138-06913 America/Argentina/Rio_Gallegos Santa Cruz (SC) +AR -5448-06818 America/Argentina/Ushuaia Tierra del Fuego (TF) +AS -1416-17042 Pacific/Pago_Pago +AT +4813+01620 Europe/Vienna +AU -3133+15905 Australia/Lord_Howe Lord Howe Island +AU -5430+15857 Antarctica/Macquarie Macquarie Island +AU -4253+14719 Australia/Hobart Tasmania +AU -3749+14458 Australia/Melbourne Victoria +AU -3352+15113 Australia/Sydney New South Wales (most areas) +AU -3157+14127 Australia/Broken_Hill New South Wales (Yancowinna) +AU -2728+15302 Australia/Brisbane Queensland (most areas) +AU -2016+14900 Australia/Lindeman Queensland (Whitsunday Islands) +AU -3455+13835 Australia/Adelaide South Australia +AU -1228+13050 Australia/Darwin Northern Territory +AU -3157+11551 Australia/Perth Western Australia (most areas) +AU -3143+12852 Australia/Eucla Western Australia (Eucla) +AW +1230-06958 America/Aruba +AX +6006+01957 Europe/Mariehamn +AZ +4023+04951 Asia/Baku +BA +4352+01825 Europe/Sarajevo +BB +1306-05937 America/Barbados +BD +2343+09025 Asia/Dhaka +BE +5050+00420 Europe/Brussels +BF +1222-00131 Africa/Ouagadougou +BG +4241+02319 Europe/Sofia +BH +2623+05035 Asia/Bahrain +BI -0323+02922 Africa/Bujumbura +BJ +0629+00237 Africa/Porto-Novo +BL +1753-06251 America/St_Barthelemy +BM +3217-06446 Atlantic/Bermuda +BN +0456+11455 Asia/Brunei +BO -1630-06809 America/La_Paz +BQ +120903-0681636 America/Kralendijk +BR -0351-03225 America/Noronha Atlantic islands +BR -0127-04829 America/Belem Para (east), Amapa +BR -0343-03830 America/Fortaleza Brazil (northeast: MA, PI, CE, RN, PB) +BR -0803-03454 America/Recife Pernambuco +BR -0712-04812 America/Araguaina Tocantins +BR -0940-03543 America/Maceio Alagoas, Sergipe +BR -1259-03831 America/Bahia Bahia +BR -2332-04637 America/Sao_Paulo Brazil (southeast: GO, DF, MG, ES, RJ, SP, PR, SC, RS) +BR -2027-05437 America/Campo_Grande Mato Grosso do Sul +BR -1535-05605 America/Cuiaba Mato Grosso +BR -0226-05452 America/Santarem Para (west) +BR -0846-06354 America/Porto_Velho Rondonia +BR +0249-06040 America/Boa_Vista Roraima +BR -0308-06001 America/Manaus Amazonas (east) +BR -0640-06952 America/Eirunepe Amazonas (west) +BR -0958-06748 America/Rio_Branco Acre +BS +2505-07721 America/Nassau +BT +2728+08939 Asia/Thimphu +BW -2439+02555 Africa/Gaborone +BY +5354+02734 Europe/Minsk +BZ +1730-08812 America/Belize +CA +4734-05243 America/St_Johns Newfoundland, Labrador (SE) +CA +4439-06336 America/Halifax Atlantic - NS (most areas), PE +CA +4612-05957 America/Glace_Bay Atlantic - NS (Cape Breton) +CA +4606-06447 America/Moncton Atlantic - New Brunswick +CA +5320-06025 America/Goose_Bay Atlantic - Labrador (most areas) +CA +5125-05707 America/Blanc-Sablon AST - QC (Lower North Shore) +CA +4339-07923 America/Toronto Eastern - ON & QC (most areas) +CA +6344-06828 America/Iqaluit Eastern - NU (most areas) +CA +484531-0913718 America/Atikokan EST - ON (Atikokan), NU (Coral H) +CA +4953-09709 America/Winnipeg Central - ON (west), Manitoba +CA +744144-0944945 America/Resolute Central - NU (Resolute) +CA +624900-0920459 America/Rankin_Inlet Central - NU (central) +CA +5024-10439 America/Regina CST - SK (most areas) +CA +5017-10750 America/Swift_Current CST - SK (midwest) +CA +5333-11328 America/Edmonton Mountain - AB, BC(E), NT(E), SK(W) +CA +690650-1050310 America/Cambridge_Bay Mountain - NU (west) +CA +682059-1334300 America/Inuvik Mountain - NT (west) +CA +4906-11631 America/Creston MST - BC (Creston) +CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John) +CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson) +CA +6043-13503 America/Whitehorse MST - Yukon (east) +CA +6404-13925 America/Dawson MST - Yukon (west) +CA +4916-12307 America/Vancouver Pacific - BC (most areas) +CC -1210+09655 Indian/Cocos +CD -0418+01518 Africa/Kinshasa Dem. Rep. of Congo (west) +CD -1140+02728 Africa/Lubumbashi Dem. Rep. of Congo (east) +CF +0422+01835 Africa/Bangui +CG -0416+01517 Africa/Brazzaville +CH +4723+00832 Europe/Zurich +CI +0519-00402 Africa/Abidjan +CK -2114-15946 Pacific/Rarotonga +CL -3327-07040 America/Santiago most of Chile +CL -4534-07204 America/Coyhaique Aysen Region +CL -5309-07055 America/Punta_Arenas Magallanes Region +CL -2709-10926 Pacific/Easter Easter Island +CM +0403+00942 Africa/Douala +CN +3114+12128 Asia/Shanghai Beijing Time +CN +4348+08735 Asia/Urumqi Xinjiang Time +CO +0436-07405 America/Bogota +CR +0956-08405 America/Costa_Rica +CU +2308-08222 America/Havana +CV +1455-02331 Atlantic/Cape_Verde +CW +1211-06900 America/Curacao +CX -1025+10543 Indian/Christmas +CY +3510+03322 Asia/Nicosia most of Cyprus +CY +3507+03357 Asia/Famagusta Northern Cyprus +CZ +5005+01426 Europe/Prague +DE +5230+01322 Europe/Berlin most of Germany +DE +4742+00841 Europe/Busingen Busingen +DJ +1136+04309 Africa/Djibouti +DK +5540+01235 Europe/Copenhagen +DM +1518-06124 America/Dominica +DO +1828-06954 America/Santo_Domingo +DZ +3647+00303 Africa/Algiers +EC -0210-07950 America/Guayaquil Ecuador (mainland) +EC -0054-08936 Pacific/Galapagos Galapagos Islands +EE +5925+02445 Europe/Tallinn +EG +3003+03115 Africa/Cairo +EH +2709-01312 Africa/El_Aaiun +ER +1520+03853 Africa/Asmara +ES +4024-00341 Europe/Madrid Spain (mainland) +ES +3553-00519 Africa/Ceuta Ceuta, Melilla +ES +2806-01524 Atlantic/Canary Canary Islands +ET +0902+03842 Africa/Addis_Ababa +FI +6010+02458 Europe/Helsinki +FJ -1808+17825 Pacific/Fiji +FK -5142-05751 Atlantic/Stanley +FM +0725+15147 Pacific/Chuuk Chuuk/Truk, Yap +FM +0658+15813 Pacific/Pohnpei Pohnpei/Ponape +FM +0519+16259 Pacific/Kosrae Kosrae +FO +6201-00646 Atlantic/Faroe +FR +4852+00220 Europe/Paris +GA +0023+00927 Africa/Libreville +GB +513030-0000731 Europe/London +GD +1203-06145 America/Grenada +GE +4143+04449 Asia/Tbilisi +GF +0456-05220 America/Cayenne +GG +492717-0023210 Europe/Guernsey +GH +0533-00013 Africa/Accra +GI +3608-00521 Europe/Gibraltar +GL +6411-05144 America/Nuuk most of Greenland +GL +7646-01840 America/Danmarkshavn National Park (east coast) +GL +7029-02158 America/Scoresbysund Scoresbysund/Ittoqqortoormiit +GL +7634-06847 America/Thule Thule/Pituffik +GM +1328-01639 Africa/Banjul +GN +0931-01343 Africa/Conakry +GP +1614-06132 America/Guadeloupe +GQ +0345+00847 Africa/Malabo +GR +3758+02343 Europe/Athens +GS -5416-03632 Atlantic/South_Georgia +GT +1438-09031 America/Guatemala +GU +1328+14445 Pacific/Guam +GW +1151-01535 Africa/Bissau +GY +0648-05810 America/Guyana +HK +2217+11409 Asia/Hong_Kong +HN +1406-08713 America/Tegucigalpa +HR +4548+01558 Europe/Zagreb +HT +1832-07220 America/Port-au-Prince +HU +4730+01905 Europe/Budapest +ID -0610+10648 Asia/Jakarta Java, Sumatra +ID -0002+10920 Asia/Pontianak Borneo (west, central) +ID -0507+11924 Asia/Makassar Borneo (east, south), Sulawesi/Celebes, Bali, Nusa Tengarra, Timor (west) +ID -0232+14042 Asia/Jayapura New Guinea (West Papua / Irian Jaya), Malukus/Moluccas +IE +5320-00615 Europe/Dublin +IL +314650+0351326 Asia/Jerusalem +IM +5409-00428 Europe/Isle_of_Man +IN +2232+08822 Asia/Kolkata +IO -0720+07225 Indian/Chagos +IQ +3321+04425 Asia/Baghdad +IR +3540+05126 Asia/Tehran +IS +6409-02151 Atlantic/Reykjavik +IT +4154+01229 Europe/Rome +JE +491101-0020624 Europe/Jersey +JM +175805-0764736 America/Jamaica +JO +3157+03556 Asia/Amman +JP +353916+1394441 Asia/Tokyo +KE -0117+03649 Africa/Nairobi +KG +4254+07436 Asia/Bishkek +KH +1133+10455 Asia/Phnom_Penh +KI +0125+17300 Pacific/Tarawa Gilbert Islands +KI -0247-17143 Pacific/Kanton Phoenix Islands +KI +0152-15720 Pacific/Kiritimati Line Islands +KM -1141+04316 Indian/Comoro +KN +1718-06243 America/St_Kitts +KP +3901+12545 Asia/Pyongyang +KR +3733+12658 Asia/Seoul +KW +2920+04759 Asia/Kuwait +KY +1918-08123 America/Cayman +KZ +4315+07657 Asia/Almaty most of Kazakhstan +KZ +4448+06528 Asia/Qyzylorda Qyzylorda/Kyzylorda/Kzyl-Orda +KZ +5312+06337 Asia/Qostanay Qostanay/Kostanay/Kustanay +KZ +5017+05710 Asia/Aqtobe Aqtobe/Aktobe +KZ +4431+05016 Asia/Aqtau Mangghystau/Mankistau +KZ +4707+05156 Asia/Atyrau Atyrau/Atirau/Gur'yev +KZ +5113+05121 Asia/Oral West Kazakhstan +LA +1758+10236 Asia/Vientiane +LB +3353+03530 Asia/Beirut +LC +1401-06100 America/St_Lucia +LI +4709+00931 Europe/Vaduz +LK +0656+07951 Asia/Colombo +LR +0618-01047 Africa/Monrovia +LS -2928+02730 Africa/Maseru +LT +5441+02519 Europe/Vilnius +LU +4936+00609 Europe/Luxembourg +LV +5657+02406 Europe/Riga +LY +3254+01311 Africa/Tripoli +MA +3339-00735 Africa/Casablanca +MC +4342+00723 Europe/Monaco +MD +4700+02850 Europe/Chisinau +ME +4226+01916 Europe/Podgorica +MF +1804-06305 America/Marigot +MG -1855+04731 Indian/Antananarivo +MH +0709+17112 Pacific/Majuro most of Marshall Islands +MH +0905+16720 Pacific/Kwajalein Kwajalein +MK +4159+02126 Europe/Skopje +ML +1239-00800 Africa/Bamako +MM +1647+09610 Asia/Yangon +MN +4755+10653 Asia/Ulaanbaatar most of Mongolia +MN +4801+09139 Asia/Hovd Bayan-Olgii, Hovd, Uvs +MO +221150+1133230 Asia/Macau +MP +1512+14545 Pacific/Saipan +MQ +1436-06105 America/Martinique +MR +1806-01557 Africa/Nouakchott +MS +1643-06213 America/Montserrat +MT +3554+01431 Europe/Malta +MU -2010+05730 Indian/Mauritius +MV +0410+07330 Indian/Maldives +MW -1547+03500 Africa/Blantyre +MX +1924-09909 America/Mexico_City Central Mexico +MX +2105-08646 America/Cancun Quintana Roo +MX +2058-08937 America/Merida Campeche, Yucatan +MX +2540-10019 America/Monterrey Durango; Coahuila, Nuevo Leon, Tamaulipas (most areas) +MX +2550-09730 America/Matamoros Coahuila, Nuevo Leon, Tamaulipas (US border) +MX +2838-10605 America/Chihuahua Chihuahua (most areas) +MX +3144-10629 America/Ciudad_Juarez Chihuahua (US border - west) +MX +2934-10425 America/Ojinaga Chihuahua (US border - east) +MX +2313-10625 America/Mazatlan Baja California Sur, Nayarit (most areas), Sinaloa +MX +2048-10515 America/Bahia_Banderas Bahia de Banderas +MX +2904-11058 America/Hermosillo Sonora +MX +3232-11701 America/Tijuana Baja California +MY +0310+10142 Asia/Kuala_Lumpur Malaysia (peninsula) +MY +0133+11020 Asia/Kuching Sabah, Sarawak +MZ -2558+03235 Africa/Maputo +NA -2234+01706 Africa/Windhoek +NC -2216+16627 Pacific/Noumea +NE +1331+00207 Africa/Niamey +NF -2903+16758 Pacific/Norfolk +NG +0627+00324 Africa/Lagos +NI +1209-08617 America/Managua +NL +5222+00454 Europe/Amsterdam +NO +5955+01045 Europe/Oslo +NP +2743+08519 Asia/Kathmandu +NR -0031+16655 Pacific/Nauru +NU -1901-16955 Pacific/Niue +NZ -3652+17446 Pacific/Auckland most of New Zealand +NZ -4357-17633 Pacific/Chatham Chatham Islands +OM +2336+05835 Asia/Muscat +PA +0858-07932 America/Panama +PE -1203-07703 America/Lima +PF -1732-14934 Pacific/Tahiti Society Islands +PF -0900-13930 Pacific/Marquesas Marquesas Islands +PF -2308-13457 Pacific/Gambier Gambier Islands +PG -0930+14710 Pacific/Port_Moresby most of Papua New Guinea +PG -0613+15534 Pacific/Bougainville Bougainville +PH +143512+1205804 Asia/Manila +PK +2452+06703 Asia/Karachi +PL +5215+02100 Europe/Warsaw +PM +4703-05620 America/Miquelon +PN -2504-13005 Pacific/Pitcairn +PR +182806-0660622 America/Puerto_Rico +PS +3130+03428 Asia/Gaza Gaza Strip +PS +313200+0350542 Asia/Hebron West Bank +PT +3843-00908 Europe/Lisbon Portugal (mainland) +PT +3238-01654 Atlantic/Madeira Madeira Islands +PT +3744-02540 Atlantic/Azores Azores +PW +0720+13429 Pacific/Palau +PY -2516-05740 America/Asuncion +QA +2517+05132 Asia/Qatar +RE -2052+05528 Indian/Reunion +RO +4426+02606 Europe/Bucharest +RS +4450+02030 Europe/Belgrade +RU +5443+02030 Europe/Kaliningrad MSK-01 - Kaliningrad +RU +554521+0373704 Europe/Moscow MSK+00 - Moscow area +# The obsolescent zone.tab format cannot represent Europe/Simferopol well. +# Put it in RU section and list as UA. See "territorial claims" above. +# Programs should use zone1970.tab instead; see above. +UA +4457+03406 Europe/Simferopol Crimea +RU +5836+04939 Europe/Kirov MSK+00 - Kirov +RU +4844+04425 Europe/Volgograd MSK+00 - Volgograd +RU +4621+04803 Europe/Astrakhan MSK+01 - Astrakhan +RU +5134+04602 Europe/Saratov MSK+01 - Saratov +RU +5420+04824 Europe/Ulyanovsk MSK+01 - Ulyanovsk +RU +5312+05009 Europe/Samara MSK+01 - Samara, Udmurtia +RU +5651+06036 Asia/Yekaterinburg MSK+02 - Urals +RU +5500+07324 Asia/Omsk MSK+03 - Omsk +RU +5502+08255 Asia/Novosibirsk MSK+04 - Novosibirsk +RU +5322+08345 Asia/Barnaul MSK+04 - Altai +RU +5630+08458 Asia/Tomsk MSK+04 - Tomsk +RU +5345+08707 Asia/Novokuznetsk MSK+04 - Kemerovo +RU +5601+09250 Asia/Krasnoyarsk MSK+04 - Krasnoyarsk area +RU +5216+10420 Asia/Irkutsk MSK+05 - Irkutsk, Buryatia +RU +5203+11328 Asia/Chita MSK+06 - Zabaykalsky +RU +6200+12940 Asia/Yakutsk MSK+06 - Lena River +RU +623923+1353314 Asia/Khandyga MSK+06 - Tomponsky, Ust-Maysky +RU +4310+13156 Asia/Vladivostok MSK+07 - Amur River +RU +643337+1431336 Asia/Ust-Nera MSK+07 - Oymyakonsky +RU +5934+15048 Asia/Magadan MSK+08 - Magadan +RU +4658+14242 Asia/Sakhalin MSK+08 - Sakhalin Island +RU +6728+15343 Asia/Srednekolymsk MSK+08 - Sakha (E), N Kuril Is +RU +5301+15839 Asia/Kamchatka MSK+09 - Kamchatka +RU +6445+17729 Asia/Anadyr MSK+09 - Bering Sea +RW -0157+03004 Africa/Kigali +SA +2438+04643 Asia/Riyadh +SB -0932+16012 Pacific/Guadalcanal +SC -0440+05528 Indian/Mahe +SD +1536+03232 Africa/Khartoum +SE +5920+01803 Europe/Stockholm +SG +0117+10351 Asia/Singapore +SH -1555-00542 Atlantic/St_Helena +SI +4603+01431 Europe/Ljubljana +SJ +7800+01600 Arctic/Longyearbyen +SK +4809+01707 Europe/Bratislava +SL +0830-01315 Africa/Freetown +SM +4355+01228 Europe/San_Marino +SN +1440-01726 Africa/Dakar +SO +0204+04522 Africa/Mogadishu +SR +0550-05510 America/Paramaribo +SS +0451+03137 Africa/Juba +ST +0020+00644 Africa/Sao_Tome +SV +1342-08912 America/El_Salvador +SX +180305-0630250 America/Lower_Princes +SY +3330+03618 Asia/Damascus +SZ -2618+03106 Africa/Mbabane +TC +2128-07108 America/Grand_Turk +TD +1207+01503 Africa/Ndjamena +TF -492110+0701303 Indian/Kerguelen +TG +0608+00113 Africa/Lome +TH +1345+10031 Asia/Bangkok +TJ +3835+06848 Asia/Dushanbe +TK -0922-17114 Pacific/Fakaofo +TL -0833+12535 Asia/Dili +TM +3757+05823 Asia/Ashgabat +TN +3648+01011 Africa/Tunis +TO -210800-1751200 Pacific/Tongatapu +TR +4101+02858 Europe/Istanbul +TT +1039-06131 America/Port_of_Spain +TV -0831+17913 Pacific/Funafuti +TW +2503+12130 Asia/Taipei +TZ -0648+03917 Africa/Dar_es_Salaam +UA +5026+03031 Europe/Kyiv most of Ukraine +UG +0019+03225 Africa/Kampala +UM +2813-17722 Pacific/Midway Midway Islands +UM +1917+16637 Pacific/Wake Wake Island +US +404251-0740023 America/New_York Eastern (most areas) +US +421953-0830245 America/Detroit Eastern - MI (most areas) +US +381515-0854534 America/Kentucky/Louisville Eastern - KY (Louisville area) +US +364947-0845057 America/Kentucky/Monticello Eastern - KY (Wayne) +US +394606-0860929 America/Indiana/Indianapolis Eastern - IN (most areas) +US +384038-0873143 America/Indiana/Vincennes Eastern - IN (Da, Du, K, Mn) +US +410305-0863611 America/Indiana/Winamac Eastern - IN (Pulaski) +US +382232-0862041 America/Indiana/Marengo Eastern - IN (Crawford) +US +382931-0871643 America/Indiana/Petersburg Eastern - IN (Pike) +US +384452-0850402 America/Indiana/Vevay Eastern - IN (Switzerland) +US +415100-0873900 America/Chicago Central (most areas) +US +375711-0864541 America/Indiana/Tell_City Central - IN (Perry) +US +411745-0863730 America/Indiana/Knox Central - IN (Starke) +US +450628-0873651 America/Menominee Central - MI (Wisconsin border) +US +470659-1011757 America/North_Dakota/Center Central - ND (Oliver) +US +465042-1012439 America/North_Dakota/New_Salem Central - ND (Morton rural) +US +471551-1014640 America/North_Dakota/Beulah Central - ND (Mercer) +US +394421-1045903 America/Denver Mountain (most areas) +US +433649-1161209 America/Boise Mountain - ID (south), OR (east) +US +332654-1120424 America/Phoenix MST - AZ (except Navajo) +US +340308-1181434 America/Los_Angeles Pacific +US +611305-1495401 America/Anchorage Alaska (most areas) +US +581807-1342511 America/Juneau Alaska - Juneau area +US +571035-1351807 America/Sitka Alaska - Sitka area +US +550737-1313435 America/Metlakatla Alaska - Annette Island +US +593249-1394338 America/Yakutat Alaska - Yakutat +US +643004-1652423 America/Nome Alaska (west) +US +515248-1763929 America/Adak Alaska - western Aleutians +US +211825-1575130 Pacific/Honolulu Hawaii +UY -345433-0561245 America/Montevideo +UZ +3940+06648 Asia/Samarkand Uzbekistan (west) +UZ +4120+06918 Asia/Tashkent Uzbekistan (east) +VA +415408+0122711 Europe/Vatican +VC +1309-06114 America/St_Vincent +VE +1030-06656 America/Caracas +VG +1827-06437 America/Tortola +VI +1821-06456 America/St_Thomas +VN +1045+10640 Asia/Ho_Chi_Minh +VU -1740+16825 Pacific/Efate +WF -1318-17610 Pacific/Wallis +WS -1350-17144 Pacific/Apia +YE +1245+04512 Asia/Aden +YT -1247+04514 Indian/Mayotte +ZA -2615+02800 Africa/Johannesburg +ZM -1525+02817 Africa/Lusaka +ZW -1750+03103 Africa/Harare diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone1970.tab b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone1970.tab new file mode 100644 index 0000000..36535bd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zone1970.tab @@ -0,0 +1,375 @@ +# tzdb timezone descriptions +# +# This file is in the public domain. +# +# From Paul Eggert (2018-06-27): +# This file contains a table where each row stands for a timezone where +# civil timestamps have agreed since 1970. Columns are separated by +# a single tab. Lines beginning with '#' are comments. All text uses +# UTF-8 encoding. The columns of the table are as follows: +# +# 1. The countries that overlap the timezone, as a comma-separated list +# of ISO 3166 2-character country codes. See the file 'iso3166.tab'. +# 2. Latitude and longitude of the timezone's principal location +# in ISO 6709 sign-degrees-minutes-seconds format, +# either ±DDMM±DDDMM or ±DDMMSS±DDDMMSS, +# first latitude (+ is north), then longitude (+ is east). +# 3. Timezone name used in value of TZ environment variable. +# Please see the theory.html file for how these names are chosen. +# If multiple timezones overlap a country, each has a row in the +# table, with each column 1 containing the country code. +# 4. Comments; present if and only if countries have multiple timezones, +# and useful only for those countries. For example, the comments +# for the row with countries CH,DE,LI and name Europe/Zurich +# are useful only for DE, since CH and LI have no other timezones. +# +# If a timezone covers multiple countries, the most-populous city is used, +# and that country is listed first in column 1; any other countries +# are listed alphabetically by country code. The table is sorted +# first by country code, then (if possible) by an order within the +# country that (1) makes some geographical sense, and (2) puts the +# most populous timezones first, where that does not contradict (1). +# +# This table is intended as an aid for users, to help them select timezones +# appropriate for their practical needs. It is not intended to take or +# endorse any position on legal or territorial claims. +# +#country- +#codes coordinates TZ comments +AD +4230+00131 Europe/Andorra +AE,OM,RE,SC,TF +2518+05518 Asia/Dubai Crozet +AF +3431+06912 Asia/Kabul +AL +4120+01950 Europe/Tirane +AM +4011+04430 Asia/Yerevan +AQ -6617+11031 Antarctica/Casey Casey +AQ -6835+07758 Antarctica/Davis Davis +AQ -6736+06253 Antarctica/Mawson Mawson +AQ -6448-06406 Antarctica/Palmer Palmer +AQ -6734-06808 Antarctica/Rothera Rothera +AQ -720041+0023206 Antarctica/Troll Troll +AQ -7824+10654 Antarctica/Vostok Vostok +AR -3436-05827 America/Argentina/Buenos_Aires Buenos Aires (BA, CF) +AR -3124-06411 America/Argentina/Cordoba most areas: CB, CC, CN, ER, FM, MN, SE, SF +AR -2447-06525 America/Argentina/Salta Salta (SA, LP, NQ, RN) +AR -2411-06518 America/Argentina/Jujuy Jujuy (JY) +AR -2649-06513 America/Argentina/Tucuman Tucumán (TM) +AR -2828-06547 America/Argentina/Catamarca Catamarca (CT), Chubut (CH) +AR -2926-06651 America/Argentina/La_Rioja La Rioja (LR) +AR -3132-06831 America/Argentina/San_Juan San Juan (SJ) +AR -3253-06849 America/Argentina/Mendoza Mendoza (MZ) +AR -3319-06621 America/Argentina/San_Luis San Luis (SL) +AR -5138-06913 America/Argentina/Rio_Gallegos Santa Cruz (SC) +AR -5448-06818 America/Argentina/Ushuaia Tierra del Fuego (TF) +AS,UM -1416-17042 Pacific/Pago_Pago Midway +AT +4813+01620 Europe/Vienna +AU -3133+15905 Australia/Lord_Howe Lord Howe Island +AU -5430+15857 Antarctica/Macquarie Macquarie Island +AU -4253+14719 Australia/Hobart Tasmania +AU -3749+14458 Australia/Melbourne Victoria +AU -3352+15113 Australia/Sydney New South Wales (most areas) +AU -3157+14127 Australia/Broken_Hill New South Wales (Yancowinna) +AU -2728+15302 Australia/Brisbane Queensland (most areas) +AU -2016+14900 Australia/Lindeman Queensland (Whitsunday Islands) +AU -3455+13835 Australia/Adelaide South Australia +AU -1228+13050 Australia/Darwin Northern Territory +AU -3157+11551 Australia/Perth Western Australia (most areas) +AU -3143+12852 Australia/Eucla Western Australia (Eucla) +AZ +4023+04951 Asia/Baku +BB +1306-05937 America/Barbados +BD +2343+09025 Asia/Dhaka +BE,LU,NL +5050+00420 Europe/Brussels +BG +4241+02319 Europe/Sofia +BM +3217-06446 Atlantic/Bermuda +BO -1630-06809 America/La_Paz +BR -0351-03225 America/Noronha Atlantic islands +BR -0127-04829 America/Belem Pará (east), Amapá +BR -0343-03830 America/Fortaleza Brazil (northeast: MA, PI, CE, RN, PB) +BR -0803-03454 America/Recife Pernambuco +BR -0712-04812 America/Araguaina Tocantins +BR -0940-03543 America/Maceio Alagoas, Sergipe +BR -1259-03831 America/Bahia Bahia +BR -2332-04637 America/Sao_Paulo Brazil (southeast: GO, DF, MG, ES, RJ, SP, PR, SC, RS) +BR -2027-05437 America/Campo_Grande Mato Grosso do Sul +BR -1535-05605 America/Cuiaba Mato Grosso +BR -0226-05452 America/Santarem Pará (west) +BR -0846-06354 America/Porto_Velho Rondônia +BR +0249-06040 America/Boa_Vista Roraima +BR -0308-06001 America/Manaus Amazonas (east) +BR -0640-06952 America/Eirunepe Amazonas (west) +BR -0958-06748 America/Rio_Branco Acre +BT +2728+08939 Asia/Thimphu +BY +5354+02734 Europe/Minsk +BZ +1730-08812 America/Belize +CA +4734-05243 America/St_Johns Newfoundland, Labrador (SE) +CA +4439-06336 America/Halifax Atlantic - NS (most areas), PE +CA +4612-05957 America/Glace_Bay Atlantic - NS (Cape Breton) +CA +4606-06447 America/Moncton Atlantic - New Brunswick +CA +5320-06025 America/Goose_Bay Atlantic - Labrador (most areas) +CA,BS +4339-07923 America/Toronto Eastern - ON & QC (most areas) +CA +6344-06828 America/Iqaluit Eastern - NU (most areas) +CA +4953-09709 America/Winnipeg Central - ON (west), Manitoba +CA +744144-0944945 America/Resolute Central - NU (Resolute) +CA +624900-0920459 America/Rankin_Inlet Central - NU (central) +CA +5024-10439 America/Regina CST - SK (most areas) +CA +5017-10750 America/Swift_Current CST - SK (midwest) +CA +5333-11328 America/Edmonton Mountain - AB, BC(E), NT(E), SK(W) +CA +690650-1050310 America/Cambridge_Bay Mountain - NU (west) +CA +682059-1334300 America/Inuvik Mountain - NT (west) +CA +5546-12014 America/Dawson_Creek MST - BC (Dawson Cr, Ft St John) +CA +5848-12242 America/Fort_Nelson MST - BC (Ft Nelson) +CA +6043-13503 America/Whitehorse MST - Yukon (east) +CA +6404-13925 America/Dawson MST - Yukon (west) +CA +4916-12307 America/Vancouver Pacific - BC (most areas) +CH,DE,LI +4723+00832 Europe/Zurich Büsingen +CI,BF,GH,GM,GN,IS,ML,MR,SH,SL,SN,TG +0519-00402 Africa/Abidjan +CK -2114-15946 Pacific/Rarotonga +CL -3327-07040 America/Santiago most of Chile +CL -4534-07204 America/Coyhaique Aysén Region +CL -5309-07055 America/Punta_Arenas Magallanes Region +CL -2709-10926 Pacific/Easter Easter Island +CN +3114+12128 Asia/Shanghai Beijing Time +CN +4348+08735 Asia/Urumqi Xinjiang Time +CO +0436-07405 America/Bogota +CR +0956-08405 America/Costa_Rica +CU +2308-08222 America/Havana +CV +1455-02331 Atlantic/Cape_Verde +CY +3510+03322 Asia/Nicosia most of Cyprus +CY +3507+03357 Asia/Famagusta Northern Cyprus +CZ,SK +5005+01426 Europe/Prague +DE,DK,NO,SE,SJ +5230+01322 Europe/Berlin most of Germany +DO +1828-06954 America/Santo_Domingo +DZ +3647+00303 Africa/Algiers +EC -0210-07950 America/Guayaquil Ecuador (mainland) +EC -0054-08936 Pacific/Galapagos Galápagos Islands +EE +5925+02445 Europe/Tallinn +EG +3003+03115 Africa/Cairo +EH +2709-01312 Africa/El_Aaiun +ES +4024-00341 Europe/Madrid Spain (mainland) +ES +3553-00519 Africa/Ceuta Ceuta, Melilla +ES +2806-01524 Atlantic/Canary Canary Islands +FI,AX +6010+02458 Europe/Helsinki +FJ -1808+17825 Pacific/Fiji +FK -5142-05751 Atlantic/Stanley +FM +0519+16259 Pacific/Kosrae Kosrae +FO +6201-00646 Atlantic/Faroe +FR,MC +4852+00220 Europe/Paris +GB,GG,IM,JE +513030-0000731 Europe/London +GE +4143+04449 Asia/Tbilisi +GF +0456-05220 America/Cayenne +GI +3608-00521 Europe/Gibraltar +GL +6411-05144 America/Nuuk most of Greenland +GL +7646-01840 America/Danmarkshavn National Park (east coast) +GL +7029-02158 America/Scoresbysund Scoresbysund/Ittoqqortoormiit +GL +7634-06847 America/Thule Thule/Pituffik +GR +3758+02343 Europe/Athens +GS -5416-03632 Atlantic/South_Georgia +GT +1438-09031 America/Guatemala +GU,MP +1328+14445 Pacific/Guam +GW +1151-01535 Africa/Bissau +GY +0648-05810 America/Guyana +HK +2217+11409 Asia/Hong_Kong +HN +1406-08713 America/Tegucigalpa +HT +1832-07220 America/Port-au-Prince +HU +4730+01905 Europe/Budapest +ID -0610+10648 Asia/Jakarta Java, Sumatra +ID -0002+10920 Asia/Pontianak Borneo (west, central) +ID -0507+11924 Asia/Makassar Borneo (east, south), Sulawesi/Celebes, Bali, Nusa Tengarra, Timor (west) +ID -0232+14042 Asia/Jayapura New Guinea (West Papua / Irian Jaya), Malukus/Moluccas +IE +5320-00615 Europe/Dublin +IL +314650+0351326 Asia/Jerusalem +IN +2232+08822 Asia/Kolkata +IO -0720+07225 Indian/Chagos +IQ +3321+04425 Asia/Baghdad +IR +3540+05126 Asia/Tehran +IT,SM,VA +4154+01229 Europe/Rome +JM +175805-0764736 America/Jamaica +JO +3157+03556 Asia/Amman +JP,AU +353916+1394441 Asia/Tokyo Eyre Bird Observatory +KE,DJ,ER,ET,KM,MG,SO,TZ,UG,YT -0117+03649 Africa/Nairobi +KG +4254+07436 Asia/Bishkek +KI,MH,TV,UM,WF +0125+17300 Pacific/Tarawa Gilberts, Marshalls, Wake +KI -0247-17143 Pacific/Kanton Phoenix Islands +KI +0152-15720 Pacific/Kiritimati Line Islands +KP +3901+12545 Asia/Pyongyang +KR +3733+12658 Asia/Seoul +KZ +4315+07657 Asia/Almaty most of Kazakhstan +KZ +4448+06528 Asia/Qyzylorda Qyzylorda/Kyzylorda/Kzyl-Orda +KZ +5312+06337 Asia/Qostanay Qostanay/Kostanay/Kustanay +KZ +5017+05710 Asia/Aqtobe Aqtöbe/Aktobe +KZ +4431+05016 Asia/Aqtau Mangghystaū/Mankistau +KZ +4707+05156 Asia/Atyrau Atyraū/Atirau/Gur'yev +KZ +5113+05121 Asia/Oral West Kazakhstan +LB +3353+03530 Asia/Beirut +LK +0656+07951 Asia/Colombo +LR +0618-01047 Africa/Monrovia +LT +5441+02519 Europe/Vilnius +LV +5657+02406 Europe/Riga +LY +3254+01311 Africa/Tripoli +MA +3339-00735 Africa/Casablanca +MD +4700+02850 Europe/Chisinau +MH +0905+16720 Pacific/Kwajalein Kwajalein +MM,CC +1647+09610 Asia/Yangon +MN +4755+10653 Asia/Ulaanbaatar most of Mongolia +MN +4801+09139 Asia/Hovd Bayan-Ölgii, Hovd, Uvs +MO +221150+1133230 Asia/Macau +MQ +1436-06105 America/Martinique +MT +3554+01431 Europe/Malta +MU -2010+05730 Indian/Mauritius +MV,TF +0410+07330 Indian/Maldives Kerguelen, St Paul I, Amsterdam I +MX +1924-09909 America/Mexico_City Central Mexico +MX +2105-08646 America/Cancun Quintana Roo +MX +2058-08937 America/Merida Campeche, Yucatán +MX +2540-10019 America/Monterrey Durango; Coahuila, Nuevo León, Tamaulipas (most areas) +MX +2550-09730 America/Matamoros Coahuila, Nuevo León, Tamaulipas (US border) +MX +2838-10605 America/Chihuahua Chihuahua (most areas) +MX +3144-10629 America/Ciudad_Juarez Chihuahua (US border - west) +MX +2934-10425 America/Ojinaga Chihuahua (US border - east) +MX +2313-10625 America/Mazatlan Baja California Sur, Nayarit (most areas), Sinaloa +MX +2048-10515 America/Bahia_Banderas Bahía de Banderas +MX +2904-11058 America/Hermosillo Sonora +MX +3232-11701 America/Tijuana Baja California +MY,BN +0133+11020 Asia/Kuching Sabah, Sarawak +MZ,BI,BW,CD,MW,RW,ZM,ZW -2558+03235 Africa/Maputo Central Africa Time +NA -2234+01706 Africa/Windhoek +NC -2216+16627 Pacific/Noumea +NF -2903+16758 Pacific/Norfolk +NG,AO,BJ,CD,CF,CG,CM,GA,GQ,NE +0627+00324 Africa/Lagos West Africa Time +NI +1209-08617 America/Managua +NP +2743+08519 Asia/Kathmandu +NR -0031+16655 Pacific/Nauru +NU -1901-16955 Pacific/Niue +NZ,AQ -3652+17446 Pacific/Auckland New Zealand time +NZ -4357-17633 Pacific/Chatham Chatham Islands +PA,CA,KY +0858-07932 America/Panama EST - ON (Atikokan), NU (Coral H) +PE -1203-07703 America/Lima +PF -1732-14934 Pacific/Tahiti Society Islands +PF -0900-13930 Pacific/Marquesas Marquesas Islands +PF -2308-13457 Pacific/Gambier Gambier Islands +PG,AQ,FM -0930+14710 Pacific/Port_Moresby Papua New Guinea (most areas), Chuuk, Yap, Dumont d'Urville +PG -0613+15534 Pacific/Bougainville Bougainville +PH +143512+1205804 Asia/Manila +PK +2452+06703 Asia/Karachi +PL +5215+02100 Europe/Warsaw +PM +4703-05620 America/Miquelon +PN -2504-13005 Pacific/Pitcairn +PR,AG,CA,AI,AW,BL,BQ,CW,DM,GD,GP,KN,LC,MF,MS,SX,TT,VC,VG,VI +182806-0660622 America/Puerto_Rico AST - QC (Lower North Shore) +PS +3130+03428 Asia/Gaza Gaza Strip +PS +313200+0350542 Asia/Hebron West Bank +PT +3843-00908 Europe/Lisbon Portugal (mainland) +PT +3238-01654 Atlantic/Madeira Madeira Islands +PT +3744-02540 Atlantic/Azores Azores +PW +0720+13429 Pacific/Palau +PY -2516-05740 America/Asuncion +QA,BH +2517+05132 Asia/Qatar +RO +4426+02606 Europe/Bucharest +RS,BA,HR,ME,MK,SI +4450+02030 Europe/Belgrade +RU +5443+02030 Europe/Kaliningrad MSK-01 - Kaliningrad +RU +554521+0373704 Europe/Moscow MSK+00 - Moscow area +# Mention RU and UA alphabetically. See "territorial claims" above. +RU,UA +4457+03406 Europe/Simferopol Crimea +RU +5836+04939 Europe/Kirov MSK+00 - Kirov +RU +4844+04425 Europe/Volgograd MSK+00 - Volgograd +RU +4621+04803 Europe/Astrakhan MSK+01 - Astrakhan +RU +5134+04602 Europe/Saratov MSK+01 - Saratov +RU +5420+04824 Europe/Ulyanovsk MSK+01 - Ulyanovsk +RU +5312+05009 Europe/Samara MSK+01 - Samara, Udmurtia +RU +5651+06036 Asia/Yekaterinburg MSK+02 - Urals +RU +5500+07324 Asia/Omsk MSK+03 - Omsk +RU +5502+08255 Asia/Novosibirsk MSK+04 - Novosibirsk +RU +5322+08345 Asia/Barnaul MSK+04 - Altai +RU +5630+08458 Asia/Tomsk MSK+04 - Tomsk +RU +5345+08707 Asia/Novokuznetsk MSK+04 - Kemerovo +RU +5601+09250 Asia/Krasnoyarsk MSK+04 - Krasnoyarsk area +RU +5216+10420 Asia/Irkutsk MSK+05 - Irkutsk, Buryatia +RU +5203+11328 Asia/Chita MSK+06 - Zabaykalsky +RU +6200+12940 Asia/Yakutsk MSK+06 - Lena River +RU +623923+1353314 Asia/Khandyga MSK+06 - Tomponsky, Ust-Maysky +RU +4310+13156 Asia/Vladivostok MSK+07 - Amur River +RU +643337+1431336 Asia/Ust-Nera MSK+07 - Oymyakonsky +RU +5934+15048 Asia/Magadan MSK+08 - Magadan +RU +4658+14242 Asia/Sakhalin MSK+08 - Sakhalin Island +RU +6728+15343 Asia/Srednekolymsk MSK+08 - Sakha (E), N Kuril Is +RU +5301+15839 Asia/Kamchatka MSK+09 - Kamchatka +RU +6445+17729 Asia/Anadyr MSK+09 - Bering Sea +SA,AQ,KW,YE +2438+04643 Asia/Riyadh Syowa +SB,FM -0932+16012 Pacific/Guadalcanal Pohnpei +SD +1536+03232 Africa/Khartoum +SG,AQ,MY +0117+10351 Asia/Singapore peninsular Malaysia, Concordia +SR +0550-05510 America/Paramaribo +SS +0451+03137 Africa/Juba +ST +0020+00644 Africa/Sao_Tome +SV +1342-08912 America/El_Salvador +SY +3330+03618 Asia/Damascus +TC +2128-07108 America/Grand_Turk +TD +1207+01503 Africa/Ndjamena +TH,CX,KH,LA,VN +1345+10031 Asia/Bangkok north Vietnam +TJ +3835+06848 Asia/Dushanbe +TK -0922-17114 Pacific/Fakaofo +TL -0833+12535 Asia/Dili +TM +3757+05823 Asia/Ashgabat +TN +3648+01011 Africa/Tunis +TO -210800-1751200 Pacific/Tongatapu +TR +4101+02858 Europe/Istanbul +TW +2503+12130 Asia/Taipei +UA +5026+03031 Europe/Kyiv most of Ukraine +US +404251-0740023 America/New_York Eastern (most areas) +US +421953-0830245 America/Detroit Eastern - MI (most areas) +US +381515-0854534 America/Kentucky/Louisville Eastern - KY (Louisville area) +US +364947-0845057 America/Kentucky/Monticello Eastern - KY (Wayne) +US +394606-0860929 America/Indiana/Indianapolis Eastern - IN (most areas) +US +384038-0873143 America/Indiana/Vincennes Eastern - IN (Da, Du, K, Mn) +US +410305-0863611 America/Indiana/Winamac Eastern - IN (Pulaski) +US +382232-0862041 America/Indiana/Marengo Eastern - IN (Crawford) +US +382931-0871643 America/Indiana/Petersburg Eastern - IN (Pike) +US +384452-0850402 America/Indiana/Vevay Eastern - IN (Switzerland) +US +415100-0873900 America/Chicago Central (most areas) +US +375711-0864541 America/Indiana/Tell_City Central - IN (Perry) +US +411745-0863730 America/Indiana/Knox Central - IN (Starke) +US +450628-0873651 America/Menominee Central - MI (Wisconsin border) +US +470659-1011757 America/North_Dakota/Center Central - ND (Oliver) +US +465042-1012439 America/North_Dakota/New_Salem Central - ND (Morton rural) +US +471551-1014640 America/North_Dakota/Beulah Central - ND (Mercer) +US +394421-1045903 America/Denver Mountain (most areas) +US +433649-1161209 America/Boise Mountain - ID (south), OR (east) +US,CA +332654-1120424 America/Phoenix MST - AZ (most areas), Creston BC +US +340308-1181434 America/Los_Angeles Pacific +US +611305-1495401 America/Anchorage Alaska (most areas) +US +581807-1342511 America/Juneau Alaska - Juneau area +US +571035-1351807 America/Sitka Alaska - Sitka area +US +550737-1313435 America/Metlakatla Alaska - Annette Island +US +593249-1394338 America/Yakutat Alaska - Yakutat +US +643004-1652423 America/Nome Alaska (west) +US +515248-1763929 America/Adak Alaska - western Aleutians +US +211825-1575130 Pacific/Honolulu Hawaii +UY -345433-0561245 America/Montevideo +UZ +3940+06648 Asia/Samarkand Uzbekistan (west) +UZ +4120+06918 Asia/Tashkent Uzbekistan (east) +VE +1030-06656 America/Caracas +VN +1045+10640 Asia/Ho_Chi_Minh south Vietnam +VU -1740+16825 Pacific/Efate +WS -1350-17144 Pacific/Apia +ZA,LS,SZ -2615+02800 Africa/Johannesburg +# +# The next section contains experimental tab-separated comments for +# use by user agents like tzselect that identify continents and oceans. +# +# For example, the comment "#@AQAntarctica/" means the country code +# AQ is in the continent Antarctica regardless of the Zone name, +# so Pacific/Auckland should be listed under Antarctica as well as +# under the Pacific because its line's country codes include AQ. +# +# If more than one country code is affected each is listed separated +# by commas, e.g., #@IS,SHAtlantic/". If a country code is in +# more than one continent or ocean, each is listed separated by +# commas, e.g., the second column of "#@CY,TRAsia/,Europe/". +# +# These experimental comments are present only for country codes where +# the continent or ocean is not already obvious from the Zone name. +# For example, there is no such comment for RU since it already +# corresponds to Zone names starting with both "Europe/" and "Asia/". +# +#@AQ Antarctica/ +#@IS,SH Atlantic/ +#@CY,TR Asia/,Europe/ +#@SJ Arctic/ +#@CC,CX,KM,MG,YT Indian/ diff --git a/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zonenow.tab b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zonenow.tab new file mode 100644 index 0000000..093f0a0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pytz/zoneinfo/zonenow.tab @@ -0,0 +1,296 @@ +# tzdb timezone descriptions, for users who do not care about old timestamps +# +# This file is in the public domain. +# +# From Paul Eggert (2023-12-18): +# This file contains a table where each row stands for a timezone +# where civil timestamps are predicted to agree from now on. +# This file is like zone1970.tab (see zone1970.tab's comments), +# but with the following changes: +# +# 1. Each timezone corresponds to a set of clocks that are planned +# to agree from now on. This is a larger set of clocks than in +# zone1970.tab, where each timezone's clocks must agree from 1970 on. +# 2. The first column is irrelevant and ignored. +# 3. The table is sorted in a different way: +# first by standard time UTC offset; +# then, if DST is used, by daylight saving UTC offset; +# then by time zone abbreviation. +# 4. Every timezone has a nonempty comments column, with wording +# distinguishing the timezone only from other timezones with the +# same UTC offset at some point during the year. +# +# The format of this table is experimental, and may change in future versions. +# +# This table is intended as an aid for users, to help them select timezones +# appropriate for their practical needs. It is not intended to take or +# endorse any position on legal or territorial claims. +# +#XX coordinates TZ comments +# +# -11 - SST +XX -1416-17042 Pacific/Pago_Pago Midway; Samoa ("SST") +# +# -11 +XX -1901-16955 Pacific/Niue Niue +# +# -10 - HST +XX +211825-1575130 Pacific/Honolulu Hawaii ("HST") +# +# -10 +XX -1732-14934 Pacific/Tahiti Tahiti; Cook Islands +# +# -10/-09 - HST / HDT (North America DST) +XX +515248-1763929 America/Adak western Aleutians in Alaska ("HST/HDT") +# +# -09:30 +XX -0900-13930 Pacific/Marquesas Marquesas +# +# -09 +XX -2308-13457 Pacific/Gambier Gambier +# +# -09/-08 - AKST/AKDT (North America DST) +XX +611305-1495401 America/Anchorage most of Alaska ("AKST/AKDT") +# +# -08 +XX -2504-13005 Pacific/Pitcairn Pitcairn +# +# -08/-07 - PST/PDT (North America DST) +XX +340308-1181434 America/Los_Angeles Pacific ("PST/PDT") - US & Canada; Mexico near US border +# +# -07 - MST +XX +332654-1120424 America/Phoenix Mountain Standard ("MST") - Arizona; western Mexico; Yukon +# +# -07/-06 - MST/MDT (North America DST) +XX +394421-1045903 America/Denver Mountain ("MST/MDT") - US & Canada; Mexico near US border +# +# -06 +XX -0054-08936 Pacific/Galapagos Galápagos +# +# -06 - CST +XX +1924-09909 America/Mexico_City Central Standard ("CST") - Saskatchewan; central Mexico; Central America +# +# -06/-05 (Chile DST) +XX -2709-10926 Pacific/Easter Easter Island +# +# -06/-05 - CST/CDT (North America DST) +XX +415100-0873900 America/Chicago Central ("CST/CDT") - US & Canada; Mexico near US border +# +# -05 +XX -1203-07703 America/Lima eastern South America +# +# -05 - EST +XX +175805-0764736 America/Jamaica Eastern Standard ("EST") - Caymans; Jamaica; eastern Mexico; Panama +# +# -05/-04 - CST/CDT (Cuba DST) +XX +2308-08222 America/Havana Cuba +# +# -05/-04 - EST/EDT (North America DST) +XX +404251-0740023 America/New_York Eastern ("EST/EDT") - US & Canada +# +# -04 +XX +1030-06656 America/Caracas western South America +# +# -04 - AST +XX +1828-06954 America/Santo_Domingo Atlantic Standard ("AST") - eastern Caribbean +# +# -04/-03 (Chile DST) +XX -3327-07040 America/Santiago most of Chile +# +# -04/-03 - AST/ADT (North America DST) +XX +4439-06336 America/Halifax Atlantic ("AST/ADT") - Canada; Bermuda +# +# -03:30/-02:30 - NST/NDT (North America DST) +XX +4734-05243 America/St_Johns Newfoundland ("NST/NDT") +# +# -03 +XX -2332-04637 America/Sao_Paulo eastern and southern South America +# +# -03/-02 (North America DST) +XX +4703-05620 America/Miquelon St Pierre & Miquelon +# +# -02 +XX -0351-03225 America/Noronha Fernando de Noronha; South Georgia +# +# -02/-01 (EU DST) +XX +6411-05144 America/Nuuk most of Greenland +# +# -01 +XX +1455-02331 Atlantic/Cape_Verde Cape Verde +# +# -01/+00 (EU DST) +XX +3744-02540 Atlantic/Azores Azores +# +# +00 - GMT +XX +0519-00402 Africa/Abidjan far western Africa; Iceland ("GMT") +# +# +00/+01 - GMT/BST (EU DST) +XX +513030-0000731 Europe/London United Kingdom ("GMT/BST") +# +# +00/+01 - WET/WEST (EU DST) +XX +3843-00908 Europe/Lisbon western Europe ("WET/WEST") +# +# +00/+02 - Troll DST +XX -720041+0023206 Antarctica/Troll Troll Station in Antarctica +# +# +01 - CET +XX +3647+00303 Africa/Algiers Algeria, Tunisia ("CET") +# +# +01 - WAT +XX +0627+00324 Africa/Lagos western Africa ("WAT") +# +# +01/+00 - IST/GMT (EU DST in reverse) +XX +5320-00615 Europe/Dublin Ireland ("IST/GMT") +# +# +01/+00 - (Morocco DST) +XX +3339-00735 Africa/Casablanca Morocco +# +# +01/+02 - CET/CEST (EU DST) +XX +4852+00220 Europe/Paris central Europe ("CET/CEST") +# +# +02 - CAT +XX -2558+03235 Africa/Maputo central Africa ("CAT") +# +# +02 - EET +XX +3254+01311 Africa/Tripoli Libya; Kaliningrad ("EET") +# +# +02 - SAST +XX -2615+02800 Africa/Johannesburg southern Africa ("SAST") +# +# +02/+03 - EET/EEST (EU DST) +XX +3758+02343 Europe/Athens eastern Europe ("EET/EEST") +# +# +02/+03 - EET/EEST (Egypt DST) +XX +3003+03115 Africa/Cairo Egypt +# +# +02/+03 - EET/EEST (Lebanon DST) +XX +3353+03530 Asia/Beirut Lebanon +# +# +02/+03 - EET/EEST (Moldova DST) +XX +4700+02850 Europe/Chisinau Moldova +# +# +02/+03 - EET/EEST (Palestine DST) +XX +3130+03428 Asia/Gaza Palestine +# +# +02/+03 - IST/IDT (Israel DST) +XX +314650+0351326 Asia/Jerusalem Israel +# +# +03 +XX +4101+02858 Europe/Istanbul Near East; Belarus +# +# +03 - EAT +XX -0117+03649 Africa/Nairobi eastern Africa ("EAT") +# +# +03 - MSK +XX +554521+0373704 Europe/Moscow Moscow ("MSK") +# +# +03:30 +XX +3540+05126 Asia/Tehran Iran +# +# +04 +XX +2518+05518 Asia/Dubai Russia; Caucasus; Persian Gulf; Seychelles; Réunion +# +# +04:30 +XX +3431+06912 Asia/Kabul Afghanistan +# +# +05 +XX +4120+06918 Asia/Tashkent Russia; Kazakhstan; Tajikistan; Turkmenistan; Uzbekistan; Maldives +# +# +05 - PKT +XX +2452+06703 Asia/Karachi Pakistan ("PKT") +# +# +05:30 +XX +0656+07951 Asia/Colombo Sri Lanka +# +# +05:30 - IST +XX +2232+08822 Asia/Kolkata India ("IST") +# +# +05:45 +XX +2743+08519 Asia/Kathmandu Nepal +# +# +06 +XX +2343+09025 Asia/Dhaka Russia; Kyrgyzstan; Bhutan; Bangladesh; Chagos +# +# +06:30 +XX +1647+09610 Asia/Yangon Myanmar; Cocos +# +# +07 +XX +1345+10031 Asia/Bangkok Russia; Indochina; Christmas Island +# +# +07 - WIB +XX -0610+10648 Asia/Jakarta Indonesia ("WIB") +# +# +08 +XX +0117+10351 Asia/Singapore Russia; Brunei; Malaysia; Singapore; Concordia +# +# +08 - AWST +XX -3157+11551 Australia/Perth Western Australia ("AWST") +# +# +08 - CST +XX +3114+12128 Asia/Shanghai China ("CST") +# +# +08 - HKT +XX +2217+11409 Asia/Hong_Kong Hong Kong ("HKT") +# +# +08 - PHT +XX +143512+1205804 Asia/Manila Philippines ("PHT") +# +# +08 - WITA +XX -0507+11924 Asia/Makassar Indonesia ("WITA") +# +# +08:45 +XX -3143+12852 Australia/Eucla Eucla +# +# +09 +XX +5203+11328 Asia/Chita Russia; Palau; East Timor +# +# +09 - JST +XX +353916+1394441 Asia/Tokyo Japan ("JST"); Eyre Bird Observatory +# +# +09 - KST +XX +3733+12658 Asia/Seoul Korea ("KST") +# +# +09 - WIT +XX -0232+14042 Asia/Jayapura Indonesia ("WIT") +# +# +09:30 - ACST +XX -1228+13050 Australia/Darwin Northern Territory ("ACST") +# +# +09:30/+10:30 - ACST/ACDT (Australia DST) +XX -3455+13835 Australia/Adelaide South Australia ("ACST/ACDT") +# +# +10 +XX +4310+13156 Asia/Vladivostok Russia; Yap; Chuuk; Papua New Guinea; Dumont d'Urville +# +# +10 - AEST +XX -2728+15302 Australia/Brisbane Queensland ("AEST") +# +# +10 - ChST +XX +1328+14445 Pacific/Guam Mariana Islands ("ChST") +# +# +10/+11 - AEST/AEDT (Australia DST) +XX -3352+15113 Australia/Sydney southeast Australia ("AEST/AEDT") +# +# +10:30/+11 +XX -3133+15905 Australia/Lord_Howe Lord Howe Island +# +# +11 +XX -0613+15534 Pacific/Bougainville Russia; Kosrae; Bougainville; Solomons +# +# +11/+12 (Australia DST) +XX -2903+16758 Pacific/Norfolk Norfolk Island +# +# +12 +XX +5301+15839 Asia/Kamchatka Russia; Tuvalu; Fiji; etc. +# +# +12/+13 (New Zealand DST) +XX -3652+17446 Pacific/Auckland New Zealand ("NZST/NZDT") +# +# +12:45/+13:45 (Chatham DST) +XX -4357-17633 Pacific/Chatham Chatham Islands +# +# +13 +XX -210800-1751200 Pacific/Tongatapu Kanton; Tokelau; Samoa (western); Tonga +# +# +14 +XX +0152-15720 Pacific/Kiritimati Kiritimati diff --git a/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/LICENSE b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/LICENSE new file mode 100644 index 0000000..67db858 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/LICENSE @@ -0,0 +1,175 @@ + + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ + + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + + 1. Definitions. + + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. + + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. + + "Legal Entity" shall mean the union of the acting entity and all + other entities that control, are controlled by, or are under common + control with that entity. For the purposes of this definition, + "control" means (i) the power, direct or indirect, to cause the + direction or management of such entity, whether by contract or + otherwise, or (ii) ownership of fifty percent (50%) or more of the + outstanding shares, or (iii) beneficial ownership of such entity. + + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. + + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. + + "Object" form shall mean any form resulting from mechanical + transformation or translation of a Source form, including but + not limited to compiled object code, generated documentation, + and conversions to other media types. + + "Work" shall mean the work of authorship, whether in Source or + Object form, made available under the License, as indicated by a + copyright notice that is included in or attached to the work + (an example is provided in the Appendix below). + + "Derivative Works" shall mean any work, whether in Source or Object + form, that is based on (or derived from) the Work and for which the + editorial revisions, annotations, elaborations, or other modifications + represent, as a whole, an original work of authorship. For the purposes + of this License, Derivative Works shall not include works that remain + separable from, or merely link (or bind by name) to the interfaces of, + the Work and Derivative Works thereof. + + "Contribution" shall mean any work of authorship, including + the original version of the Work and any modifications or additions + to that Work or Derivative Works thereof, that is intentionally + submitted to Licensor for inclusion in the Work by the copyright owner + or by an individual or Legal Entity authorized to submit on behalf of + the copyright owner. For the purposes of this definition, "submitted" + means any form of electronic, verbal, or written communication sent + to the Licensor or its representatives, including but not limited to + communication on electronic mailing lists, source code control systems, + and issue tracking systems that are managed by, or on behalf of, the + Licensor for the purpose of discussing and improving the Work, but + excluding communication that is conspicuously marked or otherwise + designated in writing by the copyright owner as "Not a Contribution." + + "Contributor" shall mean Licensor and any individual or Legal Entity + on behalf of whom a Contribution has been received by Licensor and + subsequently incorporated within the Work. + + 2. Grant of Copyright License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + copyright license to reproduce, prepare Derivative Works of, + publicly display, publicly perform, sublicense, and distribute the + Work and such Derivative Works in Source or Object form. + + 3. Grant of Patent License. Subject to the terms and conditions of + this License, each Contributor hereby grants to You a perpetual, + worldwide, non-exclusive, no-charge, royalty-free, irrevocable + (except as stated in this section) patent license to make, have made, + use, offer to sell, sell, import, and otherwise transfer the Work, + where such license applies only to those patent claims licensable + by such Contributor that are necessarily infringed by their + Contribution(s) alone or by combination of their Contribution(s) + with the Work to which such Contribution(s) was submitted. If You + institute patent litigation against any entity (including a + cross-claim or counterclaim in a lawsuit) alleging that the Work + or a Contribution incorporated within the Work constitutes direct + or contributory patent infringement, then any patent licenses + granted to You under this License for that Work shall terminate + as of the date such litigation is filed. + + 4. Redistribution. You may reproduce and distribute copies of the + Work or Derivative Works thereof in any medium, with or without + modifications, and in Source or Object form, provided that You + meet the following conditions: + + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and + + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and + + (d) If the Work includes a "NOTICE" text file as part of its + distribution, then any Derivative Works that You distribute must + include a readable copy of the attribution notices contained + within such NOTICE file, excluding those notices that do not + pertain to any part of the Derivative Works, in at least one + of the following places: within a NOTICE text file distributed + as part of the Derivative Works; within the Source form or + documentation, if provided along with the Derivative Works; or, + within a display generated by the Derivative Works, if and + wherever such third-party notices normally appear. The contents + of the NOTICE file are for informational purposes only and + do not modify the License. You may add Your own attribution + notices within Derivative Works that You distribute, alongside + or as an addendum to the NOTICE text from the Work, provided + that such additional attribution notices cannot be construed + as modifying the License. + + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. + + 6. Trademarks. This License does not grant permission to use the trade + names, trademarks, service marks, or product names of the Licensor, + except as required for reasonable and customary use in describing the + origin of the Work and reproducing the content of the NOTICE file. + + 7. Disclaimer of Warranty. Unless required by applicable law or + agreed to in writing, Licensor provides the Work (and each + Contributor provides its Contributions) on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or + implied, including, without limitation, any warranties or conditions + of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A + PARTICULAR PURPOSE. You are solely responsible for determining the + appropriateness of using or redistributing the Work and assume any + risks associated with Your exercise of permissions under this License. + + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. diff --git a/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/METADATA new file mode 100644 index 0000000..72d9dc5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/METADATA @@ -0,0 +1,119 @@ +Metadata-Version: 2.1 +Name: requests +Version: 2.32.3 +Summary: Python HTTP for Humans. +Home-page: https://requests.readthedocs.io +Author: Kenneth Reitz +Author-email: me@kennethreitz.org +License: Apache-2.0 +Project-URL: Documentation, https://requests.readthedocs.io +Project-URL: Source, https://github.com/psf/requests +Classifier: Development Status :: 5 - Production/Stable +Classifier: Environment :: Web Environment +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Apache Software License +Classifier: Natural Language :: English +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +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 :: Only +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Internet :: WWW/HTTP +Classifier: Topic :: Software Development :: Libraries +Requires-Python: >=3.8 +Description-Content-Type: text/markdown +License-File: LICENSE +Requires-Dist: charset-normalizer <4,>=2 +Requires-Dist: idna <4,>=2.5 +Requires-Dist: urllib3 <3,>=1.21.1 +Requires-Dist: certifi >=2017.4.17 +Provides-Extra: security +Provides-Extra: socks +Requires-Dist: PySocks !=1.5.7,>=1.5.6 ; extra == 'socks' +Provides-Extra: use_chardet_on_py3 +Requires-Dist: chardet <6,>=3.0.2 ; extra == 'use_chardet_on_py3' + +# Requests + +**Requests** is a simple, yet elegant, HTTP library. + +```python +>>> import requests +>>> r = requests.get('https://httpbin.org/basic-auth/user/pass', auth=('user', 'pass')) +>>> r.status_code +200 +>>> r.headers['content-type'] +'application/json; charset=utf8' +>>> r.encoding +'utf-8' +>>> r.text +'{"authenticated": true, ...' +>>> r.json() +{'authenticated': True, ...} +``` + +Requests allows you to send HTTP/1.1 requests extremely easily. There’s no need to manually add query strings to your URLs, or to form-encode your `PUT` & `POST` data — but nowadays, just use the `json` method! + +Requests is one of the most downloaded Python packages today, pulling in around `30M downloads / week`— according to GitHub, Requests is currently [depended upon](https://github.com/psf/requests/network/dependents?package_id=UGFja2FnZS01NzA4OTExNg%3D%3D) by `1,000,000+` repositories. You may certainly put your trust in this code. + +[![Downloads](https://static.pepy.tech/badge/requests/month)](https://pepy.tech/project/requests) +[![Supported Versions](https://img.shields.io/pypi/pyversions/requests.svg)](https://pypi.org/project/requests) +[![Contributors](https://img.shields.io/github/contributors/psf/requests.svg)](https://github.com/psf/requests/graphs/contributors) + +## Installing Requests and Supported Versions + +Requests is available on PyPI: + +```console +$ python -m pip install requests +``` + +Requests officially supports Python 3.8+. + +## Supported Features & Best–Practices + +Requests is ready for the demands of building robust and reliable HTTP–speaking applications, for the needs of today. + +- Keep-Alive & Connection Pooling +- International Domains and URLs +- Sessions with Cookie Persistence +- Browser-style TLS/SSL Verification +- Basic & Digest Authentication +- Familiar `dict`–like Cookies +- Automatic Content Decompression and Decoding +- Multi-part File Uploads +- SOCKS Proxy Support +- Connection Timeouts +- Streaming Downloads +- Automatic honoring of `.netrc` +- Chunked HTTP Requests + +## API Reference and User Guide available on [Read the Docs](https://requests.readthedocs.io) + +[![Read the Docs](https://raw.githubusercontent.com/psf/requests/main/ext/ss.png)](https://requests.readthedocs.io) + +## Cloning the repository + +When cloning the Requests repository, you may need to add the `-c +fetch.fsck.badTimezone=ignore` flag to avoid an error about a bad commit (see +[this issue](https://github.com/psf/requests/issues/2690) for more background): + +```shell +git clone -c fetch.fsck.badTimezone=ignore https://github.com/psf/requests.git +``` + +You can also apply this setting to your global Git config: + +```shell +git config --global fetch.fsck.badTimezone ignore +``` + +--- + +[![Kenneth Reitz](https://raw.githubusercontent.com/psf/requests/main/ext/kr.png)](https://kennethreitz.org) [![Python Software Foundation](https://raw.githubusercontent.com/psf/requests/main/ext/psf.png)](https://www.python.org/psf) diff --git a/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/RECORD new file mode 100644 index 0000000..f34e5a1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/RECORD @@ -0,0 +1,43 @@ +requests-2.32.3.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +requests-2.32.3.dist-info/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142 +requests-2.32.3.dist-info/METADATA,sha256=ZY7oRUweLnb7jCEnEW9hFWs7IpQbNVnAA4ncpwA4WBo,4610 +requests-2.32.3.dist-info/RECORD,, +requests-2.32.3.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +requests-2.32.3.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +requests-2.32.3.dist-info/top_level.txt,sha256=fMSVmHfb5rbGOo6xv-O_tUX6j-WyixssE-SnwcDRxNQ,9 +requests/__init__.py,sha256=4xaAERmPDIBPsa2PsjpU9r06yooK-2mZKHTZAhWRWts,5072 +requests/__pycache__/__init__.cpython-312.pyc,, +requests/__pycache__/__version__.cpython-312.pyc,, +requests/__pycache__/_internal_utils.cpython-312.pyc,, +requests/__pycache__/adapters.cpython-312.pyc,, +requests/__pycache__/api.cpython-312.pyc,, +requests/__pycache__/auth.cpython-312.pyc,, +requests/__pycache__/certs.cpython-312.pyc,, +requests/__pycache__/compat.cpython-312.pyc,, +requests/__pycache__/cookies.cpython-312.pyc,, +requests/__pycache__/exceptions.cpython-312.pyc,, +requests/__pycache__/help.cpython-312.pyc,, +requests/__pycache__/hooks.cpython-312.pyc,, +requests/__pycache__/models.cpython-312.pyc,, +requests/__pycache__/packages.cpython-312.pyc,, +requests/__pycache__/sessions.cpython-312.pyc,, +requests/__pycache__/status_codes.cpython-312.pyc,, +requests/__pycache__/structures.cpython-312.pyc,, +requests/__pycache__/utils.cpython-312.pyc,, +requests/__version__.py,sha256=FVfglgZmNQnmYPXpOohDU58F5EUb_-VnSTaAesS187g,435 +requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +requests/adapters.py,sha256=KIcecscqam6reOCXRl4DwP4jX8Jcl8sd57ft17KR2cQ,27451 +requests/api.py,sha256=_Zb9Oa7tzVIizTKwFrPjDEY9ejtm_OnSRERnADxGsQs,6449 +requests/auth.py,sha256=kF75tqnLctZ9Mf_hm9TZIj4cQWnN5uxRz8oWsx5wmR0,10186 +requests/certs.py,sha256=Z9Sb410Anv6jUFTyss0jFFhU6xst8ctELqfy8Ev23gw,429 +requests/compat.py,sha256=C5w_DPLSurXPgcdWU78fora0APmbYkX2G89QvH5xzPA,1817 +requests/cookies.py,sha256=bNi-iqEj4NPZ00-ob-rHvzkvObzN3lEpgw3g6paS3Xw,18590 +requests/exceptions.py,sha256=jJPS1UWATs86ShVUaLorTiJb1SaGuoNEWgICJep-VkY,4260 +requests/help.py,sha256=gPX5d_H7Xd88aDABejhqGgl9B1VFRTt5BmiYvL3PzIQ,3875 +requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +requests/models.py,sha256=k42roXzC8u_OagAPQi9U4MkfO7i4r2FdaqvMqstPehc,35418 +requests/packages.py,sha256=_g0gZ681UyAlKHRjH6kanbaoxx2eAb6qzcXiODyTIoc,904 +requests/sessions.py,sha256=ykTI8UWGSltOfH07HKollH7kTBGw4WhiBVaQGmckTw4,30495 +requests/status_codes.py,sha256=iJUAeA25baTdw-6PfD0eF4qhpINDJRJI-yaMqxs4LEI,4322 +requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +requests/utils.py,sha256=HiQC6Nq_Da3ktaMiFzQkh-dCk3iQHHKEsYS5kDc-8Cw,33619 diff --git a/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/REQUESTED b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/WHEEL new file mode 100644 index 0000000..bab98d6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.43.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/top_level.txt new file mode 100644 index 0000000..f229360 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests-2.32.3.dist-info/top_level.txt @@ -0,0 +1 @@ +requests diff --git a/llmlab/lib/python3.12/site-packages/requests/__init__.py b/llmlab/lib/python3.12/site-packages/requests/__init__.py new file mode 100644 index 0000000..051cda1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/__init__.py @@ -0,0 +1,184 @@ +# __ +# /__) _ _ _ _ _/ _ +# / ( (- (/ (/ (- _) / _) +# / + +""" +Requests HTTP Library +~~~~~~~~~~~~~~~~~~~~~ + +Requests is an HTTP library, written in Python, for human beings. +Basic GET usage: + + >>> import requests + >>> r = requests.get('https://www.python.org') + >>> r.status_code + 200 + >>> b'Python is a programming language' in r.content + True + +... or POST: + + >>> payload = dict(key1='value1', key2='value2') + >>> r = requests.post('https://httpbin.org/post', data=payload) + >>> print(r.text) + { + ... + "form": { + "key1": "value1", + "key2": "value2" + }, + ... + } + +The other HTTP methods are supported - see `requests.api`. Full documentation +is at . + +:copyright: (c) 2017 by Kenneth Reitz. +:license: Apache 2.0, see LICENSE for more details. +""" + +import warnings + +import urllib3 + +from .exceptions import RequestsDependencyWarning + +try: + from charset_normalizer import __version__ as charset_normalizer_version +except ImportError: + charset_normalizer_version = None + +try: + from chardet import __version__ as chardet_version +except ImportError: + chardet_version = None + + +def check_compatibility(urllib3_version, chardet_version, charset_normalizer_version): + urllib3_version = urllib3_version.split(".") + assert urllib3_version != ["dev"] # Verify urllib3 isn't installed from git. + + # Sometimes, urllib3 only reports its version as 16.1. + if len(urllib3_version) == 2: + urllib3_version.append("0") + + # Check urllib3 for compatibility. + major, minor, patch = urllib3_version # noqa: F811 + major, minor, patch = int(major), int(minor), int(patch) + # urllib3 >= 1.21.1 + assert major >= 1 + if major == 1: + assert minor >= 21 + + # Check charset_normalizer for compatibility. + if chardet_version: + major, minor, patch = chardet_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # chardet_version >= 3.0.2, < 6.0.0 + assert (3, 0, 2) <= (major, minor, patch) < (6, 0, 0) + elif charset_normalizer_version: + major, minor, patch = charset_normalizer_version.split(".")[:3] + major, minor, patch = int(major), int(minor), int(patch) + # charset_normalizer >= 2.0.0 < 4.0.0 + assert (2, 0, 0) <= (major, minor, patch) < (4, 0, 0) + else: + warnings.warn( + "Unable to find acceptable character detection dependency " + "(chardet or charset_normalizer).", + RequestsDependencyWarning, + ) + + +def _check_cryptography(cryptography_version): + # cryptography < 1.3.4 + try: + cryptography_version = list(map(int, cryptography_version.split("."))) + except ValueError: + return + + if cryptography_version < [1, 3, 4]: + warning = "Old version of cryptography ({}) may cause slowdown.".format( + cryptography_version + ) + warnings.warn(warning, RequestsDependencyWarning) + + +# Check imported dependencies for compatibility. +try: + check_compatibility( + urllib3.__version__, chardet_version, charset_normalizer_version + ) +except (AssertionError, ValueError): + warnings.warn( + "urllib3 ({}) or chardet ({})/charset_normalizer ({}) doesn't match a supported " + "version!".format( + urllib3.__version__, chardet_version, charset_normalizer_version + ), + RequestsDependencyWarning, + ) + +# Attempt to enable urllib3's fallback for SNI support +# if the standard library doesn't support SNI or the +# 'ssl' library isn't available. +try: + try: + import ssl + except ImportError: + ssl = None + + if not getattr(ssl, "HAS_SNI", False): + from urllib3.contrib import pyopenssl + + pyopenssl.inject_into_urllib3() + + # Check cryptography version + from cryptography import __version__ as cryptography_version + + _check_cryptography(cryptography_version) +except ImportError: + pass + +# urllib3's DependencyWarnings should be silenced. +from urllib3.exceptions import DependencyWarning + +warnings.simplefilter("ignore", DependencyWarning) + +# Set default logging handler to avoid "No handler found" warnings. +import logging +from logging import NullHandler + +from . import packages, utils +from .__version__ import ( + __author__, + __author_email__, + __build__, + __cake__, + __copyright__, + __description__, + __license__, + __title__, + __url__, + __version__, +) +from .api import delete, get, head, options, patch, post, put, request +from .exceptions import ( + ConnectionError, + ConnectTimeout, + FileModeWarning, + HTTPError, + JSONDecodeError, + ReadTimeout, + RequestException, + Timeout, + TooManyRedirects, + URLRequired, +) +from .models import PreparedRequest, Request, Response +from .sessions import Session, session +from .status_codes import codes + +logging.getLogger(__name__).addHandler(NullHandler()) + +# FileModeWarnings go off per the default. +warnings.simplefilter("default", FileModeWarning, append=True) diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4891607bfbae925b4a19da673bbab152226416ff GIT binary patch literal 5410 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/__version__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cbeb69edf617186c330b7d5e95894c9cba1c9559 GIT binary patch literal 574 zcmY*WziS&Y6xP{^eLm+L(}WsIp|=!jQlDC93#FuV2^2~wfr1txpOib{`xQx7@J-jT zL+37quE|#DpV6h`;W7OO4B0aET~dekA*Ap7q$j=i>8I;D2x9!{GW=m7^t&PJ0Dco! zPht6jI3kE!#NsW|;%(CA8)SoTl1<(r9o{8fZWEjLNN?ec`%7DivqEU2%hB<|L|N(` zotzwdrP^-*65#!V!67HD5)WoPQ|!;tN13zhC0k*2~#-a8>p zS?(m_aDJ<(M({Hgmd>l31(BFc{b%Lqb(Sxb3?t+HmsxB^FVvUk$bg*gk+ImMLQaFD=tk-I&8ZNQmsaf}SC%K7xyVsdH ztSL$V&Xkad`C>8he?naNzAL|B#DwZ{B@EdI!TixRm**L%1+)@ z%Kf%}7nL(jHJe`kUT5U<2H}F|4C)HPT+=Zcf;wFP^0lGs)6Ba?ZNjnKrlN`G8?Gg& z=W;Bnrobj6*aE3hBR1~(a+=LDo4Yz!xW=!`nO$?QzdN=( z_#YL|NZ_@Zt8*R9%G}s;W}CuN0n{Cm2^xHx(=a_kqSIG|R*>l7o^@6%vVy))SJWBU zT?9^TA1g|?S8Y^QS$_Try+vGXVmJnM7qC}ZB$jv|GqPYZ+aa7|Zyt+gok*Q%FsQf* zt2!f`xWbe@0ECWVgq`U4p)QC7y8yUFy3X5fh--PajAcR}Y|;^ys)UiyjY}*DYqDkz z&sHgf^)qK^fk^KAuGx<@=%sWoaaLme40sNE#tn&`7&>@?@Voi39@=j0HMc{MG*dvC0w0CUn$8Q zIAZrWqM)YwHWD!zO^z|d;LW*$n%WY&tzAJ&N;b0m<5>dtrbbl=;!3D06E+F(ExhJ{g zdIC>}?ZFfH1~|OY=0$-?;uUbk^PJEih??A@boS$HgvsLt8i0dXNDLC}y4*fRQSy`& z8S@z2_e3{2E(?!YO4;jM3ot=n`%!w&!|J!%i`1AO8S_(P8)_sv z)JhCI$lTAY#$P0GEA!Srzoth2LP~V#m(1=B4gRmV8)rP7Qc^?To-50i*insBe!0Guco>}0uR8(xmE zlHVcL2bi$fuM#I~p51WBX?6&7vJ3nnOi(aI`BRN4k!XKPOHay=%l?s5 zYon)qG}78XzIx`#)Z;1t@QJnkCw(;BI&fsQ@?`PxqMtpvcHoqc_O-UG3TvY$z-oQu zn1B3|KRoTDJ*|Dm{SQn2$c&Hnu1Au7>QE~Z_mc-VqS}z^qruIzu4Fbx(#lYn@xQ)a BCg}hG literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/adapters.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..94a7f3d9b54cce295199fba42fb1e57f65f12805 GIT binary patch literal 28354 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/api.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d8dcbfcc4cfadd57a003b8fdc5ef80ecdad6fcf GIT binary patch literal 7194 zcmeHM&u<&Y72YLRzeqc7o!E(+)ScEqDB2WhTXvihj%-DeYo~@JL~@b1DYV1gp}5v^ zm)%*Kp{q1Gq(F0Nb7)~5ib97TY~e_Ep zf%tJ<$WZ2a%}M>V=Srm(D~@DU->$oYIn|mgs=^B;3oC-X9>2vV=P%?_siNiAnt`)i z35#sh%Ch4}j~!>FCi}kdJP}qf+zGGcQ$^RYgeOIjP1d+o5yx{(3c)U3n3|bgm|sm;I)pezJRNVGad_SqZ zlT2u<$ty%U2?CVr>?LbnpO`uixJPuCW-L)tM->J2FVO-;vNGx2uv zO|7A44gT*DO`C#{VNkcAC+^wUo@b-Rik8czESj<2*y*@3VM2QhSFy$eUS(Bi%eRa1 zU1@~W?TNrPnV$j1+w@s;x*M!LNld8h5j7+ObqMXy%yf$dLJE z7S;hNNdlCbAu6G-)TKlqF&s}p4e$(_3`%vp<*q2(^w}@C%|rf>tLLJ%l^V*9E5=-B zMRX;IG~5xaBT&h=n@WBd=7Dltk-pa_$0U1gVQv@w{*LVqzHQ$8Az1WzKyi`SS zTLk}2=Opd<#l?AcJ{s0trs2Rj31AQ0hvoY#j@UUlnQlt;y~cy>J9xOMN#{E!CeXm< zklHje9tg{pT|v#A-ikCxzXG8Us7ma%;5E~((fy1h(ZLR z71}3fd6i4YDoi`e$XJCbrH%;LlNjAMU+7eYU#E1m6@xpd}+HWF%X>xWFtCgihJ9cqn31N9pK3 zOH={MD1Ov{CSBE0wIqpi>BB$gHgsg#j zZ25J=aa|I`sa9c4NbWY7?KeCMej*NkF_LI|+oxYp`8LOB7s?@|%PiMHFjLxyg2ZUP zCaT#yyHI9}l+1H%G((eR5c*a`Gn2*ZP7oU|5Mez)KHN$*vBcm)Q4Nj|#r6n20l}*X zFvbM6Gb|!Zmn2^n#bWfp*u=yHaa13XzVkw?eCk0Hd!^fvk4KDV;148gB@An_SSZlF z10XEhP}%n=4fOswk9~11`rbUU1#&lFLhDph_Vy+7h=K;%XIA3&yfFTS?ODc z-#Q!_yU6BZV$5LsdgoNdLpXJ8G^E;)uLvB02n$FokIQ#xx^@!aZVyH@{id!k0kjex zgFRHxSyU2uF*w*oEd&`=Oi)+ODTRJh^sgBYkSU+)AIiHHccvIJJpx&FY@U z@X$rV3wYRx1P7-sI&T35iEE$65b#)>sU9;9o*+96MchONUxQk1CL#+c<|L&T#k2c7QD5%){m^}2+EQ9P52WD{jZDd68V9yVUL0ol^_mHte)=7<0fTZ~> zPNZy<%kD&et>#N%cen_cGjSkRq!3^1Iw|sNg7H%dIoCFbS0mS?AbTuS z6xW}D&15fXo<&1I#T(RQ z85`*{A0w5VX&GlCFvg$XFt{g`Fg)x8;|@}ByBCU=zCz*`{?zmYAu(C2hk=5dN}w@? zQ4KpO%t7EKpyDci9SWn6rzp($`gAKje&gImdc0+fe{tOXxfgeI!u~1-cD@)P=hAoa z&;3312}0fg&c#+`3wy!02vmKP`P+myDt@*dZ>QF#Hqs~8?N<8ajWTL2_?A^gJeNx{v^|b!--4{mmvAfUh(hqMQ+@+t@sXRf& MOPdEr^oY;@2l;1N0ssI2 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3cd595d21eb22307b5898e0ec896d1e2806a482f GIT binary patch literal 13913 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 Qw3cmNIQM%7zZBd51Duv&+W-In literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/certs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9c0a354ca131fd60c6f4d8f49528345a3c221dd5 GIT binary patch literal 656 zcmY*XL2DH;5Ki9ivo%_ef<4Wp*az?JqTWOV5d=XBN>9Bkd7IhY(A{KBveoqcK` z_CI56zmgUjExH=PpzDmX;3|aHV1dS<0D%SXY6p)WL7DAs-N8vZ1g*c1dV^D*d38idKZGAXSW7S>E*|>o8-R882ZG zREyLDNF3;?e?bow7Y_Xg%C#rNfplnE)T#$=3lxEJ>Kl6lK^@7z`Mo!9o@d^N{cEvk zAQ-h9f2~Yr5c*pQTO&Cj&m0Y*ACQAEax_P$8rGs&$GVgF4&j83NaFUu7$=Fo8u{FE z6VEtJ(vCI>f|ESIA0eE1C8r`e>!fim7r(*4c_)K&B*!!GrYtpB5f?S&fd`QCu>?Fv zORS8`n%ZU1AvTPMSp`?v2p)-ac{<9*@Q#QV=s26e6A>@cNj8P2B3`09*)F_`P2*{{ z8}DW_c!rtSWP9))Hj8Ij6<66Do@0CQ-pIa8-(vglKDHn4XEj`72k-%Q5FgYKIfUoo zIYjEXP5_s6+#rX^0?do#@Un)FboDACg*n7CktdzzasC{-8LpvAiF0U8s|{WL#o**Z zhlo(rTRscy(D?SvVHjuIt}vPJbSNwmpXu$8=fX^U#cUyG@t6Vb^qp z0H;QiglmL&<`>v*9{&9F^O zk6a2(X0L+rMZ$&adv)Wn%J)($&U%a~m=f?jYXd+bX;+b>A4lKpMCht^1zpo_rgJES zB8$hWzQtb8SG3!M^{eRSbP`=bXHXS|TP2Dhs0j^0Fb}>8X5#Yv2^a1sI)RD^gr?QD zx!np0Hysj^RtV=csoUf>cZsMk)pVIrCa@?giU<-~p3j+0-OGg65;7MD7xu_vOszN( zGJi4(`zM_Hyry$?E|~y3q3&Xun_o8CJ|m6g6>f|9mffI~S=4UMhmdL|0B?YKBZx9{ zq`t7&5N=531IU5BLPTS$EE;hx>OohITbu}=UL=+}to7sA(2KjSpn?`ndx}3vM?aAI@jUUA4 zN>+vMNn;yNDh~HB#ovmpsiG~$b<{&Ni9>~4rS5nFv8uI z6?OwKE5Z_4Av_j;LeIb{;_BD6nSC#A>-YJGAgT|KcmM!hplMI^jFx;>LE7*`WIQe9 zw2>zhC_j7OsP;1b63XTuWXA7h#(T+r8X2YQ_KopdAKlp1OaEW2jQ2`?J*5pjOin)< zo9rz;$)aTCkK}=Wl5@|~NSpf;9leK+ZlHY|Xl4VAzcBKe{sO&%iL|CaM*#gHRIc>$ z>*-uCv7RmVQtPGRTkl-|x@W8pkKQ7;3caEt>1)N8{jW5X9f7vihBlIAb)lh6q0;?x R`dAg+t>%t35_jtw;C~7^UlRZT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/cookies.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..873839919ad8ac9e582366ac89c5b31086d03e94 GIT binary patch literal 25266 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/help.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/help.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..81657e630e3c3b909b242fe624e66b9c4d8bb055 GIT binary patch literal 4317 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/hooks.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..051529ddf8efd2c913ac29817eff6566c4a28e0f GIT binary patch literal 1042 zcmY*YL2DC16rS1LH0>s}TH8WJVL+>{&;%>?AR-7YT7`<%Q=x39yOYh>O*YOn+7|5g29rt_%2Bi~?fd_UZQm?& zNh*=Q5i(K}(I)qqB&y7aM{9JAhg@+0N|8vx8@*yAEk} zUR@PT)}pFptE=a10&)|I_AwH$Dic&OpOi#YA(Zqg7wlxPpXBwQtJe&u3EG_nvx5}a zzcPoOAkW~SE0EJbF$&N#V>@dB(m+dKaq8Vc4qkL{lDT~C+SMiPuuWD~QgcauUoV!U z3M-ZZLFKeZi(y!C;X%_1sM8oj1p*ryrl0L_J3 zJsI{{iEf0-O%aiWb4Ea=?pYIkK6>(F&e@%6&9`T^7T)Kax0dq@7HL6v%bu`2{o1|^ zfRh95Ho@$m7~jPb-o;S^$M{x%93a-07`^JDIzt>&|Ek5<$FE?ZvYkyOcQU9#F>V%J!+xYSVE3*Z+4E$8dY8yW`m|ZCqDNSkE&GE zNmK(MZDUB^hwfT<)~rjjZpoPoq#XZ0kLl9deU#npR~ zf%Q971TwKSl-MboX+&yL^k5MpvXYvVirv6N@ry9 z-N;nu@bRZZds#@>8$|i>x7Jt}4nT{Jm1JGlk382Ex`}DW(_6em;-CifEq@Q5|NFOH n5c+buN%9DoJriU6!?3ZnH-YT2R=%0}Ie_u0?!FuzPq+U8SNt1P literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/models.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5e6cb2993645ee2258ca4f52359f69967a6d5a5 GIT binary patch literal 35396 zcmdVD3v?UTnI>3;7x5zTAi?*e_>@4A(9^O+J#0x7ZCMhnNVFZpPE!y8N{|4Mt^y^K z0o}4Yn+6jlqU@d))pob&jAu=?y<=r2Gf~gvOxsR6@tG%R(nA=BIju}+#d7A%Y)@C?}$~zD}$Bs zs$f;TI#?aA3D(4GgSGLxU|qaESkLM>QKum&uzWG{jlsrvQ?M!C9BgJ~C9#%xYp^xm z7Ho^J39eyfuGreRKj@FQ2ixQ8g6rZP!H#%murnSA2H15su2%)uv%ClS4Z#g8??v7b z+{p5!$Zra6V)?Sz=J=N27MAzL9*S=bZe{uM*u(K{!EG#G5!)W`3U3zqj z)O?baHlnmCav0?%rThphZ$^2G*1}gt4gS`#<90Ff!bn6)N`d%LI1-cWFReW6_P$e5 zNx;RCSVR~YN+d(kgd`+SMTB878V`x1!qAD+k%1(Yg_6SX(7A{x990{&|B|}U>*sT2 zPbH+0;o%`M83{i*91%mw=upCM&N;dx19^ z!bKYjq)7jW82crUUiu9=cXFsdfexIF^h-%GnmCzrk0he3g{agYk_Mtt+*kZ~U*D0v zAt^erXC!&bUzD@%3&mog6R}9n^~A9!d-ZQrbT~9TObyvjgd~hJYt(UKB#Qnd=pnhH zfm0zd97*PE14Bb+(C_F8Ji~Na!tfY#HuO$@hny8zX*d>5=IqFgBv|iJ#oa$JG(3ug z?(RPw5_6?;9@+juaVXv&jt(Sqo|BQJTIm$VFe3Ubxw3tyMiOTt;r%pB=%zfPu6;v^ z1m+YoBo~ySAQ?#{*_&zAY%~sX1^0o(*-$JRrq`EC>`KW~M-TaV(L>{lkvklfB;0>& z;8Y}zDG;r4dFipF7zxGk6lo-m-q2#8>fy*>2s77z3hySNz)Vv?nbLh2%>xN3l8~Y_ zUEO#?zdh$ey8~zX<=5+HJ&Gnr~MIY1I2il7l%% zG#L^5rC4+zBIUgDLQ$HHMH6SFoP##bP?DBUG*^#_MF0E4Y%TYT5os8&f@|{P$=R^< z(Hx$Yb76^{iHuU``eRWk`OA6?L6lod33mJd&a^{;0NnCU6kX;b954YFG(><0zQMht zR12CS=CDC`Zo#=xcV0AV!agfgc7{6Bhodh>69csF)q|i2{Vm@`a+y2Hjq^$EdWt)( z_C~Fb-*=Sjmtg+wwV5$L#g zbp5HJcx3(HNiigK4usanV)1?elFlR`1)U(j9`IoO@M!YXP-1gn6{ z$%wR`79m0J^)mDh43Fll)FlFHV|9h5JfL2Fin=JU4M}Qu=l(W35@ngSZvT&4vQD-2N1c=rX5YYDsOWCACF0Xi!m? zXh?C#xTLn6QXqxC;9CB^X||;4x$H=3%eR~R+V64P^LXmGVce+ei80B@HL9*YL2~Mz zY{U{&`YK_mpQMFuL~B8`goS&azhJ@AEta3BPj$~Qs6iCc>&1$cXaWw9J%h=yC7y<$yBm#5- zPD(;FA%ukCXk;KF3=Il|UjueKTjNNciN<1rG%^5CDh-arVxxkL(ew?RI~7UbT#_PT zAta$O!db$Qh#Wylw5m0?sWUk;9E(T+;Yr|4Q2==ΜrItx@^mRHof1s5b~FMv_8E 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 U$QfPKl#42rZNOjD+sS=?0Uj+3`v3p{ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/requests/__pycache__/sessions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5df427d5333a30209ee5ffbac6df4f5eb0f67fd GIT binary patch literal 27872 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 Pqr{`nmAg$<48Z<3ggVL_aH_V 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/requests/__version__.py b/llmlab/lib/python3.12/site-packages/requests/__version__.py new file mode 100644 index 0000000..2c105ac --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/__version__.py @@ -0,0 +1,14 @@ +# .-. .-. .-. . . .-. .-. .-. .-. +# |( |- |.| | | |- `-. | `-. +# ' ' `-' `-`.`-' `-' `-' ' `-' + +__title__ = "requests" +__description__ = "Python HTTP for Humans." +__url__ = "https://requests.readthedocs.io" +__version__ = "2.32.3" +__build__ = 0x023203 +__author__ = "Kenneth Reitz" +__author_email__ = "me@kennethreitz.org" +__license__ = "Apache-2.0" +__copyright__ = "Copyright Kenneth Reitz" +__cake__ = "\u2728 \U0001f370 \u2728" diff --git a/llmlab/lib/python3.12/site-packages/requests/_internal_utils.py b/llmlab/lib/python3.12/site-packages/requests/_internal_utils.py new file mode 100644 index 0000000..f2cf635 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/_internal_utils.py @@ -0,0 +1,50 @@ +""" +requests._internal_utils +~~~~~~~~~~~~~~ + +Provides utility functions that are consumed internally by Requests +which depend on extremely few external helpers (such as compat) +""" +import re + +from .compat import builtin_str + +_VALID_HEADER_NAME_RE_BYTE = re.compile(rb"^[^:\s][^:\r\n]*$") +_VALID_HEADER_NAME_RE_STR = re.compile(r"^[^:\s][^:\r\n]*$") +_VALID_HEADER_VALUE_RE_BYTE = re.compile(rb"^\S[^\r\n]*$|^$") +_VALID_HEADER_VALUE_RE_STR = re.compile(r"^\S[^\r\n]*$|^$") + +_HEADER_VALIDATORS_STR = (_VALID_HEADER_NAME_RE_STR, _VALID_HEADER_VALUE_RE_STR) +_HEADER_VALIDATORS_BYTE = (_VALID_HEADER_NAME_RE_BYTE, _VALID_HEADER_VALUE_RE_BYTE) +HEADER_VALIDATORS = { + bytes: _HEADER_VALIDATORS_BYTE, + str: _HEADER_VALIDATORS_STR, +} + + +def to_native_string(string, encoding="ascii"): + """Given a string object, regardless of type, returns a representation of + that string in the native string type, encoding and decoding where + necessary. This assumes ASCII unless told otherwise. + """ + if isinstance(string, builtin_str): + out = string + else: + out = string.decode(encoding) + + return out + + +def unicode_is_ascii(u_string): + """Determine if unicode string only contains ASCII characters. + + :param str u_string: unicode string to check. Must be unicode + and not Python 2 `str`. + :rtype: bool + """ + assert isinstance(u_string, str) + try: + u_string.encode("ascii") + return True + except UnicodeEncodeError: + return False diff --git a/llmlab/lib/python3.12/site-packages/requests/adapters.py b/llmlab/lib/python3.12/site-packages/requests/adapters.py new file mode 100644 index 0000000..9a58b16 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/adapters.py @@ -0,0 +1,719 @@ +""" +requests.adapters +~~~~~~~~~~~~~~~~~ + +This module contains the transport adapters that Requests uses to define +and maintain connections. +""" + +import os.path +import socket # noqa: F401 +import typing +import warnings + +from urllib3.exceptions import ClosedPoolError, ConnectTimeoutError +from urllib3.exceptions import HTTPError as _HTTPError +from urllib3.exceptions import InvalidHeader as _InvalidHeader +from urllib3.exceptions import ( + LocationValueError, + MaxRetryError, + NewConnectionError, + ProtocolError, +) +from urllib3.exceptions import ProxyError as _ProxyError +from urllib3.exceptions import ReadTimeoutError, ResponseError +from urllib3.exceptions import SSLError as _SSLError +from urllib3.poolmanager import PoolManager, proxy_from_url +from urllib3.util import Timeout as TimeoutSauce +from urllib3.util import parse_url +from urllib3.util.retry import Retry +from urllib3.util.ssl_ import create_urllib3_context + +from .auth import _basic_auth_str +from .compat import basestring, urlparse +from .cookies import extract_cookies_to_jar +from .exceptions import ( + ConnectionError, + ConnectTimeout, + InvalidHeader, + InvalidProxyURL, + InvalidSchema, + InvalidURL, + ProxyError, + ReadTimeout, + RetryError, + SSLError, +) +from .models import Response +from .structures import CaseInsensitiveDict +from .utils import ( + DEFAULT_CA_BUNDLE_PATH, + extract_zipped_paths, + get_auth_from_url, + get_encoding_from_headers, + prepend_scheme_if_needed, + select_proxy, + urldefragauth, +) + +try: + from urllib3.contrib.socks import SOCKSProxyManager +except ImportError: + + def SOCKSProxyManager(*args, **kwargs): + raise InvalidSchema("Missing dependencies for SOCKS support.") + + +if typing.TYPE_CHECKING: + from .models import PreparedRequest + + +DEFAULT_POOLBLOCK = False +DEFAULT_POOLSIZE = 10 +DEFAULT_RETRIES = 0 +DEFAULT_POOL_TIMEOUT = None + + +try: + import ssl # noqa: F401 + + _preloaded_ssl_context = create_urllib3_context() + _preloaded_ssl_context.load_verify_locations( + extract_zipped_paths(DEFAULT_CA_BUNDLE_PATH) + ) +except ImportError: + # Bypass default SSLContext creation when Python + # interpreter isn't built with the ssl module. + _preloaded_ssl_context = None + + +def _urllib3_request_context( + request: "PreparedRequest", + verify: "bool | str | None", + client_cert: "typing.Tuple[str, str] | str | None", + poolmanager: "PoolManager", +) -> "(typing.Dict[str, typing.Any], typing.Dict[str, typing.Any])": + host_params = {} + pool_kwargs = {} + parsed_request_url = urlparse(request.url) + scheme = parsed_request_url.scheme.lower() + port = parsed_request_url.port + + # Determine if we have and should use our default SSLContext + # to optimize performance on standard requests. + poolmanager_kwargs = getattr(poolmanager, "connection_pool_kw", {}) + has_poolmanager_ssl_context = poolmanager_kwargs.get("ssl_context") + should_use_default_ssl_context = ( + _preloaded_ssl_context is not None and not has_poolmanager_ssl_context + ) + + cert_reqs = "CERT_REQUIRED" + if verify is False: + cert_reqs = "CERT_NONE" + elif verify is True and should_use_default_ssl_context: + pool_kwargs["ssl_context"] = _preloaded_ssl_context + elif isinstance(verify, str): + if not os.path.isdir(verify): + pool_kwargs["ca_certs"] = verify + else: + pool_kwargs["ca_cert_dir"] = verify + pool_kwargs["cert_reqs"] = cert_reqs + if client_cert is not None: + if isinstance(client_cert, tuple) and len(client_cert) == 2: + pool_kwargs["cert_file"] = client_cert[0] + pool_kwargs["key_file"] = client_cert[1] + else: + # According to our docs, we allow users to specify just the client + # cert path + pool_kwargs["cert_file"] = client_cert + host_params = { + "scheme": scheme, + "host": parsed_request_url.hostname, + "port": port, + } + return host_params, pool_kwargs + + +class BaseAdapter: + """The Base Transport Adapter""" + + def __init__(self): + super().__init__() + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + """ + raise NotImplementedError + + def close(self): + """Cleans up adapter specific items.""" + raise NotImplementedError + + +class HTTPAdapter(BaseAdapter): + """The built-in HTTP Adapter for urllib3. + + Provides a general-case interface for Requests sessions to contact HTTP and + HTTPS urls by implementing the Transport Adapter interface. This class will + usually be created by the :class:`Session ` class under the + covers. + + :param pool_connections: The number of urllib3 connection pools to cache. + :param pool_maxsize: The maximum number of connections to save in the pool. + :param max_retries: The maximum number of retries each connection + should attempt. Note, this applies only to failed DNS lookups, socket + connections and connection timeouts, never to requests where data has + made it to the server. By default, Requests does not retry failed + connections. If you need granular control over the conditions under + which we retry a request, import urllib3's ``Retry`` class and pass + that instead. + :param pool_block: Whether the connection pool should block for connections. + + Usage:: + + >>> import requests + >>> s = requests.Session() + >>> a = requests.adapters.HTTPAdapter(max_retries=3) + >>> s.mount('http://', a) + """ + + __attrs__ = [ + "max_retries", + "config", + "_pool_connections", + "_pool_maxsize", + "_pool_block", + ] + + def __init__( + self, + pool_connections=DEFAULT_POOLSIZE, + pool_maxsize=DEFAULT_POOLSIZE, + max_retries=DEFAULT_RETRIES, + pool_block=DEFAULT_POOLBLOCK, + ): + if max_retries == DEFAULT_RETRIES: + self.max_retries = Retry(0, read=False) + else: + self.max_retries = Retry.from_int(max_retries) + self.config = {} + self.proxy_manager = {} + + super().__init__() + + self._pool_connections = pool_connections + self._pool_maxsize = pool_maxsize + self._pool_block = pool_block + + self.init_poolmanager(pool_connections, pool_maxsize, block=pool_block) + + def __getstate__(self): + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + # Can't handle by adding 'proxy_manager' to self.__attrs__ because + # self.poolmanager uses a lambda function, which isn't pickleable. + self.proxy_manager = {} + self.config = {} + + for attr, value in state.items(): + setattr(self, attr, value) + + self.init_poolmanager( + self._pool_connections, self._pool_maxsize, block=self._pool_block + ) + + def init_poolmanager( + self, connections, maxsize, block=DEFAULT_POOLBLOCK, **pool_kwargs + ): + """Initializes a urllib3 PoolManager. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param connections: The number of urllib3 connection pools to cache. + :param maxsize: The maximum number of connections to save in the pool. + :param block: Block when no free connections are available. + :param pool_kwargs: Extra keyword arguments used to initialize the Pool Manager. + """ + # save these values for pickling + self._pool_connections = connections + self._pool_maxsize = maxsize + self._pool_block = block + + self.poolmanager = PoolManager( + num_pools=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + def proxy_manager_for(self, proxy, **proxy_kwargs): + """Return urllib3 ProxyManager for the given proxy. + + This method should not be called from user code, and is only + exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The proxy to return a urllib3 ProxyManager for. + :param proxy_kwargs: Extra keyword arguments used to configure the Proxy Manager. + :returns: ProxyManager + :rtype: urllib3.ProxyManager + """ + if proxy in self.proxy_manager: + manager = self.proxy_manager[proxy] + elif proxy.lower().startswith("socks"): + username, password = get_auth_from_url(proxy) + manager = self.proxy_manager[proxy] = SOCKSProxyManager( + proxy, + username=username, + password=password, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + else: + proxy_headers = self.proxy_headers(proxy) + manager = self.proxy_manager[proxy] = proxy_from_url( + proxy, + proxy_headers=proxy_headers, + num_pools=self._pool_connections, + maxsize=self._pool_maxsize, + block=self._pool_block, + **proxy_kwargs, + ) + + return manager + + def cert_verify(self, conn, url, verify, cert): + """Verify a SSL certificate. This method should not be called from user + code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param conn: The urllib3 connection object associated with the cert. + :param url: The requested URL. + :param verify: Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use + :param cert: The SSL certificate to verify. + """ + if url.lower().startswith("https") and verify: + conn.cert_reqs = "CERT_REQUIRED" + + # Only load the CA certificates if 'verify' is a string indicating the CA bundle to use. + # Otherwise, if verify is a boolean, we don't load anything since + # the connection will be using a context with the default certificates already loaded, + # and this avoids a call to the slow load_verify_locations() + if verify is not True: + # `verify` must be a str with a path then + cert_loc = verify + + if not os.path.exists(cert_loc): + raise OSError( + f"Could not find a suitable TLS CA certificate bundle, " + f"invalid path: {cert_loc}" + ) + + if not os.path.isdir(cert_loc): + conn.ca_certs = cert_loc + else: + conn.ca_cert_dir = cert_loc + else: + conn.cert_reqs = "CERT_NONE" + conn.ca_certs = None + conn.ca_cert_dir = None + + if cert: + if not isinstance(cert, basestring): + conn.cert_file = cert[0] + conn.key_file = cert[1] + else: + conn.cert_file = cert + conn.key_file = None + if conn.cert_file and not os.path.exists(conn.cert_file): + raise OSError( + f"Could not find the TLS certificate file, " + f"invalid path: {conn.cert_file}" + ) + if conn.key_file and not os.path.exists(conn.key_file): + raise OSError( + f"Could not find the TLS key file, invalid path: {conn.key_file}" + ) + + def build_response(self, req, resp): + """Builds a :class:`Response ` object from a urllib3 + response. This should not be called from user code, and is only exposed + for use when subclassing the + :class:`HTTPAdapter ` + + :param req: The :class:`PreparedRequest ` used to generate the response. + :param resp: The urllib3 response object. + :rtype: requests.Response + """ + response = Response() + + # Fallback to None if there's no status_code, for whatever reason. + response.status_code = getattr(resp, "status", None) + + # Make headers case-insensitive. + response.headers = CaseInsensitiveDict(getattr(resp, "headers", {})) + + # Set encoding. + response.encoding = get_encoding_from_headers(response.headers) + response.raw = resp + response.reason = response.raw.reason + + if isinstance(req.url, bytes): + response.url = req.url.decode("utf-8") + else: + response.url = req.url + + # Add new cookies from the server. + extract_cookies_to_jar(response.cookies, req, resp) + + # Give the Response some context. + response.request = req + response.connection = self + + return response + + def build_connection_pool_key_attributes(self, request, verify, cert=None): + """Build the PoolKey attributes used by urllib3 to return a connection. + + This looks at the PreparedRequest, the user-specified verify value, + and the value of the cert parameter to determine what PoolKey values + to use to select a connection from a given urllib3 Connection Pool. + + The SSL related pool key arguments are not consistently set. As of + this writing, use the following to determine what keys may be in that + dictionary: + + * If ``verify`` is ``True``, ``"ssl_context"`` will be set and will be the + default Requests SSL Context + * If ``verify`` is ``False``, ``"ssl_context"`` will not be set but + ``"cert_reqs"`` will be set + * If ``verify`` is a string, (i.e., it is a user-specified trust bundle) + ``"ca_certs"`` will be set if the string is not a directory recognized + by :py:func:`os.path.isdir`, otherwise ``"ca_certs_dir"`` will be + set. + * If ``"cert"`` is specified, ``"cert_file"`` will always be set. If + ``"cert"`` is a tuple with a second item, ``"key_file"`` will also + be present + + To override these settings, one may subclass this class, call this + method and use the above logic to change parameters as desired. For + example, if one wishes to use a custom :py:class:`ssl.SSLContext` one + must both set ``"ssl_context"`` and based on what else they require, + alter the other keys to ensure the desired behaviour. + + :param request: + The PreparedReqest being sent over the connection. + :type request: + :class:`~requests.models.PreparedRequest` + :param verify: + Either a boolean, in which case it controls whether + we verify the server's TLS certificate, or a string, in which case it + must be a path to a CA bundle to use. + :param cert: + (optional) Any user-provided SSL certificate for client + authentication (a.k.a., mTLS). This may be a string (i.e., just + the path to a file which holds both certificate and key) or a + tuple of length 2 with the certificate file path and key file + path. + :returns: + A tuple of two dictionaries. The first is the "host parameters" + portion of the Pool Key including scheme, hostname, and port. The + second is a dictionary of SSLContext related parameters. + """ + return _urllib3_request_context(request, verify, cert, self.poolmanager) + + def get_connection_with_tls_context(self, request, verify, proxies=None, cert=None): + """Returns a urllib3 connection for the given request and TLS settings. + This should not be called from user code, and is only exposed for use + when subclassing the :class:`HTTPAdapter `. + + :param request: + The :class:`PreparedRequest ` object to be sent + over the connection. + :param verify: + Either a boolean, in which case it controls whether we verify the + server's TLS certificate, or a string, in which case it must be a + path to a CA bundle to use. + :param proxies: + (optional) The proxies dictionary to apply to the request. + :param cert: + (optional) Any user-provided SSL certificate to be used for client + authentication (a.k.a., mTLS). + :rtype: + urllib3.ConnectionPool + """ + proxy = select_proxy(request.url, proxies) + try: + host_params, pool_kwargs = self.build_connection_pool_key_attributes( + request, + verify, + cert, + ) + except ValueError as e: + raise InvalidURL(e, request=request) + if proxy: + proxy = prepend_scheme_if_needed(proxy, "http") + proxy_url = parse_url(proxy) + if not proxy_url.host: + raise InvalidProxyURL( + "Please check proxy URL. It is malformed " + "and could be missing the host." + ) + proxy_manager = self.proxy_manager_for(proxy) + conn = proxy_manager.connection_from_host( + **host_params, pool_kwargs=pool_kwargs + ) + else: + # Only scheme should be lower case + conn = self.poolmanager.connection_from_host( + **host_params, pool_kwargs=pool_kwargs + ) + + return conn + + def get_connection(self, url, proxies=None): + """DEPRECATED: Users should move to `get_connection_with_tls_context` + for all subclasses of HTTPAdapter using Requests>=2.32.2. + + Returns a urllib3 connection for the given URL. This should not be + called from user code, and is only exposed for use when subclassing the + :class:`HTTPAdapter `. + + :param url: The URL to connect to. + :param proxies: (optional) A Requests-style dictionary of proxies used on this request. + :rtype: urllib3.ConnectionPool + """ + warnings.warn( + ( + "`get_connection` has been deprecated in favor of " + "`get_connection_with_tls_context`. Custom HTTPAdapter subclasses " + "will need to migrate for Requests>=2.32.2. Please see " + "https://github.com/psf/requests/pull/6710 for more details." + ), + DeprecationWarning, + ) + proxy = select_proxy(url, proxies) + + if proxy: + proxy = prepend_scheme_if_needed(proxy, "http") + proxy_url = parse_url(proxy) + if not proxy_url.host: + raise InvalidProxyURL( + "Please check proxy URL. It is malformed " + "and could be missing the host." + ) + proxy_manager = self.proxy_manager_for(proxy) + conn = proxy_manager.connection_from_url(url) + else: + # Only scheme should be lower case + parsed = urlparse(url) + url = parsed.geturl() + conn = self.poolmanager.connection_from_url(url) + + return conn + + def close(self): + """Disposes of any internal state. + + Currently, this closes the PoolManager and any active ProxyManager, + which closes any pooled connections. + """ + self.poolmanager.clear() + for proxy in self.proxy_manager.values(): + proxy.clear() + + def request_url(self, request, proxies): + """Obtain the url to use when making the final request. + + If the message is being sent through a HTTP proxy, the full URL has to + be used. Otherwise, we should only use the path portion of the URL. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` being sent. + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs. + :rtype: str + """ + proxy = select_proxy(request.url, proxies) + scheme = urlparse(request.url).scheme + + is_proxied_http_request = proxy and scheme != "https" + using_socks_proxy = False + if proxy: + proxy_scheme = urlparse(proxy).scheme.lower() + using_socks_proxy = proxy_scheme.startswith("socks") + + url = request.path_url + if url.startswith("//"): # Don't confuse urllib3 + url = f"/{url.lstrip('/')}" + + if is_proxied_http_request and not using_socks_proxy: + url = urldefragauth(request.url) + + return url + + def add_headers(self, request, **kwargs): + """Add any headers needed by the connection. As of v2.0 this does + nothing by default, but is left for overriding by users that subclass + the :class:`HTTPAdapter `. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param request: The :class:`PreparedRequest ` to add headers to. + :param kwargs: The keyword arguments from the call to send(). + """ + pass + + def proxy_headers(self, proxy): + """Returns a dictionary of the headers to add to any request sent + through a proxy. This works with urllib3 magic to ensure that they are + correctly sent to the proxy, rather than in a tunnelled request if + CONNECT is being used. + + This should not be called from user code, and is only exposed for use + when subclassing the + :class:`HTTPAdapter `. + + :param proxy: The url of the proxy being used for this request. + :rtype: dict + """ + headers = {} + username, password = get_auth_from_url(proxy) + + if username: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return headers + + def send( + self, request, stream=False, timeout=None, verify=True, cert=None, proxies=None + ): + """Sends PreparedRequest object. Returns Response object. + + :param request: The :class:`PreparedRequest ` being sent. + :param stream: (optional) Whether to stream the request content. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple or urllib3 Timeout object + :param verify: (optional) Either a boolean, in which case it controls whether + we verify the server's TLS certificate, or a string, in which case it + must be a path to a CA bundle to use + :param cert: (optional) Any user-provided SSL certificate to be trusted. + :param proxies: (optional) The proxies dictionary to apply to the request. + :rtype: requests.Response + """ + + try: + conn = self.get_connection_with_tls_context( + request, verify, proxies=proxies, cert=cert + ) + except LocationValueError as e: + raise InvalidURL(e, request=request) + + self.cert_verify(conn, request.url, verify, cert) + url = self.request_url(request, proxies) + self.add_headers( + request, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + ) + + chunked = not (request.body is None or "Content-Length" in request.headers) + + if isinstance(timeout, tuple): + try: + connect, read = timeout + timeout = TimeoutSauce(connect=connect, read=read) + except ValueError: + raise ValueError( + f"Invalid timeout {timeout}. Pass a (connect, read) timeout tuple, " + f"or a single float to set both timeouts to the same value." + ) + elif isinstance(timeout, TimeoutSauce): + pass + else: + timeout = TimeoutSauce(connect=timeout, read=timeout) + + try: + resp = conn.urlopen( + method=request.method, + url=url, + body=request.body, + headers=request.headers, + redirect=False, + assert_same_host=False, + preload_content=False, + decode_content=False, + retries=self.max_retries, + timeout=timeout, + chunked=chunked, + ) + + except (ProtocolError, OSError) as err: + raise ConnectionError(err, request=request) + + except MaxRetryError as e: + if isinstance(e.reason, ConnectTimeoutError): + # TODO: Remove this in 3.0.0: see #2811 + if not isinstance(e.reason, NewConnectionError): + raise ConnectTimeout(e, request=request) + + if isinstance(e.reason, ResponseError): + raise RetryError(e, request=request) + + if isinstance(e.reason, _ProxyError): + raise ProxyError(e, request=request) + + if isinstance(e.reason, _SSLError): + # This branch is for urllib3 v1.22 and later. + raise SSLError(e, request=request) + + raise ConnectionError(e, request=request) + + except ClosedPoolError as e: + raise ConnectionError(e, request=request) + + except _ProxyError as e: + raise ProxyError(e) + + except (_SSLError, _HTTPError) as e: + if isinstance(e, _SSLError): + # This branch is for urllib3 versions earlier than v1.22 + raise SSLError(e, request=request) + elif isinstance(e, ReadTimeoutError): + raise ReadTimeout(e, request=request) + elif isinstance(e, _InvalidHeader): + raise InvalidHeader(e, request=request) + else: + raise + + return self.build_response(request, resp) diff --git a/llmlab/lib/python3.12/site-packages/requests/api.py b/llmlab/lib/python3.12/site-packages/requests/api.py new file mode 100644 index 0000000..5960744 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/api.py @@ -0,0 +1,157 @@ +""" +requests.api +~~~~~~~~~~~~ + +This module implements the Requests API. + +:copyright: (c) 2012 by Kenneth Reitz. +:license: Apache2, see LICENSE for more details. +""" + +from . import sessions + + +def request(method, url, **kwargs): + """Constructs and sends a :class:`Request `. + + :param method: method for the new :class:`Request` object: ``GET``, ``OPTIONS``, ``HEAD``, ``POST``, ``PUT``, ``PATCH``, or ``DELETE``. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the :class:`Request`. + :param files: (optional) Dictionary of ``'name': file-like-objects`` (or ``{'name': file-tuple}``) for multipart encoding upload. + ``file-tuple`` can be a 2-tuple ``('filename', fileobj)``, 3-tuple ``('filename', fileobj, 'content_type')`` + or a 4-tuple ``('filename', fileobj, 'content_type', custom_headers)``, where ``'content_type'`` is a string + defining the content type of the given file and ``custom_headers`` a dict-like object containing additional headers + to add for the file. + :param auth: (optional) Auth tuple to enable Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How many seconds to wait for the server to send data + before giving up, as a float, or a :ref:`(connect timeout, read + timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Boolean. Enable/disable GET/OPTIONS/POST/PUT/PATCH/DELETE/HEAD redirection. Defaults to ``True``. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol to the URL of the proxy. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. + :param stream: (optional) if ``False``, the response content will be immediately downloaded. + :param cert: (optional) if String, path to ssl client cert file (.pem). If Tuple, ('cert', 'key') pair. + :return: :class:`Response ` object + :rtype: requests.Response + + Usage:: + + >>> import requests + >>> req = requests.request('GET', 'https://httpbin.org/get') + >>> req + + """ + + # By using the 'with' statement we are sure the session is closed, thus we + # avoid leaving sockets open which can trigger a ResourceWarning in some + # cases, and look like a memory leak in others. + with sessions.Session() as session: + return session.request(method=method, url=url, **kwargs) + + +def get(url, params=None, **kwargs): + r"""Sends a GET request. + + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary, list of tuples or bytes to send + in the query string for the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("get", url, params=params, **kwargs) + + +def options(url, **kwargs): + r"""Sends an OPTIONS request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("options", url, **kwargs) + + +def head(url, **kwargs): + r"""Sends a HEAD request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. If + `allow_redirects` is not provided, it will be set to `False` (as + opposed to the default :meth:`request` behavior). + :return: :class:`Response ` object + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return request("head", url, **kwargs) + + +def post(url, data=None, json=None, **kwargs): + r"""Sends a POST request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("post", url, data=data, json=json, **kwargs) + + +def put(url, data=None, **kwargs): + r"""Sends a PUT request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("put", url, data=data, **kwargs) + + +def patch(url, data=None, **kwargs): + r"""Sends a PATCH request. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) A JSON serializable Python object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("patch", url, data=data, **kwargs) + + +def delete(url, **kwargs): + r"""Sends a DELETE request. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :return: :class:`Response ` object + :rtype: requests.Response + """ + + return request("delete", url, **kwargs) diff --git a/llmlab/lib/python3.12/site-packages/requests/auth.py b/llmlab/lib/python3.12/site-packages/requests/auth.py new file mode 100644 index 0000000..4a7ce6d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/auth.py @@ -0,0 +1,314 @@ +""" +requests.auth +~~~~~~~~~~~~~ + +This module contains the authentication handlers for Requests. +""" + +import hashlib +import os +import re +import threading +import time +import warnings +from base64 import b64encode + +from ._internal_utils import to_native_string +from .compat import basestring, str, urlparse +from .cookies import extract_cookies_to_jar +from .utils import parse_dict_header + +CONTENT_TYPE_FORM_URLENCODED = "application/x-www-form-urlencoded" +CONTENT_TYPE_MULTI_PART = "multipart/form-data" + + +def _basic_auth_str(username, password): + """Returns a Basic Auth string.""" + + # "I want us to put a big-ol' comment on top of it that + # says that this behaviour is dumb but we need to preserve + # it because people are relying on it." + # - Lukasa + # + # These are here solely to maintain backwards compatibility + # for things like ints. This will be removed in 3.0.0. + if not isinstance(username, basestring): + warnings.warn( + "Non-string usernames will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(username), + category=DeprecationWarning, + ) + username = str(username) + + if not isinstance(password, basestring): + warnings.warn( + "Non-string passwords will no longer be supported in Requests " + "3.0.0. Please convert the object you've passed in ({!r}) to " + "a string or bytes object in the near future to avoid " + "problems.".format(type(password)), + category=DeprecationWarning, + ) + password = str(password) + # -- End Removal -- + + if isinstance(username, str): + username = username.encode("latin1") + + if isinstance(password, str): + password = password.encode("latin1") + + authstr = "Basic " + to_native_string( + b64encode(b":".join((username, password))).strip() + ) + + return authstr + + +class AuthBase: + """Base class that all auth implementations derive from""" + + def __call__(self, r): + raise NotImplementedError("Auth hooks must be callable.") + + +class HTTPBasicAuth(AuthBase): + """Attaches HTTP Basic Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other + + def __call__(self, r): + r.headers["Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPProxyAuth(HTTPBasicAuth): + """Attaches HTTP Proxy Authentication to a given Request object.""" + + def __call__(self, r): + r.headers["Proxy-Authorization"] = _basic_auth_str(self.username, self.password) + return r + + +class HTTPDigestAuth(AuthBase): + """Attaches HTTP Digest Authentication to the given Request object.""" + + def __init__(self, username, password): + self.username = username + self.password = password + # Keep state in per-thread local storage + self._thread_local = threading.local() + + def init_per_thread_state(self): + # Ensure state is initialized just once per-thread + if not hasattr(self._thread_local, "init"): + self._thread_local.init = True + self._thread_local.last_nonce = "" + self._thread_local.nonce_count = 0 + self._thread_local.chal = {} + self._thread_local.pos = None + self._thread_local.num_401_calls = None + + def build_digest_header(self, method, url): + """ + :rtype: str + """ + + realm = self._thread_local.chal["realm"] + nonce = self._thread_local.chal["nonce"] + qop = self._thread_local.chal.get("qop") + algorithm = self._thread_local.chal.get("algorithm") + opaque = self._thread_local.chal.get("opaque") + hash_utf8 = None + + if algorithm is None: + _algorithm = "MD5" + else: + _algorithm = algorithm.upper() + # lambdas assume digest modules are imported at the top level + if _algorithm == "MD5" or _algorithm == "MD5-SESS": + + def md5_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.md5(x).hexdigest() + + hash_utf8 = md5_utf8 + elif _algorithm == "SHA": + + def sha_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha1(x).hexdigest() + + hash_utf8 = sha_utf8 + elif _algorithm == "SHA-256": + + def sha256_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha256(x).hexdigest() + + hash_utf8 = sha256_utf8 + elif _algorithm == "SHA-512": + + def sha512_utf8(x): + if isinstance(x, str): + x = x.encode("utf-8") + return hashlib.sha512(x).hexdigest() + + hash_utf8 = sha512_utf8 + + KD = lambda s, d: hash_utf8(f"{s}:{d}") # noqa:E731 + + if hash_utf8 is None: + return None + + # XXX not implemented yet + entdig = None + p_parsed = urlparse(url) + #: path is request-uri defined in RFC 2616 which should not be empty + path = p_parsed.path or "/" + if p_parsed.query: + path += f"?{p_parsed.query}" + + A1 = f"{self.username}:{realm}:{self.password}" + A2 = f"{method}:{path}" + + HA1 = hash_utf8(A1) + HA2 = hash_utf8(A2) + + if nonce == self._thread_local.last_nonce: + self._thread_local.nonce_count += 1 + else: + self._thread_local.nonce_count = 1 + ncvalue = f"{self._thread_local.nonce_count:08x}" + s = str(self._thread_local.nonce_count).encode("utf-8") + s += nonce.encode("utf-8") + s += time.ctime().encode("utf-8") + s += os.urandom(8) + + cnonce = hashlib.sha1(s).hexdigest()[:16] + if _algorithm == "MD5-SESS": + HA1 = hash_utf8(f"{HA1}:{nonce}:{cnonce}") + + if not qop: + respdig = KD(HA1, f"{nonce}:{HA2}") + elif qop == "auth" or "auth" in qop.split(","): + noncebit = f"{nonce}:{ncvalue}:{cnonce}:auth:{HA2}" + respdig = KD(HA1, noncebit) + else: + # XXX handle auth-int. + return None + + self._thread_local.last_nonce = nonce + + # XXX should the partial digests be encoded too? + base = ( + f'username="{self.username}", realm="{realm}", nonce="{nonce}", ' + f'uri="{path}", response="{respdig}"' + ) + if opaque: + base += f', opaque="{opaque}"' + if algorithm: + base += f', algorithm="{algorithm}"' + if entdig: + base += f', digest="{entdig}"' + if qop: + base += f', qop="auth", nc={ncvalue}, cnonce="{cnonce}"' + + return f"Digest {base}" + + def handle_redirect(self, r, **kwargs): + """Reset num_401_calls counter on redirects.""" + if r.is_redirect: + self._thread_local.num_401_calls = 1 + + def handle_401(self, r, **kwargs): + """ + Takes the given response and tries digest-auth, if needed. + + :rtype: requests.Response + """ + + # If response is not 4xx, do not auth + # See https://github.com/psf/requests/issues/3772 + if not 400 <= r.status_code < 500: + self._thread_local.num_401_calls = 1 + return r + + if self._thread_local.pos is not None: + # Rewind the file position indicator of the body to where + # it was to resend the request. + r.request.body.seek(self._thread_local.pos) + s_auth = r.headers.get("www-authenticate", "") + + if "digest" in s_auth.lower() and self._thread_local.num_401_calls < 2: + self._thread_local.num_401_calls += 1 + pat = re.compile(r"digest ", flags=re.IGNORECASE) + self._thread_local.chal = parse_dict_header(pat.sub("", s_auth, count=1)) + + # Consume content and release the original connection + # to allow our new request to reuse the same one. + r.content + r.close() + prep = r.request.copy() + extract_cookies_to_jar(prep._cookies, r.request, r.raw) + prep.prepare_cookies(prep._cookies) + + prep.headers["Authorization"] = self.build_digest_header( + prep.method, prep.url + ) + _r = r.connection.send(prep, **kwargs) + _r.history.append(r) + _r.request = prep + + return _r + + self._thread_local.num_401_calls = 1 + return r + + def __call__(self, r): + # Initialize per-thread state, if needed + self.init_per_thread_state() + # If we have a saved nonce, skip the 401 + if self._thread_local.last_nonce: + r.headers["Authorization"] = self.build_digest_header(r.method, r.url) + try: + self._thread_local.pos = r.body.tell() + except AttributeError: + # In the case of HTTPDigestAuth being reused and the body of + # the previous request was a file-like object, pos has the + # file position of the previous body. Ensure it's set to + # None. + self._thread_local.pos = None + r.register_hook("response", self.handle_401) + r.register_hook("response", self.handle_redirect) + self._thread_local.num_401_calls = 1 + + return r + + def __eq__(self, other): + return all( + [ + self.username == getattr(other, "username", None), + self.password == getattr(other, "password", None), + ] + ) + + def __ne__(self, other): + return not self == other diff --git a/llmlab/lib/python3.12/site-packages/requests/certs.py b/llmlab/lib/python3.12/site-packages/requests/certs.py new file mode 100644 index 0000000..be422c3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/certs.py @@ -0,0 +1,17 @@ +#!/usr/bin/env python + +""" +requests.certs +~~~~~~~~~~~~~~ + +This module returns the preferred default CA certificate bundle. There is +only one — the one from the certifi package. + +If you are packaging Requests, e.g., for a Linux distribution or a managed +environment, you can change the definition of where() to return a separately +packaged CA bundle. +""" +from certifi import where + +if __name__ == "__main__": + print(where()) diff --git a/llmlab/lib/python3.12/site-packages/requests/compat.py b/llmlab/lib/python3.12/site-packages/requests/compat.py new file mode 100644 index 0000000..095de1b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/compat.py @@ -0,0 +1,94 @@ +""" +requests.compat +~~~~~~~~~~~~~~~ + +This module previously handled import compatibility issues +between Python 2 and Python 3. It remains for backwards +compatibility until the next major version. +""" + +import importlib +import sys + +# ------------------- +# Character Detection +# ------------------- + + +def _resolve_char_detection(): + """Find supported character detection libraries.""" + chardet = None + for lib in ("chardet", "charset_normalizer"): + if chardet is None: + try: + chardet = importlib.import_module(lib) + except ImportError: + pass + return chardet + + +chardet = _resolve_char_detection() + +# ------- +# Pythons +# ------- + +# Syntax sugar. +_ver = sys.version_info + +#: Python 2.x? +is_py2 = _ver[0] == 2 + +#: Python 3.x? +is_py3 = _ver[0] == 3 + +# json/simplejson module import resolution +has_simplejson = False +try: + import simplejson as json + + has_simplejson = True +except ImportError: + import json + +if has_simplejson: + from simplejson import JSONDecodeError +else: + from json import JSONDecodeError + +# Keep OrderedDict for backwards compatibility. +from collections import OrderedDict +from collections.abc import Callable, Mapping, MutableMapping +from http import cookiejar as cookielib +from http.cookies import Morsel +from io import StringIO + +# -------------- +# Legacy Imports +# -------------- +from urllib.parse import ( + quote, + quote_plus, + unquote, + unquote_plus, + urldefrag, + urlencode, + urljoin, + urlparse, + urlsplit, + urlunparse, +) +from urllib.request import ( + getproxies, + getproxies_environment, + parse_http_list, + proxy_bypass, + proxy_bypass_environment, +) + +builtin_str = str +str = str +bytes = bytes +basestring = (str, bytes) +numeric_types = (int, float) +integer_types = (int,) diff --git a/llmlab/lib/python3.12/site-packages/requests/cookies.py b/llmlab/lib/python3.12/site-packages/requests/cookies.py new file mode 100644 index 0000000..f69d0cd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/cookies.py @@ -0,0 +1,561 @@ +""" +requests.cookies +~~~~~~~~~~~~~~~~ + +Compatibility code to be able to use `http.cookiejar.CookieJar` with requests. + +requests.utils imports from here, so be careful with imports. +""" + +import calendar +import copy +import time + +from ._internal_utils import to_native_string +from .compat import Morsel, MutableMapping, cookielib, urlparse, urlunparse + +try: + import threading +except ImportError: + import dummy_threading as threading + + +class MockRequest: + """Wraps a `requests.Request` to mimic a `urllib2.Request`. + + The code in `http.cookiejar.CookieJar` expects this interface in order to correctly + manage cookie policies, i.e., determine whether a cookie can be set, given the + domains of the request and the cookie. + + The original request object is read-only. The client is responsible for collecting + the new headers via `get_new_headers()` and interpreting them appropriately. You + probably want `get_cookie_header`, defined below. + """ + + def __init__(self, request): + self._r = request + self._new_headers = {} + self.type = urlparse(self._r.url).scheme + + def get_type(self): + return self.type + + def get_host(self): + return urlparse(self._r.url).netloc + + def get_origin_req_host(self): + return self.get_host() + + def get_full_url(self): + # Only return the response's URL if the user hadn't set the Host + # header + if not self._r.headers.get("Host"): + return self._r.url + # If they did set it, retrieve it and reconstruct the expected domain + host = to_native_string(self._r.headers["Host"], encoding="utf-8") + parsed = urlparse(self._r.url) + # Reconstruct the URL as we expect it + return urlunparse( + [ + parsed.scheme, + host, + parsed.path, + parsed.params, + parsed.query, + parsed.fragment, + ] + ) + + def is_unverifiable(self): + return True + + def has_header(self, name): + return name in self._r.headers or name in self._new_headers + + def get_header(self, name, default=None): + return self._r.headers.get(name, self._new_headers.get(name, default)) + + def add_header(self, key, val): + """cookiejar has no legitimate use for this method; add it back if you find one.""" + raise NotImplementedError( + "Cookie headers should be added with add_unredirected_header()" + ) + + def add_unredirected_header(self, name, value): + self._new_headers[name] = value + + def get_new_headers(self): + return self._new_headers + + @property + def unverifiable(self): + return self.is_unverifiable() + + @property + def origin_req_host(self): + return self.get_origin_req_host() + + @property + def host(self): + return self.get_host() + + +class MockResponse: + """Wraps a `httplib.HTTPMessage` to mimic a `urllib.addinfourl`. + + ...what? Basically, expose the parsed HTTP headers from the server response + the way `http.cookiejar` expects to see them. + """ + + def __init__(self, headers): + """Make a MockResponse for `cookiejar` to read. + + :param headers: a httplib.HTTPMessage or analogous carrying the headers + """ + self._headers = headers + + def info(self): + return self._headers + + def getheaders(self, name): + self._headers.getheaders(name) + + +def extract_cookies_to_jar(jar, request, response): + """Extract the cookies from the response into a CookieJar. + + :param jar: http.cookiejar.CookieJar (not necessarily a RequestsCookieJar) + :param request: our own requests.Request object + :param response: urllib3.HTTPResponse object + """ + if not (hasattr(response, "_original_response") and response._original_response): + return + # the _original_response field is the wrapped httplib.HTTPResponse object, + req = MockRequest(request) + # pull out the HTTPMessage with the headers and put it in the mock: + res = MockResponse(response._original_response.msg) + jar.extract_cookies(res, req) + + +def get_cookie_header(jar, request): + """ + Produce an appropriate Cookie header string to be sent with `request`, or None. + + :rtype: str + """ + r = MockRequest(request) + jar.add_cookie_header(r) + return r.get_new_headers().get("Cookie") + + +def remove_cookie_by_name(cookiejar, name, domain=None, path=None): + """Unsets a cookie by name, by default over all domains and paths. + + Wraps CookieJar.clear(), is O(n). + """ + clearables = [] + for cookie in cookiejar: + if cookie.name != name: + continue + if domain is not None and domain != cookie.domain: + continue + if path is not None and path != cookie.path: + continue + clearables.append((cookie.domain, cookie.path, cookie.name)) + + for domain, path, name in clearables: + cookiejar.clear(domain, path, name) + + +class CookieConflictError(RuntimeError): + """There are two cookies that meet the criteria specified in the cookie jar. + Use .get and .set and include domain and path args in order to be more specific. + """ + + +class RequestsCookieJar(cookielib.CookieJar, MutableMapping): + """Compatibility class; is a http.cookiejar.CookieJar, but exposes a dict + interface. + + This is the CookieJar we create by default for requests and sessions that + don't specify one, since some clients may expect response.cookies and + session.cookies to support dict operations. + + Requests does not use the dict interface internally; it's just for + compatibility with external client code. All requests code should work + out of the box with externally provided instances of ``CookieJar``, e.g. + ``LWPCookieJar`` and ``FileCookieJar``. + + Unlike a regular CookieJar, this class is pickleable. + + .. warning:: dictionary operations that are normally O(1) may be O(n). + """ + + def get(self, name, default=None, domain=None, path=None): + """Dict-like get() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + + .. warning:: operation is O(n), not O(1). + """ + try: + return self._find_no_duplicates(name, domain, path) + except KeyError: + return default + + def set(self, name, value, **kwargs): + """Dict-like set() that also supports optional domain and path args in + order to resolve naming collisions from using one cookie jar over + multiple domains. + """ + # support client code that unsets cookies by assignment of a None value: + if value is None: + remove_cookie_by_name( + self, name, domain=kwargs.get("domain"), path=kwargs.get("path") + ) + return + + if isinstance(value, Morsel): + c = morsel_to_cookie(value) + else: + c = create_cookie(name, value, **kwargs) + self.set_cookie(c) + return c + + def iterkeys(self): + """Dict-like iterkeys() that returns an iterator of names of cookies + from the jar. + + .. seealso:: itervalues() and iteritems(). + """ + for cookie in iter(self): + yield cookie.name + + def keys(self): + """Dict-like keys() that returns a list of names of cookies from the + jar. + + .. seealso:: values() and items(). + """ + return list(self.iterkeys()) + + def itervalues(self): + """Dict-like itervalues() that returns an iterator of values of cookies + from the jar. + + .. seealso:: iterkeys() and iteritems(). + """ + for cookie in iter(self): + yield cookie.value + + def values(self): + """Dict-like values() that returns a list of values of cookies from the + jar. + + .. seealso:: keys() and items(). + """ + return list(self.itervalues()) + + def iteritems(self): + """Dict-like iteritems() that returns an iterator of name-value tuples + from the jar. + + .. seealso:: iterkeys() and itervalues(). + """ + for cookie in iter(self): + yield cookie.name, cookie.value + + def items(self): + """Dict-like items() that returns a list of name-value tuples from the + jar. Allows client-code to call ``dict(RequestsCookieJar)`` and get a + vanilla python dict of key value pairs. + + .. seealso:: keys() and values(). + """ + return list(self.iteritems()) + + def list_domains(self): + """Utility method to list all the domains in the jar.""" + domains = [] + for cookie in iter(self): + if cookie.domain not in domains: + domains.append(cookie.domain) + return domains + + def list_paths(self): + """Utility method to list all the paths in the jar.""" + paths = [] + for cookie in iter(self): + if cookie.path not in paths: + paths.append(cookie.path) + return paths + + def multiple_domains(self): + """Returns True if there are multiple domains in the jar. + Returns False otherwise. + + :rtype: bool + """ + domains = [] + for cookie in iter(self): + if cookie.domain is not None and cookie.domain in domains: + return True + domains.append(cookie.domain) + return False # there is only one domain in jar + + def get_dict(self, domain=None, path=None): + """Takes as an argument an optional domain and path and returns a plain + old Python dict of name-value pairs of cookies that meet the + requirements. + + :rtype: dict + """ + dictionary = {} + for cookie in iter(self): + if (domain is None or cookie.domain == domain) and ( + path is None or cookie.path == path + ): + dictionary[cookie.name] = cookie.value + return dictionary + + def __contains__(self, name): + try: + return super().__contains__(name) + except CookieConflictError: + return True + + def __getitem__(self, name): + """Dict-like __getitem__() for compatibility with client code. Throws + exception if there are more than one cookie with name. In that case, + use the more explicit get() method instead. + + .. warning:: operation is O(n), not O(1). + """ + return self._find_no_duplicates(name) + + def __setitem__(self, name, value): + """Dict-like __setitem__ for compatibility with client code. Throws + exception if there is already a cookie of that name in the jar. In that + case, use the more explicit set() method instead. + """ + self.set(name, value) + + def __delitem__(self, name): + """Deletes a cookie given a name. Wraps ``http.cookiejar.CookieJar``'s + ``remove_cookie_by_name()``. + """ + remove_cookie_by_name(self, name) + + def set_cookie(self, cookie, *args, **kwargs): + if ( + hasattr(cookie.value, "startswith") + and cookie.value.startswith('"') + and cookie.value.endswith('"') + ): + cookie.value = cookie.value.replace('\\"', "") + return super().set_cookie(cookie, *args, **kwargs) + + def update(self, other): + """Updates this jar with cookies from another CookieJar or dict-like""" + if isinstance(other, cookielib.CookieJar): + for cookie in other: + self.set_cookie(copy.copy(cookie)) + else: + super().update(other) + + def _find(self, name, domain=None, path=None): + """Requests uses this method internally to get cookie values. + + If there are conflicting cookies, _find arbitrarily chooses one. + See _find_no_duplicates if you want an exception thrown if there are + conflicting cookies. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :return: cookie.value + """ + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + return cookie.value + + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def _find_no_duplicates(self, name, domain=None, path=None): + """Both ``__get_item__`` and ``get`` call this function: it's never + used elsewhere in Requests. + + :param name: a string containing name of cookie + :param domain: (optional) string containing domain of cookie + :param path: (optional) string containing path of cookie + :raises KeyError: if cookie is not found + :raises CookieConflictError: if there are multiple cookies + that match name and optionally domain and path + :return: cookie.value + """ + toReturn = None + for cookie in iter(self): + if cookie.name == name: + if domain is None or cookie.domain == domain: + if path is None or cookie.path == path: + if toReturn is not None: + # if there are multiple cookies that meet passed in criteria + raise CookieConflictError( + f"There are multiple cookies with name, {name!r}" + ) + # we will eventually return this as long as no cookie conflict + toReturn = cookie.value + + if toReturn: + return toReturn + raise KeyError(f"name={name!r}, domain={domain!r}, path={path!r}") + + def __getstate__(self): + """Unlike a normal CookieJar, this class is pickleable.""" + state = self.__dict__.copy() + # remove the unpickleable RLock object + state.pop("_cookies_lock") + return state + + def __setstate__(self, state): + """Unlike a normal CookieJar, this class is pickleable.""" + self.__dict__.update(state) + if "_cookies_lock" not in self.__dict__: + self._cookies_lock = threading.RLock() + + def copy(self): + """Return a copy of this RequestsCookieJar.""" + new_cj = RequestsCookieJar() + new_cj.set_policy(self.get_policy()) + new_cj.update(self) + return new_cj + + def get_policy(self): + """Return the CookiePolicy instance used.""" + return self._policy + + +def _copy_cookie_jar(jar): + if jar is None: + return None + + if hasattr(jar, "copy"): + # We're dealing with an instance of RequestsCookieJar + return jar.copy() + # We're dealing with a generic CookieJar instance + new_jar = copy.copy(jar) + new_jar.clear() + for cookie in jar: + new_jar.set_cookie(copy.copy(cookie)) + return new_jar + + +def create_cookie(name, value, **kwargs): + """Make a cookie from underspecified parameters. + + By default, the pair of `name` and `value` will be set for the domain '' + and sent on every request (this is sometimes called a "supercookie"). + """ + result = { + "version": 0, + "name": name, + "value": value, + "port": None, + "domain": "", + "path": "/", + "secure": False, + "expires": None, + "discard": True, + "comment": None, + "comment_url": None, + "rest": {"HttpOnly": None}, + "rfc2109": False, + } + + badargs = set(kwargs) - set(result) + if badargs: + raise TypeError( + f"create_cookie() got unexpected keyword arguments: {list(badargs)}" + ) + + result.update(kwargs) + result["port_specified"] = bool(result["port"]) + result["domain_specified"] = bool(result["domain"]) + result["domain_initial_dot"] = result["domain"].startswith(".") + result["path_specified"] = bool(result["path"]) + + return cookielib.Cookie(**result) + + +def morsel_to_cookie(morsel): + """Convert a Morsel object into a Cookie containing the one k/v pair.""" + + expires = None + if morsel["max-age"]: + try: + expires = int(time.time() + int(morsel["max-age"])) + except ValueError: + raise TypeError(f"max-age: {morsel['max-age']} must be integer") + elif morsel["expires"]: + time_template = "%a, %d-%b-%Y %H:%M:%S GMT" + expires = calendar.timegm(time.strptime(morsel["expires"], time_template)) + return create_cookie( + comment=morsel["comment"], + comment_url=bool(morsel["comment"]), + discard=False, + domain=morsel["domain"], + expires=expires, + name=morsel.key, + path=morsel["path"], + port=None, + rest={"HttpOnly": morsel["httponly"]}, + rfc2109=False, + secure=bool(morsel["secure"]), + value=morsel.value, + version=morsel["version"] or 0, + ) + + +def cookiejar_from_dict(cookie_dict, cookiejar=None, overwrite=True): + """Returns a CookieJar from a key/value dictionary. + + :param cookie_dict: Dict of key/values to insert into CookieJar. + :param cookiejar: (optional) A cookiejar to add the cookies to. + :param overwrite: (optional) If False, will not replace cookies + already in the jar with new ones. + :rtype: CookieJar + """ + if cookiejar is None: + cookiejar = RequestsCookieJar() + + if cookie_dict is not None: + names_from_jar = [cookie.name for cookie in cookiejar] + for name in cookie_dict: + if overwrite or (name not in names_from_jar): + cookiejar.set_cookie(create_cookie(name, cookie_dict[name])) + + return cookiejar + + +def merge_cookies(cookiejar, cookies): + """Add cookies to cookiejar and returns a merged CookieJar. + + :param cookiejar: CookieJar object to add the cookies to. + :param cookies: Dictionary or CookieJar object to be added. + :rtype: CookieJar + """ + if not isinstance(cookiejar, cookielib.CookieJar): + raise ValueError("You can only merge into CookieJar") + + if isinstance(cookies, dict): + cookiejar = cookiejar_from_dict(cookies, cookiejar=cookiejar, overwrite=False) + elif isinstance(cookies, cookielib.CookieJar): + try: + cookiejar.update(cookies) + except AttributeError: + for cookie_in_jar in cookies: + cookiejar.set_cookie(cookie_in_jar) + + return cookiejar diff --git a/llmlab/lib/python3.12/site-packages/requests/exceptions.py b/llmlab/lib/python3.12/site-packages/requests/exceptions.py new file mode 100644 index 0000000..83986b4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/exceptions.py @@ -0,0 +1,151 @@ +""" +requests.exceptions +~~~~~~~~~~~~~~~~~~~ + +This module contains the set of Requests' exceptions. +""" +from urllib3.exceptions import HTTPError as BaseHTTPError + +from .compat import JSONDecodeError as CompatJSONDecodeError + + +class RequestException(IOError): + """There was an ambiguous exception that occurred while handling your + request. + """ + + def __init__(self, *args, **kwargs): + """Initialize RequestException with `request` and `response` objects.""" + response = kwargs.pop("response", None) + self.response = response + self.request = kwargs.pop("request", None) + if response is not None and not self.request and hasattr(response, "request"): + self.request = self.response.request + super().__init__(*args, **kwargs) + + +class InvalidJSONError(RequestException): + """A JSON error occurred.""" + + +class JSONDecodeError(InvalidJSONError, CompatJSONDecodeError): + """Couldn't decode the text into json""" + + def __init__(self, *args, **kwargs): + """ + Construct the JSONDecodeError instance first with all + args. Then use it's args to construct the IOError so that + the json specific args aren't used as IOError specific args + and the error message from JSONDecodeError is preserved. + """ + CompatJSONDecodeError.__init__(self, *args) + InvalidJSONError.__init__(self, *self.args, **kwargs) + + def __reduce__(self): + """ + The __reduce__ method called when pickling the object must + be the one from the JSONDecodeError (be it json/simplejson) + as it expects all the arguments for instantiation, not just + one like the IOError, and the MRO would by default call the + __reduce__ method from the IOError due to the inheritance order. + """ + return CompatJSONDecodeError.__reduce__(self) + + +class HTTPError(RequestException): + """An HTTP error occurred.""" + + +class ConnectionError(RequestException): + """A Connection error occurred.""" + + +class ProxyError(ConnectionError): + """A proxy error occurred.""" + + +class SSLError(ConnectionError): + """An SSL error occurred.""" + + +class Timeout(RequestException): + """The request timed out. + + Catching this error will catch both + :exc:`~requests.exceptions.ConnectTimeout` and + :exc:`~requests.exceptions.ReadTimeout` errors. + """ + + +class ConnectTimeout(ConnectionError, Timeout): + """The request timed out while trying to connect to the remote server. + + Requests that produced this error are safe to retry. + """ + + +class ReadTimeout(Timeout): + """The server did not send any data in the allotted amount of time.""" + + +class URLRequired(RequestException): + """A valid URL is required to make a request.""" + + +class TooManyRedirects(RequestException): + """Too many redirects.""" + + +class MissingSchema(RequestException, ValueError): + """The URL scheme (e.g. http or https) is missing.""" + + +class InvalidSchema(RequestException, ValueError): + """The URL scheme provided is either invalid or unsupported.""" + + +class InvalidURL(RequestException, ValueError): + """The URL provided was somehow invalid.""" + + +class InvalidHeader(RequestException, ValueError): + """The header value provided was somehow invalid.""" + + +class InvalidProxyURL(InvalidURL): + """The proxy URL provided is invalid.""" + + +class ChunkedEncodingError(RequestException): + """The server declared chunked encoding but sent an invalid chunk.""" + + +class ContentDecodingError(RequestException, BaseHTTPError): + """Failed to decode response content.""" + + +class StreamConsumedError(RequestException, TypeError): + """The content for this response was already consumed.""" + + +class RetryError(RequestException): + """Custom retries logic failed""" + + +class UnrewindableBodyError(RequestException): + """Requests encountered an error when trying to rewind a body.""" + + +# Warnings + + +class RequestsWarning(Warning): + """Base warning for Requests.""" + + +class FileModeWarning(RequestsWarning, DeprecationWarning): + """A file was opened in text mode, but Requests determined its binary length.""" + + +class RequestsDependencyWarning(RequestsWarning): + """An imported dependency doesn't match the expected version range.""" diff --git a/llmlab/lib/python3.12/site-packages/requests/help.py b/llmlab/lib/python3.12/site-packages/requests/help.py new file mode 100644 index 0000000..8fbcd65 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/help.py @@ -0,0 +1,134 @@ +"""Module containing bug report helper(s).""" + +import json +import platform +import ssl +import sys + +import idna +import urllib3 + +from . import __version__ as requests_version + +try: + import charset_normalizer +except ImportError: + charset_normalizer = None + +try: + import chardet +except ImportError: + chardet = None + +try: + from urllib3.contrib import pyopenssl +except ImportError: + pyopenssl = None + OpenSSL = None + cryptography = None +else: + import cryptography + import OpenSSL + + +def _implementation(): + """Return a dict with the Python implementation and version. + + Provide both the name and the version of the Python implementation + currently running. For example, on CPython 3.10.3 it will return + {'name': 'CPython', 'version': '3.10.3'}. + + This function works best on CPython and PyPy: in particular, it probably + doesn't work for Jython or IronPython. Future investigation should be done + to work out the correct shape of the code for those platforms. + """ + implementation = platform.python_implementation() + + if implementation == "CPython": + implementation_version = platform.python_version() + elif implementation == "PyPy": + implementation_version = "{}.{}.{}".format( + sys.pypy_version_info.major, + sys.pypy_version_info.minor, + sys.pypy_version_info.micro, + ) + if sys.pypy_version_info.releaselevel != "final": + implementation_version = "".join( + [implementation_version, sys.pypy_version_info.releaselevel] + ) + elif implementation == "Jython": + implementation_version = platform.python_version() # Complete Guess + elif implementation == "IronPython": + implementation_version = platform.python_version() # Complete Guess + else: + implementation_version = "Unknown" + + return {"name": implementation, "version": implementation_version} + + +def info(): + """Generate information for a bug report.""" + try: + platform_info = { + "system": platform.system(), + "release": platform.release(), + } + except OSError: + platform_info = { + "system": "Unknown", + "release": "Unknown", + } + + implementation_info = _implementation() + urllib3_info = {"version": urllib3.__version__} + charset_normalizer_info = {"version": None} + chardet_info = {"version": None} + if charset_normalizer: + charset_normalizer_info = {"version": charset_normalizer.__version__} + if chardet: + chardet_info = {"version": chardet.__version__} + + pyopenssl_info = { + "version": None, + "openssl_version": "", + } + if OpenSSL: + pyopenssl_info = { + "version": OpenSSL.__version__, + "openssl_version": f"{OpenSSL.SSL.OPENSSL_VERSION_NUMBER:x}", + } + cryptography_info = { + "version": getattr(cryptography, "__version__", ""), + } + idna_info = { + "version": getattr(idna, "__version__", ""), + } + + system_ssl = ssl.OPENSSL_VERSION_NUMBER + system_ssl_info = {"version": f"{system_ssl:x}" if system_ssl is not None else ""} + + return { + "platform": platform_info, + "implementation": implementation_info, + "system_ssl": system_ssl_info, + "using_pyopenssl": pyopenssl is not None, + "using_charset_normalizer": chardet is None, + "pyOpenSSL": pyopenssl_info, + "urllib3": urllib3_info, + "chardet": chardet_info, + "charset_normalizer": charset_normalizer_info, + "cryptography": cryptography_info, + "idna": idna_info, + "requests": { + "version": requests_version, + }, + } + + +def main(): + """Pretty-print the bug information as JSON.""" + print(json.dumps(info(), sort_keys=True, indent=2)) + + +if __name__ == "__main__": + main() diff --git a/llmlab/lib/python3.12/site-packages/requests/hooks.py b/llmlab/lib/python3.12/site-packages/requests/hooks.py new file mode 100644 index 0000000..d181ba2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/hooks.py @@ -0,0 +1,33 @@ +""" +requests.hooks +~~~~~~~~~~~~~~ + +This module provides the capabilities for the Requests hooks system. + +Available hooks: + +``response``: + The response generated from a Request. +""" +HOOKS = ["response"] + + +def default_hooks(): + return {event: [] for event in HOOKS} + + +# TODO: response is the only one + + +def dispatch_hook(key, hooks, hook_data, **kwargs): + """Dispatches a hook dictionary on a given piece of data.""" + hooks = hooks or {} + hooks = hooks.get(key) + if hooks: + if hasattr(hooks, "__call__"): + hooks = [hooks] + for hook in hooks: + _hook_data = hook(hook_data, **kwargs) + if _hook_data is not None: + hook_data = _hook_data + return hook_data diff --git a/llmlab/lib/python3.12/site-packages/requests/models.py b/llmlab/lib/python3.12/site-packages/requests/models.py new file mode 100644 index 0000000..8f56ca7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/models.py @@ -0,0 +1,1037 @@ +""" +requests.models +~~~~~~~~~~~~~~~ + +This module contains the primary objects that power Requests. +""" + +import datetime + +# Import encoding now, to avoid implicit import later. +# Implicit import within threads may cause LookupError when standard library is in a ZIP, +# such as in Embedded Python. See https://github.com/psf/requests/issues/3578. +import encodings.idna # noqa: F401 +from io import UnsupportedOperation + +from urllib3.exceptions import ( + DecodeError, + LocationParseError, + ProtocolError, + ReadTimeoutError, + SSLError, +) +from urllib3.fields import RequestField +from urllib3.filepost import encode_multipart_formdata +from urllib3.util import parse_url + +from ._internal_utils import to_native_string, unicode_is_ascii +from .auth import HTTPBasicAuth +from .compat import ( + Callable, + JSONDecodeError, + Mapping, + basestring, + builtin_str, + chardet, + cookielib, +) +from .compat import json as complexjson +from .compat import urlencode, urlsplit, urlunparse +from .cookies import _copy_cookie_jar, cookiejar_from_dict, get_cookie_header +from .exceptions import ( + ChunkedEncodingError, + ConnectionError, + ContentDecodingError, + HTTPError, + InvalidJSONError, + InvalidURL, +) +from .exceptions import JSONDecodeError as RequestsJSONDecodeError +from .exceptions import MissingSchema +from .exceptions import SSLError as RequestsSSLError +from .exceptions import StreamConsumedError +from .hooks import default_hooks +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( + check_header_validity, + get_auth_from_url, + guess_filename, + guess_json_utf, + iter_slices, + parse_header_links, + requote_uri, + stream_decode_response_unicode, + super_len, + to_key_val_list, +) + +#: The set of HTTP status codes that indicate an automatically +#: processable redirect. +REDIRECT_STATI = ( + codes.moved, # 301 + codes.found, # 302 + codes.other, # 303 + codes.temporary_redirect, # 307 + codes.permanent_redirect, # 308 +) + +DEFAULT_REDIRECT_LIMIT = 30 +CONTENT_CHUNK_SIZE = 10 * 1024 +ITER_CHUNK_SIZE = 512 + + +class RequestEncodingMixin: + @property + def path_url(self): + """Build the path URL to use.""" + + url = [] + + p = urlsplit(self.url) + + path = p.path + if not path: + path = "/" + + url.append(path) + + query = p.query + if query: + url.append("?") + url.append(query) + + return "".join(url) + + @staticmethod + def _encode_params(data): + """Encode parameters in a piece of data. + + Will successfully encode parameters when passed as a dict or a list of + 2-tuples. Order is retained if data is a list of 2-tuples but arbitrary + if parameters are supplied as a dict. + """ + + if isinstance(data, (str, bytes)): + return data + elif hasattr(data, "read"): + return data + elif hasattr(data, "__iter__"): + result = [] + for k, vs in to_key_val_list(data): + if isinstance(vs, basestring) or not hasattr(vs, "__iter__"): + vs = [vs] + for v in vs: + if v is not None: + result.append( + ( + k.encode("utf-8") if isinstance(k, str) else k, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + return urlencode(result, doseq=True) + else: + return data + + @staticmethod + def _encode_files(files, data): + """Build the body for a multipart/form-data request. + + Will successfully encode files when passed as a dict or a list of + tuples. Order is retained if data is a list of tuples but arbitrary + if parameters are supplied as a dict. + The tuples may be 2-tuples (filename, fileobj), 3-tuples (filename, fileobj, contentype) + or 4-tuples (filename, fileobj, contentype, custom_headers). + """ + if not files: + raise ValueError("Files must be provided.") + elif isinstance(data, basestring): + raise ValueError("Data must not be a string.") + + new_fields = [] + fields = to_key_val_list(data or {}) + files = to_key_val_list(files or {}) + + for field, val in fields: + if isinstance(val, basestring) or not hasattr(val, "__iter__"): + val = [val] + for v in val: + if v is not None: + # Don't call str() on bytestrings: in Py3 it all goes wrong. + if not isinstance(v, bytes): + v = str(v) + + new_fields.append( + ( + field.decode("utf-8") + if isinstance(field, bytes) + else field, + v.encode("utf-8") if isinstance(v, str) else v, + ) + ) + + for k, v in files: + # support for explicit filename + ft = None + fh = None + if isinstance(v, (tuple, list)): + if len(v) == 2: + fn, fp = v + elif len(v) == 3: + fn, fp, ft = v + else: + fn, fp, ft, fh = v + else: + fn = guess_filename(v) or k + fp = v + + if isinstance(fp, (str, bytes, bytearray)): + fdata = fp + elif hasattr(fp, "read"): + fdata = fp.read() + elif fp is None: + continue + else: + fdata = fp + + rf = RequestField(name=k, data=fdata, filename=fn, headers=fh) + rf.make_multipart(content_type=ft) + new_fields.append(rf) + + body, content_type = encode_multipart_formdata(new_fields) + + return body, content_type + + +class RequestHooksMixin: + def register_hook(self, event, hook): + """Properly register a hook.""" + + if event not in self.hooks: + raise ValueError(f'Unsupported event specified, with event name "{event}"') + + if isinstance(hook, Callable): + self.hooks[event].append(hook) + elif hasattr(hook, "__iter__"): + self.hooks[event].extend(h for h in hook if isinstance(h, Callable)) + + def deregister_hook(self, event, hook): + """Deregister a previously registered hook. + Returns True if the hook existed, False if not. + """ + + try: + self.hooks[event].remove(hook) + return True + except ValueError: + return False + + +class Request(RequestHooksMixin): + """A user-created :class:`Request ` object. + + Used to prepare a :class:`PreparedRequest `, which is sent to the server. + + :param method: HTTP method to use. + :param url: URL to send. + :param headers: dictionary of headers to send. + :param files: dictionary of {filename: fileobject} files to multipart upload. + :param data: the body to attach to the request. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param json: json for the body to attach to the request (if files or data is not specified). + :param params: URL parameters to append to the URL. If a dictionary or + list of tuples ``[(key, value)]`` is provided, form-encoding will + take place. + :param auth: Auth handler or (user, pass) tuple. + :param cookies: dictionary or CookieJar of cookies to attach to this request. + :param hooks: dictionary of callback hooks, for internal usage. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> req.prepare() + + """ + + def __init__( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + # Default empty dicts for dict params. + data = [] if data is None else data + files = [] if files is None else files + headers = {} if headers is None else headers + params = {} if params is None else params + hooks = {} if hooks is None else hooks + + self.hooks = default_hooks() + for k, v in list(hooks.items()): + self.register_hook(event=k, hook=v) + + self.method = method + self.url = url + self.headers = headers + self.files = files + self.data = data + self.json = json + self.params = params + self.auth = auth + self.cookies = cookies + + def __repr__(self): + return f"" + + def prepare(self): + """Constructs a :class:`PreparedRequest ` for transmission and returns it.""" + p = PreparedRequest() + p.prepare( + method=self.method, + url=self.url, + headers=self.headers, + files=self.files, + data=self.data, + json=self.json, + params=self.params, + auth=self.auth, + cookies=self.cookies, + hooks=self.hooks, + ) + return p + + +class PreparedRequest(RequestEncodingMixin, RequestHooksMixin): + """The fully mutable :class:`PreparedRequest ` object, + containing the exact bytes that will be sent to the server. + + Instances are generated from a :class:`Request ` object, and + should not be instantiated manually; doing so may produce undesirable + effects. + + Usage:: + + >>> import requests + >>> req = requests.Request('GET', 'https://httpbin.org/get') + >>> r = req.prepare() + >>> r + + + >>> s = requests.Session() + >>> s.send(r) + + """ + + def __init__(self): + #: HTTP verb to send to the server. + self.method = None + #: HTTP URL to send the request to. + self.url = None + #: dictionary of HTTP headers. + self.headers = None + # The `CookieJar` used to create the Cookie header will be stored here + # after prepare_cookies is called + self._cookies = None + #: request body to send to the server. + self.body = None + #: dictionary of callback hooks, for internal usage. + self.hooks = default_hooks() + #: integer denoting starting position of a readable file-like body. + self._body_position = None + + def prepare( + self, + method=None, + url=None, + headers=None, + files=None, + data=None, + params=None, + auth=None, + cookies=None, + hooks=None, + json=None, + ): + """Prepares the entire request with the given parameters.""" + + self.prepare_method(method) + self.prepare_url(url, params) + self.prepare_headers(headers) + self.prepare_cookies(cookies) + self.prepare_body(data, files, json) + self.prepare_auth(auth, url) + + # Note that prepare_auth must be last to enable authentication schemes + # such as OAuth to work on a fully prepared request. + + # This MUST go after prepare_auth. Authenticators could add a hook + self.prepare_hooks(hooks) + + def __repr__(self): + return f"" + + def copy(self): + p = PreparedRequest() + p.method = self.method + p.url = self.url + p.headers = self.headers.copy() if self.headers is not None else None + p._cookies = _copy_cookie_jar(self._cookies) + p.body = self.body + p.hooks = self.hooks + p._body_position = self._body_position + return p + + def prepare_method(self, method): + """Prepares the given HTTP method.""" + self.method = method + if self.method is not None: + self.method = to_native_string(self.method.upper()) + + @staticmethod + def _get_idna_encoded_host(host): + import idna + + try: + host = idna.encode(host, uts46=True).decode("utf-8") + except idna.IDNAError: + raise UnicodeError + return host + + def prepare_url(self, url, params): + """Prepares the given HTTP URL.""" + #: Accept objects that have string representations. + #: We're unable to blindly call unicode/str functions + #: as this will include the bytestring indicator (b'') + #: on python 3.x. + #: https://github.com/psf/requests/pull/2238 + if isinstance(url, bytes): + url = url.decode("utf8") + else: + url = str(url) + + # Remove leading whitespaces from url + url = url.lstrip() + + # Don't do any URL preparation for non-HTTP schemes like `mailto`, + # `data` etc to work around exceptions from `url_parse`, which + # handles RFC 3986 only. + if ":" in url and not url.lower().startswith("http"): + self.url = url + return + + # Support for unicode domain names and paths. + try: + scheme, auth, host, port, path, query, fragment = parse_url(url) + except LocationParseError as e: + raise InvalidURL(*e.args) + + if not scheme: + raise MissingSchema( + f"Invalid URL {url!r}: No scheme supplied. " + f"Perhaps you meant https://{url}?" + ) + + if not host: + raise InvalidURL(f"Invalid URL {url!r}: No host supplied") + + # In general, we want to try IDNA encoding the hostname if the string contains + # non-ASCII characters. This allows users to automatically get the correct IDNA + # behaviour. For strings containing only ASCII characters, we need to also verify + # it doesn't start with a wildcard (*), before allowing the unencoded hostname. + if not unicode_is_ascii(host): + try: + host = self._get_idna_encoded_host(host) + except UnicodeError: + raise InvalidURL("URL has an invalid label.") + elif host.startswith(("*", ".")): + raise InvalidURL("URL has an invalid label.") + + # Carefully reconstruct the network location + netloc = auth or "" + if netloc: + netloc += "@" + netloc += host + if port: + netloc += f":{port}" + + # Bare domains aren't valid URLs. + if not path: + path = "/" + + if isinstance(params, (str, bytes)): + params = to_native_string(params) + + enc_params = self._encode_params(params) + if enc_params: + if query: + query = f"{query}&{enc_params}" + else: + query = enc_params + + url = requote_uri(urlunparse([scheme, netloc, path, None, query, fragment])) + self.url = url + + def prepare_headers(self, headers): + """Prepares the given HTTP headers.""" + + self.headers = CaseInsensitiveDict() + if headers: + for header in headers.items(): + # Raise exception on invalid header value. + check_header_validity(header) + name, value = header + self.headers[to_native_string(name)] = value + + def prepare_body(self, data, files, json=None): + """Prepares the given HTTP body data.""" + + # Check if file, fo, generator, iterator. + # If not, run through normal process. + + # Nottin' on you. + body = None + content_type = None + + if not data and json is not None: + # urllib3 requires a bytes-like body. Python 2's json.dumps + # provides this natively, but Python 3 gives a Unicode string. + content_type = "application/json" + + try: + body = complexjson.dumps(json, allow_nan=False) + except ValueError as ve: + raise InvalidJSONError(ve, request=self) + + if not isinstance(body, bytes): + body = body.encode("utf-8") + + is_stream = all( + [ + hasattr(data, "__iter__"), + not isinstance(data, (basestring, list, tuple, Mapping)), + ] + ) + + if is_stream: + try: + length = super_len(data) + except (TypeError, AttributeError, UnsupportedOperation): + length = None + + body = data + + if getattr(body, "tell", None) is not None: + # Record the current file position before reading. + # This will allow us to rewind a file in the event + # of a redirect. + try: + self._body_position = body.tell() + except OSError: + # This differentiates from None, allowing us to catch + # a failed `tell()` later when trying to rewind the body + self._body_position = object() + + if files: + raise NotImplementedError( + "Streamed bodies and files are mutually exclusive." + ) + + if length: + self.headers["Content-Length"] = builtin_str(length) + else: + self.headers["Transfer-Encoding"] = "chunked" + else: + # Multi-part file uploads. + if files: + (body, content_type) = self._encode_files(files, data) + else: + if data: + body = self._encode_params(data) + if isinstance(data, basestring) or hasattr(data, "read"): + content_type = None + else: + content_type = "application/x-www-form-urlencoded" + + self.prepare_content_length(body) + + # Add content-type if it wasn't explicitly provided. + if content_type and ("content-type" not in self.headers): + self.headers["Content-Type"] = content_type + + self.body = body + + def prepare_content_length(self, body): + """Prepare Content-Length header based on request method and body""" + if body is not None: + length = super_len(body) + if length: + # If length exists, set it. Otherwise, we fallback + # to Transfer-Encoding: chunked. + self.headers["Content-Length"] = builtin_str(length) + elif ( + self.method not in ("GET", "HEAD") + and self.headers.get("Content-Length") is None + ): + # Set Content-Length to 0 for methods that can have a body + # but don't provide one. (i.e. not GET or HEAD) + self.headers["Content-Length"] = "0" + + def prepare_auth(self, auth, url=""): + """Prepares the given HTTP auth data.""" + + # If no Auth is explicitly provided, extract it from the URL first. + if auth is None: + url_auth = get_auth_from_url(self.url) + auth = url_auth if any(url_auth) else None + + if auth: + if isinstance(auth, tuple) and len(auth) == 2: + # special-case basic HTTP auth + auth = HTTPBasicAuth(*auth) + + # Allow auth to make its changes. + r = auth(self) + + # Update self to reflect the auth changes. + self.__dict__.update(r.__dict__) + + # Recompute Content-Length + self.prepare_content_length(self.body) + + def prepare_cookies(self, cookies): + """Prepares the given HTTP cookie data. + + This function eventually generates a ``Cookie`` header from the + given cookies using cookielib. Due to cookielib's design, the header + will not be regenerated if it already exists, meaning this function + can only be called once for the life of the + :class:`PreparedRequest ` object. Any subsequent calls + to ``prepare_cookies`` will have no actual effect, unless the "Cookie" + header is removed beforehand. + """ + if isinstance(cookies, cookielib.CookieJar): + self._cookies = cookies + else: + self._cookies = cookiejar_from_dict(cookies) + + cookie_header = get_cookie_header(self._cookies, self) + if cookie_header is not None: + self.headers["Cookie"] = cookie_header + + def prepare_hooks(self, hooks): + """Prepares the given hooks.""" + # hooks can be passed as None to the prepare method and to this + # method. To prevent iterating over None, simply use an empty list + # if hooks is False-y + hooks = hooks or [] + for event in hooks: + self.register_hook(event, hooks[event]) + + +class Response: + """The :class:`Response ` object, which contains a + server's response to an HTTP request. + """ + + __attrs__ = [ + "_content", + "status_code", + "headers", + "url", + "history", + "encoding", + "reason", + "cookies", + "elapsed", + "request", + ] + + def __init__(self): + self._content = False + self._content_consumed = False + self._next = None + + #: Integer Code of responded HTTP Status, e.g. 404 or 200. + self.status_code = None + + #: Case-insensitive Dictionary of Response Headers. + #: For example, ``headers['content-encoding']`` will return the + #: value of a ``'Content-Encoding'`` response header. + self.headers = CaseInsensitiveDict() + + #: File-like object representation of response (for advanced usage). + #: Use of ``raw`` requires that ``stream=True`` be set on the request. + #: This requirement does not apply for use internally to Requests. + self.raw = None + + #: Final URL location of Response. + self.url = None + + #: Encoding to decode with when accessing r.text. + self.encoding = None + + #: A list of :class:`Response ` objects from + #: the history of the Request. Any redirect responses will end + #: up here. The list is sorted from the oldest to the most recent request. + self.history = [] + + #: Textual reason of responded HTTP Status, e.g. "Not Found" or "OK". + self.reason = None + + #: A CookieJar of Cookies the server sent back. + self.cookies = cookiejar_from_dict({}) + + #: The amount of time elapsed between sending the request + #: and the arrival of the response (as a timedelta). + #: This property specifically measures the time taken between sending + #: the first byte of the request and finishing parsing the headers. It + #: is therefore unaffected by consuming the response content or the + #: value of the ``stream`` keyword argument. + self.elapsed = datetime.timedelta(0) + + #: The :class:`PreparedRequest ` object to which this + #: is a response. + self.request = None + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def __getstate__(self): + # Consume everything; accessing the content attribute makes + # sure the content has been fully read. + if not self._content_consumed: + self.content + + return {attr: getattr(self, attr, None) for attr in self.__attrs__} + + def __setstate__(self, state): + for name, value in state.items(): + setattr(self, name, value) + + # pickled objects do not have .raw + setattr(self, "_content_consumed", True) + setattr(self, "raw", None) + + def __repr__(self): + return f"" + + def __bool__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __nonzero__(self): + """Returns True if :attr:`status_code` is less than 400. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code, is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + return self.ok + + def __iter__(self): + """Allows you to use a response as an iterator.""" + return self.iter_content(128) + + @property + def ok(self): + """Returns True if :attr:`status_code` is less than 400, False if not. + + This attribute checks if the status code of the response is between + 400 and 600 to see if there was a client error or a server error. If + the status code is between 200 and 400, this will return True. This + is **not** a check to see if the response code is ``200 OK``. + """ + try: + self.raise_for_status() + except HTTPError: + return False + return True + + @property + def is_redirect(self): + """True if this Response is a well-formed HTTP redirect that could have + been processed automatically (by :meth:`Session.resolve_redirects`). + """ + return "location" in self.headers and self.status_code in REDIRECT_STATI + + @property + def is_permanent_redirect(self): + """True if this Response one of the permanent versions of redirect.""" + return "location" in self.headers and self.status_code in ( + codes.moved_permanently, + codes.permanent_redirect, + ) + + @property + def next(self): + """Returns a PreparedRequest for the next request in a redirect chain, if there is one.""" + return self._next + + @property + def apparent_encoding(self): + """The apparent encoding, provided by the charset_normalizer or chardet libraries.""" + if chardet is not None: + return chardet.detect(self.content)["encoding"] + else: + # If no character detection library is available, we'll fall back + # to a standard Python utf-8 str. + return "utf-8" + + def iter_content(self, chunk_size=1, decode_unicode=False): + """Iterates over the response data. When stream=True is set on the + request, this avoids reading the content at once into memory for + large responses. The chunk size is the number of bytes it should + read into memory. This is not necessarily the length of each item + returned as decoding can take place. + + chunk_size must be of type int or None. A value of None will + function differently depending on the value of `stream`. + stream=True will read data as it arrives in whatever size the + chunks are received. If stream=False, data is returned as + a single chunk. + + If decode_unicode is True, content will be decoded using the best + available encoding based on the response. + """ + + def generate(): + # Special case for urllib3. + if hasattr(self.raw, "stream"): + try: + yield from self.raw.stream(chunk_size, decode_content=True) + except ProtocolError as e: + raise ChunkedEncodingError(e) + except DecodeError as e: + raise ContentDecodingError(e) + except ReadTimeoutError as e: + raise ConnectionError(e) + except SSLError as e: + raise RequestsSSLError(e) + else: + # Standard file-like object. + while True: + chunk = self.raw.read(chunk_size) + if not chunk: + break + yield chunk + + self._content_consumed = True + + if self._content_consumed and isinstance(self._content, bool): + raise StreamConsumedError() + elif chunk_size is not None and not isinstance(chunk_size, int): + raise TypeError( + f"chunk_size must be an int, it is instead a {type(chunk_size)}." + ) + # simulate reading small chunks of the content + reused_chunks = iter_slices(self._content, chunk_size) + + stream_chunks = generate() + + chunks = reused_chunks if self._content_consumed else stream_chunks + + if decode_unicode: + chunks = stream_decode_response_unicode(chunks, self) + + return chunks + + def iter_lines( + self, chunk_size=ITER_CHUNK_SIZE, decode_unicode=False, delimiter=None + ): + """Iterates over the response data, one line at a time. When + stream=True is set on the request, this avoids reading the + content at once into memory for large responses. + + .. note:: This method is not reentrant safe. + """ + + pending = None + + for chunk in self.iter_content( + chunk_size=chunk_size, decode_unicode=decode_unicode + ): + if pending is not None: + chunk = pending + chunk + + if delimiter: + lines = chunk.split(delimiter) + else: + lines = chunk.splitlines() + + if lines and lines[-1] and chunk and lines[-1][-1] == chunk[-1]: + pending = lines.pop() + else: + pending = None + + yield from lines + + if pending is not None: + yield pending + + @property + def content(self): + """Content of the response, in bytes.""" + + if self._content is False: + # Read the contents. + if self._content_consumed: + raise RuntimeError("The content for this response was already consumed") + + if self.status_code == 0 or self.raw is None: + self._content = None + else: + self._content = b"".join(self.iter_content(CONTENT_CHUNK_SIZE)) or b"" + + self._content_consumed = True + # don't need to release the connection; that's been handled by urllib3 + # since we exhausted the data. + return self._content + + @property + def text(self): + """Content of the response, in unicode. + + If Response.encoding is None, encoding will be guessed using + ``charset_normalizer`` or ``chardet``. + + The encoding of the response content is determined based solely on HTTP + headers, following RFC 2616 to the letter. If you can take advantage of + non-HTTP knowledge to make a better guess at the encoding, you should + set ``r.encoding`` appropriately before accessing this property. + """ + + # Try charset from content-type + content = None + encoding = self.encoding + + if not self.content: + return "" + + # Fallback to auto-detected encoding. + if self.encoding is None: + encoding = self.apparent_encoding + + # Decode unicode from given encoding. + try: + content = str(self.content, encoding, errors="replace") + except (LookupError, TypeError): + # A LookupError is raised if the encoding was not found which could + # indicate a misspelling or similar mistake. + # + # A TypeError can be raised if encoding is None + # + # So we try blindly encoding. + content = str(self.content, errors="replace") + + return content + + def json(self, **kwargs): + r"""Returns the json-encoded content of a response, if any. + + :param \*\*kwargs: Optional arguments that ``json.loads`` takes. + :raises requests.exceptions.JSONDecodeError: If the response body does not + contain valid json. + """ + + if not self.encoding and self.content and len(self.content) > 3: + # No encoding set. JSON RFC 4627 section 3 states we should expect + # UTF-8, -16 or -32. Detect which one to use; If the detection or + # decoding fails, fall back to `self.text` (using charset_normalizer to make + # a best guess). + encoding = guess_json_utf(self.content) + if encoding is not None: + try: + return complexjson.loads(self.content.decode(encoding), **kwargs) + except UnicodeDecodeError: + # Wrong UTF codec detected; usually because it's not UTF-8 + # but some other 8-bit codec. This is an RFC violation, + # and the server didn't bother to tell us what codec *was* + # used. + pass + except JSONDecodeError as e: + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + try: + return complexjson.loads(self.text, **kwargs) + except JSONDecodeError as e: + # Catch JSON-related errors and raise as requests.JSONDecodeError + # This aliases json.JSONDecodeError and simplejson.JSONDecodeError + raise RequestsJSONDecodeError(e.msg, e.doc, e.pos) + + @property + def links(self): + """Returns the parsed header links of the response, if any.""" + + header = self.headers.get("link") + + resolved_links = {} + + if header: + links = parse_header_links(header) + + for link in links: + key = link.get("rel") or link.get("url") + resolved_links[key] = link + + return resolved_links + + def raise_for_status(self): + """Raises :class:`HTTPError`, if one occurred.""" + + http_error_msg = "" + if isinstance(self.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. (See PR #3538) + try: + reason = self.reason.decode("utf-8") + except UnicodeDecodeError: + reason = self.reason.decode("iso-8859-1") + else: + reason = self.reason + + if 400 <= self.status_code < 500: + http_error_msg = ( + f"{self.status_code} Client Error: {reason} for url: {self.url}" + ) + + elif 500 <= self.status_code < 600: + http_error_msg = ( + f"{self.status_code} Server Error: {reason} for url: {self.url}" + ) + + if http_error_msg: + raise HTTPError(http_error_msg, response=self) + + def close(self): + """Releases the connection back to the pool. Once this method has been + called the underlying ``raw`` object must not be accessed again. + + *Note: Should not normally need to be called explicitly.* + """ + if not self._content_consumed: + self.raw.close() + + release_conn = getattr(self.raw, "release_conn", None) + if release_conn is not None: + release_conn() diff --git a/llmlab/lib/python3.12/site-packages/requests/packages.py b/llmlab/lib/python3.12/site-packages/requests/packages.py new file mode 100644 index 0000000..5ab3d8e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/packages.py @@ -0,0 +1,23 @@ +import sys + +from .compat import chardet + +# This code exists for backwards compatibility reasons. +# I don't like it either. Just look the other way. :) + +for package in ("urllib3", "idna"): + locals()[package] = __import__(package) + # This traversal is apparently necessary such that the identities are + # preserved (requests.packages.urllib3.* is urllib3.*) + for mod in list(sys.modules): + if mod == package or mod.startswith(f"{package}."): + sys.modules[f"requests.packages.{mod}"] = sys.modules[mod] + +if chardet is not None: + target = chardet.__name__ + for mod in list(sys.modules): + if mod == target or mod.startswith(f"{target}."): + imported_mod = sys.modules[mod] + sys.modules[f"requests.packages.{mod}"] = imported_mod + mod = mod.replace(target, "chardet") + sys.modules[f"requests.packages.{mod}"] = imported_mod diff --git a/llmlab/lib/python3.12/site-packages/requests/sessions.py b/llmlab/lib/python3.12/site-packages/requests/sessions.py new file mode 100644 index 0000000..b387bc3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/sessions.py @@ -0,0 +1,831 @@ +""" +requests.sessions +~~~~~~~~~~~~~~~~~ + +This module provides a Session object to manage and persist settings across +requests (cookies, auth, proxies). +""" +import os +import sys +import time +from collections import OrderedDict +from datetime import timedelta + +from ._internal_utils import to_native_string +from .adapters import HTTPAdapter +from .auth import _basic_auth_str +from .compat import Mapping, cookielib, urljoin, urlparse +from .cookies import ( + RequestsCookieJar, + cookiejar_from_dict, + extract_cookies_to_jar, + merge_cookies, +) +from .exceptions import ( + ChunkedEncodingError, + ContentDecodingError, + InvalidSchema, + TooManyRedirects, +) +from .hooks import default_hooks, dispatch_hook + +# formerly defined here, reexposed here for backward compatibility +from .models import ( # noqa: F401 + DEFAULT_REDIRECT_LIMIT, + REDIRECT_STATI, + PreparedRequest, + Request, +) +from .status_codes import codes +from .structures import CaseInsensitiveDict +from .utils import ( # noqa: F401 + DEFAULT_PORTS, + default_headers, + get_auth_from_url, + get_environ_proxies, + get_netrc_auth, + requote_uri, + resolve_proxies, + rewind_body, + should_bypass_proxies, + to_key_val_list, +) + +# Preferred clock, based on which one is more accurate on a given system. +if sys.platform == "win32": + preferred_clock = time.perf_counter +else: + preferred_clock = time.time + + +def merge_setting(request_setting, session_setting, dict_class=OrderedDict): + """Determines appropriate setting for a given request, taking into account + the explicit setting on that request, and the setting in the session. If a + setting is a dictionary, they will be merged together using `dict_class` + """ + + if session_setting is None: + return request_setting + + if request_setting is None: + return session_setting + + # Bypass if not a dictionary (e.g. verify) + if not ( + isinstance(session_setting, Mapping) and isinstance(request_setting, Mapping) + ): + return request_setting + + merged_setting = dict_class(to_key_val_list(session_setting)) + merged_setting.update(to_key_val_list(request_setting)) + + # Remove keys that are set to None. Extract keys first to avoid altering + # the dictionary during iteration. + none_keys = [k for (k, v) in merged_setting.items() if v is None] + for key in none_keys: + del merged_setting[key] + + return merged_setting + + +def merge_hooks(request_hooks, session_hooks, dict_class=OrderedDict): + """Properly merges both requests and session hooks. + + This is necessary because when request_hooks == {'response': []}, the + merge breaks Session hooks entirely. + """ + if session_hooks is None or session_hooks.get("response") == []: + return request_hooks + + if request_hooks is None or request_hooks.get("response") == []: + return session_hooks + + return merge_setting(request_hooks, session_hooks, dict_class) + + +class SessionRedirectMixin: + def get_redirect_target(self, resp): + """Receives a Response. Returns a redirect URI or ``None``""" + # Due to the nature of how requests processes redirects this method will + # be called at least once upon the original response and at least twice + # on each subsequent redirect response (if any). + # If a custom mixin is used to handle this logic, it may be advantageous + # to cache the redirect location onto the response object as a private + # attribute. + if resp.is_redirect: + location = resp.headers["location"] + # Currently the underlying http module on py3 decode headers + # in latin1, but empirical evidence suggests that latin1 is very + # rarely used with non-ASCII characters in HTTP headers. + # It is more likely to get UTF8 header rather than latin1. + # This causes incorrect handling of UTF8 encoded location headers. + # To solve this, we re-encode the location in latin1. + location = location.encode("latin1") + return to_native_string(location, "utf8") + return None + + def should_strip_auth(self, old_url, new_url): + """Decide whether Authorization header should be removed when redirecting""" + old_parsed = urlparse(old_url) + new_parsed = urlparse(new_url) + if old_parsed.hostname != new_parsed.hostname: + return True + # Special case: allow http -> https redirect when using the standard + # ports. This isn't specified by RFC 7235, but is kept to avoid + # breaking backwards compatibility with older versions of requests + # that allowed any redirects on the same host. + if ( + old_parsed.scheme == "http" + and old_parsed.port in (80, None) + and new_parsed.scheme == "https" + and new_parsed.port in (443, None) + ): + return False + + # Handle default port usage corresponding to scheme. + changed_port = old_parsed.port != new_parsed.port + changed_scheme = old_parsed.scheme != new_parsed.scheme + default_port = (DEFAULT_PORTS.get(old_parsed.scheme, None), None) + if ( + not changed_scheme + and old_parsed.port in default_port + and new_parsed.port in default_port + ): + return False + + # Standard case: root URI must match + return changed_port or changed_scheme + + def resolve_redirects( + self, + resp, + req, + stream=False, + timeout=None, + verify=True, + cert=None, + proxies=None, + yield_requests=False, + **adapter_kwargs, + ): + """Receives a Response. Returns a generator of Responses or Requests.""" + + hist = [] # keep track of history + + url = self.get_redirect_target(resp) + previous_fragment = urlparse(req.url).fragment + while url: + prepared_request = req.copy() + + # Update history and keep track of redirects. + # resp.history must ignore the original request in this loop + hist.append(resp) + resp.history = hist[1:] + + try: + resp.content # Consume socket so it can be released + except (ChunkedEncodingError, ContentDecodingError, RuntimeError): + resp.raw.read(decode_content=False) + + if len(resp.history) >= self.max_redirects: + raise TooManyRedirects( + f"Exceeded {self.max_redirects} redirects.", response=resp + ) + + # Release the connection back into the pool. + resp.close() + + # Handle redirection without scheme (see: RFC 1808 Section 4) + if url.startswith("//"): + parsed_rurl = urlparse(resp.url) + url = ":".join([to_native_string(parsed_rurl.scheme), url]) + + # Normalize url case and attach previous fragment if needed (RFC 7231 7.1.2) + parsed = urlparse(url) + if parsed.fragment == "" and previous_fragment: + parsed = parsed._replace(fragment=previous_fragment) + elif parsed.fragment: + previous_fragment = parsed.fragment + url = parsed.geturl() + + # Facilitate relative 'location' headers, as allowed by RFC 7231. + # (e.g. '/path/to/resource' instead of 'http://domain.tld/path/to/resource') + # Compliant with RFC3986, we percent encode the url. + if not parsed.netloc: + url = urljoin(resp.url, requote_uri(url)) + else: + url = requote_uri(url) + + prepared_request.url = to_native_string(url) + + self.rebuild_method(prepared_request, resp) + + # https://github.com/psf/requests/issues/1084 + if resp.status_code not in ( + codes.temporary_redirect, + codes.permanent_redirect, + ): + # https://github.com/psf/requests/issues/3490 + purged_headers = ("Content-Length", "Content-Type", "Transfer-Encoding") + for header in purged_headers: + prepared_request.headers.pop(header, None) + prepared_request.body = None + + headers = prepared_request.headers + headers.pop("Cookie", None) + + # Extract any cookies sent on the response to the cookiejar + # in the new request. Because we've mutated our copied prepared + # request, use the old one that we haven't yet touched. + extract_cookies_to_jar(prepared_request._cookies, req, resp.raw) + merge_cookies(prepared_request._cookies, self.cookies) + prepared_request.prepare_cookies(prepared_request._cookies) + + # Rebuild auth and proxy information. + proxies = self.rebuild_proxies(prepared_request, proxies) + self.rebuild_auth(prepared_request, resp) + + # A failed tell() sets `_body_position` to `object()`. This non-None + # value ensures `rewindable` will be True, allowing us to raise an + # UnrewindableBodyError, instead of hanging the connection. + rewindable = prepared_request._body_position is not None and ( + "Content-Length" in headers or "Transfer-Encoding" in headers + ) + + # Attempt to rewind consumed file-like object. + if rewindable: + rewind_body(prepared_request) + + # Override the original request. + req = prepared_request + + if yield_requests: + yield req + else: + resp = self.send( + req, + stream=stream, + timeout=timeout, + verify=verify, + cert=cert, + proxies=proxies, + allow_redirects=False, + **adapter_kwargs, + ) + + extract_cookies_to_jar(self.cookies, prepared_request, resp.raw) + + # extract redirect url, if any, for the next loop + url = self.get_redirect_target(resp) + yield resp + + def rebuild_auth(self, prepared_request, response): + """When being redirected we may want to strip authentication from the + request to avoid leaking credentials. This method intelligently removes + and reapplies authentication where possible to avoid credential loss. + """ + headers = prepared_request.headers + url = prepared_request.url + + if "Authorization" in headers and self.should_strip_auth( + response.request.url, url + ): + # If we get redirected to a new host, we should strip out any + # authentication headers. + del headers["Authorization"] + + # .netrc might have more auth for us on our new host. + new_auth = get_netrc_auth(url) if self.trust_env else None + if new_auth is not None: + prepared_request.prepare_auth(new_auth) + + def rebuild_proxies(self, prepared_request, proxies): + """This method re-evaluates the proxy configuration by considering the + environment variables. If we are redirected to a URL covered by + NO_PROXY, we strip the proxy configuration. Otherwise, we set missing + proxy keys for this URL (in case they were stripped by a previous + redirect). + + This method also replaces the Proxy-Authorization header where + necessary. + + :rtype: dict + """ + headers = prepared_request.headers + scheme = urlparse(prepared_request.url).scheme + new_proxies = resolve_proxies(prepared_request, proxies, self.trust_env) + + if "Proxy-Authorization" in headers: + del headers["Proxy-Authorization"] + + try: + username, password = get_auth_from_url(new_proxies[scheme]) + except KeyError: + username, password = None, None + + # urllib3 handles proxy authorization for us in the standard adapter. + # Avoid appending this to TLS tunneled requests where it may be leaked. + if not scheme.startswith("https") and username and password: + headers["Proxy-Authorization"] = _basic_auth_str(username, password) + + return new_proxies + + def rebuild_method(self, prepared_request, response): + """When being redirected we may want to change the method of the request + based on certain specs or browser behavior. + """ + method = prepared_request.method + + # https://tools.ietf.org/html/rfc7231#section-6.4.4 + if response.status_code == codes.see_other and method != "HEAD": + method = "GET" + + # Do what the browsers do, despite standards... + # First, turn 302s into GETs. + if response.status_code == codes.found and method != "HEAD": + method = "GET" + + # Second, if a POST is responded to with a 301, turn it into a GET. + # This bizarre behaviour is explained in Issue 1704. + if response.status_code == codes.moved and method == "POST": + method = "GET" + + prepared_request.method = method + + +class Session(SessionRedirectMixin): + """A Requests session. + + Provides cookie persistence, connection-pooling, and configuration. + + Basic Usage:: + + >>> import requests + >>> s = requests.Session() + >>> s.get('https://httpbin.org/get') + + + Or as a context manager:: + + >>> with requests.Session() as s: + ... s.get('https://httpbin.org/get') + + """ + + __attrs__ = [ + "headers", + "cookies", + "auth", + "proxies", + "hooks", + "params", + "verify", + "cert", + "adapters", + "stream", + "trust_env", + "max_redirects", + ] + + def __init__(self): + #: A case-insensitive dictionary of headers to be sent on each + #: :class:`Request ` sent from this + #: :class:`Session `. + self.headers = default_headers() + + #: Default Authentication tuple or object to attach to + #: :class:`Request `. + self.auth = None + + #: Dictionary mapping protocol or protocol and host to the URL of the proxy + #: (e.g. {'http': 'foo.bar:3128', 'http://host.name': 'foo.bar:4012'}) to + #: be used on each :class:`Request `. + self.proxies = {} + + #: Event-handling hooks. + self.hooks = default_hooks() + + #: Dictionary of querystring data to attach to each + #: :class:`Request `. The dictionary values may be lists for + #: representing multivalued query parameters. + self.params = {} + + #: Stream response content default. + self.stream = False + + #: SSL Verification default. + #: Defaults to `True`, requiring requests to verify the TLS certificate at the + #: remote end. + #: If verify is set to `False`, requests will accept any TLS certificate + #: presented by the server, and will ignore hostname mismatches and/or + #: expired certificates, which will make your application vulnerable to + #: man-in-the-middle (MitM) attacks. + #: Only set this to `False` for testing. + self.verify = True + + #: SSL client certificate default, if String, path to ssl client + #: cert file (.pem). If Tuple, ('cert', 'key') pair. + self.cert = None + + #: Maximum number of redirects allowed. If the request exceeds this + #: limit, a :class:`TooManyRedirects` exception is raised. + #: This defaults to requests.models.DEFAULT_REDIRECT_LIMIT, which is + #: 30. + self.max_redirects = DEFAULT_REDIRECT_LIMIT + + #: Trust environment settings for proxy configuration, default + #: authentication and similar. + self.trust_env = True + + #: A CookieJar containing all currently outstanding cookies set on this + #: session. By default it is a + #: :class:`RequestsCookieJar `, but + #: may be any other ``cookielib.CookieJar`` compatible object. + self.cookies = cookiejar_from_dict({}) + + # Default connection adapters. + self.adapters = OrderedDict() + self.mount("https://", HTTPAdapter()) + self.mount("http://", HTTPAdapter()) + + def __enter__(self): + return self + + def __exit__(self, *args): + self.close() + + def prepare_request(self, request): + """Constructs a :class:`PreparedRequest ` for + transmission and returns it. The :class:`PreparedRequest` has settings + merged from the :class:`Request ` instance and those of the + :class:`Session`. + + :param request: :class:`Request` instance to prepare with this + session's settings. + :rtype: requests.PreparedRequest + """ + cookies = request.cookies or {} + + # Bootstrap CookieJar. + if not isinstance(cookies, cookielib.CookieJar): + cookies = cookiejar_from_dict(cookies) + + # Merge with session cookies + merged_cookies = merge_cookies( + merge_cookies(RequestsCookieJar(), self.cookies), cookies + ) + + # Set environment's basic authentication if not explicitly set. + auth = request.auth + if self.trust_env and not auth and not self.auth: + auth = get_netrc_auth(request.url) + + p = PreparedRequest() + p.prepare( + method=request.method.upper(), + url=request.url, + files=request.files, + data=request.data, + json=request.json, + headers=merge_setting( + request.headers, self.headers, dict_class=CaseInsensitiveDict + ), + params=merge_setting(request.params, self.params), + auth=merge_setting(auth, self.auth), + cookies=merged_cookies, + hooks=merge_hooks(request.hooks, self.hooks), + ) + return p + + def request( + self, + method, + url, + params=None, + data=None, + headers=None, + cookies=None, + files=None, + auth=None, + timeout=None, + allow_redirects=True, + proxies=None, + hooks=None, + stream=None, + verify=None, + cert=None, + json=None, + ): + """Constructs a :class:`Request `, prepares it and sends it. + Returns :class:`Response ` object. + + :param method: method for the new :class:`Request` object. + :param url: URL for the new :class:`Request` object. + :param params: (optional) Dictionary or bytes to be sent in the query + string for the :class:`Request`. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the + :class:`Request`. + :param headers: (optional) Dictionary of HTTP Headers to send with the + :class:`Request`. + :param cookies: (optional) Dict or CookieJar object to send with the + :class:`Request`. + :param files: (optional) Dictionary of ``'filename': file-like-objects`` + for multipart encoding upload. + :param auth: (optional) Auth tuple or callable to enable + Basic/Digest/Custom HTTP Auth. + :param timeout: (optional) How long to wait for the server to send + data before giving up, as a float, or a :ref:`(connect timeout, + read timeout) ` tuple. + :type timeout: float or tuple + :param allow_redirects: (optional) Set to True by default. + :type allow_redirects: bool + :param proxies: (optional) Dictionary mapping protocol or protocol and + hostname to the URL of the proxy. + :param hooks: (optional) Dictionary mapping hook name to one event or + list of events, event must be callable. + :param stream: (optional) whether to immediately download the response + content. Defaults to ``False``. + :param verify: (optional) Either a boolean, in which case it controls whether we verify + the server's TLS certificate, or a string, in which case it must be a path + to a CA bundle to use. Defaults to ``True``. When set to + ``False``, requests will accept any TLS certificate presented by + the server, and will ignore hostname mismatches and/or expired + certificates, which will make your application vulnerable to + man-in-the-middle (MitM) attacks. Setting verify to ``False`` + may be useful during local development or testing. + :param cert: (optional) if String, path to ssl client cert file (.pem). + If Tuple, ('cert', 'key') pair. + :rtype: requests.Response + """ + # Create the Request. + req = Request( + method=method.upper(), + url=url, + headers=headers, + files=files, + data=data or {}, + json=json, + params=params or {}, + auth=auth, + cookies=cookies, + hooks=hooks, + ) + prep = self.prepare_request(req) + + proxies = proxies or {} + + settings = self.merge_environment_settings( + prep.url, proxies, stream, verify, cert + ) + + # Send the request. + send_kwargs = { + "timeout": timeout, + "allow_redirects": allow_redirects, + } + send_kwargs.update(settings) + resp = self.send(prep, **send_kwargs) + + return resp + + def get(self, url, **kwargs): + r"""Sends a GET request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("GET", url, **kwargs) + + def options(self, url, **kwargs): + r"""Sends a OPTIONS request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", True) + return self.request("OPTIONS", url, **kwargs) + + def head(self, url, **kwargs): + r"""Sends a HEAD request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + kwargs.setdefault("allow_redirects", False) + return self.request("HEAD", url, **kwargs) + + def post(self, url, data=None, json=None, **kwargs): + r"""Sends a POST request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param json: (optional) json to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("POST", url, data=data, json=json, **kwargs) + + def put(self, url, data=None, **kwargs): + r"""Sends a PUT request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PUT", url, data=data, **kwargs) + + def patch(self, url, data=None, **kwargs): + r"""Sends a PATCH request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param data: (optional) Dictionary, list of tuples, bytes, or file-like + object to send in the body of the :class:`Request`. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("PATCH", url, data=data, **kwargs) + + def delete(self, url, **kwargs): + r"""Sends a DELETE request. Returns :class:`Response` object. + + :param url: URL for the new :class:`Request` object. + :param \*\*kwargs: Optional arguments that ``request`` takes. + :rtype: requests.Response + """ + + return self.request("DELETE", url, **kwargs) + + def send(self, request, **kwargs): + """Send a given PreparedRequest. + + :rtype: requests.Response + """ + # Set defaults that the hooks can utilize to ensure they always have + # the correct parameters to reproduce the previous request. + kwargs.setdefault("stream", self.stream) + kwargs.setdefault("verify", self.verify) + kwargs.setdefault("cert", self.cert) + if "proxies" not in kwargs: + kwargs["proxies"] = resolve_proxies(request, self.proxies, self.trust_env) + + # It's possible that users might accidentally send a Request object. + # Guard against that specific failure case. + if isinstance(request, Request): + raise ValueError("You can only send PreparedRequests.") + + # Set up variables needed for resolve_redirects and dispatching of hooks + allow_redirects = kwargs.pop("allow_redirects", True) + stream = kwargs.get("stream") + hooks = request.hooks + + # Get the appropriate adapter to use + adapter = self.get_adapter(url=request.url) + + # Start time (approximately) of the request + start = preferred_clock() + + # Send the request + r = adapter.send(request, **kwargs) + + # Total elapsed time of the request (approximately) + elapsed = preferred_clock() - start + r.elapsed = timedelta(seconds=elapsed) + + # Response manipulation hooks + r = dispatch_hook("response", hooks, r, **kwargs) + + # Persist cookies + if r.history: + # If the hooks create history then we want those cookies too + for resp in r.history: + extract_cookies_to_jar(self.cookies, resp.request, resp.raw) + + extract_cookies_to_jar(self.cookies, request, r.raw) + + # Resolve redirects if allowed. + if allow_redirects: + # Redirect resolving generator. + gen = self.resolve_redirects(r, request, **kwargs) + history = [resp for resp in gen] + else: + history = [] + + # Shuffle things around if there's history. + if history: + # Insert the first (original) request at the start + history.insert(0, r) + # Get the last request made + r = history.pop() + r.history = history + + # If redirects aren't being followed, store the response on the Request for Response.next(). + if not allow_redirects: + try: + r._next = next( + self.resolve_redirects(r, request, yield_requests=True, **kwargs) + ) + except StopIteration: + pass + + if not stream: + r.content + + return r + + def merge_environment_settings(self, url, proxies, stream, verify, cert): + """ + Check the environment and merge it with some settings. + + :rtype: dict + """ + # Gather clues from the surrounding environment. + if self.trust_env: + # Set environment's proxies. + no_proxy = proxies.get("no_proxy") if proxies is not None else None + env_proxies = get_environ_proxies(url, no_proxy=no_proxy) + for k, v in env_proxies.items(): + proxies.setdefault(k, v) + + # Look for requests environment configuration + # and be compatible with cURL. + if verify is True or verify is None: + verify = ( + os.environ.get("REQUESTS_CA_BUNDLE") + or os.environ.get("CURL_CA_BUNDLE") + or verify + ) + + # Merge all the kwargs. + proxies = merge_setting(proxies, self.proxies) + stream = merge_setting(stream, self.stream) + verify = merge_setting(verify, self.verify) + cert = merge_setting(cert, self.cert) + + return {"proxies": proxies, "stream": stream, "verify": verify, "cert": cert} + + def get_adapter(self, url): + """ + Returns the appropriate connection adapter for the given URL. + + :rtype: requests.adapters.BaseAdapter + """ + for prefix, adapter in self.adapters.items(): + if url.lower().startswith(prefix.lower()): + return adapter + + # Nothing matches :-/ + raise InvalidSchema(f"No connection adapters were found for {url!r}") + + def close(self): + """Closes all adapters and as such the session""" + for v in self.adapters.values(): + v.close() + + def mount(self, prefix, adapter): + """Registers a connection adapter to a prefix. + + Adapters are sorted in descending order by prefix length. + """ + self.adapters[prefix] = adapter + keys_to_move = [k for k in self.adapters if len(k) < len(prefix)] + + for key in keys_to_move: + self.adapters[key] = self.adapters.pop(key) + + def __getstate__(self): + state = {attr: getattr(self, attr, None) for attr in self.__attrs__} + return state + + def __setstate__(self, state): + for attr, value in state.items(): + setattr(self, attr, value) + + +def session(): + """ + Returns a :class:`Session` for context-management. + + .. deprecated:: 1.0.0 + + This method has been deprecated since version 1.0.0 and is only kept for + backwards compatibility. New code should use :class:`~requests.sessions.Session` + to create a session. This may be removed at a future date. + + :rtype: Session + """ + return Session() diff --git a/llmlab/lib/python3.12/site-packages/requests/status_codes.py b/llmlab/lib/python3.12/site-packages/requests/status_codes.py new file mode 100644 index 0000000..c7945a2 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/status_codes.py @@ -0,0 +1,128 @@ +r""" +The ``codes`` object defines a mapping from common names for HTTP statuses +to their numerical codes, accessible either as attributes or as dictionary +items. + +Example:: + + >>> import requests + >>> requests.codes['temporary_redirect'] + 307 + >>> requests.codes.teapot + 418 + >>> requests.codes['\o/'] + 200 + +Some codes have multiple names, and both upper- and lower-case versions of +the names are allowed. For example, ``codes.ok``, ``codes.OK``, and +``codes.okay`` all correspond to the HTTP status code 200. +""" + +from .structures import LookupDict + +_codes = { + # Informational. + 100: ("continue",), + 101: ("switching_protocols",), + 102: ("processing", "early-hints"), + 103: ("checkpoint",), + 122: ("uri_too_long", "request_uri_too_long"), + 200: ("ok", "okay", "all_ok", "all_okay", "all_good", "\\o/", "✓"), + 201: ("created",), + 202: ("accepted",), + 203: ("non_authoritative_info", "non_authoritative_information"), + 204: ("no_content",), + 205: ("reset_content", "reset"), + 206: ("partial_content", "partial"), + 207: ("multi_status", "multiple_status", "multi_stati", "multiple_stati"), + 208: ("already_reported",), + 226: ("im_used",), + # Redirection. + 300: ("multiple_choices",), + 301: ("moved_permanently", "moved", "\\o-"), + 302: ("found",), + 303: ("see_other", "other"), + 304: ("not_modified",), + 305: ("use_proxy",), + 306: ("switch_proxy",), + 307: ("temporary_redirect", "temporary_moved", "temporary"), + 308: ( + "permanent_redirect", + "resume_incomplete", + "resume", + ), # "resume" and "resume_incomplete" to be removed in 3.0 + # Client Error. + 400: ("bad_request", "bad"), + 401: ("unauthorized",), + 402: ("payment_required", "payment"), + 403: ("forbidden",), + 404: ("not_found", "-o-"), + 405: ("method_not_allowed", "not_allowed"), + 406: ("not_acceptable",), + 407: ("proxy_authentication_required", "proxy_auth", "proxy_authentication"), + 408: ("request_timeout", "timeout"), + 409: ("conflict",), + 410: ("gone",), + 411: ("length_required",), + 412: ("precondition_failed", "precondition"), + 413: ("request_entity_too_large", "content_too_large"), + 414: ("request_uri_too_large", "uri_too_long"), + 415: ("unsupported_media_type", "unsupported_media", "media_type"), + 416: ( + "requested_range_not_satisfiable", + "requested_range", + "range_not_satisfiable", + ), + 417: ("expectation_failed",), + 418: ("im_a_teapot", "teapot", "i_am_a_teapot"), + 421: ("misdirected_request",), + 422: ("unprocessable_entity", "unprocessable", "unprocessable_content"), + 423: ("locked",), + 424: ("failed_dependency", "dependency"), + 425: ("unordered_collection", "unordered", "too_early"), + 426: ("upgrade_required", "upgrade"), + 428: ("precondition_required", "precondition"), + 429: ("too_many_requests", "too_many"), + 431: ("header_fields_too_large", "fields_too_large"), + 444: ("no_response", "none"), + 449: ("retry_with", "retry"), + 450: ("blocked_by_windows_parental_controls", "parental_controls"), + 451: ("unavailable_for_legal_reasons", "legal_reasons"), + 499: ("client_closed_request",), + # Server Error. + 500: ("internal_server_error", "server_error", "/o\\", "✗"), + 501: ("not_implemented",), + 502: ("bad_gateway",), + 503: ("service_unavailable", "unavailable"), + 504: ("gateway_timeout",), + 505: ("http_version_not_supported", "http_version"), + 506: ("variant_also_negotiates",), + 507: ("insufficient_storage",), + 509: ("bandwidth_limit_exceeded", "bandwidth"), + 510: ("not_extended",), + 511: ("network_authentication_required", "network_auth", "network_authentication"), +} + +codes = LookupDict(name="status_codes") + + +def _init(): + for code, titles in _codes.items(): + for title in titles: + setattr(codes, title, code) + if not title.startswith(("\\", "/")): + setattr(codes, title.upper(), code) + + def doc(code): + names = ", ".join(f"``{n}``" for n in _codes[code]) + return "* %d: %s" % (code, names) + + global __doc__ + __doc__ = ( + __doc__ + "\n" + "\n".join(doc(code) for code in sorted(_codes)) + if __doc__ is not None + else None + ) + + +_init() diff --git a/llmlab/lib/python3.12/site-packages/requests/structures.py b/llmlab/lib/python3.12/site-packages/requests/structures.py new file mode 100644 index 0000000..188e13e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/structures.py @@ -0,0 +1,99 @@ +""" +requests.structures +~~~~~~~~~~~~~~~~~~~ + +Data structures that power Requests. +""" + +from collections import OrderedDict + +from .compat import Mapping, MutableMapping + + +class CaseInsensitiveDict(MutableMapping): + """A case-insensitive ``dict``-like object. + + Implements all methods and operations of + ``MutableMapping`` as well as dict's ``copy``. Also + provides ``lower_items``. + + All keys are expected to be strings. The structure remembers the + case of the last key to be set, and ``iter(instance)``, + ``keys()``, ``items()``, ``iterkeys()``, and ``iteritems()`` + will contain case-sensitive keys. However, querying and contains + testing is case insensitive:: + + cid = CaseInsensitiveDict() + cid['Accept'] = 'application/json' + cid['aCCEPT'] == 'application/json' # True + list(cid) == ['Accept'] # True + + For example, ``headers['content-encoding']`` will return the + value of a ``'Content-Encoding'`` response header, regardless + of how the header name was originally stored. + + If the constructor, ``.update``, or equality comparison + operations are given keys that have equal ``.lower()``s, the + behavior is undefined. + """ + + def __init__(self, data=None, **kwargs): + self._store = OrderedDict() + if data is None: + data = {} + self.update(data, **kwargs) + + def __setitem__(self, key, value): + # Use the lowercased key for lookups, but store the actual + # key alongside the value. + self._store[key.lower()] = (key, value) + + def __getitem__(self, key): + return self._store[key.lower()][1] + + def __delitem__(self, key): + del self._store[key.lower()] + + def __iter__(self): + return (casedkey for casedkey, mappedvalue in self._store.values()) + + def __len__(self): + return len(self._store) + + def lower_items(self): + """Like iteritems(), but with all lowercase keys.""" + return ((lowerkey, keyval[1]) for (lowerkey, keyval) in self._store.items()) + + def __eq__(self, other): + if isinstance(other, Mapping): + other = CaseInsensitiveDict(other) + else: + return NotImplemented + # Compare insensitively + return dict(self.lower_items()) == dict(other.lower_items()) + + # Copy is required + def copy(self): + return CaseInsensitiveDict(self._store.values()) + + def __repr__(self): + return str(dict(self.items())) + + +class LookupDict(dict): + """Dictionary lookup object.""" + + def __init__(self, name=None): + self.name = name + super().__init__() + + def __repr__(self): + return f"" + + def __getitem__(self, key): + # We allow fall-through here, so values default to None + + return self.__dict__.get(key, None) + + def get(self, key, default=None): + return self.__dict__.get(key, default) diff --git a/llmlab/lib/python3.12/site-packages/requests/utils.py b/llmlab/lib/python3.12/site-packages/requests/utils.py new file mode 100644 index 0000000..ae6c42f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/requests/utils.py @@ -0,0 +1,1096 @@ +""" +requests.utils +~~~~~~~~~~~~~~ + +This module provides utility functions that are used within Requests +that are also useful for external consumption. +""" + +import codecs +import contextlib +import io +import os +import re +import socket +import struct +import sys +import tempfile +import warnings +import zipfile +from collections import OrderedDict + +from urllib3.util import make_headers, parse_url + +from . import certs +from .__version__ import __version__ + +# to_native_string is unused here, but imported here for backwards compatibility +from ._internal_utils import ( # noqa: F401 + _HEADER_VALIDATORS_BYTE, + _HEADER_VALIDATORS_STR, + HEADER_VALIDATORS, + to_native_string, +) +from .compat import ( + Mapping, + basestring, + bytes, + getproxies, + getproxies_environment, + integer_types, +) +from .compat import parse_http_list as _parse_list_header +from .compat import ( + proxy_bypass, + proxy_bypass_environment, + quote, + str, + unquote, + urlparse, + urlunparse, +) +from .cookies import cookiejar_from_dict +from .exceptions import ( + FileModeWarning, + InvalidHeader, + InvalidURL, + UnrewindableBodyError, +) +from .structures import CaseInsensitiveDict + +NETRC_FILES = (".netrc", "_netrc") + +DEFAULT_CA_BUNDLE_PATH = certs.where() + +DEFAULT_PORTS = {"http": 80, "https": 443} + +# Ensure that ', ' is used to preserve previous delimiter behavior. +DEFAULT_ACCEPT_ENCODING = ", ".join( + re.split(r",\s*", make_headers(accept_encoding=True)["accept-encoding"]) +) + + +if sys.platform == "win32": + # provide a proxy_bypass version on Windows without DNS lookups + + def proxy_bypass_registry(host): + try: + import winreg + except ImportError: + return False + + try: + internetSettings = winreg.OpenKey( + winreg.HKEY_CURRENT_USER, + r"Software\Microsoft\Windows\CurrentVersion\Internet Settings", + ) + # ProxyEnable could be REG_SZ or REG_DWORD, normalizing it + proxyEnable = int(winreg.QueryValueEx(internetSettings, "ProxyEnable")[0]) + # ProxyOverride is almost always a string + proxyOverride = winreg.QueryValueEx(internetSettings, "ProxyOverride")[0] + except (OSError, ValueError): + return False + if not proxyEnable or not proxyOverride: + return False + + # make a check value list from the registry entry: replace the + # '' string by the localhost entry and the corresponding + # canonical entry. + proxyOverride = proxyOverride.split(";") + # filter out empty strings to avoid re.match return true in the following code. + proxyOverride = filter(None, proxyOverride) + # now check if we match one of the registry values. + for test in proxyOverride: + if test == "": + if "." not in host: + return True + test = test.replace(".", r"\.") # mask dots + test = test.replace("*", r".*") # change glob sequence + test = test.replace("?", r".") # change glob char + if re.match(test, host, re.I): + return True + return False + + def proxy_bypass(host): # noqa + """Return True, if the host should be bypassed. + + Checks proxy settings gathered from the environment, if specified, + or the registry. + """ + if getproxies_environment(): + return proxy_bypass_environment(host) + else: + return proxy_bypass_registry(host) + + +def dict_to_sequence(d): + """Returns an internal sequence dictionary update.""" + + if hasattr(d, "items"): + d = d.items() + + return d + + +def super_len(o): + total_length = None + current_position = 0 + + if isinstance(o, str): + o = o.encode("utf-8") + + if hasattr(o, "__len__"): + total_length = len(o) + + elif hasattr(o, "len"): + total_length = o.len + + elif hasattr(o, "fileno"): + try: + fileno = o.fileno() + except (io.UnsupportedOperation, AttributeError): + # AttributeError is a surprising exception, seeing as how we've just checked + # that `hasattr(o, 'fileno')`. It happens for objects obtained via + # `Tarfile.extractfile()`, per issue 5229. + pass + else: + total_length = os.fstat(fileno).st_size + + # Having used fstat to determine the file length, we need to + # confirm that this file was opened up in binary mode. + if "b" not in o.mode: + warnings.warn( + ( + "Requests has determined the content-length for this " + "request using the binary size of the file: however, the " + "file has been opened in text mode (i.e. without the 'b' " + "flag in the mode). This may lead to an incorrect " + "content-length. In Requests 3.0, support will be removed " + "for files in text mode." + ), + FileModeWarning, + ) + + if hasattr(o, "tell"): + try: + current_position = o.tell() + except OSError: + # This can happen in some weird situations, such as when the file + # is actually a special file descriptor like stdin. In this + # instance, we don't know what the length is, so set it to zero and + # let requests chunk it instead. + if total_length is not None: + current_position = total_length + else: + if hasattr(o, "seek") and total_length is None: + # StringIO and BytesIO have seek but no usable fileno + try: + # seek to end of file + o.seek(0, 2) + total_length = o.tell() + + # seek back to current position to support + # partially read file-like objects + o.seek(current_position or 0) + except OSError: + total_length = 0 + + if total_length is None: + total_length = 0 + + return max(0, total_length - current_position) + + +def get_netrc_auth(url, raise_errors=False): + """Returns the Requests tuple auth for a given url from netrc.""" + + netrc_file = os.environ.get("NETRC") + if netrc_file is not None: + netrc_locations = (netrc_file,) + else: + netrc_locations = (f"~/{f}" for f in NETRC_FILES) + + try: + from netrc import NetrcParseError, netrc + + netrc_path = None + + for f in netrc_locations: + try: + loc = os.path.expanduser(f) + except KeyError: + # os.path.expanduser can fail when $HOME is undefined and + # getpwuid fails. See https://bugs.python.org/issue20164 & + # https://github.com/psf/requests/issues/1846 + return + + if os.path.exists(loc): + netrc_path = loc + break + + # Abort early if there isn't one. + if netrc_path is None: + return + + ri = urlparse(url) + + # Strip port numbers from netloc. This weird `if...encode`` dance is + # used for Python 3.2, which doesn't support unicode literals. + splitstr = b":" + if isinstance(url, str): + splitstr = splitstr.decode("ascii") + host = ri.netloc.split(splitstr)[0] + + try: + _netrc = netrc(netrc_path).authenticators(host) + if _netrc: + # Return with login / password + login_i = 0 if _netrc[0] else 1 + return (_netrc[login_i], _netrc[2]) + except (NetrcParseError, OSError): + # If there was a parsing error or a permissions issue reading the file, + # we'll just skip netrc auth unless explicitly asked to raise errors. + if raise_errors: + raise + + # App Engine hackiness. + except (ImportError, AttributeError): + pass + + +def guess_filename(obj): + """Tries to guess the filename of the given object.""" + name = getattr(obj, "name", None) + if name and isinstance(name, basestring) and name[0] != "<" and name[-1] != ">": + return os.path.basename(name) + + +def extract_zipped_paths(path): + """Replace nonexistent paths that look like they refer to a member of a zip + archive with the location of an extracted copy of the target, or else + just return the provided path unchanged. + """ + if os.path.exists(path): + # this is already a valid path, no need to do anything further + return path + + # find the first valid part of the provided path and treat that as a zip archive + # assume the rest of the path is the name of a member in the archive + archive, member = os.path.split(path) + while archive and not os.path.exists(archive): + archive, prefix = os.path.split(archive) + if not prefix: + # If we don't check for an empty prefix after the split (in other words, archive remains unchanged after the split), + # we _can_ end up in an infinite loop on a rare corner case affecting a small number of users + break + member = "/".join([prefix, member]) + + if not zipfile.is_zipfile(archive): + return path + + zip_file = zipfile.ZipFile(archive) + if member not in zip_file.namelist(): + return path + + # we have a valid zip archive and a valid member of that archive + tmp = tempfile.gettempdir() + extracted_path = os.path.join(tmp, member.split("/")[-1]) + if not os.path.exists(extracted_path): + # use read + write to avoid the creating nested folders, we only want the file, avoids mkdir racing condition + with atomic_open(extracted_path) as file_handler: + file_handler.write(zip_file.read(member)) + return extracted_path + + +@contextlib.contextmanager +def atomic_open(filename): + """Write a file to the disk in an atomic fashion""" + tmp_descriptor, tmp_name = tempfile.mkstemp(dir=os.path.dirname(filename)) + try: + with os.fdopen(tmp_descriptor, "wb") as tmp_handler: + yield tmp_handler + os.replace(tmp_name, filename) + except BaseException: + os.remove(tmp_name) + raise + + +def from_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. Unless it can not be represented as such, return an + OrderedDict, e.g., + + :: + + >>> from_key_val_list([('key', 'val')]) + OrderedDict([('key', 'val')]) + >>> from_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + >>> from_key_val_list({'key': 'val'}) + OrderedDict([('key', 'val')]) + + :rtype: OrderedDict + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + return OrderedDict(value) + + +def to_key_val_list(value): + """Take an object and test to see if it can be represented as a + dictionary. If it can be, return a list of tuples, e.g., + + :: + + >>> to_key_val_list([('key', 'val')]) + [('key', 'val')] + >>> to_key_val_list({'key': 'val'}) + [('key', 'val')] + >>> to_key_val_list('string') + Traceback (most recent call last): + ... + ValueError: cannot encode objects that are not 2-tuples + + :rtype: list + """ + if value is None: + return None + + if isinstance(value, (str, bytes, bool, int)): + raise ValueError("cannot encode objects that are not 2-tuples") + + if isinstance(value, Mapping): + value = value.items() + + return list(value) + + +# From mitsuhiko/werkzeug (used with permission). +def parse_list_header(value): + """Parse lists as described by RFC 2068 Section 2. + + In particular, parse comma-separated lists where the elements of + the list may include quoted-strings. A quoted-string could + contain a comma. A non-quoted string could have quotes in the + middle. Quotes are removed automatically after parsing. + + It basically works like :func:`parse_set_header` just that items + may appear multiple times and case sensitivity is preserved. + + The return value is a standard :class:`list`: + + >>> parse_list_header('token, "quoted value"') + ['token', 'quoted value'] + + To create a header from the :class:`list` again, use the + :func:`dump_header` function. + + :param value: a string with a list header. + :return: :class:`list` + :rtype: list + """ + result = [] + for item in _parse_list_header(value): + if item[:1] == item[-1:] == '"': + item = unquote_header_value(item[1:-1]) + result.append(item) + return result + + +# From mitsuhiko/werkzeug (used with permission). +def parse_dict_header(value): + """Parse lists of key, value pairs as described by RFC 2068 Section 2 and + convert them into a python dict: + + >>> d = parse_dict_header('foo="is a fish", bar="as well"') + >>> type(d) is dict + True + >>> sorted(d.items()) + [('bar', 'as well'), ('foo', 'is a fish')] + + If there is no value for a key it will be `None`: + + >>> parse_dict_header('key_without_value') + {'key_without_value': None} + + To create a header from the :class:`dict` again, use the + :func:`dump_header` function. + + :param value: a string with a dict header. + :return: :class:`dict` + :rtype: dict + """ + result = {} + for item in _parse_list_header(value): + if "=" not in item: + result[item] = None + continue + name, value = item.split("=", 1) + if value[:1] == value[-1:] == '"': + value = unquote_header_value(value[1:-1]) + result[name] = value + return result + + +# From mitsuhiko/werkzeug (used with permission). +def unquote_header_value(value, is_filename=False): + r"""Unquotes a header value. (Reversal of :func:`quote_header_value`). + This does not use the real unquoting but what browsers are actually + using for quoting. + + :param value: the header value to unquote. + :rtype: str + """ + if value and value[0] == value[-1] == '"': + # this is not the real unquoting, but fixing this so that the + # RFC is met will result in bugs with internet explorer and + # probably some other browsers as well. IE for example is + # uploading files with "C:\foo\bar.txt" as filename + value = value[1:-1] + + # if this is a filename and the starting characters look like + # a UNC path, then just return the value without quotes. Using the + # replace sequence below on a UNC path has the effect of turning + # the leading double slash into a single slash and then + # _fix_ie_filename() doesn't work correctly. See #458. + if not is_filename or value[:2] != "\\\\": + return value.replace("\\\\", "\\").replace('\\"', '"') + return value + + +def dict_from_cookiejar(cj): + """Returns a key/value dictionary from a CookieJar. + + :param cj: CookieJar object to extract cookies from. + :rtype: dict + """ + + cookie_dict = {cookie.name: cookie.value for cookie in cj} + return cookie_dict + + +def add_dict_to_cookiejar(cj, cookie_dict): + """Returns a CookieJar from a key/value dictionary. + + :param cj: CookieJar to insert cookies into. + :param cookie_dict: Dict of key/values to insert into CookieJar. + :rtype: CookieJar + """ + + return cookiejar_from_dict(cookie_dict, cj) + + +def get_encodings_from_content(content): + """Returns encodings from given content string. + + :param content: bytestring to extract encodings from. + """ + warnings.warn( + ( + "In requests 3.0, get_encodings_from_content will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + charset_re = re.compile(r']', flags=re.I) + pragma_re = re.compile(r']', flags=re.I) + xml_re = re.compile(r'^<\?xml.*?encoding=["\']*(.+?)["\'>]') + + return ( + charset_re.findall(content) + + pragma_re.findall(content) + + xml_re.findall(content) + ) + + +def _parse_content_type_header(header): + """Returns content type and parameters from given header + + :param header: string + :return: tuple containing content type and dictionary of + parameters + """ + + tokens = header.split(";") + content_type, params = tokens[0].strip(), tokens[1:] + params_dict = {} + items_to_strip = "\"' " + + for param in params: + param = param.strip() + if param: + key, value = param, True + index_of_equals = param.find("=") + if index_of_equals != -1: + key = param[:index_of_equals].strip(items_to_strip) + value = param[index_of_equals + 1 :].strip(items_to_strip) + params_dict[key.lower()] = value + return content_type, params_dict + + +def get_encoding_from_headers(headers): + """Returns encodings from given HTTP Header Dict. + + :param headers: dictionary to extract encoding from. + :rtype: str + """ + + content_type = headers.get("content-type") + + if not content_type: + return None + + content_type, params = _parse_content_type_header(content_type) + + if "charset" in params: + return params["charset"].strip("'\"") + + if "text" in content_type: + return "ISO-8859-1" + + if "application/json" in content_type: + # Assume UTF-8 based on RFC 4627: https://www.ietf.org/rfc/rfc4627.txt since the charset was unset + return "utf-8" + + +def stream_decode_response_unicode(iterator, r): + """Stream decodes an iterator.""" + + if r.encoding is None: + yield from iterator + return + + decoder = codecs.getincrementaldecoder(r.encoding)(errors="replace") + for chunk in iterator: + rv = decoder.decode(chunk) + if rv: + yield rv + rv = decoder.decode(b"", final=True) + if rv: + yield rv + + +def iter_slices(string, slice_length): + """Iterate over slices of a string.""" + pos = 0 + if slice_length is None or slice_length <= 0: + slice_length = len(string) + while pos < len(string): + yield string[pos : pos + slice_length] + pos += slice_length + + +def get_unicode_from_response(r): + """Returns the requested content back in unicode. + + :param r: Response object to get unicode content from. + + Tried: + + 1. charset from content-type + 2. fall back and replace all unicode characters + + :rtype: str + """ + warnings.warn( + ( + "In requests 3.0, get_unicode_from_response will be removed. For " + "more information, please see the discussion on issue #2266. (This" + " warning should only appear once.)" + ), + DeprecationWarning, + ) + + tried_encodings = [] + + # Try charset from content-type + encoding = get_encoding_from_headers(r.headers) + + if encoding: + try: + return str(r.content, encoding) + except UnicodeError: + tried_encodings.append(encoding) + + # Fall back: + try: + return str(r.content, encoding, errors="replace") + except TypeError: + return r.content + + +# The unreserved URI characters (RFC 3986) +UNRESERVED_SET = frozenset( + "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz" + "0123456789-._~" +) + + +def unquote_unreserved(uri): + """Un-escape any percent-escape sequences in a URI that are unreserved + characters. This leaves all reserved, illegal and non-ASCII bytes encoded. + + :rtype: str + """ + parts = uri.split("%") + for i in range(1, len(parts)): + h = parts[i][0:2] + if len(h) == 2 and h.isalnum(): + try: + c = chr(int(h, 16)) + except ValueError: + raise InvalidURL(f"Invalid percent-escape sequence: '{h}'") + + if c in UNRESERVED_SET: + parts[i] = c + parts[i][2:] + else: + parts[i] = f"%{parts[i]}" + else: + parts[i] = f"%{parts[i]}" + return "".join(parts) + + +def requote_uri(uri): + """Re-quote the given URI. + + This function passes the given URI through an unquote/quote cycle to + ensure that it is fully and consistently quoted. + + :rtype: str + """ + safe_with_percent = "!#$%&'()*+,/:;=?@[]~" + safe_without_percent = "!#$&'()*+,/:;=?@[]~" + try: + # Unquote only the unreserved characters + # Then quote only illegal characters (do not quote reserved, + # unreserved, or '%') + return quote(unquote_unreserved(uri), safe=safe_with_percent) + except InvalidURL: + # We couldn't unquote the given URI, so let's try quoting it, but + # there may be unquoted '%'s in the URI. We need to make sure they're + # properly quoted so they do not cause issues elsewhere. + return quote(uri, safe=safe_without_percent) + + +def address_in_network(ip, net): + """This function allows you to check if an IP belongs to a network subnet + + Example: returns True if ip = 192.168.1.1 and net = 192.168.1.0/24 + returns False if ip = 192.168.1.1 and net = 192.168.100.0/24 + + :rtype: bool + """ + ipaddr = struct.unpack("=L", socket.inet_aton(ip))[0] + netaddr, bits = net.split("/") + netmask = struct.unpack("=L", socket.inet_aton(dotted_netmask(int(bits))))[0] + network = struct.unpack("=L", socket.inet_aton(netaddr))[0] & netmask + return (ipaddr & netmask) == (network & netmask) + + +def dotted_netmask(mask): + """Converts mask from /xx format to xxx.xxx.xxx.xxx + + Example: if mask is 24 function returns 255.255.255.0 + + :rtype: str + """ + bits = 0xFFFFFFFF ^ (1 << 32 - mask) - 1 + return socket.inet_ntoa(struct.pack(">I", bits)) + + +def is_ipv4_address(string_ip): + """ + :rtype: bool + """ + try: + socket.inet_aton(string_ip) + except OSError: + return False + return True + + +def is_valid_cidr(string_network): + """ + Very simple check of the cidr format in no_proxy variable. + + :rtype: bool + """ + if string_network.count("/") == 1: + try: + mask = int(string_network.split("/")[1]) + except ValueError: + return False + + if mask < 1 or mask > 32: + return False + + try: + socket.inet_aton(string_network.split("/")[0]) + except OSError: + return False + else: + return False + return True + + +@contextlib.contextmanager +def set_environ(env_name, value): + """Set the environment variable 'env_name' to 'value' + + Save previous value, yield, and then restore the previous value stored in + the environment variable 'env_name'. + + If 'value' is None, do nothing""" + value_changed = value is not None + if value_changed: + old_value = os.environ.get(env_name) + os.environ[env_name] = value + try: + yield + finally: + if value_changed: + if old_value is None: + del os.environ[env_name] + else: + os.environ[env_name] = old_value + + +def should_bypass_proxies(url, no_proxy): + """ + Returns whether we should bypass proxies or not. + + :rtype: bool + """ + + # Prioritize lowercase environment variables over uppercase + # to keep a consistent behaviour with other http projects (curl, wget). + def get_proxy(key): + return os.environ.get(key) or os.environ.get(key.upper()) + + # First check whether no_proxy is defined. If it is, check that the URL + # we're getting isn't in the no_proxy list. + no_proxy_arg = no_proxy + if no_proxy is None: + no_proxy = get_proxy("no_proxy") + parsed = urlparse(url) + + if parsed.hostname is None: + # URLs don't always have hostnames, e.g. file:/// urls. + return True + + if no_proxy: + # We need to check whether we match here. We need to see if we match + # the end of the hostname, both with and without the port. + no_proxy = (host for host in no_proxy.replace(" ", "").split(",") if host) + + if is_ipv4_address(parsed.hostname): + for proxy_ip in no_proxy: + if is_valid_cidr(proxy_ip): + if address_in_network(parsed.hostname, proxy_ip): + return True + elif parsed.hostname == proxy_ip: + # If no_proxy ip was defined in plain IP notation instead of cidr notation & + # matches the IP of the index + return True + else: + host_with_port = parsed.hostname + if parsed.port: + host_with_port += f":{parsed.port}" + + for host in no_proxy: + if parsed.hostname.endswith(host) or host_with_port.endswith(host): + # The URL does match something in no_proxy, so we don't want + # to apply the proxies on this URL. + return True + + with set_environ("no_proxy", no_proxy_arg): + # parsed.hostname can be `None` in cases such as a file URI. + try: + bypass = proxy_bypass(parsed.hostname) + except (TypeError, socket.gaierror): + bypass = False + + if bypass: + return True + + return False + + +def get_environ_proxies(url, no_proxy=None): + """ + Return a dict of environment proxies. + + :rtype: dict + """ + if should_bypass_proxies(url, no_proxy=no_proxy): + return {} + else: + return getproxies() + + +def select_proxy(url, proxies): + """Select a proxy for the url, if applicable. + + :param url: The url being for the request + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + """ + proxies = proxies or {} + urlparts = urlparse(url) + if urlparts.hostname is None: + return proxies.get(urlparts.scheme, proxies.get("all")) + + proxy_keys = [ + urlparts.scheme + "://" + urlparts.hostname, + urlparts.scheme, + "all://" + urlparts.hostname, + "all", + ] + proxy = None + for proxy_key in proxy_keys: + if proxy_key in proxies: + proxy = proxies[proxy_key] + break + + return proxy + + +def resolve_proxies(request, proxies, trust_env=True): + """This method takes proxy information from a request and configuration + input to resolve a mapping of target proxies. This will consider settings + such as NO_PROXY to strip proxy configurations. + + :param request: Request or PreparedRequest + :param proxies: A dictionary of schemes or schemes and hosts to proxy URLs + :param trust_env: Boolean declaring whether to trust environment configs + + :rtype: dict + """ + proxies = proxies if proxies is not None else {} + url = request.url + scheme = urlparse(url).scheme + no_proxy = proxies.get("no_proxy") + new_proxies = proxies.copy() + + if trust_env and not should_bypass_proxies(url, no_proxy=no_proxy): + environ_proxies = get_environ_proxies(url, no_proxy=no_proxy) + + proxy = environ_proxies.get(scheme, environ_proxies.get("all")) + + if proxy: + new_proxies.setdefault(scheme, proxy) + return new_proxies + + +def default_user_agent(name="python-requests"): + """ + Return a string representing the default user agent. + + :rtype: str + """ + return f"{name}/{__version__}" + + +def default_headers(): + """ + :rtype: requests.structures.CaseInsensitiveDict + """ + return CaseInsensitiveDict( + { + "User-Agent": default_user_agent(), + "Accept-Encoding": DEFAULT_ACCEPT_ENCODING, + "Accept": "*/*", + "Connection": "keep-alive", + } + ) + + +def parse_header_links(value): + """Return a list of parsed link headers proxies. + + i.e. Link: ; rel=front; type="image/jpeg",; rel=back;type="image/jpeg" + + :rtype: list + """ + + links = [] + + replace_chars = " '\"" + + value = value.strip(replace_chars) + if not value: + return links + + for val in re.split(", *<", value): + try: + url, params = val.split(";", 1) + except ValueError: + url, params = val, "" + + link = {"url": url.strip("<> '\"")} + + for param in params.split(";"): + try: + key, value = param.split("=") + except ValueError: + break + + link[key.strip(replace_chars)] = value.strip(replace_chars) + + links.append(link) + + return links + + +# Null bytes; no need to recreate these on each call to guess_json_utf +_null = "\x00".encode("ascii") # encoding to ASCII for Python 3 +_null2 = _null * 2 +_null3 = _null * 3 + + +def guess_json_utf(data): + """ + :rtype: str + """ + # JSON always starts with two ASCII characters, so detection is as + # easy as counting the nulls and from their location and count + # determine the encoding. Also detect a BOM, if present. + sample = data[:4] + if sample in (codecs.BOM_UTF32_LE, codecs.BOM_UTF32_BE): + return "utf-32" # BOM included + if sample[:3] == codecs.BOM_UTF8: + return "utf-8-sig" # BOM included, MS style (discouraged) + if sample[:2] in (codecs.BOM_UTF16_LE, codecs.BOM_UTF16_BE): + return "utf-16" # BOM included + nullcount = sample.count(_null) + if nullcount == 0: + return "utf-8" + if nullcount == 2: + if sample[::2] == _null2: # 1st and 3rd are null + return "utf-16-be" + if sample[1::2] == _null2: # 2nd and 4th are null + return "utf-16-le" + # Did not detect 2 valid UTF-16 ascii-range characters + if nullcount == 3: + if sample[:3] == _null3: + return "utf-32-be" + if sample[1:] == _null3: + return "utf-32-le" + # Did not detect a valid UTF-32 ascii-range character + return None + + +def prepend_scheme_if_needed(url, new_scheme): + """Given a URL that may or may not have a scheme, prepend the given scheme. + Does not replace a present scheme with the one provided as an argument. + + :rtype: str + """ + parsed = parse_url(url) + scheme, auth, host, port, path, query, fragment = parsed + + # A defect in urlparse determines that there isn't a netloc present in some + # urls. We previously assumed parsing was overly cautious, and swapped the + # netloc and path. Due to a lack of tests on the original defect, this is + # maintained with parse_url for backwards compatibility. + netloc = parsed.netloc + if not netloc: + netloc, path = path, netloc + + if auth: + # parse_url doesn't provide the netloc with auth + # so we'll add it ourselves. + netloc = "@".join([auth, netloc]) + if scheme is None: + scheme = new_scheme + if path is None: + path = "" + + return urlunparse((scheme, netloc, path, "", query, fragment)) + + +def get_auth_from_url(url): + """Given a url with authentication components, extract them into a tuple of + username,password. + + :rtype: (str,str) + """ + parsed = urlparse(url) + + try: + auth = (unquote(parsed.username), unquote(parsed.password)) + except (AttributeError, TypeError): + auth = ("", "") + + return auth + + +def check_header_validity(header): + """Verifies that header parts don't contain leading whitespace + reserved characters, or return characters. + + :param header: tuple, in the format (name, value). + """ + name, value = header + _validate_header_part(header, name, 0) + _validate_header_part(header, value, 1) + + +def _validate_header_part(header, header_part, header_validator_index): + if isinstance(header_part, str): + validator = _HEADER_VALIDATORS_STR[header_validator_index] + elif isinstance(header_part, bytes): + validator = _HEADER_VALIDATORS_BYTE[header_validator_index] + else: + raise InvalidHeader( + f"Header part ({header_part!r}) from {header} " + f"must be of type str or bytes, not {type(header_part)}" + ) + + if not validator.match(header_part): + header_kind = "name" if header_validator_index == 0 else "value" + raise InvalidHeader( + f"Invalid leading whitespace, reserved character(s), or return " + f"character(s) in header {header_kind}: {header_part!r}" + ) + + +def urldefragauth(url): + """ + Given a url remove the fragment and the authentication part. + + :rtype: str + """ + scheme, netloc, path, params, query, fragment = urlparse(url) + + # see func:`prepend_scheme_if_needed` + if not netloc: + netloc, path = path, netloc + + netloc = netloc.rsplit("@", 1)[-1] + + return urlunparse((scheme, netloc, path, params, query, "")) + + +def rewind_body(prepared_request): + """Move file pointer back to its recorded starting position + so it can be read again on redirect. + """ + body_seek = getattr(prepared_request.body, "seek", None) + if body_seek is not None and isinstance( + prepared_request._body_position, integer_types + ): + try: + body_seek(prepared_request._body_position) + except OSError: + raise UnrewindableBodyError( + "An error occurred when rewinding request body for redirect." + ) + else: + raise UnrewindableBodyError("Unable to rewind request body for redirect.") diff --git a/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/INSTALLER b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/METADATA b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/METADATA new file mode 100644 index 0000000..a710533 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/METADATA @@ -0,0 +1,141 @@ +Metadata-Version: 2.4 +Name: setuptools +Version: 78.0.2 +Summary: Easily download, build, install, upgrade, and uninstall Python packages +Author-email: Python Packaging Authority +Project-URL: Source, https://github.com/pypa/setuptools +Project-URL: Documentation, https://setuptools.pypa.io/ +Project-URL: Changelog, https://setuptools.pypa.io/en/stable/history.html +Keywords: CPAN PyPI distutils eggs package management +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: System :: Archiving :: Packaging +Classifier: Topic :: System :: Systems Administration +Classifier: Topic :: Utilities +Requires-Python: >=3.9 +Description-Content-Type: text/x-rst +License-File: LICENSE +Provides-Extra: test +Requires-Dist: pytest!=8.1.*,>=6; extra == "test" +Requires-Dist: virtualenv>=13.0.0; extra == "test" +Requires-Dist: wheel>=0.44.0; extra == "test" +Requires-Dist: pip>=19.1; extra == "test" +Requires-Dist: packaging>=24.2; extra == "test" +Requires-Dist: jaraco.envs>=2.2; extra == "test" +Requires-Dist: pytest-xdist>=3; extra == "test" +Requires-Dist: jaraco.path>=3.7.2; extra == "test" +Requires-Dist: build[virtualenv]>=1.0.3; extra == "test" +Requires-Dist: filelock>=3.4.0; extra == "test" +Requires-Dist: ini2toml[lite]>=0.14; extra == "test" +Requires-Dist: tomli-w>=1.0.0; extra == "test" +Requires-Dist: pytest-timeout; extra == "test" +Requires-Dist: pytest-perf; sys_platform != "cygwin" and extra == "test" +Requires-Dist: jaraco.develop>=7.21; (python_version >= "3.9" and sys_platform != "cygwin") and extra == "test" +Requires-Dist: pytest-home>=0.5; extra == "test" +Requires-Dist: pytest-subprocess; extra == "test" +Requires-Dist: pyproject-hooks!=1.1; extra == "test" +Requires-Dist: jaraco.test>=5.5; extra == "test" +Provides-Extra: doc +Requires-Dist: sphinx>=3.5; extra == "doc" +Requires-Dist: jaraco.packaging>=9.3; extra == "doc" +Requires-Dist: rst.linker>=1.9; extra == "doc" +Requires-Dist: furo; extra == "doc" +Requires-Dist: sphinx-lint; extra == "doc" +Requires-Dist: jaraco.tidelift>=1.4; extra == "doc" +Requires-Dist: pygments-github-lexers==0.0.5; extra == "doc" +Requires-Dist: sphinx-favicon; extra == "doc" +Requires-Dist: sphinx-inline-tabs; extra == "doc" +Requires-Dist: sphinx-reredirects; extra == "doc" +Requires-Dist: sphinxcontrib-towncrier; extra == "doc" +Requires-Dist: sphinx-notfound-page<2,>=1; extra == "doc" +Requires-Dist: pyproject-hooks!=1.1; extra == "doc" +Requires-Dist: towncrier<24.7; extra == "doc" +Provides-Extra: ssl +Provides-Extra: certs +Provides-Extra: core +Requires-Dist: packaging>=24.2; extra == "core" +Requires-Dist: more_itertools>=8.8; extra == "core" +Requires-Dist: jaraco.text>=3.7; extra == "core" +Requires-Dist: importlib_metadata>=6; python_version < "3.10" and extra == "core" +Requires-Dist: tomli>=2.0.1; python_version < "3.11" and extra == "core" +Requires-Dist: wheel>=0.43.0; extra == "core" +Requires-Dist: platformdirs>=4.2.2; extra == "core" +Requires-Dist: jaraco.functools>=4; extra == "core" +Requires-Dist: more_itertools; extra == "core" +Provides-Extra: check +Requires-Dist: pytest-checkdocs>=2.4; extra == "check" +Requires-Dist: pytest-ruff>=0.2.1; sys_platform != "cygwin" and extra == "check" +Requires-Dist: ruff>=0.8.0; sys_platform != "cygwin" and extra == "check" +Provides-Extra: cover +Requires-Dist: pytest-cov; extra == "cover" +Provides-Extra: enabler +Requires-Dist: pytest-enabler>=2.2; extra == "enabler" +Provides-Extra: type +Requires-Dist: pytest-mypy; extra == "type" +Requires-Dist: mypy==1.14.*; extra == "type" +Requires-Dist: importlib_metadata>=7.0.2; python_version < "3.10" and extra == "type" +Requires-Dist: jaraco.develop>=7.21; sys_platform != "cygwin" and extra == "type" +Dynamic: license-file + +.. |pypi-version| image:: https://img.shields.io/pypi/v/setuptools.svg + :target: https://pypi.org/project/setuptools + +.. |py-version| image:: https://img.shields.io/pypi/pyversions/setuptools.svg + +.. |test-badge| image:: https://github.com/pypa/setuptools/actions/workflows/main.yml/badge.svg + :target: https://github.com/pypa/setuptools/actions?query=workflow%3A%22tests%22 + :alt: tests + +.. |ruff-badge| image:: https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/charliermarsh/ruff/main/assets/badge/v2.json + :target: https://github.com/astral-sh/ruff + :alt: Ruff + +.. |docs-badge| image:: https://img.shields.io/readthedocs/setuptools/latest.svg + :target: https://setuptools.pypa.io + +.. |skeleton-badge| image:: https://img.shields.io/badge/skeleton-2025-informational + :target: https://blog.jaraco.com/skeleton + +.. |codecov-badge| image:: https://img.shields.io/codecov/c/github/pypa/setuptools/master.svg?logo=codecov&logoColor=white + :target: https://codecov.io/gh/pypa/setuptools + +.. |tidelift-badge| image:: https://tidelift.com/badges/github/pypa/setuptools?style=flat + :target: https://tidelift.com/subscription/pkg/pypi-setuptools?utm_source=pypi-setuptools&utm_medium=readme + +.. |discord-badge| image:: https://img.shields.io/discord/803025117553754132 + :target: https://discord.com/channels/803025117553754132/815945031150993468 + :alt: Discord + +|pypi-version| |py-version| |test-badge| |ruff-badge| |docs-badge| |skeleton-badge| |codecov-badge| |discord-badge| + +See the `Quickstart `_ +and the `User's Guide `_ for +instructions on how to use Setuptools. + +Questions and comments should be directed to `GitHub Discussions +`_. +Bug reports and especially tested patches may be +submitted directly to the `bug tracker +`_. + + +Code of Conduct +=============== + +Everyone interacting in the setuptools project's codebases, issue trackers, +chat rooms, and fora is expected to follow the +`PSF Code of Conduct `_. + + +For Enterprise +============== + +Available as part of the Tidelift Subscription. + +Setuptools and the maintainers of thousands of other packages are working with Tidelift to deliver one enterprise subscription that covers all of the open source you use. + +`Learn more `_. diff --git a/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/RECORD b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/RECORD new file mode 100644 index 0000000..fe68373 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/RECORD @@ -0,0 +1,872 @@ +_distutils_hack/__init__.py,sha256=34HmvLo07j45Uvd2VR-2aRQ7lJD91sTK6zJgn5fphbQ,6755 +_distutils_hack/__pycache__/__init__.cpython-312.pyc,, +_distutils_hack/__pycache__/override.cpython-312.pyc,, +_distutils_hack/override.py,sha256=Eu_s-NF6VIZ4Cqd0tbbA5wtWky2IZPNd8et6GLt1mzo,44 +distutils-precedence.pth,sha256=JjjOniUA5XKl4N5_rtZmHrVp0baW_LoHsN0iPaX10iQ,151 +pkg_resources/__init__.py,sha256=-rh7XOnTxdGuC-_9FAyu5D6s8BL1UsBehxUtj7a-IVo,126203 +pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pkg_resources/api_tests.txt,sha256=XEdvy4igHHrq2qNHNMHnlfO6XSQKNqOyLHbl6QcpfAI,12595 +pkg_resources/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pkg_resources/tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pkg_resources/tests/__pycache__/__init__.cpython-312.pyc,, +pkg_resources/tests/__pycache__/test_find_distributions.cpython-312.pyc,, +pkg_resources/tests/__pycache__/test_integration_zope_interface.cpython-312.pyc,, +pkg_resources/tests/__pycache__/test_markers.cpython-312.pyc,, +pkg_resources/tests/__pycache__/test_pkg_resources.cpython-312.pyc,, +pkg_resources/tests/__pycache__/test_resources.cpython-312.pyc,, +pkg_resources/tests/__pycache__/test_working_set.cpython-312.pyc,, +pkg_resources/tests/data/my-test-package-source/__pycache__/setup.cpython-312.pyc,, +pkg_resources/tests/data/my-test-package-source/setup.cfg,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pkg_resources/tests/data/my-test-package-source/setup.py,sha256=1VobhAZbMb7M9mfhb_NE8PwDsvukoWLs9aUAS0pYhe8,105 +pkg_resources/tests/data/my-test-package-zip/my-test-package.zip,sha256=AYRcQ39GVePPnMT8TknP1gdDHyJnXhthESmpAjnzSCI,1809 +pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/PKG-INFO,sha256=JvWv9Io2PAuYwEEw2fBW4Qc5YvdbkscpKX1kmLzsoHk,187 +pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/SOURCES.txt,sha256=4ClkH8eTovZrdVrJFsVuxdbMEF--lBVSuKonDAPE5Jc,208 +pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/dependency_links.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +pkg_resources/tests/data/my-test-package_unpacked-egg/my_test_package-1.0-py3.7.egg/EGG-INFO/zip-safe,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1 +pkg_resources/tests/data/my-test-package_zipped-egg/my_test_package-1.0-py3.7.egg,sha256=ZTlMGxjRGiKDNkiA2c75jbQH2TWIteP00irF9gvczbo,843 +pkg_resources/tests/test_find_distributions.py,sha256=U91cov5L1COAIWLNq3Xy4plU7_MnOE1WtXMu6iV2waM,1972 +pkg_resources/tests/test_integration_zope_interface.py,sha256=nzVoK557KZQN0V3DIQ1sVeaCOgt4Kpl-CODAWsO7pmc,1652 +pkg_resources/tests/test_markers.py,sha256=0orKg7UMDf7fnuNQvRMOc-EF9EAP_JTQnk4mtGgbW50,241 +pkg_resources/tests/test_pkg_resources.py,sha256=5Mt4bJQhLCL8j8cC46Uv32Np2Xc1TTxLGawIfET55Fk,17111 +pkg_resources/tests/test_resources.py,sha256=K0LqMAUGpRQ9pUb9K0vyI7GesvtlQvTH074m-E2VQlo,31252 +pkg_resources/tests/test_working_set.py,sha256=lRtGJWIixSwSMSbjHgRxeJEQiLMRXcz3xzJL2qL7eXY,8602 +setuptools-78.0.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools-78.0.2.dist-info/METADATA,sha256=iMxFapDEf8mq6b5gYRBxz7_s3MUGtIGN0p5v_5NXKkc,6599 +setuptools-78.0.2.dist-info/RECORD,, +setuptools-78.0.2.dist-info/WHEEL,sha256=DK49LOLCYiurdXXOXwGJm6U4DkHkg4lcxjhqwRa0CP4,91 +setuptools-78.0.2.dist-info/entry_points.txt,sha256=zkgthpf_Fa9NVE9p6FKT3Xk9DR1faAcRU4coggsV7jA,2449 +setuptools-78.0.2.dist-info/licenses/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools-78.0.2.dist-info/top_level.txt,sha256=d9yL39v_W7qmKDDSH6sT4bE0j_Ls1M3P161OGgdsm4g,41 +setuptools/__init__.py,sha256=AQsMeRFWz9CQ9aBtcSkbB4Dn8t2w86-GPriklpoAjew,10406 +setuptools/__pycache__/__init__.cpython-312.pyc,, +setuptools/__pycache__/_core_metadata.cpython-312.pyc,, +setuptools/__pycache__/_entry_points.cpython-312.pyc,, +setuptools/__pycache__/_imp.cpython-312.pyc,, +setuptools/__pycache__/_importlib.cpython-312.pyc,, +setuptools/__pycache__/_itertools.cpython-312.pyc,, +setuptools/__pycache__/_normalization.cpython-312.pyc,, +setuptools/__pycache__/_path.cpython-312.pyc,, +setuptools/__pycache__/_reqs.cpython-312.pyc,, +setuptools/__pycache__/_shutil.cpython-312.pyc,, +setuptools/__pycache__/_static.cpython-312.pyc,, +setuptools/__pycache__/archive_util.cpython-312.pyc,, +setuptools/__pycache__/build_meta.cpython-312.pyc,, +setuptools/__pycache__/depends.cpython-312.pyc,, +setuptools/__pycache__/discovery.cpython-312.pyc,, +setuptools/__pycache__/dist.cpython-312.pyc,, +setuptools/__pycache__/errors.cpython-312.pyc,, +setuptools/__pycache__/extension.cpython-312.pyc,, +setuptools/__pycache__/glob.cpython-312.pyc,, +setuptools/__pycache__/installer.cpython-312.pyc,, +setuptools/__pycache__/launch.cpython-312.pyc,, +setuptools/__pycache__/logging.cpython-312.pyc,, +setuptools/__pycache__/modified.cpython-312.pyc,, +setuptools/__pycache__/monkey.cpython-312.pyc,, +setuptools/__pycache__/msvc.cpython-312.pyc,, +setuptools/__pycache__/namespaces.cpython-312.pyc,, +setuptools/__pycache__/package_index.cpython-312.pyc,, +setuptools/__pycache__/sandbox.cpython-312.pyc,, +setuptools/__pycache__/unicode_utils.cpython-312.pyc,, +setuptools/__pycache__/version.cpython-312.pyc,, +setuptools/__pycache__/warnings.cpython-312.pyc,, +setuptools/__pycache__/wheel.cpython-312.pyc,, +setuptools/__pycache__/windows_support.cpython-312.pyc,, +setuptools/_core_metadata.py,sha256=T7Tjp-WSoN881adev3R1wzXCPnkDHqbC2MgylN1yjS8,11978 +setuptools/_distutils/__init__.py,sha256=xGYuhWwLG07J0Q49BVnEjPy6wyDcd6veJMDJX7ljlyM,359 +setuptools/_distutils/__pycache__/__init__.cpython-312.pyc,, +setuptools/_distutils/__pycache__/_log.cpython-312.pyc,, +setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc,, +setuptools/_distutils/__pycache__/_modified.cpython-312.pyc,, +setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc,, +setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc,, +setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc,, +setuptools/_distutils/__pycache__/cmd.cpython-312.pyc,, +setuptools/_distutils/__pycache__/core.cpython-312.pyc,, +setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc,, +setuptools/_distutils/__pycache__/debug.cpython-312.pyc,, +setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc,, +setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc,, +setuptools/_distutils/__pycache__/dist.cpython-312.pyc,, +setuptools/_distutils/__pycache__/errors.cpython-312.pyc,, +setuptools/_distutils/__pycache__/extension.cpython-312.pyc,, +setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc,, +setuptools/_distutils/__pycache__/file_util.cpython-312.pyc,, +setuptools/_distutils/__pycache__/filelist.cpython-312.pyc,, +setuptools/_distutils/__pycache__/log.cpython-312.pyc,, +setuptools/_distutils/__pycache__/spawn.cpython-312.pyc,, +setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc,, +setuptools/_distutils/__pycache__/text_file.cpython-312.pyc,, +setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc,, +setuptools/_distutils/__pycache__/util.cpython-312.pyc,, +setuptools/_distutils/__pycache__/version.cpython-312.pyc,, +setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc,, +setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc,, +setuptools/_distutils/_log.py,sha256=i-lNTTcXS8TmWITJ6DODGvtW5z5tMattJQ76h8rZxQU,42 +setuptools/_distutils/_macos_compat.py,sha256=JzUGhF4E5yIITHbUaPobZEWjGHdrrcNV63z86S4RjBc,239 +setuptools/_distutils/_modified.py,sha256=RF1n1CexyDYV3lvGbeXS0s-XCJVboDOIUbA8wEQqYTY,3211 +setuptools/_distutils/_msvccompiler.py,sha256=QdFAH4JlMIxLoOaHUzm-ngK3H8jAoTo924XJ3Fe7SCQ,88 +setuptools/_distutils/archive_util.py,sha256=Qw2z-Pt-NV8lNUQrzjs3XDGWCWHMPnqHLyt8TiD2XEA,8884 +setuptools/_distutils/ccompiler.py,sha256=FKVjqzGJ7c-FtouNjhLiaMPm5LKMZHHAruXf8LU216c,524 +setuptools/_distutils/cmd.py,sha256=hXtaRaH7QBnfNOIqEvCt47iwZzD9MVvBdhhdQctHsxM,22186 +setuptools/_distutils/command/__init__.py,sha256=GfFAzbBqk1qxSH4BdaKioKS4hRRnD44BAmwEN85C4u8,386 +setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/build.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/check.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/config.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/install.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc,, +setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc,, +setuptools/_distutils/command/_framework_compat.py,sha256=0iZdSJYzGRWCCvzRDKE-R0-_yaAYvFMd1ylXb2eYXug,1609 +setuptools/_distutils/command/bdist.py,sha256=jWtk61R7fWNUUNxJV0thTZzU5n80L3Ay1waSiP9kiLA,5854 +setuptools/_distutils/command/bdist_dumb.py,sha256=Hx1jAqoZNxYIy4N5TLzUp6J5fi8Ls18py7UlLNFhO2E,4631 +setuptools/_distutils/command/bdist_rpm.py,sha256=nxcXXv5a7B-1ntWu4DbGmCtES4EBINrJaBQcRNAYCJI,21785 +setuptools/_distutils/command/build.py,sha256=SpHlagf0iNaKVyIhxDfhPFZ8X1-LAWOCQACy-yt2K0w,5923 +setuptools/_distutils/command/build_clib.py,sha256=aMqZcUfCbOAu_xr-A9iW-Q9YZHzpDGLRTezOgMQJmSQ,7777 +setuptools/_distutils/command/build_ext.py,sha256=zrrsu9HXnzV6bXYbJuZCK4SwVZMjKnl4pG1o3bNcxtc,32710 +setuptools/_distutils/command/build_py.py,sha256=Vfq-INemoMbg6f003BTy_Ufp8bjOZhmFIhpKMcfXLgs,16696 +setuptools/_distutils/command/build_scripts.py,sha256=tUpEzwTsnrP8qrNory3ldPB240QDCFkMp-pdYPs2wTk,5118 +setuptools/_distutils/command/check.py,sha256=yoNe2MPY4JcTM7rwoIQdfZ75q5Ri058I2coi-Gq9CjM,4946 +setuptools/_distutils/command/clean.py,sha256=dQAacOabwBXU9JoZ-1GFusq3eFltDaeXJFSYncqGbvE,2644 +setuptools/_distutils/command/config.py,sha256=BuUdPu91Vo9w44xzD1RQfiyXfSfVcNpeX3aeoKcGAOw,12818 +setuptools/_distutils/command/install.py,sha256=-JenB-mua4hc2RI_-W8F9PnP_J-OaFO7E0PJGKxLo1o,30072 +setuptools/_distutils/command/install_data.py,sha256=GzBlUWWKubTYJlP-L0auUriq9cL-5RKOcoyHTttKj0Q,2875 +setuptools/_distutils/command/install_egg_info.py,sha256=ffiLoU1ivQJ8q2_WL7ZygZbUcOsgdFLKL7otEIJWWkI,2868 +setuptools/_distutils/command/install_headers.py,sha256=5ciKCj8c3XKsYNKdkdMvnypaUCKcoWCDeeZij3fD-Z4,1272 +setuptools/_distutils/command/install_lib.py,sha256=2s9-m5-b1qKm51F28lB5L39Z6vv_GHMlv9dNBSupok0,8588 +setuptools/_distutils/command/install_scripts.py,sha256=M0pPdiaqB7TGmqTMujpGGeiL0Iq_CTeGjMFtrmDmwzM,2002 +setuptools/_distutils/command/sdist.py,sha256=cRIF6Ht1hJ6ayOOFVycMFBUNxjo94e_rFYPx4Hi8Ahc,19151 +setuptools/_distutils/compat/__init__.py,sha256=J20aXGjJ86Rg41xFLIWlcWCgZ9edMdJ9vvdNEQ87vPQ,522 +setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/_distutils/compat/__pycache__/numpy.cpython-312.pyc,, +setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc,, +setuptools/_distutils/compat/numpy.py,sha256=UFgneZw9w97g4c-yGoAIOyLxUOWQ-fPRIhhfMs7_Ouc,167 +setuptools/_distutils/compat/py39.py,sha256=hOsD6lwZLqZoMnacNJ3P6nUA-LJQhEpVtYTzVH0o96M,1964 +setuptools/_distutils/compilers/C/__pycache__/base.cpython-312.pyc,, +setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-312.pyc,, +setuptools/_distutils/compilers/C/__pycache__/errors.cpython-312.pyc,, +setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-312.pyc,, +setuptools/_distutils/compilers/C/__pycache__/unix.cpython-312.pyc,, +setuptools/_distutils/compilers/C/__pycache__/zos.cpython-312.pyc,, +setuptools/_distutils/compilers/C/base.py,sha256=XR1rBCStCquqm7QOYXD41-LfvsFcPpGxrwxeXzJyn_w,54876 +setuptools/_distutils/compilers/C/cygwin.py,sha256=DUlwQSb55aj7OdcmcddrmCmVEjEaxIiJ5hHUO3GBPNs,11844 +setuptools/_distutils/compilers/C/errors.py,sha256=sKOVzJajMUmNdfywo9UM_QQGsKFcclDhtI5TlCiXMLc,573 +setuptools/_distutils/compilers/C/msvc.py,sha256=elzG8v9jN5QytLMwLCdUdSuZ3eZ3R98VUvnm9Y2PBCA,21404 +setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-312.pyc,, +setuptools/_distutils/compilers/C/tests/__pycache__/test_cygwin.cpython-312.pyc,, +setuptools/_distutils/compilers/C/tests/__pycache__/test_mingw.cpython-312.pyc,, +setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-312.pyc,, +setuptools/_distutils/compilers/C/tests/__pycache__/test_unix.cpython-312.pyc,, +setuptools/_distutils/compilers/C/tests/test_base.py,sha256=rdhHc56bhXtm5NnN9BSHwr6c69UqzMItZQzlw2AsdMc,2706 +setuptools/_distutils/compilers/C/tests/test_cygwin.py,sha256=UgV2VgUXj3VulcbDc0UBWfEyJDx42tgSwS4LzHix3mY,2701 +setuptools/_distutils/compilers/C/tests/test_mingw.py,sha256=hCmwyywISpRoyOySbFHBL4TprWRV0mUWDKmOLO8XBXE,1900 +setuptools/_distutils/compilers/C/tests/test_msvc.py,sha256=DlGjmZ1mBSMXIgmlu80BKc7V-EJOZuYucwJwFh5dn28,4151 +setuptools/_distutils/compilers/C/tests/test_unix.py,sha256=ErbYWio7ejY2ZqQmPk4AwOu1HFW4-_-aZdUvGa1W2Fw,11834 +setuptools/_distutils/compilers/C/unix.py,sha256=l7CxY4rDJAECJo-vcv6io0SBmmPJ9JmN5mSmZcin2VU,16502 +setuptools/_distutils/compilers/C/zos.py,sha256=vnNeWLRZkdIkdZ-YyBnL8idTUfcCOn0tLMW5OBJ0ScU,6586 +setuptools/_distutils/core.py,sha256=GEHKaFC48T3o-_SmH4864GvKyx1IgbVC6ISIPVlx7a4,9364 +setuptools/_distutils/cygwinccompiler.py,sha256=mG_cU8SVZ4amD_VtF5vH6BXP0-kghGsDPbDSXrQ963c,594 +setuptools/_distutils/debug.py,sha256=N6MrTAqK6l9SVk6tWweR108PM8Ol7qNlfyV-nHcLhsY,139 +setuptools/_distutils/dep_util.py,sha256=xN75p6ZpHhMiHEc-rpL2XilJQynHnDNiafHteaZ4tjU,349 +setuptools/_distutils/dir_util.py,sha256=DXPUlfVVGsg9B-Jgg4At_j9T7vM60OgwNXkQHqTo7-I,7236 +setuptools/_distutils/dist.py,sha256=gW598UE0WMkzXQQ31Nr-8L7MPw0oIOz5OSSRzYZlwrM,55794 +setuptools/_distutils/errors.py,sha256=PPE2oDRh5y9Q1beKK9rhdvDaCzQhi4HCXs4KcqfqgZY,3092 +setuptools/_distutils/extension.py,sha256=Foyu4gULcPqm1_U9zrYYHxNk4NqglXv1rbsOk_QrSds,11155 +setuptools/_distutils/fancy_getopt.py,sha256=PjdO-bWCW0imV_UN-MGEw9R2GP2OiE8pHjITgmTAY3Q,17895 +setuptools/_distutils/file_util.py,sha256=YFQL_pD3hLuER9II_H6-hDC_YIGEookdd4wedLuiTW0,7978 +setuptools/_distutils/filelist.py,sha256=MBeSRJmPcKmDv8ooZgSU4BiQPZ0Khwv8l_jhD50XycI,15337 +setuptools/_distutils/log.py,sha256=VyBs5j7z4-K6XTEEBThUc9HyMpoPLGtQpERqbz5ylww,1200 +setuptools/_distutils/spawn.py,sha256=zseCh9sEifyp0I5Vg719JNIASlROJ2ehXqQnHlpt89Q,4086 +setuptools/_distutils/sysconfig.py,sha256=KeI8OHbMuEzHJ8Q0cBez9KZny8iRy6Z6Y0AkMz1jlsU,19728 +setuptools/_distutils/tests/__init__.py,sha256=j-IoPZEtQv3EOPuqNTwalr6GLyRjzCC-OOaNvZzmHsI,1485 +setuptools/_distutils/tests/__pycache__/__init__.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/support.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_archive_util.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_bdist.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_bdist_dumb.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_bdist_rpm.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_build.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_build_clib.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_build_ext.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_build_py.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_build_scripts.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_check.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_clean.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_cmd.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_config_cmd.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_core.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_dir_util.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_dist.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_extension.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_file_util.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_filelist.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_install.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_install_data.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_install_headers.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_install_lib.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_install_scripts.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_log.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_modified.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_sdist.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_spawn.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_sysconfig.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_text_file.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_util.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_version.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/test_versionpredicate.cpython-312.pyc,, +setuptools/_distutils/tests/__pycache__/unix_compat.cpython-312.pyc,, +setuptools/_distutils/tests/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_distutils/tests/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/_distutils/tests/compat/__pycache__/py39.cpython-312.pyc,, +setuptools/_distutils/tests/compat/py39.py,sha256=t0GBTM-30jX-9zCfkwlNBFtzzabemx6065mJ0d9_VRw,1026 +setuptools/_distutils/tests/support.py,sha256=tjsYsyxvpTK4NrkCseh2ujvDIGV0Mf_b5SI5fP2T0yM,4099 +setuptools/_distutils/tests/test_archive_util.py,sha256=jozimSwPBF-JoJfN_vDaiVGZp66BNcWZGh34FlW57DQ,11787 +setuptools/_distutils/tests/test_bdist.py,sha256=xNHxUsLlHsZQRwkzLb_iSD24s-9Mk-NX2ffBWwOyPyc,1396 +setuptools/_distutils/tests/test_bdist_dumb.py,sha256=QF05MHNhPOdZyh88Xpw8KsO64s7pRFkl8KL-RoV4XK0,2247 +setuptools/_distutils/tests/test_bdist_rpm.py,sha256=Hdm-pwWgyaoGdGbEcGZa8cRhGU45y8gHK8umOanTjik,3932 +setuptools/_distutils/tests/test_build.py,sha256=JJY5XpOZco25ZY0pstxl-iI8mHsWP0ujf5o8aOtuZYY,1742 +setuptools/_distutils/tests/test_build_clib.py,sha256=Mo1ZFb4C1VXBYOGvnallwN7YCnTtr24akLDO8Zi4CsY,4331 +setuptools/_distutils/tests/test_build_ext.py,sha256=QFO9qYVhWWdJu17HXc4x9RMnLZlhk0lAHi9HVppbuX4,22545 +setuptools/_distutils/tests/test_build_py.py,sha256=NsfmRrojOHBXNMqWR_mp5g4PLTgjhD7iZFUffGZFIdw,6882 +setuptools/_distutils/tests/test_build_scripts.py,sha256=cD-FRy-oX55sXRX5Ez5xQCaeHrWajyKc4Xuwv2fe48w,2880 +setuptools/_distutils/tests/test_check.py,sha256=hHSV07qf7YoSxGsTbbsUQ9tssZz5RRNdbrY1s2SwaFI,6226 +setuptools/_distutils/tests/test_clean.py,sha256=hPH6jfIpGFUrvWbF1txkiNVSNaAxt2wq5XjV499zO4E,1240 +setuptools/_distutils/tests/test_cmd.py,sha256=bgRB79mitoOKR1OiyZHnCogvGxt3pWkxeTqIC04lQWQ,3254 +setuptools/_distutils/tests/test_config_cmd.py,sha256=Zs6WX0IfxDvmuC19XzuVNnYCnTr9Y-hl73TAmDSBN4Y,2664 +setuptools/_distutils/tests/test_core.py,sha256=L7XKVAxa-MGoAZeANopnuK9fRKneYhkSQpgw8XQvcF8,3829 +setuptools/_distutils/tests/test_dir_util.py,sha256=E84lC-k4riVUwURyWaQ0Jqx2ui2-io-0RuJa3M7qkJs,4500 +setuptools/_distutils/tests/test_dist.py,sha256=a6wlc5fQJd5qQ6HOndzcupNhjTxvj6-_JLtpuYvaP1M,18793 +setuptools/_distutils/tests/test_extension.py,sha256=-YejLgZCuycFrOBd64pVH0JvwMc9NwhzHvQxvvjXHqk,3670 +setuptools/_distutils/tests/test_file_util.py,sha256=livjnl3FkilQlrB2rFdFQq9nvjEVZHynNya0bfzv_b4,3522 +setuptools/_distutils/tests/test_filelist.py,sha256=rJwkqCUfkGDgWlD22TozsT8ycbupMHB8DXqThzwT1T4,10766 +setuptools/_distutils/tests/test_install.py,sha256=TfCB0ykhIxydIC2Q4SuTAZzSHvteMHgrBL9whoSgK9Q,8618 +setuptools/_distutils/tests/test_install_data.py,sha256=vKq3K97k0hBAnOg38nmwEdf7cEDVr9rTVyCeJolgb4A,2464 +setuptools/_distutils/tests/test_install_headers.py,sha256=PVAYpo_tYl980Qf64DPOmmSvyefIHdU06f7VsJeZykE,936 +setuptools/_distutils/tests/test_install_lib.py,sha256=qri6Rl-maNTQrNDV8DbeXNl0hjsfRIKiI4rfZLrmWBI,3612 +setuptools/_distutils/tests/test_install_scripts.py,sha256=KE3v0cDkFW-90IOID-OmZZGM2mhy-ZkEuuW7UXS2SHw,1600 +setuptools/_distutils/tests/test_log.py,sha256=isFtOufloCyEdZaQOV7cVUr46GwtdVMj43mGBB5XH7k,323 +setuptools/_distutils/tests/test_modified.py,sha256=h1--bOWmtJo1bpVV6uRhdnS9br71CBiNDM1MDwSGpug,4221 +setuptools/_distutils/tests/test_sdist.py,sha256=cfzUhlCA418-1vH9ta3IBs26c_jUBbkJoFOK5GnAyNk,15062 +setuptools/_distutils/tests/test_spawn.py,sha256=eS8w9D7bTxyFLSyRahJWeuh8Kc1F8RWWiY_dSG5B5Bc,4803 +setuptools/_distutils/tests/test_sysconfig.py,sha256=lxM8LsUi1TomjDV4HoYK8u5nUoBkeNL60Uq8PY1DcwU,11986 +setuptools/_distutils/tests/test_text_file.py,sha256=WQWSB5AfdBDZaMA8BFgipJPnsJb_2SKMfL90fSkRVtw,3460 +setuptools/_distutils/tests/test_util.py,sha256=H9zlZ4z4Vh4TfjNYDBsxP7wguQLpxCfJYyOcm1yZU3c,7988 +setuptools/_distutils/tests/test_version.py,sha256=ahfg_mP8wRy1sgwY-_Px5hrjgf6_upTIpnCgpR4yWRk,2750 +setuptools/_distutils/tests/test_versionpredicate.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_distutils/tests/unix_compat.py,sha256=z-op6C2iVdX1aq5BIBR7cqOxijKE97alNwJqHNdLpoI,386 +setuptools/_distutils/text_file.py,sha256=z4dkOJBr9Bo2LG0TNqm8sD63LEEaKSSP0J0bWBrFG3c,12101 +setuptools/_distutils/unixccompiler.py,sha256=1bXJWH4fiu_A2WfriHzf88xjllQTXnnjUkZdRKs9cWU,212 +setuptools/_distutils/util.py,sha256=Njfnqk60zMdkiAjRnGcTWX3t49-obHapOlbNvyIl02I,18094 +setuptools/_distutils/version.py,sha256=vImT5-ECXkQ21oKL0XYFiTqK6NyM09cpzBNoA_34CQU,12619 +setuptools/_distutils/versionpredicate.py,sha256=qBWQ6wTj12ODytoTmIydefIY2jb4uY1sdbgbuLn-IJM,5205 +setuptools/_distutils/zosccompiler.py,sha256=svdiXZ2kdcwKrJKfhUhib03y8gz7aGZKukXH3I7YkBc,58 +setuptools/_entry_points.py,sha256=Y3QUE9JKFW_YyquDnpffNWSs6f3jKEt1e-dnx--9-Kw,2310 +setuptools/_imp.py,sha256=YY1EjZEN-0zYci1cxO10B_adAEOr7i8eK8JoCc9Ierc,2435 +setuptools/_importlib.py,sha256=aKIjcK0HKXNz2D-XTrxaixGn_juTkONwmu3dcheMOF0,223 +setuptools/_itertools.py,sha256=jWRfsIrpC7myooz3hDURj9GtvpswZeKXg2HakmEhNjo,657 +setuptools/_normalization.py,sha256=kAmGfrwjF5djydEfLLyKgjkXCbL_0_ZxUPO-DlLlmIY,5824 +setuptools/_path.py,sha256=cPv41v03HD7uEYqCIo-E_cGRfpPVr4lywBCiK-HSrCg,2685 +setuptools/_reqs.py,sha256=QI3C9uOBSNRccu208qPnixHx51nxCry7_nPTIJaSYxM,1438 +setuptools/_shutil.py,sha256=cAOllcoyMTXs5JLoybQi29yI5gABk82hepJyOBv2bMw,1496 +setuptools/_static.py,sha256=GTR79gESF1_JaK4trLkpDrEuCeEtPlwQW0MRv7VNQX4,4855 +setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, +setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE,sha256=reeNBJgtaZctREqOFKlPh6IzTdOFXMgDSOqOJAqg3y0,7634 +setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA,sha256=OADZuR3O6iBlpu1ieTgzYul6w4uOVrk0P0BO5TGGAJk,15006 +setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD,sha256=giu6ZrQVJvpUcYa4AiH4XaUNZSvuVJPb_l0UCFES8MM,1308 +setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL,sha256=2wepM1nk4DS4eFpYrW1TTqPcoGNfHhhO_i5m4cOimbo,92 +setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt,sha256=AzfhgKKS8EdAwWUTSF8mgeVQbXOY9kokHB6kSqwwqu0,12 +setuptools/_vendor/autocommand/__init__.py,sha256=zko5Rnvolvb-UXjCx_2ArPTGBWwUK5QY4LIQIKYR7As,1037 +setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc,, +setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc,, +setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc,, +setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc,, +setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc,, +setuptools/_vendor/autocommand/autoasync.py,sha256=AMdyrxNS4pqWJfP_xuoOcImOHWD-qT7x06wmKN1Vp-U,5680 +setuptools/_vendor/autocommand/autocommand.py,sha256=hmkEmQ72HtL55gnURVjDOnsfYlGd5lLXbvT4KG496Qw,2505 +setuptools/_vendor/autocommand/automain.py,sha256=A2b8i754Mxc_DjU9WFr6vqYDWlhz0cn8miu8d8EsxV8,2076 +setuptools/_vendor/autocommand/autoparse.py,sha256=WVWmZJPcbzUKXP40raQw_0HD8qPJ2V9VG1eFFmmnFxw,11642 +setuptools/_vendor/autocommand/errors.py,sha256=7aa3roh9Herd6nIKpQHNWEslWE8oq7GiHYVUuRqORnA,886 +setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA,sha256=ghXFTq132dxaEIolxr3HK1mZqm9iyUmaRANZQSr6WlE,2020 +setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD,sha256=JYofHISeEXUGmlWl1s41ev3QTjTNXeJwk-Ss7HqdLOE,1360 +setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt,sha256=cGjaLMOoBR1FK0ApojtzWVmViTtJ7JGIK_HwXiEsvtU,10 +setuptools/_vendor/backports/__init__.py,sha256=iOEMwnlORWezdO8-2vxBIPSR37D7JGjluZ8f55vzxls,81 +setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/backports/tarfile/__init__.py,sha256=Pwf2qUIfB0SolJPCKcx3vz3UEu_aids4g4sAfxy94qg,108491 +setuptools/_vendor/backports/tarfile/__main__.py,sha256=Yw2oGT1afrz2eBskzdPYL8ReB_3liApmhFkN2EbDmc4,59 +setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc,, +setuptools/_vendor/backports/tarfile/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc,, +setuptools/_vendor/backports/tarfile/compat/py38.py,sha256=iYkyt_gvWjLzGUTJD9TuTfMMjOk-ersXZmRlvQYN2qE,568 +setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE,sha256=z8d0m5b2O9McPEK1xHG_dWgUBT6EfBDz6wA0F7xSPTA,11358 +setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA,sha256=anuQ7_7h4J1bSEzfcjIBakPi2cyVQ7y7jklLHsBeH1k,4648 +setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD,sha256=DY08buueu-hsrH1ghhVSQzwynanqUSSLYdAr4uXmQDA,2518 +setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91 +setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt,sha256=CO3fD9yylANiXkrMo4qHLV_mqXL2sC5JFKgt1yWAT-A,19 +setuptools/_vendor/importlib_metadata/__init__.py,sha256=tZNB-23h8Bixi9uCrQqj9Yf0aeC--Josdy3IZRIQeB0,33798 +setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/_adapters.py,sha256=rIhWTwBvYA1bV7i-5FfVX38qEXDTXFeS5cb5xJtP3ks,2317 +setuptools/_vendor/importlib_metadata/_collections.py,sha256=CJ0OTCHIjWA0ZIVS4voORAsn2R4R2cQBEtPsZEJpASY,743 +setuptools/_vendor/importlib_metadata/_compat.py,sha256=73QKrN9KNoaZzhbX5yPCCZa-FaALwXe8TPlDR72JgBU,1314 +setuptools/_vendor/importlib_metadata/_functools.py,sha256=PsY2-4rrKX4RVeRC1oGp1lB1pmC9eKN88_f-bD9uOoA,2895 +setuptools/_vendor/importlib_metadata/_itertools.py,sha256=cvr_2v8BRbxcIl5x5ldfqdHjhI8Yi8s8yk50G_nm6jQ,2068 +setuptools/_vendor/importlib_metadata/_meta.py,sha256=nxZ7C8GVlcBFAKWyVOn_dn7ot_twBcbm1NmvjIetBHI,1801 +setuptools/_vendor/importlib_metadata/_text.py,sha256=HCsFksZpJLeTP3NEk_ngrAeXVRRtTrtyh9eOABoRP4A,2166 +setuptools/_vendor/importlib_metadata/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc,, +setuptools/_vendor/importlib_metadata/compat/py311.py,sha256=uqm-K-uohyj1042TH4a9Er_I5o7667DvulcD-gC_fSA,608 +setuptools/_vendor/importlib_metadata/compat/py39.py,sha256=cPkMv6-0ilK-0Jw_Tkn0xYbOKJZc4WJKQHow0c2T44w,1102 +setuptools/_vendor/importlib_metadata/diagnose.py,sha256=nkSRMiowlmkhLYhKhvCg9glmt_11Cox-EmLzEbqYTa8,379 +setuptools/_vendor/importlib_metadata/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools/_vendor/inflect-7.3.1.dist-info/METADATA,sha256=ZgMNY0WAZRs-U8wZiV2SMfjSKqBrMngXyDMs_CAwMwg,21079 +setuptools/_vendor/inflect-7.3.1.dist-info/RECORD,sha256=XXg0rBuiYSxoAQUP3lenuYsPNqz4jDwtTzdv2JEbMJE,943 +setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91 +setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt,sha256=m52ujdp10CqT6jh1XQxZT6kEntcnv-7Tl7UiGNTzWZA,8 +setuptools/_vendor/inflect/__init__.py,sha256=Jxy1HJXZiZ85kHeLAhkmvz6EMTdFqBe-duvt34R6IOc,103796 +setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/inflect/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc,, +setuptools/_vendor/inflect/compat/py38.py,sha256=oObVfVnWX9_OpnOuEJn1mFbJxVhwyR5epbiTNXDDaso,160 +setuptools/_vendor/inflect/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/jaraco.collections-5.1.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/jaraco.collections-5.1.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools/_vendor/jaraco.collections-5.1.0.dist-info/METADATA,sha256=IMUaliNsA5X1Ox9MXUWOagch5R4Wwb_3M7erp29dBtg,3933 +setuptools/_vendor/jaraco.collections-5.1.0.dist-info/RECORD,sha256=HptivXDkpfom6VlMu4CGD_7KPev-6Hc9rvp3TNJZygY,873 +setuptools/_vendor/jaraco.collections-5.1.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/jaraco.collections-5.1.0.dist-info/WHEEL,sha256=Mdi9PDNwEZptOjTlUcAth7XJDFtKrHYaQMPulZeBCiQ,91 +setuptools/_vendor/jaraco.collections-5.1.0.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA,sha256=xDtguJej0tN9iEXCUvxEJh2a7xceIRVBEakBLSr__tY,4020 +setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD,sha256=VRl7iKeEQyl7stgnp1uq50CzOJYlHYcoNdS0x17C9X4,641 +setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA,sha256=i4aUaQDX-jjdEQK5wevhegyx8JyLfin2HyvaSk3FHso,2891 +setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD,sha256=YyqnwE98S8wBwCevW5vHb-iVj0oYEDW5V6O9MBS6JIs,843 +setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA,sha256=AzWdm6ViMfDOPoQMfLWn2zgBQSGJScyqeN29TcuWXVI,3658 +setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD,sha256=gW2UV0HcokYJk4jKPu10_AZnrLqjb3C1WbJJTDl5sfY,1500 +setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt,sha256=0JnN3LfXH4LIRfXL-QFOGCJzQWZO3ELx4R1d_louoQM,7 +setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc,, +setuptools/_vendor/jaraco/collections/__init__.py,sha256=Pc1-SqjWm81ad1P0-GttpkwO_LWlnaY6gUq8gcKh2v0,26640 +setuptools/_vendor/jaraco/collections/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/jaraco/collections/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/jaraco/context.py,sha256=REoLIxDkO5MfEYowt_WoupNCRoxBS5v7YX2PbW8lIcs,9552 +setuptools/_vendor/jaraco/functools/__init__.py,sha256=hEAJaS2uSZRuF_JY4CxCHIYh79ZpxaPp9OiHyr9EJ1w,16642 +setuptools/_vendor/jaraco/functools/__init__.pyi,sha256=gk3dsgHzo5F_U74HzAvpNivFAPCkPJ1b2-yCd62dfnw,3878 +setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/jaraco/functools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/jaraco/text/Lorem ipsum.txt,sha256=N_7c_79zxOufBY9HZ3yzMgOkNv-TkOTTio4BydrSjgs,1335 +setuptools/_vendor/jaraco/text/__init__.py,sha256=Y2YUqXR_orUoDaY4SkPRe6ZZhb5HUHB_Ah9RCNsVyho,16250 +setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc,, +setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc,, +setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc,, +setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc,, +setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc,, +setuptools/_vendor/jaraco/text/layouts.py,sha256=HTC8aSTLZ7uXipyOXapRMC158juecjK6RVwitfmZ9_w,643 +setuptools/_vendor/jaraco/text/show-newlines.py,sha256=WGQa65e8lyhb92LUOLqVn6KaCtoeVgVws6WtSRmLk6w,904 +setuptools/_vendor/jaraco/text/strip-prefix.py,sha256=NfVXV8JVNo6nqcuYASfMV7_y4Eo8zMQqlCOGvAnRIVw,412 +setuptools/_vendor/jaraco/text/to-dvorak.py,sha256=1SNcbSsvISpXXg-LnybIHHY-RUFOQr36zcHkY1pWFqw,119 +setuptools/_vendor/jaraco/text/to-qwerty.py,sha256=s4UMQUnPwFn_dB5uZC27BurHOQcYondBfzIpVL5pEzw,119 +setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE,sha256=CfHIyelBrz5YTVlkHqm4fYPAyw_QB-te85Gn4mQ8GkY,1053 +setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA,sha256=BFO90O-fLNiVQMpj7oIS5ztzgJUUQZ3TA32P5HH3N-A,36293 +setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD,sha256=d8jnPgGNwP1-ntbICwWkQEVF9kH7CFIgzkKzaLWao9M,1259 +setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL,sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948,81 +setuptools/_vendor/more_itertools/__init__.py,sha256=dtAbGjTDmn_ghiU5YXfhyDy0phAlXVdt5klZA5fUa-Q,149 +setuptools/_vendor/more_itertools/__init__.pyi,sha256=5B3eTzON1BBuOLob1vCflyEb2lSd6usXQQ-Cv-hXkeA,43 +setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc,, +setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc,, +setuptools/_vendor/more_itertools/more.py,sha256=1E5kzFncRKTDw0cYv1yRXMgDdunstLQd1QStcnL6U90,148370 +setuptools/_vendor/more_itertools/more.pyi,sha256=iXXeqt48Nxe8VGmIWpkVXuKpR2FYNuu2DU8nQLWCCu0,21484 +setuptools/_vendor/more_itertools/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/more_itertools/recipes.py,sha256=WedhhfhGVgr6zii8fIbGJVmRTw0ZKRiLKnYBDGJv4nY,28591 +setuptools/_vendor/more_itertools/recipes.pyi,sha256=T_mdGpcFdfrP3JSWbwzYP9JyNV-Go-7RPfpxfftAWlA,4617 +setuptools/_vendor/packaging-24.2.dist-info/INSTALLER,sha256=5hhM4Q4mYTT9z6QB6PGpUAW81PGNFrYrdXMj4oM_6ak,2 +setuptools/_vendor/packaging-24.2.dist-info/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +setuptools/_vendor/packaging-24.2.dist-info/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +setuptools/_vendor/packaging-24.2.dist-info/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +setuptools/_vendor/packaging-24.2.dist-info/METADATA,sha256=ohH86s6k5mIfQxY2TS0LcSfADeOFa4BiCC-bxZV-pNs,3204 +setuptools/_vendor/packaging-24.2.dist-info/RECORD,sha256=Y4DrXM0KY0ArfzhbAEa1LYFPwW3WEgEeL4iCqXe-A-M,2009 +setuptools/_vendor/packaging-24.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/packaging-24.2.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82 +setuptools/_vendor/packaging/__init__.py,sha256=dk4Ta_vmdVJxYHDcfyhvQNw8V3PgSBomKNXqg-D2JDY,494 +setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, +setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc,, +setuptools/_vendor/packaging/_elffile.py,sha256=cflAQAkE25tzhYmq_aCi72QfbT_tn891tPzfpbeHOwE,3306 +setuptools/_vendor/packaging/_manylinux.py,sha256=vl5OCoz4kx80H5rwXKeXWjl9WNISGmr4ZgTpTP9lU9c,9612 +setuptools/_vendor/packaging/_musllinux.py,sha256=p9ZqNYiOItGee8KcZFeHF_YcdhVwGHdK6r-8lgixvGQ,2694 +setuptools/_vendor/packaging/_parser.py,sha256=s_TvTvDNK0NrM2QB3VKThdWFM4Nc0P6JnkObkl3MjpM,10236 +setuptools/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +setuptools/_vendor/packaging/_tokenizer.py,sha256=J6v5H7Jzvb-g81xp_2QACKwO7LxHQA6ikryMU7zXwN8,5273 +setuptools/_vendor/packaging/licenses/__init__.py,sha256=1x5M1nEYjcgwEbLt0dXwz2ukjr18DiCzC0sraQqJ-Ww,5715 +setuptools/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc,, +setuptools/_vendor/packaging/licenses/_spdx.py,sha256=oAm1ztPFwlsmCKe7lAAsv_OIOfS1cWDu9bNBkeu-2ns,48398 +setuptools/_vendor/packaging/markers.py,sha256=c89TNzB7ZdGYhkovm6PYmqGyHxXlYVaLW591PHUNKD8,10561 +setuptools/_vendor/packaging/metadata.py,sha256=YJibM7GYe4re8-0a3OlXmGS-XDgTEoO4tlBt2q25Bng,34762 +setuptools/_vendor/packaging/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/packaging/requirements.py,sha256=gYyRSAdbrIyKDY66ugIDUQjRMvxkH2ALioTmX3tnL6o,2947 +setuptools/_vendor/packaging/specifiers.py,sha256=GG1wPNMcL0fMJO68vF53wKMdwnfehDcaI-r9NpTfilA,40074 +setuptools/_vendor/packaging/tags.py,sha256=CFqrJzAzc2XNGexerH__T-Y5Iwq7WbsYXsiLERLWxY0,21014 +setuptools/_vendor/packaging/utils.py,sha256=0F3Hh9OFuRgrhTgGZUl5K22Fv1YP2tZl1z_2gO6kJiA,5050 +setuptools/_vendor/packaging/version.py,sha256=olfyuk_DPbflNkJ4wBWetXQ17c74x3DB501degUv7DY,16676 +setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA,sha256=zmsie01G1MtXR0wgIv5XpVeTO7idr0WWvfmxKsKWuGk,11429 +setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD,sha256=TCEddtQu1A78Os_Mhm2JEqcYr7yit-UYSUQjZtbpn-g,1642 +setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87 +setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE,sha256=KeD9YukphQ6G6yjD_czwzv30-pSHkBHP-z0NS-1tTbY,1089 +setuptools/_vendor/platformdirs/__init__.py,sha256=EMGE8qeHRR9CzDFr8kL3tA8hdZZniYjXBVZd0UGTWK0,22225 +setuptools/_vendor/platformdirs/__main__.py,sha256=HnsUQHpiBaiTxwcmwVw-nFaPdVNZtQIdi1eWDtI-MzI,1493 +setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, +setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, +setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, +setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, +setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, +setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, +setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, +setuptools/_vendor/platformdirs/android.py,sha256=xZXY9Jd46WOsxT2U6-5HsNtDZ-IQqxcEUrBLl3hYk4o,9016 +setuptools/_vendor/platformdirs/api.py,sha256=QBYdUac2eC521ek_y53uD1Dcq-lJX8IgSRVd4InC6uc,8996 +setuptools/_vendor/platformdirs/macos.py,sha256=wftsbsvq6nZ0WORXSiCrZNkRHz_WKuktl0a6mC7MFkI,5580 +setuptools/_vendor/platformdirs/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/platformdirs/unix.py,sha256=Cci9Wqt35dAMsg6HT9nRGHSBW5obb0pR3AE1JJnsCXg,10643 +setuptools/_vendor/platformdirs/version.py,sha256=r7F76tZRjgQKzrpx_I0_ZMQOMU-PS7eGnHD7zEK3KB0,411 +setuptools/_vendor/platformdirs/windows.py,sha256=IFpiohUBwxPtCzlyKwNtxyW4Jk8haa6W8o59mfrDXVo,10125 +setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE,sha256=uAgWsNUwuKzLTCIReDeQmEpuO2GSLCte6S8zcqsnQv4,1072 +setuptools/_vendor/tomli-2.0.1.dist-info/METADATA,sha256=zPDceKmPwJGLWtZykrHixL7WVXWmJGzZ1jyRT5lCoPI,8875 +setuptools/_vendor/tomli-2.0.1.dist-info/RECORD,sha256=DLn5pFGh42WsVLTIhmLh2gy1SnLRalJY-wq_-dPhwCI,999 +setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL,sha256=jPMR_Dzkc4X4icQtmz81lnNY_kAsfog7ry7qoRvYLXw,81 +setuptools/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +setuptools/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +setuptools/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +setuptools/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +setuptools/_vendor/tomli/py.typed,sha256=8PjyZ1aVoQpRVvt71muvuq5qE-jTFZkK-GLHkhdebmc,26 +setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE,sha256=YWP3mH37ONa8MgzitwsvArhivEESZRbVUu8c1DJH51g,1130 +setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA,sha256=z2dcHAp0TwhYCFU5Deh8x31nazElgujUz9tbuP0pjSE,3717 +setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD,sha256=SKUZWVgkeDUidUKM7s1473fXmsna55bjmi6vJUAoJVI,2402 +setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt,sha256=qp7NQ1aLtiSgMQqo6gWlfGpy0IIXzoMJmeQTLpzqFZQ,48 +setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt,sha256=4z28AhuDodwRS_c1J_l8H51t5QuwfTseskYzlxp6grs,10 +setuptools/_vendor/typeguard/__init__.py,sha256=Onh4w38elPCjtlcU3JY9k3h70NjsxXIkAflmQn-Z0FY,2071 +setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc,, +setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc,, +setuptools/_vendor/typeguard/_checkers.py,sha256=JRrgKicdOEfIBoNEtegYCEIlhpad-a1u1Em7GCj0WCI,31360 +setuptools/_vendor/typeguard/_config.py,sha256=nIz8QwDa-oFO3L9O8_6srzlmd99pSby2wOM4Wb7F_B0,2846 +setuptools/_vendor/typeguard/_decorators.py,sha256=v6dsIeWvPhExGLP_wXF-RmDUyjZf_Ak28g7gBJ_v0-0,9033 +setuptools/_vendor/typeguard/_exceptions.py,sha256=ZIPeiV-FBd5Emw2EaWd2Fvlsrwi4ocwT2fVGBIAtHcQ,1121 +setuptools/_vendor/typeguard/_functions.py,sha256=ibgSAKa5ptIm1eR9ARG0BSozAFJPFNASZqhPVyQeqig,10393 +setuptools/_vendor/typeguard/_importhook.py,sha256=ugjCDvFcdWMU7UugqlJG91IpVNpEIxtRr-99s0h1k7M,6389 +setuptools/_vendor/typeguard/_memo.py,sha256=1juQV_vxnD2JYKbSrebiQuj4oKHz6n67v9pYA-CCISg,1303 +setuptools/_vendor/typeguard/_pytest_plugin.py,sha256=-fcSqkv54rIfIF8pDavY5YQPkj4OX8GMt_lL7CQSD4I,4416 +setuptools/_vendor/typeguard/_suppression.py,sha256=VQfzxcwIbu3if0f7VBkKM7hkYOA7tNFw9a7jMBsmMg4,2266 +setuptools/_vendor/typeguard/_transformer.py,sha256=9Ha7_QhdwoUni_6hvdY-hZbuEergowHrNL2vzHIakFY,44937 +setuptools/_vendor/typeguard/_union_transformer.py,sha256=v_42r7-6HuRX2SoFwnyJ-E5PlxXpVeUJPJR1-HU9qSo,1354 +setuptools/_vendor/typeguard/_utils.py,sha256=5HhO1rPn5f1M6ymkVAEv7Xmlz1cX-j0OnTMlyHqqrR8,5270 +setuptools/_vendor/typeguard/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE,sha256=Oy-B_iHRgcSZxZolbI4ZaEVdZonSaaqFNzv7avQdo78,13936 +setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA,sha256=BeUQIa8cnYbrjWx-N8TOznM9UGW5Gm2DicVpDtRA8W0,3018 +setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD,sha256=dxAALYGXHmMqpqL8M9xddKr118quIgQKZdPjFQOwXuk,571 +setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +setuptools/_vendor/typing_extensions.py,sha256=gwekpyG9DVG3lxWKX4ni8u7nk3We5slG98mA9F3DJQw,134451 +setuptools/_vendor/wheel-0.45.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/wheel-0.45.1.dist-info/LICENSE.txt,sha256=MMI2GGeRCPPo6h0qZYx8pBe9_IkcmO8aifpP8MmChlQ,1107 +setuptools/_vendor/wheel-0.45.1.dist-info/METADATA,sha256=mKz84H7m7jsxJyzeIcTVORiTb0NPMV39KvOIYhGgmjA,2313 +setuptools/_vendor/wheel-0.45.1.dist-info/RECORD,sha256=1jnxrHyZPDcVvULyfGFhiba4Z5L9_RsXr9dxcNbhaYQ,4900 +setuptools/_vendor/wheel-0.45.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/wheel-0.45.1.dist-info/WHEEL,sha256=CpUCUxeHQbRN5UGRQHYRJorO5Af-Qy_fHMctcQ8DSGI,82 +setuptools/_vendor/wheel-0.45.1.dist-info/entry_points.txt,sha256=rTY1BbkPHhkGMm4Q3F0pIzJBzW2kMxoG1oriffvGdA0,104 +setuptools/_vendor/wheel/__init__.py,sha256=mrxMnvdXACur_LWegbUfh5g5ysWZrd63UJn890wvGNk,59 +setuptools/_vendor/wheel/__main__.py,sha256=NkMUnuTCGcOkgY0IBLgBCVC_BGGcWORx2K8jYGS12UE,455 +setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/_bdist_wheel.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc,, +setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc,, +setuptools/_vendor/wheel/_bdist_wheel.py,sha256=UghCQjSH_pVfcZh6oRjzSw_TQhcf3anSx1OkiLSL82M,21694 +setuptools/_vendor/wheel/_setuptools_logging.py,sha256=-5KC-lne0ilOUWIDfOkqapUWGMFZhuKYDIavIZiB5kM,781 +setuptools/_vendor/wheel/bdist_wheel.py,sha256=tpf9WufiSO1RuEMg5oPhIfSG8DMziCZ_4muCKF69Cqo,1107 +setuptools/_vendor/wheel/cli/__init__.py,sha256=Npq6_jKi03dhIcRnmbuFhwviVJxwO0tYEnEhWMv9cJo,4402 +setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc,, +setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc,, +setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc,, +setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc,, +setuptools/_vendor/wheel/cli/convert.py,sha256=Bi0ntEXb9nTllCxWeTRQ4j-nPs3szWSEKipG_GgnMkQ,12634 +setuptools/_vendor/wheel/cli/pack.py,sha256=CAFcHdBVulvsHYJlndKVO7KMI9JqBTZz5ii0PKxxCOs,3103 +setuptools/_vendor/wheel/cli/tags.py,sha256=lHw-LaWrkS5Jy_qWcw-6pSjeNM6yAjDnqKI3E5JTTCU,4760 +setuptools/_vendor/wheel/cli/unpack.py,sha256=Y_J7ynxPSoFFTT7H0fMgbBlVErwyDGcObgme5MBuz58,1021 +setuptools/_vendor/wheel/macosx_libfile.py,sha256=k1x7CE3LPtOVGqj6NXQ1nTGYVPaeRrhVzUG_KPq3zDs,16572 +setuptools/_vendor/wheel/metadata.py,sha256=JC4p7jlQZu2bUTAQ2fevkqLjg_X6gnNyRhLn6OUO1tc,6171 +setuptools/_vendor/wheel/util.py,sha256=aL7aibHwYUgfc8WlolL5tXdkV4DatbJxZHb1kwHFJAU,423 +setuptools/_vendor/wheel/vendored/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/LICENSE,sha256=ytHvW9NA1z4HS6YU0m996spceUDD2MNIUuZcSQlobEg,197 +setuptools/_vendor/wheel/vendored/packaging/LICENSE.APACHE,sha256=DVQuDIgE45qn836wDaWnYhSdxoLXgpRRKH4RuTjpRZQ,10174 +setuptools/_vendor/wheel/vendored/packaging/LICENSE.BSD,sha256=tw5-m3QvHMb5SLNMFqo5_-zpQZY2S8iP8NIYDwAo-sU,1344 +setuptools/_vendor/wheel/vendored/packaging/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc,, +setuptools/_vendor/wheel/vendored/packaging/_elffile.py,sha256=hbmK8OD6Z7fY6hwinHEUcD1by7czkGiNYu7ShnFEk2k,3266 +setuptools/_vendor/wheel/vendored/packaging/_manylinux.py,sha256=P7sdR5_7XBY09LVYYPhHmydMJIIwPXWsh4olk74Uuj4,9588 +setuptools/_vendor/wheel/vendored/packaging/_musllinux.py,sha256=z1s8To2hQ0vpn_d-O2i5qxGwEK8WmGlLt3d_26V7NeY,2674 +setuptools/_vendor/wheel/vendored/packaging/_parser.py,sha256=4tT4emSl2qTaU7VTQE1Xa9o1jMPCsBezsYBxyNMUN-s,10347 +setuptools/_vendor/wheel/vendored/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py,sha256=alCtbwXhOFAmFGZ6BQ-wCTSFoRAJ2z-ysIf7__MTJ_k,5292 +setuptools/_vendor/wheel/vendored/packaging/markers.py,sha256=_TSPI1BhJYO7Bp9AzTmHQxIqHEVXaTjmDh9G-w8qzPA,8232 +setuptools/_vendor/wheel/vendored/packaging/requirements.py,sha256=dgoBeVprPu2YE6Q8nGfwOPTjATHbRa_ZGLyXhFEln6Q,2933 +setuptools/_vendor/wheel/vendored/packaging/specifiers.py,sha256=IWSt0SrLSP72heWhAC8UL0eGvas7XIQHjqiViVfmPKE,39778 +setuptools/_vendor/wheel/vendored/packaging/tags.py,sha256=fedHXiOHkBxNZTXotXv8uXPmMFU9ae-TKBujgYHigcA,18950 +setuptools/_vendor/wheel/vendored/packaging/utils.py,sha256=XgdmP3yx9-wQEFjO7OvMj9RjEf5JlR5HFFR69v7SQ9E,5268 +setuptools/_vendor/wheel/vendored/packaging/version.py,sha256=PFJaYZDxBgyxkfYhH3SQw4qfE9ICCWrTmitvq14y3bs,16234 +setuptools/_vendor/wheel/vendored/vendor.txt,sha256=Z2ENjB1i5prfez8CdM1Sdr3c6Zxv2rRRolMpLmBncAE,16 +setuptools/_vendor/wheel/wheelfile.py,sha256=USCttNlJwafxt51YYFFKG7jnxz8dfhbyqAZL6jMTA9s,8411 +setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE,sha256=htoPAa6uRjSKPD1GUZXcHOzN55956HdppkuNoEsqR0E,1023 +setuptools/_vendor/zipp-3.19.2.dist-info/METADATA,sha256=UIrk_kMIHGSwsKKChYizqMw0MMZpPRZ2ZiVpQAsN_bE,3575 +setuptools/_vendor/zipp-3.19.2.dist-info/RECORD,sha256=8xby4D_ZrefrvAsVRwaEjiu4_VaLkJNRCfDY484rm_4,1039 +setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92 +setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt,sha256=iAbdoSHfaGqBfVb2XuR9JqSQHCoOsOtG6y9C_LSpqFw,5 +setuptools/_vendor/zipp/__init__.py,sha256=QuI1g00G4fRAcGt-HqbV0oWIkmSgedCGGYsHHYzNa8A,13412 +setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc,, +setuptools/_vendor/zipp/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc,, +setuptools/_vendor/zipp/compat/py310.py,sha256=eZpkW0zRtunkhEh8jjX3gCGe22emoKCBJw72Zt4RkhA,219 +setuptools/_vendor/zipp/glob.py,sha256=etWpnfEoRyfUvrUsi6sTiGmErvPwe6HzY6pT8jg_lUI,3082 +setuptools/archive_util.py,sha256=Tl_64hSTtc4y8x7xa98rFVUbG24oArpjzLAYGYP2_sI,7356 +setuptools/build_meta.py,sha256=rry-LowqvWFsxG6Qm5QWetHJGeETzRdiQ5-bs4bOkjo,20446 +setuptools/cli-32.exe,sha256=MqzBvFQxFsviz_EMuGd3LfLyVP8mNMhwrvC0bEtpb9s,11776 +setuptools/cli-64.exe,sha256=u7PeVwdinmpgoMI4zUd7KPB_AGaYL9qVP6b87DkHOko,14336 +setuptools/cli-arm64.exe,sha256=uafQjaiA36yLz1SOuksG-1m28JsX0zFIoPZhgyiSbGE,13824 +setuptools/cli.exe,sha256=MqzBvFQxFsviz_EMuGd3LfLyVP8mNMhwrvC0bEtpb9s,11776 +setuptools/command/__init__.py,sha256=wdSrlNR0P6nCz9_oFtCAiAkeFJMsZa1jPcpXT53f0SM,803 +setuptools/command/__pycache__/__init__.cpython-312.pyc,, +setuptools/command/__pycache__/_requirestxt.cpython-312.pyc,, +setuptools/command/__pycache__/alias.cpython-312.pyc,, +setuptools/command/__pycache__/bdist_egg.cpython-312.pyc,, +setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc,, +setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc,, +setuptools/command/__pycache__/build.cpython-312.pyc,, +setuptools/command/__pycache__/build_clib.cpython-312.pyc,, +setuptools/command/__pycache__/build_ext.cpython-312.pyc,, +setuptools/command/__pycache__/build_py.cpython-312.pyc,, +setuptools/command/__pycache__/develop.cpython-312.pyc,, +setuptools/command/__pycache__/dist_info.cpython-312.pyc,, +setuptools/command/__pycache__/easy_install.cpython-312.pyc,, +setuptools/command/__pycache__/editable_wheel.cpython-312.pyc,, +setuptools/command/__pycache__/egg_info.cpython-312.pyc,, +setuptools/command/__pycache__/install.cpython-312.pyc,, +setuptools/command/__pycache__/install_egg_info.cpython-312.pyc,, +setuptools/command/__pycache__/install_lib.cpython-312.pyc,, +setuptools/command/__pycache__/install_scripts.cpython-312.pyc,, +setuptools/command/__pycache__/rotate.cpython-312.pyc,, +setuptools/command/__pycache__/saveopts.cpython-312.pyc,, +setuptools/command/__pycache__/sdist.cpython-312.pyc,, +setuptools/command/__pycache__/setopt.cpython-312.pyc,, +setuptools/command/__pycache__/test.cpython-312.pyc,, +setuptools/command/_requirestxt.py,sha256=ItYMTJGh_i5TlQstX_nFopqEhkC4PJFadBL2Zd3V670,4228 +setuptools/command/alias.py,sha256=rDdrMt32DS6qf3K7tjZZyHD_dMKrm77AXcAtx-nBQ0I,2380 +setuptools/command/bdist_egg.py,sha256=3eDucQ4fdeYMsLO9PhBfY1JkcMLhZXgnAI_9FdFNsEE,16972 +setuptools/command/bdist_rpm.py,sha256=LyqI49w48SKk0FmuHsE9MLzX1SuXjL7YMNbZMFZqFII,1435 +setuptools/command/bdist_wheel.py,sha256=_LfGHB7CV_uyncqlOTSETEi2gjVCoPKuAXcyRFoq7Cs,22246 +setuptools/command/build.py,sha256=eI7STMERGGZEpzk1tvJN8p9IOjAAXMcGLzljv2mwI3M,6052 +setuptools/command/build_clib.py,sha256=AbgpPIF_3qL8fZr3JIebI-WHTMTBiMfrFkVQz8K40G4,4528 +setuptools/command/build_ext.py,sha256=bUH4M0NizaJJrv10wK-ZD3uY0TxCSZlYQDhiwwzHslM,18377 +setuptools/command/build_py.py,sha256=DCbjvB18kkL-xUK5rvlzm0C6twTeOxNhyvJDxxa7fII,15539 +setuptools/command/develop.py,sha256=zX22119sI1G1gfJ1gNCE4hkg2zbLKx0uUwvNmC5bIu8,6886 +setuptools/command/dist_info.py,sha256=HU752iLLmmYMHbsDBgz2ubRjkgJobugOp8H71LzzDys,3450 +setuptools/command/easy_install.py,sha256=0Z4kFlE78Ae2AfHXYTxZFUa2t3qlNqXCtQu4J1Nx8iA,87870 +setuptools/command/editable_wheel.py,sha256=3bBipRZA3E4poQ8LEWhMYEjHjCzqU_pIdO86C3t7oNY,35624 +setuptools/command/egg_info.py,sha256=WWUozR3DZCrWsTQhHXOygMiEUcrjLWphET0-Zsocsm4,25982 +setuptools/command/install.py,sha256=MmTGb8m1R8fJ0cc5FTWCF6uq-s1ZJmvpYm-N_CtqEaI,7046 +setuptools/command/install_egg_info.py,sha256=3I9IPCH7D59Sh-6aVYz-h6wwyxq-wkxrKwKg3nDdJqs,2075 +setuptools/command/install_lib.py,sha256=9n1_U83eHcERL_a_rv_LhHCkhXlLdqyZ4SdBow-9qcE,4319 +setuptools/command/install_scripts.py,sha256=tVOCj3e8OTIrkoL_bGbT5pOksdxZfQblH_bdI4DtVV4,2637 +setuptools/command/launcher manifest.xml,sha256=xlLbjWrB01tKC0-hlVkOKkiSPbzMml2eOPtJ_ucCnbE,628 +setuptools/command/rotate.py,sha256=XNd_BEEOWAJHW1FcLTMUWWl4QB6zAuk7b8VWQg3FHos,2187 +setuptools/command/saveopts.py,sha256=Np0PVb7SD7oTbu9Z9sosS7D-CkkIkU7x4glu5Es1tjA,692 +setuptools/command/sdist.py,sha256=JaQm2-ebXI2kvyrBjJKP8yNLPa5eMbMeis88CXBMYlk,7374 +setuptools/command/setopt.py,sha256=xZF2RCc4ABvE9eHHAzF50-fkQg3au8fcRUVVGd58k3U,5100 +setuptools/command/test.py,sha256=k7xcq7D7bEehgxarbw-dW3AtmGZORqz8HjKR6FGJ3jk,1343 +setuptools/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/compat/__pycache__/py310.cpython-312.pyc,, +setuptools/compat/__pycache__/py311.cpython-312.pyc,, +setuptools/compat/__pycache__/py312.cpython-312.pyc,, +setuptools/compat/__pycache__/py39.cpython-312.pyc,, +setuptools/compat/py310.py,sha256=8sqwWczIcrkzeAbhaim4pKVd4tXZdcqmebgdvzji0rc,141 +setuptools/compat/py311.py,sha256=e6tJAFwZEP82hmMBl10HYeSypelo_Ti2wTjKZVKLwOE,790 +setuptools/compat/py312.py,sha256=vYKVtdrdOTsO_R90dJkEXsFwfMJFuIFJflhIgHrjJ-Y,366 +setuptools/compat/py39.py,sha256=BJMtnkfcqyTfccqjYQxfoRtU2nTnWaEESBVkshTiXqY,493 +setuptools/config/NOTICE,sha256=Ld3wiBgpejuJ1D2V_2WdjahXQRCMkTbfo6TYVsBiO9g,493 +setuptools/config/__init__.py,sha256=aiPnL9BJn1O6MfmuNXyn8W2Lp8u9qizRVqwPiOdPIjY,1499 +setuptools/config/__pycache__/__init__.cpython-312.pyc,, +setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc,, +setuptools/config/__pycache__/expand.cpython-312.pyc,, +setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc,, +setuptools/config/__pycache__/setupcfg.cpython-312.pyc,, +setuptools/config/_apply_pyprojecttoml.py,sha256=SUyTw7A2btZ1lBuWKN5o42-Diyv95eGTiYJ3rZOnGSc,19120 +setuptools/config/_validate_pyproject/NOTICE,sha256=XTANv6ZDE4sBO3WsnK7uWR-VG4sO4kKIw0zNkmxHgMg,18737 +setuptools/config/_validate_pyproject/__init__.py,sha256=dnp6T7ePP1R5z4OuC7Fd2dkFlIrtIfizUfvpGJP6nz0,1042 +setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc,, +setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc,, +setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc,, +setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc,, +setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc,, +setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc,, +setuptools/config/_validate_pyproject/error_reporting.py,sha256=meldD7nBQdolQhvG-43r1Ue-gU1n7ORAJR86vh3Rrvk,11813 +setuptools/config/_validate_pyproject/extra_validations.py,sha256=-GUG5S--ijY8WfXbdXPoHl6ywGsyEF9dtDpenSoJPHg,2858 +setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py,sha256=w749JgqKi8clBFcObdcbZVqsmF4oJ_QByhZ1SGbUFNw,1612 +setuptools/config/_validate_pyproject/fastjsonschema_validations.py,sha256=FihD5ZcM6p77BPZ04CGqh3BEwVNoPMKJZJAyuJpkAU0,354682 +setuptools/config/_validate_pyproject/formats.py,sha256=TETokJBK9hjl-cVg1olsojkJwLxfP7_chgJQNmzAB98,13564 +setuptools/config/distutils.schema.json,sha256=Tcp32kRnhwORGw_9p6GEi08lj2h15tQRzOYBbzGmcBU,972 +setuptools/config/expand.py,sha256=JNAktRCsyyRB-rQodbPnCucmLWqcYvzCDC8Ebn2Z7xM,16041 +setuptools/config/pyprojecttoml.py,sha256=YMu5PdbJJI5azp6kR_boM1mflf5nqOA-InF4s6LnLgw,18320 +setuptools/config/setupcfg.py,sha256=VZDkwE7DYv45SbadJD8CwKrDtiXvjgllL8PYSvoRCyg,26575 +setuptools/config/setuptools.schema.json,sha256=dZBRuSEnZkatoVlt1kVwG8ocTeRdO7BD0xvOWKH54PY,16071 +setuptools/depends.py,sha256=jKYfjmt_2ZQYVghb8L9bU7LJ6erHJ5ze-K_fKV1BMXk,5965 +setuptools/discovery.py,sha256=-42c3XhwzkfodDKKP50C2YBzr11fncAgmUzBdBRb0-Q,21258 +setuptools/dist.py,sha256=RZz7aj9RxqSYriqgFoZOu-7KIV82cmlaMFx9owZrApQ,44897 +setuptools/errors.py,sha256=gY2x2PIaIgy01yRANRC-zcCwxDCqCScgJoCOZFe0yio,3024 +setuptools/extension.py,sha256=KCnv9p3tgm0ZVqtgE451fyILsm4hCyvOiUtOu787D-4,6683 +setuptools/glob.py,sha256=AC_B33DY8g-CHELxDsJrtwFrpiucSAZsakPFdSOQzhc,6062 +setuptools/gui-32.exe,sha256=hdrh6V13hF8stZvKw9Sv50u-TJGpvMW_SnHNQxBNvnw,11776 +setuptools/gui-64.exe,sha256=NHG2FA6txkEid9u-_j_vjDRaDxpZd2CGuAo2GMOoPjs,14336 +setuptools/gui-arm64.exe,sha256=5pT0dDQFyLWSb_RX22_n8aEt7HwWqcOGR4TT9OB64Jc,13824 +setuptools/gui.exe,sha256=hdrh6V13hF8stZvKw9Sv50u-TJGpvMW_SnHNQxBNvnw,11776 +setuptools/installer.py,sha256=_4Wegx4r3L05sMo3-IlqFp-OuxnWyBqjyMZ7LWQXmh8,5110 +setuptools/launch.py,sha256=IBb5lEv69CyuZ9ewIrmKlXh154kdLmP29LKfTMkximE,820 +setuptools/logging.py,sha256=W16iHJ1HcCXYQ0RxyrEfJ83FT4175tCtoYg-E6uSpVI,1261 +setuptools/modified.py,sha256=ZwbfBfCFP88ltvbv_dJDz-t1LsQjnM-JUpgZnnQZjjM,568 +setuptools/monkey.py,sha256=FwMWl2n1v2bHbeqBy-o9g8yUNaAkYFbszCbXe9d5Za8,3717 +setuptools/msvc.py,sha256=vmM0qL4rIzrtD9pia9ZEwtqZ4LbbrgL0dU0EANVYRm8,41631 +setuptools/namespaces.py,sha256=2GGqYY1BNDEhMtBc1rHTv7klgmNVRdksJeW-L1f--ys,3171 +setuptools/package_index.py,sha256=yHXj4Z_QaUeh8W6rwq08I5LxnyHrSkNf01uXHwdE8K0,39095 +setuptools/sandbox.py,sha256=fMqtcOuipHO6RKPh1YB5o7d985dLKo76Whp3vrIei2E,14906 +setuptools/script (dev).tmpl,sha256=RUzQzCQUaXtwdLtYHWYbIQmOaES5Brqq1FvUA_tu-5I,218 +setuptools/script.tmpl,sha256=WGTt5piezO27c-Dbx6l5Q4T3Ff20A5z7872hv3aAhYY,138 +setuptools/tests/__init__.py,sha256=AnBfls2iJbTDQzmMKeLRt-9lxhaOHUVOZEgXv89Uwvs,335 +setuptools/tests/__pycache__/__init__.cpython-312.pyc,, +setuptools/tests/__pycache__/contexts.cpython-312.pyc,, +setuptools/tests/__pycache__/environment.cpython-312.pyc,, +setuptools/tests/__pycache__/fixtures.cpython-312.pyc,, +setuptools/tests/__pycache__/mod_with_constant.cpython-312.pyc,, +setuptools/tests/__pycache__/namespaces.cpython-312.pyc,, +setuptools/tests/__pycache__/script-with-bom.cpython-312.pyc,, +setuptools/tests/__pycache__/server.cpython-312.pyc,, +setuptools/tests/__pycache__/test_archive_util.cpython-312.pyc,, +setuptools/tests/__pycache__/test_bdist_deprecations.cpython-312.pyc,, +setuptools/tests/__pycache__/test_bdist_egg.cpython-312.pyc,, +setuptools/tests/__pycache__/test_bdist_wheel.cpython-312.pyc,, +setuptools/tests/__pycache__/test_build.cpython-312.pyc,, +setuptools/tests/__pycache__/test_build_clib.cpython-312.pyc,, +setuptools/tests/__pycache__/test_build_ext.cpython-312.pyc,, +setuptools/tests/__pycache__/test_build_meta.cpython-312.pyc,, +setuptools/tests/__pycache__/test_build_py.cpython-312.pyc,, +setuptools/tests/__pycache__/test_config_discovery.cpython-312.pyc,, +setuptools/tests/__pycache__/test_core_metadata.cpython-312.pyc,, +setuptools/tests/__pycache__/test_depends.cpython-312.pyc,, +setuptools/tests/__pycache__/test_develop.cpython-312.pyc,, +setuptools/tests/__pycache__/test_dist.cpython-312.pyc,, +setuptools/tests/__pycache__/test_dist_info.cpython-312.pyc,, +setuptools/tests/__pycache__/test_distutils_adoption.cpython-312.pyc,, +setuptools/tests/__pycache__/test_easy_install.cpython-312.pyc,, +setuptools/tests/__pycache__/test_editable_install.cpython-312.pyc,, +setuptools/tests/__pycache__/test_egg_info.cpython-312.pyc,, +setuptools/tests/__pycache__/test_extern.cpython-312.pyc,, +setuptools/tests/__pycache__/test_find_packages.cpython-312.pyc,, +setuptools/tests/__pycache__/test_find_py_modules.cpython-312.pyc,, +setuptools/tests/__pycache__/test_glob.cpython-312.pyc,, +setuptools/tests/__pycache__/test_install_scripts.cpython-312.pyc,, +setuptools/tests/__pycache__/test_logging.cpython-312.pyc,, +setuptools/tests/__pycache__/test_manifest.cpython-312.pyc,, +setuptools/tests/__pycache__/test_namespaces.cpython-312.pyc,, +setuptools/tests/__pycache__/test_packageindex.cpython-312.pyc,, +setuptools/tests/__pycache__/test_sandbox.cpython-312.pyc,, +setuptools/tests/__pycache__/test_sdist.cpython-312.pyc,, +setuptools/tests/__pycache__/test_setopt.cpython-312.pyc,, +setuptools/tests/__pycache__/test_setuptools.cpython-312.pyc,, +setuptools/tests/__pycache__/test_shutil_wrapper.cpython-312.pyc,, +setuptools/tests/__pycache__/test_unicode_utils.cpython-312.pyc,, +setuptools/tests/__pycache__/test_virtualenv.cpython-312.pyc,, +setuptools/tests/__pycache__/test_warnings.cpython-312.pyc,, +setuptools/tests/__pycache__/test_wheel.cpython-312.pyc,, +setuptools/tests/__pycache__/test_windows_wrappers.cpython-312.pyc,, +setuptools/tests/__pycache__/text.cpython-312.pyc,, +setuptools/tests/__pycache__/textwrap.cpython-312.pyc,, +setuptools/tests/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/tests/compat/__pycache__/__init__.cpython-312.pyc,, +setuptools/tests/compat/__pycache__/py39.cpython-312.pyc,, +setuptools/tests/compat/py39.py,sha256=eUy7_F-6KRTOIKl-veshUu6I0EdTSdBZMh0EV0lZ1-g,135 +setuptools/tests/config/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/tests/config/__pycache__/__init__.cpython-312.pyc,, +setuptools/tests/config/__pycache__/test_apply_pyprojecttoml.cpython-312.pyc,, +setuptools/tests/config/__pycache__/test_expand.cpython-312.pyc,, +setuptools/tests/config/__pycache__/test_pyprojecttoml.cpython-312.pyc,, +setuptools/tests/config/__pycache__/test_pyprojecttoml_dynamic_deps.cpython-312.pyc,, +setuptools/tests/config/__pycache__/test_setupcfg.cpython-312.pyc,, +setuptools/tests/config/downloads/__init__.py,sha256=9ixnDEdyL_arKbUzfuiJftAj9bGxKz8M9alOFZMjx9Y,1827 +setuptools/tests/config/downloads/__pycache__/__init__.cpython-312.pyc,, +setuptools/tests/config/downloads/__pycache__/preload.cpython-312.pyc,, +setuptools/tests/config/downloads/preload.py,sha256=sIGGZpY3cmMpMwiJYYYYHG2ifZJkvJgEotRFtiulV1I,450 +setuptools/tests/config/setupcfg_examples.txt,sha256=cAbVvCbkFZuTUL6xRRzRgqyB0rLvJTfvw3D30glo2OE,1912 +setuptools/tests/config/test_apply_pyprojecttoml.py,sha256=l6nE4d8WLU_eSWRic7VSoqeKv9Bi7CZGHcEuB2ehk2w,28807 +setuptools/tests/config/test_expand.py,sha256=S0oT6JvgA_oujR4YS4RUuf5gmOt1CTQV66RQDzV8xd4,8933 +setuptools/tests/config/test_pyprojecttoml.py,sha256=0LefSljUhA6MqtJ5AVzLhomqZcYiFKdu_1ckDeMT1LY,12406 +setuptools/tests/config/test_pyprojecttoml_dynamic_deps.py,sha256=9W73-yLhZJmvCiO4rTiQoBpZT5wNA90Xbd5n2HCshd4,3271 +setuptools/tests/config/test_setupcfg.py,sha256=ZvN-O-2Dgon1adp6oM6il8JWdgT9y196fRvqESU5ELI,33427 +setuptools/tests/contexts.py,sha256=TAdZKxmmodx1ExMVo01o4QpRjpIpo4X3IWKq_BnjxpU,3480 +setuptools/tests/environment.py,sha256=95_UtTaRiuvwYC9eXKEHbn02kDtZysvZq3UZJmPUj1I,3102 +setuptools/tests/fixtures.py,sha256=-V7iD6BeE2E0Rw6dVvTOCm36JG8ZTTnrXhN0GISlgrg,5197 +setuptools/tests/indexes/test_links_priority/external.html,sha256=eL9euOuE93JKZdqlXxBOlHbKwIuNuIdq7GBRpsaPMcU,92 +setuptools/tests/indexes/test_links_priority/simple/foobar/index.html,sha256=DD-TKr7UU4zAjHHz4VexYDNSAzR27levSh1c-k3ZdLE,174 +setuptools/tests/integration/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +setuptools/tests/integration/__pycache__/__init__.cpython-312.pyc,, +setuptools/tests/integration/__pycache__/helpers.cpython-312.pyc,, +setuptools/tests/integration/__pycache__/test_pip_install_sdist.cpython-312.pyc,, +setuptools/tests/integration/helpers.py,sha256=3PHcS9SCA-fwVJmUP2ad5NQOttJAETI5Nnoc_xroO5k,2522 +setuptools/tests/integration/test_pip_install_sdist.py,sha256=SFbvuYF_hDzt6OtsQ5GjFNnxmoJ_eElfvpYsiyyGJ-g,8256 +setuptools/tests/mod_with_constant.py,sha256=X_Kj80M55w1tmQ4f7uZY91ZTALo4hKVT6EHxgYocUMQ,22 +setuptools/tests/namespaces.py,sha256=HPcI3nR5MCFWXpaADIJ1fwKxymcQgBkuw87Ic5PUSAQ,2774 +setuptools/tests/script-with-bom.py,sha256=hRRgIizEULGiG_ZTNoMY46HhKhxpWfy5FGcD6Qbh5fc,18 +setuptools/tests/server.py,sha256=0FDZf0cSInCP5n1haK7AxHo3jD261RK7D3-RjP-F53k,2397 +setuptools/tests/test_archive_util.py,sha256=buuKdY8XkW26Pe3IKAoBRGHG0MDumnuNoPg2WsAQzIg,845 +setuptools/tests/test_bdist_deprecations.py,sha256=75Xq3gYn79LIIyusEltbHan0bEgAt2e_CaL7KLS8-KQ,775 +setuptools/tests/test_bdist_egg.py,sha256=6PaYN1F3JDbIh1uK0urv7yJFcx98z5dn9SOJ8Mv91l8,1957 +setuptools/tests/test_bdist_wheel.py,sha256=dZ9a7OT_UyRvLnoCi2KGEIbtzhEQjM3YutYMA6ZCezs,23083 +setuptools/tests/test_build.py,sha256=wJgMz2hwHADcLFg-nXrwRVhus7hjmAeEGgrpIQwCGnA,798 +setuptools/tests/test_build_clib.py,sha256=bX51XRAf4uO7IuHFpjePnoK8mE74N2gsoeEqF-ofgws,3123 +setuptools/tests/test_build_ext.py,sha256=e4ZSxsYPB5zq1KSqGEuATZ0t0PJQzMhjjkKJ-hIjcgc,10099 +setuptools/tests/test_build_meta.py,sha256=Iakpp9Micvhxi9_F2RPyY2NnCB1G90a38s4O5A3CuiE,34118 +setuptools/tests/test_build_py.py,sha256=gobME_Cvzf6Ugxq70iWfXekb_xyyT61khwjFq8zkwfw,14186 +setuptools/tests/test_config_discovery.py,sha256=FqV-lOtkqaI-ayzU2zocSdD5TaRAgCZnixNDilKA6FQ,22580 +setuptools/tests/test_core_metadata.py,sha256=vbVJ5_Lsx_hsO_GdB6nQEXJRjA2ydx6_qSbr5LpheAA,20881 +setuptools/tests/test_depends.py,sha256=yQBXoQbNQlJit6mbRVoz6Bb553f3sNrq02lZimNz5XY,424 +setuptools/tests/test_develop.py,sha256=CLzXZ8-b5-VFTuau4P4yXEdLx1UdyTFcOfrV0qyUIdE,5142 +setuptools/tests/test_dist.py,sha256=GFjyL2etAxvVM3q7NhFEGcXS5gyKj8VzbqcbKzpqbOk,8901 +setuptools/tests/test_dist_info.py,sha256=5kBRj9tuBsVreBsY22H2feMO_JQZsSoOZMU_MJfUevY,7077 +setuptools/tests/test_distutils_adoption.py,sha256=_eynrOfyEqXFEmjUJhzpe8GXPyTUPvNSObs4qAAmBy8,5987 +setuptools/tests/test_easy_install.py,sha256=jx4lpFyee0G432cdnwBow3AkL4ibw-0QILwldwv5SCI,53534 +setuptools/tests/test_editable_install.py,sha256=7eTEtpT0k7QeVyZg64eh3kZn-SjckuB9LcokOuV37DI,43383 +setuptools/tests/test_egg_info.py,sha256=QCzoUOkFocmbkwS6XU7F8WNzKE8CGEMRxYBqKLgfUrc,44866 +setuptools/tests/test_extern.py,sha256=rpKU6oCcksumLwf5TeKlDluFQ0TUfbPwTLQbpxcFrCU,296 +setuptools/tests/test_find_packages.py,sha256=CTLAcTzWGWBLCcd2aAsUVkvO3ibrlqexFBdDKOWPoq8,7819 +setuptools/tests/test_find_py_modules.py,sha256=zQjuhIG5TQN2SJPix9ARo4DL_w84Ln8QsHDUjjbrtAQ,2404 +setuptools/tests/test_glob.py,sha256=P3JvpH-kXQ4BZ3zvRF-zKxOgwyWzwIaQIz0WHdxS0kk,887 +setuptools/tests/test_install_scripts.py,sha256=scIrJ6a_ssKqg4vIBNaUjmAKHEYLUUZ9WKnPeKnE6gc,3433 +setuptools/tests/test_logging.py,sha256=zlE5DlldukC7Jc54FNvDV_7ux3ErAkrfrN5CSsnNOUQ,2099 +setuptools/tests/test_manifest.py,sha256=eMg65pIA52DizB6mpktSU-b8CjwaNCS5MSgL_V1LrFI,18562 +setuptools/tests/test_namespaces.py,sha256=Y6utoe5PHHqL_DlgawqB9F8XpsUDPvvw1sQMenK04e0,4515 +setuptools/tests/test_packageindex.py,sha256=qEjLHpSu2gAkegwEstzHQT-Om1uQIYjA8zeNzEX79uo,8775 +setuptools/tests/test_sandbox.py,sha256=shUWE7fLTWe7Jzdfi6NheBWauG3oUukbUV46cArD0u0,4330 +setuptools/tests/test_sdist.py,sha256=RYLvPa_nfyC1ZmoinzqMzJynTDG4RtPYC19_0LU6pvs,32872 +setuptools/tests/test_setopt.py,sha256=3VxxM4ATfP-P4AGnDjoWCnHr5-i9CSEQTFYU1-FTnvI,1365 +setuptools/tests/test_setuptools.py,sha256=_eIhqKf45-OtHqxRf20KndOZJlJdS0PuFLXBO3M-LN8,9008 +setuptools/tests/test_shutil_wrapper.py,sha256=g15E11PtZxG-InB2BWNFyH-svObXx2XcMhgMLJPuFnc,641 +setuptools/tests/test_unicode_utils.py,sha256=xWfEEl8jkQCt9othUTXJfFmdyATAFggJs2tTxjbumbw,316 +setuptools/tests/test_virtualenv.py,sha256=g-njC_9JTAs1YVx_1dGJ_Q6RlInO4qKVu9-XAgNb6TY,3730 +setuptools/tests/test_warnings.py,sha256=zwR2zcnCeCeDqILZlJOPAcuyPHoDvGu1OtOVYiLMk74,3347 +setuptools/tests/test_wheel.py,sha256=J-83W1KdXTgAjFZE3H-ytohhvDE1iqdbE5YF5jLQlGQ,19370 +setuptools/tests/test_windows_wrappers.py,sha256=aF6UTowN3yzCgdBh9nDQVvYIfSYogrTK776TEyXEBqg,7881 +setuptools/tests/text.py,sha256=a12197pMVTvB6FAWQ0ujT8fIQiLIWJlFAl1UCaDUDfg,123 +setuptools/tests/textwrap.py,sha256=FNNNq_MiaEJx88PnsbJQIRxmj1qmgcAOCXXRsODPJN4,98 +setuptools/unicode_utils.py,sha256=ukMGh8pEAw6F_Ezb-K5D3c-078RgA_GcF0oW6lg4lSs,3189 +setuptools/version.py,sha256=WJCeUuyq74Aok2TeK9-OexZOu8XrlQy7-y0BEuWNovQ,161 +setuptools/warnings.py,sha256=oY0Se5eOqje_FEyjTgonUc0XGwgsrI5cgm1kkwulz_w,3796 +setuptools/wheel.py,sha256=xkAtvgm7uPTyYV2zqVmQ0wA8kLwOyRT2Jes1zAy07Ks,8624 +setuptools/windows_support.py,sha256=wW4IYLM1Bv7Z1MaauP2xmPjyy-wkmQnXdyvXscAf9fw,726 diff --git a/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/WHEEL b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/WHEEL new file mode 100644 index 0000000..91720dd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: setuptools (78.0.2) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/entry_points.txt b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/entry_points.txt new file mode 100644 index 0000000..0db0a6c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/entry_points.txt @@ -0,0 +1,51 @@ +[distutils.commands] +alias = setuptools.command.alias:alias +bdist_egg = setuptools.command.bdist_egg:bdist_egg +bdist_rpm = setuptools.command.bdist_rpm:bdist_rpm +bdist_wheel = setuptools.command.bdist_wheel:bdist_wheel +build = setuptools.command.build:build +build_clib = setuptools.command.build_clib:build_clib +build_ext = setuptools.command.build_ext:build_ext +build_py = setuptools.command.build_py:build_py +develop = setuptools.command.develop:develop +dist_info = setuptools.command.dist_info:dist_info +easy_install = setuptools.command.easy_install:easy_install +editable_wheel = setuptools.command.editable_wheel:editable_wheel +egg_info = setuptools.command.egg_info:egg_info +install = setuptools.command.install:install +install_egg_info = setuptools.command.install_egg_info:install_egg_info +install_lib = setuptools.command.install_lib:install_lib +install_scripts = setuptools.command.install_scripts:install_scripts +rotate = setuptools.command.rotate:rotate +saveopts = setuptools.command.saveopts:saveopts +sdist = setuptools.command.sdist:sdist +setopt = setuptools.command.setopt:setopt + +[distutils.setup_keywords] +dependency_links = setuptools.dist:assert_string_list +eager_resources = setuptools.dist:assert_string_list +entry_points = setuptools.dist:check_entry_points +exclude_package_data = setuptools.dist:check_package_data +extras_require = setuptools.dist:check_extras +include_package_data = setuptools.dist:assert_bool +install_requires = setuptools.dist:check_requirements +namespace_packages = setuptools.dist:check_nsp +package_data = setuptools.dist:check_package_data +packages = setuptools.dist:check_packages +python_requires = setuptools.dist:check_specifier +setup_requires = setuptools.dist:check_requirements +use_2to3 = setuptools.dist:invalid_unless_false +zip_safe = setuptools.dist:assert_bool + +[egg_info.writers] +PKG-INFO = setuptools.command.egg_info:write_pkg_info +dependency_links.txt = setuptools.command.egg_info:overwrite_arg +eager_resources.txt = setuptools.command.egg_info:overwrite_arg +entry_points.txt = setuptools.command.egg_info:write_entries +namespace_packages.txt = setuptools.command.egg_info:overwrite_arg +requires.txt = setuptools.command.egg_info:write_requirements +top_level.txt = setuptools.command.egg_info:write_toplevel_names + +[setuptools.finalize_distribution_options] +keywords = setuptools.dist:Distribution._finalize_setup_keywords +parent_finalize = setuptools.dist:_Distribution.finalize_options diff --git a/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/licenses/LICENSE b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/licenses/LICENSE new file mode 100644 index 0000000..1bb5a44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/licenses/LICENSE @@ -0,0 +1,17 @@ +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to +deal in the Software without restriction, including without limitation the +rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS +IN THE SOFTWARE. diff --git a/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/top_level.txt b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/top_level.txt new file mode 100644 index 0000000..b5ac107 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools-78.0.2.dist-info/top_level.txt @@ -0,0 +1,3 @@ +_distutils_hack +pkg_resources +setuptools diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/__init__.py new file mode 100644 index 0000000..64464df --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/__init__.py @@ -0,0 +1,286 @@ +"""Extensions to the 'distutils' for large or complex distributions""" +# mypy: disable_error_code=override +# Command.reinitialize_command has an extra **kw param that distutils doesn't have +# Can't disable on the exact line because distutils doesn't exists on Python 3.12 +# and mypy isn't aware of distutils_hack, causing distutils.core.Command to be Any, +# and a [unused-ignore] to be raised on 3.12+ + +from __future__ import annotations + +import functools +import os +import re +import sys +from abc import abstractmethod +from collections.abc import Mapping +from typing import TYPE_CHECKING, TypeVar, overload + +sys.path.extend(((vendor_path := os.path.join(os.path.dirname(os.path.dirname(__file__)), 'setuptools', '_vendor')) not in sys.path) * [vendor_path]) # fmt: skip +# workaround for #4476 +sys.modules.pop('backports', None) + +import _distutils_hack.override # noqa: F401 + +from . import logging, monkey +from .depends import Require +from .discovery import PackageFinder, PEP420PackageFinder +from .dist import Distribution +from .extension import Extension +from .version import __version__ as __version__ +from .warnings import SetuptoolsDeprecationWarning + +import distutils.core +from distutils.errors import DistutilsOptionError + +__all__ = [ + 'setup', + 'Distribution', + 'Command', + 'Extension', + 'Require', + 'SetuptoolsDeprecationWarning', + 'find_packages', + 'find_namespace_packages', +] + +_CommandT = TypeVar("_CommandT", bound="_Command") + +bootstrap_install_from = None + +find_packages = PackageFinder.find +find_namespace_packages = PEP420PackageFinder.find + + +def _install_setup_requires(attrs): + # Note: do not use `setuptools.Distribution` directly, as + # our PEP 517 backend patch `distutils.core.Distribution`. + class MinimalDistribution(distutils.core.Distribution): + """ + A minimal version of a distribution for supporting the + fetch_build_eggs interface. + """ + + def __init__(self, attrs: Mapping[str, object]) -> None: + _incl = 'dependency_links', 'setup_requires' + filtered = {k: attrs[k] for k in set(_incl) & set(attrs)} + super().__init__(filtered) + # Prevent accidentally triggering discovery with incomplete set of attrs + self.set_defaults._disable() + + def _get_project_config_files(self, filenames=None): + """Ignore ``pyproject.toml``, they are not related to setup_requires""" + try: + cfg, _toml = super()._split_standard_project_metadata(filenames) + except Exception: + return filenames, () + return cfg, () + + def finalize_options(self): + """ + Disable finalize_options to avoid building the working set. + Ref #2158. + """ + + dist = MinimalDistribution(attrs) + + # Honor setup.cfg's options. + dist.parse_config_files(ignore_option_errors=True) + if dist.setup_requires: + _fetch_build_eggs(dist) + + +def _fetch_build_eggs(dist: Distribution): + try: + dist.fetch_build_eggs(dist.setup_requires) + except Exception as ex: + msg = """ + It is possible a package already installed in your system + contains an version that is invalid according to PEP 440. + You can try `pip install --use-pep517` as a workaround for this problem, + or rely on a new virtual environment. + + If the problem refers to a package that is not installed yet, + please contact that package's maintainers or distributors. + """ + if "InvalidVersion" in ex.__class__.__name__: + if hasattr(ex, "add_note"): + ex.add_note(msg) # PEP 678 + else: + dist.announce(f"\n{msg}\n") + raise + + +def setup(**attrs): + logging.configure() + # Make sure we have any requirements needed to interpret 'attrs'. + _install_setup_requires(attrs) + return distutils.core.setup(**attrs) + + +setup.__doc__ = distutils.core.setup.__doc__ + +if TYPE_CHECKING: + # Work around a mypy issue where type[T] can't be used as a base: https://github.com/python/mypy/issues/10962 + from distutils.core import Command as _Command +else: + _Command = monkey.get_unpatched(distutils.core.Command) + + +class Command(_Command): + """ + Setuptools internal actions are organized using a *command design pattern*. + This means that each action (or group of closely related actions) executed during + the build should be implemented as a ``Command`` subclass. + + These commands are abstractions and do not necessarily correspond to a command that + can (or should) be executed via a terminal, in a CLI fashion (although historically + they would). + + When creating a new command from scratch, custom defined classes **SHOULD** inherit + from ``setuptools.Command`` and implement a few mandatory methods. + Between these mandatory methods, are listed: + :meth:`initialize_options`, :meth:`finalize_options` and :meth:`run`. + + A useful analogy for command classes is to think of them as subroutines with local + variables called "options". The options are "declared" in :meth:`initialize_options` + and "defined" (given their final values, aka "finalized") in :meth:`finalize_options`, + both of which must be defined by every command class. The "body" of the subroutine, + (where it does all the work) is the :meth:`run` method. + Between :meth:`initialize_options` and :meth:`finalize_options`, ``setuptools`` may set + the values for options/attributes based on user's input (or circumstance), + which means that the implementation should be careful to not overwrite values in + :meth:`finalize_options` unless necessary. + + Please note that other commands (or other parts of setuptools) may also overwrite + the values of the command's options/attributes multiple times during the build + process. + Therefore it is important to consistently implement :meth:`initialize_options` and + :meth:`finalize_options`. For example, all derived attributes (or attributes that + depend on the value of other attributes) **SHOULD** be recomputed in + :meth:`finalize_options`. + + When overwriting existing commands, custom defined classes **MUST** abide by the + same APIs implemented by the original class. They also **SHOULD** inherit from the + original class. + """ + + command_consumes_arguments = False + distribution: Distribution # override distutils.dist.Distribution with setuptools.dist.Distribution + + def __init__(self, dist: Distribution, **kw) -> None: + """ + Construct the command for dist, updating + vars(self) with any keyword parameters. + """ + super().__init__(dist) + vars(self).update(kw) + + def _ensure_stringlike(self, option, what, default=None): + val = getattr(self, option) + if val is None: + setattr(self, option, default) + return default + elif not isinstance(val, str): + raise DistutilsOptionError(f"'{option}' must be a {what} (got `{val}`)") + return val + + def ensure_string_list(self, option: str) -> None: + r"""Ensure that 'option' is a list of strings. If 'option' is + currently a string, we split it either on /,\s*/ or /\s+/, so + "foo bar baz", "foo,bar,baz", and "foo, bar baz" all become + ["foo", "bar", "baz"]. + + .. + TODO: This method seems to be similar to the one in ``distutils.cmd`` + Probably it is just here for backward compatibility with old Python versions? + + :meta private: + """ + val = getattr(self, option) + if val is None: + return + elif isinstance(val, str): + setattr(self, option, re.split(r',\s*|\s+', val)) + else: + if isinstance(val, list): + ok = all(isinstance(v, str) for v in val) + else: + ok = False + if not ok: + raise DistutilsOptionError( + f"'{option}' must be a list of strings (got {val!r})" + ) + + @overload + def reinitialize_command( + self, command: str, reinit_subcommands: bool = False, **kw + ) -> _Command: ... + @overload + def reinitialize_command( + self, command: _CommandT, reinit_subcommands: bool = False, **kw + ) -> _CommandT: ... + def reinitialize_command( + self, command: str | _Command, reinit_subcommands: bool = False, **kw + ) -> _Command: + cmd = _Command.reinitialize_command(self, command, reinit_subcommands) + vars(cmd).update(kw) + return cmd # pyright: ignore[reportReturnType] # pypa/distutils#307 + + @abstractmethod + def initialize_options(self) -> None: + """ + Set or (reset) all options/attributes/caches used by the command + to their default values. Note that these values may be overwritten during + the build. + """ + raise NotImplementedError + + @abstractmethod + def finalize_options(self) -> None: + """ + Set final values for all options/attributes used by the command. + Most of the time, each option/attribute/cache should only be set if it does not + have any value yet (e.g. ``if self.attr is None: self.attr = val``). + """ + raise NotImplementedError + + @abstractmethod + def run(self) -> None: + """ + Execute the actions intended by the command. + (Side effects **SHOULD** only take place when :meth:`run` is executed, + for example, creating new files or writing to the terminal output). + """ + raise NotImplementedError + + +def _find_all_simple(path): + """ + Find all files under 'path' + """ + results = ( + os.path.join(base, file) + for base, dirs, files in os.walk(path, followlinks=True) + for file in files + ) + return filter(os.path.isfile, results) + + +def findall(dir=os.curdir): + """ + Find all files under 'dir' and return the list of full filenames. + Unless dir is '.', return full filenames with dir prepended. + """ + files = _find_all_simple(dir) + if dir == os.curdir: + make_rel = functools.partial(os.path.relpath, start=dir) + files = map(make_rel, files) + return list(files) + + +class sic(str): + """Treat this string as-is (https://en.wikipedia.org/wiki/Sic)""" + + +# Apply monkey patches +monkey.patch_all() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fe9d6cf1b350ce014d907a8e4aabdb43e918d4e1 GIT binary patch literal 13916 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce8f676964ed500a170c243a768b19db01327c8d GIT binary patch literal 14952 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..abaa6272e2d7a1a52730e3af09d616e28481eea4 GIT binary patch literal 4686 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4293d5afd36fe50f5e241b83cc7415dccfd0a6c GIT binary patch literal 3615 zcmbsrOHdoxaYhmRk4Du(jU1iuxnU9xU2V4fHY#nwYGy{x~W>jyU z62PM^Rk8;-fm2%rsU#H+K6uOLRPCPjnyOqRDJC76|w#7}wVSvG7|jMg5aZoZ&ho4kRG9D2Yl?5-qthbi!p}_aSBy zj5TjcGy!&J+*vlk(v-v`JW^AFlh}k;@+5o`m*6Gur&Pi(1tj06bRqzl2OO0Azzwaq zV!_o1zI*bZlFeo0tgPZBRy0-6=7o7hmBg$jTf^%v6jvn{5u+o)z_+oZ6>hWuIJj-%S8ZfCoUzaRAU1 z13$8S@CAS^3X@INFlbztdv-{nK1}4TktX`y8fkF#+vC|GBW(rb_^NvPh(7=EH8MMC zPr>D)43|L}v}4r_^*KEi^O!zGS5zG*)s$>98AZpY7d)jQoKfaXZ#J1)R8$$Qn7+G7 zyf^`#myzkUB0$__GI^|IVs4YQ9ceb@KukATA|WH4I7twMH}~R;T2_wFFQBA8m`cVo znXH&e&JAK&$7BL@91e`+?7{>_KlC% zKduJOmjmZtd#EP<8z1Fw*}SlQzQPM7MmPXv$0ObZ3@hTz5X)l`KjPDZ%WxHgn8;Z} z0+0WJ`jhL~;rsXvZMf3)x8O*D@z*eUV%9KRlG}+9>c^bJKPjr|fV0}b5(8%h8*_(p zbQWAvQ^76K1qO$mwUc+?7H7S_w+SR$9c}|l>{1`x;*!yXhH=#4ze8)|MyDLf22OW0 zXoqr6M?u`>@T?oKl4qGNcnaJmtzLVFWnA5|oByX}?>T2TaNV*1798$z%hZ2?T_;2w z?VW6IfyHMXP3azoYT$HlgLWu`b>5fcJq^r)$M76^Hz#=+qV@Lp6@^@qPo*Wk!2OT= zyKujwwcy5s4xJuys0MD>Twv4(KX~4y#!iO&T!AeXNHRTSFeAV*RhaMmSmxq_*pyzWW%TB%FN0VwVwu+iycIf%J!;+-SNt9X?Ga8gHD17=VFN%t)U{QqR zxBnj)kY%l^XHu)&TwclGK}AL6v6(b7U1%=WWu-@xpR^MCI6@jS{fkMxuGI9vEQv8f zB$FVL5X@$h*X@Fs(UK(Hvo=ONS!VD`PBvK$DGQ29ss~t{$|Q9ik)&e=CoGff6G^GK z`%s*?H=P)tGDEkBjf&b>8x?QepS&|WIc2&u-DF7VFgZP!fy}>*&CtyB{d=S1;>`Vt ziOC1!GnOu!XL49ul2v6DYL=FhRWp3+;q3V6^w<$;9!?&e{`uX>JL6+!%lL!Y@u``~ z>8XY~epIY;V_rnE9U`T~WbDee1SQO5=9LUw7YZa+Qs^RCX7&91ys~UE5GYwE#TzP| zJy07F;Ex0!4FiXyE&VT01d7xvzIF2#+xIK{x#HNKhc6nn;OXs;p0Yd3rH)IL;N=o` zd5;fO`L12Q>q+!!YbpNG^X@yf(5a12)<3C+hRUI#r-d)1ua>@Cs)RmVV_xzBP{fCd zW3@nZoB1>Ud;ZC6CD31-c**%U_;r4Bd6zr$H6N})UBp|D9zS|AS?#%A?zvv=nJD*6 zJon#z6*{%X?1dr#PIZ*Hjy3jotFN>hHqfF z7I}||fjhRPO61&ILL=qqNI5V9LhEC%S*jV%a_+s^`jQWAwr;aK%#Kuw4wU$T5;K6> zA$%vde>qtBzGgr_+6>S?t{F(zTLDmhI1I{3@zA!prVz>LF~;tI&H#o#+w)#B@YT7`jTpPYEE^6p>PGUy)=ID^QljpHueXB;&l{ zhV8q&k3N7Y={Bu?__dp+>2F+anmO=Mbmt4I?FHq1L52QK4ZQRRir&3osL0#EniBAD ZmZiH7S_bKh2fw5ly6+&!&}Xfq{tHN03w;0p literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..64f090098efa22eaf094f73bbdca8c656a0919ce GIT binary patch literal 400 zcmYLDu};G<6tv?sl!^$6%nWQ~NGw2NLVN*YMp+^^ann#cj%)`hpTNe(H}EY?uv7|2 zAP_?~q)H5(a0*SI^nCZ;yVLp6bw|L|>Fr1MX7IBc)@A*Z#f2gFAO$I8AOaLzuPDAXaBNa>S?j4NPQs&Ota43*k|Z;dQH2%NRjGww3dftsvR)3)xJWBT&*iQO nf~M7hdA<>Z@CA(Ckuyi$6Y}n|XSDxn`(L*I;{bRlU8DL1fM;?I literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6ad3cdee4d91da2a927c35f37300488a77889d79 GIT binary patch literal 1061 zcmZuw&rcIU6rR~_X)P_)qV)jAK@Vjk?FNk|64QhP6C=t+qXa{m>FxlP{ZVIkk&-28 z2nPrxVq)ZAylaRFNB;*eBwor!FM83NSPsg`Hwy)czGU9MH}8Ej-<$XLLn@U(AlH_^ zOg@(o`YN23fFDY;8$RnuM>;l;iN`QTy0nNUur4p+F{u_&qTfZLf`gc5TaITk4Ts2m zC2Sd1vklZb^3gp=9eFGA@vI}FWN%cRvQ4H=OmgbvHL4nhSu$uj?=r^~4%n(uDXZ0* zJ7rr}3jLQ=r{c1Fm1@&;k~ylwT(9cdw&AEH2=LG>RBLR8^0A_p>zOCVES4-!Y0C~ZN!^^$=+&1yl!Vay8RLYG8x?BMPIPlrP!ZX|@qpq)YL z*o*Pguon*7C>Y<+uR7YzqGWpIYJI4Y?tC`8JX^oj==&Q!j1Oi zT4ee9r%dTjy?n%nWZOhqvP=*G{drH#*L&q;}c?_d6u9FxWO2$D*nZ z(}tEEPCpkvT}XrrCj5j@f-C$JrmcGhEAlM3Vnm$`s2?)M_%ph&6GuILyC{RRA?6Q! CtP{Wh literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..008fd136b9868c0b7e598ba1b7d676da4c6538d4 GIT binary patch literal 7417 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 CkRXHr literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d53b5004b1027d98a115118bc9b4fcde7578f7f GIT binary patch literal 4197 zcmcgvZ)_CD6`%d%z4Pt)KPF(Kcrm2s1N+W~5);P(j7^}Sa;#z!acOkfyPdn+^WN@d zb`NvtklYHjSczo(r8a6LT&Yq)P=$UfAN%iHzxZ-#X%@GkO)ItEXz7P2s;a)3`)g_e zt*VZ6GjI0Zd-LYKH}ih;%a#@&g7)I#ACi}V`ixGh%~K}0NB;z31)W72(l`TUxCqBl znm70e&qg64uu+VNFbYOfMv6!oPsEe)M!bwyG@3KMh>t^9A`Zob8rHAXr#-(?i()LJ$9vKZ;o+B83m z+c2NrSLSH!wU*21R^>xvd!7%r|Ao$ioGYuQX*sH+Tc$l76x^2Cb2BHRlc!Ehp8m@8 zN!K%*&*C>!;x?T%fdvHGa;E-n4oC5MOl*wlr)J7DVd$z&yr9+foN>sE>ZDw6g_s4V zrkIs8wK!L?f(|151cbOpSs+%BL%*?>u57Y8r(?RQaaN`a=vGDFCC;g7PD@*GavFD= zuR4!Ic_AoX964dyIf4}@r8>}IC94u_I*O(f9Cs{|SFD8cP8N3Zj)E`fwqw(cco`YB z=B9(9%UiZ9QV!PxQl^^0t~aC3VVKxKp0t4_q#Zh&?nqI-I1^4;85~X|iE0nU)v#e? zqJ|n9a^%r@wLfs%LHQuf@P4;6m|6 zr`JL=4F5oAYR;{@yx|*H4a3|3LT4bY)MXHu(h~{D5hX#ajAGd#X08n`O6UewVmPkm zY^>zh zTPCP<<{={$eaN&lYzNDNM~)m(=&HQ>bGX!4pC0e?BEAn)?o5%?Xbq$cTvNW0B7 zPZ4@gJqJIVb_?k53i5Bedi=fd4-T&#|L%BE4y=m-vJL**bf)Pg%g*#J$bhGvX^o=^ zL;4(=Zmex}cGJz(f9qpC4Nb0q;PgLPgIt%aQcsa+sq)pwr%2GV{#Yy24o3BWR7W@@ z{KW&)5DeAOFJeVi=%EP130CMOq9iQRnAzDJ$yzqHL#`ChC+BrD=ye4Cp*p~v zA+4}ByKh{N8nbDL%fXJrNpZads|Ni>wgVf)-b%2^Hl2>1iN-q zrE6ga$x2IC>U?!hM~#C}RHQEP|Bbv>D;}4GX4Ig8R=merdaHD+B~(3itI2RlbZW_? z2?enrBbnUH zDgo65_yJ`$P_B}#$u-TQYSQ>CEs|2p6;%8R?ao59=31?j~ZRsYVH>4}U#qVI^3Rx=~^tero#q|IV zqoH@(ETShH0_}FjbA-a<#&1%V0GhktdK@cCHABh4^9*R&bPbjRic*FaU2K8P*+aez zTqE$aKZWkk=yRwv`%qi=dntgZ+jp#_m(wfevbpy4JENuTFE6~lv9tGj&$XWG&tH4~ zhW}2iwDYBPar;AFZW`U_=vwJn?pf(u?)!e7z3bs{u*2>opQ zC7AsD(AZR1_(fO%Iw%new+MwiWJi^9B?7RYn64NDAJAv1D>?ZrM3~S@K{EfMZ-lj{3o>U_d@$` z#r+SudsYvw@jsBiC*PPXD#Po&!^Q5A1<#e8B{cGh+|<2Vd7)?_=5LulE4i-^0!0xC6RlTd)SJ2|2?j!$o2e{@8?Dz35f4y6tnYRw2IQ3 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a1cdafb30b06303330560f2e713f71758a3b6818 GIT binary patch literal 1966 zcmZuy&2Jk;6rZ)%j_tK$=cD<8wwq7|+$1&uDaEKD(X@hqlD3Hp>Q>QuvpY^U*{{y5 zD;yOmqB#VKBT_h_BK6QH7ybbL037 z?>Emsrcwz6W9o}vm%oW1^c!0=hgcVclYcO|j{%41%V|NT1U5mj%#eHY3VlHInW9lObn?K++t?^)=sg9hwaVu^Ar| zZOOt7$#)4j#Vt}%bxmKv*+`Ho-o150o&Mm)^hYyu?+3AI&9eB8j$+lrA8RCt+;IRd zh`A3iv0TlVW9Q7{`xTR58#_KjWWMiNrbdI1S|lk5CP=6YKDkL)1nVz1QSaTOK3N=> z+qN$TaZe)@s|4TI8|h@XK{5Ek2ni>jgRqVKmTfh}%%_JBO@O-I#T$2Xk{KQRc~ninJu;(DOBS&;&%%EDGH6Hs@AKx6??mQwloLVm@yalX7v zG&-ScdCRg@;J}0r=d%UKdCOeNdsTnMb>7TPzLBR8(}bt#YuYlVd5Zmt=ew>&^Q?+A z=T(DLy{L`UkRdp!A3iz((+2u0iISNEX?R~6e)7r_<6!j4{^*tOdk+dT`-PbwF4YP* zYa_R6((OI*_6cl2r-;E6oEWSDY@;gL5$1Lf;qd%Mggw6?!XqFTK^}pRGKOrR!>Iy! z2_*e2iB2Js^WZ`*z_b%01Mm|>>u8j1lVyGahvw5IP&V;DoP80W5s~AMgV0Xphk_6K z`goCioOGY?YR_ZO(scgbIL%5WZ*3WpP2CF7F=V{?gqozJr4sN(^W_S~R0elmETCx# zXvk=s4Ut|rm{*1jgY^Gb8)cS0n4oAeluU0u`0BIA#ajR6nl!d2j`6!@MV=#)2Dcze zfDOc1Px0OZ9fv>pb{E3ZwSKN;Z*KvLr8L*p3@Ax5V^7B@nN1LwciAHVf<`rCK*F1)@!Fu9S~nyI15<0u-N+R5&YeYaM-d~GAX tC%sxj*G`gAVO}`yL!m@~3MXOsJw$~=As(RF#%lKP?diXfD2($U{{eB!K literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_shutil.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_shutil.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..06eeed2bb70bd2622715236c2746f01c68584960 GIT binary patch literal 2351 zcmah~>u*#=6rZ_|-Mg>8c*r|9r4=?x*HQ$*M?}D+A;H8}2ph@v_TJg;rT4L!neBF) zVv3Rg(P&Lf3dY2m5Ct)zAN&XKt6$oHp5rJ9iX#WVMAOCcnj>^(Dc=FH=q z-OeFD=V>HuCE!b1QZZ(w zU`6sI`ea`fjmjrc6=&Cv?LOptBgC_bXA<2pYJ}>(r*pro`$e5`%drP{Fr5umxb5hM zXX!q>FD`j3D+Ssi!*Ps3hXnEdTA3U-=zS4D76)p%*3;b$9og|qVr&k%z7;42EwLar zT#Z^vc!heV*lx8n!(dSXHHB*E8a{RnWhI(`F%`ft36!ocy_XyEU6L!7sKIubM$U2E z0$gSnCya{$^mB0eT)D=Fe6Odgdv}i6oa`za=CDyBEXUyVGWUIlq7}= z8f!2_y&dt`@*F^^pOK!iw=^zYUs-<=3iFKgfmCa>RlEYYd~9r^Ib?Vx+bih+2@x=N zG5}of^v7C4nDnAyJH$Ew_N+qVaF0N>$Y7-u<|T-~(|3eYpJwGiDI0t!P{cj~CQO8; z>pB$x2I~yYiCgA{aL>XBp@TjnbOX#i2Om2OY62}N@$ z&@vaS$-}>B8y_yD+8!V*OsUTj7ZbB>9n;1gZReb}^S`cEGeQT;2pV zf$B-5rN5A-5}zl&+WqzZ%ll`WJLlq^KeXT2ac##;|M$5CZR;iT%AW6D|K|1ETKC=N zHIs)vuFYy2=98I;UMk+^+mFGy@)BQysb{@JkxY0mjdJJ%!WtV*LgDItwre{E6$u;| zXmA2`IVEIZKp(8|C(=qriCF=@0p~Ee0|VhMMM!a#IF3H-`BnXd?OA@6g^#L2iOx*o z8PxV!SLh7XCWs9B zy7f+K+gxhfB|d#>=E$wofm!81m^yQXr@&QYE(PD>`=B6mpd)$OGdR7%Sj%1rN^`j| zX@(272xS}m>!o_#vQK%)d_l|~JWWhaTg3)~ z(E^!q8f4xw7&$U(lCpSJVa!XMR&Q{M~|LnG5|Notlsy#8jNEw`sU(KG`ayn1vIsrc2!771^CSU-x9w&nqnai*?dH8Xj<4s4s5 h9toS7j(^3duEO*Z6VXn`4yMt~bo0S&^3AOn^#7}`8N&bo literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_static.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/_static.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcc81bf809fb446013f9bcfa0c1f4787680d2ac8 GIT binary patch literal 6062 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..68f57174975c8862c259880403aee9ab037e1efa GIT binary patch literal 9259 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..757e4f3636b2bae3d6b0b2dcae48255020630612 GIT binary patch literal 52253 zcmeFad3amrc_(_X5dZ-a;J%ZGi%3EuK~cM?l_IrElx#|}O6v*d4ReOv`lAr?QjY__^)v1Bg@zW0-rDsXI^8=Pt7Bw2m_O z&i%dL*#Hodoi@31|G3B2;lVlIzP$VUet(&jmC51SbooCI_}=5Vzo8%MWsx5YpEj8| z?izQJ6F9*T;D!u61_M1C1I8XB`)lekvA^aXGy7}lv9P}xJsIq;wa3c-+InpGYYNzh zGJ7(I96gR9XOD9zt0#+Eei4i)tjvEQ~p@lZ)m$xvxeDf?{?lns^lln+((RIuNffy$w(o+>;$1ZRLBs_v;C zs_Cg2s_m&As_R+B-e(2shZ=es*mHKEamdr-Vb89>>Y+6~YuK|pP&3rj)5M;00?k9- z9`8^~PYe5<8(2Hk+SAIO^8)LJ*7vMu&-sB3LmPWGvgd-prlHL}n}@daY{73D!>v7S z?C&<^?{?+y4(0Do_O~#wYiM`RZkDGg&_1-MXU|YaPY3&59OxX{+q0KFmjw0=?eE!d z;QYCw6Xli$4h$XaImo`11r7}z?m2?z@&QB7QGb{JSiiC7xSjLo@)aQdd)IJ11-qYF;+?JR#J+ z%=J7eY!vG7>nULse)S0TxIZm4;Qoxzi2G^5gZo#6)wuTxn}jt;`>fD}Up}E3_cMYQ z_dcNocLBYl6;&44jvo09+;F*(^KbOGo%<_PoN}G}y_6UD`Hn$;*W)*G`#E9l%NP^C z{~fGzx_S=#jpzPaeonj#n}ybw&F?6$dd{-E>yUT7e~XrPaNOwG@-s@~F~l9d;o*^> zFE}_dEOmLzaofS5U-X>`_?4&Nh#1d4Iu@i?M}4ECgTn)HTettYG5>I%ANkD#fsr%x z_qZ>3)?1)=(;pcsULE)%RJnt9d8S-Cza4R3WNBw<+{e$@C)E>M2LDX(Ng;G%L&uG-p zi>zM%a8MlY9UU1Q4oY!LujqeHid%an>SCM}`UGFlhiAUG&o?|W zJlKa;g#5jM!9M@6geG1b75x$wPc?N1Mb=eAJhKrez@SgU4=0r( z4xT~rBg5iq47peI;2yX4sw*Q@hGqu*Pa|Cu@AZ05^Amgkx#-2|cwX-@QSgg?p*tw5 zIr@|Zk8(IJ1OKqp4WEj5xW-KYteII%LQr8;M%gvpm+6ikBoU5mQZ4P4Nyrs(E^ zR`prP2-?)=*NuX8f_vTgrdi!`FBv?xE}B4jk%x9a%jS{|x>rCayy~ZC`9X>I4f9xJ zesS0r;0K4$=^?B=HZ8n>wKW*r>Ic^wzn}BVD73&XKhem|4fS(WL@@IV#KRm+wg7Uoh zd5=Y`Mf$keKQtJ`#HcmJv)k1)@{+Li_73}o{Jp(5v5DzPq9NuVJl=A4WXRvrKOp*~ z=00CbATZP$@SSN6`lTTKz;jDr@J!3-c<}7V@Op3Sx)y0L=x-kN^_}+(_@x$o&|27_ zjgH41y}elB)X3gmaVx4hjDOM|+%9o3t0Nq`Z7o^0)h*dPQJW{`?20+}#R_VEZZ+F8 zKg;CYB@tWka%S=L=C`-ZG)26-Z{^>zMM@4XWFCr`4}FSKxIP6w(lbZX%@)x-9BOMNq8z_K$=7;!i03va^w6523ne$jlvaDlsMdWySX@R+**RV@IFV}5Zn^2aR$ z;>g%&sD&RIlY;yiKP|cukpXDFL0%DUG{jN^PrGz@fNvZa3GxpN9*<2V6d2FkOTh6s z!Nz!o{~|WOByVteMP#0$%Gk5GfzoHUOOhXeTY(~CJzjb&aWhS8+)QmEr-sK81f$A8wbpd&Ue)&T>}4QWhW0;%CO@Hp~YXvpU1Z zSYE-kt*>s4*vi9`Q(He@b{2dy^!Cp0?uXEEAyetFM?WDleQ)bmokhr3zQUSfLRnA@IjdOzQS=cM&wM=G{n{wF*n zua^m9Py;vbC{Gew2ZG_8LWLrec1;*nU@~Dmk6Dw`j$3}kHB&ihN?kKSw_3^Tpi|ij zGQXLj)n>v9vP_y@G$pK{j8F~G<6!?dA3W;|@@y$Fz@@Ga0?cs^P()o(BmI03@SflP zz`9djJ>pJO+vTyxGY2ICPCj6NaXsF}&F8R=#CAN2w2|405j*IKmI*+;3VC{|NFd@- z@upeqqy&5EMk`0$kDEk$O)?lv zMV!YTzKj~zaPO3~*O=Znm$X-y-mkFWIcXVbxT_F=6u8TXNz|~`1UF%rFsUHMz)hGs zxzl4DHvI&54vR1Kn$WP4lpWL-nqZhP17m56>?Qm@r(rj}3_(lr49cFgOlC}4CoJNs z3Co1(d4pK3gROHK*wS;K%hI3KCoDPhL?V9GK-xKNVXA3Cj++IGknyfn@9&ihW^UZ( zv4iIw}@hgf0@biYg z@ib|&;>RT5PX5AR@GPSx z2KxqsdYKa6czo}1e#5%89&c#9=G#bx9X{aD>20Xy8-oCSg0YM_VhPFIiGPbbG*aBI^ui)b_{z)^q zUE=QM7F{~LY%ZJ%PM?_BwrFmNxk~SI1(wXP30PpsRTp*D&2%riJj=POV!0}G%n{PcmN)Cy8%@po&OO(h+#UXp&YzWE`6#QI>1yrCY-wG#6-@On+A2P?aTfcPf>+8emrb2m zu$SI3mwo=3m2;Nd=Zu!tn7e8A)a-$|J#%AogY(ZtvfINZ5Vte63)%Ivoe|qwP_vfS z2NKQ1HAlOFd*4vi&YO~0W|~F(Gkm(65@7{M;879@4|R+u4HJfRq=pJsX#Q>*x;#da zFnZkPr)>&$6EBA7g<(jdm8Sq~@hqO%Z3YigDQ=fIK-8Emd)by9e*Wv(m)c`y%hwKl z_0YdMvJyyY>y~K8Yl-dENEexc7IPBTDREB*M*AkQ?c*koIpj$MR}8`sbUGo9`J4EC zzJP>3YnzB`f%fio=EqJNX^NG>{Aijse2~QR=#qW zXfv_NJ%I#aA0@@M3GndB}?QW zhlm#v8Mad9#0UU+i-C;glE))|P|gpTRsa&T-hLW?aUALXfYP?$MvKM0Y^z+d)kbZ# zGr^hu*&~s{y ziktwOf)FK%dVdZ0cN^aY!thy)AcMOiflBcRZgCT6<^)t*k9RjMDH{vWnS`PuBLHcR zvB}hJmMg>f#7>JZBFTTiKZzuUGHbYwknqV@p1%C_biqPa)uN4Gb`(tc-{@X+R4?b2 zMap+9uYd-&&qze&84dLWpk24e;Q9$&hv2fP{7@Ai1kX zhRk~-w$@+Xb0EEfrnheAzVB+UHNEf1Yp*oDUunT}5>2S><59FSd9mutQK92B^sb}Q zqy+^&Qdv;?qD@{SzdP<|ALYr4Ek`>h0id+)Syjjde7eyj7Wsv~Q zvN(ZTs(i>L&!$$XcnOJqKnXi=qp37oFqQdJC-2zGKs=SdF&uF;6W&}G%PE+$MT(C_ zj-UMSLL~c%1gt5~4bUd$hVa-+j%@B5u8pQQ^VXW?EE^v(E$5Ijd0NtmnUki$tk5UW6v zhF8i^78G;S_I0MWoXw^`u&hfSN&=b;9RC;($p}4-2rWUT!GL4}#)3@4m`4nu} z3+;Z$K1yJ5z`!UX0GWa3gCjiY${2W-LdO$!Rzfb7p<0nOg)4%HARzSlL;;lqN%@R%3J9~O(>J?eL1y-rS9@%$iNv=-M*l_rUXnOfHlOs#MwZj(1|~~ z)Glr~A2&Rox}B9(r*wc66+V%;qec9aehW8{LJSO_Saj5=5?lhc4Y*}Bd}=a*3*t<6 zVuf-FuQ{$dUdtkwyxVZu95#eomt7^()qvqHz;N*SrPCXx8zVJ4=6&-gZ&gR!ojSV@ z$)LS#dc#cHtT6lJ+{sAww)w~I*mivafW6!B2twi#8c8%3Rv2^?iPF1tzyO4(Nh1&p zS4wqgeU6CRlq(%Sj}@tvVBoH7!y4m=9&a<&Y{l}aS>6@2|0{F6w}0~RT-_&%3m$qrkWA)dW>`Qmi;to4p-?Fy00 zmb>mEXneA=Kd~UWJWVJ;yA;0E@acEKGky&d<>z_~0@q`N^@jmg9>$kBzu9jVOwf9p z@y~+a7W~e5!v3q z?%BdR!3B-K3xD1C>-Oiseqg;FdL{Wk*b?NtY|--OqOA3>D9BBCmxo&OUN-dP!+Ibe zWfb6V0sa<3Z(oSNMfh8Uzr{#bjC3W!7NG>cOQ{B7t6CGD+k{fIy-a;0Y!k|mt{iPE z$KMLnU6Ig_N}&=xs1mAh=LH`3YGJ!jjg&R8f8cs*nf*f@a+CeTDq#mKAk01W!cN#g zn0p$8U9f^M_cY>fBmR1j&V#?Jh25})F!!v1B?Q;gB(%d8!rar$Y$3eN7NSL17v}m6 zu!wN>tPOJ)4Lz;hoM#VH8T)>OnM@MxGO4FDHcHwop5(ZsY6RgrtS?=HCYhPE=uR;4 zD}9Av;4G;l1YV^?0D2oViKVQuO{}Pa=|Na2{{DW*atELHW2^WCLBbb5swNVd#7)Eg z3p|wJB(w_fidYrms(~>QLLl)7-@wGbjh==!xmkQeDw*EEH#hS>Rn>xCsrrya5?dyI z#;Hz4xW$@B9aTC-O@s1=+DBbewePCzOM*zvPl{-Ww*mpb&_tqXxie%wpp^!|An<3# z`37uaa1s(U(GVbe6;c}g@Y2xwA)y-#1ekJBEm14NHwFU-GNV96B*{ayRFMi@K(lDA zKw$^_N!^X&q_Z?$s9!5c1r>77ND9c{+VfDEGZq9rI6i*-AY;}q_#oRO42rpu_2(!_ zr0Lg+^92YG0@CpUbn8SU@qrQ9KB9@W0mdCP$(W1=sNn^ul!nhkNh(h;6^?Fbr8PVa zY5#by(v{QDrP4xyun~)k>FAG z!w7;J+$j3HPvH6K8mK9l(qZS0wchnLO?(Y~@uO8Wr#(u)Q3$3IYZ0(QZWoPe(hi}a zRy&IYi+Ou~Q1COrL8@=9fqlMF-Nmojcn{gZ)@) zauaFFwUX3kGRbzzW}xQL(p5K!q^u?di?dPH3fhY$cu?MeY)#QTFqk+3D-v}f%7fU1 z-Yd!}X>bg=kDWl^QP?ly@sheM3UD!$*xk?*? zz13QS#X)p11D_ZPT6VM@d4lb1|46Em4^yB(F)BgB0+LrN3(!TLZ%wm6hA>*4B<7Rr zQuf){FhnAJLrqNs-$)t#L!-fQtu&cX_Rvt$s+K#W4wB^ei6C(VwnNb@GF-!IlIM+q zTXmSV^3XHi@VHVALujZ{;dA@ctbmc7de8eu&_pZ{d2jg>pe1Wfi`*NvP1@RmR0noj zm{8~qsb7iBqTdq6PivM66-n`#kQfc=8UgfVct);=V6q}FqG{4Jj#^QaT~!^@f`s*) zs%+$?u`>d6M18Oz9P~>7ijYiEBk`9o0!@8GO9OstrI8jE9Z)FN5fLqF+|QN@Ye*8_ zL9Lhof}Oz;tpMmzgBa(b=7d2Go&}Z&^5WQVaB#@)RRG69h6)&bQ{Wy=IMBVSN~J{r zR0b8Xg!}<%gqc`LH0uC}loC4Kvm=7sdYW7q6b_D#p#{p^B|#ye33Z&%t3&|FrT|n! zUtmn|0|B$n5CVZFO?{`<#Xu0C4=NrTI2)u9$7l{>%$Wk2Avfg2$OEwT$yi@8byT1u zB|%$7{}3z@)n$UoQB>(o1d?I&2t-FSMrDnFk>LBqks;PFn(##EDsRO;jXGBzOr(e) z{@@yT8IgotH#zZD{9*Jw6P7=)Z4dZ{&IrDpp@Kx}%&Wex1%3Z13BkT9=lT+r$Wk`WGKm6P${0f(&jbpRNoO;jb|nPlHzU!1Zh&~cy=;Ue_$ujE1P}hG8hKfm#;qQe+A3C znt>N&5)DiyQKWvK&`ib8k#S$j1rtV6$)#L+4xn7LqungEL9O7&U)`;Icwuu?J$ zV4%+$L#Q9W4Cku#RO*w;0(Ww+SYFBKGYxWm#?#QwGFcsLkYIgee%>G%t~l_N@tX09 z%gjw$$vP=mtCn%DPJPn%7kdOD@X= z&SUSwj+RLfMxnvHN9^krM@E8ix8NW3gWMVJ8<#nqcsAogw4M5(m;gB=uwl>)^W$C> z_uVvzJ5a0mujzIJH&0pI3c`w6dVUMP^^bw#K9xoy(hc6 zPaZ#h?C}$OJA04rJ<;CTexh9zC{g zBVZ@1Qi>PCR4Lf2`UmLmb9&l%p%>;Wu2}2FuzAr|9c$mq{@$(geEZ;A z2WQXC*DciTLW-=|nziq3y}32AasP+83u}&0s*0G$`(DY-lF0gwTaPbz4$!-@<=oPx z+=ggwL&SSvG4~*J3ij6Uo@J+dD*x+;mYmg5XZ1|Yw;SGSnB8#4xfc2bdn+WiCFRqd zOXa(x<+~S(+rwEgTS250w%$7O9jWS2dAH#sh&67s<^$S zYsxpBb5)2G91CYg3yv|JMrG7iIUStoS+uQ%`FPE$x4Yje{#Ge9uJYsZHM5-y<*oFi zz4Sh6ekJR27Il`AS4C}A(3bq- z(=x8`xIrSzm>;Zi?sI1RV4Vf`B-0E{C-PmSx&~Z!)-Y*E&{%NkY5C|3JuSpVC5n+c2#5XRp823jaMoFUroT9kW`0Y9Y#=Gbjt=gZyM7Z;*fzm zgEYoT800`2&30g@{&CsxOXJ0eGG*>Fq^lYlgqO_lKpPLC@q1{FytS>0$v@L6K+Eu_ z_!74%n?s130CnOvg%A4NGE|kg)4eMbJVu)!h=L%5 z&M%$X61HKP6=Rv*IC}l)Lec7fu$c2RVduB(f@$Hk$*YqyeX|=DTx%n)?e{HQmiwLw z-@~?h9RA$PkdSSPFXsd!iY3%a2ldJ2Qb82UIQHCCojUmNh*g0UwP?Ig_HqZ>{qVBlH$A>TN-F7PR5;2;LJ5Z(^s{0LYOh=$3Sk8kvQ2fX~~8PTJQ z1WqvCT`8fF5J@8eU$44QJ&<4d&V%;>YYIsR1jmUSBsDKEh}JP^tCvdZu|LG9GVG!+ zZgCFp;wG$cEO}bk;(w$U8M3@7ZdGxK8E>^!EdDWmg=&+RZCX_G6FYpKSfZt@Eee zf8qyEEv!Fw$9en{K-tF>-51K%E}~o6di>w;KoAOUpWG0j6zD86zF^lxg2T%>jdoSP zf=W@Kk?2g+q^fIgk{fm>mIdlcNiP{ExJ&p44=smUS`hT2eCZUMRua-GMq!n@F-=X+>vO!2PlM?>~ zNm9X>mR2P(&eB>SYnV&i-`Yw@g*x!Y1u|w{ba+25ESYY2EpU1Na#qo_btZ2yYt?Mg zY*j3;G~D%ZLGc?!Gerv}o`r(d;mnvLck0}22fyqrTXOPICqJ`eu4v9aUwA8Xe&WN{ zNcGW0_+8~yL_iw23d4#5E^)1B23K=OwYP$iicLMX0>7^^R6;MWM zW+H-_$YDwc{-`v4`_irSa~cP!m!8PKT-gn1ZG_{mC3H!LwScJ4s&El53=k^~YgFsA zO#IV7crlIPtuC?yw0|~L1R&>pHdzkvtPV>dc1W(OOB_I}MFIz&Oz{>yFVKx~26+k8 zwn|a!oJrga@&OLM5}u%qbCR{{_wXWhtF0i|FVa>c0_GA2y3v_8 zwINcndbV@X(Hd)7yVSHh+O#{|Nsa=GP7k9U`KXOwwAI8s%}bu0QO{15RIHCRtXXPk zi#D{WZ|d$kTuYA1+m6auNySo0Q?#UMsiZYp(z;Nx{yt~U>NHGQ?iN?va9nrHbSxA% z&gMjm*GyUBdBw5(;%i5*9$m_Bjpny5mdk<;vYGqhNc>MZmdf6s6YG=yx^ z@&|BAWU^pb5w5pTAxfl>F830 z5s)K8`x}sUdbLcyOZ$2=s`@+b^Gh5o2kA>8s%Ff z>-H@29pAKGbH3{QtNgI#BYxG}eec%3JNDiSH(!WsJG{_xWT9SWjKLIt%s0r{=Ddr1 zyPWHXLFB5e{e%WOw&(cLo>S31rxx}+`5BGor<}1WGi-)U=Sr}pk)s=c6aFde5g|~S zaULMX8Ow{r#_2qDbvte#+=2;v`}?1B6CuNAX)1oKKj< ziXbg^c9BzOI-m!3Q9(W-q*I?EN^m0oTERML4MKz=Uugy1Ho^X7N)|FFtT25xzUxql zO$bJvW0Is}7j;7K)4A+htttBg(H46Xj;IGiH zqX$p$?OmPx{^Lj3;Ejm#;Au6497mK%Y-{7izruPF|7W`WHEyAC^&8XNvS=|J-y@@{ktz`Ln^`sMOZdGU^|d6vEg$A`Z~+=CzyFZ*B2-dChy5 zRH-m*d0@y4)enrpwnS>VAVRe~JkYGgglVRrFfFx8g`wJXtt6xlp*;)gLLN9zD>XoI zETL3IYpZIPbt|>Ro`N3l_dO2{FR6z4?&F!XG17Ya9q9kHg(KdyXo=FI%MKi~1a9UoTQ+4jWm zi;>DFBepW!?;<^*n)T6|^>arSYudlL`P#NuxBXBGcYah- zu~@lteqy2W$U@1{@S&KiY&vus4$khXC3juaT{km1_sm?^t@;m3KXgV;oQ$kGwdj5# zwtmNy`C8W1tVQ?Qk6bm&g^loJE_mE*v2&hrICwzF>*|_9vjyjuT?v3OI-2$z^pOpMzNn~5sLhCUIk#de3?v}RST63!c z-WUI1x52mCg3Q0TU&U2DWsr!~zERj&VE$t>Zb>w$COv4w@I4f@6Dyc<5lUC-O(65M z2rHcofWo+l1rrFBfrtk=>3s@x#0B|+;Zo^@=~D3kTvq=L(a2nSsi|Ok*R0aJljh;P zho-Y6rc2;)G%jEzQcvGIT}A@AYer~$$H>qq_yWbgh&DV-HdT<4++v!s?K<>(~i=z^nF?Ck`BYynFRN z0D&w&MWTY{o*9XsfWIw)0`X0{y@6Xi1FqoEH^$u*FAJ6EW3p@IEB!S7p>fdEM2JX3-&5Y^*(LW*H9UP2dwtK*L<^iY4zUd>b=k+Sy+ZZFg%MzP;nE9ZR)4qP08NZk#?cXN#6^i8=FMId=Kj^bun69mNp`Kl4mv)zsPG;p+ObjmTM*lZ4dL=sSkKX&8~PIq?gP z$)l1o5sgnbuo>^(+i=>WlL85EfAs=21m`6L*U-dM6{}OqPn&3O7q#P8uMvWBB>-B> z>eYxor5LnO^}t{$H76tn7DWuUG#RueB*7_SK^X7+f8*hIjT-kHB|r>G4+{+a$BiRW+)QSC@eCL) zlf{r#iElz~pQ8W)anu{PDmg_O-ngkRAc^uX>pPYXObd}anEy5mf?+jrBfKg6;6)HU?RSbR3&dBB;LEWcg%7gCUVzA z;%Z4rOG@Ks^{;}xU-RIX%;4ClB`zKPDYZJ@)ObcX;Aso@T)IW-gepks@ui9{=o5T) z;KZl*#`TWU11Pj|)K(&e``sM1O!Cu)(!vDS`bUpft^j0@5z0>(ArpXdf$uh&r-2g! z%E>dFxMdn^6j)sI#gO<>rL-u;c)>O$6mHx)kOX#>OQ1Cc9!rv#Iv+B>BdBrHL}TPKn62ZADq2ed*hArdCp|n)yaqC=7=U z7SDxo{Lg9x10z_TO)wmgn*~dgzX5#kn11&6fT%wssQt5idSMhl#viejZoj}SWNdo| zK^RvqdL~+8k@RTAFwR&u%!jpmsNgG4KXc)kW_WeBJhS?lUC%uI%<0o>>OytOXeeed zyy}rpX82?jPo7QQ&{}nnUr=6Ei<9aIkr}ug3nF0>frVf#$muOV0ZQHuSO7O2Y|l_r zhrFx_FrnGw$`p__JB=qfTMg^gH>Imy7!;UY2V)ELGQ1csRyBr?rrCi7$EJv5 zr(U^xQ_Q_5R$LX+7-_1|k%35KZjd8WPt2MZ-OXXkPaVZ?6(nTa8FTNXY)H%)?_ADZ z5O&J^L?S^zOgNUW;nR8`@&ua>jIFNWNhi)u_?iZ>vpBrQ0d5$U&w>dYa)RDY=c5Uk zUUGwv)lfQGqg*N<13Fqm^We<6a~fh+Q$jPIV6y>HxKYb%4(6(-8acssu2?Nq|0_5LIbDdYw&rcaH#EH`$R+c+3O$GV zG@;pWBN!Gmhl0i-upDH6nsTY7qemioWJS5vDM|1XHqltYSv$u3cGA+A+%1W+7`LOUw#_ca*OQhx*0IO*)2M7lR{CgPOVc zH*dL#c%86N93gK`5LTe#ee}q`K%-2~G?OB&mUsry3BCZrzLOpL88|P(^bnzB;PfVQ zqZM(dJU?u%M9~3|0e*a35}owqpyBCNT5QLJhbZuUFrLFWmc*GA>!>~(kqwwTKa=do z9kRLOMbHgHaq|eofbk4^_948qtb`|`!zY{CQv^~r>4?QB=Yt;-DHP-%y`=CKe?+z9 zA&9>$b7XFt2%e816(!nBB|Sy668q48W(Xg5DgJIsagr!dQO;ri0EkzZ-6NL>s0RrI zItao_l%p0C*z>q#9fVyST}d9NY&j;HS|ST&O4Dgm)5SBWcX)#`S=YoG8dV$WV%>?G z@Dw+JJj0laeeeUIK>BjfW3mQQcbxK9jwP1|0V>vY(!NU7`L9e-11u*M;dY7pIpURi zVZY?gdnI%^^hWoM-s`=$T}_{uxGdLwb9Qbvq#E|3&l)zR-h0<31Dyv#5Yl)V%%vl%8woKXX zmLX)9HD|+AN35uH`rPfJ#@UX!ozbTDSTTPWIagm_J@W(tzLu^-iqguZ(sj|&b#v?I ztqY~Ql{Z_WrCa9n<_8u^_uax*wlgP?pKd~;zG&y>}bZlN-isp1j2Wm756;o z@x3O_nLoWjZcEhB5_9IlI-G2D*GH??&mD+X?U2oN7pnH&=Q8aZVW-=1wREa>N@B9( zRnh!aiUhfKA>SL``;jYu8B@{mx;IkTc-0ik$&X+fa=gohRWqj7hNnyj)|9nz*Zkh6c2@kbuZ{`K}BZL%M5TYj|5dB9=$&|$%IQrt3)mXu>!Bj$|( z9$ZATDYOSl)vg4KDp(l7&NgkhNwP84CwX7xHC>?JNc@w7aHY+0L+=Ae zV>=5g;uqTZ2S$&V84ica6iEvF+@-S#QF&m$$UiWHd*egRq zLO=(FJAG(N3bmFb74RS{`DZm@L8hE-k%Mo`AX&yQEOzxxlW4(;5;N4>O``~^OlG?g zvbDTdIzKo{ep&2n70oo12_{6$glse_yNhW&r>b{aOW(b?#k2LnB(M&Irp%ZsfL0t% z#5$x-g}N)T(sKlLzmImp#l(?4)pvR4^oga4ozaS&^A{E?_Q&!H!-wvcl;0@3UN+N> zD6u8paCU6lF47J!Z995<+tI0~XY#*Y@m9rB_4;V_`Ut;aZcj9CbENxZ*ruO{k?onS zoh_O(&pk1B7_qW;8@w^^_DJ)t`ElCYhYa`3hMZNgRgE+I@wI7FY*QzEwD5SqkQK`+ z2p_^@QPw?#R&oPS6>g0cRR28BfjC>moVzk&t5~U#a-v6!gQS6juGWxlx2yCsg9b>Q zdZmE|mee%5eK+_4$GO}l_VQSWA_zynv8h!eCpaVy;pp~6t13IgC{BGW7sZh#j_6&|X6 z=;qfb9A4Z;DeIDUmA2WF3k@B4=w46CF7JCS%23i?PpEi1bz%qIcG7JZ-FD;VvBs@~ z5=$ty<2URUi5`=c!!Sydtvh622u1s=@4_st0!Ef~Ab;xqTZMO_`Xqw+p#*>RS*I=4bZLZkV&qzJTqt ztu9vA8mZkdcaV1AF4};2(=fAnwr=*q?0KYUTOV7$JF>0=kDXt<4J&Ze$x1;EZ7Q}6 ziK~+}J8QZCcZV31NT-89-sZZ5_ySpF9R)KO#yZ?b8AC|7+?Y>dpoh4R&R ziH^DY+eD}1P`Q>?j#!c8^9zY%VK3RYX|i`bGAbF;NoEefAhMYNdy=&;TTiJ*IgbGU z*J=8Rw1>RUnBj(PDSW0tE!Bnp#ckK28DXiuJzC#>t6`!3P^9Ki#CGTrBi)5!2;j-b zPGOv@FwSYgABY%b^pOh86ili$AgF@I=V=DuLdh&9h&6z4l*FL%{KQdF19jk|HY`cL z3pgWhh1*!#f&CVZ1PLHu_Wrbc6%jDoq$>z9 zxQ{#!0TP@gMS^2iV+|zKL;gslBu%*h?I|!lA`#$@*aWx(+N+alK;S)0ye41NGsC>t z+6OtP9NPeW^s#-(aOETNAyv$FtrzIn08KIr$rVUJ_@vmL z;;zi7hXSljftVk5qbC1^#dZm~@iwn-7-;S4B&0?^9cPwa!NKceVKa!pz> zjq-poe_U-KWt^1M^2T-nrG6RNBLPr|NLYtd0gbLu?+O+1hHo&Bq9YG|G!M;uzfd*!Q>~Y84%sy6W z6p87?TC6K3Iupz2Nx!&=;zny#)AA1W)pAHjaYalwemP+ zft5oWfHUV*VVo>@g49nQ8rF&rk&!HTDCVPlVw+(kZl`8Y8z7H^l#HGfj}|(2OBPZQ zBS2%MUb2LWVXxG|4^<}eTef zpSbd4?tHR?oiWdxnmGWekY)D5+`xSQ{FApHi&XAkbRU4uFRLoHZQs(iQ_*dweq8>< zoNuwhJNw+7iq=T^6H|8F?q!&=Dq^LpWVz9l^`0#Yl9lrMnXz~K7RuL6*<*Pn(@#Y6 z>TZ@S=a)?%27^|3v+DbUA6gc6c17B{?&Kef6_ibnM++KnJ|(9p{B8-%0bASel^h-*3zAY%zXd%k5m9@jjNwE*iC?D9u@accX!!?5NM%~~BI2x-X^#W<- z{vxfVZo@{p$FDZ)(jE#4tb3a$a)0pPGZFH92aAy|Xe2exki7enzES)PSYtw-WqOoW zQ-rTJ1)ugAdK}xZ2>yn&@Z3;Dch*MhL52w z$-9{Vn__U8B$!Sx!c&5}{e(6-5jK~&cg?epy<>eZ`)2lhL$tB|k`e@t=2`Z=x3Y%F zae>G(Af5pO1;h>%iKG&rWp9}8qohi5aO^ew?#Sko>6_vuFtcFTNNb(y*36Fk2}&t^ zCDaHH>q;uO`LJ{`>fj{W1|mDZFl=A0Yn;u0ui|FKZBNJdYyRBxJx^rs$%Q%`>QWse zxjMg`UlFZrzqNHC|7dvcG6ImCoN2xO%^>%#|Qu3|O8N}&xIBC_qJ2yN1fXf<^;Ba|T$c^Ju#^H7!5mlz5nornhN zN-mw4X2STc=0*$>-V8Dw`w9wrZL6gd!k{z=V05zbN*R>H+_^N)^D38xveTLnBz@ON zZH$s~>EGG;K~FMuA`90DedZWKr&H8lw#;OD4?nx8SGKh4g6sPkd>1#+jY!ydUZQ?SX^F^U7Lt8IJP#K4fpKLY zs-M4yFXI0}x1Zytgxg^iivkLc+Ykqfbw(t20ukrLbIf*CM(r|U&rPgXkq0D4*;$$3 zW7-a{qDmljH&<1=RJlD`xqberh06U=TUppPrF+WHZi$e){DzNh?j>7Y)K&)t(^TD3 zZhbVjKCzAujs~*xD~UOJsMHSz+!#War~|oZY}=_=HsUEIAevg{-2u zOmuSaqHPU(rn2wY>R0ml8Vcgk;AGPnGBUy1(}I%_=N_tj9FejEaCw7@6ry_wpA%iR zB{hObPH(>-5%hb{jNx#GUjM*=1dXg+(KBO~NqnjZJ+uHw5__8@_=vkxi%BsRPW}9V z#-12QDE(}lz4fOqIQGt5q!>oFwQ}!Kvvz5{Cwh>{lc0)uISCD?!yprecQsqx#E?Vj zVL@6*pdE9Nh=iFFy~bJsF6fLjAOH^YCPaY?a06`kWCmsk{;E1uy5a;Anc=a9{w`Cc zPunSgJM<@G0~maY;KFta3<}R6NCcff2pzS&vDsHJd0JKh<_&6abuYiy2lD>x$jEt^ z5K=BV6g(^nfz9b8Z-f$Or!2`)Td8_fHaOgm^OIR%A>tnC6ee=VBdY**V!D^_M)bG< z-YOAfw8{r46tbxJ_!H}?5)I&`*6NTXB&&(!1If`2Iow=g%T=BtiE<#ZJEI)R@sLb8 zFl8K37Py$KDsExzRxB;VTX+w^1!IPh^9eLU+;(QXmn96fBoPW)qvRozboxNe;6QB> z8GIo$T^z#PXC*EHVIrNZ)VIp{1v?n`)! zKl||~q2Y2+*e}~=H6pE>+DyFAC2smTG6a16;w71wK@A_^eV6JM_3!XQ^x+nF0NBEM zlbw8qFobg8T|tfx@Bj&rgGu{#P!17YVnL&@wghHhfUJ0e6$R`I1aTh{NhHHk7P<_s z-KnFU3NF+YqD+R7y74SZ0jSRAa<+vn_ss@-GhF}k%H)WBv;M{04LGSIuY4)5F`B0k zHc*-8?S?`sCqG)yFk8HkvkrCuxy93kGfyt&dI?w;g!g>p%nk>C=KuwoDp(16XcAGo z;nO-i5a^*uctG3um3l$L%mmk=yV~}6g3cOXBS=Ot5P&e*G(SoQnIi&szaDT5`$Zly zEiaQiP$c*OZAV45N!zkplS@;`XNnZfVk7IeM+ue4Dit!vMci=O>d>Of^)T9ZZDi7;Ay}|rPs4;fkYLUf&srB8Sx<-ZvI8$f67z#Nr^zPg8FDWc zk_5qHSSG0vAC+|ZG`D0+h`G(@vdZsSOnI4MaIKs>mk!0AZiu*Wo>TS8snO`he~;XW z&>G;|ypyp`np%(WXF9B)2PULw43`X7Dget3>D(*Tef+SJk|@L7fd5Rs z{%y3J0S>SU#JY)W8{VQPrix;)Kv6o-=rS2dGU_cRza|-;GCZ%vL=CM<0&ovYRzu@| z6lDXfrN+NB+1DceC4>Z>YTV0({I%h|F;{*R@i^TjQ^sr7tJc@-({(e(Z(HB8&KBHp zw|rtnwnxm?-(waMC>X;RvB~L1TNje26Lcdu6>VEwVARd>6HF;-y`)^}*kWD%E4`|R ze@o}zqo*V-N;+fU#1vo965?!AE(FHZsSHzs(4F}`>4%iVKo}~4bL4uJatStd%@ZG! zHii8QQ)q^wFau`)siTWBNw|Q2sivLuPB!iIIJ9teE}T$pnZar;?BQeZ5NSixRXqz1n#R-hu_={zvd+eht&3{{Nhk!|0QzZc`l@-a#3Gf0>! zQph1mK~mmOWfII-@x76N#gEY9OWaRvt3EC+yz2Us>eEaclKlRpAFmNm063(LY zvH-bXdGYd#a651{EyJhaz~uu|rx%^IF^b~1D(YM{GqmX3uv}9|@pQl4^j6dCmvGuE<#|Kmb8H?&XxYlgn{rD znas)ZI?;x3^rnDe2w`|-`0(hETx7bUb4(C~nt+|_0J#aGIZ$-UrQ+F(4{7OyfsFGf zEfWyo8qh8?r*mg%VK`c@!ZYv@8KK7GV8RC2aZU*|7wrU9Gr)vaN4OV8z7qloZ~?!l;x4dVr_^k%*i)+p$UQ zP~|1$`N3+Bn-Bqpkz(REP)w?*M4ZCQG}}C>&<R?`|V@*ER>4m|J6%*>!Nw<<~Gb1E#$RFob4;A z32kfs7qs$Mr2RUH_5;4AGEy$A@ibHd3;kdIXu6N+!}Ph+*F>xI%08@4ZH=dwDXQ4H zo4W~njNhS!L5yY++r~&mnry~9$}1(C1u;_BtOPSf#Y~8ru2vjP{Qu80AeQ(VCgTg|H%Vhlku*foPbTAv zYc#9LKKqGqjB-8m8=KeWsH=HaSa7Y6*w(L{SK4J*`G!xwfrl?L(E&zSmk>IfRxZ2X z(+&k!2+w-hPZrtE4)ko+jd$RLRgJx=aeGR3{K1~pcm<@|0KUxVG5J0NiX;sf2(2L| zZzF)N%GhMWlf|=yqMRN01)InV5Gv^hE$Su>`+)w{ljY;ps#TCR%oY zVoor*=ok}4P_}__<@hLQp>Rf&d=#rfr<0>D&dZ=+V@xKX)uqtj7z(YOw5DJp0&msc%ZTa$z{L526u#VPVp>f)Xl$tv4f~QL2yptr+4=IUo@Z?l><) zKGow%n2xYs=uTb0(clvr@CBqejU~~=Hg+H} ze2pbKpc3s*I1vj4b&nvj49%D}-TfmYJ6@r6tlW;ls1*aA|A+D zwJsqq;`k-yZBjxd(HVbe&al=t94#sY{P+q+1r&_zo{kg1^hpei3=H-$gBj)IJav`D z?OKgpphE@h5GF`P@Dz1$5h=eEf-cy3p0o3s^2;`cVeNiExi9DSK&u6ku>}+ z;-lm*xoe{Cnwi!a-yL@&PD!?>p>PS(pc=!cAEOxrX#@j7jE4o}5;v!(b74GZQjF&y zj3zpD!ay-B5rY%PVrh*BHF*;pRS~5FrgfEO7~df;*NYa&7ivpGhp<+pdH-u}g~kb_ zr(DEC>E9=`!YhwOTHOg79~c3e(tUmOh#|l}jn`Ujyfm0kA;A^%JJSXAz>lOSXuq~T z{?OCnNa?Ac7)ORu1PZj%LBz)~EwDVMU|)Ub>3mb!?ln^fwsCk%;*gyYVGIC{iRo_2 zCn->fAeJX?8tuOrH;g8`|HoY^2MndKaVcNNX>Z&?Yp^#mI9K7c>GBY$X@~2T9lyQf zZduih9oKjKgUMKt9V;xFZJ#T8=g6&`AC*JKTBYDA;6p!|nR* zU6co2YRFT?^7!U9zZ1CC`lIddZ;u@BzSD7nWvZe~$5^H%N7-#h87hZyQ;8>9;=#Ei zeD>XZ#2w1Nw(07o=_hXI)y+Qk-l?0XmYR1)n|IDji_IN4fg~sQz6mMAop+q&6z049 z7x(kfnqS<{MAf+Co78}w&181en%~L6?a$1(ypPm0&mo~r z!M5{RJfv)AZ1B`eWfwt0lxo|y5hI)XMVpqQ*&|4+5hQ`hV-9V998z}?pcXMqNpP>8 zb*Ng7H!5?lA#q^@ClL}VA-MI)X-&J-FB zhJ2(#$Ek-wsTbmfZ_rBFg>*?PZ;V^UEim5I45?w7n-49pMn$qdn%~r*{Dc_> zx^UWi(X1QjDv*i}KC_0}56GBVT{<{AlaW9~Gqo^!Nj}2`)Bqiq3EEA=-7-!WAC$Fe z#-XZpED=27( zcmVM5`9YsdF$n$^1u}srVHTe2sh)beb-8RsTtUgtF1mj7G$%QL%Kw#R;xS7$@ zgpg%|LskZ6A^f6DxDjoU8XqO`+jUy#KR|Yb2X~cBuX?*=(X|Gr7(p&ERS!F(#SQx- z>koWrjT}Gu;dtc9ry}kiJ+ukTBJHOP%ef^`R+txX98w3#FI?eWZ@10%eRu0(?G7r* zogXPW8g(Dl^L>)RW#=qI(9t({_t$weEzMIx3?bpH~F{u!*`rV0OGQ9KL0EW zPHCi4q)JxJ=FetCyhkDkH=f%?fli$#$)6P;|Lgs1uKI{UszpD(<7{u^-mkUqDRsWz zY^HmgeNU0;1Cwh{uIYnZ3!amlT5ZUKF)(~O{QvrXyp)}?pAsyc#x4J>y=qLeGfl}m zlMW9|u3tZ9LFe-(WGH|Uq6@(LH?)5h>h)LOzv3+BP2Z>DP5kT3wxWBzH%+12?6Vx6L!%-?Gnkyye3A zd!K(+@MU*gE|<4c*>HPux%V6Gd)ArXUuVYsgIxQb7Sji1u05+wAFQ_EImv|M|J!1U ze}OquC|y}n!Au5{AU?AX_-Du}6!6=qlfNml3R#QK#1&M##)T4xoY<0w3M{}Y?`80x z!~iPM&73xp%2JW0MsERmDqKFD_)Jj(6?R@J0~IRz!i1A1|$KL;55)-9<0MaChiTe7VA~8|B z^y`qAu(H@xK1yPu)|ezQ5&wXIy5c{aDko8Lq{>PDJ%Q+CIf;_;&j~myauWVGBqy-~ z_M;kABAbBG4QZ(FLY)p?LFbdxxk*2*15r{nDqq)jK(at~X(^Yki&JTNIzZTC?h4ha zTlY&*zz-o+pG9@DA=}$DJ&N1vn|MyNR>EPs>YS>TrYOu-eE%^`(0-H-^#~}_#-9_KvCu zL802EDQbyF1mBxhO`Fc}3Bo4ikgtd2GOOS9zsRLAcrZg@N?sCNrS(VESRe@BO*knV zAuCAyPKsgGtCfE5081!v0W;#lS<|U@Co*)y9n^`Kb7c_FYjw*d8?JbDLhxYuzeNGB^2Q{sF7`5%nmhf zg<%!~JxM2+emGvLX<6aZJ_feG*N5mLba*We2heIZ#-KL znWY-aip=G%7ITZU$4aYb8lt7EFCPwfPJwyDQIZii|DT-2cZRt~nT@k`3q>vXm^)RC2>6Ai z)2&wr!u#)KkwC5Jb~aCeD=U}WtxM6o*#i_Tv5rC{jMutjd6+5(Jlgo z49woe+iM(rfgfVXkWN6FAkF$~T_KiUl9iD5k5hfj5noak&Kj<`U}m9-G_+PiT%+$r z?CK1`d>&FWaqJ;`L5BcVq#!mmJUm}cD>Qu{x z%n$zS3 z=npm^A{6CrKv$XKt)XjV*x!(#eC!%w=5a7#Rt&viXvZQhvdG71CH$EbM<(hqjHUr9 zp@zh0jYEphq(&gnRd6KEW3a`|blXHXnimEpyFwM+EYvr(9v0Bdx(BK@Xv2BZ49eC! znX;#nK)E12P)`j~UA51gV`at7YyxhxWTfIKx^E9Q^GOT6k0GS ziR9NNuA^Hk6`O%CaBvq-(GPIz1JD+Q`r-g)P(bqlro7W4PV>ehVw z=vzm>b?iQuQP5?$ZkskucgM;qXKG(>i`A@}?ugaYPj`G&UVYC_-#>G5Rn3v+BMX&B zBgIGW78FmnzxpJcuBSTgHm{vBTytJ^PIu4LEVyx^`EB>=Pu8Fx_blk(y>*;BCv013 zfIu*>mdM>g43m0RMmnp0c=E!KOfc*POnd?3`g_J}#^177us{ImG#Uw|Dc2*@r=hge z^ng~fQ92Rg>_T7`4U(!bMg$yU5DjX?VJBdcCZ1MvL9`7~dpdZkpV=!y^bH7aE@f$z z6Et>{@xx~B$}s*t$xhL*gmyng=bAI{o9W1SVq1ch26+s}e|cEvMfb=ly9|MuVh z8)$Q)xW#`>w;OaLsdC)HB;c~y`+vm?<#=+Kvt10bxA9EbO%2XUBPmLfe~VI54%m5! zo}~&iAcavpJ7)uU9%t0z2n}|$&XTP@VynN4Lp63?-Gya8b7slb7_l|t%~D=%G_Uq{ zo@Yix=tg@{xP!?2+Be1)U8`cX^@s;KWxjguZc*vAi&rmBnPaZJS0*n{PCvQms*e>x z=r#TL)Hq(}7JmH@0yNr-?%6qe!{>KxjSnOqjd>}5kKOQlhCLSZwIV$IJHsBU`Mq{} z{J?6!J;^Fn;{^6$^{G~=Or4!(HHrz0S~}CVM70Y}GuIe3te`Y2E2yz-=_qe?jY_{# zo#|`(vL{BXxL%-m(7&O2!S|#cjkMg2|EYP^ z2sAKzjU%86Q2{Uoh6Cd@Dz?@TZ)0=wS$|-(S)pKL z10Z022RM{OihpHz zl_3QMDCy$H!I5~@2>_{s$DR=3wF$3TggE2GeN?IgCl@d(29YXNfaa8G9oY+!Rn9V` zfV4$q57l-iD2l!5Thl@i?QhV-OWdc3pPR>y>#n%%s94V9m-03vDC4{tmi2kCtUoME z_G>A^?AvFS>NiE}H!Zq0r%6cqf7dH*m)mgichph2J}XJk=5Ixj&12O0FoA6 zYrERElvf|ks}I{^HpeTOmot}al~G&etTke*T(qr4^b-4~)ZBMb)1k|UmYg-P1)e<+ zan{^%Zu~slvGS#CuKxpfL8p=Xp|P@)heZx;H01(vmRYM#Jp8VK2}v-Dsh0{e;CH0u zz6>V+cL4k#e^PRg+(|zA*(Cl46agli4&ua&jt#5JL^0Ku+2=n+M#cP6ISOi-rm#3^ z3KKFPrgOaQW|0Jmp{k=}K_Xy} zVzEIK{4`7nn)vqN@zeYSw7!rXAht7Yhq#%3VcGu#?GXPL+&qR8P|tpfLc|%m-J@HO zZj>aHbrAHdFE}Dnk*AT8d;;WnKFKLrZhU8S?bj&3S4+t%qjy;DDQ~GJG>1Y8JSb*$ zp%+hg2SuFHaaL_T;{NSJ(UeI1U+G3M0Q5%6{VUP1tNeL;B+^(TzKGMT4Od)CPj(=&S&n53 z?UhgHewHf#L)_x7-d?8GXYn8;eE%c*^cQsdfBL$**r#U;aFPU$+ z7;ZB4H-Ur<`2eT+y)0%kj)_D1P|ph^%gxEV!zWwENyRf$L1#u`$&qNrLnS=O9W*h1W`S!#07 zzZZvWKl56=YUNlwnR8=1=}*}TTRR+9<>vHLu7FDBPmh#U=~0hb!7`PwQXZAEgJJcg zwCa^wWrdVlZHJ<2x!qERD^B@Q*@{J~SK7%k95Gdnl2)_hVw9|DP!Vf~4B=kYR;o33 zJCtge5&&nWh6gnJK|kqq>)#>q0c9#aQ}bD9{#6K%zK~(%Y0ToltpsX@nPK3xJR%D7 ztc9fBg%&EVz=7lnG(0d6nyJi!t|KrSayS7c82{R5oVVo6F$oqn z(q4_k%*2$6EaS5>d$K|zKYc5uPcf%$X0VuX$(U2)ocAi!Wh~rApyRf#AjAl90=1a9D~KxtPia=#w64$t z{PC68HKSk?fiUJv_%n(`P%xS~hfXlZ@G|-Fdi8^qL7&p3TF7`E1}9x>z8pV!0v;^7 zj$eE;p$BymU-eSvmCO^8Ov}wg=Hxj-QzkSw3xQAOd}qnr!(cr=AVn-#9ZLC&NZt|Q zap4~)hD-wK;tA0+B6_l-JS*Z8q9rX_{uJ#KqHRJvkrfShJxaQ40YGFHS(g=^Sy7o4 zi3!o16^-VvZbEFlBckIXJ}%15Uo|p!tp=|An<9qGPh6ZCI3z)iok~ z$foOM*ZZ%>ukHA%=i6Oh_YN=Hny%Z1(#v~B#I~HvBRzJ=C$~$hqDV&UXh24+s>QO{ z>hL2KFOpSO6olti$St3hR#3@yI~{RLK@A97K=;tGY;rrlN>4|A(jZb`;#x zpSFI|I-2ZCC%ZxO!#z57aJ!{x4N!ENqLrEmq#*St|<;fh)zEV&@RAvIm$lHGDR MvGyOqgy~lQ1HcMZvj6}9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65bf7c0f3815f2f08dc1cc6fa875815736cc3e05 GIT binary patch literal 3496 zcmb7G%aa?$8K2R7#En!0Htlsw50aVOe;Mz zyB6V~gD?CAaO6tyr{sc8+R`yp4!Jq;a^aL;cWcxVaIva1{e545{q^sA&iu1lEjjqT z{?)%aKa?HkN5$m7Wka}6cM6X4wG%j=6SzSkbfbb-a234}E<}solIyUghn4)8UA+~^ zH!Po1UJ>%GoU^M}g8X^Q=ag55{C7ELSFZ~BCClfOw+=bUIlFqBkYBZYPI+69U&}eW zdfSk{X8D}*o`ZZp=j`ge0Qn8e=aly%B@}sik223U1gWq)$bQ4+Phj_g1kH@ zzt*qpRlhh)Seo@xA;P52q!cnKmF`P%$^(`V_Q+?wl#4haS;7L+>JzI@A`xUEOX{Wn zsGIiOahb-kNU1&mcG=kT4G!~kC(Bb+RbM;I@m!Q;A#lBgeqnE6ymb_x(vSy-B5w1} zI||Sj*Ysi#w1p(xs1RT4WYSz%zxUnZxY%sQG-A!>xYTSKe4s1M=HD|KPIgwB%|Q6g z=6B9h1?J}mjjo7Tqur4-srj@KhEX%5ty;>GR573%A#XK${j@9MTlIsRjfAJH)}#Ij z?XaX_L((uF*L!`bdQU$tgGiR}cQnZm1=N(8@;dF(TCd~Cyid`x&kS{V;hB4TU>JV~>Zhsp8r zK1q1g3;V_-k2{2-fb^}}T3d?fm&VR`7?OydFu+oPfQzI4+7#jzvQJVmf61Sq$P;Z( zSAv2gDOat-+x9~A6@Vqmt2vB-o{}zw3(9xur~H(KeQj=%G;?Iu0=cQ|&xcHlMq1O8#x0_^3wNH~IX>g5w-TJ&`256(UxG^q54WMucXm zh|r!sK_<)*BHASH9951D1avw`v@Z`3Yd@2c#VP4Y@sRl`329#-Hqh-LCh@Gf$$au@ zOhQHjeZ3R_5+&rU%VKRa!FH^Yt`eCW4LI5&6|$cf)N~S(hTquVe2o!|u&{!7=(oab{ zq-ky9v?>Z1Oev2|X+>F>av(tzi~}5_TDQ9jLJL??vZx;jMXwez6p;-%j9|3miUi>Z znFgrZL~`5%#N^XIe%{=xlcQM03XWseWoE+a;2{rzf=>?CaU8;_@&{ObB2V6?v*>P4P_{-*@F5oKhcn$ts>t7F^f;Z(+e*{Hf%)SN`oBJSjRmyQA&9!|l62I2-4iuZ}hk zhMNb2we#xBqw39J_2!^-zD`E#wc&bgP&u#sVN|&>tlSu^&XOCKM;mVpH{KXj&&!ua z<=tUM*Ka7W*M`I7@e Hzij^xXYJ~+ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f8682ede11f62051c496c19c2e234c3827a1f96b GIT binary patch literal 6908 zcmcIp?Qa~#8Q;D4yV#DM7bQ(XGnkb468qc&g*K#7QAk1nB~cw3aEaFI-MPDs_jZq& zz1U|tC=#g}q*CaImZDMt6%wh^N__19&`%H~!V)A}N+rG-5-OBW{XH|gcaD>QRJ9A< zotu|up4ZI7{&a+=(A^iKMn!v|ZNSD!=!>NC$6Wg|*hG>j#vuwni=doiP@pGv;^mwuZ@ zH-DEA5heBPFhtfgo-(?*d1E2_lre8s3ya^aFg!ouQAY&qxae@^)!F`T)C>dW*a4eG zN2?u*h`Tj4b#aRxtv&3?s1tdC6A_mY{Xl!t_hu*C zYURDP@7*&gy@*e=ZD-DIa5*U&Y&nz5Z~SLz-AfN%*nQ!S_eu}EUwY`>(nHGyV_^8JYk6Z};}?dR-}u4W z4a-@4ugd|fKDYS};}7L(_JUc>LM8~9?0S=BG1~PlC`)UNES8ih}pi+WY`f7XLZj9 zfq4%-@DnF&wb9`+FNnfE*;y~JMOV#L^k!!EYWfU*-`rQ*D?9bNx3F(!hK<=ee!2Vi#TW|;>CHAx> z2DNIS*1*M_nHe1|XhMs-b^#xD?NUs5fsCL^r7lHWg%0DvX-|YfiwDs-QS13ID75S@ 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..00252048ee849fe923b10ae80132264091e1c353 GIT binary patch literal 6616 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0763a63ffb8052329fd21918acd8f107dde8e409 GIT binary patch literal 2100 zcmah~O=ufO6rPn<(n^ZtR(9$inq+a4nzduAX=qO&(BGuQRiJ4o2!dE?M$#&)T`@Cq zkYj@jff6X>m>3N9HQ12SQ?G?W4!uO!MP}+#Lk~U_OzmEB>YJ5Da*Cl3>AmmGym|BH z&6~Hsrcwz6^x?xlDu3w+y_AX~&;vTmfq0BC!kUZnU8&`@Ko8|ZIE2G)xUT1QtveUV zN3s3@pFbrCEu6={mQs0k<>}t^3|x(ke++Q3ya7{)bn9 zJw{8Yre=;wF0BHpsc_W*$h$Cm3;gG-u!y;2fw-Ozz^_ysuOedKeDqcBi`+H2KP4rf zVkY-DU)|1D{W{5(E7WGQB|Gc7^@3{`XE|Y9DuA=DQ_MD6yy|Wi21rVg>JRI;b;{CMM`sq-n2yOP@vP@xQFs=|+0M(@5|IlX7 zxAs4~a6>Ju1r?>Vu2f!@wI!{VdVNl6Jgvr*r3TS1Y30yz=-BDrP*wwpH5^(B9Xms2 zFsIN~c(Yd=a0;33fNF0kG?08u;o5{k16g}}fE7~l(l7ZrHC8hf8c05=@UcBk@Q3wH zd9y$e>mZsFERW5e5Nn~I(N?4tv7(F56DH6nzE^fCO-jsOVVc}GN!{UQuP#m7!=_#I z7l@o;91}`|m2wOel!f2qbLQ7ohnYoEwHF+pnt&VBUvMzN!QwKEmHc|c z=1$RZ9o{nUIlO9Ohw&zNTs8;Mn8hYH>vqd5Rc)_AOvekB@+vXQO?U!iF3=a__v?f) zcxTJ6wELDWqTsx4a}i;@0)x7KwR2H%bvlbIkI6fRs#BGc}cU%sskgrxGi#Bsg-BgOmr=NX%`B){h+SW&5Xyct9j9+5UQ$MHv z35O!lqbM?lIt-5JtN&Q#@ojD+U(Z&volZ6{4}&_*;NFn1QJq2OYVPLQIewn18!8HItg9F~BlN#JfO>GH2R*TT= zHV5si-`r|(mItoajZt0}@RV5z{Ju8i5RR)zH!j8v-?VqAWEPs|P&%|h1$7WN2M3)*XqJ#R*ED!(!rg_~Q8&TO!QDad zZ}C6Ks8hGlB1$Lk(smGi!}q?A_kH)?y{)aSf~bT0cmGHM_>f{*+Ja0k1$lxM@W4X^ zLS&;*v6WD@)ljoF1U`7`GqR15whdU{0a`=gDZ*R&>+Qh9W(qfI2U673$8tqe%k&{m zG0iGPb9@>lakf4eu^Z4dU^uJ))^pbw6%SBVG^$IGSJRS!i)J}9y@2tA2ZXhqF!F+a zfW5i5uoVI6%_?VM98rEsX+*QS^G_@@9LFWZab9665-_{622qHuzE54&>bVvnp+nqm zi(|&65Zod`*NR7c5DoX+yL%Q3IBvym@7nb-vl!+{%%g}fYk6Bc9?iQ)*_?o}7=FrOt_wM1Rgt}`n((;MP+w3( F{Q+70hWP*h literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a759d0bbd4d13242820d91f11e28cb1b0ab3552 GIT binary patch literal 5193 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 E59LE}LI3~& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/sandbox.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/sandbox.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9dd8687dfc290df91880929e6a8fe1effb5405e7 GIT binary patch literal 24046 zcmch93v`s%edqU_x1^C~^cG?yFw%e!5AiYqY$1W6U~mB2wPJTVXhtw%G^2js2%)i* z$PT-a5>lW^E4guNIdN+^b~Z|Pw`F_UtublOp6%{g4Zn@{Q z<{P$l@5}r$LX`+~l!tvCb?6z*hAmp(v!-JW&z<2y_HXkYYeQ>7j*EQ96JfFYs8K5O zMXK{6|DGPv(Xc`;*G10E)3`#Of~-9L74j5jS$Vdc3I5y<#e)Zv4W1ZT$%Umbg>J(maaoiAxy7z_42eGq^_O1$-3MHfuaYny8 zo?`u~L%-_7Wk$Y^rw0UrPs-WP`Pcp(HR|Wn&R{GSPXrT@cuYNp-vy_XU}yMru=Cuh zf!?rRM8r$a9SF1?I?#6H@UdsoVry(5ZEK4LRrQ6SLKXDKm2;8UnSdHj;AdfbL{0Q1 zB2o2#qQsT7)Ezt@M7(q|9PRQ;>7v%tY649pP6lJ4)A0*wcY8z$cP8S>fEl9)UWmk_ ztYc}r(ifxp`+7Td5Mxtjfsfz(((fYx)WZ*n34Mcd+#ok78dI{J8Za`SWZQ)eD9~1r( z$K&6n#tY(0TtDxZlFbeu+;anov+MWe@h)HZLb$Ul5)Eq^(}HsP zSX!b;OrI3*4ad@w5)Ova*3NiOFY+lR=!f5$wo##2uqT|ho{7d!2cv4*5{-A#SL%s} z!f6X;J{;`9w^NDqCel(TVpSRi^$704^PA4bd%~N#&L}~3V`p$vG};r022XEHgw+K7 zKzLI$a(YuQ>wQb}maUuANFuzk7w{516IM5|MM}iuQ3SOGZtfjO+XKd!lv=d59)Idf z@P@g08|QKlx6j!NM$V2))Am*K951h)D4Q)VAFIAv{f$*4mir=N?ph0mzc^c5F=Cl> zmR#8}zH8!zX=f7(O12U2NdLIyBWd-0Co;0~4^%ppE*H02#hX^S)otxG!2APY-f1N+(7t*3SfCUaJXU^jXAfq>$met_-a7d-0_~|o3?ig^S5LeT-p5VDK zszJ!8Ic?Re#x`+gRjjRR_FgH7pARcaBoq!%31thW=Lr7PR(Nc2?>RWx`jsQE9l7G1 z2z?}N_{8O%an+<;HNyw)me*fAbVu^eOQKx&v8~{4weOPcBU{C%COWFq*BOj8WKUa@Szo^r z>?KSRiTUy_mahxgBcV+*wXe_=`gw)8IuKhHt=+Ut{ZP|(bIH;r85*crr-4|Zv_x6i z39W#xmZ-mJ5uHqnol#XKEKAMMX{`{Gn5@d%uV$*{9MaX}@IXPiEcPvPp31R3SNBXv z)1D{ZIsfk9+k=yB(+#_(JiDe`yFQ&Os#xSC`x5=l5l}IoeNrsyk@L@B9mk9&1SY=>f z!iv6EO~j2pQy44GFVXQkhP`-_V~9~Xgx}Y}E~#Lba)^yU07xRN1Omy5+-^6UDZ?ns z$oXMzw#YN$WRurvZdasIm^FJ00W>S9{6IE=NbvR+cS#+7e)7Xj%*;P9uSuRGub}&e61xIIU850P{LM1t7yQp1=spA08n~_%iaV zbZ`uF3og#>ne|lMvvB22Gi94oWt%6xlj?NY=SHMU&RI_>KDK!a=k{u|kUjb4EPNYP z5#N|WfElECo>%w*Az_X%gZA=~OoLpv4V5i(23mU=vo-`?as~9rb%VKI?%vaT{5tO! zll2Bz5q?v`8wh8H5yHn05 zW?dzplvcc1_EyasH4}+C%=_$A~nEe7p|YOt!L{* z3=P^N9Iwzx;K=H6#YEY*gMefa&V5qB_~2lKC8SztC*_m#GmO1IjkWpu>-*H72$FC zq;6AOVb)>_Ild}nL>BMq$q>Wr}r%_#oLg2YCaor~6V5DaRHxRb)4+&dd$?(Y7JQEBP8%Q1JegD}==UEcG z#FYd{2<<#meLQ5Wg)j6f`;x0^o^(P$ZQi3vnf5iC83?-6P4GTtH2NZE z@mTJv*N>rgyx)fb0k zRlNgj!=){Ky&AypH2Hw({ISKRR z&dU$-d$~)cfE0}kA^J254x254au$^XFS~TYkLW#B=|W_-gh@Gv2|9sXg)S8x51duZc=>cAm*u{_uQEPj>34K(iv8XCIr$?D)2_zh1H|2~*SXu$8C!kIRzI=*Bb)!zO9ffK zexWjvQfaG;AD6arZ#+*qUS zpnDVMv5^x??K77XYa)Il7UhXWc{pdW5t}(WSZjcN&1H53i!U|eA@kRF4JiqK%St$t z1irwf`i}X(|C^w0nSNlac4R#izhi~?-7CcJTOodb{`i3`aWW`)aHWuV;anhH3lrn} zolH`rG+@4<%!x;03^*CKWMa>B(OHs|WlAvlG839HX$^6V+EE(_0EyUH#sH)}nq-bb z*=QtPpk>gHRpm=)_s{XC-iD{`grefh{iFSt2S*3T4^Nz*E@~b=G-t1ywy#;>>~j5F zLFLzeWr4HV>*tEAzEQovSqtjt+^g@n>*h*pzww0yPA;yWt6Vp6VY+hj0wp?T^8Vo`LS`h}oT!7tQrU|6qjXnT_XuCr~Uc*EINC*KrH+e)oB zD_m`M`^~kk{d=7^H@o+5Dfp1HA^f4uhWHQNHstxR!iM}G`fMorVWS#V5Z)<(H)hxOK0 zE9%)tcsOloV|t#nJ!B~L6gnIgl@g1vbh@f9a2EQX9CSiN3_F;JGA8~uFS!Ex(AZ=l zk#H3eIGKa$Jh)=N6g-6e$q1-@`}X+)u`o0n0l*xnn8t<-*fscBo>NL+c%{ranD#O9 zXDSc$M*Gf0VtSc_P^qohNTv`N^GJ;N*~e(goXW?@8&@BvAKKC_ukHcg{C9-zG-;Lq zO;K+&l1RG)&mM1o{^)^|fm6o=hYq(NfbN41__XshST2KvB7A5t>jgOrp^PHwNBC2p zfCo;np7T_XHD7I>@Js}!OB$~gr%E;qADMNQ-KknX|J36q&GMTFbNq5X)t+@E+yXMgCeilU`CKH7>&mJiCbXs9EqKWE|zr8&AwA-BWN?+c{UdLwLVCtG?hs#jIO9bWq_&*o{vXDNKyOH zJ+%*QDEVx6q7 zp>Ssuj1?L{zrij+Di{Ry9@ID=<#kLrgccb(GcAIA0u`mOnG2|ABhXhvF$AWI0U4t( z0i9Hk5vJLPheDrXii9a_>Mo?g|?nsB#)G##2~2>KBG=(MAk7=lX@d2^Htn1LCF&z z5@?tT|2j-XV8SAOQM&Y$_U-2lhGRKdIKXRd`z^^`C;FH=#5jw!{p!<9JRqLdtT40< zh+XRgy``Dk9Ajrd&Z$jnjg{k;y{2&?EEEJ zw5c_CS|we4+KLepi^@nxg$%ef>_THoTOu(C>=OzJYpG`KfKJ zg;)<7O=p7HtfU<$2UHNp2Ox-M))uN?h5&(3Z9toAg@gyn5ET<*YMMW<5)I`erzt*& zaZ$+QX|Vqt0a#wROUA5Mtz$)3i{265wZ3hAx9IJnN!PS*@3ed0@ZmXo*_DB5d))$8 zAeYSxE_>N*b;Ee```ad^_jaeMwqI&9>^6wCh6%^z_OWc$?g|*M93sE5bkE?CqQ6AJ}W! z*ULY6LPmiftd}WflStvMa{K43IfMhvGaT%|FtN+DK?2N8%d<5<_$5ORWX;hHRfH^v zvxThC4cSALAsc=W1TjhaeA#gC||s|2@Pb+#4?P9v1%}{nR_5>grPyEq6Q(?>{ryeq-&Orl%HVuAq2PM2->Z>&~A;M_le; zNb5J&wenJa+k%%-KRX%lUG4xpICnvpfHu-xMrj89ze$N_s}wUvlb2R!#E+8lE-FY{ zvCK3jnz4u#lp*~x6jl~Z=B8Xn)?AI193W|Nvh<;uqUbuBCKAO#OX{r{J9701q?7jT zBkgl8&o}pvOK+Z;=(-k~u5J0qwGBc_`*w}~(>FRB7mbh6f4_pjO6O#TVuM`-m(MCI zGdmeYYG@hw0BBD6W#wO?A!z8B^`}kW6{>7%CmLKwUxmr z&Xf01A=@t3Mb>xaLyEWwk0H)q_30Y1(!4!PKJi!sd6K$L4B5}2`0-S|*}}|`Mr=Qo zM0*Pq-fpjMk^-#>bo_L>k(McT4tRc`hXTiP&KwiS$QlYj#*cBM`~_ZhgTF*mn#*9D zEMVgSY`hL^;7c`Nql46NCa|4G%x3^w`HH{>{VG67&_PWkP#fX_WB|f50K@F~Wgy06 z8vwCLthX<5-NImuiPtp-;sf+ZTO+nSgj2F0i!EGod%pEhffB$PtqfYfMC-E`^<{xp zdE=GDOnGCfyz!d%T4Jiabux6jy!FQERC((aiGZqo%F{ft?Y5`++SZh(dCJwyKuWoV zYH$wI(aXSy^-F`LU)9*1bUDFNo=znj9<%q)P=9@B0q`{IslM&m@@D@#>b3Ui)mt>6 z+LR4c>|F4BU^xXMA#Ek?CCDsg8}*Q#ldv&`aE(k&qf$l~cM>b z*N+^8IVC%ZGf*;VnJ(Ws<=#2#sT_GWgA?Aj+spVrP8eH{7Bj-qgM$}>xe#FjccGfz@=rdPUP0AZdihUA9udl)kw;{_@&P;(Ul?=ur-)2euP}GipKlTbKZjh*+O?o|q<)XUesIGI86r|Avxs?Vp!L zw*v+Qc89hS*}EByXuFw~XUwq7((F*LAu4Ahx|!J#Nk<~5`^fYt>3e7tWSEqd<9BH& z)Zl9x7=TT98NbpJ8Px*W{#*P|ULo%f$ss* z8nG;_=Ug7Mf*q6Rr&sUGRIm|wmNwhbVj1UIPc81tZE^c#*YxVWnF45W-;zx)&_D&Y z_lIPbw%*#R{XDfxA(Y|}$ijX#?G@DSsgwMzNqR~$LFrAKL z_@&=MR7OVsJcLJdhbrH-Av}HnKFSaX;h6{#*Yl-4D38ncwvdcp7W!r9!giP%7ejh4 zLuzk>yxAEl3EA;rf(x+@$earxh37g7LwEwAqbP(&4j_LogkK!;guHmZK<+3RaQjP{ z(kHp+1nzJsQ2b;e7p5rpY1|By_v` zlal5G4ID}|ie)Y%SVQfEewZ5+Am$f!F+W5J&;c7sdF4p?IG;z9FeTe&#q{_9W|y4t zg@WK|rXZk;GiHf|Tg%09-9%9=bJ;RvQ7l;xa1pTIQ z|BMb^2#Rsluq$!_LM{_RR1Ef;a4b%Sp(-mzHuoldfSB~{x?H?Pw zIylk(?z3+{JGphbdsOJyev$HxNDyNaW~!L6`BFAqGWp21?&phEBr)Ri=Jr;xtt?l+LFWS_d+HG&i8k&u z;uV`Ai3xBa>=}gI(9l)Tl^jib4mzU{1#lYf#YYQk^rl9g{SL)`U?eT0G+`Ne-gx37 zS^e-tnu&i-Q|U!5!`zQ-JAYhQJ3er2?W8bW*fM2n(Fg~k01ao3We_o710Zz8l>tBY zj1G}TM*3#VWz~w6WCXD7$Rk;W6pmVAj-@{&S;Z_t+r=w*!Xlv*BO?OOr}^hKQH@9{ zuycw7onj|Av>c4TBT!SANrX9j%O;LxPnJDAW27GWk2G0y$U|u4ESf5BNjY0?wEx+m ze|PAEQ-5-7)>S>y&XnW_C)%&AopSA&1huy3MhU#RBJY(`_ zwvE~ZXHOkXHbbE65MYAp>{P^&12WQMNtFR9I+jf`(t5Ctk;&vr67(Sf_xM-P*yJ;p&u5L4k-FwBVMjlfxeS~c z(=tRN0_U=9_?f|+ko7h}cSiY$uvq5KHF6wsR8x*_?A_%KrA*wKNi$l9jg*kBwIW4K zZj51jqx>6`_S-etRTIJ*{|L1%r-<;h*G+nQag|5`y5N{nSCJ7iEn=XH9$1hB~8$s?BZ-*##Jn`1h8$&5i6Yyp6_Pd_y z8PB?uXB}?o;pXtPXWP70Dky~1p{9PM{p&|R9p6Ep2h2X_*Z1@LE4U9U?EC9*rlMzt zlMrCA_uB}NtR510Fo_p!SO+6d);H_km%wu3rWkT&*Qn>t$|+_rPTotHgroHuhNLX( zILTObVl-E{ZS^#o%erla`vF6^YxUVEQ@>$VPKs;uPKeTpn!uxn@nOnHjTY0M=b>|1 z*HsT|?D`pGOKyC4@$q5~gQ<*+%Di25m!P5!<&4`^LZxGN)2@+2Gp^Ms*XjxTjBEXZ zh)DfDRdsFdT@OMNEhJ?5B?Pj@Tt#Efs8;eV2Hih1rdS_+P0r|H;x8y+$iwMX4`UXr zIvuK1P|pD+kXHQDhyRm@hF|TNZE68+00XEiFOHv`aW!E0)yD9BYj~V37L-!{0Zpgv zpr93Yxq*}cFfB`qxJhdqKh#BBLLdo0?9MO2T>McJEwPCdaLk_!jyB}wZ!)>T)%KbdjE?V;^6Q*%Deq< z_s=x!Of~GhAx$^zopO;zzy*x}ycKTO)4pQU{zU{{ z_MvMh-+4A`)+W?zZBwqjlWT9g_TH$6H|zFXIXRM?vQ=t8nhi!Kkp3>}#%u`*d^MM( zRbIaWXqt4DTDcNvg1lh_`x(6YmMxnE$!ay)$Op3dXO+~)$=WRGB+T+RM#JaBQP^WN z6V2J^Pg?aL2wvxlCk~%F5IA_W^_i1d)Bk&DS)+V4MFuQ3NP{SMMT2M5)?%Tw_OK6 z*a{CggsrDE9-cTgRkZV3`|YBgllxOeJEv?r*@_)gK1I!-T3u+x&qw}&J`(F~TEvxS zP1NV7SWjM2-?va4M;`>Uc*WHHg5!fJpD)-3^<*xA*$qMXqqSWr-_nvJM}f zDr!VXw$A&wmhDqg`BdemX=&T6wC(PO9rrkk+_2~t6$C%h_~yn4|q zK_cdon%0&OP_w4TEE)QRVh zwbA#$v(Ftr(R$(~A{k7l<70m5ml2f_m64zfW~5TL!^~+0GM5-X>#jUrSe2P6tZhI7 zk|mBJd7w4NmeNN8BSv?S#0&cJNEa@N;NAwoD(*vudvYMC4jhi*Xva$~WJ8CGD$tv1`UGm|bT|xC`qS)H0R0UB zt#i0TWAqLOzy1)D8te*32cT?X6+*#wdcc>}f>v!$aDaMYc1`W;rB?@Vw}<3%q=D1R zYd3r7B0YPG(+Bht^F_L7d_I_L(S;jrW-?W=M;xiuvmi#A@uVbf!{b$uNDPXw9=2$D zryDSbeRzyVVaBzznpyoc>mwuk1pdNMx?t_uMIJ0QbprQ!A{R&}NN;@xl{k#iaA62H zhj8hKUbxD1r0}fl}&^QTgW3}hlYSwQHZuR^JMDV2K*w8 z#__w(s*zonpBjB?UU1l5OQOqVxnF^ssjqc?`RsfpC)@AU2y&BF539n5lKxh@zT4G@ z_gLuC1(r%P!c05#`?+`wG;L>>z39zPWfl4ZyEvw4jcaDR>=7D;Y?GBbDo&H7Y@>WK zz3HMVL=!-rJ6g;QS`Q&Q zP2eFydM=keP(v^Re1gfTrCf#jy!2>KM=4KGC;jAYA&(4y6w+B}&mj5D_5WxkGTToJ3gkQq91Xq z|BBm`;x_$+^Ztl?;%~SOKNj6{l6Mv_V7&a=%QJFKO0F4y;f}oaucRF_(vG{1g3B95 zH(WVAcIN7tl%saI4F<=<@`8nvihm@nTa;v{Fl=3NJ9yuG6(_i6_^K3NwJ2EmnkA7F zs^=*Lm70;VAjoD4Li6sdlmfm^FM|-y^-LKHU!kWUbg!hC-!gvq9*58UMjyXnfrB@H z5aM3F`30ejFV_now76B^>tSz}NtXHbdNM*eeQ@&idI~~|H5RWh#km(tO85s@@! zVy&AmyWeQMHlbj=4M+WYQm3X>pZ1>gOSDIcsa<{~b7eg#3cz)NFFWuwl zI}Zd2yb_rytW6cx&PuMY9DVI5bde>8_?hBoQ^n6t7a#wbEXsIorC>qi>~0u`etw+) p$X2x|B6dl(6bZx5dnF#e>B<*>%Hi|##UdmyzThu56hBks_&;kMxx@ef literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..048440b2fa0978b661693361fc9c844b39f6f7c7 GIT binary patch literal 4332 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 nt@xsqpEk>x8b{Azk?eb6#@b literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5b203d844c3ed3000295a7609c8f3c5b7814b125 GIT binary patch literal 5140 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 Pji&_a)tHCd=NS6GHqkM~ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0022dacd32d2d03ea624c472a121645b87d43a2b GIT binary patch literal 13386 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb1ef6844839654f4972847b4fc2da7fa74fcb96 GIT binary patch literal 1457 zcmZ`(&2Jk;6rcU@M;*rwp#=ja-hf(Um3Wn;YDiT@O6x>KL=H-VEJZ@@+B=TztUYFC zOmJnZDXN4jA;B%-gnFt_{{cAh2XL_o!s)b!7EZmH`qmR~)^;F{`lNlI^WOYs=Dq!G zbToi~uH5@;`%e|2zojuCPhaVN2+BUPk*zpr3)$*jw54Fh*05^pwvy9r&t3gtfAN-9 zQ)1rd(n@BPzEcXQjx_kXSAp##ejF>x$Pf*x*~-owLR6D`ZlF4RF)b;4sY2N%yDU4D zg`(i->cI9<4aJn?Pbj7e-J;t}cz1TCWO6gZc=@@RCnap=wyDLYvX<#MrL<#ZrZ{F? z8lam_A!Al*JWtBA@#z_p6*!)%SlJzG8#9w(UafFK9A@tJ(4<+lQX!PbE47#YYmQaQ z*w(_Wi9wWbO&`om3aLX$Kp9cOTx=)jN?*F5qhp#&N6vr z20a5@1pi-_hQTF|&CUbcLr;9+Z*JeYedvoEto-h~@F;w#>A!R|65jiSj>u%aV)4B2 zQaA!FpLir$#C@cTuopbJVyg~nD6Ui*N?j?+6+={%hZv%wf5-u5Lxp^|-A=}e!IQSM zUa>NCdSy)U_;X7)Gw(fJP0wKyj86T8jtVtYu0{MxOHuyK0(@ zLwk`gG0iz-H=ZRW^NT7pWPy~KIX!=6W@dVJ*6iioly7*`C{-CZGT7kwD;{?XQi(tL zT=G~@c(c4#!AyjEG7fFib9iL~Igaq}U|Pn`?2H(P11tl|#Q|`Z68`_zuYQ`^*jyK$ zL~3n4A^b2*y+Zo+wY62@qkt2368==7yhJIXF%KOB4D>88@!F}{;@tAe>QZ`fb8~&= z`e&O<>5o?uiKV2_pevdD^T;dhH~Sg5Qk<4INZ*Hud^Xkqwuido$TR*}fBR`<;>Xb+ zM%$5iD-v%<7F&_Urhe{d@`DG_`_cB~Tx)Xf=QnEHW z`{A~6xn*2-UGF|UZ#4C{o(0}HNHpJ@I}CiZcjM7W=qPmdJ93X4hN4Y>w4 str: + """Reverse RFC-822 escaping by removing leading whitespaces from content.""" + lines = content.splitlines() + if len(lines) == 1: + return lines[0].lstrip() + return '\n'.join((lines[0].lstrip(), textwrap.dedent('\n'.join(lines[1:])))) + + +def _read_field_from_msg(msg: Message, field: str) -> str | None: + """Read Message header field.""" + value = msg[field] + if value == 'UNKNOWN': + return None + return value + + +def _read_field_unescaped_from_msg(msg: Message, field: str) -> str | None: + """Read Message header field and apply rfc822_unescape.""" + value = _read_field_from_msg(msg, field) + if value is None: + return value + return rfc822_unescape(value) + + +def _read_list_from_msg(msg: Message, field: str) -> list[str] | None: + """Read Message header field and return all results as list.""" + values = msg.get_all(field, None) + if values == []: + return None + return values + + +def _read_payload_from_msg(msg: Message) -> str | None: + value = str(msg.get_payload()).strip() + if value == 'UNKNOWN' or not value: + return None + return value + + +def read_pkg_file(self, file): + """Reads the metadata values from a file object.""" + msg = message_from_file(file) + + self.metadata_version = Version(msg['metadata-version']) + self.name = _read_field_from_msg(msg, 'name') + self.version = _read_field_from_msg(msg, 'version') + self.description = _read_field_from_msg(msg, 'summary') + # we are filling author only. + self.author = _read_field_from_msg(msg, 'author') + self.maintainer = None + self.author_email = _read_field_from_msg(msg, 'author-email') + self.maintainer_email = None + self.url = _read_field_from_msg(msg, 'home-page') + self.download_url = _read_field_from_msg(msg, 'download-url') + self.license = _read_field_unescaped_from_msg(msg, 'license') + self.license_expression = _read_field_unescaped_from_msg(msg, 'license-expression') + + self.long_description = _read_field_unescaped_from_msg(msg, 'description') + if self.long_description is None and self.metadata_version >= Version('2.1'): + self.long_description = _read_payload_from_msg(msg) + self.description = _read_field_from_msg(msg, 'summary') + + if 'keywords' in msg: + self.keywords = _read_field_from_msg(msg, 'keywords').split(',') + + self.platforms = _read_list_from_msg(msg, 'platform') + self.classifiers = _read_list_from_msg(msg, 'classifier') + + # PEP 314 - these fields only exist in 1.1 + if self.metadata_version == Version('1.1'): + self.requires = _read_list_from_msg(msg, 'requires') + self.provides = _read_list_from_msg(msg, 'provides') + self.obsoletes = _read_list_from_msg(msg, 'obsoletes') + else: + self.requires = None + self.provides = None + self.obsoletes = None + + self.license_files = _read_list_from_msg(msg, 'license-file') + + +def single_line(val): + """ + Quick and dirty validation for Summary pypa/setuptools#1390. + """ + if '\n' in val: + # TODO: Replace with `raise ValueError("newlines not allowed")` + # after reviewing #2893. + msg = "newlines are not allowed in `summary` and will break in the future" + SetuptoolsDeprecationWarning.emit("Invalid config.", msg) + # due_date is undefined. Controversial change, there was a lot of push back. + val = val.strip().split('\n')[0] + return val + + +def write_pkg_info(self, base_dir): + """Write the PKG-INFO file into the release tree.""" + temp = "" + final = os.path.join(base_dir, 'PKG-INFO') + try: + # Use a temporary file while writing to avoid race conditions + # (e.g. `importlib.metadata` reading `.egg-info/PKG-INFO`): + with NamedTemporaryFile("w", encoding="utf-8", dir=base_dir, delete=False) as f: + temp = f.name + self.write_pkg_file(f) + permissions = stat.S_IMODE(os.lstat(temp).st_mode) + os.chmod(temp, permissions | stat.S_IRGRP | stat.S_IROTH) + os.replace(temp, final) # atomic operation. + finally: + if temp and os.path.exists(temp): + os.remove(temp) + + +# Based on Python 3.5 version +def write_pkg_file(self, file): # noqa: C901 # is too complex (14) # FIXME + """Write the PKG-INFO format data to a file object.""" + version = self.get_metadata_version() + + def write_field(key, value): + file.write(f"{key}: {value}\n") + + write_field('Metadata-Version', str(version)) + write_field('Name', self.get_name()) + write_field('Version', self.get_version()) + + summary = self.get_description() + if summary: + write_field('Summary', single_line(summary)) + + optional_fields = ( + ('Home-page', 'url'), + ('Download-URL', 'download_url'), + ('Author', 'author'), + ('Author-email', 'author_email'), + ('Maintainer', 'maintainer'), + ('Maintainer-email', 'maintainer_email'), + ) + + for field, attr in optional_fields: + attr_val = getattr(self, attr, None) + if attr_val is not None: + write_field(field, attr_val) + + if license_expression := self.license_expression: + write_field('License-Expression', license_expression) + elif license := self.get_license(): + write_field('License', rfc822_escape(license)) + + for label, url in self.project_urls.items(): + write_field('Project-URL', f'{label}, {url}') + + keywords = ','.join(self.get_keywords()) + if keywords: + write_field('Keywords', keywords) + + platforms = self.get_platforms() or [] + for platform in platforms: + write_field('Platform', platform) + + self._write_list(file, 'Classifier', self.get_classifiers()) + + # PEP 314 + self._write_list(file, 'Requires', self.get_requires()) + self._write_list(file, 'Provides', self.get_provides()) + self._write_list(file, 'Obsoletes', self.get_obsoletes()) + + # Setuptools specific for PEP 345 + if hasattr(self, 'python_requires'): + write_field('Requires-Python', self.python_requires) + + # PEP 566 + if self.long_description_content_type: + write_field('Description-Content-Type', self.long_description_content_type) + + safe_license_files = map(_safe_license_file, self.license_files or []) + self._write_list(file, 'License-File', safe_license_files) + _write_requirements(self, file) + + for field, attr in _POSSIBLE_DYNAMIC_FIELDS.items(): + if (val := getattr(self, attr, None)) and not is_static(val): + write_field('Dynamic', field) + + long_description = self.get_long_description() + if long_description: + file.write(f"\n{long_description}") + if not long_description.endswith("\n"): + file.write("\n") + + +def _write_requirements(self, file): + for req in _reqs.parse(self.install_requires): + file.write(f"Requires-Dist: {req}\n") + + processed_extras = {} + for augmented_extra, reqs in self.extras_require.items(): + # Historically, setuptools allows "augmented extras": `:` + unsafe_extra, _, condition = augmented_extra.partition(":") + unsafe_extra = unsafe_extra.strip() + extra = _normalization.safe_extra(unsafe_extra) + + if extra: + _write_provides_extra(file, processed_extras, extra, unsafe_extra) + for req in _reqs.parse_strings(reqs): + r = _include_extra(req, extra, condition.strip()) + file.write(f"Requires-Dist: {r}\n") + + return processed_extras + + +def _include_extra(req: str, extra: str, condition: str) -> Requirement: + r = Requirement(req) # create a fresh object that can be modified + parts = ( + f"({r.marker})" if r.marker else None, + f"({condition})" if condition else None, + f"extra == {extra!r}" if extra else None, + ) + r.marker = Marker(" and ".join(x for x in parts if x)) + return r + + +def _write_provides_extra(file, processed_extras, safe, unsafe): + previous = processed_extras.get(safe) + if previous == unsafe: + SetuptoolsDeprecationWarning.emit( + 'Ambiguity during "extra" normalization for dependencies.', + f""" + {previous!r} and {unsafe!r} normalize to the same value:\n + {safe!r}\n + In future versions, setuptools might halt the build process. + """, + see_url="https://peps.python.org/pep-0685/", + ) + else: + processed_extras[safe] = unsafe + file.write(f"Provides-Extra: {safe}\n") + + +# from pypa/distutils#244; needed only until that logic is always available +def get_fullname(self): + return _distribution_fullname(self.get_name(), self.get_version()) + + +def _distribution_fullname(name: str, version: str) -> str: + """ + >>> _distribution_fullname('setup.tools', '1.0-2') + 'setup_tools-1.0.post2' + >>> _distribution_fullname('setup-tools', '1.2post2') + 'setup_tools-1.2.post2' + >>> _distribution_fullname('setup-tools', '1.0-r2') + 'setup_tools-1.0.post2' + >>> _distribution_fullname('setup.tools', '1.0.post') + 'setup_tools-1.0.post0' + >>> _distribution_fullname('setup.tools', '1.0+ubuntu-1') + 'setup_tools-1.0+ubuntu.1' + """ + return "{}-{}".format( + canonicalize_name(name).replace('-', '_'), + canonicalize_version(version, strip_trailing_zero=False), + ) + + +def _safe_license_file(file): + # XXX: Do we need this after the deprecation discussed in #4892, #4896?? + normalized = os.path.normpath(file).replace(os.sep, "/") + if "../" in normalized: + return os.path.basename(normalized) # Temporarily restore pre PEP639 behaviour + return normalized + + +_POSSIBLE_DYNAMIC_FIELDS = { + # Core Metadata Field x related Distribution attribute + "author": "author", + "author-email": "author_email", + "classifier": "classifiers", + "description": "long_description", + "description-content-type": "long_description_content_type", + "download-url": "download_url", + "home-page": "url", + "keywords": "keywords", + "license": "license", + # XXX: License-File is complicated because the user gives globs that are expanded + # during the build. Without special handling it is likely always + # marked as Dynamic, which is an acceptable outcome according to: + # https://github.com/pypa/setuptools/issues/4629#issuecomment-2331233677 + "license-file": "license_files", + "license-expression": "license_expression", # PEP 639 + "maintainer": "maintainer", + "maintainer-email": "maintainer_email", + "obsoletes": "obsoletes", + # "obsoletes-dist": "obsoletes_dist", # NOT USED + "platform": "platforms", + "project-url": "project_urls", + "provides": "provides", + # "provides-dist": "provides_dist", # NOT USED + "provides-extra": "extras_require", + "requires": "requires", + "requires-dist": "install_requires", + # "requires-external": "requires_external", # NOT USED + "requires-python": "python_requires", + "summary": "description", + # "supported-platform": "supported_platforms", # NOT USED +} diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__init__.py new file mode 100644 index 0000000..e374d5c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__init__.py @@ -0,0 +1,14 @@ +import importlib +import sys + +__version__, _, _ = sys.version.partition(' ') + + +try: + # Allow Debian and pkgsrc (only) to customize system + # behavior. Ref pypa/distutils#2 and pypa/distutils#16. + # This hook is deprecated and no other environments + # should use it. + importlib.import_module('_distutils_system_mod') +except ImportError: + pass diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e8e9d905e6f32434ad640999eb6cefe13892c41 GIT binary patch literal 530 zcmYjNu}&L75S`)9IiHOcK#nM&Kq8F`dlf)bRwRlP7E+XyoRC&$Zey===R57L0e3D* z6NQRj2;vuLQm2W9A}2?KprW(lCUTYC*cP5*=DpdO_eT4@P{@If-B0(81_C@7G7EbO zMxQmffB*sv!JAa{kYQ^!G276!<;;;O3>L1mwuwUvz_Y!KmvLbM7_=5A{rMbNvuT7b zZUS>&g0K({G&_M)>i|x$WIvjfw`1H$U(kR{)loc@RCc9e5sl)Ylucb8C9zN;ucwxN zNS$LQB#+yvoA^R;WniAtX_wLzXiIrd32ju`pS5WXxQ z`6LV@8v6CJVp18RG0~nR>8fVj-mbjbB9bdsPW+>feuGIOnd&4ejzdYFPA8P|HdmBZ zlI}QLo%p{NOWM)=oqVU$&_cvpSh|JWU2*kd|9pQ?EcJ_}ubVf;N*|Vc`Lp+5aQMtY ycbJ3BdapLH*ZTI_kM-@J_Rim5&dMJ^bbs4fqvVd|b1izgQibcxo^5@zQ0IT6sf%d< literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c13ddfa8e2271dbf9b67232a1422349f52db2c33 GIT binary patch literal 278 zcmX@j%ge<81ZJI&(zSr}V-N=hn4pZ$dO*f>h7^Vr#vFzy1}277hAfyIOf8UJ4P{3$ zRWfQay#(?6G?{O)=j5lSXXd5f;!IC1@d2_^i*7Lk#a1$W1}XU!tDljdo2s9dUX)m@ zo1Cbhlam{tlbEDil3H8>;sDwDIhjfN1(hWk`FX~AhDQ3unI);Z1&PVoiRr1u`o*aw zr3EGV`8mb<@hO?bC8Z^qASTcXy@JYL95%W6DWy57c14^(+ZchkSOQ3VU}j`wyv@M( YfK9w1{W_cYMKAT0O{gMgDsV^MI&EZltxpq~W5VbZ*dFBGf&AeElX=P%+F59%f1fyZ|J z+K2jSa4*AG`rT%J@G*RXchDyN@6ZlxnC8sZs2(Hwij9riQM@B_9*@SFVmGC+5P2f# zuxmIP?>HTcY#6K3?8v>Bo6ldwm>J$xG~K0RjxlmmC?lo7IAIx@!en0NG?kd7GFQ}W zs?tWoQcLMf?DyJ45J z+$*<}4Y9;|2isJFnvvAGZB^GvE?FVCUH2Q@n^$wK^|A*)@V42j^4{o2&h;OMuN~Zk zgpf;kcnK?i8-zT#X+mx3OK;jcdUX~)zKA+U@6V&oY1H}l;b+u4kG4;v?P>p4^laLn GH~$Bbp^x4G literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b15ebd2c1b739c1b1d85c6b3ddf1df9a1c786365 GIT binary patch literal 4792 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b595ac9be7128ecdfc38d321a95bc799614cef57 GIT binary patch literal 327 zcmX@j%ge<81ZJI&(j$QMV-N=hn4pZ$dO*f>h7^Vr#vF!R#wbQch7_iB#wey##w<3N zVgwzgVL-#^)p^>6WAxmw-4x zwth}#l72yDNk)F2v7VukesN|=s%}AIa&}^RYO#KCYDsB9Nq&A#v3`6?W^qYrNhXL1 zavsbrdIgogIBatBQ%ZAE?TWa8)`C1yED0n&Ff%eT-er(|z%6-!OR9nW0l#p6ZD(yG JPZ1|j7691eS#AIT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fdf6384e3f7824c23e7ae2ab86741d5fbb952246 GIT binary patch literal 10842 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 qmweyH2YP@p?oi~k3LZ5e_9 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1b440fd825c71ecc9718e6cdb6078849c57a8393 GIT binary patch literal 9117 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 IAZ6?S01-3?vH$=8 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..45ac43ea2c3395f7062bb4bbd4cc3f3236547cc0 GIT binary patch literal 658 zcmZ8eziZn-7`>BZNv`4_*eN7aXAQP!0-Zvkh&BzSHiVSIEr)Wt$ZGB+aVIBu^V+df z_HO-Ky0lZvL6>&wW||?8sdtHOOupfL-+LVI-QD-K)p`VUJ^T1OJGKD$W5}vBzpHDe z+Z9Mb3K`%KL1<=+S=>f8caXyysKH(2au0djM?M4@NbS!MH7WeCy>!`VDA4-OhOit_ zD|JwN=7f#EP)i|HE}3PQc@es*9gjz^jt=o_JQ|;j->6{CHR-L%yHWh|_~gaWNVUm? zl5^!xgVqhu@UPblthu+?0sY;p=u>q literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74eae89caf8cfb9c77553529441ff65102549a0f GIT binary patch literal 321 zcmX@j%ge<81ZJI&(z}85V-N=hn4yf%PC&+Vh7^Vr#vFzyhE#?uCYTZgoyCe^!&oUy zs~I8eDCSB=P3D&%j^8bQ7ti33&=60b;CL5Tr%-oImRn5u#kbf~^U5-d^7C#nr>BisbiIPgUmP~M z`6;D2sdh!&Kha3DHYWzS(B&gMIJ!-oE#HAI#U))j9&X{qaZe93%8oJEc^X zU~vt=0iuZF5cLqPP$R@qrB}g-n(tB17-QF(>*Sp|a3B}wD}IzvKIDuJbfgpufC1m) z6{rKW4~%>(ogJ7b7m&>n+MsKT|w(xO5({RImY2jCP%;k~zaH9w?r~ z(iw^*awJn(s*)s>4v(c`gm&k;B^;wJ6&bt?*&YksYTml9l;HhLv4=t=BDY6G#5@jU zZfcaTm5qS=+3Bym7BEGiOz1-ZqZyNkNqs5jgm}A2#Jpi3i0llA7lx4^l72@qsk8&w z3whs5$7(l;Z*_0n^dwiTlfq0SVA4CA-18}yN-r$Ea`kRH&KthJ9KiR*8g$i{mv=$E zLDO1e(%$@5+nlwo9zHp4txxRrnc4iX{dRk5KbqNBrtOP=Yo=BGQ%BAAr#pxAxUn%Y zHx^KhTvIf`mxUm2L literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a2e703f1f4b969bec4ff84fa9d86bd338fcd6588 GIT binary patch literal 10364 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 PU3c@(OJAeE$#(l6x@(?z literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ed04fcc74b03968763792a42cedcd30c6abe6c86 GIT binary patch literal 10253 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 z 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..da25ba8f2f50ad40e1056ecd787c10c0d8cba87b GIT binary patch literal 17943 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7bb34941ee1c82790a9357ffc7994a15bebc3611 GIT binary patch literal 2616 zcmaJ@&2Jk;6rZto?e$ljCQX`zlx|8}FludRE5rd+4eE!0l2&OE(yG#S?HxOtti5J- z9dKkM7ezEiLZMPoIP?!73J3lI{sAtv)F@%eAp&veEp4b&^~8H?uQ#nyM)J(>y*D%O z&HGyao=U|DjQ3i9m3|cn`5Os;h+VLor-ZB!ohU@7ddQ>-_12IQ(!;u7hRcE?Qo`tL z(mxukN(A_Q0qr9t3jBVb3RXn|{y;$cNQnXepic#>5@+J96wp3W1mF+*RIn-u;Ex2f zkCY_v$9yVSl|JCV9?(8g(!iH}Dp-|%U0fu}0X+iqK!{u>dUTQK_^K1ZE+4IhJ4iWL z4`pHt`S_%48|A9WWYa3iWmcHcDu!K_ZKrNBUDk>Yn|!QbvR zm{y46^T}+e2YcXa>h#XeLiW5o8f2|2r=&rzlT|vE3A+ikWLkO6R6(~Znrxn#u4FUk z3ZhJiV=!I8;zr3vowEG=W^TqRvs|&nHTzUS%b8|bHMRUHhuIDifODpi&sFQrj8!?4 zefMt~d#&nNmTBiy-LRdSV*mvG*=pTQfmC&7I0JW?I>#KwJg{Y$ znq(_6ypb4hC&rr>wuJPCFwz!Aej0ix9NA2yo1g5$9`HjX7A}b$p}*%P34#nj}T=<&pmDwTvswG zC0F=-a(c=YKAO68)fF#X{P45OkW_Tu#<0sg0dvQ_^Ni;$h)JCfp#*;Rd6=4HGb$}j zelx!%4c#lPn0L)}>5a`;d`bIm_?4{k-SWD0Y$r_O{X7Mi6yVnzXey4~Z(+Iv0bm5W z6@gAgl`s>Ebcqz9hb_hwkwx_IB3bjc69WAxx?exig%|e3_Ul3W_L<}o`HCv3>)QjnOx*nS-#cv`mJoC zmqB1X7M@qK^8kLNP_#i&?%mgYsM9Od+5gQSrA~fN*1`j6w4;4*Y*4eO{R99{`(E3ChoeFF)~9C)7!d;rbWIr+ zF9O}B+40jp7M+ESHhz%7A}NV}`hl%WU42Ns0BIylrs4Whm2*u5<#BwCr*@TeOu**&T>7Bn z=W`sxf-$%6!?Y8ols*m#RM<@tn*Nid{~^b=r8GvXDQ-sl?lf*UnnD12A|Gr=4&1SB zTg~vMG`Jy+wxv-#H?R>s)Q%p)lK{us(J_E~HU#iVBux9CBqQ|rzXNG{bm`6IY%BYe I0Q9W?4>*?qf&c&j literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51fabda70ddc6ec571401d5a86bd83a02de5b58f GIT binary patch literal 5647 zcma)AYitzP6~41OJF`!(AJ||XWxx*WC4TT|0|kQIIHo_EFLpEv%NEG zd$((1DkSU{)g+CItEiG&H4=zO{hR)3lQ#X+KPINd8HhrfR2Bc6098bPwCCK}hj~=w z+I#2Dz2}^J?z!il@7(!oBoZW0o}2o|seeZa`2t_cg?Ag=-PIf+mxw|VMBx;V&Sg9a z4~K29?oD{vlTYyM=}Y+7Q%DHxDJDer^e6oAETQy5y{jfYBJG8 z6#4{3)N3-Cw2L<4IF^ktdGL?cJk2u0aJUC1;gnmFPiYK;<7gYSi}dR&bY z%azDEl31ZEQ)z46tBUnrVo=WI>4I<2fcY6OEvs5zo3swLS&suW|LZSk0t&KW6N zGmUmhmeSNT><-mXB-@lmWU84tOUml9oi=HvBWPvSl$O>~6&_210ZErZ#E@p3l4QdK z;Z({}^Awdcl4gKVD>v8y9VykaI)is`#c|FF$p+BMII-0m_c-EVIhzF$PV{ijmIrmU zPyJy|HBxHa>qL&7IMS2s-rv*x(t+N6j(9AeRr_V?_{|ZO>ZYvR0e3*5Ufn!(g>!s+ zdR}~GAH3J^DchiDOilGrYEtOslRdrtP9RyD@fdXZ2F;wIq)<$`;Ldpo0bhg0C1RKR z3H207A1Q*jHA7z?iF*n?K?%xHup6wMEx5E^DP?9dGMH1*(rJ~dhOOr%Ma=>wn#(jK zrfMhSr#K}IK?NFlQyIlVeWVAkcMX{twJQx4wK`IAm#$}$x;)rntCo!~(C*T;!LDrH z9x{!sotw9GS(>eOWaZRp`IKsPS*o4O+NP;nUCD}9bTJ3$%;p^-si=dwQ*;^3wg!Gy zBUBUQzMnL#nA|$Yx6Jg-*8Q>{8h2rUJY*$2k<3aH&;Tn{EI3^9eCV!}vbQVT>20u5 zW=F*XXV#PPj&m7)9L}(Z6g_3Sac|K}`65^JYMjAoWSrNCjrL)sNUoM!80Ce%2nSCde%@dj5^GZ_JA;X7+z9wk|~LCxidufAD$ThWWa- ziG!bP-Z@tz&2GFF>G)&)#NLI_h6_U%t)FJ*LK|jApqk@1P~5zSwg}$cEyBIJMDpYc z*Lwvj`W<+8U5u$maqn5xg#)Pj1X<|V^erUP7G!P3>KWu^e*1{f%{WjJ`fTUpLXn4g z(ne@pg7Y;|TRn46@+LfkeS}R78|^VIM}!^GAcFmWCAOjxu6r*uubx?TVaxQ6sU35C z$K@8NT%}OQa`8ihDfJgn?`iIBS2%}-vViKd>aJzCzM}6e{IGu)^ase2xx)|h;#-l}0Htmz@?|OSdCTy`kv!Kz?AkI-E1@0Z zf{jkgio)AyG*+tXc*mpoio$SHd8GPO1l0B&@~g^RMd8ODg&P;n2&0^hj>yU|o~%a- z%)N13{1$VIMR9oLBh2vn(5xbxRXih(a-(F-dxDH|albqbvFT_Ipy^?>YL`m*rYe$b zNpdB4>wqFs3<7ej-9+l9aI%5STJ06$uG8?-&4?DkFg)WJ_jR(ri$(G!I}aDsl|qS4B~VDUHf` z#BnC2B6d`>hhS}noKdT&gutHx(Q;WVlcfS^x?tQHWE}_6kT<9@O${ZpvON@ID$|@Q zwV~pQnwE3A9dBnkx)C&HNmVIKhRZJ@zci}px-_UtISWhDY0~7RI}7} zW`s=xOhyKc417qcj>#$86$cXBo{HL%geogEp9CXR)NN-%khBcXOcC$~31sDD9Y7kS z150V$M`h4JdOVqsv@}u~h~-PvmeMk$UCdRCJnq6y<`!&L3Rp}HM1Cumavcb_t=9#A zjGhI5S*t>TNm7*^(w+Z8DJ(C&gW>X>H33KUg}*HDZa4zC$$(+NVtRq{?JjNZ2e z{72Ue6<}=$0nPD^4r!?&Czu*iQ>T+DSTF-3M|`=DB}p^_(pWy=@ZevTQ{N3Vs&d5j zc}C*|-KC%caX+oc`9n*b!w~`B22D$K#FG6P;5fmmKLCV|rJ$nJ!a$35z~X|XkL4#6 z!y6J(p}FwkhglcBFxdkOk@JHZX?GX-pexWV zc|X|R_M+tdP-=qqhtECJy~_KiRX%8^mL^q*HVm8Ig5IZLld>f0DjtaZz=?$;b_J`3 zaT6XX!)X$UqNB^DW_c(hjsdE(MXlqP_4G{wLW`DC=Qy7rKi=3KH)= z!jrrJSwIDo?Fzc4J%Gv$5BUn-iXJKB+zE2wXBC_c6r5vJ!|P@#u*a$=A40LgBBr8I zNQg~FhoK5^07haAT}r`sw`AEABP@>Nb19FdW@QSgwjvGYrI=}TA}4glc9!7?=Vy@@ z221(j$=H$I$M(ktI`Phi;n)RU2)kKbwN-#2U1j(PpxtX40H$yX`M6-mZ)J73@{QS!7jT#2#yNs!;X-H} zU%YV3am18qq`{a@&2Ae^I+(N7QYi12^<1ef0*o`65P(6ZBbF@c@WZBN#6|jjkVp5T zP%eoP+;)77#No0Im$vW_u`pf^H(i)2OrM!LGn1ZG=A+L} z^0!0L$z6*cKC=GS^5#p0Hw&}z`Q_~w`LDtxT)Pl$xE-#YJ~(yoZHi;_;q?%Vj-eTxSmiL8HMVetBJedC^1^5@pIJ%aZm9|v`uXUO@W zw(`Y7Dl)%x1Q&t}v85x5ma+UU?i+n?tQh~TUfnx&c}ru+q<_n9%gAlq3e-PIwuG7a5)B@Tm^yo2srT}?X=1? z7@*I=EDk>iUo0qMKRt=n_DTycu7wbO#VM`J)iZ$v7%k%hb5b}9Hf5gr08Sp7qOxo{ zfMjbNF_~1%R5IxVlgV@rLV=o0QiMi!xY#+OcpIi2SnbEE8!9K7G9e#gpUtdJc`!xs zN<$Hm9l_4ycPxsqO7SpI4C?UF3BFCaS(?xN+=7_t2$1}k)N&Ip#7@`l_$h{^WbUOL zlOT3%+&ebn8B3BL_;+PYC8w(|P!;+RpRA9dTJ&-p_mzj|`1@hPwR}MWH%as+iQFW0 zH%SoMpONo=Mz&rfTmMNKKP4+ZB^y5X)_%&b{YoH_WfxzX9lajznh1O?@LcQN8b23X zY$BeZLpI&@!gGOaTHpc>=`6i<-t}-?=VF*NuUS~ujQ`75Er!~-hK0cPMK3&W*EKHs m;JFA#x_(i_mLFRIYz0ZMkx_#HA$T_eefRshR<4%a#{UNlP;8n2 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c4cdfeb29ed5197a125b20752807d76821a9f00 GIT binary patch literal 23111 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 CsF4K# literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0acfd020f5fbfdcae5626fd55e88edecbe810f02 GIT binary patch literal 10840 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 G`TqbfA|#>! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..626f3f58ba2f1bcfaa042f7f4e834df134f66624 GIT binary patch literal 418 zcmYLEJxc>Y5S_i8;bK?_C?t)wq_|sDuo9c}R@$Tqm)lLUaW8w^?t!sNYiX6=Ao(da z3W{(xqFAI0q)X+lmyaoS-h0fKA1Xx`0l@%{$t6eN^7vZHed=AC=$>H>d=xv zvD0=CFlSiajPH8eb%4R}|ME_?h`KXWCXCtr8R_-Y zQ29|vgoryL?E0E1ZHd9e7?EVG2Xb^4oSYKHHS?1&x()kG5yfexJs5<=(`YQJ#wRXd#GM?Ap`4^U%L`GEQ>)L$C@I|OOf%>Du9 Cu5ix) literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d32a8762d4f8911f672806f9451e84a9066d37b GIT binary patch literal 19483 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..782d61345b63b9c9cc1c093a6d6c970ccc2f1abb GIT binary patch literal 10633 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 os.path.getmtime(target) + ) + + +def newer( + source: str | bytes | os.PathLike[str] | os.PathLike[bytes], + target: str | bytes | os.PathLike[str] | os.PathLike[bytes], +) -> bool: + """ + Is source modified more recently than target. + + Returns True if 'source' is modified more recently than + 'target' or if 'target' does not exist. + + Raises DistutilsFileError if 'source' does not exist. + """ + if not os.path.exists(source): + raise DistutilsFileError(f"file {os.path.abspath(source)!r} does not exist") + + return _newer(source, target) + + +def newer_pairwise( + sources: Iterable[_SourcesT], + targets: Iterable[_TargetsT], + newer: Callable[[_SourcesT, _TargetsT], bool] = newer, +) -> tuple[list[_SourcesT], list[_TargetsT]]: + """ + Filter filenames where sources are newer than targets. + + Walk two filename iterables in parallel, testing if each source is newer + than its corresponding target. Returns a pair of lists (sources, + targets) where source is newer than target, according to the semantics + of 'newer()'. + """ + newer_pairs = filter(splat(newer), zip_strict(sources, targets)) + return tuple(map(list, zip(*newer_pairs))) or ([], []) + + +def newer_group( + sources: Iterable[str | bytes | os.PathLike[str] | os.PathLike[bytes]], + target: str | bytes | os.PathLike[str] | os.PathLike[bytes], + missing: Literal["error", "ignore", "newer"] = "error", +) -> bool: + """ + Is target out-of-date with respect to any file in sources. + + Return True if 'target' is out-of-date with respect to any file + listed in 'sources'. In other words, if 'target' exists and is newer + than every file in 'sources', return False; otherwise return True. + ``missing`` controls how to handle a missing source file: + + - error (default): allow the ``stat()`` call to fail. + - ignore: silently disregard any missing source files. + - newer: treat missing source files as "target out of date". This + mode is handy in "dry-run" mode: it will pretend to carry out + commands that wouldn't work because inputs are missing, but + that doesn't matter because dry-run won't run the commands. + """ + + def missing_as_newer(source): + return missing == 'newer' and not os.path.exists(source) + + ignored = os.path.exists if missing == 'ignore' else None + return not os.path.exists(target) or any( + missing_as_newer(source) or _newer(source, target) + for source in filter(ignored, sources) + ) + + +newer_pairwise_group = functools.partial(newer_pairwise, newer=newer_group) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py new file mode 100644 index 0000000..8471cca --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py @@ -0,0 +1,5 @@ +from .compilers.C import msvc + +__all__ = ["MSVCCompiler"] + +MSVCCompiler = msvc.Compiler diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py new file mode 100644 index 0000000..d860f55 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py @@ -0,0 +1,294 @@ +"""distutils.archive_util + +Utility functions for creating archive files (tarballs, zip files, +that sort of thing).""" + +from __future__ import annotations + +import os +from typing import Literal, overload + +try: + import zipfile +except ImportError: + zipfile = None + + +from ._log import log +from .dir_util import mkpath +from .errors import DistutilsExecError +from .spawn import spawn + +try: + from pwd import getpwnam +except ImportError: + getpwnam = None + +try: + from grp import getgrnam +except ImportError: + getgrnam = None + + +def _get_gid(name): + """Returns a gid, given a group name.""" + if getgrnam is None or name is None: + return None + try: + result = getgrnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + + +def _get_uid(name): + """Returns an uid, given a user name.""" + if getpwnam is None or name is None: + return None + try: + result = getpwnam(name) + except KeyError: + result = None + if result is not None: + return result[2] + return None + + +def make_tarball( + base_name: str, + base_dir: str | os.PathLike[str], + compress: Literal["gzip", "bzip2", "xz"] | None = "gzip", + verbose: bool = False, + dry_run: bool = False, + owner: str | None = None, + group: str | None = None, +) -> str: + """Create a (possibly compressed) tar file from all the files under + 'base_dir'. + + 'compress' must be "gzip" (the default), "bzip2", "xz", or None. + + 'owner' and 'group' can be used to define an owner and a group for the + archive that is being built. If not provided, the current owner and group + will be used. + + The output tar file will be named 'base_dir' + ".tar", possibly plus + the appropriate compression extension (".gz", ".bz2", ".xz" or ".Z"). + + Returns the output filename. + """ + tar_compression = { + 'gzip': 'gz', + 'bzip2': 'bz2', + 'xz': 'xz', + None: '', + } + compress_ext = {'gzip': '.gz', 'bzip2': '.bz2', 'xz': '.xz'} + + # flags for compression program, each element of list will be an argument + if compress is not None and compress not in compress_ext.keys(): + raise ValueError( + "bad value for 'compress': must be None, 'gzip', 'bzip2', 'xz'" + ) + + archive_name = base_name + '.tar' + archive_name += compress_ext.get(compress, '') + + mkpath(os.path.dirname(archive_name), dry_run=dry_run) + + # creating the tarball + import tarfile # late import so Python build itself doesn't break + + log.info('Creating tar archive') + + uid = _get_uid(owner) + gid = _get_gid(group) + + def _set_uid_gid(tarinfo): + if gid is not None: + tarinfo.gid = gid + tarinfo.gname = group + if uid is not None: + tarinfo.uid = uid + tarinfo.uname = owner + return tarinfo + + if not dry_run: + tar = tarfile.open(archive_name, f'w|{tar_compression[compress]}') + try: + tar.add(base_dir, filter=_set_uid_gid) + finally: + tar.close() + + return archive_name + + +def make_zipfile( # noqa: C901 + base_name: str, + base_dir: str | os.PathLike[str], + verbose: bool = False, + dry_run: bool = False, +) -> str: + """Create a zip file from all the files under 'base_dir'. + + The output zip file will be named 'base_name' + ".zip". Uses either the + "zipfile" Python module (if available) or the InfoZIP "zip" utility + (if installed and found on the default search path). If neither tool is + available, raises DistutilsExecError. Returns the name of the output zip + file. + """ + zip_filename = base_name + ".zip" + mkpath(os.path.dirname(zip_filename), dry_run=dry_run) + + # If zipfile module is not available, try spawning an external + # 'zip' command. + if zipfile is None: + if verbose: + zipoptions = "-r" + else: + zipoptions = "-rq" + + try: + spawn(["zip", zipoptions, zip_filename, base_dir], dry_run=dry_run) + except DistutilsExecError: + # XXX really should distinguish between "couldn't find + # external 'zip' command" and "zip failed". + raise DistutilsExecError( + f"unable to create zip file '{zip_filename}': " + "could neither import the 'zipfile' module nor " + "find a standalone zip utility" + ) + + else: + log.info("creating '%s' and adding '%s' to it", zip_filename, base_dir) + + if not dry_run: + try: + zip = zipfile.ZipFile( + zip_filename, "w", compression=zipfile.ZIP_DEFLATED + ) + except RuntimeError: + zip = zipfile.ZipFile(zip_filename, "w", compression=zipfile.ZIP_STORED) + + with zip: + if base_dir != os.curdir: + path = os.path.normpath(os.path.join(base_dir, '')) + zip.write(path, path) + log.info("adding '%s'", path) + for dirpath, dirnames, filenames in os.walk(base_dir): + for name in dirnames: + path = os.path.normpath(os.path.join(dirpath, name, '')) + zip.write(path, path) + log.info("adding '%s'", path) + for name in filenames: + path = os.path.normpath(os.path.join(dirpath, name)) + if os.path.isfile(path): + zip.write(path, path) + log.info("adding '%s'", path) + + return zip_filename + + +ARCHIVE_FORMATS = { + 'gztar': (make_tarball, [('compress', 'gzip')], "gzip'ed tar-file"), + 'bztar': (make_tarball, [('compress', 'bzip2')], "bzip2'ed tar-file"), + 'xztar': (make_tarball, [('compress', 'xz')], "xz'ed tar-file"), + 'ztar': (make_tarball, [('compress', 'compress')], "compressed tar file"), + 'tar': (make_tarball, [('compress', None)], "uncompressed tar file"), + 'zip': (make_zipfile, [], "ZIP file"), +} + + +def check_archive_formats(formats): + """Returns the first format from the 'format' list that is unknown. + + If all formats are known, returns None + """ + for format in formats: + if format not in ARCHIVE_FORMATS: + return format + return None + + +@overload +def make_archive( + base_name: str, + format: str, + root_dir: str | os.PathLike[str] | bytes | os.PathLike[bytes] | None = None, + base_dir: str | None = None, + verbose: bool = False, + dry_run: bool = False, + owner: str | None = None, + group: str | None = None, +) -> str: ... +@overload +def make_archive( + base_name: str | os.PathLike[str], + format: str, + root_dir: str | os.PathLike[str] | bytes | os.PathLike[bytes], + base_dir: str | None = None, + verbose: bool = False, + dry_run: bool = False, + owner: str | None = None, + group: str | None = None, +) -> str: ... +def make_archive( + base_name: str | os.PathLike[str], + format: str, + root_dir: str | os.PathLike[str] | bytes | os.PathLike[bytes] | None = None, + base_dir: str | None = None, + verbose: bool = False, + dry_run: bool = False, + owner: str | None = None, + group: str | None = None, +) -> str: + """Create an archive file (eg. zip or tar). + + 'base_name' is the name of the file to create, minus any format-specific + extension; 'format' is the archive format: one of "zip", "tar", "gztar", + "bztar", "xztar", or "ztar". + + 'root_dir' is a directory that will be the root directory of the + archive; ie. we typically chdir into 'root_dir' before creating the + archive. 'base_dir' is the directory where we start archiving from; + ie. 'base_dir' will be the common prefix of all files and + directories in the archive. 'root_dir' and 'base_dir' both default + to the current directory. Returns the name of the archive file. + + 'owner' and 'group' are used when creating a tar archive. By default, + uses the current owner and group. + """ + save_cwd = os.getcwd() + if root_dir is not None: + log.debug("changing into '%s'", root_dir) + base_name = os.path.abspath(base_name) + if not dry_run: + os.chdir(root_dir) + + if base_dir is None: + base_dir = os.curdir + + kwargs = {'dry_run': dry_run} + + try: + format_info = ARCHIVE_FORMATS[format] + except KeyError: + raise ValueError(f"unknown archive format '{format}'") + + func = format_info[0] + kwargs.update(format_info[1]) + + if format != 'zip': + kwargs['owner'] = owner + kwargs['group'] = group + + try: + filename = func(base_name, base_dir, **kwargs) + finally: + if root_dir is not None: + log.debug("changing back to '%s'", save_cwd) + os.chdir(save_cwd) + + return filename diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py new file mode 100644 index 0000000..58bc6a5 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py @@ -0,0 +1,26 @@ +from .compat.numpy import ( # noqa: F401 + _default_compilers, + compiler_class, +) +from .compilers.C import base +from .compilers.C.base import ( + gen_lib_options, + gen_preprocess_options, + get_default_compiler, + new_compiler, + show_compilers, +) +from .compilers.C.errors import CompileError, LinkError + +__all__ = [ + 'CompileError', + 'LinkError', + 'gen_lib_options', + 'gen_preprocess_options', + 'get_default_compiler', + 'new_compiler', + 'show_compilers', +] + + +CCompiler = base.Compiler diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/cmd.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/cmd.py new file mode 100644 index 0000000..241621b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/cmd.py @@ -0,0 +1,554 @@ +"""distutils.cmd + +Provides the Command class, the base class for the command classes +in the distutils.command package. +""" + +from __future__ import annotations + +import logging +import os +import re +import sys +from abc import abstractmethod +from collections.abc import Callable, MutableSequence +from typing import TYPE_CHECKING, Any, ClassVar, TypeVar, overload + +from . import _modified, archive_util, dir_util, file_util, util +from ._log import log +from .errors import DistutilsOptionError + +if TYPE_CHECKING: + # type-only import because of mutual dependence between these classes + from distutils.dist import Distribution + + from typing_extensions import TypeVarTuple, Unpack + + _Ts = TypeVarTuple("_Ts") + +_StrPathT = TypeVar("_StrPathT", bound="str | os.PathLike[str]") +_BytesPathT = TypeVar("_BytesPathT", bound="bytes | os.PathLike[bytes]") +_CommandT = TypeVar("_CommandT", bound="Command") + + +class Command: + """Abstract base class for defining command classes, the "worker bees" + of the Distutils. A useful analogy for command classes is to think of + them as subroutines with local variables called "options". The options + are "declared" in 'initialize_options()' and "defined" (given their + final values, aka "finalized") in 'finalize_options()', both of which + must be defined by every command class. The distinction between the + two is necessary because option values might come from the outside + world (command line, config file, ...), and any options dependent on + other options must be computed *after* these outside influences have + been processed -- hence 'finalize_options()'. The "body" of the + subroutine, where it does all its work based on the values of its + options, is the 'run()' method, which must also be implemented by every + command class. + """ + + # 'sub_commands' formalizes the notion of a "family" of commands, + # eg. "install" as the parent with sub-commands "install_lib", + # "install_headers", etc. The parent of a family of commands + # defines 'sub_commands' as a class attribute; it's a list of + # (command_name : string, predicate : unbound_method | string | None) + # tuples, where 'predicate' is a method of the parent command that + # determines whether the corresponding command is applicable in the + # current situation. (Eg. we "install_headers" is only applicable if + # we have any C header files to install.) If 'predicate' is None, + # that command is always applicable. + # + # 'sub_commands' is usually defined at the *end* of a class, because + # predicates can be unbound methods, so they must already have been + # defined. The canonical example is the "install" command. + sub_commands: ClassVar[ # Any to work around variance issues + list[tuple[str, Callable[[Any], bool] | None]] + ] = [] + + user_options: ClassVar[ + # Specifying both because list is invariant. Avoids mypy override assignment issues + list[tuple[str, str, str]] | list[tuple[str, str | None, str]] + ] = [] + + # -- Creation/initialization methods ------------------------------- + + def __init__(self, dist: Distribution) -> None: + """Create and initialize a new Command object. Most importantly, + invokes the 'initialize_options()' method, which is the real + initializer and depends on the actual command being + instantiated. + """ + # late import because of mutual dependence between these classes + from distutils.dist import Distribution + + if not isinstance(dist, Distribution): + raise TypeError("dist must be a Distribution instance") + if self.__class__ is Command: + raise RuntimeError("Command is an abstract class") + + self.distribution = dist + self.initialize_options() + + # Per-command versions of the global flags, so that the user can + # customize Distutils' behaviour command-by-command and let some + # commands fall back on the Distribution's behaviour. None means + # "not defined, check self.distribution's copy", while 0 or 1 mean + # false and true (duh). Note that this means figuring out the real + # value of each flag is a touch complicated -- hence "self._dry_run" + # will be handled by __getattr__, below. + # XXX This needs to be fixed. + self._dry_run = None + + # verbose is largely ignored, but needs to be set for + # backwards compatibility (I think)? + self.verbose = dist.verbose + + # Some commands define a 'self.force' option to ignore file + # timestamps, but methods defined *here* assume that + # 'self.force' exists for all commands. So define it here + # just to be safe. + self.force = None + + # The 'help' flag is just used for command-line parsing, so + # none of that complicated bureaucracy is needed. + self.help = False + + # 'finalized' records whether or not 'finalize_options()' has been + # called. 'finalize_options()' itself should not pay attention to + # this flag: it is the business of 'ensure_finalized()', which + # always calls 'finalize_options()', to respect/update it. + self.finalized = False + + # XXX A more explicit way to customize dry_run would be better. + def __getattr__(self, attr): + if attr == 'dry_run': + myval = getattr(self, "_" + attr) + if myval is None: + return getattr(self.distribution, attr) + else: + return myval + else: + raise AttributeError(attr) + + def ensure_finalized(self) -> None: + if not self.finalized: + self.finalize_options() + self.finalized = True + + # Subclasses must define: + # initialize_options() + # provide default values for all options; may be customized by + # setup script, by options from config file(s), or by command-line + # options + # finalize_options() + # decide on the final values for all options; this is called + # after all possible intervention from the outside world + # (command-line, option file, etc.) has been processed + # run() + # run the command: do whatever it is we're here to do, + # controlled by the command's various option values + + @abstractmethod + def initialize_options(self) -> None: + """Set default values for all the options that this command + supports. Note that these defaults may be overridden by other + commands, by the setup script, by config files, or by the + command-line. Thus, this is not the place to code dependencies + between options; generally, 'initialize_options()' implementations + are just a bunch of "self.foo = None" assignments. + + This method must be implemented by all command classes. + """ + raise RuntimeError( + f"abstract method -- subclass {self.__class__} must override" + ) + + @abstractmethod + def finalize_options(self) -> None: + """Set final values for all the options that this command supports. + This is always called as late as possible, ie. after any option + assignments from the command-line or from other commands have been + done. Thus, this is the place to code option dependencies: if + 'foo' depends on 'bar', then it is safe to set 'foo' from 'bar' as + long as 'foo' still has the same value it was assigned in + 'initialize_options()'. + + This method must be implemented by all command classes. + """ + raise RuntimeError( + f"abstract method -- subclass {self.__class__} must override" + ) + + def dump_options(self, header=None, indent=""): + from distutils.fancy_getopt import longopt_xlate + + if header is None: + header = f"command options for '{self.get_command_name()}':" + self.announce(indent + header, level=logging.INFO) + indent = indent + " " + for option, _, _ in self.user_options: + option = option.translate(longopt_xlate) + if option[-1] == "=": + option = option[:-1] + value = getattr(self, option) + self.announce(indent + f"{option} = {value}", level=logging.INFO) + + @abstractmethod + def run(self) -> None: + """A command's raison d'etre: carry out the action it exists to + perform, controlled by the options initialized in + 'initialize_options()', customized by other commands, the setup + script, the command-line, and config files, and finalized in + 'finalize_options()'. All terminal output and filesystem + interaction should be done by 'run()'. + + This method must be implemented by all command classes. + """ + raise RuntimeError( + f"abstract method -- subclass {self.__class__} must override" + ) + + def announce(self, msg: object, level: int = logging.DEBUG) -> None: + log.log(level, msg) + + def debug_print(self, msg: object) -> None: + """Print 'msg' to stdout if the global DEBUG (taken from the + DISTUTILS_DEBUG environment variable) flag is true. + """ + from distutils.debug import DEBUG + + if DEBUG: + print(msg) + sys.stdout.flush() + + # -- Option validation methods ------------------------------------- + # (these are very handy in writing the 'finalize_options()' method) + # + # NB. the general philosophy here is to ensure that a particular option + # value meets certain type and value constraints. If not, we try to + # force it into conformance (eg. if we expect a list but have a string, + # split the string on comma and/or whitespace). If we can't force the + # option into conformance, raise DistutilsOptionError. Thus, command + # classes need do nothing more than (eg.) + # self.ensure_string_list('foo') + # and they can be guaranteed that thereafter, self.foo will be + # a list of strings. + + def _ensure_stringlike(self, option, what, default=None): + val = getattr(self, option) + if val is None: + setattr(self, option, default) + return default + elif not isinstance(val, str): + raise DistutilsOptionError(f"'{option}' must be a {what} (got `{val}`)") + return val + + def ensure_string(self, option: str, default: str | None = None) -> None: + """Ensure that 'option' is a string; if not defined, set it to + 'default'. + """ + self._ensure_stringlike(option, "string", default) + + def ensure_string_list(self, option: str) -> None: + r"""Ensure that 'option' is a list of strings. If 'option' is + currently a string, we split it either on /,\s*/ or /\s+/, so + "foo bar baz", "foo,bar,baz", and "foo, bar baz" all become + ["foo", "bar", "baz"]. + """ + val = getattr(self, option) + if val is None: + return + elif isinstance(val, str): + setattr(self, option, re.split(r',\s*|\s+', val)) + else: + if isinstance(val, list): + ok = all(isinstance(v, str) for v in val) + else: + ok = False + if not ok: + raise DistutilsOptionError( + f"'{option}' must be a list of strings (got {val!r})" + ) + + def _ensure_tested_string(self, option, tester, what, error_fmt, default=None): + val = self._ensure_stringlike(option, what, default) + if val is not None and not tester(val): + raise DistutilsOptionError( + ("error in '%s' option: " + error_fmt) % (option, val) + ) + + def ensure_filename(self, option: str) -> None: + """Ensure that 'option' is the name of an existing file.""" + self._ensure_tested_string( + option, os.path.isfile, "filename", "'%s' does not exist or is not a file" + ) + + def ensure_dirname(self, option: str) -> None: + self._ensure_tested_string( + option, + os.path.isdir, + "directory name", + "'%s' does not exist or is not a directory", + ) + + # -- Convenience methods for commands ------------------------------ + + def get_command_name(self) -> str: + if hasattr(self, 'command_name'): + return self.command_name + else: + return self.__class__.__name__ + + def set_undefined_options( + self, src_cmd: str, *option_pairs: tuple[str, str] + ) -> None: + """Set the values of any "undefined" options from corresponding + option values in some other command object. "Undefined" here means + "is None", which is the convention used to indicate that an option + has not been changed between 'initialize_options()' and + 'finalize_options()'. Usually called from 'finalize_options()' for + options that depend on some other command rather than another + option of the same command. 'src_cmd' is the other command from + which option values will be taken (a command object will be created + for it if necessary); the remaining arguments are + '(src_option,dst_option)' tuples which mean "take the value of + 'src_option' in the 'src_cmd' command object, and copy it to + 'dst_option' in the current command object". + """ + # Option_pairs: list of (src_option, dst_option) tuples + src_cmd_obj = self.distribution.get_command_obj(src_cmd) + src_cmd_obj.ensure_finalized() + for src_option, dst_option in option_pairs: + if getattr(self, dst_option) is None: + setattr(self, dst_option, getattr(src_cmd_obj, src_option)) + + # NOTE: Because distutils is private to Setuptools and not all commands are exposed here, + # not every possible command is enumerated in the signature. + def get_finalized_command(self, command: str, create: bool = True) -> Command: + """Wrapper around Distribution's 'get_command_obj()' method: find + (create if necessary and 'create' is true) the command object for + 'command', call its 'ensure_finalized()' method, and return the + finalized command object. + """ + cmd_obj = self.distribution.get_command_obj(command, create) + cmd_obj.ensure_finalized() + return cmd_obj + + # XXX rename to 'get_reinitialized_command()'? (should do the + # same in dist.py, if so) + @overload + def reinitialize_command( + self, command: str, reinit_subcommands: bool = False + ) -> Command: ... + @overload + def reinitialize_command( + self, command: _CommandT, reinit_subcommands: bool = False + ) -> _CommandT: ... + def reinitialize_command( + self, command: str | Command, reinit_subcommands=False + ) -> Command: + return self.distribution.reinitialize_command(command, reinit_subcommands) + + def run_command(self, command: str) -> None: + """Run some other command: uses the 'run_command()' method of + Distribution, which creates and finalizes the command object if + necessary and then invokes its 'run()' method. + """ + self.distribution.run_command(command) + + def get_sub_commands(self) -> list[str]: + """Determine the sub-commands that are relevant in the current + distribution (ie., that need to be run). This is based on the + 'sub_commands' class attribute: each tuple in that list may include + a method that we call to determine if the subcommand needs to be + run for the current distribution. Return a list of command names. + """ + commands = [] + for cmd_name, method in self.sub_commands: + if method is None or method(self): + commands.append(cmd_name) + return commands + + # -- External world manipulation ----------------------------------- + + def warn(self, msg: object) -> None: + log.warning("warning: %s: %s\n", self.get_command_name(), msg) + + def execute( + self, + func: Callable[[Unpack[_Ts]], object], + args: tuple[Unpack[_Ts]], + msg: object = None, + level: int = 1, + ) -> None: + util.execute(func, args, msg, dry_run=self.dry_run) + + def mkpath(self, name: str, mode: int = 0o777) -> None: + dir_util.mkpath(name, mode, dry_run=self.dry_run) + + @overload + def copy_file( + self, + infile: str | os.PathLike[str], + outfile: _StrPathT, + preserve_mode: bool = True, + preserve_times: bool = True, + link: str | None = None, + level: int = 1, + ) -> tuple[_StrPathT | str, bool]: ... + @overload + def copy_file( + self, + infile: bytes | os.PathLike[bytes], + outfile: _BytesPathT, + preserve_mode: bool = True, + preserve_times: bool = True, + link: str | None = None, + level: int = 1, + ) -> tuple[_BytesPathT | bytes, bool]: ... + def copy_file( + self, + infile: str | os.PathLike[str] | bytes | os.PathLike[bytes], + outfile: str | os.PathLike[str] | bytes | os.PathLike[bytes], + preserve_mode: bool = True, + preserve_times: bool = True, + link: str | None = None, + level: int = 1, + ) -> tuple[str | os.PathLike[str] | bytes | os.PathLike[bytes], bool]: + """Copy a file respecting verbose, dry-run and force flags. (The + former two default to whatever is in the Distribution object, and + the latter defaults to false for commands that don't define it.)""" + return file_util.copy_file( + infile, + outfile, + preserve_mode, + preserve_times, + not self.force, + link, + dry_run=self.dry_run, + ) + + def copy_tree( + self, + infile: str | os.PathLike[str], + outfile: str, + preserve_mode: bool = True, + preserve_times: bool = True, + preserve_symlinks: bool = False, + level: int = 1, + ) -> list[str]: + """Copy an entire directory tree respecting verbose, dry-run, + and force flags. + """ + return dir_util.copy_tree( + infile, + outfile, + preserve_mode, + preserve_times, + preserve_symlinks, + not self.force, + dry_run=self.dry_run, + ) + + @overload + def move_file( + self, src: str | os.PathLike[str], dst: _StrPathT, level: int = 1 + ) -> _StrPathT | str: ... + @overload + def move_file( + self, src: bytes | os.PathLike[bytes], dst: _BytesPathT, level: int = 1 + ) -> _BytesPathT | bytes: ... + def move_file( + self, + src: str | os.PathLike[str] | bytes | os.PathLike[bytes], + dst: str | os.PathLike[str] | bytes | os.PathLike[bytes], + level: int = 1, + ) -> str | os.PathLike[str] | bytes | os.PathLike[bytes]: + """Move a file respecting dry-run flag.""" + return file_util.move_file(src, dst, dry_run=self.dry_run) + + def spawn( + self, cmd: MutableSequence[str], search_path: bool = True, level: int = 1 + ) -> None: + """Spawn an external command respecting dry-run flag.""" + from distutils.spawn import spawn + + spawn(cmd, search_path, dry_run=self.dry_run) + + @overload + def make_archive( + self, + base_name: str, + format: str, + root_dir: str | os.PathLike[str] | bytes | os.PathLike[bytes] | None = None, + base_dir: str | None = None, + owner: str | None = None, + group: str | None = None, + ) -> str: ... + @overload + def make_archive( + self, + base_name: str | os.PathLike[str], + format: str, + root_dir: str | os.PathLike[str] | bytes | os.PathLike[bytes], + base_dir: str | None = None, + owner: str | None = None, + group: str | None = None, + ) -> str: ... + def make_archive( + self, + base_name: str | os.PathLike[str], + format: str, + root_dir: str | os.PathLike[str] | bytes | os.PathLike[bytes] | None = None, + base_dir: str | None = None, + owner: str | None = None, + group: str | None = None, + ) -> str: + return archive_util.make_archive( + base_name, + format, + root_dir, + base_dir, + dry_run=self.dry_run, + owner=owner, + group=group, + ) + + def make_file( + self, + infiles: str | list[str] | tuple[str, ...], + outfile: str | os.PathLike[str] | bytes | os.PathLike[bytes], + func: Callable[[Unpack[_Ts]], object], + args: tuple[Unpack[_Ts]], + exec_msg: object = None, + skip_msg: object = None, + level: int = 1, + ) -> None: + """Special case of 'execute()' for operations that process one or + more input files and generate one output file. Works just like + 'execute()', except the operation is skipped and a different + message printed if 'outfile' already exists and is newer than all + files listed in 'infiles'. If the command defined 'self.force', + and it is true, then the command is unconditionally run -- does no + timestamp checks. + """ + if skip_msg is None: + skip_msg = f"skipping {outfile} (inputs unchanged)" + + # Allow 'infiles' to be a single string + if isinstance(infiles, str): + infiles = (infiles,) + elif not isinstance(infiles, (list, tuple)): + raise TypeError("'infiles' must be a string, or a list or tuple of strings") + + if exec_msg is None: + exec_msg = "generating {} from {}".format(outfile, ', '.join(infiles)) + + # If 'outfile' must be regenerated (either because it doesn't + # exist, is out-of-date, or the 'force' flag is true) then + # perform the action that presumably regenerates it + if self.force or _modified.newer_group(infiles, outfile): + self.execute(func, args, exec_msg, level) + # Otherwise, print the "skip" message + else: + log.debug(skip_msg) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py new file mode 100644 index 0000000..0f8a169 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py @@ -0,0 +1,23 @@ +"""distutils.command + +Package containing implementation of all the standard Distutils +commands.""" + +__all__ = [ + 'build', + 'build_py', + 'build_ext', + 'build_clib', + 'build_scripts', + 'clean', + 'install', + 'install_lib', + 'install_headers', + 'install_scripts', + 'install_data', + 'sdist', + 'bdist', + 'bdist_dumb', + 'bdist_rpm', + 'check', +] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a10a9a60cce0838083904aea096bc74ef4ff1a7d GIT binary patch literal 513 zcmYLGu};G<5Oq>jEh!OYK&)9iG!`H+Atq+TTp?MG?Iu?3IEo#Ku))R`u(R@*QK_})AD?wy}M;y3~>E?++L=Kz2&PlgD4u$?>b3Mg2C9MIq`SOsmk7(L!o zu1#aO&?!+;;*v(u9VQ!`vxKP9U|#YvPq?fElgx3$Rhg)Df`v#-!4hp;53Xr)GYpFQ zK{{Q`?Ko?=pmy3NRJHbCkJy8;(H;`PGaK)*CN-~&wqqg~F71SuZoUw9)&u149u1^m zn6g^`7l!u3;ReM9+p+eKbgOhJ>Jp-j%-k}*gz8E<#e$K|?IN@jgs372dEm4WdIwwY z;*P^YNe0(>jrEdXD1<};XG_Dh@x)>1_JdVx3RPaDXXj9J!*!SM-%zN|R z_h#PvqoX5&V4T18_riDpp?}!K8_}k)zX`%R!YGX}hk2b#b1vu8yvu!QpUZ``;BtT3 zuW~t0+p`87`);6(<~$wbks4wj7O)=&a1e)Z7)P+U8QlmqHf?rna1ALPeuKr%Hj5D) zyMfYTiBH7K=Od%Cva})-EGcH*l5H)k>6%@V=1n3knt3%#)D+9+Q=})y~(gu-Ve52vvM`+*`?Y zd(r{V^&QBbgae)j6=98`0a2}Sz@xx<;343?C|mJ?Bt+2+N(9Su5edeWp_e4pkh8jq z-Hc6_>_y1ZaB@VNCvsk0G0D>5G`gBbguE(IRF}RqU)xRi|rga_0J1W7Ff)nW^d7@u|s~gy{Ha zi8|3`l~BzzGMX`OIw4D!ZMa~0Cz5Ho>4agUVjA<>g44O6+L?x&S%y;r7E$N5q9d|n zGR+BZQYQ!=Ys54hA7~`}jxhc0@Q4#WFdFjiup_YOoNy~*>W6q3h|(*PV!KlF3q+Ayv*b{O5$8jJJ27x?2_pk`;xA3nMTf+E0 z_=3vkS2cs$vJST^!;r6}R$1l%3apVz6OL7@l<~4l7foVU%4ghdZ=-Q})yq>eyOlP; zkDl;4{N=Hu+W*VZLuM`=30E@|y@1s>M!G6zwRv4$pq27xZORO!M)YrCpzml9SLIIRR>8$bu7LCpG1u1uvQX3^sG*1e>SBBZY0=BuEvaSvGY9EZcH|bNWnLY`dah zg2<$Fd~IKYYq5^(X177DE=73_>XOZBhC6b{)otjB3q1C13LDLSkPCYI54hL&pbNAr zxAzY!pMTO3SW7C0hK3q-U=~6UY_$l_-+fC?gch<;l@ygi-BA`*WhrA8Y^z{9eriML zPCz#mS*M^EJ9O(P3rr#dK%rj9gpw49&}|SM22w@;iru$I>anhy;hlbIyML(GKlE_< zad|5_`g`xQ{>knB*;@bX)BdlkQ#)eU_ZO;DPVZ^@uD?pCJl60-1TnkCq z)Et=eItAs|0Bz{szVd}eAAko)G^|SYqAF2Uhk^_ZfkNcY{wv;iwEYl}rW-bHPyDI!Ss!mwe2K$Vd!`6V^!~qsZWP!y5r>itWIK zWpOle;U4}7xt85Ly$W5SI8x>!H}lk0on6$9QT6fIblD9xUT0Y{2T#|JV)`p z0OG}MuD8bZzThL=m)yP&@qK%)_~HZ-V}G4^uO9on-ZNH@PuAn#)Z-KN-s|=FNA(Wr fWmkA0@X{xWd^Natvdxab^)}5gsWZTR;QII<7q-9a literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b80c3eed5aaa26b9e413c7eaf31ced2e02be61ac GIT binary patch literal 6466 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..17ebc567dda8b636dbc87006396cae7d3646aca7 GIT binary patch literal 21658 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d8036aac89b2e047810756484cec1a05a75eff0 GIT binary patch literal 6279 zcmcH-TWlQF_0GP$@3kG<@jK%C1=LJ~p@X%gcAAxXPYGMe3)-OMt(v%ND* z@G7J(qLM?Q1c@p^6j3Uq5CsW7`hogI)vvZcyK*Y8hD1W8{ov2UAXWM5Id^7u*NK52 zn2&qUz4zR6&OP_M?))Bj_kra_Q$)$1ySIWg9 z>{i_=H|sqq59_@tFZ3SOS7=MMF&wYzF9cEnfPGS%8Z3lTAqM-^a3PY4FgTz_3$av; z!9lgX(2?rkh>IK|Qs`wOh2_W%wqRLbUl(vHwe*n80%#M|i+~bsL6z0P@*$_&qXk;~7$XMsF+OXAe ztA7FD3Xw^Q10}mofNDXlF3Bx@=F0J=pwS`hQ0r7P|Z8;tXm385h*Igr1o4G zRNossaxuiHp>32C%QZLN+vHAX&Nh&C9l?Gn+q(aaSLLZif zU^XHRLmQPgK^v2JXxpU`Ig)iro8>69qjC(|EpmI-mGh)J=6mAXOfS=JWi#t|`FWYn z8|Rc_jxWlxBul)Z@k&uQK(%pqCB(22X;GK=nq0cVBg9Jzl{1D$=XuZ*ZxK?JG!^MQ z?1@@?N@Xg;XqXx=D`1`WDHHagc<0y&JO+?%%ByFnQZjTn_P~0) z?B%9v4Y^PP)f$yPgf!HltY7(H)OdD5J#*E@PZmvbXk`~m1>Dt(sD=9&9BE4(pZk`c8e!mX&X3aI(YP_bM{gBG+b@66jw z^I95i%k)Zex|}n)TxE|G1cu#uBcI&&w_9BhEkBhUJE5Xj%t-(kTYci!vaVyR~~c@nN^Bt zWq=9*8W}J)WLly!v~VhrX*<(nvNRv38^9rHH#C(E2kppmS_KO|4MuwAj2TO7nktJ$ zL1XbluSCwtYAN9;ajw#f$h`QxsIUlyvCIlYl>=+(8D)rqNOhcthQGkiX+@dA^0w-wYD`Qe`DkVDuKobX|fE4GmJyXS(_(u_Z-C-`$Rl!S{^H4s4*k# zN(9^Q8bizL%z(8DrsZrxCvvcCUo-uV^34Exj(}d%ykIlfv>4OxSod|#^ysph)lpyk z-R#6UtsqZib5zt58F4~Y3j$nh!T@u^0l*U=#Y72WsaBjy?wXv?6+=#x#LRPIPSz)M z87|rYqtPdXMn;?f!7w9EICf`tDn-RmL{+KC&iz(;t=0Qira(0PG&BpO-aoSFc{R4; zBg2~)JvaUR^&yzRzHbN?qV@h^TyMxON*FF`T0 zK3B-J9;0Dmc{^t}sS=WpwvH_LZSs!iMb7AOR`Q(=)a)g%!<~9BaFVYQAq4hdfM8#f ztJHSGb}EMHw=hB89tXGCFHE#(p|?5jK=}a&YW6^BusL!dDd2DgEjQc>aEBd?X1_4` z!*RX9Re*2{@0h~}c=Hb2>=*XJ{O0D^f%01&sM$MqLp#?$2b{Fs!7g?H&N>=y#Q}_M z4t}%$0ksjlPaBv;*ay6~J8-jKkbkh72sJG*zoW^)f%4-H)a=1q+~2b+*~E4r^p=+U z?sDeggbz4yvtM|ug~K}Q^!scPW86L8cT;ry6mGuZQO1J~36OHP12=o)AqRF&Mh64L z*yGHuzpI5)!%yeQJQ*bhmhJ4@LTH#HEm17&?0ShiPhN2Uf}H2#kvY>emT$-p1IT@0N2Ub~?__Pe=9jm2sGL3Jd=-m{9u<6ot)5DT2Msd@v&+BGXabA6_ z1~UU0F>_893^8X0VBI>78O3*)1q;uM)NDH^>Y`y#ilNW+V6kR;@|selsChbs4MsXM z-1>?zW3WwtGE^vNQdyOCx(N|^h6wK-tW5>1K22{y%xe@n1#IRo@zyp&3&(kqnYiBiRYi{qca{ImW z2LW3T!B)uZq1fyDF72y^Ms5wo-#)uI^V;0kLDJs&`uR)euWoteSGRh0thl)DgWRgy zy|HtJxH~#mf@E;$>a*{jed}y>aQuS!Fl1HkEqt(9I#pu^Q67F6O zjn+b=)h!R+4DGIm`>$qd;gLmT5Z>_SRJC`<&CpJq&ey`*7w3R(xP3V^R0|DNLtAf+ zj9%OL-o|T#?+tz+eWYF2J}EDaJia({Gdv73e;3-P7i;@ZERCFGxQwWM!g_4Oa*VIV z_~qCGwb%nUW0Uoft;-`*wUMdIp5I45Zw}s!uJ}Qi*Y{uAUkz=(HO#-8dn@;@`j+~^ z^hf)z@Bie9PtVpKIleUf?BdL;$G%0JdVANE*c-8WXa66jmIrp$26iqF?5Yjys`gKQ zJo4v*%hNNp>6zu}Bem%x)v2S^_Ssdhdvml!Xp8y#`n8LHx@e2AJe;fzCqL9bx_JHK z((pdy{-03yW$8-cjl%oKZ-(M4E_Y;>yTy)K1Pr}I}D_#=b@jtkcuHid` zLxi3k)tyI{dVuZG6*tb@)v=uUd$RvXko+UqePok+O;v`~6syXf0)SOzjY1zL?9a)l zGvo|prWfIHkZ)9J4h|s~I44GNYw`YR1d6Xa+J_C+ ztMm{yPhx|%Ptk&`o5Ew8;nrwy-MR_OQ!rMs_dLWIqTht(H>BRVd*LX&Py+|Jy8mR| ze`>|$2?Qbj2OfoqpMD+M2f8o+s_GxB2f8k6Y}|Ww zC-f@;Z$u3C$X8v2Hv!w^Na@n)iUfqXHraO zD8_En2mjrmrlatvCQubQzbx2=n4S#$?V|W&#q`PeuUe<9r1Id8b#}Q-3YrECODL>2 z?)o3G3ZH%SIT&I>(6Q2mgu-!Oxm;Z08$aPjzaW9nNbob#ew%E$O$Po;w%sQEw@Lgq T+4QyVu#5989{Pr0&nW*N+a~Dq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6583c05fdb8ebf2c88c3182e0046f93e9f5e2334 GIT binary patch literal 7619 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..01eea1cf8fe4942d74785423c48f0af6f67eba12 GIT binary patch literal 6769 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 bL~9?SRez$D4^iinP`}WAcJJQ^Chq88t|94< literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4ac498d79fa0f1a819c93e63dc8a721449ce3a5c GIT binary patch literal 15180 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ee152f368632f9f3786a4504f43d02f3400488c GIT binary patch literal 26996 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 bckyLw^(Ovl{=W0PgSX9({*oh`LGb?tGR`wK literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..aa737eee97cb8c4c699ed21c5509ed6b6beaf6ea GIT binary patch literal 4356 zcmb7H&2JRR74M$z9`}5C{4oYIn04Ejm;u`ZEU?-Qkg#SGv4A%#Hj#FSx7D6*kK6Qg z&sO)qdSqvvh$tSy%J#`dQM6W0ATIm~k#fuh#~_b7Y!YRa15pmfh6|^>S3Ny5{#Zq+ zL)EK#uc}|Y_p4u3|2Y;5Gf>W!|C#%KgkiqLj$Z^%V7E*VmKc@EFep)Dtd-9zraGjXwxbw^tSXKY4qwg}3@xvjjx9M8nsmuG zm--v+`lagZ0cqSKQdOm!xp2Wy92m+E>ZYm{G^k8R!lk8g-O%iz7wArkbt8&tT8`rA zmT8YbU%c#SL>V(Ql!pz)wtuFO7Xi<>Y1s2M6>uZj3B}B5GO;Yjjb<(LmPQ=8pg0p* zZ=+t#dkwqwHxQN>jmfYO>A+7Rz8NmZsDVGQ5L+(CW(1Yjf~s&1?9|{LCex%gt4(+K zj0mj=ZAc4G?( zsuA$BO^rg`J{3!~y3xkml-jDjhOno&6j$=C234J$cUiS`c}%f233^)AvB=bpR5nbP zZm8P0QZ$_R{8ZD#N&fs%SY5!3oF6Hj^S`b^W~Q780EI*}K!tuwlN<|BrQ4EXK(mZ2%8Y!xWpvelf>$RotyjIdj?AmDkNW@M_sDu=zAHPxX#Eh-DT>gi&@Zc_9$ z^>&i-K)sI=%&Kw#AT9vCps$}|QryUoK1nsXky=7^;)+($p?h?Bj27Lf8^wc6^f5Tg zmg$D^gvp+fcv~T+3|W21y1cC!<2G(UdXrC2Sa~fyo+FAqm{rn-k(Ui+Y|znc2Rk6A z4Sg(KfTUUG+e0T$rEQ4wU_r^=RC1b~wl$|%a3GX+8kVopNV-Y{>6*vj$xva+1r+Lz zt{8er^W$FX-e$Dhpcfpq--T+HsT}N{u)kM=Kz%4hWH41kM}RO-=Q;P4rXWPzkFLdX>0O7lK4)LfV8qBK2 zXCM~iRgHQ{4jy9pkR3_!ZZLlniJC@{bbzfZ$XTl} z1ySsT9%+WkMsFm^3lv9+W~pUcY+&RRnqfu5F&`;M7A~zP`c@NtPsJmZ){dp_#qLdp z4JGF;R-!HQAC^B{`24GDFF6?Tg4DQSJc=|({{dJmF-{E})2zy3w*0Nk1f1Huy+X2Q zAOiku`}qHu9fD8oC=lGe=p*o`>c>pL>;;?Xj%m;(`<%Exy0^u2!zy5bxZY8~q8bYT z0UQsEMUJ_76jtwo8Erevp*x8w-BB7>nX0V=@Hr3g;TodN`CpsiV0An(JIXXy_xa}# zff;^A_&@yM{qGPmG)=RBO5{HKyta~KEKIuv11GT^ZkccF0JiPE$~3lUthR?;X&VH zZtdXdMRB2hL8-JPmST&s^_ITXmcEti&stJ1n_$}RQ-`EMPu;&k*naB#JW+C~A{~rs zg&^i@7ieu59(L30@92d(S-Vi{TF`L67yPv;t?hN(qmrE^dI4WPss!&~sX(k-x~fS^{VhbFWBsLMzce`LKZ59EO3zI=Fd+56 zVf#}}6u1Oms4kB;zXw*l>?lOZagb7c9h4-EsuNJzNbCqj4~aNbYTib+@-;NW9~D3$ zpyR-D>u*1rV=IyP{Q0}*kz6mAFK-0c)(v+~LMku$4D&aAbcEsJyQa|*&SR*tQUU8`c(^7Ut8&+fYn zfj|L+XOG@x(C#c>ur~Zb<(TUX=>c7erI*aE>o=T(TUs{@MaM4f-?rbnA_MbnWJS1R z;_dTamcRTHzW}1TM~rt@~!R@62~r|BKT>b2q=t;-X zHU9J_9~2I4wFHImRtqO2H^NLXzAhYI6%KC(+J$3V924x@KxyL`6O8=kvtNF;FuW#o zR)jE>-(R}2cx6qHHUlA{7ma(cI+<;5Pw4%H%;&vl zKR^i|jx;Q9#B*LcFOaJ+hPbwoE#Mrp?8^Yh_PuUq*u&p4Eq`S~-!OgOFbDs|B>&C~ Syb4}n*+UEOyk@Ya3;q`>?AR3m literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6330544592f43f877fb749f9539e7e7090ea4541 GIT binary patch literal 5171 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1e3e9780bf115d2eee614f71e684c45ef5a6aa45 GIT binary patch literal 2425 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 None: + warnings.warn( + "format_commands is now a dict. append is deprecated.", + DeprecationWarning, + stacklevel=2, + ) + + +class bdist(Command): + description = "create a built (binary) distribution" + + user_options = [ + ('bdist-base=', 'b', "temporary directory for creating built distributions"), + ( + 'plat-name=', + 'p', + "platform name to embed in generated filenames " + f"[default: {get_platform()}]", + ), + ('formats=', None, "formats for distribution (comma-separated list)"), + ( + 'dist-dir=', + 'd', + "directory to put final built distributions in [default: dist]", + ), + ('skip-build', None, "skip rebuilding everything (for testing/debugging)"), + ( + 'owner=', + 'u', + "Owner name used when creating a tar file [default: current user]", + ), + ( + 'group=', + 'g', + "Group name used when creating a tar file [default: current group]", + ), + ] + + boolean_options: ClassVar[list[str]] = ['skip-build'] + + help_options: ClassVar[list[tuple[str, str | None, str, Callable[[], object]]]] = [ + ('help-formats', None, "lists available distribution formats", show_formats), + ] + + # The following commands do not take a format option from bdist + no_format_option: ClassVar[tuple[str, ...]] = ('bdist_rpm',) + + # This won't do in reality: will need to distinguish RPM-ish Linux, + # Debian-ish Linux, Solaris, FreeBSD, ..., Windows, Mac OS. + default_format: ClassVar[dict[str, str]] = {'posix': 'gztar', 'nt': 'zip'} + + # Define commands in preferred order for the --help-formats option + format_commands = ListCompat({ + 'rpm': ('bdist_rpm', "RPM distribution"), + 'gztar': ('bdist_dumb', "gzip'ed tar file"), + 'bztar': ('bdist_dumb', "bzip2'ed tar file"), + 'xztar': ('bdist_dumb', "xz'ed tar file"), + 'ztar': ('bdist_dumb', "compressed tar file"), + 'tar': ('bdist_dumb', "tar file"), + 'zip': ('bdist_dumb', "ZIP file"), + }) + + # for compatibility until consumers only reference format_commands + format_command = format_commands + + def initialize_options(self): + self.bdist_base = None + self.plat_name = None + self.formats = None + self.dist_dir = None + self.skip_build = False + self.group = None + self.owner = None + + def finalize_options(self) -> None: + # have to finalize 'plat_name' before 'bdist_base' + if self.plat_name is None: + if self.skip_build: + self.plat_name = get_platform() + else: + self.plat_name = self.get_finalized_command('build').plat_name + + # 'bdist_base' -- parent of per-built-distribution-format + # temporary directories (eg. we'll probably have + # "build/bdist./dumb", "build/bdist./rpm", etc.) + if self.bdist_base is None: + build_base = self.get_finalized_command('build').build_base + self.bdist_base = os.path.join(build_base, 'bdist.' + self.plat_name) + + self.ensure_string_list('formats') + if self.formats is None: + try: + self.formats = [self.default_format[os.name]] + except KeyError: + raise DistutilsPlatformError( + "don't know how to create built distributions " + f"on platform {os.name}" + ) + + if self.dist_dir is None: + self.dist_dir = "dist" + + def run(self) -> None: + # Figure out which sub-commands we need to run. + commands = [] + for format in self.formats: + try: + commands.append(self.format_commands[format][0]) + except KeyError: + raise DistutilsOptionError(f"invalid format '{format}'") + + # Reinitialize and run each command. + for i in range(len(self.formats)): + cmd_name = commands[i] + sub_cmd = self.reinitialize_command(cmd_name) + if cmd_name not in self.no_format_option: + sub_cmd.format = self.formats[i] + + # passing the owner and group names for tar archiving + if cmd_name == 'bdist_dumb': + sub_cmd.owner = self.owner + sub_cmd.group = self.group + + # If we're going to need to run this command again, tell it to + # keep its temporary files around so subsequent runs go faster. + if cmd_name in commands[i + 1 :]: + sub_cmd.keep_temp = True + self.run_command(cmd_name) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py new file mode 100644 index 0000000..ccad66f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py @@ -0,0 +1,141 @@ +"""distutils.command.bdist_dumb + +Implements the Distutils 'bdist_dumb' command (create a "dumb" built +distribution -- i.e., just an archive to be unpacked under $prefix or +$exec_prefix).""" + +import os +from distutils._log import log +from typing import ClassVar + +from ..core import Command +from ..dir_util import ensure_relative, remove_tree +from ..errors import DistutilsPlatformError +from ..sysconfig import get_python_version +from ..util import get_platform + + +class bdist_dumb(Command): + description = "create a \"dumb\" built distribution" + + user_options = [ + ('bdist-dir=', 'd', "temporary directory for creating the distribution"), + ( + 'plat-name=', + 'p', + "platform name to embed in generated filenames " + f"[default: {get_platform()}]", + ), + ( + 'format=', + 'f', + "archive format to create (tar, gztar, bztar, xztar, ztar, zip)", + ), + ( + 'keep-temp', + 'k', + "keep the pseudo-installation tree around after creating the distribution archive", + ), + ('dist-dir=', 'd', "directory to put final built distributions in"), + ('skip-build', None, "skip rebuilding everything (for testing/debugging)"), + ( + 'relative', + None, + "build the archive using relative paths [default: false]", + ), + ( + 'owner=', + 'u', + "Owner name used when creating a tar file [default: current user]", + ), + ( + 'group=', + 'g', + "Group name used when creating a tar file [default: current group]", + ), + ] + + boolean_options: ClassVar[list[str]] = ['keep-temp', 'skip-build', 'relative'] + + default_format = {'posix': 'gztar', 'nt': 'zip'} + + def initialize_options(self): + self.bdist_dir = None + self.plat_name = None + self.format = None + self.keep_temp = False + self.dist_dir = None + self.skip_build = None + self.relative = False + self.owner = None + self.group = None + + def finalize_options(self): + if self.bdist_dir is None: + bdist_base = self.get_finalized_command('bdist').bdist_base + self.bdist_dir = os.path.join(bdist_base, 'dumb') + + if self.format is None: + try: + self.format = self.default_format[os.name] + except KeyError: + raise DistutilsPlatformError( + "don't know how to create dumb built distributions " + f"on platform {os.name}" + ) + + self.set_undefined_options( + 'bdist', + ('dist_dir', 'dist_dir'), + ('plat_name', 'plat_name'), + ('skip_build', 'skip_build'), + ) + + def run(self): + if not self.skip_build: + self.run_command('build') + + install = self.reinitialize_command('install', reinit_subcommands=True) + install.root = self.bdist_dir + install.skip_build = self.skip_build + install.warn_dir = False + + log.info("installing to %s", self.bdist_dir) + self.run_command('install') + + # And make an archive relative to the root of the + # pseudo-installation tree. + archive_basename = f"{self.distribution.get_fullname()}.{self.plat_name}" + + pseudoinstall_root = os.path.join(self.dist_dir, archive_basename) + if not self.relative: + archive_root = self.bdist_dir + else: + if self.distribution.has_ext_modules() and ( + install.install_base != install.install_platbase + ): + raise DistutilsPlatformError( + "can't make a dumb built distribution where " + f"base and platbase are different ({install.install_base!r}, {install.install_platbase!r})" + ) + else: + archive_root = os.path.join( + self.bdist_dir, ensure_relative(install.install_base) + ) + + # Make the archive + filename = self.make_archive( + pseudoinstall_root, + self.format, + root_dir=archive_root, + owner=self.owner, + group=self.group, + ) + if self.distribution.has_ext_modules(): + pyversion = get_python_version() + else: + pyversion = 'any' + self.distribution.dist_files.append(('bdist_dumb', pyversion, filename)) + + if not self.keep_temp: + remove_tree(self.bdist_dir, dry_run=self.dry_run) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py new file mode 100644 index 0000000..357b4e8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py @@ -0,0 +1,598 @@ +"""distutils.command.bdist_rpm + +Implements the Distutils 'bdist_rpm' command (create RPM source and binary +distributions).""" + +import os +import subprocess +import sys +from distutils._log import log +from typing import ClassVar + +from ..core import Command +from ..debug import DEBUG +from ..errors import ( + DistutilsExecError, + DistutilsFileError, + DistutilsOptionError, + DistutilsPlatformError, +) +from ..file_util import write_file +from ..sysconfig import get_python_version + + +class bdist_rpm(Command): + description = "create an RPM distribution" + + user_options = [ + ('bdist-base=', None, "base directory for creating built distributions"), + ( + 'rpm-base=', + None, + "base directory for creating RPMs (defaults to \"rpm\" under " + "--bdist-base; must be specified for RPM 2)", + ), + ( + 'dist-dir=', + 'd', + "directory to put final RPM files in (and .spec files if --spec-only)", + ), + ( + 'python=', + None, + "path to Python interpreter to hard-code in the .spec file " + "[default: \"python\"]", + ), + ( + 'fix-python', + None, + "hard-code the exact path to the current Python interpreter in " + "the .spec file", + ), + ('spec-only', None, "only regenerate spec file"), + ('source-only', None, "only generate source RPM"), + ('binary-only', None, "only generate binary RPM"), + ('use-bzip2', None, "use bzip2 instead of gzip to create source distribution"), + # More meta-data: too RPM-specific to put in the setup script, + # but needs to go in the .spec file -- so we make these options + # to "bdist_rpm". The idea is that packagers would put this + # info in setup.cfg, although they are of course free to + # supply it on the command line. + ( + 'distribution-name=', + None, + "name of the (Linux) distribution to which this " + "RPM applies (*not* the name of the module distribution!)", + ), + ('group=', None, "package classification [default: \"Development/Libraries\"]"), + ('release=', None, "RPM release number"), + ('serial=', None, "RPM serial number"), + ( + 'vendor=', + None, + "RPM \"vendor\" (eg. \"Joe Blow \") " + "[default: maintainer or author from setup script]", + ), + ( + 'packager=', + None, + "RPM packager (eg. \"Jane Doe \") [default: vendor]", + ), + ('doc-files=', None, "list of documentation files (space or comma-separated)"), + ('changelog=', None, "RPM changelog"), + ('icon=', None, "name of icon file"), + ('provides=', None, "capabilities provided by this package"), + ('requires=', None, "capabilities required by this package"), + ('conflicts=', None, "capabilities which conflict with this package"), + ('build-requires=', None, "capabilities required to build this package"), + ('obsoletes=', None, "capabilities made obsolete by this package"), + ('no-autoreq', None, "do not automatically calculate dependencies"), + # Actions to take when building RPM + ('keep-temp', 'k', "don't clean up RPM build directory"), + ('no-keep-temp', None, "clean up RPM build directory [default]"), + ( + 'use-rpm-opt-flags', + None, + "compile with RPM_OPT_FLAGS when building from source RPM", + ), + ('no-rpm-opt-flags', None, "do not pass any RPM CFLAGS to compiler"), + ('rpm3-mode', None, "RPM 3 compatibility mode (default)"), + ('rpm2-mode', None, "RPM 2 compatibility mode"), + # Add the hooks necessary for specifying custom scripts + ('prep-script=', None, "Specify a script for the PREP phase of RPM building"), + ('build-script=', None, "Specify a script for the BUILD phase of RPM building"), + ( + 'pre-install=', + None, + "Specify a script for the pre-INSTALL phase of RPM building", + ), + ( + 'install-script=', + None, + "Specify a script for the INSTALL phase of RPM building", + ), + ( + 'post-install=', + None, + "Specify a script for the post-INSTALL phase of RPM building", + ), + ( + 'pre-uninstall=', + None, + "Specify a script for the pre-UNINSTALL phase of RPM building", + ), + ( + 'post-uninstall=', + None, + "Specify a script for the post-UNINSTALL phase of RPM building", + ), + ('clean-script=', None, "Specify a script for the CLEAN phase of RPM building"), + ( + 'verify-script=', + None, + "Specify a script for the VERIFY phase of the RPM build", + ), + # Allow a packager to explicitly force an architecture + ('force-arch=', None, "Force an architecture onto the RPM build process"), + ('quiet', 'q', "Run the INSTALL phase of RPM building in quiet mode"), + ] + + boolean_options: ClassVar[list[str]] = [ + 'keep-temp', + 'use-rpm-opt-flags', + 'rpm3-mode', + 'no-autoreq', + 'quiet', + ] + + negative_opt: ClassVar[dict[str, str]] = { + 'no-keep-temp': 'keep-temp', + 'no-rpm-opt-flags': 'use-rpm-opt-flags', + 'rpm2-mode': 'rpm3-mode', + } + + def initialize_options(self): + self.bdist_base = None + self.rpm_base = None + self.dist_dir = None + self.python = None + self.fix_python = None + self.spec_only = None + self.binary_only = None + self.source_only = None + self.use_bzip2 = None + + self.distribution_name = None + self.group = None + self.release = None + self.serial = None + self.vendor = None + self.packager = None + self.doc_files = None + self.changelog = None + self.icon = None + + self.prep_script = None + self.build_script = None + self.install_script = None + self.clean_script = None + self.verify_script = None + self.pre_install = None + self.post_install = None + self.pre_uninstall = None + self.post_uninstall = None + self.prep = None + self.provides = None + self.requires = None + self.conflicts = None + self.build_requires = None + self.obsoletes = None + + self.keep_temp = False + self.use_rpm_opt_flags = True + self.rpm3_mode = True + self.no_autoreq = False + + self.force_arch = None + self.quiet = False + + def finalize_options(self) -> None: + self.set_undefined_options('bdist', ('bdist_base', 'bdist_base')) + if self.rpm_base is None: + if not self.rpm3_mode: + raise DistutilsOptionError("you must specify --rpm-base in RPM 2 mode") + self.rpm_base = os.path.join(self.bdist_base, "rpm") + + if self.python is None: + if self.fix_python: + self.python = sys.executable + else: + self.python = "python3" + elif self.fix_python: + raise DistutilsOptionError( + "--python and --fix-python are mutually exclusive options" + ) + + if os.name != 'posix': + raise DistutilsPlatformError( + f"don't know how to create RPM distributions on platform {os.name}" + ) + if self.binary_only and self.source_only: + raise DistutilsOptionError( + "cannot supply both '--source-only' and '--binary-only'" + ) + + # don't pass CFLAGS to pure python distributions + if not self.distribution.has_ext_modules(): + self.use_rpm_opt_flags = False + + self.set_undefined_options('bdist', ('dist_dir', 'dist_dir')) + self.finalize_package_data() + + def finalize_package_data(self) -> None: + self.ensure_string('group', "Development/Libraries") + self.ensure_string( + 'vendor', + f"{self.distribution.get_contact()} <{self.distribution.get_contact_email()}>", + ) + self.ensure_string('packager') + self.ensure_string_list('doc_files') + if isinstance(self.doc_files, list): + for readme in ('README', 'README.txt'): + if os.path.exists(readme) and readme not in self.doc_files: + self.doc_files.append(readme) + + self.ensure_string('release', "1") + self.ensure_string('serial') # should it be an int? + + self.ensure_string('distribution_name') + + self.ensure_string('changelog') + # Format changelog correctly + self.changelog = self._format_changelog(self.changelog) + + self.ensure_filename('icon') + + self.ensure_filename('prep_script') + self.ensure_filename('build_script') + self.ensure_filename('install_script') + self.ensure_filename('clean_script') + self.ensure_filename('verify_script') + self.ensure_filename('pre_install') + self.ensure_filename('post_install') + self.ensure_filename('pre_uninstall') + self.ensure_filename('post_uninstall') + + # XXX don't forget we punted on summaries and descriptions -- they + # should be handled here eventually! + + # Now *this* is some meta-data that belongs in the setup script... + self.ensure_string_list('provides') + self.ensure_string_list('requires') + self.ensure_string_list('conflicts') + self.ensure_string_list('build_requires') + self.ensure_string_list('obsoletes') + + self.ensure_string('force_arch') + + def run(self) -> None: # noqa: C901 + if DEBUG: + print("before _get_package_data():") + print("vendor =", self.vendor) + print("packager =", self.packager) + print("doc_files =", self.doc_files) + print("changelog =", self.changelog) + + # make directories + if self.spec_only: + spec_dir = self.dist_dir + self.mkpath(spec_dir) + else: + rpm_dir = {} + for d in ('SOURCES', 'SPECS', 'BUILD', 'RPMS', 'SRPMS'): + rpm_dir[d] = os.path.join(self.rpm_base, d) + self.mkpath(rpm_dir[d]) + spec_dir = rpm_dir['SPECS'] + + # Spec file goes into 'dist_dir' if '--spec-only specified', + # build/rpm. otherwise. + spec_path = os.path.join(spec_dir, f"{self.distribution.get_name()}.spec") + self.execute( + write_file, (spec_path, self._make_spec_file()), f"writing '{spec_path}'" + ) + + if self.spec_only: # stop if requested + return + + # Make a source distribution and copy to SOURCES directory with + # optional icon. + saved_dist_files = self.distribution.dist_files[:] + sdist = self.reinitialize_command('sdist') + if self.use_bzip2: + sdist.formats = ['bztar'] + else: + sdist.formats = ['gztar'] + self.run_command('sdist') + self.distribution.dist_files = saved_dist_files + + source = sdist.get_archive_files()[0] + source_dir = rpm_dir['SOURCES'] + self.copy_file(source, source_dir) + + if self.icon: + if os.path.exists(self.icon): + self.copy_file(self.icon, source_dir) + else: + raise DistutilsFileError(f"icon file '{self.icon}' does not exist") + + # build package + log.info("building RPMs") + rpm_cmd = ['rpmbuild'] + + if self.source_only: # what kind of RPMs? + rpm_cmd.append('-bs') + elif self.binary_only: + rpm_cmd.append('-bb') + else: + rpm_cmd.append('-ba') + rpm_cmd.extend(['--define', f'__python {self.python}']) + if self.rpm3_mode: + rpm_cmd.extend(['--define', f'_topdir {os.path.abspath(self.rpm_base)}']) + if not self.keep_temp: + rpm_cmd.append('--clean') + + if self.quiet: + rpm_cmd.append('--quiet') + + rpm_cmd.append(spec_path) + # Determine the binary rpm names that should be built out of this spec + # file + # Note that some of these may not be really built (if the file + # list is empty) + nvr_string = "%{name}-%{version}-%{release}" + src_rpm = nvr_string + ".src.rpm" + non_src_rpm = "%{arch}/" + nvr_string + ".%{arch}.rpm" + q_cmd = rf"rpm -q --qf '{src_rpm} {non_src_rpm}\n' --specfile '{spec_path}'" + + out = os.popen(q_cmd) + try: + binary_rpms = [] + source_rpm = None + while True: + line = out.readline() + if not line: + break + ell = line.strip().split() + assert len(ell) == 2 + binary_rpms.append(ell[1]) + # The source rpm is named after the first entry in the spec file + if source_rpm is None: + source_rpm = ell[0] + + status = out.close() + if status: + raise DistutilsExecError(f"Failed to execute: {q_cmd!r}") + + finally: + out.close() + + self.spawn(rpm_cmd) + + if not self.dry_run: + if self.distribution.has_ext_modules(): + pyversion = get_python_version() + else: + pyversion = 'any' + + if not self.binary_only: + srpm = os.path.join(rpm_dir['SRPMS'], source_rpm) + assert os.path.exists(srpm) + self.move_file(srpm, self.dist_dir) + filename = os.path.join(self.dist_dir, source_rpm) + self.distribution.dist_files.append(('bdist_rpm', pyversion, filename)) + + if not self.source_only: + for rpm in binary_rpms: + rpm = os.path.join(rpm_dir['RPMS'], rpm) + if os.path.exists(rpm): + self.move_file(rpm, self.dist_dir) + filename = os.path.join(self.dist_dir, os.path.basename(rpm)) + self.distribution.dist_files.append(( + 'bdist_rpm', + pyversion, + filename, + )) + + def _dist_path(self, path): + return os.path.join(self.dist_dir, os.path.basename(path)) + + def _make_spec_file(self): # noqa: C901 + """Generate the text of an RPM spec file and return it as a + list of strings (one per line). + """ + # definitions and headers + spec_file = [ + '%define name ' + self.distribution.get_name(), + '%define version ' + self.distribution.get_version().replace('-', '_'), + '%define unmangled_version ' + self.distribution.get_version(), + '%define release ' + self.release.replace('-', '_'), + '', + 'Summary: ' + (self.distribution.get_description() or "UNKNOWN"), + ] + + # Workaround for #14443 which affects some RPM based systems such as + # RHEL6 (and probably derivatives) + vendor_hook = subprocess.getoutput('rpm --eval %{__os_install_post}') + # Generate a potential replacement value for __os_install_post (whilst + # normalizing the whitespace to simplify the test for whether the + # invocation of brp-python-bytecompile passes in __python): + vendor_hook = '\n'.join([ + f' {line.strip()} \\' for line in vendor_hook.splitlines() + ]) + problem = "brp-python-bytecompile \\\n" + fixed = "brp-python-bytecompile %{__python} \\\n" + fixed_hook = vendor_hook.replace(problem, fixed) + if fixed_hook != vendor_hook: + spec_file.append('# Workaround for https://bugs.python.org/issue14443') + spec_file.append('%define __os_install_post ' + fixed_hook + '\n') + + # put locale summaries into spec file + # XXX not supported for now (hard to put a dictionary + # in a config file -- arg!) + # for locale in self.summaries.keys(): + # spec_file.append('Summary(%s): %s' % (locale, + # self.summaries[locale])) + + spec_file.extend([ + 'Name: %{name}', + 'Version: %{version}', + 'Release: %{release}', + ]) + + # XXX yuck! this filename is available from the "sdist" command, + # but only after it has run: and we create the spec file before + # running "sdist", in case of --spec-only. + if self.use_bzip2: + spec_file.append('Source0: %{name}-%{unmangled_version}.tar.bz2') + else: + spec_file.append('Source0: %{name}-%{unmangled_version}.tar.gz') + + spec_file.extend([ + 'License: ' + (self.distribution.get_license() or "UNKNOWN"), + 'Group: ' + self.group, + 'BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot', + 'Prefix: %{_prefix}', + ]) + + if not self.force_arch: + # noarch if no extension modules + if not self.distribution.has_ext_modules(): + spec_file.append('BuildArch: noarch') + else: + spec_file.append(f'BuildArch: {self.force_arch}') + + for field in ( + 'Vendor', + 'Packager', + 'Provides', + 'Requires', + 'Conflicts', + 'Obsoletes', + ): + val = getattr(self, field.lower()) + if isinstance(val, list): + spec_file.append('{}: {}'.format(field, ' '.join(val))) + elif val is not None: + spec_file.append(f'{field}: {val}') + + if self.distribution.get_url(): + spec_file.append('Url: ' + self.distribution.get_url()) + + if self.distribution_name: + spec_file.append('Distribution: ' + self.distribution_name) + + if self.build_requires: + spec_file.append('BuildRequires: ' + ' '.join(self.build_requires)) + + if self.icon: + spec_file.append('Icon: ' + os.path.basename(self.icon)) + + if self.no_autoreq: + spec_file.append('AutoReq: 0') + + spec_file.extend([ + '', + '%description', + self.distribution.get_long_description() or "", + ]) + + # put locale descriptions into spec file + # XXX again, suppressed because config file syntax doesn't + # easily support this ;-( + # for locale in self.descriptions.keys(): + # spec_file.extend([ + # '', + # '%description -l ' + locale, + # self.descriptions[locale], + # ]) + + # rpm scripts + # figure out default build script + def_setup_call = f"{self.python} {os.path.basename(sys.argv[0])}" + def_build = f"{def_setup_call} build" + if self.use_rpm_opt_flags: + def_build = 'env CFLAGS="$RPM_OPT_FLAGS" ' + def_build + + # insert contents of files + + # XXX this is kind of misleading: user-supplied options are files + # that we open and interpolate into the spec file, but the defaults + # are just text that we drop in as-is. Hmmm. + + install_cmd = f'{def_setup_call} install -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES' + + script_options = [ + ('prep', 'prep_script', "%setup -n %{name}-%{unmangled_version}"), + ('build', 'build_script', def_build), + ('install', 'install_script', install_cmd), + ('clean', 'clean_script', "rm -rf $RPM_BUILD_ROOT"), + ('verifyscript', 'verify_script', None), + ('pre', 'pre_install', None), + ('post', 'post_install', None), + ('preun', 'pre_uninstall', None), + ('postun', 'post_uninstall', None), + ] + + for rpm_opt, attr, default in script_options: + # Insert contents of file referred to, if no file is referred to + # use 'default' as contents of script + val = getattr(self, attr) + if val or default: + spec_file.extend([ + '', + '%' + rpm_opt, + ]) + if val: + with open(val) as f: + spec_file.extend(f.read().split('\n')) + else: + spec_file.append(default) + + # files section + spec_file.extend([ + '', + '%files -f INSTALLED_FILES', + '%defattr(-,root,root)', + ]) + + if self.doc_files: + spec_file.append('%doc ' + ' '.join(self.doc_files)) + + if self.changelog: + spec_file.extend([ + '', + '%changelog', + ]) + spec_file.extend(self.changelog) + + return spec_file + + def _format_changelog(self, changelog): + """Format the changelog correctly and convert it to a list of strings""" + if not changelog: + return changelog + new_changelog = [] + for line in changelog.strip().split('\n'): + line = line.strip() + if line[0] == '*': + new_changelog.extend(['', line]) + elif line[0] == '-': + new_changelog.append(line) + else: + new_changelog.append(' ' + line) + + # strip trailing newline inserted by first changelog entry + if not new_changelog[0]: + del new_changelog[0] + + return new_changelog diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build.py new file mode 100644 index 0000000..6a8303a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build.py @@ -0,0 +1,156 @@ +"""distutils.command.build + +Implements the Distutils 'build' command.""" + +from __future__ import annotations + +import os +import sys +import sysconfig +from collections.abc import Callable +from typing import ClassVar + +from ..ccompiler import show_compilers +from ..core import Command +from ..errors import DistutilsOptionError +from ..util import get_platform + + +class build(Command): + description = "build everything needed to install" + + user_options = [ + ('build-base=', 'b', "base directory for build library"), + ('build-purelib=', None, "build directory for platform-neutral distributions"), + ('build-platlib=', None, "build directory for platform-specific distributions"), + ( + 'build-lib=', + None, + "build directory for all distribution (defaults to either build-purelib or build-platlib", + ), + ('build-scripts=', None, "build directory for scripts"), + ('build-temp=', 't', "temporary build directory"), + ( + 'plat-name=', + 'p', + f"platform name to build for, if supported [default: {get_platform()}]", + ), + ('compiler=', 'c', "specify the compiler type"), + ('parallel=', 'j', "number of parallel build jobs"), + ('debug', 'g', "compile extensions and libraries with debugging information"), + ('force', 'f', "forcibly build everything (ignore file timestamps)"), + ('executable=', 'e', "specify final destination interpreter path (build.py)"), + ] + + boolean_options: ClassVar[list[str]] = ['debug', 'force'] + + help_options: ClassVar[list[tuple[str, str | None, str, Callable[[], object]]]] = [ + ('help-compiler', None, "list available compilers", show_compilers), + ] + + def initialize_options(self): + self.build_base = 'build' + # these are decided only after 'build_base' has its final value + # (unless overridden by the user or client) + self.build_purelib = None + self.build_platlib = None + self.build_lib = None + self.build_temp = None + self.build_scripts = None + self.compiler = None + self.plat_name = None + self.debug = None + self.force = False + self.executable = None + self.parallel = None + + def finalize_options(self) -> None: # noqa: C901 + if self.plat_name is None: + self.plat_name = get_platform() + else: + # plat-name only supported for windows (other platforms are + # supported via ./configure flags, if at all). Avoid misleading + # other platforms. + if os.name != 'nt': + raise DistutilsOptionError( + "--plat-name only supported on Windows (try " + "using './configure --help' on your platform)" + ) + + plat_specifier = f".{self.plat_name}-{sys.implementation.cache_tag}" + + # Python 3.13+ with --disable-gil shouldn't share build directories + if sysconfig.get_config_var('Py_GIL_DISABLED'): + plat_specifier += 't' + + # Make it so Python 2.x and Python 2.x with --with-pydebug don't + # share the same build directories. Doing so confuses the build + # process for C modules + if hasattr(sys, 'gettotalrefcount'): + plat_specifier += '-pydebug' + + # 'build_purelib' and 'build_platlib' just default to 'lib' and + # 'lib.' under the base build directory. We only use one of + # them for a given distribution, though -- + if self.build_purelib is None: + self.build_purelib = os.path.join(self.build_base, 'lib') + if self.build_platlib is None: + self.build_platlib = os.path.join(self.build_base, 'lib' + plat_specifier) + + # 'build_lib' is the actual directory that we will use for this + # particular module distribution -- if user didn't supply it, pick + # one of 'build_purelib' or 'build_platlib'. + if self.build_lib is None: + if self.distribution.has_ext_modules(): + self.build_lib = self.build_platlib + else: + self.build_lib = self.build_purelib + + # 'build_temp' -- temporary directory for compiler turds, + # "build/temp." + if self.build_temp is None: + self.build_temp = os.path.join(self.build_base, 'temp' + plat_specifier) + if self.build_scripts is None: + self.build_scripts = os.path.join( + self.build_base, + f'scripts-{sys.version_info.major}.{sys.version_info.minor}', + ) + + if self.executable is None and sys.executable: + self.executable = os.path.normpath(sys.executable) + + if isinstance(self.parallel, str): + try: + self.parallel = int(self.parallel) + except ValueError: + raise DistutilsOptionError("parallel should be an integer") + + def run(self) -> None: + # Run all relevant sub-commands. This will be some subset of: + # - build_py - pure Python modules + # - build_clib - standalone C libraries + # - build_ext - Python extensions + # - build_scripts - (Python) scripts + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + # -- Predicates for the sub-command list --------------------------- + + def has_pure_modules(self): + return self.distribution.has_pure_modules() + + def has_c_libraries(self): + return self.distribution.has_c_libraries() + + def has_ext_modules(self): + return self.distribution.has_ext_modules() + + def has_scripts(self): + return self.distribution.has_scripts() + + sub_commands = [ + ('build_py', has_pure_modules), + ('build_clib', has_c_libraries), + ('build_ext', has_ext_modules), + ('build_scripts', has_scripts), + ] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py new file mode 100644 index 0000000..8b65b3d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py @@ -0,0 +1,201 @@ +"""distutils.command.build_clib + +Implements the Distutils 'build_clib' command, to build a C/C++ library +that is included in the module distribution and needed by an extension +module.""" + +# XXX this module has *lots* of code ripped-off quite transparently from +# build_ext.py -- not surprisingly really, as the work required to build +# a static library from a collection of C source files is not really all +# that different from what's required to build a shared object file from +# a collection of C source files. Nevertheless, I haven't done the +# necessary refactoring to account for the overlap in code between the +# two modules, mainly because a number of subtle details changed in the +# cut 'n paste. Sigh. +from __future__ import annotations + +import os +from collections.abc import Callable +from distutils._log import log +from typing import ClassVar + +from ..ccompiler import new_compiler, show_compilers +from ..core import Command +from ..errors import DistutilsSetupError +from ..sysconfig import customize_compiler + + +class build_clib(Command): + description = "build C/C++ libraries used by Python extensions" + + user_options: ClassVar[list[tuple[str, str, str]]] = [ + ('build-clib=', 'b', "directory to build C/C++ libraries to"), + ('build-temp=', 't', "directory to put temporary build by-products"), + ('debug', 'g', "compile with debugging information"), + ('force', 'f', "forcibly build everything (ignore file timestamps)"), + ('compiler=', 'c', "specify the compiler type"), + ] + + boolean_options: ClassVar[list[str]] = ['debug', 'force'] + + help_options: ClassVar[list[tuple[str, str | None, str, Callable[[], object]]]] = [ + ('help-compiler', None, "list available compilers", show_compilers), + ] + + def initialize_options(self): + self.build_clib = None + self.build_temp = None + + # List of libraries to build + self.libraries = None + + # Compilation options for all libraries + self.include_dirs = None + self.define = None + self.undef = None + self.debug = None + self.force = False + self.compiler = None + + def finalize_options(self) -> None: + # This might be confusing: both build-clib and build-temp default + # to build-temp as defined by the "build" command. This is because + # I think that C libraries are really just temporary build + # by-products, at least from the point of view of building Python + # extensions -- but I want to keep my options open. + self.set_undefined_options( + 'build', + ('build_temp', 'build_clib'), + ('build_temp', 'build_temp'), + ('compiler', 'compiler'), + ('debug', 'debug'), + ('force', 'force'), + ) + + self.libraries = self.distribution.libraries + if self.libraries: + self.check_library_list(self.libraries) + + if self.include_dirs is None: + self.include_dirs = self.distribution.include_dirs or [] + if isinstance(self.include_dirs, str): + self.include_dirs = self.include_dirs.split(os.pathsep) + + # XXX same as for build_ext -- what about 'self.define' and + # 'self.undef' ? + + def run(self) -> None: + if not self.libraries: + return + + self.compiler = new_compiler( + compiler=self.compiler, dry_run=self.dry_run, force=self.force + ) + customize_compiler(self.compiler) + + if self.include_dirs is not None: + self.compiler.set_include_dirs(self.include_dirs) + if self.define is not None: + # 'define' option is a list of (name,value) tuples + for name, value in self.define: + self.compiler.define_macro(name, value) + if self.undef is not None: + for macro in self.undef: + self.compiler.undefine_macro(macro) + + self.build_libraries(self.libraries) + + def check_library_list(self, libraries) -> None: + """Ensure that the list of libraries is valid. + + `library` is presumably provided as a command option 'libraries'. + This method checks that it is a list of 2-tuples, where the tuples + are (library_name, build_info_dict). + + Raise DistutilsSetupError if the structure is invalid anywhere; + just returns otherwise. + """ + if not isinstance(libraries, list): + raise DistutilsSetupError("'libraries' option must be a list of tuples") + + for lib in libraries: + if not isinstance(lib, tuple) and len(lib) != 2: + raise DistutilsSetupError("each element of 'libraries' must a 2-tuple") + + name, build_info = lib + + if not isinstance(name, str): + raise DistutilsSetupError( + "first element of each tuple in 'libraries' " + "must be a string (the library name)" + ) + + if '/' in name or (os.sep != '/' and os.sep in name): + raise DistutilsSetupError( + f"bad library name '{lib[0]}': may not contain directory separators" + ) + + if not isinstance(build_info, dict): + raise DistutilsSetupError( + "second element of each tuple in 'libraries' " + "must be a dictionary (build info)" + ) + + def get_library_names(self): + # Assume the library list is valid -- 'check_library_list()' is + # called from 'finalize_options()', so it should be! + if not self.libraries: + return None + + lib_names = [] + for lib_name, _build_info in self.libraries: + lib_names.append(lib_name) + return lib_names + + def get_source_files(self): + self.check_library_list(self.libraries) + filenames = [] + for lib_name, build_info in self.libraries: + sources = build_info.get('sources') + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + f"in 'libraries' option (library '{lib_name}'), " + "'sources' must be present and must be " + "a list of source filenames" + ) + + filenames.extend(sources) + return filenames + + def build_libraries(self, libraries) -> None: + for lib_name, build_info in libraries: + sources = build_info.get('sources') + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + f"in 'libraries' option (library '{lib_name}'), " + "'sources' must be present and must be " + "a list of source filenames" + ) + sources = list(sources) + + log.info("building '%s' library", lib_name) + + # First, compile the source code to object files in the library + # directory. (This should probably change to putting object + # files in a temporary build directory.) + macros = build_info.get('macros') + include_dirs = build_info.get('include_dirs') + objects = self.compiler.compile( + sources, + output_dir=self.build_temp, + macros=macros, + include_dirs=include_dirs, + debug=self.debug, + ) + + # Now "link" the object files together into a static library. + # (On Unix at least, this isn't really linking -- it just + # builds an archive. Whatever.) + self.compiler.create_static_lib( + objects, lib_name, output_dir=self.build_clib, debug=self.debug + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py new file mode 100644 index 0000000..ec45b44 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py @@ -0,0 +1,812 @@ +"""distutils.command.build_ext + +Implements the Distutils 'build_ext' command, for building extension +modules (currently limited to C extensions, should accommodate C++ +extensions ASAP).""" + +from __future__ import annotations + +import contextlib +import os +import re +import sys +from collections.abc import Callable +from distutils._log import log +from site import USER_BASE +from typing import ClassVar + +from .._modified import newer_group +from ..ccompiler import new_compiler, show_compilers +from ..core import Command +from ..errors import ( + CCompilerError, + CompileError, + DistutilsError, + DistutilsOptionError, + DistutilsPlatformError, + DistutilsSetupError, +) +from ..extension import Extension +from ..sysconfig import customize_compiler, get_config_h_filename, get_python_version +from ..util import get_platform, is_freethreaded, is_mingw + +# An extension name is just a dot-separated list of Python NAMEs (ie. +# the same as a fully-qualified module name). +extension_name_re = re.compile(r'^[a-zA-Z_][a-zA-Z_0-9]*(\.[a-zA-Z_][a-zA-Z_0-9]*)*$') + + +class build_ext(Command): + description = "build C/C++ extensions (compile/link to build directory)" + + # XXX thoughts on how to deal with complex command-line options like + # these, i.e. how to make it so fancy_getopt can suck them off the + # command line and make it look like setup.py defined the appropriate + # lists of tuples of what-have-you. + # - each command needs a callback to process its command-line options + # - Command.__init__() needs access to its share of the whole + # command line (must ultimately come from + # Distribution.parse_command_line()) + # - it then calls the current command class' option-parsing + # callback to deal with weird options like -D, which have to + # parse the option text and churn out some custom data + # structure + # - that data structure (in this case, a list of 2-tuples) + # will then be present in the command object by the time + # we get to finalize_options() (i.e. the constructor + # takes care of both command-line and client options + # in between initialize_options() and finalize_options()) + + sep_by = f" (separated by '{os.pathsep}')" + user_options = [ + ('build-lib=', 'b', "directory for compiled extension modules"), + ('build-temp=', 't', "directory for temporary files (build by-products)"), + ( + 'plat-name=', + 'p', + "platform name to cross-compile for, if supported " + f"[default: {get_platform()}]", + ), + ( + 'inplace', + 'i', + "ignore build-lib and put compiled extensions into the source " + "directory alongside your pure Python modules", + ), + ( + 'include-dirs=', + 'I', + "list of directories to search for header files" + sep_by, + ), + ('define=', 'D', "C preprocessor macros to define"), + ('undef=', 'U', "C preprocessor macros to undefine"), + ('libraries=', 'l', "external C libraries to link with"), + ( + 'library-dirs=', + 'L', + "directories to search for external C libraries" + sep_by, + ), + ('rpath=', 'R', "directories to search for shared C libraries at runtime"), + ('link-objects=', 'O', "extra explicit link objects to include in the link"), + ('debug', 'g', "compile/link with debugging information"), + ('force', 'f', "forcibly build everything (ignore file timestamps)"), + ('compiler=', 'c', "specify the compiler type"), + ('parallel=', 'j', "number of parallel build jobs"), + ('swig-cpp', None, "make SWIG create C++ files (default is C)"), + ('swig-opts=', None, "list of SWIG command line options"), + ('swig=', None, "path to the SWIG executable"), + ('user', None, "add user include, library and rpath"), + ] + + boolean_options: ClassVar[list[str]] = [ + 'inplace', + 'debug', + 'force', + 'swig-cpp', + 'user', + ] + + help_options: ClassVar[list[tuple[str, str | None, str, Callable[[], object]]]] = [ + ('help-compiler', None, "list available compilers", show_compilers), + ] + + def initialize_options(self): + self.extensions = None + self.build_lib = None + self.plat_name = None + self.build_temp = None + self.inplace = False + self.package = None + + self.include_dirs = None + self.define = None + self.undef = None + self.libraries = None + self.library_dirs = None + self.rpath = None + self.link_objects = None + self.debug = None + self.force = None + self.compiler = None + self.swig = None + self.swig_cpp = None + self.swig_opts = None + self.user = None + self.parallel = None + + @staticmethod + def _python_lib_dir(sysconfig): + """ + Resolve Python's library directory for building extensions + that rely on a shared Python library. + + See python/cpython#44264 and python/cpython#48686 + """ + if not sysconfig.get_config_var('Py_ENABLE_SHARED'): + return + + if sysconfig.python_build: + yield '.' + return + + if sys.platform == 'zos': + # On z/OS, a user is not required to install Python to + # a predetermined path, but can use Python portably + installed_dir = sysconfig.get_config_var('base') + lib_dir = sysconfig.get_config_var('platlibdir') + yield os.path.join(installed_dir, lib_dir) + else: + # building third party extensions + yield sysconfig.get_config_var('LIBDIR') + + def finalize_options(self) -> None: # noqa: C901 + from distutils import sysconfig + + self.set_undefined_options( + 'build', + ('build_lib', 'build_lib'), + ('build_temp', 'build_temp'), + ('compiler', 'compiler'), + ('debug', 'debug'), + ('force', 'force'), + ('parallel', 'parallel'), + ('plat_name', 'plat_name'), + ) + + if self.package is None: + self.package = self.distribution.ext_package + + self.extensions = self.distribution.ext_modules + + # Make sure Python's include directories (for Python.h, pyconfig.h, + # etc.) are in the include search path. + py_include = sysconfig.get_python_inc() + plat_py_include = sysconfig.get_python_inc(plat_specific=True) + if self.include_dirs is None: + self.include_dirs = self.distribution.include_dirs or [] + if isinstance(self.include_dirs, str): + self.include_dirs = self.include_dirs.split(os.pathsep) + + # If in a virtualenv, add its include directory + # Issue 16116 + if sys.exec_prefix != sys.base_exec_prefix: + self.include_dirs.append(os.path.join(sys.exec_prefix, 'include')) + + # Put the Python "system" include dir at the end, so that + # any local include dirs take precedence. + self.include_dirs.extend(py_include.split(os.path.pathsep)) + if plat_py_include != py_include: + self.include_dirs.extend(plat_py_include.split(os.path.pathsep)) + + self.ensure_string_list('libraries') + self.ensure_string_list('link_objects') + + # Life is easier if we're not forever checking for None, so + # simplify these options to empty lists if unset + if self.libraries is None: + self.libraries = [] + if self.library_dirs is None: + self.library_dirs = [] + elif isinstance(self.library_dirs, str): + self.library_dirs = self.library_dirs.split(os.pathsep) + + if self.rpath is None: + self.rpath = [] + elif isinstance(self.rpath, str): + self.rpath = self.rpath.split(os.pathsep) + + # for extensions under windows use different directories + # for Release and Debug builds. + # also Python's library directory must be appended to library_dirs + if os.name == 'nt' and not is_mingw(): + # the 'libs' directory is for binary installs - we assume that + # must be the *native* platform. But we don't really support + # cross-compiling via a binary install anyway, so we let it go. + self.library_dirs.append(os.path.join(sys.exec_prefix, 'libs')) + if sys.base_exec_prefix != sys.prefix: # Issue 16116 + self.library_dirs.append(os.path.join(sys.base_exec_prefix, 'libs')) + if self.debug: + self.build_temp = os.path.join(self.build_temp, "Debug") + else: + self.build_temp = os.path.join(self.build_temp, "Release") + + # Append the source distribution include and library directories, + # this allows distutils on windows to work in the source tree + self.include_dirs.append(os.path.dirname(get_config_h_filename())) + self.library_dirs.append(sys.base_exec_prefix) + + # Use the .lib files for the correct architecture + if self.plat_name == 'win32': + suffix = 'win32' + else: + # win-amd64 + suffix = self.plat_name[4:] + new_lib = os.path.join(sys.exec_prefix, 'PCbuild') + if suffix: + new_lib = os.path.join(new_lib, suffix) + self.library_dirs.append(new_lib) + + # For extensions under Cygwin, Python's library directory must be + # appended to library_dirs + if sys.platform[:6] == 'cygwin': + if not sysconfig.python_build: + # building third party extensions + self.library_dirs.append( + os.path.join( + sys.prefix, "lib", "python" + get_python_version(), "config" + ) + ) + else: + # building python standard extensions + self.library_dirs.append('.') + + self.library_dirs.extend(self._python_lib_dir(sysconfig)) + + # The argument parsing will result in self.define being a string, but + # it has to be a list of 2-tuples. All the preprocessor symbols + # specified by the 'define' option will be set to '1'. Multiple + # symbols can be separated with commas. + + if self.define: + defines = self.define.split(',') + self.define = [(symbol, '1') for symbol in defines] + + # The option for macros to undefine is also a string from the + # option parsing, but has to be a list. Multiple symbols can also + # be separated with commas here. + if self.undef: + self.undef = self.undef.split(',') + + if self.swig_opts is None: + self.swig_opts = [] + else: + self.swig_opts = self.swig_opts.split(' ') + + # Finally add the user include and library directories if requested + if self.user: + user_include = os.path.join(USER_BASE, "include") + user_lib = os.path.join(USER_BASE, "lib") + if os.path.isdir(user_include): + self.include_dirs.append(user_include) + if os.path.isdir(user_lib): + self.library_dirs.append(user_lib) + self.rpath.append(user_lib) + + if isinstance(self.parallel, str): + try: + self.parallel = int(self.parallel) + except ValueError: + raise DistutilsOptionError("parallel should be an integer") + + def run(self) -> None: # noqa: C901 + # 'self.extensions', as supplied by setup.py, is a list of + # Extension instances. See the documentation for Extension (in + # distutils.extension) for details. + # + # For backwards compatibility with Distutils 0.8.2 and earlier, we + # also allow the 'extensions' list to be a list of tuples: + # (ext_name, build_info) + # where build_info is a dictionary containing everything that + # Extension instances do except the name, with a few things being + # differently named. We convert these 2-tuples to Extension + # instances as needed. + + if not self.extensions: + return + + # If we were asked to build any C/C++ libraries, make sure that the + # directory where we put them is in the library search path for + # linking extensions. + if self.distribution.has_c_libraries(): + build_clib = self.get_finalized_command('build_clib') + self.libraries.extend(build_clib.get_library_names() or []) + self.library_dirs.append(build_clib.build_clib) + + # Setup the CCompiler object that we'll use to do all the + # compiling and linking + self.compiler = new_compiler( + compiler=self.compiler, + verbose=self.verbose, + dry_run=self.dry_run, + force=self.force, + ) + customize_compiler(self.compiler) + # If we are cross-compiling, init the compiler now (if we are not + # cross-compiling, init would not hurt, but people may rely on + # late initialization of compiler even if they shouldn't...) + if os.name == 'nt' and self.plat_name != get_platform(): + self.compiler.initialize(self.plat_name) + + # The official Windows free threaded Python installer doesn't set + # Py_GIL_DISABLED because its pyconfig.h is shared with the + # default build, so define it here (pypa/setuptools#4662). + if os.name == 'nt' and is_freethreaded(): + self.compiler.define_macro('Py_GIL_DISABLED', '1') + + # And make sure that any compile/link-related options (which might + # come from the command-line or from the setup script) are set in + # that CCompiler object -- that way, they automatically apply to + # all compiling and linking done here. + if self.include_dirs is not None: + self.compiler.set_include_dirs(self.include_dirs) + if self.define is not None: + # 'define' option is a list of (name,value) tuples + for name, value in self.define: + self.compiler.define_macro(name, value) + if self.undef is not None: + for macro in self.undef: + self.compiler.undefine_macro(macro) + if self.libraries is not None: + self.compiler.set_libraries(self.libraries) + if self.library_dirs is not None: + self.compiler.set_library_dirs(self.library_dirs) + if self.rpath is not None: + self.compiler.set_runtime_library_dirs(self.rpath) + if self.link_objects is not None: + self.compiler.set_link_objects(self.link_objects) + + # Now actually compile and link everything. + self.build_extensions() + + def check_extensions_list(self, extensions) -> None: # noqa: C901 + """Ensure that the list of extensions (presumably provided as a + command option 'extensions') is valid, i.e. it is a list of + Extension objects. We also support the old-style list of 2-tuples, + where the tuples are (ext_name, build_info), which are converted to + Extension instances here. + + Raise DistutilsSetupError if the structure is invalid anywhere; + just returns otherwise. + """ + if not isinstance(extensions, list): + raise DistutilsSetupError( + "'ext_modules' option must be a list of Extension instances" + ) + + for i, ext in enumerate(extensions): + if isinstance(ext, Extension): + continue # OK! (assume type-checking done + # by Extension constructor) + + if not isinstance(ext, tuple) or len(ext) != 2: + raise DistutilsSetupError( + "each element of 'ext_modules' option must be an " + "Extension instance or 2-tuple" + ) + + ext_name, build_info = ext + + log.warning( + "old-style (ext_name, build_info) tuple found in " + "ext_modules for extension '%s' " + "-- please convert to Extension instance", + ext_name, + ) + + if not (isinstance(ext_name, str) and extension_name_re.match(ext_name)): + raise DistutilsSetupError( + "first element of each tuple in 'ext_modules' " + "must be the extension name (a string)" + ) + + if not isinstance(build_info, dict): + raise DistutilsSetupError( + "second element of each tuple in 'ext_modules' " + "must be a dictionary (build info)" + ) + + # OK, the (ext_name, build_info) dict is type-safe: convert it + # to an Extension instance. + ext = Extension(ext_name, build_info['sources']) + + # Easy stuff: one-to-one mapping from dict elements to + # instance attributes. + for key in ( + 'include_dirs', + 'library_dirs', + 'libraries', + 'extra_objects', + 'extra_compile_args', + 'extra_link_args', + ): + val = build_info.get(key) + if val is not None: + setattr(ext, key, val) + + # Medium-easy stuff: same syntax/semantics, different names. + ext.runtime_library_dirs = build_info.get('rpath') + if 'def_file' in build_info: + log.warning("'def_file' element of build info dict no longer supported") + + # Non-trivial stuff: 'macros' split into 'define_macros' + # and 'undef_macros'. + macros = build_info.get('macros') + if macros: + ext.define_macros = [] + ext.undef_macros = [] + for macro in macros: + if not (isinstance(macro, tuple) and len(macro) in (1, 2)): + raise DistutilsSetupError( + "'macros' element of build info dict must be 1- or 2-tuple" + ) + if len(macro) == 1: + ext.undef_macros.append(macro[0]) + elif len(macro) == 2: + ext.define_macros.append(macro) + + extensions[i] = ext + + def get_source_files(self): + self.check_extensions_list(self.extensions) + filenames = [] + + # Wouldn't it be neat if we knew the names of header files too... + for ext in self.extensions: + filenames.extend(ext.sources) + return filenames + + def get_outputs(self): + # Sanity check the 'extensions' list -- can't assume this is being + # done in the same run as a 'build_extensions()' call (in fact, we + # can probably assume that it *isn't*!). + self.check_extensions_list(self.extensions) + + # And build the list of output (built) filenames. Note that this + # ignores the 'inplace' flag, and assumes everything goes in the + # "build" tree. + return [self.get_ext_fullpath(ext.name) for ext in self.extensions] + + def build_extensions(self) -> None: + # First, sanity-check the 'extensions' list + self.check_extensions_list(self.extensions) + if self.parallel: + self._build_extensions_parallel() + else: + self._build_extensions_serial() + + def _build_extensions_parallel(self): + workers = self.parallel + if self.parallel is True: + workers = os.cpu_count() # may return None + try: + from concurrent.futures import ThreadPoolExecutor + except ImportError: + workers = None + + if workers is None: + self._build_extensions_serial() + return + + with ThreadPoolExecutor(max_workers=workers) as executor: + futures = [ + executor.submit(self.build_extension, ext) for ext in self.extensions + ] + for ext, fut in zip(self.extensions, futures): + with self._filter_build_errors(ext): + fut.result() + + def _build_extensions_serial(self): + for ext in self.extensions: + with self._filter_build_errors(ext): + self.build_extension(ext) + + @contextlib.contextmanager + def _filter_build_errors(self, ext): + try: + yield + except (CCompilerError, DistutilsError, CompileError) as e: + if not ext.optional: + raise + self.warn(f'building extension "{ext.name}" failed: {e}') + + def build_extension(self, ext) -> None: + sources = ext.sources + if sources is None or not isinstance(sources, (list, tuple)): + raise DistutilsSetupError( + f"in 'ext_modules' option (extension '{ext.name}'), " + "'sources' must be present and must be " + "a list of source filenames" + ) + # sort to make the resulting .so file build reproducible + sources = sorted(sources) + + ext_path = self.get_ext_fullpath(ext.name) + depends = sources + ext.depends + if not (self.force or newer_group(depends, ext_path, 'newer')): + log.debug("skipping '%s' extension (up-to-date)", ext.name) + return + else: + log.info("building '%s' extension", ext.name) + + # First, scan the sources for SWIG definition files (.i), run + # SWIG on 'em to create .c files, and modify the sources list + # accordingly. + sources = self.swig_sources(sources, ext) + + # Next, compile the source code to object files. + + # XXX not honouring 'define_macros' or 'undef_macros' -- the + # CCompiler API needs to change to accommodate this, and I + # want to do one thing at a time! + + # Two possible sources for extra compiler arguments: + # - 'extra_compile_args' in Extension object + # - CFLAGS environment variable (not particularly + # elegant, but people seem to expect it and I + # guess it's useful) + # The environment variable should take precedence, and + # any sensible compiler will give precedence to later + # command line args. Hence we combine them in order: + extra_args = ext.extra_compile_args or [] + + macros = ext.define_macros[:] + for undef in ext.undef_macros: + macros.append((undef,)) + + objects = self.compiler.compile( + sources, + output_dir=self.build_temp, + macros=macros, + include_dirs=ext.include_dirs, + debug=self.debug, + extra_postargs=extra_args, + depends=ext.depends, + ) + + # XXX outdated variable, kept here in case third-part code + # needs it. + self._built_objects = objects[:] + + # Now link the object files together into a "shared object" -- + # of course, first we have to figure out all the other things + # that go into the mix. + if ext.extra_objects: + objects.extend(ext.extra_objects) + extra_args = ext.extra_link_args or [] + + # Detect target language, if not provided + language = ext.language or self.compiler.detect_language(sources) + + self.compiler.link_shared_object( + objects, + ext_path, + libraries=self.get_libraries(ext), + library_dirs=ext.library_dirs, + runtime_library_dirs=ext.runtime_library_dirs, + extra_postargs=extra_args, + export_symbols=self.get_export_symbols(ext), + debug=self.debug, + build_temp=self.build_temp, + target_lang=language, + ) + + def swig_sources(self, sources, extension): + """Walk the list of source files in 'sources', looking for SWIG + interface (.i) files. Run SWIG on all that are found, and + return a modified 'sources' list with SWIG source files replaced + by the generated C (or C++) files. + """ + new_sources = [] + swig_sources = [] + swig_targets = {} + + # XXX this drops generated C/C++ files into the source tree, which + # is fine for developers who want to distribute the generated + # source -- but there should be an option to put SWIG output in + # the temp dir. + + if self.swig_cpp: + log.warning("--swig-cpp is deprecated - use --swig-opts=-c++") + + if ( + self.swig_cpp + or ('-c++' in self.swig_opts) + or ('-c++' in extension.swig_opts) + ): + target_ext = '.cpp' + else: + target_ext = '.c' + + for source in sources: + (base, ext) = os.path.splitext(source) + if ext == ".i": # SWIG interface file + new_sources.append(base + '_wrap' + target_ext) + swig_sources.append(source) + swig_targets[source] = new_sources[-1] + else: + new_sources.append(source) + + if not swig_sources: + return new_sources + + swig = self.swig or self.find_swig() + swig_cmd = [swig, "-python"] + swig_cmd.extend(self.swig_opts) + if self.swig_cpp: + swig_cmd.append("-c++") + + # Do not override commandline arguments + if not self.swig_opts: + swig_cmd.extend(extension.swig_opts) + + for source in swig_sources: + target = swig_targets[source] + log.info("swigging %s to %s", source, target) + self.spawn(swig_cmd + ["-o", target, source]) + + return new_sources + + def find_swig(self): + """Return the name of the SWIG executable. On Unix, this is + just "swig" -- it should be in the PATH. Tries a bit harder on + Windows. + """ + if os.name == "posix": + return "swig" + elif os.name == "nt": + # Look for SWIG in its standard installation directory on + # Windows (or so I presume!). If we find it there, great; + # if not, act like Unix and assume it's in the PATH. + for vers in ("1.3", "1.2", "1.1"): + fn = os.path.join(f"c:\\swig{vers}", "swig.exe") + if os.path.isfile(fn): + return fn + else: + return "swig.exe" + else: + raise DistutilsPlatformError( + f"I don't know how to find (much less run) SWIG on platform '{os.name}'" + ) + + # -- Name generators ----------------------------------------------- + # (extension names, filenames, whatever) + def get_ext_fullpath(self, ext_name: str) -> str: + """Returns the path of the filename for a given extension. + + The file is located in `build_lib` or directly in the package + (inplace option). + """ + fullname = self.get_ext_fullname(ext_name) + modpath = fullname.split('.') + filename = self.get_ext_filename(modpath[-1]) + + if not self.inplace: + # no further work needed + # returning : + # build_dir/package/path/filename + filename = os.path.join(*modpath[:-1] + [filename]) + return os.path.join(self.build_lib, filename) + + # the inplace option requires to find the package directory + # using the build_py command for that + package = '.'.join(modpath[0:-1]) + build_py = self.get_finalized_command('build_py') + package_dir = os.path.abspath(build_py.get_package_dir(package)) + + # returning + # package_dir/filename + return os.path.join(package_dir, filename) + + def get_ext_fullname(self, ext_name: str) -> str: + """Returns the fullname of a given extension name. + + Adds the `package.` prefix""" + if self.package is None: + return ext_name + else: + return self.package + '.' + ext_name + + def get_ext_filename(self, ext_name: str) -> str: + r"""Convert the name of an extension (eg. "foo.bar") into the name + of the file from which it will be loaded (eg. "foo/bar.so", or + "foo\bar.pyd"). + """ + from ..sysconfig import get_config_var + + ext_path = ext_name.split('.') + ext_suffix = get_config_var('EXT_SUFFIX') + return os.path.join(*ext_path) + ext_suffix + + def get_export_symbols(self, ext: Extension) -> list[str]: + """Return the list of symbols that a shared extension has to + export. This either uses 'ext.export_symbols' or, if it's not + provided, "PyInit_" + module_name. Only relevant on Windows, where + the .pyd file (DLL) must export the module "PyInit_" function. + """ + name = self._get_module_name_for_symbol(ext) + try: + # Unicode module name support as defined in PEP-489 + # https://peps.python.org/pep-0489/#export-hook-name + name.encode('ascii') + except UnicodeEncodeError: + suffix = 'U_' + name.encode('punycode').replace(b'-', b'_').decode('ascii') + else: + suffix = "_" + name + + initfunc_name = "PyInit" + suffix + if initfunc_name not in ext.export_symbols: + ext.export_symbols.append(initfunc_name) + return ext.export_symbols + + def _get_module_name_for_symbol(self, ext): + # Package name should be used for `__init__` modules + # https://github.com/python/cpython/issues/80074 + # https://github.com/pypa/setuptools/issues/4826 + parts = ext.name.split(".") + if parts[-1] == "__init__" and len(parts) >= 2: + return parts[-2] + return parts[-1] + + def get_libraries(self, ext: Extension) -> list[str]: # noqa: C901 + """Return the list of libraries to link against when building a + shared extension. On most platforms, this is just 'ext.libraries'; + on Windows, we add the Python library (eg. python20.dll). + """ + # The python library is always needed on Windows. For MSVC, this + # is redundant, since the library is mentioned in a pragma in + # pyconfig.h that MSVC groks. The other Windows compilers all seem + # to need it mentioned explicitly, though, so that's what we do. + # Append '_d' to the python import library on debug builds. + if sys.platform == "win32" and not is_mingw(): + from .._msvccompiler import MSVCCompiler + + if not isinstance(self.compiler, MSVCCompiler): + template = "python%d%d" + if self.debug: + template = template + '_d' + pythonlib = template % ( + sys.hexversion >> 24, + (sys.hexversion >> 16) & 0xFF, + ) + # don't extend ext.libraries, it may be shared with other + # extensions, it is a reference to the original list + return ext.libraries + [pythonlib] + else: + # On Android only the main executable and LD_PRELOADs are considered + # to be RTLD_GLOBAL, all the dependencies of the main executable + # remain RTLD_LOCAL and so the shared libraries must be linked with + # libpython when python is built with a shared python library (issue + # bpo-21536). + # On Cygwin (and if required, other POSIX-like platforms based on + # Windows like MinGW) it is simply necessary that all symbols in + # shared libraries are resolved at link time. + from ..sysconfig import get_config_var + + link_libpython = False + if get_config_var('Py_ENABLE_SHARED'): + # A native build on an Android device or on Cygwin + if hasattr(sys, 'getandroidapilevel'): + link_libpython = True + elif sys.platform == 'cygwin' or is_mingw(): + link_libpython = True + elif '_PYTHON_HOST_PLATFORM' in os.environ: + # We are cross-compiling for one of the relevant platforms + if get_config_var('ANDROID_API_LEVEL') != 0: + link_libpython = True + elif get_config_var('MACHDEP') == 'cygwin': + link_libpython = True + + if link_libpython: + ldversion = get_config_var('LDVERSION') + return ext.libraries + ['python' + ldversion] + + return ext.libraries diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py new file mode 100644 index 0000000..a20b076 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py @@ -0,0 +1,407 @@ +"""distutils.command.build_py + +Implements the Distutils 'build_py' command.""" + +import glob +import importlib.util +import os +import sys +from distutils._log import log +from typing import ClassVar + +from ..core import Command +from ..errors import DistutilsFileError, DistutilsOptionError +from ..util import convert_path + + +class build_py(Command): + description = "\"build\" pure Python modules (copy to build directory)" + + user_options = [ + ('build-lib=', 'd', "directory to \"build\" (copy) to"), + ('compile', 'c', "compile .py to .pyc"), + ('no-compile', None, "don't compile .py files [default]"), + ( + 'optimize=', + 'O', + "also compile with optimization: -O1 for \"python -O\", " + "-O2 for \"python -OO\", and -O0 to disable [default: -O0]", + ), + ('force', 'f', "forcibly build everything (ignore file timestamps)"), + ] + + boolean_options: ClassVar[list[str]] = ['compile', 'force'] + negative_opt: ClassVar[dict[str, str]] = {'no-compile': 'compile'} + + def initialize_options(self): + self.build_lib = None + self.py_modules = None + self.package = None + self.package_data = None + self.package_dir = None + self.compile = False + self.optimize = 0 + self.force = None + + def finalize_options(self) -> None: + self.set_undefined_options( + 'build', ('build_lib', 'build_lib'), ('force', 'force') + ) + + # Get the distribution options that are aliases for build_py + # options -- list of packages and list of modules. + self.packages = self.distribution.packages + self.py_modules = self.distribution.py_modules + self.package_data = self.distribution.package_data + self.package_dir = {} + if self.distribution.package_dir: + for name, path in self.distribution.package_dir.items(): + self.package_dir[name] = convert_path(path) + self.data_files = self.get_data_files() + + # Ick, copied straight from install_lib.py (fancy_getopt needs a + # type system! Hell, *everything* needs a type system!!!) + if not isinstance(self.optimize, int): + try: + self.optimize = int(self.optimize) + assert 0 <= self.optimize <= 2 + except (ValueError, AssertionError): + raise DistutilsOptionError("optimize must be 0, 1, or 2") + + def run(self) -> None: + # XXX copy_file by default preserves atime and mtime. IMHO this is + # the right thing to do, but perhaps it should be an option -- in + # particular, a site administrator might want installed files to + # reflect the time of installation rather than the last + # modification time before the installed release. + + # XXX copy_file by default preserves mode, which appears to be the + # wrong thing to do: if a file is read-only in the working + # directory, we want it to be installed read/write so that the next + # installation of the same module distribution can overwrite it + # without problems. (This might be a Unix-specific issue.) Thus + # we turn off 'preserve_mode' when copying to the build directory, + # since the build directory is supposed to be exactly what the + # installation will look like (ie. we preserve mode when + # installing). + + # Two options control which modules will be installed: 'packages' + # and 'py_modules'. The former lets us work with whole packages, not + # specifying individual modules at all; the latter is for + # specifying modules one-at-a-time. + + if self.py_modules: + self.build_modules() + if self.packages: + self.build_packages() + self.build_package_data() + + self.byte_compile(self.get_outputs(include_bytecode=False)) + + def get_data_files(self): + """Generate list of '(package,src_dir,build_dir,filenames)' tuples""" + data = [] + if not self.packages: + return data + for package in self.packages: + # Locate package source directory + src_dir = self.get_package_dir(package) + + # Compute package build directory + build_dir = os.path.join(*([self.build_lib] + package.split('.'))) + + # Length of path to strip from found files + plen = 0 + if src_dir: + plen = len(src_dir) + 1 + + # Strip directory from globbed filenames + filenames = [file[plen:] for file in self.find_data_files(package, src_dir)] + data.append((package, src_dir, build_dir, filenames)) + return data + + def find_data_files(self, package, src_dir): + """Return filenames for package's data files in 'src_dir'""" + globs = self.package_data.get('', []) + self.package_data.get(package, []) + files = [] + for pattern in globs: + # Each pattern has to be converted to a platform-specific path + filelist = glob.glob( + os.path.join(glob.escape(src_dir), convert_path(pattern)) + ) + # Files that match more than one pattern are only added once + files.extend([ + fn for fn in filelist if fn not in files and os.path.isfile(fn) + ]) + return files + + def build_package_data(self) -> None: + """Copy data files into build directory""" + for _package, src_dir, build_dir, filenames in self.data_files: + for filename in filenames: + target = os.path.join(build_dir, filename) + self.mkpath(os.path.dirname(target)) + self.copy_file( + os.path.join(src_dir, filename), target, preserve_mode=False + ) + + def get_package_dir(self, package): + """Return the directory, relative to the top of the source + distribution, where package 'package' should be found + (at least according to the 'package_dir' option, if any).""" + path = package.split('.') + + if not self.package_dir: + if path: + return os.path.join(*path) + else: + return '' + else: + tail = [] + while path: + try: + pdir = self.package_dir['.'.join(path)] + except KeyError: + tail.insert(0, path[-1]) + del path[-1] + else: + tail.insert(0, pdir) + return os.path.join(*tail) + else: + # Oops, got all the way through 'path' without finding a + # match in package_dir. If package_dir defines a directory + # for the root (nameless) package, then fallback on it; + # otherwise, we might as well have not consulted + # package_dir at all, as we just use the directory implied + # by 'tail' (which should be the same as the original value + # of 'path' at this point). + pdir = self.package_dir.get('') + if pdir is not None: + tail.insert(0, pdir) + + if tail: + return os.path.join(*tail) + else: + return '' + + def check_package(self, package, package_dir): + # Empty dir name means current directory, which we can probably + # assume exists. Also, os.path.exists and isdir don't know about + # my "empty string means current dir" convention, so we have to + # circumvent them. + if package_dir != "": + if not os.path.exists(package_dir): + raise DistutilsFileError( + f"package directory '{package_dir}' does not exist" + ) + if not os.path.isdir(package_dir): + raise DistutilsFileError( + f"supposed package directory '{package_dir}' exists, " + "but is not a directory" + ) + + # Directories without __init__.py are namespace packages (PEP 420). + if package: + init_py = os.path.join(package_dir, "__init__.py") + if os.path.isfile(init_py): + return init_py + + # Either not in a package at all (__init__.py not expected), or + # __init__.py doesn't exist -- so don't return the filename. + return None + + def check_module(self, module, module_file): + if not os.path.isfile(module_file): + log.warning("file %s (for module %s) not found", module_file, module) + return False + else: + return True + + def find_package_modules(self, package, package_dir): + self.check_package(package, package_dir) + module_files = glob.glob(os.path.join(glob.escape(package_dir), "*.py")) + modules = [] + setup_script = os.path.abspath(self.distribution.script_name) + + for f in module_files: + abs_f = os.path.abspath(f) + if abs_f != setup_script: + module = os.path.splitext(os.path.basename(f))[0] + modules.append((package, module, f)) + else: + self.debug_print(f"excluding {setup_script}") + return modules + + def find_modules(self): + """Finds individually-specified Python modules, ie. those listed by + module name in 'self.py_modules'. Returns a list of tuples (package, + module_base, filename): 'package' is a tuple of the path through + package-space to the module; 'module_base' is the bare (no + packages, no dots) module name, and 'filename' is the path to the + ".py" file (relative to the distribution root) that implements the + module. + """ + # Map package names to tuples of useful info about the package: + # (package_dir, checked) + # package_dir - the directory where we'll find source files for + # this package + # checked - true if we have checked that the package directory + # is valid (exists, contains __init__.py, ... ?) + packages = {} + + # List of (package, module, filename) tuples to return + modules = [] + + # We treat modules-in-packages almost the same as toplevel modules, + # just the "package" for a toplevel is empty (either an empty + # string or empty list, depending on context). Differences: + # - don't check for __init__.py in directory for empty package + for module in self.py_modules: + path = module.split('.') + package = '.'.join(path[0:-1]) + module_base = path[-1] + + try: + (package_dir, checked) = packages[package] + except KeyError: + package_dir = self.get_package_dir(package) + checked = False + + if not checked: + init_py = self.check_package(package, package_dir) + packages[package] = (package_dir, 1) + if init_py: + modules.append((package, "__init__", init_py)) + + # XXX perhaps we should also check for just .pyc files + # (so greedy closed-source bastards can distribute Python + # modules too) + module_file = os.path.join(package_dir, module_base + ".py") + if not self.check_module(module, module_file): + continue + + modules.append((package, module_base, module_file)) + + return modules + + def find_all_modules(self): + """Compute the list of all modules that will be built, whether + they are specified one-module-at-a-time ('self.py_modules') or + by whole packages ('self.packages'). Return a list of tuples + (package, module, module_file), just like 'find_modules()' and + 'find_package_modules()' do.""" + modules = [] + if self.py_modules: + modules.extend(self.find_modules()) + if self.packages: + for package in self.packages: + package_dir = self.get_package_dir(package) + m = self.find_package_modules(package, package_dir) + modules.extend(m) + return modules + + def get_source_files(self): + return [module[-1] for module in self.find_all_modules()] + + def get_module_outfile(self, build_dir, package, module): + outfile_path = [build_dir] + list(package) + [module + ".py"] + return os.path.join(*outfile_path) + + def get_outputs(self, include_bytecode: bool = True) -> list[str]: + modules = self.find_all_modules() + outputs = [] + for package, module, _module_file in modules: + package = package.split('.') + filename = self.get_module_outfile(self.build_lib, package, module) + outputs.append(filename) + if include_bytecode: + if self.compile: + outputs.append( + importlib.util.cache_from_source(filename, optimization='') + ) + if self.optimize > 0: + outputs.append( + importlib.util.cache_from_source( + filename, optimization=self.optimize + ) + ) + + outputs += [ + os.path.join(build_dir, filename) + for package, src_dir, build_dir, filenames in self.data_files + for filename in filenames + ] + + return outputs + + def build_module(self, module, module_file, package): + if isinstance(package, str): + package = package.split('.') + elif not isinstance(package, (list, tuple)): + raise TypeError( + "'package' must be a string (dot-separated), list, or tuple" + ) + + # Now put the module source file into the "build" area -- this is + # easy, we just copy it somewhere under self.build_lib (the build + # directory for Python source). + outfile = self.get_module_outfile(self.build_lib, package, module) + dir = os.path.dirname(outfile) + self.mkpath(dir) + return self.copy_file(module_file, outfile, preserve_mode=False) + + def build_modules(self) -> None: + modules = self.find_modules() + for package, module, module_file in modules: + # Now "build" the module -- ie. copy the source file to + # self.build_lib (the build directory for Python source). + # (Actually, it gets copied to the directory for this package + # under self.build_lib.) + self.build_module(module, module_file, package) + + def build_packages(self) -> None: + for package in self.packages: + # Get list of (package, module, module_file) tuples based on + # scanning the package directory. 'package' is only included + # in the tuple so that 'find_modules()' and + # 'find_package_tuples()' have a consistent interface; it's + # ignored here (apart from a sanity check). Also, 'module' is + # the *unqualified* module name (ie. no dots, no package -- we + # already know its package!), and 'module_file' is the path to + # the .py file, relative to the current directory + # (ie. including 'package_dir'). + package_dir = self.get_package_dir(package) + modules = self.find_package_modules(package, package_dir) + + # Now loop over the modules we found, "building" each one (just + # copy it to self.build_lib). + for package_, module, module_file in modules: + assert package == package_ + self.build_module(module, module_file, package) + + def byte_compile(self, files) -> None: + if sys.dont_write_bytecode: + self.warn('byte-compiling is disabled, skipping.') + return + + from ..util import byte_compile + + prefix = self.build_lib + if prefix[-1] != os.sep: + prefix = prefix + os.sep + + # XXX this code is essentially the same as the 'byte_compile() + # method of the "install_lib" command, except for the determination + # of the 'prefix' string. Hmmm. + if self.compile: + byte_compile( + files, optimize=0, force=self.force, prefix=prefix, dry_run=self.dry_run + ) + if self.optimize > 0: + byte_compile( + files, + optimize=self.optimize, + force=self.force, + prefix=prefix, + dry_run=self.dry_run, + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py new file mode 100644 index 0000000..127c51d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py @@ -0,0 +1,160 @@ +"""distutils.command.build_scripts + +Implements the Distutils 'build_scripts' command.""" + +import os +import re +import tokenize +from distutils._log import log +from stat import ST_MODE +from typing import ClassVar + +from .._modified import newer +from ..core import Command +from ..util import convert_path + +shebang_pattern = re.compile('^#!.*python[0-9.]*([ \t].*)?$') +""" +Pattern matching a Python interpreter indicated in first line of a script. +""" + +# for Setuptools compatibility +first_line_re = shebang_pattern + + +class build_scripts(Command): + description = "\"build\" scripts (copy and fixup #! line)" + + user_options: ClassVar[list[tuple[str, str, str]]] = [ + ('build-dir=', 'd', "directory to \"build\" (copy) to"), + ('force', 'f', "forcibly build everything (ignore file timestamps"), + ('executable=', 'e', "specify final destination interpreter path"), + ] + + boolean_options: ClassVar[list[str]] = ['force'] + + def initialize_options(self): + self.build_dir = None + self.scripts = None + self.force = None + self.executable = None + + def finalize_options(self): + self.set_undefined_options( + 'build', + ('build_scripts', 'build_dir'), + ('force', 'force'), + ('executable', 'executable'), + ) + self.scripts = self.distribution.scripts + + def get_source_files(self): + return self.scripts + + def run(self): + if not self.scripts: + return + self.copy_scripts() + + def copy_scripts(self): + """ + Copy each script listed in ``self.scripts``. + + If a script is marked as a Python script (first line matches + 'shebang_pattern', i.e. starts with ``#!`` and contains + "python"), then adjust in the copy the first line to refer to + the current Python interpreter. + """ + self.mkpath(self.build_dir) + outfiles = [] + updated_files = [] + for script in self.scripts: + self._copy_script(script, outfiles, updated_files) + + self._change_modes(outfiles) + + return outfiles, updated_files + + def _copy_script(self, script, outfiles, updated_files): + shebang_match = None + script = convert_path(script) + outfile = os.path.join(self.build_dir, os.path.basename(script)) + outfiles.append(outfile) + + if not self.force and not newer(script, outfile): + log.debug("not copying %s (up-to-date)", script) + return + + # Always open the file, but ignore failures in dry-run mode + # in order to attempt to copy directly. + try: + f = tokenize.open(script) + except OSError: + if not self.dry_run: + raise + f = None + else: + first_line = f.readline() + if not first_line: + self.warn(f"{script} is an empty file (skipping)") + return + + shebang_match = shebang_pattern.match(first_line) + + updated_files.append(outfile) + if shebang_match: + log.info("copying and adjusting %s -> %s", script, self.build_dir) + if not self.dry_run: + post_interp = shebang_match.group(1) or '' + shebang = f"#!python{post_interp}\n" + self._validate_shebang(shebang, f.encoding) + with open(outfile, "w", encoding=f.encoding) as outf: + outf.write(shebang) + outf.writelines(f.readlines()) + if f: + f.close() + else: + if f: + f.close() + self.copy_file(script, outfile) + + def _change_modes(self, outfiles): + if os.name != 'posix': + return + + for file in outfiles: + self._change_mode(file) + + def _change_mode(self, file): + if self.dry_run: + log.info("changing mode of %s", file) + return + + oldmode = os.stat(file)[ST_MODE] & 0o7777 + newmode = (oldmode | 0o555) & 0o7777 + if newmode != oldmode: + log.info("changing mode of %s from %o to %o", file, oldmode, newmode) + os.chmod(file, newmode) + + @staticmethod + def _validate_shebang(shebang, encoding): + # 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 encodable to + # UTF-8. + try: + shebang.encode('utf-8') + except UnicodeEncodeError: + raise ValueError(f"The shebang ({shebang!r}) is not encodable to utf-8") + + # If the script is encoded to a custom encoding (use a + # #coding:xxx cookie), the shebang has to be encodable to + # the script encoding too. + try: + shebang.encode(encoding) + except UnicodeEncodeError: + raise ValueError( + f"The shebang ({shebang!r}) is not encodable " + f"to the script encoding ({encoding})" + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/check.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/check.py new file mode 100644 index 0000000..58a823d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/check.py @@ -0,0 +1,152 @@ +"""distutils.command.check + +Implements the Distutils 'check' command. +""" + +import contextlib +from typing import ClassVar + +from ..core import Command +from ..errors import DistutilsSetupError + +with contextlib.suppress(ImportError): + import docutils.frontend + import docutils.nodes + import docutils.parsers.rst + import docutils.utils + + class SilentReporter(docutils.utils.Reporter): + def __init__( + self, + source, + report_level, + halt_level, + stream=None, + debug=False, + encoding='ascii', + error_handler='replace', + ): + self.messages = [] + super().__init__( + source, report_level, halt_level, stream, debug, encoding, error_handler + ) + + def system_message(self, level, message, *children, **kwargs): + self.messages.append((level, message, children, kwargs)) + return docutils.nodes.system_message( + message, *children, level=level, type=self.levels[level], **kwargs + ) + + +class check(Command): + """This command checks the meta-data of the package.""" + + description = "perform some checks on the package" + user_options: ClassVar[list[tuple[str, str, str]]] = [ + ('metadata', 'm', 'Verify meta-data'), + ( + 'restructuredtext', + 'r', + 'Checks if long string meta-data syntax are reStructuredText-compliant', + ), + ('strict', 's', 'Will exit with an error if a check fails'), + ] + + boolean_options: ClassVar[list[str]] = ['metadata', 'restructuredtext', 'strict'] + + def initialize_options(self): + """Sets default values for options.""" + self.restructuredtext = False + self.metadata = 1 + self.strict = False + self._warnings = 0 + + def finalize_options(self): + pass + + def warn(self, msg): + """Counts the number of warnings that occurs.""" + self._warnings += 1 + return Command.warn(self, msg) + + def run(self): + """Runs the command.""" + # perform the various tests + if self.metadata: + self.check_metadata() + if self.restructuredtext: + if 'docutils' in globals(): + try: + self.check_restructuredtext() + except TypeError as exc: + raise DistutilsSetupError(str(exc)) + elif self.strict: + raise DistutilsSetupError('The docutils package is needed.') + + # let's raise an error in strict mode, if we have at least + # one warning + if self.strict and self._warnings > 0: + raise DistutilsSetupError('Please correct your package.') + + def check_metadata(self): + """Ensures that all required elements of meta-data are supplied. + + Required fields: + name, version + + Warns if any are missing. + """ + metadata = self.distribution.metadata + + missing = [ + attr for attr in ('name', 'version') if not getattr(metadata, attr, None) + ] + + if missing: + self.warn("missing required meta-data: {}".format(', '.join(missing))) + + def check_restructuredtext(self): + """Checks if the long string fields are reST-compliant.""" + data = self.distribution.get_long_description() + for warning in self._check_rst_data(data): + line = warning[-1].get('line') + if line is None: + warning = warning[1] + else: + warning = f'{warning[1]} (line {line})' + self.warn(warning) + + def _check_rst_data(self, data): + """Returns warnings when the provided data doesn't compile.""" + # the include and csv_table directives need this to be a path + source_path = self.distribution.script_name or 'setup.py' + parser = docutils.parsers.rst.Parser() + settings = docutils.frontend.OptionParser( + components=(docutils.parsers.rst.Parser,) + ).get_default_values() + settings.tab_width = 4 + settings.pep_references = None + settings.rfc_references = None + reporter = SilentReporter( + source_path, + settings.report_level, + settings.halt_level, + stream=settings.warning_stream, + debug=settings.debug, + encoding=settings.error_encoding, + error_handler=settings.error_encoding_error_handler, + ) + + document = docutils.nodes.document(settings, reporter, source=source_path) + document.note_source(source_path, -1) + try: + parser.parse(data, document) + except (AttributeError, TypeError) as e: + reporter.messages.append(( + -1, + f'Could not finish the parsing: {e}.', + '', + {}, + )) + + return reporter.messages diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py new file mode 100644 index 0000000..23427ab --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py @@ -0,0 +1,77 @@ +"""distutils.command.clean + +Implements the Distutils 'clean' command.""" + +# contributed by Bastian Kleineidam , added 2000-03-18 + +import os +from distutils._log import log +from typing import ClassVar + +from ..core import Command +from ..dir_util import remove_tree + + +class clean(Command): + description = "clean up temporary files from 'build' command" + user_options = [ + ('build-base=', 'b', "base build directory [default: 'build.build-base']"), + ( + 'build-lib=', + None, + "build directory for all modules [default: 'build.build-lib']", + ), + ('build-temp=', 't', "temporary build directory [default: 'build.build-temp']"), + ( + 'build-scripts=', + None, + "build directory for scripts [default: 'build.build-scripts']", + ), + ('bdist-base=', None, "temporary directory for built distributions"), + ('all', 'a', "remove all build output, not just temporary by-products"), + ] + + boolean_options: ClassVar[list[str]] = ['all'] + + def initialize_options(self): + self.build_base = None + self.build_lib = None + self.build_temp = None + self.build_scripts = None + self.bdist_base = None + self.all = None + + def finalize_options(self): + self.set_undefined_options( + 'build', + ('build_base', 'build_base'), + ('build_lib', 'build_lib'), + ('build_scripts', 'build_scripts'), + ('build_temp', 'build_temp'), + ) + self.set_undefined_options('bdist', ('bdist_base', 'bdist_base')) + + def run(self): + # remove the build/temp. directory (unless it's already + # gone) + if os.path.exists(self.build_temp): + remove_tree(self.build_temp, dry_run=self.dry_run) + else: + log.debug("'%s' does not exist -- can't clean it", self.build_temp) + + if self.all: + # remove build directories + for directory in (self.build_lib, self.bdist_base, self.build_scripts): + if os.path.exists(directory): + remove_tree(directory, dry_run=self.dry_run) + else: + log.warning("'%s' does not exist -- can't clean it", directory) + + # just for the heck of it, try to remove the base build directory: + # we might have emptied it right now, but if not we don't care + if not self.dry_run: + try: + os.rmdir(self.build_base) + log.info("removing '%s'", self.build_base) + except OSError: + pass diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/config.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/config.py new file mode 100644 index 0000000..44df823 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/config.py @@ -0,0 +1,360 @@ +"""distutils.command.config + +Implements the Distutils 'config' command, a (mostly) empty command class +that exists mainly to be sub-classed by specific module distributions and +applications. The idea is that while every "config" command is different, +at least they're all named the same, and users always see "config" in the +list of standard commands. Also, this is a good place to put common +configure-like tasks: "try to compile this C code", or "figure out where +this header file lives". +""" + +from __future__ import annotations + +import os +import pathlib +import re +from collections.abc import Sequence +from distutils._log import log + +from ..ccompiler import CCompiler, CompileError, LinkError, new_compiler +from ..core import Command +from ..errors import DistutilsExecError +from ..sysconfig import customize_compiler + +LANG_EXT = {"c": ".c", "c++": ".cxx"} + + +class config(Command): + description = "prepare to build" + + user_options = [ + ('compiler=', None, "specify the compiler type"), + ('cc=', None, "specify the compiler executable"), + ('include-dirs=', 'I', "list of directories to search for header files"), + ('define=', 'D', "C preprocessor macros to define"), + ('undef=', 'U', "C preprocessor macros to undefine"), + ('libraries=', 'l', "external C libraries to link with"), + ('library-dirs=', 'L', "directories to search for external C libraries"), + ('noisy', None, "show every action (compile, link, run, ...) taken"), + ( + 'dump-source', + None, + "dump generated source files before attempting to compile them", + ), + ] + + # The three standard command methods: since the "config" command + # does nothing by default, these are empty. + + def initialize_options(self): + self.compiler = None + self.cc = None + self.include_dirs = None + self.libraries = None + self.library_dirs = None + + # maximal output for now + self.noisy = 1 + self.dump_source = 1 + + # list of temporary files generated along-the-way that we have + # to clean at some point + self.temp_files = [] + + def finalize_options(self): + if self.include_dirs is None: + self.include_dirs = self.distribution.include_dirs or [] + elif isinstance(self.include_dirs, str): + self.include_dirs = self.include_dirs.split(os.pathsep) + + if self.libraries is None: + self.libraries = [] + elif isinstance(self.libraries, str): + self.libraries = [self.libraries] + + if self.library_dirs is None: + self.library_dirs = [] + elif isinstance(self.library_dirs, str): + self.library_dirs = self.library_dirs.split(os.pathsep) + + def run(self): + pass + + # Utility methods for actual "config" commands. The interfaces are + # loosely based on Autoconf macros of similar names. Sub-classes + # may use these freely. + + def _check_compiler(self): + """Check that 'self.compiler' really is a CCompiler object; + if not, make it one. + """ + # We do this late, and only on-demand, because this is an expensive + # import. + if not isinstance(self.compiler, CCompiler): + self.compiler = new_compiler( + compiler=self.compiler, dry_run=self.dry_run, force=True + ) + customize_compiler(self.compiler) + if self.include_dirs: + self.compiler.set_include_dirs(self.include_dirs) + if self.libraries: + self.compiler.set_libraries(self.libraries) + if self.library_dirs: + self.compiler.set_library_dirs(self.library_dirs) + + def _gen_temp_sourcefile(self, body, headers, lang): + filename = "_configtest" + LANG_EXT[lang] + with open(filename, "w", encoding='utf-8') as file: + if headers: + for header in headers: + file.write(f"#include <{header}>\n") + file.write("\n") + file.write(body) + if body[-1] != "\n": + file.write("\n") + return filename + + def _preprocess(self, body, headers, include_dirs, lang): + src = self._gen_temp_sourcefile(body, headers, lang) + out = "_configtest.i" + self.temp_files.extend([src, out]) + self.compiler.preprocess(src, out, include_dirs=include_dirs) + return (src, out) + + def _compile(self, body, headers, include_dirs, lang): + src = self._gen_temp_sourcefile(body, headers, lang) + if self.dump_source: + dump_file(src, f"compiling '{src}':") + (obj,) = self.compiler.object_filenames([src]) + self.temp_files.extend([src, obj]) + self.compiler.compile([src], include_dirs=include_dirs) + return (src, obj) + + def _link(self, body, headers, include_dirs, libraries, library_dirs, lang): + (src, obj) = self._compile(body, headers, include_dirs, lang) + prog = os.path.splitext(os.path.basename(src))[0] + self.compiler.link_executable( + [obj], + prog, + libraries=libraries, + library_dirs=library_dirs, + target_lang=lang, + ) + + if self.compiler.exe_extension is not None: + prog = prog + self.compiler.exe_extension + self.temp_files.append(prog) + + return (src, obj, prog) + + def _clean(self, *filenames): + if not filenames: + filenames = self.temp_files + self.temp_files = [] + log.info("removing: %s", ' '.join(filenames)) + for filename in filenames: + try: + os.remove(filename) + except OSError: + pass + + # XXX these ignore the dry-run flag: what to do, what to do? even if + # you want a dry-run build, you still need some sort of configuration + # info. My inclination is to make it up to the real config command to + # consult 'dry_run', and assume a default (minimal) configuration if + # true. The problem with trying to do it here is that you'd have to + # return either true or false from all the 'try' methods, neither of + # which is correct. + + # XXX need access to the header search path and maybe default macros. + + def try_cpp(self, body=None, headers=None, include_dirs=None, lang="c"): + """Construct a source file from 'body' (a string containing lines + of C/C++ code) and 'headers' (a list of header files to include) + and run it through the preprocessor. Return true if the + preprocessor succeeded, false if there were any errors. + ('body' probably isn't of much use, but what the heck.) + """ + self._check_compiler() + ok = True + try: + self._preprocess(body, headers, include_dirs, lang) + except CompileError: + ok = False + + self._clean() + return ok + + def search_cpp(self, pattern, body=None, headers=None, include_dirs=None, lang="c"): + """Construct a source file (just like 'try_cpp()'), run it through + the preprocessor, and return true if any line of the output matches + 'pattern'. 'pattern' should either be a compiled regex object or a + string containing a regex. If both 'body' and 'headers' are None, + preprocesses an empty file -- which can be useful to determine the + symbols the preprocessor and compiler set by default. + """ + self._check_compiler() + src, out = self._preprocess(body, headers, include_dirs, lang) + + if isinstance(pattern, str): + pattern = re.compile(pattern) + + with open(out, encoding='utf-8') as file: + match = any(pattern.search(line) for line in file) + + self._clean() + return match + + def try_compile(self, body, headers=None, include_dirs=None, lang="c"): + """Try to compile a source file built from 'body' and 'headers'. + Return true on success, false otherwise. + """ + self._check_compiler() + try: + self._compile(body, headers, include_dirs, lang) + ok = True + except CompileError: + ok = False + + log.info(ok and "success!" or "failure.") + self._clean() + return ok + + def try_link( + self, + body, + headers=None, + include_dirs=None, + libraries=None, + library_dirs=None, + lang="c", + ): + """Try to compile and link a source file, built from 'body' and + 'headers', to executable form. Return true on success, false + otherwise. + """ + self._check_compiler() + try: + self._link(body, headers, include_dirs, libraries, library_dirs, lang) + ok = True + except (CompileError, LinkError): + ok = False + + log.info(ok and "success!" or "failure.") + self._clean() + return ok + + def try_run( + self, + body, + headers=None, + include_dirs=None, + libraries=None, + library_dirs=None, + lang="c", + ): + """Try to compile, link to an executable, and run a program + built from 'body' and 'headers'. Return true on success, false + otherwise. + """ + self._check_compiler() + try: + src, obj, exe = self._link( + body, headers, include_dirs, libraries, library_dirs, lang + ) + self.spawn([exe]) + ok = True + except (CompileError, LinkError, DistutilsExecError): + ok = False + + log.info(ok and "success!" or "failure.") + self._clean() + return ok + + # -- High-level methods -------------------------------------------- + # (these are the ones that are actually likely to be useful + # when implementing a real-world config command!) + + def check_func( + self, + func, + headers=None, + include_dirs=None, + libraries=None, + library_dirs=None, + decl=False, + call=False, + ): + """Determine if function 'func' is available by constructing a + source file that refers to 'func', and compiles and links it. + If everything succeeds, returns true; otherwise returns false. + + The constructed source file starts out by including the header + files listed in 'headers'. If 'decl' is true, it then declares + 'func' (as "int func()"); you probably shouldn't supply 'headers' + and set 'decl' true in the same call, or you might get errors about + a conflicting declarations for 'func'. Finally, the constructed + 'main()' function either references 'func' or (if 'call' is true) + calls it. 'libraries' and 'library_dirs' are used when + linking. + """ + self._check_compiler() + body = [] + if decl: + body.append(f"int {func} ();") + body.append("int main () {") + if call: + body.append(f" {func}();") + else: + body.append(f" {func};") + body.append("}") + body = "\n".join(body) + "\n" + + return self.try_link(body, headers, include_dirs, libraries, library_dirs) + + def check_lib( + self, + library, + library_dirs=None, + headers=None, + include_dirs=None, + other_libraries: Sequence[str] = [], + ): + """Determine if 'library' is available to be linked against, + without actually checking that any particular symbols are provided + by it. 'headers' will be used in constructing the source file to + be compiled, but the only effect of this is to check if all the + header files listed are available. Any libraries listed in + 'other_libraries' will be included in the link, in case 'library' + has symbols that depend on other libraries. + """ + self._check_compiler() + return self.try_link( + "int main (void) { }", + headers, + include_dirs, + [library] + list(other_libraries), + library_dirs, + ) + + def check_header(self, header, include_dirs=None, library_dirs=None, lang="c"): + """Determine if the system header file named by 'header_file' + exists and can be found by the preprocessor; return true if so, + false otherwise. + """ + return self.try_cpp( + body="/* No body */", headers=[header], include_dirs=include_dirs + ) + + +def dump_file(filename, head=None): + """Dumps a file content into log.info. + + If head is not None, will be dumped before the file content. + """ + if head is None: + log.info('%s', filename) + else: + log.info(head) + log.info(pathlib.Path(filename).read_text(encoding='utf-8')) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install.py new file mode 100644 index 0000000..dc17e56 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install.py @@ -0,0 +1,805 @@ +"""distutils.command.install + +Implements the Distutils 'install' command.""" + +from __future__ import annotations + +import collections +import contextlib +import itertools +import os +import sys +import sysconfig +from distutils._log import log +from site import USER_BASE, USER_SITE +from typing import ClassVar + +from ..core import Command +from ..debug import DEBUG +from ..errors import DistutilsOptionError, DistutilsPlatformError +from ..file_util import write_file +from ..sysconfig import get_config_vars +from ..util import change_root, convert_path, get_platform, subst_vars +from . import _framework_compat as fw + +HAS_USER_SITE = True + +WINDOWS_SCHEME = { + 'purelib': '{base}/Lib/site-packages', + 'platlib': '{base}/Lib/site-packages', + 'headers': '{base}/Include/{dist_name}', + 'scripts': '{base}/Scripts', + 'data': '{base}', +} + +INSTALL_SCHEMES = { + 'posix_prefix': { + 'purelib': '{base}/lib/{implementation_lower}{py_version_short}/site-packages', + 'platlib': '{platbase}/{platlibdir}/{implementation_lower}' + '{py_version_short}/site-packages', + 'headers': '{base}/include/{implementation_lower}' + '{py_version_short}{abiflags}/{dist_name}', + 'scripts': '{base}/bin', + 'data': '{base}', + }, + 'posix_home': { + 'purelib': '{base}/lib/{implementation_lower}', + 'platlib': '{base}/{platlibdir}/{implementation_lower}', + 'headers': '{base}/include/{implementation_lower}/{dist_name}', + 'scripts': '{base}/bin', + 'data': '{base}', + }, + 'nt': WINDOWS_SCHEME, + 'pypy': { + 'purelib': '{base}/site-packages', + 'platlib': '{base}/site-packages', + 'headers': '{base}/include/{dist_name}', + 'scripts': '{base}/bin', + 'data': '{base}', + }, + 'pypy_nt': { + 'purelib': '{base}/site-packages', + 'platlib': '{base}/site-packages', + 'headers': '{base}/include/{dist_name}', + 'scripts': '{base}/Scripts', + 'data': '{base}', + }, +} + +# user site schemes +if HAS_USER_SITE: + INSTALL_SCHEMES['nt_user'] = { + 'purelib': '{usersite}', + 'platlib': '{usersite}', + 'headers': '{userbase}/{implementation}{py_version_nodot_plat}' + '/Include/{dist_name}', + 'scripts': '{userbase}/{implementation}{py_version_nodot_plat}/Scripts', + 'data': '{userbase}', + } + + INSTALL_SCHEMES['posix_user'] = { + 'purelib': '{usersite}', + 'platlib': '{usersite}', + 'headers': '{userbase}/include/{implementation_lower}' + '{py_version_short}{abiflags}/{dist_name}', + 'scripts': '{userbase}/bin', + 'data': '{userbase}', + } + + +INSTALL_SCHEMES.update(fw.schemes) + + +# The keys to an installation scheme; if any new types of files are to be +# installed, be sure to add an entry to every installation scheme above, +# and to SCHEME_KEYS here. +SCHEME_KEYS = ('purelib', 'platlib', 'headers', 'scripts', 'data') + + +def _load_sysconfig_schemes(): + with contextlib.suppress(AttributeError): + return { + scheme: sysconfig.get_paths(scheme, expand=False) + for scheme in sysconfig.get_scheme_names() + } + + +def _load_schemes(): + """ + Extend default schemes with schemes from sysconfig. + """ + + sysconfig_schemes = _load_sysconfig_schemes() or {} + + return { + scheme: { + **INSTALL_SCHEMES.get(scheme, {}), + **sysconfig_schemes.get(scheme, {}), + } + for scheme in set(itertools.chain(INSTALL_SCHEMES, sysconfig_schemes)) + } + + +def _get_implementation(): + if hasattr(sys, 'pypy_version_info'): + return 'PyPy' + else: + return 'Python' + + +def _select_scheme(ob, name): + scheme = _inject_headers(name, _load_scheme(_resolve_scheme(name))) + vars(ob).update(_remove_set(ob, _scheme_attrs(scheme))) + + +def _remove_set(ob, attrs): + """ + Include only attrs that are None in ob. + """ + return {key: value for key, value in attrs.items() if getattr(ob, key) is None} + + +def _resolve_scheme(name): + os_name, sep, key = name.partition('_') + try: + resolved = sysconfig.get_preferred_scheme(key) + except Exception: + resolved = fw.scheme(name) + return resolved + + +def _load_scheme(name): + return _load_schemes()[name] + + +def _inject_headers(name, scheme): + """ + Given a scheme name and the resolved scheme, + if the scheme does not include headers, resolve + the fallback scheme for the name and use headers + from it. pypa/distutils#88 + """ + # Bypass the preferred scheme, which may not + # have defined headers. + fallback = _load_scheme(name) + scheme.setdefault('headers', fallback['headers']) + return scheme + + +def _scheme_attrs(scheme): + """Resolve install directories by applying the install schemes.""" + return {f'install_{key}': scheme[key] for key in SCHEME_KEYS} + + +class install(Command): + description = "install everything from build directory" + + user_options = [ + # Select installation scheme and set base director(y|ies) + ('prefix=', None, "installation prefix"), + ('exec-prefix=', None, "(Unix only) prefix for platform-specific files"), + ('home=', None, "(Unix only) home directory to install under"), + # Or, just set the base director(y|ies) + ( + 'install-base=', + None, + "base installation directory (instead of --prefix or --home)", + ), + ( + 'install-platbase=', + None, + "base installation directory for platform-specific files (instead of --exec-prefix or --home)", + ), + ('root=', None, "install everything relative to this alternate root directory"), + # Or, explicitly set the installation scheme + ( + 'install-purelib=', + None, + "installation directory for pure Python module distributions", + ), + ( + 'install-platlib=', + None, + "installation directory for non-pure module distributions", + ), + ( + 'install-lib=', + None, + "installation directory for all module distributions (overrides --install-purelib and --install-platlib)", + ), + ('install-headers=', None, "installation directory for C/C++ headers"), + ('install-scripts=', None, "installation directory for Python scripts"), + ('install-data=', None, "installation directory for data files"), + # Byte-compilation options -- see install_lib.py for details, as + # these are duplicated from there (but only install_lib does + # anything with them). + ('compile', 'c', "compile .py to .pyc [default]"), + ('no-compile', None, "don't compile .py files"), + ( + 'optimize=', + 'O', + "also compile with optimization: -O1 for \"python -O\", " + "-O2 for \"python -OO\", and -O0 to disable [default: -O0]", + ), + # Miscellaneous control options + ('force', 'f', "force installation (overwrite any existing files)"), + ('skip-build', None, "skip rebuilding everything (for testing/debugging)"), + # Where to install documentation (eventually!) + # ('doc-format=', None, "format of documentation to generate"), + # ('install-man=', None, "directory for Unix man pages"), + # ('install-html=', None, "directory for HTML documentation"), + # ('install-info=', None, "directory for GNU info files"), + ('record=', None, "filename in which to record list of installed files"), + ] + + boolean_options: ClassVar[list[str]] = ['compile', 'force', 'skip-build'] + + if HAS_USER_SITE: + user_options.append(( + 'user', + None, + f"install in user site-package '{USER_SITE}'", + )) + boolean_options.append('user') + + negative_opt: ClassVar[dict[str, str]] = {'no-compile': 'compile'} + + def initialize_options(self) -> None: + """Initializes options.""" + # High-level options: these select both an installation base + # and scheme. + self.prefix: str | None = None + self.exec_prefix: str | None = None + self.home: str | None = None + self.user = False + + # These select only the installation base; it's up to the user to + # specify the installation scheme (currently, that means supplying + # the --install-{platlib,purelib,scripts,data} options). + self.install_base = None + self.install_platbase = None + self.root: str | None = None + + # These options are the actual installation directories; if not + # supplied by the user, they are filled in using the installation + # scheme implied by prefix/exec-prefix/home and the contents of + # that installation scheme. + self.install_purelib = None # for pure module distributions + self.install_platlib = None # non-pure (dists w/ extensions) + self.install_headers = None # for C/C++ headers + self.install_lib: str | None = None # set to either purelib or platlib + self.install_scripts = None + self.install_data = None + self.install_userbase = USER_BASE + self.install_usersite = USER_SITE + + self.compile = None + self.optimize = None + + # Deprecated + # These two are for putting non-packagized distributions into their + # own directory and creating a .pth file if it makes sense. + # 'extra_path' comes from the setup file; 'install_path_file' can + # be turned off if it makes no sense to install a .pth file. (But + # better to install it uselessly than to guess wrong and not + # install it when it's necessary and would be used!) Currently, + # 'install_path_file' is always true unless some outsider meddles + # with it. + self.extra_path = None + self.install_path_file = True + + # 'force' forces installation, even if target files are not + # out-of-date. 'skip_build' skips running the "build" command, + # handy if you know it's not necessary. 'warn_dir' (which is *not* + # a user option, it's just there so the bdist_* commands can turn + # it off) determines whether we warn about installing to a + # directory not in sys.path. + self.force = False + self.skip_build = False + self.warn_dir = True + + # These are only here as a conduit from the 'build' command to the + # 'install_*' commands that do the real work. ('build_base' isn't + # actually used anywhere, but it might be useful in future.) They + # are not user options, because if the user told the install + # command where the build directory is, that wouldn't affect the + # build command. + self.build_base = None + self.build_lib = None + + # Not defined yet because we don't know anything about + # documentation yet. + # self.install_man = None + # self.install_html = None + # self.install_info = None + + self.record = None + + # -- Option finalizing methods ------------------------------------- + # (This is rather more involved than for most commands, + # because this is where the policy for installing third- + # party Python modules on various platforms given a wide + # array of user input is decided. Yes, it's quite complex!) + + def finalize_options(self) -> None: # noqa: C901 + """Finalizes options.""" + # This method (and its helpers, like 'finalize_unix()', + # 'finalize_other()', and 'select_scheme()') is where the default + # installation directories for modules, extension modules, and + # anything else we care to install from a Python module + # distribution. Thus, this code makes a pretty important policy + # statement about how third-party stuff is added to a Python + # installation! Note that the actual work of installation is done + # by the relatively simple 'install_*' commands; they just take + # their orders from the installation directory options determined + # here. + + # Check for errors/inconsistencies in the options; first, stuff + # that's wrong on any platform. + + if (self.prefix or self.exec_prefix or self.home) and ( + self.install_base or self.install_platbase + ): + raise DistutilsOptionError( + "must supply either prefix/exec-prefix/home or install-base/install-platbase -- not both" + ) + + if self.home and (self.prefix or self.exec_prefix): + raise DistutilsOptionError( + "must supply either home or prefix/exec-prefix -- not both" + ) + + if self.user and ( + self.prefix + or self.exec_prefix + or self.home + or self.install_base + or self.install_platbase + ): + raise DistutilsOptionError( + "can't combine user with prefix, " + "exec_prefix/home, or install_(plat)base" + ) + + # Next, stuff that's wrong (or dubious) only on certain platforms. + if os.name != "posix": + if self.exec_prefix: + self.warn("exec-prefix option ignored on this platform") + self.exec_prefix = None + + # Now the interesting logic -- so interesting that we farm it out + # to other methods. The goal of these methods is to set the final + # values for the install_{lib,scripts,data,...} options, using as + # input a heady brew of prefix, exec_prefix, home, install_base, + # install_platbase, user-supplied versions of + # install_{purelib,platlib,lib,scripts,data,...}, and the + # install schemes. Phew! + + self.dump_dirs("pre-finalize_{unix,other}") + + if os.name == 'posix': + self.finalize_unix() + else: + self.finalize_other() + + self.dump_dirs("post-finalize_{unix,other}()") + + # Expand configuration variables, tilde, etc. in self.install_base + # and self.install_platbase -- that way, we can use $base or + # $platbase in the other installation directories and not worry + # about needing recursive variable expansion (shudder). + + py_version = sys.version.split()[0] + (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix') + try: + abiflags = sys.abiflags + except AttributeError: + # sys.abiflags may not be defined on all platforms. + abiflags = '' + local_vars = { + 'dist_name': self.distribution.get_name(), + 'dist_version': self.distribution.get_version(), + 'dist_fullname': self.distribution.get_fullname(), + 'py_version': py_version, + 'py_version_short': f'{sys.version_info.major}.{sys.version_info.minor}', + 'py_version_nodot': f'{sys.version_info.major}{sys.version_info.minor}', + 'sys_prefix': prefix, + 'prefix': prefix, + 'sys_exec_prefix': exec_prefix, + 'exec_prefix': exec_prefix, + 'abiflags': abiflags, + 'platlibdir': getattr(sys, 'platlibdir', 'lib'), + 'implementation_lower': _get_implementation().lower(), + 'implementation': _get_implementation(), + } + + # vars for compatibility on older Pythons + compat_vars = dict( + # Python 3.9 and earlier + py_version_nodot_plat=getattr(sys, 'winver', '').replace('.', ''), + ) + + if HAS_USER_SITE: + local_vars['userbase'] = self.install_userbase + local_vars['usersite'] = self.install_usersite + + self.config_vars = collections.ChainMap( + local_vars, + sysconfig.get_config_vars(), + compat_vars, + fw.vars(), + ) + + self.expand_basedirs() + + self.dump_dirs("post-expand_basedirs()") + + # Now define config vars for the base directories so we can expand + # everything else. + local_vars['base'] = self.install_base + local_vars['platbase'] = self.install_platbase + + if DEBUG: + from pprint import pprint + + print("config vars:") + pprint(dict(self.config_vars)) + + # Expand "~" and configuration variables in the installation + # directories. + self.expand_dirs() + + self.dump_dirs("post-expand_dirs()") + + # Create directories in the home dir: + if self.user: + self.create_home_path() + + # Pick the actual directory to install all modules to: either + # install_purelib or install_platlib, depending on whether this + # module distribution is pure or not. Of course, if the user + # already specified install_lib, use their selection. + if self.install_lib is None: + if self.distribution.has_ext_modules(): # has extensions: non-pure + self.install_lib = self.install_platlib + else: + self.install_lib = self.install_purelib + + # Convert directories from Unix /-separated syntax to the local + # convention. + self.convert_paths( + 'lib', + 'purelib', + 'platlib', + 'scripts', + 'data', + 'headers', + 'userbase', + 'usersite', + ) + + # Deprecated + # Well, we're not actually fully completely finalized yet: we still + # have to deal with 'extra_path', which is the hack for allowing + # non-packagized module distributions (hello, Numerical Python!) to + # get their own directories. + self.handle_extra_path() + self.install_libbase = self.install_lib # needed for .pth file + self.install_lib = os.path.join(self.install_lib, self.extra_dirs) + + # If a new root directory was supplied, make all the installation + # dirs relative to it. + if self.root is not None: + self.change_roots( + 'libbase', 'lib', 'purelib', 'platlib', 'scripts', 'data', 'headers' + ) + + self.dump_dirs("after prepending root") + + # Find out the build directories, ie. where to install from. + self.set_undefined_options( + 'build', ('build_base', 'build_base'), ('build_lib', 'build_lib') + ) + + # Punt on doc directories for now -- after all, we're punting on + # documentation completely! + + def dump_dirs(self, msg) -> None: + """Dumps the list of user options.""" + if not DEBUG: + return + from ..fancy_getopt import longopt_xlate + + log.debug(msg + ":") + for opt in self.user_options: + opt_name = opt[0] + if opt_name[-1] == "=": + opt_name = opt_name[0:-1] + if opt_name in self.negative_opt: + opt_name = self.negative_opt[opt_name] + opt_name = opt_name.translate(longopt_xlate) + val = not getattr(self, opt_name) + else: + opt_name = opt_name.translate(longopt_xlate) + val = getattr(self, opt_name) + log.debug(" %s: %s", opt_name, val) + + def finalize_unix(self) -> None: + """Finalizes options for posix platforms.""" + if self.install_base is not None or self.install_platbase is not None: + incomplete_scheme = ( + ( + self.install_lib is None + and self.install_purelib is None + and self.install_platlib is None + ) + or self.install_headers is None + or self.install_scripts is None + or self.install_data is None + ) + if incomplete_scheme: + raise DistutilsOptionError( + "install-base or install-platbase supplied, but " + "installation scheme is incomplete" + ) + return + + if self.user: + if self.install_userbase is None: + raise DistutilsPlatformError("User base directory is not specified") + self.install_base = self.install_platbase = self.install_userbase + self.select_scheme("posix_user") + elif self.home is not None: + self.install_base = self.install_platbase = self.home + self.select_scheme("posix_home") + else: + if self.prefix is None: + if self.exec_prefix is not None: + raise DistutilsOptionError( + "must not supply exec-prefix without prefix" + ) + + # Allow Fedora to add components to the prefix + _prefix_addition = getattr(sysconfig, '_prefix_addition', "") + + self.prefix = os.path.normpath(sys.prefix) + _prefix_addition + self.exec_prefix = os.path.normpath(sys.exec_prefix) + _prefix_addition + + else: + if self.exec_prefix is None: + self.exec_prefix = self.prefix + + self.install_base = self.prefix + self.install_platbase = self.exec_prefix + self.select_scheme("posix_prefix") + + def finalize_other(self) -> None: + """Finalizes options for non-posix platforms""" + if self.user: + if self.install_userbase is None: + raise DistutilsPlatformError("User base directory is not specified") + self.install_base = self.install_platbase = self.install_userbase + self.select_scheme(os.name + "_user") + elif self.home is not None: + self.install_base = self.install_platbase = self.home + self.select_scheme("posix_home") + else: + if self.prefix is None: + self.prefix = os.path.normpath(sys.prefix) + + self.install_base = self.install_platbase = self.prefix + try: + self.select_scheme(os.name) + except KeyError: + raise DistutilsPlatformError( + f"I don't know how to install stuff on '{os.name}'" + ) + + def select_scheme(self, name) -> None: + _select_scheme(self, name) + + def _expand_attrs(self, attrs): + for attr in attrs: + val = getattr(self, attr) + if val is not None: + if os.name in ('posix', 'nt'): + val = os.path.expanduser(val) + val = subst_vars(val, self.config_vars) + setattr(self, attr, val) + + def expand_basedirs(self) -> None: + """Calls `os.path.expanduser` on install_base, install_platbase and + root.""" + self._expand_attrs(['install_base', 'install_platbase', 'root']) + + def expand_dirs(self) -> None: + """Calls `os.path.expanduser` on install dirs.""" + self._expand_attrs([ + 'install_purelib', + 'install_platlib', + 'install_lib', + 'install_headers', + 'install_scripts', + 'install_data', + ]) + + def convert_paths(self, *names) -> None: + """Call `convert_path` over `names`.""" + for name in names: + attr = "install_" + name + setattr(self, attr, convert_path(getattr(self, attr))) + + def handle_extra_path(self) -> None: + """Set `path_file` and `extra_dirs` using `extra_path`.""" + if self.extra_path is None: + self.extra_path = self.distribution.extra_path + + if self.extra_path is not None: + log.warning( + "Distribution option extra_path is deprecated. " + "See issue27919 for details." + ) + if isinstance(self.extra_path, str): + self.extra_path = self.extra_path.split(',') + + if len(self.extra_path) == 1: + path_file = extra_dirs = self.extra_path[0] + elif len(self.extra_path) == 2: + path_file, extra_dirs = self.extra_path + else: + raise DistutilsOptionError( + "'extra_path' option must be a list, tuple, or " + "comma-separated string with 1 or 2 elements" + ) + + # convert to local form in case Unix notation used (as it + # should be in setup scripts) + extra_dirs = convert_path(extra_dirs) + else: + path_file = None + extra_dirs = '' + + # XXX should we warn if path_file and not extra_dirs? (in which + # case the path file would be harmless but pointless) + self.path_file = path_file + self.extra_dirs = extra_dirs + + def change_roots(self, *names) -> None: + """Change the install directories pointed by name using root.""" + for name in names: + attr = "install_" + name + setattr(self, attr, change_root(self.root, getattr(self, attr))) + + def create_home_path(self) -> None: + """Create directories under ~.""" + if not self.user: + return + home = convert_path(os.path.expanduser("~")) + for path in self.config_vars.values(): + if str(path).startswith(home) and not os.path.isdir(path): + self.debug_print(f"os.makedirs('{path}', 0o700)") + os.makedirs(path, 0o700) + + # -- Command execution methods ------------------------------------- + + def run(self): + """Runs the command.""" + # Obviously have to build before we can install + if not self.skip_build: + self.run_command('build') + # If we built for any other platform, we can't install. + build_plat = self.distribution.get_command_obj('build').plat_name + # check warn_dir - it is a clue that the 'install' is happening + # internally, and not to sys.path, so we don't check the platform + # matches what we are running. + if self.warn_dir and build_plat != get_platform(): + raise DistutilsPlatformError("Can't install when cross-compiling") + + # Run all sub-commands (at least those that need to be run) + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + if self.path_file: + self.create_path_file() + + # write list of installed files, if requested. + if self.record: + outputs = self.get_outputs() + if self.root: # strip any package prefix + root_len = len(self.root) + for counter in range(len(outputs)): + outputs[counter] = outputs[counter][root_len:] + self.execute( + write_file, + (self.record, outputs), + f"writing list of installed files to '{self.record}'", + ) + + sys_path = map(os.path.normpath, sys.path) + sys_path = map(os.path.normcase, sys_path) + install_lib = os.path.normcase(os.path.normpath(self.install_lib)) + if ( + self.warn_dir + and not (self.path_file and self.install_path_file) + and install_lib not in sys_path + ): + log.debug( + ( + "modules installed to '%s', which is not in " + "Python's module search path (sys.path) -- " + "you'll have to change the search path yourself" + ), + self.install_lib, + ) + + def create_path_file(self): + """Creates the .pth file""" + filename = os.path.join(self.install_libbase, self.path_file + ".pth") + if self.install_path_file: + self.execute( + write_file, (filename, [self.extra_dirs]), f"creating {filename}" + ) + else: + self.warn(f"path file '{filename}' not created") + + # -- Reporting methods --------------------------------------------- + + def get_outputs(self): + """Assembles the outputs of all the sub-commands.""" + outputs = [] + for cmd_name in self.get_sub_commands(): + cmd = self.get_finalized_command(cmd_name) + # Add the contents of cmd.get_outputs(), ensuring + # that outputs doesn't contain duplicate entries + for filename in cmd.get_outputs(): + if filename not in outputs: + outputs.append(filename) + + if self.path_file and self.install_path_file: + outputs.append(os.path.join(self.install_libbase, self.path_file + ".pth")) + + return outputs + + def get_inputs(self): + """Returns the inputs of all the sub-commands""" + # XXX gee, this looks familiar ;-( + inputs = [] + for cmd_name in self.get_sub_commands(): + cmd = self.get_finalized_command(cmd_name) + inputs.extend(cmd.get_inputs()) + + return inputs + + # -- Predicates for sub-command list ------------------------------- + + def has_lib(self): + """Returns true if the current distribution has any Python + modules to install.""" + return ( + self.distribution.has_pure_modules() or self.distribution.has_ext_modules() + ) + + def has_headers(self): + """Returns true if the current distribution has any headers to + install.""" + return self.distribution.has_headers() + + def has_scripts(self): + """Returns true if the current distribution has any scripts to. + install.""" + return self.distribution.has_scripts() + + def has_data(self): + """Returns true if the current distribution has any data to. + install.""" + return self.distribution.has_data_files() + + # 'sub_commands': a list of commands this command might have to run to + # get its work done. See cmd.py for more info. + sub_commands = [ + ('install_lib', has_lib), + ('install_headers', has_headers), + ('install_scripts', has_scripts), + ('install_data', has_data), + ('install_egg_info', lambda self: True), + ] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py new file mode 100644 index 0000000..4ad186e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py @@ -0,0 +1,94 @@ +"""distutils.command.install_data + +Implements the Distutils 'install_data' command, for installing +platform-independent data files.""" + +# contributed by Bastian Kleineidam + +from __future__ import annotations + +import functools +import os +from collections.abc import Iterable +from typing import ClassVar + +from ..core import Command +from ..util import change_root, convert_path + + +class install_data(Command): + description = "install data files" + + user_options = [ + ( + 'install-dir=', + 'd', + "base directory for installing data files [default: installation base dir]", + ), + ('root=', None, "install everything relative to this alternate root directory"), + ('force', 'f', "force installation (overwrite existing files)"), + ] + + boolean_options: ClassVar[list[str]] = ['force'] + + def initialize_options(self): + self.install_dir = None + self.outfiles = [] + self.root = None + self.force = False + self.data_files = self.distribution.data_files + self.warn_dir = True + + def finalize_options(self) -> None: + self.set_undefined_options( + 'install', + ('install_data', 'install_dir'), + ('root', 'root'), + ('force', 'force'), + ) + + def run(self) -> None: + self.mkpath(self.install_dir) + for f in self.data_files: + self._copy(f) + + @functools.singledispatchmethod + def _copy(self, f: tuple[str | os.PathLike, Iterable[str | os.PathLike]]): + # it's a tuple with path to install to and a list of files + dir = convert_path(f[0]) + if not os.path.isabs(dir): + dir = os.path.join(self.install_dir, dir) + elif self.root: + dir = change_root(self.root, dir) + self.mkpath(dir) + + if f[1] == []: + # If there are no files listed, the user must be + # trying to create an empty directory, so add the + # directory to the list of output files. + self.outfiles.append(dir) + else: + # Copy files, adding them to the list of output files. + for data in f[1]: + data = convert_path(data) + (out, _) = self.copy_file(data, dir) + self.outfiles.append(out) + + @_copy.register(str) + @_copy.register(os.PathLike) + def _(self, f: str | os.PathLike): + # it's a simple file, so copy it + f = convert_path(f) + if self.warn_dir: + self.warn( + "setup script did not provide a directory for " + f"'{f}' -- installing right in '{self.install_dir}'" + ) + (out, _) = self.copy_file(f, self.install_dir) + self.outfiles.append(out) + + def get_inputs(self): + return self.data_files or [] + + def get_outputs(self): + return self.outfiles diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py new file mode 100644 index 0000000..230e94a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py @@ -0,0 +1,91 @@ +""" +distutils.command.install_egg_info + +Implements the Distutils 'install_egg_info' command, for installing +a package's PKG-INFO metadata. +""" + +import os +import re +import sys +from typing import ClassVar + +from .. import dir_util +from .._log import log +from ..cmd import Command + + +class install_egg_info(Command): + """Install an .egg-info file for the package""" + + description = "Install package's PKG-INFO metadata as an .egg-info file" + user_options: ClassVar[list[tuple[str, str, str]]] = [ + ('install-dir=', 'd', "directory to install to"), + ] + + def initialize_options(self): + self.install_dir = None + + @property + def basename(self): + """ + Allow basename to be overridden by child class. + Ref pypa/distutils#2. + """ + name = to_filename(safe_name(self.distribution.get_name())) + version = to_filename(safe_version(self.distribution.get_version())) + return f"{name}-{version}-py{sys.version_info.major}.{sys.version_info.minor}.egg-info" + + def finalize_options(self): + self.set_undefined_options('install_lib', ('install_dir', 'install_dir')) + self.target = os.path.join(self.install_dir, self.basename) + self.outputs = [self.target] + + def run(self): + target = self.target + if os.path.isdir(target) and not os.path.islink(target): + dir_util.remove_tree(target, dry_run=self.dry_run) + elif os.path.exists(target): + self.execute(os.unlink, (self.target,), "Removing " + target) + elif not os.path.isdir(self.install_dir): + self.execute( + os.makedirs, (self.install_dir,), "Creating " + self.install_dir + ) + log.info("Writing %s", target) + if not self.dry_run: + with open(target, 'w', encoding='UTF-8') as f: + self.distribution.metadata.write_pkg_file(f) + + def get_outputs(self): + return self.outputs + + +# The following routines are taken from setuptools' pkg_resources module and +# can be replaced by importing them from pkg_resources once it is included +# in the stdlib. + + +def safe_name(name): + """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): + """Convert an arbitrary string to a standard version string + + Spaces become dots, and all other non-alphanumeric characters become + dashes, with runs of multiple dashes condensed to a single dash. + """ + version = version.replace(' ', '.') + return re.sub('[^A-Za-z0-9.]+', '-', version) + + +def to_filename(name): + """Convert a project or version name to its filename-escaped form + + Any '-' characters are currently replaced with '_'. + """ + return name.replace('-', '_') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py new file mode 100644 index 0000000..97af137 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py @@ -0,0 +1,46 @@ +"""distutils.command.install_headers + +Implements the Distutils 'install_headers' command, to install C/C++ header +files to the Python include directory.""" + +from typing import ClassVar + +from ..core import Command + + +# XXX force is never used +class install_headers(Command): + description = "install C/C++ header files" + + user_options: ClassVar[list[tuple[str, str, str]]] = [ + ('install-dir=', 'd', "directory to install header files to"), + ('force', 'f', "force installation (overwrite existing files)"), + ] + + boolean_options: ClassVar[list[str]] = ['force'] + + def initialize_options(self): + self.install_dir = None + self.force = False + self.outfiles = [] + + def finalize_options(self): + self.set_undefined_options( + 'install', ('install_headers', 'install_dir'), ('force', 'force') + ) + + def run(self): + headers = self.distribution.headers + if not headers: + return + + self.mkpath(self.install_dir) + for header in headers: + (out, _) = self.copy_file(header, self.install_dir) + self.outfiles.append(out) + + def get_inputs(self): + return self.distribution.headers or [] + + def get_outputs(self): + return self.outfiles diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py new file mode 100644 index 0000000..2aababf --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py @@ -0,0 +1,238 @@ +"""distutils.command.install_lib + +Implements the Distutils 'install_lib' command +(install all Python modules).""" + +from __future__ import annotations + +import importlib.util +import os +import sys +from typing import Any, ClassVar + +from ..core import Command +from ..errors import DistutilsOptionError + +# Extension for Python source files. +PYTHON_SOURCE_EXTENSION = ".py" + + +class install_lib(Command): + description = "install all Python modules (extensions and pure Python)" + + # The byte-compilation options are a tad confusing. Here are the + # possible scenarios: + # 1) no compilation at all (--no-compile --no-optimize) + # 2) compile .pyc only (--compile --no-optimize; default) + # 3) compile .pyc and "opt-1" .pyc (--compile --optimize) + # 4) compile "opt-1" .pyc only (--no-compile --optimize) + # 5) compile .pyc and "opt-2" .pyc (--compile --optimize-more) + # 6) compile "opt-2" .pyc only (--no-compile --optimize-more) + # + # The UI for this is two options, 'compile' and 'optimize'. + # 'compile' is strictly boolean, and only decides whether to + # generate .pyc files. 'optimize' is three-way (0, 1, or 2), and + # decides both whether to generate .pyc files and what level of + # optimization to use. + + user_options = [ + ('install-dir=', 'd', "directory to install to"), + ('build-dir=', 'b', "build directory (where to install from)"), + ('force', 'f', "force installation (overwrite existing files)"), + ('compile', 'c', "compile .py to .pyc [default]"), + ('no-compile', None, "don't compile .py files"), + ( + 'optimize=', + 'O', + "also compile with optimization: -O1 for \"python -O\", " + "-O2 for \"python -OO\", and -O0 to disable [default: -O0]", + ), + ('skip-build', None, "skip the build steps"), + ] + + boolean_options: ClassVar[list[str]] = ['force', 'compile', 'skip-build'] + negative_opt: ClassVar[dict[str, str]] = {'no-compile': 'compile'} + + def initialize_options(self): + # let the 'install' command dictate our installation directory + self.install_dir = None + self.build_dir = None + self.force = False + self.compile = None + self.optimize = None + self.skip_build = None + + def finalize_options(self) -> None: + # Get all the information we need to install pure Python modules + # from the umbrella 'install' command -- build (source) directory, + # install (target) directory, and whether to compile .py files. + self.set_undefined_options( + 'install', + ('build_lib', 'build_dir'), + ('install_lib', 'install_dir'), + ('force', 'force'), + ('compile', 'compile'), + ('optimize', 'optimize'), + ('skip_build', 'skip_build'), + ) + + if self.compile is None: + self.compile = True + if self.optimize is None: + self.optimize = False + + if not isinstance(self.optimize, int): + try: + self.optimize = int(self.optimize) + except ValueError: + pass + if self.optimize not in (0, 1, 2): + raise DistutilsOptionError("optimize must be 0, 1, or 2") + + def run(self) -> None: + # Make sure we have built everything we need first + self.build() + + # Install everything: simply dump the entire contents of the build + # directory to the installation directory (that's the beauty of + # having a build directory!) + outfiles = self.install() + + # (Optionally) compile .py to .pyc + if outfiles is not None and self.distribution.has_pure_modules(): + self.byte_compile(outfiles) + + # -- Top-level worker functions ------------------------------------ + # (called from 'run()') + + def build(self) -> None: + if not self.skip_build: + if self.distribution.has_pure_modules(): + self.run_command('build_py') + if self.distribution.has_ext_modules(): + self.run_command('build_ext') + + # Any: https://typing.readthedocs.io/en/latest/guides/writing_stubs.html#the-any-trick + def install(self) -> list[str] | Any: + if os.path.isdir(self.build_dir): + outfiles = self.copy_tree(self.build_dir, self.install_dir) + else: + self.warn( + f"'{self.build_dir}' does not exist -- no Python modules to install" + ) + return + return outfiles + + def byte_compile(self, files) -> None: + if sys.dont_write_bytecode: + self.warn('byte-compiling is disabled, skipping.') + return + + from ..util import byte_compile + + # Get the "--root" directory supplied to the "install" command, + # and use it as a prefix to strip off the purported filename + # encoded in bytecode files. This is far from complete, but it + # should at least generate usable bytecode in RPM distributions. + install_root = self.get_finalized_command('install').root + + if self.compile: + byte_compile( + files, + optimize=0, + force=self.force, + prefix=install_root, + dry_run=self.dry_run, + ) + if self.optimize > 0: + byte_compile( + files, + optimize=self.optimize, + force=self.force, + prefix=install_root, + verbose=self.verbose, + dry_run=self.dry_run, + ) + + # -- Utility methods ----------------------------------------------- + + def _mutate_outputs(self, has_any, build_cmd, cmd_option, output_dir): + if not has_any: + return [] + + build_cmd = self.get_finalized_command(build_cmd) + build_files = build_cmd.get_outputs() + build_dir = getattr(build_cmd, cmd_option) + + prefix_len = len(build_dir) + len(os.sep) + outputs = [os.path.join(output_dir, file[prefix_len:]) for file in build_files] + + return outputs + + def _bytecode_filenames(self, py_filenames): + bytecode_files = [] + for py_file in py_filenames: + # Since build_py handles package data installation, the + # list of outputs can contain more than just .py files. + # Make sure we only report bytecode for the .py files. + ext = os.path.splitext(os.path.normcase(py_file))[1] + if ext != PYTHON_SOURCE_EXTENSION: + continue + if self.compile: + bytecode_files.append( + importlib.util.cache_from_source(py_file, optimization='') + ) + if self.optimize > 0: + bytecode_files.append( + importlib.util.cache_from_source( + py_file, optimization=self.optimize + ) + ) + + return bytecode_files + + # -- External interface -------------------------------------------- + # (called by outsiders) + + def get_outputs(self): + """Return the list of files that would be installed if this command + were actually run. Not affected by the "dry-run" flag or whether + modules have actually been built yet. + """ + pure_outputs = self._mutate_outputs( + self.distribution.has_pure_modules(), + 'build_py', + 'build_lib', + self.install_dir, + ) + if self.compile: + bytecode_outputs = self._bytecode_filenames(pure_outputs) + else: + bytecode_outputs = [] + + ext_outputs = self._mutate_outputs( + self.distribution.has_ext_modules(), + 'build_ext', + 'build_lib', + self.install_dir, + ) + + return pure_outputs + bytecode_outputs + ext_outputs + + def get_inputs(self): + """Get the list of files that are input to this command, ie. the + files that get installed as they are named in the build tree. + The files in this list correspond one-to-one to the output + filenames returned by 'get_outputs()'. + """ + inputs = [] + + if self.distribution.has_pure_modules(): + build_py = self.get_finalized_command('build_py') + inputs.extend(build_py.get_outputs()) + + if self.distribution.has_ext_modules(): + build_ext = self.get_finalized_command('build_ext') + inputs.extend(build_ext.get_outputs()) + + return inputs diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py new file mode 100644 index 0000000..92e8694 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py @@ -0,0 +1,62 @@ +"""distutils.command.install_scripts + +Implements the Distutils 'install_scripts' command, for installing +Python scripts.""" + +# contributed by Bastian Kleineidam + +import os +from distutils._log import log +from stat import ST_MODE +from typing import ClassVar + +from ..core import Command + + +class install_scripts(Command): + description = "install scripts (Python or otherwise)" + + user_options = [ + ('install-dir=', 'd', "directory to install scripts to"), + ('build-dir=', 'b', "build directory (where to install from)"), + ('force', 'f', "force installation (overwrite existing files)"), + ('skip-build', None, "skip the build steps"), + ] + + boolean_options: ClassVar[list[str]] = ['force', 'skip-build'] + + def initialize_options(self): + self.install_dir = None + self.force = False + self.build_dir = None + self.skip_build = None + + def finalize_options(self) -> None: + self.set_undefined_options('build', ('build_scripts', 'build_dir')) + self.set_undefined_options( + 'install', + ('install_scripts', 'install_dir'), + ('force', 'force'), + ('skip_build', 'skip_build'), + ) + + def run(self) -> None: + if not self.skip_build: + self.run_command('build_scripts') + self.outfiles = self.copy_tree(self.build_dir, self.install_dir) + if os.name == 'posix': + # Set the executable bits (owner, group, and world) on + # all the scripts we just installed. + for file in self.get_outputs(): + if self.dry_run: + log.info("changing mode of %s", file) + else: + mode = ((os.stat(file)[ST_MODE]) | 0o555) & 0o7777 + log.info("changing mode of %s to %o", file, mode) + os.chmod(file, mode) + + def get_inputs(self): + return self.distribution.scripts or [] + + def get_outputs(self): + return self.outfiles or [] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py new file mode 100644 index 0000000..b3bf0c3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py @@ -0,0 +1,521 @@ +"""distutils.command.sdist + +Implements the Distutils 'sdist' command (create a source distribution).""" + +from __future__ import annotations + +import os +import sys +from collections.abc import Callable +from distutils import archive_util, dir_util, file_util +from distutils._log import log +from glob import glob +from itertools import filterfalse +from typing import ClassVar + +from ..core import Command +from ..errors import DistutilsOptionError, DistutilsTemplateError +from ..filelist import FileList +from ..text_file import TextFile +from ..util import convert_path + + +def show_formats(): + """Print all possible values for the 'formats' option (used by + the "--help-formats" command-line option). + """ + from ..archive_util import ARCHIVE_FORMATS + from ..fancy_getopt import FancyGetopt + + formats = sorted( + ("formats=" + format, None, ARCHIVE_FORMATS[format][2]) + for format in ARCHIVE_FORMATS.keys() + ) + FancyGetopt(formats).print_help("List of available source distribution formats:") + + +class sdist(Command): + description = "create a source distribution (tarball, zip file, etc.)" + + def checking_metadata(self) -> bool: + """Callable used for the check sub-command. + + Placed here so user_options can view it""" + return self.metadata_check + + user_options = [ + ('template=', 't', "name of manifest template file [default: MANIFEST.in]"), + ('manifest=', 'm', "name of manifest file [default: MANIFEST]"), + ( + 'use-defaults', + None, + "include the default file set in the manifest " + "[default; disable with --no-defaults]", + ), + ('no-defaults', None, "don't include the default file set"), + ( + 'prune', + None, + "specifically exclude files/directories that should not be " + "distributed (build tree, RCS/CVS dirs, etc.) " + "[default; disable with --no-prune]", + ), + ('no-prune', None, "don't automatically exclude anything"), + ( + 'manifest-only', + 'o', + "just regenerate the manifest and then stop (implies --force-manifest)", + ), + ( + 'force-manifest', + 'f', + "forcibly regenerate the manifest and carry on as usual. " + "Deprecated: now the manifest is always regenerated.", + ), + ('formats=', None, "formats for source distribution (comma-separated list)"), + ( + 'keep-temp', + 'k', + "keep the distribution tree around after creating " + "archive file(s)", + ), + ( + 'dist-dir=', + 'd', + "directory to put the source distribution archive(s) in [default: dist]", + ), + ( + 'metadata-check', + None, + "Ensure that all required elements of meta-data " + "are supplied. Warn if any missing. [default]", + ), + ( + 'owner=', + 'u', + "Owner name used when creating a tar file [default: current user]", + ), + ( + 'group=', + 'g', + "Group name used when creating a tar file [default: current group]", + ), + ] + + boolean_options: ClassVar[list[str]] = [ + 'use-defaults', + 'prune', + 'manifest-only', + 'force-manifest', + 'keep-temp', + 'metadata-check', + ] + + help_options: ClassVar[list[tuple[str, str | None, str, Callable[[], object]]]] = [ + ('help-formats', None, "list available distribution formats", show_formats), + ] + + negative_opt: ClassVar[dict[str, str]] = { + 'no-defaults': 'use-defaults', + 'no-prune': 'prune', + } + + sub_commands = [('check', checking_metadata)] + + READMES: ClassVar[tuple[str, ...]] = ('README', 'README.txt', 'README.rst') + + def initialize_options(self): + # 'template' and 'manifest' are, respectively, the names of + # the manifest template and manifest file. + self.template = None + self.manifest = None + + # 'use_defaults': if true, we will include the default file set + # in the manifest + self.use_defaults = True + self.prune = True + + self.manifest_only = False + self.force_manifest = False + + self.formats = ['gztar'] + self.keep_temp = False + self.dist_dir = None + + self.archive_files = None + self.metadata_check = True + self.owner = None + self.group = None + + def finalize_options(self) -> None: + if self.manifest is None: + self.manifest = "MANIFEST" + if self.template is None: + self.template = "MANIFEST.in" + + self.ensure_string_list('formats') + + bad_format = archive_util.check_archive_formats(self.formats) + if bad_format: + raise DistutilsOptionError(f"unknown archive format '{bad_format}'") + + if self.dist_dir is None: + self.dist_dir = "dist" + + def run(self) -> None: + # 'filelist' contains the list of files that will make up the + # manifest + self.filelist = FileList() + + # Run sub commands + for cmd_name in self.get_sub_commands(): + self.run_command(cmd_name) + + # Do whatever it takes to get the list of files to process + # (process the manifest template, read an existing manifest, + # whatever). File list is accumulated in 'self.filelist'. + self.get_file_list() + + # If user just wanted us to regenerate the manifest, stop now. + if self.manifest_only: + return + + # Otherwise, go ahead and create the source distribution tarball, + # or zipfile, or whatever. + self.make_distribution() + + def get_file_list(self) -> None: + """Figure out the list of files to include in the source + distribution, and put it in 'self.filelist'. This might involve + reading the manifest template (and writing the manifest), or just + reading the manifest, or just using the default file set -- it all + depends on the user's options. + """ + # new behavior when using a template: + # the file list is recalculated every time because + # even if MANIFEST.in or setup.py are not changed + # the user might have added some files in the tree that + # need to be included. + # + # This makes --force the default and only behavior with templates. + template_exists = os.path.isfile(self.template) + if not template_exists and self._manifest_is_not_generated(): + self.read_manifest() + self.filelist.sort() + self.filelist.remove_duplicates() + return + + if not template_exists: + self.warn( + ("manifest template '%s' does not exist " + "(using default file list)") + % self.template + ) + self.filelist.findall() + + if self.use_defaults: + self.add_defaults() + + if template_exists: + self.read_template() + + if self.prune: + self.prune_file_list() + + self.filelist.sort() + self.filelist.remove_duplicates() + self.write_manifest() + + def add_defaults(self) -> None: + """Add all the default files to self.filelist: + - README or README.txt + - setup.py + - tests/test*.py and test/test*.py + - all pure Python modules mentioned in setup script + - all files pointed by package_data (build_py) + - all files defined in data_files. + - all files defined as scripts. + - all C sources listed as part of extensions or C libraries + in the setup script (doesn't catch C headers!) + Warns if (README or README.txt) or setup.py are missing; everything + else is optional. + """ + self._add_defaults_standards() + self._add_defaults_optional() + self._add_defaults_python() + self._add_defaults_data_files() + self._add_defaults_ext() + self._add_defaults_c_libs() + self._add_defaults_scripts() + + @staticmethod + def _cs_path_exists(fspath): + """ + Case-sensitive path existence check + + >>> sdist._cs_path_exists(__file__) + True + >>> sdist._cs_path_exists(__file__.upper()) + False + """ + if not os.path.exists(fspath): + return False + # make absolute so we always have a directory + abspath = os.path.abspath(fspath) + directory, filename = os.path.split(abspath) + return filename in os.listdir(directory) + + def _add_defaults_standards(self): + standards = [self.READMES, self.distribution.script_name] + for fn in standards: + if isinstance(fn, tuple): + alts = fn + got_it = False + for fn in alts: + if self._cs_path_exists(fn): + got_it = True + self.filelist.append(fn) + break + + if not got_it: + self.warn( + "standard file not found: should have one of " + ', '.join(alts) + ) + else: + if self._cs_path_exists(fn): + self.filelist.append(fn) + else: + self.warn(f"standard file '{fn}' not found") + + def _add_defaults_optional(self): + optional = ['tests/test*.py', 'test/test*.py', 'setup.cfg'] + for pattern in optional: + files = filter(os.path.isfile, glob(pattern)) + self.filelist.extend(files) + + def _add_defaults_python(self): + # build_py is used to get: + # - python modules + # - files defined in package_data + build_py = self.get_finalized_command('build_py') + + # getting python files + if self.distribution.has_pure_modules(): + self.filelist.extend(build_py.get_source_files()) + + # getting package_data files + # (computed in build_py.data_files by build_py.finalize_options) + for _pkg, src_dir, _build_dir, filenames in build_py.data_files: + for filename in filenames: + self.filelist.append(os.path.join(src_dir, filename)) + + def _add_defaults_data_files(self): + # getting distribution.data_files + if self.distribution.has_data_files(): + for item in self.distribution.data_files: + if isinstance(item, str): + # plain file + item = convert_path(item) + if os.path.isfile(item): + self.filelist.append(item) + else: + # a (dirname, filenames) tuple + dirname, filenames = item + for f in filenames: + f = convert_path(f) + if os.path.isfile(f): + self.filelist.append(f) + + def _add_defaults_ext(self): + if self.distribution.has_ext_modules(): + build_ext = self.get_finalized_command('build_ext') + self.filelist.extend(build_ext.get_source_files()) + + def _add_defaults_c_libs(self): + if self.distribution.has_c_libraries(): + build_clib = self.get_finalized_command('build_clib') + self.filelist.extend(build_clib.get_source_files()) + + def _add_defaults_scripts(self): + if self.distribution.has_scripts(): + build_scripts = self.get_finalized_command('build_scripts') + self.filelist.extend(build_scripts.get_source_files()) + + def read_template(self) -> None: + """Read and parse manifest template file named by self.template. + + (usually "MANIFEST.in") The parsing and processing is done by + 'self.filelist', which updates itself accordingly. + """ + log.info("reading manifest template '%s'", self.template) + template = TextFile( + self.template, + strip_comments=True, + skip_blanks=True, + join_lines=True, + lstrip_ws=True, + rstrip_ws=True, + collapse_join=True, + ) + + try: + while True: + line = template.readline() + if line is None: # end of file + break + + try: + self.filelist.process_template_line(line) + # the call above can raise a DistutilsTemplateError for + # malformed lines, or a ValueError from the lower-level + # convert_path function + except (DistutilsTemplateError, ValueError) as msg: + self.warn( + f"{template.filename}, line {int(template.current_line)}: {msg}" + ) + finally: + template.close() + + def prune_file_list(self) -> None: + """Prune off branches that might slip into the file list as created + by 'read_template()', but really don't belong there: + * the build tree (typically "build") + * the release tree itself (only an issue if we ran "sdist" + previously with --keep-temp, or it aborted) + * any RCS, CVS, .svn, .hg, .git, .bzr, _darcs directories + """ + build = self.get_finalized_command('build') + base_dir = self.distribution.get_fullname() + + self.filelist.exclude_pattern(None, prefix=os.fspath(build.build_base)) + self.filelist.exclude_pattern(None, prefix=base_dir) + + if sys.platform == 'win32': + seps = r'/|\\' + else: + seps = '/' + + vcs_dirs = ['RCS', 'CVS', r'\.svn', r'\.hg', r'\.git', r'\.bzr', '_darcs'] + vcs_ptrn = r'(^|{})({})({}).*'.format(seps, '|'.join(vcs_dirs), seps) + self.filelist.exclude_pattern(vcs_ptrn, is_regex=True) + + def write_manifest(self) -> None: + """Write the file list in 'self.filelist' (presumably as filled in + by 'add_defaults()' and 'read_template()') to the manifest file + named by 'self.manifest'. + """ + if self._manifest_is_not_generated(): + log.info( + f"not writing to manually maintained manifest file '{self.manifest}'" + ) + return + + content = self.filelist.files[:] + content.insert(0, '# file GENERATED by distutils, do NOT edit') + self.execute( + file_util.write_file, + (self.manifest, content), + f"writing manifest file '{self.manifest}'", + ) + + def _manifest_is_not_generated(self): + # check for special comment used in 3.1.3 and higher + if not os.path.isfile(self.manifest): + return False + + with open(self.manifest, encoding='utf-8') as fp: + first_line = next(fp) + return first_line != '# file GENERATED by distutils, do NOT edit\n' + + def read_manifest(self) -> None: + """Read the manifest file (named by 'self.manifest') and use it to + fill in 'self.filelist', the list of files to include in the source + distribution. + """ + log.info("reading manifest file '%s'", self.manifest) + with open(self.manifest, encoding='utf-8') as lines: + self.filelist.extend( + # ignore comments and blank lines + filter(None, filterfalse(is_comment, map(str.strip, lines))) + ) + + def make_release_tree(self, base_dir, files) -> None: + """Create the directory tree that will become the source + distribution archive. All directories implied by the filenames in + 'files' are created under 'base_dir', and then we hard link or copy + (if hard linking is unavailable) those files into place. + Essentially, this duplicates the developer's source tree, but in a + directory named after the distribution, containing only the files + to be distributed. + """ + # Create all the directories under 'base_dir' necessary to + # put 'files' there; the 'mkpath()' is just so we don't die + # if the manifest happens to be empty. + self.mkpath(base_dir) + dir_util.create_tree(base_dir, files, dry_run=self.dry_run) + + # And walk over the list of files, either making a hard link (if + # os.link exists) to each one that doesn't already exist in its + # corresponding location under 'base_dir', or copying each file + # that's out-of-date in 'base_dir'. (Usually, all files will be + # out-of-date, because by default we blow away 'base_dir' when + # we're done making the distribution archives.) + + if hasattr(os, 'link'): # can make hard links on this system + link = 'hard' + msg = f"making hard links in {base_dir}..." + else: # nope, have to copy + link = None + msg = f"copying files to {base_dir}..." + + if not files: + log.warning("no files to distribute -- empty manifest?") + else: + log.info(msg) + for file in files: + if not os.path.isfile(file): + log.warning("'%s' not a regular file -- skipping", file) + else: + dest = os.path.join(base_dir, file) + self.copy_file(file, dest, link=link) + + self.distribution.metadata.write_pkg_info(base_dir) + + def make_distribution(self) -> None: + """Create the source distribution(s). First, we create the release + tree with 'make_release_tree()'; then, we create all required + archive files (according to 'self.formats') from the release tree. + Finally, we clean up by blowing away the release tree (unless + 'self.keep_temp' is true). The list of archive files created is + stored so it can be retrieved later by 'get_archive_files()'. + """ + # Don't warn about missing meta-data here -- should be (and is!) + # done elsewhere. + base_dir = self.distribution.get_fullname() + base_name = os.path.join(self.dist_dir, base_dir) + + self.make_release_tree(base_dir, self.filelist.files) + archive_files = [] # remember names of files we create + # tar archive must be created last to avoid overwrite and remove + if 'tar' in self.formats: + self.formats.append(self.formats.pop(self.formats.index('tar'))) + + for fmt in self.formats: + file = self.make_archive( + base_name, fmt, base_dir=base_dir, owner=self.owner, group=self.group + ) + archive_files.append(file) + self.distribution.dist_files.append(('sdist', '', file)) + + self.archive_files = archive_files + + if not self.keep_temp: + dir_util.remove_tree(base_dir, dry_run=self.dry_run) + + def get_archive_files(self): + """Return the list of archive files created when the command + was run, or None if the command hasn't run yet. + """ + return self.archive_files + + +def is_comment(line: str) -> bool: + return line.startswith('#') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py new file mode 100644 index 0000000..2c43729 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py @@ -0,0 +1,18 @@ +from __future__ import annotations + +from collections.abc import Iterable +from typing import TypeVar + +_IterableT = TypeVar("_IterableT", bound="Iterable[str]") + + +def consolidate_linker_args(args: _IterableT) -> _IterableT | str: + """ + Ensure the return value is a string for backward compatibility. + + Retain until at least 2025-04-31. See pypa/distutils#246 + """ + + if not all(arg.startswith('-Wl,') for arg in args): + return args + return '-Wl,' + ','.join(arg.removeprefix('-Wl,') for arg in args) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c4f6841d4fab09f42a7e4af0e1a0488773afefd6 GIT binary patch literal 1310 zcmcIk&2JM&6rWkIoy5iow5j+?#HeWxuCO;BUF|rU# z`nI2Zm|B5s#>y#w!0)?hm-|}%x%A&=D~IC@4T4Zp&BH*!vj2=`l2!x*+;_eeu?tkj zX?JJ$d^@`XFDWfALsYU7HUri(fsOYeyO@XdVF=H^iG~6uBbi)3Xy2_iK~2ncrO{?QuEqh`i{U$Ylf55#A?*U0XPk;ab literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/numpy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb8b7810d1cc4b4eb14b62122de3ff844536d21d GIT binary patch literal 288 zcmXwyze)r#5XO_N;6F}8e2Fb~g9=t69QHoIH6gpn?FA>7kjWPN2tI+2AU=zY^_E(Q zop9Y%&VoBI-~7H|hVOl`IAK(`&!62Z&9BMKCH`S|N$|o9GaQ)bEAGWga5jjt_?d1> zFRO`9wu-ua(w#+#Huo`y04SAlnEUJqr(m7sw)b(U g~L(f|Me literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..520a129a9fa044b710f28ed9af7a0944a01626a2 GIT binary patch literal 2699 zcmaJ?O>7&-6`t8${!`+wWXFvK)^ZiIwM6{{3DO2>4Os~!!>SS6kwdgtthhsIrR9>H zS=yqqYGuP{=*Be+6s^^pj|%Lf?xoGqxfSSzv{Hzf=uosh)HhmkQP-!wS^h{WiVny( ze{bKspYOf*r=Ff5g7Lvylphx6#tE_Cp6I(yIp_h8}>9VhGN3_^DXV z=CGLBLxEYmy>|r&cm(T`iPo@#m)aV&`P`{%4}JyqYm$SOIvzd1=17k8Q0}~pQAJ8C ztKSW#U`$!8OiAjhMp-IXv~10=Sn9Q@E0@%Zm*0JN`pRn~sZyn+WpsntW!o^>;Ml~d z`y~~I%%&wC+~?-f#qXzOuBb+##N%YeCKfY_mdeWcys<(U_m)e#W)s09o}^xo!Gplq zW?{lcQ0t|hSu7SvCci*6Hk{Kkrdd!;ZGPA$%oZD1XG~*0Q>xgDMQdVYY&^pZn+%t< z+_JVnScVb1T(XNrlV#Md@|j$*P||GpYT~VtQiaDfU03&CS0~=00yF?p#3q2OqdhYph6Prg7E@ueu)Jf0c7}k+>s=tOG_@(VdCIBXccr@lkBdfTe5?G4wgC6 zgErIwgrLIgYO4EqYEipNQo51P6G|*QWfE(_USzA8Z>PY2WF<8U9ISnu`e^Mt?cp)(tqeky&Rc?ghwa`E#9H}MF*OF7)iSzZu`9EH(CFbhk zx$5NK{XMsQb^p zu({VRq`6NmXmlA+;DOwqFLD_~b;8_AF`iU~2sahf1!6%m*hNZDgMLHsXYT{~hY0UZ zZ}OAH_4jsS$F^fb_1Ms6pcb3@Y_1-g+C_>dS@kp$M|Y7F7^zM+BJsNmKl|}c|F^dK zhilQ{rU#CjUKB}w5_%Q@=6^F$8*ZFFgYj?UKn^9csEWcvdo>{UP~bougnvb;@8r?J zc)%Sr%40w~r5-$g5}_YJ9X?&01m0_CMg9;$OqE%;bvzYv0lWgEX)l){ z-+6#o<$~}(aU;oP2n-Kgs+5RZn%tPAJrr6ubd9`08T1Wfm2hlu$*>{0VZ($Cki)5V zbc6fRrC=r+g+IFiWF0k?kSDX#cXZ>G`(wX;b*pcv8ro7z_2=q{22 z=kTqm>X|CtN%Y^Pzj(8Hwh>9(UEPX&9m4x4`#ARaZ0+^wFZyR{(V3=Cus;u?XyWd4 z^(Qs|z>DWz6z=keeNBDY%pbqj|8zUwLOD{0g=G?R{rM}s0uS}M_m;1PwT)1+GU>K!@>XCkod zHW089%GtYUOccd^BlpnoAl!3Zn6hwnkP`Ae>;An9zSt^?n(Ug`ph#K c;ZS3I@=wj{@mWU@U|TZAb!VYGT%J?)v@-r22! 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/cygwin.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ff28c99ad568cb4719a79693dbd6c82e99ef608 GIT binary patch literal 11803 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/errors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6418e62fd1622bd171aba39b3bbcb7b81f890a45 GIT binary patch literal 1513 zcmb7^&2G~`5XX0&r1@ym@*%{rD{-N!5{p(KDz!+cY7wGTNWdi$vK)KUn%G{myB1B) zJ(OE+eTIrh;SF+x7eF*zdSYfb2|=`#V#(w2e^%b#%+B~*yGfOt$&h-{n>cN-~pLFzcaSNO?!byvUq~(OPRp>b@g+XaYN+FLQycG#&fk?6_=58FN zT_!RveI1FEb$k%R=KgtcQ1QIfPq^m|YMz&fFptq+@VrmCACDqs&kIH1dFSK;H^1z< zhwyQ?b0B@y2z)n=6EF7L4b7Ft7w}=nwwv|zp-9)8kJeljY2L{Epz9xSOSmCMSe{mDF&_;oYWufh3Qpp*_BN}H!IhXfwO3Z)x;j{XMvTm8rA iZw)IBT|CW)1RlehLznv{^p}S_DVq<;V%*;T9n literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/__pycache__/msvc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9137853e8784cf6e1e7b4f348646744aa8f5b640 GIT binary patch literal 24820 zcmch9d30OXdFOlB_k{p=iUc=NkVsIwY+8#Yl9H%}@-ekIjD0W=9z=m63FbXe3j#Wd z>(f%LIwI>PqE6hJNs|dxyT{CF&xvx{nRrQ0on+Dh3^}9`=2U6ZnWpW`z>-oqO8=PO zcOTvZNW)f>lQU1^#rN+0?)vV%-+J%&?RE=?XZw}EA9{I!(f|mZhs*zJzyne(n>Kt?eHVDQM*Qk5Y&0y0=*{EmGGwL1m zvUl@H`Dn#p#c1VVCEhK9b);&vda#olI2WH^c{_c#h4U36Zf5rN)w?G-#~mqh{k-IH*VS%uvm_tjY_`J zm@qLC@rjYoOhm_N z6Jzn8QSb4l9f=M3HQBNrrI)=IBjH|AjEUI_HSQ@Ck4BENcwoDSBJtqam=q6==Tova zic;QwMw1AI>rRIxs?s?W84Hd?PX}Y;G$4{+o3-T!Os>jwBzjtg%txYQ=NK5Kz9^3o z09wr78^IXY&V3$;fN$9>hdeOd&34FRxcJL zmhKSNSwxHoH#PnJBF)^NQHT9yS;K|s7?QK*W8;yr!;wq97qevt5BGj5c;s03-Xp=I zd%F+z_4j5?6!moP-kz+Jpi{?AZQmN)vKesJcx-?z9FZ1FRxdWV3Gb6E3JZoXN`2~6W(s+b{ep6O^ zE^;YrI~~EwKOYe#tmUkUy-^8#G|QjQ8qSA<^rkr<&l>Yc5-lTN{&^VfJR2L0beziK_CubEmQ~OP$@Fv{47f(bV9X=$H^ZAEs?o>_jUz;7{6&>2#UPX-xW>Wrugs zQJ;3yFWbr%ZLMir>ymBzvZwm`o|!#gJ-OKWL>m7+Puw@^oR%qVu8i}RUp}(r^jto; zWVU_4+4Q@X-4!oY-sP<3T~m8=8m+xz*|&Dlw=wP8xZqg`Wqgm#*r)mF?X#Qj8aS7G z`stUqzq0Gbu1xv5*Ped;)Xh_`KX>!FTif63*oVCCHOuvlUu~V||76{lMyC(t44k)i z_Vi1;=1$EgGp$c7b!=TYGq-N$NUjpKJgKQZr78o6cdvQhTZee} znuiZOt4n_6g5d63Y;am0w3IpCAukLM)9`M^H z7CH%jc!J#w_Bwmk8o$#_WqzlXCwMK3_v?GM8CTE* z+A|nUn8!N0Uc775x?1%N(?VGF2)wedT;!z&>_TdKDVkEU1dUR{B$vbvd`TOp#m63H z{}*($JBu1YKgJ6N&M zjjNPJp-{xh745Gjs7F!1Rr;Zn2l`rFfE6go31;HvUd>Zi!6w)RM^Y;|WnOK_tc*)3 znnRr2Yvl@E7*;8cQaZ;eV>hY$HQJ^VDuha*N@?38%TVcDq5cBJ6P-eJQg=oZ)(AE9 zPiZyJg~2TjfD>6AfAybqTnUcyUY?fJh7Mu(c^X@o2-dM_)3$aWZNp7I;*|s+*hS(M z!QM@b#EEl^j-8L4i;fNX&Px~0f^q~R7b6zhO8d@$q##*}hek$-z?=bJC$uALzUcng zSft%YVUvaBIF5qzJ2K(Rh^R9j^M%gGqJnQ?Y%D^gD&$GBY@`$X6e2*hSfW0Q%Pl+**lF|L(%B6J|AKUKF+KQt@n(+_KAg>)E zadi9Ete*WOj6e-s+`cujUZv=PVu~Ih4izmQiw9122aXfD2_*a5zL5$xkKUi0gj8Y@rW3| zly&7tfe9E-VXWmuVImxtvi$n2ZuE3m${HYWM8k1#?54(!^;rjiyevtQ*rYBH#@j#u|9n`qW=EeRKUc)_*hb zjldiAnaxjK?s?zpTyj?bw7T_6_47}>TfP0t(5=492kuz5E}UBEOPO{rnYQHg+FCJ!y1Fq8SyKmy$wTrH{ zw5x5|TXFrs%z^7iW{xaX)urlp+^T(J6qw}|U<%6Xm%NQj-i9Ub8Wyf)VP&q;<}bU) z+1#E7HC$QMOvPNqf@!)U<9___+!ZtBFIDCmIJ^6P3x~3I%~vqdaOJ|a$t#ny$8S5EmMW`fw@zPt(21tqqxR+6Ial+84uaUL9^J}q=WG=Z zwkUBAC8El2IrcU6n)H8d()YT}SuGYC0<1hOR-U*82!5S-3_n>jl7gX80co@xgGkTE z(Mk>Dqo@y28b{A;sLy74N>U~_F$}2GbsXs(s(4C<%1%)A5Lr|46|C(>SgIv81;Nh#6jS{fIlgQ z;4=5qvig?-pFezg@8yd>v3iypJN~3TZK|KLO`oM#h1q@Vw&`(NnXaJYLus%K9HU63=tc`-vcn)ltI=%T}l~Md? zuB7HA&DAO$7sgbd3@b@HsY_}lYk@HoR95x{9%=w}Vh*dUrBV{d z3EHIgOPrufatQT*q>rmY`>@J>7O-D4D3f%!yb!BEf>AKNW>zpJ^@8<9E~y`GRMHE- z%2Mu8*+Vu)I*gKzjS|QVQ=ITnooJH0=t*isckjOOJTcH49OyZm_`*lH5!wwlZ4GQB_2G~hAq66_ zS$S?l2>1>};=X9ycOeQ+uBnin@-b$?$9STqF5lUBd|c}4>^#pjmypMyxD1Rc3e5lr zaz3deJU-rWni!1^S$t1e!=r+)bHdjd_BACmO}>QDw|1=$0zTW538>=b;6z1Sik`nHG9r%|m_{DN@bjAu-N)Q!rJUz{ad@Bsvz6XcNwJ z7!S=mq3w)-3EZ8i50X|C3K1|;ft@3LoSJ?&OdPcb1QYk0p~X2}dF5QT|*5D(2wJTfX}^&_zh7$@2>McNv~ZVL7j zhGF1%&#@E7#e)>nLjmnLSv}C9;5Ep6S5}LU03L39BnrL`y}@>Wig4F5-1DS25a{2$%NOt`?ZVJr=9Z1--?{YpODT8DZDZ^5wjJLb z{Knwow%+u%-psZGi_U{zPRvR3z0=z3<{9%#*4YzjS5wA$Fl9RUQ%}>};~7uK=Z{?O zoBGWAR`0T-C8yEY`}liWsAh7U&TPrqjQVbV*-^FVXiYm>mmJlz{@L2OeRG%Q&Mj1? zY>zK{)+~Bj(w>(4dacv)z`$AESJqC~%=JyJ%~%3CBL|g^m#cq@zZL%W*tfvo)$kKr^;Gw?d%E|1t7B$cP7icavizQP`b64PlhXp_a`#=r%-J}b^YWoz z+}pyr`uGp;*Mmt~w605A*O7JxZImh2bo2G~GwW}g)}S+~wjH;$-!^{BxNs@ex;Nw4 zmon}9C8=$?`G3D}LYY!ChVh%V-5U*WZr;_soqOBj>ou9)-tOtuYrkXO(aUN7n$rUg z=Q#pka~$zEjBxG5@MHe-(&hr^^vT4ll)j^goR#35l+{D)3tElSSZSJ~94aToTE>E5 zl{^*V9+9IY$EDN^BA4$y^eJkQ!=-9g37m>X`uF_$hc5g-B{7mD;p?z#fTz-gXy9bI zok{FWY#w9ApZpF)qKFT25J{tXdH1*&g`oxlHt8XmAe~Q#;Ert$+!#zfY)_NAfFnxr zcBlX%d6SWa9HGo%|$?6$imLJb*&Wy1wmBv-x ztjsdw2{iGu$nxj-lg1HT<~}HcD76e$5?j&i+Kj7Fmdsw$yl%N^$+)&m>6h$fcR8)T zVv1k3JFlI(a_ZW%SDt;j>6Nw{ZLf6R=$voN)U?lsGxp6>nqu~|={@V3B~SV9_T`Mo zoHMblLi{u;g=&IiA+%c$b;Xv=30Z4Fad}W2-LhHS4Ad2?94lO2d4LFHW&=K}|NeF-tA^KF-Kff|gNVG68Bgde_I3JOxIV(3Rn@d;L zaUnJ_B4Bz$#{}9M8IzEQH7PPWfp$Py#A+d(j;v|gy?eJWPl!mSVA9CCHdPDMhAGCz zxXsUsX=6&EAo91d_y1V-4)(oP79mH;jW~u5iWj01CUj`zLg*4CD_D79^^mQ_@(M+Cr6MPX){UbXUFt7nJ!B5L^o{-k{fU>|DdOy#rIca6yw$U(-u1RjZA!3AlUgqjljc)Lo*052EH5GA%4&>1o7%C{Gd_L^hV0bze0VlfHy_G;CfL%SQ)7j8dyH}i#9dA+6--X;h*3W%HVrZBgY7hg_L4Q zXc9aqv9>r)frVxT`qh4g7Qu@$<(`$lXc}A-sUIdLf7Qc!Q1PNk?ST*8BIG+##e7Gq z5jG30@D||*Tc$XSS}S(DwOLbl-j^d0hl@uTv??MyYRGF&b?%Uus|VDf;u**!w1f*n zQo;1w&ZcollGWPSzM$czZLi=2qWXm}Z;$|Vx3FF&G=Z>Ro6rWr;e;*#xrxGy7awW^ zVi>Wb6bm&o!r19ygiy#L6h=l8x>l)`;z=sXPdGL%r1WB}U=M&V@WlqRE0E-WAL(TF z1`|Z&1P`2WKuUsnh6++YkGFgp$6W$T)W4rd71Y2HF>4A2NoyYr=CwbxI8?7KYJF3>_e@ptYE(Oe0#)AlWxNp8 zEF}{{QdGMPwEP2KDviQvzMAJ5i-+o0Dhn&WL|JOBmvnx8Vhfu^#I_7TDrckAF#`4x zh97zFCyP1pe3HyF5oXqyPs>7RLvlYpmNf_gR*E15kMtyZleOiM$Y?KRZNL*@4`6Q) zakb$Qm=Rk*#lbPDRQ(E<#<;Rx|z531m3tm6&o5j_yT*~`L z`Cg;#~!0h~Sz8(A&bR~lvr*;y@p0cv`lHx;h~PIwE0TljS4G`hqFUgquuHoYFb8T~8G zw=LhYWCGnkbRM3Q-jX0fTV^aTZ+>O_jqUHbn%;FDPMHq>0zVQNm%n1%>(KpaBZ3ut zBq{GO@A!K^#b&@p7ZIx;(Rc`3fwHH*09o&{<)iv`k^$p7CGUA&tSwl^1x>-$UBFRB zaiy}WpujAsDwVpEys~b<)2i}ZQdN~rf`^5QQ~jO=KO(f68&*BFlvZK`R3$(j@UW+l zqCkR9&?~iK#jBQjl;>4&3ctgZ1z3UNs%KUyWuY<(upFp%aRFXnMRlq@Ey6Iaz))4T zMHr?P7;4{(Fw843XfCj)2*a`hLmizW4C@LEbwn5;QI)^oZERm5VxlTk5o2dD>Ubf> z@fChjk6$N#!4D<%U*QGU4CPZt5U~a|mP8r$u zQCAcLe8i~VBToAodrEN~!%yZDi+;#1gBh~1C@K&B8fAHZgJqSovS=q+^*o|o`&Oaj zHQ&drA5Hl+%98u|n<-1~{P2 z;)Qa&DKEsrRrDvSh1ggdv^Zeie2}H%QTQ(V;!(&}iQ0}15~ezcmqQw4epm$aYMsQ6 z6Jt!_r6{*TzA*S^h~lIL%k#f^C+1>jg@CNBA)Ro-5FQ~mHDQ9<`5c3c;6E5(5X18C zsPY@9cfaAGv2!d2r{!2e+j(sBLv81&Er1RjNtil&`g?l!oj8Ekqdk6u_*JR`NJ2t~ z2m#<=RQwu60yW4`{aS|g(AnA7-~Dv&(cb>!dyjPWAA6|pJaWAI0L;`>h)B$a_;t!@ z?PU47_MbR%B;oBmy0^b?fA7HYuHK{jdVAXYdUkC>Wj!C0wmIQcbDY@Qje7PU_qT|@ zPo-Na_#6eK!q4jA;Rq-57b${h4AY~F#Hh+#n}Km~(kixssj#w|a5!tA5rvlji&U6K z3}-c?^cT;T!D9oOHuB9-ys@)R`f#w^suAU@B7)49G;19Z&WwbHq#!;-)?M_HPj@I$ z(pfml3R&;U_m5zagL=3Ki@nQOBB^=B-=@}EdY|d-K5=~Sz9YR^`@q4yPxtl&kL^3u z+kHIi$iE)x+xPU|r#}T5BwwT7DE?uFAzo=mkqnL+4mUb1>q*1F}YmM=M``e0pt z`DoheUoKm>RMzoYZO+&Vmt9H+56-~dwIdb@RdruDH~{*1Q=J|phB z*-vHMZBvH#o#m9*)mK1=D~Q>C&3VN+Yq)J{xKmMgeRyVgu429{Q_&95$GYV5UboIz z7hR2MSL0WkzP|p;>ocy7DgAO8^cQoHOc`Mrmn$0PEc3mYip`W~*@Ft_^%+k9Z>Ck4 zEAy>*yVJCGN{3e5HF3THp1``hI^$XkK}~ndI8WD<@$akpr|frXcg>zk)$U5I-HDKr ztCkx3=60nT`%;?^BBZGLoJQYZS+aX`TKwLzmF4vKMStzhIU_+P&R(B010w9&oK4>f zY?xs1D`U5+*nslbtqi*n#+e5HoN;!T7riHDGTlS~7>@S_?aC-CM zoX1j)0l8|=RdIF2GIB|I>vyp_NNEr)(kEX5PxJdaj{6#M)A(KeAeQ8{RS#*cWZ8=u z?ZM5GtN`2+k`j*hR@9UCKIwA}p@O@1rZ; z?a-SP(m?`fs~}53T>Jw-5=q`ZUtaU@23``C-Fb~rU}aULFp!=B#)pt{bq1GZ+2Oe| zl!j$eix*70I^SY#AYB_!zIwX0=igv@blmY)=CqvKJAHhyye*CYuC}{c#OL&sk29Dp zzqqTzJJW;Ad-rmNaIw<|!AwrO^9gdAU(J8N zNpsTtEb5xnPFmn9VV$%k4e*(UeQb!Ev?uMQWafe!3~JJgb-*g_L%vmLgDOK68mdS^ zJU3SRvH4Vw=u-J$`EVpHJ=`?^+yk`RY37o)q?1Gh=KkWEbfZlT1;6Q1jw_|yRgx~H zZIiB~8?9Gmm_jSg!^{r*iHjuJ$+BsF>?FgiDqtuOFwJnI$z$RqkptL!7`7^}D7YL4 z?2e>svJCQ|lUC8B2fgA-`A;LZgd52apR`iGq$gQ6q#;P@3w#~Ez-nzN)TThF^&cNG zPHhTq;kRg<%72aAPNij&6`#<@b%pvA2;TMOf+<;%bPXAlGT>sPO2j3<^9Ch%;r9_a zItrKyROqo%FPmwVlU0u>t5YeV@Qe0W3QWJR$o-Smzsi?ZW=OJns7RwR&0n307i0ko z%{#%GbYh;WC%l+uq=cM`xnpN@hs~hLnxq4+RW&8oy?TZe>%OMsnlBUV@(ezs>S{g~ z*Qksp58K1Xj6qES2Yq}9i@k-NGE-f*;HJe+hfQm)niaPxxOVxJ5l6af(pwmtq*p1C zxm$Uk_ZHl({(tB5JNgrv&hUQ7FUO(!?>s(!9O0Q*Lep^;f1)^rULc_6?uN1rv!U&1%Y)2VXr7qSV?@7kYKbAT^JL|=}9C~FOnWhe2bEd(0r1N zDgGI~nV5ASwc~6VJm6Wv0mA)L1pZo?TpOj>1Z)OU)*?GGk-|D_7!8qqRh%VkQs89m zMAbt<2t6Tj2&_T=73OR9ZWJQaSLnSJi6=UCCYCkArUK^)2_6RHBox8Nig~RS&{(7` zBnYgl>`jYI(C3O_@jFzrIXVWPcFL_bkznnpG?dk!m75Db1ugxExvm|%a_qKk%~ECU zV&(dD<@zOC#jIh@Hb1m*;SC4miz>^M4b1iv2l%vU$CP2(I9oqoxzKv2vgO^%_4Ar3 z+mgw*Om5ly=QykPI27Uv~TNe+qOHEbyK!G z9=O=gz)@L)T+7vAJ-jV*RxCjiVIXLvy;X8^3Ivy)?fg-LQFK_ziz*+mUp`k=x#*7zlUu z%3|(Uan-f27;hL~ao%vwYco~t)B0t^RNkn3rQt@yyeCuLF>T0c%G z`c!j&rs7!2b&Rs&e8KeNv&pn)!~9U%vu eP?Z6WSl*4+tor76u_ zwOS8t)PHZIp5VvKhu!+`^VY*Q{r7Epg1zR$9s2LDu^wKh|Nc5X;Bc`NLuvxXd;cv~ z*T>mNer?{HFFFH`g$tKtEodIqx#}S<{k4Mq!vL&O+%=z6ov+2`lCWAP4MfF)bE zYn2}IzK2!Px#;*f`5WV?#JY)bI5T$$@SpbkZAEm|g`NCjP^Khsi2?O-DaKXW;+cKi z5+si%T#YbxuIO9^Dec&i3h}=a#E2y^uzs_w)mjA1q+TL0D3ei0YPL-CtVG-3cRYgQ zds%0mJgQYf*Ls>YN4$d^5=|PFyvPK_4VMS>CI}h{{Tx-0s40+^)oJe%kx8Kxh`_E= zM5exJv3^Use#^pvTZ5VUgCH7H#_5`+n)=0>&U8)Zg5#a8R8425=H!&~j@5Z>&y_v1 zJLZnvwr*XjtcNN8Si0$nRO8Nc<<6;t?>oKNZgLu(y=B?uA;&x%(wdLIe(~nTTb^%M zeXHt?b(zNx-*z2QHl?0d4&FF8+cj@W*KT~zwFz{^?z+}@r7u;naiQ})+rAI)8}r*r z%W_5itn|`o%GJzvm6nIhGyBb!z0Phc_qNsC-J*TlYwd2(zTKb)99DTtbY0yOK7=C#PLtXvIjn7FB z?GFlEd_)1aRG<#r8iAhDGwDp~KJP0!Bta8()l+iq8iGDxzF;*(4s zCa*_&%kPh#NAydzI3i2_!Rap@MJr+-r=-lUN_tA& zY_@nO%O6ozsh!z|u_k}pRZl@KQomhA(lgw+3JtGsH?x8}576uXrr<9r_yGlfOTqu3;9n{D8w%c`fC;vS(R0jG%1ALJ zP>QcoP$0|XN8zuMMN)QT*0v!kYz?ch0*GUi+|B8~dC?jjlm&fE&*uCp8l3d}%xwX6r9 zH!ti=?LCnxKRIPtdTd|Xv~9{fy))Ig?I%_yw}NypxehFsm8UA!XUaBwKw`svtrnIu z3+HW~+d5yD+Hv@uPh~u(rc6uLa$Jj2EIV~Ad@fUeVCq;AoADmljEb7;qcfv(hZo9I zE!)!-JEjiYd2Ii?j~#iZ>4!D_3tF%b+Dz?+R89ZXVFV-&R?V)%!KArQr(GKtcBEZh zw}#$vrgxu8?RqBddIpMpyZ3$>S5v3TgOv;Jn>Cs0ty71VoNH1}|MJ>(UmyDN(Bj(d z>9yPQN4*!lEopDdTrlI^1_`{aEbVHZuA1Ee8Lpv`ghVF&buGjfcN|IYIP%UjnH?uH z^{1v` ztbD!UX2Y$9jK42aeF)9Vi+q;bwq|0pT34`HpS}6nTixG2_^pF)oXYGxdfU}sV6zV2 zI6S)xvUBa`_gq^(!e;&A?p~g&J%)o&U3qq^m8_21m&Q`A7RGM1K9q>uylt@c)$0Cc z>t1J{kNd9A-1oTlyMAlmR_%AU>H)8CRwJQ|31UA4!2DVBn=^=Ko@v14C3!XlDC&ca zxmcjf#}^4xDGQ6leHh3svk3tKEok<5P<#E39(HCVoOTp0qV7#u3hztdr&)fdfu zPFqT_8pvO8<=4`gLmi#jfnf3(REIm5bONq)kax8`h!Jlh$m0Ao&TpT_4M{lYKx($% zr6jgbjZrqeEIEu&ER~ZrDfqI@3$`7$-1Am1%9wDdOPdwB5#3OXUCWNLKiqu1Yo=?i z=j(^ReE7Cwi4cQhVzUpVr6GtFbn*>efY{>;N|0-nxbm} z$R#(*Dddy3X?p0|wWRio8amENm$DRQ21r}gq)yNkj@TE-JKPod7jQwCfK$@X>&8s- zZ-LYmTnbAWE#V-jvI&JbQcAEMCKc$a2aJO{gV@zQDnorm4|6LR7`Q#=%THa|+UbU}@T`?^5LL6UF> zA^b{!5f9VpFF3~MEu*rVJC!KKSV9{PnYH=Off(ahZfJr|`-FVzU19-W58Uc;7h;?) zHiXx(zz)^YQ6jZjFw^4vntY6CBr+5VUuwqip$m#oZ1hEHNpNKSJlXW_58~kR}piDgGORtcmy!C-Ujw~OtL&Z4<=WMzvOmCZQ znmwIyG-e#lxW!CkFngBD=meUDvwJ?gZ{}RpIGAd#SaNRutL9tbzl4f)-xBn&TF%wY zV}nN0Ly%ar`WBH8+em>`>ZPt)J?? z+DFTM11+W-0(fH$|5 z@AGKivX}wC<E=*zdD`0OV;>qZAdK^BNoiC%PYMW<>?Fqlf`n$^yI zJknFt$uibS98O-c9RyQC$E-DG%O~`-h4mEV6U|xu6t=AaPWIp68PDy{f0r*J!-_6A zl%WUv3dfEjFN~E5C#b0;#M1ZhEIM1#&X&1>jMJYo`Q^42GXbPcV_)U(0YF!y6-|)Y z*|bS&hM-#+!)eGNTp_{EFh2(pqEG5@n)xK4;#)XT>FTGXHw8BBlDZnzI<2q=lg7AO zV5yVYC0PjB{{uPzUr({jC_yWE{l$gVy ztVT5BKrs^&B=IZ2&FW;40b@^6LWy(#Zg$tA@@)vINN@O&v}fq6Nhla6Z4EeSyHs5_ z8^2LAH;}6GU+KGpH~m!Kk_R^{8qHNx-Ah%CIBRQfp4Kgcv8EHY?Kj$SS3u8V``&c> z-Zxq@?FTY72d9n8o^p1((e9bub8YW=)-TmI{bBzHMr6%tQ4%&puY4BBuid|YKh9nl zzn>1|1=&2r(K1Ug zC|`mM*cJ?a1{WpMti+o!7!+b*0Ct5V2@+i<5tuFqAx~vV{2tZteG1;B;4K7M2Q0S5 zw(7Sj(hjwKAu{VNsKQsoGB;PId4LctyPsv$%)7W3LDm7rif(Hg z4UOUAR8b_>L8P-oB5vd6L~>vieF&gJkx$-*BTxtgK~xy$ffVjZChRj$To(K@;-q%0 z-49>nKG5*`Es%%HYcC(gy7H7?K8&}Dn(6(Qk7g@6E+1Q}sGUA_xj+8{f4GX~xnR0{ z>%#Nt^4@nG>GG3E^wwNHDhIW=#1!YjSlGTfrNjSn>;^3H-*h@Xd2SlqA87RYeYo`l zAiP8YqH04KwdDwlEz2?RzTqg3>&Z@QID_N9#;CVY4o8k4I6Qi*Kq{8XtCt)e$p0{e zFS)$;JkRp_%3P0@Yg&sYFEy>r*(-7V#vONiPEPvEMc z3|n?bu3Cm`xbn@pS{bgRzQ|3>)l+90Sp5A%8lAqLzJzO0U!T_3-_yAC8)$GFas=IN z=k<+u4O+eBu7%gHe_(Lv<^5KkL(FlrP251U4y*ah1TL$@`W1;;Vv|;;Q{6Ou?GreY zKsO==h=&$kG+lA!Jfz)l40jBMi7Su-q0?cJ2)wwD@>u(D6QCHE-BcuZO0c^1ilPB>5Kq zIf=B8uy6DH2O0yf`*{t=H~$0Y{t;*X5$FCfSN9{%`D3o-j=t*h;G(`Nt*@G`&FEXf zWbT3++O#PM5y%$5C^YkZ*5@tO}f1a}=ZeAC^oPQD^{ zh9@HIh6vzYa#wv|)>mm#ocFHF#n;|lTgyA|?R4_a+*%F`#$82t49TszY`^QO;rHC{ qO6vKlsW{yp_;dJs@>LIp3}^$i0DPG&+J95OuS5G*hkoC7_z@+JofqSjL-A5FWj-|bQntjQ zvYy=lk#=Wmd3UFlF#|-|opzKa#b}E~*9H1VCMhs3`bSCAftWiECh4X?0~Cc~d$5`G zkM{SS`yeGVJ1N>L@!WII`ObG9_j{f1eD^giSHziCV6T6#3W_GuPEbML#S=rqdvf*w{*prTs18ppVHQ`LU zLN1oKCEQ6*$iwpXL`~8g^0K@m;Y<2MewKG8YLj)LI+k}O>XQwj2ISp>2Y4DojVxc2 zXiPSRnv%_-=44B#g_U^$+Zt+3wuRb~?V)y*`QGG09fBWer%;Qu%gCMJgt|95p+43) z^|Uta^8G!Nk`M87ra(jF2_we|aVayCi6^9?nN)l>8cips?Cu!(WV~ghWhoQtR!Rx#@T`lGx7h3`&`~ zM2tsINx%#y;;9%vOpmPNgHE2`$tNRGF)i^zYy!0ceDU*)!>FG>7 zouYN&wN;Y%p(vk8^FwKMG^tCxl!;{GQC=DS+@@Y4VxP9$eE)P>lH%iuIR$^87)hZ? zU!Vff#fXSisfH*TN5kxVQM;(LRIaEMy#V) zrcqH$i(i71sT1>fM2ZDWvNilHk&f)0jHS?eJglsqBsWsQv>2Nf)6tkDY2|3*9#%+? z;gjuW;^RuraR!~UY?M0DE;BNinc=|_G7ut$c|%64{OQL(5?jq@2Qvt zy6KChF8A@%X_4L<-yfggBdIwe0UjBFal9ClGQ`%zzsg(C zPz*U4;E^Lo_%OpA2Dbj!`XYS;eBU@F(Z1IeWc{zbKEPM4d8Bo4MiPVL@l=q81{_BZ z@1ffyI7CO*R}F~uPyr^=E09eFyla$A(WD?- zrsJ2>8Ht+l{5SF7#dIXN+{rZeeuLJEd;;TqKFT?!5dNze{W&&kg6@`+vOeLsFu6v5ECwX*Myt-s{+FIY-7{-txv4c9}3ny!-D zzjSu-)WYb7iSyPf#dm7DK6BM9Twby)Jc;I`%g2{pc~^Jd-2DLEaMkJh`>46W{r{rr zc?0Owq|>QMrBidn4$^0YboAsa{B$CcnMjLCi3f{9Brvkm)=ZI9j1YyelnzJYv#g;M z730$x5O`Xpai(}C#B}mIQ7zE?KTxgGno;aTIvq@CBdbERMAe&Ns?)4PM=~Zh;U$P| zNL0EMJCWBZ2AzxDC^$&~2asIl9)e=L*G?>+Sa-J<-0jQfR{S?#D!O}CT?O}^tD~jr zWFYcr9IX^uB(#}$JBSR(Ko@;E!+UCe-bmsrXN2f6FtKIK8B?&M=1mYqu%22u2qII& z1~lwFoqt4x@H5g(Bmo^X9-AZ+gQ+@t!P+Zl?eIVrLWRmo&LlGNY3RmSB9@G$GE!iG zpGYSX=_^oJ(5Km$nC40HrA5;JJU<-~BOoe}7O&_nU9FAJ#1le1HK|IolZvD}Gji^k zqc4n(@DLyTWmo}B6Q?i7L@_SFXn0f_4zPYMVgvvh(CC)NEkOX!@z9O9XQCI?j$VLx z5K|0poJ8#847AY}LCZ!RgBq1+Qc?zFK8>NWo*o^+5U&niTRcrr^FkU!#sFADHi&8y z;9<g2Z0QkmHpQ$;XS zOo>=3V3wWgEJ^*iwbvGA$|xEJh}Z$LjwLE;yk`3 zchTJeW^d?Pv92`a8~Roc-D%jrIC|?WNq~l>*wRGa)sZ)MD148G`bD}Dm*K%1;PSV? z`7thJzz)eM7_cKU3Z_XIBKVorpGmMx8U-^;SvkvD1sh6@g8gT%kU3_VQn4zyl@zs( zR!(p-$zc^-lZKdCa2-PBBz8f6ZNUD@6S506A&1}%IR#(HCHO;bp?1~~^59n!^2WR& z-?!kdV_5A%eaJ5~pmif!H-)?l+=M}Be$yVRb#U6B(5>Y*--RBbXCm(6PW_ew~n=J7xQ@x*d|uWG#%z#%S~#Q*_s^tW7n*Wn)Clng*j{z$LrOc5Pae z?HWPJE-eSGSxINJv$D6MDjY?DLnTQ-dh{%-(TEjW6S+pMLY~#xX&2N=CZ44I83CxJRy?6vc7(&sD-aG#)Fp{9{wfn<;!!+j8#Uq{+BCj*P$x|x z`T8pN#eu{B-c~s9Y{}iQl*{)%@xWw!!dbBITW~BL%5U5E(8|@et@{H7e_*x0=-;zo z{oKu$e2weAZ3W-9m7RBegC&1czAaer2S0Q3>+ZgSyKmKc*BvZ*o0kXj{fF}2LwWll zMGV@|r*`Rt^FQ$dZ(wgVrM^fFfbIg!9K1M?3|;fKoQ;u>ecm*0&ZwmzFoID{t9b`7 zRT8Mul*>7?gu$6Jigh{XROLui2r{%Lb#elcSVT+Cl5+|mvNkSf1z}Zfm$Oz7ma`g> zmJK>!<))b1Ozl*?%^IXy)ENbC2BJxF8@LR1qRK_=qtDKjb4i9dK#D`a<{$Ula1 zn|HtAzGAq-&6-~2t{4KQv2TonX|{h1)X08DoT`{)9te>pA(Fb4t+ClmEG5X+$n-Sb zEwC`7F_A=pY)xJw#uRA~B5m?z8@PgYoZ!pp$d!~xazOMW33$X&06y&* zOa?tCV!*?kV6t0vVkxZWLC<1@JQ>8(a*g_!CN{>i6C58C*l=ZQd@=ZO5&F zV#A3AXQ^*@!QQiAU9v8_@74CNHm9X2-8)Nm@3or6nx)Hk?VTHLbbTXq zJ#?qx{K}JSJ^Aj(k^2w5A6Rd@iU-dxI6v{CZSCjOhws|y#nV4CzHPf{d)s@{yXq=7 z@4f5Zw_!FpdZ_l);;E%8AG^E0zUSR`pEEdm?$vfKOU2smyu15YEvm_ltu5?~ zH!8;fd~}uhNKiIwo#3G=Dl2EtnQ08*c4N*kX<~V0R4N}DIB=m$6ie})XNlnhc10$ZJsxpf?6&5q4 z$EReIBu3#Hn$5_zXjI|pR|)z8B|1tmj7N#as&Rv6gWI7wnVUN6*O@{qx=W4TM{UrqtD|?kyGy?M8_w&_Qa$lX{oq>Nns944|Jc)o`lmlQQm8-sJCo60 zyJ6@24FtCQ8Od2htDC zj$<9B4?V79&882VEyzbJjUZh+-e+_TYEWqdSo8~;!K6|01?WGRRd5VU>3UHI1g+&v z?;AAOc`KlF;`O@MT%UO|@&7%Xe_JzJkQX z;KW9)mT{sjLwbr`Ih%%=X-L}}woROfJ*-nzQc!B&G)tEh-vr+)@%=N?gPHUoIqm}i zuk2$A6l_P_$<&TdGZ#s}F@@+1r(#f7w5t%$qW`ke6kni6#>-D2C)*T665CTK>`j)0 zNW>spgxL7ZWWdf?T})C@jXFwnNj-@d2{=VHF4B}Rf=OV=-U^M&;27@{HEF!B?7sa` zC|n#!D5orB_hwsl5%5Ue=V&i|j0Eb@%5`^)3FcE|N6qOE)<&1-gUpQQN#J_ul?{(f4E^Z`TI-t%{NY6Kee2B`-eAw zxSGxn9w~Gk`MCb64GZUMd+3Ju;M&Q>lljKS)`B0qkA3~n#x?JRBJ}s)Yu&!G=cj}D z`aaTw{(eOde%RYJ+`)a+;TV40^wAF2@NUybyDi8^YcOr?qL;(;;11}pZ?mQ$1#~-^ z$qVB=PC%;43ro%l`cx&!d`+%~+1-|T>%6VJZG#gMP&vzcs@|OUW^{>>GnXYrM&FJJ z`Z>&mZqrJxvUVzO`u^CEGyjOs=yR+l8K&yA>6h=c3Djg5lZI6--ZIRRL3{@5!cFOX zTE@ksj+avKwQ15wxp`mCAzH~nlk;I`V8+hCiG6}oe{x};;G5F9yo@d9()gXpKiyI; zL;Qi+k_OpwVIHc~)9%c6H)P0(&8{h4%~af`wpTo;S#syh`*VKLjkV}`v_93I^9UB^ z^dX2HRUlj_2bQfDR*7rn=4oY;Uu6|Qp!+c{! zyQ-Ks!8gq}Z-TEf*DdfZncaHdjky+`x>|E}xduif%`9zY^iiAHqeIu`d^&V3X1!0V zDc^H|p>|rIq%|^6YV}j(t=n=5)-v^~I_7Z=gz1>J49RhJ<=Qm7Ovkjn(N>{jY-8Ep zzOstxjrkfx(yOvFF5#2` zjudRMOmL^mW&|X}WXE}=?0~ndc4YHZ8jh<3As{^>j#0u?6H`cJNr=0U$j;GMMu%TK zfArXyQISsWM4GNhYbnxFvlBgbNW(m}iq*>088b~uMljvQbW)&QF;X?vgrkP2()|wz zj_I!BlsiGmGe~ITN9VU;X)ZaAvqpwSe1)oCrD`WT-w0=7$!T$#N<&m?hu%`Rf;ekp zI@zrqgoMez2Nw<uy8x4dT(N`l*>hC8I=B zsMYR@k~LHBS&yz)>GAhyDH&n@L6!2~qDo5*E$a<^1-QE%YlrejUo1AfgdOOCV`YcY z7j@fL_O7<)_n*G~YO(I+1^Yd3%ks{jOYe`Y)xUQtzhnPh?}2-@ZTa@$V(m!YJpyNW z-nH#sC;#^3&B?bDHxsJ|*Z!#3d1B$Y3Jv`+G<0Lfiuo7rcie@>fz{bUfyyKv$YZ+)q&dwF8XwrpJXFS$PPwwF40m7h9FzNQ;B*K3yFxa%AGR$aegZ1wcQ z%;$H#FZ?q3ZgPF-cme-i$Cun+S-IvO9QQV~+<5LUo`aGc|EcEl+PV#owY6c%y5ZyMyHV9(mf`rgsP-qB*^E9e;X|J9V^uLplJS!j$NxK*XD~I zqf5t29sJ6ko3E~R6*>;wdc4qabm{mPE%3ap*@`U(maLyCTbkv^S56e#c75y{cxbO; zchv8I-QnrI*VwgU`pZ<_*F$!Pr}rC))YpIHhPzJe=YGB4@r=)On{z$mGTnArkl%EQ zN!tZxc({?FAdMU|)8Sb)l9T7myU3{fLUL#lxVFcu)r?eBs8J%>whEHe9iD3C5vaNc z)Xh~6o4BRuVm5DY5qT7BI$qbePX8J;mFKF}LPp942ZBq?Xuz&&{^)93`LbbC?fj+e z_7jY>pqeP2#~Dw~c$pl1X2h16DUbEC;Ot>|SPiPc(OK3sxoa18;j}Fjk5Qugxx`jH z!pC(n5t}7f7s5^gCS{ea*lxqyERxES$bN$mP(kd*EjfyXl}-W{8)|>6 z>h0|*`hyGBdvy&r_Fvz>Ue{fy>;C!ZFHXO68f4tF|CXW9bFf(V!-Z9cgid>@y_Y6_|qee~t+kuV~6MX`lI3aH3+}>-477vj&%DdW@XYaWB ze(OH{Ilr&S@6WqCKJoJJyq@1PQtTbQz5RCNcGI2S=SxjJD^j6pXWqB-v!=G?==E&g zx9uMGiWe3yEN@@lo%eLCwA}IREY(5q7wUH8-8;6_Hr?^`f7Z^wedgwwpN(C&ubJW3 zT9U3iH!P<5nhnn6sd-q#xf|A9-33?o%88^a_U$y6@1+rHuFHu z1I}FU-Qdg~FC4%1?HJ6FynEZDO#M#@f7pu&@z3auX!0N8ev|yi5vL;JmB_(tlfKHE zD^gfl@t@QCYQCZQ8bh{vDIWfIc9ak-B{kpR&#j?CgR9h zgLsGzaBx4sws&N{Zn*?qLP7HPek+tk<8|PoLm{r3Q%%sFYHkkOT$A{{Kd^bM+cFqD z=8V;jg9P0zh1esTU~ko(<>xRK=qX2J4NLB1tb>HbJ|fJBVrZg~lp5_jhww%|l0all z3eFt<+{kHwAhM=!Fb?Jx)9Fm#kd9(Fl8DYAE=`GyAy@+7;}bl>DdQCZ#A+Z6bv>45 z;1NWnMOakNE73Hr`dP?C8OGNAyMQ_buArM-MaYQ3nYXtA5Aw82y)DX>u z0!#byp`j@I!+MwuZH(E3uamlCP1MLTIY)L?BbycyHM`0;`esm_)e zVdCUPR2Y}Mi#+)iF&%v}mtwJLns^eB%1CJGC>9h^O^P>Ci^39Fh!&dDm{g=X9)>&_ zpS(yR?l_;1AgFv|B1S7xen-mrJe#i`Ld(Xs8BO_(APSd;138|er2#Qw=SHz@B9KOs zARQ(CTcM92y)^{XvzY53Be5YILNzB8?D$;PYBwWl-;0!SO5w2fs3; zsk4eEM595adiP^PyLS&s!lkXPDOeXPL%*01&k%*`_%D}VKhJAH2|6T;@6cgo>+tb2 zM^Bu~`gIPxAnokGaBf$CSq6w|ILFo^n6)reS(kz_jn4^!EUIcO;3_Ly*@*K_t3pHK z+mI&W3MIpolv!F$Kf5;k_hWxM_QB!e-n03~&ThCk zN8MMo+!MowAB)$nEMB>mTg)wwzJ2=U=~cr|$5w~e3~R>K6GiXdy#4fT6B0##>AMUJ zT6f!?!ZhCE-ZI|c7L16YLM+&ucEMQf&_}Z(NA$R+%20^K>cJ0XZDuLEXs7HL!IrCh za9C|eQ_VK5z*p_?#!_}U>l)RX(Y4VZ=&$OrjE={aY0`$DvkAJ}7dpzE{f$of=VDL+ z!k`lVNxZLkUKDxAf<|ZX!3w^$C^HrgRwDG($0TB0QwRAI!^4o4khWBYqj?A+CPX#~ z{y7Sd);rZBJ@J9gPDsz4?1P+&uW#_lOc2KwF z9#I%WhY}=Hq$5K*_)m$613>uof2WwF`<$u42@eJwE*}57dt1T1ZKZq73=?$Sz3(d% zDu2&<{*w;gknLo0j-MsS-r7-GH3uZWhrFwyWokaK-h8Cce5Ba?^g{~@ z790-9U}N?J7+eS-^@FY4OY>v{@xJwJcp7cal_@-HsDbK&ovSl=^J*fa9M zi?>e}_q@cMbzk@z|4O`Z<@%KyZ(M(4Wwz*hjLA&wBSx3^7QKAl&NCqfX9ZnY+w&Mp zwh^vgKF6n}q32;SorzzHy@rz4#TTivqk1LanQ!?ef~iYjbzf7yD0*G1c^Ng|Y-cru z4aNB0Bf(G)@IymGI^ZjW0!N-ep#n0@uTpWn_K{R&6#|fsj|H4;4#(L76{QsM+9A|(ry{5d7e4L~-4_^*)2Ze=LR7`_`47|V;lqH>QKEg6j^65%l9+9{Mu zU?}csB?xO5vh2t~qKaRm=Ib}PQhn>yXAyeU(gEi;{I1RIOP5P6oy)dT`?lr%rN-9f zllg`nrPi*MmVC>uQd8T~M5&Em3FKP`&|rDr(zA%f`l`uYXT5rQqn)$6-pc(bM*&xP zd}wswj;*`2EwJKTa4q4uy5qi&YkcbJ7*3F{K3i(*%A1>ki_+HZd2>^#t2b|MFFo~4 z-i-eSN}B`ufkUPCfxNk;WOFjqvv+J=rRL5BPpPXfZ-*niCvR^nwIOYOXm(o;Z*1ot zKUmtav-IRsrJX~i;GPX{x25MZ-;NCn?l6NI_iWfGhk%!!4F~0%T+>g!?HEhua{+gT-Q;<13%^OpE4ROt@o`a%i|B6J1pDp zKX1S@uvu%rGV+!)7zDB#Ec=fmhB}MlxnOTLuuZmw!$LZ$Fx$io*b?j|n&{R4J4%@G z`Yz@Ef)X-q=>!HFpeWk~3`NGHBH3`V;(C(JVSH(+L`QfOpBf8Pie%VH6k>G2(d_eA zHE59-8I|O$f?AWDKU`b<`Y@?MIGh3DCwqzv?ZGn^RY0Y%!v3K z`yoYw91(vD5Tb5r5(ymp2E$iIkHP%APR`K%51j8eoP+(lf5SOH<$C@b*YYXX^eMON zQ?Bzis5{(kR0j zdhW=Q*kNE4SyXDhu<}t@!DbO71quiLSbrM*C>GfL>yH@OAa|euK_4IalVzt()t{a- ze27+*dQlX;qRyOq?z#7zb06oNd;h7SAw-}Iul)1OKeQ9_FIcG-Uj=#kkAU1EGMOYY zBYQMvl95^2t9df)B+C%MeVRApoAd$hmjgiePx@V)1A1UGz>pat2R~;3hFlo_oRRrY z*-35>y`e%60zHD9@I}55e4}z~##4bv3wy{#A~$|ShB5>=fhtXU;N6-|*W)zA~hv`df@eFj^G7?itLYg(Gq9>+As>moGHJzu5NfWA`owraG6>#bb6)km2QxXfR zH5)?4X+zVD1y!HfRq0$Pbm`5v6C*<-VA;4~Caz>*_%Yp5%&e(WC2?8QXXeEjrDkp7 zMEaQ9$K`zga;5L_^l=#9bSK1ZuC=^(B7Lf^5&EA>h`J2l(=H=UVWP?%`UY2P;u~DF zB;y3>5|s>nTAhJP(`a?w#ugQ6%rp)28(2-`^Umw)B7FIg@?yG;NpH@Z$_$^%wWOwR zs8pR&HPu==FDujHyk_OvQq!>fDNRX9v!a>G7_xF+q>`%UVyS7}NYPotv{H&bpP|Xn zjyH9E_|#4~bzND^0v#4`Cy=`C^6zk|>(nw;$=V5~uIq+GVdZxC)HQKXq~hR=F+IH# z!rEe1Q}qu3zdmEYuv3bOI7&FL>K2T5O&T1%d^s65gJ714N74)<;1M(+h#-g}h#_c1 z&;$ThDAFXY^bNTn`b86VGq!P=m#X|A~vSWzpL zGfSS%0_m^7>nH@g4VmsA z0f50E`Tn0Aa(Ox61#FR-3|}S5u)|gMkC_bQJZWjilOEY&(~`8~O-qZ52(wve$Up;4 zdQEVZ#5{+kUV2mImw)-hSrd| zs{gG~2(e)bMBURQSbq~ zm4Sg=Lyc)*VEB~dEAt234>WTwk~)4W>2(5?Gm{HekbwcmtIts>=SMg&V78!O)?uL? z!AQ;r7|;(O-S2n|>I4-1hH4tR!_Fv{ zr&L`umz*Z>Q9?E32*^*JhI$%xxN0-SrBAqJXLe}T$S6b8a0qEi5{EP`BWU7O%2KF> z6~Koyb!sTPWX&4-$@K9PLsYetR92KeKzBbx6>C0g8HPrOgj&EHs)-sJ83HZR*(Ik{ z0HcI@m0UG*hpJ~Oy+4Bv%F-f$n`FyR4xajVpSL^ob*y!>qw}+)pB()x{Ym;>>w}h! zj^Xv#@TwocGaqS)-oChUvB-B8_|CQW9`n6hEc9CEI<^RWpM?k?U61x`gkQQVei=Se zYCiOJTgP(4mWOK(ZIfW|Vuq3em)R&&dZD3O&OQ`HkqonxZb<(KIV=- zg>FPbcUvuZ9^9!u0WRVWq>=f6&BA0>+v~nJh&co;`#9h{X9xD1eyiqap&wT_R0Tyx zwmaSWFI~y|EDA{eDU5(Ieoy&9$(RMW<&Tm41KMN$@JElKr~m&ow7t8t7sMlg9)3@; zVQq3ivpq6nGc&A<`w;H-T_T5xg-+Tny^uNOgI2s+w}VyAzl5Ng4}KV2fKao@{ux&A5bp=?$hQ{xt^(insd~>_>_1z8U-!Ak{EtcvvDMLHOMd}=4gGG9 zBZc^p`W~})t>Tea3h?Vb`-ngHgF}6d;$GC5YbtW>1+IPV$RqBhEiW7FE%CA2KVJFq z>f+s_h4|nD_QAUkPp%KWUWmW`+jJrRlgIo|zuS!VpqKC6Z0cU48%>AT`NRLU1zx^) zhhkFqyF*e0wYc4O3BeJq0kv6!#yI>Y^3;an}REb}9@ z{%6^>>=g3M$gha({dFxT%t!S<`9GKEtJ?Ykz5G?aI=ygCq2!}4&x^@T= zt$Rd4_4zPt)n15JnjzOZUCp)dZesiG00fkv9kRnVZ#Uep*yrX-fe9ygdGx)pcdlN# zGU4#z6cwiCRZWJI>IC7~mh))18!kE#ctXMl0!0=u$9FC3%^gerupLEwi}xNGorE{QrV`}iR0 zKn%h+5rHmcrr^Hd_+({je#U92geFsQBjRP$EaXm_U@4ibQ&kL~Bw!9@un2>z6QQcC zfV$EL0^XF&tJpD6(Zgx1Dpcb#@e)cg!dJpt{il*{PC;v~q2@|)e*PYNQSd^LYCh{F z2fB+bgN2sCdw;&sa&|em8Ez?td%g_!Y<3;`?Aj;SKKt1xKiiD87i0Z}SpU85jo2%t zrh{vj)_!z%YCV>G>SMbjD-&@4=uUi(dp&t}BX(}LbLU2E__@vjZ+B#Q;u%l)$n7&L zXKuf?^4ePZQ8@XBXjduLU5ve4h`oGQe;hmg^-IUrdycP0p7;r$D8&c1iNB$Hl`S3W z|Dtit-X^}r?$wK%{YQTj_#*Hd{tN!W)rZ#}Ui$4j57Qg{m)2We-i){3S@?M2&W9g= zxZZc>ar~81TTijAztGlyFaD_Qc&V+g*p@1^rPkB0KWcm94{cpf!Z73(3sT_P6pR2vX#JNK`cr?2oOK3?LROZ-8I-zEM)iEk@`l6*&rZ!GccE&}xUw+AD^kQh#Sk+unn|apv1|tZ!gD)adKo?qhr%TQSnoR%&W39cV9g^#Ern(p+loK%_ZdYH9nA zt~VH8=m|mS+U?3oHaG!6kPQiLTzK9cQuYjf1>ZGkIRV7GjGG0TV~D+pU>t#nz}5L3 z#4yskcI None: + self.dry_run = dry_run + self.force = force + self.verbose = verbose + + # 'output_dir': a common output directory for object, library, + # shared object, and shared library files + self.output_dir: str | None = None + + # 'macros': a list of macro definitions (or undefinitions). A + # macro definition is a 2-tuple (name, value), where the value is + # either a string or None (no explicit value). A macro + # undefinition is a 1-tuple (name,). + self.macros: list[_Macro] = [] + + # 'include_dirs': a list of directories to search for include files + self.include_dirs = [] + + # 'libraries': a list of libraries to include in any link + # (library names, not filenames: eg. "foo" not "libfoo.a") + self.libraries: list[str] = [] + + # 'library_dirs': a list of directories to search for libraries + self.library_dirs = [] + + # 'runtime_library_dirs': a list of directories to search for + # shared libraries/objects at runtime + self.runtime_library_dirs: list[str] = [] + + # 'objects': a list of object files (or similar, such as explicitly + # named library files) to include on any link + self.objects: list[str] = [] + + for key in self.executables.keys(): + self.set_executable(key, self.executables[key]) + + def set_executables(self, **kwargs: str) -> None: + """Define the executables (and options for them) that will be run + to perform the various stages of compilation. The exact set of + executables that may be specified here depends on the compiler + class (via the 'executables' class attribute), but most will have: + compiler the C/C++ compiler + linker_so linker used to create shared objects and libraries + linker_exe linker used to create binary executables + archiver static library creator + + On platforms with a command-line (Unix, DOS/Windows), each of these + is a string that will be split into executable name and (optional) + list of arguments. (Splitting the string is done similarly to how + Unix shells operate: words are delimited by spaces, but quotes and + backslashes can override this. See + 'distutils.util.split_quoted()'.) + """ + + # Note that some CCompiler implementation classes will define class + # attributes 'cpp', 'cc', etc. with hard-coded executable names; + # this is appropriate when a compiler class is for exactly one + # compiler/OS combination (eg. MSVCCompiler). Other compiler + # classes (UnixCCompiler, in particular) are driven by information + # discovered at run-time, since there are many different ways to do + # basically the same things with Unix C compilers. + + for key in kwargs: + if key not in self.executables: + raise ValueError( + f"unknown executable '{key}' for class {self.__class__.__name__}" + ) + self.set_executable(key, kwargs[key]) + + def set_executable(self, key, value): + if isinstance(value, str): + setattr(self, key, split_quoted(value)) + else: + setattr(self, key, value) + + def _find_macro(self, name): + i = 0 + for defn in self.macros: + if defn[0] == name: + return i + i += 1 + return None + + def _check_macro_definitions(self, definitions): + """Ensure that every element of 'definitions' is valid.""" + for defn in definitions: + self._check_macro_definition(*defn) + + def _check_macro_definition(self, defn): + """ + Raise a TypeError if defn is not valid. + + A valid definition is either a (name, value) 2-tuple or a (name,) tuple. + """ + if not isinstance(defn, tuple) or not self._is_valid_macro(*defn): + raise TypeError( + f"invalid macro definition '{defn}': " + "must be tuple (string,), (string, string), or (string, None)" + ) + + @staticmethod + def _is_valid_macro(name, value=None): + """ + A valid macro is a ``name : str`` and a ``value : str | None``. + + >>> Compiler._is_valid_macro('foo', None) + True + """ + return isinstance(name, str) and isinstance(value, (str, type(None))) + + # -- Bookkeeping methods ------------------------------------------- + + def define_macro(self, name: str, value: str | None = None) -> None: + """Define a preprocessor macro for all compilations driven by this + compiler object. The optional parameter 'value' should be a + string; if it is not supplied, then the macro will be defined + without an explicit value and the exact outcome depends on the + compiler used (XXX true? does ANSI say anything about this?) + """ + # Delete from the list of macro definitions/undefinitions if + # already there (so that this one will take precedence). + i = self._find_macro(name) + if i is not None: + del self.macros[i] + + self.macros.append((name, value)) + + def undefine_macro(self, name: str) -> None: + """Undefine a preprocessor macro for all compilations driven by + this compiler object. If the same macro is defined by + 'define_macro()' and undefined by 'undefine_macro()' the last call + takes precedence (including multiple redefinitions or + undefinitions). If the macro is redefined/undefined on a + per-compilation basis (ie. in the call to 'compile()'), then that + takes precedence. + """ + # Delete from the list of macro definitions/undefinitions if + # already there (so that this one will take precedence). + i = self._find_macro(name) + if i is not None: + del self.macros[i] + + undefn = (name,) + self.macros.append(undefn) + + def add_include_dir(self, dir: str) -> None: + """Add 'dir' to the list of directories that will be searched for + header files. The compiler is instructed to search directories in + the order in which they are supplied by successive calls to + 'add_include_dir()'. + """ + self.include_dirs.append(dir) + + def set_include_dirs(self, dirs: list[str]) -> None: + """Set the list of directories that will be searched to 'dirs' (a + list of strings). Overrides any preceding calls to + 'add_include_dir()'; subsequence calls to 'add_include_dir()' add + to the list passed to 'set_include_dirs()'. This does not affect + any list of standard include directories that the compiler may + search by default. + """ + self.include_dirs = dirs[:] + + def add_library(self, libname: str) -> None: + """Add 'libname' to the list of libraries that will be included in + all links driven by this compiler object. Note that 'libname' + should *not* be the name of a file containing a library, but the + name of the library itself: the actual filename will be inferred by + the linker, the compiler, or the compiler class (depending on the + platform). + + The linker will be instructed to link against libraries in the + order they were supplied to 'add_library()' and/or + 'set_libraries()'. It is perfectly valid to duplicate library + names; the linker will be instructed to link against libraries as + many times as they are mentioned. + """ + self.libraries.append(libname) + + def set_libraries(self, libnames: list[str]) -> None: + """Set the list of libraries to be included in all links driven by + this compiler object to 'libnames' (a list of strings). This does + not affect any standard system libraries that the linker may + include by default. + """ + self.libraries = libnames[:] + + def add_library_dir(self, dir: str) -> None: + """Add 'dir' to the list of directories that will be searched for + libraries specified to 'add_library()' and 'set_libraries()'. The + linker will be instructed to search for libraries in the order they + are supplied to 'add_library_dir()' and/or 'set_library_dirs()'. + """ + self.library_dirs.append(dir) + + def set_library_dirs(self, dirs: list[str]) -> None: + """Set the list of library search directories to 'dirs' (a list of + strings). This does not affect any standard library search path + that the linker may search by default. + """ + self.library_dirs = dirs[:] + + def add_runtime_library_dir(self, dir: str) -> None: + """Add 'dir' to the list of directories that will be searched for + shared libraries at runtime. + """ + self.runtime_library_dirs.append(dir) + + def set_runtime_library_dirs(self, dirs: list[str]) -> None: + """Set the list of directories to search for shared libraries at + runtime to 'dirs' (a list of strings). This does not affect any + standard search path that the runtime linker may search by + default. + """ + self.runtime_library_dirs = dirs[:] + + def add_link_object(self, object: str) -> None: + """Add 'object' to the list of object files (or analogues, such as + explicitly named library files or the output of "resource + compilers") to be included in every link driven by this compiler + object. + """ + self.objects.append(object) + + def set_link_objects(self, objects: list[str]) -> None: + """Set the list of object files (or analogues) to be included in + every link to 'objects'. This does not affect any standard object + files that the linker may include by default (such as system + libraries). + """ + self.objects = objects[:] + + # -- Private utility methods -------------------------------------- + # (here for the convenience of subclasses) + + # Helper method to prep compiler in subclass compile() methods + + def _setup_compile( + self, + outdir: str | None, + macros: list[_Macro] | None, + incdirs: list[str] | tuple[str, ...] | None, + sources, + depends, + extra, + ): + """Process arguments and decide which source files to compile.""" + outdir, macros, incdirs = self._fix_compile_args(outdir, macros, incdirs) + + if extra is None: + extra = [] + + # Get the list of expected output (object) files + objects = self.object_filenames(sources, strip_dir=False, output_dir=outdir) + assert len(objects) == len(sources) + + pp_opts = gen_preprocess_options(macros, incdirs) + + build = {} + for i in range(len(sources)): + src = sources[i] + obj = objects[i] + ext = os.path.splitext(src)[1] + self.mkpath(os.path.dirname(obj)) + build[obj] = (src, ext) + + return macros, objects, extra, pp_opts, build + + def _get_cc_args(self, pp_opts, debug, before): + # works for unixccompiler, cygwinccompiler + cc_args = pp_opts + ['-c'] + if debug: + cc_args[:0] = ['-g'] + if before: + cc_args[:0] = before + return cc_args + + def _fix_compile_args( + self, + output_dir: str | None, + macros: list[_Macro] | None, + include_dirs: list[str] | tuple[str, ...] | None, + ) -> tuple[str, list[_Macro], list[str]]: + """Typecheck and fix-up some of the arguments to the 'compile()' + method, and return fixed-up values. Specifically: if 'output_dir' + is None, replaces it with 'self.output_dir'; ensures that 'macros' + is a list, and augments it with 'self.macros'; ensures that + 'include_dirs' is a list, and augments it with 'self.include_dirs'. + Guarantees that the returned values are of the correct type, + i.e. for 'output_dir' either string or None, and for 'macros' and + 'include_dirs' either list or None. + """ + if output_dir is None: + output_dir = self.output_dir + elif not isinstance(output_dir, str): + raise TypeError("'output_dir' must be a string or None") + + if macros is None: + macros = list(self.macros) + elif isinstance(macros, list): + macros = macros + (self.macros or []) + else: + raise TypeError("'macros' (if supplied) must be a list of tuples") + + if include_dirs is None: + include_dirs = list(self.include_dirs) + elif isinstance(include_dirs, (list, tuple)): + include_dirs = list(include_dirs) + (self.include_dirs or []) + else: + raise TypeError("'include_dirs' (if supplied) must be a list of strings") + + # add include dirs for class + include_dirs += self.__class__.include_dirs + + return output_dir, macros, include_dirs + + def _prep_compile(self, sources, output_dir, depends=None): + """Decide which source files must be recompiled. + + Determine the list of object files corresponding to 'sources', + and figure out which ones really need to be recompiled. + Return a list of all object files and a dictionary telling + which source files can be skipped. + """ + # Get the list of expected output (object) files + objects = self.object_filenames(sources, output_dir=output_dir) + assert len(objects) == len(sources) + + # Return an empty dict for the "which source files can be skipped" + # return value to preserve API compatibility. + return objects, {} + + def _fix_object_args( + self, objects: list[str] | tuple[str, ...], output_dir: str | None + ) -> tuple[list[str], str]: + """Typecheck and fix up some arguments supplied to various methods. + Specifically: ensure that 'objects' is a list; if output_dir is + None, replace with self.output_dir. Return fixed versions of + 'objects' and 'output_dir'. + """ + if not isinstance(objects, (list, tuple)): + raise TypeError("'objects' must be a list or tuple of strings") + objects = list(objects) + + if output_dir is None: + output_dir = self.output_dir + elif not isinstance(output_dir, str): + raise TypeError("'output_dir' must be a string or None") + + return (objects, output_dir) + + def _fix_lib_args( + self, + libraries: list[str] | tuple[str, ...] | None, + library_dirs: list[str] | tuple[str, ...] | None, + runtime_library_dirs: list[str] | tuple[str, ...] | None, + ) -> tuple[list[str], list[str], list[str]]: + """Typecheck and fix up some of the arguments supplied to the + 'link_*' methods. Specifically: ensure that all arguments are + lists, and augment them with their permanent versions + (eg. 'self.libraries' augments 'libraries'). Return a tuple with + fixed versions of all arguments. + """ + if libraries is None: + libraries = list(self.libraries) + elif isinstance(libraries, (list, tuple)): + libraries = list(libraries) + (self.libraries or []) + else: + raise TypeError("'libraries' (if supplied) must be a list of strings") + + if library_dirs is None: + library_dirs = list(self.library_dirs) + elif isinstance(library_dirs, (list, tuple)): + library_dirs = list(library_dirs) + (self.library_dirs or []) + else: + raise TypeError("'library_dirs' (if supplied) must be a list of strings") + + # add library dirs for class + library_dirs += self.__class__.library_dirs + + if runtime_library_dirs is None: + runtime_library_dirs = list(self.runtime_library_dirs) + elif isinstance(runtime_library_dirs, (list, tuple)): + runtime_library_dirs = list(runtime_library_dirs) + ( + self.runtime_library_dirs or [] + ) + else: + raise TypeError( + "'runtime_library_dirs' (if supplied) must be a list of strings" + ) + + return (libraries, library_dirs, runtime_library_dirs) + + def _need_link(self, objects, output_file): + """Return true if we need to relink the files listed in 'objects' + to recreate 'output_file'. + """ + if self.force: + return True + else: + if self.dry_run: + newer = newer_group(objects, output_file, missing='newer') + else: + newer = newer_group(objects, output_file) + return newer + + def detect_language(self, sources: str | list[str]) -> str | None: + """Detect the language of a given file, or list of files. Uses + language_map, and language_order to do the job. + """ + if not isinstance(sources, list): + sources = [sources] + lang = None + index = len(self.language_order) + for source in sources: + base, ext = os.path.splitext(source) + extlang = self.language_map.get(ext) + try: + extindex = self.language_order.index(extlang) + if extindex < index: + lang = extlang + index = extindex + except ValueError: + pass + return lang + + # -- Worker methods ------------------------------------------------ + # (must be implemented by subclasses) + + def preprocess( + self, + source: str | os.PathLike[str], + output_file: str | os.PathLike[str] | None = None, + macros: list[_Macro] | None = None, + include_dirs: list[str] | tuple[str, ...] | None = None, + extra_preargs: list[str] | None = None, + extra_postargs: Iterable[str] | None = None, + ): + """Preprocess a single C/C++ source file, named in 'source'. + Output will be written to file named 'output_file', or stdout if + 'output_file' not supplied. 'macros' is a list of macro + definitions as for 'compile()', which will augment the macros set + with 'define_macro()' and 'undefine_macro()'. 'include_dirs' is a + list of directory names that will be added to the default list. + + Raises PreprocessError on failure. + """ + pass + + def compile( + self, + sources: Sequence[str | os.PathLike[str]], + output_dir: str | None = None, + macros: list[_Macro] | None = None, + include_dirs: list[str] | tuple[str, ...] | None = None, + debug: bool = False, + extra_preargs: list[str] | None = None, + extra_postargs: list[str] | None = None, + depends: list[str] | tuple[str, ...] | None = None, + ) -> list[str]: + """Compile one or more source files. + + 'sources' must be a list of filenames, most likely C/C++ + files, but in reality anything that can be handled by a + particular compiler and compiler class (eg. MSVCCompiler can + handle resource files in 'sources'). Return a list of object + filenames, one per source filename in 'sources'. Depending on + the implementation, not all source files will necessarily be + compiled, but all corresponding object filenames will be + returned. + + If 'output_dir' is given, object files will be put under it, while + retaining their original path component. That is, "foo/bar.c" + normally compiles to "foo/bar.o" (for a Unix implementation); if + 'output_dir' is "build", then it would compile to + "build/foo/bar.o". + + 'macros', if given, must be a list of macro definitions. A macro + definition is either a (name, value) 2-tuple or a (name,) 1-tuple. + The former defines a macro; if the value is None, the macro is + defined without an explicit value. The 1-tuple case undefines a + macro. Later definitions/redefinitions/ undefinitions take + precedence. + + 'include_dirs', if given, must be a list of strings, the + directories to add to the default include file search path for this + compilation only. + + 'debug' is a boolean; if true, the compiler will be instructed to + output debug symbols in (or alongside) the object file(s). + + 'extra_preargs' and 'extra_postargs' are implementation- dependent. + On platforms that have the notion of a command-line (e.g. Unix, + DOS/Windows), they are most likely lists of strings: extra + command-line arguments to prepend/append to the compiler command + line. On other platforms, consult the implementation class + documentation. In any event, they are intended as an escape hatch + for those occasions when the abstract compiler framework doesn't + cut the mustard. + + 'depends', if given, is a list of filenames that all targets + depend on. If a source file is older than any file in + depends, then the source file will be recompiled. This + supports dependency tracking, but only at a coarse + granularity. + + Raises CompileError on failure. + """ + # A concrete compiler class can either override this method + # entirely or implement _compile(). + macros, objects, extra_postargs, pp_opts, build = self._setup_compile( + output_dir, macros, include_dirs, sources, depends, extra_postargs + ) + cc_args = self._get_cc_args(pp_opts, debug, extra_preargs) + + for obj in objects: + try: + src, ext = build[obj] + except KeyError: + continue + self._compile(obj, src, ext, cc_args, extra_postargs, pp_opts) + + # Return *all* object filenames, not just the ones we just built. + return objects + + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): + """Compile 'src' to product 'obj'.""" + # A concrete compiler class that does not override compile() + # should implement _compile(). + pass + + def create_static_lib( + self, + objects: list[str] | tuple[str, ...], + output_libname: str, + output_dir: str | None = None, + debug: bool = False, + target_lang: str | None = None, + ) -> None: + """Link a bunch of stuff together to create a static library file. + The "bunch of stuff" consists of the list of object files supplied + as 'objects', the extra object files supplied to + 'add_link_object()' and/or 'set_link_objects()', the libraries + supplied to 'add_library()' and/or 'set_libraries()', and the + libraries supplied as 'libraries' (if any). + + 'output_libname' should be a library name, not a filename; the + filename will be inferred from the library name. 'output_dir' is + the directory where the library file will be put. + + 'debug' is a boolean; if true, debugging information will be + included in the library (note that on most platforms, it is the + compile step where this matters: the 'debug' flag is included here + just for consistency). + + 'target_lang' is the target language for which the given objects + are being compiled. This allows specific linkage time treatment of + certain languages. + + Raises LibError on failure. + """ + pass + + # values for target_desc parameter in link() + SHARED_OBJECT = "shared_object" + SHARED_LIBRARY = "shared_library" + EXECUTABLE = "executable" + + def link( + self, + target_desc: str, + objects: list[str] | tuple[str, ...], + output_filename: str, + output_dir: str | None = None, + libraries: list[str] | tuple[str, ...] | None = None, + library_dirs: list[str] | tuple[str, ...] | None = None, + runtime_library_dirs: list[str] | tuple[str, ...] | None = None, + export_symbols: Iterable[str] | None = None, + debug: bool = False, + extra_preargs: list[str] | None = None, + extra_postargs: list[str] | None = None, + build_temp: str | os.PathLike[str] | None = None, + target_lang: str | None = None, + ): + """Link a bunch of stuff together to create an executable or + shared library file. + + The "bunch of stuff" consists of the list of object files supplied + as 'objects'. 'output_filename' should be a filename. If + 'output_dir' is supplied, 'output_filename' is relative to it + (i.e. 'output_filename' can provide directory components if + needed). + + 'libraries' is a list of libraries to link against. These are + library names, not filenames, since they're translated into + filenames in a platform-specific way (eg. "foo" becomes "libfoo.a" + on Unix and "foo.lib" on DOS/Windows). However, they can include a + directory component, which means the linker will look in that + specific directory rather than searching all the normal locations. + + 'library_dirs', if supplied, should be a list of directories to + search for libraries that were specified as bare library names + (ie. no directory component). These are on top of the system + default and those supplied to 'add_library_dir()' and/or + 'set_library_dirs()'. 'runtime_library_dirs' is a list of + directories that will be embedded into the shared library and used + to search for other shared libraries that *it* depends on at + run-time. (This may only be relevant on Unix.) + + 'export_symbols' is a list of symbols that the shared library will + export. (This appears to be relevant only on Windows.) + + 'debug' is as for 'compile()' and 'create_static_lib()', with the + slight distinction that it actually matters on most platforms (as + opposed to 'create_static_lib()', which includes a 'debug' flag + mostly for form's sake). + + 'extra_preargs' and 'extra_postargs' are as for 'compile()' (except + of course that they supply command-line arguments for the + particular linker being used). + + 'target_lang' is the target language for which the given objects + are being compiled. This allows specific linkage time treatment of + certain languages. + + Raises LinkError on failure. + """ + raise NotImplementedError + + # Old 'link_*()' methods, rewritten to use the new 'link()' method. + + def link_shared_lib( + self, + objects: list[str] | tuple[str, ...], + output_libname: str, + output_dir: str | None = None, + libraries: list[str] | tuple[str, ...] | None = None, + library_dirs: list[str] | tuple[str, ...] | None = None, + runtime_library_dirs: list[str] | tuple[str, ...] | None = None, + export_symbols: Iterable[str] | None = None, + debug: bool = False, + extra_preargs: list[str] | None = None, + extra_postargs: list[str] | None = None, + build_temp: str | os.PathLike[str] | None = None, + target_lang: str | None = None, + ): + self.link( + Compiler.SHARED_LIBRARY, + objects, + self.library_filename(output_libname, lib_type='shared'), + output_dir, + libraries, + library_dirs, + runtime_library_dirs, + export_symbols, + debug, + extra_preargs, + extra_postargs, + build_temp, + target_lang, + ) + + def link_shared_object( + self, + objects: list[str] | tuple[str, ...], + output_filename: str, + output_dir: str | None = None, + libraries: list[str] | tuple[str, ...] | None = None, + library_dirs: list[str] | tuple[str, ...] | None = None, + runtime_library_dirs: list[str] | tuple[str, ...] | None = None, + export_symbols: Iterable[str] | None = None, + debug: bool = False, + extra_preargs: list[str] | None = None, + extra_postargs: list[str] | None = None, + build_temp: str | os.PathLike[str] | None = None, + target_lang: str | None = None, + ): + self.link( + Compiler.SHARED_OBJECT, + objects, + output_filename, + output_dir, + libraries, + library_dirs, + runtime_library_dirs, + export_symbols, + debug, + extra_preargs, + extra_postargs, + build_temp, + target_lang, + ) + + def link_executable( + self, + objects: list[str] | tuple[str, ...], + output_progname: str, + output_dir: str | None = None, + libraries: list[str] | tuple[str, ...] | None = None, + library_dirs: list[str] | tuple[str, ...] | None = None, + runtime_library_dirs: list[str] | tuple[str, ...] | None = None, + debug: bool = False, + extra_preargs: list[str] | None = None, + extra_postargs: list[str] | None = None, + target_lang: str | None = None, + ): + self.link( + Compiler.EXECUTABLE, + objects, + self.executable_filename(output_progname), + output_dir, + libraries, + library_dirs, + runtime_library_dirs, + None, + debug, + extra_preargs, + extra_postargs, + None, + target_lang, + ) + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function; there is + # no appropriate default implementation so subclasses should + # implement all of these. + + def library_dir_option(self, dir: str) -> str: + """Return the compiler option to add 'dir' to the list of + directories searched for libraries. + """ + raise NotImplementedError + + def runtime_library_dir_option(self, dir: str) -> str: + """Return the compiler option to add 'dir' to the list of + directories searched for runtime libraries. + """ + raise NotImplementedError + + def library_option(self, lib: str) -> str: + """Return the compiler option to add 'lib' to the list of libraries + linked into the shared library or executable. + """ + raise NotImplementedError + + def has_function( # noqa: C901 + self, + funcname: str, + includes: Iterable[str] | None = None, + include_dirs: list[str] | tuple[str, ...] | None = None, + libraries: list[str] | None = None, + library_dirs: list[str] | tuple[str, ...] | None = None, + ) -> bool: + """Return a boolean indicating whether funcname is provided as + a symbol on the current platform. The optional arguments can + be used to augment the compilation environment. + + The libraries argument is a list of flags to be passed to the + linker to make additional symbol definitions available for + linking. + + The includes and include_dirs arguments are deprecated. + Usually, supplying include files with function declarations + will cause function detection to fail even in cases where the + symbol is available for linking. + + """ + # this can't be included at module scope because it tries to + # import math which might not be available at that point - maybe + # the necessary logic should just be inlined? + import tempfile + + if includes is None: + includes = [] + else: + warnings.warn("includes is deprecated", DeprecationWarning) + if include_dirs is None: + include_dirs = [] + else: + warnings.warn("include_dirs is deprecated", DeprecationWarning) + if libraries is None: + libraries = [] + if library_dirs is None: + library_dirs = [] + fd, fname = tempfile.mkstemp(".c", funcname, text=True) + with os.fdopen(fd, "w", encoding='utf-8') as f: + for incl in includes: + f.write(f"""#include "{incl}"\n""") + if not includes: + # Use "char func(void);" as the prototype to follow + # what autoconf does. This prototype does not match + # any well-known function the compiler might recognize + # as a builtin, so this ends up as a true link test. + # Without a fake prototype, the test would need to + # know the exact argument types, and the has_function + # interface does not provide that level of information. + f.write( + f"""\ +#ifdef __cplusplus +extern "C" +#endif +char {funcname}(void); +""" + ) + f.write( + f"""\ +int main (int argc, char **argv) {{ + {funcname}(); + return 0; +}} +""" + ) + + try: + objects = self.compile([fname], include_dirs=include_dirs) + except CompileError: + return False + finally: + os.remove(fname) + + try: + self.link_executable( + objects, "a.out", libraries=libraries, library_dirs=library_dirs + ) + except (LinkError, TypeError): + return False + else: + os.remove( + self.executable_filename("a.out", output_dir=self.output_dir or '') + ) + finally: + for fn in objects: + os.remove(fn) + return True + + def find_library_file( + self, dirs: Iterable[str], lib: str, debug: bool = False + ) -> str | None: + """Search the specified list of directories for a static or shared + library file 'lib' and return the full path to that file. If + 'debug' true, look for a debugging version (if that makes sense on + the current platform). Return None if 'lib' wasn't found in any of + the specified directories. + """ + raise NotImplementedError + + # -- Filename generation methods ----------------------------------- + + # The default implementation of the filename generating methods are + # prejudiced towards the Unix/DOS/Windows view of the world: + # * object files are named by replacing the source file extension + # (eg. .c/.cpp -> .o/.obj) + # * library files (shared or static) are named by plugging the + # library name and extension into a format string, eg. + # "lib%s.%s" % (lib_name, ".a") for Unix static libraries + # * executables are named by appending an extension (possibly + # empty) to the program name: eg. progname + ".exe" for + # Windows + # + # To reduce redundant code, these methods expect to find + # several attributes in the current object (presumably defined + # as class attributes): + # * src_extensions - + # list of C/C++ source file extensions, eg. ['.c', '.cpp'] + # * obj_extension - + # object file extension, eg. '.o' or '.obj' + # * static_lib_extension - + # extension for static library files, eg. '.a' or '.lib' + # * shared_lib_extension - + # extension for shared library/object files, eg. '.so', '.dll' + # * static_lib_format - + # format string for generating static library filenames, + # eg. 'lib%s.%s' or '%s.%s' + # * shared_lib_format + # format string for generating shared library filenames + # (probably same as static_lib_format, since the extension + # is one of the intended parameters to the format string) + # * exe_extension - + # extension for executable files, eg. '' or '.exe' + + def object_filenames( + self, + source_filenames: Iterable[str | os.PathLike[str]], + strip_dir: bool = False, + output_dir: str | os.PathLike[str] | None = '', + ) -> list[str]: + if output_dir is None: + output_dir = '' + return list( + self._make_out_path(output_dir, strip_dir, src_name) + for src_name in source_filenames + ) + + @property + def out_extensions(self): + return dict.fromkeys(self.src_extensions, self.obj_extension) + + def _make_out_path(self, output_dir, strip_dir, src_name): + return self._make_out_path_exts( + output_dir, strip_dir, src_name, self.out_extensions + ) + + @classmethod + def _make_out_path_exts(cls, output_dir, strip_dir, src_name, extensions): + r""" + >>> exts = {'.c': '.o'} + >>> Compiler._make_out_path_exts('.', False, '/foo/bar.c', exts).replace('\\', '/') + './foo/bar.o' + >>> Compiler._make_out_path_exts('.', True, '/foo/bar.c', exts).replace('\\', '/') + './bar.o' + """ + src = pathlib.PurePath(src_name) + # Ensure base is relative to honor output_dir (python/cpython#37775). + base = cls._make_relative(src) + try: + new_ext = extensions[src.suffix] + except LookupError: + raise UnknownFileType(f"unknown file type '{src.suffix}' (from '{src}')") + if strip_dir: + base = pathlib.PurePath(base.name) + return os.path.join(output_dir, base.with_suffix(new_ext)) + + @staticmethod + def _make_relative(base: pathlib.Path): + return base.relative_to(base.anchor) + + @overload + def shared_object_filename( + self, + basename: str, + strip_dir: Literal[False] = False, + output_dir: str | os.PathLike[str] = "", + ) -> str: ... + @overload + def shared_object_filename( + self, + basename: str | os.PathLike[str], + strip_dir: Literal[True], + output_dir: str | os.PathLike[str] = "", + ) -> str: ... + def shared_object_filename( + self, + basename: str | os.PathLike[str], + strip_dir: bool = False, + output_dir: str | os.PathLike[str] = '', + ) -> str: + assert output_dir is not None + if strip_dir: + basename = os.path.basename(basename) + return os.path.join(output_dir, basename + self.shared_lib_extension) + + @overload + def executable_filename( + self, + basename: str, + strip_dir: Literal[False] = False, + output_dir: str | os.PathLike[str] = "", + ) -> str: ... + @overload + def executable_filename( + self, + basename: str | os.PathLike[str], + strip_dir: Literal[True], + output_dir: str | os.PathLike[str] = "", + ) -> str: ... + def executable_filename( + self, + basename: str | os.PathLike[str], + strip_dir: bool = False, + output_dir: str | os.PathLike[str] = '', + ) -> str: + assert output_dir is not None + if strip_dir: + basename = os.path.basename(basename) + return os.path.join(output_dir, basename + (self.exe_extension or '')) + + def library_filename( + self, + libname: str, + lib_type: str = "static", + strip_dir: bool = False, + output_dir: str | os.PathLike[str] = "", # or 'shared' + ): + assert output_dir is not None + expected = '"static", "shared", "dylib", "xcode_stub"' + if lib_type not in eval(expected): + raise ValueError(f"'lib_type' must be {expected}") + fmt = getattr(self, lib_type + "_lib_format") + ext = getattr(self, lib_type + "_lib_extension") + + dir, base = os.path.split(libname) + filename = fmt % (base, ext) + if strip_dir: + dir = '' + + return os.path.join(output_dir, dir, filename) + + # -- Utility methods ----------------------------------------------- + + def announce(self, msg: object, level: int = 1) -> None: + log.debug(msg) + + def debug_print(self, msg: object) -> None: + from distutils.debug import DEBUG + + if DEBUG: + print(msg) + + def warn(self, msg: object) -> None: + sys.stderr.write(f"warning: {msg}\n") + + def execute( + self, + func: Callable[[Unpack[_Ts]], object], + args: tuple[Unpack[_Ts]], + msg: object = None, + level: int = 1, + ) -> None: + execute(func, args, msg, self.dry_run) + + def spawn( + self, cmd: MutableSequence[bytes | str | os.PathLike[str]], **kwargs + ) -> None: + spawn(cmd, dry_run=self.dry_run, **kwargs) + + @overload + def move_file( + self, src: str | os.PathLike[str], dst: _StrPathT + ) -> _StrPathT | str: ... + @overload + def move_file( + self, src: bytes | os.PathLike[bytes], dst: _BytesPathT + ) -> _BytesPathT | bytes: ... + def move_file( + self, + src: str | os.PathLike[str] | bytes | os.PathLike[bytes], + dst: str | os.PathLike[str] | bytes | os.PathLike[bytes], + ) -> str | os.PathLike[str] | bytes | os.PathLike[bytes]: + return move_file(src, dst, dry_run=self.dry_run) + + def mkpath(self, name, mode=0o777): + mkpath(name, mode, dry_run=self.dry_run) + + +# Map a sys.platform/os.name ('posix', 'nt') to the default compiler +# type for that platform. Keys are interpreted as re match +# patterns. Order is important; platform mappings are preferred over +# OS names. +_default_compilers = ( + # Platform string mappings + # on a cygwin built python we can use gcc like an ordinary UNIXish + # compiler + ('cygwin.*', 'unix'), + ('zos', 'zos'), + # OS name mappings + ('posix', 'unix'), + ('nt', 'msvc'), +) + + +def get_default_compiler(osname: str | None = None, platform: str | None = None) -> str: + """Determine the default compiler to use for the given platform. + + osname should be one of the standard Python OS names (i.e. the + ones returned by os.name) and platform the common value + returned by sys.platform for the platform in question. + + The default values are os.name and sys.platform in case the + parameters are not given. + """ + if osname is None: + osname = os.name + if platform is None: + platform = sys.platform + # Mingw is a special case where sys.platform is 'win32' but we + # want to use the 'mingw32' compiler, so check it first + if is_mingw(): + return 'mingw32' + for pattern, compiler in _default_compilers: + if ( + re.match(pattern, platform) is not None + or re.match(pattern, osname) is not None + ): + return compiler + # Default to Unix compiler + return 'unix' + + +# Map compiler types to (module_name, class_name) pairs -- ie. where to +# find the code that implements an interface to this compiler. (The module +# is assumed to be in the 'distutils' package.) +compiler_class = { + 'unix': ('unixccompiler', 'UnixCCompiler', "standard UNIX-style compiler"), + 'msvc': ('_msvccompiler', 'MSVCCompiler', "Microsoft Visual C++"), + 'cygwin': ( + 'cygwinccompiler', + 'CygwinCCompiler', + "Cygwin port of GNU C Compiler for Win32", + ), + 'mingw32': ( + 'cygwinccompiler', + 'Mingw32CCompiler', + "Mingw32 port of GNU C Compiler for Win32", + ), + 'bcpp': ('bcppcompiler', 'BCPPCompiler', "Borland C++ Compiler"), + 'zos': ('zosccompiler', 'zOSCCompiler', 'IBM XL C/C++ Compilers'), +} + + +def show_compilers() -> None: + """Print list of available compilers (used by the "--help-compiler" + options to "build", "build_ext", "build_clib"). + """ + # XXX this "knows" that the compiler option it's describing is + # "--compiler", which just happens to be the case for the three + # commands that use it. + from distutils.fancy_getopt import FancyGetopt + + compilers = sorted( + ("compiler=" + compiler, None, compiler_class[compiler][2]) + for compiler in compiler_class.keys() + ) + pretty_printer = FancyGetopt(compilers) + pretty_printer.print_help("List of available compilers:") + + +def new_compiler( + plat: str | None = None, + compiler: str | None = None, + verbose: bool = False, + dry_run: bool = False, + force: bool = False, +) -> Compiler: + """Generate an instance of some CCompiler subclass for the supplied + platform/compiler combination. 'plat' defaults to 'os.name' + (eg. 'posix', 'nt'), and 'compiler' defaults to the default compiler + for that platform. Currently only 'posix' and 'nt' are supported, and + the default compilers are "traditional Unix interface" (UnixCCompiler + class) and Visual C++ (MSVCCompiler class). Note that it's perfectly + possible to ask for a Unix compiler object under Windows, and a + Microsoft compiler object under Unix -- if you supply a value for + 'compiler', 'plat' is ignored. + """ + if plat is None: + plat = os.name + + try: + if compiler is None: + compiler = get_default_compiler(plat) + + (module_name, class_name, long_description) = compiler_class[compiler] + except KeyError: + msg = f"don't know how to compile C/C++ code on platform '{plat}'" + if compiler is not None: + msg = msg + f" with '{compiler}' compiler" + raise DistutilsPlatformError(msg) + + try: + module_name = "distutils." + module_name + __import__(module_name) + module = sys.modules[module_name] + klass = vars(module)[class_name] + except ImportError: + raise DistutilsModuleError( + f"can't compile C/C++ code: unable to load module '{module_name}'" + ) + except KeyError: + raise DistutilsModuleError( + f"can't compile C/C++ code: unable to find class '{class_name}' " + f"in module '{module_name}'" + ) + + # XXX The None is necessary to preserve backwards compatibility + # with classes that expect verbose to be the first positional + # argument. + return klass(None, dry_run, force) + + +def gen_preprocess_options( + macros: Iterable[_Macro], include_dirs: Iterable[str] +) -> list[str]: + """Generate C pre-processor options (-D, -U, -I) as used by at least + two types of compilers: the typical Unix compiler and Visual C++. + 'macros' is the usual thing, a list of 1- or 2-tuples, where (name,) + means undefine (-U) macro 'name', and (name,value) means define (-D) + macro 'name' to 'value'. 'include_dirs' is just a list of directory + names to be added to the header file search path (-I). Returns a list + of command-line options suitable for either Unix compilers or Visual + C++. + """ + # XXX it would be nice (mainly aesthetic, and so we don't generate + # stupid-looking command lines) to go over 'macros' and eliminate + # redundant definitions/undefinitions (ie. ensure that only the + # latest mention of a particular macro winds up on the command + # line). I don't think it's essential, though, since most (all?) + # Unix C compilers only pay attention to the latest -D or -U + # mention of a macro on their command line. Similar situation for + # 'include_dirs'. I'm punting on both for now. Anyways, weeding out + # redundancies like this should probably be the province of + # CCompiler, since the data structures used are inherited from it + # and therefore common to all CCompiler classes. + pp_opts = [] + for macro in macros: + if not (isinstance(macro, tuple) and 1 <= len(macro) <= 2): + raise TypeError( + f"bad macro definition '{macro}': " + "each element of 'macros' list must be a 1- or 2-tuple" + ) + + if len(macro) == 1: # undefine this macro + pp_opts.append(f"-U{macro[0]}") + elif len(macro) == 2: + if macro[1] is None: # define with no explicit value + pp_opts.append(f"-D{macro[0]}") + else: + # XXX *don't* need to be clever about quoting the + # macro value here, because we're going to avoid the + # shell at all costs when we spawn the command! + pp_opts.append("-D{}={}".format(*macro)) + + pp_opts.extend(f"-I{dir}" for dir in include_dirs) + return pp_opts + + +def gen_lib_options( + compiler: Compiler, + library_dirs: Iterable[str], + runtime_library_dirs: Iterable[str], + libraries: Iterable[str], +) -> list[str]: + """Generate linker options for searching library directories and + linking with specific libraries. 'libraries' and 'library_dirs' are, + respectively, lists of library names (not filenames!) and search + directories. Returns a list of command-line options suitable for use + with some compiler (depending on the two format strings passed in). + """ + lib_opts = [compiler.library_dir_option(dir) for dir in library_dirs] + + for dir in runtime_library_dirs: + lib_opts.extend(always_iterable(compiler.runtime_library_dir_option(dir))) + + # XXX it's important that we *not* remove redundant library mentions! + # sometimes you really do have to say "-lfoo -lbar -lfoo" in order to + # resolve all symbols. I just hope we never have to say "-lfoo obj.o + # -lbar" to get things to work -- that's certainly a possibility, but a + # pretty nasty way to arrange your C code. + + for lib in libraries: + (lib_dir, lib_name) = os.path.split(lib) + if lib_dir: + lib_file = compiler.find_library_file([lib_dir], lib_name) + if lib_file: + lib_opts.append(lib_file) + else: + compiler.warn( + f"no library file corresponding to '{lib}' found (skipping)" + ) + else: + lib_opts.append(compiler.library_option(lib)) + return lib_opts diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py new file mode 100644 index 0000000..bfabbb3 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/cygwin.py @@ -0,0 +1,340 @@ +"""distutils.cygwinccompiler + +Provides the CygwinCCompiler class, a subclass of UnixCCompiler that +handles the Cygwin port of the GNU C compiler to Windows. It also contains +the Mingw32CCompiler class which handles the mingw32 port of GCC (same as +cygwin in no-cygwin mode). +""" + +import copy +import os +import pathlib +import shlex +import sys +import warnings +from subprocess import check_output + +from ...errors import ( + DistutilsExecError, + DistutilsPlatformError, +) +from ...file_util import write_file +from ...sysconfig import get_config_vars +from ...version import LooseVersion, suppress_known_deprecation +from . import unix +from .errors import ( + CompileError, + Error, +) + + +def get_msvcr(): + """No longer needed, but kept for backward compatibility.""" + return [] + + +_runtime_library_dirs_msg = ( + "Unable to set runtime library search path on Windows, " + "usually indicated by `runtime_library_dirs` parameter to Extension" +) + + +class Compiler(unix.Compiler): + """Handles the Cygwin port of the GNU C compiler to Windows.""" + + compiler_type = 'cygwin' + obj_extension = ".o" + static_lib_extension = ".a" + shared_lib_extension = ".dll.a" + dylib_lib_extension = ".dll" + static_lib_format = "lib%s%s" + shared_lib_format = "lib%s%s" + dylib_lib_format = "cyg%s%s" + exe_extension = ".exe" + + def __init__(self, verbose=False, dry_run=False, force=False): + super().__init__(verbose, dry_run, force) + + status, details = check_config_h() + self.debug_print(f"Python's GCC status: {status} (details: {details})") + if status is not CONFIG_H_OK: + self.warn( + "Python's pyconfig.h doesn't seem to support your compiler. " + f"Reason: {details}. " + "Compiling may fail because of undefined preprocessor macros." + ) + + self.cc, self.cxx = get_config_vars('CC', 'CXX') + + # Override 'CC' and 'CXX' environment variables for + # building using MINGW compiler for MSVC python. + self.cc = os.environ.get('CC', self.cc or 'gcc') + self.cxx = os.environ.get('CXX', self.cxx or 'g++') + + self.linker_dll = self.cc + self.linker_dll_cxx = self.cxx + shared_option = "-shared" + + self.set_executables( + compiler=f'{self.cc} -mcygwin -O -Wall', + compiler_so=f'{self.cc} -mcygwin -mdll -O -Wall', + compiler_cxx=f'{self.cxx} -mcygwin -O -Wall', + compiler_so_cxx=f'{self.cxx} -mcygwin -mdll -O -Wall', + linker_exe=f'{self.cc} -mcygwin', + linker_so=f'{self.linker_dll} -mcygwin {shared_option}', + linker_exe_cxx=f'{self.cxx} -mcygwin', + linker_so_cxx=f'{self.linker_dll_cxx} -mcygwin {shared_option}', + ) + + self.dll_libraries = get_msvcr() + + @property + def gcc_version(self): + # Older numpy depended on this existing to check for ancient + # gcc versions. This doesn't make much sense with clang etc so + # just hardcode to something recent. + # https://github.com/numpy/numpy/pull/20333 + warnings.warn( + "gcc_version attribute of CygwinCCompiler is deprecated. " + "Instead of returning actual gcc version a fixed value 11.2.0 is returned.", + DeprecationWarning, + stacklevel=2, + ) + with suppress_known_deprecation(): + return LooseVersion("11.2.0") + + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): + """Compiles the source by spawning GCC and windres if needed.""" + if ext in ('.rc', '.res'): + # gcc needs '.res' and '.rc' compiled to object files !!! + try: + self.spawn(["windres", "-i", src, "-o", obj]) + except DistutilsExecError as msg: + raise CompileError(msg) + else: # for other files use the C-compiler + try: + if self.detect_language(src) == 'c++': + self.spawn( + self.compiler_so_cxx + + cc_args + + [src, '-o', obj] + + extra_postargs + ) + else: + self.spawn( + self.compiler_so + cc_args + [src, '-o', obj] + extra_postargs + ) + except DistutilsExecError as msg: + raise CompileError(msg) + + def link( + self, + target_desc, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=False, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None, + ): + """Link the objects.""" + # use separate copies, so we can modify the lists + extra_preargs = copy.copy(extra_preargs or []) + libraries = copy.copy(libraries or []) + objects = copy.copy(objects or []) + + if runtime_library_dirs: + self.warn(_runtime_library_dirs_msg) + + # Additional libraries + libraries.extend(self.dll_libraries) + + # handle export symbols by creating a def-file + # with executables this only works with gcc/ld as linker + if (export_symbols is not None) and ( + target_desc != self.EXECUTABLE or self.linker_dll == "gcc" + ): + # (The linker doesn't do anything if output is up-to-date. + # So it would probably better to check if we really need this, + # but for this we had to insert some unchanged parts of + # UnixCCompiler, and this is not what we want.) + + # we want to put some files in the same directory as the + # object files are, build_temp doesn't help much + # where are the object files + temp_dir = os.path.dirname(objects[0]) + # name of dll to give the helper files the same base name + (dll_name, dll_extension) = os.path.splitext( + os.path.basename(output_filename) + ) + + # generate the filenames for these files + def_file = os.path.join(temp_dir, dll_name + ".def") + + # Generate .def file + contents = [f"LIBRARY {os.path.basename(output_filename)}", "EXPORTS"] + contents.extend(export_symbols) + self.execute(write_file, (def_file, contents), f"writing {def_file}") + + # next add options for def-file + + # for gcc/ld the def-file is specified as any object files + objects.append(def_file) + + # end: if ((export_symbols is not None) and + # (target_desc != self.EXECUTABLE or self.linker_dll == "gcc")): + + # who wants symbols and a many times larger output file + # should explicitly switch the debug mode on + # otherwise we let ld strip the output file + # (On my machine: 10KiB < stripped_file < ??100KiB + # unstripped_file = stripped_file + XXX KiB + # ( XXX=254 for a typical python extension)) + if not debug: + extra_preargs.append("-s") + + super().link( + target_desc, + objects, + output_filename, + output_dir, + libraries, + library_dirs, + runtime_library_dirs, + None, # export_symbols, we do this in our def-file + debug, + extra_preargs, + extra_postargs, + build_temp, + target_lang, + ) + + def runtime_library_dir_option(self, dir): + # cygwin doesn't support rpath. While in theory we could error + # out like MSVC does, code might expect it to work like on Unix, so + # just warn and hope for the best. + self.warn(_runtime_library_dirs_msg) + return [] + + # -- Miscellaneous methods ----------------------------------------- + + def _make_out_path(self, output_dir, strip_dir, src_name): + # use normcase to make sure '.rc' is really '.rc' and not '.RC' + norm_src_name = os.path.normcase(src_name) + return super()._make_out_path(output_dir, strip_dir, norm_src_name) + + @property + def out_extensions(self): + """ + Add support for rc and res files. + """ + return { + **super().out_extensions, + **{ext: ext + self.obj_extension for ext in ('.res', '.rc')}, + } + + +# the same as cygwin plus some additional parameters +class MinGW32Compiler(Compiler): + """Handles the Mingw32 port of the GNU C compiler to Windows.""" + + compiler_type = 'mingw32' + + def __init__(self, verbose=False, dry_run=False, force=False): + super().__init__(verbose, dry_run, force) + + shared_option = "-shared" + + if is_cygwincc(self.cc): + raise Error('Cygwin gcc cannot be used with --compiler=mingw32') + + self.set_executables( + compiler=f'{self.cc} -O -Wall', + compiler_so=f'{self.cc} -shared -O -Wall', + compiler_so_cxx=f'{self.cxx} -shared -O -Wall', + compiler_cxx=f'{self.cxx} -O -Wall', + linker_exe=f'{self.cc}', + linker_so=f'{self.linker_dll} {shared_option}', + linker_exe_cxx=f'{self.cxx}', + linker_so_cxx=f'{self.linker_dll_cxx} {shared_option}', + ) + + def runtime_library_dir_option(self, dir): + raise DistutilsPlatformError(_runtime_library_dirs_msg) + + +# Because these compilers aren't configured in Python's pyconfig.h file by +# default, we should at least warn the user if he is using an unmodified +# version. + +CONFIG_H_OK = "ok" +CONFIG_H_NOTOK = "not ok" +CONFIG_H_UNCERTAIN = "uncertain" + + +def check_config_h(): + """Check if the current Python installation appears amenable to building + extensions with GCC. + + Returns a tuple (status, details), where 'status' is one of the following + constants: + + - CONFIG_H_OK: all is well, go ahead and compile + - CONFIG_H_NOTOK: doesn't look good + - CONFIG_H_UNCERTAIN: not sure -- unable to read pyconfig.h + + 'details' is a human-readable string explaining the situation. + + Note there are two ways to conclude "OK": either 'sys.version' contains + the string "GCC" (implying that this Python was built with GCC), or the + installed "pyconfig.h" contains the string "__GNUC__". + """ + + # XXX since this function also checks sys.version, it's not strictly a + # "pyconfig.h" check -- should probably be renamed... + + from distutils import sysconfig + + # if sys.version contains GCC then python was compiled with GCC, and the + # pyconfig.h file should be OK + if "GCC" in sys.version: + return CONFIG_H_OK, "sys.version mentions 'GCC'" + + # Clang would also work + if "Clang" in sys.version: + return CONFIG_H_OK, "sys.version mentions 'Clang'" + + # let's see if __GNUC__ is mentioned in python.h + fn = sysconfig.get_config_h_filename() + try: + config_h = pathlib.Path(fn).read_text(encoding='utf-8') + except OSError as exc: + return (CONFIG_H_UNCERTAIN, f"couldn't read '{fn}': {exc.strerror}") + else: + substring = '__GNUC__' + if substring in config_h: + code = CONFIG_H_OK + mention_inflected = 'mentions' + else: + code = CONFIG_H_NOTOK + mention_inflected = 'does not mention' + return code, f"{fn!r} {mention_inflected} {substring!r}" + + +def is_cygwincc(cc): + """Try to determine if the compiler that would be used is from cygwin.""" + out_string = check_output(shlex.split(cc) + ['-dumpmachine']) + return out_string.strip().endswith(b'cygwin') + + +get_versions = None +""" +A stand-in for the previous get_versions() function to prevent failures +when monkeypatched. See pypa/setuptools#2969. +""" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py new file mode 100644 index 0000000..0132859 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/errors.py @@ -0,0 +1,24 @@ +class Error(Exception): + """Some compile/link operation failed.""" + + +class PreprocessError(Error): + """Failure to preprocess one or more C/C++ files.""" + + +class CompileError(Error): + """Failure to compile one or more C/C++ source files.""" + + +class LibError(Error): + """Failure to create a static library from one or more C/C++ object + files.""" + + +class LinkError(Error): + """Failure to link one or more C/C++ object files into an executable + or shared library file.""" + + +class UnknownFileType(Error): + """Attempt to process an unknown file type.""" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py new file mode 100644 index 0000000..6db062a --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/msvc.py @@ -0,0 +1,614 @@ +"""distutils._msvccompiler + +Contains MSVCCompiler, an implementation of the abstract CCompiler class +for Microsoft Visual Studio 2015. + +This module requires VS 2015 or later. +""" + +# Written by Perry Stoll +# hacked by Robin Becker and Thomas Heller to do a better job of +# finding DevStudio (through the registry) +# ported to VS 2005 and VS 2008 by Christian Heimes +# ported to VS 2015 by Steve Dower +from __future__ import annotations + +import contextlib +import os +import subprocess +import unittest.mock as mock +import warnings +from collections.abc import Iterable + +with contextlib.suppress(ImportError): + import winreg + +from itertools import count + +from ..._log import log +from ...errors import ( + DistutilsExecError, + DistutilsPlatformError, +) +from ...util import get_host_platform, get_platform +from . import base +from .base import gen_lib_options +from .errors import ( + CompileError, + LibError, + LinkError, +) + + +def _find_vc2015(): + try: + key = winreg.OpenKeyEx( + winreg.HKEY_LOCAL_MACHINE, + r"Software\Microsoft\VisualStudio\SxS\VC7", + access=winreg.KEY_READ | winreg.KEY_WOW64_32KEY, + ) + except OSError: + log.debug("Visual C++ is not registered") + return None, None + + best_version = 0 + best_dir = None + with key: + for i in count(): + try: + v, vc_dir, vt = winreg.EnumValue(key, i) + except OSError: + break + if v and vt == winreg.REG_SZ and os.path.isdir(vc_dir): + try: + version = int(float(v)) + except (ValueError, TypeError): + continue + if version >= 14 and version > best_version: + best_version, best_dir = version, vc_dir + return best_version, best_dir + + +def _find_vc2017(): + """Returns "15, path" based on the result of invoking vswhere.exe + If no install is found, returns "None, None" + + The version is returned to avoid unnecessarily changing the function + result. It may be ignored when the path is not None. + + If vswhere.exe is not available, by definition, VS 2017 is not + installed. + """ + root = os.environ.get("ProgramFiles(x86)") or os.environ.get("ProgramFiles") + if not root: + return None, None + + variant = 'arm64' if get_platform() == 'win-arm64' else 'x86.x64' + suitable_components = ( + f"Microsoft.VisualStudio.Component.VC.Tools.{variant}", + "Microsoft.VisualStudio.Workload.WDExpress", + ) + + for component in suitable_components: + # Workaround for `-requiresAny` (only available on VS 2017 > 15.6) + with contextlib.suppress( + subprocess.CalledProcessError, OSError, UnicodeDecodeError + ): + path = ( + subprocess.check_output([ + os.path.join( + root, "Microsoft Visual Studio", "Installer", "vswhere.exe" + ), + "-latest", + "-prerelease", + "-requires", + component, + "-property", + "installationPath", + "-products", + "*", + ]) + .decode(encoding="mbcs", errors="strict") + .strip() + ) + + path = os.path.join(path, "VC", "Auxiliary", "Build") + if os.path.isdir(path): + return 15, path + + return None, None # no suitable component found + + +PLAT_SPEC_TO_RUNTIME = { + 'x86': 'x86', + 'x86_amd64': 'x64', + 'x86_arm': 'arm', + 'x86_arm64': 'arm64', +} + + +def _find_vcvarsall(plat_spec): + # bpo-38597: Removed vcruntime return value + _, best_dir = _find_vc2017() + + if not best_dir: + best_version, best_dir = _find_vc2015() + + if not best_dir: + log.debug("No suitable Visual C++ version found") + return None, None + + vcvarsall = os.path.join(best_dir, "vcvarsall.bat") + if not os.path.isfile(vcvarsall): + log.debug("%s cannot be found", vcvarsall) + return None, None + + return vcvarsall, None + + +def _get_vc_env(plat_spec): + if os.getenv("DISTUTILS_USE_SDK"): + return {key.lower(): value for key, value in os.environ.items()} + + vcvarsall, _ = _find_vcvarsall(plat_spec) + if not vcvarsall: + raise DistutilsPlatformError( + 'Microsoft Visual C++ 14.0 or greater is required. ' + 'Get it with "Microsoft C++ Build Tools": ' + 'https://visualstudio.microsoft.com/visual-cpp-build-tools/' + ) + + try: + out = subprocess.check_output( + f'cmd /u /c "{vcvarsall}" {plat_spec} && set', + stderr=subprocess.STDOUT, + ).decode('utf-16le', errors='replace') + except subprocess.CalledProcessError as exc: + log.error(exc.output) + raise DistutilsPlatformError(f"Error executing {exc.cmd}") + + env = { + key.lower(): value + for key, _, value in (line.partition('=') for line in out.splitlines()) + if key and value + } + + return env + + +def _find_exe(exe, paths=None): + """Return path to an MSVC executable program. + + Tries to find the program in several places: first, one of the + MSVC program search paths from the registry; next, the directories + in the PATH environment variable. If any of those work, return an + absolute path that is known to exist. If none of them work, just + return the original program name, 'exe'. + """ + if not paths: + paths = os.getenv('path').split(os.pathsep) + for p in paths: + fn = os.path.join(os.path.abspath(p), exe) + if os.path.isfile(fn): + return fn + return exe + + +_vcvars_names = { + 'win32': 'x86', + 'win-amd64': 'amd64', + 'win-arm32': 'arm', + 'win-arm64': 'arm64', +} + + +def _get_vcvars_spec(host_platform, platform): + """ + Given a host platform and platform, determine the spec for vcvarsall. + + Uses the native MSVC host if the host platform would need expensive + emulation for x86. + + >>> _get_vcvars_spec('win-arm64', 'win32') + 'arm64_x86' + >>> _get_vcvars_spec('win-arm64', 'win-amd64') + 'arm64_amd64' + + Otherwise, always cross-compile from x86 to work with the + lighter-weight MSVC installs that do not include native 64-bit tools. + + >>> _get_vcvars_spec('win32', 'win32') + 'x86' + >>> _get_vcvars_spec('win-arm32', 'win-arm32') + 'x86_arm' + >>> _get_vcvars_spec('win-amd64', 'win-arm64') + 'x86_arm64' + """ + if host_platform != 'win-arm64': + host_platform = 'win32' + vc_hp = _vcvars_names[host_platform] + vc_plat = _vcvars_names[platform] + return vc_hp if vc_hp == vc_plat else f'{vc_hp}_{vc_plat}' + + +class Compiler(base.Compiler): + """Concrete class that implements an interface to Microsoft Visual C++, + as defined by the CCompiler abstract class.""" + + compiler_type = 'msvc' + + # Just set this so CCompiler's constructor doesn't barf. We currently + # don't use the 'set_executables()' bureaucracy provided by CCompiler, + # as it really isn't necessary for this sort of single-compiler class. + # Would be nice to have a consistent interface with UnixCCompiler, + # though, so it's worth thinking about. + executables = {} + + # Private class data (need to distinguish C from C++ source for compiler) + _c_extensions = ['.c'] + _cpp_extensions = ['.cc', '.cpp', '.cxx'] + _rc_extensions = ['.rc'] + _mc_extensions = ['.mc'] + + # Needed for the filename generation methods provided by the + # base class, CCompiler. + src_extensions = _c_extensions + _cpp_extensions + _rc_extensions + _mc_extensions + res_extension = '.res' + obj_extension = '.obj' + static_lib_extension = '.lib' + shared_lib_extension = '.dll' + static_lib_format = shared_lib_format = '%s%s' + exe_extension = '.exe' + + def __init__(self, verbose=False, dry_run=False, force=False) -> None: + super().__init__(verbose, dry_run, force) + # target platform (.plat_name is consistent with 'bdist') + self.plat_name = None + self.initialized = False + + @classmethod + def _configure(cls, vc_env): + """ + Set class-level include/lib dirs. + """ + cls.include_dirs = cls._parse_path(vc_env.get('include', '')) + cls.library_dirs = cls._parse_path(vc_env.get('lib', '')) + + @staticmethod + def _parse_path(val): + return [dir.rstrip(os.sep) for dir in val.split(os.pathsep) if dir] + + def initialize(self, plat_name: str | None = None) -> None: + # multi-init means we would need to check platform same each time... + assert not self.initialized, "don't init multiple times" + if plat_name is None: + plat_name = get_platform() + # sanity check for platforms to prevent obscure errors later. + if plat_name not in _vcvars_names: + raise DistutilsPlatformError( + f"--plat-name must be one of {tuple(_vcvars_names)}" + ) + + plat_spec = _get_vcvars_spec(get_host_platform(), plat_name) + + vc_env = _get_vc_env(plat_spec) + if not vc_env: + raise DistutilsPlatformError( + "Unable to find a compatible Visual Studio installation." + ) + self._configure(vc_env) + + self._paths = vc_env.get('path', '') + paths = self._paths.split(os.pathsep) + self.cc = _find_exe("cl.exe", paths) + self.linker = _find_exe("link.exe", paths) + self.lib = _find_exe("lib.exe", paths) + self.rc = _find_exe("rc.exe", paths) # resource compiler + self.mc = _find_exe("mc.exe", paths) # message compiler + self.mt = _find_exe("mt.exe", paths) # message compiler + + self.preprocess_options = None + # bpo-38597: Always compile with dynamic linking + # Future releases of Python 3.x will include all past + # versions of vcruntime*.dll for compatibility. + self.compile_options = ['/nologo', '/O2', '/W3', '/GL', '/DNDEBUG', '/MD'] + + self.compile_options_debug = [ + '/nologo', + '/Od', + '/MDd', + '/Zi', + '/W3', + '/D_DEBUG', + ] + + ldflags = ['/nologo', '/INCREMENTAL:NO', '/LTCG'] + + ldflags_debug = ['/nologo', '/INCREMENTAL:NO', '/LTCG', '/DEBUG:FULL'] + + self.ldflags_exe = [*ldflags, '/MANIFEST:EMBED,ID=1'] + self.ldflags_exe_debug = [*ldflags_debug, '/MANIFEST:EMBED,ID=1'] + self.ldflags_shared = [ + *ldflags, + '/DLL', + '/MANIFEST:EMBED,ID=2', + '/MANIFESTUAC:NO', + ] + self.ldflags_shared_debug = [ + *ldflags_debug, + '/DLL', + '/MANIFEST:EMBED,ID=2', + '/MANIFESTUAC:NO', + ] + self.ldflags_static = [*ldflags] + self.ldflags_static_debug = [*ldflags_debug] + + self._ldflags = { + (base.Compiler.EXECUTABLE, None): self.ldflags_exe, + (base.Compiler.EXECUTABLE, False): self.ldflags_exe, + (base.Compiler.EXECUTABLE, True): self.ldflags_exe_debug, + (base.Compiler.SHARED_OBJECT, None): self.ldflags_shared, + (base.Compiler.SHARED_OBJECT, False): self.ldflags_shared, + (base.Compiler.SHARED_OBJECT, True): self.ldflags_shared_debug, + (base.Compiler.SHARED_LIBRARY, None): self.ldflags_static, + (base.Compiler.SHARED_LIBRARY, False): self.ldflags_static, + (base.Compiler.SHARED_LIBRARY, True): self.ldflags_static_debug, + } + + self.initialized = True + + # -- Worker methods ------------------------------------------------ + + @property + def out_extensions(self) -> dict[str, str]: + return { + **super().out_extensions, + **{ + ext: self.res_extension + for ext in self._rc_extensions + self._mc_extensions + }, + } + + def compile( # noqa: C901 + self, + sources, + output_dir=None, + macros=None, + include_dirs=None, + debug=False, + extra_preargs=None, + extra_postargs=None, + depends=None, + ): + if not self.initialized: + self.initialize() + compile_info = self._setup_compile( + output_dir, macros, include_dirs, sources, depends, extra_postargs + ) + macros, objects, extra_postargs, pp_opts, build = compile_info + + compile_opts = extra_preargs or [] + compile_opts.append('/c') + if debug: + compile_opts.extend(self.compile_options_debug) + else: + compile_opts.extend(self.compile_options) + + add_cpp_opts = False + + for obj in objects: + try: + src, ext = build[obj] + except KeyError: + continue + if debug: + # pass the full pathname to MSVC in debug mode, + # this allows the debugger to find the source file + # without asking the user to browse for it + src = os.path.abspath(src) + + if ext in self._c_extensions: + input_opt = f"/Tc{src}" + elif ext in self._cpp_extensions: + input_opt = f"/Tp{src}" + add_cpp_opts = True + elif ext in self._rc_extensions: + # compile .RC to .RES file + input_opt = src + output_opt = "/fo" + obj + try: + self.spawn([self.rc] + pp_opts + [output_opt, input_opt]) + except DistutilsExecError as msg: + raise CompileError(msg) + continue + elif ext in self._mc_extensions: + # Compile .MC to .RC file to .RES file. + # * '-h dir' specifies the directory for the + # generated include file + # * '-r dir' specifies the target directory of the + # generated RC file and the binary message resource + # it includes + # + # For now (since there are no options to change this), + # we use the source-directory for the include file and + # the build directory for the RC file and message + # resources. This works at least for win32all. + h_dir = os.path.dirname(src) + rc_dir = os.path.dirname(obj) + try: + # first compile .MC to .RC and .H file + self.spawn([self.mc, '-h', h_dir, '-r', rc_dir, src]) + base, _ = os.path.splitext(os.path.basename(src)) + rc_file = os.path.join(rc_dir, base + '.rc') + # then compile .RC to .RES file + self.spawn([self.rc, "/fo" + obj, rc_file]) + + except DistutilsExecError as msg: + raise CompileError(msg) + continue + else: + # how to handle this file? + raise CompileError(f"Don't know how to compile {src} to {obj}") + + args = [self.cc] + compile_opts + pp_opts + if add_cpp_opts: + args.append('/EHsc') + args.extend((input_opt, "/Fo" + obj)) + args.extend(extra_postargs) + + try: + self.spawn(args) + except DistutilsExecError as msg: + raise CompileError(msg) + + return objects + + def create_static_lib( + self, + objects: list[str] | tuple[str, ...], + output_libname: str, + output_dir: str | None = None, + debug: bool = False, + target_lang: str | None = None, + ) -> None: + if not self.initialized: + self.initialize() + objects, output_dir = self._fix_object_args(objects, output_dir) + output_filename = self.library_filename(output_libname, output_dir=output_dir) + + if self._need_link(objects, output_filename): + lib_args = objects + ['/OUT:' + output_filename] + if debug: + pass # XXX what goes here? + try: + log.debug('Executing "%s" %s', self.lib, ' '.join(lib_args)) + self.spawn([self.lib] + lib_args) + except DistutilsExecError as msg: + raise LibError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + def link( + self, + target_desc: str, + objects: list[str] | tuple[str, ...], + output_filename: str, + output_dir: str | None = None, + libraries: list[str] | tuple[str, ...] | None = None, + library_dirs: list[str] | tuple[str, ...] | None = None, + runtime_library_dirs: list[str] | tuple[str, ...] | None = None, + export_symbols: Iterable[str] | None = None, + debug: bool = False, + extra_preargs: list[str] | None = None, + extra_postargs: Iterable[str] | None = None, + build_temp: str | os.PathLike[str] | None = None, + target_lang: str | None = None, + ) -> None: + if not self.initialized: + self.initialize() + objects, output_dir = self._fix_object_args(objects, output_dir) + fixed_args = self._fix_lib_args(libraries, library_dirs, runtime_library_dirs) + libraries, library_dirs, runtime_library_dirs = fixed_args + + if runtime_library_dirs: + self.warn( + "I don't know what to do with 'runtime_library_dirs': " + + str(runtime_library_dirs) + ) + + lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs, libraries) + if output_dir is not None: + output_filename = os.path.join(output_dir, output_filename) + + if self._need_link(objects, output_filename): + ldflags = self._ldflags[target_desc, debug] + + export_opts = ["/EXPORT:" + sym for sym in (export_symbols or [])] + + ld_args = ( + ldflags + lib_opts + export_opts + objects + ['/OUT:' + output_filename] + ) + + # The MSVC linker generates .lib and .exp files, which cannot be + # suppressed by any linker switches. The .lib files may even be + # needed! Make sure they are generated in the temporary build + # directory. Since they have different names for debug and release + # builds, they can go into the same directory. + build_temp = os.path.dirname(objects[0]) + if export_symbols is not None: + (dll_name, dll_ext) = os.path.splitext( + os.path.basename(output_filename) + ) + implib_file = os.path.join(build_temp, self.library_filename(dll_name)) + ld_args.append('/IMPLIB:' + implib_file) + + if extra_preargs: + ld_args[:0] = extra_preargs + if extra_postargs: + ld_args.extend(extra_postargs) + + output_dir = os.path.dirname(os.path.abspath(output_filename)) + self.mkpath(output_dir) + try: + log.debug('Executing "%s" %s', self.linker, ' '.join(ld_args)) + self.spawn([self.linker] + ld_args) + except DistutilsExecError as msg: + raise LinkError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + def spawn(self, cmd): + env = dict(os.environ, PATH=self._paths) + with self._fallback_spawn(cmd, env) as fallback: + return super().spawn(cmd, env=env) + return fallback.value + + @contextlib.contextmanager + def _fallback_spawn(self, cmd, env): + """ + Discovered in pypa/distutils#15, some tools monkeypatch the compiler, + so the 'env' kwarg causes a TypeError. Detect this condition and + restore the legacy, unsafe behavior. + """ + bag = type('Bag', (), {})() + try: + yield bag + except TypeError as exc: + if "unexpected keyword argument 'env'" not in str(exc): + raise + else: + return + warnings.warn("Fallback spawn triggered. Please update distutils monkeypatch.") + with mock.patch.dict('os.environ', env): + bag.value = super().spawn(cmd) + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function, in + # ccompiler.py. + + def library_dir_option(self, dir): + return "/LIBPATH:" + dir + + def runtime_library_dir_option(self, dir): + raise DistutilsPlatformError( + "don't know how to set runtime library search path for MSVC" + ) + + def library_option(self, lib): + return self.library_filename(lib) + + def find_library_file(self, dirs, lib, debug=False): + # Prefer a debugging library if found (and requested), but deal + # with it if we don't have one. + if debug: + try_names = [lib + "_d", lib] + else: + try_names = [lib] + for dir in dirs: + for name in try_names: + libfile = os.path.join(dir, self.library_filename(name)) + if os.path.isfile(libfile): + return libfile + else: + # Oops, didn't find it in *any* of 'dirs' + return None diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3501bcb1b0faa79f38186b9d1ae1e8ad4e82b22 GIT binary patch literal 4047 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/__pycache__/test_msvc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..829b2bbdd47e3809c0acfb2833977119cc7c043e GIT binary patch literal 7477 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py new file mode 100644 index 0000000..a762e2b --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_base.py @@ -0,0 +1,83 @@ +import platform +import sysconfig +import textwrap + +import pytest + +from .. import base + +pytestmark = pytest.mark.usefixtures('suppress_path_mangle') + + +@pytest.fixture +def c_file(tmp_path): + c_file = tmp_path / 'foo.c' + gen_headers = ('Python.h',) + is_windows = platform.system() == "Windows" + plat_headers = ('windows.h',) * is_windows + all_headers = gen_headers + plat_headers + headers = '\n'.join(f'#include <{header}>\n' for header in all_headers) + payload = ( + textwrap.dedent( + """ + #headers + void PyInit_foo(void) {} + """ + ) + .lstrip() + .replace('#headers', headers) + ) + c_file.write_text(payload, encoding='utf-8') + return c_file + + +def test_set_include_dirs(c_file): + """ + Extensions should build even if set_include_dirs is invoked. + In particular, compiler-specific paths should not be overridden. + """ + compiler = base.new_compiler() + python = sysconfig.get_paths()['include'] + compiler.set_include_dirs([python]) + compiler.compile([c_file]) + + # do it again, setting include dirs after any initialization + compiler.set_include_dirs([python]) + compiler.compile([c_file]) + + +def test_has_function_prototype(): + # Issue https://github.com/pypa/setuptools/issues/3648 + # Test prototype-generating behavior. + + compiler = base.new_compiler() + + # Every C implementation should have these. + assert compiler.has_function('abort') + assert compiler.has_function('exit') + with pytest.deprecated_call(match='includes is deprecated'): + # abort() is a valid expression with the prototype. + assert compiler.has_function('abort', includes=['stdlib.h']) + with pytest.deprecated_call(match='includes is deprecated'): + # But exit() is not valid with the actual prototype in scope. + assert not compiler.has_function('exit', includes=['stdlib.h']) + # And setuptools_does_not_exist is not declared or defined at all. + assert not compiler.has_function('setuptools_does_not_exist') + with pytest.deprecated_call(match='includes is deprecated'): + assert not compiler.has_function( + 'setuptools_does_not_exist', includes=['stdio.h'] + ) + + +def test_include_dirs_after_multiple_compile_calls(c_file): + """ + Calling compile multiple times should not change the include dirs + (regression test for setuptools issue #3591). + """ + compiler = base.new_compiler() + python = sysconfig.get_paths()['include'] + compiler.set_include_dirs([python]) + compiler.compile([c_file]) + assert compiler.include_dirs == [python] + compiler.compile([c_file]) + assert compiler.include_dirs == [python] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py new file mode 100644 index 0000000..9adf6b8 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_cygwin.py @@ -0,0 +1,76 @@ +"""Tests for distutils.cygwinccompiler.""" + +import os +import sys +from distutils import sysconfig +from distutils.tests import support + +import pytest + +from .. import cygwin + + +@pytest.fixture(autouse=True) +def stuff(request, monkeypatch, distutils_managed_tempdir): + self = request.instance + self.python_h = os.path.join(self.mkdtemp(), 'python.h') + monkeypatch.setattr(sysconfig, 'get_config_h_filename', self._get_config_h_filename) + monkeypatch.setattr(sys, 'version', sys.version) + + +class TestCygwinCCompiler(support.TempdirManager): + def _get_config_h_filename(self): + return self.python_h + + @pytest.mark.skipif('sys.platform != "cygwin"') + @pytest.mark.skipif('not os.path.exists("/usr/lib/libbash.dll.a")') + def test_find_library_file(self): + from distutils.cygwinccompiler import CygwinCCompiler + + compiler = CygwinCCompiler() + link_name = "bash" + linkable_file = compiler.find_library_file(["/usr/lib"], link_name) + assert linkable_file is not None + assert os.path.exists(linkable_file) + assert linkable_file == f"/usr/lib/lib{link_name:s}.dll.a" + + @pytest.mark.skipif('sys.platform != "cygwin"') + def test_runtime_library_dir_option(self): + from distutils.cygwinccompiler import CygwinCCompiler + + compiler = CygwinCCompiler() + assert compiler.runtime_library_dir_option('/foo') == [] + + def test_check_config_h(self): + # check_config_h looks for "GCC" in sys.version first + # returns CONFIG_H_OK if found + sys.version = ( + '2.6.1 (r261:67515, Dec 6 2008, 16:42:21) \n[GCC ' + '4.0.1 (Apple Computer, Inc. build 5370)]' + ) + + assert cygwin.check_config_h()[0] == cygwin.CONFIG_H_OK + + # then it tries to see if it can find "__GNUC__" in pyconfig.h + sys.version = 'something without the *CC word' + + # if the file doesn't exist it returns CONFIG_H_UNCERTAIN + assert cygwin.check_config_h()[0] == cygwin.CONFIG_H_UNCERTAIN + + # if it exists but does not contain __GNUC__, it returns CONFIG_H_NOTOK + self.write_file(self.python_h, 'xxx') + assert cygwin.check_config_h()[0] == cygwin.CONFIG_H_NOTOK + + # and CONFIG_H_OK if __GNUC__ is found + self.write_file(self.python_h, 'xxx __GNUC__ xxx') + assert cygwin.check_config_h()[0] == cygwin.CONFIG_H_OK + + def test_get_msvcr(self): + assert cygwin.get_msvcr() == [] + + @pytest.mark.skipif('sys.platform != "cygwin"') + def test_dll_libraries_not_none(self): + from distutils.cygwinccompiler import CygwinCCompiler + + compiler = CygwinCCompiler() + assert compiler.dll_libraries is not None diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py new file mode 100644 index 0000000..dc45687 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_mingw.py @@ -0,0 +1,48 @@ +from distutils import sysconfig +from distutils.errors import DistutilsPlatformError +from distutils.util import is_mingw, split_quoted + +import pytest + +from .. import cygwin, errors + + +class TestMinGW32Compiler: + @pytest.mark.skipif(not is_mingw(), reason='not on mingw') + def test_compiler_type(self): + compiler = cygwin.MinGW32Compiler() + assert compiler.compiler_type == 'mingw32' + + @pytest.mark.skipif(not is_mingw(), reason='not on mingw') + def test_set_executables(self, monkeypatch): + monkeypatch.setenv('CC', 'cc') + monkeypatch.setenv('CXX', 'c++') + + compiler = cygwin.MinGW32Compiler() + + assert compiler.compiler == split_quoted('cc -O -Wall') + assert compiler.compiler_so == split_quoted('cc -shared -O -Wall') + assert compiler.compiler_cxx == split_quoted('c++ -O -Wall') + assert compiler.linker_exe == split_quoted('cc') + assert compiler.linker_so == split_quoted('cc -shared') + + @pytest.mark.skipif(not is_mingw(), reason='not on mingw') + def test_runtime_library_dir_option(self): + compiler = cygwin.MinGW32Compiler() + with pytest.raises(DistutilsPlatformError): + compiler.runtime_library_dir_option('/usr/lib') + + @pytest.mark.skipif(not is_mingw(), reason='not on mingw') + def test_cygwincc_error(self, monkeypatch): + monkeypatch.setattr(cygwin, 'is_cygwincc', lambda _: True) + + with pytest.raises(errors.Error): + cygwin.MinGW32Compiler() + + @pytest.mark.skipif('sys.platform == "cygwin"') + def test_customize_compiler_with_msvc_python(self): + # In case we have an MSVC Python build, but still want to use + # MinGW32Compiler, then customize_compiler() shouldn't fail at least. + # https://github.com/pypa/setuptools/issues/4456 + compiler = cygwin.MinGW32Compiler() + sysconfig.customize_compiler(compiler) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py new file mode 100644 index 0000000..eca8319 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_msvc.py @@ -0,0 +1,136 @@ +import os +import sys +import sysconfig +import threading +import unittest.mock as mock +from distutils.errors import DistutilsPlatformError +from distutils.tests import support +from distutils.util import get_platform + +import pytest + +from .. import msvc + +needs_winreg = pytest.mark.skipif('not hasattr(msvc, "winreg")') + + +class Testmsvccompiler(support.TempdirManager): + def test_no_compiler(self, monkeypatch): + # makes sure query_vcvarsall raises + # a DistutilsPlatformError if the compiler + # is not found + def _find_vcvarsall(plat_spec): + return None, None + + monkeypatch.setattr(msvc, '_find_vcvarsall', _find_vcvarsall) + + with pytest.raises(DistutilsPlatformError): + msvc._get_vc_env( + 'wont find this version', + ) + + @pytest.mark.skipif( + not sysconfig.get_platform().startswith("win"), + reason="Only run test for non-mingw Windows platforms", + ) + @pytest.mark.parametrize( + "plat_name, expected", + [ + ("win-arm64", "win-arm64"), + ("win-amd64", "win-amd64"), + (None, get_platform()), + ], + ) + def test_cross_platform_compilation_paths(self, monkeypatch, plat_name, expected): + """ + Ensure a specified target platform is passed to _get_vcvars_spec. + """ + compiler = msvc.Compiler() + + def _get_vcvars_spec(host_platform, platform): + assert platform == expected + + monkeypatch.setattr(msvc, '_get_vcvars_spec', _get_vcvars_spec) + compiler.initialize(plat_name) + + @needs_winreg + def test_get_vc_env_unicode(self): + test_var = 'ṰḖṤṪ┅ṼẨṜ' + test_value = '₃⁴₅' + + # Ensure we don't early exit from _get_vc_env + old_distutils_use_sdk = os.environ.pop('DISTUTILS_USE_SDK', None) + os.environ[test_var] = test_value + try: + env = msvc._get_vc_env('x86') + assert test_var.lower() in env + assert test_value == env[test_var.lower()] + finally: + os.environ.pop(test_var) + if old_distutils_use_sdk: + os.environ['DISTUTILS_USE_SDK'] = old_distutils_use_sdk + + @needs_winreg + @pytest.mark.parametrize('ver', (2015, 2017)) + def test_get_vc(self, ver): + # This function cannot be mocked, so pass if VC is found + # and skip otherwise. + lookup = getattr(msvc, f'_find_vc{ver}') + expected_version = {2015: 14, 2017: 15}[ver] + version, path = lookup() + if not version: + pytest.skip(f"VS {ver} is not installed") + assert version >= expected_version + assert os.path.isdir(path) + + +class CheckThread(threading.Thread): + exc_info = None + + def run(self): + try: + super().run() + except Exception: + self.exc_info = sys.exc_info() + + def __bool__(self): + return not self.exc_info + + +class TestSpawn: + def test_concurrent_safe(self): + """ + Concurrent calls to spawn should have consistent results. + """ + compiler = msvc.Compiler() + compiler._paths = "expected" + inner_cmd = 'import os; assert os.environ["PATH"] == "expected"' + command = [sys.executable, '-c', inner_cmd] + + threads = [ + CheckThread(target=compiler.spawn, args=[command]) for n in range(100) + ] + for thread in threads: + thread.start() + for thread in threads: + thread.join() + assert all(threads) + + def test_concurrent_safe_fallback(self): + """ + If CCompiler.spawn has been monkey-patched without support + for an env, it should still execute. + """ + from distutils import ccompiler + + compiler = msvc.Compiler() + compiler._paths = "expected" + + def CCompiler_spawn(self, cmd): + "A spawn without an env argument." + assert os.environ["PATH"] == "expected" + + with mock.patch.object(ccompiler.CCompiler, 'spawn', CCompiler_spawn): + compiler.spawn(["n/a"]) + + assert os.environ.get("PATH") != "expected" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py new file mode 100644 index 0000000..f4e2898 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/tests/test_unix.py @@ -0,0 +1,350 @@ +"""Tests for distutils.unixccompiler.""" + +import os +import sys +import unittest.mock as mock +from distutils import sysconfig +from distutils.compat import consolidate_linker_args +from distutils.errors import DistutilsPlatformError +from distutils.tests import support +from distutils.tests.compat.py39 import EnvironmentVarGuard +from distutils.util import _clear_cached_macosx_ver + +import pytest + +from .. import unix + + +@pytest.fixture(autouse=True) +def save_values(monkeypatch): + monkeypatch.setattr(sys, 'platform', sys.platform) + monkeypatch.setattr(sysconfig, 'get_config_var', sysconfig.get_config_var) + monkeypatch.setattr(sysconfig, 'get_config_vars', sysconfig.get_config_vars) + + +@pytest.fixture(autouse=True) +def compiler_wrapper(request): + class CompilerWrapper(unix.Compiler): + def rpath_foo(self): + return self.runtime_library_dir_option('/foo') + + request.instance.cc = CompilerWrapper() + + +class TestUnixCCompiler(support.TempdirManager): + @pytest.mark.skipif('platform.system == "Windows"') + def test_runtime_libdir_option(self): # noqa: C901 + # Issue #5900; GitHub Issue #37 + # + # Ensure RUNPATH is added to extension modules with RPATH if + # GNU ld is used + + # darwin + sys.platform = 'darwin' + darwin_ver_var = 'MACOSX_DEPLOYMENT_TARGET' + darwin_rpath_flag = '-Wl,-rpath,/foo' + darwin_lib_flag = '-L/foo' + + # (macOS version from syscfg, macOS version from env var) -> flag + # Version value of None generates two tests: as None and as empty string + # Expected flag value of None means an mismatch exception is expected + darwin_test_cases = [ + ((None, None), darwin_lib_flag), + ((None, '11'), darwin_rpath_flag), + (('10', None), darwin_lib_flag), + (('10.3', None), darwin_lib_flag), + (('10.3.1', None), darwin_lib_flag), + (('10.5', None), darwin_rpath_flag), + (('10.5.1', None), darwin_rpath_flag), + (('10.3', '10.3'), darwin_lib_flag), + (('10.3', '10.5'), darwin_rpath_flag), + (('10.5', '10.3'), darwin_lib_flag), + (('10.5', '11'), darwin_rpath_flag), + (('10.4', '10'), None), + ] + + def make_darwin_gcv(syscfg_macosx_ver): + def gcv(var): + if var == darwin_ver_var: + return syscfg_macosx_ver + return "xxx" + + return gcv + + def do_darwin_test(syscfg_macosx_ver, env_macosx_ver, expected_flag): + env = os.environ + msg = f"macOS version = (sysconfig={syscfg_macosx_ver!r}, env={env_macosx_ver!r})" + + # Save + old_gcv = sysconfig.get_config_var + old_env_macosx_ver = env.get(darwin_ver_var) + + # Setup environment + _clear_cached_macosx_ver() + sysconfig.get_config_var = make_darwin_gcv(syscfg_macosx_ver) + if env_macosx_ver is not None: + env[darwin_ver_var] = env_macosx_ver + elif darwin_ver_var in env: + env.pop(darwin_ver_var) + + # Run the test + if expected_flag is not None: + assert self.cc.rpath_foo() == expected_flag, msg + else: + with pytest.raises( + DistutilsPlatformError, match=darwin_ver_var + r' mismatch' + ): + self.cc.rpath_foo() + + # Restore + if old_env_macosx_ver is not None: + env[darwin_ver_var] = old_env_macosx_ver + elif darwin_ver_var in env: + env.pop(darwin_ver_var) + sysconfig.get_config_var = old_gcv + _clear_cached_macosx_ver() + + for macosx_vers, expected_flag in darwin_test_cases: + syscfg_macosx_ver, env_macosx_ver = macosx_vers + do_darwin_test(syscfg_macosx_ver, env_macosx_ver, expected_flag) + # Bonus test cases with None interpreted as empty string + if syscfg_macosx_ver is None: + do_darwin_test("", env_macosx_ver, expected_flag) + if env_macosx_ver is None: + do_darwin_test(syscfg_macosx_ver, "", expected_flag) + if syscfg_macosx_ver is None and env_macosx_ver is None: + do_darwin_test("", "", expected_flag) + + old_gcv = sysconfig.get_config_var + + # hp-ux + sys.platform = 'hp-ux' + + def gcv(v): + return 'xxx' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == ['+s', '-L/foo'] + + def gcv(v): + return 'gcc' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == ['-Wl,+s', '-L/foo'] + + def gcv(v): + return 'g++' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == ['-Wl,+s', '-L/foo'] + + sysconfig.get_config_var = old_gcv + + # GCC GNULD + sys.platform = 'bar' + + def gcv(v): + if v == 'CC': + return 'gcc' + elif v == 'GNULD': + return 'yes' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == consolidate_linker_args([ + '-Wl,--enable-new-dtags', + '-Wl,-rpath,/foo', + ]) + + def gcv(v): + if v == 'CC': + return 'gcc -pthread -B /bar' + elif v == 'GNULD': + return 'yes' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == consolidate_linker_args([ + '-Wl,--enable-new-dtags', + '-Wl,-rpath,/foo', + ]) + + # GCC non-GNULD + sys.platform = 'bar' + + def gcv(v): + if v == 'CC': + return 'gcc' + elif v == 'GNULD': + return 'no' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == '-Wl,-R/foo' + + # GCC GNULD with fully qualified configuration prefix + # see #7617 + sys.platform = 'bar' + + def gcv(v): + if v == 'CC': + return 'x86_64-pc-linux-gnu-gcc-4.4.2' + elif v == 'GNULD': + return 'yes' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == consolidate_linker_args([ + '-Wl,--enable-new-dtags', + '-Wl,-rpath,/foo', + ]) + + # non-GCC GNULD + sys.platform = 'bar' + + def gcv(v): + if v == 'CC': + return 'cc' + elif v == 'GNULD': + return 'yes' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == consolidate_linker_args([ + '-Wl,--enable-new-dtags', + '-Wl,-rpath,/foo', + ]) + + # non-GCC non-GNULD + sys.platform = 'bar' + + def gcv(v): + if v == 'CC': + return 'cc' + elif v == 'GNULD': + return 'no' + + sysconfig.get_config_var = gcv + assert self.cc.rpath_foo() == '-Wl,-R/foo' + + @pytest.mark.skipif('platform.system == "Windows"') + def test_cc_overrides_ldshared(self): + # Issue #18080: + # ensure that setting CC env variable also changes default linker + def gcv(v): + if v == 'LDSHARED': + return 'gcc-4.2 -bundle -undefined dynamic_lookup ' + return 'gcc-4.2' + + def gcvs(*args, _orig=sysconfig.get_config_vars): + if args: + return list(map(sysconfig.get_config_var, args)) + return _orig() + + sysconfig.get_config_var = gcv + sysconfig.get_config_vars = gcvs + with EnvironmentVarGuard() as env: + env['CC'] = 'my_cc' + del env['LDSHARED'] + sysconfig.customize_compiler(self.cc) + assert self.cc.linker_so[0] == 'my_cc' + + @pytest.mark.skipif('platform.system == "Windows"') + @pytest.mark.usefixtures('disable_macos_customization') + def test_cc_overrides_ldshared_for_cxx_correctly(self): + """ + Ensure that setting CC env variable also changes default linker + correctly when building C++ extensions. + + pypa/distutils#126 + """ + + def gcv(v): + if v == 'LDSHARED': + return 'gcc-4.2 -bundle -undefined dynamic_lookup ' + elif v == 'LDCXXSHARED': + return 'g++-4.2 -bundle -undefined dynamic_lookup ' + elif v == 'CXX': + return 'g++-4.2' + elif v == 'CC': + return 'gcc-4.2' + return '' + + def gcvs(*args, _orig=sysconfig.get_config_vars): + if args: + return list(map(sysconfig.get_config_var, args)) + return _orig() + + sysconfig.get_config_var = gcv + sysconfig.get_config_vars = gcvs + with ( + mock.patch.object(self.cc, 'spawn', return_value=None) as mock_spawn, + mock.patch.object(self.cc, '_need_link', return_value=True), + mock.patch.object(self.cc, 'mkpath', return_value=None), + EnvironmentVarGuard() as env, + ): + env['CC'] = 'ccache my_cc' + env['CXX'] = 'my_cxx' + del env['LDSHARED'] + sysconfig.customize_compiler(self.cc) + assert self.cc.linker_so[0:2] == ['ccache', 'my_cc'] + self.cc.link(None, [], 'a.out', target_lang='c++') + call_args = mock_spawn.call_args[0][0] + expected = ['my_cxx', '-bundle', '-undefined', 'dynamic_lookup'] + assert call_args[:4] == expected + + @pytest.mark.skipif('platform.system == "Windows"') + def test_explicit_ldshared(self): + # Issue #18080: + # ensure that setting CC env variable does not change + # explicit LDSHARED setting for linker + def gcv(v): + if v == 'LDSHARED': + return 'gcc-4.2 -bundle -undefined dynamic_lookup ' + return 'gcc-4.2' + + def gcvs(*args, _orig=sysconfig.get_config_vars): + if args: + return list(map(sysconfig.get_config_var, args)) + return _orig() + + sysconfig.get_config_var = gcv + sysconfig.get_config_vars = gcvs + with EnvironmentVarGuard() as env: + env['CC'] = 'my_cc' + env['LDSHARED'] = 'my_ld -bundle -dynamic' + sysconfig.customize_compiler(self.cc) + assert self.cc.linker_so[0] == 'my_ld' + + def test_has_function(self): + # Issue https://github.com/pypa/distutils/issues/64: + # ensure that setting output_dir does not raise + # FileNotFoundError: [Errno 2] No such file or directory: 'a.out' + self.cc.output_dir = 'scratch' + os.chdir(self.mkdtemp()) + self.cc.has_function('abort') + + def test_find_library_file(self, monkeypatch): + compiler = unix.Compiler() + compiler._library_root = lambda dir: dir + monkeypatch.setattr(os.path, 'exists', lambda d: 'existing' in d) + + libname = 'libabc.dylib' if sys.platform != 'cygwin' else 'cygabc.dll' + dirs = ('/foo/bar/missing', '/foo/bar/existing') + assert ( + compiler.find_library_file(dirs, 'abc').replace('\\', '/') + == f'/foo/bar/existing/{libname}' + ) + assert ( + compiler.find_library_file(reversed(dirs), 'abc').replace('\\', '/') + == f'/foo/bar/existing/{libname}' + ) + + monkeypatch.setattr( + os.path, + 'exists', + lambda d: 'existing' in d and '.a' in d and '.dll.a' not in d, + ) + assert ( + compiler.find_library_file(dirs, 'abc').replace('\\', '/') + == '/foo/bar/existing/libabc.a' + ) + assert ( + compiler.find_library_file(reversed(dirs), 'abc').replace('\\', '/') + == '/foo/bar/existing/libabc.a' + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py new file mode 100644 index 0000000..e8a53d4 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py @@ -0,0 +1,423 @@ +"""distutils.unixccompiler + +Contains the UnixCCompiler class, a subclass of CCompiler that handles +the "typical" Unix-style command-line C compiler: + * macros defined with -Dname[=value] + * macros undefined with -Uname + * include search directories specified with -Idir + * libraries specified with -lllib + * library search directories specified with -Ldir + * compile handled by 'cc' (or similar) executable with -c option: + compiles .c to .o + * link static library handled by 'ar' command (possibly with 'ranlib') + * link shared library handled by 'cc -shared' +""" + +from __future__ import annotations + +import itertools +import os +import re +import shlex +import sys +from collections.abc import Iterable + +from ... import sysconfig +from ..._log import log +from ..._macos_compat import compiler_fixup +from ..._modified import newer +from ...compat import consolidate_linker_args +from ...errors import DistutilsExecError +from . import base +from .base import _Macro, gen_lib_options, gen_preprocess_options +from .errors import ( + CompileError, + LibError, + LinkError, +) + +# XXX Things not currently handled: +# * optimization/debug/warning flags; we just use whatever's in Python's +# Makefile and live with it. Is this adequate? If not, we might +# have to have a bunch of subclasses GNUCCompiler, SGICCompiler, +# SunCCompiler, and I suspect down that road lies madness. +# * even if we don't know a warning flag from an optimization flag, +# we need some way for outsiders to feed preprocessor/compiler/linker +# flags in to us -- eg. a sysadmin might want to mandate certain flags +# via a site config file, or a user might want to set something for +# compiling this module distribution only via the setup.py command +# line, whatever. As long as these options come from something on the +# current system, they can be as system-dependent as they like, and we +# should just happily stuff them into the preprocessor/compiler/linker +# options and carry on. + + +def _split_env(cmd): + """ + For macOS, split command into 'env' portion (if any) + and the rest of the linker command. + + >>> _split_env(['a', 'b', 'c']) + ([], ['a', 'b', 'c']) + >>> _split_env(['/usr/bin/env', 'A=3', 'gcc']) + (['/usr/bin/env', 'A=3'], ['gcc']) + """ + pivot = 0 + if os.path.basename(cmd[0]) == "env": + pivot = 1 + while '=' in cmd[pivot]: + pivot += 1 + return cmd[:pivot], cmd[pivot:] + + +def _split_aix(cmd): + """ + AIX platforms prefix the compiler with the ld_so_aix + script, so split that from the linker command. + + >>> _split_aix(['a', 'b', 'c']) + ([], ['a', 'b', 'c']) + >>> _split_aix(['/bin/foo/ld_so_aix', 'gcc']) + (['/bin/foo/ld_so_aix'], ['gcc']) + """ + pivot = os.path.basename(cmd[0]) == 'ld_so_aix' + return cmd[:pivot], cmd[pivot:] + + +def _linker_params(linker_cmd, compiler_cmd): + """ + The linker command usually begins with the compiler + command (possibly multiple elements), followed by zero or more + params for shared library building. + + If the LDSHARED env variable overrides the linker command, + however, the commands may not match. + + Return the best guess of the linker parameters by stripping + the linker command. If the compiler command does not + match the linker command, assume the linker command is + just the first element. + + >>> _linker_params('gcc foo bar'.split(), ['gcc']) + ['foo', 'bar'] + >>> _linker_params('gcc foo bar'.split(), ['other']) + ['foo', 'bar'] + >>> _linker_params('ccache gcc foo bar'.split(), 'ccache gcc'.split()) + ['foo', 'bar'] + >>> _linker_params(['gcc'], ['gcc']) + [] + """ + c_len = len(compiler_cmd) + pivot = c_len if linker_cmd[:c_len] == compiler_cmd else 1 + return linker_cmd[pivot:] + + +class Compiler(base.Compiler): + compiler_type = 'unix' + + # These are used by CCompiler in two places: the constructor sets + # instance attributes 'preprocessor', 'compiler', etc. from them, and + # 'set_executable()' allows any of these to be set. The defaults here + # are pretty generic; they will probably have to be set by an outsider + # (eg. using information discovered by the sysconfig about building + # Python extensions). + executables = { + 'preprocessor': None, + 'compiler': ["cc"], + 'compiler_so': ["cc"], + 'compiler_cxx': ["c++"], + 'compiler_so_cxx': ["c++"], + 'linker_so': ["cc", "-shared"], + 'linker_so_cxx': ["c++", "-shared"], + 'linker_exe': ["cc"], + 'linker_exe_cxx': ["c++", "-shared"], + 'archiver': ["ar", "-cr"], + 'ranlib': None, + } + + if sys.platform[:6] == "darwin": + executables['ranlib'] = ["ranlib"] + + # Needed for the filename generation methods provided by the base + # class, CCompiler. NB. whoever instantiates/uses a particular + # UnixCCompiler instance should set 'shared_lib_ext' -- we set a + # reasonable common default here, but it's not necessarily used on all + # Unices! + + src_extensions = [".c", ".C", ".cc", ".cxx", ".cpp", ".m"] + obj_extension = ".o" + static_lib_extension = ".a" + shared_lib_extension = ".so" + dylib_lib_extension = ".dylib" + xcode_stub_lib_extension = ".tbd" + static_lib_format = shared_lib_format = dylib_lib_format = "lib%s%s" + xcode_stub_lib_format = dylib_lib_format + if sys.platform == "cygwin": + exe_extension = ".exe" + shared_lib_extension = ".dll.a" + dylib_lib_extension = ".dll" + dylib_lib_format = "cyg%s%s" + + def _fix_lib_args(self, libraries, library_dirs, runtime_library_dirs): + """Remove standard library path from rpath""" + libraries, library_dirs, runtime_library_dirs = super()._fix_lib_args( + libraries, library_dirs, runtime_library_dirs + ) + libdir = sysconfig.get_config_var('LIBDIR') + if ( + runtime_library_dirs + and libdir.startswith("/usr/lib") + and (libdir in runtime_library_dirs) + ): + runtime_library_dirs.remove(libdir) + return libraries, library_dirs, runtime_library_dirs + + def preprocess( + self, + source: str | os.PathLike[str], + output_file: str | os.PathLike[str] | None = None, + macros: list[_Macro] | None = None, + include_dirs: list[str] | tuple[str, ...] | None = None, + extra_preargs: list[str] | None = None, + extra_postargs: Iterable[str] | None = None, + ): + fixed_args = self._fix_compile_args(None, macros, include_dirs) + ignore, macros, include_dirs = fixed_args + pp_opts = gen_preprocess_options(macros, include_dirs) + pp_args = self.preprocessor + pp_opts + if output_file: + pp_args.extend(['-o', output_file]) + if extra_preargs: + pp_args[:0] = extra_preargs + if extra_postargs: + pp_args.extend(extra_postargs) + pp_args.append(source) + + # reasons to preprocess: + # - force is indicated + # - output is directed to stdout + # - source file is newer than the target + preprocess = self.force or output_file is None or newer(source, output_file) + if not preprocess: + return + + if output_file: + self.mkpath(os.path.dirname(output_file)) + + try: + self.spawn(pp_args) + except DistutilsExecError as msg: + raise CompileError(msg) + + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): + compiler_so = compiler_fixup(self.compiler_so, cc_args + extra_postargs) + compiler_so_cxx = compiler_fixup(self.compiler_so_cxx, cc_args + extra_postargs) + try: + if self.detect_language(src) == 'c++': + self.spawn( + compiler_so_cxx + cc_args + [src, '-o', obj] + extra_postargs + ) + else: + self.spawn(compiler_so + cc_args + [src, '-o', obj] + extra_postargs) + except DistutilsExecError as msg: + raise CompileError(msg) + + def create_static_lib( + self, objects, output_libname, output_dir=None, debug=False, target_lang=None + ): + objects, output_dir = self._fix_object_args(objects, output_dir) + + output_filename = self.library_filename(output_libname, output_dir=output_dir) + + if self._need_link(objects, output_filename): + self.mkpath(os.path.dirname(output_filename)) + self.spawn(self.archiver + [output_filename] + objects + self.objects) + + # Not many Unices required ranlib anymore -- SunOS 4.x is, I + # think the only major Unix that does. Maybe we need some + # platform intelligence here to skip ranlib if it's not + # needed -- or maybe Python's configure script took care of + # it for us, hence the check for leading colon. + if self.ranlib: + try: + self.spawn(self.ranlib + [output_filename]) + except DistutilsExecError as msg: + raise LibError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + def link( + self, + target_desc, + objects: list[str] | tuple[str, ...], + output_filename, + output_dir: str | None = None, + libraries: list[str] | tuple[str, ...] | None = None, + library_dirs: list[str] | tuple[str, ...] | None = None, + runtime_library_dirs: list[str] | tuple[str, ...] | None = None, + export_symbols=None, + debug=False, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None, + ): + objects, output_dir = self._fix_object_args(objects, output_dir) + fixed_args = self._fix_lib_args(libraries, library_dirs, runtime_library_dirs) + libraries, library_dirs, runtime_library_dirs = fixed_args + + lib_opts = gen_lib_options(self, library_dirs, runtime_library_dirs, libraries) + if not isinstance(output_dir, (str, type(None))): + raise TypeError("'output_dir' must be a string or None") + if output_dir is not None: + output_filename = os.path.join(output_dir, output_filename) + + if self._need_link(objects, output_filename): + ld_args = objects + self.objects + lib_opts + ['-o', output_filename] + if debug: + ld_args[:0] = ['-g'] + if extra_preargs: + ld_args[:0] = extra_preargs + if extra_postargs: + ld_args.extend(extra_postargs) + self.mkpath(os.path.dirname(output_filename)) + try: + # Select a linker based on context: linker_exe when + # building an executable or linker_so (with shared options) + # when building a shared library. + building_exe = target_desc == base.Compiler.EXECUTABLE + linker = ( + self.linker_exe + if building_exe + else ( + self.linker_so_cxx if target_lang == "c++" else self.linker_so + ) + )[:] + + if target_lang == "c++" and self.compiler_cxx: + env, linker_ne = _split_env(linker) + aix, linker_na = _split_aix(linker_ne) + _, compiler_cxx_ne = _split_env(self.compiler_cxx) + _, linker_exe_ne = _split_env(self.linker_exe) + + params = _linker_params(linker_na, linker_exe_ne) + linker = env + aix + compiler_cxx_ne + params + + linker = compiler_fixup(linker, ld_args) + + self.spawn(linker + ld_args) + except DistutilsExecError as msg: + raise LinkError(msg) + else: + log.debug("skipping %s (up-to-date)", output_filename) + + # -- Miscellaneous methods ----------------------------------------- + # These are all used by the 'gen_lib_options() function, in + # ccompiler.py. + + def library_dir_option(self, dir): + return "-L" + dir + + def _is_gcc(self): + cc_var = sysconfig.get_config_var("CC") + compiler = os.path.basename(shlex.split(cc_var)[0]) + return "gcc" in compiler or "g++" in compiler + + def runtime_library_dir_option(self, dir: str) -> str | list[str]: # type: ignore[override] # Fixed in pypa/distutils#339 + # XXX Hackish, at the very least. See Python bug #445902: + # https://bugs.python.org/issue445902 + # Linkers on different platforms need different options to + # specify that directories need to be added to the list of + # directories searched for dependencies when a dynamic library + # is sought. GCC on GNU systems (Linux, FreeBSD, ...) has to + # be told to pass the -R option through to the linker, whereas + # other compilers and gcc on other systems just know this. + # Other compilers may need something slightly different. At + # this time, there's no way to determine this information from + # the configuration data stored in the Python installation, so + # we use this hack. + if sys.platform[:6] == "darwin": + from distutils.util import get_macosx_target_ver, split_version + + macosx_target_ver = get_macosx_target_ver() + if macosx_target_ver and split_version(macosx_target_ver) >= [10, 5]: + return "-Wl,-rpath," + dir + else: # no support for -rpath on earlier macOS versions + return "-L" + dir + elif sys.platform[:7] == "freebsd": + return "-Wl,-rpath=" + dir + elif sys.platform[:5] == "hp-ux": + return [ + "-Wl,+s" if self._is_gcc() else "+s", + "-L" + dir, + ] + + # For all compilers, `-Wl` is the presumed way to pass a + # compiler option to the linker + if sysconfig.get_config_var("GNULD") == "yes": + return consolidate_linker_args([ + # Force RUNPATH instead of RPATH + "-Wl,--enable-new-dtags", + "-Wl,-rpath," + dir, + ]) + else: + return "-Wl,-R" + dir + + def library_option(self, lib): + return "-l" + lib + + @staticmethod + def _library_root(dir): + """ + macOS users can specify an alternate SDK using'-isysroot'. + Calculate the SDK root if it is specified. + + Note that, as of Xcode 7, Apple SDKs may contain textual stub + libraries with .tbd extensions rather than the normal .dylib + shared libraries installed in /. The Apple compiler tool + chain handles this transparently but it can cause problems + for programs that are being built with an SDK and searching + for specific libraries. Callers of find_library_file need to + keep in mind that the base filename of the returned SDK library + file might have a different extension from that of the library + file installed on the running system, for example: + /Applications/Xcode.app/Contents/Developer/Platforms/ + MacOSX.platform/Developer/SDKs/MacOSX10.11.sdk/ + usr/lib/libedit.tbd + vs + /usr/lib/libedit.dylib + """ + cflags = sysconfig.get_config_var('CFLAGS') + match = re.search(r'-isysroot\s*(\S+)', cflags) + + apply_root = ( + sys.platform == 'darwin' + and match + and ( + dir.startswith('/System/') + or (dir.startswith('/usr/') and not dir.startswith('/usr/local/')) + ) + ) + + return os.path.join(match.group(1), dir[1:]) if apply_root else dir + + def find_library_file(self, dirs, lib, debug=False): + """ + Second-guess the linker with not much hard + data to go on: GCC seems to prefer the shared library, so + assume that *all* Unix C compilers do, + ignoring even GCC's "-static" option. + """ + lib_names = ( + self.library_filename(lib, lib_type=type) + for type in 'dylib xcode_stub shared static'.split() + ) + + roots = map(self._library_root, dirs) + + searched = itertools.starmap(os.path.join, itertools.product(roots, lib_names)) + + found = filter(os.path.exists, searched) + + # Return None if it could not be found in any dir. + return next(found, None) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py new file mode 100644 index 0000000..82d017f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/zos.py @@ -0,0 +1,230 @@ +"""distutils.zosccompiler + +Contains the selection of the c & c++ compilers on z/OS. There are several +different c compilers on z/OS, all of them are optional, so the correct +one needs to be chosen based on the users input. This is compatible with +the following compilers: + +IBM C/C++ For Open Enterprise Languages on z/OS 2.0 +IBM Open XL C/C++ 1.1 for z/OS +IBM XL C/C++ V2.4.1 for z/OS 2.4 and 2.5 +IBM z/OS XL C/C++ +""" + +import os + +from ... import sysconfig +from ...errors import DistutilsExecError +from . import unix +from .errors import CompileError + +_cc_args = { + 'ibm-openxl': [ + '-m64', + '-fvisibility=default', + '-fzos-le-char-mode=ascii', + '-fno-short-enums', + ], + 'ibm-xlclang': [ + '-q64', + '-qexportall', + '-qascii', + '-qstrict', + '-qnocsect', + '-Wa,asa,goff', + '-Wa,xplink', + '-qgonumber', + '-qenum=int', + '-Wc,DLL', + ], + 'ibm-xlc': [ + '-q64', + '-qexportall', + '-qascii', + '-qstrict', + '-qnocsect', + '-Wa,asa,goff', + '-Wa,xplink', + '-qgonumber', + '-qenum=int', + '-Wc,DLL', + '-qlanglvl=extc99', + ], +} + +_cxx_args = { + 'ibm-openxl': [ + '-m64', + '-fvisibility=default', + '-fzos-le-char-mode=ascii', + '-fno-short-enums', + ], + 'ibm-xlclang': [ + '-q64', + '-qexportall', + '-qascii', + '-qstrict', + '-qnocsect', + '-Wa,asa,goff', + '-Wa,xplink', + '-qgonumber', + '-qenum=int', + '-Wc,DLL', + ], + 'ibm-xlc': [ + '-q64', + '-qexportall', + '-qascii', + '-qstrict', + '-qnocsect', + '-Wa,asa,goff', + '-Wa,xplink', + '-qgonumber', + '-qenum=int', + '-Wc,DLL', + '-qlanglvl=extended0x', + ], +} + +_asm_args = { + 'ibm-openxl': ['-fasm', '-fno-integrated-as', '-Wa,--ASA', '-Wa,--GOFF'], + 'ibm-xlclang': [], + 'ibm-xlc': [], +} + +_ld_args = { + 'ibm-openxl': [], + 'ibm-xlclang': ['-Wl,dll', '-q64'], + 'ibm-xlc': ['-Wl,dll', '-q64'], +} + + +# Python on z/OS is built with no compiler specific options in it's CFLAGS. +# But each compiler requires it's own specific options to build successfully, +# though some of the options are common between them +class Compiler(unix.Compiler): + src_extensions = ['.c', '.C', '.cc', '.cxx', '.cpp', '.m', '.s'] + _cpp_extensions = ['.cc', '.cpp', '.cxx', '.C'] + _asm_extensions = ['.s'] + + def _get_zos_compiler_name(self): + zos_compiler_names = [ + os.path.basename(binary) + for envvar in ('CC', 'CXX', 'LDSHARED') + if (binary := os.environ.get(envvar, None)) + ] + if len(zos_compiler_names) == 0: + return 'ibm-openxl' + + zos_compilers = {} + for compiler in ( + 'ibm-clang', + 'ibm-clang64', + 'ibm-clang++', + 'ibm-clang++64', + 'clang', + 'clang++', + 'clang-14', + ): + zos_compilers[compiler] = 'ibm-openxl' + + for compiler in ('xlclang', 'xlclang++', 'njsc', 'njsc++'): + zos_compilers[compiler] = 'ibm-xlclang' + + for compiler in ('xlc', 'xlC', 'xlc++'): + zos_compilers[compiler] = 'ibm-xlc' + + return zos_compilers.get(zos_compiler_names[0], 'ibm-openxl') + + def __init__(self, verbose=False, dry_run=False, force=False): + super().__init__(verbose, dry_run, force) + self.zos_compiler = self._get_zos_compiler_name() + sysconfig.customize_compiler(self) + + def _compile(self, obj, src, ext, cc_args, extra_postargs, pp_opts): + local_args = [] + if ext in self._cpp_extensions: + compiler = self.compiler_cxx + local_args.extend(_cxx_args[self.zos_compiler]) + elif ext in self._asm_extensions: + compiler = self.compiler_so + local_args.extend(_cc_args[self.zos_compiler]) + local_args.extend(_asm_args[self.zos_compiler]) + else: + compiler = self.compiler_so + local_args.extend(_cc_args[self.zos_compiler]) + local_args.extend(cc_args) + + try: + self.spawn(compiler + local_args + [src, '-o', obj] + extra_postargs) + except DistutilsExecError as msg: + raise CompileError(msg) + + def runtime_library_dir_option(self, dir): + return '-L' + dir + + def link( + self, + target_desc, + objects, + output_filename, + output_dir=None, + libraries=None, + library_dirs=None, + runtime_library_dirs=None, + export_symbols=None, + debug=False, + extra_preargs=None, + extra_postargs=None, + build_temp=None, + target_lang=None, + ): + # For a built module to use functions from cpython, it needs to use Pythons + # side deck file. The side deck is located beside the libpython3.xx.so + ldversion = sysconfig.get_config_var('LDVERSION') + if sysconfig.python_build: + side_deck_path = os.path.join( + sysconfig.get_config_var('abs_builddir'), + f'libpython{ldversion}.x', + ) + else: + side_deck_path = os.path.join( + sysconfig.get_config_var('installed_base'), + sysconfig.get_config_var('platlibdir'), + f'libpython{ldversion}.x', + ) + + if os.path.exists(side_deck_path): + if extra_postargs: + extra_postargs.append(side_deck_path) + else: + extra_postargs = [side_deck_path] + + # Check and replace libraries included side deck files + if runtime_library_dirs: + for dir in runtime_library_dirs: + for library in libraries[:]: + library_side_deck = os.path.join(dir, f'{library}.x') + if os.path.exists(library_side_deck): + libraries.remove(library) + extra_postargs.append(library_side_deck) + break + + # Any required ld args for the given compiler + extra_postargs.extend(_ld_args[self.zos_compiler]) + + super().link( + target_desc, + objects, + output_filename, + output_dir, + libraries, + library_dirs, + runtime_library_dirs, + export_symbols, + debug, + extra_preargs, + extra_postargs, + build_temp, + target_lang, + ) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/core.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/core.py new file mode 100644 index 0000000..bd62546 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/core.py @@ -0,0 +1,289 @@ +"""distutils.core + +The only module that needs to be imported to use the Distutils; provides +the 'setup' function (which is to be called from the setup script). Also +indirectly provides the Distribution and Command classes, although they are +really defined in distutils.dist and distutils.cmd. +""" + +from __future__ import annotations + +import os +import sys +import tokenize +from collections.abc import Iterable + +from .cmd import Command +from .debug import DEBUG + +# Mainly import these so setup scripts can "from distutils.core import" them. +from .dist import Distribution +from .errors import ( + CCompilerError, + DistutilsArgError, + DistutilsError, + DistutilsSetupError, +) +from .extension import Extension + +__all__ = ['Distribution', 'Command', 'Extension', 'setup'] + +# This is a barebones help message generated displayed when the user +# runs the setup script with no arguments at all. More useful help +# is generated with various --help options: global help, list commands, +# and per-command help. +USAGE = """\ +usage: %(script)s [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] + or: %(script)s --help [cmd1 cmd2 ...] + or: %(script)s --help-commands + or: %(script)s cmd --help +""" + + +def gen_usage(script_name): + script = os.path.basename(script_name) + return USAGE % locals() + + +# Some mild magic to control the behaviour of 'setup()' from 'run_setup()'. +_setup_stop_after = None +_setup_distribution = None + +# Legal keyword arguments for the setup() function +setup_keywords = ( + 'distclass', + 'script_name', + 'script_args', + 'options', + 'name', + 'version', + 'author', + 'author_email', + 'maintainer', + 'maintainer_email', + 'url', + 'license', + 'description', + 'long_description', + 'keywords', + 'platforms', + 'classifiers', + 'download_url', + 'requires', + 'provides', + 'obsoletes', +) + +# Legal keyword arguments for the Extension constructor +extension_keywords = ( + 'name', + 'sources', + 'include_dirs', + 'define_macros', + 'undef_macros', + 'library_dirs', + 'libraries', + 'runtime_library_dirs', + 'extra_objects', + 'extra_compile_args', + 'extra_link_args', + 'swig_opts', + 'export_symbols', + 'depends', + 'language', +) + + +def setup(**attrs): # noqa: C901 + """The gateway to the Distutils: do everything your setup script needs + to do, in a highly flexible and user-driven way. Briefly: create a + Distribution instance; find and parse config files; parse the command + line; run each Distutils command found there, customized by the options + supplied to 'setup()' (as keyword arguments), in config files, and on + the command line. + + The Distribution instance might be an instance of a class supplied via + the 'distclass' keyword argument to 'setup'; if no such class is + supplied, then the Distribution class (in dist.py) is instantiated. + All other arguments to 'setup' (except for 'cmdclass') are used to set + attributes of the Distribution instance. + + The 'cmdclass' argument, if supplied, is a dictionary mapping command + names to command classes. Each command encountered on the command line + will be turned into a command class, which is in turn instantiated; any + class found in 'cmdclass' is used in place of the default, which is + (for command 'foo_bar') class 'foo_bar' in module + 'distutils.command.foo_bar'. The command class must provide a + 'user_options' attribute which is a list of option specifiers for + 'distutils.fancy_getopt'. Any command-line options between the current + and the next command are used to set attributes of the current command + object. + + When the entire command-line has been successfully parsed, calls the + 'run()' method on each command object in turn. This method will be + driven entirely by the Distribution object (which each command object + has a reference to, thanks to its constructor), and the + command-specific options that became attributes of each command + object. + """ + + global _setup_stop_after, _setup_distribution + + # Determine the distribution class -- either caller-supplied or + # our Distribution (see below). + klass = attrs.get('distclass') + if klass: + attrs.pop('distclass') + else: + klass = Distribution + + if 'script_name' not in attrs: + attrs['script_name'] = os.path.basename(sys.argv[0]) + if 'script_args' not in attrs: + attrs['script_args'] = sys.argv[1:] + + # Create the Distribution instance, using the remaining arguments + # (ie. everything except distclass) to initialize it + try: + _setup_distribution = dist = klass(attrs) + except DistutilsSetupError as msg: + if 'name' not in attrs: + raise SystemExit(f"error in setup command: {msg}") + else: + raise SystemExit("error in {} setup command: {}".format(attrs['name'], msg)) + + if _setup_stop_after == "init": + return dist + + # Find and parse the config file(s): they will override options from + # the setup script, but be overridden by the command line. + dist.parse_config_files() + + if DEBUG: + print("options (after parsing config files):") + dist.dump_option_dicts() + + if _setup_stop_after == "config": + return dist + + # Parse the command line and override config files; any + # command-line errors are the end user's fault, so turn them into + # SystemExit to suppress tracebacks. + try: + ok = dist.parse_command_line() + except DistutilsArgError as msg: + raise SystemExit(gen_usage(dist.script_name) + f"\nerror: {msg}") + + if DEBUG: + print("options (after parsing command line):") + dist.dump_option_dicts() + + if _setup_stop_after == "commandline": + return dist + + # And finally, run all the commands found on the command line. + if ok: + return run_commands(dist) + + return dist + + +# setup () + + +def run_commands(dist): + """Given a Distribution object run all the commands, + raising ``SystemExit`` errors in the case of failure. + + This function assumes that either ``sys.argv`` or ``dist.script_args`` + is already set accordingly. + """ + try: + dist.run_commands() + except KeyboardInterrupt: + raise SystemExit("interrupted") + except OSError as exc: + if DEBUG: + sys.stderr.write(f"error: {exc}\n") + raise + else: + raise SystemExit(f"error: {exc}") + + except (DistutilsError, CCompilerError) as msg: + if DEBUG: + raise + else: + raise SystemExit("error: " + str(msg)) + + return dist + + +def run_setup(script_name, script_args: Iterable[str] | None = None, stop_after="run"): + """Run a setup script in a somewhat controlled environment, and + return the Distribution instance that drives things. This is useful + if you need to find out the distribution meta-data (passed as + keyword args from 'script' to 'setup()', or the contents of the + config files or command-line. + + 'script_name' is a file that will be read and run with 'exec()'; + 'sys.argv[0]' will be replaced with 'script' for the duration of the + call. 'script_args' is a list of strings; if supplied, + 'sys.argv[1:]' will be replaced by 'script_args' for the duration of + the call. + + 'stop_after' tells 'setup()' when to stop processing; possible + values: + init + stop after the Distribution instance has been created and + populated with the keyword arguments to 'setup()' + config + stop after config files have been parsed (and their data + stored in the Distribution instance) + commandline + stop after the command-line ('sys.argv[1:]' or 'script_args') + have been parsed (and the data stored in the Distribution) + run [default] + stop after all commands have been run (the same as if 'setup()' + had been called in the usual way + + Returns the Distribution instance, which provides all information + used to drive the Distutils. + """ + if stop_after not in ('init', 'config', 'commandline', 'run'): + raise ValueError(f"invalid value for 'stop_after': {stop_after!r}") + + global _setup_stop_after, _setup_distribution + _setup_stop_after = stop_after + + save_argv = sys.argv.copy() + g = {'__file__': script_name, '__name__': '__main__'} + try: + try: + sys.argv[0] = script_name + if script_args is not None: + sys.argv[1:] = script_args + # tokenize.open supports automatic encoding detection + with tokenize.open(script_name) as f: + code = f.read().replace(r'\r\n', r'\n') + exec(code, g) + finally: + sys.argv = save_argv + _setup_stop_after = None + except SystemExit: + # Hmm, should we do something if exiting with a non-zero code + # (ie. error)? + pass + + if _setup_distribution is None: + raise RuntimeError( + "'distutils.core.setup()' was never called -- " + f"perhaps '{script_name}' is not a Distutils setup script?" + ) + + # I wonder if the setup script's namespace -- g and l -- would be of + # any interest to callers? + # print "_setup_distribution:", _setup_distribution + return _setup_distribution + + +# run_setup () diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py new file mode 100644 index 0000000..de89e3c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py @@ -0,0 +1,31 @@ +from .compilers.C import cygwin +from .compilers.C.cygwin import ( + CONFIG_H_NOTOK, + CONFIG_H_OK, + CONFIG_H_UNCERTAIN, + check_config_h, + get_msvcr, + is_cygwincc, +) + +__all__ = [ + 'CONFIG_H_NOTOK', + 'CONFIG_H_OK', + 'CONFIG_H_UNCERTAIN', + 'CygwinCCompiler', + 'Mingw32CCompiler', + 'check_config_h', + 'get_msvcr', + 'is_cygwincc', +] + + +CygwinCCompiler = cygwin.Compiler +Mingw32CCompiler = cygwin.MinGW32Compiler + + +get_versions = None +""" +A stand-in for the previous get_versions() function to prevent failures +when monkeypatched. See pypa/setuptools#2969. +""" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/debug.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/debug.py new file mode 100644 index 0000000..daf1660 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/debug.py @@ -0,0 +1,5 @@ +import os + +# If DISTUTILS_DEBUG is anything other than the empty string, we run in +# debug mode. +DEBUG = os.environ.get('DISTUTILS_DEBUG') diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py new file mode 100644 index 0000000..09a8a2e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py @@ -0,0 +1,14 @@ +import warnings + +from . import _modified + + +def __getattr__(name): + if name not in ['newer', 'newer_group', 'newer_pairwise']: + raise AttributeError(name) + warnings.warn( + "dep_util is Deprecated. Use functions from setuptools instead.", + DeprecationWarning, + stacklevel=2, + ) + return getattr(_modified, name) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py new file mode 100644 index 0000000..d978260 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py @@ -0,0 +1,244 @@ +"""distutils.dir_util + +Utility functions for manipulating directories and directory trees.""" + +import functools +import itertools +import os +import pathlib + +from . import file_util +from ._log import log +from .errors import DistutilsFileError, DistutilsInternalError + + +class SkipRepeatAbsolutePaths(set): + """ + Cache for mkpath. + + In addition to cheapening redundant calls, eliminates redundant + "creating /foo/bar/baz" messages in dry-run mode. + """ + + def __init__(self): + SkipRepeatAbsolutePaths.instance = self + + @classmethod + def clear(cls): + super(cls, cls.instance).clear() + + def wrap(self, func): + @functools.wraps(func) + def wrapper(path, *args, **kwargs): + if path.absolute() in self: + return + result = func(path, *args, **kwargs) + self.add(path.absolute()) + return result + + return wrapper + + +# Python 3.8 compatibility +wrapper = SkipRepeatAbsolutePaths().wrap + + +@functools.singledispatch +@wrapper +def mkpath(name: pathlib.Path, mode=0o777, verbose=True, dry_run=False) -> None: + """Create a directory and any missing ancestor directories. + + If the directory already exists (or if 'name' is the empty string, which + means the current directory, which of course exists), then do nothing. + Raise DistutilsFileError if unable to create some directory along the way + (eg. some sub-path exists, but is a file rather than a directory). + If 'verbose' is true, log the directory created. + """ + if verbose and not name.is_dir(): + log.info("creating %s", name) + + try: + dry_run or name.mkdir(mode=mode, parents=True, exist_ok=True) + except OSError as exc: + raise DistutilsFileError(f"could not create '{name}': {exc.args[-1]}") + + +@mkpath.register +def _(name: str, *args, **kwargs): + return mkpath(pathlib.Path(name), *args, **kwargs) + + +@mkpath.register +def _(name: None, *args, **kwargs): + """ + Detect a common bug -- name is None. + """ + raise DistutilsInternalError(f"mkpath: 'name' must be a string (got {name!r})") + + +def create_tree(base_dir, files, mode=0o777, verbose=True, dry_run=False): + """Create all the empty directories under 'base_dir' needed to put 'files' + there. + + 'base_dir' is just the name of a directory which doesn't necessarily + exist yet; 'files' is a list of filenames to be interpreted relative to + 'base_dir'. 'base_dir' + the directory portion of every file in 'files' + will be created if it doesn't already exist. 'mode', 'verbose' and + 'dry_run' flags are as for 'mkpath()'. + """ + # First get the list of directories to create + need_dir = set(os.path.join(base_dir, os.path.dirname(file)) for file in files) + + # Now create them + for dir in sorted(need_dir): + mkpath(dir, mode, verbose=verbose, dry_run=dry_run) + + +def copy_tree( + src, + dst, + preserve_mode=True, + preserve_times=True, + preserve_symlinks=False, + update=False, + verbose=True, + dry_run=False, +): + """Copy an entire directory tree 'src' to a new location 'dst'. + + Both 'src' and 'dst' must be directory names. If 'src' is not a + directory, raise DistutilsFileError. If 'dst' does not exist, it is + created with 'mkpath()'. The end result of the copy is that every + file in 'src' is copied to 'dst', and directories under 'src' are + recursively copied to 'dst'. Return the list of files that were + copied or might have been copied, using their output name. The + return value is unaffected by 'update' or 'dry_run': it is simply + the list of all files under 'src', with the names changed to be + under 'dst'. + + 'preserve_mode' and 'preserve_times' are the same as for + 'copy_file'; note that they only apply to regular files, not to + directories. If 'preserve_symlinks' is true, symlinks will be + copied as symlinks (on platforms that support them!); otherwise + (the default), the destination of the symlink will be copied. + 'update' and 'verbose' are the same as for 'copy_file'. + """ + if not dry_run and not os.path.isdir(src): + raise DistutilsFileError(f"cannot copy tree '{src}': not a directory") + try: + names = os.listdir(src) + except OSError as e: + if dry_run: + names = [] + else: + raise DistutilsFileError(f"error listing files in '{src}': {e.strerror}") + + if not dry_run: + mkpath(dst, verbose=verbose) + + copy_one = functools.partial( + _copy_one, + src=src, + dst=dst, + preserve_symlinks=preserve_symlinks, + verbose=verbose, + dry_run=dry_run, + preserve_mode=preserve_mode, + preserve_times=preserve_times, + update=update, + ) + return list(itertools.chain.from_iterable(map(copy_one, names))) + + +def _copy_one( + name, + *, + src, + dst, + preserve_symlinks, + verbose, + dry_run, + preserve_mode, + preserve_times, + update, +): + src_name = os.path.join(src, name) + dst_name = os.path.join(dst, name) + + if name.startswith('.nfs'): + # skip NFS rename files + return + + if preserve_symlinks and os.path.islink(src_name): + link_dest = os.readlink(src_name) + if verbose >= 1: + log.info("linking %s -> %s", dst_name, link_dest) + if not dry_run: + os.symlink(link_dest, dst_name) + yield dst_name + + elif os.path.isdir(src_name): + yield from copy_tree( + src_name, + dst_name, + preserve_mode, + preserve_times, + preserve_symlinks, + update, + verbose=verbose, + dry_run=dry_run, + ) + else: + file_util.copy_file( + src_name, + dst_name, + preserve_mode, + preserve_times, + update, + verbose=verbose, + dry_run=dry_run, + ) + yield dst_name + + +def _build_cmdtuple(path, cmdtuples): + """Helper for remove_tree().""" + for f in os.listdir(path): + real_f = os.path.join(path, f) + if os.path.isdir(real_f) and not os.path.islink(real_f): + _build_cmdtuple(real_f, cmdtuples) + else: + cmdtuples.append((os.remove, real_f)) + cmdtuples.append((os.rmdir, path)) + + +def remove_tree(directory, verbose=True, dry_run=False): + """Recursively remove an entire directory tree. + + Any errors are ignored (apart from being reported to stdout if 'verbose' + is true). + """ + if verbose >= 1: + log.info("removing '%s' (and everything under it)", directory) + if dry_run: + return + cmdtuples = [] + _build_cmdtuple(directory, cmdtuples) + for cmd in cmdtuples: + try: + cmd[0](cmd[1]) + # Clear the cache + SkipRepeatAbsolutePaths.clear() + except OSError as exc: + log.warning("error removing %s: %s", directory, exc) + + +def ensure_relative(path): + """Take the full path 'path', and make it a relative path. + + This is useful to make 'path' the second argument to os.path.join(). + """ + drive, path = os.path.splitdrive(path) + if path[0:1] == os.sep: + path = drive + path[1:] + return path diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dist.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dist.py new file mode 100644 index 0000000..37b788d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/dist.py @@ -0,0 +1,1386 @@ +"""distutils.dist + +Provides the Distribution class, which represents the module distribution +being built/installed/distributed. +""" + +from __future__ import annotations + +import contextlib +import logging +import os +import pathlib +import re +import sys +import warnings +from collections.abc import Iterable, MutableMapping +from email import message_from_file +from typing import ( + IO, + TYPE_CHECKING, + Any, + ClassVar, + Literal, + TypeVar, + Union, + overload, +) + +from packaging.utils import canonicalize_name, canonicalize_version + +from ._log import log +from .debug import DEBUG +from .errors import ( + DistutilsArgError, + DistutilsClassError, + DistutilsModuleError, + DistutilsOptionError, +) +from .fancy_getopt import FancyGetopt, translate_longopt +from .util import check_environ, rfc822_escape, strtobool + +if TYPE_CHECKING: + from _typeshed import SupportsWrite + from typing_extensions import TypeAlias + + # type-only import because of mutual dependence between these modules + from .cmd import Command + +_CommandT = TypeVar("_CommandT", bound="Command") +_OptionsList: TypeAlias = list[ + Union[tuple[str, Union[str, None], str, int], tuple[str, Union[str, None], str]] +] + + +# Regex to define acceptable Distutils command names. This is not *quite* +# the same as a Python NAME -- I don't allow leading underscores. The fact +# that they're very similar is no coincidence; the default naming scheme is +# to look for a Python module named after the command. +command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$') + + +def _ensure_list(value: str | Iterable[str], fieldname) -> str | list[str]: + if isinstance(value, str): + # a string containing comma separated values is okay. It will + # be converted to a list by Distribution.finalize_options(). + pass + elif not isinstance(value, list): + # passing a tuple or an iterator perhaps, warn and convert + typename = type(value).__name__ + msg = "Warning: '{fieldname}' should be a list, got type '{typename}'" + msg = msg.format(**locals()) + log.warning(msg) + value = list(value) + return value + + +class Distribution: + """The core of the Distutils. Most of the work hiding behind 'setup' + is really done within a Distribution instance, which farms the work out + to the Distutils commands specified on the command line. + + Setup scripts will almost never instantiate Distribution directly, + unless the 'setup()' function is totally inadequate to their needs. + However, it is conceivable that a setup script might wish to subclass + Distribution for some specialized purpose, and then pass the subclass + to 'setup()' as the 'distclass' keyword argument. If so, it is + necessary to respect the expectations that 'setup' has of Distribution. + See the code for 'setup()', in core.py, for details. + """ + + # 'global_options' describes the command-line options that may be + # supplied to the setup script prior to any actual commands. + # Eg. "./setup.py -n" or "./setup.py --quiet" both take advantage of + # these global options. This list should be kept to a bare minimum, + # since every global option is also valid as a command option -- and we + # don't want to pollute the commands with too many options that they + # have minimal control over. + # The fourth entry for verbose means that it can be repeated. + global_options: ClassVar[_OptionsList] = [ + ('verbose', 'v', "run verbosely (default)", 1), + ('quiet', 'q', "run quietly (turns verbosity off)"), + ('dry-run', 'n', "don't actually do anything"), + ('help', 'h', "show detailed help message"), + ('no-user-cfg', None, 'ignore pydistutils.cfg in your home directory'), + ] + + # 'common_usage' is a short (2-3 line) string describing the common + # usage of the setup script. + common_usage: ClassVar[str] = """\ +Common commands: (see '--help-commands' for more) + + setup.py build will build the package underneath 'build/' + setup.py install will install the package +""" + + # options that are not propagated to the commands + display_options: ClassVar[_OptionsList] = [ + ('help-commands', None, "list all available commands"), + ('name', None, "print package name"), + ('version', 'V', "print package version"), + ('fullname', None, "print -"), + ('author', None, "print the author's name"), + ('author-email', None, "print the author's email address"), + ('maintainer', None, "print the maintainer's name"), + ('maintainer-email', None, "print the maintainer's email address"), + ('contact', None, "print the maintainer's name if known, else the author's"), + ( + 'contact-email', + None, + "print the maintainer's email address if known, else the author's", + ), + ('url', None, "print the URL for this package"), + ('license', None, "print the license of the package"), + ('licence', None, "alias for --license"), + ('description', None, "print the package description"), + ('long-description', None, "print the long package description"), + ('platforms', None, "print the list of platforms"), + ('classifiers', None, "print the list of classifiers"), + ('keywords', None, "print the list of keywords"), + ('provides', None, "print the list of packages/modules provided"), + ('requires', None, "print the list of packages/modules required"), + ('obsoletes', None, "print the list of packages/modules made obsolete"), + ] + display_option_names: ClassVar[list[str]] = [ + translate_longopt(x[0]) for x in display_options + ] + + # negative options are options that exclude other options + negative_opt: ClassVar[dict[str, str]] = {'quiet': 'verbose'} + + # -- Creation/initialization methods ------------------------------- + + # Can't Unpack a TypedDict with optional properties, so using Any instead + def __init__(self, attrs: MutableMapping[str, Any] | None = None) -> None: # noqa: C901 + """Construct a new Distribution instance: initialize all the + attributes of a Distribution, and then use 'attrs' (a dictionary + mapping attribute names to values) to assign some of those + attributes their "real" values. (Any attributes not mentioned in + 'attrs' will be assigned to some null value: 0, None, an empty list + or dictionary, etc.) Most importantly, initialize the + 'command_obj' attribute to the empty dictionary; this will be + filled in with real command objects by 'parse_command_line()'. + """ + + # Default values for our command-line options + self.verbose = True + self.dry_run = False + self.help = False + for attr in self.display_option_names: + setattr(self, attr, False) + + # Store the distribution meta-data (name, version, author, and so + # forth) in a separate object -- we're getting to have enough + # information here (and enough command-line options) that it's + # worth it. Also delegate 'get_XXX()' methods to the 'metadata' + # object in a sneaky and underhanded (but efficient!) way. + self.metadata = DistributionMetadata() + for basename in self.metadata._METHOD_BASENAMES: + method_name = "get_" + basename + setattr(self, method_name, getattr(self.metadata, method_name)) + + # 'cmdclass' maps command names to class objects, so we + # can 1) quickly figure out which class to instantiate when + # we need to create a new command object, and 2) have a way + # for the setup script to override command classes + self.cmdclass: dict[str, type[Command]] = {} + + # 'command_packages' is a list of packages in which commands + # are searched for. The factory for command 'foo' is expected + # to be named 'foo' in the module 'foo' in one of the packages + # named here. This list is searched from the left; an error + # is raised if no named package provides the command being + # searched for. (Always access using get_command_packages().) + self.command_packages: str | list[str] | None = None + + # 'script_name' and 'script_args' are usually set to sys.argv[0] + # and sys.argv[1:], but they can be overridden when the caller is + # not necessarily a setup script run from the command-line. + self.script_name: str | os.PathLike[str] | None = None + self.script_args: list[str] | None = None + + # 'command_options' is where we store command options between + # parsing them (from config files, the command-line, etc.) and when + # they are actually needed -- ie. when the command in question is + # instantiated. It is a dictionary of dictionaries of 2-tuples: + # command_options = { command_name : { option : (source, value) } } + self.command_options: dict[str, dict[str, tuple[str, str]]] = {} + + # 'dist_files' is the list of (command, pyversion, file) that + # have been created by any dist commands run so far. This is + # filled regardless of whether the run is dry or not. pyversion + # gives sysconfig.get_python_version() if the dist file is + # specific to a Python version, 'any' if it is good for all + # Python versions on the target platform, and '' for a source + # file. pyversion should not be used to specify minimum or + # maximum required Python versions; use the metainfo for that + # instead. + self.dist_files: list[tuple[str, str, str]] = [] + + # These options are really the business of various commands, rather + # than of the Distribution itself. We provide aliases for them in + # Distribution as a convenience to the developer. + self.packages = None + self.package_data: dict[str, list[str]] = {} + self.package_dir = None + self.py_modules = None + self.libraries = None + self.headers = None + self.ext_modules = None + self.ext_package = None + self.include_dirs = None + self.extra_path = None + self.scripts = None + self.data_files = None + self.password = '' + + # And now initialize bookkeeping stuff that can't be supplied by + # the caller at all. 'command_obj' maps command names to + # Command instances -- that's how we enforce that every command + # class is a singleton. + self.command_obj: dict[str, Command] = {} + + # 'have_run' maps command names to boolean values; it keeps track + # of whether we have actually run a particular command, to make it + # cheap to "run" a command whenever we think we might need to -- if + # it's already been done, no need for expensive filesystem + # operations, we just check the 'have_run' dictionary and carry on. + # It's only safe to query 'have_run' for a command class that has + # been instantiated -- a false value will be inserted when the + # command object is created, and replaced with a true value when + # the command is successfully run. Thus it's probably best to use + # '.get()' rather than a straight lookup. + self.have_run: dict[str, bool] = {} + + # Now we'll use the attrs dictionary (ultimately, keyword args from + # the setup script) to possibly override any or all of these + # distribution options. + + if attrs: + # Pull out the set of command options and work on them + # specifically. Note that this order guarantees that aliased + # command options will override any supplied redundantly + # through the general options dictionary. + options = attrs.get('options') + if options is not None: + del attrs['options'] + for command, cmd_options in options.items(): + opt_dict = self.get_option_dict(command) + for opt, val in cmd_options.items(): + opt_dict[opt] = ("setup script", val) + + if 'licence' in attrs: + attrs['license'] = attrs['licence'] + del attrs['licence'] + msg = "'licence' distribution option is deprecated; use 'license'" + warnings.warn(msg) + + # Now work on the rest of the attributes. Any attribute that's + # not already defined is invalid! + for key, val in attrs.items(): + if hasattr(self.metadata, "set_" + key): + getattr(self.metadata, "set_" + key)(val) + elif hasattr(self.metadata, key): + setattr(self.metadata, key, val) + elif hasattr(self, key): + setattr(self, key, val) + else: + msg = f"Unknown distribution option: {key!r}" + warnings.warn(msg) + + # no-user-cfg is handled before other command line args + # because other args override the config files, and this + # one is needed before we can load the config files. + # If attrs['script_args'] wasn't passed, assume false. + # + # This also make sure we just look at the global options + self.want_user_cfg = True + + if self.script_args is not None: + # Coerce any possible iterable from attrs into a list + self.script_args = list(self.script_args) + for arg in self.script_args: + if not arg.startswith('-'): + break + if arg == '--no-user-cfg': + self.want_user_cfg = False + break + + self.finalize_options() + + def get_option_dict(self, command): + """Get the option dictionary for a given command. If that + command's option dictionary hasn't been created yet, then create it + and return the new dictionary; otherwise, return the existing + option dictionary. + """ + dict = self.command_options.get(command) + if dict is None: + dict = self.command_options[command] = {} + return dict + + def dump_option_dicts(self, header=None, commands=None, indent: str = "") -> None: + from pprint import pformat + + if commands is None: # dump all command option dicts + commands = sorted(self.command_options.keys()) + + if header is not None: + self.announce(indent + header) + indent = indent + " " + + if not commands: + self.announce(indent + "no commands known yet") + return + + for cmd_name in commands: + opt_dict = self.command_options.get(cmd_name) + if opt_dict is None: + self.announce(indent + f"no option dict for '{cmd_name}' command") + else: + self.announce(indent + f"option dict for '{cmd_name}' command:") + out = pformat(opt_dict) + for line in out.split('\n'): + self.announce(indent + " " + line) + + # -- Config file finding/parsing methods --------------------------- + + def find_config_files(self): + """Find as many configuration files as should be processed for this + platform, and return a list of filenames in the order in which they + should be parsed. The filenames returned are guaranteed to exist + (modulo nasty race conditions). + + There are multiple possible config files: + - distutils.cfg in the Distutils installation directory (i.e. + where the top-level Distutils __inst__.py file lives) + - a file in the user's home directory named .pydistutils.cfg + on Unix and pydistutils.cfg on Windows/Mac; may be disabled + with the ``--no-user-cfg`` option + - setup.cfg in the current directory + - a file named by an environment variable + """ + check_environ() + files = [str(path) for path in self._gen_paths() if os.path.isfile(path)] + + if DEBUG: + self.announce("using config files: {}".format(', '.join(files))) + + return files + + def _gen_paths(self): + # The system-wide Distutils config file + sys_dir = pathlib.Path(sys.modules['distutils'].__file__).parent + yield sys_dir / "distutils.cfg" + + # The per-user config file + prefix = '.' * (os.name == 'posix') + filename = prefix + 'pydistutils.cfg' + if self.want_user_cfg: + with contextlib.suppress(RuntimeError): + yield pathlib.Path('~').expanduser() / filename + + # All platforms support local setup.cfg + yield pathlib.Path('setup.cfg') + + # Additional config indicated in the environment + with contextlib.suppress(TypeError): + yield pathlib.Path(os.getenv("DIST_EXTRA_CONFIG")) + + def parse_config_files(self, filenames=None): # noqa: C901 + from configparser import ConfigParser + + # Ignore install directory options if we have a venv + if sys.prefix != sys.base_prefix: + ignore_options = [ + 'install-base', + 'install-platbase', + 'install-lib', + 'install-platlib', + 'install-purelib', + 'install-headers', + 'install-scripts', + 'install-data', + 'prefix', + 'exec-prefix', + 'home', + 'user', + 'root', + ] + else: + ignore_options = [] + + ignore_options = frozenset(ignore_options) + + if filenames is None: + filenames = self.find_config_files() + + if DEBUG: + self.announce("Distribution.parse_config_files():") + + parser = ConfigParser() + for filename in filenames: + if DEBUG: + self.announce(f" reading {filename}") + parser.read(filename, encoding='utf-8') + for section in parser.sections(): + options = parser.options(section) + opt_dict = self.get_option_dict(section) + + for opt in options: + if opt != '__name__' and opt not in ignore_options: + val = parser.get(section, opt) + opt = opt.replace('-', '_') + opt_dict[opt] = (filename, val) + + # Make the ConfigParser forget everything (so we retain + # the original filenames that options come from) + parser.__init__() + + # If there was a "global" section in the config file, use it + # to set Distribution options. + + if 'global' in self.command_options: + for opt, (_src, val) in self.command_options['global'].items(): + alias = self.negative_opt.get(opt) + try: + if alias: + setattr(self, alias, not strtobool(val)) + elif opt in ('verbose', 'dry_run'): # ugh! + setattr(self, opt, strtobool(val)) + else: + setattr(self, opt, val) + except ValueError as msg: + raise DistutilsOptionError(msg) + + # -- Command-line parsing methods ---------------------------------- + + def parse_command_line(self): + """Parse the setup script's command line, taken from the + 'script_args' instance attribute (which defaults to 'sys.argv[1:]' + -- see 'setup()' in core.py). This list is first processed for + "global options" -- options that set attributes of the Distribution + instance. Then, it is alternately scanned for Distutils commands + and options for that command. Each new command terminates the + options for the previous command. The allowed options for a + command are determined by the 'user_options' attribute of the + command class -- thus, we have to be able to load command classes + in order to parse the command line. Any error in that 'options' + attribute raises DistutilsGetoptError; any error on the + command-line raises DistutilsArgError. If no Distutils commands + were found on the command line, raises DistutilsArgError. Return + true if command-line was successfully parsed and we should carry + on with executing commands; false if no errors but we shouldn't + execute commands (currently, this only happens if user asks for + help). + """ + # + # We now have enough information to show the Macintosh dialog + # that allows the user to interactively specify the "command line". + # + toplevel_options = self._get_toplevel_options() + + # We have to parse the command line a bit at a time -- global + # options, then the first command, then its options, and so on -- + # because each command will be handled by a different class, and + # the options that are valid for a particular class aren't known + # until we have loaded the command class, which doesn't happen + # until we know what the command is. + + self.commands = [] + parser = FancyGetopt(toplevel_options + self.display_options) + parser.set_negative_aliases(self.negative_opt) + parser.set_aliases({'licence': 'license'}) + args = parser.getopt(args=self.script_args, object=self) + option_order = parser.get_option_order() + logging.getLogger().setLevel(logging.WARN - 10 * self.verbose) + + # for display options we return immediately + if self.handle_display_options(option_order): + return + while args: + args = self._parse_command_opts(parser, args) + if args is None: # user asked for help (and got it) + return + + # Handle the cases of --help as a "global" option, ie. + # "setup.py --help" and "setup.py --help command ...". For the + # former, we show global options (--verbose, --dry-run, etc.) + # and display-only options (--name, --version, etc.); for the + # latter, we omit the display-only options and show help for + # each command listed on the command line. + if self.help: + self._show_help( + parser, display_options=len(self.commands) == 0, commands=self.commands + ) + return + + # Oops, no commands found -- an end-user error + if not self.commands: + raise DistutilsArgError("no commands supplied") + + # All is well: return true + return True + + def _get_toplevel_options(self): + """Return the non-display options recognized at the top level. + + This includes options that are recognized *only* at the top + level as well as options recognized for commands. + """ + return self.global_options + [ + ( + "command-packages=", + None, + "list of packages that provide distutils commands", + ), + ] + + def _parse_command_opts(self, parser, args): # noqa: C901 + """Parse the command-line options for a single command. + 'parser' must be a FancyGetopt instance; 'args' must be the list + of arguments, starting with the current command (whose options + we are about to parse). Returns a new version of 'args' with + the next command at the front of the list; will be the empty + list if there are no more commands on the command line. Returns + None if the user asked for help on this command. + """ + # late import because of mutual dependence between these modules + from distutils.cmd import Command + + # Pull the current command from the head of the command line + command = args[0] + if not command_re.match(command): + raise SystemExit(f"invalid command name '{command}'") + self.commands.append(command) + + # Dig up the command class that implements this command, so we + # 1) know that it's a valid command, and 2) know which options + # it takes. + try: + cmd_class = self.get_command_class(command) + except DistutilsModuleError as msg: + raise DistutilsArgError(msg) + + # Require that the command class be derived from Command -- want + # to be sure that the basic "command" interface is implemented. + if not issubclass(cmd_class, Command): + raise DistutilsClassError( + f"command class {cmd_class} must subclass Command" + ) + + # Also make sure that the command object provides a list of its + # known options. + if not ( + hasattr(cmd_class, 'user_options') + and isinstance(cmd_class.user_options, list) + ): + msg = ( + "command class %s must provide " + "'user_options' attribute (a list of tuples)" + ) + raise DistutilsClassError(msg % cmd_class) + + # If the command class has a list of negative alias options, + # merge it in with the global negative aliases. + negative_opt = self.negative_opt + if hasattr(cmd_class, 'negative_opt'): + negative_opt = negative_opt.copy() + negative_opt.update(cmd_class.negative_opt) + + # Check for help_options in command class. They have a different + # format (tuple of four) so we need to preprocess them here. + if hasattr(cmd_class, 'help_options') and isinstance( + cmd_class.help_options, list + ): + help_options = fix_help_options(cmd_class.help_options) + else: + help_options = [] + + # All commands support the global options too, just by adding + # in 'global_options'. + parser.set_option_table( + self.global_options + cmd_class.user_options + help_options + ) + parser.set_negative_aliases(negative_opt) + (args, opts) = parser.getopt(args[1:]) + if hasattr(opts, 'help') and opts.help: + self._show_help(parser, display_options=False, commands=[cmd_class]) + return + + if hasattr(cmd_class, 'help_options') and isinstance( + cmd_class.help_options, list + ): + help_option_found = 0 + for help_option, _short, _desc, func in cmd_class.help_options: + if hasattr(opts, parser.get_attr_name(help_option)): + help_option_found = 1 + if callable(func): + func() + else: + raise DistutilsClassError( + f"invalid help function {func!r} for help option '{help_option}': " + "must be a callable object (function, etc.)" + ) + + if help_option_found: + return + + # Put the options from the command-line into their official + # holding pen, the 'command_options' dictionary. + opt_dict = self.get_option_dict(command) + for name, value in vars(opts).items(): + opt_dict[name] = ("command line", value) + + return args + + def finalize_options(self) -> None: + """Set final values for all the options on the Distribution + instance, analogous to the .finalize_options() method of Command + objects. + """ + for attr in ('keywords', 'platforms'): + value = getattr(self.metadata, attr) + if value is None: + continue + if isinstance(value, str): + value = [elm.strip() for elm in value.split(',')] + setattr(self.metadata, attr, value) + + def _show_help( + self, parser, global_options=True, display_options=True, commands: Iterable = () + ): + """Show help for the setup script command-line in the form of + several lists of command-line options. 'parser' should be a + FancyGetopt instance; do not expect it to be returned in the + same state, as its option table will be reset to make it + generate the correct help text. + + If 'global_options' is true, lists the global options: + --verbose, --dry-run, etc. If 'display_options' is true, lists + the "display-only" options: --name, --version, etc. Finally, + lists per-command help for every command name or command class + in 'commands'. + """ + # late import because of mutual dependence between these modules + from distutils.cmd import Command + from distutils.core import gen_usage + + if global_options: + if display_options: + options = self._get_toplevel_options() + else: + options = self.global_options + parser.set_option_table(options) + parser.print_help(self.common_usage + "\nGlobal options:") + print() + + if display_options: + parser.set_option_table(self.display_options) + parser.print_help( + "Information display options (just display information, ignore any commands)" + ) + print() + + for command in commands: + if isinstance(command, type) and issubclass(command, Command): + klass = command + else: + klass = self.get_command_class(command) + if hasattr(klass, 'help_options') and isinstance(klass.help_options, list): + parser.set_option_table( + klass.user_options + fix_help_options(klass.help_options) + ) + else: + parser.set_option_table(klass.user_options) + parser.print_help(f"Options for '{klass.__name__}' command:") + print() + + print(gen_usage(self.script_name)) + + def handle_display_options(self, option_order): + """If there were any non-global "display-only" options + (--help-commands or the metadata display options) on the command + line, display the requested info and return true; else return + false. + """ + from distutils.core import gen_usage + + # User just wants a list of commands -- we'll print it out and stop + # processing now (ie. if they ran "setup --help-commands foo bar", + # we ignore "foo bar"). + if self.help_commands: + self.print_commands() + print() + print(gen_usage(self.script_name)) + return 1 + + # If user supplied any of the "display metadata" options, then + # display that metadata in the order in which the user supplied the + # metadata options. + any_display_options = 0 + is_display_option = set() + for option in self.display_options: + is_display_option.add(option[0]) + + for opt, val in option_order: + if val and opt in is_display_option: + opt = translate_longopt(opt) + value = getattr(self.metadata, "get_" + opt)() + if opt in ('keywords', 'platforms'): + print(','.join(value)) + elif opt in ('classifiers', 'provides', 'requires', 'obsoletes'): + print('\n'.join(value)) + else: + print(value) + any_display_options = 1 + + return any_display_options + + def print_command_list(self, commands, header, max_length) -> None: + """Print a subset of the list of all commands -- used by + 'print_commands()'. + """ + print(header + ":") + + for cmd in commands: + klass = self.cmdclass.get(cmd) + if not klass: + klass = self.get_command_class(cmd) + try: + description = klass.description + except AttributeError: + description = "(no description available)" + + print(f" {cmd:<{max_length}} {description}") + + def print_commands(self) -> None: + """Print out a help message listing all available commands with a + description of each. The list is divided into "standard commands" + (listed in distutils.command.__all__) and "extra commands" + (mentioned in self.cmdclass, but not a standard command). The + descriptions come from the command class attribute + 'description'. + """ + import distutils.command + + std_commands = distutils.command.__all__ + is_std = set(std_commands) + + extra_commands = [cmd for cmd in self.cmdclass.keys() if cmd not in is_std] + + max_length = 0 + for cmd in std_commands + extra_commands: + if len(cmd) > max_length: + max_length = len(cmd) + + self.print_command_list(std_commands, "Standard commands", max_length) + if extra_commands: + print() + self.print_command_list(extra_commands, "Extra commands", max_length) + + def get_command_list(self): + """Get a list of (command, description) tuples. + The list is divided into "standard commands" (listed in + distutils.command.__all__) and "extra commands" (mentioned in + self.cmdclass, but not a standard command). The descriptions come + from the command class attribute 'description'. + """ + # Currently this is only used on Mac OS, for the Mac-only GUI + # Distutils interface (by Jack Jansen) + import distutils.command + + std_commands = distutils.command.__all__ + is_std = set(std_commands) + + extra_commands = [cmd for cmd in self.cmdclass.keys() if cmd not in is_std] + + rv = [] + for cmd in std_commands + extra_commands: + klass = self.cmdclass.get(cmd) + if not klass: + klass = self.get_command_class(cmd) + try: + description = klass.description + except AttributeError: + description = "(no description available)" + rv.append((cmd, description)) + return rv + + # -- Command class/object methods ---------------------------------- + + def get_command_packages(self): + """Return a list of packages from which commands are loaded.""" + pkgs = self.command_packages + if not isinstance(pkgs, list): + if pkgs is None: + pkgs = '' + pkgs = [pkg.strip() for pkg in pkgs.split(',') if pkg != ''] + if "distutils.command" not in pkgs: + pkgs.insert(0, "distutils.command") + self.command_packages = pkgs + return pkgs + + def get_command_class(self, command: str) -> type[Command]: + """Return the class that implements the Distutils command named by + 'command'. First we check the 'cmdclass' dictionary; if the + command is mentioned there, we fetch the class object from the + dictionary and return it. Otherwise we load the command module + ("distutils.command." + command) and fetch the command class from + the module. The loaded class is also stored in 'cmdclass' + to speed future calls to 'get_command_class()'. + + Raises DistutilsModuleError if the expected module could not be + found, or if that module does not define the expected class. + """ + klass = self.cmdclass.get(command) + if klass: + return klass + + for pkgname in self.get_command_packages(): + module_name = f"{pkgname}.{command}" + klass_name = command + + try: + __import__(module_name) + module = sys.modules[module_name] + except ImportError: + continue + + try: + klass = getattr(module, klass_name) + except AttributeError: + raise DistutilsModuleError( + f"invalid command '{command}' (no class '{klass_name}' in module '{module_name}')" + ) + + self.cmdclass[command] = klass + return klass + + raise DistutilsModuleError(f"invalid command '{command}'") + + @overload + def get_command_obj( + self, command: str, create: Literal[True] = True + ) -> Command: ... + @overload + def get_command_obj( + self, command: str, create: Literal[False] + ) -> Command | None: ... + def get_command_obj(self, command: str, create: bool = True) -> Command | None: + """Return the command object for 'command'. Normally this object + is cached on a previous call to 'get_command_obj()'; if no command + object for 'command' is in the cache, then we either create and + return it (if 'create' is true) or return None. + """ + cmd_obj = self.command_obj.get(command) + if not cmd_obj and create: + if DEBUG: + self.announce( + "Distribution.get_command_obj(): " + f"creating '{command}' command object" + ) + + klass = self.get_command_class(command) + cmd_obj = self.command_obj[command] = klass(self) + self.have_run[command] = False + + # Set any options that were supplied in config files + # or on the command line. (NB. support for error + # reporting is lame here: any errors aren't reported + # until 'finalize_options()' is called, which means + # we won't report the source of the error.) + options = self.command_options.get(command) + if options: + self._set_command_options(cmd_obj, options) + + return cmd_obj + + def _set_command_options(self, command_obj, option_dict=None): # noqa: C901 + """Set the options for 'command_obj' from 'option_dict'. Basically + this means copying elements of a dictionary ('option_dict') to + attributes of an instance ('command'). + + 'command_obj' must be a Command instance. If 'option_dict' is not + supplied, uses the standard option dictionary for this command + (from 'self.command_options'). + """ + command_name = command_obj.get_command_name() + if option_dict is None: + option_dict = self.get_option_dict(command_name) + + if DEBUG: + self.announce(f" setting options for '{command_name}' command:") + for option, (source, value) in option_dict.items(): + if DEBUG: + self.announce(f" {option} = {value} (from {source})") + try: + bool_opts = [translate_longopt(o) for o in command_obj.boolean_options] + except AttributeError: + bool_opts = [] + try: + neg_opt = command_obj.negative_opt + except AttributeError: + neg_opt = {} + + try: + is_string = isinstance(value, str) + if option in neg_opt and is_string: + setattr(command_obj, neg_opt[option], not strtobool(value)) + elif option in bool_opts and is_string: + setattr(command_obj, option, strtobool(value)) + elif hasattr(command_obj, option): + setattr(command_obj, option, value) + else: + raise DistutilsOptionError( + f"error in {source}: command '{command_name}' has no such option '{option}'" + ) + except ValueError as msg: + raise DistutilsOptionError(msg) + + @overload + def reinitialize_command( + self, command: str, reinit_subcommands: bool = False + ) -> Command: ... + @overload + def reinitialize_command( + self, command: _CommandT, reinit_subcommands: bool = False + ) -> _CommandT: ... + def reinitialize_command( + self, command: str | Command, reinit_subcommands=False + ) -> Command: + """Reinitializes a command to the state it was in when first + returned by 'get_command_obj()': ie., initialized but not yet + finalized. This provides the opportunity to sneak option + values in programmatically, overriding or supplementing + user-supplied values from the config files and command line. + You'll have to re-finalize the command object (by calling + 'finalize_options()' or 'ensure_finalized()') before using it for + real. + + 'command' should be a command name (string) or command object. If + 'reinit_subcommands' is true, also reinitializes the command's + sub-commands, as declared by the 'sub_commands' class attribute (if + it has one). See the "install" command for an example. Only + reinitializes the sub-commands that actually matter, ie. those + whose test predicates return true. + + Returns the reinitialized command object. + """ + from distutils.cmd import Command + + if not isinstance(command, Command): + command_name = command + command = self.get_command_obj(command_name) + else: + command_name = command.get_command_name() + + if not command.finalized: + return command + command.initialize_options() + command.finalized = False + self.have_run[command_name] = False + self._set_command_options(command) + + if reinit_subcommands: + for sub in command.get_sub_commands(): + self.reinitialize_command(sub, reinit_subcommands) + + return command + + # -- Methods that operate on the Distribution ---------------------- + + def announce(self, msg, level: int = logging.INFO) -> None: + log.log(level, msg) + + def run_commands(self) -> None: + """Run each command that was seen on the setup script command line. + Uses the list of commands found and cache of command objects + created by 'get_command_obj()'. + """ + for cmd in self.commands: + self.run_command(cmd) + + # -- Methods that operate on its Commands -------------------------- + + def run_command(self, command: str) -> None: + """Do whatever it takes to run a command (including nothing at all, + if the command has already been run). Specifically: if we have + already created and run the command named by 'command', return + silently without doing anything. If the command named by 'command' + doesn't even have a command object yet, create one. Then invoke + 'run()' on that command object (or an existing one). + """ + # Already been here, done that? then return silently. + if self.have_run.get(command): + return + + log.info("running %s", command) + cmd_obj = self.get_command_obj(command) + cmd_obj.ensure_finalized() + cmd_obj.run() + self.have_run[command] = True + + # -- Distribution query methods ------------------------------------ + + def has_pure_modules(self) -> bool: + return len(self.packages or self.py_modules or []) > 0 + + def has_ext_modules(self) -> bool: + return self.ext_modules and len(self.ext_modules) > 0 + + def has_c_libraries(self) -> bool: + return self.libraries and len(self.libraries) > 0 + + def has_modules(self) -> bool: + return self.has_pure_modules() or self.has_ext_modules() + + def has_headers(self) -> bool: + return self.headers and len(self.headers) > 0 + + def has_scripts(self) -> bool: + return self.scripts and len(self.scripts) > 0 + + def has_data_files(self) -> bool: + return self.data_files and len(self.data_files) > 0 + + def is_pure(self) -> bool: + return ( + self.has_pure_modules() + and not self.has_ext_modules() + and not self.has_c_libraries() + ) + + # -- Metadata query methods ---------------------------------------- + + # If you're looking for 'get_name()', 'get_version()', and so forth, + # they are defined in a sneaky way: the constructor binds self.get_XXX + # to self.metadata.get_XXX. The actual code is in the + # DistributionMetadata class, below. + if TYPE_CHECKING: + # Unfortunately this means we need to specify them manually or not expose statically + def _(self) -> None: + self.get_name = self.metadata.get_name + self.get_version = self.metadata.get_version + self.get_fullname = self.metadata.get_fullname + self.get_author = self.metadata.get_author + self.get_author_email = self.metadata.get_author_email + self.get_maintainer = self.metadata.get_maintainer + self.get_maintainer_email = self.metadata.get_maintainer_email + self.get_contact = self.metadata.get_contact + self.get_contact_email = self.metadata.get_contact_email + self.get_url = self.metadata.get_url + self.get_license = self.metadata.get_license + self.get_licence = self.metadata.get_licence + self.get_description = self.metadata.get_description + self.get_long_description = self.metadata.get_long_description + self.get_keywords = self.metadata.get_keywords + self.get_platforms = self.metadata.get_platforms + self.get_classifiers = self.metadata.get_classifiers + self.get_download_url = self.metadata.get_download_url + self.get_requires = self.metadata.get_requires + self.get_provides = self.metadata.get_provides + self.get_obsoletes = self.metadata.get_obsoletes + + # Default attributes generated in __init__ from self.display_option_names + help_commands: bool + name: str | Literal[False] + version: str | Literal[False] + fullname: str | Literal[False] + author: str | Literal[False] + author_email: str | Literal[False] + maintainer: str | Literal[False] + maintainer_email: str | Literal[False] + contact: str | Literal[False] + contact_email: str | Literal[False] + url: str | Literal[False] + license: str | Literal[False] + licence: str | Literal[False] + description: str | Literal[False] + long_description: str | Literal[False] + platforms: str | list[str] | Literal[False] + classifiers: str | list[str] | Literal[False] + keywords: str | list[str] | Literal[False] + provides: list[str] | Literal[False] + requires: list[str] | Literal[False] + obsoletes: list[str] | Literal[False] + + +class DistributionMetadata: + """Dummy class to hold the distribution meta-data: name, version, + author, and so forth. + """ + + _METHOD_BASENAMES = ( + "name", + "version", + "author", + "author_email", + "maintainer", + "maintainer_email", + "url", + "license", + "description", + "long_description", + "keywords", + "platforms", + "fullname", + "contact", + "contact_email", + "classifiers", + "download_url", + # PEP 314 + "provides", + "requires", + "obsoletes", + ) + + def __init__( + self, path: str | bytes | os.PathLike[str] | os.PathLike[bytes] | None = None + ) -> None: + if path is not None: + self.read_pkg_file(open(path)) + else: + self.name: str | None = None + self.version: str | None = None + self.author: str | None = None + self.author_email: str | None = None + self.maintainer: str | None = None + self.maintainer_email: str | None = None + self.url: str | None = None + self.license: str | None = None + self.description: str | None = None + self.long_description: str | None = None + self.keywords: str | list[str] | None = None + self.platforms: str | list[str] | None = None + self.classifiers: str | list[str] | None = None + self.download_url: str | None = None + # PEP 314 + self.provides: str | list[str] | None = None + self.requires: str | list[str] | None = None + self.obsoletes: str | list[str] | None = None + + def read_pkg_file(self, file: IO[str]) -> None: + """Reads the metadata values from a file object.""" + msg = message_from_file(file) + + def _read_field(name: str) -> str | None: + value = msg[name] + if value and value != "UNKNOWN": + return value + return None + + def _read_list(name): + values = msg.get_all(name, None) + if values == []: + return None + return values + + metadata_version = msg['metadata-version'] + self.name = _read_field('name') + self.version = _read_field('version') + self.description = _read_field('summary') + # we are filling author only. + self.author = _read_field('author') + self.maintainer = None + self.author_email = _read_field('author-email') + self.maintainer_email = None + self.url = _read_field('home-page') + self.license = _read_field('license') + + if 'download-url' in msg: + self.download_url = _read_field('download-url') + else: + self.download_url = None + + self.long_description = _read_field('description') + self.description = _read_field('summary') + + if 'keywords' in msg: + self.keywords = _read_field('keywords').split(',') + + self.platforms = _read_list('platform') + self.classifiers = _read_list('classifier') + + # PEP 314 - these fields only exist in 1.1 + if metadata_version == '1.1': + self.requires = _read_list('requires') + self.provides = _read_list('provides') + self.obsoletes = _read_list('obsoletes') + else: + self.requires = None + self.provides = None + self.obsoletes = None + + def write_pkg_info(self, base_dir: str | os.PathLike[str]) -> None: + """Write the PKG-INFO file into the release tree.""" + with open( + os.path.join(base_dir, 'PKG-INFO'), 'w', encoding='UTF-8' + ) as pkg_info: + self.write_pkg_file(pkg_info) + + def write_pkg_file(self, file: SupportsWrite[str]) -> None: + """Write the PKG-INFO format data to a file object.""" + version = '1.0' + if ( + self.provides + or self.requires + or self.obsoletes + or self.classifiers + or self.download_url + ): + version = '1.1' + + # required fields + file.write(f'Metadata-Version: {version}\n') + file.write(f'Name: {self.get_name()}\n') + file.write(f'Version: {self.get_version()}\n') + + def maybe_write(header, val): + if val: + file.write(f"{header}: {val}\n") + + # optional fields + maybe_write("Summary", self.get_description()) + maybe_write("Home-page", self.get_url()) + maybe_write("Author", self.get_contact()) + maybe_write("Author-email", self.get_contact_email()) + maybe_write("License", self.get_license()) + maybe_write("Download-URL", self.download_url) + maybe_write("Description", rfc822_escape(self.get_long_description() or "")) + maybe_write("Keywords", ",".join(self.get_keywords())) + + self._write_list(file, 'Platform', self.get_platforms()) + self._write_list(file, 'Classifier', self.get_classifiers()) + + # PEP 314 + self._write_list(file, 'Requires', self.get_requires()) + self._write_list(file, 'Provides', self.get_provides()) + self._write_list(file, 'Obsoletes', self.get_obsoletes()) + + def _write_list(self, file, name, values): + values = values or [] + for value in values: + file.write(f'{name}: {value}\n') + + # -- Metadata query methods ---------------------------------------- + + def get_name(self) -> str: + return self.name or "UNKNOWN" + + def get_version(self) -> str: + return self.version or "0.0.0" + + def get_fullname(self) -> str: + return self._fullname(self.get_name(), self.get_version()) + + @staticmethod + def _fullname(name: str, version: str) -> str: + """ + >>> DistributionMetadata._fullname('setup.tools', '1.0-2') + 'setup_tools-1.0.post2' + >>> DistributionMetadata._fullname('setup-tools', '1.2post2') + 'setup_tools-1.2.post2' + >>> DistributionMetadata._fullname('setup-tools', '1.0-r2') + 'setup_tools-1.0.post2' + >>> DistributionMetadata._fullname('setup.tools', '1.0.post') + 'setup_tools-1.0.post0' + >>> DistributionMetadata._fullname('setup.tools', '1.0+ubuntu-1') + 'setup_tools-1.0+ubuntu.1' + """ + return "{}-{}".format( + canonicalize_name(name).replace('-', '_'), + canonicalize_version(version, strip_trailing_zero=False), + ) + + def get_author(self) -> str | None: + return self.author + + def get_author_email(self) -> str | None: + return self.author_email + + def get_maintainer(self) -> str | None: + return self.maintainer + + def get_maintainer_email(self) -> str | None: + return self.maintainer_email + + def get_contact(self) -> str | None: + return self.maintainer or self.author + + def get_contact_email(self) -> str | None: + return self.maintainer_email or self.author_email + + def get_url(self) -> str | None: + return self.url + + def get_license(self) -> str | None: + return self.license + + get_licence = get_license + + def get_description(self) -> str | None: + return self.description + + def get_long_description(self) -> str | None: + return self.long_description + + def get_keywords(self) -> str | list[str]: + return self.keywords or [] + + def set_keywords(self, value: str | Iterable[str]) -> None: + self.keywords = _ensure_list(value, 'keywords') + + def get_platforms(self) -> str | list[str] | None: + return self.platforms + + def set_platforms(self, value: str | Iterable[str]) -> None: + self.platforms = _ensure_list(value, 'platforms') + + def get_classifiers(self) -> str | list[str]: + return self.classifiers or [] + + def set_classifiers(self, value: str | Iterable[str]) -> None: + self.classifiers = _ensure_list(value, 'classifiers') + + def get_download_url(self) -> str | None: + return self.download_url + + # PEP 314 + def get_requires(self) -> str | list[str]: + return self.requires or [] + + def set_requires(self, value: Iterable[str]) -> None: + import distutils.versionpredicate + + for v in value: + distutils.versionpredicate.VersionPredicate(v) + self.requires = list(value) + + def get_provides(self) -> str | list[str]: + return self.provides or [] + + def set_provides(self, value: Iterable[str]) -> None: + value = [v.strip() for v in value] + for v in value: + import distutils.versionpredicate + + distutils.versionpredicate.split_provision(v) + self.provides = value + + def get_obsoletes(self) -> str | list[str]: + return self.obsoletes or [] + + def set_obsoletes(self, value: Iterable[str]) -> None: + import distutils.versionpredicate + + for v in value: + distutils.versionpredicate.VersionPredicate(v) + self.obsoletes = list(value) + + +def fix_help_options(options): + """Convert a 4-tuple 'help_options' list as found in various command + classes to the 3-tuple form required by FancyGetopt. + """ + return [opt[0:3] for opt in options] diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/errors.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/errors.py new file mode 100644 index 0000000..409d21f --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/errors.py @@ -0,0 +1,108 @@ +""" +Exceptions used by the Distutils modules. + +Distutils modules may raise these or standard exceptions, +including :exc:`SystemExit`. +""" + +# compiler exceptions aliased for compatibility +from .compilers.C.errors import CompileError as CompileError +from .compilers.C.errors import Error as _Error +from .compilers.C.errors import LibError as LibError +from .compilers.C.errors import LinkError as LinkError +from .compilers.C.errors import PreprocessError as PreprocessError +from .compilers.C.errors import UnknownFileType as _UnknownFileType + +CCompilerError = _Error +UnknownFileError = _UnknownFileType + + +class DistutilsError(Exception): + """The root of all Distutils evil.""" + + pass + + +class DistutilsModuleError(DistutilsError): + """Unable to load an expected module, or to find an expected class + within some module (in particular, command modules and classes).""" + + pass + + +class DistutilsClassError(DistutilsError): + """Some command class (or possibly distribution class, if anyone + feels a need to subclass Distribution) is found not to be holding + up its end of the bargain, ie. implementing some part of the + "command "interface.""" + + pass + + +class DistutilsGetoptError(DistutilsError): + """The option table provided to 'fancy_getopt()' is bogus.""" + + pass + + +class DistutilsArgError(DistutilsError): + """Raised by fancy_getopt in response to getopt.error -- ie. an + error in the command line usage.""" + + pass + + +class DistutilsFileError(DistutilsError): + """Any problems in the filesystem: expected file not found, etc. + Typically this is for problems that we detect before OSError + could be raised.""" + + pass + + +class DistutilsOptionError(DistutilsError): + """Syntactic/semantic errors in command options, such as use of + mutually conflicting options, or inconsistent options, + badly-spelled values, etc. No distinction is made between option + values originating in the setup script, the command line, config + files, or what-have-you -- but if we *know* something originated in + the setup script, we'll raise DistutilsSetupError instead.""" + + pass + + +class DistutilsSetupError(DistutilsError): + """For errors that can be definitely blamed on the setup script, + such as invalid keyword arguments to 'setup()'.""" + + pass + + +class DistutilsPlatformError(DistutilsError): + """We don't know how to do something on the current platform (but + we do know how to do it on some platform) -- eg. trying to compile + C files on a platform not supported by a CCompiler subclass.""" + + pass + + +class DistutilsExecError(DistutilsError): + """Any problems executing an external program (such as the C + compiler, when compiling C files).""" + + pass + + +class DistutilsInternalError(DistutilsError): + """Internal inconsistencies or impossibilities (obviously, this + should never be seen if the code is working!).""" + + pass + + +class DistutilsTemplateError(DistutilsError): + """Syntax error in a file list template.""" + + +class DistutilsByteCompileError(DistutilsError): + """Byte compile error.""" diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/extension.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/extension.py new file mode 100644 index 0000000..f514112 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/extension.py @@ -0,0 +1,258 @@ +"""distutils.extension + +Provides the Extension class, used to describe C/C++ extension +modules in setup scripts.""" + +from __future__ import annotations + +import os +import warnings +from collections.abc import Iterable + +# This class is really only used by the "build_ext" command, so it might +# make sense to put it in distutils.command.build_ext. However, that +# module is already big enough, and I want to make this class a bit more +# complex to simplify some common cases ("foo" module in "foo.c") and do +# better error-checking ("foo.c" actually exists). +# +# Also, putting this in build_ext.py means every setup script would have to +# import that large-ish module (indirectly, through distutils.core) in +# order to do anything. + + +class Extension: + """Just a collection of attributes that describes an extension + module and everything needed to build it (hopefully in a portable + way, but there are hooks that let you be as unportable as you need). + + Instance attributes: + name : string + the full name of the extension, including any packages -- ie. + *not* a filename or pathname, but Python dotted name + sources : Iterable[string | os.PathLike] + iterable of source filenames (except strings, which could be misinterpreted + as a single filename), relative to the distribution root (where the setup + script lives), in Unix form (slash-separated) for portability. Can be any + non-string iterable (list, tuple, set, etc.) containing strings or + PathLike objects. Source files may be C, C++, SWIG (.i), platform-specific + resource files, or whatever else is recognized by the "build_ext" command + as source for a Python extension. + include_dirs : [string] + list of directories to search for C/C++ header files (in Unix + form for portability) + define_macros : [(name : string, value : string|None)] + list of macros to define; each macro is defined using a 2-tuple, + where 'value' is either the string to define it to or None to + define it without a particular value (equivalent of "#define + FOO" in source or -DFOO on Unix C compiler command line) + undef_macros : [string] + list of macros to undefine explicitly + library_dirs : [string] + list of directories to search for C/C++ libraries at link time + libraries : [string] + list of library names (not filenames or paths) to link against + runtime_library_dirs : [string] + list of directories to search for C/C++ libraries at run time + (for shared extensions, this is when the extension is loaded) + extra_objects : [string] + list of extra files to link with (eg. object files not implied + by 'sources', static library that must be explicitly specified, + binary resource files, etc.) + extra_compile_args : [string] + any extra platform- and compiler-specific information to use + when compiling the source files in 'sources'. For platforms and + compilers where "command line" makes sense, this is typically a + list of command-line arguments, but for other platforms it could + be anything. + extra_link_args : [string] + any extra platform- and compiler-specific information to use + when linking object files together to create the extension (or + to create a new static Python interpreter). Similar + interpretation as for 'extra_compile_args'. + export_symbols : [string] + list of symbols to be exported from a shared extension. Not + used on all platforms, and not generally necessary for Python + extensions, which typically export exactly one symbol: "init" + + extension_name. + swig_opts : [string] + any extra options to pass to SWIG if a source file has the .i + extension. + depends : [string] + list of files that the extension depends on + language : string + extension language (i.e. "c", "c++", "objc"). Will be detected + from the source extensions if not provided. + optional : boolean + specifies that a build failure in the extension should not abort the + build process, but simply not install the failing extension. + """ + + # When adding arguments to this constructor, be sure to update + # setup_keywords in core.py. + def __init__( + self, + name: str, + sources: Iterable[str | os.PathLike[str]], + include_dirs: list[str] | None = None, + define_macros: list[tuple[str, str | None]] | None = None, + undef_macros: list[str] | None = None, + library_dirs: list[str] | None = None, + libraries: list[str] | None = None, + runtime_library_dirs: list[str] | None = None, + extra_objects: list[str] | None = None, + extra_compile_args: list[str] | None = None, + extra_link_args: list[str] | None = None, + export_symbols: list[str] | None = None, + swig_opts: list[str] | None = None, + depends: list[str] | None = None, + language: str | None = None, + optional: bool | None = None, + **kw, # To catch unknown keywords + ): + if not isinstance(name, str): + raise TypeError("'name' must be a string") + + # handle the string case first; since strings are iterable, disallow them + if isinstance(sources, str): + raise TypeError( + "'sources' must be an iterable of strings or PathLike objects, not a string" + ) + + # now we check if it's iterable and contains valid types + try: + self.sources = list(map(os.fspath, sources)) + except TypeError: + raise TypeError( + "'sources' must be an iterable of strings or PathLike objects" + ) + + self.name = name + self.include_dirs = include_dirs or [] + self.define_macros = define_macros or [] + self.undef_macros = undef_macros or [] + self.library_dirs = library_dirs or [] + self.libraries = libraries or [] + self.runtime_library_dirs = runtime_library_dirs or [] + self.extra_objects = extra_objects or [] + self.extra_compile_args = extra_compile_args or [] + self.extra_link_args = extra_link_args or [] + self.export_symbols = export_symbols or [] + self.swig_opts = swig_opts or [] + self.depends = depends or [] + self.language = language + self.optional = optional + + # If there are unknown keyword options, warn about them + if len(kw) > 0: + options = [repr(option) for option in kw] + options = ', '.join(sorted(options)) + msg = f"Unknown Extension options: {options}" + warnings.warn(msg) + + def __repr__(self): + return f'<{self.__class__.__module__}.{self.__class__.__qualname__}({self.name!r}) at {id(self):#x}>' + + +def read_setup_file(filename): # noqa: C901 + """Reads a Setup file and returns Extension instances.""" + from distutils.sysconfig import _variable_rx, expand_makefile_vars, parse_makefile + from distutils.text_file import TextFile + from distutils.util import split_quoted + + # First pass over the file to gather "VAR = VALUE" assignments. + vars = parse_makefile(filename) + + # Second pass to gobble up the real content: lines of the form + # ... [ ...] [ ...] [ ...] + file = TextFile( + filename, + strip_comments=True, + skip_blanks=True, + join_lines=True, + lstrip_ws=True, + rstrip_ws=True, + ) + try: + extensions = [] + + while True: + line = file.readline() + if line is None: # eof + break + if _variable_rx.match(line): # VAR=VALUE, handled in first pass + continue + + if line[0] == line[-1] == "*": + file.warn(f"'{line}' lines not handled yet") + continue + + line = expand_makefile_vars(line, vars) + words = split_quoted(line) + + # NB. this parses a slightly different syntax than the old + # makesetup script: here, there must be exactly one extension per + # line, and it must be the first word of the line. I have no idea + # why the old syntax supported multiple extensions per line, as + # they all wind up being the same. + + module = words[0] + ext = Extension(module, []) + append_next_word = None + + for word in words[1:]: + if append_next_word is not None: + append_next_word.append(word) + append_next_word = None + continue + + suffix = os.path.splitext(word)[1] + switch = word[0:2] + value = word[2:] + + if suffix in (".c", ".cc", ".cpp", ".cxx", ".c++", ".m", ".mm"): + # hmm, should we do something about C vs. C++ sources? + # or leave it up to the CCompiler implementation to + # worry about? + ext.sources.append(word) + elif switch == "-I": + ext.include_dirs.append(value) + elif switch == "-D": + equals = value.find("=") + if equals == -1: # bare "-DFOO" -- no value + ext.define_macros.append((value, None)) + else: # "-DFOO=blah" + ext.define_macros.append((value[0:equals], value[equals + 2 :])) + elif switch == "-U": + ext.undef_macros.append(value) + elif switch == "-C": # only here 'cause makesetup has it! + ext.extra_compile_args.append(word) + elif switch == "-l": + ext.libraries.append(value) + elif switch == "-L": + ext.library_dirs.append(value) + elif switch == "-R": + ext.runtime_library_dirs.append(value) + elif word == "-rpath": + append_next_word = ext.runtime_library_dirs + elif word == "-Xlinker": + append_next_word = ext.extra_link_args + elif word == "-Xcompiler": + append_next_word = ext.extra_compile_args + elif switch == "-u": + ext.extra_link_args.append(word) + if not value: + append_next_word = ext.extra_link_args + elif suffix in (".a", ".so", ".sl", ".o", ".dylib"): + # NB. a really faithful emulation of makesetup would + # append a .o file to extra_objects only if it + # had a slash in it; otherwise, it would s/.o/.c/ + # and append it to sources. Hmmmm. + ext.extra_objects.append(word) + else: + file.warn(f"unrecognized argument '{word}'") + + extensions.append(ext) + finally: + file.close() + + return extensions diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py new file mode 100644 index 0000000..1a1d3a0 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py @@ -0,0 +1,471 @@ +"""distutils.fancy_getopt + +Wrapper around the standard getopt module that provides the following +additional features: + * short and long options are tied together + * options have help strings, so fancy_getopt could potentially + create a complete usage summary + * options set attributes of a passed-in object +""" + +from __future__ import annotations + +import getopt +import re +import string +import sys +from collections.abc import Sequence +from typing import Any + +from .errors import DistutilsArgError, DistutilsGetoptError + +# Much like command_re in distutils.core, this is close to but not quite +# the same as a Python NAME -- except, in the spirit of most GNU +# utilities, we use '-' in place of '_'. (The spirit of LISP lives on!) +# The similarities to NAME are again not a coincidence... +longopt_pat = r'[a-zA-Z](?:[a-zA-Z0-9-]*)' +longopt_re = re.compile(rf'^{longopt_pat}$') + +# For recognizing "negative alias" options, eg. "quiet=!verbose" +neg_alias_re = re.compile(f"^({longopt_pat})=!({longopt_pat})$") + +# This is used to translate long options to legitimate Python identifiers +# (for use as attributes of some object). +longopt_xlate = str.maketrans('-', '_') + + +class FancyGetopt: + """Wrapper around the standard 'getopt()' module that provides some + handy extra functionality: + * short and long options are tied together + * options have help strings, and help text can be assembled + from them + * options set attributes of a passed-in object + * boolean options can have "negative aliases" -- eg. if + --quiet is the "negative alias" of --verbose, then "--quiet" + on the command line sets 'verbose' to false + """ + + def __init__(self, option_table=None): + # The option table is (currently) a list of tuples. The + # tuples may have 3 or four values: + # (long_option, short_option, help_string [, repeatable]) + # if an option takes an argument, its long_option should have '=' + # appended; short_option should just be a single character, no ':' + # in any case. If a long_option doesn't have a corresponding + # short_option, short_option should be None. All option tuples + # must have long options. + self.option_table = option_table + + # 'option_index' maps long option names to entries in the option + # table (ie. those 3-tuples). + self.option_index = {} + if self.option_table: + self._build_index() + + # 'alias' records (duh) alias options; {'foo': 'bar'} means + # --foo is an alias for --bar + self.alias = {} + + # 'negative_alias' keeps track of options that are the boolean + # opposite of some other option + self.negative_alias = {} + + # These keep track of the information in the option table. We + # don't actually populate these structures until we're ready to + # parse the command-line, since the 'option_table' passed in here + # isn't necessarily the final word. + self.short_opts = [] + self.long_opts = [] + self.short2long = {} + self.attr_name = {} + self.takes_arg = {} + + # And 'option_order' is filled up in 'getopt()'; it records the + # original order of options (and their values) on the command-line, + # but expands short options, converts aliases, etc. + self.option_order = [] + + def _build_index(self): + self.option_index.clear() + for option in self.option_table: + self.option_index[option[0]] = option + + def set_option_table(self, option_table): + self.option_table = option_table + self._build_index() + + def add_option(self, long_option, short_option=None, help_string=None): + if long_option in self.option_index: + raise DistutilsGetoptError( + f"option conflict: already an option '{long_option}'" + ) + else: + option = (long_option, short_option, help_string) + self.option_table.append(option) + self.option_index[long_option] = option + + def has_option(self, long_option): + """Return true if the option table for this parser has an + option with long name 'long_option'.""" + return long_option in self.option_index + + def get_attr_name(self, long_option): + """Translate long option name 'long_option' to the form it + has as an attribute of some object: ie., translate hyphens + to underscores.""" + return long_option.translate(longopt_xlate) + + def _check_alias_dict(self, aliases, what): + assert isinstance(aliases, dict) + for alias, opt in aliases.items(): + if alias not in self.option_index: + raise DistutilsGetoptError( + f"invalid {what} '{alias}': option '{alias}' not defined" + ) + if opt not in self.option_index: + raise DistutilsGetoptError( + f"invalid {what} '{alias}': aliased option '{opt}' not defined" + ) + + def set_aliases(self, alias): + """Set the aliases for this option parser.""" + self._check_alias_dict(alias, "alias") + self.alias = alias + + def set_negative_aliases(self, negative_alias): + """Set the negative aliases for this option parser. + 'negative_alias' should be a dictionary mapping option names to + option names, both the key and value must already be defined + in the option table.""" + self._check_alias_dict(negative_alias, "negative alias") + self.negative_alias = negative_alias + + def _grok_option_table(self): # noqa: C901 + """Populate the various data structures that keep tabs on the + option table. Called by 'getopt()' before it can do anything + worthwhile. + """ + self.long_opts = [] + self.short_opts = [] + self.short2long.clear() + self.repeat = {} + + for option in self.option_table: + if len(option) == 3: + long, short, help = option + repeat = 0 + elif len(option) == 4: + long, short, help, repeat = option + else: + # the option table is part of the code, so simply + # assert that it is correct + raise ValueError(f"invalid option tuple: {option!r}") + + # Type- and value-check the option names + if not isinstance(long, str) or len(long) < 2: + raise DistutilsGetoptError( + f"invalid long option '{long}': must be a string of length >= 2" + ) + + if not ((short is None) or (isinstance(short, str) and len(short) == 1)): + raise DistutilsGetoptError( + f"invalid short option '{short}': must a single character or None" + ) + + self.repeat[long] = repeat + self.long_opts.append(long) + + if long[-1] == '=': # option takes an argument? + if short: + short = short + ':' + long = long[0:-1] + self.takes_arg[long] = True + else: + # Is option is a "negative alias" for some other option (eg. + # "quiet" == "!verbose")? + alias_to = self.negative_alias.get(long) + if alias_to is not None: + if self.takes_arg[alias_to]: + raise DistutilsGetoptError( + f"invalid negative alias '{long}': " + f"aliased option '{alias_to}' takes a value" + ) + + self.long_opts[-1] = long # XXX redundant?! + self.takes_arg[long] = False + + # If this is an alias option, make sure its "takes arg" flag is + # the same as the option it's aliased to. + alias_to = self.alias.get(long) + if alias_to is not None: + if self.takes_arg[long] != self.takes_arg[alias_to]: + raise DistutilsGetoptError( + f"invalid alias '{long}': inconsistent with " + f"aliased option '{alias_to}' (one of them takes a value, " + "the other doesn't" + ) + + # Now enforce some bondage on the long option name, so we can + # later translate it to an attribute name on some object. Have + # to do this a bit late to make sure we've removed any trailing + # '='. + if not longopt_re.match(long): + raise DistutilsGetoptError( + f"invalid long option name '{long}' " + "(must be letters, numbers, hyphens only" + ) + + self.attr_name[long] = self.get_attr_name(long) + if short: + self.short_opts.append(short) + self.short2long[short[0]] = long + + def getopt(self, args: Sequence[str] | None = None, object=None): # noqa: C901 + """Parse command-line options in args. Store as attributes on object. + + If 'args' is None or not supplied, uses 'sys.argv[1:]'. If + 'object' is None or not supplied, creates a new OptionDummy + object, stores option values there, and returns a tuple (args, + object). If 'object' is supplied, it is modified in place and + 'getopt()' just returns 'args'; in both cases, the returned + 'args' is a modified copy of the passed-in 'args' list, which + is left untouched. + """ + if args is None: + args = sys.argv[1:] + if object is None: + object = OptionDummy() + created_object = True + else: + created_object = False + + self._grok_option_table() + + short_opts = ' '.join(self.short_opts) + try: + opts, args = getopt.getopt(args, short_opts, self.long_opts) + except getopt.error as msg: + raise DistutilsArgError(msg) + + for opt, val in opts: + if len(opt) == 2 and opt[0] == '-': # it's a short option + opt = self.short2long[opt[1]] + else: + assert len(opt) > 2 and opt[:2] == '--' + opt = opt[2:] + + alias = self.alias.get(opt) + if alias: + opt = alias + + if not self.takes_arg[opt]: # boolean option? + assert val == '', "boolean option can't have value" + alias = self.negative_alias.get(opt) + if alias: + opt = alias + val = 0 + else: + val = 1 + + attr = self.attr_name[opt] + # The only repeating option at the moment is 'verbose'. + # It has a negative option -q quiet, which should set verbose = False. + if val and self.repeat.get(attr) is not None: + val = getattr(object, attr, 0) + 1 + setattr(object, attr, val) + self.option_order.append((opt, val)) + + # for opts + if created_object: + return args, object + else: + return args + + def get_option_order(self): + """Returns the list of (option, value) tuples processed by the + previous run of 'getopt()'. Raises RuntimeError if + 'getopt()' hasn't been called yet. + """ + if self.option_order is None: + raise RuntimeError("'getopt()' hasn't been called yet") + else: + return self.option_order + + def generate_help(self, header=None): # noqa: C901 + """Generate help text (a list of strings, one per suggested line of + output) from the option table for this FancyGetopt object. + """ + # Blithely assume the option table is good: probably wouldn't call + # 'generate_help()' unless you've already called 'getopt()'. + + # First pass: determine maximum length of long option names + max_opt = 0 + for option in self.option_table: + long = option[0] + short = option[1] + ell = len(long) + if long[-1] == '=': + ell = ell - 1 + if short is not None: + ell = ell + 5 # " (-x)" where short == 'x' + if ell > max_opt: + max_opt = ell + + opt_width = max_opt + 2 + 2 + 2 # room for indent + dashes + gutter + + # Typical help block looks like this: + # --foo controls foonabulation + # Help block for longest option looks like this: + # --flimflam set the flim-flam level + # and with wrapped text: + # --flimflam set the flim-flam level (must be between + # 0 and 100, except on Tuesdays) + # Options with short names will have the short name shown (but + # it doesn't contribute to max_opt): + # --foo (-f) controls foonabulation + # If adding the short option would make the left column too wide, + # we push the explanation off to the next line + # --flimflam (-l) + # set the flim-flam level + # Important parameters: + # - 2 spaces before option block start lines + # - 2 dashes for each long option name + # - min. 2 spaces between option and explanation (gutter) + # - 5 characters (incl. space) for short option name + + # Now generate lines of help text. (If 80 columns were good enough + # for Jesus, then 78 columns are good enough for me!) + line_width = 78 + text_width = line_width - opt_width + big_indent = ' ' * opt_width + if header: + lines = [header] + else: + lines = ['Option summary:'] + + for option in self.option_table: + long, short, help = option[:3] + text = wrap_text(help, text_width) + if long[-1] == '=': + long = long[0:-1] + + # Case 1: no short option at all (makes life easy) + if short is None: + if text: + lines.append(f" --{long:<{max_opt}} {text[0]}") + else: + lines.append(f" --{long:<{max_opt}}") + + # Case 2: we have a short option, so we have to include it + # just after the long option + else: + opt_names = f"{long} (-{short})" + if text: + lines.append(f" --{opt_names:<{max_opt}} {text[0]}") + else: + lines.append(f" --{opt_names:<{max_opt}}") + + for ell in text[1:]: + lines.append(big_indent + ell) + return lines + + def print_help(self, header=None, file=None): + if file is None: + file = sys.stdout + for line in self.generate_help(header): + file.write(line + "\n") + + +def fancy_getopt(options, negative_opt, object, args: Sequence[str] | None): + parser = FancyGetopt(options) + parser.set_negative_aliases(negative_opt) + return parser.getopt(args, object) + + +WS_TRANS = {ord(_wschar): ' ' for _wschar in string.whitespace} + + +def wrap_text(text, width): + """wrap_text(text : string, width : int) -> [string] + + Split 'text' into multiple lines of no more than 'width' characters + each, and return the list of strings that results. + """ + if text is None: + return [] + if len(text) <= width: + return [text] + + text = text.expandtabs() + text = text.translate(WS_TRANS) + chunks = re.split(r'( +|-+)', text) + chunks = [ch for ch in chunks if ch] # ' - ' results in empty strings + lines = [] + + while chunks: + cur_line = [] # list of chunks (to-be-joined) + cur_len = 0 # length of current line + + while chunks: + ell = len(chunks[0]) + if cur_len + ell <= width: # can squeeze (at least) this chunk in + cur_line.append(chunks[0]) + del chunks[0] + cur_len = cur_len + ell + else: # this line is full + # drop last chunk if all space + if cur_line and cur_line[-1][0] == ' ': + del cur_line[-1] + break + + if chunks: # any chunks left to process? + # if the current line is still empty, then we had a single + # chunk that's too big too fit on a line -- so we break + # down and break it up at the line width + if cur_len == 0: + cur_line.append(chunks[0][0:width]) + chunks[0] = chunks[0][width:] + + # all-whitespace chunks at the end of a line can be discarded + # (and we know from the re.split above that if a chunk has + # *any* whitespace, it is *all* whitespace) + if chunks[0][0] == ' ': + del chunks[0] + + # and store this line in the list-of-all-lines -- as a single + # string, of course! + lines.append(''.join(cur_line)) + + return lines + + +def translate_longopt(opt): + """Convert a long option name to a valid Python identifier by + changing "-" to "_". + """ + return opt.translate(longopt_xlate) + + +class OptionDummy: + """Dummy class just used as a place to hold command-line option + values as instance attributes.""" + + def __init__(self, options: Sequence[Any] = []): + """Create a new OptionDummy instance. The attributes listed in + 'options' will be initialized to None.""" + for opt in options: + setattr(self, opt, None) + + +if __name__ == "__main__": + text = """\ +Tra-la-la, supercalifragilisticexpialidocious. +How *do* you spell that odd word, anyways? +(Someone ask Mary -- she'll know [or she'll +say, "How should I know?"].)""" + + for w in (10, 20, 30, 40): + print(f"width: {w}") + print("\n".join(wrap_text(text, w))) + print() diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/file_util.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/file_util.py new file mode 100644 index 0000000..0acc8cb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/file_util.py @@ -0,0 +1,236 @@ +"""distutils.file_util + +Utility functions for operating on single files. +""" + +import os + +from ._log import log +from .errors import DistutilsFileError + +# for generating verbose output in 'copy_file()' +_copy_action = {None: 'copying', 'hard': 'hard linking', 'sym': 'symbolically linking'} + + +def _copy_file_contents(src, dst, buffer_size=16 * 1024): # noqa: C901 + """Copy the file 'src' to 'dst'; both must be filenames. Any error + opening either file, reading from 'src', or writing to 'dst', raises + DistutilsFileError. Data is read/written in chunks of 'buffer_size' + bytes (default 16k). No attempt is made to handle anything apart from + regular files. + """ + # Stolen from shutil module in the standard library, but with + # custom error-handling added. + fsrc = None + fdst = None + try: + try: + fsrc = open(src, 'rb') + except OSError as e: + raise DistutilsFileError(f"could not open '{src}': {e.strerror}") + + if os.path.exists(dst): + try: + os.unlink(dst) + except OSError as e: + raise DistutilsFileError(f"could not delete '{dst}': {e.strerror}") + + try: + fdst = open(dst, 'wb') + except OSError as e: + raise DistutilsFileError(f"could not create '{dst}': {e.strerror}") + + while True: + try: + buf = fsrc.read(buffer_size) + except OSError as e: + raise DistutilsFileError(f"could not read from '{src}': {e.strerror}") + + if not buf: + break + + try: + fdst.write(buf) + except OSError as e: + raise DistutilsFileError(f"could not write to '{dst}': {e.strerror}") + finally: + if fdst: + fdst.close() + if fsrc: + fsrc.close() + + +def copy_file( # noqa: C901 + src, + dst, + preserve_mode=True, + preserve_times=True, + update=False, + link=None, + verbose=True, + dry_run=False, +): + """Copy a file 'src' to 'dst'. If 'dst' is a directory, then 'src' is + copied there with the same name; otherwise, it must be a filename. (If + the file exists, it will be ruthlessly clobbered.) If 'preserve_mode' + is true (the default), the file's mode (type and permission bits, or + whatever is analogous on the current platform) is copied. If + 'preserve_times' is true (the default), the last-modified and + last-access times are copied as well. If 'update' is true, 'src' will + only be copied if 'dst' does not exist, or if 'dst' does exist but is + older than 'src'. + + 'link' allows you to make hard links (os.link) or symbolic links + (os.symlink) instead of copying: set it to "hard" or "sym"; if it is + None (the default), files are copied. Don't set 'link' on systems that + don't support it: 'copy_file()' doesn't check if hard or symbolic + linking is available. If hardlink fails, falls back to + _copy_file_contents(). + + Under Mac OS, uses the native file copy function in macostools; on + other systems, uses '_copy_file_contents()' to copy file contents. + + Return a tuple (dest_name, copied): 'dest_name' is the actual name of + the output file, and 'copied' is true if the file was copied (or would + have been copied, if 'dry_run' true). + """ + # XXX if the destination file already exists, we clobber it if + # copying, but blow up if linking. Hmmm. And I don't know what + # macostools.copyfile() does. Should definitely be consistent, and + # should probably blow up if destination exists and we would be + # changing it (ie. it's not already a hard/soft link to src OR + # (not update) and (src newer than dst). + + from distutils._modified import newer + from stat import S_IMODE, ST_ATIME, ST_MODE, ST_MTIME + + if not os.path.isfile(src): + raise DistutilsFileError( + f"can't copy '{src}': doesn't exist or not a regular file" + ) + + if os.path.isdir(dst): + dir = dst + dst = os.path.join(dst, os.path.basename(src)) + else: + dir = os.path.dirname(dst) + + if update and not newer(src, dst): + if verbose >= 1: + log.debug("not copying %s (output up-to-date)", src) + return (dst, False) + + try: + action = _copy_action[link] + except KeyError: + raise ValueError(f"invalid value '{link}' for 'link' argument") + + if verbose >= 1: + if os.path.basename(dst) == os.path.basename(src): + log.info("%s %s -> %s", action, src, dir) + else: + log.info("%s %s -> %s", action, src, dst) + + if dry_run: + return (dst, True) + + # If linking (hard or symbolic), use the appropriate system call + # (Unix only, of course, but that's the caller's responsibility) + elif link == 'hard': + if not (os.path.exists(dst) and os.path.samefile(src, dst)): + try: + os.link(src, dst) + except OSError: + # If hard linking fails, fall back on copying file + # (some special filesystems don't support hard linking + # even under Unix, see issue #8876). + pass + else: + return (dst, True) + elif link == 'sym': + if not (os.path.exists(dst) and os.path.samefile(src, dst)): + os.symlink(src, dst) + return (dst, True) + + # Otherwise (non-Mac, not linking), copy the file contents and + # (optionally) copy the times and mode. + _copy_file_contents(src, dst) + if preserve_mode or preserve_times: + st = os.stat(src) + + # According to David Ascher , utime() should be done + # before chmod() (at least under NT). + if preserve_times: + os.utime(dst, (st[ST_ATIME], st[ST_MTIME])) + if preserve_mode: + os.chmod(dst, S_IMODE(st[ST_MODE])) + + return (dst, True) + + +# XXX I suspect this is Unix-specific -- need porting help! +def move_file(src, dst, verbose=True, dry_run=False): # noqa: C901 + """Move a file 'src' to 'dst'. If 'dst' is a directory, the file will + be moved into it with the same name; otherwise, 'src' is just renamed + to 'dst'. Return the new full name of the file. + + Handles cross-device moves on Unix using 'copy_file()'. What about + other systems??? + """ + import errno + from os.path import basename, dirname, exists, isdir, isfile + + if verbose >= 1: + log.info("moving %s -> %s", src, dst) + + if dry_run: + return dst + + if not isfile(src): + raise DistutilsFileError(f"can't move '{src}': not a regular file") + + if isdir(dst): + dst = os.path.join(dst, basename(src)) + elif exists(dst): + raise DistutilsFileError( + f"can't move '{src}': destination '{dst}' already exists" + ) + + if not isdir(dirname(dst)): + raise DistutilsFileError( + f"can't move '{src}': destination '{dst}' not a valid path" + ) + + copy_it = False + try: + os.rename(src, dst) + except OSError as e: + (num, msg) = e.args + if num == errno.EXDEV: + copy_it = True + else: + raise DistutilsFileError(f"couldn't move '{src}' to '{dst}': {msg}") + + if copy_it: + copy_file(src, dst, verbose=verbose) + try: + os.unlink(src) + except OSError as e: + (num, msg) = e.args + try: + os.unlink(dst) + except OSError: + pass + raise DistutilsFileError( + f"couldn't move '{src}' to '{dst}' by copy/delete: " + f"delete '{src}' failed: {msg}" + ) + return dst + + +def write_file(filename, contents): + """Create a file with the specified name and write 'contents' (a + sequence of strings without line terminators) to it. + """ + with open(filename, 'w', encoding='utf-8') as f: + f.writelines(line + '\n' for line in contents) diff --git a/llmlab/lib/python3.12/site-packages/setuptools/_distutils/filelist.py b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/filelist.py new file mode 100644 index 0000000..70dc0fd --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/setuptools/_distutils/filelist.py @@ -0,0 +1,431 @@ +"""distutils.filelist + +Provides the FileList class, used for poking about the filesystem +and building lists of files. +""" + +from __future__ import annotations + +import fnmatch +import functools +import os +import re +from collections.abc import Iterable +from typing import Literal, overload + +from ._log import log +from .errors import DistutilsInternalError, DistutilsTemplateError +from .util import convert_path + + +class FileList: + """A list of files built by on exploring the filesystem and filtered by + applying various patterns to what we find there. + + Instance attributes: + dir + directory from which files will be taken -- only used if + 'allfiles' not supplied to constructor + files + list of filenames currently being built/filtered/manipulated + allfiles + complete list of files under consideration (ie. without any + filtering applied) + """ + + def __init__(self, warn: object = None, debug_print: object = None) -> None: + # ignore argument to FileList, but keep them for backwards + # compatibility + self.allfiles: Iterable[str] | None = None + self.files: list[str] = [] + + def set_allfiles(self, allfiles: Iterable[str]) -> None: + self.allfiles = allfiles + + def findall(self, dir: str | os.PathLike[str] = os.curdir) -> None: + self.allfiles = findall(dir) + + def debug_print(self, msg: object) -> None: + """Print 'msg' to stdout if the global DEBUG (taken from the + DISTUTILS_DEBUG environment variable) flag is true. + """ + from distutils.debug import DEBUG + + if DEBUG: + print(msg) + + # Collection methods + + def append(self, item: str) -> None: + self.files.append(item) + + def extend(self, items: Iterable[str]) -> None: + self.files.extend(items) + + def sort(self) -> None: + # Not a strict lexical sort! + sortable_files = sorted(map(os.path.split, self.files)) + self.files = [] + for sort_tuple in sortable_files: + self.files.append(os.path.join(*sort_tuple)) + + # Other miscellaneous utility methods + + def remove_duplicates(self) -> None: + # Assumes list has been sorted! + for i in range(len(self.files) - 1, 0, -1): + if self.files[i] == self.files[i - 1]: + del self.files[i] + + # "File template" methods + + def _parse_template_line(self, line): + words = line.split() + action = words[0] + + patterns = dir = dir_pattern = None + + if action in ('include', 'exclude', 'global-include', 'global-exclude'): + if len(words) < 2: + raise DistutilsTemplateError( + f"'{action}' expects ..." + ) + patterns = [convert_path(w) for w in words[1:]] + elif action in ('recursive-include', 'recursive-exclude'): + if len(words) < 3: + raise DistutilsTemplateError( + f"'{action}' expects

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 Vqs{v0HtuKJ^oNY+ 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 z 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 YCcG~!9jCW#-};Qh_O?TNrmp6H0e>0N>;M1& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..af6064cb59b6db0770acc70fba84cf841979fc9a GIT binary patch literal 10391 zcmb6{@k5jLibX(qxDm`Sl|Q^b@uN6cwU!~$)sU`kojwumilkJw4woZ`}sh=ahE zlr!y$xYF*3JMD>hNSig)lJ-Wt1h%DoX@A5|V0)@H9f$-7%%$4W!ALM2iiDu9c*JJKO`3hr+mpeX7421;~&THQ{>3AGNvBedM{ehNFo6zL+nGe(S} zGkHR5Ys>}Tr?gh5DVWW}XurVfD~(g{eHC!@h+WBv##tIH_SEMB_NgW#x^|3s2 zM69HDOn|!;t$NEvN7c#pRKY}c!Zx`NS_xaK0Cw9ia0Oxi43pIi5mKG zaV7>VBExKc=+L17{*0&~Je|#mSW1MCfUfz4l$^-S^07=J9YanXs4X1NrjZ|k&M&Zd zZSVl!xb~qsx(f+Gnd1*6GCOy1jx@t2sQkv)R;+gPO?TgCtuOd2wb&j4M0QOvYg10Dmr#N>xWCX5eh9hlR&~Atv+l zF&QqczMPCNia$_$Q9ITot%UsQzTjTs-PJ(p+Z)bBb=D{#8;KL+1Vu3TFnYIi(V5b zs9E*eB6XXd4%?&vG)Qfjq5PFXn6+cpfmtVJU6_HTMX9c6b?2IDlEXHYk;T-^{|k$Z zCxpULOHbb)oXe)g!I@bpCchYu4W?4*XexI8MMabqtN=WiN}L}AWjUA492pooJSZm= z@x^&~cClGe9-L3i4@N%#p_r8hQ6vxQA~}kWX?{_)M5FLnlxQ^PYY_4SdTS5RBfkyV zC92X!wYC?StG05m7Yb+DA0oA#Mc2Us^T5(x*30(&SZ~woTgOHV%+D+x+klc%O_HcA zNSS!;rlApUkMPAP0AQv9UnBwAo&M4w0FNYVTv6|b9^+rJXQ(hUonuE|k4b!vL1prk zK7QMvT_;{_n3ncHA>-P-v=?$b3rU=po;?e#^-DOMhwKtn_Ovc5*FU`W;acl~Rc7_< z4Z@Q&RV2d^1QuFaSJD4bj930pZt<;!a zFe)`B7nnS)+r)agMCWNZ95&ZA7E8q!QZWTIh$zLuvI36b_2)e>{Tm<^($`*lEI=_! zDv*VlI!CL|)qJPLmw3jF-Y!&(v4P9o2CQIlhtCnvKBAmrp_ld}pFK_s1hw zM%L_|WpAMD4_^P~wQm-MPm;HiCI6wj6D8l53f70dz>4wanWDFtSnoWv?i(st%dWOH zOB=b2$8Mw?3`ZbUPUJ+@2J%s?iYyx{sVdCH(Ta^~@=>*9vOqMNwQNj|Clc|RFadOM z`r4iT1MC;>l$F4w%+P{i$uvtXne#@$_yH{&@{DvcZ&qq7o;TI+WR_NH3@k7?fblkS z4!BYCjyVkAW-~O*HR$))IQJPWAVwN7odHppWPsjXX~~kOlZ|_-_DiAW?a7*mtRvD5 z(hR5IiI60i1hZh${i!8u-te4Nnzn!8Rlpn<%(Yc)3a781bm~yOT(URxBRlL$OPo?` zS#l^XdS%I}=ne#xY}H%q<&sN5?Lbof9(1!Fe91TAHr;u5y$|2*l1H!@sJuPz$#Zy9 zaQl$!vji)S$pOx#76mm9NqKADmT$RZtL@ke7!ZpiZ-N~B;JhpE)p6Xh>yXYddYz`O zo@Rg}KnifVl_@ZwV|)sHI%08GwbwJYv{<($s@6QJsCS6`ZZPVx5&grjS3R`%M);G@ zAO~{7*?{Nw+DQo>4AUTvMw1=nlv{B3b5E6dTDn1KE*OQwdMk_X1Cwy(VV zPsQHj=8l90(&27HP+)fmsps$o7MA+t#MHdJm#%BEp7 z@px5Mie+X+36*--rwPcTIP@jVUdC(~vty8{Mo`GG&Fc9}6WFFnDNO=tQi{M5h7=^= zD^yw4gH}yZVwy{*u$fJOJAF~L%xA$I0Ov<#aL;5vGIBFs)9$3{KyMVcyVI1(bvKIZ zCIgUIIRPT>67{45tb{A^B3m$)d-oPBWqV+)d!l5Y_-R|2^W6-9fKILlht}E-|9$ea zlRwOs+9pffWZ@0cdE0W!dpCY>WIZ^!);9If9lDuZJ$WNrat}N)8iLLzl)>RFya5Wq z*HL(T%M-lbeXYA-g1S4j;p)Ec>aG|mM__~NC~+MdTz`q{f5095wWo6>UK}dM*FF6e zGiCKwod4(eSkY5Fx$fCd#(!?3T;7l8uFMsT4;`M5&s{lJFg)~z3YLeS)`IC_pkpHt zE(O8`?$`d%&5?Eg{@+rJb%HKTlmi_%bJ+7n+1q-)ece0uGj6vA&JW@vJ?4*|O87e!i(ux4R)UWXS#e-Fbo72vt8H+*NRQGvWpQgIH=o zlpCbMPX8YHtETa*u67gezBZ)(^l|2MqXTD2*dVhrMnD{#nsW_t00>;6P=VLC)7{$X zSWip+a9Cku-F6|ijg03AG-xlvv_K9Z*V6b1v^LZjat~x+r8ue39%2@E?OE#@Tz$S#y-?-O!41ZCA=0?=YW&Cd0I3QoxeYQr@I% zAFynwX8QS(O+h(K(x=rjV{bkd>=u*atq!7qvCXJ2^%VpYYEIOrOV)-_7CR-F8?`LV z0^4WFM)ayJZ@^h0n3K0oK&1QkfC;{5xNi6^%fg*3vcuF>_V0`r=&&UghRe|-U>F4< z(z2<3Z1y4u2k-}~5m0y$RS2ATRC4i#zz;rzdUy$jYC$FN_G=1LMy>sP0-7r5#$f9R z|8+r>Tun!CB&4lOS6+0u#%M;w0l+kkhnuN_(rI)Ar4FsMwkPa6pe2| z3*M>h`4m{(w`rpIrX>u}KXyR|F0&Q24~aBrt~GJD--W)qx>Su2VJ1GegiNg(A@UZs zYft!haU^lpQKw2ZWve=OYBbeRRkUE|9bF&7Z22K%|3Up12#GGLwR6M2zvSOvR5tpCOMSzi1=jrg z*Zpr6Y-N9k-t|fDR_@*~=@={6wt}4-!J$%csLZvl*ospddykd&9=q4KF>}$Z?JR|lukSnYSx;%-Sjjt%dd;_-T7IwiPRZZ5?m4jfYRPk~U@CjtS0;2?Xm)S=hNb#mWDl>Tp+TBffih@!MjOYgx-#2u4H5PAi(*C1O!iSWxmzgI2)iRb_cA7i*h8iaxf zargomyBO7?(9V=N8;dVO4Pu!WWYtCjGSO@%wWtMVkz=G8%no6OtRlrQ!>FNY$e(Q{l&TpQ8{@oyO0tzL9b!O53{OsE|!|XAZk=Xe^hnU>M3zX zQC+%O8-?}{L>az|!ca}w)TfdW^PPb?wxB-;rY9M(>eQ?~%Lb zHeQ-6y)?P*o+_|qcVNT4zvSM3-#xn8x6waZ>K}#HK>PLFwcP!{aPjOXkz0|wN7wcZ z7r0G(0D3gfXtnR|OP{f8f$(}@a)X;(<0i{o3+SI?qd&_1Ft;}R*443P=DO{g?dDjK zE*|~l_^spX9fu!qN7l}uZnL&LvDBQ(O@7}E@9Ikh=Vtfb8^+ar1qZr+zK?T%lv_!x zbshN}JV5s{yFy>HuDn@t?^|VlV7qNAxe?u#r**}1Er?EC8~9QFy~S^rd}xMrHtoL6me9(PV(`X^)#>$? zSMGDKY}$j^c6@cZ)IM?#8c*NnPH(wdHGj6;*<1WtsdM0NSE=(vVS3Zmi8u3dsrTiz z-q$w+`)-FfL%qdU@9tX<9lP&4R`&H4Vi@Y!yE7qaKY zurKopjv)zzqz*Qe&0BTBbB3zVhtPjhm0uqlHcUT8vcQ8QMjwXtq=eS6^F{A;>GYS9 z*8ZyCIWMKw`%}OuABPMqIB>s#*{FsK+E$pqw%xE5$3HoB>(n|oSTQnI8`xki zohx50nm72N5d+|QC2p1^ls^}yZ`8lkjK_a2Ur^#M)_#}+J zO6VI)8{(&d{R`%5`S73#`^7|DQV6luK>=%+oE3wK4HoBC7j9*LO98lT z)El3;DU)kidccNYfk4L-$3eDj3y5N&gsJ{e#f*@J3WO?Fglv>IP_ZKfr1>g19%kB{ zh1n~ezjZ+kakp0t06qBzZDC)di)@9$a&_+R!tJaE|BG*%v{hQES6-u^7(3XGa-ge1 z%D#TBJTgqmEvsj_uVf8vvoNSK`T}4gLkSRuF$io~{o5=8l?ZKSZDatJ*bn8F)%Q6I zrFMmQd&qmJm!i?fhw(B8AcIdp2SUw@;i6_eoRGrdnqfGI0fX zPbQqDGQ{N~o}5WpoCi&(u@hl7F;G3mO5(Aa<|eFIV?foM)c%G@ zLVFy({Ah2Tu%v3Px__D>K%7kEMeR9^BSd)gB0@yn+rbRD5Ctz$&Pvj0L`Y{Od;suy zTmlCa0;~!6GbHwc1imhOD^H2=A@LGU-;dc|$evn8wMTkf`ctR^*HiK%$SOvfrhiV^ zA5q0s-@(fwnCl{G7tF z^16v)xI*r}F}UgU|8e5d)TYh9@_I4;z}A0h>{pCyi?MGoff55x=K<5T>1bIVT8^&_ ztvfm)QppAjblGD6*mlLXJapAjwzxiaTyZSNA6P;Nb62WCtsH$|;mekm0z-x# m{h6f=B9d$nSeoUk=$QvhXPL48;aivA`h&MC?GzIt+y7rV&6w%{ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fee94ea0d7f7f7f1511e4b1e218698519940e70e GIT binary patch literal 14783 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 Q1onRHdZ_#)r|XRW3!s|F^#A|> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..14831479f05295a8088b41c7bdbc1758a84bec48 GIT binary patch literal 1794 zcmZux%}*Og6rc4ji@j^}<%A%bM%zTRF$6p1qpc9CLJ&$&rKkcfwNkCtyMw)Ey}Ozj zNR5odp$86Ch15eh^nlbJ66M-M|AzKLWTMg$QNMEO4F!71sc+UcwjxIM%zHEMy?r0Q z_kK;KGz9CHoxh7g7efCCrnQtNarzL5$H+mBLh^IfKOHRO!8mxsf@zqIlsyk z+oFui%b4-h$`_w6nDh4+=096}a4#eAZkO7gMd?$C_bg%G!Ne+fc%>R*K5n_CN0_+f ziOK1S$tkZ)9Y36$TBCup>V}U3443dLdvvYrtn#E?!uFaO6w26UTqT&T6W^AaF^faQ zFT?*d58GqJ&fjW?#o#Jh&zjU%5*?NhgB&(i4YJkomVE0i)_Pk;8F_PTUif0TtA^zp z4Ude9RW%COAW@LmF$z^<$+b&a9yd(_glY1=CS?ac4Lod`8JTM?b$!Y#-^N^~jPUM~ zMJ>iiMj|@6Mnx3Hn}@klP{Fy?BC+VWZRI?#VtQ6#oMFlY19Z-F3%Rh$N`XI_{cs{j zU53X)%U-jJnC3z^%$XbDTtITdom@x)7TAH84XZrmQnTT>s1CUVpA;~o6R>TgGZiJ$ zyR$#0>+zA-D3+K$)(3WH_lN8Ht=BTJuLOJW-eg^$I_Xxr)KkzxT~Gf-=diQV_y~;b_&+vu3$zu~V8w?IJ|ZwRDzh=m={q zt!2b|+qdm+Y{@ZHlg~XttiLVQ(%n*ON-eg5h~#H#v2wa4(LQTROBUk0IF{svu}I$( z+2xjlcj{1_fqAf+_Y{R?`evbEHUT zB1&-Wq8T?Ez|PDVb4D02&~U+6wNs=a(Xg`=HDrgW#^a2!QW9N3*F9zgt3cW7gt{9T zEWPbqHgbcA5J_BYJ+NhTJ_O*+Ho=<};LSEWh=}?_+h9fpguF;C*UWp1ckeDNEiT{Z z3c(??R1q`LQe0tT@W__q5HTz=U1U(GMOONvCf$H`WY{smB-h1UGbr8bGCzIr^XTEk zf@q$Z?>7(i(c|=$J*}R;age-mJoxTj`N?Q~aC%4o{j%}hmpj_=@U^|o`tayZ?~y)y za4q{>&mJZFkK#kW#jie(U)?hgI2f5e6KC{={{b{~!IA&~ literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..deed9a9795e0f10255c469590c6b7942311f384d GIT binary patch literal 569 zcmX|;&ubJh6vvbKwPkH>6)zryISGU829;i0DrOSYAD9|XgA4d{lMu{1SrQG z<-to=JP#p)mw3sY*Rlr}A2)toSlDCQ|QB-8?WZw14|Hxn>2l}QnAJDgG|Hou{^!RKrSFRpC zJ=@+rex|Nn4)lulh{q|;ZKM${*G?_O%l9! LlK(@_4ZHpW3cQvq literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f77095d523a7e4260d836a04392fe6bf0c8f956b GIT binary patch literal 6628 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d4a96e108ee3feac03cf3ac9b06d4d79c612ba99 GIT binary patch literal 6570 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 Zp6HnE{VWn3iIJbjTqB40pZ9Z6|1VotnKl3b literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..60c30cb4048e94b1b2aa1fb8a86c45f5c132436c GIT binary patch literal 3832 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c05a9154a6645a129cdf1f1cb2d9a9f75944e6f3 GIT binary patch literal 2486 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..670b427f7fa37bd374b8b256a4befd3e7795b6e8 GIT binary patch literal 6070 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 XH1P|TJU`lVEPO)p|5g%Cv literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1a94000b2ae9c215e4b3c0b541039e2440bf524d GIT binary patch literal 33516 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
{code}
+ + +""" + +CONSOLE_SVG_FORMAT = """\ + + + + + + + + + {lines} + + + {chrome} + + {backgrounds} + + {matrix} + + + +""" + +_SVG_FONT_FAMILY = "Rich Fira Code" +_SVG_CLASSES_PREFIX = "rich-svg" diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py new file mode 100644 index 0000000..cbd6da9 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py new file mode 100644 index 0000000..b17ee65 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py new file mode 100644 index 0000000..30446ce --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py @@ -0,0 +1,270 @@ +from __future__ import absolute_import + +import inspect +from inspect import cleandoc, getdoc, getfile, isclass, ismodule, signature +from typing import Any, Collection, Iterable, Optional, Tuple, Type, Union + +from .console import Group, RenderableType +from .control import escape_control_codes +from .highlighter import ReprHighlighter +from .jupyter import JupyterMixin +from .panel import Panel +from .pretty import Pretty +from .table import Table +from .text import Text, TextType + + +def _first_paragraph(doc: str) -> str: + """Get the first paragraph from a docstring.""" + paragraph, _, _ = doc.partition("\n\n") + return paragraph + + +class Inspect(JupyterMixin): + """A renderable to inspect any Python Object. + + Args: + obj (Any): An object to inspect. + title (str, optional): Title to display over inspect result, or None use type. Defaults to None. + help (bool, optional): Show full help text rather than just first paragraph. Defaults to False. + methods (bool, optional): Enable inspection of callables. Defaults to False. + docs (bool, optional): Also render doc strings. Defaults to True. + private (bool, optional): Show private attributes (beginning with underscore). Defaults to False. + dunder (bool, optional): Show attributes starting with double underscore. Defaults to False. + sort (bool, optional): Sort attributes alphabetically. Defaults to True. + all (bool, optional): Show all attributes. Defaults to False. + value (bool, optional): Pretty print value of object. Defaults to True. + """ + + def __init__( + self, + obj: Any, + *, + title: Optional[TextType] = None, + help: bool = False, + methods: bool = False, + docs: bool = True, + private: bool = False, + dunder: bool = False, + sort: bool = True, + all: bool = True, + value: bool = True, + ) -> None: + self.highlighter = ReprHighlighter() + self.obj = obj + self.title = title or self._make_title(obj) + if all: + methods = private = dunder = True + self.help = help + self.methods = methods + self.docs = docs or help + self.private = private or dunder + self.dunder = dunder + self.sort = sort + self.value = value + + def _make_title(self, obj: Any) -> Text: + """Make a default title.""" + title_str = ( + str(obj) + if (isclass(obj) or callable(obj) or ismodule(obj)) + else str(type(obj)) + ) + title_text = self.highlighter(title_str) + return title_text + + def __rich__(self) -> Panel: + return Panel.fit( + Group(*self._render()), + title=self.title, + border_style="scope.border", + padding=(0, 1), + ) + + def _get_signature(self, name: str, obj: Any) -> Optional[Text]: + """Get a signature for a callable.""" + try: + _signature = str(signature(obj)) + ":" + except ValueError: + _signature = "(...)" + except TypeError: + return None + + source_filename: Optional[str] = None + try: + source_filename = getfile(obj) + except (OSError, TypeError): + # OSError is raised if obj has no source file, e.g. when defined in REPL. + pass + + callable_name = Text(name, style="inspect.callable") + if source_filename: + callable_name.stylize(f"link file://{source_filename}") + signature_text = self.highlighter(_signature) + + qualname = name or getattr(obj, "__qualname__", name) + + # If obj is a module, there may be classes (which are callable) to display + if inspect.isclass(obj): + prefix = "class" + elif inspect.iscoroutinefunction(obj): + prefix = "async def" + else: + prefix = "def" + + qual_signature = Text.assemble( + (f"{prefix} ", f"inspect.{prefix.replace(' ', '_')}"), + (qualname, "inspect.callable"), + signature_text, + ) + + return qual_signature + + def _render(self) -> Iterable[RenderableType]: + """Render object.""" + + def sort_items(item: Tuple[str, Any]) -> Tuple[bool, str]: + key, (_error, value) = item + return (callable(value), key.strip("_").lower()) + + def safe_getattr(attr_name: str) -> Tuple[Any, Any]: + """Get attribute or any exception.""" + try: + return (None, getattr(obj, attr_name)) + except Exception as error: + return (error, None) + + obj = self.obj + keys = dir(obj) + total_items = len(keys) + if not self.dunder: + keys = [key for key in keys if not key.startswith("__")] + if not self.private: + keys = [key for key in keys if not key.startswith("_")] + not_shown_count = total_items - len(keys) + items = [(key, safe_getattr(key)) for key in keys] + if self.sort: + items.sort(key=sort_items) + + items_table = Table.grid(padding=(0, 1), expand=False) + items_table.add_column(justify="right") + add_row = items_table.add_row + highlighter = self.highlighter + + if callable(obj): + signature = self._get_signature("", obj) + if signature is not None: + yield signature + yield "" + + if self.docs: + _doc = self._get_formatted_doc(obj) + if _doc is not None: + doc_text = Text(_doc, style="inspect.help") + doc_text = highlighter(doc_text) + yield doc_text + yield "" + + if self.value and not (isclass(obj) or callable(obj) or ismodule(obj)): + yield Panel( + Pretty(obj, indent_guides=True, max_length=10, max_string=60), + border_style="inspect.value.border", + ) + yield "" + + for key, (error, value) in items: + key_text = Text.assemble( + ( + key, + "inspect.attr.dunder" if key.startswith("__") else "inspect.attr", + ), + (" =", "inspect.equals"), + ) + if error is not None: + warning = key_text.copy() + warning.stylize("inspect.error") + add_row(warning, highlighter(repr(error))) + continue + + if callable(value): + if not self.methods: + continue + + _signature_text = self._get_signature(key, value) + if _signature_text is None: + add_row(key_text, Pretty(value, highlighter=highlighter)) + else: + if self.docs: + docs = self._get_formatted_doc(value) + if docs is not None: + _signature_text.append("\n" if "\n" in docs else " ") + doc = highlighter(docs) + doc.stylize("inspect.doc") + _signature_text.append(doc) + + add_row(key_text, _signature_text) + else: + add_row(key_text, Pretty(value, highlighter=highlighter)) + if items_table.row_count: + yield items_table + elif not_shown_count: + yield Text.from_markup( + f"[b cyan]{not_shown_count}[/][i] attribute(s) not shown.[/i] " + f"Run [b][magenta]inspect[/]([not b]inspect[/])[/b] for options." + ) + + def _get_formatted_doc(self, object_: Any) -> Optional[str]: + """ + Extract the docstring of an object, process it and returns it. + The processing consists in cleaning up the doctring's indentation, + taking only its 1st paragraph if `self.help` is not True, + and escape its control codes. + + Args: + object_ (Any): the object to get the docstring from. + + Returns: + Optional[str]: the processed docstring, or None if no docstring was found. + """ + docs = getdoc(object_) + if docs is None: + return None + docs = cleandoc(docs).strip() + if not self.help: + docs = _first_paragraph(docs) + return escape_control_codes(docs) + + +def get_object_types_mro(obj: Union[object, Type[Any]]) -> Tuple[type, ...]: + """Returns the MRO of an object's class, or of the object itself if it's a class.""" + if not hasattr(obj, "__mro__"): + # N.B. we cannot use `if type(obj) is type` here because it doesn't work with + # some types of classes, such as the ones that use abc.ABCMeta. + obj = type(obj) + return getattr(obj, "__mro__", ()) + + +def get_object_types_mro_as_strings(obj: object) -> Collection[str]: + """ + Returns the MRO of an object's class as full qualified names, or of the object itself if it's a class. + + Examples: + `object_types_mro_as_strings(JSONDecoder)` will return `['json.decoder.JSONDecoder', 'builtins.object']` + """ + return [ + f'{getattr(type_, "__module__", "")}.{getattr(type_, "__qualname__", "")}' + for type_ in get_object_types_mro(obj) + ] + + +def is_object_one_of_types( + obj: object, fully_qualified_types_names: Collection[str] +) -> bool: + """ + Returns `True` if the given object's class (or the object itself, if it's a class) has one of the + fully qualified names in its MRO. + """ + for type_name in get_object_types_mro_as_strings(obj): + if type_name in fully_qualified_types_names: + return True + return False diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py new file mode 100644 index 0000000..fc16c84 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py new file mode 100644 index 0000000..01c6caf --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py new file mode 100644 index 0000000..b659673 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py @@ -0,0 +1,69 @@ +from types import TracebackType +from typing import IO, Iterable, Iterator, List, Optional, Type + + +class NullFile(IO[str]): + def close(self) -> None: + pass + + def isatty(self) -> bool: + return False + + def read(self, __n: int = 1) -> str: + return "" + + def readable(self) -> bool: + return False + + def readline(self, __limit: int = 1) -> str: + return "" + + def readlines(self, __hint: int = 1) -> List[str]: + return [] + + def seek(self, __offset: int, __whence: int = 1) -> int: + return 0 + + def seekable(self) -> bool: + return False + + def tell(self) -> int: + return 0 + + def truncate(self, __size: Optional[int] = 1) -> int: + return 0 + + def writable(self) -> bool: + return False + + def writelines(self, __lines: Iterable[str]) -> None: + pass + + def __next__(self) -> str: + return "" + + def __iter__(self) -> Iterator[str]: + return iter([""]) + + def __enter__(self) -> IO[str]: + pass + + def __exit__( + self, + __t: Optional[Type[BaseException]], + __value: Optional[BaseException], + __traceback: Optional[TracebackType], + ) -> None: + pass + + def write(self, text: str) -> int: + return 0 + + def flush(self) -> None: + pass + + def fileno(self) -> int: + return -1 + + +NULL_FILE = NullFile() diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py new file mode 100644 index 0000000..3c748d3 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py new file mode 100644 index 0000000..4f6d8b2 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py new file mode 100644 index 0000000..e8a3a67 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py @@ -0,0 +1,160 @@ +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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py new file mode 100644 index 0000000..d0bb1fe --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py new file mode 100644 index 0000000..194564e --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py new file mode 100644 index 0000000..a2ca6be --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py new file mode 100644 index 0000000..81b1082 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py @@ -0,0 +1,662 @@ +"""Light wrapper around the Win32 Console API - this module should only be imported on Windows + +The API that this module wraps is documented at https://docs.microsoft.com/en-us/windows/console/console-functions +""" +import ctypes +import sys +from typing import Any + +windll: Any = None +if sys.platform == "win32": + windll = ctypes.LibraryLoader(ctypes.WinDLL) +else: + raise ImportError(f"{__name__} can only be imported on Windows") + +import time +from ctypes import Structure, byref, wintypes +from typing import IO, NamedTuple, Type, cast + +from pip._vendor.rich.color import ColorSystem +from pip._vendor.rich.style import Style + +STDOUT = -11 +ENABLE_VIRTUAL_TERMINAL_PROCESSING = 4 + +COORD = wintypes._COORD + + +class LegacyWindowsError(Exception): + pass + + +class WindowsCoordinates(NamedTuple): + """Coordinates in the Windows Console API are (y, x), not (x, y). + This class is intended to prevent that confusion. + Rows and columns are indexed from 0. + This class can be used in place of wintypes._COORD in arguments and argtypes. + """ + + row: int + col: int + + @classmethod + def from_param(cls, value: "WindowsCoordinates") -> COORD: + """Converts a WindowsCoordinates into a wintypes _COORD structure. + This classmethod is internally called by ctypes to perform the conversion. + + Args: + value (WindowsCoordinates): The input coordinates to convert. + + Returns: + wintypes._COORD: The converted coordinates struct. + """ + return COORD(value.col, value.row) + + +class CONSOLE_SCREEN_BUFFER_INFO(Structure): + _fields_ = [ + ("dwSize", COORD), + ("dwCursorPosition", COORD), + ("wAttributes", wintypes.WORD), + ("srWindow", wintypes.SMALL_RECT), + ("dwMaximumWindowSize", COORD), + ] + + +class CONSOLE_CURSOR_INFO(ctypes.Structure): + _fields_ = [("dwSize", wintypes.DWORD), ("bVisible", wintypes.BOOL)] + + +_GetStdHandle = windll.kernel32.GetStdHandle +_GetStdHandle.argtypes = [ + wintypes.DWORD, +] +_GetStdHandle.restype = wintypes.HANDLE + + +def GetStdHandle(handle: int = STDOUT) -> wintypes.HANDLE: + """Retrieves a handle to the specified standard device (standard input, standard output, or standard error). + + Args: + handle (int): Integer identifier for the handle. Defaults to -11 (stdout). + + Returns: + wintypes.HANDLE: The handle + """ + return cast(wintypes.HANDLE, _GetStdHandle(handle)) + + +_GetConsoleMode = windll.kernel32.GetConsoleMode +_GetConsoleMode.argtypes = [wintypes.HANDLE, wintypes.LPDWORD] +_GetConsoleMode.restype = wintypes.BOOL + + +def GetConsoleMode(std_handle: wintypes.HANDLE) -> int: + """Retrieves the current input mode of a console's input buffer + or the current output mode of a console screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + + Raises: + LegacyWindowsError: If any error occurs while calling the Windows console API. + + Returns: + int: Value representing the current console mode as documented at + https://docs.microsoft.com/en-us/windows/console/getconsolemode#parameters + """ + + console_mode = wintypes.DWORD() + success = bool(_GetConsoleMode(std_handle, console_mode)) + if not success: + raise LegacyWindowsError("Unable to get legacy Windows Console Mode") + return console_mode.value + + +_FillConsoleOutputCharacterW = windll.kernel32.FillConsoleOutputCharacterW +_FillConsoleOutputCharacterW.argtypes = [ + wintypes.HANDLE, + ctypes.c_char, + wintypes.DWORD, + cast(Type[COORD], WindowsCoordinates), + ctypes.POINTER(wintypes.DWORD), +] +_FillConsoleOutputCharacterW.restype = wintypes.BOOL + + +def FillConsoleOutputCharacter( + std_handle: wintypes.HANDLE, + char: str, + length: int, + start: WindowsCoordinates, +) -> int: + """Writes a character to the console screen buffer a specified number of times, beginning at the specified coordinates. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + char (str): The character to write. Must be a string of length 1. + length (int): The number of times to write the character. + start (WindowsCoordinates): The coordinates to start writing at. + + Returns: + int: The number of characters written. + """ + character = ctypes.c_char(char.encode()) + num_characters = wintypes.DWORD(length) + num_written = wintypes.DWORD(0) + _FillConsoleOutputCharacterW( + std_handle, + character, + num_characters, + start, + byref(num_written), + ) + return num_written.value + + +_FillConsoleOutputAttribute = windll.kernel32.FillConsoleOutputAttribute +_FillConsoleOutputAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, + wintypes.DWORD, + cast(Type[COORD], WindowsCoordinates), + ctypes.POINTER(wintypes.DWORD), +] +_FillConsoleOutputAttribute.restype = wintypes.BOOL + + +def FillConsoleOutputAttribute( + std_handle: wintypes.HANDLE, + attributes: int, + length: int, + start: WindowsCoordinates, +) -> int: + """Sets the character attributes for a specified number of character cells, + beginning at the specified coordinates in a screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + attributes (int): Integer value representing the foreground and background colours of the cells. + length (int): The number of cells to set the output attribute of. + start (WindowsCoordinates): The coordinates of the first cell whose attributes are to be set. + + Returns: + int: The number of cells whose attributes were actually set. + """ + num_cells = wintypes.DWORD(length) + style_attrs = wintypes.WORD(attributes) + num_written = wintypes.DWORD(0) + _FillConsoleOutputAttribute( + std_handle, style_attrs, num_cells, start, byref(num_written) + ) + return num_written.value + + +_SetConsoleTextAttribute = windll.kernel32.SetConsoleTextAttribute +_SetConsoleTextAttribute.argtypes = [ + wintypes.HANDLE, + wintypes.WORD, +] +_SetConsoleTextAttribute.restype = wintypes.BOOL + + +def SetConsoleTextAttribute( + std_handle: wintypes.HANDLE, attributes: wintypes.WORD +) -> bool: + """Set the colour attributes for all text written after this function is called. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + attributes (int): Integer value representing the foreground and background colours. + + + Returns: + bool: True if the attribute was set successfully, otherwise False. + """ + return bool(_SetConsoleTextAttribute(std_handle, attributes)) + + +_GetConsoleScreenBufferInfo = windll.kernel32.GetConsoleScreenBufferInfo +_GetConsoleScreenBufferInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_SCREEN_BUFFER_INFO), +] +_GetConsoleScreenBufferInfo.restype = wintypes.BOOL + + +def GetConsoleScreenBufferInfo( + std_handle: wintypes.HANDLE, +) -> CONSOLE_SCREEN_BUFFER_INFO: + """Retrieves information about the specified console screen buffer. + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + + Returns: + CONSOLE_SCREEN_BUFFER_INFO: A CONSOLE_SCREEN_BUFFER_INFO ctype struct contain information about + screen size, cursor position, colour attributes, and more.""" + console_screen_buffer_info = CONSOLE_SCREEN_BUFFER_INFO() + _GetConsoleScreenBufferInfo(std_handle, byref(console_screen_buffer_info)) + return console_screen_buffer_info + + +_SetConsoleCursorPosition = windll.kernel32.SetConsoleCursorPosition +_SetConsoleCursorPosition.argtypes = [ + wintypes.HANDLE, + cast(Type[COORD], WindowsCoordinates), +] +_SetConsoleCursorPosition.restype = wintypes.BOOL + + +def SetConsoleCursorPosition( + std_handle: wintypes.HANDLE, coords: WindowsCoordinates +) -> bool: + """Set the position of the cursor in the console screen + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + coords (WindowsCoordinates): The coordinates to move the cursor to. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleCursorPosition(std_handle, coords)) + + +_GetConsoleCursorInfo = windll.kernel32.GetConsoleCursorInfo +_GetConsoleCursorInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_CURSOR_INFO), +] +_GetConsoleCursorInfo.restype = wintypes.BOOL + + +def GetConsoleCursorInfo( + std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO +) -> bool: + """Get the cursor info - used to get cursor visibility and width + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct that receives information + about the console's cursor. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_GetConsoleCursorInfo(std_handle, byref(cursor_info))) + + +_SetConsoleCursorInfo = windll.kernel32.SetConsoleCursorInfo +_SetConsoleCursorInfo.argtypes = [ + wintypes.HANDLE, + ctypes.POINTER(CONSOLE_CURSOR_INFO), +] +_SetConsoleCursorInfo.restype = wintypes.BOOL + + +def SetConsoleCursorInfo( + std_handle: wintypes.HANDLE, cursor_info: CONSOLE_CURSOR_INFO +) -> bool: + """Set the cursor info - used for adjusting cursor visibility and width + + Args: + std_handle (wintypes.HANDLE): A handle to the console input buffer or the console screen buffer. + cursor_info (CONSOLE_CURSOR_INFO): CONSOLE_CURSOR_INFO ctype struct containing the new cursor info. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleCursorInfo(std_handle, byref(cursor_info))) + + +_SetConsoleTitle = windll.kernel32.SetConsoleTitleW +_SetConsoleTitle.argtypes = [wintypes.LPCWSTR] +_SetConsoleTitle.restype = wintypes.BOOL + + +def SetConsoleTitle(title: str) -> bool: + """Sets the title of the current console window + + Args: + title (str): The new title of the console window. + + Returns: + bool: True if the function succeeds, otherwise False. + """ + return bool(_SetConsoleTitle(title)) + + +class LegacyWindowsTerm: + """This class allows interaction with the legacy Windows Console API. It should only be used in the context + of environments where virtual terminal processing is not available. However, if it is used in a Windows environment, + the entire API should work. + + Args: + file (IO[str]): The file which the Windows Console API HANDLE is retrieved from, defaults to sys.stdout. + """ + + BRIGHT_BIT = 8 + + # Indices are ANSI color numbers, values are the corresponding Windows Console API color numbers + ANSI_TO_WINDOWS = [ + 0, # black The Windows colours are defined in wincon.h as follows: + 4, # red define FOREGROUND_BLUE 0x0001 -- 0000 0001 + 2, # green define FOREGROUND_GREEN 0x0002 -- 0000 0010 + 6, # yellow define FOREGROUND_RED 0x0004 -- 0000 0100 + 1, # blue define FOREGROUND_INTENSITY 0x0008 -- 0000 1000 + 5, # magenta define BACKGROUND_BLUE 0x0010 -- 0001 0000 + 3, # cyan define BACKGROUND_GREEN 0x0020 -- 0010 0000 + 7, # white define BACKGROUND_RED 0x0040 -- 0100 0000 + 8, # bright black (grey) define BACKGROUND_INTENSITY 0x0080 -- 1000 0000 + 12, # bright red + 10, # bright green + 14, # bright yellow + 9, # bright blue + 13, # bright magenta + 11, # bright cyan + 15, # bright white + ] + + def __init__(self, file: "IO[str]") -> None: + handle = GetStdHandle(STDOUT) + self._handle = handle + default_text = GetConsoleScreenBufferInfo(handle).wAttributes + self._default_text = default_text + + self._default_fore = default_text & 7 + self._default_back = (default_text >> 4) & 7 + self._default_attrs = self._default_fore | (self._default_back << 4) + + self._file = file + self.write = file.write + self.flush = file.flush + + @property + def cursor_position(self) -> WindowsCoordinates: + """Returns the current position of the cursor (0-based) + + Returns: + WindowsCoordinates: The current cursor position. + """ + coord: COORD = GetConsoleScreenBufferInfo(self._handle).dwCursorPosition + return WindowsCoordinates(row=cast(int, coord.Y), col=cast(int, coord.X)) + + @property + def screen_size(self) -> WindowsCoordinates: + """Returns the current size of the console screen buffer, in character columns and rows + + Returns: + WindowsCoordinates: The width and height of the screen as WindowsCoordinates. + """ + screen_size: COORD = GetConsoleScreenBufferInfo(self._handle).dwSize + return WindowsCoordinates( + row=cast(int, screen_size.Y), col=cast(int, screen_size.X) + ) + + def write_text(self, text: str) -> None: + """Write text directly to the terminal without any modification of styles + + Args: + text (str): The text to write to the console + """ + self.write(text) + self.flush() + + def write_styled(self, text: str, style: Style) -> None: + """Write styled text to the terminal. + + Args: + text (str): The text to write + style (Style): The style of the text + """ + color = style.color + bgcolor = style.bgcolor + if style.reverse: + color, bgcolor = bgcolor, color + + if color: + fore = color.downgrade(ColorSystem.WINDOWS).number + fore = fore if fore is not None else 7 # Default to ANSI 7: White + if style.bold: + fore = fore | self.BRIGHT_BIT + if style.dim: + fore = fore & ~self.BRIGHT_BIT + fore = self.ANSI_TO_WINDOWS[fore] + else: + fore = self._default_fore + + if bgcolor: + back = bgcolor.downgrade(ColorSystem.WINDOWS).number + back = back if back is not None else 0 # Default to ANSI 0: Black + back = self.ANSI_TO_WINDOWS[back] + else: + back = self._default_back + + assert fore is not None + assert back is not None + + SetConsoleTextAttribute( + self._handle, attributes=ctypes.c_ushort(fore | (back << 4)) + ) + self.write_text(text) + SetConsoleTextAttribute(self._handle, attributes=self._default_text) + + def move_cursor_to(self, new_position: WindowsCoordinates) -> None: + """Set the position of the cursor + + Args: + new_position (WindowsCoordinates): The WindowsCoordinates representing the new position of the cursor. + """ + if new_position.col < 0 or new_position.row < 0: + return + SetConsoleCursorPosition(self._handle, coords=new_position) + + def erase_line(self) -> None: + """Erase all content on the line the cursor is currently located at""" + screen_size = self.screen_size + cursor_position = self.cursor_position + cells_to_erase = screen_size.col + start_coordinates = WindowsCoordinates(row=cursor_position.row, col=0) + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=start_coordinates + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=start_coordinates, + ) + + def erase_end_of_line(self) -> None: + """Erase all content from the cursor position to the end of that line""" + cursor_position = self.cursor_position + cells_to_erase = self.screen_size.col - cursor_position.col + FillConsoleOutputCharacter( + self._handle, " ", length=cells_to_erase, start=cursor_position + ) + FillConsoleOutputAttribute( + self._handle, + self._default_attrs, + length=cells_to_erase, + start=cursor_position, + ) + + def erase_start_of_line(self) -> None: + """Erase all content from the cursor position to the start of that line""" + row, col = self.cursor_position + start = WindowsCoordinates(row, 0) + FillConsoleOutputCharacter(self._handle, " ", length=col, start=start) + FillConsoleOutputAttribute( + self._handle, self._default_attrs, length=col, start=start + ) + + def move_cursor_up(self) -> None: + """Move the cursor up a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row - 1, col=cursor_position.col + ), + ) + + def move_cursor_down(self) -> None: + """Move the cursor down a single cell""" + cursor_position = self.cursor_position + SetConsoleCursorPosition( + self._handle, + coords=WindowsCoordinates( + row=cursor_position.row + 1, + col=cursor_position.col, + ), + ) + + def move_cursor_forward(self) -> None: + """Move the cursor forward a single cell. Wrap to the next line if required.""" + row, col = self.cursor_position + if col == self.screen_size.col - 1: + row += 1 + col = 0 + else: + col += 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def move_cursor_to_column(self, column: int) -> None: + """Move cursor to the column specified by the zero-based column index, staying on the same row + + Args: + column (int): The zero-based column index to move the cursor to. + """ + row, _ = self.cursor_position + SetConsoleCursorPosition(self._handle, coords=WindowsCoordinates(row, column)) + + def move_cursor_backward(self) -> None: + """Move the cursor backward a single cell. Wrap to the previous line if required.""" + row, col = self.cursor_position + if col == 0: + row -= 1 + col = self.screen_size.col - 1 + else: + col -= 1 + SetConsoleCursorPosition( + self._handle, coords=WindowsCoordinates(row=row, col=col) + ) + + def hide_cursor(self) -> None: + """Hide the cursor""" + current_cursor_size = self._get_cursor_size() + invisible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=0) + SetConsoleCursorInfo(self._handle, cursor_info=invisible_cursor) + + def show_cursor(self) -> None: + """Show the cursor""" + current_cursor_size = self._get_cursor_size() + visible_cursor = CONSOLE_CURSOR_INFO(dwSize=current_cursor_size, bVisible=1) + SetConsoleCursorInfo(self._handle, cursor_info=visible_cursor) + + def set_title(self, title: str) -> None: + """Set the title of the terminal window + + Args: + title (str): The new title of the console window + """ + assert len(title) < 255, "Console title must be less than 255 characters" + SetConsoleTitle(title) + + def _get_cursor_size(self) -> int: + """Get the percentage of the character cell that is filled by the cursor""" + cursor_info = CONSOLE_CURSOR_INFO() + GetConsoleCursorInfo(self._handle, cursor_info=cursor_info) + return int(cursor_info.dwSize) + + +if __name__ == "__main__": + handle = GetStdHandle() + + from pip._vendor.rich.console import Console + + console = Console() + + term = LegacyWindowsTerm(sys.stdout) + term.set_title("Win32 Console Examples") + + style = Style(color="black", bgcolor="red") + + heading = Style.parse("black on green") + + # Check colour output + console.rule("Checking colour output") + console.print("[on red]on red!") + console.print("[blue]blue!") + console.print("[yellow]yellow!") + console.print("[bold yellow]bold yellow!") + console.print("[bright_yellow]bright_yellow!") + console.print("[dim bright_yellow]dim bright_yellow!") + console.print("[italic cyan]italic cyan!") + console.print("[bold white on blue]bold white on blue!") + console.print("[reverse bold white on blue]reverse bold white on blue!") + console.print("[bold black on cyan]bold black on cyan!") + console.print("[black on green]black on green!") + console.print("[blue on green]blue on green!") + console.print("[white on black]white on black!") + console.print("[black on white]black on white!") + console.print("[#1BB152 on #DA812D]#1BB152 on #DA812D!") + + # Check cursor movement + console.rule("Checking cursor movement") + console.print() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("went back and wrapped to prev line") + time.sleep(1) + term.move_cursor_up() + term.write_text("we go up") + time.sleep(1) + term.move_cursor_down() + term.write_text("and down") + time.sleep(1) + term.move_cursor_up() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went up and back 2") + time.sleep(1) + term.move_cursor_down() + term.move_cursor_backward() + term.move_cursor_backward() + term.write_text("we went down and back 2") + time.sleep(1) + + # Check erasing of lines + term.hide_cursor() + console.print() + console.rule("Checking line erasing") + console.print("\n...Deleting to the start of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + term.move_cursor_to_column(16) + term.write_styled("<", Style.parse("black on red")) + term.move_cursor_backward() + time.sleep(1) + term.erase_start_of_line() + time.sleep(1) + + console.print("\n\n...And to the end of the line...") + term.write_text("The red arrow shows the cursor location, and direction of erase") + time.sleep(1) + + term.move_cursor_to_column(16) + term.write_styled(">", Style.parse("black on red")) + time.sleep(1) + term.erase_end_of_line() + time.sleep(1) + + console.print("\n\n...Now the whole line will be erased...") + term.write_styled("I'm going to disappear!", style=Style.parse("black on cyan")) + time.sleep(1) + term.erase_line() + + term.show_cursor() + print("\n") diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py new file mode 100644 index 0000000..10fc0d7 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py @@ -0,0 +1,72 @@ +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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py new file mode 100644 index 0000000..5ece056 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py new file mode 100644 index 0000000..c45f193 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py @@ -0,0 +1,56 @@ +import re +from typing import Iterable, List, Tuple + +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]]: + 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]: + divides: List[int] = [] + append = divides.append + line_position = 0 + _cell_len = cell_len + for start, _end, word in words(text): + word_length = _cell_len(word.rstrip()) + if line_position + word_length > width: + if word_length > width: + if fold: + chopped_words = chop_cells(word, max_size=width, position=0) + for last, line in loop_last(chopped_words): + if start: + append(start) + + if last: + line_position = _cell_len(line) + else: + start += len(line) + else: + if start: + append(start) + line_position = _cell_len(word) + elif line_position and start: + append(start) + line_position = _cell_len(word) + else: + line_position += _cell_len(word) + return divides + + +if __name__ == "__main__": # pragma: no cover + from .console import Console + + console = Console(width=10) + console.print("12345 abcdefghijklmnopqrstuvwyxzABCDEFGHIJKLMNOPQRSTUVWXYZ 12345") + print(chop_cells("abcdefghijklmnopqrstuvwxyz", 10, position=2)) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/abc.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/abc.py new file mode 100644 index 0000000..e6e498e --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/align.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/align.py new file mode 100644 index 0000000..c310b66 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/align.py @@ -0,0 +1,311 @@ +import sys +from itertools import chain +from typing import TYPE_CHECKING, Iterable, Optional + +if sys.version_info >= (3, 8): + from typing import Literal +else: + from pip._vendor.typing_extensions import Literal # pragma: no cover + +from .constrain import Constrain +from .jupyter import JupyterMixin +from .measure import Measurement +from .segment import Segment +from .style import StyleType + +if TYPE_CHECKING: + from .console import Console, ConsoleOptions, RenderableType, RenderResult + +AlignMethod = Literal["left", "center", "right"] +VerticalAlignMethod = Literal["top", "middle", "bottom"] + + +class Align(JupyterMixin): + """Align a renderable by adding spaces if necessary. + + Args: + renderable (RenderableType): A console renderable. + align (AlignMethod): One of "left", "center", or "right"" + style (StyleType, optional): An optional style to apply to the background. + vertical (Optional[VerticalAlginMethod], optional): Optional vertical align, one of "top", "middle", or "bottom". Defaults to None. + pad (bool, optional): Pad the right with spaces. Defaults to True. + width (int, optional): Restrict contents to given width, or None to use default width. Defaults to None. + height (int, optional): Set height of align renderable, or None to fit to contents. Defaults to None. + + Raises: + ValueError: if ``align`` is not one of the expected values. + """ + + def __init__( + self, + renderable: "RenderableType", + align: AlignMethod = "left", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> None: + if align not in ("left", "center", "right"): + raise ValueError( + f'invalid value for align, expected "left", "center", or "right" (not {align!r})' + ) + if vertical is not None and vertical not in ("top", "middle", "bottom"): + raise ValueError( + f'invalid value for vertical, expected "top", "middle", or "bottom" (not {vertical!r})' + ) + self.renderable = renderable + self.align = align + self.style = style + self.vertical = vertical + self.pad = pad + self.width = width + self.height = height + + def __repr__(self) -> str: + return f"Align({self.renderable!r}, {self.align!r})" + + @classmethod + def left( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the left.""" + return cls( + renderable, + "left", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + @classmethod + def center( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the center.""" + return cls( + renderable, + "center", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + @classmethod + def right( + cls, + renderable: "RenderableType", + style: Optional[StyleType] = None, + *, + vertical: Optional[VerticalAlignMethod] = None, + pad: bool = True, + width: Optional[int] = None, + height: Optional[int] = None, + ) -> "Align": + """Align a renderable to the right.""" + return cls( + renderable, + "right", + style=style, + vertical=vertical, + pad=pad, + width=width, + height=height, + ) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + align = self.align + width = console.measure(self.renderable, options=options).maximum + rendered = console.render( + Constrain( + self.renderable, width if self.width is None else min(width, self.width) + ), + options.update(height=None), + ) + lines = list(Segment.split_lines(rendered)) + width, height = Segment.get_shape(lines) + lines = Segment.set_shape(lines, width, height) + new_line = Segment.line() + excess_space = options.max_width - width + style = console.get_style(self.style) if self.style is not None else None + + def generate_segments() -> Iterable[Segment]: + if excess_space <= 0: + # Exact fit + for line in lines: + yield from line + yield new_line + + elif align == "left": + # Pad on the right + pad = Segment(" " * excess_space, style) if self.pad else None + for line in lines: + yield from line + if pad: + yield pad + yield new_line + + elif align == "center": + # Pad left and right + left = excess_space // 2 + pad = Segment(" " * left, style) + pad_right = ( + Segment(" " * (excess_space - left), style) if self.pad else None + ) + for line in lines: + if left: + yield pad + yield from line + if pad_right: + yield pad_right + yield new_line + + elif align == "right": + # Padding on left + pad = Segment(" " * excess_space, style) + for line in lines: + yield pad + yield from line + yield new_line + + blank_line = ( + Segment(f"{' ' * (self.width or options.max_width)}\n", style) + if self.pad + else Segment("\n") + ) + + def blank_lines(count: int) -> Iterable[Segment]: + if count > 0: + for _ in range(count): + yield blank_line + + vertical_height = self.height or options.height + iter_segments: Iterable[Segment] + if self.vertical and vertical_height is not None: + if self.vertical == "top": + bottom_space = vertical_height - height + iter_segments = chain(generate_segments(), blank_lines(bottom_space)) + elif self.vertical == "middle": + top_space = (vertical_height - height) // 2 + bottom_space = vertical_height - top_space - height + iter_segments = chain( + blank_lines(top_space), + generate_segments(), + blank_lines(bottom_space), + ) + else: # self.vertical == "bottom": + top_space = vertical_height - height + iter_segments = chain(blank_lines(top_space), generate_segments()) + else: + iter_segments = generate_segments() + if self.style: + style = console.get_style(self.style) + iter_segments = Segment.apply_style(iter_segments, style) + yield from iter_segments + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + measurement = Measurement.get(console, options, self.renderable) + return measurement + + +class VerticalCenter(JupyterMixin): + """Vertically aligns a renderable. + + Warn: + This class is deprecated and may be removed in a future version. Use Align class with + `vertical="middle"`. + + Args: + renderable (RenderableType): A renderable object. + """ + + def __init__( + self, + renderable: "RenderableType", + style: Optional[StyleType] = None, + ) -> None: + self.renderable = renderable + self.style = style + + def __repr__(self) -> str: + return f"VerticalCenter({self.renderable!r})" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": + style = console.get_style(self.style) if self.style is not None else None + lines = console.render_lines( + self.renderable, options.update(height=None), pad=False + ) + width, _height = Segment.get_shape(lines) + new_line = Segment.line() + height = options.height or options.size.height + top_space = (height - len(lines)) // 2 + bottom_space = height - top_space - len(lines) + blank_line = Segment(f"{' ' * width}", style) + + def blank_lines(count: int) -> Iterable[Segment]: + for _ in range(count): + yield blank_line + yield new_line + + if top_space > 0: + yield from blank_lines(top_space) + for line in lines: + yield from line + yield new_line + if bottom_space > 0: + yield from blank_lines(bottom_space) + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> Measurement: + measurement = Measurement.get(console, options, self.renderable) + return measurement + + +if __name__ == "__main__": # pragma: no cover + from pip._vendor.rich.console import Console, Group + from pip._vendor.rich.highlighter import ReprHighlighter + from pip._vendor.rich.panel import Panel + + highlighter = ReprHighlighter() + console = Console() + + panel = Panel( + Group( + Align.left(highlighter("align='left'")), + Align.center(highlighter("align='center'")), + Align.right(highlighter("align='right'")), + ), + width=60, + style="on dark_blue", + title="Align", + ) + + console.print( + Align.center(panel, vertical="middle", style="on red", height=console.height) + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py new file mode 100644 index 0000000..66365e6 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py @@ -0,0 +1,240 @@ +import re +import sys +from contextlib import suppress +from typing import Iterable, NamedTuple, Optional + +from .color import Color +from .style import Style +from .text import Text + +re_ansi = re.compile( + r""" +(?:\x1b\](.*?)\x1b\\)| +(?:\x1b([(@-Z\\-_]|\[[0-?]*[ -/]*[@-~])) +""", + re.VERBOSE, +) + + +class _AnsiToken(NamedTuple): + """Result of ansi tokenized string.""" + + plain: str = "" + sgr: Optional[str] = "" + osc: Optional[str] = "" + + +def _ansi_tokenize(ansi_text: str) -> Iterable[_AnsiToken]: + """Tokenize a string in to plain text and ANSI codes. + + Args: + ansi_text (str): A String containing ANSI codes. + + Yields: + AnsiToken: A named tuple of (plain, sgr, osc) + """ + + position = 0 + sgr: Optional[str] + osc: Optional[str] + for match in re_ansi.finditer(ansi_text): + start, end = match.span(0) + osc, sgr = match.groups() + if start > position: + yield _AnsiToken(ansi_text[position:start]) + if sgr: + if sgr == "(": + position = end + 1 + continue + if sgr.endswith("m"): + yield _AnsiToken("", sgr[1:-1], osc) + else: + yield _AnsiToken("", sgr, osc) + position = end + if position < len(ansi_text): + yield _AnsiToken(ansi_text[position:]) + + +SGR_STYLE_MAP = { + 1: "bold", + 2: "dim", + 3: "italic", + 4: "underline", + 5: "blink", + 6: "blink2", + 7: "reverse", + 8: "conceal", + 9: "strike", + 21: "underline2", + 22: "not dim not bold", + 23: "not italic", + 24: "not underline", + 25: "not blink", + 26: "not blink2", + 27: "not reverse", + 28: "not conceal", + 29: "not strike", + 30: "color(0)", + 31: "color(1)", + 32: "color(2)", + 33: "color(3)", + 34: "color(4)", + 35: "color(5)", + 36: "color(6)", + 37: "color(7)", + 39: "default", + 40: "on color(0)", + 41: "on color(1)", + 42: "on color(2)", + 43: "on color(3)", + 44: "on color(4)", + 45: "on color(5)", + 46: "on color(6)", + 47: "on color(7)", + 49: "on default", + 51: "frame", + 52: "encircle", + 53: "overline", + 54: "not frame not encircle", + 55: "not overline", + 90: "color(8)", + 91: "color(9)", + 92: "color(10)", + 93: "color(11)", + 94: "color(12)", + 95: "color(13)", + 96: "color(14)", + 97: "color(15)", + 100: "on color(8)", + 101: "on color(9)", + 102: "on color(10)", + 103: "on color(11)", + 104: "on color(12)", + 105: "on color(13)", + 106: "on color(14)", + 107: "on color(15)", +} + + +class AnsiDecoder: + """Translate ANSI code in to styled Text.""" + + def __init__(self) -> None: + self.style = Style.null() + + def decode(self, terminal_text: str) -> Iterable[Text]: + """Decode ANSI codes in an iterable of lines. + + Args: + lines (Iterable[str]): An iterable of lines of terminal output. + + Yields: + Text: Marked up Text. + """ + for line in terminal_text.splitlines(): + yield self.decode_line(line) + + def decode_line(self, line: str) -> Text: + """Decode a line containing ansi codes. + + Args: + line (str): A line of terminal output. + + Returns: + Text: A Text instance marked up according to ansi codes. + """ + from_ansi = Color.from_ansi + from_rgb = Color.from_rgb + _Style = Style + text = Text() + append = text.append + line = line.rsplit("\r", 1)[-1] + for plain_text, sgr, osc in _ansi_tokenize(line): + if plain_text: + append(plain_text, self.style or None) + elif osc is not None: + if osc.startswith("8;"): + _params, semicolon, link = osc[2:].partition(";") + if semicolon: + self.style = self.style.update_link(link or None) + elif sgr is not None: + # Translate in to semi-colon separated codes + # Ignore invalid codes, because we want to be lenient + codes = [ + min(255, int(_code) if _code else 0) + for _code in sgr.split(";") + if _code.isdigit() or _code == "" + ] + iter_codes = iter(codes) + for code in iter_codes: + if code == 0: + # reset + self.style = _Style.null() + elif code in SGR_STYLE_MAP: + # styles + self.style += _Style.parse(SGR_STYLE_MAP[code]) + elif code == 38: + #  Foreground + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ) + ) + elif code == 48: + # Background + with suppress(StopIteration): + color_type = next(iter_codes) + if color_type == 5: + self.style += _Style.from_color( + None, from_ansi(next(iter_codes)) + ) + elif color_type == 2: + self.style += _Style.from_color( + None, + from_rgb( + next(iter_codes), + next(iter_codes), + next(iter_codes), + ), + ) + + return text + + +if sys.platform != "win32" and __name__ == "__main__": # pragma: no cover + import io + import os + import pty + import sys + + decoder = AnsiDecoder() + + stdout = io.BytesIO() + + def read(fd: int) -> bytes: + data = os.read(fd, 1024) + stdout.write(data) + return data + + pty.spawn(sys.argv[1:], read) + + from .console import Console + + console = Console(record=True) + + stdout_result = stdout.getvalue().decode("utf-8") + print(stdout_result) + + for line in decoder.decode(stdout_result): + console.print(line) + + console.save_html("stdout.html") diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/bar.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/bar.py new file mode 100644 index 0000000..ed86a55 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/bar.py @@ -0,0 +1,94 @@ +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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/box.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/box.py new file mode 100644 index 0000000..97d2a94 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/box.py @@ -0,0 +1,517 @@ +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) + + +ASCII: Box = Box( + """\ ++--+ +| || +|-+| +| || +|-+| +|-+| +| || ++--+ +""", + ascii=True, +) + +ASCII2: Box = Box( + """\ ++-++ +| || ++-++ +| || ++-++ ++-++ +| || ++-++ +""", + ascii=True, +) + +ASCII_DOUBLE_HEAD: Box = Box( + """\ ++-++ +| || ++=++ +| || ++-++ ++-++ +| || ++-++ +""", + ascii=True, +) + +SQUARE: Box = Box( + """\ +┌─┬┐ +│ ││ +├─┼┤ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +SQUARE_DOUBLE_HEAD: Box = Box( + """\ +┌─┬┐ +│ ││ +╞═╪╡ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +MINIMAL: Box = Box( + """\ + ╷ + │ +╶─┼╴ + │ +╶─┼╴ +╶─┼╴ + │ + ╵ +""" +) + + +MINIMAL_HEAVY_HEAD: Box = Box( + """\ + ╷ + │ +╺━┿╸ + │ +╶─┼╴ +╶─┼╴ + │ + ╵ +""" +) + +MINIMAL_DOUBLE_HEAD: Box = Box( + """\ + ╷ + │ + ═╪ + │ + ─┼ + ─┼ + │ + ╵ +""" +) + + +SIMPLE: Box = Box( + """\ + + + ── + + + ── + + +""" +) + +SIMPLE_HEAD: Box = Box( + """\ + + + ── + + + + + +""" +) + + +SIMPLE_HEAVY: Box = Box( + """\ + + + ━━ + + + ━━ + + +""" +) + + +HORIZONTALS: Box = Box( + """\ + ── + + ── + + ── + ── + + ── +""" +) + +ROUNDED: Box = Box( + """\ +╭─┬╮ +│ ││ +├─┼┤ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +╰─┴╯ +""" +) + +HEAVY: Box = Box( + """\ +┏━┳┓ +┃ ┃┃ +┣━╋┫ +┃ ┃┃ +┣━╋┫ +┣━╋┫ +┃ ┃┃ +┗━┻┛ +""" +) + +HEAVY_EDGE: Box = Box( + """\ +┏━┯┓ +┃ │┃ +┠─┼┨ +┃ │┃ +┠─┼┨ +┠─┼┨ +┃ │┃ +┗━┷┛ +""" +) + +HEAVY_HEAD: Box = Box( + """\ +┏━┳┓ +┃ ┃┃ +┡━╇┩ +│ ││ +├─┼┤ +├─┼┤ +│ ││ +└─┴┘ +""" +) + +DOUBLE: Box = Box( + """\ +╔═╦╗ +║ ║║ +╠═╬╣ +║ ║║ +╠═╬╣ +╠═╬╣ +║ ║║ +╚═╩╝ +""" +) + +DOUBLE_EDGE: Box = Box( + """\ +╔═╤╗ +║ │║ +╟─┼╢ +║ │║ +╟─┼╢ +╟─┼╢ +║ │║ +╚═╧╝ +""" +) + +MARKDOWN: Box = Box( + """\ + +| || +|-|| +| || +|-|| +|-|| +| || + +""", + ascii=True, +) + +# 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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/cells.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/cells.py new file mode 100644 index 0000000..9354f9e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/cells.py @@ -0,0 +1,154 @@ +import re +from functools import lru_cache +from typing import Callable, List + +from ._cell_widths import CELL_WIDTHS + +# Regex to match sequence of the most common character ranges +_is_single_cell_widths = re.compile("^[\u0020-\u006f\u00a0\u02ff\u0370-\u0482]*$").match + + +@lru_cache(4096) +def cached_cell_len(text: str) -> int: + """Get the number of cells required to display text. + + This method always caches, which may use up a lot of memory. It is recommended to use + `cell_len` over this method. + + Args: + text (str): Text to display. + + Returns: + int: Get the number of cells required to display text. + """ + _get_size = get_character_cell_size + total_size = sum(_get_size(character) for character in text) + return total_size + + +def cell_len(text: str, _cell_len: Callable[[str], int] = cached_cell_len) -> int: + """Get the number of cells required to display text. + + Args: + text (str): Text to display. + + Returns: + int: Get the number of cells required to display text. + """ + if len(text) < 512: + return _cell_len(text) + _get_size = get_character_cell_size + total_size = sum(_get_size(character) for character in text) + return total_size + + +@lru_cache(maxsize=4096) +def get_character_cell_size(character: str) -> int: + """Get the cell size of a character. + + Args: + character (str): A single character. + + Returns: + int: Number of cells (0, 1 or 2) occupied by that character. + """ + return _get_codepoint_cell_size(ord(character)) + + +@lru_cache(maxsize=4096) +def _get_codepoint_cell_size(codepoint: int) -> int: + """Get the cell size of a character. + + Args: + codepoint (int): Codepoint of a character. + + Returns: + int: Number of cells (0, 1 or 2) occupied by that character. + """ + + _table = CELL_WIDTHS + lower_bound = 0 + upper_bound = len(_table) - 1 + index = (lower_bound + upper_bound) // 2 + while True: + start, end, width = _table[index] + if codepoint < start: + upper_bound = index - 1 + elif codepoint > end: + lower_bound = index + 1 + else: + return 0 if width == -1 else width + if upper_bound < lower_bound: + break + index = (lower_bound + upper_bound) // 2 + return 1 + + +def set_cell_size(text: str, total: int) -> str: + """Set the length of a string to fit within given number of cells.""" + + if _is_single_cell_widths(text): + size = len(text) + if size < total: + return text + " " * (total - size) + return text[:total] + + if total <= 0: + return "" + cell_size = cell_len(text) + if cell_size == total: + return text + if cell_size < total: + return text + " " * (total - cell_size) + + start = 0 + end = len(text) + + # Binary search until we find the right size + while True: + pos = (start + end) // 2 + before = text[: pos + 1] + before_len = cell_len(before) + if before_len == total + 1 and cell_len(before[-1]) == 2: + return before[:-1] + " " + if before_len == total: + return before + if before_len > total: + end = pos + else: + start = pos + + +# TODO: This is inefficient +# TODO: This might not work with CWJ type characters +def chop_cells(text: str, max_size: int, position: int = 0) -> List[str]: + """Break text in to equal (cell) length strings, returning the characters in reverse + order""" + _get_character_cell_size = get_character_cell_size + characters = [ + (character, _get_character_cell_size(character)) for character in text + ] + total_size = position + lines: List[List[str]] = [[]] + append = lines[-1].append + + for character, size in reversed(characters): + if total_size + size > max_size: + lines.append([character]) + append = lines[-1].append + total_size = size + else: + total_size += size + append(character) + + 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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/color.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/color.py new file mode 100644 index 0000000..dfe4559 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/color.py @@ -0,0 +1,622 @@ +import platform +import re +from colorsys import rgb_to_hls +from enum import IntEnum +from functools import lru_cache +from typing import TYPE_CHECKING, NamedTuple, Optional, Tuple + +from ._palettes import EIGHT_BIT_PALETTE, STANDARD_PALETTE, WINDOWS_PALETTE +from .color_triplet import ColorTriplet +from .repr import Result, rich_repr +from .terminal_theme import DEFAULT_TERMINAL_THEME + +if TYPE_CHECKING: # pragma: no cover + from .terminal_theme import TerminalTheme + from .text import Text + + +WINDOWS = platform.system() == "Windows" + + +class ColorSystem(IntEnum): + """One of the 3 color system supported by terminals.""" + + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorSystem.{self.name}" + + def __str__(self) -> str: + return repr(self) + + +class ColorType(IntEnum): + """Type of color stored in Color class.""" + + DEFAULT = 0 + STANDARD = 1 + EIGHT_BIT = 2 + TRUECOLOR = 3 + WINDOWS = 4 + + def __repr__(self) -> str: + return f"ColorType.{self.name}" + + +ANSI_COLOR_NAMES = { + "black": 0, + "red": 1, + "green": 2, + "yellow": 3, + "blue": 4, + "magenta": 5, + "cyan": 6, + "white": 7, + "bright_black": 8, + "bright_red": 9, + "bright_green": 10, + "bright_yellow": 11, + "bright_blue": 12, + "bright_magenta": 13, + "bright_cyan": 14, + "bright_white": 15, + "grey0": 16, + "gray0": 16, + "navy_blue": 17, + "dark_blue": 18, + "blue3": 20, + "blue1": 21, + "dark_green": 22, + "deep_sky_blue4": 25, + "dodger_blue3": 26, + "dodger_blue2": 27, + "green4": 28, + "spring_green4": 29, + "turquoise4": 30, + "deep_sky_blue3": 32, + "dodger_blue1": 33, + "green3": 40, + "spring_green3": 41, + "dark_cyan": 36, + "light_sea_green": 37, + "deep_sky_blue2": 38, + "deep_sky_blue1": 39, + "spring_green2": 47, + "cyan3": 43, + "dark_turquoise": 44, + "turquoise2": 45, + "green1": 46, + "spring_green1": 48, + "medium_spring_green": 49, + "cyan2": 50, + "cyan1": 51, + "dark_red": 88, + "deep_pink4": 125, + "purple4": 55, + "purple3": 56, + "blue_violet": 57, + "orange4": 94, + "grey37": 59, + "gray37": 59, + "medium_purple4": 60, + "slate_blue3": 62, + "royal_blue1": 63, + "chartreuse4": 64, + "dark_sea_green4": 71, + "pale_turquoise4": 66, + "steel_blue": 67, + "steel_blue3": 68, + "cornflower_blue": 69, + "chartreuse3": 76, + "cadet_blue": 73, + "sky_blue3": 74, + "steel_blue1": 81, + "pale_green3": 114, + "sea_green3": 78, + "aquamarine3": 79, + "medium_turquoise": 80, + "chartreuse2": 112, + "sea_green2": 83, + "sea_green1": 85, + "aquamarine1": 122, + "dark_slate_gray2": 87, + "dark_magenta": 91, + "dark_violet": 128, + "purple": 129, + "light_pink4": 95, + "plum4": 96, + "medium_purple3": 98, + "slate_blue1": 99, + "yellow4": 106, + "wheat4": 101, + "grey53": 102, + "gray53": 102, + "light_slate_grey": 103, + "light_slate_gray": 103, + "medium_purple": 104, + "light_slate_blue": 105, + "dark_olive_green3": 149, + "dark_sea_green": 108, + "light_sky_blue3": 110, + "sky_blue2": 111, + "dark_sea_green3": 150, + "dark_slate_gray3": 116, + "sky_blue1": 117, + "chartreuse1": 118, + "light_green": 120, + "pale_green1": 156, + "dark_slate_gray1": 123, + "red3": 160, + "medium_violet_red": 126, + "magenta3": 164, + "dark_orange3": 166, + "indian_red": 167, + "hot_pink3": 168, + "medium_orchid3": 133, + "medium_orchid": 134, + "medium_purple2": 140, + "dark_goldenrod": 136, + "light_salmon3": 173, + "rosy_brown": 138, + "grey63": 139, + "gray63": 139, + "medium_purple1": 141, + "gold3": 178, + "dark_khaki": 143, + "navajo_white3": 144, + "grey69": 145, + "gray69": 145, + "light_steel_blue3": 146, + "light_steel_blue": 147, + "yellow3": 184, + "dark_sea_green2": 157, + "light_cyan3": 152, + "light_sky_blue1": 153, + "green_yellow": 154, + "dark_olive_green2": 155, + "dark_sea_green1": 193, + "pale_turquoise1": 159, + "deep_pink3": 162, + "magenta2": 200, + "hot_pink2": 169, + "orchid": 170, + "medium_orchid1": 207, + "orange3": 172, + "light_pink3": 174, + "pink3": 175, + "plum3": 176, + "violet": 177, + "light_goldenrod3": 179, + "tan": 180, + "misty_rose3": 181, + "thistle3": 182, + "plum2": 183, + "khaki3": 185, + "light_goldenrod2": 222, + "light_yellow3": 187, + "grey84": 188, + "gray84": 188, + "light_steel_blue1": 189, + "yellow2": 190, + "dark_olive_green1": 192, + "honeydew2": 194, + "light_cyan1": 195, + "red1": 196, + "deep_pink2": 197, + "deep_pink1": 199, + "magenta1": 201, + "orange_red1": 202, + "indian_red1": 204, + "hot_pink": 206, + "dark_orange": 208, + "salmon1": 209, + "light_coral": 210, + "pale_violet_red1": 211, + "orchid2": 212, + "orchid1": 213, + "orange1": 214, + "sandy_brown": 215, + "light_salmon1": 216, + "light_pink1": 217, + "pink1": 218, + "plum1": 219, + "gold1": 220, + "navajo_white1": 223, + "misty_rose1": 224, + "thistle1": 225, + "yellow1": 226, + "light_goldenrod1": 227, + "khaki1": 228, + "wheat1": 229, + "cornsilk1": 230, + "grey100": 231, + "gray100": 231, + "grey3": 232, + "gray3": 232, + "grey7": 233, + "gray7": 233, + "grey11": 234, + "gray11": 234, + "grey15": 235, + "gray15": 235, + "grey19": 236, + "gray19": 236, + "grey23": 237, + "gray23": 237, + "grey27": 238, + "gray27": 238, + "grey30": 239, + "gray30": 239, + "grey35": 240, + "gray35": 240, + "grey39": 241, + "gray39": 241, + "grey42": 242, + "gray42": 242, + "grey46": 243, + "gray46": 243, + "grey50": 244, + "gray50": 244, + "grey54": 245, + "gray54": 245, + "grey58": 246, + "gray58": 246, + "grey62": 247, + "gray62": 247, + "grey66": 248, + "gray66": 248, + "grey70": 249, + "gray70": 249, + "grey74": 250, + "gray74": 250, + "grey78": 251, + "gray78": 251, + "grey82": 252, + "gray82": 252, + "grey85": 253, + "gray85": 253, + "grey89": 254, + "gray89": 254, + "grey93": 255, + "gray93": 255, +} + + +class ColorParseError(Exception): + """The color could not be parsed.""" + + +RE_COLOR = re.compile( + r"""^ +\#([0-9a-f]{6})$| +color\(([0-9]{1,3})\)$| +rgb\(([\d\s,]+)\)$ +""", + re.VERBOSE, +) + + +@rich_repr +class Color(NamedTuple): + """Terminal color definition.""" + + name: str + """The name of the color (typically the input to Color.parse).""" + type: ColorType + """The type of the color.""" + number: Optional[int] = None + """The color number, if a standard color, or None.""" + triplet: Optional[ColorTriplet] = None + """A triplet of color components, if an RGB color.""" + + def __rich__(self) -> "Text": + """Displays the actual color if Rich printed.""" + from .style import Style + from .text import Text + + return Text.assemble( + f"", + ) + + def __rich_repr__(self) -> Result: + yield self.name + yield self.type + yield "number", self.number, None + yield "triplet", self.triplet, None + + @property + def system(self) -> ColorSystem: + """Get the native color system for this color.""" + if self.type == ColorType.DEFAULT: + return ColorSystem.STANDARD + return ColorSystem(int(self.type)) + + @property + def is_system_defined(self) -> bool: + """Check if the color is ultimately defined by the system.""" + return self.system not in (ColorSystem.EIGHT_BIT, ColorSystem.TRUECOLOR) + + @property + def is_default(self) -> bool: + """Check if the color is a default color.""" + return self.type == ColorType.DEFAULT + + def get_truecolor( + self, theme: Optional["TerminalTheme"] = None, foreground: bool = True + ) -> ColorTriplet: + """Get an equivalent color triplet for this color. + + Args: + theme (TerminalTheme, optional): Optional terminal theme, or None to use default. Defaults to None. + foreground (bool, optional): True for a foreground color, or False for background. Defaults to True. + + Returns: + ColorTriplet: A color triplet containing RGB components. + """ + + if theme is None: + theme = DEFAULT_TERMINAL_THEME + if self.type == ColorType.TRUECOLOR: + assert self.triplet is not None + return self.triplet + elif self.type == ColorType.EIGHT_BIT: + assert self.number is not None + return EIGHT_BIT_PALETTE[self.number] + elif self.type == ColorType.STANDARD: + assert self.number is not None + return theme.ansi_colors[self.number] + elif self.type == ColorType.WINDOWS: + assert self.number is not None + return WINDOWS_PALETTE[self.number] + else: # self.type == ColorType.DEFAULT: + assert self.number is None + return theme.foreground_color if foreground else theme.background_color + + @classmethod + def from_ansi(cls, number: int) -> "Color": + """Create a Color number from it's 8-bit ansi number. + + Args: + number (int): A number between 0-255 inclusive. + + Returns: + Color: A new Color instance. + """ + return cls( + name=f"color({number})", + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + @classmethod + def from_triplet(cls, triplet: "ColorTriplet") -> "Color": + """Create a truecolor RGB color from a triplet of values. + + Args: + triplet (ColorTriplet): A color triplet containing red, green and blue components. + + Returns: + Color: A new color object. + """ + return cls(name=triplet.hex, type=ColorType.TRUECOLOR, triplet=triplet) + + @classmethod + def from_rgb(cls, red: float, green: float, blue: float) -> "Color": + """Create a truecolor from three color components in the range(0->255). + + Args: + red (float): Red component in range 0-255. + green (float): Green component in range 0-255. + blue (float): Blue component in range 0-255. + + Returns: + Color: A new color object. + """ + return cls.from_triplet(ColorTriplet(int(red), int(green), int(blue))) + + @classmethod + def default(cls) -> "Color": + """Get a Color instance representing the default color. + + Returns: + Color: Default color. + """ + return cls(name="default", type=ColorType.DEFAULT) + + @classmethod + @lru_cache(maxsize=1024) + def parse(cls, color: str) -> "Color": + """Parse a color definition.""" + original_color = color + color = color.lower().strip() + + if color == "default": + return cls(color, type=ColorType.DEFAULT) + + color_number = ANSI_COLOR_NAMES.get(color) + if color_number is not None: + return cls( + color, + type=(ColorType.STANDARD if color_number < 16 else ColorType.EIGHT_BIT), + number=color_number, + ) + + color_match = RE_COLOR.match(color) + if color_match is None: + raise ColorParseError(f"{original_color!r} is not a valid color") + + color_24, color_8, color_rgb = color_match.groups() + if color_24: + triplet = ColorTriplet( + int(color_24[0:2], 16), int(color_24[2:4], 16), int(color_24[4:6], 16) + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + elif color_8: + number = int(color_8) + if number > 255: + raise ColorParseError(f"color number must be <= 255 in {color!r}") + return cls( + color, + type=(ColorType.STANDARD if number < 16 else ColorType.EIGHT_BIT), + number=number, + ) + + else: # color_rgb: + components = color_rgb.split(",") + if len(components) != 3: + raise ColorParseError( + f"expected three components in {original_color!r}" + ) + red, green, blue = components + triplet = ColorTriplet(int(red), int(green), int(blue)) + if not all(component <= 255 for component in triplet): + raise ColorParseError( + f"color components must be <= 255 in {original_color!r}" + ) + return cls(color, ColorType.TRUECOLOR, triplet=triplet) + + @lru_cache(maxsize=1024) + def get_ansi_codes(self, foreground: bool = True) -> Tuple[str, ...]: + """Get the ANSI escape codes for this color.""" + _type = self.type + if _type == ColorType.DEFAULT: + return ("39" if foreground else "49",) + + elif _type == ColorType.WINDOWS: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.STANDARD: + number = self.number + assert number is not None + fore, back = (30, 40) if number < 8 else (82, 92) + return (str(fore + number if foreground else back + number),) + + elif _type == ColorType.EIGHT_BIT: + assert self.number is not None + return ("38" if foreground else "48", "5", str(self.number)) + + else: # self.standard == ColorStandard.TRUECOLOR: + assert self.triplet is not None + red, green, blue = self.triplet + return ("38" if foreground else "48", "2", str(red), str(green), str(blue)) + + @lru_cache(maxsize=1024) + def downgrade(self, system: ColorSystem) -> "Color": + """Downgrade a color system to a system with fewer colors.""" + + if self.type in (ColorType.DEFAULT, system): + return self + # Convert to 8-bit color from truecolor color + if system == ColorSystem.EIGHT_BIT and self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + _h, l, s = rgb_to_hls(*self.triplet.normalized) + # If saturation is under 15% assume it is grayscale + if s < 0.15: + gray = round(l * 25.0) + if gray == 0: + color_number = 16 + elif gray == 25: + color_number = 231 + else: + color_number = 231 + gray + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + red, green, blue = self.triplet + six_red = red / 95 if red < 95 else 1 + (red - 95) / 40 + six_green = green / 95 if green < 95 else 1 + (green - 95) / 40 + six_blue = blue / 95 if blue < 95 else 1 + (blue - 95) / 40 + + color_number = ( + 16 + 36 * round(six_red) + 6 * round(six_green) + round(six_blue) + ) + return Color(self.name, ColorType.EIGHT_BIT, number=color_number) + + # Convert to standard from truecolor or 8-bit + elif system == ColorSystem.STANDARD: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = STANDARD_PALETTE.match(triplet) + return Color(self.name, ColorType.STANDARD, number=color_number) + + elif system == ColorSystem.WINDOWS: + if self.system == ColorSystem.TRUECOLOR: + assert self.triplet is not None + triplet = self.triplet + else: # self.system == ColorSystem.EIGHT_BIT + assert self.number is not None + if self.number < 16: + return Color(self.name, ColorType.WINDOWS, number=self.number) + triplet = ColorTriplet(*EIGHT_BIT_PALETTE[self.number]) + + color_number = WINDOWS_PALETTE.match(triplet) + return Color(self.name, ColorType.WINDOWS, number=color_number) + + return self + + +def parse_rgb_hex(hex_color: str) -> ColorTriplet: + """Parse six hex characters in to RGB triplet.""" + assert len(hex_color) == 6, "must be 6 characters" + color = ColorTriplet( + int(hex_color[0:2], 16), int(hex_color[2:4], 16), int(hex_color[4:6], 16) + ) + return color + + +def blend_rgb( + color1: ColorTriplet, color2: ColorTriplet, cross_fade: float = 0.5 +) -> ColorTriplet: + """Blend one RGB color in to another.""" + r1, g1, b1 = color1 + r2, g2, b2 = color2 + new_color = ColorTriplet( + int(r1 + (r2 - r1) * cross_fade), + int(g1 + (g2 - g1) * cross_fade), + int(b1 + (b2 - b1) * cross_fade), + ) + return new_color + + +if __name__ == "__main__": # pragma: no cover + + from .console import Console + from .table import Table + from .text import Text + + console = Console() + + table = Table(show_footer=False, show_edge=True) + table.add_column("Color", width=10, overflow="ellipsis") + table.add_column("Number", justify="right", style="yellow") + table.add_column("Name", style="green") + table.add_column("Hex", style="blue") + table.add_column("RGB", style="magenta") + + colors = sorted((v, k) for k, v in ANSI_COLOR_NAMES.items()) + for color_number, name in colors: + if "grey" in name: + continue + color_cell = Text(" " * 10, style=f"on {name}") + if color_number < 16: + table.add_row(color_cell, f"{color_number}", Text(f'"{name}"')) + else: + color = EIGHT_BIT_PALETTE[color_number] # type: ignore[has-type] + table.add_row( + color_cell, str(color_number), Text(f'"{name}"'), color.hex, color.rgb + ) + + console.print(table) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py new file mode 100644 index 0000000..02cab32 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/columns.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/columns.py new file mode 100644 index 0000000..669a3a7 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/console.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/console.py new file mode 100644 index 0000000..e559cbb --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/console.py @@ -0,0 +1,2633 @@ +import inspect +import os +import platform +import sys +import threading +import zlib +from abc import ABC, abstractmethod +from dataclasses import dataclass, field +from datetime import datetime +from functools import wraps +from getpass import getpass +from html import escape +from inspect import isclass +from itertools import islice +from math import ceil +from time import monotonic +from types import FrameType, ModuleType, TracebackType +from typing import ( + IO, + TYPE_CHECKING, + Any, + Callable, + Dict, + Iterable, + List, + Mapping, + NamedTuple, + Optional, + TextIO, + Tuple, + Type, + Union, + cast, +) + +from pip._vendor.rich._null_file import NULL_FILE + +if sys.version_info >= (3, 8): + from typing import Literal, Protocol, runtime_checkable +else: + from pip._vendor.typing_extensions import ( + Literal, + Protocol, + runtime_checkable, + ) # pragma: no cover + +from . import errors, themes +from ._emoji_replace import _emoji_replace +from ._export_format import CONSOLE_HTML_FORMAT, CONSOLE_SVG_FORMAT +from ._fileno import get_fileno +from ._log_render import FormatTimeCallable, LogRender +from .align import Align, AlignMethod +from .color import ColorSystem, blend_rgb +from .control import Control +from .emoji import EmojiVariant +from .highlighter import NullHighlighter, ReprHighlighter +from .markup import render as render_markup +from .measure import Measurement, measure_renderables +from .pager import Pager, SystemPager +from .pretty import Pretty, is_expandable +from .protocol import rich_cast +from .region import Region +from .scope import render_scope +from .screen import Screen +from .segment import Segment +from .style import Style, StyleType +from .styled import Styled +from .terminal_theme import DEFAULT_TERMINAL_THEME, SVG_EXPORT_THEME, TerminalTheme +from .text import Text, TextType +from .theme import Theme, ThemeStack + +if TYPE_CHECKING: + from ._windows import WindowsConsoleFeatures + from .live import Live + from .status import Status + +JUPYTER_DEFAULT_COLUMNS = 115 +JUPYTER_DEFAULT_LINES = 100 +WINDOWS = platform.system() == "Windows" + +HighlighterType = Callable[[Union[str, "Text"]], "Text"] +JustifyMethod = Literal["default", "left", "center", "right", "full"] +OverflowMethod = Literal["fold", "crop", "ellipsis", "ignore"] + + +class NoChange: + pass + + +NO_CHANGE = NoChange() + +try: + _STDIN_FILENO = sys.__stdin__.fileno() +except Exception: + _STDIN_FILENO = 0 +try: + _STDOUT_FILENO = sys.__stdout__.fileno() +except Exception: + _STDOUT_FILENO = 1 +try: + _STDERR_FILENO = sys.__stderr__.fileno() +except Exception: + _STDERR_FILENO = 2 + +_STD_STREAMS = (_STDIN_FILENO, _STDOUT_FILENO, _STDERR_FILENO) +_STD_STREAMS_OUTPUT = (_STDOUT_FILENO, _STDERR_FILENO) + + +_TERM_COLORS = { + "kitty": ColorSystem.EIGHT_BIT, + "256color": ColorSystem.EIGHT_BIT, + "16color": ColorSystem.STANDARD, +} + + +class ConsoleDimensions(NamedTuple): + """Size of the terminal.""" + + width: int + """The width of the console in 'cells'.""" + height: int + """The height of the console in lines.""" + + +@dataclass +class ConsoleOptions: + """Options for __rich_console__ method.""" + + size: ConsoleDimensions + """Size of console.""" + legacy_windows: bool + """legacy_windows: flag for legacy windows.""" + min_width: int + """Minimum width of renderable.""" + max_width: int + """Maximum width of renderable.""" + is_terminal: bool + """True if the target is a terminal, otherwise False.""" + encoding: str + """Encoding of terminal.""" + max_height: int + """Height of container (starts as terminal)""" + justify: Optional[JustifyMethod] = None + """Justify value override for renderable.""" + overflow: Optional[OverflowMethod] = None + """Overflow value override for renderable.""" + no_wrap: Optional[bool] = False + """Disable wrapping for text.""" + highlight: Optional[bool] = None + """Highlight override for render_str.""" + markup: Optional[bool] = None + """Enable markup when rendering strings.""" + height: Optional[int] = None + + @property + def ascii_only(self) -> bool: + """Check if renderables should use ascii only.""" + return not self.encoding.startswith("utf") + + def copy(self) -> "ConsoleOptions": + """Return a copy of the options. + + Returns: + ConsoleOptions: a copy of self. + """ + options: ConsoleOptions = ConsoleOptions.__new__(ConsoleOptions) + options.__dict__ = self.__dict__.copy() + return options + + def update( + self, + *, + width: Union[int, NoChange] = NO_CHANGE, + min_width: Union[int, NoChange] = NO_CHANGE, + max_width: Union[int, NoChange] = NO_CHANGE, + justify: Union[Optional[JustifyMethod], NoChange] = NO_CHANGE, + overflow: Union[Optional[OverflowMethod], NoChange] = NO_CHANGE, + no_wrap: Union[Optional[bool], NoChange] = NO_CHANGE, + highlight: Union[Optional[bool], NoChange] = NO_CHANGE, + markup: Union[Optional[bool], NoChange] = NO_CHANGE, + height: Union[Optional[int], NoChange] = NO_CHANGE, + ) -> "ConsoleOptions": + """Update values, return a copy.""" + options = self.copy() + if not isinstance(width, NoChange): + options.min_width = options.max_width = max(0, width) + if not isinstance(min_width, NoChange): + options.min_width = min_width + if not isinstance(max_width, NoChange): + options.max_width = max_width + if not isinstance(justify, NoChange): + options.justify = justify + if not isinstance(overflow, NoChange): + options.overflow = overflow + if not isinstance(no_wrap, NoChange): + options.no_wrap = no_wrap + if not isinstance(highlight, NoChange): + options.highlight = highlight + if not isinstance(markup, NoChange): + options.markup = markup + if not isinstance(height, NoChange): + if height is not None: + options.max_height = height + options.height = None if height is None else max(0, height) + return options + + def update_width(self, width: int) -> "ConsoleOptions": + """Update just the width, return a copy. + + Args: + width (int): New width (sets both min_width and max_width) + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.min_width = options.max_width = max(0, width) + return options + + def update_height(self, height: int) -> "ConsoleOptions": + """Update the height, and return a copy. + + Args: + height (int): New height + + Returns: + ~ConsoleOptions: New Console options instance. + """ + options = self.copy() + options.max_height = options.height = height + return options + + def reset_height(self) -> "ConsoleOptions": + """Return a copy of the options with height set to ``None``. + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.height = None + return options + + def update_dimensions(self, width: int, height: int) -> "ConsoleOptions": + """Update the width and height, and return a copy. + + Args: + width (int): New width (sets both min_width and max_width). + height (int): New height. + + Returns: + ~ConsoleOptions: New console options instance. + """ + options = self.copy() + options.min_width = options.max_width = max(0, width) + options.height = options.max_height = height + return options + + +@runtime_checkable +class RichCast(Protocol): + """An object that may be 'cast' to a console renderable.""" + + def __rich__( + self, + ) -> Union["ConsoleRenderable", "RichCast", str]: # pragma: no cover + ... + + +@runtime_checkable +class ConsoleRenderable(Protocol): + """An object that supports the console protocol.""" + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> "RenderResult": # pragma: no cover + ... + + +# A type that may be rendered by Console. +RenderableType = Union[ConsoleRenderable, RichCast, str] + +# The result of calling a __rich_console__ method. +RenderResult = Iterable[Union[RenderableType, Segment]] + +_null_highlighter = NullHighlighter() + + +class CaptureError(Exception): + """An error in the Capture context manager.""" + + +class NewLine: + """A renderable to generate new line(s)""" + + def __init__(self, count: int = 1) -> None: + self.count = count + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> Iterable[Segment]: + yield Segment("\n" * self.count) + + +class ScreenUpdate: + """Render a list of lines at a given offset.""" + + def __init__(self, lines: List[List[Segment]], x: int, y: int) -> None: + self._lines = lines + self.x = x + self.y = y + + def __rich_console__( + self, console: "Console", options: ConsoleOptions + ) -> RenderResult: + x = self.x + move_to = Control.move_to + for offset, line in enumerate(self._lines, self.y): + yield move_to(x, offset) + yield from line + + +class Capture: + """Context manager to capture the result of printing to the console. + See :meth:`~rich.console.Console.capture` for how to use. + + Args: + console (Console): A console instance to capture output. + """ + + def __init__(self, console: "Console") -> None: + self._console = console + self._result: Optional[str] = None + + def __enter__(self) -> "Capture": + self._console.begin_capture() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self._result = self._console.end_capture() + + def get(self) -> str: + """Get the result of the capture.""" + if self._result is None: + raise CaptureError( + "Capture result is not available until context manager exits." + ) + return self._result + + +class ThemeContext: + """A context manager to use a temporary theme. See :meth:`~rich.console.Console.use_theme` for usage.""" + + def __init__(self, console: "Console", theme: Theme, inherit: bool = True) -> None: + self.console = console + self.theme = theme + self.inherit = inherit + + def __enter__(self) -> "ThemeContext": + self.console.push_theme(self.theme) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.console.pop_theme() + + +class PagerContext: + """A context manager that 'pages' content. See :meth:`~rich.console.Console.pager` for usage.""" + + def __init__( + self, + console: "Console", + pager: Optional[Pager] = None, + styles: bool = False, + links: bool = False, + ) -> None: + self._console = console + self.pager = SystemPager() if pager is None else pager + self.styles = styles + self.links = links + + def __enter__(self) -> "PagerContext": + self._console._enter_buffer() + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if exc_type is None: + with self._console._lock: + buffer: List[Segment] = self._console._buffer[:] + del self._console._buffer[:] + segments: Iterable[Segment] = buffer + if not self.styles: + segments = Segment.strip_styles(segments) + elif not self.links: + segments = Segment.strip_links(segments) + content = self._console._render_buffer(segments) + self.pager.show(content) + self._console._exit_buffer() + + +class ScreenContext: + """A context manager that enables an alternative screen. See :meth:`~rich.console.Console.screen` for usage.""" + + def __init__( + self, console: "Console", hide_cursor: bool, style: StyleType = "" + ) -> None: + self.console = console + self.hide_cursor = hide_cursor + self.screen = Screen(style=style) + self._changed = False + + def update( + self, *renderables: RenderableType, style: Optional[StyleType] = None + ) -> None: + """Update the screen. + + Args: + renderable (RenderableType, optional): Optional renderable to replace current renderable, + or None for no change. Defaults to None. + style: (Style, optional): Replacement style, or None for no change. Defaults to None. + """ + if renderables: + self.screen.renderable = ( + Group(*renderables) if len(renderables) > 1 else renderables[0] + ) + if style is not None: + self.screen.style = style + self.console.print(self.screen, end="") + + def __enter__(self) -> "ScreenContext": + self._changed = self.console.set_alt_screen(True) + if self._changed and self.hide_cursor: + self.console.show_cursor(False) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + if self._changed: + self.console.set_alt_screen(False) + if self.hide_cursor: + self.console.show_cursor(True) + + +class Group: + """Takes a group of renderables and returns a renderable object that renders the group. + + Args: + renderables (Iterable[RenderableType]): An iterable of renderable objects. + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def __init__(self, *renderables: "RenderableType", fit: bool = True) -> None: + self._renderables = renderables + self.fit = fit + self._render: Optional[List[RenderableType]] = None + + @property + def renderables(self) -> List["RenderableType"]: + if self._render is None: + self._render = list(self._renderables) + return self._render + + def __rich_measure__( + self, console: "Console", options: "ConsoleOptions" + ) -> "Measurement": + if self.fit: + return measure_renderables(console, options, self.renderables) + else: + return Measurement(options.max_width, options.max_width) + + def __rich_console__( + self, console: "Console", options: "ConsoleOptions" + ) -> RenderResult: + yield from self.renderables + + +def group(fit: bool = True) -> Callable[..., Callable[..., Group]]: + """A decorator that turns an iterable of renderables in to a group. + + Args: + fit (bool, optional): Fit dimension of group to contents, or fill available space. Defaults to True. + """ + + def decorator( + method: Callable[..., Iterable[RenderableType]] + ) -> Callable[..., Group]: + """Convert a method that returns an iterable of renderables in to a Group.""" + + @wraps(method) + def _replace(*args: Any, **kwargs: Any) -> Group: + renderables = method(*args, **kwargs) + return Group(*renderables, fit=fit) + + return _replace + + return decorator + + +def _is_jupyter() -> bool: # pragma: no cover + """Check if we're running in a Jupyter notebook.""" + try: + get_ipython # type: ignore[name-defined] + except NameError: + return False + ipython = get_ipython() # type: ignore[name-defined] + shell = ipython.__class__.__name__ + if ( + "google.colab" in str(ipython.__class__) + or os.getenv("DATABRICKS_RUNTIME_VERSION") + or shell == "ZMQInteractiveShell" + ): + return True # Jupyter notebook or qtconsole + elif shell == "TerminalInteractiveShell": + return False # Terminal running IPython + else: + return False # Other type (?) + + +COLOR_SYSTEMS = { + "standard": ColorSystem.STANDARD, + "256": ColorSystem.EIGHT_BIT, + "truecolor": ColorSystem.TRUECOLOR, + "windows": ColorSystem.WINDOWS, +} + +_COLOR_SYSTEMS_NAMES = {system: name for name, system in COLOR_SYSTEMS.items()} + + +@dataclass +class ConsoleThreadLocals(threading.local): + """Thread local values for Console context.""" + + theme_stack: ThemeStack + buffer: List[Segment] = field(default_factory=list) + buffer_index: int = 0 + + +class RenderHook(ABC): + """Provides hooks in to the render process.""" + + @abstractmethod + def process_renderables( + self, renderables: List[ConsoleRenderable] + ) -> List[ConsoleRenderable]: + """Called with a list of objects to render. + + This method can return a new list of renderables, or modify and return the same list. + + Args: + renderables (List[ConsoleRenderable]): A number of renderable objects. + + Returns: + List[ConsoleRenderable]: A replacement list of renderables. + """ + + +_windows_console_features: Optional["WindowsConsoleFeatures"] = None + + +def get_windows_console_features() -> "WindowsConsoleFeatures": # pragma: no cover + global _windows_console_features + if _windows_console_features is not None: + return _windows_console_features + from ._windows import get_windows_console_features + + _windows_console_features = get_windows_console_features() + return _windows_console_features + + +def detect_legacy_windows() -> bool: + """Detect legacy Windows.""" + return WINDOWS and not get_windows_console_features().vt + + +class Console: + """A high level console interface. + + Args: + color_system (str, optional): The color system supported by your terminal, + either ``"standard"``, ``"256"`` or ``"truecolor"``. Leave as ``"auto"`` to autodetect. + force_terminal (Optional[bool], optional): Enable/disable terminal control codes, or None to auto-detect terminal. Defaults to None. + force_jupyter (Optional[bool], optional): Enable/disable Jupyter rendering, or None to auto-detect Jupyter. Defaults to None. + force_interactive (Optional[bool], optional): Enable/disable interactive mode, or None to auto detect. Defaults to None. + soft_wrap (Optional[bool], optional): Set soft wrap default on print method. Defaults to False. + theme (Theme, optional): An optional style theme object, or ``None`` for default theme. + stderr (bool, optional): Use stderr rather than stdout if ``file`` is not specified. Defaults to False. + file (IO, optional): A file object where the console should write to. Defaults to stdout. + quiet (bool, Optional): Boolean to suppress all output. Defaults to False. + width (int, optional): The width of the terminal. Leave as default to auto-detect width. + height (int, optional): The height of the terminal. Leave as default to auto-detect height. + style (StyleType, optional): Style to apply to all output, or None for no style. Defaults to None. + no_color (Optional[bool], optional): Enabled no color mode, or None to auto detect. Defaults to None. + tab_size (int, optional): Number of spaces used to replace a tab character. Defaults to 8. + record (bool, optional): Boolean to enable recording of terminal output, + required to call :meth:`export_html`, :meth:`export_svg`, and :meth:`export_text`. Defaults to False. + markup (bool, optional): Boolean to enable :ref:`console_markup`. Defaults to True. + emoji (bool, optional): Enable emoji code. Defaults to True. + emoji_variant (str, optional): Optional emoji variant, either "text" or "emoji". Defaults to None. + highlight (bool, optional): Enable automatic highlighting. Defaults to True. + log_time (bool, optional): Boolean to enable logging of time by :meth:`log` methods. Defaults to True. + log_path (bool, optional): Boolean to enable the logging of the caller by :meth:`log`. Defaults to True. + log_time_format (Union[str, TimeFormatterCallable], optional): If ``log_time`` is enabled, either string for strftime or callable that formats the time. Defaults to "[%X] ". + highlighter (HighlighterType, optional): Default highlighter. + legacy_windows (bool, optional): Enable legacy Windows mode, or ``None`` to auto detect. Defaults to ``None``. + safe_box (bool, optional): Restrict box options that don't render on legacy Windows. + get_datetime (Callable[[], datetime], optional): Callable that gets the current time as a datetime.datetime object (used by Console.log), + or None for datetime.now. + get_time (Callable[[], time], optional): Callable that gets the current time in seconds, default uses time.monotonic. + """ + + _environ: Mapping[str, str] = os.environ + + def __init__( + self, + *, + color_system: Optional[ + Literal["auto", "standard", "256", "truecolor", "windows"] + ] = "auto", + force_terminal: Optional[bool] = None, + force_jupyter: Optional[bool] = None, + force_interactive: Optional[bool] = None, + soft_wrap: bool = False, + theme: Optional[Theme] = None, + stderr: bool = False, + file: Optional[IO[str]] = None, + quiet: bool = False, + width: Optional[int] = None, + height: Optional[int] = None, + style: Optional[StyleType] = None, + no_color: Optional[bool] = None, + tab_size: int = 8, + record: bool = False, + markup: bool = True, + emoji: bool = True, + emoji_variant: Optional[EmojiVariant] = None, + highlight: bool = True, + log_time: bool = True, + log_path: bool = True, + log_time_format: Union[str, FormatTimeCallable] = "[%X]", + highlighter: Optional["HighlighterType"] = ReprHighlighter(), + legacy_windows: Optional[bool] = None, + safe_box: bool = True, + get_datetime: Optional[Callable[[], datetime]] = None, + get_time: Optional[Callable[[], float]] = None, + _environ: Optional[Mapping[str, str]] = None, + ): + # Copy of os.environ allows us to replace it for testing + if _environ is not None: + self._environ = _environ + + self.is_jupyter = _is_jupyter() if force_jupyter is None else force_jupyter + if self.is_jupyter: + if width is None: + jupyter_columns = self._environ.get("JUPYTER_COLUMNS") + if jupyter_columns is not None and jupyter_columns.isdigit(): + width = int(jupyter_columns) + else: + width = JUPYTER_DEFAULT_COLUMNS + if height is None: + jupyter_lines = self._environ.get("JUPYTER_LINES") + if jupyter_lines is not None and jupyter_lines.isdigit(): + height = int(jupyter_lines) + else: + height = JUPYTER_DEFAULT_LINES + + self.tab_size = tab_size + self.record = record + self._markup = markup + self._emoji = emoji + self._emoji_variant: Optional[EmojiVariant] = emoji_variant + self._highlight = highlight + self.legacy_windows: bool = ( + (detect_legacy_windows() and not self.is_jupyter) + if legacy_windows is None + else legacy_windows + ) + + if width is None: + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) - self.legacy_windows + if height is None: + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + self.soft_wrap = soft_wrap + self._width = width + self._height = height + + self._color_system: Optional[ColorSystem] + + self._force_terminal = None + if force_terminal is not None: + self._force_terminal = force_terminal + + self._file = file + self.quiet = quiet + self.stderr = stderr + + if color_system is None: + self._color_system = None + elif color_system == "auto": + self._color_system = self._detect_color_system() + else: + self._color_system = COLOR_SYSTEMS[color_system] + + self._lock = threading.RLock() + self._log_render = LogRender( + show_time=log_time, + show_path=log_path, + time_format=log_time_format, + ) + self.highlighter: HighlighterType = highlighter or _null_highlighter + self.safe_box = safe_box + self.get_datetime = get_datetime or datetime.now + self.get_time = get_time or monotonic + self.style = style + self.no_color = ( + no_color if no_color is not None else "NO_COLOR" in self._environ + ) + self.is_interactive = ( + (self.is_terminal and not self.is_dumb_terminal) + if force_interactive is None + else force_interactive + ) + + self._record_buffer_lock = threading.RLock() + self._thread_locals = ConsoleThreadLocals( + theme_stack=ThemeStack(themes.DEFAULT if theme is None else theme) + ) + self._record_buffer: List[Segment] = [] + self._render_hooks: List[RenderHook] = [] + self._live: Optional["Live"] = None + self._is_alt_screen = False + + def __repr__(self) -> str: + return f"" + + @property + def file(self) -> IO[str]: + """Get the file object to write to.""" + file = self._file or (sys.stderr if self.stderr else sys.stdout) + file = getattr(file, "rich_proxied_file", file) + if file is None: + file = NULL_FILE + return file + + @file.setter + def file(self, new_file: IO[str]) -> None: + """Set a new file object.""" + self._file = new_file + + @property + def _buffer(self) -> List[Segment]: + """Get a thread local buffer.""" + return self._thread_locals.buffer + + @property + def _buffer_index(self) -> int: + """Get a thread local buffer.""" + return self._thread_locals.buffer_index + + @_buffer_index.setter + def _buffer_index(self, value: int) -> None: + self._thread_locals.buffer_index = value + + @property + def _theme_stack(self) -> ThemeStack: + """Get the thread local theme stack.""" + return self._thread_locals.theme_stack + + def _detect_color_system(self) -> Optional[ColorSystem]: + """Detect color system from env vars.""" + if self.is_jupyter: + return ColorSystem.TRUECOLOR + if not self.is_terminal or self.is_dumb_terminal: + return None + if WINDOWS: # pragma: no cover + if self.legacy_windows: # pragma: no cover + return ColorSystem.WINDOWS + windows_console_features = get_windows_console_features() + return ( + ColorSystem.TRUECOLOR + if windows_console_features.truecolor + else ColorSystem.EIGHT_BIT + ) + else: + color_term = self._environ.get("COLORTERM", "").strip().lower() + if color_term in ("truecolor", "24bit"): + return ColorSystem.TRUECOLOR + term = self._environ.get("TERM", "").strip().lower() + _term_name, _hyphen, colors = term.rpartition("-") + color_system = _TERM_COLORS.get(colors, ColorSystem.STANDARD) + return color_system + + def _enter_buffer(self) -> None: + """Enter in to a buffer context, and buffer all output.""" + self._buffer_index += 1 + + def _exit_buffer(self) -> None: + """Leave buffer context, and render content if required.""" + self._buffer_index -= 1 + self._check_buffer() + + def set_live(self, live: "Live") -> None: + """Set Live instance. Used by Live context manager. + + Args: + live (Live): Live instance using this Console. + + Raises: + errors.LiveError: If this Console has a Live context currently active. + """ + with self._lock: + if self._live is not None: + raise errors.LiveError("Only one live display may be active at once") + self._live = live + + def clear_live(self) -> None: + """Clear the Live instance.""" + with self._lock: + self._live = None + + def push_render_hook(self, hook: RenderHook) -> None: + """Add a new render hook to the stack. + + Args: + hook (RenderHook): Render hook instance. + """ + with self._lock: + self._render_hooks.append(hook) + + def pop_render_hook(self) -> None: + """Pop the last renderhook from the stack.""" + with self._lock: + self._render_hooks.pop() + + def __enter__(self) -> "Console": + """Own context manager to enter buffer context.""" + self._enter_buffer() + return self + + def __exit__(self, exc_type: Any, exc_value: Any, traceback: Any) -> None: + """Exit buffer context.""" + self._exit_buffer() + + def begin_capture(self) -> None: + """Begin capturing console output. Call :meth:`end_capture` to exit capture mode and return output.""" + self._enter_buffer() + + def end_capture(self) -> str: + """End capture mode and return captured string. + + Returns: + str: Console output. + """ + render_result = self._render_buffer(self._buffer) + del self._buffer[:] + self._exit_buffer() + return render_result + + def push_theme(self, theme: Theme, *, inherit: bool = True) -> None: + """Push a new theme on to the top of the stack, replacing the styles from the previous theme. + Generally speaking, you should call :meth:`~rich.console.Console.use_theme` to get a context manager, rather + than calling this method directly. + + Args: + theme (Theme): A theme instance. + inherit (bool, optional): Inherit existing styles. Defaults to True. + """ + self._theme_stack.push_theme(theme, inherit=inherit) + + def pop_theme(self) -> None: + """Remove theme from top of stack, restoring previous theme.""" + self._theme_stack.pop_theme() + + def use_theme(self, theme: Theme, *, inherit: bool = True) -> ThemeContext: + """Use a different theme for the duration of the context manager. + + Args: + theme (Theme): Theme instance to user. + inherit (bool, optional): Inherit existing console styles. Defaults to True. + + Returns: + ThemeContext: [description] + """ + return ThemeContext(self, theme, inherit) + + @property + def color_system(self) -> Optional[str]: + """Get color system string. + + Returns: + Optional[str]: "standard", "256" or "truecolor". + """ + + if self._color_system is not None: + return _COLOR_SYSTEMS_NAMES[self._color_system] + else: + return None + + @property + def encoding(self) -> str: + """Get the encoding of the console file, e.g. ``"utf-8"``. + + Returns: + str: A standard encoding string. + """ + return (getattr(self.file, "encoding", "utf-8") or "utf-8").lower() + + @property + def is_terminal(self) -> bool: + """Check if the console is writing to a terminal. + + Returns: + bool: True if the console writing to a device capable of + understanding terminal codes, otherwise False. + """ + if self._force_terminal is not None: + return self._force_terminal + + if hasattr(sys.stdin, "__module__") and sys.stdin.__module__.startswith( + "idlelib" + ): + # Return False for Idle which claims to be a tty but can't handle ansi codes + return False + + if self.is_jupyter: + # return False for Jupyter, which may have FORCE_COLOR set + return False + + # If FORCE_COLOR env var has any value at all, we assume a terminal. + force_color = self._environ.get("FORCE_COLOR") + if force_color is not None: + self._force_terminal = True + return True + + isatty: Optional[Callable[[], bool]] = getattr(self.file, "isatty", None) + try: + return False if isatty is None else isatty() + except ValueError: + # in some situation (at the end of a pytest run for example) isatty() can raise + # ValueError: I/O operation on closed file + # return False because we aren't in a terminal anymore + return False + + @property + def is_dumb_terminal(self) -> bool: + """Detect dumb terminal. + + Returns: + bool: True if writing to a dumb terminal, otherwise False. + + """ + _term = self._environ.get("TERM", "") + is_dumb = _term.lower() in ("dumb", "unknown") + return self.is_terminal and is_dumb + + @property + def options(self) -> ConsoleOptions: + """Get default console options.""" + return ConsoleOptions( + max_height=self.size.height, + size=self.size, + legacy_windows=self.legacy_windows, + min_width=1, + max_width=self.width, + encoding=self.encoding, + is_terminal=self.is_terminal, + ) + + @property + def size(self) -> ConsoleDimensions: + """Get the size of the console. + + Returns: + ConsoleDimensions: A named tuple containing the dimensions. + """ + + if self._width is not None and self._height is not None: + return ConsoleDimensions(self._width - self.legacy_windows, self._height) + + if self.is_dumb_terminal: + return ConsoleDimensions(80, 25) + + width: Optional[int] = None + height: Optional[int] = None + + if WINDOWS: # pragma: no cover + try: + width, height = os.get_terminal_size() + except (AttributeError, ValueError, OSError): # Probably not a terminal + pass + else: + for file_descriptor in _STD_STREAMS: + try: + width, height = os.get_terminal_size(file_descriptor) + except (AttributeError, ValueError, OSError): + pass + else: + break + + columns = self._environ.get("COLUMNS") + if columns is not None and columns.isdigit(): + width = int(columns) + lines = self._environ.get("LINES") + if lines is not None and lines.isdigit(): + height = int(lines) + + # get_terminal_size can report 0, 0 if run from pseudo-terminal + width = width or 80 + height = height or 25 + return ConsoleDimensions( + width - self.legacy_windows if self._width is None else self._width, + height if self._height is None else self._height, + ) + + @size.setter + def size(self, new_size: Tuple[int, int]) -> None: + """Set a new size for the terminal. + + Args: + new_size (Tuple[int, int]): New width and height. + """ + width, height = new_size + self._width = width + self._height = height + + @property + def width(self) -> int: + """Get the width of the console. + + Returns: + int: The width (in characters) of the console. + """ + return self.size.width + + @width.setter + def width(self, width: int) -> None: + """Set width. + + Args: + width (int): New width. + """ + self._width = width + + @property + def height(self) -> int: + """Get the height of the console. + + Returns: + int: The height (in lines) of the console. + """ + return self.size.height + + @height.setter + def height(self, height: int) -> None: + """Set height. + + Args: + height (int): new height. + """ + self._height = height + + def bell(self) -> None: + """Play a 'bell' sound (if supported by the terminal).""" + self.control(Control.bell()) + + def capture(self) -> Capture: + """A context manager to *capture* the result of print() or log() in a string, + rather than writing it to the console. + + Example: + >>> from rich.console import Console + >>> console = Console() + >>> with console.capture() as capture: + ... console.print("[bold magenta]Hello World[/]") + >>> print(capture.get()) + + Returns: + Capture: Context manager with disables writing to the terminal. + """ + capture = Capture(self) + return capture + + def pager( + self, pager: Optional[Pager] = None, styles: bool = False, links: bool = False + ) -> PagerContext: + """A context manager to display anything printed within a "pager". The pager application + is defined by the system and will typically support at least pressing a key to scroll. + + Args: + pager (Pager, optional): A pager object, or None to use :class:`~rich.pager.SystemPager`. Defaults to None. + styles (bool, optional): Show styles in pager. Defaults to False. + links (bool, optional): Show links in pager. Defaults to False. + + Example: + >>> from rich.console import Console + >>> from rich.__main__ import make_test_card + >>> console = Console() + >>> with console.pager(): + console.print(make_test_card()) + + Returns: + PagerContext: A context manager. + """ + return PagerContext(self, pager=pager, styles=styles, links=links) + + def line(self, count: int = 1) -> None: + """Write new line(s). + + Args: + count (int, optional): Number of new lines. Defaults to 1. + """ + + assert count >= 0, "count must be >= 0" + self.print(NewLine(count)) + + def clear(self, home: bool = True) -> None: + """Clear the screen. + + Args: + home (bool, optional): Also move the cursor to 'home' position. Defaults to True. + """ + if home: + self.control(Control.clear(), Control.home()) + else: + self.control(Control.clear()) + + def status( + self, + status: RenderableType, + *, + spinner: str = "dots", + spinner_style: StyleType = "status.spinner", + speed: float = 1.0, + refresh_per_second: float = 12.5, + ) -> "Status": + """Display a status and spinner. + + Args: + status (RenderableType): A status renderable (str or Text typically). + spinner (str, optional): Name of spinner animation (see python -m rich.spinner). Defaults to "dots". + spinner_style (StyleType, optional): Style of spinner. Defaults to "status.spinner". + speed (float, optional): Speed factor for spinner animation. Defaults to 1.0. + refresh_per_second (float, optional): Number of refreshes per second. Defaults to 12.5. + + Returns: + Status: A Status object that may be used as a context manager. + """ + from .status import Status + + status_renderable = Status( + status, + console=self, + spinner=spinner, + spinner_style=spinner_style, + speed=speed, + refresh_per_second=refresh_per_second, + ) + return status_renderable + + def show_cursor(self, show: bool = True) -> bool: + """Show or hide the cursor. + + Args: + show (bool, optional): Set visibility of the cursor. + """ + if self.is_terminal: + self.control(Control.show_cursor(show)) + return True + return False + + def set_alt_screen(self, enable: bool = True) -> bool: + """Enables alternative screen mode. + + Note, if you enable this mode, you should ensure that is disabled before + the application exits. See :meth:`~rich.Console.screen` for a context manager + that handles this for you. + + Args: + enable (bool, optional): Enable (True) or disable (False) alternate screen. Defaults to True. + + Returns: + bool: True if the control codes were written. + + """ + changed = False + if self.is_terminal and not self.legacy_windows: + self.control(Control.alt_screen(enable)) + changed = True + self._is_alt_screen = enable + return changed + + @property + def is_alt_screen(self) -> bool: + """Check if the alt screen was enabled. + + Returns: + bool: True if the alt screen was enabled, otherwise False. + """ + return self._is_alt_screen + + def set_window_title(self, title: str) -> bool: + """Set the title of the console terminal window. + + Warning: There is no means within Rich of "resetting" the window title to its + previous value, meaning the title you set will persist even after your application + exits. + + ``fish`` shell resets the window title before and after each command by default, + negating this issue. Windows Terminal and command prompt will also reset the title for you. + Most other shells and terminals, however, do not do this. + + Some terminals may require configuration changes before you can set the title. + Some terminals may not support setting the title at all. + + Other software (including the terminal itself, the shell, custom prompts, plugins, etc.) + may also set the terminal window title. This could result in whatever value you write + using this method being overwritten. + + Args: + title (str): The new title of the terminal window. + + Returns: + bool: True if the control code to change the terminal title was + written, otherwise False. Note that a return value of True + does not guarantee that the window title has actually changed, + since the feature may be unsupported/disabled in some terminals. + """ + if self.is_terminal: + self.control(Control.title(title)) + return True + return False + + def screen( + self, hide_cursor: bool = True, style: Optional[StyleType] = None + ) -> "ScreenContext": + """Context manager to enable and disable 'alternative screen' mode. + + Args: + hide_cursor (bool, optional): Also hide the cursor. Defaults to False. + style (Style, optional): Optional style for screen. Defaults to None. + + Returns: + ~ScreenContext: Context which enables alternate screen on enter, and disables it on exit. + """ + return ScreenContext(self, hide_cursor=hide_cursor, style=style or "") + + def measure( + self, renderable: RenderableType, *, options: Optional[ConsoleOptions] = None + ) -> Measurement: + """Measure a renderable. Returns a :class:`~rich.measure.Measurement` object which contains + information regarding the number of characters required to print the renderable. + + Args: + renderable (RenderableType): Any renderable or string. + options (Optional[ConsoleOptions], optional): Options to use when measuring, or None + to use default options. Defaults to None. + + Returns: + Measurement: A measurement of the renderable. + """ + measurement = Measurement.get(self, options or self.options, renderable) + return measurement + + def render( + self, renderable: RenderableType, options: Optional[ConsoleOptions] = None + ) -> Iterable[Segment]: + """Render an object in to an iterable of `Segment` instances. + + This method contains the logic for rendering objects with the console protocol. + You are unlikely to need to use it directly, unless you are extending the library. + + Args: + renderable (RenderableType): An object supporting the console protocol, or + an object that may be converted to a string. + options (ConsoleOptions, optional): An options object, or None to use self.options. Defaults to None. + + Returns: + Iterable[Segment]: An iterable of segments that may be rendered. + """ + + _options = options or self.options + if _options.max_width < 1: + # No space to render anything. This prevents potential recursion errors. + return + render_iterable: RenderResult + + renderable = rich_cast(renderable) + if hasattr(renderable, "__rich_console__") and not isclass(renderable): + render_iterable = renderable.__rich_console__(self, _options) # type: ignore[union-attr] + elif isinstance(renderable, str): + text_renderable = self.render_str( + renderable, highlight=_options.highlight, markup=_options.markup + ) + render_iterable = text_renderable.__rich_console__(self, _options) + else: + raise errors.NotRenderableError( + f"Unable to render {renderable!r}; " + "A str, Segment or object with __rich_console__ method is required" + ) + + try: + iter_render = iter(render_iterable) + except TypeError: + raise errors.NotRenderableError( + f"object {render_iterable!r} is not renderable" + ) + _Segment = Segment + _options = _options.reset_height() + for render_output in iter_render: + if isinstance(render_output, _Segment): + yield render_output + else: + yield from self.render(render_output, _options) + + def render_lines( + self, + renderable: RenderableType, + options: Optional[ConsoleOptions] = None, + *, + style: Optional[Style] = None, + pad: bool = True, + new_lines: bool = False, + ) -> List[List[Segment]]: + """Render objects in to a list of lines. + + The output of render_lines is useful when further formatting of rendered console text + is required, such as the Panel class which draws a border around any renderable object. + + Args: + renderable (RenderableType): Any object renderable in the console. + options (Optional[ConsoleOptions], optional): Console options, or None to use self.options. Default to ``None``. + style (Style, optional): Optional style to apply to renderables. Defaults to ``None``. + pad (bool, optional): Pad lines shorter than render width. Defaults to ``True``. + new_lines (bool, optional): Include "\n" characters at end of lines. + + Returns: + List[List[Segment]]: A list of lines, where a line is a list of Segment objects. + """ + with self._lock: + render_options = options or self.options + _rendered = self.render(renderable, render_options) + if style: + _rendered = Segment.apply_style(_rendered, style) + + render_height = render_options.height + if render_height is not None: + render_height = max(0, render_height) + + lines = list( + islice( + Segment.split_and_crop_lines( + _rendered, + render_options.max_width, + include_new_lines=new_lines, + pad=pad, + style=style, + ), + None, + render_height, + ) + ) + if render_options.height is not None: + extra_lines = render_options.height - len(lines) + if extra_lines > 0: + pad_line = [ + [Segment(" " * render_options.max_width, style), Segment("\n")] + if new_lines + else [Segment(" " * render_options.max_width, style)] + ] + lines.extend(pad_line * extra_lines) + + return lines + + def render_str( + self, + text: str, + *, + style: Union[str, Style] = "", + justify: Optional[JustifyMethod] = None, + overflow: Optional[OverflowMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + highlighter: Optional[HighlighterType] = None, + ) -> "Text": + """Convert a string to a Text instance. This is called automatically if + you print or log a string. + + Args: + text (str): Text to render. + style (Union[str, Style], optional): Style to apply to rendered text. + justify (str, optional): Justify method: "default", "left", "center", "full", or "right". Defaults to ``None``. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji, or ``None`` to use Console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use Console default. + highlight (Optional[bool], optional): Enable highlighting, or ``None`` to use Console default. + highlighter (HighlighterType, optional): Optional highlighter to apply. + Returns: + ConsoleRenderable: Renderable object. + + """ + emoji_enabled = emoji or (emoji is None and self._emoji) + markup_enabled = markup or (markup is None and self._markup) + highlight_enabled = highlight or (highlight is None and self._highlight) + + if markup_enabled: + rich_text = render_markup( + text, + style=style, + emoji=emoji_enabled, + emoji_variant=self._emoji_variant, + ) + rich_text.justify = justify + rich_text.overflow = overflow + else: + rich_text = Text( + _emoji_replace(text, default_variant=self._emoji_variant) + if emoji_enabled + else text, + justify=justify, + overflow=overflow, + style=style, + ) + + _highlighter = (highlighter or self.highlighter) if highlight_enabled else None + if _highlighter is not None: + highlight_text = _highlighter(str(rich_text)) + highlight_text.copy_styles(rich_text) + return highlight_text + + return rich_text + + def get_style( + self, name: Union[str, Style], *, default: Optional[Union[Style, str]] = None + ) -> Style: + """Get a Style instance by its theme name or parse a definition. + + Args: + name (str): The name of a style or a style definition. + + Returns: + Style: A Style object. + + Raises: + MissingStyle: If no style could be parsed from name. + + """ + if isinstance(name, Style): + return name + + try: + style = self._theme_stack.get(name) + if style is None: + style = Style.parse(name) + return style.copy() if style.link else style + except errors.StyleSyntaxError as error: + if default is not None: + return self.get_style(default) + raise errors.MissingStyle( + f"Failed to get style {name!r}; {error}" + ) from None + + def _collect_renderables( + self, + objects: Iterable[Any], + sep: str, + end: str, + *, + justify: Optional[JustifyMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + ) -> List[ConsoleRenderable]: + """Combine a number of renderables and text into one renderable. + + Args: + objects (Iterable[Any]): Anything that Rich can render. + sep (str): String to write between print data. + end (str): String to write at end of print data. + justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. + + Returns: + List[ConsoleRenderable]: A list of things to render. + """ + renderables: List[ConsoleRenderable] = [] + _append = renderables.append + text: List[Text] = [] + append_text = text.append + + append = _append + if justify in ("left", "center", "right"): + + def align_append(renderable: RenderableType) -> None: + _append(Align(renderable, cast(AlignMethod, justify))) + + append = align_append + + _highlighter: HighlighterType = _null_highlighter + if highlight or (highlight is None and self._highlight): + _highlighter = self.highlighter + + def check_text() -> None: + if text: + sep_text = Text(sep, justify=justify, end=end) + append(sep_text.join(text)) + text.clear() + + for renderable in objects: + renderable = rich_cast(renderable) + if isinstance(renderable, str): + append_text( + self.render_str( + renderable, emoji=emoji, markup=markup, highlighter=_highlighter + ) + ) + elif isinstance(renderable, Text): + append_text(renderable) + elif isinstance(renderable, ConsoleRenderable): + check_text() + append(renderable) + elif is_expandable(renderable): + check_text() + append(Pretty(renderable, highlighter=_highlighter)) + else: + append_text(_highlighter(str(renderable))) + + check_text() + + if self.style is not None: + style = self.get_style(self.style) + renderables = [Styled(renderable, style) for renderable in renderables] + + return renderables + + def rule( + self, + title: TextType = "", + *, + characters: str = "─", + style: Union[str, Style] = "rule.line", + align: AlignMethod = "center", + ) -> None: + """Draw a line with optional centered title. + + Args: + title (str, optional): Text to render over the rule. Defaults to "". + characters (str, optional): Character(s) to form the line. Defaults to "─". + style (str, optional): Style of line. Defaults to "rule.line". + align (str, optional): How to align the title, one of "left", "center", or "right". Defaults to "center". + """ + from .rule import Rule + + rule = Rule(title=title, characters=characters, style=style, align=align) + self.print(rule) + + def control(self, *control: Control) -> None: + """Insert non-printing control codes. + + Args: + control_codes (str): Control codes, such as those that may move the cursor. + """ + if not self.is_dumb_terminal: + with self: + self._buffer.extend(_control.segment for _control in control) + + def out( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + highlight: Optional[bool] = None, + ) -> None: + """Output to the terminal. This is a low-level way of writing to the terminal which unlike + :meth:`~rich.console.Console.print` won't pretty print, wrap text, or apply markup, but will + optionally apply highlighting and a basic style. + + Args: + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use + console default. Defaults to ``None``. + """ + raw_output: str = sep.join(str(_object) for _object in objects) + self.print( + raw_output, + style=style, + highlight=highlight, + emoji=False, + markup=False, + no_wrap=True, + overflow="ignore", + crop=False, + end=end, + ) + + def print( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + justify: Optional[JustifyMethod] = None, + overflow: Optional[OverflowMethod] = None, + no_wrap: Optional[bool] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + width: Optional[int] = None, + height: Optional[int] = None, + crop: bool = True, + soft_wrap: Optional[bool] = None, + new_line_start: bool = False, + ) -> None: + """Print to the console. + + Args: + objects (positional args): Objects to log to the terminal. + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + justify (str, optional): Justify method: "default", "left", "right", "center", or "full". Defaults to ``None``. + overflow (str, optional): Overflow method: "ignore", "crop", "fold", or "ellipsis". Defaults to None. + no_wrap (Optional[bool], optional): Disable word wrapping. Defaults to None. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to ``None``. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to ``None``. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to ``None``. + width (Optional[int], optional): Width of output, or ``None`` to auto-detect. Defaults to ``None``. + crop (Optional[bool], optional): Crop output to width of terminal. Defaults to True. + soft_wrap (bool, optional): Enable soft wrap mode which disables word wrapping and cropping of text or ``None`` for + Console default. Defaults to ``None``. + new_line_start (bool, False): Insert a new line at the start if the output contains more than one line. Defaults to ``False``. + """ + if not objects: + objects = (NewLine(),) + + if soft_wrap is None: + soft_wrap = self.soft_wrap + if soft_wrap: + if no_wrap is None: + no_wrap = True + if overflow is None: + overflow = "ignore" + crop = False + render_hooks = self._render_hooks[:] + with self: + renderables = self._collect_renderables( + objects, + sep, + end, + justify=justify, + emoji=emoji, + markup=markup, + highlight=highlight, + ) + for hook in render_hooks: + renderables = hook.process_renderables(renderables) + render_options = self.options.update( + justify=justify, + overflow=overflow, + width=min(width, self.width) if width is not None else NO_CHANGE, + height=height, + no_wrap=no_wrap, + markup=markup, + highlight=highlight, + ) + + new_segments: List[Segment] = [] + extend = new_segments.extend + render = self.render + if style is None: + for renderable in renderables: + extend(render(renderable, render_options)) + else: + for renderable in renderables: + extend( + Segment.apply_style( + render(renderable, render_options), self.get_style(style) + ) + ) + if new_line_start: + if ( + len("".join(segment.text for segment in new_segments).splitlines()) + > 1 + ): + new_segments.insert(0, Segment.line()) + if crop: + buffer_extend = self._buffer.extend + for line in Segment.split_and_crop_lines( + new_segments, self.width, pad=False + ): + buffer_extend(line) + else: + self._buffer.extend(new_segments) + + def print_json( + self, + json: Optional[str] = None, + *, + data: Any = None, + indent: Union[None, int, str] = 2, + highlight: bool = True, + skip_keys: bool = False, + ensure_ascii: bool = False, + check_circular: bool = True, + allow_nan: bool = True, + default: Optional[Callable[[Any], Any]] = None, + sort_keys: bool = False, + ) -> None: + """Pretty prints JSON. Output will be valid JSON. + + Args: + json (Optional[str]): A string containing JSON. + data (Any): If json is not supplied, then encode this data. + indent (Union[None, int, str], optional): Number of spaces to indent. Defaults to 2. + highlight (bool, optional): Enable highlighting of output: Defaults to True. + skip_keys (bool, optional): Skip keys not of a basic type. Defaults to False. + ensure_ascii (bool, optional): Escape all non-ascii characters. Defaults to False. + check_circular (bool, optional): Check for circular references. Defaults to True. + allow_nan (bool, optional): Allow NaN and Infinity values. Defaults to True. + default (Callable, optional): A callable that converts values that can not be encoded + in to something that can be JSON encoded. Defaults to None. + sort_keys (bool, optional): Sort dictionary keys. Defaults to False. + """ + from pip._vendor.rich.json import JSON + + if json is None: + json_renderable = JSON.from_data( + data, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + else: + if not isinstance(json, str): + raise TypeError( + f"json must be str. Did you mean print_json(data={json!r}) ?" + ) + json_renderable = JSON( + json, + indent=indent, + highlight=highlight, + skip_keys=skip_keys, + ensure_ascii=ensure_ascii, + check_circular=check_circular, + allow_nan=allow_nan, + default=default, + sort_keys=sort_keys, + ) + self.print(json_renderable, soft_wrap=True) + + def update_screen( + self, + renderable: RenderableType, + *, + region: Optional[Region] = None, + options: Optional[ConsoleOptions] = None, + ) -> None: + """Update the screen at a given offset. + + Args: + renderable (RenderableType): A Rich renderable. + region (Region, optional): Region of screen to update, or None for entire screen. Defaults to None. + x (int, optional): x offset. Defaults to 0. + y (int, optional): y offset. Defaults to 0. + + Raises: + errors.NoAltScreen: If the Console isn't in alt screen mode. + + """ + if not self.is_alt_screen: + raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") + render_options = options or self.options + if region is None: + x = y = 0 + render_options = render_options.update_dimensions( + render_options.max_width, render_options.height or self.height + ) + else: + x, y, width, height = region + render_options = render_options.update_dimensions(width, height) + + lines = self.render_lines(renderable, options=render_options) + self.update_screen_lines(lines, x, y) + + def update_screen_lines( + self, lines: List[List[Segment]], x: int = 0, y: int = 0 + ) -> None: + """Update lines of the screen at a given offset. + + Args: + lines (List[List[Segment]]): Rendered lines (as produced by :meth:`~rich.Console.render_lines`). + x (int, optional): x offset (column no). Defaults to 0. + y (int, optional): y offset (column no). Defaults to 0. + + Raises: + errors.NoAltScreen: If the Console isn't in alt screen mode. + """ + if not self.is_alt_screen: + raise errors.NoAltScreen("Alt screen must be enabled to call update_screen") + screen_update = ScreenUpdate(lines, x, y) + segments = self.render(screen_update) + self._buffer.extend(segments) + self._check_buffer() + + def print_exception( + self, + *, + width: Optional[int] = 100, + extra_lines: int = 3, + theme: Optional[str] = None, + word_wrap: bool = False, + show_locals: bool = False, + suppress: Iterable[Union[str, ModuleType]] = (), + max_frames: int = 100, + ) -> None: + """Prints a rich render of the last exception and traceback. + + Args: + width (Optional[int], optional): Number of characters used to render code. Defaults to 100. + extra_lines (int, optional): Additional lines of code to render. Defaults to 3. + theme (str, optional): Override pygments theme used in traceback + word_wrap (bool, optional): Enable word wrapping of long lines. Defaults to False. + show_locals (bool, optional): Enable display of local variables. Defaults to False. + suppress (Iterable[Union[str, ModuleType]]): Optional sequence of modules or paths to exclude from traceback. + max_frames (int): Maximum number of frames to show in a traceback, 0 for no maximum. Defaults to 100. + """ + from .traceback import Traceback + + traceback = Traceback( + width=width, + extra_lines=extra_lines, + theme=theme, + word_wrap=word_wrap, + show_locals=show_locals, + suppress=suppress, + max_frames=max_frames, + ) + self.print(traceback) + + @staticmethod + def _caller_frame_info( + offset: int, + currentframe: Callable[[], Optional[FrameType]] = inspect.currentframe, + ) -> Tuple[str, int, Dict[str, Any]]: + """Get caller frame information. + + Args: + offset (int): the caller offset within the current frame stack. + currentframe (Callable[[], Optional[FrameType]], optional): the callable to use to + retrieve the current frame. Defaults to ``inspect.currentframe``. + + Returns: + Tuple[str, int, Dict[str, Any]]: A tuple containing the filename, the line number and + the dictionary of local variables associated with the caller frame. + + Raises: + RuntimeError: If the stack offset is invalid. + """ + # Ignore the frame of this local helper + offset += 1 + + frame = currentframe() + if frame is not None: + # Use the faster currentframe where implemented + while offset and frame is not None: + frame = frame.f_back + offset -= 1 + assert frame is not None + return frame.f_code.co_filename, frame.f_lineno, frame.f_locals + else: + # Fallback to the slower stack + frame_info = inspect.stack()[offset] + return frame_info.filename, frame_info.lineno, frame_info.frame.f_locals + + def log( + self, + *objects: Any, + sep: str = " ", + end: str = "\n", + style: Optional[Union[str, Style]] = None, + justify: Optional[JustifyMethod] = None, + emoji: Optional[bool] = None, + markup: Optional[bool] = None, + highlight: Optional[bool] = None, + log_locals: bool = False, + _stack_offset: int = 1, + ) -> None: + """Log rich content to the terminal. + + Args: + objects (positional args): Objects to log to the terminal. + sep (str, optional): String to write between print data. Defaults to " ". + end (str, optional): String to write at end of print data. Defaults to "\\\\n". + style (Union[str, Style], optional): A style to apply to output. Defaults to None. + justify (str, optional): One of "left", "right", "center", or "full". Defaults to ``None``. + overflow (str, optional): Overflow method: "crop", "fold", or "ellipsis". Defaults to None. + emoji (Optional[bool], optional): Enable emoji code, or ``None`` to use console default. Defaults to None. + markup (Optional[bool], optional): Enable markup, or ``None`` to use console default. Defaults to None. + highlight (Optional[bool], optional): Enable automatic highlighting, or ``None`` to use console default. Defaults to None. + log_locals (bool, optional): Boolean to enable logging of locals where ``log()`` + was called. Defaults to False. + _stack_offset (int, optional): Offset of caller from end of call stack. Defaults to 1. + """ + if not objects: + objects = (NewLine(),) + + render_hooks = self._render_hooks[:] + + with self: + renderables = self._collect_renderables( + objects, + sep, + end, + justify=justify, + emoji=emoji, + markup=markup, + highlight=highlight, + ) + if style is not None: + renderables = [Styled(renderable, style) for renderable in renderables] + + filename, line_no, locals = self._caller_frame_info(_stack_offset) + link_path = None if filename.startswith("<") else os.path.abspath(filename) + path = filename.rpartition(os.sep)[-1] + if log_locals: + locals_map = { + key: value + for key, value in locals.items() + if not key.startswith("__") + } + renderables.append(render_scope(locals_map, title="[i]locals")) + + renderables = [ + self._log_render( + self, + renderables, + log_time=self.get_datetime(), + path=path, + line_no=line_no, + link_path=link_path, + ) + ] + for hook in render_hooks: + renderables = hook.process_renderables(renderables) + new_segments: List[Segment] = [] + extend = new_segments.extend + render = self.render + render_options = self.options + for renderable in renderables: + extend(render(renderable, render_options)) + buffer_extend = self._buffer.extend + for line in Segment.split_and_crop_lines( + new_segments, self.width, pad=False + ): + buffer_extend(line) + + def _check_buffer(self) -> None: + """Check if the buffer may be rendered. Render it if it can (e.g. Console.quiet is False) + Rendering is supported on Windows, Unix and Jupyter environments. For + legacy Windows consoles, the win32 API is called directly. + This method will also record what it renders if recording is enabled via Console.record. + """ + if self.quiet: + del self._buffer[:] + return + with self._lock: + if self.record: + with self._record_buffer_lock: + self._record_buffer.extend(self._buffer[:]) + + if self._buffer_index == 0: + if self.is_jupyter: # pragma: no cover + from .jupyter import display + + display(self._buffer, self._render_buffer(self._buffer[:])) + del self._buffer[:] + else: + if WINDOWS: + use_legacy_windows_render = False + if self.legacy_windows: + fileno = get_fileno(self.file) + if fileno is not None: + use_legacy_windows_render = ( + fileno in _STD_STREAMS_OUTPUT + ) + + if use_legacy_windows_render: + from pip._vendor.rich._win32_console import LegacyWindowsTerm + from pip._vendor.rich._windows_renderer import legacy_windows_render + + buffer = self._buffer[:] + if self.no_color and self._color_system: + buffer = list(Segment.remove_color(buffer)) + + legacy_windows_render(buffer, LegacyWindowsTerm(self.file)) + else: + # Either a non-std stream on legacy Windows, or modern Windows. + text = self._render_buffer(self._buffer[:]) + # https://bugs.python.org/issue37871 + # https://github.com/python/cpython/issues/82052 + # We need to avoid writing more than 32Kb in a single write, due to the above bug + write = self.file.write + # Worse case scenario, every character is 4 bytes of utf-8 + MAX_WRITE = 32 * 1024 // 4 + try: + if len(text) <= MAX_WRITE: + write(text) + else: + batch: List[str] = [] + batch_append = batch.append + size = 0 + for line in text.splitlines(True): + if size + len(line) > MAX_WRITE and batch: + write("".join(batch)) + batch.clear() + size = 0 + batch_append(line) + size += len(line) + if batch: + write("".join(batch)) + batch.clear() + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + else: + text = self._render_buffer(self._buffer[:]) + try: + self.file.write(text) + except UnicodeEncodeError as error: + error.reason = f"{error.reason}\n*** You may need to add PYTHONIOENCODING=utf-8 to your environment ***" + raise + + self.file.flush() + del self._buffer[:] + + def _render_buffer(self, buffer: Iterable[Segment]) -> str: + """Render buffered output, and clear buffer.""" + output: List[str] = [] + append = output.append + color_system = self._color_system + legacy_windows = self.legacy_windows + not_terminal = not self.is_terminal + if self.no_color and color_system: + buffer = Segment.remove_color(buffer) + for text, style, control in buffer: + if style: + append( + style.render( + text, + color_system=color_system, + legacy_windows=legacy_windows, + ) + ) + elif not (not_terminal and control): + append(text) + + rendered = "".join(output) + return rendered + + def input( + self, + prompt: TextType = "", + *, + markup: bool = True, + emoji: bool = True, + password: bool = False, + stream: Optional[TextIO] = None, + ) -> str: + """Displays a prompt and waits for input from the user. The prompt may contain color / style. + + It works in the same way as Python's builtin :func:`input` function and provides elaborate line editing and history features if Python's builtin :mod:`readline` module is previously loaded. + + Args: + prompt (Union[str, Text]): Text to render in the prompt. + markup (bool, optional): Enable console markup (requires a str prompt). Defaults to True. + emoji (bool, optional): Enable emoji (requires a str prompt). Defaults to True. + password: (bool, optional): Hide typed text. Defaults to False. + stream: (TextIO, optional): Optional file to read input from (rather than stdin). Defaults to None. + + Returns: + str: Text read from stdin. + """ + if prompt: + self.print(prompt, markup=markup, emoji=emoji, end="") + if password: + result = getpass("", stream=stream) + else: + if stream: + result = stream.readline() + else: + result = input() + return result + + def export_text(self, *, clear: bool = True, styles: bool = False) -> str: + """Generate text from console contents (requires record=True argument in constructor). + + Args: + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi escape codes will be included. ``False`` for plain text. + Defaults to ``False``. + + Returns: + str: String containing console contents. + + """ + assert ( + self.record + ), "To export console contents set record=True in the constructor or instance" + + with self._record_buffer_lock: + if styles: + text = "".join( + (style.render(text) if style else text) + for text, style, _ in self._record_buffer + ) + else: + text = "".join( + segment.text + for segment in self._record_buffer + if not segment.control + ) + if clear: + del self._record_buffer[:] + return text + + def save_text(self, path: str, *, clear: bool = True, styles: bool = False) -> None: + """Generate text from console and save to a given location (requires record=True argument in constructor). + + Args: + path (str): Path to write text files. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + styles (bool, optional): If ``True``, ansi style codes will be included. ``False`` for plain text. + Defaults to ``False``. + + """ + text = self.export_text(clear=clear, styles=styles) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(text) + + def export_html( + self, + *, + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: Optional[str] = None, + inline_styles: bool = False, + ) -> str: + """Generate HTML from console contents (requires record=True argument in constructor). + + Args: + theme (TerminalTheme, optional): TerminalTheme object containing console colors. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + code_format (str, optional): Format string to render HTML. In addition to '{foreground}', + '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. + inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files + larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. + Defaults to False. + + Returns: + str: String containing console contents as HTML. + """ + assert ( + self.record + ), "To export console contents set record=True in the constructor or instance" + fragments: List[str] = [] + append = fragments.append + _theme = theme or DEFAULT_TERMINAL_THEME + stylesheet = "" + + render_code_format = CONSOLE_HTML_FORMAT if code_format is None else code_format + + with self._record_buffer_lock: + if inline_styles: + for text, style, _ in Segment.filter_control( + Segment.simplify(self._record_buffer) + ): + text = escape(text) + if style: + rule = style.get_html_style(_theme) + if style.link: + text = f'{text}' + text = f'{text}' if rule else text + append(text) + else: + styles: Dict[str, int] = {} + for text, style, _ in Segment.filter_control( + Segment.simplify(self._record_buffer) + ): + text = escape(text) + if style: + rule = style.get_html_style(_theme) + style_number = styles.setdefault(rule, len(styles) + 1) + if style.link: + text = f'{text}' + else: + text = f'{text}' + append(text) + stylesheet_rules: List[str] = [] + stylesheet_append = stylesheet_rules.append + for style_rule, style_number in styles.items(): + if style_rule: + stylesheet_append(f".r{style_number} {{{style_rule}}}") + stylesheet = "\n".join(stylesheet_rules) + + rendered_code = render_code_format.format( + code="".join(fragments), + stylesheet=stylesheet, + foreground=_theme.foreground_color.hex, + background=_theme.background_color.hex, + ) + if clear: + del self._record_buffer[:] + return rendered_code + + def save_html( + self, + path: str, + *, + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_HTML_FORMAT, + inline_styles: bool = False, + ) -> None: + """Generate HTML from console contents and write to a file (requires record=True argument in constructor). + + Args: + path (str): Path to write html file. + theme (TerminalTheme, optional): TerminalTheme object containing console colors. + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True``. + code_format (str, optional): Format string to render HTML. In addition to '{foreground}', + '{background}', and '{code}', should contain '{stylesheet}' if inline_styles is ``False``. + inline_styles (bool, optional): If ``True`` styles will be inlined in to spans, which makes files + larger but easier to cut and paste markup. If ``False``, styles will be embedded in a style tag. + Defaults to False. + + """ + html = self.export_html( + theme=theme, + clear=clear, + code_format=code_format, + inline_styles=inline_styles, + ) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(html) + + def export_svg( + self, + *, + title: str = "Rich", + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_SVG_FORMAT, + font_aspect_ratio: float = 0.61, + unique_id: Optional[str] = None, + ) -> str: + """ + Generate an SVG from the console contents (requires record=True in Console constructor). + + Args: + title (str, optional): The title of the tab in the output image + theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` + code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables + into the string in order to form the final SVG output. The default template used and the variables + injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. + font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` + string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). + If you aren't specifying a different font inside ``code_format``, you probably don't need this. + unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node + ids). If not set, this defaults to a computed value based on the recorded content. + """ + + from pip._vendor.rich.cells import cell_len + + style_cache: Dict[Style, str] = {} + + def get_svg_style(style: Style) -> str: + """Convert a Style to CSS rules for SVG.""" + if style in style_cache: + return style_cache[style] + css_rules = [] + color = ( + _theme.foreground_color + if (style.color is None or style.color.is_default) + else style.color.get_truecolor(_theme) + ) + bgcolor = ( + _theme.background_color + if (style.bgcolor is None or style.bgcolor.is_default) + else style.bgcolor.get_truecolor(_theme) + ) + if style.reverse: + color, bgcolor = bgcolor, color + if style.dim: + color = blend_rgb(color, bgcolor, 0.4) + css_rules.append(f"fill: {color.hex}") + if style.bold: + css_rules.append("font-weight: bold") + if style.italic: + css_rules.append("font-style: italic;") + if style.underline: + css_rules.append("text-decoration: underline;") + if style.strike: + css_rules.append("text-decoration: line-through;") + + css = ";".join(css_rules) + style_cache[style] = css + return css + + _theme = theme or SVG_EXPORT_THEME + + width = self.width + char_height = 20 + char_width = char_height * font_aspect_ratio + line_height = char_height * 1.22 + + margin_top = 1 + margin_right = 1 + margin_bottom = 1 + margin_left = 1 + + padding_top = 40 + padding_right = 8 + padding_bottom = 8 + padding_left = 8 + + padding_width = padding_left + padding_right + padding_height = padding_top + padding_bottom + margin_width = margin_left + margin_right + margin_height = margin_top + margin_bottom + + text_backgrounds: List[str] = [] + text_group: List[str] = [] + classes: Dict[str, int] = {} + style_no = 1 + + def escape_text(text: str) -> str: + """HTML escape text and replace spaces with nbsp.""" + return escape(text).replace(" ", " ") + + def make_tag( + name: str, content: Optional[str] = None, **attribs: object + ) -> str: + """Make a tag from name, content, and attributes.""" + + def stringify(value: object) -> str: + if isinstance(value, (float)): + return format(value, "g") + return str(value) + + tag_attribs = " ".join( + f'{k.lstrip("_").replace("_", "-")}="{stringify(v)}"' + for k, v in attribs.items() + ) + return ( + f"<{name} {tag_attribs}>{content}" + if content + else f"<{name} {tag_attribs}/>" + ) + + with self._record_buffer_lock: + segments = list(Segment.filter_control(self._record_buffer)) + if clear: + self._record_buffer.clear() + + if unique_id is None: + unique_id = "terminal-" + str( + zlib.adler32( + ("".join(repr(segment) for segment in segments)).encode( + "utf-8", + "ignore", + ) + + title.encode("utf-8", "ignore") + ) + ) + y = 0 + for y, line in enumerate(Segment.split_and_crop_lines(segments, length=width)): + x = 0 + for text, style, _control in line: + style = style or Style() + rules = get_svg_style(style) + if rules not in classes: + classes[rules] = style_no + style_no += 1 + class_name = f"r{classes[rules]}" + + if style.reverse: + has_background = True + background = ( + _theme.foreground_color.hex + if style.color is None + else style.color.get_truecolor(_theme).hex + ) + else: + bgcolor = style.bgcolor + has_background = bgcolor is not None and not bgcolor.is_default + background = ( + _theme.background_color.hex + if style.bgcolor is None + else style.bgcolor.get_truecolor(_theme).hex + ) + + text_length = cell_len(text) + if has_background: + text_backgrounds.append( + make_tag( + "rect", + fill=background, + x=x * char_width, + y=y * line_height + 1.5, + width=char_width * text_length, + height=line_height + 0.25, + shape_rendering="crispEdges", + ) + ) + + if text != " " * len(text): + text_group.append( + make_tag( + "text", + escape_text(text), + _class=f"{unique_id}-{class_name}", + x=x * char_width, + y=y * line_height + char_height, + textLength=char_width * len(text), + clip_path=f"url(#{unique_id}-line-{y})", + ) + ) + x += cell_len(text) + + line_offsets = [line_no * line_height + 1.5 for line_no in range(y)] + lines = "\n".join( + f""" + {make_tag("rect", x=0, y=offset, width=char_width * width, height=line_height + 0.25)} + """ + for line_no, offset in enumerate(line_offsets) + ) + + styles = "\n".join( + f".{unique_id}-r{rule_no} {{ {css} }}" for css, rule_no in classes.items() + ) + backgrounds = "".join(text_backgrounds) + matrix = "".join(text_group) + + terminal_width = ceil(width * char_width + padding_width) + terminal_height = (y + 1) * line_height + padding_height + chrome = make_tag( + "rect", + fill=_theme.background_color.hex, + stroke="rgba(255,255,255,0.35)", + stroke_width="1", + x=margin_left, + y=margin_top, + width=terminal_width, + height=terminal_height, + rx=8, + ) + + title_color = _theme.foreground_color.hex + if title: + chrome += make_tag( + "text", + escape_text(title), + _class=f"{unique_id}-title", + fill=title_color, + text_anchor="middle", + x=terminal_width // 2, + y=margin_top + char_height + 6, + ) + chrome += f""" + + + + + + """ + + svg = code_format.format( + unique_id=unique_id, + char_width=char_width, + char_height=char_height, + line_height=line_height, + terminal_width=char_width * width - 1, + terminal_height=(y + 1) * line_height - 1, + width=terminal_width + margin_width, + height=terminal_height + margin_height, + terminal_x=margin_left + padding_left, + terminal_y=margin_top + padding_top, + styles=styles, + chrome=chrome, + backgrounds=backgrounds, + matrix=matrix, + lines=lines, + ) + return svg + + def save_svg( + self, + path: str, + *, + title: str = "Rich", + theme: Optional[TerminalTheme] = None, + clear: bool = True, + code_format: str = CONSOLE_SVG_FORMAT, + font_aspect_ratio: float = 0.61, + unique_id: Optional[str] = None, + ) -> None: + """Generate an SVG file from the console contents (requires record=True in Console constructor). + + Args: + path (str): The path to write the SVG to. + title (str, optional): The title of the tab in the output image + theme (TerminalTheme, optional): The ``TerminalTheme`` object to use to style the terminal + clear (bool, optional): Clear record buffer after exporting. Defaults to ``True`` + code_format (str, optional): Format string used to generate the SVG. Rich will inject a number of variables + into the string in order to form the final SVG output. The default template used and the variables + injected by Rich can be found by inspecting the ``console.CONSOLE_SVG_FORMAT`` variable. + font_aspect_ratio (float, optional): The width to height ratio of the font used in the ``code_format`` + string. Defaults to 0.61, which is the width to height ratio of Fira Code (the default font). + If you aren't specifying a different font inside ``code_format``, you probably don't need this. + unique_id (str, optional): unique id that is used as the prefix for various elements (CSS styles, node + ids). If not set, this defaults to a computed value based on the recorded content. + """ + svg = self.export_svg( + title=title, + theme=theme, + clear=clear, + code_format=code_format, + font_aspect_ratio=font_aspect_ratio, + unique_id=unique_id, + ) + with open(path, "wt", encoding="utf-8") as write_file: + write_file.write(svg) + + +def _svg_hash(svg_main_code: str) -> str: + """Returns a unique hash for the given SVG main code. + + Args: + svg_main_code (str): The content we're going to inject in the SVG envelope. + + Returns: + str: a hash of the given content + """ + return str(zlib.adler32(svg_main_code.encode())) + + +if __name__ == "__main__": # pragma: no cover + console = Console(record=True) + + console.log( + "JSONRPC [i]request[/i]", + 5, + 1.3, + True, + False, + None, + { + "jsonrpc": "2.0", + "method": "subtract", + "params": {"minuend": 42, "subtrahend": 23}, + "id": 3, + }, + ) + + console.log("Hello, World!", "{'a': 1}", repr(console)) + + console.print( + { + "name": None, + "empty": [], + "quiz": { + "sport": { + "answered": True, + "q1": { + "question": "Which one is correct team name in NBA?", + "options": [ + "New York Bulls", + "Los Angeles Kings", + "Golden State Warriors", + "Huston Rocket", + ], + "answer": "Huston Rocket", + }, + }, + "maths": { + "answered": False, + "q1": { + "question": "5 + 7 = ?", + "options": [10, 11, 12, 13], + "answer": 12, + }, + "q2": { + "question": "12 - 8 = ?", + "options": [1, 2, 3, 4], + "answer": 4, + }, + }, + }, + } + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py new file mode 100644 index 0000000..65fdf56 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/containers.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/containers.py new file mode 100644 index 0000000..e29cf36 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/containers.py @@ -0,0 +1,167 @@ +from itertools import zip_longest +from typing import ( + Iterator, + Iterable, + List, + Optional, + Union, + overload, + TypeVar, + TYPE_CHECKING, +) + +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 characters 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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/control.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/control.py new file mode 100644 index 0000000..88fcb92 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py new file mode 100644 index 0000000..dca3719 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py @@ -0,0 +1,190 @@ +from typing import Dict + +from .style import Style + +DEFAULT_STYLES: Dict[str, Style] = { + "none": Style.null(), + "reset": Style( + color="default", + bgcolor="default", + dim=False, + bold=False, + italic=False, + underline=False, + blink=False, + blink2=False, + reverse=False, + conceal=False, + strike=False, + ), + "dim": Style(dim=True), + "bright": Style(dim=False), + "bold": Style(bold=True), + "strong": Style(bold=True), + "code": Style(reverse=True, bold=True), + "italic": Style(italic=True), + "emphasize": Style(italic=True), + "underline": Style(underline=True), + "blink": Style(blink=True), + "blink2": Style(blink2=True), + "reverse": Style(reverse=True), + "strike": Style(strike=True), + "black": Style(color="black"), + "red": Style(color="red"), + "green": Style(color="green"), + "yellow": Style(color="yellow"), + "magenta": Style(color="magenta"), + "cyan": Style(color="cyan"), + "white": Style(color="white"), + "inspect.attr": Style(color="yellow", italic=True), + "inspect.attr.dunder": Style(color="yellow", italic=True, dim=True), + "inspect.callable": Style(bold=True, color="red"), + "inspect.async_def": Style(italic=True, color="bright_cyan"), + "inspect.def": Style(italic=True, color="bright_cyan"), + "inspect.class": Style(italic=True, color="bright_cyan"), + "inspect.error": Style(bold=True, color="red"), + "inspect.equals": Style(), + "inspect.help": Style(color="cyan"), + "inspect.doc": Style(dim=True), + "inspect.value.border": Style(color="green"), + "live.ellipsis": Style(bold=True, color="red"), + "layout.tree.row": Style(dim=False, color="red"), + "layout.tree.column": Style(dim=False, color="blue"), + "logging.keyword": Style(bold=True, color="yellow"), + "logging.level.notset": Style(dim=True), + "logging.level.debug": Style(color="green"), + "logging.level.info": Style(color="blue"), + "logging.level.warning": Style(color="red"), + "logging.level.error": Style(color="red", bold=True), + "logging.level.critical": Style(color="red", bold=True, reverse=True), + "log.level": Style.null(), + "log.time": Style(color="cyan", dim=True), + "log.message": Style.null(), + "log.path": Style(dim=True), + "repr.ellipsis": Style(color="yellow"), + "repr.indent": Style(color="green", dim=True), + "repr.error": Style(color="red", bold=True), + "repr.str": Style(color="green", italic=False, bold=False), + "repr.brace": Style(bold=True), + "repr.comma": Style(bold=True), + "repr.ipv4": Style(bold=True, color="bright_green"), + "repr.ipv6": Style(bold=True, color="bright_green"), + "repr.eui48": Style(bold=True, color="bright_green"), + "repr.eui64": Style(bold=True, color="bright_green"), + "repr.tag_start": Style(bold=True), + "repr.tag_name": Style(color="bright_magenta", bold=True), + "repr.tag_contents": Style(color="default"), + "repr.tag_end": Style(bold=True), + "repr.attrib_name": Style(color="yellow", italic=False), + "repr.attrib_equal": Style(bold=True), + "repr.attrib_value": Style(color="magenta", italic=False), + "repr.number": Style(color="cyan", bold=True, italic=False), + "repr.number_complex": Style(color="cyan", bold=True, italic=False), # same + "repr.bool_true": Style(color="bright_green", italic=True), + "repr.bool_false": Style(color="bright_red", italic=True), + "repr.none": Style(color="magenta", italic=True), + "repr.url": Style(underline=True, color="bright_blue", italic=False, bold=False), + "repr.uuid": Style(color="bright_yellow", bold=False), + "repr.call": Style(color="magenta", bold=True), + "repr.path": Style(color="magenta"), + "repr.filename": Style(color="bright_magenta"), + "rule.line": Style(color="bright_green"), + "rule.text": Style.null(), + "json.brace": Style(bold=True), + "json.bool_true": Style(color="bright_green", italic=True), + "json.bool_false": Style(color="bright_red", italic=True), + "json.null": Style(color="magenta", italic=True), + "json.number": Style(color="cyan", bold=True, italic=False), + "json.str": Style(color="green", italic=False, bold=False), + "json.key": Style(color="blue", bold=True), + "prompt": Style.null(), + "prompt.choices": Style(color="magenta", bold=True), + "prompt.default": Style(color="cyan", bold=True), + "prompt.invalid": Style(color="red"), + "prompt.invalid.choice": Style(color="red"), + "pretty": Style.null(), + "scope.border": Style(color="blue"), + "scope.key": Style(color="yellow", italic=True), + "scope.key.special": Style(color="yellow", italic=True, dim=True), + "scope.equals": Style(color="red"), + "table.header": Style(bold=True), + "table.footer": Style(bold=True), + "table.cell": Style.null(), + "table.title": Style(italic=True), + "table.caption": Style(italic=True, dim=True), + "traceback.error": Style(color="red", italic=True), + "traceback.border.syntax_error": Style(color="bright_red"), + "traceback.border": Style(color="red"), + "traceback.text": Style.null(), + "traceback.title": Style(color="red", bold=True), + "traceback.exc_type": Style(color="bright_red", bold=True), + "traceback.exc_value": Style.null(), + "traceback.offset": Style(color="bright_red", bold=True), + "bar.back": Style(color="grey23"), + "bar.complete": Style(color="rgb(249,38,114)"), + "bar.finished": Style(color="rgb(114,156,31)"), + "bar.pulse": Style(color="rgb(249,38,114)"), + "progress.description": Style.null(), + "progress.filesize": Style(color="green"), + "progress.filesize.total": Style(color="green"), + "progress.download": Style(color="green"), + "progress.elapsed": Style(color="yellow"), + "progress.percentage": Style(color="magenta"), + "progress.remaining": Style(color="cyan"), + "progress.data.speed": Style(color="red"), + "progress.spinner": Style(color="green"), + "status.spinner": Style(color="green"), + "tree": Style(), + "tree.line": Style(), + "markdown.paragraph": Style(), + "markdown.text": Style(), + "markdown.em": Style(italic=True), + "markdown.emph": Style(italic=True), # For commonmark backwards compatibility + "markdown.strong": Style(bold=True), + "markdown.code": Style(bold=True, color="cyan", bgcolor="black"), + "markdown.code_block": Style(color="cyan", bgcolor="black"), + "markdown.block_quote": Style(color="magenta"), + "markdown.list": Style(color="cyan"), + "markdown.item": Style(), + "markdown.item.bullet": Style(color="yellow", bold=True), + "markdown.item.number": Style(color="yellow", bold=True), + "markdown.hr": Style(color="yellow"), + "markdown.h1.border": Style(), + "markdown.h1": Style(bold=True), + "markdown.h2": Style(bold=True, underline=True), + "markdown.h3": Style(bold=True), + "markdown.h4": Style(bold=True, dim=True), + "markdown.h5": Style(underline=True), + "markdown.h6": Style(italic=True), + "markdown.h7": Style(italic=True, dim=True), + "markdown.link": Style(color="bright_blue"), + "markdown.link_url": Style(color="blue", underline=True), + "markdown.s": Style(strike=True), + "iso8601.date": Style(color="blue"), + "iso8601.time": Style(color="magenta"), + "iso8601.timezone": Style(color="yellow"), +} + + +if __name__ == "__main__": # pragma: no cover + import argparse + import io + + from pip._vendor.rich.console import Console + from pip._vendor.rich.table import Table + from pip._vendor.rich.text import Text + + parser = argparse.ArgumentParser() + parser.add_argument("--html", action="store_true", help="Export as HTML table") + args = parser.parse_args() + html: bool = args.html + console = Console(record=True, width=70, file=io.StringIO()) if html else Console() + + table = Table("Name", "Styling") + + for style_name, style in DEFAULT_STYLES.items(): + table.add_row(Text(style_name, style=style), str(style)) + + console.print(table) + if html: + print(console.export_html(inline_styles=True)) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py new file mode 100644 index 0000000..ad36183 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py new file mode 100644 index 0000000..791f046 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/errors.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/errors.py new file mode 100644 index 0000000..0bcbe53 --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py new file mode 100644 index 0000000..4b0b0da --- /dev/null +++ b/llmlab/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/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py new file mode 100644 index 0000000..99f118e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py @@ -0,0 +1,89 @@ +# coding: utf-8 +"""Functions for reporting filesizes. Borrowed from https://github.com/PyFilesystem/pyfilesystem2 + +The functions declared in this module should cover the different +use cases needed to generate a string representation of a file size +using several different units. Since there are many standards regarding +file size units, three different functions have been implemented. + +See Also: + * `Wikipedia: Binary prefix `_ + +""" + +__all__ = ["decimal"] + +from typing import Iterable, List, Optional, Tuple + + +def _to_str( + size: int, + suffixes: Iterable[str], + base: int, + *, + precision: Optional[int] = 1, + separator: Optional[str] = " ", +) -> str: + if size == 1: + return "1 byte" + elif size < base: + return "{:,} bytes".format(size) + + for i, suffix in enumerate(suffixes, 2): # noqa: B007 + unit = base**i + if size < unit: + break + return "{:,.{precision}f}{separator}{}".format( + (base * size / unit), + suffix, + precision=precision, + separator=separator, + ) + + +def pick_unit_and_suffix(size: int, suffixes: List[str], base: int) -> Tuple[int, str]: + """Pick a suffix and base for the given size.""" + for i, suffix in enumerate(suffixes): + unit = base**i + if size < unit * base: + break + return unit, suffix + + +def decimal( + size: int, + *, + precision: Optional[int] = 1, + separator: Optional[str] = " ", +) -> str: + """Convert a filesize in to a string (powers of 1000, SI prefixes). + + In this convention, ``1000 B = 1 kB``. + + This is typically the format used to advertise the storage + capacity of USB flash drives and the like (*256 MB* meaning + actually a storage capacity of more than *256 000 000 B*), + or used by **Mac OS X** since v10.6 to report file sizes. + + Arguments: + int (size): A file size. + int (precision): The number of decimal places to include (default = 1). + str (separator): The string to separate the value from the units (default = " "). + + Returns: + `str`: A string containing a abbreviated file size and units. + + Example: + >>> filesize.decimal(30000) + '30.0 kB' + >>> filesize.decimal(30000, precision=2, separator="") + '30.00kB' + + """ + return _to_str( + size, + ("kB", "MB", "GB", "TB", "PB", "EB", "ZB", "YB"), + 1000, + precision=precision, + separator=separator, + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py new file mode 100644 index 0000000..c264679 --- /dev/null +++ b/llmlab/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

Gx7he^y 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 gi1N#m4<^TWy literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..501eacedf75a835c93cc838ba51e4d60d2b47779 GIT binary patch literal 39614 zcmdVD33OZ6nI`zK5j#PG07;M_3GM{NMGLiByGZS#Y%OsN$Dts;Cy5k5G7n%RGGHPn znK9*3wW&%{qB^NIoj4UbR*#j5Pe-YfGm+CZU9PU~(}X||Aw;Rj)yb)@nm%)2Q&maa z-81w3_iX?L+D@vfd*(^J@4maQ|9&t2!s)bec>eA5U!51Oa@>EU59KMBJIqn8` zn&UZM7vVxW_ST2=>}?1c*xMK~vbQN@!do9Hikd^_s3m04Q9eV&8nuON%x{d?qmGax z>I^xf#i8P;E98ongi4~Nq0*>3@&qq4oH7^2L!2(VkEb^SdG& zqnkpTn7<^lIl3jZCAu}Vm3@~+wnd)^JrUg=+8*5z+7aCu+R4J*kzLWTrg7wTi*-pGFRt0sCNbbx)AM-E00g%0UB!6O{zE6(YCn4r)RJtydg zXO&6Q-mlAEzVc!l(jDV{q5dIGXh-@QCGIOaVGVurRkx~N*GU-=*1*F2w`y|3hW~|D zw&G*yYV-0ov#`4Su;F$khxRUzw{3V%i&uOsT_CT#mf>$IvD&*pc`d`QYVnGXrK?|2 z-XANm+FL4*_up!GT`z@VWLk#jwG@g^D)F(D-&NwZcfmH^(&7~#OBX9W7Szu~a$phO+)diPPRJmH$?ovT~8?M_R1nW2y4S7wP^tC02VEC~dzMtN2)| z-1axJkfz)fF=YL=E_6n43P*$*Y3B-IKDZr4thy)LwGsKP_vD(qywaY`pRMLq_hf$F z)%RpaULC9N$^7zG-;{=s`PXWst7dopi)|GVtTvn%#w7wt*mjBu9k{)Rp@$gd6YdhP(n zulq8`uNTa(8>C$y5?JU4g!Tx68hVa}Zbay&oY3>Y*cXHgGR7WaX*MIx7NJDVIm|-0 zB6ORuTMfO)KOwk<3xw(U?ZObhLnxKL&K2=HzibRegebp@@cWEj{1Q*}*+^)Fy+Mxw z3XKf^rPSVBm*0JBj{+YQ9@!_Q6i&CFKfoX45Aizw@U0`S z7fHESO?{L<#`h!jasJ7Vk@_kA1b-5#Pu)8Gy6GcI{sjNDaDo3M+VRY-&_}l8S^iV} zbF3Yo{uu2T;Ljj!7_B~gYw#n>=6QiX$NTv6w=R5StB3eu{vz5O`50-V{0LHx@?*C? z^O5C>d<>((@o|3q)@MJm#g~v)$6w|rkT!Rmf0?^#B)>vAhGHmvG7={WSI1$cJt4$~ z|Mv0p2>s8Ghu->}Lf3@0A;tgocnUs2t6IDw7>Bcu#||$)9;UWz60Nx?OrqSse>@dJ ze_b&2gMy*|wP5J~T_|)$H~e@oC&Umg(~r5)EZmqIBKa@qZcV*zmHeSEjZ6p^kzfAK zO6WQ<3LV)2ZvKO7bK zQ{!U@u^bq5BN@v{;WOjH$e@rhoD||2lN4_}H8Cb+Os7YX2&J2j3YP^DwU?e3 z;sX)-7&tpIFoFUzmFLHWSWFH)H!2RC8;S@NL-|g|CnDrw`C{~;q?**!*N1Cy+-FPYAK`NF22|4v&vbV0MlTT^^$GwI370v2jtL(V%vo6wb4O z!Q?Ox8ZUa#z>Jj*C`}G>8BYn9<6Rl^(?cWt=%rZ39334Qy%-+Km@d(Hp#7#nYV#@h z4E#_uV;r0ak7SHzBjW-RhtH$7aK?0A6sUvZ7FGd}SQH z^B3X+tbn2kjLqn!j7<(if}l>^O@-L@^q)L5aP-iDgQqeMHBWf(qFMrLNUQTMr0vDv~yd zT>SZ=&k7@fCnuye5Maf3VKU3GxDQ3Kk7ce=Ti+eS%IU;Tx`^cw>mC~# z>mEQO_))PNJM%)f)Z?zPiA))R0%=Rru4j##tjig%t^x@@k9IBF;9TJz6>+YH1xr0c ze1o#61~DA>;p60^al(iP&Z3d$McU&5w#>W4lgRvepMab3P(!rTQllpW zE1SA9#g~v*{3JQg!08WKGnN4c@&*Pnwt<1@C_fHxHjr@)418uh93ha0FY~|vKRP%t zAQCFfSQ&t#{mS;Q_%s#wDLAi5rLqQ!$0?MY&*3k&8_t)x`^L71rn0PFZ)%ty%5r$! z>3g4E%LcBqf z(~g)Ey4>#sH*8UIXz$?ys2aJ{vg4&nTI8oqzT&y1A_fhM>{E>3%bJx!cgrpswB zugl4!w)YwC+KEftWy3SvC0)?apE2{oxiD}GfP?w$dA1#ZU>)-Q91IU$5Hhx**w9EU z9%i^6PA)1|~-qkNa)T;b9^o2HG67T*KAcSiWe$whm8R&Q_~);;Lld1pM; z**9Z+r=%U5p}l*$chS-Eu)cYz{)uG$6HE0+ll4a_Ywd&jmihQncVDu*Z?S&=wDBEF z?XMp>IZyrjoK7xjBGq|l#`u4rBm)I~5TnVwS+b{%d#la2*J${OK?j$C*SwWU^T<}_ zC)mogVr3R0n-euUPg-3W6DuZ05`_SJBj$oi_c@n!eOB*uy3^WTIFhVC^7i3W{nInW z*ekx)xl75)?io|Ms%_qvtlBVReo$F+KiD5OuRC2GoNr53Z%Eg6%s-o~-TKI0_yWQk()xj-HFjS$a8>?)uRLQaGn7o3b!t%}G! z@iP<=CWokejY<&D(&sbe5G5n>igOj7*daJXC~V0Z?WO~|Sz&J9yk|a|3~pa&+McZ4 zk>x1(ZqqV*XRACWFOd>>-RWDVSGGfEYMB!rad=6!Pz8hdQy&E`Et8g@Fvai~tzZVN zpb*+bD_CUmnrH5&@8aSDV2E~gUM^RaWNp|H3KP9$m$py7GEq0X+09uQ7|T@&&8N*bxc;S7%~-6lKLsu2?vYO*D!6oR{Ws0@#W#0!(WdO z>Z=Co`%cv>Rp0V6M96UII~Jcb-2|}mkQsG`4dUOzb3;N+@U47SL1v%S(cV)BM9VcS zOHs8Dpe?Atk5a>>)0^t4X*-FH{q_chFIO!o%LRoX#-!OwDzI0{H?BJ|8Ynw5>Z|BM?vyMDio&+o}t9vV8`7l6%nkeEQ3g#mU`p`ls{tQRQz6gdP(gSLX;nMkc10LQ_n^Fr(9WW$y$hk!e$mg$vsxJ^ESzIYMz#Vgyk z68ch^gZNV)1sW}{MUV!4VYtEs8i2BTqL#q50p6-UBl#vw!6Fd%5?nn9!3h(doCuGc z7bgGGM&!qyfJk4&hFwtN16cQAnKKTIo*fnj<6SKA831E3ekK5j95@4c0DPhlSl>AW z0mOMh1T#lFAl4DMbU{D_@#jp4h5}iFzz~ukkR(fi5hl-L<+ibM0SyD^h^Si^WHnIA zm@qhs%2wnD&oLeyK`1X=4y?$$HYl}K+GL=%(Bg~%jqMMb3(op_j8n!nFc2OY8I6ZY zAQ}S)Uo4H;lcNxYAZX?6|2{H_p^93KnQBC6wcuxAP8O!;n{sBa#tJnno28E$eUng&nw!6D3f1u~ zLV#}->iIVO(Fj}kAnIx0H}ma6BkHO`&1;adiPenJ;X88bZ00+K7NjZ_D(K%igWT3G zl+kJh384JrxA1Eb*2dCz3qj;*M;q25Y)wvBhtSDNDB{;6rioy{0?SwVB6_R}>QVqWfLW*SSadCW*7(ballt2=JED`%!5Cbtu0;>Wrfv81Z z=(0&5PCOsm#(V_uD1u;y7~B@vNB&&MCxH%1#?%{uHm33jBtQ>Pdg%)ph%jx72}0mP zJU$lN)(zRIB%bXW70-7=^cU-91;o08YQ;>b#cJ*djLM1^)&>aY2`WZ~jzIWg4nr%E z9UoB*OBCyF1bq+(0PPHSMxf^D96i?={%m*%qTPtlDWwT^1$rg<5EHsJ$a;bXt|FatD}^bp7&kU)NH z^%|u4lxxVr60r|0o56VK1%OoAfGP5tev;rn6)4rsWa_IIylzEO$6Pry<)D_-q(T z8p=qOqE1$TR2p#K(4Zth1)7xF3G6yL23-M5NJ7>j5vUv3ODk91B5b%Y6Hxb2$DYGV z+yiVIr`mGIXO-QudfR(PbJRUwf5F45-G{qE3qYHg#{yOQ=vXdrp;F1^~TYd3Sk^m*4 zC9dVnAtjlt^YJaLs8JtNMzCJ8xs!V+!2niFeoHBlRwWTOBk_Ur<3l_oqR1SclEpy9=06|_5p%S57)!tqh{U@f7QBeIFr`Vxed5r*g99g@=|8pSlLMy? z_8sdx$tZp%fe9KihQUZo{2C=^@@-IY9JZ|_;ATu88;{8n32iY!9t-&|NEqvd!}MQ{ z@)`acM;7gE;NPZ?JhZzO%bJt+<_Dg}#imWS%e?iX62G;IrW|5E(%9frdLS6!2DF6*_J2TKS|n@MBs+;Be9>^R zCt=2yDz!;iF6&}2>W@2>c!mB$Dpekzu;NSA4<&5)vMT8lkgX5c)Gr6V?An*;h!b(d zo`mC;D$O6UYT-FGs;x*kQI4unN)+RZMlenO`O*U0h%>kUX7PM zT@INUUj8bmaLZGN-y`^^;TS3)ZTNaK_Rap}NXimZ9Jd)KwTg{t;< z9Bcmc^uK;OYv8O-1Y=*55upb381sx-oKnWbSmT9O0;W$1YM;)v%2|X&R58 z>)ettj=|C=V}Z%eC?VHDk}N9^`PmNnXYk|$S_MoFD?3WbgLgu&t;DI4gdtW2;hDN8 zw1n7kCD38Y`)bMnaU7RGdI;N0*j46)1v|rr9pJ!vEl#*@8D5vy>`5+Y4A(*mxH?VG z`2R4Z1`&mNry1OnN5NAFbzh<4$>@pD7iC(7T%jz=SSi{1AMNCYIEXNCB&=)H?rzpl$Ti|X@*2{o zni+a{oWR&e20Z^GcmyFD9*pI12-L=ZR4(C^IG#iIQ1Q8lssQODvm(D6qd?_rsP7+< zSx_6kl3`$+!ap60umWHI&g49`Uqki(y-0ehRUs-0Ovc9{>!}Ep8d-h02!ei!>YRNDl{FgvCco8WeQ?fa90HYci{rJ(OV-N-qC?sPQaV}{f z4pYgDJ;zivSSrpUTD(OLRa%hn_-!g=ZDv*@G#+`6%oq?J7$7{LG6rf04ry{RqQt-$ zoX~M4o|)d?n_O}=CS8s5pImS?rd+UrdDrDhdn#@mzkYnKcRoIIJmu+`?t9nePCH7{ zj?%Qd0;-#|uQ^>&PyhXE$o1Bw%j?oLo$0F9w5R$}jjP0#g?WID(G)6qjfy!Ui5c;5 z25q?k6~mN)*F*277o9MmLYVY`2*@D;Kr9?btV&K7()1Ow_SU$wPl246GEEgFip2Ir zQ6W2NUe)*ws|2yq8clgSWsYkku~{K^m_9I=FbwCCNpfbfv~W0YBpMw(H-Zl}46Ed_ zR;LuV!Vt!wgW1ZptBOvsVC(@UHfRdJfx$jNw$p4Yz&s@kA&w*|Qmg}HszMeaoQ3%* z9~dPK4I_d`7ZV;)C5lW)CrRiCpldJ=GztZf3MMuVMt?})ft=zHvw&D((ig->&kl_+ z6^POXmW8UIjY@P2@%FTFiL4Q$ByvNHx^>UOq%^O&U4i|eT!hPEGE_xivVesXF-eIr@qiPj#0Y#yW=wpnr@Ez2Gkw60#vW91g8>C(V z)JO)n0?%kPr4KX)`Bg*miaw4MtR;f#$6*IcxiC%`H7bWy*RX=%qi9wWBqSs()#gEM ze%|m?K@y>~C20l6e2^)6YeO`zp*x>zQRVgG-UNvuzy2DVIOSgVqr z7+Pu`mCxpQVsspX7Gs3;#Sw^?w6;OvtSuu3(O3?Wq36-Wsu(Q4>nI7JU+EwXQ2=Wk zG(N$;D%*-$$JT8$ z9EXLZv=Q^F>8Ac_L(ngt2N3u`*Ck0>Y+@NcC0j}TXpG^Kj3tI0#?Vbsgoa}bVvx~G zf+!Lk$(Y$b7bM|P(2|3L2;(sv1i1`5U_mX<=mwy{1nRP?s~|>#2W5~X#`ZQsCfzb) zn}g#bgjC)_BzW5fuAybxl=jw6+wR+4WI*YCP`UQD=XN|*xqZg;o&_?dtiA}LzUr4N zZdNS$f=OR+zA5GFzFst=o7r%`tUMiP{EqDv+x&)axt0POlYxz?z~-4l5B#0;Ln;53 znLZQ(H01KUH1*)x?cIVX6juT1zuRJmBOuPIG7C%GskDIL0ps;~?5}w~?U^J{v($+$Q!v^IqB{{1s zGsh+mk4yxa{)I+L(vnDr86-6wt>(u88cV@WQv}*nGkT`1U@-wYXCW(C7=x`K&5r^N z3b1;X@zx+%B_5lVf%cIy4iJaQ?g{h&K(UT!P(YbqW+1W!Lx=!o>rBJRj1OWoy6BWd z_m!|Yl)A%;nykp3+?R(_iaAmZ+_-rC;;S1M?Xa+_ zxbejGCl(yFS-r(t`Jk*RUE-m&0pqN+uO+j{#5@&>cXg7j!R}U$DGjeZlsEoq>qlrG{40 zqrgcbvI{L75fhuB!5Q9XIkLFh1uKdSXvrw7qEMjd7I`hEovepwc_C|h0}kX z`y=&a3^O5ZS&a$jKx4z#ym30H06>CH+QfJgm1v#@(i4>>5p(apqQ(s znEo*LMcq}?Z~^FW)u_x&FZUc~jxqX-a*FA$SrfWKl$Une=~F;uQ~D_bC@p66OH|i6 z{U7RX=&(X`F!8Oww#LX!=>MgGPC!l8oFu9n>?w?FnUM>bP2kiW8|SVMbT&FWZ6g{> zN|LdTk#z`}NC0*-#C;Vt$U0G$CSw^9E-_;XCfQ-MxoWa|<%)#coowD&df^5^Y2?W zadl1a87Sv(VkM~HOSOB7bl(iXdCOpcJBTp#A*jq|bvxSgHKR1Eny5$5UA3-+BU2<8 z(p|NPrmGfSKM8aW2(JS<2(i#bz)Eo)hy~1@^dvZC4Y1iakl=(jsPkwXR&}aM4pqaysfITK5^dWj%E?;+TU4p}kS}(6Cn13g5G00WGLZz;cTRzrdlUBo3Grl_#x~t}k zm>KwSIogB)Ys>&qj!eREoIx0-lfl&& z^@^l)ik_WLl9u%^YU*F<{8o3WX8p|mbZy=i28#^UbciduEP6{aM{GcjR7G zH@Hz>!-I7jZ=d_VKk4t9Ju>e_WT1JDpN-zDT$8R2yu9<~&iSUr>h83^aqcrWkIo** zx>)WMa=W>%p7%MEw?*D7>AI$5%ck3tsg}J9wfpW>?o$hRC#Qf+UF-aT+m}-vyY2^? z-?Jk-od^tcf^70N-1pamZ1Oey*VrzM(3k4>`gPwf-s|MPPrkRj&E!5|hWitPiCn9Z zT&H!f&+wCSJ^3qj&!Pk@CVkgh4S5 zHM-xGpb#|I<<&`l$9xF<{-S3q08OL&H>|oZRaEIF4G>NSz2c9NIa7`cDn_t?Kq%*) zz7`4IMsFWhWnzUKyv9N`~d)zoUo|iU5s1 z5dk0;32bG`2bf(G+Xe_!%?%tm<_09;#~lVL<1M~T0Y<{F;?Lk^11jkTeoCJY$YFbj zOi}`8FwB9#ZhEBMV^u-FD&$u~{)D#29ytFE{9P?qUbW;6CcVLwcg?izp|5etx9y&9 z+tovNi^xKt=IqZ|vK7SQ@7wrL|w&i#RxpSbzNQuVfE z^|l2|JQ zvALe5#x2RlEej1>7izXGmOKG_s3m*go;`qGEIC?}j@EhOqNDSnt8CgX2{tBZF38kD zq_Z%CDvZVl;T6I{%Y@p08xcnirvi)vD;gP>DY%6$WC`lS{~ohwV{;E@56_cWa}e|t z&M+_`kRqlBK9GfvL`#wYIY%N&s}sU_MH?oOYp~sf1QF^ooTPw3XS_8g+d4zQtk!sx z#P5ntEuF+z*U1FObpC>DAs}W@k4b1`)TjKwY)kz}Y+FvwK4 zowQa^{~0oYfQF8LkU6PD^MYO`PF{+X2Y?Z~6wP>Yu=mlxnP&+#$sOs)YxQ$y^6Md! z*;Q(xsDE%B{Se|1&=CKMoZp8NG)iD1f0Ze)H6YV}G&X=Ok|oomM~1I?p)LZb4JZ-2 zz7nQCOO~3XrDn;}l(aN0HgCJL@ow|mWvS+4?^ycTy3Ux`9W!|*l!P|edVUiN@3&dc z)F*ntJ>~8XDUf5bOcLc4;Kzxpf8GJko?!8c2L_o0joDL(`&Md&0*xD1)pAM>j*Am% z%AR4Bt5!lFS3n=>A<7OdFcxeDW`6gkJn1nC{pmH`u-rU7a9~taaq#2FfZVsFvESs1u!WwJG!1J9f}RaCSuTa z4M19q-NB25iy7-CzD2%Tau^mRb~xi?wyDo38n$H-fJP-{^j=`%Y7;eOIz_SIVCusZ%{c9i8z(6FUujlVqK@itr%v=$PDW@ zZpv7p0g>>DxEaCc|NXzC=RfblCf<#2cBjdHm}e2AC%#J#v1Q^VI2qdDxDQOiVE_&n zU~eE{x~D0PhP{^Q^Sf|x@`9<)K2QQO4r#B;@{4k{`7(r%!ec}e5eX`jVs3_ra&yKe zeG2d(B$*ernIOl1LkUo%5@zX6R(GeW*GV{K$-e%ceLZ2HZP&MbW&5k%`JPwn-faFs z`}f+v-?31(bHTAQZFeu(>yq}mg~rWE`{oCbQGgFimjqH26sn&yw zC5Lj0X(>)R8nVTlzvGs0$9QWrS-oTWXu5ghk4$%)7q=WtHXkH3>Z+UbFLd`UxcU|> zeKN2cWrq@DdDf@IqY5slp~u zLZ?{RG*G2Q<0Et>Av+Qz&LKqn4LRN9 zFdD?hjBZ%dGKOgQGNV?4)*QG3T{9>C2{L3%>=H}y&nWY&EP$OigqaTYEM`RzgDM(i zDZzDqdA-sU_$wm%sc-)lC9v~dHBB$~-|V07d1L!)+aWMZT71w4Zk(x~IhA&o&w8(S zOq)TjytM1;t_6DwuH#^qo%~YE?j-(ucHiBc^c;TssidcWy6-_*?QDFhZfmk`>z$3M zvONoqJp^d1*R4w>O%Um%N?_gdkOUb%*bBnOS^n;p9oJ$Q)_Gyk-LvTGxx4N? zlis;sNAjiOtc^o@Mk~R3bmpn6hf$5IYPM&odSkMB{RxMWjZYp+$581+oo-don$K!W|tXczycz`ILWWs%+P^g_h3t7q>rf`_d(q zbH?x3U$HL*b|(Y7Q-Qs28~=mj&v9Z78`rS6TJ%_5X%(cVFBS*wdiP1NJn; zY)TVY{tB2Vq|{RexeyXqZ9=c~U`h%I7(_oPm6r;5V)M(A2Q0(dJP zh!MC#mcs~@k0<43P?jf?#*CQ3awEQ3clga z0wtNz9>OOpo`eyXAIf8T%c{(7AIOc*0nGiO{)Ya4HkmjQ3Zq?sjiohoQ2El{2`7z_vQm4w8QpWc zWj$-`qld^%wYO+YRG-(O-1>xj__!9X_!8A$(l&{pV=3zr>WE6ABh{=|{*~c!>hkB@`{4t%WQkK0 z{{nL%OMY|`?Q4XBVhrc+?0~R%F|LU?C1}SeC{uJnfMs2rX~_|WImg|m6u~qIjDv!v zqhI3Q@WTc;=`nfu^ACecn=nsB7=dI{PDY#Vvh3L(BK&QI{+)^VtFiKK*2`yuPGJHe8wR$MpC~r z_M9)NL1fItA~SYc8Uv%}&e0_j4r;td62~!Zk}B=b6w4zeOQbTzn(U8Cz!m)RW)S}a zYXB>D3?qjzkThH%#z0??vqbGIqPm>yZXdLtEl|--Vcy&@TzhdYj-#1;#>B2I%s6sm z<tFJ=-1D|T72+r&l@ zWZeejfnCjw{_FkoRd;&dZkg#%d7esF)h<=Nd(GVWrIs!CTDHK#M-}<}uH%ja2BqGaQ(v+DywrQ$Gb4PZ z`sbyM$)x68yl2LnD(%WzY3ho( zK$9ep!a<|7FYt2h&D#0l+1iwE>vZu$U(J%QGwJJuO;gghZMyhDS=F@Vep&Tw?^kwC zTOQW6EY)qiSGVzc{LUs^1n%IRrAv;+q@!`}0MxYaS&dd3bhT+mW!ljI0Z47@+_@`0yWk0?Jp0pC z?P>q|h0674ef`E|&Q$Nd?!-9w1Cr=u{=gmgoIMrT4*m3uC0$l^W7i+-N;h}T9lm}H zYu8u5RJkEpxgqUuO8eWF{5?s3Pr6}!x@p@&U>l0`VXc^aRat|%xqRjrOcH5b2kyB7 z_uJOu%=SW6SJKmUyDaJHS=h9H*`N=)7fPDZvyM%-qp3B$@8jTHBd+3|>6_htzrz2Z zB{<*utq3MO*|KF}>#>C=pGt0hD%Emg;q)hyEuWmV-^V5Ft&7#`?>Ds1Z~u|^?&-y? zM^X((@A;2X$P)`&`cnp@N*ia6u877)ZhY@49fm#|)nRx22KFr8HNVMzTF-eq zehnd$x8nn*j{V~PvJ=~N|Hi93vEKM^%J=B-@n;pf6B~>EtnzRVKJGbmC$?DbIm^l4 zs5`OEa<9on{*9FM-WKL=BUdDBlc$9xij_o+%YOjy3N38GUn!fy(UbE!O%q>8E`$?H zdhPzPLXa>k`|t+IIiojRTzdW5doSKls1e^TuL=`(M}=SUZGv5idLjm&1{qsG;RnIs-i0}a!#1xZp0{- zX=xN6YAe7Y(N#anxahcRCqd7e20@TePcPvD?8%?1bmks*ubgZR#Y>kJGV}a!{t1Q- zHODwzjn0e_q;rDo2nMVa@=l!xmnEZAWOBp zvlOcoreJzT*)qZz<~*izk?{E#)4KHI$Jb1-+Z!6m=ta;eboh)}d0UUc3gXbwL;Zb{ zsUoBJXrW{p8A(7LWYpwkcE7hwLyal74-+XY{(>B$xNu^aSSYqBB+ZA3on6k9z<`Gl zH!_VC%M>f4E}5ojc9I1S5dRWo;s^zka(5LrnthLG7NWUeX;DIy$>h~Z7@!t$5H6dn zejD_cwSkwPz4-l19D)nnOGgg^zGE$8YQmufd8Yd5^lS**LJ`yY5VLoqtnwbZaF*{}%! z)LT5=2l!dGNe=EwHuNC4tay4K8dc&=x&m`2Ul|}J37MCEdZ`8{k=Nbcc&G85lAZ6B zqR`*G??NM(7WoHN`;0|-K!&zG12TUC4+Am)HY*?PvYo-a>J2J;fWY-*Mjvc z@kGc^OHjUfp+mkdie;cPn*#A;VQ~WdYJ9LO_;Jr&ksaxZX3>V1TdtK-__!1^OO_=c2x}V&s4p{X!sGX+MedI zzAh}{*fU7XY)^5&9L&h)dQ#ptTmw+Q=B5V(lJR@hAlSM$yz#m3e(u`AmyTaOKHI63AvpW}D!39f@=?A6Xy3n29z@F4D zsLwv22Dg*Lga~WMM}i}!wGFN-cp*C>I`Q-5%#d>&PR7oDa8LT7%bcH4xk+(O#mJ0Z z(a8?p;^z%9yBPyGLeWlzutNk;rgLH=IiDftd*s|EhtQiOQ3#W-jhwgOWGt9GoF9u% zNVfmPqKiy|K#FwnIyrw!>3{-8!*Ow$0)9gd>oT$DqLUofZ&EnW&w6pvxd!6s8FMHS z;1y~1R^BrI6^bC|KjJUeg6XDP=H0kuzKuv$XR^90W$a2jDpJOZho+LO-fHsBo}Sw< zZ(nHKkgVy+atOFn{XV_u7voA{Rdu@eV7dz=Y+Jh0m#(Szhowbq|Y6vnKK|a5{5(cHc}0Ks9S-VPrBnb8>dgf)_u2(~`BbKnJ*rtdn_* zxr*wni+M{pZ)LWWdEK112CdvOzwebDx7+S)_+IBiWh{kAs>c^#$?01VQ$OKfuyH1TS~zgs>*B``Bn@G z1!*HfU($e(PZ|&MX~RKZ(rA!R8VvGbEZpxm!Y3~e3QN$Syr*w9Rn5k-9A5Knw>P}j z$-H-giV-5GhA(?UXE4>wd2!goRFk#YOx5#Svm9P`D(^P`ux^>WXj@TnR$pSOoVh$_ zy8eatIe4iEDKOj4_2~}j-ZP)nnLKQ4$%DaNeVMSN7<5del_eh5J50xQxY#6XV4l{E zvS<5Y$@9?aTsBeEdw!>>bN+Oe!|TrJWqM&`s3{hce=Y_}!{nFS24B|WHSO2Ux8k@9 z-nWH2eRns$-Mp~dq1?6FPre4ZL*rGaj$3AK=0sY z_I_yfE}QV3E$`Kv8XuNcW=-Tlhuzp%%!{76XIhiis%0ztK5F!vcFkiy<8`}tnO@oL zZd3bQBmI_0`+W0lCnwb495_tKDkDA(TQ{udmc>#YK@4Q z{9(g6Bu3pyVp}3{M#tIVCi&t^WMYSvD5oSTMIkusv?5_%MVCM^(amCUTs{soA00yx zM4Zyy_nrFO^MB6VX=_h=##eEpWm@c}vRO zdgaK&KwHvSbLGg4KW%o;JbTX^cy-@G+m=+*);rI>z3ztt_nMADZj~> zcf;Ja+qzd^1Gj!*W8dB3UpexNvhtbF%^gjZt-Ep*M+{RWQFc3d$(h=U@;LrZs8 z8K2y9>foebxi*Zh3}b7glWnC~92XA5MA!^s443ue0P_VQGB&C29GrA^c4CnZ3Z2aO zH)CfX7;snu)0N{mZZbe7#gjEGg4PFabAcbX>x|&ni0L{x9FnJ#(P&c~r$E_{7f6R* zp2aYulA%dgXD7|gNW4?J`JSm}_D_1119MVjK#D|;$YgOReiLIv=#*6rOjk5nCaD;5 zS91)itWVRF(hcIGT;Zijb7vgX$#&+a#fODIhPB@&U*{y7iVel!*}qqn;9m3xQCDZ zA_qd$pDYOA$A|@R3at68Be`|PsUuhfP!$OTdevX3q?Li+X_xz+o8|1JyA$UHl^V=blb#O3n2(!MCx+41;0qb^XsnC2m-r?M z0CvWGhGXGrg|$MtvC`T)>Deg+!9y{Wra2%T5O~=rh&-l=or(e;)sI~!LLEI zQY0Pfmzc;P`7|Dwv4I^FM!X>1y@KCd$3E&}U$VJ0V~uf!T{0kLieF}hDyi8SS zLUeW<%5B4`@cE3n7eDKbn|(8uLnAS;&G4BI;^JMb(~Rxp_}L4xzvxNafjbr#`>6Gd z$v;fK8|3_o9OC&!o}4S>fK8LR?cb+QM%Xgs`y4(qmauppHw?stOfjfA=)y-VTXl;*ZM0t9_O{Q2Y8PtTPvdfT#A3be6Av*nAmHXU{FVo3l;|EXK8FFC2UR z*!7LG6N_cRtcwCmIFmIuWhn)^DNsszX|b#|TSkE%3haNr|9anC(e0*1&*rR`g3BrR z@bibM)${SilAde@1y|;zUi7qPeH2)w1zK+#7d;!Z)fDWfV5z!s{CZ2ah5~C>1lCbt zKr5h#O0B2B1`0g*{K2cjZ0BNeTegt`n>dsGYTvA7(NUi^+Tbf%bkwDdc6sdli{37L zEg3yYqvyIX*Sc8VuEiP`z0EAPJZUVyX_`B9yLYj2E5)<^&&C%$P4p$TIk8yQ!KQF# z9G5HDJKx)g23)aC_s;lc`xZ*;aiD0KtJdkW+p3#$=DJy)>;A=(HJIz>6?2X6oVl)9 z^mb#e5h%}f&7!jvbB%zUxsEQnJ22M>)aH7ju6wa;EhZbGIg`zjmQrBOWPg6KtP7Kk zz?{i;-tjDYc4D#-oHN<|w|Shv!ek>jXR@7(o-Rx_0=3Cr2&}!0A={4GMtII_)5u}A z5tuXEEU=COb7q?rTTg+H&o%-dn{6k4!(N-um9yQoSiVk+T`}7WO+9yd7AtrE7Sr9V zzha&4nX%4pTqp@7?e+3>bIsj%o=JKSEO7V@@rDJi_EC{t*D%xg2*9M_k-t^fGP~vx zhu5Q1x>{Y!%*96>URi)+S#;vvdXlxnvyxmUW95aLQz=2xkZ(xoh50fht;@s^`elb zQmL_V^<-XFU1hoi4QpF1+4Rut`T2>3UB@B9r&j6Fs@ze+IQY}fI@YAN4{JG%5{AOJ zTAJyLbB6h+Za;JPnN@14qRvw(HEHLTyiy!EKj}}}{V99xmEK<(*S=fqC4;7o$>xoB zPW?Fa!_Z>!!7B$In(Z%4JU=nB@1D6L?Q*{~adm<$mQt>|Y2*FUigc-$Y+$;tcjF$+ zC0~2e*PfPsM2CXgueYab>X&NPCu`O-^PY}-RULHB>gXRFWf5!d)vR6cuX|KxbK9;K z0T#F`mr7wuRZkb^9J+ewAE9iR9k~HRQNeT(!63&A$G&)MrUjNZ{om}ra_k-BhU`TH KXO!-9{eJ<{>pv3! literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dd4b1260fb58dea601333aef7ed9dbeea6359d11 GIT binary patch literal 43586 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..326bbe832e73d7c5ad4a2c7fdeef572472572429 GIT binary patch literal 3350 zcma)8TWlOx89p^P!Q5rY3aXV$xc z2(hdE<~!eiIsf_3oSFSaHk)Sj`T4~^Ru5$vdmV$;CmE6TzYw|1Y-Vc?t7~Pgu9x+? zQ8qMY>$c&<>hW@1@|csTC(B8Vaf7GuoiTP&Y`IHkCzu_-!0f~|U1cq&b;i?n(oR*G z-E~DHOkdHi#Ug7)S~GSx=~-#bby&Nlb(5VZ>t<=)(qYX;nYWU)M_RXaSaZ_aYi}p( z4r$%lVcj&ptFSvn5d|ZNjn+IrNKG{Tn%k&2L40zq>F`j4RSUY0yN)X+MU6C{#>pou zM0`H2mY^^b4b~qga+z^f)@)YRZLMr{(YkGe$LtvW;ylh{=#`z|i58dRq^-}S?bL;M zIXSNv(m{5Ti+YX9nVjWyUU`M888D|&is?f!=R9tkADrb4lb>t4!ml-|WN&z`!*TU_ z!!M@OCVd7()jJ{?MpKpPGgaZvHEi>sT(-9LS|N>Ivx>5$oUXUvDqD1a*E4X@_UtAt)V6e@--}m5j#&=u0_$5CpwFa&9h}~ybu=%3i9pBE!mYI->zRNA_d1xg*HP8ULhXD zJnqa0oCnbjpr;KJIRX#sK_AUGr%JPKotI{+qT=;WS4xgkx17pUzt24%1L7s8HdSiQ z`?GH2aPh&1O0?g+ze%@lrOLfhv(_wGXL-YRMM>1AXG?x`SS)!qip}{TWm&aG&9|)c zy?30XVoUEqP46IBWVdr{U;owTubYotjQu*b=XYjb$6)vVm*08y)UWy<{l?jqdyl@l z`>~6$*HSyyDUgZH1cemlYEMMR0+w>8W^X^&VC_yq4*TAJcC3>|Kq6tR~ntb2TYx zif!I@>GVo|-)ff}r`hJ6OFc_xR(2j*$=|;!16R9QI(It@yP6WSEgRv#Fsa#sWkcXr zYC|C<_K{F9!o@rF$Z>y5Ef_-bPNAI&YRf~ak+8vKFwOD<8g;XmD{*jNWRz?EI zLvj-yksx`eu;DF(DP+Ug652VWX)lwDmN)cUi3N(k_hdYr(P+-Udg$ z&>|pV3H&A?%JNU}%K*$n9$y6K1gfwDN_`gU3gE8AR5~jf42N;Er6o?du zzzxv{{WU-Z>Vp7je>*YC_IC)!2*ST90k0+TcnhekZ^QUKz;_7bYL8&_DBw6GBm6%2 zV}M~Lya4_=z`LX%9s&O<0Edr4Ccw`EzO00gg1;B=NhLf3{wcs$2t+j1MF=lK7$Ybo zDb+tPl6&_6BqQ8JmrwvoQVsGN za0xJt7xF>EpKsFNwvM+zoGd|BzHcpG{pD1z<789)>s0StgZ=}FJ;;|vK=0ttdj_5! zowO#0o*Ek&9~iYJhlj?7g5=o5_{0+fBSCI(WNd6`&}xml$45>KPg)btjE zSfFVOFy*iqF;UT0kHAQ2Lv1Ifr!yTo_UR~@ITI8M42v~99V)HPBxm}Zfkbr@X>vOA z{rA4D3XiZHJ2}%i^GLjU@4ox)yUTz7`|tOE&CPWhaQtcXFHhcm-(dL9bR!>D>Eh9x z*G-&QI8|mIWU>UUbSlP8@z&4oElf$m91NK2jk7Ll; z;~aGLxCY%l?!nxi+`+t_yg^ToXVBZ@9n9~^A1vr8Kz^H$Gf+6_>+!K``#{lPaZfS3 zb_|pZmiCmgYv(}OV0lkDyLJs!3|9734p#M4v3vJG^}h1z-hm~9OM8~G>->SH!RDT3c3m*gGT7SFI@s3JW;6sHq8oK999TBk z-qSv~yl45~6FpB1uIO2TyuO~5LQ!y)P`nA>es5@yC>fbf-G_+hl zR|9f2s<}{h`@2#xJ^K-wn>Q#xlP zAcp$`18JKW6h`}k&BnC(WS@W^XMZ?2crq9c2gPP*I`_~E&ur`M+_|lD_pW_A(&mn# z^J#l$U|=9{d?1*%boKXz)An7+%kTH}hr(&+zQABmI5awf9QOSq;r`(ve8|cZtcQni z|2H%r@G-~0@bF0QKp+&Ro00y$Grh-$hX-)u68c~17lOS5{X|eR16LV+2fpp!ISLLl(rrWpGT7%?B~$=kzlhW zozpoy6dFcqo^-+68%pPPkA}kiC(iRKr}Or|5)@Ai44;+mbA;fD!013&tV2hnJzd+j zcO2exsJHv@!9%;YzmT?^7#n_CGgfc`?-5khUBOo(uOOhjQdd zSC3-2xC&gnk2z=wS_KnfDTjewo26@8Fehl|m%;cMFDKu3%7c)(MN?!1Fx*Trl9?iF=Rc-i3Sbd3SSe+H!CtFf``x z@DB#WGeN;WI^q|DCjk}y{vm&8crfS>qiOAFYbXpLO`C&50$o$z16sqQ;!vN2PFaJg z*@Pq?9l_};8XGa_;9$d>Sj6x|LUrs-=_Ea|Xw&%hneFZHa7MF|teW#YQE*Zh( z>+KbTBVupwST0qlUA|q5?}nOjx?o7<7f*(-j!lhC4#ex?hu(Sq#`E#+>EkoLACF95gjPGQ}%0_E@?5m(`o zDo@i}Q+a;7f$|mMgvxsgUq3f-F4pi?%e9t-r(xFKAg-ZzZNn!{V6OLR2T&RM|9~8* z@MDJl4Binf5rD=C(?Om~TMFK#&?g# z8pP>>VcuqN7fg0t?Vjqs;qgIx9^@XVykbF4lZH-z}9^Ygz8kx0Mu(8epkk z<&IK$$NQW5u_$ct?;9OF9u$%2?>iL`1ASONLNr_3Msn<97 zJN!ezvwr#Bf3`n-3MHP#Iszm)G7JO(9NDf^tJx^h$ltU+cF;rAcdSi(kS&AghA{^l zW4i3dX4S_n;xH8LBW1Cp#$5!YRat?Dspx;SqoM6o!pvLmu|IFTI{dE$21bMa z%(3Y12Q)UW19a`~?R|MPFd#k2>FpJU`;cq~IHx_my@8>j;c$S!D}?pLiyEZO zpq|8PT#2+8q%DM~#dUP=p;I26w$Q1APMtX2G_XoAP~)9I;7N;PXac8SGu*edJapxK zy*p*8NIBeJ-%*UN(DFmaqyKIrP?o7DqMc5Hboj2Z$Kn9(B#a9d_Rk6q(IVtrw}Hm7 z3XY&H$Y>^_i3DfRF1Xm08&|pPDlcdcI@py5`MtPvvb%g-xq@!GX7>exVgiT z9xbh6ZPe=@>J_THS7><6rhK!Sm9F-9qi*SXwEd&pslIs8!e%`+)%&hIdIHWj*R`gswN-E$bNpNBS zoV01$(V&daGR^oj1{+WBA;8W&gm%{77Qn{xjNCNx5DA%G{vx?81|HtK|#lUW?qV7|#pn zHBFxhdL^$z-ZtT@y8XLenoBle19B}BHY)wK3AJw*HVa#Xr%>Aha7s4eX{0U3SHFt6 z&~e=;Y(;Jd+F=VmA&);BwN5Gpv)V3nVTP~3yxE4_+k@yM9q8DBS;KShe9hLgO8A2K8exxezZdsUvbyaP_T$}^!L?K_YWNJEtkXPMkF*0w+kg?Gwy^mZ zTq!&&H(BKh_()~QQL(v9>y4V3nM6zhuOSHSFszFnJ0{*XZNz6;NN%!-`I!oC(ivWuJ^MZIVYSK#!%B&l^I68 z?+E%aJ_gh`g8Dvl-qIWuAyG60{uW#kk)xax?He8#7X8aXJb@FJsM<`zi+EIj69|Vk z|F9(X0kPc0B_00JA@(LHWMpfXlNsGySEo`?ER(;9iHVM~vJTP*k7bm(H4q|t9_juQ zsMO*m5(N!O%)**UA{zf76Dw`-*9`385MM(%*ccOQl37&Ui!Tmo1~D8s-b?bh zg$xs@`MzMtKLYj%nOG%XdWov}(o6J-QH<+LFF|HULbZ0en3rD4{MtIT+le~}`I|`a zc$CO#Eu6H2r5eBkV$?<;=M0{JXi$*ghP{|stU930jc;` zFlk5HF4r_|>tzL}b4WUQGJGm+*!Q{7`8RgVr)HbDA3x$VbUHvMCO&!=SDY^or7g-g zdDc25fBnLj#OEok9j87sPIQ2DWy~_&Kl&j~SGAm%@m+}v8+Sw;Cm}59)o^9F!*u5d z*l0tqT&5uc(MhjGd1l3(DiE>Zj=su{NDl5)0g3&bF=R3tPJ%D&r4C?6xKO@|IOO`^ zxl>L(ZxBhA)$9@p{fhhOL`=kE`%XNFr)e{~TReoTW+&%|U-x6~YV_ZuiMM)jy1Hj-PtsF6Yp?y~x&{JU z>&QT$e@L%$u2R{KyUgZAt?Gag;(I4&Q4iz-}$6A6S%VwSg@*PN4Ijvt7J-+A@MtMTEP1GApB zv-Y*D4QcBzL@lDe;Oznm$rxv2Siuxw3m&rLgh`gIWSW80rg(-FT4^DrrmKFht`vEPPm^(s}!a!@CBd zeImV0P=KtSNkvZ~J1G!CP`iW(fHBMY^u~06A!?i4eYW1-;LGSemxN5{<|dwp2#?dWEsHh2?VIx~c~Dq8>#ijUKc-LY@LNZ( z9Zh(e?s#@iANu~$n@4YL`@=my-ji6ibJo6dksh2xsXwm=#XP19P=FJ!NXILg!boFS z>07z?#ZvT=&YS2_om46hnpM-j?U2c{u47=yrYgGCAij)KMt4CLM>r!*jU}cyM*&)W&$jJ1sX_ zW((V9-EEMjOOrY@(BBu-pVagCz(t0k!nopx0NiuJ5;dGK3YOR0<0h@3R?VgKlih@A zs!m$ctejQ|1G!9tLDiT{=)$Bt>E&N0LWb65+#0b8R)S5j6mPoJ66Gt>q?|O#?~U6c zHi2=`KpnYq9>FF*|C+HmXCK#%5Y5CuJVX6O?+|hF=w~>6#|Rk1FF(eOYF|v)^xz=E zxMVz2;7NYhVCXWuZhGDPx~0!@($Hr*2C1q>Ob$}3&ved23N+CgF)@*O?hwePAt(CR zC>XI)DB6rE(`CQK&}TvKn8z_%?i41~6{YqI@56*Pd;-viWrrO|B<3QJO6-&N<7GxlV{TL-;U`%1zLe`mFn6wDiN z`mnS)W{rj7+fpUvu_JROZSm2&C2b#D4MpX#+Sq}(^{#Kpr)J9SG!&J5>aqLsqFqpK zp!D6Jed@sjCXj!(zM~?Kb<0>Ind>G{-dDDltwcO;8<&Uz*6{3{^}p`BZ^BgnNoL#kR0 z9B~L%0WXjCgKs0oP{hhkJmaZ;NDPPu2PhX)uQJHZB5>Igi5`+IMgEMsjixtfb(_Ik z$|<6xr+(I6&sQ65d+f+)#^0kKB9-VkSil(ujpIgQXF$N{t_9;}NdLer>EVDAX4p_! zUwh2D+@%ml-!;PO;tS*oEBFv9G^yqS*f0HWPZ`H85zA=>E23r65hisGJ5YB;pZ%U) zE)y1SX5bdnY0?U19l*GjF2k`k5wq)j1pS;l_GN-A zNtD2BO<-t}1xajfsd_|R1ue*b(#_%rQWfZ7!=Nf*IRzbHpBRMF42fjOLWKuThE&M} zLoYBWvIRqZ0mwTD6K~I0a4bk!g}+C{46XxGA zUIl1guCag^`Cao_<4x0cGQ}X2!|hW{X;b?Xz&j)^p%Nrq^SNWw$>31%+=#ekteW)( zZ;OhrmFItnw-`h5*MxcQzodwd1Q*>i-q4ByEZnL*OJKX{7k%rJcqzOn$HB! zkC~1x|J-=&bK_CIygJi1-hblPk&ELdR;7bkBo--!s6!TNm3=dYzDyI%-i zD3mpgCjGG$;}9-1D~6qHaU*u%K@-ud@0s7F`GEtt64*~8bhF`(N?-@@s6!)kbC5(J z&<3FHB%~8$W+Jc=;;b+?5|U=Fiq0~n^8^pHaxx(=2t?GNLikF9x}Del&l^SM>V2yD(zoJC{JIKMYaot+rJ{gJbmO>Av||dL3HRYLxh}Z z(CAkkcxEKT2VNqPf`U41$`Zt>CoBjG>^55&LJ;2sv}FM}%zn*%10hcAGwh|jm6emd zozCT@FD5{Bkri7nuct)OYEnKy9YUZY2oXI2MD$^4bu1h|Jkxl4e6I9xG&kj68qJ-v zSEXv3>9;ynSwp{NDNp6By^_t~n|uOm>UV$|#^&p@xXPHSBzt00_1n0}oT{qvo?xcw zO6GZ(iY72xl0<9VLDTtNyh+EnGvd&bbum)Uxww=|CHiCnXWSKWVWQgt_tl9W;3GbK z{B*D{EL#Ig#E53*cI-R2%g-qd%wm{2YwXT`aXgS&5Qj>B{?)7JsN8>L*x;XARYzU+ ztH3x^j(o@(tbcx$os5-S9Ydl1t{_3HC?3INT0}v{mgfwD5;KGo&wgAe#4}c5BAz93 z*bZ{oK;$q}DT#ZK^QK9>h@Z5D@!nL3L5essat1KKcEjn?tt_CEK^oRdy!xJGB%Px>ad~qK%~9 zRTLs*EO?bjA5^7YaAZ{^B zs@`Q#1q}4dx?X`4!5neP>116^qJ*=7^Zv8LLrcT34JGBXpe(}R6h{IOJ-`ArOiS+B zQ!pHbc{X0+*b2q}QaE-oTI+FG7G&E&X7zyDQB%$nLn~J?ljPFcR1kptD?qWz*epsQ zvC+zgiOkWLI*k~42>SS9s-c>G2OtQ>J%?T*ry|>9Cv4iq3YJvI!~#%P%d^qOA4*IY zzgb7~a0xPAFnru%fDp4`I_Fl?TybaAm9iJ!vsWbS6|rq|_PUg(eAZshh#QC!7sV54 z3oJ_l&}YJ3CM13zg)5knh!&D%(eI=G87E~5GH!&(8%#v1I1Vxk&=Wh1J5_}rNEAC{ zK6S|LR*9vEJK|C`DH>HE5lha9TPAQIqNwI6-!kC3!2%hOn2)dOsRMJ=w<5&ZW>xcgTy$*CFg z@jot&LoJ|5>2D$zNp8mm-^ontq`j0u2;h`~&av8L8gC5^^Rg(bg5>EPGFVdC{Y9}N zxt3&17Y)86QvvXUB#z?b3LyceUQavOD$`3%Y0l+na8Xpmu#Y%H?=$*_%7iZI5ZaWs zF#ME@6nT8vFQ;7Wflw$o2rD*8Y%kv)Abj~U-T}T`Z2*;0P?ANoe43l%bw(}oUPD1K zkt$Ie9E{*omstRV!@h10h0-z>dIH(xS&`aVERuszMk`Fr^krq(!1y z7nqv#A#uz}1KQ5)XTD4W^b``AUd8RE@*Aolj1j_m=9g_6 zt2`*_z}P?$I$+LV%xwwoel{*jrg7yKaU^8q@?=*p6cdA7J`9!aN_y}kI=zTf+6fC& z$r6$ACp6=@I5>M8e~rd5fOojRpO1@v@3?9oR6Q|MnylIo-IuCrovm!s3}9K+Tb0); zqumcGs$*YHR=XY04GF?kA>fE*n$FvzHoBFkEUlOBUP0FpYBKp%*aO2lKVWy5JPKP5dGHzzw+uSa) zX~+s%~&t<*`@)N=SA9id>}A%1|~Wq=f^w@&8Z2$Nn_K2+!qWV z`ASpn{1ld)mZ_GMuaxW($uR8L)G_%EniTt#T}lLBUF3{9V2a=^o3)oNoCC^0{x!<~ z`HKs>`(JPv@im$qS%+qD3D|Tr#86l2q{7a~1dMA0IGD$36mXy}Cn}mT<}w4vhj(AI zLu041=peHRFVD6=M2$0M+ZiN`IoPn$=iZ?KB|=3SP%o`b|CB+ksekLtwKGx2J$q@w zUV1GbuFNS`m&SJys^#!*)h+{i=<)-lt0 zQ?ofRhVJZOVu=7}fn@YdtD3|tkv$E?dSC-Bg?dnF*oC6%$1zHZC`5)7h7y=?gcBx%Y04gPI#pZJ2G$)x|OT6|*qd2ST1va7^RONct84 z4Rc7AUB%h_X{FRQoYFS#sgUKVEWU?ll7Tpl0R$nxN3%tu#bITX|DdQe=DYF&%wXZa z&+Lb)<3-n?Hcoj8qOYckD<{pknmlmnEUsgrsR6q8#cY?p60e^w`fl4pZ!uBbyC-(v zb5|$a)z`!EZSSp`eq|<F2e@Dp=%xQ}Od!Gd z3r!)3epjZ@@Bb605SI&*gkxZU1QoKN^LP*rQV>o^Vheaofe9FZ4p}%)g3=J=8~-FZ z#s5G3IQy+)fQ8d9Z3Au!!rDWbf#OdAtyvQd9w>Zz_42VAD`d-4X5ydG)C=Kdu)+Tv zQ!n=N+YRwiSO+e-RiA9%a@(4$+kV%*<1v#@5$coHMoX*cv7;I;jBMj{EQD!gi{5PeN?<=PIncp=076_^5-r9`Qs97KfwHm;o7uCb zx>K;m9fq1rgtuz5Zr1kUp{71K8=To(_ey{8YN&SBxh8h4`q9QuqY2kV}$Ba%?|1eM>@blxID z)PsocMbx0k!uX&_l!TfgA{`7s&(ordXh7s)s$z`KjZZ@xY#SW`9~(?t$re7u<`NIB z@+W}6j9K-kND#k;Q`*WzKUwoCZ5kdL%b}r1hyNW-Clc~NP*80sE}wjHLX3x_7Me@0 z3D+(AALjiyFS%~#J>RaIEz|YWqmwVk3S-vE7vk1LQDf4#YtG&+&AT@aU+tahjUP%D zwanRDA(xA~K6?b4`fekuz`yZ!)WfndG<8f<3NLN}BjqQDXCh_z+Za#;{zHN42vVr6 zJ{k}^sPGU05es(1Xl$9wOyIee%Or~^Dy5fyWUPRVSVo!)I3`3G7lY?EfC%0&vEiPp zI^n90y)x%oA_=1rIm`Cu?z`?L2+!P0IZDit^v0qeZ!-%}McR4eYb*+lW%}~{mc+)}!XCCrM=-EEWcood6uKb9r519*$b=)?d0}CsY;sS$!XpDU| zUM?gjn9Icx3#&zrV1ntSL@kd&i7;+q>O%{J2$p~ob3qn$bA}OEBcMj-qWDo1J4)ie zH1mBSI+FGBOW0RX2k+s~Ox9@34yt;1)k zOs0w~b+OSwVsgn8kXE|#;4D!zg{75`u+Hn#-I;?-VLir4yae0ZIFYR|J zVLhEvbjo5Bog{JN?}um&riRkNH8_Pz;qU8rTsYfShWqmKJtXmBVXAc%!~-j;+H7j2*#mbAQc=Ej*%3?|1$G8Nu7 zxhm!)j`PTzry(}_=bna?x9D0~e8Y@5SGFPH-7saHw<0h6io8Wp?pqB#znk?)FJCFr zZZX(<3NgA6Z}e1H{6A1bWquK5q41rwM3e0xgK|8`KJ-Xo1P4^+5}YS=6$j%vs@O$W z&T5S0$nyX*={jbDJ!03By+WOD5)n)oe)dx37-i!ecd1Svs!~G)N&*?419iPib=Ck? zWg2%!++Qt5OCY>5wM|^U4?z)-q%4up}&lAtjv zz$7B3F~W!lAmv0cirk1rEQdpOusRVRnYO?=B-EV8vFZb4sJc_t`E{pVC_i#_59IBj9DM^brtg!nH<#vTQQAzUn)JLY4EI4iY@ zknpD{0!Vm?A-@19wYdE1nW;1PiklL}O;H!uq{}WL4~j~z9-TTGubduD7OnZj;CAdW zM&XHBNx^2LJMY5>qpI=Eo+&3BM?w$Qcie9LgPLnW#OiCDG0!%vo~vH-L2%NQDy*I@ zY?%(t9R8hG@B3p49rg}9^tx2PfD0y&t_3D!FkW9W7$o# z5PCcN(4(!!t#G-sspeEacSWGGb#!kLvj`XAAy1fU&JJBAj^aWLoZBj`COTMKP&i+P zg&pHg3ERR^1uKCLmL+#=whq`XF9WW%fl{*ty3lzlu4P@#S+f8~Pnx;BkTm1jn|5LD zQNSZIt04sU9C4;hAg{ppBG?iyNeGhOWr&j@7t&i~zLp6XI<7C16|3;~Xgf}dIW!Cg;JS`3=Z78ys@#=i zG+mKlGz}i-FYq$+XS*rePP2LuG|R>W6Sy8*nuTImE*%SMa(N1s;tg&=U9n}xa((Mt zyRPku3vcaDRBVwfscUMD3@5|Y&U#`1u9e(w+`-LKvXC>Y<3p6mk*IUmj(z)|-PYN0 za2rF?vVYxwr5uc^rRklvWASCROxr2s2a&hpN0f!3W8$DxIakPqTMepRfM;1j3-ByU z-A65+#QVUrbp~I_)pb+r(9m1fxr!~x!Yy!pD=eWX4)+Qh6NQbq_2#oM$vAP8n{xXm zg{!BhPT%~}P2*K)H%jVqe&{h*>o!Caca3x?m6%sfDj%ZXFmfMPpUxcH77y0Q}U9(7N|b_1r63k|2e2rc}ygm_eF8BHoV&*ya1OY=Bv-rGnBjXq>(Jla=6`6 z9te|OwPp}61p{K=DTxSTloXe=Y(yWy0E&s8KgV_2MFgiDUdI_!Ev>02K-u3AqKx+!^NWTOQvwk86=}2 zVi6#T-pe}3DV5+`3p>cEBh{8?f;J~JblOCQPGrc#Ys>W168N=nFN?9r##}bkv0w&?KSQN6<25;b_*dQauAX-o+Z=kTdN7=gD@+3F*k= zya?qEmYsr4krWfLrivJWmYw|TG-G~>;utvwQliX%ue2#q+H|LM%XHWG_ukx#i(3ak zmB84oZK~}~L05d~JIik@$HfnOqd5;jyKJ7?e5Y_{e8;_p)rp4HxSU(JGis-4<(P7$ z+=cjm&s~LhGm`CgQPsDP#q%Hds$#-h1J?$ocYJ^U&Hb?W@O94T8uH5@8FKQSQR}B( zLs1zlOuDb`pV}Yamh`nm9jU^~dxiCh!ut3QY-m#Ye(7vseX?-FJ^O|`_6?th3eb+P zb=G#a8h=`E>})chhQl3a~WWV z5I6=?%DkwY9D%Dc$}*!Yn_gKFtCkm}P%AP3lN5Yk1|dhyT!p_!v~Vg60SrsE48a28 zKR<)`2Uru0C4LVlt%8I5N;YZ1X^`)lq>c2XL=O3Ff-oP-kX$B-;C~*({+AM!TcmIy zMJ1fr|CKjEB*#Z_{+DaOjm!pkR>W7oVUJ-ENqAO#CKlogkg)gR8)=Bhv5yM#Eyb2B zfpdJ1gi1VWUNED{?oed&IFGObqiQ&6AT}kPhaFusiHpo|rSCImxRQL0s{bXF3HAe` zZyyD1fu4{rdP#3>)OvsGj_ZXO4R9otTjt8Pd~g6!Oz|9%xURUP)(_WgxZH`hPOq8s zteA7JxSa=ul%s^=C{@I^Om9hgHq6>Lu=P?z_?paRl9rZw{5?8iM##B>i-i|`7mF?y zbC3+<0Y4tM05bVH0dv+7D%Vof@_gewEacuKoqz#kX8L)pZI*5*L^Z6E-eM=u?)Q{f zmyqaVO7SDCNKLTZ=+qbz6bu9%a;+$29jp&>Ubjou2Uw(-bOoW5A~_^qfdrjUTGk=I z54(hNW|v?e&$(30@*5V*KT*s#_!6uLMnz$!G*||Kr*g7W!pd@s5OjcYIs`jHxtkGC zikt;?7TYjn4*WnUbEU=aDY1SjfYznLiNez`P0c>Wok*w2l68!``VE(S6TZ`AmXdW` zDpKQwp7v)w#OJ?zRmoYd`u&w1H^I7(7DXb;qg@A4DI<10HPX}C#U*_R^Klj?kI0|KE?uvX$J zxRw=a2XLyAvBg=jADa}iU9w0UAvHp+=sxit29-NF(P)CHpr7sRtiR4YjpxcziItDd zMI$*6oyL>wLx7}LiM&-RN8S>D4f&dlOmKA5%!3VBnK3bwL}hR?+Q3x2g*xK0|A1O+ z15@q2d35^lOqUXSt8p%`DUrKZT1YFa9}{=$X;kZ%Zrf!PBD!crt;FdUZ_6KMwWa%J zE0hC1CD7LBTwY@$xBD}(8pR(Hze%5K$BEWf2csluZW^o@!bJ9zt$ z&Wp>oU|-&Mrac43u=a6sjEMd37?qKLBxu|?fsYc}lxDvxg9u|`D*(I~ksn6#C zzL&j{_V7lr8w!Fc))Sl&2?4>)1v5} z|Ewe=Xf9x64lIWw9_1knJz~({W z5T=?8h_ELsx&S*ABfkAu|44I*#!7>@MC|q@AxrLUo1!$YQa+bxheT|ZY+%TT1%D-b z2Y_cUS3eRM(cQ@Kh`5aMVYxG;a|VKeS0JrP+xd6^++2tfD4TVpjlHZ^Vhg>|N+)ca zY~X`MGy#{gY0pp7!2y(*Tv?dQR;+(RLqg64|G+@*Q=h?C0d|wei3XvHi&rnb`k(+t zAXk>%ao61U6x=Vaj)kra-tpEW1os19MQq2t%4LblWj`GK(b)TAKZwlvx}uJcDr(+# zOgDVL^=9kL%Sr$GWCh67($u!Y_k2g*KQj}&b!hT1X&v4?jsB_NV^su4|8ds=KBU6#68xG6l zL>6^Cd~zKmjpdDREx)!r>UmI5a&_4hBC*U{?2g*E*ZiFUKOfTx{nTOXGTz?y!J63v z&(0n=_`&+*(}zDX*c|&1Id4M^bxk|#LnWrS^7OwFCf|aR zIPt(x_@%K2b*YnV1HKfX`zuld#s7Y1Vz3GH;Mt(g4c30NITl|jK z|2d1V_4S5L#%cE^;}4A+EWc;lq$3}q^^%FWXgQaA6%llai$;%+gK{Su)(H!UH?}P- zewhm;W+jaX4vFFd7o8m_3@Rt0xKsr&U#-tk8m*CvHc9FuPIu|`jv@#9N9vs?@GkEi zbVpgZ;d5YugluCam9jX5T=JecBy8fr0iFV`O}qHJY+S|vLZ!K-6w-uC0U*@|6XJg9 zCBCT3YdJ}+C4X81iHFoeG9vwdAZo%gUV8PZsi%^K4N?2NCC5>FeO-KeqN4S04Y-CU zbV<$Cp{b#J#jT0rR;+l%)mMk7hVK=(C5qc{i>F_i`pUhMWr>nySRG-V!~=VL=&QQ2 z`x7jH{%F^Ix3sg#oV#8Ew)@_SYun;WrkDJ1)lB#Y>k}=TZV7*Q`o~z{cg=ab@4HJs zrEY)NyzKiGH!D81;u;CLdGmHdZs8k!pfLJD+f8hr&&LN)$I7~>eGWu}rzGlO0Cp%pPS&81{NOhGc*RIgxUlL0oqxfNJjk7W5c6@t)NS}0m7$}7lh+X@nWpb% z9ZXK9vr;`yp#$lR^*x&`cL08w#EgMFN>AgAAP1Vfq-H_>SCF49PqXSlw|arb5nNna z-^By^Z^11bVZsGFtzrn)VOMvOVr!-*BspA@Rau*o&TNg)!?1aGkX93O9{ogD{GKFM zkii_I(gb_NF@|1NCFrDNLmJkxanogJf3Zp{CBqK=94tn^4XKPS&SraQNpTLa;e}c^ zU1*T|0hSW#I%z)bTiB6+1f5jwJ`Wc;=U5nQD0Y`4gUrBjwzx41i^at~8Ic|{1UCm^ zFTpgpC@j->2|KPiWpe&=qeI$P;s~mI2o}`&{X=~NqXJpcNh`PbpYTXLK_}`B*x&Tg z^|N%kO{W1mF)T&Pg_xuhAvEs1Oh}6xrc1kd(Tiy_f^&&O^oZW3t=5R$sDxC>Hwo~SwHDx7syq)IBT zj!%t8cLFKQvi$>aPURO}t(mGx=GQ^rEC;fFh{W=#a-;wgV)yh|cqTmAo%C%Y+sWE! zS9UTpd;G-U%&ncYkV(*nsSWoEmm~_8#KUuiZK=8?w8_i#!Rh1il>n6M2 z=)UhOkF9=VPs&$8Vou8=MI=MYvQgt8k zbwlwZ*CNwL=1NzmN-JWoT+6*?{*a3K&Yq8p@cnr!DhNZ#lB%l%@Z0_p_9b&ZK(xBm zZ*91?;mTKV>rR!`yj69rDrzBbqp6OGJcb^(!<6S48U`~|`eH6RQ{01-f;9>A5q4u( zli~%CkBX$A)}1YQMha>LW0K}gim3G4s{Rc#MF%I!GYvQp6acg7*-F;wXF#Bdb*i1c z{@V!dVrJG6(zgW*qpvl=e}*c4ei<@`%?uhOKE-N;lEwAFSXTPZ<2(YeAp*km5w;?0 zc7|(|^+96`v}h0D>k584Z{z=(a{{9n0N5oC^+6gT(Yefl3SMpl!$T*TFc}ip0CS#^ zjD<9qU?EYisJG=XvU>yP`Ugh`{hGZ!FX5pbKwq~&mfiYD;&4@;bumRie&Rby#*U2 zl1>jnIxQ*qGZE-^Y<{D0D}!tJ$ssuA!>vr(`;+0xQJNNidEtLzm~$UghBTF!{eWh( z6B4jw;YxY488+Y8J2dGaEtDI{tZ2k;Bx-i<@pD<49db+t0aEBS`L>zR;qT#NK!=rv zqN+Q-j<|(3k-^2>iVo=FT|PwRcljR_kskl_wbRL>W(o#T6m#71V9Tn?xbse7%Y)kX z>G1c*ZjRkrfBWShZ%)?k`e0k4_P}Jf)>4*>GdSn_roue8*DaO&xN``hc>O)0%_B4k-o{L=(OfLyVzp6Mkp~$PfJLvE-Tw5BFrfaukGP))OMgj1P8_Is(-p7$p4`@u+B$stLKsEqQFS zWKf8CHaINMp1Ogd^E?g{SIv;eErA@H9i%1F8UhkLGht^RTFzr49HgsOI*~Y&1u0=f zffUFr?WEbnUCFpjZWP(F0-607N%Ag9YACcW0^SRFL{eUaDIx3FE4@+Y1BwlZ)g7VB zu+`Du=Gx1hkj^0(va~B*_Z`m?Sbt%?hK+9Q^qs;cV$6y@#Qsuj?Rz^ky#X6uoO}Nq z4Ek<2{Bg@qT9QS3Ken3k_ZdI2qBM0q{0vM=xs&mUztd5+)n{S0#RxnlBft!^6a_kA ze1t_&1D%Qx0Lva0u24=l8H=K6bbwtjiZ3zqJS++Xd2oBug=eIbJ3Gc(-S$-j*^jXu z17urYx4oVt?OjGnG4$*>bKGP^vcy`$9gMNqksJ+#K`Dm4%5vc3NmgY#^M;2pJa0aa z*~4}&V|f8XUYDL@cCP?WAbhe*R969p zh(BMV?tDCm{i9h(6{vXF9zb|Y!u%`t!6-}zre$M~k1#^wAwtD@_)f1f@*xh*D&!L- zEUP(a8RDp!kxpZFCUL?06#h2!268f+RBz$r`fq$Wo)3e@S^J*ZhCNA~J$3h8-c;3+ z>7qncJ0kW~w#-(v!iuZ=X7}`_TY0lz$r@} z5sU?=2IB{(*W5Td(|Fgr?o%`JAOav__FOYg>?1qL{LenMBay-RPn;DU>tW1*I?9Iv z*MEA8>$PIi7*1IRd61gGY9w+F&gxrAcJVbhZ zEOb{kPFtbsnXQoMis^ybvW>q&n1&fPVA`g@w5_6JO(skeeAC|}0jFOOrpq3SoguoA ziF_?g6LthX{G(?i_+e(!|DyvCxI_hQ%GTZr9A(-SfcrB@yBQFua4T_w6%ri$Tv+kb zrm3+_(~g;KiKg|lOE)lB`DQoiuy|Opv^4-N$A>L4!H1#!LB*lyhcFDj`5(B#otgLwq6eU|- z6;YDrO^tg9>h`$O8S|O-4TGMGN_I`oTM%OS;|}UQ&O8E-$T*F4=A!tF^}4@_y}p-) zQGxPi{}2;E)e(NEYXgG^%Zi|gD`M@~&}$G9;S}~Ac~S3@d{Cs1({uUw72-iCOi;VD zjo0mONIF1K_b5`ehD#%`6?<@!eOF$jgkyAK1OY_t$nfGGoG)50+A?sXMuDr+o$6izA(tBRMHLo*&8QKvC?e!ZqZrmu z$eNO6?nnHxYRaivIWulYQP8S0<+NhNsit8@p#SNB_(_>v8ml0SCRNFM3BgRh+Kjp8 z>;K<(Q1k=n z=cJ_{5me;}2}}&WD6VDiH60#80E?rN#2X@lxN zwvtzfF>JJbGxAVSSGIKzH+LenJ!`6L*qULaM-=@RQYc4^6IMP`rQa{0P`PfNl|ysfB|>(xE7A-RCqqA}i@C|`zn3r7>npT6CA&$kmw z<@$op#15dhW)Iuanr-&L%oaqlP~fx~+4XQaBU9EeSxpP2LBs`5ha-W3QNGnR*W>ij zqpeh?wDa`~l)zLxFVfX|Ix%fBYpuc;$f{)eh-4PVn>$5qJB$K91C@uE4cIH^?ZUT( zxNFYS_Mo6*wsL#2V8^U`$49QbX!x7!*)|Vvn-TiwK`p#7leHTrWgmun-r9t>Hr_tx zUGbo-GIr?AvPs*6Y9u79S5QC-I1x3FE@t=C?t8u^3Ez^p!_(Vmw%gy8`n29qP#NobyJ0SW>4VZrM80KZJt%KTmF{_DHdPeQ z8%#yT;Ik1R8jeo%F{aj;Eo{#C;Qi97*qP~#e^7Yq(7!KBv~IoK^~c>m=}wmJhnqKh zADSdMV@M5YAU)8WcNx{mHRZbJt;25VP-E8@JY2SdHcW?JyS@Mk`32Bx<5g7rZF9Wq zdya&+`8#gNy5#LGhB4Pt5YBf`Fdu7?TTB5uK%5W~nUpQ`=+<&gQm9J&>Q=retsTCZt3Gk(!Qtbeiq zu~s-g^wv^jo7grW*4%>0##n2jpfMhrKAKp%?pEVH_tQYE6;27UI=F{fB6v~vf;nJSVbu=o2V45>s63e#HW&2Gg1LN&gM7YJSEVb=3#K2YD1-@1n) z49=1&TN7~m+GzafOzY3gx4VAoNUYrT!RkNT@FyFRHAm*$&rxJZ7_9Q$ntAZGIeViN zTk@X0JYg>feyMOiY;1n#=nXOx%~;*Uho6HysIk?Kd?DCv6K4pFyM) zMITI1t%wMn7_!HCWa`??5K_`X4Z3;Fnut1D(p@$4hsY0hEm)_R-v=TSGBu3iUQBkG zU#%n|p(OaWYRESw7eiQz5L|;&^mAi+k6SO3zYj#@y^3C!O><+Q2^}KMbgfMz(Lxk( zixYlQ3>(QUCLrC)1P&2*0Y*J>;z$jSzbM5x66hC0TI)*M!Jee7b{dD>-NaYj>(I(`W z!0N`P>q23CI+v3ry&Qt2sGb>Vvor-SqAW1z#Riy(AY#kC;-!h=rDWc=FtXMIB|<@U z18r7SKd~>mWAZRrwdKsY{b1l{Y0q=jpzZ7rHYHk~x?Pm4+%f0f39}SftS!AVfZ&I) zSi@FUWJOt8&8#!@*LYNrbLiAnkDY3iE9=1OmX$)cDtNPC5Wmq$TX--y!`eYnUi8-| zb;uW55D;?nHxY6pTi#4!ofs6_wnO`gHovT&VWz|2MI_~n%EM528HRlsbt-MdLzq_U z)0}ou$=sw!whhvx{GT+m#6ezTsayVr`a7X~WkO?RDAz#-oN>$0Cczw5 zh_SH3gqNWxX5mlFwgndcR<(UmBiy{mYF$^P3G8gm{?0-&3@RLRsCL4p7ll%-yXZx< z9>oh*ZJk^`)&vWSYnH&k9VFjxKLuToY-u1C9mbASL%~oR-)uo7ry2=*7e&7cz$|3D z4{{|WN@l+1{^6la=DY627l*QhqzlaRbWB`!aT7kKqEf$37CL0;LT$+WOqM|l@%kE& z*ZBY^9Q^@5n-i=^*^Y+Id9d=*2Ax>0hvqs=$lPp$Y+V{dp;W z{aHT!HBPOZGYBG8Z1|xrgx{43!^mRIsr3j?*)O#8Wlb6x4%vVm1tS);v zo4U9YrE|&41MGBo^xDz)3cg=7IhEOevk_Atu^1M`8)otG& zm;a>vgY(Ib=ijgZ&dLF2w77lUS7VIj)EH$$;8LWCXXx}QowCNxMQJwIzzc&KFaGZ5PN^BzI+lZSA7PD^g}+w0!zys`Oj4Y))!u_6Sxq3(iRTg8ovo5$Ym zP1bJ4JLUYH=(dmT6j&qt*7&vY=@;f|)*^P_>$@g)UEclB-5=7o{3>jd?DWs}#XRx$+gnQ-IB?>ANsj zL(~Y1iYPSV4zlTme}o!$L3x`DhjgfmOQc3us0O(O@IfmU>whlIL7l3bs~?rQ$%G23Lf`3 zi0AYWoyCwWB3dAlh4&1eiMEIbF}%T-kLL|xYwt)tvz_Lt$UmMtWE?_V?#%KoH(?v_ zeD=OM;u$X(S|0J7GmaPVud}ZeWPHu7e62w9H7cWv)qzqU_qBq{O<^n_{D^oWQeMsC zf-=Sn(ZWLQH^VjZJMh&(Yqj>>{%o~D^F3RDB`2~!INYqC`~&rA6L$Z zFH$s7wooj2c{_YZ{uCTOpoN*anJ8{Yvu*4_SN|*hf^2xrh(&CQsaW=K2S;h=0@^T- zcBot2wL{9I;oE5!I?}82m&y8>sY?X)%NjcLG4vE@Kg7?5C!|bOY5XaV2g7HBu*Oqr zN642B7G{H)3}wcpA{5PN3$~_N6xc_N1#dCC!=f!z1rGrWuSh7M`< zSHf*HW2Y!CUt>Yno!^Tp+~l&OnjA65A%omSBUR%NA~Twik#PvHu~fQ5V2kd7v8MI3tA?-$c+RLSNF z9y{P15)d{(8ZMDkG3h+sMmaImg`y<-pHU0xT=pp`dO#@cWOdBVUHq*&%(;#I3l0pW)#9}`6d_f2SkK(q)!eFOXab&w4Eig*Kty^ zb-uss%6$j^$k0 z9JPPwDbXPg6awNwF@-9ic%kJLvt_Ger*N8f;S|k#P+Sftoi9&+`Bvc8@!91a$%?JX z;?Agxj4Ytwfy|ai*^B0orU-HMqIPDo{J>WR&wm&z=NW2Ru$gSR^N~T>Q5O3ZUwRex z_6R-ta9zi}bvqO5cK&(kt{DsLo-3|Z+$(EMmbK27?uzE(M7wNMB#Rm)Tj+jI z$%>~DH#v8&aWaRRvNo}FqtuiKl{IlAwhM74>Ng}SH%>Yplvl-0At-3|s+s3+I}>ZV zljXbdR$+PUg=FE9l&@uSZ+vOO*K%{sOxdj+w+|;_d8rz0sJn0?cOh%Fs9~Ag5kA@_LP@I@FxJmMYE) zk1%7rrC?}6nLocx+>|h2NiV=*Q%6vv)3IlT*MQNzGKv-_=i#9P={Z_=Oig(9dL#?WPnI@Q@Q$ZT0h+VLe z_33+x$_m^4IQ0ViAy^$ogN|`m#04g!km`xNL|)4H8?;0-$h3QCh5&e&x=T%=ZxZ>2$x2 z__SjnM7z_m2!A|J->{HncLi5YjgKMK;xv3$$WM#*xyx|%?v@@Xu9VOV1`uqIjBXbg z-`1T#_$qoLS>R@DLR}}nnb{86^Kjv(_y3Y^oSENwyf=FnZxOl1`zb1YrYspA?bJc? zF*MxEfMKEUXIFoS?eam7X+z4kjMhtHaHXt8S*T3bPOZRp5k!LF5W?+}W=PylrzL=5 zgioR$@pt$&F*h*SVhlhdrBed;4#ixQf=M&xf%(+$rea9yz^%K8wiV5kc7RSy7nZ9D zD8@{aRpx>`?pb*1w3}MqD?w5^m)*&u%LQ<6Q{D?yDzO(KLVR++vR}SLx$#Vj6+&ga z3Je^gIDgQnJz*%Vxl_^+Z+NHeMjI}ExEv8bO8s|Ax5c~O*?R*KsJG3n*%rwpGPB}g*Z+yFNy5W2MGex(KeQ+YN`OsYXVbFS& z{V5H2F(1J(t$B?o(5KLkagXQa@jAo(=7wF0Y46&;Q^R~)0Maf=3bI9!Zw4-vJ<2sy7s?4RRgR{V#U|n& zVrON`gdoC9$=QY6vz><3@);rB_tdZ^VRe$X?XM%D|TuAs0Z6A;^^j!ei5A=v>HS zSzh@;alva8VRZnpifGMvRu;0sXSv>>DwG=_*5tWgU`pGwhI8f@42bV<9TPi7!^6vj zU>G|o17rmlsIaZSiGpXVtZJ~J3szYh%rTdakRog21xf|UkoLLrOHKZk=BD0?N(0QtTes&Q+}57P}GveG%_HRO^6Kw&YH(5k(~#@dJvn$4n3}1-A-dX z=OmBeq{G;ZI|M5TaI0=CCmYxWsdZR1l9;S6L=g1IUsZoW^y_G2K_T3(m#M223bg6m_Hph1EJ;tES3VYAh{iness>xJSPM z0D?~oMS&sgGEe58%aQTd*j&^EBbW3YawIDa#$!H&T7b)OooOT3DqVfvdx;uKv5Z~}9})DMR- zq~Z~rpsgTB0j|a0O;>+`R2JTOq#t3qR2qubB#{;}kruAB4We~~58+E0Nv9Yu!nGN< z>Gldv2&v3yuHT}9RSfKw7AQ9COy{p4WrCcv1DlHRRx*Bs@9W2&xR}|Iq$hcsKEtZ@ znFO>Em_%e_1$(=LPY&R~c)F0u^PytSIzp206y}f{XTCOF7>5#OLE_{%n zg_Pz2SfB>Onx~Dkt9ML>@0GMCO4{d2p7`Ks)J-~t^AqR4@hajV+uirBAr~3vNr{&RY_X|to)^}VtT++unq`Il3pdJXN`Lx-C)pG?s;?24_kOF9!}o#eky6fm(sMRDWXtKwtdduqb|F(u~o#iz1lt7#NTuv-78x1g*L*E;Di89y`h2O za0q)gbyFg(rOfSCBx$+0n@&6FGB+zL!orp#ehjB{VhL4{H;uA$m zAqGGkrPBqR()JO^jS*4sJa=WDqBK_@BE*Kcq)05MtiMgCn{=X;K>W9KqSgQZE$iAs z+e*&x$ky1FWJ{K0*|L0-EngBRvC~`}$GJgsPjgvFTEenRR*{uNT|3eqSs`m^abU}4 z>5KeOIH362O&^7KKdktbMq;?tz8XSA#p_p+0<{0~x6QHq$3T=ACuuHP%f;a%N|3Skq^6-dCR)6zsY#BS zF__A7wAS2U;H(Lw`ee7+TonNIC}3(%wD_Uh(Q$0NFC9KsI`ktdIoMMT4#)wmTRs@vA2C&h8Y) zE=Z%btHGG;*2MvQzc^&M*_L)wlib_Xq<5Q|l-<!D4K7qkFd4c~VJ4zTfT1YTMC;i==zE1w5qN8{NKxl$Y({BZijhR(@gu z;p@pSndhybd1dvNMen#`IqK>GRxdnxccC8iEvFpFXK^;eZcLkjj9NTjfAZ`T)zl_q zWvsvcmK?p`Iyfl9)r+!&l%b8QTs zEQaTbzEcg^o`|9>TG!oC>mUYSN72!$rw*d~u9^hg4xf}!Go=JT0m=YapM80?c4?e+ z>q_DFw>Ojkx{l%iD7+*wVs`abJ-u?ef`>-}qWO2;GA`0?;SDHCu+H9E2e8^qyL4~& zd!^S5DgjWi!5XR#YCFmpl#nqtSVw#67?(UvJpmMKz`}sq?heQk<|#Ju3B~}d+u(Z$ zfKrp+qv{ zjfWtJ3ovr%hWpmwGW^WO*qP$c*<$xO)r>eT4p^INk^AsiM+P}Ug`kkwzEb~i6@yPm zYsqHzh2B`vm~1 zW`7%C%p4i7`lpePKcXaH{oy9I=M6z}@5oHr%hAtAtg|sbG9iqGC{&QxeTP?u>;?;2 zA?6%X(V*!bj|UdI9!x7V8H%#RVS~Tyw>D zYH}%uBaHK@Oe&k;@tGv{al=f;M#lMcG?~g}VN7DRVKJkP??h@oHIF?t(cDsWA%34H zpWy;RC!K_I)`ySdIH!{OA{U>E{&Wf3G%(Qz$6B~+5eVE0rs9hSqhI83X!>y)Yo@vR zX!2>&NTli$!mtzLiwUe*Fl7p*vMJ`Ilf*6O$*0j|90gxQnRr$W6+l*;V_=f;9Ng@t zj2y~j*A)vFMlxe0AL(^nR2+;a>4jVd*(FgNo+pBnAlz=2T3Bdk2o=gjALJgUur-wT z3dP~P%>a=zrlJ?&R4B8Qgu=3z35li?iFgvueWQt7CN&>Ns;JguoJC4wuH`YcNKGNr zL~bDyXT7PRem>q~}bCb*zHQEoPp^TzMc=*yiuF$t6+X-t%*o@_NfLoAFdJ<)IrePr3U zBdM33Cy*1oPGEN<_qgoIfd>3UxfSh;1mk5V>HR;pXCzz?;NEsAonFWqoNd(;=Vd1@ z34f%g&&zEzczE52zJLiQl)vOMufaJ~+i2omAltIhHi)*hFdHdsBTU;pG|bBK-a;DJ zC~$TQmnQ$Xmylj0p!HR5{dq3)CCw^M5u(!e)vMb2DYs^m4;P^W+bYtE9OMtRo%T0kQ3k^dMi|5x zj4`;%V1j{#W-$Is>>7fyc0kEdpw%*PpSfiG&|3OW+i5&2h(2rl6{+J-WPgtki=qz4KZNVG7~2wETVm*4 zlgH8YPBemlMTBEuOZ0DvLHxZIlUoAhJ_v4!;VltG)N2uY)7<&mdFz$)RwZ_D#g`v? zB@ULx4s3|djljq&aR8%epg$j=lXmm+EC1+&%G4@Z!?aM1CH?X({BZ#S{@b7_UFs5ntQjLhu?U7s!6y$ zYK1S5_Lh|k$WOZd?hF^5VRORlwJvQs50sp3dpK7%orm6dL%&X~T&_4hUtfQAeZxPz z=^QD6xbf^pe$-5^+}L!E*6FWq?MTITxsZBTcuKk159LNSow4229uyu@ZstR|ALg1` S>)xB*uWqTM!Wq#c`~LwLYaulN literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e6067d627d3066d936acc4705f1dfbc89171766b GIT binary patch literal 6342 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f55cec0d76b00b93dd2a08df3bc81a236f4a77be GIT binary patch literal 31550 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%0DCZS1iPK5;L(63PfSyL=oZjJ&oF*=!!(4 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3f06f79cebe02a6348ac5601f9b0f8059530a55 GIT binary patch literal 11441 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 str: + """Replace emoji code in text.""" + get_emoji = EMOJI.__getitem__ + variants = {"text": "\uFE0E", "emoji": "\uFE0F"} + get_variant = variants.get + default_variant_code = variants.get(default_variant, "") if default_variant else "" + + def do_replace(match: Match[str]) -> str: + emoji_code, emoji_name, variant = match.groups() + try: + return get_emoji(emoji_name.lower()) + get_variant( + variant, default_variant_code + ) + except KeyError: + return emoji_code + + return _emoji_sub(do_replace, text) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py new file mode 100644 index 0000000..094d2dc --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py @@ -0,0 +1,76 @@ +CONSOLE_HTML_FORMAT = """\ + + + + + + + +

N99G#9+7eYElJLu0@j*xL6-)}E|=7qa#;E4PZhS5VCw+Vf<;GWI4pFrq+03CfX<@i%6|DbQA0KxhDeJ17g5S-WecFG}; z(-G#XKyd!4ft*)-{OTVKt-)vJ@TvXR2W|eL--~$}S_5UU*Fwz}Vl>Na#8=Q{*tHWx5 z$AI1br}|*c>j5(V{0SQvnBcVY!~BHJ5!?Y4zyC_UW%Ks~DQ;jB0vJ5{sEzQ5Z#=#+ zBmy7=5R{jH3-X5sLL3>j-}sE^e`_eh&F}sk9qq+I{-00uH$MP$=LfFc@>}rJ~IPCn$IBqvk3nz?mvsT&!U{qJ_r)w zDCcvC``n*^P}b)VHjO;fkAlwM58a&`e^4%*f`ReWOZVV{Ur;^u(DAQ?-bew@%q{k* z$EJRJ>g2aFi^pj`H+AQ&pSd=5|I4!oO(FaQ<lc1xYU&%OF5F0W zQqW_k#Aoh9r&dnk2PNNk+tk;l%C~;?RQ}Xw@~5u7`GJQY`Qn*}&*yKscFSEKyLKyn z;PAZoWz^HB|L)A)Uw-5(vv+^#fpcfhOZT6-`{9Sba^J&ez9?OoJ%2&mz<>9{4}S6P zN56LA%a5G>#9bf1=kD_lUYM00J#+t`h+jOs`_Ts{=8$T=iB`dP-iZ~QDH ze%kQw-ui3ew-EpQ(R084_4nWZ$XCAj;Mv)`e(m8$?ni}w{jM8vpF@4l3tg!HJoSIc zQ@iiICvpGMrxt%@^>fR=e&xOQ{OwDkcdbA1Q>X4cb?vr?@cW3uJ#+4X^XElRoIZCa zuGijtT>QDaaQBCx^FM)$JazT$?+kp(^C^^*`#1aVy=U+3_x$B;_q>Ftsn;IB3y4{n z64#@@8T=gX`_b!S;JyHztZ&@%*r|ua=)CIhv0F}t6JzjWw}~lm`>T@R_HYWEdYvh7 z?t@72!=44_K8!-oeMDTux3Z4M{;=* zICJXoXLW!3u~X;ndJI2{k4Y>urzS7Coh&guVY{&A9XS&wNL`RNwi3@b?{2vA;Vd-Fe%! zTOXc1i?!p+=dRuQ$hnzoZ#whnqj>G_y#3l+#Sf|8_b`5m_1djpy!fSSr|!RY>dduM zUpz0m2Sa@_*zdUS%V*BcJUn~fxr=AdpZgs|egSkoh0EbffAwwekbmpyJAeFdrrvz} z&$&-M|Mqve|8(w?!GG=j)#u**-r)Jwdz7!P{;Bfy)aOd?%l+%(kJnD+e=_-n-JiJU z>Q8@Q^<4N}Nl) zcIq$R`=PyeeCU6FD^mRJ`8T1W*57>RZ@&A~wYS`N-&gQcvG?6~?$ZeT%$>Jfd+VP+ zICJ0m3un$0e;Edduut{Ol}#K=$jm{nq`b|K-=; zF*Ez6)5j~;FFrUm^&?XcPQeJ{?@oRG&fC8uUYzgzvABF*Ttr8G=Re?b?sxy+p01@g zjVlV@83wp8!x$VxYFyVmYCF(6HFo1xazp)S65J?}(nnIYQ4ul_Xs~H7q*3W3EQe;{ zv9hqUqg}aK`7d-)DNCjhfu|e%4=@``Ru?^IX57s;bHBOw+hBA0mGzb z0s=;jp|1=RlR+O8!dwWD*Mx}(@QrW6JP0xZ{Eto;^lv2$iW6bjQH6m_5;lh5M?n2x zsKyL3lQ4V_SP)?X;dKQ3eg}I4VG04=Grh%nYDl`F5k}%*0Jbw*xpZ0=!6j_xi*D&| z@E&{j7IPI{C_{eY#C#EQF0J$VZ*>70?q;!0Y*(RwurB0_+mOixAahK2W)g8 zRdZQG6m{G8nG##Xxg%CEpnS4QvAq2UF|^B2#xwfCRyq5qluI&@D1z@}GFxB?=l%>&@S3*Pel3{eTQ2juGJ`8U|3ku{ zyn?$gHL*+V|%l^v(I9R^Arolz(Hhx%O6)C?3H#)&82oA-txRvzuxnV zsrUBo@7`}-Zu=80|3b^NSigSk^{a(vBSYe~ClujG8c~I(8w%HxBg(_B9MR-RGtri( z72A=eRCoUtCtwSoU;S>EHdc>3Ue)*XZtLO|&2y#i9Ya=G?a|RLoz&>${$_KbO=r4v zPNQ=NnGT(YwUTEi*+_Q8iJlZtf7GOCSBh&={2bP^6}oOG~E ugy5+gf^~v1JUg8~e{xnq)%Y{!OC@Z7#nzIkr0r$Go?3RkOxib`&i?>W<4JP> literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3d5735edfc4f8485b775726fc903883ba4fa6bec GIT binary patch literal 13983 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 is one of "lexer", "formatter" or "filter".') + special_modes.add_argument( + '-V', action='store_true', + help='Print the package version.') + special_modes.add_argument( + '-h', '--help', action='store_true', + help='Print this help.') + special_modes_group.add_argument( + '-a', metavar='ARG', + help='Formatter-specific additional argument for the -S (print ' + 'style sheet) mode.') + + argns = parser.parse_args(args[1:]) + + try: + return main_inner(parser, argns) + except BrokenPipeError: + # someone closed our stdout, e.g. by quitting a pager. + return 0 + except Exception: + if argns.v: + print(file=sys.stderr) + print('*' * 65, file=sys.stderr) + print('An unhandled exception occurred while highlighting.', + file=sys.stderr) + print('Please report the whole traceback to the issue tracker at', + file=sys.stderr) + print('.', + file=sys.stderr) + print('*' * 65, file=sys.stderr) + print(file=sys.stderr) + raise + import traceback + info = traceback.format_exception(*sys.exc_info()) + msg = info[-1].strip() + if len(info) >= 3: + # extract relevant file and position info + msg += '\n (f%s)' % 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/console.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/console.py new file mode 100644 index 0000000..deb4937 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/console.py @@ -0,0 +1,70 @@ +""" + pygments.console + ~~~~~~~~~~~~~~~~ + + Format colored console output. + + :copyright: Copyright 2006-2023 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 d, l in zip(dark_colors, light_colors): + codes[d] = esc + "%im" % x + codes[l] = esc + "%im" % (60 + x) + x += 1 + +del d, l, 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/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py new file mode 100644 index 0000000..dafa08d --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py @@ -0,0 +1,71 @@ +""" + pygments.filter + ~~~~~~~~~~~~~~~ + + Module that implements the default filter. + + :copyright: Copyright 2006-2023 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('%r used without bound function' % + self.__class__.__name__) + Filter.__init__(self, **options) + + def filter(self, lexer, stream): + # pylint: disable=not-callable + yield from self.function(lexer, stream, self.options) diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py new file mode 100644 index 0000000..5aa9ecb --- /dev/null +++ b/llmlab/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-2023 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('filter %r not found' % filtername) + + +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(%s)\b' % '|'.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', + '\\

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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ce42a75410792d208848ae5bf7eff275fc63ba7f GIT binary patch literal 17326 zcmch8dvF`ao#qTMg9iZ+AOVu%LnLHTA|Z;TCCjobEB4BwDOnHt)>7gGu?#~5NC5@` zW(E{REV$+-+6uTUuL#?>1UIfCRqHy@<>XGO+Pcl%)>UPbRNd9x{XrPoBRuBS>NdWr z%YTf--8jCh+WUSzm;ngFayIv9iH(`=o}PaE9$$am^Pe1!Iu7AKX8vw`=m5w4oNlxr zmM$I+7&vZ`3vnSn#!c{ko~LU=%-}b$U!&j1eg(h4enr2?eocN8`!)N`?APMAuwSd+ z8Zw52SlxupZ$n+ikQlR1IQ))@dVl?d)9>Ut0~Z#eUacYJ-*Cf+yn5$v3>kuM19zGW znQm|)bJ+Qzv6SOssTQPK!%cc>GfS;Qsx92Cr?#+EJ5n7Lsk>NeJyM+&HMFu+7g8I- zt$Gb@Xlr}OptUR98n#A{m0PS`h1((q|86U1RmZN=--VL9!(GuKtwj0v1TIUt!{t=% zsv`G{mRA0y+;4V;8gFp^{SnUJ6LRCK7j3jeUoMx@u8@8pP4ko+-Zy4I2_w%T=Y*EyYyJhj!pAGFsd!{G5ef%l zkz`m3#^jM-&f-Qztu)Wga6ZFGs$MF!zMqYd&!QL-vLZ|d zlUEfXnux?DdbwhhlaeCJQy5W+YF8|QKqMYX1_BsyK@P{p6oCz{H4qq$1!Xx9kg4Zh z@7(9F4_-}7ga^mQrJ#(r48~#;fmrZLe=;m5=?2$>n8U%zndH?({E2}>hX-X$bpK>< z^o`(nSRR~=Ob!OFh2x=wG#FARd{Aq)JTN&UHQ-ID=56yZptY|9dGZlNpUrVan=^Cb zQ+LziQ`x5$Ph?NLUtjP({ug`Kjt&d@a<4n4$k+^8lU zbVGqnsep?`Zie?6Qa`Wrmcom&H+ePeWkczelfhWnJC=}G+IR##@M_I|u1X4Ow*-4NLSv(7<;AmGH)baZdS#!QaCv! z#qpdp74}BdXVj)gWVQ9>!k0eaJ}^p+=(J+d>XjV0ElsmmYGQd2Il%f|Jsn#5WAq4# z)Eu|j$hkaHGp;6Ge&Y5UrjQ6etV#t9WwOFl$U3=7h9yR!9pMxg<>( z3sHJQRfy^eRnACrQC*R?rBb)6LRvT8X`^P=XN50$r?aXO+@=LhL1)D;d76a2Dx^j2 zX}Kw>8AUK zsrPmDIUP=VgSzTLPm+nUrW|~Pj-ITcp^-QwKRy~RE6s6T!=TcnnepI6_&3zfkxPnU z`ijq~n8qUUP*|#TW05$l3Ym7Mfl@tPxe+OjNhv%QxgJO+0-=bcm=Vz{6)_^yy=5Z! zMi>{eVhUe}A(bT>az%inj4R@_1goovS7u#rS zUE#-M3vM+lsG0&J+-|BtGhoa)4j`!?1?5i>!2r~AyS$5UX5U$EHI6 z>Hpvv42H&AFiJHD96CRWA@&Hb6v8zpQ1mF!nmTJE`h8?MGhTh^94eb3dcS+Ur%kQ7{VUytrk+iXZ#cMmsOV{0Je@tA zJF`5pG;+_=_bVfk?>n0^j?A@;<5!|~_qj}y^wT39LmkGSb%;az%^&b1J~KH_nwCI7 zsS5-q5}~OWUE2eJZ%qYbY7X;hYLz&KTg~?b1h?MYkr8g%ik@8=;Vmoc!>}nN+~72*<~QSBthl$}9?K0q-#TLk>au8^ zO#ORiolbfg0)TCT^2y7OJ2g)2fbIOl3odR3JJ&vvS+KI$S^ZU zuY0GjM)1~&V4N`8HoT!4z~NDS<}p|#BTP<3G&^DiXo3)874cTr2 zTNoY&ztsT%P7Mbq2Fj+pGz{oInR;ze;DwDo&CJi_ zJb(P=nx*p*9s56#m2I}hN>jreTXi3#9yBmjug?f86sDFFo|)tBJKgGBbmyJjE0+q+ z18bH8|38{+VbT;yg{xbPM1w})+__1X*E?%t2B(~)cHF{S5>n{u2Z5Yjz4B~Zg53+%iQ_4A?s2=}XtEOm;HB*`Jl8hmv-y8?q0-6uL5+olyBq%;J;<^xMIKM4q zMQjg&eDga(HpKNIP;P!_$br}u0@3Dg2ssfqf{=2DJ<$VbT2+XW6{`xGck#D`TzGod zOoOjc(d~ii>{3UV{nsW64weu(TiTPg^U5=FGF)E5%c=tee-gYF^cg=Fz)_5{IFT|9 zFux9;LE0kyGep}~zqB-_(S7(XB3k`c;;FJ(Pt&@G(^i@&qiF<})K|Ar!sJyUYO6}X z?Y3GCSe2D#R~s4BuGb0DNEjj18cPH*1TY-HvdrQK6b{JNq@r2H4Dk;p!5Nv($ zOz3>^rR+=ZpI#lld-lhMLieeHXGlkf+eVyv%SQZnaIskFCiO8zMk&;EojR#@v4n7q z5weVC-v@W%V($|KWl&*8fFbxci=7 z7$sq?3Lzt)T@At0-T}Hn7s05#>S5eQX)#+B(#AjGK;m%GT9k)Qm;fFMBM+&AgP-$* z67|k!Rq7(Lwk~IG3`^EY(8!7jsbGhhAeLuKT}pqG9u-xx%c0p~wqgSh8lF@{Fm_lw z`%p}#K_WC-LV0xoLY3-FwpL59o|T~|FC$WsQS-vY`(M3h>nk=k&!4*A*pxX{bnRYu z?ajOPuAC~kdNX3t;<#m>w=eu|PFS`sS?^gM+h}kvwq#otJF*?QskMfE8B@{eUUz!) zPVY){!P&cJ>D?&}|8GTI>PC+wKlQCryhYfDcqrwm9t}z*BPSEVG{=<$`quBy|9%dT zckh~I@6HZTy-b`5R?>D-ZFX?XplKq{NDEE%h|Q>Mn*>UnOYN>|8F_Aoe8F&!B^K!! z5}hu8xl&POjAP3xSB+!PA1CO4I@nh zsl`27A0Nu6=k`?J|Sj6#_3EM^>s@`5BsL z%fEktY?;_Pl6m*SnZ*m)3oA#yNM*_MGLcH*;-Au3aH@v1p_b5S*m%?sf(8LalthK+ zE^^hp=}d_=l?W<=tkJuz2=HqmjlLnplKK$I)K<+JN+)rX+Eq34G!kr;^#PS9Y6b)0 zXjtf7?9cYEcnXgFVA-r4t9y!W&*IVS(RYr4UbA-miV`1C^f@CN7hQ*pKNOFfx4Aod zI~%P_xcKdSc`XspkdUSzmHwTO4z0kX9dd9AZAewa7$yfO{sUx|7W|s!Bl*9+JiA0X zux9DsDY)cTS?~T77qm-R+MBe@8p@8njOL=GhgAXgQpa-TEUkY-+%4m%VH}9`GPHTt zXyC|1Xt^?f)1EeF4L6+vO3do%7jeh4lxf;h+_A7CS!aY9+W`e-|He}swoj!F(DGcg zhJ~ExA2kVfh$&v9*a88-YTC-hCZs{JV1H1aj$qreQGO#bIf)(M@bzRkE@M|%hQg9` zs-z6l)j5@mPv`dh zo6|o&`R~rYeexss>4Njjn&r%|aV6K`(H}TYnk;`MAgZlh`YO4`B_L6ad( zgACFe$om2VI*hFHvUr#+wgxKsiGPg(B^=C94|52;clvMl7o3l;Ssvf1I^^Z{;_u^520(GXyi9Tr#1 z_$$;clh64dOl#dOi%(~t&Rs6J`!bfI&An#pDtbB=j%S8GZfq{LcP$@VI<|81d(SLb zip`yG*B9OG>+ar<+`Yw)?&S+h7ZzS9dVANshx6XU4>)U6Z%+8QtGn3Kw{+%y&w)GF zZ(qOL^dsS}qtNqg?o83!eaCv+y4qXtK9LiP?cVkF{*T)GiyhwOb4%w|#lPtoxc^ws z_s(s)QPGx-bGK}YoZb6twtMvL=ewUj!2hJjh$&GjHz9UAt%AU)=pv-qLn|HymEu z1HmZ1z(1(t#r+RVb)xUVE?(?@VB*ESblXg~z6U0Q*zv%^ivtf#g7_l;z|M<@ere*G z_N+ACX}R5UXZP*h1<&Bzg@;0;sIGumTSn0gJ!tmn;mb(ccG`#c8<|fv+^}f7IkcC9 zLukZGnHei(VXTyuu~K!6m9jBb%FfONIpCaZN`pT#x!p*oj@H45d$q($3Q2b}*qQMT zq#~1S1E)kHZ8N~6wPb@H4#SF(H%;n&DzD~o(#KYL7=n4(8g{3a&6zcX`11O^yxJ%5 zSxEyW^`i^0HZ|%7wO1NssiSs@s7r6Uet|dW%t3rtl9m=ML_OM7`8RE#-IB^Dl0=NK zfH&5tU9)0%M&}(sXTfICuqq}-W63^;M9)fpL=i3fq*o}{9F$;ru7wq23|r-O>V|lL zuFY42GBI7!O)6)_^hG8n6H-#~1aMtmI;l%a#Uvvy9Kwz~D8%d90*WXw=`D(=t1>kR z!lGgnl@4p$AyGObc8?yB5y9i*{L;Ppt`$$-GI-Z?&+-%~g~h&X-+JS|eB-{1x!BhJ z-snot_hR|B1E9*BpV}H1jx0WteP+dS&*sCjX}NEyZ@ukczU^RU=&f^~w(VVSJC<)d z_M?`3+sVw(&2t+~?YSYcT7{-w&}nr$JuN{3CZi-4L|~R&zG^1?)K(G=jq4+;lJS_`9G!x2PAfJM{1)FjBzCW2m7p>iQ_CCE~%jFD8Krt8+3NdhNw ze^OVAD1q{-5E9tP)KIo)b5&8?YAi9q9h|Oubj{*#U-MorsZ)YDBr4Kj-&q3=ibnK< zqNb5czxYRl;gp+kP2RB}SozR#?>-6twZ!R!gu^eTM4w%{g-$S~RXrPd2*q?Ig7XbY z>0QeEE~V7HNP7B$BqbP^JwA?;IASP#Won!m2B{Z?G%Y6Z#265Tk7znvqO^%iNww4v zbK*h%4w-TRkxDTQ5p%uf>0Wd00~KO(sv4TNb%F|+AO3GncTUK?ykvR*`8&h6hd-j(ICrLpYng0SIgUUXy~xzKWSDZ1KSa1CZoZW@e^u43!%<+i1^m6J=m*IN(e zTMymsF0?+iV1n~>HE-A(Z=Ih%zt%c%SGXJc%Qt@b#`@7S`J-p<*6$_-3+QI1r-T}cya**Q z3Mr`?z(V7w{*j*OLqzkZis_~0K&6PXvk|!?wCT`*(*`v;d%^+KqS7ZIzeTqV@Wue9 z)PYC)*^)OlJi1g00|UlP_r_%lF>5S?-w*LN3OL0}1Ia?I4J%BF?w_=B0H!(s#sXff zcvsERnv}i)WF&p(3u+Xp|24P3^u@ny1V#|pWKgAu&8bZzBZg%;oHo_x!} zd-ndK-LcRxKMcTNMBU>JqYMwPPTwSXS!~ZoYw=%9~n{&XZB#SHnqndzG z!H<6f1ldJSN2yq7k}MBH5}8phOYe4>m6lLS!ye3rlX%wHSz{DTE$Q60W!Fg3`G=^1 zIpKwE;PT5PvxX!BOIq6jL>K*8{|cYIyx!EGZ|YwS6`G#FVQm#FezqlYt~T1MLCLoH zVFnL3MckI)U`OZ46Wm{)usv@x{-lma?5nTEYgO=8gr8N)icp72S&{ov*(%0G9irRA zh$>G-{}Clpv_=_EBEqR?#zt+Kte}&cdC~L05TXZrh5Ew}v`$l34Uzf${m^APo zn!Bx)>anha-b5S+$mx?dz2Op(sHx7c#)DUI5)Q|zX{#)WH?k(Mvil?)#Bpfit{y5T zi=>#x|R3(WN@_`EVSH8C-RuR&^R^nRw%V6ph}j&SXDlP1q! z`u&%VlQDRuP&R46(REsCt#9bc*tx7R+MC(7+VL{G1EgJMk#zD`s~y<41~N^<(`r<6 zS_s&*(pcdOWttZnYbc3P*YYJ(%&OrhLNowYQTfKWAv=@O|C z6j7BRRre~kb!f>TU8IOq8VBH*ZuuyIDHziwQo8CxZ%$R$1F#Fso=CLS_El22DO|8G z8tNP8hCdZ->%y+Quq)@eCvCNv^(JXnQQK8QY&Z8C#{{SWa8AZ=hL`tEU5?7+cCLW=bV-%gC=mJHAC74-LY$37bBh08`dy#E1sH|kej?#+jBKsm{7%b>{c1~BRqifYG zC>}L87MA6T67?ssi4nmEKw(xb0~OK_sg*SEO5Fwanc5|cjYJ+*`nMF(L|5(qeQr6S zO4hT|e?~4@Dfwl@paXgS@9R0f_vf7B6VCbxSFgo&pK$h1IM;vYI{%hCmgkP$x3*oG?v!S+1aU|>=RBs!~MiJ jFjU9=^cm}r+4wWTfa{-`c)B(l>AKE56rPXZu7f^ROtCn!GjrbLO7^&lnEGUc;m%c37Rh`S^K;X&_$qKJT& z;$|AiaZhB@8&cz>qVF* zQY;;!!t@ADV^|eZji|^|J)$O0&4`9PwIf>c)Q#xKQ$M1Ir#fT^8%K;#R>NvTrm%U$ z9JY*D!qyQhiPMEj!nP3`3F|}luw%p#E*&WiJ4c*h*N7`zHc}QYA1S9P6~(E7U2-Gy zPp;x)XeVAHm8>DSM+z6-KhC|3R6`w_;J(5%Da;y`I%-+dNF8hb7By1O)sHYL>IB7F zzD2QCuHj>~lzYT8qwEXs#PeIVky#6>RoA3$qN2M=EkhZra; z1fr2X&yKF`9!73UpXcSX1D*Rkj1cojSbr!Q;rcu?oZvZp$aK&z2weC=Xoi9E5uwjB z#YcLD(Frc>7dpd%Q9dd}$6}qM(QvO{2zOoD;bFr5NMMW;Vy_f_?2w63sv2aWH-Xs9 zrsi~QhbEbrNj^Ht2||=V!jDb_aLA^3Xw9qp_CjLBABJ$V0KwSIBm}1ekzG4I-G@w2 zdqZa@Bh@@M!^9>y#y>e33XJ+=&|yY^LE`a~JonaAfak){0-=lP?8J7(_$eWV^Y)MI z<1P=DlB>ip)(So5*cbW0C78l-PS_OPe;FqU8gh!e#D$m;-upa$VK8zjdXeKj%v9jW zDE7P0Gv*Ho9CnF0*!`4hy9+($~*fhpR!%TBqILc1J zsuh@Arsg&&;KRxB3Z}pq<0E08kLl}UT7AB-A6BBTwb#VJ1vPc~`SDAyZGVI5gD-Rm zQy1F!*0xSzln+eCUhkTmnNGak#a-s0g{>V-EBqCd@hX*Ymjki3=C-k^$f#Fn^LkCA zIWmCzlG4B*Zr4XYhZ_(vIze5c_}3CturL>-;l--t?a%Lq9Jy^SrAc>|X4N07r10zT zoTX<~P^Sv&tW2ni)~S)}6buRaeVWxKRB+e)Kr>4vs59{Qj8a-wm!RT0_!i0U)ek?R znYgukO5nRM1R~wAvl$*~^%L3?S23Qr1~-ORC7NIt^D$vM02D$iz!r!BB{IQ)%49+f zMMX0Z7CA=19>d%`d9!;W8s@sk#(CJ>qyFwtDC`UQFLVNdi{T4|yF-Bs-O`fU)wN@1 zw*Y&zbJ9P0(GP3BdonQDjYNly^4)Aeh+$@FVg;C3v6PFvH5H9<1>fc?;oC^Gh0Ace zN@ew?WH6<#*f3F+@{E~DnVF^fHS>;ay*E?eovQC%QLp?_y1pl6sYxE2tIpa==Pssf z4a?gy?a!s!pS$f`Yws7^JAd?z)!GAdrVRtsvZ^WD&{D3tjI%A}Y+H7&IXknpjZ48) z?e;lS)?5bZkKo(XDBk2tUIdSZVZkg=95q6-6mULzM9pb{)2T*uMhgG2ZdUy*8hD)s zc!q&923>L$`Df6b56dA|D=!dU$LgT0h1J8|${OHa!d9?GsMW@r;LXlCMoI}!aw0Dp zak18sGPVRlV&ph@&+T^Gi%Bve55Vez0A#hpL1pSx%Km(~K>Q}qY zi>gS>YX^cz){Ku0@S+K5BT7jaw)$BX$Qv+_36NAoEl5qHoTwiSMK4_7cu^GzLr64S^78>dh!H#vv8eZr0ppKOiaK9F@I_*fX+{t&If=^`0Pz9@ zJdMDG#`s1kz&GKonG|LD86Q6tK|v6!5OBQ$J%)>~zzhZ-ln=ywzPPJk<8;ZfFF_vR zFX48T+OSa7%}LFBwro`sdDONiHEV{dY*`h&nzHU1cv$XNR^N2ra4(%mRc?Do(Un8= zPf9;?f9k$9klJw+B6bea>w9`Wd-c;-Z@W`_PHw0vqxC)O{fg?v=hGE!P=ht=uD#>l z`@@>$@pQvpQe}C?!ub67l50K+6}X?HKk@vy^`q96S5oZ2iow!*`JI@nj3h-TQTP-@6&n#%V-W%6hJy7~>BBwY55+h>0u;A^J;$3jEx4y;8;AOY zSKtN=++2G7z_kN&Q;Xc1xoO$;ejhdwk%bs*)XL2ZOt6a@34Za@gA1$0+oJq1iehz^J;Ki{# z=~iZM4>hZTl~cH`AU9sDl1Cz@qbit7_$SXM4Psg&wSyAqX%$VKr)c;$qrR*@PfgQ} zRDPyo%8D9OHGx0~Bvv8HMOTal)>f_`SnrH>nv!bu>f#~7vdG-P?Kmind^ix{7!a#b zr^)d*j%D)V8xs&1e~wFTD%}R!Vhn_DOm1voLQsz+Kg-pBfvt$E8XJb=jsZW=9v0be zbdrlO&B6eZD-4So;KQt_KYga3=Rqyi51y6+x=?g{94MuJ+RsNor}e4})|_f=QkE+v zB4$LoC`@pnP`qr@qLQO0p)ta1a04=C(pqcR%PJS!(`C&Y6z%9*F3ncg-t4*2v$W&= z-ep&+y7NmlM1P5CKwlhPzrXLQ{{FdDXY)f!1!e8!3nlXLV&-aoZ;4qgn9k`RAceWMhh&kRMPD-I*CsgTta3 zD8-9BtR6l#BWgp@X;>x(&`pnmSBzoK%sfr`Oh zx{C28mcG~nW2k0Tv+77+Oh(^ec4huk5T_`raj1}0;~jX8LVtn^-N}6rb7_dIu4c8f z+K7tP&1zYFg1$swrg<$*B{T``MPR(M>V%pH-2>JZlu4*a{YFy1E}?@}XPSj4Yu=P@ z!Spz+Gm>VNL%_jG{57ze6k>FADiC6U2*K{Z0IP&hqAq4IB9Sz}4?-M>@dC%R0aSAi zz_94F(19Aj<|0ac(-VQw2_$=wXbdP;lmWl?!@yrxrf6R+yn_(Y>3H&mU(|mnX0Rr$bs60bL7jt&PAGt_$ zrIUW%4`VwV<=Jr_=r;6=nShZAL?)+VU4V<_t}`4AL`aDCG83`bWN&x(^z?LBAksM% z3U{$w_uByHffzh`u^Xk@=#qK{Bh>MKJCX|Zg3K>$705wgFcZH+z0BB)dQGUET z7w#NI$kHF`Mwzxd2EahrKbo(GN4fs&7izeRI@S*(9ti-(OMP(#VjdwMX9OfjjSb|* zB%qMp*pQnJlYkOiYildcM=K+sT*i2s0Mqm|J?AkI`KA@HqgD`uP)_2#a1+(g6@EL0 z3^GazBrGo`nL&w&fus#QcTy~o77cPNT(j^l1$@$Yh^1lwWjRrf)A5`z6^aRZY>sqE zysyM}0k?phKVG$olx<2&LRsN2;C7XITuxa^uJ>H)nH#@juFcjqTpNC@qv{%#s^0f~ zBCH%pcOOpG9=_d>sy&t*UbmHAPh3kZUcO^%%{I5C?4EngZL4-qw!U$>ceQ>GFv+-f#*`8b4R9Rng0MHkEdD03*u)HZbkhPS~ zg_cHA<=rdWQssTOZK?9pDa&aoVIpOzgOIH(X_Y8pA;&{{gj4+JyAX>o97xer5F)l- zyuEllP%G7}W{!?@$FLr972~Ng*Apx;9DH)gakE+|Z;L51z8udFeZ8t1RFq7)Mv5wE zg*_iDhd_4BNuaEzAZMwZo`2@iALQk-Gzb*>rv+^)f+VpzLe2kaEicv{{Xe6F(KqY3&l~CFQ?a=V%Sc9BlQ;Ig&D97iYtXZyoR{QmBV=ZLm zSXnE;)--QqOUM&oY1T$KH$Y!Ogd?_G(0@h0o(0S^p$oQd$pWwWc7RMlvt}aGxSp0f zFWW$FkS_2KG%BRjghe0D(83xq8Taf760Hw&V=|J8op1D_XlM+b+G55B~s)lk&G(*M#KF!d3k z^@)}kOhol)C=fSxzS=v$16U-)tr(mNg``))x0rlt$63_ka&k~xGw+qf7?uM&4C0s) z&PnQyTQ}v7cRnpQiY8Jo6r&!~_JsC&%LxF$ql75hK+%$VC~+emH3S}soWvs!V5kps z8c@&An;1dD0TZSVBm=@n`6HMS`6!Rt8jrXme+F-e<%>FERs<6!c_H26#L|}|0q7rh z9DB)0>Z9oue`rby=h!f+2$D65e;w;PgjMKsMuQxbksG_O@>mN2F>=ZAicK6A`;$xg z5b6{RAX>l8=OZ(II&aA!a`{y&Yds4M~R=9NS!Ib^rBdx0H(6yn*2FhM~ zefrw;V$-`S)0^`2-rAG)97(y3 zLJf7t>3I`WQMA;WYwvnfXQt_3s_EdZ^J`5f@^3G%H67bf(`EhiBdxk_fSxlwFi;jJ zbTd=gld9~wWx9PLU3n@wbl+TZ{ou8O8M7y4_AKpPGq;mGyHl0BS4Ps6&n1T*R6)V@ z%5BR->B^qu(1wmGXEJ3isj`-(>2z6l(sbWqyMF50sm1;~mWHK^x2jVu$Fr`+Lvovm$P!`wR^c{2E zhDvMQo3*=9hhMzBW^Y4*#GNcjPA5x#_qdv}dqB%Kwyc-dtkyoCt!;Xsrt6v?QM9uK zzyfQ_h8hxo|G1QLwLGNM*1f+eXMXGP{%9Xy0G>UMD3yEf2BmWB-B3f?69Gy3Uo|>T z+Ni(kb)0OceqpOP*{c3Ud(EJ3GY)`~1(9YJAwX~dcy7J&{0H>&LRl!65n>g6Enl`6 z0$GSp;m#^v@)Nb}mmr}6UJV!uyNEImc0ZkDt`*G%Mp{urjHX)ACXoyuDC{T?19Hd) zMq_|F@*HT_qE46^gC{{3y(%Ini(2A`KqPY+oVH8*j?hr3>T)bz^VPkVPyOG}69Fj* zQPDHD#+0q`hiukav2bwyV78+6rsakuQ_-HPXkXryuIOH&Qx!Y2j`D??`I^Uib!+_t zN^P&-pwz~CN!&ywLB4Qu$OOF!foCb+K}FS;i{lV0>=fByk%pQd z)Qd{~mMdYG$C6la9J8f~(x4(C<}>F#zyKL_%-UH~!j2n#)($c(73|38ltaO8Ih21U z?1dv5`Paqw5?`IL7uyXWk!x`*G_2#gbbe&OcyQobn9wWqEA3m|tQ- z$q8*!*i|uq4On^3{5(BnRG+zG3;K_Gz?O@(%I&7n)|PJ%>PB0x!j?yDprsX#v>L5m z5sj?Fou}UW?{e5{ALhrQE>Q*ULUc@|r$xt^(=WettlxM1$k~2h|BI)Oo%{mXS==mp zmVsvxnEVZhGZF@DWYLBh3xv728q(srW`US5dh;f(Y48Os1ap~A2HYzFT19LYF=N0) zLtuLga{w)m2S(#&s6&p5Z$E-+8lt$8#kBwxmXO=6#raFv;L0->1Cx{Z5%66T5Xfb) z&0uQtHWEjG0=uprjdcPy$%mmN{}PUfmB?ALzXFf!oJV{O6{Jf6J{sYB@lAsr7j@%d z@>Bzw$)gl18c3go7}#Mzvbcn*7q4i1#2En`9MD?~BsfW>LuXsjL5lgnD>~7OA`hcW4i!4^ z)dcI1*Oikpv8cccnBS5UQZJyJt!R{I8FX}LsAz%7QhYf0>sY`b4-p8kF|b^QMOA!E zbjVI1#J)Wl9i8C+1aoWS=$RoJ;(|A%9P3uh4hvpB=pB!7=ek9#-G|e2lef0JptuiO(2G?sEm*2>C^*mP7wfpD# z@43nso}YhyNxPKz+_hVNvo0srTnE2&z&AEZsfxOVEAv;#{!W-aZfL z@Z659(}nuOl6KA6lC7(sJCUvOES*bLbW}^YW`HlwKL_~xzcm%)aS0j z4G#se2flk?X*$!|lWOhBf`iNG4I}iXt?{?s?VmQT*6p1;vFw-Bq#}23zm6H#@>~(cP&rfvaH$rvtV`X`);4| z_1!7g?v?SC^J}idSxZ^QQUh*`i|78<()^&GhOU3_UyuncW-FaWwlBjpI3N)w_e=@c7w9oyA?GECe;3)jcRDo z6X7_l;GdNr*)!Oq{!bM(LmJgz_h^S`{Vz2~>s~Nx|E96*)PBw1?4vQf-}r)7|0|UW z!oSkc7}lyWY{Jwhbmt~ZJJK_vr@TlL1rF}grO2J=c3V_K0asiHXc-Dul1mmUb-=e# ztt(U+bJ?J@=V_(i$1ftw*>bUJ)XG6NQ>?O3KiW5n*MI11>&KpNxt{f1@B}E{E?ur& z3gQX!k_xP{`eB}dZ;14(1Rmf~z9+1S_z{Dt48>f&6SJtnH;&(dAxF;5%?I2FY>jX( zK{nr`xXu4D+%~JUE&{em3co_F<4hqnES6(G%(d`6s0~zHhwFP~NnO@#opUYJ&ex{Q zbzp+JK6GtpF1BW=$(l>%nie|eJ5%QRT>J;FrC6qQU#fNAEytbK1FPbspvz>T62q37-=9zy_3BoQ7npbwTD}>b#)`QlS1f&)<_(4fl(MhadG)qrOiurTMDOmv&nL&~lECBCZZ=dGUeT9_0@i6`qY#zKR`Y{H@)zU`EM-kS#Dl)Z_k#xuN}JwIQp@y!ICjlr3_Vz z2bT3K<+mztAN$;JQrbC4(&bCpITbLI#3Zc7QJ1b_q_fz{gjG_6Am>fI`E@NTMYHrD z^cD0v*m6Cio+98=k=Ee8E#lQJ?1K0rhUK7hOC#VFJl7S+QBdPua*kp~OkjHjE{8Ly zz9Ekw7nti57zhlI+MohR$vFU$$OX~SXVbS7U@D&%Sm35_#p>j=ATpdS7nl5D-~Ku=(&;0504;IIia#Q@-qT9^QeYlnWJ`myDb`$b^S zV&jg?aLZLV?xY;*Nn0)gY!s^xS?ZQ6q1gm%sDit;WPsPar#{lXg1O%F)w}>*p}ybdDK_ZM8r!jo{ek)R1}LJno{5-W|>#Gi+DoFyV2p~mq#xlTCj$@tkI z9DdAwq4N;3O%z{=c{S&C&i^}zkQgSDw|Gcg6ZbBUB7k(9;T;TNzj*>4Xd@greo838 z4=@(>2GM}-#E5T5$bofW@TD_neWwP8`+YCMYSBP3T zoFM=LfjuB#1i=*ee}x%tVg?Or^E~nxJZiyRrv#Z~`OE`;VB57^2_8R4u_|2&d=&9FsnQn}AeYVeBLzb9d6nqTIb8&$ynAHH3_W%G-;yFcAFly*Iz?7wSsf&F++m#u3g!bijVkvny}R@C$6 zzq6Iywb`?F$AW%d|1XVMiyfPiv3ODzusbh<0eBa&W4$}8XwutL_U$XJE0t^Z0|n~x z=a%OC(2wV@J-=G9?^X-Q?l)~WY@oGUz3Al&FhIuHddJzi?%A=@@LBt(?P*Wnylu{~ z*o+_7&Fkjgg3njgWvaHNs1TbG!A|P0J1d5a>R%dYxNkblifl~{e~)le zJ(PU&BK_hQh((C1y}L!#uAOlsc;uq&JA@YpAX<;f<^N8y#fL)cTH=*179K>wFZV|4KLFGTiRhNW3Xo)Yo ze&yPgMImi#Tzcycz_RY@dCfg{^_*tCZTH6|x3=AB>%TGfi=D~ScN<$ja{cJas`GI2 zIJf}Sw<2X<9$ndyuG_QXPu1;9o?ds?E=JStu8ezE%DoE^Pxt=hNzqyT+lrbSQ2^g6 zy64pQ%b6wT_oA!z=B%?C0m)TM!&fyd)R4(iN8YzUje~Q4e!1s$5j@a#)djm0^KQ9d z_bNI8NG@t}UOlII7iLA2A))$&E|4rCuUF+y!!ViTfkg_~2qawqtDnIjB3>A(>N zu*WdbF*vP7j`m5%5TYTFQO0Fgz;O;_EOOkTpgI6a@FzT=o)ByetN{)vF#ZcdG&BV^ zG4%Q)xCMj8j2N6Kh(+_I`CBmifd3(N;(vv=zr+aXtf6S#boyF?Nd62nA#Aes%%KLy zKW;B%I~cQ!`|AbB4~M|YsWNxcxNc{bYSZ@aq!s|ZWFN>48B1--Qo9&lKEGz^L5L2{ z2v(p&yCavvEuFumU$xY(S)R+ zC$9GonD+cw^P0a26!QZ6>jsl75Oy z098nGoEeuuwib^m8=s?-FXZLGvp3J*IKMQzGM=tI^tt6QkVwdIFF)O0_1S@85G+t- z9VT*+*Tdh17tsWkWAZB|z-TN!-&<4uP>${BeLgli3emPR$6gwI@vQG`{|hgk0>d*O zhk}wXEvno_U0|Qbgfn>awDqI@ZdoInX~*q!yNw{Z$vlw z35E#di2I4`EI6Z*J3l9>K02_Q0=y|HU<80~~a7w_H7a&rx=D2plV!rfg*$NYRhXPHpGIcCEGw95D^%ZzsN)$mr`* z`nttSYxL;IX&0(&XvWTjGDw`Ji7F|X*^RQ~AmpSH z_(7i#Ir}e>L!t#E3PEHU;#VyiL3B7p4#|?0M>JvhQ5HBaHp%}l@@4!Me)(ru@PFbB z1whdWKlrrur&2^+^gPb;OzoBZsRMB)V9HymvVbo34Nq5Frl`>W>?n@h+ zuIe^4_A=X-3}r97Huat9jRuM?-Dsg4)pM!^)4XZ5x-V@%bk(|{(mOR*Z4X^mx*Tk) XZtp7Pe60J1mad#@`3DN0q`m(S?8e>l literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3359dc28713dadf116322a22e3d7687743c4d0ca GIT binary patch literal 88257 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 E2fl+3%>V!Z literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b407331d96aa8a4b3c65b539c7feaef27cb05fad GIT binary patch literal 30367 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f763c3abf0428ab4ada7c8e0e211c282574b5054 GIT binary patch literal 51862 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

r3)fI1mI& z4XY_`AcU02Bwb4ovo{d{`eaE5mkqlvOzt3auL3>18VZP4BWfQ+P&B)mvA+}kV76K2 z1BGh3M9r9r;=MyIhS(qx_5x?m&P+bnLCQBW@?PzD?ZUVGFC4vehFvD!F?W?j2k_wV zffJ+G$>+Be z1AO6z?o@!?#-%p>RPFFpe`a5xrhtYvIEMRSLBJl&=#$wU7Rl?4K7fbz9GuTaxycM`h?cgWZqT9c|z> zGi*o&Tr}Yx!hRd1R4w45vno46+!FsPr|c@OB+M!I=FB;a0|zPeNDosX&^VhOC>BWd zyXhfCK)!M?2HS!`LUu#(k!MQ~#9OSo4*Kuws}usSYiHW_AmSGx!T?K9l^|Eg4C zgETV$R3Y7flAu>13TIrpcrH&Wv|*Y6U6Q2PhA!*sR1flSNr&n(FArE*+3#RbJ#|V6 zP(D$6%?#G|iHkVOA5u95l^}BJDiRQ`N;yyC^6_MeIDe8Z(RkuzTNAdeDR1@7*A`z} z-kJ2aEC>(mwabopzFP^A9g3Jw=JCd9NNqt=tbS$CELP5Frc41D1$2h!>6utXhNwIPfNUQ;FHUr zoQR8Olb&;N`#DmBqT~y8J0^SA;yz~P?v~Xb-D|$P%}(jPmSddl?m-*UKQlXywU~eA z_8hA>|E%7Ew9h;^cvAP7L2A(V9nFS2Pmv&g0l`MD)Hq1W$Fw971lT%R`5`6TI4ZDM z_c3Lga+4|$dVzv#W{R2!ltX-_LKs2+xdg%j3NaoE>8JJIQ6R0XRz??p;TH{zj-P_) z!>wMWgz{?(^L0st4zogg%uIb+YhfMye1jZT`wE=73Cgvm!g`Z3Xut9bDl+P+FymE2 z@jBDdP*`OLP-`r#!Akl-*BQX+r*YGy^(t5`l^tfL-_Y6$yJ7MXmXiH03(THGzt|0R z+6&MrTtC}SAKXhH;)cgu3W#Ojn#1ugme@6Lzs`!@_{0#*YRPNp6z0SP6 zm3OH8Z7R1LzeB+M;WYUaKd@!>96bW#;An!kh+Djk5V-h3{mhB1>d9KISR;5#}xfc#i}_@FcB9AOV=O$ zD=KC>mUEOM5rI*4h83W~;v*`NyzTlO3Hw3)CqoV^{|A{=pkBr42Tbz(XC@ObY}h&8 z`?nnaJJ^5s-*Oed_3#kqE}P&X{ptUKxxj{4<&Nk_-L^>eG2-|`3_vE}oQ zTE6=cygs|r2RUCaEX=7IT&J()n^K;#v>EZklA5#yF}4Gn?1wjh+D5OW?OPh7YXgar zuC#-)oLm`x5Q9=~&gzYO#g&d#A@1!-Sb8@~D0`2CuUmkVO`9q45VN&Vf~HxTwy~r=J7WiX zcNR?9#qx0Os+YzSC9P@JA@;@U-0-rZizdts9zQ9J=J4^AY=(#nXNZjarJ+~0G^|f* zhGnsOz$Paw;)V2&QJlvxA z-RZ-2zGKCm<`AtlZcvo2uI0s*m(tjIaV@+-QF>1`U%T9%<`AtqS+q9&@#Rn2KYsBi mzw?-KfBV@{57&I2|1Ge}78CPJ`FCy27res1w>4j=6#g%@hGyCT literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b67b0eaed54713fdaabf970fedcdee6684414265 GIT binary patch literal 38414 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 literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9265fb1ab17a1011b95f46e74274e5b0ae2b803d GIT binary patch literal 7218 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 NnWQvymtf8(|1Yiws+Rx& literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d4405307218fb16f3796b0142746e5199b68307 GIT binary patch literal 32977 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 T Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return 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( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + 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, "") + 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 + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + 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: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + 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: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + 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/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..1ef3d5e --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,554 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..a65611c --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,923 @@ +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 safe_extra +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 "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (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.lru_cache() # use cached_property in python 3.8+ + 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}) + # TODO: Remove these two variants when packaging is upgraded to + # support the marker comparison logic specified in PEP 685. + or self.markers.evaluate({"extra": safe_extra(extra)}) + or self.markers.evaluate({"extra": canonicalize_name(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 = 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 = 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: + 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="24.2", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..bf36114 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_set.py @@ -0,0 +1,119 @@ +import logging +from collections import OrderedDict +from typing import Dict, List + +from pip._vendor.packaging.specifiers import LegacySpecifier +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import LegacyVersion + +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.deprecation import deprecated + +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 + ] + + def warn_legacy_versions_and_specifiers(self) -> None: + for req in self.requirements_to_install: + version = req.get_dist().version + if isinstance(version, LegacyVersion): + deprecated( + reason=( + f"pip has selected the non standard version {version} " + f"of {req}. In the future this version will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) + for dep in req.get_dist().iter_dependencies(): + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"pip has selected {req} {version} which has non " + f"standard dependency specifier {dep}. " + f"In the future this version of {req} will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..707fde1 --- /dev/null +++ b/llmlab/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,649 @@ +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 UninstallationError +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 UninstallationError, + 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: + msg = f"Cannot uninstall {dist}, RECORD file not found." + installer = dist.installer + if not installer or installer == "pip": + dep = f"{dist.raw_name}=={dist.version}" + msg += ( + " You might be able to recover from this via: " + f"'pip install --force-reinstall --no-deps {dep}'." + ) + else: + msg += f" Hint: The package was installed by {installer}." + raise UninstallationError(msg) + + 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.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 UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + 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/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cf38ba3d5a1b4bdb3d103bfa631e7149b406d0a GIT binary patch literal 197 zcmZ9F!41MN3`G+P5<==A99j#wB1T|^C~ZR<;U-a%9=ZV=FaxW=7BB(ottXr-U$XuF z*O&at^9>_CZ|^qUPg?()mXzGt$hQ3aV17YvN}aiZ&h`o}t(T#wB_Q?!WmQBKVlu>l zx&k-G&YDBH+e6S%6;9Sy*{T3eI}qAL<&8w}Dp(w%wgv>HIto#`ab6#L+YG2qenn3? NO-S&~IOjei`T=cVHT?hp literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50c573544c07b843358a924cac2607a82bfaca2f GIT binary patch literal 1185 zcma)5O=}cE5bd6?on4cNMxzlTt1;>#$@q2BAfkwf5=C!=Fiv)AH-kMpv)#Rs^(5lK ze~{l0{3m+Z;6)llQ9O8yt{`}_YIY-v9xRyZSJgc=uU_@Mnw+dLw3p96w69x?eWYN= zoG}>QN3g*XmTPB}|BnH#z#wuP5f!U|`=!3P`MS$wl?f!neOg;k4P zXNmKSCGHFS8d+HDdyUFxf(_gFS7RaKRRPAil`3ug+l5Z^PAnSS?7h)Z8n^F4x0g!D zprbK6^;>ukbdw70m^TK)Wds`xSjZC=S_wyL4iQR_T4ICO@{p7hRuUIHjK{kzC-E@r z_bUzGOk9Z-+y#}3b&#ei^IS&~y2{Kn*P!_@QoW+crG_MWv<4uQ@g(S;>@@8iHn>vH z6c1<6Z7|JoDec90eabia$|g6{E4jXr6{74Cl50}t66J9eh?b;@$zA9a)vDL)KOO{Y zc?LnNEn~IVi~}LE2xVNuKKgoUe&Ej!F~R7~ZlrKB zteAZH|hSBJH##-GLD=7m=C6Q7-)&B@U=d&yGqX?z8_sgF`ACGPcsv9QylryCd`U z6a^mjHb);O@ydRG_{$^BF3EY!(alyD&~4kC^LOmj7CZHcEx%>w-_I?)asB5f2h$5% fwc`Wl#Gr9;;9UG-TZgRyJM_I)<;T7 RequirementSet: + raise NotImplementedError() + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + raise NotImplementedError() diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66ae3af2e6fe771a0b11c43c226fea938a56d710 GIT binary patch literal 204 zcmZ9F!41MN3`G+P5<==A99j#wB1T|^C@mq4nkG?_9}AyA RP=Wq#q)`IH&*s literal 0 HcmV?d00001 diff --git a/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/llmlab/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be4f59b10310708e0465fd0bca97d8162a675447 GIT binary patch literal 22439 zcmb7sd2k%pnP1O6gPFk$Fu2dgjUg@)Ab8)Tc!)AYiS&96+dCSf8^C}w7`S^t5-^~W z9n}iZ$`MuZE~)Z5hRdl6RZ_~_TBkx+QoCN+$vV5qW*UHYMjfgaNxXmT{xu}%l1i>h z<@dclW&pLcnBk4#v$DKCHb0%FW_qdzIT}e;MJMK;S#(k->@v@YE+@A`J2U5ZD zAj@|r%TuB85Q}?~;Z((V1&e!=m8r;hgvEWys#NuOb*g5(CRICLo2nbHOVy9pry9l^ zQjOz{tV~(5Db+mQ%;NrJOR9CemBj-|KGinf#^S+bd#Yo+gT>2}ovE(zE*1|ZyHh>m zJ*nRDUiKYMMpJvn_po?HvM<#?-k%y6A7I~=$-&gn_z;Unl6zD8#`m#!RdP5rGCsoM z)ye&-(eY6huSp(A9UMQ%;`sl(%kZJeDGZ8I5Tf{SnQ=)0I>dd825Uh%kCCic|h zYtl~P_z52;vwgLq146zr2;q3KoE_-Q+LffJfv<%AZo|6K